(sgml-value): Fix handling of attributes which can take any number of values.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
4 can take any number of values.
5
6 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
9 to the list of citation commands.
10
11 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
14
15 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
16
17 * progmodes/python.el (python-font-lock-keywords)
18 (python-open-block-statement-p, python-mode): Add support for the new
19 "with" keyword.
20
21 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
24 the exact opposite of diff-goto-source.
25
26 * emacs-lisp/advice.el (ad-special-forms): Remove.
27 (ad-special-form-p): Use subr-arity.
28
29 * newcomment.el (comment-search-forward): Make sure we search forward.
30 (comment-enter-backward): Try and distinguish the non-matching case at
31 EOB from the non-matching case with a missing comment-end-skip for
32 a 2-char comment ender.
33 (comment-choose-indent): New function extracted from comment-indent.
34 Improve the alignment algorithm.
35 (comment-indent): Use it.
36
37 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
38 XML style Processing Instructions.
39 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
40 (sgml-calculate-indent): Handle `pi' context.
41
42 * vc.el: Ensure that update-changelog issues an error when used with
43 a backend that does not implement it.
44 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
45 Remove `backend' argument. Use expand-file-name.
46 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
47
48 * progmodes/python.el (python-end-of-block): Revert last change.
49 (python-end-of-statement): Make sure we move *forward*.
50
51 2007-05-08 Richard Stallman <rms@gnu.org>
52
53 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
54 Don't include non-self-insert commands in the exception for `-'.
55
56 2007-05-08 David Reitter <david.reitter@gmail.com>
57
58 * progmodes/python.el (python-guess-indent): Check non-nullness
59 before comparing indent against the 2..8 interval.
60
61 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
62
63 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
64 available.
65
66 2007-05-06 Richard Stallman <rms@gnu.org>
67
68 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
69
70 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
73 rather than storing their value in the revert-buffer function.
74
75 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
76
77 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
78 when disabling t-mouse-mode.
79
80 2007-05-01 Davis Herring <herring@lanl.gov>
81
82 * calendar/timeclock.el: Update version number.
83 (timeclock-modeline-display): Mention timeclock-use-display-time
84 in explanatory message.
85 (timeclock-in): Fix non-interactive workday specifications.
86 (timeclock-log): Don't kill the log buffer if it already existed.
87 Suppress warnings when finding the log. Don't check for a nil
88 project twice. Run hooks after killing the buffer (if applicable).
89 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
90 was geometric). All uses changed.
91 (timeclock-generate-report): Support prefix argument.
92
93 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
94
95 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
96 disconnections.
97
98 2007-05-01 Romain Francoise <romain@orebokech.com>
99
100 * dired-x.el: Revert 2007-04-06 change.
101
102 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
103
104 * find-dired.el (find-dired-filter): Propertize all text down to eob.
105
106 2007-04-29 Richard Stallman <rms@gnu.org>
107
108 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
109
110 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * progmodes/cc-mode.el (c-before-change): Use point-min rather
113 than 1.
114
115 2007-04-28 Richard Stallman <rms@gnu.org>
116
117 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
118
119 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
120
121 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
122 don't put stop on toolbar.
123
124 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
127
128 2007-04-28 Eli Zaretskii <eliz@gnu.org>
129
130 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
131 instead of $(lisp)/mh-e.
132
133 2007-04-28 Glenn Morris <rgm@gnu.org>
134
135 * image-dired.el (image-dired-cmd-create-thumbnail-options)
136 (image-dired-cmd-create-temp-image-options): Replace option
137 +profile "*" with -strip.
138
139 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
140
141 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
142 Use window-start and window-end.
143
144 2007-04-27 Andreas Schwab <schwab@suse.de>
145
146 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
147
148 2007-04-27 Eli Zaretskii <eliz@gnu.org>
149
150 * textmodes/fill.el (fill-paragraph): Doc fix.
151
152 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
153
154 * locate.el (locate-in-alternate-database): Doc fix.
155
156 2007-04-26 Glenn Morris <rgm@gnu.org>
157
158 * button.el (button): Use underline if supported, else fall back
159 to color.
160
161 * version.el (emacs-version): Increase to 22.1.50.
162
163 2007-04-25 Richard Stallman <rms@gnu.org>
164
165 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
166
167 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
168
169 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
170 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
171 pushing mark.
172 (idlwave-current-routine): Don't push mark.
173
174 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
175
176 * image-dired.el (image-dired-display-image): Derive image-type from
177 filename rather than assuming jpeg, in case no resizing was needed.
178
179 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
180
181 * custom.el (defface): Doc fix.
182
183 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
184
185 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
186 Don't re-query for each cleared BP.
187 (idlwave-shell-clear-bp): Optionally skip BP query.
188 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
189 of set-window-buffer, which incorrectly moves displayed region.
190
191 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
192
193 * calc/calc.el (calc-bug-address): Update maintainer's address.
194 * calc/*: Update maintainer's address.
195
196 2007-04-23 Richard Stallman <rms@gnu.org>
197
198 * simple.el (set-mark-command-repeat-pop): Doc fix.
199 Put in `editing-basics' group.
200
201 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
202
203 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
204 New functions.
205 (Info-mode-line-node-keymap): Bind mouse commands to
206 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
207
208 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
209
210 * locate.el (locate-local-prompt): New var.
211 (locate-prompt-for-command): Doc fix.
212 (locate-prompt-for-search-string): New function.
213 (locate): New optional arg. Make locate-local-prompt
214 buffer-local. Use locate-prompt-for-search-string.
215 (locate-with-filter): New optional arg.
216 Use locate-prompt-for-search-string.
217 (locate-update): Bind locate-prompt-for-command.
218
219 2007-04-23 Glenn Morris <rgm@gnu.org>
220
221 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
222
223 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
224
225 * button.el (button): Inherit from link face on a tty.
226
227 2007-04-23 Glenn Morris <rgm@gnu.org>
228
229 * button.el (button): Use color for this face on a tty.
230
231 * files.el (magic-mode-alist): Allow for carriage-returns in
232 html-mode and sgml-mode entries.
233
234 2007-04-22 Richard Stallman <rms@gnu.org>
235
236 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
237 Improve doc string of generated command.
238
239 * subr.el (read-number): Catch errors.
240
241 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
242
243 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
244
245 * image-dired.el: Rename from thumbnails.el. All instances of
246 "thumbnails" replaced with "image-dired".
247
248 * dired.el (dired-mode-map): Rename "thumbnails" again, to
249 "image-dired".
250
251 2007-04-22 Kim F. Storm <storm@cua.dk>
252
253 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
254 Don't use kill-line.
255
256 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
257
258 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
259 error message.
260
261 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
262
263 * dired.el: Rename "tumme" to "thumbnails".
264
265 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
266 replaced with "thumbnails".
267
268 2007-04-22 Glenn Morris <rgm@gnu.org>
269
270 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
271 and give it the risky-local-variable property.
272
273 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
274 before defining it.
275
276 2007-04-21 Martin Rudalics <rudalics@gmx.at>
277
278 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
279 Use delete-region instead of kill-line.
280
281 2007-04-21 Alan Mackenzie <acm@muc.de>
282
283 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
284 `kill-region' by `delete-region'.
285
286 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
287
288 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
289 instead of kill-region.
290
291 * progmodes/mantemp.el (mantemp-make-mantemps-region)
292 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
293 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
294 and kill-line.
295
296 * progmodes/vhdl-mode.el (vhdl-template-type)
297 (vhdl-template-record, vhdl-template-nature)
298 (vhdl-template-configuration-spec, vhdl-template-component-inst)
299 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
300 Use delete-region instead of kill-word and kill-line.
301
302 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
303
304 * dired-x.el (dired-virtual-mode): Doc fix.
305
306 2007-04-21 Richard Stallman <rms@gnu.org>
307
308 * font-lock.el (font-lock-keywords-alist): Mark as risky.
309
310 * subr.el (read-number): Doc fix.
311
312 * simple.el (pop-to-mark-command): Display message "mark popped"
313 if point does not move.
314 (set-mark-command): Doc fix.
315
316 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
317
318 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
319 (locate-local-filter, locate-local-search): New vars.
320 (locate): Make variables local.
321 (locate-update): Bind locate-buffer-name. Call locate using
322 locate-local-filter and locate-local-search.
323
324 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
325
326 * hi-lock.el (hi-lock-file-patterns-policy): New var.
327 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
328 (hi-lock-mode): Update docstring.
329
330 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
333 fill-nobreak-predicate when the break is past fill-column.
334
335 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
336
337 * locate.el (locate): Output from shell-command should go in the
338 current buffer rather than *Shell Command Output*.
339
340 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
341
342 * paren.el (show-paren-function): Fix last fix.
343
344 2007-04-19 Kevin Ryde <user42@zip.com.au>
345
346 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
347 (archive-lzh-summarize): Add optional start arg for where to start
348 looking at the archive.
349 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
350
351 * international/mule.el (auto-coding-alist): no-conversion for .exe
352 and .EXE.
353
354 2007-04-19 Alan Mackenzie <acm@muc.de>
355
356 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
357 function return type contains "struct", "union", etc.
358 c-end-of-defun goes too far forward.
359
360 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
361
362 * paren.el (show-paren-function): Reset window-start to avoid
363 recentering.
364
365 2007-04-19 Glenn Morris <rgm@gnu.org>
366
367 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
368
369 2007-04-18 Glenn Morris <rgm@gnu.org>
370
371 * calendar/diary-lib.el (diary-header-line-format): Add a custom
372 :set function.
373 (diary-list-entries): Only switch to diary-mode from
374 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
375 diary-mode set header-line-format, in case of any customization.
376
377 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
378
379 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
380 is less than the length of parse-time-syntax.
381
382 2007-04-17 David Kastrup <dak@gnu.org>
383
384 * replace.el (query-replace-regexp-eval): Deprecate.
385
386 2007-04-17 Alan Mackenzie <acm@muc.de>
387
388 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
389 point too close to EOB, leave point at EOB rather than last `}'.
390
391 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
392
393 * textmodes/bibtex.el (bibtex-include-OPTkey)
394 (bibtex-user-optional-fields, bibtex-entry-field-alist):
395 Fix defcustom.
396
397 2007-04-17 Glenn Morris <rgm@gnu.org>
398
399 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
400 be encoded, fall back to current year.
401
402 2007-04-14 Kevin Ryde <user42@zip.com.au>
403
404 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
405 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
406 M "MSDOS".
407
408 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
409
410 * progmodes/python.el (python-end-of-block): Avoid looping forever
411 if python-next-statement fails.
412
413 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
414
415 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
416
417 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
418
419 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
420 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
421
422 2007-04-15 Jay Belanger <belanger@truman.edu>
423
424 * calc/calc.el (calc-version): New function.
425 (calc-trail-mode): Shorten the title.
426
427 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
428
429 * mail/footnote.el (footnote-style): Clarify docstring to state
430 that customizing this only applies to future footnotes.
431
432 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
433
434 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
435 (bibtex-make-field): Check that INIT is a string. Use functionp.
436
437 2007-04-14 Glenn Morris <rgm@gnu.org>
438
439 * complete.el (PC-goto-end): New buffer-local variable.
440 (PC-do-completion-end): Make buffer-local.
441 (partial-completion-mode) <choose-completion-string-functions>:
442 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
443 (PC-do-completion): New optional fourth argument GOTO-END. Add a
444 doc string. Set PC-goto-end for choose-completion.
445 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
446 PC-do-completion.
447
448 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
449 arg to bibtex-make-field.
450 (bibtex-make-field): Add optional fourth arg NODELIM.
451 Insert delimiters around INIT unless this arg is non-nil.
452
453 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
454
455 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
456 global map isn't modified
457
458 2007-04-14 Glenn Morris <rgm@gnu.org>
459
460 * calendar/appt.el (appt-disp-window): Do not split small windows.
461 Suggested by Jeff Miller <jmiller@cablespeed.com>.
462
463 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
464
465 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
466
467 * files.el: Ditto.
468
469 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
470
471 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
472
473 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
474 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
475 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
476 (term-pager-help): Fix typos in docstrings.
477
478 * wid-edit.el (widget-documentation): Fix typo in docstring.
479
480 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
481 Fix typos in error messages.
482
483 2007-04-13 Martin Rudalics <rudalics@gmx.at>
484
485 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
486 window marked as dedicated.
487
488 * mail/footnote.el (footnote-latin-string): New variable.
489 (footnote-latin-regexp): Redefine as regexp alternative.
490 (Footnote-latin): Use footnote-latin-string instead of
491 footnote-latin-regexp.
492
493 2007-04-13 Glenn Morris <rgm@gnu.org>
494
495 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
496 inherited keymaps.
497
498 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
499
500 * outline.el (outline-get-next-sibling): Clarify docstring.
501 (outline-get-last-sibling): Handle case where we are at the first
502 heading. Clarify docstring.
503
504 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
505
506 * progmodes/gud.el (gud-minor-mode-map): Make go button same
507 length as stop button to lessen flicker.
508 (jdb): Add gud-print.
509 (gud-find-expr): Jdb prints the expression with the value, so
510 don't insert it in the output.
511
512 2007-04-11 Jason Rumney <jasonr@gnu.org>
513
514 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
515 case hex. Do not try to decode non-hex letters.
516
517 2007-04-11 Markus Triska <markus.triska@gmx.at>
518
519 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
520 (byte-optimize-backward-word): Remove (move to bytecomp.el).
521 (byte-optimize-form-code-walker): Evaluate pure function calls if
522 possible.
523 (byte-optimize-all-constp): New function.
524
525 * emacs-lisp/bytecomp.el (byte-compile-char-before):
526 Improve numeric argument case.
527 (byte-compile-backward-char, byte-compile-backward-word):
528 New functions, performing rewriting previously done in byte-opt.el.
529 Fix their "Fixme" item (restriction to numeric arguments).
530
531 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
534 with dolist.
535 (after-init-hook): Don't quote lambda.
536 (desktop-first-buffer): Don't wrap it in eval-when-compile.
537 (desktop-internal-v2s): Remove unused var `el'.
538 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
539 desktop-restore-file-buffer.
540 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
541 desktop-create-buffer.
542
543 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
544
545 * woman.el (woman-decode-buffer): Postpone macro-set check...
546 (woman-decode-region): ...to here.
547
548 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
549
550 * startup.el (tty-handle-args): Use %S to log ARGS.
551
552 2007-04-10 Glenn Morris <rgm@gnu.org>
553
554 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
555 it is obsolete and has no effect.
556
557 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
558 byte-compiler.
559
560 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
561 obsolete function make-local-hook.
562
563 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
564 start to quieten byte-compiler.
565
566 2007-04-10 Markus Triska <markus.triska@gmx.at>
567
568 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
569 to bytecomp.el as byte-compile-char-before).
570 * emacs-lisp/bytecomp.el (byte-compile-char-before):
571 New function (modified replacement for byte-optimize-char-before in
572 byte-opt.el).
573
574 2007-04-09 Alan Mackenzie <acm@muc.de>
575
576 * startup.el (inhibit-splash-screen): Emphatically state that it
577 can't be set in site-start.el.
578
579 2007-04-09 Masatake YAMATO <jet@gyve.org>
580
581 * progmodes/cc-subword.el (c-capitalize-subword): More closely
582 mimic the behavior of `capitalize-word'. Do not move point with a
583 negative argument. Based on tiny change by Paul Curry.
584
585 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
586
587 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
588 Don't move point if ARG is negative.
589
590 2007-04-09 Alan Mackenzie <acm@muc.de>
591
592 Changes to make `narrow-to-defun' and `mark-defun' work properly
593 in CC Mode:
594
595 * progmodes/cc-defs.el (c-beginning-of-defun-1):
596 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
597 Bind beginning/end-of-defun-function to nil around calls to
598 beginning/end-of-defun.
599
600 * progmodes/cc-langs.el (beginning-of-defun-function)
601 (end-of-defun-function): New c-lang-setvar's.
602
603 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
604 (setq arg 1))" to enable non-interactive call.
605
606 2007-04-09 Eli Zaretskii <eliz@gnu.org>
607
608 * simple.el (set-mark-command): Doc fix.
609
610 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
611
612 * progmodes/gud.el (gdb): Restore existing session if user
613 tries to start a second one in graphical mode.
614
615 2007-04-08 Martin Rudalics <rudalics@gmx.at>
616
617 * cus-start.el <scroll-preserve-screen-position>: Add choices.
618
619 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
620
621 * term/xterm.el (terminal-init-xterm): Fix key definitions.
622 Add binding for C-M-SPC.
623
624 2007-04-08 Richard Stallman <rms@gnu.org>
625
626 * pcomplete.el (pcomplete-read-event): One single definition,
627 and not a defsubst.
628
629 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
630
631 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
632 byte-compiler warning "value unused".
633
634 2007-04-08 Andreas Schwab <schwab@suse.de>
635
636 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
637
638 2007-04-07 Glenn Morris <rgm@gnu.org>
639
640 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
641 Autoload these functions.
642 (diary-date-forms): Add a custom :set form.
643
644 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
645 before first use.
646 (diary-font-lock-keywords): New function with old code for
647 initialization of variable of same name.
648
649 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
650
651 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
652 clean-up: only insert space when on identifier, etc.
653
654 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
655
656 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
657
658 * net/tls.el (open-tls-stream): Properly handle case where there
659 is no associated buffer.
660
661 2007-04-07 Glenn Morris <rgm@gnu.org>
662
663 * ffap.el (ffap-file-at-point): Lower the priority of the
664 ffap-ftp-sans-slash-regexp check.
665
666 2007-04-06 Alan Mackenzie <acm@muc.de>
667
668 Fix fontification of labels, and other things with ":".
669
670 * progmodes/cc-engine.el (c-forward-label): The function now
671 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
672 the former t.
673
674 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
675 new return code from c-forward-label, fontifying tokens properly.
676 Add some general comments throughout the file.
677
678 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
679
680 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
681 Revert 2006-01-27 change.
682
683 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
684
685 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
686
687 * desktop.el (desktop-create-buffer, desktop-save):
688 Revert 2004-11-12 change for lack of copyright papers.
689
690 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
691 (dired-guess-default): Respect case.
692
693 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
694
695 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
696 was originally checked in as byte-optimize-concat on 1997-11-02.
697
698 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
699 1995-05-19 doc changes.
700
701 2007-04-06 Kim F. Storm <storm@cua.dk>
702
703 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
704 (unload-feature): Update interactive spec accordingly.
705
706 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
707
708 2007-04-06 John Paul Wallington <jpw@pobox.com>
709
710 * subr.el (with-case-table): Use `make-symbol' to avoid variable
711 capture. Restore the table in the same buffer.
712
713 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
714
715 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
716
717 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
718 Print entire form.
719
720 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
721
722 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
723 for low-color displays.
724
725 2007-04-05 Glenn Morris <rgm@gnu.org>
726
727 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
728 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
729 Seed random number generator on loading.
730
731 * emacs-lisp/authors.el (top-level): Provide self.
732
733 * play/animate.el (top-level): Provide self.
734
735 2007-04-04 Alan Mackenzie <acm@muc.de>
736
737 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
738 to mention c-syntactic-indentation.
739
740 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
741
742 * subr.el (with-case-table): New macro.
743
744 * international/mule.el (ascii-case-table): New var.
745
746 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
747 downcasing.
748
749 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
750
751 * progmodes/gud.el (gud-minor-mode-map): Simplify.
752
753 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
754 of the window if we're outside it e.g menu-bar.
755
756 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
757 window if we're outside it e.g menu-bar.
758
759 2007-04-03 Eli Zaretskii <eliz@gnu.org>
760
761 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
762 decode base-64 encoded body if its content-type is something other
763 than text/* or message/*.
764
765 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
766
767 * simple.el (activate-mark-hook): Fix typo in docstring.
768
769 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
770
771 * tmm.el (tmm-c-prompt): Initialize.
772 (tmm-menubar): Deal with extended menu-items at top level.
773 (tmm-get-keybind): Handle bindings redefined/undefined locally.
774 (tmm-prompt): Handle visibility of top level menu-items.
775
776 * progmodes/gud.el (gud-menu-map): Simplify.
777 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
778 menubar.
779
780 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
781
782 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
783
784 * comint.el (comint-send-input): Widen the buffer first.
785
786 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
787
788 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
791 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
792
793 * newcomment.el (comment-search-forward): Discard comment starters
794 before point.
795
796 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
797
798 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
799
800 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
801
802 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
803 when downcasing.
804
805 * button.el (previous-button): Rewrite to account for adjacent buttons.
806
807 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
808
809 * progmodes/idlwave.el (idlwave-auto-fill):
810 Revert paragraph-separate change.
811
812 * progmodes/idlw-shell.el (idlwave-shell-break-in):
813 Simplify module calc.
814 (idlwave-shell-set-bp-in-module): Compute module.
815
816 2007-03-31 Glenn Morris <rgm@gnu.org>
817
818 * emacs-lisp/timer.el (run-at-time): Doc fix.
819
820 * emacs-lisp/warnings.el (display-warning): If we create the
821 buffer displaying the warning, disable undo there.
822
823 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
824
825 * net/tramp.el (tramp-register-file-name-handler)
826 (tramp-register-completion-file-name-handler): New defsubst,
827 derived from `tramp-register-file-name-handlers'. The split is
828 necessary because Tramp's file name handlers must be registered at
829 different startup places.
830
831 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
832
833 * progmodes/hideshow.el (turn-off-hideshow): New function.
834 (hs-minor-mode): Use it instead of a lambda expression in
835 change-major-mode-hook.
836
837 2007-03-31 David Kastrup <dak@gnu.org>
838
839 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
840 corresponding to MANPATH_MAP entries.
841 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
842 (woman-parse-man.conf): Use more discriminating man.conf name.
843 (woman-parse-man.conf): Parse MANPATH_MAP entries.
844 (woman-manpath): Doc fix and type fix.
845 (woman-cached-data): Check for MANPATH_MAP entries.
846 (woman-expand-directory-path): Treat MANPATH_MAP entries.
847
848 2007-03-31 Stuart Herring <herring@lanl.gov>
849
850 * emacs-lisp/sregex.el (sregexq): Doc fix.
851
852 2007-03-31 Markus Triska <markus.triska@gmx.at>
853
854 * flymake.el (flymake-err-line-patterns): Doc fix.
855
856 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
857
858 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
859 Move to the right.
860
861 2007-03-30 Alan Mackenzie <acm@muc.de>
862
863 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
864
865 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
866
867 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
868 Use it, passed in explicitly, instead of from the dynamic binding.
869 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
870
871 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
872
873 * simple.el (blink-matching-open): When in minibuffer, don't
874 search for a match inside the prompt.
875
876 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
877
878 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
879 (tmm-prompt): Don't make the mouse user select the first menu
880 item twice.
881
882 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
883
884 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
885 SIGUSR1 and SIGUSR2.
886
887 2007-03-29 Kim F. Storm <storm@cua.dk>
888
889 * ido.el (ido-read-internal): When reading file or dir, only override
890 minibuffer-local-filename-completion-map, otherwise only override
891 minibuffer-local-completion-map.
892
893 2007-03-29 Glenn Morris <rgm@gnu.org>
894
895 * complete.el (partial-completion-mode): Set PC-do-completion-end
896 to nil after use.
897 (PC-lisp-complete-symbol): Create and use a marker at `end',
898 rather than using point-marker.
899
900 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
901
902 * simple.el (next-error-highlight): Doc fix.
903 (compose-mail): Revert 2007-03-19 change.
904
905 2007-03-28 Richard Stallman <rms@gnu.org>
906
907 * emacs-lisp/edebug.el (edebug-display): Don't go to
908 edebug-outside-buffer if it is dead.
909
910 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
911
912 * view.el (view-mode): Fix typos in docstring.
913
914 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
915
916 * recentf.el (recentf-save-file): Add a custom :set function.
917
918 2007-03-28 Glenn Morris <rgm@gnu.org>
919
920 * complete.el (PC-do-completion-end): New variable.
921 (partial-completion-mode) <choose-completion-string-functions>:
922 Use PC-do-completion-end in the non-minibuffer case to replace the
923 correct amount of text.
924 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
925 (PC-lisp-complete-symbol): Give marker the after-insertion type,
926 to deal with improvements inserted after point.
927
928 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * button.el (make-text-button): Add explicit `button' property.
931 (default-button): Don't put a `button' property on it.
932
933 * progmodes/python.el (python-mode): Skip comments when parsing.
934
935 * vc-arch.el (vc-with-current-file-buffer): New macro.
936 (vc-arch-file-source-p): Use it to avoid infloop.
937
938 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
939
940 * emacs-lisp/lisp.el (lisp-complete-symbol):
941 Fix call to get-buffer-window to find windows in other frames.
942
943 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * comint.el (comint-proc-query, comint-dynamic-list-completions):
946 Fix calls to get-buffer-window to find windows in other frames.
947 Reported by David Hansen <david.hansen@gmx.net>.
948
949 2007-03-27 Kevin Ryde <user42@zip.com.au>
950
951 * info.el (Info-display-images-node): On a text-only terminal,
952 show the "text" or "alt" parts of the image blobs.
953
954 2007-03-27 Glenn Morris <rgm@gnu.org>
955
956 * complete.el (PC-do-completion): Compute completion-base-size in
957 the non-filename case, rather than setting to nil.
958 (PC-lisp-complete-end): New variable.
959 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
960 original end in a series of consecutive invocations.
961
962 * calendar/calendar.el (calendar-mode-hook): Declare it.
963
964 * calendar/diary-lib.el (diary-live-p): Do not check for
965 diary-selective-display.
966
967 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * replace.el (occur-next-error): *Occur* might not be displayed in the
970 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
971
972 2007-03-26 Richard Stallman <rms@gnu.org>
973
974 * textmodes/flyspell.el (flyspell-large-region):
975 Use ispell-call-process-region.
976
977 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
978
979 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
980 Use prin1 instead of princ.
981
982 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
983
984 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
985 Merge in X resources before global face.
986
987 * progmodes/compile.el (compilation-start): Save compilation-directory
988 rather than default-directory as local var.
989 (compilation-directory): Mark as safe local var.
990
991 * files.el: Don't mark default-directory as a safe local var.
992
993 2007-03-25 Alan Mackenzie <acm@muc.de>
994
995 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
996 * progmodes/cc-engine.el: Fix typo.
997
998 2007-03-25 Juri Linkov <juri@jurta.org>
999
1000 * compare-w.el (compare-windows): Rename customization group
1001 `compare-w' to `compare-windows'.
1002 (compare-windows-whitespace, compare-ignore-whitespace)
1003 (compare-ignore-case, compare-windows-sync)
1004 (compare-windows-sync-string-size, compare-windows-recenter)
1005 (compare-windows-highlight, compare-windows): Change group name in
1006 the `group' tag from `compare-w' to `compare-windows'.
1007 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
1008
1009 2007-03-24 Markus Triska <markus.triska@gmx.at>
1010
1011 * expand.el: Change example to always enable abbrev-mode,
1012 and remove redundant `function'.
1013 (expand-abbrev-hook): Add autoload cookie.
1014
1015 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
1016
1017 * emacs-lisp/testcover.el (testcover-start, testcover-end)
1018 (testcover-mark-all, testcover-unmark-all): Add prompts to
1019 interactive specs.
1020
1021 2007-03-24 Jason Rumney <jasonr@gnu.org>
1022
1023 * autorevert.el (find-file-hook, auto-revert-tail-mode):
1024 Use file size in bytes for auto-revert-tail-pos not characters.
1025
1026 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
1027
1028 * vc-rcs.el (vc-rcs-annotate-command):
1029 Set text property :vc-annotate-prefix on the annotation text.
1030 (vc-rcs-annotate-time): Instead of searching for ": ",
1031 search for end of text propertized with :vc-annotate-prefix.
1032
1033 2007-03-24 Martin Rudalics <rudalics@gmx.at>
1034
1035 * whitespace.el (top level): Remove calls putting
1036 permanent-local nil property since these are no-ops.
1037
1038 * man.el (Man-support-local-filenames): Assure that
1039 default-directory exists when doing call-process.
1040
1041 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
1042
1043 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1044 Fix omission bug: Use m4-program-options to construct shell command.
1045
1046 2007-03-23 David Kastrup <dak@gnu.org>
1047
1048 * progmodes/cc-mode.el (c-make-emacs-variables-local):
1049 Use `mapcar' rather than `mapcan' to silence compiler warning.
1050
1051 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
1052
1053 * textmodes/reftex.el, textmodes/reftex-vars.el,
1054 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1055 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1056 * textmodes/reftex-index.el, textmodes/reftex-global.el,
1057 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1058 * textmodes/reftex-auc.el: Add maintainer address.
1059
1060 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
1061
1062 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1063 Make sure that `global-font-lock-mode' does not turn on font-lock
1064 in these buffers.
1065
1066 2007-03-21 Kim F. Storm <storm@cua.dk>
1067
1068 * xt-mouse.el (xt-mouse-epoch): New variable.
1069 (xterm-mouse-event): Use float-time.
1070
1071 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
1072
1073 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1074 current-time.
1075
1076 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * complete.el (read-file-name-internal): Don't add the final > if the
1079 completion is not finished (re-application of this patch, which was
1080 accidentally undone by Eli).
1081
1082 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * emulation/viper.el (viper-non-hook-settings): Handle mouse
1085 clicks in describe-key and describe-key-briefly advice a little better.
1086
1087 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * server.el (server-process-filter): Cancel any pending isearch.
1090
1091 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
1092
1093 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1094 (icalendar--get-unfolded-buffer): Define actual arguments rather
1095 than just using &rest. Check replace-in-string is fbound.
1096 (icalendar-import-buffer): Doc fix.
1097 (icalendar--convert-ical-to-diary): Set diary-file.
1098 Check diary-file before inserting final newline.
1099 (icalendar--add-diary-entry): Return diary-file.
1100
1101 2007-03-21 Glenn Morris <rgm@gnu.org>
1102
1103 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1104 (diary-display-hook): Add custom :set function.
1105
1106 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1107 Add custom :set function.
1108 (diary-header-line-format): Doc fix.
1109 (diary-set-maybe-redraw): New function.
1110 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1111 (diary-list-entries): Always run diary-mode.
1112
1113 2007-03-20 Kenichi Handa <handa@m17n.org>
1114
1115 * international/quail.el (quail-setup-completion-buf): Make the
1116 completion buffer read-only.
1117 (quail-completion): Adjusted for the above change. Leave the
1118 modified flag nil.
1119
1120 2007-03-20 David Kastrup <dak@gnu.org>
1121
1122 * files.el (magic-mode-alist): Require literal "%!PS" string for
1123 magic postscript file detection.
1124
1125 2007-03-20 Richard Stallman <rms@gnu.org>
1126
1127 * textmodes/ispell.el (ispell-call-process): New function.
1128 Defends against bad `default-directory.'
1129 (ispell-check-version, ispell-find-aspell-dictionaries)
1130 (ispell-get-aspell-config-value, lookup-words): Call it.
1131 (ispell-call-process-region): New function.
1132 (ispell-send-string): Call it.
1133
1134 2007-03-20 Andreas Schwab <schwab@suse.de>
1135
1136 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1137 (finder-data): Likewise.
1138 (autoloads): Likewise.
1139
1140 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1141
1142 * files.el (basic-save-buffer): Do not set visited filename when
1143 the corresponding directory does not exist or the specified
1144 filename is that of an existing directory.
1145
1146 2007-03-20 Glenn Morris <rgm@gnu.org>
1147
1148 * calendar/diary-lib.el (diary-live-p): New function.
1149 (number-of-diary-entries): Add a :set function to redisplay diary
1150 when necessary.
1151
1152 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1153
1154 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1155 from client program, mev, to compute mouse event.
1156
1157 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1158
1159 * faces.el (momentary): Face removed; unused due to reversion of
1160 2007-01-04 changes by Kevin Rodgers.
1161
1162 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1163 Suggested by Johan Bockg\e,Ae\e(Brd.
1164
1165 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1166
1167 * font-lock.el (lisp-font-lock-keywords-1):
1168 Highlight define-globalized-minor-mode as a keyword.
1169
1170 2007-03-19 Kim F. Storm <storm@cua.dk>
1171
1172 * calc/calc-forms.el (math-std-daylight-savings)
1173 (math-std-daylight-savings-old): Doc fix.
1174
1175 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1176
1177 * progmodes/python.el (python-default-template): Doc fix.
1178 (python-buffer): Fix typo in docstring.
1179
1180 * isearchb.el (isearchb-follow-char):
1181 * subr.el (def-edebug-spec): Fix typo in docstring.
1182
1183 2007-03-19 Richard Stallman <rms@gnu.org>
1184
1185 * files.el (default-directory): Mark safe.
1186 (basic-save-buffer-2): Put proper dir name in error message.
1187
1188 * simple.el (compose-mail): Run switch-function after
1189 setting up the mail buffer.
1190
1191 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1192
1193 2007-03-18 Jay Belanger <belanger@truman.edu>
1194
1195 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1196 (math-std-daylight-savings-new): Rename from
1197 `math-std-daylight-savings'.
1198 (math-std-daylight-savings-old): Rename from old value of
1199 `math-std-daylight-savings'.
1200 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1201 `math-std-daylight-savings-old' depending on the year.
1202
1203 2007-03-18 Detlev Zundel <dzu@gnu.org>
1204
1205 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1206 zero-width regexps as invalid but rather at least count them correctly.
1207
1208 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1209
1210 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1211 don't wait more if there is output available to process.
1212
1213 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1214
1215 * progmodes/compile.el (compilation-find-file): Revert change
1216 from 2006-07-18 to allow completion of directory names.
1217 Reported by John Carter <john.carter@tait.co.nz>.
1218
1219 2007-03-18 Kim F. Storm <storm@cua.dk>
1220
1221 * subr.el (when, unless): Doc fix.
1222
1223 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1224
1225 * net/tls.el (tls-program): Doc fix.
1226
1227 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1228
1229 * autorevert.el (auto-revert-tail-handler):
1230 Call after-revert-hook.
1231
1232 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1233
1234 * simple.el (switch-to-completions): No error if search for \n\n fails.
1235
1236 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1237
1238 * simple.el (line-move-1):
1239 Respect `inhibit-line-move-field-capture' property.
1240
1241 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1242
1243 * comint.el (comint-arguments): Mark backslash-escaped chars.
1244 (comint-delim-arg): Don't treat them as delimiters.
1245
1246 2007-03-12 Kim F. Storm <storm@cua.dk>
1247 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1248
1249 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1250
1251 * tempo.el (tempo-insert): Deal with 'r> if it appears
1252 specified with a prompt argument.
1253
1254 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1255
1256 * textmodes/org.el (org-set-font-lock-defaults):
1257 Handle narrow table columns correctly.
1258
1259 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1260
1261 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1262 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1263 Return to use of the -no-properties variants. There was
1264 consensus on emacs-devel that the speed of these variants was
1265 prefered since we are usually parsing files (from the internet
1266 or on disk) instead of XML created in Emacs.
1267
1268 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1269 Add customize option.
1270
1271 2007-03-12 Glenn Morris <rgm@gnu.org>
1272
1273 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1274 North American rule. Replace "daylight savings" with "daylight
1275 saving" in doc.
1276
1277 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1278 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1279 "daylight saving" in text.
1280
1281 * woman.el (woman-change-fonts): Tweak previous change by using
1282 woman-request-regexp rather than "^\\.".
1283
1284 * startup.el (command-line-1): Make insertion of
1285 initial-scratch-message not depend on scratch being selected.
1286
1287 2007-03-11 Juri Linkov <juri@jurta.org>
1288
1289 * replace.el (match): Use yellow background on light-bg terminals.
1290
1291 2007-03-11 Richard Stallman <rms@gnu.org>
1292
1293 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1294 Correctly compute line number.
1295
1296 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1297
1298 * type-break.el (type-break-get-previous-count):
1299 Repeat previous change here.
1300
1301 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1302
1303 * progmodes/grep.el (grep-find-ignored-directories):
1304 Add .git and .bzr to list.
1305
1306 2007-03-11 Andreas Schwab <schwab@suse.de>
1307
1308 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1309
1310 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1313
1314 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * faces.el (face-set-after-frame-default): Recalculate face
1317 customizations after applying X resources.
1318
1319 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1320
1321 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1322 (rcirc-keepalive-seconds): Remove variable.
1323 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1324 (rcirc-process, rcirc-user-disconnect): New variables.
1325 (rcirc-connect): Initalize new variables.
1326 (rcirc-keepalive): Don't send keepalive pings before connection
1327 is completed.
1328 (rcirc-sentinel): Do mark all channels with activity when
1329 connection is dropped. Run hook with process buffer local.
1330 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1331 (rcirc-buffer-process): Return value of rcirc-process if
1332 rcirc-server-buffer is nil.
1333 (rcirc-server-name): Return the reported server name.
1334 (rcirc-update-prompt): Simplify computation of the server name.
1335 (rcirc-format-response-string): Likewise.
1336 (rcirc-handler-001): Mark server as connected, record the reported
1337 server name, and schedule a timeout.
1338 (rcirc-track-nick): Add a spec for the tty class.
1339 (rcirc-user-non-nick): Remove function.
1340 (rcirc-nick-prefix-chars): Add variable.
1341 (rcirc-user-nick): Use above variable.
1342
1343 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1344
1345 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1346 Bind deactivate-mark to nil.
1347
1348 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1349
1350 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1351 that buffer contents get erased during completion.
1352
1353 2007-03-10 Glenn Morris <rgm@gnu.org>
1354
1355 * woman.el (woman-change-fonts): Add a hack to deal with
1356 font-escape followed by "." at start of a line.
1357 (woman2-IP): Add a hack to deal with consecutive requests.
1358 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1359
1360 2007-03-10 Alan Mackenzie <acm@muc.de>
1361
1362 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1363
1364 2007-03-09 Richard Stallman <rms@gnu.org>
1365
1366 * abbrev.el (abbrev): Add `provide'.
1367
1368 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1369
1370 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1371
1372 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1373
1374 * complete.el (PC-try-completion): New function.
1375 (PC-do-completion, read-file-name-internal): Use it instead of
1376 try-completion.
1377
1378 2007-03-08 Alan Mackenzie <acm@muc.de>
1379
1380 Remove stale tokens from `c-found-types' cache.
1381
1382 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1383 (c-unfind-coalesced-tokens, c-before-change): New functions.
1384 (c-maybe-stale-found-type): New variable.
1385
1386 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1387 (c-trim-found-types): New functions.
1388
1389 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1392 (debug-ignored-errors): Add entry from smerge-match-conflict.
1393
1394 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1395
1396 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1397 special help topics for keywords.
1398 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1399 etc. Assistant command.
1400
1401 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * replace.el (occur-engine): Move buffer-undo-list binding...
1404 (occur-1): ...to here.
1405
1406 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1407
1408 * simple.el (minibuffer-completing-symbol): New var.
1409 (eval-expression): Use it.
1410 (completion-setup-function): Don't bind completion-base-size when
1411 completing a symbol in the minibuffer.
1412
1413 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1414
1415 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1416 tries to start a second session in graphical mode.
1417
1418 2007-03-07 Miles Bader <miles@gnu.org>
1419
1420 * international/isearch-x.el
1421 (isearch-process-search-multibyte-characters):
1422 Strip text-properties from PROMPT to avoid an error from read-string.
1423
1424 2007-03-07 Kim F. Storm <storm@cua.dk>
1425
1426 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1427 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1428
1429 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1430
1431 * complete.el (PC-do-completion): Delete duplicates in the list of
1432 possible completions.
1433
1434 2007-03-07 Glenn Morris <rgm@gnu.org>
1435
1436 * ses.el (ses-mode): Doc fix.
1437
1438 2007-03-06 Kim F. Storm <storm@cua.dk>
1439
1440 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1441
1442 2007-03-06 Kenichi Handa <handa@m17n.org>
1443
1444 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1445
1446 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * simple.el (completion-setup-function): Improve last fix so it doesn't
1449 set it to a relative directory name either.
1450
1451 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1452
1453 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1454
1455 2007-03-05 Richard Stallman <rms@gnu.org>
1456
1457 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1458
1459 * files.el (find-file-noselect): No error if file no longer exists.
1460 Display a message and avoid other questions.
1461
1462 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1465 as not to use an invisible window and to create a window if none exist.
1466
1467 * progmodes/python.el (python-send-command): Restart proc if necessary.
1468 (python-proc): Simplify.
1469
1470 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1471
1472 * pcomplete.el (pcomplete-show-completions): Search all frames for
1473 completions buffer.
1474
1475 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * cus-edit.el (customize-save-variable): Clear customized-value
1478 property (saved values are now put in theme-value property).
1479 (customize-set-variable): Doc fix.
1480
1481 * complete.el (PC-do-completion): If completion-ignore-case is
1482 non-nil, replace field with completion string before exiting.
1483
1484 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1485
1486 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1487 Append its extension to the resulting temporary file name.
1488 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1489
1490 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1491 (tramp-smb-handle-write-region): Apply it.
1492
1493 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1494
1495 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1496 Redo previous change.
1497
1498 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1499
1500 * diff-mode.el (diff-mode): Doc fix.
1501
1502 2007-03-05 Kenichi Handa <handa@m17n.org>
1503
1504 * international/characters.el: Set category `l' (latin)
1505 for more characters.
1506
1507 2007-03-04 Kim F. Storm <storm@cua.dk>
1508
1509 * emacs-lisp/authors.el (authors-aliases): Add alias.
1510
1511 2007-03-04 Glenn Morris <rgm@gnu.org>
1512
1513 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1514 all when switching major mode.
1515 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1516 (hs-block-start-mdata-select, hs-block-end-regexp)
1517 (hs-forward-sexp-func, hs-adjust-block-beginning):
1518 Do not make these variables permanent-local.
1519
1520 2007-03-04 Richard Stallman <rms@gnu.org>
1521
1522 * progmodes/cperl-mode.el (cperl-mode):
1523 Modify cperl-compilation-error-regexp-alist by appending.
1524
1525 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1526 (edebug-mode): Add the hook.
1527 (edebug-recursive-edit): Remove the hook on exiting.
1528
1529 * type-break.el (type-break-get-previous-time):
1530 Handle end-of-file errors specially
1531 so they don't get reported wrong in .emacs.
1532
1533 * startup.el (fancy-splash-text): Clarify text.
1534
1535 * simple.el (beginning-of-buffer, end-of-buffer):
1536 Avoid treating plain C-u like numeric arg.
1537
1538 * simple.el (completion-setup-function): Don't set
1539 default-directory to nil.
1540
1541 * shell.el (shell-dirstack-query): Doc fix.
1542
1543 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1544 Don't select the window -- pass it to primitives instead.
1545
1546 * faces.el (minibuffer-prompt): Use medium blue by default.
1547
1548 2007-03-04 David Kastrup <dak@gnu.org>
1549
1550 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1551 Preserve 16 as default value for "seconds" when customizing.
1552
1553 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1554
1555 * textmodes/org.el (org-self-insert-command)
1556 (orgtbl-self-insert-command, org-delete-char)
1557 (org-delete-backward-char): Set the `flyspell-delayed' property.
1558
1559 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1560
1561 * international/mule.el (find-auto-coding): Don't search for
1562 line-ending characters past the end of the tail.
1563
1564 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1565
1566 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1567 Jump to the line where new score has been uploaded.
1568
1569 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1570 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1571 Do nothing when the game is paused.
1572
1573 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1574
1575 * textmodes/org.el (org-set-tags): Prevent slipping of point
1576 during completion.
1577
1578 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1579
1580 * isearch.el (isearch-message-prefix):
1581 Use minibuffer-prompt-properties.
1582
1583 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1584
1585 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1586 (ps-setup): Print which Emacsen is running ps-print package.
1587
1588 2007-03-01 Stuart Herring <herring@lanl.gov>
1589
1590 * files.el (set-auto-mode-0): Use `indirect-function'.
1591 (hack-one-local-variable): Don't reapply current major mode.
1592
1593 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * progmodes/python.el (python-quote-syntax): Don't bother with
1596 syntax-ppss-context.
1597 (python-fill-paragraph): Make sure that fenced-string delimiters that
1598 stand on their own line stay there
1599
1600 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1601
1602 * replace.el (perform-replace): Propertize message.
1603
1604 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1605
1606 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1607 invisible heading.
1608
1609 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * net/tramp.el (tramp-file-name-handler): Revert last change.
1612
1613 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1614
1615 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1616 Correct doc strings.
1617
1618 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * replace.el (perform-replace): Undo forward-char immediately if
1621 non-adjacent search fails.
1622
1623 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * version.el (emacs-major-version, emacs-minor-version):
1626 string-to-int -> string-to-number.
1627
1628 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * help.el (where-is): Fail gracefully when not passed a command.
1631
1632 2007-02-28 Stuart Herring <herring@lanl.gov>
1633
1634 * find-lisp.el (find-lisp-default-directory-predicate):
1635 Fix bug: Do symlink check on expanded filename.
1636
1637 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1638
1639 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1640 changes during replacement.
1641 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1642
1643 2007-02-28 Lars Hansen <larsh@soem.dk>
1644
1645 * desktop.el: Delete header line listing me as maintainer.
1646
1647 2007-02-28 Glenn Morris <rgm@gnu.org>
1648
1649 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1650 the menus case.
1651
1652 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1653
1654 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1655 hooks to avoid confusion when combining after-change calls.
1656
1657 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1658
1659 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1660 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1661 (allout-distinctive-bullets-string): Add info about bullet conventions.
1662 (allout-mode): Add info about distinctive vs plain bullets.
1663
1664 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1665
1666 * textmodes/org.el (org-archive-subtree): Quote variable name.
1667 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1668
1669 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1670
1671 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1672 (gud-bashdb-command-name, bashdb): Remove.
1673 (gud, gud-menu-map): Remove references to bash/bashdb.
1674
1675 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1676
1677 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1678 keyword for Python 2.5.
1679
1680 2007-02-26 Romain Francoise <romain@orebokech.com>
1681
1682 * net/net-utils.el (whois-server-tld): Update server for .org.
1683 (whois-server-list): Add whois.publicinterestregistry.net.
1684 (whois-guess-server): Fix formatting in docstring.
1685
1686 2007-02-26 Kim F. Storm <storm@cua.dk>
1687
1688 * mouse.el (mouse-show-mark): Run hooks and perform command
1689 remapping for mouse-region-delete-keys.
1690
1691 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1692
1693 * font-core.el (font-lock-mode): Doc fix.
1694
1695 2007-02-25 Kim F. Storm <storm@cua.dk>
1696
1697 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1698 Add selected buffer to buffer-name-history.
1699 (ido-file-internal): Set this-command to fallback command.
1700 Add file names to file-name-history.
1701
1702 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1703 Apply minibuffer-prompt-properties.
1704
1705 2007-02-25 Andreas Schwab <schwab@suse.de>
1706
1707 * files.el (hack-one-local-variable-eval-safep): Correct handling
1708 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1709
1710 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1711
1712 * textmodes/org.el (org-table-overlay-coordinates)
1713 (org-table-toggle-coordinate-overlays): New functions.
1714 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1715 New variables.
1716 (org-startup-with-deadline-check): Remove option.
1717 (org-mode): Remove deadline check on startup.
1718 (org-table-limit-column-width): Remove option.
1719 (org-table-formula-numbers-only): Remove option.
1720 (org-link-style, org-link-format): Remove options.
1721 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1722 (org-export-ascii-show-new-buffer)
1723 (org-export-html-show-new-buffer): Remove options.
1724 (org-activate-links): Remove camel option.
1725 (org-file-link-context-use-camel-case): Remove option.
1726 (org-camel-regexp): Remove variable.
1727 (org-activate-camels): Remove function.
1728 (org-store-link): Remove Camel stuff.
1729 (org-make-org-heading-camel): Remove function.
1730 (org-open-at-point): Remove camel stuff.
1731 (org-link-search): Remove camel stuff.
1732 (org-camel-to-words): Function removed.
1733 (org-get-agenda-file-buffer): Make sure we prepare the base
1734 buffers, not any indirect buffers.
1735 (org-sort-entries): Sort top-level when not on a headline, and no
1736 active region.
1737 (org-in-regexp): New function.
1738 (org-search-not-self): Rename from `org-search-not-link'.
1739 (org-open-link-marker): New variable.
1740 (org-open-at-point): Set `org-open-link-marker'.
1741 (org-print-icalendar-entries): Fixe bug with excluding DONE
1742 entries from the exported list.
1743 (org-edit-formula-lisp-indent): New command.
1744 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1745 (orgtbl-to-latex, orgtbl-insert-radio-table)
1746 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1747 (orgtbl-radio-table-templates): New option.
1748 (org-store-link-props):
1749 (org-remember-templates): More possibilities to insert info
1750 into templates.
1751 (org-remember-apply-template): Make use of the extended
1752 template capabilities.
1753 (org-remember-redo-template): New command.
1754 (org-upgrade-old-links)
1755 (org-table-modify-formulas, org-table-replace-in-formulas)
1756 (org-table-find-dataline)
1757 (org-table-get-vertical-vector): Remove functions.
1758 (org-table-remove-rectangle-highlight)
1759 (org-time-stamp-format, org-toggle-log-option)
1760 (org-table-highlight-rectangle)
1761 (org-table-iterate, org-table-make-reference):
1762 (org-translate-time, org-tree-to-indirect-buffer)
1763 (org-table-field-info, org-table-fix-formulas)
1764 (org-table-force-dataline, org-table-get-descriptor-line)
1765 (org-table-get-range)
1766 (org-skip-comments, org-sort)
1767 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1768 (org-table-current-dline, org-table-current-field-formula)
1769 (org-table-edit-backward-field)
1770 (org-table-edit-formulas-post-command)
1771 (org-table-edit-line-down, org-table-edit-line-up)
1772 (org-agenda-archive)
1773 (org-agenda-clock-cancel)
1774 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1775 (org-agenda-open-link, org-agenda-show-new-time)
1776 (org-agenda-skip-subtree-when-regexp-matches)
1777 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1778 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1779 (org-do-sort, org-file-image-p, org-find-overlays)
1780 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1781 (org-highlight-until-next-command, org-isearch-end)
1782 (org-match-any-p, org-next-link, org-previous-link):
1783 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1784 (org-rewrite-old-row-references)
1785 (org-isearch-post-command)
1786 (org-table-edit-move, org-table-edit-next-field)
1787 (org-table-edit-scroll, org-table-edit-scroll-down)
1788 (org-set-frame-title, org-show-reference)
1789 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1790 (org-show-variable): Remove command.
1791 (org-add-log-maybe): New arguments STATE, FINDPOS
1792 (org-table-sort-lines): Rewrite from scratch.
1793 (org-link-search): New argument AVOID-POS.
1794 (org-print-icalendar-entries): Remove argument CATEGORY.
1795 (org-run-agenda-series): Remove argument WONDOW.
1796 (org-next-link, org-previous-link): New commands.
1797 (org-agenda-date-format): New option.
1798 (org-table-iterate): New command.
1799 (org-table-modify-formulas)
1800 (org-table-replace-in-formulas): Remove functions.
1801 (org-table-fix-formulas): New function.
1802 (org-table-insert-column, org-table-delete-column)
1803 (org-table-move-column): Use `org-table-fix-formulas'.
1804 (org-follow-gnus-link): Patch from Bastien/Leo.
1805 (org-table-current-field-formula): New function.
1806 (org-file-image-p): New function.
1807 (org-agenda-show-new-time): New function.
1808 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1809 (org-with-remote-undo): New macro.
1810 (org-agenda-undo): New command.
1811 (org-verify-change-for-undo): New function.
1812 (org-time-stamp-format): New function.
1813 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1814 by user.
1815 (org-match-any-p): New function.
1816 (org-make-tags-matcher): Handle regular expressions for tag and
1817 todo matches.
1818 (org-read-date): Accept "+N" as input for a date relative to the
1819 current date.
1820 (org-remove-subtree-entries-from-agenda): New function.
1821 (org-agenda-archive, org-agenda-kill):
1822 Use `org-remove-subtree-entries-from-agenda'.
1823 (org-do-sort, org-sort-entries): New functions.
1824 (org-sort): New command.
1825 (org-table-sort-lines): Use `org-do-sort'.
1826 (org-fix-decoded-time): New function.
1827 (org-table-number-regexp): Require 0x... to identify as number
1828 in tables.
1829 (org-startup-options): New keywords for note taking.
1830 (org-upgrade-old-links): Remove function.
1831 (org-get-repeat): New function.
1832 (org-show-context): Also show siblings on current level.
1833 (org-show-siblings): New function.
1834 (org-isearch-end, org-isearch-post-command): New functions.
1835 (org-show-siblings): New option.
1836 (org-show-context): Use `org-show-siblings'.
1837 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1838 to be bound, because user may just use elisp.
1839
1840 2007-02-24 Kim F. Storm <storm@cua.dk>
1841
1842 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1843 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1844
1845 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1846
1847 * startup.el (command-line): Also check if the abbrev file is readable.
1848
1849 2007-02-24 John Paul Wallington <jpw@pobox.com>
1850
1851 * net/tls.el (tls-certtool-program): Fix custom type.
1852
1853 * mail/feedmail.el (feedmail-message-id-generator)
1854 (feedmail-date-generator): Fix custom types.
1855
1856 * mail/rmail.el (rmail-message-filter): Fix custom type.
1857
1858 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1859
1860 * startup.el (command-line): If simple.el cannot be found, proceed
1861 with a warning message.
1862
1863 2007-02-24 Kenichi Handa <handa@m17n.org>
1864
1865 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1866 case that BEG is a string.
1867
1868 2007-02-24 Chris Moore <dooglus@gmail.com>
1869
1870 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1871 * pgg-pgp.el (pgg-pgp-encrypt-region):
1872 * pgg-gpg.el (pgg-gpg-encrypt-region):
1873 Check pgg-encrypt-for-me if no other recipients.
1874
1875 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1876
1877 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1878
1879 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1880 shell-quote-argument.
1881
1882 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1883
1884 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1885 from the comint buffer instead of the temporary one.
1886
1887 2007-02-23 David Reitter <david.reitter@gmail.com>
1888
1889 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1890 storing it in recentf-exclude.
1891
1892 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1895 in splash screen.
1896
1897 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1898
1899 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1900 commands, for restart.
1901 (idlwave-shell-current-module): Fix handling of module name by type.
1902 (idlwave-shell-break-in): Update type handling.
1903 (idlwave-shell-bp-get): Encode type in BP structure.
1904 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1905 (idlwave-shell-module-source-query): Query routine info based on type.
1906 Fix path parsing for non-compiled files.
1907 (idlwave-shell-module-source-filter): Don't signal error in filter
1908 if no source found.
1909 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1910 filter race.
1911
1912 2007-02-22 Kim F. Storm <storm@cua.dk>
1913
1914 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1915 (editable-field): Document need to put some text before the %v
1916 escape in :format string.
1917
1918 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1921 (vc-svn-use-edit): Remove unused config var.
1922 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1923
1924 * outline.el (hide-sublevels): Keep empty last line, if available.
1925
1926 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1927 rather than the corresponding unicode char, to make the code
1928 more readable.
1929
1930 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1933 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1934 (speedbar-item-info-tag-helper): Doc fixes.
1935
1936 2007-02-19 Kenichi Handa <handa@m17n.org>
1937
1938 * international/mule-cmds.el (locale-language-names):
1939 Map "eo" to "Esperanto".
1940
1941 * language/european.el ("Esperanto"): New language environment.
1942
1943 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1944
1945 * simple.el (kill-line): Doc fix.
1946
1947 2007-02-17 Kim F. Storm <storm@cua.dk>
1948
1949 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1950 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1951 (bindat--unpack-group, bindat--pack-group):
1952 Handle vectors with optional element type.
1953
1954 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1955
1956 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1957 if PASSPHRASE is given.
1958
1959 2007-02-17 Chris Moore <dooglus@gmail.com>
1960
1961 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1962 Recognize backups of bz2 compressed files.
1963
1964 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1965
1966 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1967 to nil to speed up lookup of the symbol in index nodes.
1968
1969 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1970
1971 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1972 Add indentation for the constants of Lisp.
1973
1974 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * ps-print.el: Use (defvar <foo>) where applicable.
1977 (ps-print-emacs-type): Remove.
1978 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1979 (ps-frame-parameter): Align its call-convention with frame-parameter.
1980 (ps-begin-job): Adjust calls to it appropriately.
1981 (ps-setup): Don't print ps-print-emacs-type.
1982 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1983 Define in such a way that it's obvious that it's defined.
1984 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1985 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1986 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1987
1988 2007-02-15 Alan Mackenzie <acm@muc.de>
1989
1990 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1991 an empty one-line C-style comment, post-position point properly.
1992
1993 2007-02-15 Chris Moore <dooglus@gmail.com>
1994
1995 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1996 (isearch-lazy-highlight-new-loop): Bind it.
1997 (isearch-lazy-highlight-search): Use it.
1998
1999 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
2000
2001 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * font-lock.el (font-lock-extend-region-wholelines):
2004 Only return non-nil if the region has really been changed.
2005 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2006
2007 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
2010 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
2011 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2012
2013 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
2014
2015 * faces.el (color-values): Revert changes to docstring from
2016 2007-01-31 and 2000-09-07.
2017
2018 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
2019 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
2020 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
2021 (ispell-help): Fix typos in docstring and output message.
2022
2023 2007-02-14 Kim F. Storm <storm@cua.dk>
2024
2025 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2026 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2027 (grep): Fix lgrep reference.
2028
2029 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2030 (standard-display-underline): Use make-glyph-code.
2031
2032 * descr-text.el (describe-char): Use glyph-char and glyph-face.
2033
2034 * international/latin1-disp.el (latin1-display-char):
2035 Use make-glyph-code.
2036
2037 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
2038
2039 * ehelp.el (with-electric-help, electric-help-exit)
2040 (electric-help-retain): Doc fixes.
2041
2042 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2043 (byte-compile-file): Doc fixes.
2044
2045 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2046
2047 * term/mac-win.el: Change all uses of
2048 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2049 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2050 (mac-ae-get-url): Call select-frame-set-input-focus.
2051 (mac-dnd-handle-drag-n-drop-event): Don't call
2052 select-frame-set-input-focus.
2053
2054 2007-02-13 Kenichi Handa <handa@m17n.org>
2055
2056 * international/characters.el: Fix documentation of category `a'.
2057
2058 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2059
2060 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2061
2062 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
2063
2064 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2065 (tramp-get-remote-ln): Handle error case.
2066 Reported by Chris Moore <dooglus@gmail.com>.
2067
2068 2007-02-11 Kim F. Storm <storm@cua.dk>
2069
2070 * bindings.el (ctl-x-map): Remove register compatibility bindings
2071 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2072
2073 2007-02-11 Richard Stallman <rms@gnu.org>
2074
2075 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2076 in load history.
2077
2078 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2079 condition -- don't fail to stop at endpos.
2080
2081 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
2082
2083 * textmodes/org.el (org-agenda-get-todos)
2084 (org-agenda-get-timestamps, org-agenda-get-closed)
2085 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2086 (org-agenda-get-blocks, org-format-agenda-item)
2087 (org-agenda-change-all-lines, org-scan-tags): Rename text property
2088 from `category' to `org-category'.
2089
2090 2007-02-11 Kenichi Handa <handa@m17n.org>
2091
2092 * international/titdic-cnv.el (titdic-convert): Force files be written
2093 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
2094 (miscdic-convert): Force files be written with Unix-like eol format.
2095
2096 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2097
2098 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2099
2100 * calculator.el (calculator-prompt): Doc fix.
2101 (calculator-mode-map): Fix typo in menu entry.
2102
2103 2007-02-10 Jay Belanger <belanger@truman.edu>
2104
2105 * calculator.el (calculator): Do more extensive checking for when
2106 3 lines should be used for the calculator.
2107
2108 2007-02-10 Eli Zaretskii <eliz@gnu.org>
2109
2110 * info-look.el (info-lookup-make-completions):
2111 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2112 index nodes.
2113
2114 * info.el (Info-fontify-maximum-menu-size): Document the effect
2115 of a nil value.
2116 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2117 non-nil before using it as size.
2118
2119 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * subr.el (insert-for-yank-1): Prevent read-only properties from
2122 interfering with text property operations.
2123
2124 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2125
2126 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2127 (image-type-auto-detected-p): Fail if another match is found in
2128 auto-mode-alist.
2129
2130 * files.el (magic-mode-alist): Call image-mode instead of
2131 image-mode-maybe for autodetected images.
2132
2133 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
2134
2135 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2136 Fix typos in docstrings.
2137 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2138
2139 2007-02-09 Kim F. Storm <storm@cua.dk>
2140
2141 * emacs-lisp/float-sup.el: Remove obsolete comment.
2142
2143 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2146
2147 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2148
2149 * simple.el: Revert previous change, at request of RMS:
2150 (fundamental-mode-hook): Remove.
2151 (fundamental-mode): Run after-change-major-mode-hooks manually,
2152 and don't run the now-nonexistent fundamental-mode-hook.
2153
2154 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2155
2156 * simple.el (fundamental-mode-hook): Declare new hook.
2157 (fundamental-mode): Run the new dedicated hook, and don't run
2158 after-change-major-mode-hooks manually anymore.
2159
2160 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2163 added columns of chars. Remove support for the "no-meta-info" format.
2164 Prompted by Romain Francoise <romain@orebokech.com>.
2165
2166 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2167
2168 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2169 (gdb-mouse-until, gdb-mouse-jump): Use it.
2170
2171 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2172
2173 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2174 work when there is just an assembler buffer (no source buffer).
2175
2176 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2177
2178 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2179 just because the diff was produced using "-p" (--show-c-function).
2180
2181 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2182
2183 * faces.el (frame-set-background-mode): Use `color-values' and
2184 `display-color-p', not `x-color-values' and `x-display-color-p'.
2185 (face-valid-attribute-values): Use `defined-colors' instead of
2186 `x-defined-colors'.
2187
2188 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2189
2190 * ps-print.ps: The ps-print commands without face printing should not
2191 print background color. Reported by Leo <sdl.web@gmail.com>.
2192 (ps-print-version): New version 6.7.3.
2193 (ps-begin-job): New arg. Fix ps-default-background and
2194 ps-default-foreground initialization.
2195 (ps-face-attributes): Fix doc string.
2196 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2197
2198 * printing.el: Fix ps-print link.
2199
2200 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * faces.el (face-set-after-frame-default): Compile attributes to
2203 be set by frame parameters before merging in X resources.
2204
2205 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2206
2207 * simple.el (blink-matching-paren-dont-ignore-comments):
2208 (blink-matching-paren-on-screen): Doc fixes.
2209
2210 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2211
2212 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2213
2214 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2217 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2218 entries like `defun'. Return nil.
2219
2220 2007-02-05 Kim F. Storm <storm@cua.dk>
2221
2222 * ido.el: Doc fixes.
2223
2224 2007-02-04 David Kastrup <dak@gnu.org>
2225
2226 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2227 `mpuz-allow-double-multiplicator' is non-zero, and correct
2228 calculation of `min'.
2229
2230 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2231
2232 * wid-edit.el (widget-default-create): Insert new text at the
2233 :from marker _after_ the marker, not before it.
2234
2235 2007-02-04 Alan Mackenzie <acm@muc.de>
2236
2237 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2238 containing it is re-indented.
2239
2240 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * net/newsticker.el (newsticker--insert-image): Update docstring,
2243 and insert the image directly.
2244 (newsticker--buffer-redraw): Update docstring.
2245
2246 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2247 Rename from define-global-minor-mode.
2248
2249 * progmodes/cwarn.el (global-cwarn-mode):
2250 * emacs-lisp/autoload.el (make-autoload):
2251 * hi-lock.el (global-hi-lock-mode):
2252 * font-core.el (global-font-lock-mode): All callers changed.
2253
2254 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2255
2256 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2257 Don't copy @ignore lines into menu descriptions.
2258 (texinfo-multi-file-update): Goto the @node line before attempting
2259 to pluck the node name.
2260 (texinfo-multiple-files-update): Reverse the optional arguments'
2261 order, as per the doc string and the `interactive' form.
2262
2263 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * image-mode.el: Use autoload to avoid overriding disabled setting
2266 applied in .emacs.
2267
2268 2007-02-03 Alan Mackenzie <acm@muc.de>
2269
2270 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2271 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2272 adjacent paren groups).
2273
2274 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2275
2276 * progmodes/ebnf2ps.el: Doc fixes.
2277 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2278
2279 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2280
2281 * dired-x.el (dired-do-relsymlink): Add reference to
2282 dired-do-symlink. Add an autoload cookie.
2283
2284 * dired-aux.el (dired-do-symlink): Add reference to
2285 dired-do-relsymlink.
2286
2287 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2288
2289 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2290 <left-fringe mouse-3>: New bindings.
2291
2292 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2293
2294 * newsticker.el (newsticker-version): Changed to "1.10".
2295 (newsticker--set-customvar): Doc string.
2296 (newsticker-new-item-face): Doc string.
2297 (newsticker-mode): Initialize `invisibility-spec' with t.
2298 (newsticker-mode-map): Added
2299 `newsticker-mark-all-items-at-point-as-read'.
2300 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2301 (newsticker-w3m-show-inline-images): Do not call
2302 `w3m-remove-image'.
2303 (newsticker--buffer-after-w3m-insert-image): New advice for
2304 w3m-insert-image to cache images.
2305 (newsticker-next-item-same-feed): New.
2306 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2307 (newsticker-mark-all-items-of-feed-as-read): New.
2308 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2309 (newsticker-mark-item-at-point-as-read): Doc string.
2310 (newsticker-mark-item-at-point-as-read): Use new functions.
2311 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2312 `newsticker-mark-item-at-point-as-read'.
2313 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2314 (newsticker--sentinel): Yet another xml-parser workaround.
2315 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2316 days.
2317 (newsticker--buffer-do-insert-text): Fix.
2318 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2319 (newsticker--buffer-make-item-completely-visible):
2320 `switch-to-buffer' not necessary.
2321
2322 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2323
2324 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2325 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2326 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2327 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2328 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2329
2330 2007-02-02 Kenichi Handa <handa@m17n.org>
2331
2332 * international/quail.el (quail-show-key): Fix an error message.
2333
2334 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2335
2336 * faces.el (set-face-underline-p, modify-face): Rename arg
2337 UNDERLINE-P to UNDERLINE (it is not a flag).
2338
2339 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2340
2341 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2342 when adding gdb-speedbar-update to gdb-input-queue.
2343
2344 2007-02-01 Kenichi Handa <handa@m17n.org>
2345
2346 * international/quail.el (quail-show-key): Signal an error if the
2347 current input method is not using Quail.
2348
2349 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2350
2351 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2352 Trim leading whitespace in sysvar names.
2353
2354 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2355
2356 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2357
2358 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2361
2362 2007-01-31 Romain Francoise <romain@orebokech.com>
2363
2364 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2365 previous change to this file.
2366
2367 2007-01-31 Jason Rumney <jasonr@gnu.org>
2368
2369 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2370 image-mode.
2371
2372 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2373 interfering with attempt to set major mode from modified
2374 auto-mode-alist.
2375
2376 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * faces.el (color-values): Doc fix.
2379 (face-differs-from-default-p): Don't check :foreground twice.
2380
2381 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2382
2383 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2384
2385 2007-01-31 Kenichi Handa <handa@m17n.org>
2386
2387 * international/quail.el (quail-store-decode-map-key): Store a
2388 translated character too.
2389 (quail-char-equal-p): New function.
2390 (quail-find-key1): Check character equality by quail-char-equal-p.
2391 (quail-decode-map-generated): New variable.
2392 (quail-find-key): Check quail-decode-map-generated and re-generate
2393 a decode map if necessary.
2394
2395 2007-01-30 Richard Stallman <rms@gnu.org>
2396
2397 * tutorial.el (tutorial--detailed-help): Make the list of
2398 changed keys look nicer.
2399
2400 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2401
2402 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2403 (gdb-var-delete): Use it.
2404 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2405 `in_scope'.
2406
2407 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2408
2409 * files.el (get-free-disk-space): Return nil for remote directories.
2410
2411 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2412 instead of "dir".
2413
2414 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * type-break.el (type-break-catch-up-event): New function.
2417 (type-break-demo-hanoi, type-break-demo-life)
2418 (type-break-demo-boring): Use it.
2419
2420 * image-mode.el (image-mode): Don't automatically view as image.
2421 (image-toggle-display): Add `disabled' property.
2422
2423 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * isearchb.el (isearchb-iswitchb):
2426 * ps-print.el (ps-build-face-reference):
2427 * emacs-lisp/shadow.el (list-load-path-shadows):
2428 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2429 * international/mule.el (find-auto-coding):
2430 * mail/supercite.el (sc-attrib-selection-list):
2431 * progmodes/cc-defs.el (c-emacs-features):
2432 * progmodes/cc-vars.el (c-offsets-alist):
2433 * progmodes/flymake.el
2434 (flymake-init-create-temp-source-and-master-buffer-copy):
2435 Fix typos in docstrings (some suggested by Chris Moore).
2436
2437 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2438 (vhdl-get-library-unit, vhdl-corresponding-begin)
2439 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2440 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2441 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2442 (vhdl-font-lock-match-item): Fix typos in docstrings.
2443 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2444 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2445 (vhdl-speedbar-insert-project-hierarchy):
2446 Improve argument/docstring consistency.
2447
2448 2007-01-29 Kenichi Handa <handa@m17n.org>
2449
2450 * international/titdic-cnv.el (py-converter): Fix previous change.
2451
2452 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * jka-compr.el (jka-compr-partial-uncompress)
2455 (jka-compr-call-process): Rebind default-directory if it is
2456 invalid. Suggested by Chris Moore.
2457
2458 * comint.el (comint-insert-input): Handle situation where the
2459 selected buffer is not the clicked buffer.
2460
2461 2007-01-29 Kenichi Handa <handa@m17n.org>
2462
2463 * international/ja-dic-cnv.el (skkdic-convert):
2464 Add byte-compile-disable-print-circle:t at the head.
2465
2466 * international/titdic-cnv.el (tit-process-header):
2467 Add byte-compile-disable-print-circle:t at the head.
2468 (miscdic-convert): Likewise.
2469 (py-converter): Skip the header comments.
2470
2471 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2472 New variable.
2473 (byte-compile-output-file-form): Bing print-circle to nil if
2474 byte-compile-output-file-form is not nil.
2475 (byte-compile-output-docform): Likewise.
2476
2477 2007-01-28 Kim F. Storm <storm@cua.dk>
2478
2479 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2480 Declare earlier to avoid byte compiler warnings.
2481
2482 2007-01-28 Markus Triska <markus.triska@gmx.at>
2483
2484 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2485
2486 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2489 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2490 when calling update-game-score program. Remove unnecessary
2491 save-excursion.
2492
2493 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2494
2495 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2496
2497 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2498 avoid compiler warning.
2499 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2500 might have values other than "true" or "false".
2501
2502 2007-01-28 Richard Stallman <rms@gnu.org>
2503
2504 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2505 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2506
2507 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2508
2509 * image.el (image-type-header-regexps): Make GIF regex more specific.
2510
2511 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2512 Don't check `backspace'.
2513 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2514 in Fundamental mode.
2515
2516 * startup.el (fancy-splash-text, normal-splash-screen):
2517 Mention C-g.
2518
2519 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2520 when inserting in buffer.
2521
2522 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2523 inside the if.
2524
2525 2007-01-27 Richard Stallman <rms@gnu.org>
2526
2527 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2528
2529 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2530
2531 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2532 enum/union/struct/class definition.
2533 Revert change to call `forward-sexp' multiple times.
2534
2535 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * files.el (hack-local-variables-confirm): Don't keep trying to
2538 read an event from an empty kbd macro.
2539
2540 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2541
2542 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2543
2544 2007-01-27 Ben North <ben@redfrontdoor.org>
2545
2546 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2547 the arg CHILDREN -> WHICH.
2548
2549 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2550
2551 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2552 default-directory to a sane value when calling start-process.
2553
2554 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2555
2556 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2557 (ls-lisp-format-time-list): Doc fix. Mention
2558 ls-lisp-use-localized-time-format.
2559 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2560 ls-lisp-use-localized-time-format is non-nil, even if a valid
2561 locale is defined.
2562
2563 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2564
2565 * jka-compr.el (jka-compr-shell): Doc fix.
2566
2567 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2568
2569 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2570
2571 * ps-print.ps: Fix background height.
2572 (ps-print-version): New version 6.7.2.
2573
2574 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2575
2576 * makefile.w32-in (finder-data, custom-deps): Depend on
2577 $(lisp)/loaddefs.el.
2578
2579 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2580
2581 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2582
2583 2007-01-24 Miles Bader <miles@gnu.org>
2584
2585 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2586 (byte-compile-output-docform): Bind `print-circle' to t.
2587
2588 2007-01-24 Kenichi Handa <handa@m17n.org>
2589
2590 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2591 file name of the original SKK dictionary file.
2592
2593 2007-01-24 Kim F. Storm <storm@cua.dk>
2594
2595 * ido.el (ido-initial-position): New variable.
2596 (ido-read-internal): Set it if default item is specified.
2597 (ido-minibuffer-setup): Position cursor accordingly if set.
2598 (ido-edit-input): C-e moves to end of input if not already there.
2599 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2600 Don't switch to buffer mode if repeating C-b at start of input.
2601 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2602 input; else it moves to start of input.
2603 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2604 not at end of input, delete rest of input, rather than normal op.
2605
2606 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2607
2608 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2609
2610 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2611 of message. Activate mark.
2612 (ediff-activate-mark): Set transient-mark-mode to t.
2613
2614 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2615
2616 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2617
2618 * help-fns.el (describe-variable): Don't suppress display of
2619 buffer local value when the value is "large".
2620
2621 2007-01-22 Kim F. Storm <storm@cua.dk>
2622
2623 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2624 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2625 (ido-tidy): Use ido-active.
2626
2627 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2628
2629 * hexl.el (hexl-mode-exit): Add missing quote.
2630
2631 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2632
2633 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2634 (mac-ae-keyboard-modifiers): New function.
2635 (mac-handle-toolbar-switch-mode): Use it.
2636 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2637 if keyboard modifiers on drop contain option key.
2638 (mac-dnd-drop-data): Add optional argument `action'.
2639 (special-event-map): Remove binding for M-drag-n-drop.
2640
2641 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2642
2643 * add-log.el (add-log-current-defun): Use CC Mode functions to
2644 find the beginning and end of a defun.
2645
2646 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2647
2648 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2649 (gdb-var-create-handler): Handle value field in GDB output of
2650 -var-create.
2651 (gdb-max-frames): New variable.
2652 (gdb-stack-buffer, gdb-frames-select): Use it.
2653 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2654 if necessary.
2655 (gdb-get-frame-number): Simplify.
2656
2657 2007-01-21 Glenn Morris <rgm@gnu.org>
2658
2659 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2660 Update copyrights.
2661
2662 2007-01-21 Alan Mackenzie <acm@muc.de>
2663
2664 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2665 handling of K&R stuff.
2666
2667 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2668
2669 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2670
2671 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2672
2673 * ps-print.el: Handle frame parameters (background and/or foreground
2674 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2675 (ps-print-version): New version 6.7.1.
2676 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2677 (ps-frame-parameter): New fun.
2678 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2679 Fix doc and customization.
2680 (ps-begin-job): Get frame parameters (background and/or foreground
2681 colors).
2682 (ps-do-despool): Ensure ps-printer-name has a valid value.
2683
2684 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2685
2686 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2687 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2688 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2689 mean unlimited.
2690
2691 2007-01-20 Alan Mackenzie <acm@muc.de>
2692
2693 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2694 much more rigorous analysis of putative K&R regions.
2695
2696 2007-01-20 Alan Mackenzie <acm@muc.de>
2697
2698 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2699 New functions.
2700
2701 2007-01-20 Alan Mackenzie <acm@muc.de>
2702
2703 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2704 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2705 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2706 * progmodes/cc-vars.el: Add my name.
2707
2708 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * files.el (find-alternate-file): Revert query message to Emacs 21
2711 version.
2712
2713 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2714
2715 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2716 the doc string how to use personal abbrevs without electric
2717 keywords.
2718
2719 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2720
2721 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2722 Fixed cursor position when toggle abbreviated display.
2723
2724 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2725
2726 * t-mouse.el: Update copyright following assignment by
2727 Alessandro Rubini.
2728
2729 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2732 (type-break-demo-boring): Call read-event instead of read-char.
2733
2734 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2735
2736 * progmodes/compile.el: Add handling for makepplog.
2737
2738 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2739
2740 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2741 aspell dictionaries are initialized when called non-interactively.
2742
2743 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * progmodes/compile.el (compilation-loop): New arg limit.
2746 Handle case where the first error is at point-min.
2747 (compilation-next-error): New arg to compilation-loop call.
2748
2749 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2750
2751 * info.el (Info-default-dirs): Change default info dir to
2752 share/info.
2753
2754 * paths.el (Info-default-directory-list): Ditto.
2755
2756 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2757
2758 * hexl.el (hexl-before-revert-hook): New function.
2759 (hexl-mode): Use it.
2760 (hexl-after-revert-hook): Just call hexl-mode.
2761 (hexl-mode-exit): Remove before-revert-hook.
2762
2763 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2766
2767 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2768
2769 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2770 by "-" in francais7 otherchars entry.
2771 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2772 otherchars entry.
2773
2774 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2775
2776 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2777 path. Rewrite function in `cond' style for readability.
2778
2779 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2780 (The path shortening, that is, not the rearrarangement.)
2781
2782 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2783
2784 * term/mac-win.el (mac-ae-quit-application): New function.
2785 (mac-apple-event-map): Bind "quit application" Apple event to it.
2786
2787 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2790 than the program's output.
2791
2792 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2793
2794 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2795 (kmacro-start-macro-or-insert-counter)
2796 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2797 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2798
2799 * longlines.el (longlines-show-hard-newlines):
2800 * ruler-mode.el (ruler-mode-ruler):
2801 * emulation/keypad.el (keypad-setup):
2802 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2803 Fix typo in docstring.
2804
2805 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2806
2807 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2808 Remove redirect character ">".
2809
2810 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2811
2812 * replace.el (perform-replace): Remove leftover code.
2813
2814 2007-01-12 Richard Stallman <rms@gnu.org>
2815
2816 * replace.el (perform-replace): Don't clear NODENT when computing
2817 the replacement string.
2818
2819 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2820
2821 * net/tramp.el (tramp-handle-file-local-copy):
2822 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2823 <christopher.ian.moore@gmail.com>.
2824
2825 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * diff-mode.el (diff-sanity-check-context-hunk-half)
2828 (diff-sanity-check-hunk): New functions.
2829 (diff-find-source-location): Use'em to check the hunks are well-formed.
2830
2831 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2832 activate undo when undo is not active.
2833 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2834
2835 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2838 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2839 (ffap-url-at-point): Use char-classes rather than "a-z".
2840
2841 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * ediff-init.el (ediff-autostore-merges):
2844 * textmodes/fill.el (fill-region): Doc fix.
2845
2846 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * server.el (server-ensure-safe-dir): UIDs may be floats.
2849
2850 2007-01-10 Richard Stallman <rms@gnu.org>
2851
2852 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2853 around calls to directory-files.
2854
2855 * subr.el (momentary-string-display): Use save-excursion.
2856
2857 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2858 argument, but read it as `X' does.
2859
2860 2007-01-09 Juri Linkov <juri@jurta.org>
2861
2862 * info.el (Info-fontify-node): Don't hide node names of index entries.
2863
2864 * faces.el (momentary): Change :group to basic-faces where all
2865 basic faces belong to. Add :version.
2866
2867 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2868
2869 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2870 keybinding is found.
2871 (tutorial--find-changed-keys): Never treat null keybinding as a
2872 remapping.
2873
2874 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2875
2876 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2877
2878 2007-01-09 Kenichi Handa <handa@m17n.org>
2879
2880 * international/mule-cmds.el
2881 (select-safe-coding-system-interactively): Fix message.
2882
2883 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2886 (tramp-process-actions): Add optional parameter TIMEOUT.
2887 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2888 (tramp-open-connection-su): Add timeout of 60".
2889
2890 2007-01-09 Richard Stallman <rms@gnu.org>
2891
2892 * progmodes/compile.el (compile): Doc fix.
2893
2894 2007-01-09 Markus Triska <markus.triska@gmx.at>
2895
2896 * tumme.el (tumme-display-thumb): Doc fix.
2897
2898 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * battery.el (battery-search-for-one-match-in-files):
2901 * bindings.el (mode-line-minor-mode-help):
2902 * x-dnd.el (x-dnd-types-alist):
2903 * calendar/icalendar.el (icalendar-import-buffer):
2904 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2905
2906 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2907
2908 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2909
2910 * replace.el (replace-regexp): Fix typo in docstring.
2911
2912 2007-01-07 Alan Mackenzie <acm@muc.de>
2913
2914 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2915 Amend doc-string and comments.
2916
2917 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2918
2919 * files.el (abbreviate-file-name): Doc fix.
2920
2921 2007-01-06 Markus Triska <triska@gmx.at>
2922
2923 * subr.el (split-string): Remove spurious ")" from doc string.
2924
2925 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2926
2927 * textmodes/table.el (table--warn-incompatibility):
2928 Use display-warning instead of momentary-string-display.
2929
2930 2007-01-05 Richard Stallman <rms@gnu.org>
2931
2932 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2933
2934 * simple.el (backward-kill-word): Doc fix.
2935
2936 2007-01-05 Romain Francoise <romain@orebokech.com>
2937
2938 * international/mule.el (sgml-html-meta-auto-coding-function):
2939 Ensure that the buffer contains a HTML document.
2940
2941 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2942
2943 * faces.el (momentary): Move here ...
2944 * subr.el (momentary): ... from here.
2945
2946 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2947
2948 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2949 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2950 large structures/arrays.
2951
2952 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2953
2954 * files.el (find-file-noselect-1, set-visited-file-name):
2955 Allow backup-enable-predicate to be nil.
2956
2957 2007-01-04 Andreas Schwab <schwab@suse.de>
2958
2959 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2960 last change.
2961
2962 2007-01-03 Richard Stallman <rms@gnu.org>
2963
2964 * woman.el (woman-decode-buffer): Clarify error message.
2965
2966 2007-01-03 Alan Mackenzie <acm@muc.de>
2967
2968 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2969
2970 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2971
2972 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2973
2974 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2977
2978 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2979
2980 * emulation/viper.el (viper-custom-file-name, viper-mode):
2981 Fix typos in docstrings.
2982
2983 * subr.el (momentary-string-display): After moving point, set POS
2984 variable to it to avoid later errors once the buffer is modified.
2985 Doc fix.
2986
2987 2007-01-02 Alan Mackenzie <acm@muc.de>
2988
2989 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2990 check that the "*/" is present before trying to manipulate it.
2991
2992 2007-01-02 Richard Stallman <rms@gnu.org>
2993
2994 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2995
2996 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2997 Fix format of value.
2998
2999 * cus-edit.el (customize-unsaved): Rename from customize-customized.
3000 Change messages accordingly.
3001 (customize-customized): Now alias.
3002
3003 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
3004
3005 * files.el (version-control): Doc fix.
3006
3007 2007-01-01 Alan Mackenzie <acm@muc.de>
3008
3009 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
3010 Check the format of c-state-cache is valid for an optimisation before
3011 using it.
3012
3013 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
3014 are at a statement within a macro". Other changes so that only
3015 the first continuation line in a macro gets the symbol
3016 `cpp-define-intro', the others getting `statement', or whatever.
3017
3018 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3019 a string, preserve whitespace. Add a backslash only when also in
3020 a macro.
3021
3022 * progmodes/cc-defs.el: Correct typos.
3023
3024 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
3025 new line after an escaped EOL in a string.
3026
3027 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3028 label when it directly follows "else", "do", ....
3029
3030 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3031 angle brackets (as seen in "explicit specialisations" of C++
3032 templates).
3033
3034 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3035 in the doc-string.
3036
3037 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3038 when the comment ender looks like "=========*/" and is alone on
3039 its line.
3040
3041 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3042 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
3043 for the old name.
3044
3045 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3046 c-\(beginning\|end\)-of-defun by default.
3047
3048 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3049 New line-up function, for the DEFUN macro in the Emacs C sources.
3050 Only used in "gnu" style.
3051
3052 * progmodes/cc-styles.el (c-style-alist): Use this new function in
3053 the "gnu" style.
3054
3055 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3056 clean-up comment-close-slash also to work when there's a comment
3057 terminator on the line.
3058 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3059 these for large arg - only take account of top level {..}, except
3060 for initial and final adjustments. M-- C-M-[ae] now go to the
3061 right defuns when the starting point is between defuns. They use
3062 the four new functions:
3063 (c-in-function-trailer-p, c-where-wrt-brace-construct)
3064 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3065 support c-\(beginning\|end\)-of-defun.
3066
3067 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3068 expressions more rigorously, to exclude bit-field specifiers from
3069 being classed as labels.
3070 (c-forward-label): When analyzing a ":" within a macro, be careful
3071 about using c-forward-syntactic-ws at the macro beginning.
3072 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3073 stmt boundary, check for "operator=", etc.
3074
3075 * progmodes/cc-mode.el (c-postprocess-file-styles):
3076 Bind inhibit-read-only to t, around the call to
3077 c-remove-any-local-eval-or-mode-variables, so that it works on a
3078 RO file.
3079
3080 * progmodes/cc-defs.el (c-version): Update the version number to
3081 "5.31.4".
3082
3083 2007-01-01 Richard Stallman <rms@gnu.org>
3084
3085 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3086 only if we restored isearch-window-configuration.
3087
3088 2006-12-31 Romain Francoise <romain@orebokech.com>
3089
3090 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3091
3092 2006-12-31 Kim F. Storm <storm@cua.dk>
3093
3094 * files.el (auto-mode-case-fold): New defcustom.
3095 (set-auto-mode): If non-nil, perform second case-sensitive pass
3096 through auto-mode-alist if first pass failed.
3097
3098 2006-12-30 Richard Stallman <rms@gnu.org>
3099
3100 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3101
3102 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
3103
3104 * allout.el (allout-encrypt-string): Handle symmetric-key
3105 passphrase caching but leave keypair caching to pgg.
3106
3107 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
3108
3109 Sync with Tramp 2.0.55.
3110
3111 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3112 `integerp'. `char-equal' could fail else in case of negative
3113 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3114 (top): Check for `font-lock-add-keywords' before calling; it
3115 doesn't exist under XEmacs.
3116 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
3117 (tramp-completion-mode): Remove clause (not
3118 tramp-unified-filenames), because the function is called in other
3119 context too, where this check results in wrong results in the
3120 XEmacs case on Windows.
3121 (tramp-touch): UTC handling is not possible for XEmacs.
3122
3123 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3124
3125 * scroll-bar.el (previous-scroll-bar-mode): New variable
3126 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3127 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3128
3129 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3130
3131 2006-12-30 Richard Stallman <rms@gnu.org>
3132
3133 * files.el (make-backup-file-name-1): Precompute abs name
3134 but don't lose the relative name.
3135
3136 * international/mule-cmds.el (select-safe-coding-system-interactively):
3137 Fix message.
3138
3139 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3140
3141 * files.el (backup-buffer): Show entire backup file name in msg.
3142
3143 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3144
3145 * image.el (image-type-header-regexps, image-type-from-data)
3146 (image-type-from-buffer, image-type-from-file-header):
3147 Revert changes from 2006-12-26.
3148 (image-type-auto-detectable): New variable.
3149 (image-type-auto-detected-p): New function.
3150
3151 * files.el (magic-mode-alist): Detect image files with
3152 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3153
3154 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3155
3156 * dired.el (dired-sort-other): Move test for dired-mode...
3157 (dired-sort-set-modeline): ...to here.
3158
3159 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3160
3161 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3162 change. Suggested by Stefan Monnier.
3163
3164 2006-12-29 Kim F. Storm <storm@cua.dk>
3165
3166 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3167 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3168
3169 2006-12-27 Kim F. Storm <storm@cua.dk>
3170
3171 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3172 so it doesn't accidentally match an fsf.org mail address.
3173 (authors-renamed-files-alist): Add tcover-*.el.
3174
3175 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * vc-arch.el (vc-arch-find-version): New function.
3178
3179 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3180 composed of arbitrary characters (even /) in some systems.
3181
3182 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3183
3184 * international/mule-cmds.el (select-safe-coding-system-interactively):
3185 Improve the message in the *Warning* buffer.
3186
3187 2006-12-27 Kim F. Storm <storm@cua.dk>
3188
3189 * ido.el (ido-set-matches-1): Fix last change. If default item is
3190 current buffer, it is ok to be first.
3191
3192 2006-12-27 Kenichi Handa <handa@m17n.org>
3193
3194 * international/mule-cmds.el (select-safe-coding-system-interactively):
3195 Use face `link' for problematic chars.
3196
3197 2006-12-27 Kenichi Handa <handa@m17n.org>
3198
3199 * international/mule-cmds.el (select-safe-coding-system-interactively):
3200 Improve the message in *Warning* buffer.
3201
3202 2006-12-27 Kim F. Storm <storm@cua.dk>
3203
3204 * ido.el (ido-set-matches-1): Never put current buffer first if
3205 there are other matches.
3206
3207 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3208
3209 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3210 expressions.
3211 (gdb-var-delete): Handle duplicate names. Print message for non
3212 root expressions.
3213 (gdb-partial-output-name): Start buffer name with a space.
3214 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3215 buffer name.
3216
3217 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3218
3219 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3220 last footnote when `footnote-spaced-footnotes' is nil.
3221
3222 2006-12-26 Richard Stallman <rms@gnu.org>
3223
3224 * cus-edit.el (custom-browse-sort-alphabetically)
3225 (custom-buffer-sort-alphabetically)
3226 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3227
3228 * image.el (image-type-header-regexps): Change element format
3229 to include third item NOT-ALWAYS.
3230 (image-type-from-data): Handle new format.
3231 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3232 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3233
3234 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3235
3236 * add-log.el (add-log-current-defun): Call `forward-sexp'
3237 multiple times to pick a member function name defined as
3238 part of nested classes/namespaces.
3239
3240 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3241
3242 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3243 which keymap should be used to change menu. It does not affect any
3244 existent code.
3245
3246 2006-12-26 Richard Stallman <rms@gnu.org>
3247
3248 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3249 rather than for being in a minibuffer window.
3250
3251 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3252
3253 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3254 locale-coding-system.
3255 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3256 LF.
3257
3258 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3259
3260 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3261 (sql-mode-syntax-table): Disable double quoted strings.
3262 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3263
3264 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3265
3266 * startup.el (fancy-splash-last-input-event): New variable.
3267 (fancy-splash-special-event-action): New function.
3268 (fancy-splash-screens): Temporarily bind special events to it.
3269 Execute command for saved special event before exiting from
3270 recursive editing.
3271
3272 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3273 New functions.
3274 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3275 Use mac-unread-string.
3276
3277 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3278
3279 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3280 an optimized comment regexp if `comment-start-skip' uses a ^.
3281 * bs.el (bs--up): Remove interactive spec.
3282
3283 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3284
3285 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3286 Suggested by James Cloos.
3287
3288 2006-12-24 Kevin Ryde <user42@zip.com.au>
3289
3290 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3291 in March.
3292 (calendar-dst-ends): Default to first Sunday in November.
3293
3294 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3295
3296 * allout.el (allout-encrypt-string): Inhibit use of agent within
3297 body of let form where encryption happens. Acknowledge non-use of
3298 gpg-agent in docstring.
3299 (allout-toggle-subtree-encryption): Acknowledge non-use of
3300 gpg-agent in docstring.
3301
3302 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3305
3306 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3307
3308 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3309 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3310
3311 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3312 in hooks.
3313 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3314 actually modify buffer; ignore errors if occur.
3315
3316 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3319 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3320 formatting.
3321
3322 2006-12-23 Richard Stallman <rms@gnu.org>
3323
3324 * simple.el (delete-horizontal-space): Doc fix.
3325
3326 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3327
3328 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3329 explicitly in a recursive Make, not implicitly through prerequisites,
3330 since the latter is wrong under parallel builds.
3331
3332 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3333
3334 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3335
3336 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3337
3338 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3339 message string.
3340
3341 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3342
3343 * outline.el (outline-next-visible-heading): Fix the case with a
3344 header at end-of-file with no final newline.
3345
3346 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3347
3348 * indent.el (tab-always-indent): Doc fix.
3349
3350 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3353 (Info-fontify-node): Do fontify indices.
3354
3355 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3356 to the Emacs Lisp reference manual.
3357 (tutorial--tab-map): Remove. All callers changed.
3358 (tutorial--find-changed-keys): New elt QUIET, used to...
3359 (tutorial--display-changes): ...ensure that warning messages are
3360 only issued once per changed key.
3361 (tutorial--remove-remarks): Delete unused code-path.
3362 (lang-strings): Remove extraneous formatting.
3363 (tutorial--save-tutorial): Prompt before saving tutorial state.
3364
3365 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3368 Replace '?\ ' by '?\s' throughout.
3369 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3370 `help' custom group.
3371 (tutorial--key-description): New function.
3372 (tutorial--display-changes): Remove redundant arg. Scan for all
3373 key sequences to avoid false matches. Cleanup.
3374 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3375 reduce homedir pollution.
3376 (help-with-tutorial): Call tutorial--display-changes with no arg.
3377
3378 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3379
3380 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3381
3382 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3383
3384 * net/tramp.el (tramp-default-method): We still need to check for
3385 `executable-find', because it is not bound under Emacs 20.
3386 (tramp-handle-file-name-completion)
3387 (tramp-completion-handle-file-name-completion): Handle optional
3388 parameter PREDICATE.
3389 (tramp-find-default-method): Add code for default values.
3390
3391 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3392
3393 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3394 make gud-go send "continue".
3395
3396 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3399 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3400
3401 2006-12-19 Kim F. Storm <storm@cua.dk>
3402
3403 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3404 instead of global-map.
3405
3406 * files.el (magic-mode-alist): Allow matching file type by
3407 calling a function at bob. Check for image types by calling
3408 image-type-from-buffer. Suggested by Juanma Barranquero.
3409 (set-auto-mode): Do it.
3410
3411 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3412
3413 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3414 Remove "ControlMaster" option from the other `scp*' methods.
3415 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3416
3417 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3418
3419 * textmodes/org.el (org-mode): Show context after isearch.
3420 (org-show-siblings): New function.
3421 (org-show-context): Use `org-show-siblings'.
3422
3423 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3426 Use syntax-ppss-toplevel-pos.
3427
3428 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3429
3430 * textmodes/org.el (org-current-line): Make sure that lines are
3431 counted from beginning of buffer.
3432 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3433 lines are counted from beginning of buffer.
3434
3435 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * info.el (Info-build-node-completions): Signal error if tag-table
3438 marker is not found.
3439
3440 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3441
3442 2006-12-17 Alan Mackenzie <acm@muc.de>
3443
3444 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3445 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3446 Based on code by Martin Rudalics.
3447
3448 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3449 open-paren-in-column-0-is-defun-start to nil any more.
3450
3451 2006-12-17 Richard Stallman <rms@gnu.org>
3452
3453 * simple.el (delete-horizontal-space): Use prefix arg.
3454
3455 * help-fns.el (describe-variable): Improve blank separator lines.
3456
3457 * files.el (magic-mode-alist): Mark as risky.
3458
3459 * files.el (make-backup-file-name-1):
3460 Expand backup-directory explicitly.
3461
3462 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3465 check whether package password.el is loaded, or Pageant is running.
3466
3467 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3468
3469 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3470 (icalendar--rris): First try Emacs, then XEmacs.
3471 (icalendar--convert-ical-to-diary): Doc fix.
3472 Insert newline at end of target file.
3473
3474 2006-12-17 Kim F. Storm <storm@cua.dk>
3475
3476 * outline.el (outline-isearch-open-invisible-function): New defvar.
3477 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3478 overlay property instead of outline-isearch-open-invisible.
3479
3480 2006-12-16 Kim F. Storm <storm@cua.dk>
3481
3482 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3483 if ido-directory-too-big is set on entry.
3484 (ido-toggle-ignore, ido-completion-help): Print message while
3485 reading big directory.
3486
3487 2006-12-15 Richard Stallman <rms@gnu.org>
3488
3489 * shell.el (shell): Doc fix.
3490
3491 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3492
3493 * emulation/edt.el (edt-xserver):
3494 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3495 to fix a problem on Cygwin.
3496
3497 * emulation/edt.el
3498 * emulation/edt-mapper.el
3499 * emulation/edt-lk201.el
3500 * emulation/edt-pc.el
3501 * emulation/edt-vt100.el: Update maintainer's email address.
3502
3503 2006-12-15 Simon Marshall <simon@gnu.org>
3504
3505 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3506
3507 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3508
3509 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3510 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3511 instead of mac-atsu-font-table.
3512 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3513
3514 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3515
3516 * align.el (align-match-tex-pattern): Fix a rare bug which
3517 hanged Emacs.
3518
3519 2006-12-14 Richard Stallman <rms@gnu.org>
3520
3521 * startup.el (use-fancy-splash-screens-p): Use frame-height
3522 instead of window-height. Pass frame to image-size.
3523
3524 2006-12-13 Kenichi Handa <handa@m17n.org>
3525
3526 * international/mule-cmds.el (set-locale-environment):
3527 Set default-sendmail-coding-system too.
3528
3529 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3530
3531 * progmodes/idlw-help.el: Fix copyright notice.
3532
3533 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3536
3537 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3538
3539 * subr.el (unread-command-char): Reformat obsolescence info.
3540
3541 2006-12-11 Richard Stallman <rms@gnu.org>
3542
3543 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3544 about calls to cl-struct-setf-expander.
3545
3546 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3547
3548 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3549 (ediff-combination-pattern): Fix typo in docstring.
3550
3551 * textmodes/refer.el (refer-find-entry): Doc fix.
3552 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3553 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3554 Fix tipos in docstrings.
3555
3556 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3557
3558 2006-12-10 Kim F. Storm <storm@cua.dk>
3559
3560 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3561 instead of binding M-backspace.
3562
3563 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * replace.el (replace-match-data, replace-match-maybe-edit):
3566 * calc/calc-aent.el (calc-eval-error):
3567 * emulation/vi.el (vi-char-argument):
3568 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3569 (c-vsemi-status-unknown-p-fn): Doc fixes.
3570
3571 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3574 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3575
3576 2006-12-10 Masatake YAMATO <jet@gyve.org>
3577
3578 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3579
3580 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3581
3582 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3583
3584 * man.el (Man-xref-button-action): New function. If the
3585 `Man-target-string' button property is a function, assume it
3586 accepts a position argument.
3587 (Man-abstract-xref-man-page): Use it.
3588 (Man-default-man-entry): New optional arg POS.
3589
3590 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3591 symlink arrows read-only and non-rear-sticky.
3592
3593 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3594
3595 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3596 (wdired-search-and-rename): Simplify code.
3597 (wdired-preprocess-files, wdired-preprocess-perms): Make
3598 read-only property of preceding character rear-nonsticky to
3599 avoid that it can be modified. Put old-name and old-link
3600 properties on character preceding name and replace
3601 put-text-property by add-text-properties.
3602 (wdired-get-filename, wdired-get-previous-link): Get old-name
3603 and old-link properties from character preceding name and
3604 simplify code.
3605 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3606 (wdired-perms-to-number): Make local-map property
3607 rear-nonsticky to avoid that text following permissions may be
3608 modified. Use add-text-properties instead of put-text-property
3609 when changing a permission bit.
3610 (wdired-change-to-dired-mode): Remove stickiness properties.
3611
3612 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3613
3614 * international/mule-cmds.el (register-input-method): Doc fix.
3615
3616 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3617
3618 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3619
3620 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3621
3622 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3623 Force buffer local defs evaluation on local variables loading.
3624 (flyspell-mode-on, flyspell-mode-off): Use it in
3625 `hack-local-variables-hook'.
3626
3627 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3628
3629 * emacs-lisp/find-func.el (find-variable): Doc fix.
3630
3631 * help-fns.el (variable-at-point): Doc fix.
3632
3633 * w32-fns.el (w32-append-code-lines): New function.
3634
3635 2006-12-09 Romain Francoise <romain@orebokech.com>
3636
3637 * comint.el (comint-insert-input): Delete obsolete comment.
3638
3639 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3642 current frame, in case we're connected to several displays.
3643
3644 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3645
3646 * frame.el (other-frame): Doc fix.
3647 (set-frame-parameter): Fix typo in docstring.
3648
3649 2006-12-07 Kim F. Storm <storm@cua.dk>
3650
3651 * info.el (Info-index): Strip leading colon from topic.
3652
3653 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3654
3655 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3656 to pointers.
3657
3658 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3659
3660 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3661 Trim out spurious class inheritance "None" entries.
3662
3663 2006-12-05 Kim F. Storm <storm@cua.dk>
3664
3665 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3666 (cua-paste-pop): Rework last change for
3667 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3668 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3669 text inserted by the last M-y command.
3670
3671 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3672
3673 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3674 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3675
3676 * shell.el (shell): Search the start file in ~/.emacs.d as
3677 `init_SHELLNAME.sh' instead.
3678
3679 2006-12-05 Glenn Morris <rgm@gnu.org>
3680
3681 * progmodes/cperl-mode.el (cperl-mode)
3682 * progmodes/f90.el (f90-mode-abbrev-table)
3683 * progmodes/fortran.el (fortran-mode-abbrev-table)
3684 * progmodes/octave-mod.el (octave-abbrev-table)
3685 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3686 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3687
3688 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3689 clear abbrev table, else saved abbrevs will not be restored.
3690
3691 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3694 the call to `make-obsolete-variable', not in the docstring.
3695
3696 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3699
3700 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3701
3702 * progmodes/ebnf-abn.el:
3703 * progmodes/ebnf-bnf.el:
3704 * progmodes/ebnf-dtd.el:
3705 * progmodes/ebnf-ebx.el:
3706 * progmodes/ebnf-iso.el:
3707 * progmodes/ebnf-otz.el:
3708 * progmodes/ebnf-yac.el:
3709 * progmodes/ebnf2ps.el:
3710 * delim-col.el:
3711 * printing.el:
3712 * ps-bdf.el:
3713 * ps-mule.el:
3714 * ps-print.el: Remove 'Time-stamp' comment mark.
3715
3716 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3717 'easy-menu-add-item' when called in Emacs 21 or higher.
3718
3719 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3720
3721 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3722 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3723
3724 2006-12-04 Kim F. Storm <storm@cua.dk>
3725
3726 * bindings.el (global-map): Bind [signal t] to ignore, to have
3727 user signals ignored by default.
3728
3729 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3732 Unicode data file pointed to by `describe-char-unicodedata-file'.
3733
3734 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3737 O(n^2) regexp-search by anchoring the search.
3738
3739 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3740
3741 * whitespace.el (whitespace-cleanup-internal): Use current
3742 argument for recursive call.
3743
3744 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3745
3746 * net/tramp.el (tramp-methods): Add "ControlPath" and
3747 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3748 Andreas Schwab <schwab@suse.de>.
3749 (tramp-do-copy-or-rename-file-out-of-band)
3750 (tramp-open-connection-rsh): Compute format spec for ?t.
3751 (tramp-process-actions): Trace command parameters.
3752
3753 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3754
3755 * simple.el (toggle-truncate-lines): Clarify doc string.
3756
3757 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3758 (gdb-speedbar-expand-node): Use it.
3759
3760 2006-12-04 Richard Stallman <rms@gnu.org>
3761
3762 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3763
3764 * dired.el (dired-revert): Turn off dired-after-readin-hook
3765 around call to dired-readin.
3766
3767 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3768 to echo area messages.
3769 <indicate-empty-lines, case-fold-search>:
3770 Add "globally" to Help string.
3771 <case-fold-search>: MESSAGE arg need not say "globally".
3772 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3773
3774 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3775
3776 * outline.el (outline-end-of-subtree): Don't leave an empty
3777 line hidden as we would a real next heading.
3778
3779 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3780
3781 * allout.el (allout-ascend): Add an optional argument to preserve
3782 original position of point when unsuccessful. Also, fix a
3783 docstring error.
3784 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3785 work again, using allout-ascend's new option.
3786 (allout-setup-mode-map): Extract from allout-mode to initialize
3787 allout-mode-map. Call it on file load, so the mode docstring
3788 substitutions work even if allout mode has not yet been invoked.
3789 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3790 customizations since the map was last processed. Also, refine the
3791 docstring so it's ship-shape for release.
3792 (allout-default-layout, allout-beginning-of-line-cycles)
3793 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3794 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3795 (allout-version, allout-layout, allout-infer-body-reindent)
3796 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3797 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3798 (allout-previous-heading, allout-goto-prefix-doublechecked)
3799 (allout-current-bullet-pos, allout-next-sibling-leap)
3800 (allout-pre-command-business, allout-encrypted-type-prefix)
3801 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3802 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3803 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3804 (allout-old-expose-topic, allout-listify-exposed)
3805 (allout-process-exposed, allout-latex-verb-quote)
3806 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3807 (allout-toggle-current-subtree-encryption)
3808 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3809 Remove extraneous open-paren and close paren string escapes.
3810
3811 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3812
3813 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3814 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3815 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3816 Fix typos in docstrings.
3817
3818 2006-12-03 Glenn Morris <rgm@gnu.org>
3819
3820 * progmodes/cc-align.el
3821 * progmodes/cc-awk.el
3822 * progmodes/cc-cmds.el
3823 * progmodes/cc-compat.el
3824 * progmodes/cc-defs.el
3825 * progmodes/cc-engine.el
3826 * progmodes/cc-langs.el
3827 * progmodes/cc-menus.el
3828 * progmodes/cc-mode.el
3829 * progmodes/cc-styles.el
3830 * progmodes/cc-vars.el
3831 * progmodes/vhdl-mode.el: Fix Copyright format.
3832
3833 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3836 initial down event.
3837
3838 2006-12-02 Kim F. Storm <storm@cua.dk>
3839
3840 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3841 (cua-repeat-replace-region): Make M-v more robust.
3842 (cua-paste-pop-rotate-temporarily): New defcustom.
3843 (cua-paste-pop): Use it.
3844 (cua-auto-mark-last-change): New defcustom.
3845 (cua-pop-to-last-change): New helper function.
3846 (cua-set-mark): Use them.
3847
3848 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3849
3850 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3851 mini-buffer message.
3852
3853 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3854
3855 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3856
3857 2006-12-01 Ben North <ben@redfrontdoor.org>
3858
3859 * paren.el: Fix the highlight overlay extension when the user types a
3860 sequence of char very fast just before the open parenthesis.
3861
3862 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3863
3864 * ps-mule.el: Eliminate Emacs 20 compatibility.
3865
3866 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3867 (ps-print-version): New version 6.7.
3868 (ps-print-quote): Replace '?\ ' by '?\s'.
3869
3870 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3871
3872 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3873 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3874 (hexl-end-of-1k-page): Doc fixes.
3875 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3876 Fix typos in docstrings.
3877
3878 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3879
3880 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3881 locally, i.e. without using file name handlers.
3882 (ido-read-internal): Allow mono letter host names, avoiding the
3883 `c:' problem by testing if the file exists locally.
3884 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3885
3886 2006-11-30 Masatake YAMATO <jet@gyve.org>
3887
3888 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3889 to avoid bytecomp warnings.
3890 (hexl-mode-old-ruler-function): New variable.
3891 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3892 and `hl-line-range-function' after `require' hl-line.
3893 Then bind `hl-line-range-function' and `hl-line-face'.
3894 Don't require frame. Don't use `with-no-warnings'.
3895 (hexl-activate-ruler): Store the original value of
3896 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3897 (hexl-mode-exit): Restore the original value of
3898 `ruler-mode-ruler-function'.
3899
3900 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3901
3902 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3903 (hexl-mode-old-hl-line-face): New variable.
3904 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3905 line when exit from the hexl-mode.
3906
3907 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3910 Doc fixes.
3911
3912 * international/fontset.el (create-fontset-from-ascii-font)
3913 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3914 (fontset-name-p): Fix typo in docstring.
3915
3916 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3917
3918 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3919
3920 * ps-bdf.el: Fix maintainer email.
3921
3922 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3923 compatibility.
3924
3925 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3926 21 compatibility.
3927 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3928 Emacs 20 & 21.
3929
3930 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3931
3932 * progmodes/idlwave.el (idlwave-auto-fill):
3933 Remove paragraph-start let to prevent auto-fill giving up.
3934
3935 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * vt100-led.el (led-state): Fix typo in previous change.
3938
3939 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3940
3941 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3942 Fix interactive spec of the functions getting defined to make them
3943 work as documented.
3944
3945 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3948
3949 2006-11-28 Kim F. Storm <storm@cua.dk>
3950
3951 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3952 icomplete-mode is enabled.
3953
3954 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3955
3956 * textmodes/org.el (require): Require gnus-sum during compilation
3957 to avoid problem with a macro call.
3958
3959 2006-11-28 Glenn Morris <rgm@gnu.org>
3960
3961 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3962
3963 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3964 (fortran-window-create-momentarily): Do not need string-to-char.
3965
3966 2006-11-28 Richard Stallman <rms@gnu.org>
3967
3968 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3969 Replace incorrect use of assoc-default with a loop.
3970
3971 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3972
3973 * simple.el (next-error-find-buffer): Improve messages.
3974
3975 * files.el (revert-buffer): Special error message if file
3976 is now not readable.
3977
3978 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3979 constructed commands.
3980
3981 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3982 in INSIDE_EMACS.
3983
3984 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3987
3988 * server.el: Remove spurious * in docstrings.
3989 (server-process-filter): Exit from recursive editing before processing
3990 a new request.
3991
3992 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3993
3994 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3995 line so hidden blocks will be correctly identified.
3996
3997 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3998
3999 * ledit.el (ledit-save-defun, ledit-mode):
4000 * resume.el (resume-emacs-args-buffer):
4001 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
4002 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
4003 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
4004 (command-send-input, command-kill-line):
4005 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
4006
4007 * autoarg.el (autoarg-kp-mode): Doc fix.
4008
4009 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
4010 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
4011 (check-emacs-lock): Doc fix. Simplify.
4012
4013 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
4014 (iimage-mode-buffer): Fix typos in docstring.
4015
4016 * misc.el (zap-up-to-char): Doc fix.
4017
4018 * time-stamp.el: Fix comment and obsolescence string for old
4019 functions. Use `dolist' instead of `while'.
4020
4021 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4022
4023 * disp-table.el (standard-display-8bit, standard-display-default):
4024 * ebuff-menu.el (electric-buffer-list):
4025 * ehelp.el (electric-help-command-loop):
4026 * font-core.el (font-lock-mode):
4027 * help-macro.el (make-help-screen):
4028 * help.el (describe-minor-mode-completion-table-for-indicator)
4029 (lookup-minor-mode-from-indicator):
4030 * indent.el (tab-to-tab-stop, move-to-tab-stop):
4031 * info-look.el (info-lookup-guess-custom-symbol):
4032 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4033 * longlines.el (longlines-wrap-line):
4034 * macros.el (insert-kbd-macro):
4035 * menu-bar.el (menu-bar-update-buffers):
4036 * misc.el (copy-from-above-command):
4037 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4038 * newcomment.el (comment-indent):
4039 * novice.el (disabled-command-function):
4040 * sort.el (sort-fields-syntax-table):
4041 * subr.el (momentary-string-display):
4042 * tar-mode.el (tar-header-block-summarize)
4043 (tar-clear-modification-flags):
4044 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4045 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4046 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4047 (te-delete-char, te-down-vertically-or-scroll):
4048 * time-stamp.el (time-stamp-string-preprocess):
4049 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4050
4051 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4052
4053 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4054 in GUD mode.
4055
4056 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4057 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4058
4059 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4060
4061 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4062
4063 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
4064
4065 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4066 (ada-compile-goto-error): Adapt to new argument profile of
4067 compilation-goto-locus in Emacs 22. Don't check if the various
4068 compile functions are defined; we already do "(require 'compile)".
4069
4070 2006-11-26 Kim F. Storm <storm@cua.dk>
4071
4072 * kmacro.el: Fix commentary.
4073
4074 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * progmodes/gud.el (gdb): Explain how to run in text command mode
4077 more clearly. Say in error message that multiple debugging
4078 requires restarting GDB.
4079
4080 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
4081
4082 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4083
4084 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
4085
4086 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4087 (flymake-popup-menu): Use it instead of posn-at-point.
4088
4089 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4090
4091 * progmodes/cc-vars.el (c-backslash-column):
4092 Mention c-backslash-max-column in documentation for c-backslash-column.
4093
4094 2006-11-24 Lars Hansen <larsh@soem.dk>
4095
4096 * net/tramp.el (tramp-default-method): Under Windows, change from
4097 plink to pscp.
4098 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4099 (tramp-actions-copy-out-of-band):
4100 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4101 (tramp-action-out-of-band): Move "Permission denied" handling to
4102 tramp-action-copy-failed.
4103 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4104 process buffer.
4105
4106 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4109 strings to a single string. Quote `errors-file-name'.
4110 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4111 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4112 Adjust calls. Use `shell-quote-argument'.
4113
4114 * international/mule.el (load-with-code-conversion)
4115 (with-category-table): Use with-current-buffer.
4116 (after-insert-file-set-coding): Use restore-buffer-modified-p.
4117
4118 2006-11-24 Eli Zaretskii <eliz@gnu.org>
4119
4120 * mail/smtpmail.el (smtpmail-send-it):
4121 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4122 MIME header for the message encoding.
4123 Bind coding-system-for-write around the call to mail-do-fcc.
4124 Use smtpmail-code-conv-from to encode queued mail messages.
4125
4126 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4127
4128 * tabify.el (tabify-regexp): Doc fix.
4129
4130 * net/rcirc.el (rcirc-buffer-maximum-lines):
4131 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4132
4133 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4134 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4135 Fix typos in output messages.
4136 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4137
4138 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4139
4140 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4141 the horse's mouth.
4142 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4143
4144 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4145
4146 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4147 Remove condition-case.
4148
4149 2006-11-23 Glenn Morris <rgm@gnu.org>
4150
4151 * progmodes/f90.el (f90-comment-indent): Do not move point in
4152 default case.
4153
4154 2006-11-21 Romain Francoise <romain@orebokech.com>
4155
4156 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4157 from library name (reverts change of 2005-10-25).
4158
4159 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4160
4161 * tutorial.el (tutorial--default-keys): Add newline and
4162 delete-backward-char bindings.
4163 (tutorial--detailed-help): Save excursion when finding keys.
4164 Correct warning string for M-x FOO case.
4165 (tutorial--display-changes): Print special keys in tutorial style.
4166 Tweak search regexp for changed keys.
4167
4168 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4169
4170 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4171 redundant scheme.
4172
4173 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4174
4175 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4176 are new to the list at IANA. Also added irc, mms, mmsh.
4177
4178 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4179
4180 * progmodes/idlw-help.el (idlwave-html-help-location):
4181 Fail gracefully for missing help packages.
4182 (idlwave-help-assistant-open-link): Open full links.
4183 (idlwave-help-assistant-help-with-topic): Direct help link.
4184
4185 * progmodes/idlwave.el (idlwave-mode):
4186 Set add-log-current-defun-function.
4187 (idlwave-current-routine-fullname): Add, to support add-log.
4188 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4189 to reflect improvements to xml-parse-file.
4190 (idlwave-mode-menu-def): New binding for help-with-topic.
4191
4192 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4193 Handle extra newlines and spaces.
4194 (idlwave-shell-mode-map): Add help-with-topic.
4195
4196 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * tutorial.el (tutorial-warning-face): New face.
4199 (tutorial--detailed-help, tutorial--display-changes): Use it.
4200 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4201 Improve search pattern for occurrences of changed keys.
4202
4203 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4204
4205 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4206 (x-select-text): Set it.
4207 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4208 when checking for newness.
4209
4210 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * subr.el (posn-image):
4213 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4214
4215 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4216
4217 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4218
4219 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4220 Exceptions to the rule "add a space between an identifier and an
4221 opening parenthesis". Defaulted to the `#define' problem of cpp.
4222 (glasses-parenthesis-exception-p): New. Check if the region is an
4223 exception regarding to that.
4224 (glasses-make-readable): Use it.
4225 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4226 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4227
4228 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4231
4232 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4233
4234 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4235
4236 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4237 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4238
4239 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4240
4241 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4242 conditions for function or variable bindings.
4243
4244 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4245
4246 * progmodes/compile.el (compilation-start): Ditto.
4247
4248 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4249
4250 * net/tramp.el (top): cl and custom are always required.
4251
4252 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4253
4254 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4255 cut-buffers with next-selection-coding-system if not nil.
4256
4257 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4258
4259 * textmodes/org.el (org-fix-decoded-time): New function.
4260 (org-display-custom-time): Use `org-fix-decoded-time'.
4261
4262 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * menu-bar.el (menu-bar-games-menu): Remove yow.
4265
4266 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4267
4268 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4269 (org-detach-overlay): Rename from `org-detatch-overlay'.
4270 (org-table-convert-region): Insert space after column separator.
4271 (org-agenda-kill): New command.
4272 (org-metaleft): Call `org-outdent-item' on bullets.
4273 (org-metaright): Call `org-indent-item' on bullets.
4274 (org-timestamp-change): Set `org-last-changed-timestamp'.
4275 (org-current-line): Make sure (bolp) returns correct result.
4276 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4277
4278 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4281
4282 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4283
4284 * mouse.el (global-map): Change 2006-08-16 fix to call
4285 mouse-yank-at-click explicitly, since mouse events are not carried
4286 over into keyboard macros.
4287
4288 2006-11-16 Kim F. Storm <storm@cua.dk>
4289
4290 * ido.el (ido-file-internal): Use current buffer's file name as default
4291 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4292
4293 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4294
4295 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4296 (allout-inhibit-aberrance-doublecheck): Rename from
4297 allout-during-yank-processing. All callers changed.
4298 (allout-ascend): Provide for unusual case where some topic after
4299 the first in file is at lower depth than the first.
4300 (allout-shift-in): Ensure the offspring of the new containing
4301 topic are exposed.
4302 (allout-encrypt-string): Preserve the coding-system of the text,
4303 according to that of the containing buffer.
4304 (allout-toggle-subtree-encryption): When the text being encrypted
4305 requires a different coding system, offer to preserve the coding
4306 system using a file local var.
4307
4308 2006-11-15 Simon Marshall <simon@gnu.org>
4309
4310 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4311 to recognise "T t()" as a function declaration, rather than a
4312 variable instantiation, iff at the top-level or inside a class
4313 declaration. Suggested by Feng Li <fengli@gmail.com>.
4314
4315 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4316
4317 * progmodes/ada-xref.el (ada-parse-prj-file):
4318 Don't delete project buffer; user may want to edit it.
4319 (ada-xref-set-project-field, ada-xref-current-project-file)
4320 (ada-xref-current-project, ada-show-current-project)
4321 (ada-set-main-compile-application): New functions.
4322 (ada-xref-get-project-field, ada-require-project-file):
4323 Normalize use of ada-prj-default-project-file.
4324 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4325 Normalize use of ada-require-project-file.
4326 (ada-prj-find-prj-file): Improve doc string, comments.
4327
4328 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4329 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4330 (ada-create-menu): Add ada-set-main-compile-application,
4331 ada-show-current-main, ada-show-current-project.
4332
4333 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4336 (inferior-python-mode): Use it.
4337
4338 2006-11-14 Andreas Schwab <schwab@suse.de>
4339
4340 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4341
4342 2006-11-13 Kim F. Storm <storm@cua.dk>
4343
4344 * ido.el (ido-copy-current-word): C-o copies region if active.
4345
4346 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4347
4348 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4349
4350 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4351
4352 * ediff.el (ediff-revision):
4353 * files.el (set-visited-file-name):
4354 * mail/rmailout.el (rmail-output-body-to-file):
4355 Use `format', not `message', in `y-or-n-p' call.
4356
4357 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4358
4359 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4360 (org-metaright): Call `org-indent-item' on bullets.
4361 (org-timestamp-change): Set `org-last-changed-timestamp'.
4362 (org-current-line): Make sure (bolp) returns correct result.
4363 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4364
4365 2006-11-12 Richard Stallman <rms@gnu.org>
4366
4367 * language/european.el (turkish-case-conversion-enable)
4368 (turkish-case-conversion-disable): New functions.
4369 ("Turkish" lang env): Use them.
4370
4371 * international/characters.el (case table):
4372 Do nothing special for i and I.
4373
4374 * subr.el (remove-overlays): Fix last change.
4375
4376 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4377 for visiting the custom file.
4378
4379 2006-11-12 Markus Triska <triska@gmx.at>
4380
4381 * play/handwrite.el (handwrite): Also process lines not ending
4382 with newline. Replace some position-fiddling with different
4383 logic. Improve performance.
4384
4385 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4386
4387 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4388 replacing deleted variable `ada-check-switch'.
4389 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4390 (ada-xref-project-files): Improve doc string.
4391 (ada-find-executable): New function.
4392 (ada-initialize-runtime-library): Use `ada-find-executable'.
4393 (ada-xref-set-default-prj-values): In compile commands, don't need
4394 `ada-cd-command'; `compile' does that more portably.
4395 Use ada-prj-default-check-cmd.
4396 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4397 properties if not specified in project file.
4398 (ada-goto-declaration): Display useful message for new error
4399 'error-file-not-found.
4400 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4401 'error-file-not-found.
4402 (ada-get-all-references): Match latest ali syntax. Signal new
4403 error 'error-file-not-found.
4404 (ada-find-in-ali): Match latest ali syntax.
4405 (ada-make-filename-from-adaname): Handle different semantics of
4406 gnatkr in GNAT 3.15p vs later.
4407
4408 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4409 ada-procedure-start-regexp.
4410 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4411
4412 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4413 with defvar.
4414 (ada-language-version): Rename ada05 -> ada2005.
4415 (ada-align-region-separate): Add `eval-when-compile'.
4416 (ada-name-regexp): Remove unneeded escapes in regexp character
4417 alternative.
4418 (ada-compile-goto-error-file-linenr-re): New constant.
4419 (ada-matching-start-re): Handle additional cases `declare',
4420 `procedure', `function'.
4421 (ada-compile-goto-error): Handle "... at line nn".
4422 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4423 Delete support for old versions of `align'.
4424 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4425 (ada-check-defun-name): Simplify handling of `declare'.
4426 (ada-goto-matching-start): Handle nested `begin ... end'.
4427 Handle `declare', `protected', `procedure', `function'.
4428 (ada-create-menu): Presence of arm95 is not conditional on using
4429 GNAT compiler.
4430
4431 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4434 nil in the *RE-Builder* buffer (it causes spurious error messages).
4435
4436 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4437 been set to t, respect it.
4438
4439 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4440
4441 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4442 Delete commented out code for old Emacs versions. Autoloading of
4443 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4444 (ada-mode-version): Bump version number.
4445 (ada-95-string-keywords, ada-2005-string-keywords)
4446 (ada-2005-keywords, ada-name-regexp): New constant.
4447 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4448 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4449 (ada-package-start-regexp): Support private packages, include package
4450 name (for ada-set-point-accordingly).
4451 (ada-next-procedure, ada-previous-procedure)
4452 (ada-which-function-are-we-in): Match changes to
4453 ada-procedure-start-regexp.
4454 (ada-make-body): Make non-interactive; not a user function.
4455 (ada-make-subprogram-body): Improve doc string.
4456
4457 2006-11-11 Romain Francoise <romain@orebokech.com>
4458
4459 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4460 `compilation-error-regexp-alist' buffer-local, since we changed
4461 `compilation-error-regexp-alist-alist' locally.
4462
4463 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4466 to the value of `server-raise-frame'.
4467
4468 2006-11-11 Glenn Morris <rgm@gnu.org>
4469
4470 * ido.el (ido-enable-prefix)
4471 * ses.el (ses-call-printer-return)
4472 * net/tramp.el (tramp-unified-filenames)
4473 * progmodes/cc-align.el (c-lineup-string-cont)
4474 * progmodes/compile.el (compilation-directory-matcher)
4475 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4476 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4477 (vhdl-clock-rising-edge)
4478 * textmodes/org.el (org-export-with-timestamps)
4479 (org-export-remove-timestamps-from-toc)
4480 (org-export-with-tags): Improve previous doc fixes.
4481
4482 2006-11-11 Richard Stallman <rms@gnu.org>
4483
4484 * textmodes/flyspell.el (flyspell-mode-map):
4485 Bind C-c $ instead of M-RET.
4486
4487 2006-11-10 Simon Marshall <simon@gnu.org>
4488
4489 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4490 fontification for "case" and "default" keywords.
4491
4492 2006-11-10 Andreas Schwab <schwab@suse.de>
4493
4494 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4495 Avoid starting sentence with "nil".
4496
4497 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4498
4499 * server.el (server-raise-frame): New option.
4500 (server-switch-buffer): Use it.
4501
4502 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4503
4504 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4505 with a capital.
4506
4507 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4508
4509 * textmodes/org.el (org-show-hierarchy-above)
4510 (org-show-following-heading): Fix typo in default value.
4511 (org-scan-tags): Make the search case-sensitive.
4512 (org-tags-sparse-tree): Don't overrule
4513 `org-show-following-heading' and `org-show-hierarchy-above'.
4514 (org-reveal): New command.
4515 (org-show-context): Rename from `org-show-hierarchy-above'.
4516 (org-fast-tag-selection-single-key): New option.
4517 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4518 (org-tags-overlay): New variable.
4519 (org-agenda-todo-ignore-deadlines): New option.
4520 ("session"): Add circular data structure `org-mark-ring' to
4521 exceptions list in session.el.
4522 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4523 New options.
4524 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4525 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4526 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4527 (org-finalize-agenda): Activate bracket links in agenda.
4528 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4529 INACTIVE-OK.
4530 (org-show-hierarchy-above, org-show-following-heading):
4531 List values allowed for fine-tuned configuration.
4532 (org-show-hierarchy-above): New argument CONTEXT, use the
4533 fine-tuned settings in `org-show-hierarchy-above' and
4534 `org-show-following-heading'.
4535 (org-display-custom-time): New function.
4536 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4537 (org-display-custom-times, org-time-stamp-custom-formats):
4538 (org-maybe-intangible): New macro.
4539 (org-activate-bracket-links, org-hide-wide-columns):
4540 Use `org-maybe-intangible'.
4541 (org-open-file): Use `shell-quote-argument'.
4542 (org-display-internal-link-with-indirect-buffer): New option.
4543 (org-file-remote-p): Get regexp from list.
4544 (org-link-expand-abbrev): New function.
4545 (org-link-abbrev-alist): New option.
4546 (org-open-at-point, org-cleaned-string-for-export):
4547 Call `org-link-expand-abbrev'.
4548 (org-timeline, org-agenda-list, org-todo-list)
4549 (org-tags-view): Remove the KEEP-MODES argument.
4550 (org-finalize-agenda-hook): New hook.
4551 (org-get-alist-option): New function.
4552 (org-follow-timestamp-link): New function.
4553 (org-open-at-point): Call `org-follow-timestamp-link'.
4554 (org-log-note-marker, org-log-note-purpose)
4555 (org-log-note-window-configuration): New variables.
4556 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4557 (org-log-note-headings): New option.
4558 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4559 (org-store-link): Support for dired-mode.
4560 (org-open-file): Substitute environment variables into filename.
4561 (org-last): New defsubst.
4562 (org-agenda-re-align-tags): New function.
4563 (org-agenda-align-tags-to-column): New option.
4564 (org-agenda-timeline): Group removed.
4565 (org-prepare-agenda, org-prepare-agenda-buffers)
4566 (org-run-agenda-series, org-timeline, org-agenda-list)
4567 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4568 the text property inticating the agenda type.
4569 (org-agenda-post-command-hook): Get agenda type from text property
4570 at point.
4571 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4572 and obey `org-agenda-overriding-arguments'.
4573 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4574 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4575 (org-agenda-week-view, org-agenda-day-view):
4576 Use `org-agenda-overriding-arguments' to make updating work with
4577 multi-block agendas.
4578 (org-agenda-prefix-format): Allow different formats for the
4579 different agenda entry types.
4580 (org-timeline-prefix-format): Option removed, use
4581 `org-agenda-prefix-format' instead.
4582 (org-prepare-agenda): New function.
4583 (org-select-timeline-window): Option removed, use
4584 `org-select-agenda-window' instead.
4585 (org-respect-restriction): Variable removed.
4586 (org-cmp-tag): New function.
4587 (org-agenda-sorting-strategy, org-entries-lessp):
4588 Implement sorting by last tag.
4589 (org-complete): Better completion in in-buffer option lines.
4590 (org-in-item-p): New function.
4591 (org-org-menu): Add entries for checkboxes.
4592 (org-cycle): Extra brouping in outline-regexp, because it is used
4593 in a search with "^" prepended.
4594 (org-provide-checkbox-statistics): New option.
4595 (org-set-font-lock-defaults): Highlight checkbox statistics.
4596 (org-update-checkbox-count-maybe)
4597 (org-get-checkbox-statistics-face): New functions.
4598 (org-update-checkbox-count): New command.
4599 (org-insert-item, org-toggle-checkbox):
4600 Call `org-update-checkbox-count-maybe'.
4601 (org-export-as-html): XEmacs compatibility for coding system.
4602 (org-force-cycle-archived): New command.
4603 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4604 overrules cycling.
4605 (org-fix-position-after-promote): If the line contains only a todo
4606 keyword, add a final space.
4607 (org-promote-subtree, org-demote-subtree):
4608 Call `org-fix-position-after-promote'.
4609
4610 2006-11-10 Glenn Morris <rgm@gnu.org>
4611
4612 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4613 date in every year.
4614 (calendar-dst-check-each-year-flag): New customizable variable.
4615 (calendar-dst-find-data): New function, extracted from
4616 calendar-current-time-zone.
4617 (calendar-current-time-zone): Use calendar-dst-find-data.
4618 (calendar-dst-transition-cache): New variable.
4619 (calendar-dst-find-startend, calendar-dst-starts)
4620 (calendar-dst-ends): New functions.
4621 (calendar-daylight-savings-starts)
4622 (calendar-daylight-savings-ends): Change value to use
4623 calendar-dst-starts, calendar-dst-ends; respectively.
4624
4625 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4626
4627 * ido.el (ido-enable-prefix)
4628 * ses.el (ses-call-printer-return)
4629 * net/tramp.el (tramp-unified-filenames)
4630 * progmodes/cc-align.el (c-lineup-string-cont)
4631 * progmodes/compile.el (compilation-directory-matcher)
4632 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4633 * progmodes/gdb-ui.el (gdb-many-windows)
4634 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4635 (vhdl-clock-rising-edge)
4636 * textmodes/org.el (org-export-with-timestamps)
4637 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4638 (org-read-date): Doc fix (Nil -> nil).
4639
4640 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4641
4642 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4643 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4644
4645 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4646
4647 * bs.el (bs--window-for-buffer): Remove.
4648 (bs--show-with-configuration): Use `get-window-with-predicate'
4649 instead of `bs--window-for-buffer'.
4650
4651 2006-11-10 Kenichi Handa <handa@m17n.org>
4652
4653 * files.el (revert-buffer): Fix previous change.
4654
4655 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * bs.el (bs--redisplay): Fix typo in docstring.
4658 (bs--window-config-coming-from): Make frame-local.
4659 (bs--restore-window-config): New function.
4660 (bs-kill, bs-select, bs-select-other-window)
4661 (bs-select-other-frame): Use it.
4662 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4663 (bs--show-with-configuration): Save the window configuration as a
4664 frame local var, and only if *buffer-selection* is not already
4665 visible on this frame.
4666
4667 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * vc-svn.el (vc-svn-admin-directory): New var.
4670 (vc-svn-registered, vc-svn-responsible-p)
4671 (vc-svn-repository-hostname): Use it.
4672 Suggested by arit93@yahoo.com.
4673
4674 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4675
4676 * ldefs-boot.el: Regenerate.
4677
4678 2006-11-08 Alan Mackenzie <acm@muc.de>
4679
4680 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4681 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4682 for least nested open-paren.
4683
4684 2006-11-08 Romain Francoise <romain@orebokech.com>
4685
4686 * subr.el (remove-overlays): Fix typo in last change.
4687
4688 2006-11-08 Richard Stallman <rms@gnu.org>
4689
4690 * subr.el (remove-overlays): Call overlay-recenter.
4691
4692 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4693
4694 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4695 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4696 behaviour.
4697 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4698 directly.
4699
4700 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4701
4702 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4703 (ido-max-dir-file-cache, ido-decorations)
4704 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4705 (ido-magic-backward-char, ido-enter-dired)
4706 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4707 (ido-list-directory, ido-first-match, ido-only-match)
4708 (ido-subdir, ido-indicator): Fix typos in docstrings.
4709 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4710 (ido-read-internal): Fix typo in error message.
4711
4712 2006-11-08 Kenichi Handa <handa@m17n.org>
4713
4714 * international/mule-cmds.el (set-default-coding-systems):
4715 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4716
4717 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * makefile.w32-in (setwins): Remove.
4720 (WINS_ALMOST): New macro.
4721 (WINS): Use it.
4722 (autoloads): Don't extract autoloads from files in obsolete/.
4723
4724 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * whitespace.el (whitespace-buffer): Call remove-overlays after
4727 overlay-recenter for performance. Suggested by Martin Rudalics.
4728
4729 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4730
4731 * net/tramp.el (tramp-default-method): scp is the default method.
4732
4733 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * server.el (server-start): Save also the Emacs pid in the server file.
4736
4737 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4738
4739 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4740 point when displaying a bibtex cross reference in the echo area.
4741
4742 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * international/mule.el (make-char): Fix typo in docstring.
4745 (load-with-code-conversion, charsetp): Doc fixes.
4746
4747 * international/ja-dic-cnv.el (skkdic-convert):
4748 * cus-edit.el (hook): Fix typo in docstring.
4749
4750 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4753 (custom-mode-link-map): New variable.
4754 (custom-group-link, custom-manual): Use follow-link.
4755
4756 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4757
4758 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4759 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4760
4761 2006-11-06 Richard Stallman <rms@gnu.org>
4762
4763 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4764 New function broken out of flyspell-correct-word.
4765 (flyspell-mode-map): Bind it to M-RET.
4766 (flyspell-correct-word): Call it.
4767
4768 * textmodes/fill.el (fill-minibuffer-function): New function.
4769 (fill-paragraph): Bind fill-paragraph-function to
4770 fill-minibuffer-function.
4771
4772 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4773 so that they aren't undefined.
4774
4775 * dired.el (dired-readin): Locally bind file-name-coding-system.
4776
4777 * bindings.el: Shorten and clarify usual mode line mouse help string.
4778
4779 * Makefile.in (autoloads): Don't include `obsolete'.
4780
4781 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4784 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4785 Printing menu if it's not initialized.
4786 (pr-menu-bind): Act on menu-bar-file-menu directly.
4787
4788 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4789
4790 * help.el (view-emacs-news): Fix typo in error message.
4791
4792 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4793
4794 * shadowfile.el (shadow-define-regexp-group)
4795 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4796 (shadow-read-files): Fix typo in message.
4797 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4798 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4799 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4800 (shadow-file-match): Fix typos in docstrings.
4801
4802 * terminal.el (terminal-emulator): Fix typo in message.
4803
4804 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4805
4806 * emacs-lisp/lselect.el (x-kill-primary-selection)
4807 (x-delete-primary-selection, x-copy-primary-selection):
4808 Fix typos in error messages.
4809
4810 * emulation/edt-mapper.el: Fix typo in interactive message.
4811
4812 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4813
4814 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4815 (ispell-help): Fix typos in docstrings.
4816 (ispell-help): Fix typo in output message.
4817
4818 * allout.el (allout-adjust-file-variable)
4819 (allout-passphrase-verifier-string)
4820 (allout-passphrase-hint-string)
4821 (allout-toggle-current-subtree-encryption):
4822 * apropos.el (apropos-synonyms):
4823 * cus-edit.el (hook):
4824 * emacs-lock.el (emacs-lock-from-exiting):
4825 * follow.el (follow-avoid-tail-recenter-p):
4826 * hexl.el (hexl-mode):
4827 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4828 * mouse.el (mouse-set-font):
4829 * resume.el (resume-emacs-args-file):
4830 * rfn-eshadow.el (file-name-shadow-tty-properties):
4831 * t-mouse.el (t-mouse-process, t-mouse-mode):
4832 * emacs-lisp/cust-print.el (custom-print-install)
4833 (custom-print-uninstall, custom-format):
4834 * emacs-lisp/shadow.el (list-load-path-shadows):
4835 * emulation/tpu-edt.el (tpu-help-text)
4836 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4837 (tpu-reset-control-keys):
4838 * emulation/vip.el (vip-emacs-local-map)
4839 (vip-change-mode-to-emacs):
4840 * emulation/viper.el (viper-mode, viper-set-hooks)
4841 (viper-major-mode-modifier-list):
4842 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4843 * emulation/viper-keym.el (viper-emacs-kbd-map)
4844 (viper-toggle-key):
4845 * mail/feedmail.el (feedmail-queue-reminder)
4846 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4847 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4848 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4849 (feedmail-sender-line, feedmail-force-binary-write)
4850 (feedmail-from-line, feedmail-deduce-envelope-from)
4851 (feedmail-x-mailer-line, feedmail-message-id-generator)
4852 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4853 (feedmail-enable-spray, feedmail-spray-this-address)
4854 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4855 (feedmail-queue-runner-confirm-global)
4856 (feedmail-ask-before-queue-prompt)
4857 (feedmail-ask-before-queue-reprompt)
4858 (feedmail-prompt-before-queue-standard-alist)
4859 (feedmail-prompt-before-queue-user-alist)
4860 (feedmail-prompt-before-queue-help-supplement)
4861 (feedmail-queue-use-send-time-for-message-id)
4862 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4863 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4864 (feedmail-mail-send-hook-queued)
4865 (feedmail-confirm-addresses-hook-example)
4866 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4867 (feedmail-queue-runner-mode-setter)
4868 (feedmail-queue-alternative-mail-header-separator)
4869 (feedmail-queue-runner-message-sender)
4870 (feedmail-buffer-eating-function, feedmail-binmail-template)
4871 (feedmail-run-the-queue-no-prompts)
4872 (feedmail-run-the-queue-global-prompt)
4873 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4874 (feedmail-envelope-deducer, feedmail-fiddle-date)
4875 (feedmail-default-message-id-generator)
4876 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4877 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4878 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4879 (vms-pmail-setup):
4880 * play/dunnet.el (dun-help):
4881 * play/handwrite.el (handwrite):
4882 * play/hanoi.el (hanoi-unix-64):
4883 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4884 * textmodes/enriched.el (fixed):
4885 * textmodes/org.el (org-file-apps)
4886 (org-emphasis-regexp-components, org-emphasis-alist):
4887 * textmodes/texinfmt.el (batch-texinfo-format):
4888 Fix typos in docstrings.
4889
4890 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * loadhist.el (read-feature): Don't complete features not loaded
4893 from a file (which make `unload-feature' to fail).
4894
4895 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4896
4897 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4898
4899 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4900
4901 * startup.el (command-line-1): Kill emacs if the last frame is
4902 deleted while evaluating the command-line arguments.
4903
4904 2006-11-05 Richard Stallman <rms@gnu.org>
4905
4906 * startup.el (init-file-had-error): Add doc string.
4907 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4908 Use fixed-width font for keyboard key descriptions.
4909
4910 * cus-edit.el (custom-save-all): Error if saving in .emacs
4911 and it had an error when loaded.
4912
4913 * dired-aux.el (dired-copy-file-recursive): Catch errors
4914 from recursive copies in the loop, around the recursive call.
4915
4916 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4917
4918 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4919 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4920 `/proc/acpi/thermal_zone/*'.
4921 (battery-search-for-one-match-in-files): New. Search a regexp in
4922 the content of some files.
4923
4924 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4925
4926 * window.el (mouse-autoselect-window-now): Remove variable.
4927 (mouse-autoselect-window-state): New variable.
4928 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4929 (mouse-autoselect-window-select, handle-select-window):
4930 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4931 Suspend delayed autoselection during menu or popup dialog.
4932
4933 * info-look.el (info-lookup-guess-custom-symbol): New function
4934 for retrieving symbol at point in custom buffers.
4935 (top level) <info-lookup-maybe-add-help>: Add backquote and
4936 comma to ignored characters in regexps of help specifications
4937 for emacs-lisp-mode and lisp-interaction-mode. This permits
4938 looking up symbols in `...' and after a comma. Add help
4939 specifications for custom-mode and help-mode.
4940
4941 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4942
4943 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4944 Don't encode body if RAW is non-nil, or if the old encoding is
4945 identical to the new encoding, or if the body contains only
4946 eight-bit-* characters.
4947
4948 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4949
4950 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4951 (faces-sample-overlay): Remove variable.
4952 (describe-face): Insert sample text in the face being described.
4953
4954 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4955
4956 * whitespace.el (whitespace-indent-regexp): Make this match any
4957 multiples of eight spaces near the beginning of a line.
4958 (whitespace-buffer): Use `remove-overlays' instead of
4959 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4960 speed up overlay handling.
4961 (whitespace-buffer-leading, whitespace-buffer-trailing):
4962 Make these functions highlight the text removed by
4963 `whitespace-buffer-leading-cleanup' and
4964 `whitespace-buffer-trailing-cleanup' respectively.
4965 (whitespace-buffer-search): Use `with-local-quit'.
4966 Move `format' out of loop to speed up scanning larger buffers.
4967 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4968 that function is never added to a hook.
4969 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4970 (whitespace-buffer-leading-cleanup)
4971 (whitespace-refresh-rescan-list): Fix docstrings.
4972
4973 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4974
4975 * allout.el (allout-during-yank-processing): Cue for inhibiting
4976 aberrance processing during yanks.
4977 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4978 the amount of yanked topics that can be aberrant.
4979 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4980 a function, and supplement with inihibition of doublechecking
4981 during yanks.
4982 (allout-beginning-of-line, allout-next-heading)
4983 (allout-previous-heading, allout-goto-prefix-doublechecked)
4984 (allout-back-to-current-heading, allout-next-visible-heading)
4985 (allout-next-sibling): Use new allout-do-doublecheck function.
4986 (allout-next-sibling): Ensure we made progress when returning
4987 other than nil.
4988 (allout-rebullet-heading): Preserve text property annotations
4989 indicating the text was hidden, if it was.
4990 (allout-kill-line): Remove any added was-hidden annotations.
4991 (allout-kill-topic): Remove any added was-hidden annotations.
4992 (allout-annotate-hidden): Inhibit adding was-hidden text
4993 properties to the undo list.
4994 (allout-deannotate-hidden): New function to remove was-hidden
4995 annotation.
4996 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4997 (allout-remove-exposure-annotation): Replace by
4998 allout-deannotate-hidden.
4999 (allout-yank-processing): Signal that yank processing is happening
5000 with allout-during-yank-processing. Also, wrap
5001 allout-unprotected's closer to the text changes, for easier
5002 debugging. We need to inhibit-field-text-motion explicitly, in
5003 lieu of the encompassing allout-unprotected.
5004 (outlineify-sticky): Adjust criteria for triggering new outline
5005 decorations to presence or absence of any topics, not just a topic
5006 at the beginning of the buffer.
5007
5008 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
5009
5010 * bs.el (bs--show-all, bs--redisplay):
5011 * cus-edit.el (custom-unlispify-menu-entries)
5012 (custom-unlispify-tag-names, custom-prompt-variable):
5013 * expand.el (expand-pos):
5014 * speedbar.el (speedbar-generic-list-tag-p):
5015 * wid-edit.el (widget-image-enable):
5016 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5017 * emacs-lisp/find-func.el (find-function-noselect)
5018 (find-function, find-variable-noselect, find-variable)
5019 (find-definition-noselect, find-face-definition):
5020 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5021 * net/eudc-vars.el (eudc-expansion-overwrites-query):
5022 * progmodes/ada-xref.el (ada-find-in-ali):
5023 * textmodes/flyspell.el (flyspell-check-tex-math-command):
5024 * textmodes/org.el (org-copy-subtree):
5025 * textmodes/table.el (table--row-column-insertion-point-p):
5026 Use "non-nil" in docstrings.
5027
5028 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
5029
5030 * sort.el (sort-columns): Set the field separator to tab; on
5031 NetBSD, sort complains if "\n" is used as field separator.
5032
5033 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
5034
5035 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5036
5037 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * server.el (server-auth-key): Remove. Replace by a process-property.
5040 (server-start): Don't remove the file of the previous process, but
5041 instead clear out the place for the new file.
5042 (server-start): Set the :auth-key property.
5043 (server-process-filter): Use the :auth-key property.
5044
5045 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
5046
5047 * textmodes/org.el (org-mode-map): No longer copy
5048 `outline-mode-map' explicitly - this is already done by
5049 `define-derived-mode'.
5050
5051 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
5052
5053 * server.el (server-visit-files): Use `when'.
5054 (server-process-filter): When authentication fails, send error
5055 message to client. Wrap `process-send-region' in `ignore-errors'
5056 instead of `condition-case', and remove misleading comment.
5057
5058 2006-11-01 Juri Linkov <juri@jurta.org>
5059
5060 * simple.el (yank): Doc fix.
5061
5062 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * server.el: Try and fit within 80 columns.
5065 (server-start): Make the auth file unreadable by other users.
5066
5067 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5068
5069 * battery.el (battery-linux-proc-acpi): Prevent range error when
5070 `full-capacity' is 0.
5071
5072 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5073
5074 * faces.el (faces-sample-overlay): New defvar.
5075 (faces-sample-overlay): New function to show face sample text.
5076 (describe-face): Use it.
5077
5078 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
5079
5080 * progmodes/ada-stmt.el: Change maintainer, apply
5081 whitespace-cleanup, checkdoc.
5082 (ada-func-or-proc-name): Add doc string.
5083
5084 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5085 whitespace-cleanup, checkdoc. Minor improvements to many doc
5086 strings and comments.
5087 (ada-prj-display-page): Change buffer name to more accurately
5088 reflect function.
5089
5090 * progmodes/ada-xref.el: Change maintainer, apply
5091 whitespace-cleanup, checkdoc. Minor improvements to many doc
5092 strings and comments. Don't look for `gvd' or `ddd' debuggers.
5093 (ada-compile-current): Don't add newlines to commands.
5094
5095 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
5096
5097 * server.el: Add support for TCP sockets.
5098 (server-use-tcp, server-host, server-auth-dir): New options.
5099 (server-auth-key): New variable.
5100 (server-ensure-safe-dir): Create nonexistent parent dirs.
5101 Ignore Unix-style file modes on Windows.
5102 (server-start): Crete a TCP or Unix socket according to the value
5103 of `server-use-tcp'. For TCP sockets, create the id/auth file in
5104 `server-auth-dir' directory.
5105 (server-process-filter): Delete process if authentication
5106 fails (which never happens for Unix sockets).
5107
5108 2006-10-30 David Kastrup <dak@gnu.org>
5109
5110 * subr.el (add-to-list): Don't continue checking if a match has
5111 been found.
5112
5113 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * tutorial.el: Move defvars to avoid bytecomp warnings.
5116 (tutorial--find-changed-keys): Check if viper-current-state is
5117 bound before using it.
5118 (help-with-tutorial): Check if viper-tutorial is defined before
5119 using it.
5120
5121 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5122
5123 * help-fns.el (help-with-tutorial): Move to tutorial.el.
5124
5125 * tutorial.el: New file.
5126 (help-with-tutorial): Move here from help-fns.el. Added help for
5127 rebound keys. Fixed resume of tutorial.
5128 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5129 (tutorial--find-changed-keys, tutorial--display-changes)
5130 (tutorial--saved-dir, tutorial--saved-file)
5131 (tutorial--save-tutorial): New functions to support the changes in
5132 help-with-tutorial.
5133
5134 2006-10-30 Kenichi Handa <handa@m17n.org>
5135
5136 * files.el (revert-buffer): If a unibyte buffer is being reverted
5137 with a coding system for multibyte, set buffer multibyte before
5138 calling insert-file-contents.
5139
5140 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * server.el (server-select-display): Use a dummy buffer to detect when
5143 the frame is later used.
5144 (server-select-display): New function.
5145 (server-process-filter): Use it to detect unused temp frames.
5146
5147 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5148
5149 * progmodes/ada-mode.el: Change maintainer, apply
5150 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5151 (ada-mode-version): New function.
5152 (ada-create-menu): Menu operations are available for all supported
5153 compilers.
5154
5155 2006-10-29 Lars Hansen <larsh@soem.dk>
5156
5157 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5158 Highlight as keyword.
5159 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5160 Don't call tramp-method-out-of-band-p for local files.
5161 (tramp-touch): Quote file name.
5162
5163 2006-10-28 Glenn Morris <rgm@gnu.org>
5164
5165 * calendar/calendar.el (cal-html-cursor-month)
5166 (cal-html-cursor-year): Add autoloads for this new package.
5167 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5168
5169 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5170
5171 * calendar/cal-html.el: New file.
5172
5173 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * emacs-lisp/authors.el (authors-aliases): Update.
5176
5177 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5178
5179 * version.el (emacs-version): Bump version number to 22.0.90.
5180
5181 2006-10-26 John W. Eaton <jwe@octave.org>
5182
5183 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5184 New defvar.
5185 (inferior-octave-resync-dirs): Check to see whether Octave has
5186 built-in variables and set inferior-octave-has-built-in-variables.
5187 Check inferior-octave-has-built-in-variables to decide whether to
5188 send commands that set built-in variables or call functions to
5189 change Octave's behavior.
5190 Send "disp (pwd ())" to Octave instead of just "pwd".
5191 (inferior-octave-startup): Send "more off" to Octave instead of
5192 "page_screen_output = 0".
5193
5194 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5197 pattern normally.
5198
5199 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5200
5201 * bindings.el (mode-line-mode-menu): Remove bindings for global
5202 minor modes (line/column number) as they are on the menubar.
5203
5204 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * term/w32-win.el (x-handle-name-switch): Doc fix.
5207 (w32-standard-fontset-spec): Fix typo in docstring.
5208
5209 * midnight.el (midnight-buffer-display-time): Doc fix.
5210 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5211
5212 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5213
5214 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5215
5216 * viper-ex.el (ex-read): Quote file argument.
5217
5218 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5219
5220 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5221
5222 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5223
5224 * textmodes/flyspell.el (flyspell-check-region-doublons):
5225 Fix last fix.
5226
5227 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5228
5229 * bindings.el (mode-line-mode-menu): List global minor modes
5230 before local ones.
5231
5232 2006-10-23 Kim F. Storm <storm@cua.dk>
5233
5234 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5235 (sit-for): If last command was a prefix arg, add the read-ahead
5236 event to unread-command-events as (t . EVENT) so it will be added
5237 to this-command-keys by read-key-sequence.
5238
5239 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5240
5241 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5242 whitespace when checking doublons.
5243 (flyspell-check-region-doublons): Fix doublon regexp.
5244 (flyspell-highlight-incorrect-region): Highlight doublons using
5245 flyspell-duplicate face.
5246
5247 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5248
5249 2006-10-22 John Wiegley <johnw@newartisans.com>
5250
5251 * progmodes/python.el (python-use-skeletons): python-mode was
5252 auto-inserting templates (for those with abbrev-mode on), not only
5253 by default -- *but without a configuration variable to disable
5254 it*. This rendered python-mode completely useless for me, so I
5255 have added `python-use-skeletons', which is now off by default.
5256
5257 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5260 font-lock-multiline is auto-local (it's not).
5261 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5262 initialized before calling cperl-init-faces.
5263
5264 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5265
5266 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5267 gdb-stack-position a value when there is no fringe.
5268
5269 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5270 indicator if not visiting a file.
5271
5272 2006-10-20 David Kastrup <dak@gnu.org>
5273
5274 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5275 operation would still cause some window to collapse later.
5276
5277 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5280 side-effect due to mixing various backends's file properties.
5281
5282 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5283 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5284 Return `filename's status if applicable. Update callers.
5285
5286 2006-10-19 Kenichi Handa <handa@m17n.org>
5287
5288 * international/kkc.el (kkc-region): When a key sequence is not
5289 defined, append (this-single-command-raw-keys) to
5290 unread-input-method-events.
5291
5292 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5293
5294 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5295
5296 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5297
5298 * version.el (emacs-version): Use mac-carbon-version-string.
5299
5300 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5301
5302 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5303
5304 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5305 Kenichi Handa).
5306 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5307 the selection is not UTF-8.
5308
5309 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5310
5311 * progmodes/ada-mode.el (ada-83-string-keywords)
5312 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5313 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5314 (ada-looking-at-semi-private, ada-get-body-name):
5315 Fix typos in docstrings.
5316 (ada-create-case-exception, ada-create-case-exception-substring):
5317 Fix typos in error messages.
5318 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5319
5320 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5321
5322 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5323 to default-frame-alist if default-frame-alist already contains
5324 width/height.
5325
5326 2006-10-18 Richard Stallman <rms@gnu.org>
5327
5328 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5329 Non-interactive arg is the value, not the expression.
5330
5331 * simple.el (read-expression-map): Just set it, no defvar.
5332
5333 * subr.el (insert-for-yank-1): If last inserted char has
5334 properties, mark them as rear-nonsticky.
5335
5336 * recentf.el (recentf-mode): Doc fix.
5337
5338 * facemenu.el (facemenu-add-new-face): Defend against symbol
5339 that isn't a face name.
5340
5341 * dired-aux.el (dired-do-copy): Doc fix.
5342
5343 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * simple.el (line-move-1): Ignore fields when moving to the
5346 beginning of line to avoid getting point stuck.
5347
5348 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5349
5350 * textmodes/flyspell.el (flyspell-word-search-backward):
5351 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5352 text.
5353
5354 2006-10-16 Richard Stallman <rms@gnu.org>
5355
5356 * help-fns.el (describe-function-1): Special case optimization
5357 for self-insert-command.
5358
5359 2006-10-16 Kim F. Storm <storm@cua.dk>
5360
5361 * ido.el (ido-reread-directory): Work in `dir' mode too.
5362
5363 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5364
5365 * textmodes/table.el: Require 'regexp-opt.
5366
5367 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5368
5369 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5370 Use shell-quote-argument.
5371
5372 * shell.el (explicit-bash-args): Likewise.
5373
5374 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5375 Use grep -E rather than egrep.
5376
5377 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5378
5379 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5380
5381 2006-10-15 Kim F. Storm <storm@cua.dk>
5382
5383 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5384
5385 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5386
5387 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5388 to protect whitespace and metacharacters from the shell.
5389
5390 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5391
5392 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5393
5394 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5395
5396 * subr.el (start-process-shell-command): Doc fix.
5397
5398 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5399
5400 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5401 the regexp for Maxima symbols.
5402
5403 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5406 (vc-find-root): Don't walk higher up than ~.
5407
5408 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5409
5410 * international/utf-8.el (utf-translate-cjk-load-tables):
5411 Avoid clobbering last-coding-system-used during load.
5412
5413 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5414
5415 * textmodes/reftex-global.el (reftex-create-tags-file):
5416 Quote file arguments.
5417
5418 2006-10-12 Richard Stallman <rms@gnu.org>
5419
5420 * files.el (file-name-history): Add defvar.
5421 (save-some-buffers-action-alist): Improve description strings.
5422
5423 2006-10-12 Andreas Schwab <schwab@suse.de>
5424
5425 * files.el (auto-mode-alist): Match change log file name also with
5426 a dash before a numeric extension.
5427
5428 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5429
5430 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5431 After 5.0:
5432 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5433
5434 After 5.1: Major edit. Summary of most visible changes:
5435
5436 - Multiple <<HERE per line allowed.
5437 - Handles multiline subroutine declaration headers (with comments).
5438 (The exception is `cperl-etags' - but it is not used in the rest
5439 of the mode.)
5440 - Fontifies multiline my/our declarations (even with comments,
5441 and with legacy `font-lock').
5442 - Major speedup of syntaxification, both immediate and postponed
5443 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5444 huge real-life document I tested).
5445 - New bindings, edits to imenu.
5446 - "_" is made into word-char during fontification/syntaxification;
5447 some attempts to recognize non-word "_" during other operations too.
5448 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5449 - autoload some more perldoc-related stuff
5450 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5451 - Attempt to incorporate XEmacs edits which reached me.
5452
5453 Fine-grained changelog:
5454 (cperl-hook-after-change): New configuration variable.
5455 (cperl-vc-sccs-header): Likewise.
5456 (cperl-vc-sccs-header): Likewise.
5457 (cperl-vc-header-alist): Default via two preceding variables.
5458 (cperl-invalid-face): Remove double quoting under XEmacs
5459 (still needed under 21.2).
5460 (cperl-tips): Update URLs for resources.
5461 (cperl-problems): Likewise.
5462 (cperl-praise): Mention new features.
5463 New C-c key bindings: for `cperl-find-bad-style',
5464 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5465 `cperl-perdoc', and `cperl-perldoc-at-point'.
5466 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5467 moved, new submenu of Tools with Ispell entries and narrowing.
5468 (cperl-after-sub-regexp): New defsubst.
5469 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5470 Allows heads up to head4.
5471 Allow "package;".
5472 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5473 (paren-backwards-message): ??? Something for XEmacs???
5474 (cperl-mode): Never auto-switch abbrev-mode off.
5475 Try to allow '_' be non-word char.
5476 Do not use `font-lock-unfontify-region-function' on XEmacs.
5477 Reset syntax cache on mode start.
5478 Support multiline facification (even on legacy `font-lock').
5479 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5480 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5481 refuse to inform us whether the fontification is due to lazy
5482 calling or due to edit to a buffer, install our own hook
5483 (controlled by `cperl-hook-after-change').
5484 (cperl-electric-pod): =cut may have been recognized as start.
5485 (cperl-block-p): Move, updatedfor attributes.
5486 (cperl-calculate-indent): Try to allow '_' be non-word char
5487 Support subs with attributes.
5488 (cperl-where-am-i): Queit (?) a warning.
5489 (cperl-cached-syntax-table) New function.
5490 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5491 (cperl-unwind-to-safe): Recognize `syntax-type' property
5492 changing in a middle of line.
5493 (cperl-find-sub-attrs): New function.
5494 (cperl-find-pods-heres): Allow many <<EOP per line.
5495 Allow subs with attributes.
5496 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5497 Recognize "extproc " (OS/2) case-folded and only at start.
5498 /x on s///x with empty replacement was not recognized.
5499 Better comments.
5500 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5501 Allow subs with attributes, labels.
5502 Do not confuse "else::foo" with "else".
5503 Minor optimizations...
5504 (cperl-after-expr-p): Try to allow '_' be non-word char.
5505 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5506 with `looking-at' inside `narrow' and bulk out if found.
5507 (cperl-imenu--create-perl-index): Updates for new
5508 `cperl-imenu--function-name-regexp-perl'.
5509 (cperl-outline-level): Likewise.
5510 (cperl-init-faces): Allow multiline subroutine headers
5511 and my/our declarations, and ones with comments.
5512 Allow subroutine attributes.
5513 (cperl-imenu-on-info): Better docstring.
5514 (cperl-etags): Rudimentary support for attributes.
5515 Support for packages and "package;".
5516 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5517 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5518 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5519 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5520 (cperl-perldoc): Add autoload.
5521 (cperl-perldoc-at-point): Likewise.
5522 (cperl-here-doc-spell): New function.
5523 (cperl-pod-spell): Likewise.
5524 (cperl-map-pods-heres): Likewise.
5525 (cperl-get-here-doc-region): Likewise.
5526 (cperl-font-lock-fontify-region-function): Likewise (backward
5527 compatibility for legacy `font-lock').
5528 (cperl-font-lock-unfontify-region-function): Fix style.
5529 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5530 calls with no-change. Governed by `cperl-hook-after-change'.
5531 (cperl-fontify-update): Recognize that syntaxification region
5532 can be larger than fontification one.
5533 XXXX we leave `cperl-postpone' property, so this is quadratic...
5534 (cperl-fontify-update-bad): Temporary placeholder until
5535 it is clear how to implement `cperl-fontify-update'.
5536 (cperl-time-fontification): New function.
5537 (attrib-group): New text attribute.
5538 (multiline): New value: `syntax-type' text attribute.
5539
5540 After 5.2:
5541 (cperl-emulate-lazy-lock): New function.
5542 (cperl-fontify-syntaxically): Would skip large regions.
5543 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5544 Some globals were declared, but uninitialized.
5545
5546 After 5.3, 5.4:
5547 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5548 Copyright message updated.
5549 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5550 facification down a bit.
5551 Misprint for my|our|local for old `font-lock'
5552 "our" was not fontified same as "my|local".
5553 Highlight variables after "my" etc even in
5554 a middle of an expression.
5555 Do not facify multiple variables after my etc
5556 unless parentheses are present.
5557
5558 After 5.5, 5.6
5559 (cperl-fontify-syntaxically): after-change hook could reset.
5560 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5561
5562 After 5.7:
5563 (cperl-init-faces): Allow highlighting of local ($/).
5564 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5565 (cperl-problems): Remove fixed problems.
5566 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5567 Recognize charclasses (unless delimiter is \).
5568 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5569 (cperl-regexp-scan): Update docs.
5570 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5571
5572 After 5.8:
5573 Major user visible changes:
5574 Recognition and fontification of character classes in RExen.
5575 Variable indentation of RExen according to groups.
5576
5577 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5578 Fontify REx charclasses in variable-name face.
5579 Fontify POSIX charclasses in "type" face.
5580 Fontify unmatched "]" in function-name face.
5581 Mark first-char of HERE-doc as `front-sticky'.
5582 Reset `front-sticky' property when needed.
5583 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5584 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5585 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5586 constructs. Support `narrow'ed buffers.
5587 (cperl-praise): Remove a reservation.
5588 (cperl-make-indent): New function.
5589 (cperl-indent-for-comment): Use `cperl-make-indent'.
5590 (cperl-indent-line): Likewise.
5591 (cperl-lineup): Likewise.
5592 (cperl-beautify-regexp-piece): Likewise.
5593 (cperl-contract-level): Likewise.
5594 (cperl-toggle-set-debug-unwind): New function.
5595 New menu entry for this.
5596 (fill-paragraph-function): Use when `boundp'.
5597 (cperl-calculate-indent): Take into account groups when indenting RExen.
5598 (cperl-to-comment-or-eol): Recognize # which end a string.
5599 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5600 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5601 (cperl-fontify-syntaxically): More clear debugging message.
5602 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5603 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5604 Merge cosmetic changes from XEmacs.
5605
5606 After 5.9:
5607 (cperl-1+): Move to before the first use.
5608 (cperl-1-): Likewise.
5609
5610 After 5.10:
5611
5612 This code may lock Emacs hard!!! Use at your own risk!
5613
5614 (cperl-font-locking): New internal variable.
5615 (cperl-beginning-of-property): New function.
5616 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5617 instead of `previous-single-property-change'.
5618 (cperl-unwind-to-safe): Likewise.
5619 (cperl-after-expr-p): Likewise.
5620 (cperl-get-here-doc-region): Likewise.
5621 (cperl-font-lock-fontify-region-function): Likewise.
5622 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5623 recursively.
5624 Bound `next-single-property-change' via `point-max'.
5625 (cperl-unwind-to-safe): Bound likewise
5626 (cperl-font-lock-fontify-region-function): Likewise.
5627 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5628 Initialization of `cperl-font-lock-multiline-start' could be
5629 missed if the "main" fontification did not run due to the
5630 keyword being already fontified.
5631 (cperl-pod-spell): Return t from do-one-chunk function.
5632 (cperl-map-pods-heres): Stop when the worker returns nil.
5633 Call `cperl-update-syntaxification'.
5634 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5635 (cperl-get-here-doc-delim): Remove unused function.
5636
5637 After 5.11:
5638
5639 The possible lockup of Emacs (introduced in 5.10) fixed.
5640
5641 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5642 (cperl-syntaxify-for-menu): New customization variable.
5643 (cperl-select-this-pod-or-here-doc): New function.
5644 (cperl-get-here-doc-region): Extra argument.
5645 Do not adjust pos by 1.
5646
5647 New menu entries
5648 (Perl/Tools): Selection of current POD or HERE-DOC section.
5649 (Debugging CPerl:) backtrace on fontification.
5650
5651 After 5.12:
5652 (cperl-cached-syntax-table): Use `car-safe'.
5653 (cperl-forward-re): Remove spurious argument SET-ST.
5654 Add documentation.
5655 (cperl-forward-group-in-re): New function.
5656 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5657 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5658
5659 After 5.13:
5660 (cperl-string-syntax-table): Make { and } not-grouping
5661 (Sometimes they ARE grouping in RExen, but matching them would only
5662 confuse in many situations when they are not)
5663 (beginning-of-buffer): Replace two occurences with goto-char...
5664 (cperl-calculate-indent): `char-after' could be nil...
5665 (cperl-find-pods-heres): REx can start after "[" too.
5666 Hightlight (??{}) in RExen too.
5667 (cperl-maybe-white-and-comment-rex): New constant
5668 (cperl-white-and-comment-rex): Likewise.
5669 XXXX Not very efficient, but hard to make
5670 better while keeping 1 group.
5671
5672 After 5.13:
5673 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5674 Likewise for 1 << identifier.
5675
5676 After 5.14:
5677 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5678 Error-less condition-case could fail.
5679 (cperl-font-lock-fontify-region-function): Likewise.
5680 (cperl-init-faces): Likewise.
5681
5682 After 5.15:
5683 (cperl-find-pods-heres): Support property REx-part2.
5684 (cperl-calculate-indent): Likewise.
5685 Don't special-case REx with non-empty 1st line.
5686 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5687 Invert highlighting of charclasses:
5688 now the envelop is highlighted.
5689 Highlight many others 0-length builtins.
5690 (cperl-praise): Mention indenting and highlight in RExen.
5691
5692 After 5.15:
5693 (cperl-find-pods-heres): Highlight capturing parens in REx.
5694
5695 After 5.16:
5696 (cperl-find-pods-heres): Highlight '|' for alternation
5697 Initialize `font-lock-warning-face' if not present.
5698 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5699 `font-lock-function-name-face'.
5700 (cperl-look-at-leading-count): Likewise.
5701 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5702 `font-lock-keyword-face' (needed for
5703 batch processing), etc...
5704 Use `font-lock-builtin-face' for builtin in REx
5705 Now `font-lock-variable-name-face'
5706 is used for interpolated variables
5707 Use "talking aliases" for faces inside REx
5708 Highlight parts of REx (except in charclasses)
5709 according to the syntax and/or semantic
5710 Syntax-mark a {}-part of (?{}) as "comment"
5711 (it was the ()-part)
5712 Better logic to distinguish what is what in REx
5713 (cperl-tips-faces): Document REx highlighting
5714 (cperl-praise): Mention REx syntax highlight etc.
5715
5716 After 5.17:
5717 (cperl-find-sub-attrs): Would not always manage to print error message.
5718 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5719
5720 After 5.18:
5721 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5722 Very minor optimization.
5723 `my-cperl-REx-modifiers-face' got quoted.
5724 Recognize "print $foo <<END" as HERE-doc.
5725 Put `REx-interpolated' text attribute if needed.
5726 (cperl-invert-if-unless-modifiers): New function.
5727 (cperl-backward-to-start-of-expr): Likewise.
5728 (cperl-forward-to-end-of-expr): Likewise.
5729 (cperl-invert-if-unless): Works in "the opposite way" too.
5730 Cursor position on return is on the switch-word.
5731 Indents comments better.
5732 (REx-interpolated): New text attribute.
5733 (cperl-next-interpolated-REx): New function.
5734 (cperl-next-interpolated-REx-0): Likewise.
5735 (cperl-next-interpolated-REx-1): Likewise.
5736 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5737 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5738 (cperl-praise): Mention finded interpolated RExen.
5739
5740 After 5.19:
5741 (cperl-init-faces): Highlight %$foo, @$foo too.
5742 (cperl-short-docs): Better docs for system, exec.
5743 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5744 Would not find HERE-doc ended by EOF without NL.
5745 (cperl-short-docs): Correct not-doubled \-escapes.
5746 start block: Put some `defvar' for stuff gone from XEmacs.
5747
5748 After 5.20:
5749 initial comment: Extend copyright, fix email address.
5750 (cperl-indent-comment-at-column-0): New customization variable.
5751 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5752 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5753 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5754 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5755 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5756 highlight $ in $foo too (UNTESTED).
5757 (cperl-set-style): Docstring missed some available styles.
5758 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5759 Change "Current" to "Memorize Current".
5760 (cperl-indent-wrt-brace): New customization variable; the default is
5761 as for pre-5.2 version.
5762 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5763 (cperl-style-alist): Likewise.
5764 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5765 and `cperl-extra-newline-before-brace' etc
5766 being t
5767 (cperl-indent-exp): Plans B and C to find continuation blocks even
5768 if `cperl-extra-newline-before-brace' is t.
5769
5770 After 5.21:
5771 Improve some docstrings concerning indentation.
5772 (cperl-indent-rules-alist): New variable.
5773 (cperl-sniff-for-indent): New function name
5774 (separated from `cperl-calculate-indent').
5775 (cperl-calculate-indent): Separate the sniffer and the indenter;
5776 uses `cperl-sniff-for-indent' now.
5777 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5778 was inverted;
5779 Support `comment-column' = 0.
5780
5781 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5782
5783 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5784 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5785 * longlines.el (longlines-window-change-function): Likewise.
5786 * simple.el (undo-ask-before-discard): Likewise.
5787 * wid-edit.el (widget-field-prompt-internal)
5788 (widget-documentation-link-p): Likewise.
5789
5790 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5793 for a keyword.
5794
5795 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * newcomment.el (comment-valid-prefix-p): Make the check
5798 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5799 (comment-indent-new-line): Adjust call.
5800
5801 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5802
5803 * allout.el (allout-back-to-current-heading): Base on lower-level
5804 routines to get proper disqualification of aberrant topics.
5805
5806 2006-10-09 Richard Stallman <rms@gnu.org>
5807
5808 * textmodes/two-column.el (2C-two-columns): Doc fix.
5809
5810 2006-10-09 Kim F. Storm <storm@cua.dk>
5811
5812 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5813 about implicit use.
5814
5815 2006-10-08 Richard Stallman <rms@gnu.org>
5816
5817 * textmodes/two-column.el (2C-two-columns): Doc fix.
5818
5819 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5820
5821 * files.el: Mark `buffer-read-only' as safe-local-variable.
5822
5823 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5824
5825 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5826 Burp if GUD buffer has been killed.
5827
5828 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * completion.el (add-completions-from-c-buffer):
5831 Don't presume an error's second element is a string.
5832 Use looking-at rather than buffer-substring + member.
5833
5834 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5835
5836 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5837 `undecided', call find-coding-systems-region to find a proper
5838 non-trivial encoding.
5839 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5840 and "text/plain".
5841
5842 2006-10-07 Kevin Ryde <user42@zip.com.au>
5843
5844 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5845 url-link.
5846
5847 * strokes.el (defgroup strokes): Remove invalid url-link.
5848
5849 2006-10-07 Magnus Henoch <mange@freemail.hu>
5850
5851 * autoinsert.el (auto-insert-alist): Doc fix.
5852
5853 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5854
5855 * mouse-sel.el (mouse-insert-selection-internal):
5856 Use insert-for-yank, so that yank handlers are run.
5857
5858 2006-10-07 Kim F. Storm <storm@cua.dk>
5859
5860 * ido.el (ido-file-extension-aux): Fix comparison.
5861
5862 2006-10-06 Kim F. Storm <storm@cua.dk>
5863
5864 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5865
5866 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5867
5868 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5869 (ad-make-mapped-call): Use `let', not `let*'.
5870
5871 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * international/mule-cmds.el (coding-system-change-eol-conversion):
5874 Ensure the coding system is initialized before calling
5875 coding-system-eol-type.
5876
5877 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5878
5879 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5880 (org-activate-angle-links, org-activate-dates)
5881 (org-activate-target-links, org-activate-camels)
5882 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5883 textproperty keymaps from being active beyond the end of a line.
5884 (org-unfontify-region): Also remove `rear-nonsticky' property.
5885
5886 2006-10-04 Kenichi Handa <handa@m17n.org>
5887
5888 * international/code-pages.el (next): Table fixed.
5889
5890 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5893 that it's been made unnecessary by removing narrowing.
5894
5895 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5898 control flow a bit, simplify another bit, and add comments.
5899
5900 2006-10-03 David Kastrup <dak@gnu.org>
5901
5902 * help.el (describe-mode): For clicks on mode-line, use "@"
5903 interactive argument to get the major mode of the click instead of
5904 the current buffer.
5905
5906 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5907 in order to better redirect mouse-2 clicks. Also allow default
5908 bindings to apply.
5909
5910 2006-10-03 Kim F. Storm <storm@cua.dk>
5911
5912 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5913 (pushnew): Fix last change.
5914
5915 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5916
5917 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5918 Use the interactive spec of `eval-expression'.
5919
5920 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5921
5922 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5923
5924 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5925
5926 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5927 2006-09-28 commit.
5928
5929 2006-10-02 Kenichi Handa <handa@m17n.org>
5930
5931 * international/code-pages.el (iso-8859-6): Table fixed.
5932
5933 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5934
5935 * dired.el (dired-build-subdir-alist): Fix previous change.
5936
5937 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5938
5939 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5940
5941 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5944 "define-button-type".
5945
5946 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5947 they don't keep accumulating.
5948
5949 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5950
5951 * ffap.el (ffap-rfc-path): Change the address of the RFC
5952 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5953
5954 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5955
5956 * allout.el (allout-expose-topic): Rectify implementation of "+"
5957 spec, so that bodies are not exposed with headlines.
5958
5959 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5960
5961 * allout.el (allout-current-depth): Do aberrent check only at or
5962 below doublecheck depth.
5963 (allout-chart-subtree): Make it explicit that LEVELS being nil
5964 means unlimited depth. Drop undocumented support for LEVELS value
5965 t meaning unlimited depth. (This is consistent with
5966 allout-chart-to-reveal, but contrary to allout-show-children,
5967 which needs to use nil to default to depth of 1.)
5968 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5969 (allout-chart-to-reveal): Be explicit in docstring about meaning
5970 of nil LEVELS, and drop support for LEVELS value t.
5971 (allout-show-children): Translate the level spec used by this
5972 routine to that used by allout-chart-subtree and
5973 allout-chart-to-reveal.
5974 (allout-show-to-offshoot): Retry once when stuck, after opening
5975 subtree - improvements in discontinuity handling likely will
5976 enable progress.
5977
5978 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5979
5980 * wid-edit.el (widget-button-click-moves-point): New variable.
5981 (widget-button-click): If widget-button-click-moves-point is
5982 non-nil, set point after performing the button action
5983
5984 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5985
5986 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5987
5988 * files.el (find-file-existing): Modify to not allow wildcards.
5989
5990 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5991
5992 * simple.el (undo-more): When undo information for the region is
5993 exhausted, say "No further undo information FOR REGION".
5994
5995 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5996
5997 * progmodes/sh-script.el (sh-prev-thing):
5998 Take `sh-leading-keywords' into account.
5999
6000 2006-09-29 Glenn Morris <rgm@gnu.org>
6001
6002 * custom.el (defcustom): Doc fix.
6003
6004 * calendar/calendar.el (european-calendar-style):
6005 Call european-calendar or american-calendar as needed when set.
6006 (diary-view-entries, list-calendar-holidays): Move autoloads
6007 before use.
6008
6009 2006-09-29 Juri Linkov <juri@jurta.org>
6010
6011 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
6012 to nil if there is no previous property change.
6013
6014 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6015
6016 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6017 saving anything to be sure that `forward-sexp' behaves correctly.
6018
6019 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
6020
6021 * simple.el (line-move-finish): Ignore field boundaries if the
6022 initial and final points have the same `field' property.
6023
6024 2006-09-29 Kim F. Storm <storm@cua.dk>
6025
6026 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6027 to t while calling ido-read-internal.
6028
6029 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
6030
6031 * textmodes/org.el (org-file-remote-p): Get regexp from list.
6032 (org-archive-subtree): Remove erraneous `]' from character list.
6033
6034 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
6035
6036 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6037 (ses-reconstruct-all): Make undo of "insert row" work by keeping
6038 markers for data-area and parameters-area.
6039
6040 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6043
6044 * font-lock.el (font-lock-after-change-function): Refontify next line
6045 as well if end is at BOL.
6046 (font-lock-extend-jit-lock-region-after-change): Be more careful to
6047 only extend the region as much as needed.
6048
6049 2006-09-28 Richard Stallman <rms@gnu.org>
6050
6051 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6052
6053 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6054
6055 * international/mule.el (after-insert-file-set-coding):
6056 If VISIT, don't let set-buffer-multibyte make undo info.
6057
6058 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
6059
6060 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6061 lines in base64-encoded authentication response.
6062
6063 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6064
6065 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6066 (ebnf-version): New version 4.3.
6067 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6068 (ebnf-prologue): Adjust PostScript programming.
6069 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6070 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6071
6072 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * jit-lock.el (jit-lock-force-redisplay): Rename from
6075 jit-lock-fontify-again, and undo the mistaken change I've just done.
6076
6077 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6078 (jit-lock-fontify-again): Don't refontify text that's not displayed.
6079
6080 2006-09-26 Kenichi Handa <handa@m17n.org>
6081
6082 * startup.el (display-splash-screen): Allow a prefix argument.
6083
6084 2006-09-25 Jason Rumney <jasonr@gnu.org>
6085
6086 * subr.el (shell-quote-argument): Use DOS logic for Windows
6087 shells with DOS semantics.
6088
6089 2006-09-24 Richard Stallman <rms@gnu.org>
6090
6091 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6092 (compilation-goto-locus): Use compilation-goto-locus-delete-o
6093 to delete the overlay. Put it on pre-command-hook.
6094
6095 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6096
6097 * startup.el (fancy-splash-screens, normal-splash-screen):
6098 Call the splash buffer *About GNU Emacs*.
6099
6100 * simple.el (next-error-highlight, next-error-highlight-no-select):
6101 Default to 0.5.
6102 (yank-excluded-properties): Add `fontified'.
6103
6104 * font-lock.el (font-lock-compile-keywords): Allow value of
6105 syntax-begin-function to enable paren-column-0 highlighting.
6106
6107 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
6108
6109 * dired.el (dired-build-subdir-alist): When file ends in colon,
6110 don't exit the loop, just disregard that file.
6111
6112 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * simple.el (line-move-finish): Handle corner case for fields in
6115 continued lines.
6116 (line-move-1): Remove flawed test for that case.
6117
6118 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
6119
6120 * icomplete.el (icomplete-simple-completing-p): Use the correct
6121 name for the new variable, `icomplete-with-completion-tables'.
6122 (file local variables): Remove superfluous setting.
6123
6124 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6125
6126 * calendar/appt.el (appt-check): Fix typo for appointments just
6127 after midnight.
6128
6129 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * help.el (describe-key-briefly, describe-key): Don't expect an
6132 extra up event if a down-event is generated by a popup menu.
6133
6134 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
6135
6136 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6137 local dictionary when changing the global dictionary.
6138
6139 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6140
6141 * icomplete.el (icomplete-with-completion-tables): List of
6142 specialized completion tables with which icomplete should
6143 operate. Include the new `internal-complete-buffer', so icomplete
6144 works with interactive buffer-selection.
6145 (icomplete-simple-completing-p): Add acceptance of specialized
6146 completion tables listed in icomplete-with-completion-tables.
6147
6148 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6149
6150 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6151
6152 * startup.el (command-line): Use `custom-reevaluate-setting' for
6153 `focus-follows-mouse'.
6154
6155 2006-09-22 Richard Stallman <rms@gnu.org>
6156
6157 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6158 explain why Save is not available.
6159
6160 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6161
6162 * woman.el (woman0-so): Use `let*', not `let'.
6163 (woman-horizontal-line): Remove unbalanced parenthesis.
6164
6165 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * woman.el: Make sure all the end-of-region markers we use have
6168 a non-nil insertion-type.
6169 (woman0-so): Move things around so we can use copy-marker.
6170 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6171 Adjust marker type.
6172 (woman2-process-escapes): Check marker type.
6173 (woman-horizontal-line): Dispense with the use of a marker.
6174
6175 2006-09-22 Jay Belanger <belanger@truman.edu>
6176
6177 * calc/calc-lang.el: Add Greek letters to math-variable-table
6178 property of tex.
6179
6180 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6183
6184 2006-09-22 Masatake YAMATO <jet@gyve.org>
6185
6186 * add-log.el (add-log-current-defun): Use `forward-sexp'
6187 instead of `forward-word' to pick c++::symbol.
6188 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6189
6190 2006-09-22 Kenichi Handa <handa@m17n.org>
6191
6192 * bindings.el: Fix setting self-insert-command for multibyte
6193 characters in global-map.
6194
6195 2006-09-21 David Kastrup <dak@gnu.org>
6196
6197 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6198 doc string.
6199
6200 2006-09-21 Kenichi Handa <handa@m17n.org>
6201
6202 * language/european.el ("Latin-1"): Add windows-1252 to
6203 coding-priority.
6204 ("German"): Likewise.
6205
6206 2006-09-21 Kim F. Storm <storm@cua.dk>
6207
6208 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6209 Suggested by Miles Bader.
6210
6211 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6212 instead of add-to-list in the simple case.
6213
6214 2006-09-20 Kenichi Handa <handa@m17n.org>
6215
6216 * isearch.el (isearch-process-search-char): Cancel the previous change.
6217 (isearch-search-string): New function.
6218 (isearch-search): Use isearch-search-string.
6219 (isearch-lazy-highlight-search): Likewise.
6220
6221 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6222
6223 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6224 string to become an option.
6225
6226 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6229
6230 2006-09-20 Kim F. Storm <storm@cua.dk>
6231
6232 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6233 position t instead of trying both window-end and window-end - 1.
6234
6235 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6236
6237 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6238 hidden trees.
6239
6240 2006-09-20 David Kastrup <dak@gnu.org>
6241
6242 * mouse.el (mouse-posn-property): Improve doc string.
6243 (mouse-on-link-p): Change buffers for function calls on links.
6244
6245 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6246 buffer is read-only.
6247
6248 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6249
6250 * allout.el (allout-unprotected): Let inhibit-read-only only when
6251 buffer-read-only isn't set.
6252 (allout-annotate-hidden): Enable topic annotation during copies even
6253 when the buffer is read-only, eg for topic copies. Ensure that the loop
6254 advances, even when the span extends beyond the deletion region.
6255 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6256 rather than allout-exposure-changed-hook, as a stronger assertion.
6257 (allout-keybindings-list): Add bindings for
6258 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6259 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6260 Copy wrappers for allout-kill-line and allout-kill-topic.
6261 (allout-listify-exposed): Position correctly to accumulate lines.
6262
6263 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * simple.el (line-move-1): Escape field boundaries occurring
6266 exactly at point. Update goal column if constrained to a field.
6267 (line-move-finish): Escape field boundaries occurring exactly at point.
6268
6269 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6270
6271 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6272 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6273
6274 2006-09-19 Kim F. Storm <storm@cua.dk>
6275
6276 * help.el (describe-key-briefly, describe-key): Simplify printing
6277 of descriptions by using format and %S. Fix "is undefined"
6278 messages to say "at that spot" for mouse events.
6279
6280 * simple.el (line-move-partial): Optimize. Try window-line-height
6281 before posn-at-point to get vpos of current line.
6282
6283 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6284
6285 * viper.el: Bump up version/date of update to reflect the substantial
6286 changes done in August 2006.
6287
6288 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6289 are defined.
6290
6291 * ediff-util.el (ediff-add-to-history): New function.
6292
6293 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6294
6295 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6296
6297 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6298 Delete duplicate make-local-variable form.
6299 (conf-space-keywords): Add autoload cookie.
6300 Fix typo (`keywords', not `keyword').
6301
6302 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6303
6304 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6305 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6306 to x-gtk-use-old-file-dialog
6307
6308 2006-09-18 Richard Stallman <rms@gnu.org>
6309
6310 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6311 that might come in during mouse tracking.
6312
6313 2006-09-18 Kim F. Storm <storm@cua.dk>
6314
6315 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6316 new window-line-height function. Further optimize by not calling
6317 pos-visible-in-window-p for window-end when window-line-height
6318 returns useful information.
6319
6320 2006-09-16 Richard Stallman <rms@gnu.org>
6321
6322 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6323 (conf-space-mode): Don't handle prefix arg.
6324 Delete conf-space-keywords-override code.
6325 Use add-hook.
6326 (conf-space-keywords): New command.
6327 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6328 Delete conf-space-keywords-override code.
6329 (conf-space-keywords-alist): Doc fix.
6330 (conf-space-font-lock-keywords): Doc fix.
6331 (conf-space-keywords-override): Var deleted.
6332
6333 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * startup.el (fancy-splash-screens): Don't switch to the scratch
6336 buffer; it may not be the next buffer.
6337
6338 2006-09-16 Romain Francoise <romain@orebokech.com>
6339
6340 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6341 in both messages.
6342
6343 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6344
6345 * progmodes/python.el (python-preoutput-filter):
6346 Fix arg order to string-match.
6347
6348 2006-09-16 Richard Stallman <rms@gnu.org>
6349
6350 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6351 font-lock-compile-keywords.
6352
6353 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6354 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6355
6356 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6357
6358 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6359
6360 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6361 and the data doesn't look like UTF8, send STRING instead.
6362
6363 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6364
6365 * textmodes/flyspell.el (flyspell-check-region-doublons):
6366 New function to detect duplicated words.
6367 (flyspell-large-region): Use it.
6368
6369 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6370
6371 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6372
6373 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6374
6375 * help.el (describe-prefix-bindings): Use let, not let*.
6376
6377 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6378
6379 * allout.el (allout-regexp, allout-line-boundary-regexp)
6380 (allout-bob-regexp): Correct grouping and boundaries to fix
6381 backwards traversal.
6382 (allout-depth-specific-regexp, allout-depth-one-regexp):
6383 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6384 worse time in allout-ascend.
6385 (allout-doublecheck-at-and-shallower): Identify depth threshold
6386 below which topics are checked for and disqualified by containment
6387 discontinuities.
6388 (allout-hotspot-key-handler): Correctly handle multiple-key
6389 strokes. Remove some unused variables.
6390 (allout-mode-leaders): Clarify that mode-specific comment-start
6391 will be used.
6392 (set-allout-regexp): Correctly regexp-quote allout regexps to
6393 properly accept alternative header-leads and primary bullets with
6394 regexp-specific characters (eg, C "/*", mathematica "(*").
6395 Include new regular expressions among those configured.
6396 (allout-infer-header-lead-and-primary-bullet):
6397 Rename allout-infer-header-lead.
6398 (allout-recent-depth): Manifest as a variable as well as a function.
6399 (allout-prefix-data): Simplify into an inline instead of a macro,
6400 assuming current match data rather than being explicitly passed
6401 it. Establish allout-recent-depth value as well as
6402 allout-recent-prefix-beginning and allout-recent-prefix-end.
6403 (allout-aberrant-container-p): True when an item's immediate
6404 offspring discontinuously contained. Useful for disqualifying
6405 unintended topic prefixes, likely at low depths.
6406 (allout-goto-prefix-doublechecked): Elaborate version of
6407 allout-goto-prefix which disqualifies aberrant pseudo-items.
6408 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6409 get disqualification of aberrant containers.
6410 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6411 containers.
6412 (allout-beginning-of-current-entry): Position at start of buffer
6413 when in container (depth 0) entry.
6414 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6415 (allout-current-bullet): Strip text properties.
6416 (allout-get-prefix-bullet): Use right match groups.
6417 (allout-beginning-of-line, allout-next-heading):
6418 Disqualify aberrant containers.
6419 (allout-previous-heading): Disqualify aberrant containers, and
6420 change to regular (rather than inline) function, to allow
6421 self-recursion.
6422 (allout-get-invisibility-overlay): Increment so progress is made
6423 when the first overlay is not the sought one.
6424 (allout-end-of-prefix): Disqualify aberrant containers.
6425 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6426 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6427 outline.el outlines) functional again. Change the primary bullet
6428 along with the header-lead - level 1 new-style bullets now work.
6429 Engage allout-before-change-handler in mainline Emacs, not just
6430 XEmacs, to do undo handling.
6431 (allout-before-change-handler): Expose undo changes occurring in
6432 hidden regions. Use allout-get-invisibility-overlay instead of
6433 reimplementing it inline.
6434 (allout-chart-subtree): Use start rather than end of prefix in
6435 charts. Use allout-recent-depth variable.
6436 (allout-chart-siblings): Disqualify aberrant topics.
6437 (allout-beginning-of-current-entry): Position correctly.
6438 (allout-ascend): Use new allout-depth-specific-regexp and
6439 allout-depth-one-regexp for linear instead of O(N^2) or worse
6440 behavior.
6441 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6442 reimplementing an algorithm.
6443 (allout-up-current-level): Depend on allout-ascend, rather than
6444 reimplementing an algorithm. Return to start-point if we fail.
6445 (allout-descend-to-depth): Use allout-recent-depth variable
6446 instead of function.
6447 (allout-next-sibling): On traversal of numerous intervening
6448 topics, resort to economical allout-next-sibling-leap.
6449 (allout-next-sibling-leap): Specialized version of
6450 allout-next-sibling that uses allout-ascend cleverly, to depend on
6451 a regexp search to leap large numbers of contained topics, rather
6452 than arbitrarily many one-by-one traversals.
6453 (allout-next-visible-heading): Disqualify aberrant topics.
6454 (allout-previous-visible-heading): Position consistently when
6455 interactive.
6456 (allout-forward-current-level): Base on allout-previous-sibling
6457 rather than (differently) reimplmenting the algorithm. Remove some
6458 unused variables.
6459 (allout-solicit-alternate-bullet): Present default choice stripped
6460 of text properties.
6461 (allout-rebullet-heading): Use bullet stripped of text properties.
6462 Register changes using allout-exposure-change-hook.
6463 Disregard aberrant topics.
6464 (allout-shift-in): With universal-argument, make topic a peer of
6465 it's former offspring. Simplify the code by separating out
6466 allout-shift-out functionality.
6467 (allout-shift-out): With universal-argument, make offspring peers
6468 of their former container, and its siblings. Implement the
6469 functionality here, rather than inappropriately muddling the
6470 implementation of allout-shift-in.
6471 (allout-rebullet-topic): Respect additional argument for new
6472 parent-child separation function.
6473 (allout-yank-processing): Use allout-ascend directly.
6474 (allout-show-entry): Disqualify aberrant topics.
6475 (allout-show-children): Handle discontinuous children gracefully,
6476 extending the depth being revealed to expose them and posting a
6477 message indicating the situation.
6478 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6479 Leave cursor in correct position.
6480 (allout-hide-current-subtree): Use allout-ascend directly.
6481 Disqualify aberrant topics.
6482 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6483 a way that the yanks can restore it, as used to happen.
6484 (allout-yank-processing): Restore exposure layout as recorded by
6485 allout-kill-*, as used to happen.
6486 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6487 for preseving and restoring exposure layout across kills.
6488 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6489 (allout-encrypt-string): Strip text properties.
6490 Rearranged order and outline-headings for some of the
6491 miscellaneous functions.
6492 (allout-resolve-xref): No need to quote the error name in the
6493 condition-case handler section.
6494 (allout-flatten): Classic recursive (and recursively intensive,
6495 without tail-recursion) list-flattener, needed by allout-shift-out
6496 when confronted with discontinuous children.
6497
6498 2006-09-16 Jason Rumney <jasonr@gnu.org>
6499
6500 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6501 on ms-windows.
6502 (dnd-open-unc-file): Remove.
6503 (dnd-open-local-file): Mention in doc string that it also handles
6504 remote files if the system natively supports unc file-names.
6505
6506 2006-09-15 Kim F. Storm <storm@cua.dk>
6507
6508 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6509 all necessary information about the event before erasing *Help*.
6510
6511 * simple.el (line-move-partial): Use window-line-visiblity to
6512 quickly check whether last line is partially visible, and only do
6513 the hard (and slow) part in that case.
6514
6515 2006-09-15 Jay Belanger <belanger@truman.edu>
6516
6517 * COPYING: Replace "Library Public License" by "Lesser Public
6518 License" throughout.
6519
6520 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6521
6522 * term/x-win.el (x-menu-bar-open): New function for F10.
6523
6524 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6527 Disallow filenames containing " -" to avoid confusion with libtool
6528 compilation messages. Suggested by Stefan Monnier.
6529
6530 2006-09-15 David Kastrup <dak@gnu.org>
6531
6532 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6533 instead of buffer position for `mouse-on-link-p'.
6534
6535 * mouse.el (mouse-posn-property): New function looking up the
6536 properties at a click position in overlays and text properties in
6537 either buffer or strings.
6538 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6539 of both `follow-link' as well as `mouse-face' properties.
6540 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6541 buffer position.
6542
6543 * help.el (describe-key-briefly): When reading a down-event on
6544 mode lines or scroll bar, swallow the following up event, too.
6545 Use the new mouse sensitity of `key-binding' for lookup.
6546 (describe-key): The same here.
6547
6548 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * play/life.el (life-patterns): Add a few more interesting patterns.
6551 (life-setup): Force `show-trailing-whitespace' to nil.
6552
6553 2006-09-14 Richard Stallman <rms@gnu.org>
6554
6555 * startup.el (fancy-splash-text): Change text to improve alignment.
6556 (fancy-splash-screens): Don't set non-standard tab width.
6557 Bind cursor-type temporarily, and make it easy to patch to
6558 preserve the splash buffer.
6559 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6560 (fancy-splash-screens): Display echo-area message explicitly.
6561 Don't set fancy-splash-help-echo.
6562
6563 * simple.el (line-number-mode): Group mode-line instead of
6564 editing-basics.
6565 (column-number-mode, size-indication-mode): Likewise.
6566
6567 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6568
6569 * time.el (display-time): Group mode-line instead of modeline.
6570
6571 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6572
6573 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6574
6575 * startup.el (fancy-splash-text): Move editing instructions to
6576 fancy-splash-head.
6577 (fancy-splash-head): Issue editing instructions.
6578 (fancy-splash-screens): Fixup whitespace.
6579
6580 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6581
6582 * bindings.el (mode-line-buffer-identification-keymap):
6583 Remove duplicate line.
6584
6585 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6586
6587 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6588 ignore lists.
6589
6590 2006-09-14 Kim F. Storm <storm@cua.dk>
6591
6592 * jit-lock.el (jit-lock-fontify-again): New function.
6593 (jit-lock-fontify-now): Use it instead of lambda form.
6594
6595 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6596
6597 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6598 (flyspell-auto-correct-word): Make ispell-filter local to these
6599 functions. Check that ispell-filter has new stuff before calling
6600 ispell-parse-output.
6601
6602 2006-09-13 Kim F. Storm <storm@cua.dk>
6603
6604 * simple.el (line-move-partial): Optimize.
6605
6606 2006-09-13 Richard Stallman <rms@gnu.org>
6607
6608 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6609 Delete spurious backquote.
6610
6611 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6612
6613 * net/rcirc.el (rcirc-print): Fix last change.
6614
6615 2006-09-12 Jay Belanger <belanger@truman.edu>
6616
6617 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6618
6619 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6620
6621 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6622 rcirc-show-maximum-output.
6623 (rcirc-mode): Remove window-scroll-function hook.
6624 (rcirc-scroll-to-bottom): Remove function.
6625 (rcirc-print): Recenter so point stays at the bottom of the window
6626 if point was already there.
6627
6628 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6629
6630 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6631 not to "t".
6632 * progmodes/compile.el (compilation-start): Likewise.
6633 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6634 Don't use expand-file-name on invocation-directory, since this
6635 might mishandle special characters in invocation-directory.
6636
6637 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6638
6639 * pcvs-defs.el: Remove * in defcustom's docstrings.
6640
6641 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6642
6643 * progmodes/compile.el (compilation-directory-properties):
6644 Doc fix for help-echo.
6645
6646 2006-09-12 Lars Hansen <larsh@soem.dk>
6647
6648 * desktop.el (desktop-read): Add comment.
6649
6650 2006-09-12 Kim F. Storm <storm@cua.dk>
6651
6652 * simple.el (next-error-highlight, next-error-highlight-no-select):
6653 Fix spelling error.
6654
6655 * subr.el (sit-for): Rework to use input-pending-p and cond.
6656 Return nil input is pending on entry also for SECONDS <= 0.
6657 (while-no-input): Use input-pending-p instead of sit-for.
6658
6659 2006-09-11 Richard Stallman <rms@gnu.org>
6660
6661 * simple.el (next-error-highlight, next-error-highlight-no-select):
6662 Fix custom type and doc strings.
6663
6664 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6667 (diff-apply-hunk): Use it to ask for confirmation.
6668
6669 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6670
6671 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6672
6673 2006-09-11 David Kastrup <dak@gnu.org>
6674
6675 * help.el (string-key-binding, describe-key-briefly)
6676 (describe-key): Remove `string-key-binding' and its callers since
6677 `key-binding' already caters for the proper lookup now.
6678
6679 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6682 (cfengine-mode): Use it. Fix \ syntax to be like /.
6683
6684 * bindings.el (mode-line-buffer-identification-keymap):
6685 Move initialization into declaration.
6686
6687 2006-09-10 Kim F. Storm <storm@cua.dk>
6688
6689 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6690 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6691 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6692 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6693
6694 2006-09-10 Richard Stallman <rms@gnu.org>
6695
6696 * dired-aux.el: Handle errors in recursive copy usefully.
6697 (dired-create-files-failures): New variable.
6698 (dired-copy-file): Remove condition-case.
6699 (dired-copy-file-recursive): Check for errors on all file
6700 operations, and add them to dired-create-files-failures.
6701 Check file file-date-erorr here too.
6702 (dired-create-files): Check dired-create-files-failures
6703 and report those errors too.
6704
6705 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6706
6707 * subr.el (add-to-list): New argument COMPARE-FN.
6708
6709 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6710
6711 * filecache.el (file-cache-add-directory)
6712 (file-cache-add-directory-list, file-cache-add-file)
6713 (file-cache-add-directory-using-find)
6714 (file-cache-add-directory-using-locate)
6715 (file-cache-add-directory-recursively): Add autoloads.
6716
6717 2006-09-09 Richard Stallman <rms@gnu.org>
6718
6719 * textmodes/conf-mode.el (conf-space-mode):
6720 Use hack-local-variables-hook instead of calling hack-local-variables.
6721 (conf-space-keywords-override): New variable.
6722 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6723 (conf-space-mode): Always make conf-space-keywords and
6724 conf-space-keywords-override local.
6725 Call conf-space-mode-internal directly as well as via hook.
6726
6727 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6728
6729 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6730 quasi-keywords.
6731
6732 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6735 (python-send-string): Be slightly more careful about adding \n.
6736
6737 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6738 kill it right away anyway.
6739
6740 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6741
6742 * international/codepage.el (cp850-decode-table): Fix a few codes.
6743 (cp858-decode-table): New variable.
6744
6745 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6746
6747 * net/ldap.el (ldap-search-internal): Doc fix.
6748
6749 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6750
6751 * play/life.el (life-display-generation): Test for input manually if
6752 `sleeptime' is negative or null.
6753
6754 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6755 (print-region-1): Substitute `%s' with the page title.
6756
6757 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6758
6759 * locate.el (locate-current-search): New variable.
6760 (locate): Set buffer local value. Use current buffer if it is
6761 in Locate mode.
6762 (locate-mode): Disable undo here.
6763 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6764 (locate-update): Use locate-current-search and locate-current-filter.
6765
6766 2006-09-08 David Kastrup <dak@gnu.org>
6767
6768 * desktop.el (desktop-read): When loading a desktop, disable
6769 saving it while the load progresses, and switch off a pending lazy
6770 load by calling `desktop-lazy-abort'.
6771
6772 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6773
6774 * window.el (mouse-autoselect-window-timer)
6775 (mouse-autoselect-window-position)
6776 (mouse-autoselect-window-window)
6777 (mouse-autoselect-window-now): New vars.
6778 (mouse-autoselect-window-cancel)
6779 (mouse-autoselect-window-select)
6780 (mouse-autoselect-window-start): New functions.
6781 (handle-select-window): Call `mouse-autoselect-window-start' when
6782 delayed window autoselection is enabled.
6783
6784 * cus-start.el (mouse-autoselect-window): Handle delayed window
6785 autoselection.
6786
6787 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6788 commands after which it is allowed to print in the echo area.
6789
6790 2006-09-08 Richard Stallman <rms@gnu.org>
6791
6792 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6793
6794 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6795 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6796
6797 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6798 (cancel-timer-internal): Add doc string.
6799 (cancel-function-timers): Doc fix.
6800 (with-timeout-handler, timer-event-last*): Add doc strings.
6801
6802 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6803
6804 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6805
6806 * dired.el (dired-log-summary): Add doc string.
6807
6808 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6809 (custom-group-menu-create): Not here.
6810
6811 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6812
6813 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6814
6815 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6816
6817 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6818 (mac-apple-event-map): Define its handler.
6819
6820 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6821
6822 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6823
6824 2006-09-07 Magnus Henoch <mange@freemail.hu>
6825
6826 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6827 clause.
6828
6829 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6830
6831 * info.el (Info-index): Bind completion-ignore-case.
6832
6833 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6836 previous commit.
6837 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6838 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6839 burp in dedicated windows.
6840 (inferior-prolog-self-insert-command): New command.
6841 (inferior-prolog-mode-map): Use it.
6842
6843 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6844
6845 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6846
6847 * international/code-pages.el: Add cp858.
6848
6849 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6850
6851 * dnd.el: Fix bootstrapping.
6852
6853 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6854
6855 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6856 (dnd-open-remote-url): New function.
6857 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6858 not windows-nt.
6859
6860 2006-09-07 Jason Rumney <jasonr@gnu.org>
6861
6862 * dnd.el (dnd-open-remote-file-function): New variable.
6863 (dnd-open-unc-file): New function.
6864 (dnd-open-file): Call dnd-open-remote-file-function if set.
6865
6866 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6867
6868 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6869 pgg-passphrase-coding-system rather than locale-coding-system.
6870 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6871
6872 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * progmodes/prolog.el: Remove * in docstrings.
6875 (prolog-program-name): Add SWI prolog.
6876 (prolog-mode-menu): New menu.
6877 (prolog-mode): Set comment-add.
6878 (prolog-indent-line): Simplify. Use indent-line-to.
6879 (inferior-prolog-buffer): New var.
6880 (inferior-prolog-run, inferior-prolog-process): New funs.
6881 (run-prolog, switch-to-prolog): Rewrite, using them.
6882 (prolog-consult-region): Use inferior-prolog-buffer.
6883 (inferior-prolog-load-file): New function.
6884 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6885
6886 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6887 last word, if it's not the end of the paragraph.
6888
6889 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6890 file name.
6891
6892 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6893
6894 * frame.el (display-mm-dimensions-alist): New defcustom.
6895 (display-mm-height, display-mm-width): Use it.
6896
6897 2006-09-06 Simon Josefsson <jas@extundo.com>
6898
6899 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6900
6901 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6902
6903 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6904 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6905 string values.
6906
6907 2006-09-06 Kim F. Storm <storm@cua.dk>
6908
6909 * simple.el (line-move-partial): New function to do vscrolling for
6910 partially visible images / tall lines. Rewrite based on code
6911 previously in line-move. Simplify backwards vscrolling.
6912 (line-move): Use it. Simplify.
6913
6914 2006-09-05 Kim F. Storm <storm@cua.dk>
6915
6916 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6917
6918 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6921 Process the `gcc-include' after the `gnu' rule.
6922
6923 2006-09-05 Kim F. Storm <storm@cua.dk>
6924
6925 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6926
6927 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6928
6929 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6930 compatibility.
6931
6932 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6933 inhibit-redisplay; encode passphrase with locale-coding-system.
6934
6935 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6936
6937 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6938
6939 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6940
6941 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6942 (gdb-var-list-children-regexp): Make type field optional.
6943
6944 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6945 e.g public, protected in C++.
6946
6947 2006-09-04 John Paul Wallington <jpw@pobox.com>
6948
6949 * simple.el (completion-show-help): New defcustom.
6950 (completion-setup-function): Heed it.
6951
6952 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6953
6954 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6955
6956 2006-09-04 Richard Stallman <rms@gnu.org>
6957
6958 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6959 (rsf-min-region-to-spam-list): Doc fix.
6960 (rsf-add-content-type-field): Doc fix.
6961
6962 * simple.el (kill-region): Explicitly test there is a region.
6963
6964 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6967 sendmail in several common directories.
6968
6969 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6970
6971 * paths.el (sendmail-program): Removed.
6972
6973 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6974
6975 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6976 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6977 http://article.gmane.org/gmane.emacs.gnus.general/50457
6978
6979 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6980
6981 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6982 mark after running the menu filter.
6983
6984 2006-09-03 Juri Linkov <juri@jurta.org>
6985
6986 * international/quail.el (quail-defrule-internal): Add a check
6987 if a key is a vector.
6988
6989 2006-09-02 Juri Linkov <juri@jurta.org>
6990
6991 * man.el (Man-topic-history): New variable.
6992 (man): Use it.
6993
6994 * woman.el (woman-topic-history): Change defvar to defvaralias
6995 for symbol `Man-topic-history'.
6996
6997 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6998 `comint-last-output-start' is a marker by using `markerp' and
6999 check if it has a position by using `marker-position', and use
7000 this position for `goto-char'.
7001
7002 * international/quail.el (quail-defrule-internal): Add missing
7003 `error' call for null key.
7004
7005 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
7006
7007 * rcirc.el (rcirc-keywords): New variable.
7008 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
7009 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
7010 variables.
7011 (rcirc-responses-no-activity): New function.
7012 (rcirc-handler-generic): Check for responses in above.
7013 (rcirc-process-command): Add ?: character to arguments of raw
7014 server commands.
7015 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7016 `rcirc-dim-nicks'.
7017 (rcirc-gray-toggle): Remove unused variable.
7018 (rcirc-print): Remove some tracking logic, which is moved into
7019 markup functions.
7020 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7021 types.
7022 (rcirc-activity-string): Look for 'keyword in activity-types.
7023 (rcirc-window-configuration-change): Don't erase overlay-arrow
7024 unnecessarily.
7025 (rcirc-add-or-remove): New function.
7026 (rcirc-cmd-ignore): Use it.
7027 (rcirc-message-leader): Remove unused function.
7028 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7029 (rcirc-add-face): New function.
7030 (rcirc-facify): Use rcirc-add-face.
7031 (rcirc-url-regexp): Add parens.
7032 (rcirc-map-regexp): Remove function.
7033 (rcirc-mangle-regexp): Remove function.
7034 (rcirc-markup-text-functions): New variable.
7035 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7036 (rcirc-markup-body-text, rcirc-markup-attributes)
7037 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7038 (rcirc-markup-bright-nicks): New markup handler functions.
7039 (rcirc-nick-in-message-full-line): New face.
7040 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7041 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7042
7043 2006-09-02 Martin Rudalics <rudalics@gmx.at>
7044
7045 * cus-start.el (hscroll-margin, hscroll-step)
7046 (mode-line-in-non-selected-windows, mouse-autoselect-window)
7047 (x-use-underline-position-properties): Change version to "22.1"
7048 since they will appear there for the first time.
7049
7050 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7053
7054 2006-08-31 Richard Stallman <rms@gnu.org>
7055
7056 * cus-edit.el (custom-save-variables): Slight cleanup.
7057 (Custom-no-edit): Renamed from custom-no-edit.
7058 (Custom-newline): Renamed from custom-newline.
7059 (custom-mode-map): Use new names.
7060
7061 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7062 about customization, rather than M-x customize, in the doc string
7063 made for the defcustom.
7064
7065 * emacs-lisp/trace.el (trace-function-background): Doc fix.
7066
7067 2006-08-31 Romain Francoise <romain@orebokech.com>
7068
7069 * dired-x.el (dired-guess-shell-alist-default): Update.
7070
7071 2006-08-31 Michael Mauger <mmaug@yahoo.com>
7072
7073 * custom.el (custom-theme-set-variables): Autoload packages before
7074 sorting the variables.
7075
7076 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
7077
7078 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7079 chars if XEmacs.
7080 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7081
7082 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * progmodes/python.el (python-eldoc-function): Re-enable quit while
7085 waiting for process.
7086
7087 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7088
7089 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7090 results in ASCII-only string, encode original one directly.
7091
7092 2006-08-29 Romain Francoise <romain@orebokech.com>
7093
7094 * startup.el (normal-splash-screen, fancy-splash-screens):
7095 Make buffer read-only and arrange to enter view mode if necessary.
7096
7097 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7098
7099 * hl-line.el (hl-line): New face.
7100 (hl-line-face): Use it.
7101
7102 * image-mode.el (image-mode): Fix last fix.
7103 Suggested by Kim F. Storm.
7104
7105 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7106
7107 Sync with Tramp 2.0.54.
7108
7109 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7110 of `=', because `tramp-get-remote-gid' might not always return an
7111 integer when expected.
7112 (tramp-register-file-name-handlers): `partial-completion-mode' is
7113 unknown to XEmacs.
7114 (tramp-time-diff): Don't use `floor', it might fail for large
7115 differences.
7116 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7117 `tramp-auto-save-directory' if unset in order to guarantee unique
7118 auto-save file names.
7119
7120 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * image-mode.el (image-mode): Display image as text on a terminal.
7123
7124 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * progmodes/python.el (python-send-command): Simplify.
7127 (run-python): Don't generate a new buffer unless `new' was specified.
7128 Make sure we send `import emacs' to the proper process.
7129
7130 * progmodes/python.el (python-send-command): Don't wait for the command
7131 to terminate. Don't fiddle with compilation-parsing-end.
7132
7133 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7136 Insert commentary after first line summary.
7137
7138 * woman.el (woman-follow): New function, based on `man-follow'.
7139 (woman-mode-map): Use it.
7140
7141 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7142 since ibuffer-do-sort-by-recency does not define a sorter.
7143
7144 2006-08-28 Kim F. Storm <storm@cua.dk>
7145
7146 * find-dired.el (find-dired): Use shell-quote-argument to properly
7147 escape ( and ) args. Also use it on {} and ; args in default
7148 value of find-ls-option string.
7149 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7150
7151 2006-08-27 Michael Olson <mwolson@gnu.org>
7152
7153 * emacs-lisp/tq.el: Small grammar fix in comments.
7154 (tq-enqueue): Check for existence of queue rather than the
7155 head queue item's question, which was a no-op.
7156 (tq-filter, tq-process-buffer): Make sure the process buffer
7157 exists before making it the current buffer.
7158
7159 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7160
7161 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7162 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7163 (special-event-map): Apply 2006-08-16 change for x-win.el.
7164
7165 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * progmodes/python.el (python-send-receive): Wait in the
7168 process's buffer so as to check the right buffer-local variables.
7169
7170 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7173 (defgroup checkdoc): Move to beginning.
7174
7175 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7176 (python-preoutput-continuation): Remove.
7177 (python-preoutput-filter): Simplify correspondingly.
7178 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7179 Loop around to catch embedded _emacs_out output.
7180 (run-python): Send the import&print command on a single line.
7181 (python-send-command): Send command&print on a single line.
7182 (python-send-string): Only add double \n if needed.
7183 (python-send-receive): Loop until the result comes.
7184 (python-mode-running): Defvar it.
7185 (python-setup-brm): Remove unused var `menu'.
7186 Only bind py-mode-map and `features' around brm-init.
7187 (python-calculate-indentation): Remove unused var `point'.
7188 (python-beginning-of-defun): Remove unused var `def-line'.
7189
7190 2006-08-25 Richard Stallman <rms@gnu.org>
7191
7192 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7193
7194 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7195
7196 * viper.el (viper-set-hooks): Use frame bindings for
7197 viper-vi-state-cursor-color.
7198 (viper-non-hook-settings): Don't set default
7199 mode-line-buffer-identification.
7200
7201 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7202 (viper-set-cursor-color-according-to-state)
7203 (viper-get-saved-cursor-color-in-replace-mode)
7204 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7205 viper-emacs-state-cursor-color.
7206
7207 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7208 (viper-undo): Use point if undo-beg-posn is nil.
7209 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7210 (viper-after-change-undo-hook): Don't use
7211 viper-emacs-state-cursor-color by default.
7212 (viper-undo): More sensible positioning after undo.
7213
7214 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7215 (viper-emacs-state-cursor-color): Default to nil, since this feature
7216 doesn't work well yet.
7217
7218 * ediff-mult.el (ediff-intersect-directories)
7219 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7220 always expand filenames.
7221
7222 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * tumme.el: Remove * in defcustoms's docstrings.
7225
7226 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7229 Accept internal time format for SECS arg.
7230 (timer-relative-time): Doc fix.
7231
7232 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7233 adapted from Martin Rudalics.
7234 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7235 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7236 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7237 using sit-for.
7238
7239 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7240
7241 * cus-start.el (all): Add `overline-margin' and
7242 `x-underline-at-descent-line'.
7243
7244 2006-08-24 Kim F. Storm <storm@cua.dk>
7245
7246 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7247 to mean "use find -exec"; nil now unambiguously means auto-detect.
7248 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7249 Use shell-quote-argument to build grep-find-command and
7250 grep-find-template.
7251 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7252 Reported by Tom Seddon.
7253
7254 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7255
7256 * startup.el (fancy-splash-head): Give instructions for dismissing
7257 the splash screen for default startup too.
7258 (display-startup-echo-area-message, fancy-splash-screens)
7259 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7260 all splash text at once and keep the splash buffer around.
7261 (command-line-1): Give display-startup-echo-area-message a t arg.
7262
7263 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7264
7265 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7266 gnus frame is selected.
7267
7268 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7269
7270 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7271
7272 2006-08-22 Kim F. Storm <storm@cua.dk>
7273
7274 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7275 Add suffix matching for subdirs.
7276
7277 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7278
7279 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7280 mouse-yank-at-point is non-nil.
7281
7282 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7285 a bit wider and remove fringes to fit initial output on line.
7286
7287 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * frame.el (blink-cursor-end): Only ignore the error we care about.
7290 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7291
7292 2006-08-21 Richard Stallman <rms@gnu.org>
7293
7294 * whitespace.el (whitespace-cleanup): Doc fix.
7295
7296 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7297
7298 * net/rcirc.el (rcirc-show-maximum-output): New var.
7299 (rcirc-buffer-process): If no buffer argument is supplied, use
7300 current-buffer.
7301 (rcirc-complete-nick): Complete to the last completed nick first.
7302 (rcirc-mode): Preserve the value of `rcirc-urls' across
7303 connections. Setup scroll function.
7304 (rcirc-scroll-to-bottom): New function.
7305 (rcirc-print): Use nick syntax around regexp work.
7306 Notice dim-nicks speaking only if they say our nick.
7307 (rcirc-update-activity-string): Do not show the modeline indicator
7308 if there are no live rcirc processes.
7309 (rcirc-cmd-ignore): Ignore case.
7310 (rcirc-browse-url-at-point): Fix off-by-one error.
7311
7312 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * progmodes/python.el: Remove * in defcustom docstrings.
7315 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7316 (python-mode): Set tab-width and indent-tabs-mode.
7317
7318 2006-08-20 Dave Love <fx@gnu.org>
7319
7320 * progmodes/python.el: Update to Dave Love's latest version.
7321 (python-font-lock-keywords, python-mode): Don't use
7322 font-lock-syntax-table, but match symbol elements explicitly instead.
7323 (python-mode-map): Add help, and a few more key bindings.
7324 (python-skip-comments/blanks): Move out of comments as well.
7325 (python-continuation-line-p): Behave better with unbalanced parens.
7326 (python-blank-line-p): New fun.
7327 (python-open-block-statement-p): Don't use a heuristic.
7328 (python-outdent-p): Better handle blocks-in-the-same-line.
7329 (python-calculate-indentation): Misc improvements.
7330 (python-comment-indent): Remove.
7331 (python-block-pairs): New var.
7332 (python-first-word): New fun.
7333 (python-indentation-levels): Handle more common cases.
7334 (python-indent-line-1): Add `leave' argument.
7335 (python-indent-region): New fun.
7336 (python-skip-out): New fun.
7337 (python-beginning-of-statement, python-end-of-statement): Use it.
7338 (python-next-statement): Return correct count even at eob.
7339 (python-end-of-block): Fix paren-typo.
7340 (python-imenu-create-index): Add module variables.
7341 (run-python): Add `new' arg.
7342 Check we're at a prompt before returning.
7343 (python-send-command): Move to end of buffer.
7344 Wait for prompt to return.
7345 (python-set-proc): New fun.
7346 (python-imports): New var.
7347 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7348 (python-eldoc-function): Try to move out of arg list.
7349 (python-outline-level): Offset by 1.
7350 (python-find-imports): New fun.
7351 (python-symbol-completions): Use python-imports.
7352 (python-module-path, ffap-alist): Add support for ffap.
7353 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7354 (python-insert-*, python-default-template, python-expand-template):
7355 Add templates/skeletons.
7356 (python-setup-brm): Support for Bicycle Repair Man.
7357 (python-abbrev-syntax-table): New var.
7358 (python-abbrev-pc-hook, python-pea-hook): New funs.
7359
7360 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * frame.el (blink-cursor-start): Set timer first.
7363 (blink-cursor-end): Ignore timer cancelling errors.
7364 Suggested by Ken Manheimer.
7365
7366 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7367
7368 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7369 Add autoload cookie.
7370
7371 2006-08-20 Richard Stallman <rms@gnu.org>
7372
7373 * simple.el (line-number-at-pos): Doc fix.
7374
7375 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7376 timer-activate-when-idle, so timer can run before Emacs becomes
7377 non-idle again.
7378
7379 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7380
7381 * whitespace.el (whitespace-cleanup-internal): New optional arg
7382 REGION-ONLY. If it's non-nil, modify the message to the user
7383 accordingly.
7384 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7385 a non-nil argument.
7386
7387 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7388
7389 * rect.el (spaces-string): Simplify and add doc string.
7390
7391 2006-08-17 Romain Francoise <romain@orebokech.com>
7392
7393 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7394
7395 2006-08-17 Richard Stallman <rms@gnu.org>
7396
7397 * compare-w.el (compare-windows): lambda's take an arg and pass
7398 it to compare-windows-skip-whitespace.
7399
7400 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7401
7402 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7403 the right buffer.
7404
7405 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7408 removed files.
7409
7410 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7411
7412 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7413 (gdb-locals-watch-map-1): Suppress keymap first.
7414 (gdb-edit-locals-map-1): New variable.
7415 (gdb-edit-locals-value): New function.
7416 (gdb-stack-list-locals-handler): Use them.
7417
7418 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7421 cursor would normally be drawn in the fringe.
7422
7423 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7424 Reported by Martin Rudalics <rudalics@gmx.at>.
7425
7426 2006-08-16 Richard Stallman <rms@gnu.org>
7427
7428 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7429 (special-event-map): Process drag-n-drop events this way.
7430
7431 * simple.el (move-beginning-of-line): Test whether fields
7432 would prevent motion back to line's first visible character.
7433 If so, stop where the fields would stop the motion.
7434
7435 * newcomment.el (comment-indent): Fully update INDENT
7436 before checking to see if it will change the text.
7437
7438 * cus-edit.el (custom-newline): New function.
7439 (custom-mode-map): Bind newline to custom-newline.
7440
7441 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7442 into ignore-whitespace.
7443 Check each buffer for its skip-function.
7444 Handle compare-windows-skip-whitespace special-case test
7445 by returning t from default skip function.
7446
7447 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7448
7449 * textmodes/org.el (org-clock-special-range)
7450 (org-clock-update-time-maybe): New functions.
7451 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7452 not only a-z.
7453 (org-agenda-get-blocks): Allow multiple blocks per headline.
7454 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7455 (org-export-html-title-format)
7456 (org-export-html-toplevel-hlevel): New options.
7457 (org-export-language-setup): Add support for Czech.
7458 (org-mode, org-insert-todo-heading, org-find-visible)
7459 (org-find-invisible, org-invisible-p, org-invisible-p2)
7460 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7461 (org-show-subtree, org-show-entry, org-make-options-regexp):
7462 Remove compatibility support for old outline-mode.
7463 (org-check-occur-regexp): Funtion removed.
7464 (org-on-heading-p, org-back-to-heading): Made defalias.
7465 (org-set-local): New defsubst.
7466 (org-set-regexps-and-options, org-mode)
7467 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7468 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7469 (org-remember-apply-template, org-table-edit-field)
7470 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7471 (org-set-autofill-regexps): Use `org-set-local'.
7472 (org-table-eval-formula): Fix bug with parsing of display flags.
7473
7474 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7477 frame with fringe arrow. Suggested by Simon Marshall
7478 <simon.marshall@misys.com>.
7479 (gdb-stack-position): New variable.
7480 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7481 (gdb-frames-mode): Set gdb-stack-position to nil.
7482 Add to overlay-arrow-variable-list
7483 (gdb-reset): Delete gdb-stack-position from above list.
7484
7485 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7486
7487 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7488 read only.
7489
7490 2006-08-13 Romain Francoise <romain@orebokech.com>
7491
7492 * cus-theme.el (customize-create-theme)
7493 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7494
7495 * filesets.el (filesets-add-buffer): Ditto.
7496
7497 * pcvs.el (cvs-change-cvsroot): Ditto.
7498
7499 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7500
7501 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7502 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7503 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7504 expressions.
7505 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7506 Only search till end of line.
7507 Add face to function names in case of no filename.
7508 Add face to variable names of watchpoints.
7509
7510 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7511
7512 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7513 customization group.
7514
7515 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7516
7517 * allout.el (allout-prior-bindings, allout-added-bindings):
7518 Remove, after long deprecation.
7519 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7520 Add customization vars controlling allout-beginning-of-line and
7521 allout-end-of-line conveniences.
7522 (allout-header-prefix, allout-use-mode-specific-leader)
7523 (allout-use-mode-specific-leader, allout-mode-leaders):
7524 Revise docstrings.
7525 (allout-infer-header-lead): Change to be an alias for
7526 allout-infer-header-lead-and-primary-bullet.
7527 (allout-infer-header-lead-and-primary-bullet): New version of
7528 allout-infer-header-lead which assigns the primary bullet to the
7529 same as the header lead, when its being changed.
7530 (allout-infer-body-reindent): Apply regexp-quote instead of
7531 unconditionally prepending "\\", so that all literal
7532 allout-header-prefix and allout-primary-bullet strings are
7533 properly handled.
7534 (allout-add-resumptions): Add optional qualifier for extending or
7535 appending to existing values, rather than replacing them.
7536 (allout-view-change-hook): Clarify docstring.
7537 (allout-exposure-change-hook): Take explicit arguments, via
7538 run-hook-with-args.
7539 (allout-structure-added-hook)
7540 (allout-structure-deleted-hook)
7541 (allout-structure-shifted-hook): New hooks analogous to
7542 allout-exposure-change-hook for other kinds of structural outline
7543 edits.
7544 (allout-encryption-plaintext-sanitization-regexps): New encryption
7545 customization variable, by which cooperating modes can provde
7546 massage of the plaintext without actually being passed it.
7547 (allout-encryption-ciphertext-rejection-regexps)
7548 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7549 customization variables, by which cooperating modes can prohibit
7550 rare but possible ciphertext patterns from fouling their
7551 operation, with actually being passed the ciphertext.
7552 (allout-mode): Run activation and deactivation hooks after the
7553 minor-mode variable has been toggled, to clarify the mode
7554 disposition. The new encryption ciphertext rejection variable is
7555 used to ensure that the ciphertext does not contain text that
7556 would be recognized as outline structural elements by allout.
7557 Substite allout-beginning-of-line and allout-end-of-line for
7558 conventionall beginning-of-line and end-of-line bindings.
7559 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7560 activation!
7561 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7562 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7563 (allout-chart-subtree): Implement new mode, charting only the
7564 visible items in the subtree, when new 'visible' parameter is non-nil.
7565 (allout-end-of-subtree): Properly handle the last item in the buffer.
7566 (allout-pre-command-business, allout-command-counter):
7567 Increment an advertised counter so that cooperating enhancements can
7568 track revisions of items.
7569 (allout-open-topic): Run allout-structure-added-hook with suitable
7570 arguments.
7571 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7572 arguments.
7573 (allout-shift-out): Fix doubling for negative args and ensure call
7574 of allout-structure-shifted-hook by solely using allout-shift-in.
7575 (allout-kill-line, allout-kill-topic):
7576 Run allout-structure-deleted-hook with suitable arguments.
7577 (allout-yank-processing): Run allout-structure-added-hook with
7578 proper arguments.
7579 (allout-yank): Enclose activity in allout-unprotected.
7580 (allout-flag-region): Run allout-exposure-change-hook with
7581 suitable arguments, instead of making the callee infer the arguments.
7582 (allout-encrypt-string):
7583 Support allout-encryption-plaintext-sanitization-regexps,
7584 allout-encryption-ciphertext-rejection-regexps, and
7585 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7586 en/de cryption mode in symmetric encryption failure message.
7587 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7588 copy of the passphrase, and don't zero it or we'll corrupt the
7589 stashed copy.
7590 (allout-create-encryption-passphrase-verifier)
7591 (allout-verify-passphrase): Respect the new signature for
7592 allout-encrypt-string.
7593 (allout-get-configvar-values): Convenience for getting a
7594 configuration variable value and handling its absence gracefully.
7595
7596 2006-08-11 Romain Francoise <romain@orebokech.com>
7597
7598 * obsolete/zone-mode.el: Delete.
7599
7600 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7603
7604 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7605
7606 * emacs-lisp/bindat.el (bindat-ip-to-string):
7607 Use `format-network-address' if possible.
7608
7609 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7610
7611 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7612
7613 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7614
7615 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7616 restore unread-command-events here.
7617 (edebug-display): Do it here, to detect sit-for interruptions.
7618
7619 2006-08-10 Romain Francoise <romain@orebokech.com>
7620
7621 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7622 (dns-mode-soa-auto-increment-serial): New user option.
7623 (dns-mode-soa-maybe-increment-serial): New function.
7624 (dns-mode): Add the latter to `write-contents-functions'.
7625
7626 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7627 Delete autoload cookies.
7628
7629 2006-08-10 John Wiegley <johnw@newartisans.com>
7630
7631 * eshell/em-glob.el (eshell-glob-chars-list)
7632 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7633
7634 2006-08-10 Richard Stallman <rms@gnu.org>
7635
7636 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7637 (facemenu-set-face): Doc fix.
7638 (facemenu-listed-faces): Doc fix.
7639
7640 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * avoid.el (mouse-avoidance-animating-pointer): New var.
7643 (mouse-avoidance-nudge-mouse): Use it.
7644 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7645 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7646 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7647 Don't activate if currently animating. All callers changed.
7648
7649 2006-08-09 John Wiegley <johnw@newartisans.com>
7650
7651 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7652 variable, which causes timeclock to report elapsed time worked,
7653 instead of just work remaining.
7654
7655 2006-08-09 Kenichi Handa <handa@m17n.org>
7656
7657 * international/latexenc.el (latexenc-find-file-coding-system):
7658 Fix for the case that the 2nd element of arg-list is a cons.
7659
7660 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * info.el (Info-fontify-node): Handle preceding `in' for note
7663 reference hiding rules.
7664
7665 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7668 mistake a closing " for an opening one.
7669
7670 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7671
7672 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7673
7674 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * complete.el (PC-do-completion): Filter out completions matching
7677 completion-ignored-extensions before checking whether there are
7678 multiple completions.
7679 Don't use `list' unnecessarily when building completion tables.
7680
7681 2006-08-06 Richard Stallman <rms@gnu.org>
7682
7683 * help.el (describe-mode): Make minor mode list more concise.
7684
7685 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7686
7687 * bindings.el: Give mode-line-format, mode-line-modes, and
7688 mode-line-position `standard-value' properties.
7689
7690 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7691
7692 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7693 "(file)node" instead of the file name.
7694
7695 2006-08-05 Richard Stallman <rms@gnu.org>
7696
7697 * faces.el (escape-glyph): Doc fix.
7698
7699 2006-08-04 Kenichi Handa <handa@m17n.org>
7700
7701 * international/mule-diag.el (describe-font): Improve docstring
7702 and error message. Use frame-parameter (not frame-parameters).
7703
7704 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7707 Correctly mark the end-of-docstring char.
7708
7709 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * simple.el (line-move-to-column): Constrain move-to-column to
7712 current field.
7713
7714 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * font-lock.el (font-lock-beg, font-lock-end)
7717 (font-lock-extend-region-functions): New vars.
7718 (font-lock-extend-region-multiline)
7719 (font-lock-extend-region-wholelines): New functions.
7720 (font-lock-default-fontify-region): Use them.
7721 (font-lock-extend-jit-lock-region-after-change): Only round up
7722 if font-lock-default-fontify-region will do it as well.
7723
7724 * font-lock.el (font-lock-extend-after-change-region-function):
7725 Rename from font-lock-extend-region-function.
7726 (font-lock-extend-region): Remove by inlining at call sites.
7727 (font-lock-after-change-function): Don't needlessly round up to a whole
7728 number of lines.
7729 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7730 the boundary conditions and the interactions between the various ways
7731 to extend the region.
7732
7733 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7736 modification status when forcing the second redisplay.
7737
7738 2006-08-03 Kim F. Storm <storm@cua.dk>
7739
7740 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7741
7742 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7745 doesn't look like a file name.
7746
7747 * complete.el (PC-expand-many-files): Avoid signalling an error when
7748 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7749
7750 2006-08-02 Andreas Schwab <schwab@suse.de>
7751
7752 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7753
7754 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7755
7756 * bindings.el (map): Make mode-line-buffer-identification-keymap
7757 before defining propertized-buffer-identification.
7758
7759 2006-08-01 Richard Stallman <rms@gnu.org>
7760
7761 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7762
7763 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7764
7765 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7766 default value.
7767 (gdb-find-source-frame): New function.
7768 (menu): Add to menu bar.
7769
7770 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * font-core.el (font-lock-extend-region-function)
7773 (font-lock-extend-region): Move to font-lock.el.
7774
7775 * font-lock.el (font-lock-extend-region-function)
7776 (font-lock-extend-region): Move from font-core.el. Simplify.
7777
7778 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7779 if needed.
7780 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7781 (jit-lock-after-change-extend-region-functions): New hook.
7782 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7783
7784 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7785 (font-lock-turn-on-thing-lock): Use it.
7786
7787 * longlines.el (longlines-show-region): Make it work on read-only
7788 buffers as well.
7789
7790 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7791
7792 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7793
7794 2006-07-31 Richard Stallman <rms@gnu.org>
7795
7796 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7797 (vhdl-speedbar-display-projects): Update old obsolete
7798 speedbar variable names.
7799
7800 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7801
7802 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7803 (gdb-stopped): Use it.
7804
7805 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7806
7807 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7808
7809 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7810 for load-history elements.
7811
7812 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7813
7814 * files.el (convert-standard-filename): For Cygwin, replace
7815 characters not allowed in Windows file names.
7816 (make-auto-save-file-name): Add Cygwin to the list of systems
7817 where the auto-save file name needs to be run through
7818 convert-standard-filename.
7819
7820 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7821
7822 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7823
7824 2006-07-28 Richard Stallman <rms@gnu.org>
7825
7826 * bindings.el (mode-line-frame-identification)
7827 (propertized-buffer-identification): Centralize the code
7828 to initialize the variable.
7829
7830 * progmodes/grep.el (grep-default-command): Catch errors from
7831 wildcard-to-regexp.
7832
7833 2006-07-29 Kim F. Storm <storm@cua.dk>
7834
7835 * progmodes/grep.el (grep-tag-default): New function.
7836 (grep-default-command, grep-read-regexp): Use it.
7837 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7838 as default if nothing else applies.
7839
7840 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7841
7842 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7843 Throw error if buffer is not in Dired and Wdired mode, respectively.
7844
7845 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7848 self-insert-command keys don't activate buttons.
7849 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7850
7851 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7852
7853 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7854 faces for enable character.
7855
7856 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7857
7858 * Makefile.in (recompile): Update comment to reflect change
7859 on 2004-04-21.
7860
7861 2006-07-27 Richard Stallman <rms@gnu.org>
7862
7863 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7864 (customize-package-emacs-version): Change msg when pkg has no entry.
7865 (custom-no-edit): On a button, do like widget-button-press.
7866
7867 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7868
7869 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7870 S-tab and C-S-tab.
7871
7872 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7873
7874 * progmodes/which-func.el (which-function): Fix documentation/
7875 comment typo.
7876
7877 2006-07-26 Richard Stallman <rms@gnu.org>
7878
7879 * textmodes/ispell.el (ispell-word): If we replace the word,
7880 move point to the end. Insert before deleting.
7881
7882 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7883
7884 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7885 a timer.
7886
7887 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7888
7889 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7890 when at first image.
7891 (tumme-forward-image): Add prefix argument. Add error when at last
7892 image.
7893
7894 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * tabify.el (tabify-regexp): Use more specific regexps.
7897 (tabify): Avoid modifying the buffer unnecessarily.
7898
7899 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7900
7901 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7902 (tumme-format-properties-string): Handle empty `buf'.
7903 (tumme-get-comment): Change variable names inside `let'.
7904 Add missing `let' variable that cause font-lock problems.
7905 (tumme-write-comments): Change variable names inside `let'.
7906 Add missing `let' variable that cause font-lock problems.
7907 (tumme-forward-image): Rename from `tumme-forward-char'.
7908 (tumme-backward-image): Rename from `tumme-backward-char'.
7909
7910 2006-07-25 Masatake YAMATO <jet@gyve.org>
7911
7912 * progmodes/ld-script.el (ld-script-keywords)
7913 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7914 and add comments.
7915
7916 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7917
7918 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7919 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7920 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7921 for status indicator.
7922
7923 2006-07-24 Richard Stallman <rms@gnu.org>
7924
7925 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7926
7927 * subr.el (dolist, dotimes): Use interned symbols for locals.
7928 (--dotimes-limit--, --dolist-tail--): New defvars.
7929 (looking-back): Doc fix.
7930
7931 * replace.el (replace-match-string-symbols): Handle dotted lists.
7932
7933 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7934
7935 * tumme.el (tumme-write-tags): Add.
7936 (tumme-write-comments): Add.
7937 (tumme-tag-files): Change to use `tumme-write-tags'.
7938 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7939 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7940 (tumme-save-information-from-widgets): Change to use
7941 `tumme-write-comments' and `tumme-write-tags'.
7942 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7943 (tumme-write-tag): Remove.
7944 (tumme-write-comment): Remove.
7945 (tumme-display-previous-thumbnail-original): Remove empty line.
7946 (tumme-widget-list): Add punctuation.
7947
7948 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7949
7950 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7951
7952 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7953
7954 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7955 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7956 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7957
7958 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7959
7960 * mouse.el (mouse-on-link-p): Doc fix.
7961
7962 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7963
7964 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7965 Handle "C-h f `".
7966
7967 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7968
7969 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7970 column.
7971
7972 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7973
7974 * textmodes/table.el: Add move-beginning-of-line and
7975 move-end-of-line to Point Motion Only Group.
7976
7977 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7978
7979 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7980
7981 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7982
7983 * startup.el (user-mail-address): Initialize from the `EMAIL'
7984 environment variable first. Document this.
7985 (command-line): Ditto.
7986
7987 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7988
7989 * help-mode.el (help-function-def, help-variable-def)
7990 (help-face-def): Print a message in the minibuffer.
7991
7992 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7993
7994 * term/xterm.el (terminal-init-xterm): Fix key bindings
7995 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7996
7997 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7998
7999 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
8000 where `(nth 1 command)' is a cons cell. Doc fix.
8001
8002 * textmodes/po.el (po-find-charset): Doc fix.
8003
8004 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
8005
8006 * allout.el (allout-unprotected, allout-e-o-prefix-p)
8007 (allout-beginning-of-current-line, allout-end-of-current-line)
8008 (allout-next-visible-heading, allout-open-topic)
8009 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
8010 (allout-flag-current-subtree, allout-show-to-offshoot)
8011 (allout-hide-current-entry, allout-show-current-branches)
8012 (allout-hide-region-body, allout-old-expose-topic)
8013 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
8014 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8015 containing `beginning-of-line' and `end-of-line' with
8016 `inhibit-field-text-motion' t.
8017
8018 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8019
8020 * frame.el (focus-follows-mouse): Document that it doesn't have
8021 any effect on MS-Windows.
8022
8023 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8026
8027 2006-07-20 Jay Belanger <belanger@truman.edu>
8028
8029 * calc.el (calc-previous-alg-entry): Remove variable.
8030
8031 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8032 New variables.
8033 (calc-alg-entry): Use `calc-alg-entry-history'.
8034 (calc-do-quick-calc): Use `calc-quick-calc-history'.
8035 Remove reference to `calc-previous-alg-entry'.
8036 (calcAlg-edit, calcAlg-enter): Remove reference to
8037 `calc-previous-alg-entry'.
8038 (calcAlg-previous): Use `previous-history-element' instead of
8039 `calc-previous-alg-entry'.
8040 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8041 Change keybinding for `calcAlg-plus-minus', add keybindings for
8042 `previous-history-element' and `next-history-element'.
8043
8044 * calc-rewr.el (calc-match): Remove reference to
8045 `calc-previous-alg-entry'.
8046
8047 * calc-sel.el (calc-selection-history): New variable.
8048 (calc-enter-selection, calc-sel-mult-both-sides)
8049 (calc-sel-add-both-sides): Use `calc-selection-history'.
8050
8051 * calc-map.el (calc-get-operator-history): New variable.
8052 (calc-get-operator): Use `calc-get-operator-history'.
8053
8054 * calcalg3.el (calc-curve-fit-history): New variable.
8055 (calc-curve-fit): Use `calc-curve-fit-history'.
8056
8057 2006-07-20 Kenichi Handa <handa@m17n.org>
8058
8059 * international/mule-cmds.el (select-safe-coding-system): Fix the
8060 way of deciding eol-type of the coding system.
8061
8062 2006-07-20 Alan Mackenzie <acm@muc.de>
8063
8064 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8065 (c-lang-setvar): New macro.
8066 (c-make-init-lang-vars-fun): Use the initialization forms in
8067 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8068 (comment-start, comment-end, comment-start-skip): Change these from
8069 c-lang-defvar's to c-lang-setvar's.
8070
8071 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8072 which calls make-local-variable on the elements of
8073 c-emacs-variable-inits.
8074 (c-init-language-vars-for): Call this new macro.
8075
8076 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8079 Try to rule out false positives due to time stamps.
8080 (compilation-mode-font-lock-keywords): Remove rules made redundant
8081 because of the above change. Add `segmentation fault' to the known and
8082 highlighted compilation termination messages.
8083
8084 2006-07-19 Kim F. Storm <storm@cua.dk>
8085
8086 * progmodes/grep.el (grep-find-ignored-directories):
8087 Add .svn and _darcs to list.
8088
8089 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
8090
8091 * dired.el (dired-mode-map): Add key binding `C-te' for
8092 `tumme-dired-edit-comment-and-tags'.
8093
8094 * tumme.el (tumme-display-thumbnail-original-image): Make sure
8095 image display buffer is displayed before call to
8096 `tumme-display-image.
8097 (tumme-dired-display-image): Make sure image display buffer is
8098 displayed before call to `tumme-display-image.
8099 (tumme-mouse-display-image): Make sure image display buffer is
8100 displayed before call to `tumme-display-image.
8101 (tumme-widget-list): Add.
8102 (tumme-dired-edit-comment-and-tags): Add.
8103 (tumme-save-information-from-widgets): Add.
8104
8105 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8108
8109 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * progmodes/sh-script.el (sh-font-lock-keywords-1):
8112 Revert inadvertently installed patch hunk.
8113
8114 * progmodes/compile.el (compilation-find-file): Handle the
8115 cases where the user selects a non-existent file.
8116
8117 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8120
8121 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8122
8123 * subr.el (sit-for): Just sleep-for if noninteractive.
8124
8125 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8128
8129 * custom.el (custom-autoload): Add `noset' argument.
8130 (custom-push-theme): Don't autoload the variable, let callers do it.
8131 (custom-theme-set-variables): Autoload the variable if necessary.
8132
8133 * cus-edit.el (custom-variable-state-set): If the variable was
8134 originally set outside custom, but to the same value as the default,
8135 consider it to be standard.
8136
8137 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8138 file *before* telling Emacs to add the autoloads, in case it fails.
8139
8140 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8141 Use `cond', push', and `dolist'.
8142
8143 2006-07-17 Richard Stallman <rms@gnu.org>
8144
8145 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8146 Add defvars to silence warnings.
8147
8148 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8149
8150 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8151 Don't highlight "Compiling file" messages as error.
8152
8153 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8154 file already exists.
8155
8156 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8157
8158 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8159 entry, don't assign to free var; simply return the extracted filename.
8160 (ff-treat-as-special): Incorporate common preamble from callers.
8161 (ff-other-file-name, ff-find-the-other-file):
8162 Update call to ff-treat-as-special.
8163
8164 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8165
8166 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8167
8168 * tumme.el (tumme-get-comment): Fix bug.
8169
8170 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * files.el: Remove spurious * in docstrings.
8173
8174 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8175
8176 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8177 grammar.
8178 (allout-beginning-of-current-line): Beware beginning of buffer.
8179 Also, a comment is simplified.
8180 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8181 when appropriate. (This fix enables use for other than
8182 bullet-hotspot operation.)
8183 (allout-hide-current-subtree): While escalating to sibling-close,
8184 make sure to situate on a topic.
8185
8186 2006-07-14 Kim F. Storm <storm@cua.dk>
8187
8188 * emulation/cua-base.el (cua-delete-selection)
8189 (cua-toggle-set-mark): New defcustoms.
8190 (cua-rectangle-modifier-key): Add `alt' modifier.
8191 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8192 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8193 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8194
8195 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8196
8197 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8198
8199 * allout.el: Require 'cl during byte-compilation/interactive load,
8200 for the `assert' macro.
8201 (allout-mode-deactivate-hook): New hook, run when allout mode
8202 deactivates.
8203 (allout-developer): New allout customization subgroup.
8204 (allout-run-unit-tests-on-load): New allout-developer
8205 customization variable, when true allout unit tests are run towards
8206 end of file load/eval.
8207 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8208 auto-fill-mode.
8209 (allout-resumptions): Remove, to be replaced by...
8210 (allout-add-resumptions): Register variable settings to be
8211 reinstated by `allout-do-resumptions'. The settings are made
8212 buffer-local, but the locality/globality of the suspended setting
8213 is restored on resumption.
8214 (allout-do-resumptions): Reinstate all settings suspended using
8215 `allout-add-resumptions'.
8216 (allout-test-resumptions): Unit tests (and intermediate variables)
8217 for resumptions.
8218 (allout-tests-globally-unbound, allout-tests-globally-true)
8219 (allout-tests-locally-true): Intermediate variables for
8220 resumptions unit tests.
8221 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8222 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8223 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8224 instead of retired `allout-resumptions'. For hook functions, use
8225 `local' parameter so hook settings are created and removed as
8226 buffer-local settings. Revise (resumptions) setting
8227 auto-fill-function so it is set only if already active. (The
8228 related fill-function settings are all made in either case, so
8229 that activating auto-fill-mode activity will have the custom
8230 allout-mode behaviors (hanging indent on topics, if configured for it).
8231 Remove all allout-exposure-category overlays on mode deactivation.
8232 (allout-hotspot-key-handler): New function extracted from
8233 `allout-pre-command-business', so the functionality can be used
8234 for other purposes, eg as a binding in an overlay.
8235 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8236 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8237 customization variable.
8238 (allout-run-unit-tests): Run the (currently quite small)
8239 repertoire of unit tests. Called just before the provide iff user
8240 has customized `allout-run-unit-tests-on-load' non-nil.
8241
8242 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8243
8244 * emacs-lisp/authors.el (authors-aliases): Update.
8245
8246 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8247
8248 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8249 gdb-source-window. Add dedicated argument.
8250 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8251 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8252 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8253 (gdb-display-locals-buffer): Use it.
8254
8255 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8256 Set gdb-source-window.
8257
8258 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8261 minor modes, redundant with the custom-autoload line above.
8262
8263 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * longlines.el (longlines-post-command-function): Handle open-line too.
8266
8267 2006-07-12 Richard Stallman <rms@gnu.org>
8268
8269 * progmodes/grep.el (grep-last-buffer): Doc fix.
8270
8271 * info.el (Info-try-follow-nearest-node): Doc fix.
8272
8273 * emacs-lisp/edebug.el (edebug-instrument-function):
8274 Err if find-function-noselect gives no position.
8275
8276 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8277 If can't find definition, return nil for position.
8278 (find-function-do-it): Handle new return value
8279 of find-definition-noselect.
8280 (find-definition-noselect, find-variable-noselect): Doc fix.
8281 (find-function-noselect): Doc fix.
8282
8283 * help-mode.el (help-variable-def): Handle find-variable-noselect
8284 returning no position.
8285 (help-function-def): Likewise for find-function-search-for-symbol.
8286 (help-face-def): Likewise.
8287
8288 * help-fns.el (describe-variable): Handle find-variable-noselect
8289 returning no position.
8290
8291 * files.el (locate-file-completion): Avoid duplicates in result.
8292
8293 * cus-edit.el (custom-no-edit): New command.
8294 (custom-mode-map): Remap to custom-no-edit instead of
8295 using suppress-keymap.
8296
8297 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8298
8299 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8300 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8301 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8302
8303 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8304
8305 2006-07-11 Kim F. Storm <storm@cua.dk>
8306
8307 * ido.el (ido-copy-current-file-name): Use buffer-name if
8308 buffer-file-name is nil.
8309
8310 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * simple.el (undo-ask-before-discard): Set to nil.
8313
8314 * vc.el (vc-exec-after): Don't delete process manually.
8315 (vc-print-log): Run log-view-mode in process sentinel inside
8316 inhibit-read-only. Don't shrink window due to timing issues.
8317
8318 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8319 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8320
8321 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8324 Fix ambiguity introduced by last change.
8325 (compilation-find-file): Move save-excursion to where it may
8326 make sense. Fix a left over `find-file'.
8327
8328 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8329
8330 * textmodes/texinfmt.el (texinfo-format-separate-node):
8331 Insert a string before point, which fits documentation, not after.
8332 (texinfo-multitable-item): In a multitable row, insert any
8333 additional needed @tabs and spaces.
8334
8335 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8336
8337 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8338 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8339 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8340 instead of shell-command.
8341 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8342 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8343 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8344 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8345 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8346 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8347
8348 2006-07-11 Kim F. Storm <storm@cua.dk>
8349
8350 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8351 Remove special case for seconds < 0. Use (redisplay t) instead.
8352
8353 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8354
8355 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8356 avoid compilation error.
8357
8358 * subr.el (sit-for): New function.
8359
8360 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8361
8362 2006-07-10 Richard Stallman <rms@gnu.org>
8363
8364 * ldefs-boot.el (edebug): Update page.
8365
8366 2006-07-10 Kim F. Storm <storm@cua.dk>
8367
8368 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8369 to FOR-RELEASE and TODO.
8370
8371 2006-07-10 Romain Francoise <romain@orebokech.com>
8372
8373 * emacs-lisp/authors.el (authors-aliases): Update.
8374
8375 2006-07-10 Alan Mackenzie <acm@muc.de>
8376
8377 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8378 * cc-mode.el: Changes to eradicate eval-after-load.
8379
8380 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8383 on non-char events.
8384
8385 2006-07-09 Romain Francoise <romain@orebokech.com>
8386
8387 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8388 Don't highlight start/end markers as compilation messages.
8389
8390 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8391 to t.
8392
8393 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8396
8397 2006-07-08 Richard Stallman <rms@gnu.org>
8398
8399 * term/x-win.el (x-handle-display): Add doc string.
8400
8401 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8402
8403 * subr.el (def-edebug-spec): Move here.
8404 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8405
8406 * imenu.el (imenu-choose-buffer-index): Doc fix.
8407
8408 2006-07-08 Romain Francoise <romain@orebokech.com>
8409
8410 * term/x-win.el (x-display-name): Fix typo.
8411
8412 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8413
8414 * hexl.el (hexl-find-file): Doc fix.
8415
8416 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8417
8418 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * term/x-win.el (x-display-name): Doc fix.
8421
8422 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8423
8424 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8425 long prefixes.
8426 (fill-region-as-paragraph): Don't round up to a whole line.
8427 (fill-comment-paragraph): Don't include the code-before-the-comment
8428 when calling fill-region-as-paragraph.
8429
8430 * international/mule.el (make-char): Remove redundancy.
8431
8432 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8433 property may contain an anonymous function rather than a symbol.
8434
8435 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8436
8437 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8438 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8439
8440 * dirtrack.el (dirtrack-default-directory-function): Remove.
8441 (dirtrack-directory-function): Use file-name-as-directory.
8442 (dirtrack-windows-directory-function): Simplify.
8443 (dirtrack-forward-slash, dirtrack-backward-slash)
8444 (dirtrack-replace-slash): Remove.
8445 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8446 (dirtrack): Fix wrong parenthesizing; use match-string.
8447
8448 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8449 (inferior-octave-mode): Only change the buffer-local value of
8450 comint-dynamic-complete-functions.
8451 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8452 Move the initialization to the declaration.
8453 (inferior-octave-complete): Remove unused var `filter'.
8454
8455 * shell.el (shell-mode): Only change the buffer-local value of
8456 comint-dynamic-complete-functions.
8457
8458 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8459
8460 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8461 entry is skipped because it has been scheduled.
8462 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8463 changing `:org-archived' and `:org-comment' properties.
8464
8465 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8466
8467 * server.el (server-select-display): Don't make the temp frame
8468 minibuffer-only, in case it's not a temp frame.
8469 (server-process-filter): Don't delete the temp frame if it's the
8470 only one we have on that display.
8471
8472 * files.el (find-alternate-file): Doc fix.
8473
8474 2006-07-05 Richard Stallman <rms@gnu.org>
8475
8476 * files.el (abbreviate-file-name): Add save-match-data.
8477
8478 2006-07-03 Richard Stallman <rms@gnu.org>
8479
8480 * faces.el (read-face-name): Doc fix.
8481
8482 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8485
8486 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8487
8488 * vc.el (vc-diff-internal): Fix prev change.
8489
8490 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8491
8492 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8493 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8494
8495 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8498 fails if the symbol contains chars like ( or '.
8499 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8500 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8501 `short'.
8502
8503 2006-07-04 Kenichi Handa <handa@m17n.org>
8504
8505 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8506 the current one, don't call set-language-environment, but call one
8507 of set-language-environment-XXX to make INFO effective now.
8508 (set-language-environment): Call set-language-environment-XXX
8509 functions instead of doing the various setups directly.
8510 (set-language-environment-coding-systems): Delete argument eol-type.
8511 (set-language-environment-input-method)
8512 (set-language-environment-nonascii-translation)
8513 (set-language-environment-charset)
8514 (set-language-environment-fontset)
8515 (set-language-environment-unibyte): New functions.
8516
8517 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8518
8519 * locate.el (locate-update-when-revert): New option.
8520 (locate-update-path): New option (suggested by Michael Albinus).
8521 (locate-prompt-for-command): Whitespace change.
8522 (locate-update): No longer offer to update the locate database by
8523 default. Implement the two new options.
8524
8525 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8526
8527 * tooltip.el: Move comment about track-mouse...
8528
8529 * progmodes/gud.el: ...to here.
8530
8531 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8532
8533 * facemenu.el (facemenu-listed-faces): New var.
8534 (facemenu-unlisted-faces): Variable deleted.
8535 (facemenu-add-new-face): Use facemenu-listed-faces.
8536
8537 * emulation/viper-init.el, calendar/calendar.el:
8538 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8539
8540 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8541
8542 * textmodes/org.el (org-mode): Remove no invalid settings for
8543 calc embedded mode.
8544 (org-mode-p): New defsubst.
8545 (org-save-all-org-buffers): New function.
8546 (org-first-headline-recenter): Enclose outline-regexp in group
8547 delimiters.
8548 (org-set-tags): Keep single space after stars.
8549
8550 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * window.el (set-window-text-height): Only set window-min-height to
8553 1 if that's the requested size.
8554
8555 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8556 (diff-unified->context, diff-context->unified)
8557 (diff-reverse-direction): Make sure the end marker stays at the end.
8558 (diff-mode): Add the keymap table at the end of docstring.
8559 Use lexical-let rather than constructing a closure manually.
8560
8561 * files.el (find-file-noselect-1): Remove unused var assignment.
8562 (hack-local-variables-confirm): Print lists of strings as lists of
8563 strings rather than lists of symbols.
8564 (abbreviate-file-name, hack-local-variables-prop-line):
8565 Use match-string.
8566 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8567 (recover-session-finish): Use line-end-position.
8568
8569 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8570
8571 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8572
8573 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8574
8575 * progmodes/make-mode.el (makefile-macroassign-regex):
8576 Accept preceding keyword.
8577 (makefile-gmake-statements): Reorganize, now that makepp has
8578 "override" and also handle forgotten "override define".
8579 (makefile-makepp-statements): Add new "global", "override export"
8580 and "override global".
8581
8582 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8583
8584 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8585 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8586 (ada-no-auto-case): Fix typos in docstrings.
8587
8588 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8589
8590 * info.el (Info-find-node-2): Search for makeinfo version more
8591 carefully.
8592
8593 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8594
8595 * textmodes/org.el (org-prepare-agenda-buffers):
8596 Use `invisible-OK' argument for `org-end-of-subtree'.
8597 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8598 (org-beginning-of-item): Fix bug in regular expression for white line.
8599 (org-export-as-html): Enforce space after bullet in plain list items.
8600 (org-set-autofill-regexps): Require space after plain list bullet
8601 for paragraph-start.
8602 (org-ts-regexp3): New constant.
8603 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8604 (org-timestamp-up-day, org-timestamp-down-day)
8605 (org-timestamp-change): Work with inactive timestamps.
8606 (org-ts-regexp1): Don't allow brackets in time stamps.
8607
8608 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8609
8610 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8611 for ignoring links.
8612
8613 * faces.el (read-face-name): Use it.
8614
8615 2006-06-28 Juri Linkov <juri@jurta.org>
8616
8617 * buff-menu.el (list-buffers-noselect): Compare Info file
8618 with the string "dir" to detect Info directory.
8619
8620 * complete.el (partial-completion-mode): In lambda for
8621 `choose-completion-string-functions' use full function signature
8622 with 4 args, and move point to the end of the minibuffer only if arg
8623 `mini-p' is non-nil.
8624
8625 2006-06-28 John Paul Wallington <jpw@pobox.com>
8626
8627 * ibuffer.el (ibuffer-mode): Doc fix.
8628
8629 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8630
8631 * textmodes/org.el (org-context): New contexts :item-bullet,
8632 :latex-fragment, :latex-preview.
8633 (org-overlays-at, org-overlay-start, org-overlay-end):
8634 New compatibility functions.
8635 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8636 exact regexp that will be used during export.
8637 (org-latex-regexps): New variable.
8638 (org-cdlatex-mode): Improve advice for `texmathp'.
8639 (turn-on-org-cdlatex): New function.
8640
8641 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8642
8643 * term/mac-win.el (mac-handle-font-selection): Change keys of
8644 mac-atsu-font-table from strings to numbers.
8645 (mac-ts-caret-position): Use also when cursor-type is nil.
8646 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8647 Relax condition for using overlay strings.
8648 Use mac-ts-caret-position face when cursor-type is nil.
8649
8650 2006-06-26 Kim F. Storm <storm@cua.dk>
8651
8652 * help.el (view-emacs-news): Declare `res' in the right let* form.
8653
8654 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8655
8656 * net/rcompile.el (remote-compile): Replace ange-ftp based
8657 implementation by Tramp functions.
8658 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8659
8660 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8661
8662 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8663
8664 * international/fontset.el (setup-default-fontset): Fix a typo in
8665 the "Oriya-Akruti" registry name.
8666
8667 2006-06-23 Lars Hansen <larsh@soem.dk>
8668
8669 * desktop.el (desktop-full-file-name): New function.
8670 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8671 (desktop-revert): Use it.
8672 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8673 (desktop-after-read-hook): Add option list-buffers.
8674 (desktop-locals-to-save): Add tab-width.
8675 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8676 Fix docstring.
8677
8678 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8679
8680 * textmodes/org.el (org-cdlatex-mode-map)
8681 (org-cdlatex-texmathp-advice-is-done): New variables.
8682 (org-cdlatex-mode): New minor mode.
8683 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8684 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8685 (org-export-with-archived-trees): New option.
8686 (org-open-file): Remove the call to `convert-standard-filename'.
8687 (org-archive-tag, org-agenda-skip-archived-trees)
8688 (org-cycle-open-archived-trees)
8689 (org-sparse-tree-open-archived-trees): New options.
8690 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8691 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8692 New functions.
8693 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8694 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8695 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8696 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8697 Call `org-prepare-agenda-buffers'.
8698 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8699 (org-file-apps, org-file-apps-defaults-gnu)
8700 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8701 Handle remote files by forcing them to be opened in Emacs.
8702
8703 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8704
8705 * vc.el (vc-diff-knows-L): New variable.
8706 (vc-diff-internal): Use it to handle "diff" programs that don't
8707 understand -L. This works automatically, no user action is necessary.
8708
8709 2006-06-23 Daniel Brockman <daniel@brockman.se>
8710
8711 * net/rcirc.el (rcirc-default-user-full-name): Default to
8712 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8713 longer exists).
8714 (rcirc-process-list): Check `buffer-live-p' before attempting to
8715 switch to a buffer.
8716
8717 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8718
8719 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8720 based on rcirc-coding-system-alist.
8721
8722 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8723
8724 * cus-edit.el (customize-apropos): A better error message.
8725 (top level) <debug-ignored-errors>: Extend and update the list of
8726 ignored error messages.
8727
8728 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8729
8730 * complete.el (PC-do-completion): Retain capitalization of user
8731 input, when possible, even if completion-ignore-case is set.
8732
8733 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8734
8735 * generic-x.el (bat-generic-mode): Support .cmd files.
8736
8737 * dos-w32.el (top level): Use find-file-not-found-functions
8738 instead of the obsolete find-file-not-found-hooks.
8739
8740 2006-06-22 Kim F. Storm <storm@cua.dk>
8741
8742 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8743 to recognize mode name containing submodes, such as Grep/lw.
8744
8745 2006-06-21 Kim F. Storm <storm@cua.dk>
8746
8747 * simple.el (line-move-1): Check for move-end-of-line instead of
8748 end-of-line when setting temporary-goal-column.
8749
8750 2006-06-21 Miles Bader <miles@gnu.org>
8751
8752 * play/cookie1.el (cookie): Work properly when there's only one entry.
8753
8754 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8755
8756 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8757 (gdb-frame-handler): Generalize frame regexp for templates.
8758
8759 2006-06-20 Glenn Morris <rgm@gnu.org>
8760
8761 * calendar/appt.el (appt-display-format): Default value must be
8762 one of the customize options.
8763
8764 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8765
8766 * term/xterm.el (terminal-init-xterm): Update key availability info.
8767 Bind C-return.
8768
8769 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8770
8771 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8772
8773 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8774 whether or not a local variables list is defined.
8775
8776 * msb.el (msb): Move `sit-for' hack here to handle both
8777 "mouse-down and drag" and "mouse-up and select" situations.
8778 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8779
8780 2006-06-20 Kenichi Handa <handa@m17n.org>
8781
8782 * international/characters.el (word-combining-categories):
8783 Add entries for 2-byte Han characters.
8784
8785 2006-06-19 Richard Stallman <rms@gnu.org>
8786
8787 * bindings.el (mode-line-format): Save some mode line space.
8788
8789 * files.el (find-file-noselect): Improve the question wording.
8790 (basic-save-buffer-2): Mask UMASK against 666.
8791
8792 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8793 (mouse-drag-vertical-line): Call it.
8794
8795 * cus-edit.el (customize-option, customize-option-other-window):
8796 Error if SYMBOL is nil.
8797
8798 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8799
8800 * textmodes/org.el: Require noutline, also on XEmacs.
8801 (org-end-of-subtree): Return point.
8802 (org-dblock-start-re, org-dblock-end-re): New constants.
8803 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8804 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8805 (org-update-all-dblocks, org-find-dblock): New functions.
8806 (org-collect-clock-time-entries): New function.
8807 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8808 (org-fixup-indentation): Modify to deal correctly with lines
8809 starting with TAB. Only one argument DIFF now.
8810 (org-demote, org-promote): Call `org-fixup-indentation' with just
8811 one argument, DIFF.
8812 (org-mode): Don't mark buffer as modified when aligning tables.
8813 (org-clock-sum): Don't mark buffer modified when adding time sum
8814 properties.
8815 (org-export-as-html): Add support for a link validation function.
8816 (org-archive-all-done): New function.
8817 (org-archive-subtree): New prefix argument. When set, archive all
8818 done subtrees in this buffer.
8819 (org-remove-clock-overlays)
8820 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8821 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8822 (org-put-clock-overlay): Don't swallow last headline character
8823 when displaying overlay.
8824 (org-store-link): Link to `image-mode' with just the file name.
8825
8826 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8827
8828 * viper-cmd.el (viper-special-read-and-insert-char):
8829 Use read-key-sequence.
8830 (viper-after-change-undo-hook): Misc enhancements.
8831 (viper-after-change-undo-hook): New hook.
8832 (viper-undo): Use viper-after-change-undo-hook.
8833 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8834 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8835 clicking on that widget/button.
8836
8837 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8838
8839 * ediff-diff (ediff-test-patch-utility): Catch errors.
8840 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8841 (ediff-set-actual-diff-options): New function.
8842 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8843 Use ediff-set-actual-diff-options.
8844 (ediff-extract-diffs): Catch errors.
8845 (ediff-whitespace): Add non-breakable space.
8846 (ediff-same-file-contents): Catch errors.
8847
8848 * ediff-mult.el (ediff-collect-custom-diffs):
8849 Save coding-system-for-read.
8850
8851 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8852 (ediff-vc-internal, ediff-vc-merge-internal):
8853 Use ediff-delete-version-file.
8854 (ediff-delete-version-file): New function.
8855
8856 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8857
8858 * ediff.el (ediff-directories, ediff-directory-revisions)
8859 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8860 (ediff-directories-internal, ediff-merge-directory-revisions)
8861 (ediff-merge-directory-revisions-with-ancestor)
8862 (ediff-directories3): Use read-directory-name.
8863
8864 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8865
8866 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8867 Remove superfluous part of regexp for brace matching which is handled
8868 by `scan-lists' call.
8869
8870 2006-06-16 Richard Stallman <rms@gnu.org>
8871
8872 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8873
8874 * files.el (basic-save-buffer-2): For a new precious file,
8875 use the default modes in the return value.
8876
8877 * facemenu.el (facemenu-color-alist): Doc fix.
8878
8879 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8880
8881 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8882
8883 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8884
8885 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8886 (mac-utxt-to-string): Use it.
8887 (mac-ts-update-active-input-area): Use mac-ae-number.
8888
8889 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8890
8891 * term.el (term-handle-scroll, term-delete-lines)
8892 (term-insert-lines): Fix off by one errors.
8893
8894 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8895
8896 * net/tramp.el (tramp-touch): Use UTC to express time.
8897
8898 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8899
8900 * mail/sendmail.el (mail-send): Search explicitly for
8901 mail-header-separator when checking for corrupted header lines.
8902
8903 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8906 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8907 (gdb-init-1): Initialise them.
8908 (gdb-starting): Reset gdb-printing
8909 (gdb-starting): Save value of gud-overlay-arrow-position.
8910 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8911 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8912 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8913 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8914
8915 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8918
8919 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8920
8921 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8922 (ldap-search-internal): Keep error messages, and a regexp fix.
8923
8924 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8925
8926 * files.el (hack-local-variables-confirm):
8927 Display string value using its printed representation.
8928
8929 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8930
8931 * server.el (server-edit): No-op if no server buffers exist.
8932
8933 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8934
8935 * textmodes/page-ext.el (pages-directory-for-addresses):
8936 Including `pages-directory-address-mode' in the function results
8937 in the message "Buffer in which pages were found is deleted".
8938
8939 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8940
8941 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8942 clocking functions.
8943
8944 (org-agenda-clock-in, org-check-running-clock)
8945 (org-clock-out-if-current, org-remove-clock-overlays)
8946 (org-put-clock-overlay): New functions.
8947 (org-clock-marker, org-clock-file-total-minutes)
8948 (org-clock-overlays): New variables.
8949 (org-clock-display, org-clock-sum, org-clock-cancel)
8950 (org-clock-out, org-clock-in): New commands.
8951 (org-export): New function.
8952 (org-emph-re): New constant.
8953 (org-set-emph-re, org-do-emphasis-faces): New functions.
8954 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8955 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8956 (org-export-html-convert-emphasize): Use the configurable emphasis.
8957 (org-cleaned-string-for-export): Make multiline emphasis visible
8958 to the exporter. New optional argument PARAMETERS.
8959 (org-export-as-html): Specify :emph-multiline parameter to
8960 `org-cleaned-string-for-export'.
8961
8962 2006-06-10 Richard Stallman <rms@gnu.org>
8963
8964 * help.el (help-for-help-internal): Clean up help text.
8965
8966 2006-06-10 Andreas Schwab <schwab@suse.de>
8967
8968 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8969 in doc string.
8970
8971 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8972
8973 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8974
8975 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8976 spaces after the comment start.
8977
8978 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8979
8980 * play/pong.el (pong-init-buffer):
8981 Fill buffer with spaces instead of ^A.
8982
8983 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8984 launched asynchronously, delete its process instead of being cool.
8985 (ispell-async-processp): Check for `delete-process' existence
8986 instead of `kill-process' one for consistency.
8987
8988 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8989
8990 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8991 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8992 in mode line at startup.
8993
8994 2006-06-08 Kim F. Storm <storm@cua.dk>
8995
8996 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8997 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8998 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8999 (ido-file-internal): Pass full file name to write-file.
9000 (ido-read-internal): Only pop stack elements automatically if they
9001 actually match an existing directory or file name.
9002
9003 2006-06-07 Kenichi Handa <handa@m17n.org>
9004
9005 * international/mule.el (find-auto-coding): Don't handle the short
9006 name `char-trans'.
9007
9008 * files.el (hack-local-variables-prop-line)
9009 (hack-local-variables): Cancel the previous change.
9010
9011 2006-06-06 Jesper Harder <harder@phys.au.dk>
9012
9013 * ediff-diff.el (ediff-test-utility): Protect against file-error.
9014
9015 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
9016
9017 * diff-mode.el (diff-mode): Set buffer-read-only to t when
9018 diff-default-read-only is non-nil.
9019 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9020 (diff-refine-hunk): Set inhibit-read-only to t.
9021
9022 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9023 modifying the *Diff* buffer.
9024 (diff-process-filter): New filter function for diff process that
9025 sets inhibit-read-only to t when modifying the *Diff* buffer.
9026
9027 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
9028
9029 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9030 insertion point and control the number of empty lines.
9031 (org-paste-subtree): Limit the number of empty lines at the end of
9032 the inserted tree.
9033 (org-agenda): Use buffer name of current file for narrowing.
9034 (org-export-as-xml): Command removed.
9035 (org-export-xml-type): Option removed.
9036 (org-mode-map): Call `org-export-as-xoxo' directly.
9037 (org-get-indentation): New optional argument LINE.
9038 (org-fix-indentation, org-remove-tabs): New functions.
9039 (org-export-as-ascii, org-ascii-level-start): Determine and apply
9040 correct indentation for headlines that are converted it items.
9041 (org-skip-comments): Remove table lines that contain narrowing
9042 cookies but no other non-empty fields.
9043 (org-set-tags): Allow groups of mutually exclusive tags.
9044 (org-cmp-time): Sort 24:21 before items without time.
9045 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9046 (org-open-at-point): Require double colon also for numbers.
9047
9048 2006-06-06 Kim F. Storm <storm@cua.dk>
9049
9050 * ido.el (ido-default-file-method, ido-default-buffer-method):
9051 Make choice values consistent with corresponding command names.
9052 (ido-visit-buffer): Update accordingly. Default to selected-window.
9053
9054 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
9055
9056 * progmodes/gud.el (gud-running): Fix doc string.
9057 (gud-menu-map): Use :visible instead fo :enable for debugger test.
9058 (gud-tooltip-modes): Add python-mode.
9059 (gud-tooltip-print-command): Add pdb. Remove perldb.
9060
9061 2006-06-05 Eli Zaretskii <eliz@gnu.org>
9062
9063 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9064 Quote $(EMACS).
9065
9066 2006-06-05 Richard Stallman <rms@gnu.org>
9067
9068 * faces.el (defined-colors): Doc fix.
9069
9070 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
9071
9072 * vc.el (vc-process-filter): Inhibit undo info collection around
9073 call to insert.
9074 (vc-setup-buffer): Likewise for call to erase-buffer.
9075 (vc-do-command): Likewise for call to process-file.
9076
9077 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
9078
9079 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9080 for gud-go.
9081 (gud-common-init): Other debuggers may trigger error.
9082
9083 2006-06-05 Kenichi Handa <handa@m17n.org>
9084
9085 * international/mule.el (find-auto-coding):
9086 Handle enable-character-translation in file header.
9087
9088 2006-06-04 Kim F. Storm <storm@cua.dk>
9089
9090 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9091 (authors-fixed-entries): Fix spelling.
9092 (authors-canonical-file-name): Don't report error for wildcards.
9093
9094 * help.el (view-emacs-news): Rewrite to support new NEWS,
9095 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
9096 e.g. version 10 matches 1.10, and don't be confused by version 1.1
9097 being a prefix of 1.12 (etc). A numeric prefix arg also works.
9098
9099 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
9100
9101 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9102 exec constructs like `foo bar`.
9103 (sh-quoted-subshell): New helper function to search for a possibly
9104 nested subshell (like `` or $()) within a "" quoted string.
9105 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9106 (sh-apply-quoted-subshell): Flag quote characters inside a
9107 subshell, which is itself already in a quoted region, as
9108 punctuation, since this is the closest to what they actually are.
9109 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9110 sh-apply-quoted-subshell.
9111 (sh-font-lock-syntactic-face-function): Apply the new face for
9112 text inside `` instead of the old font-lock-string-face.
9113
9114 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9115
9116 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9117 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9118 (mac-bytes-to-text-range, mac-ae-text-range-array)
9119 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9120 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9121 (mac-ts-unicode-for-key-event): New functions.
9122 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9123 (mac-handle-font-selection): Use mac-ae-number.
9124 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9125 New variables.
9126 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9127 (mac-ts-converted-text, mac-ts-selected-converted-text)
9128 (mac-ts-block-fill-text, mac-ts-outline-text)
9129 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9130 (mac-ts-hilite-style-faces): New constant.
9131 (mac-apple-event-map): Bind text input events.
9132 (mac-dispatch-apple-event): Use command-execute instead of
9133 call-interactively.
9134 (global-map): Don't bind mac-apple-event.
9135 (special-event-map): Bind mac-apple-event.
9136
9137 2006-06-02 Eli Zaretskii <eliz@gnu.org>
9138
9139 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9140 file name.
9141 (emacs): Enclose the value of $(EMACS) in quotes.
9142
9143 2006-06-02 Juri Linkov <juri@jurta.org>
9144
9145 * international/mule.el (sgml-html-meta-auto-coding-function):
9146 Remove the condition `(search-forward "<html" size t)'.
9147 Replace `\"' with `[\"']?' in `re-search-forward'.
9148
9149 2006-06-02 Kenichi Handa <handa@m17n.org>
9150
9151 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9152 as well as `coding'.
9153 (hack-local-variables): Likewise.
9154
9155 * international/mule.el (enable-character-translation):
9156 Put permanent-local and safe-local-variable properties.
9157 (find-auto-coding): Handle char-trans: tag.
9158
9159 2006-06-02 Juri Linkov <juri@jurta.org>
9160
9161 * international/mule.el (sgml-html-meta-auto-coding-function):
9162 Limit the search by the end of the HTML header (if any).
9163
9164 2006-06-01 Richard Stallman <rms@gnu.org>
9165
9166 * subr.el (with-current-buffer): Doc fix.
9167
9168 2006-06-02 Masatake YAMATO <jet@gyve.org>
9169
9170 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9171 Almost rewrite. Underlines over all lines of gcov output are too
9172 uncomfortable to read. Suggested by Dan Nicolaescu.
9173
9174 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9175
9176 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9177
9178 * shell.el (shell-mode): Use shell-mode-map in docstring.
9179
9180 * comint.el (comint-send-input): Do not add help-echo and
9181 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9182
9183 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9184
9185 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9186
9187 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9188
9189 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9190 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9191 look up the stack and pop up GUD buffer if necessary.
9192 (gdb-frames-select): Remove redundant call to gud-display-frame.
9193 (gdb-info-threads-custom): Keep point at start of buffer.
9194 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9195
9196 2006-05-31 Juri Linkov <juri@jurta.org>
9197
9198 * replace.el (query-replace-read-from, query-replace-read-to):
9199 Bind `history-add-new-input' to nil. Call `add-to-history'.
9200
9201 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9202
9203 * textmodes/table.el: Convert all HTML tags to lower case for
9204 XHTML compatibility.
9205
9206 2006-05-31 Masatake YAMATO <jet@gyve.org>
9207
9208 * progmodes/compile.el:
9209 (compilation-error-regexp-alist-alist::gcov-called-line):
9210 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9211
9212 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9213
9214 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9215 Revert inadvertent changes made with last commit.
9216
9217 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9218
9219 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9220 New functions.
9221
9222 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9223
9224 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9225
9226 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9227 only matches in the right place.
9228 (org-upcoming-deadline): New face.
9229 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9230 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9231 and make it an option.
9232 (org-export-ascii-bullets): New option.
9233 (org-export-as-html): Many changes to emit valid XHTML.
9234 (org-par-open): New variable.
9235 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9236 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9237 (org-timeline): Pass `org-timeline-show-empty-dates' to
9238 `org-get-all-dates'. Interpret empty dates returned by
9239 `org-get-all-dates'.
9240 (org-get-all-dates): New argument EMPTY. Add dates without
9241 entries to the list, mark large ranges of empty dates.
9242 (org-point-in-group, org-context): New functions.
9243
9244 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9245
9246 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9247
9248 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9249 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9250 to C-mouse-3 (for 2 button mice).
9251 (gdb-send): Do the right thing for C-d.
9252
9253 * speedbar.el (speedbar-detach): Delete.
9254 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9255 it breaks things.
9256 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9257
9258 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9259
9260 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9261 Makeppfile.
9262
9263 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9264 Add makepp diagnostic.
9265
9266 2006-05-29 Richard Stallman <rms@gnu.org>
9267
9268 * window.el (fit-window-to-buffer): Doc fix.
9269
9270 * help.el (temp-buffer-max-height): Doc fix.
9271
9272 * subr.el (with-current-buffer): Doc fix.
9273
9274 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9275
9276 * term/x-win.el: Bind F10 to menu-bar-start if available.
9277
9278 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9279
9280 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9281 uses with a simple test.
9282 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9283 (term-send-raw-string, term-send-raw, term-mouse-paste)
9284 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9285 (term-handle-exit, term-read-input-ring)
9286 (term-previous-matching-input-string)
9287 (term-previous-matching-input-string-position)
9288 (term-previous-matching-input-from-input)
9289 (term-replace-by-expanded-history, term-send-input)
9290 (term-skip-prompt, term-bol, term-send-invisible)
9291 (term-kill-input, term-delchar-or-maybe-eof)
9292 (term-backward-matching-input, term-check-source)
9293 (term-proc-query, term-emulate-terminal)
9294 (term-handle-colors-array, term-process-pager, term-pager-line)
9295 (term-pager-bob, term-unwrap-line, term-word)
9296 (term-dynamic-complete-filename)
9297 (term-dynamic-complete-as-filename)
9298 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9299 unlesses.
9300
9301 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9304 during bootstrapping.
9305
9306 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9307 Basically undo the change of 2006-05-26: use extra arguments instead of
9308 dynamic scoping.
9309 (ewoc-locate): Remove unused var `footer'.
9310
9311 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9312
9313 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9314
9315 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9316 (generate-file-autoloads): Obey it. Return whether autoloads were
9317 added at point or not.
9318 (update-file-autoloads): Use this new return value.
9319 Remove redundant test for the presence of an autoload cookie.
9320
9321 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9322 This one calls hack-local-variables.
9323 (generate-file-autoloads, update-file-autoloads): Use it.
9324
9325 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9326 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9327 (bibtex-sort-entry-class-alist): Don't set the global value.
9328 (bibtex-init-sort-entry-class-alist): New fun.
9329 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9330 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9331 of bibtex-init-sort-entry-class.
9332
9333 2006-05-28 Richard Stallman <rms@gnu.org>
9334
9335 * subr.el (load-history-regexp): If FILE is relative, insist
9336 entire last name component must match it.
9337 (load-history-filename-element, load-history-regexp): Doc fixes.
9338
9339 2006-05-29 Kim F. Storm <storm@cua.dk>
9340
9341 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9342 `pos' and `raw-data' for clarity, as eval forms may access these.
9343
9344 2006-05-28 Kim F. Storm <storm@cua.dk>
9345
9346 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9347
9348 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9349
9350 * progmodes/make-mode.el (makefile-browser-map)
9351 (makefile-mode-syntax-table): Move initialization inside declaration.
9352 (makefile-fill-paragraph): Use the default comment-filling code.
9353
9354 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9355
9356 * replace.el (query-replace-defaults): New variable.
9357 (query-replace-read-from): Use `query-replace-defaults' for
9358 default value, instead of history list.
9359 (query-replace-read-to): Update `query-replace-defaults'.
9360
9361 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9362
9363 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9364 with no X toolkit.
9365
9366 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9367
9368 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9369 (tumme-show-all-from-dir): Add autoload.
9370
9371 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9372
9373 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9374 (tumme-remove-tag): Fix bug.
9375
9376 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9377
9378 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9379 FOOTER args. Update unique caller.
9380 (ewoc-delete): Compute last node once before looping.
9381 (ewoc--node-branch): Merge into unique caller.
9382 (ewoc--node): Don't define constructor make-ewoc--node for this
9383 structure.
9384 (ewoc): Add member `hf-pp' to this structure.
9385 (ewoc--wrap): New func.
9386 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9387 header/footer pretty-printers. Save header/footer pretty-printer.
9388 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9389
9390 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9391
9392 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9393
9394 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9395 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9396 Tag'. Change "Compare directories..." to "Change Directories...".
9397 Move tumme commands to Operate, Regexp and Immediate menus.
9398 Change "Add Comment" to "Add Image Comment". Change "Add Image
9399 Tag" to "Add Image Tags".
9400
9401 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9402 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9403 `tumme-delete-tag'.
9404
9405 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9406
9407 * shell.el (shell-mode): Call shell-dirtrack-mode after
9408 list-buffers-directory is made a local variable, to avoid setting
9409 the default value.
9410
9411 2006-05-26 Kevin Ryde <user42@zip.com.au>
9412
9413 * info.el (Info-index-next): Use where-is-internal to report
9414 actual binding of Info-index-next, rather than hard-coded `,'.
9415
9416 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9417
9418 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9419 and "Find Command in Manual" to here.
9420
9421 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9422 Info-current-file as the file name.
9423
9424 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9425
9426 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9427 overrides will now be done a different way.
9428 (ses-set-parameter): Reapply this function for undo.
9429 (ses-set-header-row): Reconstruct header row during undo.
9430 (ses-widen): New function.
9431 (ses-goto-data, ses-reconstruct-all): Use new function.
9432 (ses-command-hook): Widen buffer during undo, before unupdating
9433 the cells.
9434 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9435 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9436 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9437 formula hasn't been executed yet.
9438
9439 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9440
9441 * comint.el (comint-kill-whole-line): Rename arg to count.
9442 Fix doc string.
9443
9444 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9445
9446 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9447 to copy-file.
9448
9449 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9450
9451 * simple.el (toggle-truncate-lines): Make arg optional for
9452 backward compatibility.
9453
9454 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9455
9456 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9457 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9458 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9459 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9460 (ewoc--adjust): Use ewoc--current-dll.
9461 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9462
9463 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9464
9465 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9466 compact error message.
9467 (org-tags-view): Refresh category table in each file.
9468 (org-table-justify-field-maybe): Remove superfluous arguments to
9469 `format'.
9470 (org-export-as-html): Insert "<p>" before postamble.
9471 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9472
9473 2006-05-26 Kenichi Handa <handa@m17n.org>
9474
9475 * textmodes/po.el (po-find-charset): Pay attention to the case
9476 FILENAME is a cons (NAME . BUFFER).
9477 (po-find-file-coding-system-guts): Likewise.
9478
9479 * arc-mode.el (archive-set-buffer-as-visiting-file):
9480 Call find-operation-coding-system with (FILENAME . BUFFER).
9481
9482 * tar-mode.el (tar-extract): Call find-operation-coding-system
9483 with (FILENAME . BUFFER).
9484
9485 * international/mule.el (decode-coding-inserted-region):
9486 Call find-operation-coding-system with (FILENAME . BUFFER).
9487
9488 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9489
9490 * image-mode.el (image-toggle-display): Use buffer contents to
9491 generate image for a remote file.
9492
9493 2006-05-25 Juri Linkov <juri@jurta.org>
9494
9495 * replace.el (query-replace-read-from, query-replace-read-to):
9496 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9497
9498 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9499
9500 * whitespace.el (whitespace-cleanup): Change to cleanup
9501 region if one is active.
9502 * whitespace.el (whitespace-cleanup-internal): New internal method.
9503
9504 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9505
9506 * dired.el (dired-mode-map): Add help-echo strings to tumme
9507 commands. Bind `tumme-dired-display-image' to C-t i.
9508
9509 * tumme.el (tumme-display-image): Change documentation string slightly.
9510 (tumme-dired-display-image): Add call to `display-buffer'.
9511
9512 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9513
9514 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9515 Signal error if RAW-DATA is a multibyte string.
9516
9517 2006-05-24 Richard Stallman <rms@gnu.org>
9518
9519 * subr.el (with-local-quit): When handling `quit' signal,
9520 make a chance for quit-flag to cause a quit.
9521
9522 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9523 (ad-disable-advice): Add autoloads.
9524
9525 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9526
9527 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9528
9529 * dired.el (dired-mode-map): Change menu items for tumme as per
9530 suggestions in emacs-devel.
9531
9532 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9533
9534 * dired.el (dired-mode-map): Fix breakage.
9535
9536 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9537
9538 * tumme.el (tumme-display-dired-image): Rename to...
9539 (tumme-dired-display-image): ...this.
9540 (tumme-track-movement): Change default value to t.
9541 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9542 used from `tumme-next-line-and-display' and similar commands.
9543
9544 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9545 Immediate menu. Add some tumme commands there.
9546
9547 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9548
9549 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9550
9551 2006-05-24 Chong Yidong <cyd@mit.edu>
9552
9553 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9554 menu entries that open submenus.
9555
9556 2006-05-24 Alan Mackenzie <acm@muc.de>
9557
9558 * startup.el (command-line): For names of preloaded files, don't
9559 append ".elc" (now done in Fload), and call file-truename on the
9560 lisp directory.
9561
9562 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9563 match ANY loaded file with the right name, not just those in
9564 load-path. Put a regexp matching the file name into
9565 after-load-alist, rather than the name itself.
9566
9567 * subr.el (load-history-regexp, load-history-filename-element)
9568 (do-after-load-evaluation): New functions.
9569
9570 * international/mule.el (load-with-code-conversion): Do the
9571 eval-after-load stuff by calling do-after-load-evaluation.
9572
9573 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9574
9575 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9576 has not been killed.
9577
9578 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9579
9580 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9581 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9582 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9583 Optionally set error message in reply.
9584
9585 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9586
9587 * textmodes/org.el (org-open-at-point): Use renamed variable
9588 `org-confirm-shell-link-function'.
9589 (org-confirm-shell-link-function): Rename from
9590 `org-confirm-shell-links'.
9591 (org-export-directory): New function.
9592 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9593 (org-export-icalendar): Use `org-export-directory'.
9594 (org-indent-item): Keep cursor position.
9595 (org-link-file-path-type): New option.
9596 (org-export-as-html): Fix bug with plain lists starting in
9597 column 0.
9598 (org-export-as-html): Remove deadline formatting, this happens
9599 now already in `org-html-handle-time-stamps'.
9600 (org-export-html-style): Deadline class removed.
9601 (org-insert-labeled-timestamps-at-point): New option.
9602 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9603 of `hide-sublevels 1', in case the first headline is not level 1.
9604 (org-overview, org-content): New fuction.
9605 (org-cycle-global-status, org-cycle-subtree-status): Make these
9606 variables buffer-local.
9607 (org-global-cycle): New command.
9608 (org-shifttab): Use `org-global-cycle'.
9609 (org-insert-heading, org-insert-item): Go to end of new
9610 headline/item after creating it.
9611 (org-export-visible): Rename from `org-export-copy-visible'.
9612 Now creates a temporary org-file and applies an exporting command
9613 to it.
9614 (org-table-eval-formula): Support for lisp forms.
9615 (org-agenda-todo-ignore-scheduled): New option.
9616 (org-agenda-get-todos): Use new option
9617 `org-agenda-todo-ignore-scheduled'.
9618 (org-export-html-inline-images): New value `maybe'.
9619 (org-export-as-html): Inlining of images dependent on link description.
9620 (org-archive-subtree): Check for end-of-buffer before trying
9621 `kill-line'.
9622 (org-agenda-follow-mode): New option.
9623 (org-export-with-tags, org-export-with-timestamps): New options.
9624 (org-html-handle-time-stamps): New function.
9625 (org-keyword-time-regexp): New variable.
9626 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9627 (org-agenda-todo-list-sublevels): New option.
9628 (org-html-level-start): When TITLE is nil, just close all levels.
9629 (org-parse-key-lines, org-parse-export-options): Remove functions,
9630 replaced by `org-infile-export-plist'.
9631 (org-combine-plists, org-infile-export-plist)
9632 (org-default-export-plist): New functions.
9633 (org-export-html-preamble, org-export-html-postamble)
9634 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9635 New variables.
9636 (org-export-publishing-directory): New option.
9637 (org-export-as-html, org-export-as-ascii): Use the new property
9638 lists for settings.
9639 (org-export-copy-visible, org-export-as-xoxo):
9640 Respect `org-export-publishing-directory'.
9641 (org-link-search, org-store-link, org-file-apps): Support for
9642 links to BibTeX database entries..
9643 (org-get-current-options, org-set-regexps-and-options):
9644 Implement logging as a startup option.
9645 (org-store-link): Make sure context string is never empty
9646 (org-insert-link): Use relative path when possible.
9647 (org-at-item-checklet-p): New function.
9648 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9649 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9650 (org-metaright, org-metaup, org-metadown, org-shiftup)
9651 (org-shiftdown, org-shiftright, org-shiftleft)
9652 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9653 Dispatch using `call-interactively'.
9654 (org-call-with-arg): New defsubst.
9655 (org-tag-alist, org-use-fast-tag-selection): New options.
9656 (org-complete): Use `org-tag-alist'.
9657 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9658 (org-next-item, org-previous-item): New commands.
9659 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9660 make command.
9661 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9662
9663 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9664
9665 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9666 (ewoc-filter): Use `ewoc-delete'.
9667
9668 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9669
9670 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9673 Signal more user-friendly error messages.
9674
9675 * complete.el (PC-do-completion): Undo the addition of implicit
9676 wildcards if they did not lead to finding any match.
9677 (read-file-name-internal): Don't add the final > if the completion is
9678 not finished.
9679
9680 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9681
9682 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9683 Quote safe-local-variable predicate.
9684
9685 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9686
9687 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9688
9689 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9690
9691 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9692
9693 * progmodes/make-mode.el (makefile-special-targets-list)
9694 (makefile-macro-table, makefile-target-table): Mark as risky.
9695 (makefile-query-one-target-method): Make this the alias for the
9696 following variable.
9697 (makefile-query-one-target-method-function): Make this the real name.
9698
9699 * textmodes/artist.el (artist-text-renderer): Make this the alias
9700 for the following variable.
9701 (artist-text-renderer-function): Make this the real name.
9702
9703 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9704 the alias for the following variable.
9705 (flyspell-generic-check-word-predicate): Make this the real name.
9706
9707 * textmodes/ispell.el (ispell-format-word): Make this the alias
9708 for the following variable.
9709 (ispell-format-word-function): Make this the real name.
9710 (ispell-message-text-end): Mark as risky.
9711
9712 * skeleton.el (skeleton-transformation, skeleton-filter)
9713 (skeleton-pair-filter): Make these the aliases for the following
9714 variables.
9715 (skeleton-transformation-function, skeleton-filter-function)
9716 (skeleton-pair-filter-function): Make these the real names.
9717
9718 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9719 and skeleton-pair-filter-function.
9720
9721 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9722 alias for the following variable.
9723 (sgml-transformation-function): Make this the real name.
9724 (sgml-tag-alist): Mark as risky.
9725
9726 2006-05-21 Richard Stallman <rms@gnu.org>
9727
9728 * simple.el (kill-region): Interactively, pass point, then mark.
9729
9730 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9731
9732 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9733
9734 2006-05-21 Romain Francoise <romain@orebokech.com>
9735
9736 * dired-x.el (dired-mode-map): Don't bind M-g.
9737
9738 2006-05-20 Richard Stallman <rms@gnu.org>
9739
9740 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9741 (dired-goto-file): Doc fix.
9742
9743 2006-05-21 Kim F. Storm <storm@cua.dk>
9744
9745 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9746 way to enable built-in cua-mode if user loads older CUA-mode package.
9747
9748 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9749 if default-filename is specified.
9750
9751 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9752
9753 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9754
9755 * info.el (info-apropos): Make sure current-file and current-node
9756 have non-nil values. Speed up by using add-to-list instead of
9757 manual consing.
9758
9759 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9760
9761 * progmodes/make-mode.el (makefile-mode): Doc fix.
9762
9763 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9764
9765 * dired-aux.el (dired-do-shell-command): Doc fix.
9766
9767 2006-05-20 Kevin Ryde <user42@zip.com.au>
9768
9769 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9770 ``(custom-manual :tag "Foo" "(foo)Node")''.
9771
9772 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9773
9774 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9775 value is an integer.
9776
9777 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9778
9779 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9780 "format".
9781 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9782
9783 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9784
9785 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9786 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9787
9788 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9789
9790 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9791 regexp for keywords.
9792
9793 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9794
9795 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9796 replace-regexp-in-string.
9797
9798 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9799 encode, and escape file name on conversion to URL.
9800
9801 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9802
9803 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9804 Don't unescape URL.
9805 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9806
9807 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9808 on conversion to URLs.
9809
9810 * net/browse-url.el (browse-url-file-url): Encode file name on
9811 conversion to URL.
9812
9813 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9814 conversion to URL.
9815
9816 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9817
9818 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9819
9820 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9821
9822 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9823 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9824
9825 2006-05-19 Glenn Morris <rgm@gnu.org>
9826
9827 * calendar/diary-lib.el (diary-bahai-date)
9828 (list-bahai-diary-entries, mark-bahai-diary-entries)
9829 (mark-bahai-calendar-date-pattern): Not interactive.
9830 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9831 (diary-entries-list): Change format of 4th element in each entry.
9832 (diary-list-entries): Use add-to-diary-list.
9833 (diary-goto-entry): Handle the case where the buffer visiting the
9834 diary has been killed.
9835 (fancy-diary-display): Add 'locator to button rather than 'marker.
9836 Only generate temp-face when there are marks to apply.
9837 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9838 (diary-fancy-date-pattern): New variable.
9839 (diary-time-regexp): Doc fix.
9840 (diary-anniversary, diary-time): New faces.
9841 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9842 diary-time-regexp. Add font-lock-multiline property where needed.
9843 Use new faces diary-anniversary and diary-time.
9844 (diary-fancy-font-lock-fontify-region-function): New function, to
9845 handle multiline font-lock pattern in fancy diary.
9846 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9847 (diary-font-lock-keywords): Tweak time regexp. Use new face
9848 diary-time.
9849
9850 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9851
9852 * international/code-pages.el (mik): Table corrected.
9853
9854 2006-05-18 Kim F. Storm <storm@cua.dk>
9855
9856 * progmodes/grep.el (grep-find): Don't check grep-find-command
9857 before running command (breaks non-interactive usage).
9858
9859 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9860
9861 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9862 (ewoc--insert-new-node): Don't insert trailing newline.
9863 Instead, adjust successor nodes's start markers.
9864 (ewoc--refresh-node): Delete all text from current node's start
9865 marker to the next one's; adjust successor nodes's start markers.
9866 (ewoc--create): Doc fixes.
9867 (ewoc--refresh): Don't insert newline.
9868 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9869 * pcvs.el (cvs-make-cvs-buffer):
9870 Specify extra newline for ewoc's header and footer.
9871 (cvs-update-header): Update initial header recognition.
9872 Append newline to final header and footer values.
9873 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9874
9875 2006-05-17 Richard Stallman <rms@gnu.org>
9876
9877 * files.el (file-name-extension): Doc fix.
9878
9879 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9882 we can explicitly enable/disable rather than toggle.
9883 (shell-mode): Use it.
9884 (shell-cd): Don't try to reproduce what `cd' does.
9885
9886 2006-05-17 Kim F. Storm <storm@cua.dk>
9887
9888 * ido.el (ido-read-internal): Use only nondirectory part of
9889 default item.
9890
9891 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9892
9893 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9894 (ewoc-nth): Doc fix.
9895
9896 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9897
9898 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9899
9900 * international/mule.el (auto-coding-alist): Add .lha to files
9901 read with no-conversion.
9902
9903 * files.el (auto-mode-alist): Add .lha files to archive file
9904 extensions.
9905
9906 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9907 Convert csize to integer when computing offsets within the
9908 compressed archive file.
9909
9910 2006-05-16 Kim F. Storm <storm@cua.dk>
9911
9912 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9913 with read-from-minibuffer.
9914
9915 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9916
9917 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9918 (byte-compile-warnings): Fix safe-local-variable property.
9919
9920 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9921
9922 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9923 (allout-stylish-prefixes, allout-numbered-bullet)
9924 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9925 predicates to qualify `safe-local-variable' property, when
9926 available, else use equivalent lambda.
9927 (allout-current-topic-collapsed-p): Do the right thing regarding
9928 trailing blank lines.
9929
9930 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * server.el (server-start): Only create a directory if needed.
9933 (server-edit, server-unload-hook): server-start => server-mode.
9934 (kill-emacs-hook): Cleanup upon exit.
9935
9936 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * hexl.el (hexlify-buffer): Encode process arguments manually.
9939
9940 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9941
9942 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9943 call to gdb-tooltip-print.
9944
9945 2006-05-15 Romain Francoise <romain@orebokech.com>
9946
9947 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9948 systems, default to "tar" since those systems probably have GNU tar.
9949
9950 2006-05-14 Lars Hansen <larsh@soem.dk>
9951
9952 * desktop.el (desktop-missing-file-warning): Fix docstring.
9953 (desktop-restore-file-buffer): Correct question asked on missing file.
9954
9955 2006-05-14 Kim F. Storm <storm@cua.dk>
9956
9957 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9958 Add CUA move property.
9959
9960 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9961
9962 * custom.el (custom-push-theme): Load the variable before checking
9963 its `standard-value'.
9964
9965 2006-05-13 Lars Hansen <larsh@soem.dk>
9966
9967 * desktop.el (desktop-save): Use with-temp-buffer.
9968
9969 2006-05-12 Glenn Morris <rgm@gnu.org>
9970
9971 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9972 * calendar/calendar.el (calendar-mode-map):
9973 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9974 * calendar/appt.el (appt-check, appt-make-list): Refer to
9975 diary-view-entries, diary-list-entries, diary-show-all-entries
9976 rather than obsolete aliases.
9977
9978 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9979
9980 * simple.el (line-move-finish): Avoid calling point motion hooks
9981 while processing intangibility.
9982
9983 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9984
9985 * term/xterm.el (terminal-init-xterm): Fix typo.
9986
9987 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9988
9989 * allout.el (allout-view-change-hook): Mark as being deprecated,
9990 to be replaced by `allout-exposure-change-hook'.
9991 (allout-exposure-change-hook): New, replacing
9992 `allout-view-change-hook'.
9993 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9994 in addition to `allout-view-change-hook'.
9995 (allout-show-bodies, allout-old-style-prefixes)
9996 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9997 lambda forms to prevent their showing up in variable help
9998 presentations as inscrutable byte-compiled code.
9999 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
10000 Use string-or-null-p to qualify safe-local-variable values.
10001 (allout-reindent-bodies): Use memq to qualify matches against
10002 valid safe-local-variable values. Also, quote the lambda as above.
10003 (allout-use-mode-specific-leader): Add missing candidate-value
10004 symbols, use memq, and quote the lambda.
10005 (allout-overlay-interior-modification-handler): Remove unused
10006 variables `msg' and 'opened'.
10007 (allout-hidden-p): Constrain invisibility consideration to allout's
10008 invisibility spec, disregarding invisibility for other reasons.
10009
10010 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
10011
10012 * files.el (version-control): Correct safe values.
10013
10014 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
10015
10016 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10017
10018 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10019 (ewoc--insert-new-node): New func.
10020 Update callers of deleted funcs to use it, instead.
10021
10022 2006-05-11 Glenn Morris <rgm@gnu.org>
10023
10024 * calendar/calendar.el (diary-show-all-entries): Do not refer to
10025 obsolete alias `show-all-diary-entries'.
10026 (make-diary-entry): Not interactive.
10027 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10028 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10029 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10030 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10031 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10032 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10033
10034 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10035
10036 * calendar/calendar.el (calendar-french-date-string)
10037 (calendar-mayan-date-string, calendar-chinese-date-string)
10038 (calendar-astro-date-string, calendar-iso-date-string)
10039 (calendar-islamic-date-string, calendar-bahai-date-string)
10040 (calendar-hebrew-date-string, calendar-coptic-date-string)
10041 (calendar-ethiopic-date-string, calendar-persian-date-string):
10042 These functions are not interactive.
10043
10044 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
10045
10046 * files.el: Balance parentheses.
10047
10048 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10049
10050 * files.el, newcomment.el, outline.el, simple.el,
10051 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10052 * progmodes/cc-vars.el, progmodes/compile.el:
10053 Move `safe-local-variable' declarations to the respective files.
10054
10055 * help-fns.el (describe-variable): Don't print safe-var if it is
10056 byte-code. Improve wording as suggested by Luc Teirlinck.
10057
10058 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10059
10060 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10061 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10062 Use a token for pending-triggers to ensure gdb-var-update
10063 gets called once per user input again for pre-GDB 6.4.
10064 (gdb-var-delete): Match on more complex expressions.
10065 (gdb-var-list-children-handler, gdb-var-create-handler):
10066 Use a token for consistency.
10067
10068 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
10069
10070 * textmodes/org.el (org-read-date, org-goto-calendar)
10071 (org-agenda-goto-calendar):
10072 Bind `view-calendar-holidays-initially' to nil.
10073
10074 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10075
10076 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10077 Update all callers to do it there, instead.
10078
10079 2006-05-10 Glenn Morris <rgm@gnu.org>
10080
10081 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10082 prefix arg case, to avoid view-diary-entries-initially error.
10083 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10084 (calendar-date-is-legal-p): Handle dates with no day part.
10085
10086 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10087
10088 * comint.el (comint-insert-input): Just make it when
10089 comint-use-prompt regexp is nil (default) and with the mouse.
10090 (comint-copy-old-input): Reinstate from 2004-06-23.
10091 (comint-mode-map): Bind C-c C-m to it.
10092
10093 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
10094
10095 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10096 Remove spurious move to point-max (new comint behavior fixes).
10097
10098 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10099 compatibility function (Emacs 18/19).
10100 (idlwave-is-continuation-line): Always return point at start of
10101 previous non-blank continuation line.
10102 (keyword-parameters): Fix continued comment font-lock matcher.
10103 (idlwave-font-lock-fontify-region): Written, use as
10104 font-lock-fontify-region-function, to fix continued keyword
10105 fontification issues.
10106
10107 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10108
10109 * term/mac-win.el (mac-font-panel-mode): Doc fix.
10110 (mac-service-selection, mac-service-open-file)
10111 (mac-service-open-selection, mac-service-mail-selection)
10112 (mac-service-mail-to, mac-service-insert-text): Rename from
10113 mac-services-*. All uses changed.
10114 (mac-apple-event-map): Rename event symbol `services' to `service'.
10115
10116 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
10117
10118 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10119 (ewoc--node-enter-first, ewoc--node-enter-last)
10120 (ewoc--delete-node-internal): Merge funcs into unique callers.
10121
10122 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
10123
10124 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10125 return value of read-from-minibuffer for empty input.
10126
10127 2006-05-09 Miles Bader <miles@gnu.org>
10128
10129 * comint.el (comint-insert-input): Remove redundant calls to setq
10130 and goto-char.
10131
10132 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
10133
10134 * comint.el (comint-insert-input): Make it work when
10135 comint-use-prompt-regexp is t.
10136
10137 2006-05-10 Miles Bader <miles@gnu.org>
10138
10139 * subr.el (field-at-pos): New function.
10140
10141 * comint.el (comint-insert-input): Use it.
10142
10143 2006-05-09 Juri Linkov <juri@jurta.org>
10144
10145 * battery.el (battery-linux-proc-acpi): Also try
10146 `/proc/acpi/thermal_zone/THR2/temperature'.
10147
10148 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10149 for now unused lambda `string-or-null'.
10150
10151 * add-log.el (change-log-default-name): Put `string-or-null-p'
10152 instead of lambda on `safe-local-variable' property.
10153
10154 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10155 `region-end' instead of `mark' and `point'.
10156 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10157 Operate on region in Transient Mark mode when the mark is active.
10158 Use `region-beginning' and `region-end' instead of `mark' and
10159 `point'.
10160 (diff-hunk-text, diff-goto-source): Doc fix.
10161
10162 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10163 face `mode-line-buffer-id' for mode-line buffer face instead of
10164 hard-coded `(:weight bold)'.
10165
10166 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10167 buffer-undo-list to t (undo-ask is reproducible by visiting
10168 nested archives).
10169
10170 2006-05-09 Kim F. Storm <storm@cua.dk>
10171
10172 * progmodes/grep.el (rgrep): Set default directory of *grep*
10173 buffer if we start M-x rgrep in the *grep* buffer and choose
10174 a different base directory.
10175
10176 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10177
10178 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10179 completion also when ido is loaded.
10180
10181 2006-05-09 Masatake YAMATO <jet@gyve.org>
10182
10183 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10184 "warning" and "import".
10185 (cpp-font-lock-keywords): Added "warning".
10186
10187 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10188
10189 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10190
10191 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10194 pages at a time, if we signal the end, we should indeed reach that end.
10195
10196 2006-05-08 David Reitter <david.reitter@gmail.com>
10197
10198 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10199 output during execution of the body.
10200
10201 2006-05-08 Kim F. Storm <storm@cua.dk>
10202
10203 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10204
10205 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10206
10207 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10208 Use with-current-buffer.
10209
10210 2006-05-07 Kim F. Storm <storm@cua.dk>
10211
10212 * subr.el (add-to-history): Remove keep-dups arg.
10213
10214 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10215 to nil around call to add-to-history.
10216
10217 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10220 than after a buffer modification.
10221
10222 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10223
10224 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10225 call to...
10226 (gud-watch): ...here so speedbar is raised for already watched
10227 expressions.
10228 (gdb-speedbar-refresh): Delete function.
10229 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10230 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10231 earlier change).
10232 (gdb-var-evaluate-expression-handler)
10233 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10234
10235 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10236 Update localized contents for all buffers except ignored modes.
10237
10238 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10239
10240 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10241 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10242 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10243 (mac-handle-font-panel-closed, mac-handle-font-selection):
10244 New functions.
10245 (mac-font-panel-mode): New minor mode.
10246 (mac-apple-event-map): Add bindings for toolbar toggle button and
10247 font panel.
10248 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10249
10250 2006-05-07 John Paul Wallington <jpw@pobox.com>
10251
10252 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10253 Avoid `regexp-opt'; simplify regexp for readability.
10254
10255 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10256
10257 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10258 * files.el (buffer-stale-function):
10259 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10260 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10261 links to the main manual, not to emacs-xtra.
10262
10263 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10264
10265 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10266 MacJapanese if text is ASCII-only.
10267
10268 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10269
10270 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10271 unless so nil isn't returned.
10272 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10273
10274 2006-05-06 Kim F. Storm <storm@cua.dk>
10275
10276 * subr.el (add-to-history): New function.
10277
10278 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10279 (ediff-merge-files-with-ancestor):
10280 * env.el (setenv):
10281 * isearch.el (isearch-update-ring):
10282 * server.el (server-visit-files):
10283 * progmodes/grep.el (lgrep, rgrep):
10284 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10285 * progmodes/xscheme.el (xscheme-insert-expression):
10286 Use add-to-history.
10287
10288 * kmacro.el (kmacro-push-ring): Use add-to-history.
10289 (kmacro-ring-length): Remove unused defun.
10290 (kmacro-start-macro): Use kmacro-push-ring.
10291
10292 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10293
10294 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10295 directly instead of a lambda expression that calls it.
10296
10297 2006-05-06 Kim F. Storm <storm@cua.dk>
10298
10299 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10300 instead of compute-motion.
10301
10302 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10303
10304 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10305 change.
10306
10307 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10308
10309 * startup.el (command-line-1): Refer to "Pure Storage" on
10310 pure-space-overflow.
10311
10312 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10313
10314 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10315 provided faces once they all have been used up.
10316
10317 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10318
10319 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10320 reference to the Lisp manual to the warning about pure space
10321 overflow.
10322
10323 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10324
10325 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10326 argument to avoid the call to `ispell-internal-change-dictionary'
10327 when not needed.
10328 (ispell-change-dictionary): Use this argument and call
10329 `ispell-internal-change-dictionary' after the possible change
10330 to `ispell-local-dictionary'.
10331 (ispell-internal-change-dictionary): Check for a change in
10332 personal dictionary use too.
10333
10334 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10335
10336 * startup.el (command-line): On MS-Windows, probe "~", not
10337 "~USER", for warning about non-existent home directory
10338
10339 * arc-mode.el (archive-l-e): New optional argument `float' means
10340 generate a float value.
10341 (archive-arc-summarize, archive-lzh-summarize)
10342 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10343 with 3rd argument non-nil when file's size is being computed.
10344 Format the file sizes with %8.0f instead of %8d.
10345
10346 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10347
10348 * cus-start.el (all): Add mac-dnd-known-types.
10349
10350 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10351 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10352 (mac-TIFF-to-string): New functions.
10353 (x-get-selection, x-selection-value)
10354 (mac-select-convert-to-string): Use them.
10355 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10356 (mac-dnd-types-alist): New customization variable.
10357 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10358 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10359 (mac-dnd-handle-drag-n-drop-event): New functions.
10360 (mac-drag-n-drop): Remove function.
10361 (global-map): Bind drag-n-drop and M-drag-n-drop to
10362 mac-dnd-handle-drag-n-drop-event.
10363
10364 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10365
10366 * progmodes/perl-mode.el (perl-beginning-of-function):
10367 Skip anonymous subs.
10368
10369 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10370
10371 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10372 regexp-opt at run time.
10373
10374 * term.el (term-handle-ansi-escape): Fix off by one error.
10375
10376 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10377
10378 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10379 (gdb-init-1, gdb-post-prompt): ...and references to it.
10380 (gdb-frame-handler): Strip directory name from filename if present.
10381
10382 * progmodes/gud.el (gdb-force-update): Delete defvar
10383 (gud-speedbar-buttons): ...and references to it. Use window-start
10384 to try to keep positon in watch expression.
10385
10386 2006-05-03 Richard Stallman <rms@gnu.org>
10387
10388 * simple.el (next-history-element, previous-history-element): Doc fix.
10389
10390 * isearch.el (isearch-update-ring): Doc fix.
10391
10392 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10393
10394 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10395 into consideration. Replace one arm ifs with whens.
10396
10397 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10398
10399 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10400 (menu): Fix typo.
10401
10402 2006-05-02 Miles Bader <miles@gnu.org>
10403
10404 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10405
10406 2006-05-02 Jay Belanger <belanger@truman.edu>
10407
10408 * calc/calc-embed.el (calc-override-minor-modes-map)
10409 (calc-override-minor-modes): New variables.
10410 (calc-do-embedded): Make sure that Calc keystrokes aren't
10411 overwritten by minor modes.
10412
10413 2006-05-02 Chong Yidong <cyd@mit.edu>
10414
10415 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10416
10417 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10418
10419 * startup.el (command-line-1): Refer to Lisp manual when
10420 pure-space-overflow occurs.
10421
10422 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10423 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10424 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10425 (version-control): Don't use `t' for safe-local-variable declarations.
10426
10427 2006-05-01 Richard Stallman <rms@gnu.org>
10428
10429 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10430 M-r, M-R, M-A, M-SPC or M-DEL.
10431 (diff-mode-map): diff-refine-hunk now on C-c C-w
10432 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10433
10434 * help-mode.el (help-mode): view-exit-action calls delete-window
10435 only when it is safe and possible.
10436
10437 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10438 in messages.
10439
10440 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10441
10442 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10443 in the default tool-bar-map.
10444
10445 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * net/tramp.el (tramp-completion-file-name-handler-alist)
10448 (tramp-run-real-handler, tramp-completion-run-real-handler)
10449 (tramp-completion-handle-file-name-all-completions)
10450 (tramp-completion-handle-file-name-completion): Autoload them.
10451 (tramp-completion-handle-file-exists-p)
10452 (tramp-completion-handle-file-name-directory)
10453 (tramp-completion-handle-file-name-nondirectory)
10454 (tramp-completion-handle-expand-file-name): Remove them.
10455 (tramp-handle-file-name-directory): Return the real directory name.
10456 Returning "/" only doesn't need to be necessary any longer.
10457 (tramp-file-name-handler): Make special attention when in hostname
10458 completion mode.
10459 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10460 (tramp-register-file-name-handlers):
10461 Register `tramp-completion-file-name-handler' only when
10462 `partial-completion-mode' is enabled.
10463 (tramp-completion-handle-file-name-all-completions):
10464 Delete directory part from results.
10465 (tramp-get-completion-methods, tramp-get-completion-user-host):
10466 Discard deleting "/", it doesn't work after the change of
10467 `tramp-handle-file-name-directory' above.
10468
10469 2006-05-01 Kim F. Storm <storm@cua.dk>
10470
10471 * progmodes/grep.el (grep-expand-template): Use save-match-data
10472 and symbol-value.
10473
10474 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10475
10476 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10477 Use select-frame-set-input-focus instead of raise-frame.
10478 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10479
10480 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10481
10482 * progmodes/gud.el (gud-def): Add %c case.
10483 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10484 (gud-format-command): Make match case sensitive. Match on %F.
10485
10486 2006-04-30 Glenn Morris <rgm@gnu.org>
10487
10488 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10489 (cal-tex-preamble): Use cal-tex-preamble-extra.
10490 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10491 than alias `list-diary-entries'.
10492
10493 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10494
10495 * help-fns.el (describe-variable): Add info about safe local variables.
10496
10497 2006-04-29 Richard Stallman <rms@gnu.org>
10498
10499 * bindings.el (mode-line-format): help-echo doc fixes.
10500
10501 * net/tramp.el (tramp-file-name-handler-alist): Delete
10502 expand-file-name and other operations that can cause spurious loading.
10503
10504 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * files.el (safe-local-variable-p): Remove support for the special
10507 value t.
10508
10509 * textmodes/paragraphs.el (sentence-end-without-space):
10510 Fix safety predicate.
10511 (sentence-end-double-space, sentence-end-without-period)
10512 (paragraph-ignore-fill-prefix):
10513 * textmodes/fill.el (colon-double-space):
10514 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10515
10516 * subr.el (booleanp): New fun.
10517
10518 * textmodes/reftex-vars.el (reftex-guess-label-type):
10519 Tighten the safety predicate.
10520
10521 2006-04-28 Kim F. Storm <storm@cua.dk>
10522
10523 * progmodes/grep.el (defgroup grep): Doc fix.
10524 (grep-auto-highlight): Remove.
10525 (grep-template): New defcustom.
10526 (grep-find-template): Rename from grep-tree-template.
10527 (grep-files-aliases): Rename from grep-tree-files-aliases.
10528 Remove "all" alias, add "l" alias.
10529 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10530 (grep-find-ignored-directories): New defcustom to replace
10531 grep-tree-ignore-CVS-directories, to facilitate ignoring
10532 subdirectories for multiple version control systems.
10533 (grep-mode-map): Add Recursive grep item to GREP menu.
10534 (grep-regexp-history, grep-files-history): New defvars.
10535 (grep-probe): New helper function.
10536 (grep-compute-defaults): Use it to simplify code.
10537 Adapt to name changes.
10538 Use `.' as base in grep-find-template rather than <D>.
10539 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10540 Call grep-compute-defaults unconditionally.
10541 (grep-expand-keywords): New defconst.
10542 (grep-expand-template): Rename from grep-expand-command-macros.
10543 Simplify via grep-expand-keywords. Look at case-fold-search instead
10544 of grep-tree-ignore-case to add -i option.
10545 Bind case-fold-search to nil while matching keywords.
10546 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10547 (grep-read-regexp, grep-read-files): New helper functions.
10548 (rgrep): Rename from grep-tree. Rework to use proper histories.
10549 Adapt to changes in defcustoms and functions above.
10550 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10551
10552 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10553
10554 * net/tramp.el (tramp-completion-file-name-handler):
10555 Disable Tramp's functionality while loading Tramp itself.
10556 (tramp-register-file-name-handlers): That's a defsubst now.
10557 Code from `tramp-repair-jka-compr' moved here. Apply it via
10558 `after-init-hook'.
10559 (tramp-repair-jka-compr): Remove.
10560
10561 2006-04-27 Jay Belanger <belanger@truman.edu>
10562
10563 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10564 read expression when `math-read-big-expr' doesn't work.
10565
10566 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10567
10568 * startup.el (command-line-1): Display warning when
10569 pure-space-overflow is non-nil.
10570
10571 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10572
10573 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10574 risky.
10575
10576 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10577
10578 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10579 Return the URL or nil if none can be generated.
10580
10581 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10582
10583 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10584 byte compiler warnings.
10585 (gud-basic-call, gud-find-expr): Let user select an expression
10586 for printing. Print expression as well as value in GUD buffer.
10587
10588 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10589
10590 * allout.el: Remove local autoload declaration for
10591 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10592 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10593 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10594 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10595 (allout-stylish-prefixes, allout-numbered-bullet)
10596 (allout-file-xref-bullet, allout-presentation-padding)
10597 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10598 safe-local-variable with suitable value spec, and add autoload
10599 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10600 (move-beginning-of-line, move-end-of-line): Repair so these compat
10601 functions now actually resituate the point, when appropriate.
10602
10603 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10606
10607 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10608 (add-log-iso8601-time-string): Fix call to format-time-string.
10609
10610 2006-04-26 Kim F. Storm <storm@cua.dk>
10611
10612 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10613
10614 2006-04-26 Masatake YAMATO <jet@gyve.org>
10615
10616 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10617 Add support for "//" style comments. Remove `b' flag
10618 from ?* in `asm-mode-syntax-table'.
10619
10620 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * follow.el: Use (featurep 'xemacs) everywhere.
10623 (follow-mode): Use define-minor-mode.
10624 (follow-mode-map): Move initialization into the declaration.
10625 Use command remapping.
10626 (follow-emacs-version-xemacs-p): Remove.
10627 (follow-submit-feedback): Remove.
10628
10629 * allout.el (allout-layout, allout-passphrase-verifier-string)
10630 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10631
10632 * textmodes/reftex-vars.el (reftex-vref-is-default)
10633 (reftex-fref-is-default, reftex-guess-label-type):
10634 Tighten up a bit the safety predicate.
10635
10636 * textmodes/paragraphs.el (sentence-end-double-space)
10637 (sentence-end-without-period, sentence-end-without-space)
10638 (page-delimiter, paragraph-ignore-fill-prefix):
10639 Tighten up a bit the safety predicate.
10640
10641 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10642
10643 * progmodes/python.el (python-continuation-line-p)
10644 (python-beginning-of-statement): syntax-ppss may return
10645 a negative depth.
10646 (python-mode): Don't forcefully enable font-lock.
10647
10648 * time-stamp.el (time-stamp-start, time-stamp-end)
10649 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10650
10651 * add-log.el: Remove spurious * in docstrings.
10652 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10653 (add-change-log-entry): Use it here, since it's not specific
10654 to iso8601.
10655 (add-log-iso8601-time-string): Don't use it here any more.
10656 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10657
10658 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10659
10660 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10661
10662 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10663 (rcirc-toggle-low-priority): Doc fix.
10664 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10665 ChanServ regexp.
10666 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10667 #emacs.
10668 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10669 (rcirc-decode-coding-system): Use utf-8 as the default.
10670 (rcirc-multiline-minor-mode): Set the fill-column.
10671 (rcirc-format-response-string): Display bright and dim nicks.
10672 (rcirc-browse-url): Update interactive spec to fill ARG.
10673 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10674 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10675
10676 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10677
10678 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10679 case for @Article, etc.
10680
10681 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10682
10683 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10684 Added with autoload cookie.
10685 (tramp-unload-file-name-handlers): Rename from
10686 `tramp-unload-file-name-handler-alist'.
10687
10688 2006-04-23 Romain Francoise <romain@orebokech.com>
10689
10690 * comint.el (comint-match-partial-filename): Doc fix.
10691
10692 2006-04-21 Glenn Morris <rgm@gnu.org>
10693
10694 * calendar/cal-menu.el (calendar-mode-map): Refer to
10695 `diary-view-entries' rather than alias `view-diary-entries'.
10696 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10697
10698 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10699
10700 * progmodes/antlr-mode.el (antlr-default):
10701 * cus-edit.el (custom-documentation):
10702 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10703 in defface.
10704
10705 2006-04-21 Kim F. Storm <storm@cua.dk>
10706
10707 * image.el (image-type): New defun split out of create-image.
10708 (create-image): Use it.
10709
10710 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10711
10712 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10713 (org-open-at-point): Remove the "...done" message to keep output
10714 in the echo area visible.
10715 (org-export-as-xoxo): Fix call to `indent-region'.
10716
10717 2006-04-21 Kevin Ryde <user42@zip.com.au>
10718
10719 * international/mule.el (keyboard-coding-system): defcustom
10720 info-link fixes: "Specify Coding" has been split, keyboard now in
10721 "Terminal Coding", and "Single-Byte Character Support" is now
10722 "Unibyte Mode".
10723
10724 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10725
10726 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10727 Use font-lock-warning-face for any errors e.g. no stack.
10728 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10729
10730 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10731
10732 * progmodes/sh-script.el (sh-shell): Mark as safe.
10733
10734 * newcomment.el (comment-start, comment-start-skip)
10735 (comment-end-skip, comment-end): Mark as safe.
10736
10737 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10738
10739 * textmodes/org.el (org-deadline-announce): Face removed.
10740 (org-level-faces, org-n-levels): Convert to constant.
10741 (org-compatible-face): New function.
10742 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10743 (org-level-5, org-level-6, org-level-7, org-level-8)
10744 (org-special-keyword, org-warning, org-headline-done, org-link)
10745 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10746 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10747 Face definition revised for better color tty support.
10748 (org-bold-re, org-italic-re, org-underline-re): New constants.
10749 (org-set-font-lock-defaults): Use the new constants.
10750 (org-agenda-highlight-todo): New function.
10751 (org-agenda-todo): Fix bug with point at end of line.
10752 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10753 Fontify TODO keywords.
10754 (org-insert-link): Preserve relative path in ../ links.
10755 (org-export-as-html): Convert links pointing to .org files into
10756 links that will work beteen the exported HTML files.
10757 (org-todo-list): Fix bug when arg=0.
10758 (org-insert-heading): More fine-tuning.
10759
10760 2006-04-19 Romain Francoise <romain@orebokech.com>
10761
10762 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10763 from `rmail-mime-charset-pattern'.
10764
10765 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10766
10767 * progmodes/python.el (python-mode): Fix typo.
10768
10769 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10770
10771 * comint.el (comint-previous-input): Don't clobber input line
10772 when moving off either end of the input history ring.
10773 (comint-delete-input): New function, used by
10774 `comint-previous-input' and others.
10775 (comint-previous-matching-input):
10776 Use `coming-delete-input'. Save the partial input if leaving the
10777 edit line. Goto point-max before deleting input to avoid
10778 partial input fragments hanging around.
10779 (comint-restore-input): New function, used by `comint-previous-input'.
10780
10781 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10782
10783 * imenu.el (imenu--index-alist): Balance parentheses.
10784
10785 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10786
10787 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10788
10789 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10790
10791 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10792 file is nil.
10793
10794 2006-04-18 Richard Stallman <rms@gnu.org>
10795
10796 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10797
10798 * imenu.el (imenu-create-index-function, imenu--index-alist)
10799 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10800 (imenu-default-create-index-function, imenu--generic-function):
10801 Doc fixes.
10802
10803 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10804
10805 * help-mode.el (help-mode): Set view-exit-action to delete window.
10806
10807 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10808 now works by passing nil as arg.
10809
10810 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10811
10812 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10813 (read-abbrev-file): Provide default when reading filename.
10814
10815 * files.el (enable-local-variables): Allow :all as value.
10816 (hack-local-variables): Implement that value.
10817 (safe-local-variable-values, safe-local-eval-forms)
10818 (enable-local-variables): Mark as risky.
10819 (find-file-visit-truename, kept-old-versions): Mark safe.
10820
10821 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10822 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10823 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10824
10825 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10828 Use forward-line so as to get to BOL even in the presence of fields.
10829 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10830 in return.
10831 (inferior-tcl): Tell tclsh to work in interactive mode.
10832
10833 * complete.el (partial-completion-mode):
10834 Use 'choose-completion-string-functions to make sure that
10835 choose-completion fills the minibuffer properly.
10836
10837 * complete.el (PC-old-read-file-name-internal): Remove.
10838 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10839 of read-file-name-internal.
10840 (partial-completion-mode): Enable/disable this advice.
10841
10842 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10843
10844 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10845 of 2006-04-17.
10846
10847 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10848
10849 * textmodes/org.el (org-insert-heading): Insert heading before
10850 current if at beginning of line.
10851 (org-todo, org-date): New faces.
10852 (org-table-align): Make sure tooltip window contains full text.
10853 (org-no-properties): New defsubst.
10854 (org-set-font-lock-defaults): Use new faces.
10855
10856 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10857
10858 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10859 for root variables.
10860
10861 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10862 (gdb-frame-address): Re-use to identify frame for watch expression.
10863 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10864 variables.
10865 (gdb-init-1, gdb-source, gdb-post-prompt)
10866 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10867 (gdb-frame-handler): Get gdb-frame-address.
10868
10869 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10870
10871 Sync with Tramp 2.0.53.
10872
10873 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10874 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10875 (tramp-completion-file-name-handler): Add autoload cookie for
10876 adding to `file-name-handler-alist'.
10877
10878 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10879 the prompt. If it returns earlier (when detecting an error
10880 message), the rest of the output will merge accidently with the
10881 output of the next command. Reported by M Jared Finder
10882 <jared@hpalace.com>.
10883
10884 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10885 for `process-file', in order to let it work for older Emacsen too.
10886
10887 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10888
10889 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10890 (tex-font-lock-keywords-3): Use it.
10891
10892 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 * newcomment.el (comment-add): New function.
10895 (comment-region-default, comment-dwim): Use it.
10896
10897 2006-04-15 Michael Olson <mwolson@gnu.org>
10898
10899 * emacs-lisp/tq.el: Improve comments.
10900 (tq-queue-head-question): New accessor function.
10901 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10902 Update for modified queue structure.
10903 (tq-queue-add): Accept `question' argument.
10904 (tq-queue-pop): If a question is pending, send it.
10905 (tq-enqueue): Accept new optional argument `delay-question'.
10906 If this is non-nil, and at least one other question is pending a
10907 response, queue the question rather than sending it immediately.
10908
10909 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10910
10911 * calendar/appt.el (appt-add): Check whether an appointment is
10912 already present in appt-time-msg-list. Simplify code.
10913
10914 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * progmodes/cc-langs.el (c-mode-menu):
10917 Don't presume c-subword-mode is bound.
10918
10919 2006-04-13 Bill Wohler <wohler@newt.com>
10920
10921 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10922 (customize-package-emacs-version): Use cdr instead of cadr now
10923 that alists use dotted pairs.
10924
10925 * custom.el (defcustom): Fix docstring for :package-version.
10926
10927 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10928
10929 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10930 (tramp-handle-shell-command): Display output buffer only when
10931 `tramp-display-shell-command-buffer' is true.
10932 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10933
10934 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10935
10936 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10937 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10938
10939 2006-04-13 Romain Francoise <romain@orebokech.com>
10940
10941 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10942 leaving temporary .cvsignore buffers behind.
10943
10944 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10945
10946 * textmodes/org.el (org-set-regexps-and-options)
10947 (org-get-current-options): Better names for the startup folding
10948 options.
10949
10950 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10951
10952 * vc.el (vc-annotate): Arrange for point to end up at the same
10953 line number as in the original, but only when using a new buffer.
10954
10955 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10956
10957 * files.el (hack-one-local-variable-eval-safep):
10958 Recognize `edebug-form-spec' for `put', but only if it passes
10959 `edebug-basic-spec'. Generalize `put' handling.
10960
10961 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10962 vetting file-local form specs.
10963
10964 * allout.el (allout-layout): Autoload its `safe-local-variable'
10965 property.
10966
10967 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10968
10969 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10970 (org-agenda-mouse-1-follows-link)
10971 (org-mouse-1-follows-link): New options.
10972 (org-format-agenda-item): Fix bug if TAGS is nil.
10973 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10974
10975 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10976
10977 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10978 GDB 6.1+ gives full filename for "info sources" so use
10979 file-name-nondirectory.
10980
10981 2006-04-12 Romain Francoise <romain@orebokech.com>
10982
10983 * subr.el (read-passwd): Bind `message-log-max' to nil.
10984
10985 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * progmodes/perl-mode.el (perl-indent-new-calculate):
10988 Recompute parse-start after jumping backward by a whole sexp.
10989
10990 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10993 window configuration.
10994 (vc-annotate-display-select): Select the buffer so that current-buffer
10995 (and selected-window) is the output buffer at the end of vc-annotate.
10996
10997 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10998
10999 * vc.el (vc-annotate-color-map): Add custom TTY color map for
11000 8-color terminals, to use all of the colors in a sensible order.
11001 256-color terminals work well with the standard map.
11002 (vc-annotate-lines): Only strip the first color character if it
11003 is "#", to allow for terminal-style named colors.
11004 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
11005 the correct buffer is scrolled.
11006
11007 2006-04-11 Richard Stallman <rms@gnu.org>
11008
11009 * emacs-lisp/bytecomp.el (byte-compile-file):
11010 Bind enable-local-variables to :safe, and make normal-mode obey it.
11011
11012 * files.el (enable-local-variables): Allow value :safe.
11013 (normal-mode): Doc fix.
11014 (hack-local-variables): Implement enable-local-variables = :safe.
11015 (hack-local-variables-confirm): Don't prevent quitting.
11016
11017 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11018
11019 * loadhist.el (unload-feature): A bit of sanity check of
11020 load-history entries. Cancel timer-vars before unbinding them.
11021
11022 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11023 quote special chars, and make the trick work on the hex part of the
11024 buffer as well.
11025 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11026 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11027
11028 * startup.el (normal-splash-screen): Fix last change so we don't wait
11029 2 minutes if we don't show the splash screen.
11030
11031 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
11032
11033 * textmodes/org.el (org-export-plain-list-max-depth)
11034 (org-table-spaces-around-separators)
11035 (org-radio-targets, org-activate-camels)
11036 (org-table-spaces-around-invisible-separators): Options removed.
11037 (org-time-stamp-rounding-minutes, org-remember-templates)
11038 (org-ellipsis, org-activate-links, org-descriptive-links):
11039 New options.
11040 (org-remember-apply-template, org-current-time)
11041 (org-finish-edit-table-field)
11042 (org-link-unescape, org-link-escape)
11043 (org-string-width, org-table-clean-line, org-html-do-expand)
11044 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11045 (org-read-agenda-file-list): New functions.
11046 (org-table-edit-field)
11047 (org-table-create-or-convert-from-region): New commands
11048 (org-table-toggle-vline-visibility): Command removed.
11049 (org-table-convert-region): Made a command.
11050 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11051 Replace with the normal org- functions.
11052 (org-self-insert-command): Don't trigger realign unnecessarily
11053 when blanking a field that is not full.
11054 (org-mode): `Set buffer-invisibility-spec' for links.
11055 (org-activate-links2): Hide link part and only show descriptive
11056 part of the link.
11057 (org-insert-link): Modify for new linking system.
11058 (org-store-link): Store description separately, for use by
11059 `org-insert-link'.
11060 (org-table-align): Use `org-string-width'.
11061 (defgroup): Completely new group structure for custom variables.
11062 (org-agenda-files): Option: Single file name allowed. Function:
11063 Optional argument unrestrited means ignore any restricitons.
11064 (org-install-agenda-files-menu): Find a buffer in Org-mode before
11065 trying to modify the menu. Use generalized access to
11066 `org-agenda-files.'
11067 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11068 (org-agenda-file-to-front, org-remove-file, org-diary)
11069 (org-tags-view, org-export-icalendar-all-agenda-files)
11070 (org-export-icalendar-combine-agenda-files): Use generalized
11071 access to `org-agenda-files'.
11072 (org-remember-handler): Correctly preserve heading if present.
11073 (org-table-insert-row, org-table-insert-hline): Deal with
11074 invisible characters.
11075
11076 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
11077
11078 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11079 (vc-annotate-color-map): New 18 element constant
11080 value/saturation, rotating hue colormap, from red->blue.
11081 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11082 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11083 (vc-annotate): To avoid killing the required local variables,
11084 set them before the end of `with-output-to-temp-buffer', and
11085 after first switching to annotate-mode.
11086 (vc-annotate-warp-version): Add buffer argument in goto-line to
11087 ensure annotation, not source, is scrolled.
11088
11089 2006-04-10 Bill Wohler <wohler@newt.com>
11090
11091 * custom.el (defcustom, custom-handle-keyword):
11092 Add :package-version keyword.
11093 (custom-add-package-version): New function. Sets value of new
11094 property 'custom-package-version from :package-version keyword.
11095 (defcustom): Create Common Keywords section in docstring.
11096 (defface, defgroup): Replace definitions of a select few keywords
11097 with a reference to the Common Keywords in defcustom.
11098 (defcustom, defface, defgroup): Replace reference to Customization
11099 chapter in manual with hyperlink.
11100
11101 * cus-edit.el (customize-package-emacs-version-alist): New variable.
11102 (customize-changed-options): Add check for custom-package-version.
11103 (customize-package-emacs-version): New function to look up Emacs
11104 version corresponding to the given package version.
11105
11106 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11107 defun name, in similar fashion to find-variable-regexp.
11108
11109 2006-04-10 Eli Zaretskii <eliz@gnu.org>
11110
11111 * international/mule-cmds.el (set-locale-environment): Fix last
11112 change for when the locale's preferences don't specify any encoding.
11113
11114 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11117 so the defined var/fun doesn't need to be quoted.
11118
11119 2006-04-10 Richard Stallman <rms@gnu.org>
11120
11121 * finder.el (finder-mode-map): Add n and p bindings.
11122
11123 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11124
11125 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11126 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11127 (gdb-setup-windows): Put something in source window if we can't find
11128 the source file.
11129 (gdb-frame-handler): Make it work again with just assembly.
11130 (gdb-data-list-register-values-handler): Make it work when there is
11131 no stack.
11132
11133 2006-04-09 Richard Stallman <rms@gnu.org>
11134
11135 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11136 specs while looking for charset.
11137
11138 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11139
11140 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11141 Make them faces.
11142 (lm-font-lock-keywords): Update appropriately.
11143
11144 2006-04-10 Kim F. Storm <storm@cua.dk>
11145
11146 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11147 it can also replace buffer-substring-no-properties.
11148
11149 * emulation/cua-base.el (cua-delete-region, cua-paste)
11150 (cua-repeat-replace-region): Use filter-buffer-substring.
11151
11152 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11153 (cua-cut-region-to-global-mark): Likewise.
11154
11155 * emulation/cua-rect.el (cua--extract-rectangle)
11156 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11157
11158 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11159
11160 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11161 entry-type. Add field delimiters to numerical fields if they are
11162 not present.
11163
11164 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11165
11166 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11167 string-const to return value.
11168 (bibtex-remove-delimiters): Use it.
11169
11170 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11173 cl-byte-compile-compiler-macro unless it exists.
11174
11175 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11176
11177 * files.el (hack-local-variables-confirm) <offer-save>:
11178 Clarify message text. Suggested by Ralf Angeli.
11179
11180 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11181
11182 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11183 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11184 instead of `buffer-substring' and `delete-region'. (Most of the
11185 code actually copied from `kill-region'.)
11186
11187 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11188
11189 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11190 (rcirc-default-port): Rename from rcirc-port.
11191 (rcirc-default-nick): Rename from rcirc-nick.
11192 (rcirc-default-user-name): Rename from rcirc-user-name.
11193 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11194 (rcirc-low-priority-flag): New variable.
11195 (rcirc-decode-coding-system): New defcustom.
11196 (rcirc-encode-coding-system): New defcustom.
11197 (rcirc-coding-system-alist): New defcustom.
11198 (rcirc-multiline-major-mode): New defcustom.
11199 (rcirc-nick): New internal variable.
11200 (rcirc-process): Remove variable.
11201 (rcirc-server-buffer): New variable.
11202 (rcirc): Update to use rcirc-default-* variables above.
11203 (rcirc-connect): Do not add window-configuration-hook-here.
11204 (rcirc-server): New internal variable.
11205 (rcirc-connect): Do not send keepalive pings if
11206 rcirc-keepalive-seconds is nil.
11207 (with-rcirc-server-buffer): New macro.
11208 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11209 (rcirc-server-name): Rename from rcirc-server.
11210 (rcirc-buffer-process): New function.
11211 (rcirc-buffer-nick): New function.
11212 (rcirc-buffer-target): Remove function.
11213 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11214 New commands.
11215 (rcirc-mode-map): Change binding of C-c C-l to
11216 rcirc-toggle-low-priority.
11217 (rcirc-mode): Initialize coding system based on
11218 rcirc-coding-system-alist. New change-major-mode-hook to part the
11219 channel on a mode change. Make kill-buffer-hook buffer-local.
11220 (rcirc-change-major-mode-hook): New function.
11221 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11222 (rcirc-last-post-time): New variable.
11223 (rcirc-process-message): Store the last time user posted a message
11224 to this target.
11225 (rcirc-multiline-minor-mode): New mode.
11226 (rcirc-multiline-minor-mode-map): New mode map.
11227 (rcirc-edit-multiline): Put multiline-edit buffer in
11228 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11229 (rcirc-print): Ignore any line starting with an ignored nick.
11230 (rcirc-print): Decode using rcirc-decode-coding-system.
11231 (rcirc-track-minor-mode): Update global-mode-string when disabling
11232 this mode.
11233 (minor-mode-alist): Add LowPri indicator.
11234 (rcirc-toggle-low-priority): New function.
11235 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11236 next lowpriority buffer with activity.
11237 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11238 last time the user posted a message in to the target.
11239 (rcirc-update-activity-string): New formatting for low priority
11240 buffers.
11241 (rcirc-split-activity): New function.
11242 (rcirc-handler-PART, rcirc-handler-KICK)
11243 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11244 (rcirc-nick-away-alist): New variable.
11245 (rcirc-handler-301): New handler. Away messages are printed once
11246 per change.
11247
11248 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11249
11250 * info.el (Info-follow-nearest-node): Doc fix.
11251
11252 * international/mule-cmds.el (set-locale-environment): Make sure
11253 the coding-system preferred by the locale's language has the same
11254 EOL conversion type as the original buffer-file-coding-system.
11255 (locale-language-names): Add a few MS Windows language codes.
11256
11257 2006-04-07 Richard Stallman <rms@gnu.org>
11258
11259 * simple.el (eval-expression): Doc fix.
11260
11261 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11262 (eval-defun): Doc fixes.
11263
11264 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11265
11266 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11267
11268 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11271 GDB list command without argument for greater generality.
11272
11273 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11274
11275 * subr.el (string-or-null-p): New function.
11276
11277 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11278
11279 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11280
11281 * files.el: Update comment about safe-local-variable declarations.
11282
11283 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11284
11285 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11286 See idlwave.org.
11287
11288 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11289 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11290
11291 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11292 See idlwave.org.
11293
11294 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11295 version 6.0 (minimal changes). See idlwave.org.
11296
11297 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11298 6.0 (minimal changes). See idlwave.org.
11299
11300 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11301
11302 2006-04-06 Romain Francoise <romain@orebokech.com>
11303
11304 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11305 symmetric encryption features and a new asynchronous interface to
11306 GnuPG. This new version is version 1.4, plus whitespace changes.
11307
11308 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11309
11310 * files.el: Move some `safe-local-variable' declarations to the
11311 respective files.
11312
11313 * textmodes/ispell.el (ispell-check-comments)
11314 (ispell-local-dictionary): Mark as safe.
11315
11316 * abbrev.el (abbrev-mode): Mark as safe.
11317
11318 * add-log.el (change-log-default-name): Mark as safe.
11319
11320 * textmodes/reftex-vars.el (reftex-vref-is-default)
11321 (reftex-fref-is-default, reftex-level-indent)
11322 (reftex-guess-label-type): Mark as safe.
11323
11324 * textmodes/fill.el (colon-double-space): Mark as safe.
11325
11326 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11327 (sentence-end-double-space, sentence-end-without-period)
11328 (sentence-end-without-space, sentence-end, sentence-end-base)
11329 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11330
11331 2006-04-06 Kim F. Storm <storm@cua.dk>
11332
11333 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11334 the :set-after list.
11335 (ido-downcase-unc-hosts): New user option. Default on.
11336 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11337 when it is set, as regexps are now applied on the fly.
11338 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11339 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11340 on the fly, but only when ido-process-ignore-lists is set.
11341 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11342 Only downcase names if ido-downcase-unc-hosts is set.
11343
11344 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11345
11346 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11347
11348 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11349
11350 2006-04-05 Kim F. Storm <storm@cua.dk>
11351
11352 * ido.el (ido-mode): Set after ido-unc-hosts and
11353 ido-ignore-unc-host-regexps.
11354 (ido-save-history): Save ido-unc-hosts-cache.
11355 (ido-load-history): Load ido-unc-hosts-cache.
11356 (ido-reread-directory): Refresh unc hosts cache in // dir.
11357
11358 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11359 to nil while displaying slash screen.
11360
11361 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11362
11363 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11364 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11365
11366 2006-04-05 Kenichi Handa <handa@m17n.org>
11367
11368 * international/characters.el: Setup cases of Latin, Greek, and
11369 Cyrillic characters in CJK charsets.
11370
11371 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11372
11373 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11374 default-enable-multibyte-characters. This reverts the change from
11375 revision 6.17 which is no longer necessary because the passphrase
11376 is sent separately now. GnuPG messages are unreadable under
11377 multibyte locales with default-enable-multibyte-characters set to nil.
11378
11379 2006-04-04 Andreas Schwab <schwab@suse.de>
11380
11381 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11382 and `byte-compile-warnings' as `safe-local-variable'.
11383
11384 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11385
11386 * man.el (Man-mode-map): Restore the \r binding.
11387 (Man-abstract-xref-man-page): If Man-target-string is a function,
11388 call it.
11389 (Man-highlight-references): Use Man-default-man-entry to get the
11390 target. Deal with xrefs too.
11391 (Man-highlight-references0): Don't call the target function.
11392
11393 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11394 cannot deal with it.
11395
11396 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11397
11398 * pgg-gpg.el: Clean up process buffers every time gpg processes
11399 complete.
11400
11401 2006-04-04 Kenichi Handa <handa@m17n.org>
11402
11403 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11404 here.
11405 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11406 Temporarily bind inhibit-field-text-motion to t.
11407
11408 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * startup.el (normal-splash-screen): Only set mode-line-format in the
11411 splash buffer, so as not to interfere when debugging the code.
11412 Ignore errors when switching buffer.
11413
11414 2006-04-03 Romain Francoise <romain@orebokech.com>
11415
11416 * dired.el (dired-dnd-protocol-alist): Fix typo.
11417
11418 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11419
11420 * savehist.el (savehist): Add :version.
11421 (savehist-ignored-variables): New variable.
11422 (savehist-minibuffer-hook): Don't save variables listed in
11423 `savehist-ignored-variables'.
11424
11425 * dired.el (dired-dnd-protocol-alist): Mention that change does
11426 only apply to new buffers in doc string.
11427
11428 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11429
11430 * recentf.el (recentf-open-files-item): Include newline in button
11431 field, so opening a file will work, when the point is at the end
11432 of the file name. Allow, for example, to [i]search a file by
11433 extension and just push RET to open it.
11434
11435 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11436
11437 * pgg-gpg.el (pgg-gpg-process-filter)
11438 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11439
11440 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11441 lines, temporary fix.
11442
11443 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11444
11445 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11446
11447 2006-04-02 Richard Stallman <rms@gnu.org>
11448
11449 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11450
11451 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11452
11453 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11454 header-mouse-map.
11455
11456 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11457 (ibuffer-mode-header-map): New keymaps.
11458 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11459 and keybindings for column headers.
11460 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11461 property.
11462
11463 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11464
11465 * speedbar.el (speedbar-after-create-hook): Doc fix.
11466
11467 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11468
11469 * shell.el (shell-directory-tracker)
11470 (shell-dynamic-complete-command): Doc fixes.
11471
11472 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11473
11474 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11475 terminals.
11476
11477 2006-04-01 Kim F. Storm <storm@cua.dk>
11478
11479 * ido.el (ido-unc-hosts-cache): New defvar.
11480 (ido-unc-hosts): If value of defcustom is a function, call it to
11481 get list of UNC hosts. Add function-item choices to specify
11482 ido-unc-hosts-net-view or user function.
11483 (ido-ignore-unc-host-regexps): New defcustom.
11484 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11485 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11486 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11487
11488 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11491 wwidth.
11492
11493 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11494
11495 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11496 (ido-max-work-file-list, ido-switch-buffer)
11497 (ido-read-file-name-as-directory-commands):
11498 Fix typos in docstrings.
11499
11500 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11501
11502 * term/mac-win.el (mac-system-coding-system): Define and use after
11503 Mac-specific coding systems are ready.
11504
11505 2006-03-27 Romain Francoise <romain@orebokech.com>
11506
11507 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11508
11509 * ldefs-boot.el: Update.
11510
11511 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11512
11513 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11514 passphrases when it is not needed.
11515 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11516 passphrase stuff from gpg, should only be necessary when you use
11517 gpg with a smartcard.
11518
11519 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11520
11521 * comint.el (comint-dynamic-list-completions): Allow user to
11522 select *Completions* buffer.
11523
11524 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11525
11526 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11527
11528 2006-03-26 Andreas Schwab <schwab@suse.de>
11529
11530 * progmodes/gud.el (gdb): Only complain about multiple debugging
11531 when the gdb process is still running.
11532
11533 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11534
11535 * mail/rmail.el (tool-bar-map): Defvar it.
11536 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11537 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11538
11539 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11540
11541 * help.el (print-help-return-message): Suggest to use
11542 display-buffer instead of switch-to-buffer-other-window to restore
11543 the previous window without selecting it.
11544
11545 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11546
11547 * frame.el (select-frame-by-name): Call x-focus-frame also when
11548 window-system is mac.
11549
11550 * term/mac-win.el: Adjust Courier font specifications in
11551 x-fixed-font-alist.
11552 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11553 when directly encoding to UTF-16 in native byte order, no BOM.
11554
11555 2006-03-25 Kim F. Storm <storm@cua.dk>
11556
11557 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11558 (cua--init-keymaps): Use it instead of fixed C-return.
11559 (cua-mode): Set after it.
11560
11561 * emulation/cua-rect.el (cua--init-rectangles):
11562 Use cua-rectangle-mark-key instead of fixed C-return.
11563
11564 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11565
11566 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11567 "run" in .gdbinit.
11568 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11569
11570 2006-03-24 Romain Francoise <romain@orebokech.com>
11571
11572 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11573 `display-buffer-other-frame'.
11574
11575 2006-03-24 Kim F. Storm <storm@cua.dk>
11576
11577 * apropos.el (apropos-synonyms): Add selection => region.
11578
11579 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11580
11581 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11582 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11583 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11584 (gdb-data-list-register-values-regexp)
11585 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11586 Future proof against new fields being added to MI output.
11587 (gdb-send): Don't treat backslashes for program input as
11588 continuations.
11589 (gdb-assembler-handler): Don't use window-start for this handler.
11590 (gdb-frame-handler): Don't change to hollow arrow if overlay
11591 arrow doesn't move to new frame.
11592
11593 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11594
11595 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11596 prevent compiler warnings.
11597 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11598 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11599 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11600 buffer too.
11601
11602 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11603
11604 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11605 make-network-process, so we can use the same code in Gnus v5-10
11606 too and have this file fully synchronized with that release.
11607
11608 2006-03-23 Romain Francoise <romain@orebokech.com>
11609
11610 * ibuf-ext.el (ibuffer-read-filter-group-name):
11611 Use `ibuffer-generate-filter-groups' to make completion list match
11612 the filter groups that are really displayed in the Ibuffer buffer.
11613 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11614
11615 2006-03-23 Kenichi Handa <handa@m17n.org>
11616
11617 * international/mule-cmds.el (sort-coding-systems): Describe that
11618 the argument is modified in docstring.
11619
11620 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11621
11622 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11623 (pgg-gpg-update-agent): New function.
11624 (pgg-gpg-use-agent-p): New function.
11625 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11626 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11627 (pgg-gpg-sign-region): Use it.
11628
11629 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11630
11631 * cus-edit.el (custom-face-set): Call custom-push-theme before
11632 face-spec set so that `changed' theme is correctly saved.
11633 (custom-face-reset-standard): Reset to recalculated face rather
11634 than defface spec.
11635
11636 * custom.el (custom-push-theme): Only save `changed' theme if the
11637 current face does not match the defface specs.
11638
11639 2006-03-21 Simon Josefsson <jas@extundo.com>
11640
11641 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11642 <wilde@sha-bang.de>.
11643 (pgg-gpg-use-agent): New variable.
11644 (pgg-gpg-process-region): Use it.
11645 (pgg-gpg-encrypt-region): Likewise.
11646 (pgg-gpg-encrypt-symmetric-region): Likewise.
11647 (pgg-gpg-decrypt-region): Likewise.
11648 (pgg-gpg-sign-region): Likewise.
11649 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11650
11651 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11652
11653 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11654 bracket links.
11655
11656 2006-03-21 Kim F. Storm <storm@cua.dk>
11657
11658 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11659 fringe-indicator-alist instead of modifying global value.
11660 (gdb-frame-handler): Likewise.
11661
11662 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11663
11664 * diff-mode.el (diff-function): Make it inherit from diff-header
11665 instead of diff-context.
11666
11667 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11668 bitmap.
11669 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11670 change names in macro above for consistency.
11671 (gdb-frame-handler): Use hollow-right-triangle for all selected
11672 frames which except the innermost (where execution has stopped).
11673 (gdb-reset): Reset buffer-local values of overlay-arrow.
11674
11675 2006-03-20 Richard Stallman <rms@gnu.org>
11676
11677 * simple.el (set-mark-command): Doc fix.
11678
11679 * files.el (display-buffer-other-frame): New command.
11680 (ctl-x-4-map): Bind C-x 5 C-o to it.
11681
11682 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11685 rather than just defer-time, in case defer-time has been changed but
11686 the timer isn't running yet.
11687 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11688
11689 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11690
11691 * help-mode.el (help-follow-symbol): New function.
11692 Essentially identical to the old `help-follow', but do not let
11693 `push-button' do the work when on an xref.
11694 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11695
11696 2006-03-19 Richard Stallman <rms@gnu.org>
11697
11698 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11699 preceded by the word `program'.
11700 (help-follow-mouse, help-follow): Throw error if not on xref.
11701 Delete no longer used args.
11702
11703 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11704
11705 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11706 annotation ensure gud-overlay-arrow-position is redisplayed.
11707
11708 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11709
11710 * textmodes/bibtex.el (bibtex-include-OPTkey)
11711 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11712 (bibtex-autokey-name-case-convert)
11713 (bibtex-autokey-titleword-case-convert): Make these the aliases
11714 for the following two variables.
11715 (bibtex-autokey-name-case-convert-function)
11716 (bibtex-autokey-titleword-case-convert-function): Make these the
11717 real names.
11718 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11719 bibtex-font-lock-crossref sublists.
11720 (bibtex-mode): Revert 2005-12-30 change (which made
11721 completion-ignore-case buffer-local).
11722 (bibtex-url): Simplify.
11723
11724 2006-03-19 Kim F. Storm <storm@cua.dk>
11725
11726 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11727 cursor property value to 2 (to align with C level change).
11728
11729 2006-03-19 Bill Wohler <wohler@newt.com>
11730
11731 * image.el (image-load-path-for-library): Shorten first line in
11732 docstring.
11733
11734 2006-03-18 Richard Stallman <rms@gnu.org>
11735
11736 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11737
11738 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11739
11740 * isearch.el (isearch-other-meta-char): Handle user bindings for
11741 shifted control characters.
11742
11743 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11744
11745 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11746 part that matches email addresses, file names, etc.
11747
11748 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11749
11750 * term/w32-win.el (mouse-set-font):
11751 Mention w32-list-proportional-fonts in the doc string.
11752
11753 2006-03-18 Kim F. Storm <storm@cua.dk>
11754
11755 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11756 (ido-unc-hosts): New user option to explicitly define list of know
11757 UNC-style hosts for completion.
11758 (ido-cache-unc-host-shares-time): New user option.
11759 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11760 New helper functions for UNC file-name support.
11761 (ido-may-cache-directory): Check for UNC host. Simplify.
11762 (ido-wash-history): Clean out old UNC hosts.
11763 (ido-nonreadable-directory-p): UNC hosts are always readable.
11764 (ido-directory-too-big-p): UNC hosts are never too big.
11765 (ido-set-current-directory): Handle UNC root path.
11766 (ido-file-name-all-completions): Complete UNC host names from
11767 ido-unc-hosts list. Cache UNC host shares.
11768 (ido-make-file-list-1): Don't filter UNC root.
11769 (ido-exhibit): Check for // in root directory, and switch to UNC
11770 mode by setting ido-current-directory to //.
11771
11772 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11773
11774 * cus-edit.el (customize-changed-options): Mention explicit
11775 version number as default in prompt.
11776
11777 2006-03-17 Bill Wohler <wohler@newt.com>
11778
11779 * image.el (image-load-path-for-library): Minor docstring fix.
11780
11781 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11782
11783 * textmodes/org.el (org-read-date): Include subgroup 5 into
11784 replacement text.
11785 (org-popup-calendar-for-date-prompt): Fix customization type.
11786
11787 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11788
11789 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11790 (gdb-continuation): New variable.
11791 (gdb-send): Deal with continuation lines.
11792
11793 * progmodes/gud.el (gud-gdb-complete-command)
11794 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11795 expressions.
11796 (gud-tooltip-mode): Use buffer-local value.
11797
11798 2006-03-16 Kim F. Storm <storm@cua.dk>
11799
11800 * ido.el (ido-edit-input): Use selected match, if any.
11801
11802 2006-03-16 Bill Wohler <wohler@newt.com>
11803
11804 * image.el (image-load-path-for-library): Prefer user's images in
11805 image-load-path.
11806
11807 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11808
11809 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11810 when checking for attempt to drag leftmost or rightmost scrollbar.
11811
11812 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11813
11814 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11815 (gdb-force-mode-line-update): New function.
11816 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11817 (gdb-exited): Use them.
11818 (gdb-signal): New function.
11819 (gdb-annotation-rules): Provide a rule for it.
11820
11821 2006-03-16 Kenichi Handa <handa@m17n.org>
11822
11823 * international/mule.el (auto-coding-regexp-alist): Add entries
11824 for Unicode BOM.
11825
11826 * sort.el (sort-build-lists): Temporarily bind
11827 inhibit-field-text-motion to t.
11828
11829 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11830
11831 * locate.el (locate-command, locate-make-command-line)
11832 (locate-fcodes-file, locate-update-command)
11833 (locate-prompt-for-command, locate, locate-with-filter)
11834 (locate-get-file-positions): Doc fixes.
11835 (locate-buffer-name, locate-header-face): Remove leading `*' in
11836 defcustom.
11837 (locate-filter-output): Use `keep-lines' instead of its alias
11838 `delete-non-matching-lines'.
11839 (locate-get-filename, locate-get-dirname): Add introductory comment.
11840 (locate-find-directory-other-window): Give appropriate error
11841 message if used outside main listing.
11842
11843 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11844
11845 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11846 the new extend-region feature.
11847 (font-lock-after-change-function): Update correspondingly.
11848 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11849 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11850
11851 2006-03-15 Bill Wohler <wohler@newt.com>
11852
11853 * image.el (image-load-path-for-library): Fix example by not
11854 recommending that one binds image-load-path. Just defvar it to
11855 placate compiler and only use it if previously defined.
11856
11857 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11858
11859 * textmodes/org.el (org-insert-centered): Use `string-width' to
11860 make underlining work for wide characters.
11861 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11862 TAB to `org-cycle', to make sure that no binding in
11863 `outline-mode-map' can supercede it.
11864
11865 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11866
11867 * allout.el: Increment version to 2.2.1 in file commentary.
11868
11869 (allout-version): Increment to 2.2.1.
11870
11871 (allout-default-layout): New customization variable, used when the
11872 file lacks a specific allout-layout. Uses allout-layout-type for
11873 recursively nested definition.
11874
11875 (allout-layout-type): Widget defining allout layouts, necessary for
11876 self-recursive definition.
11877
11878 (allout-mode): Incorporate allout-default-layout as fallback for
11879 allout-layout.
11880
11881 (allout-layout): Mark as 'safe-local-variable', and refer mention
11882 fallback to `allout-default-layout' in absence of a specified value.
11883 (allout-passphrase-verifier-string)
11884 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11885
11886 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11887
11888 (allout-get-encryption-passphrase-verifier): Use correct name of
11889 passphrase verifier in docstring.
11890
11891 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11892
11893 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11894 elements.
11895 (gdb-find-watch-expression): Make it work for arrays too.
11896 Follow change to gdb-var-list.
11897 (gud-watch): Allow the user to enter variable name with a prexix
11898 arg. Create keybindings.
11899 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11900 (gdb-var-list-children-handler, gdb-var-update-handler)
11901 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11902 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11903 Follow change to gdb-var-list.
11904 (gdb-starting): Don't show the overlay arrows when program is running.
11905
11906 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11907 gdb-var-list.
11908
11909 2006-03-14 Bill Wohler <wohler@newt.com>
11910
11911 * image.el (image-load-path-for-library): Pass value of path
11912 rather than symbol. Always return list of directories.
11913 Guarantee that image directory comes first.
11914
11915 2006-03-14 Alan Mackenzie <acm@muc.de>
11916
11917 * font-core.el (font-lock-extend-region\(-function\)?.):
11918 New function/variable.
11919
11920 * font-lock.el (font-lock-after-change-function):
11921 Call font-lock-extend-region. Obey font-lock-lines-before.
11922 (font-lock-default-fontify-region): Remove reference to
11923 font-lock-lines-before.
11924
11925 * jit-lock.el (jit-lock-after-change):
11926 Call font-lock-extend-region. Obey font-lock-lines-before.
11927
11928 2006-03-14 David Ponce <david@dponce.com>
11929
11930 * tree-widget.el (tree-widget-themes-load-path)
11931 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11932
11933 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11934
11935 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11936 (rcirc-print): Mark the start of text at the end of the prompt.
11937 (rcirc-track-minor-mode): Add autoload cookie.
11938 (rcirc-update-activity-string): Add space to front of mode-line
11939 indicator.
11940
11941 2006-03-13 Miles Bader <miles@gnu.org>
11942
11943 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11944 (rcirc-abbrev-nick): Remove function.
11945 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11946
11947 2006-03-13 David Ponce <david@dponce.com>
11948
11949 * tree-widget.el: Handle themes across all occurrences of the main
11950 themes sub-directory found in tree-widget-themes-load-path.
11951 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11952 (tree-widget--locate-sub-directory): Return all occurrences.
11953 (tree-widget-themes-path): New function.
11954 Replace tree-widget-themes-directory, and return a list of directories.
11955 (tree-widget-set-parent-theme)
11956 (tree-widget-lookup-image): Use it.
11957
11958 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11959
11960 * textmodes/org.el (org-link-search): Avoid self-matching of
11961 links, allow target text to be distributed over several lines.
11962 (org-search-not-link): New function.
11963 (org-set-regexps-and-options, org-get-current-options):
11964 New startup options.
11965 (org-export-as-html): Take odd-level setting from local variable.
11966 (org-fontify-emphasized-text): New option.
11967 (org-set-font-lock-defaults): Include emphasized text.
11968 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11969 (org-font-lock): Customize group renamed from `org-faces'.
11970
11971 2006-03-13 John Paul Wallington <jpw@pobox.com>
11972
11973 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11974 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11975
11976 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11977
11978 * cus-start.el (all): Delete :version keyword for members of the
11979 fringe group, since the entire group is new in 22.1.
11980
11981 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11982
11983 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11984 map if value is hexadecimal (an address).
11985 (gud-watch): Only search roots for existing watch expressions.
11986 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11987 prevent caching problems with speedbar-update-directory-contents.
11988
11989 2006-03-12 Juri Linkov <juri@jurta.org>
11990
11991 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11992 before comparing with `low' and `warn'.
11993
11994 * info.el (Info-dir-remove-duplicates): Move point to the
11995 beginning of the current line after deleting the entries from
11996 redundant heading. Use marker for `limit' and compare it with
11997 point before calling `re-search-forward'.
11998
11999 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
12000
12001 * simple.el (yank): Fix typo in docstring.
12002
12003 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
12004
12005 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
12006 messages, where "D" is the 6th character.
12007
12008 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12009
12010 * simple.el (yank): Fix last change.
12011
12012 2006-03-11 David Ponce <david@dponce.com>
12013
12014 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12015 merging elements from the standard ispell-dictionary-alist.
12016 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12017 alist, and return the new alist.
12018
12019 2006-03-11 Richard Stallman <rms@gnu.org>
12020
12021 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12022
12023 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12024 the way it is implemented is too unclean.
12025
12026 * simple.el (kill-region, yank): Doc fix.
12027
12028 * battery.el (battery-echo-area-format): Doc fix.
12029 (battery-mode-line-format): Likewise.
12030 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12031 (battery-linux-proc-acpi): Ignore batteries that say "charged".
12032
12033 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12034
12035 * progmodes/octave-mod.el (octave-indent-for-comment):
12036 Behave according to do string.
12037
12038 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
12039
12040 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12041 Be visible only if major mode is Mail Mode.
12042
12043 * textmodes/flyspell.el (flyspell-external-point-words)
12044 (flyspell-process-localwords): Fix last changes.
12045
12046 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12047
12048 * calendar/holidays.el (list-holidays): Doc fix.
12049
12050 * international/mule.el (auto-coding-alist): Add .odt
12051 (OpenOffice's open document) files.
12052
12053 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12054 document) files. Mention in the doc string the need to sync with
12055 auto-coding-alist.
12056
12057 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
12058
12059 * files.el (hack-local-variables-confirm): Don't prompt for ! if
12060 enable-local-variables is set to always query, or there is no
12061 savable variable.
12062
12063 2006-03-10 Bill Wohler <wohler@newt.com>
12064
12065 * image.el (image-load-path-for-library): Merge at least three
12066 functions from Gnus and MH-E into this one function that can now
12067 be shared.
12068
12069 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
12070
12071 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12072 gdb-remove-mouse-face and remove help-echo too.
12073 (gdb-enqueue-input): Correct conditional clause.
12074
12075 2006-03-10 Glenn Morris <rgm@gnu.org>
12076
12077 * calendar/calendar.el (calendar-holidays): Doc fix.
12078 * calendar/holidays.el (list-holidays): Doc fix.
12079
12080 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
12081
12082 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12083 it gets called in gdb-prompt anyway.
12084 (gdb-use-separate-io-buffer): Only restore window arrangement for
12085 gdb-many-windows.
12086 (gdb-enqueue-input): Make it harder to send GDB input when program
12087 is running.
12088 (gdb-buffer-list): New variable.
12089 (gdb-remove-mouse-face): New function.
12090 (gdb-starting): Use it when GDB input won't get sent.
12091
12092 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
12093
12094 * help.el (view-lossage): Remove trailing whitespace before
12095 inserting "\n".
12096
12097 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
12098
12099 * files.el (hack-local-variables-confirm):
12100 Set coding-system-for-read to nil before writing to .emacs.
12101
12102 * arc-mode.el (archive-extract): Check if an existing buffer name
12103 comes from a different archive.
12104
12105 * help.el (describe-key-briefly): If KEY is a down event, read and
12106 discard the up event.
12107
12108 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
12109
12110 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12111 be edited and use font-lock-warning-face for any changes.
12112
12113 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12114 (gdb-edit-value): Use it to report any errors.
12115
12116 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
12117
12118 * help.el (describe-key): Remove leftover test code.
12119
12120 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
12121
12122 * textmodes/org.el: Move defvars out of eval-when-compile.
12123 Use buffer-file-name variable.
12124 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12125 arg `file'.
12126 (org-level-faces): Remove startup dependency.
12127 (org-cycle, org-map-tree, org-scan-tags)
12128 (org-remember-handler): Don't call `outline-level' directly.
12129 (org-mhe-search-all-folders): New option.
12130 (org-mhe-get-message-folder-from-index)
12131 (org-mhe-get-message-folder): Fix indexing search.
12132 (org-format-agenda-item): Handle nil TAGS argument.
12133 (org-cleaned-string-for-export, org-activate-target-links)
12134 (org-make-target-link-regexp): Deal with empty radio target list.
12135 (org-tag): New face.
12136 (org-get-level-face): New function.
12137 (org-set-font-lock-defaults): Simplify setup for headlines.
12138 (org-complete): Pass common substring to `display-completion-list'.
12139
12140 2006-03-06 David Ponce <david@dponce.com>
12141
12142 * tree-widget.el: Update Commentary header.
12143 (tree-widget-theme-name): Ignore parent themes.
12144 (tree-widget-set-parent-theme): New function.
12145 (tree-widget-set-theme): Use it.
12146 (tree-widget-set-image-properties): Move definition. Does nothing
12147 if image properties have already been set.
12148 (tree-widget-image-properties): Move definition. Receive an image
12149 name. Set the :pointer property.
12150 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12151 Don't set the :pointer image property.
12152 (tree-widget-convert-widget): New function. Handle :dynargs
12153 compatibility here.
12154 (tree-widget): Use it to :convert-widget. Add the :expander-p
12155 predicate to control when the :expander function is entered.
12156 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12157 (tree-widget-value-create): Handle :expander-p. widget-apply
12158 :expander.
12159 (tree-widget-expander-p): New function. Default value of the
12160 :expander-p property.
12161
12162 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12163
12164 * help.el (describe-key): Properly handle the return value of
12165 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12166 remaps. Handle string and vector `follow-link' values.
12167
12168 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * complete.el (PC-expand-many-files): Try be more careful when parsing
12171 the shell's output.
12172
12173 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12174
12175 * outline.el (hide-sublevels): Provide better interactive default.
12176
12177 2006-03-06 Kenichi Handa <handa@m17n.org>
12178
12179 * international/fontset.el (create-fontset-from-fontset-spec):
12180 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12181
12182 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12183
12184 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12185 backslashes instead of one in regexp.
12186 (gud-tooltip-dereference): Add missing optional argument.
12187
12188 2006-03-04 John Paul Wallington <jpw@pobox.com>
12189
12190 * wdired.el (toplevel): Require `cl' at compile-time.
12191
12192 2006-03-04 Andreas Schwab <schwab@suse.de>
12193
12194 * server.el (server-process-filter): Handle errors during
12195 evaluation of the argument.
12196
12197 2006-03-03 John Paul Wallington <jpw@pobox.com>
12198
12199 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12200 escape parentheses at beginning of line.
12201 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12202 (t-mouse-mode): Remove period from end of error message.
12203
12204 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12205
12206 * textmodes/flyspell.el (flyspell-process-localwords):
12207 Be case-sensitive.
12208
12209 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12210
12211 * cus-edit.el (custom-quote): Remove function, since it has been
12212 moved to custom.el.
12213
12214 * font-lock.el (lisp-font-lock-keywords-2)
12215 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12216 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12217 they have no special meaning.
12218
12219 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12220 indirect buffer gets killed before indirect buffer. Use dolist.
12221
12222 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12223
12224 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12225 value instead of a literal constant (1) on more pauses.
12226
12227 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12228
12229 * textmodes/flyspell.el (flyspell-external-point-words):
12230 Be case-sensitive.
12231
12232 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12233
12234 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12235 with "www".
12236
12237 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12238
12239 * allout.el: Restablish intermediate missing comment header to
12240 preserve outline structure.
12241 (allout-beginning-of-current-entry): Skip invisible text.
12242 (allout-open-topic): Fix opening a topic at end-of-buffer.
12243 (allout-minor-mode): Move nearer to allout-mode function.
12244
12245 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12246
12247 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12248
12249 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12250
12251 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12252 is nil.
12253
12254 * progmodes/gud.el (gud-speedbar-menu-items):
12255 Use buffer-local-value and add missing :visible keyword.
12256
12257 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12258
12259 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12260
12261 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12262 must be `follow-link'.
12263
12264 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12265
12266 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12267 formatting: No nested anchors.
12268 (org-all-targets): Fix bug with XEmacs compatibility.
12269 (org-read-date): Add (require 'parse-time).
12270 (org-set-tags): Fix bug with extra inserted space.
12271 (org-export-html-style): Define a style class for targets.
12272 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12273 (org-hide-leading-stars): New option.
12274 (org-hide): New face.
12275 (org-set-font-lock-defaults): Allow to hide leading stars.
12276 (org-get-legal-level, org-tr-level): New functions.
12277 (org-odd-levels-only): New option.
12278 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12279 (org-demote, org-promote): Deal with double-star levels.
12280 (org-convert-to-odd-levels): New command.
12281
12282 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12283
12284 * speedbar.el (speedbar-update-localized-contents): Try to
12285 preserve window-start.
12286 (speedbar-update-directory-contents): Try to preserve window-start
12287 and window-point.
12288 (speedbar-update-special-contents): Don't move back to start of window.
12289
12290 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12291 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12292 speedbar-timer-fn.
12293 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12294 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12295 instead of gdb-speedbar-timer-fn.
12296
12297 2006-02-28 Jay Belanger <belanger@truman.edu>
12298
12299 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12300 (math-compose-expr): Use latex option when calling
12301 `math-compose-tex-matrix' for latex mode.
12302
12303 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12304
12305 * speedbar.el: Re-instate comments about developing for speedbar
12306 [this is what info and gdb-ui use even if better methods exist now].
12307
12308 * t-mouse.el: New file.
12309 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12310 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12311 (t-mouse-make-event-element): Use posn-at-x-y instead.
12312 (t-mouse-make-event): Deal with Fedora Core 3.
12313 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12314 (t-mouse-mouse-position-function): New function. Use it instead
12315 of advising mouse-position.
12316 (t-mouse-mode): New minor mode.
12317 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12318
12319 2006-02-27 Glenn Morris <rgm@gnu.org>
12320
12321 * calendar/calendar.el (calendar-holidays): Doc fix.
12322
12323 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12324
12325 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12326 Re-introduce the concept of a source window.
12327 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12328 consistency with get-buffer-create.
12329 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12330 (gdb-data-list-register-values-handler)
12331 (gdb-stack-list-locals-handler): Try to preserve window-start as
12332 well as window-point.
12333 (gdb-display-source-buffer): New function (old concept).
12334 (gdb-goto-breakpoint): Use it.
12335
12336 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12337 for gdb-ui/gdb-mi (old concept).
12338
12339 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12340
12341 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12342 binding.
12343
12344 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12345
12346 * textmodes/reftex-sel.el (reftex-select-label-map)
12347 (reftex-select-bib-map): Add `follow-mouse' binding.
12348
12349 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12350
12351 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12352 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12353 Give :set functions to provide automatic updating.
12354 Update docstring. Give compiler defvars early in the file
12355 and move the defcustoms to a later spot where all called functions
12356 are defined.
12357 (jka-compr-file-name-handler-entry): Doc fix.
12358 (jka-compr-compression-info-list--internal)
12359 (jka-compr-mode-alist-additions--internal)
12360 (jka-compr-load-suffixes--internal): New variables.
12361 (jka-compr-install): Set the three above variables.
12362 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12363 (jka-compr-update, jka-compr-set): New functions.
12364 (auto-compression-mode): Doc fix.
12365
12366 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12367 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12368 Use jka-compr-compression-info-list--internal,
12369 jka-compr-mode-alist-additions--internal and
12370 jka-compr-load-suffixes--internal.
12371
12372 * files.el (load-library):
12373 * loadhist.el (file-loadhist-lookup):
12374 * startup.el (command-line):
12375 * subr.el (locate-library):
12376 * emacs-lisp/autoload.el (update-directory-autoloads):
12377 * emacs-lisp/find-func.el (find-library-suffixes):
12378 Use `get-load-suffixes' instead of `load-suffixes'.
12379
12380 * subr.el (locate-library):
12381 * emacs-lisp/find-func.el (find-library-name):
12382 Use `load-file-rep-suffixes' instead of '("").
12383
12384 2006-02-26 Kim F. Storm <storm@cua.dk>
12385
12386 * ido.el (ido-save-history, ido-load-history): Simplify.
12387 Don't use find-file-noselect to avoid interference from other modes.
12388
12389 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12390
12391 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12392 to use the default shell if filename is not available.
12393 Reported by Giorgos Keramidas.
12394
12395 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12396
12397 * progmodes/etags.el (tags-completion-table): Do completion from
12398 all the tables in the current list, as documented in the manual.
12399
12400 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12401
12402 * CC Mode Update to 5.31.3.
12403
12404 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12405
12406 * progmodes/cc-mode.el (c-postprocess-file-styles):
12407 Bind inhibit-read-only to t, around the call to
12408 c-remove-any-local-eval-or-mode-variables, so that it works on a
12409 RO file.
12410
12411 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12412
12413 * progmodes/cc-awk.el: Correct a typo.
12414
12415 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12416
12417 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12418 c-hungry-delete-backwards, at the request of RMS. Leave the old
12419 name as an alias.
12420
12421 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12422
12423 * progmodes/cc-mode.el: Correct a typo.
12424
12425 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12426
12427 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12428
12429 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12430
12431 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12432 brace-else-brace (error due to mbeg, mend being undefined).
12433
12434 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12435
12436 * progmodes/cc-mode.el: File Local variables: Solve the problem
12437 where both `mode' and c-file-offsets are specified: `mode' will
12438 overwrite c-f-o's settings:
12439 (c-remove-any-local-eval-or-mode-variables): New function.
12440 (c-postprocess-file-styles): Call the above new function, within
12441 c-tentative-buffer-change, to splat `mode' and `eval' before the
12442 second hack-local-variables.
12443
12444 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12445
12446 * progmodes/cc-mode.el:
12447 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12448 (c-after-change): Protect the match data with save-match-data.
12449 It was getting corrupted by c-after-change-check-<>-operators.
12450
12451 * cc-defs.el: [Supersedes patch V1.38]:
12452 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12453 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12454
12455 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12456 with save-match-data. It was being corrupted when Font Lock was
12457 not enabled.
12458
12459 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12460
12461 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12462 Mode and Subword Mode.
12463
12464 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12465 real labels ("case 1:" or "foo:") from non-labels ("public:").
12466 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12467 coding; c-f-t-2 doesn't move over a token at EOB.
12468
12469 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12470
12471 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12472 (c-update-modeline): Concatenate the minor mode indicators
12473 directly onto mode-name, removing c-submode-indicators.
12474 Sometimes, c-s-i got separated from the mode name on the mode line.
12475
12476 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12477 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12478
12479 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12480
12481 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12482 error message when there's an evaluation error to show whether
12483 it's loaded from source or not.
12484 (c-filter-ops): Make it available at runtime too to work when
12485 `c-make-init-lang-vars-fun' needs to evaluate from source.
12486
12487 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12488
12489 * help.el (help): Revert last part of 2006-02-23 change (deletion
12490 of the `provide' call).
12491
12492 2006-02-23 Juri Linkov <juri@jurta.org>
12493
12494 * compare-w.el (compare-windows-highlight): Add new value
12495 `persistent' and change :type from `boolean' to `choice'.
12496 (compare-windows-overlays1, compare-windows-overlays2):
12497 New internal variables.
12498 (compare-windows-highlight): If compare-windows-highlight is
12499 `persistent', add current overlays to compare-windows-overlays[12]
12500 instead of adding compare-windows-dehighlight to pre-command-hook.
12501 (compare-windows-dehighlight): Delete all overlays from
12502 compare-windows-overlays[12].
12503
12504 * info.el (Info-search): Don't bind search-spaces-regexp to
12505 Info-search-whitespace-regexp in non-regexp isearch mode.
12506
12507 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12510
12511 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12512
12513 * textmodes/org.el (org-xemacs-p)
12514 (org-export-html-show-new-buffer, org-table-may-need-update)
12515 (org-insert-item, org-mhe-get-message-real-folder)
12516 (org-mhe-get-message-folder-from-index)
12517 (org-mhe-get-message-folder, org-mhe-get-message-num)
12518 (org-mhe-get-header, org-make-org-heading-search-string)
12519 (org-make-org-heading-camel, org-table-sort-lines)
12520 (org-format-org-table-html, org-format-table-table-html):
12521 Fix typos in docstrings.
12522
12523 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12524
12525 * textmodes/org.el (org-cleaned-string-for-export)
12526 (org-solidify-link-text): New function.
12527 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12528 XEmacs, just to silence the compiler.
12529 (org-export-as-ascii, org-export-as-html-and-open):
12530 Use `org-cleaned-string-for-export' and create internal links.
12531 (org-follow-mhe-link): Require mh-e, use folder.
12532
12533 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12534
12535 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12536
12537 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12538 gdb-debug-log-length.
12539 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12540 it a real ring but...
12541 (gud-gdba-marker-filter): ...make it work like mark-ring.
12542 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12543 (gdb-mouse-jump): New function. Add bindings.
12544
12545 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12546
12547 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12548 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12549 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12550 (gdb-debug-log-length): Customize it's length.
12551 (gud-watch, gdb-var-create-handler): Display function::var format
12552 but don't use to create variable object.
12553 (gdb-var-create-handler): Use message-box in place of message.
12554 (gdb-stopped): Call gdb-exited if signalled.
12555
12556 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12557
12558 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12559
12560 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12561
12562 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12563 if `reftex-try-all-extensions' is set.
12564
12565 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12566 fail silently when there is no valid argument at point.
12567 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12568 `fail-silently' argument. From a patch by David Reiter.
12569
12570 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12571 New commands.
12572 (org-mark-ring): New variable.
12573 (org-mark-ring-length): New option.
12574 (org-open-at-point, org-goto, org-open-file): Push old position
12575 onto the mark ring.
12576 (org-add-hook): New function.
12577 (org-export-table-remove-special-lines): New option.
12578 (org-skip-comments, org-format-org-table-html): Respect new
12579 option `org-export-table-remove-special-lines'.
12580 (org-open-file): Allow special command configuration for
12581 directory link.
12582 (org-file-apps): Fix bugs in customize type, added setting
12583 for directories.
12584 (org-activate-tags, org-format-agenda-item, org-complete)
12585 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12586 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12587 (org-link-search, org-make-org-heading-search-string)
12588 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12589 (org-radio-targets, org-file-link-context-use-camel-case)
12590 (org-activate-camels): New options.
12591 (org-update-radio-target-regexp, org-all-targets)
12592 (org-make-target-link-regexp, org-activate-target-links):
12593 New functions.
12594 (org-make-org-heading-search-string): New function.
12595 (org-store-link, org-insert-link): Use new option
12596 `org-file-link-context-use-camel-case'.
12597 (org-activate-camels): Use new option `org-activate-camels'.
12598 (org-link-regexp): Add mhe prefix.
12599 (org-open-at-point, org-store-link): Support for mhe links.
12600 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12601 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12602 (org-mhe-get-header, org-follow-mhe-link): New functions.
12603 (org-remove-angle-brackets, org-add-angle-brackets):
12604 New functions.
12605 (org-bracket-link-regexp): New constant.
12606 (org-read-date): Fix bug that was rejecting all typed dates.
12607 (org-link-search): Make hierarchy above visible after a match.
12608 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12609 (org-store-link): Fix bug with link creation when cursor is in
12610 an empty line.
12611 (org-open-at-point): Fix bug with matching a link.
12612 Fixed buggy argument sequence in call to `org-view-tags'.
12613 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12614 (org-prefix-has-tag): New variable.
12615 (org-format-agenda-item): Remove tags from headline
12616 if appropriate.
12617 (org-agenda-remove-tags-when-in-prefix): New option.
12618
12619 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12620
12621 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12622 Fix the regular expressions.
12623
12624 2006-02-21 Richard M. Stallman <rms@gnu.org>
12625
12626 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12627 if there's no other specific basis.
12628
12629 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12630 as variables at all.
12631 (unsafep-variable): Rename arg; doc fix.
12632
12633 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12634
12635 * calendar/appt.el (diary-selective-display): Add defvar.
12636
12637 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12638
12639 * isearch.el (search-whitespace-regexp): Fix custom type.
12640
12641 * help.el (describe-key-briefly): Compute interactive args
12642 in same was as before previous change.
12643
12644 * files.el (enable-local-variables): Doc fix.
12645
12646 2006-02-21 Kim F. Storm <storm@cua.dk>
12647
12648 * fringe.el: Cleanup as file is now pre-loaded.
12649 (fringe-bitmaps): Initialize unconditionally.
12650 (fringe-mode, set-fringe-style): Remove autoload cookies.
12651
12652 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12653
12654 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12655 `horizontal-bar'.
12656 (fringe-cursor-alist): Use `horizontal-bar'.
12657
12658 2006-02-20 Kim F. Storm <storm@cua.dk>
12659
12660 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12661 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12662
12663 * loadup.el: Load "fringe" on window systems.
12664
12665 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12666
12667 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12668 out of scope components.
12669
12670 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12671 default.
12672
12673 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12674
12675 * custom.el (customize-mark-to-save, customize-mark-as-set):
12676 Load the symbol first.
12677
12678 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12679
12680 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12681 strech spec so it doesn't display as "^J" on the header line
12682 when `Buffer-menu-use-header-line' is t.
12683
12684 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12685
12686 * speedbar.el (speedbar-make-button): Keep text properties
12687 of string arguments if desired.
12688
12689 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12690 expessions.
12691
12692 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12693 of speedbar.
12694
12695 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12696
12697 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12698 to value of `read-file-name-completion-ignore-case'.
12699
12700 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12701
12702 * custom.el (customize-mark-as-set): Push to `user' theme.
12703
12704 * cus-edit.el (custom-save-variables): Allow unthemed values.
12705 (customize-set-variable): Push setting to `user' theme.
12706
12707 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12708
12709 * progmodes/gud.el: Don't require font-lock as it's now
12710 automatically loaded.
12711 (gud-speedbar-buttons): Replace gdb-var-changed with
12712 gdb-force-update.
12713
12714 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12715 gdb-var-changed.
12716 (gdb-post-prompt): Use it.
12717 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12718 (gdb-var-update-handler, gdb-var-delete)
12719 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12720 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12721 gdb-force-update in gdb-post-prompt.
12722 (gdb-reset): Clear watch expressions from speedbar when quitting.
12723
12724 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12725
12726 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12727 (viper-change-state-to-vi, viper-change-state-to-emacs):
12728 Make aware of cursor coloring in the Emacs state.
12729 (viper-special-read-and-insert-char): Use read-char-exclusive.
12730 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12731
12732 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12733
12734 * viper-util.el (viper-save-cursor-color)
12735 (viper-get-saved-cursor-color-in-replace-mode)
12736 (viper-get-saved-cursor-color-in-insert-mode)
12737 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12738 state.
12739 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12740
12741 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12742 (ediff-ignore-case-option3, ediff-actual-diff-options)
12743 (ediff-actual-diff3-options): New variables to control case sensitivity.
12744 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12745 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12746 (ediff-toggle-ignore-case): New function.
12747 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12748
12749 * ediff-help.el (ediff-long-help-message-narrow2)
12750 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12751 (ediff-long-help-message-word-mode): Add ignore-case command.
12752 (ediff-help-for-quick-help): Add ignore-case command.
12753
12754 * ediff-merg.el: Move provide to the end.
12755
12756 * ediff-ptch.el: Move provide to the end.
12757
12758 * ediff-wind.el: Move provide to the end.
12759
12760 * ediff-mult.el: Move provide to the end.
12761 (ediff-set-meta-overlay): Enable follow-link.
12762
12763 * ediff.el: Move provide to the end.
12764 Break recursive load cycle in eval-when-compile.
12765 (ediff-patch-buffer): Better heuristics.
12766
12767 * ediff-util.el: Move provide to the end.
12768 Break recursive load cycle in eval-when-compile.
12769 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12770 defuns.
12771 (ediff-submit-report): Pass the values of ediff-diff3-program,
12772 ediff-diff3-options.
12773
12774 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12775
12776 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12777 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12778 `' (for example, in the docstring of `windmove-default-keybindings').
12779
12780 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12781
12782 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12783 shadow face. Don't provide binding to edit variable when it is
12784 out of scope.
12785
12786 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12787 (gdb-var-update-handler): Detect out of scope variables with pre
12788 GDB 6.4 too.
12789 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12790 Reset status of variable objects to nil in update handlers.
12791 (gdb-var-update-handler-1): Detect when a variable object comes
12792 in scope. setcar on var changes gdb-var-list directly.
12793
12794 2006-02-17 Juri Linkov <juri@jurta.org>
12795
12796 * ffap.el (ffap) <defface>: Add explicit face declaration.
12797 (ffap-highlight): Use face `ffap' directly instead of checking
12798 for its existence.
12799
12800 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12801 `visible-ok' of `other-buffer' to find the right original buffer.
12802
12803 * info.el (Info-search): Skip `Local Variables' node.
12804
12805 2006-02-17 Juri Linkov <juri@jurta.org>
12806
12807 * info.el (Info-find-file): Check for symbols `apropos', `history',
12808 `toc' in the input filename, and return these symbols as is.
12809 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12810 `history', `toc' instead of strings.
12811 (Info-set-mode-line): For non-string Info-current-file use the
12812 symbol's name inside **.
12813 (Info-isearch-push-state): Add quote before Info-current-file and
12814 Info-current-node.
12815 (Info-isearch-pop-state): Use `equal' instead of `string='.
12816 (Info-extract-pointer, Info-following-node-name): Use
12817 `match-string-no-properties' instead of `match-string'.
12818 (Info-up): Check `old-file' for `stringp'.
12819 (Info-history): Use `equal' instead of `string-equal'.
12820 Check `file' for `stringp'.
12821 (Info-history): Use symbol `history' instead of string as first arg
12822 of `Info-find-node'.
12823 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12824 `toc' instead of string.
12825 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12826 instead of `buffer-substring', and `match-string-no-properties'
12827 instead of `match-string'.
12828 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12829 instead of strings.
12830 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12831 Use symbol `apropos' instead of string.
12832 (Info-copy-current-node-name): Check `Info-current-file' for
12833 `stringp' and construct a command with `Info-find-node' from it.
12834 (Info-fontify-node): Use `match-string-no-properties' instead of
12835 `match-string' and check file names for `stringp'.
12836 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12837 `history', `toc' instead of strings.
12838
12839 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12840
12841 * files.el: Rearrange functions and variables in the file local
12842 variables section.
12843
12844 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12845
12846 * files.el: Add truncate-lines, ispell-check-comments and
12847 ispell-local-dictionary as safe local variables.
12848
12849 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12850
12851 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12852 out of scope variables.
12853 (gud-speedbar-buttons): Use unless.
12854
12855 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12856 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12857 (gdb-show-changed-values): Also use for out of scope variables.
12858 (gdb-var-update-handler-1): Note if variable goes out of scope.
12859
12860 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12861
12862 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12863 default to global variable values for unsupplied args.
12864 (rcirc-get-buffer-create): Fix bug with setting the target.
12865 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12866 test for rcirc-always-use-server-buffer-flag here.
12867 (rcirc-response-formats): Add %N, which is a facified nick. %n
12868 uses the default face. Change the ACTION format string. If the
12869 "nick" is the server, don't print anything for that field.
12870 Comment fixes.
12871 (rcirc-target-buffer): Don't test
12872 rcirc-always-use-server-buffer-flag here.
12873 (rcirc-print): Squeeze extra spaces out of the text before message.
12874 (rcirc-put-nick-channel): Strip potential "@" char from nick
12875 before adding them to nick table.
12876 (rcirc-url-regexp): Improve to match address like "foo.com".
12877
12878 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12879
12880 * allout.el (allout-hidden-p): Move this defsubst before
12881 allout-overlay-interior-modification-handler, where it is first
12882 used.
12883
12884 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12885
12886 * allout.el: Use allout invisible-text overlays instead of
12887 selective display for concealed text. Also, lots of general
12888 cleanup, and improved compatibility code.
12889
12890 (allout-version) Incremented, corrected, revised, and refined
12891 module commentary.
12892
12893 (provide 'allout): Moved to the bottom, added a require of overlay.
12894
12895 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12896 `except-current'.
12897 (allout-write-file-hook-handler): Minimize delay.
12898 (count-trailing-whitespace-region): New function so
12899 auto-encryption of current topic can resituate cursor exactly.
12900 PGP/GPG encryption trims trailing whitespace from lines, which
12901 must be accounted for across encryption then decryption.
12902
12903 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12904 just plain "\C-c", to avoid intruding on user's keybinding space.
12905
12906 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12907 parameter, so user request to provide a new password is done.
12908
12909 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12910 Refined mechanism for auto-filling behavior while in allout mode.
12911
12912 (allout-mode): Explicitly specify the mode map in the docstring.
12913 Clarify provision for various write-file hook var names.
12914 Adjusted for invisible-text overlays instead of selective-display.
12915
12916 (allout-depth): Really return 0 if not within any topic. This
12917 rectifies `allout-beginning-of-level' and sequence numbering
12918 errors that occur when cutting and pasting numbered topics.
12919 Changed from a in-line subst to a regular function, as well.
12920
12921 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12922
12923 (allout-end-of-subtree, allout-end-of-subtree)
12924 (allout-end-of-entry, allout-end-of-current-heading)
12925 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12926 (allout-show-children, allout-show-to-offshoot)
12927 (allout-hide-current-entry, allout-show-current-entry): Rectified
12928 handling of trailing blank lines between items.
12929
12930 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12931 (allout-current-depth, allout-unprotected, allout-hidden-p)
12932 (allout-on-current-heading-p, allout-listify-exposed)
12933 (allout-chart-subtree, allout-goto-prefix)
12934 (allout-back-to-current-heading, allout-get-body-text)
12935 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12936 (allout-hide-region-body, allout-toggle-subtree-encryption)
12937 (allout-encrypt-string, allout-encrypted-key-info)
12938 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12939 (allout-file-vars-section-data): Adjusted for use with
12940 invisible-text overlays instead of selective-display.
12941
12942 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12943 Reworked for use with invisible text overlays.
12944
12945 (allout-current-topic-collapsed-p): New function.
12946
12947 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12948 to know when to close the containing topic.
12949
12950 (allout-pre-command-business, allout-post-command-business):
12951 Simplify undo-batching and dynamic isearch exposure.
12952
12953 (allout-set-overlay-category): New for invisible-text overlays.
12954 Sets properties of allout-overlay-category, used by
12955 allout-flag-region to set invisible-text overlay properties.
12956 (allout-get-invisibility-overlay): Get the first qualifying
12957 invisibility overlay, so we can find the extent of it.
12958 (allout-back-to-visible-text): Get to just before the beginnining
12959 of the current invisibility overlay, if any.
12960
12961 (allout-overlay-insert-in-front-handler)
12962 (allout-overlay-interior-modification-handler)
12963 (allout-before-change-handler, allout-isearch-end-handler): New
12964 functions to handle extraordinary actions affecting concealed
12965 text.
12966
12967 (allout-flag-region): Use overlays instead of selective-display
12968 for invisible text - by inheritence from the properties of
12969 allout-overlay-category in mainline Emacs, and applied
12970 property-by-property in XEmacs, some recent versions of which
12971 don't inherit the properties from the category. Provisions to
12972 respond to concealed-text edits simplified drastically.
12973
12974 (allout-isearch-rectification, allout-isearch-was-font-lock)
12975 (allout-isearch-expose, allout-enwrap-isearch)
12976 (allout-isearch-abort, allout-pre-was-isearching)
12977 (allout-isearch-prior-pos, allout-isearch-did-quit)
12978 (allout-isearch-dynamic-expose)
12979 (allout-hide-current-entry-completely): Functions deleted.
12980
12981 (allout-undo-aggregation): Explicit undo aggregation no longer
12982 necessary due to transition away from selective-display.
12983
12984 (set-allout-regexp, allout-up-current-level)
12985 (allout-next-visible-heading, allout-forward-current-level)
12986 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12987 (allout-kill-line, allout-yank-processing, allout-show-children)
12988 (allout-expose-topic, allout-old-expose-topic)
12989 (allout-listify-exposed, allout-insert-latex-header)
12990 (allout-toggle-subtree-encryption, allout-encrypt-string)
12991 (remove-from-invisibility-spec, allout-hide-current-subtree):
12992 Ditched unused variables.
12993
12994 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12995
12996 * textmodes/ispell.el (ispell-change-dictionary): Call
12997 ispell-buffer-local-dict instead of
12998 ispell-accept-buffer-local-defs.
12999 (ispell-local-dictionary-alist): Accept as valid any coding-system
13000 supported by Emacs.
13001 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
13002 changed to iso-8859-3.
13003
13004 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
13005
13006 * speedbar.el (speedbar-frame-width): Make an inline function
13007 instead of a macro. Use frame-width.
13008 (speedbar-try-completion, speedbar-update-contents)
13009 (speedbar-timer-fn): Use consp.
13010 (speedbar-update-localized-contents): Try to preserve point.
13011
13012 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
13013 (menu): Re-order menu items.
13014 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13015 field.
13016 (gdb-var-update-handler-1): Use it for GDB 6.4+.
13017 (gdb-post-prompt): Speed things by not forcing update.
13018
13019 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
13020
13021 * wid-edit.el (widget-button-click): For mouse-1, cancel button
13022 press and perform default action if we get a mouse movement event.
13023
13024 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13025
13026 * calendar/icalendar.el (icalendar--get-event-property)
13027 (icalendar--get-event-property-attributes): Fix typos in
13028 docstrings.
13029
13030 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13031 docstring.
13032
13033 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
13034
13035 * bs.el (bs-mode): Use `buffer-disable-undo'.
13036 (bs--get-file-name): Simplify.
13037 (bs-show-in-buffer): Mark the buffer as not modified.
13038
13039 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13040
13041 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13042 widget-button-click.
13043
13044 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13045 (custom-mode): Update docstring.
13046
13047 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13048 binding.
13049
13050 * files.el (hack-local-variables-confirm): Allow scrolling if the
13051 file variable list is too long. Kill temp buffer after use.
13052
13053 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
13054
13055 * progmodes/gud.el (gdb): Improve doc string.
13056 (gdb-script-font-lock-keywords): Expand allowed character set.
13057
13058 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13059 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13060 (gdb-separate-io-interrupt, gdb-separate-io-quit)
13061 (gdb-separate-io-stop, gdb-separate-io-eof):
13062 Rename from gdb-inferior-* to gdb-separate-*.
13063 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13064
13065 2006-02-14 Jay Belanger <belanger@truman.edu>
13066
13067 * calc/calc-arith.el (math-check-known-scalarp): Make sure
13068 expression is a symbol before checking that it is bound.
13069
13070 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13071 test to see if equation can be solved.
13072
13073 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13074
13075 * wid-edit.el (widget-button-click): Use :pressed-face property
13076 for overlay face, if it exists.
13077
13078 * cus-edit.el (custom-manual, custom-add-see-also)
13079 (custom-add-parent-links, custom-group-link): Add :pressed-face
13080 property to links.
13081
13082 * files.el (hack-local-variables): Remove ignored variables before
13083 checking if any variables need setting.
13084
13085 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13086
13087 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13088
13089 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
13090
13091 * help.el (where-is): Fix message for remapped commands.
13092
13093 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13094 Fix typos in docstrings.
13095
13096 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
13097
13098 * files.el (safe-local-variable-values): New option.
13099 (hack-local-variables-prop-line): Return a list of variable-value
13100 pairs if MODE-ONLY is non-nil.
13101 (hack-local-variables): Construct list of variable-value pairs,
13102 and apply or reject them in one go. Ask for confirmation if
13103 variables are not known safe.
13104 (hack-local-variables-confirm): Complete rewrite. Support
13105 `safe-local-variable-values'.
13106 (enable-local-variables): Update docstring to reflect new
13107 behavior.
13108 (ignored-local-variables): Ignore ignored-local-variables and
13109 safe-local-variable-values.
13110 (safe-local-variable-p): New function.
13111 (risky-local-variable-p): `safe-local-variable' property check
13112 moved to safe-local-variable-p.
13113 (hack-one-local-variable): Checks moved to hack-local-variables.
13114
13115 (byte-compile-dynamic, c-basic-offset, c-file-style)
13116 (c-indent-level, comment-column, fill-column, fill-prefix)
13117 (indent-tabs-mode, kept-new-versions, no-byte-compile)
13118 (no-update-autoloads, outline-regexp, page-delimiter)
13119 (paragraph-start, paragraph-separate, sentence-end)
13120 (sentence-end-double-space tab-width, version-control):
13121 Add `safe-local-variable' property.
13122
13123 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13124
13125 * icomplete.el, play/landmark.el: Change nonexistent
13126 `outline-layout' file variable to `allout-layout'.
13127
13128 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
13129
13130 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13131 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13132 to gud-comint-buffer.
13133 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13134 gdb-ui.el for gdb-mi.el.
13135 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13136 registers buffer to gdb-get-changed-registers.
13137 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13138 deletion of catchpoints (throw and catch).
13139 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13140 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13141 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13142 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13143 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13144
13145 2006-02-13 Jay Belanger <belanger@truman.edu>
13146
13147 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13148 expression is a symbol before checking that it is bound.
13149
13150 2006-02-13 Richard M. Stallman <rms@gnu.org>
13151
13152 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13153 for the minibuffer too, but not if resize-mini-windows will interfere.
13154
13155 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13156 inside `interactive' spec.
13157 (describe-key-briefly-internal, describe-key-internal):
13158 Functions merged back into their callers.
13159
13160 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13161
13162 * info.el (info-xref-visited): Inherit from info-xref too.
13163 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13164 when propertizing Info-current-file and Info-current-node.
13165
13166 2006-02-13 Juri Linkov <juri@jurta.org>
13167
13168 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13169 (tumme-thumb-name): Fix per-directory format.
13170
13171 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13172
13173 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13174
13175 2006-02-12 Miles Bader <miles@gnu.org>
13176
13177 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13178
13179 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13180
13181 * tumme.el: Remove history section. If someone needs the it, it
13182 can always be found in CVS.
13183
13184 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13185
13186 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13187 about the Thumbnail Managing Standard option.
13188
13189 2006-02-12 Richard M. Stallman <rms@gnu.org>
13190
13191 * subr.el (substitute-key-definition): Doc fix.
13192
13193 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13194
13195 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13196
13197 * info.el (Info-mode): Doc fix.
13198
13199 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13200
13201 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13202
13203 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13204 because on Solaris a POSIX compatible "id" is needed. Reported by
13205 Magnus Henoch <mange@freemail.hu>.
13206
13207 2006-02-12 Juri Linkov <juri@jurta.org>
13208
13209 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13210 (tumme) <defgroup>: Change :group to `multimedia'.
13211 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13212 Managing Standard.
13213 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13214 Fix dostring.
13215 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13216 and %y. Fix docstring.
13217 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13218 (tumme-cmd-create-standard-thumbnail-command): New user options.
13219 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13220 is `standard'. Fix docstring.
13221 (tumme-thumb-width, tumme-thumb-height): New user options.
13222 (tumme-external-viewer): Try to find various viewers.
13223 (tumme-get-thumbnail-image): Use `create-image' instead of
13224 constructing the `image' structure.
13225 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13226 `standard'.
13227 (tumme-thumb-name): Add file name generation for standard storage.
13228 Simplify code for other storages.
13229 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13230 Add modification time %m and thumbnail-nq8 %q.
13231 Use `tumme-cmd-create-standard-thumbnail-command' if
13232 tumme-thumbnail-storage is `standard'.
13233 (tumme-dired-insert-marked-thumbs): New autoload command.
13234 (tumme-dired-after-readin-hook): New function.
13235 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13236 `tumme-thumb-size'.
13237 (tumme-display-image): Replace size-x %x and size-y %y with
13238 width %w and height %h.
13239
13240 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13241 `tumme-dired-insert-marked-thumbs'.
13242
13243 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13244
13245 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13246 include path).
13247 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13248 matching tag.
13249
13250 2006-02-12 Miles Bader <miles@gnu.org>
13251
13252 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13253 New variables.
13254 (rcirc-abbrev-nick): New function.
13255 (rcirc-format-response-string): Rewrite to use the formats in
13256 `rcirc-response-formats' and expand escape sequences therein.
13257 A text-property `rcirc-text' is added over the actual response
13258 text to make easy to find inside the returned string.
13259 (rcirc-print): When filling, just look for the `rcirc-text'
13260 text-property to find the appropriate fill prefix, instead of
13261 using hardwired patterns.
13262
13263 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13264
13265 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13266 Managing Standard.
13267
13268 2006-02-11 Kim F. Storm <storm@cua.dk>
13269
13270 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13271 Don't use insert-buffer; do insert-buffer-substring directly.
13272 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13273
13274 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13275
13276 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13277 with inhibit-read-only. Suggested by Stefan Monnier.
13278 (revert-buffer): Let insert-file-contents discard
13279 buffer-undo-list. Simplify code.
13280 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13281
13282 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13283
13284 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13285
13286 * help.el (describe-key-briefly): Now a wrapper for
13287 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13288 to t. Populate yank-menu if empty.
13289 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13290 (describe-key): Now a wrapper for describe-key-internal. Bind
13291 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13292 (describe-key-internal): Renamed from describe-key.
13293
13294 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13295
13296 * progmodes/glasses.el (glasses-separator): Doc fix.
13297 (glasses-original-separator): New defcustom.
13298 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13299
13300 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13301
13302 * mwheel.el (mouse-wheel-up-event): Doc fix.
13303
13304 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13305
13306 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13307 (tumme-dir): New function. Copied from thumbs.el.
13308
13309 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13310
13311 * desktop.el (desktop-outvar): Fix typo.
13312 (desktop-save-buffer-p): Doc fix.
13313
13314 * subr.el (substitute-key-definition): Fix typo.
13315
13316 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13317
13318 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13319 when window-system is mac.
13320
13321 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13322
13323 2006-02-10 Kim F. Storm <storm@cua.dk>
13324
13325 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13326 indirect-function instead of using condition-case.
13327
13328 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13329
13330 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13331 less `colloquial'...
13332
13333 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13334
13335 * tumme.el: Add a couple of todo items.
13336
13337 2006-02-09 Lars Hansen <larsh@soem.dk>
13338
13339 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13340 (highlight-changes-mode): Don't change desktop-locals-to-save.
13341
13342 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13343
13344 * image-mode.el (image-toggle-display): Clear image cache if using
13345 filename.
13346
13347 2006-02-09 Masatake YAMATO <jet@gyve.org>
13348
13349 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13350 a `dired-man' target.
13351
13352 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13353 boundary of symbols.
13354
13355 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13356
13357 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13358
13359 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13360
13361 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13362 `mapcar'; return nil.
13363
13364 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13365
13366 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13367 some other event.
13368
13369 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13370
13371 * net/rcirc.el (rcirc-startup-channels-alist):
13372 Add irc.freenode.net and #emacs as defaults.
13373 (rcirc-ignore-all-activity-flag): Remove variable.
13374 (rcirc-authinfo): New variable.
13375 (rcirc-authinfo-filename): Remove variable.
13376 (rcirc-always-use-server-buffer-flag): New flag.
13377 (rcirc): M-x rcirc will automatically connect without prompting.
13378 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13379 connection in lisp.
13380 (rcirc-process-server-response-1): Remove everything but the nick
13381 portion of the sender so it doesn't need to be done everywhere
13382 else. Update related code.
13383 (global-map): Remove global keybindings.
13384 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13385 (rcirc-send-input): Split into several functions.
13386 (rcirc-process-input-line, rcirc-process-message)
13387 (rcirc-process-command): New functions.
13388 (rcirc-target-buffer): New function to determine where to route
13389 messages.
13390 (rcirc-user-nick): Save match data.
13391 (rcirc-toggle-ignore-buffer-activity)
13392 (rcirc-update-activity-string): Remove global ignore functionality,
13393 which can be done now by toggling rcirc-track-minor-mode.
13394 (rcirc-track-minor-mode-map): New keymap.
13395 (rcirc-track-minor-mode): New minor-mode.
13396 (ignore): Make the ignore output nicer. Always print it when
13397 adding or removing nicks.
13398 (rcirc-url-regexp): Improve.
13399 (rcirc-mangle-text): Remove properties before using text in the
13400 modeline.
13401 (rcirc-authenticate): Authentication data comes from
13402 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13403 (rcirc-server-prefix): Inherit from rcirc-server.
13404
13405 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13406
13407 * Makefile.in (compile): Append "|| true" to the end of the `find'
13408 command, like compile-always does.
13409
13410 2006-02-08 Sam Steingold <sds@gnu.org>
13411
13412 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13413 output from a dead connection.
13414
13415 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13416
13417 * dired.el (dired-mode-map): Add more bindings for tumme.
13418
13419 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * wdired.el (wdired-mode-map): Use remap.
13422 (wdired-get-filename): Massage.
13423 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13424 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13425 `keymap' property rather than `local-map'.
13426
13427 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13428
13429 * tumme.el (tumme-get-thumbnail-image): New utility function.
13430 Suggested by from Chong Yidong.
13431 (tumme-dired-with-window-configuration): Rename from
13432 `tumme-dired'. Add code to save window configuration.
13433 (tumme-restore-window-configuration): New command to restore the
13434 window configuration that `tumme-dired-with-window-configuration'
13435 saves before it changes the window configuration.
13436 (tumme-show-all-from-dir): New command to display thumbnails for
13437 all files in a directory entered by the user, like M-x thumbs.
13438 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13439 have been created.
13440 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13441 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13442 Remove obsolete test function.
13443
13444 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13445
13446 * vc.el (small-temporary-file-directory): Remove defvar; there's
13447 a defcustom for it in files.el.
13448
13449 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13450 Fix typo in message.
13451 (tumme-gallery-generate): Fix typo in `error' message.
13452 (tumme-display-window-height-correction)
13453 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13454 (tumme-line-up-interactive): Dox fixes.
13455 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13456 (tumme-restore-window-configuration, tumme-format-properties-string)
13457 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13458 Fix typos in docstrings.
13459
13460 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13461
13462 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13463
13464 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13465
13466 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13467 User should use hook if desired.
13468
13469 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13470 buffer if necessary.
13471 (gdb-delete-frame-or-window): New function.
13472 (gdb-breakpoints-mode-map): Bind "q" to it.
13473
13474 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * textmodes/nroff-mode.el: Clean up name space.
13477 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13478 (nroff-mode): Obey the global setting of nroff-electric-mode.
13479 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13480
13481 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13482
13483 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13484
13485 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13486
13487 2006-02-06 Lars Hansen <larsh@soem.dk>
13488
13489 * generic-x.el (etc-fstab-generic-mode): Add file system types
13490 cifs and usbdevfs. Allow special chars in file names.
13491
13492 2006-02-05 Jay Belanger <belanger@truman.edu>
13493
13494 Update copyright notices of the files in lisp/calc.
13495
13496 2006-02-05 Romain Francoise <romain@orebokech.com>
13497
13498 Update copyright notices of all files in the lisp/play directory.
13499
13500 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13501
13502 * ldefs-boot.el: Regenerate.
13503
13504 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13505
13506 2006-02-05 Kim F. Storm <storm@cua.dk>
13507
13508 * files.el (magic-mode-regexp-match-limit): New defvar.
13509 (set-auto-mode): Use it to limit magic-mode-alist matching.
13510
13511 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13512
13513 * info.el (Info-index, Info-mode): Improve the description of the
13514 `i' command.
13515
13516 * ldefs-boot.el: Regenerate.
13517
13518 2006-02-03 Werner Lemberg <wl@gnu.org>
13519
13520 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13521 greedy to find the closing bracket in \*[...] and similar
13522 expressions. This is a first rough fix -- many additional
13523 refinements are necessary to make nroff mode really usable with groff.
13524
13525 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13526
13527 * international/mule-cmds.el (set-locale-environment):
13528 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13529 libX11.
13530
13531 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13532
13533 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13534 archive are created in archive-tmpdir.
13535
13536 2006-02-02 John Paul Wallington <jpw@pobox.com>
13537
13538 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13539 (ibuffer-fontification-alist): Use it.
13540 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13541 to "* z" and the Ibuffer Mark menu.
13542
13543 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13544
13545 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * textmodes/table.el (*table--cell-describe-mode)
13548 (*table--cell-describe-bindings): Undo last change since
13549 print-help-return-message is not obsoleted by anything at all.
13550
13551 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13552
13553 * emulation/cua-base.el (cua-mode): Doc fix.
13554
13555 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13556
13557 * dframe.el (dframe-handle-make-frame-visible)
13558 (dframe-handle-iconify-frame, dframe-get-focus)
13559 (dframe-select-attached-frame, dframe-power-click)
13560 (dframe-frame-mode): Fix typos in docstrings.
13561
13562 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13563 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13564 Fix typos in docstrings.
13565
13566 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13567 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13568 (hi-lock-archaic-interface-message-used)
13569 (hi-lock-file-patterns-range): Fix typos in docstrings.
13570
13571 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13572 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13573
13574 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13575 Fix typo in docstring.
13576
13577 * net/newsticker.el (newsticker--decode-iso8601-date)
13578 (newsticker--set-customvar, newsticker--buffer-insert-item)
13579 (newsticker--do-run-auto-mark-filter)
13580 (newsticker--parse-generic-feed): Doc fixes.
13581 (newsticker--retrieval-timer-list, newsticker-url-list)
13582 (newsticker-hide-immortal-items-in-echo-area)
13583 (newsticker-hide-obsolete-items-in-echo-area)
13584 (newsticker-new-item-face, newsticker--enclosure)
13585 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13586 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13587 (newsticker--parse-generic-feed, newsticker--cache-contains)
13588 (newsticker--stat-num-items, newsticker-download-enclosures):
13589 Fix typos in docstrings.
13590
13591 * net/rcirc.el (rcirc-debug): Doc fix.
13592 (rcirc-fill-column, rcirc-receive-message-hooks)
13593 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13594 (rcirc-mode, rcirc-generate-new-buffer-name)
13595 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13596 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13597 Fix typos in docstrings.
13598 (rcirc-print): "?\ " -> "?\s".
13599 (rcirc-cmd-join): Improve argument/docstring consistency.
13600
13601 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13602
13603 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13604 before narrow-to-region.
13605
13606 2006-02-01 Richard M. Stallman <rms@gnu.org>
13607
13608 * simple.el (move-beginning-of-line): Scan properly for invis change.
13609
13610 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13611
13612 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13613
13614 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13615 change bit only when id-format is 'integer. Reported by Matt
13616 Hodges <M.P.Hodges@rl.ac.uk>.
13617
13618 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13619
13620 * hilit-chg.el (highlight-changes-initial-state)
13621 (highlight-changes-global-initial-state): Doc fixes.
13622 (highlight-changes-global-modes, global-highlight-changes):
13623 Fix typos in docstrings.
13624
13625 2006-02-01 Kim F. Storm <storm@cua.dk>
13626
13627 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13628 transient-mark-mode in doc string.
13629
13630 2006-01-31 Richard M. Stallman <rms@gnu.org>
13631
13632 * replace.el (multi-occur): Doc fix.
13633 (multi-occur-in-matching-buffers): Rename from
13634 multi-occur-by-filename-regexp. Prefix arg says match
13635 buffer names instead of file names.
13636
13637 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13638
13639 * bs.el: Allow non-default values of `bs-header-lines-length'.
13640 (bs--running-in-xemacs): Remove (not needed anymore).
13641 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13642 instead of `shrink-window', thus avoiding having to compute the
13643 height of the window.
13644 (bs--up): Wrap around even when there's no header.
13645 (bs--down): Use `forward-line' instead of `next-line'.
13646
13647 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13648
13649 * image-mode.el (image-toggle-display): Use file name if possible,
13650 instead of unnecessarily allocating a (possibly huge) lisp string.
13651
13652 2006-01-30 John Paul Wallington <jpw@pobox.com>
13653
13654 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13655 because the `assert' macro signals it at runtime.
13656
13657 * emacs-lisp/cl.el (toplevel): Remove definition of
13658 `cl-assertion-failed' condition.
13659
13660 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13661
13662 * thumbs.el (thumbs-marked-list): Make buffer-local and
13663 permanent-local.
13664 (thumbs-insert-thumb): Make help-echo non-sticky.
13665 (thumbs-file-alist): Use eolp as check for (non)-image.
13666
13667 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13668
13669 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13670 (ediff-before-session-group-setup-hooks)
13671 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13672 Fix typos in docstrings.
13673
13674 * window.el (bw-dir, bw-eqdir, balance-windows)
13675 (split-window-keep-point): Fix typos in docstrings.
13676
13677 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13678 (org-quote-string, org-calendar-to-agenda-key)
13679 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13680 (org-show-following-heading, org-tags-column)
13681 (org-use-tag-inheritance, org, org-allow-space-in-links)
13682 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13683 (org-enable-table-editor, org-calc-default-modes)
13684 (org-table-allow-automatic-line-recalculation)
13685 (org-export-html-style, org-export-with-fixed-width)
13686 (org-export-with-sub-superscripts, org-special-keyword)
13687 (org-formula, org-time-grid, org-table-may-need-update)
13688 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13689 (org-goto-quit, org-get-indentation, org-end-of-item)
13690 (org-move-item-down, org-move-item-up)
13691 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13692 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13693 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13694 (org-agenda-log-mode, org-agenda-toggle-diary)
13695 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13696 (org-agenda-file-to-end, org-agenda-no-heading-message)
13697 (org-agenda-get-closed, org-format-agenda-item)
13698 (org-cmp-priority, org-cmp-category, org-cmp-time)
13699 (org-agenda-change-all-lines, org-agenda-diary-entry)
13700 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13701 (org-link-search, org-camel-to-words, org-open-file)
13702 (org-remember-handler, org-table-convert-region)
13703 (org-table-move-row-down, org-table-move-row-up)
13704 (org-table-copy-region, org-table-wrap-region)
13705 (org-table-toggle-vline-visibility)
13706 (org-table-get-vertical-vector, org-table-modify-formulas)
13707 (org-table-get-specials, org-recalc-commands)
13708 (org-table-rotate-recalc-marks, org-table-eval-formula)
13709 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13710 (org-level-color-stars-only, org-insert-heading):
13711 Fix typos in docstrings.
13712 (last-arg): Add defvar.
13713
13714 * makefile.w32-in (WINS): Add erc.
13715 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13716
13717 2006-01-29 Bill Wohler <wohler@newt.com>
13718
13719 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13720 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13721 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13722 (mh-autoloads): Don't use comments on otherwise empty lines.
13723
13724 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13725
13726 * emulation/viper.el (viper-major-mode-modifier-list):
13727 Add insert-state and vi-state entries for erc-mode.
13728 (viper-go-away, viper-set-hooks): Add and remove
13729 viper-comint-mode-hook from erc-mode-hook as appropriate.
13730
13731 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13732
13733 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13734
13735 * bs.el (bs--format-aux): Implement `middle' alignment as
13736 described in the docstring for `bs-attributes-list'.
13737 (bs--get-name): Simplify. Don't pad the buffer name.
13738
13739 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13740
13741 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13742 English aspell dictionary is installed, use the first entry of
13743 ispell-dictionary-alist-1.
13744
13745 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13746
13747 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13748 Doc fix.
13749
13750 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13751
13752 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13753 for `process-file', in order to let it work for older Emacsen too.
13754
13755 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13756
13757 * international/latexenc.el: Add a suitable `coding:' tag.
13758 (latexenc-find-file-coding-system): Undo last change.
13759
13760 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13761
13762 * international/latexenc.el (latexenc-find-file-coding-system):
13763 Make sure latexenc-main-file is a regular file and is readable.
13764
13765 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13766
13767 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13768 Pass FILE to vc-user-login-name.
13769
13770 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13771
13772 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13773
13774 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13775 there are no more images to display.
13776 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13777 the next image.
13778
13779 2006-01-26 Richard M. Stallman <rms@gnu.org>
13780
13781 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13782
13783 * wid-edit.el (advertised-widget-backward): New alias.
13784 (widget-keymap): Use advertised-widget-backward for S-TAB.
13785
13786 * tumme.el: Correct the keywords.
13787 (tumme-dir-max-size): Use defvar.
13788 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13789
13790 * simple.el (move-beginning-of-line): Take account of fields.
13791 (clone-indirect-buffer-other-window): Take args like
13792 clone-indirect-buffer, and work like it.
13793
13794 * help-fns.el (describe-function): Don't pass `nil' as default.
13795
13796 * files.el (risky-local-variable-p): Follow var aliases.
13797
13798 * subr.el (lazy-completion-table): Doc fix.
13799
13800 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13801 global binding of `line'.
13802
13803 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13804
13805 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13806 Tramp.
13807
13808 * vc.el (vc-default-dired-state-info): Pass FILE to
13809 vc-user-login-name.
13810 (vc-default-update-changelog): Don't use vc-user-login-name, we
13811 don't need it here.
13812
13813 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13814 no longer necessary.
13815
13816 2006-01-25 Kenichi Handa <handa@m17n.org>
13817
13818 * international/mule.el (decode-char): Avoid the overhead of
13819 calling utf-lookup-subst-table-for-decode if
13820 utf-translate-cjk-mode is nil.
13821 (encode-char): Avoid the overhead of calling
13822 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13823 nil.
13824
13825 2006-01-22 Kenichi Handa <handa@m17n.org>
13826
13827 * international/mule.el (make-subsidiary-coding-system): Reset
13828 `coding-system-define-form' property of subsidiaries to nil.
13829 Avoid duplicated entry in coding-system-alist.
13830 (make-coding-system): Avoid duplicated entry in
13831 coding-system-alist.
13832 (define-coding-system-alias): Likewise.
13833
13834 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13835
13836 * completion.el: Minor fixes in introductory comment.
13837 (completion-def-wrapper): Fix alist.
13838
13839 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13840
13841 * thumbs.el (thumbs-new-image-size): New function.
13842 (thumbs-increment-image-size-element)
13843 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13844 (thumbs-decrement-image-size): Delete.
13845 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13846 temp files and use to resize.
13847 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13848 Use increment argument to enlarge/shrink. Preserve point.
13849 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13850 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13851 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13852 (thumbs-mark, thumbs-unmark): Preserve point.
13853 (thumbs-modify-image): Keep old temp files and use to modify.
13854 Cleanup old temp files at load time. Preserve point.
13855 (thumbs-view-image-mode-map): Use new command names.
13856
13857 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13858
13859 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13860
13861 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13862 the nastiest part of the cyclic dependency.
13863 (cal-menu-update): Use dotimes and calendar-increment-month.
13864
13865 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13866 (calendar-week-start-day): Add an :initializer.
13867 (calendar-mode-map): Use suppress-keymap, and command remapping.
13868 (describe-calendar-mode): Setup xref-stack info for the back button.
13869 (calendar-star-date): Insert before delete.
13870 (calendar-set-mode-line): Add file-modified info if applicable.
13871 (calendar-increment-month): New function.
13872
13873 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13874
13875 * font-lock.el (lisp-font-lock-keywords-2):
13876 Recognize "& keywords" only at word boundaries.
13877
13878 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13879
13880 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13881 and permanent-local.
13882 (thumbs-max-image-number): New variable.
13883 (thumbs-do-thumbs-insertion): Use them.
13884 (thumbs-per-line): Change default to 4.
13885 (thumbs-marked-list): Rename from thumbs-markedL.
13886 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13887 (thumbs-rename-images): Use -list instead of L for internal variables.
13888 (thumbs-call-convert): Use call-process instead of shell-command.
13889 (thumbs-insert-thumb): Add filename as help-echo to each image.
13890 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13891 Give dir to thumbs-show-thumbs-list.
13892 (thumbs-show-thumbs-list): Set default-directory to that of images.
13893 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13894 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13895 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13896 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13897
13898 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * ses.el (ses-read-cell): Provide a default value.
13901
13902 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13903
13904 * term/w32-win.el (image-library-alist): Add additional names for
13905 GIF library.
13906
13907 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13908
13909 * international/latexenc.el (latexenc-find-file-coding-system):
13910 Add file-regular-p check.
13911
13912 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * simple.el (clone-buffer): Don't show the new buffer in the same
13915 window.
13916
13917 2006-01-23 Juri Linkov <juri@jurta.org>
13918
13919 * faces.el (link, link-visited): New faces based on default values
13920 of `info-xref' and `info-xref-visited'.
13921
13922 * info.el (info-xref): Inherit from `link'.
13923 (info-xref-visited): Inherit from `link-visited'.
13924
13925 * cus-edit.el (custom-buffer-create-internal): Use widget type
13926 `custom-manual' instead of `info-link' and don't set properties
13927 `button-face' and `mouse-face' explicitly.
13928 (custom-browse-group-tag, custom-browse-variable-tag)
13929 (custom-browse-face-tag): Inherit from widget class
13930 `custom-group-link' instead of `push-button'.
13931 (custom-button-unraised): Inherit from `underline' face.
13932 (custom-link): Inherit from `link' face. Fix doc and group.
13933 (custom-add-parent-links, custom-group-value-create): Don't set
13934 properties `button-face' and `mouse-face' explicitly for
13935 `custom-group-link' widget.
13936 (custom-group-link): Add properties `button-face' and `mouse-face'
13937 to widget definition.
13938 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13939 editable-field's :keymap property.
13940 (custom-mode): Fix docstring: substitute keybindings for
13941 `widget-forward' and `widget-backward' from `widget-keymap',
13942 `widget-complete' from `custom-field-keymap', replace old
13943 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13944
13945 * desktop.el (desktop-load-file): Check for `fboundp' before
13946 calling `symbol-function'.
13947
13948 * simple.el (clone-buffer, clone-indirect-buffer)
13949 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13950 `read-string'. Fix prompts.
13951
13952 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13953
13954 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13955
13956 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13957
13958 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13959
13960 * startup.el (inhibit-splash-screen, initial-scratch-message):
13961 Doc fixes.
13962
13963 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13964
13965 Sync with Tramp 2.0.52.
13966
13967 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13968 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13969 `tramp-unload-tramp' for checklist.
13970
13971 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13972 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13973 (tramp-unload-file-name-handler-alist)
13974 (tramp-unload-tramp): New defuns.
13975 (tramp-advice-PC-expand-many-files): New defadvice.
13976 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13977 removed.
13978 (tramp-handle-expand-file-name): Remove double slash.
13979 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13980 It doesn't matter, because it will be converted later on.
13981 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13982 implementation was just heuristic.
13983 (tramp-post-connection): Set uid and gid properties.
13984 (tramp-convert-file-attributes): Set file's gid change bit.
13985 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13986 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13987 in case of su(do)? methods. The home directory of the local user
13988 will be taken else.
13989 (tramp-open-connection-telnet)
13990 (tramp-open-connection-rsh, tramp-open-connection-su)
13991 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13992 local shell prompt could hurt. Reported by Romain Francoise
13993 <romain@orebokech.com>.
13994 (tramp-let-maybe): Add `edebug-form-spec' property.
13995 (tramp-handle-expand-file-name): Bind `default-directory' locally
13996 to "/" in order to avoid problems with UNC shares or Cygwin
13997 mounts.
13998 (tramp-md5-function): Fix typo in error message.
13999
14000 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
14001
14002 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
14003 for byte-compiler pacification.
14004
14005 2006-01-22 Andre Spiegel <spiegel@gnu.org>
14006
14007 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
14008 ID-FORMAT `string'. This allows us to get rid of
14009 `vc-user-login-name UID'.
14010
14011 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
14012
14013 2006-01-22 John Paul Wallington <jpw@pobox.com>
14014
14015 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14016
14017 2006-01-21 Martin Rudalics <rudalics@gmx.at>
14018
14019 * emacs-lisp/find-func.el (find-definition-noselect)
14020 (find-variable-noselect): Search variables in C source code too.
14021 (find-function-C-source, find-function-noselect, find-function)
14022 (find-function-other-frame, find-variable-noselect, find-variable)
14023 (find-variable-other-frame, find-variable-at-point):
14024 Fix docstrings.
14025
14026 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
14027
14028 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14029
14030 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
14031
14032 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14033 Default to disabling the "Save affix" question.
14034
14035 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
14036
14037 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14038 the first arg to run-python.
14039
14040 2006-01-21 Eli Zaretskii <eliz@gnu.org>
14041
14042 * startup.el (command-line-1): Handle --no-desktop if desktop.el
14043 is not loaded.
14044
14045 2006-01-20 Jay Belanger <belanger@truman.edu>
14046
14047 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14048 limit is 0.
14049
14050 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14051 the correct variable.
14052
14053 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
14054
14055 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14056 link. Fixed buggy argument sequence in call to `org-view-tags'.
14057 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14058 (org-prefix-has-tag): New variable.
14059 (org-format-agenda-item): Remove tags from headline if
14060 appropriate.
14061 (org-agenda-remove-tags-when-in-prefix): New option.
14062 (org-get-tags-at): New function.
14063
14064 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
14065
14066 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
14067 (thumbs-find-image): Move image name and number from buffer name
14068 to mode name. Set thumbs-buffer. Preserve point so that large
14069 images remain visible.
14070 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14071 order.
14072 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
14073 mode name.
14074 (thumbs-next-image, thumbs-previous-image): Make them work.
14075
14076 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
14077
14078 * cus-edit.el (custom-buffer-create-internal): State in the text above
14079 the whole buffer buttons that they do not operate on hidden items.
14080 (custom-face-menu): Use `custom-face-save' instead of
14081 `custom-face-save-command'.
14082 (custom-face-save-command): Make it an alias for `custom-face-save'
14083 and declare it obsolete.
14084 (custom-face-save): Doc fix.
14085
14086 * dired.el (dired-no-confirm): Add quote.
14087 (dired-subdir-alist-pre-R): Add quote in
14088 `make-variable-buffer-local' form and remove unbalanced parenthesis.
14089
14090 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * textmodes/table.el (table-mode-indicator): Typo in last change.
14093
14094 2006-01-19 Richard M. Stallman <rms@gnu.org>
14095
14096 * outline.el (hide-leaves): Don't call outline-end-of-heading.
14097 Fixes bug reported in Nov 2005.
14098
14099 * isearch.el (isearch-forward): Doc fix.
14100
14101 * dired.el (dired-move-to-filename-regexp): Define as alias.
14102 (dired-no-confirm): Use defcustom.
14103 (dired-subdir-alist-pre-R): Put defvar at top level.
14104
14105 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14106
14107 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14108 Mark as risky.
14109
14110 * simple.el (set-mark-command): Doc fix.
14111 (clone-indirect-buffer-other-window):
14112 Read arg like clone-indirect-buffer.
14113 (move-beginning-of-line): Skip invisible newlines.
14114
14115 2006-01-19 Masatake YAMATO <jet@gyve.org>
14116
14117 * progmodes/cpp.el (cpp-edit-load): Make the order of
14118 listed conditions in a base C code buffer and its associate
14119 CPP Edit buffer the same.
14120
14121 2006-01-19 Kenichi Handa <handa@m17n.org>
14122
14123 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14124 (rmail-mime-feature): Likewise.
14125 (rmail-require-mime-maybe): Use display-warning to show a warning
14126 message.
14127
14128 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14129 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14130
14131 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14132
14133 * array.el: Move defvars out of eval-when-compile.
14134 (array-make-template): Replace undeclared global var with a local one.
14135 (array-mode): Inline initialization functions.
14136 (array-init-local-variables, array-init-max-row)
14137 (array-init-max-column, array-init-columns-per-line)
14138 (array-init-field-width, array-init-rows-numbered)
14139 (array-init-line-length, array-init-lines-per-row): Remove.
14140
14141 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14142 (doc-mode-map): Define explicitly.
14143 (doctor-txtype): Use mapc.
14144
14145 * textmodes/table.el: Move defvars out of eval-when-compile.
14146 Remove harmful code meant to avoid byte-compiler warnings.
14147 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14148 specification that checks table-fixed-width-mode directly.
14149 (table-recognize-region, table-recognize-cell):
14150 Use restore-buffer-modified-p.
14151 (table-fixed-width-mode): Remove code that refreshes
14152 table-fixed-mode-indicator.
14153 (*table--cell-describe-bindings, *table--cell-describe-mode):
14154 Avoid obsolete name print-help-return-message.
14155 (table--test-cell-list): Don't use replace-regexp from elisp.
14156 (table--point-entered-cell-function, table--point-left-cell-function):
14157 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14158
14159 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14160 that was after the end of file. Use buffer-file-name variable.
14161 (org-timestamp-change): Use with-current-buffer.
14162 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14163 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14164 `file'.
14165
14166 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14167 (fortran-break-line): Remove unused var `opoint'.
14168 (fortran-abbrev-start): Obey help-event-list.
14169
14170 2006-01-18 Jesper Harder <harder@phys.au.dk>
14171
14172 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14173
14174 2006-01-18 Masatake YAMATO <jet@gyve.org>
14175
14176 * progmodes/make-mode.el (makefile-imake-mode): New mode
14177 derived from makefile-mode.
14178 (makefile-imake-mode-syntax-table): New syntax table
14179 derived from makefile-mode-syntax-table.
14180 (makefile-mode): Write about makefile-imake-mode in doc string.
14181 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14182 (makefile-imake-font-lock-keywords): New font lock keywords.
14183
14184 * files.el (auto-mode-alist): Add Imakefile.
14185
14186 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14187
14188 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14189 loading the file rather than when turning on flyspell-mode.
14190
14191 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14192
14193 * cus-edit.el (customize-rogue): Minor doc fix.
14194
14195 2006-01-17 Juri Linkov <juri@jurta.org>
14196
14197 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14198 instead of the file at the mark as default if the file at the mark
14199 is the same as the file at point or if dired-dwim-target-directory
14200 is not the same as the current directory and the mark is not active.
14201
14202 * log-view.el (log-view-minor-wrap): Use the same logic to get
14203 revisions as `log-view-diff'.
14204
14205 * info.el (Info-revert-find-node): Check for Info-current-file
14206 before preserving new-history.
14207
14208 * man.el (Man-heading-regexp): Add `/'.
14209
14210 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14211 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14212
14213 2006-01-16 Juri Linkov <juri@jurta.org>
14214
14215 * faces.el (mode-line-faces): New defgroup.
14216 (mode-line-highlight): Move definition after new defgroup.
14217 (mode-line, mode-line-inactive, mode-line-highlight):
14218 Replace :group `modeline' with `mode-line-faces'.
14219 (mode-line-buffer-id): New face.
14220 (modeline-buffer-id): New face alias.
14221 (vertical-border): Remove :group `modeline'.
14222
14223 * bindings.el (propertized-buffer-identification): Use face
14224 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14225 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14226 (mode-line-buffer-identification-keymap): For mouse-1 replace
14227 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14228 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14229 mouse-3.
14230
14231 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14232 Buffer-menu-buffer. Doc fix.
14233 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14234 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14235 `Buffer-menu-buffer'.
14236
14237 * info.el (Info-mode-line-node-keymap): New defvar.
14238 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14239 Propertize Info-current-node with `mode-line-buffer-id' and
14240 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14241
14242 * time.el (display-time-mail-face): Replace :group `faces' with
14243 `mode-line-faces'.
14244
14245 2006-01-16 Kenichi Handa <handa@m17n.org>
14246
14247 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14248
14249 * language/european.el (cp1252): New alias for windows-1252.
14250
14251 * international/mule.el (autoload-coding-system): Prepare for EOL
14252 variants.
14253
14254 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14255
14256 * term.el (term-raw-map): Add mapping for insert.
14257 (term-send-insert): New.
14258 (term-mode): Make variables local here instead of doing it in
14259 `term-emulate-terminal'.
14260 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14261 Scroll reverse needs to take into account the scroll region.
14262 Saving and restoring the cursor should save the color attributes too.
14263 (term-reset-terminal): Reset the scroll region.
14264 (term-handle-ansi-escape): Cursor up and down should take into
14265 account the scroll region.
14266 (term-set-scroll-region): Rename from `term-scroll-region'.
14267 Move to 0,0 after setting the region.
14268 (term-handle-scroll): Handle scroll up.
14269 (term-down): Fix off by one error.
14270 (term-delete-lines): Do not delete outside the scroll region.
14271 (term-insert-lines): Take into account the scroll region.
14272
14273 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * textmodes/ispell.el (ispell-internal-change-dictionary)
14276 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14277 (start, end): Move declaration outside of eval-when-compile.
14278
14279 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14280 (flyspell-mode-on): Use it.
14281
14282 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14283 ispell-kill-ispell-hook.
14284
14285 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14286
14287 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14288 (Custom-reset-saved): Do not ask for confirmation in single option
14289 buffers.
14290
14291 2006-01-13 Richard M. Stallman <rms@gnu.org>
14292
14293 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14294
14295 2006-01-13 Romain Francoise <romain@orebokech.com>
14296
14297 * add-log.el (add-change-log-entry, change-log-merge):
14298 Conditionally use `hard-newline'.
14299
14300 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14301
14302 * wid-edit.el (widget-field-end): If the overlay is no longer
14303 associated with a buffer, behave as if the overlay didn't exist.
14304
14305 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14306 Make sure the links use the `custom-link' face.
14307
14308 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14311 (ld-script-mode): Don't set indent-line-function since we don't
14312 have one.
14313
14314 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14315
14316 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14317 application.
14318 (org-file-apps-defaults-gnu): Use mailcap as the default for
14319 selecting an application on a UNIX system.
14320 (org-agenda-show-tags): New command.
14321 (org-table-insert-hline): Keep cursor in current table line.
14322 (org-table-convert): Offset effect of modifying
14323 `org-table-insert-hline'.
14324 (org-format-agenda-item): New optional argument TAG.
14325 (org-compile-prefix-format): Handle %T format for the tag.
14326 (org-expand-wide-chars): New function.
14327 (org-table-insert-row, org-table-insert-hline):
14328 Use `org-expand-wide-chars'.
14329 (org-open-file): Fix bug in program launch.
14330 (org-get-time-of-day): Fix bug with times before 1am.
14331 (org-agenda-menu): Add tags commands.
14332
14333 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14334
14335 * textmodes/ispell.el (ispell-init-process): Include the used
14336 dictionary in ispell process start message.
14337 (ispell-internal-change-dictionary): When flyspell-mode is active
14338 and dictionary is changed, make sure ispell process is restarted
14339 and flyspell word cache cleared out for the current buffer.
14340 (ispell-change-dictionary): Make sure flyspell word cache is
14341 cleared out in all buffers with active flyspell mode when
14342 dictionary is globally changed.
14343 Call ispell-internal-change-dictionary after dictionary change.
14344
14345 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14346
14347 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14348
14349 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14350 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14351 years. Fix small differences wrt Makefile.in.
14352 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14353 Makefile.in does.
14354
14355 2006-01-12 Bill Wohler <wohler@newt.com>
14356
14357 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14358 mh-search.el.
14359
14360 2006-01-12 Masatake YAMATO <jet@gyve.org>
14361
14362 * progmodes/ld-script.el: Update copyright year.
14363
14364 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14365
14366 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14367 Don't add widget if setting undefined.
14368
14369 2006-01-12 John Paul Wallington <jpw@pobox.com>
14370
14371 * help-fns.el (describe-variable): Remove newlines from void
14372 variable output.
14373
14374 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14375
14376 * wdired.el (wdired-mode-map): Add help echo for
14377 wdired-abort-changes.
14378
14379 * man.el (Man-file-name-regexp): Adjust for a list of files.
14380
14381 2006-01-12 Masatake YAMATO <jet@gyve.org>
14382
14383 * progmodes/ld-script.el (auto-mode-alist): Support
14384 suffix conventions used in netbsd and eCos.
14385
14386 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14387
14388 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14389 (custom-variable-menu, custom-face-menu, custom-group-menu)
14390 (Custom-mode-menu): Change names of menu items. (As discussed on
14391 emacs-devel.)
14392 (custom-face-menu): Add "Undo Edits" item.
14393
14394 * startup.el (init-file-user): defcustom -> defvar.
14395
14396 * tooltip.el (tooltip-mode): Doc fix.
14397
14398 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * reveal.el (reveal-post-command): window-buffer signals an error on
14401 dead windows rather than returning nil.
14402 (reveal-open-new-overlays): An overlay might die while we open others.
14403
14404 2006-01-11 Bill Wohler <wohler@newt.com>
14405
14406 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14407 phrasing in docstring.
14408
14409 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14410 can give some systems gas. Add new file mh-buffers.el.
14411
14412 2006-01-06 Masatake YAMATO <jet@gyve.org>
14413
14414 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14415 C preprocessor forward ported from GNU Emacs 21.2.
14416
14417 * progmodes/asm-mode.el (asm-font-lock-keywords):
14418 Use `cpp-font-lock-keywords'.
14419
14420 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14421
14422 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14423 of $ for "\\.ld[s]?".
14424
14425 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14428 (tcl-indent-line): Return `noindent' if inside a string.
14429
14430 * progmodes/flymake.el (flymake-split-string): Remove more than one
14431 empty string at beg/end of the result.
14432 (flymake-find-buildfile, flymake-find-possible-master-files):
14433 Use expand-file-name.
14434 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14435 since expand-file-name does it for us. Use directory-file-name.
14436 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14437 (flymake-ler-get-type, flymake-ler-get-text)
14438 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14439 (flymake-current-line-no): Remove spurious interactive spec.
14440 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14441 (flymake-check-include): Remove arg inc-path merged into inc-name.
14442 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14443 Arg regexp-list replaced by a simple regexp.
14444 (flymake-master-make-header-init, flymake-master-tex-init):
14445 Correspondingly replace regexp-list with a regexp. Fix regexp.
14446
14447 2006-01-10 Simon Josefsson <jas@extundo.com>
14448
14449 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14450 describing AUTH PLAIN fix.
14451
14452 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14453
14454 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14455 (report-emacs-bug): Don't record initial prompt text.
14456 Instead, add text properties to prompting text.
14457 (report-emacs-bug-hook): Delete prompting text.
14458
14459 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14462 `dirs'. Adjust callers.
14463
14464 2006-01-09 John Paul Wallington <jpw@gnu.org>
14465
14466 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14467
14468 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * reveal.el (reveal-open-new-overlays): New extracted fun.
14471 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14472 using them. Simplify the code.
14473 (reveal-post-command): Use them. Fix up obsolete windows in
14474 reveal-open-spots.
14475
14476 * progmodes/flymake.el: Use `require' rather than autoload for
14477 XEmacs's overlays.
14478 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14479 Delete. Use file-relative-name instead.
14480 (flymake-get-syntax-check-program-args, flymake-perl-init):
14481 Simplify the resulting code.
14482
14483 * log-view.el (log-view-file-re, log-view-message-re): Add support
14484 for DaRCS output.
14485
14486 2006-01-09 Alex Schroeder <alex@gnu.org>
14487
14488 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14489 identifiers sometimes added in square brackets at the beginning of
14490 subject lines.
14491
14492 2006-01-07 Richard M. Stallman <rms@gnu.org>
14493
14494 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14495 (Custom-reset-current, Custom-reset-saved): Change question text.
14496 (Custom-reset-standard): Likewise.
14497 (custom-variable-reset-saved): Doc fix.
14498
14499 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14500
14501 * startup.el (init-file-user): Doc fix.
14502
14503 2006-01-07 Alex Schroeder <alex@gnu.org>
14504
14505 * mail/rmail.el (rmail-current-subject): New function.
14506 (rmail-current-subject-regexp): New function.
14507 (rmail-next-same-subject): Use it.
14508
14509 * mail/rmailsum.el (rmail-summary-by-topic):
14510 Use rmail-current-subject and rmail-current-subject-regexp.
14511 (rmail-summary-next-same-subject): Ditto.
14512
14513 * net/rcirc.el (rcirc-send-input): No longer check whether the
14514 process is open, since not all commands need an open process.
14515 (rcirc-send-string): Check whether the process is open before
14516 sending anything.
14517 (rcirc-ignore-list): New option.
14518 (rcirc-ignore-list-automatic): New variable.
14519 (rcirc-print): Take rcirc-ignore-list into account.
14520 (rcirc-cmd-ignore): New command.
14521 (rcirc-ignore-update-automatic): New function.
14522 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14523 list if ignored nicks.
14524 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14525
14526 2006-01-06 David Reitter <david.reitter@gmail.com>
14527
14528 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14529 reflect the address to which the report will be sent.
14530
14531 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14532
14533 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14534 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14535
14536 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14537
14538 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14539
14540 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14541 the doc string: "functoin" => "function".
14542 * ldefs-boot.el: Likewise.
14543
14544 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14545 message text: "Duplicat" => "Duplicate".
14546
14547 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14548
14549 * files.el (basic-save-buffer-2): If backing-up failed, reset
14550 buffer-backed-up to nil.
14551
14552 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14553
14554 * progmodes/gud.el (gdb-script-skip-to-head)
14555 (gdb-script-calculate-indentation): Indent for breakpoint command
14556 lists also.
14557
14558 2006-01-05 Bill Wohler <wohler@newt.com>
14559
14560 * Makefile.in (compile-always): Add mh-autoloads dependency.
14561 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14562 provides it.
14563 (updates): Remove mh-autoloads dependency, since it probably has
14564 already run recently (via recompile).
14565
14566 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14567
14568 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14569 argument `force' to disable the flyspell-last-buffer optimization.
14570 (flyspell-mode-on): Use it.
14571
14572 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14573 flymake-simple-cleanup.
14574 (flymake-allowed-file-name-masks): Use this new default.
14575 All the functions are now called in the right buffer rather than
14576 passing the buffer as argument.
14577 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14578 (flymake-parse-err-lines): Remove redundant buffer arg.
14579 (flymake-get-program-dir): Comment out unused function.
14580 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14581 Remove redundant buffer argument.
14582 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14583 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14584
14585 2006-01-05 Richard M. Stallman <rms@gnu.org>
14586
14587 * info.el (Info-find-node): Don't record previous node if have none.
14588 (info): Go to directory only if history is empty.
14589
14590 * simple.el (mark): Doc fix.
14591
14592 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14593
14594 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14595 already of desired type.
14596 (mac-ae-list): Coerce parameter to "list" type.
14597 (mac-dispatch-apple-event): Replace cadr part of event with a
14598 dummy position so that event-start returns it.
14599
14600 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14601
14602 * textmodes/org.el (org-end-of-subtree): New function.
14603 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14604 Use `org-end-of-subtree'.
14605 (org-agenda, org-agenda-convert-date): Protect calls to
14606 `fit-window-to-buffer'.
14607 (org-tags-view): Force matching of sublevels when doing a
14608 todo-only search. Define the correct redo command, including the
14609 arguments.
14610 (org-agenda-redo): Display message.
14611 (org-check-for-org-mode): New function.
14612 (org-agenda-type): New variable.
14613 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14614 Set `org-agenda-type'.
14615 (org-agenda-check-type): New function.
14616 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14617 (org-agenda-week-view, org-agenda-day-view)
14618 (org-agenda-next-date-line, org-agenda-previous-date-line)
14619 (org-agenda-log-mode, org-agenda-toggle-diary)
14620 (org-agenda-toggle-time-grid, org-agenda-date-later)
14621 (org-agenda-date-prompt, org-agenda-diary-entry)
14622 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14623 (org-agenda-convert-date, org-agenda-menu):
14624 Use `org-agenda-check-type'.
14625 (org-make-overlay, org-delete-overlay)
14626 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14627 New compatibility functions.
14628 (org-calendar-select-mouse): New command.
14629
14630 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14631
14632 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14633 (Custom-reset-standard): Fix y-or-n-p messages.
14634 (custom-link): New face for links.
14635 (custom-buffer-create-internal, custom-manual): Use it.
14636 (custom-face-save): Push to theme-face before setting face spec.
14637
14638 * wid-edit.el (widget-default-mouse-face-get): New function.
14639 (widget-specify-button): Handle mouse-face like button-face.
14640
14641 * custom.el (load-theme): Clear old theme settings if reloading.
14642
14643 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14644
14645 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14646 "Erase Customization" button back to same position it occupies in
14647 the individual State menus.
14648
14649 2006-01-04 Kim F. Storm <storm@cua.dk>
14650
14651 * wid-edit.el (key-sequence): Rework widget to read key binding
14652 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14653 (widget-key-sequence-default-value): Default value for empty sequence.
14654 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14655 (widget-key-sequence-read-event): New command for C-q.
14656 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14657 (widget-key-sequence-value-to-external): New functions.
14658
14659 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14660
14661 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14662 Use expand-file-name.
14663 (flymake-delete-temp-directory): Use expand-file-name,
14664 file-name-directory, and directory-file-name.
14665 (flymake-strrchr): Delete.
14666 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14667 to the init-f function.
14668 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14669 (flymake-init-find-buildfile-dir)
14670 (flymake-init-create-temp-source-and-master-buffer-copy)
14671 (flymake-simple-make-init-impl, flymake-simple-make-init)
14672 (flymake-master-make-init, flymake-master-make-header-init)
14673 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14674 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14675 (flymake-xml-init): Remove corresponding redundant buffer argument.
14676 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14677 the default anyway. Clean up regexps.
14678
14679 * progmodes/flymake.el (flymake-temp-source-file-name)
14680 (flymake-master-file-name, flymake-temp-master-file-name)
14681 (flymake-base-dir): New buffer-local vars.
14682 (flymake-buffer-data, flymake-get-buffer-value)
14683 (flymake-set-buffer-value): Replace those hash-tables by the new
14684 buffer-local vars. Update callers.
14685
14686 * progmodes/flymake.el (flymake-check-start-time)
14687 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14688 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14689 Move definition, so we can remove redundant earlier declaration.
14690 (flymake-replace-regexp-in-string, flymake-split-string)
14691 (flymake-get-temp-dir): Use defalias.
14692 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14693 (flymake-xemacs-window-edges): Remove unused function.
14694 (flymake-get-point-pixel-pos): Move.
14695 (flymake-pid-to-names, flymake-reg-names)
14696 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14697 Replace by a simple list flymake-processes and by process-buffer.
14698 Update callers. Other than simplify the code, it uses buffers rather
14699 than buffer-names so it doesn't get confused by uniquify.
14700 (flymake-buffer-data): The global value should just be nil.
14701
14702 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14703 Optimize the body of a defalias like any other code.
14704
14705 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14706 Make sure we've setup font-lock's vars. It may influence which
14707 function we then call.
14708 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14709 here since it's too late anyway.
14710
14711 2006-01-03 Romain Francoise <romain@orebokech.com>
14712
14713 * startup.el (fancy-splash-tail, normal-splash-screen):
14714 Update copyright year.
14715
14716 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14717
14718 * mouse.el (mouse-drag-track): Rename, from
14719 `mouse-drag-region-1'. Includes optional argument required to
14720 enable post-drag event processing (e.g. delete region keys).
14721 Can be used without this argument to track a mouse region and operate
14722 on it as soon as the drag completes.
14723 (mouse-drag-region): Use `mouse-drag-track'.
14724
14725 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14726
14727 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14728 Move to `custom-buffer' group.
14729
14730 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14731 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14732 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14733 (custom-theme-face-menu): New variables.
14734 (custom-theme-add-variable, custom-theme-variable-action)
14735 (custom-variable-reset-theme, custom-theme-delete-variable)
14736 (custom-face-reset-theme, custom-theme-face-action)
14737 (custom-theme-delete-face, custom-theme-merge-theme)
14738 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14739
14740 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14741
14742 * custom.el: Move Custom Themes commentary to start of theme code.
14743 (custom-known-themes): Rename `standard' theme to `changed'.
14744 (custom-push-theme): Caller no longer specifies what theme to use
14745 when doing `reset'---the setting is simply removed from the theme.
14746 Delete MODE from `theme-value' and `theme-settings' properties.
14747 (custom-declare-theme): Ignore &rest args since we don't use them.
14748
14749 (custom-loaded-themes): Delete variable.
14750 (custom-theme-load-themes, custom-theme-loaded-p)
14751 (custom-theme-value): Delete functions.
14752
14753 (custom-declare-theme): Signal error on invalid theme names.
14754 (provide-theme): custom-loaded-themes was deleted.
14755 (load-theme): Load the file unconditionally.
14756 (enable-theme): Call `load-theme' if theme is undefined.
14757 (custom-enabled-themes): Only update value for successful loads.
14758 (disable-theme): Complete from enabled themes when interactive.
14759 (custom-variable-theme-value): Calculate theme value directly.
14760
14761 (custom-theme-reset-variables, custom-reset-variables): Mark as
14762 XEmacs compatibility functions. We don't actually use these.
14763
14764 * cus-edit.el (custom-variable-state-set):
14765 Use custom-variable-theme-value instead of custom-theme-value.
14766 (custom-face-state-set): Rename `standard' theme to `changed'.
14767 (custom-save-variables, custom-save-faces): Delete unneeded
14768 references to custom-reset-variables.
14769 (custom-save-resets): Delete function.
14770 (custom-save-variables, custom-save-faces): MODE argument deleted.
14771 (custom-save-variables, custom-save-faces): Ignore theme values.
14772
14773 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14774 compatibility function.
14775
14776 2006-01-01 Richard M. Stallman <rms@gnu.org>
14777
14778 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14779 (Custom-reset-current, Custom-reset-saved): Likewise.
14780 (Custom-reset-standard): Show message if aborted.
14781 (custom-mode): Doc fix, describing those commands.
14782
14783 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14784 put on event-kind property.
14785
14786 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14787
14788 * custom.el (provide-theme): Ban `user' theme name.
14789 (custom-enabling-themes): New variable.
14790 (enable-theme): Don't enable user if custom-enabling-themes is t.
14791 (custom-enabled-themes): Make it a defcustom.
14792 (custom-theme-recalc-face): No-op if face is undefined.
14793
14794 * cus-edit.el (custom-button-mouse): New variable.
14795 (custom-button-mouse): New face.
14796 (custom-raised-buttons, custom-mode): Use it.
14797
14798 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14799
14800 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14801
14802 * progmodes/gud.el (gud-display-line): Support hl-line in the
14803 source buffer.
14804
14805 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14806
14807 * mouse.el (mouse-drag-window-above): Verify that the found window
14808 overlaps with the given window in the horizontal dimension.
14809
14810 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14811
14812 * Makefile.in (cvs-update): New target.
14813
14814 * makefile.w32-in (cvs-update): Ditto.
14815
14816 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14817
14818 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14819 (custom-new-theme-mode-map): New variable.
14820
14821 2005-12-30 Richard M. Stallman <rms@gnu.org>
14822
14823 * custom.el (custom-load-themes): Function deleted.
14824
14825 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14826 (custom-save-variables): Don't delete or add custom-load-themes call.
14827
14828 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14829
14830 * cus-start.el: Add `visible-cursor'.
14831
14832 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14833 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14834 (flymake-process-filter): Switch to buffer before calling it instead.
14835 (flymake-post-syntax-check, flymake-highlight-err-lines)
14836 (flymake-delete-own-overlays, flymake-parse-err-lines)
14837 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14838 (flymake-count-lines, flymake-parse-residual):
14839 Remove constant buffer argument.
14840 (flymake-start-syntax-check-for-current-buffer): Remove.
14841 Update callers to use flymake-start-syntax-check instead.
14842 (flymake-display-err-menu-for-current-line):
14843 Remove unused var `mouse-pos'.
14844 (flymake-restore-formatting): Comment out unused function.
14845 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14846 argument, use current-buffer instead. Update callers.
14847
14848 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14849
14850 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14851 buffer-local because choose-completion-delete-max-match requires
14852 that we set completion-ignore-case (i.e., binding via let is not
14853 sufficient).
14854 (bibtex-complete): Always set completion-ignore-case and
14855 choose-completion-string-functions. The latter is needed because
14856 choose-completion-string-functions keeps its value if we quit the
14857 *Completions* buffer without requesting a completion.
14858
14859 2005-12-30 Andreas Schwab <schwab@suse.de>
14860
14861 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14862
14863 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14864
14865 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14866
14867 2005-12-30 Juri Linkov <juri@jurta.org>
14868
14869 * locate.el (locate-fcodes-file, locate-header-face)
14870 * progmodes/delphi.el (delphi-other-face)
14871 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14872
14873 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14874 group `paren-showing-faces'.
14875
14876 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14877 (goto-address): Fix docstring.
14878
14879 * net/webjump.el (webjump-sample-sites): Update URLs.
14880
14881 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14882
14883 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14884
14885 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14886
14887 * font-lock.el (font-lock-compile-keywords): Signal an error when
14888 font-lock-set-defaults hasn't been called.
14889
14890 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14891
14892 * subr.el (noreturn, 1value): Doc fixes.
14893
14894 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14895
14896 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14897 that assoc-string returns nil.
14898
14899 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14900
14901 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14902 (bibtex-entry-type-str, bibtex-empty-field-re)
14903 (bibtex-search-backward-string, bibtex-preamble-prefix)
14904 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14905 (bibtex-any-valid-entry-type): New variable.
14906 (bibtex-parse-field-name): Simplify.
14907 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14908 (bibtex-preamble-prefix): Include left delimiter.
14909 (bibtex-search-forward-field, bibtex-search-backward-field):
14910 Allow unbounded search past entry boundaries (required by bibtex-pop).
14911 (bibtex-text-in-field-bounds): Use push.
14912 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14913 (bibtex-parse-preamble, bibtex-valid-entry)
14914 (bibtex-beginning-first-field): New functions.
14915 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14916 (bibtex-map-entries): Fix docstring.
14917 (bibtex-flash-head): New arg prompt. Simplify.
14918 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14919 (bibtex-insert-kill): Simplify. Always insert text past the
14920 current field or entry.
14921 (bibtex-format-entry): Use bibtex-parse-field.
14922 (bibtex-pop): Use bibtex-beginning-of-entry and
14923 bibtex-end-of-entry to initiate the search. Insert empty field if
14924 we found ourselves.
14925 (bibtex-print-help-message): New args field and comma.
14926 Handle entry keys.
14927 (bibtex-make-field): Use bibtex-beginning-of-entry.
14928 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14929 invalid entry.
14930 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14931 Handle preambles. Simplify code for thorough test.
14932 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14933 New arg comma. Handle entry heads.
14934 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14935 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14936 New arg comma.
14937 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14938 (bibtex-fill-field): Simplify.
14939 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14940 bibtex-parse-field.
14941 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14942 (bibtex-complete): Use bibtex-parse-preamble.
14943
14944 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14945
14946 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14947 Display name of expression instead of convenience variable.
14948 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14949
14950 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14951 toggle-gud-tooltip-dereference.
14952 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14953 (gud-tooltip-tips): ...here when dereferencing.
14954
14955 2005-12-28 Bill Wohler <wohler@newt.com>
14956
14957 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14958
14959 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14962 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14963 (vc-annotate-display-autoscale): Adjust call.
14964 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14965 Fix interactive spec.
14966 (vc-annotate-time-span): Remove.
14967 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14968 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14969 (vc-annotate-display-select): Use new name.
14970
14971 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14972 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14973 Correct the construction of span entries. Simplify.
14974 (vc-annotate-display-select): Fix the nil case.
14975 (vc-annotate): Remove obsolete (and now broken) code.
14976 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14977 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14978
14979 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14980
14981 * subr.el (lazy-completion-table): Correct typo in docstring.
14982
14983 * startup.el (command-line): Use `custom-reevaluate-setting' for
14984 `send-mail-function'.
14985
14986 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14987
14988 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14989
14990 * mail/smtpmail.el (smtpmail-try-auth-methods):
14991 Send credentials together with "AUTH PLAIN" command.
14992
14993 2005-12-27 Richard M. Stallman <rms@gnu.org>
14994
14995 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14996 mouse-2, go back to previously selected window, so it's selected
14997 when mouse-2 command runs.
14998
14999 2005-12-27 Juri Linkov <juri@jurta.org>
15000
15001 * descr-text.el (describe-text-sexp): Use square brackets for
15002 button [Show] to distinguish it from the property value `show'.
15003 (describe-property-list): Use `insert-text-button' with
15004 `help-face' type instead of putting face in quotes, because button
15005 is not created automatically for a list of faces.
15006 (describe-text-properties-1): Put button-type value in quotes to
15007 distinguish from plain text "button".
15008 (describe-char): Display code point values in hex. Don't use
15009 `symbol-name' for `current-input-method' because it is a string.
15010 Use `insert-text-button' with `help-face' type instead of putting
15011 hardcoded face in quotes, because button is not created automatically.
15012
15013 2005-12-27 Richard M. Stallman <rms@gnu.org>
15014
15015 * progmodes/glasses.el (glasses-face): More specific custom type.
15016
15017 * files.el (set-visited-file-name): Doc fix.
15018
15019 * textmodes/flyspell.el (flyspell-external-point-words):
15020 Use local var buffer-scan-pos to advance scan for next misspelling.
15021 Advance it only after we find the misspelling.
15022
15023 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
15024
15025 * textmodes/flyspell.el (flyspell-external-point-words):
15026 New criteria for finding the misspelling in the buffer.
15027
15028 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
15029
15030 * help-mode.el (help-insert-string): Set help-xref-stack-item
15031 rather than call help-setup-xref.
15032
15033 * descr-text.el (describe-char): Revert previous changes for
15034 optional buffer argument.
15035
15036 2005-12-27 Juri Linkov <juri@jurta.org>
15037
15038 * help-mode.el (help-insert-string): New function. Save buffer
15039 contents in cases where it is impossible to recompute the old contents.
15040
15041 * descr-text.el (describe-char): Set help-xref-stack-item
15042 explicitly after buffer has been generated.
15043
15044 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15045
15046 * cus-start.el (all): Add x-gtk-show-hidden-files.
15047
15048 2005-12-26 Richard M. Stallman <rms@gnu.org>
15049
15050 * replace.el (perform-replace): Calculate match-again
15051 before skipping read-only matches.
15052
15053 * paren.el (paren-showing-faces): New group.
15054 (show-paren-match, show-paren-mismatch): Move to that group.
15055
15056 * button.el (button): Put into group `basic-faces'.
15057
15058 * progmodes/make-mode.el: Remove faces from group `faces'.
15059
15060 * apropos.el (apropos, apropos-value): Doc fix.
15061 (apropos-documentation): Doc fix.
15062
15063 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
15064
15065 * subr.el (lazy-completion-table): Remove argument `args'.
15066
15067 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15068 Don't use the `args' argument of lazy-completion-table.
15069
15070 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
15071
15072 * descr-text.el (describe-char): Add optional argument for buffer.
15073 Set buffer appropriately. Call help-setup-xref.
15074 Suggested by Stefan Monnier.
15075
15076 2005-12-26 Juri Linkov <juri@jurta.org>
15077
15078 * descr-text.el: Require `help-fns' at runtime. Don't require
15079 `button' for byte compilation.
15080 (describe-text-widget): Add `help-echo' for first button.
15081 Use `help-info' for second.
15082 (describe-property-list): Use `help-argument-name' instead of `italic'.
15083 (describe-text-category): Add prompt to interactive spec.
15084 Call `help-setup-xref'.
15085 (describe-char): Use `help-character-set'. Add `help-echo' for
15086 code point. Use `help-input-method'. Remove superfluous insert.
15087
15088 2005-12-25 Richard M. Stallman <rms@gnu.org>
15089
15090 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15091 at point, in case of narrowing.
15092
15093 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15094
15095 * locate.el (locate-header-face): Allow nil in type.
15096
15097 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15098
15099 2005-12-25 Romain Francoise <romain@orebokech.com>
15100
15101 * battery.el (battery-linux-proc-acpi): Also try
15102 `/proc/acpi/thermal_zone/THM0/temperature'.
15103
15104 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
15105
15106 * custom.el (custom-push-theme): Fix docstring.
15107
15108 * cus-edit.el (custom-variable-set, custom-variable-save)
15109 (custom-variable-save): Custom-quote widget values.
15110 (customize-save-variable): Fix custom-push-theme call.
15111
15112 2005-12-24 Eli Zaretskii <eliz@gnu.org>
15113
15114 * w32-fns.el (w32-batch-update-autoloads): New function.
15115
15116 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15117 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15118 from the command line.
15119
15120 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
15121
15122 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15123 reset means to remove setting from theme entirely. Don't keep
15124 expanding theme-settings list; delete old entries if necessary.
15125
15126 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15127 customization" button one line up.
15128 (custom-themed): New face.
15129 (custom-magic-alist): New value, THEMED, for theme settings.
15130 (custom-variable-state-set, custom-face-state-set):
15131 Check theme-value instead of saved-value.
15132 (custom-variable-reset-standard, custom-face-reset-standard):
15133 Remove theme setting entirely. Recalculate new values.
15134 (custom-variable-set, custom-variable-set)
15135 (custom-variable-reset-saved, custom-variable-reset-backup)
15136 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15137 (custom-variable-save): Fix typos.
15138
15139 2005-12-23 Juri Linkov <juri@jurta.org>
15140
15141 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15142 Add autoload cookies.
15143 (edebug-outside-d-c-i-n-s-w): New variable.
15144 (edebug-display, edebug-outside-excursion): Use it to save the
15145 original value of default-cursor-in-non-selected-windows.
15146 Set default-cursor-in-non-selected-windows to t while Edebug
15147 is active.
15148 (edebug-mode, edebug-eval-mode): Doc fix.
15149
15150 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15151 with `buffer-substring-no-properties' to remove common substring
15152 highlighting.
15153
15154 * info.el (info-other-window, info): Rename function argument
15155 `file' to `file-or-node'.
15156 (Info-complete-menu-item): Use local variable `complete-nodes' to
15157 keep the global value of `Info-complete-nodes' unchanged for
15158 subsequent completions.
15159 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15160
15161 * simple.el (get-next-valid-buffer, last-buffer)
15162 (next-error-buffer-p, next-error-find-buffer)
15163 (minibuffer-history-sexp-flag): Doc fix.
15164
15165 * savehist.el (savehist-mode-hook): Add `:group'.
15166
15167 * log-view.el: Call autoload for vc-find-version.
15168 (log-view-current-file): Adjust subgroup numbers.
15169 (log-view-current-tag): Add `length'.
15170
15171 2005-12-23 Richard M. Stallman <rms@gnu.org>
15172
15173 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15174
15175 2005-12-23 Juri Linkov <juri@jurta.org>
15176
15177 * hi-lock.el (hi-lock-archaic-interface-message-used)
15178 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15179 (hi-lock-mode): Display "Hi" in the mode line only when
15180 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15181 (hi-lock-write-interactive-patterns):
15182 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15183 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15184 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15185 font-lock-add-keywords to t.
15186
15187 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15188
15189 * hi-lock.el (hi-lock-highlight-range): New variable.
15190 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15191 only if font-lock-fontified is non-nil. Remove overlays.
15192 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15193 font-lock-fontified is non-nil, otherwise use overlays (instead of
15194 text properties).
15195 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15196 New variables.
15197 (hi-lock-string-serialize) New function.
15198
15199 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15200
15201 * menu-bar.el (menu-find-file-existing): New function.
15202 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15203
15204 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15205
15206 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15207
15208 * vc.el: Remove unnecessary leading * in docstrings.
15209 (vc-annotate-mode-map): Move initialization into declaration.
15210 (vc-static-header-alist): Nitpick on the regexp.
15211 (vc-default-init-version): New fun.
15212 (vc-register): Use it.
15213 (vc-insert-headers): Use dolist.
15214 (vc-annotate-get-backend): Remove unused function.
15215 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15216 (vc-annotate-mode): Remove corresponding call.
15217 (vc-annotate-car-last-cons): Simplify.
15218 (vc-annotate-buffers): Remove var.
15219 (vc-annotate-backend): Make it buffer-local.
15220 (vc-annotate): Move the interaction to the interactive spec.
15221 Add a `buf' argument.
15222 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15223 killing&creating a vc-annotate buffer, which is very disruptive when
15224 the buffers are shown in dedicated frames.
15225
15226 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15227
15228 * descr-text.el: Add FSF as maintainer.
15229 (describe-text-mode, describe-text-mode-map)
15230 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15231 help-mode.
15232 (describe-text-widget, describe-text-sexp)
15233 (describe-property-list, describe-text-category)
15234 (describe-text-properties, describe-text-properties-1)
15235 (describe-char): Use help buttons instead of widgets.
15236 (describe-char-unicodedata-file): Make URL link in doc string.
15237
15238 2005-12-22 Richard M. Stallman <rms@gnu.org>
15239
15240 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15241 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15242 Don't include buttons that write a file when there's no file.
15243 (custom-variable-menu, custom-face-menu, custom-group-menu):
15244 Don't include commands that write a file when there's no file.
15245 (customize-browse): Reword the top-of-buffer help intro.
15246 (custom-buffer-create-internal): Fix previous change.
15247 (customize-changed-options-previous-release): Prev release is 21.1.
15248 (customize-changed-options): Doc fix.
15249 (customize-changed): New alias.
15250 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15251 Say "standard values".
15252 (Custom-reset-standard): Doc fix.
15253 (custom-face-reset-standard): Doc fix.
15254
15255 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15256
15257 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15258 even if font-lock-mode is non-nil since it may be t without having
15259 turned on font-lock-mode-internal.
15260 (font-lock-choose-keywords): Minor optimization.
15261 (font-lock-add-keywords, font-lock-remove-keywords)
15262 (font-lock-set-defaults): Don't call make-local-variable on a variable
15263 that we know to already be local.
15264
15265 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15266
15267 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15268 messages if in the minibuffer.
15269
15270 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15271
15272 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15273 (tex-mode-flyspell-verify, flyspell-get-word)
15274 (flyspell-external-point-words): Don't use point-min/max uselessly.
15275
15276 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15277 by Kevin Rodgers. Instead, just hide the completions buffer if we
15278 don't need to show it.
15279
15280 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15281
15282 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15283
15284 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15285
15286 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15287 delete-windows-on with an inexistent buffer.
15288
15289 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15290
15291 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15292 Delete defcustom variable :tag names.
15293
15294 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15297 (log-view-font-lock-keywords): Ajust subgroup numbers.
15298 (log-view-current-tag): Don't hard code the number of subgroups.
15299
15300 2005-12-20 Juri Linkov <juri@jurta.org>
15301
15302 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15303 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15304
15305 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15306 (menu-bar-non-minibuffer-window-p): Instead of checking
15307 display-multi-frame-p, use selected-frame when menu-updating-frame
15308 is nil.
15309
15310 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15311
15312 * align.el (align-rules-list): Use [ \t] instead of \s-
15313 for column separators in text mode.
15314
15315 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15316
15317 * help-mode.el (help-customize-variable, help-customize-face):
15318 Don't pop help-xref-stack as help-follow no longer pushes
15319 anything on to it.
15320
15321 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15322
15323 * textmodes/org.el (org-agenda-custom-commands): New option.
15324 (org-agenda): Offer custom commands on splash screen.
15325 (org-make-tags-matcher): Parser for Boolean logic added.
15326 (org-agenda-set-tags): New command.
15327 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15328 (org-set-tags): Efficiency improvements.
15329 (org-auto-align-tags): New option.
15330 (org-todo, org-demote, org-promote): Realign tags.
15331 (org-tags-completion-function): Use also "&" and "|" as separators.
15332 (org-org-menu): Agenda commands simplified.
15333
15334 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15335
15336 * cus-edit.el (customize-apropos, customize-apropos-options):
15337 Docstring changes.
15338
15339 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15340
15341 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15342
15343 * longlines.el (longlines-mode): Wrap while widened.
15344 (longlines-decode-region, longlines-encode-region): Compute max
15345 just once.
15346
15347 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15348
15349 * cus-edit.el (mac): New group.
15350
15351 * cus-start.el (all): Add user options in macterm.c. Add test for
15352 Mac-related built-ins. Fix test for GTK-related built-ins.
15353
15354 * term/mac-win.el (mac-handle-language-change)
15355 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15356 (mac-services-open-selection, mac-services-mail-selection)
15357 (mac-services-mail-to, mac-services-insert-text)
15358 (mac-dispatch-apple-event): Add docstrings.
15359 (x-get-selection, mac-select-convert-to-string): Select coding
15360 system from `utf-16be' and `utf-16le' using `byteorder'.
15361
15362 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15363
15364 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15365 a "list" (lambda ...) rather than a real completion list.
15366
15367 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15368 lexical-let when encountering ((lambda (...) ...) ...).
15369
15370 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15371
15372 * progmodes/sh-script.el (sh-mode):
15373 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15374 * textmodes/picture.el (picture-mode): Update docstrings.
15375
15376 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15377
15378 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15379 commands enclosed in $(ARGQUOTE)s should not be split between two
15380 lines, as that will break with GNU Make >3.80, when sh.exe is used
15381 and arg quoting is with '..'.
15382 (autoloads): Don't break the quoted --eval expression between
15383 several lines.
15384
15385 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15386
15387 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15388 Capture error from printing circular structures.
15389
15390 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15391
15392 * wid-edit.el (widget-checkbox-action): Clear undo info.
15393
15394 2005-12-16 Bill Wohler <wohler@newt.com>
15395
15396 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15397 bar, not menubar in comment.
15398
15399 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15402 After-change-functions should not clobber the match data.
15403
15404 2005-12-16 Juri Linkov <juri@jurta.org>
15405
15406 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15407 instead of `buffer-substring'.
15408 (completion-common-substring): Doc fix.
15409 (completion-setup-function): Use minibuffer-completion-contents
15410 instead of minibuffer-contents. Don't set common-string-length
15411 initially. Remove special handling of partial-completion-mode.
15412 Move computation of completion-base-size into one cond.
15413 Call completion-base-size-function in mainbuf. In computation of
15414 completion-base-size for file name completion don't move point to
15415 the end of the minibuffer. Move computation of common-string-length
15416 into one cond. Start putting faces only when common-string-length>=0.
15417 Add condition to put completions-common-part when
15418 common-string-length>0.
15419
15420 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15421 place point at the first different character in the minibuffer
15422 even if this position is at the beginning of the minibuffer.
15423
15424 * info.el (Info-read-node-name-1): In completion-base-size-function's
15425 lambda return 1 if common-substring or minibuffer-completion-contents
15426 starts with (, and 0 otherwise.
15427
15428 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15429 Use `crm-current-element' for second arg of `display-completion-list'.
15430
15431 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15432
15433 * files.el (set-auto-mode): Look for an interpreter specified on
15434 the first line also if search for mode specification succeeded,
15435 but the mode is not known.
15436
15437 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15438
15439 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15440 (org-open-at-point): Implement tag searches as links.
15441 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15442 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15443 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15444 (org-agenda-dispatch): New commands.
15445 (org-use-tag-inheritance, org-tags-column): New options.
15446 (org-tab-follows-link, org-return-follows-link): New options.
15447 (org-tags): New customize group.
15448 (org-start-icalendar-file): Get local time zone.
15449 (org-tags-completion-function): New function.
15450 (org-set-font-lock-defaults): Make sure links will also be
15451 highlighted inside headlines.
15452
15453 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15454
15455 * term.el (term-emulate-terminal):
15456 Let term-handle-ansi-terminal-messages override what Bash says about
15457 its current directory.
15458
15459 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15460
15461 * bindings.el (last-buffer): Move to simple.el.
15462 * simple.el (last-buffer): Move here.
15463 (get-next-valid-buffer): New function.
15464 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15465 (prev-buffer): Ditto. Rename to `previous-buffer'.
15466
15467 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15468 * bindings.el (global-map): Ditto.
15469
15470 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15471
15472 * cus-edit.el: Introductory comment change.
15473 (custom-magic-alist): Change message string for the `rogue' state.
15474
15475 2005-12-15 Richard M. Stallman <rms@gnu.org>
15476
15477 * tooltip.el: Delete defcustom variable :tag names.
15478
15479 * complete.el (partial-completion-mode): Doc fix.
15480
15481 * textmodes/flyspell.el (flyspell-external-point-words):
15482 Use save-excursion to ensure we don't move backward in the
15483 search loop, not even one character.
15484 (flyspell-delete-all-overlays): Use remove-overlays directly.
15485
15486 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15487 (ispell-start-process): Set that variable.
15488 Clear ispell-buffer-local-name.
15489 (ispell-internal-change-dictionary):
15490 Set ispell-current-dictionary after killing process.
15491 (ispell-buffer-local-dict):
15492 Don't set spell-personal-dictionary after killing process.
15493 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15494 (ispell-tex-skip-alists, ispell-html-skip-alists)
15495 (ispell-skip-region-alist): Mark as risky.
15496
15497 * net/newsticker.el (newsticker--retrieval-timer-list)
15498 (newsticker--display-timer, newsticker-running-p)
15499 (newsticker-ticker-running-p): Definitions moved up.
15500
15501 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15502
15503 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15504
15505 2005-12-15 David Ponce <david@dponce.com>
15506
15507 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15508 (recentf-edit-list, recentf-open-files): Signal an error when
15509 there is no recent file.
15510
15511 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15512
15513 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15514 read-only except for texinfo-format-region evaluation.
15515
15516 2005-12-14 Richard M. Stallman <rms@gnu.org>
15517
15518 * vc.el (vc-default-previous-version, vc-default-next-version)
15519 (vc-do-command): Doc fixes.
15520
15521 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15522
15523 * textmodes/bibtex.el (bibtex-expand-strings)
15524 (bibtex-autokey-expand-string, bibtex-name-part)
15525 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15526 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15527 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15528 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15529 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15530 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15531 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15532 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15533 (bibtex-beginning-of-last-entry): Remove.
15534 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15535 message if comma is missing but buffer is read-only.
15536 (bibtex-parse-field-text): Handle whitespaces at the end of field
15537 text. Return 3-element list with beginning and end of field text
15538 and end of field.
15539 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15540 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15541 (bibtex-search-forward-field, bibtex-search-backward-field):
15542 Search always delimited by limits of entry. Use more efficient
15543 search algorithms.
15544 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15545 bibtex-end-of-name-in-field.
15546 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15547 extracting the content of a field.
15548 (bibtex-text-in-field): Use search limits.
15549 (bibtex-parse-string-prefix): Handle empty string keys based on
15550 bibtex-string-empty-key.
15551 (bibtex-parse-string): Fix docstring.
15552 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15553 (bibtex-preamble-prefix, bibtex-strings): New functions.
15554 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15555 BibTeX entries (consistent with other BibTeX functions).
15556 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15557 (bibtex-search-entry): Fix docstring. Simplify.
15558 (bibtex-flash-head, bibtex-complete-string-cleanup)
15559 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15560 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15561 (bibtex-parse-entry): New optional arg content.
15562 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15563 Use bibtex-text-in-field-bounds.
15564 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15565 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15566 bibtex-parse-string-postfix.
15567 (bibtex-find-text-internal): New function.
15568 (bibtex-remove-delimiters): Use it.
15569 (bibtex-find-text): Use it. New optional arg help.
15570 (bibtex-complete): Handle BibTeX string and preamble entries.
15571 (bibtex-Preamble): Fix order of closing delimiters.
15572
15573 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * vc.el (vc-default-revert): New fun.
15576
15577 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15578
15579 2005-12-14 Romain Francoise <romain@orebokech.com>
15580
15581 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15582 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15583 (font-lock-remove-keywords): Likewise.
15584
15585 2005-12-14 Juri Linkov <juri@jurta.org>
15586
15587 * log-view.el (log-view-diff): Doc fix.
15588
15589 * isearch.el (isearch-query-replace): Use (mark) instead of
15590 isearch-opoint if mark is active in transient-mark-mode.
15591
15592 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15593
15594 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15595
15596 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15597
15598 * progmodes/cpp.el (cpp-face): New widget.
15599 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15600
15601 2005-12-14 Juri Linkov <juri@jurta.org>
15602
15603 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15604 around `erase-buffer' and `insert'.
15605
15606 * descr-text.el (describe-text-properties): Replace buffer name
15607 "*Help-2*" with "*Help*<2>".
15608 (describe-char): Add functions print-help-return-message,
15609 toggle-read-only. Use help-setup-xref with nil to not store
15610 describe-char in help-xref-stack. Use help-make-xrefs to
15611 make [back] button.
15612
15613 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15614
15615 * wdired.el (wdired-old-point): New internal variable.
15616 (wdired-change-to-wdired-mode): Set it buffer-locally.
15617 (wdired-abort-changes): Restore point after aborting changes.
15618
15619 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15620
15621 * vc.el (vc-do-command): Add a new value t for okstatus.
15622
15623 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15624 frame in case of errors.
15625
15626 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15627
15628 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15629 so it comes after "On the Left" in the menu.
15630
15631 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15632
15633 * cus-edit.el (customize-apropos, customize-apropos-options)
15634 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15635
15636 2005-12-12 Bill Wohler <wohler@newt.com>
15637
15638 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15639 non-writable Subversion-controlled files by saving window
15640 configuration before calling vc-do-command. vc-do-command calls
15641 pop-to-buffer on error which is unexpected during registration.
15642
15643 2005-12-12 Jay Belanger <belanger@truman.edu>
15644
15645 * calc/README: Update the summary of changes.
15646
15647 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15648
15649 * descr-text.el (describe-char): Rework last fix to solve the problem
15650 is the same way it's solved for everything else in that function
15651 (i.e. by extracting the info before setting up the *Help* buffer).
15652
15653 2005-12-12 Kim F. Storm <storm@cua.dk>
15654
15655 * subr.el (version-regexp-alist): Allow space as separator before
15656 non-numeric part, e.g. "1.0 alpha".
15657 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15658
15659 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15660
15661 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15662 Implement Logging and the keep-modes setting.
15663 (org-get-category): Make sure a string is returned.
15664 (org-log-done): New function.
15665 (org-log-done, org-closed-string): New options.
15666
15667 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15668
15669 * tooltip.el (tooltip-y-offset): Change default to 20.
15670
15671 2005-12-12 Richard M. Stallman <rms@gnu.org>
15672
15673 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15674
15675 * frame.el (display-hourglass): Doc fix.
15676
15677 * help.el (help-for-help-internal): Simplify entry for `a'.
15678
15679 * info.el (Info-on-current-buffer): Doc fix.
15680 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15681
15682 * startup.el (inhibit-splash-screen): Make this the real name.
15683 (inhibit-startup-message): Make this the alias.
15684 (command-line): Find only simple.el, and use its directory
15685 to fill in other preloaded files' names.
15686 (command-line): Deactivate the mark if deactivate-mark is set.
15687
15688 * international/mule.el (load-with-code-conversion):
15689 Bind deactivate-mark.
15690
15691 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15692
15693 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15694
15695 * cus-edit.el (customize-apropos): Avoid listing an option more
15696 than once under different aliases. No longer list user options
15697 that are not defined with defcustom (unless a prefix arg is given).
15698 Doc fix.
15699 (customize-apropos-options): Doc fix.
15700
15701 2005-12-11 Juri Linkov <juri@jurta.org>
15702
15703 * frame.el (set-background-color, set-foreground-color)
15704 (set-cursor-color, set-mouse-color, set-border-color):
15705 Add explicit prompts to read colors by `facemenu-read-color'.
15706 (show-trailing-whitespace, blink-cursor-delay)
15707 (blink-cursor-interval, display-hourglass, hourglass-delay):
15708 Remove tags.
15709 (display-hourglass, hourglass-delay): Doc fix.
15710 (cursor-in-non-selected-windows): Capitalize words in tag.
15711
15712 * faces.el (frame-background-mode): Replace `choice-item' keywords
15713 with `const' to not make [default] button. Change default value tag
15714 from `default' to `automatic'. Doc fix.
15715 (trailing-whitespace) <defface>: Change group `whitespace' to
15716 `whitespace-faces'.
15717
15718 2005-12-11 Richard M. Stallman <rms@gnu.org>
15719
15720 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15721
15722 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15723
15724 * term/mac-win.el: Create keymap for mac-apple-event-map.
15725
15726 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15727
15728 * tooltip.el (tooltip-mode): Move to start of file so that it
15729 appears at top of customize buffer.
15730
15731 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15732 Add the gud groupname.
15733 (gud-tooltip-mode): Add the tooltip groupname.
15734 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15735 avoid conflict with tooltip-use-echo-area.
15736
15737 2005-12-10 Romain Francoise <romain@orebokech.com>
15738
15739 * help.el (help-for-help-internal): Add `r' in doc string.
15740
15741 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15742
15743 * align.el (align-regexp, align-highlight-rule):
15744 Use region-beginning and region-end instead of point and mark, so that
15745 repetition (with `repeat-complex-command') recomputes the region
15746 bounds.
15747
15748 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15749
15750 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15751 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15752 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15753 (balance-windows): Rewrite using the above new functions.
15754
15755 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15756
15757 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15758 react if global-hi-lock-mode seems intended.
15759 (global-hi-lock-mode) Renamed from hi-lock-mode.
15760 (hi-lock-archaic-interface-message-used)
15761 (hi-lock-archaic-interface-deduce): New variables.
15762 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15763 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15764 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15765 Replace hi-lock-buffer-mode with hi-lock-mode.
15766
15767 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15768
15769 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15770 completion list, even after a partial completion has been
15771 inserted in the current buffer. If there are more than 1
15772 completion, redisplay the *Completions* buffer; if the
15773 completion is unique, delete the *Completions* window.
15774
15775 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15776
15777 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15778 strings and long subject lines that were broken into multiple
15779 lines at arbitrary places. Handle subjects that have "Re: " in
15780 the middle.
15781
15782 2005-12-10 John W. Eaton <jwe@octave.org>
15783
15784 * emacs/octave-mod.el (octave-electric-space): Don't indent
15785 comments or strings if octave-auto-indent is nil.
15786
15787 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15788
15789 * term/mac-win.el: Require url when compiling.
15790 Call mac-process-deferred-apple-events after loading init files.
15791 (mac-apple-event-map): New defvar. Define event handlers in it.
15792 (core-event, internet-event): New Apple event class symbols.
15793 (open-application, reopen-application, open-documents)
15794 (print-documents, open-contents, quit-application)
15795 (application-died, show-preferences, autosave-now, get-url):
15796 New Apple event ID symbols.
15797 (about): New HICommand ID symbol.
15798 (mac-event-spec, mac-event-ae): New macros.
15799 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15800 (mac-ae-selection-range, mac-ae-text-for-search)
15801 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15802 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15803 and Services menu events are now defined in mac-apple-event-map.
15804 (mac-drag-n-drop): Remove selection range handling.
15805
15806 2005-12-10 Kenichi Handa <handa@m17n.org>
15807
15808 * simple.el (zap-to-char):
15809 * isearch.el (isearch-process-search-char): Translate CHAR by
15810 translation-table-for-input.
15811
15812 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15813
15814 * foldout.el (foldout-exit-fold): Properly hide subtree.
15815
15816 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15817
15818 * files.el (save-buffer):
15819 * international/ucs-tables.el (ucs-set-table-for-input):
15820 * mail/mail-extr.el (mail-extract-address-components):
15821 * mail/sendmail.el (mail-mode): Reformat doc string.
15822
15823 2005-12-09 Juri Linkov <juri@jurta.org>
15824
15825 * isearch.el (isearch-highlight): Change main overlay priority
15826 from 1 to 1001. Simplify.
15827 (isearch-lazy-highlight-update): Change lazy overlay priority
15828 from 0 to 1000.
15829
15830 * replace.el (replace-highlight): Change overlay priority from
15831 1 to 1001.
15832
15833 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15834 Change overlay priority from 1 to 1001. Reuse existing overlay.
15835
15836 * compare-w.el (compare-windows-highlight): Change overlay
15837 priority from 1 to 1000.
15838
15839 * menu-bar.el (menu-bar-edit-menu): Add listp around
15840 pending-undo-list to disable menu item "undo" when pending
15841 undo list is empty.
15842
15843 * locate.el (locate): Disable undo in *Locate* buffer.
15844
15845 2005-12-09 Kim F. Storm <storm@cua.dk>
15846
15847 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15848
15849 2005-12-09 David Ponce <david@dponce.com>
15850
15851 * recentf.el: Improvement of the menu code.
15852 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15853 instead of menu hook.
15854 (recentf-show-menu, recentf-hide-menu): New functions.
15855 (recentf-menu-customization-changed, recentf-mode): Use them.
15856 (recentf-menu-action, recentf-max-menu-items)
15857 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15858 (recentf-arrange-by-rule-others)
15859 (recentf-arrange-by-rules-min-items)
15860 (recentf-arrange-by-rule-subfilter) : Don't use
15861 `recentf-menu-customization-changed'.
15862 (recentf-arrange-rules): Likewise. Accept functions to compute
15863 sub-menu titles.
15864 (recentf-menu-filter): Likewise. Doc fix.
15865 (recentf-menu-value-shortcut): Doc fix.
15866 (recentf-dump-variable): Quote atom value.
15867 (recentf-make-menu-items): Update to use it as a menu filter.
15868 (recentf-match-rule): New function.
15869 (recentf-arrange-by-rule): Use it.
15870 (recentf-indirect-mode-rule): New function.
15871 (recentf-build-mode-rules): Use it.
15872 (recentf-dir-rule): New function.
15873 (recentf-arrange-by-dir): Use it.
15874 (recentf-filter-changer-current): Rename from
15875 `recentf-filter-changer-state'. All references updated.
15876 (recentf-filter-changer-alist): Update filter names.
15877 (recentf-filter-changer-select): New function.
15878 (recentf-filter-changer): Use it. Make a sub-menu from filters
15879 available in `recentf-filter-changer-alist'.
15880 (recentf-data-cache, recentf-clear-data)
15881 (recentf-update-menu): Remove. All references updated.
15882 (recentf-match-rule-p, recentf-build-dir-rules)
15883 (recentf-filter-changer-goto-next)
15884 (recentf-filter-changer-get-current)
15885 (recentf-filter-changer-get-next): Remove.
15886
15887 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15888
15889 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15890 buffer "Reset" button to "Reset to Current" for consistency with
15891 the State buttons.
15892
15893 2005-12-08 John Paul Wallington <jpw@pobox.com>
15894
15895 * ibuf-ext.el (define-ibuffer-filter filename):
15896 If `dired-directory' is a list then really use its car.
15897
15898 2005-12-08 Kim F. Storm <storm@cua.dk>
15899
15900 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15901 Fix indention of text on right side of replaced rectangle.
15902
15903 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15904
15905 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15906 No need to check gud-comint-buffer is bound.
15907 (gdb): Prevent multiple debugging when first session uses gdba.
15908
15909 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15910
15911 CC Mode update to 5.31.
15912
15913 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15914 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15915 We might do this function properly in the future).
15916
15917 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15918 New macros c-sentence-end and c-default-value-sentence end, to cope
15919 with Emacs 22's new function `sentence-end'.
15920
15921 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15922
15923 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15924 compat issue using `c-put-overlay' and `c-delete-overlay'.
15925
15926 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15927 New compat macros to handle overlays/extents.
15928
15929 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15930
15931 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15932 (for GNU Emacs 20.4)
15933
15934 * progmodes/cc-defs.el:
15935 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15936
15937 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15938 highlighting mechanism so it will work in XEmacs too.
15939
15940 * progmodes/cc-defs.el: Insert c-int-to-char.
15941
15942 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15943 call to the new macro c-int-to-char. This solves XEmacs's
15944 regarding characters as different from integers.
15945
15946 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15947
15948 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15949 New internal helper.
15950
15951 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15952 construct to make the indirect face lookup work in XEmacs.
15953
15954 (c-cpp-matchers): Append the negation char face to the existing
15955 fontification, so that the cpp face doesn't disappear.
15956 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15957 and strings.
15958
15959 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15960 to map to `font-lock-negation-char-face' in emacsen where it exists.
15961
15962 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15963
15964 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15965
15966 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15967 Rename "c-subword-move-mode" as "c-subword-mode".
15968
15969 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15970 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15971
15972 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15973
15974 * progmodes/cc-mode.el: Added autoload directive for
15975 `c-subword-move-mode' for use in older emacsen.
15976
15977 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15978
15979 * progmodes/cc-mode.el:
15980 (i) Insert a binding for C-c C-backspace into
15981 c-bind-special-erase-keys which works in TTYs.
15982 (ii) Make sure that when file styles are used, any explicitly
15983 given style variables take priority over those in the style.
15984 Do this by calling `hack-local-variables' a second time.
15985
15986 * progmodes/cc-vars.el: Add language specific customization
15987 widgets for AWK to c-doc-comment-style, c-require-final-newline
15988 and c-default-style. Add a defcustom for awk-mode-hook.
15989 Give c-syntactic-element and c-syntactic-context doc-strings by
15990 directly setting their `variable-documentation' propery.
15991 This allows Emacs 22.1 to read these with C-h v.
15992
15993 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15994
15995 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15996
15997 * progmodes/cc-fonts.el, cc-vars.el
15998 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15999 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
16000 Masatake YAMATO.
16001
16002 (c-doc-comment-style): Made GtkDoc default in C mode.
16003
16004 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
16005 and C-c C-<delete>.
16006
16007 (c-bind-special-erase-keys): New function for use on
16008 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
16009
16010 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
16011 <delete> key behavior in XEmacs according to `delete-forward-p'.
16012 C.f. `c-electric-delete'.
16013
16014 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16015
16016 * progmodes/cc-mode.el: Give c-hungry-backspace and
16017 c-hungry-delete-forward permanent key bindings.
16018
16019 * progmodes/cc-cmds.el (c-electric-semi&comma):
16020 Bind c-syntactic-context for calls to "criteria functions", for
16021 consistency with other calls to user functions.
16022
16023 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
16024 `current-prefix-arg', since this might be the prefix arg to a
16025 command which calls c-indent-command as a function. Change the
16026 interactive spec from "p" to "P".
16027
16028 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16029 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16030 was difficult to understand.
16031
16032 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16033
16034 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16035 first char of an identifier.
16036
16037 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16038 +" syntax in C++.
16039
16040 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16041
16042 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16043 auto-fill doesn't split a c-comment's last word from a hanging
16044 "*/" when a space is typed between them after fill-column.
16045
16046 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16047
16048 * progmodes/cc-styles.el (c-set-style)
16049 (c-setup-paragraph-variables): Abort the command if we're not in a
16050 CC Mode buffer.
16051
16052 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16053 with blank comment-prefix, and a blank line as the comment's
16054 second line.
16055
16056 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16057
16058 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16059 Incorporate the patterns added in the Emacs development branch
16060 for the new Emacs 22 face `font-lock-negation-char-face'.
16061
16062 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16063 of "red" since it stands out better in xterms and DOS terminals.
16064
16065 * progmodes/cc-engine.el (c-literal-faces):
16066 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16067
16068 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16069
16070 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16071 forcibly enable c-electric-flag.
16072
16073 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16074 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16075 after the comment-prefix of a C-style comment will close that comment.
16076
16077 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16078
16079 * progmodes/cc-fonts.el (c-basic-matchers-before)
16080 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16081 in Pike.
16082
16083 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16084 digraphs.
16085
16086 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16087 (c-cpp-message-directives, c-cpp-include-directives)
16088 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16089 (c-cpp-expr-directives): Introduce new language constants to
16090 control cpp syntax in a cleaner way.
16091
16092 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16093
16094 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16095
16096 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16097 (c-multiline-string-start-char): New language constants and
16098 variables to specify how newlines in string literals work.
16099
16100 (c-font-lock-invalid-string): Use them.
16101
16102 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16103 unbalanced close brace is entered. Optimization by avoiding going
16104 back over arbitrarily large blocks. Removed hints that this
16105 function only would be relevant/useful in AWK.
16106
16107 (c-electric-brace): Indent syntactically after the cleanups since
16108 lineup functions might do it differently then.
16109
16110 * progmodes/cc-engine.el, cc-langs.el
16111 (c-opt-op-identifier-prefix): New language constant and variable.
16112
16113 (c-just-after-func-arglist-p, c-after-special-operator-id)
16114 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16115
16116 * progmodes/cc-align.el, cc-engine.el
16117 (c-after-special-operator-id): New helper to handle C++ operator
16118 identifiers.
16119
16120 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16121 (c-guess-basic-syntax): Handle C++ operator identifiers in
16122 declarations.
16123
16124 * progmodes/cc-langs.el (c-assignment-operators): Add the
16125 trigraph version of ^= too.
16126
16127 * progmodes/cc-langs.el (c-assignment-operators): Add the
16128 trigraph version of |= in C++.
16129
16130 * progmodes/cc-fonts.el (c-font-lock-declarators):
16131 Handle `c-decl-hangon-kwds' after the identifier name.
16132
16133 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16134 whether an arglist is "nonempty", ignore a comment after the open
16135 paren if it isn't followed by a non-comment token on the same line.
16136
16137 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16138 Enable heuristics below the point to cope with classes inside special
16139 brace lists in Pike.
16140
16141 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16142
16143 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16144
16145 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16146
16147 * progmodes/cc-guess.el (cc-guess-install): New function to
16148 install an already guessed style in another buffer.
16149
16150 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16151 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16152 anyway if the change always is undone.
16153
16154 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16155
16156 Implement togglable electricity:
16157
16158 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16159 saying when it should be used.
16160
16161 * progmodes/cc-engine.el: Add the new buffer-local variable,
16162 c-electric-flag.
16163
16164 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16165 c-toggle-auto-newline.
16166
16167 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16168 c-toggle-auto-newline. Remove the binding for
16169 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16170 c-toggle-electric-state.
16171
16172 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16173
16174 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16175 c-\(forward\|backward\)-subword.
16176 (c-update-modeline): Add the new modeline flag `l' for
16177 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16178 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16179 Make the old name an alias of the new name.
16180 (c-toggle-electric-state): New function.
16181 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16182 Adapt these functions to do electric things only when
16183 c-electric-flag is non-nil.
16184 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16185 new functions from c-electric-brace.
16186 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16187 mode, so that the tentative extra newline doesn't change the
16188 syntax of the following brace.
16189 (c-electric-brace): Restructure by extracting the above functions.
16190 Tidy up the coding somewhat.
16191 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16192 restructure a bit.
16193
16194 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16195
16196 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16197 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16198
16199 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16200 (c-submode-indicators): Change name from `c-auto-hungry-string'
16201 since it's now used to track another submode.
16202
16203 (c-update-modeline): Convert to function and extended to check
16204 `c-subword-move-mode'.
16205
16206 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16207 Convert to compat aliases for `c-forward-subword' and
16208 `c-backward-subword'.
16209
16210 * progmodes/cc-subword.el: New functions and minor mode to handle
16211 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16212
16213 (c-forward-subword, c-backward-subword, c-mark-subword)
16214 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16215 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16216 Functions corresponding to the standard word handling functions.
16217
16218 (c-subword-move-mode): Minor mode that replaces all the standard
16219 word handling functions with their subword equivalences.
16220
16221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16222
16223 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16224 entry for one-liner-defun.
16225
16226 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16227 name in its def-edebug-spec.
16228
16229 * progmodes/cc-cmds.el (c-electric-brace): Make the
16230 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16231 compacts space before a comment, if this will make things fit on
16232 one line.
16233
16234 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16235
16236 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16237
16238 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16239 clean-up one-liner-defun.
16240
16241 * progmodes/cc-styles.el: Add the new "awk" style.
16242
16243 * progmodes/cc-vars.el: Add description of one-liner-defun to
16244 c-cleanup-list's doc-string. New user options,
16245 c-max-one-liner-length. In c-default-style, set the default style
16246 for AWK to "awk".
16247
16248 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16249
16250 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16251 macros inside labels.
16252
16253 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16254 `c-at-statement-start-p' and `c-at-expression-start-p'.
16255
16256 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16257 error if the mark isn't set.
16258
16259 * progmodes/cc-engine.el (c-guess-continued-construct)
16260 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16261 accurately detect functions inside functions.
16262
16263 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16264 like `c-at-statement-start-p' that additionally recognizes commas
16265 and expression parentheses as delimiters.
16266
16267 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16268 to avoid heuristics that doesn't work for unclosed blocks.
16269 (c-at-statement-start-p): New function.
16270
16271 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16272 Objective-C directives, e.g. directives spanning lines should work
16273 reasonably well now.
16274
16275 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16276
16277 (c-forward-objc-directive): New function to move over any ObjC
16278 directive.
16279
16280 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16281 (c-basic-matchers-before): Use it.
16282
16283 (c-font-lock-objc-iip-decl): Remove.
16284
16285 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16286 in the template arglist recognition.
16287
16288 * progmodes/cc-styles.el (c-style-alist): Fix several
16289 inconsistencies in the Whitesmith style.
16290
16291 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16292 New lineup function to get lines after Whitesmith style blocks
16293 correctly indented.
16294
16295 (c-lineup-whitesmith-in-block): Back out the compensation for
16296 opening parens since it's done using `add' lists in the style
16297 definition instead. Don't use the anchor position since it varies
16298 too much between the syntactic symbols. :P
16299
16300 * progmodes/cc-vars.el (c-valid-offset): Update.
16301
16302 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16303 lists where the offsets are combined according to several
16304 different methods: `first', `min', `max', and `add'.
16305 Report offset evaluation errors with `c-benign-error' so that some kind
16306 of reindentation still is done.
16307
16308 * progmodes/cc-engine.el (c-guess-basic-syntax):
16309 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16310 `arglist-close'.
16311
16312 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16313 situations for `arglist-cont-nonempty' and `arglist-close'.
16314
16315 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16316
16317 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16318 cc-bytecomp-boundp' in a number of places.
16319
16320 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16321 macro related issue.
16322
16323 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16324
16325 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16326 list is now [asdf], a char class [:alpha:].
16327 Include code for char classes.
16328 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16329 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16330
16331 Remove (nearly all of) the cruft associated with AWK Mode's former
16332 concept of "virtual semicolons":
16333
16334 Adapt c-beginning-of-statement, c-end-of-statement (together with
16335 subfunctions) to use the new notion of "virtual semicolon" in
16336 place of the old awkward special handling for AWK. There remains
16337 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16338 * progmodes/cc-cmds.el:
16339 (c-ascertain-adjacent-literal): In the backwards direction, now
16340 recognises AWK regexp delimiters as string delimiters.
16341 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16342 check more rigorously for "end of macro".
16343 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16344 virtual semicolons;
16345 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16346 out the code for forward movement into ...
16347 (c-end-of-statement): Now contains the code for forward movement,
16348 adapted for virtual semicolons.
16349
16350 * progmodes/cc-engine.el:
16351 (c-ws*-string-limit-regexp): New regexp.
16352 (c-forward-single-comment, c-backward-single-comment): Comment out
16353 the (now redundant) "special" AWK stuff.
16354
16355 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16356 c-string-par-start, c-string-par-separate to be more like Text
16357 Mode than Fundamental Mode.
16358
16359 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16360
16361 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16362 to the fontified region so that fontification doesn't occur
16363 outside it (could happen e.g. when fontifying a line with an
16364 unfinished declaration).
16365
16366 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16367
16368 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16369 start of the file. ^L now separate sections of the file.
16370 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16371 (c-awk-one-line-possibly-open-string-re)
16372 (c-awk-regexp-one-line-possibly-open-char-class-re)
16373 (c-awk-one-line-possibly-open-regexp-re)
16374 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16375 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16376
16377 Amend the concept of "virtual semicolons" (in the indentation
16378 engine) for languages like AWK, such that they are now
16379 conceptually attached to end of the last token of a statement, not
16380 the end of the line. (In AWK Mode, however, the pertinent text
16381 property is still physically set on the EOL.) Remove the specific
16382 tests for awk-mode, thus facilitating the introduction of other
16383 language modes where EOLs can end statements.
16384 (Note: The funtionality in cc-cmds.el, specifically
16385 c-beginning/end-of-statement has yet to be amended.)
16386
16387 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16388 New macros.
16389
16390 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16391 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16392 c-vsemi-status-unknown-p-fn (in a new page).
16393
16394 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16395 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16396 numerous awkward forms like
16397 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16398 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16399 variable before-ws-ip, the place just after char-before-ip appears.
16400
16401 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16402 a comment.
16403
16404 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16405
16406 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16407 `c-tentative-buffer-changes'.
16408
16409 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16410 convert to macro to choose between Emacs and XEmacs at compile time.
16411
16412 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16413
16414 (c-tentative-buffer-changes): New macro to handle temporary buffer
16415 changes in a convenient way.
16416
16417 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16418 for `c-tentative-buffer-changes'.
16419
16420 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16421 the checks for paren sexps between the point and the keyword, to
16422 avoid some false alarms.
16423
16424 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16425 Fixed a situation where an error could be thrown for unbalanced
16426 parens. Changed to make use of c-keyword-member' to avoid some
16427 repeated regexp matches.
16428
16429 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16430 These language variable are no longer necessary.
16431
16432 (c-block-stmt-kwds): New language constant used by
16433 c-looking-at-inexpr-block'.
16434
16435 (c-guess-basic-syntax): Remove an optional check that looked at
16436 the existence of the now removed language variables.
16437
16438 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16439 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16440 object instantiation expressions as declarations in some contexts.
16441 This bug only affected languages where the declarator can't be
16442 enclosed in parentheses.
16443
16444 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16445 insert newlines before and after substatement braces.
16446
16447 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16448 function declaration headers and the handling of C++ style member
16449 init lists.
16450
16451 (c-just-after-func-arglist-p): Rewritten to use
16452 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16453
16454 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16455
16456 (c-guess-basic-syntax): Adapt case 5B for the new
16457 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16458 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16459 covers all cases now).
16460
16461 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16462
16463 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16464
16465 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16466 c-string-par-start/separate c-sentence-end-with-esc-eol,
16467 initialised in c-setup-paragraph-variables, used in string
16468 scanning subroutines of c-beginning-of-statement.
16469
16470 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16471 which precedes the newly inserted `{'.
16472
16473 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16474
16475 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16476 function for declaration level blocks. It should now cope with
16477 templates better and also be a lot more comprehensible.
16478
16479 (c-looking-at-decl-block): The new function.
16480
16481 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16482 for compatibility.
16483
16484 (c-add-class-syntax, c-guess-continued-construct)
16485 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16486
16487 (c-decl-block-key): Change to tell apart ambiguous and
16488 unambiguous keywords. Pike specials are now handled directly in
16489 the code instead.
16490
16491 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16492 New language constants and variables to make the backward skip in
16493 `c-looking-at-decl-block' as tight as possible.
16494
16495 (c-nonsymbol-token-char-list): New language constant.
16496
16497 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16498 find balanced template arglists backwards.
16499
16500 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16501 making char classes for `c-syntactic-skip-backward'.
16502
16503 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16504 16D - can't be a class-close at that point.
16505
16506 * progmodes/cc-engine.el (c-guess-basic-syntax)
16507 (c-add-class-syntax): Don't narrow out the enclosing declaration
16508 level. This makes everything a lot easier, and it was actually
16509 only four small places that needed it to work. Some places that
16510 previously did `widen' are removed now, which has the effect that
16511 `c-guess-basic-syntax' never will look at things outside the
16512 current narrowment now. The anchor position for `topmost-intro'
16513 is affected by this, but it was so bogus it was basically useless
16514 before, and now it's equally bogus but in a slightly different way.
16515
16516 (c-narrow-out-enclosing-class): Gone.
16517
16518 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16519 the narrowed region.
16520
16521 (c-least-enclosing-brace): Remove silly optional argument.
16522
16523 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16524 the point could be left directly after an open paren when finding
16525 the beginning of the first decl in the block.
16526
16527 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16528 Specify which submatch to use.
16529
16530 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16531
16532 (c-decl-start-re): No longer any need for special treatment of
16533 ObjC due to the above.
16534
16535 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16536 presumably follows C in that regard.
16537
16538 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16539 New language constants to specify operator tokens inside
16540 identifiers in a more high level way.
16541
16542 (c-opt-identifier-prefix-key): New internal language constant.
16543
16544 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16545 (c-identifier-start, c-identifier-key): Now completely calculated
16546 from other constants.
16547
16548 (c-identifier-last-sym-match): Decommission since it's no longer used.
16549
16550 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16551
16552 * progmodes/cc-engine.el (c-forward-name): Remove the
16553 optimization when c-identifier-key is equal to c-symbol-key since
16554 it doesn't work in byte compiled files. Don't record empty
16555 regions as identifiers.
16556
16557 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16558 simplify access to `c-operators' and its likes.
16559
16560 (c-operator-list, c-all-op-syntax-tokens)
16561 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16562 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16563 (c-primary-expr-regexp, c-cast-parens): Use it.
16564
16565 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16566 an explicit language in functions.
16567
16568 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16569 variant of adornment.
16570
16571 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16572 variable.
16573
16574 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16575 the Pike value.
16576
16577 * progmodes/cc-engine.el (c-on-identifier)
16578 (c-simple-skip-symbol-backward): Small fix for handling "-"
16579 correctly in `skip-chars-backward'. Affected the operator lfun
16580 syntax in Pike.
16581
16582 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16583 diagnostic message about precompiled language vars not being used.
16584
16585 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16586 "__attribute__" is followed by a parenthesis.
16587
16588 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16589 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16590 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16591
16592 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16593 Internal cleanups to properly detect the declared identifiers in
16594 various declarations.
16595
16596 (c-decl-start-kwds): New language constant to recognize
16597 declarations that can start anywhere. Used for class declarations
16598 in Pike.
16599
16600 (c-specifier-key, c-not-decl-init-keywords)
16601 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16602 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16603
16604 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16605 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16606 handling of the compiler specific extension keywords into a new
16607 language constant `c-decl-hangon-kwds' that defines keyword
16608 clauses to be ignored in declarations.
16609
16610 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16611 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16612 Necessary to stop at the declared identifier in e.g. IDL valuetype
16613 declarations.
16614
16615 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16616 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16617 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16618 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16619 class and enum declarations as such and not as part of the type.
16620
16621 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16622 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16623
16624 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16625 declarations when there's some syntax error later on.
16626
16627 (c-complex-decl-matchers): Did away with a reference to
16628 `c-specifier-key'.
16629
16630 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16631 value - this variable is always dynamically bound.
16632
16633 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16634 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16635 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16636 functions that might do hidden buffer changes: All such internal
16637 functions are now marked instead of those that don't.
16638
16639 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16640 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16641 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16642 (c-literal-type): Allow these functions to make hidden buffer changes,
16643 so that they are free to use text property caching later on.
16644
16645 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16646 (c-electric-brace, c-electric-slash, c-electric-star)
16647 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16648 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16649 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16650 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16651 with the changed semantics of the functions above.
16652
16653 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16654 when macros occur in obscure places. Optimized the sexp movement
16655 a bit.
16656
16657 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16658
16659 Enhancements for c-beginning-of-statement to work in AWK Mode:
16660
16661 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16662 (completed statement) with `}' (statement completed by closing
16663 brace or semicolon) and `$' (statement completed by EOL).
16664
16665 (c-awk-virtual-semicolon-ends-prev-line-p)
16666 (c-awk-virtual-semicolon-ends-line-p)
16667 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16668 (c-awk-at-statement-end-p): New functions.
16669
16670 * progmodes/cc-cmds.el: Simplify the structure of functions
16671 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16672 two functions and c-beginning-of-statement to handle AWK Mode.
16673
16674 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16675 c-backward-single-comment for AWK mode. Attempt to clarify their
16676 doc-strings.
16677
16678 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16679
16680 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16681
16682 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16683 label handling. Labels are now recognized in a uniform and more
16684 robust way, regardless of context. Text properties are put on all
16685 labels to recognize the following declarations better.
16686 Multiword labels are handled both in indentation and fontification for
16687 the benefit of language extensions like Qt. For consistency, keywords
16688 in labels are now fontified with the label face instead.
16689 That also applies to "case" and "default".
16690
16691 (c-beginning-of-statement-1): Fix some bugs in the label
16692 handling. Disregard `c-nonlabel-token-key' in labels that begin
16693 with `c-label-kwds'.
16694
16695 (c-find-decl-spots): Support that the callback adds more
16696 `c-decl-end' spots to find.
16697
16698 (c-forward-decl-or-cast-1): Don't treat a list of plain
16699 identifiers followed by a colon as a declaration.
16700
16701 (c-forward-label): New function to recognize labels.
16702
16703 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16704 `c-forward-label'. Moved the label recognition cases (14 and 15)
16705 earlier since they aren't so context sensitive now. Handle labels
16706 on the top level gracefully. Moved access label recognition to
16707 the generic label case (CASE 15) - removed CASE 5E.
16708
16709 (c-font-lock-declarations): Add recognition of labels in the
16710 same round since we need to handle labels in parallell with other
16711 declarations to recognize both accurately. It should also improve
16712 speed.
16713
16714 (c-simple-decl-matchers, c-basic-matchers-after):
16715 Move `c-font-lock-labels' so that it only is used on decoration level 2
16716 since `c-font-lock-declarations' handles it otherwise.
16717
16718 (c-complex-decl-matchers): Remove the simplistic recognition of
16719 access labels.
16720
16721 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16722 with labels earlier.
16723
16724 (c-decl-start-re): New language variable to make
16725 `c-font-lock-declarations' stop for the special protection labels
16726 in Objective-C that start with `@'.
16727
16728 (c-label-key): Remove since it's no longer used.
16729
16730 (c-recognize-colon-labels, c-label-prefix-re): New language
16731 constants to support recognition of generic colon-terminated labels.
16732
16733 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16734 are colon terminated labels.
16735
16736 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16737 first argument starts with a special brace list.
16738
16739 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16740 (c-font-lock-declarations): Break out the declaration and cast
16741 recognition from `c-font-lock-declarations' to a new function, so
16742 that it can be used in the indentation engine.
16743
16744 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16745 up to the start of the literal. Fixed bug with the point on the
16746 wrong side of the search limit that could happen when the start
16747 position is inside a literal.
16748
16749 * progmodes/cc-engine.el (c-parse-state)
16750 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16751 so that it's kept a little bit back to increase the hit rate.
16752
16753 (c-parse-state): Change the macro handling and fixed some
16754 glitches. Macro context is checked more often than necessary now,
16755 but otoh less garbage conses are generated.
16756
16757 * progmodes/cc-engine.el (c-parse-state)
16758 (c-invalidate-state-cache): Cache the last position where
16759 `c-state-cache' applies. This can speed up refontification quite
16760 a bit in blocks where there are many non-brace parens before the point.
16761
16762 (c-state-cache-end): New variable for this.
16763
16764 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16765 cache variable.
16766
16767 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16768 get close initial continue positions when the start position is
16769 inside a literal or macro. Do not call the callback for spots
16770 before the start position (which can happen e.g. for `c-decl-end'
16771 spots inside comments). Optimize better in special cases when the
16772 region is a single line inside a literal or macro (typically when
16773 the current line is refontified).
16774
16775 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16776 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16777 entries from the paren state.
16778
16779 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16780 special case for "else if" clauses.
16781
16782 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16783 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16784
16785 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16786 New language variable to recognize the gcc extension with statement
16787 blocks inside expressions.
16788
16789 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16790 it somewhat more comprehensible. The argument AT-BLOCK-START is
16791 no longer used and hence removed.
16792
16793 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16794 to `c-add-stmt-syntax'.
16795
16796 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16797 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16798 This fixes bogus label recognition.
16799
16800 * progmodes/cc-engine.el (c-add-type, c-check-type)
16801 (c-forward-name, c-forward-type): Improve storage of template
16802 types in `c-found-types' so that they can be recognized better.
16803
16804 (c-syntactic-content): Add option to skip past nested parens.
16805
16806 * progmodes/cc-engine.el (c-forward-name):
16807 Set `c-last-identifier-range' all the time. It's less work that way.
16808 Handle that there might not be an identifier to store in
16809 `c-last-identifier-range'.
16810
16811 (c-forward-type): Handle that `c-last-identifier-range' might be
16812 nil from `c-forward-name'.
16813
16814 * progmodes/cc-defs.el (c-safe-scan-lists)
16815 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16816
16817 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16818 to work even if the form fails.
16819
16820 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16821 down in a large file in one go.
16822
16823 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16824
16825 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16826 function which is like `c-lineup-math' but returns nil instead of
16827 `c-basic-offset' when it doesn't match.
16828
16829 (c-lineup-math): Change to use `c-lineup-assignments'.
16830
16831 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16832
16833 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16834 c-beginning-of-statement. New subfunctions
16835 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16836
16837 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16838
16839 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16840 hardcoded char classes whereever possible. Changed a couple of
16841 places to use skip by syntax instead of skip by char class.
16842
16843 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16844 Fix a bug in the regexp that caused extreme backtracking.
16845
16846 * progmodes/cc-langs.el (c-block-comment-starter)
16847 (c-block-comment-ender): New language constants to specify in a
16848 single place how block comments look.
16849
16850 (c-comment-start-regexp, c-block-comment-start-regexp)
16851 (comment-start, comment-end, comment-start-skip)
16852 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16853 (c-syntactic-ws, c-nonempty-syntactic-ws)
16854 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16855 `c-line-comment-starter', `c-block-comment-starter' and
16856 `c-block-comment-ender'.
16857
16858 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16859 New language constants to break up things a bit.
16860
16861 (c-simple-ws): New language constant for simple whitespace.
16862
16863 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16864
16865 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16866 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16867 newlines. Allow and ignore nil elements in the list.
16868
16869 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16870
16871 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16872 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16873
16874 * progmodes/cc-cmds.el: Tidy up the comments in
16875 c-beginning-of-statement and subfunctions.
16876
16877 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16878 more flexible c-put-char-property and c-clear-char-properties.
16879 Add the author's email address.
16880
16881 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16882
16883 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16884 closing "*/" of a block comment.
16885
16886 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16887 subfunctions) so that it works at BOB and EOB.
16888
16889 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16890 c-beginning-of-statement, including new variable
16891 c-block-comment-start-regexp.
16892
16893 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16894
16895 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16896 symbols from `*-font-lock-extra-types' so that there's no need to
16897 use `regexp-opt' on those lists.
16898
16899 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16900 `c-type-modifier-kwds' is empty.
16901
16902 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16903 there are several strings on the same line.
16904
16905 * progmodes/cc-engine.el (c-literal-limits): Remove the
16906 compatibility function for older emacsen. `c-literal-limits-fast'
16907 has now taken the place of this function.
16908
16909 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16910 with older emacsen: We now require `pps-extended-state'.
16911
16912 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16913
16914 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16915 which obviates the need to hack sentence-end. This now handles
16916 escaped newlines in strings correctly. Correct minor bugs in
16917 c-move-over-sentence and in c-beginning-of-statement.
16918
16919 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16920 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16921 that movement over macros and code are rigorously separated from
16922 eachother. Correct a few incidental bugs.
16923
16924 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16925 Improve its doc-string. Improve the handling of certain specific cases.
16926
16927 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16928
16929 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16930 (c-guess-basic-syntax): Change the way class-level labels are
16931 recognized; they can now contain essentially any symbols.
16932
16933 (c-opt-extra-label-key): New language variable to cope with the
16934 special protection label syntax in Objective-C.
16935
16936 (c-opt-access-key): Remove; this is now handled better by
16937 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16938
16939 (c-complex-decl-matchers): Update to handle that
16940 `c-opt-access-key' no longer exists.
16941
16942 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16943 improved label recognition in `c-beginning-of-statement-1'.
16944
16945 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16946 Recognize bitfields better.
16947
16948 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16949 Remove some cruft and fixed a bug that could cause it to go to a
16950 position further down.
16951
16952 * progmodes/cc-langs.el, cc-engine.el
16953 (c-beginning-of-statement-1): Improve detection of labels in
16954 declaration contexts.
16955
16956 (c-beginning-of-decl-1): Use it.
16957
16958 (c-nonlabel-token-key): New language constant and variable needed
16959 by `c-beginning-of-statement-1'.
16960
16961 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16962 manifested itself due to the correction in `c-forward-sexp'.
16963
16964 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16965 Make these behave as documented when used at the buffer limits.
16966
16967 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16968 (c-type-decl-end-used): Made this a language variable.
16969
16970 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16971 correctly when `combine-after-change-calls' is used together with
16972 temporary narrowings.
16973
16974 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16975 Report labels correctly when the start point is immediately after the
16976 colon.
16977
16978 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16979 Remove since it isn't used anymore.
16980
16981 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16982 bracket arglists such as template parens in C++.
16983
16984 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16985 in the last check-in. Some optimization.
16986
16987 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16988 where it could stop at the same level in a preceding sexp when
16989 PAREN-LEVEL is set.
16990
16991 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16992 text property lookup only when it's needed.
16993
16994 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16995 Change the policy for paren marked angle brackets to be more
16996 persistent; once marked they remain marked even when they're found
16997 to be unbalanced in the searched region. This should keep the
16998 paren syntax around even when individual lines are refontified in
16999 multiline template arglists.
17000
17001 (c-parse-and-markup-<>-arglists): New dynamically bound variable
17002 to control markup so that incorrect angle bracket arglists aren't
17003 marked in contexts where the correct value for
17004 `c-disallow-comma-in-<>-arglists' isn't known.
17005
17006 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
17007 argument has become `c-parse-and-markup-<>-arglists'.
17008
17009 (c-remove-<>-arglist-properties): Remove - no longer used.
17010
17011 (c-after-change-check-<>-operators): New function used on
17012 `after-change-functions' to avoid that "<" and ">" characters that
17013 are part of longer operators have paren syntax.
17014
17015 (c-<>-multichar-token-regexp): New language variable used by
17016 `c-after-change-check-<>-operators'.
17017
17018 (c-after-change): Call `c-after-change-check-<>-operators'.
17019
17020 (c-font-lock-<>-arglists): Use the context properties set by
17021 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17022 correctly to avoid doing invalid markup.
17023
17024 (c-font-lock-declarations): Remove code that undoes the invalid
17025 markup done by `c-font-lock-<>-arglists'.
17026
17027 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17028 after `c-font-lock-declarations'.
17029
17030 * progmodes/cc-engine.el (c-syntactic-skip-backward):
17031 Add paren-level feature.
17032
17033 (c-guess-basic-syntax): Improve the anchor position for
17034 `template-args-cont' in nested template arglists. There's still
17035 much to be desired in this area, though.
17036
17037 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17038
17039 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17040 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17041
17042 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17043
17044 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17045 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17046
17047 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17048 it doesn't work no longer are supported.
17049
17050 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17051 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17052 requires support for the syntax-table' text property, which rules
17053 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
17054 cruft associated with those versions.
17055
17056 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17057 for the `syntax-table' text property, which rules out Emacs 19 and
17058 XEmacs < 21.4. Removed various compatibility cruft associated
17059 with those versions.
17060
17061 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17062 support for the `syntax-table' text property.
17063
17064 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17065 variable and use an extra quoted face name instead. All the
17066 emacsen flavors handle that correctly.
17067
17068 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17069 (c-font-lock-declarators, c-font-lock-declarations)
17070 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17071 property to mark the items in in declarator lists to handle
17072 refontification inside multiline declarations better.
17073
17074 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17075 construct like "a * b = c;" as a declaration.
17076
17077 2005-12-08 Kim F. Storm <storm@cua.dk>
17078
17079 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17080 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
17081 select either meta, hyper, or super modifier for rectangle commands.
17082 (cua--rectangle-modifier-key): New defvar.
17083 (cua--M/H-key): Use it. Remove special case for `space'.
17084 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17085 on X, to meta otherwise. Always bind C-return to toggle
17086 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
17087
17088 * emulation/cua-rect.el (cua-help-for-rectangle):
17089 Use cua--rectangle-modifier-key. Handle super modifier too.
17090 (cua--init-rectangles): Always bind C-return to toggle rectangle.
17091 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17092
17093 * ido.el: Move Acknowledgements and History after Commentary.
17094 Minor changes to Commentary.
17095
17096 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17097 keymap if cua--prefix-override-timer is `shift'.
17098 (cua--shift-control-prefix): New function; emulate "type prefix
17099 key twice" functionality to handle shifted prefix key override.
17100 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17101 New commands.
17102 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17103
17104 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
17105
17106 * textmodes/org.el (org-insert-heading): Try to do items before
17107 headings.
17108 (org-agenda-mode): Quote `org-agenda-mode-hook'.
17109 (org-insert-item): New function.
17110 (org-renumber-ordered-list): Don't skip to higher level lists.
17111
17112 2005-12-08 Juri Linkov <juri@jurta.org>
17113
17114 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17115
17116 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17117
17118 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17119
17120 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17121 the constructed function name fun-1.
17122
17123 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17124 because such links don't lead to parent documentation.
17125
17126 2005-12-08 Kenichi Handa <handa@m17n.org>
17127
17128 * descr-text.el (describe-char): Use *Help-2* buffer if the
17129 current buffer is *Help*. Call describe-text-properties while
17130 setting the original buffer.
17131
17132 2005-12-07 Bill Wohler <wohler@newt.com>
17133
17134 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
17135 and causes problems with non-MH users (such as Gnus users).
17136
17137 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
17138
17139 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17140 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17141 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17142 command "info sources". Move calls to GDB command "list".
17143 (gdb-find-file-hook): Just use gdb-source-file-list.
17144 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17145 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17146 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17147 (gdb-data-list-register-values-handler): Use correct trigger name.
17148
17149 2005-12-07 Kim F. Storm <storm@cua.dk>
17150
17151 * ido.el (ido-completion-map): Rename from ido-mode-map.
17152 (ido-common-completion-map, ido-file-completion-map)
17153 (ido-file-dir-completion-map, ido-buffer-completion-map):
17154 Rename from ido-mode-....-map.
17155 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17156 (ido-setup-completion-map): Rename from ido-define-mode-map.
17157 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17158 to ido-completion-map.
17159
17160 2005-12-07 Kenichi Handa <handa@m17n.org>
17161
17162 * international/mule-cmds.el
17163 (set-display-table-and-terminal-coding-system): If the coding
17164 system specified in `unibyte-display' property is different from
17165 the arg coding-system, don't setup standard-display-table.
17166
17167 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17168
17169 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17170 that comments end at \n, regardless of selective-display.
17171
17172 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17173
17174 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17175 (gdb-version): New variables.
17176 (gdb-source-file-list, gdb-register-names)
17177 (gdb-changed-registers): New variables for use with GDB 6.4+.
17178 (gdb-ann3): Replace with...
17179 (gdb-init-1, gdb-init-2): ...two new functions.
17180 (gdba, gdb-prompt): Call gdb-init-1.
17181 (gdb-get-version): New function. Call gdb-init-2 from here.
17182 (gud-watch): Make it work with mouse events too.
17183 (gdb-post-prompt): Don't add to queue until GDB version is known.
17184 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17185 (gdb-locals-mode): Use gdb-version.
17186 (gdb-memory-format-map, gdb-memory-unit-map)
17187 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17188 (gdb-locals-font-lock-keywords-1)
17189 (gdb-locals-font-lock-keywords-2): New variables.
17190 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17191 (gdb-set-gud-minor-mode-existing-buffers-1)
17192 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17193 (gdb-var-update-1, gdb-var-update-handler-1)
17194 (gdb-data-list-register-values-handler)
17195 (gdb-data-list-register-values-custom)
17196 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17197 (gdb-stack-list-locals-handler, gdb-get-register-names):
17198 New functions for use with GDB 6.4+.
17199 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17200 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17201 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17202 (gdb-stack-list-locals-regexp)
17203 (gdb-data-list-register-names-regexp): New regexps for use with
17204 GDB 6.4+.
17205
17206 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17209
17210 2005-12-06 Nozomu Ando <nand@mac.com>
17211
17212 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17213 prompts work for AUTH PLAIN. Also reported by Steve Allan
17214 <seallan@verizon.net>.
17215
17216 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17217
17218 * frame.el (set-frame-parameter): Add doc string.
17219
17220 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17221
17222 * textmodes/org.el (org-occur-highlights): New variable.
17223 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17224 (org-highlight-sparse-tree-matches): New option.
17225 (org-do-occur): New function.
17226 (org-get-heading): Make it work also at beginning of line.
17227 (org-category-table): New variable.
17228 (org-get-category-table, org-get-category)
17229 (org-camel-to-words, org-link-search): New functions.
17230 (org-select-this-todo-keyword): New variable.
17231 (org-todo-list): New command.
17232 (org-shiftright, org-shiftleft): New commands.
17233 (org-agenda-todo): Add prefix argument.
17234 (org-show-hierarchy-above): New option.
17235 (org-show-todo-tree): Numerical prefix creates tree for specific
17236 TODO keyword.
17237 (org-outline-level): New function, to assign a level to plain
17238 lists items.
17239 (org-cycle-include-plain-lists): New option.
17240 (org-mode): Use `org-outline-level' as value of `outline-level'.
17241 (org-cycle): Temporarily switch `outline-regexp' if
17242 `org-cycle-include-plain-lists' is non-nil.
17243 (org-start-icalendar-file): Fix format bug.
17244 (org-agenda-get-day-entries): Create category table.
17245 (org-agenda-get-todos, org-agenda-get-timestamps)
17246 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17247 (org-agenda-get-blocks): Use `org-get-category'.
17248 (org-context-in-file-links): Rename from
17249 `org-line-numbers-in-file-links'.
17250
17251 2005-12-06 Romain Francoise <romain@orebokech.com>
17252
17253 * window.el (balance-windows): Delete extraneous third arg in call
17254 to `enlarge-window'.
17255
17256 2005-12-06 Kenichi Handa <handa@m17n.org>
17257
17258 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17259
17260 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17261
17262 * progmodes/gdb-ui.el (gdb-var-create-handler)
17263 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17264 (gdb-var-list-children-handler, gdb-var-update-handler):
17265 Current buffer is already gdb-partial-output-buffer, don't
17266 make it current again.
17267
17268 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17269
17270 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17271 (list-buffers-noselect): Use it.
17272
17273 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17274
17275 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17276 (mail-yank-ignored-headers): Use regexp-opt.
17277 (mail-mode-map): Move initialization into declaration.
17278 (mail-sent-via): Remove unused shadowed var `to-line'.
17279 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17280 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17281 (mail-do-fcc): Use dolist and push.
17282 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17283 (mail-yank-ignored-headers): Don't autoload.
17284
17285 2005-12-05 Kenichi Handa <handa@m17n.org>
17286
17287 * international/mule-cmds.el (set-language-info-internal): New fun.
17288 (set-language-info): Call set-language-info-internal to update
17289 language-info-alist. If LANG-ENV is the current one, call
17290 set-language-environment to make INFO effective now.
17291 (set-language-info-alist): Likewise.
17292 (locale-language-names): With locale "en", use English
17293 lang. env. but set the default codings to iso-8859-1.
17294
17295 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17296
17297 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17298 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17299 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17300 for plain strings.
17301 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17302 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17303 Create registers buffer if necessary. Echo new state in minibuffer.
17304 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17305
17306 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17307
17308 * info.el (Info-fontify-node): Match external links using
17309 non-directory part of filename.
17310
17311 2005-12-04 Juri Linkov <juri@jurta.org>
17312
17313 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17314 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17315 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17316 because there is no customization option for it.
17317
17318 * font-lock.el (lisp-font-lock-keywords-1):
17319 Add define-global-minor-mode.
17320
17321 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17322
17323 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17324 properties on the constructed variable names.
17325
17326 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17327 Put `definition-name' properties on the constructed function names
17328 next-sym and prev-sym.
17329
17330 * emacs-lisp/find-func.el (find-function-regexp):
17331 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17332 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17333 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17334 and easy-menu-define.
17335
17336 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17337 easy-mmode-define-global-mode and define-global-minor-mode.
17338 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17339
17340 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17341 instead of easy-mmode-define-global-mode.
17342
17343 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17344 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17345
17346 * cus-edit.el (customize-group, customize-group-other-window):
17347 Filter out autoloaded options from the group completion list by
17348 using heuristics that autoloaded groups don't have `custom-autoload'
17349 property on their symbols (they have only `custom-loads').
17350
17351 * simple.el (completion-setup-function): Put completions-common-part
17352 face on complete completion string too (i.e. completion string
17353 without completions-first-difference face).
17354
17355 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17356
17357 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17358
17359 * view.el (view-mode): Doc fix.
17360
17361 * disp-table.el (standard-display-european): Add to the warning
17362 message a reference to the doc string.
17363
17364 * play/yow.el (apropos-zippy): Call print-help-return-message,
17365 similar to other Help and Apropos commands.
17366
17367 * help.el (print-help-return-message): If pop-up-frames is
17368 non-nil, set up help-return-method to delete the help window and,
17369 possibly, its frame as well, and don't display message about
17370 scrolling the help window. Doc fix.
17371 (help-return-method): Doc fix.
17372
17373 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17374
17375 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17376 whereby names of length one or names starting with a
17377 symbol-constituent character would not be returned.
17378
17379 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17380
17381 * subr.el (atomic-change-group): Add edebug and indentation spec.
17382
17383 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * completion.el (save-completions-file-name): Fix typo in last change.
17386
17387 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17388
17389 * info.el: Move back/forward history to the beginning of the tool bar.
17390
17391 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17392
17393 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17394 Add fset of allout-real-isearch-abort during compile to fix
17395 byte-compilation warnings.
17396 (allout-mode-p): Move definition of this macro above all uses, or
17397 byte compilation in barren Emacs (eg, during Emacs build) will
17398 lack the definition.
17399 (allout-mode): Move this variable above any uses, or byte
17400 compilation will fail.
17401 (allout-resolve-xref): Remove use of personal file-reference function.
17402 (allout-toggle-current-subtree-encryption): Do the current (ie,
17403 visible containing) topic, rather than nearest around point. Doc fix.
17404 (allout-toggle-subtree-encryption): New function, workhorse that
17405 works on nearest topic containing point.
17406 (allout-encrypt-string): Signal requirement for newer version of pgg.
17407 (allout-resumptions): Doc fix.
17408
17409 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17410
17411 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17412
17413 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17414
17415 * textmodes/flyspell.el (flyspell-external-point-words):
17416 Consider a misspelling as found in the string search if: (a) misspelling
17417 and found string lengths match, or (b) misspelling is found as
17418 element in a boundary-chars separated longer string, or (c)
17419 ispell-program-name is really ispell and misspelling is found as
17420 part of a TeX string. After successful match move beginning of
17421 search region to end of match. Warn about not found misspellings
17422 once the process is done.
17423 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17424
17425 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17426
17427 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17428 tool bar (removed inadvertently).
17429
17430 2005-12-02 Juri Linkov <juri@jurta.org>
17431
17432 * log-view.el (log-view-diff): Clarify doc string.
17433
17434 2005-12-01 Bill Wohler <wohler@newt.com>
17435
17436 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17437 triggers lm-verify errors.
17438
17439 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17440
17441 * simple.el (transient-mark-mode, line-number-mode)
17442 (column-number-mode, size-indication-mode): Remove `:require nil'.
17443
17444 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17445
17446 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17447 in the margin also.
17448 (gdb-breakpoints-mode-map): Use D instead of d for
17449 gdb-delete-breakpoint.
17450 (gdb-get-frame-number): Require a number to match on.
17451 (gdb-threads-mode-map): Add follow-link binding.
17452
17453 2005-11-30 Jason Rumney <jasonr@gnu.org>
17454
17455 * isearch.el (isearch-mode-map): Avoid exiting search on
17456 language-change event.
17457
17458 2005-11-30 Romain Francoise <romain@orebokech.com>
17459
17460 * speedbar.el (speedbar-default-position): New defcustom.
17461 (speedbar-frame-reposition-smartly): Use it.
17462
17463 * dframe.el (dframe-reposition-frame-emacs): Fix position
17464 computation for `left' location.
17465 Update copyright year.
17466
17467 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17468
17469 * help.el (help-map): Move initialization into declaration.
17470
17471 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17472
17473 * help-fns.el (help-argument-name): Don't autoload.
17474 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17475 to be re-loaded when customizing the `help' group.
17476
17477 2005-11-30 John Paul Wallington <jpw@gnu.org>
17478
17479 * help-fns.el (describe-function-1): Fill arglist output.
17480
17481 2005-11-30 Kim F. Storm <storm@cua.dk>
17482
17483 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17484 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17485 after revert-buffer (or anything else which kills all local variables).
17486
17487 * apropos.el (apropos-parse-pattern): Doc fix.
17488 Set apropos-regexp directly, rather than expecting callers to do so.
17489 (apropos-command, apropos, apropos-value, apropos-documentation):
17490 Simplify calls to apropos-parse-pattern.
17491
17492 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17493
17494 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17495 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17496 (hi-lock-write-interactive-patterns): Use comment-region.
17497
17498 * longlines.el (longlines-mode): Add mail-setup-hook.
17499
17500 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17501
17502 * simple.el (sendmail-user-agent-compose, next-line):
17503 Conditionally use hard-newline.
17504
17505 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17506
17507 * international/latexenc.el (latex-inputenc-coding-alist):
17508 Reword doc string.
17509
17510 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17511
17512 * help.el (describe-key-briefly, describe-key): Recognize default
17513 bindings.
17514
17515 2005-11-29 Romain Francoise <romain@orebokech.com>
17516
17517 * view.el (view-inhibit-help-message): New defcustom.
17518 (view-mode-enter): Use it.
17519
17520 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17521
17522 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17523 Preserve user position.
17524
17525 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17526
17527 * font-lock.el: Throw error if facemenu is not loaded to prevent
17528 accidental change of loading order in loadup.el. (Suggested by RMS.)
17529
17530 * loadup.el: Add comment explaining why facemenu must be loaded
17531 before font-lock.
17532
17533 2005-11-28 Jay Belanger <belanger@truman.edu>
17534
17535 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17536 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17537
17538 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17539
17540 * calc/calc-embed.el (calc-do-embedded): Update help message.
17541
17542 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17543
17544 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17545
17546 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17547
17548 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17549 called-interactively-p.
17550 (elp-profilable-p): Rename from elp-not-profilable-p.
17551 Invert result and take into account macros and autoloaded functions.
17552 (elp-instrument-function): Update call.
17553 (elp-instrument-package): Update call. Add completion.
17554 (elp-pack-number): Use match-string.
17555 (elp-results-jump-to-definition-by-mouse): Merge into
17556 elp-results-jump-to-definition and then remove.
17557 (elp-output-insert-symname): Make help echo text single-line.
17558
17559 * replace.el (query-replace-map): Move initialization into declaration.
17560 (occur-engine): Use with-current-buffer.
17561 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17562 (occur-mode-mouse-goto): Replace with an alias.
17563
17564 2005-11-28 Juri Linkov <juri@jurta.org>
17565
17566 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17567
17568 * term/w32-win.el: Bind [S-tab] to [backtab].
17569
17570 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17571 `Info-find-file' to t.
17572
17573 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17574 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17575 and same-window-regexps.
17576 (occur-next-error): Don't move point for arg 0.
17577
17578 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17579
17580 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17581
17582 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17583
17584 * log-edit.el (log-edit-changelog-use-first): New var.
17585 (log-edit-changelog-ours-p): Use it.
17586 (log-edit-insert-changelog): Set it with new arg `use-first'.
17587 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17588 (log-edit-hook): Add them to the list of suggested options.
17589
17590 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17591 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17592 redundant work.
17593 (flyspell-mode-on): Use add-hook for after-change-functions.
17594 (flyspell-mode-off): Use remove-hook for after-change-functions.
17595 (flyspell-changes): Make it buffer-local.
17596 (flyspell-after-change-function): Make it non-interactive. Use push.
17597 (flyspell-post-command-hook): Check input-pending-p while processing
17598 the potentially long list of buffer changes.
17599
17600 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17601
17602 * buff-menu.el (list-buffers-noselect): Display the selected
17603 frame's buffer list, not the global one.
17604
17605 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17606
17607 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17608 that (list last-input-event) works as in interactive spec.
17609
17610 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17611
17612 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17613 `facemenu-keymap' needs to be defined when font-lock is loaded.
17614 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17615
17616 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17617
17618 * completion.el: Remove useless leading * in defcustom docstrings.
17619 (save-completions-file-name): Use ~/.emacs.d if available.
17620 (completion-standard-syntax-table): Rename from
17621 cmpl-standard-syntax-table and fold initialization into declaration,
17622 thus removing cmpl-make-standard-completion-syntax-table.
17623 (completion-lisp-syntax-table, completion-c-syntax-table)
17624 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17625 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17626 (symbol-under-point, symbol-before-point)
17627 (symbol-under-or-before-point, symbol-before-point-for-complete)
17628 (add-completions-from-c-buffer): Use with-syntax-table.
17629 (make-completion): Don't return a list of completion entries.
17630 Update callers.
17631 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17632 (completion-initialize): Rename from initialize-completions.
17633 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17634 (kill-emacs-save-completions): Collect stats here.
17635 (save-completions-to-file, load-completions-from-file):
17636 Use with-current-buffer.
17637 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17638 into a function. Move all calls to toplevel.
17639 (completion-lisp-mode-hook): New fun.
17640 (completion-c-mode-hook, completion-setup-fortran-mode):
17641 Set the syntax-table here. Use local-set-key.
17642 (completion-saved-bindings): New var.
17643 (dynamic-completion-mode): Make it into a proper minor mode.
17644 (load-completions-from-file): Remove unused var `num-uses'.
17645
17646 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17647 constructor if it is explicitly overridden.
17648
17649 * complete.el (PC-completion-as-file-name-predicate):
17650 Use minibuffer-completing-file-name.
17651 (partial-completion-mode): Use find-file-not-found-functions.
17652 (PC-lisp-complete-symbol): Use with-syntax-table.
17653 (PC-look-for-include-file): Remove dead setq.
17654 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17655 (PC-complete): Use with-current-buffer.
17656
17657 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17658 escape single quotes.
17659
17660 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17661
17662 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17663 of `if' whose condition always returned nil. Doc fix.
17664
17665 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17666 window's buffer the current buffer around the call to
17667 `list-buffers-noselect'. This is necessary to mark that buffer
17668 with a `.' in the Buffer Menu when called from Lisp, for instance
17669 by Auto Revert Mode.
17670
17671 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17672
17673 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17674 attaching to it.
17675 (gdb-pre-prompt): Make sure gdb-error is reset.
17676
17677 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17678 with a child process, detect it.
17679 (gud-speedbar-buttons): Match regexp more carefully.
17680
17681 2005-11-27 Richard M. Stallman <rms@gnu.org>
17682
17683 * mouse.el (mouse-drag-move-window-bottom):
17684 Use adjust-window-trailing-edge.
17685
17686 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17687
17688 * simple.el (blink-matching-open): Ignore
17689 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17690 (blink-matching-paren-on-screen): Update docstring.
17691
17692 * paren.el (show-paren-mode): No longer change
17693 `blink-matching-paren-on-screen'.
17694
17695 2005-11-27 John Paul Wallington <jpw@pobox.com>
17696
17697 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17698 (gdb-threads-select, gdb-edit-register-value):
17699 Use `posn-set-point' instead of `mouse-set-point' because the
17700 latter is not fbound when configured without X.
17701
17702 2005-11-27 Kim F. Storm <storm@cua.dk>
17703
17704 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17705 existing face when partially highlighting a TAB in a rectangle.
17706
17707 2005-11-26 Kim F. Storm <storm@cua.dk>
17708
17709 * ido.el (ido-mode-map): Doc fix.
17710 (ido-mode-common-map, ido-mode-file-map)
17711 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17712 (ido-define-mode-map): Rewrite. Select one of the new maps as
17713 parent for ido-mode-map instead of building from scratch.
17714 (ido-init-mode-maps): New defun to initialize new maps.
17715 (ido-mode): Call it.
17716 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17717 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17718
17719 2005-11-26 John Paul Wallington <jpw@pobox.com>
17720
17721 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17722 `mouse-set-point' because the latter is not fbound when configured
17723 without X.
17724
17725 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17726
17727 * files.el (file-relative-name): Doc fix.
17728
17729 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17730
17731 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17732 non-empty string for secondary prompt PS2.
17733
17734 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17735
17736 * progmodes/compile.el (compilation-setup): Fix last change.
17737
17738 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17739
17740 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17741 (gdb-mouse-toggle-breakpoint-margin)
17742 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17743 Add gdb-server-prefix to keep out of command history.
17744 (gdb-edit-register-value): New function.
17745 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17746 (gdb-info-registers-custom): Use above map.
17747
17748 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17749
17750 * custom.el (enable-theme): Signal error if argument is not a
17751 theme. Don't recalculate a face if it's not loaded yet.
17752
17753 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17754 the `user' theme is in effect.
17755
17756 * info.el (Info-on-current-buffer): Record actual filename in
17757 Info-current-file, instead of t, or a fake filename if a non-file
17758 buffer. Make autoload.
17759 (Info-find-node, Info-revert-find-node): No need to check for
17760 Info-current-file nil.
17761 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17762 Info-current-file is now never `t'.
17763 (Info-fontify-node): Many simplifications due to Info-current-file
17764 always being valid. Use Info-find-file to find node filename.
17765
17766 2005-11-25 David Kastrup <dak@gnu.org>
17767
17768 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17769 new character, then delete" in order to preserve markers.
17770
17771 2005-11-25 David Ponce <david@dponce.com>
17772
17773 * recentf.el (recentf-arrange-by-rule): Handle a special
17774 `auto-mode-alist'-like "strip suffix" rule.
17775 (recentf-build-mode-rules): Handle second level auto-mode entries.
17776
17777 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17778
17779 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17780 window modes.
17781
17782 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17783 jde-javadoc-checker-report-mode.
17784
17785 * ediff-wind (ediff-make-wide-display): Slight simplification.
17786
17787 * ediff.el (ediff-date): Change the date of last update.
17788
17789 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17790
17791 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17792 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17793 (hi-lock-mode): New global minor mode.
17794 (turn-on-hi-lock-if-enabled): New function.
17795 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17796 Change arguments to regexp and face instead of a font-lock pattern.
17797 Directly set face property, instead of refontifying.
17798 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17799 (hi-lock-find-patterns): Use line-number-at-pos.
17800
17801 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17802 arguments for hi-lock-set-pattern.
17803 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17804 Call font-lock-fontify-buffer.
17805 (hi-lock-find-file-hook, hi-lock-current-line)
17806 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17807
17808 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17809 turned off.
17810
17811 * progmodes/compile.el (compilation-setup): Don't fiddle with
17812 font-lock-defaults.
17813
17814 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17815
17816 * progmodes/gdb-ui.el (gdb-var-create-handler)
17817 (gdb-var-list-children-handler): Find values for all variable
17818 objects. gud-speedbar-buttons decides whether to display them.
17819
17820 2005-11-24 Romain Francoise <romain@orebokech.com>
17821
17822 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17823 buffer name with a space.
17824
17825 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17826
17827 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17828 `org-export-local-list-max-depth'. Change default value to 3.
17829 (org-auto-renumber-ordered-lists)
17830 (org-plain-list-ordered-item-terminator): New options.
17831 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17832 (org-get-indentation, org-get-string-indentation)
17833 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17834 New functions.
17835 (org-move-item-down, org-move-item-up): New commands.
17836 (org-export-as-html): New classes for CSS support. Bug fix in
17837 regular expression detecting fixed-width regions. Respect
17838 `org-local-list-ordered-item-terminator'.
17839 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17840 also a list item.
17841 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17842 New item moving functions.
17843
17844 2005-11-24 Juri Linkov <juri@jurta.org>
17845
17846 * isearch.el (isearch-repeat): With empty search ring set
17847 `isearch-error' to the error string instead of signaling error
17848 with the function `error'.
17849
17850 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17851
17852 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17853
17854 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17855
17856 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17857 and variable.
17858 (gdb-var-create-handler, gdb-var-list-children-handler):
17859 Don't match on "char **...".
17860 (gdb-var-update-handler): Find values for all variable objects.
17861 (gdb-info-frames-custom): Identify frames by leading "#".
17862
17863 * progmodes/gud.el (gud-speedbar-menu-items): Add
17864 gdb-speedbar-auto-raise as radio button.
17865 (gud-speedbar-buttons): Raise speedbar if requested.
17866 Don't match on "char **...".
17867 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17868 Make it editable.
17869
17870 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17871
17872 * info.el (Info-fontify-node): Handle the case where
17873 Info-current-file is t.
17874
17875 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17876
17877 * simple.el (blink-matching-open): Fix off-by-one in last change.
17878
17879 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17880
17881 * term/mac-win.el: Don't change default directory.
17882
17883 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17884
17885 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17886 buffers correctly. (It used to throw an error in such buffers.)
17887 Make it ask for confirmation in group buffers and other Custom
17888 buffers containing more than one customization item.
17889
17890 2005-11-22 John Paul Wallington <jpw@gnu.org>
17891
17892 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17893 property on mail and url overlays.
17894 (goto-address-at-point): Use `posn-set-point' instead of
17895 `mouse-set-point' because the latter is not fbound when configured
17896 without X.
17897
17898 2005-11-22 Lars Hansen <larsh@soem.dk>
17899
17900 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17901 (ls-lisp-classify, ls-lisp-format): Delete call to
17902 ls-lisp-parse-symlink.
17903 (ls-lisp-handle-switches): Handle symlinks to directories as
17904 directories when ls-lisp-dirs-first in non-nil.
17905
17906 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17907
17908 * startup.el (command-line): Make sure that loaddefs.el is handled
17909 correctly in load-history.
17910
17911 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17912
17913 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17914 (gdb-struct-string, gdb-array-string): New constants.
17915 (gdb-info-locals-handler): Use them.
17916 (gdb-reset): Reset gdb-var-list to nil.
17917
17918 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17919
17920 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17921 in patterns.
17922
17923 2005-11-21 Juri Linkov <juri@jurta.org>
17924
17925 * custom.el (defcustom): Update link types in docstring.
17926
17927 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17928
17929 * custom.el (defgroup): Add doc-string-elt info.
17930
17931 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17932
17933 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17934
17935 * newcomment.el (comment-enter-backward): Fix last fix.
17936
17937 * simple.el (blink-matching-open):
17938 * paren.el (show-paren-function): Allow new paren-class info.
17939
17940 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17941
17942 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17943 handled automagically.
17944
17945 2005-11-20 Andreas Schwab <schwab@suse.de>
17946
17947 * descr-text.el (describe-char): When copying overlays put them
17948 over the full char description instead of just the first character
17949 of it.
17950
17951 2005-11-20 Juri Linkov <juri@jurta.org>
17952
17953 * simple.el (what-cursor-position):
17954 * descr-text.el (describe-char): Use Lisp-readable syntax
17955 for octal and hex. Reorder decimal, octal and hex values.
17956 Remove excess whitespace in the output. Use `=' in `column='
17957 like in `point=' and `Hscroll='.
17958
17959 * international/mule-cmds.el (encoded-string-description):
17960 Use Lisp-readable syntax for hex.
17961
17962 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17963
17964 * newcomment.el (comment-enter-backward): Handle the case where the
17965 comment is closed by EOB.
17966
17967 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17968
17969 * longlines.el (longlines-before-revert-hook)
17970 (longlines-after-revert-hook): New functions.
17971 (longlines-mode): Turn off longlines temporarily when reverting.
17972 Add a message-setup-hook.
17973 (longlines-decode-buffer): New function.
17974 (longlines-wrap-line): Preserve marker positions.
17975
17976 2005-11-19 Andreas Schwab <schwab@suse.de>
17977
17978 * emacs-lisp/shadow.el: Handle compressed files.
17979
17980 2005-11-19 Romain Francoise <romain@orebokech.com>
17981
17982 * net/browse-url.el (browse-url-default-browser): Signal an error
17983 if no usable browser can be found, rather than try to load w3.
17984
17985 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17986
17987 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17988 replacing existing properties.
17989 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17990 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17991 tty specs.
17992 (rcirc-server-prefix, rcirc-server): New faces.
17993 (rcirc-url-regexp): Generate with rx macro.
17994 (rcirc-last-server-message-time): New variable.
17995 (rcirc-filter): Record time of last message.
17996 (rcirc-keepalive): Kill processes that did not send a message
17997 since the last ping.
17998 (rcirc-mode): Give rcirc-topic a local binding here.
17999
18000 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
18001
18002 * subr.el (read-passwd): Fontify the prompt as we do with other
18003 prompts.
18004
18005 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
18006
18007 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
18008 binding buffer-read-only to nil.
18009
18010 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18011
18012 * complete.el (partial-completion-mode):
18013 Mention completion-auto-help in the doc string.
18014
18015 * man.el (Man-highlight-references): Doc fix. Reformat code in a
18016 more Lisp-ish way.
18017
18018 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
18019
18020 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18021 digits, not 8, to avoid misalignment for files larger than 100MB.
18022
18023 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18024
18025 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18026 Mention "keyboard shortcuts" in the help text.
18027
18028 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18029
18030 * startup.el (fancy-splash-default-action): Discard only
18031 mouse-down and succeeding mouse-up events in the splash screen
18032 window so that drag-n-drop event can be processed.
18033
18034 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
18035
18036 * longlines.el (longlines-mode): Add hacks for mail-mode and
18037 message-mode.
18038
18039 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
18040
18041 * textmodes/org.el (org-table-sort-lines): New command.
18042 (org-tbl-menu): Add entry for `org-table-sort-lines'.
18043 (org-add-file): Command removed, use `org-agenda-file-to-front'
18044 instead.
18045 (org-export-icalendar): Use `org-icalendar-combined-name'.
18046 (org-cycle-agenda-files, org-agenda-file-to-end)
18047 (org-agenda-file-to-front): New commands.
18048 (org-table-tab-jumps-over-hlines, org-export-html-style):
18049 New options.
18050 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18051 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18052 New functions.
18053 (org-fill-paragraph): Call `org-table-align' in tables.
18054 (org-mode): Call `org-set-autofill-regexps'.
18055 (org-export-as-html): Support for local handformatted lists.
18056 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
18057 (org-export-local-list-max-depth): New option.
18058 (org-html-expand): Use `org-html-protect'.
18059
18060 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
18061
18062 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18063 to "p".
18064 (gdb): Move definition of gud-pp to...
18065
18066 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
18067 speedbar.
18068 (gdb-find-watch-expression): New function.
18069
18070 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18071
18072 * faces.el (face-attribute, set-face-attribute): Mention existence
18073 of `:ignore-defface' setting in docstring.
18074
18075 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18076
18077 * simple.el (completion-setup-function): Fix last change.
18078
18079 2005-11-17 John Paul Wallington <jpw@pobox.com>
18080
18081 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18082 Use `posn-set-point' instead of `mouse-set-point' because the
18083 latter is not fbound when configured without X.
18084
18085 * comint.el (comint-insert-input): Likewise.
18086
18087 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18088
18089 * simple.el (hard-newline): New variable.
18090 (sendmail-user-agent-compose, next-line): Use it.
18091
18092 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18093 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18094 (mail-mail-reply-to, mail-mail-followup-to)
18095 (mail-position-on-field, mail-signature, mail-yank-original)
18096 (mail-attach-file): Likewise.
18097
18098 * mail/mailheader.el (mail-header-format)
18099 (mail-header-format-function): Likewise.
18100
18101 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18102
18103 2005-11-17 Juri Linkov <juri@jurta.org>
18104
18105 * font-lock.el (font-lock-faces): Rename this defgroup from
18106 `font-lock-highlighting-faces'.
18107 (font-lock-comment-face, font-lock-comment-delimiter-face)
18108 (font-lock-string-face, font-lock-doc-face)
18109 (font-lock-keyword-face, font-lock-builtin-face)
18110 (font-lock-function-name-face, font-lock-variable-name-face)
18111 (font-lock-type-face, font-lock-constant-face)
18112 (font-lock-warning-face, font-lock-negation-char-face)
18113 (font-lock-preprocessor-face)
18114 (font-lock-regexp-grouping-backslash)
18115 (font-lock-regexp-grouping-construct): Rename :group from
18116 `font-lock-highlighting-faces' to `font-lock-faces'.
18117
18118 * cus-edit.el (lisp, c, tex):
18119 * progmodes/ada-mode.el (ada):
18120 * progmodes/asm-mode.el (asm):
18121 * progmodes/cperl-mode.el (cperl-faces):
18122 * progmodes/cpp.el (cpp):
18123 * progmodes/dcl-mode.el (dcl):
18124 * progmodes/f90.el (f90):
18125 * progmodes/fortran.el (fortran):
18126 * progmodes/icon.el (icon):
18127 * progmodes/idlwave.el (idlwave-misc):
18128 * progmodes/m4-mode.el (m4):
18129 * progmodes/make-mode.el (makefile):
18130 * progmodes/meta-mode.el (meta-font):
18131 * progmodes/modula2.el (modula2):
18132 * progmodes/octave-mod.el (octave):
18133 * progmodes/pascal.el (pascal):
18134 * progmodes/perl-mode.el (perl):
18135 * progmodes/prolog.el (prolog):
18136 * progmodes/ps-mode.el (PostScript-edit):
18137 * progmodes/scheme.el (scheme):
18138 * progmodes/sh-script.el (sh-script):
18139 * progmodes/simula.el (simula):
18140 * progmodes/tcl.el (tcl):
18141 * textmodes/nroff-mode.el (nroff):
18142 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18143 * textmodes/sgml-mode.el (sgml):
18144 * textmodes/texinfo.el (texinfo):
18145 Add :link (custom-group-link font-lock-faces) to defgroup.
18146
18147 * hi-lock.el (hi-lock): Rename this defgroup from
18148 `hi-lock-interactive-text-highlighting'. Change parent group from
18149 `faces' to `font-lock'. Add link to the manual.
18150 (hi-lock-mode, hi-lock-file-patterns-range)
18151 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18152 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18153 (hi-lock-faces): Add :group `faces'.
18154
18155 * cus-edit.el (custom-variable-prompt): Clarify the code.
18156
18157 * faces.el (face-read-string): Set the default value arg of
18158 completing-read.
18159
18160 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18161
18162 * rfn-eshadow.el (file-name-shadow-properties)
18163 (file-name-shadow-tty-properties, file-name-shadow-mode):
18164 Remove autoloads, because the file is now preloaded.
18165
18166 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * printing.el (easy-menu-intern): Don't define.
18169 (pr-get-symbol): Use easy-menu-intern only if defined.
18170
18171 * simple.el (blink-matching-open): Simplify a bit.
18172 (completion-setup-function): Fix the case of partial-completion-mode
18173 when the minibuffer's contents start with "-".
18174 Obey completion-base-size-function even when
18175 minibuffer-completing-file-name is non-nil.
18176
18177 2005-11-16 Richard M. Stallman <rms@gnu.org>
18178
18179 * net/eudcb-ph.el (eudc-ph-open-session):
18180 Use set-process-query-on-exit-flag.
18181
18182 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18183
18184 * international/ucs-tables.el (ucs-set-table-for-input):
18185 Use make-local-variable, not make-variable-buffer-local.
18186
18187 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18188 Improve warning message text.
18189
18190 * savehist.el (savehist-save-hook): Add :group.
18191
18192 * menu-bar.el (menu-bar-help-menu):
18193 Rename Find Extra Packages to External Packages.
18194
18195 * cus-edit.el (Custom-reset-standard): Verify that
18196 :custom-standard-value prop exists before calling it.
18197
18198 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18199
18200 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18201
18202 * wid-edit.el (color): Enclose %t in %{...%}.
18203
18204 * cus-edit.el (face): Enclose %t in %{...%}.
18205
18206 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18207
18208 * savehist.el (savehist-mode-hook): Re-add the var.
18209 (savehist-mode): Use it.
18210
18211 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18212
18213 * textmodes/flyspell.el: Fix commenting convention.
18214 Remove unnecessary leading * in custom docstrings.
18215 (flyspell-emacs): Remove unused var.
18216 (flyspell-delete-region-overlays): Use remove-overlays.
18217 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18218 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18219 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18220 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18221 (make-flyspell-overlay): Don't locally reuse a global name.
18222 (flyspell-highlight-incorrect-region)
18223 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18224 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18225 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18226 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18227 Wrap calls to accept-process-output inside with-local-quit since it's
18228 often called from a post-command-hook.
18229 (flyspell-correct-word, flyspell-auto-correct-word):
18230 Use ispell-send-string.
18231 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18232
18233 * calendar/diary-lib.el (diary-list-entries): Also hide the
18234 terminating newline.
18235
18236 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18237
18238 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18239 window-system, to allow fonts on tty.
18240
18241 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18242
18243 * progmodes/gud.el (gud-speedbar-item-info): New function.
18244 (gud-install-speedbar-variables): Use it to display data type
18245 of watch expression as a tooltip in speedbar.
18246
18247 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18248
18249 * font-core.el (global-font-lock-mode): Add :version keyword,
18250 because default was changed.
18251
18252 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18253
18254 * startup.el (command-line): Use `custom-reevaluate-setting' for
18255 `file-name-shadow-mode'.
18256
18257 * loadup.el: Preload rfn-eshadow.
18258
18259 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18260 Add :version keyword.
18261 (file-name-shadow-properties, file-name-shadow-tty-properties)
18262 (file-name-shadow): Add :version keyword.
18263
18264 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18265 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18266 in the custom-group property of the symbol frames and the fringe
18267 group got no link to its parent group frames.
18268 Doc fix.
18269
18270 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18271
18272 * progmodes/gud.el (gud-stop-subjob): New function.
18273 (gud-menu-map, gud-tool-bar-map): Use it.
18274
18275 2005-11-16 Kim F. Storm <storm@cua.dk>
18276
18277 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18278 than kill it.
18279 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18280 to a more useful/logical place.
18281
18282 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18283
18284 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18285 go buttons complementary.
18286
18287 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18288
18289 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18290 (rfn-eshadow-sifn-equal): New function.
18291 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18292
18293 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18294
18295 * viper-utils.el (viper-non-word-characters-reformed-vi):
18296 Quote `-' in string.
18297
18298 * viper.el (viper-emacs-state-mode-list): Ensure that
18299 rcirc-mode buffers come up in Emacs state.
18300
18301 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18302 operation.
18303
18304 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18305
18306 * term.el (term-termcap-format): Fix typos.
18307 (term-down): Fix the negative argument case.
18308
18309 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18310
18311 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18312 2005-08-15.
18313 (gdb-ann3): New command gud-go.
18314 (menu): Accomodate gdb-mi.el.
18315 (gdb-assembler-custom): Make buffer of selected window current
18316 so that set-window-point works.
18317
18318 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18319 buttons and include new ones.
18320
18321 2005-11-16 Kim F. Storm <storm@cua.dk>
18322
18323 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18324 (gud-menu-map): Use it.
18325
18326 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18327
18328 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18329 that works correctly for Custom and that does not override a user
18330 who disables it.
18331
18332 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18333 (help-xref-interned, help-follow): Make hyperlinks for variables
18334 that are unbound, but have a non-nil variable-documentation property.
18335
18336 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18337 mode hook. (It conflicted with defcustoms for some mode hooks.)
18338 Use the `variable-documentation' property to give the mode hook a
18339 docstring and expand that docstring.
18340
18341 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18342
18343 * savehist.el (savehist-mode): Don't bother with
18344 `custom-set-minor-mode'.
18345 (savehist-coding-system): Check XEmacs version.
18346 (history-length): Declare also at run time.
18347 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18348 Don't set the customize state.
18349 (savehist-minibuffer-hook): Special case for when
18350 minibuffer-history-variable is equal to t.
18351
18352 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18353
18354 * files.el (write-file): Refresh VC status.
18355
18356 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18357 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18358 than fundamental-mode to see if the mode was set.
18359
18360 2005-11-14 Romain Francoise <romain@orebokech.com>
18361
18362 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18363 dummy function in `eval-when-compile' to avoid compiler warning.
18364 Require `man' at compile time.
18365
18366 2005-11-14 Jay Belanger <belanger@truman.edu>
18367
18368 * calc-alg.el (calcFunc-write-out-power): Rename it to
18369 calcFunc-powerexpand.
18370 (math-write-out-power): Rename it to math-powerexpand; have it
18371 handle negative exponents.
18372 (calc-writeoutpower): Rename it to calc-powerexpand.
18373
18374 * calc-ext.el: Change calcFunc-writeoutpower and
18375 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18376 autoloads.
18377 Add calcFunc-ldiv to autoloads.
18378
18379 * calc-arith.el (calcFunc-ldiv): New function.
18380
18381 * calc.el (calc-left-divide): New function.
18382
18383 2005-11-14 Juri Linkov <juri@jurta.org>
18384
18385 * cus-edit.el (custom-variable-prompt): Set the default value arg
18386 of completing-read.
18387
18388 * cus-dep.el (custom-make-dependencies): Reverse the list of
18389 found dependencies.
18390
18391 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18392
18393 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18394 Highlighting" entry, it is on by default now.
18395 (menu-bar-options-save): Do not save global-font-lock-mode.
18396
18397 2005-11-13 Richard M. Stallman <rms@gnu.org>
18398
18399 * textmodes/flyspell.el (flyspell-large-region):
18400 Call flyspell-accept-buffer-local-defs.
18401
18402 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18403
18404 * textmodes/flyspell.el (flyspell-notify-misspell):
18405 Fix misspelling of "Misspelling".
18406 (flyspell-process-localwords): New function.
18407 (flyspell-large-region): Call flyspell-process-localwords and
18408 flyspell-delete-region-overlays.
18409 (flyspell-delete-region-overlays): New function.
18410 (flyspell-delete-all-overlays): Call that.
18411
18412 2005-11-13 Richard M. Stallman <rms@gnu.org>
18413
18414 * help.el (help-for-help-internal): Improve doc of C-h a.
18415 (describe-key): Improve prompt; doc fix.
18416
18417 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18418
18419 * vc-svn.el (vc-svn-registered): Catch all errors.
18420
18421 * cus-dep.el (custom-make-dependencies): Typo.
18422
18423 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18424
18425 * net/tramp-util.el (top): Fix compilation warning.
18426
18427 2005-11-13 Kim F. Storm <storm@cua.dk>
18428
18429 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18430
18431 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18432
18433 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18434 (gud-speedbar-buttons): Match on "const char *" too.
18435
18436 * progmodes/gdb-ui.el (gdb-var-create-handler)
18437 (gdb-var-list-children-handler): Match on "const char *" too.
18438 (gdb-var-evaluate-expression-handler): Match on empty string.
18439 (gdb-var-update-handler): Only call
18440 gdb-var-evaluate-expression-handler when required.
18441
18442 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18443
18444 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18445 selected window. This still doesn't work for speedbar.
18446 (gud-speedbar-buttons): Handle string expressions properly.
18447
18448 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18449 (gdb-var-create-handler): Handle string expressions properly.
18450 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18451 Handle string expressions properly. Move "type" field into regexp.
18452
18453 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18454
18455 * bookmark.el (bookmark-maybe-message): New function to reduce
18456 code duplication: invokes `message' iff baud-rate is high enough.
18457 (bookmark-write-file): Use above instead of an inline conditional.
18458 (bookmark-load): Same.
18459
18460 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18461
18462 * bookmark.el (bookmark-write-file): Don't visit the destination
18463 file, just write the data to it using write-region. This is
18464 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18465 change to avoid visiting the file in the first place.
18466
18467 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18468
18469 * hi-lock.el (hi-lock-mode): Set the default value of
18470 font-lock-defaults.
18471
18472 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18473
18474 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18475 arg to `file-attributes'.
18476 (find-lisp-format): The UID and GID can now be strings.
18477
18478 2005-11-12 Kim F. Storm <storm@cua.dk>
18479
18480 * help.el (help-map): Bind C-h d to apropos-documentation.
18481
18482 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18483 when point is at end-of-buffer.
18484
18485 * apropos.el (apropos-match-face): Doc fix.
18486 (apropos-sort-by-scores): Add new choice `verbose'.
18487 (apropos-documentation-sort-by-scores): New defcustom.
18488 (apropos-pattern): Now contains the pattern entered by the user.
18489 (apropos-pattern-quoted): New defvar.
18490 (apropos-regexp): New defvar, containing the regexp corresponding
18491 to apropos-pattern.
18492 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18493 (apropos-read-pattern): New defun. Use it to read pattern arg in
18494 interactive calls; returns list of words for a word list, and
18495 string for a regexp.
18496 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18497 parses a list of words or regexp as returned by apropos-read-pattern.
18498 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18499 (apropos-score-doc): Return a very high score if the string
18500 entered by the user matches literally.
18501 (apropos-variable): Doc fix. Use apropos-read-pattern.
18502 (apropos-command): Doc fix. Use apropos-read-pattern and
18503 apropos-parse-pattern. Call apropos-print with nosubst=t.
18504 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18505 apropos-parse-pattern.
18506 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18507 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18508 apropos-documentation-sort-by-scores. Call apropos-print with
18509 nosubst=t.
18510 (apropos-documentation-internal): Pass doc string through
18511 substitute-key-definition before adding text properties.
18512 Highlight substring matching literal user input if possible.
18513 (apropos-documentation-check-doc-file): Remove locals beg and end.
18514 Fix calculation of score (as added twice). Pass doc string through
18515 substitute-key-definition before adding text properties.
18516 (apropos-documentation-check-elc-file): Pass doc string through
18517 substitute-key-definition before adding text properties.
18518 Highlight substring matching literal user input if possible.
18519 (apropos-print): Add new arg NOSUBST; if set, command and variable
18520 doc strings have already been passed through substitute-key-definition.
18521 Add code to handle apropos-accumulator items without score element
18522 for backwards compatibility (e.g. with woman package).
18523 Only show scores if apropos-sort-by-scores is `verbose'.
18524
18525 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18526
18527 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18528 Add jka-compr-load-suffixes to load-suffixes.
18529
18530 * jka-compr.el: Require jka-cmpr-hook.
18531 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18532 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18533 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18534 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18535 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18536 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18537 (jka-compr-uninstall): Remove entries from
18538 jka-compr-added-to-file-coding-system-alist after they are used.
18539 (jka-compr-error): Remove unused var `curbuf'.
18540 (jka-compr-file-local-copy): Remove unused var `notfound'.
18541
18542 2005-11-10 Romain Francoise <romain@orebokech.com>
18543
18544 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18545
18546 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18547
18548 * progmodes/gud.el (gud-menu-map): Move parentheses.
18549 (gdb): New command gud-pv.
18550
18551 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18552
18553 * tar-mode.el: Remove spurious or unnecessary leading stars
18554 in docstrings.
18555 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18556 (tar-parse-octal-integer-safe): Use mapc.
18557 (tar-header-block-summarize): Remove unused var `ck'.
18558 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18559 cleared before. Obey default-enable-multibyte-characters.
18560 Use mapconcat. Simplify setting of tar-header-offset.
18561 (tar-mode-map): Move initialization inside delcaration.
18562 (tar-flag-deleted): Use `abs'.
18563 (tar-expunge-internal): Remove unused var `line'.
18564 (tar-expunge-internal): Don't hardcode point-min==1.
18565 (tar-expunge): Widen while doing set-buffer-multibyte.
18566 (tar-rename-entry): Use file-name-coding-system.
18567 (tar-alter-one-field): Don't hardcode point-min==1.
18568 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18569 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18570
18571 2005-11-10 Masatake YAMATO <jet@gyve.org>
18572
18573 * add-log.el (add-log-current-defun): Handle class::method
18574 notation of c++. Fix incorrect comment.
18575
18576 2005-11-10 Alan Mackenzie <acm@muc.de>
18577
18578 * help-fns.el (describe-variable): Make C-h v work when a variable
18579 has variable documentation yet is unbound.
18580
18581 2005-11-10 Masatake YAMATO <jet@gyve.org>
18582
18583 * man.el (Man-highlight-references): Set an empty
18584 string to `Man-arguments' if it is nil.
18585 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18586
18587 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18590 commenting conventions.
18591
18592 * cus-dep.el (custom-make-dependencies): Simplify.
18593 Better follow the commenting conventions.
18594
18595 2005-11-09 Richard M. Stallman <rms@gnu.org>
18596
18597 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18598 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18599 All uses changed.
18600 (apropos-rewrite-regexp): Doc fix.
18601 (apropos-variable, apropos-command, apropos, apropos-value):
18602 Change prompt; carry through the argument renaming.
18603
18604 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18605
18606 * find-lisp.el: Require dired.
18607 (find-lisp-find-dired-internal): Do not call
18608 `abbreviate-file-name' on DIR.
18609
18610 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18611
18612 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18613
18614 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18615
18616 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18617 when using the speedbar.
18618 (gdb): New command gud-pp.
18619 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18620
18621 2005-11-09 Juri Linkov <juri@jurta.org>
18622
18623 * replace.el (occur-excluded-properties): New defcustom.
18624 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18625
18626 2005-11-08 Jay Belanger <belanger@truman.edu>
18627
18628 * calc/calc-units.el (math-convert-units): Replace any composite
18629 unit by its definition.
18630
18631 2005-11-08 Lars Hansen <larsh@soem.dk>
18632
18633 * emacs-lisp/autoload.el (update-directory-autoloads):
18634 Add obsolete function alias.
18635
18636 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18637
18638 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18639 comment-indent-function.
18640 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18641
18642 * reveal.el (reveal-post-command): Rework the handling of
18643 reveal-open-spots, so as to be more reliable. There were several
18644 tricky corner cases where an open spot might be lost, or where
18645 a closed spot might end up on the list of open spots.
18646 Only reveal text that's ellipsised.
18647
18648 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18649
18650 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18651
18652 2005-11-07 John Paul Wallington <jpw@gnu.org>
18653
18654 * ibuffer.el (ibuffer): Search iconified frames too when
18655 getting Ibuffer buffer's window.
18656
18657 2005-11-06 Richard M. Stallman <rms@gnu.org>
18658
18659 * progmodes/compile.el (compilation-internal-error-properties):
18660 save-excursion around the computation of MARKER.
18661
18662 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18663
18664 * textmodes/flyspell.el (flyspell-external-point-words):
18665 flyspell-get-word returns a list, not just a string.
18666
18667 2005-11-06 John Paul Wallington <jpw@pobox.com>
18668
18669 * ibuffer.el (ibuffer): Search all visible frames when getting
18670 Ibuffer buffer's window.
18671
18672 2005-11-07 Masatake YAMATO <jet@gyve.org>
18673
18674 * man.el (Man-reference-regexp): Accept spaces between
18675 `Man-name-regexp' and `Man-section-regexp'.
18676 (Man-apropos-regexp): New variable.
18677 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18678 if available.
18679 (Man-highlight-references, Man-highlight-references0):
18680 Handle the case when `Man-arguments' includes "-k".
18681 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18682 `TARGET'. `TARGET' can be a number, function or nil.
18683
18684 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18685
18686 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18687 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18688 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18689 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18690 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18691 (gdb-send-item): Use buffer-local-value and simplify.
18692
18693 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18694
18695 * startup.el (command-line): Use `custom-reevaluate-setting' for
18696 `global-font-lock-mode'.
18697
18698 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18699 by default, except in batch mode or when the -D option is given.
18700
18701 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18702 specified keyword args on to `define-minor-mode'. Update docstring.
18703
18704 2005-11-05 Romain Francoise <romain@orebokech.com>
18705
18706 * replace.el (occur-engine): Add marker at end of line, too.
18707
18708 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18709
18710 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18711 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18712 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18713 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18714 argument to all these routines, so the passphrase can be managed
18715 externally and passed in to the system.
18716 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18717 pgg-add-passphrase-to-cache function.
18718
18719 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18720 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18721 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18722 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18723 argument to all these routines, so the passphrase can be managed
18724 externally and passed in to the system.
18725 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18726 function.
18727
18728 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18729
18730 * font-lock.el: Don't deal with font-lock-face-attributes here,
18731 move the code ...
18732
18733 * startup.el (command-line): ... here. Use face-spec-set instead
18734 of custom-declare-face.
18735
18736 * faces.el (face-spec-set): Reset the face if spec is not nil.
18737
18738 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * newcomment.el (comment-region-internal): Box more tightly in the
18741 common case where there's no TAB in the boxed text.
18742
18743 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18744
18745 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18746 up-node.
18747
18748 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18749
18750 * newsticker.el: Commentary updated. Code formatting changed.
18751 (newsticker-version): Change to "1.9".
18752 (newsticker, newsticker-feed): Doc fix.
18753 (newsticker-url-list): Doc fix. Add option "Weekly".
18754 (newsticker-retrieval-interval): Add option "Weekly".
18755 (newsticker-headline-processing): Doc fix.
18756 (newsticker-auto-mark-filter): Remove.
18757 (newsticker-auto-mark-filter-list): New.
18758 (newsticker-layout, newsticker-sort-method): Doc fix.
18759 (newsticker-hide-old-items-in-newsticker-buffer)
18760 (newsticker-heading-format, newsticker-item-format)
18761 (newsticker-desc-format): Doc fix.
18762 (newsticker-show-all-rss-elements): Remove.
18763 (newsticker-show-all-news-elements): New.
18764 (newsticker-faces, newsticker-ticker): Doc fix.
18765 (remove-from-invisibility-spec): Code formatting.
18766 (newsticker--process-ids): New.
18767 (newsticker-mode): Doc fix.
18768 (newsticker-mode): Change mode-line-format.
18769 (newsticker-start): Remove debug output.
18770 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18771 (newsticker-w3m-show-inline-images): Code formatting.
18772 (newsticker-next-item): Call `force-mode-line-update'.
18773 (newsticker-previous-item): Call `force-mode-line-update'.
18774 (newsticker-next-feed): Call `force-mode-line-update'.
18775 (newsticker-previous-feed): Call `force-mode-line-update'.
18776 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18777 (newsticker-show-old-items): Do not show descs.
18778 (newsticker-hide-entry): Hide too much.
18779 (newsticker-hide-entry, newsticker-show-entry)
18780 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18781 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18782 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18783 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18784 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18785 (newsticker-get-news): Call `force-mode-line-update'.
18786 Collect process ids.
18787 (newsticker--sentinel): Change coding system handling.
18788 Move image retrieval to new functions newsticker--get-logo-url-*.
18789 Move feed parsing to new functions newsticker--parse-*.
18790 Update list of process ids.
18791 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18792 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18793 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18794 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18795 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18796 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18797 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18798 (newsticker--decode-coding-string): Remove.
18799 (newsticker--decode-numeric-entities): Check input. Format code.
18800 (newsticker--remove-whitespace): Check input.
18801 (newsticker--do-forget-preformatted): Doc fix.
18802 (newsticker--decode-rfc822-date): Allow for missing time.
18803 (newsticker--update-process-ids): New.
18804 (newsticker--image-sentinel): Change comment.
18805 (newsticker--image-read): Change error message.
18806 (newsticker--imenu-goto): Doc fix. Show headline title.
18807 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18808 (newsticker--buffer-do-insert-text): Clean whitespace in
18809 html-rendered headline title. Code formatting.
18810 Call `newsticker--buffer-print-extra-elements'.
18811 (newsticker--buffer-print-extra-element): Remove.
18812 (newsticker--buffer-print-extra-elements): New.
18813 (newsticker--buffer-do-print-extra-element): New.
18814 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18815 large sizes.
18816 (newsticker--run-auto-mark-filter)
18817 (newsticker--do-run-auto-mark-filter):
18818 Use `newsticker-auto-mark-filter-list'.
18819
18820 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18821
18822 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18823 (rcirc-print): Force redisplay before running hooks. Do long
18824 buffer truncation after making new text read-only. Deal with nil
18825 text when decoding strings. If TARGET is nil, use either the
18826 currently selected buffer, if it is an rcirc buffer and of the
18827 same process or the process buffer.
18828 (rcirc-mode): Remove header-line. Recompute short buffer names.
18829 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18830 (rcirc-short-buffer-name): Add variable.
18831 (rcirc-kill-buffer-hook): Recompute short buffer names.
18832 Remove nick from private channel.
18833 (rcirc-send-input): Send command text to current-buffer.
18834 Don't clear overlay arrow here.
18835 (rcirc-short-buffer-name): Return a short buffer name.
18836 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18837 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18838 buffer-name abbreviations.
18839 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18840 Do not touch nick-table when killing a parted channel.
18841 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18842 Clear arrow from current buffer if it is now hidden.
18843 (rcirc-current-buffer): Add variable.
18844 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18845 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18846 Remove -face from names.
18847 (rcirc-update-activity-string): Print "DND" when globally ignoring
18848 activity.
18849 (rcirc-ignore-buffer-activity-flag): Rename from
18850 rcirc-ignore-channel-activity.
18851 (rcirc-ignore-all-activity-flag): Doc fix.
18852 (rcirc-channels): Remove variable.
18853 (rcirc-kill-buffer-hook):
18854 (rcirc-get-buffer-create): Add nick to private channel.
18855 (rcirc-multiline-edit-submit): Remove tabs.
18856 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18857 folded.
18858 (rcirc-remove-nick-channel): Bug fix.
18859 (rcirc-toggle-ignore-buffer-activity): Rename from
18860 rcirc-toggle-ignore-channel-activity.
18861 (rcirc-record-activity): Add buffers to the front of the list.
18862 (rcirc-update-activity): Remove killed buffers from list.
18863 (rcirc-process-server-response-1): Remove last argument if it is
18864 null before calling handler.
18865 (rcirc): Add "rcirc" defcustom prefix.
18866 (rcirc-prompt): Simplify default prompt.
18867 Use custom-initialize-default.
18868 (rcirc-private-chats): Remove variable.
18869 (rcirc-prompt): Change initialization.
18870 (rcirc-version): Remove function.
18871 (rcirc-id-string): Add constant.
18872 (rcirc-last-buffer): Remove variable.
18873 (rcirc-buffer-alist): Add variable.
18874 (rcirc-connect): Update variable setup.
18875 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18876 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18877 default.
18878 (rcirc-handler-generic): Trigger activity.
18879 (rcirc-send-message): Create the buffor of the target.
18880 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18881 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18882 (rcirc-multiline-edit-cancel): Remove function.
18883 (rcirc-set-last-buffer): Remove function.
18884 (rcirc-get-any-buffer): Add function.
18885 (rcirc-join-channels): Don't print /join text.
18886 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18887 messages.
18888 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18889 (rcirc-handler-NOTICE): Recognize CTCP responses.
18890 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18891 constructing TOPIC string for buffers we are not JOINed.
18892 (rcirc-handler-CTCP-response): Add handler.
18893 (rcirc-multiline-edit-submit): Restore the window-configuration
18894 before adjusting point.
18895 (rcirc): Add customization group.
18896 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18897 (rcirc-user-full-name, rcirc-startup-channels-alist)
18898 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18899 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18900 (rcirc-input-ring-size, rcirc-read-only-flag)
18901 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18902 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18903 Change defvar to defcustom.
18904 (rcirc-update-prompt): Add optional ALL arg, which will update
18905 prompts in all rcirc buffers. Regexp quote replacement text.
18906 (rcirc-fill-column): Accept frame-width as a value.
18907 (rcirc-set-changed): Add function.
18908 (rcirc-next-active-buffer): Write more meaningful messages.
18909 (rcirc-faces): Add customization group.
18910 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18911 (rcirc-nick-in-message-face, rcirc-prompt-face)
18912 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18913 (with-rcirc-process-buffer): Move before first usage.
18914 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18915 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18916 (rcirc-debug): Rename from `rcirc-log'.
18917 (rcirc-format-response-string): Do not print `-' chars for a
18918 NOTICE with no sender. Simplify output of server responses.
18919
18920 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18921
18922 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18923 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18924 Make urls mouse and RET clickable.
18925
18926 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18927
18928 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18929
18930 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18931
18932 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18933 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18934 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18935 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18936 argument to all these routines, so the passphrase can be managed
18937 externally and passed in to the system.
18938 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18939 pgg-add-passphrase-to-cache function.
18940
18941 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18942 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18943 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18944 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18945 argument to all these routines, so the passphrase can be managed
18946 externally and passed in to the system.
18947 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18948 function.
18949
18950 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18951
18952 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18953 from goto-address-url-regexp.
18954
18955 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18956
18957 * textmodes/org.el (org-read-date, org-goto-calendar)
18958 (org-recenter-calendar, org-agenda-goto-calendar):
18959 Temporarily clear `calendar-move-hook'.
18960
18961 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18962
18963 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18964 merging.
18965
18966 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18967 have merge clashes.
18968
18969 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18970
18971 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18972 Undo previous change.
18973
18974 * startup.el (command-line): Use `custom-reevaluate-setting' for
18975 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18976 tty-register-default-colors on Mac.
18977
18978 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18979
18980 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18981 (gdb-buffer-type): Make it automatically buffer local...
18982 (gdb-get-create-buffer): ...and set it accordingly.
18983 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18984 actually work.
18985
18986 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18987
18988 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18989 not red.
18990
18991 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18992
18993 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18994 case GUD buffer is not visible.
18995 (gdb-goto-breakpoint): Try to force display in source buffer.
18996 (gdb-frame-gdb-buffer): Copy other similar functions.
18997 (gdb-restore-windows): Don't display source if not asked for.
18998 (gdb-assembler-buffer-name): Don't capitalise.
18999
19000 2005-11-03 Richard M. Stallman <rms@gnu.org>
19001
19002 * wid-edit.el (key-sequence): New widget type.
19003
19004 * simple.el (set-mark-command-repeat-pop): New variable.
19005 (set-mark-command): Only interpret plan C-@ after a pop as a pop
19006 if set-mark-command-repeat-pop is true.
19007
19008 * info.el (Info-fontify-node): Don't display extra "see" if there
19009 already is one here.
19010
19011 * mouse.el: Fix special handling of DEL after dragging a region:
19012 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
19013 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
19014
19015 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19016
19017 * textmodes/ispell.el (ispell-command-loop): Change `i' description
19018 not to assume it pertains to an affix.
19019
19020 * textmodes/flyspell.el (flyspell-post-command-hook):
19021 Bind deactivate-mark to prevent deactivation.
19022
19023 2005-11-03 Lars Hansen <larsh@soem.dk>
19024
19025 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19026 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19027 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19028
19029 2005-11-03 Romain Francoise <romain@orebokech.com>
19030
19031 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
19032 Update copyright years.
19033
19034 2005-11-03 Sam Steingold <sds@gnu.org>
19035
19036 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19037 Use system-type instead of window-system because window-system is not
19038 correctly defined during loadup.
19039
19040 2005-11-02 Mark A. Hershberger <mah@everybody.org>
19041
19042 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19043 (xml-parse-tag): Join strings separated by a comment properly.
19044
19045 2005-11-02 Andreas Schwab <schwab@suse.de>
19046
19047 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19048
19049 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19052 (byte-optimize-pure-func): Quote the eval'd value.
19053
19054 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19055 Rename from perl-font-lock-syntactic-face-function.
19056 Change the calling convention so it can be used as a font-lock MATCHER.
19057 Do the parse-partial-sexp loop outselves.
19058 (perl-font-lock-syntactic-keywords): Use it.
19059 (perl-mode): Don't set font-lock-syntactic-face-function any more.
19060
19061 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
19062
19063 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19064 disassembly buffer too.
19065 (gdb-exited): Remove overlay arrows when execution has finished.
19066 (gdb-info-frames-custom, gdb-info-threads-custom)
19067 (gdb-info-registers-custom): Don't add inappropriate text
19068 properties if inferior is not active.
19069
19070 2005-11-02 Glenn Morris <rgm@gnu.org>
19071
19072 * progmodes/fortran.el (fortran-blink-match):
19073 Use `blink-matching-delay'.
19074
19075 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
19076
19077 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19078
19079 2005-11-02 Lars Hansen <larsh@soem.dk>
19080
19081 * net/tramp.el (tramp-action-out-of-band): Handle scp message
19082 "Permission denied".
19083
19084 2005-11-01 Richard M. Stallman <rms@gnu.org>
19085
19086 * textmodes/flyspell.el (flyspell-external-point-words):
19087 Pass nil to flyspell-get-word.
19088
19089 2005-11-02 Kim F. Storm <storm@cua.dk>
19090
19091 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19092 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19093
19094 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19097 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19098 (calendar-mouse-print-dates): Add optional `event' argument.
19099 Update interactive-spec.
19100 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19101 Use `calendar-event-to-date' instead of `event'.
19102
19103 2005-11-02 Masatake YAMATO <jet@gyve.org>
19104
19105 * progmodes/ld-script.el (ld-script-builtins):
19106 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19107 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19108 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19109
19110 2005-11-01 Romain Francoise <romain@orebokech.com>
19111
19112 * vc-sccs.el: Update copyright year.
19113 * ezimage.el: Likewise.
19114
19115 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
19116
19117 * info.el (Info-fontify-node): Use `string-width' for fontifying
19118 underlined titles.
19119
19120 2005-11-01 Juri Linkov <juri@jurta.org>
19121
19122 * info.el (Info-fontify-node): Downcase node header keywords Node,
19123 Prev, Next, Up before comparison.
19124 (Info-history): Insert absolute directory name, and put invisible
19125 property on it.
19126
19127 2005-11-01 Juri Linkov <juri@jurta.org>
19128
19129 * info.el (Info-file-supports-index-cookies): New variable.
19130 (Info-find-node-2): Check makeinfo version for index cookie support.
19131 (Info-index-nodes): Search for nodes with index cookies only when
19132 Info-file-supports-index-cookies is t. Otherwise, search nodes
19133 with "Index" in the node name.
19134 (Info-index-node): Search index cookie in the current node only when
19135 Info-file-supports-index-cookies is t. Otherwise, check the word
19136 "Index" in the node name.
19137 (Info-find-emacs-command-nodes): Remove code that searches nodes
19138 with "Index" node name in the top menu.
19139
19140 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19141
19142 * progmodes/scheme.el (scheme-mode-variables): Use the default
19143 comment-indent-function.
19144
19145 * faces.el (face-attribute): Handle the case where a face inherits from
19146 a non-existent face.
19147
19148 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19149 for octal and hexa output, and merge the char into the paren.
19150 (kill-new): Use push.
19151 (copy-to-buffer): Use with-current-buffer.
19152 (completion-setup-function): Move code in loop to remove redundancy.
19153 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19154 those inherited from minibuffer-local-completion-map.
19155
19156 * savehist.el (savehist-mode) <defcustom>:
19157 Use custom-set-minor-mode if available.
19158 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19159 and emit a message if applicable.
19160
19161 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19162
19163 * savehist.el: Sync up to version 19.
19164 (savehist-mode): New minor mode.
19165 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19166 (savehist-length): Remove (use history-length instead).
19167 (savehist-file-modes): Rename from savehist-modes.
19168 (savehist-save-hook, savehist-loaded): New vars.
19169 (savehist-load): Use savehist-mode. Try to smooth up transition from
19170 old format to new format.
19171 (savehist-install): Allow savehist-autosave-interval to be nil.
19172 (savehist-save): Run the new hook. Be more careful to only trim the
19173 history variables.
19174 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19175 (savehist-printable): Print into a buffer rather than char-by-char.
19176
19177 2005-11-01 John Wiegley <johnw@newartisans.com>
19178
19179 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19180 toggle-ignore keybinding (C-a). The author said it had been
19181 disabled much earlier due to a possible incompatibility, but after
19182 many months of usage I have encountered no problems (and it is a
19183 rather useful option, especially for switching to " *temp*").
19184
19185 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19186 support for OS/X's AddressBook, by calling out to the open source
19187 program "contacts" (installable through Fink).
19188
19189 * net/eudc.el (eudc-expand-inline): If the
19190 `eudc-multiple-match-handling-method' is set to `all', delete the
19191 query string before inserting the query result.
19192
19193 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19194 flag, to prevent Eshell from using the system ls when
19195 `eshell-ls-insert-directory' is in used.
19196 (eshell-ls-insert-directory): Disable font-lock in directory
19197 buffer so that Eshell's own fontification is seen. This broke
19198 recently due to changes in font-lock, so this goes back to version
19199 21 behavior.
19200
19201 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19202
19203 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19204 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19205 (gdb-many-windows): Doc fix.
19206
19207 2005-10-31 Romain Francoise <romain@orebokech.com>
19208
19209 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19210
19211 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19212
19213 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19214 that global-font-lock-mode can be enabled by default.
19215
19216 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19217 (font-lock-add-keywords, font-lock-remove-keywords)
19218 (font-lock-fontify-buffer): Remove autoload cookies.
19219
19220 * jit-lock.el (jit-lock-register): Likewise.
19221
19222 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19223
19224 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19225
19226 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19227 intact if there is no gud-comint-buffer.
19228
19229 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19230
19231 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19232 old prompt comint-prompt-read-only is t and GDB commands are
19233 issued from tool bar etc.
19234
19235 2005-10-31 Masatake YAMATO <jet@gyve.org>
19236
19237 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19238
19239 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19240
19241 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19242 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19243
19244 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19245
19246 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19247 starting at beginning of line. Fontification is messed up when
19248 `open-paren-in-column-0-is-defun-start' set to t.
19249 Reported by John Paul Wallington <jpw@pobox.com>.
19250
19251 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19252
19253 * comint.el (comint-send-input): Call `comint-update-fence' when
19254 `comint-process-echoes' and `comint-prompt-read-only' are both
19255 non-nil, to avoid leftover read-only newline.
19256
19257 2005-10-30 Richard M. Stallman <rms@gnu.org>
19258
19259 * textmodes/flyspell.el (flyspell-external-point-words):
19260 Detect when WORD can't be checked properly because
19261 flyspell-get-word finds just part of it, and move on.
19262
19263 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19264 boundarychar for Polish.
19265 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19266 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19267
19268 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19269
19270 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19271 (gdb-registers-font-lock-keywords): Delete.
19272 (gdb-registers-mode): Don't fontify.
19273 (gdb-info-registers-custom): Use text properties instead as, in
19274 future, changed register values will use font-lock-warning-face.
19275 (gdb-local-font-lock-keywords): Rename to...
19276 (gdb-locals-font-lock-keywords): ...for consistency.
19277
19278 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19279
19280 * vc.el (vc-switch-backend): Better error message if the buffer is
19281 not visiting a file under version control.
19282
19283 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19284
19285 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19286
19287 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19288 ~/.emacs.d/.emacs.
19289
19290 2005-10-29 Richard M. Stallman <rms@gnu.org>
19291
19292 * replace.el (occur-mode-mouse-goto): Always go to other window.
19293 (occur-mode-goto-occurrence): Always switch in same window.
19294
19295 * simple.el (undo): Display message at end, not at start.
19296
19297 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19298 New arg REUSE-CELL.
19299 (cancel-timer-internal): New function.
19300 (timer-event-handler): Use cancel-timer-internal,
19301 and pass the cell it returns to timer-activate...
19302
19303 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19304 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19305 (jit-lock-after-change): Test memory-full.
19306
19307 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19308
19309 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19310 part of the decoded armor to find the key-identifier.
19311 (pgg-gpg-lookup-key-owner): New function to return the
19312 human-readable identifier of a key owner.
19313 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19314 key itself.
19315 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19316 the key value) if we have a key and can match it against a secret
19317 key. Also, added a note pointing out fact that the prompt only
19318 indicates the first matching key.
19319
19320 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19321 pgg-decrypt-region.
19322 (pgg-pending-timers): A new hash for tracking the passphrase cache
19323 timers, so that new ones supercede old ones.
19324 (pgg-add-passphrase-to-cache): Rename from
19325 `pgg-add-passphrase-cache' to reduce confusion (all callers
19326 changed). Modified to cancel old timers when new ones are added.
19327 (pgg-remove-passphrase-from-cache): Rename from
19328 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19329 changed). Modified to cancel old timers when their keys are
19330 removed from the cache.
19331 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19332 XEmacs, an indirection to delete-itimer.
19333 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19334 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19335 users can only check cache without risk of prompting. Correct bug in
19336 notruncate behavior.
19337 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19338 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19339 Add informative docstrings.
19340 (pgg-decrypt): Convey provided passphrase in subordinate call to
19341 pgg-decrypt-region.
19342
19343 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19344 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19345 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19346 `passphrase' argument, so the passphrase can be managed externally
19347 and then passed in to the system.
19348
19349 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19350 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19351 so the passphrase cache can be used reliably with identifiers
19352 besides a pgp packet's key id.
19353
19354 * pgg-gpg.el (pgg-pgp-encrypt-region)
19355 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19356 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19357 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19358 argument to all these routines, so the passphrase can be managed
19359 externally and passed in to the system.
19360
19361 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19362 `notruncate' argument, so the passphrase cache can be used
19363 reliably with identifiers besides a pgp packet's key id.
19364
19365 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19366
19367 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19368 symmetric encryption.
19369 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19370 encrypted session key.
19371 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19372 message ask for the passphrase in a proper way.
19373
19374 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19375 New user commands for symmetric encryption.
19376
19377 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19378
19379 * textmodes/conf-mode.el (conf-assignment-sign)
19380 (conf-assignment-regexp): Fix docstrings.
19381 (conf-mode-initialize): New function.
19382 (conf-mode): Remove optional args. Use delay-mode-hooks to
19383 recognize recursive calls.
19384 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19385 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19386 (conf-xdefaults-mode): Use define-derived-mode and
19387 conf-mode-initialize.
19388
19389 2005-10-29 Romain Francoise <romain@orebokech.com>
19390
19391 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19392
19393 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19394
19395 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19396 part of the decoded armor to find the key-identifier.
19397 (pgg-gpg-lookup-key-owner): New function to return the
19398 human-readable identifier of a key owner.
19399 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19400 key itself.
19401 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19402 the key value) if we have a key and can match it against a secret
19403 key. Also, added a note pointing out fact that the prompt only
19404 indicates the first matching key.
19405
19406 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19407 pgg-decrypt-region.
19408 (pgg-pending-timers): A new hash for tracking the passphrase cache
19409 timers, so that new ones supercede old ones.
19410 (pgg-add-passphrase-to-cache): Rename from
19411 `pgg-add-passphrase-cache' to reduce confusion (all callers
19412 changed). Modified to cancel old timers when new ones are added.
19413 (pgg-remove-passphrase-from-cache): Rename from
19414 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19415 changed). Modified to cancel old timers when their keys are
19416 removed from the cache.
19417 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19418 XEmacs, an indirection to delete-itimer.
19419 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19420 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19421 users can only check cache without risk of prompting. Correct bug in
19422 notruncate behavior.
19423 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19424 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19425 Add informative docstrings.
19426 (pgg-decrypt): Convey provided passphrase in subordinate call to
19427 pgg-decrypt-region.
19428
19429 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19430
19431 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19432 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19433 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19434 `passphrase' argument, so the passphrase can be managed externally
19435 and then passed in to the system.
19436
19437 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19438 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19439 so the passphrase cache can be used reliably with identifiers
19440 besides a pgp packet's key id.
19441
19442 * pgg-gpg.el (pgg-pgp-encrypt-region)
19443 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19444 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19445 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19446 argument to all these routines, so the passphrase can be managed
19447 externally and passed in to the system.
19448
19449 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19450 `notruncate' argument, so the passphrase cache can be used
19451 reliably with identifiers besides a pgp packet's key id.
19452
19453 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19454
19455 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19456 symmetric encryption.
19457 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19458 encrypted session key.
19459 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19460 message ask for the passphrase in a proper way.
19461
19462 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19463 New user commands for symmetric encryption.
19464
19465 2005-10-28 Bill Wohler <wohler@newt.com>
19466
19467 * help-mode.el (help-url): New button type. Calls browse-url.
19468 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19469 Similar to Info nodes: URL `url'.
19470 (help-make-xrefs): Create help-url buttons for
19471 help-xref-url-regexp matches.
19472
19473 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19474
19475 * tool-bar.el (tool-bar-add-item-from-menu)
19476 (tool-bar-local-item-from-menu): Fix doc strings.
19477
19478 2005-10-28 Romain Francoise <romain@orebokech.com>
19479
19480 * ldefs-boot.el: Update.
19481
19482 * subr.el (locate-library): Move from help-fns.el.
19483 * help-fns.el (locate-library): Move to subr.el.
19484
19485 2005-10-28 Richard M. Stallman <rms@gnu.org>
19486
19487 * net/tramp.el (tramp-completion-mode): defvar moved up.
19488
19489 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19490
19491 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19492
19493 * files.el (find-file-noselect): Use %d to format large file size.
19494
19495 * bindings.el (mode-line-format): Add %e.
19496
19497 * loadup.el ("facemenu"): Load unconditionally.
19498 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19499 ("x-dnd"): Load, when appropriate.
19500
19501 * startup.el (command-line): Call before-init-hook earlier.
19502 Warn about some bad characters in -u user name.
19503
19504 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19505 (flyspell-external-point-words): Error if misspelled word is not found.
19506 Set flyspell-large-region-beg at end of word.
19507
19508 2005-10-28 Andreas Schwab <schwab@suse.de>
19509
19510 * view.el (View-revert-buffer-scroll-page-forward):
19511 Use view-page-size-default.
19512
19513 2005-10-28 Juri Linkov <juri@jurta.org>
19514
19515 * international/quail.el (quail-get-current-str): Translate last
19516 raw character for deterministic input methods.
19517
19518 2005-10-27 Jay Belanger <belanger@truman.edu>
19519
19520 * calc/calc-ext.el: Add functions to autoloads.
19521 (math-identity-matrix-p, math-ident-row-p): New functions.
19522
19523 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19524 multiplication by an identity matrix; don't turn multiplication by
19525 an inverse matrix into division.
19526 (math-div-symbol-fancy): Replace division by matrices with
19527 multiplication by inverse.
19528
19529 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19530
19531 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19532 (calc-writeoutpower): New functions.
19533
19534 2005-10-27 Romain Francoise <romain@orebokech.com>
19535
19536 * replace.el (occur-engine): Include colon in mouse-face highlight.
19537
19538 * dired-x.el: Change Maintainer field.
19539
19540 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19541
19542 * longlines.el (longlines-mode): Bind after-change-functions to
19543 nil during initial decoding and final encoding.
19544
19545 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19546
19547 * term.el (term-emulate-terminal, term-handle-colors-array)
19548 (term-handle-ansi-escape): Specify the terminfo capabilities
19549 implemented.
19550
19551 2005-10-26 Richard M. Stallman <rms@gnu.org>
19552
19553 * info.el (Info-fontify-node): Fix detection of sentence-break
19554 before *Note.
19555
19556 2005-10-26 Romain Francoise <romain@orebokech.com>
19557
19558 * smerge-mode.el: Add `tools' to file keywords.
19559
19560 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19561
19562 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19563 when the fringe is not available.
19564
19565 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19566 (def-gdb-auto-update-trigger): Simplify construction.
19567 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19568 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19569 defined explicitly.
19570 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19571 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19572 defined explicitly.
19573 (gdb-info-locals-custom): Remove as it's a no-op.
19574
19575 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19576
19577 * longlines.el (longlines-mode): Remove narrowing before
19578 performing the initial decoding or final encoding.
19579
19580 2005-10-25 Romain Francoise <romain@orebokech.com>
19581
19582 * emacs-lisp/find-func.el (find-library-name): Also strip
19583 extension if library name ends in .el, to take advantage of
19584 `find-library-suffixes'.
19585
19586 2005-10-25 Richard M. Stallman <rms@gnu.org>
19587
19588 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19589
19590 2005-10-25 Juri Linkov <juri@jurta.org>
19591
19592 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19593 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19594
19595 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19596
19597 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19598 (blackbox-redefine-key): Add argument `map'.
19599
19600 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19601 regions when moving the jit-lock-context-unfontify-pos boundary.
19602
19603 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19604
19605 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19606
19607 2005-10-25 Masatake YAMATO <jet@gyve.org>
19608
19609 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19610
19611 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19612
19613 * play/blackbox.el (blackbox-redefine-key): New function.
19614 (blackbox-mode-map): Use it to remap existing bindings for cursor
19615 motion instead of binding literal keys.
19616
19617 2005-10-25 Glenn Morris <rgm@gnu.org>
19618
19619 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19620 diary does not end in a newline. Do not assume a blank line at
19621 the start of the diary file.
19622
19623 2005-10-25 Kenichi Handa <handa@m17n.org>
19624
19625 * international/quail.el (quail-translate-key): If the input
19626 method is deterministic and failed to handle the last key, restart
19627 the key handling loop from an appropriate key.
19628
19629 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19630
19631 * vc.el (vc-dired-mode): Extend comment for binding of
19632 `directory-listing-before-filename-regexp'.
19633
19634 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * textmodes/texinfo.el (texinfo-mode):
19637 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19638 not to unnecessarily expose emacs-mule's internal char codes.
19639
19640 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19641
19642 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19643 Display hand pointer and help-echo on disabled icon too.
19644 (gdb-mouse-until): New function.
19645 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19646
19647 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19648
19649 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19650 with 2005-10-23 change to doctor.el.
19651
19652 * finder.el (finder-mode-map): Add follow-link binding.
19653
19654 2005-10-25 Kim F. Storm <storm@cua.dk>
19655
19656 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19657 to gdb-mouse-toggle-breakpoint-fringe.
19658 (gdb-mouse-toggle-breakpoint-margin): Rename from
19659 gdb-mouse-toggle-breakpoint. Fix doc.
19660 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19661 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19662 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19663 string properties also for fringe breakpoint bitmaps.
19664
19665 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19666
19667 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19668
19669 2005-10-25 Masatake YAMATO <jet@gyve.org>
19670
19671 * simple.el (completion-common-substring):
19672 Use `completion-common-substring' prior to `completion-base-size'.
19673
19674 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19675
19676 * savehist.el: Require CL while compiling.
19677 (savehist-history-variables): Remove.
19678 (savehist-save-minibuffer-history, savehist-additional-variables)
19679 (savehist-minibuffer-history-variables): New vars.
19680 (savehist-save): Use them.
19681 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19682 (savehist-install): New fun, extracted from savehist-load.
19683 (savehist-load): Use them.
19684
19685 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19686
19687 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19688 a dummy doc-string-elt property.
19689 (defalias, defvaralias, define-category): Add a docstring property.
19690
19691 * image.el (defimage):
19692 * widget.el (define-widget):
19693 * custom.el (defface, defcustom): Add `doc-string' declaration.
19694
19695 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19696 (defadvice): Add `doc-string' declaration.
19697
19698 * emacs-lisp/byte-run.el (macro-declaration-function):
19699 Handle `doc-string' declarations.
19700 (define-obsolete-function-alias, define-obsolete-variable-alias):
19701 Add `doc-string' declaration.
19702
19703 2005-10-24 Kenichi Handa <handa@m17n.org>
19704
19705 * international/utf-7.el (utf-7): Add autoload cookie.
19706
19707 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19708
19709 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19710
19711 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19712 list of directories passed to batch-update-autoloads. Add "." to
19713 the list of the echoed directories.
19714
19715 * pgg-def.el:
19716 * pgg-gpg.el:
19717 * pgg-parse.el:
19718 * pgg-pgp.el:
19719 * pgg-pgp5.el:
19720 * pgg.el: Moved here from the gnus subdirectory.
19721
19722 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19723
19724 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19725 in case comint-prompt-read-only is set to t.
19726
19727 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19728 in case comint-prompt-read-only is set to t.
19729
19730 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19731
19732 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19733 Now a string.
19734 (icalendar-import-format): Handle CLASS, STATUS, URL.
19735 Rename `subject' to `summary'.
19736 (icalendar-import-format-summary): Rename from
19737 `icalendar-import-format-subject'.
19738 (icalendar-import-format-url, icalendar-import-format-status)
19739 (icalendar-import-format-class): New variables.
19740 (icalendar--rris): Take variable argument list.
19741 (icalendar--datestring-to-isodate): Remove unnecessary
19742 calendar-style check when converting dates with explicit month names.
19743 (icalendar-export-region): Change return type of conversion
19744 subroutines. Bury current buffer unless error occurred.
19745 (icalendar--convert-to-ical)
19746 (icalendar--parse-summary-and-rest): New functions.
19747 (icalendar--convert-ordinary-to-ical)
19748 (icalendar--convert-weekly-to-ical)
19749 (icalendar--convert-yearly-to-ical)
19750 (icalendar--convert-block-to-ical)
19751 (icalendar--convert-cyclic-to-ical)
19752 (icalendar--convert-anniversary-to-ical): Change return type.
19753 Strip trailing blanks from subject.
19754 (icalendar--convert-sexp-to-ical): Change return type.
19755 Strip trailing blanks from subject. Handle simple sexp
19756 entries as generated by icalendar.el.
19757 (icalendar--convert-float-to-ical)
19758 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19759 (icalendar-import-file): Doc fix.
19760 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19761 Correct call to icalendar--rris.
19762 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19763 `summary'.
19764 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19765
19766 2005-10-24 Romain Francoise <romain@orebokech.com>
19767
19768 * server.el (server-sentinel): Set query-on-exit flag to nil on
19769 new client processes (it isn't inherited from the server process).
19770
19771 * replace.el (occur-engine): Rearrange text properties.
19772
19773 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19774
19775 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19776 case-fold-search is nil.
19777 (debug-help-follow): Use help-xref-interned directly.
19778
19779 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19780
19781 * thumbs.el (thumbs-image-type): Add .pbm.
19782
19783 2005-10-23 Richard M. Stallman <rms@gnu.org>
19784
19785 * faces.el (inhibit-face-set-after-frame-default): New variable.
19786 (set-face-attribute): Bind it.
19787 (face-set-after-frame-default): Test it.
19788
19789 * help-fns.el (describe-simplify-lib-file-name): New function.
19790 (describe-function-1, describe-variable): Use it.
19791
19792 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19793
19794 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19795 Eliminate nil as possible value.
19796 (tooltip-hide-delay): Reduce internal-border-width.
19797
19798 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19799 (menu-bar-file-menu) <new-file>: Likewise.
19800
19801 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19802
19803 * international/mule.el (load-with-code-conversion):
19804 Pass full file name to `eval-buffer' unless preloading.
19805
19806 * textmodes/flyspell.el (flyspell-large-region):
19807 Call ispell-check-version.
19808
19809 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19810 Fix the make-variable-buffer-local call that was supposed
19811 to be for this variable.
19812 (ispell-aspell-supports-utf8): Doc fix.
19813 (ispell-find-aspell-dictionaries): Preserve elements of
19814 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19815 (ispell-aspell-find-dictionary): Return nil on error.
19816
19817 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19818 (doctor-symptoms): Likewise.
19819
19820 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19821
19822 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19823
19824 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19825 (custom-raised-buttons): Add :set spec.
19826 (custom-button-unraised, custom-button-pressed-unraised):
19827 New faces, so that custom-raised-buttons actually does something.
19828 (custom-mode): Use custom-button and custom-button-pressed.
19829
19830 * wid-edit.el (widget-specify-button): Don't ignore
19831 widget-mouse-face on graphic terminals.
19832 (widget-move-and-invoke): Cleanup.
19833
19834 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19835
19836 * whitespace.el (whitespace-cleanup): Doc fix.
19837
19838 2005-10-23 Romain Francoise <romain@orebokech.com>
19839
19840 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19841 `eval-after-load' to avoid evaluating their result.
19842
19843 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19844
19845 * files.el (directory-listing-before-filename-regexp):
19846 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19847
19848 * dired.el (dired-move-to-filename-regexp): Remove.
19849 All occurences replaced by `directory-listing-before-filename-regexp'.
19850
19851 * dired-x.el, locate.el, vc.el:
19852 Replace `dired-move-to-filename-regexp' by
19853 `directory-listing-before-filename-regexp'. In vc.el it is
19854 overwritten locally; maybe this can be handled in files.el too.
19855
19856 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19857 replaced by `directory-listing-before-filename-regexp'.
19858
19859 2005-10-23 Andreas Schwab <schwab@suse.de>
19860
19861 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19862 and eval-next-after-load.
19863
19864 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19865
19866 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19867 exist, create it.
19868
19869 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19870
19871 * allout.el: Remove autoloads for mailcrypt and crypt++.
19872 Require pgg, pgg-gpg during compilation.
19873 (allout-version): Increment version number to 2.1, and use a literal
19874 rather than RCS Id.
19875 (allout-default-encryption-scheme): Remove.
19876 (allout-passphrase-verifier-handling)
19877 (allout-passphrase-verifier-string)
19878 (allout-file-passphrase-verifier-string)
19879 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19880 (allout-passphrase-hint-handling): Rename and simplify.
19881 (allout-init): Use `find-file-hook' if available, otherwise
19882 `find-file-hooks'.
19883 (allout-mode): Use `write-file-functions' if available, otherwise
19884 `local-write-file-hooks' and, instead of making auto-save-hook
19885 buffer local, make the write-file-hook activity contingent to
19886 allout-mode.
19887 (allout-mode): Use key-binding substitution in the docstring.
19888 (allout-kill-line): Spell-out kill ring data structure mutation
19889 instead of using byte-compiler-complaint-provoking `pop'.
19890 (allout-insert-listified): Use `insert' rather than `insert-string'
19891 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19892 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19893 (allout-encrypt-string): Totally revamped vis new underlying
19894 encryption facilities.
19895 (allout-mc-activate-passwd): Remove.
19896 (allout-obtain-passphrase): New, more or less replaces
19897 allout-mc-activate-passwd.
19898 (allout-encrypted-key-info): More or less replaces
19899 allout-encrypted-text-type.
19900 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19901 (my-mark-marker): Use `(featurep 'xemacs)'.
19902
19903 2005-10-23 Lars Hansen <larsh@soem.dk>
19904
19905 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19906 (byte-compile-file-form-defmumble, byte-compile-defun)
19907 (byte-compile-defmacro): Use it.
19908 (byte-compile-form): Don't call byte-compile-set-symbol-position
19909 when a byte-compile handler is called.
19910
19911 2005-10-22 Romain Francoise <romain@orebokech.com>
19912
19913 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19914
19915 * subr.el (eval-after-load): Convert library name to an absolute
19916 file name using locate-library, since load-history no longer has
19917 library names in it.
19918
19919 2005-10-22 Richard M. Stallman <rms@gnu.org>
19920
19921 * files.el (make-temp-file): Move from subr.el.
19922 * subr.el (make-temp-file): Move to files.el.
19923
19924 * window.el (get-buffer-window-list): Move from subr.el.
19925 * subr.el (get-buffer-window-list): Move to window.el.
19926
19927 * image.el (image-load-path): Use eval-at-startup to initialize.
19928
19929 * subr.el (eval-at-startup): New macro.
19930
19931 * subr.el: Much rearrangement of functions and division
19932 into pages. No code changes.
19933
19934 2005-10-22 Kenichi Handa <handa@m17n.org>
19935
19936 * tar-mode.el (tar-extract): Be sure to call
19937 find-operation-coding-system if set-auto-coding doesn't find a
19938 coding system.
19939
19940 2005-10-22 Kim F. Storm <storm@cua.dk>
19941
19942 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19943 Change users.
19944 (image-type-file-name-regexps): New defconst.
19945 (image-type-from-data): Simplify loop.
19946 (image-type-from-buffer): New defun.
19947 (image-type-from-file-header): Use it instead of image-type-from-data.
19948 Use image-search-load-path instead of only looking in data-directory.
19949 (image-type-from-file-name): New defun.
19950 (image-search-load-path): Change `pathname' to `filename'.
19951 Make PATH arg optional, default to image-load-path.
19952
19953 2005-10-21 Richard M. Stallman <rms@gnu.org>
19954
19955 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19956
19957 * textmodes/paragraphs.el (sentence-end-base): New variable.
19958 (sentence-end): Use sentence-end-base.
19959
19960 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19961
19962 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19963 property independently from the font-lock-multiline variable.
19964
19965 2005-10-21 Richard M. Stallman <rms@gnu.org>
19966
19967 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19968
19969 * startup.el (command-line): Convert library names
19970 in `load-history' to absolute file names.
19971
19972 * subr.el (symbol-file): Doc fix.
19973
19974 * loadhist.el (file-loadhist-lookup): Call locate-library
19975 instead of find-library-name. Don't try converting
19976 abs file names to library names, since load-history no longer
19977 has library names in it.
19978 (file-dependents, file-provides, file-requires): Doc fixes.
19979
19980 2005-10-21 Juri Linkov <juri@jurta.org>
19981
19982 * progmodes/etags.el (tags-table-mode): New function.
19983 (tags-verify-table): Replace initialize-new-tags-table with
19984 tags-table-mode.
19985
19986 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19987 default value.
19988 (desktop-modes-not-to-save): Add tags-table-mode to the
19989 default value.
19990
19991 * info.el (Info-index-next): Add total number of index
19992 alternatives to the message.
19993
19994 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19995 backward only space (instead of space and period) before looking
19996 at sentence end.
19997
19998 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19999 Add the old variable value as 4th default-value arg of read-string.
20000
20001 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20002
20003 * cus-face.el (custom-declare-face): Make face from X resources
20004 also on Mac.
20005
20006 * disp-table.el (standard-display-g1, standard-display-graphic):
20007 Refuse to use string glyphs also on Mac.
20008 (standard-display-european): Don't set terminal coding system also
20009 on Mac.
20010
20011 * frame.el (display-screens): Use x-display-screens also on Mac.
20012
20013 2005-10-21 Romain Francoise <romain@orebokech.com>
20014
20015 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
20016
20017 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20018
20019 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20020 and $? into sexps.
20021
20022 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20023 warning face on open-paren-in-column-0.
20024
20025 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20026 boundary case. Fix typo.
20027 Suggested by Martin Rudalics <rudalics@gmx.at>.
20028
20029 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
20030
20031 * textmodes/org.el (org-combined-agenda-icalendar-file)
20032 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20033 (org-export-icalendar-this-file)
20034 (org-export-icalendar-all-agenda-files)
20035 (org-export-icalendar-combine-agenda-files): New commands.
20036 (org-export-icalendar, org-print-icalendar-entries)
20037 (org-start-icalendar-file, org-finish-icalendar-file)
20038 (org-ical-ts-to-string): New functions.
20039 (org-read-date, org-goto-calendar)
20040 (org-agenda-goto-calendar): Inhibit displaying diary entries by
20041 call to `calendar'.
20042 (orgtbl-setup): Remove the :keys arguments from the menu description.
20043 (org-after-save-iCalendar-file-hook): New variable.
20044
20045 2005-10-21 Kenichi Handa <handa@m17n.org>
20046
20047 * language/vietnamese.el (tcvn-5712): Make it an alias of
20048 vietnamese-tcvn coding-system.
20049
20050 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
20051
20052 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20053 group id is given.
20054
20055 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20056
20057 * progmodes/sh-script.el (sh-escaped-line-re): New var.
20058 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20059 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20060 whose line is either continued or ends with a comment.
20061
20062 2005-10-20 Romain Francoise <romain@orebokech.com>
20063
20064 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20065
20066 * replace.el (occur-engine): Add follow-link property.
20067
20068 * font-core.el (font-lock-mode): Doc fix.
20069
20070 2005-10-20 Richard M. Stallman <rms@gnu.org>
20071
20072 * net/rcirc.el: New file.
20073
20074 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
20075
20076 * term.el (term-term-name): Initialize to "eterm-color".
20077
20078 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
20079
20080 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20081 for encryption functionality.
20082 Move allout customization subgroup from `editing' to `outlines' group.
20083 Fix commentary keywords to legitimate ones.
20084 Update author info (using my current email address, obscurified).
20085 (allout-encrypt-string, allout-encryption-produce-work-buffer)
20086 (allout-encrypted-topic-p, allout-encrypted-text-type)
20087 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20088 (allout-situate-encryption-key-verifier)
20089 (allout-get-encryption-key-verifier, allout-verify-key)
20090 (allout-next-topic-pending-encryption)
20091 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20092 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20093 (outline-key-verifier-handling, outline-key-hint-handling)
20094 (outline-encrypt-unencrypted-on-saves): New defcustoms.
20095 (allout-file-key-verifier-string, allout-encryption-scheme)
20096 (allout-key-verifier-string, allout-key-hint-string)
20097 (allout-after-save-decrypt): New variables.
20098 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20099 (allout-after-saves-handler): New hook functions.
20100 (allout-post-command-business): Do allout-after-save-decrypt.
20101 (allout-enable-file-variable-adjustment): Custom var to enable
20102 mechanism for adding and adjusting settings of Emacs file variables.
20103 (allout-adjust-file-variable, allout-file-vars-section-data):
20104 New functions, implement the mechanism.
20105 (outlineify-sticky): Use the file vars mechanism.
20106 (allout-inhibit-protection, allout-during-write-cue)
20107 (allout-override-protect, allout-before-change-protect): Remove.
20108 (allout-flag-region, allout-open-topic): Adjust read-only text.
20109 (allout-open-line-not-read-only): Add to facilitate read-only
20110 text based protection.
20111 (allout-kill-line): Revise to adjust read-only text, clue the
20112 user about the inhibition.
20113 (allout-unprotected): Use unwind-protect.
20114 (allout-shift-in, allout-shift-out): Disallow manually shifting a
20115 topic deeper than the offspring depth of the previous topic -
20116 avoiding confusing "containment discontinuities".
20117 (allout-reindent-bodies): Fix retention of body relative hanging
20118 indent during promotion of collapsed bodies.
20119 (allout-open-topic): Make it easy to open new topic with same
20120 bullet as current topic - topic creation functions provided with
20121 any universal argument provokes now prompt for bullet, defaulting
20122 to the bullet of the previous topic.
20123 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20124 Plain bullet alternates `.' period and `,' comma only. All other
20125 bullets are relegated to special status (but customizable).
20126 (allout-end-of-entry): Rename from allout-end-of-current-entry
20127 since it actually operates w.r.t. most immediately containing
20128 entry, visible or not.
20129 (allout-hide-current-entry, allout-show-current-entry): Use the
20130 revised version.
20131 (allout-old-expose-topic): Solidify deprecation.
20132 (allout-end-of-subtree): Add so we can span concealed as well
20133 as visible topics.
20134 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20135 (allout-end-of-current-heading): Tweak to just respect the first line.
20136 (allout-get-body-text): Add.
20137 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20138 when invoked interactively.
20139 (allout-up-current-level): Use `interactive-p'.
20140 (allout-mode, allout-init): Miscellaneous docstring and
20141 operational refinements, as well as hookups of new encryption stuff.
20142 (allout-beginning-of-current-entry): Now works as advertised.
20143 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20144 (allout-isearch-rectification): Refine condition for isearching.
20145 (allout-isearch-abort, allout-enwrap-isearch)
20146 (allout-flag-region, my-region-active-p): Relocate some macros.
20147 (allout-title): Fallback title is (buffer-name), not
20148 non-existing (current-buffer-name).
20149 (subst-char-in-string): Define if absent (for some XEmacs versions).
20150
20151 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20152
20153 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20154 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20155 (mail-citation-prefix-regexp, mail-signature-file)
20156 (mail-default-headers, mail-bury-selects-summary)
20157 (mail-send-nonascii): Add autoload cookies.
20158
20159 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20160
20161 * frame.el (blink-cursor-mode): Add `mac' to the list of
20162 window-system's that support blinking cursor.
20163
20164 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20165
20166 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20167
20168 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20169
20170 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20171 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20172 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20173
20174 2005-10-20 Kim F. Storm <storm@cua.dk>
20175
20176 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20177 (ido-set-current-directory): Don't add / after final @.
20178 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20179 Explicitly handle ange-ftp completion oddities.
20180 (ido-make-file-list): Don't rotate list at tramp root to avoid
20181 triggering tramp file handler for expand-file-name via get-file-buffer.
20182
20183 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20184
20185 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20186
20187 2005-10-19 Jay Belanger <belanger@truman.edu>
20188
20189 * calc/calc-units.el (math-standard-units): Add units, adjust
20190 symbols and update values.
20191 (math-unit-prefixes): Add more prefixes.
20192
20193 2005-10-19 Romain Francoise <romain@orebokech.com>
20194
20195 * bookmark.el (bookmark-menu-heading): New face.
20196 (bookmark-bmenu-list): Use it.
20197 Don't fiddle with `baud-rate' at top-level.
20198
20199 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20200
20201 * image.el (create-image, find-image): Mention max-image-size in
20202 docstring.
20203
20204 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * savehist.el (savehist-load): Revert to checking XEmacs.
20207
20208 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20209 Various docstring and line-width fixups.
20210 (conf-mode): Use cond.
20211 Set font-lock-defaults. Don't set comment-use-syntax.
20212
20213 2005-10-18 David Ponce <david@dponce.com>
20214
20215 * tree-widget.el (tree-widget-button-click): New function.
20216 (tree-widget-button-keymap): Use it.
20217
20218 2005-10-18 Romain Francoise <romain@orebokech.com>
20219
20220 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20221 (bookmark-bmenu-hide-filenames): Add follow-link property.
20222 Improve help-echo text.
20223
20224 * ffap.el (find-file-at-point): Doc fix.
20225
20226 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20227
20228 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20229
20230 2005-10-18 Masatake YAMATO <jet@gyve.org>
20231
20232 Install to the CVS repository what I forgot to install in my
20233 2005-10-16 changes.
20234
20235 * progmodes/python.el (python-complete-symbol): Pass the common
20236 prefix substring of completion to `display-completion-list'.
20237
20238 * textmodes/org.el (org-complete): Ditto.
20239
20240 2005-10-18 Masatake YAMATO <jet@gyve.org>
20241
20242 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20243
20244 * woman.el (WoMan-xref-man-page): New button type derived
20245 from `Man-abstract-xref-man-page'.
20246 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20247
20248 * man.el (Man-abstract-xref-man-page): New button type.
20249 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20250 (Man-highlight-references): Add new optional argument `xref-man-type'.
20251
20252 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20253
20254 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20255
20256 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20257
20258 * cus-edit.el (Custom-move-and-invoke): Delete.
20259 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20260
20261 * wid-edit.el (widget-move-and-invoke): New function, from
20262 Custom-move-and-invoke.
20263
20264 2005-10-17 Bill Wohler <wohler@newt.com>
20265
20266 Move all remaining images from lisp/toolbar to etc/images, move
20267 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20268 the low resolution images in their own directory (low-color).
20269
20270 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20271 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20272 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20273 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20274 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20275 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20276 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20277
20278 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20279 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20280 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20281 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20282 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20283 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20284 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20285 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20286 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20287 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20288 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20289 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20290 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20291 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20292 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20293
20294 To conform with convention, replace the underscore (_) in the
20295 following image names with dash (-) or (/) as appropriate.
20296
20297 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20298 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20299 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20300 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20301 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20302 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20303 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20304 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20305 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20306 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20307 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20308 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20309 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20310 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20311 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20312
20313 * info.el (info-tool-bar-map): Replace underscores in image names
20314 with dashes.
20315
20316 * makefile.w32-in (WINS): Remove toolbar.
20317
20318 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20319
20320 * tool-bar.el: Move to lisp from toolbar. Now that
20321 toolbar is empty, it should be deleted when folks run "cvs up -P".
20322
20323 2005-10-18 Jay Belanger <belanger@truman.edu>
20324
20325 * calc/calc-store.el (calc-store-into): Get the proper variable name
20326 to display in message.
20327
20328 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20329
20330 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20331 expressions display in speedbar for all buffers when debugging.
20332 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20333
20334 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20335 (speedbar-insert-button, speedbar-make-button):
20336 Use add-text-properties.
20337 (speedbar-update-localized-contents)
20338 (speedbar-update-directory-contents)
20339 (speedbar-update-special-contents): Use dolist.
20340 (speedbar-buffer-easymenu-definition): Add a menu separator.
20341
20342 2005-10-17 Jason Rumney <jasonr@gnu.org>
20343
20344 * makefile.w32-in: Use $(lisp) consistently.
20345 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20346 for shell specific generation of mh-autoloads.
20347
20348 2005-10-17 Richard M. Stallman <rms@gnu.org>
20349
20350 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20351
20352 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * jit-lock.el (jit-lock-fontify-now):
20355 Move jit-lock-context-unfontify-pos to avoid wasted work.
20356
20357 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20358
20359 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20360 `tramp-completion-mode' for checking if we are in completion mode.
20361 (tramp-completion-handle-file-name-all-completions): Reorder code
20362 in order to complete for file names only in case there are no
20363 method/user/host completions. This is necessary for cooperation
20364 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20365
20366 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20367
20368 * longlines.el (longlines-search-forward)
20369 (longlines-search-backward): Match any number of spaces.
20370
20371 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20372
20373 * diff-mode.el (diff-mode): Doc fix.
20374
20375 2005-10-16 David Reitter <david.reitter@gmail.com>
20376
20377 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20378 as default on darwin and windows systems.
20379
20380 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20381
20382 * arc-mode.el (archive-zip-extract): Doc fix.
20383
20384 2005-10-16 Romain Francoise <romain@orebokech.com>
20385
20386 * mouse.el (mouse-1-click-follows-link): Doc fix.
20387
20388 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20389
20390 * savehist.el: Don't require CL at runtime.
20391 (savehist-xemacs): Remove.
20392 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20393 (savehist-no-conversion): Use (featurep 'xemacs).
20394 (savehist-load): Check existence of start-itimer rather than XEmacs.
20395 Use an idle timer.
20396 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20397 `delete-if-not'.
20398
20399 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20400
20401 * savehist.el: Newer version.
20402 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20403 (savehist-last-checksum, savehist-no-conversion): New vars.
20404 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20405 New functions.
20406 (savehist-load, savehist-save): Use them.
20407 (savehist-delimit): Remove.
20408
20409 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20410
20411 * progmodes/compile.el (compilation-goto-locus): Display the
20412 compilation buffer first and the source buffer second, in case they're
20413 in overlapping frames. Don't raise the compilation frame if it was the
20414 selected window upon entry. Pass the `other-window' arg to
20415 pop-to-buffer.
20416
20417 * info.el (Info-fontify-node): Use dolist.
20418 Change add-text-properties to put-text-property.
20419
20420 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20421
20422 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20423 bound of search.
20424
20425 2005-10-16 Masatake YAMATO <jet@gyve.org>
20426
20427 * dabbrev.el (dabbrev-completion): Pass the common
20428 prefix substring of completion to `display-completion-list'.
20429
20430 * filecache.el (file-cache-minibuffer-complete)
20431 (file-cache-complete): Ditto.
20432
20433 * tempo.el (tempo-display-completions): Ditto.
20434
20435 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20436
20437 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20438
20439 * eshell/em-hist.el (eshell-list-history): Ditto.
20440
20441 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20442
20443 * mail/mailalias.el (mail-complete): Ditto.
20444
20445 * progmodes/etags.el (complete-tag): Ditto.
20446
20447 * progmodes/make-mode.el (makefile-complete): Ditto.
20448
20449 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20450
20451 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20452
20453 * progmodes/pascal.el (pascal-complete-word)
20454 (pascal-show-completions): Ditto.
20455
20456 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20457
20458 * simple.el (completion-common-substring): New variable.
20459 (completion-setup-function): Use `completion-common-substring'
20460 to put faces.
20461
20462 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20463
20464 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20465 (x-get-selection, mac-select-convert-to-string): Convert from/to
20466 UTF-16 clipboard data as in native byte order, no BOM.
20467
20468 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20469
20470 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20471 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20472 (gud-sentinel): Use speedbar-frame to check for speedbar.
20473
20474 2005-10-15 Richard M. Stallman <rms@gnu.org>
20475
20476 * savehist.el: New file.
20477
20478 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20479
20480 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20481 Fix bug in \bf fontification.
20482
20483 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20484
20485 * pcvs.el (cvs-edit-log-files): New var.
20486 (cvs-mode-edit-log): New arg `file'.
20487 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20488 Instead force the use of the original file and nothing else.
20489 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20490 the cvs-minor-wrap-function is set.
20491 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20492
20493 2005-10-14 Bill Wohler <wohler@newt.com>
20494
20495 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20496 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20497 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20498 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20499 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20500 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20501 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20502 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20503 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20504 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20505 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20506 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20507 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20508 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20509 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20510
20511 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20512 appropriately (for example, gud-break to gud/break).
20513
20514 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20515
20516 * longlines.el (longlinges-search-function)
20517 (longlines-search-forward, longlines-search-backward): New functions.
20518 (longlines-mode): Set isearch-search-fun-function to
20519 longlinges-search-function.
20520
20521 * mouse.el (mouse-drag-region-1): Handle the case where a
20522 double-click event is bound to an arbitrary function.
20523
20524 2005-10-14 David Ponce <david@dponce.com>
20525
20526 * recentf.el (recentf-track-opened-file)
20527 (recentf-track-closed-file, recentf-update-menu)
20528 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20529 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20530 mouse-1-click-follows-link.
20531
20532 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20533
20534 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20535 Gnome file-manager.png. Suggested by
20536 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20537
20538 * toolbar/README: Add diropen.xpm.
20539
20540 2005-10-13 Bill Wohler <wohler@newt.com>
20541
20542 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20543 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20544
20545 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20546
20547 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20548 Don't waste the byte-compiler's time on constant data.
20549
20550 2005-10-13 Kenichi Handa <handa@m17n.org>
20551
20552 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20553 byte with `escape-glyph' face.
20554
20555 * international/fontset.el (ccl-encode-unicode-font):
20556 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20557 Handle the case that ucs-mule-to-mule-unicode translates a character to
20558 ASCII (usually for IPA characters).
20559
20560 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20561
20562 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20563 Don't hide the underline of titles if font-lock-mode is disabled.
20564
20565 2005-10-12 Bill Wohler <wohler@newt.com>
20566
20567 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20568 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20569 files in MH-E-SRC have been updated.
20570 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20571
20572 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20573
20574 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20575 (mixal-mode-syntax-table): Add \n as end-comment.
20576 (mixal-operation-codes-alist): Immediately initialize to full value.
20577 (mixal-add-operation-code): Remove.
20578 (mixal-describe-operation-code): Make the arg non-optional.
20579 Use the interactive spec instead.
20580 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20581 (mixal-font-lock-keywords): Don't highlight comments here any more.
20582 (mixal-font-lock-syntactic-keywords): New var.
20583 (mixal-mode): Use it. Fix comment-start-skip.
20584
20585 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20586
20587 * startup.el (command-line-x-option-alist): -nb => -nbi
20588
20589 2005-10-12 Kim F. Storm <storm@cua.dk>
20590
20591 * startup.el (fancy-splash-default-action): Discard mouse click in
20592 the splash screen window, as it has no sensible meaning in the
20593 next window to be selected. Fixes error reported by Jan D.
20594
20595 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20596
20597 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20598
20599 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20600
20601 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20602 Try to fix up minor layout issues like indentation, line break, etc...
20603 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20604 because it doesn't work.
20605 (mixal-operation-codes): Add some more codes.
20606 (mixal-font-lock-keywords): Process comments here.
20607 (mixal-mode): mixasm no longer needs -g option.
20608
20609 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20610
20611 * progmodes/sh-script.el (sh-tmp-file):
20612 Use mktemp -t. Finish support for es and rc shells.
20613
20614 2005-10-11 Jay Belanger <belanger@truman.edu>
20615
20616 * calc/calcalg2.el (calc-integral): With an argument, compute the
20617 definite integral.
20618
20619 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20620
20621 * mouse.el (mouse-drag-region-1): Don't try to catch a
20622 double-click when doing follow-link (it's overridden anyway).
20623
20624 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20625
20626 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20627 (autoload-print-form-outbuf): Add docstring.
20628
20629 2005-10-11 Juri Linkov <juri@jurta.org>
20630
20631 * info.el (Info-mode-menu): Delete menu item "Edit".
20632 (Info-mode): Delete description of Info-edit from docstring,
20633 and rearrange descriptions of Info commands in the order
20634 they are documented in the Info manual.
20635
20636 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20637
20638 * calendar/appt.el (appt-check): Use diary-selective-display var.
20639
20640 2005-10-10 Richard M. Stallman <rms@gnu.org>
20641
20642 * net/newsticker.el (newsticker-start, newsticker-show-news):
20643 Add autoload cookies.
20644
20645 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20646
20647 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20648
20649 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20650
20651 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20652
20653 2005-10-10 Jay Belanger <belanger@truman.edu>
20654
20655 * calc/calc-arith.el (math-check-known-scalarp)
20656 (math-check-known-matrixp): Check the values of arguments that are
20657 variables.
20658 (math-check-known-square-matrixp): New function.
20659 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20660 (math-super-types): Add sqmatrix type.
20661
20662 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20663 mode name `square' to `sqmatrix'.
20664
20665 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20666 mode name `square' to `sqmatrix'.
20667
20668 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20669
20670 * progmodes/etags.el (select-tags-table-mode): Don't use
20671 selective-display.
20672 (tags-select-tags-table): Pass `button' to the action function.
20673 (select-tags-table): Place the side-info on button properties rather
20674 than in hidden text. Abbreviate file names.
20675 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20676 (select-tags-table-select): Add `button' argument.
20677 Get side-info from the button property rather than from hidden text.
20678
20679 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20680
20681 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20682 (gud-speedbar-buttons): Preserve point if possible.
20683 (gud-sentinel): Restore previous speedbar display type.
20684
20685 * progmodes/gdb-ui.el (gdba): Improve diagram.
20686 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20687 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20688 Call get-buffer-window once.
20689
20690 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20691
20692 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20693 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20694 (pascal-indent-command): Remove unused var `ind'.
20695 (pascal-indent-case): Remove unused var `oldpos'.
20696 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20697 since it's now used as a proper minor mode map.
20698 (pascal-outline): Rename to pascal-outline-mode.
20699 (pascal-outline-mode): Use define-minor-mode.
20700 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20701 selective-display.
20702
20703 2005-10-10 Andreas Schwab <schwab@suse.de>
20704
20705 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20706 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20707
20708 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20709 outside source directory.
20710
20711 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20712
20713 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20714 C-x' as a prefix.
20715 (orgtbl-mode-map): Full keymap instead of sparse, because all
20716 `self-insert-command' keys are redefined in this map.
20717 (org-export-as-html): Specify charset for HTML file, by taking it
20718 from the coding system.
20719
20720 2005-10-10 Kenichi Handa <handa@m17n.org>
20721
20722 * textmodes/flyspell.el (flyspell-check-word-p):
20723 If unread-command-events is non-empty, don't call sit-for.
20724
20725 2005-10-09 Richard M. Stallman <rms@gnu.org>
20726
20727 * font-lock.el (font-lock-syntactic-keywords)
20728 (font-lock-keywords): Doc fixes.
20729
20730 * textmodes/flyspell.el (flyspell-external-point-words):
20731 Simplify logic, and don't try to check for consecutive appearances
20732 of one incorrect word.
20733
20734 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20735
20736 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20737 separator.
20738
20739 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20740 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20741 (gud-expansion-speedbar-buttons): New function.
20742 (gud-speedbar-buttons): Check for gud-comint-buffer.
20743
20744 2005-10-09 Bill Wohler <wohler@newt.com>
20745
20746 * Makefile.in (updates): Add mh-loaddefs dependency.
20747
20748 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20749
20750 * speedbar.el (speedbar-file-key-map): Fix typo.
20751
20752 2005-10-09 Daniel Brockman <daniel@brockman.se>
20753
20754 * cus-start.el (line-spacing): Add custom spec.
20755
20756 2005-10-09 Romain Francoise <romain@orebokech.com>
20757
20758 * textmodes/ispell.el (ispell-check-version): Fix last change.
20759
20760 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20761
20762 * term/x-win.el: Remove -i, --icon-type from comment.
20763
20764 * startup.el (command-line-x-option-alist): Remove options -i,
20765 -itype, --icon-type, added -nb, --no-bitmap-icon
20766
20767 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20768
20769 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20770 instead of :active.
20771
20772 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20773
20774 * textmodes/ispell.el (ispell-check-version):
20775 Ignore hyphen, and all that follows, in aspell's version text.
20776
20777 2005-10-08 Jay Belanger <belanger@truman.edu>
20778
20779 * calc/calc-arith.el (math-known-square-matrixp): New function.
20780 (math-pow-fancy): Check for matrices before distributing exponent
20781 across products.
20782
20783 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20784 fullscreen keypad. Suggested by Luc Teirlinck.
20785 (calc-keypad-show-input): Add space for formatting.
20786
20787 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20788 Add square matrix option.
20789
20790 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20791 of checking calc-matrix-mode when deciding how to expand.
20792
20793 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20794
20795 2005-10-08 Lars Hansen <larsh@soem.dk>
20796
20797 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20798 Add error handling.
20799 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20800
20801 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20802
20803 Sync with Tramp 2.0.51.
20804
20805 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20806 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20807 Insert special handling for `last-coding-system-used', again
20808 it still seems to be necessary (unlike stated before).
20809 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20810 (tramp-password-prompt-regexp): There might be other words before
20811 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20812 (tramp-chunksize): Improve docstring.
20813 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20814 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20815 Christian Joergensen <bugs@razor.dk>.
20816
20817 2005-10-07 Glenn Morris <rgm@gnu.org>
20818
20819 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20820 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20821 precision'.
20822
20823 2005-10-07 Romain Francoise <romain@orebokech.com>
20824
20825 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20826 (ibuffer-do-shell-command-pipe-replace)
20827 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20828 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20829 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20830 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20831 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20832 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20833 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20834 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20835 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20836 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20837 Autoload file sans suffix.
20838
20839 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20840
20841 2005-10-07 David Ponce <david@dponce.com>
20842
20843 * recentf.el (recentf-menu-open-all-flag): New option.
20844 (recentf-digit-shortcut-command-name): New function.
20845 (recentf--shortcuts-keymap): New variable.
20846 (recentf-menu-shortcuts): New variable.
20847 (recentf-make-menu-items): Initialize it. Replace the "More..."
20848 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20849 (recentf-menu-value-shortcut): New function.
20850 (recentf-make-menu-item): Use it. No more in-lined.
20851 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20852 (recentf-open-most-recent-file): Rename from
20853 `recentf-open-file-with-key'. Don't depend on key binding.
20854 (recentf-mode-map): New variable.
20855 (recentf-mode): Use it.
20856
20857 2005-10-06 Bill Wohler <wohler@newt.com>
20858
20859 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20860
20861 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20862 (MH-E-SRC): New. Used by mh-autoloads.
20863 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20864 files in MH-E-SRC have been updated.
20865 (compile, recompile, bootstrap): Depend on mh-autoloads.
20866
20867 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20868
20869 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20870 gud-break and gud-remove icons when the fringe is not available.
20871
20872 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20873 Typo.
20874
20875 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20876
20877 * play/zone.el (zone): Wrap body with save-window-excursion.
20878
20879 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20882 Use the new `list-only' arg to diary-list-entries.
20883
20884 * calendar/diary-lib.el: Use overlays rather than selective-display.
20885 (diary-selective-display): New var.
20886 (diary-header-line-format): Use it.
20887 (diary-list-entries): Add argument `list-only'.
20888 Put the buffer in diary-mode. Don't add \^M at beg and end.
20889 Replace \^M by invisible overlays.
20890 (diary-unhide-everything): Replace \^M by invisible overlays.
20891 (print-diary-entries): Look for overlays rather than \^M.
20892 Add a space to the temp buffer name.
20893 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20894 Put the buffer in diary-mode.
20895 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20896 (diary-anniversary): Make the year arg optional.
20897 (diary-time-regexp): New const.
20898 (diary-font-lock-keywords): Use it to accept a few more time formats.
20899
20900 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20901
20902 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20903
20904 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20905 Fix bug introduced 2005-07-03: Use (car (last ...))
20906 to faithfully reproduce replaced artist-last.
20907 (artist-set-arrow-points-for-poly): Likewise.
20908 Suggested by Johan Bockg\e,Ae\e(Brd.
20909
20910 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20911
20912 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20913 * wid-edit.el (widget):
20914 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20915 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20916
20917 2005-10-06 Kenichi Handa <handa@m17n.org>
20918
20919 * international/mule-cmds.el (set-language-environment):
20920 Fix setting up of case-table for unibyte mode.
20921
20922 * simple.el (what-cursor-position): If the character is displayed
20923 by some `display' text property, show that. Don't use
20924 single-key-description for eight-bit characters in multibyte mode.
20925
20926 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20927
20928 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20929 (gdb-ann3): Set it.
20930 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20931 (gdb-info-frames-custom): Use inverse-video for first five
20932 characters of selected frame only.
20933 (gdb-get-frame-number): Select frame even when point is on frame
20934 number.
20935
20936 2005-10-06 Masatake YAMATO <jet@gyve.org>
20937
20938 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20939 Put `font-lock-function-name-face'.
20940 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20941 and `font-lock-variable-name-face'
20942 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20943 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20944 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20945 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20946 (gdb-local-font-lock-keywords): New font lock keywords definition.
20947 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20948 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20949 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20950
20951 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20952
20953 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20954 (ediff-merge-region-is-non-clash-to-skip): Previously called
20955 ediff-merge-region-is-non-clash.
20956
20957 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20958 Use insert-buffer-substring.
20959
20960 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20961 selecting files to patch. Also bug fixes.
20962
20963 * ediff-util.el (ediff-setup): Bug fix.
20964 (ediff-next-difference): Never skip clashes that differ in white
20965 space only.
20966
20967 * ediff-wind.el (ediff-setup-control-frame)
20968 (ediff-destroy-control-frame): Check the menubar feature.
20969
20970 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20971 (viper-refresh-mode-line): Use make-local-variable to localize
20972 some vars instead of make-variable-buffer-local. Suggested by
20973 Stefan Monnier.
20974
20975 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20976 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20977 Use make-local-variable instead of make-variable-buffer-local.
20978 Suggested by Stefan Monnier.
20979
20980 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20981 (viper-comint-mode-hook): Use make-local-variable on
20982 require-final-newline.
20983 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20984
20985 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20986
20987 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20988 also the second char of a comment-start sequence.
20989 (scheme-sexp-comment-syntax-table): New var.
20990 (lambda, define): Set their scheme-doc-string-elt property.
20991 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20992 Use lisp-font-lock-syntactic-face-function now that it properly
20993 handles |...| symbols.
20994 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20995 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20996
20997 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20998 bit from # to |.
20999 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
21000
21001 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
21002 (lisp-doc-string-elt-property): New var.
21003 (lisp-font-lock-syntactic-face-function): Use it.
21004 Rewrite to recognize docstrings even for forms not at toplevel.
21005
21006 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
21007 annotation on the | part of #| rather than on the # part.
21008 (scheme-font-lock-syntactic-face-function): New function, to
21009 distinguish strings from |...| symbols.
21010 (scheme-mode-variables): Use it. Also fix up the font-lock-time
21011 syntax-table so that #|...|# is properly highlighted.
21012
21013 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
21014 Don't mark as docstring the 3rd elem of an unknown toplevel form.
21015
21016 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21019 and C-e.
21020
21021 * emacs-lisp/eldoc.el: Move comments into docstrings.
21022 (eldoc-message-commands): Initialize in its declaration.
21023 Add move-beginning-of-line and move-end-of-line.
21024 (eldoc-add-command, eldoc-add-command-completions)
21025 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21026
21027 * outline.el (outline-mark-subtree): Activate the mark.
21028
21029 * calendar/appt.el (appt-time-regexp): New var.
21030 (appt-add, appt-make-list): Use it.
21031 (appt-convert-time): Clean up.
21032
21033 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21034 Don't set any syntax-table property here.
21035 (tex-font-lock-verb): New function. Do it here.
21036 (tex-font-lock-syntactic-keywords): Use it.
21037
21038 2005-10-04 Richard M. Stallman <rms@gnu.org>
21039
21040 * wid-edit.el (widget-file-complete): Get the widget start point
21041 the right way. Default directory to `/' if file has none.
21042
21043 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21044
21045 * textmodes/flyspell.el (flyspell-mode-on):
21046 Call ispell-maybe-find-aspell-dictionaries.
21047
21048 * textmodes/ispell.el (ispell-word, ispell-region):
21049 Call ispell-maybe-find-aspell-dictionaries.
21050 (ispell-accept-buffer-local-defs):
21051 Don't call ispell-maybe-find-aspell-dictionaries
21052
21053 2005-10-04 Richard M. Stallman <rms@gnu.org>
21054
21055 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21056
21057 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
21058
21059 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21060 instead of `fboundp' in order to allow for anonymous functions.
21061
21062 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
21063
21064 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21065 case the user clicks on the link while another window is selected.
21066 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21067
21068 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21069 functionality.
21070 (dframe-help-echo): Save point in case mouse tracking is off.
21071
21072 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
21073
21074 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21075
21076 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21077
21078 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21079 not change the global value of those vars.
21080
21081 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21082 make-local-variable which we do not need any more.
21083
21084 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
21085
21086 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21087 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21088 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21089 (speedbar-path-line): Define obsolete aliases.
21090 (speedbar-line-directory): Doc fix.
21091
21092 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21093 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21094 instead of speedbar-line-path.
21095
21096 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21097
21098 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21099 to nil if dropping on a window. Handle dropping on a minibuffer window
21100 like dropping on a non-window part of Emacs.
21101
21102 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21103
21104 * net/ange-ftp.el: Use with-current-buffer.
21105 (ange-ftp-insert-directory): Do not follow symlinks any more.
21106
21107 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21108 Remove interactive spec.
21109
21110 2005-10-03 Kim F. Storm <storm@cua.dk>
21111
21112 * ido.el (ido-mode): Use custom-initialize-set.
21113
21114 2005-10-02 Richard M. Stallman <rms@gnu.org>
21115
21116 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21117 Use insert-buffer-substring.
21118
21119 * net/tramp.el: Pacify byte compiler warnings in pacification code.
21120 (tramp-handle-file-local-copy): Use insert-buffer-substring.
21121
21122 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21123
21124 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21125 in last change.
21126 (ange-ftp-insert-directory): Fix up the search for the case where
21127 `file' is absolute.
21128
21129 2005-10-02 Romain Francoise <romain@orebokech.com>
21130
21131 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21132
21133 2005-10-02 Andreas Schwab <schwab@suse.de>
21134
21135 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21136 directory component in the session info.
21137
21138 2005-10-01 Richard M. Stallman <rms@gnu.org>
21139
21140 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21141
21142 * simple.el (next-error-internal): New function.
21143
21144 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21145 (compilation-start): Pass new arg to compilation-buffer-name.
21146 (compile-goto-error): Use next-error-internal.
21147
21148 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21149
21150 * speedbar.el: Remove RCS tag.
21151 (speedbar-check-read-only): Handle non-existent files.
21152
21153 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21154
21155 * info.el (Info-speedbar-hierarchy-buttons)
21156 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21157
21158 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21159
21160 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21161 Do not match newline.
21162 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21163 (bibtex-summary): Remove unnecessary save-excursion.
21164 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21165
21166 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21167
21168 * term/mac-win.el: Add charset info for "iso10646-1".
21169 Modify default fontset to use ATSUI-compatible fonts for some charsets
21170 if available.
21171
21172 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21173
21174 * speedbar.el: Re-apply arch tag.
21175 (speedbar-version): Rename to version 1.0. Suggested by Eric
21176 M. Ludlam.
21177 Reapply two changes from Emacs CVS' version of speedbar lost
21178 during the merge:
21179 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21180 (speedbar-frame-parameters): Improve customize type.
21181
21182 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21183
21184 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21185 (ange-ftp-file-directory-p): Fix the symlink case.
21186 (ange-ftp-insert-directory): When listing a single file, get a list of
21187 the parent buffer and extract the relevant line. Inspired from a patch
21188 by Katsumi Yamaoka <yamaoka@jpl.org>.
21189 (ange-ftp-file-name-sans-versions): Simplify.
21190
21191 2005-09-30 Bill Wohler <wohler@newt.com>
21192
21193 Move MH-E image files from toolbar and mail directories into
21194 etc/images.
21195
21196 * mail/reply2.*: Move to etc/images/mail/reply*.
21197
21198 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21199 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21200 etc/images.
21201
21202 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21203 * toolbar/reply*: Move to etc/images/mail.
21204
21205 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21206
21207 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21208
21209 * speedbar.el: New version 1.0pre3.
21210
21211 Frame management code (including timer, and mouse click specifics)
21212 moved to dframe.el:
21213 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21214 (speedbar-timer): Removed. Use dframe-timer.
21215 (speedbar-close-frame): Removed. Use dframe-close-frame.
21216 (speedbar-activity-change-focus-flag): Removed. Use
21217 dframe-activity-change-focus-flag.
21218 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21219 dframe-update-speed.
21220
21221 (speedbar-current-frame): New macro. Use this instead of the
21222 variable speedbar-frame.
21223
21224 (speedbar-use-images, speedbar-expand-image-button-alist)
21225 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21226
21227 (speedbar-find-image-on-load-path): Removed. Replaced by
21228 defezimage in ezimage.el.
21229 (speedbar-expand-image-button-alist): Removed. Replaced by
21230 ezimage-expand-image-button-alist in ezimage.el.
21231
21232 (speedbar-ignored-directory-regexp)
21233 (speedbar-add-ignored-directory-regexp)
21234 (speedbar-ignored-directory-expressions)
21235 (speedbar-line-directory, speedbar-buffers-line-directory)
21236 (speedbar-directory-line, speedbar-buffers-line-directory):
21237 Renamed, replacing `path' with `directory'.
21238
21239 (speedbar-create-directory, speedbar-expand-line-descendants)
21240 (speedbar-toggle-line-expansion)
21241 (speedbar-contract-line-descendants): New commands.
21242
21243 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21244 (speedbar-use-tool-tips-flag): New options.
21245
21246 (speedbar-check-read-only, speedbar-require-version)
21247 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21248 (speedbar-handle-delete-frame, speedbar-try-completion)
21249 (speedbar-update-localized-contents): New functions.
21250
21251 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21252 (speedbar-object-read-only-indicator): New variables.
21253
21254 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21255 New hooks.
21256
21257 (speedbar-separator-face): New face.
21258
21259 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21260 (speedbar-ignored-modes): Add fundamental-mode.
21261 (speedbar-directory-unshown-regexp): Add . directories.
21262
21263 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21264 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21265 `]' for full expand/close.
21266 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21267
21268 (speedbar-check-vc): Support hidden files.
21269 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21270 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21271 state is nil, it is not checked out.
21272
21273 (speedbar-line-text, speedbar-line-token): Support expand buttons
21274 with no text.
21275 (speedbar-refresh): Universal argument acts as power-click.
21276 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21277 that buffer to get variable values.
21278
21279 And many other bugfixes.
21280
21281 * dframe.el, ezimage.el, sb-image.el: New files.
21282
21283 * sb-*.xpm: Remove files. New image files installed into
21284 etc/images/ezimage.
21285
21286 2005-09-30 Kenichi Handa <handa@m17n.org>
21287
21288 * ps-mule.el (ps-mule-show-warning): If a character is in
21289 ps-print-translation-table, don't treat it as non-printable.
21290
21291 2005-09-30 David Ponce <david@dponce.com>
21292
21293 * tree-widget.el (tree-widget-themes-load-path): New variable.
21294 (tree-widget-themes-directory): Doc fix.
21295 (tree-widget-image-formats) [Emacs]: Doc fix.
21296 (tree-widget--locate-sub-directory): New function.
21297 (tree-widget-themes-directory): Use it.
21298
21299 * recentf.el (recentf-filename-handlers): Rename from
21300 `recentf-filename-handler'. Allow a list of functions.
21301 (recentf-menu-items-for-commands): Fix :help strings.
21302 (recentf-apply-filename-handlers): New function.
21303 (recentf-expand-file-name): Use it.
21304 (recentf-cleanup): Remove duplicates too.
21305
21306 2005-09-29 Juri Linkov <juri@jurta.org>
21307
21308 * faces.el: Rearrange face definitions to be in the same order as
21309 their face descriptions in "(emacs)Standard Faces".
21310
21311 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21312
21313 * tooltip.el (tooltip): Add group `basic-faces'.
21314
21315 * buff-menu.el (Buffer-menu-buffer): Remove group
21316 `font-lock-highlighting-faces'.
21317
21318 * progmodes/compile.el (compilation-error, compilation-warning)
21319 (compilation-info, compilation-line-number, compilation-column-number):
21320 Change group from `font-lock-highlighting-faces' to `compilation'.
21321
21322 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21323 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21324 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21325 (vhdl-font-lock-reserved-words-face)
21326 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21327 `font-lock-highlighting-faces'.
21328
21329 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21330
21331 2005-09-28 Kim F. Storm <storm@cua.dk>
21332
21333 * emulation/cua-base.el: Set CUA move property on additional commands:
21334 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21335 forward-sexp, backward-sexp, forward-list, backward-list.
21336
21337 2005-09-28 Romain Francoise <romain@orebokech.com>
21338
21339 * comint.el (comint-show-output): Really set point at the
21340 beginning of the output when not using `comint-use-prompt-regexp'.
21341
21342 2005-09-27 Jay Belanger <belanger@truman.edu>
21343
21344 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21345 in TeX mode.
21346
21347 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21348
21349 * textmodes/org.el (org-table-sum): Fix format string.
21350
21351 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21352 Quote face names.
21353
21354 2005-09-26 Romain Francoise <romain@orebokech.com>
21355
21356 * isearch.el (isearch-forward-regexp): Close doc string.
21357
21358 2005-09-25 Richard M. Stallman <rms@gnu.org>
21359
21360 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21361
21362 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21363
21364 * progmodes/compile.el (compilation-error-properties):
21365 When getting the file from the previous error message,
21366 correctly decode the new data format.
21367
21368 * progmodes/cc-cmds.el (c-electric-paren):
21369 Call old-blink-paren only for close-paren.
21370
21371 2005-09-24 Andreas Schwab <schwab@suse.de>
21372
21373 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21374 condition.
21375
21376 2005-09-25 Romain Francoise <romain@orebokech.com>
21377
21378 * dired-aux.el (dired-copy-file-recursive):
21379 * dired.el (dired-delete-file):
21380 * ediff-mult.el (ediff-dir-diff-copy-file):
21381 * ediff-util.el (ediff-test-save-region):
21382 * forms.el (forms-mode):
21383 * ido.el (ido-file-internal, ido-delete-file-at-head):
21384 * log-edit.el (log-edit-done):
21385 * ses.el (ses-yank-resize):
21386 * play/gomoku.el (gomoku-human-plays, gomoku)
21387 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21388 (gomoku-offer-a-draw):
21389 * play/landmark.el (lm-human-resigns, lm):
21390 * net/eudcb-ldap.el (eudc-ldap-check-base):
21391 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21392 * progmodes/ebrowse.el (ebrowse-find-pattern):
21393 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21394 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21395 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21396
21397 * vc.el (vc-delete-file):
21398 * play/gomoku.el (gomoku-terminate-game, gomoku)
21399 (gomoku-prompt-for-move, gomoku-human-takes-back):
21400 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21401 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21402
21403 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21404
21405 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21406 color rxvt terminals by using the code xterm.el used to use before
21407 2005-04-09 in order to match the colors used by rxvt.
21408
21409 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21410
21411 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21412 colors rxvt-unicode terminals by using the same code as xterm.el.
21413
21414 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21415
21416 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21417 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21418 new symbol used for the tex-verbatim face.
21419
21420 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21421
21422 * woman.el (woman-file-name):
21423 * wid-edit.el (widget-file-prompt-value)
21424 (widget-coding-system-prompt-value):
21425 * w32-fns.el (set-w32-system-coding-system):
21426 * vc.el (vc-version-diff, vc-annotate):
21427 * textmodes/reftex-auc.el (reftex-arg-cite)
21428 (reftex-arg-index-tag):
21429 * textmodes/refer.el (refer-get-bib-files):
21430 * textmodes/artist.el (artist-figlet-choose-font):
21431 * terminal.el (terminal-emulator):
21432 * replace.el (occur-read-primary-args):
21433 * rect.el (string-rectangle, string-insert-rectangle):
21434 * ps-print.el (ps-print-preprint):
21435 * progmodes/pascal.el (pascal-goto-defun):
21436 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21437 * progmodes/compile.el (compilation-find-file):
21438 * printing.el (pr-interactive-n-up):
21439 * play/animate.el (animate-birthday-present):
21440 * net/rcompile.el (remote-compile):
21441 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21442 * mail/rmailsum.el (rmail-summary-search-backward)
21443 (rmail-summary-search):
21444 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21445 (rmail-output-read-file-name):
21446 * mail/rmail.el (rmail-search, rmail-search-backwards):
21447 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21448 * locate.el (locate):
21449 * international/quail.el (quail-show-keyboard-layout):
21450 * international/mule.el (set-buffer-file-coding-system)
21451 (revert-buffer-with-coding-system, set-file-name-coding-system)
21452 (set-terminal-coding-system, set-keyboard-coding-system)
21453 (set-next-selection-coding-system):
21454 * international/mule-diag.el (describe-coding-system)
21455 (describe-font, describe-fontset):
21456 * international/mule-cmds.el (universal-coding-system-argument)
21457 (search-unencodable-char, describe-input-method)
21458 (set-language-environment, describe-language-environment):
21459 * international/codepage.el (codepage-setup):
21460 * international/code-pages.el (codepage-setup):
21461 * info.el (Info-search, Info-follow-reference)
21462 (Info-search-backward):
21463 * emacs-lisp/advice.el (ad-read-advised-function)
21464 (ad-read-advice-class, ad-clear-cache, ad-activate)
21465 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21466 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21467 (ad-read-regexp):
21468 * ediff-util.el (ediff-toggle-regexp-match):
21469 * ediff-ptch.el (ediff-prompt-for-patch-file):
21470 * dired-aux.el (dired-diff):
21471 * diff.el (diff):
21472 * cus-edit.el (custom-variable-prompt):
21473 * calendar/timeclock.el (timeclock-ask-for-project):
21474 * calc/calcalg3.el (calc-get-fit-variables):
21475 * calc/calc-store.el (calc-edit-variable)
21476 (calc-permanent-variable):
21477 * vc-mcvs.el (vc-mcvs-register):
21478 * shadowfile.el (shadow-define-literal-group):
21479 * woman.el (woman-file-name):
21480 * vc.el (vc-version-diff, vc-merge):
21481 * textmodes/reftex-index.el (reftex-index-complete-tag):
21482 * format.el (format-decode-buffer, format-decode-region):
21483 * emulation/viper-cmd.el (viper-read-string-with-history):
21484 * emacs-lisp/debug.el (cancel-debug-on-entry):
21485 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21486 * ediff.el (ediff-merge-revisions)
21487 (ediff-merge-revisions-with-ancestor, ediff-revision):
21488 * completion.el (interactive-completion-string-reader):
21489 * calc/calc-prog.el (calc-user-define-formula):
21490 Follow convention for reading with the minibuffer.
21491
21492 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21493
21494 * progmodes/python.el (python-describe-symbol): Add globals() and
21495 locals() to the arguments of emacs.ehelp.
21496
21497 2005-09-24 Magnus Henoch <mange@freemail.hu>
21498
21499 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21500 New function, code extracted from ispell-valid-dictionary-list.
21501 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21502 Call it.
21503
21504 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21505
21506 * subr.el (version-regexp-alist): Extend valid syntax for version
21507 strings: allow any of the characters -,_,+ to separate the
21508 alpha/beta/rc part from the version part. Doc fix.
21509 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21510
21511 2005-09-23 David Reitter <david.reitter@gmail.com>
21512
21513 * mail/mailclient.el: New file.
21514
21515 2005-09-23 Richard M. Stallman <rms@gnu.org>
21516
21517 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21518 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21519 Doc fixes.
21520
21521 * progmodes/cc-mode.el (c-font-lock-init):
21522 Specify font-lock-lines-before.
21523
21524 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21525
21526 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21527 whole conflict.
21528
21529 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21530
21531 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21532 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21533 of `remap' feature when available. Additional key bindings for
21534 better tty support.
21535 (org-mode-restart, org-force-self-insert): New commands.
21536 (org-time-stamp-inactive): New command.
21537 (org-remap): New function.
21538 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21539 (org-enable-fixed-width-editor): Move to `org-structure'
21540 customization group.
21541 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21542 blank field after field motion commands.
21543
21544 2005-09-23 Kenichi Handa <handa@m17n.org>
21545
21546 * international/mule-cmds.el (set-language-environment):
21547 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21548 have to call utf-translate-cjk-load-tables.
21549
21550 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21551
21552 * mouse.el (mouse-move-drag-overlay): Fix last change.
21553
21554 2005-09-22 David Ponce <david@dponce.com>
21555
21556 * tree-widget.el (tree-widget-value-create): Fix previous change.
21557
21558 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21559
21560 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21561
21562 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21563
21564 * mouse.el (mouse-move-drag-overlay): New function.
21565 (mouse-drag-region-1): Use it.
21566 Try to simplify a bit the state handling. Handle clicks on links
21567 inside intangible areas.
21568 (mouse-save-then-kill): Minor simplification.
21569 (mouse-secondary-overlay): Make it always non-nil instead of
21570 recreating it each time.
21571 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21572 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21573 Simplify accordingly.
21574
21575 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21576
21577 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21578
21579 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21580
21581 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21582 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21583 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21584 to patch.
21585
21586 * ediff-util.el: Use insert-buffer-substring.
21587
21588 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21589
21590 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21591 field boundaries in the minibuffer.
21592 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21593 (viper-minibuffer-post-command-hook): New hook.
21594 (viper-line): Don't move cursor at bolp.
21595
21596 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21597
21598 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21599 avoid compiler warnings.
21600
21601 * emulation/viper-macs.el (ex-map): Better messages.
21602
21603 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21604
21605 * emulation/viper.el: Replace make-variable-buffer-local with
21606 viper-make-variable-buffer-local everywhere, to avoid warnings.
21607
21608 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21609
21610 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21611 Delete unused var `old-selected-window'.
21612 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21613 (mouse-drag-secondary): Delete unused var `start-frame'.
21614
21615 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21616
21617 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21618
21619 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21620
21621 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21622 Re-indent within 80 columns. Use inhibit-read-only.
21623
21624 2005-09-19 Romain Francoise <romain@orebokech.com>
21625
21626 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21627
21628 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21629
21630 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21631 unconditionally, since the after-change-function already did it.
21632
21633 2005-09-19 Miles Bader <miles@gnu.org>
21634
21635 * net/newsticker.el: Get rid of CVS keyword.
21636
21637 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21638
21639 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21640 The prompt is formatted later.
21641
21642 2005-09-19 David Ponce <david@dponce.com>
21643
21644 * tree-widget.el (tree-widget-value-create): Save the converted
21645 tree :node widget.
21646
21647 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21648
21649 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21650 variable `message'.
21651
21652 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21653
21654 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21655 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21656 <slawomir.nowaczyk.847@student.lu.se>.
21657
21658 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21659
21660 * image.el (image-load-path): Use symbol `data-directory' instead
21661 of its value, for backward compatibility with packages that bind
21662 it during `find-image'. Suggested by Katsumi Yamaoka.
21663 (image-search-load-path): Handle symbols whose values are strings.
21664
21665 2005-09-18 Romain Francoise <romain@orebokech.com>
21666
21667 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21668 with-current-buffer form in save-excursion.
21669
21670 2005-09-18 Deepak Goel <deego@gnufans.org>
21671
21672 * apropos.el (apropos-command): Fix `message' call: first arg
21673 should be a format spec. In this and all other cases that appear
21674 below and elsewhere in the source code, I made a change only when
21675 two conditions were satisfied: [1] I can think of a possibility
21676 that the arguments would cause an error, for example, the code in
21677 question relies on external variables such as filenames. [2] I
21678 was sure that the arg to `message' could not have been nil in the code.
21679
21680 * textmodes/tildify.el (tildify-region): Ditto.
21681
21682 * textmodes/reftex-index.el (reftex-index-change-entry)
21683 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21684 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21685 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21686 (org-priority, org-table-sum):
21687 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21688 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21689 (flyspell-word, flyspell-display-next-corrections):
21690 * textmodes/bibtex.el (bibtex-print-help-message):
21691 * textmodes/artist.el (artist-key-set-point-poly):
21692 * term/mac-win.el (mac-services-insert-text):
21693 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21694 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21695 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21696 (vhdl-compose-configuration):
21697 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21698 (sh-set-indent, sh-learn-line-indent):
21699 * progmodes/ps-mode.el (ps-mode-target-column):
21700 * progmodes/idlwave.el (idlwave-make-tags)
21701 (idlwave-scan-library-catalogs):
21702 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21703 * progmodes/gud.el (gud-jdb-analyze-source):
21704 * progmodes/flymake.el (flymake-log):
21705 * progmodes/ebnf2ps.el (ebnf-generate-region):
21706 * progmodes/cmacexp.el (c-macro-expansion):
21707 * progmodes/ada-xref.el (ada-treat-cmd-string):
21708 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21709 (ada-justified-indent-current, ada-batch-reformat):
21710 * play/zone.el (zone):
21711 * play/landmark.el (lm-move):
21712 * play/decipher.el (decipher-show-alphabet):
21713 * net/newsticker.el (newsticker--display-jump)
21714 (newsticker--display-scroll):
21715 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21716 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21717 * mail/feedmail.el (feedmail-dump-message-to-queue):
21718 * eshell/esh-proc.el (eshell-remove-process-entry):
21719 * emulation/ws-mode.el (ws-last-error):
21720 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21721 (viper-record-kbd-macro):
21722 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21723 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21724 * emacs-lisp/find-func.el (find-function-noselect):
21725 * calendar/timeclock.el (timeclock-status-string)
21726 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21727 (timeclock-when-to-leave-string):
21728 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21729 * calc/calc-units.el (calc-enter-units-table):
21730 * calc/calc-mode.el (calc-mode-record-mode):
21731 * woman.el (woman-mini-help):
21732 * wdired.el (wdired-change-to-wdired-mode):
21733 * vc.el (vc-retrieve-snapshot):
21734 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21735 * startup.el (display-startup-echo-area-message):
21736 * simple.el (set-goal-column):
21737 * ses.el (ses-command-hook, ses-recalculate-cell):
21738 * server.el (server-process-filter):
21739 * printing.el (pr-interface-txt-print, pr-interface-printify)
21740 (pr-interface-ps):
21741 * pcvs.el (cvs-help):
21742 * log-edit.el (log-edit, log-edit-mode-help):
21743 * iswitchb.el (iswitchb-possible-new-buffer):
21744 * isearch.el (isearch-edit-string):
21745 * image-mode.el (image-mode, image-minor-mode):
21746 * ibuf-macs.el (define-ibuffer-filter):
21747 * hi-lock.el (hi-lock-find-patterns):
21748 * files.el (toggle-read-only):
21749 * ediff-util.el (ediff-copy-diff)
21750 (ediff-write-merge-buffer-and-maybe-kill):
21751 * echistory.el (Electric-history-undefined):
21752 * dnd.el (dnd-insert-text):
21753 * dired-aux.el (dired-query):
21754 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21755 * bookmark.el (bookmark-bmenu-locate):
21756 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21757 Fix `message' calls to ensure first arg is a format string.
21758 The change was made only when these two conditions were satisfied:
21759 [1] when there is a possibility that the arguments would cause an error
21760 for example, if the code in question relies on external variables
21761 such as filenames, and
21762 [2] if the arg to `message' could not have been nil in the code.
21763
21764 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21765 Not having a %s would be weird, though not technically wrong.
21766
21767 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21768
21769 * term/mac-win.el (mac-add-charset-info): Doc fix.
21770
21771 2005-09-17 Romain Francoise <romain@orebokech.com>
21772
21773 * shell.el (shell-resync-dirs): Handle echoing processes more
21774 reliably. Don't insert resync command if `comint-process-echoes'
21775 is non-nil.
21776
21777 2005-09-17 Magnus Henoch <mange@freemail.hu>
21778
21779 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21780 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21781 aspell versions >= 0.60.
21782 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21783 only if ispell-aspell-supports-utf8 is non-nil.
21784
21785 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21786
21787 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21788 buffer-local value to lisp-indent-function.
21789
21790 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21791
21792 * progmodes/glasses.el (glasses-make-readable): If
21793 glasses-separator differs from underscore, put appropriate
21794 overlays over underscore characters.
21795 (glasses-convert-to-unreadable): If glasses-separator differs from
21796 underscore, try to convert glasses-separator characters to
21797 underscores.
21798
21799 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21800
21801 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21802 Use with-syntax-table and dolist.
21803
21804 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21805
21806 * textmodes/reftex-auc.el:
21807 * textmodes/reftex-cite.el:
21808 * textmodes/reftex-dcr.el:
21809 * textmodes/reftex-global.el:
21810 * textmodes/reftex-parse.el:
21811 * textmodes/reftex-ref.el:
21812 * textmodes/reftex-sel.el:
21813 * textmodes/reftex-toc.el:
21814 * textmodes/reftex-vars.el:
21815 * textmodes/reftex.el: Small changes to remove compiler warnings.
21816
21817 * textmodes/reftex-index.el: Likewise.
21818 (reftex-query-index-phrase): More efficient use of markers.
21819
21820 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21821
21822 * image.el (image-load-path): New variable.
21823 (image-search-load-path): New function.
21824 (find-image): Search for images in `image-load-path'.
21825
21826 2005-09-15 Richard M. Stallman <rms@gnu.org>
21827
21828 * follow.el: Change Maintainer field.
21829
21830 2005-09-15 David Ponce <david@dponce.com>
21831
21832 * recentf.el (recentf-save-file-modes): New option.
21833 (recentf-save-list): Use it.
21834
21835 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21836
21837 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21838 (mode-line-mule-info, mode-line-modified): Move bindings from
21839 mouse-3 to mouse-1.
21840
21841 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21842
21843 * simple.el (sendmail-user-agent-compose): Revert last change.
21844
21845 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21846
21847 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21848 Use with-current-buffer.
21849 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21850 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21851 (ange-ftp-insert-directory): Remove unused var `short'.
21852 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21853
21854 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21855 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21856
21857 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21858 (check-calendar-holidays, diary-list-entries): Autoload.
21859 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21860 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21861
21862 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21863 which mistakenly removed a call to display-buffer.
21864
21865 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21866
21867 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21868
21869 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21870
21871 * progmodes/hideshow.el
21872 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21873 (hs-allow-nesting): New user var.
21874 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21875 (hs-hide-block-at-point): When nesting allowed,
21876 if there is already an overlay in place, delete it.
21877 (hs-safety-is-job-n): Delete func; remove call sites.
21878 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21879 (hs-overlay-at): New func.
21880 (hs-already-hidden-p, hs-show-block): Use it.
21881 (hs-hide-all): Don't pre-clean if nesting allowed.
21882 (hs-show-all): Temporarily disallow
21883 nesting around call to `hs-discard-overlays'.
21884
21885 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21886
21887 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21888 Delete unused local var.
21889
21890 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21891
21892 * help-fns.el (describe-categories): "?\ " -> "?\s".
21893 (help-do-arg-highlight): Recognize also ARG-n, as in
21894 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21895
21896 * international/codepage.el (dos-unsupported-char-glyph):
21897 * net/newsticker.el (tool-bar-map, w3-mode-map)
21898 (w3m-minor-mode-map):
21899 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21900 (ent-alist):
21901 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21902
21903 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21904
21905 * custom.el (custom-push-theme): Handle the case where a symbol is
21906 bound but face properties have not yet been assigned.
21907
21908 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21909 Fix behavior if noerase is `t' and there is no mail buffer.
21910
21911 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21912 if `continue' is nil, rather than signal an error.
21913
21914 2005-09-12 Richard M. Stallman <rms@gnu.org>
21915
21916 * font-lock.el (font-lock-keywords): Add autoload.
21917
21918 * help-fns.el (describe-variable): Rearrange to put source link
21919 in a predictable place.
21920
21921 * net/newsticker.el: New file.
21922
21923 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21924
21925 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21926 (calendar-basic-setup): Use the new nil arg.
21927 (number-of-diary-entries): Move to diary-lib.el.
21928
21929 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21930 (diary-list-entries): Use with-syntax-table and dolist.
21931 Rename from list-diary-entries.
21932 Use number-of-diary-entries if `number' is nil.
21933 (diary, diary-view-entries): Use this new name and new nil arg value.
21934 (number-of-diary-entries): Move from calendar.el.
21935 (diary-unhide-everything): New function.
21936 (include-other-diary-files, fancy-diary-display)
21937 (diary-show-all-entries, make-diary-entry): Use it.
21938 (diary-mail-entries): Use buffer-string.
21939 (mark-diary-entries): Fix long standing paren typo.
21940 (diary-sexp-entry): Use count-lines.
21941 (make-diary-entry): Avoid `previous-line'.
21942 (diary-mode-map): New var.
21943 (diary-mode): Redraw cal after saving. Setup header-line.
21944 (fancy-diary-display-mode): Use local-set-key.
21945
21946 * startup.el (command-line): Try calling various terminal-init-foo-bar
21947 functions by stripping hyphenated suffixes from $TERM.
21948
21949 * files.el (normal-mode): Check boundness of font-lock-keywords.
21950
21951 2005-09-12 Richard M. Stallman <rms@gnu.org>
21952
21953 * progmodes/compile.el: Don't decide a file's directory
21954 until the user actually tries to go there.
21955 (compilation-next-error-function):
21956 Pass compilation-find-file the directory from the file-struct.
21957 (compilation-internal-error-properties): Separate local FILE-STRUCT
21958 from FILE. Doc the args better. Rename arg FMT to FMTS.
21959 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21960 Expand it, and if nil, use default-directory.
21961 (compilation-get-file-structure): Don't mix specified directory
21962 with default directory. Put specified directory into
21963 file-struct. Don't make the file name absolute.
21964
21965 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21966 (compile-command): Add autoload.
21967 (compilation-disable-input): Add autoload.
21968
21969 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21970
21971 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21972 strings of the variables it can override.
21973 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21974 %Q and %q, for fully-qualified domain name and unqualified host name.
21975
21976 2005-09-11 Kim F. Storm <storm@cua.dk>
21977
21978 * emacs-lisp/authors.el (authors-aliases): Update list.
21979 (authors-fixed-entries): Update mldrag.el entry.
21980
21981 2005-09-10 Alan Mackenzie <acm@muc.de>
21982
21983 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21984 from the region narrowed to.
21985
21986 2005-09-10 Magnus Henoch <mange@freemail.hu>
21987
21988 * textmodes/ispell.el (ispell-check-version): Signal an error if
21989 aspell version is less than 0.60.
21990
21991 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21992
21993 * progmodes/octave-inf.el (inferior-octave-startup):
21994 Resync current dir at the end.
21995
21996 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21997
21998 * woman.el (woman-topic-at-point-default):
21999 Rename to woman-use-topic-at-point-default.
22000 (woman-topic-at-point): Rename to woman-use-topic-at-point.
22001 (woman-file-name): Reflect renames above. Automatically use the
22002 word at point as topic if woman-use-topic-at-point is non-nil.
22003 Otherwise offer it as default but don't insert it in the
22004 minibuffer. Also use `test-completion' instead of `assoc' as
22005 suggested by Stefan Monnier.
22006
22007 2005-09-10 Andre Spiegel <spiegel@gnu.org>
22008
22009 * vc.el (vc-directory, vc-update-change-log): Throw an error on
22010 the attempt to do it over Tramp. This is not yet supported.
22011
22012 2005-09-10 Eli Zaretskii <eliz@gnu.org>
22013
22014 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22015 (menu-bar-non-minibuffer-window-p): New functions.
22016 ("Split Window", "Save As..."): Use them.
22017 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22018 ("Print Buffer", "Truncate Long Lines in this Buffer"):
22019 Use menu-bar-menu-frame-live-and-visible-p.
22020 ("Save Buffer", "Insert File", "Open Directory...")
22021 ("Open File...", "Visit New File..."):
22022 Use menu-bar-non-minibuffer-window-p.
22023 (kill-this-buffer-enabled-p, dired <menu-enable>):
22024 Use menu-bar-non-minibuffer-window-p.
22025
22026 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22027
22028 * cus-start.el (all): Don't complain about fringe-related
22029 built-ins if fringes are not supported. Ditto about
22030 selection-related built-ins. Fix the test for GTK-related built-ins.
22031
22032 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22033 ("Postscript Print Buffer", "Print Region", "Save As...")
22034 ("Save", "Insert File...", "Open Directory...")
22035 ("Open File...", "Visit New File..."")
22036 ("Truncate Long Lines in this Buffer"): Don't look at
22037 menu-updating-frame if this display does not support multiple frames.
22038
22039 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22040
22041 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22042
22043 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
22044
22045 * woman.el: Format- and whitespace-related changes.
22046
22047 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22048
22049 * woman.el: Fix my email address.
22050
22051 2005-09-08 Richard M. Stallman <rms@gnu.org>
22052
22053 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22054 (sh-mode): Locally set skeleton-pair-default-alist.
22055
22056 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22057
22058 * progmodes/flymake.el: Require `compile' unconditionally.
22059
22060 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22061
22062 * woman.el (woman-file-name): Provide a default, not initial input.
22063
22064 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22065
22066 * font-lock.el (font-lock-support-mode): Doc fix.
22067
22068 * descr-text.el (describe-property-list): Handle non-symbol prop names.
22069
22070 2005-09-08 Richard M. Stallman <rms@gnu.org>
22071
22072 * simple.el (blink-matching-open): Get rid of text props from
22073 the string shown in echo area. Don't permanently set point.
22074 Some rearrangements.
22075
22076 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22077
22078 * recentf.el (recentf-filename-handler): Add custom choice
22079 `abbreviate-file-name'.
22080
22081 * msb.el (msb--very-many-menus): Fix typo.
22082
22083 * disp-table.el (standard-display-european): Don't set
22084 enable-multibyte-characters to nil.
22085
22086 2005-09-08 David Ponce <david@dponce.com>
22087
22088 * recentf.el (recentf-show-file-shortcuts-flag): New option.
22089 (recentf-expand-file-name): Doc fix.
22090 (recentf-dialog-mode-map): Define digit shortcuts.
22091 (recentf--files-with-key): New variable.
22092 (recentf-show-digit-shortcut-filter): New function.
22093 (recentf-open-files-items): New function.
22094 (recentf-open-files): Use it.
22095 (recentf-open-file-with-key): New command.
22096
22097 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
22098
22099 * buff-menu.el (Buffer-menu-sort-by-column): New function.
22100 Suggested by Kim F. Storm.
22101 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22102 (Buffer-menu-make-sort-button): Use global keymap.
22103
22104 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
22105
22106 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22107 (Man-getpage-in-background-advice): Remove defadvice; it isn't
22108 necessary any longer with the remapped command.
22109 (Man-bgproc-sentinel-advice): Remove defadvice which counts
22110 formatting time only.
22111
22112 * net/tramp.el (tramp-action-password)
22113 (tramp-multi-action-password): Compile the password prompt from
22114 `method', `user' and `host'. Sometimes it isn't obvious which
22115 password to enter, for example with remote files offered by
22116 recentf.el, or with multiple steps. Suggested by Robert Marshall
22117 <robert@chezmarshall.freeserve.co.uk>.
22118
22119 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22120
22121 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22122 Fix regexp for when "s///" is at the beginning of line.
22123
22124 2005-09-07 Jay Belanger <belanger@truman.edu>
22125
22126 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22127 when in matrix mode.
22128
22129 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22130
22131 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22132 non-anonymous functions.
22133
22134 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
22135
22136 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22137 when using a header line. Otherwise, use mouse-1-click-follows-link.
22138
22139 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22140 can't be moved; don't signal an error.
22141
22142 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22143
22144 * cus-theme.el (custom-theme-write-faces): Save the current face
22145 spec, not the defface spec.
22146
22147 * custom.el (custom-known-themes): Clarify meaning of "standard".
22148 (custom-push-theme): Save old values in the standard theme.
22149 (disable-theme): Correct typo.
22150 (custom-face-theme-value) Deleted unused function.
22151 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22152
22153 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22154
22155 * progmodes/compile.el (compilation-goto-locus): Take into account
22156 iconified frames when determining whether the buffer is
22157 already visible.
22158 Don't reset window height if the window already existed.
22159
22160 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22161
22162 * custom.el (load-theme): Rename from require-theme.
22163 Add interactive spec.
22164 (enable-theme): Rename from custom-enable-theme.
22165 Add interactive spec.
22166 (disable-theme): Rename from custom-disable-theme.
22167 Add interactive spec.
22168 (custom-make-theme-feature): Doc fix.
22169 (custom-theme-directory): Doc fix.
22170 (provide-theme): Call enable-theme.
22171
22172 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22173
22174 * obsolete/lazy-lock.el (lazy-lock-mode):
22175 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22176 font-lock-mode if it's off. Print a warning instead.
22177
22178 * progmodes/compile.el (compilation-start): Ignore errors if the
22179 process died before we get to send-eof.
22180
22181 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22182 Undo last change. Enclosing the result in quotes broke things on Unix
22183 since tex-send-command passes it through shell-quote-argument.
22184 (tex-send-command): Pass `file' through convert-standard-filename
22185 when possible.
22186 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22187 info in a transcript.
22188
22189 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22190
22191 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22192 fix compilation warning. Reorder the key definitions to group
22193 together keys emitted by the current version of xterm.
22194
22195 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22196 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22197 Reorder predicates to correct min-color usage.
22198
22199 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22200
22201 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22202 Kill local variables when longlines-mode is turned off.
22203
22204 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22205
22206 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22207
22208 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22209
22210 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22211
22212 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22213 (font-lock-lines-before): Change default to being inactive.
22214 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22215 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22216
22217 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22218
22219 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22220 Deactivate temporarily advice if active (not needed for Emacs 22,
22221 but for backwards compatibility).
22222 (tramp-exists-file-name-handler): Rewrite. First implementation
22223 was too simple.
22224 (tramp-advice-make-auto-save-file-name):
22225 Call `tramp-handle-make-auto-save-file-name' (again, just for
22226 backwards compatibility).
22227
22228 2005-08-31 Reto Zimmermann <reto@gnu.org>
22229
22230 * progmodes/vhdl-mode.el
22231 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22232 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22233 (vhdl-set-default-project): New function (easier setting of default).
22234 (vhdl-port-copy): Handle extended identifiers for generics.
22235 (vhdl-compiler-alist): Better description for error message regexp.
22236 (vhdl-make): Query for target, use previous as default.
22237 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22238 (vhdl-font-lock-keywords-2): Fix fontification for record
22239 el. assign.
22240 (vhdl-speedbar-make-subpack-line): Add package body link.
22241 (vhdl-generate-makefile-1): Not include itself as dependency.
22242 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22243 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22244 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22245 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22246 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22247 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22248 (vhdl-import-project): Add string argument for `error'.
22249 (vhdl-compose-configuration)
22250 (vhdl-compose-configuration-architecture): Add configuration
22251 declaration generation.
22252 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22253 (vhdl-trailer-re): Add "record" keyword (better indentation).
22254 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22255 "[^ \t-\"]+".
22256 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22257 (vhdl-testbench-entity-file-name)
22258 (vhdl-testbench-architecture-file-name): Allow separate
22259 customization of testbench file names.
22260 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22261 (vhdl-get-visible-signals): Allow newline within alias declaration.
22262 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22263 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22264 (member-ignore-case): Alias for missing function in XEmacs.
22265 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22266 (vhdl-update-sensitivity-list): Ignore case on read signals.
22267 (vhdl-replace-string): Adjust case only for file names.
22268 (vhdl-update-sensitivity-list): Fix search for read signals.
22269 (vhdl-update-sensitivity-list): Exclude formal parameters.
22270 (vhdl-get-visible-signals): Include aliases of signals.
22271 (vhdl-get-visible-signals): Fix signal name searching.
22272 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22273 (vhdl-fixup-whitespace-region): Fix for character
22274 literals (e.g. `:').
22275
22276 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22277
22278 * ansi-color.el (comint-last-output-start):
22279 * bs.el (font-lock-verbose):
22280 * diff-mode.el (add-log-buffer-file-name-function):
22281 * dired-x.el (vm-folder-directory):
22282 * faces.el (help-xref-stack-item):
22283 * files.el (font-lock-keywords):
22284 * find-lisp.el (dired-buffers, dired-subdir-alist):
22285 * ido.el (cua-inhibit-cua-keys):
22286 * log-view.el (cvs-minor-wrap-function):
22287 * outline.el (font-lock-warning-face):
22288 * simple.el (compilation-current-error):
22289 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22290 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22291 * tooltip.el (comint-prompt-regexp):
22292 * w32-fns.el (explicit-shell-file-name):
22293 * term/mac-win.el (mac-charset-info-alist)
22294 (mac-services-selection, mac-system-script-code):
22295 * term/tty-colors.el (msdos-color-values):
22296 * term/w32-win.el (xlfd-regexp-registry-subnum):
22297 * term/x-win.el (x-keysym-table, x-selection-timeout)
22298 (x-session-id, x-session-previous-id):
22299 * textmodes/ispell.el (mail-yank-prefix):
22300 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22301 * textmodes/org.el (calc-embedded-close-formula)
22302 (calc-embedded-open-formula)
22303 (font-lock-unfontify-region-function):
22304 * textmodes/reftex-global.el (isearch-next-buffer-function)
22305 (TeX-master):
22306 * textmodes/reftex.el (font-lock-keywords):
22307 * textmodes/tex-mode.el (font-lock-comment-face)
22308 (font-lock-doc-face):
22309 * textmodes/texinfo.el (outline-heading-alist):
22310 Add defvars.
22311
22312 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22313 (artist-spray-chars, artist-mode-init, artist-replace-string)
22314 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22315 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22316 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22317
22318 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22319 (conf-align-assignments): "?\ " -> "?\s".
22320
22321 * textmodes/reftex-index.el (TeX-master): Add defvar.
22322 (reftex-index-phrases-marker): Move up defvar.
22323
22324 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22325 (reftex-toc-include-labels-indicator)
22326 (reftex-toc-include-index-indicator)
22327 (reftex-toc-max-level-indicator): Move up declarations.
22328
22329 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22330 of args to `tramp-run-real-handler', even if it's empty in this case.
22331
22332 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22333
22334 * dired.el (dired-move-to-filename-regexp): Add date format for
22335 Mac OS X 10.3 in East Asian locales.
22336
22337 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22338
22339 * files.el (make-auto-save-file-name): Add file name handler call
22340 if applicable.
22341
22342 * net/tramp.el (tramp-file-name-handler-alist)
22343 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22344 (tramp-handle-make-auto-save-file-name): Rename from
22345 `tramp-make-auto-save-file-name'.
22346 (tramp-exists-file-name-handler): New defun.
22347 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22348 `make-auto-save-file-name' is not a magic file name operation.
22349
22350 2005-08-30 Richard M. Stallman <rms@gnu.org>
22351
22352 * files.el (risky-local-variable-p):
22353 Match `-predicates' and `-commands.
22354
22355 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22356 (custom-save-all): Visit the file if necessary;
22357 kill the buffer if we created it.
22358 (custom-save-delete): Don't visit file or kill buffer here.
22359
22360 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22361
22362 * textmodes/org.el (org-special-keyword): New face.
22363 (org-table-copy-down, org-table-eval-formula)
22364 (org-table-recalculate, org-init-section-numbers):
22365 Use `string-to-number' instead of `string-to-int'.
22366 (org-get-location): Use `insert-buffer-substring' instead of
22367 `insert-buffer'.
22368 (org-modify-diary-entry-string): New function.
22369 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22370 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22371 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22372 active region.
22373 (org-export-as-html): Handle QUOTE keyword.
22374 (org-quote-string): New option.
22375 (org-bookmark-jump-unhide): New function, used for
22376 `bookmark-after-jump-hook'.
22377 (org-diary-default-entry): Apply only when not called through
22378 `org-agenda'.
22379
22380 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22381
22382 * net/eudc.el (mode-popup-menu):
22383 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22384 * progmodes/ada-mode.el (compile-auto-highlight)
22385 (skeleton-further-elements):
22386 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22387 * progmodes/cmacexp.el (msdos-shells):
22388 * progmodes/compile.el (font-lock-extra-managed-props)
22389 (font-lock-keywords, font-lock-maximum-size)
22390 (font-lock-support-mode):
22391 * progmodes/grep.el (font-lock-lines-before):
22392 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22393 * progmodes/mixal-mode.el (compile-command):
22394 * progmodes/perl-mode.el (font-lock-comment-face)
22395 (font-lock-doc-face, font-lock-string-face):
22396 * progmodes/prolog.el (comint-prompt-regexp):
22397 * progmodes/sh-script.el (font-lock-comment-face)
22398 (font-lock-set-defaults, font-lock-string-face):
22399 * progmodes/sql.el (font-lock-keyword-face)
22400 (font-lock-set-defaults, font-lock-string-face):
22401 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22402 (itimer-version, lazy-lock-defer-contextually)
22403 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22404 Add defvars.
22405
22406 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22407 (cperl-electric-keyword, cperl-electric-pod)
22408 (cperl-electric-backspace, cperl-forward-re)
22409 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22410 (vc-rcs-header, vc-sccs-header): Add defvars.
22411
22412 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22413 (font-lock-syntactic-keywords, gud-find-expr-function):
22414 Add defvars.
22415
22416 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22417 (gdb-frame-parameters): Declare before use.
22418
22419 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22420 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22421 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22422 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22423
22424 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22425 (idlwave-help-with-source): Use `insert-buffer-substring', not
22426 `insert-buffer'.
22427
22428 2005-08-29 Juri Linkov <juri@jurta.org>
22429
22430 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22431 Put outline-back-to-heading function call inside save-excursion.
22432
22433 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22434
22435 * man.el (Man-init-defvars, Man-translate-references)
22436 (Man-support-local-filenames, Man-highlight-references):
22437 * progmodes/sql.el (sql-interactive-mode):
22438 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22439
22440 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22441 (compilation-mode-font-lock-keywords): Add defvars.
22442 (checkdoc-interactive-loop): "?\ " -> "?\s".
22443
22444 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22445 (font-lock-doc-face, font-lock-string-face)
22446 (font-lock-keywords-case-fold-search): Add defvars.
22447 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22448
22449 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22450 Don't pass X and Y (they are ignored anyway).
22451 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22452 (mouse-delete-window): Make arguments optional.
22453
22454 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22455 (caesar-translate-table, minor-modes, news-buffer-save)
22456 (news-group-name, news-minor-modes): Add defvars.
22457
22458 * emacs-lisp/lselect.el (mouse-highlight-priority)
22459 (x-lost-selection-functions, zmacs-regions):
22460 * emacs-lisp/pp.el (font-lock-verbose):
22461 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22462 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22463 (ses-mode-map):
22464 * emacs-lisp/tcover-unsafep.el (safe-functions):
22465 * international/mule-cmds.el (mac-system-coding-system)
22466 (mac-system-locale):
22467 * language/ethio-util.el (rmail-current-message)
22468 (rmail-message-vector):
22469 * language/thai-util.el (thai-auto-composition-mode):
22470 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22471 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22472 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22473 (vm-primary-inbox, vm-spool-files):
22474 * mail/rmail.el (deleted-head, font-lock-fontified)
22475 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22476 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22477 (total-messages):
22478 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22479 (rmail-summary-mode-map):
22480 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22481 (rmail-last-label, rmail-last-multi-labels)
22482 (rmail-summary-vector, rmail-total-messages):
22483 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22484 * mail/rmailsum.el (msgnum):
22485 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22486 (rmail-current-message):
22487 * obsolete/fast-lock.el (font-lock-face-list):
22488 * obsolete/rnewspost.el (mail-reply-buffer):
22489 * obsolete/scribe.el (compile-command):
22490 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22491
22492 2005-08-28 John Paul Wallington <jpw@gnu.org>
22493
22494 * ibuf-ext.el (ibuffer-auto-update-changed):
22495 Use `frame-or-buffer-changed-p' to check whether we need to update.
22496 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22497 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22498 as a `frame-or-buffer-changed-p' state vector instead.
22499
22500 2005-08-27 Romain Francoise <romain@orebokech.com>
22501
22502 * textmodes/makeinfo.el (makeinfo-compile):
22503 Use `compilation-start'. Set `next-error-function' according to
22504 `disable-errors'.
22505 (makeinfo-next-error): New function.
22506 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22507 (makeinfo-buffer): Likewise.
22508
22509 * progmodes/compile.el (compilation-start): Add autoload cookie.
22510
22511 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22512 * textmodes/sgml-mode.el: Likewise.
22513 * progmodes/python.el: Likewise.
22514
22515 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22516
22517 * simple.el (blink-matching-paren-distance): Document the meaning
22518 of nil value, and allow to customize to nil.
22519
22520 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22521 command.com, not command.exe.
22522
22523 2005-08-26 John Wiegley <johnw@newartisans.com>
22524
22525 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22526 code around a bit so that an extraneous nil argument is not added
22527 to a command when no args are given.
22528
22529 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22530 double-quoted argument resolves to nil, return it as an empty
22531 string rather than as nil. This made it impossible to pass "" to
22532 a shell script as a null string argument.
22533
22534 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22535
22536 * outline.el (outline-invent-heading): New fun.
22537 (outline-promote, outline-demote): Use it.
22538 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22539 (outline-end-of-subtree): Remove unused var `opoint'.
22540
22541 2005-08-26 David Reitter <david.reitter@gmail.com>
22542
22543 * menu-bar.el (truncate-lines, write-file, print-buffer)
22544 (ps-print-buffer-faces, ps-print-buffer, split-window):
22545 Disable menu items when the frame they refer to is invisible, or when
22546 they refer to a buffer and the minibuffer is selected.
22547
22548 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22549
22550 * progmodes/flymake.el (flymake-highlight-err-lines):
22551 Use save-excursion around flymake-highlight-line to preserve point.
22552
22553 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22554
22555 * progmodes/octave-mod.el: Change Author and Maintainer address.
22556 (octave-maintainer-address): Change Kurt's email address.
22557 * progmodes/octave-inf.el: Change Author and Maintainer address.
22558 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22559
22560 2005-08-26 Kim F. Storm <storm@cua.dk>
22561
22562 * subr.el (version-list-<, version-list-<=, version-list-=):
22563 Rename from integer-list-*.
22564 (version-list-not-zero): Likewise. Fix while loop.
22565 (version=): Use version-list-= instead of string-equal.
22566
22567 2005-08-26 Richard M. Stallman <rms@gnu.org>
22568
22569 * outline.el (outline-promote): Try shortening the heading.
22570 As last resort, read the heading to use.
22571 (outline-demote): As last resort, read the heading to use.
22572
22573 2005-08-26 Romain Francoise <romain@orebokech.com>
22574
22575 * progmodes/compile.el (compilation-start): Doc fix.
22576
22577 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22578 (antlr-font-lock-additional-keywords): Fix reference to
22579 `antlr-font-lock-literal-regexp' erroneously changed during the
22580 mass face rename.
22581 (antlr-run-tool): Use `compilation-start'.
22582
22583 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22584 instead of the obsolete `compile-internal'.
22585
22586 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22587
22588 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22589 (number, original-date):
22590 * calendar/cal-china.el (date):
22591 * calendar/cal-coptic.el (date):
22592 * calendar/cal-french.el (date):
22593 * calendar/cal-hebrew.el (date, entry, number, original-date):
22594 * calendar/cal-islam.el (date, number, original-date):
22595 * calendar/cal-iso.el (date):
22596 * calendar/cal-julian.el (date):
22597 * calendar/cal-mayan.el (date):
22598 * calendar/cal-menu.el (date, event):
22599 * calendar/cal-persia.el (date):
22600 * calendar/lunar.el (date):
22601 * calendar/solar.el (date): Add defvars.
22602
22603 * emerge.el:
22604 * ibuffer.el:
22605 * info-xref.el:
22606 * obsolete/bg-mouse.el:
22607 * obsolete/sun-curs.el:
22608 * obsolete/swedish.el: Move the `defvar's to the top level.
22609
22610 * smerge-mode.el (smerge-refined-change): Add :group.
22611
22612 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22613
22614 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22615 (smerge-keep-n): Remove props.
22616 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22617 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22618 now that it's done in smerge-keep-n.
22619 (smerge-refined-change): New face.
22620 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22621 (smerge-refine): New funs.
22622 (smerge-basic-map): Bind smerge-refine.
22623
22624 2005-08-25 Juri Linkov <juri@jurta.org>
22625
22626 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22627 compilation-process-setup-function and compilation-disable-input
22628 in grep-mode instead of let-bindings in grep.
22629
22630 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22631 Delete "Automatic File De/compression" (auto-compression-mode).
22632
22633 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22634
22635 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22636 Silence warning about non-existent variable.
22637
22638 2005-08-25 Richard M. Stallman <rms@gnu.org>
22639
22640 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22641 Rename "Describe Key" to "Describe Key or Mouse Operation".
22642
22643 * mail/mailalias.el (build-mail-aliases): Delete comments
22644 from the contents before processing them.
22645
22646 * isearch.el (isearch-edit-string): Erase the Search prompt
22647 if user enters an empty string and there is no default.
22648
22649 * comint.el (comint-file-name-prefix): Add autoload.
22650
22651 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22652
22653 * subr.el (play-sound): Rearrange to avoid warning.
22654
22655 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22656
22657 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22658 New hook.
22659 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22660
22661 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22662
22663 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22664
22665 * custom.el (custom-theme-set-variables): Sort minor modes last.
22666
22667 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22668
22669 * subr.el (version-separator, version-regexp-alist): New vars used by
22670 version comparison funs.
22671 (integer-list-<, integer-list-=, integer-list-<=)
22672 (integer-list-not-zero): New funs for integer list comparison.
22673 (version-to-list, version=, version<, version<=): New funs for version
22674 comparison.
22675
22676 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22677
22678 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22679 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22680 time to silence the byte-compiler.
22681
22682 * ibuffer.el (ibuffer-compile-make-eliding-form)
22683 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22684 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22685 so it's silly to get warnings for it).
22686 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22687 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22688 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22689 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22690 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22691 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22692 Defvar at compile time.
22693 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22694 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22695 Declare them before use.
22696
22697 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22698 (info-xref-good, info-xref-bad): Defvar at compile time.
22699
22700 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22701 Use `let*' instead of `let'.
22702
22703 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22704 (*mouse-y*, menu, char): Defvar at compile time.
22705 (sc::menu): Declare it before use.
22706 (sc::pack-one-line): Use `let', not `let*'.
22707
22708 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22709 (mail-send-hook): Defvar at compile time.
22710
22711 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22712 Defvar at compile time.
22713
22714 * term/sun-mouse.el (current-global-mousemap)
22715 (current-local-mousemap): Declare them before use.
22716
22717 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22718
22719 * bookmark.el (bookmark-after-jump-hook): New hook.
22720 (bookmark-jump): Run `bookmark-after-jump-hook'.
22721
22722 2005-08-23 Juri Linkov <juri@jurta.org>
22723
22724 * faces.el (minibuffer-prompt): Doc fix.
22725
22726 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22727
22728 * progmodes/xscheme.el: Trivial changes to silence warnings.
22729 (xscheme-previous-mode, xscheme-previous-process-state):
22730 Add defvars.
22731 (xscheme-last-input-end, xscheme-process-command-line)
22732 (xscheme-process-name, xscheme-buffer-name)
22733 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22734 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22735 (xscheme-control-g-synchronization-p)
22736 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22737 (default-xscheme-runlight, xscheme-runlight)
22738 (xscheme-runlight-string, xscheme-process-filter-state)
22739 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22740 Move to beginning of file.
22741 (scheme-interaction-mode-commands-alist)
22742 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22743 Declare them before use. Note: the initialization code for the
22744 variables has not been moved because it uses functions that reference
22745 the variables.
22746 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22747 (xscheme-prompt-for-expression-map): Declare them before use.
22748 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22749
22750 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22751
22752 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22753
22754 2005-08-22 Juri Linkov <juri@jurta.org>
22755
22756 * faces.el (set-face-underline): Delete this duplicate function
22757 and make an obsolete alias to set-face-underline-p.
22758 (set-face-underline-p): Use docstring of set-face-underline.
22759 (describe-face): Create hyperlink to parent face.
22760
22761 * info.el (Info-insert-dir): Use save-excursion around
22762 insert-buffer-substring.
22763 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22764 (Info-escape-percent): Delete function.
22765 (Info-fontify-node): Replace Info-escape-percent by
22766 replace-regexp-in-string with REP arg set to lambda that
22767 duplicates `%' and preserves text properties.
22768
22769 * progmodes/compile.el (compilation-disable-input): Doc fix.
22770 (define-compilation-mode): Doc fix and refill.
22771 (kill-compilation): Use `mode-name' in the error message.
22772 (compilation-find-file): Use `compilation-error' in the
22773 read-file-name's prompt.
22774
22775 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22776
22777 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22778 (smerge-auto-leave): Make undo re-enable the mode.
22779 (debug-ignored-errors): Add the user-error of impossible resolution.
22780 (smerge-resolve): Move things around a bit, in preparation for later.
22781 (smerge-diff): Don't fail if the buffer has no associated file.
22782 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22783 (smerge-conflict-overlay): New function.
22784 (smerge-match-conflict): Don't add text properties here.
22785 (smerge-find-conflict): Instead, add an overlay here.
22786 Also check for the case where we're inside a conflict already, so as to
22787 obviate the need for font-lock-multiline, which is unbearably slow with
22788 large conflicts and ciomplex font-lock patterns.
22789 (smerge-remove-props): Remove overlay rather than text-properties.
22790 (smerge-mode): Don't set font-lock-multiline.
22791 Remove overlays when turned off.
22792
22793 2005-08-21 Kim F. Storm <storm@cua.dk>
22794
22795 * ido.el (ido-ignore-item-p): Use save-match-data.
22796 Bind case-fold-search to ido-case-fold locally.
22797
22798 2005-08-20 Richard M. Stallman <rms@gnu.org>
22799
22800 * files.el (normal-mode): If font lock is on, turn it off and on.
22801
22802 * subr.el (replace-regexp-in-string): Doc fix.
22803
22804 * startup.el (command-line-1): Don't suppress startup screen
22805 due to existing processes.
22806
22807 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22808
22809 * progmodes/compile.el (compilation-disable-input): Default to nil.
22810
22811 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22812
22813 * progmodes/compile.el (compilation-disable-input): New defcustom.
22814 (compilation-start): If compilation-disable-input is non-nil, send
22815 EOF to the compilation process.
22816
22817 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22818
22819 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22820 Run the argument of tex-shell-cd-command through
22821 convert-standard-filename, to get the correct style of slashes on
22822 Windows, and enclose the result in quotes, in case the file name
22823 includes whitespace or other special characters.
22824
22825 2005-08-19 Andreas Schwab <schwab@suse.de>
22826
22827 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22828 process.
22829
22830 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22831
22832 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22833
22834 2005-08-18 Kim F. Storm <storm@cua.dk>
22835
22836 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22837
22838 2005-08-18 Richard M. Stallman <rms@gnu.org>
22839
22840 * scroll-lock.el: New file.
22841
22842 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22843
22844 * dired.el (dired-move-to-end-of-filename):
22845 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22846
22847 2005-08-18 Kim F. Storm <storm@cua.dk>
22848
22849 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22850 rather than toggle mode when custom value is nil.
22851 (ido-everywhere): Fix defun doc string.
22852
22853 2005-08-17 Richard M. Stallman <rms@gnu.org>
22854
22855 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22856 as tag instead of "Inviolable".
22857
22858 2005-08-17 Kim F. Storm <storm@cua.dk>
22859
22860 * windmove.el (windmove-coordinates-of-position): Remove.
22861 (windmove-coordinates-of-window-position): Remove.
22862 (windmove-reference-loc): Use posn-at-point instead.
22863
22864 * subr.el (insert-for-yank-1): Doc fix.
22865
22866 * ido.el (ido-enter-matching-directory): Rename from
22867 ido-enter-single-matching-directory. Change `slash' choice to
22868 `only'. Add `first' choice.
22869 (ido-exhibit): Adapt to above changes.
22870
22871 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22872
22873 * Makefile.in: Expand comment about building loaddefs.el.
22874
22875 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22876
22877 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22878 Comment use of defadvice.
22879
22880 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22881
22882 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22883
22884 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22885 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22886 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22887 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22888 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22889 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22890 for backward compatibility for faces that did not appear in the
22891 previous Emacs release.
22892
22893 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22894
22895 2005-08-15 Kim F. Storm <storm@cua.dk>
22896
22897 * emulation/cua-base.el (cua-delete-region): Return t if
22898 deleted region was non-empty.
22899 (cua-replace-region): Inhibit overwrite-mode for
22900 self-insert-command if replaced region was non-empty.
22901 (cua--explicit-region-start, cua--status-string): Make them
22902 buffer-local at top-level...
22903 (cua-mode): ...rather than when mode is enabled.
22904
22905 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22906
22907 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22908 Set t for Emacs 21, 22, and so on.
22909
22910 2005-08-15 David Ponce <david@dponce.com>
22911
22912 * tree-widget.el: Update Commentary header.
22913 (tree-widget-theme): Doc fix.
22914 (tree-widget-space-width): New option.
22915 (tree-widget-image-properties): Look up in the default theme too.
22916 (tree-widget--cursors): Only for images with arrow pointer shape.
22917 (tree-widget-lookup-image): Pointer shape is hand by default.
22918 (tree-widget-icon): Rename generic icon widget from
22919 `tree-widget-control'.
22920 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22921 derive from `tree-widget-icon'.
22922 (tree-widget-handle): Improve default look and feel of the text
22923 representation.
22924 (tree-widget): Rename :*-control properties to :*-icon properties.
22925 Add :action and :help-echo properties.
22926 (tree-widget-after-toggle-functions): Move.
22927 (tree-widget-close-node, tree-widget-open-node): Remove.
22928 (tree-widget-before-create-icon-functions): New hook.
22929 (tree-widget-value-create): Update to allow customization of icons
22930 and nodes at run-time via that new hook.
22931 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22932 (tree-widget-icon-action, tree-widget-icon-help-echo)
22933 (tree-widget-action, tree-widget-help-echo): New functions.
22934
22935 2005-08-15 Kim F. Storm <storm@cua.dk>
22936
22937 * ido.el (ido-buffer-internal): Use with-no-warnings.
22938 (ido-make-merged-file-list): Use while-no-input.
22939
22940 2005-08-15 Richard M. Stallman <rms@gnu.org>
22941
22942 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22943 (flyspell-large-region): Fix doc and custom type.
22944
22945 2005-08-14 Richard M. Stallman <rms@gnu.org>
22946
22947 * files.el (interpreter-mode-alist): Doc fix.
22948
22949 * mail/rmail.el (rmail-nonignored-headers): New variable.
22950 (rmail-clear-headers): Use it.
22951 (rmail-reply): Better handling of mail-followup-to header.
22952
22953 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22954 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22955 don't try to refer to executable-font-lock-keywords.
22956 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22957 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22958 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22959 (sh-mode): Set comment-start-skip, local-abbrev-table,
22960 imenu-case-fold-search.
22961 (sh-set-shell): Don't set them here.
22962 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22963 Don't cache the results in the original alist; don't ever modify
22964 that alist.
22965
22966 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22967
22968 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22969 empty.
22970
22971 2005-08-15 Andreas Schwab <schwab@suse.de>
22972
22973 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22974
22975 * dired.el, info.el, mail/rmail.el: Revert last change.
22976
22977 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22978
22979 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22980 modification in `eval-after-load' form.
22981 * info.el: Likewise.
22982 * mail/rmail.el: Likewise.
22983
22984 2005-08-14 Juri Linkov <juri@jurta.org>
22985
22986 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22987 Remove highlighting of "Compilation started". Highlight only
22988 the word "finished" in "Compilation finished". Add highlighting
22989 of "interrupt", "killed", "terminated" and the exit code.
22990 (compilation-start): Add newline after header. Use exactly the
22991 same time stamp format as the finishing message.
22992 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22993
22994 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22995 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22996 Add highlighting of "interrupt", "killed", "terminated".
22997
22998 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22999 enabled and the current command is self-insert-command, call it
23000 explicitly with overwrite-mode bound to nil, to not allow it
23001 to delete the character after the selected region.
23002
23003 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
23004
23005 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
23006 move-end-of-line, end-of-line, and beginning-of-line to the list
23007 of commands after which the echo area is updated.
23008
23009 2005-08-12 Eli Zaretskii <eliz@gnu.org>
23010
23011 * cus-edit.el (custom-save-all, custom-save-delete):
23012 Bind recentf-exclude to exclude custom-file.
23013
23014 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
23015
23016 * mail/rmailsum.el (rmail-summary-end-of-message): New command
23017 to go to the bottom of the mail message. Added to
23018 `rmail-summary-mode-map' with key "/".
23019 (rmail-summary-show-message): New (internal) function for use by
23020 both `rmail-summary-beginning/end-of-message'.
23021 (rmail-summary-beginning-of-message): Change to use
23022 rmail-summary-show-message.
23023
23024 * mail/rmail.el (rmail-end-of-message): New command to go to the
23025 end of the current message. Added to `rmail-mode-map' with key "/".
23026 (rmail-beginning-of-message): Fix to work as documented.
23027 (rmail-mode): Change documentation.
23028
23029 * progmodes/compile.el (compilation-start): Add the line
23030 "Compilation started" with compilation start time.
23031 (compilation-mode-font-lock-keywords): Add `started' to keywords.
23032
23033 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
23034
23035 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23036 of menu items.
23037
23038 2005-08-11 Richard M. Stallman <rms@gnu.org>
23039
23040 * simple.el (pop-global-mark): Reverse test of widen-automatically.
23041
23042 * battery.el (battery-status-function): Don't use ignore-errors.
23043
23044 2005-08-11 Lute Kamstra <lute@gnu.org>
23045
23046 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23047 define-obsolete-variable-alias.
23048
23049 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
23050
23051 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23052 (ange-ftp-send-cmd): Revert last change, and expand
23053 the comment explaining the problem.
23054
23055 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
23056
23057 * ldefs-boot.el: Update.
23058
23059 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23060 item to "Time, Load and Mail". Change help echo text.
23061
23062 * time.el (display-time-use-mail-icon, display-time-format)
23063 (display-time-string-forms): Shorten first line of docstrings.
23064
23065 2005-08-10 Lars Hansen <larsh@soem.dk>
23066
23067 * desktop.el (desktop-buffer-mode-handlers):
23068 Make non-customizable. Add autoload cookie. Change initial value to
23069 nil; add elements in respective modules instead. Fix doc string.
23070 (desktop-load-file): New function.
23071 (desktop-minor-mode-handlers): New autoloaded variable.
23072 (desktop-create-buffer): Call minor mode handlers.
23073 Use desktop-load-file to load major and minor mode modules prior to
23074 checking for a handler.
23075 (desktop-save): Don't add nil to desktop-minor-modes for minor
23076 modes with nil function in desktop-minor-mode-table. Don't delete
23077 desktop file before rewriting it.
23078 (desktop-locals-to-save): Add autoload cookie. Don't make
23079 automatically buffer-local. Add variables column-number-mode,
23080 size-indication-mode, indent-tabs-mode,
23081 indicate-buffer-boundaries, indicate-empty-lines and
23082 show-trailing-whitespace.
23083 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23084 regexps. Don't use desktop-clear-preserve-buffers-regexp.
23085 (desktop-clear-preserve-buffers-regexp): Delete.
23086 (desktop-clear-preserve-buffers): Update initial value and docstring.
23087 (desktop-save-buffer): Fix doc string.
23088
23089 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23090 (hilit-chg-desktop-restore): New function.
23091 (highlight-changes-mode): Add highlight-changes-mode to
23092 desktop-locals-to-save.
23093
23094 * dired.el: Add handler to desktop-buffer-mode-handlers.
23095 (dired-restore-desktop-buffer): Remove autoload cookie.
23096 (dired-mode): Add autoload cookie.
23097
23098 * info.el: Add handler to desktop-buffer-mode-handlers.
23099 (Info-restore-desktop-buffer): Remove autoload cookie.
23100 (Info-mode): Add autoload cookie.
23101
23102 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23103 (mh-restore-desktop-buffer): Remove autoload cookie.
23104 (mh-folder-mode): Add autoload cookie.
23105
23106 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23107 (rmail-restore-desktop-buffer): Remove autoload cookie.
23108
23109 2005-08-11 Masatake YAMATO <jet@gyve.org>
23110
23111 * hexl.el (hexl-address-region):
23112 (hexl-ascii-region, hexl-font-lock-keywords):
23113 (hexl-highlight-line-range): Use the term "region"
23114 instead of "area" for consistency with the other symbols
23115 defined in hexl.el.
23116
23117 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
23118
23119 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23120 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23121 out by Juri Linkov). Add `display-battery-mode'.
23122
23123 2005-08-09 Juri Linkov <juri@jurta.org>
23124
23125 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23126 Remove `-text' from face variable names.
23127 (compilation-error-file-name, compilation-warning-file-name)
23128 (compilation-info-file-name): Delete faces.
23129 (compilation-line-number, compilation-column-number):
23130 Remove face underlining.
23131 (compilation-message-face): Set to `underline' value by default.
23132 (compilation-error-face, compilation-warning-face)
23133 (compilation-info-face): Remove `-file-name' from face names.
23134 (compilation-error-text-face, compilation-warning-text-face)
23135 (compilation-info-text-face): Delete face variables.
23136 (compilation-text-face): Delete function.
23137
23138 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23139 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23140 (grep-error-face): Set to `compilation-error' instead of
23141 `compilation-error-face' (which is redefined to `grep-hit-face' in
23142 grep buffers).
23143 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23144 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23145
23146 * dired-aux.el (dired-do-query-replace-regexp):
23147 Use `query-replace-read-args'.
23148
23149 * replace.el (query-replace-read-from, query-replace-read-to)
23150 (query-replace-read-args): Rename arg `string' to `prompt'.
23151
23152 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23153
23154 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23155
23156 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23157 uploading files.
23158 (ange-ftp-canonize-filename): Handle file names beginning with ~
23159 correctly.
23160
23161 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23162
23163 * textmodes/fill.el (canonically-space-region)
23164 (fill-context-prefix, fill-french-nobreak-p)
23165 (fill-delete-newlines, fill-comment-paragraph)
23166 (justify-current-line): "?\ " -> "?\s".
23167
23168 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23169
23170 * textmodes/fill.el (fill-nonuniform-paragraphs):
23171 Improve argument/docstring consistency.
23172
23173 2005-08-09 Richard M. Stallman <rms@gnu.org>
23174
23175 * textmodes/ispell.el (ispell-word): More fboundp checks.
23176
23177 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23178 (find-file-noselect-1): Call it here, only if RAWFILE.
23179 (normal-mode): Always set some major mode.
23180 (save-some-buffers-action-alist): Change some explanation strings.
23181 (file-name-non-special): In the `quote' method, use unwind-protect.
23182
23183 2005-08-09 Magnus Henoch <mange@freemail.hu>
23184
23185 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23186 (ispell-have-aspell-dictionaries): New variable.
23187 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23188 (ispell-get-aspell-config-value): New function.
23189 (ispell-aspell-find-dictionary): New function.
23190 (ispell-aspell-add-aliases): New function.
23191 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23192 appropriate. Don't look for ispell dictionaries if we use aspell.
23193 (ispell-menu-map): Don't build a submenu of dictionaries.
23194
23195 2005-08-09 Richard M. Stallman <rms@gnu.org>
23196
23197 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23198 (sql-read-passwd): Use read-passwd.
23199
23200 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23201 (idlwave-toolbar-is-possible): Add defvars.
23202
23203 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23204 Avoid warnings.
23205
23206 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23207 (idlwave-system-class-info, idlwave-executive-commands-alist):
23208 Use defvar.
23209
23210 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23211
23212 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23213 Avoid warnings.
23214
23215 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23216 and content-type: headers.
23217
23218 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23219
23220 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23221 and rename some of them to be more self-explanatory.
23222
23223 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23224
23225 * startup.el (command-line-1): Implement -scriptload.
23226
23227 * replace.el (occur-engine): Initial *Occur* output not undoable.
23228
23229 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23230 and improve help strings.
23231
23232 * isearch.el (isearch-repeat): When changing direction,
23233 mark search successful.
23234
23235 * ediff-init.el: Use (featurep 'xemacs).
23236
23237 * comint.el (send-invisible): Identify buffer, if not selected.
23238
23239 * align.el: Delete autoload for c-guess-basic-syntax.
23240
23241 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23242
23243 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23244 Improve argument/docstring consistency. Doc fixes.
23245 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23246 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23247 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23248 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23249 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23250 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23251 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23252 Defvar at compile time.
23253
23254 2005-08-09 Juri Linkov <juri@jurta.org>
23255
23256 * info.el: Replace `info' with upper-case `Info' where appropriate.
23257 (info-title-1, info-title-2, info-title-3, info-title-4)
23258 (info-menu-header): Move up face definitions.
23259 (info-menu-star): Rename from `info-menu-5'.
23260 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23261 (Info-fontify-visited-nodes): Fix docstring.
23262 (Info-hide-note-references): Fix docstring.
23263 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23264 menu items in the same way as on cross-references.
23265 (info-apropos): Fix sorting order and formatting to be like in the
23266 stand-alone Info browser. Display error messages for 1 sec.
23267 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23268 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23269 from the menu bar.
23270 (Info-insert-dir): Restore point after calling
23271 `insert-buffer-substring'.
23272
23273 2005-08-08 Richard M. Stallman <rms@gnu.org>
23274
23275 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23276 (recompute-lucid-menubar): Add defvars.
23277
23278 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23279
23280 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23281
23282 * net/net-utils.el (run-dig): Rename from `dig'.
23283
23284 * play/gametree.el (gametree-mode): Use make-local-variable,
23285 not make-variable-buffer-local.
23286
23287 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23288
23289 * ansi-color.el (ansi-color-make-extent)
23290 (ansi-color-set-extent-face): Use fboundp, not functionp.
23291
23292 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23293 not make-variable-buffer-local.
23294
23295 * bookmark.el (Info-current-file): Add defvar.
23296 (bookmark-jump-noselect): Use with-no-warnings.
23297
23298 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23299
23300 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23301
23302 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23303
23304 * find-file.el (ada-procedure-start-regexp)
23305 (ada-package-start-regexp): Add defvars.
23306
23307 * info.el (Info-insert-dir): Use insert-buffer-substring.
23308
23309 * xml.el (xml-att-def-re): Add defvar.
23310
23311 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23312 calling convention.
23313
23314 * subr.el (while-no-input): Return t if there is input.
23315
23316 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23317
23318 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23319
23320 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23321
23322 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23323 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23324
23325 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23326
23327 * cmuscheme.el (scheme-start-file): Replace reference to
23328 `user-emacs-directory' by "~/.emacs.d/".
23329
23330 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23331
23332 * info.el (Info-dir-remove-duplicates): Avoid case folding
23333 in loop; instead, keep downcased strings for comparison.
23334 Suggested by Helmut Eller.
23335
23336 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23337
23338 Sync with Tramp 2.0.50.
23339
23340 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23341 XEmacs case; not necessary anymore.
23342 (tramp-user-regexp): Allow "@" as part of user name.
23343 (tramp-handle-set-visited-file-modtime)
23344 (tramp-handle-insert-file-contents)
23345 (tramp-handle-write-region): No special handling for
23346 `last-coding-system-used, because this is done in
23347 `tramp-accept-process-output' now.
23348 (tramp-accept-process-output): New defun.
23349 (tramp-process-one-action, tramp-process-one-multi-action)
23350 (tramp-wait-for-regexp, tramp-wait-for-output)
23351 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23352 Howells <dhowells@redhat.com>.
23353 (clear-visited-file-modtime): Defadvice removed. The check for
23354 unset buffer's modtime does not need to be based on
23355 `tramp-buffer-file-attributes'. Suggested by RMS.
23356 (tramp-message): Insert "\n" if not being at beginning of line.
23357 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23358 sequence with same logic.
23359 (tramp-completion-handle-expand-file-name): Discard call of
23360 `tramp-drop-volume-letter'. It is not necessary, and there have
23361 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23362 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23363 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23364 should always be visible.
23365 (tramp-handle-insert-directory, tramp-setup-complete)
23366 (tramp-set-process-query-on-exit-flag)
23367 (tramp-append-tramp-buffers): Pacify byte-compiler.
23368 (tramp-bug): Delete non-existing variables from list.
23369 Apply `tramp-load-report-modules' as pre-hook.
23370 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23371 `shell-prompt-pattern' because of non-7bit characters.
23372 Reported by Sebastian Luque <sluque@mun.ca>.
23373 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23374 (tramp-match-string-list): Remove function.
23375 (tramp-wait-for-regexp): Remove call of that function.
23376 Suggested by Kim F. Storm <storm@cua.dk>.
23377 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23378 instead of octal character code ?\600. The latter resulted in a
23379 syntax error with XEmacs.
23380
23381 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23382 XEmacs case; not necessary anymore.
23383 (tramp-smb-handle-write-region): No special handling for
23384 `last-coding-system-used, because this is done in
23385 `tramp-accept-process-output' now.
23386 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23387
23388 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23389
23390 * wid-edit.el (widget-choice-value-create):
23391 Unconditionally respect user choice. Set :explicit-choice back to nil
23392 when no longer needed.
23393 (widget-choice-action): Unconditionally respect user choice.
23394 Eliminate :explicit-choice-value.
23395
23396 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23397
23398 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23399 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23400 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23401 running new function `toggle-indicate-empty-lines'.
23402 Rename "Customize" item to "Customize fringe".
23403 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23404 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23405 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23406 Delete "Empty lines only" item.
23407 (menu-bar-showhide-fringe-ind-customize): New function.
23408 (menu-bar-showhide-fringe-ind-mixed)
23409 (menu-bar-showhide-fringe-ind-box)
23410 (menu-bar-showhide-fringe-ind-right)
23411 (menu-bar-showhide-fringe-ind-left)
23412 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23413 instead of `fringe-indicators'.
23414
23415 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23416
23417 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23418 Change the date of last update.
23419
23420 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23421
23422 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23423 (viper-exec-yank, viper-put-back): Don't display modification msg
23424 if in the minibuffer.
23425
23426 * viper-init.el (viper-replace-overlay-cursor-color)
23427 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23428 Make variables frame local.
23429
23430 * viper-util.el (viper-append-filter-alist): Use append instead of
23431 nconc.
23432
23433 * viper.el (viper-vi-state-mode-list)
23434 (viper-emacs-state-mode-list): Move help-mode and
23435 completion-list-mode from the first list to the second.
23436 (viper-mode): Docstring.
23437 (viper-go-away, viper-non-hook-settings): Don't localize
23438 minor-mode-alist in newer Emacsen. Add advice to
23439 set-cursor-color. Don't bind "\C-c\\".
23440
23441 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23442
23443 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23444 (scheme-macro-expand-command): New user options.
23445 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23446 (scheme-form-at-point, scheme-start-file)
23447 (scheme-interactively-start-process): New functions.
23448 (scheme-get-process): New function, extracted from `scheme-proc'.
23449 (run-scheme): Call `scheme-start-file' to get start file, and pass
23450 it to `make-comint'.
23451 (switch-to-scheme, scheme-proc):
23452 Call `scheme-interactively-start-process' if no Scheme buffer/process
23453 is available.
23454
23455 2005-08-06 Juri Linkov <juri@jurta.org>
23456
23457 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23458 Use `compilation-text-face', `compilation-info-text-face' and
23459 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23460 (compilation-error): New face.
23461 (compilation-error-file-name): Inherit from
23462 `compilation-error' instead of `font-lock-warning-face'.
23463 (compilation-warning-file-name): Inherit from
23464 `compilation-warning' instead of `font-lock-warning-face'.
23465 (compilation-info, compilation-error-file-name)
23466 (compilation-warning-file-name, compilation-info-file-name)
23467 (compilation-line-number, compilation-column-number): Doc fix.
23468 (compilation-error-text-face, compilation-warning-text-face)
23469 (compilation-info-text-face): New face variables.
23470 (compilation-line-face, compilation-column-face)
23471 (compilation-enter-directory-face)
23472 (compilation-leave-directory-face): Doc fix.
23473 (compilation-text-face): New function.
23474
23475 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23476 instead of 1 to display binary file names as info file links.
23477 (grep-error-face): Use `compilation-error-face' instead of
23478 `font-lock-keyword-face'.
23479 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23480 and `compilation-warning-text-face' instead of
23481 `font-lock-keyword-face'. Use `compilation-error-text-face'
23482 instead of `grep-error-face'.
23483
23484 2005-08-05 Kenichi Handa <handa@m17n.org>
23485
23486 * international/code-pages.el: Add autoload cookies for all coding
23487 systems.
23488
23489 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23490
23491 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23492
23493 2005-08-04 Juri Linkov <juri@jurta.org>
23494
23495 * progmodes/compile.el (compilation-mode-map):
23496 * progmodes/grep.el (grep-mode-map):
23497 Bind TAB to `compilation-next-error' and [backtab] to
23498 `compilation-previous-error'.
23499
23500 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23501 matching line numbers, column numbers and their ranges with regexp
23502 matching only line numbers.
23503 (grep-context-face): New face variable.
23504 (grep-mode-font-lock-keywords): Use it.
23505
23506 * faces.el (read-face-name): Delete duplicate faces.
23507
23508 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23509
23510 * thumbs.el (thumbs-find-image): Don't make variables
23511 automatically buffer local.
23512 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23513 (thumbs-image-num): Make automatically buffer local.
23514 (thumbs-show-thumbs-list): Use `make-local-variable', not
23515 `make-variable-buffer-local'.
23516 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23517
23518 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23519 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23520 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23521 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23522 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23523 (feelings-about, foullst, found, hello, history, howareyoulst)
23524 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23525 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23526 (neglst, obj, object, owner, please, problems, qlist)
23527 (random-adjective, relation, remlst, repetitive-shortness)
23528 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23529 (shortlst, something, sportslst, stallmanlst, states, subj)
23530 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23531 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23532 Defvar at compile time.
23533
23534 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23535 not `make-variable-buffer-local'.
23536
23537 2005-08-02 Kim F. Storm <storm@cua.dk>
23538
23539 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23540 rectangle overlay in selected window.
23541
23542 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23543
23544 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23545 instead of display group. Make `indicate-buffer-boundaries'
23546 customizable through Custom.
23547
23548 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23549
23550 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23551 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23552 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23553 (gdb-put-string): Fix typos in docstrings.
23554
23555 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23556
23557 Update copyright notices of files in progmodes directory for
23558 release of Emacs 22.1.
23559
23560 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23561
23562 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23563 Don't barf if the GUD buffer has been killed.
23564
23565 2005-08-01 Kim F. Storm <storm@cua.dk>
23566
23567 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23568
23569 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23570
23571 * simple.el (next-error-follow-minor-mode):
23572 make-variable-buffer-local -> make-local-variable.
23573
23574 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23575
23576 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23577 (byte-compile-form-make-variable-buffer-local): New functions to warn
23578 about misuses of make-variable-buffer-local where make-local-variable
23579 was meant.
23580
23581 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23582
23583 * bs.el (bs-attributes-list): Doc fix.
23584 (bs): Update url-link.
23585
23586 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23587 (desktop-load-default): Simplify.
23588
23589 * ibuffer.el (ibuffer-columnize-and-insert-list)
23590 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23591 (ibuffer-unmark-all, ibuffer-toggle-marks)
23592 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23593 (ibuffer-compile-make-format-form, ibuffer-format-column)
23594 (ibuffer-current-buffers-with-marks)
23595 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23596 (ibuffer): Doc fix.
23597 (ibuffer-mode): Fix typo in docstring.
23598 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23599 with `define-obsolete-variable-alias'.
23600 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23601
23602 2005-07-29 Kenichi Handa <handa@m17n.org>
23603
23604 * international/mule-cmds.el (select-message-coding-system):
23605 Be sure to use LF for end-of-line. If no coding system is decided,
23606 return iso-8859-1-unix.
23607
23608 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23609
23610 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23611 (ange-ftp-pending-error-line): New vars.
23612 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23613 to handle the non-fatal no-route-to-host messages.
23614 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23615
23616 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23617
23618 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23619 (isearch-quote-char, isearch-printing-char)
23620 (isearch-text-char-description): "?\ " -> "?\s".
23621 (isearch-lazy-highlight-cleanup)
23622 (isearch-lazy-highlight-initial-delay)
23623 (isearch-lazy-highlight-interval)
23624 (isearch-lazy-highlight-max-at-a-time)
23625 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23626 Declare with define-obsolete-*-alias macros.
23627 (isearch-forward): Fix typo in docstring.
23628 (search-invisible, search-ring-yank-pointer)
23629 (regexp-search-ring-yank-pointer): Doc fixes.
23630
23631 * recentf.el (recentf-menu-append-commands-p): Declare with
23632 `define-obsolete-variable-alias'.
23633 (recentf-max-saved-items, recentf-menu-filter)
23634 (recentf-arrange-by-rule-subfilter): Doc fixes.
23635 (recentf-menu-append-commands-flag)
23636 (recentf-initialize-file-name-history, recentf-expand-file-name)
23637 (recentf-clear-data): Fix typos in docstrings.
23638
23639 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23640
23641 * progmodes/gdb-ui.el: Smarten comments.
23642 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23643
23644 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23645
23646 * term/apollo.el (terminal-init-apollo): New function containing
23647 all former top level forms in the file.
23648 * term/bobcat.el (terminal-init-bobcat):
23649 * term/cygwin.el (terminal-init-cygwin):
23650 * term/iris-ansi.el (terminal-init-iris-ansi):
23651 * term/linux.el (terminal-init-linux):
23652 * term/news.el (terminal-init-news):
23653 * term/rxvt.el (terminal-init-rxvt):
23654 * term/sun.el (terminal-init-sun):
23655 * term/tvi970.el (terminal-init-tvi970):
23656 * term/vt100.el (terminal-init-vt100):
23657 * term/vt102.el (terminal-init-vt102):
23658 * term/vt125.el (terminal-init-vt125):
23659 * term/vt200.el (terminal-init-vt200):
23660 * term/vt201.el (terminal-init-vt201):
23661 * term/vt220.el (terminal-init-vt220):
23662 * term/vt240.el (terminal-init-vt240):
23663 * term/vt300.el (terminal-init-vt300):
23664 * term/vt320.el (terminal-init-vt320):
23665 * term/vt400.el (terminal-init-vt400):
23666 * term/vt420.el (terminal-init-vt420):
23667 * term/wyse50.el (terminal-init-wyse50):
23668 * term/xterm.el (terminal-init-xterm): Likewise.
23669
23670 * term/README: Describe the terminal-init-* functionality.
23671
23672 * startup.el (command-line): After loading the terminal initialization
23673 file call the corresponding terminal initialization function.
23674
23675 2005-07-27 Kenichi Handa <handa@m17n.org>
23676
23677 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23678 negative.
23679
23680 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23681 (ps-mule-composition-prologue): Fix for the case that
23682 RelativeCompose is false.
23683
23684 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23685
23686 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23687
23688 * descr-text.el (describe-char): Handle the case where the list of
23689 chars is displayed in a separate frame.
23690 Be a bit more discriminating when looking for the char.
23691
23692 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23693
23694 * bookmark.el (bookmark-automatically-show-annotations)
23695 (bookmark-read-annotation-text-func): Doc fixes.
23696 (bookmark-save): Improve argument/docstring consistency.
23697 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23698 (bookmark-alist-from-buffer)
23699 (bookmark-upgrade-file-format-from-0)
23700 (bookmark-grok-file-format-version)
23701 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23702 (bookmark-read-annotation-mode)
23703 (bookmark-insert-current-bookmark, bookmark-jump)
23704 (bookmark-exit-hook): Fix typos in docstrings.
23705 (bookmark-exit-hooks): Define as obsolete alias.
23706 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23707 not `bookmark-exit-hooks'. Fix docstring.
23708 (bookmark-bmenu-select): "?\ " -> "?\s".
23709
23710 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23711
23712 * startup.el (command-line): Fix typo.
23713
23714 2005-07-24 Richard M. Stallman <rms@gnu.org>
23715
23716 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23717 not emacs-quick-startup.
23718
23719 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23720
23721 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23722 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23723 instead of `reb-with-current-window'.
23724 (reb-prev-match): Likewise. Also, don't move left if the search
23725 was unsuccessful.
23726 (reb-initialize-buffer): New function.
23727 (re-builder, reb-change-syntax): Use it.
23728
23729 * man.el (Man-goto-page): Make second argument NOERROR optional.
23730
23731 2005-07-23 Richard M. Stallman <rms@gnu.org>
23732
23733 * man.el (Man-bgproc-sentinel): Check here for failure to find
23734 any man page in the output, and report the error here.
23735 (Man-arguments): Make it permanent local.
23736 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23737 (Man-mode): Pass t for NOERROR.
23738
23739 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23740 (grep-mode-font-lock-keywords):
23741 Don't use compilation-...-face for messages that are not file names.
23742
23743 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23744 Don't use compilation-...-face for messages that are not file names.
23745
23746 2005-07-22 Juri Linkov <juri@jurta.org>
23747
23748 * startup.el (normal-splash-screen): Update menu name.
23749
23750 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23751
23752 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23753
23754 * term/xterm.el: Load term/rxvt if the terminal is actually an
23755 rxvt terminal.
23756 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23757
23758 * term/rxvt.el (function-key-map): Use substitute-key-definition
23759 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23760
23761 * term/cygwin.el: New file.
23762
23763 2005-07-22 Kim F. Storm <storm@cua.dk>
23764
23765 * image-file.el (insert-image-file, image-file-yank-handler):
23766 Fix last change to maintain a (unique) yank-handler on yanked images.
23767
23768 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23769
23770 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23771 of the file size (as in "177B" for 177 bytes). This happens with
23772 "ls -lh" on FreeBSD.
23773
23774 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23775
23776 * hilit-chg.el (highlight-changes-global-initial-state)
23777 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23778 (hilit-chg-fixup, highlight-changes-mode):
23779 Fix typos in docstrings.
23780 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23781 Doc fixes.
23782
23783 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23784
23785 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23786 mode function using `eval-after-load'.
23787
23788 2005-07-21 Kim F. Storm <storm@cua.dk>
23789
23790 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23791 included when reporting an Emacs crash, and tell about the DEBUG file.
23792
23793 * image-file.el (insert-image-file): Add yank-handler.
23794 (image-file-yank-handler): Yank handler to make unique copies of
23795 images when they are yanked into a buffer next to each other.
23796
23797 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23798
23799 * comint.el (comint-use-prompt-regexp, comint-send-input)
23800 (comint-source-default, comint-extract-string)
23801 (comint-get-source, comint-word, comint-completion)
23802 (comint-source, comint-prompt-read-only, comint-update-fence):
23803 Fix typos in docstrings.
23804 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23805 Declare with define-obsolete-*-alias macros.
23806 (comint-previous-matching-input-from-input)
23807 (comint-next-matching-input-from-input)
23808 (comint-previous-matching-input, comint-next-matching-input)
23809 (comint-forward-matching-input):
23810 Improve argument/docstring consistency.
23811
23812 * desktop.el (desktop-clear-preserve-buffers-regexp):
23813 Also preserve the *server* buffer.
23814
23815 * simple.el (clone-indirect-buffer): Doc fix.
23816 (fixup-whitespace, just-one-space)
23817 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23818 (next-error, next-error-highlight)
23819 (next-error-highlight-no-select, next-error-last-buffer)
23820 (next-error-buffer-p, next-error-find-buffer, next-error)
23821 (previous-error, next-error-no-select, previous-error-no-select)
23822 (open-line, split-line, minibuffer-prompt-width, kill-new)
23823 (binary-overwrite-mode): Fix typos in docstrings.
23824 (set-fill-column): Fix typo in message.
23825
23826 * skeleton.el (skeleton-proxy-new): Doc fix.
23827
23828 * strokes.el (strokes-load-hook): Doc fix.
23829 (strokes-grid-resolution, strokes-get-grid-position)
23830 (strokes-renormalize-to-grid, strokes-read-stroke)
23831 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23832 (strokes-global-map): Fix typos in docstrings.
23833 (strokes-help): Doc fix. Fix help message and pass it through
23834 `substitute-command-keys'.
23835
23836 * tempo.el (tempo-insert-prompt, tempo-interactive)
23837 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23838 (tempo-insert-string-functions, tempo-local-tags)
23839 (tempo-define-template, tempo-insert-template)
23840 (tempo-insert-prompt-compat, tempo-is-user-element)
23841 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23842 Fix typos in docstrings.
23843
23844 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23845 (vcursor-key-bindings, vcursor-use-vcursor-map)
23846 (vcursor-find-window, vcursor-scroll-down)
23847 (vcursor-disable, vcursor-beginning-of-buffer)
23848 (vcursor-end-of-buffer): Fix typos in docstrings.
23849 (vcursor-relative-move, vcursor-get-char-count):
23850 Improve argument/docstring consistency.
23851
23852 * version.el: "?\ " -> "?\s".
23853
23854 * wid-edit.el (widget-default-create, widget-after-change)
23855 (widget-default-format-handler, widget-checklist-add-item)
23856 (widget-radio-add-item, widget-choose, widget-specify-secret)
23857 (widget-field-value-create, widget-field-value-get)
23858 (widget-editable-list-format-handler)
23859 (widget-editable-list-entry-create, widget-group-value-create)
23860 (widget-documentation-link-add)
23861 (widget-documentation-string-value-create): "?\ " -> "?\s".
23862 (widget-convert-text): Doc fix.
23863 (widget-narrow-to-field, widget-field-find)
23864 (widget-url-link-action, widget-emacs-library-link-action)
23865 (widget-color-notify): Fix typos in docstrings.
23866
23867 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23868 (x-select-text, set-w32-system-coding-system)
23869 (w32-add-charset-info): Fix typos in docstrings.
23870
23871 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23872 (cua-enable-cua-keys, cua-use-hyper-key)
23873 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23874 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23875
23876 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23877
23878 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23879 `defalias' instead of faking it.
23880
23881 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23882 (eshell-ls-missing, eshell-ls-dired-initial-args)
23883 (eshell-ls-use-in-dired): Fix typos in docstrings.
23884
23885 2005-07-20 Kim F. Storm <storm@cua.dk>
23886
23887 * emulation/cua-base.el (cua-mode): Improve doc string.
23888
23889 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23890
23891 * abbrev.el (expand-region-abbrevs): Doc fix.
23892 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23893 Improve argument/docstring consistency.
23894
23895 * arc-mode.el (archive-get-descr, archive-alternate-display):
23896 Doc fixes.
23897 (archive-l-e): Improve argument/docstring consistency.
23898 (archive-tmpdir, archive-unixdate, archive-unixtime)
23899 (archive-chmod-entry): Fix typos in docstrings.
23900 (archive-unflag, archive-unflag-backwards)
23901 (archive-unmark-all-files): "?\ " -> "?\s".
23902
23903 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23904 (Buffer-menu-not-modified, Buffer-menu-execute)
23905 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23906 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23907
23908 * composite.el (compose-string, encode-composition-rule)
23909 (compose-last-chars): Fix typos in docstrings.
23910
23911 * desktop.el (desktop-enable, desktop-basefilename):
23912 Declare with `define-obsolete-variable-alias'.
23913 (desktop-internal-v2s): Don't quote keywords.
23914 (desktop-clear): "?\ " -> "?\s".
23915
23916 * dired.el (dired-align-file, dired-flag-backup-files)
23917 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23918 (dired-listing-switches, dired-ls-F-marks-symlinks)
23919 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23920 (dired-directory, dired-faces, dired, dired-revert)
23921 (dired-mode, dired-summary, dired-view-file)
23922 (dired-copy-filename-as-kill, dired-delete-file)
23923 (dired-no-confirm, dired-unmark-all-marks)
23924 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23925 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23926 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23927 Fix typos in message strings.
23928
23929 * dired-x.el (virtual-dired): Declare with `defalias'.
23930 (dired-mark-unmarked-files, dired-local-variables-file)
23931 (dired-omit-here-always): Doc fix.
23932 (dired-omit-mode, dired-find-subdir)
23933 (dired-enable-local-variables, dired-clean-up-buffers-too)
23934 (dired-extra-startup, dired-mark-extension, dired-jump)
23935 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23936 (dired-smart-shell-command, dired-guess-shell-alist-user)
23937 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23938 (dired-x-bind-find-file, dired-x-submit-report):
23939 Fix typos in docstrings.
23940 (dired-mark-unmarked-files): "?\ " -> "?\s".
23941
23942 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23943
23944 * faces.el (describe-face): "?\ " -> "?\s".
23945 (read-all-face-attributes, read-face-font, modify-face)
23946 (face-attr-construct, italic): Fix typos in docstrings.
23947 (frame-update-face-colors): Declare with
23948 `define-obsolete-function-alias'.
23949
23950 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23951 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23952 (magic-mode-alist, buffer-file-numbers-unique)
23953 (write-file-functions, get-free-disk-space):
23954 Fix typos in docstrings.
23955 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23956 (write-contents-hooks, write-file-hooks):
23957 Declare with `define-obsolete-variable-alias'.
23958
23959 * forms-d2.el (arch-rj): Fix typo in docstrings.
23960 (arch-tocol): Likewise. "?\ " -> "?\s".
23961
23962 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23963 Fix typo in docstring.
23964 (set-screen-width, set-screen-height): Delete redundant info in
23965 doctrings.
23966 (new-frame, screen-height, screen-width): Declare with
23967 `define-obsolete-function-alias'.
23968 (delete-frame-hook, blink-cursor): Declare with
23969 `define-obsolete-variable-alias'.
23970
23971 * paths.el (prune-directory-list): Fix typos in docstring.
23972
23973 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23974 (cvs-prefix-get): Fix typos in docstrings.
23975
23976 * ps-print.el (ps-extend-face-list, ps-extend-face)
23977 (ps-print-background-image): Fix typos in docstrings.
23978 (ps-default-fg, ps-default-bg): Doc fixes.
23979
23980 * s-region.el (s-region-bind): Doc fix.
23981 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23982
23983 * textmodes/org.el (org-table-formula-substitute-names)
23984 (org-table-get-vertical-vector): Doc fixes.
23985 (org-table-recalculate): Remove unused argument to `message'.
23986
23987 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23988
23989 * textmodes/org.el (org-table-column-names)
23990 (org-table-column-name-regexp)
23991 (org-table-named-field-locations): New variables.
23992 (org-archive-subtree): Protect `this-command' when calling
23993 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23994 the kill buffer.
23995 (org-complete): Remove fixed-formula completion.
23996 (org-edit-formulas-map): New variable.
23997 (org-table-edit-formulas): New command.
23998 (org-finish-edit-formulas, org-abort-edit-formulas)
23999 (org-show-variable, org-table-get-vertical-vector): New functions.
24000 (org-table-maybe-eval-formula): Handle `:=' fields.
24001 (org-table-get-stored-formulas, org-table-store-formulas)
24002 (org-table-get-formula, org-table-modify-formulas)
24003 (org-table-replace-in-formulas): Handle named field formulas.
24004 (org-table-get-specials): Store locations of named fields.
24005
24006 2005-07-19 Juri Linkov <juri@jurta.org>
24007
24008 * progmodes/grep.el (grep-regexp-alist)
24009 (grep-mode-font-lock-keywords, grep-process-setup):
24010 Use default GNU grep match color "01;31m" instead of "01;41m".
24011 (grep-regexp-alist, grep-mode-font-lock-keywords):
24012 Use `\\[[0-9]*m' instead of `\\[00m'.
24013 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
24014 sgr_start where its handling is more important. Use the real
24015 length of sgr_start instead of constant 8.
24016 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24017 specially. Delete all remaining escape sequences.
24018 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24019 (grep-regexp-alist): Make hyperlink only for binary file name
24020 instead of the whole line.
24021 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24022 (grep-mode): Add autoload.
24023
24024 * emacs-lisp/find-func.el (find-function-regexp):
24025 Add `define-compilation-mode'.
24026
24027 2005-07-19 Juri Linkov <juri@jurta.org>
24028
24029 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24030 (compare-windows-sync-string-size, compare-windows-recenter)
24031 (compare-windows-highlight, compare-windows): Add version 22.1.
24032 (compare-windows) <defface>: Inherit from lazy-highlight instead
24033 of duplicating its default value.
24034
24035 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24036 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24037
24038 * descr-text.el (describe-char): Create link buttons for `charset'
24039 and `code point'. Add the current input method name with a link
24040 button to `to input' field. Print face names of display table
24041 characters in `The display table entry is displayed by' section
24042 instead of printing face-id in the `display' field.
24043 Guess hardcoded faces and create a link button for them.
24044 Skip empty fields when calculating max-width.
24045 Treat `widget-create' specially while inserting strings from the
24046 collected field list.
24047 (describe-char-after): Made obsolete in version 22.1, not 21.5.
24048
24049 * diff-mode.el (diff-file-header): Change foreground color from
24050 yellow to green on light backgrounds.
24051 (diff-context): Inherit from `shadow' only for color/grayscale
24052 with more than 88 colors.
24053 (diff-indicator-removed, diff-indicator-added)
24054 (diff-indicator-changed): New faces.
24055 (diff-font-lock-keywords): Use new faces. Regroup rules.
24056 Add "^---$" for `normal' diff format. Fontify `#' lines with
24057 font-lock-comment-delimiter-face and font-lock-comment-face.
24058 Add `#' to ^[^...] in the rule for `diff-context-face'.
24059
24060 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24061 a button-like box. Inherit from `highlight' on low colors.
24062 (shadow): Use shades of gray only for color/grayscale with
24063 more than 88 colors. Use green for light backgrounds with
24064 8 colors, and yellow for dark backgrounds with 8 colors.
24065
24066 * font-lock.el (font-lock-regexp-grouping-backslash):
24067 Don't inherit from escape-glyph (use bold for all cases).
24068
24069 * info.el (info-xref-visited): Use light foreground color `violet'
24070 for dark backgrounds instead of dark color `magenta3'.
24071 (info-title-1): Use `yellow' color for dark backgrounds.
24072
24073 * isearch.el (isearch): Use not-too-dark magenta3 instead of
24074 too-light magenta2.
24075
24076 * replace.el (match): Use slightly more light RoyalBlue3 instead
24077 of dark RoyalBlue4.
24078
24079 * wid-edit.el (widget-inactive): Inherit from `shadow'.
24080
24081 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
24082
24083 * novice.el (disabled-command-hook): Declare it with
24084 `define-obsolete-variable-alias'.
24085
24086 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24087 (desktop-buffer-misc-functions, desktop-buffer-handlers)
24088 (desktop-load-default): Add release to obsolescence info.
24089 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24090 (desktop-append-buffer-args, desktop-read):
24091 Fix typos in docstrings.
24092 (desktop-kill): Fix typo in message.
24093 (desktop-save): Doc fix.
24094
24095 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
24096
24097 * viper-cmd.el (viper-escape-to-state): Bug fix.
24098 (viper-envelop-ESC-key): Change the definition of fast
24099 keysequence so it'll work with keyboard macros.
24100
24101 * ediff.el (ediff-patch-buffer): Change the docstring.
24102
24103 2005-07-19 Kenichi Handa <handa@m17n.org>
24104
24105 * international/mule-cmds.el (select-safe-coding-system): Try to
24106 use an auto-coding (if any) before anything else. If the found
24107 auto-coding is invalid, show a warning message.
24108
24109 * international/mule.el (find-auto-coding): New function created
24110 by modifying the body of set-auto-coding.
24111 (set-auto-coding): Use find-auto-coding to find a coding.
24112
24113 2005-07-18 Richard M. Stallman <rms@gnu.org>
24114
24115 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24116 not isearch-mode-end-hook-error.
24117 (allout-before-change-protect): Fix error message.
24118
24119 2005-07-18 Juri Linkov <juri@jurta.org>
24120
24121 * allout.el (allout-mode):
24122 * calculator.el (calculator-copy):
24123 * custom.el (custom-known-themes):
24124 * dired.el (dired-desktop-buffer-misc-data)
24125 (dired-restore-desktop-buffer):
24126 * dired-x.el (dired-omit-marker-char):
24127 * files.el (basic-save-buffer):
24128 * font-core.el (font-lock-mode):
24129 * calendar/calendar.el (calendar-goto-hebrew-date)
24130 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24131 (calendar-goto-persian-date):
24132 * language/ethio-util.el (ethio-sera-to-fidel-region):
24133 * textmodes/picture.el (picture-mode):
24134 Delete duplicate duplicate words.
24135
24136 2005-07-18 Juri Linkov <juri@jurta.org>
24137
24138 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24139 chars * ? } |.
24140 (isearch-fallback): Don't call `isearch-process-search-char'.
24141 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24142 (isearch-process-search-char): Call `isearch-fallback' for regexp
24143 chars * ? } |.
24144 (isearch-return-char): Make obsolete with `make-obsolete' instead
24145 of simply documenting it as obsolete in the docstring.
24146 (isearch-fallback): Refill docstring.
24147
24148 * international/isearch-x.el
24149 (isearch-process-search-multibyte-characters): Remove unneeded
24150 `concat'. Add intermediate values to `junk-hist' instead of
24151 `minibuffer-history'. Test the length of `str'.
24152
24153 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24154
24155 * allout.el (allout-resolve-xref): Fix typos in error strings.
24156 (allout-before-change-protect): Remove unneeded `concat'.
24157
24158 * array.el (array-mode, array-reconfigure-rows)
24159 (untabify-backward): Fix typos in docstrings.
24160 (array-reconfigure-rows): Use `insert-buffer-substring', not
24161 `insert-buffer'.
24162
24163 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24164 * progmodes/ada-mode.el (ada-make-body):
24165 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24166
24167 * dired.el (dired-log):
24168 * tar-mode.el (tar-subfile-save-buffer):
24169 * play/zone.el (zone-pgm-stress-destress):
24170 Use `insert-buffer-substring', not `insert-buffer'.
24171
24172 2005-07-17 Simon Josefsson <jas@extundo.com>
24173
24174 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24175
24176 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24177
24178 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24179 Add plain auth method.
24180 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24181
24182 2005-07-17 Kim F. Storm <storm@cua.dk>
24183
24184 * ido.el (dired-other-window): Add ido property.
24185
24186 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24187
24188 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24189 Fix typo in docstring.
24190 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24191 `insert-file-literally'.
24192
24193 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24194 info and delete redundant message. Doc fix.
24195 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24196 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24197
24198 2005-07-16 Richard M. Stallman <rms@gnu.org>
24199
24200 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24201 (byte-compile-and): Use byte-compile-and-recursion.
24202 (byte-compile-or-recursion): New function.
24203 (byte-compile-or): Use that.
24204 (byte-compile-if): Guard the else-clause too.
24205 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24206
24207 * isearch.el (isearch-mode-end-hook-quit): New variable.
24208 (isearch-done): Bind it.
24209 (isearch-mode-end-hook): Doc fix.
24210
24211 * allout.el (allout-isearch-did-quit): Variable deleted.
24212 (allout-real-isearch-abort): Function name no longer used.
24213 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24214 (allout-isearch-rectification): isearch-mode always exists.
24215 Don't set allout-isearch-did-quit.
24216 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24217 allout-isearch-did-quit.
24218 (allout-enwrap-isearch): Just add the hook.
24219 (allout-isearch-abort): Function deleted.
24220 (allout-pre-command-business): Avoid warning.
24221
24222 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24223 Correctly avoid warnings.
24224 (pascal-outline): Likewise.
24225
24226 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24227
24228 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24229
24230 * play/tetris.el (tetris-mode): Avoid warning.
24231
24232 * play/snake.el (snake-mode): Avoid warning.
24233
24234 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24235 (gamegrid-set-display-table): Avoid warning.
24236 (gamegrid-set-timer): Likewise.
24237 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24238 (gamegrid-add-score-with-update-game-score-1): Take FILE
24239 as argument.
24240 (gamegrid-add-score-with-update-game-score): Pass that argument.
24241 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24242
24243 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24244
24245 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24246 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24247
24248 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24249 and insert-file.
24250
24251 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24252 (sc-ask): Avoid warnings.
24253
24254 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24255 (eshell-hist-initialize): Use that var the natural way.
24256
24257 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24258
24259 * emacs-lisp/re-builder.el (reb-cook-regexp):
24260 Avoid warning calling lre-compile-string.
24261 (reb-color-display-p): Avoid warning.
24262
24263 * calculator.el (calculator-last-input): Guard uses
24264 of event-key and key-press-event-p.
24265 (event-key, key-press-event-p): Delete definitions.
24266
24267 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24268 (find-gc-source-directory, find-gc-subrs-callers)
24269 (find-gc-noreturn-list, find-gc-source-files)
24270 (find-gc-subrs-called): Vars renamed and defvar'd.
24271
24272 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24273 (checkdoc-overlay-put, checkdoc-delete-overlay)
24274 (checkdoc-overlay-start, checkdoc-overlay-end)
24275 (checkdoc-mode-line-update, checkdoc-char=):
24276 Define such that compiler knows they are defined.
24277 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24278 (checkdoc-read-event): Delete. Use read-event directly.
24279
24280 * whitespace.el (whitespace-make-overlay)
24281 (whitespace-overlay-put, whitespace-delete-overlay)
24282 (whitespace-overlay-start, whitespace-overlay-end):
24283 Define such that compiler knows they are defined.
24284 (whitespace): Move conditional inside.
24285
24286 * tempo.el (tempo-insert-template): Suppress warning.
24287
24288 * ediff-diff.el (longlines-mode): Add defvar.
24289
24290 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24291
24292 * server.el: Bind "C-x #" in a way that works even if C-x is
24293 redefined to a command key, not a prefix key.
24294
24295 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24296
24297 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24298 cl-make-type-test till execution time.
24299
24300 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24301
24302 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24303 arg ARG and use it.
24304
24305 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24306
24307 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24308
24309 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24310
24311 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24312 a defcustom with two :set or :type keywords.
24313
24314 2005-07-15 Richard M. Stallman <rms@gnu.org>
24315
24316 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24317 Don't give ^M comment-end syntax.
24318
24319 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24320
24321 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24322 Don't consider gdbmi (gdb-mi.el has its own update functions).
24323 (gdb-var-delete): Make it work for gdbmi as well.
24324 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24325
24326 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24327 (gud-speedbar-menu-items): Correct logic for enabling items.
24328
24329 2005-07-15 Kim F. Storm <storm@cua.dk>
24330
24331 * ido.el: Fix commentary.
24332 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24333 Use with-no-warnings around ffap-guesser.
24334 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24335 Let bind minibuffer-completing-file-name to t.
24336
24337 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24338
24339 * startup.el (site-run-file, keyboard-type): Doc fixes.
24340 (command-line): Check for "--basic-display" argument; also for
24341 "--quick", not "--bare-bones" (which was renamed).
24342 (fancy-splash-text): Add missing item "Getting New Versions".
24343 (normal-splash-screen): Fix typos and improve consistency with
24344 `fancy-splash-text'. Update copyright year.
24345
24346 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24347 valid binding for `help-char'.
24348
24349 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24350
24351 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24352
24353 * term.el (term-mode): Disable cua-mode for term buffers.
24354
24355 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24356
24357 * add-log.el (add-log-mailing-address, change-log-merge):
24358 Doc fixes.
24359 (change-log-get-method-definition): Fix typo in docstring.
24360
24361 2005-07-14 Kim F. Storm <storm@cua.dk>
24362
24363 * emulation/cua-base.el:
24364 (cua--pre-command-handler-1, cua--pre-command-handler)
24365 (cua--post-command-handler-1, cua--post-command-handler):
24366 Split in two. Check (buffer local) value of cua-mode.
24367 (cua-selection-mode): New command.
24368
24369 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24370
24371 * custom.el (custom-initialize-safe-set)
24372 (custom-initialize-safe-default): Doc fixes.
24373
24374 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24375 and simplify :init-value again.
24376
24377 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24378 and simplify :init-value again. Delete autoload.
24379
24380 * startup.el (command-line): Use `custom-reevaluate-setting' again
24381 for tooltip-mode.
24382
24383 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24384 a defcustom with two :initialize keywords.
24385
24386 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24387
24388 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24389 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24390 (allout-post-command-business, allout-flag-region)
24391 (isearch-reenable-font-lock, allout-yank)
24392 (allout-insert-latex-header, allout-insert-latex-trailer)
24393 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24394 (allout-latex-verb-quote): Fix typos in docstrings.
24395 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24396 (allout-unprotected, allout-prefix-data):
24397 Improve argument/docstring consistency.
24398 (allout-chart-subtree): Fix argument spec.
24399 (allout-open-topic): Rename `use_sib_bullet' argument to
24400 `use-sib-bullet'. Doc fix.
24401
24402 * whitespace.el (whitespace-check-buffer-leading)
24403 (whitespace-check-buffer-trailing)
24404 (whitespace-check-buffer-indent)
24405 (whitespace-check-buffer-spacetab)
24406 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24407 (whitespace-check-leading-whitespace)
24408 (whitespace-check-trailing-whitespace)
24409 (whitespace-check-spacetab-whitespace)
24410 (whitespace-check-indent-whitespace)
24411 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24412 (whitespace-modes): Fix typos in docstrings.
24413 (defgroup, defcustom): Doc fixes.
24414
24415 * winner.el (winner-mode, winner-boring-buffers)
24416 (winner-pending-undo-ring): Doc fixes.
24417 (winner-ring): Remove unneeded `progn'.
24418 (winner-equal): `defsubst' it.
24419 (winner-redo): Fix message.
24420
24421 2005-07-13 Kim F. Storm <storm@cua.dk>
24422
24423 * simple.el (line-move-1): Always use vertical-motion to
24424 do the last (or only) line move to ensure some movement.
24425 Undo 2005-06-23 change--don't check for overlays.
24426
24427 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24428
24429 * term/mac-win.el (ccl-encode-mac-roman-font)
24430 (ccl-encode-mac-centraleurroman-font)
24431 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24432 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24433 Change charset-id boundary of dimension to ?\xef.
24434 (mac-char-fontspec-list): New constant.
24435 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24436 argument. Nil uses itself as family in font-spec. Previous
24437 behavior for nil is now provided by non-nil non-string argument.
24438 All callers changed. Add font-specs for Mac fonts to
24439 "fontset-default" unless iso8859-1 fonts are installed.
24440
24441 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24442
24443 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24444 a continuation line if the \ is preceded by SPC or TAB.
24445 (sh-get-indent-info): Simplify.
24446 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24447 Use with-current-buffer.
24448
24449 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24450 when the matched text is empty.
24451
24452 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24453
24454 * startup.el (command-line): Revert to previous handling of
24455 tooltip-mode. Explain in comment why the complexity is needed.
24456
24457 * tooltip.el (tooltip-mode): Revert to previous implementation of
24458 its defcustom.
24459
24460 * frame.el (blink-cursor-mode): Revert to previous implementation
24461 of its defcustom. Update comment.
24462
24463 2005-07-12 Lars Hansen <larsh@soem.dk>
24464
24465 * desktop.el: Update e-mail address.
24466
24467 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24468
24469 * term/mac-win.el (mac-services-mail-selection)
24470 (mac-services-mail-to): New functions.
24471 (mac-application-menu-map): Bind them.
24472
24473 2005-07-12 wulei <milton@wulei.net> (tiny change)
24474
24475 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24476
24477 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24478
24479 * custom.el (custom-reevaluate-setting): Doc fix.
24480
24481 2005-07-11 Jay Belanger <belanger@truman.edu>
24482
24483 * calc/calc.el (calc-embedded-announce-formula-alist)
24484 (calc-embedded-open-close-plain-alist)
24485 (calc-embedded-open-close-mode-alist): Add checks for additional
24486 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24487
24488 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24489
24490 * custom.el (custom-enable-theme): Don't add theme to
24491 `custom-enabled-themes' with `push' because there is no
24492 setf-method for `delq'.
24493
24494 2005-07-11 Richard M. Stallman <rms@gnu.org>
24495
24496 * custom.el (custom-declare-variable): Doc fix.
24497
24498 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24499 from the alists.
24500
24501 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24502 Do nothing if edebug-active.
24503
24504 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24505 (edebug-display): Do it here instead.
24506
24507 2005-07-10 Richard M. Stallman <rms@gnu.org>
24508
24509 * cus-face.el (custom-theme-set-faces): Make it work.
24510 (custom-reset-faces): Doc fix.
24511 (custom-theme-reset-internal-face, custom-theme-face-value):
24512 Functions deleted.
24513
24514 * custom.el (custom-push-theme): Maintain list of the settings
24515 of a given theme in its theme-settings property.
24516 Maintain position of old settings in the theme-value
24517 or theme-face property.
24518 (custom-enabled-themes): New variable.
24519 (custom-theme-enabled-p): New function.
24520 (provide-theme): Update custom-enabled-themes.
24521 Disable and reenable the `user' theme.
24522 (require-theme): Doc fix.
24523 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24524 (custom-theme-value, custom-theme-variable-value): Likewise.
24525 (custom-theme-reset-internal): Likewise.
24526 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24527 (custom-enable-theme, custom-disable-theme): New functions.
24528 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24529 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24530 (custom-theme-reset-variables): Simplify.
24531 (deftheme, custom-declare-theme, custom-make-theme-feature):
24532 Definitions moved.
24533
24534 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24535
24536 * longlines.el (longlines-show-region)
24537 (longlines-unshow-hard-newlines): Recognize hard newlines by
24538 non-nil hard property, instead of t.
24539
24540 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24541
24542 * viper-cmd.el (viper--key-maps): New variable.
24543 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24544 emulation-mode-map-alists.
24545 (viper-envelop-ESC-key): Use viper-subseq.
24546 (viper-search-forward/backward/next): Disable debug-on-error.
24547
24548 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24549 (viper-ESC-key): New defcustoms.
24550
24551 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24552
24553 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24554 (viper-subseq): Copy of subseq from cl.el.
24555
24556 * viper.el (viper-go-away, viper-set-hooks): Use
24557 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24558
24559 * viper-mous.el (viper-current-frame-saved): Use defvar.
24560
24561 * viper-init.el: Get rid of -face in face names.
24562
24563 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24564 Make it work with longlines mode
24565
24566 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24567
24568 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24569
24570 * ediff-init.el: Get rid of -face in face names.
24571
24572 2005-07-10 Richard M. Stallman <rms@gnu.org>
24573
24574 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24575 and with-timeout-unsuspend.
24576
24577 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24578 and with-timeout-unsuspend.
24579
24580 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24581 (with-timeout): Bind that variable to record timers.
24582 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24583
24584 * emacs-lisp/debug.el (debug-help-follow): New function.
24585 (debugger-mode-map): Use that instead of help-follow.
24586 (debugger-setup-buffer): Use eval-buffer-list
24587 to handle eval-buffer frames.
24588
24589 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24590
24591 * timezone.el (timezone-parse-date): Change first regexp
24592 so it will not mistakenly match dates with no time zone.
24593
24594 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24595
24596 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24597
24598 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24599
24600 * custom.el (custom-initialize-safe-set)
24601 (custom-initialize-safe-default): New functions.
24602
24603 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24604 and simplify :init-value.
24605
24606 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24607 and simplify :init-value. Delete obsolete comment.
24608
24609 * startup.el (command-line): Use `custom-reevaluate-setting' to
24610 handle `tooltip-mode'. Delete obsolete comment.
24611
24612 * files.el (set-visited-file-name): Avoid calling
24613 `file-name-nondirectory' with a nil argument.
24614
24615 2005-07-09 Richard M. Stallman <rms@gnu.org>
24616
24617 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24618 was called with nil for the buffer, handle the read position right.
24619 Handle read position for eval-region, too.
24620
24621 2005-07-09 Juri Linkov <juri@jurta.org>
24622
24623 * fringe.el (fringe-mode): Add period in docstring.
24624 (fringe-query-style): Build prompt depending on `all-frames' arg.
24625
24626 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24627 to not create links to unrelated functions in the Help buffer.
24628
24629 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24630 Doc fix.
24631
24632 * simple.el (next-error-hook): New variable.
24633 (next-error): Use it. Doc fix.
24634
24635 * textmodes/ispell.el (ispell-command-loop): Add current
24636 dictionary name and program name to mode-line-format.
24637 (ispell-region, ispell-process-line): Add current dictionary name
24638 and program name to messages.
24639
24640 2005-07-08 Jay Belanger <belanger@truman.edu>
24641
24642 * calc/calc.el (calc-embedded-announce-formula-alist)
24643 (calc-embedded-open-close-formula-alist)
24644 (calc-embedded-open-close-word-alist)
24645 (calc-embedded-open-close-plain-alist)
24646 (calc-embedded-open-close-new-formula-alist)
24647 (calc-embedded-open-close-mode-alist)
24648 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24649 (calc-embedded-mode-hook): New variables.
24650
24651 * calc/calc-embed.el (calc-embedded-firsttime)
24652 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24653 New variables.
24654 (calc-do-embedded): Use calc-embedded-firsttime,
24655 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24656 determine whether or not to run hooks.
24657 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24658 calc-embedded-firsttime-formula appropriately.
24659 Set calc-embedded delimiter variables according to mode.
24660
24661 2005-07-08 Richard M. Stallman <rms@gnu.org>
24662
24663 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24664 Check for "emacs", etc., as entire symbol, not just as word.
24665 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24666
24667 * files.el (set-visited-file-name): Report the error
24668 for "empty filename" earlier.
24669 (kill-some-buffers): Ignore buffers already dead.
24670
24671 * fringe.el (fringe-mode): Doc fix.
24672
24673 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24674 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24675 Use unwind-protect to ensure byte-compile-unresolved-functions
24676 is updated.
24677
24678 * whitespace.el (whitespace-buffer-leading-cleanup):
24679 Simplify w/ skip-chars-forward.
24680 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24681
24682 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24683 Unconditionally try to leave point at the same old place.
24684
24685 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24686
24687 * comint.el (comint-postoutput-scroll-to-bottom)
24688 (comint-show-maximum-output): Take scroll-margin into consideration.
24689
24690 2005-07-08 Kim F. Storm <storm@cua.dk>
24691
24692 * ido.el (ido-use-filename-at-point): New choice `guess'.
24693 (ido-file-internal): Try ffap-guesser if selected.
24694
24695 * ido.el (ido-before-fallback-functions): New hook.
24696 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24697 (ido-read-file-name): Run it.
24698
24699 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24700
24701 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24702 strings rather than a list of symbols to the completion function.
24703
24704 2005-07-07 Jay Belanger <belanger@truman.edu>
24705
24706 * calc/calc-units.el (math-apply-units): Change the places in
24707 which units are simplified.
24708
24709 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24710
24711 * cus-edit.el (customize-option, customize-option-other-window):
24712 Make them handle aliases.
24713
24714 * custom.el (custom-variable-p): Make it recursively follow
24715 aliases. Mention that in the docstring.
24716
24717 2005-07-07 Richard M. Stallman <rms@gnu.org>
24718
24719 * cus-start.el (exec-path): Use `directory' instead of `file'.
24720 Fix tag for nil.
24721
24722 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24723
24724 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24725 when called non-interactively. Doc fix.
24726
24727 2005-07-07 Lute Kamstra <lute@gnu.org>
24728
24729 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24730 new address as well.
24731
24732 2005-07-07 Kenichi Handa <handa@m17n.org>
24733
24734 * international/mule.el (make-coding-system):
24735 Describe `ascii-incompatible' property in the docstring.
24736 (set-file-name-coding-system): Signal an error if coding-system is
24737 ascii-incompatible.
24738 (set-keyboard-coding-system): Likewise.
24739
24740 * international/mule-cmds.el (set-default-coding-systems):
24741 Don't set default-file-name-coding-system and
24742 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24743
24744 * international/utf-16.el: Declare that all UTF-16-based coding
24745 systems are ASCII-incompatible.
24746
24747 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24748
24749 * progmodes/gud.el: Require font-lock for displaying errors.
24750 Used by gdb-ui.el.
24751
24752 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24753
24754 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24755 values for the pattern lists which are `read'able but not
24756 `append'able (like symbols).
24757
24758 2005-07-06 Richard M. Stallman <rms@gnu.org>
24759
24760 * progmodes/flymake.el (flymake-float-time): Instead of
24761 with-no-warnings, test for XEmacs.
24762 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24763 to avoid warning.
24764
24765 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24766
24767 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24768
24769 2005-07-05 Lute Kamstra <lute@gnu.org>
24770
24771 * battery.el: Add support for Darwin (with much debugging help
24772 from Samuel Lauber <sam124@operamail.com>).
24773 (battery-status-function, battery-echo-area-format)
24774 (battery-mode-line-format): Add support for pmset on Darwin.
24775 (battery-load-low, battery-load-critical): New user options.
24776 (battery-pmset): New function.
24777
24778 2005-07-05 Lute Kamstra <lute@gnu.org>
24779
24780 Update FSF's address in GPL notices.
24781
24782 * textmodes/page-ext.el: Update FSF's address.
24783
24784 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24785
24786 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24787 filling from using prefix when filling a single-line docstring.
24788
24789 * progmodes/flymake.el: Remove useless eval-when-compile.
24790
24791 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24792
24793 2005-07-04 Richard M. Stallman <rms@gnu.org>
24794
24795 * textmodes/org.el (org-file-apps-defaults-gnu):
24796 Rename from org-file-apps-defaults-linux.
24797 (org-default-apps): Don't test system-type for `linux'.
24798 (org-file-apps): Doc fix.
24799
24800 2005-07-04 David Ponce <david@dponce.com>
24801
24802 * tree-widget.el: Improve header Commentary section.
24803 (tree-widget) [defgroup]
24804 (tree-widget-image-enable, tree-widget-themes-directory)
24805 (tree-widget-theme, tree-widget-image-properties-emacs)
24806 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24807 (tree-widget-image-formats, tree-widget-control)
24808 (tree-widget-empty-control, tree-widget-leaf-control
24809 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24810 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24811 (tree-widget-keep, tree-widget-after-toggle-functions)
24812 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24813 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24814 :help-echo message.
24815 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24816 (tree-widget-image-properties): Doc fix. Clearer implementation.
24817 (tree-widget--cursors): New constant.
24818 (tree-widget-lookup-image): New function split from
24819 `tree-widget-find-image'. Clearer implementation.
24820 (tree-widget-find-image): Use it.
24821 (tree-widget-button-keymap): Use `set-keymap-parent'.
24822 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24823 Define the sub-widgets here.
24824 (tree-widget-node): Check that :node is not a tree-widget.
24825 (tree-widget-get-super, tree-widget-open-control)
24826 (tree-widget-close-control, tree-widget-empty-control)
24827 (tree-widget-leaf-control, tree-widget-guide)
24828 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24829 (tree-widget-no-handle, tree-widget-value-delete)
24830 (tree-widget-map): Remove.
24831 (tree-widget-children-value-save): Doc fix. Simplified.
24832 (tree-widget-value-create): Update according to previous changes.
24833
24834 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24835
24836 * textmodes/org.el: Leading space replaced by TABS.
24837 (org-recalc-marks, org-table-rotate-recalc-marks)
24838 (org-table-get-specials): Treat "^" and "_" marks.
24839 (org-table-justify-field-maybe): Optional argument NEW.
24840 (org-table-eval-formula): Parsing of the format simplified.
24841 New modes C,I. Honor the %= parameter in the current table.
24842 Avoid unnecessary re-align by using the NEW argument to
24843 `org-table-justify-field-maybe'.
24844 (org-calc-default-modes): Default for date-format mimicks org-mode.
24845 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24846
24847 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24848
24849 * cus-face.el (custom-theme-set-faces): Make it handle face
24850 aliases whose alias declarations are pre- or autoloaded.
24851
24852 2005-07-04 Juri Linkov <juri@jurta.org>
24853
24854 * faces.el (read-face-name): Put the code for getting a face name
24855 from the buffer before adding the faces from the `face' property.
24856 Use `completing-read-multiple' instead of `completing-read'.
24857 Require `crm'. Add default value and post-process the returned
24858 list of faces.
24859
24860 * emacs-lisp/crm.el (crm-find-current-element)
24861 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24862
24863 * emacs-lisp/lisp-mode.el (eval-defun-1):
24864 * emacs-lisp/edebug.el (edebug-eval-defun):
24865 Remove unnecessary quotes.
24866
24867 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24868
24869 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24870 (prolog-indent-level): Fix typo in docstring.
24871
24872 * info.el (Info-history, Info-history-forward)
24873 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24874
24875 * add-log.el (add-change-log-entry):
24876 * comint.el (comint-dynamic-list-input-ring)
24877 (comint-dynamic-list-completions):
24878 * dabbrev.el (dabbrev-expand):
24879 * delim-col.el (delimit-columns-rectangle-line):
24880 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24881 (diff-unified->context):
24882 * ediff-init.el (ediff-abbrev-jobname):
24883 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24884 (ediff-replace-session-activity-marker-in-meta-buffer):
24885 * info.el (Info-summary):
24886 * lpr.el (printify-region):
24887 * printing.el (pr-create-interface):
24888 * ps-print.el (ps-print-quote):
24889 * ses.el (ses-column-widths, ses-print-cell)
24890 (ses-adjust-print-width, ses-center):
24891 * shell.el (shell-file-name-quote-list):
24892 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24893 (strokes-fill-current-buffer-with-whitespace)
24894 (strokes-xpm-for-stroke, strokes-list-strokes)
24895 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24896 * term.el (term-dynamic-list-input-ring)
24897 (term-dynamic-list-completions):
24898 * calc/calc.el (math-format-stack-value):
24899 * emacs-lisp/edebug.el (edebug-display-freq-count):
24900 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24901 (delphi-new-comment-line):
24902 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24903 * progmodes/executable.el (executable-set-magic):
24904 * progmodes/python.el (inferior-python-mode):
24905 * progmodes/scheme.el (scheme-mode-syntax-table):
24906 * progmodes/sh-script.el (sh-maybe-here-document):
24907 * progmodes/sql.el (sql-copy-column):
24908 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24909 * textmodes/bibtex.el (bibtex-mode):
24910 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24911 (sgml-auto-attributes):
24912 * textmodes/table.el (table-insert, table-shorten-cell)
24913 (table--generate-source-scan-lines, table-delete-row)
24914 (*table--cell-delete-char, table--spacify-frame)
24915 (table--horizontally-shift-above-and-below)
24916 (table--cell-insert-char, table--cell-blank-str)
24917 (table--fill-region-strictly):
24918 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24919 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24920
24921 * add-log.el (change-log):
24922 * apropos.el (apropos):
24923 * comint.el (comint-completion, comint-source):
24924 * dabbrev.el (dabbrev):
24925 * delim-col.el (columns):
24926 * diff-mode.el (diff-mode):
24927 * ediff.el (ediff):
24928 * ediff-diff.el (ediff-diff):
24929 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24930 * ediff-mult.el (ediff-mult):
24931 * ediff-ptch.el (ediff-ptch):
24932 * ediff-wind.el (ediff-window):
24933 * facemenu.el (facemenu):
24934 * indent.el (indent):
24935 * info.el (info):
24936 * jka-cmpr-hook.el (compression, jka-compr):
24937 * lpr.el (lpr):
24938 * outline.el (outlines):
24939 * pcmpl-cvs.el (pcmpl-cvs):
24940 * pcmpl-rpm.el (pcmpl-rpm):
24941 * printing.el (printing):
24942 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24943 (ps-print-vertical, ps-print-headers, ps-print-font)
24944 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24945 (ps-print-background, ps-print-printer, ps-print-page)
24946 (ps-print-miscellany):
24947 * ses.el (ses):
24948 * shell.el (shell, shell-directories, shell-faces):
24949 * startup.el (initialization):
24950 * strokes.el (strokes):
24951 * term.el (term):
24952 * uniquify.el (uniquify):
24953 * w32-vars.el (w32):
24954 * calc/calc.el (calc):
24955 * emacs-lisp/bytecomp.el (bytecomp):
24956 * emacs-lisp/cl-indent.el (lisp-indent):
24957 * emacs-lisp/edebug.el (edebug):
24958 * emacs-lisp/elp.el (elp):
24959 * emacs-lisp/testcover.el (testcover):
24960 * emacs-lisp/trace.el (trace):
24961 * emulation/viper-ex.el (viper-ex):
24962 * emulation/viper-mous.el (viper-mouse):
24963 * mail/mailalias.el (mailalias):
24964 * mail/supercite.el (supercite, supercite-frames)
24965 (supercite-attr, supercite-cite, supercite-hooks):
24966 * net/rcompile.el (remote-compile):
24967 * net/rlogin.el (rlogin):
24968 * obsolete/ooutline.el (outlines):
24969 * progmodes/delphi.el (delphi):
24970 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24971 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24972 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24973 (ebnf-optimization):
24974 * progmodes/etags.el (etags):
24975 * progmodes/executable.el (executable):
24976 * progmodes/idlwave.el (idlwave):
24977 * progmodes/pascal.el (pascal):
24978 * progmodes/prolog.el (prolog):
24979 * progmodes/python.el (python):
24980 * progmodes/scheme.el (scheme):
24981 * progmodes/sh-script.el (sh, sh-script):
24982 * progmodes/sql.el (SQL):
24983 * progmodes/tcl.el (tcl):
24984 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24985 * textmodes/enriched.el (enriched):
24986 * textmodes/makeinfo.el (makeinfo):
24987 * textmodes/sgml-mode.el (sgml):
24988 * textmodes/table.el (table-hooks):
24989 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24990 * textmodes/texinfo.el (texinfo):
24991 * textmodes/two-column.el (two-column):
24992 Finish `defgroup' description with period.
24993
24994 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24995 * eshell/esh-var.el (eshell-var):
24996 * progmodes/vhdl-mode.el (vhdl-testbench):
24997 * textmodes/org.el (org): Fix typos in docstrings.
24998
24999 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
25000 consistency.
25001
25002 * progmodes/flymake.el (flymake-find-file): Remove.
25003 (flymake-float-time): Use `with-no-warnings'.
25004 (flymake-check-start-time, flymake-check-was-interrupted)
25005 (flymake-err-info, flymake-is-running, flymake-last-change-time)
25006 (flymake-new-err-info): `defvar' at compile time.
25007
25008 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
25009
25010 * replace.el (occur-hook): Doc fix.
25011 (occur-1): Don't call `occur-hook' if there are no matches.
25012
25013 2005-07-03 Richard M. Stallman <rms@gnu.org>
25014
25015 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25016 global-map, save the same map.
25017 (global-map): Don't alter it at top level.
25018 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25019 Then alter it here instead.
25020 (tpu-edt-off): Set global-map to the saved one.
25021
25022 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25023 All references simplified.
25024 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
25025 (zmacs-regions): Add defvar.
25026 (repeat-complex-command-map): Everything about that deleted.
25027
25028 * textmodes/artist.el (artist-key-is-drawing)
25029 (artist-key-endpoint1, artist-key-poly-point-list)
25030 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25031 (artist-key-compl-table, artist-rb-save-data)
25032 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25033 Don't put them in eval-when-compile.
25034 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25035
25036 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25037 Use with-no-warnings.
25038
25039 * net/browse-url.el (dos-windows-version): Add defvar.
25040
25041 * mail/supercite.el (filladapt-prefix-table): Add defvar.
25042
25043 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25044 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25045 (rmail-new-summary-line-count): Rename from new-summary-line-count.
25046 Add defvar.
25047 (rmail-summary-beginning-of-message): Use with-no-warnings.
25048 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25049
25050 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25051 Use with-no-warnings.
25052
25053 * emulation/vi.el (vi-mark-region): Use c-mark-function.
25054 (c-mark-function): Add point-moving-unit property.
25055 (vi-goto-line): Use with-no-warnings.
25056
25057 * emulation/edt.el (edt-last-copied-word): Add defvar.
25058 (zmacs-region-stays): Likewise.
25059 (edt-mark-section-wisely): Use c-mark-function for C.
25060 Use makr-defun for Fortran.
25061 (time-string): defvar deleted.
25062 (edt-display-the-time): Don't set time-string.
25063
25064 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25065
25066 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25067 Don't warn when name is not constant
25068 or for defining the group `emacs'.
25069
25070 * tooltip.el (gud-tooltip-mode): Add defvar.
25071
25072 * startup.el (default-frame-background-mode): Add defvar.
25073
25074 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25075
25076 * info.el (tool-bar-map): Add defvar.
25077
25078 * dired.el (dnd-protocol-alist): Add defvar.
25079
25080 * dired-aux.el (dired-query): Display question with answer, when
25081 the user answers.
25082
25083 * custom.el (custom-add-option): Doc fix.
25084
25085 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25086
25087 2005-07-03 Eli Zaretskii <eliz@gnu.org>
25088
25089 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25090 bogus name from the last change.
25091
25092 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
25093
25094 * custom.el (custom-declare-variable): Fix typos in comment.
25095 (custom-known-themes): Doc fix.
25096 (custom-theme-directory): New defcustom.
25097 (require-theme): Make it check `custom-theme-directory'.
25098
25099 * cus-theme.el (custom-new-theme-mode): New function.
25100 (custom-theme-name, custom-theme-variables, custom-theme-faces)
25101 (custom-theme-description): Add compiler defvars.
25102 (customize-create-theme): Add doc to the "*New Custom Theme*"
25103 buffer. Use `custom-new-theme-mode'.
25104 (custom-theme-write): Put the created buffer in emacs-lisp-mode
25105 and save it to the `custom-theme-directory'. Make this the
25106 default directory of the buffer.
25107
25108 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
25109
25110 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25111 Fix unbalanced parentheses.
25112
25113 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
25114
25115 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25116 into flymake-mode and delegate to flymake-mode.
25117
25118 * find-file.el (ff-which-function-are-we-in): Clean up.
25119
25120 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
25121
25122 * replace.el (occur-rename-buffer): Fix docstring.
25123
25124 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25125 (edt-last-copied-word, edt-learn-macro-count)
25126 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25127 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25128 (time-string, zmacs-region-stays):
25129 * emulation/edt-mapper.el (edt-save-function-key-map)
25130 (EDT-key-name): `defvar' to silence the byte-compiler.
25131
25132 2005-07-02 Martin Rudalics <rudalics@gmx.at>
25133
25134 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25135 font-lock-regexp-backslash. Doc fix.
25136 (font-lock-regexp-backslash-grouping-construct): Rename from
25137 font-lock-regexp-backslash-construct. Doc fix.
25138 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25139 grouping constructs.
25140
25141 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25142
25143 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25144 updating all the prerequisites.
25145
25146 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25147
25148 * textmodes/org.el (org-agenda-start-on-weekday)
25149 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25150 (org-agenda-use-time-grid, org-archive-location)
25151 (org-allow-space-in-links, org-usenet-links-prefer-google)
25152 (org-enable-table-editor, org-export-default-language)
25153 (org-export-html-show-new-buffer, org-fill-paragraph)
25154 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25155 (org-goto-quit, org-occur, org-eval-in-calendar)
25156 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25157 (org-agenda-diary-entry, org-remember-help)
25158 (org-table-convert-region, org-at-table-p)
25159 (org-table-move-row-down, org-table-move-row-up)
25160 (org-table-copy-region, org-table-toggle-vline-visibility)
25161 (org-table-get-stored-formulas, org-table-get-specials)
25162 (org-recalc-commands, org-table-eval-formula)
25163 (org-table-formula-substitute-names, orgtbl-make-binding)
25164 (org-format-org-table-html, org-format-table-table-html)
25165 (org-format-table-table-html-using-table-generate-source)
25166 (org-customize): Fix typos in docstrings.
25167 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25168 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25169 (org-back-to-heading): Doc fixes.
25170 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25171 (org-agenda-change-all-lines, org-get-header):
25172 Improve argument/docstring consistency.
25173 (orgtbl-error): Fix error message.
25174
25175 * progmodes/flymake.el (flymake-find-possible-master-files)
25176 (flymake-master-file-compare, flymake-get-line-err-count)
25177 (flymake-highlight-line, flymake-gui-warnings-enabled):
25178 Fix typos in docstrings.
25179 (flymake-parse-line, flymake-get-project-include-dirs-function)
25180 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25181 Doc fixes.
25182 (flymake-get-project-include-dirs-function)
25183 (flymake-make-err-menu-data):
25184 Improve argument/docstring consistency.
25185
25186 2005-07-01 Lute Kamstra <lute@gnu.org>
25187
25188 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25189 Catch errors with ignore-errors. Use temporary buffer.
25190 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25191
25192 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25193 background color faces.
25194 (facemenu-set-foreground, facemenu-set-background):
25195 Use facemenu-set-face-from-menu.
25196 (facemenu-set-face-from-menu): Treat face names that start with
25197 "fg:" or "bg:" as special.
25198 (facemenu-add-new-color): Don't create faces. Simplify.
25199
25200 2005-06-30 Richard M. Stallman <rms@gnu.org>
25201
25202 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25203 (crm-find-current-element): Likewise.
25204
25205 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25206
25207 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25208
25209 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25210
25211 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25212 (archive-mouse-extract): Make it an obsolete alias.
25213 (archive-mode-map): Don't use archive-mouse-extract any more.
25214 (archive-mode, archive-extract): write-contents-hooks ->
25215 write-contents-functions.
25216 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25217 first arg.
25218 (archive-rename-entry): Update the call.
25219 (archive-zip-summarize): Remove unused var `method'.
25220 (archive-lzh-summarize): Remove unused var `creator'.
25221
25222 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25223 dedicated frame upon exit.
25224
25225 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25226 (archive-zip-extract, archive-zip-expunge)
25227 (archive-zip-update, archive-zip-update-case): Use executable-find.
25228 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25229 Use restore-buffer-modified-p.
25230 (archive-extract, archive-add-new-member, archive-write-file-member):
25231 Use with-current-buffer.
25232 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25233
25234 2005-06-30 Andreas Schwab <schwab@suse.de>
25235
25236 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25237
25238 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25239
25240 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25241
25242 2005-06-30 Juri Linkov <juri@jurta.org>
25243
25244 * faces.el (vertical-border): Inherit from mode-line-inactive
25245 only on tty.
25246
25247 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25248
25249 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25250 example, -NLINES in the `occur' docstring).
25251
25252 * replace.el (occur-1): When no matches are found, do not set the
25253 `buffer-read-only' and modified flags for the occur buffer,
25254 because it is deleted.
25255
25256 * emulation/cua-base.el (cua-check-pending-input)
25257 (cua-repeat-replace-region, cua-mode, cua-debug)
25258 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25259 Fix typos in docstrings.
25260
25261 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25262 (cua-cut-region-to-global-mark)
25263 (cua--cut-rectangle-to-global-mark):
25264 Remove period from end of messages.
25265
25266 * emulation/cua-rect.el (cua-do-rectangle-padding):
25267 Remove period from end of messages.
25268 (cua--rectangle-seq-format): Fix typo in docstring.
25269 (cua-sequence-rectangle, cua-fill-char-rectangle):
25270 Improve argument/docstring consistency.
25271
25272 2005-06-29 Juri Linkov <juri@jurta.org>
25273
25274 * faces.el (default-frame-background-mode): New internal variable.
25275 (frame-set-background-mode): Use it.
25276
25277 * startup.el (normal-top-level): Set default-frame-background-mode
25278 instead of frame-background-mode. Before setting it, test for its
25279 nil value. Remove tests for frame-background-mode and frame
25280 parameter `reverse'. Add test for "unspecified-fg".
25281
25282 * term/xterm.el (xterm-rxvt-set-background-mode):
25283 * term/rxvt.el (rxvt-set-background-mode):
25284 Set default-frame-background-mode instead of frame-background-mode.
25285
25286 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25287
25288 * simple.el (set-variable): Warn about obsolete user variables.
25289
25290 * imenu.el (imenu--completion-buffer):
25291 * mouse.el (mouse-buffer-menu-alist):
25292 * msb.el (msb-invisible-buffer-p):
25293 * calendar/diary-lib.el (diary-header-line-format):
25294 * emacs-lisp/pp.el (pp-buffer):
25295 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25296 * textmodes/picture.el (picture-replace-match):
25297 Change space constants followed by a sexp to "?\s ".
25298
25299 * play/decipher.el (decipher-loop-with-breaks):
25300 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25301 constants "protected" from end of line by a comment to "?\s".
25302
25303 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25304
25305 * font-lock.el (save-buffer-state): Use `declare'.
25306
25307 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25308 reset the syntax-table to cperl-mode-syntax-table.
25309 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25310 "foo_print_bar" is not matched as a reserved keyword.
25311
25312 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25313
25314 * textmodes/org.el (orgtbl-setup): New function, for delayed
25315 setup for the orgtbl commands.
25316 (org-calc-default-modes): New option.
25317 (orgtbl-make-binding): Use `defun' to get better help display.
25318 (org-diary): Call `org-compile-prefix-format'.
25319 (org-table-formula-substitute-names): New function.
25320 (org-agenda-day-view, org-agenda-week-view): New commands.
25321 (org-agenda-toggle-week-view): Command removed.
25322 (org-tbl-menu): Split off from org-org-menu.
25323 (org-mode): Move removal of outline-mode menus to here.
25324 (org-table-formula-debug): New option.
25325 (org-table-insert-row): Keep first field if just "#" or "*".
25326 (org-mode): Paragraph regexps fixed.
25327 (org-table-recalculate-regexp): New constant.
25328 (org-table-justify-field-maybe): Avoid replace if not necessary.
25329 (org-copy-special, org-cut-special): Use `call-interactively'.
25330 (org-table-copy-region): Take region from `interactive' call.
25331 (org-trim): Return string even if no match.
25332 (org-formula): New face.
25333 (org-set-font-lock-defaults): No longer highlight "FIXME".
25334 But highlight formula-related fields in table.
25335 (org-table-p): Use regexp, not fontification.
25336 (org-table-align): Handle white space at end of line.
25337 (org-table-formula-evaluate-inline): New option.
25338 (org-mode): Auto-wrapping in comment lines turned off.
25339 (org-table-copy-down): Evaluate only in copied field, not in
25340 destination.
25341 (org-table-current-formula): Variable removed.
25342 (org-table-store-formulas, org-table-get-stored-formulas)
25343 (org-table-modify-formulas, org-table-replace-in-formulas)
25344 (org-table-maybe-eval-formula): New functions.
25345 (org-table-get-formula): Modify to use stored formulas.
25346 (org-table-insert-column, org-table-delete-column)
25347 (org-table-move-column): Call `org-table-modify-formulas'.
25348 (org-complete): Add completion for keyword formulas.
25349 (orgtbl-mode): Pull orgtbl-mode-map to start of
25350 minor-mode-map-alist.
25351
25352 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25353
25354 * progmodes/python.el (python-check): Require `compile' before
25355 modifying its variables.
25356
25357 * newcomment.el (comment-indent-default): Don't get fooled by an early
25358 end of buffer.
25359
25360 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25361
25362 * ps-print.el (ps-print-version): Fix version number.
25363
25364 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25365
25366 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25367
25368 2005-06-28 Richard M. Stallman <rms@gnu.org>
25369
25370 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25371 (flyspell-local-mouse-map): Declaration deleted.
25372 (flyspell-mouse-map): Bind only mouse-2.
25373 (flyspell-mode-map): Don't test flyspell-use-local-map.
25374 (flyspell-overlay-keymap-property-name): Var deleted.
25375 (flyspell-mode-on): Don't make local bindings for
25376 flyspell-mouse-map and flyspell-mode-map.
25377 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25378
25379 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25380
25381 * progmodes/compile.el (compilation-next-error-function):
25382 Don't switch buffers; operate on the current buffer.
25383
25384 * progmodes/compile.el (compilation-error-file-name)
25385 (compilation-warning-file-name, compilation-info-file-name)
25386 (compilation-line-number, compilation-column-number): New faces.
25387 (compilation-error-face, compilation-warning-face)
25388 (compilation-info-face, compilation-line-face)
25389 (compilation-column-face): Use them.
25390
25391 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25392
25393 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25394
25395 * bindings.el (global-map): Bind insertchar and its variants.
25396
25397 2005-06-27 Richard M. Stallman <rms@gnu.org>
25398
25399 * textmodes/artist.el (artist-text-overwrite)
25400 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25401
25402 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25403
25404 * ps-print.el: It was not working the page selection for printing.
25405 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25406 (ps-print-version): New version 6.6.7.
25407 (ps-end-sheet): New fun.
25408 (ps-header-sheet, ps-end-job): Call it.
25409
25410 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25411
25412 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25413
25414 2005-06-27 Lute Kamstra <lute@gnu.org>
25415
25416 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25417 background color faces.
25418 (facemenu-get-face): Delete function.
25419 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25420 (facemenu-add-new-color): Make second argument mandatory.
25421 Create the appropriate face and return it. Simplify.
25422 (facemenu-set-foreground, facemenu-set-background): Don't check if
25423 color is defined. Use return value of facemenu-add-new-color.
25424
25425 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25426
25427 * progmodes/gud.el (gud-filter): Add missing argument to
25428 with-selected-window.
25429
25430 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25431
25432 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25433 a :require to the defcustom.
25434
25435 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25436 defcustoms corresponding to minor modes.
25437
25438 2005-06-26 David Ponce <david@dponce.com>
25439
25440 * recentf.el: Require tree-widget instead of wid-edit.
25441 (recentf-filename-handler): Fix widget :type.
25442 (recentf-cancel-dialog, recentf-open-more-files)
25443 (recentf-open-files-action): Doc fix.
25444 (recentf-dialog-goto-first): New function.
25445 (recentf-dialog-mode-map): Set parent keymap first.
25446 (recentf-dialog-mode): Define with define-derived-mode.
25447 Don't display continuation lines in dialogs.
25448 (recentf-edit-list): Rename from recentf-edit-selected-items.
25449 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25450 Simplify.
25451 (recentf-edit-list-validate): New function.
25452 (recentf-edit-list): Update accordingly.
25453 (recentf-open-files-item-shift): Remove.
25454 (recentf-open-files-item): Convert menu elements into tree and
25455 link widgets. Don't create the widgets.
25456 (recentf-open-files): Update accordingly.
25457 (recentf-save-list): Untabify.
25458
25459 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25460
25461 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25462 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25463 partially contained in the active region. Do not take active
25464 region into account when called from Lisp, unless INTERACTIVE arg
25465 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25466 avoid trouble with fields. Make marker point nowhere when no
25467 longer used. Always return nil. Doc fix.
25468 (flush-lines): Add INTERACTIVE arg. Do not take active region
25469 into account when called from Lisp, unless INTERACTIVE arg is
25470 non-nil. Use `forward-line' instead of `beginning-of-line' to
25471 avoid trouble with fields. Make marker point nowhere when no
25472 longer used. Always return nil. Doc fix.
25473 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25474 interchangeable. Do not take active region into account when
25475 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25476 message in echo area when called from Lisp, unless INTERACTIVE arg
25477 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25478 Return the number of matches. Doc fix.
25479 (occur): Doc fix.
25480 (perform-replace): Make comment follow double space convention for
25481 the sake of `outline-minor-mode'.
25482
25483 * faces.el (facep): Doc fix.
25484
25485 2005-06-25 Richard M. Stallman <rms@gnu.org>
25486
25487 * facemenu.el (facemenu-enable-faces-p): New function.
25488 (facemenu-background-menu, facemenu-foreground-menu)
25489 (facemenu-face-menu): Add menu-enable property.
25490
25491 * jka-compr.el (jka-compr-insert-file-contents):
25492 Special handling if cannot find the uncompression program.
25493
25494 * cus-face.el (custom-face-attributes): Add autoload.
25495
25496 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25497 Bind comment-indent-function locally.
25498
25499 * window.el (save-selected-window): Use save-current-buffer.
25500
25501 * subr.el (with-selected-window): Use save-current-buffer.
25502
25503 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25504 and with-current-buffer.
25505
25506 2005-06-24 Richard M. Stallman <rms@gnu.org>
25507
25508 * simple.el (line-move-1): Fix previous change.
25509
25510 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25511
25512 * replace.el (occur-1): Set `buffer-read-only' and the
25513 buffer-modified flag before running `occur-hook' to protect
25514 against unintentional buffer switches that can lead to data loss.
25515
25516 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25517
25518 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25519 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25520 initial error.
25521
25522 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25523 after fresh input.
25524 (gdb-var-create-handler): Put name of expression in quotes.
25525
25526 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25527
25528 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25529 elements of RING in order, and without bogus nil elements.
25530
25531 2005-06-23 Richard M. Stallman <rms@gnu.org>
25532
25533 * simple.el (set-variable): Args renamed; doc fix.
25534 (line-move-1): When there are overlays around, use vertical-motion.
25535
25536 * faces.el (escape-glyph): Use brown against light background.
25537 (nobreak-space): Rename from no-break-space.
25538 Fix previous change.
25539
25540 * dired-aux.el (dired-do-copy): Fix arg prompt.
25541
25542 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25543
25544 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25545
25546 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25547 rather than "Distributor".
25548
25549 2005-06-23 Lute Kamstra <lute@gnu.org>
25550
25551 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25552 (debug-on-entry): Use it. New interactive declaration that uses
25553 function-called-at-point.
25554
25555 2005-06-23 Kim F. Storm <storm@cua.dk>
25556
25557 * subr.el (save-match-data): Add comment about using evaporate arg
25558 to set-match-data.
25559
25560 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25561
25562 * cus-edit.el (customize-face)
25563 (customize-face-other-window): Handle face aliases.
25564
25565 * faces.el (face-documentation, set-face-attribute)
25566 (face-spec-set): Handle face aliases.
25567
25568 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25569
25570 * help-mode.el (help-make-xrefs): If a symbol representing a face
25571 name is not followed by the word "face", it could still be a
25572 function or variable name, so don't bypass other checks.
25573
25574 2005-06-22 Juri Linkov <juri@jurta.org>
25575
25576 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25577 Replace aliased functions with calls where second arg `inherit' is t.
25578
25579 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25580
25581 * progmodes/gdb-ui.el (gdb-error): New variable.
25582 (gdb-error): New function.
25583 (gdb-annotation-rules): Act on error-begin and error annotations.
25584 (gdb-concat-output): Use font-lock-warning-face for errors.
25585
25586 2005-06-22 Miles Bader <miles@gnu.org>
25587
25588 * bindings.el (propertized-buffer-identification): Use renamed
25589 `Buffer-menu-buffer' face.
25590
25591 * faces.el (vertical-border): Rename from `vertical-divider'.
25592 (escape-glyph): Change dark-background color back to `cyan'.
25593
25594 2005-06-21 Juri Linkov <juri@jurta.org>
25595
25596 * faces.el (face-user-default-spec): Try getting `customized-face'
25597 prior to `saved-face'.
25598 (frame-background-mode): Refill docstring.
25599
25600 * emacs-lisp/lisp-mode.el (eval-defun-1):
25601 * emacs-lisp/edebug.el (edebug-eval-defun):
25602 Set `saved-face' temporarily to nil before calling form.
25603 Set `customized-face' to the new spec after that.
25604
25605 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25606
25607 * subr.el (1value, lambda, key-substitution-in-progress):
25608 Doc fixes.
25609
25610 * autoinsert.el (auto-insert-alist):
25611 * ses.el (ses-call-printer):
25612 * subr.el (noreturn):
25613 * emacs-lisp/lisp.el (check-parens):
25614 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25615 * net/browse-url.el (browse-url-mosaic):
25616 * progmodes/cc-defs.el (c-safe-scan-lists):
25617 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25618 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25619 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25620 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25621 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25622 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25623
25624 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25625
25626 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25627
25628 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25629
25630 * calendar/appt.el (appt-make-list): Activate the package, if
25631 not already active (for backwards compatibility).
25632
25633 2005-06-20 Kim F. Storm <storm@cua.dk>
25634
25635 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25636
25637 2005-06-20 Miles Bader <miles@gnu.org>
25638
25639 * faces.el (vertical-divider): New face.
25640
25641 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25642
25643 * simple.el (kill-whole-line): Doc fix.
25644 (next-error-buffer-p, next-error-find-buffer)
25645 (clone-indirect-buffer): Fix typos in docstrings.
25646 (comment-line-break-function): Doc fix: don't say variable
25647 is automatically buffer-local (it isn't).
25648
25649 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25650
25651 * net/tramp-ftp.el (top):
25652 * net/tramp-smb.el (top):
25653 * net/tramp-util.el (top):
25654 * net/tramp-uu.el (top):
25655 * net/tramp-vc.el (top):
25656 * net/tramp.el (top): Revert copyright years back to original
25657 ones. Tramp has a life outside GNU Emacs.
25658
25659 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25660
25661 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25662
25663 2005-06-18 Juri Linkov <juri@jurta.org>
25664
25665 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25666 end of first regexp to limit the match to the position between
25667 line number and source line with same separator character as used
25668 between file name and line number. In the second regexp limit
25669 mouse-face area to file name and line number by adding new group
25670 for them and referring it in HYPERLINK arg.
25671 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25672 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25673 previous line where grep markers may be already removed.
25674
25675 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25676
25677 * progmodes/ps-mode.el: Update version and maintainer's email address.
25678
25679 2005-06-18 Steve Youngs <steve@xemacs.org>
25680
25681 * net/browse-url.el (browse-url-browser-function)
25682 (browse-url-default-browser): Add firefox.
25683 (browse-url-firefox-program, browse-url-firefox-arguments)
25684 (browse-url-firefox-startup-arguments)
25685 (browse-url-firefox-new-window-is-tab): New defcustoms.
25686 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25687
25688 2005-06-17 Richard M. Stallman <rms@gnu.org>
25689
25690 * startup.el (command-line): Warn if specified user name has
25691 no home directory.
25692
25693 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25694 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25695
25696 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25697 Doc fixes.
25698
25699 * faces.el (underline): Try bold if terminal doesn't support underline.
25700
25701 * mail/sendmail.el (mail-setup-with-from): New variable.
25702 (mail-insert-from-field): New function.
25703 (sendmail-send-it): Call it.
25704 (mail-setup): Optionally call it here.
25705
25706 * term/linux.el: Call tty-no-underline.
25707
25708 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25709
25710 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25711
25712 2005-06-17 Miles Bader <miles@gnu.org>
25713
25714 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25715 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25716 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25717 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25718 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25719 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25720 Remove "-face" suffix from face names.
25721 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25722 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25723 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25724 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25725 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25726 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25727 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25728 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25729 New backward-compatibility aliases for renamed faces.
25730 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25731 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25732 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25733 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25734 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25735 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25736 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25737 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25738 Use renamed ediff faces.
25739
25740 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25741 Remove "-face" suffix from face names.
25742 (eshell-test-ok-face, eshell-test-failed-face):
25743 New backward-compatibility aliases for renamed faces.
25744 (eshell-run-test): Use renamed eshell-test faces.
25745
25746 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25747 face name.
25748 (eshell-prompt-face): New backward-compatibility alias for renamed
25749 face.
25750 (eshell-emit-prompt): Use renamed eshell-prompt face.
25751
25752 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25753 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25754 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25755 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25756 Remove "-face" suffix from face names.
25757 (eshell-ls-directory-face, eshell-ls-symlink-face)
25758 (eshell-ls-executable-face, eshell-ls-readonly-face)
25759 (eshell-ls-unreadable-face, eshell-ls-special-face)
25760 (eshell-ls-missing-face, eshell-ls-archive-face)
25761 (eshell-ls-backup-face, eshell-ls-product-face)
25762 (eshell-ls-clutter-face):
25763 New backward-compatibility aliases for renamed faces.
25764 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25765
25766 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25767 Remove "-face" suffix from face name.
25768 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25769 instead of literal face.
25770
25771 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25772
25773 * emacs-lisp/warnings.el (display-warning, lwarn)
25774 (warning-minimum-log-level): Doc fixes.
25775 (warning-minimum-level, warning-minimum-log-level):
25776 Add :debug to :type choices.
25777
25778 * progmodes/ada-mode.el (ada-format-paramlist)
25779 (ada-get-indent-case, ada-check-matching-start)
25780 (ada-check-defun-name, ada-goto-matching-decl-start)
25781 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25782 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25783 (ada-make-subprogram-body): Follow error conventions.
25784 (ada-case-exception-file, ada-indent-comment-as-code)
25785 (ada-indent-handle-comment-special, ada-indent-renames)
25786 (ada-indent-return, ada-search-directories-internal)
25787 (ada-tab-policy, ada-case-exception-substring)
25788 (ada-other-file-alist, ada-matching-start-re)
25789 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25790 (ada-imenu-generic-expression, ada-compile-goto-error)
25791 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25792 (ada-popup-menu, ada-add-extensions, ada-mode)
25793 (ada-region-selected, ada-create-case-exception)
25794 (ada-create-case-exception-substring, ada-after-keyword-p)
25795 (ada-activate-keys-for-case, ada-adjust-case-region)
25796 (ada-adjust-case-buffer, ada-format-paramlist)
25797 (ada-scan-paramlist, ada-insert-paramlist)
25798 (ada-indent-newline-indent)
25799 (ada-indent-newline-indent-conditional)
25800 (ada-justified-indent-current, ada-goto-previous-word)
25801 (ada-indent-current, ada-get-indent-open-paren)
25802 (ada-get-indent-paramlist, ada-get-indent-end)
25803 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25804 (ada-get-indent-block-start, ada-get-indent-subprog)
25805 (ada-get-indent-noindent, ada-get-indent-label)
25806 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25807 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25808 (ada-goto-stmt-end, ada-goto-next-word)
25809 (ada-check-matching-start, ada-check-defun-name)
25810 (ada-goto-matching-decl-start, ada-goto-matching-start)
25811 (ada-goto-matching-end, ada-search-ignore-string-comment)
25812 (ada-in-decl-p, ada-looking-at-semi-or)
25813 (ada-looking-at-semi-private, ada-in-paramlist-p)
25814 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25815 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25816 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25817 (ada-previous-package, ada-create-menu)
25818 (ada-fill-comment-paragraph-justify)
25819 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25820 (ada-other-file-name, ada-last-which-function-line)
25821 (ada-last-which-function-subprog, ada-which-function)
25822 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25823 (ada-gen-treat-proc, ada-check-emacs-version)
25824 (ada-continuation-indent, ada-align-region-separate):
25825 Fix typos in docstrings.
25826 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25827
25828 2005-06-16 Lute Kamstra <lute@gnu.org>
25829
25830 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25831 conditionally.
25832
25833 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25834
25835 * comint.el (comint-replace-by-expanded-filename)
25836 (comint-prompt-regexp, comint-delimiter-argument-list)
25837 (comint-preinput-scroll-to-bottom):
25838 * info.el (Info-hide-cookies-node):
25839 * ls-lisp.el (ls-lisp-classify):
25840 * find-file.el (ff-search-directories, ff-special-constructs)
25841 (ff-find-other-file):
25842 * font-lock.el (font-lock-keywords):
25843 * shell.el (shell-prompt-pattern)
25844 (shell-dynamic-complete-functions, shell-mode)
25845 (shell-delimiter-argument-list):
25846 * term.el (term-replace-by-expanded-filename)
25847 (term-prompt-regexp, term-delimiter-argument-list):
25848 * woman.el (woman-ignore, woman0-if):
25849 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25850 * emacs-lisp/elint.el (elint-init-env):
25851 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25852 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25853 * language/ethio-util.el (ethio-tilde-escape)
25854 (ethio-use-three-dot-question):
25855 * net/zone-mode.el (zone-mode-load-time-setup):
25856 * progmodes/cc-align.el (c-lineup-argcont):
25857 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25858 * progmodes/cperl-mode.el (cperl-set-style-back):
25859 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25860 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25861 Fix spellings in docstrings.
25862
25863 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25864 * progmodes/modula2.el (m2-for): Fix spellings.
25865
25866 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25867
25868 * simple.el (undo-more): Don't use `format' on `error' arguments.
25869 Improve argument/docstring consistency.
25870 (pending-undo-list): Doc fix.
25871
25872 * smerge-mode.el (smerge-ensure-match):
25873 * emulation/vip.el (vip-ex):
25874 * net/zone-mode.el (zone-mode-update-serial):
25875 * progmodes/idlwave.el (idlwave-complete):
25876 * progmodes/vhdl-mode.el (vhdl-visit-file)
25877 (vhdl-compose-wire-components):
25878 Don't use `format' on `error' arguments.
25879
25880 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25881 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25882 (tooltip-help-tips): Fix typos in docstrings.
25883
25884 2005-06-16 David Ponce <david@dponce.com>
25885
25886 * tree-widget.el (tree-widget-value-create): Simplify last change.
25887
25888 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25889
25890 * ido.el (ido-incomplete-regexp): New variable.
25891 (ido-set-matches-1): Handle invalid-regexp error and set
25892 ido-incomplete-regexp.
25893 (ido-incomplete-regexp): New face.
25894 (ido-completions): Use it.
25895 (ido-complete, ido-exit-minibuffer, ido-completions):
25896 Handle incomplete regexps.
25897 (ido-completions): Add check for complete match when entering a regexp.
25898
25899 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25900
25901 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25902
25903 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25904
25905 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25906 by field delimiters.
25907
25908 2005-06-15 David Ponce <david@dponce.com>
25909
25910 * tree-widget.el: eval-and-compile inlined functions so they will
25911 be available at run-time too.
25912 (tree-widget-super-format-handler)
25913 (tree-widget-format-handler): Remove.
25914 (tree-widget-value-create): Handle the :indent property.
25915
25916 2005-06-15 Miles Bader <miles@gnu.org>
25917
25918 * progmodes/which-func.el (which-func): Only inherit
25919 `font-lock-function-name-face' when that makes sense against the
25920 default mode-line face, otherwise set the face color explicitly.
25921
25922 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25923 faces instead of (non-existent) variables.
25924
25925 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25926
25927 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25928 (iswitchb-get-matched-buffers): Likewise. Simplify.
25929
25930 2005-06-14 Miles Bader <miles@gnu.org>
25931
25932 * progmodes/ld-script.el (ld-script-location-counter):
25933 Remove "-face" suffix from face name.
25934 (ld-script-location-counter-face):
25935 New backward-compatibility alias for renamed face.
25936 (ld-script-location-counter-face): Use renamed face.
25937
25938 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25939 (cperl-hash): Remove "-face" suffix from face names.
25940 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25941 New backward-compatibility aliases for renamed faces.
25942 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25943 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25944
25945 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25946 name.
25947 (which-func-face): New backward-compatibility alias for renamed face.
25948 (which-func-format): Use renamed which-func face.
25949
25950 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25951 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25952 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25953 names.
25954 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25955 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25956 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25957 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25958 (vhdl-speedbar-architecture-selected)
25959 (vhdl-speedbar-configuration-selected)
25960 (vhdl-speedbar-package-selected)
25961 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25962 names.
25963 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25964 Use renamed faces.
25965 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25966 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25967 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25968 Use renamed faces.
25969 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25970 names.
25971 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25972 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25973 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25974 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25975 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25976 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25977
25978 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25979 face name.
25980 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25981 (sh-heredoc-face): Use renamed sh-heredoc face.
25982
25983 * progmodes/idlw-help.el (idlwave-help-link):
25984 Remove "-face" suffix from face name.
25985 (idlwave-help-link-face):
25986 New backward-compatibility alias for renamed face.
25987 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25988
25989 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25990 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25991 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25992 New backward-compatibility aliases for renamed faces.
25993 (idlwave-shell-disabled-breakpoint-face)
25994 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25995
25996 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25997 Remove "-face" suffix from face names.
25998 (flymake-errline-face, flymake-warnline-face):
25999 New backward-compatibility aliases for renamed faces.
26000 (flymake-highlight-line): Use renamed flymake faces.
26001
26002 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
26003 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
26004 (ebrowse-member-class, ebrowse-progress):
26005 Remove "-face" suffix from face names.
26006 (ebrowse-tree-mark-face, ebrowse-root-class-face)
26007 (ebrowse-file-name-face, ebrowse-default-face)
26008 (ebrowse-member-attribute-face, ebrowse-member-class-face)
26009 (ebrowse-progress-face):
26010 New backward-compatibility aliases for renamed faces.
26011 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
26012 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
26013 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
26014 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26015
26016 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26017 antlr-syntax)
26018 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26019 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26020 names.
26021 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26022 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26023 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26024 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26025 backward-compatibility aliases for renamed faces.
26026 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26027 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26028 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26029 remove "font-lock-". Use renamed antlr-mode faces.
26030 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
26031 literal face-names with face variable references.
26032
26033 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26034 face name.
26035 (Buffer-menu-buffer-face): New backward-compatibility alias for
26036 renamed face.
26037 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26038
26039 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
26040
26041 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26042 Eliminate "-face" suffix.
26043 (makefile-targets): Inherit from font-lock-function-name-face and
26044 eliminate "-face" suffix.
26045 (makefile-shell): Remove attributes and eliminate "-face" suffix.
26046 (makefile-*-font-lock-keywords): Append makefile-targets in rule
26047 actions, instead of prepending, to make it less visible.
26048 (makefile-previous-dependency, makefile-match-dependency):
26049 Don't match a target on a continuation line.
26050
26051 * files.el (auto-mode-alist): Put Makefile in gmake mode.
26052
26053 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
26054
26055 * progmodes/gdb-ui.el (menu): Re-order menu items.
26056 (gdb-tooltip-print): Respect tooltip-use-echo-area.
26057
26058 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26059 Define in tooltip.el.
26060 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26061 (gud-tooltip-tips): Respect tooltip-use-echo-area and
26062 gud-tooltip-echo-area.
26063
26064 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26065 backward compatibility and make obsolete.
26066 (tooltip-help-tips): Use tooltip-use-echo-area.
26067 (tooltip-show-help-function): Rename to...
26068 (tooltip-show-help): ...this, because it is a function.
26069 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26070
26071 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
26072
26073 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26074 (edebug-print-length, edebug-print-level, edebug-print-circle)
26075 (edebug-modify-breakpoint, edebug-eval-last-sexp)
26076 (edebug-eval-print-last-sexp): Doc fixes.
26077
26078 2005-06-14 Kim F. Storm <storm@cua.dk>
26079
26080 * ido.el (ido-mode): Make a new keymap every time we enable ido,
26081 as the coverage buffer/file/both may change.
26082
26083 2005-06-14 Lute Kamstra <lute@gnu.org>
26084
26085 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26086 and run-mode-hooks. Simplify.
26087
26088 * mail/rmailedit.el (rmail-edit-mode):
26089 * progmodes/octave-inf.el (inferior-octave-mode):
26090 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26091
26092 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26093 and run-mode-hooks.
26094 (recentf-edit-list, recentf-open-files): Don't call
26095 kill-all-local-variables directly.
26096
26097 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26098
26099 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
26100
26101 * emacs-lisp/byte-run.el (make-obsolete)
26102 (define-obsolete-function-alias): Rename arguments FUNCTION and
26103 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26104 (make-obsolete-variable, define-obsolete-variable-alias):
26105 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26106 respectively.
26107
26108 * isearchb.el (isearchb-activate):
26109 * pcvs.el (cvs-mode):
26110 * ses.el (ses-load):
26111 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26112 * net/tramp.el (tramp-find-file-exists-command)
26113 (tramp-find-shell):
26114 * progmodes/ada-mode.el (ada-create-case-exception)
26115 (ada-create-case-exception-substring, ada-make-subprogram-body):
26116 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26117 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26118 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26119 * textmodes/org.el (org-promote, org-evaluate-time-range)
26120 (org-agenda-next-date-line, org-agenda-previous-date-line)
26121 (org-agenda-error, org-open-at-point, org-table-move-row)
26122 (org-format-table-table-html-using-table-generate-source)
26123 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26124 * textmodes/reftex.el (reftex-access-scan-info):
26125 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26126 (reftex-toc-promote-prepare): Follow error conventions.
26127
26128 * diff-mode.el (diff-mode): Fix typo in docstring.
26129
26130 * forms.el (forms--intuit-from-file): Fix reference to
26131 `forms-number-of-fields' in error message.
26132 (forms-print): Fix quoting in error message.
26133
26134 * forms.el (forms-mode):
26135 * emulation/vi.el (vi-goto-insert-state):
26136 * progmodes/flymake.el (flymake-new-err-info)
26137 (flymake-start-syntax-check-for-current-buffer)
26138 (flymake-simple-cleanup):
26139 * eshell/esh-var.el (eshell/export):
26140 * progmodes/gud.el (xdb):
26141 * textmodes/flyspell.el (flyspell-incorrect-hook)
26142 (flyspell-maybe-correct-transposition)
26143 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26144
26145 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26146
26147 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26148 minibuffer prompt.
26149
26150 2005-06-13 Kim F. Storm <storm@cua.dk>
26151
26152 * subr.el (add-to-ordered-list): New defun.
26153
26154 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26155 add cua--keymap-alist to emulation-mode-map-alists.
26156
26157 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26158
26159 * subr.el (complete-in-turn): New macro.
26160 (dynamic-completion-table, lazy-completion-table): Add debug info.
26161
26162 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26163 in preference to face aliases.
26164
26165 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26166 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26167 Remove unused vars `start' and `firstline'.
26168 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26169 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26170
26171 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26172
26173 * cus-start.el (all): Don't complain about missing GTK-related
26174 variables, unless either `gtk' is boundp or this isn't a
26175 `windows-nt' build.
26176
26177 2005-06-13 Lute Kamstra <lute@gnu.org>
26178
26179 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26180 run-mode-hooks.
26181
26182 * ediff-mult.el (ediff-meta-mode):
26183 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26184
26185 * ledit.el (ledit-mode): Use delay-mode-hooks.
26186
26187 * woman.el (woman-mode-line-format): Delete constant.
26188 (woman-mode-map): Initialize it properly.
26189 (woman-mode): Set mode-class property to special.
26190 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26191 Set major-mode and mode-name. Don't set mode-line-format directly.
26192 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26193
26194 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26195 string argument obsolete.
26196
26197 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26198
26199 * textmodes/org.el (org-CUA-compatible): New option.
26200 (org-disputed-keys): New variable.
26201 (org-key): New function.
26202 (orgtbl-make-binding): Add docstring to the created function.
26203 (org-mode): Set paragraph start/separate regexps.
26204 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26205 (org-archive-location, org-archive-mark-done)
26206 (org-archive-stamp-time): New options.
26207 (org-archive-subtree): New command.
26208 (org-fill-paragraph): New function.
26209 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26210 (org-fake-empty-table-line): Function removed.
26211 (org-format-org-table-html): Do not create empty table lines at
26212 separator lines. Improved table header treatment.
26213 (org-link-format): New option.
26214 (org-make-link): New function.
26215 (org-insert-link, org-store-link): Use org-make-link.
26216 (org-open-file): Quote file name for shell command, to allow
26217 spaces in file names.
26218 (org-link-regexp): Fix bug with mailto link.
26219 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26220 New constants.
26221 (org-export-as-html): Deal with the optional angles around a link.
26222 Better treatment of file: links.
26223 (org-open-at-point): Replace @{ and @} with < and >.
26224 (org-run-mode-hooks): Function removed.
26225 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26226
26227 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26228
26229 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26230 MI command -data-list-register-values.
26231 (gdb-post-prompt): Indent properly.
26232
26233 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26234
26235 * hilit-chg.el (highlight-changes-colors): Rename from
26236 `highlight-changes-colours'.
26237 (highlight-changes-colours): Keep as obsolete alias.
26238 (highlight-changes-face-list): Doc fix.
26239 (hilit-chg-make-list): Use `highlight-changes-colors'.
26240
26241 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26242
26243 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26244 defun-prompt-regexp.
26245
26246 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26247
26248 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26249 and cygwin.
26250
26251 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26252 Don't use an old loaddefs.el, as in Makefile.in.
26253
26254 2005-06-12 Lute Kamstra <lute@gnu.org>
26255
26256 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26257
26258 * man.el (Man-mode-map): Initialize it properly.
26259 (Man-mode): Set mode-class property to special.
26260
26261 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26262
26263 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26264
26265 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26266 A newline is needed in the docstring there.
26267
26268 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26269 Doc fixes.
26270
26271 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26272
26273 * printing.el: Doc fix. The menubar is no more changed when printing
26274 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26275 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26276 (pr-version): New version number (6.8.4).
26277 (pr-menu-bind): New command.
26278 (pr-update-menus): Docstring and code fix.
26279 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26280 Docstring fix.
26281 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26282 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26283
26284 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26285
26286 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26287 "Returns" to "return", document useful return values, etc.
26288
26289 2005-06-11 Alan Mackenzie <acm@muc.de>
26290
26291 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26292 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26293 (adaptive-file-function): Minor amendment to doc-string.
26294
26295 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26296
26297 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26298 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26299 Fix :type--it is `integer', not `string'.
26300
26301 * faces.el (modeline-highlight): Rename from (the erroneous)
26302 `modeline-higilight'.
26303
26304 2005-06-11 Lute Kamstra <lute@gnu.org>
26305
26306 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26307 lisp-interaction-mode-map but make it the parent.
26308 (edebug-eval-mode): Use define-derived-mode.
26309
26310 2005-06-11 Andreas Schwab <schwab@suse.de>
26311
26312 * bindings.el: Add binding of `ESC functionkey' for every
26313 `M-functionkey'.
26314 * hexl.el (hexl-mode-map): Likewise.
26315
26316 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26317
26318 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26319 [msft]: update regexp for newer msft compilers.
26320
26321 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26322
26323 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26324 ATTLIST portions of included DTDs.
26325 (xml-parse-dtd): Eliminate use of inefficient match-data.
26326
26327 2005-06-10 Miles Bader <miles@gnu.org>
26328
26329 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26330 (mpuz-text): Remove "-face" suffix from face names.
26331 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26332 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26333 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26334
26335 * play/gomoku.el (gomoku-O, gomoku-X):
26336 Remove "-face" suffix from face names.
26337 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26338 New backward-compatibility aliases for renamed faces.
26339 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26340
26341 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26342
26343 * thumbs.el: Fixes for changes of 2005-06-09.
26344 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26345 as a directory.
26346 (thumbs-thumbname): Remove directory separator from format string;
26347 `thumbs-thumbsdir' now returns a valid directory name.
26348 (thumbs-temp-dir): New defsubst.
26349 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26350 Use it.
26351
26352 * cus-edit.el (minibuffer):
26353 * files.el (make-backup-file-name-function):
26354 * filesets.el (filesets-external-viewers):
26355 * hilit-chg.el (highlight-changes-colours)
26356 (highlight-changes-face-list, highlight-changes-rotate-faces):
26357 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26358 * kmacro.el (kmacro-call-macro):
26359 * log-edit.el (log-edit-changelog-full-paragraphs):
26360 * mouse.el (mouse-1-click-follows-link):
26361 * skeleton.el (skeleton-autowrap):
26362 * subr.el (insert-for-yank-1):
26363 * tempo.el (tempo-insert-region):
26364 * terminal.el (terminal-emulator):
26365 * time.el (display-time-mail-face):
26366 * vc.el (vc-annotate):
26367 * vcursor.el (vcursor-copy-line):
26368 * woman.el (woman-bold-headings, woman-ignore)
26369 (woman-default-faces, woman-monochrome-faces):
26370 * calendar/todo-mode.el (todo-insert-threshold):
26371 * emulation/pc-select.el (pc-select-selection-keys-only)
26372 (pc-selection-mode):
26373 * emulation/vip.el (vip-find-char-forward):
26374 * emulation/viper-cmd.el (viper-find-char-forward):
26375 * international/mule-cmds.el
26376 (select-safe-coding-system-accept-default-p)
26377 (input-method-exit-on-invalid-key):
26378 * international/mule-diag.el (describe-coding-system):
26379 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26380 * net/browse-url.el (browse-url-xterm-program):
26381 * obsolete/lazy-lock.el (lazy-lock-mode):
26382 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26383 (cperl-mode):
26384 * progmodes/cpp.el (cpp-face-light-name-list)
26385 (cpp-face-dark-name-list):
26386 * progmodes/delphi.el (delphi-newline-always-indents):
26387 Fix spellings in docstrings.
26388
26389 * ido.el (ido-mode, ido-file-extensions-order)
26390 (ido-default-file-method, ido-default-buffer-method)
26391 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26392 (ido-decorations, ido-read-file-name-as-directory-commands)
26393 (ido-read-file-name-non-ido, ido-work-directory-list)
26394 (ido-ignore-item-temp-list, ido-current-directory)
26395 (ido-magic-forward-char, ido-enter-find-file)
26396 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26397 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26398
26399 2005-06-10 Lute Kamstra <lute@gnu.org>
26400
26401 * play/dunnet.el (dun-mode): Use define-derived-mode.
26402 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26403 obsolete alias.
26404
26405 * play/doctor.el (doctor-mode-map): Remove defvar.
26406 (doctor-mode): Use define-derived-mode.
26407
26408 * mail/mspools.el (mspools-mode):
26409 * net/eudc-hotlist.el (eudc-hotlist-mode):
26410 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26411
26412 2005-06-10 Miles Bader <miles@gnu.org>
26413
26414 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26415 Remove "-face" suffix from face names.
26416 (flyspell-incorrect-face, flyspell-duplicate-face):
26417 New backward-compatibility aliases for renamed faces.
26418 (flyspell-mode-on, make-flyspell-overlay)
26419 (flyspell-highlight-incorrect-region)
26420 (flyspell-highlight-duplicate-region)
26421 (flyspell-display-next-corrections)
26422 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26423
26424 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26425 from face name.
26426 (texinfo-heading-face): New backward-compatibility alias for
26427 renamed face.
26428 (texinfo-heading-face): Use renamed texinfo-heading face.
26429
26430 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26431 suffix from face names.
26432 (tex-math-face, tex-verbatim-face):
26433 New backward-compatibility aliases for renamed faces.
26434 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26435 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26436 literal face name.
26437
26438 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26439 name.
26440 (table-cell-face): New backward-compatibility alias for renamed face.
26441 (table--put-cell-face-property, table--update-cell-face):
26442 Use renamed table-cell face.
26443
26444 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26445 from face name.
26446 (sgml-namespace-face): New backward-compatibility alias for
26447 renamed face.
26448 (sgml-namespace-face): Use renamed sgml-namespace face.
26449
26450 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26451 (org-level-4, org-level-5, org-level-6, org-level-7)
26452 (org-level-8, org-warning, org-headline-done)
26453 (org-deadline-announce, org-scheduled-today)
26454 (org-scheduled-previously, org-link, org-done, org-table)
26455 (org-time-grid): Remove "-face" suffix from face names.
26456 (org-level-1-face, org-level-2-face, org-level-3-face)
26457 (org-level-4-face, org-level-5-face, org-level-6-face)
26458 (org-level-7-face, org-level-8-face, org-warning-face)
26459 (org-headline-done-face, org-deadline-announce-face)
26460 (org-scheduled-today-face, org-scheduled-previously-face)
26461 (org-link-face, org-done-face, org-table-face)
26462 (org-time-grid-face):
26463 New backward-compatibility aliases for renamed faces.
26464 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26465 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26466 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26467 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26468
26469 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26470 (viper-minibuffer-emacs, viper-minibuffer-insert)
26471 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26472 (viper-search-face, viper-replace-overlay-face)
26473 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26474 (viper-minibuffer-vi-face):
26475 New backward-compatibility aliases for renamed faces.
26476 (viper-search-face, viper-replace-overlay-face)
26477 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26478 (viper-minibuffer-vi-face): Use renamed viper faces.
26479
26480 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26481 Remove "-face" suffix from face names.
26482 (testcover-nohits-face, testcover-1value-face):
26483 New backward-compatibility aliases for renamed faces.
26484 (testcover-mark): Use renamed testcover faces.
26485
26486 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26487 face name.
26488 (diary-button-face): New backward-compatibility alias for renamed face.
26489 (diary-entry): Use renamed diary-button face.
26490
26491 * calendar/calendar.el (diary, calendar-today, holiday)
26492 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26493 (diary-face, calendar-today-face, holiday-face):
26494 New backward-compatibility aliases for renamed faces.
26495 (eval-after-load "facemenu", diary-entry-marker)
26496 (calendar-today-marker, calendar-holiday-marker, diary-face):
26497 Use renamed calendar faces.
26498
26499 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26500 (compare-windows-face): New backward-compatibility alias for
26501 renamed face.
26502 (compare-windows-highlight): Use renamed compare-windows face.
26503
26504 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26505 (strokes-char-face): New backward-compatibility alias for renamed face.
26506 (strokes-encode-buffer): Use renamed strokes-char face.
26507
26508 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26509 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26510 Remove "-face" suffix from face names.
26511 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26512 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26513 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26514 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26515 Use renamed pcvs faces.
26516 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26517 * pcvs-defs.el (cvs-mode-map): Likewise.
26518 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26519
26520 * info.el (info-title-1, info-title-2, info-title-3)
26521 (info-title-4): Remove "-face" suffix from and downcase face names.
26522 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26523 (Info-title-4-face):
26524 New backward-compatibility aliases for renamed faces.
26525 (Info-fontify-node): Use renamed info faces.
26526
26527 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26528 Remove "-face" suffix from face names.
26529 (highlight-changes-face, highlight-changes-delete-face):
26530 New backward-compatibility aliases for renamed faces.
26531 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26532 (hilit-chg-make-list): Use renamed highlight-changes faces.
26533
26534 * generic-x.el (show-tabs-tab, show-tabs-space):
26535 Remove "-face" suffix from face names.
26536 (show-tabs-tab-face, show-tabs-space-face):
26537 New backward-compatibility aliases for renamed faces.
26538 (show-tabs-generic-mode-font-lock-defaults-1)
26539 (show-tabs-generic-mode-font-lock-defaults-2):
26540 Use renamed show-tabs faces.
26541
26542 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26543 (smerge-markers): Remove "-face" suffix from face names.
26544 (smerge-mine-face, smerge-other-face, smerge-base-face)
26545 (smerge-markers-face):
26546 New backward-compatibility aliases for renamed faces.
26547 (smerge-mine-face, smerge-other-face, smerge-base-face)
26548 (smerge-markers-face): Use renamed smerge faces.
26549
26550 * log-view.el (log-view-file, log-view-message): Remove "-face"
26551 suffix from face names.
26552 (log-view-file-face, log-view-message-face):
26553 New backward-compatibility aliases for renamed faces.
26554 (log-view-file-face, log-view-message-face): Use renamed log-view
26555 faces.
26556
26557 * paren.el (show-paren-match, show-paren-mismatch):
26558 Remove "-face" suffix from face names.
26559 (show-paren-match-face, show-paren-mismatch-face):
26560 New backward-compatibility aliases for renamed faces.
26561 (show-paren-function): Use renamed show-paren faces.
26562
26563 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26564 (ruler-mode-margins, ruler-mode-fringes)
26565 (ruler-mode-column-number, ruler-mode-fill-column)
26566 (ruler-mode-comment-column, ruler-mode-goal-column)
26567 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26568 suffix from face names.
26569 (ruler-mode-default-face, ruler-mode-pad-face)
26570 (ruler-mode-margins-face, ruler-mode-fringes-face)
26571 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26572 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26573 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26574 New backward-compatibility aliases for renamed faces.
26575 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26576 (ruler-mode-column-number, ruler-mode-fill-column)
26577 (ruler-mode-comment-column, ruler-mode-goal-column)
26578 (ruler-mode-tab-stop, ruler-mode-current-column)
26579 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26580 faces.
26581
26582 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26583 face name.
26584 (whitespace-highlight-the-space): Use renamed face.
26585 (whitespace-highlight-face): New backward-compatibility alias for
26586 renamed face.
26587
26588 * woman.el (woman-italic, woman-bold, woman-unknown)
26589 (woman-addition, woman-symbol-face):
26590 Remove "-face" suffix from face names.
26591 (woman-italic-face, woman-bold-face, woman-unknown-face)
26592 (woman-addition-face):
26593 New backward-compatibility aliases for renamed faces.
26594 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26595 (woman-decode-region, woman-replace-match)
26596 (woman-display-extended-fonts, woman-special-characters)
26597 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26598 Use renamed woman faces.
26599
26600 * longlines.el (longlines-visible-face): Face removed.
26601
26602 * diff-mode.el (diff-header, diff-file-header, diff-index)
26603 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26604 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26605 suffix from face names.
26606 (diff-header-face, diff-file-header-face, diff-index-face)
26607 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26608 (diff-changed-face, diff-function-face, diff-context-face)
26609 (diff-nonexistent-face): New backward-compatibility aliases for
26610 renamed faces.
26611 (diff-header-face, diff-file-header-face)
26612 (diff-index, diff-index-face, diff-hunk-header)
26613 (diff-hunk-header-face, diff-removed, diff-removed-face)
26614 (diff-added, diff-added-face, diff-changed-face, diff-function)
26615 (diff-function-face, diff-context-face, diff-nonexistent)
26616 (diff-nonexistent-face): Use renamed diff-mode faces.
26617
26618 * progmodes/compile.el (compilation-warning-face)
26619 (compilation-info-face): Remove "-face" suffix from face names.
26620 (compilation-warning-face, compilation-info-face):
26621 New backward-compatibility aliases for renamed faces.
26622 (compilation-warning-face, compilation-info-face):
26623 Use renamed compilation faces.
26624
26625 * add-log.el (change-log-date, change-log-name)
26626 (change-log-email, change-log-file, change-log-list)
26627 (change-log-conditionals, change-log-function)
26628 (change-log-acknowledgement): Remove "-face" suffix from face names.
26629 (change-log-date-face, change-log-name-face)
26630 (change-log-email-face, change-log-file-face)
26631 (change-log-list-face, change-log-conditionals-face)
26632 (change-log-function-face, change-log-acknowledgement-face):
26633 New backward-compatibility aliases for renamed faces.
26634 (change-log-font-lock-keywords): Use renamed change-log faces.
26635
26636 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26637 (custom-set, custom-changed, custom-saved, custom-button)
26638 (custom-button-pressed, custom-documentation, custom-state)
26639 (custom-comment, custom-comment-tag, custom-variable-tag)
26640 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26641 (custom-group-tag): Remove "-face" suffix from face names.
26642 (custom-magic-alist, custom-magic-value-create)
26643 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26644 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26645 (custom-set-face, custom-changed-face, custom-saved-face)
26646 (custom-button-face, custom-button-pressed-face)
26647 (custom-documentation-face, custom-state-face)
26648 (custom-comment-face, custom-comment-tag-face)
26649 (custom-variable-tag-face, custom-variable-button-face)
26650 (custom-face-tag-face, custom-group-tag-face-1)
26651 (custom-group-tag-face):
26652 New backward-compatibility aliases for renamed faces.
26653
26654 * wid-edit.el (widget-documentation, widget-button)
26655 (widget-field, widget-single-line-field, widget-inactive)
26656 (widget-button-pressed): "-face" suffix removed from face names.
26657 (widget-documentation-face, widget-button-face)
26658 (widget-field-face, widget-single-line-field-face)
26659 (widget-inactive-face, widget-button-pressed-face):
26660 New backward-compatibility aliases for renamed faces.
26661 (widget-documentation-face, widget-button-face)
26662 (widget-button-pressed-face, widget-specify-field)
26663 (widget-specify-inactive): Use renamed widget faces.
26664
26665 2005-06-10 Kenichi Handa <handa@m17n.org>
26666
26667 * term/x-win.el (x-clipboard-yank): Remove condition-case
26668 wrapping.
26669
26670 2005-06-11 Kenichi Handa <handa@m17n.org>
26671
26672 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26673 date lines stricter.
26674
26675 2005-06-10 Zhang Wei <id.brep@gmail.com>
26676
26677 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26678 of x-get-selection.
26679
26680 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26681
26682 * comint.el (comint-mode, comint-snapshot-last-prompt):
26683 * frame.el (frame-current-scroll-bars):
26684 * term.el (term-mode, term-check-proc, term-input-sender)
26685 (term-simple-send, term-extract-string, term-word)
26686 (term-match-partial-filename):
26687 * window.el (window-current-scroll-bars):
26688 * emulation/cua-base.el (cua-normal-cursor-color)
26689 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26690 (cua-global-mark-cursor-color):
26691 * mail/undigest.el (rmail-forward-separator-regex):
26692 Fix typos in docstrings.
26693
26694 * comint.el (comint-check-proc, make-comint-in-buffer)
26695 (comint-source-default): Doc fixes.
26696
26697 * term.el (term-send-string): Improve argument/docstring consistency.
26698
26699 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26700
26701 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26702 call to `delete-region'.
26703 (comint-mode-hook): Do not enable Font Lock by default.
26704
26705 2005-06-09 Lute Kamstra <lute@gnu.org>
26706
26707 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26708 could be void.
26709
26710 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26711
26712 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26713 (debug): Use it.
26714 (debugger-step-through, debugger-continue, debugger-jump)
26715 (debugger-return-value): Set it when needed.
26716 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26717 Use inhibit-read-only.
26718
26719 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26720
26721 * window.el (shrink-window-if-larger-than-buffer)
26722 (window-size-fixed): Fix typo in docstring.
26723
26724 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26725 thumbnails directory on loading.
26726 (thumbs-conversion-program): Use `eq' to check the system type,
26727 not `equal'.
26728 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26729 not "/tmp". Fix docstring.
26730 (thumbs-thumbsdir): New function to return the thumbnails
26731 directory, creating it if needed.
26732 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26733 (thumbs-temp-file): Delete variable and make it into a function.
26734 (thumbs-resize-image, thumbs-modify-image): Use it.
26735 (thumbs-kill-buffer): Simplify.
26736 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26737 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26738 docstrings.
26739
26740 2005-06-09 Kim F. Storm <storm@cua.dk>
26741
26742 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26743 set-match-data to free markers in match-data.
26744
26745 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26746 match-data to unchain markers in match-data.
26747
26748 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26749
26750 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26751 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26752 unnecessary now.
26753
26754 2005-06-08 Richard M. Stallman <rms@gnu.org>
26755
26756 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26757 give the variable a doc string that doesn't say don't set it directly.
26758
26759 * textmodes/ispell.el (ispell-check-version):
26760 Use match-string-no-properties.
26761 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26762 (ispell-buffer-local-words): Likewise.
26763
26764 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26765 except on terminals with enough colors to really display it.
26766 (makefile-dependency-regex): Delete spurious `bb'.
26767
26768 * faces.el (escape-glyph): Use blue once again in last case.
26769 (no-break-space): Redefine so that it isn't invisible on a tty.
26770
26771 2005-06-08 Kim F. Storm <storm@cua.dk>
26772
26773 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26774 also when reading directory name.
26775
26776 2005-06-08 Lute Kamstra <lute@gnu.org>
26777
26778 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26779 (flyspell-mode-line-string): Remove autoload cookie.
26780 (flyspell-mode): Remove defvar.
26781
26782 2005-06-07 Lute Kamstra <lute@gnu.org>
26783
26784 * textmodes/org.el (org-run-mode-hooks): New function.
26785 (org-agenda-mode): Use it.
26786
26787 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26788
26789 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26790
26791 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26792
26793 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26794
26795 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26796
26797 * font-lock.el (font-lock-add-keywords): Doc fix.
26798
26799 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26800
26801 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26802 (tex-compile-default): In the absence of any history, use the order in
26803 tex-compile-alist to choose the preferred command.
26804 (tex-compile-commands): Reorder a bit.
26805
26806 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26807 (flyspell-incorrect-face, flyspell-duplicate-face):
26808 Use (X)Emacs-agnostic code.
26809 (flyspell-mode-map): Don't overwrite at each load. Remove code
26810 redundant with the subsequent add-minor-mode. Merge Emacs and
26811 XEmacs code.
26812 (flyspell-word): Minor simplification.
26813 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26814 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26815 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26816 Merge the corresponding Emacs code.
26817 (flyspell-correct-word, flyspell-xemacs-popup):
26818 Use flyspell-do-correct.
26819
26820 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26821 a dedicated window.
26822
26823 * international/latexenc.el (latexenc-find-file-coding-system):
26824 Undo part of last patch, to turn off a compiler warning.
26825
26826 2005-06-06 Juri Linkov <juri@jurta.org>
26827
26828 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26829 Rename `tmm-inactive-face' to `tmm-inactive'.
26830
26831 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26832
26833 * iswitchb.el: Rename faces.
26834
26835 2005-06-06 Kim F. Storm <storm@cua.dk>
26836
26837 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26838 (cua-global-mark): Remove -face suffix from face names.
26839
26840 * emulation/cua-gmrk.el (cua--init-global-mark):
26841 Remove cua-global-mark face setup.
26842
26843 2005-06-06 Richard M. Stallman <rms@gnu.org>
26844
26845 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26846 just like other allowed characters.
26847 (makefile-match-dependency): Exclude leading and training whitespace
26848 from the range of regexp subexp 1.
26849 (makefile-macroassign-regex): Don't try to match the body,
26850 just the name of the macro being defined.
26851
26852 * info.el (Info-read-node-name-2): New function.
26853 (Info-read-node-name-1): Use that.
26854 Add a completion-base-size-function property.
26855
26856 * simple.el (completion-setup-function): Look for
26857 completion-base-size-function property of minibuffer-completion-table.
26858
26859 * files.el (locate-file-completion): Doc fix.
26860
26861 * printing.el: Don't call pr-update-menus; user must do that.
26862
26863 * emacs-lisp/debug.el (debugger-window): New variable.
26864 (debug): Use debugger-window if it is set and still alive.
26865 Record debugger-window for next entry.
26866
26867 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26868
26869 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26870
26871 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26872 (hack-one-local-variable, hack-local-variables)
26873 (hack-local-variables-prop-line): Pass that arg.
26874
26875 2005-06-06 Kim F. Storm <storm@cua.dk>
26876
26877 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26878 (ido-indicator): Remove -face suffix from face names.
26879
26880 2005-06-06 Juri Linkov <juri@jurta.org>
26881
26882 * font-lock.el (font-lock-regexp-backslash)
26883 (font-lock-regexp-backslash-construct): New faces.
26884 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26885 after `('. Add `while-no-input' to control structures.
26886
26887 * faces.el (no-break-space, shadow): New faces.
26888 (escape-glyph): Use less loud colors pink2 and red4.
26889
26890 * diff-mode.el (diff-context-face)
26891 * dired.el (dired-ignored)
26892 * rfn-eshadow.el (file-name-shadow)
26893 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26894
26895 * info.el (Info-title-1-face): Use green instead of yellow because
26896 bold yellow is not readable on light backgrounds.
26897
26898 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26899 before selecting the desired mode to not spend time fontifying
26900 old contents.
26901
26902 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26903
26904 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26905 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26906
26907 * ps-print.el (ps-default-fg, ps-default-bg):
26908 Fix typos in docstrings.
26909
26910 * isearchb.el (isearchb): Don't pass a spurious second argument to
26911 `iswitchb-completions'.
26912
26913 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26914
26915 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26916 to preserve point.
26917 (gdb-find-file-hook): Add doc string.
26918
26919 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26920 C dereferenced pointer expression.
26921 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26922
26923 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26924
26925 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26926 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26927 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26928 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26929 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26930 Make background transparent.
26931
26932 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26933
26934 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26935 (font-lock-remove-keywords): Doc fix.
26936 (font-lock-mode-major-mode): Compiler defvar.
26937 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26938
26939 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26940 (font-lock-mode): Update `font-lock-mode-major-mode'.
26941 (font-lock-set-defaults): Compiler defvar.
26942 (font-lock-default-function): Take `font-lock-mode-major-mode'
26943 into account.
26944
26945 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26946 keep track of which major mode it enabled the minor mode for.
26947 Use find-file-hook again. Update docstring.
26948
26949 * simple.el (eval-expression-print-level)
26950 (eval-expression-print-length, eval-expression-debug-on-error):
26951 Doc fixes.
26952
26953 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26954
26955 * iswitchb.el (iswitchb-single-match-face)
26956 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26957 (iswitchb-invalid-regexp-face): New faces.
26958 (iswitchb-completions): Use them.
26959 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26960 now marked as an obsolete alias.
26961 (iswitchb-read-buffer): Remove check for bound font variables.
26962 (iswitchb-invalid-regexp): New free variable.
26963 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26964 set iswitchb-invalid-regexp.
26965 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26966 invalid regexps.
26967 (iswitchb-completions): Add check for complete match when entering
26968 a regexp.
26969 (iswitchb-completions): Remove require-match argument.
26970 (iswitchb-exhibit): Fix caller.
26971 (iswitchb-common-match-inserted): New variable.
26972 (iswitchb-complete, iswitchb-completion-help): Use it.
26973
26974 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26975
26976 * url-http.el (url-http-chunked-encoding-after-change-function):
26977 Use `url-http-debug' instead of `message'.
26978
26979 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26980
26981 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26982 callback argument.
26983
26984 2005-06-04 Kim F. Storm <storm@cua.dk>
26985
26986 * simple.el (line-move): Only call sit-for when moving backwards.
26987
26988 * ido.el (ido-make-merged-file-list-1): New defun split from
26989 ido-make-merged-file-list.
26990 (ido-make-merged-file-list): Bind throw-on-input around call to
26991 ido-make-merged-file-list-1. Return input-pending-p if
26992 interrupted by more input available.
26993 (ido-read-internal): Handle input-pending-p return value from
26994 ido-make-merged-file-list.
26995
26996 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26997
26998 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26999 compatibility code.
27000
27001 * international/latexenc.el (latexenc-find-file-coding-system):
27002 Don't inherit the EOL part of the coding-system from the
27003 tex-main buffer. Fit within 80 columns.
27004
27005 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
27006
27007 * tmm.el (tmm-inactive-face): New face.
27008 (tmm-remove-inactive-mouse-face): New function.
27009 (tmm-prompt, tmm-add-one-shortcut)
27010 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
27011 but not selectable.
27012
27013 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
27014
27015 * faces.el (face-equal): Improve argument/docstring consistency.
27016
27017 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
27018
27019 * progmodes/make-mode.el (makefile-targets-face)
27020 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27021 (makefile-bsdmake-dependency-regex)
27022 (makefile-makepp-rule-action-regex)
27023 (makefile-bsdmake-rule-action-regex): New constants.
27024 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27025
27026 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27027 Allow (...) within `...' for makepp messages.
27028
27029 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
27030
27031 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27032
27033 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27034 "." files are deleted from all file lists before comparison.
27035
27036 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27037 (viper-ESC-key): Made them customizable.
27038
27039 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27040
27041 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
27042
27043 * autorevert.el (auto-revert-buffers): Use save-match-data.
27044
27045 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
27046
27047 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27048 menu items with a nil command binding.
27049
27050 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
27051
27052 * emacs-lisp/cl-macs.el (defsetf):
27053 Improve argument/docstring consistency.
27054
27055 * faces.el (list-faces-display): Improve the formatting by
27056 computing the maximum length required for any face-name (reworked
27057 patch of 1999-01-11, accidentally deleted on 1999-07-21).
27058 (internal-find-face): Remove redundant info in docstring.
27059
27060 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
27061
27062 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27063 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27064 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27065 (gdb-assembler-custom): Improve regexps.
27066 (def-gdb-auto-update-handler): Use window point to preserve point.
27067
27068 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
27069
27070 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27071
27072 2005-05-31 Jay Belanger <belanger@truman.edu>
27073
27074 * calc/calc-embed.el (calc-embedded-word): Change argument passed
27075 to calc-embedded.
27076 (calc-embedded-make-info): Have plain prefix argument select
27077 entire line.
27078
27079 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
27080
27081 * faces.el (list-faces-display): Signal error if passed a regexp
27082 that matches no face name.
27083
27084 * simple.el (filter-buffer-substring): Fix typo in docstring.
27085
27086 2005-05-31 Richard M. Stallman <rms@gnu.org>
27087
27088 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27089 (vhdl-emacs-21): Doc fix.
27090 (vhdl-mode): Unconditionally set comment-padding.
27091 (vhdl-fixup-whitespace-region): Insert spaces only where
27092 there are none.
27093 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27094
27095 2005-05-30 John Wiegley <johnw@newartisans.com>
27096
27097 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27098 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27099 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27100 `directory-sep-char' to ?/, and all uses of `string-to-int' to
27101 `string-to-number'.
27102
27103 2005-05-30 Jay Belanger <belanger@truman.edu>
27104
27105 * calc/calc.el (calc-bug-address): Fix docstring.
27106 (calc-window-hook, calc-trail-window-hook): New variables.
27107 (calc-trail-display): Restore use of calc-trail-window-hook.
27108 (calc): Restore use of calc-window-hook.
27109
27110 2005-05-31 Masatake YAMATO <jet@gyve.org>
27111
27112 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27113
27114 * help-fns.el (help-C-file-name): Add autoload mark for
27115 `find-function-noselect'.
27116
27117 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
27118
27119 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27120 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27121
27122 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27123
27124 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27125 included diary buffer if it was not already being visited.
27126 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27127
27128 * calendar/icalendar.el (top-level): Do not require appt.
27129
27130 * mail/supercite.el (sc-select-attribution): Only use a list
27131 element from sc-attrib-selection-list if it returns a string.
27132 Reported by Davide G. M. Salvetti <salve@debian.org>.
27133
27134 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
27135
27136 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27137 includes a hash value to improve its uniqueness, and has a ".jpg"
27138 extension. Also, it is now a valid filename on all systems.
27139 (thumbs-make-thumb): Use `let', not `let*'.
27140 (thumbs-show-thumbs-list): Check for JPEG availability.
27141
27142 2005-05-30 Richard M. Stallman <rms@gnu.org>
27143
27144 * filesets.el (filesets-menu-ensure-use-cached):
27145 Prevent warning when emacs-version>= is undefined.
27146
27147 * printing.el (pr-interactive-n-up): Use string-to-number.
27148
27149 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27150
27151 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27152 Warn only when name to be defined is quoted.
27153
27154 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27155
27156 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27157 Make regexp more robust.
27158 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27159 Force regeneration of disassembly.
27160
27161 2005-05-29 Jay Belanger <belanger@truman.edu>
27162
27163 * calc/calc.el (calc-user-invocation): Check if
27164 calc-invocation-macro is non-nil.
27165
27166 2005-05-29 Juri Linkov <juri@jurta.org>
27167
27168 * add-log.el (change-log-font-lock-keywords):
27169 Add `+' to e-mail regexp to accept mail address with keywords.
27170
27171 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27172
27173 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27174
27175 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27176
27177 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27178
27179 2005-05-29 Richard M. Stallman <rms@gnu.org>
27180
27181 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27182 Undo the change that moves to end of the current word.
27183
27184 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27185
27186 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27187 Throw error when count <= 0 to ensure input is a number.
27188 (gdb-read-memory-custom): Pick up address from buffer.
27189 (gdb-memory-mode): Allow user to increment and decrement
27190 memory address from header line.
27191
27192 2005-05-29 Richard M. Stallman <rms@gnu.org>
27193
27194 * flyspell.el (flyspell-version): Function deleted.
27195 (flyspell-auto-correct-previous-hook): Doc fix.
27196
27197 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27198 Do nothing if memory is full.
27199
27200 * font-lock.el (font-lock-fontify-syntactically-region):
27201 Pass t for GREEDY to looking-back.
27202
27203 * saveplace.el (save-place-alist-to-file): Write the file
27204 using write-region.
27205
27206 * subr.el (looking-back): New argument GREEDY.
27207
27208 * progmodes/compile.el (compilation-start): Set the mode
27209 before inserting the initial text.
27210
27211 * progmodes/which-func.el (which-func-update-1): Turn the mode
27212 off in case of error by setting which-func-mode.
27213
27214 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27215
27216 * flyspell.el (flyspell-auto-correct-previous-word):
27217 Narrow down to what's on the screen, and recenter overlays
27218 at the end of the next word.
27219
27220 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27221
27222 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27223 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27224 (flyspell-abbrev-p): Default to nil.
27225 (flyspell-use-global-abbrev-table-p): Doc fix.
27226 (flyspell-large-region): Allow nil as value.
27227 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27228
27229 (mail-mode-flyspell-verify): More robust handling
27230 of `mail-header-separator'. More efficient signature detection.
27231 Allow for regexp metacharacters in message-header-separator.
27232 Adding `To' not to be checked in mail-mode-flyspell-verify.
27233
27234 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27235 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27236 Bind flyspell-auto-correct-binding.
27237 Bind C-. and C-, .
27238 (flyspell-mode-map): Likewise.
27239 (flyspell-mode): Doc fix.
27240 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27241 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27242 (flyspell-word-cache-result): New var, always local.
27243 (flyspell-check-pre-word-p): Doc fix.
27244 (flyspell-check-changed-word-p): Handle spc like newline.
27245 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27246 (flyspell-word-search-backward, flyspell-word-search-forward):
27247 New functions.
27248 (flyspell-word): Return t if nothing to check.
27249 When parsing TeX code, check for after } or \.
27250 Use flyspell-word-search-backward to find previous word.
27251 Return nil if duplicated word.
27252 For word already checked, return same value as last time.
27253 Set flyspell-word-cache-result after checking.
27254 Don't clobber the return value.
27255 (flyspell-get-word): Major rewrite.
27256 (flyspell-external-point-words): New locals pword, pcount.
27257 Fix size used in progress message.
27258 Find the proper corresponding word in flyspell-large-region-buffer.
27259 (flyspell-region): Check for flyspell-large-region = nil.
27260 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27261 (flyspell-auto-correct-word): Check that WORD is a cons.
27262 (flyspell-correct-word): Likewise.
27263
27264 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27265
27266 * progmodes/make-mode.el (makefile-rule-action-regex)
27267 (makefile-macroassign-regex, makefile-makepp-mode)
27268 (makefile-bsdmake-mode): Continuation lines may be empty.
27269 Reported by Joshua Varner.
27270 (makefile-makepp-font-lock-keywords): Add $(stem).
27271
27272 2005-05-28 Karl Berry <karl@gnu.org>
27273
27274 * textmodes/tex-mode.el: Now that tex-send-command calls
27275 shell-quote-argument (2005-03-31 change), remove all calls to
27276 shell-quote-argument; they all end up invoking tex-send-command.
27277 The double quoting loses on filenames with non-safe characters,
27278 such as "@". Reported by Frederik Fouvry.
27279
27280 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27281
27282 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27283 about preserving point.
27284
27285 2005-05-27 Jay Belanger <belanger@truman.edu>
27286
27287 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27288 Info-goto-node.
27289
27290 * calc/calc-embed.el (calc-embed-arg): New variable.
27291 (calc-do-embedded-activate, calc-embedded-activate-formula)
27292 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27293 variable by new variable.
27294 (calc-embedded-make-info): Replace undeclared variable by new
27295 variable. When selecting region with positive prefix
27296 argument, use end of previous line instead of beginning of line.
27297
27298 * calc/calc-aent.el (calc-arg-values): Declare it.
27299
27300 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27301 Declare them.
27302
27303 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27304
27305 * calc/calc.el (calc-alg-map): Declare it.
27306
27307 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27308
27309 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27310
27311 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27312 (gdb-registers-buffer, toggle-gdb-all-registers):
27313 Toggle display of floating point registers.
27314 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27315
27316 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27317 (toggle-gud-tooltip-dereference):
27318 Rename from gud-toggle-tooltip-dereference.
27319
27320 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27321
27322 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27323
27324 2005-05-27 Jay Belanger <belanger@truman.edu>
27325
27326 * calc/calc-prog.el (calc-kbd-report): Remove.
27327 (calc-kbd-query): Rewrite.
27328
27329 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27330
27331 * image.el (image-library-alist): Move to image.c.
27332 (image-type-available-p): Doc fix.
27333
27334 2005-05-27 Lute Kamstra <lute@gnu.org>
27335
27336 * calc/calc.el (calc):
27337 * outline.el (outline-1, outline-2, outline-3, outline-4)
27338 (outline-5, outline-6, outline-7, outline-8):
27339 * textmodes/dns-mode.el (dns-mode):
27340 * textmodes/sgml-mode.el (sgml-namespace-face):
27341 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27342 (tex-verbatim-face, tex-use-reftex):
27343 * textmodes/texinfo.el (texinfo-heading-face):
27344 Specify customization group.
27345
27346 * longlines.el: Don't require easy-mmode.
27347 (longlines-visible-face): Specify customization group.
27348
27349 2005-05-27 Kenichi Handa <handa@m17n.org>
27350
27351 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27352 encoding table of windows-1251.
27353
27354 * international/ucs-tables.el (ucs-set-table-for-input):
27355 If translation-table-for-input of a coding system is a symbol, get
27356 its translation-table property.
27357
27358 * international/code-pages.el: Don't register a coding system into
27359 non-iso-charset-alist more than once.
27360 (cp-make-coding-system): Likewise.
27361
27362 2005-05-26 John Wiegley <johnw@newartisans.com>
27363
27364 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27365 `eshell-resume-eval' is wrapped in a list, it indicates that the
27366 command was run asynchronously. In that case, unwrap the value
27367 before checking the delimiter value.
27368
27369 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27370 character before a space at the end of a line is \, assume the space
27371 is part of the last argument rather than a final argument separator.
27372
27373 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27374 is in use, and the target is `t' or `nil' (which are the most common
27375 values), don't assume that the symbol target is a buffer.
27376
27377 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27378
27379 * calendar/calendar.el (calendar-mode-line-format):
27380 Use mode-line-highlight as mouse-face.
27381
27382 * time.el (display-time-string-forms, display-time-update):
27383 Use mode-line-highlight as mouse-face.
27384
27385 2005-05-26 Jay Belanger <belanger@truman.edu>
27386
27387 * calc/calc.el (calc-language-alist): Remove extra defvar.
27388
27389 2005-05-26 Lute Kamstra <lute@gnu.org>
27390
27391 * arc-mode.el (archive-mode):
27392 * bookmark.el (bookmark-read-annotation-mode)
27393 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27394 * bs.el (bs-mode):
27395 * calc/calc-yank.el (calc-edit-mode):
27396 * calc/calc.el (calc-mode, calc-trail-mode):
27397 * calculator.el (calculator-mode):
27398 * chistory.el (command-history-mode):
27399 * comint.el:
27400 * cus-edit.el (custom-mode):
27401 * descr-text.el (describe-text-mode):
27402 * ebuff-menu.el (Electric-buffer-menu-mode):
27403 * ediff-util.el (ediff-mode):
27404 * emacs-lisp/re-builder.el (reb-mode):
27405 * emulation/vi.el (vi-mode-setup):
27406 * emulation/ws-mode.el (wordstar-mode):
27407 * eshell/esh-mode.el (eshell-mode):
27408 * forms.el (forms-mode):
27409 * help-mode.el (help-mode):
27410 * hexl.el (hexl-mode):
27411 * ibuffer.el (ibuffer-mode):
27412 * ielm.el (inferior-emacs-lisp-mode):
27413 * info.el (Info-mode, Info-edit-mode):
27414 * international/swedish.el:
27415 * ledit.el (ledit-from-lisp-mode):
27416 * locate.el (locate-mode):
27417 * mail/rmail.el (rmail-mode):
27418 * mail/rmailedit.el (rmail-edit-mode):
27419 * mail/rmailsum.el (rmail-summary-mode):
27420 * mail/supercite.el (sc-electric-mode):
27421 * net/eudc.el (eudc-mode):
27422 * net/quickurl.el (quickurl-list-mode):
27423 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27424 * obsolete/ooutline.el (outline-mode):
27425 * obsolete/options.el (Edit-options-mode):
27426 * obsolete/rnews.el (news-mode):
27427 * obsolete/rnewspost.el (news-reply-mode):
27428 * play/5x5.el (5x5-mode):
27429 * play/decipher.el (decipher-mode, decipher-stats-mode):
27430 * play/gomoku.el (gomoku-mode):
27431 * play/snake.el (snake-mode):
27432 * play/solitaire.el (solitaire-mode):
27433 * play/tetris.el (tetris-mode):
27434 * progmodes/ada-mode.el (ada-mode):
27435 * progmodes/antlr-mode.el (antlr-mode):
27436 * progmodes/autoconf.el (autoconf-mode):
27437 * progmodes/dcl-mode.el (dcl-mode):
27438 * progmodes/delphi.el (delphi-mode):
27439 * progmodes/ebrowse.el (ebrowse-tree-mode)
27440 (ebrowse-electric-list-mode, ebrowse-member-mode)
27441 (ebrowse-electric-position-mode):
27442 * progmodes/f90.el (f90-mode):
27443 * progmodes/fortran.el (fortran-mode):
27444 * progmodes/icon.el (icon-mode):
27445 * progmodes/idlw-help.el (idlwave-help-mode):
27446 * progmodes/idlw-shell.el (idlwave-shell-mode):
27447 * progmodes/idlwave.el (idlwave-mode):
27448 * progmodes/inf-lisp.el (inferior-lisp-mode):
27449 * progmodes/m4-mode.el (m4-mode):
27450 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27451 * progmodes/modula2.el (modula-2-mode):
27452 * progmodes/octave-inf.el (inferior-octave-mode):
27453 * progmodes/octave-mod.el (octave-mode):
27454 * progmodes/pascal.el (pascal-mode):
27455 * progmodes/sh-script.el (sh-mode):
27456 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27457 * progmodes/vhdl-mode.el (vhdl-mode):
27458 * progmodes/xscheme.el (scheme-interaction-mode):
27459 * replace.el (occur-mode):
27460 * ses.el (ses-mode):
27461 * simple.el (completion-list-mode):
27462 * skeleton.el:
27463 * speedbar.el (speedbar-mode):
27464 * term.el (term-mode):
27465 * terminal.el (terminal-edit-mode):
27466 * textmodes/reftex-index.el (reftex-index-mode)
27467 (reftex-index-phrases-mode):
27468 * textmodes/reftex-sel.el (reftex-select-label-mode)
27469 (reftex-select-bib-mode):
27470 * textmodes/reftex-toc.el (reftex-toc-mode):
27471 * wdired.el (wdired-change-to-wdired-mode):
27472 * wid-browse.el (widget-browse-mode):
27473 Use run-mode-hooks.
27474
27475 * array.el (array-mode):
27476 * calendar/todo-mode.el (todo-mode):
27477 * man.el (Man-mode):
27478 * play/landmark.el (lm-mode):
27479 * play/mpuz.el (mpuz-mode):
27480 Use kill-all-local-variables and run-mode-hooks.
27481
27482 * subr.el (delay-mode-hooks): Specify indentation.
27483
27484 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27485
27486 * xml.el (xml-substitute-special): Don't die for undefined xml
27487 entities.
27488
27489 2005-05-26 Jay Belanger <belanger@truman.edu>
27490
27491 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27492 of nil.
27493
27494 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27495
27496 * progmodes/gdb-ui.el (gdb-frame-address):
27497 Rename from gdb-current-address.
27498 (gdb-previous-frame-address): Rename from gdb-previous-address.
27499 (gdb-selected-frame): Rename from gdb-current-frame.
27500 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27501 (gdb-frame-number): Rename from gdb-current-stack-level.
27502 (gdb-ann3): Match new mode-name for disassembly buffer.
27503 Extend initialization of variables.
27504 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27505 (gdb-memory-mode): Use mouse-face in header line.
27506 (gdb-assembler-buffer-name): Call it disassembly and give frame
27507 in mode line.
27508 (gdb-source-spec-regexp, gdb-assembler-custom)
27509 (gdb-invalidate-assembler, gdb-frame-handler):
27510 Make robust to leading zeroes in address format.
27511
27512 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27513
27514 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27515 define `org-mode'.
27516 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27517
27518 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27519
27520 * log-edit.el (log-edit-changelog-entries): Distinguish between
27521 filenames like xfns.c and fns.c.
27522
27523 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27524
27525 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27526 point after reverting.
27527 (Buffer-menu-make-sort-button): Handle the case where
27528 `Buffer-menu-use-header-line' is nil.
27529
27530 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27531
27532 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27533 New funcs. In minibuffer-local-completion-map bind `]', `/'
27534 and `:' to them.
27535
27536 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27537
27538 * startup.el (normal-top-level): Allow modification of load-path while
27539 we're iterating over it.
27540
27541 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27542
27543 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27544 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27545 (thumbs-resize-interactive, thumbs-insert-image)
27546 (thumbs-insert-thumb, thumbs-dired-show-marked)
27547 (thumbs-find-image-at-point, thumbs-delete-images)
27548 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27549 (thumbs-increment-image-size, thumbs-decrement-image-size):
27550 Fix typos in docstrings.
27551
27552 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27553
27554 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27555 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27556 (cperl-mode): Use them.
27557
27558 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27559
27560 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27561 Doc fixes.
27562
27563 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27564
27565 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27566 Bind C-d to gdb-inferior-io-eof.
27567
27568 * dired.el (dired-dnd-popup-notice): Use message-box.
27569
27570 2005-05-23 Masatake YAMATO <jet@gyve.org>
27571
27572 * bindings.el (mode-line-major-mode-keymap):
27573 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27574
27575 * faces.el (mode-line-highlight): New face.
27576
27577 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27578 as mouse-face.
27579
27580 * bindings.el (top-level, help-echo, mode-line-modified)
27581 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27582 as mouse-face.
27583
27584 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27585
27586 * progmodes/cc-engine.el (c-guess-basic-syntax):
27587 Remove spurious call to `zerop'.
27588
27589 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27590
27591 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27592
27593 CC Mode update to 5.30.10:
27594
27595 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27596 could go past the limit in decoration level 2, thereby causing
27597 errors during interactive fontification.
27598
27599 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27600 the file is evaluated interactively.
27601
27602 * cc-engine.el (c-guess-basic-syntax): Handle operator
27603 declarations somewhat better in C++.
27604
27605 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27606 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27607 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27608 (awk-mode): Use it.
27609 (make-local-hook): Suppress warning about obsoleteness.
27610
27611 * cc-engine.el, cc-align.el, cc-cmds.el
27612 (c-append-backslashes-forward, c-delete-backslashes-forward)
27613 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27614 Compensate for return value from `forward-line' when it has moved
27615 but not to a different line due to eob.
27616
27617 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27618 `objc-method-intro' and `objc-method-args-cont'.
27619
27620 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27621
27622 CC Mode update to 5.30.10:
27623
27624 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27625 in the copyright statement. Incidentally, change "along with GNU
27626 Emacs" to "along with this program" where it occurs.
27627
27628 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27629 so that it is interactive, hence can be found by M-x awk-mode
27630 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27631 <gmorris+emacs@ast.cam.ac.uk>.
27632
27633 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27634 Mode's regexps.
27635
27636 2005-05-23 Kevin Ryde <user42@zip.com.au>
27637
27638 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27639 c-parse-state, to avoid a lisp error (on bad code).
27640
27641 2005-05-23 Lute Kamstra <lute@gnu.org>
27642
27643 * subr.el (font-lock-defaults): Remove defvar as it's already
27644 defined in font-core.el.
27645
27646 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27647
27648 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27649
27650 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27651 more general and work when GDB variable "print pretty" is on,
27652 as with Emacs, for example.
27653
27654 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27655
27656 * font-core.el: Update comment.
27657
27658 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27659 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27660
27661 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27662
27663 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27664
27665 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27666 and `yank-handler' in the doc strings.
27667
27668 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27669
27670 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27671
27672 2005-05-22 Richard M. Stallman <rms@gnu.org>
27673
27674 * help.el (describe-key): Move print-help-return-message call
27675 out of conditional.
27676
27677 * progmodes/etags.el (list-tags): Use with-no-warnings.
27678
27679 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27680 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27681 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27682
27683 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27684
27685 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27686 Add defvar.
27687
27688 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27689 Use defvar, not defconst.
27690
27691 * hexl.el (hexl-follow-line): Use with-no-warnings.
27692
27693 * emulation/tpu-extras.el: Use write-file-functions instead of
27694 write-file-hooks.
27695
27696 * dired.el (dired-font-lock-keywords): Fontify files with junk
27697 extensions even if marked by -F.
27698
27699 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27700
27701 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27702 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27703 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27704 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27705 (concatenate, list-length, get*, getf, cl-remprop):
27706 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27707 (etypecase, progv, lexical-let, lexical-let*)
27708 (multiple-value-bind, multiple-value-setq, shiftf):
27709 Improve argument/docstring consistency.
27710
27711 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27712
27713 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27714
27715 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27716 doesn't exist.
27717
27718 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27719 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27720
27721 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27722
27723 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27724 already deleted variables: auto-fill-hook, blink-paren-hook,
27725 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27726 suspend-hooks, comment-indent-hook, meta-flag,
27727 before-change-function, after-change-function,
27728 font-lock-doc-string-face.
27729
27730 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27731
27732 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27733
27734 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27735
27736 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27737 rmail-dont-reply-to.
27738
27739 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27740
27741 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27742 literal blank when splitting new-header-values.
27743
27744 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27745
27746 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27747 string so that tmm doesn't create a completion entry for it.
27748
27749 * textmodes/table.el (table-disable-menu): Ditto.
27750
27751 2005-05-21 Richard M. Stallman <rms@gnu.org>
27752
27753 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27754
27755 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27756
27757 * net/rcompile.el (remote-compile): Use compilation-start.
27758
27759 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27760
27761 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27762
27763 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27764 Default to makefile-bsdmake-mode on BSD systems.
27765
27766 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27767 REGEXP may also be a search function now. The part of doc-string
27768 for describing the structure was 95% identical to that of
27769 `imenu--generic-function'. Unify it there.
27770
27771 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27772 Use function to find dependencies, because regexp alone is so complex,
27773 it easily goes into an endless loop.
27774 (makefile-makepp-mode): Also add submenu for Perl functions
27775 defined in the makefile.
27776 (makefile-bsdmake-mode): Special imenu-generic-expression no
27777 longer needed, due to function call.
27778 (makefile-match-dependency): Take BOUND into account when checking
27779 if we're through.
27780
27781 2005-05-20 Jay Belanger <belanger@truman.edu>
27782
27783 * calc/calc-units.el (calc-invalidate-units-table):
27784 Use inhibit-read-only.
27785 (math-build-units-table-buffer): Use view-mode.
27786
27787 2005-05-20 David Kastrup <dak@gnu.org>
27788
27789 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27790 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27791
27792 2005-05-20 Lute Kamstra <lute@gnu.org>
27793
27794 * diff-mode.el (diff-header-face, diff-file-header-face)
27795 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27796 (diff-added-face, diff-changed-face, diff-function-face)
27797 (diff-context-face, diff-nonexistent-face): Put them in the
27798 diff-mode customization group.
27799
27800 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27801
27802 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27803
27804 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27805
27806 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27807 Minor regexp-optimization.
27808
27809 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27810
27811 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27812 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27813 (org-agenda-add-time-grid-maybe): New function.
27814 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27815 (org-table-create): `dotimes' instead of `mapcar'.
27816 (org-xor): Simplify implementation.
27817 (org-agenda): `inhibit-redisplay' turned on.
27818 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27819 a consistent line after a state change.
27820 (org-agenda-remove-times-when-in-prefix): New option.
27821 (org-prefix-has-time): New variable.
27822 (org-parse-time-string): Optional argument NODEFAULT.
27823 (org-format-agenda-item): Parse items for time-of-day
27824 specifications and move these into the prefix if possible.
27825 (org-agenda-priority): Get current heading, not previous heading
27826 during agenda remote editing.
27827
27828 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27829
27830 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27831 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27832 (remove-duplicates, delete-duplicates, substitute)
27833 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27834 (nsubstitute-if-not, find, find-if, find-if-not, position)
27835 (position-if, position-if-not, count, count-if, count-if-not)
27836 (mismatch, search, sort*, stable-sort, merge, member*)
27837 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27838 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27839 (intersection, nintersection, set-difference, nset-difference)
27840 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27841 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27842 (nsublis, tree-equal): Improve argument/docstring consistency.
27843
27844 * subr.el (send-string, send-region): Remove obsolescence declaration.
27845 (window-dot, set-window-dot, read-input, show-buffer)
27846 (eval-current-buffer, string-to-int):
27847 Add release number to obsolescence declarations.
27848
27849 2005-05-19 Kim F. Storm <storm@cua.dk>
27850
27851 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27852 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27853
27854 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27855
27856 * faces.el (list-faces-display): Make back button respect optional
27857 regexp arg.
27858
27859 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27860
27861 * calculator.el (calculator-radix-grouping-mode)
27862 (calculator-radix-grouping-digits, calculator-displayer)
27863 (calculator-radix-grouping-separator, calculator-copy-displayer):
27864 * dabbrev.el (dabbrev-search-these-buffers-only):
27865 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27866 (diff-advance-after-apply-hunk, diff-mode-hook)
27867 (diff-minor-mode-prefix):
27868 * imenu.el (imenu-use-popup-menu):
27869 * jit-lock.el (jit-lock-context-time):
27870 * newcomment.el (comment-fill-column, comment-column)
27871 (comment-style, comment-padding, comment-multi-line)
27872 (comment-empty-lines, comment-auto-fill-only-comments):
27873 * reveal.el (reveal-around-mark):
27874 * uniquify.el (uniquify-buffer-name-style)
27875 (uniquify-after-kill-buffer-p)
27876 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27877 (uniquify-min-dir-content, uniquify-separator)
27878 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27879 * w32-vars.el (w32-fixed-font-alist):
27880 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27881 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27882 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27883 * progmodes/perl-mode.el (perl-indent-level)
27884 (perl-continued-statement-offset, perl-continued-brace-offset)
27885 (perl-brace-offset, perl-brace-imaginary-offset)
27886 (perl-label-offset, perl-indent-continued-arguments)
27887 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27888 * progmodes/tcl.el (tcl-indent-level)
27889 (tcl-continued-indent-level, tcl-auto-newline)
27890 (tcl-tab-always-indent, tcl-electric-hash-style)
27891 (tcl-help-directory-list, tcl-use-smart-word-finder)
27892 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27893 (inferior-tcl-source-command):
27894 * textmodes/fill.el (enable-kinsoku):
27895 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27896 * textmodes/table.el (table-yank-handler):
27897 Specify missing group (and type, if simple) in defcustom.
27898
27899 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27900
27901 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27902
27903 2005-05-19 Richard M. Stallman <rms@gnu.org>
27904
27905 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27906
27907 * subr.el (event-basic-type): Don't get an error.
27908 (left-fringe-p): Function deleted.
27909
27910 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27911 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27912
27913 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27914 in recursive copy.
27915
27916 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27917
27918 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27919
27920 * emacs-lisp/bytecomp.el
27921 (byte-compile-file-form-custom-declare-variable):
27922 Call byte-compile-nogroup-warn if appropriate.
27923
27924 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27925 (compilation-set-window): Don't call left-fringe-p; do it directly.
27926
27927 2005-05-19 Jay Belanger <belanger@truman.edu>
27928
27929 * calc/calc-graph.el (calc-graph-format-data): Make sure
27930 var-PlotRejects is bound before trying to check its value.
27931
27932 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27933
27934 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27935 definition of this variable from reftex-global.el to reftex.el,
27936 because it is needed in the menu.
27937
27938 2005-05-19 Lute Kamstra <lute@gnu.org>
27939
27940 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27941 years are fixed. Don't insert a space after a dash.
27942
27943 2005-05-19 Kim F. Storm <storm@cua.dk>
27944
27945 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27946
27947 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27948
27949 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27950 strings, because (eq ... ?\\) is fairly frequent.
27951
27952 * progmodes/make-mode.el (makefile-add-this-line-targets):
27953 Simplify and integrate into `makefile-pickup-targets'.
27954 (makefile-add-this-line-macro): Simplify and integrate into
27955 `makefile-pickup-macros.
27956 (makefile-pickup-filenames-as-targets): Simplify.
27957 (makefile-previous-dependency, makefile-match-dependency):
27958 Don't stumble over `::'.
27959
27960 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27961
27962 * subr.el (post-command-idle-hook, post-command-idle-delay):
27963 Remove obsoletion of post-command-idle-hook and
27964 post-command-idle-delay.
27965
27966 * faces.el (list-faces-display): Provide button when describe-face
27967 is called to take user back to the list of faces.
27968
27969 * help-fns.el (describe-variable): Remove hyperlinks in a
27970 variable's value as these are quite frequently inappropriate.
27971
27972 * follow.el (follow-submit-feedback, follow-mode):
27973 Remove references to post-command-idle-hook.
27974
27975 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27976
27977 * progmodes/make-mode.el (makefile-previous-dependency)
27978 (makefile-match-dependency): Check for := (and in bsd mode also
27979 !=) to give a better result, even when font-lock is not on.
27980
27981 2005-05-18 Jay Belanger <belanger@truman.edu>
27982
27983 * calc/calc-help.el (calc-s-prefix-help):
27984 Add `calc-copy-special-constant' to help string.
27985
27986 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27987
27988 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27989
27990 2005-05-18 Jay Belanger <belanger@truman.edu>
27991
27992 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27993 in linear factors are in proper order.
27994
27995 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27996
27997 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27998 Support for jurabib.
27999
28000 * textmodes/reftex.el (featurep): Define aliases for overlay
28001 commands, for XEmacs compatibility, and use these aliases in
28002 overlay initializations.
28003 (reftex-highlight): Use `reftex-move-overlay'.
28004 (reftex-unhighlight): Use `reftex-delete-overlay'.
28005 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
28006 (reftex-access-search-path): Use `reftex-uniquify' instead of
28007 `reftex-uniq'
28008
28009 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
28010 `before-string' property modification enables for Emacs as well.
28011 (reftex-select-item): Use `reftex-delete-overlay'.
28012 (reftex-select-mark): Use `reftex-make-overlay' and
28013 `reftex-overlay-put'.
28014 (reftex-select-unmark): Use `reftex-delete-overlay' and
28015 `reftex-overlay-put'.
28016
28017 2005-05-18 Lute Kamstra <lute@gnu.org>
28018
28019 * emacs-lisp/lisp.el (check-parens): Fix docstring.
28020
28021 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
28022
28023 * add-log.el (add-change-log-entry):
28024 * array.el (array-make-template, array-reconfigure-rows)
28025 (array-init-max-row, array-init-max-column)
28026 (array-init-columns-per-line, array-init-field-width):
28027 * replace.el (replace-match-maybe-edit, perform-replace):
28028 * textmodes/spell.el (spell-region):
28029 Replace `read-input' by `read-string'.
28030
28031 * forms.el (forms-mode):
28032 * finder.el (finder-compile-keywords):
28033 * shadowfile.el (shadow-read-files):
28034 Replace `eval-current-buffer' by `eval-buffer'.
28035
28036 * terminal.el (te-pass-through):
28037 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28038 (ange-ftp-raw-send-cmd):
28039 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28040 (send-process-next-char, telnet-initial-filter, telnet):
28041 Replace `send-string' by `process-send-string'.
28042
28043 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28044 (prolog-consult-region): Replace `send-string' by
28045 `process-send-string'; replace `send-region' by `process-send-region'.
28046
28047 * progmodes/delphi.el (delphi-log-msg):
28048 Replace `set-window-dot' by `set-window-point'.
28049
28050 * subr.el (window-dot, set-window-dot, read-input, send-string)
28051 (send-region, show-buffer, eval-current-buffer):
28052 Make really obsolete, as the comment says.
28053
28054 2005-05-17 Kim F. Storm <storm@cua.dk>
28055
28056 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28057 (cua--init-keymaps): Bind C-return instead of S-return to set
28058 rectangle mark.
28059
28060 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28061 instead of S-return to toggle/clear rectangle mark.
28062
28063 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
28064
28065 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28066 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28067 Also fontify plain strings assigned to variables, mostly so that a
28068 colon has a face and is thus not taken as a dependency separator.
28069 (makefile-previous-dependency): Inline the new matcher, because it
28070 is too complex to work in both directions.
28071 (makefile-match-dependency): Eliminate `backward' arg (see above).
28072 Completely reimplemented so as to not sometimes go into an endless
28073 loop. It should also be more efficient, because first it only
28074 searches for `:', instead of applying the very complex regexp.
28075 (makefile-mode): Cancel `font-lock-support-mode', because blocks
28076 to be fontified in one piece can be too long for JIT.
28077 Makefiles are never *that* big.
28078
28079 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
28080
28081 * dired.el (dired-mode): Simplify.
28082
28083 2005-05-17 Lute Kamstra <lute@gnu.org>
28084
28085 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28086 defcustom for the mode hook variable.
28087
28088 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28089 Emacs Lisp Reference Manual.
28090
28091 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
28092
28093 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28094 (evenp, list*):
28095 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28096 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28097
28098 * net/tramp-smb.el (tramp-smb-open-connection):
28099 Pass `tramp-chunksize' as fifth (required) argument.
28100
28101 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
28102
28103 * font-lock.el (lisp-font-lock-keywords-1):
28104 Set `font-lock-negation-char-face' for [^...] char group.
28105 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28106
28107 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28108 a var, and refine it to mask one more level of nested vars.
28109 (makefile-rule-action-regex): Turn it into a var, and refine it so
28110 it recognizes backslashed continuation lines as belonging to the
28111 same command.
28112 (makefile-macroassign-regex): Refine it so it recognizes
28113 backslashed continuation lines as belonging to the same command.
28114 (makefile-var-use-regex): Don't look at the next char, because it
28115 might be the same one to be skipped by the initial [^$], leading
28116 to an overlooked variable use.
28117 (makefile-make-font-lock-keywords): Remove two parameters, which
28118 are now variables that some of the modes set locally.
28119 Handle dependency and rule action matching through functions, because
28120 regexps alone match too often. Dependency matching now comes
28121 last, so it can check, whether a colon already matched something else.
28122 (makefile-mode): Inform that font-lock improves makefile parsing
28123 capabilities.
28124 (makefile-match-dependency, makefile-match-action): New functions.
28125
28126 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
28127
28128 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28129
28130 * align.el (align-regexp):
28131 * ansi-color.el (ansi-color-get-face):
28132 * array.el (array-reconfigure-rows, array-init-max-row)
28133 (array-init-max-column, array-init-columns-per-line)
28134 (array-init-field-width):
28135 * dired-aux.el (dired-trample-file-versions):
28136 * dired-x.el (dired-mark-sexp):
28137 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28138 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28139 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28140 * faces.el (face-read-integer):
28141 * files.el (backup-extract-version, insert-directory):
28142 * hexl.el (hexl-insert-decimal-char):
28143 * server.el (server-process-filter):
28144 * shell.el (shell-extract-num):
28145 * startup.el (command-line-1):
28146 * term.el (term-command-hook):
28147 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28148 (time-stamp-do-number):
28149 * time.el (display-time-update):
28150 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28151 (timezone-fix-time):
28152 * vms-patch.el (vms-suspend-resume-hook):
28153 * calendar/appt.el (appt-convert-time):
28154 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28155 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28156 * calendar/cal-islam.el (mark-islamic-diary-entries):
28157 * calendar/calendar.el (calendar-cursor-to-date)
28158 (calendar-star-date):
28159 * calendar/diary-lib.el (diary-attrtype-convert)
28160 (mark-diary-entries, diary-entry-time):
28161 * calendar/solar.el (solar-get-number):
28162 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28163 * emacs-lisp/re-builder.el (reb-display-subexp):
28164 * emulation/edt.el (edt-set-scroll-margins):
28165 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28166 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28167 (vip-get-ex-count):
28168 * emulation/viper-ex.el (viper-get-ex-token)
28169 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28170 * international/fontset.el (fontset-plain-name):
28171 * mail/feedmail.el (feedmail-look-at-queue-directory):
28172 * mail/mailalias.el (mail-get-names):
28173 * mail/rmail.el (rmail-convert-to-babyl-format):
28174 * mail/rmailsum.el (rmail-make-basic-summary-line)
28175 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28176 (rmail-summary-goto-msg):
28177 * mail/smtpmail.el (smtpmail-read-response):
28178 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28179 (ange-ftp-vms-add-file-entry):
28180 * play/gametree.el (gametree-looking-at-ply)
28181 (gametree-current-branch-score):
28182 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28183 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28184 * progmodes/cperl-mode.el (condition-case):
28185 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28186 (ebrowse-set-member-buffer-column-width)
28187 (ebrowse-select-1st-to-9nth):
28188 * progmodes/etags.el (etags-snarf-tag):
28189 * progmodes/flymake.el (flymake-parse-line):
28190 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28191 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28192 (idlwave-shell-menu-def):
28193 * progmodes/ps-mode.el (ps-run-goto-error):
28194 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28195 (vhdl-speedbar-contract-level):
28196 * term/mac-win.el (x-handle-numeric-switch):
28197 * term/sun-mouse.el (sun-get-frame-data):
28198 * term/w32-win.el (x-handle-numeric-switch):
28199 * term/x-win.el (x-handle-numeric-switch):
28200 * textmodes/ispell.el (ispell-parse-output):
28201 * textmodes/nroff-mode.el (nroff-outline-level):
28202 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28203 (reftex-bib-sort-year-reverse, reftex-format-citation):
28204 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28205 (reftex-section-number):
28206 * textmodes/texinfmt.el (texinfo-paragraphindent):
28207 Replace `string-to-int' by `string-to-number'.
28208
28209 * international/latexenc.el: Add page marker to force the "Local
28210 Variables:" string out of the last page.
28211
28212 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28213
28214 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28215 tooltip-change-major-mode.
28216 (gud-tooltip-print-command): Remove case where gud-minor-mode
28217 is gdb ("--fullname").
28218 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28219 explain to user.
28220
28221 2005-05-16 Jay Belanger <belanger@truman.edu>
28222
28223 * calc/calc-store.el (calc-copy-special-constant): New function.
28224
28225 * calc/calc-ext.el (calc-init-extensions): Add binding for
28226 `calc-copy-special-constant'.
28227
28228 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28229 for the `calc-copy-special-constant' command.
28230
28231 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28232
28233 * subr.el (left-fringe-p): New function.
28234
28235 * progmodes/compile.el (compilation-setup): Set local value of
28236 overlay-arrow-string to "" always.
28237 (compilation-set-window): Left fringe then don't scroll.
28238 No left fringe then no arrow and scroll message to top.
28239 (compilation-context-lines): Adjust doc string accordingly.
28240
28241 2005-05-16 Kim F. Storm <storm@cua.dk>
28242
28243 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28244 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28245 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28246 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28247 (ido-read-file-name): Handle commands with ido property value
28248 equal to find-file as reading a file name, to allow C-d to enter dired.
28249 (ibuffer-find-file): Add ido property with value find-file.
28250
28251 2005-05-15 Kim F. Storm <storm@cua.dk>
28252
28253 * subr.el (open-network-stream-nowait): Remove.
28254 (open-network-stream-server): Remove.
28255
28256 2005-05-15 Richard M. Stallman <rms@gnu.org>
28257
28258 * faces.el (describe-face): Output a definition link button.
28259
28260 * help-mode.el (help-face-def): New button type.
28261
28262 * emacs-lisp/copyright.el (copyright-fix-years):
28263 Match properly if the first year is 2-digit.
28264 Don't mess up the whitespace after the years by filling.
28265
28266 * dired-aux.el (dired-mark-confirm):
28267 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28268
28269 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28270 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28271 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28272
28273 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28274 Set font-lock-comment-start-skip.
28275
28276 * font-lock.el (font-lock-comment-start-skip): New variable.
28277 (font-lock-comment-end-skip): New variable.
28278 (font-lock-fontify-syntactically-region): Use them if non-nil.
28279
28280 2005-05-15 Jay Belanger <belanger@truman.edu>
28281
28282 * calc/calc-store.el (calc-store-value): Return a string rather
28283 than display it as a message.
28284 Use calc-var-name for variable name.
28285 (calc-store-into): Add the result of calc-store-value to message.
28286 (calc-copy-variable): Add a message.
28287 (calc-store-exchange): Improve error messages.
28288 (calc-store-binary, calc-store-map): Don't reset the values of
28289 special constants.
28290
28291 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28292
28293 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28294 manual to docstring.
28295
28296 * files.el (hack-local-variables-confirm): Add STRING argument.
28297 Make the function handle non file visiting buffers correctly.
28298 (hack-local-variables-prop-line, hack-local-variables)
28299 (hack-one-local-variable): Use STRING arg of
28300 `hack-local-variables-confirm'.
28301
28302 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28303
28304 Sync with Tramp 2.0.49.
28305
28306 * net/tramp.el (tramp-handle-dired-call-process)
28307 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28308 because the contents of the Tramp buffer is changed before
28309 insertion (`expand-file' and alike).
28310 (tramp-handle-insert-directory): If `localname' has an empty
28311 nondirectory name, it must not be quoted.
28312 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28313 variable `tramp-chunksize'. Change callees.
28314 (tramp-open-connection-setup-interactive-shell): Check remote host
28315 for buggy `send-process-string' implementation.
28316 Set `tramp-chunksize' if found. Reported by Michael Kifer
28317 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28318 (tramp-handle-shell-command): `insert-buffer' cannot be used
28319 because the contents of the Tramp buffer is changed before
28320 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28321 <frederic.bothamy@free.fr>.
28322 (tramp-set-auto-save): Actions should be done for Tramp file name
28323 handler only. Ange-FTP has its own auto-save mechanism.
28324 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28325 (tramp-set-auto-save-file-modes): Set file modes of
28326 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28327 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28328 (tramp-bug): Remove obsolete variable.
28329 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28330 for presence of `mml-mode'. Make it running for older Emacsen as well.
28331
28332 2005-05-14 John Paul Wallington <jpw@pobox.com>
28333
28334 * ibuf-ext.el (define-ibuffer-filter filename):
28335 If `dired-directory' is a list, use its car.
28336
28337 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28338
28339 * ibuffer.el (define-ibuffer-column filename):
28340 If `dired-directory' is a list, use its car.
28341
28342 2005-05-14 Richard M. Stallman <rms@gnu.org>
28343
28344 * subr.el (symbol-file): Doc fix.
28345
28346 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28347 (byte-compile-form): Call byte-compile-nogroup-warn.
28348 (byte-compile-warning-types): Doc fix.
28349
28350 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28351
28352 * progmodes/cc-engine.el (c-literal-faces):
28353 Add font-lock-comment-delimiter-face.
28354
28355 * net/net-utils.el (dig): Use with-no-warnings.
28356
28357 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28358 (sc-recite-frame-alist, sc-default-cite-frame)
28359 (sc-default-uncite-frame, sc-default-recite-frame)
28360 (sc-attrib-selection-list, sc-rewrite-header-list):
28361 Mark as risky-local-variable.
28362
28363 * international/ogonek.el (ogonek-jak, ogonek-how):
28364 Don't use beginning-of-buffer.
28365
28366 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28367
28368 * calendar/solar.el (solar-data-list): Move definition up.
28369
28370 * dnd.el (dnd-protocol-alist): Add autoload.
28371
28372 * progmodes/sh-script.el: Many doc usage fixes.
28373 (sh-indent-after-do): Change default to match common styles.
28374
28375 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28376
28377 * files.el (interpreter-mode-alist)
28378 (auto-mode-interpreter-regexp): Doc fixes.
28379
28380 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28381
28382 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28383
28384 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28385
28386 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28387
28388 * dired.el (dired-mode): make-variable-buffer-local =>
28389 make-local-variable.
28390
28391 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28392
28393 * term/mac-win.el (mac-select-convert-to-string): Try coding
28394 systems in mac-script-code-coding-systems if specified one cannot
28395 encode string for `com.apple.traditional-mac-plain-text'.
28396
28397 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28398
28399 * progmodes/make-mode.el (makefile-targets-face)
28400 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28401 (makefile-dependency-regex): Fix it to not make the colon in
28402 $(var:a=b) special.
28403 (makefile-rule-action-regex): New regexp for highlighting embedded
28404 Shell strings.
28405 (makefile-macroassign-regex): Handle != for highlighting as
28406 embedded Shell strings.
28407 (makefile-var-use-regex): New const.
28408 (makefile-statements, makefile-automake-statements)
28409 (makefile-gmake-statements, makefile-makepp-statements)
28410 (makefile-bsdmake-statements): New consts.
28411 (makefile-make-font-lock-keywords): New function.
28412 (makefile-automake-font-lock-keywords)
28413 (makefile-gmake-font-lock-keywords)
28414 (makefile-makepp-font-lock-keywords)
28415 (makefile-bsdmake-font-lock-keywords): New consts.
28416 (makefile-mode-map): Add switchers between the various submodes.
28417 (makefile-mode): Document the availability of the variants.
28418 (makefile-automake-mode, makefile-gmake-mode)
28419 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28420
28421 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28422 new variants of makefile-mode.
28423
28424 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28425
28426 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28427 the inheritance.
28428
28429 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28430
28431 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28432 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28433
28434 * files.el (normal-mode): Extend the scope of the
28435 `enable-local-variables' binding to include the `set-auto-mode' call.
28436 (magic-mode-alist): Doc fix.
28437
28438 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28439
28440 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28441 font-lock-comment-face rather than copying its setting.
28442
28443 2005-05-12 Andreas Schwab <schwab@suse.de>
28444
28445 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28446
28447 2005-05-12 Lute Kamstra <lute@gnu.org>
28448
28449 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28450 defcustom for the mode hook variable. Delete the last argument.
28451 * generic-x.el: Fix callers of define-generic-mode.
28452 (generic-x-modes): Delete group.
28453 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28454 generic-x customization group.
28455
28456 2005-05-12 Kim F. Storm <storm@cua.dk>
28457
28458 * font-lock.el (font-lock-negation-char-face): Default to "off".
28459
28460 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28461 font-lock-negation-char-face to ! in !=.
28462
28463 2005-05-12 Masatake YAMATO <jet@gyve.org>
28464
28465 * add-log.el (find-change-log): Fix typos in the docstring
28466 of function.
28467
28468 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28469
28470 * international/latexenc.el (latexenc-find-file-coding-system):
28471 Avoid `re-search-forward' when looking for input encoding because
28472 of speed and safety. Better regular expressions for recognizing
28473 input encoding. Limit a search for TeX-master/tex-main-file to
28474 the local variable section.
28475
28476 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28477
28478 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28479 syntax of $ to "'" (quote).
28480
28481 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28482
28483 * dnd.el (dnd-protocol-alist): Improve custom type.
28484
28485 * dired.el (dired-dnd-protocol-alist): New variable.
28486 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28487 `dired-mode-hook' to the end.
28488
28489 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28490
28491 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28492 comment-end if comment-start-skip is not set.
28493 Obey the font-lock-comment-delimiter-face variables.
28494
28495 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28496
28497 * files.el (executable-find): Move from executable.el. Use
28498 locate-file.
28499 * progmodes/executable.el (executable-find): Move to files.el.
28500
28501 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28502 when trying to ensure forward progress.
28503
28504 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28505
28506 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28507 (mouse-select, mouse-select-internal, mouse-extend-internal):
28508 Use it to implement mouse-1-click-follows-link functionality.
28509
28510 2005-05-11 Richard M. Stallman <rms@gnu.org>
28511
28512 * font-lock.el (font-lock-fontify-syntactically-region):
28513 Use font-lock-comment-delimiter-face for comment delimiters.
28514
28515 2005-05-10 Jay Belanger <belanger@truman.edu>
28516
28517 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28518 preserving embedded modes.
28519
28520 2005-05-10 Richard M. Stallman <rms@gnu.org>
28521
28522 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28523
28524 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28525 Move from ada-stmt.el.
28526 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28527
28528 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28529 Move to ada-mode.el.
28530 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28531
28532 * cus-edit.el (custom-file): Call file-chase-links.
28533
28534 * files.el (read-directory-name): Fix previous change.
28535 (hack-local-variables-confirm): New function.
28536 (hack-local-variables-prop-line, hack-local-variables)
28537 (hack-one-local-variable): Use it.
28538
28539 2005-05-10 Lute Kamstra <lute@gnu.org>
28540
28541 * font-lock.el (font-lock-keywords-alist)
28542 (font-lock-removed-keywords-alist): Clarify docstrings.
28543
28544 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28545
28546 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28547 (gdb-source-info): Check for preprocessor info.
28548 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28549 a macro for a function.
28550 (gdb-info-breakpoints-custom): Try to find file again if not already
28551 found (user might have used GDB dir command).
28552 (gdb-get-location): Update gdb-location-alist correctly for change
28553 to gdb-info-breakpoints-custom.
28554
28555 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28556 (gud-tooltip-print-command): Add gdbmi case.
28557 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28558 preprocessor info.
28559
28560 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28561
28562 * startup.el (fancy-splash-insert): Fix typo in doc string.
28563
28564 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28565
28566 * obsolete/float.el (string-to-float):
28567 * obsolete/hilit19.el (hilit-add-pattern):
28568 * obsolete/rnews.el (news-parse-range, news-select-message)
28569 (news-get-pruned-list-of-files): Replace `string-to-int' by
28570 `string-to-number'.
28571
28572 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28573 `find-file-not-found-hooks'; use `add-hook'.
28574 (uncompress-while-visiting): Set `write-file-functions', not
28575 `write-file-hooks'; use `add-hook'.
28576
28577 2005-05-09 Kim F. Storm <storm@cua.dk>
28578
28579 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28580 (cua-paste): Handle clipboard action.
28581 (cua--init-keymaps): Remap clipboard-kill-region and
28582 clipboard-kill-ring-save.
28583
28584 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28585
28586 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28587 Improve commentary.
28588
28589 * simple.el (next-error-overlay-arrow-position): Revert the change
28590 made on 2005-04-30.
28591
28592 2005-05-07 Jay Belanger <belanger@truman.edu>
28593
28594 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28595 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28596 `calc-sel-reselect'.
28597
28598 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28599 Calc is in embedded mode.
28600
28601 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28602
28603 * progmodes/compile.el (compilation-setup):
28604 Set overlay-arrow-string to an empty string on text terminals.
28605
28606 * textmodes/ispell.el (ispell-program-name): Try looking for
28607 "aspell" along exec-path, and if found, use it as the default
28608 speller program.
28609
28610 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28611
28612 * international/mule.el (sgml-xml-auto-coding-function):
28613 Recognize encoding='FOO' in single quotes as well as in double quotes.
28614
28615 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28616
28617 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28618 as well as `interactive', so that defmacro* would recognize
28619 `declare' forms.
28620
28621 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28622
28623 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28624 Explain more about the LIGHTER arg's usage in the doc string.
28625 Add commentary to clarify what the code does. Fix the regexp that
28626 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28627 since it could have characters special to regular expressions.
28628
28629 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28630
28631 * replace.el (occur-1): Bind inhibit-read-only so that
28632 erase-buffer doesn't barf on read-only text properties (likewise
28633 for add-text-properties in occur-engine). Mark buffer as unmodified.
28634 (occur-engine): Don't set buffer-read-only here.
28635
28636 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28637
28638 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28639 list-buffers-directory. This caused the *cvs-commit* buffer to be
28640 sometimes mistakenly reused as a *cvs* buffer.
28641
28642 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28643
28644 * tooltip.el: Move code for GUD tooltips into gud.el.
28645 (require): CL no longer needed to compile case.
28646 (tooltip-mode): Do not toggle functions for GUD tooltips.
28647 (tooltip-gud-tips-p): Remove. Replace with minor mode
28648 gud-tooltip-mode in gud.el.
28649 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28650 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28651 tooltip-gud prefix with gud-tooltip and obsolete.
28652 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28653 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28654 (tooltip-mouse-motion): Mouse movement functions/variable.
28655 Rename in gud.el by adding gud prefix.
28656 (tooltip-gud-original-filter, tooltip-gud-dereference)
28657 (tooltip-gud-event, tooltip-toggle-gud-tips)
28658 (tooltip-gud-process-output, tooltip-gud-print-command)
28659 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28660 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28661 (gdb-tooltip-print): Move to gdb-ui.el.
28662
28663 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28664 (require): CL needed to compile case.
28665 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28666 tooltip-gud-tips-p. Make it a minor-mode.
28667 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28668 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28669 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28670 (gud-tooltip-change-major-mode)
28671 (gud-tooltip-activate-mouse-motions-if-enabled)
28672 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28673 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28674 (gud-tooltip-original-filter, gud-tooltip-dereference)
28675 (gud-tooltip-event, tooltip-toggle-gud-tips)
28676 (gud-tooltip-process-output, gud-tooltip-print-command)
28677 (gud-tooltip-tips): Move from tooltip.el.
28678
28679 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28680 (gdb-cpp-define-alist-flags): Doc fix.
28681 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28682 gud-tooltip-mode is t.
28683
28684 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28685
28686 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28687 evaporate if their text is deleted.
28688 (goto-address-at-point): Make it work as a mouse binding as well.
28689 (goto-address-at-mouse): Obsolete it. Update users.
28690
28691 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28692
28693 * calendar/appt.el (top-level): No longer activate on load.
28694
28695 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28696
28697 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28698 * net/webjump.el (webjump):
28699 * progmodes/idlw-help.el (idlwave-do-context-help1)
28700 (idlwave-highlight-linked-completions):
28701 * textmodes/po.el (po-find-file-coding-system-guts):
28702 Replace `assoc-ignore-case' by `assoc-string'.
28703
28704 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28705
28706 * files.el (locate-file): Doc fix.
28707
28708 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28709 Remove the redundant test for ms-dos.
28710
28711 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28712 look for the preprocessor with exec-suffixes. If not found in
28713 standard places, look in exec-path. Remove most of the tests that
28714 used system-type.
28715
28716 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28717
28718 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28719
28720 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28721 file-name clash with jka-compr.el on 8+3 filesystems.
28722
28723 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28724
28725 * term/mac-win.el: Don't define or bind scroll bar functions if
28726 x-toolkit-scroll-bars is t.
28727 (x-select-text, x-get-selection-value): Clear
28728 x-last-selected-text-clipboard if x-select-enable-clipboard is
28729 nil.
28730 (PRIMARY): Put mac-scrap-name property.
28731 (mac-select-convert-to-file-url): New function.
28732 (public.file-url): New selection target type. Add to
28733 selection-converter-alist.
28734 (x-get-selection, x-selection-value): Handle it.
28735 (x-cut-buffer-or-selection-value): New alias.
28736
28737 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28738
28739 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28740 entry to avoid calling bibtex-find-entry with arg global
28741 being t. Remove arg key.
28742 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28743 (bibtex-copy-summary-as-kill): Change accordingly.
28744
28745 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28746
28747 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28748 (org-agenda-date-later): Use with-current-buffer.
28749
28750 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28751
28752 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28753 (define-obsolete-variable-alias): Doc Fixes.
28754
28755 2005-05-06 Kim F. Storm <storm@cua.dk>
28756
28757 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28758 vertical-motion when selective-display is active.
28759
28760 * ido.el (ido-setup-hook): New hook.
28761 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28762 (ido-input-stack): New var.
28763 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28764 ido-next-work-file binding to M-O.
28765 Bind M-f to ido-wide-find-file-or-pop-dir.
28766 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28767 (ido-read-internal): Run ido-setup-hook.
28768 Catch quit in read-file-name and read-string to cancel edit.
28769 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28770 Automatically pop-all when completing a directory name (RET).
28771 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28772 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28773 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28774 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28775 New functions for M-b/M-f to move among the directory components.
28776 (ido-make-merged-file-list): Catch quit to cancel merge.
28777 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28778 (ido-completion-help): No warnings for ido-completion-buffer-full.
28779
28780 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28781
28782 * font-lock.el (font-lock-negation-char-face): New face and variable.
28783 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28784 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28785 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28786 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28787
28788 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28789
28790 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28791 Fix typo in docstring.
28792
28793 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28794 (ebrowse-print-statistics-line)
28795 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28796
28797 * term/w32-win.el (image-library-alist): Add additional name for
28798 Xpm library.
28799
28800 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28801
28802 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28803 use gcc instead of cpp.
28804
28805 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28806 (gdb-create-define-alist): Use it.
28807 (gdb-cpp-define-alist-program): Update for MS-DOS.
28808
28809 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28810
28811 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28812
28813 2005-05-04 Richard M. Stallman <rms@gnu.org>
28814
28815 * help.el (describe-key): No error when UNTRANSLATED is nil.
28816
28817 * simple.el (line-move-1): Fix previous change to signal errors
28818 appropriately.
28819
28820 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28821
28822 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28823 (icalendar-duration-correction): Remove.
28824 (icalendar--get-event-properties): Split result at commas.
28825 (icalendar--decode-isoduration): New optional argument
28826 DURATION-CORRECTION.
28827 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28828 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28829 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28830 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28831 (icalendar--convert-anniversary-to-ical): New functions, extracted
28832 from icalendar-export-region, with bug fixes.
28833 (icalendar-export-region): Use the above functions.
28834 (icalendar-import-buffer): Check before saving diary file.
28835 (icalendar--convert-recurring-to-diary)
28836 (icalendar--convert-non-recurring-all-day-to-diary)
28837 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28838 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28839 (icalendar--convert-ical-to-diary): Use the above functions.
28840
28841 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28842
28843 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28844 Remove these recent additions.
28845 (c-mode): Restore to before 2005-04-28.
28846
28847 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28848 recent addition.
28849
28850 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28851 (gdb-define-alist): New variables.
28852 (gdb-create-define-alist): New function.
28853 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28854 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28855 with string-to-number.
28856 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28857
28858 * progmodes/gud.el: Replace string-to-int with string-to-number.
28859 (gud-find-file): Handle gdb-define-alist.
28860
28861 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28862
28863 2005-05-02 Jay Belanger <belanger@truman.edu>
28864
28865 * calc/calc-aent.el (math-read-token):
28866 * calc/calc-bin.el (calc-word-size):
28867 * calc/calc-ext.el (calc-read-number-fancy):
28868 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28869 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28870 * calc/calc-frac.el (calc-over-notation):
28871 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28872 (calc-graph-num-points, calc-graph-init):
28873 * calc/calc-prog.el (calc-read-parse-table-part)
28874 (calc-edit-macro-repeats):
28875 * calc/calc-yank.el (calc-do-grab-rectangle):
28876 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28877 Replace `string-to-int' by `string-to-number'.
28878
28879 2005-05-02 Kim F. Storm <storm@cua.dk>
28880
28881 * kmacro.el: Use executing-kbd-macro-index variable.
28882
28883 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28884
28885 * net/rlogin.el (rlogin-parse-words): Delete func.
28886 (rlogin): Use split-string, not rlogin-parse-words.
28887 Also, if there are option-like elements in the parsed args,
28888 take the host to be the first arg immediately following them.
28889 Suggested by Michael Mauger.
28890
28891 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28892
28893 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28894
28895 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28896
28897 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28898 (cc-mode-cpp-program): Rename to cc-define-list-program and
28899 move to cc-vars.el.
28900
28901 * progmodes/cc-vars.el (cc-define-list-program):
28902 Change to "gcc -E -dM -". Make customizable.
28903
28904 2005-05-02 Kim F. Storm <storm@cua.dk>
28905
28906 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28907
28908 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28909
28910 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28911
28912 * international/mule-util.el (truncate-string): Remove alias and
28913 obsolete declaration.
28914
28915 * international/mule-cmds.el (update-iso-coding-systems):
28916 Remove alias and obsolete declaration.
28917
28918 * international/mule.el (coding-system-parent): Remove alias and
28919 obsolete declaration.
28920
28921 * subr.el (define-function, sref): Remove aliases and obsolete
28922 declarations.
28923 (chars-in-region): Remove obsolete declaration.
28924
28925 2005-05-01 Richard M. Stallman <rms@gnu.org>
28926
28927 * info.el (Info-mode): Set widen-automatically to nil, locally.
28928
28929 * simple.el (widen-automatically): New variable.
28930 (pop-global-mark): Obey widen-automatically.
28931
28932 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28933
28934 * term/xterm.el (function-key-map): Call substitute-key-definition
28935 before the keymap size is increased by a lot of define-key calls.
28936
28937 2005-05-01 Richard M. Stallman <rms@gnu.org>
28938
28939 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28940 Rename ARG to ELEMENT. Doc fix.
28941
28942 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28943
28944 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28945 Remove references to allout-exposure/change to allout-new-exposure.
28946
28947 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28948 bytecode symbols.
28949
28950 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28951 (compiled-function-p, focus-frame, unfocus-frame):
28952 Remove aliases and obsolete declarations.
28953 Back out inadvertent changes from previous commit.
28954
28955 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28956
28957 * files.el (require-final-newline): Make Custom tags consistent
28958 with mode-require-final-newline.
28959 (mode-require-final-newline): Doc fix.
28960
28961 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28962
28963 * international/latexenc.el (latexenc-find-file-coding-system):
28964 Fix regular expressions.
28965
28966 2005-05-01 David Kastrup <dak@gnu.org>
28967
28968 * international/latexenc.el (latexenc-find-file-coding-system):
28969 Fix regular expressions.
28970
28971 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28972
28973 * subr.el (string-to-int): Make obsolete.
28974
28975 2005-04-30 Richard M. Stallman <rms@gnu.org>
28976
28977 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28978
28979 * loadup.el: load jka-comp-hook.
28980
28981 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28982 (jka-compr-handler): Add autoload. `put' calls moved
28983 to jka-comp-hook.el.
28984 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28985 (jka-compr-inhibit): Autoload.
28986
28987 * jka-comp-hook.el: New file.
28988 Enable the mode by default.
28989
28990 * files.el (backup-buffer-copy): Use copy-file instead
28991 of write-region, and put back the 'excl.
28992
28993 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28994
28995 * progmodes/flymake.el (flymake-split-string)
28996 (flymake-split-string, flymake-log, flymake-pid-to-names)
28997 (flymake-reg-names, flymake-get-source-buffer-name)
28998 (flymake-unreg-names, flymake-add-line-err-info)
28999 (flymake-add-err-info): Clarify docstrings.
29000 (flymake-popup-menu, flymake-make-emacs-menu)
29001 (flymake-make-xemacs-menu): Add docstrings.
29002 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
29003 Set variables directly throughout.
29004
29005 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
29006
29007 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
29008 exists. Initialize cc-define-alist.
29009 (c-mode): Add cc-create-define-alist locally to after-save-hook.
29010 If there is no file (Macroexpansion) don't create an alist.
29011
29012 2005-04-29 Sam Steingold <sds@gnu.org>
29013
29014 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29015 (cc-create-define-alist): Use it instead of the hard-coded string.
29016
29017 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
29018
29019 * international/mule-conf.el (file-coding-system-alist): Fix regexp
29020 for latexenc.
29021
29022 2005-04-29 Lute Kamstra <lute@gnu.org>
29023
29024 * emacs-lisp/generic.el: Improve commentary section.
29025 (define-generic-mode): Improve docstring.
29026
29027 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
29028
29029 * textmodes/org.el (many places): Change to quiet the byte compiler.
29030 (org-prefix-format-compiled): New variable.
29031 (org-compile-prefix-format): New function.
29032 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29033 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29034 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29035 (org-get-entries-from-diary): Use `org-get-time-of-day' for
29036 consistency with entries from `org-mode' files.
29037 (org-get-time-of-day): Fix bug with partial matches early in a line.
29038 (org-non-link-chars): New constant.
29039 (org-link-regexp): Respect `org-non-link-chars'.
29040 (org-agenda-day-view): Remove command.
29041 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29042 (org-follow-bbdb-link, org-store-link): Search also company field.
29043 (org-highlight-overlay): New variable.
29044 (org-highlight, org-unhighlight): New functions.
29045 (org-agenda-mode): Add pre-command-hook to remove highlight.
29046 (org-evaluate-time-range): Behavior depends upon whether time stamp
29047 contains a time or not.
29048 (org-show-subtree, org-show-entry): New functions.
29049 (org-agenda-cleanup-fancy-diary): Remove empty lines.
29050
29051 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
29052
29053 * comint.el (comint-output-filter-functions): Add autoload cookie.
29054
29055 2005-04-28 Kim F. Storm <storm@cua.dk>
29056
29057 * ido.el (ido-everywhere): Fix last change.
29058
29059 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29060
29061 * international/latexenc.el: New file.
29062 * international/mule-conf.el (file-coding-system-alist): For .tex,
29063 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29064
29065 2005-04-28 Lute Kamstra <lute@gnu.org>
29066
29067 * font-lock.el (font-lock-add-keywords)
29068 (font-lock-remove-keywords): Clarify docstring.
29069 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29070 Don't start docstrings with a `*'.
29071 (font-lock-update-removed-keyword-alist): Give it a docstring.
29072
29073 * generic-x.el: Update commentary section.
29074 Only require font-lock when compiling.
29075 Define all modes conditionally.
29076 Place all generic modes in the generic-x-modes customization group.
29077 (generic-x-modes): New customization group.
29078 (generic-default-modes, generic-mswindows-modes)
29079 (generic-unix-modes, generic-other-modes): New constants.
29080 (generic-define-mswindows-modes, generic-define-unix-modes):
29081 Update docstrings. Make them obsolete.
29082 (generic-extras-enable-list): New default value. Update docstring.
29083 Improve :type. Change :set function.
29084 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29085 Fix docstring.
29086
29087 * emacs-lisp/generic.el (generic-mode-internal):
29088 Simplify font-lock-defaults.
29089 (define-generic-mode): Fix docstring.
29090
29091 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
29092
29093 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29094 font-lock-face property to highlight matches.
29095
29096 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
29097
29098 * progmodes/cc-mode.el (cc-create-define-alist): New function.
29099 (cc-define-alist): New variable.
29100 (c-mode): Make it local and initialize it.
29101
29102 * progmodes/gdb-ui.el (gdb-active-process): New variable.
29103 (gdb-exited): New function.
29104 (gdb-annotation-rules): Use it.
29105 (gdb-starting): Set gdb-active-process to t.
29106 (gdb-stopping): Amend doc string.
29107 (gdb-reset): Set gdb-active-process to nil.
29108
29109 * tooltip.el (tooltip-gud-tips): Show the associated #define
29110 directives when a C program under GDB is not executing.
29111
29112 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
29113
29114 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29115 font-lock-fontify-syntactic-keywords.
29116
29117 * font-lock.el (font-lock-default-fontify-region): Don't force
29118 parse-sexp-lookup-properties to nil.
29119
29120 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
29121
29122 * man.el (man-mode-syntax-table): Set up `:' to have
29123 word-constituent syntax.
29124
29125 2005-04-27 Lute Kamstra <lute@gnu.org>
29126
29127 * novice.el (disable-command): Don't add spurious newlines to the
29128 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29129
29130 2005-04-26 Jay Belanger <belanger@truman.edu>
29131
29132 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29133 than one window before deleting window.
29134
29135 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29136
29137 * shell.el (shell-prompt-pattern): Doc fix.
29138 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29139
29140 * comint.el (comint-prompt-regexp, comint-get-old-input)
29141 (comint-use-prompt-regexp)
29142 (comint-use-prompt-regexp-instead-of-fields)
29143 (comint-replace-by-expanded-history, comint-send-input)
29144 (comint-output-filter, comint-get-old-input-default)
29145 (comint-line-beginning-position, comint-bol, comint-show-output)
29146 (comint-backward-matching-input, comint-forward-matching-input)
29147 (comint-next-prompt, comint-previous-prompt):
29148 Rename `comint-use-prompt-regexp-instead-of-fields' to
29149 `comint-use-prompt-regexp'. Keep old name as alias and declare
29150 obsolete.
29151 (comint-use-prompt-regexp): Shorten first line of doc string.
29152
29153 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29154 Set paragraph-separate buffer locally to "\\'".
29155
29156 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29157 Adapt to above name change.
29158
29159 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29160 (smbclient-prompt-regexp): Ditto.
29161
29162 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29163
29164 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29165
29166 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29167 gdb-location-list.
29168 Break lines that are over 80 characters wide.
29169
29170 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29171
29172 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29173 New fun and var, to preserve compatibility.
29174
29175 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29176
29177 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29178
29179 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29180 name to file-newer-than-file-p.
29181
29182 2005-04-26 Richard M. Stallman <rms@gnu.org>
29183
29184 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29185
29186 * progmodes/python.el (python-mode):
29187 Use new name eldoc-documentation-function.
29188
29189 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29190
29191 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29192 (eldoc-documentation-function):
29193 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29194
29195 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29196
29197 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29198
29199 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29200
29201 * term/xterm.el (function-key-map): Fix strings for
29202 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29203 {C,S,A,C-S}-{f1-f12}.
29204
29205 2005-04-26 Kenichi Handa <handa@m17n.org>
29206
29207 * international/mule-cmds.el (select-safe-coding-system):
29208 Fix previous change.
29209
29210 2005-04-26 Lute Kamstra <lute@gnu.org>
29211
29212 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29213
29214 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29215 (font-lock-comment-delimiter-face): Ditto.
29216
29217 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29218
29219 2005-04-25 Jay Belanger <belanger@truman.edu>
29220
29221 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29222 to t while inserting information; use help-mode.
29223
29224 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29225
29226 * term.el (ansi-term-color-vector): Use the xterm colors.
29227 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29228
29229 2005-04-25 Lute Kamstra <lute@gnu.org>
29230
29231 * font-core.el (font-lock-defaults): Fix docstring.
29232
29233 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29234
29235 2005-04-25 Kenichi Handa <handa@m17n.org>
29236
29237 * international/mule-cmds.el (select-safe-coding-system):
29238 Don't check consistency with coding: spec, etc if raw-text or
29239 no-conversion was found to be safe.
29240
29241 2005-04-24 Richard M. Stallman <rms@gnu.org>
29242
29243 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29244 citation markers at start of each line.
29245
29246 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29247 citation markers at start of each line.
29248
29249 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29250
29251 * files.el (mode-require-final-newline): Fix previous change.
29252 (require-final-newline): Fix type label.
29253
29254 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29255
29256 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29257 statement in buffer (broken by 2004-11-24 change).
29258
29259 2005-04-24 Kim F. Storm <storm@cua.dk>
29260
29261 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29262 and read-file-name-function values. Don't overwrite existing
29263 non-nil values if ido-mode is enabled without ido-everywhere.
29264
29265 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29266
29267 * files.el (mode-require-final-newline): Minor doc fix.
29268
29269 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29270
29271 * subr.el (syntax-after): Doc fix.
29272 (syntax-class): If argument is nil, return nil. Mask off upper 16
29273 bits, not 8 bits.
29274
29275 * files.el (mode-require-final-newline): Doc fix.
29276 (backup-buffer-copy): Fix last change.
29277
29278 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29279
29280 * term/mac-win.el: Require select. Set selection-coding-system to
29281 mac-system-coding-system. Call menu-bar-enable-clipboard.
29282 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29283 (x-select-enable-clipboard): New variables.
29284 (x-select-text, x-get-selection, x-selection-value)
29285 (x-get-selection-value, mac-select-convert-to-string)
29286 (mac-services-open-file, mac-services-open-selection)
29287 (mac-services-insert-text): New functions.
29288 (CLIPBOARD, FIND): Put mac-scrap-name property.
29289 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29290 (public.tiff): Put mac-ostype property.
29291 (selection-converter-alist): Add entries for them.
29292 (mac-application-menu-map): New keymap.
29293 (interprogram-cut-function, interprogram-paste-function): Set to
29294 x-select-text and x-get-selection-value, respectively.
29295 (split-window-keep-point): Set to t.
29296
29297 2005-04-23 Richard M. Stallman <rms@gnu.org>
29298
29299 * files.el (read-directory-name): Always pass non-nil
29300 DEFAULT-FILENAME arg to read-file-name.
29301 (backup-buffer-copy, basic-save-buffer-2): Take care against
29302 writing thru an unexpected existing symlink.
29303 (revert-buffer): In indirect buffer, revert the base buffer.
29304 (magic-mode-alist): Doc fix.
29305 (buffer-stale-function): Doc fix.
29306 (minibuffer-with-setup-hook): Avoid warning.
29307 (mode-require-final-newline): Doc and custom fix.
29308
29309 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29310
29311 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29312 use the default appearance.
29313 (font-lock-comment-delimiter-face): New face, new variable.
29314
29315 * imenu.el (imenu--generic-function): The official position of a
29316 definition is the start of the line that BEG is in.
29317
29318 * midnight.el (midnight-timer): Move defvar up.
29319
29320 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29321
29322 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29323
29324 * startup.el (command-line): Use with-no-warnings.
29325
29326 * window.el (window-size-fixed): New defvar.
29327
29328 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29329
29330 * mail/rmail.el (rmail-font-lock-keywords):
29331 Use font-lock-comment-delimiter-face.
29332
29333 * mail/sendmail.el (mail-font-lock-keywords):
29334 Use font-lock-comment-delimiter-face.
29335
29336 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29337
29338 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29339
29340 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29341 Specify t for LAXMATCH when matching directories.
29342 Save match data around compilation-compat-error-properties form.
29343
29344 2005-04-23 David Kastrup <dak@gnu.org>
29345
29346 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29347 Mention that the autoloaded aliases should be kept for AUCTeX.
29348
29349 2005-04-23 Andreas Schwab <schwab@suse.de>
29350
29351 * isearch.el (isearch-forward): Doc fix.
29352
29353 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29354
29355 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29356 (jit-lock-stealth-nice): Change default value to 0.5.
29357
29358 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29359
29360 * abbrev.el (write-abbrev-file): Write table entries in
29361 alphabetical order by table name.
29362
29363 2005-04-22 Kim F. Storm <storm@cua.dk>
29364
29365 * ido.el (ido-read-internal): Fix `list' completion.
29366
29367 2005-04-22 Kenichi Handa <handa@m17n.org>
29368
29369 * recentf.el (recentf-save-file-coding-system): New variable.
29370 (recentf-save-list): Encode the file by
29371 recentf-save-file-coding-system and add coding: tag.
29372
29373 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29374
29375 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29376
29377 2005-04-21 Lute Kamstra <lute@gnu.org>
29378
29379 * loadhist.el (unload-feature): Don't remove a function from hooks
29380 if it is about to be restored to an autoload . Remove functions
29381 that will become unbound from auto-mode-alist. Simplify the code.
29382
29383 * subr.el (assq-delete-all): New implementation that is linear,
29384 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29385 (rassq-delete-all): New function.
29386
29387 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29388 Add size-indication-mode.
29389
29390 2005-04-21 Kenichi Handa <handa@m17n.org>
29391
29392 * international/mule-cmds.el: Add autoload for widget-value in
29393 eval-when-compile.
29394
29395 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29396
29397 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29398 Add tooltip-mode.
29399
29400 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29401
29402 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29403
29404 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29405 (inferior-lisp-filter-regexp, inferior-lisp-program)
29406 (inferior-lisp-load-command, inferior-lisp-prompt)
29407 (inferior-lisp-mode-hook, lisp-source-modes)
29408 (inferior-lisp-load-hook): defvar->defcustom.
29409 (inferior-lisp-program, inferior-lisp-prompt)
29410 (inferior-lisp-load-hook): Doc fixes.
29411 (inferior-lisp-install-letter-bindings): Small change in
29412 introductory comment.
29413
29414 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29415
29416 * vc.el (vc-annotate-color-map): Change some colors so that text
29417 using them as foreground is readable on both white and black
29418 backgrounds.
29419
29420 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29421
29422 * international/mule-conf.el (translation-table-for-input):
29423 Remove redundant declaration.
29424
29425 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29426
29427 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29428
29429 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29430 (tooltip-toggle-gud-tips): New function.
29431
29432 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29433
29434 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29435 right angle brackets.
29436
29437 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29438
29439 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29440
29441 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29442
29443 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29444 Remove. Update callers to use expand-file-name instead.
29445
29446 * subr.el (syntax-class): New function.
29447
29448 * simple.el (blink-matching-open): Use it.
29449
29450 * paren.el (show-paren-function): Use it to recognize parens that are
29451 also used in 2-char comment markers.
29452
29453 2005-04-19 Lute Kamstra <lute@gnu.org>
29454
29455 * loadhist.el (unload-feature): Update for new format of
29456 load-history. Simplify the code.
29457
29458 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29459
29460 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29461 (mac-add-charset-info): New function. Initialize variable
29462 mac-charset-info-alist using it.
29463 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29464 for translation.
29465 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29466 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29467 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29468 New CCL programs.
29469
29470 2005-04-19 Kim F. Storm <storm@cua.dk>
29471
29472 * simple.el (next-buffer, prev-buffer, next-error)
29473 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29474 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29475
29476 * bindings.el (next-buffer, prev-buffer, next-error)
29477 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29478 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29479 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29480 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29481
29482 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29483
29484 * isearch.el (isearch-edit-string): Make the search-ring available for
29485 minibuffer history commands.
29486 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29487 the default history commands now work just as well.
29488 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29489
29490 2005-04-18 Kim F. Storm <storm@cua.dk>
29491
29492 * emulation/cua-base.el (cua--pre-command-handler): Add more
29493 elaborate check for shift modifier on non-window systems.
29494
29495 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29496
29497 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29498
29499 2005-04-18 Kim F. Storm <storm@cua.dk>
29500
29501 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29502 and make it optional. Don't test tooltip-gud-echo-area here.
29503 (tooltip-gud-process-output, gdb-tooltip-print):
29504 Pass tooltip-gud-echo-area to tooltip-show.
29505 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29506
29507 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29508
29509 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29510 `display-graphic-p' may not be bound yet.
29511
29512 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29513
29514 * startup.el (command-line): No longer enable Xterm Mouse mode by
29515 default in terminals compatible with xterm.
29516
29517 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29518
29519 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29520
29521 * tooltip.el (tooltip-gud-echo-area): Rename from
29522 tooltip-use-echo-area.
29523 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29524 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29525 area independently of where help tooltips are displayed.
29526
29527 2005-04-17 David Kastrup <dak@gnu.org>
29528
29529 * cus-theme.el (custom-theme-write-variables): Quote variables
29530 where necessary.
29531
29532 2005-04-17 Richard M. Stallman <rms@gnu.org>
29533
29534 * simple.el (yank-excluded-properties): Add follow-link to value.
29535
29536 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29537
29538 * startup.el (fancy-splash-max-time): Just 30 seconds.
29539 (fancy-splash-delay): Just 7.
29540 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29541
29542 * loadhist.el (unload-feature): Update for new format of load-history.
29543 Simplify the code.
29544
29545 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29546 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29547
29548 * mail/sendmail.el (mail-font-lock-keywords):
29549 Don't fontify subject text.
29550 Don't fontify the text of a citation.
29551
29552 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29553
29554 * comint.el (comint-output-filter): Run comint-output-filter-functions
29555 with point where the user had it.
29556
29557 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29558
29559 * international/ucs-tables.el (ucs-set-table-for-input):
29560 Disable when using unify-on-decoding.
29561
29562 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29563
29564 * emulation/cua-base.el (cua-global-mark-face): Add special case
29565 for displays supporting a high number of colors.
29566
29567 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29568
29569 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29570
29571 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29572
29573 * filesets.el (filesets-add-buffer): If user supplies a name of a
29574 non-existing fileset, create a new fileset.
29575
29576 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29577
29578 * textmodes/org.el (org-up-heading-all): Fix bug with
29579 `outline-up-heading-all'.
29580
29581 2005-04-16 Andreas Schwab <schwab@suse.de>
29582
29583 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29584 /etc/permissions.d/* and /etc/aliases.d/*.
29585
29586 2005-04-16 Kenichi Handa <handa@m17n.org>
29587
29588 * international/code-pages.el (cp-make-coding-system):
29589 Set `translation-table-for-input' property value to the symbol
29590 ucs-mule-to-mule-unicode, not to that value.
29591 (pt154): Escape guillemet by `\'.
29592
29593 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29594
29595 * loadup.el: Load tooltip if x-show-tip is fboundp.
29596
29597 * startup.el (command-line): Add comment.
29598
29599 * tooltip.el (tooltip-mode): Specify correct standard value for
29600 Custom in init-value.
29601
29602 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29603
29604 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29605 possible.
29606
29607 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29608
29609 * textmodes/org.el (org-agenda-date-prompt): Rename from
29610 `org-agenda-date-today'.
29611 (org-evaluate-time-range): Insert at point instead of directly
29612 after time range.
29613 (org-first-headline-recenter, org-subtree-end-visible-p)
29614 (org-optimize-window-after-visibility-change): New functions
29615 (org-agenda-post-command-hook): Don't allow point at end of line,
29616 to make sure it always hits the text properties.
29617 (org-agenda-next-date-line, org-agenda-previous-date-line):
29618 New commands.
29619 (org-set-regexps-and-options): Category may contain white space.
29620 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29621 Improve marker positions.
29622 (org-agenda-new-marker): Argument POS made optional.
29623 (org-agenda-get-timestamps): Deadlines which are done are listed
29624 in org-done-face now.
29625 (org-agenda-get-todos, org-agenda-get-timestamps)
29626 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29627 Set `undone-face' and `done-face' properties.
29628 (org-last-todo-state-is-todo): New variable.
29629 (org-todo): Set `org-last-todo-state-is-todo'.
29630 (org-agenda-todo): Change face according to
29631 `org-last-todo-state-is-todo'. And change other lines referring to
29632 the same entry.
29633 (org-calendar-goto-agenda): New command.
29634 (org-calendar-to-agenda-key): New option.
29635 (org-startup-folded): New allowed value `content'.
29636 (org-set-regexps-and-options): Accept new value `content' for
29637 `org-startup-folded'.
29638 (org-get-current-options): Handle new value `content' for
29639 `org-startup-folded'.
29640 (org-insert-todo-heading): New command.
29641 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29642 interactively in empty file and option
29643 `org-insert-mode-line-in-empty-file' has been set.
29644 (org-agenda-todo, org-agenda-priority): Modify to use
29645 `org-agenda-change-all-lines'.
29646 (org-warning-face): Change color on dark background
29647
29648 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29649
29650 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29651 use preferences AppleLocale and AppleLanguages, and variable
29652 mac-system-locale for default locale. On Mac OS Classic, use
29653 mac-system-coding-system for default coding systems.
29654
29655 * term/mac-win.el: Don't set file-name-coding-system.
29656 Decode variables system-name, emacs-build-system, user-login-name, and
29657 user-full-name by mac-system-coding-system on Mac OS Classic.
29658 (mac-system-coding-system): New variable.
29659
29660 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29661
29662 * startup.el (command-line): Handle `xterm-mouse-mode' before
29663 reading init file.
29664
29665 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29666
29667 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29668
29669 * progmodes/sh-script.el (sh-here-document-word): Make it a
29670 defcustom. Doc fix.
29671 (sh-add): Bash uses $(( )) for arithmetic.
29672 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29673 (sh-maybe-here-document): Remove quotes and leading whitespace
29674 from heredoc word when closing. Indent heredoc with tabs if word
29675 starts with "-".
29676
29677 2005-04-13 Richard M. Stallman <rms@gnu.org>
29678
29679 * simple.el (undo): Fix previous change.
29680
29681 * custom.el (defface): Doc fix.
29682
29683 2005-04-13 Lute Kamstra <lute@gnu.org>
29684
29685 * Makefile.in (DONTCOMPILE): Remove list.
29686 (compile, compile-always): Don't use DONTCOMPILE.
29687 (update-authors): Load the library in which batch-update-authors
29688 is defined.
29689 * makefile.w32-in (DONTCOMPILE): Remove list.
29690 (compile, compile-always): Fix comments.
29691 (update-authors): Load the library in which batch-update-authors
29692 is defined.
29693
29694 * generic-x.el (generic-mode-ini-file-find-file-hook):
29695 Rename to ini-generic-mode-find-file-hook.
29696 Keep generic-mode-ini-file-find-file-hook as an alias.
29697 (ini-generic-mode-find-file-hook): Rename from
29698 generic-mode-ini-file-find-file-hook. Fix docstring.
29699 (ini-generic-mode): Docstring change.
29700 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29701
29702 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29703 called from lisp.
29704
29705 * generic.el: Move to the emacs-lisp subdir.
29706
29707 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29708
29709 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29710 and C-S- function and cursor motion keys.
29711
29712 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29713
29714 * startup.el (command-line): Enable Xterm Mouse mode by default.
29715 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29716 for Custom. No longer show "Mouse" in mode line when enabled.
29717 Doc fix.
29718
29719 2005-04-12 Kim F. Storm <storm@cua.dk>
29720
29721 * emulation/cua-base.el (cua-rectangle-face)
29722 (cua-rectangle-noselect-face): Define face attributes here.
29723
29724 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29725
29726 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29727
29728 * startup.el (command-line): Turn off blinking cursor if
29729 cursorBlink in resources is off or false.
29730
29731 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29732
29733 * term/mac-win.el (dnd): Require dnd.
29734 (mac-drag-n-drop): Call dnd-handle-one-url.
29735 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29736 (kTextEncodingISOLatin2): Remove constants.
29737 (mac-script-code-coding-systems): New constant.
29738 (mac-handle-language-change): New function.
29739 (special-event-map): Bind it to `language-change' event.
29740 (mac-centraleurroman, mac-cyrillic): New coding systems.
29741 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29742 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29743 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29744 encode-mac-cyrillic, respectively.
29745
29746 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29747
29748 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29749 Don't set overlay-arrow-string to "=>" as this is done
29750 globally in C now.
29751
29752 2005-04-12 Lute Kamstra <lute@gnu.org>
29753
29754 * generic-x.el (rc-generic-mode, rul-generic-mode):
29755 Fix auto-mode-alist entries.
29756 (etc-fstab-generic-mode): Tweak fontification.
29757
29758 * generic.el (generic-make-keywords-list): Fix docstring.
29759 (generic-mode-internal): Simplify generic-font-lock-keywords.
29760
29761 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29762
29763 * whitespace.el (whitespace-buffer-leading)
29764 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29765 However, fix the highlight area for the leading and
29766 trailing whitespaces to show space.
29767
29768 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29769
29770 * whitespace.el (whitespace-version): Bump to 3.5
29771
29772 (whitespace-buffer-leading, whitespace-buffer-trailing):
29773 Invert sense of the test to highlight the whitespace.
29774
29775 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29776
29777 * progmodes/gud.el (gud-display-line): GUD uses its own
29778 overlay arrow now so don't set overlay-arrow-string.
29779 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29780
29781 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29782
29783 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29784 (term-ansi-current-reverse, term-ansi-current-invisible)
29785 (term-ansi-face-already-done): Change to boolean.
29786 (term-reset-terminal, term-handle-colors-array): Handle the above
29787 vars accordingly.
29788 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29789 (term-emulate-terminal): Use the new name.
29790
29791 * faces.el (secondary-selection): Use yellow1, not yellow.
29792 (trailing-whitespace): Use red1, not red.
29793
29794 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29795
29796 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29797 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29798 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29799
29800 * cus-edit.el (dnd): New group.
29801
29802 * term/w32-win.el (dnd): Require dnd
29803 (w32-drag-n-drop): Call dnd-handle-one-url.
29804
29805 * x-dnd.el: Require dnd.
29806 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29807 Call dnd-handle-one-url.
29808 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29809 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29810 to dnd-insert-text.
29811 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29812 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29813 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29814 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29815
29816 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29817
29818 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29819
29820 * wdired.el: Doc fixes.
29821 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29822 (wdired-use-dired-vertical-movement): Rename from
29823 wdired-always-move-to-filename-beginning.
29824 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29825 (wdired-change-to-wdired-mode): Change mode name.
29826 (wdired-newline): Delete.
29827
29828 2005-04-11 Richard M. Stallman <rms@gnu.org>
29829
29830 * whitespace.el (whitespace-highlight-the-space):
29831 Don't call whitespace-unhighlight-the-space here.
29832
29833 * simple.el (undo): Record t in undo-equiv-table
29834 for the redo record made by an undo-in-region.
29835
29836 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29837
29838 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29839 (gdb-frame-inferior-io-buffer): New Functions to control
29840 display of separate IO buffer.
29841 (menu): Add them to menu-bar.
29842 (gdb-display-buffer): Check for buffer another frame.
29843 Protect GUD buffer.
29844 (gdb-setup-windows): Create IO buffer if not already there.
29845 (gdb-memory-mode): Remove purecopy noops.
29846
29847 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29848
29849 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29850 and pass to self-insert-command.
29851
29852 2005-04-11 Lute Kamstra <lute@gnu.org>
29853
29854 * generic.el: Commentary section cleanup.
29855 (generic): Delete.
29856 (generic-use-find-file-hook, generic-lines-to-scan)
29857 (generic-find-file-regexp, generic-ignore-files-regexp)
29858 (default-generic-mode, generic-mode-find-file-hook)
29859 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29860 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29861 (generic-use-find-file-hook, generic-lines-to-scan)
29862 (generic-find-file-regexp, generic-ignore-files-regexp)
29863 (default-generic-mode, generic-mode-find-file-hook)
29864 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29865
29866 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29867
29868 * bookmark.el (bookmark-write-file): Catch errors writing file.
29869 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29870
29871 2005-04-10 Richard M. Stallman <rms@gnu.org>
29872
29873 * startup.el (fancy-splash-tail): Update copyright year.
29874 (command-line): Split part of -Q into -D.
29875 (emacs-basic-display): New defvar.
29876 (fancy-splash-text): Correct name of menu item.
29877
29878 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29879
29880 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29881 lines in one node.
29882
29883 * comint.el (comint-send-input): New arg ARTIFICIAL.
29884 Callers in this file changed.
29885
29886 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29887
29888 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29889
29890 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29891
29892 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29893 `ldap-search-internal'.
29894
29895 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29896
29897 * files.el (set-auto-mode-1): Use line-end-position.
29898
29899 * international/latin-1.el:
29900 * international/latin-2.el:
29901 * international/latin-3.el:
29902 * international/latin-4.el:
29903 * international/latin-5.el:
29904 * international/latin-8.el:
29905 * international/latin-9.el: Give punctuation syntax to NBSP.
29906
29907 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29908 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29909 Use char-classes to accept non-ascii letters, accepted in some recent
29910 bibtex implementations.
29911
29912 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29913
29914 * custom.el (custom-set-minor-mode): Any non-nil value for the
29915 variable should enable the mode when set through Custom.
29916
29917 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29918
29919 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29920 TAB binding so tab-always-indent is obeyed.
29921 (vhdl-minibuffer-local-map): Move initialization into declaration.
29922 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29923 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29924 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29925 (vhdl-current-line): Use line-beginning-position.
29926 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29927 with-output-to-temp-buffer, so the current position can be recorded.
29928
29929 2005-04-10 Masatake YAMATO <jet@gyve.org>
29930
29931 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29932 Add regexp for gcov.
29933
29934 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29935
29936 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29937 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29938 syntax which Emacs 20 doesn't support.
29939
29940 2005-04-09 Richard M. Stallman <rms@gnu.org>
29941
29942 * help.el (describe-key-briefly, describe-key):
29943 Replace strings as event types with "(any string)".
29944
29945 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29946
29947 * arc-mode.el (archive-mode-map): Move initialization into
29948 the declaration. Override *all* bindings of `undo'.
29949 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29950
29951 2005-04-09 Jay Belanger <belanger@truman.edu>
29952
29953 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29954
29955 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29956
29957 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29958 (xterm-register-default-colors): Update color values computation
29959 to match xterm-200.
29960
29961 2005-04-09 Kenichi Handa <handa@m17n.org>
29962
29963 * international/code-pages.el (iso-latin-7): Fix the map.
29964
29965 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29966
29967 * emacs-lisp/lisp.el (defun-prompt-regexp)
29968 (parens-require-spaces, buffer-end, end-of-defun)
29969 (insert-parentheses): Doc fixes.
29970
29971 2005-04-08 Kim F. Storm <storm@cua.dk>
29972
29973 * comint.el (comint-highlight-prompt): Fix face spec.
29974 * hi-lock.el (hi-green): Likewise.
29975
29976 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29977
29978 * cus-edit.el (custom-modified-face):
29979 * comint.el (comint-highlight-input): Fix previous changes.
29980 * term.el (term-handle-ansi-escape): Add a comment.
29981
29982 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29983
29984 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29985 in the buffer and in whitespace-highlighted-space.
29986 (whitespace-unhighlight-the-space): Simplify.
29987 (whitespace-buffer): Simplify.
29988
29989 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29990
29991 * textmodes/table.el (table-cell-face): Add special case for
29992 displays supporting a high number of colors.
29993 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29994 (vhdl-font-lock-reserved-words-face)
29995 (vhdl-speedbar-architecture-face)
29996 (vhdl-speedbar-instantiation-face)
29997 (vhdl-speedbar-architecture-selected-face)
29998 (vhdl-speedbar-instantiation-selected-face): Likewise.
29999 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
30000 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
30001 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
30002 (ebrowse-root-class-face, ebrowse-member-attribute-face)
30003 (ebrowse-progress-face): Likewise.
30004 * progmodes/compile.el (compilation-info-face): Likewise.
30005 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
30006 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
30007 * calendar/calendar.el (diary-face): Likewise.
30008 * woman.el (woman-italic-face, woman-bold-face)
30009 (woman-unknown-face): Likewise.
30010 * wid-edit.el (widget-button-pressed-face): Likewise.
30011 * whitespace.el (whitespace-highlight-face): Likewise.
30012 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
30013 * pcvs-info.el (cvs-marked-face): Likewise.
30014 * info.el (info-xref): Likewise.
30015 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30016 * hilit-chg.el (highlight-changes-face)
30017 (highlight-changes-delete-face): Likewise.
30018 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30019 (hi-red-b): Likewise.
30020 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30021 * font-lock.el (font-lock-keyword-face)
30022 (font-lock-function-name-face, font-lock-warning-face): Likewise.
30023 * cus-edit.el (custom-invalid-face, custom-modified-face)
30024 (custom-set-face, custom-changed-face, custom-variable-tag-face)
30025 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30026 * comint.el (comint-highlight-prompt): Likewise.
30027
30028 2005-04-08 Lute Kamstra <lute@gnu.org>
30029
30030 * font-lock.el (font-lock-keywords): Docstring fixes.
30031
30032 2005-04-08 Kenichi Handa <handa@m17n.org>
30033
30034 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30035 chars are more than a limit, print " and more..." at the tail.
30036
30037 2005-04-08 Kim F. Storm <storm@cua.dk>
30038
30039 * emacs-lisp/authors.el (authors-aliases): Update list.
30040 (authors-ignored-files): New list.
30041 (authors-fixed-entries): Fix typo.
30042 (authors-renamed-files-alist): Update list.
30043 (authors-add): Check authors-ignored-files.
30044
30045 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
30046
30047 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30048 optional, to ensure backward compatibility.
30049
30050 2005-04-08 Stephen Eglen <stephen@gnu.org>
30051
30052 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30053
30054 2005-04-08 Kim F. Storm <storm@cua.dk>
30055
30056 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30057
30058 * mouse.el (mouse-on-link-p): Doc fix.
30059
30060 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
30061
30062 * ielm.el (ielm-prompt-read-only): Doc fix.
30063
30064 * comint.el (comint-prompt-read-only): Doc fix.
30065
30066 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
30067
30068 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30069 ensure dired always handles wildcards passed to ffap.
30070 (find-file-at-point): Use it.
30071 (ffap-dired-wildcards): Doc fix.
30072
30073 2005-04-07 Juri Linkov <juri@jurta.org>
30074
30075 * simple.el (next-error-overlay-arrow-position): New defvar.
30076 Put "=>" on its property `overlay-arrow-string'. Add it to
30077 `overlay-arrow-variable-list'.
30078
30079 * progmodes/compile.el (compilation-setup):
30080 Set `next-error-overlay-arrow-position' to nil. Also set it to
30081 nil in the local hook `kill-buffer-hook'. Make local variable
30082 `overlay-arrow-string' and set it to "=>".
30083 (compilation-goto-locus): Set BOL position to
30084 `next-error-overlay-arrow-position' instead of
30085 `overlay-arrow-position'.
30086
30087 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30088 locally instead of adding it to the global hook.
30089 (Info-kill-buffer): Move up.
30090
30091 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
30092
30093 * term/xterm.el (xterm-standard-colors): Update color values from
30094 xterm-200.
30095
30096 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
30097
30098 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30099
30100 * fast-lock.el:
30101 * lazy-lock.el: Move them to the obsolete subdir.
30102
30103 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30104
30105 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30106 (wdired-add-replace-advice): Remove.
30107 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30108
30109 2005-04-06 Kim F. Storm <storm@cua.dk>
30110
30111 * startup.el (command-line): Add --bare-bones alias for -Q.
30112
30113 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30114
30115 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30116 create the startup fontset if a font specification ends with
30117 `mac-roman'.
30118
30119 2005-04-06 Lute Kamstra <lute@gnu.org>
30120
30121 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30122 change.
30123
30124 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30125 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30126
30127 2005-04-05 Lute Kamstra <lute@gnu.org>
30128
30129 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30130 (define-generic-mode): Ditto. Fix debug declaration.
30131
30132 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30133 Put them in the generic-x group.
30134
30135 * calendar/timeclock.el (timeclock): Doc fix.
30136
30137 * generic.el (define-generic-mode): Don't use custom-current-group.
30138 Document default :group value.
30139 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30140 (define-global-minor-mode): Don't use custom-current-group.
30141
30142 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30143
30144 * startup.el (command-line-1): Display startup-echo-area-message
30145 when fancy splash screen is in use.
30146
30147 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30148 (sh-escaped-newline): New face.
30149 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30150 newline, and use sh-escaped-newline face.
30151
30152 * progmodes/tcl.el (tcl-escaped-newline): New face.
30153 (tcl-builtin-list): New variable.
30154 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30155 newlines. Fix keywords subexpression number.
30156
30157 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30158
30159 * textmodes/org.el (org-diary-default-entry): Fix call to
30160 `add-to-diary-entry'.
30161
30162 2005-04-05 Kim F. Storm <storm@cua.dk>
30163
30164 * ediff-init.el: Use (featurep 'xemacs).
30165
30166 2005-04-05 David Ponce <david@dponce.com>
30167
30168 * cus-edit.el (face): Derive from symbol widget. Display sample
30169 of the current face on the fly.
30170 (widget-face-sample-face-get, widget-face-notify): New functions.
30171 (widget-face-value-create): Remove.
30172
30173 * wid-edit.el (widget-field-end): Temporarily remove field
30174 narrowing before to call `get-char-property'.
30175
30176 2005-04-04 Jay Belanger <belanger@truman.edu>
30177
30178 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30179 (math-read-subscripts): New variable.
30180 (math-read-preprocess-string): Process subscripts.
30181
30182 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30183
30184 * comint.el (comint-prompt-read-only): Doc fix.
30185
30186 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30187 `-1'. Doc fix.
30188
30189 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30190
30191 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30192 Change default value to nil.
30193
30194 2005-04-04 Lute Kamstra <lute@gnu.org>
30195
30196 * autorevert.el (auto-revert-mode): Specify :group.
30197 * battery.el (display-battery-mode): Specify :group.
30198 * diff-mode.el (diff-minor-mode): Specify :group.
30199 * font-core.el (font-lock-mode): Specify :group.
30200 * hl-line.el (hl-line-mode): Specify :group.
30201 * iimage.el (iimage): New customization group.
30202 (iimage-mode): Specify :group.
30203 * longlines.el (longlines-mode): Specify :group.
30204 * master.el: Don't require easy-mmode.
30205 (master): New customization group.
30206 (master-mode): Specify :group.
30207 * msb.el (msb-mode): Specify :group.
30208 * reveal.el (reveal-mode): Specify :group.
30209 * simple.el (next-error-follow-minor-mode): Specify :group.
30210 * smerge-mode.el (smerge-mode): Specify :group.
30211 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30212 * emulation/cua-base.el (cua-mode): Specify :group.
30213 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30214 * language/thai-util.el (thai-auto-composition-mode)
30215 (thai-word-mode): Specify :group.
30216 * mail/supercite.el (sc-minor-mode): Specify :group.
30217 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30218 * progmodes/flymake.el (flymake-mode): Specify :group.
30219 * progmodes/glasses.el (glasses-mode): Specify :group.
30220 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30221 * textmodes/enriched.el (enriched-mode): Specify :group.
30222 * textmodes/refill.el (refill-mode): Specify :group.
30223
30224 * add-log.el (change-log-font-lock-keywords): Names in
30225 parenthesized lists can contain spaces.
30226
30227 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30228
30229 * startup.el (fancy-splash-text): Shorten default text of
30230 "Emacs Tutorial" line. Also, if the current language env
30231 indicates an available tutorial file other than TUTORIAL,
30232 extract its title and append it to the line in parentheses.
30233 (fancy-splash-insert): If arg is a thunk, funcall it.
30234
30235 2005-04-04 Jay Belanger <belanger@truman.edu>
30236
30237 * calc.el (calc-language-alist): Add tags to customization type.
30238
30239 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30240
30241 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30242 Doc fix.
30243
30244 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30245
30246 * add-log.el (change-log-font-lock-keywords): The manual
30247 describing a Change Log entry, says: (...) "Aside from these
30248 header lines, every line in the change log starts with a space or
30249 a tab.". The font-lock was not highlighting lines started with
30250 spaces, added support for it.
30251
30252 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30253
30254 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30255 (bibtex-generate-url-list): Update docstring accordingly. Put the
30256 complex example in the docstring.
30257 (bibtex-font-lock-url): Use pop.
30258
30259 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30260
30261 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30262
30263 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30264
30265 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30266
30267 * filesets.el (filesets-set-default): Doc fix.
30268
30269 2005-04-03 Lute Kamstra <lute@gnu.org>
30270
30271 * generic.el (define-generic-mode): Add argument to specify
30272 keywords for defcustom.
30273 (default-generic-mode): Specify :group.
30274
30275 * generic-x.el: Specify :group for all generic modes.
30276
30277 * desktop.el (desktop-no-desktop-file-hook)
30278 (desktop-after-read-hook): Doc fix.
30279
30280 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30281
30282 * simple.el (visible-mode): Use explicit :group keyword.
30283 This changes the group of `visible-mode-hook' from paren-blinking
30284 to editing-basics.
30285
30286 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30287
30288 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30289 mailbox specifications as well as URLs.
30290 (rmail-insert-inbox-text): Remove unused conditional branches.
30291
30292 2005-04-01 Jay Belanger <belanger@truman.edu>
30293
30294 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30295 (calc-gnuplot-print-command): Move definitions to calc.el.
30296
30297 * calc/calc-embed.el (calc-embedded-announce-formula)
30298 (calc-embedded-open-formula, calc-embedded-close-formula)
30299 (calc-embedded-open-word, calc-embedded-close-word)
30300 (calc-embedded-open-plain, calc-embedded-close-plain)
30301 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30302 (calc-embedded-open-mode, calc-embedded-close-mode):
30303 Move definitions to calc.el.
30304
30305 * calc/calc.el (calc-settings-file, calc-language-alist):
30306 Make customizable.
30307 (calc-embedded-announce-formula, calc-embedded-open-formula)
30308 (calc-embedded-close-formula, calc-embedded-open-word)
30309 (calc-embedded-close-word, calc-embedded-open-plain)
30310 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30311 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30312 (calc-embedded-close-mode, calc-gnuplot-name)
30313 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30314 from other files and make customizable.
30315
30316 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30317
30318 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30319 Use buffer-live-p.
30320 (cvs-mode-run): Don't call cvs-update-header here.
30321 (cvs-run-process): Call cvs-update-header.
30322 Use process properties for cvs-postprocess and cvs-buffer so that
30323 the sentinel can behave better if the temp buffer is killed.
30324 Use a pipe rather than a tty, to better handle unexpected prompts.
30325 (cvs-sentinel): Rewrite. Call cvs-update-header.
30326
30327 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30328
30329 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30330 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30331
30332 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30333
30334 * generic.el (define-generic-mode): Add indentation rule.
30335
30336 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30337
30338 * files.el (mode-require-final-newline): Make Custom correctly
30339 report a nil value and allow to set it to nil via Custom.
30340 Doc fix.
30341
30342 2005-04-01 Kenichi Handa <handa@m17n.org>
30343
30344 * international/characters.el: Enable the correct case setting for
30345 dotless-i and dotted-I.
30346
30347 2005-04-01 Kim F. Storm <storm@cua.dk>
30348
30349 * ido.el (ido-file-internal): Fall back to non-ido command if
30350 initial directory is on slow ftp (or tramp) host.
30351
30352 2005-03-31 Richard M. Stallman <rms@gnu.org>
30353
30354 * emacs-lisp/autoload.el (make-autoload):
30355 Handle define-global-minor-mode.
30356
30357 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30358 Rename from easy-mmode-define-global-mode.
30359 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30360
30361 * progmodes/scheme.el (scheme-mode-syntax-table):
30362 Update syntax of | and # for two-character comment syntax.
30363
30364 2005-03-31 Lute Kamstra <lute@gnu.org>
30365
30366 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30367 (define-minor-mode): Call custom-current-group at load-time.
30368
30369 * generic.el (define-generic-mode): Add debug declaration.
30370 Add defcustom for the mode hook.
30371 (generic-mode-internal): Use run-mode-hooks.
30372
30373 2005-03-31 Kim F. Storm <storm@cua.dk>
30374
30375 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30376 (mouse-fixup-help-message): New defun called by show_help_echo
30377 to fixup mouse-2 prefix in help messages when applicable.
30378
30379 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30380
30381 2005-03-31 Kenichi Handa <handa@m17n.org>
30382
30383 * language/thai-word.el (thai-find-word-ends): Pay attention to
30384 the case that we reach the end of buffer.
30385
30386 * textmodes/fill.el (fill-text-properties-at): New function.
30387 (fill-newline): Use fill-text-properties-at instead of
30388 text-properties-at.
30389
30390 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30391
30392 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30393 not comint-quote-filename.
30394
30395 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30396
30397 * help-fns.el (help-with-tutorial): Revert last change.
30398
30399 2005-03-31 Kim F. Storm <storm@cua.dk>
30400
30401 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30402
30403 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30404
30405 * calendar/cal-china.el: Update reference to "Calendrical
30406 Calculations" book; there's a new edition.
30407 * calendar/cal-coptic.el: Likewise.
30408 * calendar/cal-french.el: Likewise.
30409 * calendar/cal-hebrew.el: Likewise.
30410 * calendar/cal-islam.el: Likewise.
30411 * calendar/cal-iso.el: Likewise.
30412 * calendar/cal-julian.el: Likewise.
30413 * calendar/cal-mayan.el: Likewise.
30414 * calendar/cal-persia.el: Likewise.
30415 * calendar/calendar.el: Likewise.
30416 * calendar/holidays.el: Likewise.
30417 * calendar/lunar.el: Likewise.
30418 * calendar/solar.el: Likewise.
30419
30420 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30421 white space from doc string.
30422
30423 2005-03-30 Jay Belanger <belanger@truman.edu>
30424
30425 * calc/calc-help.el (calc-full-help): Remove email address.
30426
30427 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30428
30429 * help-fns.el (help-with-tutorial): Delete title line.
30430
30431 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30432
30433 * calendar/cal-x.el (calendar-one-frame-setup)
30434 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30435 rather than `symbol' for set-window-dedicated-p.
30436
30437 * calendar/appt.el (appt-buffer-name): Make it a constant.
30438 (appt-add): Doc fix.
30439
30440 * filesets.el (filesets-menu-path, filesets-menu-before)
30441 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30442 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30443 (filesets-add-submenu): Delete and use add-submenu instead.
30444
30445 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30446
30447 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30448 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30449 (org-diary-default-entry): New function.
30450 (org-get-entries-from-diary): Better parsing of diary entries.
30451 (org-agenda-check-no-diary): New function.
30452 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30453 linking to diary entries.
30454 (org-agenda-execute-calendar-command): New function.
30455 (org-agenda): Improve visible section in window.
30456 Use `org-fit-agenda-window'.
30457 (org-fit-agenda-window): New option.
30458 (org-move-subtree-down): Better handling of empty lines
30459 at end of subtree.
30460 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30461 levels up.
30462 (org-fontify-done-headline): New option.
30463 (org-headline-done-face): New face.
30464 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30465 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30466 When current field is non-empty, it is copied to next row.
30467 (org-table-copy-from-above): Fix bug which made it
30468 impossible to copy fields containing only a single non-white character.
30469
30470 2005-03-30 Kim F. Storm <storm@cua.dk>
30471
30472 * kmacro.el (kmacro-end-macro): Isearch may store this command
30473 into the macro -- so ignore it when executing keyboard macro.
30474
30475 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30476
30477 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30478
30479 2005-03-29 Kenichi Handa <handa@m17n.org>
30480
30481 * language/thai.el ("Thai"): Set setup-function and exit-function
30482 for Thai language environment.
30483
30484 * language/thai-util.el: Require thai-word.
30485 (thai-word-mode-map): New variable.
30486 (thai-word-mode): New minor mode.
30487 (setup-thai-language-environment-internal): New function.
30488 (exit-thai-language-environment-internal): New function.
30489
30490 * language/thai-word.el (thai-word-table): Declare it by defvar,
30491 use dolist to initialize it.
30492 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30493 (thai-fill-find-break-point): New functions.
30494
30495 2005-03-29 Richard M. Stallman <rms@gnu.org>
30496
30497 * simple.el (idle-update-delay): Move definition up.
30498 (set-mark): Doc fix.
30499
30500 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30501
30502 * longlines.el: New file.
30503
30504 * simple.el (buffer-substring-filters): New variable.
30505 (filter-buffer-substring): New function.
30506 (kill-region, copy-region-as-kill): Use it.
30507
30508 * register.el (copy-to-register, append-to-register)
30509 (prepend-to-register): Use filter-buffer-substring.
30510
30511 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30512
30513 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30514 (gud-filter-pending-text): Move in front of gdb.
30515 (gud-overlay-arrow-position): New variable.
30516 (gud-sentinel, gud-display-line): Use it in place of
30517 overlay-arrow-position.
30518
30519 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30520
30521 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30522 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30523 (fortran-font-lock-keywords-4): New variable.
30524 (fortran-blocks-re, fortran-end-block-re)
30525 (fortran-start-block-re): New constants, for hideshow.
30526 (hs-special-modes-alist): Add a Fortran entry.
30527 (fortran-mode-map): Bind fortran-end-of-block,
30528 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30529 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30530 (fortran-looking-at-if-then, fortran-end-of-block)
30531 (fortran-beginning-of-block): New functions, for hideshow.
30532
30533 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30534 Doc fix. Tweak regexp.
30535 (f90-beginning-of-block): Push mark first.
30536
30537 2005-03-29 Jay Belanger <belanger@truman.edu>
30538
30539 * calc/calc.el: Update copyright date.
30540 (calc-version): Increase to 2.1.
30541 (calc-version-date): Remove.
30542
30543 * calc/calc-help.el: Update copyright date.
30544 (calc-full-help): Remove reference to calc-version-date.
30545 Update copyright date.
30546
30547 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30548
30549 * vc.el (vc-do-command): Use a pipe for async processes, so password
30550 prompts don't show up at places where the user can't reply.
30551
30552 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30553
30554 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30555 on the file name we pass to the inferior shell.
30556
30557 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30558
30559 * progmodes/which-func.el (which-function): Be robust in the face of an
30560 imenu--make-index-alist failure.
30561
30562 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30563
30564 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30565
30566 * progmodes/python.el (python-preoutput-filter): Fix last change.
30567
30568 2005-03-29 Lute Kamstra <lute@gnu.org>
30569
30570 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30571 functions and compiled macros.
30572 (debug-convert-byte-code): Handle macros too.
30573 (debug-on-entry-1): Don't signal an error when trying to clear a
30574 function that is not set to debug on entry.
30575
30576 2005-03-29 Jay Belanger <belanger@truman.edu>
30577
30578 * calc/calc-lang.el: Add functions to math-function-table
30579 properties of tex and math.
30580
30581 2005-03-29 Kenichi Handa <handa@m17n.org>
30582
30583 * ps-mule.el (ps-mule-plot-string): Translate characters by
30584 ps-print-translation-table.
30585 (ps-mule-begin-job): Call find-charset-region/string with
30586 ps-print-translation-table.
30587 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30588
30589 * ps-print.el (ps-print-translation-table): New variable.
30590 (ps-plot-region): Translate characters by ps-print-translation-table.
30591
30592 2005-03-29 Juri Linkov <juri@jurta.org>
30593
30594 * simple.el (next-error-highlight-timer): New variable.
30595
30596 * progmodes/compile.el (compilation-goto-locus):
30597 Use `next-error-highlight-timer' instead of `sit-for'.
30598
30599 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30600
30601 * mail/supercite.el (sc-mail-field): Use assoc-string.
30602 (sc-get-address): Simplify regexps.
30603
30604 * files.el (minibuffer-with-setup-hook): New macro.
30605 (find-file-read-args): Use it to avoid let-binding
30606 minibuffer-with-setup-hook (which breaks turning on/off
30607 file-name-shadow-mode while in the prompt).
30608
30609 * complete.el (PC-read-include-file-name-internal):
30610 Use test-completion.
30611
30612 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30613
30614 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30615
30616 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30617
30618 * window.el (window-buffer-height): Use count-screen-lines.
30619
30620 * progmodes/python.el (python-preoutput-leftover): New var.
30621 (python-preoutput-filter): Use it.
30622 (python-send-receive): Loop until all the result has been received.
30623
30624 2005-03-28 Juri Linkov <juri@jurta.org>
30625
30626 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30627
30628 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30629 "Recover Crashed Session".
30630 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30631 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30632 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30633 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30634 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30635 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30636 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30637 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30638
30639 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30640 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30641 Ediff Sessions", "Toggle use of separate control buffer frame",
30642 "Use separate frame for Ediff control buffer".
30643
30644 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30645 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30646 "Rename Bookmark", "Delete Bookmark".
30647
30648 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30649 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30650 Add `:active Info-index-alternatives' to "Next Matching Item".
30651
30652 * wdired.el (wdired-change-to-wdired-mode):
30653 Mention `wdired-abort-changes' key in the initial message.
30654
30655 * international/mule.el (auto-coding-alist): Associate non-ascii
30656 image filename extensions with `no-conversion'.
30657
30658 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30659
30660 * international/iso-acc.el:
30661 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30662
30663 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30664
30665 * textmodes/sgml-mode.el (html-mode): Doc update.
30666
30667 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30668
30669 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30670
30671 * term.el (term-move-columns): Fix face after extending a line.
30672 (term-insert-spaces): Likewise.
30673 (term-reset-terminal): Fix off by one error.
30674
30675 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30676
30677 * international/mule.el (auto-coding-alist): Add .xpi files.
30678
30679 * files.el (auto-mode-alist): Add .xpi files.
30680
30681 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30682
30683 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30684
30685 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30686
30687 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30688
30689 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30690
30691 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30692 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30693
30694 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30695 cursor to Jan 1 when needed.
30696 (calendar-end-of-year): Fix -/+ typo.
30697 Reported by Chong Yidong <cyd@stupidchicken.com>.
30698
30699 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30700
30701 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30702
30703 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30704 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30705
30706 2005-03-25 Richard M. Stallman <rms@gnu.org>
30707
30708 * filesets.el (filesets-init): Add autoload.
30709
30710 * mail/mailalias.el (mail-directory): Doc fix.
30711
30712 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30713
30714 * mail/mailalias.el (mail-directory-process): Do nothing if
30715 mail-directory-process is an atom.
30716 (mail-get-names): Ignore mail-directory-names if it is an atom.
30717 (mail-directory-process defvar): Doc fix.
30718 (mail-names): Doc fix.
30719
30720 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30721
30722 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30723
30724 2005-03-26 Kenichi Handa <handa@m17n.org>
30725
30726 * international/mule-util.el (detect-coding-with-priority):
30727 Call update-coding-systems-internal before detect-coding-region.
30728
30729 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30730
30731 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30732 (gdb-frames-mode-map): Add follow-link property.
30733
30734 2005-03-25 Jay Belanger <belanger@truman.edu>
30735
30736 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30737 for variables.
30738
30739 2005-03-25 Juri Linkov <juri@jurta.org>
30740
30741 * image-mode.el: Optimize image filename extension regexps in
30742 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30743 in `auto-mode-alist'.
30744 (image-mode): Add `image-toggle-display-text' to local hook
30745 `change-major-mode-hook'. Display the image as an image by
30746 default. Set `cursor-type' and `truncate-lines' if the image
30747 is already displayed. Take into account the current mode (image
30748 or text) in message.
30749 (image-minor-mode): New minor mode.
30750 (image-mode-maybe, image-toggle-display-text): New functions.
30751 (image-toggle-display): Use called-interactively-p.
30752 Let-bind `inhibit-read-only' to t.
30753
30754 * image-mode.el (image-minor-mode): Set `cursor-type' and
30755 `truncate-lines' if the image is already displayed. Add turning
30756 image-minor-mode off to `change-major-mode-hook'. Add message.
30757 Call `image-toggle-display-text' after turning image-minor-mode off.
30758
30759 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30760
30761 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30762 Terminal.app, use utf-8.
30763 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30764 (set-locale-environment): Use it.
30765
30766 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30767
30768 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30769
30770 * progmodes/python.el (python-close-block-statement-p)
30771 (python-outdent-p, python-current-defun): Use symbol-end.
30772
30773 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30774
30775 * files.el (save-some-buffers): Doc fix.
30776
30777 2005-03-25 Werner Lemberg <wl@gnu.org>
30778
30779 * complete.el, thumbs.el: Replace `legal' with `valid'.
30780 * calendar/calendar.el: Replace `legal' with `valid'.
30781 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30782 * mail/supercite.el: Replace `legal' with `valid'.
30783 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30784 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30785 Replace `legal' with `valid'.
30786 * textmodes/reftex-vars.el, textmodes/reftex.el:
30787 Replace `legal' with `valid'.
30788
30789 2005-03-25 Werner Lemberg <wl@gnu.org>
30790
30791 * calc/calc-forms.el, calc/calc-sel.el
30792 * midnight.el, vc-cvs.el
30793 * emacs-lisp/cl-macs.el
30794 * emulation/vip.el
30795 * eshell/esh-io.el, eshell/esh-var.el
30796 * mail/supercite.el
30797 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30798 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30799 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30800 * progmodes/sh-script.el, progmodes/xscheme.el
30801 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30802 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30803 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30804 * textmodes/reftex.el, textmodes/org.el:
30805 Replace `illegal' with `invalid'.
30806
30807 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30808
30809 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30810 (flymake-find-buildfile, flymake-find-possible-master-files)
30811 (flymake-check-include, flymake-parse-line): Replace loops over the
30812 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30813
30814 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30815 Substitute file-name-as-directory in the rest of the file.
30816 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30817 (flymake-replace-region): Remove unused arg `buffer'.
30818 (flymake-check-patch-master-file-buffer): Update calls to it.
30819 (flymake-add-err-info): Remove unused var `count'.
30820 (flymake-mode): Use define-minor-mode.
30821
30822 * progmodes/flymake.el: Use with-current-buffer.
30823 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30824 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30825 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30826 Avoid testing for `xemacs'.
30827 (flymake-nop): Move.
30828 (flymake-region-has-flymake-overlays): Return the computed value.
30829 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30830 Remove unused var `endline'.
30831 (flymake-get-line-count): Remove unused function.
30832 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30833
30834 * emulation/vi.el:
30835 * generic.el:
30836 * hilit-chg.el (global-highlight-changes):
30837 * hi-lock.el (hi-lock-mode):
30838 * follow.el: find-file-hooks -> find-file-hook.
30839
30840 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30841
30842 2005-03-24 Juri Linkov <juri@jurta.org>
30843
30844 * dired.el (dired-mode-map): Add menu item "Compare directories"
30845 for dired-compare-directories.
30846
30847 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30848 Doc fix. Replace `read-file-name' with `read-directory-name'.
30849
30850 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30851
30852 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30853
30854 2005-03-24 Jay Belanger <belanger@truman.edu>
30855
30856 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30857 relevant mode settings in calc-embedded-original-modes when modes
30858 are permanently changed.
30859
30860 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30861
30862 * autoinsert.el: find-file-hooks -> find-file-hook.
30863
30864 2005-03-24 Lute Kamstra <lute@gnu.org>
30865
30866 * generic.el (generic-font-lock-defaults): Make it obsolete.
30867 (generic-font-lock-keywords): New variable to replace
30868 generic-font-lock-defaults.
30869 (generic-mode-set-font-lock): Delete it.
30870 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30871 (generic-bracket-support): Add docstring.
30872
30873 * generic-x.el: Rename generic-font-lock-defaults to
30874 generic-font-lock-keywords throughout.
30875 (mailagent-rules-setup-function): Delete it.
30876 (mailagent-rules-generic-mode): Use anonymous function instead.
30877 (show-tabs-generic-mode-font-lock-defaults-1)
30878 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30879 Quote faces.
30880 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30881 not foreground.
30882
30883 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30884 Recognize define-generic-mode.
30885
30886 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30887
30888 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30889 if there's no completion table.
30890
30891 2005-03-23 Miles Bader <miles@gnu.org>
30892
30893 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30894 Remove tty-specific variants, as they're no longer needed.
30895
30896 2005-03-23 Lute Kamstra <lute@gnu.org>
30897
30898 * generic-x.el: Code cleanup: make args constant whenever possible.
30899 (installshield-statement-keyword-list)
30900 (installshield-system-functions-list)
30901 (installshield-system-variables-list, installshield-types-list)
30902 (installshield-funarg-constants-list): Make them constants.
30903
30904 * generic.el (generic-make-keywords-list): Add autoload cookie.
30905
30906 * calendar/time-date.el: Add comment on time value formats.
30907 Don't require parse-time.
30908 (with-decoded-time-value): New macro.
30909 (encode-time-value): New function.
30910 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30911 (days-to-time): Return a valid time value when arg is huge.
30912 (time-since): Use time-subtract.
30913 (time-to-number-of-days): Use time-to-seconds.
30914
30915 2005-03-23 David Ponce <david@dponce.com>
30916
30917 * recentf.el (recentf-keep): New option.
30918 (recentf-menu-action): Default to `find-file'.
30919 (recentf-keep-non-readable-files-flag)
30920 (recentf-keep-non-readable-files-p)
30921 (recentf-file-readable-p, recentf-find-file)
30922 (recentf-cleanup-remote): Remove.
30923 (recentf-include-p): More robust.
30924 (recentf-keep-p): New function.
30925 (recentf-remove-if-non-kept): Rename from
30926 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30927 All callers updated.
30928 (recentf-menu-items-for-commands): Fix help string.
30929 (recentf-track-closed-file): Update. Doc fix.
30930 (recentf-cleanup): Update. Count removed files. Doc fix.
30931
30932 2005-03-23 Kim F. Storm <storm@cua.dk>
30933
30934 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30935 Don't inherit from fringe face (now happens automatically).
30936
30937 2005-03-22 Kim F. Storm <storm@cua.dk>
30938
30939 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30940 position values.
30941
30942 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30943
30944 * menu-bar.el (showhide-date-time): Remove.
30945 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30946 (menu-bar-make-mm-toggle): Simplify.
30947
30948 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30949
30950 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30951 Accept qualified variable and function names.
30952
30953 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30954
30955 * bindings.el (completion-ignored-extensions):
30956 Remove ".lis" for `vax-vms'.
30957
30958 2005-03-22 Andreas Schwab <schwab@suse.de>
30959
30960 * generic-x.el: Revert last change.
30961 * ldefs-boot.el: Update.
30962
30963 2005-03-22 Jay Belanger <belanger@truman.edu>
30964
30965 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30966 (calc-embedded-save-original-modes)
30967 (calc-embedded-restore-original-modes): New functions.
30968 (calc-do-embedded): Save original modes when entering embedded mode
30969 and restore when leaving embedded mode.
30970 (calc-embedded-modes-change): Change the value of
30971 calc-embedded-original-modes to reflect permanent changes.
30972
30973 2005-03-22 Lute Kamstra <lute@gnu.org>
30974
30975 * generic-x.el: Require generic again.
30976
30977 2005-03-22 Miles Bader <miles@gnu.org>
30978
30979 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30980 Tweak details to look good on both ttys and bitmap displays, light
30981 or dark background, etc.
30982
30983 2005-03-21 Kim F. Storm <storm@cua.dk>
30984
30985 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30986 mouse position.
30987
30988 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30989
30990 * icomplete.el: Don't forcibly turn on the mode upon load.
30991 (icomplete-mode): Use define-minor-mode.
30992 (icomplete-eoinput): Default to nil.
30993 (icomplete-minibuffer-setup): Remove autoload.
30994 (icomplete-tidy): Simplify.
30995 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30996 in the initial state or if the user has modified the field.
30997 Fix handling of icomplete-max-delay-chars.
30998 Remove code that handles the oddball case where
30999 minibuffer-completion-table is an integer.
31000 Wrap icomplete-completions in while-no-input in case building
31001 completions takes more time than expected.
31002 (icomplete-completions): Simplify.
31003
31004 2005-03-21 Richard M. Stallman <rms@gnu.org>
31005
31006 * jka-compr.el (jka-compr-really-do-compress):
31007 Make variable buffer-local.
31008
31009 * image-mode.el: Handle .xpm files too.
31010 (image-toggle-display): Preserve modification flag.
31011
31012 * help.el (where-is): Don't mention aliases with no key bindings.
31013
31014 2005-03-21 Lute Kamstra <lute@gnu.org>
31015
31016 * generic.el: Fix commentary section. Don't require cl for
31017 compilation.
31018 (generic-mode-list): Add autoload cookie.
31019 (generic-use-find-file-hook, generic-lines-to-scan)
31020 (generic-find-file-regexp, generic-ignore-files-regexp)
31021 (generic-mode, generic-mode-find-file-hook)
31022 (generic-mode-ini-file-find-file-hook): Fix docstrings.
31023 (define-generic-mode): Make it a defmacro. Fix docstring.
31024 (generic-mode-internal): Code cleanup. Add autoload cookie.
31025 (generic-mode-set-comments): Code cleanup.
31026 * generic-x.el: Don't prevent compilation. Don't require generic.
31027 Follow coding conventions. Minor code cleanup.
31028 (etc-fstab-generic-mode): Add some keywords.
31029 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31030 define-generic-mode like a function declaration.
31031
31032 2005-03-21 Jay Belanger <belanger@truman.edu>
31033
31034 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31035 changing modes.
31036
31037 2005-03-21 Sam Steingold <sds@gnu.org>
31038
31039 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31040
31041 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
31042
31043 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31044 Add underscore to "f$ lexicals" regexp.
31045
31046 2005-03-20 Juri Linkov <juri@jurta.org>
31047
31048 * subr.el (progress-reporter-do-update): When `min-value' is equal
31049 to `max-value', set `percentage' to 0 and prevent division by zero.
31050
31051 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
31052
31053 Sync with Tramp 2.0.48.
31054
31055 * net/tramp.el (all): Change all addresses to .gnu.org.
31056 (tramp-append-tramp-buffers): New defun.
31057 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31058 Catch `dont-send' signal.
31059 (tramp-set-auto-save-file-modes): Set always permissions, because
31060 there might be an old auto-saved file belonging to another
31061 original file. This could be a security threat. Reported by
31062 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31063 Check for Emacs 21.3.50 removed.
31064
31065 * net/tramp-smb.el (all): Remove debug construct for
31066 `with-parsed-tramp-file-name'.
31067 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31068 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31069 No error message if DIRECTORY or FILENAME doesn't exist.
31070 (tramp-smb-open-connection): Check existence of
31071 `tramp-smb-program'.
31072
31073 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
31074
31075 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31076 Properly handle the case where the `m' or `s' command's argument is not
31077 yet terminated.
31078 (perl-indent-new-calculate): New function.
31079 (perl-indent-line): Use it.
31080
31081 2005-03-20 Miles Bader <miles@gnu.org>
31082
31083 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31084 in text-mode too. Change to new face names.
31085 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31086 Add `:weight bold' attribute.
31087 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31088
31089 2005-03-19 Juri Linkov <juri@jurta.org>
31090
31091 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
31092
31093 * international/mule.el (auto-coding-alist): Sync with
31094 `auto-mode-alist' by adding upper case archive file extensions
31095 and adding ear/war to jar extension.
31096
31097 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
31098
31099 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31100 running, restart it.
31101
31102 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
31103
31104 * finder.el (finder-current-item): Throw an error on an empty line.
31105
31106 * man.el (Man-follow-manual-reference): If current-word returns
31107 nil, use "".
31108
31109 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
31110
31111 * simple.el (goto-line): Doc fix.
31112
31113 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
31114
31115 * files.el (save-buffer): Doc fix.
31116
31117 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
31118
31119 * recentf.el (recentf-cleanup-remote): New variable.
31120 (recentf-cleanup): Use it to conditionally check availability of
31121 remote files.
31122
31123 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31124
31125 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31126 function names.
31127
31128 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31129
31130 * language/thai-word.el: New file.
31131
31132 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31133
31134 * files.el (backup-buffer): If the file's directory is not
31135 writable, use copy instead of move to backup the file.
31136
31137 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31138
31139 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31140
31141 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31142
31143 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31144 Use functionp instead of symbolp and fboundp. Reported by Drkm
31145 <darkman_spam@yahoo.fr>.
31146 (ps-print-version): New version 6.6.6.
31147
31148 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31149
31150 * textmodes/table.el (table--line-column-position): New idiom.
31151 (table--row-column-insertion-point-p): New function to test
31152 validity of row and column insertion operation at a location.
31153 (table-global-menu, table-cell-menu): Use above functions for
31154 deterministic test operation.
31155 (table--editable-cell-p): Behave in deterministic fashion.
31156
31157 2005-03-18 Juri Linkov <juri@jurta.org>
31158
31159 * isearch.el (isearch-lazy-highlight-new-loop):
31160 Make arguments beg and end optional.
31161 (isearch-update): Remove optional arguments nil from
31162 isearch-lazy-highlight-new-loop.
31163 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31164 isearch-lazy-highlight-case-fold-search instead of
31165 isearch-case-fold-search, and let-bind isearch-regexp to
31166 isearch-lazy-highlight-regexp.
31167 Use isearch-lazy-highlight-last-string instead of isearch-string.
31168
31169 * replace.el (perform-replace): Remove bindings of global
31170 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31171 Add three new arguments to `replace-highlight'.
31172 (replace-highlight): Add arguments string, regexp, case-fold.
31173 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31174 to allow isearch-lazy-highlight-new-loop to use these values
31175 to set corresponding isearch-lazy-highlight-* internal
31176 variables whose values lazy highlighting will use regardless of
31177 changes to global variables isearch-string, isearch-regexp,
31178 isearch-case-fold-search during lazy highlighting loop.
31179 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31180 to `lazy-highlight-cleanup'.
31181
31182 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31183 (ispell-highlight-face): Set default face to `isearch' when
31184 lazy highlighting is enabled.
31185 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31186 priority to 1. Add lazy highlighting.
31187 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31188 from `isearch-dehighlight'.
31189
31190 2005-03-18 David Ponce <david@dponce.com>
31191
31192 * files.el (hack-local-variables): Do a case-insensitive search
31193 for End.
31194
31195 2005-03-18 Juri Linkov <juri@jurta.org>
31196
31197 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31198 `isearch-lazy-highlight-cleanup', add alias to old name and
31199 declare obsolete. Add release numbers to other obsolete vars.
31200 (isearch-done, isearch-lazy-highlight-new-loop):
31201 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31202 (lazy-highlight-cleanup) <variable>: Doc fix.
31203 (isearch-lazy-highlight-update): Rename obsolete
31204 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31205
31206 2005-03-18 Kenichi Handa <handa@m17n.org>
31207
31208 * language/thai-util.el: Fix categorization of Thai characters in
31209 thai-category-table.
31210 (thai-composition-pattern): Adjust it for the above change.
31211 (thai-self-insert-command, thai-compose-syllable): New functions.
31212 (thai-compose-region): Use thai-compose-syllable.
31213 (thai-compose-string): Likewise.
31214 (thai-composition-function): Likewise.
31215 (thai-auto-composition): New function.
31216 (thai-auto-composition-mode): New minor mode.
31217
31218 * language/thai.el: Fix patterns to be registered in
31219 composition-function-table.
31220
31221 * international/quail.el (quail-input-method): Locally bind
31222 inhibit-modification-hooks to t.
31223
31224 2005-03-17 Richard M. Stallman <rms@gnu.org>
31225
31226 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31227 (perl-mode): Use run-mode-hooks.
31228
31229 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31230 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31231 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31232
31233 * mail/sendmail.el (sendmail-send-it): Reenable the code
31234 to compute resend-to-address and use it.
31235
31236 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31237
31238 * image-mode.el: New file.
31239
31240 * image.el (insert-sliced-image): Add autoload cookie.
31241
31242 * font-lock.el (font-lock-lines-before): New user option.
31243 (font-lock-after-change-function): Obey it.
31244
31245 * bindings.el (esc-map): Make M-g a prefix.
31246 Bind M-g g and M-g M-g to goto-line.
31247
31248 * faces.el (face-id): Doc fix.
31249
31250 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31251
31252 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31253 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31254 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31255
31256 * mail/sendmail.el (mail-yank-ignored-headers)
31257 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31258 Add Mail-Followup-To and Mail-Reply-To headers.
31259 (mail-citation-hook): Add autoload cookie.
31260 (mail-mode): Doc fix.
31261 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31262 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31263 (mail-mode-fill-paragraph): Handle those headers.
31264 (mail-mailing-lists): New variable.
31265 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31266
31267 2005-03-17 Juri Linkov <juri@jurta.org>
31268
31269 * isearch.el (isearch-fallback): Check for `(car previous)'
31270 before calling `isearch-other-end-state'.
31271
31272 2005-03-17 Kim F. Storm <storm@cua.dk>
31273
31274 * simple.el (move-beginning-of-line): Move to beginning of buffer
31275 line, as well as beginning of screen line.
31276
31277 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31278
31279 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31280 argument REDRAW rather than calendar-redrawing variable.
31281 * calendar/calendar.el (calendar-redrawing): Delete.
31282 (redraw-calendar): Do not bind calendar-redrawing.
31283
31284 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31285
31286 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31287 diary-file buffer.
31288
31289 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31290
31291 * help.el (describe-mode): Allow a :minor-mode-function property to
31292 specify a different minor mode toggle function than the variable.
31293 * simple.el (auto-fill-function):
31294 * subr.el (add-minor-mode): Use it.
31295
31296 2005-03-16 Kenichi Handa <handa@m17n.org>
31297
31298 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31299 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31300 (ethio-fidel-to-sera-buffer): Likewise.
31301
31302 2005-03-16 Juri Linkov <juri@jurta.org>
31303
31304 * emacs-lisp/find-func.el (find-function-regexp):
31305 Add defun-emitting macro `menu-bar-make-toggle'.
31306
31307 * isearch.el: Put `isearch-scroll' property to
31308 `split-window-horizontally'.
31309
31310 * info.el: Update error messages for `debug-ignored-errors'.
31311 (Info-isearch-search): Doc fix.
31312 (Info-find-node): Move up code to go into info buffer before
31313 recording the node to the history.
31314 (Info-fontify-node): Fontify titles only if the next line
31315 has two or more `*', `=', `-', `.'.
31316 Display "go to this node" for empty (match-string 3).
31317
31318 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31319
31320 * term/mac-win.el: Add mouse pointer shape constants.
31321
31322 2005-03-15 Kim F. Storm <storm@cua.dk>
31323
31324 * simple.el (move-beginning-of-line): Use vertical-motion.
31325
31326 2005-03-15 Juri Linkov <juri@jurta.org>
31327
31328 * isearch.el (isearch-error): New variable.
31329 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31330 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31331 (isearch-within-brackets-state): Remove.
31332 (isearch-case-fold-search-state, isearch-pop-fun-state):
31333 Decrease frame index.
31334 (isearch-mode, isearch-top-state, isearch-push-state)
31335 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31336 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31337 (isearch-search, isearch-lazy-highlight-new-loop):
31338 Replace `isearch-invalid-regexp' with `isearch-error'.
31339 Remove `isearch-within-brackets'.
31340 (isearch-search): Add `search-failed' handler to `condition-case'.
31341 (isearch-lazy-highlight-search): Add `condition-case' to catch
31342 errors and allow `isearch-lazy-highlight-update' to try
31343 highlighting from the beginning of the window.
31344 (isearch-repeat): Move up code to set isearch-wrapped to t
31345 before calling isearch-wrap-function.
31346
31347 * info.el (Info-isearch-initial-node): New internal variable.
31348 (Info-search): Signal an error in isearch mode when search leaves
31349 the initial node. Signal an error when `bound' is non-nil and
31350 nothing was found in the current subfile.
31351 (Info-isearch-search): Remove `condition-case'.
31352 (Info-isearch-wrap): Don't wrap when search failed during leaving
31353 the initial node. If `Info-isearch-search' is nil, wrap around
31354 the current node.
31355 (Info-isearch-start): New fun.
31356 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31357 `isearch-mode-hook'.
31358
31359 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31360
31361 * simple.el (normal-erase-is-backspace): Set default to t if
31362 running on Mac.
31363
31364 * term/mac-win.el (function-key-map): Sync with x-win.el.
31365
31366 2005-03-15 Kenichi Handa <handa@m17n.org>
31367
31368 * international/mule-cmds.el (locale-language-names): Modify the
31369 format of elements and add more entries.
31370 (locale-preferred-coding-systems): Add more entries.
31371 (set-locale-environment): Adjust for the change of
31372 locale-language-names.
31373
31374 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31375
31376 * pcvs.el (smerge-ediff): Remove bogus autoload.
31377
31378 2005-03-14 Lute Kamstra <lute@gnu.org>
31379
31380 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31381 Ignore a `*' at the beginning of a line.
31382
31383 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31384 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31385 subr.el.
31386 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31387 to specify indentation.
31388
31389 * generic.el (define-generic-mode): Let generic-mode-list be a
31390 list of strings; test membership with equal.
31391
31392 2005-03-14 Kim F. Storm <storm@cua.dk>
31393
31394 * simple.el (next-line, previous-line): Add optional try-vscroll
31395 arg to recognize interactive use. Pass it on to line-move.
31396 (line-move): Don't perform auto-window-vscroll when defining or
31397 executing keyboard macro to ensure consistent behavior.
31398
31399 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31400
31401 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31402
31403 2005-03-13 Lute Kamstra <lute@gnu.org>
31404
31405 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31406 debugger-setup-buffer so that backtrace marks the frames set to
31407 debug-on-exit and we don't have to do it manually. Set an extra
31408 debug-on-exit for macro's.
31409 (debugger-setup-buffer): Don't mark the top frame manually.
31410
31411 2005-03-12 Lute Kamstra <lute@gnu.org>
31412
31413 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31414 lisp-indent-function throughout.
31415 (with-no-warnings): Set lisp-indent-function property.
31416
31417 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31418
31419 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31420 Add entry for backslash.
31421
31422 2005-03-12 Juri Linkov <juri@jurta.org>
31423
31424 * info.el (Info-search): Four fixes for backward search.
31425
31426 2005-03-11 Jay Belanger <belanger@truman.edu>
31427
31428 * calc/calc.el (calc-language-alist): New variable.
31429 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31430 (calc-embedded-find-modes): Use calc-language-alist instead of
31431 calc-embedded-language-alist.
31432
31433 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31434
31435 * calendar/calendar.el (calendar-redrawing): New internal
31436 variable.
31437 (redraw-calendar): Remove bogus save-excursion from previous
31438 change. Bind calendar-redrawing to t for mark-diary-entries.
31439 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31440 calendar if that is why we were called.
31441
31442 2005-03-11 Kenichi Handa <handa@m17n.org>
31443
31444 * international/mule.el (make-coding-system): Set property
31445 coding-system-define-form to nil.
31446 (define-coding-system-alias): Likewise.
31447
31448 2005-03-11 Kenichi Handa <handa@m17n.org>
31449
31450 These changes are suggested by Dave Love <fx@gnu.org>.
31451
31452 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31453 coding: tag.
31454 (adaptive-fill-regexp): Add more bullets.
31455 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31456 regexps.
31457
31458 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31459
31460 * help.el (describe-mode): Properly handle non-trivial lighters.
31461 Don't ignore minor modes that are not listed in minor-mode-list.
31462
31463 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31464 feature ON when the user requests to turn it OFF.
31465
31466 2005-03-10 Lute Kamstra <lute@gnu.org>
31467
31468 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31469 (implement-debug-on-entry): New function to replace debug-entry-code.
31470 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31471 second argument as the 2005-03-07 change makes it obsolete.
31472 (debug-on-entry, cancel-debug-on-entry): Update call to
31473 debug-on-entry-1.
31474 (debug, debugger-setup-buffer): Comment update.
31475 (debugger-frame-number): Update to work with implement-debug-on-entry.
31476
31477 2005-03-10 Jay Belanger <belanger@truman.edu>
31478
31479 * calc/calc-embed.el (math-ms-args): Declare it.
31480 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31481 math-ms-args.
31482 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31483 variables.
31484
31485 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31486
31487 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31488 Use message-box.
31489
31490 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31491 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31492 (tooltip-gud-tips): Simplify.
31493 (tooltip-gud-tips-p): Remove superfluous :set.
31494 (tooltip-gud-modes): Add fortran-mode.
31495 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31496
31497 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31498
31499 2005-03-09 Kim F. Storm <storm@cua.dk>
31500
31501 * play/animate.el (animate-place-char): Use forward-line instead
31502 of next-line to improve performance.
31503
31504 2005-03-09 Simon Josefsson <jas@extundo.com>
31505
31506 * net/browse-url.el (browse-url-default-browser): Doc fix.
31507
31508 2005-03-09 Miles Bader <miles@gnu.org>
31509
31510 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31511 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31512
31513 2005-03-09 Kenichi Handa <handa@m17n.org>
31514
31515 * international/latin-1.el: Set case and syntax for 255 only if
31516 set-case-syntax-set-multibyte is nil.
31517
31518 * textmodes/ispell.el (ispell-insert-word): New function.
31519 (ispell-word): Use ispell-insert-word to insert a new word.
31520 (ispell-process-line): Likewise.
31521 (ispell-complete-word): Likewise.
31522
31523 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31524
31525 * calendar/calendar.el (redraw-calendar): Preserve point.
31526 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31527 (calendar-week-start-day): Move after definition of
31528 redraw-calendar. Delete buffer test, since redraw-calendar has
31529 that now.
31530
31531 * calendar/diary-lib.el (mark-diary-entries): Only call
31532 redraw-calendar in the first of any recursive calls.
31533 Reported by Alan Shutko <ats@acm.org>.
31534
31535 2005-03-08 Juri Linkov <juri@jurta.org>
31536
31537 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31538 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31539 (html-radio-buttons): Add a space before the trailing `/>' where
31540 sgml-xml-mode is non-nil.
31541 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31542 the subsequent tag of the empty XML tag.
31543 (html-href-anchor): Don't set initial input to "http:".
31544 (html-image): Ask for the image URL and set point inside alt="".
31545 (html-name-anchor): Duplicate the name in the `id' attribute when
31546 sgml-xml-mode is non-nil.
31547 (html-paragraph): Remove \n before <p>.
31548 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31549 instead of `checked' when sgml-xml-mode is non-nil.
31550
31551 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31552 Remove 1 space before #RRGGBB to not truncate it on terminal
31553 windows w/o fringes. Remove 1 space between bg and fg examples
31554 to get more space.
31555 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31556 avoid byte-compile warnings.
31557
31558 * image-file.el (image-file-handler): Put `safe-magic' property to
31559 `image-file-handler'.
31560
31561 * info.el (Info-isearch-search): Emulate word search in
31562 isearching through multiple Info nodes with Info-search.
31563 (Info-isearch-wrap): Allow isearch-word.
31564
31565 2005-03-08 Lute Kamstra <lute@gnu.org>
31566
31567 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31568 stepping into the debugger's code is not possible.
31569 (debugger-jumping-flag): Docstring update.
31570
31571 2005-03-08 Jay Belanger <belanger@truman.edu>
31572
31573 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31574 embedded mode begins.
31575 (calc-embedded-language-alist): New variable.
31576 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31577 set default language mode.
31578
31579 2005-03-08 Kenichi Handa <handa@m17n.org>
31580
31581 * international/ccl.el (define-ccl-program): Fix docstring about
31582 extra 256 bytes assured for the output buffer.
31583
31584 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31585 Fix BUFFER_MAGNIFICATION to 2.
31586 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31587
31588 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31589
31590 * align.el (align-rules-list): Added an alignment rule for CSS
31591 declarations (applies to css-mode and html-mode buffers).
31592
31593 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31594
31595 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31596
31597 2005-03-07 Kim F. Storm <storm@cua.dk>
31598
31599 * simple.el (move-beginning-of-line): New command.
31600
31601 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31602
31603 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31604
31605 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31606 and move-beginning-of-line.
31607
31608 * apropos.el (apropos-print): Omit command from M-x ... RET.
31609
31610 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31611
31612 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31613 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31614
31615 2005-03-06 Richard M. Stallman <rms@gnu.org>
31616
31617 * bindings.el (esc-map): Bind M-g to goto-line.
31618
31619 * facemenu.el (global-map): Bind M-o, not M-g.
31620
31621 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31622
31623 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31624 "Open Directory" as for "Open File".
31625
31626 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31627
31628 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31629 (push-mark-command): Run activate-mark-hook.
31630
31631 2005-03-06 Richard M. Stallman <rms@gnu.org>
31632
31633 * help-mode.el (help-mode-finish): Don't alter the element
31634 in view-return-to-alist if there already is one.
31635
31636 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31637 make sure the current buffer is the expected one.
31638
31639 * novice.el (disabled-command-function): Output in *Disabled Command*.
31640 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31641
31642 * textmodes/flyspell.el (flyspell-large-region):
31643 Pass args differently for aspell.
31644
31645 * files.el (mode-require-final-newline): Doc fix.
31646
31647 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31648
31649 * progmodes/which-func.el (which-function):
31650 Specify NOERROR when calling imenu--make-index-alist.
31651
31652 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31653
31654 * simple.el (normal-erase-is-backspace): Define default value.
31655
31656 * custom.el (custom-theme-set-variables): Remove unused var
31657 `immediate'.
31658 (custom-reevaluate-setting): Simple function to handle variables
31659 that are defined before their default value can really be
31660 computed.
31661
31662 * startup.el (command-line): Use it for temporary-file-directory,
31663 small-emporary-file-directory, auto-save-file-name-transforms,
31664 blink-cursor-mode, and normal-erase-is-backspace.
31665
31666 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31667 progress, even with buggy anchored keywords.
31668
31669 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31670
31671 * simple.el (goto-line): Remove unbalanced final parenthesis.
31672
31673 2005-03-05 Richard M. Stallman <rms@gnu.org>
31674
31675 * simple.el (goto-line): Use a number at point as the default.
31676 With C-u as arg, switch buffers.
31677
31678 2005-03-05 Juri Linkov <juri@jurta.org>
31679
31680 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31681 with `no-blinking-cursor'.
31682
31683 * startup.el (no-blinking-cursor): New defvar.
31684 (command-line): Add `--no-blinking-cursor' to longopts.
31685 Set `no-blinking-cursor' to t for command line arguments
31686 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31687 with `no-blinking-cursor' in the condition for calling
31688 `blink-cursor-mode'.
31689
31690 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31691
31692 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31693 (menu-bar-options-save): Add blink-cursor-mode.
31694 (menu-bar-options-menu): Add blink-cursor-mode.
31695
31696 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31697
31698 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31699 (icalendar-export-file, icalendar-export-region)
31700 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31701 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31702
31703 2005-03-04 Lute Kamstra <lute@gnu.org>
31704
31705 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31706 (debug-function-list): Ditto.
31707
31708 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31709
31710 * textmodes/texinfmt.el (texinfo-append-refill):
31711 Redefine the types of line to which @refill
31712 is not appended by replacing a search for `@refill\\|@bye' with
31713 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31714 itemize@refill' bug and the unfilled long lines bug.
31715 (texinfmt-version): Update number and date.
31716
31717 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31718
31719 * international/code-pages.el (windows-1250, windows-125[2-8])
31720 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31721
31722 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31723
31724 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31725 bound yet.
31726
31727 2005-03-02 Romain Francoise <romain@orebokech.com>
31728
31729 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31730 buffer after removing limits.
31731 (ibuffer-pop-filter): Ditto.
31732 Update copyright.
31733
31734 2005-03-02 Miles Bader <miles@gnu.org>
31735
31736 * button.el (make-text-button): If the user doesn't specify a
31737 type, use the default. Rewrite to use `add-text-properties' and
31738 plist functions.
31739
31740 2005-03-01 Lute Kamstra <lute@gnu.org>
31741
31742 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31743 (debugger-jumping-flag): New var.
31744 (debug-entry-code): Use it.
31745 (debugger-jump): Use debugger-jumping-flag and add
31746 debugger-reenable to post-command-hook.
31747 (debugger-reenable): Use debugger-jumping-flag and remove itself
31748 from post-command-hook.
31749 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31750 debugger-reenable.
31751
31752 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31753
31754 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31755 inclusion of "itemize\\|", which may be unnecessary, is certainly
31756 inelegant, and stops refilling in itemize lists when formatting
31757 Japanese Texinfo files to Info.
31758 Update copyright to 2005.
31759
31760 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31761
31762 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31763 of an error if GDB can't find the source file.
31764
31765 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31766
31767 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31768 not just the calendar.
31769
31770 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31771 first.
31772 (diary-redraw-calendar): New function.
31773 (make-diary-entry): Add diary-redraw-calendar to local
31774 write-contents-functions. Turn off selective display before
31775 inserting in diary.
31776
31777 2005-03-01 Kim F. Storm <storm@cua.dk>
31778
31779 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31780
31781 2005-03-01 Lute Kamstra <lute@gnu.org>
31782
31783 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31784 that debug-entry-code can be safely removed from a function while
31785 this code is being evaluated. Revert the 2005-02-27 change as the
31786 new implementation no longer requires it. Make sure that a
31787 function body containing just a string is not mistaken for a docstring.
31788 (debug): Skip one more frame in case of debug on entry.
31789 (debugger-setup-buffer): Delete one more frame line in case of
31790 debug on entry.
31791 (debugger-frame-number): Update to use the new text introduced by
31792 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31793
31794 2005-02-28 Kim F. Storm <storm@cua.dk>
31795
31796 * double.el (double-translate-key): Call force-window-update after
31797 read-event to avoid crash in redisplay.
31798
31799 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31800
31801 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31802 (debug): Use it. Move the inhibit-trace earlier.
31803 (debug-entry-code): New const.
31804 (debug-on-entry-1): Use it.
31805
31806 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31807
31808 * international/utf-16.el (ccl-encode-mule-utf-16le):
31809 Fix BUFFER_MAGNIFICATION to 2.
31810 (ccl-encode-mule-utf-16be): Likewise.
31811
31812 2005-02-28 Kenichi Handa <handa@m17n.org>
31813
31814 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31815 Fix BUFFER_MAGNIFICATION to 4.
31816 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31817
31818 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31819
31820 * speedbar.el (speedbar-update-flag): Doc fix.
31821 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31822 argument.
31823
31824 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31825
31826 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31827 have a non-nil `invisible' property but are actually visible.
31828
31829 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31830 for perldoc sections.
31831 (perl-outline-regexp, perl-outline-level): New var and function.
31832 (perl-mode): Use them.
31833
31834 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31835
31836 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31837 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31838
31839 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31840
31841 * cus-edit.el: Comment change.
31842 (custom-buffer-create-internal): Slightly reword text at top of
31843 Custom buffers. Mention there that saving an option edits the
31844 init file. Add link to Emacs manual node on `custom-file'.
31845 (custom-magic-alist): Rewrite individual State messages to use
31846 capitalized keywords. Doc fix.
31847
31848 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31849
31850 * calendar/calendar.el (calendar-buffer): Move above
31851 calendar-week-start-day.
31852 (calendar-week-start-day): Doc fix. Add :set function.
31853 (calendar-minimum-window-height): New variable.
31854 (generate-calendar-window): Only resize window if selected-window
31855 is displaying the calendar buffer. Use new variable
31856 calendar-minimum-window-height.
31857 (generate-calendar): Reword error message.
31858 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31859
31860 2005-02-27 Andreas Schwab <schwab@suse.de>
31861
31862 * vc.el (vc-do-command): Don't run command asynchronously when
31863 operating in a remote directory.
31864
31865 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31866 change from sync with Tramp 2.0.47.
31867
31868 2005-02-27 Richard M. Stallman <rms@gnu.org>
31869
31870 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31871
31872 * textmodes/flyspell.el (flyspell-mode-on):
31873 Call ispell-change-dictionary only if necessary.
31874
31875 * emacs-lisp/re-builder.el (regexp-builder): New function.
31876
31877 * register.el (describe-register-1): Explicitly handle
31878 yank-excluded-properties = t.
31879
31880 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31881 (custom-magic-alist): Change the status descriptions again.
31882 (face widget-type): Total rewrite based on `restricted-sexp'
31883 to eliminate the confusing double hiding levels.
31884
31885 * emacs-lisp/debug.el (debug-on-entry-1):
31886 If function body is empty, add nil as body form.
31887
31888 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31889
31890 * emacs-lisp/trace.el (inhibit-trace): New var.
31891 (trace-make-advice): Use it.
31892
31893 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31894
31895 2005-02-26 Kim F. Storm <storm@cua.dk>
31896
31897 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31898 (mouse-on-link-p, mouse-drag-region-1): Use it.
31899
31900 2005-02-25 Lute Kamstra <lute@gnu.org>
31901
31902 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31903
31904 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31905
31906 * frame.el (blink-cursor-mode): Add :group keyword.
31907
31908 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31909
31910 * calendar/icalendar.el (icalendar--decode-isodatetime):
31911 New optional argument DAY-SHIFT.
31912 (icalendar-export-region): Fix coding-system-for-write.
31913 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31914 events by one.
31915
31916 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31917
31918 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31919
31920 2005-02-24 Kim F. Storm <storm@cua.dk>
31921
31922 * international/iso-acc.el (iso-accents-compose): Fix crash
31923 during redisplay. Call force-window-update after read-event
31924 and delete-region to signal that window is not accurate.
31925
31926 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31927
31928 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31929 Remove unused and inexistent var `inhibit-trace'.
31930 (debugger-mode): Use run-mode-hooks.
31931 (debugger-list-functions): Add buttons; setup xref stack.
31932
31933 2005-02-23 Richard M. Stallman <rms@gnu.org>
31934
31935 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31936 appointment says it was explicitly made.
31937 (appt-add): Set the 3rd element.
31938 (appt-make-list): Preserve explicit appointments.
31939
31940 * subr.el (find-tag-default): Catch errors in forward-sexp.
31941
31942 2005-02-23 Juri Linkov <juri@jurta.org>
31943
31944 * info.el (Info-isearch-search): New defcustom.
31945 (Info-isearch-search): Call the default isearch function
31946 when Info-isearch-search is nil.
31947 (Info-isearch-wrap): Use variable Info-isearch-search.
31948
31949 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31950
31951 * cus-edit.el: Comment change.
31952
31953 2005-02-22 Kim F. Storm <storm@cua.dk>
31954
31955 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31956 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31957
31958 2005-02-22 Simon Josefsson <jas@extundo.com>
31959
31960 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31961 New variable.
31962 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31963 Oskarsson" <myrkraverk@users.sourceforget.net>.
31964
31965 2005-02-22 Kim F. Storm <storm@cua.dk>
31966
31967 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31968 check that window of that event is the selected window.
31969 (mouse-drag-region-1): Compare mouse event window to selected
31970 window before setting point.
31971
31972 * tooltip.el (tooltip-show-help-function): Pass event to
31973 mouse-on-link-p so it can check selected window.
31974
31975 2005-02-22 Kenichi Handa <handa@m17n.org>
31976
31977 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31978 (ps-mule-show-warning): New function.
31979 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31980 characters are found.
31981
31982 * ps-print.el (ps-header-footer-string): Return a list of header
31983 and footer strings.
31984
31985 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31986
31987 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31988
31989 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31990
31991 * frame.el (blink-cursor-mode): Use define-minor-mode.
31992
31993 * term/mac-win.el (function-key-map): Use char-names more consistently.
31994 (file-name-coding-system): Only set it for MacOS-9. The other case is
31995 already handled in mule-cmds.el (where it also works when mac-win.el
31996 is not used).
31997
31998 2005-02-21 Kenichi Handa <handa@m17n.org>
31999
32000 * international/mule.el (ctext-pre-write-conversion): Always use
32001 " *code-converting-work*" buffer for work.
32002
32003 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
32004
32005 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
32006
32007 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
32008
32009 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
32010
32011 * ses.el (undo-more): Restore defadvice, but only the part that
32012 allows changes outside the restricted area of the buffer.
32013
32014 2005-02-20 Kim F. Storm <storm@cua.dk>
32015
32016 * simple.el (line-move): Add fourth optional arg try-vscroll which
32017 must be set to perform auto-window-vscroll.
32018 When moving backwards and doing auto-window-vscroll, automatically
32019 vscroll to the last part of lines which are taller than the window.
32020 (next-line, previous-line): Set try-vscroll arg on line-move.
32021
32022 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
32023
32024 * replace.el (query-replace, query-replace-regexp)
32025 (replace-string, replace-regexp): When operating on region, make
32026 the minibuffer prompt say so.
32027
32028 * isearch.el (isearch-forward): Document isearch-query-replace and
32029 isearch-query-replace-regexp keybindings.
32030
32031 2005-02-19 Jay Belanger <belanger@truman.edu>
32032
32033 * calc/calc-aent.el (math-read-token): Add local variable.
32034
32035 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32036 (calc-edit-top): Move declaration to earlier in file.
32037 (calc-edit-macro-repeats): Add local variables.
32038
32039 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32040 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32041 calcFunc-tanh.
32042 Adjust integration rule for calcFunc-tan.
32043
32044 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32045
32046 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32047 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32048 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32049 (viper-skip-separators): Bug fix.
32050 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32051 particular major mode.
32052 (viper-del-backward-char-in-replace): Don't put deleted char on the
32053 kill ring.
32054
32055 * viper-ex.el (viper-color-display-p): New function.
32056 (viper-has-face-support-p): Use viper-color-display-p.
32057
32058 * viper-keym.el (viper-gnus-modifier-map): New keymap.
32059
32060 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32061
32062 * viper-util.el (viper-glob-unix-files): Fix shell status check.
32063 (viper-file-remote-p): Make equivalent to file-remote-p.
32064
32065 * viper.el (viper-major-mode-modifier-list):
32066 Use viper-gnus-modifier-map.
32067
32068 2005-02-19 David Kastrup <dak@gnu.org>
32069
32070 * subr.el (subregexp-context-p): Fix garbled doc string by adding
32071 quoting.
32072
32073 2005-02-19 Jay Belanger <belanger@truman.edu>
32074
32075 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32076 Remove extra definitions.
32077 (calc-coth): New function.
32078 (calcFunc-cot): Fix `let'.
32079
32080 2005-02-19 Eli Zaretskii <eliz@gnu.org>
32081
32082 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32083 the reasons we use "type pc" in these faces.
32084
32085 * button.el (button): Ditto.
32086
32087 2005-02-19 Michael Mauger <mmaug@yahoo.com>
32088
32089 * replace.el (query-replace-read-from): Set the value of
32090 query-replace-from-history-variable to handle the case of an empty
32091 string entered to accept the suggested default.
32092
32093 * net/tramp.el (tramp-file-name-for-operation):
32094 Use dired-call-process instead of dired-call-process-command.
32095
32096 2005-02-19 Jay Belanger <belanger@truman.edu>
32097
32098 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32099 (math-div-non-trig): New variables.
32100 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32101 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32102 (math-combine-prod, math-div-symb-fancy): Add simplifications for
32103 trig expressions.
32104
32105 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
32106
32107 * progmodes/gdb-ui.el (gdb-var-update-handler)
32108 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32109 for watch expressions,
32110 (gdb-var-create-handler): Don't set speedbar-update-flag.
32111 (gdb-post-prompt): Simplify test for speedbar.
32112
32113 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32114
32115 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32116 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32117 we use the syntax table of the correct buffer.
32118 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32119 Felix Gatzemeier.
32120
32121 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32122 (ediff-file-remote-p): Make synonymous with file-remote-p.
32123 In all deffaces ediff-*-face-*, use min-colors.
32124
32125 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32126 ediff-recurse-to-subdirectories.
32127 (ediff-mark-if-equal): Check that the arguments are strings, use
32128 ediff-same-contents (after to Felix Gatzemeier).
32129
32130 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32131 nil.
32132
32133 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32134
32135 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32136
32137 2005-02-18 David Kastrup <dak@gnu.org>
32138
32139 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32140 use `mark-active' when defined.
32141
32142 2005-02-18 Kenichi Handa <handa@m17n.org>
32143
32144 * ps-print.el (ps-font-info-database): New entry
32145 ZapfChancery-MediumItalic with correct font name. Fix font name
32146 of the entry Zapf-Chancery-MediumItalic.
32147
32148 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32149
32150 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32151
32152 2005-02-16 Kim F. Storm <storm@cua.dk>
32153
32154 * ido.el (ido-fallback-command): Pass user input to fallback command.
32155
32156 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32157
32158 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32159 (gdb-find-file-hook): Add server prefix.
32160
32161 2005-02-16 Richard M. Stallman <rms@gnu.org>
32162
32163 * replace.el (perform-replace): Pass new args to replace-highlight.
32164 (replace-highlight): Take region args,
32165 and pass them to isearch-lazy-highlight-new-loop.
32166
32167 * novice.el (disabled-command-hook): Autoload the defalias
32168 and the make-obsolete-variable call.
32169
32170 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32171
32172 * isearch.el (isearch-lazy-highlight-start-limit)
32173 (isearch-lazy-highlight-end-limit): New variables limit
32174 the region for highlighting.
32175 (isearch-lazy-highlight-new-loop): New args BEG and END.
32176 (isearch-lazy-highlight-search): Use the new vars.
32177 (isearch-lazy-highlight-update): Likewise.
32178
32179 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32180
32181 * cus-start.el (all): Use default-boundp.
32182
32183 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32184
32185 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32186
32187 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32188
32189 * autorevert.el (auto-revert-stop-on-user-input)
32190 (auto-revert-verbose): Doc fixes.
32191
32192 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32193
32194 * international/mule-cmds.el (set-locale-environment): Remove call
32195 to set-selection-coding-system on Windows.
32196
32197 2005-02-15 Jay Belanger <belanger@truman.edu>
32198
32199 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32200 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32201 calcFunc-coth.
32202 (math-simplify-sqrt): Add simplifications.
32203
32204 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32205 to list.
32206
32207 * calc/calc-ext.el: Add functions to autoloads.
32208
32209 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32210 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32211 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32212 (math-csc-raw, math-cot-raw): New functions.
32213
32214 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32215
32216 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32217 the variable name in a message.
32218
32219 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32220 calcFunc-csc, calcFunc-cot.
32221
32222 * calc/calcalg2.el: Add derivative and integration rules for
32223 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32224 calcFunc-csch, calcFunc-coth.
32225 (math-do-integral-methods): Add to checks for when to use
32226 substitutions.
32227
32228 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32229
32230 2005-02-15 Lute Kamstra <lute@gnu.org>
32231
32232 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32233 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32234 <monnier@iro.umontreal.ca>.
32235 (lisp-outline-level): Improve efficiency. Suggested by David
32236 Kastrup <dak@gnu.org>.
32237
32238 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32239
32240 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32241 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32242 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32243 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32244 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32245
32246 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32247
32248 * cus-start.el (all): Comment change.
32249
32250 2005-02-14 Lute Kamstra <lute@gnu.org>
32251
32252 * cus-start.el (all): Check if symbol is void.
32253
32254 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32255
32256 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32257 optional argument to \cite.
32258
32259 2005-02-14 Richard M. Stallman <rms@gnu.org>
32260
32261 * cus-edit.el (custom-buffer-create-internal): Update help message.
32262 (custom-magic-alist): Update help messages.
32263
32264 * cus-start.el (all): Allow a var to specify a standard value.
32265
32266 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32267
32268 * custom.el (custom-theme-set-variables): Handle variable aliases.
32269
32270 * frame.el (blink-cursor-timer): Doc fix.
32271 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32272 declare obsolete.
32273 (blink-cursor-mode): Define with defcustom and use correct
32274 standard expression in that defcustom.
32275 * startup.el (command-line): Adapt to above changes in frame.el.
32276
32277 2005-02-11 Lute Kamstra <lute@gnu.org>
32278
32279 * apropos.el (apropos-score-doc): Prevent division by zero.
32280
32281 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32282
32283 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32284 (icalendar--get-event-property-attributes)
32285 (icalendar--get-event-properties)
32286 (icalendar--datetime-to-diary-date): New functions.
32287 (icalendar--split-value): Doc fix.
32288 (icalendar--datetime-to-noneuropean-date)
32289 (icalendar--datetime-to-european-date): New optional argument
32290 SEPARATOR. Return result as a string instead of a list.
32291 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32292 (icalendar--convert-string-for-export): Rename arg S to STRING.
32293 (icalendar-export-region): Doc fix. Change name of error buffer.
32294 Save output buffer.
32295 (icalendar-import-file): Add blank at end of prompt.
32296 (icalendar-import-buffer): Doc fix. Do not switch to error
32297 buffer. Indicate status in return value.
32298 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32299 buffer. Save output buffer. Handle exception from recurrence
32300 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32301 events. Fix problems with weekly all-day events.
32302
32303 2005-02-10 Richard M. Stallman <rms@gnu.org>
32304
32305 * simple.el (eval-expression-print-format):
32306 Avoid warning about edebug-active.
32307
32308 * help.el (help-for-help-internal): Rename from help-for-help.
32309 (help-for-help): Define with defalias.
32310
32311 * font-core.el (font-lock-default-function): Use with-no-warnings.
32312
32313 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32314
32315 * custom.el (defface): Doc fix.
32316
32317 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32318
32319 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32320 width 0" to prevent word wrapping problems.
32321
32322 2005-02-09 Kim F. Storm <storm@cua.dk>
32323
32324 * ido.el (ido-file-extensions-order): New defcustom.
32325 (ido-file-extension-lessp, ido-file-extension-aux)
32326 (ido-file-extension-order): New advanced file ordering.
32327 (ido-file-lessp): New simple file ordering.
32328 (ido-sort-list): Remove.
32329 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32330 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32331
32332 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32333
32334 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32335 that some versions of grep produce.
32336 (grep-mode-font-lock-keywords): Likewise.
32337
32338 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32339
32340 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32341 (gdb-cdir): Delete.
32342 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32343 (gdb-source-info): Treat case when source file is in another
32344 directory properly.
32345 (gdb-get-location): New function.
32346
32347 2005-02-07 Jay Belanger <belanger@truman.edu>
32348
32349 * calc/calc-prog.el (calc-write-parse-table-part)
32350 (calc-fix-token-name): Fix a check for language type.
32351
32352 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32353
32354 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32355
32356 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32357 as directory not writable.
32358
32359 2005-02-07 Kim F. Storm <storm@cua.dk>
32360
32361 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32362 (cua--standard-movement-commands): Remove list.
32363 Instead, set CUA property value to move for movement commands.
32364 (cua-movement-commands): Remove. Users must set CUA prop instead.
32365 (cua--pre-command-handler): Check CUA property.
32366 (cua--init-keymaps): Don't remap undo commands.
32367 (cua-mode): Don't call cua--rectangle-on-off.
32368
32369 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32370 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32371 (cua--rect-undo-set-point): New var.
32372 (cua--rectangle-undo-boundary): Setup undo apply entry.
32373 (cua--rect-undo-handler): New function for rectangle undo.
32374 (cua--rect-start-position, cua--rect-end-position): Add.
32375 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32376 for restored rectangle. Set point if cua--rect-undo-set-point.
32377
32378 2005-02-06 Jay Belanger <belanger@truman.edu>
32379
32380 * calc/calc-lang.el (calc-tex-language): Display more information
32381 in messages.
32382
32383 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32384 in TeX mode.
32385
32386 2005-02-06 Richard M. Stallman <rms@gnu.org>
32387
32388 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32389
32390 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32391
32392 * net/ldap.el (ldap-search-internal): Support attributes with
32393 optional descriptions separated by a semi-colon, as in
32394 "userCertificate;binary".
32395
32396 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32397
32398 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32399 isn't a cons (i.e. the version is 0).
32400
32401 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32402
32403 * help.el (help-for-help): Doc fix.
32404
32405 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32406
32407 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32408 GDB-Windows on the menu-bar as this works better.
32409
32410 2005-02-04 Jay Belanger <belanger@truman.edu>
32411
32412 * calc/calc-embed.el (calc-embedded-update): Don't put in
32413 unnecessary newlines. Adjust the end of formula marker.
32414
32415 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32416 (math-latex-parse-two-args): New function.
32417
32418 2005-02-03 Lute Kamstra <lute@gnu.org>
32419
32420 * help-fns.el (help-with-tutorial): Make sure that users cannot
32421 remove the entire text of the tutorial by means of `undo'.
32422
32423 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32424
32425 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32426 in recent changes, where the ispell process was repeatedly
32427 killed & restarted.
32428
32429 * international/mule-cmds.el (set-locale-environment): Set file-name
32430 coding system to utf-8 on Darwin systems.
32431 (set-default-coding-systems): Don't set default-file-name-coding-system
32432 on Darwin systems.
32433
32434 2005-02-03 Richard M. Stallman <rms@gnu.org>
32435
32436 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32437
32438 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32439
32440 * faces.el (list-faces-display): Add optional argument.
32441
32442 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32443
32444 * font-core.el (font-lock-default-function): Handle the rare case where
32445 only font-lock-keywords is set.
32446
32447 2005-02-02 Kenichi Handa <handa@m17n.org>
32448
32449 * international/characters.el: Cancel previous change for
32450 I-WITH-DOT-ABOVE and DOTLESS-i.
32451
32452 * international/latin-5.el: Cancel previous change.
32453
32454 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32455
32456 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32457
32458 2005-02-02 Kenichi Handa <handa@m17n.org>
32459
32460 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32461 DOTLESS-i.
32462
32463 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32464 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32465
32466 * case-table.el (get-upcase-table): New function.
32467 (copy-case-table): Copy upcaes table too if non-nil.
32468 (set-case-syntax-delims): Maintain upcase table too.
32469 (set-case-syntax-pair): Likewise.
32470 (set-upcase-syntax, set-downcase-syntax): New functions.
32471 (set-case-syntax): Maintain upcase table too.
32472
32473 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32474
32475 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32476
32477 * progmodes/gud.el (gud-goto-info): New function.
32478 (gud-tool-bar-map): Use correct icon.
32479
32480 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32481
32482 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32483 When delegating, order args in the funcall correctly.
32484
32485 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32486
32487 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32488
32489 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32490
32491 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32492 buffer not visiting a file.
32493
32494 2005-01-31 Jay Belanger <belanger@truman.edu>
32495
32496 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32497 bound on the line with the formula.
32498
32499 2005-01-31 Kim F. Storm <storm@cua.dk>
32500
32501 * ses.el (ses-create-cell-variable-range)
32502 (ses-destroy-cell-variable-range, ses-reset-header-string)
32503 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32504 (ses-insert-row): Fix format of apply undo entries.
32505
32506 2005-01-31 Jay Belanger <belanger@truman.edu>
32507
32508 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32509 parts.
32510
32511 * calc/calc-embed.el (calc-embedded-open-formula)
32512 (calc-embedded-close-formula): Ignore matrix environments.
32513
32514 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32515 TeX mode.
32516
32517 * calc/calc-lang.el (math-function-table, math-oper-table)
32518 (math-variable-table): Adjust the LaTeX portions.
32519
32520 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32521 (math-latex-ignore-words): New constant.
32522
32523 2005-01-31 Richard M. Stallman <rms@gnu.org>
32524
32525 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32526 (ispell-local-dictionary): Doc fix.
32527 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32528 Don't reinitialize at run time. Don't defcustom.
32529 All uses changed to append ispell-local-dictionary-alist,
32530 or check it first.
32531 (ispell-current-dictionary): New variable for dictionary in use.
32532 (ispell-dictionary): Now used only for global default.
32533 (ispell-start-process): Set ispell-current-dictionary,
32534 not ispell-dictionary.
32535 (ispell-change-dictionary): Use this only for setting
32536 user preferences.
32537 (ispell-internal-change-dictionary): New function
32538 to change the current dictionary in use.
32539 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32540 Use ispell-current-dictionary.
32541 Handle ispell-local-dictionary-overridden.
32542 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32543
32544 2005-01-31 Jay Belanger <belanger@truman.edu>
32545
32546 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32547
32548 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32549 (calc-mode-map): Add calc-latex-language.
32550
32551 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32552 (math-latex-print-frac): New functions.
32553 (math-oper-table, math-function-table, math-variable-table)
32554 (math-complex-format, math-input-filter): Add latex properties.
32555 (calc-set-language): Set math-expr-special-function-mapping.
32556
32557 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32558 (calc-write-parse-table-part): Add LaTeX support.
32559
32560 * calc/calc.el (calc-language): Adjust docstring.
32561 (calc-set-mode-line): Add LaTeX support.
32562 (math-expr-special-function-mapping): New variable.
32563 (math-tex-ignore-words): Add to list.
32564
32565 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32566 Add LaTeX support.
32567 (math-compose-expr): Add support for special functions.
32568
32569 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32570
32571 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32572
32573 * progmodes/gdb-ui.el (gdb-memory-address)
32574 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32575 (gdb-memory-mode-map, gdb-memory-format-keymap)
32576 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32577 (gdb-memory-unit-menu): New variables for a buffer
32578 that lets the user examine program memory.
32579 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32580 (gdb-memory-format-binary, gdb-memory-format-octal)
32581 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32582 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32583 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32584 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32585 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32586 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32587 (gdb-memory-mode, gdb-memory-buffer-name)
32588 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32589 New functions for above buffer.
32590
32591 2005-01-30 Richard M. Stallman <rms@gnu.org>
32592
32593 * cus-edit.el (custom-bury-buffer): Function deleted.
32594 (custom-buffer-done-function): Option deleted.
32595 (custom-buffer-done-kill): New replacement option.
32596 (Custom-buffer-done): Call quit-window.
32597 (custom-buffer-create-internal): Update for above changes.
32598
32599 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32600
32601 * simple.el (undo-ask-before-discard): New var.
32602 (undo-outer-limit-truncate): Implement it.
32603 (undo-extra-outer-limit): Doc update.
32604
32605 2005-01-29 Richard M. Stallman <rms@gnu.org>
32606
32607 * ses.el (undo-more): Delete defadvice.
32608 (ses-begin-change): Doc fix.
32609
32610 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32611 instead of rebinding C-x u and C-_.
32612
32613 * files.el (normal-backup-enable-predicate): Return nil for files
32614 in /tmp, regardless of temporary-file-directory.
32615
32616 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32617
32618 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32619 (open-rectangle, delete-whitespace-rectangle-line)
32620 (clear-rectangle-line): If FILL, pass t instead of FILL
32621 for move-to-column's 2nd arg.
32622
32623 * simple.el (undo): Fix the test for continuing a series of undos.
32624 (undo-more): Set pending-undo-list to t when we reach end.
32625 (pending-undo-list): Move up defvar.
32626
32627 * wid-edit.el (widget-button-click):
32628 Shorten the range of the track-mouse binding.
32629
32630 * comint.el (comint-insert-input): Undo previous changes;
32631 use last-input-event in interactive spec.
32632
32633 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32634
32635 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32636 to nil before invoking call-process. Reset buffer's modified flag
32637 after fontifying it in the no-async branch.
32638
32639 * wid-edit.el (widget-specify-button): If mouse pointer shape
32640 cannot be changed, use mouse face instead.
32641
32642 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32643
32644 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32645 (gdb-goto-breakpoint): Make breakpoint handling work on template
32646 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32647 (gdb-assembler-custom): Update to recognize breakpoint information
32648 added on 2005-01-19.
32649
32650 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32651
32652 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32653 (dsssl-mode): Use define-derived-mode.
32654 (scheme-mode-initialize): Remove.
32655 (scheme-mode): Use run-mode-hooks.
32656
32657 * cus-edit.el (customize-group-other-window)
32658 (custom-buffer-create-other-window): Don't override special-display-*.
32659 (custom-mode-map): Make it dense.
32660
32661 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32662 sets the default value.
32663
32664 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32665
32666 * descr-text.el: Add more keywords.
32667
32668 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32669
32670 * speedbar.el: Avoid unnecessary use of locate-library.
32671
32672 * international/mule-cmds.el (standard-display-european-internal):
32673 Don't fiddle with latin-1 non-break space any more since it's now
32674 special cased in the C code.
32675 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32676
32677 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32678
32679 * cus-start.el (all): Add `undo-outer-limit'.
32680
32681 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32682
32683 * textmodes/bibtex.el (bibtex-format-entry):
32684 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32685 field lines.
32686 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32687 not on part of a buffer.
32688
32689 2005-01-25 Lute Kamstra <lute@gnu.org>
32690
32691 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32692 nonempty field text strings like "{letters\\macro{}more letters}".
32693 Clarify docstring.
32694 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32695 (bibtex-entry-offset, bibtex-parse-association)
32696 (bibtex-parse-field-name): Fix typos in docstrings.
32697 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32698
32699 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32700
32701 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32702 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32703 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32704 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32705
32706 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32707 isearch minor mode.
32708
32709 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32710
32711 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32712
32713 2005-01-24 Lute Kamstra <lute@gnu.org>
32714
32715 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32716 CASECHARS and NOT-CASECHARS regular expressions of the
32717 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32718 striding over charsets" error.
32719
32720 2005-01-24 Jay Belanger <belanger@truman.edu>
32721
32722 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32723 display variable name.
32724
32725 2005-01-24 Kenichi Handa <handa@m17n.org>
32726
32727 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32728 Fix setting of the element of encoded-kbd-iso2022-invocations.
32729
32730 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32731
32732 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32733 (gdb-threads-select): Change to also accept mouse events.
32734 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32735 (gdb-threads-mouse-select): Delete.
32736
32737 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32738
32739 * files.el (insert-directory): Take care of empty directory,
32740 listed without -a switch.
32741
32742 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32743
32744 * textmodes/refill.el (refill-post-command-function):
32745 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32746 to the list of functions that we should be careful not to undo.
32747 (refill-late-fill-paragraph-function): Remove.
32748 (refill-saved-state): New var.
32749 (refill-mode): Use it to save fill-paragraph-function.
32750 Save also the value of auto-fill-function.
32751
32752 * term/w32-win.el: Simplify code.
32753
32754 2005-01-23 Kim F. Storm <storm@cua.dk>
32755
32756 * simple.el (line-move): Adapt to new return value from
32757 pos-visible-in-window-p.
32758
32759 * simple.el (line-move): Fix last change. Check partial
32760 visibility at point rather than at window-start.
32761
32762 2005-01-22 Jason Rumney <jasonr@gnu.org>
32763
32764 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32765
32766 2005-01-22 David Kastrup <dak@gnu.org>
32767
32768 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32769
32770 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32771
32772 * type-break.el (type-break-mode): Add a test for
32773 type-break-file-name being non-nil.
32774
32775 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32776
32777 * net/eudc.el (top level): Call (message "") via progn, so that
32778 eudc-options-file is loaded.
32779
32780 2005-01-22 Kim F. Storm <storm@cua.dk>
32781
32782 * simple.el (line-move-1): Rename from line-move.
32783 (line-move): New function that adjusts vscroll for partially
32784 visible rows, and calls line-move-1 otherwise.
32785
32786 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32787
32788 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32789 since it's not a complete read-event implementation
32790
32791 2005-01-20 Jay Belanger <belanger@truman.edu>
32792
32793 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32794 for called function.
32795
32796 2005-01-20 Steven Tamm <steventamm@mac.com>
32797
32798 * term/mac-win.el (process-connection-type): Remove.
32799 Controlled now by s/darwin.h:PTY_ITERATION.
32800
32801 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32802
32803 * window.el (handle-select-window): Don't switch window when we're
32804 in the minibuffer.
32805
32806 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32807
32808 * subr.el (dotimes-with-progress-reporter): New macro.
32809
32810 * ses.el (ses-dotimes-msg): Remove macro.
32811 Use `dotimes-with-progress-reporter' instead.
32812
32813 2005-01-19 Steven Tamm <steventamm@mac.com>
32814
32815 * term/mac-win.el (process-connection-type): Use new
32816 operating-system-release variable to use ptys on Darwin 7 (OS X
32817 10.3) when using carbon build.
32818
32819 2005-01-19 Jay Belanger <belanger@truman.edu>
32820
32821 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32822 flags if the last command was a tab or M-tab.
32823
32824 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32825 in formula editing buffer.
32826
32827 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32828
32829 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32830 breakpoint image symbol in margin.
32831
32832 2005-01-19 Jay Belanger <belanger@truman.edu>
32833
32834 * calc/calc-prog.el (calc-execute-kbd-macro):
32835 Ignore calc-keep-arg-flag.
32836
32837 2005-01-19 Kenichi Handa <handa@m17n.org>
32838
32839 * textmodes/ispell.el (ispell-looking-at): New function.
32840 (ispell-process-line): Use ispell-looking-at to compare the ispell
32841 output and the buffer contents.
32842
32843 2005-01-18 Jay Belanger <belanger@truman.edu>
32844
32845 * calc/calc.el (calc-display-raw): Fix docstring.
32846
32847 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32848
32849 * simple.el (blink-matching-open): Strip extra info from syntax.
32850
32851 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32852 funny chars in the end-of-here-doc marker.
32853
32854 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32855
32856 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32857 that enable/disabled state of breakpoints is shown correctly in
32858 fringe and on ttys.
32859 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32860 Add breakpoint information as text properties.
32861 (gdb-mouse-toggle-breakpoint):
32862 Rename to gdb-mouse-set-clear-breakpoint.
32863 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32864 breakpoints in the margin.
32865 (gdb-remove-strings): Simplify.
32866
32867 2005-01-17 Jay Belanger <belanger@truman.edu>
32868
32869 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32870 erasing buffer.
32871
32872 2005-01-17 Richard M. Stallman <rms@gnu.org>
32873
32874 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32875 for calling grep-compute-defaults.
32876
32877 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32878 if buffer is empty.
32879
32880 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32881
32882 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32883
32884 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32885
32886 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32887 non-preloaded variables.
32888
32889 2005-01-17 Steven Tamm <steventamm@mac.com>
32890
32891 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32892 tex-shell cause to force interactivity when using pipes.
32893
32894 2005-01-17 Kim F. Storm <storm@cua.dk>
32895
32896 * simple.el (just-one-space): Make arg optional.
32897
32898 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32899
32900 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32901 posn-at-x-y to t to access left-margin.
32902
32903 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32904
32905 Sync with Tramp 2.0.47.
32906
32907 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32908 catching keep-date problems in cp/scp operations.
32909 (tramp-handle-copy-file): Don't call `set-file-modes'
32910 unconditionally. Specialized functions should know better what is
32911 necessary. This improves performance a little bit, and the
32912 functions could catch errors with `cp -p' and `scp -p'.
32913 (tramp-do-copy-or-rename-file-via-buffer)
32914 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32915 when appropriate.
32916 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32917 Call `set-file-modes' when appropriate.
32918 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32919 Johnsson <isak@hypergene.com>.
32920 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32921 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32922 <joakim@verona.se>.
32923 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32924 Emacs only.
32925
32926 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32927 `find-file-hooks' and `dired-mode-hook'.
32928 (tramp-minor-mode-map): Respective map. Add remapping for
32929 `compile' and `recompile'.
32930 (tramp-remap-command, tramp-recompile): New defuns.
32931 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32932 in buffer "*Compilation*". Call the commands asynchronously.
32933
32934 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32935 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32936 `shell-command', because it isn't magic in XEmacs. Reported by
32937 Adrian Aichner <adrian@xemacs.org>.
32938
32939 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32940 `substitute-in-file-name.
32941 (tramp-smb-handle-substitute-in-file-name): New defun.
32942 (tramp-smb-advice-PC-do-completion): Delete advice.
32943
32944 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32945
32946 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32947 Fix error in deleting region.
32948
32949 2005-01-15 Richard M. Stallman <rms@gnu.org>
32950
32951 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32952 In non-temp buffer, switch syntax table temporarily.
32953
32954 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32955
32956 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32957
32958 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32959
32960 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32961 (imenu--generic-function): Use START, not BEG, as pos of definition.
32962
32963 * simple.el (just-one-space): Argument specifies number of spaces.
32964
32965 * simple.el (eval-expression-print-format): Avoid warning
32966 about edebug-active.
32967
32968 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32969
32970 * progmodes/sh-script.el: Code copied from make-mode.el
32971 with small changes,
32972 (sh-mode-map): Bind C-c C-\.
32973 (sh-backslash-column, sh-backslash-align): New variables.
32974 (sh-backslash-region, sh-append-backslash): New functions.
32975
32976 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32977
32978 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32979 (rmail-pop-password, rmail-pop-password-required): Move to
32980 rmail-obsolete group.
32981 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32982 All callers updated.
32983 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32984 Take an argument specifying whether it is POP or IMAP mailbox we
32985 are using. All callers updated.
32986 (rmail-pop-password-error): Rename to
32987 rmail-remote-password-error. Added mailutils-specific error message.
32988 (rmail-movemail-search-path)
32989 (rmail-movemail-variant-in-use): New variables.
32990 (rmail-remote-password, rmail-remote-password-required):
32991 New customization variables.
32992 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32993 (rmail-parse-url): New function.
32994 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32995 with GNU mailutils movemail.
32996
32997 2005-01-15 Kevin Ryde <user42@zip.com.au>
32998
32999 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
33000 suffix to space, $ or '$, to correctly position point when going
33001 to @table style constants like DBL_MAX.
33002
33003 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
33004
33005 * type-break.el (type-break-mode, type-break-file-time)
33006 (type-break-file-keystroke-count, type-break-choose-file):
33007 Don't store data in or load data from the file if type-break-file-name
33008 is nil.
33009 (type-break-file-name): Doc update as per the above.
33010
33011 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
33012
33013 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
33014 lookup-key might return nil; handle that.
33015
33016 2005-01-15 Alan Mackenzie <acm@muc.de>
33017
33018 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33019 rather than the element found, thus enabling the tree to be setcar'd.
33020
33021 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33022
33023 * textmodes/org.el (org-show-following-heading): New option.
33024 (org-show-hierarchy-above): Use `org-show-following-heading'.
33025 (org-cycle): Documentation fix.
33026
33027 * textmodes/org.el (orgtbl-optimized): New option
33028 (orgtbl-mode): New command, a minor mode.
33029 (orgtbl-mode-map): New variable.
33030 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33031 (orgtbl-error, orgtbl-self-insert-command)
33032 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33033
33034 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33035 a local variable in each org-mode buffer.
33036
33037 * textmodes/org.el (org-set-regexps-and-options): Rename from
33038 `org-set-regexps'. Added checking for STARTUP keyword.
33039 (org-get-current-options): Add STARTUP options.
33040 (org-table-insert-row): Make mode intelligent about when
33041 realignment is needed.
33042 (org-self-insert-command, org-delete-backward-char, org-delete-char):
33043 New commands.
33044 (org-enable-table-editor): New default value `optimized'.
33045 (org-table-blank-field): Support blanking regions if active.
33046
33047 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33048
33049 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33050 if the year is not given.
33051
33052 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33053 Add new escapes %m and %M, fixed bug with %F by adding
33054 save-match-data.
33055 (reftex-reference): Remove ?. from list of spaces.
33056 (reftex-label-info): Add automatic label prefix recognition.
33057
33058 * textmodes/reftex-index.el (reftex-index-next-phrase):
33059 Add slave parameter to call of `reftex-index-this-phrase'.
33060 (reftex-index-this-phrase): New optional argument.
33061 (reftex-index-region-phrases): Add slave parameter to call of
33062 `reftex-index-this-phrase'.
33063 (reftex-display-index): New argument redo.
33064 (reftex-index-rescan): Add `redo' to arguments of
33065 `reftex-display-index'.
33066 (reftex-index-Rescan, reftex-index-revert)
33067 (reftex-index-switch-index-tag): Add `redo' to arguments of
33068 `reftex-display-index'.
33069 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33070 indexing. Fix bug with matching is there is a quote before or
33071 after the word.
33072
33073 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33074 Fix bug when collecting citation keys in lines with comments.
33075 (reftex-citation): Prefix argument no longer rescans the document,
33076 but forces prompting for optional arguments of cite macros.
33077 (reftex-do-citation): Prompting for optional arguments implemented.
33078
33079 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33080 Add optional arguments to most cite commands.
33081 (reftex-cite-cleanup-optional-args): New option
33082 (reftex-cite-prompt-optional-args): New option.
33083 (reftex-trust-label-prefix): New option.
33084
33085 * textmodes/reftex-toc.el (reftex-toc-find-section):
33086 Add push-mark before changing the position in the buffer.
33087
33088 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33089 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33090
33091 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
33092
33093 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33094 more carefully.
33095
33096 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
33097
33098 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33099 (sgml-mode): Use it.
33100 (sgml-get-context): Better keep track of implicitly closed tags.
33101
33102 2005-01-13 Kenichi Handa <handa@m17n.org>
33103
33104 * textmodes/ispell.el: These changes are to fix misalignment error
33105 caused by equivalent characters of different Emacs charsets.
33106 (ispell-unified-chars-table): New variable.
33107 (ispell-get-decoded-string): New function.
33108 (ispell-get-casechars, ispell-get-not-casechars)
33109 (ispell-get-otherchars): Call ispell-get-decoded-string.
33110
33111 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
33112
33113 * custom.el (custom-declare-variable): Just put symbol instead
33114 of (defvar . symbol) in `current-load-list'.
33115
33116 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
33117
33118 * emacs-lisp/elint.el: Fixed typo in Commentary section.
33119
33120 2005-01-12 Jay Belanger <belanger@truman.edu>
33121
33122 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33123 to create a Calc summary.
33124
33125 2005-01-12 Kim F. Storm <storm@cua.dk>
33126
33127 * mouse.el (mouse-on-link-p): Change functionality and doc
33128 string to comply with latest description in lisp ref.
33129
33130 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
33131
33132 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33133 Enable mouse clicks on mode-line, header-line and margin.
33134 (event-type): Give mouse event symbols an `event-kind' property
33135 with value `mouse-click'.
33136
33137 2005-01-12 Juri Linkov <juri@jurta.org>
33138
33139 * facemenu.el (list-colors-display): Add new arg buffer-name.
33140 Use it. Fix docstring. Replace code for identifying duplicate
33141 colors by the name with call to `list-colors-duplicates' which
33142 identifies duplicate colors by the value unless the color
33143 is one of special Windows colors. Set truncate-lines to t.
33144 Print sorted duplicate color names on each line. Indent to 22
33145 \(the longest color name in rgb.txt) instead of 20. Optimize.
33146 (list-colors-duplicates): New function.
33147 (facemenu-color-name-equal): Delete function.
33148
33149 * facemenu.el (list-colors-print): New function created from code
33150 in list-colors-display. Print #RRGGBB at the window right edge.
33151 (list-colors-display): When temp-buffer-show-function is not
33152 defined, call list-colors-print from temp-buffer-show-hook
33153 to get the right value of window-width in list-colors-print
33154 after the buffer is displayed.
33155
33156 * simple.el (pop-mark): Move deactivate-mark out of conditional
33157 part to deactivate the active mark regardless of the state of the
33158 mark ring.
33159
33160 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33161 variables line in desktop files.
33162
33163 2005-01-12 Juri Linkov <juri@jurta.org>
33164
33165 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33166 Bring together isearch highlight related options.
33167 (lazy-highlight): Replace group `replace' by `matching'.
33168 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33169 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33170 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33171 and declare them obsolete.
33172 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33173 (isearch-faces): Remove defgroup.
33174 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33175 Move isearch highlighting code closer to lazy highlighting code.
33176
33177 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33178 (query-replace-highlight, query-replace-lazy-highlight)
33179 (query-replace): Move definitions to the beginning of the file.
33180
33181 2005-01-11 Juri Linkov <juri@jurta.org>
33182
33183 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33184 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33185 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33186
33187 * info.el (Info-history-forward): New variable.
33188 (Info-select-node): Reset Info-history-forward to nil.
33189 (Info-last): Turn into defalias.
33190 (Info-history-back): Rename from Info-last.
33191 Add current node to Info-history-forward.
33192 (Info-history-forward): New fun.
33193 (Info-mode-map): Replace Info-last by Info-history-back.
33194 Bind Info-history-forward to "r".
33195 (Info-mode-menu): Replace Info-last by Info-history-back.
33196 Fix menu item text. Add menu item for Info-history-forward.
33197 (info-tool-bar-map): Replace Info-last by Info-history-back.
33198 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33199 for Info-history-forward.
33200 (Info-mode): Replace Info-last by Info-history-back in docstring.
33201 Add local variable Info-history-forward.
33202 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33203
33204 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33205
33206 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33207 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33208 Ignore select-window events rather than fiddle with
33209 mouse-autoselect-window.
33210
33211 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33212
33213 * type-break.el (type-break-mode): Fix previous change.
33214
33215 2005-01-10 Jay Belanger <belanger@truman.edu>
33216
33217 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33218 calculator; only reset when point is inside a calculator.
33219 Don't adjust the window height if the window takes up the whole height
33220 of the frame.
33221
33222 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33223
33224 * ebuff-menu.el (Electric-buffer-menu-mode):
33225 Preserve value of buffer-local var header-line-format.
33226
33227 2005-01-09 Jay Belanger <belanger@truman.edu>
33228
33229 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33230 Make sure settings file exists before accessing it.
33231
33232 * calc/calc-embed.el (calc-embedded-subst):
33233 Replace math-multi-subst-rec, which is only supposed to be called
33234 by math-multi-subst, by math-multi-subst.
33235
33236 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33237
33238 * vc.el (vc-allow-async-revert): New user option.
33239 (vc-disable-async-diff): New internal variable.
33240 (vc-revert-buffer): Use them to disable asynchronous diff.
33241
33242 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33243 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33244 asynchronously if vc-disable-async-diff is t.
33245
33246 2005-01-09 Jay Belanger <belanger@truman.edu>
33247
33248 * calc/calc.el (defcalcmodevar): New macro.
33249 (calc-mode-var-list-restore-default-values)
33250 (calc-mode-var-list-restore-saved-values): New functions.
33251 (calc-mode-var-list): Use defcalcmodevar to define it.
33252 (calc-always-load-extensions, calc-line-numbering)
33253 (calc-line-breaking, calc-display-just, calc-display-origin)
33254 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33255 (calc-group-char, calc-point-char, calc-frac-format)
33256 (calc-prefer-frac, calc-hms-format, calc-date-format)
33257 (calc-float-format, calc-full-float-format, calc-complex-format)
33258 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33259 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33260 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33261 (calc-matrix-brackets, calc-language, calc-language-option)
33262 (calc-left-label, calc-right-label, calc-word-size)
33263 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33264 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33265 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33266 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33267 (calc-window-height, calc-display-trail, calc-show-selections)
33268 (calc-use-selections, calc-assoc-selections)
33269 (calc-display-working-message, calc-auto-why, calc-timing)
33270 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33271 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33272 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33273 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33274 (calc-gnuplot-geometry, calc-graph-default-resolution)
33275 (calc-graph-default-resolution-3d, calc-invocation-macro)
33276 (calc-show-banner): Use defcalcmodevar to declare them and set
33277 their default values.
33278
33279 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33280 instead of default values (but restore default values if there is
33281 an argument of 0).
33282
33283 2005-01-09 David Kastrup <dak@gnu.org>
33284
33285 * desktop.el (desktop-restore-eager): Fix typo in type.
33286
33287 2005-01-08 Richard M. Stallman <rms@gnu.org>
33288
33289 * cus-edit.el (customize): Delete :link.
33290
33291 2005-01-08 Jay Belanger <belanger@truman.edu>
33292
33293 * calc/calc.el (calc-mode): Remove the extension from the
33294 `calc-settings-file' file name when loading it.
33295
33296 2005-01-08 Kim F. Storm <storm@cua.dk>
33297
33298 * info.el (Info-mode-map, Info-next-link-keymap)
33299 (Info-prev-link-keymap, Info-up-link-keymap):
33300 Map follow-link to mouse-face.
33301 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33302
33303 2005-01-08 Jay Belanger <belanger@truman.edu>
33304
33305 * calc/calc.el (calc-settings-file): Change default value.
33306 Suggested by cgw in a comment in calc-mode.el.
33307
33308 * calc/calc-mode.el (calc-settings-file-name):
33309 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33310 Replace ~/.emacs in a prompt by calc-settings-file.
33311
33312 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33313
33314 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33315 (desktop-lazy-idle-delay): New customizable variables.
33316 (desktop-buffer-args-list): New variable.
33317 (desktop-append-buffer-args): New function.
33318 (desktop-save): Call desktop-append-buffer-args for some buffers.
33319 (desktop-lazy-create-buffer): New function.
33320 (desktop-idle-create-buffers): New function.
33321 (desktop-read): Add message about buffers to restore lazily.
33322 (desktop-lazy-abort): New command.
33323 (desktop-clear): Call desktop-lazy-abort.
33324 (desktop-lazy-complete): New command.
33325
33326 2005-01-06 Richard M. Stallman <rms@gnu.org>
33327
33328 * emacs-lisp/find-func.el (find-face-definition):
33329 Rename from find-face.
33330
33331 2005-01-06 Kim F. Storm <storm@cua.dk>
33332
33333 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33334
33335 * man.el (Man-xref-man-page, Man-xref-header-file)
33336 (Man-xref-normal-file): Add follow-link property.
33337
33338 2005-01-06 Jay Belanger <belanger@truman.edu>
33339
33340 * calc/calc-units.el: Make sure the proper macro definitions are
33341 available when compiling.
33342
33343 2005-01-06 Juri Linkov <juri@jurta.org>
33344
33345 * isearch.el (isearch-lazy-highlight-update):
33346 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33347
33348 2005-01-06 Miles Bader <miles@gnu.org>
33349
33350 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33351 (isearch-lazy-highlight-face): Use new name.
33352
33353 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33354
33355 * uniquify.el (uniquify-rationalize-file-buffer-names):
33356 Re-add an interactive spec.
33357 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33358 to the same name.
33359
33360 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33361 (isearch-update, isearch-done): Adjust calls accordingly.
33362
33363 2005-01-05 Richard M. Stallman <rms@gnu.org>
33364
33365 * custom.el (custom-set-variables, custom-theme-set-variables):
33366 Clarify documentation.
33367
33368 * emacs-lisp/find-func.el (find-variable)
33369 (find-variable-other-window, find-variable-other-frame):
33370 Fix the TYPE args to find-function-read and find-function-do-it.
33371 (find-function): Doc fix.
33372 (find-function-at-point): Replace function-at-point alias.
33373
33374 2005-01-04 Richard M. Stallman <rms@gnu.org>
33375
33376 * cus-face.el (custom-declare-face):
33377 Record defface in current-load-list.
33378
33379 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33380
33381 * emacs-lisp/find-func.el: Doc fixes.
33382 (find-face-regexp): New variable.
33383 (find-function-regexp-alist): New variable.
33384 (find-function-C-source): Third arg is now TYPE.
33385 (find-function-search-for-symbol): Handle general TYPE.
33386 (find-function-read, find-function-do-it): Handle general TYPE.
33387 (find-definition-noselect, find-face): New functions.
33388 (function-at-point): Alias deleted.
33389
33390 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33391
33392 * battery.el (display-battery-mode): Rename from display-battery.
33393 Handle the case where it gets turned off.
33394
33395 2005-01-04 Richard M. Stallman <rms@gnu.org>
33396
33397 * cus-edit.el (customize): Make :link point to user doc.
33398
33399 * man.el (Man-fontify-manpage): Turn off undo generation.
33400
33401 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33402
33403 2005-01-04 Andreas Schwab <schwab@suse.de>
33404
33405 * files.el (insert-directory): Only look for error lines in
33406 inserted text. Don't move too far after processing --dired markers.
33407
33408 2005-01-04 Richard M. Stallman <rms@gnu.org>
33409
33410 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33411 Don't expand if the character is @, period, dash, etc.
33412 (define-mail-abbrev): Quote names that contain problem characters.
33413
33414 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33415
33416 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33417
33418 2005-01-03 Richard M. Stallman <rms@gnu.org>
33419
33420 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33421 (query-replace-highlight, query-replace-lazy-highlight)
33422 (query-replace): Definitions moved up. Doc fix.
33423
33424 2005-01-03 Richard M. Stallman <rms@gnu.org>
33425
33426 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33427 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33428 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33429 (lazy-highlight-face): Rename from isearch-lazy-...
33430 Change all references to them.
33431
33432 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33433
33434 * cus-edit.el (custom-file): Doc fix for defcustom.
33435 (custom-file): The function no longer sets the variable
33436 `custom-file' to its return value.
33437
33438 * startup.el (command-line): No longer load `custom-file'.
33439
33440 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33441
33442 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33443
33444 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33445 Don't confuse module-prefixed identifiers for labels.
33446 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33447
33448 2005-01-02 Richard M. Stallman <rms@gnu.org>
33449
33450 * files.el (basic-save-buffer-1): Fix previous change.
33451
33452 * loadhist.el (file-loadhist-lookup): New function.
33453 (file-provides, file-requires): Use it.
33454
33455 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33456 instead of calculating the right size.
33457
33458 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33459
33460 * vc-svn.el (vc-svn-diff): Stay local if possible.
33461
33462 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33463
33464 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33465
33466 * files.el (hack-local-variables): Fix last change.
33467
33468 2005-01-02 Jay Belanger <belanger@truman.edu>
33469
33470 * calc/calc-yank.el (calc-edit-top): New variable.
33471 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33472 object. Change header properties.
33473 (calc-edit-finish, calc-edit-finish-stack-object)
33474 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33475 edited object.
33476 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33477 for the beginning of the edited object.
33478 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33479 for the beginning of the edited object.
33480 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33481 (calc-finish-formula-edit, calc-macro-repeats)
33482 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33483 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33484 beginning of the edited object.
33485 (calc-user-define-edit): Change the header for editing macros.
33486 Remove unnecessary variable.
33487
33488 2005-01-01 Jay Belanger <belanger@truman.edu>
33489
33490 * calc/calc-yank.el (calc-edit-mode): Change default header.
33491 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33492 * calc/calc-store.el (calc-edit-variable): Change title to match new
33493 header.
33494 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33495 mode to match new header.
33496 (calc-user-define-edit): Change titles to include names of commands.
33497 (calc-finish-formula-edit): Adjust to handle new header.
33498 (calc-finish-macro-edit): Remove.
33499 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33500 (calc-edit-macro-command, calc-edit-macro-command-type)
33501 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33502 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33503 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33504 (calc-edit-macro-finish-edit): New functions.
33505 (calc-user-define-edit): Use new functions to edit named calc macros.
33506
33507 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33508
33509 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33510
33511 * ses.el (copy-region-as-kill): Deactivate mark.
33512
33513 2005-01-01 Richard M. Stallman <rms@gnu.org>
33514
33515 * replace.el (occur-1): If the output buffer is also an input,
33516 don't kill it, rename it.
33517
33518 * faces.el (set-face-background, set-face-foreground): Doc fix.
33519
33520 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33521 for :foreground and :background.
33522
33523 * dired.el (dired-view-command-alist): Variable deleted.
33524 (dired-view-file, dired-mouse-find-file-other-window):
33525 Delete the code to use it.
33526
33527 2005-01-01 Kim F. Storm <storm@cua.dk>
33528
33529 * image.el (insert-sliced-image): Use t for line-height property.
33530
33531 See ChangeLog.11 for earlier changes.
33532
33533 ;; Local Variables:
33534 ;; coding: iso-2022-7bit
33535 ;; add-log-time-zone-rule: t
33536 ;; End:
33537
33538 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33539
33540 This file is part of GNU Emacs.
33541
33542 GNU Emacs is free software; you can redistribute it and/or modify
33543 it under the terms of the GNU General Public License as published by
33544 the Free Software Foundation; either version 2, or (at your option)
33545 any later version.
33546
33547 GNU Emacs is distributed in the hope that it will be useful,
33548 but WITHOUT ANY WARRANTY; without even the implied warranty of
33549 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33550 GNU General Public License for more details.
33551
33552 You should have received a copy of the GNU General Public License
33553 along with GNU Emacs; see the file COPYING. If not, write to the
33554 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33555 Boston, MA 02110-1301, USA.
33556
33557 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1