New file.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/css-mode.el: New file.
4
5 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
6
7 * net/socks.el: New file, taken from w3 repository.
8 (top): Update Copyright. Don't load cl.el.
9 (all): Replace `case' by `cond', `string-to-int' by
10 `string-to-number', and `process-kill-without-query' by
11 `set-process-query-on-exit-flag'.
12 (socks-char-int): Remove defalias and all occurencies.
13
14 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15
16 * international/mule-cmds.el (toggle-enable-multibyte-characters)
17 (sort-coding-systems, search-unencodable-char): Doc fixes.
18 (coding-system-change-eol-conversion, set-default-coding-systems)
19 (prefer-coding-system, find-multibyte-characters, princ-list)
20 (leim-list-entry-regexp, set-input-method, locale-language-names)
21 (input-method-exit-on-first-char, exit-language-environment-hook)
22 (locale-charset-language-names): Fix typos in docstrings.
23
24 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
25
26 * bs.el (bs-cycle-previous): Don't modify the cycle list until
27 `switch-to-buffer' has returned succesfully.
28 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
29 window is dedicated (it could iconify the frame).
30
31 2007-06-05 Glenn Morris <rgm@gnu.org>
32
33 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
34
35 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
36
37 * files.el (auto-mode-alist): Add lower-priority match for names
38 like ChangeLog.old.
39
40 2007-06-04 Andreas Schwab <schwab@suse.de>
41
42 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
43
44 2007-06-04 Davis Herring <herring@lanl.gov>
45
46 * calendar/timeclock.el: Update version number.
47 (timeclock-modeline-display): Mention timeclock-use-display-time
48 in explanatory message.
49 (timeclock-log): Suppress warnings when finding the log. Don't
50 check for a nil project twice. Run hooks after killing the
51 buffer (if applicable).
52 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
53 was geometric). All uses changed.
54 (timeclock-generate-report): Support prefix argument.
55
56 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
57
58 * man.el (Man-next-section): Don't consider the last line of the
59 page as being part of any section.
60
61 2007-06-04 Martin Rudalics <rudalics@gmx.at>
62
63 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
64 modified flag of buffer. Use `inhibit-modification-hooks'.
65
66 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
67
68 * mail/mail-extr.el (mail-extract-address-components): Recognize
69 non-ASCII characters except for NBSP as words.
70
71 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
72
73 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
74
75 2007-06-04 Michael Olson <mwolson@gnu.org>
76
77 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
78 died and we are trying to send a signal to it.
79
80 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
81
82 * emacs-lisp/easy-mmode.el (define-minor-mode)
83 (easy-mmode-define-navigation): Fix typos in docstrings.
84
85 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
86 Fix typos in docstrings.
87 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
88 (compilation-finish-function): Fix typo in obsolescence declaration.
89
90 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
91
92 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
93
94 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
95 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
96
97 * image.el (image-type-auto-detected-p): Don't scan
98 auto-mode-alist.
99
100 * longlines.el (longlines-mode): Make longlines-auto-wrap
101 buffer-local. Add hooks unconditionally.
102 (longlines-auto-wrap): Toggle wrapping.
103 (longlines-after-change-function)
104 (longlines-post-command-function): Check longlines-auto-wrap.
105
106 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
107
108 * Version 22.1 released.
109
110 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
111
112 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
113 changes.
114
115 2007-05-31 Richard Stallman <rms@gnu.org>
116
117 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
118
119 2007-05-29 Martin Rudalics <rudalics@gmx.at>
120
121 * textmodes/table.el (table--point-entered-cell-function)
122 (table--point-left-cell-function): Bind
123 `inhibit-point-motion-hooks' to t.
124
125 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
126
127 * emacs-lisp/rx.el (rx): Doc fix.
128
129 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
130
131 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
132
133 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
134
135 * log-edit.el (log-edit-changelog-paragraph): Return point-max
136 as the end of the ChangeLog paragraph when it ends without a line
137 termination.
138
139 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * textmodes/fill.el (canonically-space-region): Make the second arg
142 a marker if it's not already the case.
143
144 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
145 (xterm-mouse-event): Use it.
146
147 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
148
149 * vc-hooks.el (vc-find-root): Fix file attribute test.
150
151 2007-05-24 Richard Stallman <rms@gnu.org>
152
153 * textmodes/flyspell.el (flyspell-correct-word-before-point):
154 Don't let opoint be nil.
155 (flyspell-emacs-popup): Explicit error if no dialogs.
156
157 2007-05-23 Eli Zaretskii <eliz@gnu.org>
158
159 * tar-mode.el (tar-file-name-handler): New function.
160 (tar-extract): Bind file-name-handler-alist to it to force
161 find-buffer-file-type-coding-system behave as if the file being
162 extracted existed. Use last-coding-system-used to force
163 buffer-file-coding-system to what decode-coding-region actually
164 used to decode the file.
165
166 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
167
168 * progmodes/compile.el (compilation-handle-exit):
169 `compilation-finish-function' may change the current buffer.
170
171 2007-05-22 Richard Stallman <rms@gnu.org>
172
173 * files.el (set-auto-mode): Doc fix.
174
175 2007-05-22 Eli Zaretskii <eliz@gnu.org>
176
177 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
178
179 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
180
181 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
182 (rcirc-print): Handle `window-width'.
183 (rcirc-buffer-maximum-lines): Doc fix.
184
185 2007-05-19 Kevin Ryde <user42@zip.com.au>
186
187 * info.el (Info-fontify-node): Match https also.
188
189 2007-05-18 Richard Stallman <rms@gnu.org>
190
191 * simple.el (push-mark): Doc fix.
192
193 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
194
195 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
196 tpu-global-map.
197 (tpu-original-global-map): Delete variable.
198 (tpu-control-keys-map): New keymap variable.
199 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
200 setting keymapping directly.
201 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
202 tpu-global-map.
203 (tpu-edt-on): Activate the tpu-global-map.
204 (tpu-edt-off): Deactivate the tpu-global-map.
205
206 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
207
208 * textmodes/ispell.el (ispell-get-word): Return markers
209 for start and end positions.
210 (ispell-word): Assume END is a marker.
211
212 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
213
214 * ps-print.el: Use default color when foreground or background color
215 are unspecified. Reported by Leo <sdl.web@gmail.com>.
216 (ps-print-version): New version 6.7.4.
217 (ps-rgb-color): New argument. Use default color when color is
218 unspecified.
219 (ps-begin-job): Fix code.
220
221 2007-05-17 Martin Rudalics <rudalics@gmx.at>
222
223 * textmodes/ispell.el (ispell-start-process): Defend against bad
224 default-directory.
225
226 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
229
230 2007-05-16 Richard Stallman <rms@gnu.org>
231
232 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
233
234 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * files.el (magic-mode-alist, magic-fallback-mode-alist):
237 Move the *ml, Postscript, and XmCD entries to the fallback part.
238
239 * files.el (magic-fallback-mode-alist):
240 Rename from file-start-mode-alist.
241
242 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
243
244 * progmodes/compile.el (compilation-handle-exit): Quote first
245 argument of `run-hook-with-args'.
246
247 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
248
249 * buff-menu.el (Buffer-menu-sort-column):
250 * dabbrev.el (dabbrev-upcase-means-case-search):
251 * dired.el (dired-recursive-deletes, dired-recursive-copies):
252 * info.el (Info-current-subfile):
253 * ls-lisp.el (ls-lisp-verbosity):
254 * msb.el (msb-menu-cond):
255 * pcvs.el (cvs-dired-use-hook):
256 * simple.el (set-mark-command-repeat-pop):
257 * time.el (display-time-24hr-format, display-time-mail-file):
258 Doc fixes.
259
260 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
261 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
262
263 * view.el (view-inhibit-help-message): Fix typo in docstring.
264 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
265
266 2007-05-14 Eli Zaretskii <eliz@gnu.org>
267
268 * mail/rmail.el (rmail-convert-to-babyl-format):
269 Check content-transfer-encoding _last_, because we need its position
270 in base64-header-field-end.
271
272 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
273
274 * files.el (mode-require-final-newline, require-final-newline)
275 (enable-local-variables, enable-local-eval): Doc fixes.
276
277 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
278
279 * progmodes/python.el (python-font-lock-keywords)
280 (python-open-block-statement-p, python-mode): Add support for the new
281 "with" keyword.
282
283 2007-05-10 Richard Stallman <rms@gnu.org>
284
285 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
286 (iso-cvt-write-only): Likewise.
287
288 * emacs-lisp/easy-mmode.el (define-minor-mode):
289 Fix generated doc string.
290
291 * startup.el (fancy-splash-text): Add URL of guided tour.
292 Adjust horizontal and vertical whitespace.
293
294 * progmodes/compile.el (compilation-handle-exit):
295 Use run-hook-with-args to run compilation-finish-functions.
296
297 * files.el (file-start-mode-alist): New variable.
298 (magic-mode-regexp-match-limit): Doc fix.
299 (set-auto-mode): Handle file-start-mode-alist.
300 A little cleanup of structure.
301
302 2007-05-10 Davis Herring <herring@lanl.gov>
303
304 * calendar/timeclock.el (timeclock-in): Fix non-interactive
305 workday specifications.
306 (timeclock-log): Don't kill the log buffer if it already existed.
307
308 2007-05-08 Richard Stallman <rms@gnu.org>
309
310 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
311 Don't include non-self-insert commands in the exception for `-'.
312
313 2007-05-08 David Reitter <david.reitter@gmail.com>
314
315 * progmodes/python.el (python-guess-indent): Check non-nullness
316 before comparing indent against the 2..8 interval.
317
318 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
319
320 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
321 available.
322
323 2007-05-06 Richard Stallman <rms@gnu.org>
324
325 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
326
327 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
328
329 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
330 disconnections.
331
332 2007-05-01 Romain Francoise <romain@orebokech.com>
333
334 * dired-x.el: Revert 2007-04-06 change.
335
336 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
337
338 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
339 don't put stop on toolbar.
340
341 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
342
343 * find-dired.el (find-dired-filter): Propertize all text down to eob.
344
345 2007-04-29 Richard Stallman <rms@gnu.org>
346
347 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
348
349 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * progmodes/cc-mode.el (c-before-change): Use point-min rather
352 than 1.
353
354 2007-04-28 Richard Stallman <rms@gnu.org>
355
356 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
357
358 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
361
362 2007-04-28 Eli Zaretskii <eliz@gnu.org>
363
364 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
365 instead of $(lisp)/mh-e.
366
367 * textmodes/fill.el (fill-paragraph): Doc fix.
368
369 2007-04-28 Glenn Morris <rgm@gnu.org>
370
371 * image-dired.el (image-dired-cmd-create-thumbnail-options)
372 (image-dired-cmd-create-temp-image-options): Replace option
373 +profile "*" with -strip.
374
375 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
376
377 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
378 Use window-start and window-end.
379
380 2007-04-26 Glenn Morris <rgm@gnu.org>
381
382 * progmodes/python.el: Restore file pending consideration of legal
383 status.
384
385 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
386
387 * locate.el (locate-in-alternate-database): Doc fix.
388
389 2007-04-26 Glenn Morris <rgm@gnu.org>
390
391 * button.el (button): Use underline if supported, else fall back
392 to color.
393
394 2007-04-25 Richard Stallman <rms@gnu.org>
395
396 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
397
398 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
399
400 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
401 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
402 pushing mark.
403 (idlwave-current-routine): Don't push mark.
404
405 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
406
407 * image-dired.el (image-dired-display-image): Derive image-type from
408 filename rather than assuming jpeg, in case no resizing was needed.
409
410 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
411
412 * custom.el (defface): Doc fix.
413
414 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
415
416 * progmodes/python.el: Remove due to unclear legal issues.
417
418 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
419
420 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
421 Don't re-query for each cleared BP.
422 (idlwave-shell-clear-bp): Optionally skip BP query.
423 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
424 of set-window-buffer, which incorrectly moves displayed region.
425
426 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
427
428 * calc/calc.el (calc-bug-address): Update maintainer's address.
429 * calc/*: Update maintainer's address.
430
431 2007-04-23 Richard Stallman <rms@gnu.org>
432
433 * simple.el (set-mark-command-repeat-pop): Doc fix.
434 Put in `editing-basics' group.
435
436 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
437
438 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
439 New functions.
440 (Info-mode-line-node-keymap): Bind mouse commands to
441 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
442
443 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
444
445 * locate.el (locate-local-prompt): New var.
446 (locate-prompt-for-command): Doc fix.
447 (locate-prompt-for-search-string): New function.
448 (locate): New optional arg. Make locate-local-prompt
449 buffer-local. Use locate-prompt-for-search-string.
450 (locate-with-filter): New optional arg.
451 Use locate-prompt-for-search-string.
452 (locate-update): Bind locate-prompt-for-command.
453
454 2007-04-23 Glenn Morris <rgm@gnu.org>
455
456 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
457
458 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
459
460 * button.el (button): Inherit from link face on a tty.
461
462 2007-04-23 Glenn Morris <rgm@gnu.org>
463
464 * button.el (button): Use color for this face on a tty.
465
466 * files.el (magic-mode-alist): Allow for carriage-returns in
467 html-mode and sgml-mode entries.
468
469 2007-04-22 Richard Stallman <rms@gnu.org>
470
471 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
472 Improve doc string of generated command.
473
474 * subr.el (read-number): Catch errors.
475
476 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
477
478 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
479
480 * image-dired.el: Rename from thumbnails.el. All instances of
481 "thumbnails" replaced with "image-dired".
482
483 * dired.el (dired-mode-map): Rename "thumbnails" again, to
484 "image-dired".
485
486 2007-04-22 Kim F. Storm <storm@cua.dk>
487
488 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
489 Don't use kill-line.
490
491 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
492
493 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
494 error message.
495
496 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
497
498 * dired.el: Rename "tumme" to "thumbnails".
499
500 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
501 replaced with "thumbnails".
502
503 2007-04-22 Glenn Morris <rgm@gnu.org>
504
505 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
506 and give it the risky-local-variable property.
507
508 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
509 before defining it.
510
511 2007-04-21 Martin Rudalics <rudalics@gmx.at>
512
513 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
514 Use delete-region instead of kill-line.
515
516 2007-04-21 Alan Mackenzie <acm@muc.de>
517
518 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
519 `kill-region' by `delete-region'.
520
521 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
522
523 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
524 instead of kill-region.
525
526 * progmodes/mantemp.el (mantemp-make-mantemps-region)
527 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
528 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
529 and kill-line.
530
531 * progmodes/vhdl-mode.el (vhdl-template-type)
532 (vhdl-template-record, vhdl-template-nature)
533 (vhdl-template-configuration-spec, vhdl-template-component-inst)
534 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
535 Use delete-region instead of kill-word and kill-line.
536
537 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
538
539 * dired-x.el (dired-virtual-mode): Doc fix.
540
541 2007-04-21 Richard Stallman <rms@gnu.org>
542
543 * font-lock.el (font-lock-keywords-alist): Mark as risky.
544
545 * subr.el (read-number): Doc fix.
546
547 * simple.el (pop-to-mark-command): Display message "mark popped"
548 if point does not move.
549 (set-mark-command): Doc fix.
550
551 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
552
553 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
554 (locate-local-filter, locate-local-search): New vars.
555 (locate): Make variables local.
556 (locate-update): Bind locate-buffer-name. Call locate using
557 locate-local-filter and locate-local-search.
558
559 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
560
561 * hi-lock.el (hi-lock-file-patterns-policy): New var.
562 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
563 (hi-lock-mode): Update docstring.
564
565 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
568 fill-nobreak-predicate when the break is past fill-column.
569
570 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
571
572 * locate.el (locate): Output from shell-command should go in the
573 current buffer rather than *Shell Command Output*.
574
575 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
576
577 * paren.el (show-paren-function): Fix last fix.
578
579 2007-04-19 Kevin Ryde <user42@zip.com.au>
580
581 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
582 (archive-lzh-summarize): Add optional start arg for where to start
583 looking at the archive.
584 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
585
586 * international/mule.el (auto-coding-alist): no-conversion for .exe
587 and .EXE.
588
589 2007-04-19 Alan Mackenzie <acm@muc.de>
590
591 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
592 function return type contains "struct", "union", etc.
593 c-end-of-defun goes too far forward.
594
595 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
596
597 * paren.el (show-paren-function): Reset window-start to avoid
598 recentering.
599
600 2007-04-19 Glenn Morris <rgm@gnu.org>
601
602 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
603
604 2007-04-18 Glenn Morris <rgm@gnu.org>
605
606 * calendar/diary-lib.el (diary-header-line-format): Add a custom
607 :set function.
608 (diary-list-entries): Only switch to diary-mode from
609 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
610 diary-mode set header-line-format, in case of any customization.
611
612 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
613
614 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
615 is less than the length of parse-time-syntax.
616
617 2007-04-17 David Kastrup <dak@gnu.org>
618
619 * replace.el (query-replace-regexp-eval): Deprecate.
620
621 2007-04-17 Alan Mackenzie <acm@muc.de>
622
623 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
624 point too close to EOB, leave point at EOB rather than last `}'.
625
626 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
627
628 * textmodes/bibtex.el (bibtex-include-OPTkey)
629 (bibtex-user-optional-fields, bibtex-entry-field-alist):
630 Fix defcustom.
631
632 2007-04-17 Glenn Morris <rgm@gnu.org>
633
634 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
635 be encoded, fall back to current year.
636
637 2007-04-14 Kevin Ryde <user42@zip.com.au>
638
639 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
640 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
641 M "MSDOS".
642
643 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
644
645 * progmodes/python.el (python-end-of-block): Avoid looping forever
646 if python-next-statement fails.
647
648 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
649
650 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
651
652 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
653
654 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
655 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
656
657 2007-04-15 Jay Belanger <belanger@truman.edu>
658
659 * calc/calc.el (calc-version): New function.
660 (calc-trail-mode): Shorten the title.
661
662 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
663
664 * mail/footnote.el (footnote-style): Clarify docstring to state
665 that customizing this only applies to future footnotes.
666
667 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
668
669 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
670 (bibtex-make-field): Check that INIT is a string. Use functionp.
671
672 2007-04-14 Glenn Morris <rgm@gnu.org>
673
674 * complete.el (PC-goto-end): New buffer-local variable.
675 (PC-do-completion-end): Make buffer-local.
676 (partial-completion-mode) <choose-completion-string-functions>:
677 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
678 (PC-do-completion): New optional fourth argument GOTO-END. Add a
679 doc string. Set PC-goto-end for choose-completion.
680 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
681 PC-do-completion.
682
683 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
684 arg to bibtex-make-field.
685 (bibtex-make-field): Add optional fourth arg NODELIM.
686 Insert delimiters around INIT unless this arg is non-nil.
687
688 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
689
690 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
691 global map isn't modified.
692
693 2007-04-14 Glenn Morris <rgm@gnu.org>
694
695 * calendar/appt.el (appt-disp-window): Do not split small windows.
696 Suggested by Jeff Miller <jmiller@cablespeed.com>.
697
698 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
699
700 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
701
702 * files.el: Ditto.
703
704 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
705
706 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
707
708 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
709 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
710 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
711 (term-pager-help): Fix typos in docstrings.
712
713 * wid-edit.el (widget-documentation): Fix typo in docstring.
714
715 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
716 Fix typos in error messages.
717
718 2007-04-13 Martin Rudalics <rudalics@gmx.at>
719
720 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
721 window marked as dedicated.
722
723 * mail/footnote.el (footnote-latin-string): New variable.
724 (footnote-latin-regexp): Redefine as regexp alternative.
725 (Footnote-latin): Use footnote-latin-string instead of
726 footnote-latin-regexp.
727
728 2007-04-13 Glenn Morris <rgm@gnu.org>
729
730 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
731 inherited keymaps.
732
733 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
734
735 * outline.el (outline-get-next-sibling): Clarify docstring.
736 (outline-get-last-sibling): Handle case where we are at the first
737 heading. Clarify docstring.
738
739 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
740
741 * progmodes/gud.el (gud-minor-mode-map): Make go button same
742 length as stop button to lessen flicker.
743 (jdb): Add gud-print.
744 (gud-find-expr): Jdb prints the expression with the value, so
745 don't insert it in the output.
746
747 2007-04-11 Jason Rumney <jasonr@gnu.org>
748
749 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
750 case hex. Do not try to decode non-hex letters.
751
752 2007-04-11 Markus Triska <markus.triska@gmx.at>
753
754 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
755 (byte-optimize-backward-word): Remove (move to bytecomp.el).
756 (byte-optimize-form-code-walker): Evaluate pure function calls if
757 possible.
758 (byte-optimize-all-constp): New function.
759
760 * emacs-lisp/bytecomp.el (byte-compile-char-before):
761 Improve numeric argument case.
762 (byte-compile-backward-char, byte-compile-backward-word):
763 New functions, performing rewriting previously done in byte-opt.el.
764 Fix their "Fixme" item (restriction to numeric arguments).
765
766 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
769 with dolist.
770 (after-init-hook): Don't quote lambda.
771 (desktop-first-buffer): Don't wrap it in eval-when-compile.
772 (desktop-internal-v2s): Remove unused var `el'.
773 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
774 desktop-restore-file-buffer.
775 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
776 desktop-create-buffer.
777
778 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
779
780 * woman.el (woman-decode-buffer): Postpone macro-set check...
781 (woman-decode-region): ...to here.
782
783 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
784
785 * startup.el (tty-handle-args): Use %S to log ARGS.
786
787 2007-04-10 Glenn Morris <rgm@gnu.org>
788
789 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
790 it is obsolete and has no effect.
791
792 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
793 byte-compiler.
794
795 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
796 obsolete function make-local-hook.
797
798 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
799 start to quieten byte-compiler.
800
801 2007-04-10 Markus Triska <markus.triska@gmx.at>
802
803 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
804 to bytecomp.el as byte-compile-char-before).
805 * emacs-lisp/bytecomp.el (byte-compile-char-before):
806 New function (modified replacement for byte-optimize-char-before in
807 byte-opt.el).
808
809 2007-04-09 Alan Mackenzie <acm@muc.de>
810
811 * startup.el (inhibit-splash-screen): Emphatically state that it
812 can't be set in site-start.el.
813
814 2007-04-09 Masatake YAMATO <jet@gyve.org>
815
816 * progmodes/cc-subword.el (c-capitalize-subword): More closely
817 mimic the behavior of `capitalize-word'. Do not move point with a
818 negative argument. Based on tiny change by Paul Curry.
819
820 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
821
822 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
823 Don't move point if ARG is negative.
824
825 2007-04-09 Alan Mackenzie <acm@muc.de>
826
827 Changes to make `narrow-to-defun' and `mark-defun' work properly
828 in CC Mode:
829
830 * progmodes/cc-defs.el (c-beginning-of-defun-1):
831 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
832 Bind beginning/end-of-defun-function to nil around calls to
833 beginning/end-of-defun.
834
835 * progmodes/cc-langs.el (beginning-of-defun-function)
836 (end-of-defun-function): New c-lang-setvar's.
837
838 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
839 (setq arg 1))" to enable non-interactive call.
840
841 2007-04-09 Eli Zaretskii <eliz@gnu.org>
842
843 * simple.el (set-mark-command): Doc fix.
844
845 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
846
847 * progmodes/gud.el (gdb): Restore existing session if user
848 tries to start a second one in graphical mode.
849
850 2007-04-08 Martin Rudalics <rudalics@gmx.at>
851
852 * cus-start.el <scroll-preserve-screen-position>: Add choices.
853
854 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
855
856 * term/xterm.el (terminal-init-xterm): Fix key definitions.
857 Add binding for C-M-SPC.
858
859 2007-04-08 Richard Stallman <rms@gnu.org>
860
861 * pcomplete.el (pcomplete-read-event): One single definition,
862 and not a defsubst.
863
864 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
865
866 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
867 byte-compiler warning "value unused".
868
869 2007-04-08 Andreas Schwab <schwab@suse.de>
870
871 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
872
873 2007-04-07 Glenn Morris <rgm@gnu.org>
874
875 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
876 Autoload these functions.
877 (diary-date-forms): Add a custom :set form.
878
879 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
880 before first use.
881 (diary-font-lock-keywords): New function with old code for
882 initialization of variable of same name.
883
884 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
885
886 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
887 clean-up: only insert space when on identifier, etc.
888
889 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
890
891 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
892
893 * net/tls.el (open-tls-stream): Properly handle case where there
894 is no associated buffer.
895
896 2007-04-07 Glenn Morris <rgm@gnu.org>
897
898 * ffap.el (ffap-file-at-point): Lower the priority of the
899 ffap-ftp-sans-slash-regexp check.
900
901 2007-04-06 Alan Mackenzie <acm@muc.de>
902
903 Fix fontification of labels, and other things with ":".
904
905 * progmodes/cc-engine.el (c-forward-label): The function now
906 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
907 the former t.
908
909 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
910 new return code from c-forward-label, fontifying tokens properly.
911 Add some general comments throughout the file.
912
913 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
914
915 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
916 Revert 2006-01-27 change.
917
918 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
919
920 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
921
922 * desktop.el (desktop-create-buffer, desktop-save):
923 Revert 2004-11-12 change for lack of copyright papers.
924
925 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
926 (dired-guess-default): Respect case.
927
928 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
929
930 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
931 was originally checked in as byte-optimize-concat on 1997-11-02.
932
933 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
934 1995-05-19 doc changes.
935
936 2007-04-06 Kim F. Storm <storm@cua.dk>
937
938 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
939 (unload-feature): Update interactive spec accordingly.
940
941 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
942
943 2007-04-06 John Paul Wallington <jpw@pobox.com>
944
945 * subr.el (with-case-table): Use `make-symbol' to avoid variable
946 capture. Restore the table in the same buffer.
947
948 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
949
950 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
951
952 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
953 Print entire form.
954
955 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
956
957 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
958 for low-color displays.
959
960 2007-04-05 Glenn Morris <rgm@gnu.org>
961
962 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
963 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
964 Seed random number generator on loading.
965
966 * emacs-lisp/authors.el (top-level): Provide self.
967
968 * play/animate.el (top-level): Provide self.
969
970 2007-04-04 Alan Mackenzie <acm@muc.de>
971
972 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
973 to mention c-syntactic-indentation.
974
975 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
976
977 * subr.el (with-case-table): New macro.
978
979 * international/mule.el (ascii-case-table): New var.
980
981 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
982 downcasing.
983
984 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
985
986 * progmodes/gud.el (gud-minor-mode-map): Simplify.
987
988 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
989 of the window if we're outside it e.g menu-bar.
990
991 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
992 window if we're outside it e.g menu-bar.
993
994 2007-04-03 Eli Zaretskii <eliz@gnu.org>
995
996 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
997 decode base-64 encoded body if its content-type is something other
998 than text/* or message/*.
999
1000 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * simple.el (activate-mark-hook): Fix typo in docstring.
1003
1004 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
1005
1006 * tmm.el (tmm-c-prompt): Initialize.
1007 (tmm-menubar): Deal with extended menu-items at top level.
1008 (tmm-get-keybind): Handle bindings redefined/undefined locally.
1009 (tmm-prompt): Handle visibility of top level menu-items.
1010
1011 * progmodes/gud.el (gud-menu-map): Simplify.
1012 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1013 menubar.
1014
1015 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1018
1019 * comint.el (comint-send-input): Widen the buffer first.
1020
1021 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1022
1023 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
1026 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
1027
1028 * newcomment.el (comment-search-forward): Discard comment starters
1029 before point.
1030
1031 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
1032
1033 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
1034
1035 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
1038 when downcasing.
1039
1040 * button.el (previous-button): Rewrite to account for adjacent buttons.
1041
1042 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
1043
1044 * progmodes/idlwave.el (idlwave-auto-fill):
1045 Revert paragraph-separate change.
1046
1047 * progmodes/idlw-shell.el (idlwave-shell-break-in):
1048 Simplify module calc.
1049 (idlwave-shell-set-bp-in-module): Compute module.
1050
1051 2007-03-31 Glenn Morris <rgm@gnu.org>
1052
1053 * emacs-lisp/timer.el (run-at-time): Doc fix.
1054
1055 * emacs-lisp/warnings.el (display-warning): If we create the
1056 buffer displaying the warning, disable undo there.
1057
1058 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
1059
1060 * net/tramp.el (tramp-register-file-name-handler)
1061 (tramp-register-completion-file-name-handler): New defsubst,
1062 derived from `tramp-register-file-name-handlers'. The split is
1063 necessary because Tramp's file name handlers must be registered at
1064 different startup places.
1065
1066 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * progmodes/hideshow.el (turn-off-hideshow): New function.
1069 (hs-minor-mode): Use it instead of a lambda expression in
1070 change-major-mode-hook.
1071
1072 2007-03-31 David Kastrup <dak@gnu.org>
1073
1074 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
1075 corresponding to MANPATH_MAP entries.
1076 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
1077 (woman-parse-man.conf): Use more discriminating man.conf name.
1078 (woman-parse-man.conf): Parse MANPATH_MAP entries.
1079 (woman-manpath): Doc fix and type fix.
1080 (woman-cached-data): Check for MANPATH_MAP entries.
1081 (woman-expand-directory-path): Treat MANPATH_MAP entries.
1082
1083 2007-03-31 Stuart Herring <herring@lanl.gov>
1084
1085 * emacs-lisp/sregex.el (sregexq): Doc fix.
1086
1087 2007-03-31 Markus Triska <markus.triska@gmx.at>
1088
1089 * flymake.el (flymake-err-line-patterns): Doc fix.
1090
1091 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
1092
1093 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
1094 Move to the right.
1095
1096 2007-03-30 Alan Mackenzie <acm@muc.de>
1097
1098 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
1099
1100 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1101
1102 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
1103 Use it, passed in explicitly, instead of from the dynamic binding.
1104 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
1105
1106 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
1107
1108 * simple.el (blink-matching-open): When in minibuffer, don't
1109 search for a match inside the prompt.
1110
1111 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
1112
1113 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
1114 (tmm-prompt): Don't make the mouse user select the first menu
1115 item twice.
1116
1117 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
1120 SIGUSR1 and SIGUSR2.
1121
1122 2007-03-29 Kim F. Storm <storm@cua.dk>
1123
1124 * ido.el (ido-read-internal): When reading file or dir, only override
1125 minibuffer-local-filename-completion-map, otherwise only override
1126 minibuffer-local-completion-map.
1127
1128 2007-03-29 Glenn Morris <rgm@gnu.org>
1129
1130 * complete.el (partial-completion-mode): Set PC-do-completion-end
1131 to nil after use.
1132 (PC-lisp-complete-symbol): Create and use a marker at `end',
1133 rather than using point-marker.
1134
1135 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
1136
1137 * simple.el (next-error-highlight): Doc fix.
1138 (compose-mail): Revert 2007-03-19 change.
1139
1140 2007-03-28 Richard Stallman <rms@gnu.org>
1141
1142 * emacs-lisp/edebug.el (edebug-display): Don't go to
1143 edebug-outside-buffer if it is dead.
1144
1145 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
1146
1147 * view.el (view-mode): Fix typos in docstring.
1148
1149 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
1150
1151 * recentf.el (recentf-save-file): Add a custom :set function.
1152
1153 2007-03-28 Glenn Morris <rgm@gnu.org>
1154
1155 * complete.el (PC-do-completion-end): New variable.
1156 (partial-completion-mode) <choose-completion-string-functions>:
1157 Use PC-do-completion-end in the non-minibuffer case to replace the
1158 correct amount of text.
1159 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
1160 (PC-lisp-complete-symbol): Give marker the after-insertion type,
1161 to deal with improvements inserted after point.
1162
1163 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * button.el (make-text-button): Add explicit `button' property.
1166 (default-button): Don't put a `button' property on it.
1167
1168 * progmodes/python.el (python-mode): Skip comments when parsing.
1169
1170 * vc-arch.el (vc-with-current-file-buffer): New macro.
1171 (vc-arch-file-source-p): Use it to avoid infloop.
1172
1173 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
1174
1175 * emacs-lisp/lisp.el (lisp-complete-symbol):
1176 Fix call to get-buffer-window to find windows in other frames.
1177
1178 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * comint.el (comint-proc-query, comint-dynamic-list-completions):
1181 Fix calls to get-buffer-window to find windows in other frames.
1182 Reported by David Hansen <david.hansen@gmx.net>.
1183
1184 2007-03-27 Kevin Ryde <user42@zip.com.au>
1185
1186 * info.el (Info-display-images-node): On a text-only terminal,
1187 show the "text" or "alt" parts of the image blobs.
1188
1189 2007-03-27 Glenn Morris <rgm@gnu.org>
1190
1191 * complete.el (PC-do-completion): Compute completion-base-size in
1192 the non-filename case, rather than setting to nil.
1193 (PC-lisp-complete-end): New variable.
1194 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
1195 original end in a series of consecutive invocations.
1196
1197 * calendar/calendar.el (calendar-mode-hook): Declare it.
1198
1199 * calendar/diary-lib.el (diary-live-p): Do not check for
1200 diary-selective-display.
1201
1202 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * replace.el (occur-next-error): *Occur* might not be displayed in the
1205 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
1206
1207 2007-03-26 Richard Stallman <rms@gnu.org>
1208
1209 * textmodes/flyspell.el (flyspell-large-region):
1210 Use ispell-call-process-region.
1211
1212 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1213
1214 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1215 Use prin1 instead of princ.
1216
1217 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
1220 Merge in X resources before global face.
1221
1222 * progmodes/compile.el (compilation-start): Save compilation-directory
1223 rather than default-directory as local var.
1224 (compilation-directory): Mark as safe local var.
1225
1226 * files.el: Don't mark default-directory as a safe local var.
1227
1228 2007-03-25 Alan Mackenzie <acm@muc.de>
1229
1230 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
1231 * progmodes/cc-engine.el: Fix typo.
1232
1233 2007-03-25 Juri Linkov <juri@jurta.org>
1234
1235 * compare-w.el (compare-windows): Rename customization group
1236 `compare-w' to `compare-windows'.
1237 (compare-windows-whitespace, compare-ignore-whitespace)
1238 (compare-ignore-case, compare-windows-sync)
1239 (compare-windows-sync-string-size, compare-windows-recenter)
1240 (compare-windows-highlight, compare-windows): Change group name in
1241 the `group' tag from `compare-w' to `compare-windows'.
1242 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
1243
1244 2007-03-24 Markus Triska <markus.triska@gmx.at>
1245
1246 * expand.el: Change example to always enable abbrev-mode,
1247 and remove redundant `function'.
1248 (expand-abbrev-hook): Add autoload cookie.
1249
1250 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
1251
1252 * emacs-lisp/testcover.el (testcover-start, testcover-end)
1253 (testcover-mark-all, testcover-unmark-all): Add prompts to
1254 interactive specs.
1255
1256 2007-03-24 Jason Rumney <jasonr@gnu.org>
1257
1258 * autorevert.el (find-file-hook, auto-revert-tail-mode):
1259 Use file size in bytes for auto-revert-tail-pos not characters.
1260
1261 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
1262
1263 * vc-rcs.el (vc-rcs-annotate-command):
1264 Set text property :vc-annotate-prefix on the annotation text.
1265 (vc-rcs-annotate-time): Instead of searching for ": ",
1266 search for end of text propertized with :vc-annotate-prefix.
1267
1268 2007-03-24 Martin Rudalics <rudalics@gmx.at>
1269
1270 * whitespace.el (top level): Remove calls putting
1271 permanent-local nil property since these are no-ops.
1272
1273 * man.el (Man-support-local-filenames): Assure that
1274 default-directory exists when doing call-process.
1275
1276 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
1277
1278 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1279 Fix omission bug: Use m4-program-options to construct shell command.
1280
1281 2007-03-23 David Kastrup <dak@gnu.org>
1282
1283 * progmodes/cc-mode.el (c-make-emacs-variables-local):
1284 Use `mapcar' rather than `mapcan' to silence compiler warning.
1285
1286 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
1287
1288 * textmodes/reftex.el, textmodes/reftex-vars.el,
1289 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1290 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1291 * textmodes/reftex-index.el, textmodes/reftex-global.el,
1292 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1293 * textmodes/reftex-auc.el: Add maintainer address.
1294
1295 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
1296
1297 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1298 Make sure that `global-font-lock-mode' does not turn on font-lock
1299 in these buffers.
1300
1301 2007-03-21 Kim F. Storm <storm@cua.dk>
1302
1303 * xt-mouse.el (xt-mouse-epoch): New variable.
1304 (xterm-mouse-event): Use float-time.
1305
1306 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
1307
1308 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1309 current-time.
1310
1311 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * complete.el (read-file-name-internal): Don't add the final > if the
1314 completion is not finished (re-application of this patch, which was
1315 accidentally undone by Eli).
1316
1317 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
1318
1319 * emulation/viper.el (viper-non-hook-settings): Handle mouse
1320 clicks in describe-key and describe-key-briefly advice a little better.
1321
1322 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
1323
1324 * server.el (server-process-filter): Cancel any pending isearch.
1325
1326 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
1327
1328 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1329 (icalendar--get-unfolded-buffer): Define actual arguments rather
1330 than just using &rest. Check replace-in-string is fbound.
1331 (icalendar-import-buffer): Doc fix.
1332 (icalendar--convert-ical-to-diary): Set diary-file.
1333 Check diary-file before inserting final newline.
1334 (icalendar--add-diary-entry): Return diary-file.
1335
1336 2007-03-21 Glenn Morris <rgm@gnu.org>
1337
1338 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1339 (diary-display-hook): Add custom :set function.
1340
1341 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1342 Add custom :set function.
1343 (diary-header-line-format): Doc fix.
1344 (diary-set-maybe-redraw): New function.
1345 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1346 (diary-list-entries): Always run diary-mode.
1347
1348 2007-03-20 Kenichi Handa <handa@m17n.org>
1349
1350 * international/quail.el (quail-setup-completion-buf): Make the
1351 completion buffer read-only.
1352 (quail-completion): Adjusted for the above change. Leave the
1353 modified flag nil.
1354
1355 2007-03-20 David Kastrup <dak@gnu.org>
1356
1357 * files.el (magic-mode-alist): Require literal "%!PS" string for
1358 magic postscript file detection.
1359
1360 2007-03-20 Richard Stallman <rms@gnu.org>
1361
1362 * textmodes/ispell.el (ispell-call-process): New function.
1363 Defends against bad `default-directory.'
1364 (ispell-check-version, ispell-find-aspell-dictionaries)
1365 (ispell-get-aspell-config-value, lookup-words): Call it.
1366 (ispell-call-process-region): New function.
1367 (ispell-send-string): Call it.
1368
1369 2007-03-20 Andreas Schwab <schwab@suse.de>
1370
1371 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1372 (finder-data): Likewise.
1373 (autoloads): Likewise.
1374
1375 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1376
1377 * files.el (basic-save-buffer): Do not set visited filename when
1378 the corresponding directory does not exist or the specified
1379 filename is that of an existing directory.
1380
1381 2007-03-20 Glenn Morris <rgm@gnu.org>
1382
1383 * calendar/diary-lib.el (diary-live-p): New function.
1384 (number-of-diary-entries): Add a :set function to redisplay diary
1385 when necessary.
1386
1387 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1388
1389 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1390 from client program, mev, to compute mouse event.
1391
1392 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1393
1394 * faces.el (momentary): Face removed; unused due to reversion of
1395 2007-01-04 changes by Kevin Rodgers.
1396
1397 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1398 Suggested by Johan Bockg\e,Ae\e(Brd.
1399
1400 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1401
1402 * font-lock.el (lisp-font-lock-keywords-1):
1403 Highlight define-globalized-minor-mode as a keyword.
1404
1405 2007-03-19 Kim F. Storm <storm@cua.dk>
1406
1407 * calc/calc-forms.el (math-std-daylight-savings)
1408 (math-std-daylight-savings-old): Doc fix.
1409
1410 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1411
1412 * progmodes/python.el (python-default-template): Doc fix.
1413 (python-buffer): Fix typo in docstring.
1414
1415 * isearchb.el (isearchb-follow-char):
1416 * subr.el (def-edebug-spec): Fix typo in docstring.
1417
1418 2007-03-19 Richard Stallman <rms@gnu.org>
1419
1420 * files.el (default-directory): Mark safe.
1421 (basic-save-buffer-2): Put proper dir name in error message.
1422
1423 * simple.el (compose-mail): Run switch-function after
1424 setting up the mail buffer.
1425
1426 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1427
1428 2007-03-18 Jay Belanger <belanger@truman.edu>
1429
1430 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1431 (math-std-daylight-savings-new): Rename from
1432 `math-std-daylight-savings'.
1433 (math-std-daylight-savings-old): Rename from old value of
1434 `math-std-daylight-savings'.
1435 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1436 `math-std-daylight-savings-old' depending on the year.
1437
1438 2007-03-18 Detlev Zundel <dzu@gnu.org>
1439
1440 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1441 zero-width regexps as invalid but rather at least count them correctly.
1442
1443 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1444
1445 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1446 don't wait more if there is output available to process.
1447
1448 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1449
1450 * progmodes/compile.el (compilation-find-file): Revert change
1451 from 2006-07-18 to allow completion of directory names.
1452 Reported by John Carter <john.carter@tait.co.nz>.
1453
1454 2007-03-18 Kim F. Storm <storm@cua.dk>
1455
1456 * subr.el (when, unless): Doc fix.
1457
1458 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1459
1460 * net/tls.el (tls-program): Doc fix.
1461
1462 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1463
1464 * autorevert.el (auto-revert-tail-handler):
1465 Call after-revert-hook.
1466
1467 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1468
1469 * simple.el (switch-to-completions): No error if search for \n\n fails.
1470
1471 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * simple.el (line-move-1):
1474 Respect `inhibit-line-move-field-capture' property.
1475
1476 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * comint.el (comint-arguments): Mark backslash-escaped chars.
1479 (comint-delim-arg): Don't treat them as delimiters.
1480
1481 2007-03-12 Kim F. Storm <storm@cua.dk>
1482 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1483
1484 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1485
1486 * tempo.el (tempo-insert): Deal with 'r> if it appears
1487 specified with a prompt argument.
1488
1489 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1490
1491 * textmodes/org.el (org-set-font-lock-defaults):
1492 Handle narrow table columns correctly.
1493
1494 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1495
1496 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1497 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1498 Return to use of the -no-properties variants. There was
1499 consensus on emacs-devel that the speed of these variants was
1500 prefered since we are usually parsing files (from the internet
1501 or on disk) instead of XML created in Emacs.
1502
1503 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1504 Add customize option.
1505
1506 2007-03-12 Glenn Morris <rgm@gnu.org>
1507
1508 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1509 North American rule. Replace "daylight savings" with "daylight
1510 saving" in doc.
1511
1512 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1513 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1514 "daylight saving" in text.
1515
1516 * woman.el (woman-change-fonts): Tweak previous change by using
1517 woman-request-regexp rather than "^\\.".
1518
1519 * startup.el (command-line-1): Make insertion of
1520 initial-scratch-message not depend on scratch being selected.
1521
1522 2007-03-11 Juri Linkov <juri@jurta.org>
1523
1524 * replace.el (match): Use yellow background on light-bg terminals.
1525
1526 2007-03-11 Richard Stallman <rms@gnu.org>
1527
1528 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1529 Correctly compute line number.
1530
1531 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1532
1533 * type-break.el (type-break-get-previous-count):
1534 Repeat previous change here.
1535
1536 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1537
1538 * progmodes/grep.el (grep-find-ignored-directories):
1539 Add .git and .bzr to list.
1540
1541 2007-03-11 Andreas Schwab <schwab@suse.de>
1542
1543 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1544
1545 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1548
1549 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1550
1551 * faces.el (face-set-after-frame-default): Recalculate face
1552 customizations after applying X resources.
1553
1554 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1555
1556 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1557 (rcirc-keepalive-seconds): Remove variable.
1558 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1559 (rcirc-process, rcirc-user-disconnect): New variables.
1560 (rcirc-connect): Initalize new variables.
1561 (rcirc-keepalive): Don't send keepalive pings before connection
1562 is completed.
1563 (rcirc-sentinel): Do mark all channels with activity when
1564 connection is dropped. Run hook with process buffer local.
1565 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1566 (rcirc-buffer-process): Return value of rcirc-process if
1567 rcirc-server-buffer is nil.
1568 (rcirc-server-name): Return the reported server name.
1569 (rcirc-update-prompt): Simplify computation of the server name.
1570 (rcirc-format-response-string): Likewise.
1571 (rcirc-handler-001): Mark server as connected, record the reported
1572 server name, and schedule a timeout.
1573 (rcirc-track-nick): Add a spec for the tty class.
1574 (rcirc-user-non-nick): Remove function.
1575 (rcirc-nick-prefix-chars): Add variable.
1576 (rcirc-user-nick): Use above variable.
1577
1578 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1579
1580 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1581 Bind deactivate-mark to nil.
1582
1583 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1584
1585 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1586 that buffer contents get erased during completion.
1587
1588 2007-03-10 Glenn Morris <rgm@gnu.org>
1589
1590 * woman.el (woman-change-fonts): Add a hack to deal with
1591 font-escape followed by "." at start of a line.
1592 (woman2-IP): Add a hack to deal with consecutive requests.
1593 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1594
1595 2007-03-10 Alan Mackenzie <acm@muc.de>
1596
1597 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1598
1599 2007-03-09 Richard Stallman <rms@gnu.org>
1600
1601 * abbrev.el (abbrev): Add `provide'.
1602
1603 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1604
1605 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1606
1607 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1608
1609 * complete.el (PC-try-completion): New function.
1610 (PC-do-completion, read-file-name-internal): Use it instead of
1611 try-completion.
1612
1613 2007-03-08 Alan Mackenzie <acm@muc.de>
1614
1615 Remove stale tokens from `c-found-types' cache.
1616
1617 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1618 (c-unfind-coalesced-tokens, c-before-change): New functions.
1619 (c-maybe-stale-found-type): New variable.
1620
1621 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1622 (c-trim-found-types): New functions.
1623
1624 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1627 (debug-ignored-errors): Add entry from smerge-match-conflict.
1628
1629 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1630
1631 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1632 special help topics for keywords.
1633 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1634 etc. Assistant command.
1635
1636 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * replace.el (occur-engine): Move buffer-undo-list binding...
1639 (occur-1): ...to here.
1640
1641 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1642
1643 * simple.el (minibuffer-completing-symbol): New var.
1644 (eval-expression): Use it.
1645 (completion-setup-function): Don't bind completion-base-size when
1646 completing a symbol in the minibuffer.
1647
1648 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1649
1650 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1651 tries to start a second session in graphical mode.
1652
1653 2007-03-07 Miles Bader <miles@gnu.org>
1654
1655 * international/isearch-x.el
1656 (isearch-process-search-multibyte-characters):
1657 Strip text-properties from PROMPT to avoid an error from read-string.
1658
1659 2007-03-07 Kim F. Storm <storm@cua.dk>
1660
1661 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1662 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1663
1664 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1665
1666 * complete.el (PC-do-completion): Delete duplicates in the list of
1667 possible completions.
1668
1669 2007-03-07 Glenn Morris <rgm@gnu.org>
1670
1671 * ses.el (ses-mode): Doc fix.
1672
1673 2007-03-06 Kim F. Storm <storm@cua.dk>
1674
1675 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1676
1677 2007-03-06 Kenichi Handa <handa@m17n.org>
1678
1679 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1680
1681 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * simple.el (completion-setup-function): Improve last fix so it doesn't
1684 set it to a relative directory name either.
1685
1686 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1687
1688 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1689
1690 2007-03-05 Richard Stallman <rms@gnu.org>
1691
1692 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1693
1694 * files.el (find-file-noselect): No error if file no longer exists.
1695 Display a message and avoid other questions.
1696
1697 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1700 as not to use an invisible window and to create a window if none exist.
1701
1702 * progmodes/python.el (python-send-command): Restart proc if necessary.
1703 (python-proc): Simplify.
1704
1705 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1706
1707 * pcomplete.el (pcomplete-show-completions): Search all frames for
1708 completions buffer.
1709
1710 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * cus-edit.el (customize-save-variable): Clear customized-value
1713 property (saved values are now put in theme-value property).
1714 (customize-set-variable): Doc fix.
1715
1716 * complete.el (PC-do-completion): If completion-ignore-case is
1717 non-nil, replace field with completion string before exiting.
1718
1719 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1722 Append its extension to the resulting temporary file name.
1723 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1724
1725 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1726 (tramp-smb-handle-write-region): Apply it.
1727
1728 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1729
1730 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1731 Redo previous change.
1732
1733 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1734
1735 * diff-mode.el (diff-mode): Doc fix.
1736
1737 2007-03-05 Kenichi Handa <handa@m17n.org>
1738
1739 * international/characters.el: Set category `l' (latin)
1740 for more characters.
1741
1742 2007-03-04 Kim F. Storm <storm@cua.dk>
1743
1744 * emacs-lisp/authors.el (authors-aliases): Add alias.
1745
1746 2007-03-04 Glenn Morris <rgm@gnu.org>
1747
1748 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1749 all when switching major mode.
1750 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1751 (hs-block-start-mdata-select, hs-block-end-regexp)
1752 (hs-forward-sexp-func, hs-adjust-block-beginning):
1753 Do not make these variables permanent-local.
1754
1755 2007-03-04 Richard Stallman <rms@gnu.org>
1756
1757 * progmodes/cperl-mode.el (cperl-mode):
1758 Modify cperl-compilation-error-regexp-alist by appending.
1759
1760 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1761 (edebug-mode): Add the hook.
1762 (edebug-recursive-edit): Remove the hook on exiting.
1763
1764 * type-break.el (type-break-get-previous-time):
1765 Handle end-of-file errors specially
1766 so they don't get reported wrong in .emacs.
1767
1768 * startup.el (fancy-splash-text): Clarify text.
1769
1770 * simple.el (beginning-of-buffer, end-of-buffer):
1771 Avoid treating plain C-u like numeric arg.
1772
1773 * simple.el (completion-setup-function): Don't set
1774 default-directory to nil.
1775
1776 * shell.el (shell-dirstack-query): Doc fix.
1777
1778 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1779 Don't select the window -- pass it to primitives instead.
1780
1781 * faces.el (minibuffer-prompt): Use medium blue by default.
1782
1783 2007-03-04 David Kastrup <dak@gnu.org>
1784
1785 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1786 Preserve 16 as default value for "seconds" when customizing.
1787
1788 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1789
1790 * textmodes/org.el (org-self-insert-command)
1791 (orgtbl-self-insert-command, org-delete-char)
1792 (org-delete-backward-char): Set the `flyspell-delayed' property.
1793
1794 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * international/mule.el (find-auto-coding): Don't search for
1797 line-ending characters past the end of the tail.
1798
1799 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1800
1801 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1802 Jump to the line where new score has been uploaded.
1803
1804 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1805 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1806 Do nothing when the game is paused.
1807
1808 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1809
1810 * textmodes/org.el (org-set-tags): Prevent slipping of point
1811 during completion.
1812
1813 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1814
1815 * isearch.el (isearch-message-prefix):
1816 Use minibuffer-prompt-properties.
1817
1818 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1819
1820 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1821 (ps-setup): Print which Emacsen is running ps-print package.
1822
1823 2007-03-01 Stuart Herring <herring@lanl.gov>
1824
1825 * files.el (set-auto-mode-0): Use `indirect-function'.
1826 (hack-one-local-variable): Don't reapply current major mode.
1827
1828 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * progmodes/python.el (python-quote-syntax): Don't bother with
1831 syntax-ppss-context.
1832 (python-fill-paragraph): Make sure that fenced-string delimiters that
1833 stand on their own line stay there.
1834
1835 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1836
1837 * replace.el (perform-replace): Propertize message.
1838
1839 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1840
1841 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1842 invisible heading.
1843
1844 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1845
1846 * net/tramp.el (tramp-file-name-handler): Revert last change.
1847
1848 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1849
1850 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1851 Correct doc strings.
1852
1853 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * replace.el (perform-replace): Undo forward-char immediately if
1856 non-adjacent search fails.
1857
1858 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * version.el (emacs-major-version, emacs-minor-version):
1861 string-to-int -> string-to-number.
1862
1863 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * help.el (where-is): Fail gracefully when not passed a command.
1866
1867 2007-02-28 Stuart Herring <herring@lanl.gov>
1868
1869 * find-lisp.el (find-lisp-default-directory-predicate):
1870 Fix bug: Do symlink check on expanded filename.
1871
1872 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1873
1874 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1875 changes during replacement.
1876 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1877
1878 2007-02-28 Lars Hansen <larsh@soem.dk>
1879
1880 * desktop.el: Delete header line listing me as maintainer.
1881
1882 2007-02-28 Glenn Morris <rgm@gnu.org>
1883
1884 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1885 the menus case.
1886
1887 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1890 hooks to avoid confusion when combining after-change calls.
1891
1892 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1893
1894 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1895 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1896 (allout-distinctive-bullets-string): Add info about bullet conventions.
1897 (allout-mode): Add info about distinctive vs plain bullets.
1898
1899 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1900
1901 * textmodes/org.el (org-archive-subtree): Quote variable name.
1902 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1903
1904 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1905
1906 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1907 (gud-bashdb-command-name, bashdb): Remove.
1908 (gud, gud-menu-map): Remove references to bash/bashdb.
1909
1910 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1911
1912 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1913 keyword for Python 2.5.
1914
1915 2007-02-26 Romain Francoise <romain@orebokech.com>
1916
1917 * net/net-utils.el (whois-server-tld): Update server for .org.
1918 (whois-server-list): Add whois.publicinterestregistry.net.
1919 (whois-guess-server): Fix formatting in docstring.
1920
1921 2007-02-26 Kim F. Storm <storm@cua.dk>
1922
1923 * mouse.el (mouse-show-mark): Run hooks and perform command
1924 remapping for mouse-region-delete-keys.
1925
1926 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1927
1928 * font-core.el (font-lock-mode): Doc fix.
1929
1930 2007-02-25 Kim F. Storm <storm@cua.dk>
1931
1932 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1933 Add selected buffer to buffer-name-history.
1934 (ido-file-internal): Set this-command to fallback command.
1935 Add file names to file-name-history.
1936
1937 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1938 Apply minibuffer-prompt-properties.
1939
1940 2007-02-25 Andreas Schwab <schwab@suse.de>
1941
1942 * files.el (hack-one-local-variable-eval-safep): Correct handling
1943 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1944
1945 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1946
1947 * textmodes/org.el (org-table-overlay-coordinates)
1948 (org-table-toggle-coordinate-overlays): New functions.
1949 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1950 New variables.
1951 (org-startup-with-deadline-check): Remove option.
1952 (org-mode): Remove deadline check on startup.
1953 (org-table-limit-column-width): Remove option.
1954 (org-table-formula-numbers-only): Remove option.
1955 (org-link-style, org-link-format): Remove options.
1956 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1957 (org-export-ascii-show-new-buffer)
1958 (org-export-html-show-new-buffer): Remove options.
1959 (org-activate-links): Remove camel option.
1960 (org-file-link-context-use-camel-case): Remove option.
1961 (org-camel-regexp): Remove variable.
1962 (org-activate-camels): Remove function.
1963 (org-store-link): Remove Camel stuff.
1964 (org-make-org-heading-camel): Remove function.
1965 (org-open-at-point): Remove camel stuff.
1966 (org-link-search): Remove camel stuff.
1967 (org-camel-to-words): Function removed.
1968 (org-get-agenda-file-buffer): Make sure we prepare the base
1969 buffers, not any indirect buffers.
1970 (org-sort-entries): Sort top-level when not on a headline, and no
1971 active region.
1972 (org-in-regexp): New function.
1973 (org-search-not-self): Rename from `org-search-not-link'.
1974 (org-open-link-marker): New variable.
1975 (org-open-at-point): Set `org-open-link-marker'.
1976 (org-print-icalendar-entries): Fixe bug with excluding DONE
1977 entries from the exported list.
1978 (org-edit-formula-lisp-indent): New command.
1979 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1980 (orgtbl-to-latex, orgtbl-insert-radio-table)
1981 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1982 (orgtbl-radio-table-templates): New option.
1983 (org-store-link-props):
1984 (org-remember-templates): More possibilities to insert info
1985 into templates.
1986 (org-remember-apply-template): Make use of the extended
1987 template capabilities.
1988 (org-remember-redo-template): New command.
1989 (org-upgrade-old-links)
1990 (org-table-modify-formulas, org-table-replace-in-formulas)
1991 (org-table-find-dataline)
1992 (org-table-get-vertical-vector): Remove functions.
1993 (org-table-remove-rectangle-highlight)
1994 (org-time-stamp-format, org-toggle-log-option)
1995 (org-table-highlight-rectangle)
1996 (org-table-iterate, org-table-make-reference):
1997 (org-translate-time, org-tree-to-indirect-buffer)
1998 (org-table-field-info, org-table-fix-formulas)
1999 (org-table-force-dataline, org-table-get-descriptor-line)
2000 (org-table-get-range)
2001 (org-skip-comments, org-sort)
2002 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2003 (org-table-current-dline, org-table-current-field-formula)
2004 (org-table-edit-backward-field)
2005 (org-table-edit-formulas-post-command)
2006 (org-table-edit-line-down, org-table-edit-line-up)
2007 (org-agenda-archive)
2008 (org-agenda-clock-cancel)
2009 (org-agenda-clock-out, org-agenda-list-stuck-projects)
2010 (org-agenda-open-link, org-agenda-show-new-time)
2011 (org-agenda-skip-subtree-when-regexp-matches)
2012 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2013 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2014 (org-do-sort, org-file-image-p, org-find-overlays)
2015 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2016 (org-highlight-until-next-command, org-isearch-end)
2017 (org-match-any-p, org-next-link, org-previous-link):
2018 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2019 (org-rewrite-old-row-references)
2020 (org-isearch-post-command)
2021 (org-table-edit-move, org-table-edit-next-field)
2022 (org-table-edit-scroll, org-table-edit-scroll-down)
2023 (org-set-frame-title, org-show-reference)
2024 (org-unhighlight-once, org-verify-change-for-undo): New functions.
2025 (org-show-variable): Remove command.
2026 (org-add-log-maybe): New arguments STATE, FINDPOS
2027 (org-table-sort-lines): Rewrite from scratch.
2028 (org-link-search): New argument AVOID-POS.
2029 (org-print-icalendar-entries): Remove argument CATEGORY.
2030 (org-run-agenda-series): Remove argument WONDOW.
2031 (org-next-link, org-previous-link): New commands.
2032 (org-agenda-date-format): New option.
2033 (org-table-iterate): New command.
2034 (org-table-modify-formulas)
2035 (org-table-replace-in-formulas): Remove functions.
2036 (org-table-fix-formulas): New function.
2037 (org-table-insert-column, org-table-delete-column)
2038 (org-table-move-column): Use `org-table-fix-formulas'.
2039 (org-follow-gnus-link): Patch from Bastien/Leo.
2040 (org-table-current-field-formula): New function.
2041 (org-file-image-p): New function.
2042 (org-agenda-show-new-time): New function.
2043 (org-agenda-date-later): Call `org-agenda-show-new-time'.
2044 (org-with-remote-undo): New macro.
2045 (org-agenda-undo): New command.
2046 (org-verify-change-for-undo): New function.
2047 (org-time-stamp-format): New function.
2048 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
2049 by user.
2050 (org-match-any-p): New function.
2051 (org-make-tags-matcher): Handle regular expressions for tag and
2052 todo matches.
2053 (org-read-date): Accept "+N" as input for a date relative to the
2054 current date.
2055 (org-remove-subtree-entries-from-agenda): New function.
2056 (org-agenda-archive, org-agenda-kill):
2057 Use `org-remove-subtree-entries-from-agenda'.
2058 (org-do-sort, org-sort-entries): New functions.
2059 (org-sort): New command.
2060 (org-table-sort-lines): Use `org-do-sort'.
2061 (org-fix-decoded-time): New function.
2062 (org-table-number-regexp): Require 0x... to identify as number
2063 in tables.
2064 (org-startup-options): New keywords for note taking.
2065 (org-upgrade-old-links): Remove function.
2066 (org-get-repeat): New function.
2067 (org-show-context): Also show siblings on current level.
2068 (org-show-siblings): New function.
2069 (org-isearch-end, org-isearch-post-command): New functions.
2070 (org-show-siblings): New option.
2071 (org-show-context): Use `org-show-siblings'.
2072 (org-table-maybe-recalculate-line): No longer require `calc-eval'
2073 to be bound, because user may just use elisp.
2074
2075 2007-02-24 Kim F. Storm <storm@cua.dk>
2076
2077 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
2078 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
2079
2080 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2081
2082 * startup.el (command-line): Also check if the abbrev file is readable.
2083
2084 2007-02-24 John Paul Wallington <jpw@pobox.com>
2085
2086 * net/tls.el (tls-certtool-program): Fix custom type.
2087
2088 * mail/feedmail.el (feedmail-message-id-generator)
2089 (feedmail-date-generator): Fix custom types.
2090
2091 * mail/rmail.el (rmail-message-filter): Fix custom type.
2092
2093 2007-02-24 Eli Zaretskii <eliz@gnu.org>
2094
2095 * startup.el (command-line): If simple.el cannot be found, proceed
2096 with a warning message.
2097
2098 2007-02-24 Kenichi Handa <handa@m17n.org>
2099
2100 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
2101 case that BEG is a string.
2102
2103 2007-02-24 Chris Moore <dooglus@gmail.com>
2104
2105 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2106 * pgg-pgp.el (pgg-pgp-encrypt-region):
2107 * pgg-gpg.el (pgg-gpg-encrypt-region):
2108 Check pgg-encrypt-for-me if no other recipients.
2109
2110 2007-02-23 Eli Zaretskii <eliz@gnu.org>
2111
2112 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
2113
2114 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
2115 shell-quote-argument.
2116
2117 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2118
2119 * comint.el (comint-read-input-ring): Use comint-input-ring-size
2120 from the comint buffer instead of the temporary one.
2121
2122 2007-02-23 David Reitter <david.reitter@gmail.com>
2123
2124 * cus-edit.el (custom-save-all): Canonicalize custom-file before
2125 storing it in recentf-exclude.
2126
2127 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
2128
2129 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
2130 in splash screen.
2131
2132 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
2133
2134 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
2135 commands, for restart.
2136 (idlwave-shell-current-module): Fix handling of module name by type.
2137 (idlwave-shell-break-in): Update type handling.
2138 (idlwave-shell-bp-get): Encode type in BP structure.
2139 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
2140 (idlwave-shell-module-source-query): Query routine info based on type.
2141 Fix path parsing for non-compiled files.
2142 (idlwave-shell-module-source-filter): Don't signal error in filter
2143 if no source found.
2144 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
2145 filter race.
2146
2147 2007-02-22 Kim F. Storm <storm@cua.dk>
2148
2149 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
2150 (editable-field): Document need to put some text before the %v
2151 escape in :format string.
2152
2153 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
2156 (vc-svn-use-edit): Remove unused config var.
2157 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
2158
2159 * outline.el (hide-sublevels): Keep empty last line, if available.
2160
2161 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
2162 rather than the corresponding unicode char, to make the code
2163 more readable.
2164
2165 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
2166
2167 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
2168 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
2169 (speedbar-item-info-tag-helper): Doc fixes.
2170
2171 2007-02-19 Kenichi Handa <handa@m17n.org>
2172
2173 * international/mule-cmds.el (locale-language-names):
2174 Map "eo" to "Esperanto".
2175
2176 * language/european.el ("Esperanto"): New language environment.
2177
2178 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
2179
2180 * simple.el (kill-line): Doc fix.
2181
2182 2007-02-17 Kim F. Storm <storm@cua.dk>
2183
2184 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
2185 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
2186 (bindat--unpack-group, bindat--pack-group):
2187 Handle vectors with optional element type.
2188
2189 2007-02-17 Daiki Ueno <ueno@unixuser.org>
2190
2191 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
2192 if PASSPHRASE is given.
2193
2194 2007-02-17 Chris Moore <dooglus@gmail.com>
2195
2196 * jka-cmpr-hook.el (jka-compr-compression-info-list):
2197 Recognize backups of bz2 compressed files.
2198
2199 2007-02-17 Eli Zaretskii <eliz@gnu.org>
2200
2201 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
2202 to nil to speed up lookup of the symbol in index nodes.
2203
2204 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2205
2206 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2207 Add indentation for the constants of Lisp.
2208
2209 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * ps-print.el: Use (defvar <foo>) where applicable.
2212 (ps-print-emacs-type): Remove.
2213 (ps-x-frame-property, ps-e-frame-parameter): Remove.
2214 (ps-frame-parameter): Align its call-convention with frame-parameter.
2215 (ps-begin-job): Adjust calls to it appropriately.
2216 (ps-setup): Don't print ps-print-emacs-type.
2217 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
2218 Define in such a way that it's obvious that it's defined.
2219 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
2220 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2221 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
2222
2223 2007-02-15 Alan Mackenzie <acm@muc.de>
2224
2225 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
2226 an empty one-line C-style comment, post-position point properly.
2227
2228 2007-02-15 Chris Moore <dooglus@gmail.com>
2229
2230 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
2231 (isearch-lazy-highlight-new-loop): Bind it.
2232 (isearch-lazy-highlight-search): Use it.
2233
2234 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
2235
2236 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * font-lock.el (font-lock-extend-region-wholelines):
2239 Only return non-nil if the region has really been changed.
2240 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2241
2242 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
2245 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
2246 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2247
2248 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * faces.el (color-values): Revert changes to docstring from
2251 2007-01-31 and 2000-09-07.
2252
2253 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
2254 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
2255 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
2256 (ispell-help): Fix typos in docstring and output message.
2257
2258 2007-02-14 Kim F. Storm <storm@cua.dk>
2259
2260 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2261 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2262 (grep): Fix lgrep reference.
2263
2264 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2265 (standard-display-underline): Use make-glyph-code.
2266
2267 * descr-text.el (describe-char): Use glyph-char and glyph-face.
2268
2269 * international/latin1-disp.el (latin1-display-char):
2270 Use make-glyph-code.
2271
2272 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
2273
2274 * ehelp.el (with-electric-help, electric-help-exit)
2275 (electric-help-retain): Doc fixes.
2276
2277 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2278 (byte-compile-file): Doc fixes.
2279
2280 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2281
2282 * term/mac-win.el: Change all uses of
2283 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2284 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2285 (mac-ae-get-url): Call select-frame-set-input-focus.
2286 (mac-dnd-handle-drag-n-drop-event): Don't call
2287 select-frame-set-input-focus.
2288
2289 2007-02-13 Kenichi Handa <handa@m17n.org>
2290
2291 * international/characters.el: Fix documentation of category `a'.
2292
2293 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2294
2295 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2296
2297 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
2298
2299 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2300 (tramp-get-remote-ln): Handle error case.
2301 Reported by Chris Moore <dooglus@gmail.com>.
2302
2303 2007-02-11 Kim F. Storm <storm@cua.dk>
2304
2305 * bindings.el (ctl-x-map): Remove register compatibility bindings
2306 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2307
2308 2007-02-11 Richard Stallman <rms@gnu.org>
2309
2310 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2311 in load history.
2312
2313 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2314 condition -- don't fail to stop at endpos.
2315
2316 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
2317
2318 * textmodes/org.el (org-agenda-get-todos)
2319 (org-agenda-get-timestamps, org-agenda-get-closed)
2320 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2321 (org-agenda-get-blocks, org-format-agenda-item)
2322 (org-agenda-change-all-lines, org-scan-tags): Rename text property
2323 from `category' to `org-category'.
2324
2325 2007-02-11 Kenichi Handa <handa@m17n.org>
2326
2327 * international/titdic-cnv.el (titdic-convert): Force files be written
2328 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
2329 (miscdic-convert): Force files be written with Unix-like eol format.
2330
2331 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2332
2333 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2334
2335 * calculator.el (calculator-prompt): Doc fix.
2336 (calculator-mode-map): Fix typo in menu entry.
2337
2338 2007-02-10 Jay Belanger <belanger@truman.edu>
2339
2340 * calculator.el (calculator): Do more extensive checking for when
2341 3 lines should be used for the calculator.
2342
2343 2007-02-10 Eli Zaretskii <eliz@gnu.org>
2344
2345 * info-look.el (info-lookup-make-completions):
2346 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2347 index nodes.
2348
2349 * info.el (Info-fontify-maximum-menu-size): Document the effect
2350 of a nil value.
2351 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2352 non-nil before using it as size.
2353
2354 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
2355
2356 * subr.el (insert-for-yank-1): Prevent read-only properties from
2357 interfering with text property operations.
2358
2359 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2360
2361 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2362 (image-type-auto-detected-p): Fail if another match is found in
2363 auto-mode-alist.
2364
2365 * files.el (magic-mode-alist): Call image-mode instead of
2366 image-mode-maybe for autodetected images.
2367
2368 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
2369
2370 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2371 Fix typos in docstrings.
2372 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2373
2374 2007-02-09 Kim F. Storm <storm@cua.dk>
2375
2376 * emacs-lisp/float-sup.el: Remove obsolete comment.
2377
2378 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2381
2382 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2383
2384 * simple.el: Revert previous change, at request of RMS:
2385 (fundamental-mode-hook): Remove.
2386 (fundamental-mode): Run after-change-major-mode-hooks manually,
2387 and don't run the now-nonexistent fundamental-mode-hook.
2388
2389 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2390
2391 * simple.el (fundamental-mode-hook): Declare new hook.
2392 (fundamental-mode): Run the new dedicated hook, and don't run
2393 after-change-major-mode-hooks manually anymore.
2394
2395 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2398 added columns of chars. Remove support for the "no-meta-info" format.
2399 Prompted by Romain Francoise <romain@orebokech.com>.
2400
2401 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2402
2403 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2404 (gdb-mouse-until, gdb-mouse-jump): Use it.
2405
2406 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2407
2408 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2409 work when there is just an assembler buffer (no source buffer).
2410
2411 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2412
2413 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2414 just because the diff was produced using "-p" (--show-c-function).
2415
2416 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2417
2418 * faces.el (frame-set-background-mode): Use `color-values' and
2419 `display-color-p', not `x-color-values' and `x-display-color-p'.
2420 (face-valid-attribute-values): Use `defined-colors' instead of
2421 `x-defined-colors'.
2422
2423 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2424
2425 * ps-print.ps: The ps-print commands without face printing should not
2426 print background color. Reported by Leo <sdl.web@gmail.com>.
2427 (ps-print-version): New version 6.7.3.
2428 (ps-begin-job): New arg. Fix ps-default-background and
2429 ps-default-foreground initialization.
2430 (ps-face-attributes): Fix doc string.
2431 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2432
2433 * printing.el: Fix ps-print link.
2434
2435 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * faces.el (face-set-after-frame-default): Compile attributes to
2438 be set by frame parameters before merging in X resources.
2439
2440 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * simple.el (blink-matching-paren-dont-ignore-comments):
2443 (blink-matching-paren-on-screen): Doc fixes.
2444
2445 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2446
2447 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2448
2449 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2450
2451 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2452 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2453 entries like `defun'. Return nil.
2454
2455 2007-02-05 Kim F. Storm <storm@cua.dk>
2456
2457 * ido.el: Doc fixes.
2458
2459 2007-02-04 David Kastrup <dak@gnu.org>
2460
2461 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2462 `mpuz-allow-double-multiplicator' is non-zero, and correct
2463 calculation of `min'.
2464
2465 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2466
2467 * wid-edit.el (widget-default-create): Insert new text at the
2468 :from marker _after_ the marker, not before it.
2469
2470 2007-02-04 Alan Mackenzie <acm@muc.de>
2471
2472 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2473 containing it is re-indented.
2474
2475 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2476
2477 * net/newsticker.el (newsticker--insert-image): Update docstring,
2478 and insert the image directly.
2479 (newsticker--buffer-redraw): Update docstring.
2480
2481 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2482 Rename from define-global-minor-mode.
2483
2484 * progmodes/cwarn.el (global-cwarn-mode):
2485 * emacs-lisp/autoload.el (make-autoload):
2486 * hi-lock.el (global-hi-lock-mode):
2487 * font-core.el (global-font-lock-mode): All callers changed.
2488
2489 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2490
2491 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2492 Don't copy @ignore lines into menu descriptions.
2493 (texinfo-multi-file-update): Goto the @node line before attempting
2494 to pluck the node name.
2495 (texinfo-multiple-files-update): Reverse the optional arguments'
2496 order, as per the doc string and the `interactive' form.
2497
2498 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * image-mode.el: Use autoload to avoid overriding disabled setting
2501 applied in .emacs.
2502
2503 2007-02-03 Alan Mackenzie <acm@muc.de>
2504
2505 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2506 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2507 adjacent paren groups).
2508
2509 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2510
2511 * progmodes/ebnf2ps.el: Doc fixes.
2512 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2513
2514 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2515
2516 * dired-x.el (dired-do-relsymlink): Add reference to
2517 dired-do-symlink. Add an autoload cookie.
2518
2519 * dired-aux.el (dired-do-symlink): Add reference to
2520 dired-do-relsymlink.
2521
2522 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2523
2524 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2525 <left-fringe mouse-3>: New bindings.
2526
2527 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2528
2529 * newsticker.el (newsticker-version): Changed to "1.10".
2530 (newsticker--set-customvar): Doc string.
2531 (newsticker-new-item-face): Doc string.
2532 (newsticker-mode): Initialize `invisibility-spec' with t.
2533 (newsticker-mode-map): Added
2534 `newsticker-mark-all-items-at-point-as-read'.
2535 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2536 (newsticker-w3m-show-inline-images): Do not call
2537 `w3m-remove-image'.
2538 (newsticker--buffer-after-w3m-insert-image): New advice for
2539 w3m-insert-image to cache images.
2540 (newsticker-next-item-same-feed): New.
2541 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2542 (newsticker-mark-all-items-of-feed-as-read): New.
2543 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2544 (newsticker-mark-item-at-point-as-read): Doc string.
2545 (newsticker-mark-item-at-point-as-read): Use new functions.
2546 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2547 `newsticker-mark-item-at-point-as-read'.
2548 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2549 (newsticker--sentinel): Yet another xml-parser workaround.
2550 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2551 days.
2552 (newsticker--buffer-do-insert-text): Fix.
2553 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2554 (newsticker--buffer-make-item-completely-visible):
2555 `switch-to-buffer' not necessary.
2556
2557 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2558
2559 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2560 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2561 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2562 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2563 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2564
2565 2007-02-02 Kenichi Handa <handa@m17n.org>
2566
2567 * international/quail.el (quail-show-key): Fix an error message.
2568
2569 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * faces.el (set-face-underline-p, modify-face): Rename arg
2572 UNDERLINE-P to UNDERLINE (it is not a flag).
2573
2574 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2577 when adding gdb-speedbar-update to gdb-input-queue.
2578
2579 2007-02-01 Kenichi Handa <handa@m17n.org>
2580
2581 * international/quail.el (quail-show-key): Signal an error if the
2582 current input method is not using Quail.
2583
2584 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2585
2586 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2587 Trim leading whitespace in sysvar names.
2588
2589 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2590
2591 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2592
2593 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2596
2597 2007-01-31 Romain Francoise <romain@orebokech.com>
2598
2599 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2600 previous change to this file.
2601
2602 2007-01-31 Jason Rumney <jasonr@gnu.org>
2603
2604 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2605 image-mode.
2606
2607 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2608 interfering with attempt to set major mode from modified
2609 auto-mode-alist.
2610
2611 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * faces.el (color-values): Doc fix.
2614 (face-differs-from-default-p): Don't check :foreground twice.
2615
2616 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2617
2618 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2619
2620 2007-01-31 Kenichi Handa <handa@m17n.org>
2621
2622 * international/quail.el (quail-store-decode-map-key): Store a
2623 translated character too.
2624 (quail-char-equal-p): New function.
2625 (quail-find-key1): Check character equality by quail-char-equal-p.
2626 (quail-decode-map-generated): New variable.
2627 (quail-find-key): Check quail-decode-map-generated and re-generate
2628 a decode map if necessary.
2629
2630 2007-01-30 Richard Stallman <rms@gnu.org>
2631
2632 * tutorial.el (tutorial--detailed-help): Make the list of
2633 changed keys look nicer.
2634
2635 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2636
2637 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2638 (gdb-var-delete): Use it.
2639 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2640 `in_scope'.
2641
2642 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2643
2644 * files.el (get-free-disk-space): Return nil for remote directories.
2645
2646 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2647 instead of "dir".
2648
2649 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * type-break.el (type-break-catch-up-event): New function.
2652 (type-break-demo-hanoi, type-break-demo-life)
2653 (type-break-demo-boring): Use it.
2654
2655 * image-mode.el (image-mode): Don't automatically view as image.
2656 (image-toggle-display): Add `disabled' property.
2657
2658 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2659
2660 * isearchb.el (isearchb-iswitchb):
2661 * ps-print.el (ps-build-face-reference):
2662 * emacs-lisp/shadow.el (list-load-path-shadows):
2663 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2664 * international/mule.el (find-auto-coding):
2665 * mail/supercite.el (sc-attrib-selection-list):
2666 * progmodes/cc-defs.el (c-emacs-features):
2667 * progmodes/cc-vars.el (c-offsets-alist):
2668 * progmodes/flymake.el
2669 (flymake-init-create-temp-source-and-master-buffer-copy):
2670 Fix typos in docstrings (some suggested by Chris Moore).
2671
2672 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2673 (vhdl-get-library-unit, vhdl-corresponding-begin)
2674 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2675 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2676 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2677 (vhdl-font-lock-match-item): Fix typos in docstrings.
2678 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2679 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2680 (vhdl-speedbar-insert-project-hierarchy):
2681 Improve argument/docstring consistency.
2682
2683 2007-01-29 Kenichi Handa <handa@m17n.org>
2684
2685 * international/titdic-cnv.el (py-converter): Fix previous change.
2686
2687 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * jka-compr.el (jka-compr-partial-uncompress)
2690 (jka-compr-call-process): Rebind default-directory if it is
2691 invalid. Suggested by Chris Moore.
2692
2693 * comint.el (comint-insert-input): Handle situation where the
2694 selected buffer is not the clicked buffer.
2695
2696 2007-01-29 Kenichi Handa <handa@m17n.org>
2697
2698 * international/ja-dic-cnv.el (skkdic-convert):
2699 Add byte-compile-disable-print-circle:t at the head.
2700
2701 * international/titdic-cnv.el (tit-process-header):
2702 Add byte-compile-disable-print-circle:t at the head.
2703 (miscdic-convert): Likewise.
2704 (py-converter): Skip the header comments.
2705
2706 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2707 New variable.
2708 (byte-compile-output-file-form): Bing print-circle to nil if
2709 byte-compile-output-file-form is not nil.
2710 (byte-compile-output-docform): Likewise.
2711
2712 2007-01-28 Kim F. Storm <storm@cua.dk>
2713
2714 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2715 Declare earlier to avoid byte compiler warnings.
2716
2717 2007-01-28 Markus Triska <markus.triska@gmx.at>
2718
2719 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2720
2721 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2724 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2725 when calling update-game-score program. Remove unnecessary
2726 save-excursion.
2727
2728 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2729
2730 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2733 avoid compiler warning.
2734 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2735 might have values other than "true" or "false".
2736
2737 2007-01-28 Richard Stallman <rms@gnu.org>
2738
2739 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2740 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2741
2742 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2743
2744 * image.el (image-type-header-regexps): Make GIF regex more specific.
2745
2746 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2747 Don't check `backspace'.
2748 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2749 in Fundamental mode.
2750
2751 * startup.el (fancy-splash-text, normal-splash-screen):
2752 Mention C-g.
2753
2754 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2755 when inserting in buffer.
2756
2757 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2758 inside the if.
2759
2760 2007-01-27 Richard Stallman <rms@gnu.org>
2761
2762 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2763
2764 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2765
2766 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2767 enum/union/struct/class definition.
2768 Revert change to call `forward-sexp' multiple times.
2769
2770 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * files.el (hack-local-variables-confirm): Don't keep trying to
2773 read an event from an empty kbd macro.
2774
2775 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2776
2777 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2778
2779 2007-01-27 Ben North <ben@redfrontdoor.org>
2780
2781 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2782 the arg CHILDREN -> WHICH.
2783
2784 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2785
2786 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2787 default-directory to a sane value when calling start-process.
2788
2789 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2790
2791 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2792 (ls-lisp-format-time-list): Doc fix. Mention
2793 ls-lisp-use-localized-time-format.
2794 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2795 ls-lisp-use-localized-time-format is non-nil, even if a valid
2796 locale is defined.
2797
2798 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2799
2800 * jka-compr.el (jka-compr-shell): Doc fix.
2801
2802 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2803
2804 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2805
2806 * ps-print.ps: Fix background height.
2807 (ps-print-version): New version 6.7.2.
2808
2809 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2810
2811 * makefile.w32-in (finder-data, custom-deps): Depend on
2812 $(lisp)/loaddefs.el.
2813
2814 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2815
2816 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2817
2818 2007-01-24 Miles Bader <miles@gnu.org>
2819
2820 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2821 (byte-compile-output-docform): Bind `print-circle' to t.
2822
2823 2007-01-24 Kenichi Handa <handa@m17n.org>
2824
2825 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2826 file name of the original SKK dictionary file.
2827
2828 2007-01-24 Kim F. Storm <storm@cua.dk>
2829
2830 * ido.el (ido-initial-position): New variable.
2831 (ido-read-internal): Set it if default item is specified.
2832 (ido-minibuffer-setup): Position cursor accordingly if set.
2833 (ido-edit-input): C-e moves to end of input if not already there.
2834 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2835 Don't switch to buffer mode if repeating C-b at start of input.
2836 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2837 input; else it moves to start of input.
2838 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2839 not at end of input, delete rest of input, rather than normal op.
2840
2841 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2842
2843 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2844
2845 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2846 of message. Activate mark.
2847 (ediff-activate-mark): Set transient-mark-mode to t.
2848
2849 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2850
2851 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2852
2853 * help-fns.el (describe-variable): Don't suppress display of
2854 buffer local value when the value is "large".
2855
2856 2007-01-22 Kim F. Storm <storm@cua.dk>
2857
2858 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2859 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2860 (ido-tidy): Use ido-active.
2861
2862 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2863
2864 * hexl.el (hexl-mode-exit): Add missing quote.
2865
2866 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2867
2868 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2869 (mac-ae-keyboard-modifiers): New function.
2870 (mac-handle-toolbar-switch-mode): Use it.
2871 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2872 if keyboard modifiers on drop contain option key.
2873 (mac-dnd-drop-data): Add optional argument `action'.
2874 (special-event-map): Remove binding for M-drag-n-drop.
2875
2876 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2877
2878 * add-log.el (add-log-current-defun): Use CC Mode functions to
2879 find the beginning and end of a defun.
2880
2881 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2882
2883 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2884 (gdb-var-create-handler): Handle value field in GDB output of
2885 -var-create.
2886 (gdb-max-frames): New variable.
2887 (gdb-stack-buffer, gdb-frames-select): Use it.
2888 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2889 if necessary.
2890 (gdb-get-frame-number): Simplify.
2891
2892 2007-01-21 Glenn Morris <rgm@gnu.org>
2893
2894 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2895 Update copyrights.
2896
2897 2007-01-21 Alan Mackenzie <acm@muc.de>
2898
2899 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2900 handling of K&R stuff.
2901
2902 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2903
2904 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2905
2906 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2907
2908 * ps-print.el: Handle frame parameters (background and/or foreground
2909 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2910 (ps-print-version): New version 6.7.1.
2911 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2912 (ps-frame-parameter): New fun.
2913 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2914 Fix doc and customization.
2915 (ps-begin-job): Get frame parameters (background and/or foreground
2916 colors).
2917 (ps-do-despool): Ensure ps-printer-name has a valid value.
2918
2919 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2920
2921 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2922 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2923 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2924 mean unlimited.
2925
2926 2007-01-20 Alan Mackenzie <acm@muc.de>
2927
2928 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2929 much more rigorous analysis of putative K&R regions.
2930
2931 2007-01-20 Alan Mackenzie <acm@muc.de>
2932
2933 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2934 New functions.
2935
2936 2007-01-20 Alan Mackenzie <acm@muc.de>
2937
2938 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2939 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2940 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2941 * progmodes/cc-vars.el: Add my name.
2942
2943 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * files.el (find-alternate-file): Revert query message to Emacs 21
2946 version.
2947
2948 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2949
2950 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2951 the doc string how to use personal abbrevs without electric
2952 keywords.
2953
2954 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2955
2956 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2957 Fixed cursor position when toggle abbreviated display.
2958
2959 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2960
2961 * t-mouse.el: Update copyright following assignment by
2962 Alessandro Rubini.
2963
2964 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2967 (type-break-demo-boring): Call read-event instead of read-char.
2968
2969 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
2970
2971 * progmodes/compile.el: Add handling for makepplog.
2972
2973 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2974
2975 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2976 aspell dictionaries are initialized when called non-interactively.
2977
2978 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * progmodes/compile.el (compilation-loop): New arg limit.
2981 Handle case where the first error is at point-min.
2982 (compilation-next-error): New arg to compilation-loop call.
2983
2984 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2985
2986 * info.el (Info-default-dirs): Change default info dir to
2987 share/info.
2988
2989 * paths.el (Info-default-directory-list): Ditto.
2990
2991 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2992
2993 * hexl.el (hexl-before-revert-hook): New function.
2994 (hexl-mode): Use it.
2995 (hexl-after-revert-hook): Just call hexl-mode.
2996 (hexl-mode-exit): Remove before-revert-hook.
2997
2998 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3001
3002 2007-01-16 Martin Rudalics <rudalics@gmx.at>
3003
3004 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3005 by "-" in francais7 otherchars entry.
3006 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3007 otherchars entry.
3008
3009 2007-01-15 Karl Fogel <kfogel@red-bean.com>
3010
3011 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3012 path. Rewrite function in `cond' style for readability.
3013
3014 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
3015 (The path shortening, that is, not the rearrarangement.)
3016
3017 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3018
3019 * term/mac-win.el (mac-ae-quit-application): New function.
3020 (mac-apple-event-map): Bind "quit application" Apple event to it.
3021
3022 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3025 than the program's output.
3026
3027 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
3030 (kmacro-start-macro-or-insert-counter)
3031 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
3032 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
3033
3034 * longlines.el (longlines-show-hard-newlines):
3035 * ruler-mode.el (ruler-mode-ruler):
3036 * emulation/keypad.el (keypad-setup):
3037 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
3038 Fix typo in docstring.
3039
3040 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
3041
3042 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
3043 Remove redirect character ">".
3044
3045 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
3046
3047 * replace.el (perform-replace): Remove leftover code.
3048
3049 2007-01-12 Richard Stallman <rms@gnu.org>
3050
3051 * replace.el (perform-replace): Don't clear NODENT when computing
3052 the replacement string.
3053
3054 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
3055
3056 * net/tramp.el (tramp-handle-file-local-copy):
3057 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
3058 <christopher.ian.moore@gmail.com>.
3059
3060 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * diff-mode.el (diff-sanity-check-context-hunk-half)
3063 (diff-sanity-check-hunk): New functions.
3064 (diff-find-source-location): Use'em to check the hunks are well-formed.
3065
3066 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
3067 activate undo when undo is not active.
3068 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
3069
3070 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
3073 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
3074 (ffap-url-at-point): Use char-classes rather than "a-z".
3075
3076 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
3077
3078 * ediff-init.el (ediff-autostore-merges):
3079 * textmodes/fill.el (fill-region): Doc fix.
3080
3081 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * server.el (server-ensure-safe-dir): UIDs may be floats.
3084
3085 2007-01-10 Richard Stallman <rms@gnu.org>
3086
3087 * battery.el (battery-linux-proc-acpi): Use ignore-errors
3088 around calls to directory-files.
3089
3090 * subr.el (momentary-string-display): Use save-excursion.
3091
3092 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
3093 argument, but read it as `X' does.
3094
3095 2007-01-09 Juri Linkov <juri@jurta.org>
3096
3097 * info.el (Info-fontify-node): Don't hide node names of index entries.
3098
3099 * faces.el (momentary): Change :group to basic-faces where all
3100 basic faces belong to. Add :version.
3101
3102 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
3103
3104 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
3105 keybinding is found.
3106 (tutorial--find-changed-keys): Never treat null keybinding as a
3107 remapping.
3108
3109 2007-01-09 Martin Rudalics <rudalics@gmx.at>
3110
3111 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
3112
3113 2007-01-09 Kenichi Handa <handa@m17n.org>
3114
3115 * international/mule-cmds.el
3116 (select-safe-coding-system-interactively): Fix message.
3117
3118 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
3119
3120 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
3121 (tramp-process-actions): Add optional parameter TIMEOUT.
3122 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3123 (tramp-open-connection-su): Add timeout of 60".
3124
3125 2007-01-09 Richard Stallman <rms@gnu.org>
3126
3127 * progmodes/compile.el (compile): Doc fix.
3128
3129 2007-01-09 Markus Triska <markus.triska@gmx.at>
3130
3131 * tumme.el (tumme-display-thumb): Doc fix.
3132
3133 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
3134
3135 * battery.el (battery-search-for-one-match-in-files):
3136 * bindings.el (mode-line-minor-mode-help):
3137 * x-dnd.el (x-dnd-types-alist):
3138 * calendar/icalendar.el (icalendar-import-buffer):
3139 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
3140
3141 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
3142
3143 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
3144
3145 * replace.el (replace-regexp): Fix typo in docstring.
3146
3147 2007-01-07 Alan Mackenzie <acm@muc.de>
3148
3149 * progmodes/cc-langs.el (c-operators, c-filter-ops):
3150 Amend doc-string and comments.
3151
3152 2007-01-06 Eli Zaretskii <eliz@gnu.org>
3153
3154 * files.el (abbreviate-file-name): Doc fix.
3155
3156 2007-01-06 Markus Triska <triska@gmx.at>
3157
3158 * subr.el (split-string): Remove spurious ")" from doc string.
3159
3160 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
3161
3162 * textmodes/table.el (table--warn-incompatibility):
3163 Use display-warning instead of momentary-string-display.
3164
3165 2007-01-05 Richard Stallman <rms@gnu.org>
3166
3167 * image.el (image-type-header-regexps): Recognize xbm more strictly.
3168
3169 * simple.el (backward-kill-word): Doc fix.
3170
3171 2007-01-05 Romain Francoise <romain@orebokech.com>
3172
3173 * international/mule.el (sgml-html-meta-auto-coding-function):
3174 Ensure that the buffer contains a HTML document.
3175
3176 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3177
3178 * faces.el (momentary): Move here ...
3179 * subr.el (momentary): ... from here.
3180
3181 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
3182
3183 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
3184 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
3185 large structures/arrays.
3186
3187 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
3188
3189 * files.el (find-file-noselect-1, set-visited-file-name):
3190 Allow backup-enable-predicate to be nil.
3191
3192 2007-01-04 Andreas Schwab <schwab@suse.de>
3193
3194 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
3195 last change.
3196
3197 2007-01-03 Richard Stallman <rms@gnu.org>
3198
3199 * woman.el (woman-decode-buffer): Clarify error message.
3200
3201 2007-01-03 Alan Mackenzie <acm@muc.de>
3202
3203 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
3204
3205 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
3206
3207 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
3208
3209 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
3212
3213 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
3214
3215 * emulation/viper.el (viper-custom-file-name, viper-mode):
3216 Fix typos in docstrings.
3217
3218 * subr.el (momentary-string-display): After moving point, set POS
3219 variable to it to avoid later errors once the buffer is modified.
3220 Doc fix.
3221
3222 2007-01-02 Alan Mackenzie <acm@muc.de>
3223
3224 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
3225 check that the "*/" is present before trying to manipulate it.
3226
3227 2007-01-02 Richard Stallman <rms@gnu.org>
3228
3229 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
3230
3231 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
3232 Fix format of value.
3233
3234 * cus-edit.el (customize-unsaved): Rename from customize-customized.
3235 Change messages accordingly.
3236 (customize-customized): Now alias.
3237
3238 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * files.el (version-control): Doc fix.
3241
3242 2007-01-01 Alan Mackenzie <acm@muc.de>
3243
3244 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
3245 Check the format of c-state-cache is valid for an optimisation before
3246 using it.
3247
3248 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
3249 are at a statement within a macro". Other changes so that only
3250 the first continuation line in a macro gets the symbol
3251 `cpp-define-intro', the others getting `statement', or whatever.
3252
3253 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3254 a string, preserve whitespace. Add a backslash only when also in
3255 a macro.
3256
3257 * progmodes/cc-defs.el: Correct typos.
3258
3259 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
3260 new line after an escaped EOL in a string.
3261
3262 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3263 label when it directly follows "else", "do", ....
3264
3265 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3266 angle brackets (as seen in "explicit specialisations" of C++
3267 templates).
3268
3269 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3270 in the doc-string.
3271
3272 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3273 when the comment ender looks like "=========*/" and is alone on
3274 its line.
3275
3276 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3277 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
3278 for the old name.
3279
3280 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3281 c-\(beginning\|end\)-of-defun by default.
3282
3283 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3284 New line-up function, for the DEFUN macro in the Emacs C sources.
3285 Only used in "gnu" style.
3286
3287 * progmodes/cc-styles.el (c-style-alist): Use this new function in
3288 the "gnu" style.
3289
3290 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3291 clean-up comment-close-slash also to work when there's a comment
3292 terminator on the line.
3293 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3294 these for large arg - only take account of top level {..}, except
3295 for initial and final adjustments. M-- C-M-[ae] now go to the
3296 right defuns when the starting point is between defuns. They use
3297 the four new functions:
3298 (c-in-function-trailer-p, c-where-wrt-brace-construct)
3299 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3300 support c-\(beginning\|end\)-of-defun.
3301
3302 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3303 expressions more rigorously, to exclude bit-field specifiers from
3304 being classed as labels.
3305 (c-forward-label): When analyzing a ":" within a macro, be careful
3306 about using c-forward-syntactic-ws at the macro beginning.
3307 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3308 stmt boundary, check for "operator=", etc.
3309
3310 * progmodes/cc-mode.el (c-postprocess-file-styles):
3311 Bind inhibit-read-only to t, around the call to
3312 c-remove-any-local-eval-or-mode-variables, so that it works on a
3313 RO file.
3314
3315 * progmodes/cc-defs.el (c-version): Update the version number to
3316 "5.31.4".
3317
3318 2007-01-01 Richard Stallman <rms@gnu.org>
3319
3320 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3321 only if we restored isearch-window-configuration.
3322
3323 2006-12-31 Romain Francoise <romain@orebokech.com>
3324
3325 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3326
3327 2006-12-31 Kim F. Storm <storm@cua.dk>
3328
3329 * files.el (auto-mode-case-fold): New defcustom.
3330 (set-auto-mode): If non-nil, perform second case-sensitive pass
3331 through auto-mode-alist if first pass failed.
3332
3333 2006-12-30 Richard Stallman <rms@gnu.org>
3334
3335 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3336
3337 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
3338
3339 * allout.el (allout-encrypt-string): Handle symmetric-key
3340 passphrase caching but leave keypair caching to pgg.
3341
3342 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
3343
3344 Sync with Tramp 2.0.55.
3345
3346 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3347 `integerp'. `char-equal' could fail else in case of negative
3348 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3349 (top): Check for `font-lock-add-keywords' before calling; it
3350 doesn't exist under XEmacs.
3351 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
3352 (tramp-completion-mode): Remove clause (not
3353 tramp-unified-filenames), because the function is called in other
3354 context too, where this check results in wrong results in the
3355 XEmacs case on Windows.
3356 (tramp-touch): UTC handling is not possible for XEmacs.
3357
3358 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3359
3360 * scroll-bar.el (previous-scroll-bar-mode): New variable
3361 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3362 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3363
3364 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3365
3366 2006-12-30 Richard Stallman <rms@gnu.org>
3367
3368 * files.el (make-backup-file-name-1): Precompute abs name
3369 but don't lose the relative name.
3370
3371 * international/mule-cmds.el (select-safe-coding-system-interactively):
3372 Fix message.
3373
3374 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3375
3376 * files.el (backup-buffer): Show entire backup file name in msg.
3377
3378 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3379
3380 * image.el (image-type-header-regexps, image-type-from-data)
3381 (image-type-from-buffer, image-type-from-file-header):
3382 Revert changes from 2006-12-26.
3383 (image-type-auto-detectable): New variable.
3384 (image-type-auto-detected-p): New function.
3385
3386 * files.el (magic-mode-alist): Detect image files with
3387 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3388
3389 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3390
3391 * dired.el (dired-sort-other): Move test for dired-mode...
3392 (dired-sort-set-modeline): ...to here.
3393
3394 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3395
3396 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3397 change. Suggested by Stefan Monnier.
3398
3399 2006-12-29 Kim F. Storm <storm@cua.dk>
3400
3401 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3402 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3403
3404 2006-12-27 Kim F. Storm <storm@cua.dk>
3405
3406 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3407 so it doesn't accidentally match an fsf.org mail address.
3408 (authors-renamed-files-alist): Add tcover-*.el.
3409
3410 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * vc-arch.el (vc-arch-find-version): New function.
3413
3414 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3415 composed of arbitrary characters (even /) in some systems.
3416
3417 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3418
3419 * international/mule-cmds.el (select-safe-coding-system-interactively):
3420 Improve the message in the *Warning* buffer.
3421
3422 2006-12-27 Kim F. Storm <storm@cua.dk>
3423
3424 * ido.el (ido-set-matches-1): Fix last change. If default item is
3425 current buffer, it is ok to be first.
3426
3427 2006-12-27 Kenichi Handa <handa@m17n.org>
3428
3429 * international/mule-cmds.el (select-safe-coding-system-interactively):
3430 Use face `link' for problematic chars.
3431
3432 2006-12-27 Kenichi Handa <handa@m17n.org>
3433
3434 * international/mule-cmds.el (select-safe-coding-system-interactively):
3435 Improve the message in *Warning* buffer.
3436
3437 2006-12-27 Kim F. Storm <storm@cua.dk>
3438
3439 * ido.el (ido-set-matches-1): Never put current buffer first if
3440 there are other matches.
3441
3442 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3443
3444 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3445 expressions.
3446 (gdb-var-delete): Handle duplicate names. Print message for non
3447 root expressions.
3448 (gdb-partial-output-name): Start buffer name with a space.
3449 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3450 buffer name.
3451
3452 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3453
3454 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3455 last footnote when `footnote-spaced-footnotes' is nil.
3456
3457 2006-12-26 Richard Stallman <rms@gnu.org>
3458
3459 * cus-edit.el (custom-browse-sort-alphabetically)
3460 (custom-buffer-sort-alphabetically)
3461 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3462
3463 * image.el (image-type-header-regexps): Change element format
3464 to include third item NOT-ALWAYS.
3465 (image-type-from-data): Handle new format.
3466 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3467 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3468
3469 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3470
3471 * add-log.el (add-log-current-defun): Call `forward-sexp'
3472 multiple times to pick a member function name defined as
3473 part of nested classes/namespaces.
3474
3475 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3476
3477 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3478 which keymap should be used to change menu. It does not affect any
3479 existent code.
3480
3481 2006-12-26 Richard Stallman <rms@gnu.org>
3482
3483 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3484 rather than for being in a minibuffer window.
3485
3486 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3487
3488 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3489 locale-coding-system.
3490 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3491 LF.
3492
3493 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3494
3495 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3496 (sql-mode-syntax-table): Disable double quoted strings.
3497 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3498
3499 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3500
3501 * startup.el (fancy-splash-last-input-event): New variable.
3502 (fancy-splash-special-event-action): New function.
3503 (fancy-splash-screens): Temporarily bind special events to it.
3504 Execute command for saved special event before exiting from
3505 recursive editing.
3506
3507 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3508 New functions.
3509 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3510 Use mac-unread-string.
3511
3512 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3513
3514 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3515 an optimized comment regexp if `comment-start-skip' uses a ^.
3516 * bs.el (bs--up): Remove interactive spec.
3517
3518 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3519
3520 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3521 Suggested by James Cloos.
3522
3523 2006-12-24 Kevin Ryde <user42@zip.com.au>
3524
3525 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3526 in March.
3527 (calendar-dst-ends): Default to first Sunday in November.
3528
3529 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3530
3531 * allout.el (allout-encrypt-string): Inhibit use of agent within
3532 body of let form where encryption happens. Acknowledge non-use of
3533 gpg-agent in docstring.
3534 (allout-toggle-subtree-encryption): Acknowledge non-use of
3535 gpg-agent in docstring.
3536
3537 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3540
3541 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3542
3543 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3544 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3545
3546 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3547 in hooks.
3548 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3549 actually modify buffer; ignore errors if occur.
3550
3551 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3554 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3555 formatting.
3556
3557 2006-12-23 Richard Stallman <rms@gnu.org>
3558
3559 * simple.el (delete-horizontal-space): Doc fix.
3560
3561 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3562
3563 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3564 explicitly in a recursive Make, not implicitly through prerequisites,
3565 since the latter is wrong under parallel builds.
3566
3567 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3568
3569 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3570
3571 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3572
3573 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3574 message string.
3575
3576 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3577
3578 * outline.el (outline-next-visible-heading): Fix the case with a
3579 header at end-of-file with no final newline.
3580
3581 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3582
3583 * indent.el (tab-always-indent): Doc fix.
3584
3585 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3586
3587 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3588 (Info-fontify-node): Do fontify indices.
3589
3590 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3591 to the Emacs Lisp reference manual.
3592 (tutorial--tab-map): Remove. All callers changed.
3593 (tutorial--find-changed-keys): New elt QUIET, used to...
3594 (tutorial--display-changes): ...ensure that warning messages are
3595 only issued once per changed key.
3596 (tutorial--remove-remarks): Delete unused code-path.
3597 (lang-strings): Remove extraneous formatting.
3598 (tutorial--save-tutorial): Prompt before saving tutorial state.
3599
3600 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3603 Replace '?\ ' by '?\s' throughout.
3604 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3605 `help' custom group.
3606 (tutorial--key-description): New function.
3607 (tutorial--display-changes): Remove redundant arg. Scan for all
3608 key sequences to avoid false matches. Cleanup.
3609 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3610 reduce homedir pollution.
3611 (help-with-tutorial): Call tutorial--display-changes with no arg.
3612
3613 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3614
3615 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3616
3617 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3618
3619 * net/tramp.el (tramp-default-method): We still need to check for
3620 `executable-find', because it is not bound under Emacs 20.
3621 (tramp-handle-file-name-completion)
3622 (tramp-completion-handle-file-name-completion): Handle optional
3623 parameter PREDICATE.
3624 (tramp-find-default-method): Add code for default values.
3625
3626 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3627
3628 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3629 make gud-go send "continue".
3630
3631 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3634 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3635
3636 2006-12-19 Kim F. Storm <storm@cua.dk>
3637
3638 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3639 instead of global-map.
3640
3641 * files.el (magic-mode-alist): Allow matching file type by
3642 calling a function at bob. Check for image types by calling
3643 image-type-from-buffer. Suggested by Juanma Barranquero.
3644 (set-auto-mode): Do it.
3645
3646 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3647
3648 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3649 Remove "ControlMaster" option from the other `scp*' methods.
3650 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3651
3652 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3653
3654 * textmodes/org.el (org-mode): Show context after isearch.
3655 (org-show-siblings): New function.
3656 (org-show-context): Use `org-show-siblings'.
3657
3658 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3661 Use syntax-ppss-toplevel-pos.
3662
3663 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3664
3665 * textmodes/org.el (org-current-line): Make sure that lines are
3666 counted from beginning of buffer.
3667 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3668 lines are counted from beginning of buffer.
3669
3670 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3671
3672 * info.el (Info-build-node-completions): Signal error if tag-table
3673 marker is not found.
3674
3675 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3676
3677 2006-12-17 Alan Mackenzie <acm@muc.de>
3678
3679 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3680 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3681 Based on code by Martin Rudalics.
3682
3683 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3684 open-paren-in-column-0-is-defun-start to nil any more.
3685
3686 2006-12-17 Richard Stallman <rms@gnu.org>
3687
3688 * simple.el (delete-horizontal-space): Use prefix arg.
3689
3690 * help-fns.el (describe-variable): Improve blank separator lines.
3691
3692 * files.el (magic-mode-alist): Mark as risky.
3693
3694 * files.el (make-backup-file-name-1):
3695 Expand backup-directory explicitly.
3696
3697 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3698
3699 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3700 check whether package password.el is loaded, or Pageant is running.
3701
3702 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3703
3704 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3705 (icalendar--rris): First try Emacs, then XEmacs.
3706 (icalendar--convert-ical-to-diary): Doc fix.
3707 Insert newline at end of target file.
3708
3709 2006-12-17 Kim F. Storm <storm@cua.dk>
3710
3711 * outline.el (outline-isearch-open-invisible-function): New defvar.
3712 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3713 overlay property instead of outline-isearch-open-invisible.
3714
3715 2006-12-16 Kim F. Storm <storm@cua.dk>
3716
3717 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3718 if ido-directory-too-big is set on entry.
3719 (ido-toggle-ignore, ido-completion-help): Print message while
3720 reading big directory.
3721
3722 2006-12-15 Richard Stallman <rms@gnu.org>
3723
3724 * shell.el (shell): Doc fix.
3725
3726 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3727
3728 * emulation/edt.el (edt-xserver):
3729 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3730 to fix a problem on Cygwin.
3731
3732 * emulation/edt.el
3733 * emulation/edt-mapper.el
3734 * emulation/edt-lk201.el
3735 * emulation/edt-pc.el
3736 * emulation/edt-vt100.el: Update maintainer's email address.
3737
3738 2006-12-15 Simon Marshall <simon@gnu.org>
3739
3740 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3741
3742 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3743
3744 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3745 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3746 instead of mac-atsu-font-table.
3747 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3748
3749 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3750
3751 * align.el (align-match-tex-pattern): Fix a rare bug which
3752 hanged Emacs.
3753
3754 2006-12-14 Richard Stallman <rms@gnu.org>
3755
3756 * startup.el (use-fancy-splash-screens-p): Use frame-height
3757 instead of window-height. Pass frame to image-size.
3758
3759 2006-12-13 Kenichi Handa <handa@m17n.org>
3760
3761 * international/mule-cmds.el (set-locale-environment):
3762 Set default-sendmail-coding-system too.
3763
3764 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3765
3766 * progmodes/idlw-help.el: Fix copyright notice.
3767
3768 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3771
3772 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3773
3774 * subr.el (unread-command-char): Reformat obsolescence info.
3775
3776 2006-12-11 Richard Stallman <rms@gnu.org>
3777
3778 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3779 about calls to cl-struct-setf-expander.
3780
3781 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3782
3783 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3784 (ediff-combination-pattern): Fix typo in docstring.
3785
3786 * textmodes/refer.el (refer-find-entry): Doc fix.
3787 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3788 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3789 Fix tipos in docstrings.
3790
3791 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3792
3793 2006-12-10 Kim F. Storm <storm@cua.dk>
3794
3795 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3796 instead of binding M-backspace.
3797
3798 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3799
3800 * replace.el (replace-match-data, replace-match-maybe-edit):
3801 * calc/calc-aent.el (calc-eval-error):
3802 * emulation/vi.el (vi-char-argument):
3803 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3804 (c-vsemi-status-unknown-p-fn): Doc fixes.
3805
3806 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3809 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3810
3811 2006-12-10 Masatake YAMATO <jet@gyve.org>
3812
3813 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3814
3815 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3818
3819 * man.el (Man-xref-button-action): New function. If the
3820 `Man-target-string' button property is a function, assume it
3821 accepts a position argument.
3822 (Man-abstract-xref-man-page): Use it.
3823 (Man-default-man-entry): New optional arg POS.
3824
3825 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3826 symlink arrows read-only and non-rear-sticky.
3827
3828 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3829
3830 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3831 (wdired-search-and-rename): Simplify code.
3832 (wdired-preprocess-files, wdired-preprocess-perms): Make
3833 read-only property of preceding character rear-nonsticky to
3834 avoid that it can be modified. Put old-name and old-link
3835 properties on character preceding name and replace
3836 put-text-property by add-text-properties.
3837 (wdired-get-filename, wdired-get-previous-link): Get old-name
3838 and old-link properties from character preceding name and
3839 simplify code.
3840 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3841 (wdired-perms-to-number): Make local-map property
3842 rear-nonsticky to avoid that text following permissions may be
3843 modified. Use add-text-properties instead of put-text-property
3844 when changing a permission bit.
3845 (wdired-change-to-dired-mode): Remove stickiness properties.
3846
3847 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3848
3849 * international/mule-cmds.el (register-input-method): Doc fix.
3850
3851 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3852
3853 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3854
3855 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3856
3857 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3858 Force buffer local defs evaluation on local variables loading.
3859 (flyspell-mode-on, flyspell-mode-off): Use it in
3860 `hack-local-variables-hook'.
3861
3862 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3863
3864 * emacs-lisp/find-func.el (find-variable): Doc fix.
3865
3866 * help-fns.el (variable-at-point): Doc fix.
3867
3868 * w32-fns.el (w32-append-code-lines): New function.
3869
3870 2006-12-09 Romain Francoise <romain@orebokech.com>
3871
3872 * comint.el (comint-insert-input): Delete obsolete comment.
3873
3874 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3877 current frame, in case we're connected to several displays.
3878
3879 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3880
3881 * frame.el (other-frame): Doc fix.
3882 (set-frame-parameter): Fix typo in docstring.
3883
3884 2006-12-07 Kim F. Storm <storm@cua.dk>
3885
3886 * info.el (Info-index): Strip leading colon from topic.
3887
3888 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3889
3890 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3891 to pointers.
3892
3893 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3894
3895 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3896 Trim out spurious class inheritance "None" entries.
3897
3898 2006-12-05 Kim F. Storm <storm@cua.dk>
3899
3900 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3901 (cua-paste-pop): Rework last change for
3902 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3903 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3904 text inserted by the last M-y command.
3905
3906 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3907
3908 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3909 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3910
3911 * shell.el (shell): Search the start file in ~/.emacs.d as
3912 `init_SHELLNAME.sh' instead.
3913
3914 2006-12-05 Glenn Morris <rgm@gnu.org>
3915
3916 * progmodes/cperl-mode.el (cperl-mode)
3917 * progmodes/f90.el (f90-mode-abbrev-table)
3918 * progmodes/fortran.el (fortran-mode-abbrev-table)
3919 * progmodes/octave-mod.el (octave-abbrev-table)
3920 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3921 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3922
3923 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3924 clear abbrev table, else saved abbrevs will not be restored.
3925
3926 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3929 the call to `make-obsolete-variable', not in the docstring.
3930
3931 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3932
3933 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3934
3935 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3936
3937 * progmodes/ebnf-abn.el:
3938 * progmodes/ebnf-bnf.el:
3939 * progmodes/ebnf-dtd.el:
3940 * progmodes/ebnf-ebx.el:
3941 * progmodes/ebnf-iso.el:
3942 * progmodes/ebnf-otz.el:
3943 * progmodes/ebnf-yac.el:
3944 * progmodes/ebnf2ps.el:
3945 * delim-col.el:
3946 * printing.el:
3947 * ps-bdf.el:
3948 * ps-mule.el:
3949 * ps-print.el: Remove 'Time-stamp' comment mark.
3950
3951 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3952 'easy-menu-add-item' when called in Emacs 21 or higher.
3953
3954 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3955
3956 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3957 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3958
3959 2006-12-04 Kim F. Storm <storm@cua.dk>
3960
3961 * bindings.el (global-map): Bind [signal t] to ignore, to have
3962 user signals ignored by default.
3963
3964 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3965
3966 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3967 Unicode data file pointed to by `describe-char-unicodedata-file'.
3968
3969 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3972 O(n^2) regexp-search by anchoring the search.
3973
3974 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3975
3976 * whitespace.el (whitespace-cleanup-internal): Use current
3977 argument for recursive call.
3978
3979 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3980
3981 * net/tramp.el (tramp-methods): Add "ControlPath" and
3982 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3983 Andreas Schwab <schwab@suse.de>.
3984 (tramp-do-copy-or-rename-file-out-of-band)
3985 (tramp-open-connection-rsh): Compute format spec for ?t.
3986 (tramp-process-actions): Trace command parameters.
3987
3988 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3989
3990 * simple.el (toggle-truncate-lines): Clarify doc string.
3991
3992 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3993 (gdb-speedbar-expand-node): Use it.
3994
3995 2006-12-04 Richard Stallman <rms@gnu.org>
3996
3997 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3998
3999 * dired.el (dired-revert): Turn off dired-after-readin-hook
4000 around call to dired-readin.
4001
4002 * menu-bar.el (menu-bar-make-toggle): Add "globally"
4003 to echo area messages.
4004 <indicate-empty-lines, case-fold-search>:
4005 Add "globally" to Help string.
4006 <case-fold-search>: MESSAGE arg need not say "globally".
4007 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
4008
4009 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
4010
4011 * outline.el (outline-end-of-subtree): Don't leave an empty
4012 line hidden as we would a real next heading.
4013
4014 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
4015
4016 * allout.el (allout-ascend): Add an optional argument to preserve
4017 original position of point when unsuccessful. Also, fix a
4018 docstring error.
4019 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4020 work again, using allout-ascend's new option.
4021 (allout-setup-mode-map): Extract from allout-mode to initialize
4022 allout-mode-map. Call it on file load, so the mode docstring
4023 substitutions work even if allout mode has not yet been invoked.
4024 (allout-mode): Use new allout-setup-mode-map to track any keybinding
4025 customizations since the map was last processed. Also, refine the
4026 docstring so it's ship-shape for release.
4027 (allout-default-layout, allout-beginning-of-line-cycles)
4028 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
4029 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
4030 (allout-version, allout-layout, allout-infer-body-reindent)
4031 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
4032 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
4033 (allout-previous-heading, allout-goto-prefix-doublechecked)
4034 (allout-current-bullet-pos, allout-next-sibling-leap)
4035 (allout-pre-command-business, allout-encrypted-type-prefix)
4036 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
4037 (allout-rebullet-topic, allout-rebullet-topic-grunt)
4038 (allout-flag-region, allout-expose-topic, allout-expose-topic)
4039 (allout-old-expose-topic, allout-listify-exposed)
4040 (allout-process-exposed, allout-latex-verb-quote)
4041 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
4042 (allout-toggle-current-subtree-encryption)
4043 (allout-toggle-subtree-encryption, allout-bullet-isearch):
4044 Remove extraneous open-paren and close paren string escapes.
4045
4046 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
4047
4048 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
4049 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
4050 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
4051 Fix typos in docstrings.
4052
4053 2006-12-03 Glenn Morris <rgm@gnu.org>
4054
4055 * progmodes/cc-align.el
4056 * progmodes/cc-awk.el
4057 * progmodes/cc-cmds.el
4058 * progmodes/cc-compat.el
4059 * progmodes/cc-defs.el
4060 * progmodes/cc-engine.el
4061 * progmodes/cc-langs.el
4062 * progmodes/cc-menus.el
4063 * progmodes/cc-mode.el
4064 * progmodes/cc-styles.el
4065 * progmodes/cc-vars.el
4066 * progmodes/vhdl-mode.el: Fix Copyright format.
4067
4068 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
4069
4070 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
4071 initial down event.
4072
4073 2006-12-02 Kim F. Storm <storm@cua.dk>
4074
4075 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
4076 (cua-repeat-replace-region): Make M-v more robust.
4077 (cua-paste-pop-rotate-temporarily): New defcustom.
4078 (cua-paste-pop): Use it.
4079 (cua-auto-mark-last-change): New defcustom.
4080 (cua-pop-to-last-change): New helper function.
4081 (cua-set-mark): Use them.
4082
4083 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
4084
4085 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
4086 mini-buffer message.
4087
4088 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
4089
4090 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
4091
4092 2006-12-01 Ben North <ben@redfrontdoor.org>
4093
4094 * paren.el: Fix the highlight overlay extension when the user types a
4095 sequence of char very fast just before the open parenthesis.
4096
4097 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4098
4099 * ps-mule.el: Eliminate Emacs 20 compatibility.
4100
4101 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
4102 (ps-print-version): New version 6.7.
4103 (ps-print-quote): Replace '?\ ' by '?\s'.
4104
4105 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
4106
4107 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
4108 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
4109 (hexl-end-of-1k-page): Doc fixes.
4110 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
4111 Fix typos in docstrings.
4112
4113 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4114
4115 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
4116 locally, i.e. without using file name handlers.
4117 (ido-read-internal): Allow mono letter host names, avoiding the
4118 `c:' problem by testing if the file exists locally.
4119 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
4120
4121 2006-11-30 Masatake YAMATO <jet@gyve.org>
4122
4123 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
4124 to avoid bytecomp warnings.
4125 (hexl-mode-old-ruler-function): New variable.
4126 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
4127 and `hl-line-range-function' after `require' hl-line.
4128 Then bind `hl-line-range-function' and `hl-line-face'.
4129 Don't require frame. Don't use `with-no-warnings'.
4130 (hexl-activate-ruler): Store the original value of
4131 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
4132 (hexl-mode-exit): Restore the original value of
4133 `ruler-mode-ruler-function'.
4134
4135 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4136
4137 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
4138 (hexl-mode-old-hl-line-face): New variable.
4139 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
4140 line when exit from the hexl-mode.
4141
4142 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
4145 Doc fixes.
4146
4147 * international/fontset.el (create-fontset-from-ascii-font)
4148 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
4149 (fontset-name-p): Fix typo in docstring.
4150
4151 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
4152
4153 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4154
4155 * ps-bdf.el: Fix maintainer email.
4156
4157 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
4158 compatibility.
4159
4160 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
4161 21 compatibility.
4162 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
4163 Emacs 20 & 21.
4164
4165 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
4166
4167 * progmodes/idlwave.el (idlwave-auto-fill):
4168 Remove paragraph-start let to prevent auto-fill giving up.
4169
4170 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * vt100-led.el (led-state): Fix typo in previous change.
4173
4174 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4175
4176 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4177 Fix interactive spec of the functions getting defined to make them
4178 work as documented.
4179
4180 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
4181
4182 * startup.el (fancy-splash-screens): Hide initial splash buffer.
4183
4184 2006-11-28 Kim F. Storm <storm@cua.dk>
4185
4186 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
4187 icomplete-mode is enabled.
4188
4189 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
4190
4191 * textmodes/org.el (require): Require gnus-sum during compilation
4192 to avoid problem with a macro call.
4193
4194 2006-11-28 Glenn Morris <rgm@gnu.org>
4195
4196 * emacs-lisp/authors.el (authors-aliases): Add new alias.
4197
4198 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
4199 (fortran-window-create-momentarily): Do not need string-to-char.
4200
4201 2006-11-28 Richard Stallman <rms@gnu.org>
4202
4203 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4204 Replace incorrect use of assoc-default with a loop.
4205
4206 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
4207
4208 * simple.el (next-error-find-buffer): Improve messages.
4209
4210 * files.el (revert-buffer): Special error message if file
4211 is now not readable.
4212
4213 * facemenu.el (facemenu-add-new-face): Improve doc strings of
4214 constructed commands.
4215
4216 * comint.el (comint-exec-1): Provide Emacs version and `comint'
4217 in INSIDE_EMACS.
4218
4219 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
4222
4223 * server.el: Remove spurious * in docstrings.
4224 (server-process-filter): Exit from recursive editing before processing
4225 a new request.
4226
4227 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
4228
4229 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
4230 line so hidden blocks will be correctly identified.
4231
4232 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
4233
4234 * ledit.el (ledit-save-defun, ledit-mode):
4235 * resume.el (resume-emacs-args-buffer):
4236 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
4237 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
4238 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
4239 (command-send-input, command-kill-line):
4240 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
4241
4242 * autoarg.el (autoarg-kp-mode): Doc fix.
4243
4244 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
4245 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
4246 (check-emacs-lock): Doc fix. Simplify.
4247
4248 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
4249 (iimage-mode-buffer): Fix typos in docstring.
4250
4251 * misc.el (zap-up-to-char): Doc fix.
4252
4253 * time-stamp.el: Fix comment and obsolescence string for old
4254 functions. Use `dolist' instead of `while'.
4255
4256 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4257
4258 * disp-table.el (standard-display-8bit, standard-display-default):
4259 * ebuff-menu.el (electric-buffer-list):
4260 * ehelp.el (electric-help-command-loop):
4261 * font-core.el (font-lock-mode):
4262 * help-macro.el (make-help-screen):
4263 * help.el (describe-minor-mode-completion-table-for-indicator)
4264 (lookup-minor-mode-from-indicator):
4265 * indent.el (tab-to-tab-stop, move-to-tab-stop):
4266 * info-look.el (info-lookup-guess-custom-symbol):
4267 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4268 * longlines.el (longlines-wrap-line):
4269 * macros.el (insert-kbd-macro):
4270 * menu-bar.el (menu-bar-update-buffers):
4271 * misc.el (copy-from-above-command):
4272 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4273 * newcomment.el (comment-indent):
4274 * novice.el (disabled-command-function):
4275 * sort.el (sort-fields-syntax-table):
4276 * subr.el (momentary-string-display):
4277 * tar-mode.el (tar-header-block-summarize)
4278 (tar-clear-modification-flags):
4279 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4280 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4281 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4282 (te-delete-char, te-down-vertically-or-scroll):
4283 * time-stamp.el (time-stamp-string-preprocess):
4284 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4285
4286 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4287
4288 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4289 in GUD mode.
4290
4291 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4292 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4293
4294 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4295
4296 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4297
4298 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
4299
4300 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4301 (ada-compile-goto-error): Adapt to new argument profile of
4302 compilation-goto-locus in Emacs 22. Don't check if the various
4303 compile functions are defined; we already do "(require 'compile)".
4304
4305 2006-11-26 Kim F. Storm <storm@cua.dk>
4306
4307 * kmacro.el: Fix commentary.
4308
4309 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4310
4311 * progmodes/gud.el (gdb): Explain how to run in text command mode
4312 more clearly. Say in error message that multiple debugging
4313 requires restarting GDB.
4314
4315 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4318
4319 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
4320
4321 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4322 (flymake-popup-menu): Use it instead of posn-at-point.
4323
4324 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4325
4326 * progmodes/cc-vars.el (c-backslash-column):
4327 Mention c-backslash-max-column in documentation for c-backslash-column.
4328
4329 2006-11-24 Lars Hansen <larsh@soem.dk>
4330
4331 * net/tramp.el (tramp-default-method): Under Windows, change from
4332 plink to pscp.
4333 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4334 (tramp-actions-copy-out-of-band):
4335 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4336 (tramp-action-out-of-band): Move "Permission denied" handling to
4337 tramp-action-copy-failed.
4338 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4339 process buffer.
4340
4341 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4344 strings to a single string. Quote `errors-file-name'.
4345 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4346 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4347 Adjust calls. Use `shell-quote-argument'.
4348
4349 * international/mule.el (load-with-code-conversion)
4350 (with-category-table): Use with-current-buffer.
4351 (after-insert-file-set-coding): Use restore-buffer-modified-p.
4352
4353 2006-11-24 Eli Zaretskii <eliz@gnu.org>
4354
4355 * mail/smtpmail.el (smtpmail-send-it):
4356 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4357 MIME header for the message encoding.
4358 Bind coding-system-for-write around the call to mail-do-fcc.
4359 Use smtpmail-code-conv-from to encode queued mail messages.
4360
4361 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * tabify.el (tabify-regexp): Doc fix.
4364
4365 * net/rcirc.el (rcirc-buffer-maximum-lines):
4366 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4367
4368 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4369 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4370 Fix typos in output messages.
4371 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4372
4373 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4376 the horse's mouth.
4377 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4378
4379 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4380
4381 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4382 Remove condition-case.
4383
4384 2006-11-23 Glenn Morris <rgm@gnu.org>
4385
4386 * progmodes/f90.el (f90-comment-indent): Do not move point in
4387 default case.
4388
4389 2006-11-21 Romain Francoise <romain@orebokech.com>
4390
4391 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4392 from library name (reverts change of 2005-10-25).
4393
4394 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4395
4396 * tutorial.el (tutorial--default-keys): Add newline and
4397 delete-backward-char bindings.
4398 (tutorial--detailed-help): Save excursion when finding keys.
4399 Correct warning string for M-x FOO case.
4400 (tutorial--display-changes): Print special keys in tutorial style.
4401 Tweak search regexp for changed keys.
4402
4403 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4404
4405 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4406 redundant scheme.
4407
4408 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4409
4410 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4411 are new to the list at IANA. Also added irc, mms, mmsh.
4412
4413 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4414
4415 * progmodes/idlw-help.el (idlwave-html-help-location):
4416 Fail gracefully for missing help packages.
4417 (idlwave-help-assistant-open-link): Open full links.
4418 (idlwave-help-assistant-help-with-topic): Direct help link.
4419
4420 * progmodes/idlwave.el (idlwave-mode):
4421 Set add-log-current-defun-function.
4422 (idlwave-current-routine-fullname): Add, to support add-log.
4423 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4424 to reflect improvements to xml-parse-file.
4425 (idlwave-mode-menu-def): New binding for help-with-topic.
4426
4427 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4428 Handle extra newlines and spaces.
4429 (idlwave-shell-mode-map): Add help-with-topic.
4430
4431 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * tutorial.el (tutorial-warning-face): New face.
4434 (tutorial--detailed-help, tutorial--display-changes): Use it.
4435 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4436 Improve search pattern for occurrences of changed keys.
4437
4438 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4439
4440 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4441 (x-select-text): Set it.
4442 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4443 when checking for newness.
4444
4445 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * subr.el (posn-image):
4448 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4449
4450 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4451
4452 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4453
4454 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4455 Exceptions to the rule "add a space between an identifier and an
4456 opening parenthesis". Defaulted to the `#define' problem of cpp.
4457 (glasses-parenthesis-exception-p): New. Check if the region is an
4458 exception regarding to that.
4459 (glasses-make-readable): Use it.
4460 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4461 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4462
4463 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4464
4465 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4466
4467 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4468
4469 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4470
4471 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4472 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4473
4474 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4477 conditions for function or variable bindings.
4478
4479 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4480
4481 * progmodes/compile.el (compilation-start): Ditto.
4482
4483 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4484
4485 * net/tramp.el (top): cl and custom are always required.
4486
4487 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4488
4489 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4490 cut-buffers with next-selection-coding-system if not nil.
4491
4492 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4493
4494 * textmodes/org.el (org-fix-decoded-time): New function.
4495 (org-display-custom-time): Use `org-fix-decoded-time'.
4496
4497 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4498
4499 * menu-bar.el (menu-bar-games-menu): Remove yow.
4500
4501 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4502
4503 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4504 (org-detach-overlay): Rename from `org-detatch-overlay'.
4505 (org-table-convert-region): Insert space after column separator.
4506 (org-agenda-kill): New command.
4507 (org-metaleft): Call `org-outdent-item' on bullets.
4508 (org-metaright): Call `org-indent-item' on bullets.
4509 (org-timestamp-change): Set `org-last-changed-timestamp'.
4510 (org-current-line): Make sure (bolp) returns correct result.
4511 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4512
4513 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4516
4517 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4518
4519 * mouse.el (global-map): Change 2006-08-16 fix to call
4520 mouse-yank-at-click explicitly, since mouse events are not carried
4521 over into keyboard macros.
4522
4523 2006-11-16 Kim F. Storm <storm@cua.dk>
4524
4525 * ido.el (ido-file-internal): Use current buffer's file name as default
4526 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4527
4528 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4529
4530 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4531 (allout-inhibit-aberrance-doublecheck): Rename from
4532 allout-during-yank-processing. All callers changed.
4533 (allout-ascend): Provide for unusual case where some topic after
4534 the first in file is at lower depth than the first.
4535 (allout-shift-in): Ensure the offspring of the new containing
4536 topic are exposed.
4537 (allout-encrypt-string): Preserve the coding-system of the text,
4538 according to that of the containing buffer.
4539 (allout-toggle-subtree-encryption): When the text being encrypted
4540 requires a different coding system, offer to preserve the coding
4541 system using a file local var.
4542
4543 2006-11-15 Simon Marshall <simon@gnu.org>
4544
4545 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4546 to recognise "T t()" as a function declaration, rather than a
4547 variable instantiation, iff at the top-level or inside a class
4548 declaration. Suggested by Feng Li <fengli@gmail.com>.
4549
4550 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4551
4552 * progmodes/ada-xref.el (ada-parse-prj-file):
4553 Don't delete project buffer; user may want to edit it.
4554 (ada-xref-set-project-field, ada-xref-current-project-file)
4555 (ada-xref-current-project, ada-show-current-project)
4556 (ada-set-main-compile-application): New functions.
4557 (ada-xref-get-project-field, ada-require-project-file):
4558 Normalize use of ada-prj-default-project-file.
4559 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4560 Normalize use of ada-require-project-file.
4561 (ada-prj-find-prj-file): Improve doc string, comments.
4562
4563 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4564 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4565 (ada-create-menu): Add ada-set-main-compile-application,
4566 ada-show-current-main, ada-show-current-project.
4567
4568 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4571 (inferior-python-mode): Use it.
4572
4573 2006-11-14 Andreas Schwab <schwab@suse.de>
4574
4575 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4576
4577 2006-11-13 Kim F. Storm <storm@cua.dk>
4578
4579 * ido.el (ido-copy-current-word): C-o copies region if active.
4580
4581 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4582
4583 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4584
4585 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * ediff.el (ediff-revision):
4588 * files.el (set-visited-file-name):
4589 * mail/rmailout.el (rmail-output-body-to-file):
4590 Use `format', not `message', in `y-or-n-p' call.
4591
4592 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4593
4594 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4595 (org-metaright): Call `org-indent-item' on bullets.
4596 (org-timestamp-change): Set `org-last-changed-timestamp'.
4597 (org-current-line): Make sure (bolp) returns correct result.
4598 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4599
4600 2006-11-12 Richard Stallman <rms@gnu.org>
4601
4602 * language/european.el (turkish-case-conversion-enable)
4603 (turkish-case-conversion-disable): New functions.
4604 ("Turkish" lang env): Use them.
4605
4606 * international/characters.el (case table):
4607 Do nothing special for i and I.
4608
4609 * subr.el (remove-overlays): Fix last change.
4610
4611 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4612 for visiting the custom file.
4613
4614 2006-11-12 Markus Triska <triska@gmx.at>
4615
4616 * play/handwrite.el (handwrite): Also process lines not ending
4617 with newline. Replace some position-fiddling with different
4618 logic. Improve performance.
4619
4620 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4621
4622 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4623 replacing deleted variable `ada-check-switch'.
4624 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4625 (ada-xref-project-files): Improve doc string.
4626 (ada-find-executable): New function.
4627 (ada-initialize-runtime-library): Use `ada-find-executable'.
4628 (ada-xref-set-default-prj-values): In compile commands, don't need
4629 `ada-cd-command'; `compile' does that more portably.
4630 Use ada-prj-default-check-cmd.
4631 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4632 properties if not specified in project file.
4633 (ada-goto-declaration): Display useful message for new error
4634 'error-file-not-found.
4635 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4636 'error-file-not-found.
4637 (ada-get-all-references): Match latest ali syntax. Signal new
4638 error 'error-file-not-found.
4639 (ada-find-in-ali): Match latest ali syntax.
4640 (ada-make-filename-from-adaname): Handle different semantics of
4641 gnatkr in GNAT 3.15p vs later.
4642
4643 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4644 ada-procedure-start-regexp.
4645 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4646
4647 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4648 with defvar.
4649 (ada-language-version): Rename ada05 -> ada2005.
4650 (ada-align-region-separate): Add `eval-when-compile'.
4651 (ada-name-regexp): Remove unneeded escapes in regexp character
4652 alternative.
4653 (ada-compile-goto-error-file-linenr-re): New constant.
4654 (ada-matching-start-re): Handle additional cases `declare',
4655 `procedure', `function'.
4656 (ada-compile-goto-error): Handle "... at line nn".
4657 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4658 Delete support for old versions of `align'.
4659 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4660 (ada-check-defun-name): Simplify handling of `declare'.
4661 (ada-goto-matching-start): Handle nested `begin ... end'.
4662 Handle `declare', `protected', `procedure', `function'.
4663 (ada-create-menu): Presence of arm95 is not conditional on using
4664 GNAT compiler.
4665
4666 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4669 nil in the *RE-Builder* buffer (it causes spurious error messages).
4670
4671 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4672 been set to t, respect it.
4673
4674 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4675
4676 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4677 Delete commented out code for old Emacs versions. Autoloading of
4678 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4679 (ada-mode-version): Bump version number.
4680 (ada-95-string-keywords, ada-2005-string-keywords)
4681 (ada-2005-keywords, ada-name-regexp): New constant.
4682 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4683 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4684 (ada-package-start-regexp): Support private packages, include package
4685 name (for ada-set-point-accordingly).
4686 (ada-next-procedure, ada-previous-procedure)
4687 (ada-which-function-are-we-in): Match changes to
4688 ada-procedure-start-regexp.
4689 (ada-make-body): Make non-interactive; not a user function.
4690 (ada-make-subprogram-body): Improve doc string.
4691
4692 2006-11-11 Romain Francoise <romain@orebokech.com>
4693
4694 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4695 `compilation-error-regexp-alist' buffer-local, since we changed
4696 `compilation-error-regexp-alist-alist' locally.
4697
4698 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4699
4700 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4701 to the value of `server-raise-frame'.
4702
4703 2006-11-11 Glenn Morris <rgm@gnu.org>
4704
4705 * ido.el (ido-enable-prefix)
4706 * ses.el (ses-call-printer-return)
4707 * net/tramp.el (tramp-unified-filenames)
4708 * progmodes/cc-align.el (c-lineup-string-cont)
4709 * progmodes/compile.el (compilation-directory-matcher)
4710 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4711 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4712 (vhdl-clock-rising-edge)
4713 * textmodes/org.el (org-export-with-timestamps)
4714 (org-export-remove-timestamps-from-toc)
4715 (org-export-with-tags): Improve previous doc fixes.
4716
4717 2006-11-11 Richard Stallman <rms@gnu.org>
4718
4719 * textmodes/flyspell.el (flyspell-mode-map):
4720 Bind C-c $ instead of M-RET.
4721
4722 2006-11-10 Simon Marshall <simon@gnu.org>
4723
4724 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4725 fontification for "case" and "default" keywords.
4726
4727 2006-11-10 Andreas Schwab <schwab@suse.de>
4728
4729 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4730 Avoid starting sentence with "nil".
4731
4732 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4733
4734 * server.el (server-raise-frame): New option.
4735 (server-switch-buffer): Use it.
4736
4737 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4738
4739 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4740 with a capital.
4741
4742 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4743
4744 * textmodes/org.el (org-show-hierarchy-above)
4745 (org-show-following-heading): Fix typo in default value.
4746 (org-scan-tags): Make the search case-sensitive.
4747 (org-tags-sparse-tree): Don't overrule
4748 `org-show-following-heading' and `org-show-hierarchy-above'.
4749 (org-reveal): New command.
4750 (org-show-context): Rename from `org-show-hierarchy-above'.
4751 (org-fast-tag-selection-single-key): New option.
4752 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4753 (org-tags-overlay): New variable.
4754 (org-agenda-todo-ignore-deadlines): New option.
4755 ("session"): Add circular data structure `org-mark-ring' to
4756 exceptions list in session.el.
4757 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4758 New options.
4759 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4760 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4761 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4762 (org-finalize-agenda): Activate bracket links in agenda.
4763 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4764 INACTIVE-OK.
4765 (org-show-hierarchy-above, org-show-following-heading):
4766 List values allowed for fine-tuned configuration.
4767 (org-show-hierarchy-above): New argument CONTEXT, use the
4768 fine-tuned settings in `org-show-hierarchy-above' and
4769 `org-show-following-heading'.
4770 (org-display-custom-time): New function.
4771 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4772 (org-display-custom-times, org-time-stamp-custom-formats):
4773 (org-maybe-intangible): New macro.
4774 (org-activate-bracket-links, org-hide-wide-columns):
4775 Use `org-maybe-intangible'.
4776 (org-open-file): Use `shell-quote-argument'.
4777 (org-display-internal-link-with-indirect-buffer): New option.
4778 (org-file-remote-p): Get regexp from list.
4779 (org-link-expand-abbrev): New function.
4780 (org-link-abbrev-alist): New option.
4781 (org-open-at-point, org-cleaned-string-for-export):
4782 Call `org-link-expand-abbrev'.
4783 (org-timeline, org-agenda-list, org-todo-list)
4784 (org-tags-view): Remove the KEEP-MODES argument.
4785 (org-finalize-agenda-hook): New hook.
4786 (org-get-alist-option): New function.
4787 (org-follow-timestamp-link): New function.
4788 (org-open-at-point): Call `org-follow-timestamp-link'.
4789 (org-log-note-marker, org-log-note-purpose)
4790 (org-log-note-window-configuration): New variables.
4791 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4792 (org-log-note-headings): New option.
4793 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4794 (org-store-link): Support for dired-mode.
4795 (org-open-file): Substitute environment variables into filename.
4796 (org-last): New defsubst.
4797 (org-agenda-re-align-tags): New function.
4798 (org-agenda-align-tags-to-column): New option.
4799 (org-agenda-timeline): Group removed.
4800 (org-prepare-agenda, org-prepare-agenda-buffers)
4801 (org-run-agenda-series, org-timeline, org-agenda-list)
4802 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4803 the text property inticating the agenda type.
4804 (org-agenda-post-command-hook): Get agenda type from text property
4805 at point.
4806 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4807 and obey `org-agenda-overriding-arguments'.
4808 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4809 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4810 (org-agenda-week-view, org-agenda-day-view):
4811 Use `org-agenda-overriding-arguments' to make updating work with
4812 multi-block agendas.
4813 (org-agenda-prefix-format): Allow different formats for the
4814 different agenda entry types.
4815 (org-timeline-prefix-format): Option removed, use
4816 `org-agenda-prefix-format' instead.
4817 (org-prepare-agenda): New function.
4818 (org-select-timeline-window): Option removed, use
4819 `org-select-agenda-window' instead.
4820 (org-respect-restriction): Variable removed.
4821 (org-cmp-tag): New function.
4822 (org-agenda-sorting-strategy, org-entries-lessp):
4823 Implement sorting by last tag.
4824 (org-complete): Better completion in in-buffer option lines.
4825 (org-in-item-p): New function.
4826 (org-org-menu): Add entries for checkboxes.
4827 (org-cycle): Extra brouping in outline-regexp, because it is used
4828 in a search with "^" prepended.
4829 (org-provide-checkbox-statistics): New option.
4830 (org-set-font-lock-defaults): Highlight checkbox statistics.
4831 (org-update-checkbox-count-maybe)
4832 (org-get-checkbox-statistics-face): New functions.
4833 (org-update-checkbox-count): New command.
4834 (org-insert-item, org-toggle-checkbox):
4835 Call `org-update-checkbox-count-maybe'.
4836 (org-export-as-html): XEmacs compatibility for coding system.
4837 (org-force-cycle-archived): New command.
4838 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4839 overrules cycling.
4840 (org-fix-position-after-promote): If the line contains only a todo
4841 keyword, add a final space.
4842 (org-promote-subtree, org-demote-subtree):
4843 Call `org-fix-position-after-promote'.
4844
4845 2006-11-10 Glenn Morris <rgm@gnu.org>
4846
4847 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4848 date in every year.
4849 (calendar-dst-check-each-year-flag): New customizable variable.
4850 (calendar-dst-find-data): New function, extracted from
4851 calendar-current-time-zone.
4852 (calendar-current-time-zone): Use calendar-dst-find-data.
4853 (calendar-dst-transition-cache): New variable.
4854 (calendar-dst-find-startend, calendar-dst-starts)
4855 (calendar-dst-ends): New functions.
4856 (calendar-daylight-savings-starts)
4857 (calendar-daylight-savings-ends): Change value to use
4858 calendar-dst-starts, calendar-dst-ends; respectively.
4859
4860 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4861
4862 * ido.el (ido-enable-prefix)
4863 * ses.el (ses-call-printer-return)
4864 * net/tramp.el (tramp-unified-filenames)
4865 * progmodes/cc-align.el (c-lineup-string-cont)
4866 * progmodes/compile.el (compilation-directory-matcher)
4867 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4868 * progmodes/gdb-ui.el (gdb-many-windows)
4869 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4870 (vhdl-clock-rising-edge)
4871 * textmodes/org.el (org-export-with-timestamps)
4872 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4873 (org-read-date): Doc fix (Nil -> nil).
4874
4875 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4876
4877 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4878 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4879
4880 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * bs.el (bs--window-for-buffer): Remove.
4883 (bs--show-with-configuration): Use `get-window-with-predicate'
4884 instead of `bs--window-for-buffer'.
4885
4886 2006-11-10 Kenichi Handa <handa@m17n.org>
4887
4888 * files.el (revert-buffer): Fix previous change.
4889
4890 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * bs.el (bs--redisplay): Fix typo in docstring.
4893 (bs--window-config-coming-from): Make frame-local.
4894 (bs--restore-window-config): New function.
4895 (bs-kill, bs-select, bs-select-other-window)
4896 (bs-select-other-frame): Use it.
4897 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4898 (bs--show-with-configuration): Save the window configuration as a
4899 frame local var, and only if *buffer-selection* is not already
4900 visible on this frame.
4901
4902 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4903
4904 * vc-svn.el (vc-svn-admin-directory): New var.
4905 (vc-svn-registered, vc-svn-responsible-p)
4906 (vc-svn-repository-hostname): Use it.
4907 Suggested by arit93@yahoo.com.
4908
4909 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4910
4911 * ldefs-boot.el: Regenerate.
4912
4913 2006-11-08 Alan Mackenzie <acm@muc.de>
4914
4915 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4916 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4917 for least nested open-paren.
4918
4919 2006-11-08 Romain Francoise <romain@orebokech.com>
4920
4921 * subr.el (remove-overlays): Fix typo in last change.
4922
4923 2006-11-08 Richard Stallman <rms@gnu.org>
4924
4925 * subr.el (remove-overlays): Call overlay-recenter.
4926
4927 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4928
4929 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4930 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4931 behaviour.
4932 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4933 directly.
4934
4935 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4936
4937 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4938 (ido-max-dir-file-cache, ido-decorations)
4939 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4940 (ido-magic-backward-char, ido-enter-dired)
4941 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4942 (ido-list-directory, ido-first-match, ido-only-match)
4943 (ido-subdir, ido-indicator): Fix typos in docstrings.
4944 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4945 (ido-read-internal): Fix typo in error message.
4946
4947 2006-11-08 Kenichi Handa <handa@m17n.org>
4948
4949 * international/mule-cmds.el (set-default-coding-systems):
4950 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4951
4952 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4953
4954 * makefile.w32-in (setwins): Remove.
4955 (WINS_ALMOST): New macro.
4956 (WINS): Use it.
4957 (autoloads): Don't extract autoloads from files in obsolete/.
4958
4959 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4960
4961 * whitespace.el (whitespace-buffer): Call remove-overlays after
4962 overlay-recenter for performance. Suggested by Martin Rudalics.
4963
4964 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4965
4966 * net/tramp.el (tramp-default-method): scp is the default method.
4967
4968 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * server.el (server-start): Save also the Emacs pid in the server file.
4971
4972 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4973
4974 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4975 point when displaying a bibtex cross reference in the echo area.
4976
4977 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * international/mule.el (make-char): Fix typo in docstring.
4980 (load-with-code-conversion, charsetp): Doc fixes.
4981
4982 * international/ja-dic-cnv.el (skkdic-convert):
4983 * cus-edit.el (hook): Fix typo in docstring.
4984
4985 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4988 (custom-mode-link-map): New variable.
4989 (custom-group-link, custom-manual): Use follow-link.
4990
4991 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4992
4993 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4994 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4995
4996 2006-11-06 Richard Stallman <rms@gnu.org>
4997
4998 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4999 New function broken out of flyspell-correct-word.
5000 (flyspell-mode-map): Bind it to M-RET.
5001 (flyspell-correct-word): Call it.
5002
5003 * textmodes/fill.el (fill-minibuffer-function): New function.
5004 (fill-paragraph): Bind fill-paragraph-function to
5005 fill-minibuffer-function.
5006
5007 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5008 so that they aren't undefined.
5009
5010 * dired.el (dired-readin): Locally bind file-name-coding-system.
5011
5012 * bindings.el: Shorten and clarify usual mode line mouse help string.
5013
5014 * Makefile.in (autoloads): Don't include `obsolete'.
5015
5016 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5019 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5020 Printing menu if it's not initialized.
5021 (pr-menu-bind): Act on menu-bar-file-menu directly.
5022
5023 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * help.el (view-emacs-news): Fix typo in error message.
5026
5027 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
5028
5029 * shadowfile.el (shadow-define-regexp-group)
5030 (shadow-literal-groups, shadow-insert-var): Doc fixes.
5031 (shadow-read-files): Fix typo in message.
5032 (shadow-inhibit-overload, shadow-find, shadow-suffix)
5033 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
5034 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
5035 (shadow-file-match): Fix typos in docstrings.
5036
5037 * terminal.el (terminal-emulator): Fix typo in message.
5038
5039 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
5040
5041 * emacs-lisp/lselect.el (x-kill-primary-selection)
5042 (x-delete-primary-selection, x-copy-primary-selection):
5043 Fix typos in error messages.
5044
5045 * emulation/edt-mapper.el: Fix typo in interactive message.
5046
5047 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
5048
5049 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
5050 (ispell-help): Fix typos in docstrings.
5051 (ispell-help): Fix typo in output message.
5052
5053 * allout.el (allout-adjust-file-variable)
5054 (allout-passphrase-verifier-string)
5055 (allout-passphrase-hint-string)
5056 (allout-toggle-current-subtree-encryption):
5057 * apropos.el (apropos-synonyms):
5058 * cus-edit.el (hook):
5059 * emacs-lock.el (emacs-lock-from-exiting):
5060 * follow.el (follow-avoid-tail-recenter-p):
5061 * hexl.el (hexl-mode):
5062 * mouse-copy.el (mouse-copy-work-around-drag-bug):
5063 * mouse.el (mouse-set-font):
5064 * resume.el (resume-emacs-args-file):
5065 * rfn-eshadow.el (file-name-shadow-tty-properties):
5066 * t-mouse.el (t-mouse-process, t-mouse-mode):
5067 * emacs-lisp/cust-print.el (custom-print-install)
5068 (custom-print-uninstall, custom-format):
5069 * emacs-lisp/shadow.el (list-load-path-shadows):
5070 * emulation/tpu-edt.el (tpu-help-text)
5071 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
5072 (tpu-reset-control-keys):
5073 * emulation/vip.el (vip-emacs-local-map)
5074 (vip-change-mode-to-emacs):
5075 * emulation/viper.el (viper-mode, viper-set-hooks)
5076 (viper-major-mode-modifier-list):
5077 * emulation/viper-init.el (viper-emacs-state-cursor-color):
5078 * emulation/viper-keym.el (viper-emacs-kbd-map)
5079 (viper-toggle-key):
5080 * mail/feedmail.el (feedmail-queue-reminder)
5081 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
5082 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
5083 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
5084 (feedmail-sender-line, feedmail-force-binary-write)
5085 (feedmail-from-line, feedmail-deduce-envelope-from)
5086 (feedmail-x-mailer-line, feedmail-message-id-generator)
5087 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
5088 (feedmail-enable-spray, feedmail-spray-this-address)
5089 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
5090 (feedmail-queue-runner-confirm-global)
5091 (feedmail-ask-before-queue-prompt)
5092 (feedmail-ask-before-queue-reprompt)
5093 (feedmail-prompt-before-queue-standard-alist)
5094 (feedmail-prompt-before-queue-user-alist)
5095 (feedmail-prompt-before-queue-help-supplement)
5096 (feedmail-queue-use-send-time-for-message-id)
5097 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
5098 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
5099 (feedmail-mail-send-hook-queued)
5100 (feedmail-confirm-addresses-hook-example)
5101 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
5102 (feedmail-queue-runner-mode-setter)
5103 (feedmail-queue-alternative-mail-header-separator)
5104 (feedmail-queue-runner-message-sender)
5105 (feedmail-buffer-eating-function, feedmail-binmail-template)
5106 (feedmail-run-the-queue-no-prompts)
5107 (feedmail-run-the-queue-global-prompt)
5108 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
5109 (feedmail-envelope-deducer, feedmail-fiddle-date)
5110 (feedmail-default-message-id-generator)
5111 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
5112 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
5113 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
5114 (vms-pmail-setup):
5115 * play/dunnet.el (dun-help):
5116 * play/handwrite.el (handwrite):
5117 * play/hanoi.el (hanoi-unix-64):
5118 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5119 * textmodes/enriched.el (fixed):
5120 * textmodes/org.el (org-file-apps)
5121 (org-emphasis-regexp-components, org-emphasis-alist):
5122 * textmodes/texinfmt.el (batch-texinfo-format):
5123 Fix typos in docstrings.
5124
5125 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
5126
5127 * loadhist.el (read-feature): Don't complete features not loaded
5128 from a file (which make `unload-feature' to fail).
5129
5130 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
5131
5132 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
5133
5134 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * startup.el (command-line-1): Kill emacs if the last frame is
5137 deleted while evaluating the command-line arguments.
5138
5139 2006-11-05 Richard Stallman <rms@gnu.org>
5140
5141 * startup.el (init-file-had-error): Add doc string.
5142 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
5143 Use fixed-width font for keyboard key descriptions.
5144
5145 * cus-edit.el (custom-save-all): Error if saving in .emacs
5146 and it had an error when loaded.
5147
5148 * dired-aux.el (dired-copy-file-recursive): Catch errors
5149 from recursive copies in the loop, around the recursive call.
5150
5151 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5152
5153 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
5154 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
5155 `/proc/acpi/thermal_zone/*'.
5156 (battery-search-for-one-match-in-files): New. Search a regexp in
5157 the content of some files.
5158
5159 2006-11-05 Martin Rudalics <rudalics@gmx.at>
5160
5161 * window.el (mouse-autoselect-window-now): Remove variable.
5162 (mouse-autoselect-window-state): New variable.
5163 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
5164 (mouse-autoselect-window-select, handle-select-window):
5165 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
5166 Suspend delayed autoselection during menu or popup dialog.
5167
5168 * info-look.el (info-lookup-guess-custom-symbol): New function
5169 for retrieving symbol at point in custom buffers.
5170 (top level) <info-lookup-maybe-add-help>: Add backquote and
5171 comma to ignored characters in regexps of help specifications
5172 for emacs-lisp-mode and lisp-interaction-mode. This permits
5173 looking up symbols in `...' and after a comma. Add help
5174 specifications for custom-mode and help-mode.
5175
5176 2006-11-04 Eli Zaretskii <eliz@gnu.org>
5177
5178 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
5179 Don't encode body if RAW is non-nil, or if the old encoding is
5180 identical to the new encoding, or if the body contains only
5181 eight-bit-* characters.
5182
5183 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5184
5185 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
5186 (faces-sample-overlay): Remove variable.
5187 (describe-face): Insert sample text in the face being described.
5188
5189 2006-11-04 Martin Rudalics <rudalics@gmx.at>
5190
5191 * whitespace.el (whitespace-indent-regexp): Make this match any
5192 multiples of eight spaces near the beginning of a line.
5193 (whitespace-buffer): Use `remove-overlays' instead of
5194 `whitespace-unhighlight-the-space' and `overlay-recenter' to
5195 speed up overlay handling.
5196 (whitespace-buffer-leading, whitespace-buffer-trailing):
5197 Make these functions highlight the text removed by
5198 `whitespace-buffer-leading-cleanup' and
5199 `whitespace-buffer-trailing-cleanup' respectively.
5200 (whitespace-buffer-search): Use `with-local-quit'.
5201 Move `format' out of loop to speed up scanning larger buffers.
5202 (whitespace-unhighlight-the-space): Remove `remove-hook' since
5203 that function is never added to a hook.
5204 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
5205 (whitespace-buffer-leading-cleanup)
5206 (whitespace-refresh-rescan-list): Fix docstrings.
5207
5208 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
5209
5210 * allout.el (allout-during-yank-processing): Cue for inhibiting
5211 aberrance processing during yanks.
5212 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
5213 the amount of yanked topics that can be aberrant.
5214 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
5215 a function, and supplement with inihibition of doublechecking
5216 during yanks.
5217 (allout-beginning-of-line, allout-next-heading)
5218 (allout-previous-heading, allout-goto-prefix-doublechecked)
5219 (allout-back-to-current-heading, allout-next-visible-heading)
5220 (allout-next-sibling): Use new allout-do-doublecheck function.
5221 (allout-next-sibling): Ensure we made progress when returning
5222 other than nil.
5223 (allout-rebullet-heading): Preserve text property annotations
5224 indicating the text was hidden, if it was.
5225 (allout-kill-line): Remove any added was-hidden annotations.
5226 (allout-kill-topic): Remove any added was-hidden annotations.
5227 (allout-annotate-hidden): Inhibit adding was-hidden text
5228 properties to the undo list.
5229 (allout-deannotate-hidden): New function to remove was-hidden
5230 annotation.
5231 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
5232 (allout-remove-exposure-annotation): Replace by
5233 allout-deannotate-hidden.
5234 (allout-yank-processing): Signal that yank processing is happening
5235 with allout-during-yank-processing. Also, wrap
5236 allout-unprotected's closer to the text changes, for easier
5237 debugging. We need to inhibit-field-text-motion explicitly, in
5238 lieu of the encompassing allout-unprotected.
5239 (outlineify-sticky): Adjust criteria for triggering new outline
5240 decorations to presence or absence of any topics, not just a topic
5241 at the beginning of the buffer.
5242
5243 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
5244
5245 * bs.el (bs--show-all, bs--redisplay):
5246 * cus-edit.el (custom-unlispify-menu-entries)
5247 (custom-unlispify-tag-names, custom-prompt-variable):
5248 * expand.el (expand-pos):
5249 * speedbar.el (speedbar-generic-list-tag-p):
5250 * wid-edit.el (widget-image-enable):
5251 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5252 * emacs-lisp/find-func.el (find-function-noselect)
5253 (find-function, find-variable-noselect, find-variable)
5254 (find-definition-noselect, find-face-definition):
5255 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5256 * net/eudc-vars.el (eudc-expansion-overwrites-query):
5257 * progmodes/ada-xref.el (ada-find-in-ali):
5258 * textmodes/flyspell.el (flyspell-check-tex-math-command):
5259 * textmodes/org.el (org-copy-subtree):
5260 * textmodes/table.el (table--row-column-insertion-point-p):
5261 Use "non-nil" in docstrings.
5262
5263 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
5264
5265 * sort.el (sort-columns): Set the field separator to tab; on
5266 NetBSD, sort complains if "\n" is used as field separator.
5267
5268 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
5269
5270 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5271
5272 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * server.el (server-auth-key): Remove. Replace by a process-property.
5275 (server-start): Don't remove the file of the previous process, but
5276 instead clear out the place for the new file.
5277 (server-start): Set the :auth-key property.
5278 (server-process-filter): Use the :auth-key property.
5279
5280 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
5281
5282 * textmodes/org.el (org-mode-map): No longer copy
5283 `outline-mode-map' explicitly - this is already done by
5284 `define-derived-mode'.
5285
5286 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
5287
5288 * server.el (server-visit-files): Use `when'.
5289 (server-process-filter): When authentication fails, send error
5290 message to client. Wrap `process-send-region' in `ignore-errors'
5291 instead of `condition-case', and remove misleading comment.
5292
5293 2006-11-01 Juri Linkov <juri@jurta.org>
5294
5295 * simple.el (yank): Doc fix.
5296
5297 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * server.el: Try and fit within 80 columns.
5300 (server-start): Make the auth file unreadable by other users.
5301
5302 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5303
5304 * battery.el (battery-linux-proc-acpi): Prevent range error when
5305 `full-capacity' is 0.
5306
5307 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5308
5309 * faces.el (faces-sample-overlay): New defvar.
5310 (faces-sample-overlay): New function to show face sample text.
5311 (describe-face): Use it.
5312
5313 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
5314
5315 * progmodes/ada-stmt.el: Change maintainer, apply
5316 whitespace-cleanup, checkdoc.
5317 (ada-func-or-proc-name): Add doc string.
5318
5319 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5320 whitespace-cleanup, checkdoc. Minor improvements to many doc
5321 strings and comments.
5322 (ada-prj-display-page): Change buffer name to more accurately
5323 reflect function.
5324
5325 * progmodes/ada-xref.el: Change maintainer, apply
5326 whitespace-cleanup, checkdoc. Minor improvements to many doc
5327 strings and comments. Don't look for `gvd' or `ddd' debuggers.
5328 (ada-compile-current): Don't add newlines to commands.
5329
5330 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
5331
5332 * server.el: Add support for TCP sockets.
5333 (server-use-tcp, server-host, server-auth-dir): New options.
5334 (server-auth-key): New variable.
5335 (server-ensure-safe-dir): Create nonexistent parent dirs.
5336 Ignore Unix-style file modes on Windows.
5337 (server-start): Crete a TCP or Unix socket according to the value
5338 of `server-use-tcp'. For TCP sockets, create the id/auth file in
5339 `server-auth-dir' directory.
5340 (server-process-filter): Delete process if authentication
5341 fails (which never happens for Unix sockets).
5342
5343 2006-10-30 David Kastrup <dak@gnu.org>
5344
5345 * subr.el (add-to-list): Don't continue checking if a match has
5346 been found.
5347
5348 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * tutorial.el: Move defvars to avoid bytecomp warnings.
5351 (tutorial--find-changed-keys): Check if viper-current-state is
5352 bound before using it.
5353 (help-with-tutorial): Check if viper-tutorial is defined before
5354 using it.
5355
5356 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5357
5358 * help-fns.el (help-with-tutorial): Move to tutorial.el.
5359
5360 * tutorial.el: New file.
5361 (help-with-tutorial): Move here from help-fns.el. Added help for
5362 rebound keys. Fixed resume of tutorial.
5363 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5364 (tutorial--find-changed-keys, tutorial--display-changes)
5365 (tutorial--saved-dir, tutorial--saved-file)
5366 (tutorial--save-tutorial): New functions to support the changes in
5367 help-with-tutorial.
5368
5369 2006-10-30 Kenichi Handa <handa@m17n.org>
5370
5371 * files.el (revert-buffer): If a unibyte buffer is being reverted
5372 with a coding system for multibyte, set buffer multibyte before
5373 calling insert-file-contents.
5374
5375 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * server.el (server-select-display): Use a dummy buffer to detect when
5378 the frame is later used.
5379 (server-select-display): New function.
5380 (server-process-filter): Use it to detect unused temp frames.
5381
5382 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5383
5384 * progmodes/ada-mode.el: Change maintainer, apply
5385 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5386 (ada-mode-version): New function.
5387 (ada-create-menu): Menu operations are available for all supported
5388 compilers.
5389
5390 2006-10-29 Lars Hansen <larsh@soem.dk>
5391
5392 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5393 Highlight as keyword.
5394 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5395 Don't call tramp-method-out-of-band-p for local files.
5396 (tramp-touch): Quote file name.
5397
5398 2006-10-28 Glenn Morris <rgm@gnu.org>
5399
5400 * calendar/calendar.el (cal-html-cursor-month)
5401 (cal-html-cursor-year): Add autoloads for this new package.
5402 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5403
5404 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5405
5406 * calendar/cal-html.el: New file.
5407
5408 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5409
5410 * emacs-lisp/authors.el (authors-aliases): Update.
5411
5412 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * version.el (emacs-version): Bump version number to 22.0.90.
5415
5416 2006-10-26 John W. Eaton <jwe@octave.org>
5417
5418 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5419 New defvar.
5420 (inferior-octave-resync-dirs): Check to see whether Octave has
5421 built-in variables and set inferior-octave-has-built-in-variables.
5422 Check inferior-octave-has-built-in-variables to decide whether to
5423 send commands that set built-in variables or call functions to
5424 change Octave's behavior.
5425 Send "disp (pwd ())" to Octave instead of just "pwd".
5426 (inferior-octave-startup): Send "more off" to Octave instead of
5427 "page_screen_output = 0".
5428
5429 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5432 pattern normally.
5433
5434 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5435
5436 * bindings.el (mode-line-mode-menu): Remove bindings for global
5437 minor modes (line/column number) as they are on the menubar.
5438
5439 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * term/w32-win.el (x-handle-name-switch): Doc fix.
5442 (w32-standard-fontset-spec): Fix typo in docstring.
5443
5444 * midnight.el (midnight-buffer-display-time): Doc fix.
5445 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5446
5447 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5448
5449 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5450
5451 * viper-ex.el (ex-read): Quote file argument.
5452
5453 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5454
5455 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5456
5457 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5458
5459 * textmodes/flyspell.el (flyspell-check-region-doublons):
5460 Fix last fix.
5461
5462 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5463
5464 * bindings.el (mode-line-mode-menu): List global minor modes
5465 before local ones.
5466
5467 2006-10-23 Kim F. Storm <storm@cua.dk>
5468
5469 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5470 (sit-for): If last command was a prefix arg, add the read-ahead
5471 event to unread-command-events as (t . EVENT) so it will be added
5472 to this-command-keys by read-key-sequence.
5473
5474 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5475
5476 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5477 whitespace when checking doublons.
5478 (flyspell-check-region-doublons): Fix doublon regexp.
5479 (flyspell-highlight-incorrect-region): Highlight doublons using
5480 flyspell-duplicate face.
5481
5482 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5483
5484 2006-10-22 John Wiegley <johnw@newartisans.com>
5485
5486 * progmodes/python.el (python-use-skeletons): python-mode was
5487 auto-inserting templates (for those with abbrev-mode on), not only
5488 by default -- *but without a configuration variable to disable
5489 it*. This rendered python-mode completely useless for me, so I
5490 have added `python-use-skeletons', which is now off by default.
5491
5492 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5493
5494 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5495 font-lock-multiline is auto-local (it's not).
5496 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5497 initialized before calling cperl-init-faces.
5498
5499 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5500
5501 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5502 gdb-stack-position a value when there is no fringe.
5503
5504 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5505 indicator if not visiting a file.
5506
5507 2006-10-20 David Kastrup <dak@gnu.org>
5508
5509 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5510 operation would still cause some window to collapse later.
5511
5512 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5515 side-effect due to mixing various backends's file properties.
5516
5517 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5518 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5519 Return `filename's status if applicable. Update callers.
5520
5521 2006-10-19 Kenichi Handa <handa@m17n.org>
5522
5523 * international/kkc.el (kkc-region): When a key sequence is not
5524 defined, append (this-single-command-raw-keys) to
5525 unread-input-method-events.
5526
5527 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5528
5529 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5530
5531 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5532
5533 * version.el (emacs-version): Use mac-carbon-version-string.
5534
5535 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5536
5537 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5538
5539 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5540 Kenichi Handa).
5541 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5542 the selection is not UTF-8.
5543
5544 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * progmodes/ada-mode.el (ada-83-string-keywords)
5547 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5548 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5549 (ada-looking-at-semi-private, ada-get-body-name):
5550 Fix typos in docstrings.
5551 (ada-create-case-exception, ada-create-case-exception-substring):
5552 Fix typos in error messages.
5553 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5554
5555 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5556
5557 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5558 to default-frame-alist if default-frame-alist already contains
5559 width/height.
5560
5561 2006-10-18 Richard Stallman <rms@gnu.org>
5562
5563 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5564 Non-interactive arg is the value, not the expression.
5565
5566 * simple.el (read-expression-map): Just set it, no defvar.
5567
5568 * subr.el (insert-for-yank-1): If last inserted char has
5569 properties, mark them as rear-nonsticky.
5570
5571 * recentf.el (recentf-mode): Doc fix.
5572
5573 * facemenu.el (facemenu-add-new-face): Defend against symbol
5574 that isn't a face name.
5575
5576 * dired-aux.el (dired-do-copy): Doc fix.
5577
5578 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5579
5580 * simple.el (line-move-1): Ignore fields when moving to the
5581 beginning of line to avoid getting point stuck.
5582
5583 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5584
5585 * textmodes/flyspell.el (flyspell-word-search-backward):
5586 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5587 text.
5588
5589 2006-10-16 Richard Stallman <rms@gnu.org>
5590
5591 * help-fns.el (describe-function-1): Special case optimization
5592 for self-insert-command.
5593
5594 2006-10-16 Kim F. Storm <storm@cua.dk>
5595
5596 * ido.el (ido-reread-directory): Work in `dir' mode too.
5597
5598 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5599
5600 * textmodes/table.el: Require 'regexp-opt.
5601
5602 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5603
5604 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5605 Use shell-quote-argument.
5606
5607 * shell.el (explicit-bash-args): Likewise.
5608
5609 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5610 Use grep -E rather than egrep.
5611
5612 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5613
5614 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5615
5616 2006-10-15 Kim F. Storm <storm@cua.dk>
5617
5618 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5619
5620 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5621
5622 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5623 to protect whitespace and metacharacters from the shell.
5624
5625 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5626
5627 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5628
5629 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5630
5631 * subr.el (start-process-shell-command): Doc fix.
5632
5633 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5634
5635 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5636 the regexp for Maxima symbols.
5637
5638 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5641 (vc-find-root): Don't walk higher up than ~.
5642
5643 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5644
5645 * international/utf-8.el (utf-translate-cjk-load-tables):
5646 Avoid clobbering last-coding-system-used during load.
5647
5648 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5649
5650 * textmodes/reftex-global.el (reftex-create-tags-file):
5651 Quote file arguments.
5652
5653 2006-10-12 Richard Stallman <rms@gnu.org>
5654
5655 * files.el (file-name-history): Add defvar.
5656 (save-some-buffers-action-alist): Improve description strings.
5657
5658 2006-10-12 Andreas Schwab <schwab@suse.de>
5659
5660 * files.el (auto-mode-alist): Match change log file name also with
5661 a dash before a numeric extension.
5662
5663 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5664
5665 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5666 After 5.0:
5667 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5668
5669 After 5.1: Major edit. Summary of most visible changes:
5670
5671 - Multiple <<HERE per line allowed.
5672 - Handles multiline subroutine declaration headers (with comments).
5673 (The exception is `cperl-etags' - but it is not used in the rest
5674 of the mode.)
5675 - Fontifies multiline my/our declarations (even with comments,
5676 and with legacy `font-lock').
5677 - Major speedup of syntaxification, both immediate and postponed
5678 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5679 huge real-life document I tested).
5680 - New bindings, edits to imenu.
5681 - "_" is made into word-char during fontification/syntaxification;
5682 some attempts to recognize non-word "_" during other operations too.
5683 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5684 - autoload some more perldoc-related stuff
5685 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5686 - Attempt to incorporate XEmacs edits which reached me.
5687
5688 Fine-grained changelog:
5689 (cperl-hook-after-change): New configuration variable.
5690 (cperl-vc-sccs-header): Likewise.
5691 (cperl-vc-sccs-header): Likewise.
5692 (cperl-vc-header-alist): Default via two preceding variables.
5693 (cperl-invalid-face): Remove double quoting under XEmacs
5694 (still needed under 21.2).
5695 (cperl-tips): Update URLs for resources.
5696 (cperl-problems): Likewise.
5697 (cperl-praise): Mention new features.
5698 New C-c key bindings: for `cperl-find-bad-style',
5699 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5700 `cperl-perdoc', and `cperl-perldoc-at-point'.
5701 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5702 moved, new submenu of Tools with Ispell entries and narrowing.
5703 (cperl-after-sub-regexp): New defsubst.
5704 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5705 Allows heads up to head4.
5706 Allow "package;".
5707 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5708 (paren-backwards-message): ??? Something for XEmacs???
5709 (cperl-mode): Never auto-switch abbrev-mode off.
5710 Try to allow '_' be non-word char.
5711 Do not use `font-lock-unfontify-region-function' on XEmacs.
5712 Reset syntax cache on mode start.
5713 Support multiline facification (even on legacy `font-lock').
5714 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5715 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5716 refuse to inform us whether the fontification is due to lazy
5717 calling or due to edit to a buffer, install our own hook
5718 (controlled by `cperl-hook-after-change').
5719 (cperl-electric-pod): =cut may have been recognized as start.
5720 (cperl-block-p): Move, updatedfor attributes.
5721 (cperl-calculate-indent): Try to allow '_' be non-word char
5722 Support subs with attributes.
5723 (cperl-where-am-i): Quiet (?) a warning.
5724 (cperl-cached-syntax-table): New function.
5725 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5726 (cperl-unwind-to-safe): Recognize `syntax-type' property
5727 changing in a middle of line.
5728 (cperl-find-sub-attrs): New function.
5729 (cperl-find-pods-heres): Allow many <<EOP per line.
5730 Allow subs with attributes.
5731 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5732 Recognize "extproc " (OS/2) case-folded and only at start.
5733 /x on s///x with empty replacement was not recognized.
5734 Better comments.
5735 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5736 Allow subs with attributes, labels.
5737 Do not confuse "else::foo" with "else".
5738 Minor optimizations...
5739 (cperl-after-expr-p): Try to allow '_' be non-word char.
5740 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5741 with `looking-at' inside `narrow' and bulk out if found.
5742 (cperl-imenu--create-perl-index): Updates for new
5743 `cperl-imenu--function-name-regexp-perl'.
5744 (cperl-outline-level): Likewise.
5745 (cperl-init-faces): Allow multiline subroutine headers
5746 and my/our declarations, and ones with comments.
5747 Allow subroutine attributes.
5748 (cperl-imenu-on-info): Better docstring.
5749 (cperl-etags): Rudimentary support for attributes.
5750 Support for packages and "package;".
5751 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5752 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5753 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5754 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5755 (cperl-perldoc): Add autoload.
5756 (cperl-perldoc-at-point): Likewise.
5757 (cperl-here-doc-spell): New function.
5758 (cperl-pod-spell): Likewise.
5759 (cperl-map-pods-heres): Likewise.
5760 (cperl-get-here-doc-region): Likewise.
5761 (cperl-font-lock-fontify-region-function): Likewise (backward
5762 compatibility for legacy `font-lock').
5763 (cperl-font-lock-unfontify-region-function): Fix style.
5764 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5765 calls with no-change. Governed by `cperl-hook-after-change'.
5766 (cperl-fontify-update): Recognize that syntaxification region
5767 can be larger than fontification one.
5768 XXXX we leave `cperl-postpone' property, so this is quadratic...
5769 (cperl-fontify-update-bad): Temporary placeholder until
5770 it is clear how to implement `cperl-fontify-update'.
5771 (cperl-time-fontification): New function.
5772 (attrib-group): New text attribute.
5773 (multiline): New value: `syntax-type' text attribute.
5774
5775 After 5.2:
5776 (cperl-emulate-lazy-lock): New function.
5777 (cperl-fontify-syntaxically): Would skip large regions.
5778 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5779 Some globals were declared, but uninitialized.
5780
5781 After 5.3, 5.4:
5782 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5783 Copyright message updated.
5784 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5785 facification down a bit.
5786 Misprint for my|our|local for old `font-lock'
5787 "our" was not fontified same as "my|local".
5788 Highlight variables after "my" etc even in
5789 a middle of an expression.
5790 Do not facify multiple variables after my etc
5791 unless parentheses are present.
5792
5793 After 5.5, 5.6
5794 (cperl-fontify-syntaxically): after-change hook could reset.
5795 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5796
5797 After 5.7:
5798 (cperl-init-faces): Allow highlighting of local ($/).
5799 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5800 (cperl-problems): Remove fixed problems.
5801 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5802 Recognize charclasses (unless delimiter is \).
5803 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5804 (cperl-regexp-scan): Update docs.
5805 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5806
5807 After 5.8:
5808 Major user visible changes:
5809 Recognition and fontification of character classes in RExen.
5810 Variable indentation of RExen according to groups.
5811
5812 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5813 Fontify REx charclasses in variable-name face.
5814 Fontify POSIX charclasses in "type" face.
5815 Fontify unmatched "]" in function-name face.
5816 Mark first-char of HERE-doc as `front-sticky'.
5817 Reset `front-sticky' property when needed.
5818 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5819 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5820 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5821 constructs. Support `narrow'ed buffers.
5822 (cperl-praise): Remove a reservation.
5823 (cperl-make-indent): New function.
5824 (cperl-indent-for-comment): Use `cperl-make-indent'.
5825 (cperl-indent-line): Likewise.
5826 (cperl-lineup): Likewise.
5827 (cperl-beautify-regexp-piece): Likewise.
5828 (cperl-contract-level): Likewise.
5829 (cperl-toggle-set-debug-unwind): New function.
5830 New menu entry for this.
5831 (fill-paragraph-function): Use when `boundp'.
5832 (cperl-calculate-indent): Take into account groups when indenting RExen.
5833 (cperl-to-comment-or-eol): Recognize # which end a string.
5834 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5835 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5836 (cperl-fontify-syntaxically): More clear debugging message.
5837 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5838 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5839 Merge cosmetic changes from XEmacs.
5840
5841 After 5.9:
5842 (cperl-1+): Move to before the first use.
5843 (cperl-1-): Likewise.
5844
5845 After 5.10:
5846
5847 This code may lock Emacs hard!!! Use at your own risk!
5848
5849 (cperl-font-locking): New internal variable.
5850 (cperl-beginning-of-property): New function.
5851 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5852 instead of `previous-single-property-change'.
5853 (cperl-unwind-to-safe): Likewise.
5854 (cperl-after-expr-p): Likewise.
5855 (cperl-get-here-doc-region): Likewise.
5856 (cperl-font-lock-fontify-region-function): Likewise.
5857 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5858 recursively.
5859 Bound `next-single-property-change' via `point-max'.
5860 (cperl-unwind-to-safe): Bound likewise
5861 (cperl-font-lock-fontify-region-function): Likewise.
5862 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5863 Initialization of `cperl-font-lock-multiline-start' could be
5864 missed if the "main" fontification did not run due to the
5865 keyword being already fontified.
5866 (cperl-pod-spell): Return t from do-one-chunk function.
5867 (cperl-map-pods-heres): Stop when the worker returns nil.
5868 Call `cperl-update-syntaxification'.
5869 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5870 (cperl-get-here-doc-delim): Remove unused function.
5871
5872 After 5.11:
5873
5874 The possible lockup of Emacs (introduced in 5.10) fixed.
5875
5876 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5877 (cperl-syntaxify-for-menu): New customization variable.
5878 (cperl-select-this-pod-or-here-doc): New function.
5879 (cperl-get-here-doc-region): Extra argument.
5880 Do not adjust pos by 1.
5881
5882 New menu entries
5883 (Perl/Tools): Selection of current POD or HERE-DOC section.
5884 (Debugging CPerl:) backtrace on fontification.
5885
5886 After 5.12:
5887 (cperl-cached-syntax-table): Use `car-safe'.
5888 (cperl-forward-re): Remove spurious argument SET-ST.
5889 Add documentation.
5890 (cperl-forward-group-in-re): New function.
5891 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5892 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5893
5894 After 5.13:
5895 (cperl-string-syntax-table): Make { and } not-grouping
5896 (Sometimes they ARE grouping in RExen, but matching them would only
5897 confuse in many situations when they are not)
5898 (beginning-of-buffer): Replace two occurences with goto-char...
5899 (cperl-calculate-indent): `char-after' could be nil...
5900 (cperl-find-pods-heres): REx can start after "[" too.
5901 Hightlight (??{}) in RExen too.
5902 (cperl-maybe-white-and-comment-rex): New constant
5903 (cperl-white-and-comment-rex): Likewise.
5904 XXXX Not very efficient, but hard to make
5905 better while keeping 1 group.
5906
5907 After 5.13:
5908 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5909 Likewise for 1 << identifier.
5910
5911 After 5.14:
5912 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5913 Error-less condition-case could fail.
5914 (cperl-font-lock-fontify-region-function): Likewise.
5915 (cperl-init-faces): Likewise.
5916
5917 After 5.15:
5918 (cperl-find-pods-heres): Support property REx-part2.
5919 (cperl-calculate-indent): Likewise.
5920 Don't special-case REx with non-empty 1st line.
5921 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5922 Invert highlighting of charclasses:
5923 now the envelop is highlighted.
5924 Highlight many others 0-length builtins.
5925 (cperl-praise): Mention indenting and highlight in RExen.
5926
5927 After 5.15:
5928 (cperl-find-pods-heres): Highlight capturing parens in REx.
5929
5930 After 5.16:
5931 (cperl-find-pods-heres): Highlight '|' for alternation
5932 Initialize `font-lock-warning-face' if not present.
5933 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5934 `font-lock-function-name-face'.
5935 (cperl-look-at-leading-count): Likewise.
5936 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5937 `font-lock-keyword-face' (needed for
5938 batch processing), etc...
5939 Use `font-lock-builtin-face' for builtin in REx
5940 Now `font-lock-variable-name-face'
5941 is used for interpolated variables
5942 Use "talking aliases" for faces inside REx
5943 Highlight parts of REx (except in charclasses)
5944 according to the syntax and/or semantic
5945 Syntax-mark a {}-part of (?{}) as "comment"
5946 (it was the ()-part)
5947 Better logic to distinguish what is what in REx
5948 (cperl-tips-faces): Document REx highlighting
5949 (cperl-praise): Mention REx syntax highlight etc.
5950
5951 After 5.17:
5952 (cperl-find-sub-attrs): Would not always manage to print error message.
5953 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5954
5955 After 5.18:
5956 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5957 Very minor optimization.
5958 `my-cperl-REx-modifiers-face' got quoted.
5959 Recognize "print $foo <<END" as HERE-doc.
5960 Put `REx-interpolated' text attribute if needed.
5961 (cperl-invert-if-unless-modifiers): New function.
5962 (cperl-backward-to-start-of-expr): Likewise.
5963 (cperl-forward-to-end-of-expr): Likewise.
5964 (cperl-invert-if-unless): Works in "the opposite way" too.
5965 Cursor position on return is on the switch-word.
5966 Indents comments better.
5967 (REx-interpolated): New text attribute.
5968 (cperl-next-interpolated-REx): New function.
5969 (cperl-next-interpolated-REx-0): Likewise.
5970 (cperl-next-interpolated-REx-1): Likewise.
5971 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5972 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5973 (cperl-praise): Mention finded interpolated RExen.
5974
5975 After 5.19:
5976 (cperl-init-faces): Highlight %$foo, @$foo too.
5977 (cperl-short-docs): Better docs for system, exec.
5978 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5979 Would not find HERE-doc ended by EOF without NL.
5980 (cperl-short-docs): Correct not-doubled \-escapes.
5981 start block: Put some `defvar' for stuff gone from XEmacs.
5982
5983 After 5.20:
5984 initial comment: Extend copyright, fix email address.
5985 (cperl-indent-comment-at-column-0): New customization variable.
5986 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5987 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5988 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5989 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5990 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5991 highlight $ in $foo too (UNTESTED).
5992 (cperl-set-style): Docstring missed some available styles.
5993 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5994 Change "Current" to "Memorize Current".
5995 (cperl-indent-wrt-brace): New customization variable; the default is
5996 as for pre-5.2 version.
5997 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5998 (cperl-style-alist): Likewise.
5999 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6000 and `cperl-extra-newline-before-brace' etc
6001 being t
6002 (cperl-indent-exp): Plans B and C to find continuation blocks even
6003 if `cperl-extra-newline-before-brace' is t.
6004
6005 After 5.21:
6006 Improve some docstrings concerning indentation.
6007 (cperl-indent-rules-alist): New variable.
6008 (cperl-sniff-for-indent): New function name
6009 (separated from `cperl-calculate-indent').
6010 (cperl-calculate-indent): Separate the sniffer and the indenter;
6011 uses `cperl-sniff-for-indent' now.
6012 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6013 was inverted;
6014 Support `comment-column' = 0.
6015
6016 2006-10-11 Martin Rudalics <rudalics@gmx.at>
6017
6018 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6019 * help-at-pt.el (scan-buf-move-to-region): Likewise.
6020 * longlines.el (longlines-window-change-function): Likewise.
6021 * simple.el (undo-ask-before-discard): Likewise.
6022 * wid-edit.el (widget-field-prompt-internal)
6023 (widget-documentation-link-p): Likewise.
6024
6025 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
6028 for a keyword.
6029
6030 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * newcomment.el (comment-valid-prefix-p): Make the check
6033 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
6034 (comment-indent-new-line): Adjust call.
6035
6036 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
6037
6038 * allout.el (allout-back-to-current-heading): Base on lower-level
6039 routines to get proper disqualification of aberrant topics.
6040
6041 2006-10-09 Richard Stallman <rms@gnu.org>
6042
6043 * textmodes/two-column.el (2C-two-columns): Doc fix.
6044
6045 2006-10-09 Kim F. Storm <storm@cua.dk>
6046
6047 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
6048 about implicit use.
6049
6050 2006-10-08 Richard Stallman <rms@gnu.org>
6051
6052 * textmodes/two-column.el (2C-two-columns): Doc fix.
6053
6054 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6055
6056 * files.el: Mark `buffer-read-only' as safe-local-variable.
6057
6058 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
6059
6060 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
6061 Burp if GUD buffer has been killed.
6062
6063 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * completion.el (add-completions-from-c-buffer):
6066 Don't presume an error's second element is a string.
6067 Use looking-at rather than buffer-substring + member.
6068
6069 2006-10-07 Eli Zaretskii <eliz@gnu.org>
6070
6071 * mail/rmail.el (rmail-redecode-body): If the old encoding is
6072 `undecided', call find-coding-systems-region to find a proper
6073 non-trivial encoding.
6074 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
6075 and "text/plain".
6076
6077 2006-10-07 Kevin Ryde <user42@zip.com.au>
6078
6079 * textmodes/reftex-vars.el (defgroup reftex): Update home page
6080 url-link.
6081
6082 * strokes.el (defgroup strokes): Remove invalid url-link.
6083
6084 2006-10-07 Magnus Henoch <mange@freemail.hu>
6085
6086 * autoinsert.el (auto-insert-alist): Doc fix.
6087
6088 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6089
6090 * mouse-sel.el (mouse-insert-selection-internal):
6091 Use insert-for-yank, so that yank handlers are run.
6092
6093 2006-10-07 Kim F. Storm <storm@cua.dk>
6094
6095 * ido.el (ido-file-extension-aux): Fix comparison.
6096
6097 2006-10-06 Kim F. Storm <storm@cua.dk>
6098
6099 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
6100
6101 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
6102
6103 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
6104 (ad-make-mapped-call): Use `let', not `let*'.
6105
6106 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * international/mule-cmds.el (coding-system-change-eol-conversion):
6109 Ensure the coding system is initialized before calling
6110 coding-system-eol-type.
6111
6112 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
6113
6114 * textmodes/org.el (org-rm-props, org-activate-plain-links)
6115 (org-activate-angle-links, org-activate-dates)
6116 (org-activate-target-links, org-activate-camels)
6117 (org-activate-tags): Add `rear-nonsticky' text property to avoid
6118 textproperty keymaps from being active beyond the end of a line.
6119 (org-unfontify-region): Also remove `rear-nonsticky' property.
6120
6121 2006-10-04 Kenichi Handa <handa@m17n.org>
6122
6123 * international/code-pages.el (next): Table fixed.
6124
6125 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
6128 that it's been made unnecessary by removing narrowing.
6129
6130 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
6133 control flow a bit, simplify another bit, and add comments.
6134
6135 2006-10-03 David Kastrup <dak@gnu.org>
6136
6137 * help.el (describe-mode): For clicks on mode-line, use "@"
6138 interactive argument to get the major mode of the click instead of
6139 the current buffer.
6140
6141 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
6142 in order to better redirect mouse-2 clicks. Also allow default
6143 bindings to apply.
6144
6145 2006-10-03 Kim F. Storm <storm@cua.dk>
6146
6147 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
6148 (pushnew): Fix last change.
6149
6150 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
6151
6152 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
6153 Use the interactive spec of `eval-expression'.
6154
6155 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
6156
6157 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
6158
6159 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6160
6161 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
6162 2006-09-28 commit.
6163
6164 2006-10-02 Kenichi Handa <handa@m17n.org>
6165
6166 * international/code-pages.el (iso-8859-6): Table fixed.
6167
6168 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
6169
6170 * dired.el (dired-build-subdir-alist): Fix previous change.
6171
6172 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6173
6174 * simple.el (undo-elt-crosses-region): Fix the inequalities.
6175
6176 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * emacs-lisp/find-func.el (find-function-regexp): Don't match
6179 "define-button-type".
6180
6181 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
6182 they don't keep accumulating.
6183
6184 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6185
6186 * ffap.el (ffap-rfc-path): Change the address of the RFC
6187 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
6188
6189 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
6190
6191 * allout.el (allout-expose-topic): Rectify implementation of "+"
6192 spec, so that bodies are not exposed with headlines.
6193
6194 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
6195
6196 * allout.el (allout-current-depth): Do aberrent check only at or
6197 below doublecheck depth.
6198 (allout-chart-subtree): Make it explicit that LEVELS being nil
6199 means unlimited depth. Drop undocumented support for LEVELS value
6200 t meaning unlimited depth. (This is consistent with
6201 allout-chart-to-reveal, but contrary to allout-show-children,
6202 which needs to use nil to default to depth of 1.)
6203 (allout-goto-prefix-doublechecked): Wrap long docstring line.
6204 (allout-chart-to-reveal): Be explicit in docstring about meaning
6205 of nil LEVELS, and drop support for LEVELS value t.
6206 (allout-show-children): Translate the level spec used by this
6207 routine to that used by allout-chart-subtree and
6208 allout-chart-to-reveal.
6209 (allout-show-to-offshoot): Retry once when stuck, after opening
6210 subtree - improvements in discontinuity handling likely will
6211 enable progress.
6212
6213 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
6214
6215 * wid-edit.el (widget-button-click-moves-point): New variable.
6216 (widget-button-click): If widget-button-click-moves-point is
6217 non-nil, set point after performing the button action.
6218
6219 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
6220
6221 2006-09-30 Martin Rudalics <rudalics@gmx.at>
6222
6223 * files.el (find-file-existing): Modify to not allow wildcards.
6224
6225 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6226
6227 * simple.el (undo-more): When undo information for the region is
6228 exhausted, say "No further undo information FOR REGION".
6229
6230 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
6231
6232 * progmodes/sh-script.el (sh-prev-thing):
6233 Take `sh-leading-keywords' into account.
6234
6235 2006-09-29 Glenn Morris <rgm@gnu.org>
6236
6237 * custom.el (defcustom): Doc fix.
6238
6239 * calendar/calendar.el (european-calendar-style):
6240 Call european-calendar or american-calendar as needed when set.
6241 (diary-view-entries, list-calendar-holidays): Move autoloads
6242 before use.
6243
6244 2006-09-29 Juri Linkov <juri@jurta.org>
6245
6246 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
6247 to nil if there is no previous property change.
6248
6249 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6250
6251 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6252 saving anything to be sure that `forward-sexp' behaves correctly.
6253
6254 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * simple.el (line-move-finish): Ignore field boundaries if the
6257 initial and final points have the same `field' property.
6258
6259 2006-09-29 Kim F. Storm <storm@cua.dk>
6260
6261 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6262 to t while calling ido-read-internal.
6263
6264 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
6265
6266 * textmodes/org.el (org-file-remote-p): Get regexp from list.
6267 (org-archive-subtree): Remove erraneous `]' from character list.
6268
6269 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
6270
6271 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6272 (ses-reconstruct-all): Make undo of "insert row" work by keeping
6273 markers for data-area and parameters-area.
6274
6275 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6278
6279 * font-lock.el (font-lock-after-change-function): Refontify next line
6280 as well if end is at BOL.
6281 (font-lock-extend-jit-lock-region-after-change): Be more careful to
6282 only extend the region as much as needed.
6283
6284 2006-09-28 Richard Stallman <rms@gnu.org>
6285
6286 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6287
6288 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6289
6290 * international/mule.el (after-insert-file-set-coding):
6291 If VISIT, don't let set-buffer-multibyte make undo info.
6292
6293 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
6294
6295 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6296 lines in base64-encoded authentication response.
6297
6298 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6299
6300 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6301 (ebnf-version): New version 4.3.
6302 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6303 (ebnf-prologue): Adjust PostScript programming.
6304 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6305 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6306
6307 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * jit-lock.el (jit-lock-force-redisplay): Rename from
6310 jit-lock-fontify-again, and undo the mistaken change I've just done.
6311
6312 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6313 (jit-lock-fontify-again): Don't refontify text that's not displayed.
6314
6315 2006-09-26 Kenichi Handa <handa@m17n.org>
6316
6317 * startup.el (display-splash-screen): Allow a prefix argument.
6318
6319 2006-09-25 Jason Rumney <jasonr@gnu.org>
6320
6321 * subr.el (shell-quote-argument): Use DOS logic for Windows
6322 shells with DOS semantics.
6323
6324 2006-09-24 Richard Stallman <rms@gnu.org>
6325
6326 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6327 (compilation-goto-locus): Use compilation-goto-locus-delete-o
6328 to delete the overlay. Put it on pre-command-hook.
6329
6330 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6331
6332 * startup.el (fancy-splash-screens, normal-splash-screen):
6333 Call the splash buffer *About GNU Emacs*.
6334
6335 * simple.el (next-error-highlight, next-error-highlight-no-select):
6336 Default to 0.5.
6337 (yank-excluded-properties): Add `fontified'.
6338
6339 * font-lock.el (font-lock-compile-keywords): Allow value of
6340 syntax-begin-function to enable paren-column-0 highlighting.
6341
6342 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
6343
6344 * dired.el (dired-build-subdir-alist): When file ends in colon,
6345 don't exit the loop, just disregard that file.
6346
6347 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
6348
6349 * simple.el (line-move-finish): Handle corner case for fields in
6350 continued lines.
6351 (line-move-1): Remove flawed test for that case.
6352
6353 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
6354
6355 * icomplete.el (icomplete-simple-completing-p): Use the correct
6356 name for the new variable, `icomplete-with-completion-tables'.
6357 (file local variables): Remove superfluous setting.
6358
6359 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6360
6361 * calendar/appt.el (appt-check): Fix typo for appointments just
6362 after midnight.
6363
6364 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * help.el (describe-key-briefly, describe-key): Don't expect an
6367 extra up event if a down-event is generated by a popup menu.
6368
6369 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
6370
6371 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6372 local dictionary when changing the global dictionary.
6373
6374 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6375
6376 * icomplete.el (icomplete-with-completion-tables): List of
6377 specialized completion tables with which icomplete should
6378 operate. Include the new `internal-complete-buffer', so icomplete
6379 works with interactive buffer-selection.
6380 (icomplete-simple-completing-p): Add acceptance of specialized
6381 completion tables listed in icomplete-with-completion-tables.
6382
6383 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6384
6385 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6386
6387 * startup.el (command-line): Use `custom-reevaluate-setting' for
6388 `focus-follows-mouse'.
6389
6390 2006-09-22 Richard Stallman <rms@gnu.org>
6391
6392 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6393 explain why Save is not available.
6394
6395 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6396
6397 * woman.el (woman0-so): Use `let*', not `let'.
6398 (woman-horizontal-line): Remove unbalanced parenthesis.
6399
6400 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * woman.el: Make sure all the end-of-region markers we use have
6403 a non-nil insertion-type.
6404 (woman0-so): Move things around so we can use copy-marker.
6405 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6406 Adjust marker type.
6407 (woman2-process-escapes): Check marker type.
6408 (woman-horizontal-line): Dispense with the use of a marker.
6409
6410 2006-09-22 Jay Belanger <belanger@truman.edu>
6411
6412 * calc/calc-lang.el: Add Greek letters to math-variable-table
6413 property of tex.
6414
6415 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6416
6417 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6418
6419 2006-09-22 Masatake YAMATO <jet@gyve.org>
6420
6421 * add-log.el (add-log-current-defun): Use `forward-sexp'
6422 instead of `forward-word' to pick c++::symbol.
6423 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6424
6425 2006-09-22 Kenichi Handa <handa@m17n.org>
6426
6427 * bindings.el: Fix setting self-insert-command for multibyte
6428 characters in global-map.
6429
6430 2006-09-21 David Kastrup <dak@gnu.org>
6431
6432 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6433 doc string.
6434
6435 2006-09-21 Kenichi Handa <handa@m17n.org>
6436
6437 * language/european.el ("Latin-1"): Add windows-1252 to
6438 coding-priority.
6439 ("German"): Likewise.
6440
6441 2006-09-21 Kim F. Storm <storm@cua.dk>
6442
6443 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6444 Suggested by Miles Bader.
6445
6446 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6447 instead of add-to-list in the simple case.
6448
6449 2006-09-20 Kenichi Handa <handa@m17n.org>
6450
6451 * isearch.el (isearch-process-search-char): Cancel the previous change.
6452 (isearch-search-string): New function.
6453 (isearch-search): Use isearch-search-string.
6454 (isearch-lazy-highlight-search): Likewise.
6455
6456 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6457
6458 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6459 string to become an option.
6460
6461 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6464
6465 2006-09-20 Kim F. Storm <storm@cua.dk>
6466
6467 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6468 position t instead of trying both window-end and window-end - 1.
6469
6470 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6471
6472 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6473 hidden trees.
6474
6475 2006-09-20 David Kastrup <dak@gnu.org>
6476
6477 * mouse.el (mouse-posn-property): Improve doc string.
6478 (mouse-on-link-p): Change buffers for function calls on links.
6479
6480 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6481 buffer is read-only.
6482
6483 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6484
6485 * allout.el (allout-unprotected): Let inhibit-read-only only when
6486 buffer-read-only isn't set.
6487 (allout-annotate-hidden): Enable topic annotation during copies even
6488 when the buffer is read-only, eg for topic copies. Ensure that the loop
6489 advances, even when the span extends beyond the deletion region.
6490 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6491 rather than allout-exposure-changed-hook, as a stronger assertion.
6492 (allout-keybindings-list): Add bindings for
6493 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6494 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6495 Copy wrappers for allout-kill-line and allout-kill-topic.
6496 (allout-listify-exposed): Position correctly to accumulate lines.
6497
6498 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * simple.el (line-move-1): Escape field boundaries occurring
6501 exactly at point. Update goal column if constrained to a field.
6502 (line-move-finish): Escape field boundaries occurring exactly at point.
6503
6504 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6507 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6508
6509 2006-09-19 Kim F. Storm <storm@cua.dk>
6510
6511 * help.el (describe-key-briefly, describe-key): Simplify printing
6512 of descriptions by using format and %S. Fix "is undefined"
6513 messages to say "at that spot" for mouse events.
6514
6515 * simple.el (line-move-partial): Optimize. Try window-line-height
6516 before posn-at-point to get vpos of current line.
6517
6518 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6519
6520 * viper.el: Bump up version/date of update to reflect the substantial
6521 changes done in August 2006.
6522
6523 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6524 are defined.
6525
6526 * ediff-util.el (ediff-add-to-history): New function.
6527
6528 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6529
6530 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6531
6532 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6533 Delete duplicate make-local-variable form.
6534 (conf-space-keywords): Add autoload cookie.
6535 Fix typo (`keywords', not `keyword').
6536
6537 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6538
6539 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6540 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6541 to x-gtk-use-old-file-dialog.
6542
6543 2006-09-18 Richard Stallman <rms@gnu.org>
6544
6545 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6546 that might come in during mouse tracking.
6547
6548 2006-09-18 Kim F. Storm <storm@cua.dk>
6549
6550 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6551 new window-line-height function. Further optimize by not calling
6552 pos-visible-in-window-p for window-end when window-line-height
6553 returns useful information.
6554
6555 2006-09-16 Richard Stallman <rms@gnu.org>
6556
6557 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6558 (conf-space-mode): Don't handle prefix arg.
6559 Delete conf-space-keywords-override code.
6560 Use add-hook.
6561 (conf-space-keywords): New command.
6562 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6563 Delete conf-space-keywords-override code.
6564 (conf-space-keywords-alist): Doc fix.
6565 (conf-space-font-lock-keywords): Doc fix.
6566 (conf-space-keywords-override): Var deleted.
6567
6568 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6569
6570 * startup.el (fancy-splash-screens): Don't switch to the scratch
6571 buffer; it may not be the next buffer.
6572
6573 2006-09-16 Romain Francoise <romain@orebokech.com>
6574
6575 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6576 in both messages.
6577
6578 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6579
6580 * progmodes/python.el (python-preoutput-filter):
6581 Fix arg order to string-match.
6582
6583 2006-09-16 Richard Stallman <rms@gnu.org>
6584
6585 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6586 font-lock-compile-keywords.
6587
6588 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6589 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6590
6591 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6592
6593 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6594
6595 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6596 and the data doesn't look like UTF8, send STRING instead.
6597
6598 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6599
6600 * textmodes/flyspell.el (flyspell-check-region-doublons):
6601 New function to detect duplicated words.
6602 (flyspell-large-region): Use it.
6603
6604 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6607
6608 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6609
6610 * help.el (describe-prefix-bindings): Use let, not let*.
6611
6612 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6613
6614 * allout.el (allout-regexp, allout-line-boundary-regexp)
6615 (allout-bob-regexp): Correct grouping and boundaries to fix
6616 backwards traversal.
6617 (allout-depth-specific-regexp, allout-depth-one-regexp):
6618 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6619 worse time in allout-ascend.
6620 (allout-doublecheck-at-and-shallower): Identify depth threshold
6621 below which topics are checked for and disqualified by containment
6622 discontinuities.
6623 (allout-hotspot-key-handler): Correctly handle multiple-key
6624 strokes. Remove some unused variables.
6625 (allout-mode-leaders): Clarify that mode-specific comment-start
6626 will be used.
6627 (set-allout-regexp): Correctly regexp-quote allout regexps to
6628 properly accept alternative header-leads and primary bullets with
6629 regexp-specific characters (eg, C "/*", mathematica "(*").
6630 Include new regular expressions among those configured.
6631 (allout-infer-header-lead-and-primary-bullet):
6632 Rename allout-infer-header-lead.
6633 (allout-recent-depth): Manifest as a variable as well as a function.
6634 (allout-prefix-data): Simplify into an inline instead of a macro,
6635 assuming current match data rather than being explicitly passed
6636 it. Establish allout-recent-depth value as well as
6637 allout-recent-prefix-beginning and allout-recent-prefix-end.
6638 (allout-aberrant-container-p): True when an item's immediate
6639 offspring discontinuously contained. Useful for disqualifying
6640 unintended topic prefixes, likely at low depths.
6641 (allout-goto-prefix-doublechecked): Elaborate version of
6642 allout-goto-prefix which disqualifies aberrant pseudo-items.
6643 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6644 get disqualification of aberrant containers.
6645 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6646 containers.
6647 (allout-beginning-of-current-entry): Position at start of buffer
6648 when in container (depth 0) entry.
6649 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6650 (allout-current-bullet): Strip text properties.
6651 (allout-get-prefix-bullet): Use right match groups.
6652 (allout-beginning-of-line, allout-next-heading):
6653 Disqualify aberrant containers.
6654 (allout-previous-heading): Disqualify aberrant containers, and
6655 change to regular (rather than inline) function, to allow
6656 self-recursion.
6657 (allout-get-invisibility-overlay): Increment so progress is made
6658 when the first overlay is not the sought one.
6659 (allout-end-of-prefix): Disqualify aberrant containers.
6660 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6661 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6662 outline.el outlines) functional again. Change the primary bullet
6663 along with the header-lead - level 1 new-style bullets now work.
6664 Engage allout-before-change-handler in mainline Emacs, not just
6665 XEmacs, to do undo handling.
6666 (allout-before-change-handler): Expose undo changes occurring in
6667 hidden regions. Use allout-get-invisibility-overlay instead of
6668 reimplementing it inline.
6669 (allout-chart-subtree): Use start rather than end of prefix in
6670 charts. Use allout-recent-depth variable.
6671 (allout-chart-siblings): Disqualify aberrant topics.
6672 (allout-beginning-of-current-entry): Position correctly.
6673 (allout-ascend): Use new allout-depth-specific-regexp and
6674 allout-depth-one-regexp for linear instead of O(N^2) or worse
6675 behavior.
6676 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6677 reimplementing an algorithm.
6678 (allout-up-current-level): Depend on allout-ascend, rather than
6679 reimplementing an algorithm. Return to start-point if we fail.
6680 (allout-descend-to-depth): Use allout-recent-depth variable
6681 instead of function.
6682 (allout-next-sibling): On traversal of numerous intervening
6683 topics, resort to economical allout-next-sibling-leap.
6684 (allout-next-sibling-leap): Specialized version of
6685 allout-next-sibling that uses allout-ascend cleverly, to depend on
6686 a regexp search to leap large numbers of contained topics, rather
6687 than arbitrarily many one-by-one traversals.
6688 (allout-next-visible-heading): Disqualify aberrant topics.
6689 (allout-previous-visible-heading): Position consistently when
6690 interactive.
6691 (allout-forward-current-level): Base on allout-previous-sibling
6692 rather than (differently) reimplmenting the algorithm. Remove some
6693 unused variables.
6694 (allout-solicit-alternate-bullet): Present default choice stripped
6695 of text properties.
6696 (allout-rebullet-heading): Use bullet stripped of text properties.
6697 Register changes using allout-exposure-change-hook.
6698 Disregard aberrant topics.
6699 (allout-shift-in): With universal-argument, make topic a peer of
6700 it's former offspring. Simplify the code by separating out
6701 allout-shift-out functionality.
6702 (allout-shift-out): With universal-argument, make offspring peers
6703 of their former container, and its siblings. Implement the
6704 functionality here, rather than inappropriately muddling the
6705 implementation of allout-shift-in.
6706 (allout-rebullet-topic): Respect additional argument for new
6707 parent-child separation function.
6708 (allout-yank-processing): Use allout-ascend directly.
6709 (allout-show-entry): Disqualify aberrant topics.
6710 (allout-show-children): Handle discontinuous children gracefully,
6711 extending the depth being revealed to expose them and posting a
6712 message indicating the situation.
6713 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6714 Leave cursor in correct position.
6715 (allout-hide-current-subtree): Use allout-ascend directly.
6716 Disqualify aberrant topics.
6717 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6718 a way that the yanks can restore it, as used to happen.
6719 (allout-yank-processing): Restore exposure layout as recorded by
6720 allout-kill-*, as used to happen.
6721 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6722 for preseving and restoring exposure layout across kills.
6723 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6724 (allout-encrypt-string): Strip text properties.
6725 Rearranged order and outline-headings for some of the
6726 miscellaneous functions.
6727 (allout-resolve-xref): No need to quote the error name in the
6728 condition-case handler section.
6729 (allout-flatten): Classic recursive (and recursively intensive,
6730 without tail-recursion) list-flattener, needed by allout-shift-out
6731 when confronted with discontinuous children.
6732
6733 2006-09-16 Jason Rumney <jasonr@gnu.org>
6734
6735 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6736 on ms-windows.
6737 (dnd-open-unc-file): Remove.
6738 (dnd-open-local-file): Mention in doc string that it also handles
6739 remote files if the system natively supports unc file-names.
6740
6741 2006-09-15 Kim F. Storm <storm@cua.dk>
6742
6743 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6744 all necessary information about the event before erasing *Help*.
6745
6746 * simple.el (line-move-partial): Use window-line-visiblity to
6747 quickly check whether last line is partially visible, and only do
6748 the hard (and slow) part in that case.
6749
6750 2006-09-15 Jay Belanger <belanger@truman.edu>
6751
6752 * COPYING: Replace "Library Public License" by "Lesser Public
6753 License" throughout.
6754
6755 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6756
6757 * term/x-win.el (x-menu-bar-open): New function for F10.
6758
6759 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6762 Disallow filenames containing " -" to avoid confusion with libtool
6763 compilation messages. Suggested by Stefan Monnier.
6764
6765 2006-09-15 David Kastrup <dak@gnu.org>
6766
6767 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6768 instead of buffer position for `mouse-on-link-p'.
6769
6770 * mouse.el (mouse-posn-property): New function looking up the
6771 properties at a click position in overlays and text properties in
6772 either buffer or strings.
6773 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6774 of both `follow-link' as well as `mouse-face' properties.
6775 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6776 buffer position.
6777
6778 * help.el (describe-key-briefly): When reading a down-event on
6779 mode lines or scroll bar, swallow the following up event, too.
6780 Use the new mouse sensitity of `key-binding' for lookup.
6781 (describe-key): The same here.
6782
6783 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6784
6785 * play/life.el (life-patterns): Add a few more interesting patterns.
6786 (life-setup): Force `show-trailing-whitespace' to nil.
6787
6788 2006-09-14 Richard Stallman <rms@gnu.org>
6789
6790 * startup.el (fancy-splash-text): Change text to improve alignment.
6791 (fancy-splash-screens): Don't set non-standard tab width.
6792 Bind cursor-type temporarily, and make it easy to patch to
6793 preserve the splash buffer.
6794 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6795 (fancy-splash-screens): Display echo-area message explicitly.
6796 Don't set fancy-splash-help-echo.
6797
6798 * simple.el (line-number-mode): Group mode-line instead of
6799 editing-basics.
6800 (column-number-mode, size-indication-mode): Likewise.
6801
6802 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6803
6804 * time.el (display-time): Group mode-line instead of modeline.
6805
6806 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6807
6808 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6809
6810 * startup.el (fancy-splash-text): Move editing instructions to
6811 fancy-splash-head.
6812 (fancy-splash-head): Issue editing instructions.
6813 (fancy-splash-screens): Fixup whitespace.
6814
6815 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * bindings.el (mode-line-buffer-identification-keymap):
6818 Remove duplicate line.
6819
6820 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6821
6822 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6823 ignore lists.
6824
6825 2006-09-14 Kim F. Storm <storm@cua.dk>
6826
6827 * jit-lock.el (jit-lock-fontify-again): New function.
6828 (jit-lock-fontify-now): Use it instead of lambda form.
6829
6830 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6831
6832 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6833 (flyspell-auto-correct-word): Make ispell-filter local to these
6834 functions. Check that ispell-filter has new stuff before calling
6835 ispell-parse-output.
6836
6837 2006-09-13 Kim F. Storm <storm@cua.dk>
6838
6839 * simple.el (line-move-partial): Optimize.
6840
6841 2006-09-13 Richard Stallman <rms@gnu.org>
6842
6843 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6844 Delete spurious backquote.
6845
6846 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6847
6848 * net/rcirc.el (rcirc-print): Fix last change.
6849
6850 2006-09-12 Jay Belanger <belanger@truman.edu>
6851
6852 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6853
6854 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6855
6856 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6857 rcirc-show-maximum-output.
6858 (rcirc-mode): Remove window-scroll-function hook.
6859 (rcirc-scroll-to-bottom): Remove function.
6860 (rcirc-print): Recenter so point stays at the bottom of the window
6861 if point was already there.
6862
6863 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6864
6865 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6866 not to "t".
6867 * progmodes/compile.el (compilation-start): Likewise.
6868 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6869 Don't use expand-file-name on invocation-directory, since this
6870 might mishandle special characters in invocation-directory.
6871
6872 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * pcvs-defs.el: Remove * in defcustom's docstrings.
6875
6876 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6877
6878 * progmodes/compile.el (compilation-directory-properties):
6879 Doc fix for help-echo.
6880
6881 2006-09-12 Lars Hansen <larsh@soem.dk>
6882
6883 * desktop.el (desktop-read): Add comment.
6884
6885 2006-09-12 Kim F. Storm <storm@cua.dk>
6886
6887 * simple.el (next-error-highlight, next-error-highlight-no-select):
6888 Fix spelling error.
6889
6890 * subr.el (sit-for): Rework to use input-pending-p and cond.
6891 Return nil input is pending on entry also for SECONDS <= 0.
6892 (while-no-input): Use input-pending-p instead of sit-for.
6893
6894 2006-09-11 Richard Stallman <rms@gnu.org>
6895
6896 * simple.el (next-error-highlight, next-error-highlight-no-select):
6897 Fix custom type and doc strings.
6898
6899 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6900
6901 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6902 (diff-apply-hunk): Use it to ask for confirmation.
6903
6904 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6905
6906 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6907
6908 2006-09-11 David Kastrup <dak@gnu.org>
6909
6910 * help.el (string-key-binding, describe-key-briefly)
6911 (describe-key): Remove `string-key-binding' and its callers since
6912 `key-binding' already caters for the proper lookup now.
6913
6914 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6917 (cfengine-mode): Use it. Fix \ syntax to be like /.
6918
6919 * bindings.el (mode-line-buffer-identification-keymap):
6920 Move initialization into declaration.
6921
6922 2006-09-10 Kim F. Storm <storm@cua.dk>
6923
6924 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6925 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6926 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6927 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6928
6929 2006-09-10 Richard Stallman <rms@gnu.org>
6930
6931 * dired-aux.el: Handle errors in recursive copy usefully.
6932 (dired-create-files-failures): New variable.
6933 (dired-copy-file): Remove condition-case.
6934 (dired-copy-file-recursive): Check for errors on all file
6935 operations, and add them to dired-create-files-failures.
6936 Check file file-date-erorr here too.
6937 (dired-create-files): Check dired-create-files-failures
6938 and report those errors too.
6939
6940 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6941
6942 * subr.el (add-to-list): New argument COMPARE-FN.
6943
6944 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6945
6946 * filecache.el (file-cache-add-directory)
6947 (file-cache-add-directory-list, file-cache-add-file)
6948 (file-cache-add-directory-using-find)
6949 (file-cache-add-directory-using-locate)
6950 (file-cache-add-directory-recursively): Add autoloads.
6951
6952 2006-09-09 Richard Stallman <rms@gnu.org>
6953
6954 * textmodes/conf-mode.el (conf-space-mode):
6955 Use hack-local-variables-hook instead of calling hack-local-variables.
6956 (conf-space-keywords-override): New variable.
6957 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6958 (conf-space-mode): Always make conf-space-keywords and
6959 conf-space-keywords-override local.
6960 Call conf-space-mode-internal directly as well as via hook.
6961
6962 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6963
6964 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6965 quasi-keywords.
6966
6967 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6970 (python-send-string): Be slightly more careful about adding \n.
6971
6972 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6973 kill it right away anyway.
6974
6975 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6976
6977 * international/codepage.el (cp850-decode-table): Fix a few codes.
6978 (cp858-decode-table): New variable.
6979
6980 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6981
6982 * net/ldap.el (ldap-search-internal): Doc fix.
6983
6984 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6985
6986 * play/life.el (life-display-generation): Test for input manually if
6987 `sleeptime' is negative or null.
6988
6989 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6990 (print-region-1): Substitute `%s' with the page title.
6991
6992 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6993
6994 * locate.el (locate-current-search): New variable.
6995 (locate): Set buffer local value. Use current buffer if it is
6996 in Locate mode.
6997 (locate-mode): Disable undo here.
6998 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6999 (locate-update): Use locate-current-search and locate-current-filter.
7000
7001 2006-09-08 David Kastrup <dak@gnu.org>
7002
7003 * desktop.el (desktop-read): When loading a desktop, disable
7004 saving it while the load progresses, and switch off a pending lazy
7005 load by calling `desktop-lazy-abort'.
7006
7007 2006-08-27 Martin Rudalics <rudalics@gmx.at>
7008
7009 * window.el (mouse-autoselect-window-timer)
7010 (mouse-autoselect-window-position)
7011 (mouse-autoselect-window-window)
7012 (mouse-autoselect-window-now): New vars.
7013 (mouse-autoselect-window-cancel)
7014 (mouse-autoselect-window-select)
7015 (mouse-autoselect-window-start): New functions.
7016 (handle-select-window): Call `mouse-autoselect-window-start' when
7017 delayed window autoselection is enabled.
7018
7019 * cus-start.el (mouse-autoselect-window): Handle delayed window
7020 autoselection.
7021
7022 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7023 commands after which it is allowed to print in the echo area.
7024
7025 2006-09-08 Richard Stallman <rms@gnu.org>
7026
7027 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
7028
7029 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
7030 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7031
7032 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
7033 (cancel-timer-internal): Add doc string.
7034 (cancel-function-timers): Doc fix.
7035 (with-timeout-handler, timer-event-last*): Add doc strings.
7036
7037 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
7038
7039 * files.el (risky-local-variable-p): Match ...-bindat-spec.
7040
7041 * dired.el (dired-log-summary): Add doc string.
7042
7043 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
7044 (custom-group-menu-create): Not here.
7045
7046 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
7047
7048 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
7049
7050 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7051
7052 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
7053 (mac-apple-event-map): Define its handler.
7054
7055 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7056
7057 * net/ldap.el (ldap-search-internal): Handle `auth' key.
7058
7059 2006-09-07 Magnus Henoch <mange@freemail.hu>
7060
7061 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
7062 clause.
7063
7064 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7065
7066 * info.el (Info-index): Bind completion-ignore-case.
7067
7068 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
7071 previous commit.
7072 (inferior-prolog-guess-flavor): New fun left out of previous commit.
7073 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
7074 burp in dedicated windows.
7075 (inferior-prolog-self-insert-command): New command.
7076 (inferior-prolog-mode-map): Use it.
7077
7078 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7079
7080 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
7081
7082 * international/code-pages.el: Add cp858.
7083
7084 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7085
7086 * dnd.el: Fix bootstrapping.
7087
7088 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7089
7090 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
7091 (dnd-open-remote-url): New function.
7092 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
7093 not windows-nt.
7094
7095 2006-09-07 Jason Rumney <jasonr@gnu.org>
7096
7097 * dnd.el (dnd-open-remote-file-function): New variable.
7098 (dnd-open-unc-file): New function.
7099 (dnd-open-file): Call dnd-open-remote-file-function if set.
7100
7101 2006-09-06 Daiki Ueno <ueno@unixuser.org>
7102
7103 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
7104 pgg-passphrase-coding-system rather than locale-coding-system.
7105 * pgg-def.el (pgg-passphrase-coding-system): New user option.
7106
7107 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * progmodes/prolog.el: Remove * in docstrings.
7110 (prolog-program-name): Add SWI prolog.
7111 (prolog-mode-menu): New menu.
7112 (prolog-mode): Set comment-add.
7113 (prolog-indent-line): Simplify. Use indent-line-to.
7114 (inferior-prolog-buffer): New var.
7115 (inferior-prolog-run, inferior-prolog-process): New funs.
7116 (run-prolog, switch-to-prolog): Rewrite, using them.
7117 (prolog-consult-region): Use inferior-prolog-buffer.
7118 (inferior-prolog-load-file): New function.
7119 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
7120
7121 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
7122 last word, if it's not the end of the paragraph.
7123
7124 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
7125 file name.
7126
7127 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
7128
7129 * frame.el (display-mm-dimensions-alist): New defcustom.
7130 (display-mm-height, display-mm-width): Use it.
7131
7132 2006-09-06 Simon Josefsson <jas@extundo.com>
7133
7134 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
7135
7136 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
7137
7138 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7139 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
7140 string values.
7141
7142 2006-09-06 Kim F. Storm <storm@cua.dk>
7143
7144 * simple.el (line-move-partial): New function to do vscrolling for
7145 partially visible images / tall lines. Rewrite based on code
7146 previously in line-move. Simplify backwards vscrolling.
7147 (line-move): Use it. Simplify.
7148
7149 2006-09-05 Kim F. Storm <storm@cua.dk>
7150
7151 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
7152
7153 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
7154
7155 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7156 Process the `gcc-include' after the `gnu' rule.
7157
7158 2006-09-05 Kim F. Storm <storm@cua.dk>
7159
7160 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
7161
7162 2006-09-05 Daiki Ueno <ueno@unixuser.org>
7163
7164 * pgg.el (pgg-clear-string): Alias to clear-string for backward
7165 compatibility.
7166
7167 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
7168 inhibit-redisplay; encode passphrase with locale-coding-system.
7169
7170 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7171
7172 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
7173
7174 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
7175
7176 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7177 (gdb-var-list-children-regexp): Make type field optional.
7178
7179 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
7180 e.g public, protected in C++.
7181
7182 2006-09-04 John Paul Wallington <jpw@pobox.com>
7183
7184 * simple.el (completion-show-help): New defcustom.
7185 (completion-setup-function): Heed it.
7186
7187 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7188
7189 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
7190
7191 2006-09-04 Richard Stallman <rms@gnu.org>
7192
7193 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
7194 (rsf-min-region-to-spam-list): Doc fix.
7195 (rsf-add-content-type-field): Doc fix.
7196
7197 * simple.el (kill-region): Explicitly test there is a region.
7198
7199 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
7200
7201 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
7202 sendmail in several common directories.
7203
7204 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
7205
7206 * paths.el (sendmail-program): Removed.
7207
7208 2006-09-04 Daiki Ueno <ueno@unixuser.org>
7209
7210 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
7211 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
7212 http://article.gmane.org/gmane.emacs.gnus.general/50457
7213
7214 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
7215
7216 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
7217 mark after running the menu filter.
7218
7219 2006-09-03 Juri Linkov <juri@jurta.org>
7220
7221 * international/quail.el (quail-defrule-internal): Add a check
7222 if a key is a vector.
7223
7224 2006-09-02 Juri Linkov <juri@jurta.org>
7225
7226 * man.el (Man-topic-history): New variable.
7227 (man): Use it.
7228
7229 * woman.el (woman-topic-history): Change defvar to defvaralias
7230 for symbol `Man-topic-history'.
7231
7232 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
7233 `comint-last-output-start' is a marker by using `markerp' and
7234 check if it has a position by using `marker-position', and use
7235 this position for `goto-char'.
7236
7237 * international/quail.el (quail-defrule-internal): Add missing
7238 `error' call for null key.
7239
7240 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
7241
7242 * rcirc.el (rcirc-keywords): New variable.
7243 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
7244 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
7245 variables.
7246 (rcirc-responses-no-activity): New function.
7247 (rcirc-handler-generic): Check for responses in above.
7248 (rcirc-process-command): Add ?: character to arguments of raw
7249 server commands.
7250 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7251 `rcirc-dim-nicks'.
7252 (rcirc-gray-toggle): Remove unused variable.
7253 (rcirc-print): Remove some tracking logic, which is moved into
7254 markup functions.
7255 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7256 types.
7257 (rcirc-activity-string): Look for 'keyword in activity-types.
7258 (rcirc-window-configuration-change): Don't erase overlay-arrow
7259 unnecessarily.
7260 (rcirc-add-or-remove): New function.
7261 (rcirc-cmd-ignore): Use it.
7262 (rcirc-message-leader): Remove unused function.
7263 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7264 (rcirc-add-face): New function.
7265 (rcirc-facify): Use rcirc-add-face.
7266 (rcirc-url-regexp): Add parens.
7267 (rcirc-map-regexp): Remove function.
7268 (rcirc-mangle-regexp): Remove function.
7269 (rcirc-markup-text-functions): New variable.
7270 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7271 (rcirc-markup-body-text, rcirc-markup-attributes)
7272 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7273 (rcirc-markup-bright-nicks): New markup handler functions.
7274 (rcirc-nick-in-message-full-line): New face.
7275 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7276 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7277
7278 2006-09-02 Martin Rudalics <rudalics@gmx.at>
7279
7280 * cus-start.el (hscroll-margin, hscroll-step)
7281 (mode-line-in-non-selected-windows, mouse-autoselect-window)
7282 (x-use-underline-position-properties): Change version to "22.1"
7283 since they will appear there for the first time.
7284
7285 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7288
7289 2006-08-31 Richard Stallman <rms@gnu.org>
7290
7291 * cus-edit.el (custom-save-variables): Slight cleanup.
7292 (Custom-no-edit): Renamed from custom-no-edit.
7293 (Custom-newline): Renamed from custom-newline.
7294 (custom-mode-map): Use new names.
7295
7296 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7297 about customization, rather than M-x customize, in the doc string
7298 made for the defcustom.
7299
7300 * emacs-lisp/trace.el (trace-function-background): Doc fix.
7301
7302 2006-08-31 Romain Francoise <romain@orebokech.com>
7303
7304 * dired-x.el (dired-guess-shell-alist-default): Update.
7305
7306 2006-08-31 Michael Mauger <mmaug@yahoo.com>
7307
7308 * custom.el (custom-theme-set-variables): Autoload packages before
7309 sorting the variables.
7310
7311 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
7312
7313 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7314 chars if XEmacs.
7315 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7316
7317 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * progmodes/python.el (python-eldoc-function): Re-enable quit while
7320 waiting for process.
7321
7322 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7323
7324 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7325 results in ASCII-only string, encode original one directly.
7326
7327 2006-08-29 Romain Francoise <romain@orebokech.com>
7328
7329 * startup.el (normal-splash-screen, fancy-splash-screens):
7330 Make buffer read-only and arrange to enter view mode if necessary.
7331
7332 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * hl-line.el (hl-line): New face.
7335 (hl-line-face): Use it.
7336
7337 * image-mode.el (image-mode): Fix last fix.
7338 Suggested by Kim F. Storm.
7339
7340 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7341
7342 Sync with Tramp 2.0.54.
7343
7344 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7345 of `=', because `tramp-get-remote-gid' might not always return an
7346 integer when expected.
7347 (tramp-register-file-name-handlers): `partial-completion-mode' is
7348 unknown to XEmacs.
7349 (tramp-time-diff): Don't use `floor', it might fail for large
7350 differences.
7351 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7352 `tramp-auto-save-directory' if unset in order to guarantee unique
7353 auto-save file names.
7354
7355 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7356
7357 * image-mode.el (image-mode): Display image as text on a terminal.
7358
7359 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * progmodes/python.el (python-send-command): Simplify.
7362 (run-python): Don't generate a new buffer unless `new' was specified.
7363 Make sure we send `import emacs' to the proper process.
7364
7365 * progmodes/python.el (python-send-command): Don't wait for the command
7366 to terminate. Don't fiddle with compilation-parsing-end.
7367
7368 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7371 Insert commentary after first line summary.
7372
7373 * woman.el (woman-follow): New function, based on `man-follow'.
7374 (woman-mode-map): Use it.
7375
7376 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7377 since ibuffer-do-sort-by-recency does not define a sorter.
7378
7379 2006-08-28 Kim F. Storm <storm@cua.dk>
7380
7381 * find-dired.el (find-dired): Use shell-quote-argument to properly
7382 escape ( and ) args. Also use it on {} and ; args in default
7383 value of find-ls-option string.
7384 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7385
7386 2006-08-27 Michael Olson <mwolson@gnu.org>
7387
7388 * emacs-lisp/tq.el: Small grammar fix in comments.
7389 (tq-enqueue): Check for existence of queue rather than the
7390 head queue item's question, which was a no-op.
7391 (tq-filter, tq-process-buffer): Make sure the process buffer
7392 exists before making it the current buffer.
7393
7394 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7395
7396 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7397 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7398 (special-event-map): Apply 2006-08-16 change for x-win.el.
7399
7400 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * progmodes/python.el (python-send-receive): Wait in the
7403 process's buffer so as to check the right buffer-local variables.
7404
7405 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7408 (defgroup checkdoc): Move to beginning.
7409
7410 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7411 (python-preoutput-continuation): Remove.
7412 (python-preoutput-filter): Simplify correspondingly.
7413 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7414 Loop around to catch embedded _emacs_out output.
7415 (run-python): Send the import&print command on a single line.
7416 (python-send-command): Send command&print on a single line.
7417 (python-send-string): Only add double \n if needed.
7418 (python-send-receive): Loop until the result comes.
7419 (python-mode-running): Defvar it.
7420 (python-setup-brm): Remove unused var `menu'.
7421 Only bind py-mode-map and `features' around brm-init.
7422 (python-calculate-indentation): Remove unused var `point'.
7423 (python-beginning-of-defun): Remove unused var `def-line'.
7424
7425 2006-08-25 Richard Stallman <rms@gnu.org>
7426
7427 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7428
7429 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7430
7431 * viper.el (viper-set-hooks): Use frame bindings for
7432 viper-vi-state-cursor-color.
7433 (viper-non-hook-settings): Don't set default
7434 mode-line-buffer-identification.
7435
7436 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7437 (viper-set-cursor-color-according-to-state)
7438 (viper-get-saved-cursor-color-in-replace-mode)
7439 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7440 viper-emacs-state-cursor-color.
7441
7442 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7443 (viper-undo): Use point if undo-beg-posn is nil.
7444 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7445 (viper-after-change-undo-hook): Don't use
7446 viper-emacs-state-cursor-color by default.
7447 (viper-undo): More sensible positioning after undo.
7448
7449 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7450 (viper-emacs-state-cursor-color): Default to nil, since this feature
7451 doesn't work well yet.
7452
7453 * ediff-mult.el (ediff-intersect-directories)
7454 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7455 always expand filenames.
7456
7457 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * tumme.el: Remove * in defcustoms's docstrings.
7460
7461 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7462
7463 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7464 Accept internal time format for SECS arg.
7465 (timer-relative-time): Doc fix.
7466
7467 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7468 adapted from Martin Rudalics.
7469 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7470 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7471 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7472 using sit-for.
7473
7474 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7475
7476 * cus-start.el (all): Add `overline-margin' and
7477 `x-underline-at-descent-line'.
7478
7479 2006-08-24 Kim F. Storm <storm@cua.dk>
7480
7481 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7482 to mean "use find -exec"; nil now unambiguously means auto-detect.
7483 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7484 Use shell-quote-argument to build grep-find-command and
7485 grep-find-template.
7486 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7487 Reported by Tom Seddon.
7488
7489 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7490
7491 * startup.el (fancy-splash-head): Give instructions for dismissing
7492 the splash screen for default startup too.
7493 (display-startup-echo-area-message, fancy-splash-screens)
7494 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7495 all splash text at once and keep the splash buffer around.
7496 (command-line-1): Give display-startup-echo-area-message a t arg.
7497
7498 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7499
7500 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7501 gnus frame is selected.
7502
7503 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7504
7505 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7506
7507 2006-08-22 Kim F. Storm <storm@cua.dk>
7508
7509 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7510 Add suffix matching for subdirs.
7511
7512 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7513
7514 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7515 mouse-yank-at-point is non-nil.
7516
7517 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7518
7519 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7520 a bit wider and remove fringes to fit initial output on line.
7521
7522 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * frame.el (blink-cursor-end): Only ignore the error we care about.
7525 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7526
7527 2006-08-21 Richard Stallman <rms@gnu.org>
7528
7529 * whitespace.el (whitespace-cleanup): Doc fix.
7530
7531 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7532
7533 * net/rcirc.el (rcirc-show-maximum-output): New var.
7534 (rcirc-buffer-process): If no buffer argument is supplied, use
7535 current-buffer.
7536 (rcirc-complete-nick): Complete to the last completed nick first.
7537 (rcirc-mode): Preserve the value of `rcirc-urls' across
7538 connections. Setup scroll function.
7539 (rcirc-scroll-to-bottom): New function.
7540 (rcirc-print): Use nick syntax around regexp work.
7541 Notice dim-nicks speaking only if they say our nick.
7542 (rcirc-update-activity-string): Do not show the modeline indicator
7543 if there are no live rcirc processes.
7544 (rcirc-cmd-ignore): Ignore case.
7545 (rcirc-browse-url-at-point): Fix off-by-one error.
7546
7547 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * progmodes/python.el: Remove * in defcustom docstrings.
7550 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7551 (python-mode): Set tab-width and indent-tabs-mode.
7552
7553 2006-08-20 Dave Love <fx@gnu.org>
7554
7555 * progmodes/python.el: Update to Dave Love's latest version.
7556 (python-font-lock-keywords, python-mode): Don't use
7557 font-lock-syntax-table, but match symbol elements explicitly instead.
7558 (python-mode-map): Add help, and a few more key bindings.
7559 (python-skip-comments/blanks): Move out of comments as well.
7560 (python-continuation-line-p): Behave better with unbalanced parens.
7561 (python-blank-line-p): New fun.
7562 (python-open-block-statement-p): Don't use a heuristic.
7563 (python-outdent-p): Better handle blocks-in-the-same-line.
7564 (python-calculate-indentation): Misc improvements.
7565 (python-comment-indent): Remove.
7566 (python-block-pairs): New var.
7567 (python-first-word): New fun.
7568 (python-indentation-levels): Handle more common cases.
7569 (python-indent-line-1): Add `leave' argument.
7570 (python-indent-region): New fun.
7571 (python-skip-out): New fun.
7572 (python-beginning-of-statement, python-end-of-statement): Use it.
7573 (python-next-statement): Return correct count even at eob.
7574 (python-end-of-block): Fix paren-typo.
7575 (python-imenu-create-index): Add module variables.
7576 (run-python): Add `new' arg.
7577 Check we're at a prompt before returning.
7578 (python-send-command): Move to end of buffer.
7579 Wait for prompt to return.
7580 (python-set-proc): New fun.
7581 (python-imports): New var.
7582 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7583 (python-eldoc-function): Try to move out of arg list.
7584 (python-outline-level): Offset by 1.
7585 (python-find-imports): New fun.
7586 (python-symbol-completions): Use python-imports.
7587 (python-module-path, ffap-alist): Add support for ffap.
7588 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7589 (python-insert-*, python-default-template, python-expand-template):
7590 Add templates/skeletons.
7591 (python-setup-brm): Support for Bicycle Repair Man.
7592 (python-abbrev-syntax-table): New var.
7593 (python-abbrev-pc-hook, python-pea-hook): New funs.
7594
7595 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * frame.el (blink-cursor-start): Set timer first.
7598 (blink-cursor-end): Ignore timer cancelling errors.
7599 Suggested by Ken Manheimer.
7600
7601 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7602
7603 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7604 Add autoload cookie.
7605
7606 2006-08-20 Richard Stallman <rms@gnu.org>
7607
7608 * simple.el (line-number-at-pos): Doc fix.
7609
7610 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7611 timer-activate-when-idle, so timer can run before Emacs becomes
7612 non-idle again.
7613
7614 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7615
7616 * whitespace.el (whitespace-cleanup-internal): New optional arg
7617 REGION-ONLY. If it's non-nil, modify the message to the user
7618 accordingly.
7619 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7620 a non-nil argument.
7621
7622 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7623
7624 * rect.el (spaces-string): Simplify and add doc string.
7625
7626 2006-08-17 Romain Francoise <romain@orebokech.com>
7627
7628 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7629
7630 2006-08-17 Richard Stallman <rms@gnu.org>
7631
7632 * compare-w.el (compare-windows): lambda's take an arg and pass
7633 it to compare-windows-skip-whitespace.
7634
7635 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7636
7637 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7638 the right buffer.
7639
7640 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7643 removed files.
7644
7645 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7646
7647 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7648 (gdb-locals-watch-map-1): Suppress keymap first.
7649 (gdb-edit-locals-map-1): New variable.
7650 (gdb-edit-locals-value): New function.
7651 (gdb-stack-list-locals-handler): Use them.
7652
7653 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7656 cursor would normally be drawn in the fringe.
7657
7658 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7659 Reported by Martin Rudalics <rudalics@gmx.at>.
7660
7661 2006-08-16 Richard Stallman <rms@gnu.org>
7662
7663 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7664 (special-event-map): Process drag-n-drop events this way.
7665
7666 * simple.el (move-beginning-of-line): Test whether fields
7667 would prevent motion back to line's first visible character.
7668 If so, stop where the fields would stop the motion.
7669
7670 * newcomment.el (comment-indent): Fully update INDENT
7671 before checking to see if it will change the text.
7672
7673 * cus-edit.el (custom-newline): New function.
7674 (custom-mode-map): Bind newline to custom-newline.
7675
7676 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7677 into ignore-whitespace.
7678 Check each buffer for its skip-function.
7679 Handle compare-windows-skip-whitespace special-case test
7680 by returning t from default skip function.
7681
7682 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7683
7684 * textmodes/org.el (org-clock-special-range)
7685 (org-clock-update-time-maybe): New functions.
7686 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7687 not only a-z.
7688 (org-agenda-get-blocks): Allow multiple blocks per headline.
7689 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7690 (org-export-html-title-format)
7691 (org-export-html-toplevel-hlevel): New options.
7692 (org-export-language-setup): Add support for Czech.
7693 (org-mode, org-insert-todo-heading, org-find-visible)
7694 (org-find-invisible, org-invisible-p, org-invisible-p2)
7695 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7696 (org-show-subtree, org-show-entry, org-make-options-regexp):
7697 Remove compatibility support for old outline-mode.
7698 (org-check-occur-regexp): Funtion removed.
7699 (org-on-heading-p, org-back-to-heading): Made defalias.
7700 (org-set-local): New defsubst.
7701 (org-set-regexps-and-options, org-mode)
7702 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7703 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7704 (org-remember-apply-template, org-table-edit-field)
7705 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7706 (org-set-autofill-regexps): Use `org-set-local'.
7707 (org-table-eval-formula): Fix bug with parsing of display flags.
7708
7709 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7710
7711 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7712 frame with fringe arrow. Suggested by Simon Marshall
7713 <simon.marshall@misys.com>.
7714 (gdb-stack-position): New variable.
7715 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7716 (gdb-frames-mode): Set gdb-stack-position to nil.
7717 Add to overlay-arrow-variable-list
7718 (gdb-reset): Delete gdb-stack-position from above list.
7719
7720 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7721
7722 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7723 read only.
7724
7725 2006-08-13 Romain Francoise <romain@orebokech.com>
7726
7727 * cus-theme.el (customize-create-theme)
7728 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7729
7730 * filesets.el (filesets-add-buffer): Ditto.
7731
7732 * pcvs.el (cvs-change-cvsroot): Ditto.
7733
7734 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7735
7736 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7737 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7738 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7739 expressions.
7740 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7741 Only search till end of line.
7742 Add face to function names in case of no filename.
7743 Add face to variable names of watchpoints.
7744
7745 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7746
7747 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7748 customization group.
7749
7750 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7751
7752 * allout.el (allout-prior-bindings, allout-added-bindings):
7753 Remove, after long deprecation.
7754 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7755 Add customization vars controlling allout-beginning-of-line and
7756 allout-end-of-line conveniences.
7757 (allout-header-prefix, allout-use-mode-specific-leader)
7758 (allout-use-mode-specific-leader, allout-mode-leaders):
7759 Revise docstrings.
7760 (allout-infer-header-lead): Change to be an alias for
7761 allout-infer-header-lead-and-primary-bullet.
7762 (allout-infer-header-lead-and-primary-bullet): New version of
7763 allout-infer-header-lead which assigns the primary bullet to the
7764 same as the header lead, when its being changed.
7765 (allout-infer-body-reindent): Apply regexp-quote instead of
7766 unconditionally prepending "\\", so that all literal
7767 allout-header-prefix and allout-primary-bullet strings are
7768 properly handled.
7769 (allout-add-resumptions): Add optional qualifier for extending or
7770 appending to existing values, rather than replacing them.
7771 (allout-view-change-hook): Clarify docstring.
7772 (allout-exposure-change-hook): Take explicit arguments, via
7773 run-hook-with-args.
7774 (allout-structure-added-hook)
7775 (allout-structure-deleted-hook)
7776 (allout-structure-shifted-hook): New hooks analogous to
7777 allout-exposure-change-hook for other kinds of structural outline
7778 edits.
7779 (allout-encryption-plaintext-sanitization-regexps): New encryption
7780 customization variable, by which cooperating modes can provde
7781 massage of the plaintext without actually being passed it.
7782 (allout-encryption-ciphertext-rejection-regexps)
7783 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7784 customization variables, by which cooperating modes can prohibit
7785 rare but possible ciphertext patterns from fouling their
7786 operation, with actually being passed the ciphertext.
7787 (allout-mode): Run activation and deactivation hooks after the
7788 minor-mode variable has been toggled, to clarify the mode
7789 disposition. The new encryption ciphertext rejection variable is
7790 used to ensure that the ciphertext does not contain text that
7791 would be recognized as outline structural elements by allout.
7792 Substite allout-beginning-of-line and allout-end-of-line for
7793 conventionall beginning-of-line and end-of-line bindings.
7794 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7795 activation!
7796 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7797 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7798 (allout-chart-subtree): Implement new mode, charting only the
7799 visible items in the subtree, when new 'visible' parameter is non-nil.
7800 (allout-end-of-subtree): Properly handle the last item in the buffer.
7801 (allout-pre-command-business, allout-command-counter):
7802 Increment an advertised counter so that cooperating enhancements can
7803 track revisions of items.
7804 (allout-open-topic): Run allout-structure-added-hook with suitable
7805 arguments.
7806 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7807 arguments.
7808 (allout-shift-out): Fix doubling for negative args and ensure call
7809 of allout-structure-shifted-hook by solely using allout-shift-in.
7810 (allout-kill-line, allout-kill-topic):
7811 Run allout-structure-deleted-hook with suitable arguments.
7812 (allout-yank-processing): Run allout-structure-added-hook with
7813 proper arguments.
7814 (allout-yank): Enclose activity in allout-unprotected.
7815 (allout-flag-region): Run allout-exposure-change-hook with
7816 suitable arguments, instead of making the callee infer the arguments.
7817 (allout-encrypt-string):
7818 Support allout-encryption-plaintext-sanitization-regexps,
7819 allout-encryption-ciphertext-rejection-regexps, and
7820 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7821 en/de cryption mode in symmetric encryption failure message.
7822 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7823 copy of the passphrase, and don't zero it or we'll corrupt the
7824 stashed copy.
7825 (allout-create-encryption-passphrase-verifier)
7826 (allout-verify-passphrase): Respect the new signature for
7827 allout-encrypt-string.
7828 (allout-get-configvar-values): Convenience for getting a
7829 configuration variable value and handling its absence gracefully.
7830
7831 2006-08-11 Romain Francoise <romain@orebokech.com>
7832
7833 * obsolete/zone-mode.el: Delete.
7834
7835 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7836
7837 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7838
7839 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7840
7841 * emacs-lisp/bindat.el (bindat-ip-to-string):
7842 Use `format-network-address' if possible.
7843
7844 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7845
7846 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7847
7848 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7849
7850 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7851 restore unread-command-events here.
7852 (edebug-display): Do it here, to detect sit-for interruptions.
7853
7854 2006-08-10 Romain Francoise <romain@orebokech.com>
7855
7856 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7857 (dns-mode-soa-auto-increment-serial): New user option.
7858 (dns-mode-soa-maybe-increment-serial): New function.
7859 (dns-mode): Add the latter to `write-contents-functions'.
7860
7861 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7862 Delete autoload cookies.
7863
7864 2006-08-10 John Wiegley <johnw@newartisans.com>
7865
7866 * eshell/em-glob.el (eshell-glob-chars-list)
7867 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7868
7869 2006-08-10 Richard Stallman <rms@gnu.org>
7870
7871 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7872 (facemenu-set-face): Doc fix.
7873 (facemenu-listed-faces): Doc fix.
7874
7875 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * avoid.el (mouse-avoidance-animating-pointer): New var.
7878 (mouse-avoidance-nudge-mouse): Use it.
7879 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7880 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7881 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7882 Don't activate if currently animating. All callers changed.
7883
7884 2006-08-09 John Wiegley <johnw@newartisans.com>
7885
7886 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7887 variable, which causes timeclock to report elapsed time worked,
7888 instead of just work remaining.
7889
7890 2006-08-09 Kenichi Handa <handa@m17n.org>
7891
7892 * international/latexenc.el (latexenc-find-file-coding-system):
7893 Fix for the case that the 2nd element of arg-list is a cons.
7894
7895 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7896
7897 * info.el (Info-fontify-node): Handle preceding `in' for note
7898 reference hiding rules.
7899
7900 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7903 mistake a closing " for an opening one.
7904
7905 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7906
7907 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7908
7909 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7910
7911 * complete.el (PC-do-completion): Filter out completions matching
7912 completion-ignored-extensions before checking whether there are
7913 multiple completions.
7914 Don't use `list' unnecessarily when building completion tables.
7915
7916 2006-08-06 Richard Stallman <rms@gnu.org>
7917
7918 * help.el (describe-mode): Make minor mode list more concise.
7919
7920 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7921
7922 * bindings.el: Give mode-line-format, mode-line-modes, and
7923 mode-line-position `standard-value' properties.
7924
7925 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7926
7927 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7928 "(file)node" instead of the file name.
7929
7930 2006-08-05 Richard Stallman <rms@gnu.org>
7931
7932 * faces.el (escape-glyph): Doc fix.
7933
7934 2006-08-04 Kenichi Handa <handa@m17n.org>
7935
7936 * international/mule-diag.el (describe-font): Improve docstring
7937 and error message. Use frame-parameter (not frame-parameters).
7938
7939 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7942 Correctly mark the end-of-docstring char.
7943
7944 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * simple.el (line-move-to-column): Constrain move-to-column to
7947 current field.
7948
7949 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * font-lock.el (font-lock-beg, font-lock-end)
7952 (font-lock-extend-region-functions): New vars.
7953 (font-lock-extend-region-multiline)
7954 (font-lock-extend-region-wholelines): New functions.
7955 (font-lock-default-fontify-region): Use them.
7956 (font-lock-extend-jit-lock-region-after-change): Only round up
7957 if font-lock-default-fontify-region will do it as well.
7958
7959 * font-lock.el (font-lock-extend-after-change-region-function):
7960 Rename from font-lock-extend-region-function.
7961 (font-lock-extend-region): Remove by inlining at call sites.
7962 (font-lock-after-change-function): Don't needlessly round up to a whole
7963 number of lines.
7964 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7965 the boundary conditions and the interactions between the various ways
7966 to extend the region.
7967
7968 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7971 modification status when forcing the second redisplay.
7972
7973 2006-08-03 Kim F. Storm <storm@cua.dk>
7974
7975 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7976
7977 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7980 doesn't look like a file name.
7981
7982 * complete.el (PC-expand-many-files): Avoid signalling an error when
7983 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7984
7985 2006-08-02 Andreas Schwab <schwab@suse.de>
7986
7987 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7988
7989 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7990
7991 * bindings.el (map): Make mode-line-buffer-identification-keymap
7992 before defining propertized-buffer-identification.
7993
7994 2006-08-01 Richard Stallman <rms@gnu.org>
7995
7996 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7997
7998 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7999
8000 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8001 default value.
8002 (gdb-find-source-frame): New function.
8003 (menu): Add to menu bar.
8004
8005 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * font-core.el (font-lock-extend-region-function)
8008 (font-lock-extend-region): Move to font-lock.el.
8009
8010 * font-lock.el (font-lock-extend-region-function)
8011 (font-lock-extend-region): Move from font-core.el. Simplify.
8012
8013 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8014 if needed.
8015 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8016 (jit-lock-after-change-extend-region-functions): New hook.
8017 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8018
8019 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8020 (font-lock-turn-on-thing-lock): Use it.
8021
8022 * longlines.el (longlines-show-region): Make it work on read-only
8023 buffers as well.
8024
8025 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
8026
8027 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
8028
8029 2006-07-31 Richard Stallman <rms@gnu.org>
8030
8031 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
8032 (vhdl-speedbar-display-projects): Update old obsolete
8033 speedbar variable names.
8034
8035 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8036
8037 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
8038 (gdb-stopped): Use it.
8039
8040 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
8041
8042 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
8045 for load-history elements.
8046
8047 2006-07-29 Eli Zaretskii <eliz@gnu.org>
8048
8049 * files.el (convert-standard-filename): For Cygwin, replace
8050 characters not allowed in Windows file names.
8051 (make-auto-save-file-name): Add Cygwin to the list of systems
8052 where the auto-save file name needs to be run through
8053 convert-standard-filename.
8054
8055 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
8056
8057 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
8058
8059 2006-07-28 Richard Stallman <rms@gnu.org>
8060
8061 * bindings.el (mode-line-frame-identification)
8062 (propertized-buffer-identification): Centralize the code
8063 to initialize the variable.
8064
8065 * progmodes/grep.el (grep-default-command): Catch errors from
8066 wildcard-to-regexp.
8067
8068 2006-07-29 Kim F. Storm <storm@cua.dk>
8069
8070 * progmodes/grep.el (grep-tag-default): New function.
8071 (grep-default-command, grep-read-regexp): Use it.
8072 (grep-read-files): Use car of grep-files-history or grep-files-aliases
8073 as default if nothing else applies.
8074
8075 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
8076
8077 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8078 Throw error if buffer is not in Dired and Wdired mode, respectively.
8079
8080 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
8081
8082 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
8083 self-insert-command keys don't activate buttons.
8084 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
8085
8086 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
8089 faces for enable character.
8090
8091 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
8092
8093 * Makefile.in (recompile): Update comment to reflect change
8094 on 2004-04-21.
8095
8096 2006-07-27 Richard Stallman <rms@gnu.org>
8097
8098 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
8099 (customize-package-emacs-version): Change msg when pkg has no entry.
8100 (custom-no-edit): On a button, do like widget-button-press.
8101
8102 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8103
8104 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
8105 S-tab and C-S-tab.
8106
8107 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
8108
8109 * progmodes/which-func.el (which-function): Fix documentation/
8110 comment typo.
8111
8112 2006-07-26 Richard Stallman <rms@gnu.org>
8113
8114 * textmodes/ispell.el (ispell-word): If we replace the word,
8115 move point to the end. Insert before deleting.
8116
8117 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8118
8119 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
8120 a timer.
8121
8122 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
8123
8124 * tumme.el (tumme-backward-image): Add prefix argument. Add error
8125 when at first image.
8126 (tumme-forward-image): Add prefix argument. Add error when at last
8127 image.
8128
8129 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * tabify.el (tabify-regexp): Use more specific regexps.
8132 (tabify): Avoid modifying the buffer unnecessarily.
8133
8134 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
8135
8136 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
8137 (tumme-format-properties-string): Handle empty `buf'.
8138 (tumme-get-comment): Change variable names inside `let'.
8139 Add missing `let' variable that cause font-lock problems.
8140 (tumme-write-comments): Change variable names inside `let'.
8141 Add missing `let' variable that cause font-lock problems.
8142 (tumme-forward-image): Rename from `tumme-forward-char'.
8143 (tumme-backward-image): Rename from `tumme-backward-char'.
8144
8145 2006-07-25 Masatake YAMATO <jet@gyve.org>
8146
8147 * progmodes/ld-script.el (ld-script-keywords)
8148 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
8149 and add comments.
8150
8151 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
8152
8153 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8154 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
8155 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
8156 for status indicator.
8157
8158 2006-07-24 Richard Stallman <rms@gnu.org>
8159
8160 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
8161
8162 * subr.el (dolist, dotimes): Use interned symbols for locals.
8163 (--dotimes-limit--, --dolist-tail--): New defvars.
8164 (looking-back): Doc fix.
8165
8166 * replace.el (replace-match-string-symbols): Handle dotted lists.
8167
8168 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
8169
8170 * tumme.el (tumme-write-tags): Add.
8171 (tumme-write-comments): Add.
8172 (tumme-tag-files): Change to use `tumme-write-tags'.
8173 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
8174 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
8175 (tumme-save-information-from-widgets): Change to use
8176 `tumme-write-comments' and `tumme-write-tags'.
8177 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
8178 (tumme-write-tag): Remove.
8179 (tumme-write-comment): Remove.
8180 (tumme-display-previous-thumbnail-original): Remove empty line.
8181 (tumme-widget-list): Add punctuation.
8182
8183 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
8184
8185 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
8186
8187 2006-07-24 Daiki Ueno <ueno@unixuser.org>
8188
8189 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8190 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
8191 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
8192
8193 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8194
8195 * mouse.el (mouse-on-link-p): Doc fix.
8196
8197 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
8198
8199 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8200 Handle "C-h f `".
8201
8202 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8203
8204 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
8205 column.
8206
8207 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
8208
8209 * textmodes/table.el: Add move-beginning-of-line and
8210 move-end-of-line to Point Motion Only Group.
8211
8212 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
8213
8214 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
8215
8216 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8217
8218 * startup.el (user-mail-address): Initialize from the `EMAIL'
8219 environment variable first. Document this.
8220 (command-line): Ditto.
8221
8222 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
8223
8224 * help-mode.el (help-function-def, help-variable-def)
8225 (help-face-def): Print a message in the minibuffer.
8226
8227 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8228
8229 * term/xterm.el (terminal-init-xterm): Fix key bindings
8230 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
8231
8232 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8233
8234 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
8235 where `(nth 1 command)' is a cons cell. Doc fix.
8236
8237 * textmodes/po.el (po-find-charset): Doc fix.
8238
8239 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
8240
8241 * allout.el (allout-unprotected, allout-e-o-prefix-p)
8242 (allout-beginning-of-current-line, allout-end-of-current-line)
8243 (allout-next-visible-heading, allout-open-topic)
8244 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
8245 (allout-flag-current-subtree, allout-show-to-offshoot)
8246 (allout-hide-current-entry, allout-show-current-branches)
8247 (allout-hide-region-body, allout-old-expose-topic)
8248 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
8249 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8250 containing `beginning-of-line' and `end-of-line' with
8251 `inhibit-field-text-motion' t.
8252
8253 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8254
8255 * frame.el (focus-follows-mouse): Document that it doesn't have
8256 any effect on MS-Windows.
8257
8258 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8261
8262 2006-07-20 Jay Belanger <belanger@truman.edu>
8263
8264 * calc.el (calc-previous-alg-entry): Remove variable.
8265
8266 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8267 New variables.
8268 (calc-alg-entry): Use `calc-alg-entry-history'.
8269 (calc-do-quick-calc): Use `calc-quick-calc-history'.
8270 Remove reference to `calc-previous-alg-entry'.
8271 (calcAlg-edit, calcAlg-enter): Remove reference to
8272 `calc-previous-alg-entry'.
8273 (calcAlg-previous): Use `previous-history-element' instead of
8274 `calc-previous-alg-entry'.
8275 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8276 Change keybinding for `calcAlg-plus-minus', add keybindings for
8277 `previous-history-element' and `next-history-element'.
8278
8279 * calc-rewr.el (calc-match): Remove reference to
8280 `calc-previous-alg-entry'.
8281
8282 * calc-sel.el (calc-selection-history): New variable.
8283 (calc-enter-selection, calc-sel-mult-both-sides)
8284 (calc-sel-add-both-sides): Use `calc-selection-history'.
8285
8286 * calc-map.el (calc-get-operator-history): New variable.
8287 (calc-get-operator): Use `calc-get-operator-history'.
8288
8289 * calcalg3.el (calc-curve-fit-history): New variable.
8290 (calc-curve-fit): Use `calc-curve-fit-history'.
8291
8292 2006-07-20 Kenichi Handa <handa@m17n.org>
8293
8294 * international/mule-cmds.el (select-safe-coding-system): Fix the
8295 way of deciding eol-type of the coding system.
8296
8297 2006-07-20 Alan Mackenzie <acm@muc.de>
8298
8299 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8300 (c-lang-setvar): New macro.
8301 (c-make-init-lang-vars-fun): Use the initialization forms in
8302 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8303 (comment-start, comment-end, comment-start-skip): Change these from
8304 c-lang-defvar's to c-lang-setvar's.
8305
8306 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8307 which calls make-local-variable on the elements of
8308 c-emacs-variable-inits.
8309 (c-init-language-vars-for): Call this new macro.
8310
8311 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8314 Try to rule out false positives due to time stamps.
8315 (compilation-mode-font-lock-keywords): Remove rules made redundant
8316 because of the above change. Add `segmentation fault' to the known and
8317 highlighted compilation termination messages.
8318
8319 2006-07-19 Kim F. Storm <storm@cua.dk>
8320
8321 * progmodes/grep.el (grep-find-ignored-directories):
8322 Add .svn and _darcs to list.
8323
8324 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
8325
8326 * dired.el (dired-mode-map): Add key binding `C-te' for
8327 `tumme-dired-edit-comment-and-tags'.
8328
8329 * tumme.el (tumme-display-thumbnail-original-image): Make sure
8330 image display buffer is displayed before call to
8331 `tumme-display-image.
8332 (tumme-dired-display-image): Make sure image display buffer is
8333 displayed before call to `tumme-display-image.
8334 (tumme-mouse-display-image): Make sure image display buffer is
8335 displayed before call to `tumme-display-image.
8336 (tumme-widget-list): Add.
8337 (tumme-dired-edit-comment-and-tags): Add.
8338 (tumme-save-information-from-widgets): Add.
8339
8340 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8343
8344 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * progmodes/sh-script.el (sh-font-lock-keywords-1):
8347 Revert inadvertently installed patch hunk.
8348
8349 * progmodes/compile.el (compilation-find-file): Handle the
8350 cases where the user selects a non-existent file.
8351
8352 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8353
8354 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8355
8356 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * subr.el (sit-for): Just sleep-for if noninteractive.
8359
8360 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8363
8364 * custom.el (custom-autoload): Add `noset' argument.
8365 (custom-push-theme): Don't autoload the variable, let callers do it.
8366 (custom-theme-set-variables): Autoload the variable if necessary.
8367
8368 * cus-edit.el (custom-variable-state-set): If the variable was
8369 originally set outside custom, but to the same value as the default,
8370 consider it to be standard.
8371
8372 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8373 file *before* telling Emacs to add the autoloads, in case it fails.
8374
8375 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8376 Use `cond', push', and `dolist'.
8377
8378 2006-07-17 Richard Stallman <rms@gnu.org>
8379
8380 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8381 Add defvars to silence warnings.
8382
8383 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8384
8385 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8386 Don't highlight "Compiling file" messages as error.
8387
8388 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8389 file already exists.
8390
8391 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8392
8393 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8394 entry, don't assign to free var; simply return the extracted filename.
8395 (ff-treat-as-special): Incorporate common preamble from callers.
8396 (ff-other-file-name, ff-find-the-other-file):
8397 Update call to ff-treat-as-special.
8398
8399 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8400
8401 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8402
8403 * tumme.el (tumme-get-comment): Fix bug.
8404
8405 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * files.el: Remove spurious * in docstrings.
8408
8409 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8410
8411 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8412 grammar.
8413 (allout-beginning-of-current-line): Beware beginning of buffer.
8414 Also, a comment is simplified.
8415 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8416 when appropriate. (This fix enables use for other than
8417 bullet-hotspot operation.)
8418 (allout-hide-current-subtree): While escalating to sibling-close,
8419 make sure to situate on a topic.
8420
8421 2006-07-14 Kim F. Storm <storm@cua.dk>
8422
8423 * emulation/cua-base.el (cua-delete-selection)
8424 (cua-toggle-set-mark): New defcustoms.
8425 (cua-rectangle-modifier-key): Add `alt' modifier.
8426 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8427 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8428 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8429
8430 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8431
8432 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8433
8434 * allout.el: Require 'cl during byte-compilation/interactive load,
8435 for the `assert' macro.
8436 (allout-mode-deactivate-hook): New hook, run when allout mode
8437 deactivates.
8438 (allout-developer): New allout customization subgroup.
8439 (allout-run-unit-tests-on-load): New allout-developer
8440 customization variable, when true allout unit tests are run towards
8441 end of file load/eval.
8442 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8443 auto-fill-mode.
8444 (allout-resumptions): Remove, to be replaced by...
8445 (allout-add-resumptions): Register variable settings to be
8446 reinstated by `allout-do-resumptions'. The settings are made
8447 buffer-local, but the locality/globality of the suspended setting
8448 is restored on resumption.
8449 (allout-do-resumptions): Reinstate all settings suspended using
8450 `allout-add-resumptions'.
8451 (allout-test-resumptions): Unit tests (and intermediate variables)
8452 for resumptions.
8453 (allout-tests-globally-unbound, allout-tests-globally-true)
8454 (allout-tests-locally-true): Intermediate variables for
8455 resumptions unit tests.
8456 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8457 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8458 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8459 instead of retired `allout-resumptions'. For hook functions, use
8460 `local' parameter so hook settings are created and removed as
8461 buffer-local settings. Revise (resumptions) setting
8462 auto-fill-function so it is set only if already active. (The
8463 related fill-function settings are all made in either case, so
8464 that activating auto-fill-mode activity will have the custom
8465 allout-mode behaviors (hanging indent on topics, if configured for it).
8466 Remove all allout-exposure-category overlays on mode deactivation.
8467 (allout-hotspot-key-handler): New function extracted from
8468 `allout-pre-command-business', so the functionality can be used
8469 for other purposes, eg as a binding in an overlay.
8470 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8471 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8472 customization variable.
8473 (allout-run-unit-tests): Run the (currently quite small)
8474 repertoire of unit tests. Called just before the provide iff user
8475 has customized `allout-run-unit-tests-on-load' non-nil.
8476
8477 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8478
8479 * emacs-lisp/authors.el (authors-aliases): Update.
8480
8481 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8482
8483 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8484 gdb-source-window. Add dedicated argument.
8485 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8486 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8487 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8488 (gdb-display-locals-buffer): Use it.
8489
8490 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8491 Set gdb-source-window.
8492
8493 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8496 minor modes, redundant with the custom-autoload line above.
8497
8498 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8499
8500 * longlines.el (longlines-post-command-function): Handle open-line too.
8501
8502 2006-07-12 Richard Stallman <rms@gnu.org>
8503
8504 * progmodes/grep.el (grep-last-buffer): Doc fix.
8505
8506 * info.el (Info-try-follow-nearest-node): Doc fix.
8507
8508 * emacs-lisp/edebug.el (edebug-instrument-function):
8509 Err if find-function-noselect gives no position.
8510
8511 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8512 If can't find definition, return nil for position.
8513 (find-function-do-it): Handle new return value
8514 of find-definition-noselect.
8515 (find-definition-noselect, find-variable-noselect): Doc fix.
8516 (find-function-noselect): Doc fix.
8517
8518 * help-mode.el (help-variable-def): Handle find-variable-noselect
8519 returning no position.
8520 (help-function-def): Likewise for find-function-search-for-symbol.
8521 (help-face-def): Likewise.
8522
8523 * help-fns.el (describe-variable): Handle find-variable-noselect
8524 returning no position.
8525
8526 * files.el (locate-file-completion): Avoid duplicates in result.
8527
8528 * cus-edit.el (custom-no-edit): New command.
8529 (custom-mode-map): Remap to custom-no-edit instead of
8530 using suppress-keymap.
8531
8532 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8533
8534 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8535 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8536 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8537
8538 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8539
8540 2006-07-11 Kim F. Storm <storm@cua.dk>
8541
8542 * ido.el (ido-copy-current-file-name): Use buffer-name if
8543 buffer-file-name is nil.
8544
8545 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8546
8547 * simple.el (undo-ask-before-discard): Set to nil.
8548
8549 * vc.el (vc-exec-after): Don't delete process manually.
8550 (vc-print-log): Run log-view-mode in process sentinel inside
8551 inhibit-read-only. Don't shrink window due to timing issues.
8552
8553 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8554 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8555
8556 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8559 Fix ambiguity introduced by last change.
8560 (compilation-find-file): Move save-excursion to where it may
8561 make sense. Fix a left over `find-file'.
8562
8563 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8564
8565 * textmodes/texinfmt.el (texinfo-format-separate-node):
8566 Insert a string before point, which fits documentation, not after.
8567 (texinfo-multitable-item): In a multitable row, insert any
8568 additional needed @tabs and spaces.
8569
8570 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8571
8572 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8573 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8574 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8575 instead of shell-command.
8576 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8577 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8578 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8579 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8580 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8581 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8582
8583 2006-07-11 Kim F. Storm <storm@cua.dk>
8584
8585 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8586 Remove special case for seconds < 0. Use (redisplay t) instead.
8587
8588 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8591 avoid compilation error.
8592
8593 * subr.el (sit-for): New function.
8594
8595 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8596
8597 2006-07-10 Richard Stallman <rms@gnu.org>
8598
8599 * ldefs-boot.el (edebug): Update page.
8600
8601 2006-07-10 Kim F. Storm <storm@cua.dk>
8602
8603 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8604 to FOR-RELEASE and TODO.
8605
8606 2006-07-10 Romain Francoise <romain@orebokech.com>
8607
8608 * emacs-lisp/authors.el (authors-aliases): Update.
8609
8610 2006-07-10 Alan Mackenzie <acm@muc.de>
8611
8612 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8613 * cc-mode.el: Changes to eradicate eval-after-load.
8614
8615 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8616
8617 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8618 on non-char events.
8619
8620 2006-07-09 Romain Francoise <romain@orebokech.com>
8621
8622 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8623 Don't highlight start/end markers as compilation messages.
8624
8625 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8626 to t.
8627
8628 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8631
8632 2006-07-08 Richard Stallman <rms@gnu.org>
8633
8634 * term/x-win.el (x-handle-display): Add doc string.
8635
8636 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8637
8638 * subr.el (def-edebug-spec): Move here.
8639 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8640
8641 * imenu.el (imenu-choose-buffer-index): Doc fix.
8642
8643 2006-07-08 Romain Francoise <romain@orebokech.com>
8644
8645 * term/x-win.el (x-display-name): Fix typo.
8646
8647 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8648
8649 * hexl.el (hexl-find-file): Doc fix.
8650
8651 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8652
8653 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8654
8655 * term/x-win.el (x-display-name): Doc fix.
8656
8657 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8660 long prefixes.
8661 (fill-region-as-paragraph): Don't round up to a whole line.
8662 (fill-comment-paragraph): Don't include the code-before-the-comment
8663 when calling fill-region-as-paragraph.
8664
8665 * international/mule.el (make-char): Remove redundancy.
8666
8667 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8668 property may contain an anonymous function rather than a symbol.
8669
8670 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8671
8672 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8673 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8674
8675 * dirtrack.el (dirtrack-default-directory-function): Remove.
8676 (dirtrack-directory-function): Use file-name-as-directory.
8677 (dirtrack-windows-directory-function): Simplify.
8678 (dirtrack-forward-slash, dirtrack-backward-slash)
8679 (dirtrack-replace-slash): Remove.
8680 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8681 (dirtrack): Fix wrong parenthesizing; use match-string.
8682
8683 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8684 (inferior-octave-mode): Only change the buffer-local value of
8685 comint-dynamic-complete-functions.
8686 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8687 Move the initialization to the declaration.
8688 (inferior-octave-complete): Remove unused var `filter'.
8689
8690 * shell.el (shell-mode): Only change the buffer-local value of
8691 comint-dynamic-complete-functions.
8692
8693 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8694
8695 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8696 entry is skipped because it has been scheduled.
8697 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8698 changing `:org-archived' and `:org-comment' properties.
8699
8700 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * server.el (server-select-display): Don't make the temp frame
8703 minibuffer-only, in case it's not a temp frame.
8704 (server-process-filter): Don't delete the temp frame if it's the
8705 only one we have on that display.
8706
8707 * files.el (find-alternate-file): Doc fix.
8708
8709 2006-07-05 Richard Stallman <rms@gnu.org>
8710
8711 * files.el (abbreviate-file-name): Add save-match-data.
8712
8713 2006-07-03 Richard Stallman <rms@gnu.org>
8714
8715 * faces.el (read-face-name): Doc fix.
8716
8717 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8720
8721 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8722
8723 * vc.el (vc-diff-internal): Fix prev change.
8724
8725 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8726
8727 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8728 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8729
8730 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8733 fails if the symbol contains chars like ( or '.
8734 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8735 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8736 `short'.
8737
8738 2006-07-04 Kenichi Handa <handa@m17n.org>
8739
8740 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8741 the current one, don't call set-language-environment, but call one
8742 of set-language-environment-XXX to make INFO effective now.
8743 (set-language-environment): Call set-language-environment-XXX
8744 functions instead of doing the various setups directly.
8745 (set-language-environment-coding-systems): Delete argument eol-type.
8746 (set-language-environment-input-method)
8747 (set-language-environment-nonascii-translation)
8748 (set-language-environment-charset)
8749 (set-language-environment-fontset)
8750 (set-language-environment-unibyte): New functions.
8751
8752 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8753
8754 * locate.el (locate-update-when-revert): New option.
8755 (locate-update-path): New option (suggested by Michael Albinus).
8756 (locate-prompt-for-command): Whitespace change.
8757 (locate-update): No longer offer to update the locate database by
8758 default. Implement the two new options.
8759
8760 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8761
8762 * tooltip.el: Move comment about track-mouse...
8763
8764 * progmodes/gud.el: ...to here.
8765
8766 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8767
8768 * facemenu.el (facemenu-listed-faces): New var.
8769 (facemenu-unlisted-faces): Variable deleted.
8770 (facemenu-add-new-face): Use facemenu-listed-faces.
8771
8772 * emulation/viper-init.el, calendar/calendar.el:
8773 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8774
8775 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8776
8777 * textmodes/org.el (org-mode): Remove no invalid settings for
8778 calc embedded mode.
8779 (org-mode-p): New defsubst.
8780 (org-save-all-org-buffers): New function.
8781 (org-first-headline-recenter): Enclose outline-regexp in group
8782 delimiters.
8783 (org-set-tags): Keep single space after stars.
8784
8785 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * window.el (set-window-text-height): Only set window-min-height to
8788 1 if that's the requested size.
8789
8790 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8791 (diff-unified->context, diff-context->unified)
8792 (diff-reverse-direction): Make sure the end marker stays at the end.
8793 (diff-mode): Add the keymap table at the end of docstring.
8794 Use lexical-let rather than constructing a closure manually.
8795
8796 * files.el (find-file-noselect-1): Remove unused var assignment.
8797 (hack-local-variables-confirm): Print lists of strings as lists of
8798 strings rather than lists of symbols.
8799 (abbreviate-file-name, hack-local-variables-prop-line):
8800 Use match-string.
8801 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8802 (recover-session-finish): Use line-end-position.
8803
8804 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8805
8806 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8807
8808 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8809
8810 * progmodes/make-mode.el (makefile-macroassign-regex):
8811 Accept preceding keyword.
8812 (makefile-gmake-statements): Reorganize, now that makepp has
8813 "override" and also handle forgotten "override define".
8814 (makefile-makepp-statements): Add new "global", "override export"
8815 and "override global".
8816
8817 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8818
8819 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8820 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8821 (ada-no-auto-case): Fix typos in docstrings.
8822
8823 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8824
8825 * info.el (Info-find-node-2): Search for makeinfo version more
8826 carefully.
8827
8828 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8829
8830 * textmodes/org.el (org-prepare-agenda-buffers):
8831 Use `invisible-OK' argument for `org-end-of-subtree'.
8832 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8833 (org-beginning-of-item): Fix bug in regular expression for white line.
8834 (org-export-as-html): Enforce space after bullet in plain list items.
8835 (org-set-autofill-regexps): Require space after plain list bullet
8836 for paragraph-start.
8837 (org-ts-regexp3): New constant.
8838 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8839 (org-timestamp-up-day, org-timestamp-down-day)
8840 (org-timestamp-change): Work with inactive timestamps.
8841 (org-ts-regexp1): Don't allow brackets in time stamps.
8842
8843 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8844
8845 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8846 for ignoring links.
8847
8848 * faces.el (read-face-name): Use it.
8849
8850 2006-06-28 Juri Linkov <juri@jurta.org>
8851
8852 * buff-menu.el (list-buffers-noselect): Compare Info file
8853 with the string "dir" to detect Info directory.
8854
8855 * complete.el (partial-completion-mode): In lambda for
8856 `choose-completion-string-functions' use full function signature
8857 with 4 args, and move point to the end of the minibuffer only if arg
8858 `mini-p' is non-nil.
8859
8860 2006-06-28 John Paul Wallington <jpw@pobox.com>
8861
8862 * ibuffer.el (ibuffer-mode): Doc fix.
8863
8864 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8865
8866 * textmodes/org.el (org-context): New contexts :item-bullet,
8867 :latex-fragment, :latex-preview.
8868 (org-overlays-at, org-overlay-start, org-overlay-end):
8869 New compatibility functions.
8870 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8871 exact regexp that will be used during export.
8872 (org-latex-regexps): New variable.
8873 (org-cdlatex-mode): Improve advice for `texmathp'.
8874 (turn-on-org-cdlatex): New function.
8875
8876 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8877
8878 * term/mac-win.el (mac-handle-font-selection): Change keys of
8879 mac-atsu-font-table from strings to numbers.
8880 (mac-ts-caret-position): Use also when cursor-type is nil.
8881 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8882 Relax condition for using overlay strings.
8883 Use mac-ts-caret-position face when cursor-type is nil.
8884
8885 2006-06-26 Kim F. Storm <storm@cua.dk>
8886
8887 * help.el (view-emacs-news): Declare `res' in the right let* form.
8888
8889 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8890
8891 * net/rcompile.el (remote-compile): Replace ange-ftp based
8892 implementation by Tramp functions.
8893 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8894
8895 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8896
8897 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8898
8899 * international/fontset.el (setup-default-fontset): Fix a typo in
8900 the "Oriya-Akruti" registry name.
8901
8902 2006-06-23 Lars Hansen <larsh@soem.dk>
8903
8904 * desktop.el (desktop-full-file-name): New function.
8905 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8906 (desktop-revert): Use it.
8907 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8908 (desktop-after-read-hook): Add option list-buffers.
8909 (desktop-locals-to-save): Add tab-width.
8910 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8911 Fix docstring.
8912
8913 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8914
8915 * textmodes/org.el (org-cdlatex-mode-map)
8916 (org-cdlatex-texmathp-advice-is-done): New variables.
8917 (org-cdlatex-mode): New minor mode.
8918 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8919 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8920 (org-export-with-archived-trees): New option.
8921 (org-open-file): Remove the call to `convert-standard-filename'.
8922 (org-archive-tag, org-agenda-skip-archived-trees)
8923 (org-cycle-open-archived-trees)
8924 (org-sparse-tree-open-archived-trees): New options.
8925 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8926 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8927 New functions.
8928 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8929 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8930 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8931 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8932 Call `org-prepare-agenda-buffers'.
8933 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8934 (org-file-apps, org-file-apps-defaults-gnu)
8935 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8936 Handle remote files by forcing them to be opened in Emacs.
8937
8938 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8939
8940 * vc.el (vc-diff-knows-L): New variable.
8941 (vc-diff-internal): Use it to handle "diff" programs that don't
8942 understand -L. This works automatically, no user action is necessary.
8943
8944 2006-06-23 Daniel Brockman <daniel@brockman.se>
8945
8946 * net/rcirc.el (rcirc-default-user-full-name): Default to
8947 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8948 longer exists).
8949 (rcirc-process-list): Check `buffer-live-p' before attempting to
8950 switch to a buffer.
8951
8952 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8953
8954 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8955 based on rcirc-coding-system-alist.
8956
8957 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8958
8959 * cus-edit.el (customize-apropos): A better error message.
8960 (top level) <debug-ignored-errors>: Extend and update the list of
8961 ignored error messages.
8962
8963 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8964
8965 * complete.el (PC-do-completion): Retain capitalization of user
8966 input, when possible, even if completion-ignore-case is set.
8967
8968 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8969
8970 * generic-x.el (bat-generic-mode): Support .cmd files.
8971
8972 * dos-w32.el (top level): Use find-file-not-found-functions
8973 instead of the obsolete find-file-not-found-hooks.
8974
8975 2006-06-22 Kim F. Storm <storm@cua.dk>
8976
8977 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8978 to recognize mode name containing submodes, such as Grep/lw.
8979
8980 2006-06-21 Kim F. Storm <storm@cua.dk>
8981
8982 * simple.el (line-move-1): Check for move-end-of-line instead of
8983 end-of-line when setting temporary-goal-column.
8984
8985 2006-06-21 Miles Bader <miles@gnu.org>
8986
8987 * play/cookie1.el (cookie): Work properly when there's only one entry.
8988
8989 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8990
8991 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8992 (gdb-frame-handler): Generalize frame regexp for templates.
8993
8994 2006-06-20 Glenn Morris <rgm@gnu.org>
8995
8996 * calendar/appt.el (appt-display-format): Default value must be
8997 one of the customize options.
8998
8999 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9000
9001 * term/xterm.el (terminal-init-xterm): Update key availability info.
9002 Bind C-return.
9003
9004 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
9005
9006 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
9007
9008 * files.el (hack-local-variables): Run `hack-local-variables-hook'
9009 whether or not a local variables list is defined.
9010
9011 * msb.el (msb): Move `sit-for' hack here to handle both
9012 "mouse-down and drag" and "mouse-up and select" situations.
9013 (mouse-select-buffer): Move `sit-for' hack to `msb'.
9014
9015 2006-06-20 Kenichi Handa <handa@m17n.org>
9016
9017 * international/characters.el (word-combining-categories):
9018 Add entries for 2-byte Han characters.
9019
9020 2006-06-19 Richard Stallman <rms@gnu.org>
9021
9022 * bindings.el (mode-line-format): Save some mode line space.
9023
9024 * files.el (find-file-noselect): Improve the question wording.
9025 (basic-save-buffer-2): Mask UMASK against 666.
9026
9027 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9028 (mouse-drag-vertical-line): Call it.
9029
9030 * cus-edit.el (customize-option, customize-option-other-window):
9031 Error if SYMBOL is nil.
9032
9033 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
9034
9035 * textmodes/org.el: Require noutline, also on XEmacs.
9036 (org-end-of-subtree): Return point.
9037 (org-dblock-start-re, org-dblock-end-re): New constants.
9038 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
9039 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
9040 (org-update-all-dblocks, org-find-dblock): New functions.
9041 (org-collect-clock-time-entries): New function.
9042 (org-html-handle-time-stamps): Never export CLOCK timeranges.
9043 (org-fixup-indentation): Modify to deal correctly with lines
9044 starting with TAB. Only one argument DIFF now.
9045 (org-demote, org-promote): Call `org-fixup-indentation' with just
9046 one argument, DIFF.
9047 (org-mode): Don't mark buffer as modified when aligning tables.
9048 (org-clock-sum): Don't mark buffer modified when adding time sum
9049 properties.
9050 (org-export-as-html): Add support for a link validation function.
9051 (org-archive-all-done): New function.
9052 (org-archive-subtree): New prefix argument. When set, archive all
9053 done subtrees in this buffer.
9054 (org-remove-clock-overlays)
9055 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
9056 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
9057 (org-put-clock-overlay): Don't swallow last headline character
9058 when displaying overlay.
9059 (org-store-link): Link to `image-mode' with just the file name.
9060
9061 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
9062
9063 * viper-cmd.el (viper-special-read-and-insert-char):
9064 Use read-key-sequence.
9065 (viper-after-change-undo-hook): Misc enhancements.
9066 (viper-after-change-undo-hook): New hook.
9067 (viper-undo): Use viper-after-change-undo-hook.
9068 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
9069 (viper-next-line-at-bol): If point is on a widget or a button, simulate
9070 clicking on that widget/button.
9071
9072 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
9073
9074 * ediff-diff (ediff-test-patch-utility): Catch errors.
9075 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
9076 (ediff-set-actual-diff-options): New function.
9077 (ediff-reset-diff-options, ediff-toggle-ignore-case):
9078 Use ediff-set-actual-diff-options.
9079 (ediff-extract-diffs): Catch errors.
9080 (ediff-whitespace): Add non-breakable space.
9081 (ediff-same-file-contents): Catch errors.
9082
9083 * ediff-mult.el (ediff-collect-custom-diffs):
9084 Save coding-system-for-read.
9085
9086 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
9087 (ediff-vc-internal, ediff-vc-merge-internal):
9088 Use ediff-delete-version-file.
9089 (ediff-delete-version-file): New function.
9090
9091 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
9092
9093 * ediff.el (ediff-directories, ediff-directory-revisions)
9094 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
9095 (ediff-directories-internal, ediff-merge-directory-revisions)
9096 (ediff-merge-directory-revisions-with-ancestor)
9097 (ediff-directories3): Use read-directory-name.
9098
9099 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
9100
9101 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
9102 Remove superfluous part of regexp for brace matching which is handled
9103 by `scan-lists' call.
9104
9105 2006-06-16 Richard Stallman <rms@gnu.org>
9106
9107 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
9108
9109 * files.el (basic-save-buffer-2): For a new precious file,
9110 use the default modes in the return value.
9111
9112 * facemenu.el (facemenu-color-alist): Doc fix.
9113
9114 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
9115
9116 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9117
9118 * cus-start.el (all): Add mac-ts-script-language-on-focus.
9119
9120 * term/mac-win.el (mac-text-encoding-ascii): New constant.
9121 (mac-utxt-to-string): Use it.
9122 (mac-ts-update-active-input-area): Use mac-ae-number.
9123
9124 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9125
9126 * term.el (term-handle-scroll, term-delete-lines)
9127 (term-insert-lines): Fix off by one errors.
9128
9129 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9130
9131 * net/tramp.el (tramp-touch): Use UTC to express time.
9132
9133 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
9134
9135 * mail/sendmail.el (mail-send): Search explicitly for
9136 mail-header-separator when checking for corrupted header lines.
9137
9138 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
9139
9140 * progmodes/gdb-ui.el (gdb-same-frame): New option.
9141 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
9142 (gdb-init-1): Initialise them.
9143 (gdb-starting): Reset gdb-printing
9144 (gdb-starting): Save value of gud-overlay-arrow-position.
9145 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
9146 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
9147 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
9148 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
9149
9150 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
9153
9154 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
9155
9156 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
9157 (ldap-search-internal): Keep error messages, and a regexp fix.
9158
9159 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
9160
9161 * files.el (hack-local-variables-confirm):
9162 Display string value using its printed representation.
9163
9164 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
9165
9166 * server.el (server-edit): No-op if no server buffers exist.
9167
9168 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
9169
9170 * textmodes/page-ext.el (pages-directory-for-addresses):
9171 Including `pages-directory-address-mode' in the function results
9172 in the message "Buffer in which pages were found is deleted".
9173
9174 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
9175
9176 * textmodes/org.el (org-agenda-mode-map): Add bindings for
9177 clocking functions.
9178
9179 (org-agenda-clock-in, org-check-running-clock)
9180 (org-clock-out-if-current, org-remove-clock-overlays)
9181 (org-put-clock-overlay): New functions.
9182 (org-clock-marker, org-clock-file-total-minutes)
9183 (org-clock-overlays): New variables.
9184 (org-clock-display, org-clock-sum, org-clock-cancel)
9185 (org-clock-out, org-clock-in): New commands.
9186 (org-export): New function.
9187 (org-emph-re): New constant.
9188 (org-set-emph-re, org-do-emphasis-faces): New functions.
9189 (org-emphasis-regexp-components, org-emphasis-alist): New options.
9190 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
9191 (org-export-html-convert-emphasize): Use the configurable emphasis.
9192 (org-cleaned-string-for-export): Make multiline emphasis visible
9193 to the exporter. New optional argument PARAMETERS.
9194 (org-export-as-html): Specify :emph-multiline parameter to
9195 `org-cleaned-string-for-export'.
9196
9197 2006-06-10 Richard Stallman <rms@gnu.org>
9198
9199 * help.el (help-for-help-internal): Clean up help text.
9200
9201 2006-06-10 Andreas Schwab <schwab@suse.de>
9202
9203 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
9204 in doc string.
9205
9206 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
9207
9208 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
9209
9210 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
9211 spaces after the comment start.
9212
9213 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9214
9215 * play/pong.el (pong-init-buffer):
9216 Fill buffer with spaces instead of ^A.
9217
9218 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
9219 launched asynchronously, delete its process instead of being cool.
9220 (ispell-async-processp): Check for `delete-process' existence
9221 instead of `kill-process' one for consistency.
9222
9223 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
9224
9225 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
9226 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
9227 in mode line at startup.
9228
9229 2006-06-08 Kim F. Storm <storm@cua.dk>
9230
9231 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
9232 (ido-init-completion-maps): Bind them to M-SPC and M-v.
9233 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
9234 (ido-file-internal): Pass full file name to write-file.
9235 (ido-read-internal): Only pop stack elements automatically if they
9236 actually match an existing directory or file name.
9237
9238 2006-06-07 Kenichi Handa <handa@m17n.org>
9239
9240 * international/mule.el (find-auto-coding): Don't handle the short
9241 name `char-trans'.
9242
9243 * files.el (hack-local-variables-prop-line)
9244 (hack-local-variables): Cancel the previous change.
9245
9246 2006-06-06 Jesper Harder <harder@phys.au.dk>
9247
9248 * ediff-diff.el (ediff-test-utility): Protect against file-error.
9249
9250 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * diff-mode.el (diff-mode): Set buffer-read-only to t when
9253 diff-default-read-only is non-nil.
9254 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9255 (diff-refine-hunk): Set inhibit-read-only to t.
9256
9257 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9258 modifying the *Diff* buffer.
9259 (diff-process-filter): New filter function for diff process that
9260 sets inhibit-read-only to t when modifying the *Diff* buffer.
9261
9262 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
9263
9264 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9265 insertion point and control the number of empty lines.
9266 (org-paste-subtree): Limit the number of empty lines at the end of
9267 the inserted tree.
9268 (org-agenda): Use buffer name of current file for narrowing.
9269 (org-export-as-xml): Command removed.
9270 (org-export-xml-type): Option removed.
9271 (org-mode-map): Call `org-export-as-xoxo' directly.
9272 (org-get-indentation): New optional argument LINE.
9273 (org-fix-indentation, org-remove-tabs): New functions.
9274 (org-export-as-ascii, org-ascii-level-start): Determine and apply
9275 correct indentation for headlines that are converted it items.
9276 (org-skip-comments): Remove table lines that contain narrowing
9277 cookies but no other non-empty fields.
9278 (org-set-tags): Allow groups of mutually exclusive tags.
9279 (org-cmp-time): Sort 24:21 before items without time.
9280 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9281 (org-open-at-point): Require double colon also for numbers.
9282
9283 2006-06-06 Kim F. Storm <storm@cua.dk>
9284
9285 * ido.el (ido-default-file-method, ido-default-buffer-method):
9286 Make choice values consistent with corresponding command names.
9287 (ido-visit-buffer): Update accordingly. Default to selected-window.
9288
9289 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
9290
9291 * progmodes/gud.el (gud-running): Fix doc string.
9292 (gud-menu-map): Use :visible instead fo :enable for debugger test.
9293 (gud-tooltip-modes): Add python-mode.
9294 (gud-tooltip-print-command): Add pdb. Remove perldb.
9295
9296 2006-06-05 Eli Zaretskii <eliz@gnu.org>
9297
9298 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9299 Quote $(EMACS).
9300
9301 2006-06-05 Richard Stallman <rms@gnu.org>
9302
9303 * faces.el (defined-colors): Doc fix.
9304
9305 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
9306
9307 * vc.el (vc-process-filter): Inhibit undo info collection around
9308 call to insert.
9309 (vc-setup-buffer): Likewise for call to erase-buffer.
9310 (vc-do-command): Likewise for call to process-file.
9311
9312 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
9313
9314 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9315 for gud-go.
9316 (gud-common-init): Other debuggers may trigger error.
9317
9318 2006-06-05 Kenichi Handa <handa@m17n.org>
9319
9320 * international/mule.el (find-auto-coding):
9321 Handle enable-character-translation in file header.
9322
9323 2006-06-04 Kim F. Storm <storm@cua.dk>
9324
9325 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9326 (authors-fixed-entries): Fix spelling.
9327 (authors-canonical-file-name): Don't report error for wildcards.
9328
9329 * help.el (view-emacs-news): Rewrite to support new NEWS,
9330 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
9331 e.g. version 10 matches 1.10, and don't be confused by version 1.1
9332 being a prefix of 1.12 (etc). A numeric prefix arg also works.
9333
9334 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
9335
9336 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9337 exec constructs like `foo bar`.
9338 (sh-quoted-subshell): New helper function to search for a possibly
9339 nested subshell (like `` or $()) within a "" quoted string.
9340 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9341 (sh-apply-quoted-subshell): Flag quote characters inside a
9342 subshell, which is itself already in a quoted region, as
9343 punctuation, since this is the closest to what they actually are.
9344 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9345 sh-apply-quoted-subshell.
9346 (sh-font-lock-syntactic-face-function): Apply the new face for
9347 text inside `` instead of the old font-lock-string-face.
9348
9349 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9350
9351 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9352 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9353 (mac-bytes-to-text-range, mac-ae-text-range-array)
9354 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9355 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9356 (mac-ts-unicode-for-key-event): New functions.
9357 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9358 (mac-handle-font-selection): Use mac-ae-number.
9359 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9360 New variables.
9361 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9362 (mac-ts-converted-text, mac-ts-selected-converted-text)
9363 (mac-ts-block-fill-text, mac-ts-outline-text)
9364 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9365 (mac-ts-hilite-style-faces): New constant.
9366 (mac-apple-event-map): Bind text input events.
9367 (mac-dispatch-apple-event): Use command-execute instead of
9368 call-interactively.
9369 (global-map): Don't bind mac-apple-event.
9370 (special-event-map): Bind mac-apple-event.
9371
9372 2006-06-02 Eli Zaretskii <eliz@gnu.org>
9373
9374 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9375 file name.
9376 (emacs): Enclose the value of $(EMACS) in quotes.
9377
9378 2006-06-02 Juri Linkov <juri@jurta.org>
9379
9380 * international/mule.el (sgml-html-meta-auto-coding-function):
9381 Remove the condition `(search-forward "<html" size t)'.
9382 Replace `\"' with `[\"']?' in `re-search-forward'.
9383
9384 2006-06-02 Kenichi Handa <handa@m17n.org>
9385
9386 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9387 as well as `coding'.
9388 (hack-local-variables): Likewise.
9389
9390 * international/mule.el (enable-character-translation):
9391 Put permanent-local and safe-local-variable properties.
9392 (find-auto-coding): Handle char-trans: tag.
9393
9394 2006-06-02 Juri Linkov <juri@jurta.org>
9395
9396 * international/mule.el (sgml-html-meta-auto-coding-function):
9397 Limit the search by the end of the HTML header (if any).
9398
9399 2006-06-01 Richard Stallman <rms@gnu.org>
9400
9401 * subr.el (with-current-buffer): Doc fix.
9402
9403 2006-06-02 Masatake YAMATO <jet@gyve.org>
9404
9405 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9406 Almost rewrite. Underlines over all lines of gcov output are too
9407 uncomfortable to read. Suggested by Dan Nicolaescu.
9408
9409 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9410
9411 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9412
9413 * shell.el (shell-mode): Use shell-mode-map in docstring.
9414
9415 * comint.el (comint-send-input): Do not add help-echo and
9416 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9417
9418 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9419
9420 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9421
9422 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9423
9424 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9425 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9426 look up the stack and pop up GUD buffer if necessary.
9427 (gdb-frames-select): Remove redundant call to gud-display-frame.
9428 (gdb-info-threads-custom): Keep point at start of buffer.
9429 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9430
9431 2006-05-31 Juri Linkov <juri@jurta.org>
9432
9433 * replace.el (query-replace-read-from, query-replace-read-to):
9434 Bind `history-add-new-input' to nil. Call `add-to-history'.
9435
9436 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9437
9438 * textmodes/table.el: Convert all HTML tags to lower case for
9439 XHTML compatibility.
9440
9441 2006-05-31 Masatake YAMATO <jet@gyve.org>
9442
9443 * progmodes/compile.el:
9444 (compilation-error-regexp-alist-alist::gcov-called-line):
9445 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9446
9447 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9448
9449 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9450 Revert inadvertent changes made with last commit.
9451
9452 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9453
9454 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9455 New functions.
9456
9457 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9458
9459 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9460
9461 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9462 only matches in the right place.
9463 (org-upcoming-deadline): New face.
9464 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9465 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9466 and make it an option.
9467 (org-export-ascii-bullets): New option.
9468 (org-export-as-html): Many changes to emit valid XHTML.
9469 (org-par-open): New variable.
9470 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9471 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9472 (org-timeline): Pass `org-timeline-show-empty-dates' to
9473 `org-get-all-dates'. Interpret empty dates returned by
9474 `org-get-all-dates'.
9475 (org-get-all-dates): New argument EMPTY. Add dates without
9476 entries to the list, mark large ranges of empty dates.
9477 (org-point-in-group, org-context): New functions.
9478
9479 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9480
9481 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9482
9483 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9484 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9485 to C-mouse-3 (for 2 button mice).
9486 (gdb-send): Do the right thing for C-d.
9487
9488 * speedbar.el (speedbar-detach): Delete.
9489 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9490 it breaks things.
9491 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9492
9493 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9494
9495 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9496 Makeppfile.
9497
9498 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9499 Add makepp diagnostic.
9500
9501 2006-05-29 Richard Stallman <rms@gnu.org>
9502
9503 * window.el (fit-window-to-buffer): Doc fix.
9504
9505 * help.el (temp-buffer-max-height): Doc fix.
9506
9507 * subr.el (with-current-buffer): Doc fix.
9508
9509 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9510
9511 * term/x-win.el: Bind F10 to menu-bar-start if available.
9512
9513 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9514
9515 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9516 uses with a simple test.
9517 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9518 (term-send-raw-string, term-send-raw, term-mouse-paste)
9519 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9520 (term-handle-exit, term-read-input-ring)
9521 (term-previous-matching-input-string)
9522 (term-previous-matching-input-string-position)
9523 (term-previous-matching-input-from-input)
9524 (term-replace-by-expanded-history, term-send-input)
9525 (term-skip-prompt, term-bol, term-send-invisible)
9526 (term-kill-input, term-delchar-or-maybe-eof)
9527 (term-backward-matching-input, term-check-source)
9528 (term-proc-query, term-emulate-terminal)
9529 (term-handle-colors-array, term-process-pager, term-pager-line)
9530 (term-pager-bob, term-unwrap-line, term-word)
9531 (term-dynamic-complete-filename)
9532 (term-dynamic-complete-as-filename)
9533 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9534 unlesses.
9535
9536 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9539 during bootstrapping.
9540
9541 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9542 Basically undo the change of 2006-05-26: use extra arguments instead of
9543 dynamic scoping.
9544 (ewoc-locate): Remove unused var `footer'.
9545
9546 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9549
9550 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9551 (generate-file-autoloads): Obey it. Return whether autoloads were
9552 added at point or not.
9553 (update-file-autoloads): Use this new return value.
9554 Remove redundant test for the presence of an autoload cookie.
9555
9556 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9557 This one calls hack-local-variables.
9558 (generate-file-autoloads, update-file-autoloads): Use it.
9559
9560 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9561 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9562 (bibtex-sort-entry-class-alist): Don't set the global value.
9563 (bibtex-init-sort-entry-class-alist): New fun.
9564 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9565 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9566 of bibtex-init-sort-entry-class.
9567
9568 2006-05-28 Richard Stallman <rms@gnu.org>
9569
9570 * subr.el (load-history-regexp): If FILE is relative, insist
9571 entire last name component must match it.
9572 (load-history-filename-element, load-history-regexp): Doc fixes.
9573
9574 2006-05-29 Kim F. Storm <storm@cua.dk>
9575
9576 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9577 `pos' and `raw-data' for clarity, as eval forms may access these.
9578
9579 2006-05-28 Kim F. Storm <storm@cua.dk>
9580
9581 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9582
9583 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * progmodes/make-mode.el (makefile-browser-map)
9586 (makefile-mode-syntax-table): Move initialization inside declaration.
9587 (makefile-fill-paragraph): Use the default comment-filling code.
9588
9589 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9590
9591 * replace.el (query-replace-defaults): New variable.
9592 (query-replace-read-from): Use `query-replace-defaults' for
9593 default value, instead of history list.
9594 (query-replace-read-to): Update `query-replace-defaults'.
9595
9596 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9597
9598 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9599 with no X toolkit.
9600
9601 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9602
9603 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9604 (tumme-show-all-from-dir): Add autoload.
9605
9606 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9607
9608 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9609 (tumme-remove-tag): Fix bug.
9610
9611 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9612
9613 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9614 FOOTER args. Update unique caller.
9615 (ewoc-delete): Compute last node once before looping.
9616 (ewoc--node-branch): Merge into unique caller.
9617 (ewoc--node): Don't define constructor make-ewoc--node for this
9618 structure.
9619 (ewoc): Add member `hf-pp' to this structure.
9620 (ewoc--wrap): New func.
9621 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9622 header/footer pretty-printers. Save header/footer pretty-printer.
9623 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
9624
9625 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9626
9627 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9628
9629 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9630 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9631 Tag'. Change "Compare directories..." to "Change Directories...".
9632 Move tumme commands to Operate, Regexp and Immediate menus.
9633 Change "Add Comment" to "Add Image Comment". Change "Add Image
9634 Tag" to "Add Image Tags".
9635
9636 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9637 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9638 `tumme-delete-tag'.
9639
9640 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9641
9642 * shell.el (shell-mode): Call shell-dirtrack-mode after
9643 list-buffers-directory is made a local variable, to avoid setting
9644 the default value.
9645
9646 2006-05-26 Kevin Ryde <user42@zip.com.au>
9647
9648 * info.el (Info-index-next): Use where-is-internal to report
9649 actual binding of Info-index-next, rather than hard-coded `,'.
9650
9651 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9652
9653 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9654 and "Find Command in Manual" to here.
9655
9656 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9657 Info-current-file as the file name.
9658
9659 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9660
9661 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9662 overrides will now be done a different way.
9663 (ses-set-parameter): Reapply this function for undo.
9664 (ses-set-header-row): Reconstruct header row during undo.
9665 (ses-widen): New function.
9666 (ses-goto-data, ses-reconstruct-all): Use new function.
9667 (ses-command-hook): Widen buffer during undo, before unupdating
9668 the cells.
9669 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9670 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9671 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9672 formula hasn't been executed yet.
9673
9674 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * comint.el (comint-kill-whole-line): Rename arg to count.
9677 Fix doc string.
9678
9679 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9680
9681 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9682 to copy-file.
9683
9684 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9685
9686 * simple.el (toggle-truncate-lines): Make arg optional for
9687 backward compatibility.
9688
9689 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9690
9691 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9692 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9693 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9694 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9695 (ewoc--adjust): Use ewoc--current-dll.
9696 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9697
9698 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9699
9700 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9701 compact error message.
9702 (org-tags-view): Refresh category table in each file.
9703 (org-table-justify-field-maybe): Remove superfluous arguments to
9704 `format'.
9705 (org-export-as-html): Insert "<p>" before postamble.
9706 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9707
9708 2006-05-26 Kenichi Handa <handa@m17n.org>
9709
9710 * textmodes/po.el (po-find-charset): Pay attention to the case
9711 FILENAME is a cons (NAME . BUFFER).
9712 (po-find-file-coding-system-guts): Likewise.
9713
9714 * arc-mode.el (archive-set-buffer-as-visiting-file):
9715 Call find-operation-coding-system with (FILENAME . BUFFER).
9716
9717 * tar-mode.el (tar-extract): Call find-operation-coding-system
9718 with (FILENAME . BUFFER).
9719
9720 * international/mule.el (decode-coding-inserted-region):
9721 Call find-operation-coding-system with (FILENAME . BUFFER).
9722
9723 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9724
9725 * image-mode.el (image-toggle-display): Use buffer contents to
9726 generate image for a remote file.
9727
9728 2006-05-25 Juri Linkov <juri@jurta.org>
9729
9730 * replace.el (query-replace-read-from, query-replace-read-to):
9731 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9732
9733 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9734
9735 * whitespace.el (whitespace-cleanup): Change to cleanup
9736 region if one is active.
9737 * whitespace.el (whitespace-cleanup-internal): New internal method.
9738
9739 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9740
9741 * dired.el (dired-mode-map): Add help-echo strings to tumme
9742 commands. Bind `tumme-dired-display-image' to C-t i.
9743
9744 * tumme.el (tumme-display-image): Change documentation string slightly.
9745 (tumme-dired-display-image): Add call to `display-buffer'.
9746
9747 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9748
9749 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9750 Signal error if RAW-DATA is a multibyte string.
9751
9752 2006-05-24 Richard Stallman <rms@gnu.org>
9753
9754 * subr.el (with-local-quit): When handling `quit' signal,
9755 make a chance for quit-flag to cause a quit.
9756
9757 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9758 (ad-disable-advice): Add autoloads.
9759
9760 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9761
9762 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9763
9764 * dired.el (dired-mode-map): Change menu items for tumme as per
9765 suggestions in emacs-devel.
9766
9767 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9768
9769 * dired.el (dired-mode-map): Fix breakage.
9770
9771 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9772
9773 * tumme.el (tumme-display-dired-image): Rename to...
9774 (tumme-dired-display-image): ...this.
9775 (tumme-track-movement): Change default value to t.
9776 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9777 used from `tumme-next-line-and-display' and similar commands.
9778
9779 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9780 Immediate menu. Add some tumme commands there.
9781
9782 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9783
9784 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9785
9786 2006-05-24 Chong Yidong <cyd@mit.edu>
9787
9788 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9789 menu entries that open submenus.
9790
9791 2006-05-24 Alan Mackenzie <acm@muc.de>
9792
9793 * startup.el (command-line): For names of preloaded files, don't
9794 append ".elc" (now done in Fload), and call file-truename on the
9795 lisp directory.
9796
9797 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9798 match ANY loaded file with the right name, not just those in
9799 load-path. Put a regexp matching the file name into
9800 after-load-alist, rather than the name itself.
9801
9802 * subr.el (load-history-regexp, load-history-filename-element)
9803 (do-after-load-evaluation): New functions.
9804
9805 * international/mule.el (load-with-code-conversion): Do the
9806 eval-after-load stuff by calling do-after-load-evaluation.
9807
9808 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9809
9810 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9811 has not been killed.
9812
9813 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9814
9815 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9816 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9817 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9818 Optionally set error message in reply.
9819
9820 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9821
9822 * textmodes/org.el (org-open-at-point): Use renamed variable
9823 `org-confirm-shell-link-function'.
9824 (org-confirm-shell-link-function): Rename from
9825 `org-confirm-shell-links'.
9826 (org-export-directory): New function.
9827 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9828 (org-export-icalendar): Use `org-export-directory'.
9829 (org-indent-item): Keep cursor position.
9830 (org-link-file-path-type): New option.
9831 (org-export-as-html): Fix bug with plain lists starting in
9832 column 0.
9833 (org-export-as-html): Remove deadline formatting, this happens
9834 now already in `org-html-handle-time-stamps'.
9835 (org-export-html-style): Deadline class removed.
9836 (org-insert-labeled-timestamps-at-point): New option.
9837 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9838 of `hide-sublevels 1', in case the first headline is not level 1.
9839 (org-overview, org-content): New fuction.
9840 (org-cycle-global-status, org-cycle-subtree-status): Make these
9841 variables buffer-local.
9842 (org-global-cycle): New command.
9843 (org-shifttab): Use `org-global-cycle'.
9844 (org-insert-heading, org-insert-item): Go to end of new
9845 headline/item after creating it.
9846 (org-export-visible): Rename from `org-export-copy-visible'.
9847 Now creates a temporary org-file and applies an exporting command
9848 to it.
9849 (org-table-eval-formula): Support for lisp forms.
9850 (org-agenda-todo-ignore-scheduled): New option.
9851 (org-agenda-get-todos): Use new option
9852 `org-agenda-todo-ignore-scheduled'.
9853 (org-export-html-inline-images): New value `maybe'.
9854 (org-export-as-html): Inlining of images dependent on link description.
9855 (org-archive-subtree): Check for end-of-buffer before trying
9856 `kill-line'.
9857 (org-agenda-follow-mode): New option.
9858 (org-export-with-tags, org-export-with-timestamps): New options.
9859 (org-html-handle-time-stamps): New function.
9860 (org-keyword-time-regexp): New variable.
9861 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9862 (org-agenda-todo-list-sublevels): New option.
9863 (org-html-level-start): When TITLE is nil, just close all levels.
9864 (org-parse-key-lines, org-parse-export-options): Remove functions,
9865 replaced by `org-infile-export-plist'.
9866 (org-combine-plists, org-infile-export-plist)
9867 (org-default-export-plist): New functions.
9868 (org-export-html-preamble, org-export-html-postamble)
9869 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9870 New variables.
9871 (org-export-publishing-directory): New option.
9872 (org-export-as-html, org-export-as-ascii): Use the new property
9873 lists for settings.
9874 (org-export-copy-visible, org-export-as-xoxo):
9875 Respect `org-export-publishing-directory'.
9876 (org-link-search, org-store-link, org-file-apps): Support for
9877 links to BibTeX database entries..
9878 (org-get-current-options, org-set-regexps-and-options):
9879 Implement logging as a startup option.
9880 (org-store-link): Make sure context string is never empty
9881 (org-insert-link): Use relative path when possible.
9882 (org-at-item-checklet-p): New function.
9883 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9884 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9885 (org-metaright, org-metaup, org-metadown, org-shiftup)
9886 (org-shiftdown, org-shiftright, org-shiftleft)
9887 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9888 Dispatch using `call-interactively'.
9889 (org-call-with-arg): New defsubst.
9890 (org-tag-alist, org-use-fast-tag-selection): New options.
9891 (org-complete): Use `org-tag-alist'.
9892 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9893 (org-next-item, org-previous-item): New commands.
9894 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9895 make command.
9896 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9897
9898 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9899
9900 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9901 (ewoc-filter): Use `ewoc-delete'.
9902
9903 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9904
9905 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9908 Signal more user-friendly error messages.
9909
9910 * complete.el (PC-do-completion): Undo the addition of implicit
9911 wildcards if they did not lead to finding any match.
9912 (read-file-name-internal): Don't add the final > if the completion is
9913 not finished.
9914
9915 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9916
9917 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9918 Quote safe-local-variable predicate.
9919
9920 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9921
9922 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9923
9924 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9925
9926 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9927
9928 * progmodes/make-mode.el (makefile-special-targets-list)
9929 (makefile-macro-table, makefile-target-table): Mark as risky.
9930 (makefile-query-one-target-method): Make this the alias for the
9931 following variable.
9932 (makefile-query-one-target-method-function): Make this the real name.
9933
9934 * textmodes/artist.el (artist-text-renderer): Make this the alias
9935 for the following variable.
9936 (artist-text-renderer-function): Make this the real name.
9937
9938 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9939 the alias for the following variable.
9940 (flyspell-generic-check-word-predicate): Make this the real name.
9941
9942 * textmodes/ispell.el (ispell-format-word): Make this the alias
9943 for the following variable.
9944 (ispell-format-word-function): Make this the real name.
9945 (ispell-message-text-end): Mark as risky.
9946
9947 * skeleton.el (skeleton-transformation, skeleton-filter)
9948 (skeleton-pair-filter): Make these the aliases for the following
9949 variables.
9950 (skeleton-transformation-function, skeleton-filter-function)
9951 (skeleton-pair-filter-function): Make these the real names.
9952
9953 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9954 and skeleton-pair-filter-function.
9955
9956 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9957 alias for the following variable.
9958 (sgml-transformation-function): Make this the real name.
9959 (sgml-tag-alist): Mark as risky.
9960
9961 2006-05-21 Richard Stallman <rms@gnu.org>
9962
9963 * simple.el (kill-region): Interactively, pass point, then mark.
9964
9965 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9966
9967 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9968
9969 2006-05-21 Romain Francoise <romain@orebokech.com>
9970
9971 * dired-x.el (dired-mode-map): Don't bind M-g.
9972
9973 2006-05-20 Richard Stallman <rms@gnu.org>
9974
9975 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9976 (dired-goto-file): Doc fix.
9977
9978 2006-05-21 Kim F. Storm <storm@cua.dk>
9979
9980 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9981 way to enable built-in cua-mode if user loads older CUA-mode package.
9982
9983 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9984 if default-filename is specified.
9985
9986 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9987
9988 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9989
9990 * info.el (info-apropos): Make sure current-file and current-node
9991 have non-nil values. Speed up by using add-to-list instead of
9992 manual consing.
9993
9994 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9995
9996 * progmodes/make-mode.el (makefile-mode): Doc fix.
9997
9998 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9999
10000 * dired-aux.el (dired-do-shell-command): Doc fix.
10001
10002 2006-05-20 Kevin Ryde <user42@zip.com.au>
10003
10004 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10005 ``(custom-manual :tag "Foo" "(foo)Node")''.
10006
10007 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
10008
10009 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10010 value is an integer.
10011
10012 2006-05-20 Eli Zaretskii <eliz@gnu.org>
10013
10014 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10015 "format".
10016 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10017
10018 2006-05-20 Martin Rudalics <rudalics@gmx.at>
10019
10020 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10021 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10022
10023 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
10026 regexp for keywords.
10027
10028 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
10029
10030 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
10031 replace-regexp-in-string.
10032
10033 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
10034 encode, and escape file name on conversion to URL.
10035
10036 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10037
10038 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
10039 Don't unescape URL.
10040 (dnd-get-local-file-name): Unescape URL on conversion to file name.
10041
10042 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
10043 on conversion to URLs.
10044
10045 * net/browse-url.el (browse-url-file-url): Encode file name on
10046 conversion to URL.
10047
10048 * term/mac-win.el (mac-ae-open-documents): Escape file name on
10049 conversion to URL.
10050
10051 2006-05-19 Eli Zaretskii <eliz@gnu.org>
10052
10053 * progmodes/cc-styles.el (c-style-alist): Doc fix.
10054
10055 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10056
10057 * term/mac-win.el (mac-bytes-to-digits): Remove function.
10058 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
10059
10060 2006-05-19 Glenn Morris <rgm@gnu.org>
10061
10062 * calendar/diary-lib.el (diary-bahai-date)
10063 (list-bahai-diary-entries, mark-bahai-diary-entries)
10064 (mark-bahai-calendar-date-pattern): Not interactive.
10065 (add-to-diary-list): New optional arg LITERAL. Doc fix.
10066 (diary-entries-list): Change format of 4th element in each entry.
10067 (diary-list-entries): Use add-to-diary-list.
10068 (diary-goto-entry): Handle the case where the buffer visiting the
10069 diary has been killed.
10070 (fancy-diary-display): Add 'locator to button rather than 'marker.
10071 Only generate temp-face when there are marks to apply.
10072 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
10073 (diary-fancy-date-pattern): New variable.
10074 (diary-time-regexp): Doc fix.
10075 (diary-anniversary, diary-time): New faces.
10076 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
10077 diary-time-regexp. Add font-lock-multiline property where needed.
10078 Use new faces diary-anniversary and diary-time.
10079 (diary-fancy-font-lock-fontify-region-function): New function, to
10080 handle multiline font-lock pattern in fancy diary.
10081 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
10082 (diary-font-lock-keywords): Tweak time regexp. Use new face
10083 diary-time.
10084
10085 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
10086
10087 * international/code-pages.el (mik): Table corrected.
10088
10089 2006-05-18 Kim F. Storm <storm@cua.dk>
10090
10091 * progmodes/grep.el (grep-find): Don't check grep-find-command
10092 before running command (breaks non-interactive usage).
10093
10094 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
10095
10096 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
10097 (ewoc--insert-new-node): Don't insert trailing newline.
10098 Instead, adjust successor nodes's start markers.
10099 (ewoc--refresh-node): Delete all text from current node's start
10100 marker to the next one's; adjust successor nodes's start markers.
10101 (ewoc--create): Doc fixes.
10102 (ewoc--refresh): Don't insert newline.
10103 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
10104 * pcvs.el (cvs-make-cvs-buffer):
10105 Specify extra newline for ewoc's header and footer.
10106 (cvs-update-header): Update initial header recognition.
10107 Append newline to final header and footer values.
10108 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
10109
10110 2006-05-17 Richard Stallman <rms@gnu.org>
10111
10112 * files.el (file-name-extension): Doc fix.
10113
10114 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
10117 we can explicitly enable/disable rather than toggle.
10118 (shell-mode): Use it.
10119 (shell-cd): Don't try to reproduce what `cd' does.
10120
10121 2006-05-17 Kim F. Storm <storm@cua.dk>
10122
10123 * ido.el (ido-read-internal): Use only nondirectory part of
10124 default item.
10125
10126 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
10127
10128 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
10129 (ewoc-nth): Doc fix.
10130
10131 (ewoc-map, ewoc-invalidate): Compute PP before looping.
10132
10133 2006-05-16 Eli Zaretskii <eliz@gnu.org>
10134
10135 * international/mule.el (auto-coding-alist): Add .lha to files
10136 read with no-conversion.
10137
10138 * files.el (auto-mode-alist): Add .lha files to archive file
10139 extensions.
10140
10141 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
10142 Convert csize to integer when computing offsets within the
10143 compressed archive file.
10144
10145 2006-05-16 Kim F. Storm <storm@cua.dk>
10146
10147 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
10148 with read-from-minibuffer.
10149
10150 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
10151
10152 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
10153 (byte-compile-warnings): Fix safe-local-variable property.
10154
10155 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
10156
10157 * allout.el (allout-show-bodies, allout-old-style-prefixes)
10158 (allout-stylish-prefixes, allout-numbered-bullet)
10159 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
10160 predicates to qualify `safe-local-variable' property, when
10161 available, else use equivalent lambda.
10162 (allout-current-topic-collapsed-p): Do the right thing regarding
10163 trailing blank lines.
10164
10165 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * server.el (server-start): Only create a directory if needed.
10168 (server-edit, server-unload-hook): server-start => server-mode.
10169 (kill-emacs-hook): Cleanup upon exit.
10170
10171 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * hexl.el (hexlify-buffer): Encode process arguments manually.
10174
10175 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
10176
10177 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
10178 call to gdb-tooltip-print.
10179
10180 2006-05-15 Romain Francoise <romain@orebokech.com>
10181
10182 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
10183 systems, default to "tar" since those systems probably have GNU tar.
10184
10185 2006-05-14 Lars Hansen <larsh@soem.dk>
10186
10187 * desktop.el (desktop-missing-file-warning): Fix docstring.
10188 (desktop-restore-file-buffer): Correct question asked on missing file.
10189
10190 2006-05-14 Kim F. Storm <storm@cua.dk>
10191
10192 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
10193 Add CUA move property.
10194
10195 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
10196
10197 * custom.el (custom-push-theme): Load the variable before checking
10198 its `standard-value'.
10199
10200 2006-05-13 Lars Hansen <larsh@soem.dk>
10201
10202 * desktop.el (desktop-save): Use with-temp-buffer.
10203
10204 2006-05-12 Glenn Morris <rgm@gnu.org>
10205
10206 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
10207 * calendar/calendar.el (calendar-mode-map):
10208 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
10209 * calendar/appt.el (appt-check, appt-make-list): Refer to
10210 diary-view-entries, diary-list-entries, diary-show-all-entries
10211 rather than obsolete aliases.
10212
10213 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
10214
10215 * simple.el (line-move-finish): Avoid calling point motion hooks
10216 while processing intangibility.
10217
10218 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10219
10220 * term/xterm.el (terminal-init-xterm): Fix typo.
10221
10222 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
10223
10224 * allout.el (allout-view-change-hook): Mark as being deprecated,
10225 to be replaced by `allout-exposure-change-hook'.
10226 (allout-exposure-change-hook): New, replacing
10227 `allout-view-change-hook'.
10228 (allout-flag-region): Run new hook `allout-exposure-change-hook',
10229 in addition to `allout-view-change-hook'.
10230 (allout-show-bodies, allout-old-style-prefixes)
10231 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
10232 lambda forms to prevent their showing up in variable help
10233 presentations as inscrutable byte-compiled code.
10234 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
10235 Use string-or-null-p to qualify safe-local-variable values.
10236 (allout-reindent-bodies): Use memq to qualify matches against
10237 valid safe-local-variable values. Also, quote the lambda as above.
10238 (allout-use-mode-specific-leader): Add missing candidate-value
10239 symbols, use memq, and quote the lambda.
10240 (allout-overlay-interior-modification-handler): Remove unused
10241 variables `msg' and 'opened'.
10242 (allout-hidden-p): Constrain invisibility consideration to allout's
10243 invisibility spec, disregarding invisibility for other reasons.
10244
10245 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
10246
10247 * files.el (version-control): Correct safe values.
10248
10249 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
10250
10251 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10252
10253 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10254 (ewoc--insert-new-node): New func.
10255 Update callers of deleted funcs to use it, instead.
10256
10257 2006-05-11 Glenn Morris <rgm@gnu.org>
10258
10259 * calendar/calendar.el (diary-show-all-entries): Do not refer to
10260 obsolete alias `show-all-diary-entries'.
10261 (make-diary-entry): Not interactive.
10262 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10263 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10264 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10265 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10266 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10267 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10268
10269 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10270
10271 * calendar/calendar.el (calendar-french-date-string)
10272 (calendar-mayan-date-string, calendar-chinese-date-string)
10273 (calendar-astro-date-string, calendar-iso-date-string)
10274 (calendar-islamic-date-string, calendar-bahai-date-string)
10275 (calendar-hebrew-date-string, calendar-coptic-date-string)
10276 (calendar-ethiopic-date-string, calendar-persian-date-string):
10277 These functions are not interactive.
10278
10279 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
10280
10281 * files.el: Balance parentheses.
10282
10283 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10284
10285 * files.el, newcomment.el, outline.el, simple.el,
10286 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10287 * progmodes/cc-vars.el, progmodes/compile.el:
10288 Move `safe-local-variable' declarations to the respective files.
10289
10290 * help-fns.el (describe-variable): Don't print safe-var if it is
10291 byte-code. Improve wording as suggested by Luc Teirlinck.
10292
10293 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10294
10295 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10296 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10297 Use a token for pending-triggers to ensure gdb-var-update
10298 gets called once per user input again for pre-GDB 6.4.
10299 (gdb-var-delete): Match on more complex expressions.
10300 (gdb-var-list-children-handler, gdb-var-create-handler):
10301 Use a token for consistency.
10302
10303 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
10304
10305 * textmodes/org.el (org-read-date, org-goto-calendar)
10306 (org-agenda-goto-calendar):
10307 Bind `view-calendar-holidays-initially' to nil.
10308
10309 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10310
10311 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10312 Update all callers to do it there, instead.
10313
10314 2006-05-10 Glenn Morris <rgm@gnu.org>
10315
10316 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10317 prefix arg case, to avoid view-diary-entries-initially error.
10318 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10319 (calendar-date-is-legal-p): Handle dates with no day part.
10320
10321 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10322
10323 * comint.el (comint-insert-input): Just make it when
10324 comint-use-prompt regexp is nil (default) and with the mouse.
10325 (comint-copy-old-input): Reinstate from 2004-06-23.
10326 (comint-mode-map): Bind C-c C-m to it.
10327
10328 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
10329
10330 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10331 Remove spurious move to point-max (new comint behavior fixes).
10332
10333 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10334 compatibility function (Emacs 18/19).
10335 (idlwave-is-continuation-line): Always return point at start of
10336 previous non-blank continuation line.
10337 (keyword-parameters): Fix continued comment font-lock matcher.
10338 (idlwave-font-lock-fontify-region): Written, use as
10339 font-lock-fontify-region-function, to fix continued keyword
10340 fontification issues.
10341
10342 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10343
10344 * term/mac-win.el (mac-font-panel-mode): Doc fix.
10345 (mac-service-selection, mac-service-open-file)
10346 (mac-service-open-selection, mac-service-mail-selection)
10347 (mac-service-mail-to, mac-service-insert-text): Rename from
10348 mac-services-*. All uses changed.
10349 (mac-apple-event-map): Rename event symbol `services' to `service'.
10350
10351 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
10352
10353 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10354 (ewoc--node-enter-first, ewoc--node-enter-last)
10355 (ewoc--delete-node-internal): Merge funcs into unique callers.
10356
10357 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
10358
10359 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10360 return value of read-from-minibuffer for empty input.
10361
10362 2006-05-09 Miles Bader <miles@gnu.org>
10363
10364 * comint.el (comint-insert-input): Remove redundant calls to setq
10365 and goto-char.
10366
10367 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
10368
10369 * comint.el (comint-insert-input): Make it work when
10370 comint-use-prompt-regexp is t.
10371
10372 2006-05-10 Miles Bader <miles@gnu.org>
10373
10374 * subr.el (field-at-pos): New function.
10375
10376 * comint.el (comint-insert-input): Use it.
10377
10378 2006-05-09 Juri Linkov <juri@jurta.org>
10379
10380 * battery.el (battery-linux-proc-acpi): Also try
10381 `/proc/acpi/thermal_zone/THR2/temperature'.
10382
10383 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10384 for now unused lambda `string-or-null'.
10385
10386 * add-log.el (change-log-default-name): Put `string-or-null-p'
10387 instead of lambda on `safe-local-variable' property.
10388
10389 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10390 `region-end' instead of `mark' and `point'.
10391 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10392 Operate on region in Transient Mark mode when the mark is active.
10393 Use `region-beginning' and `region-end' instead of `mark' and
10394 `point'.
10395 (diff-hunk-text, diff-goto-source): Doc fix.
10396
10397 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10398 face `mode-line-buffer-id' for mode-line buffer face instead of
10399 hard-coded `(:weight bold)'.
10400
10401 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10402 buffer-undo-list to t (undo-ask is reproducible by visiting
10403 nested archives).
10404
10405 2006-05-09 Kim F. Storm <storm@cua.dk>
10406
10407 * progmodes/grep.el (rgrep): Set default directory of *grep*
10408 buffer if we start M-x rgrep in the *grep* buffer and choose
10409 a different base directory.
10410
10411 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10412
10413 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10414 completion also when ido is loaded.
10415
10416 2006-05-09 Masatake YAMATO <jet@gyve.org>
10417
10418 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10419 "warning" and "import".
10420 (cpp-font-lock-keywords): Added "warning".
10421
10422 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10423
10424 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10425
10426 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10429 pages at a time, if we signal the end, we should indeed reach that end.
10430
10431 2006-05-08 David Reitter <david.reitter@gmail.com>
10432
10433 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10434 output during execution of the body.
10435
10436 2006-05-08 Kim F. Storm <storm@cua.dk>
10437
10438 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10439
10440 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10441
10442 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10443 Use with-current-buffer.
10444
10445 2006-05-07 Kim F. Storm <storm@cua.dk>
10446
10447 * subr.el (add-to-history): Remove keep-dups arg.
10448
10449 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10450 to nil around call to add-to-history.
10451
10452 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10455 than after a buffer modification.
10456
10457 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10458
10459 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10460 call to...
10461 (gud-watch): ...here so speedbar is raised for already watched
10462 expressions.
10463 (gdb-speedbar-refresh): Delete function.
10464 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10465 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10466 earlier change).
10467 (gdb-var-evaluate-expression-handler)
10468 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10469
10470 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10471 Update localized contents for all buffers except ignored modes.
10472
10473 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10474
10475 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10476 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10477 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10478 (mac-handle-font-panel-closed, mac-handle-font-selection):
10479 New functions.
10480 (mac-font-panel-mode): New minor mode.
10481 (mac-apple-event-map): Add bindings for toolbar toggle button and
10482 font panel.
10483 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10484
10485 2006-05-07 John Paul Wallington <jpw@pobox.com>
10486
10487 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10488 Avoid `regexp-opt'; simplify regexp for readability.
10489
10490 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10491
10492 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10493 * files.el (buffer-stale-function):
10494 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10495 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10496 links to the main manual, not to emacs-xtra.
10497
10498 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10499
10500 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10501 MacJapanese if text is ASCII-only.
10502
10503 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10504
10505 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10506 unless so nil isn't returned.
10507 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10508
10509 2006-05-06 Kim F. Storm <storm@cua.dk>
10510
10511 * subr.el (add-to-history): New function.
10512
10513 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10514 (ediff-merge-files-with-ancestor):
10515 * env.el (setenv):
10516 * isearch.el (isearch-update-ring):
10517 * server.el (server-visit-files):
10518 * progmodes/grep.el (lgrep, rgrep):
10519 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10520 * progmodes/xscheme.el (xscheme-insert-expression):
10521 Use add-to-history.
10522
10523 * kmacro.el (kmacro-push-ring): Use add-to-history.
10524 (kmacro-ring-length): Remove unused defun.
10525 (kmacro-start-macro): Use kmacro-push-ring.
10526
10527 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10528
10529 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10530 directly instead of a lambda expression that calls it.
10531
10532 2006-05-06 Kim F. Storm <storm@cua.dk>
10533
10534 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10535 instead of compute-motion.
10536
10537 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10538
10539 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10540 change.
10541
10542 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10543
10544 * startup.el (command-line-1): Refer to "Pure Storage" on
10545 pure-space-overflow.
10546
10547 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10548
10549 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10550 provided faces once they all have been used up.
10551
10552 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10553
10554 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10555 reference to the Lisp manual to the warning about pure space
10556 overflow.
10557
10558 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10559
10560 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10561 argument to avoid the call to `ispell-internal-change-dictionary'
10562 when not needed.
10563 (ispell-change-dictionary): Use this argument and call
10564 `ispell-internal-change-dictionary' after the possible change
10565 to `ispell-local-dictionary'.
10566 (ispell-internal-change-dictionary): Check for a change in
10567 personal dictionary use too.
10568
10569 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10570
10571 * startup.el (command-line): On MS-Windows, probe "~", not
10572 "~USER", for warning about non-existent home directory.
10573
10574 * arc-mode.el (archive-l-e): New optional argument `float' means
10575 generate a float value.
10576 (archive-arc-summarize, archive-lzh-summarize)
10577 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10578 with 3rd argument non-nil when file's size is being computed.
10579 Format the file sizes with %8.0f instead of %8d.
10580
10581 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10582
10583 * cus-start.el (all): Add mac-dnd-known-types.
10584
10585 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10586 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10587 (mac-TIFF-to-string): New functions.
10588 (x-get-selection, x-selection-value)
10589 (mac-select-convert-to-string): Use them.
10590 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10591 (mac-dnd-types-alist): New customization variable.
10592 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10593 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10594 (mac-dnd-handle-drag-n-drop-event): New functions.
10595 (mac-drag-n-drop): Remove function.
10596 (global-map): Bind drag-n-drop and M-drag-n-drop to
10597 mac-dnd-handle-drag-n-drop-event.
10598
10599 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10600
10601 * progmodes/perl-mode.el (perl-beginning-of-function):
10602 Skip anonymous subs.
10603
10604 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10605
10606 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10607 regexp-opt at run time.
10608
10609 * term.el (term-handle-ansi-escape): Fix off by one error.
10610
10611 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10612
10613 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10614 (gdb-init-1, gdb-post-prompt): ...and references to it.
10615 (gdb-frame-handler): Strip directory name from filename if present.
10616
10617 * progmodes/gud.el (gdb-force-update): Delete defvar
10618 (gud-speedbar-buttons): ...and references to it. Use window-start
10619 to try to keep positon in watch expression.
10620
10621 2006-05-03 Richard Stallman <rms@gnu.org>
10622
10623 * simple.el (next-history-element, previous-history-element): Doc fix.
10624
10625 * isearch.el (isearch-update-ring): Doc fix.
10626
10627 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10628
10629 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10630 into consideration. Replace one arm ifs with whens.
10631
10632 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10633
10634 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10635 (menu): Fix typo.
10636
10637 2006-05-02 Miles Bader <miles@gnu.org>
10638
10639 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10640
10641 2006-05-02 Jay Belanger <belanger@truman.edu>
10642
10643 * calc/calc-embed.el (calc-override-minor-modes-map)
10644 (calc-override-minor-modes): New variables.
10645 (calc-do-embedded): Make sure that Calc keystrokes aren't
10646 overwritten by minor modes.
10647
10648 2006-05-02 Chong Yidong <cyd@mit.edu>
10649
10650 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10651
10652 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10653
10654 * startup.el (command-line-1): Refer to Lisp manual when
10655 pure-space-overflow occurs.
10656
10657 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10658 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10659 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10660 (version-control): Don't use `t' for safe-local-variable declarations.
10661
10662 2006-05-01 Richard Stallman <rms@gnu.org>
10663
10664 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10665 M-r, M-R, M-A, M-SPC or M-DEL.
10666 (diff-mode-map): diff-refine-hunk now on C-c C-w
10667 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10668
10669 * help-mode.el (help-mode): view-exit-action calls delete-window
10670 only when it is safe and possible.
10671
10672 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10673 in messages.
10674
10675 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10676
10677 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10678 in the default tool-bar-map.
10679
10680 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10681
10682 * net/tramp.el (tramp-completion-file-name-handler-alist)
10683 (tramp-run-real-handler, tramp-completion-run-real-handler)
10684 (tramp-completion-handle-file-name-all-completions)
10685 (tramp-completion-handle-file-name-completion): Autoload them.
10686 (tramp-completion-handle-file-exists-p)
10687 (tramp-completion-handle-file-name-directory)
10688 (tramp-completion-handle-file-name-nondirectory)
10689 (tramp-completion-handle-expand-file-name): Remove them.
10690 (tramp-handle-file-name-directory): Return the real directory name.
10691 Returning "/" only doesn't need to be necessary any longer.
10692 (tramp-file-name-handler): Make special attention when in hostname
10693 completion mode.
10694 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10695 (tramp-register-file-name-handlers):
10696 Register `tramp-completion-file-name-handler' only when
10697 `partial-completion-mode' is enabled.
10698 (tramp-completion-handle-file-name-all-completions):
10699 Delete directory part from results.
10700 (tramp-get-completion-methods, tramp-get-completion-user-host):
10701 Discard deleting "/", it doesn't work after the change of
10702 `tramp-handle-file-name-directory' above.
10703
10704 2006-05-01 Kim F. Storm <storm@cua.dk>
10705
10706 * progmodes/grep.el (grep-expand-template): Use save-match-data
10707 and symbol-value.
10708
10709 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10710
10711 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10712 Use select-frame-set-input-focus instead of raise-frame.
10713 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10714
10715 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10716
10717 * progmodes/gud.el (gud-def): Add %c case.
10718 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10719 (gud-format-command): Make match case sensitive. Match on %F.
10720
10721 2006-04-30 Glenn Morris <rgm@gnu.org>
10722
10723 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10724 (cal-tex-preamble): Use cal-tex-preamble-extra.
10725 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10726 than alias `list-diary-entries'.
10727
10728 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10729
10730 * help-fns.el (describe-variable): Add info about safe local variables.
10731
10732 2006-04-29 Richard Stallman <rms@gnu.org>
10733
10734 * bindings.el (mode-line-format): help-echo doc fixes.
10735
10736 * net/tramp.el (tramp-file-name-handler-alist): Delete
10737 expand-file-name and other operations that can cause spurious loading.
10738
10739 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10740
10741 * files.el (safe-local-variable-p): Remove support for the special
10742 value t.
10743
10744 * textmodes/paragraphs.el (sentence-end-without-space):
10745 Fix safety predicate.
10746 (sentence-end-double-space, sentence-end-without-period)
10747 (paragraph-ignore-fill-prefix):
10748 * textmodes/fill.el (colon-double-space):
10749 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10750
10751 * subr.el (booleanp): New fun.
10752
10753 * textmodes/reftex-vars.el (reftex-guess-label-type):
10754 Tighten the safety predicate.
10755
10756 2006-04-28 Kim F. Storm <storm@cua.dk>
10757
10758 * progmodes/grep.el (defgroup grep): Doc fix.
10759 (grep-auto-highlight): Remove.
10760 (grep-template): New defcustom.
10761 (grep-find-template): Rename from grep-tree-template.
10762 (grep-files-aliases): Rename from grep-tree-files-aliases.
10763 Remove "all" alias, add "l" alias.
10764 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10765 (grep-find-ignored-directories): New defcustom to replace
10766 grep-tree-ignore-CVS-directories, to facilitate ignoring
10767 subdirectories for multiple version control systems.
10768 (grep-mode-map): Add Recursive grep item to GREP menu.
10769 (grep-regexp-history, grep-files-history): New defvars.
10770 (grep-probe): New helper function.
10771 (grep-compute-defaults): Use it to simplify code.
10772 Adapt to name changes.
10773 Use `.' as base in grep-find-template rather than <D>.
10774 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10775 Call grep-compute-defaults unconditionally.
10776 (grep-expand-keywords): New defconst.
10777 (grep-expand-template): Rename from grep-expand-command-macros.
10778 Simplify via grep-expand-keywords. Look at case-fold-search instead
10779 of grep-tree-ignore-case to add -i option.
10780 Bind case-fold-search to nil while matching keywords.
10781 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10782 (grep-read-regexp, grep-read-files): New helper functions.
10783 (rgrep): Rename from grep-tree. Rework to use proper histories.
10784 Adapt to changes in defcustoms and functions above.
10785 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10786
10787 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10788
10789 * net/tramp.el (tramp-completion-file-name-handler):
10790 Disable Tramp's functionality while loading Tramp itself.
10791 (tramp-register-file-name-handlers): That's a defsubst now.
10792 Code from `tramp-repair-jka-compr' moved here. Apply it via
10793 `after-init-hook'.
10794 (tramp-repair-jka-compr): Remove.
10795
10796 2006-04-27 Jay Belanger <belanger@truman.edu>
10797
10798 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10799 read expression when `math-read-big-expr' doesn't work.
10800
10801 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10802
10803 * startup.el (command-line-1): Display warning when
10804 pure-space-overflow is non-nil.
10805
10806 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10807
10808 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10809 risky.
10810
10811 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10812
10813 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10814 Return the URL or nil if none can be generated.
10815
10816 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10817
10818 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10819 byte compiler warnings.
10820 (gud-basic-call, gud-find-expr): Let user select an expression
10821 for printing. Print expression as well as value in GUD buffer.
10822
10823 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10824
10825 * allout.el: Remove local autoload declaration for
10826 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10827 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10828 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10829 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10830 (allout-stylish-prefixes, allout-numbered-bullet)
10831 (allout-file-xref-bullet, allout-presentation-padding)
10832 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10833 safe-local-variable with suitable value spec, and add autoload
10834 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10835 (move-beginning-of-line, move-end-of-line): Repair so these compat
10836 functions now actually resituate the point, when appropriate.
10837
10838 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10839
10840 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10841
10842 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10843 (add-log-iso8601-time-string): Fix call to format-time-string.
10844
10845 2006-04-26 Kim F. Storm <storm@cua.dk>
10846
10847 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10848
10849 2006-04-26 Masatake YAMATO <jet@gyve.org>
10850
10851 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10852 Add support for "//" style comments. Remove `b' flag
10853 from ?* in `asm-mode-syntax-table'.
10854
10855 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * follow.el: Use (featurep 'xemacs) everywhere.
10858 (follow-mode): Use define-minor-mode.
10859 (follow-mode-map): Move initialization into the declaration.
10860 Use command remapping.
10861 (follow-emacs-version-xemacs-p): Remove.
10862 (follow-submit-feedback): Remove.
10863
10864 * allout.el (allout-layout, allout-passphrase-verifier-string)
10865 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10866
10867 * textmodes/reftex-vars.el (reftex-vref-is-default)
10868 (reftex-fref-is-default, reftex-guess-label-type):
10869 Tighten up a bit the safety predicate.
10870
10871 * textmodes/paragraphs.el (sentence-end-double-space)
10872 (sentence-end-without-period, sentence-end-without-space)
10873 (page-delimiter, paragraph-ignore-fill-prefix):
10874 Tighten up a bit the safety predicate.
10875
10876 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10877
10878 * progmodes/python.el (python-continuation-line-p)
10879 (python-beginning-of-statement): syntax-ppss may return
10880 a negative depth.
10881 (python-mode): Don't forcefully enable font-lock.
10882
10883 * time-stamp.el (time-stamp-start, time-stamp-end)
10884 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10885
10886 * add-log.el: Remove spurious * in docstrings.
10887 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10888 (add-change-log-entry): Use it here, since it's not specific
10889 to iso8601.
10890 (add-log-iso8601-time-string): Don't use it here any more.
10891 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10892
10893 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10894
10895 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10896
10897 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10898 (rcirc-toggle-low-priority): Doc fix.
10899 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10900 ChanServ regexp.
10901 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10902 #emacs.
10903 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10904 (rcirc-decode-coding-system): Use utf-8 as the default.
10905 (rcirc-multiline-minor-mode): Set the fill-column.
10906 (rcirc-format-response-string): Display bright and dim nicks.
10907 (rcirc-browse-url): Update interactive spec to fill ARG.
10908 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10909 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10910
10911 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10912
10913 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10914 case for @Article, etc.
10915
10916 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10917
10918 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10919 Added with autoload cookie.
10920 (tramp-unload-file-name-handlers): Rename from
10921 `tramp-unload-file-name-handler-alist'.
10922
10923 2006-04-23 Romain Francoise <romain@orebokech.com>
10924
10925 * comint.el (comint-match-partial-filename): Doc fix.
10926
10927 2006-04-21 Glenn Morris <rgm@gnu.org>
10928
10929 * calendar/cal-menu.el (calendar-mode-map): Refer to
10930 `diary-view-entries' rather than alias `view-diary-entries'.
10931 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10932
10933 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10934
10935 * progmodes/antlr-mode.el (antlr-default):
10936 * cus-edit.el (custom-documentation):
10937 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10938 in defface.
10939
10940 2006-04-21 Kim F. Storm <storm@cua.dk>
10941
10942 * image.el (image-type): New defun split out of create-image.
10943 (create-image): Use it.
10944
10945 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10946
10947 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10948 (org-open-at-point): Remove the "...done" message to keep output
10949 in the echo area visible.
10950 (org-export-as-xoxo): Fix call to `indent-region'.
10951
10952 2006-04-21 Kevin Ryde <user42@zip.com.au>
10953
10954 * international/mule.el (keyboard-coding-system): defcustom
10955 info-link fixes: "Specify Coding" has been split, keyboard now in
10956 "Terminal Coding", and "Single-Byte Character Support" is now
10957 "Unibyte Mode".
10958
10959 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10960
10961 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10962 Use font-lock-warning-face for any errors e.g. no stack.
10963 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10964
10965 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10966
10967 * progmodes/sh-script.el (sh-shell): Mark as safe.
10968
10969 * newcomment.el (comment-start, comment-start-skip)
10970 (comment-end-skip, comment-end): Mark as safe.
10971
10972 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10973
10974 * textmodes/org.el (org-deadline-announce): Face removed.
10975 (org-level-faces, org-n-levels): Convert to constant.
10976 (org-compatible-face): New function.
10977 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10978 (org-level-5, org-level-6, org-level-7, org-level-8)
10979 (org-special-keyword, org-warning, org-headline-done, org-link)
10980 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10981 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10982 Face definition revised for better color tty support.
10983 (org-bold-re, org-italic-re, org-underline-re): New constants.
10984 (org-set-font-lock-defaults): Use the new constants.
10985 (org-agenda-highlight-todo): New function.
10986 (org-agenda-todo): Fix bug with point at end of line.
10987 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10988 Fontify TODO keywords.
10989 (org-insert-link): Preserve relative path in ../ links.
10990 (org-export-as-html): Convert links pointing to .org files into
10991 links that will work beteen the exported HTML files.
10992 (org-todo-list): Fix bug when arg=0.
10993 (org-insert-heading): More fine-tuning.
10994
10995 2006-04-19 Romain Francoise <romain@orebokech.com>
10996
10997 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10998 from `rmail-mime-charset-pattern'.
10999
11000 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11001
11002 * progmodes/python.el (python-mode): Fix typo.
11003
11004 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
11005
11006 * comint.el (comint-previous-input): Don't clobber input line
11007 when moving off either end of the input history ring.
11008 (comint-delete-input): New function, used by
11009 `comint-previous-input' and others.
11010 (comint-previous-matching-input):
11011 Use `coming-delete-input'. Save the partial input if leaving the
11012 edit line. Goto point-max before deleting input to avoid
11013 partial input fragments hanging around.
11014 (comint-restore-input): New function, used by `comint-previous-input'.
11015
11016 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
11017
11018 * imenu.el (imenu--index-alist): Balance parentheses.
11019
11020 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11021
11022 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
11023
11024 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
11025
11026 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
11027 file is nil.
11028
11029 2006-04-18 Richard Stallman <rms@gnu.org>
11030
11031 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
11032
11033 * imenu.el (imenu-create-index-function, imenu--index-alist)
11034 (imenu--last-menubar-index-alist, imenu--make-index-alist)
11035 (imenu-default-create-index-function, imenu--generic-function):
11036 Doc fixes.
11037
11038 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11039
11040 * help-mode.el (help-mode): Set view-exit-action to delete window.
11041
11042 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
11043 now works by passing nil as arg.
11044
11045 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
11046
11047 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
11048 (read-abbrev-file): Provide default when reading filename.
11049
11050 * files.el (enable-local-variables): Allow :all as value.
11051 (hack-local-variables): Implement that value.
11052 (safe-local-variable-values, safe-local-eval-forms)
11053 (enable-local-variables): Mark as risky.
11054 (find-file-visit-truename, kept-old-versions): Mark safe.
11055
11056 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
11057 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
11058 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
11059
11060 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
11063 Use forward-line so as to get to BOL even in the presence of fields.
11064 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
11065 in return.
11066 (inferior-tcl): Tell tclsh to work in interactive mode.
11067
11068 * complete.el (partial-completion-mode):
11069 Use 'choose-completion-string-functions to make sure that
11070 choose-completion fills the minibuffer properly.
11071
11072 * complete.el (PC-old-read-file-name-internal): Remove.
11073 (PC-read-include-file-name-internal): Remove. Turn it into an advice
11074 of read-file-name-internal.
11075 (partial-completion-mode): Enable/disable this advice.
11076
11077 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
11078
11079 * net/tramp.el (tramp-completion-file-name-handler): Revert change
11080 of 2006-04-17.
11081
11082 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
11083
11084 * textmodes/org.el (org-insert-heading): Insert heading before
11085 current if at beginning of line.
11086 (org-todo, org-date): New faces.
11087 (org-table-align): Make sure tooltip window contains full text.
11088 (org-no-properties): New defsubst.
11089 (org-set-font-lock-defaults): Use new faces.
11090
11091 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
11092
11093 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
11094 for root variables.
11095
11096 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
11097 (gdb-frame-address): Re-use to identify frame for watch expression.
11098 (gdb-var-list, gdb-var-create-handler): Add frame address for root
11099 variables.
11100 (gdb-init-1, gdb-source, gdb-post-prompt)
11101 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
11102 (gdb-frame-handler): Get gdb-frame-address.
11103
11104 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
11105
11106 Sync with Tramp 2.0.53.
11107
11108 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
11109 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
11110 (tramp-completion-file-name-handler): Add autoload cookie for
11111 adding to `file-name-handler-alist'.
11112
11113 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
11114 the prompt. If it returns earlier (when detecting an error
11115 message), the rest of the output will merge accidently with the
11116 output of the next command. Reported by M Jared Finder
11117 <jared@hpalace.com>.
11118
11119 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11120 for `process-file', in order to let it work for older Emacsen too.
11121
11122 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
11123
11124 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
11125 (tex-font-lock-keywords-3): Use it.
11126
11127 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * newcomment.el (comment-add): New function.
11130 (comment-region-default, comment-dwim): Use it.
11131
11132 2006-04-15 Michael Olson <mwolson@gnu.org>
11133
11134 * emacs-lisp/tq.el: Improve comments.
11135 (tq-queue-head-question): New accessor function.
11136 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
11137 Update for modified queue structure.
11138 (tq-queue-add): Accept `question' argument.
11139 (tq-queue-pop): If a question is pending, send it.
11140 (tq-enqueue): Accept new optional argument `delay-question'.
11141 If this is non-nil, and at least one other question is pending a
11142 response, queue the question rather than sending it immediately.
11143
11144 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11145
11146 * calendar/appt.el (appt-add): Check whether an appointment is
11147 already present in appt-time-msg-list. Simplify code.
11148
11149 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * progmodes/cc-langs.el (c-mode-menu):
11152 Don't presume c-subword-mode is bound.
11153
11154 2006-04-13 Bill Wohler <wohler@newt.com>
11155
11156 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
11157 (customize-package-emacs-version): Use cdr instead of cadr now
11158 that alists use dotted pairs.
11159
11160 * custom.el (defcustom): Fix docstring for :package-version.
11161
11162 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
11163
11164 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
11165 (tramp-handle-shell-command): Display output buffer only when
11166 `tramp-display-shell-command-buffer' is true.
11167 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
11168
11169 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11170
11171 * textmodes/org.el (org-set-autofill-regexps): Set only the local
11172 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
11173
11174 2006-04-13 Romain Francoise <romain@orebokech.com>
11175
11176 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
11177 leaving temporary .cvsignore buffers behind.
11178
11179 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11180
11181 * textmodes/org.el (org-set-regexps-and-options)
11182 (org-get-current-options): Better names for the startup folding
11183 options.
11184
11185 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
11186
11187 * vc.el (vc-annotate): Arrange for point to end up at the same
11188 line number as in the original, but only when using a new buffer.
11189
11190 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
11191
11192 * files.el (hack-one-local-variable-eval-safep):
11193 Recognize `edebug-form-spec' for `put', but only if it passes
11194 `edebug-basic-spec'. Generalize `put' handling.
11195
11196 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
11197 vetting file-local form specs.
11198
11199 * allout.el (allout-layout): Autoload its `safe-local-variable'
11200 property.
11201
11202 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11203
11204 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
11205 (org-agenda-mouse-1-follows-link)
11206 (org-mouse-1-follows-link): New options.
11207 (org-format-agenda-item): Fix bug if TAGS is nil.
11208 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
11209
11210 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
11211
11212 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
11213 GDB 6.1+ gives full filename for "info sources" so use
11214 file-name-nondirectory.
11215
11216 2006-04-12 Romain Francoise <romain@orebokech.com>
11217
11218 * subr.el (read-passwd): Bind `message-log-max' to nil.
11219
11220 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * progmodes/perl-mode.el (perl-indent-new-calculate):
11223 Recompute parse-start after jumping backward by a whole sexp.
11224
11225 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
11228 window configuration.
11229 (vc-annotate-display-select): Select the buffer so that current-buffer
11230 (and selected-window) is the output buffer at the end of vc-annotate.
11231
11232 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
11233
11234 * vc.el (vc-annotate-color-map): Add custom TTY color map for
11235 8-color terminals, to use all of the colors in a sensible order.
11236 256-color terminals work well with the standard map.
11237 (vc-annotate-lines): Only strip the first color character if it
11238 is "#", to allow for terminal-style named colors.
11239 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
11240 the correct buffer is scrolled.
11241
11242 2006-04-11 Richard Stallman <rms@gnu.org>
11243
11244 * emacs-lisp/bytecomp.el (byte-compile-file):
11245 Bind enable-local-variables to :safe, and make normal-mode obey it.
11246
11247 * files.el (enable-local-variables): Allow value :safe.
11248 (normal-mode): Doc fix.
11249 (hack-local-variables): Implement enable-local-variables = :safe.
11250 (hack-local-variables-confirm): Don't prevent quitting.
11251
11252 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * loadhist.el (unload-feature): A bit of sanity check of
11255 load-history entries. Cancel timer-vars before unbinding them.
11256
11257 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11258 quote special chars, and make the trick work on the hex part of the
11259 buffer as well.
11260 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11261 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11262
11263 * startup.el (normal-splash-screen): Fix last change so we don't wait
11264 2 minutes if we don't show the splash screen.
11265
11266 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
11267
11268 * textmodes/org.el (org-export-plain-list-max-depth)
11269 (org-table-spaces-around-separators)
11270 (org-radio-targets, org-activate-camels)
11271 (org-table-spaces-around-invisible-separators): Options removed.
11272 (org-time-stamp-rounding-minutes, org-remember-templates)
11273 (org-ellipsis, org-activate-links, org-descriptive-links):
11274 New options.
11275 (org-remember-apply-template, org-current-time)
11276 (org-finish-edit-table-field)
11277 (org-link-unescape, org-link-escape)
11278 (org-string-width, org-table-clean-line, org-html-do-expand)
11279 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11280 (org-read-agenda-file-list): New functions.
11281 (org-table-edit-field)
11282 (org-table-create-or-convert-from-region): New commands
11283 (org-table-toggle-vline-visibility): Command removed.
11284 (org-table-convert-region): Made a command.
11285 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11286 Replace with the normal org- functions.
11287 (org-self-insert-command): Don't trigger realign unnecessarily
11288 when blanking a field that is not full.
11289 (org-mode): `Set buffer-invisibility-spec' for links.
11290 (org-activate-links2): Hide link part and only show descriptive
11291 part of the link.
11292 (org-insert-link): Modify for new linking system.
11293 (org-store-link): Store description separately, for use by
11294 `org-insert-link'.
11295 (org-table-align): Use `org-string-width'.
11296 (defgroup): Completely new group structure for custom variables.
11297 (org-agenda-files): Option: Single file name allowed. Function:
11298 Optional argument unrestrited means ignore any restricitons.
11299 (org-install-agenda-files-menu): Find a buffer in Org-mode before
11300 trying to modify the menu. Use generalized access to
11301 `org-agenda-files.'
11302 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11303 (org-agenda-file-to-front, org-remove-file, org-diary)
11304 (org-tags-view, org-export-icalendar-all-agenda-files)
11305 (org-export-icalendar-combine-agenda-files): Use generalized
11306 access to `org-agenda-files'.
11307 (org-remember-handler): Correctly preserve heading if present.
11308 (org-table-insert-row, org-table-insert-hline): Deal with
11309 invisible characters.
11310
11311 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
11312
11313 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11314 (vc-annotate-color-map): New 18 element constant
11315 value/saturation, rotating hue colormap, from red->blue.
11316 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11317 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11318 (vc-annotate): To avoid killing the required local variables,
11319 set them before the end of `with-output-to-temp-buffer', and
11320 after first switching to annotate-mode.
11321 (vc-annotate-warp-version): Add buffer argument in goto-line to
11322 ensure annotation, not source, is scrolled.
11323
11324 2006-04-10 Bill Wohler <wohler@newt.com>
11325
11326 * custom.el (defcustom, custom-handle-keyword):
11327 Add :package-version keyword.
11328 (custom-add-package-version): New function. Sets value of new
11329 property 'custom-package-version from :package-version keyword.
11330 (defcustom): Create Common Keywords section in docstring.
11331 (defface, defgroup): Replace definitions of a select few keywords
11332 with a reference to the Common Keywords in defcustom.
11333 (defcustom, defface, defgroup): Replace reference to Customization
11334 chapter in manual with hyperlink.
11335
11336 * cus-edit.el (customize-package-emacs-version-alist): New variable.
11337 (customize-changed-options): Add check for custom-package-version.
11338 (customize-package-emacs-version): New function to look up Emacs
11339 version corresponding to the given package version.
11340
11341 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11342 defun name, in similar fashion to find-variable-regexp.
11343
11344 2006-04-10 Eli Zaretskii <eliz@gnu.org>
11345
11346 * international/mule-cmds.el (set-locale-environment): Fix last
11347 change for when the locale's preferences don't specify any encoding.
11348
11349 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11352 so the defined var/fun doesn't need to be quoted.
11353
11354 2006-04-10 Richard Stallman <rms@gnu.org>
11355
11356 * finder.el (finder-mode-map): Add n and p bindings.
11357
11358 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11359
11360 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11361 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11362 (gdb-setup-windows): Put something in source window if we can't find
11363 the source file.
11364 (gdb-frame-handler): Make it work again with just assembly.
11365 (gdb-data-list-register-values-handler): Make it work when there is
11366 no stack.
11367
11368 2006-04-09 Richard Stallman <rms@gnu.org>
11369
11370 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11371 specs while looking for charset.
11372
11373 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11374
11375 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11376 Make them faces.
11377 (lm-font-lock-keywords): Update appropriately.
11378
11379 2006-04-10 Kim F. Storm <storm@cua.dk>
11380
11381 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11382 it can also replace buffer-substring-no-properties.
11383
11384 * emulation/cua-base.el (cua-delete-region, cua-paste)
11385 (cua-repeat-replace-region): Use filter-buffer-substring.
11386
11387 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11388 (cua-cut-region-to-global-mark): Likewise.
11389
11390 * emulation/cua-rect.el (cua--extract-rectangle)
11391 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11392
11393 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11394
11395 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11396 entry-type. Add field delimiters to numerical fields if they are
11397 not present.
11398
11399 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11400
11401 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11402 string-const to return value.
11403 (bibtex-remove-delimiters): Use it.
11404
11405 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11408 cl-byte-compile-compiler-macro unless it exists.
11409
11410 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11411
11412 * files.el (hack-local-variables-confirm) <offer-save>:
11413 Clarify message text. Suggested by Ralf Angeli.
11414
11415 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11416
11417 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11418 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11419 instead of `buffer-substring' and `delete-region'. (Most of the
11420 code actually copied from `kill-region'.)
11421
11422 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11423
11424 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11425 (rcirc-default-port): Rename from rcirc-port.
11426 (rcirc-default-nick): Rename from rcirc-nick.
11427 (rcirc-default-user-name): Rename from rcirc-user-name.
11428 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11429 (rcirc-low-priority-flag): New variable.
11430 (rcirc-decode-coding-system): New defcustom.
11431 (rcirc-encode-coding-system): New defcustom.
11432 (rcirc-coding-system-alist): New defcustom.
11433 (rcirc-multiline-major-mode): New defcustom.
11434 (rcirc-nick): New internal variable.
11435 (rcirc-process): Remove variable.
11436 (rcirc-server-buffer): New variable.
11437 (rcirc): Update to use rcirc-default-* variables above.
11438 (rcirc-connect): Do not add window-configuration-hook-here.
11439 (rcirc-server): New internal variable.
11440 (rcirc-connect): Do not send keepalive pings if
11441 rcirc-keepalive-seconds is nil.
11442 (with-rcirc-server-buffer): New macro.
11443 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11444 (rcirc-server-name): Rename from rcirc-server.
11445 (rcirc-buffer-process): New function.
11446 (rcirc-buffer-nick): New function.
11447 (rcirc-buffer-target): Remove function.
11448 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11449 New commands.
11450 (rcirc-mode-map): Change binding of C-c C-l to
11451 rcirc-toggle-low-priority.
11452 (rcirc-mode): Initialize coding system based on
11453 rcirc-coding-system-alist. New change-major-mode-hook to part the
11454 channel on a mode change. Make kill-buffer-hook buffer-local.
11455 (rcirc-change-major-mode-hook): New function.
11456 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11457 (rcirc-last-post-time): New variable.
11458 (rcirc-process-message): Store the last time user posted a message
11459 to this target.
11460 (rcirc-multiline-minor-mode): New mode.
11461 (rcirc-multiline-minor-mode-map): New mode map.
11462 (rcirc-edit-multiline): Put multiline-edit buffer in
11463 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11464 (rcirc-print): Ignore any line starting with an ignored nick.
11465 (rcirc-print): Decode using rcirc-decode-coding-system.
11466 (rcirc-track-minor-mode): Update global-mode-string when disabling
11467 this mode.
11468 (minor-mode-alist): Add LowPri indicator.
11469 (rcirc-toggle-low-priority): New function.
11470 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11471 next lowpriority buffer with activity.
11472 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11473 last time the user posted a message in to the target.
11474 (rcirc-update-activity-string): New formatting for low priority
11475 buffers.
11476 (rcirc-split-activity): New function.
11477 (rcirc-handler-PART, rcirc-handler-KICK)
11478 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11479 (rcirc-nick-away-alist): New variable.
11480 (rcirc-handler-301): New handler. Away messages are printed once
11481 per change.
11482
11483 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11484
11485 * info.el (Info-follow-nearest-node): Doc fix.
11486
11487 * international/mule-cmds.el (set-locale-environment): Make sure
11488 the coding-system preferred by the locale's language has the same
11489 EOL conversion type as the original buffer-file-coding-system.
11490 (locale-language-names): Add a few MS Windows language codes.
11491
11492 2006-04-07 Richard Stallman <rms@gnu.org>
11493
11494 * simple.el (eval-expression): Doc fix.
11495
11496 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11497 (eval-defun): Doc fixes.
11498
11499 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11500
11501 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11502
11503 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11504
11505 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11506 GDB list command without argument for greater generality.
11507
11508 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11509
11510 * subr.el (string-or-null-p): New function.
11511
11512 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11513
11514 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11515
11516 * files.el: Update comment about safe-local-variable declarations.
11517
11518 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11519
11520 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11521 See idlwave.org.
11522
11523 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11524 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11525
11526 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11527 See idlwave.org.
11528
11529 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11530 version 6.0 (minimal changes). See idlwave.org.
11531
11532 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11533 6.0 (minimal changes). See idlwave.org.
11534
11535 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11536
11537 2006-04-06 Romain Francoise <romain@orebokech.com>
11538
11539 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11540 symmetric encryption features and a new asynchronous interface to
11541 GnuPG. This new version is version 1.4, plus whitespace changes.
11542
11543 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11544
11545 * files.el: Move some `safe-local-variable' declarations to the
11546 respective files.
11547
11548 * textmodes/ispell.el (ispell-check-comments)
11549 (ispell-local-dictionary): Mark as safe.
11550
11551 * abbrev.el (abbrev-mode): Mark as safe.
11552
11553 * add-log.el (change-log-default-name): Mark as safe.
11554
11555 * textmodes/reftex-vars.el (reftex-vref-is-default)
11556 (reftex-fref-is-default, reftex-level-indent)
11557 (reftex-guess-label-type): Mark as safe.
11558
11559 * textmodes/fill.el (colon-double-space): Mark as safe.
11560
11561 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11562 (sentence-end-double-space, sentence-end-without-period)
11563 (sentence-end-without-space, sentence-end, sentence-end-base)
11564 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11565
11566 2006-04-06 Kim F. Storm <storm@cua.dk>
11567
11568 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11569 the :set-after list.
11570 (ido-downcase-unc-hosts): New user option. Default on.
11571 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11572 when it is set, as regexps are now applied on the fly.
11573 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11574 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11575 on the fly, but only when ido-process-ignore-lists is set.
11576 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11577 Only downcase names if ido-downcase-unc-hosts is set.
11578
11579 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11580
11581 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11582
11583 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11584
11585 2006-04-05 Kim F. Storm <storm@cua.dk>
11586
11587 * ido.el (ido-mode): Set after ido-unc-hosts and
11588 ido-ignore-unc-host-regexps.
11589 (ido-save-history): Save ido-unc-hosts-cache.
11590 (ido-load-history): Load ido-unc-hosts-cache.
11591 (ido-reread-directory): Refresh unc hosts cache in // dir.
11592
11593 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11594 to nil while displaying slash screen.
11595
11596 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11597
11598 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11599 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11600
11601 2006-04-05 Kenichi Handa <handa@m17n.org>
11602
11603 * international/characters.el: Setup cases of Latin, Greek, and
11604 Cyrillic characters in CJK charsets.
11605
11606 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11607
11608 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11609 default-enable-multibyte-characters. This reverts the change from
11610 revision 6.17 which is no longer necessary because the passphrase
11611 is sent separately now. GnuPG messages are unreadable under
11612 multibyte locales with default-enable-multibyte-characters set to nil.
11613
11614 2006-04-04 Andreas Schwab <schwab@suse.de>
11615
11616 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11617 and `byte-compile-warnings' as `safe-local-variable'.
11618
11619 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11620
11621 * man.el (Man-mode-map): Restore the \r binding.
11622 (Man-abstract-xref-man-page): If Man-target-string is a function,
11623 call it.
11624 (Man-highlight-references): Use Man-default-man-entry to get the
11625 target. Deal with xrefs too.
11626 (Man-highlight-references0): Don't call the target function.
11627
11628 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11629 cannot deal with it.
11630
11631 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11632
11633 * pgg-gpg.el: Clean up process buffers every time gpg processes
11634 complete.
11635
11636 2006-04-04 Kenichi Handa <handa@m17n.org>
11637
11638 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11639 here.
11640 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11641 Temporarily bind inhibit-field-text-motion to t.
11642
11643 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * startup.el (normal-splash-screen): Only set mode-line-format in the
11646 splash buffer, so as not to interfere when debugging the code.
11647 Ignore errors when switching buffer.
11648
11649 2006-04-03 Romain Francoise <romain@orebokech.com>
11650
11651 * dired.el (dired-dnd-protocol-alist): Fix typo.
11652
11653 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11654
11655 * savehist.el (savehist): Add :version.
11656 (savehist-ignored-variables): New variable.
11657 (savehist-minibuffer-hook): Don't save variables listed in
11658 `savehist-ignored-variables'.
11659
11660 * dired.el (dired-dnd-protocol-alist): Mention that change does
11661 only apply to new buffers in doc string.
11662
11663 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11664
11665 * recentf.el (recentf-open-files-item): Include newline in button
11666 field, so opening a file will work, when the point is at the end
11667 of the file name. Allow, for example, to [i]search a file by
11668 extension and just push RET to open it.
11669
11670 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11671
11672 * pgg-gpg.el (pgg-gpg-process-filter)
11673 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11674
11675 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11676 lines, temporary fix.
11677
11678 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11679
11680 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11681
11682 2006-04-02 Richard Stallman <rms@gnu.org>
11683
11684 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11685
11686 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11687
11688 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11689 header-mouse-map.
11690
11691 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11692 (ibuffer-mode-header-map): New keymaps.
11693 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11694 and keybindings for column headers.
11695 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11696 property.
11697
11698 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11699
11700 * speedbar.el (speedbar-after-create-hook): Doc fix.
11701
11702 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11703
11704 * shell.el (shell-directory-tracker)
11705 (shell-dynamic-complete-command): Doc fixes.
11706
11707 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11708
11709 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11710 terminals.
11711
11712 2006-04-01 Kim F. Storm <storm@cua.dk>
11713
11714 * ido.el (ido-unc-hosts-cache): New defvar.
11715 (ido-unc-hosts): If value of defcustom is a function, call it to
11716 get list of UNC hosts. Add function-item choices to specify
11717 ido-unc-hosts-net-view or user function.
11718 (ido-ignore-unc-host-regexps): New defcustom.
11719 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11720 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11721 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11722
11723 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11726 wwidth.
11727
11728 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11729
11730 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11731 (ido-max-work-file-list, ido-switch-buffer)
11732 (ido-read-file-name-as-directory-commands):
11733 Fix typos in docstrings.
11734
11735 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11736
11737 * term/mac-win.el (mac-system-coding-system): Define and use after
11738 Mac-specific coding systems are ready.
11739
11740 2006-03-27 Romain Francoise <romain@orebokech.com>
11741
11742 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11743
11744 * ldefs-boot.el: Update.
11745
11746 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11747
11748 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11749 passphrases when it is not needed.
11750 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11751 passphrase stuff from gpg, should only be necessary when you use
11752 gpg with a smartcard.
11753
11754 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11755
11756 * comint.el (comint-dynamic-list-completions): Allow user to
11757 select *Completions* buffer.
11758
11759 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11760
11761 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11762
11763 2006-03-26 Andreas Schwab <schwab@suse.de>
11764
11765 * progmodes/gud.el (gdb): Only complain about multiple debugging
11766 when the gdb process is still running.
11767
11768 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11769
11770 * mail/rmail.el (tool-bar-map): Defvar it.
11771 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11772 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11773
11774 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11775
11776 * help.el (print-help-return-message): Suggest to use
11777 display-buffer instead of switch-to-buffer-other-window to restore
11778 the previous window without selecting it.
11779
11780 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11781
11782 * frame.el (select-frame-by-name): Call x-focus-frame also when
11783 window-system is mac.
11784
11785 * term/mac-win.el: Adjust Courier font specifications in
11786 x-fixed-font-alist.
11787 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11788 when directly encoding to UTF-16 in native byte order, no BOM.
11789
11790 2006-03-25 Kim F. Storm <storm@cua.dk>
11791
11792 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11793 (cua--init-keymaps): Use it instead of fixed C-return.
11794 (cua-mode): Set after it.
11795
11796 * emulation/cua-rect.el (cua--init-rectangles):
11797 Use cua-rectangle-mark-key instead of fixed C-return.
11798
11799 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11800
11801 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11802 "run" in .gdbinit.
11803 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11804
11805 2006-03-24 Romain Francoise <romain@orebokech.com>
11806
11807 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11808 `display-buffer-other-frame'.
11809
11810 2006-03-24 Kim F. Storm <storm@cua.dk>
11811
11812 * apropos.el (apropos-synonyms): Add selection => region.
11813
11814 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11815
11816 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11817 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11818 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11819 (gdb-data-list-register-values-regexp)
11820 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11821 Future proof against new fields being added to MI output.
11822 (gdb-send): Don't treat backslashes for program input as
11823 continuations.
11824 (gdb-assembler-handler): Don't use window-start for this handler.
11825 (gdb-frame-handler): Don't change to hollow arrow if overlay
11826 arrow doesn't move to new frame.
11827
11828 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11829
11830 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11831 prevent compiler warnings.
11832 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11833 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11834 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11835 buffer too.
11836
11837 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11838
11839 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11840 make-network-process, so we can use the same code in Gnus v5-10
11841 too and have this file fully synchronized with that release.
11842
11843 2006-03-23 Romain Francoise <romain@orebokech.com>
11844
11845 * ibuf-ext.el (ibuffer-read-filter-group-name):
11846 Use `ibuffer-generate-filter-groups' to make completion list match
11847 the filter groups that are really displayed in the Ibuffer buffer.
11848 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11849
11850 2006-03-23 Kenichi Handa <handa@m17n.org>
11851
11852 * international/mule-cmds.el (sort-coding-systems): Describe that
11853 the argument is modified in docstring.
11854
11855 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11856
11857 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11858 (pgg-gpg-update-agent): New function.
11859 (pgg-gpg-use-agent-p): New function.
11860 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11861 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11862 (pgg-gpg-sign-region): Use it.
11863
11864 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11865
11866 * cus-edit.el (custom-face-set): Call custom-push-theme before
11867 face-spec set so that `changed' theme is correctly saved.
11868 (custom-face-reset-standard): Reset to recalculated face rather
11869 than defface spec.
11870
11871 * custom.el (custom-push-theme): Only save `changed' theme if the
11872 current face does not match the defface specs.
11873
11874 2006-03-21 Simon Josefsson <jas@extundo.com>
11875
11876 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11877 <wilde@sha-bang.de>.
11878 (pgg-gpg-use-agent): New variable.
11879 (pgg-gpg-process-region): Use it.
11880 (pgg-gpg-encrypt-region): Likewise.
11881 (pgg-gpg-encrypt-symmetric-region): Likewise.
11882 (pgg-gpg-decrypt-region): Likewise.
11883 (pgg-gpg-sign-region): Likewise.
11884 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11885
11886 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11887
11888 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11889 bracket links.
11890
11891 2006-03-21 Kim F. Storm <storm@cua.dk>
11892
11893 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11894 fringe-indicator-alist instead of modifying global value.
11895 (gdb-frame-handler): Likewise.
11896
11897 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11898
11899 * diff-mode.el (diff-function): Make it inherit from diff-header
11900 instead of diff-context.
11901
11902 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11903 bitmap.
11904 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11905 change names in macro above for consistency.
11906 (gdb-frame-handler): Use hollow-right-triangle for all selected
11907 frames which except the innermost (where execution has stopped).
11908 (gdb-reset): Reset buffer-local values of overlay-arrow.
11909
11910 2006-03-20 Richard Stallman <rms@gnu.org>
11911
11912 * simple.el (set-mark-command): Doc fix.
11913
11914 * files.el (display-buffer-other-frame): New command.
11915 (ctl-x-4-map): Bind C-x 5 C-o to it.
11916
11917 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11920 rather than just defer-time, in case defer-time has been changed but
11921 the timer isn't running yet.
11922 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11923
11924 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11925
11926 * help-mode.el (help-follow-symbol): New function.
11927 Essentially identical to the old `help-follow', but do not let
11928 `push-button' do the work when on an xref.
11929 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11930
11931 2006-03-19 Richard Stallman <rms@gnu.org>
11932
11933 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11934 preceded by the word `program'.
11935 (help-follow-mouse, help-follow): Throw error if not on xref.
11936 Delete no longer used args.
11937
11938 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11939
11940 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11941 annotation ensure gud-overlay-arrow-position is redisplayed.
11942
11943 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11944
11945 * textmodes/bibtex.el (bibtex-include-OPTkey)
11946 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11947 (bibtex-autokey-name-case-convert)
11948 (bibtex-autokey-titleword-case-convert): Make these the aliases
11949 for the following two variables.
11950 (bibtex-autokey-name-case-convert-function)
11951 (bibtex-autokey-titleword-case-convert-function): Make these the
11952 real names.
11953 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11954 bibtex-font-lock-crossref sublists.
11955 (bibtex-mode): Revert 2005-12-30 change (which made
11956 completion-ignore-case buffer-local).
11957 (bibtex-url): Simplify.
11958
11959 2006-03-19 Kim F. Storm <storm@cua.dk>
11960
11961 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11962 cursor property value to 2 (to align with C level change).
11963
11964 2006-03-19 Bill Wohler <wohler@newt.com>
11965
11966 * image.el (image-load-path-for-library): Shorten first line in
11967 docstring.
11968
11969 2006-03-18 Richard Stallman <rms@gnu.org>
11970
11971 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11972
11973 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11974
11975 * isearch.el (isearch-other-meta-char): Handle user bindings for
11976 shifted control characters.
11977
11978 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11979
11980 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11981 part that matches email addresses, file names, etc.
11982
11983 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11984
11985 * term/w32-win.el (mouse-set-font):
11986 Mention w32-list-proportional-fonts in the doc string.
11987
11988 2006-03-18 Kim F. Storm <storm@cua.dk>
11989
11990 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11991 (ido-unc-hosts): New user option to explicitly define list of know
11992 UNC-style hosts for completion.
11993 (ido-cache-unc-host-shares-time): New user option.
11994 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11995 New helper functions for UNC file-name support.
11996 (ido-may-cache-directory): Check for UNC host. Simplify.
11997 (ido-wash-history): Clean out old UNC hosts.
11998 (ido-nonreadable-directory-p): UNC hosts are always readable.
11999 (ido-directory-too-big-p): UNC hosts are never too big.
12000 (ido-set-current-directory): Handle UNC root path.
12001 (ido-file-name-all-completions): Complete UNC host names from
12002 ido-unc-hosts list. Cache UNC host shares.
12003 (ido-make-file-list-1): Don't filter UNC root.
12004 (ido-exhibit): Check for // in root directory, and switch to UNC
12005 mode by setting ido-current-directory to //.
12006
12007 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
12008
12009 * cus-edit.el (customize-changed-options): Mention explicit
12010 version number as default in prompt.
12011
12012 2006-03-17 Bill Wohler <wohler@newt.com>
12013
12014 * image.el (image-load-path-for-library): Minor docstring fix.
12015
12016 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
12017
12018 * textmodes/org.el (org-read-date): Include subgroup 5 into
12019 replacement text.
12020 (org-popup-calendar-for-date-prompt): Fix customization type.
12021
12022 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
12023
12024 * progmodes/gdb-ui.el (gud-watch): Provide completion.
12025 (gdb-continuation): New variable.
12026 (gdb-send): Deal with continuation lines.
12027
12028 * progmodes/gud.el (gud-gdb-complete-command)
12029 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
12030 expressions.
12031 (gud-tooltip-mode): Use buffer-local value.
12032
12033 2006-03-16 Kim F. Storm <storm@cua.dk>
12034
12035 * ido.el (ido-edit-input): Use selected match, if any.
12036
12037 2006-03-16 Bill Wohler <wohler@newt.com>
12038
12039 * image.el (image-load-path-for-library): Prefer user's images in
12040 image-load-path.
12041
12042 2006-03-16 Martin Rudalics <rudalics@gmx.at>
12043
12044 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
12045 when checking for attempt to drag leftmost or rightmost scrollbar.
12046
12047 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
12048
12049 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
12050 (gdb-force-mode-line-update): New function.
12051 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
12052 (gdb-exited): Use them.
12053 (gdb-signal): New function.
12054 (gdb-annotation-rules): Provide a rule for it.
12055
12056 2006-03-16 Kenichi Handa <handa@m17n.org>
12057
12058 * international/mule.el (auto-coding-regexp-alist): Add entries
12059 for Unicode BOM.
12060
12061 * sort.el (sort-build-lists): Temporarily bind
12062 inhibit-field-text-motion to t.
12063
12064 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
12065
12066 * locate.el (locate-command, locate-make-command-line)
12067 (locate-fcodes-file, locate-update-command)
12068 (locate-prompt-for-command, locate, locate-with-filter)
12069 (locate-get-file-positions): Doc fixes.
12070 (locate-buffer-name, locate-header-face): Remove leading `*' in
12071 defcustom.
12072 (locate-filter-output): Use `keep-lines' instead of its alias
12073 `delete-non-matching-lines'.
12074 (locate-get-filename, locate-get-dirname): Add introductory comment.
12075 (locate-find-directory-other-window): Give appropriate error
12076 message if used outside main listing.
12077
12078 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
12081 the new extend-region feature.
12082 (font-lock-after-change-function): Update correspondingly.
12083 * jit-lock.el (jit-lock-after-change): Update correspondingly.
12084 * progmodes/grep.el (font-lock-lines-before): Don't disable.
12085
12086 2006-03-15 Bill Wohler <wohler@newt.com>
12087
12088 * image.el (image-load-path-for-library): Fix example by not
12089 recommending that one binds image-load-path. Just defvar it to
12090 placate compiler and only use it if previously defined.
12091
12092 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
12093
12094 * textmodes/org.el (org-insert-centered): Use `string-width' to
12095 make underlining work for wide characters.
12096 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
12097 TAB to `org-cycle', to make sure that no binding in
12098 `outline-mode-map' can supercede it.
12099
12100 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
12101
12102 * allout.el: Increment version to 2.2.1 in file commentary.
12103
12104 (allout-version): Increment to 2.2.1.
12105
12106 (allout-default-layout): New customization variable, used when the
12107 file lacks a specific allout-layout. Uses allout-layout-type for
12108 recursively nested definition.
12109
12110 (allout-layout-type): Widget defining allout layouts, necessary for
12111 self-recursive definition.
12112
12113 (allout-mode): Incorporate allout-default-layout as fallback for
12114 allout-layout.
12115
12116 (allout-layout): Mark as 'safe-local-variable', and refer mention
12117 fallback to `allout-default-layout' in absence of a specified value.
12118 (allout-passphrase-verifier-string)
12119 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
12120
12121 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
12122
12123 (allout-get-encryption-passphrase-verifier): Use correct name of
12124 passphrase verifier in docstring.
12125
12126 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
12127
12128 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
12129 elements.
12130 (gdb-find-watch-expression): Make it work for arrays too.
12131 Follow change to gdb-var-list.
12132 (gud-watch): Allow the user to enter variable name with a prexix
12133 arg. Create keybindings.
12134 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12135 (gdb-var-list-children-handler, gdb-var-update-handler)
12136 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
12137 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
12138 Follow change to gdb-var-list.
12139 (gdb-starting): Don't show the overlay arrows when program is running.
12140
12141 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
12142 gdb-var-list.
12143
12144 2006-03-14 Bill Wohler <wohler@newt.com>
12145
12146 * image.el (image-load-path-for-library): Pass value of path
12147 rather than symbol. Always return list of directories.
12148 Guarantee that image directory comes first.
12149
12150 2006-03-14 Alan Mackenzie <acm@muc.de>
12151
12152 * font-core.el (font-lock-extend-region\(-function\)?.):
12153 New function/variable.
12154
12155 * font-lock.el (font-lock-after-change-function):
12156 Call font-lock-extend-region. Obey font-lock-lines-before.
12157 (font-lock-default-fontify-region): Remove reference to
12158 font-lock-lines-before.
12159
12160 * jit-lock.el (jit-lock-after-change):
12161 Call font-lock-extend-region. Obey font-lock-lines-before.
12162
12163 2006-03-14 David Ponce <david@dponce.com>
12164
12165 * tree-widget.el (tree-widget-themes-load-path)
12166 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12167
12168 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
12169
12170 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
12171 (rcirc-print): Mark the start of text at the end of the prompt.
12172 (rcirc-track-minor-mode): Add autoload cookie.
12173 (rcirc-update-activity-string): Add space to front of mode-line
12174 indicator.
12175
12176 2006-03-13 Miles Bader <miles@gnu.org>
12177
12178 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
12179 (rcirc-abbrev-nick): Remove function.
12180 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
12181
12182 2006-03-13 David Ponce <david@dponce.com>
12183
12184 * tree-widget.el: Handle themes across all occurrences of the main
12185 themes sub-directory found in tree-widget-themes-load-path.
12186 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12187 (tree-widget--locate-sub-directory): Return all occurrences.
12188 (tree-widget-themes-path): New function.
12189 Replace tree-widget-themes-directory, and return a list of directories.
12190 (tree-widget-set-parent-theme)
12191 (tree-widget-lookup-image): Use it.
12192
12193 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
12194
12195 * textmodes/org.el (org-link-search): Avoid self-matching of
12196 links, allow target text to be distributed over several lines.
12197 (org-search-not-link): New function.
12198 (org-set-regexps-and-options, org-get-current-options):
12199 New startup options.
12200 (org-export-as-html): Take odd-level setting from local variable.
12201 (org-fontify-emphasized-text): New option.
12202 (org-set-font-lock-defaults): Include emphasized text.
12203 (org-follow-mhe-link): Allow folder-only links, fix folder name.
12204 (org-font-lock): Customize group renamed from `org-faces'.
12205
12206 2006-03-13 John Paul Wallington <jpw@pobox.com>
12207
12208 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
12209 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
12210
12211 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
12212
12213 * cus-start.el (all): Delete :version keyword for members of the
12214 fringe group, since the entire group is new in 22.1.
12215
12216 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
12217
12218 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
12219 map if value is hexadecimal (an address).
12220 (gud-watch): Only search roots for existing watch expressions.
12221 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
12222 prevent caching problems with speedbar-update-directory-contents.
12223
12224 2006-03-12 Juri Linkov <juri@jurta.org>
12225
12226 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
12227 before comparing with `low' and `warn'.
12228
12229 * info.el (Info-dir-remove-duplicates): Move point to the
12230 beginning of the current line after deleting the entries from
12231 redundant heading. Use marker for `limit' and compare it with
12232 point before calling `re-search-forward'.
12233
12234 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
12235
12236 * simple.el (yank): Fix typo in docstring.
12237
12238 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
12239
12240 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
12241 messages, where "D" is the 6th character.
12242
12243 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12244
12245 * simple.el (yank): Fix last change.
12246
12247 2006-03-11 David Ponce <david@dponce.com>
12248
12249 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12250 merging elements from the standard ispell-dictionary-alist.
12251 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12252 alist, and return the new alist.
12253
12254 2006-03-11 Richard Stallman <rms@gnu.org>
12255
12256 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12257
12258 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12259 the way it is implemented is too unclean.
12260
12261 * simple.el (kill-region, yank): Doc fix.
12262
12263 * battery.el (battery-echo-area-format): Doc fix.
12264 (battery-mode-line-format): Likewise.
12265 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12266 (battery-linux-proc-acpi): Ignore batteries that say "charged".
12267
12268 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12269
12270 * progmodes/octave-mod.el (octave-indent-for-comment):
12271 Behave according to do string.
12272
12273 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
12274
12275 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12276 Be visible only if major mode is Mail Mode.
12277
12278 * textmodes/flyspell.el (flyspell-external-point-words)
12279 (flyspell-process-localwords): Fix last changes.
12280
12281 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12282
12283 * calendar/holidays.el (list-holidays): Doc fix.
12284
12285 * international/mule.el (auto-coding-alist): Add .odt
12286 (OpenOffice's open document) files.
12287
12288 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12289 document) files. Mention in the doc string the need to sync with
12290 auto-coding-alist.
12291
12292 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
12293
12294 * files.el (hack-local-variables-confirm): Don't prompt for ! if
12295 enable-local-variables is set to always query, or there is no
12296 savable variable.
12297
12298 2006-03-10 Bill Wohler <wohler@newt.com>
12299
12300 * image.el (image-load-path-for-library): Merge at least three
12301 functions from Gnus and MH-E into this one function that can now
12302 be shared.
12303
12304 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
12305
12306 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12307 gdb-remove-mouse-face and remove help-echo too.
12308 (gdb-enqueue-input): Correct conditional clause.
12309
12310 2006-03-10 Glenn Morris <rgm@gnu.org>
12311
12312 * calendar/calendar.el (calendar-holidays): Doc fix.
12313 * calendar/holidays.el (list-holidays): Doc fix.
12314
12315 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
12316
12317 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12318 it gets called in gdb-prompt anyway.
12319 (gdb-use-separate-io-buffer): Only restore window arrangement for
12320 gdb-many-windows.
12321 (gdb-enqueue-input): Make it harder to send GDB input when program
12322 is running.
12323 (gdb-buffer-list): New variable.
12324 (gdb-remove-mouse-face): New function.
12325 (gdb-starting): Use it when GDB input won't get sent.
12326
12327 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
12328
12329 * help.el (view-lossage): Remove trailing whitespace before
12330 inserting "\n".
12331
12332 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
12333
12334 * files.el (hack-local-variables-confirm):
12335 Set coding-system-for-read to nil before writing to .emacs.
12336
12337 * arc-mode.el (archive-extract): Check if an existing buffer name
12338 comes from a different archive.
12339
12340 * help.el (describe-key-briefly): If KEY is a down event, read and
12341 discard the up event.
12342
12343 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
12344
12345 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12346 be edited and use font-lock-warning-face for any changes.
12347
12348 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12349 (gdb-edit-value): Use it to report any errors.
12350
12351 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
12352
12353 * help.el (describe-key): Remove leftover test code.
12354
12355 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
12356
12357 * textmodes/org.el: Move defvars out of eval-when-compile.
12358 Use buffer-file-name variable.
12359 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12360 arg `file'.
12361 (org-level-faces): Remove startup dependency.
12362 (org-cycle, org-map-tree, org-scan-tags)
12363 (org-remember-handler): Don't call `outline-level' directly.
12364 (org-mhe-search-all-folders): New option.
12365 (org-mhe-get-message-folder-from-index)
12366 (org-mhe-get-message-folder): Fix indexing search.
12367 (org-format-agenda-item): Handle nil TAGS argument.
12368 (org-cleaned-string-for-export, org-activate-target-links)
12369 (org-make-target-link-regexp): Deal with empty radio target list.
12370 (org-tag): New face.
12371 (org-get-level-face): New function.
12372 (org-set-font-lock-defaults): Simplify setup for headlines.
12373 (org-complete): Pass common substring to `display-completion-list'.
12374
12375 2006-03-06 David Ponce <david@dponce.com>
12376
12377 * tree-widget.el: Update Commentary header.
12378 (tree-widget-theme-name): Ignore parent themes.
12379 (tree-widget-set-parent-theme): New function.
12380 (tree-widget-set-theme): Use it.
12381 (tree-widget-set-image-properties): Move definition. Does nothing
12382 if image properties have already been set.
12383 (tree-widget-image-properties): Move definition. Receive an image
12384 name. Set the :pointer property.
12385 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12386 Don't set the :pointer image property.
12387 (tree-widget-convert-widget): New function. Handle :dynargs
12388 compatibility here.
12389 (tree-widget): Use it to :convert-widget. Add the :expander-p
12390 predicate to control when the :expander function is entered.
12391 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12392 (tree-widget-value-create): Handle :expander-p. widget-apply
12393 :expander.
12394 (tree-widget-expander-p): New function. Default value of the
12395 :expander-p property.
12396
12397 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12398
12399 * help.el (describe-key): Properly handle the return value of
12400 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12401 remaps. Handle string and vector `follow-link' values.
12402
12403 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12404
12405 * complete.el (PC-expand-many-files): Try be more careful when parsing
12406 the shell's output.
12407
12408 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * outline.el (hide-sublevels): Provide better interactive default.
12411
12412 2006-03-06 Kenichi Handa <handa@m17n.org>
12413
12414 * international/fontset.el (create-fontset-from-fontset-spec):
12415 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12416
12417 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12418
12419 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12420 backslashes instead of one in regexp.
12421 (gud-tooltip-dereference): Add missing optional argument.
12422
12423 2006-03-04 John Paul Wallington <jpw@pobox.com>
12424
12425 * wdired.el (toplevel): Require `cl' at compile-time.
12426
12427 2006-03-04 Andreas Schwab <schwab@suse.de>
12428
12429 * server.el (server-process-filter): Handle errors during
12430 evaluation of the argument.
12431
12432 2006-03-03 John Paul Wallington <jpw@pobox.com>
12433
12434 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12435 escape parentheses at beginning of line.
12436 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12437 (t-mouse-mode): Remove period from end of error message.
12438
12439 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12440
12441 * textmodes/flyspell.el (flyspell-process-localwords):
12442 Be case-sensitive.
12443
12444 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12445
12446 * cus-edit.el (custom-quote): Remove function, since it has been
12447 moved to custom.el.
12448
12449 * font-lock.el (lisp-font-lock-keywords-2)
12450 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12451 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12452 they have no special meaning.
12453
12454 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12455 indirect buffer gets killed before indirect buffer. Use dolist.
12456
12457 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12458
12459 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12460 value instead of a literal constant (1) on more pauses.
12461
12462 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12463
12464 * textmodes/flyspell.el (flyspell-external-point-words):
12465 Be case-sensitive.
12466
12467 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12468
12469 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12470 with "www".
12471
12472 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12473
12474 * allout.el: Restablish intermediate missing comment header to
12475 preserve outline structure.
12476 (allout-beginning-of-current-entry): Skip invisible text.
12477 (allout-open-topic): Fix opening a topic at end-of-buffer.
12478 (allout-minor-mode): Move nearer to allout-mode function.
12479
12480 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12481
12482 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12483
12484 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12485
12486 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12487 is nil.
12488
12489 * progmodes/gud.el (gud-speedbar-menu-items):
12490 Use buffer-local-value and add missing :visible keyword.
12491
12492 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12493
12494 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12495
12496 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12497 must be `follow-link'.
12498
12499 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12500
12501 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12502 formatting: No nested anchors.
12503 (org-all-targets): Fix bug with XEmacs compatibility.
12504 (org-read-date): Add (require 'parse-time).
12505 (org-set-tags): Fix bug with extra inserted space.
12506 (org-export-html-style): Define a style class for targets.
12507 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12508 (org-hide-leading-stars): New option.
12509 (org-hide): New face.
12510 (org-set-font-lock-defaults): Allow to hide leading stars.
12511 (org-get-legal-level, org-tr-level): New functions.
12512 (org-odd-levels-only): New option.
12513 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12514 (org-demote, org-promote): Deal with double-star levels.
12515 (org-convert-to-odd-levels): New command.
12516
12517 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12518
12519 * speedbar.el (speedbar-update-localized-contents): Try to
12520 preserve window-start.
12521 (speedbar-update-directory-contents): Try to preserve window-start
12522 and window-point.
12523 (speedbar-update-special-contents): Don't move back to start of window.
12524
12525 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12526 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12527 speedbar-timer-fn.
12528 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12529 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12530 instead of gdb-speedbar-timer-fn.
12531
12532 2006-02-28 Jay Belanger <belanger@truman.edu>
12533
12534 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12535 (math-compose-expr): Use latex option when calling
12536 `math-compose-tex-matrix' for latex mode.
12537
12538 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12539
12540 * speedbar.el: Re-instate comments about developing for speedbar
12541 [this is what info and gdb-ui use even if better methods exist now].
12542
12543 * t-mouse.el: New file.
12544 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12545 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12546 (t-mouse-make-event-element): Use posn-at-x-y instead.
12547 (t-mouse-make-event): Deal with Fedora Core 3.
12548 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12549 (t-mouse-mouse-position-function): New function. Use it instead
12550 of advising mouse-position.
12551 (t-mouse-mode): New minor mode.
12552 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12553
12554 2006-02-27 Glenn Morris <rgm@gnu.org>
12555
12556 * calendar/calendar.el (calendar-holidays): Doc fix.
12557
12558 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12559
12560 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12561 Re-introduce the concept of a source window.
12562 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12563 consistency with get-buffer-create.
12564 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12565 (gdb-data-list-register-values-handler)
12566 (gdb-stack-list-locals-handler): Try to preserve window-start as
12567 well as window-point.
12568 (gdb-display-source-buffer): New function (old concept).
12569 (gdb-goto-breakpoint): Use it.
12570
12571 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12572 for gdb-ui/gdb-mi (old concept).
12573
12574 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12575
12576 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12577 binding.
12578
12579 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12580
12581 * textmodes/reftex-sel.el (reftex-select-label-map)
12582 (reftex-select-bib-map): Add `follow-mouse' binding.
12583
12584 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12585
12586 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12587 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12588 Give :set functions to provide automatic updating.
12589 Update docstring. Give compiler defvars early in the file
12590 and move the defcustoms to a later spot where all called functions
12591 are defined.
12592 (jka-compr-file-name-handler-entry): Doc fix.
12593 (jka-compr-compression-info-list--internal)
12594 (jka-compr-mode-alist-additions--internal)
12595 (jka-compr-load-suffixes--internal): New variables.
12596 (jka-compr-install): Set the three above variables.
12597 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12598 (jka-compr-update, jka-compr-set): New functions.
12599 (auto-compression-mode): Doc fix.
12600
12601 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12602 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12603 Use jka-compr-compression-info-list--internal,
12604 jka-compr-mode-alist-additions--internal and
12605 jka-compr-load-suffixes--internal.
12606
12607 * files.el (load-library):
12608 * loadhist.el (file-loadhist-lookup):
12609 * startup.el (command-line):
12610 * subr.el (locate-library):
12611 * emacs-lisp/autoload.el (update-directory-autoloads):
12612 * emacs-lisp/find-func.el (find-library-suffixes):
12613 Use `get-load-suffixes' instead of `load-suffixes'.
12614
12615 * subr.el (locate-library):
12616 * emacs-lisp/find-func.el (find-library-name):
12617 Use `load-file-rep-suffixes' instead of '("").
12618
12619 2006-02-26 Kim F. Storm <storm@cua.dk>
12620
12621 * ido.el (ido-save-history, ido-load-history): Simplify.
12622 Don't use find-file-noselect to avoid interference from other modes.
12623
12624 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12625
12626 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12627 to use the default shell if filename is not available.
12628 Reported by Giorgos Keramidas.
12629
12630 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12631
12632 * progmodes/etags.el (tags-completion-table): Do completion from
12633 all the tables in the current list, as documented in the manual.
12634
12635 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12636
12637 * CC Mode Update to 5.31.3.
12638
12639 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12640
12641 * progmodes/cc-mode.el (c-postprocess-file-styles):
12642 Bind inhibit-read-only to t, around the call to
12643 c-remove-any-local-eval-or-mode-variables, so that it works on a
12644 RO file.
12645
12646 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12647
12648 * progmodes/cc-awk.el: Correct a typo.
12649
12650 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12651
12652 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12653 c-hungry-delete-backwards, at the request of RMS. Leave the old
12654 name as an alias.
12655
12656 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12657
12658 * progmodes/cc-mode.el: Correct a typo.
12659
12660 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12661
12662 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12663
12664 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12665
12666 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12667 brace-else-brace (error due to mbeg, mend being undefined).
12668
12669 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12670
12671 * progmodes/cc-mode.el: File Local variables: Solve the problem
12672 where both `mode' and c-file-offsets are specified: `mode' will
12673 overwrite c-f-o's settings:
12674 (c-remove-any-local-eval-or-mode-variables): New function.
12675 (c-postprocess-file-styles): Call the above new function, within
12676 c-tentative-buffer-change, to splat `mode' and `eval' before the
12677 second hack-local-variables.
12678
12679 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12680
12681 * progmodes/cc-mode.el:
12682 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12683 (c-after-change): Protect the match data with save-match-data.
12684 It was getting corrupted by c-after-change-check-<>-operators.
12685
12686 * cc-defs.el: [Supersedes patch V1.38]:
12687 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12688 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12689
12690 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12691 with save-match-data. It was being corrupted when Font Lock was
12692 not enabled.
12693
12694 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12695
12696 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12697 Mode and Subword Mode.
12698
12699 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12700 real labels ("case 1:" or "foo:") from non-labels ("public:").
12701 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12702 coding; c-f-t-2 doesn't move over a token at EOB.
12703
12704 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12705
12706 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12707 (c-update-modeline): Concatenate the minor mode indicators
12708 directly onto mode-name, removing c-submode-indicators.
12709 Sometimes, c-s-i got separated from the mode name on the mode line.
12710
12711 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12712 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12713
12714 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12715
12716 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12717 error message when there's an evaluation error to show whether
12718 it's loaded from source or not.
12719 (c-filter-ops): Make it available at runtime too to work when
12720 `c-make-init-lang-vars-fun' needs to evaluate from source.
12721
12722 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12723
12724 * help.el (help): Revert last part of 2006-02-23 change (deletion
12725 of the `provide' call).
12726
12727 2006-02-23 Juri Linkov <juri@jurta.org>
12728
12729 * compare-w.el (compare-windows-highlight): Add new value
12730 `persistent' and change :type from `boolean' to `choice'.
12731 (compare-windows-overlays1, compare-windows-overlays2):
12732 New internal variables.
12733 (compare-windows-highlight): If compare-windows-highlight is
12734 `persistent', add current overlays to compare-windows-overlays[12]
12735 instead of adding compare-windows-dehighlight to pre-command-hook.
12736 (compare-windows-dehighlight): Delete all overlays from
12737 compare-windows-overlays[12].
12738
12739 * info.el (Info-search): Don't bind search-spaces-regexp to
12740 Info-search-whitespace-regexp in non-regexp isearch mode.
12741
12742 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12745
12746 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * textmodes/org.el (org-xemacs-p)
12749 (org-export-html-show-new-buffer, org-table-may-need-update)
12750 (org-insert-item, org-mhe-get-message-real-folder)
12751 (org-mhe-get-message-folder-from-index)
12752 (org-mhe-get-message-folder, org-mhe-get-message-num)
12753 (org-mhe-get-header, org-make-org-heading-search-string)
12754 (org-make-org-heading-camel, org-table-sort-lines)
12755 (org-format-org-table-html, org-format-table-table-html):
12756 Fix typos in docstrings.
12757
12758 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12759
12760 * textmodes/org.el (org-cleaned-string-for-export)
12761 (org-solidify-link-text): New function.
12762 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12763 XEmacs, just to silence the compiler.
12764 (org-export-as-ascii, org-export-as-html-and-open):
12765 Use `org-cleaned-string-for-export' and create internal links.
12766 (org-follow-mhe-link): Require mh-e, use folder.
12767
12768 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12769
12770 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12771
12772 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12773 gdb-debug-log-length.
12774 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12775 it a real ring but...
12776 (gud-gdba-marker-filter): ...make it work like mark-ring.
12777 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12778 (gdb-mouse-jump): New function. Add bindings.
12779
12780 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12781
12782 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12783 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12784 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12785 (gdb-debug-log-length): Customize it's length.
12786 (gud-watch, gdb-var-create-handler): Display function::var format
12787 but don't use to create variable object.
12788 (gdb-var-create-handler): Use message-box in place of message.
12789 (gdb-stopped): Call gdb-exited if signalled.
12790
12791 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12792
12793 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12794
12795 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12796
12797 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12798 if `reftex-try-all-extensions' is set.
12799
12800 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12801 fail silently when there is no valid argument at point.
12802 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12803 `fail-silently' argument. From a patch by David Reiter.
12804
12805 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12806 New commands.
12807 (org-mark-ring): New variable.
12808 (org-mark-ring-length): New option.
12809 (org-open-at-point, org-goto, org-open-file): Push old position
12810 onto the mark ring.
12811 (org-add-hook): New function.
12812 (org-export-table-remove-special-lines): New option.
12813 (org-skip-comments, org-format-org-table-html): Respect new
12814 option `org-export-table-remove-special-lines'.
12815 (org-open-file): Allow special command configuration for
12816 directory link.
12817 (org-file-apps): Fix bugs in customize type, added setting
12818 for directories.
12819 (org-activate-tags, org-format-agenda-item, org-complete)
12820 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12821 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12822 (org-link-search, org-make-org-heading-search-string)
12823 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12824 (org-radio-targets, org-file-link-context-use-camel-case)
12825 (org-activate-camels): New options.
12826 (org-update-radio-target-regexp, org-all-targets)
12827 (org-make-target-link-regexp, org-activate-target-links):
12828 New functions.
12829 (org-make-org-heading-search-string): New function.
12830 (org-store-link, org-insert-link): Use new option
12831 `org-file-link-context-use-camel-case'.
12832 (org-activate-camels): Use new option `org-activate-camels'.
12833 (org-link-regexp): Add mhe prefix.
12834 (org-open-at-point, org-store-link): Support for mhe links.
12835 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12836 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12837 (org-mhe-get-header, org-follow-mhe-link): New functions.
12838 (org-remove-angle-brackets, org-add-angle-brackets):
12839 New functions.
12840 (org-bracket-link-regexp): New constant.
12841 (org-read-date): Fix bug that was rejecting all typed dates.
12842 (org-link-search): Make hierarchy above visible after a match.
12843 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12844 (org-store-link): Fix bug with link creation when cursor is in
12845 an empty line.
12846 (org-open-at-point): Fix bug with matching a link.
12847 Fixed buggy argument sequence in call to `org-view-tags'.
12848 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12849 (org-prefix-has-tag): New variable.
12850 (org-format-agenda-item): Remove tags from headline
12851 if appropriate.
12852 (org-agenda-remove-tags-when-in-prefix): New option.
12853
12854 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12855
12856 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12857 Fix the regular expressions.
12858
12859 2006-02-21 Richard M. Stallman <rms@gnu.org>
12860
12861 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12862 if there's no other specific basis.
12863
12864 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12865 as variables at all.
12866 (unsafep-variable): Rename arg; doc fix.
12867
12868 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12869
12870 * calendar/appt.el (diary-selective-display): Add defvar.
12871
12872 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12873
12874 * isearch.el (search-whitespace-regexp): Fix custom type.
12875
12876 * help.el (describe-key-briefly): Compute interactive args
12877 in same was as before previous change.
12878
12879 * files.el (enable-local-variables): Doc fix.
12880
12881 2006-02-21 Kim F. Storm <storm@cua.dk>
12882
12883 * fringe.el: Cleanup as file is now pre-loaded.
12884 (fringe-bitmaps): Initialize unconditionally.
12885 (fringe-mode, set-fringe-style): Remove autoload cookies.
12886
12887 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12888
12889 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12890 `horizontal-bar'.
12891 (fringe-cursor-alist): Use `horizontal-bar'.
12892
12893 2006-02-20 Kim F. Storm <storm@cua.dk>
12894
12895 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12896 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12897
12898 * loadup.el: Load "fringe" on window systems.
12899
12900 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12901
12902 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12903 out of scope components.
12904
12905 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12906 default.
12907
12908 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12909
12910 * custom.el (customize-mark-to-save, customize-mark-as-set):
12911 Load the symbol first.
12912
12913 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12914
12915 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12916 strech spec so it doesn't display as "^J" on the header line
12917 when `Buffer-menu-use-header-line' is t.
12918
12919 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12920
12921 * speedbar.el (speedbar-make-button): Keep text properties
12922 of string arguments if desired.
12923
12924 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12925 expessions.
12926
12927 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12928 of speedbar.
12929
12930 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12931
12932 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12933 to value of `read-file-name-completion-ignore-case'.
12934
12935 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12936
12937 * custom.el (customize-mark-as-set): Push to `user' theme.
12938
12939 * cus-edit.el (custom-save-variables): Allow unthemed values.
12940 (customize-set-variable): Push setting to `user' theme.
12941
12942 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12943
12944 * progmodes/gud.el: Don't require font-lock as it's now
12945 automatically loaded.
12946 (gud-speedbar-buttons): Replace gdb-var-changed with
12947 gdb-force-update.
12948
12949 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12950 gdb-var-changed.
12951 (gdb-post-prompt): Use it.
12952 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12953 (gdb-var-update-handler, gdb-var-delete)
12954 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12955 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12956 gdb-force-update in gdb-post-prompt.
12957 (gdb-reset): Clear watch expressions from speedbar when quitting.
12958
12959 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12960
12961 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12962 (viper-change-state-to-vi, viper-change-state-to-emacs):
12963 Make aware of cursor coloring in the Emacs state.
12964 (viper-special-read-and-insert-char): Use read-char-exclusive.
12965 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12966
12967 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12968
12969 * viper-util.el (viper-save-cursor-color)
12970 (viper-get-saved-cursor-color-in-replace-mode)
12971 (viper-get-saved-cursor-color-in-insert-mode)
12972 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12973 state.
12974 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12975
12976 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12977 (ediff-ignore-case-option3, ediff-actual-diff-options)
12978 (ediff-actual-diff3-options): New variables to control case sensitivity.
12979 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12980 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12981 (ediff-toggle-ignore-case): New function.
12982 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12983
12984 * ediff-help.el (ediff-long-help-message-narrow2)
12985 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12986 (ediff-long-help-message-word-mode): Add ignore-case command.
12987 (ediff-help-for-quick-help): Add ignore-case command.
12988
12989 * ediff-merg.el: Move provide to the end.
12990
12991 * ediff-ptch.el: Move provide to the end.
12992
12993 * ediff-wind.el: Move provide to the end.
12994
12995 * ediff-mult.el: Move provide to the end.
12996 (ediff-set-meta-overlay): Enable follow-link.
12997
12998 * ediff.el: Move provide to the end.
12999 Break recursive load cycle in eval-when-compile.
13000 (ediff-patch-buffer): Better heuristics.
13001
13002 * ediff-util.el: Move provide to the end.
13003 Break recursive load cycle in eval-when-compile.
13004 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
13005 defuns.
13006 (ediff-submit-report): Pass the values of ediff-diff3-program,
13007 ediff-diff3-options.
13008
13009 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
13010
13011 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13012 the opening bracket of the following bracketing pairs: {}, [], (), <>,
13013 `' (for example, in the docstring of `windmove-default-keybindings').
13014
13015 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
13016
13017 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13018 shadow face. Don't provide binding to edit variable when it is
13019 out of scope.
13020
13021 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13022 (gdb-var-update-handler): Detect out of scope variables with pre
13023 GDB 6.4 too.
13024 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
13025 Reset status of variable objects to nil in update handlers.
13026 (gdb-var-update-handler-1): Detect when a variable object comes
13027 in scope. setcar on var changes gdb-var-list directly.
13028
13029 2006-02-17 Juri Linkov <juri@jurta.org>
13030
13031 * ffap.el (ffap) <defface>: Add explicit face declaration.
13032 (ffap-highlight): Use face `ffap' directly instead of checking
13033 for its existence.
13034
13035 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
13036 `visible-ok' of `other-buffer' to find the right original buffer.
13037
13038 * info.el (Info-search): Skip `Local Variables' node.
13039
13040 2006-02-17 Juri Linkov <juri@jurta.org>
13041
13042 * info.el (Info-find-file): Check for symbols `apropos', `history',
13043 `toc' in the input filename, and return these symbols as is.
13044 (Info-find-node-2): Set Info-current-file to symbols `apropos',
13045 `history', `toc' instead of strings.
13046 (Info-set-mode-line): For non-string Info-current-file use the
13047 symbol's name inside **.
13048 (Info-isearch-push-state): Add quote before Info-current-file and
13049 Info-current-node.
13050 (Info-isearch-pop-state): Use `equal' instead of `string='.
13051 (Info-extract-pointer, Info-following-node-name): Use
13052 `match-string-no-properties' instead of `match-string'.
13053 (Info-up): Check `old-file' for `stringp'.
13054 (Info-history): Use `equal' instead of `string-equal'.
13055 Check `file' for `stringp'.
13056 (Info-history): Use symbol `history' instead of string as first arg
13057 of `Info-find-node'.
13058 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
13059 `toc' instead of string.
13060 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
13061 instead of `buffer-substring', and `match-string-no-properties'
13062 instead of `match-string'.
13063 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
13064 instead of strings.
13065 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
13066 Use symbol `apropos' instead of string.
13067 (Info-copy-current-node-name): Check `Info-current-file' for
13068 `stringp' and construct a command with `Info-find-node' from it.
13069 (Info-fontify-node): Use `match-string-no-properties' instead of
13070 `match-string' and check file names for `stringp'.
13071 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
13072 `history', `toc' instead of strings.
13073
13074 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
13075
13076 * files.el: Rearrange functions and variables in the file local
13077 variables section.
13078
13079 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
13080
13081 * files.el: Add truncate-lines, ispell-check-comments and
13082 ispell-local-dictionary as safe local variables.
13083
13084 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
13085
13086 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
13087 out of scope variables.
13088 (gud-speedbar-buttons): Use unless.
13089
13090 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
13091 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
13092 (gdb-show-changed-values): Also use for out of scope variables.
13093 (gdb-var-update-handler-1): Note if variable goes out of scope.
13094
13095 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
13096
13097 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
13098 default to global variable values for unsupplied args.
13099 (rcirc-get-buffer-create): Fix bug with setting the target.
13100 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
13101 test for rcirc-always-use-server-buffer-flag here.
13102 (rcirc-response-formats): Add %N, which is a facified nick. %n
13103 uses the default face. Change the ACTION format string. If the
13104 "nick" is the server, don't print anything for that field.
13105 Comment fixes.
13106 (rcirc-target-buffer): Don't test
13107 rcirc-always-use-server-buffer-flag here.
13108 (rcirc-print): Squeeze extra spaces out of the text before message.
13109 (rcirc-put-nick-channel): Strip potential "@" char from nick
13110 before adding them to nick table.
13111 (rcirc-url-regexp): Improve to match address like "foo.com".
13112
13113 2006-02-17 Eli Zaretskii <eliz@gnu.org>
13114
13115 * allout.el (allout-hidden-p): Move this defsubst before
13116 allout-overlay-interior-modification-handler, where it is first
13117 used.
13118
13119 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
13120
13121 * allout.el: Use allout invisible-text overlays instead of
13122 selective display for concealed text. Also, lots of general
13123 cleanup, and improved compatibility code.
13124
13125 (allout-version): Incremented, corrected, revised, and refined
13126 module commentary.
13127
13128 (provide 'allout): Moved to the bottom, added a require of overlay.
13129
13130 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13131 `except-current'.
13132 (allout-write-file-hook-handler): Minimize delay.
13133 (count-trailing-whitespace-region): New function so
13134 auto-encryption of current topic can resituate cursor exactly.
13135 PGP/GPG encryption trims trailing whitespace from lines, which
13136 must be accounted for across encryption then decryption.
13137
13138 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
13139 just plain "\C-c", to avoid intruding on user's keybinding space.
13140
13141 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
13142 parameter, so user request to provide a new password is done.
13143
13144 (allout-outside-normal-auto-fill-function, allout-auto-fill):
13145 Refined mechanism for auto-filling behavior while in allout mode.
13146
13147 (allout-mode): Explicitly specify the mode map in the docstring.
13148 Clarify provision for various write-file hook var names.
13149 Adjusted for invisible-text overlays instead of selective-display.
13150
13151 (allout-depth): Really return 0 if not within any topic. This
13152 rectifies `allout-beginning-of-level' and sequence numbering
13153 errors that occur when cutting and pasting numbered topics.
13154 Changed from a in-line subst to a regular function, as well.
13155
13156 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
13157
13158 (allout-end-of-subtree, allout-end-of-subtree)
13159 (allout-end-of-entry, allout-end-of-current-heading)
13160 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
13161 (allout-show-children, allout-show-to-offshoot)
13162 (allout-hide-current-entry, allout-show-current-entry): Rectified
13163 handling of trailing blank lines between items.
13164
13165 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
13166 (allout-current-depth, allout-unprotected, allout-hidden-p)
13167 (allout-on-current-heading-p, allout-listify-exposed)
13168 (allout-chart-subtree, allout-goto-prefix)
13169 (allout-back-to-current-heading, allout-get-body-text)
13170 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
13171 (allout-hide-region-body, allout-toggle-subtree-encryption)
13172 (allout-encrypt-string, allout-encrypted-key-info)
13173 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
13174 (allout-file-vars-section-data): Adjusted for use with
13175 invisible-text overlays instead of selective-display.
13176
13177 (allout-kill-line, allout-kill-topic, allout-yank-processing):
13178 Reworked for use with invisible text overlays.
13179
13180 (allout-current-topic-collapsed-p): New function.
13181
13182 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
13183 to know when to close the containing topic.
13184
13185 (allout-pre-command-business, allout-post-command-business):
13186 Simplify undo-batching and dynamic isearch exposure.
13187
13188 (allout-set-overlay-category): New for invisible-text overlays.
13189 Sets properties of allout-overlay-category, used by
13190 allout-flag-region to set invisible-text overlay properties.
13191 (allout-get-invisibility-overlay): Get the first qualifying
13192 invisibility overlay, so we can find the extent of it.
13193 (allout-back-to-visible-text): Get to just before the beginnining
13194 of the current invisibility overlay, if any.
13195
13196 (allout-overlay-insert-in-front-handler)
13197 (allout-overlay-interior-modification-handler)
13198 (allout-before-change-handler, allout-isearch-end-handler): New
13199 functions to handle extraordinary actions affecting concealed
13200 text.
13201
13202 (allout-flag-region): Use overlays instead of selective-display
13203 for invisible text - by inheritence from the properties of
13204 allout-overlay-category in mainline Emacs, and applied
13205 property-by-property in XEmacs, some recent versions of which
13206 don't inherit the properties from the category. Provisions to
13207 respond to concealed-text edits simplified drastically.
13208
13209 (allout-isearch-rectification, allout-isearch-was-font-lock)
13210 (allout-isearch-expose, allout-enwrap-isearch)
13211 (allout-isearch-abort, allout-pre-was-isearching)
13212 (allout-isearch-prior-pos, allout-isearch-did-quit)
13213 (allout-isearch-dynamic-expose)
13214 (allout-hide-current-entry-completely): Functions deleted.
13215
13216 (allout-undo-aggregation): Explicit undo aggregation no longer
13217 necessary due to transition away from selective-display.
13218
13219 (set-allout-regexp, allout-up-current-level)
13220 (allout-next-visible-heading, allout-forward-current-level)
13221 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
13222 (allout-kill-line, allout-yank-processing, allout-show-children)
13223 (allout-expose-topic, allout-old-expose-topic)
13224 (allout-listify-exposed, allout-insert-latex-header)
13225 (allout-toggle-subtree-encryption, allout-encrypt-string)
13226 (remove-from-invisibility-spec, allout-hide-current-subtree):
13227 Ditched unused variables.
13228
13229 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
13230
13231 * textmodes/ispell.el (ispell-change-dictionary): Call
13232 ispell-buffer-local-dict instead of
13233 ispell-accept-buffer-local-defs.
13234 (ispell-local-dictionary-alist): Accept as valid any coding-system
13235 supported by Emacs.
13236 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
13237 changed to iso-8859-3.
13238
13239 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
13240
13241 * speedbar.el (speedbar-frame-width): Make an inline function
13242 instead of a macro. Use frame-width.
13243 (speedbar-try-completion, speedbar-update-contents)
13244 (speedbar-timer-fn): Use consp.
13245 (speedbar-update-localized-contents): Try to preserve point.
13246
13247 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
13248 (menu): Re-order menu items.
13249 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13250 field.
13251 (gdb-var-update-handler-1): Use it for GDB 6.4+.
13252 (gdb-post-prompt): Speed things by not forcing update.
13253
13254 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
13255
13256 * wid-edit.el (widget-button-click): For mouse-1, cancel button
13257 press and perform default action if we get a mouse movement event.
13258
13259 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13260
13261 * calendar/icalendar.el (icalendar--get-event-property)
13262 (icalendar--get-event-property-attributes): Fix typos in
13263 docstrings.
13264
13265 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13266 docstring.
13267
13268 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
13269
13270 * bs.el (bs-mode): Use `buffer-disable-undo'.
13271 (bs--get-file-name): Simplify.
13272 (bs-show-in-buffer): Mark the buffer as not modified.
13273
13274 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13275
13276 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13277 widget-button-click.
13278
13279 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13280 (custom-mode): Update docstring.
13281
13282 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13283 binding.
13284
13285 * files.el (hack-local-variables-confirm): Allow scrolling if the
13286 file variable list is too long. Kill temp buffer after use.
13287
13288 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
13289
13290 * progmodes/gud.el (gdb): Improve doc string.
13291 (gdb-script-font-lock-keywords): Expand allowed character set.
13292
13293 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13294 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13295 (gdb-separate-io-interrupt, gdb-separate-io-quit)
13296 (gdb-separate-io-stop, gdb-separate-io-eof):
13297 Rename from gdb-inferior-* to gdb-separate-*.
13298 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13299
13300 2006-02-14 Jay Belanger <belanger@truman.edu>
13301
13302 * calc/calc-arith.el (math-check-known-scalarp): Make sure
13303 expression is a symbol before checking that it is bound.
13304
13305 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13306 test to see if equation can be solved.
13307
13308 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13309
13310 * wid-edit.el (widget-button-click): Use :pressed-face property
13311 for overlay face, if it exists.
13312
13313 * cus-edit.el (custom-manual, custom-add-see-also)
13314 (custom-add-parent-links, custom-group-link): Add :pressed-face
13315 property to links.
13316
13317 * files.el (hack-local-variables): Remove ignored variables before
13318 checking if any variables need setting.
13319
13320 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13321
13322 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13323
13324 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
13325
13326 * help.el (where-is): Fix message for remapped commands.
13327
13328 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13329 Fix typos in docstrings.
13330
13331 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
13332
13333 * files.el (safe-local-variable-values): New option.
13334 (hack-local-variables-prop-line): Return a list of variable-value
13335 pairs if MODE-ONLY is non-nil.
13336 (hack-local-variables): Construct list of variable-value pairs,
13337 and apply or reject them in one go. Ask for confirmation if
13338 variables are not known safe.
13339 (hack-local-variables-confirm): Complete rewrite. Support
13340 `safe-local-variable-values'.
13341 (enable-local-variables): Update docstring to reflect new
13342 behavior.
13343 (ignored-local-variables): Ignore ignored-local-variables and
13344 safe-local-variable-values.
13345 (safe-local-variable-p): New function.
13346 (risky-local-variable-p): `safe-local-variable' property check
13347 moved to safe-local-variable-p.
13348 (hack-one-local-variable): Checks moved to hack-local-variables.
13349
13350 (byte-compile-dynamic, c-basic-offset, c-file-style)
13351 (c-indent-level, comment-column, fill-column, fill-prefix)
13352 (indent-tabs-mode, kept-new-versions, no-byte-compile)
13353 (no-update-autoloads, outline-regexp, page-delimiter)
13354 (paragraph-start, paragraph-separate, sentence-end)
13355 (sentence-end-double-space tab-width, version-control):
13356 Add `safe-local-variable' property.
13357
13358 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13359
13360 * icomplete.el, play/landmark.el: Change nonexistent
13361 `outline-layout' file variable to `allout-layout'.
13362
13363 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
13364
13365 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13366 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13367 to gud-comint-buffer.
13368 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13369 gdb-ui.el for gdb-mi.el.
13370 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13371 registers buffer to gdb-get-changed-registers.
13372 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13373 deletion of catchpoints (throw and catch).
13374 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13375 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13376 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13377 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13378 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13379
13380 2006-02-13 Jay Belanger <belanger@truman.edu>
13381
13382 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13383 expression is a symbol before checking that it is bound.
13384
13385 2006-02-13 Richard M. Stallman <rms@gnu.org>
13386
13387 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13388 for the minibuffer too, but not if resize-mini-windows will interfere.
13389
13390 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13391 inside `interactive' spec.
13392 (describe-key-briefly-internal, describe-key-internal):
13393 Functions merged back into their callers.
13394
13395 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13396
13397 * info.el (info-xref-visited): Inherit from info-xref too.
13398 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13399 when propertizing Info-current-file and Info-current-node.
13400
13401 2006-02-13 Juri Linkov <juri@jurta.org>
13402
13403 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13404 (tumme-thumb-name): Fix per-directory format.
13405
13406 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13407
13408 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13409
13410 2006-02-12 Miles Bader <miles@gnu.org>
13411
13412 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13413
13414 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13415
13416 * tumme.el: Remove history section. If someone needs the it, it
13417 can always be found in CVS.
13418
13419 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13420
13421 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13422 about the Thumbnail Managing Standard option.
13423
13424 2006-02-12 Richard M. Stallman <rms@gnu.org>
13425
13426 * subr.el (substitute-key-definition): Doc fix.
13427
13428 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13429
13430 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13431
13432 * info.el (Info-mode): Doc fix.
13433
13434 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13435
13436 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13437
13438 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13439 because on Solaris a POSIX compatible "id" is needed. Reported by
13440 Magnus Henoch <mange@freemail.hu>.
13441
13442 2006-02-12 Juri Linkov <juri@jurta.org>
13443
13444 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13445 (tumme) <defgroup>: Change :group to `multimedia'.
13446 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13447 Managing Standard.
13448 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13449 Fix dostring.
13450 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13451 and %y. Fix docstring.
13452 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13453 (tumme-cmd-create-standard-thumbnail-command): New user options.
13454 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13455 is `standard'. Fix docstring.
13456 (tumme-thumb-width, tumme-thumb-height): New user options.
13457 (tumme-external-viewer): Try to find various viewers.
13458 (tumme-get-thumbnail-image): Use `create-image' instead of
13459 constructing the `image' structure.
13460 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13461 `standard'.
13462 (tumme-thumb-name): Add file name generation for standard storage.
13463 Simplify code for other storages.
13464 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13465 Add modification time %m and thumbnail-nq8 %q.
13466 Use `tumme-cmd-create-standard-thumbnail-command' if
13467 tumme-thumbnail-storage is `standard'.
13468 (tumme-dired-insert-marked-thumbs): New autoload command.
13469 (tumme-dired-after-readin-hook): New function.
13470 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13471 `tumme-thumb-size'.
13472 (tumme-display-image): Replace size-x %x and size-y %y with
13473 width %w and height %h.
13474
13475 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13476 `tumme-dired-insert-marked-thumbs'.
13477
13478 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13479
13480 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13481 include path).
13482 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13483 matching tag.
13484
13485 2006-02-12 Miles Bader <miles@gnu.org>
13486
13487 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13488 New variables.
13489 (rcirc-abbrev-nick): New function.
13490 (rcirc-format-response-string): Rewrite to use the formats in
13491 `rcirc-response-formats' and expand escape sequences therein.
13492 A text-property `rcirc-text' is added over the actual response
13493 text to make easy to find inside the returned string.
13494 (rcirc-print): When filling, just look for the `rcirc-text'
13495 text-property to find the appropriate fill prefix, instead of
13496 using hardwired patterns.
13497
13498 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13499
13500 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13501 Managing Standard.
13502
13503 2006-02-11 Kim F. Storm <storm@cua.dk>
13504
13505 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13506 Don't use insert-buffer; do insert-buffer-substring directly.
13507 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13508
13509 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13510
13511 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13512 with inhibit-read-only. Suggested by Stefan Monnier.
13513 (revert-buffer): Let insert-file-contents discard
13514 buffer-undo-list. Simplify code.
13515 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13516
13517 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13518
13519 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13520
13521 * help.el (describe-key-briefly): Now a wrapper for
13522 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13523 to t. Populate yank-menu if empty.
13524 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13525 (describe-key): Now a wrapper for describe-key-internal. Bind
13526 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13527 (describe-key-internal): Renamed from describe-key.
13528
13529 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13530
13531 * progmodes/glasses.el (glasses-separator): Doc fix.
13532 (glasses-original-separator): New defcustom.
13533 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13534
13535 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13536
13537 * mwheel.el (mouse-wheel-up-event): Doc fix.
13538
13539 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13540
13541 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13542 (tumme-dir): New function. Copied from thumbs.el.
13543
13544 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13545
13546 * desktop.el (desktop-outvar): Fix typo.
13547 (desktop-save-buffer-p): Doc fix.
13548
13549 * subr.el (substitute-key-definition): Fix typo.
13550
13551 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13552
13553 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13554 when window-system is mac.
13555
13556 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13557
13558 2006-02-10 Kim F. Storm <storm@cua.dk>
13559
13560 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13561 indirect-function instead of using condition-case.
13562
13563 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13564
13565 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13566 less `colloquial'...
13567
13568 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13569
13570 * tumme.el: Add a couple of todo items.
13571
13572 2006-02-09 Lars Hansen <larsh@soem.dk>
13573
13574 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13575 (highlight-changes-mode): Don't change desktop-locals-to-save.
13576
13577 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13578
13579 * image-mode.el (image-toggle-display): Clear image cache if using
13580 filename.
13581
13582 2006-02-09 Masatake YAMATO <jet@gyve.org>
13583
13584 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13585 a `dired-man' target.
13586
13587 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13588 boundary of symbols.
13589
13590 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13591
13592 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13593
13594 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13595
13596 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13597 `mapcar'; return nil.
13598
13599 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13600
13601 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13602 some other event.
13603
13604 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13605
13606 * net/rcirc.el (rcirc-startup-channels-alist):
13607 Add irc.freenode.net and #emacs as defaults.
13608 (rcirc-ignore-all-activity-flag): Remove variable.
13609 (rcirc-authinfo): New variable.
13610 (rcirc-authinfo-filename): Remove variable.
13611 (rcirc-always-use-server-buffer-flag): New flag.
13612 (rcirc): M-x rcirc will automatically connect without prompting.
13613 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13614 connection in lisp.
13615 (rcirc-process-server-response-1): Remove everything but the nick
13616 portion of the sender so it doesn't need to be done everywhere
13617 else. Update related code.
13618 (global-map): Remove global keybindings.
13619 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13620 (rcirc-send-input): Split into several functions.
13621 (rcirc-process-input-line, rcirc-process-message)
13622 (rcirc-process-command): New functions.
13623 (rcirc-target-buffer): New function to determine where to route
13624 messages.
13625 (rcirc-user-nick): Save match data.
13626 (rcirc-toggle-ignore-buffer-activity)
13627 (rcirc-update-activity-string): Remove global ignore functionality,
13628 which can be done now by toggling rcirc-track-minor-mode.
13629 (rcirc-track-minor-mode-map): New keymap.
13630 (rcirc-track-minor-mode): New minor-mode.
13631 (ignore): Make the ignore output nicer. Always print it when
13632 adding or removing nicks.
13633 (rcirc-url-regexp): Improve.
13634 (rcirc-mangle-text): Remove properties before using text in the
13635 modeline.
13636 (rcirc-authenticate): Authentication data comes from
13637 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13638 (rcirc-server-prefix): Inherit from rcirc-server.
13639
13640 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13641
13642 * Makefile.in (compile): Append "|| true" to the end of the `find'
13643 command, like compile-always does.
13644
13645 2006-02-08 Sam Steingold <sds@gnu.org>
13646
13647 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13648 output from a dead connection.
13649
13650 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13651
13652 * dired.el (dired-mode-map): Add more bindings for tumme.
13653
13654 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13655
13656 * wdired.el (wdired-mode-map): Use remap.
13657 (wdired-get-filename): Massage.
13658 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13659 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13660 `keymap' property rather than `local-map'.
13661
13662 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13663
13664 * tumme.el (tumme-get-thumbnail-image): New utility function.
13665 Suggested by from Chong Yidong.
13666 (tumme-dired-with-window-configuration): Rename from
13667 `tumme-dired'. Add code to save window configuration.
13668 (tumme-restore-window-configuration): New command to restore the
13669 window configuration that `tumme-dired-with-window-configuration'
13670 saves before it changes the window configuration.
13671 (tumme-show-all-from-dir): New command to display thumbnails for
13672 all files in a directory entered by the user, like M-x thumbs.
13673 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13674 have been created.
13675 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13676 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13677 Remove obsolete test function.
13678
13679 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13680
13681 * vc.el (small-temporary-file-directory): Remove defvar; there's
13682 a defcustom for it in files.el.
13683
13684 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13685 Fix typo in message.
13686 (tumme-gallery-generate): Fix typo in `error' message.
13687 (tumme-display-window-height-correction)
13688 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13689 (tumme-line-up-interactive): Dox fixes.
13690 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13691 (tumme-restore-window-configuration, tumme-format-properties-string)
13692 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13693 Fix typos in docstrings.
13694
13695 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13696
13697 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13698
13699 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13700
13701 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13702 User should use hook if desired.
13703
13704 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13705 buffer if necessary.
13706 (gdb-delete-frame-or-window): New function.
13707 (gdb-breakpoints-mode-map): Bind "q" to it.
13708
13709 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * textmodes/nroff-mode.el: Clean up name space.
13712 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13713 (nroff-mode): Obey the global setting of nroff-electric-mode.
13714 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13715
13716 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13717
13718 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13719
13720 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13721
13722 2006-02-06 Lars Hansen <larsh@soem.dk>
13723
13724 * generic-x.el (etc-fstab-generic-mode): Add file system types
13725 cifs and usbdevfs. Allow special chars in file names.
13726
13727 2006-02-05 Jay Belanger <belanger@truman.edu>
13728
13729 Update copyright notices of the files in lisp/calc.
13730
13731 2006-02-05 Romain Francoise <romain@orebokech.com>
13732
13733 Update copyright notices of all files in the lisp/play directory.
13734
13735 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13736
13737 * ldefs-boot.el: Regenerate.
13738
13739 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13740
13741 2006-02-05 Kim F. Storm <storm@cua.dk>
13742
13743 * files.el (magic-mode-regexp-match-limit): New defvar.
13744 (set-auto-mode): Use it to limit magic-mode-alist matching.
13745
13746 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13747
13748 * info.el (Info-index, Info-mode): Improve the description of the
13749 `i' command.
13750
13751 * ldefs-boot.el: Regenerate.
13752
13753 2006-02-03 Werner Lemberg <wl@gnu.org>
13754
13755 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13756 greedy to find the closing bracket in \*[...] and similar
13757 expressions. This is a first rough fix -- many additional
13758 refinements are necessary to make nroff mode really usable with groff.
13759
13760 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13761
13762 * international/mule-cmds.el (set-locale-environment):
13763 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13764 libX11.
13765
13766 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13767
13768 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13769 archive are created in archive-tmpdir.
13770
13771 2006-02-02 John Paul Wallington <jpw@pobox.com>
13772
13773 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13774 (ibuffer-fontification-alist): Use it.
13775 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13776 to "* z" and the Ibuffer Mark menu.
13777
13778 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13779
13780 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * textmodes/table.el (*table--cell-describe-mode)
13783 (*table--cell-describe-bindings): Undo last change since
13784 print-help-return-message is not obsoleted by anything at all.
13785
13786 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13787
13788 * emulation/cua-base.el (cua-mode): Doc fix.
13789
13790 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13791
13792 * dframe.el (dframe-handle-make-frame-visible)
13793 (dframe-handle-iconify-frame, dframe-get-focus)
13794 (dframe-select-attached-frame, dframe-power-click)
13795 (dframe-frame-mode): Fix typos in docstrings.
13796
13797 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13798 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13799 Fix typos in docstrings.
13800
13801 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13802 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13803 (hi-lock-archaic-interface-message-used)
13804 (hi-lock-file-patterns-range): Fix typos in docstrings.
13805
13806 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13807 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13808
13809 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13810 Fix typo in docstring.
13811
13812 * net/newsticker.el (newsticker--decode-iso8601-date)
13813 (newsticker--set-customvar, newsticker--buffer-insert-item)
13814 (newsticker--do-run-auto-mark-filter)
13815 (newsticker--parse-generic-feed): Doc fixes.
13816 (newsticker--retrieval-timer-list, newsticker-url-list)
13817 (newsticker-hide-immortal-items-in-echo-area)
13818 (newsticker-hide-obsolete-items-in-echo-area)
13819 (newsticker-new-item-face, newsticker--enclosure)
13820 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13821 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13822 (newsticker--parse-generic-feed, newsticker--cache-contains)
13823 (newsticker--stat-num-items, newsticker-download-enclosures):
13824 Fix typos in docstrings.
13825
13826 * net/rcirc.el (rcirc-debug): Doc fix.
13827 (rcirc-fill-column, rcirc-receive-message-hooks)
13828 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13829 (rcirc-mode, rcirc-generate-new-buffer-name)
13830 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13831 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13832 Fix typos in docstrings.
13833 (rcirc-print): "?\ " -> "?\s".
13834 (rcirc-cmd-join): Improve argument/docstring consistency.
13835
13836 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13837
13838 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13839 before narrow-to-region.
13840
13841 2006-02-01 Richard M. Stallman <rms@gnu.org>
13842
13843 * simple.el (move-beginning-of-line): Scan properly for invis change.
13844
13845 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13846
13847 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13848
13849 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13850 change bit only when id-format is 'integer. Reported by Matt
13851 Hodges <M.P.Hodges@rl.ac.uk>.
13852
13853 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13854
13855 * hilit-chg.el (highlight-changes-initial-state)
13856 (highlight-changes-global-initial-state): Doc fixes.
13857 (highlight-changes-global-modes, global-highlight-changes):
13858 Fix typos in docstrings.
13859
13860 2006-02-01 Kim F. Storm <storm@cua.dk>
13861
13862 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13863 transient-mark-mode in doc string.
13864
13865 2006-01-31 Richard M. Stallman <rms@gnu.org>
13866
13867 * replace.el (multi-occur): Doc fix.
13868 (multi-occur-in-matching-buffers): Rename from
13869 multi-occur-by-filename-regexp. Prefix arg says match
13870 buffer names instead of file names.
13871
13872 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13873
13874 * bs.el: Allow non-default values of `bs-header-lines-length'.
13875 (bs--running-in-xemacs): Remove (not needed anymore).
13876 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13877 instead of `shrink-window', thus avoiding having to compute the
13878 height of the window.
13879 (bs--up): Wrap around even when there's no header.
13880 (bs--down): Use `forward-line' instead of `next-line'.
13881
13882 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * image-mode.el (image-toggle-display): Use file name if possible,
13885 instead of unnecessarily allocating a (possibly huge) lisp string.
13886
13887 2006-01-30 John Paul Wallington <jpw@pobox.com>
13888
13889 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13890 because the `assert' macro signals it at runtime.
13891
13892 * emacs-lisp/cl.el (toplevel): Remove definition of
13893 `cl-assertion-failed' condition.
13894
13895 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13896
13897 * thumbs.el (thumbs-marked-list): Make buffer-local and
13898 permanent-local.
13899 (thumbs-insert-thumb): Make help-echo non-sticky.
13900 (thumbs-file-alist): Use eolp as check for (non)-image.
13901
13902 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13903
13904 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13905 (ediff-before-session-group-setup-hooks)
13906 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13907 Fix typos in docstrings.
13908
13909 * window.el (bw-dir, bw-eqdir, balance-windows)
13910 (split-window-keep-point): Fix typos in docstrings.
13911
13912 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13913 (org-quote-string, org-calendar-to-agenda-key)
13914 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13915 (org-show-following-heading, org-tags-column)
13916 (org-use-tag-inheritance, org, org-allow-space-in-links)
13917 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13918 (org-enable-table-editor, org-calc-default-modes)
13919 (org-table-allow-automatic-line-recalculation)
13920 (org-export-html-style, org-export-with-fixed-width)
13921 (org-export-with-sub-superscripts, org-special-keyword)
13922 (org-formula, org-time-grid, org-table-may-need-update)
13923 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13924 (org-goto-quit, org-get-indentation, org-end-of-item)
13925 (org-move-item-down, org-move-item-up)
13926 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13927 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13928 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13929 (org-agenda-log-mode, org-agenda-toggle-diary)
13930 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13931 (org-agenda-file-to-end, org-agenda-no-heading-message)
13932 (org-agenda-get-closed, org-format-agenda-item)
13933 (org-cmp-priority, org-cmp-category, org-cmp-time)
13934 (org-agenda-change-all-lines, org-agenda-diary-entry)
13935 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13936 (org-link-search, org-camel-to-words, org-open-file)
13937 (org-remember-handler, org-table-convert-region)
13938 (org-table-move-row-down, org-table-move-row-up)
13939 (org-table-copy-region, org-table-wrap-region)
13940 (org-table-toggle-vline-visibility)
13941 (org-table-get-vertical-vector, org-table-modify-formulas)
13942 (org-table-get-specials, org-recalc-commands)
13943 (org-table-rotate-recalc-marks, org-table-eval-formula)
13944 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13945 (org-level-color-stars-only, org-insert-heading):
13946 Fix typos in docstrings.
13947 (last-arg): Add defvar.
13948
13949 * makefile.w32-in (WINS): Add erc.
13950 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13951
13952 2006-01-29 Bill Wohler <wohler@newt.com>
13953
13954 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13955 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13956 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13957 (mh-autoloads): Don't use comments on otherwise empty lines.
13958
13959 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13960
13961 * emulation/viper.el (viper-major-mode-modifier-list):
13962 Add insert-state and vi-state entries for erc-mode.
13963 (viper-go-away, viper-set-hooks): Add and remove
13964 viper-comint-mode-hook from erc-mode-hook as appropriate.
13965
13966 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13967
13968 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13969
13970 * bs.el (bs--format-aux): Implement `middle' alignment as
13971 described in the docstring for `bs-attributes-list'.
13972 (bs--get-name): Simplify. Don't pad the buffer name.
13973
13974 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13975
13976 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13977 English aspell dictionary is installed, use the first entry of
13978 ispell-dictionary-alist-1.
13979
13980 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13981
13982 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13983 Doc fix.
13984
13985 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13986
13987 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13988 for `process-file', in order to let it work for older Emacsen too.
13989
13990 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13991
13992 * international/latexenc.el: Add a suitable `coding:' tag.
13993 (latexenc-find-file-coding-system): Undo last change.
13994
13995 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13996
13997 * international/latexenc.el (latexenc-find-file-coding-system):
13998 Make sure latexenc-main-file is a regular file and is readable.
13999
14000 2006-01-27 Andre Spiegel <spiegel@gnu.org>
14001
14002 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14003 Pass FILE to vc-user-login-name.
14004
14005 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14006
14007 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
14008
14009 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14010 there are no more images to display.
14011 (thumbs-mark, thumbs-unmark): Revert change so that they move to
14012 the next image.
14013
14014 2006-01-26 Richard M. Stallman <rms@gnu.org>
14015
14016 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14017
14018 * wid-edit.el (advertised-widget-backward): New alias.
14019 (widget-keymap): Use advertised-widget-backward for S-TAB.
14020
14021 * tumme.el: Correct the keywords.
14022 (tumme-dir-max-size): Use defvar.
14023 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14024
14025 * simple.el (move-beginning-of-line): Take account of fields.
14026 (clone-indirect-buffer-other-window): Take args like
14027 clone-indirect-buffer, and work like it.
14028
14029 * help-fns.el (describe-function): Don't pass `nil' as default.
14030
14031 * files.el (risky-local-variable-p): Follow var aliases.
14032
14033 * subr.el (lazy-completion-table): Doc fix.
14034
14035 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
14036 global binding of `line'.
14037
14038 2006-01-25 Andre Spiegel <spiegel@gnu.org>
14039
14040 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
14041 Tramp.
14042
14043 * vc.el (vc-default-dired-state-info): Pass FILE to
14044 vc-user-login-name.
14045 (vc-default-update-changelog): Don't use vc-user-login-name, we
14046 don't need it here.
14047
14048 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
14049 no longer necessary.
14050
14051 2006-01-25 Kenichi Handa <handa@m17n.org>
14052
14053 * international/mule.el (decode-char): Avoid the overhead of
14054 calling utf-lookup-subst-table-for-decode if
14055 utf-translate-cjk-mode is nil.
14056 (encode-char): Avoid the overhead of calling
14057 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
14058 nil.
14059
14060 2006-01-22 Kenichi Handa <handa@m17n.org>
14061
14062 * international/mule.el (make-subsidiary-coding-system): Reset
14063 `coding-system-define-form' property of subsidiaries to nil.
14064 Avoid duplicated entry in coding-system-alist.
14065 (make-coding-system): Avoid duplicated entry in
14066 coding-system-alist.
14067 (define-coding-system-alias): Likewise.
14068
14069 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
14070
14071 * completion.el: Minor fixes in introductory comment.
14072 (completion-def-wrapper): Fix alist.
14073
14074 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
14075
14076 * thumbs.el (thumbs-new-image-size): New function.
14077 (thumbs-increment-image-size-element)
14078 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
14079 (thumbs-decrement-image-size): Delete.
14080 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
14081 temp files and use to resize.
14082 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
14083 Use increment argument to enlarge/shrink. Preserve point.
14084 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
14085 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
14086 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
14087 (thumbs-mark, thumbs-unmark): Preserve point.
14088 (thumbs-modify-image): Keep old temp files and use to modify.
14089 Cleanup old temp files at load time. Preserve point.
14090 (thumbs-view-image-mode-map): Use new command names.
14091
14092 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
14093
14094 * log-view.el (log-view-minor-wrap): First rev is the one at point.
14095
14096 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
14097 the nastiest part of the cyclic dependency.
14098 (cal-menu-update): Use dotimes and calendar-increment-month.
14099
14100 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
14101 (calendar-week-start-day): Add an :initializer.
14102 (calendar-mode-map): Use suppress-keymap, and command remapping.
14103 (describe-calendar-mode): Setup xref-stack info for the back button.
14104 (calendar-star-date): Insert before delete.
14105 (calendar-set-mode-line): Add file-modified info if applicable.
14106 (calendar-increment-month): New function.
14107
14108 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
14109
14110 * font-lock.el (lisp-font-lock-keywords-2):
14111 Recognize "& keywords" only at word boundaries.
14112
14113 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
14114
14115 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
14116 and permanent-local.
14117 (thumbs-max-image-number): New variable.
14118 (thumbs-do-thumbs-insertion): Use them.
14119 (thumbs-per-line): Change default to 4.
14120 (thumbs-marked-list): Rename from thumbs-markedL.
14121 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
14122 (thumbs-rename-images): Use -list instead of L for internal variables.
14123 (thumbs-call-convert): Use call-process instead of shell-command.
14124 (thumbs-insert-thumb): Add filename as help-echo to each image.
14125 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14126 Give dir to thumbs-show-thumbs-list.
14127 (thumbs-show-thumbs-list): Set default-directory to that of images.
14128 (thumbs-dired-show): Rename from thumbs-dired-show-all.
14129 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
14130 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
14131 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
14132
14133 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14134
14135 * ses.el (ses-read-cell): Provide a default value.
14136
14137 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
14138
14139 * term/w32-win.el (image-library-alist): Add additional names for
14140 GIF library.
14141
14142 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14143
14144 * international/latexenc.el (latexenc-find-file-coding-system):
14145 Add file-regular-p check.
14146
14147 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * simple.el (clone-buffer): Don't show the new buffer in the same
14150 window.
14151
14152 2006-01-23 Juri Linkov <juri@jurta.org>
14153
14154 * faces.el (link, link-visited): New faces based on default values
14155 of `info-xref' and `info-xref-visited'.
14156
14157 * info.el (info-xref): Inherit from `link'.
14158 (info-xref-visited): Inherit from `link-visited'.
14159
14160 * cus-edit.el (custom-buffer-create-internal): Use widget type
14161 `custom-manual' instead of `info-link' and don't set properties
14162 `button-face' and `mouse-face' explicitly.
14163 (custom-browse-group-tag, custom-browse-variable-tag)
14164 (custom-browse-face-tag): Inherit from widget class
14165 `custom-group-link' instead of `push-button'.
14166 (custom-button-unraised): Inherit from `underline' face.
14167 (custom-link): Inherit from `link' face. Fix doc and group.
14168 (custom-add-parent-links, custom-group-value-create): Don't set
14169 properties `button-face' and `mouse-face' explicitly for
14170 `custom-group-link' widget.
14171 (custom-group-link): Add properties `button-face' and `mouse-face'
14172 to widget definition.
14173 (custom-field-keymap): New variable. Put `custom-field-keymap' to
14174 editable-field's :keymap property.
14175 (custom-mode): Fix docstring: substitute keybindings for
14176 `widget-forward' and `widget-backward' from `widget-keymap',
14177 `widget-complete' from `custom-field-keymap', replace old
14178 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
14179
14180 * desktop.el (desktop-load-file): Check for `fboundp' before
14181 calling `symbol-function'.
14182
14183 * simple.el (clone-buffer, clone-indirect-buffer)
14184 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
14185 `read-string'. Fix prompts.
14186
14187 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
14188
14189 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
14190
14191 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
14192
14193 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
14194
14195 * startup.el (inhibit-splash-screen, initial-scratch-message):
14196 Doc fixes.
14197
14198 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
14199
14200 Sync with Tramp 2.0.52.
14201
14202 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
14203 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
14204 `tramp-unload-tramp' for checklist.
14205
14206 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
14207 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
14208 (tramp-unload-file-name-handler-alist)
14209 (tramp-unload-tramp): New defuns.
14210 (tramp-advice-PC-expand-many-files): New defadvice.
14211 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
14212 removed.
14213 (tramp-handle-expand-file-name): Remove double slash.
14214 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
14215 It doesn't matter, because it will be converted later on.
14216 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
14217 implementation was just heuristic.
14218 (tramp-post-connection): Set uid and gid properties.
14219 (tramp-convert-file-attributes): Set file's gid change bit.
14220 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
14221 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
14222 in case of su(do)? methods. The home directory of the local user
14223 will be taken else.
14224 (tramp-open-connection-telnet)
14225 (tramp-open-connection-rsh, tramp-open-connection-su)
14226 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
14227 local shell prompt could hurt. Reported by Romain Francoise
14228 <romain@orebokech.com>.
14229 (tramp-let-maybe): Add `edebug-form-spec' property.
14230 (tramp-handle-expand-file-name): Bind `default-directory' locally
14231 to "/" in order to avoid problems with UNC shares or Cygwin
14232 mounts.
14233 (tramp-md5-function): Fix typo in error message.
14234
14235 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
14236
14237 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
14238 for byte-compiler pacification.
14239
14240 2006-01-22 Andre Spiegel <spiegel@gnu.org>
14241
14242 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
14243 ID-FORMAT `string'. This allows us to get rid of
14244 `vc-user-login-name UID'.
14245
14246 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
14247
14248 2006-01-22 John Paul Wallington <jpw@pobox.com>
14249
14250 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14251
14252 2006-01-21 Martin Rudalics <rudalics@gmx.at>
14253
14254 * emacs-lisp/find-func.el (find-definition-noselect)
14255 (find-variable-noselect): Search variables in C source code too.
14256 (find-function-C-source, find-function-noselect, find-function)
14257 (find-function-other-frame, find-variable-noselect, find-variable)
14258 (find-variable-other-frame, find-variable-at-point):
14259 Fix docstrings.
14260
14261 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
14262
14263 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14264
14265 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
14266
14267 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14268 Default to disabling the "Save affix" question.
14269
14270 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
14271
14272 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14273 the first arg to run-python.
14274
14275 2006-01-21 Eli Zaretskii <eliz@gnu.org>
14276
14277 * startup.el (command-line-1): Handle --no-desktop if desktop.el
14278 is not loaded.
14279
14280 2006-01-20 Jay Belanger <belanger@truman.edu>
14281
14282 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14283 limit is 0.
14284
14285 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14286 the correct variable.
14287
14288 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
14289
14290 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14291 link. Fixed buggy argument sequence in call to `org-view-tags'.
14292 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14293 (org-prefix-has-tag): New variable.
14294 (org-format-agenda-item): Remove tags from headline if
14295 appropriate.
14296 (org-agenda-remove-tags-when-in-prefix): New option.
14297 (org-get-tags-at): New function.
14298
14299 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
14300
14301 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
14302 (thumbs-find-image): Move image name and number from buffer name
14303 to mode name. Set thumbs-buffer. Preserve point so that large
14304 images remain visible.
14305 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14306 order.
14307 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
14308 mode name.
14309 (thumbs-next-image, thumbs-previous-image): Make them work.
14310
14311 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
14312
14313 * cus-edit.el (custom-buffer-create-internal): State in the text above
14314 the whole buffer buttons that they do not operate on hidden items.
14315 (custom-face-menu): Use `custom-face-save' instead of
14316 `custom-face-save-command'.
14317 (custom-face-save-command): Make it an alias for `custom-face-save'
14318 and declare it obsolete.
14319 (custom-face-save): Doc fix.
14320
14321 * dired.el (dired-no-confirm): Add quote.
14322 (dired-subdir-alist-pre-R): Add quote in
14323 `make-variable-buffer-local' form and remove unbalanced parenthesis.
14324
14325 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14326
14327 * textmodes/table.el (table-mode-indicator): Typo in last change.
14328
14329 2006-01-19 Richard M. Stallman <rms@gnu.org>
14330
14331 * outline.el (hide-leaves): Don't call outline-end-of-heading.
14332 Fixes bug reported in Nov 2005.
14333
14334 * isearch.el (isearch-forward): Doc fix.
14335
14336 * dired.el (dired-move-to-filename-regexp): Define as alias.
14337 (dired-no-confirm): Use defcustom.
14338 (dired-subdir-alist-pre-R): Put defvar at top level.
14339
14340 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14341
14342 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14343 Mark as risky.
14344
14345 * simple.el (set-mark-command): Doc fix.
14346 (clone-indirect-buffer-other-window):
14347 Read arg like clone-indirect-buffer.
14348 (move-beginning-of-line): Skip invisible newlines.
14349
14350 2006-01-19 Masatake YAMATO <jet@gyve.org>
14351
14352 * progmodes/cpp.el (cpp-edit-load): Make the order of
14353 listed conditions in a base C code buffer and its associate
14354 CPP Edit buffer the same.
14355
14356 2006-01-19 Kenichi Handa <handa@m17n.org>
14357
14358 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14359 (rmail-mime-feature): Likewise.
14360 (rmail-require-mime-maybe): Use display-warning to show a warning
14361 message.
14362
14363 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14364 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14365
14366 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14367
14368 * array.el: Move defvars out of eval-when-compile.
14369 (array-make-template): Replace undeclared global var with a local one.
14370 (array-mode): Inline initialization functions.
14371 (array-init-local-variables, array-init-max-row)
14372 (array-init-max-column, array-init-columns-per-line)
14373 (array-init-field-width, array-init-rows-numbered)
14374 (array-init-line-length, array-init-lines-per-row): Remove.
14375
14376 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14377 (doc-mode-map): Define explicitly.
14378 (doctor-txtype): Use mapc.
14379
14380 * textmodes/table.el: Move defvars out of eval-when-compile.
14381 Remove harmful code meant to avoid byte-compiler warnings.
14382 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14383 specification that checks table-fixed-width-mode directly.
14384 (table-recognize-region, table-recognize-cell):
14385 Use restore-buffer-modified-p.
14386 (table-fixed-width-mode): Remove code that refreshes
14387 table-fixed-mode-indicator.
14388 (*table--cell-describe-bindings, *table--cell-describe-mode):
14389 Avoid obsolete name print-help-return-message.
14390 (table--test-cell-list): Don't use replace-regexp from elisp.
14391 (table--point-entered-cell-function, table--point-left-cell-function):
14392 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14393
14394 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14395 that was after the end of file. Use buffer-file-name variable.
14396 (org-timestamp-change): Use with-current-buffer.
14397 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14398 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14399 `file'.
14400
14401 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14402 (fortran-break-line): Remove unused var `opoint'.
14403 (fortran-abbrev-start): Obey help-event-list.
14404
14405 2006-01-18 Jesper Harder <harder@phys.au.dk>
14406
14407 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14408
14409 2006-01-18 Masatake YAMATO <jet@gyve.org>
14410
14411 * progmodes/make-mode.el (makefile-imake-mode): New mode
14412 derived from makefile-mode.
14413 (makefile-imake-mode-syntax-table): New syntax table
14414 derived from makefile-mode-syntax-table.
14415 (makefile-mode): Write about makefile-imake-mode in doc string.
14416 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14417 (makefile-imake-font-lock-keywords): New font lock keywords.
14418
14419 * files.el (auto-mode-alist): Add Imakefile.
14420
14421 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14422
14423 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14424 loading the file rather than when turning on flyspell-mode.
14425
14426 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14427
14428 * cus-edit.el (customize-rogue): Minor doc fix.
14429
14430 2006-01-17 Juri Linkov <juri@jurta.org>
14431
14432 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14433 instead of the file at the mark as default if the file at the mark
14434 is the same as the file at point or if dired-dwim-target-directory
14435 is not the same as the current directory and the mark is not active.
14436
14437 * log-view.el (log-view-minor-wrap): Use the same logic to get
14438 revisions as `log-view-diff'.
14439
14440 * info.el (Info-revert-find-node): Check for Info-current-file
14441 before preserving new-history.
14442
14443 * man.el (Man-heading-regexp): Add `/'.
14444
14445 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14446 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14447
14448 2006-01-16 Juri Linkov <juri@jurta.org>
14449
14450 * faces.el (mode-line-faces): New defgroup.
14451 (mode-line-highlight): Move definition after new defgroup.
14452 (mode-line, mode-line-inactive, mode-line-highlight):
14453 Replace :group `modeline' with `mode-line-faces'.
14454 (mode-line-buffer-id): New face.
14455 (modeline-buffer-id): New face alias.
14456 (vertical-border): Remove :group `modeline'.
14457
14458 * bindings.el (propertized-buffer-identification): Use face
14459 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14460 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14461 (mode-line-buffer-identification-keymap): For mouse-1 replace
14462 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14463 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14464 mouse-3.
14465
14466 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14467 Buffer-menu-buffer. Doc fix.
14468 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14469 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14470 `Buffer-menu-buffer'.
14471
14472 * info.el (Info-mode-line-node-keymap): New defvar.
14473 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14474 Propertize Info-current-node with `mode-line-buffer-id' and
14475 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14476
14477 * time.el (display-time-mail-face): Replace :group `faces' with
14478 `mode-line-faces'.
14479
14480 2006-01-16 Kenichi Handa <handa@m17n.org>
14481
14482 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14483
14484 * language/european.el (cp1252): New alias for windows-1252.
14485
14486 * international/mule.el (autoload-coding-system): Prepare for EOL
14487 variants.
14488
14489 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14490
14491 * term.el (term-raw-map): Add mapping for insert.
14492 (term-send-insert): New.
14493 (term-mode): Make variables local here instead of doing it in
14494 `term-emulate-terminal'.
14495 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14496 Scroll reverse needs to take into account the scroll region.
14497 Saving and restoring the cursor should save the color attributes too.
14498 (term-reset-terminal): Reset the scroll region.
14499 (term-handle-ansi-escape): Cursor up and down should take into
14500 account the scroll region.
14501 (term-set-scroll-region): Rename from `term-scroll-region'.
14502 Move to 0,0 after setting the region.
14503 (term-handle-scroll): Handle scroll up.
14504 (term-down): Fix off by one error.
14505 (term-delete-lines): Do not delete outside the scroll region.
14506 (term-insert-lines): Take into account the scroll region.
14507
14508 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14509
14510 * textmodes/ispell.el (ispell-internal-change-dictionary)
14511 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14512 (start, end): Move declaration outside of eval-when-compile.
14513
14514 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14515 (flyspell-mode-on): Use it.
14516
14517 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14518 ispell-kill-ispell-hook.
14519
14520 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14521
14522 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14523 (Custom-reset-saved): Do not ask for confirmation in single option
14524 buffers.
14525
14526 2006-01-13 Richard M. Stallman <rms@gnu.org>
14527
14528 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14529
14530 2006-01-13 Romain Francoise <romain@orebokech.com>
14531
14532 * add-log.el (add-change-log-entry, change-log-merge):
14533 Conditionally use `hard-newline'.
14534
14535 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14536
14537 * wid-edit.el (widget-field-end): If the overlay is no longer
14538 associated with a buffer, behave as if the overlay didn't exist.
14539
14540 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14541 Make sure the links use the `custom-link' face.
14542
14543 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14544
14545 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14546 (ld-script-mode): Don't set indent-line-function since we don't
14547 have one.
14548
14549 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14550
14551 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14552 application.
14553 (org-file-apps-defaults-gnu): Use mailcap as the default for
14554 selecting an application on a UNIX system.
14555 (org-agenda-show-tags): New command.
14556 (org-table-insert-hline): Keep cursor in current table line.
14557 (org-table-convert): Offset effect of modifying
14558 `org-table-insert-hline'.
14559 (org-format-agenda-item): New optional argument TAG.
14560 (org-compile-prefix-format): Handle %T format for the tag.
14561 (org-expand-wide-chars): New function.
14562 (org-table-insert-row, org-table-insert-hline):
14563 Use `org-expand-wide-chars'.
14564 (org-open-file): Fix bug in program launch.
14565 (org-get-time-of-day): Fix bug with times before 1am.
14566 (org-agenda-menu): Add tags commands.
14567
14568 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14569
14570 * textmodes/ispell.el (ispell-init-process): Include the used
14571 dictionary in ispell process start message.
14572 (ispell-internal-change-dictionary): When flyspell-mode is active
14573 and dictionary is changed, make sure ispell process is restarted
14574 and flyspell word cache cleared out for the current buffer.
14575 (ispell-change-dictionary): Make sure flyspell word cache is
14576 cleared out in all buffers with active flyspell mode when
14577 dictionary is globally changed.
14578 Call ispell-internal-change-dictionary after dictionary change.
14579
14580 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14581
14582 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14583
14584 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14585 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14586 years. Fix small differences wrt Makefile.in.
14587 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14588 Makefile.in does.
14589
14590 2006-01-12 Bill Wohler <wohler@newt.com>
14591
14592 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14593 mh-search.el.
14594
14595 2006-01-12 Masatake YAMATO <jet@gyve.org>
14596
14597 * progmodes/ld-script.el: Update copyright year.
14598
14599 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14600
14601 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14602 Don't add widget if setting undefined.
14603
14604 2006-01-12 John Paul Wallington <jpw@pobox.com>
14605
14606 * help-fns.el (describe-variable): Remove newlines from void
14607 variable output.
14608
14609 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14610
14611 * wdired.el (wdired-mode-map): Add help echo for
14612 wdired-abort-changes.
14613
14614 * man.el (Man-file-name-regexp): Adjust for a list of files.
14615
14616 2006-01-12 Masatake YAMATO <jet@gyve.org>
14617
14618 * progmodes/ld-script.el (auto-mode-alist): Support
14619 suffix conventions used in netbsd and eCos.
14620
14621 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14622
14623 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14624 (custom-variable-menu, custom-face-menu, custom-group-menu)
14625 (Custom-mode-menu): Change names of menu items. (As discussed on
14626 emacs-devel.)
14627 (custom-face-menu): Add "Undo Edits" item.
14628
14629 * startup.el (init-file-user): defcustom -> defvar.
14630
14631 * tooltip.el (tooltip-mode): Doc fix.
14632
14633 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14634
14635 * reveal.el (reveal-post-command): window-buffer signals an error on
14636 dead windows rather than returning nil.
14637 (reveal-open-new-overlays): An overlay might die while we open others.
14638
14639 2006-01-11 Bill Wohler <wohler@newt.com>
14640
14641 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14642 phrasing in docstring.
14643
14644 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14645 can give some systems gas. Add new file mh-buffers.el.
14646
14647 2006-01-06 Masatake YAMATO <jet@gyve.org>
14648
14649 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14650 C preprocessor forward ported from GNU Emacs 21.2.
14651
14652 * progmodes/asm-mode.el (asm-font-lock-keywords):
14653 Use `cpp-font-lock-keywords'.
14654
14655 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14656
14657 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14658 of $ for "\\.ld[s]?".
14659
14660 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14661
14662 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14663 (tcl-indent-line): Return `noindent' if inside a string.
14664
14665 * progmodes/flymake.el (flymake-split-string): Remove more than one
14666 empty string at beg/end of the result.
14667 (flymake-find-buildfile, flymake-find-possible-master-files):
14668 Use expand-file-name.
14669 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14670 since expand-file-name does it for us. Use directory-file-name.
14671 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14672 (flymake-ler-get-type, flymake-ler-get-text)
14673 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14674 (flymake-current-line-no): Remove spurious interactive spec.
14675 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14676 (flymake-check-include): Remove arg inc-path merged into inc-name.
14677 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14678 Arg regexp-list replaced by a simple regexp.
14679 (flymake-master-make-header-init, flymake-master-tex-init):
14680 Correspondingly replace regexp-list with a regexp. Fix regexp.
14681
14682 2006-01-10 Simon Josefsson <jas@extundo.com>
14683
14684 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14685 describing AUTH PLAIN fix.
14686
14687 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14688
14689 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14690 (report-emacs-bug): Don't record initial prompt text.
14691 Instead, add text properties to prompting text.
14692 (report-emacs-bug-hook): Delete prompting text.
14693
14694 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14695
14696 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14697 `dirs'. Adjust callers.
14698
14699 2006-01-09 John Paul Wallington <jpw@gnu.org>
14700
14701 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14702
14703 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14704
14705 * reveal.el (reveal-open-new-overlays): New extracted fun.
14706 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14707 using them. Simplify the code.
14708 (reveal-post-command): Use them. Fix up obsolete windows in
14709 reveal-open-spots.
14710
14711 * progmodes/flymake.el: Use `require' rather than autoload for
14712 XEmacs's overlays.
14713 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14714 Delete. Use file-relative-name instead.
14715 (flymake-get-syntax-check-program-args, flymake-perl-init):
14716 Simplify the resulting code.
14717
14718 * log-view.el (log-view-file-re, log-view-message-re): Add support
14719 for DaRCS output.
14720
14721 2006-01-09 Alex Schroeder <alex@gnu.org>
14722
14723 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14724 identifiers sometimes added in square brackets at the beginning of
14725 subject lines.
14726
14727 2006-01-07 Richard M. Stallman <rms@gnu.org>
14728
14729 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14730 (Custom-reset-current, Custom-reset-saved): Change question text.
14731 (Custom-reset-standard): Likewise.
14732 (custom-variable-reset-saved): Doc fix.
14733
14734 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14735
14736 * startup.el (init-file-user): Doc fix.
14737
14738 2006-01-07 Alex Schroeder <alex@gnu.org>
14739
14740 * mail/rmail.el (rmail-current-subject): New function.
14741 (rmail-current-subject-regexp): New function.
14742 (rmail-next-same-subject): Use it.
14743
14744 * mail/rmailsum.el (rmail-summary-by-topic):
14745 Use rmail-current-subject and rmail-current-subject-regexp.
14746 (rmail-summary-next-same-subject): Ditto.
14747
14748 * net/rcirc.el (rcirc-send-input): No longer check whether the
14749 process is open, since not all commands need an open process.
14750 (rcirc-send-string): Check whether the process is open before
14751 sending anything.
14752 (rcirc-ignore-list): New option.
14753 (rcirc-ignore-list-automatic): New variable.
14754 (rcirc-print): Take rcirc-ignore-list into account.
14755 (rcirc-cmd-ignore): New command.
14756 (rcirc-ignore-update-automatic): New function.
14757 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14758 list if ignored nicks.
14759 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14760
14761 2006-01-06 David Reitter <david.reitter@gmail.com>
14762
14763 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14764 reflect the address to which the report will be sent.
14765
14766 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14767
14768 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14769 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14770
14771 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14772
14773 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14774
14775 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14776 the doc string: "functoin" => "function".
14777 * ldefs-boot.el: Likewise.
14778
14779 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14780 message text: "Duplicat" => "Duplicate".
14781
14782 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14783
14784 * files.el (basic-save-buffer-2): If backing-up failed, reset
14785 buffer-backed-up to nil.
14786
14787 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14788
14789 * progmodes/gud.el (gdb-script-skip-to-head)
14790 (gdb-script-calculate-indentation): Indent for breakpoint command
14791 lists also.
14792
14793 2006-01-05 Bill Wohler <wohler@newt.com>
14794
14795 * Makefile.in (compile-always): Add mh-autoloads dependency.
14796 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14797 provides it.
14798 (updates): Remove mh-autoloads dependency, since it probably has
14799 already run recently (via recompile).
14800
14801 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14802
14803 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14804 argument `force' to disable the flyspell-last-buffer optimization.
14805 (flyspell-mode-on): Use it.
14806
14807 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14808 flymake-simple-cleanup.
14809 (flymake-allowed-file-name-masks): Use this new default.
14810 All the functions are now called in the right buffer rather than
14811 passing the buffer as argument.
14812 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14813 (flymake-parse-err-lines): Remove redundant buffer arg.
14814 (flymake-get-program-dir): Comment out unused function.
14815 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14816 Remove redundant buffer argument.
14817 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14818 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14819
14820 2006-01-05 Richard M. Stallman <rms@gnu.org>
14821
14822 * info.el (Info-find-node): Don't record previous node if have none.
14823 (info): Go to directory only if history is empty.
14824
14825 * simple.el (mark): Doc fix.
14826
14827 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14828
14829 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14830 already of desired type.
14831 (mac-ae-list): Coerce parameter to "list" type.
14832 (mac-dispatch-apple-event): Replace cadr part of event with a
14833 dummy position so that event-start returns it.
14834
14835 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14836
14837 * textmodes/org.el (org-end-of-subtree): New function.
14838 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14839 Use `org-end-of-subtree'.
14840 (org-agenda, org-agenda-convert-date): Protect calls to
14841 `fit-window-to-buffer'.
14842 (org-tags-view): Force matching of sublevels when doing a
14843 todo-only search. Define the correct redo command, including the
14844 arguments.
14845 (org-agenda-redo): Display message.
14846 (org-check-for-org-mode): New function.
14847 (org-agenda-type): New variable.
14848 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14849 Set `org-agenda-type'.
14850 (org-agenda-check-type): New function.
14851 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14852 (org-agenda-week-view, org-agenda-day-view)
14853 (org-agenda-next-date-line, org-agenda-previous-date-line)
14854 (org-agenda-log-mode, org-agenda-toggle-diary)
14855 (org-agenda-toggle-time-grid, org-agenda-date-later)
14856 (org-agenda-date-prompt, org-agenda-diary-entry)
14857 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14858 (org-agenda-convert-date, org-agenda-menu):
14859 Use `org-agenda-check-type'.
14860 (org-make-overlay, org-delete-overlay)
14861 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14862 New compatibility functions.
14863 (org-calendar-select-mouse): New command.
14864
14865 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14866
14867 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14868 (Custom-reset-standard): Fix y-or-n-p messages.
14869 (custom-link): New face for links.
14870 (custom-buffer-create-internal, custom-manual): Use it.
14871 (custom-face-save): Push to theme-face before setting face spec.
14872
14873 * wid-edit.el (widget-default-mouse-face-get): New function.
14874 (widget-specify-button): Handle mouse-face like button-face.
14875
14876 * custom.el (load-theme): Clear old theme settings if reloading.
14877
14878 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14879
14880 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14881 "Erase Customization" button back to same position it occupies in
14882 the individual State menus.
14883
14884 2006-01-04 Kim F. Storm <storm@cua.dk>
14885
14886 * wid-edit.el (key-sequence): Rework widget to read key binding
14887 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14888 (widget-key-sequence-default-value): Default value for empty sequence.
14889 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14890 (widget-key-sequence-read-event): New command for C-q.
14891 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14892 (widget-key-sequence-value-to-external): New functions.
14893
14894 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14897 Use expand-file-name.
14898 (flymake-delete-temp-directory): Use expand-file-name,
14899 file-name-directory, and directory-file-name.
14900 (flymake-strrchr): Delete.
14901 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14902 to the init-f function.
14903 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14904 (flymake-init-find-buildfile-dir)
14905 (flymake-init-create-temp-source-and-master-buffer-copy)
14906 (flymake-simple-make-init-impl, flymake-simple-make-init)
14907 (flymake-master-make-init, flymake-master-make-header-init)
14908 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14909 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14910 (flymake-xml-init): Remove corresponding redundant buffer argument.
14911 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14912 the default anyway. Clean up regexps.
14913
14914 * progmodes/flymake.el (flymake-temp-source-file-name)
14915 (flymake-master-file-name, flymake-temp-master-file-name)
14916 (flymake-base-dir): New buffer-local vars.
14917 (flymake-buffer-data, flymake-get-buffer-value)
14918 (flymake-set-buffer-value): Replace those hash-tables by the new
14919 buffer-local vars. Update callers.
14920
14921 * progmodes/flymake.el (flymake-check-start-time)
14922 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14923 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14924 Move definition, so we can remove redundant earlier declaration.
14925 (flymake-replace-regexp-in-string, flymake-split-string)
14926 (flymake-get-temp-dir): Use defalias.
14927 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14928 (flymake-xemacs-window-edges): Remove unused function.
14929 (flymake-get-point-pixel-pos): Move.
14930 (flymake-pid-to-names, flymake-reg-names)
14931 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14932 Replace by a simple list flymake-processes and by process-buffer.
14933 Update callers. Other than simplify the code, it uses buffers rather
14934 than buffer-names so it doesn't get confused by uniquify.
14935 (flymake-buffer-data): The global value should just be nil.
14936
14937 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14938 Optimize the body of a defalias like any other code.
14939
14940 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14941 Make sure we've setup font-lock's vars. It may influence which
14942 function we then call.
14943 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14944 here since it's too late anyway.
14945
14946 2006-01-03 Romain Francoise <romain@orebokech.com>
14947
14948 * startup.el (fancy-splash-tail, normal-splash-screen):
14949 Update copyright year.
14950
14951 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14952
14953 * mouse.el (mouse-drag-track): Rename, from
14954 `mouse-drag-region-1'. Includes optional argument required to
14955 enable post-drag event processing (e.g. delete region keys).
14956 Can be used without this argument to track a mouse region and operate
14957 on it as soon as the drag completes.
14958 (mouse-drag-region): Use `mouse-drag-track'.
14959
14960 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14961
14962 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14963 Move to `custom-buffer' group.
14964
14965 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14966 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14967 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14968 (custom-theme-face-menu): New variables.
14969 (custom-theme-add-variable, custom-theme-variable-action)
14970 (custom-variable-reset-theme, custom-theme-delete-variable)
14971 (custom-face-reset-theme, custom-theme-face-action)
14972 (custom-theme-delete-face, custom-theme-merge-theme)
14973 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14974
14975 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14976
14977 * custom.el: Move Custom Themes commentary to start of theme code.
14978 (custom-known-themes): Rename `standard' theme to `changed'.
14979 (custom-push-theme): Caller no longer specifies what theme to use
14980 when doing `reset'---the setting is simply removed from the theme.
14981 Delete MODE from `theme-value' and `theme-settings' properties.
14982 (custom-declare-theme): Ignore &rest args since we don't use them.
14983
14984 (custom-loaded-themes): Delete variable.
14985 (custom-theme-load-themes, custom-theme-loaded-p)
14986 (custom-theme-value): Delete functions.
14987
14988 (custom-declare-theme): Signal error on invalid theme names.
14989 (provide-theme): custom-loaded-themes was deleted.
14990 (load-theme): Load the file unconditionally.
14991 (enable-theme): Call `load-theme' if theme is undefined.
14992 (custom-enabled-themes): Only update value for successful loads.
14993 (disable-theme): Complete from enabled themes when interactive.
14994 (custom-variable-theme-value): Calculate theme value directly.
14995
14996 (custom-theme-reset-variables, custom-reset-variables): Mark as
14997 XEmacs compatibility functions. We don't actually use these.
14998
14999 * cus-edit.el (custom-variable-state-set):
15000 Use custom-variable-theme-value instead of custom-theme-value.
15001 (custom-face-state-set): Rename `standard' theme to `changed'.
15002 (custom-save-variables, custom-save-faces): Delete unneeded
15003 references to custom-reset-variables.
15004 (custom-save-resets): Delete function.
15005 (custom-save-variables, custom-save-faces): MODE argument deleted.
15006 (custom-save-variables, custom-save-faces): Ignore theme values.
15007
15008 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15009 compatibility function.
15010
15011 2006-01-01 Richard M. Stallman <rms@gnu.org>
15012
15013 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15014 (Custom-reset-current, Custom-reset-saved): Likewise.
15015 (Custom-reset-standard): Show message if aborted.
15016 (custom-mode): Doc fix, describing those commands.
15017
15018 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15019 put on event-kind property.
15020
15021 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
15022
15023 * custom.el (provide-theme): Ban `user' theme name.
15024 (custom-enabling-themes): New variable.
15025 (enable-theme): Don't enable user if custom-enabling-themes is t.
15026 (custom-enabled-themes): Make it a defcustom.
15027 (custom-theme-recalc-face): No-op if face is undefined.
15028
15029 * cus-edit.el (custom-button-mouse): New variable.
15030 (custom-button-mouse): New face.
15031 (custom-raised-buttons, custom-mode): Use it.
15032
15033 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
15034
15035 2005-12-31 Eli Zaretskii <eliz@gnu.org>
15036
15037 * progmodes/gud.el (gud-display-line): Support hl-line in the
15038 source buffer.
15039
15040 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
15041
15042 * mouse.el (mouse-drag-window-above): Verify that the found window
15043 overlaps with the given window in the horizontal dimension.
15044
15045 2005-12-31 Eli Zaretskii <eliz@gnu.org>
15046
15047 * Makefile.in (cvs-update): New target.
15048
15049 * makefile.w32-in (cvs-update): Ditto.
15050
15051 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
15052
15053 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
15054 (custom-new-theme-mode-map): New variable.
15055
15056 2005-12-30 Richard M. Stallman <rms@gnu.org>
15057
15058 * custom.el (custom-load-themes): Function deleted.
15059
15060 * cus-edit.el (custom-save-loaded-themes): Function deleted.
15061 (custom-save-variables): Don't delete or add custom-load-themes call.
15062
15063 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
15064
15065 * cus-start.el: Add `visible-cursor'.
15066
15067 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
15068 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
15069 (flymake-process-filter): Switch to buffer before calling it instead.
15070 (flymake-post-syntax-check, flymake-highlight-err-lines)
15071 (flymake-delete-own-overlays, flymake-parse-err-lines)
15072 (flymake-start-syntax-check, flymake-start-syntax-check-process)
15073 (flymake-count-lines, flymake-parse-residual):
15074 Remove constant buffer argument.
15075 (flymake-start-syntax-check-for-current-buffer): Remove.
15076 Update callers to use flymake-start-syntax-check instead.
15077 (flymake-display-err-menu-for-current-line):
15078 Remove unused var `mouse-pos'.
15079 (flymake-restore-formatting): Comment out unused function.
15080 (flymake-report-status, flymake-report-fatal-status): Remove buffer
15081 argument, use current-buffer instead. Update callers.
15082
15083 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15084
15085 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
15086 buffer-local because choose-completion-delete-max-match requires
15087 that we set completion-ignore-case (i.e., binding via let is not
15088 sufficient).
15089 (bibtex-complete): Always set completion-ignore-case and
15090 choose-completion-string-functions. The latter is needed because
15091 choose-completion-string-functions keeps its value if we quit the
15092 *Completions* buffer without requesting a completion.
15093
15094 2005-12-30 Andreas Schwab <schwab@suse.de>
15095
15096 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
15097
15098 2005-12-30 Eli Zaretskii <eliz@gnu.org>
15099
15100 * jit-lock.el (jit-lock-chunk-size): Doc fix.
15101
15102 2005-12-30 Juri Linkov <juri@jurta.org>
15103
15104 * locate.el (locate-fcodes-file, locate-header-face)
15105 * progmodes/delphi.el (delphi-other-face)
15106 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
15107
15108 * paren.el (show-paren-match, show-paren-mismatch): Use existing
15109 group `paren-showing-faces'.
15110
15111 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
15112 (goto-address): Fix docstring.
15113
15114 * net/webjump.el (webjump-sample-sites): Update URLs.
15115
15116 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
15117
15118 * subr.el (cancel-change-group): Add listp around pending-undo-list.
15119
15120 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
15121
15122 * font-lock.el (font-lock-compile-keywords): Signal an error when
15123 font-lock-set-defaults hasn't been called.
15124
15125 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
15126
15127 * subr.el (noreturn, 1value): Doc fixes.
15128
15129 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15130
15131 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
15132 that assoc-string returns nil.
15133
15134 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15135
15136 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
15137 (bibtex-entry-type-str, bibtex-empty-field-re)
15138 (bibtex-search-backward-string, bibtex-preamble-prefix)
15139 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
15140 (bibtex-any-valid-entry-type): New variable.
15141 (bibtex-parse-field-name): Simplify.
15142 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
15143 (bibtex-preamble-prefix): Include left delimiter.
15144 (bibtex-search-forward-field, bibtex-search-backward-field):
15145 Allow unbounded search past entry boundaries (required by bibtex-pop).
15146 (bibtex-text-in-field-bounds): Use push.
15147 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
15148 (bibtex-parse-preamble, bibtex-valid-entry)
15149 (bibtex-beginning-first-field): New functions.
15150 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
15151 (bibtex-map-entries): Fix docstring.
15152 (bibtex-flash-head): New arg prompt. Simplify.
15153 (bibtex-enclosing-field): Include code of bibtex-inside-field.
15154 (bibtex-insert-kill): Simplify. Always insert text past the
15155 current field or entry.
15156 (bibtex-format-entry): Use bibtex-parse-field.
15157 (bibtex-pop): Use bibtex-beginning-of-entry and
15158 bibtex-end-of-entry to initiate the search. Insert empty field if
15159 we found ourselves.
15160 (bibtex-print-help-message): New args field and comma.
15161 Handle entry keys.
15162 (bibtex-make-field): Use bibtex-beginning-of-entry.
15163 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
15164 invalid entry.
15165 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
15166 Handle preambles. Simplify code for thorough test.
15167 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
15168 New arg comma. Handle entry heads.
15169 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
15170 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
15171 New arg comma.
15172 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
15173 (bibtex-fill-field): Simplify.
15174 (bibtex-fill-entry): Use bibtex-beginning-first-field and
15175 bibtex-parse-field.
15176 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
15177 (bibtex-complete): Use bibtex-parse-preamble.
15178
15179 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
15180
15181 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
15182 Display name of expression instead of convenience variable.
15183 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
15184
15185 * progmodes/gud.el (gud-tooltip-dereference): Rename from
15186 toggle-gud-tooltip-dereference.
15187 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
15188 (gud-tooltip-tips): ...here when dereferencing.
15189
15190 2005-12-28 Bill Wohler <wohler@newt.com>
15191
15192 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
15193
15194 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
15197 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
15198 (vc-annotate-display-autoscale): Adjust call.
15199 (vc-annotate-display-default): Adjust call. Make arg compulsory.
15200 Fix interactive spec.
15201 (vc-annotate-time-span): Remove.
15202 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
15203 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
15204 (vc-annotate-display-select): Use new name.
15205
15206 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
15207 (vc-annotate-mode-menu): Remove left-over redundant declaration.
15208 Correct the construction of span entries. Simplify.
15209 (vc-annotate-display-select): Fix the nil case.
15210 (vc-annotate): Remove obsolete (and now broken) code.
15211 (vc-annotate-extract-revision-at-line): Remove obsolete code.
15212 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
15213
15214 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
15215
15216 * subr.el (lazy-completion-table): Correct typo in docstring.
15217
15218 * startup.el (command-line): Use `custom-reevaluate-setting' for
15219 `send-mail-function'.
15220
15221 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
15222
15223 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
15224
15225 * mail/smtpmail.el (smtpmail-try-auth-methods):
15226 Send credentials together with "AUTH PLAIN" command.
15227
15228 2005-12-27 Richard M. Stallman <rms@gnu.org>
15229
15230 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
15231 mouse-2, go back to previously selected window, so it's selected
15232 when mouse-2 command runs.
15233
15234 2005-12-27 Juri Linkov <juri@jurta.org>
15235
15236 * descr-text.el (describe-text-sexp): Use square brackets for
15237 button [Show] to distinguish it from the property value `show'.
15238 (describe-property-list): Use `insert-text-button' with
15239 `help-face' type instead of putting face in quotes, because button
15240 is not created automatically for a list of faces.
15241 (describe-text-properties-1): Put button-type value in quotes to
15242 distinguish from plain text "button".
15243 (describe-char): Display code point values in hex. Don't use
15244 `symbol-name' for `current-input-method' because it is a string.
15245 Use `insert-text-button' with `help-face' type instead of putting
15246 hardcoded face in quotes, because button is not created automatically.
15247
15248 2005-12-27 Richard M. Stallman <rms@gnu.org>
15249
15250 * progmodes/glasses.el (glasses-face): More specific custom type.
15251
15252 * files.el (set-visited-file-name): Doc fix.
15253
15254 * textmodes/flyspell.el (flyspell-external-point-words):
15255 Use local var buffer-scan-pos to advance scan for next misspelling.
15256 Advance it only after we find the misspelling.
15257
15258 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
15259
15260 * textmodes/flyspell.el (flyspell-external-point-words):
15261 New criteria for finding the misspelling in the buffer.
15262
15263 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
15264
15265 * help-mode.el (help-insert-string): Set help-xref-stack-item
15266 rather than call help-setup-xref.
15267
15268 * descr-text.el (describe-char): Revert previous changes for
15269 optional buffer argument.
15270
15271 2005-12-27 Juri Linkov <juri@jurta.org>
15272
15273 * help-mode.el (help-insert-string): New function. Save buffer
15274 contents in cases where it is impossible to recompute the old contents.
15275
15276 * descr-text.el (describe-char): Set help-xref-stack-item
15277 explicitly after buffer has been generated.
15278
15279 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15280
15281 * cus-start.el (all): Add x-gtk-show-hidden-files.
15282
15283 2005-12-26 Richard M. Stallman <rms@gnu.org>
15284
15285 * replace.el (perform-replace): Calculate match-again
15286 before skipping read-only matches.
15287
15288 * paren.el (paren-showing-faces): New group.
15289 (show-paren-match, show-paren-mismatch): Move to that group.
15290
15291 * button.el (button): Put into group `basic-faces'.
15292
15293 * progmodes/make-mode.el: Remove faces from group `faces'.
15294
15295 * apropos.el (apropos, apropos-value): Doc fix.
15296 (apropos-documentation): Doc fix.
15297
15298 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
15299
15300 * subr.el (lazy-completion-table): Remove argument `args'.
15301
15302 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15303 Don't use the `args' argument of lazy-completion-table.
15304
15305 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
15306
15307 * descr-text.el (describe-char): Add optional argument for buffer.
15308 Set buffer appropriately. Call help-setup-xref.
15309 Suggested by Stefan Monnier.
15310
15311 2005-12-26 Juri Linkov <juri@jurta.org>
15312
15313 * descr-text.el: Require `help-fns' at runtime. Don't require
15314 `button' for byte compilation.
15315 (describe-text-widget): Add `help-echo' for first button.
15316 Use `help-info' for second.
15317 (describe-property-list): Use `help-argument-name' instead of `italic'.
15318 (describe-text-category): Add prompt to interactive spec.
15319 Call `help-setup-xref'.
15320 (describe-char): Use `help-character-set'. Add `help-echo' for
15321 code point. Use `help-input-method'. Remove superfluous insert.
15322
15323 2005-12-25 Richard M. Stallman <rms@gnu.org>
15324
15325 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15326 at point, in case of narrowing.
15327
15328 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15329
15330 * locate.el (locate-header-face): Allow nil in type.
15331
15332 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15333
15334 2005-12-25 Romain Francoise <romain@orebokech.com>
15335
15336 * battery.el (battery-linux-proc-acpi): Also try
15337 `/proc/acpi/thermal_zone/THM0/temperature'.
15338
15339 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
15340
15341 * custom.el (custom-push-theme): Fix docstring.
15342
15343 * cus-edit.el (custom-variable-set, custom-variable-save)
15344 (custom-variable-save): Custom-quote widget values.
15345 (customize-save-variable): Fix custom-push-theme call.
15346
15347 2005-12-24 Eli Zaretskii <eliz@gnu.org>
15348
15349 * w32-fns.el (w32-batch-update-autoloads): New function.
15350
15351 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15352 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15353 from the command line.
15354
15355 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
15356
15357 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15358 reset means to remove setting from theme entirely. Don't keep
15359 expanding theme-settings list; delete old entries if necessary.
15360
15361 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15362 customization" button one line up.
15363 (custom-themed): New face.
15364 (custom-magic-alist): New value, THEMED, for theme settings.
15365 (custom-variable-state-set, custom-face-state-set):
15366 Check theme-value instead of saved-value.
15367 (custom-variable-reset-standard, custom-face-reset-standard):
15368 Remove theme setting entirely. Recalculate new values.
15369 (custom-variable-set, custom-variable-set)
15370 (custom-variable-reset-saved, custom-variable-reset-backup)
15371 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15372 (custom-variable-save): Fix typos.
15373
15374 2005-12-23 Juri Linkov <juri@jurta.org>
15375
15376 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15377 Add autoload cookies.
15378 (edebug-outside-d-c-i-n-s-w): New variable.
15379 (edebug-display, edebug-outside-excursion): Use it to save the
15380 original value of default-cursor-in-non-selected-windows.
15381 Set default-cursor-in-non-selected-windows to t while Edebug
15382 is active.
15383 (edebug-mode, edebug-eval-mode): Doc fix.
15384
15385 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15386 with `buffer-substring-no-properties' to remove common substring
15387 highlighting.
15388
15389 * info.el (info-other-window, info): Rename function argument
15390 `file' to `file-or-node'.
15391 (Info-complete-menu-item): Use local variable `complete-nodes' to
15392 keep the global value of `Info-complete-nodes' unchanged for
15393 subsequent completions.
15394 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15395
15396 * simple.el (get-next-valid-buffer, last-buffer)
15397 (next-error-buffer-p, next-error-find-buffer)
15398 (minibuffer-history-sexp-flag): Doc fix.
15399
15400 * savehist.el (savehist-mode-hook): Add `:group'.
15401
15402 * log-view.el: Call autoload for vc-find-version.
15403 (log-view-current-file): Adjust subgroup numbers.
15404 (log-view-current-tag): Add `length'.
15405
15406 2005-12-23 Richard M. Stallman <rms@gnu.org>
15407
15408 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15409
15410 2005-12-23 Juri Linkov <juri@jurta.org>
15411
15412 * hi-lock.el (hi-lock-archaic-interface-message-used)
15413 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15414 (hi-lock-mode): Display "Hi" in the mode line only when
15415 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15416 (hi-lock-write-interactive-patterns):
15417 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15418 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15419 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15420 font-lock-add-keywords to t.
15421
15422 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15423
15424 * hi-lock.el (hi-lock-highlight-range): New variable.
15425 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15426 only if font-lock-fontified is non-nil. Remove overlays.
15427 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15428 font-lock-fontified is non-nil, otherwise use overlays (instead of
15429 text properties).
15430 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15431 New variables.
15432 (hi-lock-string-serialize): New function.
15433
15434 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15435
15436 * menu-bar.el (menu-find-file-existing): New function.
15437 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15438
15439 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15440
15441 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15442
15443 * vc.el: Remove unnecessary leading * in docstrings.
15444 (vc-annotate-mode-map): Move initialization into declaration.
15445 (vc-static-header-alist): Nitpick on the regexp.
15446 (vc-default-init-version): New fun.
15447 (vc-register): Use it.
15448 (vc-insert-headers): Use dolist.
15449 (vc-annotate-get-backend): Remove unused function.
15450 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15451 (vc-annotate-mode): Remove corresponding call.
15452 (vc-annotate-car-last-cons): Simplify.
15453 (vc-annotate-buffers): Remove var.
15454 (vc-annotate-backend): Make it buffer-local.
15455 (vc-annotate): Move the interaction to the interactive spec.
15456 Add a `buf' argument.
15457 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15458 killing&creating a vc-annotate buffer, which is very disruptive when
15459 the buffers are shown in dedicated frames.
15460
15461 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15462
15463 * descr-text.el: Add FSF as maintainer.
15464 (describe-text-mode, describe-text-mode-map)
15465 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15466 help-mode.
15467 (describe-text-widget, describe-text-sexp)
15468 (describe-property-list, describe-text-category)
15469 (describe-text-properties, describe-text-properties-1)
15470 (describe-char): Use help buttons instead of widgets.
15471 (describe-char-unicodedata-file): Make URL link in doc string.
15472
15473 2005-12-22 Richard M. Stallman <rms@gnu.org>
15474
15475 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15476 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15477 Don't include buttons that write a file when there's no file.
15478 (custom-variable-menu, custom-face-menu, custom-group-menu):
15479 Don't include commands that write a file when there's no file.
15480 (customize-browse): Reword the top-of-buffer help intro.
15481 (custom-buffer-create-internal): Fix previous change.
15482 (customize-changed-options-previous-release): Prev release is 21.1.
15483 (customize-changed-options): Doc fix.
15484 (customize-changed): New alias.
15485 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15486 Say "standard values".
15487 (Custom-reset-standard): Doc fix.
15488 (custom-face-reset-standard): Doc fix.
15489
15490 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15491
15492 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15493 even if font-lock-mode is non-nil since it may be t without having
15494 turned on font-lock-mode-internal.
15495 (font-lock-choose-keywords): Minor optimization.
15496 (font-lock-add-keywords, font-lock-remove-keywords)
15497 (font-lock-set-defaults): Don't call make-local-variable on a variable
15498 that we know to already be local.
15499
15500 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15501
15502 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15503 messages if in the minibuffer.
15504
15505 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15506
15507 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15508 (tex-mode-flyspell-verify, flyspell-get-word)
15509 (flyspell-external-point-words): Don't use point-min/max uselessly.
15510
15511 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15512 by Kevin Rodgers. Instead, just hide the completions buffer if we
15513 don't need to show it.
15514
15515 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15516
15517 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15518
15519 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15520
15521 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15522 delete-windows-on with an inexistent buffer.
15523
15524 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15525
15526 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15527 Delete defcustom variable :tag names.
15528
15529 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15530
15531 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15532 (log-view-font-lock-keywords): Ajust subgroup numbers.
15533 (log-view-current-tag): Don't hard code the number of subgroups.
15534
15535 2005-12-20 Juri Linkov <juri@jurta.org>
15536
15537 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15538 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15539
15540 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15541 (menu-bar-non-minibuffer-window-p): Instead of checking
15542 display-multi-frame-p, use selected-frame when menu-updating-frame
15543 is nil.
15544
15545 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15546
15547 * align.el (align-rules-list): Use [ \t] instead of \s-
15548 for column separators in text mode.
15549
15550 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15551
15552 * help-mode.el (help-customize-variable, help-customize-face):
15553 Don't pop help-xref-stack as help-follow no longer pushes
15554 anything on to it.
15555
15556 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15557
15558 * textmodes/org.el (org-agenda-custom-commands): New option.
15559 (org-agenda): Offer custom commands on splash screen.
15560 (org-make-tags-matcher): Parser for Boolean logic added.
15561 (org-agenda-set-tags): New command.
15562 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15563 (org-set-tags): Efficiency improvements.
15564 (org-auto-align-tags): New option.
15565 (org-todo, org-demote, org-promote): Realign tags.
15566 (org-tags-completion-function): Use also "&" and "|" as separators.
15567 (org-org-menu): Agenda commands simplified.
15568
15569 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15570
15571 * cus-edit.el (customize-apropos, customize-apropos-options):
15572 Docstring changes.
15573
15574 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15575
15576 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15577
15578 * longlines.el (longlines-mode): Wrap while widened.
15579 (longlines-decode-region, longlines-encode-region): Compute max
15580 just once.
15581
15582 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15583
15584 * cus-edit.el (mac): New group.
15585
15586 * cus-start.el (all): Add user options in macterm.c. Add test for
15587 Mac-related built-ins. Fix test for GTK-related built-ins.
15588
15589 * term/mac-win.el (mac-handle-language-change)
15590 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15591 (mac-services-open-selection, mac-services-mail-selection)
15592 (mac-services-mail-to, mac-services-insert-text)
15593 (mac-dispatch-apple-event): Add docstrings.
15594 (x-get-selection, mac-select-convert-to-string): Select coding
15595 system from `utf-16be' and `utf-16le' using `byteorder'.
15596
15597 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15600 a "list" (lambda ...) rather than a real completion list.
15601
15602 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15603 lexical-let when encountering ((lambda (...) ...) ...).
15604
15605 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15606
15607 * progmodes/sh-script.el (sh-mode):
15608 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15609 * textmodes/picture.el (picture-mode): Update docstrings.
15610
15611 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15612
15613 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15614 commands enclosed in $(ARGQUOTE)s should not be split between two
15615 lines, as that will break with GNU Make >3.80, when sh.exe is used
15616 and arg quoting is with '..'.
15617 (autoloads): Don't break the quoted --eval expression between
15618 several lines.
15619
15620 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15621
15622 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15623 Capture error from printing circular structures.
15624
15625 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15626
15627 * wid-edit.el (widget-checkbox-action): Clear undo info.
15628
15629 2005-12-16 Bill Wohler <wohler@newt.com>
15630
15631 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15632 bar, not menubar in comment.
15633
15634 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15635
15636 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15637 After-change-functions should not clobber the match data.
15638
15639 2005-12-16 Juri Linkov <juri@jurta.org>
15640
15641 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15642 instead of `buffer-substring'.
15643 (completion-common-substring): Doc fix.
15644 (completion-setup-function): Use minibuffer-completion-contents
15645 instead of minibuffer-contents. Don't set common-string-length
15646 initially. Remove special handling of partial-completion-mode.
15647 Move computation of completion-base-size into one cond.
15648 Call completion-base-size-function in mainbuf. In computation of
15649 completion-base-size for file name completion don't move point to
15650 the end of the minibuffer. Move computation of common-string-length
15651 into one cond. Start putting faces only when common-string-length>=0.
15652 Add condition to put completions-common-part when
15653 common-string-length>0.
15654
15655 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15656 place point at the first different character in the minibuffer
15657 even if this position is at the beginning of the minibuffer.
15658
15659 * info.el (Info-read-node-name-1): In completion-base-size-function's
15660 lambda return 1 if common-substring or minibuffer-completion-contents
15661 starts with (, and 0 otherwise.
15662
15663 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15664 Use `crm-current-element' for second arg of `display-completion-list'.
15665
15666 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15667
15668 * files.el (set-auto-mode): Look for an interpreter specified on
15669 the first line also if search for mode specification succeeded,
15670 but the mode is not known.
15671
15672 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15673
15674 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15675 (org-open-at-point): Implement tag searches as links.
15676 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15677 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15678 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15679 (org-agenda-dispatch): New commands.
15680 (org-use-tag-inheritance, org-tags-column): New options.
15681 (org-tab-follows-link, org-return-follows-link): New options.
15682 (org-tags): New customize group.
15683 (org-start-icalendar-file): Get local time zone.
15684 (org-tags-completion-function): New function.
15685 (org-set-font-lock-defaults): Make sure links will also be
15686 highlighted inside headlines.
15687
15688 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15689
15690 * term.el (term-emulate-terminal):
15691 Let term-handle-ansi-terminal-messages override what Bash says about
15692 its current directory.
15693
15694 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15695
15696 * bindings.el (last-buffer): Move to simple.el.
15697 * simple.el (last-buffer): Move here.
15698 (get-next-valid-buffer): New function.
15699 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15700 (prev-buffer): Ditto. Rename to `previous-buffer'.
15701
15702 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15703 * bindings.el (global-map): Ditto.
15704
15705 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15706
15707 * cus-edit.el: Introductory comment change.
15708 (custom-magic-alist): Change message string for the `rogue' state.
15709
15710 2005-12-15 Richard M. Stallman <rms@gnu.org>
15711
15712 * tooltip.el: Delete defcustom variable :tag names.
15713
15714 * complete.el (partial-completion-mode): Doc fix.
15715
15716 * textmodes/flyspell.el (flyspell-external-point-words):
15717 Use save-excursion to ensure we don't move backward in the
15718 search loop, not even one character.
15719 (flyspell-delete-all-overlays): Use remove-overlays directly.
15720
15721 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15722 (ispell-start-process): Set that variable.
15723 Clear ispell-buffer-local-name.
15724 (ispell-internal-change-dictionary):
15725 Set ispell-current-dictionary after killing process.
15726 (ispell-buffer-local-dict):
15727 Don't set spell-personal-dictionary after killing process.
15728 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15729 (ispell-tex-skip-alists, ispell-html-skip-alists)
15730 (ispell-skip-region-alist): Mark as risky.
15731
15732 * net/newsticker.el (newsticker--retrieval-timer-list)
15733 (newsticker--display-timer, newsticker-running-p)
15734 (newsticker-ticker-running-p): Definitions moved up.
15735
15736 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15737
15738 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15739
15740 2005-12-15 David Ponce <david@dponce.com>
15741
15742 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15743 (recentf-edit-list, recentf-open-files): Signal an error when
15744 there is no recent file.
15745
15746 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15747
15748 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15749 read-only except for texinfo-format-region evaluation.
15750
15751 2005-12-14 Richard M. Stallman <rms@gnu.org>
15752
15753 * vc.el (vc-default-previous-version, vc-default-next-version)
15754 (vc-do-command): Doc fixes.
15755
15756 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15757
15758 * textmodes/bibtex.el (bibtex-expand-strings)
15759 (bibtex-autokey-expand-string, bibtex-name-part)
15760 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15761 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15762 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15763 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15764 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15765 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15766 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15767 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15768 (bibtex-beginning-of-last-entry): Remove.
15769 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15770 message if comma is missing but buffer is read-only.
15771 (bibtex-parse-field-text): Handle whitespaces at the end of field
15772 text. Return 3-element list with beginning and end of field text
15773 and end of field.
15774 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15775 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15776 (bibtex-search-forward-field, bibtex-search-backward-field):
15777 Search always delimited by limits of entry. Use more efficient
15778 search algorithms.
15779 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15780 bibtex-end-of-name-in-field.
15781 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15782 extracting the content of a field.
15783 (bibtex-text-in-field): Use search limits.
15784 (bibtex-parse-string-prefix): Handle empty string keys based on
15785 bibtex-string-empty-key.
15786 (bibtex-parse-string): Fix docstring.
15787 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15788 (bibtex-preamble-prefix, bibtex-strings): New functions.
15789 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15790 BibTeX entries (consistent with other BibTeX functions).
15791 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15792 (bibtex-search-entry): Fix docstring. Simplify.
15793 (bibtex-flash-head, bibtex-complete-string-cleanup)
15794 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15795 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15796 (bibtex-parse-entry): New optional arg content.
15797 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15798 Use bibtex-text-in-field-bounds.
15799 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15800 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15801 bibtex-parse-string-postfix.
15802 (bibtex-find-text-internal): New function.
15803 (bibtex-remove-delimiters): Use it.
15804 (bibtex-find-text): Use it. New optional arg help.
15805 (bibtex-complete): Handle BibTeX string and preamble entries.
15806 (bibtex-Preamble): Fix order of closing delimiters.
15807
15808 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15809
15810 * vc.el (vc-default-revert): New fun.
15811
15812 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15813
15814 2005-12-14 Romain Francoise <romain@orebokech.com>
15815
15816 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15817 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15818 (font-lock-remove-keywords): Likewise.
15819
15820 2005-12-14 Juri Linkov <juri@jurta.org>
15821
15822 * log-view.el (log-view-diff): Doc fix.
15823
15824 * isearch.el (isearch-query-replace): Use (mark) instead of
15825 isearch-opoint if mark is active in transient-mark-mode.
15826
15827 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15828
15829 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15830
15831 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15832
15833 * progmodes/cpp.el (cpp-face): New widget.
15834 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15835
15836 2005-12-14 Juri Linkov <juri@jurta.org>
15837
15838 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15839 around `erase-buffer' and `insert'.
15840
15841 * descr-text.el (describe-text-properties): Replace buffer name
15842 "*Help-2*" with "*Help*<2>".
15843 (describe-char): Add functions print-help-return-message,
15844 toggle-read-only. Use help-setup-xref with nil to not store
15845 describe-char in help-xref-stack. Use help-make-xrefs to
15846 make [back] button.
15847
15848 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15849
15850 * wdired.el (wdired-old-point): New internal variable.
15851 (wdired-change-to-wdired-mode): Set it buffer-locally.
15852 (wdired-abort-changes): Restore point after aborting changes.
15853
15854 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * vc.el (vc-do-command): Add a new value t for okstatus.
15857
15858 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15859 frame in case of errors.
15860
15861 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15862
15863 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15864 so it comes after "On the Left" in the menu.
15865
15866 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15867
15868 * cus-edit.el (customize-apropos, customize-apropos-options)
15869 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15870
15871 2005-12-12 Bill Wohler <wohler@newt.com>
15872
15873 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15874 non-writable Subversion-controlled files by saving window
15875 configuration before calling vc-do-command. vc-do-command calls
15876 pop-to-buffer on error which is unexpected during registration.
15877
15878 2005-12-12 Jay Belanger <belanger@truman.edu>
15879
15880 * calc/README: Update the summary of changes.
15881
15882 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15883
15884 * descr-text.el (describe-char): Rework last fix to solve the problem
15885 is the same way it's solved for everything else in that function
15886 (i.e. by extracting the info before setting up the *Help* buffer).
15887
15888 2005-12-12 Kim F. Storm <storm@cua.dk>
15889
15890 * subr.el (version-regexp-alist): Allow space as separator before
15891 non-numeric part, e.g. "1.0 alpha".
15892 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15893
15894 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15895
15896 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15897 Implement Logging and the keep-modes setting.
15898 (org-get-category): Make sure a string is returned.
15899 (org-log-done): New function.
15900 (org-log-done, org-closed-string): New options.
15901
15902 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15903
15904 * tooltip.el (tooltip-y-offset): Change default to 20.
15905
15906 2005-12-12 Richard M. Stallman <rms@gnu.org>
15907
15908 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15909
15910 * frame.el (display-hourglass): Doc fix.
15911
15912 * help.el (help-for-help-internal): Simplify entry for `a'.
15913
15914 * info.el (Info-on-current-buffer): Doc fix.
15915 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15916
15917 * startup.el (inhibit-splash-screen): Make this the real name.
15918 (inhibit-startup-message): Make this the alias.
15919 (command-line): Find only simple.el, and use its directory
15920 to fill in other preloaded files' names.
15921 (command-line): Deactivate the mark if deactivate-mark is set.
15922
15923 * international/mule.el (load-with-code-conversion):
15924 Bind deactivate-mark.
15925
15926 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15927
15928 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15929
15930 * cus-edit.el (customize-apropos): Avoid listing an option more
15931 than once under different aliases. No longer list user options
15932 that are not defined with defcustom (unless a prefix arg is given).
15933 Doc fix.
15934 (customize-apropos-options): Doc fix.
15935
15936 2005-12-11 Juri Linkov <juri@jurta.org>
15937
15938 * frame.el (set-background-color, set-foreground-color)
15939 (set-cursor-color, set-mouse-color, set-border-color):
15940 Add explicit prompts to read colors by `facemenu-read-color'.
15941 (show-trailing-whitespace, blink-cursor-delay)
15942 (blink-cursor-interval, display-hourglass, hourglass-delay):
15943 Remove tags.
15944 (display-hourglass, hourglass-delay): Doc fix.
15945 (cursor-in-non-selected-windows): Capitalize words in tag.
15946
15947 * faces.el (frame-background-mode): Replace `choice-item' keywords
15948 with `const' to not make [default] button. Change default value tag
15949 from `default' to `automatic'. Doc fix.
15950 (trailing-whitespace) <defface>: Change group `whitespace' to
15951 `whitespace-faces'.
15952
15953 2005-12-11 Richard M. Stallman <rms@gnu.org>
15954
15955 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15956
15957 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15958
15959 * term/mac-win.el: Create keymap for mac-apple-event-map.
15960
15961 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15962
15963 * tooltip.el (tooltip-mode): Move to start of file so that it
15964 appears at top of customize buffer.
15965
15966 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15967 Add the gud groupname.
15968 (gud-tooltip-mode): Add the tooltip groupname.
15969 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15970 avoid conflict with tooltip-use-echo-area.
15971
15972 2005-12-10 Romain Francoise <romain@orebokech.com>
15973
15974 * help.el (help-for-help-internal): Add `r' in doc string.
15975
15976 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15977
15978 * align.el (align-regexp, align-highlight-rule):
15979 Use region-beginning and region-end instead of point and mark, so that
15980 repetition (with `repeat-complex-command') recomputes the region
15981 bounds.
15982
15983 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15984
15985 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15986 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15987 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15988 (balance-windows): Rewrite using the above new functions.
15989
15990 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15991
15992 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15993 react if global-hi-lock-mode seems intended.
15994 (global-hi-lock-mode): Renamed from hi-lock-mode.
15995 (hi-lock-archaic-interface-message-used)
15996 (hi-lock-archaic-interface-deduce): New variables.
15997 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15998 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15999 (hi-lock-find-patterns, hi-lock-font-lock-hook):
16000 Replace hi-lock-buffer-mode with hi-lock-mode.
16001
16002 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16003
16004 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16005 completion list, even after a partial completion has been
16006 inserted in the current buffer. If there are more than 1
16007 completion, redisplay the *Completions* buffer; if the
16008 completion is unique, delete the *Completions* window.
16009
16010 2005-12-10 Eli Zaretskii <eliz@gnu.org>
16011
16012 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16013 strings and long subject lines that were broken into multiple
16014 lines at arbitrary places. Handle subjects that have "Re: " in
16015 the middle.
16016
16017 2005-12-10 John W. Eaton <jwe@octave.org>
16018
16019 * emacs/octave-mod.el (octave-electric-space): Don't indent
16020 comments or strings if octave-auto-indent is nil.
16021
16022 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16023
16024 * term/mac-win.el: Require url when compiling.
16025 Call mac-process-deferred-apple-events after loading init files.
16026 (mac-apple-event-map): New defvar. Define event handlers in it.
16027 (core-event, internet-event): New Apple event class symbols.
16028 (open-application, reopen-application, open-documents)
16029 (print-documents, open-contents, quit-application)
16030 (application-died, show-preferences, autosave-now, get-url):
16031 New Apple event ID symbols.
16032 (about): New HICommand ID symbol.
16033 (mac-event-spec, mac-event-ae): New macros.
16034 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
16035 (mac-ae-selection-range, mac-ae-text-for-search)
16036 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16037 (mac-application-menu-map): Remove keymap. Handlers for HICommand
16038 and Services menu events are now defined in mac-apple-event-map.
16039 (mac-drag-n-drop): Remove selection range handling.
16040
16041 2005-12-10 Kenichi Handa <handa@m17n.org>
16042
16043 * simple.el (zap-to-char):
16044 * isearch.el (isearch-process-search-char): Translate CHAR by
16045 translation-table-for-input.
16046
16047 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
16048
16049 * foldout.el (foldout-exit-fold): Properly hide subtree.
16050
16051 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
16052
16053 * files.el (save-buffer):
16054 * international/ucs-tables.el (ucs-set-table-for-input):
16055 * mail/mail-extr.el (mail-extract-address-components):
16056 * mail/sendmail.el (mail-mode): Reformat doc string.
16057
16058 2005-12-09 Juri Linkov <juri@jurta.org>
16059
16060 * isearch.el (isearch-highlight): Change main overlay priority
16061 from 1 to 1001. Simplify.
16062 (isearch-lazy-highlight-update): Change lazy overlay priority
16063 from 0 to 1000.
16064
16065 * replace.el (replace-highlight): Change overlay priority from
16066 1 to 1001.
16067
16068 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
16069 Change overlay priority from 1 to 1001. Reuse existing overlay.
16070
16071 * compare-w.el (compare-windows-highlight): Change overlay
16072 priority from 1 to 1000.
16073
16074 * menu-bar.el (menu-bar-edit-menu): Add listp around
16075 pending-undo-list to disable menu item "undo" when pending
16076 undo list is empty.
16077
16078 * locate.el (locate): Disable undo in *Locate* buffer.
16079
16080 2005-12-09 Kim F. Storm <storm@cua.dk>
16081
16082 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
16083
16084 2005-12-09 David Ponce <david@dponce.com>
16085
16086 * recentf.el: Improvement of the menu code.
16087 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
16088 instead of menu hook.
16089 (recentf-show-menu, recentf-hide-menu): New functions.
16090 (recentf-menu-customization-changed, recentf-mode): Use them.
16091 (recentf-menu-action, recentf-max-menu-items)
16092 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
16093 (recentf-arrange-by-rule-others)
16094 (recentf-arrange-by-rules-min-items)
16095 (recentf-arrange-by-rule-subfilter): Don't use
16096 `recentf-menu-customization-changed'.
16097 (recentf-arrange-rules): Likewise. Accept functions to compute
16098 sub-menu titles.
16099 (recentf-menu-filter): Likewise. Doc fix.
16100 (recentf-menu-value-shortcut): Doc fix.
16101 (recentf-dump-variable): Quote atom value.
16102 (recentf-make-menu-items): Update to use it as a menu filter.
16103 (recentf-match-rule): New function.
16104 (recentf-arrange-by-rule): Use it.
16105 (recentf-indirect-mode-rule): New function.
16106 (recentf-build-mode-rules): Use it.
16107 (recentf-dir-rule): New function.
16108 (recentf-arrange-by-dir): Use it.
16109 (recentf-filter-changer-current): Rename from
16110 `recentf-filter-changer-state'. All references updated.
16111 (recentf-filter-changer-alist): Update filter names.
16112 (recentf-filter-changer-select): New function.
16113 (recentf-filter-changer): Use it. Make a sub-menu from filters
16114 available in `recentf-filter-changer-alist'.
16115 (recentf-data-cache, recentf-clear-data)
16116 (recentf-update-menu): Remove. All references updated.
16117 (recentf-match-rule-p, recentf-build-dir-rules)
16118 (recentf-filter-changer-goto-next)
16119 (recentf-filter-changer-get-current)
16120 (recentf-filter-changer-get-next): Remove.
16121
16122 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
16123
16124 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
16125 buffer "Reset" button to "Reset to Current" for consistency with
16126 the State buttons.
16127
16128 2005-12-08 John Paul Wallington <jpw@pobox.com>
16129
16130 * ibuf-ext.el (define-ibuffer-filter filename):
16131 If `dired-directory' is a list then really use its car.
16132
16133 2005-12-08 Kim F. Storm <storm@cua.dk>
16134
16135 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16136 Fix indention of text on right side of replaced rectangle.
16137
16138 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
16139
16140 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
16141 No need to check gud-comint-buffer is bound.
16142 (gdb): Prevent multiple debugging when first session uses gdba.
16143
16144 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16145
16146 CC Mode update to 5.31.
16147
16148 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
16149 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
16150 We might do this function properly in the future).
16151
16152 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
16153 New macros c-sentence-end and c-default-value-sentence end, to cope
16154 with Emacs 22's new function `sentence-end'.
16155
16156 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16157
16158 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
16159 compat issue using `c-put-overlay' and `c-delete-overlay'.
16160
16161 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
16162 New compat macros to handle overlays/extents.
16163
16164 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16165
16166 * progmodes/cc-fix.el: Add definitions of the macros push and pop
16167 (for GNU Emacs 20.4).
16168
16169 * progmodes/cc-defs.el:
16170 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
16171
16172 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
16173 highlighting mechanism so it will work in XEmacs too.
16174
16175 * progmodes/cc-defs.el: Insert c-int-to-char.
16176
16177 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
16178 call to the new macro c-int-to-char. This solves XEmacs's
16179 regarding characters as different from integers.
16180
16181 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16182
16183 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
16184 New internal helper.
16185
16186 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
16187 construct to make the indirect face lookup work in XEmacs.
16188
16189 (c-cpp-matchers): Append the negation char face to the existing
16190 fontification, so that the cpp face doesn't disappear.
16191 Use `c-make-syntactic-matcher' to avoid negation chars in comments
16192 and strings.
16193
16194 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
16195 to map to `font-lock-negation-char-face' in emacsen where it exists.
16196
16197 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16198
16199 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
16200
16201 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
16202 Rename "c-subword-move-mode" as "c-subword-mode".
16203
16204 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
16205 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
16206
16207 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16208
16209 * progmodes/cc-mode.el: Added autoload directive for
16210 `c-subword-move-mode' for use in older emacsen.
16211
16212 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16213
16214 * progmodes/cc-mode.el:
16215 (i): Insert a binding for C-c C-backspace into
16216 c-bind-special-erase-keys which works in TTYs.
16217 (ii): Make sure that when file styles are used, any explicitly
16218 given style variables take priority over those in the style.
16219 Do this by calling `hack-local-variables' a second time.
16220
16221 * progmodes/cc-vars.el: Add language specific customization
16222 widgets for AWK to c-doc-comment-style, c-require-final-newline
16223 and c-default-style. Add a defcustom for awk-mode-hook.
16224 Give c-syntactic-element and c-syntactic-context doc-strings by
16225 directly setting their `variable-documentation' propery.
16226 This allows Emacs 22.1 to read these with C-h v.
16227
16228 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
16229
16230 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16231
16232 * progmodes/cc-fonts.el, cc-vars.el
16233 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
16234 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
16235 Masatake YAMATO.
16236
16237 (c-doc-comment-style): Made GtkDoc default in C mode.
16238
16239 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
16240 and C-c C-<delete>.
16241
16242 (c-bind-special-erase-keys): New function for use on
16243 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
16244
16245 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
16246 <delete> key behavior in XEmacs according to `delete-forward-p'.
16247 C.f. `c-electric-delete'.
16248
16249 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16250
16251 * progmodes/cc-mode.el: Give c-hungry-backspace and
16252 c-hungry-delete-forward permanent key bindings.
16253
16254 * progmodes/cc-cmds.el (c-electric-semi&comma):
16255 Bind c-syntactic-context for calls to "criteria functions", for
16256 consistency with other calls to user functions.
16257
16258 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
16259 `current-prefix-arg', since this might be the prefix arg to a
16260 command which calls c-indent-command as a function. Change the
16261 interactive spec from "p" to "P".
16262
16263 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16264 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16265 was difficult to understand.
16266
16267 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16268
16269 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16270 first char of an identifier.
16271
16272 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16273 +" syntax in C++.
16274
16275 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16276
16277 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16278 auto-fill doesn't split a c-comment's last word from a hanging
16279 "*/" when a space is typed between them after fill-column.
16280
16281 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16282
16283 * progmodes/cc-styles.el (c-set-style)
16284 (c-setup-paragraph-variables): Abort the command if we're not in a
16285 CC Mode buffer.
16286
16287 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16288 with blank comment-prefix, and a blank line as the comment's
16289 second line.
16290
16291 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16292
16293 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16294 Incorporate the patterns added in the Emacs development branch
16295 for the new Emacs 22 face `font-lock-negation-char-face'.
16296
16297 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16298 of "red" since it stands out better in xterms and DOS terminals.
16299
16300 * progmodes/cc-engine.el (c-literal-faces):
16301 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16302
16303 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16304
16305 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16306 forcibly enable c-electric-flag.
16307
16308 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16309 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16310 after the comment-prefix of a C-style comment will close that comment.
16311
16312 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16313
16314 * progmodes/cc-fonts.el (c-basic-matchers-before)
16315 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16316 in Pike.
16317
16318 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16319 digraphs.
16320
16321 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16322 (c-cpp-message-directives, c-cpp-include-directives)
16323 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16324 (c-cpp-expr-directives): Introduce new language constants to
16325 control cpp syntax in a cleaner way.
16326
16327 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16328
16329 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16330
16331 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16332 (c-multiline-string-start-char): New language constants and
16333 variables to specify how newlines in string literals work.
16334
16335 (c-font-lock-invalid-string): Use them.
16336
16337 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16338 unbalanced close brace is entered. Optimization by avoiding going
16339 back over arbitrarily large blocks. Removed hints that this
16340 function only would be relevant/useful in AWK.
16341
16342 (c-electric-brace): Indent syntactically after the cleanups since
16343 lineup functions might do it differently then.
16344
16345 * progmodes/cc-engine.el, cc-langs.el
16346 (c-opt-op-identifier-prefix): New language constant and variable.
16347
16348 (c-just-after-func-arglist-p, c-after-special-operator-id)
16349 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16350
16351 * progmodes/cc-align.el, cc-engine.el
16352 (c-after-special-operator-id): New helper to handle C++ operator
16353 identifiers.
16354
16355 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16356 (c-guess-basic-syntax): Handle C++ operator identifiers in
16357 declarations.
16358
16359 * progmodes/cc-langs.el (c-assignment-operators): Add the
16360 trigraph version of ^= too.
16361
16362 * progmodes/cc-langs.el (c-assignment-operators): Add the
16363 trigraph version of |= in C++.
16364
16365 * progmodes/cc-fonts.el (c-font-lock-declarators):
16366 Handle `c-decl-hangon-kwds' after the identifier name.
16367
16368 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16369 whether an arglist is "nonempty", ignore a comment after the open
16370 paren if it isn't followed by a non-comment token on the same line.
16371
16372 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16373 Enable heuristics below the point to cope with classes inside special
16374 brace lists in Pike.
16375
16376 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16377
16378 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16379
16380 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16381
16382 * progmodes/cc-guess.el (cc-guess-install): New function to
16383 install an already guessed style in another buffer.
16384
16385 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16386 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16387 anyway if the change always is undone.
16388
16389 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16390
16391 Implement togglable electricity:
16392
16393 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16394 saying when it should be used.
16395
16396 * progmodes/cc-engine.el: Add the new buffer-local variable,
16397 c-electric-flag.
16398
16399 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16400 c-toggle-auto-newline.
16401
16402 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16403 c-toggle-auto-newline. Remove the binding for
16404 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16405 c-toggle-electric-state.
16406
16407 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16408
16409 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16410 c-\(forward\|backward\)-subword.
16411 (c-update-modeline): Add the new modeline flag `l' for
16412 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16413 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16414 Make the old name an alias of the new name.
16415 (c-toggle-electric-state): New function.
16416 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16417 Adapt these functions to do electric things only when
16418 c-electric-flag is non-nil.
16419 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16420 new functions from c-electric-brace.
16421 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16422 mode, so that the tentative extra newline doesn't change the
16423 syntax of the following brace.
16424 (c-electric-brace): Restructure by extracting the above functions.
16425 Tidy up the coding somewhat.
16426 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16427 restructure a bit.
16428
16429 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16430
16431 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16432 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16433
16434 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16435 (c-submode-indicators): Change name from `c-auto-hungry-string'
16436 since it's now used to track another submode.
16437
16438 (c-update-modeline): Convert to function and extended to check
16439 `c-subword-move-mode'.
16440
16441 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16442 Convert to compat aliases for `c-forward-subword' and
16443 `c-backward-subword'.
16444
16445 * progmodes/cc-subword.el: New functions and minor mode to handle
16446 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16447
16448 (c-forward-subword, c-backward-subword, c-mark-subword)
16449 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16450 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16451 Functions corresponding to the standard word handling functions.
16452
16453 (c-subword-move-mode): Minor mode that replaces all the standard
16454 word handling functions with their subword equivalences.
16455
16456 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16457
16458 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16459 entry for one-liner-defun.
16460
16461 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16462 name in its def-edebug-spec.
16463
16464 * progmodes/cc-cmds.el (c-electric-brace): Make the
16465 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16466 compacts space before a comment, if this will make things fit on
16467 one line.
16468
16469 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16470
16471 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
16472
16473 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16474 clean-up one-liner-defun.
16475
16476 * progmodes/cc-styles.el: Add the new "awk" style.
16477
16478 * progmodes/cc-vars.el: Add description of one-liner-defun to
16479 c-cleanup-list's doc-string. New user options,
16480 c-max-one-liner-length. In c-default-style, set the default style
16481 for AWK to "awk".
16482
16483 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16484
16485 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16486 macros inside labels.
16487
16488 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16489 `c-at-statement-start-p' and `c-at-expression-start-p'.
16490
16491 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16492 error if the mark isn't set.
16493
16494 * progmodes/cc-engine.el (c-guess-continued-construct)
16495 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16496 accurately detect functions inside functions.
16497
16498 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16499 like `c-at-statement-start-p' that additionally recognizes commas
16500 and expression parentheses as delimiters.
16501
16502 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16503 to avoid heuristics that doesn't work for unclosed blocks.
16504 (c-at-statement-start-p): New function.
16505
16506 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16507 Objective-C directives, e.g. directives spanning lines should work
16508 reasonably well now.
16509
16510 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16511
16512 (c-forward-objc-directive): New function to move over any ObjC
16513 directive.
16514
16515 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16516 (c-basic-matchers-before): Use it.
16517
16518 (c-font-lock-objc-iip-decl): Remove.
16519
16520 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16521 in the template arglist recognition.
16522
16523 * progmodes/cc-styles.el (c-style-alist): Fix several
16524 inconsistencies in the Whitesmith style.
16525
16526 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16527 New lineup function to get lines after Whitesmith style blocks
16528 correctly indented.
16529
16530 (c-lineup-whitesmith-in-block): Back out the compensation for
16531 opening parens since it's done using `add' lists in the style
16532 definition instead. Don't use the anchor position since it varies
16533 too much between the syntactic symbols. :P
16534
16535 * progmodes/cc-vars.el (c-valid-offset): Update.
16536
16537 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16538 lists where the offsets are combined according to several
16539 different methods: `first', `min', `max', and `add'.
16540 Report offset evaluation errors with `c-benign-error' so that some kind
16541 of reindentation still is done.
16542
16543 * progmodes/cc-engine.el (c-guess-basic-syntax):
16544 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16545 `arglist-close'.
16546
16547 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16548 situations for `arglist-cont-nonempty' and `arglist-close'.
16549
16550 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16551
16552 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16553 cc-bytecomp-boundp' in a number of places.
16554
16555 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16556 macro related issue.
16557
16558 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16559
16560 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16561 list is now [asdf], a char class [:alpha:].
16562 Include code for char classes.
16563 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16564 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16565
16566 Remove (nearly all of) the cruft associated with AWK Mode's former
16567 concept of "virtual semicolons":
16568
16569 Adapt c-beginning-of-statement, c-end-of-statement (together with
16570 subfunctions) to use the new notion of "virtual semicolon" in
16571 place of the old awkward special handling for AWK. There remains
16572 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16573 * progmodes/cc-cmds.el:
16574 (c-ascertain-adjacent-literal): In the backwards direction, now
16575 recognises AWK regexp delimiters as string delimiters.
16576 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16577 check more rigorously for "end of macro".
16578 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16579 virtual semicolons;
16580 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16581 out the code for forward movement into ...
16582 (c-end-of-statement): Now contains the code for forward movement,
16583 adapted for virtual semicolons.
16584
16585 * progmodes/cc-engine.el:
16586 (c-ws*-string-limit-regexp): New regexp.
16587 (c-forward-single-comment, c-backward-single-comment): Comment out
16588 the (now redundant) "special" AWK stuff.
16589
16590 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16591 c-string-par-start, c-string-par-separate to be more like Text
16592 Mode than Fundamental Mode.
16593
16594 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16595
16596 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16597 to the fontified region so that fontification doesn't occur
16598 outside it (could happen e.g. when fontifying a line with an
16599 unfinished declaration).
16600
16601 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16602
16603 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16604 start of the file. ^L now separate sections of the file.
16605 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16606 (c-awk-one-line-possibly-open-string-re)
16607 (c-awk-regexp-one-line-possibly-open-char-class-re)
16608 (c-awk-one-line-possibly-open-regexp-re)
16609 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16610 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16611
16612 Amend the concept of "virtual semicolons" (in the indentation
16613 engine) for languages like AWK, such that they are now
16614 conceptually attached to end of the last token of a statement, not
16615 the end of the line. (In AWK Mode, however, the pertinent text
16616 property is still physically set on the EOL.) Remove the specific
16617 tests for awk-mode, thus facilitating the introduction of other
16618 language modes where EOLs can end statements.
16619 (Note: The funtionality in cc-cmds.el, specifically
16620 c-beginning/end-of-statement has yet to be amended.)
16621
16622 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16623 New macros.
16624
16625 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16626 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16627 c-vsemi-status-unknown-p-fn (in a new page).
16628
16629 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16630 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16631 numerous awkward forms like
16632 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16633 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16634 variable before-ws-ip, the place just after char-before-ip appears.
16635
16636 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16637 a comment.
16638
16639 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16640
16641 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16642 `c-tentative-buffer-changes'.
16643
16644 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16645 convert to macro to choose between Emacs and XEmacs at compile time.
16646
16647 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16648
16649 (c-tentative-buffer-changes): New macro to handle temporary buffer
16650 changes in a convenient way.
16651
16652 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16653 for `c-tentative-buffer-changes'.
16654
16655 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16656 the checks for paren sexps between the point and the keyword, to
16657 avoid some false alarms.
16658
16659 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16660 Fixed a situation where an error could be thrown for unbalanced
16661 parens. Changed to make use of c-keyword-member' to avoid some
16662 repeated regexp matches.
16663
16664 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16665 These language variable are no longer necessary.
16666
16667 (c-block-stmt-kwds): New language constant used by
16668 c-looking-at-inexpr-block'.
16669
16670 (c-guess-basic-syntax): Remove an optional check that looked at
16671 the existence of the now removed language variables.
16672
16673 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16674 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16675 object instantiation expressions as declarations in some contexts.
16676 This bug only affected languages where the declarator can't be
16677 enclosed in parentheses.
16678
16679 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16680 insert newlines before and after substatement braces.
16681
16682 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16683 function declaration headers and the handling of C++ style member
16684 init lists.
16685
16686 (c-just-after-func-arglist-p): Rewritten to use
16687 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16688
16689 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16690
16691 (c-guess-basic-syntax): Adapt case 5B for the new
16692 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16693 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16694 covers all cases now).
16695
16696 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16697
16698 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16699
16700 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16701 c-string-par-start/separate c-sentence-end-with-esc-eol,
16702 initialised in c-setup-paragraph-variables, used in string
16703 scanning subroutines of c-beginning-of-statement.
16704
16705 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16706 which precedes the newly inserted `{'.
16707
16708 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16709
16710 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16711 function for declaration level blocks. It should now cope with
16712 templates better and also be a lot more comprehensible.
16713
16714 (c-looking-at-decl-block): The new function.
16715
16716 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16717 for compatibility.
16718
16719 (c-add-class-syntax, c-guess-continued-construct)
16720 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16721
16722 (c-decl-block-key): Change to tell apart ambiguous and
16723 unambiguous keywords. Pike specials are now handled directly in
16724 the code instead.
16725
16726 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16727 New language constants and variables to make the backward skip in
16728 `c-looking-at-decl-block' as tight as possible.
16729
16730 (c-nonsymbol-token-char-list): New language constant.
16731
16732 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16733 find balanced template arglists backwards.
16734
16735 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16736 making char classes for `c-syntactic-skip-backward'.
16737
16738 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16739 16D - can't be a class-close at that point.
16740
16741 * progmodes/cc-engine.el (c-guess-basic-syntax)
16742 (c-add-class-syntax): Don't narrow out the enclosing declaration
16743 level. This makes everything a lot easier, and it was actually
16744 only four small places that needed it to work. Some places that
16745 previously did `widen' are removed now, which has the effect that
16746 `c-guess-basic-syntax' never will look at things outside the
16747 current narrowment now. The anchor position for `topmost-intro'
16748 is affected by this, but it was so bogus it was basically useless
16749 before, and now it's equally bogus but in a slightly different way.
16750
16751 (c-narrow-out-enclosing-class): Gone.
16752
16753 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16754 the narrowed region.
16755
16756 (c-least-enclosing-brace): Remove silly optional argument.
16757
16758 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16759 the point could be left directly after an open paren when finding
16760 the beginning of the first decl in the block.
16761
16762 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16763 Specify which submatch to use.
16764
16765 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16766
16767 (c-decl-start-re): No longer any need for special treatment of
16768 ObjC due to the above.
16769
16770 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16771 presumably follows C in that regard.
16772
16773 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16774 New language constants to specify operator tokens inside
16775 identifiers in a more high level way.
16776
16777 (c-opt-identifier-prefix-key): New internal language constant.
16778
16779 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16780 (c-identifier-start, c-identifier-key): Now completely calculated
16781 from other constants.
16782
16783 (c-identifier-last-sym-match): Decommission since it's no longer used.
16784
16785 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16786
16787 * progmodes/cc-engine.el (c-forward-name): Remove the
16788 optimization when c-identifier-key is equal to c-symbol-key since
16789 it doesn't work in byte compiled files. Don't record empty
16790 regions as identifiers.
16791
16792 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16793 simplify access to `c-operators' and its likes.
16794
16795 (c-operator-list, c-all-op-syntax-tokens)
16796 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16797 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16798 (c-primary-expr-regexp, c-cast-parens): Use it.
16799
16800 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16801 an explicit language in functions.
16802
16803 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16804 variant of adornment.
16805
16806 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16807 variable.
16808
16809 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16810 the Pike value.
16811
16812 * progmodes/cc-engine.el (c-on-identifier)
16813 (c-simple-skip-symbol-backward): Small fix for handling "-"
16814 correctly in `skip-chars-backward'. Affected the operator lfun
16815 syntax in Pike.
16816
16817 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16818 diagnostic message about precompiled language vars not being used.
16819
16820 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16821 "__attribute__" is followed by a parenthesis.
16822
16823 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16824 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16825 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16826
16827 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16828 Internal cleanups to properly detect the declared identifiers in
16829 various declarations.
16830
16831 (c-decl-start-kwds): New language constant to recognize
16832 declarations that can start anywhere. Used for class declarations
16833 in Pike.
16834
16835 (c-specifier-key, c-not-decl-init-keywords)
16836 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16837 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16838
16839 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16840 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16841 handling of the compiler specific extension keywords into a new
16842 language constant `c-decl-hangon-kwds' that defines keyword
16843 clauses to be ignored in declarations.
16844
16845 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16846 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16847 Necessary to stop at the declared identifier in e.g. IDL valuetype
16848 declarations.
16849
16850 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16851 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16852 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16853 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16854 class and enum declarations as such and not as part of the type.
16855
16856 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16857 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16858
16859 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16860 declarations when there's some syntax error later on.
16861
16862 (c-complex-decl-matchers): Did away with a reference to
16863 `c-specifier-key'.
16864
16865 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16866 value - this variable is always dynamically bound.
16867
16868 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16869 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16870 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16871 functions that might do hidden buffer changes: All such internal
16872 functions are now marked instead of those that don't.
16873
16874 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16875 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16876 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16877 (c-literal-type): Allow these functions to make hidden buffer changes,
16878 so that they are free to use text property caching later on.
16879
16880 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16881 (c-electric-brace, c-electric-slash, c-electric-star)
16882 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16883 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16884 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16885 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16886 with the changed semantics of the functions above.
16887
16888 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16889 when macros occur in obscure places. Optimized the sexp movement
16890 a bit.
16891
16892 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16893
16894 Enhancements for c-beginning-of-statement to work in AWK Mode:
16895
16896 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16897 (completed statement) with `}' (statement completed by closing
16898 brace or semicolon) and `$' (statement completed by EOL).
16899
16900 (c-awk-virtual-semicolon-ends-prev-line-p)
16901 (c-awk-virtual-semicolon-ends-line-p)
16902 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16903 (c-awk-at-statement-end-p): New functions.
16904
16905 * progmodes/cc-cmds.el: Simplify the structure of functions
16906 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16907 two functions and c-beginning-of-statement to handle AWK Mode.
16908
16909 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16910 c-backward-single-comment for AWK mode. Attempt to clarify their
16911 doc-strings.
16912
16913 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16914
16915 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16916
16917 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16918 label handling. Labels are now recognized in a uniform and more
16919 robust way, regardless of context. Text properties are put on all
16920 labels to recognize the following declarations better.
16921 Multiword labels are handled both in indentation and fontification for
16922 the benefit of language extensions like Qt. For consistency, keywords
16923 in labels are now fontified with the label face instead.
16924 That also applies to "case" and "default".
16925
16926 (c-beginning-of-statement-1): Fix some bugs in the label
16927 handling. Disregard `c-nonlabel-token-key' in labels that begin
16928 with `c-label-kwds'.
16929
16930 (c-find-decl-spots): Support that the callback adds more
16931 `c-decl-end' spots to find.
16932
16933 (c-forward-decl-or-cast-1): Don't treat a list of plain
16934 identifiers followed by a colon as a declaration.
16935
16936 (c-forward-label): New function to recognize labels.
16937
16938 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16939 `c-forward-label'. Moved the label recognition cases (14 and 15)
16940 earlier since they aren't so context sensitive now. Handle labels
16941 on the top level gracefully. Moved access label recognition to
16942 the generic label case (CASE 15) - removed CASE 5E.
16943
16944 (c-font-lock-declarations): Add recognition of labels in the
16945 same round since we need to handle labels in parallell with other
16946 declarations to recognize both accurately. It should also improve
16947 speed.
16948
16949 (c-simple-decl-matchers, c-basic-matchers-after):
16950 Move `c-font-lock-labels' so that it only is used on decoration level 2
16951 since `c-font-lock-declarations' handles it otherwise.
16952
16953 (c-complex-decl-matchers): Remove the simplistic recognition of
16954 access labels.
16955
16956 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16957 with labels earlier.
16958
16959 (c-decl-start-re): New language variable to make
16960 `c-font-lock-declarations' stop for the special protection labels
16961 in Objective-C that start with `@'.
16962
16963 (c-label-key): Remove since it's no longer used.
16964
16965 (c-recognize-colon-labels, c-label-prefix-re): New language
16966 constants to support recognition of generic colon-terminated labels.
16967
16968 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16969 are colon terminated labels.
16970
16971 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16972 first argument starts with a special brace list.
16973
16974 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16975 (c-font-lock-declarations): Break out the declaration and cast
16976 recognition from `c-font-lock-declarations' to a new function, so
16977 that it can be used in the indentation engine.
16978
16979 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16980 up to the start of the literal. Fixed bug with the point on the
16981 wrong side of the search limit that could happen when the start
16982 position is inside a literal.
16983
16984 * progmodes/cc-engine.el (c-parse-state)
16985 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16986 so that it's kept a little bit back to increase the hit rate.
16987
16988 (c-parse-state): Change the macro handling and fixed some
16989 glitches. Macro context is checked more often than necessary now,
16990 but otoh less garbage conses are generated.
16991
16992 * progmodes/cc-engine.el (c-parse-state)
16993 (c-invalidate-state-cache): Cache the last position where
16994 `c-state-cache' applies. This can speed up refontification quite
16995 a bit in blocks where there are many non-brace parens before the point.
16996
16997 (c-state-cache-end): New variable for this.
16998
16999 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
17000 cache variable.
17001
17002 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17003 get close initial continue positions when the start position is
17004 inside a literal or macro. Do not call the callback for spots
17005 before the start position (which can happen e.g. for `c-decl-end'
17006 spots inside comments). Optimize better in special cases when the
17007 region is a single line inside a literal or macro (typically when
17008 the current line is refontified).
17009
17010 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
17011 to `c-add-stmt-syntax' - there's no need to explicitly whack off
17012 entries from the paren state.
17013
17014 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
17015 special case for "else if" clauses.
17016
17017 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17018 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
17019
17020 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17021 New language variable to recognize the gcc extension with statement
17022 blocks inside expressions.
17023
17024 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
17025 it somewhat more comprehensible. The argument AT-BLOCK-START is
17026 no longer used and hence removed.
17027
17028 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
17029 to `c-add-stmt-syntax'.
17030
17031 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17032 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
17033 This fixes bogus label recognition.
17034
17035 * progmodes/cc-engine.el (c-add-type, c-check-type)
17036 (c-forward-name, c-forward-type): Improve storage of template
17037 types in `c-found-types' so that they can be recognized better.
17038
17039 (c-syntactic-content): Add option to skip past nested parens.
17040
17041 * progmodes/cc-engine.el (c-forward-name):
17042 Set `c-last-identifier-range' all the time. It's less work that way.
17043 Handle that there might not be an identifier to store in
17044 `c-last-identifier-range'.
17045
17046 (c-forward-type): Handle that `c-last-identifier-range' might be
17047 nil from `c-forward-name'.
17048
17049 * progmodes/cc-defs.el (c-safe-scan-lists)
17050 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
17051
17052 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
17053 to work even if the form fails.
17054
17055 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
17056 down in a large file in one go.
17057
17058 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
17059
17060 * progmodes/cc-align.el (c-lineup-assignments): New lineup
17061 function which is like `c-lineup-math' but returns nil instead of
17062 `c-basic-offset' when it doesn't match.
17063
17064 (c-lineup-math): Change to use `c-lineup-assignments'.
17065
17066 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17067
17068 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
17069 c-beginning-of-statement. New subfunctions
17070 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
17071
17072 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17073
17074 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
17075 hardcoded char classes whereever possible. Changed a couple of
17076 places to use skip by syntax instead of skip by char class.
17077
17078 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
17079 Fix a bug in the regexp that caused extreme backtracking.
17080
17081 * progmodes/cc-langs.el (c-block-comment-starter)
17082 (c-block-comment-ender): New language constants to specify in a
17083 single place how block comments look.
17084
17085 (c-comment-start-regexp, c-block-comment-start-regexp)
17086 (comment-start, comment-end, comment-start-skip)
17087 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
17088 (c-syntactic-ws, c-nonempty-syntactic-ws)
17089 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
17090 `c-line-comment-starter', `c-block-comment-starter' and
17091 `c-block-comment-ender'.
17092
17093 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
17094 New language constants to break up things a bit.
17095
17096 (c-simple-ws): New language constant for simple whitespace.
17097
17098 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
17099
17100 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
17101 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
17102 newlines. Allow and ignore nil elements in the list.
17103
17104 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17105
17106 * progmodes/cc-cmds.el: Comment out a (n almost certainly
17107 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
17108
17109 * progmodes/cc-cmds.el: Tidy up the comments in
17110 c-beginning-of-statement and subfunctions.
17111
17112 * progmodes/cc-awk.el: Replace calls to put-text-property to the
17113 more flexible c-put-char-property and c-clear-char-properties.
17114 Add the author's email address.
17115
17116 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
17117
17118 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
17119 closing "*/" of a block comment.
17120
17121 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
17122 subfunctions) so that it works at BOB and EOB.
17123
17124 * progmodes/cc-cmds.el, cc-vars.el: More updating of
17125 c-beginning-of-statement, including new variable
17126 c-block-comment-start-regexp.
17127
17128 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17129
17130 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
17131 symbols from `*-font-lock-extra-types' so that there's no need to
17132 use `regexp-opt' on those lists.
17133
17134 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
17135 `c-type-modifier-kwds' is empty.
17136
17137 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
17138 there are several strings on the same line.
17139
17140 * progmodes/cc-engine.el (c-literal-limits): Remove the
17141 compatibility function for older emacsen. `c-literal-limits-fast'
17142 has now taken the place of this function.
17143
17144 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
17145 with older emacsen: We now require `pps-extended-state'.
17146
17147 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17148
17149 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
17150 which obviates the need to hack sentence-end. This now handles
17151 escaped newlines in strings correctly. Correct minor bugs in
17152 c-move-over-sentence and in c-beginning-of-statement.
17153
17154 * progmodes/cc-cmds.el (c-beginning-of-statement (and
17155 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
17156 that movement over macros and code are rigorously separated from
17157 eachother. Correct a few incidental bugs.
17158
17159 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
17160 Improve its doc-string. Improve the handling of certain specific cases.
17161
17162 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17163
17164 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
17165 (c-guess-basic-syntax): Change the way class-level labels are
17166 recognized; they can now contain essentially any symbols.
17167
17168 (c-opt-extra-label-key): New language variable to cope with the
17169 special protection label syntax in Objective-C.
17170
17171 (c-opt-access-key): Remove; this is now handled better by
17172 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
17173
17174 (c-complex-decl-matchers): Update to handle that
17175 `c-opt-access-key' no longer exists.
17176
17177 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
17178 improved label recognition in `c-beginning-of-statement-1'.
17179
17180 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17181 Recognize bitfields better.
17182
17183 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
17184 Remove some cruft and fixed a bug that could cause it to go to a
17185 position further down.
17186
17187 * progmodes/cc-langs.el, cc-engine.el
17188 (c-beginning-of-statement-1): Improve detection of labels in
17189 declaration contexts.
17190
17191 (c-beginning-of-decl-1): Use it.
17192
17193 (c-nonlabel-token-key): New language constant and variable needed
17194 by `c-beginning-of-statement-1'.
17195
17196 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
17197 manifested itself due to the correction in `c-forward-sexp'.
17198
17199 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
17200 Make these behave as documented when used at the buffer limits.
17201
17202 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
17203 (c-type-decl-end-used): Made this a language variable.
17204
17205 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
17206 correctly when `combine-after-change-calls' is used together with
17207 temporary narrowings.
17208
17209 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17210 Report labels correctly when the start point is immediately after the
17211 colon.
17212
17213 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
17214 Remove since it isn't used anymore.
17215
17216 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
17217 bracket arglists such as template parens in C++.
17218
17219 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
17220 in the last check-in. Some optimization.
17221
17222 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
17223 where it could stop at the same level in a preceding sexp when
17224 PAREN-LEVEL is set.
17225
17226 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
17227 text property lookup only when it's needed.
17228
17229 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
17230 Change the policy for paren marked angle brackets to be more
17231 persistent; once marked they remain marked even when they're found
17232 to be unbalanced in the searched region. This should keep the
17233 paren syntax around even when individual lines are refontified in
17234 multiline template arglists.
17235
17236 (c-parse-and-markup-<>-arglists): New dynamically bound variable
17237 to control markup so that incorrect angle bracket arglists aren't
17238 marked in contexts where the correct value for
17239 `c-disallow-comma-in-<>-arglists' isn't known.
17240
17241 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
17242 argument has become `c-parse-and-markup-<>-arglists'.
17243
17244 (c-remove-<>-arglist-properties): Remove - no longer used.
17245
17246 (c-after-change-check-<>-operators): New function used on
17247 `after-change-functions' to avoid that "<" and ">" characters that
17248 are part of longer operators have paren syntax.
17249
17250 (c-<>-multichar-token-regexp): New language variable used by
17251 `c-after-change-check-<>-operators'.
17252
17253 (c-after-change): Call `c-after-change-check-<>-operators'.
17254
17255 (c-font-lock-<>-arglists): Use the context properties set by
17256 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17257 correctly to avoid doing invalid markup.
17258
17259 (c-font-lock-declarations): Remove code that undoes the invalid
17260 markup done by `c-font-lock-<>-arglists'.
17261
17262 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17263 after `c-font-lock-declarations'.
17264
17265 * progmodes/cc-engine.el (c-syntactic-skip-backward):
17266 Add paren-level feature.
17267
17268 (c-guess-basic-syntax): Improve the anchor position for
17269 `template-args-cont' in nested template arglists. There's still
17270 much to be desired in this area, though.
17271
17272 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17273
17274 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17275 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17276
17277 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17278
17279 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17280 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17281
17282 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17283 it doesn't work no longer are supported.
17284
17285 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17286 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17287 requires support for the syntax-table' text property, which rules
17288 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
17289 cruft associated with those versions.
17290
17291 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17292 for the `syntax-table' text property, which rules out Emacs 19 and
17293 XEmacs < 21.4. Removed various compatibility cruft associated
17294 with those versions.
17295
17296 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17297 support for the `syntax-table' text property.
17298
17299 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17300 variable and use an extra quoted face name instead. All the
17301 emacsen flavors handle that correctly.
17302
17303 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17304 (c-font-lock-declarators, c-font-lock-declarations)
17305 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17306 property to mark the items in in declarator lists to handle
17307 refontification inside multiline declarations better.
17308
17309 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17310 construct like "a * b = c;" as a declaration.
17311
17312 2005-12-08 Kim F. Storm <storm@cua.dk>
17313
17314 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17315 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
17316 select either meta, hyper, or super modifier for rectangle commands.
17317 (cua--rectangle-modifier-key): New defvar.
17318 (cua--M/H-key): Use it. Remove special case for `space'.
17319 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17320 on X, to meta otherwise. Always bind C-return to toggle
17321 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
17322
17323 * emulation/cua-rect.el (cua-help-for-rectangle):
17324 Use cua--rectangle-modifier-key. Handle super modifier too.
17325 (cua--init-rectangles): Always bind C-return to toggle rectangle.
17326 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17327
17328 * ido.el: Move Acknowledgements and History after Commentary.
17329 Minor changes to Commentary.
17330
17331 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17332 keymap if cua--prefix-override-timer is `shift'.
17333 (cua--shift-control-prefix): New function; emulate "type prefix
17334 key twice" functionality to handle shifted prefix key override.
17335 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17336 New commands.
17337 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17338
17339 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
17340
17341 * textmodes/org.el (org-insert-heading): Try to do items before
17342 headings.
17343 (org-agenda-mode): Quote `org-agenda-mode-hook'.
17344 (org-insert-item): New function.
17345 (org-renumber-ordered-list): Don't skip to higher level lists.
17346
17347 2005-12-08 Juri Linkov <juri@jurta.org>
17348
17349 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17350
17351 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17352
17353 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17354
17355 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17356 the constructed function name fun-1.
17357
17358 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17359 because such links don't lead to parent documentation.
17360
17361 2005-12-08 Kenichi Handa <handa@m17n.org>
17362
17363 * descr-text.el (describe-char): Use *Help-2* buffer if the
17364 current buffer is *Help*. Call describe-text-properties while
17365 setting the original buffer.
17366
17367 2005-12-07 Bill Wohler <wohler@newt.com>
17368
17369 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
17370 and causes problems with non-MH users (such as Gnus users).
17371
17372 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
17373
17374 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17375 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17376 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17377 command "info sources". Move calls to GDB command "list".
17378 (gdb-find-file-hook): Just use gdb-source-file-list.
17379 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17380 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17381 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17382 (gdb-data-list-register-values-handler): Use correct trigger name.
17383
17384 2005-12-07 Kim F. Storm <storm@cua.dk>
17385
17386 * ido.el (ido-completion-map): Rename from ido-mode-map.
17387 (ido-common-completion-map, ido-file-completion-map)
17388 (ido-file-dir-completion-map, ido-buffer-completion-map):
17389 Rename from ido-mode-....-map.
17390 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17391 (ido-setup-completion-map): Rename from ido-define-mode-map.
17392 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17393 to ido-completion-map.
17394
17395 2005-12-07 Kenichi Handa <handa@m17n.org>
17396
17397 * international/mule-cmds.el
17398 (set-display-table-and-terminal-coding-system): If the coding
17399 system specified in `unibyte-display' property is different from
17400 the arg coding-system, don't setup standard-display-table.
17401
17402 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17403
17404 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17405 that comments end at \n, regardless of selective-display.
17406
17407 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17408
17409 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17410 (gdb-version): New variables.
17411 (gdb-source-file-list, gdb-register-names)
17412 (gdb-changed-registers): New variables for use with GDB 6.4+.
17413 (gdb-ann3): Replace with...
17414 (gdb-init-1, gdb-init-2): ...two new functions.
17415 (gdba, gdb-prompt): Call gdb-init-1.
17416 (gdb-get-version): New function. Call gdb-init-2 from here.
17417 (gud-watch): Make it work with mouse events too.
17418 (gdb-post-prompt): Don't add to queue until GDB version is known.
17419 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17420 (gdb-locals-mode): Use gdb-version.
17421 (gdb-memory-format-map, gdb-memory-unit-map)
17422 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17423 (gdb-locals-font-lock-keywords-1)
17424 (gdb-locals-font-lock-keywords-2): New variables.
17425 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17426 (gdb-set-gud-minor-mode-existing-buffers-1)
17427 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17428 (gdb-var-update-1, gdb-var-update-handler-1)
17429 (gdb-data-list-register-values-handler)
17430 (gdb-data-list-register-values-custom)
17431 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17432 (gdb-stack-list-locals-handler, gdb-get-register-names):
17433 New functions for use with GDB 6.4+.
17434 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17435 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17436 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17437 (gdb-stack-list-locals-regexp)
17438 (gdb-data-list-register-names-regexp): New regexps for use with
17439 GDB 6.4+.
17440
17441 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17442
17443 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17444
17445 2005-12-06 Nozomu Ando <nand@mac.com>
17446
17447 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17448 prompts work for AUTH PLAIN. Also reported by Steve Allan
17449 <seallan@verizon.net>.
17450
17451 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17452
17453 * frame.el (set-frame-parameter): Add doc string.
17454
17455 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17456
17457 * textmodes/org.el (org-occur-highlights): New variable.
17458 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17459 (org-highlight-sparse-tree-matches): New option.
17460 (org-do-occur): New function.
17461 (org-get-heading): Make it work also at beginning of line.
17462 (org-category-table): New variable.
17463 (org-get-category-table, org-get-category)
17464 (org-camel-to-words, org-link-search): New functions.
17465 (org-select-this-todo-keyword): New variable.
17466 (org-todo-list): New command.
17467 (org-shiftright, org-shiftleft): New commands.
17468 (org-agenda-todo): Add prefix argument.
17469 (org-show-hierarchy-above): New option.
17470 (org-show-todo-tree): Numerical prefix creates tree for specific
17471 TODO keyword.
17472 (org-outline-level): New function, to assign a level to plain
17473 lists items.
17474 (org-cycle-include-plain-lists): New option.
17475 (org-mode): Use `org-outline-level' as value of `outline-level'.
17476 (org-cycle): Temporarily switch `outline-regexp' if
17477 `org-cycle-include-plain-lists' is non-nil.
17478 (org-start-icalendar-file): Fix format bug.
17479 (org-agenda-get-day-entries): Create category table.
17480 (org-agenda-get-todos, org-agenda-get-timestamps)
17481 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17482 (org-agenda-get-blocks): Use `org-get-category'.
17483 (org-context-in-file-links): Rename from
17484 `org-line-numbers-in-file-links'.
17485
17486 2005-12-06 Romain Francoise <romain@orebokech.com>
17487
17488 * window.el (balance-windows): Delete extraneous third arg in call
17489 to `enlarge-window'.
17490
17491 2005-12-06 Kenichi Handa <handa@m17n.org>
17492
17493 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17494
17495 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17496
17497 * progmodes/gdb-ui.el (gdb-var-create-handler)
17498 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17499 (gdb-var-list-children-handler, gdb-var-update-handler):
17500 Current buffer is already gdb-partial-output-buffer, don't
17501 make it current again.
17502
17503 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17504
17505 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17506 (list-buffers-noselect): Use it.
17507
17508 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17509
17510 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17511 (mail-yank-ignored-headers): Use regexp-opt.
17512 (mail-mode-map): Move initialization into declaration.
17513 (mail-sent-via): Remove unused shadowed var `to-line'.
17514 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17515 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17516 (mail-do-fcc): Use dolist and push.
17517 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17518 (mail-yank-ignored-headers): Don't autoload.
17519
17520 2005-12-05 Kenichi Handa <handa@m17n.org>
17521
17522 * international/mule-cmds.el (set-language-info-internal): New fun.
17523 (set-language-info): Call set-language-info-internal to update
17524 language-info-alist. If LANG-ENV is the current one, call
17525 set-language-environment to make INFO effective now.
17526 (set-language-info-alist): Likewise.
17527 (locale-language-names): With locale "en", use English
17528 lang. env. but set the default codings to iso-8859-1.
17529
17530 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17531
17532 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17533 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17534 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17535 for plain strings.
17536 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17537 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17538 Create registers buffer if necessary. Echo new state in minibuffer.
17539 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17540
17541 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17542
17543 * info.el (Info-fontify-node): Match external links using
17544 non-directory part of filename.
17545
17546 2005-12-04 Juri Linkov <juri@jurta.org>
17547
17548 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17549 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17550 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17551 because there is no customization option for it.
17552
17553 * font-lock.el (lisp-font-lock-keywords-1):
17554 Add define-global-minor-mode.
17555
17556 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17557
17558 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17559 properties on the constructed variable names.
17560
17561 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17562 Put `definition-name' properties on the constructed function names
17563 next-sym and prev-sym.
17564
17565 * emacs-lisp/find-func.el (find-function-regexp):
17566 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17567 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17568 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17569 and easy-menu-define.
17570
17571 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17572 easy-mmode-define-global-mode and define-global-minor-mode.
17573 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17574
17575 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17576 instead of easy-mmode-define-global-mode.
17577
17578 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17579 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17580
17581 * cus-edit.el (customize-group, customize-group-other-window):
17582 Filter out autoloaded options from the group completion list by
17583 using heuristics that autoloaded groups don't have `custom-autoload'
17584 property on their symbols (they have only `custom-loads').
17585
17586 * simple.el (completion-setup-function): Put completions-common-part
17587 face on complete completion string too (i.e. completion string
17588 without completions-first-difference face).
17589
17590 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17591
17592 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17593
17594 * view.el (view-mode): Doc fix.
17595
17596 * disp-table.el (standard-display-european): Add to the warning
17597 message a reference to the doc string.
17598
17599 * play/yow.el (apropos-zippy): Call print-help-return-message,
17600 similar to other Help and Apropos commands.
17601
17602 * help.el (print-help-return-message): If pop-up-frames is
17603 non-nil, set up help-return-method to delete the help window and,
17604 possibly, its frame as well, and don't display message about
17605 scrolling the help window. Doc fix.
17606 (help-return-method): Doc fix.
17607
17608 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17609
17610 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17611 whereby names of length one or names starting with a
17612 symbol-constituent character would not be returned.
17613
17614 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17615
17616 * subr.el (atomic-change-group): Add edebug and indentation spec.
17617
17618 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17619
17620 * completion.el (save-completions-file-name): Fix typo in last change.
17621
17622 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17623
17624 * info.el: Move back/forward history to the beginning of the tool bar.
17625
17626 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17627
17628 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17629 Add fset of allout-real-isearch-abort during compile to fix
17630 byte-compilation warnings.
17631 (allout-mode-p): Move definition of this macro above all uses, or
17632 byte compilation in barren Emacs (eg, during Emacs build) will
17633 lack the definition.
17634 (allout-mode): Move this variable above any uses, or byte
17635 compilation will fail.
17636 (allout-resolve-xref): Remove use of personal file-reference function.
17637 (allout-toggle-current-subtree-encryption): Do the current (ie,
17638 visible containing) topic, rather than nearest around point. Doc fix.
17639 (allout-toggle-subtree-encryption): New function, workhorse that
17640 works on nearest topic containing point.
17641 (allout-encrypt-string): Signal requirement for newer version of pgg.
17642 (allout-resumptions): Doc fix.
17643
17644 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17645
17646 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17647
17648 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17649
17650 * textmodes/flyspell.el (flyspell-external-point-words):
17651 Consider a misspelling as found in the string search if: (a) misspelling
17652 and found string lengths match, or (b) misspelling is found as
17653 element in a boundary-chars separated longer string, or (c)
17654 ispell-program-name is really ispell and misspelling is found as
17655 part of a TeX string. After successful match move beginning of
17656 search region to end of match. Warn about not found misspellings
17657 once the process is done.
17658 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17659
17660 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17661
17662 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17663 tool bar (removed inadvertently).
17664
17665 2005-12-02 Juri Linkov <juri@jurta.org>
17666
17667 * log-view.el (log-view-diff): Clarify doc string.
17668
17669 2005-12-01 Bill Wohler <wohler@newt.com>
17670
17671 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17672 triggers lm-verify errors.
17673
17674 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17675
17676 * simple.el (transient-mark-mode, line-number-mode)
17677 (column-number-mode, size-indication-mode): Remove `:require nil'.
17678
17679 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17680
17681 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17682 in the margin also.
17683 (gdb-breakpoints-mode-map): Use D instead of d for
17684 gdb-delete-breakpoint.
17685 (gdb-get-frame-number): Require a number to match on.
17686 (gdb-threads-mode-map): Add follow-link binding.
17687
17688 2005-11-30 Jason Rumney <jasonr@gnu.org>
17689
17690 * isearch.el (isearch-mode-map): Avoid exiting search on
17691 language-change event.
17692
17693 2005-11-30 Romain Francoise <romain@orebokech.com>
17694
17695 * speedbar.el (speedbar-default-position): New defcustom.
17696 (speedbar-frame-reposition-smartly): Use it.
17697
17698 * dframe.el (dframe-reposition-frame-emacs): Fix position
17699 computation for `left' location.
17700 Update copyright year.
17701
17702 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17703
17704 * help.el (help-map): Move initialization into declaration.
17705
17706 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17707
17708 * help-fns.el (help-argument-name): Don't autoload.
17709 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17710 to be re-loaded when customizing the `help' group.
17711
17712 2005-11-30 John Paul Wallington <jpw@gnu.org>
17713
17714 * help-fns.el (describe-function-1): Fill arglist output.
17715
17716 2005-11-30 Kim F. Storm <storm@cua.dk>
17717
17718 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17719 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17720 after revert-buffer (or anything else which kills all local variables).
17721
17722 * apropos.el (apropos-parse-pattern): Doc fix.
17723 Set apropos-regexp directly, rather than expecting callers to do so.
17724 (apropos-command, apropos, apropos-value, apropos-documentation):
17725 Simplify calls to apropos-parse-pattern.
17726
17727 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17728
17729 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17730 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17731 (hi-lock-write-interactive-patterns): Use comment-region.
17732
17733 * longlines.el (longlines-mode): Add mail-setup-hook.
17734
17735 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17736
17737 * simple.el (sendmail-user-agent-compose, next-line):
17738 Conditionally use hard-newline.
17739
17740 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17741
17742 * international/latexenc.el (latex-inputenc-coding-alist):
17743 Reword doc string.
17744
17745 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17746
17747 * help.el (describe-key-briefly, describe-key): Recognize default
17748 bindings.
17749
17750 2005-11-29 Romain Francoise <romain@orebokech.com>
17751
17752 * view.el (view-inhibit-help-message): New defcustom.
17753 (view-mode-enter): Use it.
17754
17755 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17756
17757 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17758 Preserve user position.
17759
17760 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17761
17762 * font-lock.el: Throw error if facemenu is not loaded to prevent
17763 accidental change of loading order in loadup.el. (Suggested by RMS.)
17764
17765 * loadup.el: Add comment explaining why facemenu must be loaded
17766 before font-lock.
17767
17768 2005-11-28 Jay Belanger <belanger@truman.edu>
17769
17770 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17771 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17772
17773 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17774
17775 * calc/calc-embed.el (calc-do-embedded): Update help message.
17776
17777 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17778
17779 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17780
17781 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17782
17783 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17784 called-interactively-p.
17785 (elp-profilable-p): Rename from elp-not-profilable-p.
17786 Invert result and take into account macros and autoloaded functions.
17787 (elp-instrument-function): Update call.
17788 (elp-instrument-package): Update call. Add completion.
17789 (elp-pack-number): Use match-string.
17790 (elp-results-jump-to-definition-by-mouse): Merge into
17791 elp-results-jump-to-definition and then remove.
17792 (elp-output-insert-symname): Make help echo text single-line.
17793
17794 * replace.el (query-replace-map): Move initialization into declaration.
17795 (occur-engine): Use with-current-buffer.
17796 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17797 (occur-mode-mouse-goto): Replace with an alias.
17798
17799 2005-11-28 Juri Linkov <juri@jurta.org>
17800
17801 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17802
17803 * term/w32-win.el: Bind [S-tab] to [backtab].
17804
17805 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17806 `Info-find-file' to t.
17807
17808 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17809 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17810 and same-window-regexps.
17811 (occur-next-error): Don't move point for arg 0.
17812
17813 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17814
17815 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17816
17817 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17818
17819 * log-edit.el (log-edit-changelog-use-first): New var.
17820 (log-edit-changelog-ours-p): Use it.
17821 (log-edit-insert-changelog): Set it with new arg `use-first'.
17822 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17823 (log-edit-hook): Add them to the list of suggested options.
17824
17825 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17826 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17827 redundant work.
17828 (flyspell-mode-on): Use add-hook for after-change-functions.
17829 (flyspell-mode-off): Use remove-hook for after-change-functions.
17830 (flyspell-changes): Make it buffer-local.
17831 (flyspell-after-change-function): Make it non-interactive. Use push.
17832 (flyspell-post-command-hook): Check input-pending-p while processing
17833 the potentially long list of buffer changes.
17834
17835 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17836
17837 * buff-menu.el (list-buffers-noselect): Display the selected
17838 frame's buffer list, not the global one.
17839
17840 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17841
17842 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17843 that (list last-input-event) works as in interactive spec.
17844
17845 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17846
17847 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17848 `facemenu-keymap' needs to be defined when font-lock is loaded.
17849 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17850
17851 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17852
17853 * completion.el: Remove useless leading * in defcustom docstrings.
17854 (save-completions-file-name): Use ~/.emacs.d if available.
17855 (completion-standard-syntax-table): Rename from
17856 cmpl-standard-syntax-table and fold initialization into declaration,
17857 thus removing cmpl-make-standard-completion-syntax-table.
17858 (completion-lisp-syntax-table, completion-c-syntax-table)
17859 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17860 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17861 (symbol-under-point, symbol-before-point)
17862 (symbol-under-or-before-point, symbol-before-point-for-complete)
17863 (add-completions-from-c-buffer): Use with-syntax-table.
17864 (make-completion): Don't return a list of completion entries.
17865 Update callers.
17866 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17867 (completion-initialize): Rename from initialize-completions.
17868 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17869 (kill-emacs-save-completions): Collect stats here.
17870 (save-completions-to-file, load-completions-from-file):
17871 Use with-current-buffer.
17872 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17873 into a function. Move all calls to toplevel.
17874 (completion-lisp-mode-hook): New fun.
17875 (completion-c-mode-hook, completion-setup-fortran-mode):
17876 Set the syntax-table here. Use local-set-key.
17877 (completion-saved-bindings): New var.
17878 (dynamic-completion-mode): Make it into a proper minor mode.
17879 (load-completions-from-file): Remove unused var `num-uses'.
17880
17881 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17882 constructor if it is explicitly overridden.
17883
17884 * complete.el (PC-completion-as-file-name-predicate):
17885 Use minibuffer-completing-file-name.
17886 (partial-completion-mode): Use find-file-not-found-functions.
17887 (PC-lisp-complete-symbol): Use with-syntax-table.
17888 (PC-look-for-include-file): Remove dead setq.
17889 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17890 (PC-complete): Use with-current-buffer.
17891
17892 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17893 escape single quotes.
17894
17895 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17896
17897 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17898 of `if' whose condition always returned nil. Doc fix.
17899
17900 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17901 window's buffer the current buffer around the call to
17902 `list-buffers-noselect'. This is necessary to mark that buffer
17903 with a `.' in the Buffer Menu when called from Lisp, for instance
17904 by Auto Revert Mode.
17905
17906 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17907
17908 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17909 attaching to it.
17910 (gdb-pre-prompt): Make sure gdb-error is reset.
17911
17912 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17913 with a child process, detect it.
17914 (gud-speedbar-buttons): Match regexp more carefully.
17915
17916 2005-11-27 Richard M. Stallman <rms@gnu.org>
17917
17918 * mouse.el (mouse-drag-move-window-bottom):
17919 Use adjust-window-trailing-edge.
17920
17921 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17922
17923 * simple.el (blink-matching-open): Ignore
17924 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17925 (blink-matching-paren-on-screen): Update docstring.
17926
17927 * paren.el (show-paren-mode): No longer change
17928 `blink-matching-paren-on-screen'.
17929
17930 2005-11-27 John Paul Wallington <jpw@pobox.com>
17931
17932 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17933 (gdb-threads-select, gdb-edit-register-value):
17934 Use `posn-set-point' instead of `mouse-set-point' because the
17935 latter is not fbound when configured without X.
17936
17937 2005-11-27 Kim F. Storm <storm@cua.dk>
17938
17939 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17940 existing face when partially highlighting a TAB in a rectangle.
17941
17942 2005-11-26 Kim F. Storm <storm@cua.dk>
17943
17944 * ido.el (ido-mode-map): Doc fix.
17945 (ido-mode-common-map, ido-mode-file-map)
17946 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17947 (ido-define-mode-map): Rewrite. Select one of the new maps as
17948 parent for ido-mode-map instead of building from scratch.
17949 (ido-init-mode-maps): New defun to initialize new maps.
17950 (ido-mode): Call it.
17951 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17952 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17953
17954 2005-11-26 John Paul Wallington <jpw@pobox.com>
17955
17956 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17957 `mouse-set-point' because the latter is not fbound when configured
17958 without X.
17959
17960 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17961
17962 * files.el (file-relative-name): Doc fix.
17963
17964 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17965
17966 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17967 non-empty string for secondary prompt PS2.
17968
17969 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17970
17971 * progmodes/compile.el (compilation-setup): Fix last change.
17972
17973 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17974
17975 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17976 (gdb-mouse-toggle-breakpoint-margin)
17977 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17978 Add gdb-server-prefix to keep out of command history.
17979 (gdb-edit-register-value): New function.
17980 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17981 (gdb-info-registers-custom): Use above map.
17982
17983 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17984
17985 * custom.el (enable-theme): Signal error if argument is not a
17986 theme. Don't recalculate a face if it's not loaded yet.
17987
17988 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17989 the `user' theme is in effect.
17990
17991 * info.el (Info-on-current-buffer): Record actual filename in
17992 Info-current-file, instead of t, or a fake filename if a non-file
17993 buffer. Make autoload.
17994 (Info-find-node, Info-revert-find-node): No need to check for
17995 Info-current-file nil.
17996 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17997 Info-current-file is now never `t'.
17998 (Info-fontify-node): Many simplifications due to Info-current-file
17999 always being valid. Use Info-find-file to find node filename.
18000
18001 2005-11-25 David Kastrup <dak@gnu.org>
18002
18003 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18004 new character, then delete" in order to preserve markers.
18005
18006 2005-11-25 David Ponce <david@dponce.com>
18007
18008 * recentf.el (recentf-arrange-by-rule): Handle a special
18009 `auto-mode-alist'-like "strip suffix" rule.
18010 (recentf-build-mode-rules): Handle second level auto-mode entries.
18011
18012 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
18013
18014 * viper-keym.el (viper-ESC-key): Use different values in terminal and
18015 window modes.
18016
18017 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
18018 jde-javadoc-checker-report-mode.
18019
18020 * ediff-wind (ediff-make-wide-display): Slight simplification.
18021
18022 * ediff.el (ediff-date): Change the date of last update.
18023
18024 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
18025
18026 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
18027 Use define-minor-mode, and make it a local mode. Turn on font-lock.
18028 (hi-lock-mode): New global minor mode.
18029 (turn-on-hi-lock-if-enabled): New function.
18030 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
18031 Change arguments to regexp and face instead of a font-lock pattern.
18032 Directly set face property, instead of refontifying.
18033 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
18034 (hi-lock-find-patterns): Use line-number-at-pos.
18035
18036 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
18037 arguments for hi-lock-set-pattern.
18038 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
18039 Call font-lock-fontify-buffer.
18040 (hi-lock-find-file-hook, hi-lock-current-line)
18041 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
18042
18043 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
18044 turned off.
18045
18046 * progmodes/compile.el (compilation-setup): Don't fiddle with
18047 font-lock-defaults.
18048
18049 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
18050
18051 * progmodes/gdb-ui.el (gdb-var-create-handler)
18052 (gdb-var-list-children-handler): Find values for all variable
18053 objects. gud-speedbar-buttons decides whether to display them.
18054
18055 2005-11-24 Romain Francoise <romain@orebokech.com>
18056
18057 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
18058 buffer name with a space.
18059
18060 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
18061
18062 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
18063 `org-export-local-list-max-depth'. Change default value to 3.
18064 (org-auto-renumber-ordered-lists)
18065 (org-plain-list-ordered-item-terminator): New options.
18066 (org-at-item-p, org-beginning-of-item, org-end-of-item)
18067 (org-get-indentation, org-get-string-indentation)
18068 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
18069 New functions.
18070 (org-move-item-down, org-move-item-up): New commands.
18071 (org-export-as-html): New classes for CSS support. Bug fix in
18072 regular expression detecting fixed-width regions. Respect
18073 `org-local-list-ordered-item-terminator'.
18074 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
18075 also a list item.
18076 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
18077 New item moving functions.
18078
18079 2005-11-24 Juri Linkov <juri@jurta.org>
18080
18081 * isearch.el (isearch-repeat): With empty search ring set
18082 `isearch-error' to the error string instead of signaling error
18083 with the function `error'.
18084
18085 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18086
18087 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
18088
18089 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
18090
18091 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
18092 and variable.
18093 (gdb-var-create-handler, gdb-var-list-children-handler):
18094 Don't match on "char **...".
18095 (gdb-var-update-handler): Find values for all variable objects.
18096 (gdb-info-frames-custom): Identify frames by leading "#".
18097
18098 * progmodes/gud.el (gud-speedbar-menu-items): Add
18099 gdb-speedbar-auto-raise as radio button.
18100 (gud-speedbar-buttons): Raise speedbar if requested.
18101 Don't match on "char **...".
18102 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
18103 Make it editable.
18104
18105 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
18106
18107 * info.el (Info-fontify-node): Handle the case where
18108 Info-current-file is t.
18109
18110 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
18111
18112 * simple.el (blink-matching-open): Fix off-by-one in last change.
18113
18114 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18115
18116 * term/mac-win.el: Don't change default directory.
18117
18118 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
18119
18120 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
18121 buffers correctly. (It used to throw an error in such buffers.)
18122 Make it ask for confirmation in group buffers and other Custom
18123 buffers containing more than one customization item.
18124
18125 2005-11-22 John Paul Wallington <jpw@gnu.org>
18126
18127 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
18128 property on mail and url overlays.
18129 (goto-address-at-point): Use `posn-set-point' instead of
18130 `mouse-set-point' because the latter is not fbound when configured
18131 without X.
18132
18133 2005-11-22 Lars Hansen <larsh@soem.dk>
18134
18135 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
18136 (ls-lisp-classify, ls-lisp-format): Delete call to
18137 ls-lisp-parse-symlink.
18138 (ls-lisp-handle-switches): Handle symlinks to directories as
18139 directories when ls-lisp-dirs-first in non-nil.
18140
18141 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
18142
18143 * startup.el (command-line): Make sure that loaddefs.el is handled
18144 correctly in load-history.
18145
18146 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
18147
18148 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
18149 (gdb-struct-string, gdb-array-string): New constants.
18150 (gdb-info-locals-handler): Use them.
18151 (gdb-reset): Reset gdb-var-list to nil.
18152
18153 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18154
18155 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
18156 in patterns.
18157
18158 2005-11-21 Juri Linkov <juri@jurta.org>
18159
18160 * custom.el (defcustom): Update link types in docstring.
18161
18162 2005-11-20 Martin Rudalics <rudalics@gmx.at>
18163
18164 * custom.el (defgroup): Add doc-string-elt info.
18165
18166 * widget.el (define-widget): Don't use declare for the doc-string-elt.
18167
18168 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * newcomment.el (comment-enter-backward): Fix last fix.
18171
18172 * simple.el (blink-matching-open):
18173 * paren.el (show-paren-function): Allow new paren-class info.
18174
18175 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
18176
18177 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
18178 handled automagically.
18179
18180 2005-11-20 Andreas Schwab <schwab@suse.de>
18181
18182 * descr-text.el (describe-char): When copying overlays put them
18183 over the full char description instead of just the first character
18184 of it.
18185
18186 2005-11-20 Juri Linkov <juri@jurta.org>
18187
18188 * simple.el (what-cursor-position):
18189 * descr-text.el (describe-char): Use Lisp-readable syntax
18190 for octal and hex. Reorder decimal, octal and hex values.
18191 Remove excess whitespace in the output. Use `=' in `column='
18192 like in `point=' and `Hscroll='.
18193
18194 * international/mule-cmds.el (encoded-string-description):
18195 Use Lisp-readable syntax for hex.
18196
18197 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * newcomment.el (comment-enter-backward): Handle the case where the
18200 comment is closed by EOB.
18201
18202 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18203
18204 * longlines.el (longlines-before-revert-hook)
18205 (longlines-after-revert-hook): New functions.
18206 (longlines-mode): Turn off longlines temporarily when reverting.
18207 Add a message-setup-hook.
18208 (longlines-decode-buffer): New function.
18209 (longlines-wrap-line): Preserve marker positions.
18210
18211 2005-11-19 Andreas Schwab <schwab@suse.de>
18212
18213 * emacs-lisp/shadow.el: Handle compressed files.
18214
18215 2005-11-19 Romain Francoise <romain@orebokech.com>
18216
18217 * net/browse-url.el (browse-url-default-browser): Signal an error
18218 if no usable browser can be found, rather than try to load w3.
18219
18220 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
18221
18222 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
18223 replacing existing properties.
18224 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18225 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
18226 tty specs.
18227 (rcirc-server-prefix, rcirc-server): New faces.
18228 (rcirc-url-regexp): Generate with rx macro.
18229 (rcirc-last-server-message-time): New variable.
18230 (rcirc-filter): Record time of last message.
18231 (rcirc-keepalive): Kill processes that did not send a message
18232 since the last ping.
18233 (rcirc-mode): Give rcirc-topic a local binding here.
18234
18235 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
18236
18237 * subr.el (read-passwd): Fontify the prompt as we do with other
18238 prompts.
18239
18240 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
18241
18242 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
18243 binding buffer-read-only to nil.
18244
18245 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18246
18247 * complete.el (partial-completion-mode):
18248 Mention completion-auto-help in the doc string.
18249
18250 * man.el (Man-highlight-references): Doc fix. Reformat code in a
18251 more Lisp-ish way.
18252
18253 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
18254
18255 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18256 digits, not 8, to avoid misalignment for files larger than 100MB.
18257
18258 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18259
18260 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18261 Mention "keyboard shortcuts" in the help text.
18262
18263 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18264
18265 * startup.el (fancy-splash-default-action): Discard only
18266 mouse-down and succeeding mouse-up events in the splash screen
18267 window so that drag-n-drop event can be processed.
18268
18269 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
18270
18271 * longlines.el (longlines-mode): Add hacks for mail-mode and
18272 message-mode.
18273
18274 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
18275
18276 * textmodes/org.el (org-table-sort-lines): New command.
18277 (org-tbl-menu): Add entry for `org-table-sort-lines'.
18278 (org-add-file): Command removed, use `org-agenda-file-to-front'
18279 instead.
18280 (org-export-icalendar): Use `org-icalendar-combined-name'.
18281 (org-cycle-agenda-files, org-agenda-file-to-end)
18282 (org-agenda-file-to-front): New commands.
18283 (org-table-tab-jumps-over-hlines, org-export-html-style):
18284 New options.
18285 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18286 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18287 New functions.
18288 (org-fill-paragraph): Call `org-table-align' in tables.
18289 (org-mode): Call `org-set-autofill-regexps'.
18290 (org-export-as-html): Support for local handformatted lists.
18291 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
18292 (org-export-local-list-max-depth): New option.
18293 (org-html-expand): Use `org-html-protect'.
18294
18295 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
18296
18297 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18298 to "p".
18299 (gdb): Move definition of gud-pp to...
18300
18301 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
18302 speedbar.
18303 (gdb-find-watch-expression): New function.
18304
18305 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18306
18307 * faces.el (face-attribute, set-face-attribute): Mention existence
18308 of `:ignore-defface' setting in docstring.
18309
18310 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18311
18312 * simple.el (completion-setup-function): Fix last change.
18313
18314 2005-11-17 John Paul Wallington <jpw@pobox.com>
18315
18316 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18317 Use `posn-set-point' instead of `mouse-set-point' because the
18318 latter is not fbound when configured without X.
18319
18320 * comint.el (comint-insert-input): Likewise.
18321
18322 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18323
18324 * simple.el (hard-newline): New variable.
18325 (sendmail-user-agent-compose, next-line): Use it.
18326
18327 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18328 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18329 (mail-mail-reply-to, mail-mail-followup-to)
18330 (mail-position-on-field, mail-signature, mail-yank-original)
18331 (mail-attach-file): Likewise.
18332
18333 * mail/mailheader.el (mail-header-format)
18334 (mail-header-format-function): Likewise.
18335
18336 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18337
18338 2005-11-17 Juri Linkov <juri@jurta.org>
18339
18340 * font-lock.el (font-lock-faces): Rename this defgroup from
18341 `font-lock-highlighting-faces'.
18342 (font-lock-comment-face, font-lock-comment-delimiter-face)
18343 (font-lock-string-face, font-lock-doc-face)
18344 (font-lock-keyword-face, font-lock-builtin-face)
18345 (font-lock-function-name-face, font-lock-variable-name-face)
18346 (font-lock-type-face, font-lock-constant-face)
18347 (font-lock-warning-face, font-lock-negation-char-face)
18348 (font-lock-preprocessor-face)
18349 (font-lock-regexp-grouping-backslash)
18350 (font-lock-regexp-grouping-construct): Rename :group from
18351 `font-lock-highlighting-faces' to `font-lock-faces'.
18352
18353 * cus-edit.el (lisp, c, tex):
18354 * progmodes/ada-mode.el (ada):
18355 * progmodes/asm-mode.el (asm):
18356 * progmodes/cperl-mode.el (cperl-faces):
18357 * progmodes/cpp.el (cpp):
18358 * progmodes/dcl-mode.el (dcl):
18359 * progmodes/f90.el (f90):
18360 * progmodes/fortran.el (fortran):
18361 * progmodes/icon.el (icon):
18362 * progmodes/idlwave.el (idlwave-misc):
18363 * progmodes/m4-mode.el (m4):
18364 * progmodes/make-mode.el (makefile):
18365 * progmodes/meta-mode.el (meta-font):
18366 * progmodes/modula2.el (modula2):
18367 * progmodes/octave-mod.el (octave):
18368 * progmodes/pascal.el (pascal):
18369 * progmodes/perl-mode.el (perl):
18370 * progmodes/prolog.el (prolog):
18371 * progmodes/ps-mode.el (PostScript-edit):
18372 * progmodes/scheme.el (scheme):
18373 * progmodes/sh-script.el (sh-script):
18374 * progmodes/simula.el (simula):
18375 * progmodes/tcl.el (tcl):
18376 * textmodes/nroff-mode.el (nroff):
18377 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18378 * textmodes/sgml-mode.el (sgml):
18379 * textmodes/texinfo.el (texinfo):
18380 Add :link (custom-group-link font-lock-faces) to defgroup.
18381
18382 * hi-lock.el (hi-lock): Rename this defgroup from
18383 `hi-lock-interactive-text-highlighting'. Change parent group from
18384 `faces' to `font-lock'. Add link to the manual.
18385 (hi-lock-mode, hi-lock-file-patterns-range)
18386 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18387 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18388 (hi-lock-faces): Add :group `faces'.
18389
18390 * cus-edit.el (custom-variable-prompt): Clarify the code.
18391
18392 * faces.el (face-read-string): Set the default value arg of
18393 completing-read.
18394
18395 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18396
18397 * rfn-eshadow.el (file-name-shadow-properties)
18398 (file-name-shadow-tty-properties, file-name-shadow-mode):
18399 Remove autoloads, because the file is now preloaded.
18400
18401 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * printing.el (easy-menu-intern): Don't define.
18404 (pr-get-symbol): Use easy-menu-intern only if defined.
18405
18406 * simple.el (blink-matching-open): Simplify a bit.
18407 (completion-setup-function): Fix the case of partial-completion-mode
18408 when the minibuffer's contents start with "-".
18409 Obey completion-base-size-function even when
18410 minibuffer-completing-file-name is non-nil.
18411
18412 2005-11-16 Richard M. Stallman <rms@gnu.org>
18413
18414 * net/eudcb-ph.el (eudc-ph-open-session):
18415 Use set-process-query-on-exit-flag.
18416
18417 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18418
18419 * international/ucs-tables.el (ucs-set-table-for-input):
18420 Use make-local-variable, not make-variable-buffer-local.
18421
18422 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18423 Improve warning message text.
18424
18425 * savehist.el (savehist-save-hook): Add :group.
18426
18427 * menu-bar.el (menu-bar-help-menu):
18428 Rename Find Extra Packages to External Packages.
18429
18430 * cus-edit.el (Custom-reset-standard): Verify that
18431 :custom-standard-value prop exists before calling it.
18432
18433 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18434
18435 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18436
18437 * wid-edit.el (color): Enclose %t in %{...%}.
18438
18439 * cus-edit.el (face): Enclose %t in %{...%}.
18440
18441 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18442
18443 * savehist.el (savehist-mode-hook): Re-add the var.
18444 (savehist-mode): Use it.
18445
18446 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18447
18448 * textmodes/flyspell.el: Fix commenting convention.
18449 Remove unnecessary leading * in custom docstrings.
18450 (flyspell-emacs): Remove unused var.
18451 (flyspell-delete-region-overlays): Use remove-overlays.
18452 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18453 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18454 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18455 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18456 (make-flyspell-overlay): Don't locally reuse a global name.
18457 (flyspell-highlight-incorrect-region)
18458 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18459 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18460 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18461 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18462 Wrap calls to accept-process-output inside with-local-quit since it's
18463 often called from a post-command-hook.
18464 (flyspell-correct-word, flyspell-auto-correct-word):
18465 Use ispell-send-string.
18466 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18467
18468 * calendar/diary-lib.el (diary-list-entries): Also hide the
18469 terminating newline.
18470
18471 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18472
18473 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18474 window-system, to allow fonts on tty.
18475
18476 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18477
18478 * progmodes/gud.el (gud-speedbar-item-info): New function.
18479 (gud-install-speedbar-variables): Use it to display data type
18480 of watch expression as a tooltip in speedbar.
18481
18482 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18483
18484 * font-core.el (global-font-lock-mode): Add :version keyword,
18485 because default was changed.
18486
18487 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18488
18489 * startup.el (command-line): Use `custom-reevaluate-setting' for
18490 `file-name-shadow-mode'.
18491
18492 * loadup.el: Preload rfn-eshadow.
18493
18494 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18495 Add :version keyword.
18496 (file-name-shadow-properties, file-name-shadow-tty-properties)
18497 (file-name-shadow): Add :version keyword.
18498
18499 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18500 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18501 in the custom-group property of the symbol frames and the fringe
18502 group got no link to its parent group frames.
18503 Doc fix.
18504
18505 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18506
18507 * progmodes/gud.el (gud-stop-subjob): New function.
18508 (gud-menu-map, gud-tool-bar-map): Use it.
18509
18510 2005-11-16 Kim F. Storm <storm@cua.dk>
18511
18512 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18513 than kill it.
18514 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18515 to a more useful/logical place.
18516
18517 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18518
18519 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18520 go buttons complementary.
18521
18522 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18523
18524 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18525 (rfn-eshadow-sifn-equal): New function.
18526 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18527
18528 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18529
18530 * viper-utils.el (viper-non-word-characters-reformed-vi):
18531 Quote `-' in string.
18532
18533 * viper.el (viper-emacs-state-mode-list): Ensure that
18534 rcirc-mode buffers come up in Emacs state.
18535
18536 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18537 operation.
18538
18539 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18540
18541 * term.el (term-termcap-format): Fix typos.
18542 (term-down): Fix the negative argument case.
18543
18544 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18545
18546 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18547 2005-08-15.
18548 (gdb-ann3): New command gud-go.
18549 (menu): Accomodate gdb-mi.el.
18550 (gdb-assembler-custom): Make buffer of selected window current
18551 so that set-window-point works.
18552
18553 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18554 buttons and include new ones.
18555
18556 2005-11-16 Kim F. Storm <storm@cua.dk>
18557
18558 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18559 (gud-menu-map): Use it.
18560
18561 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18562
18563 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18564 that works correctly for Custom and that does not override a user
18565 who disables it.
18566
18567 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18568 (help-xref-interned, help-follow): Make hyperlinks for variables
18569 that are unbound, but have a non-nil variable-documentation property.
18570
18571 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18572 mode hook. (It conflicted with defcustoms for some mode hooks.)
18573 Use the `variable-documentation' property to give the mode hook a
18574 docstring and expand that docstring.
18575
18576 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18577
18578 * savehist.el (savehist-mode): Don't bother with
18579 `custom-set-minor-mode'.
18580 (savehist-coding-system): Check XEmacs version.
18581 (history-length): Declare also at run time.
18582 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18583 Don't set the customize state.
18584 (savehist-minibuffer-hook): Special case for when
18585 minibuffer-history-variable is equal to t.
18586
18587 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * files.el (write-file): Refresh VC status.
18590
18591 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18592 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18593 than fundamental-mode to see if the mode was set.
18594
18595 2005-11-14 Romain Francoise <romain@orebokech.com>
18596
18597 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18598 dummy function in `eval-when-compile' to avoid compiler warning.
18599 Require `man' at compile time.
18600
18601 2005-11-14 Jay Belanger <belanger@truman.edu>
18602
18603 * calc-alg.el (calcFunc-write-out-power): Rename it to
18604 calcFunc-powerexpand.
18605 (math-write-out-power): Rename it to math-powerexpand; have it
18606 handle negative exponents.
18607 (calc-writeoutpower): Rename it to calc-powerexpand.
18608
18609 * calc-ext.el: Change calcFunc-writeoutpower and
18610 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18611 autoloads.
18612 Add calcFunc-ldiv to autoloads.
18613
18614 * calc-arith.el (calcFunc-ldiv): New function.
18615
18616 * calc.el (calc-left-divide): New function.
18617
18618 2005-11-14 Juri Linkov <juri@jurta.org>
18619
18620 * cus-edit.el (custom-variable-prompt): Set the default value arg
18621 of completing-read.
18622
18623 * cus-dep.el (custom-make-dependencies): Reverse the list of
18624 found dependencies.
18625
18626 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18627
18628 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18629 Highlighting" entry, it is on by default now.
18630 (menu-bar-options-save): Do not save global-font-lock-mode.
18631
18632 2005-11-13 Richard M. Stallman <rms@gnu.org>
18633
18634 * textmodes/flyspell.el (flyspell-large-region):
18635 Call flyspell-accept-buffer-local-defs.
18636
18637 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18638
18639 * textmodes/flyspell.el (flyspell-notify-misspell):
18640 Fix misspelling of "Misspelling".
18641 (flyspell-process-localwords): New function.
18642 (flyspell-large-region): Call flyspell-process-localwords and
18643 flyspell-delete-region-overlays.
18644 (flyspell-delete-region-overlays): New function.
18645 (flyspell-delete-all-overlays): Call that.
18646
18647 2005-11-13 Richard M. Stallman <rms@gnu.org>
18648
18649 * help.el (help-for-help-internal): Improve doc of C-h a.
18650 (describe-key): Improve prompt; doc fix.
18651
18652 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18653
18654 * vc-svn.el (vc-svn-registered): Catch all errors.
18655
18656 * cus-dep.el (custom-make-dependencies): Typo.
18657
18658 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18659
18660 * net/tramp-util.el (top): Fix compilation warning.
18661
18662 2005-11-13 Kim F. Storm <storm@cua.dk>
18663
18664 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18665
18666 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18667
18668 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18669 (gud-speedbar-buttons): Match on "const char *" too.
18670
18671 * progmodes/gdb-ui.el (gdb-var-create-handler)
18672 (gdb-var-list-children-handler): Match on "const char *" too.
18673 (gdb-var-evaluate-expression-handler): Match on empty string.
18674 (gdb-var-update-handler): Only call
18675 gdb-var-evaluate-expression-handler when required.
18676
18677 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18678
18679 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18680 selected window. This still doesn't work for speedbar.
18681 (gud-speedbar-buttons): Handle string expressions properly.
18682
18683 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18684 (gdb-var-create-handler): Handle string expressions properly.
18685 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18686 Handle string expressions properly. Move "type" field into regexp.
18687
18688 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18689
18690 * bookmark.el (bookmark-maybe-message): New function to reduce
18691 code duplication: invokes `message' iff baud-rate is high enough.
18692 (bookmark-write-file): Use above instead of an inline conditional.
18693 (bookmark-load): Same.
18694
18695 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18696
18697 * bookmark.el (bookmark-write-file): Don't visit the destination
18698 file, just write the data to it using write-region. This is
18699 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18700 change to avoid visiting the file in the first place.
18701
18702 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18703
18704 * hi-lock.el (hi-lock-mode): Set the default value of
18705 font-lock-defaults.
18706
18707 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18708
18709 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18710 arg to `file-attributes'.
18711 (find-lisp-format): The UID and GID can now be strings.
18712
18713 2005-11-12 Kim F. Storm <storm@cua.dk>
18714
18715 * help.el (help-map): Bind C-h d to apropos-documentation.
18716
18717 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18718 when point is at end-of-buffer.
18719
18720 * apropos.el (apropos-match-face): Doc fix.
18721 (apropos-sort-by-scores): Add new choice `verbose'.
18722 (apropos-documentation-sort-by-scores): New defcustom.
18723 (apropos-pattern): Now contains the pattern entered by the user.
18724 (apropos-pattern-quoted): New defvar.
18725 (apropos-regexp): New defvar, containing the regexp corresponding
18726 to apropos-pattern.
18727 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18728 (apropos-read-pattern): New defun. Use it to read pattern arg in
18729 interactive calls; returns list of words for a word list, and
18730 string for a regexp.
18731 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18732 parses a list of words or regexp as returned by apropos-read-pattern.
18733 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18734 (apropos-score-doc): Return a very high score if the string
18735 entered by the user matches literally.
18736 (apropos-variable): Doc fix. Use apropos-read-pattern.
18737 (apropos-command): Doc fix. Use apropos-read-pattern and
18738 apropos-parse-pattern. Call apropos-print with nosubst=t.
18739 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18740 apropos-parse-pattern.
18741 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18742 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18743 apropos-documentation-sort-by-scores. Call apropos-print with
18744 nosubst=t.
18745 (apropos-documentation-internal): Pass doc string through
18746 substitute-key-definition before adding text properties.
18747 Highlight substring matching literal user input if possible.
18748 (apropos-documentation-check-doc-file): Remove locals beg and end.
18749 Fix calculation of score (as added twice). Pass doc string through
18750 substitute-key-definition before adding text properties.
18751 (apropos-documentation-check-elc-file): Pass doc string through
18752 substitute-key-definition before adding text properties.
18753 Highlight substring matching literal user input if possible.
18754 (apropos-print): Add new arg NOSUBST; if set, command and variable
18755 doc strings have already been passed through substitute-key-definition.
18756 Add code to handle apropos-accumulator items without score element
18757 for backwards compatibility (e.g. with woman package).
18758 Only show scores if apropos-sort-by-scores is `verbose'.
18759
18760 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18761
18762 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18763 Add jka-compr-load-suffixes to load-suffixes.
18764
18765 * jka-compr.el: Require jka-cmpr-hook.
18766 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18767 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18768 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18769 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18770 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18771 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18772 (jka-compr-uninstall): Remove entries from
18773 jka-compr-added-to-file-coding-system-alist after they are used.
18774 (jka-compr-error): Remove unused var `curbuf'.
18775 (jka-compr-file-local-copy): Remove unused var `notfound'.
18776
18777 2005-11-10 Romain Francoise <romain@orebokech.com>
18778
18779 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18780
18781 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18782
18783 * progmodes/gud.el (gud-menu-map): Move parentheses.
18784 (gdb): New command gud-pv.
18785
18786 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18787
18788 * tar-mode.el: Remove spurious or unnecessary leading stars
18789 in docstrings.
18790 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18791 (tar-parse-octal-integer-safe): Use mapc.
18792 (tar-header-block-summarize): Remove unused var `ck'.
18793 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18794 cleared before. Obey default-enable-multibyte-characters.
18795 Use mapconcat. Simplify setting of tar-header-offset.
18796 (tar-mode-map): Move initialization inside delcaration.
18797 (tar-flag-deleted): Use `abs'.
18798 (tar-expunge-internal): Remove unused var `line'.
18799 (tar-expunge-internal): Don't hardcode point-min==1.
18800 (tar-expunge): Widen while doing set-buffer-multibyte.
18801 (tar-rename-entry): Use file-name-coding-system.
18802 (tar-alter-one-field): Don't hardcode point-min==1.
18803 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18804 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18805
18806 2005-11-10 Masatake YAMATO <jet@gyve.org>
18807
18808 * add-log.el (add-log-current-defun): Handle class::method
18809 notation of c++. Fix incorrect comment.
18810
18811 2005-11-10 Alan Mackenzie <acm@muc.de>
18812
18813 * help-fns.el (describe-variable): Make C-h v work when a variable
18814 has variable documentation yet is unbound.
18815
18816 2005-11-10 Masatake YAMATO <jet@gyve.org>
18817
18818 * man.el (Man-highlight-references): Set an empty
18819 string to `Man-arguments' if it is nil.
18820 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18821
18822 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18823
18824 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18825 commenting conventions.
18826
18827 * cus-dep.el (custom-make-dependencies): Simplify.
18828 Better follow the commenting conventions.
18829
18830 2005-11-09 Richard M. Stallman <rms@gnu.org>
18831
18832 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18833 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18834 All uses changed.
18835 (apropos-rewrite-regexp): Doc fix.
18836 (apropos-variable, apropos-command, apropos, apropos-value):
18837 Change prompt; carry through the argument renaming.
18838
18839 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18840
18841 * find-lisp.el: Require dired.
18842 (find-lisp-find-dired-internal): Do not call
18843 `abbreviate-file-name' on DIR.
18844
18845 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18846
18847 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18848
18849 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18850
18851 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18852 when using the speedbar.
18853 (gdb): New command gud-pp.
18854 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18855
18856 2005-11-09 Juri Linkov <juri@jurta.org>
18857
18858 * replace.el (occur-excluded-properties): New defcustom.
18859 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18860
18861 2005-11-08 Jay Belanger <belanger@truman.edu>
18862
18863 * calc/calc-units.el (math-convert-units): Replace any composite
18864 unit by its definition.
18865
18866 2005-11-08 Lars Hansen <larsh@soem.dk>
18867
18868 * emacs-lisp/autoload.el (update-directory-autoloads):
18869 Add obsolete function alias.
18870
18871 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18874 comment-indent-function.
18875 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18876
18877 * reveal.el (reveal-post-command): Rework the handling of
18878 reveal-open-spots, so as to be more reliable. There were several
18879 tricky corner cases where an open spot might be lost, or where
18880 a closed spot might end up on the list of open spots.
18881 Only reveal text that's ellipsised.
18882
18883 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18884
18885 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18886
18887 2005-11-07 John Paul Wallington <jpw@gnu.org>
18888
18889 * ibuffer.el (ibuffer): Search iconified frames too when
18890 getting Ibuffer buffer's window.
18891
18892 2005-11-06 Richard M. Stallman <rms@gnu.org>
18893
18894 * progmodes/compile.el (compilation-internal-error-properties):
18895 save-excursion around the computation of MARKER.
18896
18897 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18898
18899 * textmodes/flyspell.el (flyspell-external-point-words):
18900 flyspell-get-word returns a list, not just a string.
18901
18902 2005-11-06 John Paul Wallington <jpw@pobox.com>
18903
18904 * ibuffer.el (ibuffer): Search all visible frames when getting
18905 Ibuffer buffer's window.
18906
18907 2005-11-07 Masatake YAMATO <jet@gyve.org>
18908
18909 * man.el (Man-reference-regexp): Accept spaces between
18910 `Man-name-regexp' and `Man-section-regexp'.
18911 (Man-apropos-regexp): New variable.
18912 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18913 if available.
18914 (Man-highlight-references, Man-highlight-references0):
18915 Handle the case when `Man-arguments' includes "-k".
18916 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18917 `TARGET'. `TARGET' can be a number, function or nil.
18918
18919 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18920
18921 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18922 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18923 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18924 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18925 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18926 (gdb-send-item): Use buffer-local-value and simplify.
18927
18928 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18929
18930 * startup.el (command-line): Use `custom-reevaluate-setting' for
18931 `global-font-lock-mode'.
18932
18933 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18934 by default, except in batch mode or when the -D option is given.
18935
18936 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18937 specified keyword args on to `define-minor-mode'. Update docstring.
18938
18939 2005-11-05 Romain Francoise <romain@orebokech.com>
18940
18941 * replace.el (occur-engine): Add marker at end of line, too.
18942
18943 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18944
18945 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18946 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18947 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18948 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18949 argument to all these routines, so the passphrase can be managed
18950 externally and passed in to the system.
18951 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18952 pgg-add-passphrase-to-cache function.
18953
18954 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18955 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18956 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18957 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18958 argument to all these routines, so the passphrase can be managed
18959 externally and passed in to the system.
18960 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18961 function.
18962
18963 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18964
18965 * font-lock.el: Don't deal with font-lock-face-attributes here,
18966 move the code ...
18967
18968 * startup.el (command-line): ... here. Use face-spec-set instead
18969 of custom-declare-face.
18970
18971 * faces.el (face-spec-set): Reset the face if spec is not nil.
18972
18973 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * newcomment.el (comment-region-internal): Box more tightly in the
18976 common case where there's no TAB in the boxed text.
18977
18978 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18979
18980 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18981 up-node.
18982
18983 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18984
18985 * newsticker.el: Commentary updated. Code formatting changed.
18986 (newsticker-version): Change to "1.9".
18987 (newsticker, newsticker-feed): Doc fix.
18988 (newsticker-url-list): Doc fix. Add option "Weekly".
18989 (newsticker-retrieval-interval): Add option "Weekly".
18990 (newsticker-headline-processing): Doc fix.
18991 (newsticker-auto-mark-filter): Remove.
18992 (newsticker-auto-mark-filter-list): New.
18993 (newsticker-layout, newsticker-sort-method): Doc fix.
18994 (newsticker-hide-old-items-in-newsticker-buffer)
18995 (newsticker-heading-format, newsticker-item-format)
18996 (newsticker-desc-format): Doc fix.
18997 (newsticker-show-all-rss-elements): Remove.
18998 (newsticker-show-all-news-elements): New.
18999 (newsticker-faces, newsticker-ticker): Doc fix.
19000 (remove-from-invisibility-spec): Code formatting.
19001 (newsticker--process-ids): New.
19002 (newsticker-mode): Doc fix.
19003 (newsticker-mode): Change mode-line-format.
19004 (newsticker-start): Remove debug output.
19005 (newsticker-start-ticker): Doc fix. Add autoload cookie.
19006 (newsticker-w3m-show-inline-images): Code formatting.
19007 (newsticker-next-item): Call `force-mode-line-update'.
19008 (newsticker-previous-item): Call `force-mode-line-update'.
19009 (newsticker-next-feed): Call `force-mode-line-update'.
19010 (newsticker-previous-feed): Call `force-mode-line-update'.
19011 (newsticker-mark-all-items-at-point-as-read): Code formatting.
19012 (newsticker-show-old-items): Do not show descs.
19013 (newsticker-hide-entry): Hide too much.
19014 (newsticker-hide-entry, newsticker-show-entry)
19015 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19016 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19017 (newsticker-toggle-auto-narrow-to-item): Code formatting.
19018 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19019 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
19020 (newsticker-get-news): Call `force-mode-line-update'.
19021 Collect process ids.
19022 (newsticker--sentinel): Change coding system handling.
19023 Move image retrieval to new functions newsticker--get-logo-url-*.
19024 Move feed parsing to new functions newsticker--parse-*.
19025 Update list of process ids.
19026 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
19027 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
19028 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
19029 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
19030 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19031 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
19032 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
19033 (newsticker--decode-coding-string): Remove.
19034 (newsticker--decode-numeric-entities): Check input. Format code.
19035 (newsticker--remove-whitespace): Check input.
19036 (newsticker--do-forget-preformatted): Doc fix.
19037 (newsticker--decode-rfc822-date): Allow for missing time.
19038 (newsticker--update-process-ids): New.
19039 (newsticker--image-sentinel): Change comment.
19040 (newsticker--image-read): Change error message.
19041 (newsticker--imenu-goto): Doc fix. Show headline title.
19042 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
19043 (newsticker--buffer-do-insert-text): Clean whitespace in
19044 html-rendered headline title. Code formatting.
19045 Call `newsticker--buffer-print-extra-elements'.
19046 (newsticker--buffer-print-extra-element): Remove.
19047 (newsticker--buffer-print-extra-elements): New.
19048 (newsticker--buffer-do-print-extra-element): New.
19049 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
19050 large sizes.
19051 (newsticker--run-auto-mark-filter)
19052 (newsticker--do-run-auto-mark-filter):
19053 Use `newsticker-auto-mark-filter-list'.
19054
19055 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
19056
19057 * net/rcirc.el: Use split-string OMIT-NULLS argument.
19058 (rcirc-print): Force redisplay before running hooks. Do long
19059 buffer truncation after making new text read-only. Deal with nil
19060 text when decoding strings. If TARGET is nil, use either the
19061 currently selected buffer, if it is an rcirc buffer and of the
19062 same process or the process buffer.
19063 (rcirc-mode): Remove header-line. Recompute short buffer names.
19064 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
19065 (rcirc-short-buffer-name): Add variable.
19066 (rcirc-kill-buffer-hook): Recompute short buffer names.
19067 Remove nick from private channel.
19068 (rcirc-send-input): Send command text to current-buffer.
19069 Don't clear overlay arrow here.
19070 (rcirc-short-buffer-name): Return a short buffer name.
19071 (rcirc-update-short-buffer-names, rcirc-abbreviate)
19072 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
19073 buffer-name abbreviations.
19074 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
19075 Do not touch nick-table when killing a parted channel.
19076 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
19077 Clear arrow from current buffer if it is now hidden.
19078 (rcirc-current-buffer): Add variable.
19079 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19080 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
19081 Remove -face from names.
19082 (rcirc-update-activity-string): Print "DND" when globally ignoring
19083 activity.
19084 (rcirc-ignore-buffer-activity-flag): Rename from
19085 rcirc-ignore-channel-activity.
19086 (rcirc-ignore-all-activity-flag): Doc fix.
19087 (rcirc-channels): Remove variable.
19088 (rcirc-kill-buffer-hook):
19089 (rcirc-get-buffer-create): Add nick to private channel.
19090 (rcirc-multiline-edit-submit): Remove tabs.
19091 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
19092 folded.
19093 (rcirc-remove-nick-channel): Bug fix.
19094 (rcirc-toggle-ignore-buffer-activity): Rename from
19095 rcirc-toggle-ignore-channel-activity.
19096 (rcirc-record-activity): Add buffers to the front of the list.
19097 (rcirc-update-activity): Remove killed buffers from list.
19098 (rcirc-process-server-response-1): Remove last argument if it is
19099 null before calling handler.
19100 (rcirc): Add "rcirc" defcustom prefix.
19101 (rcirc-prompt): Simplify default prompt.
19102 Use custom-initialize-default.
19103 (rcirc-private-chats): Remove variable.
19104 (rcirc-prompt): Change initialization.
19105 (rcirc-version): Remove function.
19106 (rcirc-id-string): Add constant.
19107 (rcirc-last-buffer): Remove variable.
19108 (rcirc-buffer-alist): Add variable.
19109 (rcirc-connect): Update variable setup.
19110 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
19111 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
19112 default.
19113 (rcirc-handler-generic): Trigger activity.
19114 (rcirc-send-message): Create the buffor of the target.
19115 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
19116 (rcirc-get-buffer): Just return nil if there is no matching buffer.
19117 (rcirc-multiline-edit-cancel): Remove function.
19118 (rcirc-set-last-buffer): Remove function.
19119 (rcirc-get-any-buffer): Add function.
19120 (rcirc-join-channels): Don't print /join text.
19121 (rcirc-toggle-ignore-channel-activity): Add and update echo area
19122 messages.
19123 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
19124 (rcirc-handler-NOTICE): Recognize CTCP responses.
19125 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
19126 constructing TOPIC string for buffers we are not JOINed.
19127 (rcirc-handler-CTCP-response): Add handler.
19128 (rcirc-multiline-edit-submit): Restore the window-configuration
19129 before adjusting point.
19130 (rcirc): Add customization group.
19131 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
19132 (rcirc-user-full-name, rcirc-startup-channels-alist)
19133 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
19134 (rcirc-ignore-all-activity-flag, rcirc-time-format)
19135 (rcirc-input-ring-size, rcirc-read-only-flag)
19136 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
19137 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
19138 Change defvar to defcustom.
19139 (rcirc-update-prompt): Add optional ALL arg, which will update
19140 prompts in all rcirc buffers. Regexp quote replacement text.
19141 (rcirc-fill-column): Accept frame-width as a value.
19142 (rcirc-set-changed): Add function.
19143 (rcirc-next-active-buffer): Write more meaningful messages.
19144 (rcirc-faces): Add customization group.
19145 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
19146 (rcirc-nick-in-message-face, rcirc-prompt-face)
19147 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
19148 (with-rcirc-process-buffer): Move before first usage.
19149 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
19150 (rcirc-debug-flag): Rename from `rcirc-log-p'.
19151 (rcirc-debug): Rename from `rcirc-log'.
19152 (rcirc-format-response-string): Do not print `-' chars for a
19153 NOTICE with no sender. Simplify output of server responses.
19154
19155 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19156
19157 (rcirc-browse-url-map, rcirc-browse-url-at-point)
19158 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
19159 Make urls mouse and RET clickable.
19160
19161 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19162
19163 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
19164
19165 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19166
19167 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19168 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19169 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19170 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19171 argument to all these routines, so the passphrase can be managed
19172 externally and passed in to the system.
19173 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19174 pgg-add-passphrase-to-cache function.
19175
19176 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19177 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19178 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19179 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19180 argument to all these routines, so the passphrase can be managed
19181 externally and passed in to the system.
19182 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19183 function.
19184
19185 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
19186
19187 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
19188 from goto-address-url-regexp.
19189
19190 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
19191
19192 * textmodes/org.el (org-read-date, org-goto-calendar)
19193 (org-recenter-calendar, org-agenda-goto-calendar):
19194 Temporarily clear `calendar-move-hook'.
19195
19196 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
19197
19198 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
19199 merging.
19200
19201 * ediff-util.el (ediff-previous-difference): Don't skip regions that
19202 have merge clashes.
19203
19204 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19205
19206 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19207 Undo previous change.
19208
19209 * startup.el (command-line): Use `custom-reevaluate-setting' for
19210 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
19211 tty-register-default-colors on Mac.
19212
19213 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
19214
19215 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
19216 (gdb-buffer-type): Make it automatically buffer local...
19217 (gdb-get-create-buffer): ...and set it accordingly.
19218 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
19219 actually work.
19220
19221 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
19222
19223 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
19224 not red.
19225
19226 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
19227
19228 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
19229 case GUD buffer is not visible.
19230 (gdb-goto-breakpoint): Try to force display in source buffer.
19231 (gdb-frame-gdb-buffer): Copy other similar functions.
19232 (gdb-restore-windows): Don't display source if not asked for.
19233 (gdb-assembler-buffer-name): Don't capitalise.
19234
19235 2005-11-03 Richard M. Stallman <rms@gnu.org>
19236
19237 * wid-edit.el (key-sequence): New widget type.
19238
19239 * simple.el (set-mark-command-repeat-pop): New variable.
19240 (set-mark-command): Only interpret plan C-@ after a pop as a pop
19241 if set-mark-command-repeat-pop is true.
19242
19243 * info.el (Info-fontify-node): Don't display extra "see" if there
19244 already is one here.
19245
19246 * mouse.el: Fix special handling of DEL after dragging a region:
19247 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
19248 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
19249
19250 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19251
19252 * textmodes/ispell.el (ispell-command-loop): Change `i' description
19253 not to assume it pertains to an affix.
19254
19255 * textmodes/flyspell.el (flyspell-post-command-hook):
19256 Bind deactivate-mark to prevent deactivation.
19257
19258 2005-11-03 Lars Hansen <larsh@soem.dk>
19259
19260 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19261 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19262 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19263
19264 2005-11-03 Romain Francoise <romain@orebokech.com>
19265
19266 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
19267 Update copyright years.
19268
19269 2005-11-03 Sam Steingold <sds@gnu.org>
19270
19271 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19272 Use system-type instead of window-system because window-system is not
19273 correctly defined during loadup.
19274
19275 2005-11-02 Mark A. Hershberger <mah@everybody.org>
19276
19277 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19278 (xml-parse-tag): Join strings separated by a comment properly.
19279
19280 2005-11-02 Andreas Schwab <schwab@suse.de>
19281
19282 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19283
19284 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19285
19286 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19287 (byte-optimize-pure-func): Quote the eval'd value.
19288
19289 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19290 Rename from perl-font-lock-syntactic-face-function.
19291 Change the calling convention so it can be used as a font-lock MATCHER.
19292 Do the parse-partial-sexp loop outselves.
19293 (perl-font-lock-syntactic-keywords): Use it.
19294 (perl-mode): Don't set font-lock-syntactic-face-function any more.
19295
19296 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
19297
19298 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19299 disassembly buffer too.
19300 (gdb-exited): Remove overlay arrows when execution has finished.
19301 (gdb-info-frames-custom, gdb-info-threads-custom)
19302 (gdb-info-registers-custom): Don't add inappropriate text
19303 properties if inferior is not active.
19304
19305 2005-11-02 Glenn Morris <rgm@gnu.org>
19306
19307 * progmodes/fortran.el (fortran-blink-match):
19308 Use `blink-matching-delay'.
19309
19310 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
19311
19312 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19313
19314 2005-11-02 Lars Hansen <larsh@soem.dk>
19315
19316 * net/tramp.el (tramp-action-out-of-band): Handle scp message
19317 "Permission denied".
19318
19319 2005-11-01 Richard M. Stallman <rms@gnu.org>
19320
19321 * textmodes/flyspell.el (flyspell-external-point-words):
19322 Pass nil to flyspell-get-word.
19323
19324 2005-11-02 Kim F. Storm <storm@cua.dk>
19325
19326 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19327 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19328
19329 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19330
19331 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19332 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19333 (calendar-mouse-print-dates): Add optional `event' argument.
19334 Update interactive-spec.
19335 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19336 Use `calendar-event-to-date' instead of `event'.
19337
19338 2005-11-02 Masatake YAMATO <jet@gyve.org>
19339
19340 * progmodes/ld-script.el (ld-script-builtins):
19341 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19342 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19343 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19344
19345 2005-11-01 Romain Francoise <romain@orebokech.com>
19346
19347 * vc-sccs.el: Update copyright year.
19348 * ezimage.el: Likewise.
19349
19350 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
19351
19352 * info.el (Info-fontify-node): Use `string-width' for fontifying
19353 underlined titles.
19354
19355 2005-11-01 Juri Linkov <juri@jurta.org>
19356
19357 * info.el (Info-fontify-node): Downcase node header keywords Node,
19358 Prev, Next, Up before comparison.
19359 (Info-history): Insert absolute directory name, and put invisible
19360 property on it.
19361
19362 2005-11-01 Juri Linkov <juri@jurta.org>
19363
19364 * info.el (Info-file-supports-index-cookies): New variable.
19365 (Info-find-node-2): Check makeinfo version for index cookie support.
19366 (Info-index-nodes): Search for nodes with index cookies only when
19367 Info-file-supports-index-cookies is t. Otherwise, search nodes
19368 with "Index" in the node name.
19369 (Info-index-node): Search index cookie in the current node only when
19370 Info-file-supports-index-cookies is t. Otherwise, check the word
19371 "Index" in the node name.
19372 (Info-find-emacs-command-nodes): Remove code that searches nodes
19373 with "Index" node name in the top menu.
19374
19375 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19376
19377 * progmodes/scheme.el (scheme-mode-variables): Use the default
19378 comment-indent-function.
19379
19380 * faces.el (face-attribute): Handle the case where a face inherits from
19381 a non-existent face.
19382
19383 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19384 for octal and hexa output, and merge the char into the paren.
19385 (kill-new): Use push.
19386 (copy-to-buffer): Use with-current-buffer.
19387 (completion-setup-function): Move code in loop to remove redundancy.
19388 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19389 those inherited from minibuffer-local-completion-map.
19390
19391 * savehist.el (savehist-mode) <defcustom>:
19392 Use custom-set-minor-mode if available.
19393 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19394 and emit a message if applicable.
19395
19396 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19397
19398 * savehist.el: Sync up to version 19.
19399 (savehist-mode): New minor mode.
19400 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19401 (savehist-length): Remove (use history-length instead).
19402 (savehist-file-modes): Rename from savehist-modes.
19403 (savehist-save-hook, savehist-loaded): New vars.
19404 (savehist-load): Use savehist-mode. Try to smooth up transition from
19405 old format to new format.
19406 (savehist-install): Allow savehist-autosave-interval to be nil.
19407 (savehist-save): Run the new hook. Be more careful to only trim the
19408 history variables.
19409 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19410 (savehist-printable): Print into a buffer rather than char-by-char.
19411
19412 2005-11-01 John Wiegley <johnw@newartisans.com>
19413
19414 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19415 toggle-ignore keybinding (C-a). The author said it had been
19416 disabled much earlier due to a possible incompatibility, but after
19417 many months of usage I have encountered no problems (and it is a
19418 rather useful option, especially for switching to " *temp*").
19419
19420 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19421 support for OS/X's AddressBook, by calling out to the open source
19422 program "contacts" (installable through Fink).
19423
19424 * net/eudc.el (eudc-expand-inline): If the
19425 `eudc-multiple-match-handling-method' is set to `all', delete the
19426 query string before inserting the query result.
19427
19428 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19429 flag, to prevent Eshell from using the system ls when
19430 `eshell-ls-insert-directory' is in used.
19431 (eshell-ls-insert-directory): Disable font-lock in directory
19432 buffer so that Eshell's own fontification is seen. This broke
19433 recently due to changes in font-lock, so this goes back to version
19434 21 behavior.
19435
19436 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19437
19438 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19439 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19440 (gdb-many-windows): Doc fix.
19441
19442 2005-10-31 Romain Francoise <romain@orebokech.com>
19443
19444 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19445
19446 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19447
19448 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19449 that global-font-lock-mode can be enabled by default.
19450
19451 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19452 (font-lock-add-keywords, font-lock-remove-keywords)
19453 (font-lock-fontify-buffer): Remove autoload cookies.
19454
19455 * jit-lock.el (jit-lock-register): Likewise.
19456
19457 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19458
19459 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19460
19461 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19462 intact if there is no gud-comint-buffer.
19463
19464 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19465
19466 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19467 old prompt comint-prompt-read-only is t and GDB commands are
19468 issued from tool bar etc.
19469
19470 2005-10-31 Masatake YAMATO <jet@gyve.org>
19471
19472 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19473
19474 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19475
19476 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19477 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19478
19479 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19480
19481 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19482 starting at beginning of line. Fontification is messed up when
19483 `open-paren-in-column-0-is-defun-start' set to t.
19484 Reported by John Paul Wallington <jpw@pobox.com>.
19485
19486 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19487
19488 * comint.el (comint-send-input): Call `comint-update-fence' when
19489 `comint-process-echoes' and `comint-prompt-read-only' are both
19490 non-nil, to avoid leftover read-only newline.
19491
19492 2005-10-30 Richard M. Stallman <rms@gnu.org>
19493
19494 * textmodes/flyspell.el (flyspell-external-point-words):
19495 Detect when WORD can't be checked properly because
19496 flyspell-get-word finds just part of it, and move on.
19497
19498 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19499 boundarychar for Polish.
19500 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19501 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19502
19503 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19504
19505 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19506 (gdb-registers-font-lock-keywords): Delete.
19507 (gdb-registers-mode): Don't fontify.
19508 (gdb-info-registers-custom): Use text properties instead as, in
19509 future, changed register values will use font-lock-warning-face.
19510 (gdb-local-font-lock-keywords): Rename to...
19511 (gdb-locals-font-lock-keywords): ...for consistency.
19512
19513 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19514
19515 * vc.el (vc-switch-backend): Better error message if the buffer is
19516 not visiting a file under version control.
19517
19518 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19519
19520 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19521
19522 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19523 ~/.emacs.d/.emacs.
19524
19525 2005-10-29 Richard M. Stallman <rms@gnu.org>
19526
19527 * replace.el (occur-mode-mouse-goto): Always go to other window.
19528 (occur-mode-goto-occurrence): Always switch in same window.
19529
19530 * simple.el (undo): Display message at end, not at start.
19531
19532 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19533 New arg REUSE-CELL.
19534 (cancel-timer-internal): New function.
19535 (timer-event-handler): Use cancel-timer-internal,
19536 and pass the cell it returns to timer-activate...
19537
19538 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19539 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19540 (jit-lock-after-change): Test memory-full.
19541
19542 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19543
19544 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19545 part of the decoded armor to find the key-identifier.
19546 (pgg-gpg-lookup-key-owner): New function to return the
19547 human-readable identifier of a key owner.
19548 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19549 key itself.
19550 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19551 the key value) if we have a key and can match it against a secret
19552 key. Also, added a note pointing out fact that the prompt only
19553 indicates the first matching key.
19554
19555 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19556 pgg-decrypt-region.
19557 (pgg-pending-timers): A new hash for tracking the passphrase cache
19558 timers, so that new ones supercede old ones.
19559 (pgg-add-passphrase-to-cache): Rename from
19560 `pgg-add-passphrase-cache' to reduce confusion (all callers
19561 changed). Modified to cancel old timers when new ones are added.
19562 (pgg-remove-passphrase-from-cache): Rename from
19563 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19564 changed). Modified to cancel old timers when their keys are
19565 removed from the cache.
19566 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19567 XEmacs, an indirection to delete-itimer.
19568 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19569 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19570 users can only check cache without risk of prompting. Correct bug in
19571 notruncate behavior.
19572 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19573 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19574 Add informative docstrings.
19575 (pgg-decrypt): Convey provided passphrase in subordinate call to
19576 pgg-decrypt-region.
19577
19578 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19579 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19580 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19581 `passphrase' argument, so the passphrase can be managed externally
19582 and then passed in to the system.
19583
19584 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19585 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19586 so the passphrase cache can be used reliably with identifiers
19587 besides a pgp packet's key id.
19588
19589 * pgg-gpg.el (pgg-pgp-encrypt-region)
19590 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19591 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19592 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19593 argument to all these routines, so the passphrase can be managed
19594 externally and passed in to the system.
19595
19596 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19597 `notruncate' argument, so the passphrase cache can be used
19598 reliably with identifiers besides a pgp packet's key id.
19599
19600 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19601
19602 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19603 symmetric encryption.
19604 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19605 encrypted session key.
19606 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19607 message ask for the passphrase in a proper way.
19608
19609 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19610 New user commands for symmetric encryption.
19611
19612 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19613
19614 * textmodes/conf-mode.el (conf-assignment-sign)
19615 (conf-assignment-regexp): Fix docstrings.
19616 (conf-mode-initialize): New function.
19617 (conf-mode): Remove optional args. Use delay-mode-hooks to
19618 recognize recursive calls.
19619 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19620 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19621 (conf-xdefaults-mode): Use define-derived-mode and
19622 conf-mode-initialize.
19623
19624 2005-10-29 Romain Francoise <romain@orebokech.com>
19625
19626 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19627
19628 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19629
19630 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19631 part of the decoded armor to find the key-identifier.
19632 (pgg-gpg-lookup-key-owner): New function to return the
19633 human-readable identifier of a key owner.
19634 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19635 key itself.
19636 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19637 the key value) if we have a key and can match it against a secret
19638 key. Also, added a note pointing out fact that the prompt only
19639 indicates the first matching key.
19640
19641 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19642 pgg-decrypt-region.
19643 (pgg-pending-timers): A new hash for tracking the passphrase cache
19644 timers, so that new ones supercede old ones.
19645 (pgg-add-passphrase-to-cache): Rename from
19646 `pgg-add-passphrase-cache' to reduce confusion (all callers
19647 changed). Modified to cancel old timers when new ones are added.
19648 (pgg-remove-passphrase-from-cache): Rename from
19649 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19650 changed). Modified to cancel old timers when their keys are
19651 removed from the cache.
19652 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19653 XEmacs, an indirection to delete-itimer.
19654 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19655 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19656 users can only check cache without risk of prompting. Correct bug in
19657 notruncate behavior.
19658 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19659 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19660 Add informative docstrings.
19661 (pgg-decrypt): Convey provided passphrase in subordinate call to
19662 pgg-decrypt-region.
19663
19664 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19665
19666 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19667 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19668 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19669 `passphrase' argument, so the passphrase can be managed externally
19670 and then passed in to the system.
19671
19672 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19673 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19674 so the passphrase cache can be used reliably with identifiers
19675 besides a pgp packet's key id.
19676
19677 * pgg-gpg.el (pgg-pgp-encrypt-region)
19678 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19679 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19680 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19681 argument to all these routines, so the passphrase can be managed
19682 externally and passed in to the system.
19683
19684 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19685 `notruncate' argument, so the passphrase cache can be used
19686 reliably with identifiers besides a pgp packet's key id.
19687
19688 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19689
19690 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19691 symmetric encryption.
19692 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19693 encrypted session key.
19694 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19695 message ask for the passphrase in a proper way.
19696
19697 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19698 New user commands for symmetric encryption.
19699
19700 2005-10-28 Bill Wohler <wohler@newt.com>
19701
19702 * help-mode.el (help-url): New button type. Calls browse-url.
19703 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19704 Similar to Info nodes: URL `url'.
19705 (help-make-xrefs): Create help-url buttons for
19706 help-xref-url-regexp matches.
19707
19708 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19709
19710 * tool-bar.el (tool-bar-add-item-from-menu)
19711 (tool-bar-local-item-from-menu): Fix doc strings.
19712
19713 2005-10-28 Romain Francoise <romain@orebokech.com>
19714
19715 * ldefs-boot.el: Update.
19716
19717 * subr.el (locate-library): Move from help-fns.el.
19718 * help-fns.el (locate-library): Move to subr.el.
19719
19720 2005-10-28 Richard M. Stallman <rms@gnu.org>
19721
19722 * net/tramp.el (tramp-completion-mode): defvar moved up.
19723
19724 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19725
19726 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19727
19728 * files.el (find-file-noselect): Use %d to format large file size.
19729
19730 * bindings.el (mode-line-format): Add %e.
19731
19732 * loadup.el ("facemenu"): Load unconditionally.
19733 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19734 ("x-dnd"): Load, when appropriate.
19735
19736 * startup.el (command-line): Call before-init-hook earlier.
19737 Warn about some bad characters in -u user name.
19738
19739 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19740 (flyspell-external-point-words): Error if misspelled word is not found.
19741 Set flyspell-large-region-beg at end of word.
19742
19743 2005-10-28 Andreas Schwab <schwab@suse.de>
19744
19745 * view.el (View-revert-buffer-scroll-page-forward):
19746 Use view-page-size-default.
19747
19748 2005-10-28 Juri Linkov <juri@jurta.org>
19749
19750 * international/quail.el (quail-get-current-str): Translate last
19751 raw character for deterministic input methods.
19752
19753 2005-10-27 Jay Belanger <belanger@truman.edu>
19754
19755 * calc/calc-ext.el: Add functions to autoloads.
19756 (math-identity-matrix-p, math-ident-row-p): New functions.
19757
19758 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19759 multiplication by an identity matrix; don't turn multiplication by
19760 an inverse matrix into division.
19761 (math-div-symbol-fancy): Replace division by matrices with
19762 multiplication by inverse.
19763
19764 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19765
19766 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19767 (calc-writeoutpower): New functions.
19768
19769 2005-10-27 Romain Francoise <romain@orebokech.com>
19770
19771 * replace.el (occur-engine): Include colon in mouse-face highlight.
19772
19773 * dired-x.el: Change Maintainer field.
19774
19775 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19776
19777 * longlines.el (longlines-mode): Bind after-change-functions to
19778 nil during initial decoding and final encoding.
19779
19780 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19781
19782 * term.el (term-emulate-terminal, term-handle-colors-array)
19783 (term-handle-ansi-escape): Specify the terminfo capabilities
19784 implemented.
19785
19786 2005-10-26 Richard M. Stallman <rms@gnu.org>
19787
19788 * info.el (Info-fontify-node): Fix detection of sentence-break
19789 before *Note.
19790
19791 2005-10-26 Romain Francoise <romain@orebokech.com>
19792
19793 * smerge-mode.el: Add `tools' to file keywords.
19794
19795 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19796
19797 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19798 when the fringe is not available.
19799
19800 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19801 (def-gdb-auto-update-trigger): Simplify construction.
19802 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19803 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19804 defined explicitly.
19805 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19806 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19807 defined explicitly.
19808 (gdb-info-locals-custom): Remove as it's a no-op.
19809
19810 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19811
19812 * longlines.el (longlines-mode): Remove narrowing before
19813 performing the initial decoding or final encoding.
19814
19815 2005-10-25 Romain Francoise <romain@orebokech.com>
19816
19817 * emacs-lisp/find-func.el (find-library-name): Also strip
19818 extension if library name ends in .el, to take advantage of
19819 `find-library-suffixes'.
19820
19821 2005-10-25 Richard M. Stallman <rms@gnu.org>
19822
19823 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19824
19825 2005-10-25 Juri Linkov <juri@jurta.org>
19826
19827 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19828 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19829
19830 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19831
19832 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19833 (blackbox-redefine-key): Add argument `map'.
19834
19835 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19836 regions when moving the jit-lock-context-unfontify-pos boundary.
19837
19838 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19839
19840 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19841
19842 2005-10-25 Masatake YAMATO <jet@gyve.org>
19843
19844 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19845
19846 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19847
19848 * play/blackbox.el (blackbox-redefine-key): New function.
19849 (blackbox-mode-map): Use it to remap existing bindings for cursor
19850 motion instead of binding literal keys.
19851
19852 2005-10-25 Glenn Morris <rgm@gnu.org>
19853
19854 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19855 diary does not end in a newline. Do not assume a blank line at
19856 the start of the diary file.
19857
19858 2005-10-25 Kenichi Handa <handa@m17n.org>
19859
19860 * international/quail.el (quail-translate-key): If the input
19861 method is deterministic and failed to handle the last key, restart
19862 the key handling loop from an appropriate key.
19863
19864 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19865
19866 * vc.el (vc-dired-mode): Extend comment for binding of
19867 `directory-listing-before-filename-regexp'.
19868
19869 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19870
19871 * textmodes/texinfo.el (texinfo-mode):
19872 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19873 not to unnecessarily expose emacs-mule's internal char codes.
19874
19875 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19876
19877 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19878 Display hand pointer and help-echo on disabled icon too.
19879 (gdb-mouse-until): New function.
19880 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19881
19882 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19883
19884 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19885 with 2005-10-23 change to doctor.el.
19886
19887 * finder.el (finder-mode-map): Add follow-link binding.
19888
19889 2005-10-25 Kim F. Storm <storm@cua.dk>
19890
19891 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19892 to gdb-mouse-toggle-breakpoint-fringe.
19893 (gdb-mouse-toggle-breakpoint-margin): Rename from
19894 gdb-mouse-toggle-breakpoint. Fix doc.
19895 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19896 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19897 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19898 string properties also for fringe breakpoint bitmaps.
19899
19900 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19901
19902 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19903
19904 2005-10-25 Masatake YAMATO <jet@gyve.org>
19905
19906 * simple.el (completion-common-substring):
19907 Use `completion-common-substring' prior to `completion-base-size'.
19908
19909 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19910
19911 * savehist.el: Require CL while compiling.
19912 (savehist-history-variables): Remove.
19913 (savehist-save-minibuffer-history, savehist-additional-variables)
19914 (savehist-minibuffer-history-variables): New vars.
19915 (savehist-save): Use them.
19916 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19917 (savehist-install): New fun, extracted from savehist-load.
19918 (savehist-load): Use them.
19919
19920 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19921
19922 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19923 a dummy doc-string-elt property.
19924 (defalias, defvaralias, define-category): Add a docstring property.
19925
19926 * image.el (defimage):
19927 * widget.el (define-widget):
19928 * custom.el (defface, defcustom): Add `doc-string' declaration.
19929
19930 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19931 (defadvice): Add `doc-string' declaration.
19932
19933 * emacs-lisp/byte-run.el (macro-declaration-function):
19934 Handle `doc-string' declarations.
19935 (define-obsolete-function-alias, define-obsolete-variable-alias):
19936 Add `doc-string' declaration.
19937
19938 2005-10-24 Kenichi Handa <handa@m17n.org>
19939
19940 * international/utf-7.el (utf-7): Add autoload cookie.
19941
19942 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19943
19944 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19945
19946 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19947 list of directories passed to batch-update-autoloads. Add "." to
19948 the list of the echoed directories.
19949
19950 * pgg-def.el:
19951 * pgg-gpg.el:
19952 * pgg-parse.el:
19953 * pgg-pgp.el:
19954 * pgg-pgp5.el:
19955 * pgg.el: Moved here from the gnus subdirectory.
19956
19957 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19958
19959 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19960 in case comint-prompt-read-only is set to t.
19961
19962 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19963 in case comint-prompt-read-only is set to t.
19964
19965 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19966
19967 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19968 Now a string.
19969 (icalendar-import-format): Handle CLASS, STATUS, URL.
19970 Rename `subject' to `summary'.
19971 (icalendar-import-format-summary): Rename from
19972 `icalendar-import-format-subject'.
19973 (icalendar-import-format-url, icalendar-import-format-status)
19974 (icalendar-import-format-class): New variables.
19975 (icalendar--rris): Take variable argument list.
19976 (icalendar--datestring-to-isodate): Remove unnecessary
19977 calendar-style check when converting dates with explicit month names.
19978 (icalendar-export-region): Change return type of conversion
19979 subroutines. Bury current buffer unless error occurred.
19980 (icalendar--convert-to-ical)
19981 (icalendar--parse-summary-and-rest): New functions.
19982 (icalendar--convert-ordinary-to-ical)
19983 (icalendar--convert-weekly-to-ical)
19984 (icalendar--convert-yearly-to-ical)
19985 (icalendar--convert-block-to-ical)
19986 (icalendar--convert-cyclic-to-ical)
19987 (icalendar--convert-anniversary-to-ical): Change return type.
19988 Strip trailing blanks from subject.
19989 (icalendar--convert-sexp-to-ical): Change return type.
19990 Strip trailing blanks from subject. Handle simple sexp
19991 entries as generated by icalendar.el.
19992 (icalendar--convert-float-to-ical)
19993 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19994 (icalendar-import-file): Doc fix.
19995 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19996 Correct call to icalendar--rris.
19997 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19998 `summary'.
19999 (icalendar--add-diary-entry): Rename `subject' to `summary'.
20000
20001 2005-10-24 Romain Francoise <romain@orebokech.com>
20002
20003 * server.el (server-sentinel): Set query-on-exit flag to nil on
20004 new client processes (it isn't inherited from the server process).
20005
20006 * replace.el (occur-engine): Rearrange text properties.
20007
20008 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
20009
20010 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20011 case-fold-search is nil.
20012 (debug-help-follow): Use help-xref-interned directly.
20013
20014 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
20015
20016 * thumbs.el (thumbs-image-type): Add .pbm.
20017
20018 2005-10-23 Richard M. Stallman <rms@gnu.org>
20019
20020 * faces.el (inhibit-face-set-after-frame-default): New variable.
20021 (set-face-attribute): Bind it.
20022 (face-set-after-frame-default): Test it.
20023
20024 * help-fns.el (describe-simplify-lib-file-name): New function.
20025 (describe-function-1, describe-variable): Use it.
20026
20027 * faces.el (describe-face): Use describe-simplify-lib-file-name.
20028
20029 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
20030 Eliminate nil as possible value.
20031 (tooltip-hide-delay): Reduce internal-border-width.
20032
20033 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
20034 (menu-bar-file-menu) <new-file>: Likewise.
20035
20036 * simple.el (line-move-finish): Ignore fields computing LINE-END.
20037
20038 * international/mule.el (load-with-code-conversion):
20039 Pass full file name to `eval-buffer' unless preloading.
20040
20041 * textmodes/flyspell.el (flyspell-large-region):
20042 Call ispell-check-version.
20043
20044 * textmodes/ispell.el (ispell-local-dictionary-overridden):
20045 Fix the make-variable-buffer-local call that was supposed
20046 to be for this variable.
20047 (ispell-aspell-supports-utf8): Doc fix.
20048 (ispell-find-aspell-dictionaries): Preserve elements of
20049 ispell-dictionary-alist for dictionaries that aspell doesn't report.
20050 (ispell-aspell-find-dictionary): Return nil on error.
20051
20052 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
20053 (doctor-symptoms): Likewise.
20054
20055 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
20056
20057 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
20058
20059 * cus-edit.el (custom-button, custom-button-pressed): New vars.
20060 (custom-raised-buttons): Add :set spec.
20061 (custom-button-unraised, custom-button-pressed-unraised):
20062 New faces, so that custom-raised-buttons actually does something.
20063 (custom-mode): Use custom-button and custom-button-pressed.
20064
20065 * wid-edit.el (widget-specify-button): Don't ignore
20066 widget-mouse-face on graphic terminals.
20067 (widget-move-and-invoke): Cleanup.
20068
20069 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
20070
20071 * whitespace.el (whitespace-cleanup): Doc fix.
20072
20073 2005-10-23 Romain Francoise <romain@orebokech.com>
20074
20075 * emulation/viper.el (viper-set-hooks): Quote forms passed to
20076 `eval-after-load' to avoid evaluating their result.
20077
20078 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
20079
20080 * files.el (directory-listing-before-filename-regexp):
20081 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
20082
20083 * dired.el (dired-move-to-filename-regexp): Remove.
20084 All occurences replaced by `directory-listing-before-filename-regexp'.
20085
20086 * dired-x.el, locate.el, vc.el:
20087 Replace `dired-move-to-filename-regexp' by
20088 `directory-listing-before-filename-regexp'. In vc.el it is
20089 overwritten locally; maybe this can be handled in files.el too.
20090
20091 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
20092 replaced by `directory-listing-before-filename-regexp'.
20093
20094 2005-10-23 Andreas Schwab <schwab@suse.de>
20095
20096 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
20097 and eval-next-after-load.
20098
20099 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
20100
20101 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
20102 exist, create it.
20103
20104 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
20105
20106 * allout.el: Remove autoloads for mailcrypt and crypt++.
20107 Require pgg, pgg-gpg during compilation.
20108 (allout-version): Increment version number to 2.1, and use a literal
20109 rather than RCS Id.
20110 (allout-default-encryption-scheme): Remove.
20111 (allout-passphrase-verifier-handling)
20112 (allout-passphrase-verifier-string)
20113 (allout-file-passphrase-verifier-string)
20114 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
20115 (allout-passphrase-hint-handling): Rename and simplify.
20116 (allout-init): Use `find-file-hook' if available, otherwise
20117 `find-file-hooks'.
20118 (allout-mode): Use `write-file-functions' if available, otherwise
20119 `local-write-file-hooks' and, instead of making auto-save-hook
20120 buffer local, make the write-file-hook activity contingent to
20121 allout-mode.
20122 (allout-mode): Use key-binding substitution in the docstring.
20123 (allout-kill-line): Spell-out kill ring data structure mutation
20124 instead of using byte-compiler-complaint-provoking `pop'.
20125 (allout-insert-listified): Use `insert' rather than `insert-string'
20126 (allout-toggle-current-subtree-encryption): Update docstring, adjust
20127 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
20128 (allout-encrypt-string): Totally revamped vis new underlying
20129 encryption facilities.
20130 (allout-mc-activate-passwd): Remove.
20131 (allout-obtain-passphrase): New, more or less replaces
20132 allout-mc-activate-passwd.
20133 (allout-encrypted-key-info): More or less replaces
20134 allout-encrypted-text-type.
20135 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
20136 (my-mark-marker): Use `(featurep 'xemacs)'.
20137
20138 2005-10-23 Lars Hansen <larsh@soem.dk>
20139
20140 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
20141 (byte-compile-file-form-defmumble, byte-compile-defun)
20142 (byte-compile-defmacro): Use it.
20143 (byte-compile-form): Don't call byte-compile-set-symbol-position
20144 when a byte-compile handler is called.
20145
20146 2005-10-22 Romain Francoise <romain@orebokech.com>
20147
20148 * savehist.el (savehist-history-variables): Add `grep-find-history'.
20149
20150 * subr.el (eval-after-load): Convert library name to an absolute
20151 file name using locate-library, since load-history no longer has
20152 library names in it.
20153
20154 2005-10-22 Richard M. Stallman <rms@gnu.org>
20155
20156 * files.el (make-temp-file): Move from subr.el.
20157 * subr.el (make-temp-file): Move to files.el.
20158
20159 * window.el (get-buffer-window-list): Move from subr.el.
20160 * subr.el (get-buffer-window-list): Move to window.el.
20161
20162 * image.el (image-load-path): Use eval-at-startup to initialize.
20163
20164 * subr.el (eval-at-startup): New macro.
20165
20166 * subr.el: Much rearrangement of functions and division
20167 into pages. No code changes.
20168
20169 2005-10-22 Kenichi Handa <handa@m17n.org>
20170
20171 * tar-mode.el (tar-extract): Be sure to call
20172 find-operation-coding-system if set-auto-coding doesn't find a
20173 coding system.
20174
20175 2005-10-22 Kim F. Storm <storm@cua.dk>
20176
20177 * image.el (image-type-header-regexps): Rename from image-type-regexps.
20178 Change users.
20179 (image-type-file-name-regexps): New defconst.
20180 (image-type-from-data): Simplify loop.
20181 (image-type-from-buffer): New defun.
20182 (image-type-from-file-header): Use it instead of image-type-from-data.
20183 Use image-search-load-path instead of only looking in data-directory.
20184 (image-type-from-file-name): New defun.
20185 (image-search-load-path): Change `pathname' to `filename'.
20186 Make PATH arg optional, default to image-load-path.
20187
20188 2005-10-21 Richard M. Stallman <rms@gnu.org>
20189
20190 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
20191
20192 * textmodes/paragraphs.el (sentence-end-base): New variable.
20193 (sentence-end): Use sentence-end-base.
20194
20195 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20196
20197 * font-lock.el (font-lock-default-fontify-region): Check the multiline
20198 property independently from the font-lock-multiline variable.
20199
20200 2005-10-21 Richard M. Stallman <rms@gnu.org>
20201
20202 * emacs-lisp/find-func.el (find-library-name): Doc fix.
20203
20204 * startup.el (command-line): Convert library names
20205 in `load-history' to absolute file names.
20206
20207 * subr.el (symbol-file): Doc fix.
20208
20209 * loadhist.el (file-loadhist-lookup): Call locate-library
20210 instead of find-library-name. Don't try converting
20211 abs file names to library names, since load-history no longer
20212 has library names in it.
20213 (file-dependents, file-provides, file-requires): Doc fixes.
20214
20215 2005-10-21 Juri Linkov <juri@jurta.org>
20216
20217 * progmodes/etags.el (tags-table-mode): New function.
20218 (tags-verify-table): Replace initialize-new-tags-table with
20219 tags-table-mode.
20220
20221 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
20222 default value.
20223 (desktop-modes-not-to-save): Add tags-table-mode to the
20224 default value.
20225
20226 * info.el (Info-index-next): Add total number of index
20227 alternatives to the message.
20228
20229 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
20230 backward only space (instead of space and period) before looking
20231 at sentence end.
20232
20233 * simple.el (set-variable): Use user-variable-p instead of symbolp.
20234 Add the old variable value as 4th default-value arg of read-string.
20235
20236 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20237
20238 * cus-face.el (custom-declare-face): Make face from X resources
20239 also on Mac.
20240
20241 * disp-table.el (standard-display-g1, standard-display-graphic):
20242 Refuse to use string glyphs also on Mac.
20243 (standard-display-european): Don't set terminal coding system also
20244 on Mac.
20245
20246 * frame.el (display-screens): Use x-display-screens also on Mac.
20247
20248 2005-10-21 Romain Francoise <romain@orebokech.com>
20249
20250 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
20251
20252 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20253
20254 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20255 and $? into sexps.
20256
20257 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20258 warning face on open-paren-in-column-0.
20259
20260 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20261 boundary case. Fix typo.
20262 Suggested by Martin Rudalics <rudalics@gmx.at>.
20263
20264 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
20265
20266 * textmodes/org.el (org-combined-agenda-icalendar-file)
20267 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20268 (org-export-icalendar-this-file)
20269 (org-export-icalendar-all-agenda-files)
20270 (org-export-icalendar-combine-agenda-files): New commands.
20271 (org-export-icalendar, org-print-icalendar-entries)
20272 (org-start-icalendar-file, org-finish-icalendar-file)
20273 (org-ical-ts-to-string): New functions.
20274 (org-read-date, org-goto-calendar)
20275 (org-agenda-goto-calendar): Inhibit displaying diary entries by
20276 call to `calendar'.
20277 (orgtbl-setup): Remove the :keys arguments from the menu description.
20278 (org-after-save-iCalendar-file-hook): New variable.
20279
20280 2005-10-21 Kenichi Handa <handa@m17n.org>
20281
20282 * language/vietnamese.el (tcvn-5712): Make it an alias of
20283 vietnamese-tcvn coding-system.
20284
20285 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
20286
20287 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20288 group id is given.
20289
20290 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20291
20292 * progmodes/sh-script.el (sh-escaped-line-re): New var.
20293 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20294 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20295 whose line is either continued or ends with a comment.
20296
20297 2005-10-20 Romain Francoise <romain@orebokech.com>
20298
20299 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20300
20301 * replace.el (occur-engine): Add follow-link property.
20302
20303 * font-core.el (font-lock-mode): Doc fix.
20304
20305 2005-10-20 Richard M. Stallman <rms@gnu.org>
20306
20307 * net/rcirc.el: New file.
20308
20309 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
20310
20311 * term.el (term-term-name): Initialize to "eterm-color".
20312
20313 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
20314
20315 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20316 for encryption functionality.
20317 Move allout customization subgroup from `editing' to `outlines' group.
20318 Fix commentary keywords to legitimate ones.
20319 Update author info (using my current email address, obscurified).
20320 (allout-encrypt-string, allout-encryption-produce-work-buffer)
20321 (allout-encrypted-topic-p, allout-encrypted-text-type)
20322 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20323 (allout-situate-encryption-key-verifier)
20324 (allout-get-encryption-key-verifier, allout-verify-key)
20325 (allout-next-topic-pending-encryption)
20326 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20327 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20328 (outline-key-verifier-handling, outline-key-hint-handling)
20329 (outline-encrypt-unencrypted-on-saves): New defcustoms.
20330 (allout-file-key-verifier-string, allout-encryption-scheme)
20331 (allout-key-verifier-string, allout-key-hint-string)
20332 (allout-after-save-decrypt): New variables.
20333 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20334 (allout-after-saves-handler): New hook functions.
20335 (allout-post-command-business): Do allout-after-save-decrypt.
20336 (allout-enable-file-variable-adjustment): Custom var to enable
20337 mechanism for adding and adjusting settings of Emacs file variables.
20338 (allout-adjust-file-variable, allout-file-vars-section-data):
20339 New functions, implement the mechanism.
20340 (outlineify-sticky): Use the file vars mechanism.
20341 (allout-inhibit-protection, allout-during-write-cue)
20342 (allout-override-protect, allout-before-change-protect): Remove.
20343 (allout-flag-region, allout-open-topic): Adjust read-only text.
20344 (allout-open-line-not-read-only): Add to facilitate read-only
20345 text based protection.
20346 (allout-kill-line): Revise to adjust read-only text, clue the
20347 user about the inhibition.
20348 (allout-unprotected): Use unwind-protect.
20349 (allout-shift-in, allout-shift-out): Disallow manually shifting a
20350 topic deeper than the offspring depth of the previous topic -
20351 avoiding confusing "containment discontinuities".
20352 (allout-reindent-bodies): Fix retention of body relative hanging
20353 indent during promotion of collapsed bodies.
20354 (allout-open-topic): Make it easy to open new topic with same
20355 bullet as current topic - topic creation functions provided with
20356 any universal argument provokes now prompt for bullet, defaulting
20357 to the bullet of the previous topic.
20358 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20359 Plain bullet alternates `.' period and `,' comma only. All other
20360 bullets are relegated to special status (but customizable).
20361 (allout-end-of-entry): Rename from allout-end-of-current-entry
20362 since it actually operates w.r.t. most immediately containing
20363 entry, visible or not.
20364 (allout-hide-current-entry, allout-show-current-entry): Use the
20365 revised version.
20366 (allout-old-expose-topic): Solidify deprecation.
20367 (allout-end-of-subtree): Add so we can span concealed as well
20368 as visible topics.
20369 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20370 (allout-end-of-current-heading): Tweak to just respect the first line.
20371 (allout-get-body-text): Add.
20372 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20373 when invoked interactively.
20374 (allout-up-current-level): Use `interactive-p'.
20375 (allout-mode, allout-init): Miscellaneous docstring and
20376 operational refinements, as well as hookups of new encryption stuff.
20377 (allout-beginning-of-current-entry): Now works as advertised.
20378 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20379 (allout-isearch-rectification): Refine condition for isearching.
20380 (allout-isearch-abort, allout-enwrap-isearch)
20381 (allout-flag-region, my-region-active-p): Relocate some macros.
20382 (allout-title): Fallback title is (buffer-name), not
20383 non-existing (current-buffer-name).
20384 (subst-char-in-string): Define if absent (for some XEmacs versions).
20385
20386 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20387
20388 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20389 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20390 (mail-citation-prefix-regexp, mail-signature-file)
20391 (mail-default-headers, mail-bury-selects-summary)
20392 (mail-send-nonascii): Add autoload cookies.
20393
20394 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20395
20396 * frame.el (blink-cursor-mode): Add `mac' to the list of
20397 window-system's that support blinking cursor.
20398
20399 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20400
20401 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20402
20403 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20404
20405 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20406 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20407 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20408
20409 2005-10-20 Kim F. Storm <storm@cua.dk>
20410
20411 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20412 (ido-set-current-directory): Don't add / after final @.
20413 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20414 Explicitly handle ange-ftp completion oddities.
20415 (ido-make-file-list): Don't rotate list at tramp root to avoid
20416 triggering tramp file handler for expand-file-name via get-file-buffer.
20417
20418 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20419
20420 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20421
20422 2005-10-19 Jay Belanger <belanger@truman.edu>
20423
20424 * calc/calc-units.el (math-standard-units): Add units, adjust
20425 symbols and update values.
20426 (math-unit-prefixes): Add more prefixes.
20427
20428 2005-10-19 Romain Francoise <romain@orebokech.com>
20429
20430 * bookmark.el (bookmark-menu-heading): New face.
20431 (bookmark-bmenu-list): Use it.
20432 Don't fiddle with `baud-rate' at top-level.
20433
20434 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20435
20436 * image.el (create-image, find-image): Mention max-image-size in
20437 docstring.
20438
20439 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20440
20441 * savehist.el (savehist-load): Revert to checking XEmacs.
20442
20443 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20444 Various docstring and line-width fixups.
20445 (conf-mode): Use cond.
20446 Set font-lock-defaults. Don't set comment-use-syntax.
20447
20448 2005-10-18 David Ponce <david@dponce.com>
20449
20450 * tree-widget.el (tree-widget-button-click): New function.
20451 (tree-widget-button-keymap): Use it.
20452
20453 2005-10-18 Romain Francoise <romain@orebokech.com>
20454
20455 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20456 (bookmark-bmenu-hide-filenames): Add follow-link property.
20457 Improve help-echo text.
20458
20459 * ffap.el (find-file-at-point): Doc fix.
20460
20461 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20462
20463 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20464
20465 2005-10-18 Masatake YAMATO <jet@gyve.org>
20466
20467 Install to the CVS repository what I forgot to install in my
20468 2005-10-16 changes.
20469
20470 * progmodes/python.el (python-complete-symbol): Pass the common
20471 prefix substring of completion to `display-completion-list'.
20472
20473 * textmodes/org.el (org-complete): Ditto.
20474
20475 2005-10-18 Masatake YAMATO <jet@gyve.org>
20476
20477 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20478
20479 * woman.el (WoMan-xref-man-page): New button type derived
20480 from `Man-abstract-xref-man-page'.
20481 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20482
20483 * man.el (Man-abstract-xref-man-page): New button type.
20484 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20485 (Man-highlight-references): Add new optional argument `xref-man-type'.
20486
20487 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20488
20489 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20490
20491 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20492
20493 * cus-edit.el (Custom-move-and-invoke): Delete.
20494 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20495
20496 * wid-edit.el (widget-move-and-invoke): New function, from
20497 Custom-move-and-invoke.
20498
20499 2005-10-17 Bill Wohler <wohler@newt.com>
20500
20501 Move all remaining images from lisp/toolbar to etc/images, move
20502 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20503 the low resolution images in their own directory (low-color).
20504
20505 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20506 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20507 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20508 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20509 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20510 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20511 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20512
20513 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20514 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20515 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20516 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20517 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20518 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20519 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20520 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20521 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20522 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20523 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20524 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20525 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20526 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20527 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20528
20529 To conform with convention, replace the underscore (_) in the
20530 following image names with dash (-) or (/) as appropriate.
20531
20532 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20533 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20534 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20535 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20536 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20537 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20538 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20539 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20540 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20541 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20542 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20543 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20544 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20545 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20546 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20547
20548 * info.el (info-tool-bar-map): Replace underscores in image names
20549 with dashes.
20550
20551 * makefile.w32-in (WINS): Remove toolbar.
20552
20553 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20554
20555 * tool-bar.el: Move to lisp from toolbar. Now that
20556 toolbar is empty, it should be deleted when folks run "cvs up -P".
20557
20558 2005-10-18 Jay Belanger <belanger@truman.edu>
20559
20560 * calc/calc-store.el (calc-store-into): Get the proper variable name
20561 to display in message.
20562
20563 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20564
20565 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20566 expressions display in speedbar for all buffers when debugging.
20567 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20568
20569 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20570 (speedbar-insert-button, speedbar-make-button):
20571 Use add-text-properties.
20572 (speedbar-update-localized-contents)
20573 (speedbar-update-directory-contents)
20574 (speedbar-update-special-contents): Use dolist.
20575 (speedbar-buffer-easymenu-definition): Add a menu separator.
20576
20577 2005-10-17 Jason Rumney <jasonr@gnu.org>
20578
20579 * makefile.w32-in: Use $(lisp) consistently.
20580 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20581 for shell specific generation of mh-autoloads.
20582
20583 2005-10-17 Richard M. Stallman <rms@gnu.org>
20584
20585 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20586
20587 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20588
20589 * jit-lock.el (jit-lock-fontify-now):
20590 Move jit-lock-context-unfontify-pos to avoid wasted work.
20591
20592 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20593
20594 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20595 `tramp-completion-mode' for checking if we are in completion mode.
20596 (tramp-completion-handle-file-name-all-completions): Reorder code
20597 in order to complete for file names only in case there are no
20598 method/user/host completions. This is necessary for cooperation
20599 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20600
20601 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20602
20603 * longlines.el (longlines-search-forward)
20604 (longlines-search-backward): Match any number of spaces.
20605
20606 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20607
20608 * diff-mode.el (diff-mode): Doc fix.
20609
20610 2005-10-16 David Reitter <david.reitter@gmail.com>
20611
20612 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20613 as default on darwin and windows systems.
20614
20615 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20616
20617 * arc-mode.el (archive-zip-extract): Doc fix.
20618
20619 2005-10-16 Romain Francoise <romain@orebokech.com>
20620
20621 * mouse.el (mouse-1-click-follows-link): Doc fix.
20622
20623 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20624
20625 * savehist.el: Don't require CL at runtime.
20626 (savehist-xemacs): Remove.
20627 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20628 (savehist-no-conversion): Use (featurep 'xemacs).
20629 (savehist-load): Check existence of start-itimer rather than XEmacs.
20630 Use an idle timer.
20631 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20632 `delete-if-not'.
20633
20634 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20635
20636 * savehist.el: Newer version.
20637 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20638 (savehist-last-checksum, savehist-no-conversion): New vars.
20639 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20640 New functions.
20641 (savehist-load, savehist-save): Use them.
20642 (savehist-delimit): Remove.
20643
20644 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20645
20646 * progmodes/compile.el (compilation-goto-locus): Display the
20647 compilation buffer first and the source buffer second, in case they're
20648 in overlapping frames. Don't raise the compilation frame if it was the
20649 selected window upon entry. Pass the `other-window' arg to
20650 pop-to-buffer.
20651
20652 * info.el (Info-fontify-node): Use dolist.
20653 Change add-text-properties to put-text-property.
20654
20655 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20656
20657 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20658 bound of search.
20659
20660 2005-10-16 Masatake YAMATO <jet@gyve.org>
20661
20662 * dabbrev.el (dabbrev-completion): Pass the common
20663 prefix substring of completion to `display-completion-list'.
20664
20665 * filecache.el (file-cache-minibuffer-complete)
20666 (file-cache-complete): Ditto.
20667
20668 * tempo.el (tempo-display-completions): Ditto.
20669
20670 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20671
20672 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20673
20674 * eshell/em-hist.el (eshell-list-history): Ditto.
20675
20676 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20677
20678 * mail/mailalias.el (mail-complete): Ditto.
20679
20680 * progmodes/etags.el (complete-tag): Ditto.
20681
20682 * progmodes/make-mode.el (makefile-complete): Ditto.
20683
20684 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20685
20686 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20687
20688 * progmodes/pascal.el (pascal-complete-word)
20689 (pascal-show-completions): Ditto.
20690
20691 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20692
20693 * simple.el (completion-common-substring): New variable.
20694 (completion-setup-function): Use `completion-common-substring'
20695 to put faces.
20696
20697 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20698
20699 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20700 (x-get-selection, mac-select-convert-to-string): Convert from/to
20701 UTF-16 clipboard data as in native byte order, no BOM.
20702
20703 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20704
20705 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20706 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20707 (gud-sentinel): Use speedbar-frame to check for speedbar.
20708
20709 2005-10-15 Richard M. Stallman <rms@gnu.org>
20710
20711 * savehist.el: New file.
20712
20713 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20714
20715 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20716 Fix bug in \bf fontification.
20717
20718 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20719
20720 * pcvs.el (cvs-edit-log-files): New var.
20721 (cvs-mode-edit-log): New arg `file'.
20722 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20723 Instead force the use of the original file and nothing else.
20724 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20725 the cvs-minor-wrap-function is set.
20726 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20727
20728 2005-10-14 Bill Wohler <wohler@newt.com>
20729
20730 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20731 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20732 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20733 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20734 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20735 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20736 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20737 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20738 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20739 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20740 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20741 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20742 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20743 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20744 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20745
20746 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20747 appropriately (for example, gud-break to gud/break).
20748
20749 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20750
20751 * longlines.el (longlinges-search-function)
20752 (longlines-search-forward, longlines-search-backward): New functions.
20753 (longlines-mode): Set isearch-search-fun-function to
20754 longlinges-search-function.
20755
20756 * mouse.el (mouse-drag-region-1): Handle the case where a
20757 double-click event is bound to an arbitrary function.
20758
20759 2005-10-14 David Ponce <david@dponce.com>
20760
20761 * recentf.el (recentf-track-opened-file)
20762 (recentf-track-closed-file, recentf-update-menu)
20763 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20764 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20765 mouse-1-click-follows-link.
20766
20767 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20768
20769 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20770 Gnome file-manager.png. Suggested by
20771 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20772
20773 * toolbar/README: Add diropen.xpm.
20774
20775 2005-10-13 Bill Wohler <wohler@newt.com>
20776
20777 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20778 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20779
20780 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20781
20782 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20783 Don't waste the byte-compiler's time on constant data.
20784
20785 2005-10-13 Kenichi Handa <handa@m17n.org>
20786
20787 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20788 byte with `escape-glyph' face.
20789
20790 * international/fontset.el (ccl-encode-unicode-font):
20791 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20792 Handle the case that ucs-mule-to-mule-unicode translates a character to
20793 ASCII (usually for IPA characters).
20794
20795 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20798 Don't hide the underline of titles if font-lock-mode is disabled.
20799
20800 2005-10-12 Bill Wohler <wohler@newt.com>
20801
20802 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20803 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20804 files in MH-E-SRC have been updated.
20805 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20806
20807 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20808
20809 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20810 (mixal-mode-syntax-table): Add \n as end-comment.
20811 (mixal-operation-codes-alist): Immediately initialize to full value.
20812 (mixal-add-operation-code): Remove.
20813 (mixal-describe-operation-code): Make the arg non-optional.
20814 Use the interactive spec instead.
20815 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20816 (mixal-font-lock-keywords): Don't highlight comments here any more.
20817 (mixal-font-lock-syntactic-keywords): New var.
20818 (mixal-mode): Use it. Fix comment-start-skip.
20819
20820 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20821
20822 * startup.el (command-line-x-option-alist): -nb => -nbi.
20823
20824 2005-10-12 Kim F. Storm <storm@cua.dk>
20825
20826 * startup.el (fancy-splash-default-action): Discard mouse click in
20827 the splash screen window, as it has no sensible meaning in the
20828 next window to be selected. Fixes error reported by Jan D.
20829
20830 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20831
20832 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20833
20834 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20835
20836 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20837 Try to fix up minor layout issues like indentation, line break, etc...
20838 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20839 because it doesn't work.
20840 (mixal-operation-codes): Add some more codes.
20841 (mixal-font-lock-keywords): Process comments here.
20842 (mixal-mode): mixasm no longer needs -g option.
20843
20844 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20845
20846 * progmodes/sh-script.el (sh-tmp-file):
20847 Use mktemp -t. Finish support for es and rc shells.
20848
20849 2005-10-11 Jay Belanger <belanger@truman.edu>
20850
20851 * calc/calcalg2.el (calc-integral): With an argument, compute the
20852 definite integral.
20853
20854 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20855
20856 * mouse.el (mouse-drag-region-1): Don't try to catch a
20857 double-click when doing follow-link (it's overridden anyway).
20858
20859 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20860
20861 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20862 (autoload-print-form-outbuf): Add docstring.
20863
20864 2005-10-11 Juri Linkov <juri@jurta.org>
20865
20866 * info.el (Info-mode-menu): Delete menu item "Edit".
20867 (Info-mode): Delete description of Info-edit from docstring,
20868 and rearrange descriptions of Info commands in the order
20869 they are documented in the Info manual.
20870
20871 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20872
20873 * calendar/appt.el (appt-check): Use diary-selective-display var.
20874
20875 2005-10-10 Richard M. Stallman <rms@gnu.org>
20876
20877 * net/newsticker.el (newsticker-start, newsticker-show-news):
20878 Add autoload cookies.
20879
20880 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20881
20882 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20883
20884 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20885
20886 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20887
20888 2005-10-10 Jay Belanger <belanger@truman.edu>
20889
20890 * calc/calc-arith.el (math-check-known-scalarp)
20891 (math-check-known-matrixp): Check the values of arguments that are
20892 variables.
20893 (math-check-known-square-matrixp): New function.
20894 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20895 (math-super-types): Add sqmatrix type.
20896
20897 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20898 mode name `square' to `sqmatrix'.
20899
20900 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20901 mode name `square' to `sqmatrix'.
20902
20903 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20904
20905 * progmodes/etags.el (select-tags-table-mode): Don't use
20906 selective-display.
20907 (tags-select-tags-table): Pass `button' to the action function.
20908 (select-tags-table): Place the side-info on button properties rather
20909 than in hidden text. Abbreviate file names.
20910 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20911 (select-tags-table-select): Add `button' argument.
20912 Get side-info from the button property rather than from hidden text.
20913
20914 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20915
20916 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20917 (gud-speedbar-buttons): Preserve point if possible.
20918 (gud-sentinel): Restore previous speedbar display type.
20919
20920 * progmodes/gdb-ui.el (gdba): Improve diagram.
20921 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20922 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20923 Call get-buffer-window once.
20924
20925 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20926
20927 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20928 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20929 (pascal-indent-command): Remove unused var `ind'.
20930 (pascal-indent-case): Remove unused var `oldpos'.
20931 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20932 since it's now used as a proper minor mode map.
20933 (pascal-outline): Rename to pascal-outline-mode.
20934 (pascal-outline-mode): Use define-minor-mode.
20935 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20936 selective-display.
20937
20938 2005-10-10 Andreas Schwab <schwab@suse.de>
20939
20940 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20941 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20942
20943 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20944 outside source directory.
20945
20946 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20947
20948 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20949 C-x' as a prefix.
20950 (orgtbl-mode-map): Full keymap instead of sparse, because all
20951 `self-insert-command' keys are redefined in this map.
20952 (org-export-as-html): Specify charset for HTML file, by taking it
20953 from the coding system.
20954
20955 2005-10-10 Kenichi Handa <handa@m17n.org>
20956
20957 * textmodes/flyspell.el (flyspell-check-word-p):
20958 If unread-command-events is non-empty, don't call sit-for.
20959
20960 2005-10-09 Richard M. Stallman <rms@gnu.org>
20961
20962 * font-lock.el (font-lock-syntactic-keywords)
20963 (font-lock-keywords): Doc fixes.
20964
20965 * textmodes/flyspell.el (flyspell-external-point-words):
20966 Simplify logic, and don't try to check for consecutive appearances
20967 of one incorrect word.
20968
20969 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20970
20971 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20972 separator.
20973
20974 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20975 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20976 (gud-expansion-speedbar-buttons): New function.
20977 (gud-speedbar-buttons): Check for gud-comint-buffer.
20978
20979 2005-10-09 Bill Wohler <wohler@newt.com>
20980
20981 * Makefile.in (updates): Add mh-loaddefs dependency.
20982
20983 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20984
20985 * speedbar.el (speedbar-file-key-map): Fix typo.
20986
20987 2005-10-09 Daniel Brockman <daniel@brockman.se>
20988
20989 * cus-start.el (line-spacing): Add custom spec.
20990
20991 2005-10-09 Romain Francoise <romain@orebokech.com>
20992
20993 * textmodes/ispell.el (ispell-check-version): Fix last change.
20994
20995 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20996
20997 * term/x-win.el: Remove -i, --icon-type from comment.
20998
20999 * startup.el (command-line-x-option-alist): Remove options -i,
21000 -itype, --icon-type, added -nb, --no-bitmap-icon.
21001
21002 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
21003
21004 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21005 instead of :active.
21006
21007 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
21008
21009 * textmodes/ispell.el (ispell-check-version):
21010 Ignore hyphen, and all that follows, in aspell's version text.
21011
21012 2005-10-08 Jay Belanger <belanger@truman.edu>
21013
21014 * calc/calc-arith.el (math-known-square-matrixp): New function.
21015 (math-pow-fancy): Check for matrices before distributing exponent
21016 across products.
21017
21018 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21019 fullscreen keypad. Suggested by Luc Teirlinck.
21020 (calc-keypad-show-input): Add space for formatting.
21021
21022 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21023 Add square matrix option.
21024
21025 * calc/calc-poly.el (math-expand-term): Check for matrices instead
21026 of checking calc-matrix-mode when deciding how to expand.
21027
21028 * calc/calc.el (calc-set-mode-line): Add square matrix option.
21029
21030 2005-10-08 Lars Hansen <larsh@soem.dk>
21031
21032 * net/tramp.el (tramp-perl-directory-files-and-attributes):
21033 Add error handling.
21034 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
21035
21036 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
21037
21038 Sync with Tramp 2.0.51.
21039
21040 * net/tramp.el (tramp-handle-set-visited-file-modtime)
21041 (tramp-handle-insert-file-contents, tramp-handle-write-region):
21042 Insert special handling for `last-coding-system-used', again
21043 it still seems to be necessary (unlike stated before).
21044 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
21045 (tramp-password-prompt-regexp): There might be other words before
21046 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
21047 (tramp-chunksize): Improve docstring.
21048 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
21049 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
21050 Christian Joergensen <bugs@razor.dk>.
21051
21052 2005-10-07 Glenn Morris <rgm@gnu.org>
21053
21054 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
21055 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
21056 precision'.
21057
21058 2005-10-07 Romain Francoise <romain@orebokech.com>
21059
21060 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
21061 (ibuffer-do-shell-command-pipe-replace)
21062 (ibuffer-do-shell-command-file, ibuffer-do-eval)
21063 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
21064 (ibuffer-do-revert, ibuffer-do-replace-regexp)
21065 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
21066 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
21067 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
21068 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
21069 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
21070 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
21071 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
21072 Autoload file sans suffix.
21073
21074 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
21075
21076 2005-10-07 David Ponce <david@dponce.com>
21077
21078 * recentf.el (recentf-menu-open-all-flag): New option.
21079 (recentf-digit-shortcut-command-name): New function.
21080 (recentf--shortcuts-keymap): New variable.
21081 (recentf-menu-shortcuts): New variable.
21082 (recentf-make-menu-items): Initialize it. Replace the "More..."
21083 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
21084 (recentf-menu-value-shortcut): New function.
21085 (recentf-make-menu-item): Use it. No more in-lined.
21086 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
21087 (recentf-open-most-recent-file): Rename from
21088 `recentf-open-file-with-key'. Don't depend on key binding.
21089 (recentf-mode-map): New variable.
21090 (recentf-mode): Use it.
21091
21092 2005-10-06 Bill Wohler <wohler@newt.com>
21093
21094 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
21095
21096 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
21097 (MH-E-SRC): New. Used by mh-autoloads.
21098 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21099 files in MH-E-SRC have been updated.
21100 (compile, recompile, bootstrap): Depend on mh-autoloads.
21101
21102 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
21103
21104 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
21105 gud-break and gud-remove icons when the fringe is not available.
21106
21107 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
21108 Typo.
21109
21110 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21111
21112 * play/zone.el (zone): Wrap body with save-window-excursion.
21113
21114 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
21115
21116 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
21117 Use the new `list-only' arg to diary-list-entries.
21118
21119 * calendar/diary-lib.el: Use overlays rather than selective-display.
21120 (diary-selective-display): New var.
21121 (diary-header-line-format): Use it.
21122 (diary-list-entries): Add argument `list-only'.
21123 Put the buffer in diary-mode. Don't add \^M at beg and end.
21124 Replace \^M by invisible overlays.
21125 (diary-unhide-everything): Replace \^M by invisible overlays.
21126 (print-diary-entries): Look for overlays rather than \^M.
21127 Add a space to the temp buffer name.
21128 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
21129 Put the buffer in diary-mode.
21130 (list-sexp-diary-entries): Replace \^M by invisible overlays.
21131 (diary-anniversary): Make the year arg optional.
21132 (diary-time-regexp): New const.
21133 (diary-font-lock-keywords): Use it to accept a few more time formats.
21134
21135 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
21136
21137 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
21138
21139 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
21140 Fix bug introduced 2005-07-03: Use (car (last ...))
21141 to faithfully reproduce replaced artist-last.
21142 (artist-set-arrow-points-for-poly): Likewise.
21143 Suggested by Johan Bockg\e,Ae\e(Brd.
21144
21145 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
21146
21147 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
21148 * wid-edit.el (widget):
21149 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
21150 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
21151
21152 2005-10-06 Kenichi Handa <handa@m17n.org>
21153
21154 * international/mule-cmds.el (set-language-environment):
21155 Fix setting up of case-table for unibyte mode.
21156
21157 * simple.el (what-cursor-position): If the character is displayed
21158 by some `display' text property, show that. Don't use
21159 single-key-description for eight-bit characters in multibyte mode.
21160
21161 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
21162
21163 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
21164 (gdb-ann3): Set it.
21165 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
21166 (gdb-info-frames-custom): Use inverse-video for first five
21167 characters of selected frame only.
21168 (gdb-get-frame-number): Select frame even when point is on frame
21169 number.
21170
21171 2005-10-06 Masatake YAMATO <jet@gyve.org>
21172
21173 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
21174 Put `font-lock-function-name-face'.
21175 (gdb-info-frames-custom): Put `font-lock-function-name-face'
21176 and `font-lock-variable-name-face'
21177 (gdb-registers-font-lock-keywords): New font lock keywords definition.
21178 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
21179 (gdb-memory-font-lock-keywords): New font lock keywords definition.
21180 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
21181 (gdb-local-font-lock-keywords): New font lock keywords definition.
21182 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
21183 (gdb-threads-font-lock-keywords): New font lock keywords definition.
21184 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
21185
21186 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
21187
21188 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
21189 (ediff-merge-region-is-non-clash-to-skip): Previously called
21190 ediff-merge-region-is-non-clash.
21191
21192 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
21193 Use insert-buffer-substring.
21194
21195 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
21196 selecting files to patch. Also bug fixes.
21197
21198 * ediff-util.el (ediff-setup): Bug fix.
21199 (ediff-next-difference): Never skip clashes that differ in white
21200 space only.
21201
21202 * ediff-wind.el (ediff-setup-control-frame)
21203 (ediff-destroy-control-frame): Check the menubar feature.
21204
21205 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
21206 (viper-refresh-mode-line): Use make-local-variable to localize
21207 some vars instead of make-variable-buffer-local. Suggested by
21208 Stefan Monnier.
21209
21210 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
21211 (viper-restore-cursor-type, viper-set-insert-cursor-type):
21212 Use make-local-variable instead of make-variable-buffer-local.
21213 Suggested by Stefan Monnier.
21214
21215 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
21216 (viper-comint-mode-hook): Use make-local-variable on
21217 require-final-newline.
21218 (viper-non-hook-settings): Don't use make-variable-buffer-local.
21219
21220 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
21221
21222 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
21223 also the second char of a comment-start sequence.
21224 (scheme-sexp-comment-syntax-table): New var.
21225 (lambda, define): Set their scheme-doc-string-elt property.
21226 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
21227 Use lisp-font-lock-syntactic-face-function now that it properly
21228 handles |...| symbols.
21229 (scheme-mode-variables): Set lisp-doc-string-elt-property,
21230 parse-sexp-lookup-properties and font-lock-extra-managed-props.
21231
21232 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
21233 bit from # to |.
21234 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
21235
21236 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
21237 (lisp-doc-string-elt-property): New var.
21238 (lisp-font-lock-syntactic-face-function): Use it.
21239 Rewrite to recognize docstrings even for forms not at toplevel.
21240
21241 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
21242 annotation on the | part of #| rather than on the # part.
21243 (scheme-font-lock-syntactic-face-function): New function, to
21244 distinguish strings from |...| symbols.
21245 (scheme-mode-variables): Use it. Also fix up the font-lock-time
21246 syntax-table so that #|...|# is properly highlighted.
21247
21248 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
21249 Don't mark as docstring the 3rd elem of an unknown toplevel form.
21250
21251 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
21252
21253 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21254 and C-e.
21255
21256 * emacs-lisp/eldoc.el: Move comments into docstrings.
21257 (eldoc-message-commands): Initialize in its declaration.
21258 Add move-beginning-of-line and move-end-of-line.
21259 (eldoc-add-command, eldoc-add-command-completions)
21260 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21261
21262 * outline.el (outline-mark-subtree): Activate the mark.
21263
21264 * calendar/appt.el (appt-time-regexp): New var.
21265 (appt-add, appt-make-list): Use it.
21266 (appt-convert-time): Clean up.
21267
21268 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21269 Don't set any syntax-table property here.
21270 (tex-font-lock-verb): New function. Do it here.
21271 (tex-font-lock-syntactic-keywords): Use it.
21272
21273 2005-10-04 Richard M. Stallman <rms@gnu.org>
21274
21275 * wid-edit.el (widget-file-complete): Get the widget start point
21276 the right way. Default directory to `/' if file has none.
21277
21278 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21279
21280 * textmodes/flyspell.el (flyspell-mode-on):
21281 Call ispell-maybe-find-aspell-dictionaries.
21282
21283 * textmodes/ispell.el (ispell-word, ispell-region):
21284 Call ispell-maybe-find-aspell-dictionaries.
21285 (ispell-accept-buffer-local-defs):
21286 Don't call ispell-maybe-find-aspell-dictionaries.
21287
21288 2005-10-04 Richard M. Stallman <rms@gnu.org>
21289
21290 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21291
21292 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
21293
21294 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21295 instead of `fboundp' in order to allow for anonymous functions.
21296
21297 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
21298
21299 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21300 case the user clicks on the link while another window is selected.
21301 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21302
21303 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21304 functionality.
21305 (dframe-help-echo): Save point in case mouse tracking is off.
21306
21307 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
21308
21309 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21310
21311 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21312
21313 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21314 not change the global value of those vars.
21315
21316 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21317 make-local-variable which we do not need any more.
21318
21319 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
21320
21321 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21322 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21323 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21324 (speedbar-path-line): Define obsolete aliases.
21325 (speedbar-line-directory): Doc fix.
21326
21327 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21328 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21329 instead of speedbar-line-path.
21330
21331 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21332
21333 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21334 to nil if dropping on a window. Handle dropping on a minibuffer window
21335 like dropping on a non-window part of Emacs.
21336
21337 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * net/ange-ftp.el: Use with-current-buffer.
21340 (ange-ftp-insert-directory): Do not follow symlinks any more.
21341
21342 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21343 Remove interactive spec.
21344
21345 2005-10-03 Kim F. Storm <storm@cua.dk>
21346
21347 * ido.el (ido-mode): Use custom-initialize-set.
21348
21349 2005-10-02 Richard M. Stallman <rms@gnu.org>
21350
21351 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21352 Use insert-buffer-substring.
21353
21354 * net/tramp.el: Pacify byte compiler warnings in pacification code.
21355 (tramp-handle-file-local-copy): Use insert-buffer-substring.
21356
21357 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21358
21359 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21360 in last change.
21361 (ange-ftp-insert-directory): Fix up the search for the case where
21362 `file' is absolute.
21363
21364 2005-10-02 Romain Francoise <romain@orebokech.com>
21365
21366 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21367
21368 2005-10-02 Andreas Schwab <schwab@suse.de>
21369
21370 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21371 directory component in the session info.
21372
21373 2005-10-01 Richard M. Stallman <rms@gnu.org>
21374
21375 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21376
21377 * simple.el (next-error-internal): New function.
21378
21379 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21380 (compilation-start): Pass new arg to compilation-buffer-name.
21381 (compile-goto-error): Use next-error-internal.
21382
21383 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21384
21385 * speedbar.el: Remove RCS tag.
21386 (speedbar-check-read-only): Handle non-existent files.
21387
21388 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21389
21390 * info.el (Info-speedbar-hierarchy-buttons)
21391 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21392
21393 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21394
21395 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21396 Do not match newline.
21397 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21398 (bibtex-summary): Remove unnecessary save-excursion.
21399 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21400
21401 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21402
21403 * term/mac-win.el: Add charset info for "iso10646-1".
21404 Modify default fontset to use ATSUI-compatible fonts for some charsets
21405 if available.
21406
21407 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21408
21409 * speedbar.el: Re-apply arch tag.
21410 (speedbar-version): Rename to version 1.0. Suggested by Eric
21411 M. Ludlam.
21412 Reapply two changes from Emacs CVS' version of speedbar lost
21413 during the merge:
21414 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21415 (speedbar-frame-parameters): Improve customize type.
21416
21417 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21418
21419 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21420 (ange-ftp-file-directory-p): Fix the symlink case.
21421 (ange-ftp-insert-directory): When listing a single file, get a list of
21422 the parent buffer and extract the relevant line. Inspired from a patch
21423 by Katsumi Yamaoka <yamaoka@jpl.org>.
21424 (ange-ftp-file-name-sans-versions): Simplify.
21425
21426 2005-09-30 Bill Wohler <wohler@newt.com>
21427
21428 Move MH-E image files from toolbar and mail directories into
21429 etc/images.
21430
21431 * mail/reply2.*: Move to etc/images/mail/reply*.
21432
21433 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21434 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21435 etc/images.
21436
21437 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21438 * toolbar/reply*: Move to etc/images/mail.
21439
21440 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21441
21442 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21443
21444 * speedbar.el: New version 1.0pre3.
21445
21446 Frame management code (including timer, and mouse click specifics)
21447 moved to dframe.el:
21448 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21449 (speedbar-timer): Removed. Use dframe-timer.
21450 (speedbar-close-frame): Removed. Use dframe-close-frame.
21451 (speedbar-activity-change-focus-flag): Removed. Use
21452 dframe-activity-change-focus-flag.
21453 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21454 dframe-update-speed.
21455
21456 (speedbar-current-frame): New macro. Use this instead of the
21457 variable speedbar-frame.
21458
21459 (speedbar-use-images, speedbar-expand-image-button-alist)
21460 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21461
21462 (speedbar-find-image-on-load-path): Removed. Replaced by
21463 defezimage in ezimage.el.
21464 (speedbar-expand-image-button-alist): Removed. Replaced by
21465 ezimage-expand-image-button-alist in ezimage.el.
21466
21467 (speedbar-ignored-directory-regexp)
21468 (speedbar-add-ignored-directory-regexp)
21469 (speedbar-ignored-directory-expressions)
21470 (speedbar-line-directory, speedbar-buffers-line-directory)
21471 (speedbar-directory-line, speedbar-buffers-line-directory):
21472 Renamed, replacing `path' with `directory'.
21473
21474 (speedbar-create-directory, speedbar-expand-line-descendants)
21475 (speedbar-toggle-line-expansion)
21476 (speedbar-contract-line-descendants): New commands.
21477
21478 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21479 (speedbar-use-tool-tips-flag): New options.
21480
21481 (speedbar-check-read-only, speedbar-require-version)
21482 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21483 (speedbar-handle-delete-frame, speedbar-try-completion)
21484 (speedbar-update-localized-contents): New functions.
21485
21486 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21487 (speedbar-object-read-only-indicator): New variables.
21488
21489 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21490 New hooks.
21491
21492 (speedbar-separator-face): New face.
21493
21494 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21495 (speedbar-ignored-modes): Add fundamental-mode.
21496 (speedbar-directory-unshown-regexp): Add . directories.
21497
21498 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21499 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21500 `]' for full expand/close.
21501 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21502
21503 (speedbar-check-vc): Support hidden files.
21504 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21505 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21506 state is nil, it is not checked out.
21507
21508 (speedbar-line-text, speedbar-line-token): Support expand buttons
21509 with no text.
21510 (speedbar-refresh): Universal argument acts as power-click.
21511 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21512 that buffer to get variable values.
21513
21514 And many other bugfixes.
21515
21516 * dframe.el, ezimage.el, sb-image.el: New files.
21517
21518 * sb-*.xpm: Remove files. New image files installed into
21519 etc/images/ezimage.
21520
21521 2005-09-30 Kenichi Handa <handa@m17n.org>
21522
21523 * ps-mule.el (ps-mule-show-warning): If a character is in
21524 ps-print-translation-table, don't treat it as non-printable.
21525
21526 2005-09-30 David Ponce <david@dponce.com>
21527
21528 * tree-widget.el (tree-widget-themes-load-path): New variable.
21529 (tree-widget-themes-directory): Doc fix.
21530 (tree-widget-image-formats) [Emacs]: Doc fix.
21531 (tree-widget--locate-sub-directory): New function.
21532 (tree-widget-themes-directory): Use it.
21533
21534 * recentf.el (recentf-filename-handlers): Rename from
21535 `recentf-filename-handler'. Allow a list of functions.
21536 (recentf-menu-items-for-commands): Fix :help strings.
21537 (recentf-apply-filename-handlers): New function.
21538 (recentf-expand-file-name): Use it.
21539 (recentf-cleanup): Remove duplicates too.
21540
21541 2005-09-29 Juri Linkov <juri@jurta.org>
21542
21543 * faces.el: Rearrange face definitions to be in the same order as
21544 their face descriptions in "(emacs)Standard Faces".
21545
21546 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21547
21548 * tooltip.el (tooltip): Add group `basic-faces'.
21549
21550 * buff-menu.el (Buffer-menu-buffer): Remove group
21551 `font-lock-highlighting-faces'.
21552
21553 * progmodes/compile.el (compilation-error, compilation-warning)
21554 (compilation-info, compilation-line-number, compilation-column-number):
21555 Change group from `font-lock-highlighting-faces' to `compilation'.
21556
21557 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21558 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21559 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21560 (vhdl-font-lock-reserved-words-face)
21561 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21562 `font-lock-highlighting-faces'.
21563
21564 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21565
21566 2005-09-28 Kim F. Storm <storm@cua.dk>
21567
21568 * emulation/cua-base.el: Set CUA move property on additional commands:
21569 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21570 forward-sexp, backward-sexp, forward-list, backward-list.
21571
21572 2005-09-28 Romain Francoise <romain@orebokech.com>
21573
21574 * comint.el (comint-show-output): Really set point at the
21575 beginning of the output when not using `comint-use-prompt-regexp'.
21576
21577 2005-09-27 Jay Belanger <belanger@truman.edu>
21578
21579 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21580 in TeX mode.
21581
21582 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21583
21584 * textmodes/org.el (org-table-sum): Fix format string.
21585
21586 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21587 Quote face names.
21588
21589 2005-09-26 Romain Francoise <romain@orebokech.com>
21590
21591 * isearch.el (isearch-forward-regexp): Close doc string.
21592
21593 2005-09-25 Richard M. Stallman <rms@gnu.org>
21594
21595 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21596
21597 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21598
21599 * progmodes/compile.el (compilation-error-properties):
21600 When getting the file from the previous error message,
21601 correctly decode the new data format.
21602
21603 * progmodes/cc-cmds.el (c-electric-paren):
21604 Call old-blink-paren only for close-paren.
21605
21606 2005-09-24 Andreas Schwab <schwab@suse.de>
21607
21608 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21609 condition.
21610
21611 2005-09-25 Romain Francoise <romain@orebokech.com>
21612
21613 * dired-aux.el (dired-copy-file-recursive):
21614 * dired.el (dired-delete-file):
21615 * ediff-mult.el (ediff-dir-diff-copy-file):
21616 * ediff-util.el (ediff-test-save-region):
21617 * forms.el (forms-mode):
21618 * ido.el (ido-file-internal, ido-delete-file-at-head):
21619 * log-edit.el (log-edit-done):
21620 * ses.el (ses-yank-resize):
21621 * play/gomoku.el (gomoku-human-plays, gomoku)
21622 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21623 (gomoku-offer-a-draw):
21624 * play/landmark.el (lm-human-resigns, lm):
21625 * net/eudcb-ldap.el (eudc-ldap-check-base):
21626 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21627 * progmodes/ebrowse.el (ebrowse-find-pattern):
21628 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21629 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21630 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21631
21632 * vc.el (vc-delete-file):
21633 * play/gomoku.el (gomoku-terminate-game, gomoku)
21634 (gomoku-prompt-for-move, gomoku-human-takes-back):
21635 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21636 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21637
21638 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21639
21640 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21641 color rxvt terminals by using the code xterm.el used to use before
21642 2005-04-09 in order to match the colors used by rxvt.
21643
21644 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21645
21646 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21647 colors rxvt-unicode terminals by using the same code as xterm.el.
21648
21649 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21650
21651 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21652 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21653 new symbol used for the tex-verbatim face.
21654
21655 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21656
21657 * woman.el (woman-file-name):
21658 * wid-edit.el (widget-file-prompt-value)
21659 (widget-coding-system-prompt-value):
21660 * w32-fns.el (set-w32-system-coding-system):
21661 * vc.el (vc-version-diff, vc-annotate):
21662 * textmodes/reftex-auc.el (reftex-arg-cite)
21663 (reftex-arg-index-tag):
21664 * textmodes/refer.el (refer-get-bib-files):
21665 * textmodes/artist.el (artist-figlet-choose-font):
21666 * terminal.el (terminal-emulator):
21667 * replace.el (occur-read-primary-args):
21668 * rect.el (string-rectangle, string-insert-rectangle):
21669 * ps-print.el (ps-print-preprint):
21670 * progmodes/pascal.el (pascal-goto-defun):
21671 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21672 * progmodes/compile.el (compilation-find-file):
21673 * printing.el (pr-interactive-n-up):
21674 * play/animate.el (animate-birthday-present):
21675 * net/rcompile.el (remote-compile):
21676 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21677 * mail/rmailsum.el (rmail-summary-search-backward)
21678 (rmail-summary-search):
21679 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21680 (rmail-output-read-file-name):
21681 * mail/rmail.el (rmail-search, rmail-search-backwards):
21682 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21683 * locate.el (locate):
21684 * international/quail.el (quail-show-keyboard-layout):
21685 * international/mule.el (set-buffer-file-coding-system)
21686 (revert-buffer-with-coding-system, set-file-name-coding-system)
21687 (set-terminal-coding-system, set-keyboard-coding-system)
21688 (set-next-selection-coding-system):
21689 * international/mule-diag.el (describe-coding-system)
21690 (describe-font, describe-fontset):
21691 * international/mule-cmds.el (universal-coding-system-argument)
21692 (search-unencodable-char, describe-input-method)
21693 (set-language-environment, describe-language-environment):
21694 * international/codepage.el (codepage-setup):
21695 * international/code-pages.el (codepage-setup):
21696 * info.el (Info-search, Info-follow-reference)
21697 (Info-search-backward):
21698 * emacs-lisp/advice.el (ad-read-advised-function)
21699 (ad-read-advice-class, ad-clear-cache, ad-activate)
21700 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21701 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21702 (ad-read-regexp):
21703 * ediff-util.el (ediff-toggle-regexp-match):
21704 * ediff-ptch.el (ediff-prompt-for-patch-file):
21705 * dired-aux.el (dired-diff):
21706 * diff.el (diff):
21707 * cus-edit.el (custom-variable-prompt):
21708 * calendar/timeclock.el (timeclock-ask-for-project):
21709 * calc/calcalg3.el (calc-get-fit-variables):
21710 * calc/calc-store.el (calc-edit-variable)
21711 (calc-permanent-variable):
21712 * vc-mcvs.el (vc-mcvs-register):
21713 * shadowfile.el (shadow-define-literal-group):
21714 * woman.el (woman-file-name):
21715 * vc.el (vc-version-diff, vc-merge):
21716 * textmodes/reftex-index.el (reftex-index-complete-tag):
21717 * format.el (format-decode-buffer, format-decode-region):
21718 * emulation/viper-cmd.el (viper-read-string-with-history):
21719 * emacs-lisp/debug.el (cancel-debug-on-entry):
21720 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21721 * ediff.el (ediff-merge-revisions)
21722 (ediff-merge-revisions-with-ancestor, ediff-revision):
21723 * completion.el (interactive-completion-string-reader):
21724 * calc/calc-prog.el (calc-user-define-formula):
21725 Follow convention for reading with the minibuffer.
21726
21727 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21728
21729 * progmodes/python.el (python-describe-symbol): Add globals() and
21730 locals() to the arguments of emacs.ehelp.
21731
21732 2005-09-24 Magnus Henoch <mange@freemail.hu>
21733
21734 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21735 New function, code extracted from ispell-valid-dictionary-list.
21736 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21737 Call it.
21738
21739 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21740
21741 * subr.el (version-regexp-alist): Extend valid syntax for version
21742 strings: allow any of the characters -,_,+ to separate the
21743 alpha/beta/rc part from the version part. Doc fix.
21744 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21745
21746 2005-09-23 David Reitter <david.reitter@gmail.com>
21747
21748 * mail/mailclient.el: New file.
21749
21750 2005-09-23 Richard M. Stallman <rms@gnu.org>
21751
21752 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21753 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21754 Doc fixes.
21755
21756 * progmodes/cc-mode.el (c-font-lock-init):
21757 Specify font-lock-lines-before.
21758
21759 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21760
21761 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21762 whole conflict.
21763
21764 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21765
21766 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21767 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21768 of `remap' feature when available. Additional key bindings for
21769 better tty support.
21770 (org-mode-restart, org-force-self-insert): New commands.
21771 (org-time-stamp-inactive): New command.
21772 (org-remap): New function.
21773 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21774 (org-enable-fixed-width-editor): Move to `org-structure'
21775 customization group.
21776 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21777 blank field after field motion commands.
21778
21779 2005-09-23 Kenichi Handa <handa@m17n.org>
21780
21781 * international/mule-cmds.el (set-language-environment):
21782 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21783 have to call utf-translate-cjk-load-tables.
21784
21785 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21786
21787 * mouse.el (mouse-move-drag-overlay): Fix last change.
21788
21789 2005-09-22 David Ponce <david@dponce.com>
21790
21791 * tree-widget.el (tree-widget-value-create): Fix previous change.
21792
21793 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21794
21795 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21796
21797 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21798
21799 * mouse.el (mouse-move-drag-overlay): New function.
21800 (mouse-drag-region-1): Use it.
21801 Try to simplify a bit the state handling. Handle clicks on links
21802 inside intangible areas.
21803 (mouse-save-then-kill): Minor simplification.
21804 (mouse-secondary-overlay): Make it always non-nil instead of
21805 recreating it each time.
21806 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21807 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21808 Simplify accordingly.
21809
21810 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21811
21812 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21813
21814 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21815
21816 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21817 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21818 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21819 to patch.
21820
21821 * ediff-util.el: Use insert-buffer-substring.
21822
21823 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21824
21825 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21826 field boundaries in the minibuffer.
21827 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21828 (viper-minibuffer-post-command-hook): New hook.
21829 (viper-line): Don't move cursor at bolp.
21830
21831 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21832
21833 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21834 avoid compiler warnings.
21835
21836 * emulation/viper-macs.el (ex-map): Better messages.
21837
21838 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21839
21840 * emulation/viper.el: Replace make-variable-buffer-local with
21841 viper-make-variable-buffer-local everywhere, to avoid warnings.
21842
21843 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21844
21845 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21846 Delete unused var `old-selected-window'.
21847 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21848 (mouse-drag-secondary): Delete unused var `start-frame'.
21849
21850 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21851
21852 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21853
21854 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21855
21856 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21857 Re-indent within 80 columns. Use inhibit-read-only.
21858
21859 2005-09-19 Romain Francoise <romain@orebokech.com>
21860
21861 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21862
21863 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21864
21865 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21866 unconditionally, since the after-change-function already did it.
21867
21868 2005-09-19 Miles Bader <miles@gnu.org>
21869
21870 * net/newsticker.el: Get rid of CVS keyword.
21871
21872 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21873
21874 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21875 The prompt is formatted later.
21876
21877 2005-09-19 David Ponce <david@dponce.com>
21878
21879 * tree-widget.el (tree-widget-value-create): Save the converted
21880 tree :node widget.
21881
21882 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21883
21884 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21885 variable `message'.
21886
21887 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21888
21889 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21890 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21891 <slawomir.nowaczyk.847@student.lu.se>.
21892
21893 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21894
21895 * image.el (image-load-path): Use symbol `data-directory' instead
21896 of its value, for backward compatibility with packages that bind
21897 it during `find-image'. Suggested by Katsumi Yamaoka.
21898 (image-search-load-path): Handle symbols whose values are strings.
21899
21900 2005-09-18 Romain Francoise <romain@orebokech.com>
21901
21902 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21903 with-current-buffer form in save-excursion.
21904
21905 2005-09-18 Deepak Goel <deego@gnufans.org>
21906
21907 * apropos.el (apropos-command): Fix `message' call: first arg
21908 should be a format spec. In this and all other cases that appear
21909 below and elsewhere in the source code, I made a change only when
21910 two conditions were satisfied: [1] I can think of a possibility
21911 that the arguments would cause an error, for example, the code in
21912 question relies on external variables such as filenames. [2] I
21913 was sure that the arg to `message' could not have been nil in the code.
21914
21915 * textmodes/tildify.el (tildify-region): Ditto.
21916
21917 * textmodes/reftex-index.el (reftex-index-change-entry)
21918 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21919 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21920 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21921 (org-priority, org-table-sum):
21922 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21923 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21924 (flyspell-word, flyspell-display-next-corrections):
21925 * textmodes/bibtex.el (bibtex-print-help-message):
21926 * textmodes/artist.el (artist-key-set-point-poly):
21927 * term/mac-win.el (mac-services-insert-text):
21928 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21929 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21930 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21931 (vhdl-compose-configuration):
21932 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21933 (sh-set-indent, sh-learn-line-indent):
21934 * progmodes/ps-mode.el (ps-mode-target-column):
21935 * progmodes/idlwave.el (idlwave-make-tags)
21936 (idlwave-scan-library-catalogs):
21937 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21938 * progmodes/gud.el (gud-jdb-analyze-source):
21939 * progmodes/flymake.el (flymake-log):
21940 * progmodes/ebnf2ps.el (ebnf-generate-region):
21941 * progmodes/cmacexp.el (c-macro-expansion):
21942 * progmodes/ada-xref.el (ada-treat-cmd-string):
21943 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21944 (ada-justified-indent-current, ada-batch-reformat):
21945 * play/zone.el (zone):
21946 * play/landmark.el (lm-move):
21947 * play/decipher.el (decipher-show-alphabet):
21948 * net/newsticker.el (newsticker--display-jump)
21949 (newsticker--display-scroll):
21950 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21951 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21952 * mail/feedmail.el (feedmail-dump-message-to-queue):
21953 * eshell/esh-proc.el (eshell-remove-process-entry):
21954 * emulation/ws-mode.el (ws-last-error):
21955 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21956 (viper-record-kbd-macro):
21957 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21958 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21959 * emacs-lisp/find-func.el (find-function-noselect):
21960 * calendar/timeclock.el (timeclock-status-string)
21961 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21962 (timeclock-when-to-leave-string):
21963 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21964 * calc/calc-units.el (calc-enter-units-table):
21965 * calc/calc-mode.el (calc-mode-record-mode):
21966 * woman.el (woman-mini-help):
21967 * wdired.el (wdired-change-to-wdired-mode):
21968 * vc.el (vc-retrieve-snapshot):
21969 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21970 * startup.el (display-startup-echo-area-message):
21971 * simple.el (set-goal-column):
21972 * ses.el (ses-command-hook, ses-recalculate-cell):
21973 * server.el (server-process-filter):
21974 * printing.el (pr-interface-txt-print, pr-interface-printify)
21975 (pr-interface-ps):
21976 * pcvs.el (cvs-help):
21977 * log-edit.el (log-edit, log-edit-mode-help):
21978 * iswitchb.el (iswitchb-possible-new-buffer):
21979 * isearch.el (isearch-edit-string):
21980 * image-mode.el (image-mode, image-minor-mode):
21981 * ibuf-macs.el (define-ibuffer-filter):
21982 * hi-lock.el (hi-lock-find-patterns):
21983 * files.el (toggle-read-only):
21984 * ediff-util.el (ediff-copy-diff)
21985 (ediff-write-merge-buffer-and-maybe-kill):
21986 * echistory.el (Electric-history-undefined):
21987 * dnd.el (dnd-insert-text):
21988 * dired-aux.el (dired-query):
21989 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21990 * bookmark.el (bookmark-bmenu-locate):
21991 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21992 Fix `message' calls to ensure first arg is a format string.
21993 The change was made only when these two conditions were satisfied:
21994 [1] when there is a possibility that the arguments would cause an error
21995 for example, if the code in question relies on external variables
21996 such as filenames, and
21997 [2] if the arg to `message' could not have been nil in the code.
21998
21999 * pcomplete.el (pcomplete--help): Fix `message' format spec.
22000 Not having a %s would be weird, though not technically wrong.
22001
22002 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22003
22004 * term/mac-win.el (mac-add-charset-info): Doc fix.
22005
22006 2005-09-17 Romain Francoise <romain@orebokech.com>
22007
22008 * shell.el (shell-resync-dirs): Handle echoing processes more
22009 reliably. Don't insert resync command if `comint-process-echoes'
22010 is non-nil.
22011
22012 2005-09-17 Magnus Henoch <mange@freemail.hu>
22013
22014 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22015 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22016 aspell versions >= 0.60.
22017 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22018 only if ispell-aspell-supports-utf8 is non-nil.
22019
22020 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22021
22022 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22023 buffer-local value to lisp-indent-function.
22024
22025 2005-09-17 Milan Zamazal <pdm@zamazal.org>
22026
22027 * progmodes/glasses.el (glasses-make-readable): If
22028 glasses-separator differs from underscore, put appropriate
22029 overlays over underscore characters.
22030 (glasses-convert-to-unreadable): If glasses-separator differs from
22031 underscore, try to convert glasses-separator characters to
22032 underscores.
22033
22034 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
22035
22036 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
22037 Use with-syntax-table and dolist.
22038
22039 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
22040
22041 * textmodes/reftex-auc.el:
22042 * textmodes/reftex-cite.el:
22043 * textmodes/reftex-dcr.el:
22044 * textmodes/reftex-global.el:
22045 * textmodes/reftex-parse.el:
22046 * textmodes/reftex-ref.el:
22047 * textmodes/reftex-sel.el:
22048 * textmodes/reftex-toc.el:
22049 * textmodes/reftex-vars.el:
22050 * textmodes/reftex.el: Small changes to remove compiler warnings.
22051
22052 * textmodes/reftex-index.el: Likewise.
22053 (reftex-query-index-phrase): More efficient use of markers.
22054
22055 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
22056
22057 * image.el (image-load-path): New variable.
22058 (image-search-load-path): New function.
22059 (find-image): Search for images in `image-load-path'.
22060
22061 2005-09-15 Richard M. Stallman <rms@gnu.org>
22062
22063 * follow.el: Change Maintainer field.
22064
22065 2005-09-15 David Ponce <david@dponce.com>
22066
22067 * recentf.el (recentf-save-file-modes): New option.
22068 (recentf-save-list): Use it.
22069
22070 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
22071
22072 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
22073 (mode-line-mule-info, mode-line-modified): Move bindings from
22074 mouse-3 to mouse-1.
22075
22076 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
22077
22078 * simple.el (sendmail-user-agent-compose): Revert last change.
22079
22080 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
22081
22082 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
22083 Use with-current-buffer.
22084 (ange-ftp-gwp-start): Remove unused var `gw-user'.
22085 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
22086 (ange-ftp-insert-directory): Remove unused var `short'.
22087 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
22088
22089 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
22090 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
22091
22092 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
22093 (check-calendar-holidays, diary-list-entries): Autoload.
22094 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
22095 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
22096
22097 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
22098 which mistakenly removed a call to display-buffer.
22099
22100 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
22101
22102 * obsolete/iso-insert.el: Move to obsolete/ from international/.
22103
22104 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
22105
22106 * progmodes/hideshow.el
22107 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
22108 (hs-allow-nesting): New user var.
22109 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
22110 (hs-hide-block-at-point): When nesting allowed,
22111 if there is already an overlay in place, delete it.
22112 (hs-safety-is-job-n): Delete func; remove call sites.
22113 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
22114 (hs-overlay-at): New func.
22115 (hs-already-hidden-p, hs-show-block): Use it.
22116 (hs-hide-all): Don't pre-clean if nesting allowed.
22117 (hs-show-all): Temporarily disallow
22118 nesting around call to `hs-discard-overlays'.
22119
22120 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
22121
22122 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
22123 Delete unused local var.
22124
22125 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
22126
22127 * help-fns.el (describe-categories): "?\ " -> "?\s".
22128 (help-do-arg-highlight): Recognize also ARG-n, as in
22129 `move-to-left-margin' (ARG+n is already recognized). Simplify.
22130
22131 * international/codepage.el (dos-unsupported-char-glyph):
22132 * net/newsticker.el (tool-bar-map, w3-mode-map)
22133 (w3m-minor-mode-map):
22134 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
22135 (ent-alist):
22136 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
22137
22138 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
22139
22140 * custom.el (custom-push-theme): Handle the case where a symbol is
22141 bound but face properties have not yet been assigned.
22142
22143 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
22144 Fix behavior if noerase is `t' and there is no mail buffer.
22145
22146 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
22147 if `continue' is nil, rather than signal an error.
22148
22149 2005-09-12 Richard M. Stallman <rms@gnu.org>
22150
22151 * font-lock.el (font-lock-keywords): Add autoload.
22152
22153 * help-fns.el (describe-variable): Rearrange to put source link
22154 in a predictable place.
22155
22156 * net/newsticker.el: New file.
22157
22158 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22159
22160 * calendar/calendar.el (calendar-for-loop): Add edebug info.
22161 (calendar-basic-setup): Use the new nil arg.
22162 (number-of-diary-entries): Move to diary-lib.el.
22163
22164 * calendar/diary-lib.el: Use with-current-buffer, match-string.
22165 (diary-list-entries): Use with-syntax-table and dolist.
22166 Rename from list-diary-entries.
22167 Use number-of-diary-entries if `number' is nil.
22168 (diary, diary-view-entries): Use this new name and new nil arg value.
22169 (number-of-diary-entries): Move from calendar.el.
22170 (diary-unhide-everything): New function.
22171 (include-other-diary-files, fancy-diary-display)
22172 (diary-show-all-entries, make-diary-entry): Use it.
22173 (diary-mail-entries): Use buffer-string.
22174 (mark-diary-entries): Fix long standing paren typo.
22175 (diary-sexp-entry): Use count-lines.
22176 (make-diary-entry): Avoid `previous-line'.
22177 (diary-mode-map): New var.
22178 (diary-mode): Redraw cal after saving. Setup header-line.
22179 (fancy-diary-display-mode): Use local-set-key.
22180
22181 * startup.el (command-line): Try calling various terminal-init-foo-bar
22182 functions by stripping hyphenated suffixes from $TERM.
22183
22184 * files.el (normal-mode): Check boundness of font-lock-keywords.
22185
22186 2005-09-12 Richard M. Stallman <rms@gnu.org>
22187
22188 * progmodes/compile.el: Don't decide a file's directory
22189 until the user actually tries to go there.
22190 (compilation-next-error-function):
22191 Pass compilation-find-file the directory from the file-struct.
22192 (compilation-internal-error-properties): Separate local FILE-STRUCT
22193 from FILE. Doc the args better. Rename arg FMT to FMTS.
22194 (compilation-find-file): Arg DIR renamed to DIRECTORY.
22195 Expand it, and if nil, use default-directory.
22196 (compilation-get-file-structure): Don't mix specified directory
22197 with default directory. Put specified directory into
22198 file-struct. Don't make the file name absolute.
22199
22200 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22201 (compile-command): Add autoload.
22202 (compilation-disable-input): Add autoload.
22203
22204 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
22205
22206 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
22207 strings of the variables it can override.
22208 (time-stamp): New (as yet undocumented) time-stamp-format escapes
22209 %Q and %q, for fully-qualified domain name and unqualified host name.
22210
22211 2005-09-11 Kim F. Storm <storm@cua.dk>
22212
22213 * emacs-lisp/authors.el (authors-aliases): Update list.
22214 (authors-fixed-entries): Update mldrag.el entry.
22215
22216 2005-09-10 Alan Mackenzie <acm@muc.de>
22217
22218 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
22219 from the region narrowed to.
22220
22221 2005-09-10 Magnus Henoch <mange@freemail.hu>
22222
22223 * textmodes/ispell.el (ispell-check-version): Signal an error if
22224 aspell version is less than 0.60.
22225
22226 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
22227
22228 * progmodes/octave-inf.el (inferior-octave-startup):
22229 Resync current dir at the end.
22230
22231 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
22232
22233 * woman.el (woman-topic-at-point-default):
22234 Rename to woman-use-topic-at-point-default.
22235 (woman-topic-at-point): Rename to woman-use-topic-at-point.
22236 (woman-file-name): Reflect renames above. Automatically use the
22237 word at point as topic if woman-use-topic-at-point is non-nil.
22238 Otherwise offer it as default but don't insert it in the
22239 minibuffer. Also use `test-completion' instead of `assoc' as
22240 suggested by Stefan Monnier.
22241
22242 2005-09-10 Andre Spiegel <spiegel@gnu.org>
22243
22244 * vc.el (vc-directory, vc-update-change-log): Throw an error on
22245 the attempt to do it over Tramp. This is not yet supported.
22246
22247 2005-09-10 Eli Zaretskii <eliz@gnu.org>
22248
22249 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22250 (menu-bar-non-minibuffer-window-p): New functions.
22251 ("Split Window", "Save As..."): Use them.
22252 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22253 ("Print Buffer", "Truncate Long Lines in this Buffer"):
22254 Use menu-bar-menu-frame-live-and-visible-p.
22255 ("Save Buffer", "Insert File", "Open Directory...")
22256 ("Open File...", "Visit New File..."):
22257 Use menu-bar-non-minibuffer-window-p.
22258 (kill-this-buffer-enabled-p, dired <menu-enable>):
22259 Use menu-bar-non-minibuffer-window-p.
22260
22261 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22262
22263 * cus-start.el (all): Don't complain about fringe-related
22264 built-ins if fringes are not supported. Ditto about
22265 selection-related built-ins. Fix the test for GTK-related built-ins.
22266
22267 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22268 ("Postscript Print Buffer", "Print Region", "Save As...")
22269 ("Save", "Insert File...", "Open Directory...")
22270 ("Open File...", "Visit New File..."")
22271 ("Truncate Long Lines in this Buffer"): Don't look at
22272 menu-updating-frame if this display does not support multiple frames.
22273
22274 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22275
22276 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22277
22278 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
22279
22280 * woman.el: Format- and whitespace-related changes.
22281
22282 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22283
22284 * woman.el: Fix my email address.
22285
22286 2005-09-08 Richard M. Stallman <rms@gnu.org>
22287
22288 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22289 (sh-mode): Locally set skeleton-pair-default-alist.
22290
22291 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22292
22293 * progmodes/flymake.el: Require `compile' unconditionally.
22294
22295 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22296
22297 * woman.el (woman-file-name): Provide a default, not initial input.
22298
22299 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22300
22301 * font-lock.el (font-lock-support-mode): Doc fix.
22302
22303 * descr-text.el (describe-property-list): Handle non-symbol prop names.
22304
22305 2005-09-08 Richard M. Stallman <rms@gnu.org>
22306
22307 * simple.el (blink-matching-open): Get rid of text props from
22308 the string shown in echo area. Don't permanently set point.
22309 Some rearrangements.
22310
22311 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22312
22313 * recentf.el (recentf-filename-handler): Add custom choice
22314 `abbreviate-file-name'.
22315
22316 * msb.el (msb--very-many-menus): Fix typo.
22317
22318 * disp-table.el (standard-display-european): Don't set
22319 enable-multibyte-characters to nil.
22320
22321 2005-09-08 David Ponce <david@dponce.com>
22322
22323 * recentf.el (recentf-show-file-shortcuts-flag): New option.
22324 (recentf-expand-file-name): Doc fix.
22325 (recentf-dialog-mode-map): Define digit shortcuts.
22326 (recentf--files-with-key): New variable.
22327 (recentf-show-digit-shortcut-filter): New function.
22328 (recentf-open-files-items): New function.
22329 (recentf-open-files): Use it.
22330 (recentf-open-file-with-key): New command.
22331
22332 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
22333
22334 * buff-menu.el (Buffer-menu-sort-by-column): New function.
22335 Suggested by Kim F. Storm.
22336 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22337 (Buffer-menu-make-sort-button): Use global keymap.
22338
22339 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
22340
22341 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22342 (Man-getpage-in-background-advice): Remove defadvice; it isn't
22343 necessary any longer with the remapped command.
22344 (Man-bgproc-sentinel-advice): Remove defadvice which counts
22345 formatting time only.
22346
22347 * net/tramp.el (tramp-action-password)
22348 (tramp-multi-action-password): Compile the password prompt from
22349 `method', `user' and `host'. Sometimes it isn't obvious which
22350 password to enter, for example with remote files offered by
22351 recentf.el, or with multiple steps. Suggested by Robert Marshall
22352 <robert@chezmarshall.freeserve.co.uk>.
22353
22354 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22355
22356 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22357 Fix regexp for when "s///" is at the beginning of line.
22358
22359 2005-09-07 Jay Belanger <belanger@truman.edu>
22360
22361 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22362 when in matrix mode.
22363
22364 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22365
22366 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22367 non-anonymous functions.
22368
22369 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
22370
22371 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22372 when using a header line. Otherwise, use mouse-1-click-follows-link.
22373
22374 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22375 can't be moved; don't signal an error.
22376
22377 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22378
22379 * cus-theme.el (custom-theme-write-faces): Save the current face
22380 spec, not the defface spec.
22381
22382 * custom.el (custom-known-themes): Clarify meaning of "standard".
22383 (custom-push-theme): Save old values in the standard theme.
22384 (disable-theme): Correct typo.
22385 (custom-face-theme-value): Deleted unused function.
22386 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22387
22388 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22389
22390 * progmodes/compile.el (compilation-goto-locus): Take into account
22391 iconified frames when determining whether the buffer is
22392 already visible.
22393 Don't reset window height if the window already existed.
22394
22395 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22396
22397 * custom.el (load-theme): Rename from require-theme.
22398 Add interactive spec.
22399 (enable-theme): Rename from custom-enable-theme.
22400 Add interactive spec.
22401 (disable-theme): Rename from custom-disable-theme.
22402 Add interactive spec.
22403 (custom-make-theme-feature): Doc fix.
22404 (custom-theme-directory): Doc fix.
22405 (provide-theme): Call enable-theme.
22406
22407 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22408
22409 * obsolete/lazy-lock.el (lazy-lock-mode):
22410 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22411 font-lock-mode if it's off. Print a warning instead.
22412
22413 * progmodes/compile.el (compilation-start): Ignore errors if the
22414 process died before we get to send-eof.
22415
22416 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22417 Undo last change. Enclosing the result in quotes broke things on Unix
22418 since tex-send-command passes it through shell-quote-argument.
22419 (tex-send-command): Pass `file' through convert-standard-filename
22420 when possible.
22421 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22422 info in a transcript.
22423
22424 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22425
22426 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22427 fix compilation warning. Reorder the key definitions to group
22428 together keys emitted by the current version of xterm.
22429
22430 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22431 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22432 Reorder predicates to correct min-color usage.
22433
22434 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22435
22436 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22437 Kill local variables when longlines-mode is turned off.
22438
22439 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22440
22441 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22442
22443 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22444
22445 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22446
22447 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22448 (font-lock-lines-before): Change default to being inactive.
22449 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22450 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22451
22452 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22453
22454 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22455 Deactivate temporarily advice if active (not needed for Emacs 22,
22456 but for backwards compatibility).
22457 (tramp-exists-file-name-handler): Rewrite. First implementation
22458 was too simple.
22459 (tramp-advice-make-auto-save-file-name):
22460 Call `tramp-handle-make-auto-save-file-name' (again, just for
22461 backwards compatibility).
22462
22463 2005-08-31 Reto Zimmermann <reto@gnu.org>
22464
22465 * progmodes/vhdl-mode.el
22466 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22467 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22468 (vhdl-set-default-project): New function (easier setting of default).
22469 (vhdl-port-copy): Handle extended identifiers for generics.
22470 (vhdl-compiler-alist): Better description for error message regexp.
22471 (vhdl-make): Query for target, use previous as default.
22472 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22473 (vhdl-font-lock-keywords-2): Fix fontification for record
22474 el. assign.
22475 (vhdl-speedbar-make-subpack-line): Add package body link.
22476 (vhdl-generate-makefile-1): Not include itself as dependency.
22477 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22478 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22479 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22480 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22481 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22482 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22483 (vhdl-import-project): Add string argument for `error'.
22484 (vhdl-compose-configuration)
22485 (vhdl-compose-configuration-architecture): Add configuration
22486 declaration generation.
22487 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22488 (vhdl-trailer-re): Add "record" keyword (better indentation).
22489 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22490 "[^ \t-\"]+".
22491 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22492 (vhdl-testbench-entity-file-name)
22493 (vhdl-testbench-architecture-file-name): Allow separate
22494 customization of testbench file names.
22495 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22496 (vhdl-get-visible-signals): Allow newline within alias declaration.
22497 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22498 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22499 (member-ignore-case): Alias for missing function in XEmacs.
22500 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22501 (vhdl-update-sensitivity-list): Ignore case on read signals.
22502 (vhdl-replace-string): Adjust case only for file names.
22503 (vhdl-update-sensitivity-list): Fix search for read signals.
22504 (vhdl-update-sensitivity-list): Exclude formal parameters.
22505 (vhdl-get-visible-signals): Include aliases of signals.
22506 (vhdl-get-visible-signals): Fix signal name searching.
22507 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22508 (vhdl-fixup-whitespace-region): Fix for character
22509 literals (e.g. `:').
22510
22511 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22512
22513 * ansi-color.el (comint-last-output-start):
22514 * bs.el (font-lock-verbose):
22515 * diff-mode.el (add-log-buffer-file-name-function):
22516 * dired-x.el (vm-folder-directory):
22517 * faces.el (help-xref-stack-item):
22518 * files.el (font-lock-keywords):
22519 * find-lisp.el (dired-buffers, dired-subdir-alist):
22520 * ido.el (cua-inhibit-cua-keys):
22521 * log-view.el (cvs-minor-wrap-function):
22522 * outline.el (font-lock-warning-face):
22523 * simple.el (compilation-current-error):
22524 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22525 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22526 * tooltip.el (comint-prompt-regexp):
22527 * w32-fns.el (explicit-shell-file-name):
22528 * term/mac-win.el (mac-charset-info-alist)
22529 (mac-services-selection, mac-system-script-code):
22530 * term/tty-colors.el (msdos-color-values):
22531 * term/w32-win.el (xlfd-regexp-registry-subnum):
22532 * term/x-win.el (x-keysym-table, x-selection-timeout)
22533 (x-session-id, x-session-previous-id):
22534 * textmodes/ispell.el (mail-yank-prefix):
22535 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22536 * textmodes/org.el (calc-embedded-close-formula)
22537 (calc-embedded-open-formula)
22538 (font-lock-unfontify-region-function):
22539 * textmodes/reftex-global.el (isearch-next-buffer-function)
22540 (TeX-master):
22541 * textmodes/reftex.el (font-lock-keywords):
22542 * textmodes/tex-mode.el (font-lock-comment-face)
22543 (font-lock-doc-face):
22544 * textmodes/texinfo.el (outline-heading-alist):
22545 Add defvars.
22546
22547 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22548 (artist-spray-chars, artist-mode-init, artist-replace-string)
22549 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22550 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22551 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22552
22553 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22554 (conf-align-assignments): "?\ " -> "?\s".
22555
22556 * textmodes/reftex-index.el (TeX-master): Add defvar.
22557 (reftex-index-phrases-marker): Move up defvar.
22558
22559 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22560 (reftex-toc-include-labels-indicator)
22561 (reftex-toc-include-index-indicator)
22562 (reftex-toc-max-level-indicator): Move up declarations.
22563
22564 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22565 of args to `tramp-run-real-handler', even if it's empty in this case.
22566
22567 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22568
22569 * dired.el (dired-move-to-filename-regexp): Add date format for
22570 Mac OS X 10.3 in East Asian locales.
22571
22572 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22573
22574 * files.el (make-auto-save-file-name): Add file name handler call
22575 if applicable.
22576
22577 * net/tramp.el (tramp-file-name-handler-alist)
22578 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22579 (tramp-handle-make-auto-save-file-name): Rename from
22580 `tramp-make-auto-save-file-name'.
22581 (tramp-exists-file-name-handler): New defun.
22582 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22583 `make-auto-save-file-name' is not a magic file name operation.
22584
22585 2005-08-30 Richard M. Stallman <rms@gnu.org>
22586
22587 * files.el (risky-local-variable-p):
22588 Match `-predicates' and `-commands.
22589
22590 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22591 (custom-save-all): Visit the file if necessary;
22592 kill the buffer if we created it.
22593 (custom-save-delete): Don't visit file or kill buffer here.
22594
22595 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22596
22597 * textmodes/org.el (org-special-keyword): New face.
22598 (org-table-copy-down, org-table-eval-formula)
22599 (org-table-recalculate, org-init-section-numbers):
22600 Use `string-to-number' instead of `string-to-int'.
22601 (org-get-location): Use `insert-buffer-substring' instead of
22602 `insert-buffer'.
22603 (org-modify-diary-entry-string): New function.
22604 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22605 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22606 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22607 active region.
22608 (org-export-as-html): Handle QUOTE keyword.
22609 (org-quote-string): New option.
22610 (org-bookmark-jump-unhide): New function, used for
22611 `bookmark-after-jump-hook'.
22612 (org-diary-default-entry): Apply only when not called through
22613 `org-agenda'.
22614
22615 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22616
22617 * net/eudc.el (mode-popup-menu):
22618 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22619 * progmodes/ada-mode.el (compile-auto-highlight)
22620 (skeleton-further-elements):
22621 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22622 * progmodes/cmacexp.el (msdos-shells):
22623 * progmodes/compile.el (font-lock-extra-managed-props)
22624 (font-lock-keywords, font-lock-maximum-size)
22625 (font-lock-support-mode):
22626 * progmodes/grep.el (font-lock-lines-before):
22627 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22628 * progmodes/mixal-mode.el (compile-command):
22629 * progmodes/perl-mode.el (font-lock-comment-face)
22630 (font-lock-doc-face, font-lock-string-face):
22631 * progmodes/prolog.el (comint-prompt-regexp):
22632 * progmodes/sh-script.el (font-lock-comment-face)
22633 (font-lock-set-defaults, font-lock-string-face):
22634 * progmodes/sql.el (font-lock-keyword-face)
22635 (font-lock-set-defaults, font-lock-string-face):
22636 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22637 (itimer-version, lazy-lock-defer-contextually)
22638 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22639 Add defvars.
22640
22641 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22642 (cperl-electric-keyword, cperl-electric-pod)
22643 (cperl-electric-backspace, cperl-forward-re)
22644 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22645 (vc-rcs-header, vc-sccs-header): Add defvars.
22646
22647 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22648 (font-lock-syntactic-keywords, gud-find-expr-function):
22649 Add defvars.
22650
22651 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22652 (gdb-frame-parameters): Declare before use.
22653
22654 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22655 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22656 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22657 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22658
22659 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22660 (idlwave-help-with-source): Use `insert-buffer-substring', not
22661 `insert-buffer'.
22662
22663 2005-08-29 Juri Linkov <juri@jurta.org>
22664
22665 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22666 Put outline-back-to-heading function call inside save-excursion.
22667
22668 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22669
22670 * man.el (Man-init-defvars, Man-translate-references)
22671 (Man-support-local-filenames, Man-highlight-references):
22672 * progmodes/sql.el (sql-interactive-mode):
22673 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22674
22675 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22676 (compilation-mode-font-lock-keywords): Add defvars.
22677 (checkdoc-interactive-loop): "?\ " -> "?\s".
22678
22679 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22680 (font-lock-doc-face, font-lock-string-face)
22681 (font-lock-keywords-case-fold-search): Add defvars.
22682 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22683
22684 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22685 Don't pass X and Y (they are ignored anyway).
22686 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22687 (mouse-delete-window): Make arguments optional.
22688
22689 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22690 (caesar-translate-table, minor-modes, news-buffer-save)
22691 (news-group-name, news-minor-modes): Add defvars.
22692
22693 * emacs-lisp/lselect.el (mouse-highlight-priority)
22694 (x-lost-selection-functions, zmacs-regions):
22695 * emacs-lisp/pp.el (font-lock-verbose):
22696 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22697 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22698 (ses-mode-map):
22699 * emacs-lisp/tcover-unsafep.el (safe-functions):
22700 * international/mule-cmds.el (mac-system-coding-system)
22701 (mac-system-locale):
22702 * language/ethio-util.el (rmail-current-message)
22703 (rmail-message-vector):
22704 * language/thai-util.el (thai-auto-composition-mode):
22705 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22706 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22707 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22708 (vm-primary-inbox, vm-spool-files):
22709 * mail/rmail.el (deleted-head, font-lock-fontified)
22710 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22711 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22712 (total-messages):
22713 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22714 (rmail-summary-mode-map):
22715 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22716 (rmail-last-label, rmail-last-multi-labels)
22717 (rmail-summary-vector, rmail-total-messages):
22718 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22719 * mail/rmailsum.el (msgnum):
22720 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22721 (rmail-current-message):
22722 * obsolete/fast-lock.el (font-lock-face-list):
22723 * obsolete/rnewspost.el (mail-reply-buffer):
22724 * obsolete/scribe.el (compile-command):
22725 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22726
22727 2005-08-28 John Paul Wallington <jpw@gnu.org>
22728
22729 * ibuf-ext.el (ibuffer-auto-update-changed):
22730 Use `frame-or-buffer-changed-p' to check whether we need to update.
22731 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22732 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22733 as a `frame-or-buffer-changed-p' state vector instead.
22734
22735 2005-08-27 Romain Francoise <romain@orebokech.com>
22736
22737 * textmodes/makeinfo.el (makeinfo-compile):
22738 Use `compilation-start'. Set `next-error-function' according to
22739 `disable-errors'.
22740 (makeinfo-next-error): New function.
22741 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22742 (makeinfo-buffer): Likewise.
22743
22744 * progmodes/compile.el (compilation-start): Add autoload cookie.
22745
22746 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22747 * textmodes/sgml-mode.el: Likewise.
22748 * progmodes/python.el: Likewise.
22749
22750 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22751
22752 * simple.el (blink-matching-paren-distance): Document the meaning
22753 of nil value, and allow to customize to nil.
22754
22755 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22756 command.com, not command.exe.
22757
22758 2005-08-26 John Wiegley <johnw@newartisans.com>
22759
22760 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22761 code around a bit so that an extraneous nil argument is not added
22762 to a command when no args are given.
22763
22764 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22765 double-quoted argument resolves to nil, return it as an empty
22766 string rather than as nil. This made it impossible to pass "" to
22767 a shell script as a null string argument.
22768
22769 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22770
22771 * outline.el (outline-invent-heading): New fun.
22772 (outline-promote, outline-demote): Use it.
22773 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22774 (outline-end-of-subtree): Remove unused var `opoint'.
22775
22776 2005-08-26 David Reitter <david.reitter@gmail.com>
22777
22778 * menu-bar.el (truncate-lines, write-file, print-buffer)
22779 (ps-print-buffer-faces, ps-print-buffer, split-window):
22780 Disable menu items when the frame they refer to is invisible, or when
22781 they refer to a buffer and the minibuffer is selected.
22782
22783 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22784
22785 * progmodes/flymake.el (flymake-highlight-err-lines):
22786 Use save-excursion around flymake-highlight-line to preserve point.
22787
22788 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22789
22790 * progmodes/octave-mod.el: Change Author and Maintainer address.
22791 (octave-maintainer-address): Change Kurt's email address.
22792 * progmodes/octave-inf.el: Change Author and Maintainer address.
22793 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22794
22795 2005-08-26 Kim F. Storm <storm@cua.dk>
22796
22797 * subr.el (version-list-<, version-list-<=, version-list-=):
22798 Rename from integer-list-*.
22799 (version-list-not-zero): Likewise. Fix while loop.
22800 (version=): Use version-list-= instead of string-equal.
22801
22802 2005-08-26 Richard M. Stallman <rms@gnu.org>
22803
22804 * outline.el (outline-promote): Try shortening the heading.
22805 As last resort, read the heading to use.
22806 (outline-demote): As last resort, read the heading to use.
22807
22808 2005-08-26 Romain Francoise <romain@orebokech.com>
22809
22810 * progmodes/compile.el (compilation-start): Doc fix.
22811
22812 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22813 (antlr-font-lock-additional-keywords): Fix reference to
22814 `antlr-font-lock-literal-regexp' erroneously changed during the
22815 mass face rename.
22816 (antlr-run-tool): Use `compilation-start'.
22817
22818 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22819 instead of the obsolete `compile-internal'.
22820
22821 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22822
22823 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22824 (number, original-date):
22825 * calendar/cal-china.el (date):
22826 * calendar/cal-coptic.el (date):
22827 * calendar/cal-french.el (date):
22828 * calendar/cal-hebrew.el (date, entry, number, original-date):
22829 * calendar/cal-islam.el (date, number, original-date):
22830 * calendar/cal-iso.el (date):
22831 * calendar/cal-julian.el (date):
22832 * calendar/cal-mayan.el (date):
22833 * calendar/cal-menu.el (date, event):
22834 * calendar/cal-persia.el (date):
22835 * calendar/lunar.el (date):
22836 * calendar/solar.el (date): Add defvars.
22837
22838 * emerge.el:
22839 * ibuffer.el:
22840 * info-xref.el:
22841 * obsolete/bg-mouse.el:
22842 * obsolete/sun-curs.el:
22843 * obsolete/swedish.el: Move the `defvar's to the top level.
22844
22845 * smerge-mode.el (smerge-refined-change): Add :group.
22846
22847 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22848
22849 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22850 (smerge-keep-n): Remove props.
22851 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22852 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22853 now that it's done in smerge-keep-n.
22854 (smerge-refined-change): New face.
22855 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22856 (smerge-refine): New funs.
22857 (smerge-basic-map): Bind smerge-refine.
22858
22859 2005-08-25 Juri Linkov <juri@jurta.org>
22860
22861 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22862 compilation-process-setup-function and compilation-disable-input
22863 in grep-mode instead of let-bindings in grep.
22864
22865 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22866 Delete "Automatic File De/compression" (auto-compression-mode).
22867
22868 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22869
22870 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22871 Silence warning about non-existent variable.
22872
22873 2005-08-25 Richard M. Stallman <rms@gnu.org>
22874
22875 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22876 Rename "Describe Key" to "Describe Key or Mouse Operation".
22877
22878 * mail/mailalias.el (build-mail-aliases): Delete comments
22879 from the contents before processing them.
22880
22881 * isearch.el (isearch-edit-string): Erase the Search prompt
22882 if user enters an empty string and there is no default.
22883
22884 * comint.el (comint-file-name-prefix): Add autoload.
22885
22886 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22887
22888 * subr.el (play-sound): Rearrange to avoid warning.
22889
22890 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22891
22892 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22893 New hook.
22894 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
22895
22896 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22897
22898 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22899
22900 * custom.el (custom-theme-set-variables): Sort minor modes last.
22901
22902 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22903
22904 * subr.el (version-separator, version-regexp-alist): New vars used by
22905 version comparison funs.
22906 (integer-list-<, integer-list-=, integer-list-<=)
22907 (integer-list-not-zero): New funs for integer list comparison.
22908 (version-to-list, version=, version<, version<=): New funs for version
22909 comparison.
22910
22911 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22912
22913 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22914 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22915 time to silence the byte-compiler.
22916
22917 * ibuffer.el (ibuffer-compile-make-eliding-form)
22918 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22919 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22920 so it's silly to get warnings for it).
22921 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22922 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22923 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22924 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22925 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22926 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22927 Defvar at compile time.
22928 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22929 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22930 Declare them before use.
22931
22932 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22933 (info-xref-good, info-xref-bad): Defvar at compile time.
22934
22935 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22936 Use `let*' instead of `let'.
22937
22938 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22939 (*mouse-y*, menu, char): Defvar at compile time.
22940 (sc::menu): Declare it before use.
22941 (sc::pack-one-line): Use `let', not `let*'.
22942
22943 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22944 (mail-send-hook): Defvar at compile time.
22945
22946 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22947 Defvar at compile time.
22948
22949 * term/sun-mouse.el (current-global-mousemap)
22950 (current-local-mousemap): Declare them before use.
22951
22952 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22953
22954 * bookmark.el (bookmark-after-jump-hook): New hook.
22955 (bookmark-jump): Run `bookmark-after-jump-hook'.
22956
22957 2005-08-23 Juri Linkov <juri@jurta.org>
22958
22959 * faces.el (minibuffer-prompt): Doc fix.
22960
22961 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22962
22963 * progmodes/xscheme.el: Trivial changes to silence warnings.
22964 (xscheme-previous-mode, xscheme-previous-process-state):
22965 Add defvars.
22966 (xscheme-last-input-end, xscheme-process-command-line)
22967 (xscheme-process-name, xscheme-buffer-name)
22968 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22969 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22970 (xscheme-control-g-synchronization-p)
22971 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22972 (default-xscheme-runlight, xscheme-runlight)
22973 (xscheme-runlight-string, xscheme-process-filter-state)
22974 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22975 Move to beginning of file.
22976 (scheme-interaction-mode-commands-alist)
22977 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22978 Declare them before use. Note: the initialization code for the
22979 variables has not been moved because it uses functions that reference
22980 the variables.
22981 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22982 (xscheme-prompt-for-expression-map): Declare them before use.
22983 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22984
22985 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22986
22987 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22988
22989 2005-08-22 Juri Linkov <juri@jurta.org>
22990
22991 * faces.el (set-face-underline): Delete this duplicate function
22992 and make an obsolete alias to set-face-underline-p.
22993 (set-face-underline-p): Use docstring of set-face-underline.
22994 (describe-face): Create hyperlink to parent face.
22995
22996 * info.el (Info-insert-dir): Use save-excursion around
22997 insert-buffer-substring.
22998 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22999 (Info-escape-percent): Delete function.
23000 (Info-fontify-node): Replace Info-escape-percent by
23001 replace-regexp-in-string with REP arg set to lambda that
23002 duplicates `%' and preserves text properties.
23003
23004 * progmodes/compile.el (compilation-disable-input): Doc fix.
23005 (define-compilation-mode): Doc fix and refill.
23006 (kill-compilation): Use `mode-name' in the error message.
23007 (compilation-find-file): Use `compilation-error' in the
23008 read-file-name's prompt.
23009
23010 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23011
23012 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23013 (smerge-auto-leave): Make undo re-enable the mode.
23014 (debug-ignored-errors): Add the user-error of impossible resolution.
23015 (smerge-resolve): Move things around a bit, in preparation for later.
23016 (smerge-diff): Don't fail if the buffer has no associated file.
23017 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23018 (smerge-conflict-overlay): New function.
23019 (smerge-match-conflict): Don't add text properties here.
23020 (smerge-find-conflict): Instead, add an overlay here.
23021 Also check for the case where we're inside a conflict already, so as to
23022 obviate the need for font-lock-multiline, which is unbearably slow with
23023 large conflicts and ciomplex font-lock patterns.
23024 (smerge-remove-props): Remove overlay rather than text-properties.
23025 (smerge-mode): Don't set font-lock-multiline.
23026 Remove overlays when turned off.
23027
23028 2005-08-21 Kim F. Storm <storm@cua.dk>
23029
23030 * ido.el (ido-ignore-item-p): Use save-match-data.
23031 Bind case-fold-search to ido-case-fold locally.
23032
23033 2005-08-20 Richard M. Stallman <rms@gnu.org>
23034
23035 * files.el (normal-mode): If font lock is on, turn it off and on.
23036
23037 * subr.el (replace-regexp-in-string): Doc fix.
23038
23039 * startup.el (command-line-1): Don't suppress startup screen
23040 due to existing processes.
23041
23042 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
23043
23044 * progmodes/compile.el (compilation-disable-input): Default to nil.
23045
23046 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23047
23048 * progmodes/compile.el (compilation-disable-input): New defcustom.
23049 (compilation-start): If compilation-disable-input is non-nil, send
23050 EOF to the compilation process.
23051
23052 2005-08-20 Eli Zaretskii <eliz@gnu.org>
23053
23054 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
23055 Run the argument of tex-shell-cd-command through
23056 convert-standard-filename, to get the correct style of slashes on
23057 Windows, and enclose the result in quotes, in case the file name
23058 includes whitespace or other special characters.
23059
23060 2005-08-19 Andreas Schwab <schwab@suse.de>
23061
23062 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
23063 process.
23064
23065 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
23066
23067 * cus-start.el (minibuffer-prompt-properties): Correct typo.
23068
23069 2005-08-18 Kim F. Storm <storm@cua.dk>
23070
23071 * scroll-lock.el: Fix errors due to incorrect line wrapping.
23072
23073 2005-08-18 Richard M. Stallman <rms@gnu.org>
23074
23075 * scroll-lock.el: New file.
23076
23077 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
23078
23079 * dired.el (dired-move-to-end-of-filename):
23080 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
23081
23082 2005-08-18 Kim F. Storm <storm@cua.dk>
23083
23084 * ido.el (ido-everywhere): Fix defcustom :set function to disable
23085 rather than toggle mode when custom value is nil.
23086 (ido-everywhere): Fix defun doc string.
23087
23088 2005-08-17 Richard M. Stallman <rms@gnu.org>
23089
23090 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
23091 as tag instead of "Inviolable".
23092
23093 2005-08-17 Kim F. Storm <storm@cua.dk>
23094
23095 * windmove.el (windmove-coordinates-of-position): Remove.
23096 (windmove-coordinates-of-window-position): Remove.
23097 (windmove-reference-loc): Use posn-at-point instead.
23098
23099 * subr.el (insert-for-yank-1): Doc fix.
23100
23101 * ido.el (ido-enter-matching-directory): Rename from
23102 ido-enter-single-matching-directory. Change `slash' choice to
23103 `only'. Add `first' choice.
23104 (ido-exhibit): Adapt to above changes.
23105
23106 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
23107
23108 * Makefile.in: Expand comment about building loaddefs.el.
23109
23110 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
23111
23112 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
23113 Comment use of defadvice.
23114
23115 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
23116
23117 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
23118
23119 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
23120 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
23121 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
23122 * progmodes/idlw-shell.el, progmodes/ld-script.el,
23123 * progmodes/which-func.el, ruler-mode.el, strokes.el,
23124 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
23125 for backward compatibility for faces that did not appear in the
23126 previous Emacs release.
23127
23128 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
23129
23130 2005-08-15 Kim F. Storm <storm@cua.dk>
23131
23132 * emulation/cua-base.el (cua-delete-region): Return t if
23133 deleted region was non-empty.
23134 (cua-replace-region): Inhibit overwrite-mode for
23135 self-insert-command if replaced region was non-empty.
23136 (cua--explicit-region-start, cua--status-string): Make them
23137 buffer-local at top-level...
23138 (cua-mode): ...rather than when mode is enabled.
23139
23140 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
23141
23142 * progmodes/vhdl-mode.el (vhdl-emacs-21):
23143 Set t for Emacs 21, 22, and so on.
23144
23145 2005-08-15 David Ponce <david@dponce.com>
23146
23147 * tree-widget.el: Update Commentary header.
23148 (tree-widget-theme): Doc fix.
23149 (tree-widget-space-width): New option.
23150 (tree-widget-image-properties): Look up in the default theme too.
23151 (tree-widget--cursors): Only for images with arrow pointer shape.
23152 (tree-widget-lookup-image): Pointer shape is hand by default.
23153 (tree-widget-icon): Rename generic icon widget from
23154 `tree-widget-control'.
23155 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
23156 derive from `tree-widget-icon'.
23157 (tree-widget-handle): Improve default look and feel of the text
23158 representation.
23159 (tree-widget): Rename :*-control properties to :*-icon properties.
23160 Add :action and :help-echo properties.
23161 (tree-widget-after-toggle-functions): Move.
23162 (tree-widget-close-node, tree-widget-open-node): Remove.
23163 (tree-widget-before-create-icon-functions): New hook.
23164 (tree-widget-value-create): Update to allow customization of icons
23165 and nodes at run-time via that new hook.
23166 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23167 (tree-widget-icon-action, tree-widget-icon-help-echo)
23168 (tree-widget-action, tree-widget-help-echo): New functions.
23169
23170 2005-08-15 Kim F. Storm <storm@cua.dk>
23171
23172 * ido.el (ido-buffer-internal): Use with-no-warnings.
23173 (ido-make-merged-file-list): Use while-no-input.
23174
23175 2005-08-15 Richard M. Stallman <rms@gnu.org>
23176
23177 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
23178 (flyspell-large-region): Fix doc and custom type.
23179
23180 2005-08-14 Richard M. Stallman <rms@gnu.org>
23181
23182 * files.el (interpreter-mode-alist): Doc fix.
23183
23184 * mail/rmail.el (rmail-nonignored-headers): New variable.
23185 (rmail-clear-headers): Use it.
23186 (rmail-reply): Better handling of mail-followup-to header.
23187
23188 * progmodes/sh-script.el (sh-font-lock-keywords-var):
23189 Rename variable from sh-font-lock-keywords. In the `shell' entry,
23190 don't try to refer to executable-font-lock-keywords.
23191 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
23192 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
23193 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
23194 (sh-mode): Set comment-start-skip, local-abbrev-table,
23195 imenu-case-fold-search.
23196 (sh-set-shell): Don't set them here.
23197 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
23198 Don't cache the results in the original alist; don't ever modify
23199 that alist.
23200
23201 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
23202
23203 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
23204 empty.
23205
23206 2005-08-15 Andreas Schwab <schwab@suse.de>
23207
23208 * desktop.el: Put autoload cookie at risky-local-variable declarations.
23209
23210 * dired.el, info.el, mail/rmail.el: Revert last change.
23211
23212 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
23213
23214 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
23215 modification in `eval-after-load' form.
23216 * info.el: Likewise.
23217 * mail/rmail.el: Likewise.
23218
23219 2005-08-14 Juri Linkov <juri@jurta.org>
23220
23221 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23222 Remove highlighting of "Compilation started". Highlight only
23223 the word "finished" in "Compilation finished". Add highlighting
23224 of "interrupt", "killed", "terminated" and the exit code.
23225 (compilation-start): Add newline after header. Use exactly the
23226 same time stamp format as the finishing message.
23227 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
23228
23229 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
23230 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
23231 Add highlighting of "interrupt", "killed", "terminated".
23232
23233 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
23234 enabled and the current command is self-insert-command, call it
23235 explicitly with overwrite-mode bound to nil, to not allow it
23236 to delete the character after the selected region.
23237
23238 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
23239
23240 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
23241 move-end-of-line, end-of-line, and beginning-of-line to the list
23242 of commands after which the echo area is updated.
23243
23244 2005-08-12 Eli Zaretskii <eliz@gnu.org>
23245
23246 * cus-edit.el (custom-save-all, custom-save-delete):
23247 Bind recentf-exclude to exclude custom-file.
23248
23249 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
23250
23251 * mail/rmailsum.el (rmail-summary-end-of-message): New command
23252 to go to the bottom of the mail message. Added to
23253 `rmail-summary-mode-map' with key "/".
23254 (rmail-summary-show-message): New (internal) function for use by
23255 both `rmail-summary-beginning/end-of-message'.
23256 (rmail-summary-beginning-of-message): Change to use
23257 rmail-summary-show-message.
23258
23259 * mail/rmail.el (rmail-end-of-message): New command to go to the
23260 end of the current message. Added to `rmail-mode-map' with key "/".
23261 (rmail-beginning-of-message): Fix to work as documented.
23262 (rmail-mode): Change documentation.
23263
23264 * progmodes/compile.el (compilation-start): Add the line
23265 "Compilation started" with compilation start time.
23266 (compilation-mode-font-lock-keywords): Add `started' to keywords.
23267
23268 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
23269
23270 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23271 of menu items.
23272
23273 2005-08-11 Richard M. Stallman <rms@gnu.org>
23274
23275 * simple.el (pop-global-mark): Reverse test of widen-automatically.
23276
23277 * battery.el (battery-status-function): Don't use ignore-errors.
23278
23279 2005-08-11 Lute Kamstra <lute@gnu.org>
23280
23281 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23282 define-obsolete-variable-alias.
23283
23284 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
23285
23286 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23287 (ange-ftp-send-cmd): Revert last change, and expand
23288 the comment explaining the problem.
23289
23290 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
23291
23292 * ldefs-boot.el: Update.
23293
23294 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23295 item to "Time, Load and Mail". Change help echo text.
23296
23297 * time.el (display-time-use-mail-icon, display-time-format)
23298 (display-time-string-forms): Shorten first line of docstrings.
23299
23300 2005-08-10 Lars Hansen <larsh@soem.dk>
23301
23302 * desktop.el (desktop-buffer-mode-handlers):
23303 Make non-customizable. Add autoload cookie. Change initial value to
23304 nil; add elements in respective modules instead. Fix doc string.
23305 (desktop-load-file): New function.
23306 (desktop-minor-mode-handlers): New autoloaded variable.
23307 (desktop-create-buffer): Call minor mode handlers.
23308 Use desktop-load-file to load major and minor mode modules prior to
23309 checking for a handler.
23310 (desktop-save): Don't add nil to desktop-minor-modes for minor
23311 modes with nil function in desktop-minor-mode-table. Don't delete
23312 desktop file before rewriting it.
23313 (desktop-locals-to-save): Add autoload cookie. Don't make
23314 automatically buffer-local. Add variables column-number-mode,
23315 size-indication-mode, indent-tabs-mode,
23316 indicate-buffer-boundaries, indicate-empty-lines and
23317 show-trailing-whitespace.
23318 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23319 regexps. Don't use desktop-clear-preserve-buffers-regexp.
23320 (desktop-clear-preserve-buffers-regexp): Delete.
23321 (desktop-clear-preserve-buffers): Update initial value and docstring.
23322 (desktop-save-buffer): Fix doc string.
23323
23324 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23325 (hilit-chg-desktop-restore): New function.
23326 (highlight-changes-mode): Add highlight-changes-mode to
23327 desktop-locals-to-save.
23328
23329 * dired.el: Add handler to desktop-buffer-mode-handlers.
23330 (dired-restore-desktop-buffer): Remove autoload cookie.
23331 (dired-mode): Add autoload cookie.
23332
23333 * info.el: Add handler to desktop-buffer-mode-handlers.
23334 (Info-restore-desktop-buffer): Remove autoload cookie.
23335 (Info-mode): Add autoload cookie.
23336
23337 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23338 (mh-restore-desktop-buffer): Remove autoload cookie.
23339 (mh-folder-mode): Add autoload cookie.
23340
23341 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23342 (rmail-restore-desktop-buffer): Remove autoload cookie.
23343
23344 2005-08-11 Masatake YAMATO <jet@gyve.org>
23345
23346 * hexl.el (hexl-address-region):
23347 (hexl-ascii-region, hexl-font-lock-keywords):
23348 (hexl-highlight-line-range): Use the term "region"
23349 instead of "area" for consistency with the other symbols
23350 defined in hexl.el.
23351
23352 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
23353
23354 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23355 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23356 out by Juri Linkov). Add `display-battery-mode'.
23357
23358 2005-08-09 Juri Linkov <juri@jurta.org>
23359
23360 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23361 Remove `-text' from face variable names.
23362 (compilation-error-file-name, compilation-warning-file-name)
23363 (compilation-info-file-name): Delete faces.
23364 (compilation-line-number, compilation-column-number):
23365 Remove face underlining.
23366 (compilation-message-face): Set to `underline' value by default.
23367 (compilation-error-face, compilation-warning-face)
23368 (compilation-info-face): Remove `-file-name' from face names.
23369 (compilation-error-text-face, compilation-warning-text-face)
23370 (compilation-info-text-face): Delete face variables.
23371 (compilation-text-face): Delete function.
23372
23373 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23374 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23375 (grep-error-face): Set to `compilation-error' instead of
23376 `compilation-error-face' (which is redefined to `grep-hit-face' in
23377 grep buffers).
23378 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23379 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23380
23381 * dired-aux.el (dired-do-query-replace-regexp):
23382 Use `query-replace-read-args'.
23383
23384 * replace.el (query-replace-read-from, query-replace-read-to)
23385 (query-replace-read-args): Rename arg `string' to `prompt'.
23386
23387 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23388
23389 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23390
23391 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23392 uploading files.
23393 (ange-ftp-canonize-filename): Handle file names beginning with ~
23394 correctly.
23395
23396 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23397
23398 * textmodes/fill.el (canonically-space-region)
23399 (fill-context-prefix, fill-french-nobreak-p)
23400 (fill-delete-newlines, fill-comment-paragraph)
23401 (justify-current-line): "?\ " -> "?\s".
23402
23403 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23404
23405 * textmodes/fill.el (fill-nonuniform-paragraphs):
23406 Improve argument/docstring consistency.
23407
23408 2005-08-09 Richard M. Stallman <rms@gnu.org>
23409
23410 * textmodes/ispell.el (ispell-word): More fboundp checks.
23411
23412 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23413 (find-file-noselect-1): Call it here, only if RAWFILE.
23414 (normal-mode): Always set some major mode.
23415 (save-some-buffers-action-alist): Change some explanation strings.
23416 (file-name-non-special): In the `quote' method, use unwind-protect.
23417
23418 2005-08-09 Magnus Henoch <mange@freemail.hu>
23419
23420 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23421 (ispell-have-aspell-dictionaries): New variable.
23422 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23423 (ispell-get-aspell-config-value): New function.
23424 (ispell-aspell-find-dictionary): New function.
23425 (ispell-aspell-add-aliases): New function.
23426 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23427 appropriate. Don't look for ispell dictionaries if we use aspell.
23428 (ispell-menu-map): Don't build a submenu of dictionaries.
23429
23430 2005-08-09 Richard M. Stallman <rms@gnu.org>
23431
23432 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23433 (sql-read-passwd): Use read-passwd.
23434
23435 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23436 (idlwave-toolbar-is-possible): Add defvars.
23437
23438 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23439 Avoid warnings.
23440
23441 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23442 (idlwave-system-class-info, idlwave-executive-commands-alist):
23443 Use defvar.
23444
23445 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23446
23447 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23448 Avoid warnings.
23449
23450 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23451 and content-type: headers.
23452
23453 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23454
23455 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23456 and rename some of them to be more self-explanatory.
23457
23458 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23459
23460 * startup.el (command-line-1): Implement -scriptload.
23461
23462 * replace.el (occur-engine): Initial *Occur* output not undoable.
23463
23464 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23465 and improve help strings.
23466
23467 * isearch.el (isearch-repeat): When changing direction,
23468 mark search successful.
23469
23470 * ediff-init.el: Use (featurep 'xemacs).
23471
23472 * comint.el (send-invisible): Identify buffer, if not selected.
23473
23474 * align.el: Delete autoload for c-guess-basic-syntax.
23475
23476 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23477
23478 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23479 Improve argument/docstring consistency. Doc fixes.
23480 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23481 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23482 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23483 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23484 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23485 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23486 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23487 Defvar at compile time.
23488
23489 2005-08-09 Juri Linkov <juri@jurta.org>
23490
23491 * info.el: Replace `info' with upper-case `Info' where appropriate.
23492 (info-title-1, info-title-2, info-title-3, info-title-4)
23493 (info-menu-header): Move up face definitions.
23494 (info-menu-star): Rename from `info-menu-5'.
23495 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23496 (Info-fontify-visited-nodes): Fix docstring.
23497 (Info-hide-note-references): Fix docstring.
23498 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23499 menu items in the same way as on cross-references.
23500 (info-apropos): Fix sorting order and formatting to be like in the
23501 stand-alone Info browser. Display error messages for 1 sec.
23502 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23503 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23504 from the menu bar.
23505 (Info-insert-dir): Restore point after calling
23506 `insert-buffer-substring'.
23507
23508 2005-08-08 Richard M. Stallman <rms@gnu.org>
23509
23510 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23511 (recompute-lucid-menubar): Add defvars.
23512
23513 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23514
23515 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23516
23517 * net/net-utils.el (run-dig): Rename from `dig'.
23518
23519 * play/gametree.el (gametree-mode): Use make-local-variable,
23520 not make-variable-buffer-local.
23521
23522 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23523
23524 * ansi-color.el (ansi-color-make-extent)
23525 (ansi-color-set-extent-face): Use fboundp, not functionp.
23526
23527 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23528 not make-variable-buffer-local.
23529
23530 * bookmark.el (Info-current-file): Add defvar.
23531 (bookmark-jump-noselect): Use with-no-warnings.
23532
23533 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23534
23535 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23536
23537 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23538
23539 * find-file.el (ada-procedure-start-regexp)
23540 (ada-package-start-regexp): Add defvars.
23541
23542 * info.el (Info-insert-dir): Use insert-buffer-substring.
23543
23544 * xml.el (xml-att-def-re): Add defvar.
23545
23546 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23547 calling convention.
23548
23549 * subr.el (while-no-input): Return t if there is input.
23550
23551 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23552
23553 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23554
23555 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23556
23557 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23558 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23559
23560 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23561
23562 * cmuscheme.el (scheme-start-file): Replace reference to
23563 `user-emacs-directory' by "~/.emacs.d/".
23564
23565 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23566
23567 * info.el (Info-dir-remove-duplicates): Avoid case folding
23568 in loop; instead, keep downcased strings for comparison.
23569 Suggested by Helmut Eller.
23570
23571 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23572
23573 Sync with Tramp 2.0.50.
23574
23575 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23576 XEmacs case; not necessary anymore.
23577 (tramp-user-regexp): Allow "@" as part of user name.
23578 (tramp-handle-set-visited-file-modtime)
23579 (tramp-handle-insert-file-contents)
23580 (tramp-handle-write-region): No special handling for
23581 `last-coding-system-used, because this is done in
23582 `tramp-accept-process-output' now.
23583 (tramp-accept-process-output): New defun.
23584 (tramp-process-one-action, tramp-process-one-multi-action)
23585 (tramp-wait-for-regexp, tramp-wait-for-output)
23586 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23587 Howells <dhowells@redhat.com>.
23588 (clear-visited-file-modtime): Defadvice removed. The check for
23589 unset buffer's modtime does not need to be based on
23590 `tramp-buffer-file-attributes'. Suggested by RMS.
23591 (tramp-message): Insert "\n" if not being at beginning of line.
23592 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23593 sequence with same logic.
23594 (tramp-completion-handle-expand-file-name): Discard call of
23595 `tramp-drop-volume-letter'. It is not necessary, and there have
23596 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23597 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23598 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23599 should always be visible.
23600 (tramp-handle-insert-directory, tramp-setup-complete)
23601 (tramp-set-process-query-on-exit-flag)
23602 (tramp-append-tramp-buffers): Pacify byte-compiler.
23603 (tramp-bug): Delete non-existing variables from list.
23604 Apply `tramp-load-report-modules' as pre-hook.
23605 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23606 `shell-prompt-pattern' because of non-7bit characters.
23607 Reported by Sebastian Luque <sluque@mun.ca>.
23608 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23609 (tramp-match-string-list): Remove function.
23610 (tramp-wait-for-regexp): Remove call of that function.
23611 Suggested by Kim F. Storm <storm@cua.dk>.
23612 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23613 instead of octal character code ?\600. The latter resulted in a
23614 syntax error with XEmacs.
23615
23616 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23617 XEmacs case; not necessary anymore.
23618 (tramp-smb-handle-write-region): No special handling for
23619 `last-coding-system-used, because this is done in
23620 `tramp-accept-process-output' now.
23621 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23622
23623 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23624
23625 * wid-edit.el (widget-choice-value-create):
23626 Unconditionally respect user choice. Set :explicit-choice back to nil
23627 when no longer needed.
23628 (widget-choice-action): Unconditionally respect user choice.
23629 Eliminate :explicit-choice-value.
23630
23631 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23632
23633 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23634 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23635 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23636 running new function `toggle-indicate-empty-lines'.
23637 Rename "Customize" item to "Customize fringe".
23638 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23639 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23640 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23641 Delete "Empty lines only" item.
23642 (menu-bar-showhide-fringe-ind-customize): New function.
23643 (menu-bar-showhide-fringe-ind-mixed)
23644 (menu-bar-showhide-fringe-ind-box)
23645 (menu-bar-showhide-fringe-ind-right)
23646 (menu-bar-showhide-fringe-ind-left)
23647 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23648 instead of `fringe-indicators'.
23649
23650 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23651
23652 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23653 Change the date of last update.
23654
23655 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23656
23657 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23658 (viper-exec-yank, viper-put-back): Don't display modification msg
23659 if in the minibuffer.
23660
23661 * viper-init.el (viper-replace-overlay-cursor-color)
23662 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23663 Make variables frame local.
23664
23665 * viper-util.el (viper-append-filter-alist): Use append instead of
23666 nconc.
23667
23668 * viper.el (viper-vi-state-mode-list)
23669 (viper-emacs-state-mode-list): Move help-mode and
23670 completion-list-mode from the first list to the second.
23671 (viper-mode): Docstring.
23672 (viper-go-away, viper-non-hook-settings): Don't localize
23673 minor-mode-alist in newer Emacsen. Add advice to
23674 set-cursor-color. Don't bind "\C-c\\".
23675
23676 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23677
23678 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23679 (scheme-macro-expand-command): New user options.
23680 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23681 (scheme-form-at-point, scheme-start-file)
23682 (scheme-interactively-start-process): New functions.
23683 (scheme-get-process): New function, extracted from `scheme-proc'.
23684 (run-scheme): Call `scheme-start-file' to get start file, and pass
23685 it to `make-comint'.
23686 (switch-to-scheme, scheme-proc):
23687 Call `scheme-interactively-start-process' if no Scheme buffer/process
23688 is available.
23689
23690 2005-08-06 Juri Linkov <juri@jurta.org>
23691
23692 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23693 Use `compilation-text-face', `compilation-info-text-face' and
23694 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23695 (compilation-error): New face.
23696 (compilation-error-file-name): Inherit from
23697 `compilation-error' instead of `font-lock-warning-face'.
23698 (compilation-warning-file-name): Inherit from
23699 `compilation-warning' instead of `font-lock-warning-face'.
23700 (compilation-info, compilation-error-file-name)
23701 (compilation-warning-file-name, compilation-info-file-name)
23702 (compilation-line-number, compilation-column-number): Doc fix.
23703 (compilation-error-text-face, compilation-warning-text-face)
23704 (compilation-info-text-face): New face variables.
23705 (compilation-line-face, compilation-column-face)
23706 (compilation-enter-directory-face)
23707 (compilation-leave-directory-face): Doc fix.
23708 (compilation-text-face): New function.
23709
23710 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23711 instead of 1 to display binary file names as info file links.
23712 (grep-error-face): Use `compilation-error-face' instead of
23713 `font-lock-keyword-face'.
23714 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23715 and `compilation-warning-text-face' instead of
23716 `font-lock-keyword-face'. Use `compilation-error-text-face'
23717 instead of `grep-error-face'.
23718
23719 2005-08-05 Kenichi Handa <handa@m17n.org>
23720
23721 * international/code-pages.el: Add autoload cookies for all coding
23722 systems.
23723
23724 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23725
23726 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23727
23728 2005-08-04 Juri Linkov <juri@jurta.org>
23729
23730 * progmodes/compile.el (compilation-mode-map):
23731 * progmodes/grep.el (grep-mode-map):
23732 Bind TAB to `compilation-next-error' and [backtab] to
23733 `compilation-previous-error'.
23734
23735 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23736 matching line numbers, column numbers and their ranges with regexp
23737 matching only line numbers.
23738 (grep-context-face): New face variable.
23739 (grep-mode-font-lock-keywords): Use it.
23740
23741 * faces.el (read-face-name): Delete duplicate faces.
23742
23743 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23744
23745 * thumbs.el (thumbs-find-image): Don't make variables
23746 automatically buffer local.
23747 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23748 (thumbs-image-num): Make automatically buffer local.
23749 (thumbs-show-thumbs-list): Use `make-local-variable', not
23750 `make-variable-buffer-local'.
23751 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23752
23753 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23754 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23755 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23756 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23757 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23758 (feelings-about, foullst, found, hello, history, howareyoulst)
23759 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23760 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23761 (neglst, obj, object, owner, please, problems, qlist)
23762 (random-adjective, relation, remlst, repetitive-shortness)
23763 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23764 (shortlst, something, sportslst, stallmanlst, states, subj)
23765 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23766 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23767 Defvar at compile time.
23768
23769 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23770 not `make-variable-buffer-local'.
23771
23772 2005-08-02 Kim F. Storm <storm@cua.dk>
23773
23774 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23775 rectangle overlay in selected window.
23776
23777 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23778
23779 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23780 instead of display group. Make `indicate-buffer-boundaries'
23781 customizable through Custom.
23782
23783 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23784
23785 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23786 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23787 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23788 (gdb-put-string): Fix typos in docstrings.
23789
23790 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23791
23792 Update copyright notices of files in progmodes directory for
23793 release of Emacs 22.1.
23794
23795 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23796
23797 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23798 Don't barf if the GUD buffer has been killed.
23799
23800 2005-08-01 Kim F. Storm <storm@cua.dk>
23801
23802 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23803
23804 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23805
23806 * simple.el (next-error-follow-minor-mode):
23807 make-variable-buffer-local -> make-local-variable.
23808
23809 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23810
23811 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23812 (byte-compile-form-make-variable-buffer-local): New functions to warn
23813 about misuses of make-variable-buffer-local where make-local-variable
23814 was meant.
23815
23816 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23817
23818 * bs.el (bs-attributes-list): Doc fix.
23819 (bs): Update url-link.
23820
23821 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23822 (desktop-load-default): Simplify.
23823
23824 * ibuffer.el (ibuffer-columnize-and-insert-list)
23825 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23826 (ibuffer-unmark-all, ibuffer-toggle-marks)
23827 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23828 (ibuffer-compile-make-format-form, ibuffer-format-column)
23829 (ibuffer-current-buffers-with-marks)
23830 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23831 (ibuffer): Doc fix.
23832 (ibuffer-mode): Fix typo in docstring.
23833 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23834 with `define-obsolete-variable-alias'.
23835 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23836
23837 2005-07-29 Kenichi Handa <handa@m17n.org>
23838
23839 * international/mule-cmds.el (select-message-coding-system):
23840 Be sure to use LF for end-of-line. If no coding system is decided,
23841 return iso-8859-1-unix.
23842
23843 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23844
23845 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23846 (ange-ftp-pending-error-line): New vars.
23847 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23848 to handle the non-fatal no-route-to-host messages.
23849 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23850
23851 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23852
23853 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23854 (isearch-quote-char, isearch-printing-char)
23855 (isearch-text-char-description): "?\ " -> "?\s".
23856 (isearch-lazy-highlight-cleanup)
23857 (isearch-lazy-highlight-initial-delay)
23858 (isearch-lazy-highlight-interval)
23859 (isearch-lazy-highlight-max-at-a-time)
23860 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23861 Declare with define-obsolete-*-alias macros.
23862 (isearch-forward): Fix typo in docstring.
23863 (search-invisible, search-ring-yank-pointer)
23864 (regexp-search-ring-yank-pointer): Doc fixes.
23865
23866 * recentf.el (recentf-menu-append-commands-p): Declare with
23867 `define-obsolete-variable-alias'.
23868 (recentf-max-saved-items, recentf-menu-filter)
23869 (recentf-arrange-by-rule-subfilter): Doc fixes.
23870 (recentf-menu-append-commands-flag)
23871 (recentf-initialize-file-name-history, recentf-expand-file-name)
23872 (recentf-clear-data): Fix typos in docstrings.
23873
23874 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23875
23876 * progmodes/gdb-ui.el: Smarten comments.
23877 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23878
23879 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23880
23881 * term/apollo.el (terminal-init-apollo): New function containing
23882 all former top level forms in the file.
23883 * term/bobcat.el (terminal-init-bobcat):
23884 * term/cygwin.el (terminal-init-cygwin):
23885 * term/iris-ansi.el (terminal-init-iris-ansi):
23886 * term/linux.el (terminal-init-linux):
23887 * term/news.el (terminal-init-news):
23888 * term/rxvt.el (terminal-init-rxvt):
23889 * term/sun.el (terminal-init-sun):
23890 * term/tvi970.el (terminal-init-tvi970):
23891 * term/vt100.el (terminal-init-vt100):
23892 * term/vt102.el (terminal-init-vt102):
23893 * term/vt125.el (terminal-init-vt125):
23894 * term/vt200.el (terminal-init-vt200):
23895 * term/vt201.el (terminal-init-vt201):
23896 * term/vt220.el (terminal-init-vt220):
23897 * term/vt240.el (terminal-init-vt240):
23898 * term/vt300.el (terminal-init-vt300):
23899 * term/vt320.el (terminal-init-vt320):
23900 * term/vt400.el (terminal-init-vt400):
23901 * term/vt420.el (terminal-init-vt420):
23902 * term/wyse50.el (terminal-init-wyse50):
23903 * term/xterm.el (terminal-init-xterm): Likewise.
23904
23905 * term/README: Describe the terminal-init-* functionality.
23906
23907 * startup.el (command-line): After loading the terminal initialization
23908 file call the corresponding terminal initialization function.
23909
23910 2005-07-27 Kenichi Handa <handa@m17n.org>
23911
23912 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23913 negative.
23914
23915 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23916 (ps-mule-composition-prologue): Fix for the case that
23917 RelativeCompose is false.
23918
23919 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23920
23921 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23922
23923 * descr-text.el (describe-char): Handle the case where the list of
23924 chars is displayed in a separate frame.
23925 Be a bit more discriminating when looking for the char.
23926
23927 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23928
23929 * bookmark.el (bookmark-automatically-show-annotations)
23930 (bookmark-read-annotation-text-func): Doc fixes.
23931 (bookmark-save): Improve argument/docstring consistency.
23932 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23933 (bookmark-alist-from-buffer)
23934 (bookmark-upgrade-file-format-from-0)
23935 (bookmark-grok-file-format-version)
23936 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23937 (bookmark-read-annotation-mode)
23938 (bookmark-insert-current-bookmark, bookmark-jump)
23939 (bookmark-exit-hook): Fix typos in docstrings.
23940 (bookmark-exit-hooks): Define as obsolete alias.
23941 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23942 not `bookmark-exit-hooks'. Fix docstring.
23943 (bookmark-bmenu-select): "?\ " -> "?\s".
23944
23945 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23946
23947 * startup.el (command-line): Fix typo.
23948
23949 2005-07-24 Richard M. Stallman <rms@gnu.org>
23950
23951 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23952 not emacs-quick-startup.
23953
23954 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23955
23956 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23957 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23958 instead of `reb-with-current-window'.
23959 (reb-prev-match): Likewise. Also, don't move left if the search
23960 was unsuccessful.
23961 (reb-initialize-buffer): New function.
23962 (re-builder, reb-change-syntax): Use it.
23963
23964 * man.el (Man-goto-page): Make second argument NOERROR optional.
23965
23966 2005-07-23 Richard M. Stallman <rms@gnu.org>
23967
23968 * man.el (Man-bgproc-sentinel): Check here for failure to find
23969 any man page in the output, and report the error here.
23970 (Man-arguments): Make it permanent local.
23971 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23972 (Man-mode): Pass t for NOERROR.
23973
23974 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23975 (grep-mode-font-lock-keywords):
23976 Don't use compilation-...-face for messages that are not file names.
23977
23978 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23979 Don't use compilation-...-face for messages that are not file names.
23980
23981 2005-07-22 Juri Linkov <juri@jurta.org>
23982
23983 * startup.el (normal-splash-screen): Update menu name.
23984
23985 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23986
23987 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23988
23989 * term/xterm.el: Load term/rxvt if the terminal is actually an
23990 rxvt terminal.
23991 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23992
23993 * term/rxvt.el (function-key-map): Use substitute-key-definition
23994 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23995
23996 * term/cygwin.el: New file.
23997
23998 2005-07-22 Kim F. Storm <storm@cua.dk>
23999
24000 * image-file.el (insert-image-file, image-file-yank-handler):
24001 Fix last change to maintain a (unique) yank-handler on yanked images.
24002
24003 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
24004
24005 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24006 of the file size (as in "177B" for 177 bytes). This happens with
24007 "ls -lh" on FreeBSD.
24008
24009 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
24010
24011 * hilit-chg.el (highlight-changes-global-initial-state)
24012 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24013 (hilit-chg-fixup, highlight-changes-mode):
24014 Fix typos in docstrings.
24015 (highlight-changes-global-modes, highlight-changes-rotate-faces):
24016 Doc fixes.
24017
24018 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
24019
24020 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24021 mode function using `eval-after-load'.
24022
24023 2005-07-21 Kim F. Storm <storm@cua.dk>
24024
24025 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
24026 included when reporting an Emacs crash, and tell about the DEBUG file.
24027
24028 * image-file.el (insert-image-file): Add yank-handler.
24029 (image-file-yank-handler): Yank handler to make unique copies of
24030 images when they are yanked into a buffer next to each other.
24031
24032 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
24033
24034 * comint.el (comint-use-prompt-regexp, comint-send-input)
24035 (comint-source-default, comint-extract-string)
24036 (comint-get-source, comint-word, comint-completion)
24037 (comint-source, comint-prompt-read-only, comint-update-fence):
24038 Fix typos in docstrings.
24039 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
24040 Declare with define-obsolete-*-alias macros.
24041 (comint-previous-matching-input-from-input)
24042 (comint-next-matching-input-from-input)
24043 (comint-previous-matching-input, comint-next-matching-input)
24044 (comint-forward-matching-input):
24045 Improve argument/docstring consistency.
24046
24047 * desktop.el (desktop-clear-preserve-buffers-regexp):
24048 Also preserve the *server* buffer.
24049
24050 * simple.el (clone-indirect-buffer): Doc fix.
24051 (fixup-whitespace, just-one-space)
24052 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
24053 (next-error, next-error-highlight)
24054 (next-error-highlight-no-select, next-error-last-buffer)
24055 (next-error-buffer-p, next-error-find-buffer, next-error)
24056 (previous-error, next-error-no-select, previous-error-no-select)
24057 (open-line, split-line, minibuffer-prompt-width, kill-new)
24058 (binary-overwrite-mode): Fix typos in docstrings.
24059 (set-fill-column): Fix typo in message.
24060
24061 * skeleton.el (skeleton-proxy-new): Doc fix.
24062
24063 * strokes.el (strokes-load-hook): Doc fix.
24064 (strokes-grid-resolution, strokes-get-grid-position)
24065 (strokes-renormalize-to-grid, strokes-read-stroke)
24066 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
24067 (strokes-global-map): Fix typos in docstrings.
24068 (strokes-help): Doc fix. Fix help message and pass it through
24069 `substitute-command-keys'.
24070
24071 * tempo.el (tempo-insert-prompt, tempo-interactive)
24072 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
24073 (tempo-insert-string-functions, tempo-local-tags)
24074 (tempo-define-template, tempo-insert-template)
24075 (tempo-insert-prompt-compat, tempo-is-user-element)
24076 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
24077 Fix typos in docstrings.
24078
24079 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
24080 (vcursor-key-bindings, vcursor-use-vcursor-map)
24081 (vcursor-find-window, vcursor-scroll-down)
24082 (vcursor-disable, vcursor-beginning-of-buffer)
24083 (vcursor-end-of-buffer): Fix typos in docstrings.
24084 (vcursor-relative-move, vcursor-get-char-count):
24085 Improve argument/docstring consistency.
24086
24087 * version.el: "?\ " -> "?\s".
24088
24089 * wid-edit.el (widget-default-create, widget-after-change)
24090 (widget-default-format-handler, widget-checklist-add-item)
24091 (widget-radio-add-item, widget-choose, widget-specify-secret)
24092 (widget-field-value-create, widget-field-value-get)
24093 (widget-editable-list-format-handler)
24094 (widget-editable-list-entry-create, widget-group-value-create)
24095 (widget-documentation-link-add)
24096 (widget-documentation-string-value-create): "?\ " -> "?\s".
24097 (widget-convert-text): Doc fix.
24098 (widget-narrow-to-field, widget-field-find)
24099 (widget-url-link-action, widget-emacs-library-link-action)
24100 (widget-color-notify): Fix typos in docstrings.
24101
24102 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
24103 (x-select-text, set-w32-system-coding-system)
24104 (w32-add-charset-info): Fix typos in docstrings.
24105
24106 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
24107 (cua-enable-cua-keys, cua-use-hyper-key)
24108 (cua-virtual-rectangle-edges): Fix typos in docstrings.
24109 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
24110
24111 * net/tramp.el (tramp-handle-load): Fix typo in error message.
24112
24113 * emacs-lisp/re-builder.el (regexp-builder): Declare with
24114 `defalias' instead of faking it.
24115
24116 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
24117 (eshell-ls-missing, eshell-ls-dired-initial-args)
24118 (eshell-ls-use-in-dired): Fix typos in docstrings.
24119
24120 2005-07-20 Kim F. Storm <storm@cua.dk>
24121
24122 * emulation/cua-base.el (cua-mode): Improve doc string.
24123
24124 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
24125
24126 * abbrev.el (expand-region-abbrevs): Doc fix.
24127 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
24128 Improve argument/docstring consistency.
24129
24130 * arc-mode.el (archive-get-descr, archive-alternate-display):
24131 Doc fixes.
24132 (archive-l-e): Improve argument/docstring consistency.
24133 (archive-tmpdir, archive-unixdate, archive-unixtime)
24134 (archive-chmod-entry): Fix typos in docstrings.
24135 (archive-unflag, archive-unflag-backwards)
24136 (archive-unmark-all-files): "?\ " -> "?\s".
24137
24138 * buff-menu.el (Buffer-menu-unmark): Doc fix.
24139 (Buffer-menu-not-modified, Buffer-menu-execute)
24140 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
24141 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
24142
24143 * composite.el (compose-string, encode-composition-rule)
24144 (compose-last-chars): Fix typos in docstrings.
24145
24146 * desktop.el (desktop-enable, desktop-basefilename):
24147 Declare with `define-obsolete-variable-alias'.
24148 (desktop-internal-v2s): Don't quote keywords.
24149 (desktop-clear): "?\ " -> "?\s".
24150
24151 * dired.el (dired-align-file, dired-flag-backup-files)
24152 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
24153 (dired-listing-switches, dired-ls-F-marks-symlinks)
24154 (dired-dwim-target, dired-load-hook, dired-mode-hook)
24155 (dired-directory, dired-faces, dired, dired-revert)
24156 (dired-mode, dired-summary, dired-view-file)
24157 (dired-copy-filename-as-kill, dired-delete-file)
24158 (dired-no-confirm, dired-unmark-all-marks)
24159 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
24160 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
24161 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
24162 Fix typos in message strings.
24163
24164 * dired-x.el (virtual-dired): Declare with `defalias'.
24165 (dired-mark-unmarked-files, dired-local-variables-file)
24166 (dired-omit-here-always): Doc fix.
24167 (dired-omit-mode, dired-find-subdir)
24168 (dired-enable-local-variables, dired-clean-up-buffers-too)
24169 (dired-extra-startup, dired-mark-extension, dired-jump)
24170 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
24171 (dired-smart-shell-command, dired-guess-shell-alist-user)
24172 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
24173 (dired-x-bind-find-file, dired-x-submit-report):
24174 Fix typos in docstrings.
24175 (dired-mark-unmarked-files): "?\ " -> "?\s".
24176
24177 * dirtrack.el (dirtrack-list): Fix typos in docstring.
24178
24179 * faces.el (describe-face): "?\ " -> "?\s".
24180 (read-all-face-attributes, read-face-font, modify-face)
24181 (face-attr-construct, italic): Fix typos in docstrings.
24182 (frame-update-face-colors): Declare with
24183 `define-obsolete-function-alias'.
24184
24185 * files.el (find-file-noselect, recode-file-name): Doc fixes.
24186 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
24187 (magic-mode-alist, buffer-file-numbers-unique)
24188 (write-file-functions, get-free-disk-space):
24189 Fix typos in docstrings.
24190 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
24191 (write-contents-hooks, write-file-hooks):
24192 Declare with `define-obsolete-variable-alias'.
24193
24194 * forms-d2.el (arch-rj): Fix typo in docstrings.
24195 (arch-tocol): Likewise. "?\ " -> "?\s".
24196
24197 * frame.el (set-frame-font, cursor-in-non-selected-windows):
24198 Fix typo in docstring.
24199 (set-screen-width, set-screen-height): Delete redundant info in
24200 doctrings.
24201 (new-frame, screen-height, screen-width): Declare with
24202 `define-obsolete-function-alias'.
24203 (delete-frame-hook, blink-cursor): Declare with
24204 `define-obsolete-variable-alias'.
24205
24206 * paths.el (prune-directory-list): Fix typos in docstring.
24207
24208 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
24209 (cvs-prefix-get): Fix typos in docstrings.
24210
24211 * ps-print.el (ps-extend-face-list, ps-extend-face)
24212 (ps-print-background-image): Fix typos in docstrings.
24213 (ps-default-fg, ps-default-bg): Doc fixes.
24214
24215 * s-region.el (s-region-bind): Doc fix.
24216 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
24217
24218 * textmodes/org.el (org-table-formula-substitute-names)
24219 (org-table-get-vertical-vector): Doc fixes.
24220 (org-table-recalculate): Remove unused argument to `message'.
24221
24222 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
24223
24224 * textmodes/org.el (org-table-column-names)
24225 (org-table-column-name-regexp)
24226 (org-table-named-field-locations): New variables.
24227 (org-archive-subtree): Protect `this-command' when calling
24228 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
24229 the kill buffer.
24230 (org-complete): Remove fixed-formula completion.
24231 (org-edit-formulas-map): New variable.
24232 (org-table-edit-formulas): New command.
24233 (org-finish-edit-formulas, org-abort-edit-formulas)
24234 (org-show-variable, org-table-get-vertical-vector): New functions.
24235 (org-table-maybe-eval-formula): Handle `:=' fields.
24236 (org-table-get-stored-formulas, org-table-store-formulas)
24237 (org-table-get-formula, org-table-modify-formulas)
24238 (org-table-replace-in-formulas): Handle named field formulas.
24239 (org-table-get-specials): Store locations of named fields.
24240
24241 2005-07-19 Juri Linkov <juri@jurta.org>
24242
24243 * progmodes/grep.el (grep-regexp-alist)
24244 (grep-mode-font-lock-keywords, grep-process-setup):
24245 Use default GNU grep match color "01;31m" instead of "01;41m".
24246 (grep-regexp-alist, grep-mode-font-lock-keywords):
24247 Use `\\[[0-9]*m' instead of `\\[00m'.
24248 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
24249 sgr_start where its handling is more important. Use the real
24250 length of sgr_start instead of constant 8.
24251 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24252 specially. Delete all remaining escape sequences.
24253 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24254 (grep-regexp-alist): Make hyperlink only for binary file name
24255 instead of the whole line.
24256 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24257 (grep-mode): Add autoload.
24258
24259 * emacs-lisp/find-func.el (find-function-regexp):
24260 Add `define-compilation-mode'.
24261
24262 2005-07-19 Juri Linkov <juri@jurta.org>
24263
24264 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24265 (compare-windows-sync-string-size, compare-windows-recenter)
24266 (compare-windows-highlight, compare-windows): Add version 22.1.
24267 (compare-windows) <defface>: Inherit from lazy-highlight instead
24268 of duplicating its default value.
24269
24270 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24271 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24272
24273 * descr-text.el (describe-char): Create link buttons for `charset'
24274 and `code point'. Add the current input method name with a link
24275 button to `to input' field. Print face names of display table
24276 characters in `The display table entry is displayed by' section
24277 instead of printing face-id in the `display' field.
24278 Guess hardcoded faces and create a link button for them.
24279 Skip empty fields when calculating max-width.
24280 Treat `widget-create' specially while inserting strings from the
24281 collected field list.
24282 (describe-char-after): Made obsolete in version 22.1, not 21.5.
24283
24284 * diff-mode.el (diff-file-header): Change foreground color from
24285 yellow to green on light backgrounds.
24286 (diff-context): Inherit from `shadow' only for color/grayscale
24287 with more than 88 colors.
24288 (diff-indicator-removed, diff-indicator-added)
24289 (diff-indicator-changed): New faces.
24290 (diff-font-lock-keywords): Use new faces. Regroup rules.
24291 Add "^---$" for `normal' diff format. Fontify `#' lines with
24292 font-lock-comment-delimiter-face and font-lock-comment-face.
24293 Add `#' to ^[^...] in the rule for `diff-context-face'.
24294
24295 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24296 a button-like box. Inherit from `highlight' on low colors.
24297 (shadow): Use shades of gray only for color/grayscale with
24298 more than 88 colors. Use green for light backgrounds with
24299 8 colors, and yellow for dark backgrounds with 8 colors.
24300
24301 * font-lock.el (font-lock-regexp-grouping-backslash):
24302 Don't inherit from escape-glyph (use bold for all cases).
24303
24304 * info.el (info-xref-visited): Use light foreground color `violet'
24305 for dark backgrounds instead of dark color `magenta3'.
24306 (info-title-1): Use `yellow' color for dark backgrounds.
24307
24308 * isearch.el (isearch): Use not-too-dark magenta3 instead of
24309 too-light magenta2.
24310
24311 * replace.el (match): Use slightly more light RoyalBlue3 instead
24312 of dark RoyalBlue4.
24313
24314 * wid-edit.el (widget-inactive): Inherit from `shadow'.
24315
24316 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
24317
24318 * novice.el (disabled-command-hook): Declare it with
24319 `define-obsolete-variable-alias'.
24320
24321 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24322 (desktop-buffer-misc-functions, desktop-buffer-handlers)
24323 (desktop-load-default): Add release to obsolescence info.
24324 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24325 (desktop-append-buffer-args, desktop-read):
24326 Fix typos in docstrings.
24327 (desktop-kill): Fix typo in message.
24328 (desktop-save): Doc fix.
24329
24330 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
24331
24332 * viper-cmd.el (viper-escape-to-state): Bug fix.
24333 (viper-envelop-ESC-key): Change the definition of fast
24334 keysequence so it'll work with keyboard macros.
24335
24336 * ediff.el (ediff-patch-buffer): Change the docstring.
24337
24338 2005-07-19 Kenichi Handa <handa@m17n.org>
24339
24340 * international/mule-cmds.el (select-safe-coding-system): Try to
24341 use an auto-coding (if any) before anything else. If the found
24342 auto-coding is invalid, show a warning message.
24343
24344 * international/mule.el (find-auto-coding): New function created
24345 by modifying the body of set-auto-coding.
24346 (set-auto-coding): Use find-auto-coding to find a coding.
24347
24348 2005-07-18 Richard M. Stallman <rms@gnu.org>
24349
24350 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24351 not isearch-mode-end-hook-error.
24352 (allout-before-change-protect): Fix error message.
24353
24354 2005-07-18 Juri Linkov <juri@jurta.org>
24355
24356 * allout.el (allout-mode):
24357 * calculator.el (calculator-copy):
24358 * custom.el (custom-known-themes):
24359 * dired.el (dired-desktop-buffer-misc-data)
24360 (dired-restore-desktop-buffer):
24361 * dired-x.el (dired-omit-marker-char):
24362 * files.el (basic-save-buffer):
24363 * font-core.el (font-lock-mode):
24364 * calendar/calendar.el (calendar-goto-hebrew-date)
24365 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24366 (calendar-goto-persian-date):
24367 * language/ethio-util.el (ethio-sera-to-fidel-region):
24368 * textmodes/picture.el (picture-mode):
24369 Delete duplicate duplicate words.
24370
24371 2005-07-18 Juri Linkov <juri@jurta.org>
24372
24373 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24374 chars * ? } |.
24375 (isearch-fallback): Don't call `isearch-process-search-char'.
24376 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24377 (isearch-process-search-char): Call `isearch-fallback' for regexp
24378 chars * ? } |.
24379 (isearch-return-char): Make obsolete with `make-obsolete' instead
24380 of simply documenting it as obsolete in the docstring.
24381 (isearch-fallback): Refill docstring.
24382
24383 * international/isearch-x.el
24384 (isearch-process-search-multibyte-characters): Remove unneeded
24385 `concat'. Add intermediate values to `junk-hist' instead of
24386 `minibuffer-history'. Test the length of `str'.
24387
24388 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24389
24390 * allout.el (allout-resolve-xref): Fix typos in error strings.
24391 (allout-before-change-protect): Remove unneeded `concat'.
24392
24393 * array.el (array-mode, array-reconfigure-rows)
24394 (untabify-backward): Fix typos in docstrings.
24395 (array-reconfigure-rows): Use `insert-buffer-substring', not
24396 `insert-buffer'.
24397
24398 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24399 * progmodes/ada-mode.el (ada-make-body):
24400 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24401
24402 * dired.el (dired-log):
24403 * tar-mode.el (tar-subfile-save-buffer):
24404 * play/zone.el (zone-pgm-stress-destress):
24405 Use `insert-buffer-substring', not `insert-buffer'.
24406
24407 2005-07-17 Simon Josefsson <jas@extundo.com>
24408
24409 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24410
24411 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24412
24413 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24414 Add plain auth method.
24415 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24416
24417 2005-07-17 Kim F. Storm <storm@cua.dk>
24418
24419 * ido.el (dired-other-window): Add ido property.
24420
24421 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24422
24423 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24424 Fix typo in docstring.
24425 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24426 `insert-file-literally'.
24427
24428 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24429 info and delete redundant message. Doc fix.
24430 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24431 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24432
24433 2005-07-16 Richard M. Stallman <rms@gnu.org>
24434
24435 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24436 (byte-compile-and): Use byte-compile-and-recursion.
24437 (byte-compile-or-recursion): New function.
24438 (byte-compile-or): Use that.
24439 (byte-compile-if): Guard the else-clause too.
24440 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24441
24442 * isearch.el (isearch-mode-end-hook-quit): New variable.
24443 (isearch-done): Bind it.
24444 (isearch-mode-end-hook): Doc fix.
24445
24446 * allout.el (allout-isearch-did-quit): Variable deleted.
24447 (allout-real-isearch-abort): Function name no longer used.
24448 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24449 (allout-isearch-rectification): isearch-mode always exists.
24450 Don't set allout-isearch-did-quit.
24451 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24452 allout-isearch-did-quit.
24453 (allout-enwrap-isearch): Just add the hook.
24454 (allout-isearch-abort): Function deleted.
24455 (allout-pre-command-business): Avoid warning.
24456
24457 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24458 Correctly avoid warnings.
24459 (pascal-outline): Likewise.
24460
24461 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24462
24463 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24464
24465 * play/tetris.el (tetris-mode): Avoid warning.
24466
24467 * play/snake.el (snake-mode): Avoid warning.
24468
24469 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24470 (gamegrid-set-display-table): Avoid warning.
24471 (gamegrid-set-timer): Likewise.
24472 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24473 (gamegrid-add-score-with-update-game-score-1): Take FILE
24474 as argument.
24475 (gamegrid-add-score-with-update-game-score): Pass that argument.
24476 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24477
24478 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24479
24480 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24481 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24482
24483 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24484 and insert-file.
24485
24486 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24487 (sc-ask): Avoid warnings.
24488
24489 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24490 (eshell-hist-initialize): Use that var the natural way.
24491
24492 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24493
24494 * emacs-lisp/re-builder.el (reb-cook-regexp):
24495 Avoid warning calling lre-compile-string.
24496 (reb-color-display-p): Avoid warning.
24497
24498 * calculator.el (calculator-last-input): Guard uses
24499 of event-key and key-press-event-p.
24500 (event-key, key-press-event-p): Delete definitions.
24501
24502 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24503 (find-gc-source-directory, find-gc-subrs-callers)
24504 (find-gc-noreturn-list, find-gc-source-files)
24505 (find-gc-subrs-called): Vars renamed and defvar'd.
24506
24507 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24508 (checkdoc-overlay-put, checkdoc-delete-overlay)
24509 (checkdoc-overlay-start, checkdoc-overlay-end)
24510 (checkdoc-mode-line-update, checkdoc-char=):
24511 Define such that compiler knows they are defined.
24512 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24513 (checkdoc-read-event): Delete. Use read-event directly.
24514
24515 * whitespace.el (whitespace-make-overlay)
24516 (whitespace-overlay-put, whitespace-delete-overlay)
24517 (whitespace-overlay-start, whitespace-overlay-end):
24518 Define such that compiler knows they are defined.
24519 (whitespace): Move conditional inside.
24520
24521 * tempo.el (tempo-insert-template): Suppress warning.
24522
24523 * ediff-diff.el (longlines-mode): Add defvar.
24524
24525 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24526
24527 * server.el: Bind "C-x #" in a way that works even if C-x is
24528 redefined to a command key, not a prefix key.
24529
24530 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24531
24532 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24533 cl-make-type-test till execution time.
24534
24535 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24536
24537 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24538 arg ARG and use it.
24539
24540 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24541
24542 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24543
24544 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24545
24546 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24547 a defcustom with two :set or :type keywords.
24548
24549 2005-07-15 Richard M. Stallman <rms@gnu.org>
24550
24551 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24552 Don't give ^M comment-end syntax.
24553
24554 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24555
24556 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24557 Don't consider gdbmi (gdb-mi.el has its own update functions).
24558 (gdb-var-delete): Make it work for gdbmi as well.
24559 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24560
24561 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24562 (gud-speedbar-menu-items): Correct logic for enabling items.
24563
24564 2005-07-15 Kim F. Storm <storm@cua.dk>
24565
24566 * ido.el: Fix commentary.
24567 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24568 Use with-no-warnings around ffap-guesser.
24569 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24570 Let bind minibuffer-completing-file-name to t.
24571
24572 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24573
24574 * startup.el (site-run-file, keyboard-type): Doc fixes.
24575 (command-line): Check for "--basic-display" argument; also for
24576 "--quick", not "--bare-bones" (which was renamed).
24577 (fancy-splash-text): Add missing item "Getting New Versions".
24578 (normal-splash-screen): Fix typos and improve consistency with
24579 `fancy-splash-text'. Update copyright year.
24580
24581 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24582 valid binding for `help-char'.
24583
24584 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24585
24586 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24587
24588 * term.el (term-mode): Disable cua-mode for term buffers.
24589
24590 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24591
24592 * add-log.el (add-log-mailing-address, change-log-merge):
24593 Doc fixes.
24594 (change-log-get-method-definition): Fix typo in docstring.
24595
24596 2005-07-14 Kim F. Storm <storm@cua.dk>
24597
24598 * emulation/cua-base.el:
24599 (cua--pre-command-handler-1, cua--pre-command-handler)
24600 (cua--post-command-handler-1, cua--post-command-handler):
24601 Split in two. Check (buffer local) value of cua-mode.
24602 (cua-selection-mode): New command.
24603
24604 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24605
24606 * custom.el (custom-initialize-safe-set)
24607 (custom-initialize-safe-default): Doc fixes.
24608
24609 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24610 and simplify :init-value again.
24611
24612 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24613 and simplify :init-value again. Delete autoload.
24614
24615 * startup.el (command-line): Use `custom-reevaluate-setting' again
24616 for tooltip-mode.
24617
24618 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24619 a defcustom with two :initialize keywords.
24620
24621 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24622
24623 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24624 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24625 (allout-post-command-business, allout-flag-region)
24626 (isearch-reenable-font-lock, allout-yank)
24627 (allout-insert-latex-header, allout-insert-latex-trailer)
24628 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24629 (allout-latex-verb-quote): Fix typos in docstrings.
24630 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24631 (allout-unprotected, allout-prefix-data):
24632 Improve argument/docstring consistency.
24633 (allout-chart-subtree): Fix argument spec.
24634 (allout-open-topic): Rename `use_sib_bullet' argument to
24635 `use-sib-bullet'. Doc fix.
24636
24637 * whitespace.el (whitespace-check-buffer-leading)
24638 (whitespace-check-buffer-trailing)
24639 (whitespace-check-buffer-indent)
24640 (whitespace-check-buffer-spacetab)
24641 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24642 (whitespace-check-leading-whitespace)
24643 (whitespace-check-trailing-whitespace)
24644 (whitespace-check-spacetab-whitespace)
24645 (whitespace-check-indent-whitespace)
24646 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24647 (whitespace-modes): Fix typos in docstrings.
24648 (defgroup, defcustom): Doc fixes.
24649
24650 * winner.el (winner-mode, winner-boring-buffers)
24651 (winner-pending-undo-ring): Doc fixes.
24652 (winner-ring): Remove unneeded `progn'.
24653 (winner-equal): `defsubst' it.
24654 (winner-redo): Fix message.
24655
24656 2005-07-13 Kim F. Storm <storm@cua.dk>
24657
24658 * simple.el (line-move-1): Always use vertical-motion to
24659 do the last (or only) line move to ensure some movement.
24660 Undo 2005-06-23 change--don't check for overlays.
24661
24662 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24663
24664 * term/mac-win.el (ccl-encode-mac-roman-font)
24665 (ccl-encode-mac-centraleurroman-font)
24666 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24667 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24668 Change charset-id boundary of dimension to ?\xef.
24669 (mac-char-fontspec-list): New constant.
24670 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24671 argument. Nil uses itself as family in font-spec. Previous
24672 behavior for nil is now provided by non-nil non-string argument.
24673 All callers changed. Add font-specs for Mac fonts to
24674 "fontset-default" unless iso8859-1 fonts are installed.
24675
24676 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24677
24678 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24679 a continuation line if the \ is preceded by SPC or TAB.
24680 (sh-get-indent-info): Simplify.
24681 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24682 Use with-current-buffer.
24683
24684 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24685 when the matched text is empty.
24686
24687 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24688
24689 * startup.el (command-line): Revert to previous handling of
24690 tooltip-mode. Explain in comment why the complexity is needed.
24691
24692 * tooltip.el (tooltip-mode): Revert to previous implementation of
24693 its defcustom.
24694
24695 * frame.el (blink-cursor-mode): Revert to previous implementation
24696 of its defcustom. Update comment.
24697
24698 2005-07-12 Lars Hansen <larsh@soem.dk>
24699
24700 * desktop.el: Update e-mail address.
24701
24702 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24703
24704 * term/mac-win.el (mac-services-mail-selection)
24705 (mac-services-mail-to): New functions.
24706 (mac-application-menu-map): Bind them.
24707
24708 2005-07-12 wulei <milton@wulei.net> (tiny change)
24709
24710 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24711
24712 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24713
24714 * custom.el (custom-reevaluate-setting): Doc fix.
24715
24716 2005-07-11 Jay Belanger <belanger@truman.edu>
24717
24718 * calc/calc.el (calc-embedded-announce-formula-alist)
24719 (calc-embedded-open-close-plain-alist)
24720 (calc-embedded-open-close-mode-alist): Add checks for additional
24721 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24722
24723 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24724
24725 * custom.el (custom-enable-theme): Don't add theme to
24726 `custom-enabled-themes' with `push' because there is no
24727 setf-method for `delq'.
24728
24729 2005-07-11 Richard M. Stallman <rms@gnu.org>
24730
24731 * custom.el (custom-declare-variable): Doc fix.
24732
24733 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24734 from the alists.
24735
24736 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24737 Do nothing if edebug-active.
24738
24739 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24740 (edebug-display): Do it here instead.
24741
24742 2005-07-10 Richard M. Stallman <rms@gnu.org>
24743
24744 * cus-face.el (custom-theme-set-faces): Make it work.
24745 (custom-reset-faces): Doc fix.
24746 (custom-theme-reset-internal-face, custom-theme-face-value):
24747 Functions deleted.
24748
24749 * custom.el (custom-push-theme): Maintain list of the settings
24750 of a given theme in its theme-settings property.
24751 Maintain position of old settings in the theme-value
24752 or theme-face property.
24753 (custom-enabled-themes): New variable.
24754 (custom-theme-enabled-p): New function.
24755 (provide-theme): Update custom-enabled-themes.
24756 Disable and reenable the `user' theme.
24757 (require-theme): Doc fix.
24758 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24759 (custom-theme-value, custom-theme-variable-value): Likewise.
24760 (custom-theme-reset-internal): Likewise.
24761 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24762 (custom-enable-theme, custom-disable-theme): New functions.
24763 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24764 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24765 (custom-theme-reset-variables): Simplify.
24766 (deftheme, custom-declare-theme, custom-make-theme-feature):
24767 Definitions moved.
24768
24769 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24770
24771 * longlines.el (longlines-show-region)
24772 (longlines-unshow-hard-newlines): Recognize hard newlines by
24773 non-nil hard property, instead of t.
24774
24775 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24776
24777 * viper-cmd.el (viper--key-maps): New variable.
24778 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24779 emulation-mode-map-alists.
24780 (viper-envelop-ESC-key): Use viper-subseq.
24781 (viper-search-forward/backward/next): Disable debug-on-error.
24782
24783 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24784 (viper-ESC-key): New defcustoms.
24785
24786 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24787
24788 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24789 (viper-subseq): Copy of subseq from cl.el.
24790
24791 * viper.el (viper-go-away, viper-set-hooks): Use
24792 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24793
24794 * viper-mous.el (viper-current-frame-saved): Use defvar.
24795
24796 * viper-init.el: Get rid of -face in face names.
24797
24798 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24799 Make it work with longlines mode.
24800
24801 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24802
24803 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24804
24805 * ediff-init.el: Get rid of -face in face names.
24806
24807 2005-07-10 Richard M. Stallman <rms@gnu.org>
24808
24809 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24810 and with-timeout-unsuspend.
24811
24812 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24813 and with-timeout-unsuspend.
24814
24815 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24816 (with-timeout): Bind that variable to record timers.
24817 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24818
24819 * emacs-lisp/debug.el (debug-help-follow): New function.
24820 (debugger-mode-map): Use that instead of help-follow.
24821 (debugger-setup-buffer): Use eval-buffer-list
24822 to handle eval-buffer frames.
24823
24824 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24825
24826 * timezone.el (timezone-parse-date): Change first regexp
24827 so it will not mistakenly match dates with no time zone.
24828
24829 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24830
24831 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24832
24833 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24834
24835 * custom.el (custom-initialize-safe-set)
24836 (custom-initialize-safe-default): New functions.
24837
24838 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24839 and simplify :init-value.
24840
24841 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24842 and simplify :init-value. Delete obsolete comment.
24843
24844 * startup.el (command-line): Use `custom-reevaluate-setting' to
24845 handle `tooltip-mode'. Delete obsolete comment.
24846
24847 * files.el (set-visited-file-name): Avoid calling
24848 `file-name-nondirectory' with a nil argument.
24849
24850 2005-07-09 Richard M. Stallman <rms@gnu.org>
24851
24852 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24853 was called with nil for the buffer, handle the read position right.
24854 Handle read position for eval-region, too.
24855
24856 2005-07-09 Juri Linkov <juri@jurta.org>
24857
24858 * fringe.el (fringe-mode): Add period in docstring.
24859 (fringe-query-style): Build prompt depending on `all-frames' arg.
24860
24861 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24862 to not create links to unrelated functions in the Help buffer.
24863
24864 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24865 Doc fix.
24866
24867 * simple.el (next-error-hook): New variable.
24868 (next-error): Use it. Doc fix.
24869
24870 * textmodes/ispell.el (ispell-command-loop): Add current
24871 dictionary name and program name to mode-line-format.
24872 (ispell-region, ispell-process-line): Add current dictionary name
24873 and program name to messages.
24874
24875 2005-07-08 Jay Belanger <belanger@truman.edu>
24876
24877 * calc/calc.el (calc-embedded-announce-formula-alist)
24878 (calc-embedded-open-close-formula-alist)
24879 (calc-embedded-open-close-word-alist)
24880 (calc-embedded-open-close-plain-alist)
24881 (calc-embedded-open-close-new-formula-alist)
24882 (calc-embedded-open-close-mode-alist)
24883 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24884 (calc-embedded-mode-hook): New variables.
24885
24886 * calc/calc-embed.el (calc-embedded-firsttime)
24887 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24888 New variables.
24889 (calc-do-embedded): Use calc-embedded-firsttime,
24890 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24891 determine whether or not to run hooks.
24892 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
24893 calc-embedded-firsttime-formula appropriately.
24894 Set calc-embedded delimiter variables according to mode.
24895
24896 2005-07-08 Richard M. Stallman <rms@gnu.org>
24897
24898 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24899 Check for "emacs", etc., as entire symbol, not just as word.
24900 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24901
24902 * files.el (set-visited-file-name): Report the error
24903 for "empty filename" earlier.
24904 (kill-some-buffers): Ignore buffers already dead.
24905
24906 * fringe.el (fringe-mode): Doc fix.
24907
24908 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24909 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24910 Use unwind-protect to ensure byte-compile-unresolved-functions
24911 is updated.
24912
24913 * whitespace.el (whitespace-buffer-leading-cleanup):
24914 Simplify w/ skip-chars-forward.
24915 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24916
24917 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24918 Unconditionally try to leave point at the same old place.
24919
24920 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24921
24922 * comint.el (comint-postoutput-scroll-to-bottom)
24923 (comint-show-maximum-output): Take scroll-margin into consideration.
24924
24925 2005-07-08 Kim F. Storm <storm@cua.dk>
24926
24927 * ido.el (ido-use-filename-at-point): New choice `guess'.
24928 (ido-file-internal): Try ffap-guesser if selected.
24929
24930 * ido.el (ido-before-fallback-functions): New hook.
24931 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24932 (ido-read-file-name): Run it.
24933
24934 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24935
24936 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24937 strings rather than a list of symbols to the completion function.
24938
24939 2005-07-07 Jay Belanger <belanger@truman.edu>
24940
24941 * calc/calc-units.el (math-apply-units): Change the places in
24942 which units are simplified.
24943
24944 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24945
24946 * cus-edit.el (customize-option, customize-option-other-window):
24947 Make them handle aliases.
24948
24949 * custom.el (custom-variable-p): Make it recursively follow
24950 aliases. Mention that in the docstring.
24951
24952 2005-07-07 Richard M. Stallman <rms@gnu.org>
24953
24954 * cus-start.el (exec-path): Use `directory' instead of `file'.
24955 Fix tag for nil.
24956
24957 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24958
24959 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24960 when called non-interactively. Doc fix.
24961
24962 2005-07-07 Lute Kamstra <lute@gnu.org>
24963
24964 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24965 new address as well.
24966
24967 2005-07-07 Kenichi Handa <handa@m17n.org>
24968
24969 * international/mule.el (make-coding-system):
24970 Describe `ascii-incompatible' property in the docstring.
24971 (set-file-name-coding-system): Signal an error if coding-system is
24972 ascii-incompatible.
24973 (set-keyboard-coding-system): Likewise.
24974
24975 * international/mule-cmds.el (set-default-coding-systems):
24976 Don't set default-file-name-coding-system and
24977 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24978
24979 * international/utf-16.el: Declare that all UTF-16-based coding
24980 systems are ASCII-incompatible.
24981
24982 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24983
24984 * progmodes/gud.el: Require font-lock for displaying errors.
24985 Used by gdb-ui.el.
24986
24987 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24988
24989 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24990 values for the pattern lists which are `read'able but not
24991 `append'able (like symbols).
24992
24993 2005-07-06 Richard M. Stallman <rms@gnu.org>
24994
24995 * progmodes/flymake.el (flymake-float-time): Instead of
24996 with-no-warnings, test for XEmacs.
24997 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24998 to avoid warning.
24999
25000 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
25001
25002 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25003
25004 2005-07-05 Lute Kamstra <lute@gnu.org>
25005
25006 * battery.el: Add support for Darwin (with much debugging help
25007 from Samuel Lauber <sam124@operamail.com>).
25008 (battery-status-function, battery-echo-area-format)
25009 (battery-mode-line-format): Add support for pmset on Darwin.
25010 (battery-load-low, battery-load-critical): New user options.
25011 (battery-pmset): New function.
25012
25013 2005-07-05 Lute Kamstra <lute@gnu.org>
25014
25015 Update FSF's address in GPL notices.
25016
25017 * textmodes/page-ext.el: Update FSF's address.
25018
25019 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
25020
25021 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25022 filling from using prefix when filling a single-line docstring.
25023
25024 * progmodes/flymake.el: Remove useless eval-when-compile.
25025
25026 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
25027
25028 2005-07-04 Richard M. Stallman <rms@gnu.org>
25029
25030 * textmodes/org.el (org-file-apps-defaults-gnu):
25031 Rename from org-file-apps-defaults-linux.
25032 (org-default-apps): Don't test system-type for `linux'.
25033 (org-file-apps): Doc fix.
25034
25035 2005-07-04 David Ponce <david@dponce.com>
25036
25037 * tree-widget.el: Improve header Commentary section.
25038 (tree-widget) [defgroup]
25039 (tree-widget-image-enable, tree-widget-themes-directory)
25040 (tree-widget-theme, tree-widget-image-properties-emacs)
25041 (tree-widget-image-properties-xemacs, tree-widget-create-image)
25042 (tree-widget-image-formats, tree-widget-control)
25043 (tree-widget-empty-control, tree-widget-leaf-control
25044 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
25045 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
25046 (tree-widget-keep, tree-widget-after-toggle-functions)
25047 (tree-widget-open-node, tree-widget-close-node): Doc fix.
25048 (tree-widget-open-control, tree-widget-close-control): Fix doc and
25049 :help-echo message.
25050 (tree-widget-set-theme): Doc fix. Use `string-equal'.
25051 (tree-widget-image-properties): Doc fix. Clearer implementation.
25052 (tree-widget--cursors): New constant.
25053 (tree-widget-lookup-image): New function split from
25054 `tree-widget-find-image'. Clearer implementation.
25055 (tree-widget-find-image): Use it.
25056 (tree-widget-button-keymap): Use `set-keymap-parent'.
25057 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
25058 Define the sub-widgets here.
25059 (tree-widget-node): Check that :node is not a tree-widget.
25060 (tree-widget-get-super, tree-widget-open-control)
25061 (tree-widget-close-control, tree-widget-empty-control)
25062 (tree-widget-leaf-control, tree-widget-guide)
25063 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
25064 (tree-widget-no-handle, tree-widget-value-delete)
25065 (tree-widget-map): Remove.
25066 (tree-widget-children-value-save): Doc fix. Simplified.
25067 (tree-widget-value-create): Update according to previous changes.
25068
25069 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
25070
25071 * textmodes/org.el: Leading space replaced by TABS.
25072 (org-recalc-marks, org-table-rotate-recalc-marks)
25073 (org-table-get-specials): Treat "^" and "_" marks.
25074 (org-table-justify-field-maybe): Optional argument NEW.
25075 (org-table-eval-formula): Parsing of the format simplified.
25076 New modes C,I. Honor the %= parameter in the current table.
25077 Avoid unnecessary re-align by using the NEW argument to
25078 `org-table-justify-field-maybe'.
25079 (org-calc-default-modes): Default for date-format mimicks org-mode.
25080 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
25081
25082 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
25083
25084 * cus-face.el (custom-theme-set-faces): Make it handle face
25085 aliases whose alias declarations are pre- or autoloaded.
25086
25087 2005-07-04 Juri Linkov <juri@jurta.org>
25088
25089 * faces.el (read-face-name): Put the code for getting a face name
25090 from the buffer before adding the faces from the `face' property.
25091 Use `completing-read-multiple' instead of `completing-read'.
25092 Require `crm'. Add default value and post-process the returned
25093 list of faces.
25094
25095 * emacs-lisp/crm.el (crm-find-current-element)
25096 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
25097
25098 * emacs-lisp/lisp-mode.el (eval-defun-1):
25099 * emacs-lisp/edebug.el (edebug-eval-defun):
25100 Remove unnecessary quotes.
25101
25102 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
25103
25104 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
25105 (prolog-indent-level): Fix typo in docstring.
25106
25107 * info.el (Info-history, Info-history-forward)
25108 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
25109
25110 * add-log.el (add-change-log-entry):
25111 * comint.el (comint-dynamic-list-input-ring)
25112 (comint-dynamic-list-completions):
25113 * dabbrev.el (dabbrev-expand):
25114 * delim-col.el (delimit-columns-rectangle-line):
25115 * diff-mode.el (diff-context->unified, diff-reverse-direction)
25116 (diff-unified->context):
25117 * ediff-init.el (ediff-abbrev-jobname):
25118 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
25119 (ediff-replace-session-activity-marker-in-meta-buffer):
25120 * info.el (Info-summary):
25121 * lpr.el (printify-region):
25122 * printing.el (pr-create-interface):
25123 * ps-print.el (ps-print-quote):
25124 * ses.el (ses-column-widths, ses-print-cell)
25125 (ses-adjust-print-width, ses-center):
25126 * shell.el (shell-file-name-quote-list):
25127 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
25128 (strokes-fill-current-buffer-with-whitespace)
25129 (strokes-xpm-for-stroke, strokes-list-strokes)
25130 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
25131 * term.el (term-dynamic-list-input-ring)
25132 (term-dynamic-list-completions):
25133 * calc/calc.el (math-format-stack-value):
25134 * emacs-lisp/edebug.el (edebug-display-freq-count):
25135 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
25136 (delphi-new-comment-line):
25137 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
25138 * progmodes/executable.el (executable-set-magic):
25139 * progmodes/python.el (inferior-python-mode):
25140 * progmodes/scheme.el (scheme-mode-syntax-table):
25141 * progmodes/sh-script.el (sh-maybe-here-document):
25142 * progmodes/sql.el (sql-copy-column):
25143 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
25144 * textmodes/bibtex.el (bibtex-mode):
25145 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
25146 (sgml-auto-attributes):
25147 * textmodes/table.el (table-insert, table-shorten-cell)
25148 (table--generate-source-scan-lines, table-delete-row)
25149 (*table--cell-delete-char, table--spacify-frame)
25150 (table--horizontally-shift-above-and-below)
25151 (table--cell-insert-char, table--cell-blank-str)
25152 (table--fill-region-strictly):
25153 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
25154 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
25155
25156 * add-log.el (change-log):
25157 * apropos.el (apropos):
25158 * comint.el (comint-completion, comint-source):
25159 * dabbrev.el (dabbrev):
25160 * delim-col.el (columns):
25161 * diff-mode.el (diff-mode):
25162 * ediff.el (ediff):
25163 * ediff-diff.el (ediff-diff):
25164 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
25165 * ediff-mult.el (ediff-mult):
25166 * ediff-ptch.el (ediff-ptch):
25167 * ediff-wind.el (ediff-window):
25168 * facemenu.el (facemenu):
25169 * indent.el (indent):
25170 * info.el (info):
25171 * jka-cmpr-hook.el (compression, jka-compr):
25172 * lpr.el (lpr):
25173 * outline.el (outlines):
25174 * pcmpl-cvs.el (pcmpl-cvs):
25175 * pcmpl-rpm.el (pcmpl-rpm):
25176 * printing.el (printing):
25177 * ps-print.el (postscript, ps-print, ps-print-horizontal)
25178 (ps-print-vertical, ps-print-headers, ps-print-font)
25179 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
25180 (ps-print-background, ps-print-printer, ps-print-page)
25181 (ps-print-miscellany):
25182 * ses.el (ses):
25183 * shell.el (shell, shell-directories, shell-faces):
25184 * startup.el (initialization):
25185 * strokes.el (strokes):
25186 * term.el (term):
25187 * uniquify.el (uniquify):
25188 * w32-vars.el (w32):
25189 * calc/calc.el (calc):
25190 * emacs-lisp/bytecomp.el (bytecomp):
25191 * emacs-lisp/cl-indent.el (lisp-indent):
25192 * emacs-lisp/edebug.el (edebug):
25193 * emacs-lisp/elp.el (elp):
25194 * emacs-lisp/testcover.el (testcover):
25195 * emacs-lisp/trace.el (trace):
25196 * emulation/viper-ex.el (viper-ex):
25197 * emulation/viper-mous.el (viper-mouse):
25198 * mail/mailalias.el (mailalias):
25199 * mail/supercite.el (supercite, supercite-frames)
25200 (supercite-attr, supercite-cite, supercite-hooks):
25201 * net/rcompile.el (remote-compile):
25202 * net/rlogin.el (rlogin):
25203 * obsolete/ooutline.el (outlines):
25204 * progmodes/delphi.el (delphi):
25205 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
25206 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
25207 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
25208 (ebnf-optimization):
25209 * progmodes/etags.el (etags):
25210 * progmodes/executable.el (executable):
25211 * progmodes/idlwave.el (idlwave):
25212 * progmodes/pascal.el (pascal):
25213 * progmodes/prolog.el (prolog):
25214 * progmodes/python.el (python):
25215 * progmodes/scheme.el (scheme):
25216 * progmodes/sh-script.el (sh, sh-script):
25217 * progmodes/sql.el (SQL):
25218 * progmodes/tcl.el (tcl):
25219 * textmodes/bibtex.el (bibtex, bibtex-autokey):
25220 * textmodes/enriched.el (enriched):
25221 * textmodes/makeinfo.el (makeinfo):
25222 * textmodes/sgml-mode.el (sgml):
25223 * textmodes/table.el (table-hooks):
25224 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
25225 * textmodes/texinfo.el (texinfo):
25226 * textmodes/two-column.el (two-column):
25227 Finish `defgroup' description with period.
25228
25229 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
25230 * eshell/esh-var.el (eshell-var):
25231 * progmodes/vhdl-mode.el (vhdl-testbench):
25232 * textmodes/org.el (org): Fix typos in docstrings.
25233
25234 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
25235 consistency.
25236
25237 * progmodes/flymake.el (flymake-find-file): Remove.
25238 (flymake-float-time): Use `with-no-warnings'.
25239 (flymake-check-start-time, flymake-check-was-interrupted)
25240 (flymake-err-info, flymake-is-running, flymake-last-change-time)
25241 (flymake-new-err-info): `defvar' at compile time.
25242
25243 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
25244
25245 * replace.el (occur-hook): Doc fix.
25246 (occur-1): Don't call `occur-hook' if there are no matches.
25247
25248 2005-07-03 Richard M. Stallman <rms@gnu.org>
25249
25250 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25251 global-map, save the same map.
25252 (global-map): Don't alter it at top level.
25253 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25254 Then alter it here instead.
25255 (tpu-edt-off): Set global-map to the saved one.
25256
25257 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25258 All references simplified.
25259 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
25260 (zmacs-regions): Add defvar.
25261 (repeat-complex-command-map): Everything about that deleted.
25262
25263 * textmodes/artist.el (artist-key-is-drawing)
25264 (artist-key-endpoint1, artist-key-poly-point-list)
25265 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25266 (artist-key-compl-table, artist-rb-save-data)
25267 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25268 Don't put them in eval-when-compile.
25269 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25270
25271 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25272 Use with-no-warnings.
25273
25274 * net/browse-url.el (dos-windows-version): Add defvar.
25275
25276 * mail/supercite.el (filladapt-prefix-table): Add defvar.
25277
25278 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25279 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25280 (rmail-new-summary-line-count): Rename from new-summary-line-count.
25281 Add defvar.
25282 (rmail-summary-beginning-of-message): Use with-no-warnings.
25283 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25284
25285 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25286 Use with-no-warnings.
25287
25288 * emulation/vi.el (vi-mark-region): Use c-mark-function.
25289 (c-mark-function): Add point-moving-unit property.
25290 (vi-goto-line): Use with-no-warnings.
25291
25292 * emulation/edt.el (edt-last-copied-word): Add defvar.
25293 (zmacs-region-stays): Likewise.
25294 (edt-mark-section-wisely): Use c-mark-function for C.
25295 Use makr-defun for Fortran.
25296 (time-string): defvar deleted.
25297 (edt-display-the-time): Don't set time-string.
25298
25299 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25300
25301 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25302 Don't warn when name is not constant
25303 or for defining the group `emacs'.
25304
25305 * tooltip.el (gud-tooltip-mode): Add defvar.
25306
25307 * startup.el (default-frame-background-mode): Add defvar.
25308
25309 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25310
25311 * info.el (tool-bar-map): Add defvar.
25312
25313 * dired.el (dnd-protocol-alist): Add defvar.
25314
25315 * dired-aux.el (dired-query): Display question with answer, when
25316 the user answers.
25317
25318 * custom.el (custom-add-option): Doc fix.
25319
25320 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25321
25322 2005-07-03 Eli Zaretskii <eliz@gnu.org>
25323
25324 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25325 bogus name from the last change.
25326
25327 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
25328
25329 * custom.el (custom-declare-variable): Fix typos in comment.
25330 (custom-known-themes): Doc fix.
25331 (custom-theme-directory): New defcustom.
25332 (require-theme): Make it check `custom-theme-directory'.
25333
25334 * cus-theme.el (custom-new-theme-mode): New function.
25335 (custom-theme-name, custom-theme-variables, custom-theme-faces)
25336 (custom-theme-description): Add compiler defvars.
25337 (customize-create-theme): Add doc to the "*New Custom Theme*"
25338 buffer. Use `custom-new-theme-mode'.
25339 (custom-theme-write): Put the created buffer in emacs-lisp-mode
25340 and save it to the `custom-theme-directory'. Make this the
25341 default directory of the buffer.
25342
25343 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
25344
25345 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25346 Fix unbalanced parentheses.
25347
25348 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
25349
25350 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25351 into flymake-mode and delegate to flymake-mode.
25352
25353 * find-file.el (ff-which-function-are-we-in): Clean up.
25354
25355 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
25356
25357 * replace.el (occur-rename-buffer): Fix docstring.
25358
25359 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25360 (edt-last-copied-word, edt-learn-macro-count)
25361 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25362 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25363 (time-string, zmacs-region-stays):
25364 * emulation/edt-mapper.el (edt-save-function-key-map)
25365 (EDT-key-name): `defvar' to silence the byte-compiler.
25366
25367 2005-07-02 Martin Rudalics <rudalics@gmx.at>
25368
25369 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25370 font-lock-regexp-backslash. Doc fix.
25371 (font-lock-regexp-backslash-grouping-construct): Rename from
25372 font-lock-regexp-backslash-construct. Doc fix.
25373 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25374 grouping constructs.
25375
25376 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25377
25378 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25379 updating all the prerequisites.
25380
25381 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25382
25383 * textmodes/org.el (org-agenda-start-on-weekday)
25384 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25385 (org-agenda-use-time-grid, org-archive-location)
25386 (org-allow-space-in-links, org-usenet-links-prefer-google)
25387 (org-enable-table-editor, org-export-default-language)
25388 (org-export-html-show-new-buffer, org-fill-paragraph)
25389 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25390 (org-goto-quit, org-occur, org-eval-in-calendar)
25391 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25392 (org-agenda-diary-entry, org-remember-help)
25393 (org-table-convert-region, org-at-table-p)
25394 (org-table-move-row-down, org-table-move-row-up)
25395 (org-table-copy-region, org-table-toggle-vline-visibility)
25396 (org-table-get-stored-formulas, org-table-get-specials)
25397 (org-recalc-commands, org-table-eval-formula)
25398 (org-table-formula-substitute-names, orgtbl-make-binding)
25399 (org-format-org-table-html, org-format-table-table-html)
25400 (org-format-table-table-html-using-table-generate-source)
25401 (org-customize): Fix typos in docstrings.
25402 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25403 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25404 (org-back-to-heading): Doc fixes.
25405 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25406 (org-agenda-change-all-lines, org-get-header):
25407 Improve argument/docstring consistency.
25408 (orgtbl-error): Fix error message.
25409
25410 * progmodes/flymake.el (flymake-find-possible-master-files)
25411 (flymake-master-file-compare, flymake-get-line-err-count)
25412 (flymake-highlight-line, flymake-gui-warnings-enabled):
25413 Fix typos in docstrings.
25414 (flymake-parse-line, flymake-get-project-include-dirs-function)
25415 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25416 Doc fixes.
25417 (flymake-get-project-include-dirs-function)
25418 (flymake-make-err-menu-data):
25419 Improve argument/docstring consistency.
25420
25421 2005-07-01 Lute Kamstra <lute@gnu.org>
25422
25423 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25424 Catch errors with ignore-errors. Use temporary buffer.
25425 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25426
25427 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25428 background color faces.
25429 (facemenu-set-foreground, facemenu-set-background):
25430 Use facemenu-set-face-from-menu.
25431 (facemenu-set-face-from-menu): Treat face names that start with
25432 "fg:" or "bg:" as special.
25433 (facemenu-add-new-color): Don't create faces. Simplify.
25434
25435 2005-06-30 Richard M. Stallman <rms@gnu.org>
25436
25437 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25438 (crm-find-current-element): Likewise.
25439
25440 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25441
25442 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25443
25444 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25445
25446 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25447 (archive-mouse-extract): Make it an obsolete alias.
25448 (archive-mode-map): Don't use archive-mouse-extract any more.
25449 (archive-mode, archive-extract): write-contents-hooks ->
25450 write-contents-functions.
25451 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25452 first arg.
25453 (archive-rename-entry): Update the call.
25454 (archive-zip-summarize): Remove unused var `method'.
25455 (archive-lzh-summarize): Remove unused var `creator'.
25456
25457 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25458 dedicated frame upon exit.
25459
25460 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25461 (archive-zip-extract, archive-zip-expunge)
25462 (archive-zip-update, archive-zip-update-case): Use executable-find.
25463 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25464 Use restore-buffer-modified-p.
25465 (archive-extract, archive-add-new-member, archive-write-file-member):
25466 Use with-current-buffer.
25467 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25468
25469 2005-06-30 Andreas Schwab <schwab@suse.de>
25470
25471 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25472
25473 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25474
25475 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25476
25477 2005-06-30 Juri Linkov <juri@jurta.org>
25478
25479 * faces.el (vertical-border): Inherit from mode-line-inactive
25480 only on tty.
25481
25482 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25483
25484 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25485 example, -NLINES in the `occur' docstring).
25486
25487 * replace.el (occur-1): When no matches are found, do not set the
25488 `buffer-read-only' and modified flags for the occur buffer,
25489 because it is deleted.
25490
25491 * emulation/cua-base.el (cua-check-pending-input)
25492 (cua-repeat-replace-region, cua-mode, cua-debug)
25493 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25494 Fix typos in docstrings.
25495
25496 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25497 (cua-cut-region-to-global-mark)
25498 (cua--cut-rectangle-to-global-mark):
25499 Remove period from end of messages.
25500
25501 * emulation/cua-rect.el (cua-do-rectangle-padding):
25502 Remove period from end of messages.
25503 (cua--rectangle-seq-format): Fix typo in docstring.
25504 (cua-sequence-rectangle, cua-fill-char-rectangle):
25505 Improve argument/docstring consistency.
25506
25507 2005-06-29 Juri Linkov <juri@jurta.org>
25508
25509 * faces.el (default-frame-background-mode): New internal variable.
25510 (frame-set-background-mode): Use it.
25511
25512 * startup.el (normal-top-level): Set default-frame-background-mode
25513 instead of frame-background-mode. Before setting it, test for its
25514 nil value. Remove tests for frame-background-mode and frame
25515 parameter `reverse'. Add test for "unspecified-fg".
25516
25517 * term/xterm.el (xterm-rxvt-set-background-mode):
25518 * term/rxvt.el (rxvt-set-background-mode):
25519 Set default-frame-background-mode instead of frame-background-mode.
25520
25521 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25522
25523 * simple.el (set-variable): Warn about obsolete user variables.
25524
25525 * imenu.el (imenu--completion-buffer):
25526 * mouse.el (mouse-buffer-menu-alist):
25527 * msb.el (msb-invisible-buffer-p):
25528 * calendar/diary-lib.el (diary-header-line-format):
25529 * emacs-lisp/pp.el (pp-buffer):
25530 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25531 * textmodes/picture.el (picture-replace-match):
25532 Change space constants followed by a sexp to "?\s ".
25533
25534 * play/decipher.el (decipher-loop-with-breaks):
25535 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25536 constants "protected" from end of line by a comment to "?\s".
25537
25538 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25539
25540 * font-lock.el (save-buffer-state): Use `declare'.
25541
25542 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25543 reset the syntax-table to cperl-mode-syntax-table.
25544 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25545 "foo_print_bar" is not matched as a reserved keyword.
25546
25547 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25548
25549 * textmodes/org.el (orgtbl-setup): New function, for delayed
25550 setup for the orgtbl commands.
25551 (org-calc-default-modes): New option.
25552 (orgtbl-make-binding): Use `defun' to get better help display.
25553 (org-diary): Call `org-compile-prefix-format'.
25554 (org-table-formula-substitute-names): New function.
25555 (org-agenda-day-view, org-agenda-week-view): New commands.
25556 (org-agenda-toggle-week-view): Command removed.
25557 (org-tbl-menu): Split off from org-org-menu.
25558 (org-mode): Move removal of outline-mode menus to here.
25559 (org-table-formula-debug): New option.
25560 (org-table-insert-row): Keep first field if just "#" or "*".
25561 (org-mode): Paragraph regexps fixed.
25562 (org-table-recalculate-regexp): New constant.
25563 (org-table-justify-field-maybe): Avoid replace if not necessary.
25564 (org-copy-special, org-cut-special): Use `call-interactively'.
25565 (org-table-copy-region): Take region from `interactive' call.
25566 (org-trim): Return string even if no match.
25567 (org-formula): New face.
25568 (org-set-font-lock-defaults): No longer highlight "FIXME".
25569 But highlight formula-related fields in table.
25570 (org-table-p): Use regexp, not fontification.
25571 (org-table-align): Handle white space at end of line.
25572 (org-table-formula-evaluate-inline): New option.
25573 (org-mode): Auto-wrapping in comment lines turned off.
25574 (org-table-copy-down): Evaluate only in copied field, not in
25575 destination.
25576 (org-table-current-formula): Variable removed.
25577 (org-table-store-formulas, org-table-get-stored-formulas)
25578 (org-table-modify-formulas, org-table-replace-in-formulas)
25579 (org-table-maybe-eval-formula): New functions.
25580 (org-table-get-formula): Modify to use stored formulas.
25581 (org-table-insert-column, org-table-delete-column)
25582 (org-table-move-column): Call `org-table-modify-formulas'.
25583 (org-complete): Add completion for keyword formulas.
25584 (orgtbl-mode): Pull orgtbl-mode-map to start of
25585 minor-mode-map-alist.
25586
25587 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25588
25589 * progmodes/python.el (python-check): Require `compile' before
25590 modifying its variables.
25591
25592 * newcomment.el (comment-indent-default): Don't get fooled by an early
25593 end of buffer.
25594
25595 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25596
25597 * ps-print.el (ps-print-version): Fix version number.
25598
25599 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25600
25601 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25602
25603 2005-06-28 Richard M. Stallman <rms@gnu.org>
25604
25605 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25606 (flyspell-local-mouse-map): Declaration deleted.
25607 (flyspell-mouse-map): Bind only mouse-2.
25608 (flyspell-mode-map): Don't test flyspell-use-local-map.
25609 (flyspell-overlay-keymap-property-name): Var deleted.
25610 (flyspell-mode-on): Don't make local bindings for
25611 flyspell-mouse-map and flyspell-mode-map.
25612 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25613
25614 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25615
25616 * progmodes/compile.el (compilation-next-error-function):
25617 Don't switch buffers; operate on the current buffer.
25618
25619 * progmodes/compile.el (compilation-error-file-name)
25620 (compilation-warning-file-name, compilation-info-file-name)
25621 (compilation-line-number, compilation-column-number): New faces.
25622 (compilation-error-face, compilation-warning-face)
25623 (compilation-info-face, compilation-line-face)
25624 (compilation-column-face): Use them.
25625
25626 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25627
25628 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25629
25630 * bindings.el (global-map): Bind insertchar and its variants.
25631
25632 2005-06-27 Richard M. Stallman <rms@gnu.org>
25633
25634 * textmodes/artist.el (artist-text-overwrite)
25635 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25636
25637 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25638
25639 * ps-print.el: It was not working the page selection for printing.
25640 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25641 (ps-print-version): New version 6.6.7.
25642 (ps-end-sheet): New fun.
25643 (ps-header-sheet, ps-end-job): Call it.
25644
25645 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25646
25647 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25648
25649 2005-06-27 Lute Kamstra <lute@gnu.org>
25650
25651 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25652 background color faces.
25653 (facemenu-get-face): Delete function.
25654 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25655 (facemenu-add-new-color): Make second argument mandatory.
25656 Create the appropriate face and return it. Simplify.
25657 (facemenu-set-foreground, facemenu-set-background): Don't check if
25658 color is defined. Use return value of facemenu-add-new-color.
25659
25660 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25661
25662 * progmodes/gud.el (gud-filter): Add missing argument to
25663 with-selected-window.
25664
25665 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25666
25667 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25668 a :require to the defcustom.
25669
25670 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25671 defcustoms corresponding to minor modes.
25672
25673 2005-06-26 David Ponce <david@dponce.com>
25674
25675 * recentf.el: Require tree-widget instead of wid-edit.
25676 (recentf-filename-handler): Fix widget :type.
25677 (recentf-cancel-dialog, recentf-open-more-files)
25678 (recentf-open-files-action): Doc fix.
25679 (recentf-dialog-goto-first): New function.
25680 (recentf-dialog-mode-map): Set parent keymap first.
25681 (recentf-dialog-mode): Define with define-derived-mode.
25682 Don't display continuation lines in dialogs.
25683 (recentf-edit-list): Rename from recentf-edit-selected-items.
25684 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25685 Simplify.
25686 (recentf-edit-list-validate): New function.
25687 (recentf-edit-list): Update accordingly.
25688 (recentf-open-files-item-shift): Remove.
25689 (recentf-open-files-item): Convert menu elements into tree and
25690 link widgets. Don't create the widgets.
25691 (recentf-open-files): Update accordingly.
25692 (recentf-save-list): Untabify.
25693
25694 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25695
25696 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25697 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25698 partially contained in the active region. Do not take active
25699 region into account when called from Lisp, unless INTERACTIVE arg
25700 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25701 avoid trouble with fields. Make marker point nowhere when no
25702 longer used. Always return nil. Doc fix.
25703 (flush-lines): Add INTERACTIVE arg. Do not take active region
25704 into account when called from Lisp, unless INTERACTIVE arg is
25705 non-nil. Use `forward-line' instead of `beginning-of-line' to
25706 avoid trouble with fields. Make marker point nowhere when no
25707 longer used. Always return nil. Doc fix.
25708 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25709 interchangeable. Do not take active region into account when
25710 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25711 message in echo area when called from Lisp, unless INTERACTIVE arg
25712 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25713 Return the number of matches. Doc fix.
25714 (occur): Doc fix.
25715 (perform-replace): Make comment follow double space convention for
25716 the sake of `outline-minor-mode'.
25717
25718 * faces.el (facep): Doc fix.
25719
25720 2005-06-25 Richard M. Stallman <rms@gnu.org>
25721
25722 * facemenu.el (facemenu-enable-faces-p): New function.
25723 (facemenu-background-menu, facemenu-foreground-menu)
25724 (facemenu-face-menu): Add menu-enable property.
25725
25726 * jka-compr.el (jka-compr-insert-file-contents):
25727 Special handling if cannot find the uncompression program.
25728
25729 * cus-face.el (custom-face-attributes): Add autoload.
25730
25731 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25732 Bind comment-indent-function locally.
25733
25734 * window.el (save-selected-window): Use save-current-buffer.
25735
25736 * subr.el (with-selected-window): Use save-current-buffer.
25737
25738 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25739 and with-current-buffer.
25740
25741 2005-06-24 Richard M. Stallman <rms@gnu.org>
25742
25743 * simple.el (line-move-1): Fix previous change.
25744
25745 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25746
25747 * replace.el (occur-1): Set `buffer-read-only' and the
25748 buffer-modified flag before running `occur-hook' to protect
25749 against unintentional buffer switches that can lead to data loss.
25750
25751 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25752
25753 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25754 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25755 initial error.
25756
25757 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25758 after fresh input.
25759 (gdb-var-create-handler): Put name of expression in quotes.
25760
25761 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25762
25763 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25764 elements of RING in order, and without bogus nil elements.
25765
25766 2005-06-23 Richard M. Stallman <rms@gnu.org>
25767
25768 * simple.el (set-variable): Args renamed; doc fix.
25769 (line-move-1): When there are overlays around, use vertical-motion.
25770
25771 * faces.el (escape-glyph): Use brown against light background.
25772 (nobreak-space): Rename from no-break-space.
25773 Fix previous change.
25774
25775 * dired-aux.el (dired-do-copy): Fix arg prompt.
25776
25777 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25778
25779 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25780
25781 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25782 rather than "Distributor".
25783
25784 2005-06-23 Lute Kamstra <lute@gnu.org>
25785
25786 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25787 (debug-on-entry): Use it. New interactive declaration that uses
25788 function-called-at-point.
25789
25790 2005-06-23 Kim F. Storm <storm@cua.dk>
25791
25792 * subr.el (save-match-data): Add comment about using evaporate arg
25793 to set-match-data.
25794
25795 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25796
25797 * cus-edit.el (customize-face)
25798 (customize-face-other-window): Handle face aliases.
25799
25800 * faces.el (face-documentation, set-face-attribute)
25801 (face-spec-set): Handle face aliases.
25802
25803 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25804
25805 * help-mode.el (help-make-xrefs): If a symbol representing a face
25806 name is not followed by the word "face", it could still be a
25807 function or variable name, so don't bypass other checks.
25808
25809 2005-06-22 Juri Linkov <juri@jurta.org>
25810
25811 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25812 Replace aliased functions with calls where second arg `inherit' is t.
25813
25814 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25815
25816 * progmodes/gdb-ui.el (gdb-error): New variable.
25817 (gdb-error): New function.
25818 (gdb-annotation-rules): Act on error-begin and error annotations.
25819 (gdb-concat-output): Use font-lock-warning-face for errors.
25820
25821 2005-06-22 Miles Bader <miles@gnu.org>
25822
25823 * bindings.el (propertized-buffer-identification): Use renamed
25824 `Buffer-menu-buffer' face.
25825
25826 * faces.el (vertical-border): Rename from `vertical-divider'.
25827 (escape-glyph): Change dark-background color back to `cyan'.
25828
25829 2005-06-21 Juri Linkov <juri@jurta.org>
25830
25831 * faces.el (face-user-default-spec): Try getting `customized-face'
25832 prior to `saved-face'.
25833 (frame-background-mode): Refill docstring.
25834
25835 * emacs-lisp/lisp-mode.el (eval-defun-1):
25836 * emacs-lisp/edebug.el (edebug-eval-defun):
25837 Set `saved-face' temporarily to nil before calling form.
25838 Set `customized-face' to the new spec after that.
25839
25840 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25841
25842 * subr.el (1value, lambda, key-substitution-in-progress):
25843 Doc fixes.
25844
25845 * autoinsert.el (auto-insert-alist):
25846 * ses.el (ses-call-printer):
25847 * subr.el (noreturn):
25848 * emacs-lisp/lisp.el (check-parens):
25849 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25850 * net/browse-url.el (browse-url-mosaic):
25851 * progmodes/cc-defs.el (c-safe-scan-lists):
25852 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25853 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25854 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25855 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25856 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25857 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25858
25859 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25860
25861 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25862
25863 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25864
25865 * calendar/appt.el (appt-make-list): Activate the package, if
25866 not already active (for backwards compatibility).
25867
25868 2005-06-20 Kim F. Storm <storm@cua.dk>
25869
25870 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25871
25872 2005-06-20 Miles Bader <miles@gnu.org>
25873
25874 * faces.el (vertical-divider): New face.
25875
25876 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25877
25878 * simple.el (kill-whole-line): Doc fix.
25879 (next-error-buffer-p, next-error-find-buffer)
25880 (clone-indirect-buffer): Fix typos in docstrings.
25881 (comment-line-break-function): Doc fix: don't say variable
25882 is automatically buffer-local (it isn't).
25883
25884 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25885
25886 * net/tramp-ftp.el (top):
25887 * net/tramp-smb.el (top):
25888 * net/tramp-util.el (top):
25889 * net/tramp-uu.el (top):
25890 * net/tramp-vc.el (top):
25891 * net/tramp.el (top): Revert copyright years back to original
25892 ones. Tramp has a life outside GNU Emacs.
25893
25894 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25895
25896 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25897
25898 2005-06-18 Juri Linkov <juri@jurta.org>
25899
25900 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25901 end of first regexp to limit the match to the position between
25902 line number and source line with same separator character as used
25903 between file name and line number. In the second regexp limit
25904 mouse-face area to file name and line number by adding new group
25905 for them and referring it in HYPERLINK arg.
25906 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25907 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25908 previous line where grep markers may be already removed.
25909
25910 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25911
25912 * progmodes/ps-mode.el: Update version and maintainer's email address.
25913
25914 2005-06-18 Steve Youngs <steve@xemacs.org>
25915
25916 * net/browse-url.el (browse-url-browser-function)
25917 (browse-url-default-browser): Add firefox.
25918 (browse-url-firefox-program, browse-url-firefox-arguments)
25919 (browse-url-firefox-startup-arguments)
25920 (browse-url-firefox-new-window-is-tab): New defcustoms.
25921 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25922
25923 2005-06-17 Richard M. Stallman <rms@gnu.org>
25924
25925 * startup.el (command-line): Warn if specified user name has
25926 no home directory.
25927
25928 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25929 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25930
25931 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25932 Doc fixes.
25933
25934 * faces.el (underline): Try bold if terminal doesn't support underline.
25935
25936 * mail/sendmail.el (mail-setup-with-from): New variable.
25937 (mail-insert-from-field): New function.
25938 (sendmail-send-it): Call it.
25939 (mail-setup): Optionally call it here.
25940
25941 * term/linux.el: Call tty-no-underline.
25942
25943 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25944
25945 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25946
25947 2005-06-17 Miles Bader <miles@gnu.org>
25948
25949 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25950 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25951 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25952 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25953 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25954 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25955 Remove "-face" suffix from face names.
25956 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25957 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25958 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25959 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25960 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25961 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25962 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25963 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25964 New backward-compatibility aliases for renamed faces.
25965 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25966 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25967 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25968 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25969 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25970 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25971 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25972 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25973 Use renamed ediff faces.
25974
25975 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25976 Remove "-face" suffix from face names.
25977 (eshell-test-ok-face, eshell-test-failed-face):
25978 New backward-compatibility aliases for renamed faces.
25979 (eshell-run-test): Use renamed eshell-test faces.
25980
25981 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25982 face name.
25983 (eshell-prompt-face): New backward-compatibility alias for renamed
25984 face.
25985 (eshell-emit-prompt): Use renamed eshell-prompt face.
25986
25987 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25988 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25989 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25990 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25991 Remove "-face" suffix from face names.
25992 (eshell-ls-directory-face, eshell-ls-symlink-face)
25993 (eshell-ls-executable-face, eshell-ls-readonly-face)
25994 (eshell-ls-unreadable-face, eshell-ls-special-face)
25995 (eshell-ls-missing-face, eshell-ls-archive-face)
25996 (eshell-ls-backup-face, eshell-ls-product-face)
25997 (eshell-ls-clutter-face):
25998 New backward-compatibility aliases for renamed faces.
25999 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26000
26001 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26002 Remove "-face" suffix from face name.
26003 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26004 instead of literal face.
26005
26006 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
26007
26008 * emacs-lisp/warnings.el (display-warning, lwarn)
26009 (warning-minimum-log-level): Doc fixes.
26010 (warning-minimum-level, warning-minimum-log-level):
26011 Add :debug to :type choices.
26012
26013 * progmodes/ada-mode.el (ada-format-paramlist)
26014 (ada-get-indent-case, ada-check-matching-start)
26015 (ada-check-defun-name, ada-goto-matching-decl-start)
26016 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26017 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26018 (ada-make-subprogram-body): Follow error conventions.
26019 (ada-case-exception-file, ada-indent-comment-as-code)
26020 (ada-indent-handle-comment-special, ada-indent-renames)
26021 (ada-indent-return, ada-search-directories-internal)
26022 (ada-tab-policy, ada-case-exception-substring)
26023 (ada-other-file-alist, ada-matching-start-re)
26024 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26025 (ada-imenu-generic-expression, ada-compile-goto-error)
26026 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
26027 (ada-popup-menu, ada-add-extensions, ada-mode)
26028 (ada-region-selected, ada-create-case-exception)
26029 (ada-create-case-exception-substring, ada-after-keyword-p)
26030 (ada-activate-keys-for-case, ada-adjust-case-region)
26031 (ada-adjust-case-buffer, ada-format-paramlist)
26032 (ada-scan-paramlist, ada-insert-paramlist)
26033 (ada-indent-newline-indent)
26034 (ada-indent-newline-indent-conditional)
26035 (ada-justified-indent-current, ada-goto-previous-word)
26036 (ada-indent-current, ada-get-indent-open-paren)
26037 (ada-get-indent-paramlist, ada-get-indent-end)
26038 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
26039 (ada-get-indent-block-start, ada-get-indent-subprog)
26040 (ada-get-indent-noindent, ada-get-indent-label)
26041 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
26042 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
26043 (ada-goto-stmt-end, ada-goto-next-word)
26044 (ada-check-matching-start, ada-check-defun-name)
26045 (ada-goto-matching-decl-start, ada-goto-matching-start)
26046 (ada-goto-matching-end, ada-search-ignore-string-comment)
26047 (ada-in-decl-p, ada-looking-at-semi-or)
26048 (ada-looking-at-semi-private, ada-in-paramlist-p)
26049 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
26050 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
26051 (ada-next-procedure, ada-previous-procedure, ada-next-package)
26052 (ada-previous-package, ada-create-menu)
26053 (ada-fill-comment-paragraph-justify)
26054 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
26055 (ada-other-file-name, ada-last-which-function-line)
26056 (ada-last-which-function-subprog, ada-which-function)
26057 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
26058 (ada-gen-treat-proc, ada-check-emacs-version)
26059 (ada-continuation-indent, ada-align-region-separate):
26060 Fix typos in docstrings.
26061 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
26062
26063 2005-06-16 Lute Kamstra <lute@gnu.org>
26064
26065 * simple.el (fundamental-mode): Run after-change-major-mode-hook
26066 conditionally.
26067
26068 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
26069
26070 * comint.el (comint-replace-by-expanded-filename)
26071 (comint-prompt-regexp, comint-delimiter-argument-list)
26072 (comint-preinput-scroll-to-bottom):
26073 * info.el (Info-hide-cookies-node):
26074 * ls-lisp.el (ls-lisp-classify):
26075 * find-file.el (ff-search-directories, ff-special-constructs)
26076 (ff-find-other-file):
26077 * font-lock.el (font-lock-keywords):
26078 * shell.el (shell-prompt-pattern)
26079 (shell-dynamic-complete-functions, shell-mode)
26080 (shell-delimiter-argument-list):
26081 * term.el (term-replace-by-expanded-filename)
26082 (term-prompt-regexp, term-delimiter-argument-list):
26083 * woman.el (woman-ignore, woman0-if):
26084 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
26085 * emacs-lisp/elint.el (elint-init-env):
26086 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
26087 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
26088 * language/ethio-util.el (ethio-tilde-escape)
26089 (ethio-use-three-dot-question):
26090 * net/zone-mode.el (zone-mode-load-time-setup):
26091 * progmodes/cc-align.el (c-lineup-argcont):
26092 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
26093 * progmodes/cperl-mode.el (cperl-set-style-back):
26094 * progmodes/inf-lisp.el (inferior-lisp-prompt):
26095 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
26096 Fix spellings in docstrings.
26097
26098 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
26099 * progmodes/modula2.el (m2-for): Fix spellings.
26100
26101 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
26102
26103 * simple.el (undo-more): Don't use `format' on `error' arguments.
26104 Improve argument/docstring consistency.
26105 (pending-undo-list): Doc fix.
26106
26107 * smerge-mode.el (smerge-ensure-match):
26108 * emulation/vip.el (vip-ex):
26109 * net/zone-mode.el (zone-mode-update-serial):
26110 * progmodes/idlwave.el (idlwave-complete):
26111 * progmodes/vhdl-mode.el (vhdl-visit-file)
26112 (vhdl-compose-wire-components):
26113 Don't use `format' on `error' arguments.
26114
26115 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
26116 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
26117 (tooltip-help-tips): Fix typos in docstrings.
26118
26119 2005-06-16 David Ponce <david@dponce.com>
26120
26121 * tree-widget.el (tree-widget-value-create): Simplify last change.
26122
26123 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
26124
26125 * ido.el (ido-incomplete-regexp): New variable.
26126 (ido-set-matches-1): Handle invalid-regexp error and set
26127 ido-incomplete-regexp.
26128 (ido-incomplete-regexp): New face.
26129 (ido-completions): Use it.
26130 (ido-complete, ido-exit-minibuffer, ido-completions):
26131 Handle incomplete regexps.
26132 (ido-completions): Add check for complete match when entering a regexp.
26133
26134 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
26135
26136 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
26137
26138 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26139
26140 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
26141 by field delimiters.
26142
26143 2005-06-15 David Ponce <david@dponce.com>
26144
26145 * tree-widget.el: eval-and-compile inlined functions so they will
26146 be available at run-time too.
26147 (tree-widget-super-format-handler)
26148 (tree-widget-format-handler): Remove.
26149 (tree-widget-value-create): Handle the :indent property.
26150
26151 2005-06-15 Miles Bader <miles@gnu.org>
26152
26153 * progmodes/which-func.el (which-func): Only inherit
26154 `font-lock-function-name-face' when that makes sense against the
26155 default mode-line face, otherwise set the face color explicitly.
26156
26157 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
26158 faces instead of (non-existent) variables.
26159
26160 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
26161
26162 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
26163 (iswitchb-get-matched-buffers): Likewise. Simplify.
26164
26165 2005-06-14 Miles Bader <miles@gnu.org>
26166
26167 * progmodes/ld-script.el (ld-script-location-counter):
26168 Remove "-face" suffix from face name.
26169 (ld-script-location-counter-face):
26170 New backward-compatibility alias for renamed face.
26171 (ld-script-location-counter-face): Use renamed face.
26172
26173 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
26174 (cperl-hash): Remove "-face" suffix from face names.
26175 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
26176 New backward-compatibility aliases for renamed faces.
26177 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
26178 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
26179
26180 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
26181 name.
26182 (which-func-face): New backward-compatibility alias for renamed face.
26183 (which-func-format): Use renamed which-func face.
26184
26185 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
26186 (vhdl-function, vhdl-directive, vhdl-reserved-word)
26187 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
26188 names.
26189 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
26190 (vhdl-speedbar-configuration, vhdl-speedbar-package)
26191 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
26192 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
26193 (vhdl-speedbar-architecture-selected)
26194 (vhdl-speedbar-configuration-selected)
26195 (vhdl-speedbar-package-selected)
26196 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
26197 names.
26198 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
26199 Use renamed faces.
26200 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
26201 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
26202 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
26203 Use renamed faces.
26204 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
26205 names.
26206 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
26207 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
26208 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
26209 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
26210 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
26211 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
26212
26213 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
26214 face name.
26215 (sh-heredoc-face): New backward-compatibility alias for renamed face.
26216 (sh-heredoc-face): Use renamed sh-heredoc face.
26217
26218 * progmodes/idlw-help.el (idlwave-help-link):
26219 Remove "-face" suffix from face name.
26220 (idlwave-help-link-face):
26221 New backward-compatibility alias for renamed face.
26222 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
26223
26224 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
26225 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
26226 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
26227 New backward-compatibility aliases for renamed faces.
26228 (idlwave-shell-disabled-breakpoint-face)
26229 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
26230
26231 * progmodes/flymake.el (flymake-errline, flymake-warnline):
26232 Remove "-face" suffix from face names.
26233 (flymake-errline-face, flymake-warnline-face):
26234 New backward-compatibility aliases for renamed faces.
26235 (flymake-highlight-line): Use renamed flymake faces.
26236
26237 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
26238 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
26239 (ebrowse-member-class, ebrowse-progress):
26240 Remove "-face" suffix from face names.
26241 (ebrowse-tree-mark-face, ebrowse-root-class-face)
26242 (ebrowse-file-name-face, ebrowse-default-face)
26243 (ebrowse-member-attribute-face, ebrowse-member-class-face)
26244 (ebrowse-progress-face):
26245 New backward-compatibility aliases for renamed faces.
26246 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
26247 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
26248 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
26249 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26250
26251 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26252 antlr-syntax)
26253 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26254 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26255 names.
26256 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26257 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26258 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26259 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26260 backward-compatibility aliases for renamed faces.
26261 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26262 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26263 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26264 remove "font-lock-". Use renamed antlr-mode faces.
26265 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
26266 literal face-names with face variable references.
26267
26268 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26269 face name.
26270 (Buffer-menu-buffer-face): New backward-compatibility alias for
26271 renamed face.
26272 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26273
26274 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
26275
26276 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26277 Eliminate "-face" suffix.
26278 (makefile-targets): Inherit from font-lock-function-name-face and
26279 eliminate "-face" suffix.
26280 (makefile-shell): Remove attributes and eliminate "-face" suffix.
26281 (makefile-*-font-lock-keywords): Append makefile-targets in rule
26282 actions, instead of prepending, to make it less visible.
26283 (makefile-previous-dependency, makefile-match-dependency):
26284 Don't match a target on a continuation line.
26285
26286 * files.el (auto-mode-alist): Put Makefile in gmake mode.
26287
26288 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
26289
26290 * progmodes/gdb-ui.el (menu): Re-order menu items.
26291 (gdb-tooltip-print): Respect tooltip-use-echo-area.
26292
26293 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26294 Define in tooltip.el.
26295 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26296 (gud-tooltip-tips): Respect tooltip-use-echo-area and
26297 gud-tooltip-echo-area.
26298
26299 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26300 backward compatibility and make obsolete.
26301 (tooltip-help-tips): Use tooltip-use-echo-area.
26302 (tooltip-show-help-function): Rename to...
26303 (tooltip-show-help): ...this, because it is a function.
26304 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26305
26306 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
26307
26308 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26309 (edebug-print-length, edebug-print-level, edebug-print-circle)
26310 (edebug-modify-breakpoint, edebug-eval-last-sexp)
26311 (edebug-eval-print-last-sexp): Doc fixes.
26312
26313 2005-06-14 Kim F. Storm <storm@cua.dk>
26314
26315 * ido.el (ido-mode): Make a new keymap every time we enable ido,
26316 as the coverage buffer/file/both may change.
26317
26318 2005-06-14 Lute Kamstra <lute@gnu.org>
26319
26320 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26321 and run-mode-hooks. Simplify.
26322
26323 * mail/rmailedit.el (rmail-edit-mode):
26324 * progmodes/octave-inf.el (inferior-octave-mode):
26325 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26326
26327 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26328 and run-mode-hooks.
26329 (recentf-edit-list, recentf-open-files): Don't call
26330 kill-all-local-variables directly.
26331
26332 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26333
26334 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
26335
26336 * emacs-lisp/byte-run.el (make-obsolete)
26337 (define-obsolete-function-alias): Rename arguments FUNCTION and
26338 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26339 (make-obsolete-variable, define-obsolete-variable-alias):
26340 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26341 respectively.
26342
26343 * isearchb.el (isearchb-activate):
26344 * pcvs.el (cvs-mode):
26345 * ses.el (ses-load):
26346 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26347 * net/tramp.el (tramp-find-file-exists-command)
26348 (tramp-find-shell):
26349 * progmodes/ada-mode.el (ada-create-case-exception)
26350 (ada-create-case-exception-substring, ada-make-subprogram-body):
26351 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26352 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26353 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26354 * textmodes/org.el (org-promote, org-evaluate-time-range)
26355 (org-agenda-next-date-line, org-agenda-previous-date-line)
26356 (org-agenda-error, org-open-at-point, org-table-move-row)
26357 (org-format-table-table-html-using-table-generate-source)
26358 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26359 * textmodes/reftex.el (reftex-access-scan-info):
26360 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26361 (reftex-toc-promote-prepare): Follow error conventions.
26362
26363 * diff-mode.el (diff-mode): Fix typo in docstring.
26364
26365 * forms.el (forms--intuit-from-file): Fix reference to
26366 `forms-number-of-fields' in error message.
26367 (forms-print): Fix quoting in error message.
26368
26369 * forms.el (forms-mode):
26370 * emulation/vi.el (vi-goto-insert-state):
26371 * progmodes/flymake.el (flymake-new-err-info)
26372 (flymake-start-syntax-check-for-current-buffer)
26373 (flymake-simple-cleanup):
26374 * eshell/esh-var.el (eshell/export):
26375 * progmodes/gud.el (xdb):
26376 * textmodes/flyspell.el (flyspell-incorrect-hook)
26377 (flyspell-maybe-correct-transposition)
26378 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26379
26380 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26381
26382 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26383 minibuffer prompt.
26384
26385 2005-06-13 Kim F. Storm <storm@cua.dk>
26386
26387 * subr.el (add-to-ordered-list): New defun.
26388
26389 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26390 add cua--keymap-alist to emulation-mode-map-alists.
26391
26392 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26393
26394 * subr.el (complete-in-turn): New macro.
26395 (dynamic-completion-table, lazy-completion-table): Add debug info.
26396
26397 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26398 in preference to face aliases.
26399
26400 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26401 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26402 Remove unused vars `start' and `firstline'.
26403 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26404 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26405
26406 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26407
26408 * cus-start.el (all): Don't complain about missing GTK-related
26409 variables, unless either `gtk' is boundp or this isn't a
26410 `windows-nt' build.
26411
26412 2005-06-13 Lute Kamstra <lute@gnu.org>
26413
26414 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26415 run-mode-hooks.
26416
26417 * ediff-mult.el (ediff-meta-mode):
26418 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26419
26420 * ledit.el (ledit-mode): Use delay-mode-hooks.
26421
26422 * woman.el (woman-mode-line-format): Delete constant.
26423 (woman-mode-map): Initialize it properly.
26424 (woman-mode): Set mode-class property to special.
26425 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26426 Set major-mode and mode-name. Don't set mode-line-format directly.
26427 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26428
26429 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26430 string argument obsolete.
26431
26432 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26433
26434 * textmodes/org.el (org-CUA-compatible): New option.
26435 (org-disputed-keys): New variable.
26436 (org-key): New function.
26437 (orgtbl-make-binding): Add docstring to the created function.
26438 (org-mode): Set paragraph start/separate regexps.
26439 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26440 (org-archive-location, org-archive-mark-done)
26441 (org-archive-stamp-time): New options.
26442 (org-archive-subtree): New command.
26443 (org-fill-paragraph): New function.
26444 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26445 (org-fake-empty-table-line): Function removed.
26446 (org-format-org-table-html): Do not create empty table lines at
26447 separator lines. Improved table header treatment.
26448 (org-link-format): New option.
26449 (org-make-link): New function.
26450 (org-insert-link, org-store-link): Use org-make-link.
26451 (org-open-file): Quote file name for shell command, to allow
26452 spaces in file names.
26453 (org-link-regexp): Fix bug with mailto link.
26454 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26455 New constants.
26456 (org-export-as-html): Deal with the optional angles around a link.
26457 Better treatment of file: links.
26458 (org-open-at-point): Replace @{ and @} with < and >.
26459 (org-run-mode-hooks): Function removed.
26460 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26461
26462 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26463
26464 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26465 MI command -data-list-register-values.
26466 (gdb-post-prompt): Indent properly.
26467
26468 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26469
26470 * hilit-chg.el (highlight-changes-colors): Rename from
26471 `highlight-changes-colours'.
26472 (highlight-changes-colours): Keep as obsolete alias.
26473 (highlight-changes-face-list): Doc fix.
26474 (hilit-chg-make-list): Use `highlight-changes-colors'.
26475
26476 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26477
26478 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26479 defun-prompt-regexp.
26480
26481 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26482
26483 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26484 and cygwin.
26485
26486 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26487 Don't use an old loaddefs.el, as in Makefile.in.
26488
26489 2005-06-12 Lute Kamstra <lute@gnu.org>
26490
26491 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26492
26493 * man.el (Man-mode-map): Initialize it properly.
26494 (Man-mode): Set mode-class property to special.
26495
26496 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26497
26498 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26499
26500 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26501 A newline is needed in the docstring there.
26502
26503 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26504 Doc fixes.
26505
26506 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26507
26508 * printing.el: Doc fix. The menubar is no more changed when printing
26509 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26510 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26511 (pr-version): New version number (6.8.4).
26512 (pr-menu-bind): New command.
26513 (pr-update-menus): Docstring and code fix.
26514 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26515 Docstring fix.
26516 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26517 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26518
26519 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26520
26521 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26522 "Returns" to "return", document useful return values, etc.
26523
26524 2005-06-11 Alan Mackenzie <acm@muc.de>
26525
26526 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26527 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26528 (adaptive-file-function): Minor amendment to doc-string.
26529
26530 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26531
26532 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26533 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26534 Fix :type--it is `integer', not `string'.
26535
26536 * faces.el (modeline-highlight): Rename from (the erroneous)
26537 `modeline-higilight'.
26538
26539 2005-06-11 Lute Kamstra <lute@gnu.org>
26540
26541 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26542 lisp-interaction-mode-map but make it the parent.
26543 (edebug-eval-mode): Use define-derived-mode.
26544
26545 2005-06-11 Andreas Schwab <schwab@suse.de>
26546
26547 * bindings.el: Add binding of `ESC functionkey' for every
26548 `M-functionkey'.
26549 * hexl.el (hexl-mode-map): Likewise.
26550
26551 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26552
26553 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26554 [msft]: update regexp for newer msft compilers.
26555
26556 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26557
26558 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26559 ATTLIST portions of included DTDs.
26560 (xml-parse-dtd): Eliminate use of inefficient match-data.
26561
26562 2005-06-10 Miles Bader <miles@gnu.org>
26563
26564 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26565 (mpuz-text): Remove "-face" suffix from face names.
26566 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26567 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26568 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26569
26570 * play/gomoku.el (gomoku-O, gomoku-X):
26571 Remove "-face" suffix from face names.
26572 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26573 New backward-compatibility aliases for renamed faces.
26574 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26575
26576 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26577
26578 * thumbs.el: Fixes for changes of 2005-06-09.
26579 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26580 as a directory.
26581 (thumbs-thumbname): Remove directory separator from format string;
26582 `thumbs-thumbsdir' now returns a valid directory name.
26583 (thumbs-temp-dir): New defsubst.
26584 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26585 Use it.
26586
26587 * cus-edit.el (minibuffer):
26588 * files.el (make-backup-file-name-function):
26589 * filesets.el (filesets-external-viewers):
26590 * hilit-chg.el (highlight-changes-colours)
26591 (highlight-changes-face-list, highlight-changes-rotate-faces):
26592 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26593 * kmacro.el (kmacro-call-macro):
26594 * log-edit.el (log-edit-changelog-full-paragraphs):
26595 * mouse.el (mouse-1-click-follows-link):
26596 * skeleton.el (skeleton-autowrap):
26597 * subr.el (insert-for-yank-1):
26598 * tempo.el (tempo-insert-region):
26599 * terminal.el (terminal-emulator):
26600 * time.el (display-time-mail-face):
26601 * vc.el (vc-annotate):
26602 * vcursor.el (vcursor-copy-line):
26603 * woman.el (woman-bold-headings, woman-ignore)
26604 (woman-default-faces, woman-monochrome-faces):
26605 * calendar/todo-mode.el (todo-insert-threshold):
26606 * emulation/pc-select.el (pc-select-selection-keys-only)
26607 (pc-selection-mode):
26608 * emulation/vip.el (vip-find-char-forward):
26609 * emulation/viper-cmd.el (viper-find-char-forward):
26610 * international/mule-cmds.el
26611 (select-safe-coding-system-accept-default-p)
26612 (input-method-exit-on-invalid-key):
26613 * international/mule-diag.el (describe-coding-system):
26614 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26615 * net/browse-url.el (browse-url-xterm-program):
26616 * obsolete/lazy-lock.el (lazy-lock-mode):
26617 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26618 (cperl-mode):
26619 * progmodes/cpp.el (cpp-face-light-name-list)
26620 (cpp-face-dark-name-list):
26621 * progmodes/delphi.el (delphi-newline-always-indents):
26622 Fix spellings in docstrings.
26623
26624 * ido.el (ido-mode, ido-file-extensions-order)
26625 (ido-default-file-method, ido-default-buffer-method)
26626 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26627 (ido-decorations, ido-read-file-name-as-directory-commands)
26628 (ido-read-file-name-non-ido, ido-work-directory-list)
26629 (ido-ignore-item-temp-list, ido-current-directory)
26630 (ido-magic-forward-char, ido-enter-find-file)
26631 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26632 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26633
26634 2005-06-10 Lute Kamstra <lute@gnu.org>
26635
26636 * play/dunnet.el (dun-mode): Use define-derived-mode.
26637 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26638 obsolete alias.
26639
26640 * play/doctor.el (doctor-mode-map): Remove defvar.
26641 (doctor-mode): Use define-derived-mode.
26642
26643 * mail/mspools.el (mspools-mode):
26644 * net/eudc-hotlist.el (eudc-hotlist-mode):
26645 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26646
26647 2005-06-10 Miles Bader <miles@gnu.org>
26648
26649 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26650 Remove "-face" suffix from face names.
26651 (flyspell-incorrect-face, flyspell-duplicate-face):
26652 New backward-compatibility aliases for renamed faces.
26653 (flyspell-mode-on, make-flyspell-overlay)
26654 (flyspell-highlight-incorrect-region)
26655 (flyspell-highlight-duplicate-region)
26656 (flyspell-display-next-corrections)
26657 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26658
26659 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26660 from face name.
26661 (texinfo-heading-face): New backward-compatibility alias for
26662 renamed face.
26663 (texinfo-heading-face): Use renamed texinfo-heading face.
26664
26665 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26666 suffix from face names.
26667 (tex-math-face, tex-verbatim-face):
26668 New backward-compatibility aliases for renamed faces.
26669 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26670 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26671 literal face name.
26672
26673 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26674 name.
26675 (table-cell-face): New backward-compatibility alias for renamed face.
26676 (table--put-cell-face-property, table--update-cell-face):
26677 Use renamed table-cell face.
26678
26679 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26680 from face name.
26681 (sgml-namespace-face): New backward-compatibility alias for
26682 renamed face.
26683 (sgml-namespace-face): Use renamed sgml-namespace face.
26684
26685 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26686 (org-level-4, org-level-5, org-level-6, org-level-7)
26687 (org-level-8, org-warning, org-headline-done)
26688 (org-deadline-announce, org-scheduled-today)
26689 (org-scheduled-previously, org-link, org-done, org-table)
26690 (org-time-grid): Remove "-face" suffix from face names.
26691 (org-level-1-face, org-level-2-face, org-level-3-face)
26692 (org-level-4-face, org-level-5-face, org-level-6-face)
26693 (org-level-7-face, org-level-8-face, org-warning-face)
26694 (org-headline-done-face, org-deadline-announce-face)
26695 (org-scheduled-today-face, org-scheduled-previously-face)
26696 (org-link-face, org-done-face, org-table-face)
26697 (org-time-grid-face):
26698 New backward-compatibility aliases for renamed faces.
26699 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26700 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26701 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26702 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26703
26704 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26705 (viper-minibuffer-emacs, viper-minibuffer-insert)
26706 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26707 (viper-search-face, viper-replace-overlay-face)
26708 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26709 (viper-minibuffer-vi-face):
26710 New backward-compatibility aliases for renamed faces.
26711 (viper-search-face, viper-replace-overlay-face)
26712 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26713 (viper-minibuffer-vi-face): Use renamed viper faces.
26714
26715 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26716 Remove "-face" suffix from face names.
26717 (testcover-nohits-face, testcover-1value-face):
26718 New backward-compatibility aliases for renamed faces.
26719 (testcover-mark): Use renamed testcover faces.
26720
26721 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26722 face name.
26723 (diary-button-face): New backward-compatibility alias for renamed face.
26724 (diary-entry): Use renamed diary-button face.
26725
26726 * calendar/calendar.el (diary, calendar-today, holiday)
26727 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26728 (diary-face, calendar-today-face, holiday-face):
26729 New backward-compatibility aliases for renamed faces.
26730 (eval-after-load "facemenu", diary-entry-marker)
26731 (calendar-today-marker, calendar-holiday-marker, diary-face):
26732 Use renamed calendar faces.
26733
26734 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26735 (compare-windows-face): New backward-compatibility alias for
26736 renamed face.
26737 (compare-windows-highlight): Use renamed compare-windows face.
26738
26739 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26740 (strokes-char-face): New backward-compatibility alias for renamed face.
26741 (strokes-encode-buffer): Use renamed strokes-char face.
26742
26743 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26744 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26745 Remove "-face" suffix from face names.
26746 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26747 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26748 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26749 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26750 Use renamed pcvs faces.
26751 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26752 * pcvs-defs.el (cvs-mode-map): Likewise.
26753 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26754
26755 * info.el (info-title-1, info-title-2, info-title-3)
26756 (info-title-4): Remove "-face" suffix from and downcase face names.
26757 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26758 (Info-title-4-face):
26759 New backward-compatibility aliases for renamed faces.
26760 (Info-fontify-node): Use renamed info faces.
26761
26762 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26763 Remove "-face" suffix from face names.
26764 (highlight-changes-face, highlight-changes-delete-face):
26765 New backward-compatibility aliases for renamed faces.
26766 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26767 (hilit-chg-make-list): Use renamed highlight-changes faces.
26768
26769 * generic-x.el (show-tabs-tab, show-tabs-space):
26770 Remove "-face" suffix from face names.
26771 (show-tabs-tab-face, show-tabs-space-face):
26772 New backward-compatibility aliases for renamed faces.
26773 (show-tabs-generic-mode-font-lock-defaults-1)
26774 (show-tabs-generic-mode-font-lock-defaults-2):
26775 Use renamed show-tabs faces.
26776
26777 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26778 (smerge-markers): Remove "-face" suffix from face names.
26779 (smerge-mine-face, smerge-other-face, smerge-base-face)
26780 (smerge-markers-face):
26781 New backward-compatibility aliases for renamed faces.
26782 (smerge-mine-face, smerge-other-face, smerge-base-face)
26783 (smerge-markers-face): Use renamed smerge faces.
26784
26785 * log-view.el (log-view-file, log-view-message): Remove "-face"
26786 suffix from face names.
26787 (log-view-file-face, log-view-message-face):
26788 New backward-compatibility aliases for renamed faces.
26789 (log-view-file-face, log-view-message-face): Use renamed log-view
26790 faces.
26791
26792 * paren.el (show-paren-match, show-paren-mismatch):
26793 Remove "-face" suffix from face names.
26794 (show-paren-match-face, show-paren-mismatch-face):
26795 New backward-compatibility aliases for renamed faces.
26796 (show-paren-function): Use renamed show-paren faces.
26797
26798 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26799 (ruler-mode-margins, ruler-mode-fringes)
26800 (ruler-mode-column-number, ruler-mode-fill-column)
26801 (ruler-mode-comment-column, ruler-mode-goal-column)
26802 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26803 suffix from face names.
26804 (ruler-mode-default-face, ruler-mode-pad-face)
26805 (ruler-mode-margins-face, ruler-mode-fringes-face)
26806 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26807 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26808 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26809 New backward-compatibility aliases for renamed faces.
26810 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26811 (ruler-mode-column-number, ruler-mode-fill-column)
26812 (ruler-mode-comment-column, ruler-mode-goal-column)
26813 (ruler-mode-tab-stop, ruler-mode-current-column)
26814 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26815 faces.
26816
26817 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26818 face name.
26819 (whitespace-highlight-the-space): Use renamed face.
26820 (whitespace-highlight-face): New backward-compatibility alias for
26821 renamed face.
26822
26823 * woman.el (woman-italic, woman-bold, woman-unknown)
26824 (woman-addition, woman-symbol-face):
26825 Remove "-face" suffix from face names.
26826 (woman-italic-face, woman-bold-face, woman-unknown-face)
26827 (woman-addition-face):
26828 New backward-compatibility aliases for renamed faces.
26829 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26830 (woman-decode-region, woman-replace-match)
26831 (woman-display-extended-fonts, woman-special-characters)
26832 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26833 Use renamed woman faces.
26834
26835 * longlines.el (longlines-visible-face): Face removed.
26836
26837 * diff-mode.el (diff-header, diff-file-header, diff-index)
26838 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26839 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26840 suffix from face names.
26841 (diff-header-face, diff-file-header-face, diff-index-face)
26842 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26843 (diff-changed-face, diff-function-face, diff-context-face)
26844 (diff-nonexistent-face): New backward-compatibility aliases for
26845 renamed faces.
26846 (diff-header-face, diff-file-header-face)
26847 (diff-index, diff-index-face, diff-hunk-header)
26848 (diff-hunk-header-face, diff-removed, diff-removed-face)
26849 (diff-added, diff-added-face, diff-changed-face, diff-function)
26850 (diff-function-face, diff-context-face, diff-nonexistent)
26851 (diff-nonexistent-face): Use renamed diff-mode faces.
26852
26853 * progmodes/compile.el (compilation-warning-face)
26854 (compilation-info-face): Remove "-face" suffix from face names.
26855 (compilation-warning-face, compilation-info-face):
26856 New backward-compatibility aliases for renamed faces.
26857 (compilation-warning-face, compilation-info-face):
26858 Use renamed compilation faces.
26859
26860 * add-log.el (change-log-date, change-log-name)
26861 (change-log-email, change-log-file, change-log-list)
26862 (change-log-conditionals, change-log-function)
26863 (change-log-acknowledgement): Remove "-face" suffix from face names.
26864 (change-log-date-face, change-log-name-face)
26865 (change-log-email-face, change-log-file-face)
26866 (change-log-list-face, change-log-conditionals-face)
26867 (change-log-function-face, change-log-acknowledgement-face):
26868 New backward-compatibility aliases for renamed faces.
26869 (change-log-font-lock-keywords): Use renamed change-log faces.
26870
26871 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26872 (custom-set, custom-changed, custom-saved, custom-button)
26873 (custom-button-pressed, custom-documentation, custom-state)
26874 (custom-comment, custom-comment-tag, custom-variable-tag)
26875 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26876 (custom-group-tag): Remove "-face" suffix from face names.
26877 (custom-magic-alist, custom-magic-value-create)
26878 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26879 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26880 (custom-set-face, custom-changed-face, custom-saved-face)
26881 (custom-button-face, custom-button-pressed-face)
26882 (custom-documentation-face, custom-state-face)
26883 (custom-comment-face, custom-comment-tag-face)
26884 (custom-variable-tag-face, custom-variable-button-face)
26885 (custom-face-tag-face, custom-group-tag-face-1)
26886 (custom-group-tag-face):
26887 New backward-compatibility aliases for renamed faces.
26888
26889 * wid-edit.el (widget-documentation, widget-button)
26890 (widget-field, widget-single-line-field, widget-inactive)
26891 (widget-button-pressed): "-face" suffix removed from face names.
26892 (widget-documentation-face, widget-button-face)
26893 (widget-field-face, widget-single-line-field-face)
26894 (widget-inactive-face, widget-button-pressed-face):
26895 New backward-compatibility aliases for renamed faces.
26896 (widget-documentation-face, widget-button-face)
26897 (widget-button-pressed-face, widget-specify-field)
26898 (widget-specify-inactive): Use renamed widget faces.
26899
26900 2005-06-10 Kenichi Handa <handa@m17n.org>
26901
26902 * term/x-win.el (x-clipboard-yank): Remove condition-case
26903 wrapping.
26904
26905 2005-06-11 Kenichi Handa <handa@m17n.org>
26906
26907 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26908 date lines stricter.
26909
26910 2005-06-10 Zhang Wei <id.brep@gmail.com>
26911
26912 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26913 of x-get-selection.
26914
26915 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26916
26917 * comint.el (comint-mode, comint-snapshot-last-prompt):
26918 * frame.el (frame-current-scroll-bars):
26919 * term.el (term-mode, term-check-proc, term-input-sender)
26920 (term-simple-send, term-extract-string, term-word)
26921 (term-match-partial-filename):
26922 * window.el (window-current-scroll-bars):
26923 * emulation/cua-base.el (cua-normal-cursor-color)
26924 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26925 (cua-global-mark-cursor-color):
26926 * mail/undigest.el (rmail-forward-separator-regex):
26927 Fix typos in docstrings.
26928
26929 * comint.el (comint-check-proc, make-comint-in-buffer)
26930 (comint-source-default): Doc fixes.
26931
26932 * term.el (term-send-string): Improve argument/docstring consistency.
26933
26934 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26935
26936 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26937 call to `delete-region'.
26938 (comint-mode-hook): Do not enable Font Lock by default.
26939
26940 2005-06-09 Lute Kamstra <lute@gnu.org>
26941
26942 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26943 could be void.
26944
26945 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26946
26947 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26948 (debug): Use it.
26949 (debugger-step-through, debugger-continue, debugger-jump)
26950 (debugger-return-value): Set it when needed.
26951 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26952 Use inhibit-read-only.
26953
26954 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26955
26956 * window.el (shrink-window-if-larger-than-buffer)
26957 (window-size-fixed): Fix typo in docstring.
26958
26959 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26960 thumbnails directory on loading.
26961 (thumbs-conversion-program): Use `eq' to check the system type,
26962 not `equal'.
26963 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26964 not "/tmp". Fix docstring.
26965 (thumbs-thumbsdir): New function to return the thumbnails
26966 directory, creating it if needed.
26967 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26968 (thumbs-temp-file): Delete variable and make it into a function.
26969 (thumbs-resize-image, thumbs-modify-image): Use it.
26970 (thumbs-kill-buffer): Simplify.
26971 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26972 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26973 docstrings.
26974
26975 2005-06-09 Kim F. Storm <storm@cua.dk>
26976
26977 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26978 set-match-data to free markers in match-data.
26979
26980 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26981 match-data to unchain markers in match-data.
26982
26983 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26984
26985 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26986 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26987 unnecessary now.
26988
26989 2005-06-08 Richard M. Stallman <rms@gnu.org>
26990
26991 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26992 give the variable a doc string that doesn't say don't set it directly.
26993
26994 * textmodes/ispell.el (ispell-check-version):
26995 Use match-string-no-properties.
26996 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26997 (ispell-buffer-local-words): Likewise.
26998
26999 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27000 except on terminals with enough colors to really display it.
27001 (makefile-dependency-regex): Delete spurious `bb'.
27002
27003 * faces.el (escape-glyph): Use blue once again in last case.
27004 (no-break-space): Redefine so that it isn't invisible on a tty.
27005
27006 2005-06-08 Kim F. Storm <storm@cua.dk>
27007
27008 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27009 also when reading directory name.
27010
27011 2005-06-08 Lute Kamstra <lute@gnu.org>
27012
27013 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27014 (flyspell-mode-line-string): Remove autoload cookie.
27015 (flyspell-mode): Remove defvar.
27016
27017 2005-06-07 Lute Kamstra <lute@gnu.org>
27018
27019 * textmodes/org.el (org-run-mode-hooks): New function.
27020 (org-agenda-mode): Use it.
27021
27022 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
27023
27024 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
27025
27026 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27027
27028 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
27029
27030 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
27031
27032 * font-lock.el (font-lock-add-keywords): Doc fix.
27033
27034 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27035
27036 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
27037 (tex-compile-default): In the absence of any history, use the order in
27038 tex-compile-alist to choose the preferred command.
27039 (tex-compile-commands): Reorder a bit.
27040
27041 * textmodes/flyspell.el (flyspell-auto-correct-binding)
27042 (flyspell-incorrect-face, flyspell-duplicate-face):
27043 Use (X)Emacs-agnostic code.
27044 (flyspell-mode-map): Don't overwrite at each load. Remove code
27045 redundant with the subsequent add-minor-mode. Merge Emacs and
27046 XEmacs code.
27047 (flyspell-word): Minor simplification.
27048 (flyspell-math-tex-command-p): Quieten the byte-compiler.
27049 (flyspell-external-point-words): Remove unused vars `size' and `start'.
27050 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
27051 Merge the corresponding Emacs code.
27052 (flyspell-correct-word, flyspell-xemacs-popup):
27053 Use flyspell-do-correct.
27054
27055 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
27056 a dedicated window.
27057
27058 * international/latexenc.el (latexenc-find-file-coding-system):
27059 Undo part of last patch, to turn off a compiler warning.
27060
27061 2005-06-06 Juri Linkov <juri@jurta.org>
27062
27063 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
27064 Rename `tmm-inactive-face' to `tmm-inactive'.
27065
27066 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
27067
27068 * iswitchb.el: Rename faces.
27069
27070 2005-06-06 Kim F. Storm <storm@cua.dk>
27071
27072 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
27073 (cua-global-mark): Remove -face suffix from face names.
27074
27075 * emulation/cua-gmrk.el (cua--init-global-mark):
27076 Remove cua-global-mark face setup.
27077
27078 2005-06-06 Richard M. Stallman <rms@gnu.org>
27079
27080 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
27081 just like other allowed characters.
27082 (makefile-match-dependency): Exclude leading and training whitespace
27083 from the range of regexp subexp 1.
27084 (makefile-macroassign-regex): Don't try to match the body,
27085 just the name of the macro being defined.
27086
27087 * info.el (Info-read-node-name-2): New function.
27088 (Info-read-node-name-1): Use that.
27089 Add a completion-base-size-function property.
27090
27091 * simple.el (completion-setup-function): Look for
27092 completion-base-size-function property of minibuffer-completion-table.
27093
27094 * files.el (locate-file-completion): Doc fix.
27095
27096 * printing.el: Don't call pr-update-menus; user must do that.
27097
27098 * emacs-lisp/debug.el (debugger-window): New variable.
27099 (debug): Use debugger-window if it is set and still alive.
27100 Record debugger-window for next entry.
27101
27102 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
27103
27104 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
27105
27106 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
27107 (hack-one-local-variable, hack-local-variables)
27108 (hack-local-variables-prop-line): Pass that arg.
27109
27110 2005-06-06 Kim F. Storm <storm@cua.dk>
27111
27112 * ido.el (ido-first-match, ido-only-match, ido-subdir)
27113 (ido-indicator): Remove -face suffix from face names.
27114
27115 2005-06-06 Juri Linkov <juri@jurta.org>
27116
27117 * font-lock.el (font-lock-regexp-backslash)
27118 (font-lock-regexp-backslash-construct): New faces.
27119 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
27120 after `('. Add `while-no-input' to control structures.
27121
27122 * faces.el (no-break-space, shadow): New faces.
27123 (escape-glyph): Use less loud colors pink2 and red4.
27124
27125 * diff-mode.el (diff-context-face)
27126 * dired.el (dired-ignored)
27127 * rfn-eshadow.el (file-name-shadow)
27128 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
27129
27130 * info.el (Info-title-1-face): Use green instead of yellow because
27131 bold yellow is not readable on light backgrounds.
27132
27133 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
27134 before selecting the desired mode to not spend time fontifying
27135 old contents.
27136
27137 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
27138
27139 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
27140 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
27141
27142 * ps-print.el (ps-default-fg, ps-default-bg):
27143 Fix typos in docstrings.
27144
27145 * isearchb.el (isearchb): Don't pass a spurious second argument to
27146 `iswitchb-completions'.
27147
27148 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
27149
27150 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
27151 to preserve point.
27152 (gdb-find-file-hook): Add doc string.
27153
27154 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
27155 C dereferenced pointer expression.
27156 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
27157
27158 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
27159
27160 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
27161 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
27162 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
27163 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
27164 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
27165 Make background transparent.
27166
27167 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
27168
27169 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
27170 (font-lock-remove-keywords): Doc fix.
27171 (font-lock-mode-major-mode): Compiler defvar.
27172 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
27173
27174 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
27175 (font-lock-mode): Update `font-lock-mode-major-mode'.
27176 (font-lock-set-defaults): Compiler defvar.
27177 (font-lock-default-function): Take `font-lock-mode-major-mode'
27178 into account.
27179
27180 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
27181 keep track of which major mode it enabled the minor mode for.
27182 Use find-file-hook again. Update docstring.
27183
27184 * simple.el (eval-expression-print-level)
27185 (eval-expression-print-length, eval-expression-debug-on-error):
27186 Doc fixes.
27187
27188 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
27189
27190 * iswitchb.el (iswitchb-single-match-face)
27191 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
27192 (iswitchb-invalid-regexp-face): New faces.
27193 (iswitchb-completions): Use them.
27194 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
27195 now marked as an obsolete alias.
27196 (iswitchb-read-buffer): Remove check for bound font variables.
27197 (iswitchb-invalid-regexp): New free variable.
27198 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
27199 set iswitchb-invalid-regexp.
27200 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
27201 invalid regexps.
27202 (iswitchb-completions): Add check for complete match when entering
27203 a regexp.
27204 (iswitchb-completions): Remove require-match argument.
27205 (iswitchb-exhibit): Fix caller.
27206 (iswitchb-common-match-inserted): New variable.
27207 (iswitchb-complete, iswitchb-completion-help): Use it.
27208
27209 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
27210
27211 * url-http.el (url-http-chunked-encoding-after-change-function):
27212 Use `url-http-debug' instead of `message'.
27213
27214 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
27215
27216 * url-http.el (url-http-parse-headers): Pass redirected URL as a
27217 callback argument.
27218
27219 2005-06-04 Kim F. Storm <storm@cua.dk>
27220
27221 * simple.el (line-move): Only call sit-for when moving backwards.
27222
27223 * ido.el (ido-make-merged-file-list-1): New defun split from
27224 ido-make-merged-file-list.
27225 (ido-make-merged-file-list): Bind throw-on-input around call to
27226 ido-make-merged-file-list-1. Return input-pending-p if
27227 interrupted by more input available.
27228 (ido-read-internal): Handle input-pending-p return value from
27229 ido-make-merged-file-list.
27230
27231 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
27232
27233 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
27234 compatibility code.
27235
27236 * international/latexenc.el (latexenc-find-file-coding-system):
27237 Don't inherit the EOL part of the coding-system from the
27238 tex-main buffer. Fit within 80 columns.
27239
27240 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
27241
27242 * tmm.el (tmm-inactive-face): New face.
27243 (tmm-remove-inactive-mouse-face): New function.
27244 (tmm-prompt, tmm-add-one-shortcut)
27245 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
27246 but not selectable.
27247
27248 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
27249
27250 * faces.el (face-equal): Improve argument/docstring consistency.
27251
27252 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
27253
27254 * progmodes/make-mode.el (makefile-targets-face)
27255 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27256 (makefile-bsdmake-dependency-regex)
27257 (makefile-makepp-rule-action-regex)
27258 (makefile-bsdmake-rule-action-regex): New constants.
27259 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27260
27261 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27262 Allow (...) within `...' for makepp messages.
27263
27264 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
27265
27266 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27267
27268 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27269 "." files are deleted from all file lists before comparison.
27270
27271 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27272 (viper-ESC-key): Made them customizable.
27273
27274 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27275
27276 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
27277
27278 * autorevert.el (auto-revert-buffers): Use save-match-data.
27279
27280 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
27281
27282 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27283 menu items with a nil command binding.
27284
27285 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
27286
27287 * emacs-lisp/cl-macs.el (defsetf):
27288 Improve argument/docstring consistency.
27289
27290 * faces.el (list-faces-display): Improve the formatting by
27291 computing the maximum length required for any face-name (reworked
27292 patch of 1999-01-11, accidentally deleted on 1999-07-21).
27293 (internal-find-face): Remove redundant info in docstring.
27294
27295 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
27296
27297 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27298 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27299 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27300 (gdb-assembler-custom): Improve regexps.
27301 (def-gdb-auto-update-handler): Use window point to preserve point.
27302
27303 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
27304
27305 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27306
27307 2005-05-31 Jay Belanger <belanger@truman.edu>
27308
27309 * calc/calc-embed.el (calc-embedded-word): Change argument passed
27310 to calc-embedded.
27311 (calc-embedded-make-info): Have plain prefix argument select
27312 entire line.
27313
27314 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
27315
27316 * faces.el (list-faces-display): Signal error if passed a regexp
27317 that matches no face name.
27318
27319 * simple.el (filter-buffer-substring): Fix typo in docstring.
27320
27321 2005-05-31 Richard M. Stallman <rms@gnu.org>
27322
27323 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27324 (vhdl-emacs-21): Doc fix.
27325 (vhdl-mode): Unconditionally set comment-padding.
27326 (vhdl-fixup-whitespace-region): Insert spaces only where
27327 there are none.
27328 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27329
27330 2005-05-30 John Wiegley <johnw@newartisans.com>
27331
27332 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27333 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27334 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27335 `directory-sep-char' to ?/, and all uses of `string-to-int' to
27336 `string-to-number'.
27337
27338 2005-05-30 Jay Belanger <belanger@truman.edu>
27339
27340 * calc/calc.el (calc-bug-address): Fix docstring.
27341 (calc-window-hook, calc-trail-window-hook): New variables.
27342 (calc-trail-display): Restore use of calc-trail-window-hook.
27343 (calc): Restore use of calc-window-hook.
27344
27345 2005-05-31 Masatake YAMATO <jet@gyve.org>
27346
27347 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27348
27349 * help-fns.el (help-C-file-name): Add autoload mark for
27350 `find-function-noselect'.
27351
27352 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
27353
27354 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27355 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27356
27357 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27358
27359 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27360 included diary buffer if it was not already being visited.
27361 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27362
27363 * calendar/icalendar.el (top-level): Do not require appt.
27364
27365 * mail/supercite.el (sc-select-attribution): Only use a list
27366 element from sc-attrib-selection-list if it returns a string.
27367 Reported by Davide G. M. Salvetti <salve@debian.org>.
27368
27369 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
27370
27371 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27372 includes a hash value to improve its uniqueness, and has a ".jpg"
27373 extension. Also, it is now a valid filename on all systems.
27374 (thumbs-make-thumb): Use `let', not `let*'.
27375 (thumbs-show-thumbs-list): Check for JPEG availability.
27376
27377 2005-05-30 Richard M. Stallman <rms@gnu.org>
27378
27379 * filesets.el (filesets-menu-ensure-use-cached):
27380 Prevent warning when emacs-version>= is undefined.
27381
27382 * printing.el (pr-interactive-n-up): Use string-to-number.
27383
27384 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27385
27386 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27387 Warn only when name to be defined is quoted.
27388
27389 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27390
27391 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27392 Make regexp more robust.
27393 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27394 Force regeneration of disassembly.
27395
27396 2005-05-29 Jay Belanger <belanger@truman.edu>
27397
27398 * calc/calc.el (calc-user-invocation): Check if
27399 calc-invocation-macro is non-nil.
27400
27401 2005-05-29 Juri Linkov <juri@jurta.org>
27402
27403 * add-log.el (change-log-font-lock-keywords):
27404 Add `+' to e-mail regexp to accept mail address with keywords.
27405
27406 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27407
27408 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27409
27410 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27411
27412 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27413
27414 2005-05-29 Richard M. Stallman <rms@gnu.org>
27415
27416 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27417 Undo the change that moves to end of the current word.
27418
27419 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27420
27421 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27422 Throw error when count <= 0 to ensure input is a number.
27423 (gdb-read-memory-custom): Pick up address from buffer.
27424 (gdb-memory-mode): Allow user to increment and decrement
27425 memory address from header line.
27426
27427 2005-05-29 Richard M. Stallman <rms@gnu.org>
27428
27429 * flyspell.el (flyspell-version): Function deleted.
27430 (flyspell-auto-correct-previous-hook): Doc fix.
27431
27432 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27433 Do nothing if memory is full.
27434
27435 * font-lock.el (font-lock-fontify-syntactically-region):
27436 Pass t for GREEDY to looking-back.
27437
27438 * saveplace.el (save-place-alist-to-file): Write the file
27439 using write-region.
27440
27441 * subr.el (looking-back): New argument GREEDY.
27442
27443 * progmodes/compile.el (compilation-start): Set the mode
27444 before inserting the initial text.
27445
27446 * progmodes/which-func.el (which-func-update-1): Turn the mode
27447 off in case of error by setting which-func-mode.
27448
27449 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27450
27451 * flyspell.el (flyspell-auto-correct-previous-word):
27452 Narrow down to what's on the screen, and recenter overlays
27453 at the end of the next word.
27454
27455 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27456
27457 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27458 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27459 (flyspell-abbrev-p): Default to nil.
27460 (flyspell-use-global-abbrev-table-p): Doc fix.
27461 (flyspell-large-region): Allow nil as value.
27462 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27463
27464 (mail-mode-flyspell-verify): More robust handling
27465 of `mail-header-separator'. More efficient signature detection.
27466 Allow for regexp metacharacters in message-header-separator.
27467 Adding `To' not to be checked in mail-mode-flyspell-verify.
27468
27469 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27470 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27471 Bind flyspell-auto-correct-binding.
27472 Bind C-. and C-, .
27473 (flyspell-mode-map): Likewise.
27474 (flyspell-mode): Doc fix.
27475 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27476 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27477 (flyspell-word-cache-result): New var, always local.
27478 (flyspell-check-pre-word-p): Doc fix.
27479 (flyspell-check-changed-word-p): Handle spc like newline.
27480 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27481 (flyspell-word-search-backward, flyspell-word-search-forward):
27482 New functions.
27483 (flyspell-word): Return t if nothing to check.
27484 When parsing TeX code, check for after } or \.
27485 Use flyspell-word-search-backward to find previous word.
27486 Return nil if duplicated word.
27487 For word already checked, return same value as last time.
27488 Set flyspell-word-cache-result after checking.
27489 Don't clobber the return value.
27490 (flyspell-get-word): Major rewrite.
27491 (flyspell-external-point-words): New locals pword, pcount.
27492 Fix size used in progress message.
27493 Find the proper corresponding word in flyspell-large-region-buffer.
27494 (flyspell-region): Check for flyspell-large-region = nil.
27495 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27496 (flyspell-auto-correct-word): Check that WORD is a cons.
27497 (flyspell-correct-word): Likewise.
27498
27499 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27500
27501 * progmodes/make-mode.el (makefile-rule-action-regex)
27502 (makefile-macroassign-regex, makefile-makepp-mode)
27503 (makefile-bsdmake-mode): Continuation lines may be empty.
27504 Reported by Joshua Varner.
27505 (makefile-makepp-font-lock-keywords): Add $(stem).
27506
27507 2005-05-28 Karl Berry <karl@gnu.org>
27508
27509 * textmodes/tex-mode.el: Now that tex-send-command calls
27510 shell-quote-argument (2005-03-31 change), remove all calls to
27511 shell-quote-argument; they all end up invoking tex-send-command.
27512 The double quoting loses on filenames with non-safe characters,
27513 such as "@". Reported by Frederik Fouvry.
27514
27515 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27516
27517 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27518 about preserving point.
27519
27520 2005-05-27 Jay Belanger <belanger@truman.edu>
27521
27522 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27523 Info-goto-node.
27524
27525 * calc/calc-embed.el (calc-embed-arg): New variable.
27526 (calc-do-embedded-activate, calc-embedded-activate-formula)
27527 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27528 variable by new variable.
27529 (calc-embedded-make-info): Replace undeclared variable by new
27530 variable. When selecting region with positive prefix
27531 argument, use end of previous line instead of beginning of line.
27532
27533 * calc/calc-aent.el (calc-arg-values): Declare it.
27534
27535 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27536 Declare them.
27537
27538 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27539
27540 * calc/calc.el (calc-alg-map): Declare it.
27541
27542 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27543
27544 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27545
27546 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27547 (gdb-registers-buffer, toggle-gdb-all-registers):
27548 Toggle display of floating point registers.
27549 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27550
27551 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27552 (toggle-gud-tooltip-dereference):
27553 Rename from gud-toggle-tooltip-dereference.
27554
27555 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27556
27557 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27558
27559 2005-05-27 Jay Belanger <belanger@truman.edu>
27560
27561 * calc/calc-prog.el (calc-kbd-report): Remove.
27562 (calc-kbd-query): Rewrite.
27563
27564 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27565
27566 * image.el (image-library-alist): Move to image.c.
27567 (image-type-available-p): Doc fix.
27568
27569 2005-05-27 Lute Kamstra <lute@gnu.org>
27570
27571 * calc/calc.el (calc):
27572 * outline.el (outline-1, outline-2, outline-3, outline-4)
27573 (outline-5, outline-6, outline-7, outline-8):
27574 * textmodes/dns-mode.el (dns-mode):
27575 * textmodes/sgml-mode.el (sgml-namespace-face):
27576 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27577 (tex-verbatim-face, tex-use-reftex):
27578 * textmodes/texinfo.el (texinfo-heading-face):
27579 Specify customization group.
27580
27581 * longlines.el: Don't require easy-mmode.
27582 (longlines-visible-face): Specify customization group.
27583
27584 2005-05-27 Kenichi Handa <handa@m17n.org>
27585
27586 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27587 encoding table of windows-1251.
27588
27589 * international/ucs-tables.el (ucs-set-table-for-input):
27590 If translation-table-for-input of a coding system is a symbol, get
27591 its translation-table property.
27592
27593 * international/code-pages.el: Don't register a coding system into
27594 non-iso-charset-alist more than once.
27595 (cp-make-coding-system): Likewise.
27596
27597 2005-05-26 John Wiegley <johnw@newartisans.com>
27598
27599 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27600 `eshell-resume-eval' is wrapped in a list, it indicates that the
27601 command was run asynchronously. In that case, unwrap the value
27602 before checking the delimiter value.
27603
27604 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27605 character before a space at the end of a line is \, assume the space
27606 is part of the last argument rather than a final argument separator.
27607
27608 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27609 is in use, and the target is `t' or `nil' (which are the most common
27610 values), don't assume that the symbol target is a buffer.
27611
27612 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27613
27614 * calendar/calendar.el (calendar-mode-line-format):
27615 Use mode-line-highlight as mouse-face.
27616
27617 * time.el (display-time-string-forms, display-time-update):
27618 Use mode-line-highlight as mouse-face.
27619
27620 2005-05-26 Jay Belanger <belanger@truman.edu>
27621
27622 * calc/calc.el (calc-language-alist): Remove extra defvar.
27623
27624 2005-05-26 Lute Kamstra <lute@gnu.org>
27625
27626 * arc-mode.el (archive-mode):
27627 * bookmark.el (bookmark-read-annotation-mode)
27628 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27629 * bs.el (bs-mode):
27630 * calc/calc-yank.el (calc-edit-mode):
27631 * calc/calc.el (calc-mode, calc-trail-mode):
27632 * calculator.el (calculator-mode):
27633 * chistory.el (command-history-mode):
27634 * comint.el:
27635 * cus-edit.el (custom-mode):
27636 * descr-text.el (describe-text-mode):
27637 * ebuff-menu.el (Electric-buffer-menu-mode):
27638 * ediff-util.el (ediff-mode):
27639 * emacs-lisp/re-builder.el (reb-mode):
27640 * emulation/vi.el (vi-mode-setup):
27641 * emulation/ws-mode.el (wordstar-mode):
27642 * eshell/esh-mode.el (eshell-mode):
27643 * forms.el (forms-mode):
27644 * help-mode.el (help-mode):
27645 * hexl.el (hexl-mode):
27646 * ibuffer.el (ibuffer-mode):
27647 * ielm.el (inferior-emacs-lisp-mode):
27648 * info.el (Info-mode, Info-edit-mode):
27649 * international/swedish.el:
27650 * ledit.el (ledit-from-lisp-mode):
27651 * locate.el (locate-mode):
27652 * mail/rmail.el (rmail-mode):
27653 * mail/rmailedit.el (rmail-edit-mode):
27654 * mail/rmailsum.el (rmail-summary-mode):
27655 * mail/supercite.el (sc-electric-mode):
27656 * net/eudc.el (eudc-mode):
27657 * net/quickurl.el (quickurl-list-mode):
27658 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27659 * obsolete/ooutline.el (outline-mode):
27660 * obsolete/options.el (Edit-options-mode):
27661 * obsolete/rnews.el (news-mode):
27662 * obsolete/rnewspost.el (news-reply-mode):
27663 * play/5x5.el (5x5-mode):
27664 * play/decipher.el (decipher-mode, decipher-stats-mode):
27665 * play/gomoku.el (gomoku-mode):
27666 * play/snake.el (snake-mode):
27667 * play/solitaire.el (solitaire-mode):
27668 * play/tetris.el (tetris-mode):
27669 * progmodes/ada-mode.el (ada-mode):
27670 * progmodes/antlr-mode.el (antlr-mode):
27671 * progmodes/autoconf.el (autoconf-mode):
27672 * progmodes/dcl-mode.el (dcl-mode):
27673 * progmodes/delphi.el (delphi-mode):
27674 * progmodes/ebrowse.el (ebrowse-tree-mode)
27675 (ebrowse-electric-list-mode, ebrowse-member-mode)
27676 (ebrowse-electric-position-mode):
27677 * progmodes/f90.el (f90-mode):
27678 * progmodes/fortran.el (fortran-mode):
27679 * progmodes/icon.el (icon-mode):
27680 * progmodes/idlw-help.el (idlwave-help-mode):
27681 * progmodes/idlw-shell.el (idlwave-shell-mode):
27682 * progmodes/idlwave.el (idlwave-mode):
27683 * progmodes/inf-lisp.el (inferior-lisp-mode):
27684 * progmodes/m4-mode.el (m4-mode):
27685 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27686 * progmodes/modula2.el (modula-2-mode):
27687 * progmodes/octave-inf.el (inferior-octave-mode):
27688 * progmodes/octave-mod.el (octave-mode):
27689 * progmodes/pascal.el (pascal-mode):
27690 * progmodes/sh-script.el (sh-mode):
27691 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27692 * progmodes/vhdl-mode.el (vhdl-mode):
27693 * progmodes/xscheme.el (scheme-interaction-mode):
27694 * replace.el (occur-mode):
27695 * ses.el (ses-mode):
27696 * simple.el (completion-list-mode):
27697 * skeleton.el:
27698 * speedbar.el (speedbar-mode):
27699 * term.el (term-mode):
27700 * terminal.el (terminal-edit-mode):
27701 * textmodes/reftex-index.el (reftex-index-mode)
27702 (reftex-index-phrases-mode):
27703 * textmodes/reftex-sel.el (reftex-select-label-mode)
27704 (reftex-select-bib-mode):
27705 * textmodes/reftex-toc.el (reftex-toc-mode):
27706 * wdired.el (wdired-change-to-wdired-mode):
27707 * wid-browse.el (widget-browse-mode):
27708 Use run-mode-hooks.
27709
27710 * array.el (array-mode):
27711 * calendar/todo-mode.el (todo-mode):
27712 * man.el (Man-mode):
27713 * play/landmark.el (lm-mode):
27714 * play/mpuz.el (mpuz-mode):
27715 Use kill-all-local-variables and run-mode-hooks.
27716
27717 * subr.el (delay-mode-hooks): Specify indentation.
27718
27719 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27720
27721 * xml.el (xml-substitute-special): Don't die for undefined xml
27722 entities.
27723
27724 2005-05-26 Jay Belanger <belanger@truman.edu>
27725
27726 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27727 of nil.
27728
27729 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27730
27731 * progmodes/gdb-ui.el (gdb-frame-address):
27732 Rename from gdb-current-address.
27733 (gdb-previous-frame-address): Rename from gdb-previous-address.
27734 (gdb-selected-frame): Rename from gdb-current-frame.
27735 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27736 (gdb-frame-number): Rename from gdb-current-stack-level.
27737 (gdb-ann3): Match new mode-name for disassembly buffer.
27738 Extend initialization of variables.
27739 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27740 (gdb-memory-mode): Use mouse-face in header line.
27741 (gdb-assembler-buffer-name): Call it disassembly and give frame
27742 in mode line.
27743 (gdb-source-spec-regexp, gdb-assembler-custom)
27744 (gdb-invalidate-assembler, gdb-frame-handler):
27745 Make robust to leading zeroes in address format.
27746
27747 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27748
27749 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27750 define `org-mode'.
27751 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27752
27753 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27754
27755 * log-edit.el (log-edit-changelog-entries): Distinguish between
27756 filenames like xfns.c and fns.c.
27757
27758 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27759
27760 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27761 point after reverting.
27762 (Buffer-menu-make-sort-button): Handle the case where
27763 `Buffer-menu-use-header-line' is nil.
27764
27765 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27766
27767 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27768 New funcs. In minibuffer-local-completion-map bind `]', `/'
27769 and `:' to them.
27770
27771 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27772
27773 * startup.el (normal-top-level): Allow modification of load-path while
27774 we're iterating over it.
27775
27776 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27777
27778 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27779 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27780 (thumbs-resize-interactive, thumbs-insert-image)
27781 (thumbs-insert-thumb, thumbs-dired-show-marked)
27782 (thumbs-find-image-at-point, thumbs-delete-images)
27783 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27784 (thumbs-increment-image-size, thumbs-decrement-image-size):
27785 Fix typos in docstrings.
27786
27787 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27788
27789 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27790 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27791 (cperl-mode): Use them.
27792
27793 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27794
27795 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27796 Doc fixes.
27797
27798 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27799
27800 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27801 Bind C-d to gdb-inferior-io-eof.
27802
27803 * dired.el (dired-dnd-popup-notice): Use message-box.
27804
27805 2005-05-23 Masatake YAMATO <jet@gyve.org>
27806
27807 * bindings.el (mode-line-major-mode-keymap):
27808 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27809
27810 * faces.el (mode-line-highlight): New face.
27811
27812 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27813 as mouse-face.
27814
27815 * bindings.el (top-level, help-echo, mode-line-modified)
27816 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27817 as mouse-face.
27818
27819 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27820
27821 * progmodes/cc-engine.el (c-guess-basic-syntax):
27822 Remove spurious call to `zerop'.
27823
27824 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27825
27826 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27827
27828 CC Mode update to 5.30.10:
27829
27830 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27831 could go past the limit in decoration level 2, thereby causing
27832 errors during interactive fontification.
27833
27834 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27835 the file is evaluated interactively.
27836
27837 * cc-engine.el (c-guess-basic-syntax): Handle operator
27838 declarations somewhat better in C++.
27839
27840 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27841 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27842 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27843 (awk-mode): Use it.
27844 (make-local-hook): Suppress warning about obsoleteness.
27845
27846 * cc-engine.el, cc-align.el, cc-cmds.el
27847 (c-append-backslashes-forward, c-delete-backslashes-forward)
27848 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27849 Compensate for return value from `forward-line' when it has moved
27850 but not to a different line due to eob.
27851
27852 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27853 `objc-method-intro' and `objc-method-args-cont'.
27854
27855 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27856
27857 CC Mode update to 5.30.10:
27858
27859 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27860 in the copyright statement. Incidentally, change "along with GNU
27861 Emacs" to "along with this program" where it occurs.
27862
27863 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27864 so that it is interactive, hence can be found by M-x awk-mode
27865 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27866 <gmorris+emacs@ast.cam.ac.uk>.
27867
27868 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27869 Mode's regexps.
27870
27871 2005-05-23 Kevin Ryde <user42@zip.com.au>
27872
27873 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27874 c-parse-state, to avoid a lisp error (on bad code).
27875
27876 2005-05-23 Lute Kamstra <lute@gnu.org>
27877
27878 * subr.el (font-lock-defaults): Remove defvar as it's already
27879 defined in font-core.el.
27880
27881 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27882
27883 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27884
27885 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27886 more general and work when GDB variable "print pretty" is on,
27887 as with Emacs, for example.
27888
27889 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27890
27891 * font-core.el: Update comment.
27892
27893 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27894 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27895
27896 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27897
27898 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27899
27900 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27901 and `yank-handler' in the doc strings.
27902
27903 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27904
27905 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27906
27907 2005-05-22 Richard M. Stallman <rms@gnu.org>
27908
27909 * help.el (describe-key): Move print-help-return-message call
27910 out of conditional.
27911
27912 * progmodes/etags.el (list-tags): Use with-no-warnings.
27913
27914 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27915 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27916 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27917
27918 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27919
27920 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27921 Add defvar.
27922
27923 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27924 Use defvar, not defconst.
27925
27926 * hexl.el (hexl-follow-line): Use with-no-warnings.
27927
27928 * emulation/tpu-extras.el: Use write-file-functions instead of
27929 write-file-hooks.
27930
27931 * dired.el (dired-font-lock-keywords): Fontify files with junk
27932 extensions even if marked by -F.
27933
27934 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27935
27936 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27937 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27938 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27939 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27940 (concatenate, list-length, get*, getf, cl-remprop):
27941 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27942 (etypecase, progv, lexical-let, lexical-let*)
27943 (multiple-value-bind, multiple-value-setq, shiftf):
27944 Improve argument/docstring consistency.
27945
27946 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27947
27948 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27949
27950 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27951 doesn't exist.
27952
27953 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27954 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27955
27956 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27957
27958 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27959 already deleted variables: auto-fill-hook, blink-paren-hook,
27960 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27961 suspend-hooks, comment-indent-hook, meta-flag,
27962 before-change-function, after-change-function,
27963 font-lock-doc-string-face.
27964
27965 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27966
27967 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27968
27969 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27970
27971 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27972 rmail-dont-reply-to.
27973
27974 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27975
27976 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27977 literal blank when splitting new-header-values.
27978
27979 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27980
27981 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27982 string so that tmm doesn't create a completion entry for it.
27983
27984 * textmodes/table.el (table-disable-menu): Ditto.
27985
27986 2005-05-21 Richard M. Stallman <rms@gnu.org>
27987
27988 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27989
27990 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27991
27992 * net/rcompile.el (remote-compile): Use compilation-start.
27993
27994 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27995
27996 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27997
27998 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27999 Default to makefile-bsdmake-mode on BSD systems.
28000
28001 * imenu.el (imenu-generic-expression, imenu--generic-function'):
28002 REGEXP may also be a search function now. The part of doc-string
28003 for describing the structure was 95% identical to that of
28004 `imenu--generic-function'. Unify it there.
28005
28006 * progmodes/make-mode.el (makefile-imenu-generic-expression):
28007 Use function to find dependencies, because regexp alone is so complex,
28008 it easily goes into an endless loop.
28009 (makefile-makepp-mode): Also add submenu for Perl functions
28010 defined in the makefile.
28011 (makefile-bsdmake-mode): Special imenu-generic-expression no
28012 longer needed, due to function call.
28013 (makefile-match-dependency): Take BOUND into account when checking
28014 if we're through.
28015
28016 2005-05-20 Jay Belanger <belanger@truman.edu>
28017
28018 * calc/calc-units.el (calc-invalidate-units-table):
28019 Use inhibit-read-only.
28020 (math-build-units-table-buffer): Use view-mode.
28021
28022 2005-05-20 David Kastrup <dak@gnu.org>
28023
28024 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28025 easy-menu-add is not a nop on Emacs; and clarify when to call it.
28026
28027 2005-05-20 Lute Kamstra <lute@gnu.org>
28028
28029 * diff-mode.el (diff-header-face, diff-file-header-face)
28030 (diff-index-face, diff-hunk-header-face, diff-removed-face)
28031 (diff-added-face, diff-changed-face, diff-function-face)
28032 (diff-context-face, diff-nonexistent-face): Put them in the
28033 diff-mode customization group.
28034
28035 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
28036
28037 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
28038
28039 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
28040
28041 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
28042 Minor regexp-optimization.
28043
28044 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
28045
28046 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
28047 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
28048 (org-agenda-add-time-grid-maybe): New function.
28049 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
28050 (org-table-create): `dotimes' instead of `mapcar'.
28051 (org-xor): Simplify implementation.
28052 (org-agenda): `inhibit-redisplay' turned on.
28053 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
28054 a consistent line after a state change.
28055 (org-agenda-remove-times-when-in-prefix): New option.
28056 (org-prefix-has-time): New variable.
28057 (org-parse-time-string): Optional argument NODEFAULT.
28058 (org-format-agenda-item): Parse items for time-of-day
28059 specifications and move these into the prefix if possible.
28060 (org-agenda-priority): Get current heading, not previous heading
28061 during agenda remote editing.
28062
28063 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
28064
28065 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
28066 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
28067 (remove-duplicates, delete-duplicates, substitute)
28068 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
28069 (nsubstitute-if-not, find, find-if, find-if-not, position)
28070 (position-if, position-if-not, count, count-if, count-if-not)
28071 (mismatch, search, sort*, stable-sort, merge, member*)
28072 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
28073 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
28074 (intersection, nintersection, set-difference, nset-difference)
28075 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
28076 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
28077 (nsublis, tree-equal): Improve argument/docstring consistency.
28078
28079 * subr.el (send-string, send-region): Remove obsolescence declaration.
28080 (window-dot, set-window-dot, read-input, show-buffer)
28081 (eval-current-buffer, string-to-int):
28082 Add release number to obsolescence declarations.
28083
28084 2005-05-19 Kim F. Storm <storm@cua.dk>
28085
28086 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
28087 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
28088
28089 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
28090
28091 * faces.el (list-faces-display): Make back button respect optional
28092 regexp arg.
28093
28094 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
28095
28096 * calculator.el (calculator-radix-grouping-mode)
28097 (calculator-radix-grouping-digits, calculator-displayer)
28098 (calculator-radix-grouping-separator, calculator-copy-displayer):
28099 * dabbrev.el (dabbrev-search-these-buffers-only):
28100 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
28101 (diff-advance-after-apply-hunk, diff-mode-hook)
28102 (diff-minor-mode-prefix):
28103 * imenu.el (imenu-use-popup-menu):
28104 * jit-lock.el (jit-lock-context-time):
28105 * newcomment.el (comment-fill-column, comment-column)
28106 (comment-style, comment-padding, comment-multi-line)
28107 (comment-empty-lines, comment-auto-fill-only-comments):
28108 * reveal.el (reveal-around-mark):
28109 * uniquify.el (uniquify-buffer-name-style)
28110 (uniquify-after-kill-buffer-p)
28111 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
28112 (uniquify-min-dir-content, uniquify-separator)
28113 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
28114 * w32-vars.el (w32-fixed-font-alist):
28115 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
28116 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
28117 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
28118 * progmodes/perl-mode.el (perl-indent-level)
28119 (perl-continued-statement-offset, perl-continued-brace-offset)
28120 (perl-brace-offset, perl-brace-imaginary-offset)
28121 (perl-label-offset, perl-indent-continued-arguments)
28122 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
28123 * progmodes/tcl.el (tcl-indent-level)
28124 (tcl-continued-indent-level, tcl-auto-newline)
28125 (tcl-tab-always-indent, tcl-electric-hash-style)
28126 (tcl-help-directory-list, tcl-use-smart-word-finder)
28127 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
28128 (inferior-tcl-source-command):
28129 * textmodes/fill.el (enable-kinsoku):
28130 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
28131 * textmodes/table.el (table-yank-handler):
28132 Specify missing group (and type, if simple) in defcustom.
28133
28134 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
28135
28136 * progmodes/compile.el (compilation-finish-function): Fix defvar.
28137
28138 2005-05-19 Richard M. Stallman <rms@gnu.org>
28139
28140 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
28141
28142 * subr.el (event-basic-type): Don't get an error.
28143 (left-fringe-p): Function deleted.
28144
28145 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
28146 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
28147
28148 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
28149 in recursive copy.
28150
28151 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
28152
28153 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
28154
28155 * emacs-lisp/bytecomp.el
28156 (byte-compile-file-form-custom-declare-variable):
28157 Call byte-compile-nogroup-warn if appropriate.
28158
28159 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
28160 (compilation-set-window): Don't call left-fringe-p; do it directly.
28161
28162 2005-05-19 Jay Belanger <belanger@truman.edu>
28163
28164 * calc/calc-graph.el (calc-graph-format-data): Make sure
28165 var-PlotRejects is bound before trying to check its value.
28166
28167 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
28168
28169 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
28170 definition of this variable from reftex-global.el to reftex.el,
28171 because it is needed in the menu.
28172
28173 2005-05-19 Lute Kamstra <lute@gnu.org>
28174
28175 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
28176 years are fixed. Don't insert a space after a dash.
28177
28178 2005-05-19 Kim F. Storm <storm@cua.dk>
28179
28180 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
28181
28182 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
28183
28184 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
28185 strings, because (eq ... ?\\) is fairly frequent.
28186
28187 * progmodes/make-mode.el (makefile-add-this-line-targets):
28188 Simplify and integrate into `makefile-pickup-targets'.
28189 (makefile-add-this-line-macro): Simplify and integrate into
28190 `makefile-pickup-macros.
28191 (makefile-pickup-filenames-as-targets): Simplify.
28192 (makefile-previous-dependency, makefile-match-dependency):
28193 Don't stumble over `::'.
28194
28195 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
28196
28197 * subr.el (post-command-idle-hook, post-command-idle-delay):
28198 Remove obsoletion of post-command-idle-hook and
28199 post-command-idle-delay.
28200
28201 * faces.el (list-faces-display): Provide button when describe-face
28202 is called to take user back to the list of faces.
28203
28204 * help-fns.el (describe-variable): Remove hyperlinks in a
28205 variable's value as these are quite frequently inappropriate.
28206
28207 * follow.el (follow-submit-feedback, follow-mode):
28208 Remove references to post-command-idle-hook.
28209
28210 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
28211
28212 * progmodes/make-mode.el (makefile-previous-dependency)
28213 (makefile-match-dependency): Check for := (and in bsd mode also
28214 !=) to give a better result, even when font-lock is not on.
28215
28216 2005-05-18 Jay Belanger <belanger@truman.edu>
28217
28218 * calc/calc-help.el (calc-s-prefix-help):
28219 Add `calc-copy-special-constant' to help string.
28220
28221 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
28222
28223 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28224
28225 2005-05-18 Jay Belanger <belanger@truman.edu>
28226
28227 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
28228 in linear factors are in proper order.
28229
28230 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
28231
28232 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28233 Support for jurabib.
28234
28235 * textmodes/reftex.el (featurep): Define aliases for overlay
28236 commands, for XEmacs compatibility, and use these aliases in
28237 overlay initializations.
28238 (reftex-highlight): Use `reftex-move-overlay'.
28239 (reftex-unhighlight): Use `reftex-delete-overlay'.
28240 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
28241 (reftex-access-search-path): Use `reftex-uniquify' instead of
28242 `reftex-uniq'.
28243
28244 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
28245 `before-string' property modification enables for Emacs as well.
28246 (reftex-select-item): Use `reftex-delete-overlay'.
28247 (reftex-select-mark): Use `reftex-make-overlay' and
28248 `reftex-overlay-put'.
28249 (reftex-select-unmark): Use `reftex-delete-overlay' and
28250 `reftex-overlay-put'.
28251
28252 2005-05-18 Lute Kamstra <lute@gnu.org>
28253
28254 * emacs-lisp/lisp.el (check-parens): Fix docstring.
28255
28256 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
28257
28258 * add-log.el (add-change-log-entry):
28259 * array.el (array-make-template, array-reconfigure-rows)
28260 (array-init-max-row, array-init-max-column)
28261 (array-init-columns-per-line, array-init-field-width):
28262 * replace.el (replace-match-maybe-edit, perform-replace):
28263 * textmodes/spell.el (spell-region):
28264 Replace `read-input' by `read-string'.
28265
28266 * forms.el (forms-mode):
28267 * finder.el (finder-compile-keywords):
28268 * shadowfile.el (shadow-read-files):
28269 Replace `eval-current-buffer' by `eval-buffer'.
28270
28271 * terminal.el (te-pass-through):
28272 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28273 (ange-ftp-raw-send-cmd):
28274 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28275 (send-process-next-char, telnet-initial-filter, telnet):
28276 Replace `send-string' by `process-send-string'.
28277
28278 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28279 (prolog-consult-region): Replace `send-string' by
28280 `process-send-string'; replace `send-region' by `process-send-region'.
28281
28282 * progmodes/delphi.el (delphi-log-msg):
28283 Replace `set-window-dot' by `set-window-point'.
28284
28285 * subr.el (window-dot, set-window-dot, read-input, send-string)
28286 (send-region, show-buffer, eval-current-buffer):
28287 Make really obsolete, as the comment says.
28288
28289 2005-05-17 Kim F. Storm <storm@cua.dk>
28290
28291 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28292 (cua--init-keymaps): Bind C-return instead of S-return to set
28293 rectangle mark.
28294
28295 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28296 instead of S-return to toggle/clear rectangle mark.
28297
28298 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
28299
28300 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28301 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28302 Also fontify plain strings assigned to variables, mostly so that a
28303 colon has a face and is thus not taken as a dependency separator.
28304 (makefile-previous-dependency): Inline the new matcher, because it
28305 is too complex to work in both directions.
28306 (makefile-match-dependency): Eliminate `backward' arg (see above).
28307 Completely reimplemented so as to not sometimes go into an endless
28308 loop. It should also be more efficient, because first it only
28309 searches for `:', instead of applying the very complex regexp.
28310 (makefile-mode): Cancel `font-lock-support-mode', because blocks
28311 to be fontified in one piece can be too long for JIT.
28312 Makefiles are never *that* big.
28313
28314 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
28315
28316 * dired.el (dired-mode): Simplify.
28317
28318 2005-05-17 Lute Kamstra <lute@gnu.org>
28319
28320 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28321 defcustom for the mode hook variable.
28322
28323 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28324 Emacs Lisp Reference Manual.
28325
28326 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
28327
28328 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28329 (evenp, list*):
28330 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28331 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28332
28333 * net/tramp-smb.el (tramp-smb-open-connection):
28334 Pass `tramp-chunksize' as fifth (required) argument.
28335
28336 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
28337
28338 * font-lock.el (lisp-font-lock-keywords-1):
28339 Set `font-lock-negation-char-face' for [^...] char group.
28340 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28341
28342 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28343 a var, and refine it to mask one more level of nested vars.
28344 (makefile-rule-action-regex): Turn it into a var, and refine it so
28345 it recognizes backslashed continuation lines as belonging to the
28346 same command.
28347 (makefile-macroassign-regex): Refine it so it recognizes
28348 backslashed continuation lines as belonging to the same command.
28349 (makefile-var-use-regex): Don't look at the next char, because it
28350 might be the same one to be skipped by the initial [^$], leading
28351 to an overlooked variable use.
28352 (makefile-make-font-lock-keywords): Remove two parameters, which
28353 are now variables that some of the modes set locally.
28354 Handle dependency and rule action matching through functions, because
28355 regexps alone match too often. Dependency matching now comes
28356 last, so it can check, whether a colon already matched something else.
28357 (makefile-mode): Inform that font-lock improves makefile parsing
28358 capabilities.
28359 (makefile-match-dependency, makefile-match-action): New functions.
28360
28361 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
28362
28363 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28364
28365 * align.el (align-regexp):
28366 * ansi-color.el (ansi-color-get-face):
28367 * array.el (array-reconfigure-rows, array-init-max-row)
28368 (array-init-max-column, array-init-columns-per-line)
28369 (array-init-field-width):
28370 * dired-aux.el (dired-trample-file-versions):
28371 * dired-x.el (dired-mark-sexp):
28372 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28373 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28374 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28375 * faces.el (face-read-integer):
28376 * files.el (backup-extract-version, insert-directory):
28377 * hexl.el (hexl-insert-decimal-char):
28378 * server.el (server-process-filter):
28379 * shell.el (shell-extract-num):
28380 * startup.el (command-line-1):
28381 * term.el (term-command-hook):
28382 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28383 (time-stamp-do-number):
28384 * time.el (display-time-update):
28385 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28386 (timezone-fix-time):
28387 * vms-patch.el (vms-suspend-resume-hook):
28388 * calendar/appt.el (appt-convert-time):
28389 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28390 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28391 * calendar/cal-islam.el (mark-islamic-diary-entries):
28392 * calendar/calendar.el (calendar-cursor-to-date)
28393 (calendar-star-date):
28394 * calendar/diary-lib.el (diary-attrtype-convert)
28395 (mark-diary-entries, diary-entry-time):
28396 * calendar/solar.el (solar-get-number):
28397 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28398 * emacs-lisp/re-builder.el (reb-display-subexp):
28399 * emulation/edt.el (edt-set-scroll-margins):
28400 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28401 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28402 (vip-get-ex-count):
28403 * emulation/viper-ex.el (viper-get-ex-token)
28404 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28405 * international/fontset.el (fontset-plain-name):
28406 * mail/feedmail.el (feedmail-look-at-queue-directory):
28407 * mail/mailalias.el (mail-get-names):
28408 * mail/rmail.el (rmail-convert-to-babyl-format):
28409 * mail/rmailsum.el (rmail-make-basic-summary-line)
28410 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28411 (rmail-summary-goto-msg):
28412 * mail/smtpmail.el (smtpmail-read-response):
28413 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28414 (ange-ftp-vms-add-file-entry):
28415 * play/gametree.el (gametree-looking-at-ply)
28416 (gametree-current-branch-score):
28417 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28418 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28419 * progmodes/cperl-mode.el (condition-case):
28420 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28421 (ebrowse-set-member-buffer-column-width)
28422 (ebrowse-select-1st-to-9nth):
28423 * progmodes/etags.el (etags-snarf-tag):
28424 * progmodes/flymake.el (flymake-parse-line):
28425 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28426 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28427 (idlwave-shell-menu-def):
28428 * progmodes/ps-mode.el (ps-run-goto-error):
28429 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28430 (vhdl-speedbar-contract-level):
28431 * term/mac-win.el (x-handle-numeric-switch):
28432 * term/sun-mouse.el (sun-get-frame-data):
28433 * term/w32-win.el (x-handle-numeric-switch):
28434 * term/x-win.el (x-handle-numeric-switch):
28435 * textmodes/ispell.el (ispell-parse-output):
28436 * textmodes/nroff-mode.el (nroff-outline-level):
28437 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28438 (reftex-bib-sort-year-reverse, reftex-format-citation):
28439 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28440 (reftex-section-number):
28441 * textmodes/texinfmt.el (texinfo-paragraphindent):
28442 Replace `string-to-int' by `string-to-number'.
28443
28444 * international/latexenc.el: Add page marker to force the "Local
28445 Variables:" string out of the last page.
28446
28447 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28448
28449 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28450 tooltip-change-major-mode.
28451 (gud-tooltip-print-command): Remove case where gud-minor-mode
28452 is gdb ("--fullname").
28453 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28454 explain to user.
28455
28456 2005-05-16 Jay Belanger <belanger@truman.edu>
28457
28458 * calc/calc-store.el (calc-copy-special-constant): New function.
28459
28460 * calc/calc-ext.el (calc-init-extensions): Add binding for
28461 `calc-copy-special-constant'.
28462
28463 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28464 for the `calc-copy-special-constant' command.
28465
28466 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28467
28468 * subr.el (left-fringe-p): New function.
28469
28470 * progmodes/compile.el (compilation-setup): Set local value of
28471 overlay-arrow-string to "" always.
28472 (compilation-set-window): Left fringe then don't scroll.
28473 No left fringe then no arrow and scroll message to top.
28474 (compilation-context-lines): Adjust doc string accordingly.
28475
28476 2005-05-16 Kim F. Storm <storm@cua.dk>
28477
28478 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28479 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28480 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28481 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28482 (ido-read-file-name): Handle commands with ido property value
28483 equal to find-file as reading a file name, to allow C-d to enter dired.
28484 (ibuffer-find-file): Add ido property with value find-file.
28485
28486 2005-05-15 Kim F. Storm <storm@cua.dk>
28487
28488 * subr.el (open-network-stream-nowait): Remove.
28489 (open-network-stream-server): Remove.
28490
28491 2005-05-15 Richard M. Stallman <rms@gnu.org>
28492
28493 * faces.el (describe-face): Output a definition link button.
28494
28495 * help-mode.el (help-face-def): New button type.
28496
28497 * emacs-lisp/copyright.el (copyright-fix-years):
28498 Match properly if the first year is 2-digit.
28499 Don't mess up the whitespace after the years by filling.
28500
28501 * dired-aux.el (dired-mark-confirm):
28502 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28503
28504 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28505 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28506 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28507
28508 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28509 Set font-lock-comment-start-skip.
28510
28511 * font-lock.el (font-lock-comment-start-skip): New variable.
28512 (font-lock-comment-end-skip): New variable.
28513 (font-lock-fontify-syntactically-region): Use them if non-nil.
28514
28515 2005-05-15 Jay Belanger <belanger@truman.edu>
28516
28517 * calc/calc-store.el (calc-store-value): Return a string rather
28518 than display it as a message.
28519 Use calc-var-name for variable name.
28520 (calc-store-into): Add the result of calc-store-value to message.
28521 (calc-copy-variable): Add a message.
28522 (calc-store-exchange): Improve error messages.
28523 (calc-store-binary, calc-store-map): Don't reset the values of
28524 special constants.
28525
28526 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28527
28528 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28529 manual to docstring.
28530
28531 * files.el (hack-local-variables-confirm): Add STRING argument.
28532 Make the function handle non file visiting buffers correctly.
28533 (hack-local-variables-prop-line, hack-local-variables)
28534 (hack-one-local-variable): Use STRING arg of
28535 `hack-local-variables-confirm'.
28536
28537 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28538
28539 Sync with Tramp 2.0.49.
28540
28541 * net/tramp.el (tramp-handle-dired-call-process)
28542 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28543 because the contents of the Tramp buffer is changed before
28544 insertion (`expand-file' and alike).
28545 (tramp-handle-insert-directory): If `localname' has an empty
28546 nondirectory name, it must not be quoted.
28547 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28548 variable `tramp-chunksize'. Change callees.
28549 (tramp-open-connection-setup-interactive-shell): Check remote host
28550 for buggy `send-process-string' implementation.
28551 Set `tramp-chunksize' if found. Reported by Michael Kifer
28552 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28553 (tramp-handle-shell-command): `insert-buffer' cannot be used
28554 because the contents of the Tramp buffer is changed before
28555 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28556 <frederic.bothamy@free.fr>.
28557 (tramp-set-auto-save): Actions should be done for Tramp file name
28558 handler only. Ange-FTP has its own auto-save mechanism.
28559 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28560 (tramp-set-auto-save-file-modes): Set file modes of
28561 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28562 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28563 (tramp-bug): Remove obsolete variable.
28564 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28565 for presence of `mml-mode'. Make it running for older Emacsen as well.
28566
28567 2005-05-14 John Paul Wallington <jpw@pobox.com>
28568
28569 * ibuf-ext.el (define-ibuffer-filter filename):
28570 If `dired-directory' is a list, use its car.
28571
28572 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28573
28574 * ibuffer.el (define-ibuffer-column filename):
28575 If `dired-directory' is a list, use its car.
28576
28577 2005-05-14 Richard M. Stallman <rms@gnu.org>
28578
28579 * subr.el (symbol-file): Doc fix.
28580
28581 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28582 (byte-compile-form): Call byte-compile-nogroup-warn.
28583 (byte-compile-warning-types): Doc fix.
28584
28585 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28586
28587 * progmodes/cc-engine.el (c-literal-faces):
28588 Add font-lock-comment-delimiter-face.
28589
28590 * net/net-utils.el (dig): Use with-no-warnings.
28591
28592 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28593 (sc-recite-frame-alist, sc-default-cite-frame)
28594 (sc-default-uncite-frame, sc-default-recite-frame)
28595 (sc-attrib-selection-list, sc-rewrite-header-list):
28596 Mark as risky-local-variable.
28597
28598 * international/ogonek.el (ogonek-jak, ogonek-how):
28599 Don't use beginning-of-buffer.
28600
28601 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28602
28603 * calendar/solar.el (solar-data-list): Move definition up.
28604
28605 * dnd.el (dnd-protocol-alist): Add autoload.
28606
28607 * progmodes/sh-script.el: Many doc usage fixes.
28608 (sh-indent-after-do): Change default to match common styles.
28609
28610 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28611
28612 * files.el (interpreter-mode-alist)
28613 (auto-mode-interpreter-regexp): Doc fixes.
28614
28615 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28616
28617 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28618
28619 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28620
28621 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28622
28623 * dired.el (dired-mode): make-variable-buffer-local =>
28624 make-local-variable.
28625
28626 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28627
28628 * term/mac-win.el (mac-select-convert-to-string): Try coding
28629 systems in mac-script-code-coding-systems if specified one cannot
28630 encode string for `com.apple.traditional-mac-plain-text'.
28631
28632 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28633
28634 * progmodes/make-mode.el (makefile-targets-face)
28635 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28636 (makefile-dependency-regex): Fix it to not make the colon in
28637 $(var:a=b) special.
28638 (makefile-rule-action-regex): New regexp for highlighting embedded
28639 Shell strings.
28640 (makefile-macroassign-regex): Handle != for highlighting as
28641 embedded Shell strings.
28642 (makefile-var-use-regex): New const.
28643 (makefile-statements, makefile-automake-statements)
28644 (makefile-gmake-statements, makefile-makepp-statements)
28645 (makefile-bsdmake-statements): New consts.
28646 (makefile-make-font-lock-keywords): New function.
28647 (makefile-automake-font-lock-keywords)
28648 (makefile-gmake-font-lock-keywords)
28649 (makefile-makepp-font-lock-keywords)
28650 (makefile-bsdmake-font-lock-keywords): New consts.
28651 (makefile-mode-map): Add switchers between the various submodes.
28652 (makefile-mode): Document the availability of the variants.
28653 (makefile-automake-mode, makefile-gmake-mode)
28654 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28655
28656 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28657 new variants of makefile-mode.
28658
28659 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28660
28661 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28662 the inheritance.
28663
28664 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28665
28666 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28667 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28668
28669 * files.el (normal-mode): Extend the scope of the
28670 `enable-local-variables' binding to include the `set-auto-mode' call.
28671 (magic-mode-alist): Doc fix.
28672
28673 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28674
28675 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28676 font-lock-comment-face rather than copying its setting.
28677
28678 2005-05-12 Andreas Schwab <schwab@suse.de>
28679
28680 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28681
28682 2005-05-12 Lute Kamstra <lute@gnu.org>
28683
28684 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28685 defcustom for the mode hook variable. Delete the last argument.
28686 * generic-x.el: Fix callers of define-generic-mode.
28687 (generic-x-modes): Delete group.
28688 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28689 generic-x customization group.
28690
28691 2005-05-12 Kim F. Storm <storm@cua.dk>
28692
28693 * font-lock.el (font-lock-negation-char-face): Default to "off".
28694
28695 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28696 font-lock-negation-char-face to ! in !=.
28697
28698 2005-05-12 Masatake YAMATO <jet@gyve.org>
28699
28700 * add-log.el (find-change-log): Fix typos in the docstring
28701 of function.
28702
28703 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28704
28705 * international/latexenc.el (latexenc-find-file-coding-system):
28706 Avoid `re-search-forward' when looking for input encoding because
28707 of speed and safety. Better regular expressions for recognizing
28708 input encoding. Limit a search for TeX-master/tex-main-file to
28709 the local variable section.
28710
28711 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28712
28713 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28714 syntax of $ to "'" (quote).
28715
28716 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28717
28718 * dnd.el (dnd-protocol-alist): Improve custom type.
28719
28720 * dired.el (dired-dnd-protocol-alist): New variable.
28721 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28722 `dired-mode-hook' to the end.
28723
28724 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28725
28726 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28727 comment-end if comment-start-skip is not set.
28728 Obey the font-lock-comment-delimiter-face variables.
28729
28730 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28731
28732 * files.el (executable-find): Move from executable.el. Use
28733 locate-file.
28734 * progmodes/executable.el (executable-find): Move to files.el.
28735
28736 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28737 when trying to ensure forward progress.
28738
28739 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28740
28741 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28742 (mouse-select, mouse-select-internal, mouse-extend-internal):
28743 Use it to implement mouse-1-click-follows-link functionality.
28744
28745 2005-05-11 Richard M. Stallman <rms@gnu.org>
28746
28747 * font-lock.el (font-lock-fontify-syntactically-region):
28748 Use font-lock-comment-delimiter-face for comment delimiters.
28749
28750 2005-05-10 Jay Belanger <belanger@truman.edu>
28751
28752 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28753 preserving embedded modes.
28754
28755 2005-05-10 Richard M. Stallman <rms@gnu.org>
28756
28757 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28758
28759 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28760 Move from ada-stmt.el.
28761 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28762
28763 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28764 Move to ada-mode.el.
28765 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28766
28767 * cus-edit.el (custom-file): Call file-chase-links.
28768
28769 * files.el (read-directory-name): Fix previous change.
28770 (hack-local-variables-confirm): New function.
28771 (hack-local-variables-prop-line, hack-local-variables)
28772 (hack-one-local-variable): Use it.
28773
28774 2005-05-10 Lute Kamstra <lute@gnu.org>
28775
28776 * font-lock.el (font-lock-keywords-alist)
28777 (font-lock-removed-keywords-alist): Clarify docstrings.
28778
28779 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28780
28781 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28782 (gdb-source-info): Check for preprocessor info.
28783 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28784 a macro for a function.
28785 (gdb-info-breakpoints-custom): Try to find file again if not already
28786 found (user might have used GDB dir command).
28787 (gdb-get-location): Update gdb-location-alist correctly for change
28788 to gdb-info-breakpoints-custom.
28789
28790 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28791 (gud-tooltip-print-command): Add gdbmi case.
28792 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28793 preprocessor info.
28794
28795 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28796
28797 * startup.el (fancy-splash-insert): Fix typo in doc string.
28798
28799 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28800
28801 * obsolete/float.el (string-to-float):
28802 * obsolete/hilit19.el (hilit-add-pattern):
28803 * obsolete/rnews.el (news-parse-range, news-select-message)
28804 (news-get-pruned-list-of-files): Replace `string-to-int' by
28805 `string-to-number'.
28806
28807 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28808 `find-file-not-found-hooks'; use `add-hook'.
28809 (uncompress-while-visiting): Set `write-file-functions', not
28810 `write-file-hooks'; use `add-hook'.
28811
28812 2005-05-09 Kim F. Storm <storm@cua.dk>
28813
28814 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28815 (cua-paste): Handle clipboard action.
28816 (cua--init-keymaps): Remap clipboard-kill-region and
28817 clipboard-kill-ring-save.
28818
28819 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28820
28821 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28822 Improve commentary.
28823
28824 * simple.el (next-error-overlay-arrow-position): Revert the change
28825 made on 2005-04-30.
28826
28827 2005-05-07 Jay Belanger <belanger@truman.edu>
28828
28829 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28830 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28831 `calc-sel-reselect'.
28832
28833 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28834 Calc is in embedded mode.
28835
28836 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28837
28838 * progmodes/compile.el (compilation-setup):
28839 Set overlay-arrow-string to an empty string on text terminals.
28840
28841 * textmodes/ispell.el (ispell-program-name): Try looking for
28842 "aspell" along exec-path, and if found, use it as the default
28843 speller program.
28844
28845 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28846
28847 * international/mule.el (sgml-xml-auto-coding-function):
28848 Recognize encoding='FOO' in single quotes as well as in double quotes.
28849
28850 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28851
28852 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28853 as well as `interactive', so that defmacro* would recognize
28854 `declare' forms.
28855
28856 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28857
28858 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28859 Explain more about the LIGHTER arg's usage in the doc string.
28860 Add commentary to clarify what the code does. Fix the regexp that
28861 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28862 since it could have characters special to regular expressions.
28863
28864 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28865
28866 * replace.el (occur-1): Bind inhibit-read-only so that
28867 erase-buffer doesn't barf on read-only text properties (likewise
28868 for add-text-properties in occur-engine). Mark buffer as unmodified.
28869 (occur-engine): Don't set buffer-read-only here.
28870
28871 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28872
28873 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28874 list-buffers-directory. This caused the *cvs-commit* buffer to be
28875 sometimes mistakenly reused as a *cvs* buffer.
28876
28877 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28878
28879 * tooltip.el: Move code for GUD tooltips into gud.el.
28880 (require): CL no longer needed to compile case.
28881 (tooltip-mode): Do not toggle functions for GUD tooltips.
28882 (tooltip-gud-tips-p): Remove. Replace with minor mode
28883 gud-tooltip-mode in gud.el.
28884 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28885 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28886 tooltip-gud prefix with gud-tooltip and obsolete.
28887 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28888 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28889 (tooltip-mouse-motion): Mouse movement functions/variable.
28890 Rename in gud.el by adding gud prefix.
28891 (tooltip-gud-original-filter, tooltip-gud-dereference)
28892 (tooltip-gud-event, tooltip-toggle-gud-tips)
28893 (tooltip-gud-process-output, tooltip-gud-print-command)
28894 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28895 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28896 (gdb-tooltip-print): Move to gdb-ui.el.
28897
28898 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28899 (require): CL needed to compile case.
28900 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28901 tooltip-gud-tips-p. Make it a minor-mode.
28902 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28903 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28904 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28905 (gud-tooltip-change-major-mode)
28906 (gud-tooltip-activate-mouse-motions-if-enabled)
28907 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28908 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28909 (gud-tooltip-original-filter, gud-tooltip-dereference)
28910 (gud-tooltip-event, tooltip-toggle-gud-tips)
28911 (gud-tooltip-process-output, gud-tooltip-print-command)
28912 (gud-tooltip-tips): Move from tooltip.el.
28913
28914 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28915 (gdb-cpp-define-alist-flags): Doc fix.
28916 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28917 gud-tooltip-mode is t.
28918
28919 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28920
28921 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28922 evaporate if their text is deleted.
28923 (goto-address-at-point): Make it work as a mouse binding as well.
28924 (goto-address-at-mouse): Obsolete it. Update users.
28925
28926 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28927
28928 * calendar/appt.el (top-level): No longer activate on load.
28929
28930 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28931
28932 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28933 * net/webjump.el (webjump):
28934 * progmodes/idlw-help.el (idlwave-do-context-help1)
28935 (idlwave-highlight-linked-completions):
28936 * textmodes/po.el (po-find-file-coding-system-guts):
28937 Replace `assoc-ignore-case' by `assoc-string'.
28938
28939 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28940
28941 * files.el (locate-file): Doc fix.
28942
28943 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28944 Remove the redundant test for ms-dos.
28945
28946 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28947 look for the preprocessor with exec-suffixes. If not found in
28948 standard places, look in exec-path. Remove most of the tests that
28949 used system-type.
28950
28951 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28952
28953 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28954
28955 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28956 file-name clash with jka-compr.el on 8+3 filesystems.
28957
28958 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28959
28960 * term/mac-win.el: Don't define or bind scroll bar functions if
28961 x-toolkit-scroll-bars is t.
28962 (x-select-text, x-get-selection-value): Clear
28963 x-last-selected-text-clipboard if x-select-enable-clipboard is
28964 nil.
28965 (PRIMARY): Put mac-scrap-name property.
28966 (mac-select-convert-to-file-url): New function.
28967 (public.file-url): New selection target type. Add to
28968 selection-converter-alist.
28969 (x-get-selection, x-selection-value): Handle it.
28970 (x-cut-buffer-or-selection-value): New alias.
28971
28972 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28973
28974 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28975 entry to avoid calling bibtex-find-entry with arg global
28976 being t. Remove arg key.
28977 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28978 (bibtex-copy-summary-as-kill): Change accordingly.
28979
28980 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28981
28982 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28983 (org-agenda-date-later): Use with-current-buffer.
28984
28985 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28986
28987 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28988 (define-obsolete-variable-alias): Doc Fixes.
28989
28990 2005-05-06 Kim F. Storm <storm@cua.dk>
28991
28992 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28993 vertical-motion when selective-display is active.
28994
28995 * ido.el (ido-setup-hook): New hook.
28996 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28997 (ido-input-stack): New var.
28998 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28999 ido-next-work-file binding to M-O.
29000 Bind M-f to ido-wide-find-file-or-pop-dir.
29001 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29002 (ido-read-internal): Run ido-setup-hook.
29003 Catch quit in read-file-name and read-string to cancel edit.
29004 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29005 Automatically pop-all when completing a directory name (RET).
29006 (ido-file-internal): Add with-no-warnings around ffap and dired code.
29007 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29008 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29009 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29010 New functions for M-b/M-f to move among the directory components.
29011 (ido-make-merged-file-list): Catch quit to cancel merge.
29012 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29013 (ido-completion-help): No warnings for ido-completion-buffer-full.
29014
29015 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
29016
29017 * font-lock.el (font-lock-negation-char-face): New face and variable.
29018 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29019 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29020 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29021 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29022
29023 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
29024
29025 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
29026 Fix typo in docstring.
29027
29028 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
29029 (ebrowse-print-statistics-line)
29030 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
29031
29032 * term/w32-win.el (image-library-alist): Add additional name for
29033 Xpm library.
29034
29035 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
29036
29037 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
29038 use gcc instead of cpp.
29039
29040 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
29041 (gdb-create-define-alist): Use it.
29042 (gdb-cpp-define-alist-program): Update for MS-DOS.
29043
29044 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
29045
29046 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
29047
29048 2005-05-04 Richard M. Stallman <rms@gnu.org>
29049
29050 * help.el (describe-key): No error when UNTRANSLATED is nil.
29051
29052 * simple.el (line-move-1): Fix previous change to signal errors
29053 appropriately.
29054
29055 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
29056
29057 * calendar/icalendar.el (icalendar-version): Now at 0.12.
29058 (icalendar-duration-correction): Remove.
29059 (icalendar--get-event-properties): Split result at commas.
29060 (icalendar--decode-isoduration): New optional argument
29061 DURATION-CORRECTION.
29062 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
29063 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
29064 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
29065 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
29066 (icalendar--convert-anniversary-to-ical): New functions, extracted
29067 from icalendar-export-region, with bug fixes.
29068 (icalendar-export-region): Use the above functions.
29069 (icalendar-import-buffer): Check before saving diary file.
29070 (icalendar--convert-recurring-to-diary)
29071 (icalendar--convert-non-recurring-all-day-to-diary)
29072 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
29073 extracted from icalendar--convert-ical-to-diary, with bug fixes.
29074 (icalendar--convert-ical-to-diary): Use the above functions.
29075
29076 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
29077
29078 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
29079 Remove these recent additions.
29080 (c-mode): Restore to before 2005-04-28.
29081
29082 * progmodes/cc-vars.el (cc-define-list-program): Remove this
29083 recent addition.
29084
29085 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
29086 (gdb-define-alist): New variables.
29087 (gdb-create-define-alist): New function.
29088 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
29089 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
29090 with string-to-number.
29091 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
29092
29093 * progmodes/gud.el: Replace string-to-int with string-to-number.
29094 (gud-find-file): Handle gdb-define-alist.
29095
29096 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
29097
29098 2005-05-02 Jay Belanger <belanger@truman.edu>
29099
29100 * calc/calc-aent.el (math-read-token):
29101 * calc/calc-bin.el (calc-word-size):
29102 * calc/calc-ext.el (calc-read-number-fancy):
29103 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
29104 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
29105 * calc/calc-frac.el (calc-over-notation):
29106 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
29107 (calc-graph-num-points, calc-graph-init):
29108 * calc/calc-prog.el (calc-read-parse-table-part)
29109 (calc-edit-macro-repeats):
29110 * calc/calc-yank.el (calc-do-grab-rectangle):
29111 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
29112 Replace `string-to-int' by `string-to-number'.
29113
29114 2005-05-02 Kim F. Storm <storm@cua.dk>
29115
29116 * kmacro.el: Use executing-kbd-macro-index variable.
29117
29118 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
29119
29120 * net/rlogin.el (rlogin-parse-words): Delete func.
29121 (rlogin): Use split-string, not rlogin-parse-words.
29122 Also, if there are option-like elements in the parsed args,
29123 take the host to be the first arg immediately following them.
29124 Suggested by Michael Mauger.
29125
29126 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
29127
29128 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
29129
29130 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
29131
29132 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
29133 (cc-mode-cpp-program): Rename to cc-define-list-program and
29134 move to cc-vars.el.
29135
29136 * progmodes/cc-vars.el (cc-define-list-program):
29137 Change to "gcc -E -dM -". Make customizable.
29138
29139 2005-05-02 Kim F. Storm <storm@cua.dk>
29140
29141 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
29142
29143 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
29144
29145 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
29146
29147 * international/mule-util.el (truncate-string): Remove alias and
29148 obsolete declaration.
29149
29150 * international/mule-cmds.el (update-iso-coding-systems):
29151 Remove alias and obsolete declaration.
29152
29153 * international/mule.el (coding-system-parent): Remove alias and
29154 obsolete declaration.
29155
29156 * subr.el (define-function, sref): Remove aliases and obsolete
29157 declarations.
29158 (chars-in-region): Remove obsolete declaration.
29159
29160 2005-05-01 Richard M. Stallman <rms@gnu.org>
29161
29162 * info.el (Info-mode): Set widen-automatically to nil, locally.
29163
29164 * simple.el (widen-automatically): New variable.
29165 (pop-global-mark): Obey widen-automatically.
29166
29167 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
29168
29169 * term/xterm.el (function-key-map): Call substitute-key-definition
29170 before the keymap size is increased by a lot of define-key calls.
29171
29172 2005-05-01 Richard M. Stallman <rms@gnu.org>
29173
29174 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
29175 Rename ARG to ELEMENT. Doc fix.
29176
29177 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
29178
29179 * allout.el (allout-exposure): Remove macro and obsolete declaration.
29180 Remove references to allout-exposure/change to allout-new-exposure.
29181
29182 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
29183 bytecode symbols.
29184
29185 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
29186 (compiled-function-p, focus-frame, unfocus-frame):
29187 Remove aliases and obsolete declarations.
29188 Back out inadvertent changes from previous commit.
29189
29190 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
29191
29192 * files.el (require-final-newline): Make Custom tags consistent
29193 with mode-require-final-newline.
29194 (mode-require-final-newline): Doc fix.
29195
29196 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
29197
29198 * international/latexenc.el (latexenc-find-file-coding-system):
29199 Fix regular expressions.
29200
29201 2005-05-01 David Kastrup <dak@gnu.org>
29202
29203 * international/latexenc.el (latexenc-find-file-coding-system):
29204 Fix regular expressions.
29205
29206 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
29207
29208 * subr.el (string-to-int): Make obsolete.
29209
29210 2005-04-30 Richard M. Stallman <rms@gnu.org>
29211
29212 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
29213
29214 * loadup.el: load jka-comp-hook.
29215
29216 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
29217 (jka-compr-handler): Add autoload. `put' calls moved
29218 to jka-comp-hook.el.
29219 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
29220 (jka-compr-inhibit): Autoload.
29221
29222 * jka-comp-hook.el: New file.
29223 Enable the mode by default.
29224
29225 * files.el (backup-buffer-copy): Use copy-file instead
29226 of write-region, and put back the 'excl.
29227
29228 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
29229
29230 * progmodes/flymake.el (flymake-split-string)
29231 (flymake-split-string, flymake-log, flymake-pid-to-names)
29232 (flymake-reg-names, flymake-get-source-buffer-name)
29233 (flymake-unreg-names, flymake-add-line-err-info)
29234 (flymake-add-err-info): Clarify docstrings.
29235 (flymake-popup-menu, flymake-make-emacs-menu)
29236 (flymake-make-xemacs-menu): Add docstrings.
29237 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
29238 Set variables directly throughout.
29239
29240 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
29241
29242 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
29243 exists. Initialize cc-define-alist.
29244 (c-mode): Add cc-create-define-alist locally to after-save-hook.
29245 If there is no file (Macroexpansion) don't create an alist.
29246
29247 2005-04-29 Sam Steingold <sds@gnu.org>
29248
29249 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29250 (cc-create-define-alist): Use it instead of the hard-coded string.
29251
29252 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
29253
29254 * international/mule-conf.el (file-coding-system-alist): Fix regexp
29255 for latexenc.
29256
29257 2005-04-29 Lute Kamstra <lute@gnu.org>
29258
29259 * emacs-lisp/generic.el: Improve commentary section.
29260 (define-generic-mode): Improve docstring.
29261
29262 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
29263
29264 * textmodes/org.el (many places): Change to quiet the byte compiler.
29265 (org-prefix-format-compiled): New variable.
29266 (org-compile-prefix-format): New function.
29267 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29268 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29269 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29270 (org-get-entries-from-diary): Use `org-get-time-of-day' for
29271 consistency with entries from `org-mode' files.
29272 (org-get-time-of-day): Fix bug with partial matches early in a line.
29273 (org-non-link-chars): New constant.
29274 (org-link-regexp): Respect `org-non-link-chars'.
29275 (org-agenda-day-view): Remove command.
29276 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29277 (org-follow-bbdb-link, org-store-link): Search also company field.
29278 (org-highlight-overlay): New variable.
29279 (org-highlight, org-unhighlight): New functions.
29280 (org-agenda-mode): Add pre-command-hook to remove highlight.
29281 (org-evaluate-time-range): Behavior depends upon whether time stamp
29282 contains a time or not.
29283 (org-show-subtree, org-show-entry): New functions.
29284 (org-agenda-cleanup-fancy-diary): Remove empty lines.
29285
29286 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
29287
29288 * comint.el (comint-output-filter-functions): Add autoload cookie.
29289
29290 2005-04-28 Kim F. Storm <storm@cua.dk>
29291
29292 * ido.el (ido-everywhere): Fix last change.
29293
29294 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29295
29296 * international/latexenc.el: New file.
29297 * international/mule-conf.el (file-coding-system-alist): For .tex,
29298 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29299
29300 2005-04-28 Lute Kamstra <lute@gnu.org>
29301
29302 * font-lock.el (font-lock-add-keywords)
29303 (font-lock-remove-keywords): Clarify docstring.
29304 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29305 Don't start docstrings with a `*'.
29306 (font-lock-update-removed-keyword-alist): Give it a docstring.
29307
29308 * generic-x.el: Update commentary section.
29309 Only require font-lock when compiling.
29310 Define all modes conditionally.
29311 Place all generic modes in the generic-x-modes customization group.
29312 (generic-x-modes): New customization group.
29313 (generic-default-modes, generic-mswindows-modes)
29314 (generic-unix-modes, generic-other-modes): New constants.
29315 (generic-define-mswindows-modes, generic-define-unix-modes):
29316 Update docstrings. Make them obsolete.
29317 (generic-extras-enable-list): New default value. Update docstring.
29318 Improve :type. Change :set function.
29319 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29320 Fix docstring.
29321
29322 * emacs-lisp/generic.el (generic-mode-internal):
29323 Simplify font-lock-defaults.
29324 (define-generic-mode): Fix docstring.
29325
29326 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
29327
29328 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29329 font-lock-face property to highlight matches.
29330
29331 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
29332
29333 * progmodes/cc-mode.el (cc-create-define-alist): New function.
29334 (cc-define-alist): New variable.
29335 (c-mode): Make it local and initialize it.
29336
29337 * progmodes/gdb-ui.el (gdb-active-process): New variable.
29338 (gdb-exited): New function.
29339 (gdb-annotation-rules): Use it.
29340 (gdb-starting): Set gdb-active-process to t.
29341 (gdb-stopping): Amend doc string.
29342 (gdb-reset): Set gdb-active-process to nil.
29343
29344 * tooltip.el (tooltip-gud-tips): Show the associated #define
29345 directives when a C program under GDB is not executing.
29346
29347 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
29348
29349 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29350 font-lock-fontify-syntactic-keywords.
29351
29352 * font-lock.el (font-lock-default-fontify-region): Don't force
29353 parse-sexp-lookup-properties to nil.
29354
29355 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
29356
29357 * man.el (man-mode-syntax-table): Set up `:' to have
29358 word-constituent syntax.
29359
29360 2005-04-27 Lute Kamstra <lute@gnu.org>
29361
29362 * novice.el (disable-command): Don't add spurious newlines to the
29363 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29364
29365 2005-04-26 Jay Belanger <belanger@truman.edu>
29366
29367 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29368 than one window before deleting window.
29369
29370 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29371
29372 * shell.el (shell-prompt-pattern): Doc fix.
29373 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29374
29375 * comint.el (comint-prompt-regexp, comint-get-old-input)
29376 (comint-use-prompt-regexp)
29377 (comint-use-prompt-regexp-instead-of-fields)
29378 (comint-replace-by-expanded-history, comint-send-input)
29379 (comint-output-filter, comint-get-old-input-default)
29380 (comint-line-beginning-position, comint-bol, comint-show-output)
29381 (comint-backward-matching-input, comint-forward-matching-input)
29382 (comint-next-prompt, comint-previous-prompt):
29383 Rename `comint-use-prompt-regexp-instead-of-fields' to
29384 `comint-use-prompt-regexp'. Keep old name as alias and declare
29385 obsolete.
29386 (comint-use-prompt-regexp): Shorten first line of doc string.
29387
29388 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29389 Set paragraph-separate buffer locally to "\\'".
29390
29391 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29392 Adapt to above name change.
29393
29394 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29395 (smbclient-prompt-regexp): Ditto.
29396
29397 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29398
29399 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29400
29401 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29402 gdb-location-list.
29403 Break lines that are over 80 characters wide.
29404
29405 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29406
29407 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29408 New fun and var, to preserve compatibility.
29409
29410 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29411
29412 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29413
29414 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29415 name to file-newer-than-file-p.
29416
29417 2005-04-26 Richard M. Stallman <rms@gnu.org>
29418
29419 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29420
29421 * progmodes/python.el (python-mode):
29422 Use new name eldoc-documentation-function.
29423
29424 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29425
29426 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29427 (eldoc-documentation-function):
29428 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29429
29430 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29431
29432 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29433
29434 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29435
29436 * term/xterm.el (function-key-map): Fix strings for
29437 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29438 {C,S,A,C-S}-{f1-f12}.
29439
29440 2005-04-26 Kenichi Handa <handa@m17n.org>
29441
29442 * international/mule-cmds.el (select-safe-coding-system):
29443 Fix previous change.
29444
29445 2005-04-26 Lute Kamstra <lute@gnu.org>
29446
29447 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29448
29449 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29450 (font-lock-comment-delimiter-face): Ditto.
29451
29452 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29453
29454 2005-04-25 Jay Belanger <belanger@truman.edu>
29455
29456 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29457 to t while inserting information; use help-mode.
29458
29459 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29460
29461 * term.el (ansi-term-color-vector): Use the xterm colors.
29462 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29463
29464 2005-04-25 Lute Kamstra <lute@gnu.org>
29465
29466 * font-core.el (font-lock-defaults): Fix docstring.
29467
29468 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29469
29470 2005-04-25 Kenichi Handa <handa@m17n.org>
29471
29472 * international/mule-cmds.el (select-safe-coding-system):
29473 Don't check consistency with coding: spec, etc if raw-text or
29474 no-conversion was found to be safe.
29475
29476 2005-04-24 Richard M. Stallman <rms@gnu.org>
29477
29478 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29479 citation markers at start of each line.
29480
29481 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29482 citation markers at start of each line.
29483
29484 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29485
29486 * files.el (mode-require-final-newline): Fix previous change.
29487 (require-final-newline): Fix type label.
29488
29489 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29490
29491 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29492 statement in buffer (broken by 2004-11-24 change).
29493
29494 2005-04-24 Kim F. Storm <storm@cua.dk>
29495
29496 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29497 and read-file-name-function values. Don't overwrite existing
29498 non-nil values if ido-mode is enabled without ido-everywhere.
29499
29500 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29501
29502 * files.el (mode-require-final-newline): Minor doc fix.
29503
29504 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29505
29506 * subr.el (syntax-after): Doc fix.
29507 (syntax-class): If argument is nil, return nil. Mask off upper 16
29508 bits, not 8 bits.
29509
29510 * files.el (mode-require-final-newline): Doc fix.
29511 (backup-buffer-copy): Fix last change.
29512
29513 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29514
29515 * term/mac-win.el: Require select. Set selection-coding-system to
29516 mac-system-coding-system. Call menu-bar-enable-clipboard.
29517 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29518 (x-select-enable-clipboard): New variables.
29519 (x-select-text, x-get-selection, x-selection-value)
29520 (x-get-selection-value, mac-select-convert-to-string)
29521 (mac-services-open-file, mac-services-open-selection)
29522 (mac-services-insert-text): New functions.
29523 (CLIPBOARD, FIND): Put mac-scrap-name property.
29524 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29525 (public.tiff): Put mac-ostype property.
29526 (selection-converter-alist): Add entries for them.
29527 (mac-application-menu-map): New keymap.
29528 (interprogram-cut-function, interprogram-paste-function): Set to
29529 x-select-text and x-get-selection-value, respectively.
29530 (split-window-keep-point): Set to t.
29531
29532 2005-04-23 Richard M. Stallman <rms@gnu.org>
29533
29534 * files.el (read-directory-name): Always pass non-nil
29535 DEFAULT-FILENAME arg to read-file-name.
29536 (backup-buffer-copy, basic-save-buffer-2): Take care against
29537 writing thru an unexpected existing symlink.
29538 (revert-buffer): In indirect buffer, revert the base buffer.
29539 (magic-mode-alist): Doc fix.
29540 (buffer-stale-function): Doc fix.
29541 (minibuffer-with-setup-hook): Avoid warning.
29542 (mode-require-final-newline): Doc and custom fix.
29543
29544 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29545
29546 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29547 use the default appearance.
29548 (font-lock-comment-delimiter-face): New face, new variable.
29549
29550 * imenu.el (imenu--generic-function): The official position of a
29551 definition is the start of the line that BEG is in.
29552
29553 * midnight.el (midnight-timer): Move defvar up.
29554
29555 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29556
29557 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29558
29559 * startup.el (command-line): Use with-no-warnings.
29560
29561 * window.el (window-size-fixed): New defvar.
29562
29563 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29564
29565 * mail/rmail.el (rmail-font-lock-keywords):
29566 Use font-lock-comment-delimiter-face.
29567
29568 * mail/sendmail.el (mail-font-lock-keywords):
29569 Use font-lock-comment-delimiter-face.
29570
29571 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29572
29573 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29574
29575 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29576 Specify t for LAXMATCH when matching directories.
29577 Save match data around compilation-compat-error-properties form.
29578
29579 2005-04-23 David Kastrup <dak@gnu.org>
29580
29581 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29582 Mention that the autoloaded aliases should be kept for AUCTeX.
29583
29584 2005-04-23 Andreas Schwab <schwab@suse.de>
29585
29586 * isearch.el (isearch-forward): Doc fix.
29587
29588 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29589
29590 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29591 (jit-lock-stealth-nice): Change default value to 0.5.
29592
29593 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29594
29595 * abbrev.el (write-abbrev-file): Write table entries in
29596 alphabetical order by table name.
29597
29598 2005-04-22 Kim F. Storm <storm@cua.dk>
29599
29600 * ido.el (ido-read-internal): Fix `list' completion.
29601
29602 2005-04-22 Kenichi Handa <handa@m17n.org>
29603
29604 * recentf.el (recentf-save-file-coding-system): New variable.
29605 (recentf-save-list): Encode the file by
29606 recentf-save-file-coding-system and add coding: tag.
29607
29608 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29609
29610 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29611
29612 2005-04-21 Lute Kamstra <lute@gnu.org>
29613
29614 * loadhist.el (unload-feature): Don't remove a function from hooks
29615 if it is about to be restored to an autoload . Remove functions
29616 that will become unbound from auto-mode-alist. Simplify the code.
29617
29618 * subr.el (assq-delete-all): New implementation that is linear,
29619 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29620 (rassq-delete-all): New function.
29621
29622 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29623 Add size-indication-mode.
29624
29625 2005-04-21 Kenichi Handa <handa@m17n.org>
29626
29627 * international/mule-cmds.el: Add autoload for widget-value in
29628 eval-when-compile.
29629
29630 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29631
29632 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29633 Add tooltip-mode.
29634
29635 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29636
29637 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29638
29639 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29640 (inferior-lisp-filter-regexp, inferior-lisp-program)
29641 (inferior-lisp-load-command, inferior-lisp-prompt)
29642 (inferior-lisp-mode-hook, lisp-source-modes)
29643 (inferior-lisp-load-hook): defvar->defcustom.
29644 (inferior-lisp-program, inferior-lisp-prompt)
29645 (inferior-lisp-load-hook): Doc fixes.
29646 (inferior-lisp-install-letter-bindings): Small change in
29647 introductory comment.
29648
29649 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29650
29651 * vc.el (vc-annotate-color-map): Change some colors so that text
29652 using them as foreground is readable on both white and black
29653 backgrounds.
29654
29655 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29656
29657 * international/mule-conf.el (translation-table-for-input):
29658 Remove redundant declaration.
29659
29660 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29661
29662 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29663
29664 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29665 (tooltip-toggle-gud-tips): New function.
29666
29667 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29668
29669 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29670 right angle brackets.
29671
29672 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29673
29674 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29675
29676 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29677
29678 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29679 Remove. Update callers to use expand-file-name instead.
29680
29681 * subr.el (syntax-class): New function.
29682
29683 * simple.el (blink-matching-open): Use it.
29684
29685 * paren.el (show-paren-function): Use it to recognize parens that are
29686 also used in 2-char comment markers.
29687
29688 2005-04-19 Lute Kamstra <lute@gnu.org>
29689
29690 * loadhist.el (unload-feature): Update for new format of
29691 load-history. Simplify the code.
29692
29693 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29694
29695 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29696 (mac-add-charset-info): New function. Initialize variable
29697 mac-charset-info-alist using it.
29698 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29699 for translation.
29700 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29701 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29702 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29703 New CCL programs.
29704
29705 2005-04-19 Kim F. Storm <storm@cua.dk>
29706
29707 * simple.el (next-buffer, prev-buffer, next-error)
29708 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29709 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29710
29711 * bindings.el (next-buffer, prev-buffer, next-error)
29712 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29713 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29714 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29715 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29716
29717 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29718
29719 * isearch.el (isearch-edit-string): Make the search-ring available for
29720 minibuffer history commands.
29721 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29722 the default history commands now work just as well.
29723 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29724
29725 2005-04-18 Kim F. Storm <storm@cua.dk>
29726
29727 * emulation/cua-base.el (cua--pre-command-handler): Add more
29728 elaborate check for shift modifier on non-window systems.
29729
29730 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29731
29732 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29733
29734 2005-04-18 Kim F. Storm <storm@cua.dk>
29735
29736 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29737 and make it optional. Don't test tooltip-gud-echo-area here.
29738 (tooltip-gud-process-output, gdb-tooltip-print):
29739 Pass tooltip-gud-echo-area to tooltip-show.
29740 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29741
29742 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29743
29744 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29745 `display-graphic-p' may not be bound yet.
29746
29747 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29748
29749 * startup.el (command-line): No longer enable Xterm Mouse mode by
29750 default in terminals compatible with xterm.
29751
29752 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29753
29754 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29755
29756 * tooltip.el (tooltip-gud-echo-area): Rename from
29757 tooltip-use-echo-area.
29758 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29759 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29760 area independently of where help tooltips are displayed.
29761
29762 2005-04-17 David Kastrup <dak@gnu.org>
29763
29764 * cus-theme.el (custom-theme-write-variables): Quote variables
29765 where necessary.
29766
29767 2005-04-17 Richard M. Stallman <rms@gnu.org>
29768
29769 * simple.el (yank-excluded-properties): Add follow-link to value.
29770
29771 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29772
29773 * startup.el (fancy-splash-max-time): Just 30 seconds.
29774 (fancy-splash-delay): Just 7.
29775 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29776
29777 * loadhist.el (unload-feature): Update for new format of load-history.
29778 Simplify the code.
29779
29780 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29781 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29782
29783 * mail/sendmail.el (mail-font-lock-keywords):
29784 Don't fontify subject text.
29785 Don't fontify the text of a citation.
29786
29787 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29788
29789 * comint.el (comint-output-filter): Run comint-output-filter-functions
29790 with point where the user had it.
29791
29792 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29793
29794 * international/ucs-tables.el (ucs-set-table-for-input):
29795 Disable when using unify-on-decoding.
29796
29797 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29798
29799 * emulation/cua-base.el (cua-global-mark-face): Add special case
29800 for displays supporting a high number of colors.
29801
29802 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29803
29804 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29805
29806 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29807
29808 * filesets.el (filesets-add-buffer): If user supplies a name of a
29809 non-existing fileset, create a new fileset.
29810
29811 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29812
29813 * textmodes/org.el (org-up-heading-all): Fix bug with
29814 `outline-up-heading-all'.
29815
29816 2005-04-16 Andreas Schwab <schwab@suse.de>
29817
29818 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29819 /etc/permissions.d/* and /etc/aliases.d/*.
29820
29821 2005-04-16 Kenichi Handa <handa@m17n.org>
29822
29823 * international/code-pages.el (cp-make-coding-system):
29824 Set `translation-table-for-input' property value to the symbol
29825 ucs-mule-to-mule-unicode, not to that value.
29826 (pt154): Escape guillemet by `\'.
29827
29828 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29829
29830 * loadup.el: Load tooltip if x-show-tip is fboundp.
29831
29832 * startup.el (command-line): Add comment.
29833
29834 * tooltip.el (tooltip-mode): Specify correct standard value for
29835 Custom in init-value.
29836
29837 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29838
29839 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29840 possible.
29841
29842 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29843
29844 * textmodes/org.el (org-agenda-date-prompt): Rename from
29845 `org-agenda-date-today'.
29846 (org-evaluate-time-range): Insert at point instead of directly
29847 after time range.
29848 (org-first-headline-recenter, org-subtree-end-visible-p)
29849 (org-optimize-window-after-visibility-change): New functions
29850 (org-agenda-post-command-hook): Don't allow point at end of line,
29851 to make sure it always hits the text properties.
29852 (org-agenda-next-date-line, org-agenda-previous-date-line):
29853 New commands.
29854 (org-set-regexps-and-options): Category may contain white space.
29855 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29856 Improve marker positions.
29857 (org-agenda-new-marker): Argument POS made optional.
29858 (org-agenda-get-timestamps): Deadlines which are done are listed
29859 in org-done-face now.
29860 (org-agenda-get-todos, org-agenda-get-timestamps)
29861 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29862 Set `undone-face' and `done-face' properties.
29863 (org-last-todo-state-is-todo): New variable.
29864 (org-todo): Set `org-last-todo-state-is-todo'.
29865 (org-agenda-todo): Change face according to
29866 `org-last-todo-state-is-todo'. And change other lines referring to
29867 the same entry.
29868 (org-calendar-goto-agenda): New command.
29869 (org-calendar-to-agenda-key): New option.
29870 (org-startup-folded): New allowed value `content'.
29871 (org-set-regexps-and-options): Accept new value `content' for
29872 `org-startup-folded'.
29873 (org-get-current-options): Handle new value `content' for
29874 `org-startup-folded'.
29875 (org-insert-todo-heading): New command.
29876 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29877 interactively in empty file and option
29878 `org-insert-mode-line-in-empty-file' has been set.
29879 (org-agenda-todo, org-agenda-priority): Modify to use
29880 `org-agenda-change-all-lines'.
29881 (org-warning-face): Change color on dark background.
29882
29883 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29884
29885 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29886 use preferences AppleLocale and AppleLanguages, and variable
29887 mac-system-locale for default locale. On Mac OS Classic, use
29888 mac-system-coding-system for default coding systems.
29889
29890 * term/mac-win.el: Don't set file-name-coding-system.
29891 Decode variables system-name, emacs-build-system, user-login-name, and
29892 user-full-name by mac-system-coding-system on Mac OS Classic.
29893 (mac-system-coding-system): New variable.
29894
29895 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29896
29897 * startup.el (command-line): Handle `xterm-mouse-mode' before
29898 reading init file.
29899
29900 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29901
29902 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29903
29904 * progmodes/sh-script.el (sh-here-document-word): Make it a
29905 defcustom. Doc fix.
29906 (sh-add): Bash uses $(( )) for arithmetic.
29907 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29908 (sh-maybe-here-document): Remove quotes and leading whitespace
29909 from heredoc word when closing. Indent heredoc with tabs if word
29910 starts with "-".
29911
29912 2005-04-13 Richard M. Stallman <rms@gnu.org>
29913
29914 * simple.el (undo): Fix previous change.
29915
29916 * custom.el (defface): Doc fix.
29917
29918 2005-04-13 Lute Kamstra <lute@gnu.org>
29919
29920 * Makefile.in (DONTCOMPILE): Remove list.
29921 (compile, compile-always): Don't use DONTCOMPILE.
29922 (update-authors): Load the library in which batch-update-authors
29923 is defined.
29924 * makefile.w32-in (DONTCOMPILE): Remove list.
29925 (compile, compile-always): Fix comments.
29926 (update-authors): Load the library in which batch-update-authors
29927 is defined.
29928
29929 * generic-x.el (generic-mode-ini-file-find-file-hook):
29930 Rename to ini-generic-mode-find-file-hook.
29931 Keep generic-mode-ini-file-find-file-hook as an alias.
29932 (ini-generic-mode-find-file-hook): Rename from
29933 generic-mode-ini-file-find-file-hook. Fix docstring.
29934 (ini-generic-mode): Docstring change.
29935 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29936
29937 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29938 called from lisp.
29939
29940 * generic.el: Move to the emacs-lisp subdir.
29941
29942 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29943
29944 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29945 and C-S- function and cursor motion keys.
29946
29947 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29948
29949 * startup.el (command-line): Enable Xterm Mouse mode by default.
29950 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29951 for Custom. No longer show "Mouse" in mode line when enabled.
29952 Doc fix.
29953
29954 2005-04-12 Kim F. Storm <storm@cua.dk>
29955
29956 * emulation/cua-base.el (cua-rectangle-face)
29957 (cua-rectangle-noselect-face): Define face attributes here.
29958
29959 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29960
29961 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29962
29963 * startup.el (command-line): Turn off blinking cursor if
29964 cursorBlink in resources is off or false.
29965
29966 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29967
29968 * term/mac-win.el (dnd): Require dnd.
29969 (mac-drag-n-drop): Call dnd-handle-one-url.
29970 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29971 (kTextEncodingISOLatin2): Remove constants.
29972 (mac-script-code-coding-systems): New constant.
29973 (mac-handle-language-change): New function.
29974 (special-event-map): Bind it to `language-change' event.
29975 (mac-centraleurroman, mac-cyrillic): New coding systems.
29976 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29977 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29978 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29979 encode-mac-cyrillic, respectively.
29980
29981 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29982
29983 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29984 Don't set overlay-arrow-string to "=>" as this is done
29985 globally in C now.
29986
29987 2005-04-12 Lute Kamstra <lute@gnu.org>
29988
29989 * generic-x.el (rc-generic-mode, rul-generic-mode):
29990 Fix auto-mode-alist entries.
29991 (etc-fstab-generic-mode): Tweak fontification.
29992
29993 * generic.el (generic-make-keywords-list): Fix docstring.
29994 (generic-mode-internal): Simplify generic-font-lock-keywords.
29995
29996 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29997
29998 * whitespace.el (whitespace-buffer-leading)
29999 (whitespace-buffer-trailing): Revert the incorrect test inversion.
30000 However, fix the highlight area for the leading and
30001 trailing whitespaces to show space.
30002
30003 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30004
30005 * whitespace.el (whitespace-version): Bump to 3.5.
30006
30007 (whitespace-buffer-leading, whitespace-buffer-trailing):
30008 Invert sense of the test to highlight the whitespace.
30009
30010 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
30011
30012 * progmodes/gud.el (gud-display-line): GUD uses its own
30013 overlay arrow now so don't set overlay-arrow-string.
30014 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30015
30016 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
30017
30018 * term.el (term-ansi-current-bold, term-ansi-current-underline)
30019 (term-ansi-current-reverse, term-ansi-current-invisible)
30020 (term-ansi-face-already-done): Change to boolean.
30021 (term-reset-terminal, term-handle-colors-array): Handle the above
30022 vars accordingly.
30023 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30024 (term-emulate-terminal): Use the new name.
30025
30026 * faces.el (secondary-selection): Use yellow1, not yellow.
30027 (trailing-whitespace): Use red1, not red.
30028
30029 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30030
30031 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
30032 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
30033 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
30034
30035 * cus-edit.el (dnd): New group.
30036
30037 * term/w32-win.el (dnd): Require dnd
30038 (w32-drag-n-drop): Call dnd-handle-one-url.
30039
30040 * x-dnd.el: Require dnd.
30041 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
30042 Call dnd-handle-one-url.
30043 (x-dnd-types-alist, x-dnd-insert-utf8-text)
30044 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
30045 to dnd-insert-text.
30046 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
30047 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
30048 (x-dnd-get-local-file-name, x-dnd-open-local-file)
30049 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
30050
30051 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
30052
30053 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30054
30055 * wdired.el: Doc fixes.
30056 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
30057 (wdired-use-dired-vertical-movement): Rename from
30058 wdired-always-move-to-filename-beginning.
30059 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
30060 (wdired-change-to-wdired-mode): Change mode name.
30061 (wdired-newline): Delete.
30062
30063 2005-04-11 Richard M. Stallman <rms@gnu.org>
30064
30065 * whitespace.el (whitespace-highlight-the-space):
30066 Don't call whitespace-unhighlight-the-space here.
30067
30068 * simple.el (undo): Record t in undo-equiv-table
30069 for the redo record made by an undo-in-region.
30070
30071 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
30072
30073 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
30074 (gdb-frame-inferior-io-buffer): New Functions to control
30075 display of separate IO buffer.
30076 (menu): Add them to menu-bar.
30077 (gdb-display-buffer): Check for buffer another frame.
30078 Protect GUD buffer.
30079 (gdb-setup-windows): Create IO buffer if not already there.
30080 (gdb-memory-mode): Remove purecopy noops.
30081
30082 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
30083
30084 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
30085 and pass to self-insert-command.
30086
30087 2005-04-11 Lute Kamstra <lute@gnu.org>
30088
30089 * generic.el: Commentary section cleanup.
30090 (generic): Delete.
30091 (generic-use-find-file-hook, generic-lines-to-scan)
30092 (generic-find-file-regexp, generic-ignore-files-regexp)
30093 (default-generic-mode, generic-mode-find-file-hook)
30094 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
30095 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
30096 (generic-use-find-file-hook, generic-lines-to-scan)
30097 (generic-find-file-regexp, generic-ignore-files-regexp)
30098 (default-generic-mode, generic-mode-find-file-hook)
30099 (generic-mode-ini-file-find-file-hook): Move from generic.el.
30100
30101 2005-04-10 Karl Fogel <kfogel@red-bean.com>
30102
30103 * bookmark.el (bookmark-write-file): Catch errors writing file.
30104 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
30105
30106 2005-04-10 Richard M. Stallman <rms@gnu.org>
30107
30108 * startup.el (fancy-splash-tail): Update copyright year.
30109 (command-line): Split part of -Q into -D.
30110 (emacs-basic-display): New defvar.
30111 (fancy-splash-text): Correct name of menu item.
30112
30113 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
30114
30115 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
30116 lines in one node.
30117
30118 * comint.el (comint-send-input): New arg ARTIFICIAL.
30119 Callers in this file changed.
30120
30121 * abbrev.el (define-abbrevs): Read system abbrevs properly.
30122
30123 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
30124
30125 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
30126
30127 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
30128 `ldap-search-internal'.
30129
30130 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
30131
30132 * files.el (set-auto-mode-1): Use line-end-position.
30133
30134 * international/latin-1.el:
30135 * international/latin-2.el:
30136 * international/latin-3.el:
30137 * international/latin-4.el:
30138 * international/latin-5.el:
30139 * international/latin-8.el:
30140 * international/latin-9.el: Give punctuation syntax to NBSP.
30141
30142 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
30143 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
30144 Use char-classes to accept non-ascii letters, accepted in some recent
30145 bibtex implementations.
30146
30147 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
30148
30149 * custom.el (custom-set-minor-mode): Any non-nil value for the
30150 variable should enable the mode when set through Custom.
30151
30152 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
30153
30154 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
30155 TAB binding so tab-always-indent is obeyed.
30156 (vhdl-minibuffer-local-map): Move initialization into declaration.
30157 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
30158 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
30159 (vhdl-hooked-abbrev): Avoid test for XEmacs.
30160 (vhdl-current-line): Use line-beginning-position.
30161 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
30162 with-output-to-temp-buffer, so the current position can be recorded.
30163
30164 2005-04-10 Masatake YAMATO <jet@gyve.org>
30165
30166 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30167 Add regexp for gcov.
30168
30169 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
30170
30171 * calendar/time-date.el (time-to-seconds, seconds-to-time)
30172 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
30173 syntax which Emacs 20 doesn't support.
30174
30175 2005-04-09 Richard M. Stallman <rms@gnu.org>
30176
30177 * help.el (describe-key-briefly, describe-key):
30178 Replace strings as event types with "(any string)".
30179
30180 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
30181
30182 * arc-mode.el (archive-mode-map): Move initialization into
30183 the declaration. Override *all* bindings of `undo'.
30184 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
30185
30186 2005-04-09 Jay Belanger <belanger@truman.edu>
30187
30188 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
30189
30190 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
30191
30192 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
30193 (xterm-register-default-colors): Update color values computation
30194 to match xterm-200.
30195
30196 2005-04-09 Kenichi Handa <handa@m17n.org>
30197
30198 * international/code-pages.el (iso-latin-7): Fix the map.
30199
30200 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
30201
30202 * emacs-lisp/lisp.el (defun-prompt-regexp)
30203 (parens-require-spaces, buffer-end, end-of-defun)
30204 (insert-parentheses): Doc fixes.
30205
30206 2005-04-08 Kim F. Storm <storm@cua.dk>
30207
30208 * comint.el (comint-highlight-prompt): Fix face spec.
30209 * hi-lock.el (hi-green): Likewise.
30210
30211 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30212
30213 * cus-edit.el (custom-modified-face):
30214 * comint.el (comint-highlight-input): Fix previous changes.
30215 * term.el (term-handle-ansi-escape): Add a comment.
30216
30217 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
30218
30219 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
30220 in the buffer and in whitespace-highlighted-space.
30221 (whitespace-unhighlight-the-space): Simplify.
30222 (whitespace-buffer): Simplify.
30223
30224 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30225
30226 * textmodes/table.el (table-cell-face): Add special case for
30227 displays supporting a high number of colors.
30228 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
30229 (vhdl-font-lock-reserved-words-face)
30230 (vhdl-speedbar-architecture-face)
30231 (vhdl-speedbar-instantiation-face)
30232 (vhdl-speedbar-architecture-selected-face)
30233 (vhdl-speedbar-instantiation-selected-face): Likewise.
30234 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
30235 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
30236 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
30237 (ebrowse-root-class-face, ebrowse-member-attribute-face)
30238 (ebrowse-progress-face): Likewise.
30239 * progmodes/compile.el (compilation-info-face): Likewise.
30240 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
30241 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
30242 * calendar/calendar.el (diary-face): Likewise.
30243 * woman.el (woman-italic-face, woman-bold-face)
30244 (woman-unknown-face): Likewise.
30245 * wid-edit.el (widget-button-pressed-face): Likewise.
30246 * whitespace.el (whitespace-highlight-face): Likewise.
30247 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
30248 * pcvs-info.el (cvs-marked-face): Likewise.
30249 * info.el (info-xref): Likewise.
30250 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30251 * hilit-chg.el (highlight-changes-face)
30252 (highlight-changes-delete-face): Likewise.
30253 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30254 (hi-red-b): Likewise.
30255 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30256 * font-lock.el (font-lock-keyword-face)
30257 (font-lock-function-name-face, font-lock-warning-face): Likewise.
30258 * cus-edit.el (custom-invalid-face, custom-modified-face)
30259 (custom-set-face, custom-changed-face, custom-variable-tag-face)
30260 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30261 * comint.el (comint-highlight-prompt): Likewise.
30262
30263 2005-04-08 Lute Kamstra <lute@gnu.org>
30264
30265 * font-lock.el (font-lock-keywords): Docstring fixes.
30266
30267 2005-04-08 Kenichi Handa <handa@m17n.org>
30268
30269 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30270 chars are more than a limit, print " and more..." at the tail.
30271
30272 2005-04-08 Kim F. Storm <storm@cua.dk>
30273
30274 * emacs-lisp/authors.el (authors-aliases): Update list.
30275 (authors-ignored-files): New list.
30276 (authors-fixed-entries): Fix typo.
30277 (authors-renamed-files-alist): Update list.
30278 (authors-add): Check authors-ignored-files.
30279
30280 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
30281
30282 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30283 optional, to ensure backward compatibility.
30284
30285 2005-04-08 Stephen Eglen <stephen@gnu.org>
30286
30287 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30288
30289 2005-04-08 Kim F. Storm <storm@cua.dk>
30290
30291 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30292
30293 * mouse.el (mouse-on-link-p): Doc fix.
30294
30295 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
30296
30297 * ielm.el (ielm-prompt-read-only): Doc fix.
30298
30299 * comint.el (comint-prompt-read-only): Doc fix.
30300
30301 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
30302
30303 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30304 ensure dired always handles wildcards passed to ffap.
30305 (find-file-at-point): Use it.
30306 (ffap-dired-wildcards): Doc fix.
30307
30308 2005-04-07 Juri Linkov <juri@jurta.org>
30309
30310 * simple.el (next-error-overlay-arrow-position): New defvar.
30311 Put "=>" on its property `overlay-arrow-string'. Add it to
30312 `overlay-arrow-variable-list'.
30313
30314 * progmodes/compile.el (compilation-setup):
30315 Set `next-error-overlay-arrow-position' to nil. Also set it to
30316 nil in the local hook `kill-buffer-hook'. Make local variable
30317 `overlay-arrow-string' and set it to "=>".
30318 (compilation-goto-locus): Set BOL position to
30319 `next-error-overlay-arrow-position' instead of
30320 `overlay-arrow-position'.
30321
30322 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30323 locally instead of adding it to the global hook.
30324 (Info-kill-buffer): Move up.
30325
30326 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
30327
30328 * term/xterm.el (xterm-standard-colors): Update color values from
30329 xterm-200.
30330
30331 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
30332
30333 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30334
30335 * fast-lock.el:
30336 * lazy-lock.el: Move them to the obsolete subdir.
30337
30338 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30339
30340 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30341 (wdired-add-replace-advice): Remove.
30342 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30343
30344 2005-04-06 Kim F. Storm <storm@cua.dk>
30345
30346 * startup.el (command-line): Add --bare-bones alias for -Q.
30347
30348 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30349
30350 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30351 create the startup fontset if a font specification ends with
30352 `mac-roman'.
30353
30354 2005-04-06 Lute Kamstra <lute@gnu.org>
30355
30356 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30357 change.
30358
30359 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30360 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30361
30362 2005-04-05 Lute Kamstra <lute@gnu.org>
30363
30364 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30365 (define-generic-mode): Ditto. Fix debug declaration.
30366
30367 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30368 Put them in the generic-x group.
30369
30370 * calendar/timeclock.el (timeclock): Doc fix.
30371
30372 * generic.el (define-generic-mode): Don't use custom-current-group.
30373 Document default :group value.
30374 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30375 (define-global-minor-mode): Don't use custom-current-group.
30376
30377 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30378
30379 * startup.el (command-line-1): Display startup-echo-area-message
30380 when fancy splash screen is in use.
30381
30382 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30383 (sh-escaped-newline): New face.
30384 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30385 newline, and use sh-escaped-newline face.
30386
30387 * progmodes/tcl.el (tcl-escaped-newline): New face.
30388 (tcl-builtin-list): New variable.
30389 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30390 newlines. Fix keywords subexpression number.
30391
30392 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30393
30394 * textmodes/org.el (org-diary-default-entry): Fix call to
30395 `add-to-diary-entry'.
30396
30397 2005-04-05 Kim F. Storm <storm@cua.dk>
30398
30399 * ediff-init.el: Use (featurep 'xemacs).
30400
30401 2005-04-05 David Ponce <david@dponce.com>
30402
30403 * cus-edit.el (face): Derive from symbol widget. Display sample
30404 of the current face on the fly.
30405 (widget-face-sample-face-get, widget-face-notify): New functions.
30406 (widget-face-value-create): Remove.
30407
30408 * wid-edit.el (widget-field-end): Temporarily remove field
30409 narrowing before to call `get-char-property'.
30410
30411 2005-04-04 Jay Belanger <belanger@truman.edu>
30412
30413 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30414 (math-read-subscripts): New variable.
30415 (math-read-preprocess-string): Process subscripts.
30416
30417 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30418
30419 * comint.el (comint-prompt-read-only): Doc fix.
30420
30421 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30422 `-1'. Doc fix.
30423
30424 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30425
30426 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30427 Change default value to nil.
30428
30429 2005-04-04 Lute Kamstra <lute@gnu.org>
30430
30431 * autorevert.el (auto-revert-mode): Specify :group.
30432 * battery.el (display-battery-mode): Specify :group.
30433 * diff-mode.el (diff-minor-mode): Specify :group.
30434 * font-core.el (font-lock-mode): Specify :group.
30435 * hl-line.el (hl-line-mode): Specify :group.
30436 * iimage.el (iimage): New customization group.
30437 (iimage-mode): Specify :group.
30438 * longlines.el (longlines-mode): Specify :group.
30439 * master.el: Don't require easy-mmode.
30440 (master): New customization group.
30441 (master-mode): Specify :group.
30442 * msb.el (msb-mode): Specify :group.
30443 * reveal.el (reveal-mode): Specify :group.
30444 * simple.el (next-error-follow-minor-mode): Specify :group.
30445 * smerge-mode.el (smerge-mode): Specify :group.
30446 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30447 * emulation/cua-base.el (cua-mode): Specify :group.
30448 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30449 * language/thai-util.el (thai-auto-composition-mode)
30450 (thai-word-mode): Specify :group.
30451 * mail/supercite.el (sc-minor-mode): Specify :group.
30452 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30453 * progmodes/flymake.el (flymake-mode): Specify :group.
30454 * progmodes/glasses.el (glasses-mode): Specify :group.
30455 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30456 * textmodes/enriched.el (enriched-mode): Specify :group.
30457 * textmodes/refill.el (refill-mode): Specify :group.
30458
30459 * add-log.el (change-log-font-lock-keywords): Names in
30460 parenthesized lists can contain spaces.
30461
30462 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30463
30464 * startup.el (fancy-splash-text): Shorten default text of
30465 "Emacs Tutorial" line. Also, if the current language env
30466 indicates an available tutorial file other than TUTORIAL,
30467 extract its title and append it to the line in parentheses.
30468 (fancy-splash-insert): If arg is a thunk, funcall it.
30469
30470 2005-04-04 Jay Belanger <belanger@truman.edu>
30471
30472 * calc.el (calc-language-alist): Add tags to customization type.
30473
30474 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30475
30476 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30477 Doc fix.
30478
30479 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30480
30481 * add-log.el (change-log-font-lock-keywords): The manual
30482 describing a Change Log entry, says: (...) "Aside from these
30483 header lines, every line in the change log starts with a space or
30484 a tab.". The font-lock was not highlighting lines started with
30485 spaces, added support for it.
30486
30487 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30488
30489 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30490 (bibtex-generate-url-list): Update docstring accordingly. Put the
30491 complex example in the docstring.
30492 (bibtex-font-lock-url): Use pop.
30493
30494 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30495
30496 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30497
30498 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30499
30500 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30501
30502 * filesets.el (filesets-set-default): Doc fix.
30503
30504 2005-04-03 Lute Kamstra <lute@gnu.org>
30505
30506 * generic.el (define-generic-mode): Add argument to specify
30507 keywords for defcustom.
30508 (default-generic-mode): Specify :group.
30509
30510 * generic-x.el: Specify :group for all generic modes.
30511
30512 * desktop.el (desktop-no-desktop-file-hook)
30513 (desktop-after-read-hook): Doc fix.
30514
30515 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30516
30517 * simple.el (visible-mode): Use explicit :group keyword.
30518 This changes the group of `visible-mode-hook' from paren-blinking
30519 to editing-basics.
30520
30521 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30522
30523 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30524 mailbox specifications as well as URLs.
30525 (rmail-insert-inbox-text): Remove unused conditional branches.
30526
30527 2005-04-01 Jay Belanger <belanger@truman.edu>
30528
30529 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30530 (calc-gnuplot-print-command): Move definitions to calc.el.
30531
30532 * calc/calc-embed.el (calc-embedded-announce-formula)
30533 (calc-embedded-open-formula, calc-embedded-close-formula)
30534 (calc-embedded-open-word, calc-embedded-close-word)
30535 (calc-embedded-open-plain, calc-embedded-close-plain)
30536 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30537 (calc-embedded-open-mode, calc-embedded-close-mode):
30538 Move definitions to calc.el.
30539
30540 * calc/calc.el (calc-settings-file, calc-language-alist):
30541 Make customizable.
30542 (calc-embedded-announce-formula, calc-embedded-open-formula)
30543 (calc-embedded-close-formula, calc-embedded-open-word)
30544 (calc-embedded-close-word, calc-embedded-open-plain)
30545 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30546 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30547 (calc-embedded-close-mode, calc-gnuplot-name)
30548 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30549 from other files and make customizable.
30550
30551 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30552
30553 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30554 Use buffer-live-p.
30555 (cvs-mode-run): Don't call cvs-update-header here.
30556 (cvs-run-process): Call cvs-update-header.
30557 Use process properties for cvs-postprocess and cvs-buffer so that
30558 the sentinel can behave better if the temp buffer is killed.
30559 Use a pipe rather than a tty, to better handle unexpected prompts.
30560 (cvs-sentinel): Rewrite. Call cvs-update-header.
30561
30562 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30563
30564 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30565 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30566
30567 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30568
30569 * generic.el (define-generic-mode): Add indentation rule.
30570
30571 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30572
30573 * files.el (mode-require-final-newline): Make Custom correctly
30574 report a nil value and allow to set it to nil via Custom.
30575 Doc fix.
30576
30577 2005-04-01 Kenichi Handa <handa@m17n.org>
30578
30579 * international/characters.el: Enable the correct case setting for
30580 dotless-i and dotted-I.
30581
30582 2005-04-01 Kim F. Storm <storm@cua.dk>
30583
30584 * ido.el (ido-file-internal): Fall back to non-ido command if
30585 initial directory is on slow ftp (or tramp) host.
30586
30587 2005-03-31 Richard M. Stallman <rms@gnu.org>
30588
30589 * emacs-lisp/autoload.el (make-autoload):
30590 Handle define-global-minor-mode.
30591
30592 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30593 Rename from easy-mmode-define-global-mode.
30594 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30595
30596 * progmodes/scheme.el (scheme-mode-syntax-table):
30597 Update syntax of | and # for two-character comment syntax.
30598
30599 2005-03-31 Lute Kamstra <lute@gnu.org>
30600
30601 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30602 (define-minor-mode): Call custom-current-group at load-time.
30603
30604 * generic.el (define-generic-mode): Add debug declaration.
30605 Add defcustom for the mode hook.
30606 (generic-mode-internal): Use run-mode-hooks.
30607
30608 2005-03-31 Kim F. Storm <storm@cua.dk>
30609
30610 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30611 (mouse-fixup-help-message): New defun called by show_help_echo
30612 to fixup mouse-2 prefix in help messages when applicable.
30613
30614 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30615
30616 2005-03-31 Kenichi Handa <handa@m17n.org>
30617
30618 * language/thai-word.el (thai-find-word-ends): Pay attention to
30619 the case that we reach the end of buffer.
30620
30621 * textmodes/fill.el (fill-text-properties-at): New function.
30622 (fill-newline): Use fill-text-properties-at instead of
30623 text-properties-at.
30624
30625 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30626
30627 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
30628 not comint-quote-filename.
30629
30630 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30631
30632 * help-fns.el (help-with-tutorial): Revert last change.
30633
30634 2005-03-31 Kim F. Storm <storm@cua.dk>
30635
30636 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30637
30638 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30639
30640 * calendar/cal-china.el: Update reference to "Calendrical
30641 Calculations" book; there's a new edition.
30642 * calendar/cal-coptic.el: Likewise.
30643 * calendar/cal-french.el: Likewise.
30644 * calendar/cal-hebrew.el: Likewise.
30645 * calendar/cal-islam.el: Likewise.
30646 * calendar/cal-iso.el: Likewise.
30647 * calendar/cal-julian.el: Likewise.
30648 * calendar/cal-mayan.el: Likewise.
30649 * calendar/cal-persia.el: Likewise.
30650 * calendar/calendar.el: Likewise.
30651 * calendar/holidays.el: Likewise.
30652 * calendar/lunar.el: Likewise.
30653 * calendar/solar.el: Likewise.
30654
30655 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30656 white space from doc string.
30657
30658 2005-03-30 Jay Belanger <belanger@truman.edu>
30659
30660 * calc/calc-help.el (calc-full-help): Remove email address.
30661
30662 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30663
30664 * help-fns.el (help-with-tutorial): Delete title line.
30665
30666 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30667
30668 * calendar/cal-x.el (calendar-one-frame-setup)
30669 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30670 rather than `symbol' for set-window-dedicated-p.
30671
30672 * calendar/appt.el (appt-buffer-name): Make it a constant.
30673 (appt-add): Doc fix.
30674
30675 * filesets.el (filesets-menu-path, filesets-menu-before)
30676 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30677 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30678 (filesets-add-submenu): Delete and use add-submenu instead.
30679
30680 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30681
30682 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30683 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30684 (org-diary-default-entry): New function.
30685 (org-get-entries-from-diary): Better parsing of diary entries.
30686 (org-agenda-check-no-diary): New function.
30687 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30688 linking to diary entries.
30689 (org-agenda-execute-calendar-command): New function.
30690 (org-agenda): Improve visible section in window.
30691 Use `org-fit-agenda-window'.
30692 (org-fit-agenda-window): New option.
30693 (org-move-subtree-down): Better handling of empty lines
30694 at end of subtree.
30695 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30696 levels up.
30697 (org-fontify-done-headline): New option.
30698 (org-headline-done-face): New face.
30699 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30700 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30701 When current field is non-empty, it is copied to next row.
30702 (org-table-copy-from-above): Fix bug which made it
30703 impossible to copy fields containing only a single non-white character.
30704
30705 2005-03-30 Kim F. Storm <storm@cua.dk>
30706
30707 * kmacro.el (kmacro-end-macro): Isearch may store this command
30708 into the macro -- so ignore it when executing keyboard macro.
30709
30710 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30711
30712 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30713
30714 2005-03-29 Kenichi Handa <handa@m17n.org>
30715
30716 * language/thai.el ("Thai"): Set setup-function and exit-function
30717 for Thai language environment.
30718
30719 * language/thai-util.el: Require thai-word.
30720 (thai-word-mode-map): New variable.
30721 (thai-word-mode): New minor mode.
30722 (setup-thai-language-environment-internal): New function.
30723 (exit-thai-language-environment-internal): New function.
30724
30725 * language/thai-word.el (thai-word-table): Declare it by defvar,
30726 use dolist to initialize it.
30727 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30728 (thai-fill-find-break-point): New functions.
30729
30730 2005-03-29 Richard M. Stallman <rms@gnu.org>
30731
30732 * simple.el (idle-update-delay): Move definition up.
30733 (set-mark): Doc fix.
30734
30735 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30736
30737 * longlines.el: New file.
30738
30739 * simple.el (buffer-substring-filters): New variable.
30740 (filter-buffer-substring): New function.
30741 (kill-region, copy-region-as-kill): Use it.
30742
30743 * register.el (copy-to-register, append-to-register)
30744 (prepend-to-register): Use filter-buffer-substring.
30745
30746 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30747
30748 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30749 (gud-filter-pending-text): Move in front of gdb.
30750 (gud-overlay-arrow-position): New variable.
30751 (gud-sentinel, gud-display-line): Use it in place of
30752 overlay-arrow-position.
30753
30754 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30755
30756 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30757 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30758 (fortran-font-lock-keywords-4): New variable.
30759 (fortran-blocks-re, fortran-end-block-re)
30760 (fortran-start-block-re): New constants, for hideshow.
30761 (hs-special-modes-alist): Add a Fortran entry.
30762 (fortran-mode-map): Bind fortran-end-of-block,
30763 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30764 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30765 (fortran-looking-at-if-then, fortran-end-of-block)
30766 (fortran-beginning-of-block): New functions, for hideshow.
30767
30768 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30769 Doc fix. Tweak regexp.
30770 (f90-beginning-of-block): Push mark first.
30771
30772 2005-03-29 Jay Belanger <belanger@truman.edu>
30773
30774 * calc/calc.el: Update copyright date.
30775 (calc-version): Increase to 2.1.
30776 (calc-version-date): Remove.
30777
30778 * calc/calc-help.el: Update copyright date.
30779 (calc-full-help): Remove reference to calc-version-date.
30780 Update copyright date.
30781
30782 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30783
30784 * vc.el (vc-do-command): Use a pipe for async processes, so password
30785 prompts don't show up at places where the user can't reply.
30786
30787 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30788
30789 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30790 on the file name we pass to the inferior shell.
30791
30792 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30793
30794 * progmodes/which-func.el (which-function): Be robust in the face of an
30795 imenu--make-index-alist failure.
30796
30797 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30798
30799 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30800
30801 * progmodes/python.el (python-preoutput-filter): Fix last change.
30802
30803 2005-03-29 Lute Kamstra <lute@gnu.org>
30804
30805 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30806 functions and compiled macros.
30807 (debug-convert-byte-code): Handle macros too.
30808 (debug-on-entry-1): Don't signal an error when trying to clear a
30809 function that is not set to debug on entry.
30810
30811 2005-03-29 Jay Belanger <belanger@truman.edu>
30812
30813 * calc/calc-lang.el: Add functions to math-function-table
30814 properties of tex and math.
30815
30816 2005-03-29 Kenichi Handa <handa@m17n.org>
30817
30818 * ps-mule.el (ps-mule-plot-string): Translate characters by
30819 ps-print-translation-table.
30820 (ps-mule-begin-job): Call find-charset-region/string with
30821 ps-print-translation-table.
30822 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30823
30824 * ps-print.el (ps-print-translation-table): New variable.
30825 (ps-plot-region): Translate characters by ps-print-translation-table.
30826
30827 2005-03-29 Juri Linkov <juri@jurta.org>
30828
30829 * simple.el (next-error-highlight-timer): New variable.
30830
30831 * progmodes/compile.el (compilation-goto-locus):
30832 Use `next-error-highlight-timer' instead of `sit-for'.
30833
30834 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30835
30836 * mail/supercite.el (sc-mail-field): Use assoc-string.
30837 (sc-get-address): Simplify regexps.
30838
30839 * files.el (minibuffer-with-setup-hook): New macro.
30840 (find-file-read-args): Use it to avoid let-binding
30841 minibuffer-with-setup-hook (which breaks turning on/off
30842 file-name-shadow-mode while in the prompt).
30843
30844 * complete.el (PC-read-include-file-name-internal):
30845 Use test-completion.
30846
30847 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30848
30849 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30850
30851 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30852
30853 * window.el (window-buffer-height): Use count-screen-lines.
30854
30855 * progmodes/python.el (python-preoutput-leftover): New var.
30856 (python-preoutput-filter): Use it.
30857 (python-send-receive): Loop until all the result has been received.
30858
30859 2005-03-28 Juri Linkov <juri@jurta.org>
30860
30861 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30862
30863 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30864 "Recover Crashed Session".
30865 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30866 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30867 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30868 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30869 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30870 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30871 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30872 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30873
30874 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30875 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30876 Ediff Sessions", "Toggle use of separate control buffer frame",
30877 "Use separate frame for Ediff control buffer".
30878
30879 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30880 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30881 "Rename Bookmark", "Delete Bookmark".
30882
30883 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30884 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30885 Add `:active Info-index-alternatives' to "Next Matching Item".
30886
30887 * wdired.el (wdired-change-to-wdired-mode):
30888 Mention `wdired-abort-changes' key in the initial message.
30889
30890 * international/mule.el (auto-coding-alist): Associate non-ascii
30891 image filename extensions with `no-conversion'.
30892
30893 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30894
30895 * international/iso-acc.el:
30896 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30897
30898 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30899
30900 * textmodes/sgml-mode.el (html-mode): Doc update.
30901
30902 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30903
30904 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30905
30906 * term.el (term-move-columns): Fix face after extending a line.
30907 (term-insert-spaces): Likewise.
30908 (term-reset-terminal): Fix off by one error.
30909
30910 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30911
30912 * international/mule.el (auto-coding-alist): Add .xpi files.
30913
30914 * files.el (auto-mode-alist): Add .xpi files.
30915
30916 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30917
30918 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30919
30920 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30921
30922 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30923
30924 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30925
30926 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30927 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30928
30929 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30930 cursor to Jan 1 when needed.
30931 (calendar-end-of-year): Fix -/+ typo.
30932 Reported by Chong Yidong <cyd@stupidchicken.com>.
30933
30934 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30935
30936 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30937
30938 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30939 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30940
30941 2005-03-25 Richard M. Stallman <rms@gnu.org>
30942
30943 * filesets.el (filesets-init): Add autoload.
30944
30945 * mail/mailalias.el (mail-directory): Doc fix.
30946
30947 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30948
30949 * mail/mailalias.el (mail-directory-process): Do nothing if
30950 mail-directory-process is an atom.
30951 (mail-get-names): Ignore mail-directory-names if it is an atom.
30952 (mail-directory-process defvar): Doc fix.
30953 (mail-names): Doc fix.
30954
30955 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30956
30957 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30958
30959 2005-03-26 Kenichi Handa <handa@m17n.org>
30960
30961 * international/mule-util.el (detect-coding-with-priority):
30962 Call update-coding-systems-internal before detect-coding-region.
30963
30964 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30965
30966 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30967 (gdb-frames-mode-map): Add follow-link property.
30968
30969 2005-03-25 Jay Belanger <belanger@truman.edu>
30970
30971 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30972 for variables.
30973
30974 2005-03-25 Juri Linkov <juri@jurta.org>
30975
30976 * image-mode.el: Optimize image filename extension regexps in
30977 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30978 in `auto-mode-alist'.
30979 (image-mode): Add `image-toggle-display-text' to local hook
30980 `change-major-mode-hook'. Display the image as an image by
30981 default. Set `cursor-type' and `truncate-lines' if the image
30982 is already displayed. Take into account the current mode (image
30983 or text) in message.
30984 (image-minor-mode): New minor mode.
30985 (image-mode-maybe, image-toggle-display-text): New functions.
30986 (image-toggle-display): Use called-interactively-p.
30987 Let-bind `inhibit-read-only' to t.
30988
30989 * image-mode.el (image-minor-mode): Set `cursor-type' and
30990 `truncate-lines' if the image is already displayed. Add turning
30991 image-minor-mode off to `change-major-mode-hook'. Add message.
30992 Call `image-toggle-display-text' after turning image-minor-mode off.
30993
30994 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30995
30996 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30997 Terminal.app, use utf-8.
30998 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30999 (set-locale-environment): Use it.
31000
31001 * term/xterm.el: Undo last change, better done in mule-cmds.el.
31002
31003 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31004
31005 * progmodes/python.el (python-close-block-statement-p)
31006 (python-outdent-p, python-current-defun): Use symbol-end.
31007
31008 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
31009
31010 * files.el (save-some-buffers): Doc fix.
31011
31012 2005-03-25 Werner Lemberg <wl@gnu.org>
31013
31014 * complete.el, thumbs.el: Replace `legal' with `valid'.
31015 * calendar/calendar.el: Replace `legal' with `valid'.
31016 * emacs-lisp/advice.el: Replace `legal' with `valid'.
31017 * mail/supercite.el: Replace `legal' with `valid'.
31018 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31019 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31020 Replace `legal' with `valid'.
31021 * textmodes/reftex-vars.el, textmodes/reftex.el:
31022 Replace `legal' with `valid'.
31023
31024 2005-03-25 Werner Lemberg <wl@gnu.org>
31025
31026 * calc/calc-forms.el, calc/calc-sel.el
31027 * midnight.el, vc-cvs.el
31028 * emacs-lisp/cl-macs.el
31029 * emulation/vip.el
31030 * eshell/esh-io.el, eshell/esh-var.el
31031 * mail/supercite.el
31032 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
31033 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
31034 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
31035 * progmodes/sh-script.el, progmodes/xscheme.el
31036 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
31037 * textmodes/reftex-index.el, textmodes/reftex-parse.el
31038 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
31039 * textmodes/reftex.el, textmodes/org.el:
31040 Replace `illegal' with `invalid'.
31041
31042 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31043
31044 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
31045 (flymake-find-buildfile, flymake-find-possible-master-files)
31046 (flymake-check-include, flymake-parse-line): Replace loops over the
31047 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
31048
31049 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
31050 Substitute file-name-as-directory in the rest of the file.
31051 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
31052 (flymake-replace-region): Remove unused arg `buffer'.
31053 (flymake-check-patch-master-file-buffer): Update calls to it.
31054 (flymake-add-err-info): Remove unused var `count'.
31055 (flymake-mode): Use define-minor-mode.
31056
31057 * progmodes/flymake.el: Use with-current-buffer.
31058 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
31059 flymake-replace-regexp-in-string, flymake-line-beginning-position)
31060 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
31061 Avoid testing for `xemacs'.
31062 (flymake-nop): Move.
31063 (flymake-region-has-flymake-overlays): Return the computed value.
31064 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
31065 Remove unused var `endline'.
31066 (flymake-get-line-count): Remove unused function.
31067 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
31068
31069 * emulation/vi.el:
31070 * generic.el:
31071 * hilit-chg.el (global-highlight-changes):
31072 * hi-lock.el (hi-lock-mode):
31073 * follow.el: find-file-hooks -> find-file-hook.
31074
31075 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
31076
31077 2005-03-24 Juri Linkov <juri@jurta.org>
31078
31079 * dired.el (dired-mode-map): Add menu item "Compare directories"
31080 for dired-compare-directories.
31081
31082 * dired-aux.el (dired-compare-directories): Add autoload cookie.
31083 Doc fix. Replace `read-file-name' with `read-directory-name'.
31084
31085 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31086
31087 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
31088
31089 2005-03-24 Jay Belanger <belanger@truman.edu>
31090
31091 * calc/calc-embed.el (calc-embedded-mode-change): Save all
31092 relevant mode settings in calc-embedded-original-modes when modes
31093 are permanently changed.
31094
31095 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31096
31097 * autoinsert.el: find-file-hooks -> find-file-hook.
31098
31099 2005-03-24 Lute Kamstra <lute@gnu.org>
31100
31101 * generic.el (generic-font-lock-defaults): Make it obsolete.
31102 (generic-font-lock-keywords): New variable to replace
31103 generic-font-lock-defaults.
31104 (generic-mode-set-font-lock): Delete it.
31105 (generic-mode-internal): Don't call generic-mode-set-font-lock.
31106 (generic-bracket-support): Add docstring.
31107
31108 * generic-x.el: Rename generic-font-lock-defaults to
31109 generic-font-lock-keywords throughout.
31110 (mailagent-rules-setup-function): Delete it.
31111 (mailagent-rules-generic-mode): Use anonymous function instead.
31112 (show-tabs-generic-mode-font-lock-defaults-1)
31113 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
31114 Quote faces.
31115 (show-tabs-tab-face, show-tabs-space-face): Specify background,
31116 not foreground.
31117
31118 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
31119 Recognize define-generic-mode.
31120
31121 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
31122
31123 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
31124 if there's no completion table.
31125
31126 2005-03-23 Miles Bader <miles@gnu.org>
31127
31128 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31129 Remove tty-specific variants, as they're no longer needed.
31130
31131 2005-03-23 Lute Kamstra <lute@gnu.org>
31132
31133 * generic-x.el: Code cleanup: make args constant whenever possible.
31134 (installshield-statement-keyword-list)
31135 (installshield-system-functions-list)
31136 (installshield-system-variables-list, installshield-types-list)
31137 (installshield-funarg-constants-list): Make them constants.
31138
31139 * generic.el (generic-make-keywords-list): Add autoload cookie.
31140
31141 * calendar/time-date.el: Add comment on time value formats.
31142 Don't require parse-time.
31143 (with-decoded-time-value): New macro.
31144 (encode-time-value): New function.
31145 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
31146 (days-to-time): Return a valid time value when arg is huge.
31147 (time-since): Use time-subtract.
31148 (time-to-number-of-days): Use time-to-seconds.
31149
31150 2005-03-23 David Ponce <david@dponce.com>
31151
31152 * recentf.el (recentf-keep): New option.
31153 (recentf-menu-action): Default to `find-file'.
31154 (recentf-keep-non-readable-files-flag)
31155 (recentf-keep-non-readable-files-p)
31156 (recentf-file-readable-p, recentf-find-file)
31157 (recentf-cleanup-remote): Remove.
31158 (recentf-include-p): More robust.
31159 (recentf-keep-p): New function.
31160 (recentf-remove-if-non-kept): Rename from
31161 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
31162 All callers updated.
31163 (recentf-menu-items-for-commands): Fix help string.
31164 (recentf-track-closed-file): Update. Doc fix.
31165 (recentf-cleanup): Update. Count removed files. Doc fix.
31166
31167 2005-03-23 Kim F. Storm <storm@cua.dk>
31168
31169 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31170 Don't inherit from fringe face (now happens automatically).
31171
31172 2005-03-22 Kim F. Storm <storm@cua.dk>
31173
31174 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
31175 position values.
31176
31177 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
31178
31179 * menu-bar.el (showhide-date-time): Remove.
31180 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
31181 (menu-bar-make-mm-toggle): Simplify.
31182
31183 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31184
31185 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
31186 Accept qualified variable and function names.
31187
31188 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
31189
31190 * bindings.el (completion-ignored-extensions):
31191 Remove ".lis" for `vax-vms'.
31192
31193 2005-03-22 Andreas Schwab <schwab@suse.de>
31194
31195 * generic-x.el: Revert last change.
31196 * ldefs-boot.el: Update.
31197
31198 2005-03-22 Jay Belanger <belanger@truman.edu>
31199
31200 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
31201 (calc-embedded-save-original-modes)
31202 (calc-embedded-restore-original-modes): New functions.
31203 (calc-do-embedded): Save original modes when entering embedded mode
31204 and restore when leaving embedded mode.
31205 (calc-embedded-modes-change): Change the value of
31206 calc-embedded-original-modes to reflect permanent changes.
31207
31208 2005-03-22 Lute Kamstra <lute@gnu.org>
31209
31210 * generic-x.el: Require generic again.
31211
31212 2005-03-22 Miles Bader <miles@gnu.org>
31213
31214 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31215 Tweak details to look good on both ttys and bitmap displays, light
31216 or dark background, etc.
31217
31218 2005-03-21 Kim F. Storm <storm@cua.dk>
31219
31220 * tooltip.el (tooltip-show-help-function): Check car and cdr of
31221 mouse position.
31222
31223 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
31224
31225 * icomplete.el: Don't forcibly turn on the mode upon load.
31226 (icomplete-mode): Use define-minor-mode.
31227 (icomplete-eoinput): Default to nil.
31228 (icomplete-minibuffer-setup): Remove autoload.
31229 (icomplete-tidy): Simplify.
31230 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
31231 in the initial state or if the user has modified the field.
31232 Fix handling of icomplete-max-delay-chars.
31233 Remove code that handles the oddball case where
31234 minibuffer-completion-table is an integer.
31235 Wrap icomplete-completions in while-no-input in case building
31236 completions takes more time than expected.
31237 (icomplete-completions): Simplify.
31238
31239 2005-03-21 Richard M. Stallman <rms@gnu.org>
31240
31241 * jka-compr.el (jka-compr-really-do-compress):
31242 Make variable buffer-local.
31243
31244 * image-mode.el: Handle .xpm files too.
31245 (image-toggle-display): Preserve modification flag.
31246
31247 * help.el (where-is): Don't mention aliases with no key bindings.
31248
31249 2005-03-21 Lute Kamstra <lute@gnu.org>
31250
31251 * generic.el: Fix commentary section. Don't require cl for
31252 compilation.
31253 (generic-mode-list): Add autoload cookie.
31254 (generic-use-find-file-hook, generic-lines-to-scan)
31255 (generic-find-file-regexp, generic-ignore-files-regexp)
31256 (generic-mode, generic-mode-find-file-hook)
31257 (generic-mode-ini-file-find-file-hook): Fix docstrings.
31258 (define-generic-mode): Make it a defmacro. Fix docstring.
31259 (generic-mode-internal): Code cleanup. Add autoload cookie.
31260 (generic-mode-set-comments): Code cleanup.
31261 * generic-x.el: Don't prevent compilation. Don't require generic.
31262 Follow coding conventions. Minor code cleanup.
31263 (etc-fstab-generic-mode): Add some keywords.
31264 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31265 define-generic-mode like a function declaration.
31266
31267 2005-03-21 Jay Belanger <belanger@truman.edu>
31268
31269 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31270 changing modes.
31271
31272 2005-03-21 Sam Steingold <sds@gnu.org>
31273
31274 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31275
31276 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
31277
31278 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31279 Add underscore to "f$ lexicals" regexp.
31280
31281 2005-03-20 Juri Linkov <juri@jurta.org>
31282
31283 * subr.el (progress-reporter-do-update): When `min-value' is equal
31284 to `max-value', set `percentage' to 0 and prevent division by zero.
31285
31286 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
31287
31288 Sync with Tramp 2.0.48.
31289
31290 * net/tramp.el (all): Change all addresses to .gnu.org.
31291 (tramp-append-tramp-buffers): New defun.
31292 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31293 Catch `dont-send' signal.
31294 (tramp-set-auto-save-file-modes): Set always permissions, because
31295 there might be an old auto-saved file belonging to another
31296 original file. This could be a security threat. Reported by
31297 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31298 Check for Emacs 21.3.50 removed.
31299
31300 * net/tramp-smb.el (all): Remove debug construct for
31301 `with-parsed-tramp-file-name'.
31302 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31303 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31304 No error message if DIRECTORY or FILENAME doesn't exist.
31305 (tramp-smb-open-connection): Check existence of
31306 `tramp-smb-program'.
31307
31308 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
31309
31310 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31311 Properly handle the case where the `m' or `s' command's argument is not
31312 yet terminated.
31313 (perl-indent-new-calculate): New function.
31314 (perl-indent-line): Use it.
31315
31316 2005-03-20 Miles Bader <miles@gnu.org>
31317
31318 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31319 in text-mode too. Change to new face names.
31320 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31321 Add `:weight bold' attribute.
31322 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31323
31324 2005-03-19 Juri Linkov <juri@jurta.org>
31325
31326 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
31327
31328 * international/mule.el (auto-coding-alist): Sync with
31329 `auto-mode-alist' by adding upper case archive file extensions
31330 and adding ear/war to jar extension.
31331
31332 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
31333
31334 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31335 running, restart it.
31336
31337 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
31338
31339 * finder.el (finder-current-item): Throw an error on an empty line.
31340
31341 * man.el (Man-follow-manual-reference): If current-word returns
31342 nil, use "".
31343
31344 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
31345
31346 * simple.el (goto-line): Doc fix.
31347
31348 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
31349
31350 * files.el (save-buffer): Doc fix.
31351
31352 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
31353
31354 * recentf.el (recentf-cleanup-remote): New variable.
31355 (recentf-cleanup): Use it to conditionally check availability of
31356 remote files.
31357
31358 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31359
31360 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31361 function names.
31362
31363 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31364
31365 * language/thai-word.el: New file.
31366
31367 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31368
31369 * files.el (backup-buffer): If the file's directory is not
31370 writable, use copy instead of move to backup the file.
31371
31372 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31373
31374 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31375
31376 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31377
31378 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31379 Use functionp instead of symbolp and fboundp. Reported by Drkm
31380 <darkman_spam@yahoo.fr>.
31381 (ps-print-version): New version 6.6.6.
31382
31383 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31384
31385 * textmodes/table.el (table--line-column-position): New idiom.
31386 (table--row-column-insertion-point-p): New function to test
31387 validity of row and column insertion operation at a location.
31388 (table-global-menu, table-cell-menu): Use above functions for
31389 deterministic test operation.
31390 (table--editable-cell-p): Behave in deterministic fashion.
31391
31392 2005-03-18 Juri Linkov <juri@jurta.org>
31393
31394 * isearch.el (isearch-lazy-highlight-new-loop):
31395 Make arguments beg and end optional.
31396 (isearch-update): Remove optional arguments nil from
31397 isearch-lazy-highlight-new-loop.
31398 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31399 isearch-lazy-highlight-case-fold-search instead of
31400 isearch-case-fold-search, and let-bind isearch-regexp to
31401 isearch-lazy-highlight-regexp.
31402 Use isearch-lazy-highlight-last-string instead of isearch-string.
31403
31404 * replace.el (perform-replace): Remove bindings of global
31405 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31406 Add three new arguments to `replace-highlight'.
31407 (replace-highlight): Add arguments string, regexp, case-fold.
31408 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31409 to allow isearch-lazy-highlight-new-loop to use these values
31410 to set corresponding isearch-lazy-highlight-* internal
31411 variables whose values lazy highlighting will use regardless of
31412 changes to global variables isearch-string, isearch-regexp,
31413 isearch-case-fold-search during lazy highlighting loop.
31414 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31415 to `lazy-highlight-cleanup'.
31416
31417 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31418 (ispell-highlight-face): Set default face to `isearch' when
31419 lazy highlighting is enabled.
31420 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31421 priority to 1. Add lazy highlighting.
31422 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31423 from `isearch-dehighlight'.
31424
31425 2005-03-18 David Ponce <david@dponce.com>
31426
31427 * files.el (hack-local-variables): Do a case-insensitive search
31428 for End.
31429
31430 2005-03-18 Juri Linkov <juri@jurta.org>
31431
31432 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31433 `isearch-lazy-highlight-cleanup', add alias to old name and
31434 declare obsolete. Add release numbers to other obsolete vars.
31435 (isearch-done, isearch-lazy-highlight-new-loop):
31436 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31437 (lazy-highlight-cleanup) <variable>: Doc fix.
31438 (isearch-lazy-highlight-update): Rename obsolete
31439 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31440
31441 2005-03-18 Kenichi Handa <handa@m17n.org>
31442
31443 * language/thai-util.el: Fix categorization of Thai characters in
31444 thai-category-table.
31445 (thai-composition-pattern): Adjust it for the above change.
31446 (thai-self-insert-command, thai-compose-syllable): New functions.
31447 (thai-compose-region): Use thai-compose-syllable.
31448 (thai-compose-string): Likewise.
31449 (thai-composition-function): Likewise.
31450 (thai-auto-composition): New function.
31451 (thai-auto-composition-mode): New minor mode.
31452
31453 * language/thai.el: Fix patterns to be registered in
31454 composition-function-table.
31455
31456 * international/quail.el (quail-input-method): Locally bind
31457 inhibit-modification-hooks to t.
31458
31459 2005-03-17 Richard M. Stallman <rms@gnu.org>
31460
31461 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31462 (perl-mode): Use run-mode-hooks.
31463
31464 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31465 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31466 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31467
31468 * mail/sendmail.el (sendmail-send-it): Reenable the code
31469 to compute resend-to-address and use it.
31470
31471 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31472
31473 * image-mode.el: New file.
31474
31475 * image.el (insert-sliced-image): Add autoload cookie.
31476
31477 * font-lock.el (font-lock-lines-before): New user option.
31478 (font-lock-after-change-function): Obey it.
31479
31480 * bindings.el (esc-map): Make M-g a prefix.
31481 Bind M-g g and M-g M-g to goto-line.
31482
31483 * faces.el (face-id): Doc fix.
31484
31485 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31486
31487 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31488 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31489 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31490
31491 * mail/sendmail.el (mail-yank-ignored-headers)
31492 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31493 Add Mail-Followup-To and Mail-Reply-To headers.
31494 (mail-citation-hook): Add autoload cookie.
31495 (mail-mode): Doc fix.
31496 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31497 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31498 (mail-mode-fill-paragraph): Handle those headers.
31499 (mail-mailing-lists): New variable.
31500 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31501
31502 2005-03-17 Juri Linkov <juri@jurta.org>
31503
31504 * isearch.el (isearch-fallback): Check for `(car previous)'
31505 before calling `isearch-other-end-state'.
31506
31507 2005-03-17 Kim F. Storm <storm@cua.dk>
31508
31509 * simple.el (move-beginning-of-line): Move to beginning of buffer
31510 line, as well as beginning of screen line.
31511
31512 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31513
31514 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31515 argument REDRAW rather than calendar-redrawing variable.
31516 * calendar/calendar.el (calendar-redrawing): Delete.
31517 (redraw-calendar): Do not bind calendar-redrawing.
31518
31519 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31520
31521 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31522 diary-file buffer.
31523
31524 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31525
31526 * help.el (describe-mode): Allow a :minor-mode-function property to
31527 specify a different minor mode toggle function than the variable.
31528 * simple.el (auto-fill-function):
31529 * subr.el (add-minor-mode): Use it.
31530
31531 2005-03-16 Kenichi Handa <handa@m17n.org>
31532
31533 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31534 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31535 (ethio-fidel-to-sera-buffer): Likewise.
31536
31537 2005-03-16 Juri Linkov <juri@jurta.org>
31538
31539 * emacs-lisp/find-func.el (find-function-regexp):
31540 Add defun-emitting macro `menu-bar-make-toggle'.
31541
31542 * isearch.el: Put `isearch-scroll' property to
31543 `split-window-horizontally'.
31544
31545 * info.el: Update error messages for `debug-ignored-errors'.
31546 (Info-isearch-search): Doc fix.
31547 (Info-find-node): Move up code to go into info buffer before
31548 recording the node to the history.
31549 (Info-fontify-node): Fontify titles only if the next line
31550 has two or more `*', `=', `-', `.'.
31551 Display "go to this node" for empty (match-string 3).
31552
31553 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31554
31555 * term/mac-win.el: Add mouse pointer shape constants.
31556
31557 2005-03-15 Kim F. Storm <storm@cua.dk>
31558
31559 * simple.el (move-beginning-of-line): Use vertical-motion.
31560
31561 2005-03-15 Juri Linkov <juri@jurta.org>
31562
31563 * isearch.el (isearch-error): New variable.
31564 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31565 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31566 (isearch-within-brackets-state): Remove.
31567 (isearch-case-fold-search-state, isearch-pop-fun-state):
31568 Decrease frame index.
31569 (isearch-mode, isearch-top-state, isearch-push-state)
31570 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31571 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31572 (isearch-search, isearch-lazy-highlight-new-loop):
31573 Replace `isearch-invalid-regexp' with `isearch-error'.
31574 Remove `isearch-within-brackets'.
31575 (isearch-search): Add `search-failed' handler to `condition-case'.
31576 (isearch-lazy-highlight-search): Add `condition-case' to catch
31577 errors and allow `isearch-lazy-highlight-update' to try
31578 highlighting from the beginning of the window.
31579 (isearch-repeat): Move up code to set isearch-wrapped to t
31580 before calling isearch-wrap-function.
31581
31582 * info.el (Info-isearch-initial-node): New internal variable.
31583 (Info-search): Signal an error in isearch mode when search leaves
31584 the initial node. Signal an error when `bound' is non-nil and
31585 nothing was found in the current subfile.
31586 (Info-isearch-search): Remove `condition-case'.
31587 (Info-isearch-wrap): Don't wrap when search failed during leaving
31588 the initial node. If `Info-isearch-search' is nil, wrap around
31589 the current node.
31590 (Info-isearch-start): New fun.
31591 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31592 `isearch-mode-hook'.
31593
31594 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31595
31596 * simple.el (normal-erase-is-backspace): Set default to t if
31597 running on Mac.
31598
31599 * term/mac-win.el (function-key-map): Sync with x-win.el.
31600
31601 2005-03-15 Kenichi Handa <handa@m17n.org>
31602
31603 * international/mule-cmds.el (locale-language-names): Modify the
31604 format of elements and add more entries.
31605 (locale-preferred-coding-systems): Add more entries.
31606 (set-locale-environment): Adjust for the change of
31607 locale-language-names.
31608
31609 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31610
31611 * pcvs.el (smerge-ediff): Remove bogus autoload.
31612
31613 2005-03-14 Lute Kamstra <lute@gnu.org>
31614
31615 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31616 Ignore a `*' at the beginning of a line.
31617
31618 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31619 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31620 subr.el.
31621 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31622 to specify indentation.
31623
31624 * generic.el (define-generic-mode): Let generic-mode-list be a
31625 list of strings; test membership with equal.
31626
31627 2005-03-14 Kim F. Storm <storm@cua.dk>
31628
31629 * simple.el (next-line, previous-line): Add optional try-vscroll
31630 arg to recognize interactive use. Pass it on to line-move.
31631 (line-move): Don't perform auto-window-vscroll when defining or
31632 executing keyboard macro to ensure consistent behavior.
31633
31634 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31635
31636 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31637
31638 2005-03-13 Lute Kamstra <lute@gnu.org>
31639
31640 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31641 debugger-setup-buffer so that backtrace marks the frames set to
31642 debug-on-exit and we don't have to do it manually. Set an extra
31643 debug-on-exit for macro's.
31644 (debugger-setup-buffer): Don't mark the top frame manually.
31645
31646 2005-03-12 Lute Kamstra <lute@gnu.org>
31647
31648 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31649 lisp-indent-function throughout.
31650 (with-no-warnings): Set lisp-indent-function property.
31651
31652 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31653
31654 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31655 Add entry for backslash.
31656
31657 2005-03-12 Juri Linkov <juri@jurta.org>
31658
31659 * info.el (Info-search): Four fixes for backward search.
31660
31661 2005-03-11 Jay Belanger <belanger@truman.edu>
31662
31663 * calc/calc.el (calc-language-alist): New variable.
31664 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31665 (calc-embedded-find-modes): Use calc-language-alist instead of
31666 calc-embedded-language-alist.
31667
31668 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31669
31670 * calendar/calendar.el (calendar-redrawing): New internal
31671 variable.
31672 (redraw-calendar): Remove bogus save-excursion from previous
31673 change. Bind calendar-redrawing to t for mark-diary-entries.
31674 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31675 calendar if that is why we were called.
31676
31677 2005-03-11 Kenichi Handa <handa@m17n.org>
31678
31679 * international/mule.el (make-coding-system): Set property
31680 coding-system-define-form to nil.
31681 (define-coding-system-alias): Likewise.
31682
31683 2005-03-11 Kenichi Handa <handa@m17n.org>
31684
31685 These changes are suggested by Dave Love <fx@gnu.org>.
31686
31687 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31688 coding: tag.
31689 (adaptive-fill-regexp): Add more bullets.
31690 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31691 regexps.
31692
31693 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31694
31695 * help.el (describe-mode): Properly handle non-trivial lighters.
31696 Don't ignore minor modes that are not listed in minor-mode-list.
31697
31698 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31699 feature ON when the user requests to turn it OFF.
31700
31701 2005-03-10 Lute Kamstra <lute@gnu.org>
31702
31703 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31704 (implement-debug-on-entry): New function to replace debug-entry-code.
31705 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31706 second argument as the 2005-03-07 change makes it obsolete.
31707 (debug-on-entry, cancel-debug-on-entry): Update call to
31708 debug-on-entry-1.
31709 (debug, debugger-setup-buffer): Comment update.
31710 (debugger-frame-number): Update to work with implement-debug-on-entry.
31711
31712 2005-03-10 Jay Belanger <belanger@truman.edu>
31713
31714 * calc/calc-embed.el (math-ms-args): Declare it.
31715 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31716 math-ms-args.
31717 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31718 variables.
31719
31720 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31721
31722 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31723 Use message-box.
31724
31725 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31726 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31727 (tooltip-gud-tips): Simplify.
31728 (tooltip-gud-tips-p): Remove superfluous :set.
31729 (tooltip-gud-modes): Add fortran-mode.
31730 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31731
31732 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31733
31734 2005-03-09 Kim F. Storm <storm@cua.dk>
31735
31736 * play/animate.el (animate-place-char): Use forward-line instead
31737 of next-line to improve performance.
31738
31739 2005-03-09 Simon Josefsson <jas@extundo.com>
31740
31741 * net/browse-url.el (browse-url-default-browser): Doc fix.
31742
31743 2005-03-09 Miles Bader <miles@gnu.org>
31744
31745 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31746 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31747
31748 2005-03-09 Kenichi Handa <handa@m17n.org>
31749
31750 * international/latin-1.el: Set case and syntax for 255 only if
31751 set-case-syntax-set-multibyte is nil.
31752
31753 * textmodes/ispell.el (ispell-insert-word): New function.
31754 (ispell-word): Use ispell-insert-word to insert a new word.
31755 (ispell-process-line): Likewise.
31756 (ispell-complete-word): Likewise.
31757
31758 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31759
31760 * calendar/calendar.el (redraw-calendar): Preserve point.
31761 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31762 (calendar-week-start-day): Move after definition of
31763 redraw-calendar. Delete buffer test, since redraw-calendar has
31764 that now.
31765
31766 * calendar/diary-lib.el (mark-diary-entries): Only call
31767 redraw-calendar in the first of any recursive calls.
31768 Reported by Alan Shutko <ats@acm.org>.
31769
31770 2005-03-08 Juri Linkov <juri@jurta.org>
31771
31772 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31773 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31774 (html-radio-buttons): Add a space before the trailing `/>' where
31775 sgml-xml-mode is non-nil.
31776 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31777 the subsequent tag of the empty XML tag.
31778 (html-href-anchor): Don't set initial input to "http:".
31779 (html-image): Ask for the image URL and set point inside alt="".
31780 (html-name-anchor): Duplicate the name in the `id' attribute when
31781 sgml-xml-mode is non-nil.
31782 (html-paragraph): Remove \n before <p>.
31783 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31784 instead of `checked' when sgml-xml-mode is non-nil.
31785
31786 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31787 Remove 1 space before #RRGGBB to not truncate it on terminal
31788 windows w/o fringes. Remove 1 space between bg and fg examples
31789 to get more space.
31790 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31791 avoid byte-compile warnings.
31792
31793 * image-file.el (image-file-handler): Put `safe-magic' property to
31794 `image-file-handler'.
31795
31796 * info.el (Info-isearch-search): Emulate word search in
31797 isearching through multiple Info nodes with Info-search.
31798 (Info-isearch-wrap): Allow isearch-word.
31799
31800 2005-03-08 Lute Kamstra <lute@gnu.org>
31801
31802 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31803 stepping into the debugger's code is not possible.
31804 (debugger-jumping-flag): Docstring update.
31805
31806 2005-03-08 Jay Belanger <belanger@truman.edu>
31807
31808 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31809 embedded mode begins.
31810 (calc-embedded-language-alist): New variable.
31811 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31812 set default language mode.
31813
31814 2005-03-08 Kenichi Handa <handa@m17n.org>
31815
31816 * international/ccl.el (define-ccl-program): Fix docstring about
31817 extra 256 bytes assured for the output buffer.
31818
31819 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31820 Fix BUFFER_MAGNIFICATION to 2.
31821 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31822
31823 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31824
31825 * align.el (align-rules-list): Added an alignment rule for CSS
31826 declarations (applies to css-mode and html-mode buffers).
31827
31828 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31829
31830 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31831
31832 2005-03-07 Kim F. Storm <storm@cua.dk>
31833
31834 * simple.el (move-beginning-of-line): New command.
31835
31836 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31837
31838 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31839
31840 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31841 and move-beginning-of-line.
31842
31843 * apropos.el (apropos-print): Omit command from M-x ... RET.
31844
31845 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31846
31847 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31848 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31849
31850 2005-03-06 Richard M. Stallman <rms@gnu.org>
31851
31852 * bindings.el (esc-map): Bind M-g to goto-line.
31853
31854 * facemenu.el (global-map): Bind M-o, not M-g.
31855
31856 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31857
31858 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31859 "Open Directory" as for "Open File".
31860
31861 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31862
31863 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31864 (push-mark-command): Run activate-mark-hook.
31865
31866 2005-03-06 Richard M. Stallman <rms@gnu.org>
31867
31868 * help-mode.el (help-mode-finish): Don't alter the element
31869 in view-return-to-alist if there already is one.
31870
31871 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31872 make sure the current buffer is the expected one.
31873
31874 * novice.el (disabled-command-function): Output in *Disabled Command*.
31875 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31876
31877 * textmodes/flyspell.el (flyspell-large-region):
31878 Pass args differently for aspell.
31879
31880 * files.el (mode-require-final-newline): Doc fix.
31881
31882 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31883
31884 * progmodes/which-func.el (which-function):
31885 Specify NOERROR when calling imenu--make-index-alist.
31886
31887 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31888
31889 * simple.el (normal-erase-is-backspace): Define default value.
31890
31891 * custom.el (custom-theme-set-variables): Remove unused var
31892 `immediate'.
31893 (custom-reevaluate-setting): Simple function to handle variables
31894 that are defined before their default value can really be
31895 computed.
31896
31897 * startup.el (command-line): Use it for temporary-file-directory,
31898 small-emporary-file-directory, auto-save-file-name-transforms,
31899 blink-cursor-mode, and normal-erase-is-backspace.
31900
31901 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31902 progress, even with buggy anchored keywords.
31903
31904 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31905
31906 * simple.el (goto-line): Remove unbalanced final parenthesis.
31907
31908 2005-03-05 Richard M. Stallman <rms@gnu.org>
31909
31910 * simple.el (goto-line): Use a number at point as the default.
31911 With C-u as arg, switch buffers.
31912
31913 2005-03-05 Juri Linkov <juri@jurta.org>
31914
31915 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31916 with `no-blinking-cursor'.
31917
31918 * startup.el (no-blinking-cursor): New defvar.
31919 (command-line): Add `--no-blinking-cursor' to longopts.
31920 Set `no-blinking-cursor' to t for command line arguments
31921 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31922 with `no-blinking-cursor' in the condition for calling
31923 `blink-cursor-mode'.
31924
31925 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31926
31927 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31928 (menu-bar-options-save): Add blink-cursor-mode.
31929 (menu-bar-options-menu): Add blink-cursor-mode.
31930
31931 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31932
31933 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31934 (icalendar-export-file, icalendar-export-region)
31935 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31936 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31937
31938 2005-03-04 Lute Kamstra <lute@gnu.org>
31939
31940 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31941 (debug-function-list): Ditto.
31942
31943 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31944
31945 * textmodes/texinfmt.el (texinfo-append-refill):
31946 Redefine the types of line to which @refill
31947 is not appended by replacing a search for `@refill\\|@bye' with
31948 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31949 itemize@refill' bug and the unfilled long lines bug.
31950 (texinfmt-version): Update number and date.
31951
31952 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31953
31954 * international/code-pages.el (windows-1250, windows-125[2-8])
31955 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31956
31957 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31958
31959 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31960 bound yet.
31961
31962 2005-03-02 Romain Francoise <romain@orebokech.com>
31963
31964 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31965 buffer after removing limits.
31966 (ibuffer-pop-filter): Ditto.
31967 Update copyright.
31968
31969 2005-03-02 Miles Bader <miles@gnu.org>
31970
31971 * button.el (make-text-button): If the user doesn't specify a
31972 type, use the default. Rewrite to use `add-text-properties' and
31973 plist functions.
31974
31975 2005-03-01 Lute Kamstra <lute@gnu.org>
31976
31977 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31978 (debugger-jumping-flag): New var.
31979 (debug-entry-code): Use it.
31980 (debugger-jump): Use debugger-jumping-flag and add
31981 debugger-reenable to post-command-hook.
31982 (debugger-reenable): Use debugger-jumping-flag and remove itself
31983 from post-command-hook.
31984 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31985 debugger-reenable.
31986
31987 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31988
31989 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31990 inclusion of "itemize\\|", which may be unnecessary, is certainly
31991 inelegant, and stops refilling in itemize lists when formatting
31992 Japanese Texinfo files to Info.
31993 Update copyright to 2005.
31994
31995 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31996
31997 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31998 of an error if GDB can't find the source file.
31999
32000 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
32001
32002 * calendar/calendar.el (redraw-calendar): Work from any buffer,
32003 not just the calendar.
32004
32005 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32006 first.
32007 (diary-redraw-calendar): New function.
32008 (make-diary-entry): Add diary-redraw-calendar to local
32009 write-contents-functions. Turn off selective display before
32010 inserting in diary.
32011
32012 2005-03-01 Kim F. Storm <storm@cua.dk>
32013
32014 * emacs-lisp/copyright.el (copyright-fix-years): New command.
32015
32016 2005-03-01 Lute Kamstra <lute@gnu.org>
32017
32018 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32019 that debug-entry-code can be safely removed from a function while
32020 this code is being evaluated. Revert the 2005-02-27 change as the
32021 new implementation no longer requires it. Make sure that a
32022 function body containing just a string is not mistaken for a docstring.
32023 (debug): Skip one more frame in case of debug on entry.
32024 (debugger-setup-buffer): Delete one more frame line in case of
32025 debug on entry.
32026 (debugger-frame-number): Update to use the new text introduced by
32027 the 1999-11-03 change. Skip one more frame in case of debug on entry.
32028
32029 2005-02-28 Kim F. Storm <storm@cua.dk>
32030
32031 * double.el (double-translate-key): Call force-window-update after
32032 read-event to avoid crash in redisplay.
32033
32034 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
32035
32036 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
32037 (debug): Use it. Move the inhibit-trace earlier.
32038 (debug-entry-code): New const.
32039 (debug-on-entry-1): Use it.
32040
32041 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
32042
32043 * international/utf-16.el (ccl-encode-mule-utf-16le):
32044 Fix BUFFER_MAGNIFICATION to 2.
32045 (ccl-encode-mule-utf-16be): Likewise.
32046
32047 2005-02-28 Kenichi Handa <handa@m17n.org>
32048
32049 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32050 Fix BUFFER_MAGNIFICATION to 4.
32051 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32052
32053 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
32054
32055 * speedbar.el (speedbar-update-flag): Doc fix.
32056 (speedbar-show-info-under-mouse): Give set-mouse-position the right
32057 argument.
32058
32059 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
32060
32061 * reveal.el (reveal-post-command): Don't try to reveal overlays which
32062 have a non-nil `invisible' property but are actually visible.
32063
32064 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
32065 for perldoc sections.
32066 (perl-outline-regexp, perl-outline-level): New var and function.
32067 (perl-mode): Use them.
32068
32069 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
32070
32071 * calendar/diary-lib.el (diary-remind): Discard any mark portion
32072 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
32073
32074 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
32075
32076 * cus-edit.el: Comment change.
32077 (custom-buffer-create-internal): Slightly reword text at top of
32078 Custom buffers. Mention there that saving an option edits the
32079 init file. Add link to Emacs manual node on `custom-file'.
32080 (custom-magic-alist): Rewrite individual State messages to use
32081 capitalized keywords. Doc fix.
32082
32083 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
32084
32085 * calendar/calendar.el (calendar-buffer): Move above
32086 calendar-week-start-day.
32087 (calendar-week-start-day): Doc fix. Add :set function.
32088 (calendar-minimum-window-height): New variable.
32089 (generate-calendar-window): Only resize window if selected-window
32090 is displaying the calendar buffer. Use new variable
32091 calendar-minimum-window-height.
32092 (generate-calendar): Reword error message.
32093 (calendar-mode-map): Bind DEL to scroll-other-window-down.
32094
32095 2005-02-27 Andreas Schwab <schwab@suse.de>
32096
32097 * vc.el (vc-do-command): Don't run command asynchronously when
32098 operating in a remote directory.
32099
32100 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
32101 change from sync with Tramp 2.0.47.
32102
32103 2005-02-27 Richard M. Stallman <rms@gnu.org>
32104
32105 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
32106
32107 * textmodes/flyspell.el (flyspell-mode-on):
32108 Call ispell-change-dictionary only if necessary.
32109
32110 * emacs-lisp/re-builder.el (regexp-builder): New function.
32111
32112 * register.el (describe-register-1): Explicitly handle
32113 yank-excluded-properties = t.
32114
32115 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
32116 (custom-magic-alist): Change the status descriptions again.
32117 (face widget-type): Total rewrite based on `restricted-sexp'
32118 to eliminate the confusing double hiding levels.
32119
32120 * emacs-lisp/debug.el (debug-on-entry-1):
32121 If function body is empty, add nil as body form.
32122
32123 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
32124
32125 * emacs-lisp/trace.el (inhibit-trace): New var.
32126 (trace-make-advice): Use it.
32127
32128 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32129
32130 2005-02-26 Kim F. Storm <storm@cua.dk>
32131
32132 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
32133 (mouse-on-link-p, mouse-drag-region-1): Use it.
32134
32135 2005-02-25 Lute Kamstra <lute@gnu.org>
32136
32137 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
32138
32139 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
32140
32141 * frame.el (blink-cursor-mode): Add :group keyword.
32142
32143 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
32144
32145 * calendar/icalendar.el (icalendar--decode-isodatetime):
32146 New optional argument DAY-SHIFT.
32147 (icalendar-export-region): Fix coding-system-for-write.
32148 (icalendar--convert-ical-to-diary): Shift end-day of all-day
32149 events by one.
32150
32151 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
32152
32153 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
32154
32155 2005-02-24 Kim F. Storm <storm@cua.dk>
32156
32157 * international/iso-acc.el (iso-accents-compose): Fix crash
32158 during redisplay. Call force-window-update after read-event
32159 and delete-region to signal that window is not accurate.
32160
32161 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
32162
32163 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
32164 Remove unused and inexistent var `inhibit-trace'.
32165 (debugger-mode): Use run-mode-hooks.
32166 (debugger-list-functions): Add buttons; setup xref stack.
32167
32168 2005-02-23 Richard M. Stallman <rms@gnu.org>
32169
32170 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
32171 appointment says it was explicitly made.
32172 (appt-add): Set the 3rd element.
32173 (appt-make-list): Preserve explicit appointments.
32174
32175 * subr.el (find-tag-default): Catch errors in forward-sexp.
32176
32177 2005-02-23 Juri Linkov <juri@jurta.org>
32178
32179 * info.el (Info-isearch-search): New defcustom.
32180 (Info-isearch-search): Call the default isearch function
32181 when Info-isearch-search is nil.
32182 (Info-isearch-wrap): Use variable Info-isearch-search.
32183
32184 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
32185
32186 * cus-edit.el: Comment change.
32187
32188 2005-02-22 Kim F. Storm <storm@cua.dk>
32189
32190 * progmodes/hideif.el (hide-ifdef-use-define-alist):
32191 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
32192
32193 2005-02-22 Simon Josefsson <jas@extundo.com>
32194
32195 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
32196 New variable.
32197 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
32198 Oskarsson" <myrkraverk@users.sourceforget.net>.
32199
32200 2005-02-22 Kim F. Storm <storm@cua.dk>
32201
32202 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
32203 check that window of that event is the selected window.
32204 (mouse-drag-region-1): Compare mouse event window to selected
32205 window before setting point.
32206
32207 * tooltip.el (tooltip-show-help-function): Pass event to
32208 mouse-on-link-p so it can check selected window.
32209
32210 2005-02-22 Kenichi Handa <handa@m17n.org>
32211
32212 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
32213 (ps-mule-show-warning): New function.
32214 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
32215 characters are found.
32216
32217 * ps-print.el (ps-header-footer-string): Return a list of header
32218 and footer strings.
32219
32220 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
32221
32222 * pcvs.el (cvs-retrieve-revision): Fix thinko.
32223
32224 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
32225
32226 * frame.el (blink-cursor-mode): Use define-minor-mode.
32227
32228 * term/mac-win.el (function-key-map): Use char-names more consistently.
32229 (file-name-coding-system): Only set it for MacOS-9. The other case is
32230 already handled in mule-cmds.el (where it also works when mac-win.el
32231 is not used).
32232
32233 2005-02-21 Kenichi Handa <handa@m17n.org>
32234
32235 * international/mule.el (ctext-pre-write-conversion): Always use
32236 " *code-converting-work*" buffer for work.
32237
32238 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
32239
32240 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
32241
32242 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
32243
32244 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
32245
32246 * ses.el (undo-more): Restore defadvice, but only the part that
32247 allows changes outside the restricted area of the buffer.
32248
32249 2005-02-20 Kim F. Storm <storm@cua.dk>
32250
32251 * simple.el (line-move): Add fourth optional arg try-vscroll which
32252 must be set to perform auto-window-vscroll.
32253 When moving backwards and doing auto-window-vscroll, automatically
32254 vscroll to the last part of lines which are taller than the window.
32255 (next-line, previous-line): Set try-vscroll arg on line-move.
32256
32257 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
32258
32259 * replace.el (query-replace, query-replace-regexp)
32260 (replace-string, replace-regexp): When operating on region, make
32261 the minibuffer prompt say so.
32262
32263 * isearch.el (isearch-forward): Document isearch-query-replace and
32264 isearch-query-replace-regexp keybindings.
32265
32266 2005-02-19 Jay Belanger <belanger@truman.edu>
32267
32268 * calc/calc-aent.el (math-read-token): Add local variable.
32269
32270 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32271 (calc-edit-top): Move declaration to earlier in file.
32272 (calc-edit-macro-repeats): Add local variables.
32273
32274 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32275 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32276 calcFunc-tanh.
32277 Adjust integration rule for calcFunc-tan.
32278
32279 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32280
32281 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32282 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32283 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32284 (viper-skip-separators): Bug fix.
32285 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32286 particular major mode.
32287 (viper-del-backward-char-in-replace): Don't put deleted char on the
32288 kill ring.
32289
32290 * viper-ex.el (viper-color-display-p): New function.
32291 (viper-has-face-support-p): Use viper-color-display-p.
32292
32293 * viper-keym.el (viper-gnus-modifier-map): New keymap.
32294
32295 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32296
32297 * viper-util.el (viper-glob-unix-files): Fix shell status check.
32298 (viper-file-remote-p): Make equivalent to file-remote-p.
32299
32300 * viper.el (viper-major-mode-modifier-list):
32301 Use viper-gnus-modifier-map.
32302
32303 2005-02-19 David Kastrup <dak@gnu.org>
32304
32305 * subr.el (subregexp-context-p): Fix garbled doc string by adding
32306 quoting.
32307
32308 2005-02-19 Jay Belanger <belanger@truman.edu>
32309
32310 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32311 Remove extra definitions.
32312 (calc-coth): New function.
32313 (calcFunc-cot): Fix `let'.
32314
32315 2005-02-19 Eli Zaretskii <eliz@gnu.org>
32316
32317 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32318 the reasons we use "type pc" in these faces.
32319
32320 * button.el (button): Ditto.
32321
32322 2005-02-19 Michael Mauger <mmaug@yahoo.com>
32323
32324 * replace.el (query-replace-read-from): Set the value of
32325 query-replace-from-history-variable to handle the case of an empty
32326 string entered to accept the suggested default.
32327
32328 * net/tramp.el (tramp-file-name-for-operation):
32329 Use dired-call-process instead of dired-call-process-command.
32330
32331 2005-02-19 Jay Belanger <belanger@truman.edu>
32332
32333 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32334 (math-div-non-trig): New variables.
32335 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32336 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32337 (math-combine-prod, math-div-symb-fancy): Add simplifications for
32338 trig expressions.
32339
32340 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
32341
32342 * progmodes/gdb-ui.el (gdb-var-update-handler)
32343 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32344 for watch expressions,
32345 (gdb-var-create-handler): Don't set speedbar-update-flag.
32346 (gdb-post-prompt): Simplify test for speedbar.
32347
32348 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32349
32350 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32351 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32352 we use the syntax table of the correct buffer.
32353 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32354 Felix Gatzemeier.
32355
32356 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32357 (ediff-file-remote-p): Make synonymous with file-remote-p.
32358 In all deffaces ediff-*-face-*, use min-colors.
32359
32360 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32361 ediff-recurse-to-subdirectories.
32362 (ediff-mark-if-equal): Check that the arguments are strings, use
32363 ediff-same-contents (after to Felix Gatzemeier).
32364
32365 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32366 nil.
32367
32368 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32369
32370 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32371
32372 2005-02-18 David Kastrup <dak@gnu.org>
32373
32374 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32375 use `mark-active' when defined.
32376
32377 2005-02-18 Kenichi Handa <handa@m17n.org>
32378
32379 * ps-print.el (ps-font-info-database): New entry
32380 ZapfChancery-MediumItalic with correct font name. Fix font name
32381 of the entry Zapf-Chancery-MediumItalic.
32382
32383 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32384
32385 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32386
32387 2005-02-16 Kim F. Storm <storm@cua.dk>
32388
32389 * ido.el (ido-fallback-command): Pass user input to fallback command.
32390
32391 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32392
32393 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32394 (gdb-find-file-hook): Add server prefix.
32395
32396 2005-02-16 Richard M. Stallman <rms@gnu.org>
32397
32398 * replace.el (perform-replace): Pass new args to replace-highlight.
32399 (replace-highlight): Take region args,
32400 and pass them to isearch-lazy-highlight-new-loop.
32401
32402 * novice.el (disabled-command-hook): Autoload the defalias
32403 and the make-obsolete-variable call.
32404
32405 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32406
32407 * isearch.el (isearch-lazy-highlight-start-limit)
32408 (isearch-lazy-highlight-end-limit): New variables limit
32409 the region for highlighting.
32410 (isearch-lazy-highlight-new-loop): New args BEG and END.
32411 (isearch-lazy-highlight-search): Use the new vars.
32412 (isearch-lazy-highlight-update): Likewise.
32413
32414 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32415
32416 * cus-start.el (all): Use default-boundp.
32417
32418 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32419
32420 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32421
32422 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32423
32424 * autorevert.el (auto-revert-stop-on-user-input)
32425 (auto-revert-verbose): Doc fixes.
32426
32427 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32428
32429 * international/mule-cmds.el (set-locale-environment): Remove call
32430 to set-selection-coding-system on Windows.
32431
32432 2005-02-15 Jay Belanger <belanger@truman.edu>
32433
32434 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32435 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32436 calcFunc-coth.
32437 (math-simplify-sqrt): Add simplifications.
32438
32439 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32440 to list.
32441
32442 * calc/calc-ext.el: Add functions to autoloads.
32443
32444 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32445 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32446 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32447 (math-csc-raw, math-cot-raw): New functions.
32448
32449 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32450
32451 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32452 the variable name in a message.
32453
32454 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32455 calcFunc-csc, calcFunc-cot.
32456
32457 * calc/calcalg2.el: Add derivative and integration rules for
32458 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32459 calcFunc-csch, calcFunc-coth.
32460 (math-do-integral-methods): Add to checks for when to use
32461 substitutions.
32462
32463 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32464
32465 2005-02-15 Lute Kamstra <lute@gnu.org>
32466
32467 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32468 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32469 <monnier@iro.umontreal.ca>.
32470 (lisp-outline-level): Improve efficiency. Suggested by David
32471 Kastrup <dak@gnu.org>.
32472
32473 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32474
32475 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32476 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32477 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32478 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32479 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32480
32481 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32482
32483 * cus-start.el (all): Comment change.
32484
32485 2005-02-14 Lute Kamstra <lute@gnu.org>
32486
32487 * cus-start.el (all): Check if symbol is void.
32488
32489 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32490
32491 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32492 optional argument to \cite.
32493
32494 2005-02-14 Richard M. Stallman <rms@gnu.org>
32495
32496 * cus-edit.el (custom-buffer-create-internal): Update help message.
32497 (custom-magic-alist): Update help messages.
32498
32499 * cus-start.el (all): Allow a var to specify a standard value.
32500
32501 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32502
32503 * custom.el (custom-theme-set-variables): Handle variable aliases.
32504
32505 * frame.el (blink-cursor-timer): Doc fix.
32506 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32507 declare obsolete.
32508 (blink-cursor-mode): Define with defcustom and use correct
32509 standard expression in that defcustom.
32510 * startup.el (command-line): Adapt to above changes in frame.el.
32511
32512 2005-02-11 Lute Kamstra <lute@gnu.org>
32513
32514 * apropos.el (apropos-score-doc): Prevent division by zero.
32515
32516 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32517
32518 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32519 (icalendar--get-event-property-attributes)
32520 (icalendar--get-event-properties)
32521 (icalendar--datetime-to-diary-date): New functions.
32522 (icalendar--split-value): Doc fix.
32523 (icalendar--datetime-to-noneuropean-date)
32524 (icalendar--datetime-to-european-date): New optional argument
32525 SEPARATOR. Return result as a string instead of a list.
32526 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32527 (icalendar--convert-string-for-export): Rename arg S to STRING.
32528 (icalendar-export-region): Doc fix. Change name of error buffer.
32529 Save output buffer.
32530 (icalendar-import-file): Add blank at end of prompt.
32531 (icalendar-import-buffer): Doc fix. Do not switch to error
32532 buffer. Indicate status in return value.
32533 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32534 buffer. Save output buffer. Handle exception from recurrence
32535 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32536 events. Fix problems with weekly all-day events.
32537
32538 2005-02-10 Richard M. Stallman <rms@gnu.org>
32539
32540 * simple.el (eval-expression-print-format):
32541 Avoid warning about edebug-active.
32542
32543 * help.el (help-for-help-internal): Rename from help-for-help.
32544 (help-for-help): Define with defalias.
32545
32546 * font-core.el (font-lock-default-function): Use with-no-warnings.
32547
32548 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32549
32550 * custom.el (defface): Doc fix.
32551
32552 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32553
32554 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32555 width 0" to prevent word wrapping problems.
32556
32557 2005-02-09 Kim F. Storm <storm@cua.dk>
32558
32559 * ido.el (ido-file-extensions-order): New defcustom.
32560 (ido-file-extension-lessp, ido-file-extension-aux)
32561 (ido-file-extension-order): New advanced file ordering.
32562 (ido-file-lessp): New simple file ordering.
32563 (ido-sort-list): Remove.
32564 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32565 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32566
32567 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32568
32569 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32570 that some versions of grep produce.
32571 (grep-mode-font-lock-keywords): Likewise.
32572
32573 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32574
32575 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32576 (gdb-cdir): Delete.
32577 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32578 (gdb-source-info): Treat case when source file is in another
32579 directory properly.
32580 (gdb-get-location): New function.
32581
32582 2005-02-07 Jay Belanger <belanger@truman.edu>
32583
32584 * calc/calc-prog.el (calc-write-parse-table-part)
32585 (calc-fix-token-name): Fix a check for language type.
32586
32587 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32588
32589 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32590
32591 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32592 as directory not writable.
32593
32594 2005-02-07 Kim F. Storm <storm@cua.dk>
32595
32596 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32597 (cua--standard-movement-commands): Remove list.
32598 Instead, set CUA property value to move for movement commands.
32599 (cua-movement-commands): Remove. Users must set CUA prop instead.
32600 (cua--pre-command-handler): Check CUA property.
32601 (cua--init-keymaps): Don't remap undo commands.
32602 (cua-mode): Don't call cua--rectangle-on-off.
32603
32604 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32605 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32606 (cua--rect-undo-set-point): New var.
32607 (cua--rectangle-undo-boundary): Setup undo apply entry.
32608 (cua--rect-undo-handler): New function for rectangle undo.
32609 (cua--rect-start-position, cua--rect-end-position): Add.
32610 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32611 for restored rectangle. Set point if cua--rect-undo-set-point.
32612
32613 2005-02-06 Jay Belanger <belanger@truman.edu>
32614
32615 * calc/calc-lang.el (calc-tex-language): Display more information
32616 in messages.
32617
32618 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32619 in TeX mode.
32620
32621 2005-02-06 Richard M. Stallman <rms@gnu.org>
32622
32623 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32624
32625 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32626
32627 * net/ldap.el (ldap-search-internal): Support attributes with
32628 optional descriptions separated by a semi-colon, as in
32629 "userCertificate;binary".
32630
32631 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32632
32633 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32634 isn't a cons (i.e. the version is 0).
32635
32636 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32637
32638 * help.el (help-for-help): Doc fix.
32639
32640 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32641
32642 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32643 GDB-Windows on the menu-bar as this works better.
32644
32645 2005-02-04 Jay Belanger <belanger@truman.edu>
32646
32647 * calc/calc-embed.el (calc-embedded-update): Don't put in
32648 unnecessary newlines. Adjust the end of formula marker.
32649
32650 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32651 (math-latex-parse-two-args): New function.
32652
32653 2005-02-03 Lute Kamstra <lute@gnu.org>
32654
32655 * help-fns.el (help-with-tutorial): Make sure that users cannot
32656 remove the entire text of the tutorial by means of `undo'.
32657
32658 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32659
32660 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32661 in recent changes, where the ispell process was repeatedly
32662 killed & restarted.
32663
32664 * international/mule-cmds.el (set-locale-environment): Set file-name
32665 coding system to utf-8 on Darwin systems.
32666 (set-default-coding-systems): Don't set default-file-name-coding-system
32667 on Darwin systems.
32668
32669 2005-02-03 Richard M. Stallman <rms@gnu.org>
32670
32671 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32672
32673 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32674
32675 * faces.el (list-faces-display): Add optional argument.
32676
32677 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32678
32679 * font-core.el (font-lock-default-function): Handle the rare case where
32680 only font-lock-keywords is set.
32681
32682 2005-02-02 Kenichi Handa <handa@m17n.org>
32683
32684 * international/characters.el: Cancel previous change for
32685 I-WITH-DOT-ABOVE and DOTLESS-i.
32686
32687 * international/latin-5.el: Cancel previous change.
32688
32689 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32690
32691 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32692
32693 2005-02-02 Kenichi Handa <handa@m17n.org>
32694
32695 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32696 DOTLESS-i.
32697
32698 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32699 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32700
32701 * case-table.el (get-upcase-table): New function.
32702 (copy-case-table): Copy upcaes table too if non-nil.
32703 (set-case-syntax-delims): Maintain upcase table too.
32704 (set-case-syntax-pair): Likewise.
32705 (set-upcase-syntax, set-downcase-syntax): New functions.
32706 (set-case-syntax): Maintain upcase table too.
32707
32708 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32709
32710 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32711
32712 * progmodes/gud.el (gud-goto-info): New function.
32713 (gud-tool-bar-map): Use correct icon.
32714
32715 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32716
32717 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32718 When delegating, order args in the funcall correctly.
32719
32720 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32721
32722 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32723
32724 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32725
32726 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32727 buffer not visiting a file.
32728
32729 2005-01-31 Jay Belanger <belanger@truman.edu>
32730
32731 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32732 bound on the line with the formula.
32733
32734 2005-01-31 Kim F. Storm <storm@cua.dk>
32735
32736 * ses.el (ses-create-cell-variable-range)
32737 (ses-destroy-cell-variable-range, ses-reset-header-string)
32738 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32739 (ses-insert-row): Fix format of apply undo entries.
32740
32741 2005-01-31 Jay Belanger <belanger@truman.edu>
32742
32743 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32744 parts.
32745
32746 * calc/calc-embed.el (calc-embedded-open-formula)
32747 (calc-embedded-close-formula): Ignore matrix environments.
32748
32749 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32750 TeX mode.
32751
32752 * calc/calc-lang.el (math-function-table, math-oper-table)
32753 (math-variable-table): Adjust the LaTeX portions.
32754
32755 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32756 (math-latex-ignore-words): New constant.
32757
32758 2005-01-31 Richard M. Stallman <rms@gnu.org>
32759
32760 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32761 (ispell-local-dictionary): Doc fix.
32762 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32763 Don't reinitialize at run time. Don't defcustom.
32764 All uses changed to append ispell-local-dictionary-alist,
32765 or check it first.
32766 (ispell-current-dictionary): New variable for dictionary in use.
32767 (ispell-dictionary): Now used only for global default.
32768 (ispell-start-process): Set ispell-current-dictionary,
32769 not ispell-dictionary.
32770 (ispell-change-dictionary): Use this only for setting
32771 user preferences.
32772 (ispell-internal-change-dictionary): New function
32773 to change the current dictionary in use.
32774 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32775 Use ispell-current-dictionary.
32776 Handle ispell-local-dictionary-overridden.
32777 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32778
32779 2005-01-31 Jay Belanger <belanger@truman.edu>
32780
32781 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32782
32783 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32784 (calc-mode-map): Add calc-latex-language.
32785
32786 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32787 (math-latex-print-frac): New functions.
32788 (math-oper-table, math-function-table, math-variable-table)
32789 (math-complex-format, math-input-filter): Add latex properties.
32790 (calc-set-language): Set math-expr-special-function-mapping.
32791
32792 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32793 (calc-write-parse-table-part): Add LaTeX support.
32794
32795 * calc/calc.el (calc-language): Adjust docstring.
32796 (calc-set-mode-line): Add LaTeX support.
32797 (math-expr-special-function-mapping): New variable.
32798 (math-tex-ignore-words): Add to list.
32799
32800 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32801 Add LaTeX support.
32802 (math-compose-expr): Add support for special functions.
32803
32804 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32805
32806 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32807
32808 * progmodes/gdb-ui.el (gdb-memory-address)
32809 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32810 (gdb-memory-mode-map, gdb-memory-format-keymap)
32811 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32812 (gdb-memory-unit-menu): New variables for a buffer
32813 that lets the user examine program memory.
32814 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32815 (gdb-memory-format-binary, gdb-memory-format-octal)
32816 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32817 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32818 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32819 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32820 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32821 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32822 (gdb-memory-mode, gdb-memory-buffer-name)
32823 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32824 New functions for above buffer.
32825
32826 2005-01-30 Richard M. Stallman <rms@gnu.org>
32827
32828 * cus-edit.el (custom-bury-buffer): Function deleted.
32829 (custom-buffer-done-function): Option deleted.
32830 (custom-buffer-done-kill): New replacement option.
32831 (Custom-buffer-done): Call quit-window.
32832 (custom-buffer-create-internal): Update for above changes.
32833
32834 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32835
32836 * simple.el (undo-ask-before-discard): New var.
32837 (undo-outer-limit-truncate): Implement it.
32838 (undo-extra-outer-limit): Doc update.
32839
32840 2005-01-29 Richard M. Stallman <rms@gnu.org>
32841
32842 * ses.el (undo-more): Delete defadvice.
32843 (ses-begin-change): Doc fix.
32844
32845 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32846 instead of rebinding C-x u and C-_.
32847
32848 * files.el (normal-backup-enable-predicate): Return nil for files
32849 in /tmp, regardless of temporary-file-directory.
32850
32851 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32852
32853 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32854 (open-rectangle, delete-whitespace-rectangle-line)
32855 (clear-rectangle-line): If FILL, pass t instead of FILL
32856 for move-to-column's 2nd arg.
32857
32858 * simple.el (undo): Fix the test for continuing a series of undos.
32859 (undo-more): Set pending-undo-list to t when we reach end.
32860 (pending-undo-list): Move up defvar.
32861
32862 * wid-edit.el (widget-button-click):
32863 Shorten the range of the track-mouse binding.
32864
32865 * comint.el (comint-insert-input): Undo previous changes;
32866 use last-input-event in interactive spec.
32867
32868 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32869
32870 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32871 to nil before invoking call-process. Reset buffer's modified flag
32872 after fontifying it in the no-async branch.
32873
32874 * wid-edit.el (widget-specify-button): If mouse pointer shape
32875 cannot be changed, use mouse face instead.
32876
32877 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32878
32879 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32880 (gdb-goto-breakpoint): Make breakpoint handling work on template
32881 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32882 (gdb-assembler-custom): Update to recognize breakpoint information
32883 added on 2005-01-19.
32884
32885 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32886
32887 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32888 (dsssl-mode): Use define-derived-mode.
32889 (scheme-mode-initialize): Remove.
32890 (scheme-mode): Use run-mode-hooks.
32891
32892 * cus-edit.el (customize-group-other-window)
32893 (custom-buffer-create-other-window): Don't override special-display-*.
32894 (custom-mode-map): Make it dense.
32895
32896 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32897 sets the default value.
32898
32899 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32900
32901 * descr-text.el: Add more keywords.
32902
32903 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32904
32905 * speedbar.el: Avoid unnecessary use of locate-library.
32906
32907 * international/mule-cmds.el (standard-display-european-internal):
32908 Don't fiddle with latin-1 non-break space any more since it's now
32909 special cased in the C code.
32910 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32911
32912 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32913
32914 * cus-start.el (all): Add `undo-outer-limit'.
32915
32916 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32917
32918 * textmodes/bibtex.el (bibtex-format-entry):
32919 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32920 field lines.
32921 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32922 not on part of a buffer.
32923
32924 2005-01-25 Lute Kamstra <lute@gnu.org>
32925
32926 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32927 nonempty field text strings like "{letters\\macro{}more letters}".
32928 Clarify docstring.
32929 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32930 (bibtex-entry-offset, bibtex-parse-association)
32931 (bibtex-parse-field-name): Fix typos in docstrings.
32932 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32933
32934 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32935
32936 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32937 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32938 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32939 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32940
32941 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32942 isearch minor mode.
32943
32944 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32945
32946 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32947
32948 2005-01-24 Lute Kamstra <lute@gnu.org>
32949
32950 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32951 CASECHARS and NOT-CASECHARS regular expressions of the
32952 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32953 striding over charsets" error.
32954
32955 2005-01-24 Jay Belanger <belanger@truman.edu>
32956
32957 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32958 display variable name.
32959
32960 2005-01-24 Kenichi Handa <handa@m17n.org>
32961
32962 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32963 Fix setting of the element of encoded-kbd-iso2022-invocations.
32964
32965 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32966
32967 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32968 (gdb-threads-select): Change to also accept mouse events.
32969 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32970 (gdb-threads-mouse-select): Delete.
32971
32972 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32973
32974 * files.el (insert-directory): Take care of empty directory,
32975 listed without -a switch.
32976
32977 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32978
32979 * textmodes/refill.el (refill-post-command-function):
32980 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32981 to the list of functions that we should be careful not to undo.
32982 (refill-late-fill-paragraph-function): Remove.
32983 (refill-saved-state): New var.
32984 (refill-mode): Use it to save fill-paragraph-function.
32985 Save also the value of auto-fill-function.
32986
32987 * term/w32-win.el: Simplify code.
32988
32989 2005-01-23 Kim F. Storm <storm@cua.dk>
32990
32991 * simple.el (line-move): Adapt to new return value from
32992 pos-visible-in-window-p.
32993
32994 * simple.el (line-move): Fix last change. Check partial
32995 visibility at point rather than at window-start.
32996
32997 2005-01-22 Jason Rumney <jasonr@gnu.org>
32998
32999 * term/w32-win.el (xw-defined-colors): Remove debug-message.
33000
33001 2005-01-22 David Kastrup <dak@gnu.org>
33002
33003 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33004
33005 2005-01-22 Eli Zaretskii <eliz@gnu.org>
33006
33007 * type-break.el (type-break-mode): Add a test for
33008 type-break-file-name being non-nil.
33009
33010 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
33011
33012 * net/eudc.el (top level): Call (message "") via progn, so that
33013 eudc-options-file is loaded.
33014
33015 2005-01-22 Kim F. Storm <storm@cua.dk>
33016
33017 * simple.el (line-move-1): Rename from line-move.
33018 (line-move): New function that adjusts vscroll for partially
33019 visible rows, and calls line-move-1 otherwise.
33020
33021 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
33022
33023 * pcomplete.el: Define pcomplete-read-event instead of read-event,
33024 since it's not a complete read-event implementation.
33025
33026 2005-01-20 Jay Belanger <belanger@truman.edu>
33027
33028 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
33029 for called function.
33030
33031 2005-01-20 Steven Tamm <steventamm@mac.com>
33032
33033 * term/mac-win.el (process-connection-type): Remove.
33034 Controlled now by s/darwin.h:PTY_ITERATION.
33035
33036 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
33037
33038 * window.el (handle-select-window): Don't switch window when we're
33039 in the minibuffer.
33040
33041 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
33042
33043 * subr.el (dotimes-with-progress-reporter): New macro.
33044
33045 * ses.el (ses-dotimes-msg): Remove macro.
33046 Use `dotimes-with-progress-reporter' instead.
33047
33048 2005-01-19 Steven Tamm <steventamm@mac.com>
33049
33050 * term/mac-win.el (process-connection-type): Use new
33051 operating-system-release variable to use ptys on Darwin 7 (OS X
33052 10.3) when using carbon build.
33053
33054 2005-01-19 Jay Belanger <belanger@truman.edu>
33055
33056 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
33057 flags if the last command was a tab or M-tab.
33058
33059 * calc/calc-prog.el (calc-user-define-edit): Put original formula
33060 in formula editing buffer.
33061
33062 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
33063
33064 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
33065 breakpoint image symbol in margin.
33066
33067 2005-01-19 Jay Belanger <belanger@truman.edu>
33068
33069 * calc/calc-prog.el (calc-execute-kbd-macro):
33070 Ignore calc-keep-arg-flag.
33071
33072 2005-01-19 Kenichi Handa <handa@m17n.org>
33073
33074 * textmodes/ispell.el (ispell-looking-at): New function.
33075 (ispell-process-line): Use ispell-looking-at to compare the ispell
33076 output and the buffer contents.
33077
33078 2005-01-18 Jay Belanger <belanger@truman.edu>
33079
33080 * calc/calc.el (calc-display-raw): Fix docstring.
33081
33082 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
33083
33084 * simple.el (blink-matching-open): Strip extra info from syntax.
33085
33086 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
33087 funny chars in the end-of-here-doc marker.
33088
33089 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
33090
33091 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
33092 that enable/disabled state of breakpoints is shown correctly in
33093 fringe and on ttys.
33094 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
33095 Add breakpoint information as text properties.
33096 (gdb-mouse-toggle-breakpoint):
33097 Rename to gdb-mouse-set-clear-breakpoint.
33098 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
33099 breakpoints in the margin.
33100 (gdb-remove-strings): Simplify.
33101
33102 2005-01-17 Jay Belanger <belanger@truman.edu>
33103
33104 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
33105 erasing buffer.
33106
33107 2005-01-17 Richard M. Stallman <rms@gnu.org>
33108
33109 * progmodes/grep.el (grep-find): Copy from `grep' the condition
33110 for calling grep-compute-defaults.
33111
33112 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
33113 if buffer is empty.
33114
33115 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
33116
33117 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
33118
33119 * hilit-chg.el (highlight-changes-mode): Don't autoload.
33120
33121 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
33122 non-preloaded variables.
33123
33124 2005-01-17 Steven Tamm <steventamm@mac.com>
33125
33126 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
33127 tex-shell cause to force interactivity when using pipes.
33128
33129 2005-01-17 Kim F. Storm <storm@cua.dk>
33130
33131 * simple.el (just-one-space): Make arg optional.
33132
33133 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
33134
33135 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
33136 posn-at-x-y to t to access left-margin.
33137
33138 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
33139
33140 Sync with Tramp 2.0.47.
33141
33142 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
33143 catching keep-date problems in cp/scp operations.
33144 (tramp-handle-copy-file): Don't call `set-file-modes'
33145 unconditionally. Specialized functions should know better what is
33146 necessary. This improves performance a little bit, and the
33147 functions could catch errors with `cp -p' and `scp -p'.
33148 (tramp-do-copy-or-rename-file-via-buffer)
33149 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
33150 when appropriate.
33151 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
33152 Call `set-file-modes' when appropriate.
33153 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
33154 Johnsson <isak@hypergene.com>.
33155 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
33156 of both Tramp buffer and debug buffer. Reported by Joakim Verona
33157 <joakim@verona.se>.
33158 (tramp-file-name-for-operation): Mark `shell-command' as magic for
33159 Emacs only.
33160
33161 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
33162 `find-file-hooks' and `dired-mode-hook'.
33163 (tramp-minor-mode-map): Respective map. Add remapping for
33164 `compile' and `recompile'.
33165 (tramp-remap-command, tramp-recompile): New defuns.
33166 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
33167 in buffer "*Compilation*". Call the commands asynchronously.
33168
33169 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33170 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
33171 `shell-command', because it isn't magic in XEmacs. Reported by
33172 Adrian Aichner <adrian@xemacs.org>.
33173
33174 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
33175 `substitute-in-file-name.
33176 (tramp-smb-handle-substitute-in-file-name): New defun.
33177 (tramp-smb-advice-PC-do-completion): Delete advice.
33178
33179 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
33180
33181 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
33182 Fix error in deleting region.
33183
33184 2005-01-15 Richard M. Stallman <rms@gnu.org>
33185
33186 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
33187 In non-temp buffer, switch syntax table temporarily.
33188
33189 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
33190
33191 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
33192
33193 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
33194
33195 * imenu.el (imenu--split-menu): Copy menulist before sorting.
33196 (imenu--generic-function): Use START, not BEG, as pos of definition.
33197
33198 * simple.el (just-one-space): Argument specifies number of spaces.
33199
33200 * simple.el (eval-expression-print-format): Avoid warning
33201 about edebug-active.
33202
33203 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
33204
33205 * progmodes/sh-script.el: Code copied from make-mode.el
33206 with small changes,
33207 (sh-mode-map): Bind C-c C-\.
33208 (sh-backslash-column, sh-backslash-align): New variables.
33209 (sh-backslash-region, sh-append-backslash): New functions.
33210
33211 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
33212
33213 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
33214 (rmail-pop-password, rmail-pop-password-required): Move to
33215 rmail-obsolete group.
33216 (rmail-set-pop-password): Rename to rmail-set-remote-password.
33217 All callers updated.
33218 (rmail-get-pop-password): Rename to rmail-get-remote-password.
33219 Take an argument specifying whether it is POP or IMAP mailbox we
33220 are using. All callers updated.
33221 (rmail-pop-password-error): Rename to
33222 rmail-remote-password-error. Added mailutils-specific error message.
33223 (rmail-movemail-search-path)
33224 (rmail-movemail-variant-in-use): New variables.
33225 (rmail-remote-password, rmail-remote-password-required):
33226 New customization variables.
33227 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
33228 (rmail-parse-url): New function.
33229 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
33230 with GNU mailutils movemail.
33231
33232 2005-01-15 Kevin Ryde <user42@zip.com.au>
33233
33234 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
33235 suffix to space, $ or '$, to correctly position point when going
33236 to @table style constants like DBL_MAX.
33237
33238 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
33239
33240 * type-break.el (type-break-mode, type-break-file-time)
33241 (type-break-file-keystroke-count, type-break-choose-file):
33242 Don't store data in or load data from the file if type-break-file-name
33243 is nil.
33244 (type-break-file-name): Doc update as per the above.
33245
33246 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
33247
33248 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
33249 lookup-key might return nil; handle that.
33250
33251 2005-01-15 Alan Mackenzie <acm@muc.de>
33252
33253 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33254 rather than the element found, thus enabling the tree to be setcar'd.
33255
33256 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33257
33258 * textmodes/org.el (org-show-following-heading): New option.
33259 (org-show-hierarchy-above): Use `org-show-following-heading'.
33260 (org-cycle): Documentation fix.
33261
33262 * textmodes/org.el (orgtbl-optimized): New option
33263 (orgtbl-mode): New command, a minor mode.
33264 (orgtbl-mode-map): New variable.
33265 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33266 (orgtbl-error, orgtbl-self-insert-command)
33267 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33268
33269 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33270 a local variable in each org-mode buffer.
33271
33272 * textmodes/org.el (org-set-regexps-and-options): Rename from
33273 `org-set-regexps'. Added checking for STARTUP keyword.
33274 (org-get-current-options): Add STARTUP options.
33275 (org-table-insert-row): Make mode intelligent about when
33276 realignment is needed.
33277 (org-self-insert-command, org-delete-backward-char, org-delete-char):
33278 New commands.
33279 (org-enable-table-editor): New default value `optimized'.
33280 (org-table-blank-field): Support blanking regions if active.
33281
33282 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33283
33284 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33285 if the year is not given.
33286
33287 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33288 Add new escapes %m and %M, fixed bug with %F by adding
33289 save-match-data.
33290 (reftex-reference): Remove ?. from list of spaces.
33291 (reftex-label-info): Add automatic label prefix recognition.
33292
33293 * textmodes/reftex-index.el (reftex-index-next-phrase):
33294 Add slave parameter to call of `reftex-index-this-phrase'.
33295 (reftex-index-this-phrase): New optional argument.
33296 (reftex-index-region-phrases): Add slave parameter to call of
33297 `reftex-index-this-phrase'.
33298 (reftex-display-index): New argument redo.
33299 (reftex-index-rescan): Add `redo' to arguments of
33300 `reftex-display-index'.
33301 (reftex-index-Rescan, reftex-index-revert)
33302 (reftex-index-switch-index-tag): Add `redo' to arguments of
33303 `reftex-display-index'.
33304 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33305 indexing. Fix bug with matching is there is a quote before or
33306 after the word.
33307
33308 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33309 Fix bug when collecting citation keys in lines with comments.
33310 (reftex-citation): Prefix argument no longer rescans the document,
33311 but forces prompting for optional arguments of cite macros.
33312 (reftex-do-citation): Prompting for optional arguments implemented.
33313
33314 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33315 Add optional arguments to most cite commands.
33316 (reftex-cite-cleanup-optional-args): New option
33317 (reftex-cite-prompt-optional-args): New option.
33318 (reftex-trust-label-prefix): New option.
33319
33320 * textmodes/reftex-toc.el (reftex-toc-find-section):
33321 Add push-mark before changing the position in the buffer.
33322
33323 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33324 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33325
33326 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
33327
33328 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33329 more carefully.
33330
33331 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
33332
33333 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33334 (sgml-mode): Use it.
33335 (sgml-get-context): Better keep track of implicitly closed tags.
33336
33337 2005-01-13 Kenichi Handa <handa@m17n.org>
33338
33339 * textmodes/ispell.el: These changes are to fix misalignment error
33340 caused by equivalent characters of different Emacs charsets.
33341 (ispell-unified-chars-table): New variable.
33342 (ispell-get-decoded-string): New function.
33343 (ispell-get-casechars, ispell-get-not-casechars)
33344 (ispell-get-otherchars): Call ispell-get-decoded-string.
33345
33346 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
33347
33348 * custom.el (custom-declare-variable): Just put symbol instead
33349 of (defvar . symbol) in `current-load-list'.
33350
33351 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
33352
33353 * emacs-lisp/elint.el: Fixed typo in Commentary section.
33354
33355 2005-01-12 Jay Belanger <belanger@truman.edu>
33356
33357 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33358 to create a Calc summary.
33359
33360 2005-01-12 Kim F. Storm <storm@cua.dk>
33361
33362 * mouse.el (mouse-on-link-p): Change functionality and doc
33363 string to comply with latest description in lisp ref.
33364
33365 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
33366
33367 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33368 Enable mouse clicks on mode-line, header-line and margin.
33369 (event-type): Give mouse event symbols an `event-kind' property
33370 with value `mouse-click'.
33371
33372 2005-01-12 Juri Linkov <juri@jurta.org>
33373
33374 * facemenu.el (list-colors-display): Add new arg buffer-name.
33375 Use it. Fix docstring. Replace code for identifying duplicate
33376 colors by the name with call to `list-colors-duplicates' which
33377 identifies duplicate colors by the value unless the color
33378 is one of special Windows colors. Set truncate-lines to t.
33379 Print sorted duplicate color names on each line. Indent to 22
33380 \(the longest color name in rgb.txt) instead of 20. Optimize.
33381 (list-colors-duplicates): New function.
33382 (facemenu-color-name-equal): Delete function.
33383
33384 * facemenu.el (list-colors-print): New function created from code
33385 in list-colors-display. Print #RRGGBB at the window right edge.
33386 (list-colors-display): When temp-buffer-show-function is not
33387 defined, call list-colors-print from temp-buffer-show-hook
33388 to get the right value of window-width in list-colors-print
33389 after the buffer is displayed.
33390
33391 * simple.el (pop-mark): Move deactivate-mark out of conditional
33392 part to deactivate the active mark regardless of the state of the
33393 mark ring.
33394
33395 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33396 variables line in desktop files.
33397
33398 2005-01-12 Juri Linkov <juri@jurta.org>
33399
33400 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33401 Bring together isearch highlight related options.
33402 (lazy-highlight): Replace group `replace' by `matching'.
33403 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33404 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33405 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33406 and declare them obsolete.
33407 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33408 (isearch-faces): Remove defgroup.
33409 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33410 Move isearch highlighting code closer to lazy highlighting code.
33411
33412 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33413 (query-replace-highlight, query-replace-lazy-highlight)
33414 (query-replace): Move definitions to the beginning of the file.
33415
33416 2005-01-11 Juri Linkov <juri@jurta.org>
33417
33418 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33419 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33420 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33421
33422 * info.el (Info-history-forward): New variable.
33423 (Info-select-node): Reset Info-history-forward to nil.
33424 (Info-last): Turn into defalias.
33425 (Info-history-back): Rename from Info-last.
33426 Add current node to Info-history-forward.
33427 (Info-history-forward): New fun.
33428 (Info-mode-map): Replace Info-last by Info-history-back.
33429 Bind Info-history-forward to "r".
33430 (Info-mode-menu): Replace Info-last by Info-history-back.
33431 Fix menu item text. Add menu item for Info-history-forward.
33432 (info-tool-bar-map): Replace Info-last by Info-history-back.
33433 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33434 for Info-history-forward.
33435 (Info-mode): Replace Info-last by Info-history-back in docstring.
33436 Add local variable Info-history-forward.
33437 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33438
33439 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33440
33441 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33442 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33443 Ignore select-window events rather than fiddle with
33444 mouse-autoselect-window.
33445
33446 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33447
33448 * type-break.el (type-break-mode): Fix previous change.
33449
33450 2005-01-10 Jay Belanger <belanger@truman.edu>
33451
33452 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33453 calculator; only reset when point is inside a calculator.
33454 Don't adjust the window height if the window takes up the whole height
33455 of the frame.
33456
33457 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33458
33459 * ebuff-menu.el (Electric-buffer-menu-mode):
33460 Preserve value of buffer-local var header-line-format.
33461
33462 2005-01-09 Jay Belanger <belanger@truman.edu>
33463
33464 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33465 Make sure settings file exists before accessing it.
33466
33467 * calc/calc-embed.el (calc-embedded-subst):
33468 Replace math-multi-subst-rec, which is only supposed to be called
33469 by math-multi-subst, by math-multi-subst.
33470
33471 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33472
33473 * vc.el (vc-allow-async-revert): New user option.
33474 (vc-disable-async-diff): New internal variable.
33475 (vc-revert-buffer): Use them to disable asynchronous diff.
33476
33477 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33478 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33479 asynchronously if vc-disable-async-diff is t.
33480
33481 2005-01-09 Jay Belanger <belanger@truman.edu>
33482
33483 * calc/calc.el (defcalcmodevar): New macro.
33484 (calc-mode-var-list-restore-default-values)
33485 (calc-mode-var-list-restore-saved-values): New functions.
33486 (calc-mode-var-list): Use defcalcmodevar to define it.
33487 (calc-always-load-extensions, calc-line-numbering)
33488 (calc-line-breaking, calc-display-just, calc-display-origin)
33489 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33490 (calc-group-char, calc-point-char, calc-frac-format)
33491 (calc-prefer-frac, calc-hms-format, calc-date-format)
33492 (calc-float-format, calc-full-float-format, calc-complex-format)
33493 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33494 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33495 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33496 (calc-matrix-brackets, calc-language, calc-language-option)
33497 (calc-left-label, calc-right-label, calc-word-size)
33498 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33499 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33500 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33501 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33502 (calc-window-height, calc-display-trail, calc-show-selections)
33503 (calc-use-selections, calc-assoc-selections)
33504 (calc-display-working-message, calc-auto-why, calc-timing)
33505 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33506 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33507 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33508 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33509 (calc-gnuplot-geometry, calc-graph-default-resolution)
33510 (calc-graph-default-resolution-3d, calc-invocation-macro)
33511 (calc-show-banner): Use defcalcmodevar to declare them and set
33512 their default values.
33513
33514 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33515 instead of default values (but restore default values if there is
33516 an argument of 0).
33517
33518 2005-01-09 David Kastrup <dak@gnu.org>
33519
33520 * desktop.el (desktop-restore-eager): Fix typo in type.
33521
33522 2005-01-08 Richard M. Stallman <rms@gnu.org>
33523
33524 * cus-edit.el (customize): Delete :link.
33525
33526 2005-01-08 Jay Belanger <belanger@truman.edu>
33527
33528 * calc/calc.el (calc-mode): Remove the extension from the
33529 `calc-settings-file' file name when loading it.
33530
33531 2005-01-08 Kim F. Storm <storm@cua.dk>
33532
33533 * info.el (Info-mode-map, Info-next-link-keymap)
33534 (Info-prev-link-keymap, Info-up-link-keymap):
33535 Map follow-link to mouse-face.
33536 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33537
33538 2005-01-08 Jay Belanger <belanger@truman.edu>
33539
33540 * calc/calc.el (calc-settings-file): Change default value.
33541 Suggested by cgw in a comment in calc-mode.el.
33542
33543 * calc/calc-mode.el (calc-settings-file-name):
33544 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33545 Replace ~/.emacs in a prompt by calc-settings-file.
33546
33547 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33548
33549 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33550 (desktop-lazy-idle-delay): New customizable variables.
33551 (desktop-buffer-args-list): New variable.
33552 (desktop-append-buffer-args): New function.
33553 (desktop-save): Call desktop-append-buffer-args for some buffers.
33554 (desktop-lazy-create-buffer): New function.
33555 (desktop-idle-create-buffers): New function.
33556 (desktop-read): Add message about buffers to restore lazily.
33557 (desktop-lazy-abort): New command.
33558 (desktop-clear): Call desktop-lazy-abort.
33559 (desktop-lazy-complete): New command.
33560
33561 2005-01-06 Richard M. Stallman <rms@gnu.org>
33562
33563 * emacs-lisp/find-func.el (find-face-definition):
33564 Rename from find-face.
33565
33566 2005-01-06 Kim F. Storm <storm@cua.dk>
33567
33568 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33569
33570 * man.el (Man-xref-man-page, Man-xref-header-file)
33571 (Man-xref-normal-file): Add follow-link property.
33572
33573 2005-01-06 Jay Belanger <belanger@truman.edu>
33574
33575 * calc/calc-units.el: Make sure the proper macro definitions are
33576 available when compiling.
33577
33578 2005-01-06 Juri Linkov <juri@jurta.org>
33579
33580 * isearch.el (isearch-lazy-highlight-update):
33581 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33582
33583 2005-01-06 Miles Bader <miles@gnu.org>
33584
33585 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33586 (isearch-lazy-highlight-face): Use new name.
33587
33588 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33589
33590 * uniquify.el (uniquify-rationalize-file-buffer-names):
33591 Re-add an interactive spec.
33592 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33593 to the same name.
33594
33595 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33596 (isearch-update, isearch-done): Adjust calls accordingly.
33597
33598 2005-01-05 Richard M. Stallman <rms@gnu.org>
33599
33600 * custom.el (custom-set-variables, custom-theme-set-variables):
33601 Clarify documentation.
33602
33603 * emacs-lisp/find-func.el (find-variable)
33604 (find-variable-other-window, find-variable-other-frame):
33605 Fix the TYPE args to find-function-read and find-function-do-it.
33606 (find-function): Doc fix.
33607 (find-function-at-point): Replace function-at-point alias.
33608
33609 2005-01-04 Richard M. Stallman <rms@gnu.org>
33610
33611 * cus-face.el (custom-declare-face):
33612 Record defface in current-load-list.
33613
33614 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33615
33616 * emacs-lisp/find-func.el: Doc fixes.
33617 (find-face-regexp): New variable.
33618 (find-function-regexp-alist): New variable.
33619 (find-function-C-source): Third arg is now TYPE.
33620 (find-function-search-for-symbol): Handle general TYPE.
33621 (find-function-read, find-function-do-it): Handle general TYPE.
33622 (find-definition-noselect, find-face): New functions.
33623 (function-at-point): Alias deleted.
33624
33625 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33626
33627 * battery.el (display-battery-mode): Rename from display-battery.
33628 Handle the case where it gets turned off.
33629
33630 2005-01-04 Richard M. Stallman <rms@gnu.org>
33631
33632 * cus-edit.el (customize): Make :link point to user doc.
33633
33634 * man.el (Man-fontify-manpage): Turn off undo generation.
33635
33636 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33637
33638 2005-01-04 Andreas Schwab <schwab@suse.de>
33639
33640 * files.el (insert-directory): Only look for error lines in
33641 inserted text. Don't move too far after processing --dired markers.
33642
33643 2005-01-04 Richard M. Stallman <rms@gnu.org>
33644
33645 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33646 Don't expand if the character is @, period, dash, etc.
33647 (define-mail-abbrev): Quote names that contain problem characters.
33648
33649 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33650
33651 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33652
33653 2005-01-03 Richard M. Stallman <rms@gnu.org>
33654
33655 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33656 (query-replace-highlight, query-replace-lazy-highlight)
33657 (query-replace): Definitions moved up. Doc fix.
33658
33659 2005-01-03 Richard M. Stallman <rms@gnu.org>
33660
33661 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33662 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33663 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33664 (lazy-highlight-face): Rename from isearch-lazy-...
33665 Change all references to them.
33666
33667 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33668
33669 * cus-edit.el (custom-file): Doc fix for defcustom.
33670 (custom-file): The function no longer sets the variable
33671 `custom-file' to its return value.
33672
33673 * startup.el (command-line): No longer load `custom-file'.
33674
33675 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33676
33677 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33678
33679 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33680 Don't confuse module-prefixed identifiers for labels.
33681 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33682
33683 2005-01-02 Richard M. Stallman <rms@gnu.org>
33684
33685 * files.el (basic-save-buffer-1): Fix previous change.
33686
33687 * loadhist.el (file-loadhist-lookup): New function.
33688 (file-provides, file-requires): Use it.
33689
33690 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33691 instead of calculating the right size.
33692
33693 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33694
33695 * vc-svn.el (vc-svn-diff): Stay local if possible.
33696
33697 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33698
33699 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33700
33701 * files.el (hack-local-variables): Fix last change.
33702
33703 2005-01-02 Jay Belanger <belanger@truman.edu>
33704
33705 * calc/calc-yank.el (calc-edit-top): New variable.
33706 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33707 object. Change header properties.
33708 (calc-edit-finish, calc-edit-finish-stack-object)
33709 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33710 edited object.
33711 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33712 for the beginning of the edited object.
33713 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33714 for the beginning of the edited object.
33715 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33716 (calc-finish-formula-edit, calc-macro-repeats)
33717 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33718 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33719 beginning of the edited object.
33720 (calc-user-define-edit): Change the header for editing macros.
33721 Remove unnecessary variable.
33722
33723 2005-01-01 Jay Belanger <belanger@truman.edu>
33724
33725 * calc/calc-yank.el (calc-edit-mode): Change default header.
33726 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33727 * calc/calc-store.el (calc-edit-variable): Change title to match new
33728 header.
33729 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33730 mode to match new header.
33731 (calc-user-define-edit): Change titles to include names of commands.
33732 (calc-finish-formula-edit): Adjust to handle new header.
33733 (calc-finish-macro-edit): Remove.
33734 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33735 (calc-edit-macro-command, calc-edit-macro-command-type)
33736 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33737 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33738 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33739 (calc-edit-macro-finish-edit): New functions.
33740 (calc-user-define-edit): Use new functions to edit named calc macros.
33741
33742 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33743
33744 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33745
33746 * ses.el (copy-region-as-kill): Deactivate mark.
33747
33748 2005-01-01 Richard M. Stallman <rms@gnu.org>
33749
33750 * replace.el (occur-1): If the output buffer is also an input,
33751 don't kill it, rename it.
33752
33753 * faces.el (set-face-background, set-face-foreground): Doc fix.
33754
33755 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33756 for :foreground and :background.
33757
33758 * dired.el (dired-view-command-alist): Variable deleted.
33759 (dired-view-file, dired-mouse-find-file-other-window):
33760 Delete the code to use it.
33761
33762 2005-01-01 Kim F. Storm <storm@cua.dk>
33763
33764 * image.el (insert-sliced-image): Use t for line-height property.
33765
33766 See ChangeLog.11 for earlier changes.
33767
33768 ;; Local Variables:
33769 ;; coding: iso-2022-7bit
33770 ;; add-log-time-zone-rule: t
33771 ;; End:
33772
33773 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33774
33775 This file is part of GNU Emacs.
33776
33777 GNU Emacs is free software; you can redistribute it and/or modify
33778 it under the terms of the GNU General Public License as published by
33779 the Free Software Foundation; either version 2, or (at your option)
33780 any later version.
33781
33782 GNU Emacs is distributed in the hope that it will be useful,
33783 but WITHOUT ANY WARRANTY; without even the implied warranty of
33784 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33785 GNU General Public License for more details.
33786
33787 You should have received a copy of the GNU General Public License
33788 along with GNU Emacs; see the file COPYING. If not, write to the
33789 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33790 Boston, MA 02110-1301, USA.
33791
33792 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1