(command-line): Also check if the abbrev file is
[bpt/emacs.git] / lisp / ChangeLog
1 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * startup.el (command-line): Also check if the abbrev file is
4 readable.
5
6 2007-02-24 John Paul Wallington <jpw@pobox.com>
7
8 * net/tls.el (tls-certtool-program): Fix custom type.
9
10 * mail/feedmail.el (feedmail-message-id-generator)
11 (feedmail-date-generator): Fix custom types.
12
13 * mail/rmail.el (rmail-message-filter): Fix custom type.
14
15 2007-02-24 Eli Zaretskii <eliz@gnu.org>
16
17 * startup.el (command-line): If simple.el cannot be found, proceed
18 with a warning message.
19
20 2007-02-24 Kenichi Handa <handa@m17n.org>
21
22 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
23 case that BEG is a string.
24
25 2007-02-24 Chris Moore <dooglus@gmail.com>
26
27 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
28 * pgg-pgp.el (pgg-pgp-encrypt-region):
29 * pgg-gpg.el (pgg-gpg-encrypt-region):
30 Check pgg-encrypt-for-me if no other recipients.
31
32 2007-02-23 Eli Zaretskii <eliz@gnu.org>
33
34 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
35
36 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
37 shell-quote-argument.
38
39 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
40
41 * comint.el (comint-read-input-ring): Use comint-input-ring-size
42 from the comint buffer instead of the temporary one.
43
44 2007-02-23 David Reitter <david.reitter@gmail.com>
45
46 * cus-edit.el (custom-save-all): Canonicalize custom-file before
47 storing it in recentf-exclude.
48
49 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
50
51 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
52 in splash screen.
53
54 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
55
56 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
57 commands, for restart.
58 (idlwave-shell-current-module): Fix handling of module name by
59 type.
60 (idlwave-shell-break-in): Update type handling.
61 (idlwave-shell-bp-get): Encode type in BP structure.
62 (idlwave-shell-set-bp): Fix setting condition/count on disabled
63 BPs.
64 (idlwave-shell-module-source-query): Query routine info based on
65 type. Fix path parsing for non-compiled files.
66 (idlwave-shell-module-source-filter): Don't signal error in
67 filter if no source found.
68 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
69 filter race.
70
71 2007-02-22 Kim F. Storm <storm@cua.dk>
72
73 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
74 (editable-field): Document need to put some text before the %v
75 escape in :format string.
76
77 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
80 (vc-svn-use-edit): Remove unused config var.
81 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
82
83 * outline.el (hide-sublevels): Keep empty last line, if available.
84
85 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
86 rather than the corresponding unicode char, to make the code
87 more readable.
88
89 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
90
91 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
92 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
93 (speedbar-item-info-tag-helper): Doc fixes.
94
95 2007-02-19 Kenichi Handa <handa@m17n.org>
96
97 * international/mule-cmds.el (locale-language-names):
98 Map "eo" to "Esperanto".
99
100 * language/european.el ("Esperanto"): New language environment.
101
102 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
103
104 * simple.el (kill-line): Doc fix.
105
106 2007-02-17 Kim F. Storm <storm@cua.dk>
107
108 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
109 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
110 (bindat--unpack-group, bindat--pack-group):
111 Handle vectors with optional element type.
112
113 2007-02-17 Daiki Ueno <ueno@unixuser.org>
114
115 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
116 if PASSPHRASE is given.
117
118 2007-02-17 Chris Moore <dooglus@gmail.com>
119
120 * jka-cmpr-hook.el (jka-compr-compression-info-list):
121 Recognize backups of bz2 compressed files.
122
123 2007-02-17 Eli Zaretskii <eliz@gnu.org>
124
125 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
126 to nil to speed up lookup of the symbol in index nodes.
127
128 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
129
130 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
131 Add indentation for the constants of Lisp.
132
133 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * ps-print.el: Use (defvar <foo>) where applicable.
136 (ps-print-emacs-type): Remove.
137 (ps-x-frame-property, ps-e-frame-parameter): Remove.
138 (ps-frame-parameter): Align its call-convention with frame-parameter.
139 (ps-begin-job): Adjust calls to it appropriately.
140 (ps-setup): Don't print ps-print-emacs-type.
141 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
142 Define in such a way that it's obvious that it's defined.
143 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
144 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
145 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
146
147 2007-02-15 Alan Mackenzie <acm@muc.de>
148
149 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
150 an empty one-line C-style comment, post-position point properly.
151
152 2007-02-15 Chris Moore <dooglus@gmail.com>
153
154 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
155 (isearch-lazy-highlight-new-loop): Bind it.
156 (isearch-lazy-highlight-search): Use it.
157
158 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
159
160 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * font-lock.el (font-lock-extend-region-wholelines):
163 Only return non-nil if the region has really been changed.
164 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
165
166 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
167
168 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
169 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
170 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
171
172 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
173
174 * faces.el (color-values): Revert changes to docstring from
175 2007-01-31 and 2000-09-07.
176
177 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
178 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
179 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
180 (ispell-help): Fix typos in docstring and output message.
181
182 2007-02-14 Kim F. Storm <storm@cua.dk>
183
184 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
185 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
186 (grep): Fix lgrep reference.
187
188 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
189 (standard-display-underline): Use make-glyph-code.
190
191 * descr-text.el (describe-char): Use glyph-char and glyph-face.
192
193 * international/latin1-disp.el (latin1-display-char):
194 Use make-glyph-code.
195
196 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
197
198 * ehelp.el (with-electric-help, electric-help-exit)
199 (electric-help-retain): Doc fixes.
200
201 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
202 (byte-compile-file): Doc fixes.
203
204 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
205
206 * term/mac-win.el: Change all uses of
207 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
208 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
209 (mac-ae-get-url): Call select-frame-set-input-focus.
210 (mac-dnd-handle-drag-n-drop-event): Don't call
211 select-frame-set-input-focus.
212
213 2007-02-13 Kenichi Handa <handa@m17n.org>
214
215 * international/characters.el: Fix documentation of category `a'.
216
217 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
218
219 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
220
221 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
222
223 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
224 (tramp-get-remote-ln): Handle error case.
225 Reported by Chris Moore <dooglus@gmail.com>.
226
227 2007-02-11 Kim F. Storm <storm@cua.dk>
228
229 * bindings.el (ctl-x-map): Remove register compatibility bindings
230 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
231
232 2007-02-11 Richard Stallman <rms@gnu.org>
233
234 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
235 in load history.
236
237 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
238 condition -- don't fail to stop at endpos.
239
240 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
241
242 * textmodes/org.el (org-agenda-get-todos)
243 (org-agenda-get-timestamps, org-agenda-get-closed)
244 (org-agenda-get-deadlines, org-agenda-get-scheduled)
245 (org-agenda-get-blocks, org-format-agenda-item)
246 (org-agenda-change-all-lines, org-scan-tags): Rename text property
247 from `category' to `org-category'.
248
249 2007-02-11 Kenichi Handa <handa@m17n.org>
250
251 * international/titdic-cnv.el (titdic-convert): Force files be written
252 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
253 (miscdic-convert): Force files be written with Unix-like eol format.
254
255 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
256
257 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
258
259 * calculator.el (calculator-prompt): Doc fix.
260 (calculator-mode-map): Fix typo in menu entry.
261
262 2007-02-10 Jay Belanger <belanger@truman.edu>
263
264 * calculator.el (calculator): Do more extensive checking for when
265 3 lines should be used for the calculator.
266
267 2007-02-10 Eli Zaretskii <eliz@gnu.org>
268
269 * info-look.el (info-lookup-make-completions):
270 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
271 index nodes.
272
273 * info.el (Info-fontify-maximum-menu-size): Document the effect
274 of a nil value.
275 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
276 non-nil before using it as size.
277
278 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
279
280 * subr.el (insert-for-yank-1): Prevent read-only properties from
281 interfering with text property operations.
282
283 * image-mode.el (image-mode): Revert 2007-01-30 changes.
284
285 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
286 (image-type-auto-detected-p): Fail if another match is found in
287 auto-mode-alist.
288
289 * files.el (magic-mode-alist): Call image-mode instead of
290 image-mode-maybe for autodetected images.
291
292 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
293
294 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
295 Fix typos in docstrings.
296 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
297
298 2007-02-09 Kim F. Storm <storm@cua.dk>
299
300 * emacs-lisp/float-sup.el: Remove obsolete comment.
301
302 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
305
306 2007-02-08 Karl Fogel <kfogel@red-bean.com>
307
308 * simple.el: Revert previous change, at request of RMS:
309 (fundamental-mode-hook): Remove.
310 (fundamental-mode): Run after-change-major-mode-hooks manually,
311 and don't run the now-nonexistent fundamental-mode-hook.
312
313 2007-02-08 Karl Fogel <kfogel@red-bean.com>
314
315 * simple.el (fundamental-mode-hook): Declare new hook.
316 (fundamental-mode): Run the new dedicated hook, and don't run
317 after-change-major-mode-hooks manually anymore.
318
319 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
322 added columns of chars. Remove support for the "no-meta-info" format.
323 Prompted by Romain Francoise <romain@orebokech.com>.
324
325 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
326
327 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
328 (gdb-mouse-until, gdb-mouse-jump): Use it.
329
330 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
331
332 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
333 work when there is just an assembler buffer (no source buffer).
334
335 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
336
337 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
338 just because the diff was produced using "-p" (--show-c-function).
339
340 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
341
342 * faces.el (frame-set-background-mode): Use `color-values' and
343 `display-color-p', not `x-color-values' and `x-display-color-p'.
344 (face-valid-attribute-values): Use `defined-colors' instead of
345 `x-defined-colors'.
346
347 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
348
349 * ps-print.ps: The ps-print commands without face printing should not
350 print background color. Reported by Leo <sdl.web@gmail.com>.
351 (ps-print-version): New version 6.7.3.
352 (ps-begin-job): New arg. Fix ps-default-background and
353 ps-default-foreground initialization.
354 (ps-face-attributes): Fix doc string.
355 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
356
357 * printing.el: Fix ps-print link.
358
359 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
360
361 * faces.el (face-set-after-frame-default): Compile attributes to
362 be set by frame parameters before merging in X resources.
363
364 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
365
366 * simple.el (blink-matching-paren-dont-ignore-comments):
367 (blink-matching-paren-on-screen): Doc fixes.
368
369 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
370
371 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
372
373 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
374
375 * loadhist.el (unload-feature): Silently ignore `load-history' entries
376 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
377 entries like `defun'. Return nil.
378
379 2007-02-05 Kim F. Storm <storm@cua.dk>
380
381 * ido.el: Doc fixes.
382
383 2007-02-04 David Kastrup <dak@gnu.org>
384
385 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
386 `mpuz-allow-double-multiplicator' is non-zero, and correct
387 calculation of `min'.
388
389 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
390
391 * wid-edit.el (widget-default-create): Insert new text at the
392 :from marker _after_ the marker, not before it.
393
394 2007-02-04 Alan Mackenzie <acm@muc.de>
395
396 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
397 containing it is re-indented.
398
399 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
400
401 * net/newsticker.el (newsticker--insert-image): Update docstring,
402 and insert the image directly.
403 (newsticker--buffer-redraw): Update docstring.
404
405 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
406 Rename from define-global-minor-mode.
407
408 * progmodes/cwarn.el (global-cwarn-mode):
409 * emacs-lisp/autoload.el (make-autoload):
410 * hi-lock.el (global-hi-lock-mode):
411 * font-core.el (global-font-lock-mode): All callers changed.
412
413 2007-02-03 Eli Zaretskii <eliz@gnu.org>
414
415 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
416 Don't copy @ignore lines into menu descriptions.
417 (texinfo-multi-file-update): Goto the @node line before attempting
418 to pluck the node name.
419 (texinfo-multiple-files-update): Reverse the optional arguments'
420 order, as per the doc string and the `interactive' form.
421
422 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
423
424 * image-mode.el: Use autoload to avoid overriding disabled setting
425 applied in .emacs.
426
427 2007-02-03 Alan Mackenzie <acm@muc.de>
428
429 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
430 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
431 adjacent paren groups).
432
433 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
434
435 * progmodes/ebnf2ps.el: Doc fixes.
436 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
437
438 2007-02-02 Eli Zaretskii <eliz@gnu.org>
439
440 * dired-x.el (dired-do-relsymlink): Add reference to
441 dired-do-symlink. Add an autoload cookie.
442
443 * dired-aux.el (dired-do-symlink): Add reference to
444 dired-do-relsymlink.
445
446 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
447
448 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
449 <left-fringe mouse-3>: New bindings.
450
451 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
452
453 * newsticker.el (newsticker-version): Changed to "1.10".
454 (newsticker--set-customvar): Doc string.
455 (newsticker-new-item-face): Doc string.
456 (newsticker-mode): Initialize `invisibility-spec' with t.
457 (newsticker-mode-map): Added
458 `newsticker-mark-all-items-at-point-as-read'.
459 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
460 (newsticker-w3m-show-inline-images): Do not call
461 `w3m-remove-image'.
462 (newsticker--buffer-after-w3m-insert-image): New advice for
463 w3m-insert-image to cache images.
464 (newsticker-next-item-same-feed): New.
465 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
466 (newsticker-mark-all-items-of-feed-as-read): New.
467 (newsticker-mark-all-items-at-point-as-read): Use new functions.
468 (newsticker-mark-item-at-point-as-read): Doc string.
469 (newsticker-mark-item-at-point-as-read): Use new functions.
470 (newsticker--do-mark-item-at-point-as-read): New, extracted from
471 `newsticker-mark-item-at-point-as-read'.
472 (newsticker-hide-entry): Use (t) instead of t for invisibility.
473 (newsticker--sentinel): Yet another xml-parser workaround.
474 (newsticker--decode-iso8601-date): Bugfix for datestrings without
475 days.
476 (newsticker--buffer-do-insert-text): Fix.
477 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
478 (newsticker--buffer-make-item-completely-visible):
479 `switch-to-buffer' not necessary.
480
481 2007-02-02 Eli Zaretskii <eliz@gnu.org>
482
483 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
484 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
485 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
486 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
487 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
488
489 2007-02-02 Kenichi Handa <handa@m17n.org>
490
491 * international/quail.el (quail-show-key): Fix an error message.
492
493 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
494
495 * faces.el (set-face-underline-p, modify-face): Rename arg
496 UNDERLINE-P to UNDERLINE (it is not a flag).
497
498 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
499
500 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
501 when adding gdb-speedbar-update to gdb-input-queue.
502
503 2007-02-01 Kenichi Handa <handa@m17n.org>
504
505 * international/quail.el (quail-show-key): Signal an error if the
506 current input method is not using Quail.
507
508 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
509
510 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
511 Trim leading whitespace in sysvar names.
512
513 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
514
515 * faces.el (internal-find-face, internal-get-face): Doc fixes.
516
517 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
518
519 * ido.el (ido-set-common-completion): Use `let', not `let*'.
520
521 2007-01-31 Romain Francoise <romain@orebokech.com>
522
523 * comint.el: Delete extra copy of `comint-copy-old-input' added in
524 previous change to this file.
525
526 2007-01-31 Jason Rumney <jasonr@gnu.org>
527
528 * files.el (magic-mode-alist): Use image-mode-maybe rather than
529 image-mode.
530
531 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
532 interfering with attempt to set major mode from modified
533 auto-mode-alist.
534
535 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
536
537 * faces.el (color-values): Doc fix.
538 (face-differs-from-default-p): Don't check :foreground twice.
539
540 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
541
542 * comint.el (comint-mode): Prevent non-keyword fontification by default.
543
544 2007-01-31 Kenichi Handa <handa@m17n.org>
545
546 * international/quail.el (quail-store-decode-map-key): Store a
547 translated character too.
548 (quail-char-equal-p): New function.
549 (quail-find-key1): Check character equality by quail-char-equal-p.
550 (quail-decode-map-generated): New variable.
551 (quail-find-key): Check quail-decode-map-generated and re-generate
552 a decode map if necessary.
553
554 2007-01-30 Richard Stallman <rms@gnu.org>
555
556 * tutorial.el (tutorial--detailed-help): Make the list of
557 changed keys look nicer.
558
559 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
560
561 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
562 (gdb-var-delete): Use it.
563 (gdb-var-update-handler-1): Handle value "invalid" for MI field
564 `in_scope'.
565
566 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
567
568 * files.el (get-free-disk-space): Return nil for remote directories.
569
570 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
571 instead of "dir".
572
573 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
574
575 * type-break.el (type-break-catch-up-event): New function.
576 (type-break-demo-hanoi, type-break-demo-life)
577 (type-break-demo-boring): Use it.
578
579 * image-mode.el (image-mode): Don't automatically view as image.
580 (image-toggle-display): Add `disabled' property.
581
582 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
583
584 * isearchb.el (isearchb-iswitchb):
585 * ps-print.el (ps-build-face-reference):
586 * emacs-lisp/shadow.el (list-load-path-shadows):
587 * eshell/esh-cmd.el (eshell-rewrite-for-command):
588 * international/mule.el (find-auto-coding):
589 * mail/supercite.el (sc-attrib-selection-list):
590 * progmodes/cc-defs.el (c-emacs-features):
591 * progmodes/cc-vars.el (c-offsets-alist):
592 * progmodes/flymake.el
593 (flymake-init-create-temp-source-and-master-buffer-copy):
594 Fix typos in docstrings (some suggested by Chris Moore).
595
596 * progmodes/vhdl-mode.el (vhdl-components-package-name)
597 (vhdl-get-library-unit, vhdl-corresponding-begin)
598 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
599 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
600 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
601 (vhdl-font-lock-match-item): Fix typos in docstrings.
602 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
603 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
604 (vhdl-speedbar-insert-project-hierarchy):
605 Improve argument/docstring consistency.
606
607 2007-01-29 Kenichi Handa <handa@m17n.org>
608
609 * international/titdic-cnv.el (py-converter): Fix previous change.
610
611 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
612
613 * jka-compr.el (jka-compr-partial-uncompress)
614 (jka-compr-call-process): Rebind default-directory if it is
615 invalid. Suggested by Chris Moore.
616
617 * comint.el (comint-insert-input): Handle situation where the
618 selected buffer is not the clicked buffer.
619
620 2007-01-29 Kenichi Handa <handa@m17n.org>
621
622 * international/ja-dic-cnv.el (skkdic-convert):
623 Add byte-compile-disable-print-circle:t at the head.
624
625 * international/titdic-cnv.el (tit-process-header):
626 Add byte-compile-disable-print-circle:t at the head.
627 (miscdic-convert): Likewise.
628 (py-converter): Skip the header comments.
629
630 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
631 New variable.
632 (byte-compile-output-file-form): Bing print-circle to nil if
633 byte-compile-output-file-form is not nil.
634 (byte-compile-output-docform): Likewise.
635
636 2007-01-28 Kim F. Storm <storm@cua.dk>
637
638 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
639 Declare earlier to avoid byte compiler warnings.
640
641 2007-01-28 Markus Triska <markus.triska@gmx.at>
642
643 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
644
645 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
646
647 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
648 (gamegrid-add-score-with-update-game-score-1): Allow local quits
649 when calling update-game-score program. Remove unnecessary
650 save-excursion.
651
652 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
653
654 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
655
656 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
657 avoid compiler warning.
658 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
659 might have values other than "true" or "false".
660
661 2007-01-28 Richard Stallman <rms@gnu.org>
662
663 * textmodes/fill.el (fill-paragraph-function): Doc fix.
664 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
665
666 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
667
668 * image.el (image-type-header-regexps): Make GIF regex more specific.
669
670 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
671 Don't check `backspace'.
672 (tutorial--find-changed-keys): Look up bindings in a temp buffer
673 in Fundamental mode.
674
675 * startup.el (fancy-splash-text, normal-splash-screen):
676 Mention C-g.
677
678 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
679 when inserting in buffer.
680
681 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
682 inside the if.
683
684 2007-01-27 Richard Stallman <rms@gnu.org>
685
686 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
687
688 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
689
690 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
691 enum/union/struct/class definition.
692 Revert change to call `forward-sexp' multiple times.
693
694 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
695
696 * files.el (hack-local-variables-confirm): Don't keep trying to
697 read an event from an empty kbd macro.
698
699 2007-01-27 Eli Zaretskii <eliz@gnu.org>
700
701 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
702
703 2007-01-27 Ben North <ben@redfrontdoor.org>
704
705 * outline.el (outline-promote, outline-demote): Doc fix. Rename
706 the arg CHILDREN -> WHICH.
707
708 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
709
710 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
711 default-directory to a sane value when calling start-process.
712
713 2007-01-27 Eli Zaretskii <eliz@gnu.org>
714
715 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
716 (ls-lisp-format-time-list): Doc fix. Mention
717 ls-lisp-use-localized-time-format.
718 (ls-lisp-format-time): Use ls-lisp-format-time-list if
719 ls-lisp-use-localized-time-format is non-nil, even if a valid
720 locale is defined.
721
722 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
723
724 * jka-compr.el (jka-compr-shell): Doc fix.
725
726 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
727
728 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
729
730 * ps-print.ps: Fix background height.
731 (ps-print-version): New version 6.7.2.
732
733 2007-01-26 Eli Zaretskii <eliz@gnu.org>
734
735 * makefile.w32-in (finder-data, custom-deps): Depend on
736 $(lisp)/loaddefs.el.
737
738 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
739
740 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
741
742 2007-01-24 Miles Bader <miles@gnu.org>
743
744 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
745 (byte-compile-output-docform): Bind `print-circle' to t.
746
747 2007-01-24 Kenichi Handa <handa@m17n.org>
748
749 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
750 file name of the original SKK dictionary file.
751
752 2007-01-24 Kim F. Storm <storm@cua.dk>
753
754 * ido.el (ido-initial-position): New variable.
755 (ido-read-internal): Set it if default item is specified.
756 (ido-minibuffer-setup): Position cursor accordingly if set.
757 (ido-edit-input): C-e moves to end of input if not already there.
758 (ido-magic-backward-char): C-b does like M-b if prev char is /.
759 Don't switch to buffer mode if repeating C-b at start of input.
760 (ido-toggle-ignore): C-a only toggles ignore at start or end of
761 input; else it moves to start of input.
762 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
763 not at end of input, delete rest of input, rather than normal op.
764
765 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
766
767 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
768
769 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
770 of message. Activate mark.
771 (ediff-activate-mark): Set transient-mark-mode to t.
772
773 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
774
775 2007-01-23 Martin Rudalics <rudalics@gmx.at>
776
777 * help-fns.el (describe-variable): Don't suppress display of
778 buffer local value when the value is "large".
779
780 2007-01-22 Kim F. Storm <storm@cua.dk>
781
782 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
783 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
784 (ido-tidy): Use ido-active.
785
786 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
787
788 * hexl.el (hexl-mode-exit): Add missing quote.
789
790 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
791
792 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
793 (mac-ae-keyboard-modifiers): New function.
794 (mac-handle-toolbar-switch-mode): Use it.
795 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
796 if keyboard modifiers on drop contain option key.
797 (mac-dnd-drop-data): Add optional argument `action'.
798 (special-event-map): Remove binding for M-drag-n-drop.
799
800 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
801
802 * add-log.el (add-log-current-defun): Use CC Mode functions to
803 find the beginning and end of a defun.
804
805 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
806
807 * progmodes/gdb-ui.el (gdb-var-create-regexp)
808 (gdb-var-create-handler): Handle value field in GDB output of
809 -var-create.
810 (gdb-max-frames): New variable.
811 (gdb-stack-buffer, gdb-frames-select): Use it.
812 (gdb-info-stack-custom): Help user customize gdb-max-frames,
813 if necessary.
814 (gdb-get-frame-number): Simplify.
815
816 2007-01-21 Glenn Morris <rgm@gnu.org>
817
818 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
819 Update copyrights.
820
821 2007-01-21 Alan Mackenzie <acm@muc.de>
822
823 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
824 handling of K&R stuff.
825
826 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
827
828 * textmodes/bibtex.el (bibtex-files): Fix customization type.
829
830 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
831
832 * ps-print.el: Handle frame parameters (background and/or foreground
833 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
834 (ps-print-version): New version 6.7.1.
835 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
836 (ps-frame-parameter): New fun.
837 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
838 Fix doc and customization.
839 (ps-begin-job): Get frame parameters (background and/or foreground
840 colors).
841 (ps-do-despool): Ensure ps-printer-name has a valid value.
842
843 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
844
845 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
846 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
847 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
848 mean unlimited.
849
850 2007-01-20 Alan Mackenzie <acm@muc.de>
851
852 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
853 much more rigorous analysis of putative K&R regions.
854
855 2007-01-20 Alan Mackenzie <acm@muc.de>
856
857 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
858 New functions.
859
860 2007-01-20 Alan Mackenzie <acm@muc.de>
861
862 * progmodes/cc-align.el, progmodes/cc-cmds.el,
863 * progmodes/cc-defs.el, progmodes/cc-engine.el,
864 * progmodes/cc-langs.el, progmodes/cc-styles.el,
865 * progmodes/cc-vars.el: Add my name.
866
867 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
868
869 * files.el (find-alternate-file): Revert query message to Emacs 21
870 version.
871
872 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
873
874 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
875 the doc string how to use personal abbrevs without electric
876 keywords.
877
878 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
879
880 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
881 Fixed cursor position when toggle abbreviated display.
882
883 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
884
885 * t-mouse.el: Update copyright following assignment by
886 Alessandro Rubini.
887
888 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
889
890 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
891 (type-break-demo-boring): Call read-event instead of read-char.
892
893 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
894
895 * progmodes/compile.el: Add handling for makepplog.
896
897 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
898
899 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
900 aspell dictionaries are initialized when called non-interactively.
901
902 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
903
904 * progmodes/compile.el (compilation-loop): New arg limit.
905 Handle case where the first error is at point-min.
906 (compilation-next-error): New arg to compilation-loop call.
907
908 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
909
910 * info.el (Info-default-dirs): Change default info dir to
911 share/info.
912
913 * paths.el (Info-default-directory-list): Ditto.
914
915 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
916
917 * hexl.el (hexl-before-revert-hook): New function.
918 (hexl-mode): Use it.
919 (hexl-after-revert-hook): Just call hexl-mode.
920 (hexl-mode-exit): Remove before-revert-hook.
921
922 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
925
926 2007-01-16 Martin Rudalics <rudalics@gmx.at>
927
928 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
929 by "-" in francais7 otherchars entry.
930 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
931 otherchars entry.
932
933 2007-01-15 Karl Fogel <kfogel@red-bean.com>
934
935 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
936 path. Rewrite function in `cond' style for readability.
937
938 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
939 (The path shortening, that is, not the rearrarangement.)
940
941 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
942
943 * term/mac-win.el (mac-ae-quit-application): New function.
944 (mac-apple-event-map): Bind "quit application" Apple event to it.
945
946 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
949 than the program's output.
950
951 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
952
953 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
954 (kmacro-start-macro-or-insert-counter)
955 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
956 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
957
958 * longlines.el (longlines-show-hard-newlines):
959 * ruler-mode.el (ruler-mode-ruler):
960 * emulation/keypad.el (keypad-setup):
961 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
962 Fix typo in docstring.
963
964 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
965
966 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
967 Remove redirect character ">".
968
969 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
970
971 * replace.el (perform-replace): Remove leftover code.
972
973 2007-01-12 Richard Stallman <rms@gnu.org>
974
975 * replace.el (perform-replace): Don't clear NODENT when computing
976 the replacement string.
977
978 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
979
980 * net/tramp.el (tramp-handle-file-local-copy):
981 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
982 <christopher.ian.moore@gmail.com>.
983
984 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * diff-mode.el (diff-sanity-check-context-hunk-half)
987 (diff-sanity-check-hunk): New functions.
988 (diff-find-source-location): Use'em to check the hunks are well-formed.
989
990 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
991 activate undo when undo is not active.
992 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
993
994 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
997 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
998 (ffap-url-at-point): Use char-classes rather than "a-z".
999
1000 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * ediff-init.el (ediff-autostore-merges):
1003 * textmodes/fill.el (fill-region): Doc fix.
1004
1005 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * server.el (server-ensure-safe-dir): UIDs may be floats.
1008
1009 2007-01-10 Richard Stallman <rms@gnu.org>
1010
1011 * battery.el (battery-linux-proc-acpi): Use ignore-errors
1012 around calls to directory-files.
1013
1014 * subr.el (momentary-string-display): Use save-excursion.
1015
1016 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1017 argument, but read it as `X' does.
1018
1019 2007-01-09 Juri Linkov <juri@jurta.org>
1020
1021 * info.el (Info-fontify-node): Don't hide node names of index entries.
1022
1023 * faces.el (momentary): Change :group to basic-faces where all
1024 basic faces belong to. Add :version.
1025
1026 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
1027
1028 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
1029 keybinding is found.
1030 (tutorial--find-changed-keys): Never treat null keybinding as a
1031 remapping.
1032
1033 2007-01-09 Martin Rudalics <rudalics@gmx.at>
1034
1035 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
1036
1037 2007-01-09 Kenichi Handa <handa@m17n.org>
1038
1039 * international/mule-cmds.el
1040 (select-safe-coding-system-interactively): Fix message.
1041
1042 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
1043
1044 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
1045 (tramp-process-actions): Add optional parameter TIMEOUT.
1046 (tramp-open-connection-telnet, tramp-open-connection-rsh)
1047 (tramp-open-connection-su): Add timeout of 60".
1048
1049 2007-01-09 Richard Stallman <rms@gnu.org>
1050
1051 * progmodes/compile.el (compile): Doc fix.
1052
1053 2007-01-09 Markus Triska <markus.triska@gmx.at>
1054
1055 * tumme.el (tumme-display-thumb): Doc fix.
1056
1057 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * battery.el (battery-search-for-one-match-in-files):
1060 * bindings.el (mode-line-minor-mode-help):
1061 * x-dnd.el (x-dnd-types-alist):
1062 * calendar/icalendar.el (icalendar-import-buffer):
1063 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
1064
1065 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
1066
1067 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
1068
1069 * replace.el (replace-regexp): Fix typo in docstring.
1070
1071 2007-01-07 Alan Mackenzie <acm@muc.de>
1072
1073 * progmodes/cc-langs.el (c-operators, c-filter-ops):
1074 Amend doc-string and comments.
1075
1076 2007-01-06 Eli Zaretskii <eliz@gnu.org>
1077
1078 * files.el (abbreviate-file-name): Doc fix.
1079
1080 2007-01-06 Markus Triska <triska@gmx.at>
1081
1082 * subr.el (split-string): Remove spurious ")" from doc string.
1083
1084 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
1085
1086 * textmodes/table.el (table--warn-incompatibility):
1087 Use display-warning instead of momentary-string-display.
1088
1089 2007-01-05 Richard Stallman <rms@gnu.org>
1090
1091 * image.el (image-type-header-regexps): Recognize xbm more strictly.
1092
1093 * simple.el (backward-kill-word): Doc fix.
1094
1095 2007-01-05 Romain Francoise <romain@orebokech.com>
1096
1097 * international/mule.el (sgml-html-meta-auto-coding-function):
1098 Ensure that the buffer contains a HTML document.
1099
1100 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1101
1102 * faces.el (momentary): Move here ...
1103 * subr.el (momentary): ... from here.
1104
1105 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
1106
1107 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
1108 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
1109 large structures/arrays.
1110
1111 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
1112
1113 * files.el (find-file-noselect-1, set-visited-file-name):
1114 Allow backup-enable-predicate to be nil.
1115
1116 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1117
1118 * subr.el (momentary): New face.
1119 (momentary-string-display): Display the string via a temporary
1120 overlay using the new face, instead of inserting it in the buffer.
1121
1122 2007-01-04 Andreas Schwab <schwab@suse.de>
1123
1124 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
1125 last change.
1126
1127 2007-01-03 Richard Stallman <rms@gnu.org>
1128
1129 * woman.el (woman-decode-buffer): Clarify error message.
1130
1131 2007-01-03 Alan Mackenzie <acm@muc.de>
1132
1133 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
1134 patch.
1135
1136 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
1137
1138 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
1139
1140 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
1143
1144 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * emulation/viper.el (viper-custom-file-name, viper-mode):
1147 Fix typos in docstrings.
1148
1149 * subr.el (momentary-string-display): After moving point, set POS
1150 variable to it to avoid later errors once the buffer is modified.
1151 Doc fix.
1152
1153 2007-01-02 Alan Mackenzie <acm@muc.de>
1154
1155 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
1156 check that the "*/" is present before trying to manipulate it.
1157
1158 2007-01-02 Richard Stallman <rms@gnu.org>
1159
1160 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
1161
1162 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
1163 Fix format of value.
1164
1165 * cus-edit.el (customize-unsaved): Rename from customize-customized.
1166 Change messages accordingly.
1167 (customize-customized): Now alias.
1168
1169 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * files.el (version-control): Doc fix.
1172
1173 2007-01-01 Alan Mackenzie <acm@muc.de>
1174
1175 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
1176 Check the format of c-state-cache is valid for an optimisation before
1177 using it.
1178
1179 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
1180 are at a statement within a macro". Other changes so that only
1181 the first continuation line in a macro gets the symbol
1182 `cpp-define-intro', the others getting `statement', or whatever.
1183
1184 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
1185 a string, preserve whitespace. Add a backslash only when also in
1186 a macro.
1187
1188 * progmodes/cc-defs.el: Correct typos.
1189
1190 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
1191 new line after an escaped EOL in a string.
1192
1193 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
1194 label when it directly follows "else", "do", ....
1195
1196 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
1197 angle brackets (as seen in "explicit specialisations" of C++
1198 templates).
1199
1200 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
1201 in the doc-string.
1202
1203 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
1204 when the comment ender looks like "=========*/" and is alone on
1205 its line.
1206
1207 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
1208 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
1209 for the old name.
1210
1211 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
1212 c-\(beginning\|end\)-of-defun by default.
1213
1214 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
1215 New line-up function, for the DEFUN macro in the Emacs C sources.
1216 Only used in "gnu" style.
1217
1218 * progmodes/cc-styles.el (c-style-alist): Use this new function in
1219 the "gnu" style.
1220
1221 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
1222 clean-up comment-close-slash also to work when there's a comment
1223 terminator on the line.
1224 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
1225 these for large arg - only take account of top level {..}, except
1226 for initial and final adjustments. M-- C-M-[ae] now go to the
1227 right defuns when the starting point is between defuns. They use
1228 the four new functions:
1229 (c-in-function-trailer-p, c-where-wrt-brace-construct)
1230 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
1231 support c-\(beginning\|end\)-of-defun.
1232
1233 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
1234 expressions more rigorously, to exclude bit-field specifiers from
1235 being classed as labels.
1236 (c-forward-label): When analyzing a ":" within a macro, be careful
1237 about using c-forward-syntactic-ws at the macro beginning.
1238 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
1239 stmt boundary, check for "operator=", etc.
1240
1241 * progmodes/cc-mode.el (c-postprocess-file-styles):
1242 Bind inhibit-read-only to t, around the call to
1243 c-remove-any-local-eval-or-mode-variables, so that it works on a
1244 RO file.
1245
1246 * progmodes/cc-defs.el (c-version): Update the version number to
1247 "5.31.4".
1248
1249 2007-01-01 Richard Stallman <rms@gnu.org>
1250
1251 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
1252 only if we restored isearch-window-configuration.
1253
1254 2006-12-31 Romain Francoise <romain@orebokech.com>
1255
1256 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
1257
1258 2006-12-31 Kim F. Storm <storm@cua.dk>
1259
1260 * files.el (auto-mode-case-fold): New defcustom.
1261 (set-auto-mode): If non-nil, perform second case-sensitive pass
1262 through auto-mode-alist if first pass failed.
1263
1264 2006-12-30 Richard Stallman <rms@gnu.org>
1265
1266 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
1267
1268 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
1269
1270 * allout.el (allout-encrypt-string): Handle symmetric-key
1271 passphrase caching but leave keypair caching to pgg.
1272
1273 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
1274
1275 Sync with Tramp 2.0.55.
1276
1277 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
1278 `integerp'. `char-equal' could fail else in case of negative
1279 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
1280 (top): Check for `font-lock-add-keywords' before calling; it
1281 doesn't exist under XEmacs.
1282 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
1283 (tramp-completion-mode): Remove clause (not
1284 tramp-unified-filenames), because the function is called in other
1285 context too, where this check results in wrong results in the
1286 XEmacs case on Windows.
1287 (tramp-touch): UTC handling is not possible for XEmacs.
1288
1289 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1290
1291 * scroll-bar.el (previous-scroll-bar-mode): New variable
1292 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
1293 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
1294
1295 * term/x-win.el: Set scroll bar mode to right if set by X resources.
1296
1297 2006-12-30 Richard Stallman <rms@gnu.org>
1298
1299 * files.el (make-backup-file-name-1): Precompute abs name
1300 but don't lose the relative name.
1301
1302 * international/mule-cmds.el (select-safe-coding-system-interactively):
1303 Fix message.
1304
1305 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1306
1307 * files.el (backup-buffer): Show entire backup file name in msg.
1308
1309 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * image.el (image-type-header-regexps, image-type-from-data)
1312 (image-type-from-buffer, image-type-from-file-header):
1313 Revert changes from 2006-12-26.
1314 (image-type-auto-detectable): New variable.
1315 (image-type-auto-detected-p): New function.
1316
1317 * files.el (magic-mode-alist): Detect image files with
1318 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
1319
1320 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
1321
1322 * dired.el (dired-sort-other): Move test for dired-mode...
1323 (dired-sort-set-modeline): ...to here.
1324
1325 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1326
1327 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
1328 change. Suggested by Stefan Monnier.
1329
1330 2006-12-29 Kim F. Storm <storm@cua.dk>
1331
1332 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
1333 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
1334
1335 2006-12-27 Kim F. Storm <storm@cua.dk>
1336
1337 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
1338 so it doesn't accidentally match an fsf.org mail address.
1339 (authors-renamed-files-alist): Add tcover-*.el.
1340
1341 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * vc-arch.el (vc-arch-find-version): New function.
1344
1345 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
1346 composed of arbitrary characters (even /) in some systems.
1347
1348 2006-12-27 Eli Zaretskii <eliz@gnu.org>
1349
1350 * international/mule-cmds.el (select-safe-coding-system-interactively):
1351 Improve the message in the *Warning* buffer.
1352
1353 2006-12-27 Kim F. Storm <storm@cua.dk>
1354
1355 * ido.el (ido-set-matches-1): Fix last change. If default item is
1356 current buffer, it is ok to be first.
1357
1358 2006-12-27 Kenichi Handa <handa@m17n.org>
1359
1360 * international/mule-cmds.el (select-safe-coding-system-interactively):
1361 Use face `link' for problematic chars.
1362
1363 2006-12-27 Kenichi Handa <handa@m17n.org>
1364
1365 * international/mule-cmds.el (select-safe-coding-system-interactively):
1366 Improve the message in *Warning* buffer.
1367
1368 2006-12-27 Kim F. Storm <storm@cua.dk>
1369
1370 * ido.el (ido-set-matches-1): Never put current buffer first if
1371 there are other matches.
1372
1373 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
1374
1375 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
1376 expressions.
1377 (gdb-var-delete): Handle duplicate names. Print message for non
1378 root expressions.
1379 (gdb-partial-output-name): Start buffer name with a space.
1380 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
1381 buffer name.
1382
1383 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1384
1385 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
1386 last footnote when `footnote-spaced-footnotes' is nil.
1387
1388 2006-12-26 Richard Stallman <rms@gnu.org>
1389
1390 * cus-edit.el (custom-browse-sort-alphabetically)
1391 (custom-buffer-sort-alphabetically)
1392 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
1393
1394 * image.el (image-type-header-regexps): Change element format
1395 to include third item NOT-ALWAYS.
1396 (image-type-from-data): Handle new format.
1397 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
1398 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1399
1400 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
1401
1402 * add-log.el (add-log-current-defun): Call `forward-sexp'
1403 multiple times to pick a member function name defined as
1404 part of nested classes/namespaces.
1405
1406 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1407
1408 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1409 which keymap should be used to change menu. It does not affect any
1410 existent code.
1411
1412 2006-12-26 Richard Stallman <rms@gnu.org>
1413
1414 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1415 rather than for being in a minibuffer window.
1416
1417 2006-12-25 Daiki Ueno <ueno@unixuser.org>
1418
1419 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1420 locale-coding-system.
1421 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1422 LF.
1423
1424 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
1425
1426 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1427 (sql-mode-syntax-table): Disable double quoted strings.
1428 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1429
1430 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1431
1432 * startup.el (fancy-splash-last-input-event): New variable.
1433 (fancy-splash-special-event-action): New function.
1434 (fancy-splash-screens): Temporarily bind special events to it.
1435 Execute command for saved special event before exiting from
1436 recursive editing.
1437
1438 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1439 New functions.
1440 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1441 Use mac-unread-string.
1442
1443 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1444
1445 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1446 an optimized comment regexp if `comment-start-skip' uses a ^.
1447 * bs.el (bs--up): Remove interactive spec.
1448
1449 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
1450
1451 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1452 Suggested by James Cloos.
1453
1454 2006-12-24 Kevin Ryde <user42@zip.com.au>
1455
1456 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1457 in March.
1458 (calendar-dst-ends): Default to first Sunday in November.
1459
1460 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
1461
1462 * allout.el (allout-encrypt-string): Inhibit use of agent within
1463 body of let form where encryption happens. Acknowledge non-use of
1464 gpg-agent in docstring.
1465 (allout-toggle-subtree-encryption): Acknowledge non-use of
1466 gpg-agent in docstring.
1467
1468 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
1471
1472 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
1473
1474 * ediff-diff.el (ediff-diff-options): Clarify docstring.
1475 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
1476
1477 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
1478 in hooks.
1479 (viper-add-newline-at-eob-if-necessary): Add newline only if we
1480 actually modify buffer; ignore errors if occur.
1481
1482 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * calendar/calendar.el (calendar-mode-map): Switch < and >.
1485 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
1486 formatting.
1487
1488 2006-12-23 Richard Stallman <rms@gnu.org>
1489
1490 * simple.el (delete-horizontal-space): Doc fix.
1491
1492 2006-12-23 Eli Zaretskii <eliz@gnu.org>
1493
1494 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
1495 explicitly in a recursive Make, not implicitly through prerequisites,
1496 since the latter is wrong under parallel builds.
1497
1498 2006-12-22 Eli Zaretskii <eliz@gnu.org>
1499
1500 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
1501
1502 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1503
1504 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
1505 message string.
1506
1507 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
1508
1509 * outline.el (outline-next-visible-heading): Fix the case with a
1510 header at end-of-file with no final newline.
1511
1512 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1513
1514 * indent.el (tab-always-indent): Doc fix.
1515
1516 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
1519 (Info-fontify-node): Do fontify indices.
1520
1521 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
1522 to the Emacs Lisp reference manual.
1523 (tutorial--tab-map): Remove. All callers changed.
1524 (tutorial--find-changed-keys): New elt QUIET, used to...
1525 (tutorial--display-changes): ...ensure that warning messages are
1526 only issued once per changed key.
1527 (tutorial--remove-remarks): Delete unused code-path.
1528 (lang-strings): Remove extraneous formatting.
1529 (tutorial--save-tutorial): Prompt before saving tutorial state.
1530
1531 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
1534 Replace '?\ ' by '?\s' throughout.
1535 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
1536 `help' custom group.
1537 (tutorial--key-description): New function.
1538 (tutorial--display-changes): Remove redundant arg. Scan for all
1539 key sequences to avoid false matches. Cleanup.
1540 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
1541 reduce homedir pollution.
1542 (help-with-tutorial): Call tutorial--display-changes with no arg.
1543
1544 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
1545
1546 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
1547
1548 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
1549
1550 * net/tramp.el (tramp-default-method): We still need to check for
1551 `executable-find', because it is not bound under Emacs 20.
1552 (tramp-handle-file-name-completion)
1553 (tramp-completion-handle-file-name-completion): Handle optional
1554 parameter PREDICATE.
1555 (tramp-find-default-method): Add code for default values.
1556
1557 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
1558
1559 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
1560 make gud-go send "continue".
1561
1562 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
1563
1564 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
1565 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
1566
1567 2006-12-19 Kim F. Storm <storm@cua.dk>
1568
1569 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
1570 instead of global-map.
1571
1572 * files.el (magic-mode-alist): Allow matching file type by
1573 calling a function at bob. Check for image types by calling
1574 image-type-from-buffer. Suggested by Juanma Barranquero.
1575 (set-auto-mode): Do it.
1576
1577 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
1580 Remove "ControlMaster" option from the other `scp*' methods.
1581 (tramp-default-method): Check for ssh-agent before setting to `scp'.
1582
1583 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
1584
1585 * textmodes/org.el (org-mode): Show context after isearch.
1586 (org-show-siblings): New function.
1587 (org-show-context): Use `org-show-siblings'.
1588
1589 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
1592 Use syntax-ppss-toplevel-pos.
1593
1594 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
1595
1596 * textmodes/org.el (org-current-line): Make sure that lines are
1597 counted from beginning of buffer.
1598 (org-table-copy-region, org-table-paste-rectangle): Make sure that
1599 lines are counted from beginning of buffer.
1600
1601 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * info.el (Info-build-node-completions): Signal error if tag-table
1604 marker is not found.
1605
1606 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1607
1608 2006-12-17 Alan Mackenzie <acm@muc.de>
1609
1610 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
1611 speed) the case when open-paren-in-column-0-is-defun-start is nil.
1612 Based on code by Martin Rudalics.
1613
1614 * progmodes/cc-mode.el (c-basic-common-init): Don't set
1615 open-paren-in-column-0-is-defun-start to nil any more.
1616
1617 2006-12-17 Richard Stallman <rms@gnu.org>
1618
1619 * simple.el (delete-horizontal-space): Use prefix arg.
1620
1621 * help-fns.el (describe-variable): Improve blank separator lines.
1622
1623 * files.el (magic-mode-alist): Mark as risky.
1624
1625 * files.el (make-backup-file-name-1):
1626 Expand backup-directory explicitly.
1627
1628 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
1629
1630 * net/tramp.el (tramp-default-method): Before setting to "pscp",
1631 check whether package password.el is loaded, or Pageant is running.
1632
1633 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
1634
1635 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
1636 (icalendar--rris): First try Emacs, then XEmacs.
1637 (icalendar--convert-ical-to-diary): Doc fix.
1638 Insert newline at end of target file.
1639
1640 2006-12-17 Kim F. Storm <storm@cua.dk>
1641
1642 * outline.el (outline-isearch-open-invisible-function): New defvar.
1643 (outline-flag-region): Use it if non-nil for isearch-open-invisible
1644 overlay property instead of outline-isearch-open-invisible.
1645
1646 2006-12-16 Kim F. Storm <storm@cua.dk>
1647
1648 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
1649 if ido-directory-too-big is set on entry.
1650 (ido-toggle-ignore, ido-completion-help): Print message while
1651 reading big directory.
1652
1653 2006-12-15 Richard Stallman <rms@gnu.org>
1654
1655 * shell.el (shell): Doc fix.
1656
1657 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1658
1659 * emulation/edt.el (edt-xserver):
1660 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
1661 to fix a problem on Cygwin.
1662
1663 * emulation/edt.el
1664 * emulation/edt-mapper.el
1665 * emulation/edt-lk201.el
1666 * emulation/edt-pc.el
1667 * emulation/edt-vt100.el: Update maintainer's email address.
1668
1669 2006-12-15 Simon Marshall <simon@gnu.org>
1670
1671 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
1672
1673 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1674
1675 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
1676 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
1677 instead of mac-atsu-font-table.
1678 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
1679
1680 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
1681
1682 * align.el (align-match-tex-pattern): Fix a rare bug which
1683 hanged Emacs.
1684
1685 2006-12-14 Richard Stallman <rms@gnu.org>
1686
1687 * startup.el (use-fancy-splash-screens-p): Use frame-height
1688 instead of window-height. Pass frame to image-size.
1689
1690 2006-12-13 Kenichi Handa <handa@m17n.org>
1691
1692 * international/mule-cmds.el (set-locale-environment):
1693 Set default-sendmail-coding-system too.
1694
1695 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
1696
1697 * progmodes/idlw-help.el: Fix copyright notice.
1698
1699 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
1702
1703 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
1704
1705 * subr.el (unread-command-char): Reformat obsolescence info.
1706
1707 2006-12-11 Richard Stallman <rms@gnu.org>
1708
1709 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
1710 about calls to cl-struct-setf-expander.
1711
1712 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
1713
1714 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
1715 (ediff-combination-pattern): Fix typo in docstring.
1716
1717 * textmodes/refer.el (refer-find-entry): Doc fix.
1718 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
1719 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
1720 Fix tipos in docstrings.
1721
1722 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
1723
1724 2006-12-10 Kim F. Storm <storm@cua.dk>
1725
1726 * ido.el (ido-init-completion-maps): Remap backward-kill-word
1727 instead of binding M-backspace.
1728
1729 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
1730
1731 * replace.el (replace-match-data, replace-match-maybe-edit):
1732 * calc/calc-aent.el (calc-eval-error):
1733 * emulation/vi.el (vi-char-argument):
1734 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
1735 (c-vsemi-status-unknown-p-fn): Doc fixes.
1736
1737 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
1740 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
1741
1742 2006-12-10 Masatake YAMATO <jet@gyve.org>
1743
1744 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
1745
1746 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
1749
1750 * man.el (Man-xref-button-action): New function. If the
1751 `Man-target-string' button property is a function, assume it
1752 accepts a position argument.
1753 (Man-abstract-xref-man-page): Use it.
1754 (Man-default-man-entry): New optional arg POS.
1755
1756 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
1757 symlink arrows read-only and non-rear-sticky.
1758
1759 2006-12-09 Martin Rudalics <rudalics@gmx.at>
1760
1761 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
1762 (wdired-search-and-rename): Simplify code.
1763 (wdired-preprocess-files, wdired-preprocess-perms): Make
1764 read-only property of preceding character rear-nonsticky to
1765 avoid that it can be modified. Put old-name and old-link
1766 properties on character preceding name and replace
1767 put-text-property by add-text-properties.
1768 (wdired-get-filename, wdired-get-previous-link): Get old-name
1769 and old-link properties from character preceding name and
1770 simplify code.
1771 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
1772 (wdired-perms-to-number): Make local-map property
1773 rear-nonsticky to avoid that text following permissions may be
1774 modified. Use add-text-properties instead of put-text-property
1775 when changing a permission bit.
1776 (wdired-change-to-dired-mode): Remove stickiness properties.
1777
1778 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
1779
1780 * international/mule-cmds.el (register-input-method): Doc fix.
1781
1782 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
1783
1784 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
1785
1786 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1787
1788 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
1789 Force buffer local defs evaluation on local variables loading.
1790 (flyspell-mode-on, flyspell-mode-off): Use it in
1791 `hack-local-variables-hook'.
1792
1793 2006-12-09 Eli Zaretskii <eliz@gnu.org>
1794
1795 * emacs-lisp/find-func.el (find-variable): Doc fix.
1796
1797 * help-fns.el (variable-at-point): Doc fix.
1798
1799 * w32-fns.el (w32-append-code-lines): New function.
1800
1801 2006-12-09 Romain Francoise <romain@orebokech.com>
1802
1803 * comint.el (comint-insert-input): Delete obsolete comment.
1804
1805 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1806
1807 * files.el (insert-file-1): Compare file size to
1808 large-file-warning-threshold and request confirmation when
1809 warranted.
1810
1811 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
1814 current frame, in case we're connected to several displays.
1815
1816 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
1817
1818 * frame.el (other-frame): Doc fix.
1819 (set-frame-parameter): Fix typo in docstring.
1820
1821 2006-12-07 Kim F. Storm <storm@cua.dk>
1822
1823 * info.el (Info-index): Strip leading colon from topic.
1824
1825 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
1826
1827 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
1828 to pointers.
1829
1830 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
1831
1832 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
1833 Trim out spurious class inheritance "None" entries.
1834
1835 2006-12-05 Kim F. Storm <storm@cua.dk>
1836
1837 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
1838 (cua-paste-pop): Rework last change for
1839 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
1840 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
1841 text inserted by the last M-y command.
1842
1843 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1844
1845 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
1846 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
1847
1848 * shell.el (shell): Search the start file in ~/.emacs.d as
1849 `init_SHELLNAME.sh' instead.
1850
1851 2006-12-05 Glenn Morris <rgm@gnu.org>
1852
1853 * progmodes/cperl-mode.el (cperl-mode)
1854 * progmodes/f90.el (f90-mode-abbrev-table)
1855 * progmodes/fortran.el (fortran-mode-abbrev-table)
1856 * progmodes/octave-mod.el (octave-abbrev-table)
1857 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
1858 if abbrev-table is non-nil (saved user abbrevs may have been restored).
1859
1860 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
1861 clear abbrev table, else saved abbrevs will not be restored.
1862
1863 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
1866 the call to `make-obsolete-variable', not in the docstring.
1867
1868 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
1871
1872 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1873
1874 * progmodes/ebnf-abn.el:
1875 * progmodes/ebnf-bnf.el:
1876 * progmodes/ebnf-dtd.el:
1877 * progmodes/ebnf-ebx.el:
1878 * progmodes/ebnf-iso.el:
1879 * progmodes/ebnf-otz.el:
1880 * progmodes/ebnf-yac.el:
1881 * progmodes/ebnf2ps.el:
1882 * delim-col.el:
1883 * printing.el:
1884 * ps-bdf.el:
1885 * ps-mule.el:
1886 * ps-print.el: Remove 'Time-stamp' comment mark.
1887
1888 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
1889 'easy-menu-add-item' when called in Emacs 21 or higher.
1890
1891 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
1892
1893 * progmodes/ada-xref.el (ada-check-current): Doc fix.
1894 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
1895
1896 2006-12-04 Kim F. Storm <storm@cua.dk>
1897
1898 * bindings.el (global-map): Bind [signal t] to ignore, to have
1899 user signals ignored by default.
1900
1901 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
1904 Unicode data file pointed to by `describe-char-unicodedata-file'.
1905
1906 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
1909 O(n^2) regexp-search by anchoring the search.
1910
1911 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
1912
1913 * whitespace.el (whitespace-cleanup-internal): Use current
1914 argument for recursive call.
1915
1916 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
1917
1918 * net/tramp.el (tramp-methods): Add "ControlPath" and
1919 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
1920 Andreas Schwab <schwab@suse.de>.
1921 (tramp-do-copy-or-rename-file-out-of-band)
1922 (tramp-open-connection-rsh): Compute format spec for ?t.
1923 (tramp-process-actions): Trace command parameters.
1924
1925 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
1926
1927 * simple.el (toggle-truncate-lines): Clarify doc string.
1928
1929 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
1930 (gdb-speedbar-expand-node): Use it.
1931
1932 2006-12-04 Richard Stallman <rms@gnu.org>
1933
1934 * progmodes/python.el (python-indent): Add safe-local-variable prop.
1935
1936 * dired.el (dired-revert): Turn off dired-after-readin-hook
1937 around call to dired-readin.
1938
1939 * menu-bar.el (menu-bar-make-toggle): Add "globally"
1940 to echo area messages.
1941 <indicate-empty-lines, case-fold-search>:
1942 Add "globally" to Help string.
1943 <case-fold-search>: MESSAGE arg need not say "globally".
1944 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
1945
1946 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
1947
1948 * outline.el (outline-end-of-subtree): Don't leave an empty
1949 line hidden as we would a real next heading.
1950
1951 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
1952
1953 * allout.el (allout-ascend): Add an optional argument to preserve
1954 original position of point when unsuccessful. Also, fix a
1955 docstring error.
1956 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
1957 work again, using allout-ascend's new option.
1958 (allout-setup-mode-map): Extract from allout-mode to initialize
1959 allout-mode-map. Call it on file load, so the mode docstring
1960 substitutions work even if allout mode has not yet been invoked.
1961 (allout-mode): Use new allout-setup-mode-map to track any keybinding
1962 customizations since the map was last processed. Also, refine the
1963 docstring so it's ship-shape for release.
1964 (allout-default-layout, allout-beginning-of-line-cycles)
1965 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
1966 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
1967 (allout-version, allout-layout, allout-infer-body-reindent)
1968 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
1969 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
1970 (allout-previous-heading, allout-goto-prefix-doublechecked)
1971 (allout-current-bullet-pos, allout-next-sibling-leap)
1972 (allout-pre-command-business, allout-encrypted-type-prefix)
1973 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
1974 (allout-rebullet-topic, allout-rebullet-topic-grunt)
1975 (allout-flag-region, allout-expose-topic, allout-expose-topic)
1976 (allout-old-expose-topic, allout-listify-exposed)
1977 (allout-process-exposed, allout-latex-verb-quote)
1978 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
1979 (allout-toggle-current-subtree-encryption)
1980 (allout-toggle-subtree-encryption, allout-bullet-isearch):
1981 Remove extraneous open-paren and close paren string escapes.
1982
1983 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
1986 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
1987 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
1988 Fix typos in docstrings.
1989
1990 2006-12-03 Glenn Morris <rgm@gnu.org>
1991
1992 * progmodes/cc-align.el
1993 * progmodes/cc-awk.el
1994 * progmodes/cc-cmds.el
1995 * progmodes/cc-compat.el
1996 * progmodes/cc-defs.el
1997 * progmodes/cc-engine.el
1998 * progmodes/cc-langs.el
1999 * progmodes/cc-menus.el
2000 * progmodes/cc-mode.el
2001 * progmodes/cc-styles.el
2002 * progmodes/cc-vars.el
2003 * progmodes/vhdl-mode.el: Fix Copyright format.
2004
2005 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
2006
2007 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2008 initial down event.
2009
2010 2006-12-02 Kim F. Storm <storm@cua.dk>
2011
2012 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2013 (cua-repeat-replace-region): Make M-v more robust.
2014 (cua-paste-pop-rotate-temporarily): New defcustom.
2015 (cua-paste-pop): Use it.
2016 (cua-auto-mark-last-change): New defcustom.
2017 (cua-pop-to-last-change): New helper function.
2018 (cua-set-mark): Use them.
2019
2020 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
2021
2022 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2023 mini-buffer message.
2024
2025 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
2026
2027 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2028
2029 2006-12-01 Ben North <ben@redfrontdoor.org>
2030
2031 * paren.el: Fix the highlight overlay extension when the user types a
2032 sequence of char very fast just before the open parenthesis.
2033
2034 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2035
2036 * ps-mule.el: Eliminate Emacs 20 compatibility.
2037
2038 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
2039 (ps-print-version): New version 6.7.
2040 (ps-print-quote): Replace '?\ ' by '?\s'.
2041
2042 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
2045 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
2046 (hexl-end-of-1k-page): Doc fixes.
2047 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
2048 Fix typos in docstrings.
2049
2050 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2051
2052 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
2053 locally, i.e. without using file name handlers.
2054 (ido-read-internal): Allow mono letter host names, avoiding the
2055 `c:' problem by testing if the file exists locally.
2056 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2057
2058 2006-11-30 Masatake YAMATO <jet@gyve.org>
2059
2060 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
2061 to avoid bytecomp warnings.
2062 (hexl-mode-old-ruler-function): New variable.
2063 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
2064 and `hl-line-range-function' after `require' hl-line.
2065 Then bind `hl-line-range-function' and `hl-line-face'.
2066 Don't require frame. Don't use `with-no-warnings'.
2067 (hexl-activate-ruler): Store the original value of
2068 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
2069 (hexl-mode-exit): Restore the original value of
2070 `ruler-mode-ruler-function'.
2071
2072 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2073
2074 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
2075 (hexl-mode-old-hl-line-face): New variable.
2076 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
2077 line when exit from the hexl-mode.
2078
2079 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
2082 Doc fixes.
2083
2084 * international/fontset.el (create-fontset-from-ascii-font)
2085 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
2086 (fontset-name-p): Fix typo in docstring.
2087
2088 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
2089
2090 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2091
2092 * ps-bdf.el: Fix maintainer email.
2093
2094 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
2095 compatibility.
2096
2097 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
2098 21 compatibility.
2099 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
2100 Emacs 20 & 21.
2101
2102 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
2103
2104 * progmodes/idlwave.el (idlwave-auto-fill):
2105 Remove paragraph-start let to prevent auto-fill giving up.
2106
2107 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
2108
2109 * vt100-led.el (led-state): Fix typo in previous change.
2110
2111 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2112
2113 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2114 Fix interactive spec of the functions getting defined to make them
2115 work as documented.
2116
2117 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
2118
2119 * startup.el (fancy-splash-screens): Hide initial splash buffer.
2120
2121 2006-11-28 Kim F. Storm <storm@cua.dk>
2122
2123 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
2124 icomplete-mode is enabled.
2125
2126 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
2127
2128 * textmodes/org.el (require): Require gnus-sum during compilation
2129 to avoid problem with a macro call.
2130
2131 2006-11-28 Glenn Morris <rgm@gnu.org>
2132
2133 * emacs-lisp/authors.el (authors-aliases): Add new alias.
2134
2135 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
2136 (fortran-window-create-momentarily): Do not need string-to-char.
2137
2138 2006-11-28 Richard Stallman <rms@gnu.org>
2139
2140 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2141 Replace incorrect use of assoc-default with a loop.
2142
2143 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
2144
2145 * simple.el (next-error-find-buffer): Improve messages.
2146
2147 * files.el (revert-buffer): Special error message if file
2148 is now not readable.
2149
2150 * facemenu.el (facemenu-add-new-face): Improve doc strings of
2151 constructed commands.
2152
2153 * comint.el (comint-exec-1): Provide Emacs version and `comint'
2154 in INSIDE_EMACS.
2155
2156 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
2159
2160 * server.el: Remove spurious * in docstrings.
2161 (server-process-filter): Exit from recursive editing before processing
2162 a new request.
2163
2164 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
2165
2166 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
2167 line so hidden blocks will be correctly identified.
2168
2169 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
2170
2171 * ledit.el (ledit-save-defun, ledit-mode):
2172 * resume.el (resume-emacs-args-buffer):
2173 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
2174 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
2175 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
2176 (command-send-input, command-kill-line):
2177 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
2178
2179 * autoarg.el (autoarg-kp-mode): Doc fix.
2180
2181 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
2182 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
2183 (check-emacs-lock): Doc fix. Simplify.
2184
2185 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
2186 (iimage-mode-buffer): Fix typos in docstring.
2187
2188 * misc.el (zap-up-to-char): Doc fix.
2189
2190 * time-stamp.el: Fix comment and obsolescence string for old
2191 functions. Use `dolist' instead of `while'.
2192
2193 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
2194
2195 * disp-table.el (standard-display-8bit, standard-display-default):
2196 * ebuff-menu.el (electric-buffer-list):
2197 * ehelp.el (electric-help-command-loop):
2198 * font-core.el (font-lock-mode):
2199 * help-macro.el (make-help-screen):
2200 * help.el (describe-minor-mode-completion-table-for-indicator)
2201 (lookup-minor-mode-from-indicator):
2202 * indent.el (tab-to-tab-stop, move-to-tab-stop):
2203 * info-look.el (info-lookup-guess-custom-symbol):
2204 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
2205 * longlines.el (longlines-wrap-line):
2206 * macros.el (insert-kbd-macro):
2207 * menu-bar.el (menu-bar-update-buffers):
2208 * misc.el (copy-from-above-command):
2209 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
2210 * newcomment.el (comment-indent):
2211 * novice.el (disabled-command-function):
2212 * sort.el (sort-fields-syntax-table):
2213 * subr.el (momentary-string-display):
2214 * tar-mode.el (tar-header-block-summarize)
2215 (tar-clear-modification-flags):
2216 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
2217 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
2218 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
2219 (te-delete-char, te-down-vertically-or-scroll):
2220 * time-stamp.el (time-stamp-string-preprocess):
2221 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
2222
2223 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
2224
2225 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
2226 in GUD mode.
2227
2228 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
2229 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2230
2231 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2232
2233 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
2234
2235 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
2236
2237 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
2238 (ada-compile-goto-error): Adapt to new argument profile of
2239 compilation-goto-locus in Emacs 22. Don't check if the various
2240 compile functions are defined; we already do "(require 'compile)".
2241
2242 2006-11-26 Kim F. Storm <storm@cua.dk>
2243
2244 * kmacro.el: Fix commentary.
2245
2246 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
2247
2248 * progmodes/gud.el (gdb): Explain how to run in text command mode
2249 more clearly. Say in error message that multiple debugging
2250 requires restarting GDB.
2251
2252 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2255
2256 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
2257
2258 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
2259 (flymake-popup-menu): Use it instead of posn-at-point.
2260
2261 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2262
2263 * progmodes/cc-vars.el (c-backslash-column):
2264 Mention c-backslash-max-column in documentation for c-backslash-column.
2265
2266 2006-11-24 Lars Hansen <larsh@soem.dk>
2267
2268 * net/tramp.el (tramp-default-method): Under Windows, change from
2269 plink to pscp.
2270 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
2271 (tramp-actions-copy-out-of-band):
2272 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
2273 (tramp-action-out-of-band): Move "Permission denied" handling to
2274 tramp-action-copy-failed.
2275 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
2276 process buffer.
2277
2278 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2281 strings to a single string. Quote `errors-file-name'.
2282 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2283 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2284 Adjust calls. Use `shell-quote-argument'.
2285
2286 * international/mule.el (load-with-code-conversion)
2287 (with-category-table): Use with-current-buffer.
2288 (after-insert-file-set-coding): Use restore-buffer-modified-p.
2289
2290 2006-11-24 Eli Zaretskii <eliz@gnu.org>
2291
2292 * mail/smtpmail.el (smtpmail-send-it):
2293 Copy buffer-file-coding-system from the mail buffer. Possibly add a
2294 MIME header for the message encoding.
2295 Bind coding-system-for-write around the call to mail-do-fcc.
2296 Use smtpmail-code-conv-from to encode queued mail messages.
2297
2298 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
2299
2300 * tabify.el (tabify-regexp): Doc fix.
2301
2302 * net/rcirc.el (rcirc-buffer-maximum-lines):
2303 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
2304
2305 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
2306 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
2307 Fix typos in output messages.
2308 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
2309
2310 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
2313 the horse's mouth.
2314 (hexlify-buffer): Don't re-encode an arg that's already encoded.
2315
2316 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
2317
2318 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
2319 Remove condition-case.
2320
2321 2006-11-23 Glenn Morris <rgm@gnu.org>
2322
2323 * progmodes/f90.el (f90-comment-indent): Do not move point in
2324 default case.
2325
2326 2006-11-21 Romain Francoise <romain@orebokech.com>
2327
2328 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
2329 from library name (reverts change of 2005-10-25).
2330
2331 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
2332
2333 * tutorial.el (tutorial--default-keys): Add newline and
2334 delete-backward-char bindings.
2335 (tutorial--detailed-help): Save excursion when finding keys.
2336 Correct warning string for M-x FOO case.
2337 (tutorial--display-changes): Print special keys in tutorial style.
2338 Tweak search regexp for changed keys.
2339
2340 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2341
2342 * thingatpt.el (thing-at-point-url-at-point): Don't add a
2343 redundant scheme.
2344
2345 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
2346
2347 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
2348 are new to the list at IANA. Also added irc, mms, mmsh.
2349
2350 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
2351
2352 * progmodes/idlw-help.el (idlwave-html-help-location):
2353 Fail gracefully for missing help packages.
2354 (idlwave-help-assistant-open-link): Open full links.
2355 (idlwave-help-assistant-help-with-topic): Direct help link.
2356
2357 * progmodes/idlwave.el (idlwave-mode):
2358 Set add-log-current-defun-function.
2359 (idlwave-current-routine-fullname): Add, to support add-log.
2360 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
2361 to reflect improvements to xml-parse-file.
2362 (idlwave-mode-menu-def): New binding for help-with-topic.
2363
2364 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
2365 Handle extra newlines and spaces.
2366 (idlwave-shell-mode-map): Add help-with-topic.
2367
2368 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * tutorial.el (tutorial-warning-face): New face.
2371 (tutorial--detailed-help, tutorial--display-changes): Use it.
2372 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
2373 Improve search pattern for occurrences of changed keys.
2374
2375 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2376
2377 * term/x-win.el (x-last-cut-buffer-coding): New variable.
2378 (x-select-text): Set it.
2379 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
2380 when checking for newness.
2381
2382 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * subr.el (posn-image):
2385 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
2386
2387 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
2388
2389 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2390
2391 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
2392 Exceptions to the rule "add a space between an identifier and an
2393 opening parenthesis". Defaulted to the `#define' problem of cpp.
2394 (glasses-parenthesis-exception-p): New. Check if the region is an
2395 exception regarding to that.
2396 (glasses-make-readable): Use it.
2397 (glasses-convert-to-unreadable): Ditto. Modify the file also if
2398 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2399
2400 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2403
2404 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
2405
2406 * progmodes/ada-mode.el (ada-make-body): Fix typo.
2407
2408 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2409 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
2410
2411 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2414 conditions for function or variable bindings.
2415
2416 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2417
2418 * progmodes/compile.el (compilation-start): Ditto.
2419
2420 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
2421
2422 * net/tramp.el (top): cl and custom are always required.
2423
2424 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2425
2426 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2427 cut-buffers with next-selection-coding-system if not nil.
2428
2429 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
2430
2431 * textmodes/org.el (org-fix-decoded-time): New function.
2432 (org-display-custom-time): Use `org-fix-decoded-time'.
2433
2434 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * menu-bar.el (menu-bar-games-menu): Remove yow.
2437
2438 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
2439
2440 * textmodes/org.el (org-scan-tags): Re-align code fixed.
2441 (org-detach-overlay): Rename from `org-detatch-overlay'.
2442 (org-table-convert-region): Insert space after column separator.
2443 (org-agenda-kill): New command.
2444 (org-metaleft): Call `org-outdent-item' on bullets.
2445 (org-metaright): Call `org-indent-item' on bullets.
2446 (org-timestamp-change): Set `org-last-changed-timestamp'.
2447 (org-current-line): Make sure (bolp) returns correct result.
2448 (org-agenda-change-all-lines): Make sure TODO are highlighted.
2449
2450 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2453
2454 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
2455
2456 * mouse.el (global-map): Change 2006-08-16 fix to call
2457 mouse-yank-at-click explicitly, since mouse events are not carried
2458 over into keyboard macros.
2459
2460 2006-11-16 Kim F. Storm <storm@cua.dk>
2461
2462 * ido.el (ido-file-internal): Use current buffer's file name as default
2463 choice for ido-find-alternate-file. Suggested by Matt Hodges.
2464
2465 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
2466
2467 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
2468 (allout-inhibit-aberrance-doublecheck): Rename from
2469 allout-during-yank-processing. All callers changed.
2470 (allout-ascend): Provide for unusual case where some topic after
2471 the first in file is at lower depth than the first.
2472 (allout-shift-in): Ensure the offspring of the new containing
2473 topic are exposed.
2474 (allout-encrypt-string): Preserve the coding-system of the text,
2475 according to that of the containing buffer.
2476 (allout-toggle-subtree-encryption): When the text being encrypted
2477 requires a different coding system, offer to preserve the coding
2478 system using a file local var.
2479
2480 2006-11-15 Simon Marshall <simon@gnu.org>
2481
2482 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
2483 to recognise "T t()" as a function declaration, rather than a
2484 variable instantiation, iff at the top-level or inside a class
2485 declaration. Suggested by Feng Li <fengli@gmail.com>.
2486
2487 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
2488
2489 * progmodes/ada-xref.el (ada-parse-prj-file):
2490 Don't delete project buffer; user may want to edit it.
2491 (ada-xref-set-project-field, ada-xref-current-project-file)
2492 (ada-xref-current-project, ada-show-current-project)
2493 (ada-set-main-compile-application): New functions.
2494 (ada-xref-get-project-field, ada-require-project-file):
2495 Normalize use of ada-prj-default-project-file.
2496 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
2497 Normalize use of ada-require-project-file.
2498 (ada-prj-find-prj-file): Improve doc string, comments.
2499
2500 * progmodes/ada-mode.el (ada-mode-version): Bump version.
2501 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
2502 (ada-create-menu): Add ada-set-main-compile-application,
2503 ada-show-current-main, ada-show-current-project.
2504
2505 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
2508 (inferior-python-mode): Use it.
2509
2510 2006-11-14 Andreas Schwab <schwab@suse.de>
2511
2512 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2513
2514 2006-11-13 Kim F. Storm <storm@cua.dk>
2515
2516 * ido.el (ido-copy-current-word): C-o copies region if active.
2517
2518 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
2519
2520 * textmodes/org.el (org-emph-face): Fix typo in variable name.
2521
2522 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
2523
2524 * ediff.el (ediff-revision):
2525 * files.el (set-visited-file-name):
2526 * mail/rmailout.el (rmail-output-body-to-file):
2527 Use `format', not `message', in `y-or-n-p' call.
2528
2529 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
2530
2531 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
2532 (org-metaright): Call `org-indent-item' on bullets.
2533 (org-timestamp-change): Set `org-last-changed-timestamp'.
2534 (org-current-line): Make sure (bolp) returns correct result.
2535 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
2536
2537 2006-11-12 Richard Stallman <rms@gnu.org>
2538
2539 * language/european.el (turkish-case-conversion-enable)
2540 (turkish-case-conversion-disable): New functions.
2541 ("Turkish" lang env): Use them.
2542
2543 * international/characters.el (case table):
2544 Do nothing special for i and I.
2545
2546 * subr.el (remove-overlays): Fix last change.
2547
2548 * cus-edit.el (custom-save-all): Use find-file-visit-truename
2549 for visiting the custom file.
2550
2551 2006-11-12 Markus Triska <triska@gmx.at>
2552
2553 * play/handwrite.el (handwrite): Also process lines not ending
2554 with newline. Replace some position-fiddling with different
2555 logic. Improve performance.
2556
2557 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
2558
2559 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
2560 replacing deleted variable `ada-check-switch'.
2561 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
2562 (ada-xref-project-files): Improve doc string.
2563 (ada-find-executable): New function.
2564 (ada-initialize-runtime-library): Use `ada-find-executable'.
2565 (ada-xref-set-default-prj-values): In compile commands, don't need
2566 `ada-cd-command'; `compile' does that more portably.
2567 Use ada-prj-default-check-cmd.
2568 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
2569 properties if not specified in project file.
2570 (ada-goto-declaration): Display useful message for new error
2571 'error-file-not-found.
2572 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
2573 'error-file-not-found.
2574 (ada-get-all-references): Match latest ali syntax. Signal new
2575 error 'error-file-not-found.
2576 (ada-find-in-ali): Match latest ali syntax.
2577 (ada-make-filename-from-adaname): Handle different semantics of
2578 gnatkr in GNAT 3.15p vs later.
2579
2580 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
2581 ada-procedure-start-regexp.
2582 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
2583
2584 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
2585 with defvar.
2586 (ada-language-version): Rename ada05 -> ada2005.
2587 (ada-align-region-separate): Add `eval-when-compile'.
2588 (ada-name-regexp): Remove unneeded escapes in regexp character
2589 alternative.
2590 (ada-compile-goto-error-file-linenr-re): New constant.
2591 (ada-matching-start-re): Handle additional cases `declare',
2592 `procedure', `function'.
2593 (ada-compile-goto-error): Handle "... at line nn".
2594 (ada-mode): Clearer syntax, comments for ff-special-constructs.
2595 Delete support for old versions of `align'.
2596 (ada-search-prev-end-stmt): Handle additional keyword `private'.
2597 (ada-check-defun-name): Simplify handling of `declare'.
2598 (ada-goto-matching-start): Handle nested `begin ... end'.
2599 Handle `declare', `protected', `procedure', `function'.
2600 (ada-create-menu): Presence of arm95 is not conditional on using
2601 GNAT compiler.
2602
2603 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
2604
2605 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
2606 nil in the *RE-Builder* buffer (it causes spurious error messages).
2607
2608 * server.el (server-visit-files): If `minibuffer-auto-raise' has
2609 been set to t, respect it.
2610
2611 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
2612
2613 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
2614 Delete commented out code for old Emacs versions. Autoloading of
2615 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
2616 (ada-mode-version): Bump version number.
2617 (ada-95-string-keywords, ada-2005-string-keywords)
2618 (ada-2005-keywords, ada-name-regexp): New constant.
2619 (ada-language-version, ada-procedure-start-regexp, ada-mode)
2620 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
2621 (ada-package-start-regexp): Support private packages, include package
2622 name (for ada-set-point-accordingly).
2623 (ada-next-procedure, ada-previous-procedure)
2624 (ada-which-function-are-we-in): Match changes to
2625 ada-procedure-start-regexp.
2626 (ada-make-body): Make non-interactive; not a user function.
2627 (ada-make-subprogram-body): Improve doc string.
2628
2629 2006-11-11 Romain Francoise <romain@orebokech.com>
2630
2631 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
2632 `compilation-error-regexp-alist' buffer-local, since we changed
2633 `compilation-error-regexp-alist-alist' locally.
2634
2635 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
2638 to the value of `server-raise-frame'.
2639
2640 2006-11-11 Glenn Morris <rgm@gnu.org>
2641
2642 * ido.el (ido-enable-prefix)
2643 * ses.el (ses-call-printer-return)
2644 * net/tramp.el (tramp-unified-filenames)
2645 * progmodes/cc-align.el (c-lineup-string-cont)
2646 * progmodes/compile.el (compilation-directory-matcher)
2647 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2648 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2649 (vhdl-clock-rising-edge)
2650 * textmodes/org.el (org-export-with-timestamps)
2651 (org-export-remove-timestamps-from-toc)
2652 (org-export-with-tags): Improve previous doc fixes.
2653
2654 2006-11-11 Richard Stallman <rms@gnu.org>
2655
2656 * textmodes/flyspell.el (flyspell-mode-map):
2657 Bind C-c $ instead of M-RET.
2658
2659 2006-11-10 Simon Marshall <simon@gnu.org>
2660
2661 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
2662 fontification for "case" and "default" keywords.
2663
2664 2006-11-10 Andreas Schwab <schwab@suse.de>
2665
2666 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
2667 Avoid starting sentence with "nil".
2668
2669 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
2670
2671 * server.el (server-raise-frame): New option.
2672 (server-switch-buffer): Use it.
2673
2674 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
2675
2676 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
2677 with a capital.
2678
2679 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2680
2681 * textmodes/org.el (org-show-hierarchy-above)
2682 (org-show-following-heading): Fix typo in default value.
2683 (org-scan-tags): Make the search case-sensitive.
2684 (org-tags-sparse-tree): Don't overrule
2685 `org-show-following-heading' and `org-show-hierarchy-above'.
2686 (org-reveal): New command.
2687 (org-show-context): Rename from `org-show-hierarchy-above'.
2688 (org-fast-tag-selection-single-key): New option.
2689 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
2690 (org-tags-overlay): New variable.
2691 (org-agenda-todo-ignore-deadlines): New option.
2692 ("session"): Add circular data structure `org-mark-ring' to
2693 exceptions list in session.el.
2694 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
2695 New options.
2696 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
2697 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
2698 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
2699 (org-finalize-agenda): Activate bracket links in agenda.
2700 (org-at-timestamp-p, org-at-date-range-p): Additional argument
2701 INACTIVE-OK.
2702 (org-show-hierarchy-above, org-show-following-heading):
2703 List values allowed for fine-tuned configuration.
2704 (org-show-hierarchy-above): New argument CONTEXT, use the
2705 fine-tuned settings in `org-show-hierarchy-above' and
2706 `org-show-following-heading'.
2707 (org-display-custom-time): New function.
2708 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
2709 (org-display-custom-times, org-time-stamp-custom-formats):
2710 (org-maybe-intangible): New macro.
2711 (org-activate-bracket-links, org-hide-wide-columns):
2712 Use `org-maybe-intangible'.
2713 (org-open-file): Use `shell-quote-argument'.
2714 (org-display-internal-link-with-indirect-buffer): New option.
2715 (org-file-remote-p): Get regexp from list.
2716 (org-link-expand-abbrev): New function.
2717 (org-link-abbrev-alist): New option.
2718 (org-open-at-point, org-cleaned-string-for-export):
2719 Call `org-link-expand-abbrev'.
2720 (org-timeline, org-agenda-list, org-todo-list)
2721 (org-tags-view): Remove the KEEP-MODES argument.
2722 (org-finalize-agenda-hook): New hook.
2723 (org-get-alist-option): New function.
2724 (org-follow-timestamp-link): New function.
2725 (org-open-at-point): Call `org-follow-timestamp-link'.
2726 (org-log-note-marker, org-log-note-purpose)
2727 (org-log-note-window-configuration): New variables.
2728 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
2729 (org-log-note-headings): New option.
2730 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
2731 (org-store-link): Support for dired-mode.
2732 (org-open-file): Substitute environment variables into filename.
2733 (org-last): New defsubst.
2734 (org-agenda-re-align-tags): New function.
2735 (org-agenda-align-tags-to-column): New option.
2736 (org-agenda-timeline): Group removed.
2737 (org-prepare-agenda, org-prepare-agenda-buffers)
2738 (org-run-agenda-series, org-timeline, org-agenda-list)
2739 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
2740 the text property inticating the agenda type.
2741 (org-agenda-post-command-hook): Get agenda type from text property
2742 at point.
2743 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
2744 and obey `org-agenda-overriding-arguments'.
2745 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
2746 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2747 (org-agenda-week-view, org-agenda-day-view):
2748 Use `org-agenda-overriding-arguments' to make updating work with
2749 multi-block agendas.
2750 (org-agenda-prefix-format): Allow different formats for the
2751 different agenda entry types.
2752 (org-timeline-prefix-format): Option removed, use
2753 `org-agenda-prefix-format' instead.
2754 (org-prepare-agenda): New function.
2755 (org-select-timeline-window): Option removed, use
2756 `org-select-agenda-window' instead.
2757 (org-respect-restriction): Variable removed.
2758 (org-cmp-tag): New function.
2759 (org-agenda-sorting-strategy, org-entries-lessp):
2760 Implement sorting by last tag.
2761 (org-complete): Better completion in in-buffer option lines.
2762 (org-in-item-p): New function.
2763 (org-org-menu): Add entries for checkboxes.
2764 (org-cycle): Extra brouping in outline-regexp, because it is used
2765 in a search with "^" prepended.
2766 (org-provide-checkbox-statistics): New option.
2767 (org-set-font-lock-defaults): Highlight checkbox statistics.
2768 (org-update-checkbox-count-maybe)
2769 (org-get-checkbox-statistics-face): New functions.
2770 (org-update-checkbox-count): New command.
2771 (org-insert-item, org-toggle-checkbox):
2772 Call `org-update-checkbox-count-maybe'.
2773 (org-export-as-html): XEmacs compatibility for coding system.
2774 (org-force-cycle-archived): New command.
2775 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
2776 overrules cycling.
2777 (org-fix-position-after-promote): If the line contains only a todo
2778 keyword, add a final space.
2779 (org-promote-subtree, org-demote-subtree):
2780 Call `org-fix-position-after-promote'.
2781
2782 2006-11-10 Glenn Morris <rgm@gnu.org>
2783
2784 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
2785 date in every year.
2786 (calendar-dst-check-each-year-flag): New customizable variable.
2787 (calendar-dst-find-data): New function, extracted from
2788 calendar-current-time-zone.
2789 (calendar-current-time-zone): Use calendar-dst-find-data.
2790 (calendar-dst-transition-cache): New variable.
2791 (calendar-dst-find-startend, calendar-dst-starts)
2792 (calendar-dst-ends): New functions.
2793 (calendar-daylight-savings-starts)
2794 (calendar-daylight-savings-ends): Change value to use
2795 calendar-dst-starts, calendar-dst-ends; respectively.
2796
2797 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
2798
2799 * ido.el (ido-enable-prefix)
2800 * ses.el (ses-call-printer-return)
2801 * net/tramp.el (tramp-unified-filenames)
2802 * progmodes/cc-align.el (c-lineup-string-cont)
2803 * progmodes/compile.el (compilation-directory-matcher)
2804 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2805 * progmodes/gdb-ui.el (gdb-many-windows)
2806 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2807 (vhdl-clock-rising-edge)
2808 * textmodes/org.el (org-export-with-timestamps)
2809 (org-export-remove-timestamps-from-toc, org-export-with-tags)
2810 (org-read-date): Doc fix (Nil -> nil).
2811
2812 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2813
2814 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2815 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
2816
2817 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
2818
2819 * bs.el (bs--window-for-buffer): Remove.
2820 (bs--show-with-configuration): Use `get-window-with-predicate'
2821 instead of `bs--window-for-buffer'.
2822
2823 2006-11-10 Kenichi Handa <handa@m17n.org>
2824
2825 * files.el (revert-buffer): Fix previous change.
2826
2827 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
2828
2829 * bs.el (bs--redisplay): Fix typo in docstring.
2830 (bs--window-config-coming-from): Make frame-local.
2831 (bs--restore-window-config): New function.
2832 (bs-kill, bs-select, bs-select-other-window)
2833 (bs-select-other-frame): Use it.
2834 (bs--window-for-buffer): Return as soon as a matching buffer is found.
2835 (bs--show-with-configuration): Save the window configuration as a
2836 frame local var, and only if *buffer-selection* is not already
2837 visible on this frame.
2838
2839 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * vc-svn.el (vc-svn-admin-directory): New var.
2842 (vc-svn-registered, vc-svn-responsible-p)
2843 (vc-svn-repository-hostname): Use it.
2844 Suggested by arit93@yahoo.com.
2845
2846 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * ldefs-boot.el: Regenerate.
2849
2850 2006-11-08 Alan Mackenzie <acm@muc.de>
2851
2852 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
2853 case (eq open-paren-in-column-0-is-defun-start nil) by searching
2854 for least nested open-paren.
2855
2856 2006-11-08 Romain Francoise <romain@orebokech.com>
2857
2858 * subr.el (remove-overlays): Fix typo in last change.
2859
2860 2006-11-08 Richard Stallman <rms@gnu.org>
2861
2862 * subr.el (remove-overlays): Call overlay-recenter.
2863
2864 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2865
2866 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2867 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
2868 behaviour.
2869 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
2870 directly.
2871
2872 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2873
2874 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
2875 (ido-max-dir-file-cache, ido-decorations)
2876 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
2877 (ido-magic-backward-char, ido-enter-dired)
2878 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
2879 (ido-list-directory, ido-first-match, ido-only-match)
2880 (ido-subdir, ido-indicator): Fix typos in docstrings.
2881 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
2882 (ido-read-internal): Fix typo in error message.
2883
2884 2006-11-08 Kenichi Handa <handa@m17n.org>
2885
2886 * international/mule-cmds.el (set-default-coding-systems):
2887 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
2888
2889 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * makefile.w32-in (setwins): Remove.
2892 (WINS_ALMOST): New macro.
2893 (WINS): Use it.
2894 (autoloads): Don't extract autoloads from files in obsolete/.
2895
2896 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * whitespace.el (whitespace-buffer): Call remove-overlays after
2899 overlay-recenter for performance. Suggested by Martin Rudalics.
2900
2901 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * net/tramp.el (tramp-default-method): scp is the default method.
2904
2905 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * server.el (server-start): Save also the Emacs pid in the server file.
2908
2909 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
2910
2911 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
2912 point when displaying a bibtex cross reference in the echo area.
2913
2914 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * international/mule.el (make-char): Fix typo in docstring.
2917 (load-with-code-conversion, charsetp): Doc fixes.
2918
2919 * international/ja-dic-cnv.el (skkdic-convert):
2920 * cus-edit.el (hook): Fix typo in docstring.
2921
2922 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * cus-edit.el (custom-mode-map): Move defvar above code using it.
2925 (custom-mode-link-map): New variable.
2926 (custom-group-link, custom-manual): Use follow-link.
2927
2928 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2929
2930 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
2931 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
2932
2933 2006-11-06 Richard Stallman <rms@gnu.org>
2934
2935 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2936 New function broken out of flyspell-correct-word.
2937 (flyspell-mode-map): Bind it to M-RET.
2938 (flyspell-correct-word): Call it.
2939
2940 * textmodes/fill.el (fill-minibuffer-function): New function.
2941 (fill-paragraph): Bind fill-paragraph-function to
2942 fill-minibuffer-function.
2943
2944 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
2945 so that they aren't undefined.
2946
2947 * dired.el (dired-readin): Locally bind file-name-coding-system.
2948
2949 * bindings.el: Shorten and clarify usual mode line mouse help string.
2950
2951 * Makefile.in (autoloads): Don't include `obsolete'.
2952
2953 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2956 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
2957 Printing menu if it's not initialized.
2958 (pr-menu-bind): Act on menu-bar-file-menu directly.
2959
2960 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * help.el (view-emacs-news): Fix typo in error message.
2963
2964 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
2965
2966 * shadowfile.el (shadow-define-regexp-group)
2967 (shadow-literal-groups, shadow-insert-var): Doc fixes.
2968 (shadow-read-files): Fix typo in message.
2969 (shadow-inhibit-overload, shadow-find, shadow-suffix)
2970 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
2971 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
2972 (shadow-file-match): Fix typos in docstrings.
2973
2974 * terminal.el (terminal-emulator): Fix typo in message.
2975
2976 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
2977
2978 * emacs-lisp/lselect.el (x-kill-primary-selection)
2979 (x-delete-primary-selection, x-copy-primary-selection):
2980 Fix typos in error messages.
2981
2982 * emulation/edt-mapper.el: Fix typo in interactive message.
2983
2984 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
2985
2986 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
2987 (ispell-help): Fix typos in docstrings.
2988 (ispell-help): Fix typo in output message.
2989
2990 * allout.el (allout-adjust-file-variable)
2991 (allout-passphrase-verifier-string)
2992 (allout-passphrase-hint-string)
2993 (allout-toggle-current-subtree-encryption):
2994 * apropos.el (apropos-synonyms):
2995 * cus-edit.el (hook):
2996 * emacs-lock.el (emacs-lock-from-exiting):
2997 * follow.el (follow-avoid-tail-recenter-p):
2998 * hexl.el (hexl-mode):
2999 * mouse-copy.el (mouse-copy-work-around-drag-bug):
3000 * mouse.el (mouse-set-font):
3001 * resume.el (resume-emacs-args-file):
3002 * rfn-eshadow.el (file-name-shadow-tty-properties):
3003 * t-mouse.el (t-mouse-process, t-mouse-mode):
3004 * emacs-lisp/cust-print.el (custom-print-install)
3005 (custom-print-uninstall, custom-format):
3006 * emacs-lisp/shadow.el (list-load-path-shadows):
3007 * emulation/tpu-edt.el (tpu-help-text)
3008 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3009 (tpu-reset-control-keys):
3010 * emulation/vip.el (vip-emacs-local-map)
3011 (vip-change-mode-to-emacs):
3012 * emulation/viper.el (viper-mode, viper-set-hooks)
3013 (viper-major-mode-modifier-list):
3014 * emulation/viper-init.el (viper-emacs-state-cursor-color):
3015 * emulation/viper-keym.el (viper-emacs-kbd-map)
3016 (viper-toggle-key):
3017 * mail/feedmail.el (feedmail-queue-reminder)
3018 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3019 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3020 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3021 (feedmail-sender-line, feedmail-force-binary-write)
3022 (feedmail-from-line, feedmail-deduce-envelope-from)
3023 (feedmail-x-mailer-line, feedmail-message-id-generator)
3024 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3025 (feedmail-enable-spray, feedmail-spray-this-address)
3026 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3027 (feedmail-queue-runner-confirm-global)
3028 (feedmail-ask-before-queue-prompt)
3029 (feedmail-ask-before-queue-reprompt)
3030 (feedmail-prompt-before-queue-standard-alist)
3031 (feedmail-prompt-before-queue-user-alist)
3032 (feedmail-prompt-before-queue-help-supplement)
3033 (feedmail-queue-use-send-time-for-message-id)
3034 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3035 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3036 (feedmail-mail-send-hook-queued)
3037 (feedmail-confirm-addresses-hook-example)
3038 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
3039 (feedmail-queue-runner-mode-setter)
3040 (feedmail-queue-alternative-mail-header-separator)
3041 (feedmail-queue-runner-message-sender)
3042 (feedmail-buffer-eating-function, feedmail-binmail-template)
3043 (feedmail-run-the-queue-no-prompts)
3044 (feedmail-run-the-queue-global-prompt)
3045 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
3046 (feedmail-envelope-deducer, feedmail-fiddle-date)
3047 (feedmail-default-message-id-generator)
3048 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
3049 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
3050 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
3051 (vms-pmail-setup):
3052 * play/dunnet.el (dun-help):
3053 * play/handwrite.el (handwrite):
3054 * play/hanoi.el (hanoi-unix-64):
3055 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3056 * textmodes/enriched.el (fixed):
3057 * textmodes/org.el (org-file-apps)
3058 (org-emphasis-regexp-components, org-emphasis-alist):
3059 * textmodes/texinfmt.el (batch-texinfo-format):
3060 Fix typos in docstrings.
3061
3062 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * loadhist.el (read-feature): Don't complete features not loaded
3065 from a file (which make `unload-feature' to fail).
3066
3067 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
3068
3069 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
3070
3071 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * startup.el (command-line-1): Kill emacs if the last frame is
3074 deleted while evaluating the command-line arguments.
3075
3076 2006-11-05 Richard Stallman <rms@gnu.org>
3077
3078 * startup.el (init-file-had-error): Add doc string.
3079 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
3080 Use fixed-width font for keyboard key descriptions.
3081
3082 * cus-edit.el (custom-save-all): Error if saving in .emacs
3083 and it had an error when loaded.
3084
3085 * dired-aux.el (dired-copy-file-recursive): Catch errors
3086 from recursive copies in the loop, around the recursive call.
3087
3088 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3089
3090 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
3091 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
3092 `/proc/acpi/thermal_zone/*'.
3093 (battery-search-for-one-match-in-files): New. Search a regexp in
3094 the content of some files.
3095
3096 2006-11-05 Martin Rudalics <rudalics@gmx.at>
3097
3098 * window.el (mouse-autoselect-window-now): Remove variable.
3099 (mouse-autoselect-window-state): New variable.
3100 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
3101 (mouse-autoselect-window-select, handle-select-window):
3102 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
3103 Suspend delayed autoselection during menu or popup dialog.
3104
3105 * info-look.el (info-lookup-guess-custom-symbol): New function
3106 for retrieving symbol at point in custom buffers.
3107 (top level) <info-lookup-maybe-add-help>: Add backquote and
3108 comma to ignored characters in regexps of help specifications
3109 for emacs-lisp-mode and lisp-interaction-mode. This permits
3110 looking up symbols in `...' and after a comma. Add help
3111 specifications for custom-mode and help-mode.
3112
3113 2006-11-04 Eli Zaretskii <eliz@gnu.org>
3114
3115 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
3116 Don't encode body if RAW is non-nil, or if the old encoding is
3117 identical to the new encoding, or if the body contains only
3118 eight-bit-* characters.
3119
3120 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3121
3122 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
3123 (faces-sample-overlay): Remove variable.
3124 (describe-face): Insert sample text in the face being described.
3125
3126 2006-11-04 Martin Rudalics <rudalics@gmx.at>
3127
3128 * whitespace.el (whitespace-indent-regexp): Make this match any
3129 multiples of eight spaces near the beginning of a line.
3130 (whitespace-buffer): Use `remove-overlays' instead of
3131 `whitespace-unhighlight-the-space' and `overlay-recenter' to
3132 speed up overlay handling.
3133 (whitespace-buffer-leading, whitespace-buffer-trailing):
3134 Make these functions highlight the text removed by
3135 `whitespace-buffer-leading-cleanup' and
3136 `whitespace-buffer-trailing-cleanup' respectively.
3137 (whitespace-buffer-search): Use `with-local-quit'.
3138 Move `format' out of loop to speed up scanning larger buffers.
3139 (whitespace-unhighlight-the-space): Remove `remove-hook' since
3140 that function is never added to a hook.
3141 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
3142 (whitespace-buffer-leading-cleanup)
3143 (whitespace-refresh-rescan-list): Fix docstrings.
3144
3145 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
3146
3147 * allout.el (allout-during-yank-processing): Cue for inhibiting
3148 aberrance processing during yanks.
3149 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
3150 the amount of yanked topics that can be aberrant.
3151 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
3152 a function, and supplement with inihibition of doublechecking
3153 during yanks.
3154 (allout-beginning-of-line, allout-next-heading)
3155 (allout-previous-heading, allout-goto-prefix-doublechecked)
3156 (allout-back-to-current-heading, allout-next-visible-heading)
3157 (allout-next-sibling): Use new allout-do-doublecheck function.
3158 (allout-next-sibling): Ensure we made progress when returning
3159 other than nil.
3160 (allout-rebullet-heading): Preserve text property annotations
3161 indicating the text was hidden, if it was.
3162 (allout-kill-line): Remove any added was-hidden annotations.
3163 (allout-kill-topic): Remove any added was-hidden annotations.
3164 (allout-annotate-hidden): Inhibit adding was-hidden text
3165 properties to the undo list.
3166 (allout-deannotate-hidden): New function to remove was-hidden
3167 annotation.
3168 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
3169 (allout-remove-exposure-annotation): Replace by
3170 allout-deannotate-hidden.
3171 (allout-yank-processing): Signal that yank processing is happening
3172 with allout-during-yank-processing. Also, wrap
3173 allout-unprotected's closer to the text changes, for easier
3174 debugging. We need to inhibit-field-text-motion explicitly, in
3175 lieu of the encompassing allout-unprotected.
3176 (outlineify-sticky): Adjust criteria for triggering new outline
3177 decorations to presence or absence of any topics, not just a topic
3178 at the beginning of the buffer.
3179
3180 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3181
3182 * bs.el (bs--show-all, bs--redisplay):
3183 * cus-edit.el (custom-unlispify-menu-entries)
3184 (custom-unlispify-tag-names, custom-prompt-variable):
3185 * expand.el (expand-pos):
3186 * speedbar.el (speedbar-generic-list-tag-p):
3187 * wid-edit.el (widget-image-enable):
3188 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
3189 * emacs-lisp/find-func.el (find-function-noselect)
3190 (find-function, find-variable-noselect, find-variable)
3191 (find-definition-noselect, find-face-definition):
3192 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
3193 * net/eudc-vars.el (eudc-expansion-overwrites-query):
3194 * progmodes/ada-xref.el (ada-find-in-ali):
3195 * textmodes/flyspell.el (flyspell-check-tex-math-command):
3196 * textmodes/org.el (org-copy-subtree):
3197 * textmodes/table.el (table--row-column-insertion-point-p):
3198 Use "non-nil" in docstrings.
3199
3200 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
3201
3202 * sort.el (sort-columns): Set the field separator to tab; on
3203 NetBSD, sort complains if "\n" is used as field separator.
3204
3205 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
3206
3207 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
3208
3209 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * server.el (server-auth-key): Remove. Replace by a process-property.
3212 (server-start): Don't remove the file of the previous process, but
3213 instead clear out the place for the new file.
3214 (server-start): Set the :auth-key property.
3215 (server-process-filter): Use the :auth-key property.
3216
3217 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
3218
3219 * textmodes/org.el (org-mode-map): No longer copy
3220 `outline-mode-map' explicitly - this is already done by
3221 `define-derived-mode'.
3222
3223 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
3224
3225 * server.el (server-visit-files): Use `when'.
3226 (server-process-filter): When authentication fails, send error
3227 message to client. Wrap `process-send-region' in `ignore-errors'
3228 instead of `condition-case', and remove misleading comment.
3229
3230 2006-11-01 Juri Linkov <juri@jurta.org>
3231
3232 * simple.el (yank): Doc fix.
3233
3234 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * server.el: Try and fit within 80 columns.
3237 (server-start): Make the auth file unreadable by other users.
3238
3239 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3240
3241 * battery.el (battery-linux-proc-acpi): Prevent range error when
3242 `full-capacity' is 0.
3243
3244 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3245
3246 * faces.el (faces-sample-overlay): New defvar.
3247 (faces-sample-overlay): New function to show face sample text.
3248 (describe-face): Use it.
3249
3250 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
3251
3252 * progmodes/ada-stmt.el: Change maintainer, apply
3253 whitespace-cleanup, checkdoc.
3254 (ada-func-or-proc-name): Add doc string.
3255
3256 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
3257 whitespace-cleanup, checkdoc. Minor improvements to many doc
3258 strings and comments.
3259 (ada-prj-display-page): Change buffer name to more accurately
3260 reflect function.
3261
3262 * progmodes/ada-xref.el: Change maintainer, apply
3263 whitespace-cleanup, checkdoc. Minor improvements to many doc
3264 strings and comments. Don't look for `gvd' or `ddd' debuggers.
3265 (ada-compile-current): Don't add newlines to commands.
3266
3267 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * server.el: Add support for TCP sockets.
3270 (server-use-tcp, server-host, server-auth-dir): New options.
3271 (server-auth-key): New variable.
3272 (server-ensure-safe-dir): Create nonexistent parent dirs.
3273 Ignore Unix-style file modes on Windows.
3274 (server-start): Crete a TCP or Unix socket according to the value
3275 of `server-use-tcp'. For TCP sockets, create the id/auth file in
3276 `server-auth-dir' directory.
3277 (server-process-filter): Delete process if authentication
3278 fails (which never happens for Unix sockets).
3279
3280 2006-10-30 David Kastrup <dak@gnu.org>
3281
3282 * subr.el (add-to-list): Don't continue checking if a match has
3283 been found.
3284
3285 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * tutorial.el: Move defvars to avoid bytecomp warnings.
3288 (tutorial--find-changed-keys): Check if viper-current-state is
3289 bound before using it.
3290 (help-with-tutorial): Check if viper-tutorial is defined before
3291 using it.
3292
3293 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
3294
3295 * help-fns.el (help-with-tutorial): Move to tutorial.el.
3296
3297 * tutorial.el: New file.
3298 (help-with-tutorial): Move here from help-fns.el. Added help for
3299 rebound keys. Fixed resume of tutorial.
3300 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
3301 (tutorial--find-changed-keys, tutorial--display-changes)
3302 (tutorial--saved-dir, tutorial--saved-file)
3303 (tutorial--save-tutorial): New functions to support the changes in
3304 help-with-tutorial.
3305
3306 2006-10-30 Kenichi Handa <handa@m17n.org>
3307
3308 * files.el (revert-buffer): If a unibyte buffer is being reverted
3309 with a coding system for multibyte, set buffer multibyte before
3310 calling insert-file-contents.
3311
3312 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * server.el (server-select-display): Use a dummy buffer to detect when
3315 the frame is later used.
3316 (server-select-display): New function.
3317 (server-process-filter): Use it to detect unused temp frames.
3318
3319 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
3320
3321 * progmodes/ada-mode.el: Change maintainer, apply
3322 whitespace-clean, checkdoc. Minor improvements to many doc strings.
3323 (ada-mode-version): New function.
3324 (ada-create-menu): Menu operations are available for all supported
3325 compilers.
3326
3327 2006-10-29 Lars Hansen <larsh@soem.dk>
3328
3329 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
3330 Highlight as keyword.
3331 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
3332 Don't call tramp-method-out-of-band-p for local files.
3333 (tramp-touch): Quote file name.
3334
3335 2006-10-28 Glenn Morris <rgm@gnu.org>
3336
3337 * calendar/calendar.el (cal-html-cursor-month)
3338 (cal-html-cursor-year): Add autoloads for this new package.
3339 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3340
3341 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
3342
3343 * calendar/cal-html.el: New file.
3344
3345 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
3346
3347 * emacs-lisp/authors.el (authors-aliases): Update.
3348
3349 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * version.el (emacs-version): Bump version number to 22.0.90.
3352
3353 2006-10-26 John W. Eaton <jwe@octave.org>
3354
3355 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
3356 New defvar.
3357 (inferior-octave-resync-dirs): Check to see whether Octave has
3358 built-in variables and set inferior-octave-has-built-in-variables.
3359 Check inferior-octave-has-built-in-variables to decide whether to
3360 send commands that set built-in variables or call functions to
3361 change Octave's behavior.
3362 Send "disp (pwd ())" to Octave instead of just "pwd".
3363 (inferior-octave-startup): Send "more off" to Octave instead of
3364 "page_screen_output = 0".
3365
3366 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
3369 pattern normally.
3370
3371 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * bindings.el (mode-line-mode-menu): Remove bindings for global
3374 minor modes (line/column number) as they are on the menubar.
3375
3376 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * term/w32-win.el (x-handle-name-switch): Doc fix.
3379 (w32-standard-fontset-spec): Fix typo in docstring.
3380
3381 * midnight.el (midnight-buffer-display-time): Doc fix.
3382 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
3383
3384 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
3385
3386 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
3387
3388 * viper-ex.el (ex-read): Quote file argument.
3389
3390 * ediff-diff.el (ediff-same-file-contents): Expand file names.
3391
3392 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
3393
3394 2006-10-22 Martin Rudalics <rudalics@gmx.at>
3395
3396 * textmodes/flyspell.el (flyspell-check-region-doublons):
3397 Fix last fix.
3398
3399 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
3400
3401 * bindings.el (mode-line-mode-menu): List global minor modes
3402 before local ones.
3403
3404 2006-10-23 Kim F. Storm <storm@cua.dk>
3405
3406 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3407 (sit-for): If last command was a prefix arg, add the read-ahead
3408 event to unread-command-events as (t . EVENT) so it will be added
3409 to this-command-keys by read-key-sequence.
3410
3411 2006-10-22 Martin Rudalics <rudalics@gmx.at>
3412
3413 * textmodes/flyspell.el (flyspell-word): Skip past all previous
3414 whitespace when checking doublons.
3415 (flyspell-check-region-doublons): Fix doublon regexp.
3416 (flyspell-highlight-incorrect-region): Highlight doublons using
3417 flyspell-duplicate face.
3418
3419 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3420
3421 2006-10-22 John Wiegley <johnw@newartisans.com>
3422
3423 * progmodes/python.el (python-use-skeletons): python-mode was
3424 auto-inserting templates (for those with abbrev-mode on), not only
3425 by default -- *but without a configuration variable to disable
3426 it*. This rendered python-mode completely useless for me, so I
3427 have added `python-use-skeletons', which is now off by default.
3428
3429 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * progmodes/cperl-mode.el (cperl-mode): Don't assume
3432 font-lock-multiline is auto-local (it's not).
3433 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3434 initialized before calling cperl-init-faces.
3435
3436 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
3437
3438 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3439 gdb-stack-position a value when there is no fringe.
3440
3441 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3442 indicator if not visiting a file.
3443
3444 2006-10-20 David Kastrup <dak@gnu.org>
3445
3446 * window.el (kill-buffer-and-window): Fix a bug where an aborted
3447 operation would still cause some window to collapse later.
3448
3449 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * vc.el (vc-switch-backend): Try to be more careful with unwanted
3452 side-effect due to mixing various backends's file properties.
3453
3454 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3455 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
3456 Return `filename's status if applicable. Update callers.
3457
3458 2006-10-19 Kenichi Handa <handa@m17n.org>
3459
3460 * international/kkc.el (kkc-region): When a key sequence is not
3461 defined, append (this-single-command-raw-keys) to
3462 unread-input-method-events.
3463
3464 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
3465
3466 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
3467
3468 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3469
3470 * version.el (emacs-version): Use mac-carbon-version-string.
3471
3472 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
3473
3474 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3475
3476 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
3477 Kenichi Handa).
3478 (xselect-convert-to-string): Decline requests for UTF8_STRING if
3479 the selection is not UTF-8.
3480
3481 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
3482
3483 * progmodes/ada-mode.el (ada-83-string-keywords)
3484 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
3485 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
3486 (ada-looking-at-semi-private, ada-get-body-name):
3487 Fix typos in docstrings.
3488 (ada-create-case-exception, ada-create-case-exception-substring):
3489 Fix typos in error messages.
3490 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
3491
3492 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3493
3494 * term/x-win.el (res-geometry): Don't set geometry from Xresources
3495 to default-frame-alist if default-frame-alist already contains
3496 width/height.
3497
3498 2006-10-18 Richard Stallman <rms@gnu.org>
3499
3500 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
3501 Non-interactive arg is the value, not the expression.
3502
3503 * simple.el (read-expression-map): Just set it, no defvar.
3504
3505 * subr.el (insert-for-yank-1): If last inserted char has
3506 properties, mark them as rear-nonsticky.
3507
3508 * recentf.el (recentf-mode): Doc fix.
3509
3510 * facemenu.el (facemenu-add-new-face): Defend against symbol
3511 that isn't a face name.
3512
3513 * dired-aux.el (dired-do-copy): Doc fix.
3514
3515 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * simple.el (line-move-1): Ignore fields when moving to the
3518 beginning of line to avoid getting point stuck.
3519
3520 2006-10-18 Martin Rudalics <rudalics@gmx.at>
3521
3522 * textmodes/flyspell.el (flyspell-word-search-backward):
3523 Set inhibit-point-motion-hooks to avoid looping due to intangibile
3524 text.
3525
3526 2006-10-16 Richard Stallman <rms@gnu.org>
3527
3528 * help-fns.el (describe-function-1): Special case optimization
3529 for self-insert-command.
3530
3531 2006-10-16 Kim F. Storm <storm@cua.dk>
3532
3533 * ido.el (ido-reread-directory): Work in `dir' mode too.
3534
3535 2006-10-15 Martin Rudalics <rudalics@gmx.at>
3536
3537 * textmodes/table.el: Require 'regexp-opt.
3538
3539 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
3540
3541 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
3542 Use shell-quote-argument.
3543
3544 * shell.el (explicit-bash-args): Likewise.
3545
3546 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
3547 Use grep -E rather than egrep.
3548
3549 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3550
3551 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
3552
3553 2006-10-15 Kim F. Storm <storm@cua.dk>
3554
3555 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
3556
3557 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3558
3559 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
3560 to protect whitespace and metacharacters from the shell.
3561
3562 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3563
3564 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
3565
3566 2006-10-13 Eli Zaretskii <eliz@gnu.org>
3567
3568 * subr.el (start-process-shell-command): Doc fix.
3569
3570 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
3571
3572 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
3573 the regexp for Maxima symbols.
3574
3575 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
3578 (vc-find-root): Don't walk higher up than ~.
3579
3580 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
3581
3582 * international/utf-8.el (utf-translate-cjk-load-tables):
3583 Avoid clobbering last-coding-system-used during load.
3584
3585 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
3586
3587 * textmodes/reftex-global.el (reftex-create-tags-file):
3588 Quote file arguments.
3589
3590 2006-10-12 Richard Stallman <rms@gnu.org>
3591
3592 * files.el (file-name-history): Add defvar.
3593 (save-some-buffers-action-alist): Improve description strings.
3594
3595 2006-10-12 Andreas Schwab <schwab@suse.de>
3596
3597 * files.el (auto-mode-alist): Match change log file name also with
3598 a dash before a numeric extension.
3599
3600 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
3601
3602 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
3603 After 5.0:
3604 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
3605
3606 After 5.1: Major edit. Summary of most visible changes:
3607
3608 - Multiple <<HERE per line allowed.
3609 - Handles multiline subroutine declaration headers (with comments).
3610 (The exception is `cperl-etags' - but it is not used in the rest
3611 of the mode.)
3612 - Fontifies multiline my/our declarations (even with comments,
3613 and with legacy `font-lock').
3614 - Major speedup of syntaxification, both immediate and postponed
3615 (3.5x to 15x [for different CPUs and versions of Emacs] on the
3616 huge real-life document I tested).
3617 - New bindings, edits to imenu.
3618 - "_" is made into word-char during fontification/syntaxification;
3619 some attempts to recognize non-word "_" during other operations too.
3620 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
3621 - autoload some more perldoc-related stuff
3622 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
3623 - Attempt to incorporate XEmacs edits which reached me.
3624
3625 Fine-grained changelog:
3626 (cperl-hook-after-change): New configuration variable.
3627 (cperl-vc-sccs-header): Likewise.
3628 (cperl-vc-sccs-header): Likewise.
3629 (cperl-vc-header-alist): Default via two preceding variables.
3630 (cperl-invalid-face): Remove double quoting under XEmacs
3631 (still needed under 21.2).
3632 (cperl-tips): Update URLs for resources.
3633 (cperl-problems): Likewise.
3634 (cperl-praise): Mention new features.
3635 New C-c key bindings: for `cperl-find-bad-style',
3636 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
3637 `cperl-perdoc', and `cperl-perldoc-at-point'.
3638 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
3639 moved, new submenu of Tools with Ispell entries and narrowing.
3640 (cperl-after-sub-regexp): New defsubst.
3641 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
3642 Allows heads up to head4.
3643 Allow "package;".
3644 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
3645 (paren-backwards-message): ??? Something for XEmacs???
3646 (cperl-mode): Never auto-switch abbrev-mode off.
3647 Try to allow '_' be non-word char.
3648 Do not use `font-lock-unfontify-region-function' on XEmacs.
3649 Reset syntax cache on mode start.
3650 Support multiline facification (even on legacy `font-lock').
3651 (cperl-facemenu-add-face-function): ??? Some contributed code ???
3652 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
3653 refuse to inform us whether the fontification is due to lazy
3654 calling or due to edit to a buffer, install our own hook
3655 (controlled by `cperl-hook-after-change').
3656 (cperl-electric-pod): =cut may have been recognized as start.
3657 (cperl-block-p): Move, updatedfor attributes.
3658 (cperl-calculate-indent): Try to allow '_' be non-word char
3659 Support subs with attributes.
3660 (cperl-where-am-i): Queit (?) a warning.
3661 (cperl-cached-syntax-table) New function.
3662 (cperl-forward-re): Use `cperl-cached-syntax-table'.
3663 (cperl-unwind-to-safe): Recognize `syntax-type' property
3664 changing in a middle of line.
3665 (cperl-find-sub-attrs): New function.
3666 (cperl-find-pods-heres): Allow many <<EOP per line.
3667 Allow subs with attributes.
3668 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
3669 Recognize "extproc " (OS/2) case-folded and only at start.
3670 /x on s///x with empty replacement was not recognized.
3671 Better comments.
3672 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
3673 Allow subs with attributes, labels.
3674 Do not confuse "else::foo" with "else".
3675 Minor optimizations...
3676 (cperl-after-expr-p): Try to allow '_' be non-word char.
3677 (cperl-fill-paragraph): Try to detect a major bug in Emacs
3678 with `looking-at' inside `narrow' and bulk out if found.
3679 (cperl-imenu--create-perl-index): Updates for new
3680 `cperl-imenu--function-name-regexp-perl'.
3681 (cperl-outline-level): Likewise.
3682 (cperl-init-faces): Allow multiline subroutine headers
3683 and my/our declarations, and ones with comments.
3684 Allow subroutine attributes.
3685 (cperl-imenu-on-info): Better docstring.
3686 (cperl-etags): Rudimentary support for attributes.
3687 Support for packages and "package;".
3688 (cperl-add-tags-recurse-noxs): Better (?) docstring.
3689 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
3690 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
3691 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
3692 (cperl-perldoc): Add autoload.
3693 (cperl-perldoc-at-point): Likewise.
3694 (cperl-here-doc-spell): New function.
3695 (cperl-pod-spell): Likewise.
3696 (cperl-map-pods-heres): Likewise.
3697 (cperl-get-here-doc-region): Likewise.
3698 (cperl-font-lock-fontify-region-function): Likewise (backward
3699 compatibility for legacy `font-lock').
3700 (cperl-font-lock-unfontify-region-function): Fix style.
3701 (cperl-fontify-syntaxically): Recognize and optimize away deferred
3702 calls with no-change. Governed by `cperl-hook-after-change'.
3703 (cperl-fontify-update): Recognize that syntaxification region
3704 can be larger than fontification one.
3705 XXXX we leave `cperl-postpone' property, so this is quadratic...
3706 (cperl-fontify-update-bad): Temporary placeholder until
3707 it is clear how to implement `cperl-fontify-update'.
3708 (cperl-time-fontification): New function.
3709 (attrib-group): New text attribute.
3710 (multiline): New value: `syntax-type' text attribute.
3711
3712 After 5.2:
3713 (cperl-emulate-lazy-lock): New function.
3714 (cperl-fontify-syntaxically): Would skip large regions.
3715 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
3716 Some globals were declared, but uninitialized.
3717
3718 After 5.3, 5.4:
3719 (cperl-facemenu-add-face-function): Add docs, fix U<>.
3720 Copyright message updated.
3721 (cperl-init-faces): Work around a bug in `font-lock'. May slow
3722 facification down a bit.
3723 Misprint for my|our|local for old `font-lock'
3724 "our" was not fontified same as "my|local".
3725 Highlight variables after "my" etc even in
3726 a middle of an expression.
3727 Do not facify multiple variables after my etc
3728 unless parentheses are present.
3729
3730 After 5.5, 5.6
3731 (cperl-fontify-syntaxically): after-change hook could reset.
3732 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
3733
3734 After 5.7:
3735 (cperl-init-faces): Allow highlighting of local ($/).
3736 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
3737 (cperl-problems): Remove fixed problems.
3738 (cperl-find-pods-heres): Recognize #-comments in m##x too.
3739 Recognize charclasses (unless delimiter is \).
3740 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
3741 (cperl-regexp-scan): Update docs.
3742 (cperl-beautify-regexp-piece): Use information got from regexp scan.
3743
3744 After 5.8:
3745 Major user visible changes:
3746 Recognition and fontification of character classes in RExen.
3747 Variable indentation of RExen according to groups.
3748
3749 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
3750 Fontify REx charclasses in variable-name face.
3751 Fontify POSIX charclasses in "type" face.
3752 Fontify unmatched "]" in function-name face.
3753 Mark first-char of HERE-doc as `front-sticky'.
3754 Reset `front-sticky' property when needed.
3755 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
3756 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
3757 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
3758 constructs. Support `narrow'ed buffers.
3759 (cperl-praise): Remove a reservation.
3760 (cperl-make-indent): New function.
3761 (cperl-indent-for-comment): Use `cperl-make-indent'.
3762 (cperl-indent-line): Likewise.
3763 (cperl-lineup): Likewise.
3764 (cperl-beautify-regexp-piece): Likewise.
3765 (cperl-contract-level): Likewise.
3766 (cperl-toggle-set-debug-unwind): New function.
3767 New menu entry for this.
3768 (fill-paragraph-function): Use when `boundp'.
3769 (cperl-calculate-indent): Take into account groups when indenting RExen.
3770 (cperl-to-comment-or-eol): Recognize # which end a string.
3771 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
3772 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
3773 (cperl-fontify-syntaxically): More clear debugging message.
3774 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
3775 (cperl-init-faces): More complicated highlight even on XEmacs (new).
3776 Merge cosmetic changes from XEmacs.
3777
3778 After 5.9:
3779 (cperl-1+): Move to before the first use.
3780 (cperl-1-): Likewise.
3781
3782 After 5.10:
3783
3784 This code may lock Emacs hard!!! Use at your own risk!
3785
3786 (cperl-font-locking): New internal variable.
3787 (cperl-beginning-of-property): New function.
3788 (cperl-calculate-indent): Use `cperl-beginning-of-property'
3789 instead of `previous-single-property-change'.
3790 (cperl-unwind-to-safe): Likewise.
3791 (cperl-after-expr-p): Likewise.
3792 (cperl-get-here-doc-region): Likewise.
3793 (cperl-font-lock-fontify-region-function): Likewise.
3794 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
3795 recursively.
3796 Bound `next-single-property-change' via `point-max'.
3797 (cperl-unwind-to-safe): Bound likewise
3798 (cperl-font-lock-fontify-region-function): Likewise.
3799 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
3800 Initialization of `cperl-font-lock-multiline-start' could be
3801 missed if the "main" fontification did not run due to the
3802 keyword being already fontified.
3803 (cperl-pod-spell): Return t from do-one-chunk function.
3804 (cperl-map-pods-heres): Stop when the worker returns nil.
3805 Call `cperl-update-syntaxification'.
3806 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
3807 (cperl-get-here-doc-delim): Remove unused function.
3808
3809 After 5.11:
3810
3811 The possible lockup of Emacs (introduced in 5.10) fixed.
3812
3813 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
3814 (cperl-syntaxify-for-menu): New customization variable.
3815 (cperl-select-this-pod-or-here-doc): New function.
3816 (cperl-get-here-doc-region): Extra argument.
3817 Do not adjust pos by 1.
3818
3819 New menu entries
3820 (Perl/Tools): Selection of current POD or HERE-DOC section.
3821 (Debugging CPerl:) backtrace on fontification.
3822
3823 After 5.12:
3824 (cperl-cached-syntax-table): Use `car-safe'.
3825 (cperl-forward-re): Remove spurious argument SET-ST.
3826 Add documentation.
3827 (cperl-forward-group-in-re): New function.
3828 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
3829 (XXXX Temporary (?) hack is to syntax-mark them as comment).
3830
3831 After 5.13:
3832 (cperl-string-syntax-table): Make { and } not-grouping
3833 (Sometimes they ARE grouping in RExen, but matching them would only
3834 confuse in many situations when they are not)
3835 (beginning-of-buffer): Replace two occurences with goto-char...
3836 (cperl-calculate-indent): `char-after' could be nil...
3837 (cperl-find-pods-heres): REx can start after "[" too.
3838 Hightlight (??{}) in RExen too.
3839 (cperl-maybe-white-and-comment-rex): New constant
3840 (cperl-white-and-comment-rex): Likewise.
3841 XXXX Not very efficient, but hard to make
3842 better while keeping 1 group.
3843
3844 After 5.13:
3845 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
3846 Likewise for 1 << identifier.
3847
3848 After 5.14:
3849 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
3850 Error-less condition-case could fail.
3851 (cperl-font-lock-fontify-region-function): Likewise.
3852 (cperl-init-faces): Likewise.
3853
3854 After 5.15:
3855 (cperl-find-pods-heres): Support property REx-part2.
3856 (cperl-calculate-indent): Likewise.
3857 Don't special-case REx with non-empty 1st line.
3858 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
3859 Invert highlighting of charclasses:
3860 now the envelop is highlighted.
3861 Highlight many others 0-length builtins.
3862 (cperl-praise): Mention indenting and highlight in RExen.
3863
3864 After 5.15:
3865 (cperl-find-pods-heres): Highlight capturing parens in REx.
3866
3867 After 5.16:
3868 (cperl-find-pods-heres): Highlight '|' for alternation
3869 Initialize `font-lock-warning-face' if not present.
3870 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
3871 `font-lock-function-name-face'.
3872 (cperl-look-at-leading-count): Likewise.
3873 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
3874 `font-lock-keyword-face' (needed for
3875 batch processing), etc...
3876 Use `font-lock-builtin-face' for builtin in REx
3877 Now `font-lock-variable-name-face'
3878 is used for interpolated variables
3879 Use "talking aliases" for faces inside REx
3880 Highlight parts of REx (except in charclasses)
3881 according to the syntax and/or semantic
3882 Syntax-mark a {}-part of (?{}) as "comment"
3883 (it was the ()-part)
3884 Better logic to distinguish what is what in REx
3885 (cperl-tips-faces): Document REx highlighting
3886 (cperl-praise): Mention REx syntax highlight etc.
3887
3888 After 5.17:
3889 (cperl-find-sub-attrs): Would not always manage to print error message.
3890 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
3891
3892 After 5.18:
3893 (cperl-find-pods-heres): Misprint in REx for parsing REx.
3894 Very minor optimization.
3895 `my-cperl-REx-modifiers-face' got quoted.
3896 Recognize "print $foo <<END" as HERE-doc.
3897 Put `REx-interpolated' text attribute if needed.
3898 (cperl-invert-if-unless-modifiers): New function.
3899 (cperl-backward-to-start-of-expr): Likewise.
3900 (cperl-forward-to-end-of-expr): Likewise.
3901 (cperl-invert-if-unless): Works in "the opposite way" too.
3902 Cursor position on return is on the switch-word.
3903 Indents comments better.
3904 (REx-interpolated): New text attribute.
3905 (cperl-next-interpolated-REx): New function.
3906 (cperl-next-interpolated-REx-0): Likewise.
3907 (cperl-next-interpolated-REx-1): Likewise.
3908 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
3909 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
3910 (cperl-praise): Mention finded interpolated RExen.
3911
3912 After 5.19:
3913 (cperl-init-faces): Highlight %$foo, @$foo too.
3914 (cperl-short-docs): Better docs for system, exec.
3915 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
3916 Would not find HERE-doc ended by EOF without NL.
3917 (cperl-short-docs): Correct not-doubled \-escapes.
3918 start block: Put some `defvar' for stuff gone from XEmacs.
3919
3920 After 5.20:
3921 initial comment: Extend copyright, fix email address.
3922 (cperl-indent-comment-at-column-0): New customization variable.
3923 (cperl-comment-indent): Indentation after $#a would increasy by 1.
3924 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
3925 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
3926 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
3927 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
3928 highlight $ in $foo too (UNTESTED).
3929 (cperl-set-style): Docstring missed some available styles.
3930 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
3931 Change "Current" to "Memorize Current".
3932 (cperl-indent-wrt-brace): New customization variable; the default is
3933 as for pre-5.2 version.
3934 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
3935 (cperl-style-alist): Likewise.
3936 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
3937 and `cperl-extra-newline-before-brace' etc
3938 being t
3939 (cperl-indent-exp): Plans B and C to find continuation blocks even
3940 if `cperl-extra-newline-before-brace' is t.
3941
3942 After 5.21:
3943 Improve some docstrings concerning indentation.
3944 (cperl-indent-rules-alist): New variable.
3945 (cperl-sniff-for-indent): New function name
3946 (separated from `cperl-calculate-indent').
3947 (cperl-calculate-indent): Separate the sniffer and the indenter;
3948 uses `cperl-sniff-for-indent' now.
3949 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
3950 was inverted;
3951 Support `comment-column' = 0.
3952
3953 2006-10-11 Martin Rudalics <rudalics@gmx.at>
3954
3955 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
3956 * help-at-pt.el (scan-buf-move-to-region): Likewise.
3957 * longlines.el (longlines-window-change-function): Likewise.
3958 * simple.el (undo-ask-before-discard): Likewise.
3959 * wid-edit.el (widget-field-prompt-internal)
3960 (widget-documentation-link-p): Likewise.
3961
3962 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
3965 for a keyword.
3966
3967 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * newcomment.el (comment-valid-prefix-p): Make the check
3970 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
3971 (comment-indent-new-line): Adjust call.
3972
3973 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
3974
3975 * allout.el (allout-back-to-current-heading): Base on lower-level
3976 routines to get proper disqualification of aberrant topics.
3977
3978 2006-10-09 Richard Stallman <rms@gnu.org>
3979
3980 * textmodes/two-column.el (2C-two-columns): Doc fix.
3981
3982 2006-10-09 Kim F. Storm <storm@cua.dk>
3983
3984 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
3985 about implicit use.
3986
3987 2006-10-08 Richard Stallman <rms@gnu.org>
3988
3989 * textmodes/two-column.el (2C-two-columns): Doc fix.
3990
3991 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
3992
3993 * files.el: Mark `buffer-read-only' as safe-local-variable.
3994
3995 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
3996
3997 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
3998 Burp if GUD buffer has been killed.
3999
4000 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * completion.el (add-completions-from-c-buffer):
4003 Don't presume an error's second element is a string.
4004 Use looking-at rather than buffer-substring + member.
4005
4006 2006-10-07 Eli Zaretskii <eliz@gnu.org>
4007
4008 * mail/rmail.el (rmail-redecode-body): If the old encoding is
4009 `undecided', call find-coding-systems-region to find a proper
4010 non-trivial encoding.
4011 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4012 and "text/plain".
4013
4014 2006-10-07 Kevin Ryde <user42@zip.com.au>
4015
4016 * textmodes/reftex-vars.el (defgroup reftex): Update home page
4017 url-link.
4018
4019 * strokes.el (defgroup strokes): Remove invalid url-link.
4020
4021 2006-10-07 Magnus Henoch <mange@freemail.hu>
4022
4023 * autoinsert.el (auto-insert-alist): Doc fix.
4024
4025 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4026
4027 * mouse-sel.el (mouse-insert-selection-internal):
4028 Use insert-for-yank, so that yank handlers are run.
4029
4030 2006-10-07 Kim F. Storm <storm@cua.dk>
4031
4032 * ido.el (ido-file-extension-aux): Fix comparison.
4033
4034 2006-10-06 Kim F. Storm <storm@cua.dk>
4035
4036 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4037
4038 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
4039
4040 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4041 (ad-make-mapped-call): Use `let', not `let*'.
4042
4043 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * international/mule-cmds.el (coding-system-change-eol-conversion):
4046 Ensure the coding system is initialized before calling
4047 coding-system-eol-type.
4048
4049 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
4050
4051 * textmodes/org.el (org-rm-props, org-activate-plain-links)
4052 (org-activate-angle-links, org-activate-dates)
4053 (org-activate-target-links, org-activate-camels)
4054 (org-activate-tags): Add `rear-nonsticky' text property to avoid
4055 textproperty keymaps from being active beyond the end of a line.
4056 (org-unfontify-region): Also remove `rear-nonsticky' property.
4057
4058 2006-10-04 Kenichi Handa <handa@m17n.org>
4059
4060 * international/code-pages.el (next): Table fixed.
4061
4062 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
4065 that it's been made unnecessary by removing narrowing.
4066
4067 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
4070 control flow a bit, simplify another bit, and add comments.
4071
4072 2006-10-03 David Kastrup <dak@gnu.org>
4073
4074 * help.el (describe-mode): For clicks on mode-line, use "@"
4075 interactive argument to get the major mode of the click instead of
4076 the current buffer.
4077
4078 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
4079 in order to better redirect mouse-2 clicks. Also allow default
4080 bindings to apply.
4081
4082 2006-10-03 Kim F. Storm <storm@cua.dk>
4083
4084 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
4085 (pushnew): Fix last change.
4086
4087 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
4088
4089 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
4090 Use the interactive spec of `eval-expression'.
4091
4092 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
4093
4094 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
4095
4096 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4097
4098 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
4099 2006-09-28 commit.
4100
4101 2006-10-02 Kenichi Handa <handa@m17n.org>
4102
4103 * international/code-pages.el (iso-8859-6): Table fixed.
4104
4105 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
4106
4107 * dired.el (dired-build-subdir-alist): Fix previous change.
4108
4109 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
4110
4111 * simple.el (undo-elt-crosses-region): Fix the inequalities.
4112
4113 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * emacs-lisp/find-func.el (find-function-regexp): Don't match
4116 "define-button-type".
4117
4118 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
4119 they don't keep accumulating.
4120
4121 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4122
4123 * ffap.el (ffap-rfc-path): Change the address of the RFC
4124 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
4125
4126 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
4127
4128 * allout.el (allout-expose-topic): Rectify implementation of "+"
4129 spec, so that bodies are not exposed with headlines.
4130
4131 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
4132
4133 * allout.el (allout-current-depth): Do aberrent check only at or
4134 below doublecheck depth.
4135 (allout-chart-subtree): Make it explicit that LEVELS being nil
4136 means unlimited depth. Drop undocumented support for LEVELS value
4137 t meaning unlimited depth. (This is consistent with
4138 allout-chart-to-reveal, but contrary to allout-show-children,
4139 which needs to use nil to default to depth of 1.)
4140 (allout-goto-prefix-doublechecked): Wrap long docstring line.
4141 (allout-chart-to-reveal): Be explicit in docstring about meaning
4142 of nil LEVELS, and drop support for LEVELS value t.
4143 (allout-show-children): Translate the level spec used by this
4144 routine to that used by allout-chart-subtree and
4145 allout-chart-to-reveal.
4146 (allout-show-to-offshoot): Retry once when stuck, after opening
4147 subtree - improvements in discontinuity handling likely will
4148 enable progress.
4149
4150 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * wid-edit.el (widget-button-click-moves-point): New variable.
4153 (widget-button-click): If widget-button-click-moves-point is
4154 non-nil, set point after performing the button action
4155
4156 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
4157
4158 2006-09-30 Martin Rudalics <rudalics@gmx.at>
4159
4160 * files.el (find-file-existing): Modify to not allow wildcards.
4161
4162 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4163
4164 * simple.el (undo-more): When undo information for the region is
4165 exhausted, say "No further undo information FOR REGION".
4166
4167 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
4168
4169 * progmodes/sh-script.el (sh-prev-thing):
4170 Take `sh-leading-keywords' into account.
4171
4172 2006-09-29 Glenn Morris <rgm@gnu.org>
4173
4174 * custom.el (defcustom): Doc fix.
4175
4176 * calendar/calendar.el (european-calendar-style):
4177 Call european-calendar or american-calendar as needed when set.
4178 (diary-view-entries, list-calendar-holidays): Move autoloads
4179 before use.
4180
4181 2006-09-29 Juri Linkov <juri@jurta.org>
4182
4183 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
4184 to nil if there is no previous property change.
4185
4186 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4187
4188 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
4189 saving anything to be sure that `forward-sexp' behaves correctly.
4190
4191 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
4192
4193 * simple.el (line-move-finish): Ignore field boundaries if the
4194 initial and final points have the same `field' property.
4195
4196 2006-09-29 Kim F. Storm <storm@cua.dk>
4197
4198 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
4199 to t while calling ido-read-internal.
4200
4201 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
4202
4203 * textmodes/org.el (org-file-remote-p): Get regexp from list.
4204 (org-archive-subtree): Remove erraneous `]' from character list.
4205
4206 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
4207
4208 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
4209 (ses-reconstruct-all): Make undo of "insert row" work by keeping
4210 markers for data-area and parameters-area.
4211
4212 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
4215
4216 * font-lock.el (font-lock-after-change-function): Refontify next line
4217 as well if end is at BOL.
4218 (font-lock-extend-jit-lock-region-after-change): Be more careful to
4219 only extend the region as much as needed.
4220
4221 2006-09-28 Richard Stallman <rms@gnu.org>
4222
4223 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
4224
4225 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
4226
4227 * international/mule.el (after-insert-file-set-coding):
4228 If VISIT, don't let set-buffer-multibyte make undo info.
4229
4230 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
4231
4232 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
4233 lines in base64-encoded authentication response.
4234
4235 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4236
4237 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
4238 (ebnf-version): New version 4.3.
4239 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
4240 (ebnf-prologue): Adjust PostScript programming.
4241 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
4242 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
4243
4244 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * jit-lock.el (jit-lock-force-redisplay): Rename from
4247 jit-lock-fontify-again, and undo the mistaken change I've just done.
4248
4249 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
4250 (jit-lock-fontify-again): Don't refontify text that's not displayed.
4251
4252 2006-09-26 Kenichi Handa <handa@m17n.org>
4253
4254 * startup.el (display-splash-screen): Allow a prefix argument.
4255
4256 2006-09-25 Jason Rumney <jasonr@gnu.org>
4257
4258 * subr.el (shell-quote-argument): Use DOS logic for Windows
4259 shells with DOS semantics.
4260
4261 2006-09-24 Richard Stallman <rms@gnu.org>
4262
4263 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
4264 (compilation-goto-locus): Use compilation-goto-locus-delete-o
4265 to delete the overlay. Put it on pre-command-hook.
4266
4267 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
4268
4269 * startup.el (fancy-splash-screens, normal-splash-screen):
4270 Call the splash buffer *About GNU Emacs*.
4271
4272 * simple.el (next-error-highlight, next-error-highlight-no-select):
4273 Default to 0.5.
4274 (yank-excluded-properties): Add `fontified'.
4275
4276 * font-lock.el (font-lock-compile-keywords): Allow value of
4277 syntax-begin-function to enable paren-column-0 highlighting.
4278
4279 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
4280
4281 * dired.el (dired-build-subdir-alist): When file ends in colon,
4282 don't exit the loop, just disregard that file.
4283
4284 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * simple.el (line-move-finish): Handle corner case for fields in
4287 continued lines.
4288 (line-move-1): Remove flawed test for that case.
4289
4290 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
4291
4292 * icomplete.el (icomplete-simple-completing-p): Use the correct
4293 name for the new variable, `icomplete-with-completion-tables'.
4294 (file local variables): Remove superfluous setting.
4295
4296 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
4297
4298 * calendar/appt.el (appt-check): Fix typo for appointments just
4299 after midnight.
4300
4301 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * help.el (describe-key-briefly, describe-key): Don't expect an
4304 extra up event if a down-event is generated by a popup menu.
4305
4306 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
4307
4308 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
4309 local dictionary when changing the global dictionary.
4310
4311 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
4312
4313 * icomplete.el (icomplete-with-completion-tables): List of
4314 specialized completion tables with which icomplete should
4315 operate. Include the new `internal-complete-buffer', so icomplete
4316 works with interactive buffer-selection.
4317 (icomplete-simple-completing-p): Add acceptance of specialized
4318 completion tables listed in icomplete-with-completion-tables.
4319
4320 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4321
4322 * frame.el (focus-follows-mouse): Set default to nil on Mac.
4323
4324 * startup.el (command-line): Use `custom-reevaluate-setting' for
4325 `focus-follows-mouse'.
4326
4327 2006-09-22 Richard Stallman <rms@gnu.org>
4328
4329 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
4330 explain why Save is not available.
4331
4332 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * woman.el (woman0-so): Use `let*', not `let'.
4335 (woman-horizontal-line): Remove unbalanced parenthesis.
4336
4337 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * woman.el: Make sure all the end-of-region markers we use have
4340 a non-nil insertion-type.
4341 (woman0-so): Move things around so we can use copy-marker.
4342 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
4343 Adjust marker type.
4344 (woman2-process-escapes): Check marker type.
4345 (woman-horizontal-line): Dispense with the use of a marker.
4346
4347 2006-09-22 Jay Belanger <belanger@truman.edu>
4348
4349 * calc/calc-lang.el: Add Greek letters to math-variable-table
4350 property of tex.
4351
4352 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
4355
4356 2006-09-22 Masatake YAMATO <jet@gyve.org>
4357
4358 * add-log.el (add-log-current-defun): Use `forward-sexp'
4359 instead of `forward-word' to pick c++::symbol.
4360 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
4361
4362 2006-09-22 Kenichi Handa <handa@m17n.org>
4363
4364 * bindings.el: Fix setting self-insert-command for multibyte
4365 characters in global-map.
4366
4367 2006-09-21 David Kastrup <dak@gnu.org>
4368
4369 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
4370 doc string.
4371
4372 2006-09-21 Kenichi Handa <handa@m17n.org>
4373
4374 * language/european.el ("Latin-1"): Add windows-1252 to
4375 coding-priority.
4376 ("German"): Likewise.
4377
4378 2006-09-21 Kim F. Storm <storm@cua.dk>
4379
4380 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
4381 Suggested by Miles Bader.
4382
4383 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
4384 instead of add-to-list in the simple case.
4385
4386 2006-09-20 Kenichi Handa <handa@m17n.org>
4387
4388 * isearch.el (isearch-process-search-char): Cancel the previous change.
4389 (isearch-search-string): New function.
4390 (isearch-search): Use isearch-search-string.
4391 (isearch-lazy-highlight-search): Likewise.
4392
4393 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4394
4395 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
4396 string to become an option.
4397
4398 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4401
4402 2006-09-20 Kim F. Storm <storm@cua.dk>
4403
4404 * simple.el (line-move-partial): Call pos-visible-in-window-p with
4405 position t instead of trying both window-end and window-end - 1.
4406
4407 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
4408
4409 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4410 hidden trees.
4411
4412 2006-09-20 David Kastrup <dak@gnu.org>
4413
4414 * mouse.el (mouse-posn-property): Improve doc string.
4415 (mouse-on-link-p): Change buffers for function calls on links.
4416
4417 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4418 buffer is read-only.
4419
4420 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
4421
4422 * allout.el (allout-unprotected): Let inhibit-read-only only when
4423 buffer-read-only isn't set.
4424 (allout-annotate-hidden): Enable topic annotation during copies even
4425 when the buffer is read-only, eg for topic copies. Ensure that the loop
4426 advances, even when the span extends beyond the deletion region.
4427 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4428 rather than allout-exposure-changed-hook, as a stronger assertion.
4429 (allout-keybindings-list): Add bindings for
4430 allout-copy-line-as-kill and allout-copy-topic-as-kill.
4431 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4432 Copy wrappers for allout-kill-line and allout-kill-topic.
4433 (allout-listify-exposed): Position correctly to accumulate lines.
4434
4435 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * simple.el (line-move-1): Escape field boundaries occurring
4438 exactly at point. Update goal column if constrained to a field.
4439 (line-move-finish): Escape field boundaries occurring exactly at point.
4440
4441 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * mouse.el (mouse-on-link-p): Tentatively fix last change.
4444 (mouse-drag-vertical-line): Remove unused var `wconfig'.
4445
4446 2006-09-19 Kim F. Storm <storm@cua.dk>
4447
4448 * help.el (describe-key-briefly, describe-key): Simplify printing
4449 of descriptions by using format and %S. Fix "is undefined"
4450 messages to say "at that spot" for mouse events.
4451
4452 * simple.el (line-move-partial): Optimize. Try window-line-height
4453 before posn-at-point to get vpos of current line.
4454
4455 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
4456
4457 * viper.el: Bump up version/date of update to reflect the substantial
4458 changes done in August 2006.
4459
4460 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
4461 are defined.
4462
4463 * ediff-util.el (ediff-add-to-history): New function.
4464
4465 * ediff.el: Use ediff-add-to-history instead of add-to-history.
4466
4467 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4468
4469 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
4470 Delete duplicate make-local-variable form.
4471 (conf-space-keywords): Add autoload cookie.
4472 Fix typo (`keywords', not `keyword').
4473
4474 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4475
4476 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
4477 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
4478 to x-gtk-use-old-file-dialog
4479
4480 2006-09-18 Richard Stallman <rms@gnu.org>
4481
4482 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
4483 that might come in during mouse tracking.
4484
4485 2006-09-18 Kim F. Storm <storm@cua.dk>
4486
4487 * simple.el (line-move-partial): Rework 2006-09-15 change to use
4488 new window-line-height function. Further optimize by not calling
4489 pos-visible-in-window-p for window-end when window-line-height
4490 returns useful information.
4491
4492 2006-09-16 Richard Stallman <rms@gnu.org>
4493
4494 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
4495 (conf-space-mode): Don't handle prefix arg.
4496 Delete conf-space-keywords-override code.
4497 Use add-hook.
4498 (conf-space-keywords): New command.
4499 (conf-space-mode-internal): Be careful with imenu-generic-expression.
4500 Delete conf-space-keywords-override code.
4501 (conf-space-keywords-alist): Doc fix.
4502 (conf-space-font-lock-keywords): Doc fix.
4503 (conf-space-keywords-override): Var deleted.
4504
4505 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
4506
4507 * startup.el (fancy-splash-screens): Don't switch to the scratch
4508 buffer; it may not be the next buffer.
4509
4510 2006-09-16 Romain Francoise <romain@orebokech.com>
4511
4512 * saveplace.el (load-save-place-alist-from-file): Use expanded name
4513 in both messages.
4514
4515 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
4516
4517 * progmodes/python.el (python-preoutput-filter):
4518 Fix arg order to string-match.
4519
4520 2006-09-16 Richard Stallman <rms@gnu.org>
4521
4522 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
4523 font-lock-compile-keywords.
4524
4525 * font-lock.el (font-lock-compile-keywords): Rename optional arg
4526 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
4527
4528 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4529
4530 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
4531
4532 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
4533 and the data doesn't look like UTF8, send STRING instead.
4534
4535 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
4536
4537 * textmodes/flyspell.el (flyspell-check-region-doublons):
4538 New function to detect duplicated words.
4539 (flyspell-large-region): Use it.
4540
4541 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
4542
4543 * simple.el (line-move-to-column): Revert 2006-08-03 change.
4544
4545 2006-09-16 Eli Zaretskii <eliz@gnu.org>
4546
4547 * help.el (describe-prefix-bindings): Use let, not let*.
4548
4549 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
4550
4551 * allout.el (allout-regexp, allout-line-boundary-regexp)
4552 (allout-bob-regexp): Correct grouping and boundaries to fix
4553 backwards traversal.
4554 (allout-depth-specific-regexp, allout-depth-one-regexp):
4555 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
4556 worse time in allout-ascend.
4557 (allout-doublecheck-at-and-shallower): Identify depth threshold
4558 below which topics are checked for and disqualified by containment
4559 discontinuities.
4560 (allout-hotspot-key-handler): Correctly handle multiple-key
4561 strokes. Remove some unused variables.
4562 (allout-mode-leaders): Clarify that mode-specific comment-start
4563 will be used.
4564 (set-allout-regexp): Correctly regexp-quote allout regexps to
4565 properly accept alternative header-leads and primary bullets with
4566 regexp-specific characters (eg, C "/*", mathematica "(*").
4567 Include new regular expressions among those configured.
4568 (allout-infer-header-lead-and-primary-bullet):
4569 Rename allout-infer-header-lead.
4570 (allout-recent-depth): Manifest as a variable as well as a function.
4571 (allout-prefix-data): Simplify into an inline instead of a macro,
4572 assuming current match data rather than being explicitly passed
4573 it. Establish allout-recent-depth value as well as
4574 allout-recent-prefix-beginning and allout-recent-prefix-end.
4575 (allout-aberrant-container-p): True when an item's immediate
4576 offspring discontinuously contained. Useful for disqualifying
4577 unintended topic prefixes, likely at low depths.
4578 (allout-goto-prefix-doublechecked): Elaborate version of
4579 allout-goto-prefix which disqualifies aberrant pseudo-items.
4580 (allout-pre-next-prefix): Layer on top of lower-level routines, to
4581 get disqualification of aberrant containers.
4582 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
4583 containers.
4584 (allout-beginning-of-current-entry): Position at start of buffer
4585 when in container (depth 0) entry.
4586 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
4587 (allout-current-bullet): Strip text properties.
4588 (allout-get-prefix-bullet): Use right match groups.
4589 (allout-beginning-of-line, allout-next-heading):
4590 Disqualify aberrant containers.
4591 (allout-previous-heading): Disqualify aberrant containers, and
4592 change to regular (rather than inline) function, to allow
4593 self-recursion.
4594 (allout-get-invisibility-overlay): Increment so progress is made
4595 when the first overlay is not the sought one.
4596 (allout-end-of-prefix): Disqualify aberrant containers.
4597 (allout-end-of-line): Cycle something like allout-beginning-of-line.
4598 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
4599 outline.el outlines) functional again. Change the primary bullet
4600 along with the header-lead - level 1 new-style bullets now work.
4601 Engage allout-before-change-handler in mainline Emacs, not just
4602 XEmacs, to do undo handling.
4603 (allout-before-change-handler): Expose undo changes occurring in
4604 hidden regions. Use allout-get-invisibility-overlay instead of
4605 reimplementing it inline.
4606 (allout-chart-subtree): Use start rather than end of prefix in
4607 charts. Use allout-recent-depth variable.
4608 (allout-chart-siblings): Disqualify aberrant topics.
4609 (allout-beginning-of-current-entry): Position correctly.
4610 (allout-ascend): Use new allout-depth-specific-regexp and
4611 allout-depth-one-regexp for linear instead of O(N^2) or worse
4612 behavior.
4613 (allout-ascend-to-depth): Depend on allout-ascend, rather than
4614 reimplementing an algorithm.
4615 (allout-up-current-level): Depend on allout-ascend, rather than
4616 reimplementing an algorithm. Return to start-point if we fail.
4617 (allout-descend-to-depth): Use allout-recent-depth variable
4618 instead of function.
4619 (allout-next-sibling): On traversal of numerous intervening
4620 topics, resort to economical allout-next-sibling-leap.
4621 (allout-next-sibling-leap): Specialized version of
4622 allout-next-sibling that uses allout-ascend cleverly, to depend on
4623 a regexp search to leap large numbers of contained topics, rather
4624 than arbitrarily many one-by-one traversals.
4625 (allout-next-visible-heading): Disqualify aberrant topics.
4626 (allout-previous-visible-heading): Position consistently when
4627 interactive.
4628 (allout-forward-current-level): Base on allout-previous-sibling
4629 rather than (differently) reimplmenting the algorithm. Remove some
4630 unused variables.
4631 (allout-solicit-alternate-bullet): Present default choice stripped
4632 of text properties.
4633 (allout-rebullet-heading): Use bullet stripped of text properties.
4634 Register changes using allout-exposure-change-hook.
4635 Disregard aberrant topics.
4636 (allout-shift-in): With universal-argument, make topic a peer of
4637 it's former offspring. Simplify the code by separating out
4638 allout-shift-out functionality.
4639 (allout-shift-out): With universal-argument, make offspring peers
4640 of their former container, and its siblings. Implement the
4641 functionality here, rather than inappropriately muddling the
4642 implementation of allout-shift-in.
4643 (allout-rebullet-topic): Respect additional argument for new
4644 parent-child separation function.
4645 (allout-yank-processing): Use allout-ascend directly.
4646 (allout-show-entry): Disqualify aberrant topics.
4647 (allout-show-children): Handle discontinuous children gracefully,
4648 extending the depth being revealed to expose them and posting a
4649 message indicating the situation.
4650 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
4651 Leave cursor in correct position.
4652 (allout-hide-current-subtree): Use allout-ascend directly.
4653 Disqualify aberrant topics.
4654 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
4655 a way that the yanks can restore it, as used to happen.
4656 (allout-yank-processing): Restore exposure layout as recorded by
4657 allout-kill-*, as used to happen.
4658 (allout-annotate-hidden, allout-hide-by-annotation): New routines
4659 for preseving and restoring exposure layout across kills.
4660 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
4661 (allout-encrypt-string): Strip text properties.
4662 Rearranged order and outline-headings for some of the
4663 miscellaneous functions.
4664 (allout-resolve-xref): No need to quote the error name in the
4665 condition-case handler section.
4666 (allout-flatten): Classic recursive (and recursively intensive,
4667 without tail-recursion) list-flattener, needed by allout-shift-out
4668 when confronted with discontinuous children.
4669
4670 2006-09-16 Jason Rumney <jasonr@gnu.org>
4671
4672 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
4673 on ms-windows.
4674 (dnd-open-unc-file): Remove.
4675 (dnd-open-local-file): Mention in doc string that it also handles
4676 remote files if the system natively supports unc file-names.
4677
4678 2006-09-15 Kim F. Storm <storm@cua.dk>
4679
4680 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
4681 all necessary information about the event before erasing *Help*.
4682
4683 * simple.el (line-move-partial): Use window-line-visiblity to
4684 quickly check whether last line is partially visible, and only do
4685 the hard (and slow) part in that case.
4686
4687 2006-09-15 Jay Belanger <belanger@truman.edu>
4688
4689 * COPYING: Replace "Library Public License" by "Lesser Public
4690 License" throughout.
4691
4692 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4693
4694 * term/x-win.el (x-menu-bar-open): New function for F10.
4695
4696 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4699 Disallow filenames containing " -" to avoid confusion with libtool
4700 compilation messages. Suggested by Stefan Monnier.
4701
4702 2006-09-15 David Kastrup <dak@gnu.org>
4703
4704 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
4705 instead of buffer position for `mouse-on-link-p'.
4706
4707 * mouse.el (mouse-posn-property): New function looking up the
4708 properties at a click position in overlays and text properties in
4709 either buffer or strings.
4710 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
4711 of both `follow-link' as well as `mouse-face' properties.
4712 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
4713 buffer position.
4714
4715 * help.el (describe-key-briefly): When reading a down-event on
4716 mode lines or scroll bar, swallow the following up event, too.
4717 Use the new mouse sensitity of `key-binding' for lookup.
4718 (describe-key): The same here.
4719
4720 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
4721
4722 * play/life.el (life-patterns): Add a few more interesting patterns.
4723 (life-setup): Force `show-trailing-whitespace' to nil.
4724
4725 2006-09-14 Richard Stallman <rms@gnu.org>
4726
4727 * startup.el (fancy-splash-text): Change text to improve alignment.
4728 (fancy-splash-screens): Don't set non-standard tab width.
4729 Bind cursor-type temporarily, and make it easy to patch to
4730 preserve the splash buffer.
4731 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
4732 (fancy-splash-screens): Display echo-area message explicitly.
4733 Don't set fancy-splash-help-echo.
4734
4735 * simple.el (line-number-mode): Group mode-line instead of
4736 editing-basics.
4737 (column-number-mode, size-indication-mode): Likewise.
4738
4739 * faces.el (mode-line-faces): Group mode-line instead of modeline.
4740
4741 * time.el (display-time): Group mode-line instead of modeline.
4742
4743 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
4744
4745 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * startup.el (fancy-splash-text): Move editing instructions to
4748 fancy-splash-head.
4749 (fancy-splash-head): Issue editing instructions.
4750 (fancy-splash-screens): Fixup whitespace.
4751
4752 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * bindings.el (mode-line-buffer-identification-keymap):
4755 Remove duplicate line.
4756
4757 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4758
4759 * ido.el (ido-ignore-item-p): Allow any kind of functions in
4760 ignore lists.
4761
4762 2006-09-14 Kim F. Storm <storm@cua.dk>
4763
4764 * jit-lock.el (jit-lock-fontify-again): New function.
4765 (jit-lock-fontify-now): Use it instead of lambda form.
4766
4767 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
4768
4769 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
4770 (flyspell-auto-correct-word): Make ispell-filter local to these
4771 functions. Check that ispell-filter has new stuff before calling
4772 ispell-parse-output.
4773
4774 2006-09-13 Kim F. Storm <storm@cua.dk>
4775
4776 * simple.el (line-move-partial): Optimize.
4777
4778 2006-09-13 Richard Stallman <rms@gnu.org>
4779
4780 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
4781 Delete spurious backquote.
4782
4783 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
4784
4785 * net/rcirc.el (rcirc-print): Fix last change.
4786
4787 2006-09-12 Jay Belanger <belanger@truman.edu>
4788
4789 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
4790
4791 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
4792
4793 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
4794 rcirc-show-maximum-output.
4795 (rcirc-mode): Remove window-scroll-function hook.
4796 (rcirc-scroll-to-bottom): Remove function.
4797 (rcirc-print): Recenter so point stays at the bottom of the window
4798 if point was already there.
4799
4800 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
4801
4802 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
4803 not to "t".
4804 * progmodes/compile.el (compilation-start): Likewise.
4805 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4806 Don't use expand-file-name on invocation-directory, since this
4807 might mishandle special characters in invocation-directory.
4808
4809 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * pcvs-defs.el: Remove * in defcustom's docstrings.
4812
4813 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
4814
4815 * progmodes/compile.el (compilation-directory-properties):
4816 Doc fix for help-echo.
4817
4818 2006-09-12 Lars Hansen <larsh@soem.dk>
4819
4820 * desktop.el (desktop-read): Add comment.
4821
4822 2006-09-12 Kim F. Storm <storm@cua.dk>
4823
4824 * simple.el (next-error-highlight, next-error-highlight-no-select):
4825 Fix spelling error.
4826
4827 * subr.el (sit-for): Rework to use input-pending-p and cond.
4828 Return nil input is pending on entry also for SECONDS <= 0.
4829 (while-no-input): Use input-pending-p instead of sit-for.
4830
4831 2006-09-11 Richard Stallman <rms@gnu.org>
4832
4833 * simple.el (next-error-highlight, next-error-highlight-no-select):
4834 Fix custom type and doc strings.
4835
4836 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
4839 (diff-apply-hunk): Use it to ask for confirmation.
4840
4841 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
4842
4843 * emacs-lisp/cl.el (pushnew): Add missing `,'.
4844
4845 2006-09-11 David Kastrup <dak@gnu.org>
4846
4847 * help.el (string-key-binding, describe-key-briefly)
4848 (describe-key): Remove `string-key-binding' and its callers since
4849 `key-binding' already caters for the proper lookup now.
4850
4851 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
4854 (cfengine-mode): Use it. Fix \ syntax to be like /.
4855
4856 * bindings.el (mode-line-buffer-identification-keymap):
4857 Move initialization into declaration.
4858
4859 2006-09-10 Kim F. Storm <storm@cua.dk>
4860
4861 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
4862 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
4863 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
4864 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
4865
4866 2006-09-10 Richard Stallman <rms@gnu.org>
4867
4868 * dired-aux.el: Handle errors in recursive copy usefully.
4869 (dired-create-files-failures): New variable.
4870 (dired-copy-file): Remove condition-case.
4871 (dired-copy-file-recursive): Check for errors on all file
4872 operations, and add them to dired-create-files-failures.
4873 Check file file-date-erorr here too.
4874 (dired-create-files): Check dired-create-files-failures
4875 and report those errors too.
4876
4877 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
4878
4879 * subr.el (add-to-list): New argument COMPARE-FN.
4880
4881 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
4882
4883 * filecache.el (file-cache-add-directory)
4884 (file-cache-add-directory-list, file-cache-add-file)
4885 (file-cache-add-directory-using-find)
4886 (file-cache-add-directory-using-locate)
4887 (file-cache-add-directory-recursively): Add autoloads.
4888
4889 2006-09-09 Richard Stallman <rms@gnu.org>
4890
4891 * textmodes/conf-mode.el (conf-space-mode):
4892 Use hack-local-variables-hook instead of calling hack-local-variables.
4893 (conf-space-keywords-override): New variable.
4894 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
4895 (conf-space-mode): Always make conf-space-keywords and
4896 conf-space-keywords-override local.
4897 Call conf-space-mode-internal directly as well as via hook.
4898
4899 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4900
4901 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
4902 quasi-keywords.
4903
4904 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
4907 (python-send-string): Be slightly more careful about adding \n.
4908
4909 * startup.el (normal-splash-screen): Don't display the buffer if we'll
4910 kill it right away anyway.
4911
4912 2006-09-09 Eli Zaretskii <eliz@gnu.org>
4913
4914 * international/codepage.el (cp850-decode-table): Fix a few codes.
4915 (cp858-decode-table): New variable.
4916
4917 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4918
4919 * net/ldap.el (ldap-search-internal): Doc fix.
4920
4921 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4922
4923 * play/life.el (life-display-generation): Test for input manually if
4924 `sleeptime' is negative or null.
4925
4926 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
4927 (print-region-1): Substitute `%s' with the page title.
4928
4929 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
4930
4931 * locate.el (locate-current-search): New variable.
4932 (locate): Set buffer local value. Use current buffer if it is
4933 in Locate mode.
4934 (locate-mode): Disable undo here.
4935 (locate-do-setup): Use locate-current-filter from buffer to be killed.
4936 (locate-update): Use locate-current-search and locate-current-filter.
4937
4938 2006-09-08 David Kastrup <dak@gnu.org>
4939
4940 * desktop.el (desktop-read): When loading a desktop, disable
4941 saving it while the load progresses, and switch off a pending lazy
4942 load by calling `desktop-lazy-abort'.
4943
4944 2006-08-27 Martin Rudalics <rudalics@gmx.at>
4945
4946 * window.el (mouse-autoselect-window-timer)
4947 (mouse-autoselect-window-position)
4948 (mouse-autoselect-window-window)
4949 (mouse-autoselect-window-now): New vars.
4950 (mouse-autoselect-window-cancel)
4951 (mouse-autoselect-window-select)
4952 (mouse-autoselect-window-start): New functions.
4953 (handle-select-window): Call `mouse-autoselect-window-start' when
4954 delayed window autoselection is enabled.
4955
4956 * cus-start.el (mouse-autoselect-window): Handle delayed window
4957 autoselection.
4958
4959 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
4960 commands after which it is allowed to print in the echo area.
4961
4962 2006-09-08 Richard Stallman <rms@gnu.org>
4963
4964 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
4965
4966 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
4967 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
4968
4969 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
4970 (cancel-timer-internal): Add doc string.
4971 (cancel-function-timers): Doc fix.
4972 (with-timeout-handler, timer-event-last*): Add doc strings.
4973
4974 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
4975
4976 * files.el (risky-local-variable-p): Match ...-bindat-spec.
4977
4978 * dired.el (dired-log-summary): Add doc string.
4979
4980 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
4981 (custom-group-menu-create): Not here.
4982
4983 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
4984
4985 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4986
4987 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4988
4989 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
4990 (mac-apple-event-map): Define its handler.
4991
4992 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4993
4994 * net/ldap.el (ldap-search-internal): Handle `auth' key.
4995
4996 2006-09-07 Magnus Henoch <mange@freemail.hu>
4997
4998 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
4999 clause.
5000
5001 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5002
5003 * info.el (Info-index): Bind completion-ignore-case.
5004
5005 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5008 previous commit.
5009 (inferior-prolog-guess-flavor): New fun left out of previous commit.
5010 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5011 burp in dedicated windows.
5012 (inferior-prolog-self-insert-command): New command.
5013 (inferior-prolog-mode-map): Use it.
5014
5015 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
5016
5017 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5018
5019 * international/code-pages.el: Add cp858.
5020
5021 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5022
5023 * dnd.el: Fix bootstrapping.
5024
5025 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5026
5027 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5028 (dnd-open-remote-url): New function.
5029 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5030 not windows-nt.
5031
5032 2006-09-07 Jason Rumney <jasonr@gnu.org>
5033
5034 * dnd.el (dnd-open-remote-file-function): New variable.
5035 (dnd-open-unc-file): New function.
5036 (dnd-open-file): Call dnd-open-remote-file-function if set.
5037
5038 2006-09-06 Daiki Ueno <ueno@unixuser.org>
5039
5040 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
5041 pgg-passphrase-coding-system rather than locale-coding-system.
5042 * pgg-def.el (pgg-passphrase-coding-system): New user option.
5043
5044 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * progmodes/prolog.el: Remove * in docstrings.
5047 (prolog-program-name): Add SWI prolog.
5048 (prolog-mode-menu): New menu.
5049 (prolog-mode): Set comment-add.
5050 (prolog-indent-line): Simplify. Use indent-line-to.
5051 (inferior-prolog-buffer): New var.
5052 (inferior-prolog-run, inferior-prolog-process): New funs.
5053 (run-prolog, switch-to-prolog): Rewrite, using them.
5054 (prolog-consult-region): Use inferior-prolog-buffer.
5055 (inferior-prolog-load-file): New function.
5056 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
5057
5058 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
5059 last word, if it's not the end of the paragraph.
5060
5061 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
5062 file name.
5063
5064 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
5065
5066 * frame.el (display-mm-dimensions-alist): New defcustom.
5067 (display-mm-height, display-mm-width): Use it.
5068
5069 2006-09-06 Simon Josefsson <jas@extundo.com>
5070
5071 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
5072
5073 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
5074
5075 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5076 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
5077 string values.
5078
5079 2006-09-06 Kim F. Storm <storm@cua.dk>
5080
5081 * simple.el (line-move-partial): New function to do vscrolling for
5082 partially visible images / tall lines. Rewrite based on code
5083 previously in line-move. Simplify backwards vscrolling.
5084 (line-move): Use it. Simplify.
5085
5086 2006-09-05 Kim F. Storm <storm@cua.dk>
5087
5088 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
5089
5090 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
5091
5092 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5093 Process the `gcc-include' after the `gnu' rule.
5094
5095 2006-09-05 Kim F. Storm <storm@cua.dk>
5096
5097 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
5098
5099 2006-09-05 Daiki Ueno <ueno@unixuser.org>
5100
5101 * pgg.el (pgg-clear-string): Alias to clear-string for backward
5102 compatibility.
5103
5104 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
5105 inhibit-redisplay; encode passphrase with locale-coding-system.
5106
5107 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5108
5109 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
5110
5111 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
5112
5113 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5114 (gdb-var-list-children-regexp): Make type field optional.
5115
5116 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
5117 e.g public, protected in C++.
5118
5119 2006-09-04 John Paul Wallington <jpw@pobox.com>
5120
5121 * simple.el (completion-show-help): New defcustom.
5122 (completion-setup-function): Heed it.
5123
5124 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5125
5126 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
5127
5128 2006-09-04 Richard Stallman <rms@gnu.org>
5129
5130 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
5131 (rsf-min-region-to-spam-list): Doc fix.
5132 (rsf-add-content-type-field): Doc fix.
5133
5134 * simple.el (kill-region): Explicitly test there is a region.
5135
5136 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
5139 sendmail in several common directories.
5140
5141 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
5142
5143 * paths.el (sendmail-program): Removed.
5144
5145 2006-09-04 Daiki Ueno <ueno@unixuser.org>
5146
5147 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
5148 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
5149 http://article.gmane.org/gmane.emacs.gnus.general/50457
5150
5151 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
5152
5153 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
5154 mark after running the menu filter.
5155
5156 2006-09-03 Juri Linkov <juri@jurta.org>
5157
5158 * international/quail.el (quail-defrule-internal): Add a check
5159 if a key is a vector.
5160
5161 2006-09-02 Juri Linkov <juri@jurta.org>
5162
5163 * man.el (Man-topic-history): New variable.
5164 (man): Use it.
5165
5166 * woman.el (woman-topic-history): Change defvar to defvaralias
5167 for symbol `Man-topic-history'.
5168
5169 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
5170 `comint-last-output-start' is a marker by using `markerp' and
5171 check if it has a position by using `marker-position', and use
5172 this position for `goto-char'.
5173
5174 * international/quail.el (quail-defrule-internal): Add missing
5175 `error' call for null key.
5176
5177 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
5178
5179 * rcirc.el (rcirc-keywords): New variable.
5180 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
5181 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
5182 variables.
5183 (rcirc-responses-no-activity): New function.
5184 (rcirc-handler-generic): Check for responses in above.
5185 (rcirc-process-command): Add ?: character to arguments of raw
5186 server commands.
5187 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
5188 `rcirc-dim-nicks'.
5189 (rcirc-gray-toggle): Remove unused variable.
5190 (rcirc-print): Remove some tracking logic, which is moved into
5191 markup functions.
5192 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
5193 types.
5194 (rcirc-activity-string): Look for 'keyword in activity-types.
5195 (rcirc-window-configuration-change): Don't erase overlay-arrow
5196 unnecessarily.
5197 (rcirc-add-or-remove): New function.
5198 (rcirc-cmd-ignore): Use it.
5199 (rcirc-message-leader): Remove unused function.
5200 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
5201 (rcirc-add-face): New function.
5202 (rcirc-facify): Use rcirc-add-face.
5203 (rcirc-url-regexp): Add parens.
5204 (rcirc-map-regexp): Remove function.
5205 (rcirc-mangle-regexp): Remove function.
5206 (rcirc-markup-text-functions): New variable.
5207 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
5208 (rcirc-markup-body-text, rcirc-markup-attributes)
5209 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
5210 (rcirc-markup-bright-nicks): New markup handler functions.
5211 (rcirc-nick-in-message-full-line): New face.
5212 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
5213 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
5214
5215 2006-09-02 Martin Rudalics <rudalics@gmx.at>
5216
5217 * cus-start.el (hscroll-margin, hscroll-step)
5218 (mode-line-in-non-selected-windows, mouse-autoselect-window)
5219 (x-use-underline-position-properties): Change version to "22.1"
5220 since they will appear there for the first time.
5221
5222 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
5223
5224 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
5225
5226 2006-08-31 Richard Stallman <rms@gnu.org>
5227
5228 * cus-edit.el (custom-save-variables): Slight cleanup.
5229 (Custom-no-edit): Renamed from custom-no-edit.
5230 (Custom-newline): Renamed from custom-newline.
5231 (custom-mode-map): Use new names.
5232
5233 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
5234 about customization, rather than M-x customize, in the doc string
5235 made for the defcustom.
5236
5237 * emacs-lisp/trace.el (trace-function-background): Doc fix.
5238
5239 2006-08-31 Romain Francoise <romain@orebokech.com>
5240
5241 * dired-x.el (dired-guess-shell-alist-default): Update.
5242
5243 2006-08-31 Michael Mauger <mmaug@yahoo.com>
5244
5245 * custom.el (custom-theme-set-variables): Autoload packages before
5246 sorting the variables.
5247
5248 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
5249
5250 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
5251 chars if XEmacs.
5252 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
5253
5254 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * progmodes/python.el (python-eldoc-function): Re-enable quit while
5257 waiting for process.
5258
5259 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5260
5261 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
5262 results in ASCII-only string, encode original one directly.
5263
5264 2006-08-29 Romain Francoise <romain@orebokech.com>
5265
5266 * startup.el (normal-splash-screen, fancy-splash-screens):
5267 Make buffer read-only and arrange to enter view mode if necessary.
5268
5269 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * hl-line.el (hl-line): New face.
5272 (hl-line-face): Use it.
5273
5274 * image-mode.el (image-mode): Fix last fix.
5275 Suggested by Kim F. Storm.
5276
5277 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
5278
5279 Sync with Tramp 2.0.54.
5280
5281 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
5282 of `=', because `tramp-get-remote-gid' might not always return an
5283 integer when expected.
5284 (tramp-register-file-name-handlers): `partial-completion-mode' is
5285 unknown to XEmacs.
5286 (tramp-time-diff): Don't use `floor', it might fail for large
5287 differences.
5288 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
5289 `tramp-auto-save-directory' if unset in order to guarantee unique
5290 auto-save file names.
5291
5292 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
5293
5294 * image-mode.el (image-mode): Display image as text on a terminal.
5295
5296 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * progmodes/python.el (python-send-command): Simplify.
5299 (run-python): Don't generate a new buffer unless `new' was specified.
5300 Make sure we send `import emacs' to the proper process.
5301
5302 * progmodes/python.el (python-send-command): Don't wait for the command
5303 to terminate. Don't fiddle with compilation-parsing-end.
5304
5305 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
5306
5307 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5308 Insert commentary after first line summary.
5309
5310 * woman.el (woman-follow): New function, based on `man-follow'.
5311 (woman-mode-map): Use it.
5312
5313 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
5314 since ibuffer-do-sort-by-recency does not define a sorter.
5315
5316 2006-08-28 Kim F. Storm <storm@cua.dk>
5317
5318 * find-dired.el (find-dired): Use shell-quote-argument to properly
5319 escape ( and ) args. Also use it on {} and ; args in default
5320 value of find-ls-option string.
5321 (find-grep-dired): Use shell-quote-argument on {} and ; args.
5322
5323 2006-08-27 Michael Olson <mwolson@gnu.org>
5324
5325 * emacs-lisp/tq.el: Small grammar fix in comments.
5326 (tq-enqueue): Check for existence of queue rather than the
5327 head queue item's question, which was a no-op.
5328 (tq-filter, tq-process-buffer): Make sure the process buffer
5329 exists before making it the current buffer.
5330
5331 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5332
5333 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
5334 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
5335 (special-event-map): Apply 2006-08-16 change for x-win.el.
5336
5337 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * progmodes/python.el (python-send-receive): Wait in the
5340 process's buffer so as to check the right buffer-local variables.
5341
5342 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
5345 (defgroup checkdoc): Move to beginning.
5346
5347 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
5348 (python-preoutput-continuation): Remove.
5349 (python-preoutput-filter): Simplify correspondingly.
5350 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
5351 Loop around to catch embedded _emacs_out output.
5352 (run-python): Send the import&print command on a single line.
5353 (python-send-command): Send command&print on a single line.
5354 (python-send-string): Only add double \n if needed.
5355 (python-send-receive): Loop until the result comes.
5356 (python-mode-running): Defvar it.
5357 (python-setup-brm): Remove unused var `menu'.
5358 Only bind py-mode-map and `features' around brm-init.
5359 (python-calculate-indentation): Remove unused var `point'.
5360 (python-beginning-of-defun): Remove unused var `def-line'.
5361
5362 2006-08-25 Richard Stallman <rms@gnu.org>
5363
5364 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
5365
5366 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
5367
5368 * viper.el (viper-set-hooks): Use frame bindings for
5369 viper-vi-state-cursor-color.
5370 (viper-non-hook-settings): Don't set default
5371 mode-line-buffer-identification.
5372
5373 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
5374 (viper-set-cursor-color-according-to-state)
5375 (viper-get-saved-cursor-color-in-replace-mode)
5376 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
5377 viper-emacs-state-cursor-color.
5378
5379 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
5380 (viper-undo): Use point if undo-beg-posn is nil.
5381 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
5382 (viper-after-change-undo-hook): Don't use
5383 viper-emacs-state-cursor-color by default.
5384 (viper-undo): More sensible positioning after undo.
5385
5386 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
5387 (viper-emacs-state-cursor-color): Default to nil, since this feature
5388 doesn't work well yet.
5389
5390 * ediff-mult.el (ediff-intersect-directories)
5391 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
5392 always expand filenames.
5393
5394 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * tumme.el: Remove * in defcustoms's docstrings.
5397
5398 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5401 Accept internal time format for SECS arg.
5402 (timer-relative-time): Doc fix.
5403
5404 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5405 adapted from Martin Rudalics.
5406 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5407 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5408 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5409 using sit-for.
5410
5411 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
5412
5413 * cus-start.el (all): Add `overline-margin' and
5414 `x-underline-at-descent-line'.
5415
5416 2006-08-24 Kim F. Storm <storm@cua.dk>
5417
5418 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5419 to mean "use find -exec"; nil now unambiguously means auto-detect.
5420 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5421 Use shell-quote-argument to build grep-find-command and
5422 grep-find-template.
5423 (rgrep): Use shell-quote-argument to properly quote arguments to find.
5424 Reported by Tom Seddon.
5425
5426 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
5427
5428 * startup.el (fancy-splash-head): Give instructions for dismissing
5429 the splash screen for default startup too.
5430 (display-startup-echo-area-message, fancy-splash-screens)
5431 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
5432 all splash text at once and keep the splash buffer around.
5433 (command-line-1): Give display-startup-echo-area-message a t arg.
5434
5435 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
5436
5437 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5438 gnus frame is selected.
5439
5440 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
5441
5442 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5443
5444 2006-08-22 Kim F. Storm <storm@cua.dk>
5445
5446 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5447 Add suffix matching for subdirs.
5448
5449 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
5450
5451 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5452 mouse-yank-at-point is non-nil.
5453
5454 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
5455
5456 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5457 a bit wider and remove fringes to fit initial output on line.
5458
5459 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * frame.el (blink-cursor-end): Only ignore the error we care about.
5462 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
5463
5464 2006-08-21 Richard Stallman <rms@gnu.org>
5465
5466 * whitespace.el (whitespace-cleanup): Doc fix.
5467
5468 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
5469
5470 * net/rcirc.el (rcirc-show-maximum-output): New var.
5471 (rcirc-buffer-process): If no buffer argument is supplied, use
5472 current-buffer.
5473 (rcirc-complete-nick): Complete to the last completed nick first.
5474 (rcirc-mode): Preserve the value of `rcirc-urls' across
5475 connections. Setup scroll function.
5476 (rcirc-scroll-to-bottom): New function.
5477 (rcirc-print): Use nick syntax around regexp work.
5478 Notice dim-nicks speaking only if they say our nick.
5479 (rcirc-update-activity-string): Do not show the modeline indicator
5480 if there are no live rcirc processes.
5481 (rcirc-cmd-ignore): Ignore case.
5482 (rcirc-browse-url-at-point): Fix off-by-one error.
5483
5484 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 * progmodes/python.el: Remove * in defcustom docstrings.
5487 (run-python, python-proc, python-try-complete): Use derived-mode-p.
5488 (python-mode): Set tab-width and indent-tabs-mode.
5489
5490 2006-08-20 Dave Love <fx@gnu.org>
5491
5492 * progmodes/python.el: Update to Dave Love's latest version.
5493 (python-font-lock-keywords, python-mode): Don't use
5494 font-lock-syntax-table, but match symbol elements explicitly instead.
5495 (python-mode-map): Add help, and a few more key bindings.
5496 (python-skip-comments/blanks): Move out of comments as well.
5497 (python-continuation-line-p): Behave better with unbalanced parens.
5498 (python-blank-line-p): New fun.
5499 (python-open-block-statement-p): Don't use a heuristic.
5500 (python-outdent-p): Better handle blocks-in-the-same-line.
5501 (python-calculate-indentation): Misc improvements.
5502 (python-comment-indent): Remove.
5503 (python-block-pairs): New var.
5504 (python-first-word): New fun.
5505 (python-indentation-levels): Handle more common cases.
5506 (python-indent-line-1): Add `leave' argument.
5507 (python-indent-region): New fun.
5508 (python-skip-out): New fun.
5509 (python-beginning-of-statement, python-end-of-statement): Use it.
5510 (python-next-statement): Return correct count even at eob.
5511 (python-end-of-block): Fix paren-typo.
5512 (python-imenu-create-index): Add module variables.
5513 (run-python): Add `new' arg.
5514 Check we're at a prompt before returning.
5515 (python-send-command): Move to end of buffer.
5516 Wait for prompt to return.
5517 (python-set-proc): New fun.
5518 (python-imports): New var.
5519 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
5520 (python-eldoc-function): Try to move out of arg list.
5521 (python-outline-level): Offset by 1.
5522 (python-find-imports): New fun.
5523 (python-symbol-completions): Use python-imports.
5524 (python-module-path, ffap-alist): Add support for ffap.
5525 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
5526 (python-insert-*, python-default-template, python-expand-template):
5527 Add templates/skeletons.
5528 (python-setup-brm): Support for Bicycle Repair Man.
5529 (python-abbrev-syntax-table): New var.
5530 (python-abbrev-pc-hook, python-pea-hook): New funs.
5531
5532 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * frame.el (blink-cursor-start): Set timer first.
5535 (blink-cursor-end): Ignore timer cancelling errors.
5536 Suggested by Ken Manheimer.
5537
5538 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
5539
5540 * newcomment.el (comment-box): Call `comment-normalize-vars'.
5541 Add autoload cookie.
5542
5543 2006-08-20 Richard Stallman <rms@gnu.org>
5544
5545 * simple.el (line-number-at-pos): Doc fix.
5546
5547 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
5548 timer-activate-when-idle, so timer can run before Emacs becomes
5549 non-idle again.
5550
5551 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5552
5553 * whitespace.el (whitespace-cleanup-internal): New optional arg
5554 REGION-ONLY. If it's non-nil, modify the message to the user
5555 accordingly.
5556 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
5557 a non-nil argument.
5558
5559 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
5560
5561 * rect.el (spaces-string): Simplify and add doc string.
5562
5563 2006-08-17 Romain Francoise <romain@orebokech.com>
5564
5565 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
5566
5567 2006-08-17 Richard Stallman <rms@gnu.org>
5568
5569 * compare-w.el (compare-windows): lambda's take an arg and pass
5570 it to compare-windows-skip-whitespace.
5571
5572 2006-08-17 Martin Rudalics <rudalics@gmx.at>
5573
5574 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
5575 the right buffer.
5576
5577 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
5580 removed files.
5581
5582 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
5583
5584 * progmodes/gdb-ui.el (gdb-locals-watch-map)
5585 (gdb-locals-watch-map-1): Suppress keymap first.
5586 (gdb-edit-locals-map-1): New variable.
5587 (gdb-edit-locals-value): New function.
5588 (gdb-stack-list-locals-handler): Use them.
5589
5590 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
5593 cursor would normally be drawn in the fringe.
5594
5595 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
5596 Reported by Martin Rudalics <rudalics@gmx.at>.
5597
5598 2006-08-16 Richard Stallman <rms@gnu.org>
5599
5600 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
5601 (special-event-map): Process drag-n-drop events this way.
5602
5603 * simple.el (move-beginning-of-line): Test whether fields
5604 would prevent motion back to line's first visible character.
5605 If so, stop where the fields would stop the motion.
5606
5607 * newcomment.el (comment-indent): Fully update INDENT
5608 before checking to see if it will change the text.
5609
5610 * cus-edit.el (custom-newline): New function.
5611 (custom-mode-map): Bind newline to custom-newline.
5612
5613 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
5614 into ignore-whitespace.
5615 Check each buffer for its skip-function.
5616 Handle compare-windows-skip-whitespace special-case test
5617 by returning t from default skip function.
5618
5619 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
5620
5621 * textmodes/org.el (org-clock-special-range)
5622 (org-clock-update-time-maybe): New functions.
5623 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
5624 not only a-z.
5625 (org-agenda-get-blocks): Allow multiple blocks per headline.
5626 (org-timestamp-change): Call `org-clock-update-time-maybe'.
5627 (org-export-html-title-format)
5628 (org-export-html-toplevel-hlevel): New options.
5629 (org-export-language-setup): Add support for Czech.
5630 (org-mode, org-insert-todo-heading, org-find-visible)
5631 (org-find-invisible, org-invisible-p, org-invisible-p2)
5632 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
5633 (org-show-subtree, org-show-entry, org-make-options-regexp):
5634 Remove compatibility support for old outline-mode.
5635 (org-check-occur-regexp): Funtion removed.
5636 (org-on-heading-p, org-back-to-heading): Made defalias.
5637 (org-set-local): New defsubst.
5638 (org-set-regexps-and-options, org-mode)
5639 (org-set-font-lock-defaults, org-edit-agenda-file-list)
5640 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
5641 (org-remember-apply-template, org-table-edit-field)
5642 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
5643 (org-set-autofill-regexps): Use `org-set-local'.
5644 (org-table-eval-formula): Fix bug with parsing of display flags.
5645
5646 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
5647
5648 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
5649 frame with fringe arrow. Suggested by Simon Marshall
5650 <simon.marshall@misys.com>.
5651 (gdb-stack-position): New variable.
5652 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
5653 (gdb-frames-mode): Set gdb-stack-position to nil.
5654 Add to overlay-arrow-variable-list
5655 (gdb-reset): Delete gdb-stack-position from above list.
5656
5657 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5658
5659 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
5660 read only.
5661
5662 2006-08-13 Romain Francoise <romain@orebokech.com>
5663
5664 * cus-theme.el (customize-create-theme)
5665 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
5666
5667 * filesets.el (filesets-add-buffer): Ditto.
5668
5669 * pcvs.el (cvs-change-cvsroot): Ditto.
5670
5671 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
5672
5673 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
5674 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
5675 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
5676 expressions.
5677 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
5678 Only search till end of line.
5679 Add face to function names in case of no filename.
5680 Add face to variable names of watchpoints.
5681
5682 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5683
5684 * cus-start.el <indent-tabs-mode>: Move to the `indent'
5685 customization group.
5686
5687 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
5688
5689 * allout.el (allout-prior-bindings, allout-added-bindings):
5690 Remove, after long deprecation.
5691 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
5692 Add customization vars controlling allout-beginning-of-line and
5693 allout-end-of-line conveniences.
5694 (allout-header-prefix, allout-use-mode-specific-leader)
5695 (allout-use-mode-specific-leader, allout-mode-leaders):
5696 Revise docstrings.
5697 (allout-infer-header-lead): Change to be an alias for
5698 allout-infer-header-lead-and-primary-bullet.
5699 (allout-infer-header-lead-and-primary-bullet): New version of
5700 allout-infer-header-lead which assigns the primary bullet to the
5701 same as the header lead, when its being changed.
5702 (allout-infer-body-reindent): Apply regexp-quote instead of
5703 unconditionally prepending "\\", so that all literal
5704 allout-header-prefix and allout-primary-bullet strings are
5705 properly handled.
5706 (allout-add-resumptions): Add optional qualifier for extending or
5707 appending to existing values, rather than replacing them.
5708 (allout-view-change-hook): Clarify docstring.
5709 (allout-exposure-change-hook): Take explicit arguments, via
5710 run-hook-with-args.
5711 (allout-structure-added-hook)
5712 (allout-structure-deleted-hook)
5713 (allout-structure-shifted-hook): New hooks analogous to
5714 allout-exposure-change-hook for other kinds of structural outline
5715 edits.
5716 (allout-encryption-plaintext-sanitization-regexps): New encryption
5717 customization variable, by which cooperating modes can provde
5718 massage of the plaintext without actually being passed it.
5719 (allout-encryption-ciphertext-rejection-regexps)
5720 (allout-encryption-ciphertext-rejection-ceiling): New encryption
5721 customization variables, by which cooperating modes can prohibit
5722 rare but possible ciphertext patterns from fouling their
5723 operation, with actually being passed the ciphertext.
5724 (allout-mode): Run activation and deactivation hooks after the
5725 minor-mode variable has been toggled, to clarify the mode
5726 disposition. The new encryption ciphertext rejection variable is
5727 used to ensure that the ciphertext does not contain text that
5728 would be recognized as outline structural elements by allout.
5729 Substite allout-beginning-of-line and allout-end-of-line for
5730 conventionall beginning-of-line and end-of-line bindings.
5731 If allout-old-style-prefixes is non-nil, don't nullify it on mode
5732 activation!
5733 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
5734 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
5735 (allout-chart-subtree): Implement new mode, charting only the
5736 visible items in the subtree, when new 'visible' parameter is non-nil.
5737 (allout-end-of-subtree): Properly handle the last item in the buffer.
5738 (allout-pre-command-business, allout-command-counter):
5739 Increment an advertised counter so that cooperating enhancements can
5740 track revisions of items.
5741 (allout-open-topic): Run allout-structure-added-hook with suitable
5742 arguments.
5743 (allout-shift-in): Run allout-structure-shifted-hook with suitable
5744 arguments.
5745 (allout-shift-out): Fix doubling for negative args and ensure call
5746 of allout-structure-shifted-hook by solely using allout-shift-in.
5747 (allout-kill-line, allout-kill-topic):
5748 Run allout-structure-deleted-hook with suitable arguments.
5749 (allout-yank-processing): Run allout-structure-added-hook with
5750 proper arguments.
5751 (allout-yank): Enclose activity in allout-unprotected.
5752 (allout-flag-region): Run allout-exposure-change-hook with
5753 suitable arguments, instead of making the callee infer the arguments.
5754 (allout-encrypt-string):
5755 Support allout-encryption-plaintext-sanitization-regexps,
5756 allout-encryption-ciphertext-rejection-regexps, and
5757 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
5758 en/de cryption mode in symmetric encryption failure message.
5759 (allout-obtain-passphrase): Use copy-sequence to get a distinct
5760 copy of the passphrase, and don't zero it or we'll corrupt the
5761 stashed copy.
5762 (allout-create-encryption-passphrase-verifier)
5763 (allout-verify-passphrase): Respect the new signature for
5764 allout-encrypt-string.
5765 (allout-get-configvar-values): Convenience for getting a
5766 configuration variable value and handling its absence gracefully.
5767
5768 2006-08-11 Romain Francoise <romain@orebokech.com>
5769
5770 * obsolete/zone-mode.el: Delete.
5771
5772 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
5775
5776 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
5777
5778 * emacs-lisp/bindat.el (bindat-ip-to-string):
5779 Use `format-network-address' if possible.
5780
5781 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5782
5783 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
5784
5785 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
5786
5787 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
5788 restore unread-command-events here.
5789 (edebug-display): Do it here, to detect sit-for interruptions.
5790
5791 2006-08-10 Romain Francoise <romain@orebokech.com>
5792
5793 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
5794 (dns-mode-soa-auto-increment-serial): New user option.
5795 (dns-mode-soa-maybe-increment-serial): New function.
5796 (dns-mode): Add the latter to `write-contents-functions'.
5797
5798 * obsolete/zone-mode.el: Move to obsolete/ from net/.
5799 Delete autoload cookies.
5800
5801 2006-08-10 John Wiegley <johnw@newartisans.com>
5802
5803 * eshell/em-glob.el (eshell-glob-chars-list)
5804 (eshell-glob-translate-alist): Add support for [^g] in character globs.
5805
5806 2006-08-10 Richard Stallman <rms@gnu.org>
5807
5808 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
5809 (facemenu-set-face): Doc fix.
5810 (facemenu-listed-faces): Doc fix.
5811
5812 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
5813
5814 * avoid.el (mouse-avoidance-animating-pointer): New var.
5815 (mouse-avoidance-nudge-mouse): Use it.
5816 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
5817 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
5818 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
5819 Don't activate if currently animating. All callers changed.
5820
5821 2006-08-09 John Wiegley <johnw@newartisans.com>
5822
5823 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
5824 variable, which causes timeclock to report elapsed time worked,
5825 instead of just work remaining.
5826
5827 2006-08-09 Kenichi Handa <handa@m17n.org>
5828
5829 * international/latexenc.el (latexenc-find-file-coding-system):
5830 Fix for the case that the 2nd element of arg-list is a cons.
5831
5832 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * info.el (Info-fontify-node): Handle preceding `in' for note
5835 reference hiding rules.
5836
5837 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
5840 mistake a closing " for an opening one.
5841
5842 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5843
5844 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5845
5846 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * complete.el (PC-do-completion): Filter out completions matching
5849 completion-ignored-extensions before checking whether there are
5850 multiple completions.
5851 Don't use `list' unnecessarily when building completion tables.
5852
5853 2006-08-06 Richard Stallman <rms@gnu.org>
5854
5855 * help.el (describe-mode): Make minor mode list more concise.
5856
5857 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * bindings.el: Give mode-line-format, mode-line-modes, and
5860 mode-line-position `standard-value' properties.
5861
5862 2006-08-05 Eli Zaretskii <eliz@gnu.org>
5863
5864 * buff-menu.el (list-buffers-noselect): For Info buffers, use
5865 "(file)node" instead of the file name.
5866
5867 2006-08-05 Richard Stallman <rms@gnu.org>
5868
5869 * faces.el (escape-glyph): Doc fix.
5870
5871 2006-08-04 Kenichi Handa <handa@m17n.org>
5872
5873 * international/mule-diag.el (describe-font): Improve docstring
5874 and error message. Use frame-parameter (not frame-parameters).
5875
5876 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
5879 Correctly mark the end-of-docstring char.
5880
5881 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
5882
5883 * simple.el (line-move-to-column): Constrain move-to-column to
5884 current field.
5885
5886 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * font-lock.el (font-lock-beg, font-lock-end)
5889 (font-lock-extend-region-functions): New vars.
5890 (font-lock-extend-region-multiline)
5891 (font-lock-extend-region-wholelines): New functions.
5892 (font-lock-default-fontify-region): Use them.
5893 (font-lock-extend-jit-lock-region-after-change): Only round up
5894 if font-lock-default-fontify-region will do it as well.
5895
5896 * font-lock.el (font-lock-extend-after-change-region-function):
5897 Rename from font-lock-extend-region-function.
5898 (font-lock-extend-region): Remove by inlining at call sites.
5899 (font-lock-after-change-function): Don't needlessly round up to a whole
5900 number of lines.
5901 (font-lock-extend-jit-lock-region-after-change): Be more careful about
5902 the boundary conditions and the interactions between the various ways
5903 to extend the region.
5904
5905 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
5908 modification status when forcing the second redisplay.
5909
5910 2006-08-03 Kim F. Storm <storm@cua.dk>
5911
5912 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
5913
5914 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
5917 doesn't look like a file name.
5918
5919 * complete.el (PC-expand-many-files): Avoid signalling an error when
5920 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
5921
5922 2006-08-02 Andreas Schwab <schwab@suse.de>
5923
5924 * bindings.el (mode-line-format): Simplify reference to vc-mode.
5925
5926 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
5927
5928 * bindings.el (map): Make mode-line-buffer-identification-keymap
5929 before defining propertized-buffer-identification.
5930
5931 2006-08-01 Richard Stallman <rms@gnu.org>
5932
5933 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
5934
5935 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
5936
5937 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
5938 default value.
5939 (gdb-find-source-frame): New function.
5940 (menu): Add to menu bar.
5941
5942 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * font-core.el (font-lock-extend-region-function)
5945 (font-lock-extend-region): Move to font-lock.el.
5946
5947 * font-lock.el (font-lock-extend-region-function)
5948 (font-lock-extend-region): Move from font-core.el. Simplify.
5949
5950 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
5951 if needed.
5952 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
5953 (jit-lock-after-change-extend-region-functions): New hook.
5954 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
5955
5956 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
5957 (font-lock-turn-on-thing-lock): Use it.
5958
5959 * longlines.el (longlines-show-region): Make it work on read-only
5960 buffers as well.
5961
5962 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
5963
5964 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
5965
5966 2006-07-31 Richard Stallman <rms@gnu.org>
5967
5968 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
5969 (vhdl-speedbar-display-projects): Update old obsolete
5970 speedbar variable names.
5971
5972 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5973
5974 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
5975 (gdb-stopped): Use it.
5976
5977 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
5978
5979 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
5980
5981 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
5982 for load-history elements.
5983
5984 2006-07-29 Eli Zaretskii <eliz@gnu.org>
5985
5986 * files.el (convert-standard-filename): For Cygwin, replace
5987 characters not allowed in Windows file names.
5988 (make-auto-save-file-name): Add Cygwin to the list of systems
5989 where the auto-save file name needs to be run through
5990 convert-standard-filename.
5991
5992 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
5993
5994 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
5995
5996 2006-07-28 Richard Stallman <rms@gnu.org>
5997
5998 * bindings.el (mode-line-frame-identification)
5999 (propertized-buffer-identification): Centralize the code
6000 to initialize the variable.
6001
6002 * progmodes/grep.el (grep-default-command): Catch errors from
6003 wildcard-to-regexp.
6004
6005 2006-07-29 Kim F. Storm <storm@cua.dk>
6006
6007 * progmodes/grep.el (grep-tag-default): New function.
6008 (grep-default-command, grep-read-regexp): Use it.
6009 (grep-read-files): Use car of grep-files-history or grep-files-aliases
6010 as default if nothing else applies.
6011
6012 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
6013
6014 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6015 Throw error if buffer is not in Dired and Wdired mode, respectively.
6016
6017 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
6018
6019 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6020 self-insert-command keys don't activate buttons.
6021 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6022
6023 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
6024
6025 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6026 faces for enable character.
6027
6028 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
6029
6030 * Makefile.in (recompile): Update comment to reflect change
6031 on 2004-04-21.
6032
6033 2006-07-27 Richard Stallman <rms@gnu.org>
6034
6035 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6036 (customize-package-emacs-version): Change msg when pkg has no entry.
6037 (custom-no-edit): On a button, do like widget-button-press.
6038
6039 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
6042 S-tab and C-S-tab.
6043
6044 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
6045
6046 * progmodes/which-func.el (which-function): Fix documentation/
6047 comment typo.
6048
6049 2006-07-26 Richard Stallman <rms@gnu.org>
6050
6051 * textmodes/ispell.el (ispell-word): If we replace the word,
6052 move point to the end. Insert before deleting.
6053
6054 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
6057 a timer.
6058
6059 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
6060
6061 * tumme.el (tumme-backward-image): Add prefix argument. Add error
6062 when at first image.
6063 (tumme-forward-image): Add prefix argument. Add error when at last
6064 image.
6065
6066 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * tabify.el (tabify-regexp): Use more specific regexps.
6069 (tabify): Avoid modifying the buffer unnecessarily.
6070
6071 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
6072
6073 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
6074 (tumme-format-properties-string): Handle empty `buf'.
6075 (tumme-get-comment): Change variable names inside `let'.
6076 Add missing `let' variable that cause font-lock problems.
6077 (tumme-write-comments): Change variable names inside `let'.
6078 Add missing `let' variable that cause font-lock problems.
6079 (tumme-forward-image): Rename from `tumme-forward-char'.
6080 (tumme-backward-image): Rename from `tumme-backward-char'.
6081
6082 2006-07-25 Masatake YAMATO <jet@gyve.org>
6083
6084 * progmodes/ld-script.el (ld-script-keywords)
6085 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
6086 and add comments.
6087
6088 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
6089
6090 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6091 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
6092 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
6093 for status indicator.
6094
6095 2006-07-24 Richard Stallman <rms@gnu.org>
6096
6097 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
6098
6099 * subr.el (dolist, dotimes): Use interned symbols for locals.
6100 (--dotimes-limit--, --dolist-tail--): New defvars.
6101 (looking-back): Doc fix.
6102
6103 * replace.el (replace-match-string-symbols): Handle dotted lists.
6104
6105 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
6106
6107 * tumme.el (tumme-write-tags): Add.
6108 (tumme-write-comments): Add.
6109 (tumme-tag-files): Change to use `tumme-write-tags'.
6110 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
6111 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
6112 (tumme-save-information-from-widgets): Change to use
6113 `tumme-write-comments' and `tumme-write-tags'.
6114 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
6115 (tumme-write-tag): Remove.
6116 (tumme-write-comment): Remove.
6117 (tumme-display-previous-thumbnail-original): Remove empty line.
6118 (tumme-widget-list): Add punctuation.
6119
6120 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
6121
6122 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
6123
6124 2006-07-24 Daiki Ueno <ueno@unixuser.org>
6125
6126 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6127 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
6128 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
6129
6130 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6131
6132 * mouse.el (mouse-on-link-p): Doc fix.
6133
6134 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
6135
6136 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6137 Handle "C-h f `".
6138
6139 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6140
6141 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
6142 column.
6143
6144 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
6145
6146 * textmodes/table.el: Add move-beginning-of-line and
6147 move-end-of-line to Point Motion Only Group.
6148
6149 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
6150
6151 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
6152
6153 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6154
6155 * startup.el (user-mail-address): Initialize from the `EMAIL'
6156 environment variable first. Document this.
6157 (command-line): Ditto.
6158
6159 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
6160
6161 * help-mode.el (help-function-def, help-variable-def)
6162 (help-face-def): Print a message in the minibuffer.
6163
6164 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6165
6166 * term/xterm.el (terminal-init-xterm): Fix key bindings
6167 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
6168
6169 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6170
6171 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
6172 where `(nth 1 command)' is a cons cell. Doc fix.
6173
6174 * textmodes/po.el (po-find-charset): Doc fix.
6175
6176 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
6177
6178 * allout.el (allout-unprotected, allout-e-o-prefix-p)
6179 (allout-beginning-of-current-line, allout-end-of-current-line)
6180 (allout-next-visible-heading, allout-open-topic)
6181 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
6182 (allout-flag-current-subtree, allout-show-to-offshoot)
6183 (allout-hide-current-entry, allout-show-current-branches)
6184 (allout-hide-region-body, allout-old-expose-topic)
6185 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
6186 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
6187 containing `beginning-of-line' and `end-of-line' with
6188 `inhibit-field-text-motion' t.
6189
6190 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6191
6192 * frame.el (focus-follows-mouse): Document that it doesn't have
6193 any effect on MS-Windows.
6194
6195 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
6198
6199 2006-07-20 Jay Belanger <belanger@truman.edu>
6200
6201 * calc.el (calc-previous-alg-entry): Remove variable.
6202
6203 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
6204 New variables.
6205 (calc-alg-entry): Use `calc-alg-entry-history'.
6206 (calc-do-quick-calc): Use `calc-quick-calc-history'.
6207 Remove reference to `calc-previous-alg-entry'.
6208 (calcAlg-edit, calcAlg-enter): Remove reference to
6209 `calc-previous-alg-entry'.
6210 (calcAlg-previous): Use `previous-history-element' instead of
6211 `calc-previous-alg-entry'.
6212 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
6213 Change keybinding for `calcAlg-plus-minus', add keybindings for
6214 `previous-history-element' and `next-history-element'.
6215
6216 * calc-rewr.el (calc-match): Remove reference to
6217 `calc-previous-alg-entry'.
6218
6219 * calc-sel.el (calc-selection-history): New variable.
6220 (calc-enter-selection, calc-sel-mult-both-sides)
6221 (calc-sel-add-both-sides): Use `calc-selection-history'.
6222
6223 * calc-map.el (calc-get-operator-history): New variable.
6224 (calc-get-operator): Use `calc-get-operator-history'.
6225
6226 * calcalg3.el (calc-curve-fit-history): New variable.
6227 (calc-curve-fit): Use `calc-curve-fit-history'.
6228
6229 2006-07-20 Kenichi Handa <handa@m17n.org>
6230
6231 * international/mule-cmds.el (select-safe-coding-system): Fix the
6232 way of deciding eol-type of the coding system.
6233
6234 2006-07-20 Alan Mackenzie <acm@muc.de>
6235
6236 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
6237 (c-lang-setvar): New macro.
6238 (c-make-init-lang-vars-fun): Use the initialization forms in
6239 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
6240 (comment-start, comment-end, comment-start-skip): Change these from
6241 c-lang-defvar's to c-lang-setvar's.
6242
6243 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
6244 which calls make-local-variable on the elements of
6245 c-emacs-variable-inits.
6246 (c-init-language-vars-for): Call this new macro.
6247
6248 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6251 Try to rule out false positives due to time stamps.
6252 (compilation-mode-font-lock-keywords): Remove rules made redundant
6253 because of the above change. Add `segmentation fault' to the known and
6254 highlighted compilation termination messages.
6255
6256 2006-07-19 Kim F. Storm <storm@cua.dk>
6257
6258 * progmodes/grep.el (grep-find-ignored-directories):
6259 Add .svn and _darcs to list.
6260
6261 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
6262
6263 * dired.el (dired-mode-map): Add key binding `C-te' for
6264 `tumme-dired-edit-comment-and-tags'.
6265
6266 * tumme.el (tumme-display-thumbnail-original-image): Make sure
6267 image display buffer is displayed before call to
6268 `tumme-display-image.
6269 (tumme-dired-display-image): Make sure image display buffer is
6270 displayed before call to `tumme-display-image.
6271 (tumme-mouse-display-image): Make sure image display buffer is
6272 displayed before call to `tumme-display-image.
6273 (tumme-widget-list): Add.
6274 (tumme-dired-edit-comment-and-tags): Add.
6275 (tumme-save-information-from-widgets): Add.
6276
6277 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
6280
6281 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * progmodes/sh-script.el (sh-font-lock-keywords-1):
6284 Revert inadvertently installed patch hunk.
6285
6286 * progmodes/compile.el (compilation-find-file): Handle the
6287 cases where the user selects a non-existent file.
6288
6289 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
6292
6293 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * subr.el (sit-for): Just sleep-for if noninteractive.
6296
6297 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * emacs-lisp/autoload.el (make-autoload): Use new arg.
6300
6301 * custom.el (custom-autoload): Add `noset' argument.
6302 (custom-push-theme): Don't autoload the variable, let callers do it.
6303 (custom-theme-set-variables): Autoload the variable if necessary.
6304
6305 * cus-edit.el (custom-variable-state-set): If the variable was
6306 originally set outside custom, but to the same value as the default,
6307 consider it to be standard.
6308
6309 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
6310 file *before* telling Emacs to add the autoloads, in case it fails.
6311
6312 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
6313 Use `cond', push', and `dolist'.
6314
6315 2006-07-17 Richard Stallman <rms@gnu.org>
6316
6317 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
6318 Add defvars to silence warnings.
6319
6320 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
6321
6322 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6323 Don't highlight "Compiling file" messages as error.
6324
6325 * dired-aux.el (dired-compress-file): Confirm again if gzipped
6326 file already exists.
6327
6328 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
6329
6330 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
6331 entry, don't assign to free var; simply return the extracted filename.
6332 (ff-treat-as-special): Incorporate common preamble from callers.
6333 (ff-other-file-name, ff-find-the-other-file):
6334 Update call to ff-treat-as-special.
6335
6336 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
6337
6338 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
6339
6340 * tumme.el (tumme-get-comment): Fix bug.
6341
6342 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * files.el: Remove spurious * in docstrings.
6345
6346 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
6347
6348 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
6349 grammar.
6350 (allout-beginning-of-current-line): Beware beginning of buffer.
6351 Also, a comment is simplified.
6352 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
6353 when appropriate. (This fix enables use for other than
6354 bullet-hotspot operation.)
6355 (allout-hide-current-subtree): While escalating to sibling-close,
6356 make sure to situate on a topic.
6357
6358 2006-07-14 Kim F. Storm <storm@cua.dk>
6359
6360 * emulation/cua-base.el (cua-delete-selection)
6361 (cua-toggle-set-mark): New defcustoms.
6362 (cua-rectangle-modifier-key): Add `alt' modifier.
6363 (cua-replace-region): Don't delete if cua-delete-selection is nil.
6364 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
6365 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
6366
6367 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
6368
6369 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
6370
6371 * allout.el: Require 'cl during byte-compilation/interactive load,
6372 for the `assert' macro.
6373 (allout-mode-deactivate-hook): New hook, run when allout mode
6374 deactivates.
6375 (allout-developer): New allout customization subgroup.
6376 (allout-run-unit-tests-on-load): New allout-developer
6377 customization variable, when true allout unit tests are run towards
6378 end of file load/eval.
6379 (allout-inhibit-auto-fill): Disable auto-fill activity even during
6380 auto-fill-mode.
6381 (allout-resumptions): Remove, to be replaced by...
6382 (allout-add-resumptions): Register variable settings to be
6383 reinstated by `allout-do-resumptions'. The settings are made
6384 buffer-local, but the locality/globality of the suspended setting
6385 is restored on resumption.
6386 (allout-do-resumptions): Reinstate all settings suspended using
6387 `allout-add-resumptions'.
6388 (allout-test-resumptions): Unit tests (and intermediate variables)
6389 for resumptions.
6390 (allout-tests-globally-unbound, allout-tests-globally-true)
6391 (allout-tests-locally-true): Intermediate variables for
6392 resumptions unit tests.
6393 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
6394 (allout-exposure-category): Replaces 'allout-overlay-category variable.
6395 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
6396 instead of retired `allout-resumptions'. For hook functions, use
6397 `local' parameter so hook settings are created and removed as
6398 buffer-local settings. Revise (resumptions) setting
6399 auto-fill-function so it is set only if already active. (The
6400 related fill-function settings are all made in either case, so
6401 that activating auto-fill-mode activity will have the custom
6402 allout-mode behaviors (hanging indent on topics, if configured for it).
6403 Remove all allout-exposure-category overlays on mode deactivation.
6404 (allout-hotspot-key-handler): New function extracted from
6405 `allout-pre-command-business', so the functionality can be used
6406 for other purposes, eg as a binding in an overlay.
6407 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6408 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6409 customization variable.
6410 (allout-run-unit-tests): Run the (currently quite small)
6411 repertoire of unit tests. Called just before the provide iff user
6412 has customized `allout-run-unit-tests-on-load' non-nil.
6413
6414 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6415
6416 * emacs-lisp/authors.el (authors-aliases): Update.
6417
6418 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
6419
6420 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6421 gdb-source-window. Add dedicated argument.
6422 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6423 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6424 (gdb-display-threads-buffer, gdb-display-memory-buffer)
6425 (gdb-display-locals-buffer): Use it.
6426
6427 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6428 Set gdb-source-window.
6429
6430 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6433 minor modes, redundant with the custom-autoload line above.
6434
6435 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
6436
6437 * longlines.el (longlines-post-command-function): Handle open-line too.
6438
6439 2006-07-12 Richard Stallman <rms@gnu.org>
6440
6441 * progmodes/grep.el (grep-last-buffer): Doc fix.
6442
6443 * info.el (Info-try-follow-nearest-node): Doc fix.
6444
6445 * emacs-lisp/edebug.el (edebug-instrument-function):
6446 Err if find-function-noselect gives no position.
6447
6448 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6449 If can't find definition, return nil for position.
6450 (find-function-do-it): Handle new return value
6451 of find-definition-noselect.
6452 (find-definition-noselect, find-variable-noselect): Doc fix.
6453 (find-function-noselect): Doc fix.
6454
6455 * help-mode.el (help-variable-def): Handle find-variable-noselect
6456 returning no position.
6457 (help-function-def): Likewise for find-function-search-for-symbol.
6458 (help-face-def): Likewise.
6459
6460 * help-fns.el (describe-variable): Handle find-variable-noselect
6461 returning no position.
6462
6463 * files.el (locate-file-completion): Avoid duplicates in result.
6464
6465 * cus-edit.el (custom-no-edit): New command.
6466 (custom-mode-map): Remap to custom-no-edit instead of
6467 using suppress-keymap.
6468
6469 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
6470
6471 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6472 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6473 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
6474
6475 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
6476
6477 2006-07-11 Kim F. Storm <storm@cua.dk>
6478
6479 * ido.el (ido-copy-current-file-name): Use buffer-name if
6480 buffer-file-name is nil.
6481
6482 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * simple.el (undo-ask-before-discard): Set to nil.
6485
6486 * vc.el (vc-exec-after): Don't delete process manually.
6487 (vc-print-log): Run log-view-mode in process sentinel inside
6488 inhibit-read-only. Don't shrink window due to timing issues.
6489
6490 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
6491 Avoid using with-output-to-temp-buffer, which clobbers local vars.
6492
6493 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6496 Fix ambiguity introduced by last change.
6497 (compilation-find-file): Move save-excursion to where it may
6498 make sense. Fix a left over `find-file'.
6499
6500 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
6501
6502 * textmodes/texinfmt.el (texinfo-format-separate-node):
6503 Insert a string before point, which fits documentation, not after.
6504 (texinfo-multitable-item): In a multitable row, insert any
6505 additional needed @tabs and spaces.
6506
6507 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
6508
6509 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6510 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6511 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
6512 instead of shell-command.
6513 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
6514 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
6515 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
6516 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
6517 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
6518 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
6519
6520 2006-07-11 Kim F. Storm <storm@cua.dk>
6521
6522 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
6523 Remove special case for seconds < 0. Use (redisplay t) instead.
6524
6525 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
6526
6527 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
6528 avoid compilation error.
6529
6530 * subr.el (sit-for): New function.
6531
6532 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
6533
6534 2006-07-10 Richard Stallman <rms@gnu.org>
6535
6536 * ldefs-boot.el (edebug): Update page.
6537
6538 2006-07-10 Kim F. Storm <storm@cua.dk>
6539
6540 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
6541 to FOR-RELEASE and TODO.
6542
6543 2006-07-10 Romain Francoise <romain@orebokech.com>
6544
6545 * emacs-lisp/authors.el (authors-aliases): Update.
6546
6547 2006-07-10 Alan Mackenzie <acm@muc.de>
6548
6549 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
6550 * cc-mode.el: Changes to eradicate eval-after-load.
6551
6552 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
6555 on non-char events.
6556
6557 2006-07-09 Romain Francoise <romain@orebokech.com>
6558
6559 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6560 Don't highlight start/end markers as compilation messages.
6561
6562 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
6563 to t.
6564
6565 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
6568
6569 2006-07-08 Richard Stallman <rms@gnu.org>
6570
6571 * term/x-win.el (x-handle-display): Add doc string.
6572
6573 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6574
6575 * subr.el (def-edebug-spec): Move here.
6576 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
6577
6578 * imenu.el (imenu-choose-buffer-index): Doc fix.
6579
6580 2006-07-08 Romain Francoise <romain@orebokech.com>
6581
6582 * term/x-win.el (x-display-name): Fix typo.
6583
6584 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6585
6586 * hexl.el (hexl-find-file): Doc fix.
6587
6588 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6589
6590 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
6591
6592 * term/x-win.el (x-display-name): Doc fix.
6593
6594 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
6597 long prefixes.
6598 (fill-region-as-paragraph): Don't round up to a whole line.
6599 (fill-comment-paragraph): Don't include the code-before-the-comment
6600 when calling fill-region-as-paragraph.
6601
6602 * international/mule.el (make-char): Remove redundancy.
6603
6604 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
6605 property may contain an anonymous function rather than a symbol.
6606
6607 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
6608
6609 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6610 Use shy regexp. Fix incorrect backref to potentially unmatched group.
6611
6612 * dirtrack.el (dirtrack-default-directory-function): Remove.
6613 (dirtrack-directory-function): Use file-name-as-directory.
6614 (dirtrack-windows-directory-function): Simplify.
6615 (dirtrack-forward-slash, dirtrack-backward-slash)
6616 (dirtrack-replace-slash): Remove.
6617 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
6618 (dirtrack): Fix wrong parenthesizing; use match-string.
6619
6620 * progmodes/octave-inf.el: Remove spurious * in docstrings.
6621 (inferior-octave-mode): Only change the buffer-local value of
6622 comint-dynamic-complete-functions.
6623 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
6624 Move the initialization to the declaration.
6625 (inferior-octave-complete): Remove unused var `filter'.
6626
6627 * shell.el (shell-mode): Only change the buffer-local value of
6628 comint-dynamic-complete-functions.
6629
6630 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
6631
6632 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
6633 entry is skipped because it has been scheduled.
6634 (org-prepare-agenda-buffers): Don't mark buffers as modified when
6635 changing `:org-archived' and `:org-comment' properties.
6636
6637 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * server.el (server-select-display): Don't make the temp frame
6640 minibuffer-only, in case it's not a temp frame.
6641 (server-process-filter): Don't delete the temp frame if it's the
6642 only one we have on that display.
6643
6644 * files.el (find-alternate-file): Doc fix.
6645
6646 2006-07-05 Richard Stallman <rms@gnu.org>
6647
6648 * files.el (abbreviate-file-name): Add save-match-data.
6649
6650 2006-07-03 Richard Stallman <rms@gnu.org>
6651
6652 * faces.el (read-face-name): Doc fix.
6653
6654 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * net/goto-addr.el (goto-address): Mark as safe for local evals.
6657
6658 2006-07-05 Andre Spiegel <spiegel@gnu.org>
6659
6660 * vc.el (vc-diff-internal): Fix prev change.
6661
6662 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6663
6664 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
6665 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
6666
6667 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
6670 fails if the symbol contains chars like ( or '.
6671 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
6672 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
6673 `short'.
6674
6675 2006-07-04 Kenichi Handa <handa@m17n.org>
6676
6677 * international/mule-cmds.el (set-language-info): If LANG-ENV is
6678 the current one, don't call set-language-environment, but call one
6679 of set-language-environment-XXX to make INFO effective now.
6680 (set-language-environment): Call set-language-environment-XXX
6681 functions instead of doing the various setups directly.
6682 (set-language-environment-coding-systems): Delete argument eol-type.
6683 (set-language-environment-input-method)
6684 (set-language-environment-nonascii-translation)
6685 (set-language-environment-charset)
6686 (set-language-environment-fontset)
6687 (set-language-environment-unibyte): New functions.
6688
6689 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
6690
6691 * locate.el (locate-update-when-revert): New option.
6692 (locate-update-path): New option (suggested by Michael Albinus).
6693 (locate-prompt-for-command): Whitespace change.
6694 (locate-update): No longer offer to update the locate database by
6695 default. Implement the two new options.
6696
6697 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6698
6699 * tooltip.el: Move comment about track-mouse...
6700
6701 * progmodes/gud.el: ...to here.
6702
6703 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
6704
6705 * facemenu.el (facemenu-listed-faces): New var.
6706 (facemenu-unlisted-faces): Variable deleted.
6707 (facemenu-add-new-face): Use facemenu-listed-faces.
6708
6709 * emulation/viper-init.el, calendar/calendar.el:
6710 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
6711
6712 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
6713
6714 * textmodes/org.el (org-mode): Remove no invalid settings for
6715 calc embedded mode.
6716 (org-mode-p): New defsubst.
6717 (org-save-all-org-buffers): New function.
6718 (org-first-headline-recenter): Enclose outline-regexp in group
6719 delimiters.
6720 (org-set-tags): Keep single space after stars.
6721
6722 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * window.el (set-window-text-height): Only set window-min-height to
6725 1 if that's the requested size.
6726
6727 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
6728 (diff-unified->context, diff-context->unified)
6729 (diff-reverse-direction): Make sure the end marker stays at the end.
6730 (diff-mode): Add the keymap table at the end of docstring.
6731 Use lexical-let rather than constructing a closure manually.
6732
6733 * files.el (find-file-noselect-1): Remove unused var assignment.
6734 (hack-local-variables-confirm): Print lists of strings as lists of
6735 strings rather than lists of symbols.
6736 (abbreviate-file-name, hack-local-variables-prop-line):
6737 Use match-string.
6738 (hack-one-local-variable): Move `make-local-variable' nearer its use.
6739 (recover-session-finish): Use line-end-position.
6740
6741 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
6742
6743 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
6744
6745 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
6746
6747 * progmodes/make-mode.el (makefile-macroassign-regex):
6748 Accept preceding keyword.
6749 (makefile-gmake-statements): Reorganize, now that makepp has
6750 "override" and also handle forgotten "override define".
6751 (makefile-makepp-statements): Add new "global", "override export"
6752 and "override global".
6753
6754 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
6757 (ada-compile-mouse-goto-error, ada-deactivate-properties)
6758 (ada-no-auto-case): Fix typos in docstrings.
6759
6760 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
6761
6762 * info.el (Info-find-node-2): Search for makeinfo version more
6763 carefully.
6764
6765 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
6766
6767 * textmodes/org.el (org-prepare-agenda-buffers):
6768 Use `invisible-OK' argument for `org-end-of-subtree'.
6769 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
6770 (org-beginning-of-item): Fix bug in regular expression for white line.
6771 (org-export-as-html): Enforce space after bullet in plain list items.
6772 (org-set-autofill-regexps): Require space after plain list bullet
6773 for paragraph-start.
6774 (org-ts-regexp3): New constant.
6775 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
6776 (org-timestamp-up-day, org-timestamp-down-day)
6777 (org-timestamp-change): Work with inactive timestamps.
6778 (org-ts-regexp1): Don't allow brackets in time stamps.
6779
6780 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
6781
6782 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
6783 for ignoring links.
6784
6785 * faces.el (read-face-name): Use it.
6786
6787 2006-06-28 Juri Linkov <juri@jurta.org>
6788
6789 * buff-menu.el (list-buffers-noselect): Compare Info file
6790 with the string "dir" to detect Info directory.
6791
6792 * complete.el (partial-completion-mode): In lambda for
6793 `choose-completion-string-functions' use full function signature
6794 with 4 args, and move point to the end of the minibuffer only if arg
6795 `mini-p' is non-nil.
6796
6797 2006-06-28 John Paul Wallington <jpw@pobox.com>
6798
6799 * ibuffer.el (ibuffer-mode): Doc fix.
6800
6801 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
6802
6803 * textmodes/org.el (org-context): New contexts :item-bullet,
6804 :latex-fragment, :latex-preview.
6805 (org-overlays-at, org-overlay-start, org-overlay-end):
6806 New compatibility functions.
6807 (org-inside-LaTeX-fragment-p): More accurate matching, using the
6808 exact regexp that will be used during export.
6809 (org-latex-regexps): New variable.
6810 (org-cdlatex-mode): Improve advice for `texmathp'.
6811 (turn-on-org-cdlatex): New function.
6812
6813 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6814
6815 * term/mac-win.el (mac-handle-font-selection): Change keys of
6816 mac-atsu-font-table from strings to numbers.
6817 (mac-ts-caret-position): Use also when cursor-type is nil.
6818 (mac-ts-update-active-input-area): Add Mac OS Classic support.
6819 Relax condition for using overlay strings.
6820 Use mac-ts-caret-position face when cursor-type is nil.
6821
6822 2006-06-26 Kim F. Storm <storm@cua.dk>
6823
6824 * help.el (view-emacs-news): Declare `res' in the right let* form.
6825
6826 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
6827
6828 * net/rcompile.el (remote-compile): Replace ange-ftp based
6829 implementation by Tramp functions.
6830 Suggested by Marc Abramowitz <msabramo@gmail.com>.
6831
6832 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
6833
6834 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
6835
6836 * international/fontset.el (setup-default-fontset): Fix a typo in
6837 the "Oriya-Akruti" registry name.
6838
6839 2006-06-23 Lars Hansen <larsh@soem.dk>
6840
6841 * desktop.el (desktop-full-file-name): New function.
6842 (desktop-kill, desktop-save, desktop-remove, desktop-read)
6843 (desktop-revert): Use it.
6844 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
6845 (desktop-after-read-hook): Add option list-buffers.
6846 (desktop-locals-to-save): Add tab-width.
6847 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
6848 Fix docstring.
6849
6850 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
6851
6852 * textmodes/org.el (org-cdlatex-mode-map)
6853 (org-cdlatex-texmathp-advice-is-done): New variables.
6854 (org-cdlatex-mode): New minor mode.
6855 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
6856 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
6857 (org-export-with-archived-trees): New option.
6858 (org-open-file): Remove the call to `convert-standard-filename'.
6859 (org-archive-tag, org-agenda-skip-archived-trees)
6860 (org-cycle-open-archived-trees)
6861 (org-sparse-tree-open-archived-trees): New options.
6862 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
6863 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
6864 New functions.
6865 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
6866 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
6867 (org-mode-map): Add binding for `org-toggle-archive-tag'.
6868 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6869 Call `org-prepare-agenda-buffers'.
6870 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
6871 (org-file-apps, org-file-apps-defaults-gnu)
6872 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
6873 Handle remote files by forcing them to be opened in Emacs.
6874
6875 2006-06-23 Andre Spiegel <spiegel@gnu.org>
6876
6877 * vc.el (vc-diff-knows-L): New variable.
6878 (vc-diff-internal): Use it to handle "diff" programs that don't
6879 understand -L. This works automatically, no user action is necessary.
6880
6881 2006-06-23 Daniel Brockman <daniel@brockman.se>
6882
6883 * net/rcirc.el (rcirc-default-user-full-name): Default to
6884 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
6885 longer exists).
6886 (rcirc-process-list): Check `buffer-live-p' before attempting to
6887 switch to a buffer.
6888
6889 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
6890
6891 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
6892 based on rcirc-coding-system-alist.
6893
6894 2006-06-23 Martin Rudalics <rudalics@gmx.at>
6895
6896 * cus-edit.el (customize-apropos): A better error message.
6897 (top level) <debug-ignored-errors>: Extend and update the list of
6898 ignored error messages.
6899
6900 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
6901
6902 * complete.el (PC-do-completion): Retain capitalization of user
6903 input, when possible, even if completion-ignore-case is set.
6904
6905 2006-06-23 Eli Zaretskii <eliz@gnu.org>
6906
6907 * generic-x.el (bat-generic-mode): Support .cmd files.
6908
6909 * dos-w32.el (top level): Use find-file-not-found-functions
6910 instead of the obsolete find-file-not-found-hooks.
6911
6912 2006-06-22 Kim F. Storm <storm@cua.dk>
6913
6914 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
6915 to recognize mode name containing submodes, such as Grep/lw.
6916
6917 2006-06-21 Kim F. Storm <storm@cua.dk>
6918
6919 * simple.el (line-move-1): Check for move-end-of-line instead of
6920 end-of-line when setting temporary-goal-column.
6921
6922 2006-06-21 Miles Bader <miles@gnu.org>
6923
6924 * play/cookie1.el (cookie): Work properly when there's only one entry.
6925
6926 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
6927
6928 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
6929 (gdb-frame-handler): Generalize frame regexp for templates.
6930
6931 2006-06-20 Glenn Morris <rgm@gnu.org>
6932
6933 * calendar/appt.el (appt-display-format): Default value must be
6934 one of the customize options.
6935
6936 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6937
6938 * term/xterm.el (terminal-init-xterm): Update key availability info.
6939 Bind C-return.
6940
6941 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
6942
6943 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
6944
6945 * files.el (hack-local-variables): Run `hack-local-variables-hook'
6946 whether or not a local variables list is defined.
6947
6948 * msb.el (msb): Move `sit-for' hack here to handle both
6949 "mouse-down and drag" and "mouse-up and select" situations.
6950 (mouse-select-buffer): Move `sit-for' hack to `msb'.
6951
6952 2006-06-20 Kenichi Handa <handa@m17n.org>
6953
6954 * international/characters.el (word-combining-categories):
6955 Add entries for 2-byte Han characters.
6956
6957 2006-06-19 Richard Stallman <rms@gnu.org>
6958
6959 * bindings.el (mode-line-format): Save some mode line space.
6960
6961 * files.el (find-file-noselect): Improve the question wording.
6962 (basic-save-buffer-2): Mask UMASK against 666.
6963
6964 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
6965 (mouse-drag-vertical-line): Call it.
6966
6967 * cus-edit.el (customize-option, customize-option-other-window):
6968 Error if SYMBOL is nil.
6969
6970 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
6971
6972 * textmodes/org.el: Require noutline, also on XEmacs.
6973 (org-end-of-subtree): Return point.
6974 (org-dblock-start-re, org-dblock-end-re): New constants.
6975 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
6976 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
6977 (org-update-all-dblocks, org-find-dblock): New functions.
6978 (org-collect-clock-time-entries): New function.
6979 (org-html-handle-time-stamps): Never export CLOCK timeranges.
6980 (org-fixup-indentation): Modify to deal correctly with lines
6981 starting with TAB. Only one argument DIFF now.
6982 (org-demote, org-promote): Call `org-fixup-indentation' with just
6983 one argument, DIFF.
6984 (org-mode): Don't mark buffer as modified when aligning tables.
6985 (org-clock-sum): Don't mark buffer modified when adding time sum
6986 properties.
6987 (org-export-as-html): Add support for a link validation function.
6988 (org-archive-all-done): New function.
6989 (org-archive-subtree): New prefix argument. When set, archive all
6990 done subtrees in this buffer.
6991 (org-remove-clock-overlays)
6992 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
6993 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
6994 (org-put-clock-overlay): Don't swallow last headline character
6995 when displaying overlay.
6996 (org-store-link): Link to `image-mode' with just the file name.
6997
6998 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
6999
7000 * viper-cmd.el (viper-special-read-and-insert-char):
7001 Use read-key-sequence.
7002 (viper-after-change-undo-hook): Misc enhancements.
7003 (viper-after-change-undo-hook): New hook.
7004 (viper-undo): Use viper-after-change-undo-hook.
7005 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7006 (viper-next-line-at-bol): If point is on a widget or a button, simulate
7007 clicking on that widget/button.
7008
7009 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7010
7011 * ediff-diff (ediff-test-patch-utility): Catch errors.
7012 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7013 (ediff-set-actual-diff-options): New function.
7014 (ediff-reset-diff-options, ediff-toggle-ignore-case):
7015 Use ediff-set-actual-diff-options.
7016 (ediff-extract-diffs): Catch errors.
7017 (ediff-whitespace): Add non-breakable space.
7018 (ediff-same-file-contents): Catch errors.
7019
7020 * ediff-mult.el (ediff-collect-custom-diffs):
7021 Save coding-system-for-read.
7022
7023 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7024 (ediff-vc-internal, ediff-vc-merge-internal):
7025 Use ediff-delete-version-file.
7026 (ediff-delete-version-file): New function.
7027
7028 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7029
7030 * ediff.el (ediff-directories, ediff-directory-revisions)
7031 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7032 (ediff-directories-internal, ediff-merge-directory-revisions)
7033 (ediff-merge-directory-revisions-with-ancestor)
7034 (ediff-directories3): Use read-directory-name.
7035
7036 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
7037
7038 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
7039 Remove superfluous part of regexp for brace matching which is handled
7040 by `scan-lists' call.
7041
7042 2006-06-16 Richard Stallman <rms@gnu.org>
7043
7044 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
7045
7046 * files.el (basic-save-buffer-2): For a new precious file,
7047 use the default modes in the return value.
7048
7049 * facemenu.el (facemenu-color-alist): Doc fix.
7050
7051 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
7052
7053 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7054
7055 * cus-start.el (all): Add mac-ts-script-language-on-focus.
7056
7057 * term/mac-win.el (mac-text-encoding-ascii): New constant.
7058 (mac-utxt-to-string): Use it.
7059 (mac-ts-update-active-input-area): Use mac-ae-number.
7060
7061 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7062
7063 * term.el (term-handle-scroll, term-delete-lines)
7064 (term-insert-lines): Fix off by one errors.
7065
7066 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7067
7068 * net/tramp.el (tramp-touch): Use UTC to express time.
7069
7070 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * mail/sendmail.el (mail-send): Search explicitly for
7073 mail-header-separator when checking for corrupted header lines.
7074
7075 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
7076
7077 * progmodes/gdb-ui.el (gdb-same-frame): New option.
7078 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
7079 (gdb-init-1): Initialise them.
7080 (gdb-starting): Reset gdb-printing
7081 (gdb-starting): Save value of gud-overlay-arrow-position.
7082 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
7083 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
7084 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
7085 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
7086
7087 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
7090
7091 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
7092
7093 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
7094 (ldap-search-internal): Keep error messages, and a regexp fix.
7095
7096 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
7097
7098 * files.el (hack-local-variables-confirm):
7099 Display string value using its printed representation.
7100
7101 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * server.el (server-edit): No-op if no server buffers exist.
7104
7105 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
7106
7107 * textmodes/page-ext.el (pages-directory-for-addresses):
7108 Including `pages-directory-address-mode' in the function results
7109 in the message "Buffer in which pages were found is deleted".
7110
7111 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
7112
7113 * textmodes/org.el (org-agenda-mode-map): Add bindings for
7114 clocking functions.
7115
7116 (org-agenda-clock-in, org-check-running-clock)
7117 (org-clock-out-if-current, org-remove-clock-overlays)
7118 (org-put-clock-overlay): New functions.
7119 (org-clock-marker, org-clock-file-total-minutes)
7120 (org-clock-overlays): New variables.
7121 (org-clock-display, org-clock-sum, org-clock-cancel)
7122 (org-clock-out, org-clock-in): New commands.
7123 (org-export): New function.
7124 (org-emph-re): New constant.
7125 (org-set-emph-re, org-do-emphasis-faces): New functions.
7126 (org-emphasis-regexp-components, org-emphasis-alist): New options.
7127 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7128 (org-export-html-convert-emphasize): Use the configurable emphasis.
7129 (org-cleaned-string-for-export): Make multiline emphasis visible
7130 to the exporter. New optional argument PARAMETERS.
7131 (org-export-as-html): Specify :emph-multiline parameter to
7132 `org-cleaned-string-for-export'.
7133
7134 2006-06-10 Richard Stallman <rms@gnu.org>
7135
7136 * help.el (help-for-help-internal): Clean up help text.
7137
7138 2006-06-10 Andreas Schwab <schwab@suse.de>
7139
7140 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
7141 in doc string.
7142
7143 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
7144
7145 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
7146
7147 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
7148 spaces after the comment start.
7149
7150 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7151
7152 * play/pong.el (pong-init-buffer):
7153 Fill buffer with spaces instead of ^A.
7154
7155 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
7156 launched asynchronously, delete its process instead of being cool.
7157 (ispell-async-processp): Check for `delete-process' existence
7158 instead of `kill-process' one for consistency.
7159
7160 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
7163 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
7164 in mode line at startup.
7165
7166 2006-06-08 Kim F. Storm <storm@cua.dk>
7167
7168 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
7169 (ido-init-completion-maps): Bind them to M-SPC and M-v.
7170 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
7171 (ido-file-internal): Pass full file name to write-file.
7172 (ido-read-internal): Only pop stack elements automatically if they
7173 actually match an existing directory or file name.
7174
7175 2006-06-07 Kenichi Handa <handa@m17n.org>
7176
7177 * international/mule.el (find-auto-coding): Don't handle the short
7178 name `char-trans'.
7179
7180 * files.el (hack-local-variables-prop-line)
7181 (hack-local-variables): Cancel the previous change.
7182
7183 2006-06-06 Jesper Harder <harder@phys.au.dk>
7184
7185 * ediff-diff.el (ediff-test-utility): Protect against file-error.
7186
7187 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * diff-mode.el (diff-mode): Set buffer-read-only to t when
7190 diff-default-read-only is non-nil.
7191 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
7192 (diff-refine-hunk): Set inhibit-read-only to t.
7193
7194 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
7195 modifying the *Diff* buffer.
7196 (diff-process-filter): New filter function for diff process that
7197 sets inhibit-read-only to t when modifying the *Diff* buffer.
7198
7199 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
7200
7201 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
7202 insertion point and control the number of empty lines.
7203 (org-paste-subtree): Limit the number of empty lines at the end of
7204 the inserted tree.
7205 (org-agenda): Use buffer name of current file for narrowing.
7206 (org-export-as-xml): Command removed.
7207 (org-export-xml-type): Option removed.
7208 (org-mode-map): Call `org-export-as-xoxo' directly.
7209 (org-get-indentation): New optional argument LINE.
7210 (org-fix-indentation, org-remove-tabs): New functions.
7211 (org-export-as-ascii, org-ascii-level-start): Determine and apply
7212 correct indentation for headlines that are converted it items.
7213 (org-skip-comments): Remove table lines that contain narrowing
7214 cookies but no other non-empty fields.
7215 (org-set-tags): Allow groups of mutually exclusive tags.
7216 (org-cmp-time): Sort 24:21 before items without time.
7217 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
7218 (org-open-at-point): Require double colon also for numbers.
7219
7220 2006-06-06 Kim F. Storm <storm@cua.dk>
7221
7222 * ido.el (ido-default-file-method, ido-default-buffer-method):
7223 Make choice values consistent with corresponding command names.
7224 (ido-visit-buffer): Update accordingly. Default to selected-window.
7225
7226 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
7227
7228 * progmodes/gud.el (gud-running): Fix doc string.
7229 (gud-menu-map): Use :visible instead fo :enable for debugger test.
7230 (gud-tooltip-modes): Add python-mode.
7231 (gud-tooltip-print-command): Add pdb. Remove perldb.
7232
7233 2006-06-05 Eli Zaretskii <eliz@gnu.org>
7234
7235 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
7236 Quote $(EMACS).
7237
7238 2006-06-05 Richard Stallman <rms@gnu.org>
7239
7240 * faces.el (defined-colors): Doc fix.
7241
7242 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
7243
7244 * vc.el (vc-process-filter): Inhibit undo info collection around
7245 call to insert.
7246 (vc-setup-buffer): Likewise for call to erase-buffer.
7247 (vc-do-command): Likewise for call to process-file.
7248
7249 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
7250
7251 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
7252 for gud-go.
7253 (gud-common-init): Other debuggers may trigger error.
7254
7255 2006-06-05 Kenichi Handa <handa@m17n.org>
7256
7257 * international/mule.el (find-auto-coding):
7258 Handle enable-character-translation in file header.
7259
7260 2006-06-04 Kim F. Storm <storm@cua.dk>
7261
7262 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
7263 (authors-fixed-entries): Fix spelling.
7264 (authors-canonical-file-name): Don't report error for wildcards.
7265
7266 * help.el (view-emacs-news): Rewrite to support new NEWS,
7267 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
7268 e.g. version 10 matches 1.10, and don't be confused by version 1.1
7269 being a prefix of 1.12 (etc). A numeric prefix arg also works.
7270
7271 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
7272
7273 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
7274 exec constructs like `foo bar`.
7275 (sh-quoted-subshell): New helper function to search for a possibly
7276 nested subshell (like `` or $()) within a "" quoted string.
7277 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
7278 (sh-apply-quoted-subshell): Flag quote characters inside a
7279 subshell, which is itself already in a quoted region, as
7280 punctuation, since this is the closest to what they actually are.
7281 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
7282 sh-apply-quoted-subshell.
7283 (sh-font-lock-syntactic-face-function): Apply the new face for
7284 text inside `` instead of the old font-lock-string-face.
7285
7286 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7287
7288 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
7289 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
7290 (mac-bytes-to-text-range, mac-ae-text-range-array)
7291 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
7292 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
7293 (mac-ts-unicode-for-key-event): New functions.
7294 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
7295 (mac-handle-font-selection): Use mac-ae-number.
7296 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
7297 New variables.
7298 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
7299 (mac-ts-converted-text, mac-ts-selected-converted-text)
7300 (mac-ts-block-fill-text, mac-ts-outline-text)
7301 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
7302 (mac-ts-hilite-style-faces): New constant.
7303 (mac-apple-event-map): Bind text input events.
7304 (mac-dispatch-apple-event): Use command-execute instead of
7305 call-interactively.
7306 (global-map): Don't bind mac-apple-event.
7307 (special-event-map): Bind mac-apple-event.
7308
7309 2006-06-02 Eli Zaretskii <eliz@gnu.org>
7310
7311 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
7312 file name.
7313 (emacs): Enclose the value of $(EMACS) in quotes.
7314
7315 2006-06-02 Juri Linkov <juri@jurta.org>
7316
7317 * international/mule.el (sgml-html-meta-auto-coding-function):
7318 Remove the condition `(search-forward "<html" size t)'.
7319 Replace `\"' with `[\"']?' in `re-search-forward'.
7320
7321 2006-06-02 Kenichi Handa <handa@m17n.org>
7322
7323 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
7324 as well as `coding'.
7325 (hack-local-variables): Likewise.
7326
7327 * international/mule.el (enable-character-translation):
7328 Put permanent-local and safe-local-variable properties.
7329 (find-auto-coding): Handle char-trans: tag.
7330
7331 2006-06-02 Juri Linkov <juri@jurta.org>
7332
7333 * international/mule.el (sgml-html-meta-auto-coding-function):
7334 Limit the search by the end of the HTML header (if any).
7335
7336 2006-06-01 Richard Stallman <rms@gnu.org>
7337
7338 * subr.el (with-current-buffer): Doc fix.
7339
7340 2006-06-02 Masatake YAMATO <jet@gyve.org>
7341
7342 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
7343 Almost rewrite. Underlines over all lines of gcov output are too
7344 uncomfortable to read. Suggested by Dan Nicolaescu.
7345
7346 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
7347
7348 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
7349
7350 * shell.el (shell-mode): Use shell-mode-map in docstring.
7351
7352 * comint.el (comint-send-input): Do not add help-echo and
7353 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
7354
7355 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7356
7357 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
7358
7359 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7360
7361 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
7362 (gdb-stopped, gdb-info-stack-custom): If there is no source info
7363 look up the stack and pop up GUD buffer if necessary.
7364 (gdb-frames-select): Remove redundant call to gud-display-frame.
7365 (gdb-info-threads-custom): Keep point at start of buffer.
7366 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
7367
7368 2006-05-31 Juri Linkov <juri@jurta.org>
7369
7370 * replace.el (query-replace-read-from, query-replace-read-to):
7371 Bind `history-add-new-input' to nil. Call `add-to-history'.
7372
7373 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
7374
7375 * textmodes/table.el: Convert all HTML tags to lower case for
7376 XHTML compatibility.
7377
7378 2006-05-31 Masatake YAMATO <jet@gyve.org>
7379
7380 * progmodes/compile.el:
7381 (compilation-error-regexp-alist-alist::gcov-called-line):
7382 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
7383
7384 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
7385
7386 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
7387 Revert inadvertent changes made with last commit.
7388
7389 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7390
7391 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
7392 New functions.
7393
7394 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
7395
7396 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
7397
7398 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7399 only matches in the right place.
7400 (org-upcoming-deadline): New face.
7401 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7402 (org-export-ascii-underline): Rename constant `org-ascii-underline'
7403 and make it an option.
7404 (org-export-ascii-bullets): New option.
7405 (org-export-as-html): Many changes to emit valid XHTML.
7406 (org-par-open): New variable.
7407 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7408 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7409 (org-timeline): Pass `org-timeline-show-empty-dates' to
7410 `org-get-all-dates'. Interpret empty dates returned by
7411 `org-get-all-dates'.
7412 (org-get-all-dates): New argument EMPTY. Add dates without
7413 entries to the list, mark large ranges of empty dates.
7414 (org-point-in-group, org-context): New functions.
7415
7416 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
7417
7418 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7419
7420 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7421 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7422 to C-mouse-3 (for 2 button mice).
7423 (gdb-send): Do the right thing for C-d.
7424
7425 * speedbar.el (speedbar-detach): Delete.
7426 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7427 it breaks things.
7428 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7429
7430 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
7431
7432 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7433 Makeppfile.
7434
7435 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7436 Add makepp diagnostic.
7437
7438 2006-05-29 Richard Stallman <rms@gnu.org>
7439
7440 * window.el (fit-window-to-buffer): Doc fix.
7441
7442 * help.el (temp-buffer-max-height): Doc fix.
7443
7444 * subr.el (with-current-buffer): Doc fix.
7445
7446 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7447
7448 * term/x-win.el: Bind F10 to menu-bar-start if available.
7449
7450 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
7451
7452 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7453 uses with a simple test.
7454 (term-set-escape-char, term-mode, term-check-kill-echo-list)
7455 (term-send-raw-string, term-send-raw, term-mouse-paste)
7456 (term-char-mode, term-line-mode, term-exec, term-sentinel)
7457 (term-handle-exit, term-read-input-ring)
7458 (term-previous-matching-input-string)
7459 (term-previous-matching-input-string-position)
7460 (term-previous-matching-input-from-input)
7461 (term-replace-by-expanded-history, term-send-input)
7462 (term-skip-prompt, term-bol, term-send-invisible)
7463 (term-kill-input, term-delchar-or-maybe-eof)
7464 (term-backward-matching-input, term-check-source)
7465 (term-proc-query, term-emulate-terminal)
7466 (term-handle-colors-array, term-process-pager, term-pager-line)
7467 (term-pager-bob, term-unwrap-line, term-word)
7468 (term-dynamic-complete-filename)
7469 (term-dynamic-complete-as-filename)
7470 (term-dynamic-simple-complete): Replace one arm ifs with whens or
7471 unlesses.
7472
7473 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
7476 during bootstrapping.
7477
7478 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
7479 Basically undo the change of 2006-05-26: use extra arguments instead of
7480 dynamic scoping.
7481 (ewoc-locate): Remove unused var `footer'.
7482
7483 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
7486
7487 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
7488 (generate-file-autoloads): Obey it. Return whether autoloads were
7489 added at point or not.
7490 (update-file-autoloads): Use this new return value.
7491 Remove redundant test for the presence of an autoload cookie.
7492
7493 * emacs-lisp/autoload.el (autoload-find-file): New fun.
7494 This one calls hack-local-variables.
7495 (generate-file-autoloads, update-file-autoloads): Use it.
7496
7497 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
7498 (bibtex-sort-entry-class): Add safe-local-variable predicate.
7499 (bibtex-sort-entry-class-alist): Don't set the global value.
7500 (bibtex-init-sort-entry-class-alist): New fun.
7501 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
7502 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
7503 of bibtex-init-sort-entry-class.
7504
7505 2006-05-28 Richard Stallman <rms@gnu.org>
7506
7507 * subr.el (load-history-regexp): If FILE is relative, insist
7508 entire last name component must match it.
7509 (load-history-filename-element, load-history-regexp): Doc fixes.
7510
7511 2006-05-29 Kim F. Storm <storm@cua.dk>
7512
7513 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
7514 `pos' and `raw-data' for clarity, as eval forms may access these.
7515
7516 2006-05-28 Kim F. Storm <storm@cua.dk>
7517
7518 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
7519
7520 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * progmodes/make-mode.el (makefile-browser-map)
7523 (makefile-mode-syntax-table): Move initialization inside declaration.
7524 (makefile-fill-paragraph): Use the default comment-filling code.
7525
7526 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
7527
7528 * replace.el (query-replace-defaults): New variable.
7529 (query-replace-read-from): Use `query-replace-defaults' for
7530 default value, instead of history list.
7531 (query-replace-read-to): Update `query-replace-defaults'.
7532
7533 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
7536 with no X toolkit.
7537
7538 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
7539
7540 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
7541 (tumme-show-all-from-dir): Add autoload.
7542
7543 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
7544
7545 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
7546 (tumme-remove-tag): Fix bug.
7547
7548 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7549
7550 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
7551 FOOTER args. Update unique caller.
7552 (ewoc-delete): Compute last node once before looping.
7553 (ewoc--node-branch): Merge into unique caller.
7554 (ewoc--node): Don't define constructor make-ewoc--node for this
7555 structure.
7556 (ewoc): Add member `hf-pp' to this structure.
7557 (ewoc--wrap): New func.
7558 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
7559 header/footer pretty-printers. Save header/footer pretty-printer.
7560 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
7561
7562 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
7563
7564 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
7565
7566 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
7567 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
7568 Tag'. Change "Compare directories..." to "Change Directories...".
7569 Move tumme commands to Operate, Regexp and Immediate menus.
7570 Change "Add Comment" to "Add Image Comment". Change "Add Image
7571 Tag" to "Add Image Tags".
7572
7573 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
7574 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
7575 `tumme-delete-tag'.
7576
7577 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
7578
7579 * shell.el (shell-mode): Call shell-dirtrack-mode after
7580 list-buffers-directory is made a local variable, to avoid setting
7581 the default value.
7582
7583 2006-05-26 Kevin Ryde <user42@zip.com.au>
7584
7585 * info.el (Info-index-next): Use where-is-internal to report
7586 actual binding of Info-index-next, rather than hard-coded `,'.
7587
7588 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7589
7590 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
7591 and "Find Command in Manual" to here.
7592
7593 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7594 Info-current-file as the file name.
7595
7596 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
7597
7598 * ses.el (defadvice undo-more): Delete this defadvice. The undo
7599 overrides will now be done a different way.
7600 (ses-set-parameter): Reapply this function for undo.
7601 (ses-set-header-row): Reconstruct header row during undo.
7602 (ses-widen): New function.
7603 (ses-goto-data, ses-reconstruct-all): Use new function.
7604 (ses-command-hook): Widen buffer during undo, before unupdating
7605 the cells.
7606 (ses-insert-row, ses-delete-row): Widen buffer during undo.
7607 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
7608 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
7609 formula hasn't been executed yet.
7610
7611 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7612
7613 * comint.el (comint-kill-whole-line): Rename arg to count.
7614 Fix doc string.
7615
7616 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
7617
7618 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
7619 to copy-file.
7620
7621 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7622
7623 * simple.el (toggle-truncate-lines): Make arg optional for
7624 backward compatibility.
7625
7626 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
7627
7628 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
7629 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
7630 DLL arg. Instead, use ewoc--current-dll. Update all callers.
7631 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
7632 (ewoc--adjust): Use ewoc--current-dll.
7633 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
7634
7635 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
7636
7637 * textmodes/org.el (org-next-item, org-previous-item): Emit more
7638 compact error message.
7639 (org-tags-view): Refresh category table in each file.
7640 (org-table-justify-field-maybe): Remove superfluous arguments to
7641 `format'.
7642 (org-export-as-html): Insert "<p>" before postamble.
7643 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
7644
7645 2006-05-26 Kenichi Handa <handa@m17n.org>
7646
7647 * textmodes/po.el (po-find-charset): Pay attention to the case
7648 FILENAME is a cons (NAME . BUFFER).
7649 (po-find-file-coding-system-guts): Likewise.
7650
7651 * arc-mode.el (archive-set-buffer-as-visiting-file):
7652 Call find-operation-coding-system with (FILENAME . BUFFER).
7653
7654 * tar-mode.el (tar-extract): Call find-operation-coding-system
7655 with (FILENAME . BUFFER).
7656
7657 * international/mule.el (decode-coding-inserted-region):
7658 Call find-operation-coding-system with (FILENAME . BUFFER).
7659
7660 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * image-mode.el (image-toggle-display): Use buffer contents to
7663 generate image for a remote file.
7664
7665 2006-05-25 Juri Linkov <juri@jurta.org>
7666
7667 * replace.el (query-replace-read-from, query-replace-read-to):
7668 Remove 8th arg KEEP-ALL in read-from-minibuffer.
7669
7670 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
7671
7672 * whitespace.el (whitespace-cleanup): Change to cleanup
7673 region if one is active.
7674 * whitespace.el (whitespace-cleanup-internal): New internal method.
7675
7676 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
7677
7678 * dired.el (dired-mode-map): Add help-echo strings to tumme
7679 commands. Bind `tumme-dired-display-image' to C-t i.
7680
7681 * tumme.el (tumme-display-image): Change documentation string slightly.
7682 (tumme-dired-display-image): Add call to `display-buffer'.
7683
7684 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7685
7686 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
7687 Signal error if RAW-DATA is a multibyte string.
7688
7689 2006-05-24 Richard Stallman <rms@gnu.org>
7690
7691 * subr.el (with-local-quit): When handling `quit' signal,
7692 make a chance for quit-flag to cause a quit.
7693
7694 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
7695 (ad-disable-advice): Add autoloads.
7696
7697 * subr.el (read-passwd): Copy PROMPT before changing its properties.
7698
7699 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
7700
7701 * dired.el (dired-mode-map): Change menu items for tumme as per
7702 suggestions in emacs-devel.
7703
7704 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
7705
7706 * dired.el (dired-mode-map): Fix breakage.
7707
7708 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
7709
7710 * tumme.el (tumme-display-dired-image): Rename to...
7711 (tumme-dired-display-image): ...this.
7712 (tumme-track-movement): Change default value to t.
7713 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
7714 used from `tumme-next-line-and-display' and similar commands.
7715
7716 * dired.el (dired-mode-map): Add Thumbnail submenu under the
7717 Immediate menu. Add some tumme commands there.
7718
7719 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
7720
7721 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
7722
7723 2006-05-24 Chong Yidong <cyd@mit.edu>
7724
7725 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
7726 menu entries that open submenus.
7727
7728 2006-05-24 Alan Mackenzie <acm@muc.de>
7729
7730 * startup.el (command-line): For names of preloaded files, don't
7731 append ".elc" (now done in Fload), and call file-truename on the
7732 lisp directory.
7733
7734 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
7735 match ANY loaded file with the right name, not just those in
7736 load-path. Put a regexp matching the file name into
7737 after-load-alist, rather than the name itself.
7738
7739 * subr.el (load-history-regexp, load-history-filename-element)
7740 (do-after-load-evaluation): New functions.
7741
7742 * international/mule.el (load-with-code-conversion): Do the
7743 eval-after-load stuff by calling do-after-load-evaluation.
7744
7745 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
7746
7747 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
7748 has not been killed.
7749
7750 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7751
7752 * term/mac-win.el: Set idle timer to clean up expired Apple events.
7753 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
7754 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
7755 Optionally set error message in reply.
7756
7757 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
7758
7759 * textmodes/org.el (org-open-at-point): Use renamed variable
7760 `org-confirm-shell-link-function'.
7761 (org-confirm-shell-link-function): Rename from
7762 `org-confirm-shell-links'.
7763 (org-export-directory): New function.
7764 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
7765 (org-export-icalendar): Use `org-export-directory'.
7766 (org-indent-item): Keep cursor position.
7767 (org-link-file-path-type): New option.
7768 (org-export-as-html): Fix bug with plain lists starting in
7769 column 0.
7770 (org-export-as-html): Remove deadline formatting, this happens
7771 now already in `org-html-handle-time-stamps'.
7772 (org-export-html-style): Deadline class removed.
7773 (org-insert-labeled-timestamps-at-point): New option.
7774 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
7775 of `hide-sublevels 1', in case the first headline is not level 1.
7776 (org-overview, org-content): New fuction.
7777 (org-cycle-global-status, org-cycle-subtree-status): Make these
7778 variables buffer-local.
7779 (org-global-cycle): New command.
7780 (org-shifttab): Use `org-global-cycle'.
7781 (org-insert-heading, org-insert-item): Go to end of new
7782 headline/item after creating it.
7783 (org-export-visible): Rename from `org-export-copy-visible'.
7784 Now creates a temporary org-file and applies an exporting command
7785 to it.
7786 (org-table-eval-formula): Support for lisp forms.
7787 (org-agenda-todo-ignore-scheduled): New option.
7788 (org-agenda-get-todos): Use new option
7789 `org-agenda-todo-ignore-scheduled'.
7790 (org-export-html-inline-images): New value `maybe'.
7791 (org-export-as-html): Inlining of images dependent on link description.
7792 (org-archive-subtree): Check for end-of-buffer before trying
7793 `kill-line'.
7794 (org-agenda-follow-mode): New option.
7795 (org-export-with-tags, org-export-with-timestamps): New options.
7796 (org-html-handle-time-stamps): New function.
7797 (org-keyword-time-regexp): New variable.
7798 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
7799 (org-agenda-todo-list-sublevels): New option.
7800 (org-html-level-start): When TITLE is nil, just close all levels.
7801 (org-parse-key-lines, org-parse-export-options): Remove functions,
7802 replaced by `org-infile-export-plist'.
7803 (org-combine-plists, org-infile-export-plist)
7804 (org-default-export-plist): New functions.
7805 (org-export-html-preamble, org-export-html-postamble)
7806 (org-export-html-auto-preamble, org-export-html-auto-postamble):
7807 New variables.
7808 (org-export-publishing-directory): New option.
7809 (org-export-as-html, org-export-as-ascii): Use the new property
7810 lists for settings.
7811 (org-export-copy-visible, org-export-as-xoxo):
7812 Respect `org-export-publishing-directory'.
7813 (org-link-search, org-store-link, org-file-apps): Support for
7814 links to BibTeX database entries..
7815 (org-get-current-options, org-set-regexps-and-options):
7816 Implement logging as a startup option.
7817 (org-store-link): Make sure context string is never empty
7818 (org-insert-link): Use relative path when possible.
7819 (org-at-item-checklet-p): New function.
7820 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
7821 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
7822 (org-metaright, org-metaup, org-metadown, org-shiftup)
7823 (org-shiftdown, org-shiftright, org-shiftleft)
7824 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
7825 Dispatch using `call-interactively'.
7826 (org-call-with-arg): New defsubst.
7827 (org-tag-alist, org-use-fast-tag-selection): New options.
7828 (org-complete): Use `org-tag-alist'.
7829 (org-fast-tag-insert, org-fast-tag-selection): New functions.
7830 (org-next-item, org-previous-item): New commands.
7831 (org-beginning-of-item, org-end-of-item): Add (interactive) to
7832 make command.
7833 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
7834
7835 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
7836
7837 * emacs-lisp/ewoc.el (ewoc-delete): New function.
7838 (ewoc-filter): Use `ewoc-delete'.
7839
7840 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
7841
7842 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
7845 Signal more user-friendly error messages.
7846
7847 * complete.el (PC-do-completion): Undo the addition of implicit
7848 wildcards if they did not lead to finding any match.
7849 (read-file-name-internal): Don't add the final > if the completion is
7850 not finished.
7851
7852 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
7853
7854 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
7855 Quote safe-local-variable predicate.
7856
7857 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
7858
7859 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
7860
7861 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7862
7863 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
7864
7865 * progmodes/make-mode.el (makefile-special-targets-list)
7866 (makefile-macro-table, makefile-target-table): Mark as risky.
7867 (makefile-query-one-target-method): Make this the alias for the
7868 following variable.
7869 (makefile-query-one-target-method-function): Make this the real name.
7870
7871 * textmodes/artist.el (artist-text-renderer): Make this the alias
7872 for the following variable.
7873 (artist-text-renderer-function): Make this the real name.
7874
7875 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
7876 the alias for the following variable.
7877 (flyspell-generic-check-word-predicate): Make this the real name.
7878
7879 * textmodes/ispell.el (ispell-format-word): Make this the alias
7880 for the following variable.
7881 (ispell-format-word-function): Make this the real name.
7882 (ispell-message-text-end): Mark as risky.
7883
7884 * skeleton.el (skeleton-transformation, skeleton-filter)
7885 (skeleton-pair-filter): Make these the aliases for the following
7886 variables.
7887 (skeleton-transformation-function, skeleton-filter-function)
7888 (skeleton-pair-filter-function): Make these the real names.
7889
7890 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
7891 and skeleton-pair-filter-function.
7892
7893 * textmodes/sgml-mode.el (sgml-transformation): Make this the
7894 alias for the following variable.
7895 (sgml-transformation-function): Make this the real name.
7896 (sgml-tag-alist): Mark as risky.
7897
7898 2006-05-21 Richard Stallman <rms@gnu.org>
7899
7900 * simple.el (kill-region): Interactively, pass point, then mark.
7901
7902 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
7903
7904 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
7905
7906 2006-05-21 Romain Francoise <romain@orebokech.com>
7907
7908 * dired-x.el (dired-mode-map): Don't bind M-g.
7909
7910 2006-05-20 Richard Stallman <rms@gnu.org>
7911
7912 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
7913 (dired-goto-file): Doc fix.
7914
7915 2006-05-21 Kim F. Storm <storm@cua.dk>
7916
7917 * emulation/cua-base.el: Mention customizing cua-mode as alternative
7918 way to enable built-in cua-mode if user loads older CUA-mode package.
7919
7920 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
7921 if default-filename is specified.
7922
7923 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7924
7925 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
7926
7927 * info.el (info-apropos): Make sure current-file and current-node
7928 have non-nil values. Speed up by using add-to-list instead of
7929 manual consing.
7930
7931 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7932
7933 * progmodes/make-mode.el (makefile-mode): Doc fix.
7934
7935 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7936
7937 * dired-aux.el (dired-do-shell-command): Doc fix.
7938
7939 2006-05-20 Kevin Ryde <user42@zip.com.au>
7940
7941 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
7942 ``(custom-manual :tag "Foo" "(foo)Node")''.
7943
7944 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
7945
7946 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
7947 value is an integer.
7948
7949 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7950
7951 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
7952 "format".
7953 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
7954
7955 2006-05-20 Martin Rudalics <rudalics@gmx.at>
7956
7957 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
7958 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
7959
7960 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
7963 regexp for keywords.
7964
7965 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
7966
7967 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
7968 replace-regexp-in-string.
7969
7970 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
7971 encode, and escape file name on conversion to URL.
7972
7973 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7974
7975 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
7976 Don't unescape URL.
7977 (dnd-get-local-file-name): Unescape URL on conversion to file name.
7978
7979 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
7980 on conversion to URLs.
7981
7982 * net/browse-url.el (browse-url-file-url): Encode file name on
7983 conversion to URL.
7984
7985 * term/mac-win.el (mac-ae-open-documents): Escape file name on
7986 conversion to URL.
7987
7988 2006-05-19 Eli Zaretskii <eliz@gnu.org>
7989
7990 * progmodes/cc-styles.el (c-style-alist): Doc fix.
7991
7992 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7993
7994 * term/mac-win.el (mac-bytes-to-digits): Remove function.
7995 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
7996
7997 2006-05-19 Glenn Morris <rgm@gnu.org>
7998
7999 * calendar/diary-lib.el (diary-bahai-date)
8000 (list-bahai-diary-entries, mark-bahai-diary-entries)
8001 (mark-bahai-calendar-date-pattern): Not interactive.
8002 (add-to-diary-list): New optional arg LITERAL. Doc fix.
8003 (diary-entries-list): Change format of 4th element in each entry.
8004 (diary-list-entries): Use add-to-diary-list.
8005 (diary-goto-entry): Handle the case where the buffer visiting the
8006 diary has been killed.
8007 (fancy-diary-display): Add 'locator to button rather than 'marker.
8008 Only generate temp-face when there are marks to apply.
8009 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8010 (diary-fancy-date-pattern): New variable.
8011 (diary-time-regexp): Doc fix.
8012 (diary-anniversary, diary-time): New faces.
8013 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8014 diary-time-regexp. Add font-lock-multiline property where needed.
8015 Use new faces diary-anniversary and diary-time.
8016 (diary-fancy-font-lock-fontify-region-function): New function, to
8017 handle multiline font-lock pattern in fancy diary.
8018 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8019 (diary-font-lock-keywords): Tweak time regexp. Use new face
8020 diary-time.
8021
8022 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
8023
8024 * international/code-pages.el (mik): Table corrected.
8025
8026 2006-05-18 Kim F. Storm <storm@cua.dk>
8027
8028 * progmodes/grep.el (grep-find): Don't check grep-find-command
8029 before running command (breaks non-interactive usage).
8030
8031 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
8032
8033 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8034 (ewoc--insert-new-node): Don't insert trailing newline.
8035 Instead, adjust successor nodes's start markers.
8036 (ewoc--refresh-node): Delete all text from current node's start
8037 marker to the next one's; adjust successor nodes's start markers.
8038 (ewoc--create): Doc fixes.
8039 (ewoc--refresh): Don't insert newline.
8040 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
8041 * pcvs.el (cvs-make-cvs-buffer):
8042 Specify extra newline for ewoc's header and footer.
8043 (cvs-update-header): Update initial header recognition.
8044 Append newline to final header and footer values.
8045 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
8046
8047 2006-05-17 Richard Stallman <rms@gnu.org>
8048
8049 * files.el (file-name-extension): Doc fix.
8050
8051 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
8054 we can explicitly enable/disable rather than toggle.
8055 (shell-mode): Use it.
8056 (shell-cd): Don't try to reproduce what `cd' does.
8057
8058 2006-05-17 Kim F. Storm <storm@cua.dk>
8059
8060 * ido.el (ido-read-internal): Use only nondirectory part of
8061 default item.
8062
8063 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
8064
8065 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
8066 (ewoc-nth): Doc fix.
8067
8068 (ewoc-map, ewoc-invalidate): Compute PP before looping.
8069
8070 2006-05-16 Eli Zaretskii <eliz@gnu.org>
8071
8072 * international/mule.el (auto-coding-alist): Add .lha to files
8073 read with no-conversion.
8074
8075 * files.el (auto-mode-alist): Add .lha files to archive file
8076 extensions.
8077
8078 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
8079 Convert csize to integer when computing offsets within the
8080 compressed archive file.
8081
8082 2006-05-16 Kim F. Storm <storm@cua.dk>
8083
8084 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
8085 with read-from-minibuffer.
8086
8087 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8088
8089 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
8090 (byte-compile-warnings): Fix safe-local-variable property.
8091
8092 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
8093
8094 * allout.el (allout-show-bodies, allout-old-style-prefixes)
8095 (allout-stylish-prefixes, allout-numbered-bullet)
8096 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
8097 predicates to qualify `safe-local-variable' property, when
8098 available, else use equivalent lambda.
8099 (allout-current-topic-collapsed-p): Do the right thing regarding
8100 trailing blank lines.
8101
8102 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8103
8104 * server.el (server-start): Only create a directory if needed.
8105 (server-edit, server-unload-hook): server-start => server-mode.
8106 (kill-emacs-hook): Cleanup upon exit.
8107
8108 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * hexl.el (hexlify-buffer): Encode process arguments manually.
8111
8112 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
8113
8114 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
8115 call to gdb-tooltip-print.
8116
8117 2006-05-15 Romain Francoise <romain@orebokech.com>
8118
8119 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
8120 systems, default to "tar" since those systems probably have GNU tar.
8121
8122 2006-05-14 Lars Hansen <larsh@soem.dk>
8123
8124 * desktop.el (desktop-missing-file-warning): Fix docstring.
8125 (desktop-restore-file-buffer): Correct question asked on missing file.
8126
8127 2006-05-14 Kim F. Storm <storm@cua.dk>
8128
8129 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
8130 Add CUA move property.
8131
8132 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
8133
8134 * custom.el (custom-push-theme): Load the variable before checking
8135 its `standard-value'.
8136
8137 2006-05-13 Lars Hansen <larsh@soem.dk>
8138
8139 * desktop.el (desktop-save): Use with-temp-buffer.
8140
8141 2006-05-12 Glenn Morris <rgm@gnu.org>
8142
8143 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
8144 * calendar/calendar.el (calendar-mode-map):
8145 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
8146 * calendar/appt.el (appt-check, appt-make-list): Refer to
8147 diary-view-entries, diary-list-entries, diary-show-all-entries
8148 rather than obsolete aliases.
8149
8150 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
8151
8152 * simple.el (line-move-finish): Avoid calling point motion hooks
8153 while processing intangibility.
8154
8155 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
8156
8157 * term/xterm.el (terminal-init-xterm): Fix typo.
8158
8159 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
8160
8161 * allout.el (allout-view-change-hook): Mark as being deprecated,
8162 to be replaced by `allout-exposure-change-hook'.
8163 (allout-exposure-change-hook): New, replacing
8164 `allout-view-change-hook'.
8165 (allout-flag-region): Run new hook `allout-exposure-change-hook',
8166 in addition to `allout-view-change-hook'.
8167 (allout-show-bodies, allout-old-style-prefixes)
8168 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
8169 lambda forms to prevent their showing up in variable help
8170 presentations as inscrutable byte-compiled code.
8171 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
8172 Use string-or-null-p to qualify safe-local-variable values.
8173 (allout-reindent-bodies): Use memq to qualify matches against
8174 valid safe-local-variable values. Also, quote the lambda as above.
8175 (allout-use-mode-specific-leader): Add missing candidate-value
8176 symbols, use memq, and quote the lambda.
8177 (allout-overlay-interior-modification-handler): Remove unused
8178 variables `msg' and 'opened'.
8179 (allout-hidden-p): Constrain invisibility consideration to allout's
8180 invisibility spec, disregarding invisibility for other reasons.
8181
8182 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * files.el (version-control): Correct safe values.
8185
8186 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
8187
8188 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
8189
8190 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
8191 (ewoc--insert-new-node): New func.
8192 Update callers of deleted funcs to use it, instead.
8193
8194 2006-05-11 Glenn Morris <rgm@gnu.org>
8195
8196 * calendar/calendar.el (diary-show-all-entries): Do not refer to
8197 obsolete alias `show-all-diary-entries'.
8198 (make-diary-entry): Not interactive.
8199 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
8200 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8201 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8202 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8203 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8204 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
8205
8206 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8207
8208 * calendar/calendar.el (calendar-french-date-string)
8209 (calendar-mayan-date-string, calendar-chinese-date-string)
8210 (calendar-astro-date-string, calendar-iso-date-string)
8211 (calendar-islamic-date-string, calendar-bahai-date-string)
8212 (calendar-hebrew-date-string, calendar-coptic-date-string)
8213 (calendar-ethiopic-date-string, calendar-persian-date-string):
8214 These functions are not interactive.
8215
8216 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * files.el: Balance parentheses.
8219
8220 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8221
8222 * files.el, newcomment.el, outline.el, simple.el,
8223 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
8224 * progmodes/cc-vars.el, progmodes/compile.el:
8225 Move `safe-local-variable' declarations to the respective files.
8226
8227 * help-fns.el (describe-variable): Don't print safe-var if it is
8228 byte-code. Improve wording as suggested by Luc Teirlinck.
8229
8230 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
8231
8232 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
8233 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
8234 Use a token for pending-triggers to ensure gdb-var-update
8235 gets called once per user input again for pre-GDB 6.4.
8236 (gdb-var-delete): Match on more complex expressions.
8237 (gdb-var-list-children-handler, gdb-var-create-handler):
8238 Use a token for consistency.
8239
8240 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
8241
8242 * textmodes/org.el (org-read-date, org-goto-calendar)
8243 (org-agenda-goto-calendar):
8244 Bind `view-calendar-holidays-initially' to nil.
8245
8246 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8247
8248 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
8249 Update all callers to do it there, instead.
8250
8251 2006-05-10 Glenn Morris <rgm@gnu.org>
8252
8253 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
8254 prefix arg case, to avoid view-diary-entries-initially error.
8255 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8256 (calendar-date-is-legal-p): Handle dates with no day part.
8257
8258 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
8259
8260 * comint.el (comint-insert-input): Just make it when
8261 comint-use-prompt regexp is nil (default) and with the mouse.
8262 (comint-copy-old-input): Reinstate from 2004-06-23.
8263 (comint-mode-map): Bind C-c C-m to it.
8264
8265 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
8266
8267 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
8268 Remove spurious move to point-max (new comint behavior fixes).
8269
8270 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
8271 compatibility function (Emacs 18/19).
8272 (idlwave-is-continuation-line): Always return point at start of
8273 previous non-blank continuation line.
8274 (keyword-parameters): Fix continued comment font-lock matcher.
8275 (idlwave-font-lock-fontify-region): Written, use as
8276 font-lock-fontify-region-function, to fix continued keyword
8277 fontification issues.
8278
8279 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8280
8281 * term/mac-win.el (mac-font-panel-mode): Doc fix.
8282 (mac-service-selection, mac-service-open-file)
8283 (mac-service-open-selection, mac-service-mail-selection)
8284 (mac-service-mail-to, mac-service-insert-text): Rename from
8285 mac-services-*. All uses changed.
8286 (mac-apple-event-map): Rename event symbol `services' to `service'.
8287
8288 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
8289
8290 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
8291 (ewoc--node-enter-first, ewoc--node-enter-last)
8292 (ewoc--delete-node-internal): Merge funcs into unique callers.
8293
8294 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
8295
8296 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
8297 return value of read-from-minibuffer for empty input.
8298
8299 2006-05-09 Miles Bader <miles@gnu.org>
8300
8301 * comint.el (comint-insert-input): Remove redundant calls to setq
8302 and goto-char.
8303
8304 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
8305
8306 * comint.el (comint-insert-input): Make it work when
8307 comint-use-prompt-regexp is t.
8308
8309 2006-05-10 Miles Bader <miles@gnu.org>
8310
8311 * subr.el (field-at-pos): New function.
8312
8313 * comint.el (comint-insert-input): Use it.
8314
8315 2006-05-09 Juri Linkov <juri@jurta.org>
8316
8317 * battery.el (battery-linux-proc-acpi): Also try
8318 `/proc/acpi/thermal_zone/THR2/temperature'.
8319
8320 * files.el <safe-local-variable>: Remove `eval' and `let' binding
8321 for now unused lambda `string-or-null'.
8322
8323 * add-log.el (change-log-default-name): Put `string-or-null-p'
8324 instead of lambda on `safe-local-variable' property.
8325
8326 * diff-mode.el (diff-context->unified): Use `region-beginning' and
8327 `region-end' instead of `mark' and `point'.
8328 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
8329 Operate on region in Transient Mark mode when the mark is active.
8330 Use `region-beginning' and `region-end' instead of `mark' and
8331 `point'.
8332 (diff-hunk-text, diff-goto-source): Doc fix.
8333
8334 * startup.el (fancy-splash-screens, normal-splash-screen): Use
8335 face `mode-line-buffer-id' for mode-line buffer face instead of
8336 hard-coded `(:weight bold)'.
8337
8338 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
8339 buffer-undo-list to t (undo-ask is reproducible by visiting
8340 nested archives).
8341
8342 2006-05-09 Kim F. Storm <storm@cua.dk>
8343
8344 * progmodes/grep.el (rgrep): Set default directory of *grep*
8345 buffer if we start M-x rgrep in the *grep* buffer and choose
8346 a different base directory.
8347
8348 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8349
8350 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
8351 completion also when ido is loaded.
8352
8353 2006-05-09 Masatake YAMATO <jet@gyve.org>
8354
8355 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
8356 "warning" and "import".
8357 (cpp-font-lock-keywords): Added "warning".
8358
8359 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
8360
8361 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8362
8363 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
8366 pages at a time, if we signal the end, we should indeed reach that end.
8367
8368 2006-05-08 David Reitter <david.reitter@gmail.com>
8369
8370 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
8371 output during execution of the body.
8372
8373 2006-05-08 Kim F. Storm <storm@cua.dk>
8374
8375 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
8376
8377 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
8378
8379 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
8380 Use with-current-buffer.
8381
8382 2006-05-07 Kim F. Storm <storm@cua.dk>
8383
8384 * subr.el (add-to-history): Remove keep-dups arg.
8385
8386 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
8387 to nil around call to add-to-history.
8388
8389 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
8392 than after a buffer modification.
8393
8394 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
8395
8396 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
8397 call to...
8398 (gud-watch): ...here so speedbar is raised for already watched
8399 expressions.
8400 (gdb-speedbar-refresh): Delete function.
8401 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8402 Use speedbar-timer-fn instead of speedbar-refresh (reverting
8403 earlier change).
8404 (gdb-var-evaluate-expression-handler)
8405 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8406
8407 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8408 Update localized contents for all buffers except ignored modes.
8409
8410 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8411
8412 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8413 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8414 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8415 (mac-handle-font-panel-closed, mac-handle-font-selection):
8416 New functions.
8417 (mac-font-panel-mode): New minor mode.
8418 (mac-apple-event-map): Add bindings for toolbar toggle button and
8419 font panel.
8420 (menu-bar-showhide-menu): Add mac-font-panel-mode.
8421
8422 2006-05-07 John Paul Wallington <jpw@pobox.com>
8423
8424 * ibuffer.el (ibuffer-compressed-file-name-regexp):
8425 Avoid `regexp-opt'; simplify regexp for readability.
8426
8427 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8428
8429 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8430 * files.el (buffer-stale-function):
8431 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8432 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8433 links to the main manual, not to emacs-xtra.
8434
8435 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8436
8437 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8438 MacJapanese if text is ASCII-only.
8439
8440 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
8441
8442 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8443 unless so nil isn't returned.
8444 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8445
8446 2006-05-06 Kim F. Storm <storm@cua.dk>
8447
8448 * subr.el (add-to-history): New function.
8449
8450 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8451 (ediff-merge-files-with-ancestor):
8452 * env.el (setenv):
8453 * isearch.el (isearch-update-ring):
8454 * server.el (server-visit-files):
8455 * progmodes/grep.el (lgrep, rgrep):
8456 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8457 * progmodes/xscheme.el (xscheme-insert-expression):
8458 Use add-to-history.
8459
8460 * kmacro.el (kmacro-push-ring): Use add-to-history.
8461 (kmacro-ring-length): Remove unused defun.
8462 (kmacro-start-macro): Use kmacro-push-ring.
8463
8464 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
8465
8466 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
8467 directly instead of a lambda expression that calls it.
8468
8469 2006-05-06 Kim F. Storm <storm@cua.dk>
8470
8471 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
8472 instead of compute-motion.
8473
8474 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
8475
8476 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
8477 change.
8478
8479 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
8480
8481 * startup.el (command-line-1): Refer to "Pure Storage" on
8482 pure-space-overflow.
8483
8484 2006-05-05 Martin Rudalics <rudalics@gmx.at>
8485
8486 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
8487 provided faces once they all have been used up.
8488
8489 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8490
8491 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
8492 reference to the Lisp manual to the warning about pure space
8493 overflow.
8494
8495 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8496
8497 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
8498 argument to avoid the call to `ispell-internal-change-dictionary'
8499 when not needed.
8500 (ispell-change-dictionary): Use this argument and call
8501 `ispell-internal-change-dictionary' after the possible change
8502 to `ispell-local-dictionary'.
8503 (ispell-internal-change-dictionary): Check for a change in
8504 personal dictionary use too.
8505
8506 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8507
8508 * startup.el (command-line): On MS-Windows, probe "~", not
8509 "~USER", for warning about non-existent home directory
8510
8511 * arc-mode.el (archive-l-e): New optional argument `float' means
8512 generate a float value.
8513 (archive-arc-summarize, archive-lzh-summarize)
8514 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
8515 with 3rd argument non-nil when file's size is being computed.
8516 Format the file sizes with %8.0f instead of %8d.
8517
8518 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8519
8520 * cus-start.el (all): Add mac-dnd-known-types.
8521
8522 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
8523 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
8524 (mac-TIFF-to-string): New functions.
8525 (x-get-selection, x-selection-value)
8526 (mac-select-convert-to-string): Use them.
8527 (mac-text-encoding-mac-japanese-basic-variant): New constant.
8528 (mac-dnd-types-alist): New customization variable.
8529 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
8530 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
8531 (mac-dnd-handle-drag-n-drop-event): New functions.
8532 (mac-drag-n-drop): Remove function.
8533 (global-map): Bind drag-n-drop and M-drag-n-drop to
8534 mac-dnd-handle-drag-n-drop-event.
8535
8536 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
8537
8538 * progmodes/perl-mode.el (perl-beginning-of-function):
8539 Skip anonymous subs.
8540
8541 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
8542
8543 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
8544 regexp-opt at run time.
8545
8546 * term.el (term-handle-ansi-escape): Fix off by one error.
8547
8548 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
8549
8550 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
8551 (gdb-init-1, gdb-post-prompt): ...and references to it.
8552 (gdb-frame-handler): Strip directory name from filename if present.
8553
8554 * progmodes/gud.el (gdb-force-update): Delete defvar
8555 (gud-speedbar-buttons): ...and references to it. Use window-start
8556 to try to keep positon in watch expression.
8557
8558 2006-05-03 Richard Stallman <rms@gnu.org>
8559
8560 * simple.el (next-history-element, previous-history-element): Doc fix.
8561
8562 * isearch.el (isearch-update-ring): Doc fix.
8563
8564 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
8565
8566 * isearch.el (isearch-update-ring): Take history-delete-duplicates
8567 into consideration. Replace one arm ifs with whens.
8568
8569 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
8570
8571 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
8572 (menu): Fix typo.
8573
8574 2006-05-02 Miles Bader <miles@gnu.org>
8575
8576 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
8577
8578 2006-05-02 Jay Belanger <belanger@truman.edu>
8579
8580 * calc/calc-embed.el (calc-override-minor-modes-map)
8581 (calc-override-minor-modes): New variables.
8582 (calc-do-embedded): Make sure that Calc keystrokes aren't
8583 overwritten by minor modes.
8584
8585 2006-05-02 Chong Yidong <cyd@mit.edu>
8586
8587 * msb.el (msb): If EVENT is a down event, read and discard the up event.
8588
8589 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8590
8591 * startup.el (command-line-1): Refer to Lisp manual when
8592 pure-space-overflow occurs.
8593
8594 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
8595 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
8596 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
8597 (version-control): Don't use `t' for safe-local-variable declarations.
8598
8599 2006-05-01 Richard Stallman <rms@gnu.org>
8600
8601 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
8602 M-r, M-R, M-A, M-SPC or M-DEL.
8603 (diff-mode-map): diff-refine-hunk now on C-c C-w
8604 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
8605
8606 * help-mode.el (help-mode): view-exit-action calls delete-window
8607 only when it is safe and possible.
8608
8609 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
8610 in messages.
8611
8612 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
8613
8614 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
8615 in the default tool-bar-map.
8616
8617 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
8618
8619 * net/tramp.el (tramp-completion-file-name-handler-alist)
8620 (tramp-run-real-handler, tramp-completion-run-real-handler)
8621 (tramp-completion-handle-file-name-all-completions)
8622 (tramp-completion-handle-file-name-completion): Autoload them.
8623 (tramp-completion-handle-file-exists-p)
8624 (tramp-completion-handle-file-name-directory)
8625 (tramp-completion-handle-file-name-nondirectory)
8626 (tramp-completion-handle-expand-file-name): Remove them.
8627 (tramp-handle-file-name-directory): Return the real directory name.
8628 Returning "/" only doesn't need to be necessary any longer.
8629 (tramp-file-name-handler): Make special attention when in hostname
8630 completion mode.
8631 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
8632 (tramp-register-file-name-handlers):
8633 Register `tramp-completion-file-name-handler' only when
8634 `partial-completion-mode' is enabled.
8635 (tramp-completion-handle-file-name-all-completions):
8636 Delete directory part from results.
8637 (tramp-get-completion-methods, tramp-get-completion-user-host):
8638 Discard deleting "/", it doesn't work after the change of
8639 `tramp-handle-file-name-directory' above.
8640
8641 2006-05-01 Kim F. Storm <storm@cua.dk>
8642
8643 * progmodes/grep.el (grep-expand-template): Use save-match-data
8644 and symbol-value.
8645
8646 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8647
8648 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
8649 Use select-frame-set-input-focus instead of raise-frame.
8650 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
8651
8652 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
8653
8654 * progmodes/gud.el (gud-def): Add %c case.
8655 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
8656 (gud-format-command): Make match case sensitive. Match on %F.
8657
8658 2006-04-30 Glenn Morris <rgm@gnu.org>
8659
8660 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
8661 (cal-tex-preamble): Use cal-tex-preamble-extra.
8662 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
8663 than alias `list-diary-entries'.
8664
8665 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
8666
8667 * help-fns.el (describe-variable): Add info about safe local variables.
8668
8669 2006-04-29 Richard Stallman <rms@gnu.org>
8670
8671 * bindings.el (mode-line-format): help-echo doc fixes.
8672
8673 * net/tramp.el (tramp-file-name-handler-alist): Delete
8674 expand-file-name and other operations that can cause spurious loading.
8675
8676 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * files.el (safe-local-variable-p): Remove support for the special
8679 value t.
8680
8681 * textmodes/paragraphs.el (sentence-end-without-space):
8682 Fix safety predicate.
8683 (sentence-end-double-space, sentence-end-without-period)
8684 (paragraph-ignore-fill-prefix):
8685 * textmodes/fill.el (colon-double-space):
8686 * abbrev.el (abbrev-mode): Tighten the safety predicate.
8687
8688 * subr.el (booleanp): New fun.
8689
8690 * textmodes/reftex-vars.el (reftex-guess-label-type):
8691 Tighten the safety predicate.
8692
8693 2006-04-28 Kim F. Storm <storm@cua.dk>
8694
8695 * progmodes/grep.el (defgroup grep): Doc fix.
8696 (grep-auto-highlight): Remove.
8697 (grep-template): New defcustom.
8698 (grep-find-template): Rename from grep-tree-template.
8699 (grep-files-aliases): Rename from grep-tree-files-aliases.
8700 Remove "all" alias, add "l" alias.
8701 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
8702 (grep-find-ignored-directories): New defcustom to replace
8703 grep-tree-ignore-CVS-directories, to facilitate ignoring
8704 subdirectories for multiple version control systems.
8705 (grep-mode-map): Add Recursive grep item to GREP menu.
8706 (grep-regexp-history, grep-files-history): New defvars.
8707 (grep-probe): New helper function.
8708 (grep-compute-defaults): Use it to simplify code.
8709 Adapt to name changes.
8710 Use `.' as base in grep-find-template rather than <D>.
8711 (grep): Remove superfluous highlight-regexp arg. Fix doc.
8712 Call grep-compute-defaults unconditionally.
8713 (grep-expand-keywords): New defconst.
8714 (grep-expand-template): Rename from grep-expand-command-macros.
8715 Simplify via grep-expand-keywords. Look at case-fold-search instead
8716 of grep-tree-ignore-case to add -i option.
8717 Bind case-fold-search to nil while matching keywords.
8718 (grep-tree-last-regexp, grep-tree-last-files): Remove.
8719 (grep-read-regexp, grep-read-files): New helper functions.
8720 (rgrep): Rename from grep-tree. Rework to use proper histories.
8721 Adapt to changes in defcustoms and functions above.
8722 (lgrep): New command, as grep, but using same interactive UI as rgrep.
8723
8724 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
8725
8726 * net/tramp.el (tramp-completion-file-name-handler):
8727 Disable Tramp's functionality while loading Tramp itself.
8728 (tramp-register-file-name-handlers): That's a defsubst now.
8729 Code from `tramp-repair-jka-compr' moved here. Apply it via
8730 `after-init-hook'.
8731 (tramp-repair-jka-compr): Remove.
8732
8733 2006-04-27 Jay Belanger <belanger@truman.edu>
8734
8735 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
8736 read expression when `math-read-big-expr' doesn't work.
8737
8738 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
8739
8740 * startup.el (command-line-1): Display warning when
8741 pure-space-overflow is non-nil.
8742
8743 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8744
8745 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
8746 risky.
8747
8748 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8749
8750 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
8751 Return the URL or nil if none can be generated.
8752
8753 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
8754
8755 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
8756 byte compiler warnings.
8757 (gud-basic-call, gud-find-expr): Let user select an expression
8758 for printing. Print expression as well as value in GUD buffer.
8759
8760 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
8761
8762 * allout.el: Remove local autoload declaration for
8763 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
8764 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
8765 (allout-plain-bullets-string, allout-distinctive-bullets-string)
8766 (allout-use-mode-specific-leader, allout-old-style-prefixes)
8767 (allout-stylish-prefixes, allout-numbered-bullet)
8768 (allout-file-xref-bullet, allout-presentation-padding)
8769 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
8770 safe-local-variable with suitable value spec, and add autoload
8771 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
8772 (move-beginning-of-line, move-end-of-line): Repair so these compat
8773 functions now actually resituate the point, when appropriate.
8774
8775 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
8778
8779 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
8780 (add-log-iso8601-time-string): Fix call to format-time-string.
8781
8782 2006-04-26 Kim F. Storm <storm@cua.dk>
8783
8784 * subr.el (posn-string, posn-image, posn-object): Doc fix.
8785
8786 2006-04-26 Masatake YAMATO <jet@gyve.org>
8787
8788 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
8789 Add support for "//" style comments. Remove `b' flag
8790 from ?* in `asm-mode-syntax-table'.
8791
8792 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * follow.el: Use (featurep 'xemacs) everywhere.
8795 (follow-mode): Use define-minor-mode.
8796 (follow-mode-map): Move initialization into the declaration.
8797 Use command remapping.
8798 (follow-emacs-version-xemacs-p): Remove.
8799 (follow-submit-feedback): Remove.
8800
8801 * allout.el (allout-layout, allout-passphrase-verifier-string)
8802 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
8803
8804 * textmodes/reftex-vars.el (reftex-vref-is-default)
8805 (reftex-fref-is-default, reftex-guess-label-type):
8806 Tighten up a bit the safety predicate.
8807
8808 * textmodes/paragraphs.el (sentence-end-double-space)
8809 (sentence-end-without-period, sentence-end-without-space)
8810 (page-delimiter, paragraph-ignore-fill-prefix):
8811 Tighten up a bit the safety predicate.
8812
8813 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
8814
8815 * progmodes/python.el (python-continuation-line-p)
8816 (python-beginning-of-statement): syntax-ppss may return
8817 a negative depth.
8818 (python-mode): Don't forcefully enable font-lock.
8819
8820 * time-stamp.el (time-stamp-start, time-stamp-end)
8821 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
8822
8823 * add-log.el: Remove spurious * in docstrings.
8824 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
8825 (add-change-log-entry): Use it here, since it's not specific
8826 to iso8601.
8827 (add-log-iso8601-time-string): Don't use it here any more.
8828 (change-log-indent-text, change-log-indent): Rename from add-log-*.
8829
8830 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
8831
8832 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
8833
8834 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
8835 (rcirc-toggle-low-priority): Doc fix.
8836 (rcirc-handler-NOTICE): Remove beginning of line anchor in
8837 ChanServ regexp.
8838 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
8839 #emacs.
8840 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
8841 (rcirc-decode-coding-system): Use utf-8 as the default.
8842 (rcirc-multiline-minor-mode): Set the fill-column.
8843 (rcirc-format-response-string): Display bright and dim nicks.
8844 (rcirc-browse-url): Update interactive spec to fill ARG.
8845 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
8846 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
8847
8848 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
8849
8850 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
8851 case for @Article, etc.
8852
8853 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
8854
8855 * net/tramp.el (tramp-register-file-name-handlers): New defun.
8856 Added with autoload cookie.
8857 (tramp-unload-file-name-handlers): Rename from
8858 `tramp-unload-file-name-handler-alist'.
8859
8860 2006-04-23 Romain Francoise <romain@orebokech.com>
8861
8862 * comint.el (comint-match-partial-filename): Doc fix.
8863
8864 2006-04-21 Glenn Morris <rgm@gnu.org>
8865
8866 * calendar/cal-menu.el (calendar-mode-map): Refer to
8867 `diary-view-entries' rather than alias `view-diary-entries'.
8868 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
8869
8870 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
8871
8872 * progmodes/antlr-mode.el (antlr-default):
8873 * cus-edit.el (custom-documentation):
8874 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
8875 in defface.
8876
8877 2006-04-21 Kim F. Storm <storm@cua.dk>
8878
8879 * image.el (image-type): New defun split out of create-image.
8880 (create-image): Use it.
8881
8882 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8883
8884 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
8885 (org-open-at-point): Remove the "...done" message to keep output
8886 in the echo area visible.
8887 (org-export-as-xoxo): Fix call to `indent-region'.
8888
8889 2006-04-21 Kevin Ryde <user42@zip.com.au>
8890
8891 * international/mule.el (keyboard-coding-system): defcustom
8892 info-link fixes: "Specify Coding" has been split, keyboard now in
8893 "Terminal Coding", and "Single-Byte Character Support" is now
8894 "Unibyte Mode".
8895
8896 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
8897
8898 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
8899 Use font-lock-warning-face for any errors e.g. no stack.
8900 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
8901
8902 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8903
8904 * progmodes/sh-script.el (sh-shell): Mark as safe.
8905
8906 * newcomment.el (comment-start, comment-start-skip)
8907 (comment-end-skip, comment-end): Mark as safe.
8908
8909 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8910
8911 * textmodes/org.el (org-deadline-announce): Face removed.
8912 (org-level-faces, org-n-levels): Convert to constant.
8913 (org-compatible-face): New function.
8914 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
8915 (org-level-5, org-level-6, org-level-7, org-level-8)
8916 (org-special-keyword, org-warning, org-headline-done, org-link)
8917 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
8918 (org-scheduled-today, org-scheduled-previously, org-time-grid):
8919 Face definition revised for better color tty support.
8920 (org-bold-re, org-italic-re, org-underline-re): New constants.
8921 (org-set-font-lock-defaults): Use the new constants.
8922 (org-agenda-highlight-todo): New function.
8923 (org-agenda-todo): Fix bug with point at end of line.
8924 (org-agenda-change-all-lines, org-finalize-agenda-entries):
8925 Fontify TODO keywords.
8926 (org-insert-link): Preserve relative path in ../ links.
8927 (org-export-as-html): Convert links pointing to .org files into
8928 links that will work beteen the exported HTML files.
8929 (org-todo-list): Fix bug when arg=0.
8930 (org-insert-heading): More fine-tuning.
8931
8932 2006-04-19 Romain Francoise <romain@orebokech.com>
8933
8934 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
8935 from `rmail-mime-charset-pattern'.
8936
8937 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
8938
8939 * progmodes/python.el (python-mode): Fix typo.
8940
8941 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
8942
8943 * comint.el (comint-previous-input): Don't clobber input line
8944 when moving off either end of the input history ring.
8945 (comint-delete-input): New function, used by
8946 `comint-previous-input' and others.
8947 (comint-previous-matching-input):
8948 Use `coming-delete-input'. Save the partial input if leaving the
8949 edit line. Goto point-max before deleting input to avoid
8950 partial input fragments hanging around.
8951 (comint-restore-input): New function, used by `comint-previous-input'.
8952
8953 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
8954
8955 * imenu.el (imenu--index-alist): Balance parentheses.
8956
8957 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
8960
8961 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
8962
8963 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
8964 file is nil.
8965
8966 2006-04-18 Richard Stallman <rms@gnu.org>
8967
8968 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
8969
8970 * imenu.el (imenu-create-index-function, imenu--index-alist)
8971 (imenu--last-menubar-index-alist, imenu--make-index-alist)
8972 (imenu-default-create-index-function, imenu--generic-function):
8973 Doc fixes.
8974
8975 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
8976
8977 * help-mode.el (help-mode): Set view-exit-action to delete window.
8978
8979 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
8980 now works by passing nil as arg.
8981
8982 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
8983
8984 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
8985 (read-abbrev-file): Provide default when reading filename.
8986
8987 * files.el (enable-local-variables): Allow :all as value.
8988 (hack-local-variables): Implement that value.
8989 (safe-local-variable-values, safe-local-eval-forms)
8990 (enable-local-variables): Mark as risky.
8991 (find-file-visit-truename, kept-old-versions): Mark safe.
8992
8993 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
8994 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
8995 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
8996
8997 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9000 Use forward-line so as to get to BOL even in the presence of fields.
9001 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9002 in return.
9003 (inferior-tcl): Tell tclsh to work in interactive mode.
9004
9005 * complete.el (partial-completion-mode):
9006 Use 'choose-completion-string-functions to make sure that
9007 choose-completion fills the minibuffer properly.
9008
9009 * complete.el (PC-old-read-file-name-internal): Remove.
9010 (PC-read-include-file-name-internal): Remove. Turn it into an advice
9011 of read-file-name-internal.
9012 (partial-completion-mode): Enable/disable this advice.
9013
9014 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
9015
9016 * net/tramp.el (tramp-completion-file-name-handler): Revert change
9017 of 2006-04-17.
9018
9019 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
9020
9021 * textmodes/org.el (org-insert-heading): Insert heading before
9022 current if at beginning of line.
9023 (org-todo, org-date): New faces.
9024 (org-table-align): Make sure tooltip window contains full text.
9025 (org-no-properties): New defsubst.
9026 (org-set-font-lock-defaults): Use new faces.
9027
9028 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
9029
9030 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9031 for root variables.
9032
9033 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9034 (gdb-frame-address): Re-use to identify frame for watch expression.
9035 (gdb-var-list, gdb-var-create-handler): Add frame address for root
9036 variables.
9037 (gdb-init-1, gdb-source, gdb-post-prompt)
9038 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
9039 (gdb-frame-handler): Get gdb-frame-address.
9040
9041 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
9042
9043 Sync with Tramp 2.0.53.
9044
9045 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
9046 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
9047 (tramp-completion-file-name-handler): Add autoload cookie for
9048 adding to `file-name-handler-alist'.
9049
9050 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
9051 the prompt. If it returns earlier (when detecting an error
9052 message), the rest of the output will merge accidently with the
9053 output of the next command. Reported by M Jared Finder
9054 <jared@hpalace.com>.
9055
9056 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9057 for `process-file', in order to let it work for older Emacsen too.
9058
9059 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
9060
9061 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
9062 (tex-font-lock-keywords-3): Use it.
9063
9064 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * newcomment.el (comment-add): New function.
9067 (comment-region-default, comment-dwim): Use it.
9068
9069 2006-04-15 Michael Olson <mwolson@gnu.org>
9070
9071 * emacs-lisp/tq.el: Improve comments.
9072 (tq-queue-head-question): New accessor function.
9073 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
9074 Update for modified queue structure.
9075 (tq-queue-add): Accept `question' argument.
9076 (tq-queue-pop): If a question is pending, send it.
9077 (tq-enqueue): Accept new optional argument `delay-question'.
9078 If this is non-nil, and at least one other question is pending a
9079 response, queue the question rather than sending it immediately.
9080
9081 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9082
9083 * calendar/appt.el (appt-add): Check whether an appointment is
9084 already present in appt-time-msg-list. Simplify code.
9085
9086 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * progmodes/cc-langs.el (c-mode-menu):
9089 Don't presume c-subword-mode is bound.
9090
9091 2006-04-13 Bill Wohler <wohler@newt.com>
9092
9093 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
9094 (customize-package-emacs-version): Use cdr instead of cadr now
9095 that alists use dotted pairs.
9096
9097 * custom.el (defcustom): Fix docstring for :package-version.
9098
9099 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
9100
9101 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
9102 (tramp-handle-shell-command): Display output buffer only when
9103 `tramp-display-shell-command-buffer' is true.
9104 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
9105
9106 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9107
9108 * textmodes/org.el (org-set-autofill-regexps): Set only the local
9109 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
9110
9111 2006-04-13 Romain Francoise <romain@orebokech.com>
9112
9113 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
9114 leaving temporary .cvsignore buffers behind.
9115
9116 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9117
9118 * textmodes/org.el (org-set-regexps-and-options)
9119 (org-get-current-options): Better names for the startup folding
9120 options.
9121
9122 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
9123
9124 * vc.el (vc-annotate): Arrange for point to end up at the same
9125 line number as in the original, but only when using a new buffer.
9126
9127 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
9128
9129 * files.el (hack-one-local-variable-eval-safep):
9130 Recognize `edebug-form-spec' for `put', but only if it passes
9131 `edebug-basic-spec'. Generalize `put' handling.
9132
9133 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
9134 vetting file-local form specs.
9135
9136 * allout.el (allout-layout): Autoload its `safe-local-variable'
9137 property.
9138
9139 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9140
9141 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
9142 (org-agenda-mouse-1-follows-link)
9143 (org-mouse-1-follows-link): New options.
9144 (org-format-agenda-item): Fix bug if TAGS is nil.
9145 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
9146
9147 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
9148
9149 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
9150 GDB 6.1+ gives full filename for "info sources" so use
9151 file-name-nondirectory.
9152
9153 2006-04-12 Romain Francoise <romain@orebokech.com>
9154
9155 * subr.el (read-passwd): Bind `message-log-max' to nil.
9156
9157 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * progmodes/perl-mode.el (perl-indent-new-calculate):
9160 Recompute parse-start after jumping backward by a whole sexp.
9161
9162 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
9165 window configuration.
9166 (vc-annotate-display-select): Select the buffer so that current-buffer
9167 (and selected-window) is the output buffer at the end of vc-annotate.
9168
9169 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
9170
9171 * vc.el (vc-annotate-color-map): Add custom TTY color map for
9172 8-color terminals, to use all of the colors in a sensible order.
9173 256-color terminals work well with the standard map.
9174 (vc-annotate-lines): Only strip the first color character if it
9175 is "#", to allow for terminal-style named colors.
9176 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
9177 the correct buffer is scrolled.
9178
9179 2006-04-11 Richard Stallman <rms@gnu.org>
9180
9181 * emacs-lisp/bytecomp.el (byte-compile-file):
9182 Bind enable-local-variables to :safe, and make normal-mode obey it.
9183
9184 * files.el (enable-local-variables): Allow value :safe.
9185 (normal-mode): Doc fix.
9186 (hack-local-variables): Implement enable-local-variables = :safe.
9187 (hack-local-variables-confirm): Don't prevent quitting.
9188
9189 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * loadhist.el (unload-feature): A bit of sanity check of
9192 load-history entries. Cancel timer-vars before unbinding them.
9193
9194 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
9195 quote special chars, and make the trick work on the hex part of the
9196 buffer as well.
9197 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
9198 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
9199
9200 * startup.el (normal-splash-screen): Fix last change so we don't wait
9201 2 minutes if we don't show the splash screen.
9202
9203 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
9204
9205 * textmodes/org.el (org-export-plain-list-max-depth)
9206 (org-table-spaces-around-separators)
9207 (org-radio-targets, org-activate-camels)
9208 (org-table-spaces-around-invisible-separators): Options removed.
9209 (org-time-stamp-rounding-minutes, org-remember-templates)
9210 (org-ellipsis, org-activate-links, org-descriptive-links):
9211 New options.
9212 (org-remember-apply-template, org-current-time)
9213 (org-finish-edit-table-field)
9214 (org-link-unescape, org-link-escape)
9215 (org-string-width, org-table-clean-line, org-html-do-expand)
9216 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
9217 (org-read-agenda-file-list): New functions.
9218 (org-table-edit-field)
9219 (org-table-create-or-convert-from-region): New commands
9220 (org-table-toggle-vline-visibility): Command removed.
9221 (org-table-convert-region): Made a command.
9222 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
9223 Replace with the normal org- functions.
9224 (org-self-insert-command): Don't trigger realign unnecessarily
9225 when blanking a field that is not full.
9226 (org-mode): `Set buffer-invisibility-spec' for links.
9227 (org-activate-links2): Hide link part and only show descriptive
9228 part of the link.
9229 (org-insert-link): Modify for new linking system.
9230 (org-store-link): Store description separately, for use by
9231 `org-insert-link'.
9232 (org-table-align): Use `org-string-width'.
9233 (defgroup): Completely new group structure for custom variables.
9234 (org-agenda-files): Option: Single file name allowed. Function:
9235 Optional argument unrestrited means ignore any restricitons.
9236 (org-install-agenda-files-menu): Find a buffer in Org-mode before
9237 trying to modify the menu. Use generalized access to
9238 `org-agenda-files.'
9239 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
9240 (org-agenda-file-to-front, org-remove-file, org-diary)
9241 (org-tags-view, org-export-icalendar-all-agenda-files)
9242 (org-export-icalendar-combine-agenda-files): Use generalized
9243 access to `org-agenda-files'.
9244 (org-remember-handler): Correctly preserve heading if present.
9245 (org-table-insert-row, org-table-insert-hline): Deal with
9246 invisible characters.
9247
9248 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
9249
9250 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
9251 (vc-annotate-color-map): New 18 element constant
9252 value/saturation, rotating hue colormap, from red->blue.
9253 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
9254 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
9255 (vc-annotate): To avoid killing the required local variables,
9256 set them before the end of `with-output-to-temp-buffer', and
9257 after first switching to annotate-mode.
9258 (vc-annotate-warp-version): Add buffer argument in goto-line to
9259 ensure annotation, not source, is scrolled.
9260
9261 2006-04-10 Bill Wohler <wohler@newt.com>
9262
9263 * custom.el (defcustom, custom-handle-keyword):
9264 Add :package-version keyword.
9265 (custom-add-package-version): New function. Sets value of new
9266 property 'custom-package-version from :package-version keyword.
9267 (defcustom): Create Common Keywords section in docstring.
9268 (defface, defgroup): Replace definitions of a select few keywords
9269 with a reference to the Common Keywords in defcustom.
9270 (defcustom, defface, defgroup): Replace reference to Customization
9271 chapter in manual with hyperlink.
9272
9273 * cus-edit.el (customize-package-emacs-version-alist): New variable.
9274 (customize-changed-options): Add check for custom-package-version.
9275 (customize-package-emacs-version): New function to look up Emacs
9276 version corresponding to the given package version.
9277
9278 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
9279 defun name, in similar fashion to find-variable-regexp.
9280
9281 2006-04-10 Eli Zaretskii <eliz@gnu.org>
9282
9283 * international/mule-cmds.el (set-locale-environment): Fix last
9284 change for when the locale's preferences don't specify any encoding.
9285
9286 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
9289 so the defined var/fun doesn't need to be quoted.
9290
9291 2006-04-10 Richard Stallman <rms@gnu.org>
9292
9293 * finder.el (finder-mode-map): Add n and p bindings.
9294
9295 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
9296
9297 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
9298 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
9299 (gdb-setup-windows): Put something in source window if we can't find
9300 the source file.
9301 (gdb-frame-handler): Make it work again with just assembly.
9302 (gdb-data-list-register-values-handler): Make it work when there is
9303 no stack.
9304
9305 2006-04-09 Richard Stallman <rms@gnu.org>
9306
9307 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
9308 specs while looking for charset.
9309
9310 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
9311
9312 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9313 Make them faces.
9314 (lm-font-lock-keywords): Update appropriately.
9315
9316 2006-04-10 Kim F. Storm <storm@cua.dk>
9317
9318 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
9319 it can also replace buffer-substring-no-properties.
9320
9321 * emulation/cua-base.el (cua-delete-region, cua-paste)
9322 (cua-repeat-replace-region): Use filter-buffer-substring.
9323
9324 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9325 (cua-cut-region-to-global-mark): Likewise.
9326
9327 * emulation/cua-rect.el (cua--extract-rectangle)
9328 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
9329
9330 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9331
9332 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
9333 entry-type. Add field delimiters to numerical fields if they are
9334 not present.
9335
9336 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9337
9338 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
9339 string-const to return value.
9340 (bibtex-remove-delimiters): Use it.
9341
9342 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
9345 cl-byte-compile-compiler-macro unless it exists.
9346
9347 2006-04-08 Eli Zaretskii <eliz@gnu.org>
9348
9349 * files.el (hack-local-variables-confirm) <offer-save>:
9350 Clarify message text. Suggested by Ralf Angeli.
9351
9352 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9353
9354 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
9355 (delete-extract-rectangle-line): Use `filter-buffer-substring'
9356 instead of `buffer-substring' and `delete-region'. (Most of the
9357 code actually copied from `kill-region'.)
9358
9359 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
9360
9361 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
9362 (rcirc-default-port): Rename from rcirc-port.
9363 (rcirc-default-nick): Rename from rcirc-nick.
9364 (rcirc-default-user-name): Rename from rcirc-user-name.
9365 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
9366 (rcirc-low-priority-flag): New variable.
9367 (rcirc-decode-coding-system): New defcustom.
9368 (rcirc-encode-coding-system): New defcustom.
9369 (rcirc-coding-system-alist): New defcustom.
9370 (rcirc-multiline-major-mode): New defcustom.
9371 (rcirc-nick): New internal variable.
9372 (rcirc-process): Remove variable.
9373 (rcirc-server-buffer): New variable.
9374 (rcirc): Update to use rcirc-default-* variables above.
9375 (rcirc-connect): Do not add window-configuration-hook-here.
9376 (rcirc-server): New internal variable.
9377 (rcirc-connect): Do not send keepalive pings if
9378 rcirc-keepalive-seconds is nil.
9379 (with-rcirc-server-buffer): New macro.
9380 (rcirc-send-string): Encode with rcirc-encode-coding-system.
9381 (rcirc-server-name): Rename from rcirc-server.
9382 (rcirc-buffer-process): New function.
9383 (rcirc-buffer-nick): New function.
9384 (rcirc-buffer-target): Remove function.
9385 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9386 New commands.
9387 (rcirc-mode-map): Change binding of C-c C-l to
9388 rcirc-toggle-low-priority.
9389 (rcirc-mode): Initialize coding system based on
9390 rcirc-coding-system-alist. New change-major-mode-hook to part the
9391 channel on a mode change. Make kill-buffer-hook buffer-local.
9392 (rcirc-change-major-mode-hook): New function.
9393 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
9394 (rcirc-last-post-time): New variable.
9395 (rcirc-process-message): Store the last time user posted a message
9396 to this target.
9397 (rcirc-multiline-minor-mode): New mode.
9398 (rcirc-multiline-minor-mode-map): New mode map.
9399 (rcirc-edit-multiline): Put multiline-edit buffer in
9400 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9401 (rcirc-print): Ignore any line starting with an ignored nick.
9402 (rcirc-print): Decode using rcirc-decode-coding-system.
9403 (rcirc-track-minor-mode): Update global-mode-string when disabling
9404 this mode.
9405 (minor-mode-alist): Add LowPri indicator.
9406 (rcirc-toggle-low-priority): New function.
9407 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9408 next lowpriority buffer with activity.
9409 (rcirc-record-activity): Sort buffers in rcirc-activity by the
9410 last time the user posted a message in to the target.
9411 (rcirc-update-activity-string): New formatting for low priority
9412 buffers.
9413 (rcirc-split-activity): New function.
9414 (rcirc-handler-PART, rcirc-handler-KICK)
9415 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9416 (rcirc-nick-away-alist): New variable.
9417 (rcirc-handler-301): New handler. Away messages are printed once
9418 per change.
9419
9420 2006-04-08 Eli Zaretskii <eliz@gnu.org>
9421
9422 * info.el (Info-follow-nearest-node): Doc fix.
9423
9424 * international/mule-cmds.el (set-locale-environment): Make sure
9425 the coding-system preferred by the locale's language has the same
9426 EOL conversion type as the original buffer-file-coding-system.
9427 (locale-language-names): Add a few MS Windows language codes.
9428
9429 2006-04-07 Richard Stallman <rms@gnu.org>
9430
9431 * simple.el (eval-expression): Doc fix.
9432
9433 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9434 (eval-defun): Doc fixes.
9435
9436 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9437
9438 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9439
9440 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
9441
9442 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9443 GDB list command without argument for greater generality.
9444
9445 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
9446
9447 * subr.el (string-or-null-p): New function.
9448
9449 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9450
9451 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9452
9453 * files.el: Update comment about safe-local-variable declarations.
9454
9455 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
9456
9457 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9458 See idlwave.org.
9459
9460 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
9461 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
9462
9463 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
9464 See idlwave.org.
9465
9466 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
9467 version 6.0 (minimal changes). See idlwave.org.
9468
9469 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
9470 6.0 (minimal changes). See idlwave.org.
9471
9472 * progmodes/idlw-rinfo.el: File obsoleted and removed.
9473
9474 2006-04-06 Romain Francoise <romain@orebokech.com>
9475
9476 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
9477 symmetric encryption features and a new asynchronous interface to
9478 GnuPG. This new version is version 1.4, plus whitespace changes.
9479
9480 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
9481
9482 * files.el: Move some `safe-local-variable' declarations to the
9483 respective files.
9484
9485 * textmodes/ispell.el (ispell-check-comments)
9486 (ispell-local-dictionary): Mark as safe.
9487
9488 * abbrev.el (abbrev-mode): Mark as safe.
9489
9490 * add-log.el (change-log-default-name): Mark as safe.
9491
9492 * textmodes/reftex-vars.el (reftex-vref-is-default)
9493 (reftex-fref-is-default, reftex-level-indent)
9494 (reftex-guess-label-type): Mark as safe.
9495
9496 * textmodes/fill.el (colon-double-space): Mark as safe.
9497
9498 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
9499 (sentence-end-double-space, sentence-end-without-period)
9500 (sentence-end-without-space, sentence-end, sentence-end-base)
9501 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
9502
9503 2006-04-06 Kim F. Storm <storm@cua.dk>
9504
9505 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
9506 the :set-after list.
9507 (ido-downcase-unc-hosts): New user option. Default on.
9508 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
9509 when it is set, as regexps are now applied on the fly.
9510 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
9511 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
9512 on the fly, but only when ido-process-ignore-lists is set.
9513 Do case insensitive filtering if ido-downcase-unc-hosts is set.
9514 Only downcase names if ido-downcase-unc-hosts is set.
9515
9516 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
9517
9518 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
9519
9520 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
9521
9522 2006-04-05 Kim F. Storm <storm@cua.dk>
9523
9524 * ido.el (ido-mode): Set after ido-unc-hosts and
9525 ido-ignore-unc-host-regexps.
9526 (ido-save-history): Save ido-unc-hosts-cache.
9527 (ido-load-history): Load ido-unc-hosts-cache.
9528 (ido-reread-directory): Refresh unc hosts cache in // dir.
9529
9530 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
9531 to nil while displaying slash screen.
9532
9533 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9534
9535 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
9536 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9537
9538 2006-04-05 Kenichi Handa <handa@m17n.org>
9539
9540 * international/characters.el: Setup cases of Latin, Greek, and
9541 Cyrillic characters in CJK charsets.
9542
9543 2006-03-29 Daiki Ueno <ueno@unixuser.org>
9544
9545 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9546 default-enable-multibyte-characters. This reverts the change from
9547 revision 6.17 which is no longer necessary because the passphrase
9548 is sent separately now. GnuPG messages are unreadable under
9549 multibyte locales with default-enable-multibyte-characters set to nil.
9550
9551 2006-04-04 Andreas Schwab <schwab@suse.de>
9552
9553 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
9554 and `byte-compile-warnings' as `safe-local-variable'.
9555
9556 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
9557
9558 * man.el (Man-mode-map): Restore the \r binding.
9559 (Man-abstract-xref-man-page): If Man-target-string is a function,
9560 call it.
9561 (Man-highlight-references): Use Man-default-man-entry to get the
9562 target. Deal with xrefs too.
9563 (Man-highlight-references0): Don't call the target function.
9564
9565 * woman.el (WoMan-xref-man-page): Strip the section number, woman
9566 cannot deal with it.
9567
9568 2006-04-04 Daiki Ueno <ueno@unixuser.org>
9569
9570 * pgg-gpg.el: Clean up process buffers every time gpg processes
9571 complete.
9572
9573 2006-04-04 Kenichi Handa <handa@m17n.org>
9574
9575 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
9576 here.
9577 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
9578 Temporarily bind inhibit-field-text-motion to t.
9579
9580 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * startup.el (normal-splash-screen): Only set mode-line-format in the
9583 splash buffer, so as not to interfere when debugging the code.
9584 Ignore errors when switching buffer.
9585
9586 2006-04-03 Romain Francoise <romain@orebokech.com>
9587
9588 * dired.el (dired-dnd-protocol-alist): Fix typo.
9589
9590 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
9591
9592 * savehist.el (savehist): Add :version.
9593 (savehist-ignored-variables): New variable.
9594 (savehist-minibuffer-hook): Don't save variables listed in
9595 `savehist-ignored-variables'.
9596
9597 * dired.el (dired-dnd-protocol-alist): Mention that change does
9598 only apply to new buffers in doc string.
9599
9600 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
9601
9602 * recentf.el (recentf-open-files-item): Include newline in button
9603 field, so opening a file will work, when the point is at the end
9604 of the file name. Allow, for example, to [i]search a file by
9605 extension and just push RET to open it.
9606
9607 2006-04-03 Daiki Ueno <ueno@unixuser.org>
9608
9609 * pgg-gpg.el (pgg-gpg-process-filter)
9610 (pgg-gpg-wait-for-completion): Check if buffer is alive.
9611
9612 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9613 lines, temporary fix.
9614
9615 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
9616
9617 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
9618
9619 2006-04-02 Richard Stallman <rms@gnu.org>
9620
9621 * progmodes/compile.el (compilation-message-face): Make it defcustom.
9622
9623 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
9624
9625 * ibuf-macs.el (define-ibuffer-column): Add a new key:
9626 header-mouse-map.
9627
9628 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
9629 (ibuffer-mode-header-map): New keymaps.
9630 (ibuffer-update-title-and-summary): Enable mouse face highlighting
9631 and keybindings for column headers.
9632 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
9633 property.
9634
9635 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
9636
9637 * speedbar.el (speedbar-after-create-hook): Doc fix.
9638
9639 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
9640
9641 * shell.el (shell-directory-tracker)
9642 (shell-dynamic-complete-command): Doc fixes.
9643
9644 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
9645
9646 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
9647 terminals.
9648
9649 2006-04-01 Kim F. Storm <storm@cua.dk>
9650
9651 * ido.el (ido-unc-hosts-cache): New defvar.
9652 (ido-unc-hosts): If value of defcustom is a function, call it to
9653 get list of UNC hosts. Add function-item choices to specify
9654 ido-unc-hosts-net-view or user function.
9655 (ido-ignore-unc-host-regexps): New defcustom.
9656 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
9657 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
9658 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
9659
9660 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
9663 wwidth.
9664
9665 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
9666
9667 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
9668 (ido-max-work-file-list, ido-switch-buffer)
9669 (ido-read-file-name-as-directory-commands):
9670 Fix typos in docstrings.
9671
9672 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9673
9674 * term/mac-win.el (mac-system-coding-system): Define and use after
9675 Mac-specific coding systems are ready.
9676
9677 2006-03-27 Romain Francoise <romain@orebokech.com>
9678
9679 * net/rcirc.el (rcirc-connect): Add autoload cookie.
9680
9681 * ldefs-boot.el: Update.
9682
9683 2006-03-27 Daiki Ueno <ueno@unixuser.org>
9684
9685 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9686 passphrases when it is not needed.
9687 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9688 passphrase stuff from gpg, should only be necessary when you use
9689 gpg with a smartcard.
9690
9691 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
9692
9693 * comint.el (comint-dynamic-list-completions): Allow user to
9694 select *Completions* buffer.
9695
9696 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
9697
9698 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
9699
9700 2006-03-26 Andreas Schwab <schwab@suse.de>
9701
9702 * progmodes/gud.el (gdb): Only complain about multiple debugging
9703 when the gdb process is still running.
9704
9705 2006-03-25 Eli Zaretskii <eliz@gnu.org>
9706
9707 * mail/rmail.el (tool-bar-map): Defvar it.
9708 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
9709 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
9710
9711 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
9712
9713 * help.el (print-help-return-message): Suggest to use
9714 display-buffer instead of switch-to-buffer-other-window to restore
9715 the previous window without selecting it.
9716
9717 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9718
9719 * frame.el (select-frame-by-name): Call x-focus-frame also when
9720 window-system is mac.
9721
9722 * term/mac-win.el: Adjust Courier font specifications in
9723 x-fixed-font-alist.
9724 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
9725 when directly encoding to UTF-16 in native byte order, no BOM.
9726
9727 2006-03-25 Kim F. Storm <storm@cua.dk>
9728
9729 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
9730 (cua--init-keymaps): Use it instead of fixed C-return.
9731 (cua-mode): Set after it.
9732
9733 * emulation/cua-rect.el (cua--init-rectangles):
9734 Use cua-rectangle-mark-key instead of fixed C-return.
9735
9736 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
9737
9738 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
9739 "run" in .gdbinit.
9740 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
9741
9742 2006-03-24 Romain Francoise <romain@orebokech.com>
9743
9744 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
9745 `display-buffer-other-frame'.
9746
9747 2006-03-24 Kim F. Storm <storm@cua.dk>
9748
9749 * apropos.el (apropos-synonyms): Add selection => region.
9750
9751 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
9752
9753 * progmodes/gdb-ui.el (gdb-var-create-regexp)
9754 (gdb-var-list-children-regexp, gdb-var-update-regexp)
9755 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9756 (gdb-data-list-register-values-regexp)
9757 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
9758 Future proof against new fields being added to MI output.
9759 (gdb-send): Don't treat backslashes for program input as
9760 continuations.
9761 (gdb-assembler-handler): Don't use window-start for this handler.
9762 (gdb-frame-handler): Don't change to hollow arrow if overlay
9763 arrow doesn't move to new frame.
9764
9765 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
9766
9767 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
9768 prevent compiler warnings.
9769 (gdb-stopped): Check for gud-last-last-frame (case: signal).
9770 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
9771 (gdb-assembler-custom): Use hollow-right-triangle for assembler
9772 buffer too.
9773
9774 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
9775
9776 * pgg-gpg.el (pgg-gpg-update-agent): Check for
9777 make-network-process, so we can use the same code in Gnus v5-10
9778 too and have this file fully synchronized with that release.
9779
9780 2006-03-23 Romain Francoise <romain@orebokech.com>
9781
9782 * ibuf-ext.el (ibuffer-read-filter-group-name):
9783 Use `ibuffer-generate-filter-groups' to make completion list match
9784 the filter groups that are really displayed in the Ibuffer buffer.
9785 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
9786
9787 2006-03-23 Kenichi Handa <handa@m17n.org>
9788
9789 * international/mule-cmds.el (sort-coding-systems): Describe that
9790 the argument is modified in docstring.
9791
9792 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
9793
9794 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9795 (pgg-gpg-update-agent): New function.
9796 (pgg-gpg-use-agent-p): New function.
9797 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9798 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9799 (pgg-gpg-sign-region): Use it.
9800
9801 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
9802
9803 * cus-edit.el (custom-face-set): Call custom-push-theme before
9804 face-spec set so that `changed' theme is correctly saved.
9805 (custom-face-reset-standard): Reset to recalculated face rather
9806 than defface spec.
9807
9808 * custom.el (custom-push-theme): Only save `changed' theme if the
9809 current face does not match the defface specs.
9810
9811 2006-03-21 Simon Josefsson <jas@extundo.com>
9812
9813 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9814 <wilde@sha-bang.de>.
9815 (pgg-gpg-use-agent): New variable.
9816 (pgg-gpg-process-region): Use it.
9817 (pgg-gpg-encrypt-region): Likewise.
9818 (pgg-gpg-encrypt-symmetric-region): Likewise.
9819 (pgg-gpg-decrypt-region): Likewise.
9820 (pgg-gpg-sign-region): Likewise.
9821 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9822
9823 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
9824
9825 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9826 bracket links.
9827
9828 2006-03-21 Kim F. Storm <storm@cua.dk>
9829
9830 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
9831 fringe-indicator-alist instead of modifying global value.
9832 (gdb-frame-handler): Likewise.
9833
9834 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9835
9836 * diff-mode.el (diff-function): Make it inherit from diff-header
9837 instead of diff-context.
9838
9839 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
9840 bitmap.
9841 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
9842 change names in macro above for consistency.
9843 (gdb-frame-handler): Use hollow-right-triangle for all selected
9844 frames which except the innermost (where execution has stopped).
9845 (gdb-reset): Reset buffer-local values of overlay-arrow.
9846
9847 2006-03-20 Richard Stallman <rms@gnu.org>
9848
9849 * simple.el (set-mark-command): Doc fix.
9850
9851 * files.el (display-buffer-other-frame): New command.
9852 (ctl-x-4-map): Bind C-x 5 C-o to it.
9853
9854 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
9857 rather than just defer-time, in case defer-time has been changed but
9858 the timer isn't running yet.
9859 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
9860
9861 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9862
9863 * help-mode.el (help-follow-symbol): New function.
9864 Essentially identical to the old `help-follow', but do not let
9865 `push-button' do the work when on an xref.
9866 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
9867
9868 2006-03-19 Richard Stallman <rms@gnu.org>
9869
9870 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
9871 preceded by the word `program'.
9872 (help-follow-mouse, help-follow): Throw error if not on xref.
9873 Delete no longer used args.
9874
9875 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
9876
9877 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
9878 annotation ensure gud-overlay-arrow-position is redisplayed.
9879
9880 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9881
9882 * textmodes/bibtex.el (bibtex-include-OPTkey)
9883 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
9884 (bibtex-autokey-name-case-convert)
9885 (bibtex-autokey-titleword-case-convert): Make these the aliases
9886 for the following two variables.
9887 (bibtex-autokey-name-case-convert-function)
9888 (bibtex-autokey-titleword-case-convert-function): Make these the
9889 real names.
9890 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
9891 bibtex-font-lock-crossref sublists.
9892 (bibtex-mode): Revert 2005-12-30 change (which made
9893 completion-ignore-case buffer-local).
9894 (bibtex-url): Simplify.
9895
9896 2006-03-19 Kim F. Storm <storm@cua.dk>
9897
9898 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
9899 cursor property value to 2 (to align with C level change).
9900
9901 2006-03-19 Bill Wohler <wohler@newt.com>
9902
9903 * image.el (image-load-path-for-library): Shorten first line in
9904 docstring.
9905
9906 2006-03-18 Richard Stallman <rms@gnu.org>
9907
9908 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
9909
9910 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
9911
9912 * isearch.el (isearch-other-meta-char): Handle user bindings for
9913 shifted control characters.
9914
9915 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
9916
9917 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
9918 part that matches email addresses, file names, etc.
9919
9920 2006-03-18 Eli Zaretskii <eliz@gnu.org>
9921
9922 * term/w32-win.el (mouse-set-font):
9923 Mention w32-list-proportional-fonts in the doc string.
9924
9925 2006-03-18 Kim F. Storm <storm@cua.dk>
9926
9927 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
9928 (ido-unc-hosts): New user option to explicitly define list of know
9929 UNC-style hosts for completion.
9930 (ido-cache-unc-host-shares-time): New user option.
9931 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
9932 New helper functions for UNC file-name support.
9933 (ido-may-cache-directory): Check for UNC host. Simplify.
9934 (ido-wash-history): Clean out old UNC hosts.
9935 (ido-nonreadable-directory-p): UNC hosts are always readable.
9936 (ido-directory-too-big-p): UNC hosts are never too big.
9937 (ido-set-current-directory): Handle UNC root path.
9938 (ido-file-name-all-completions): Complete UNC host names from
9939 ido-unc-hosts list. Cache UNC host shares.
9940 (ido-make-file-list-1): Don't filter UNC root.
9941 (ido-exhibit): Check for // in root directory, and switch to UNC
9942 mode by setting ido-current-directory to //.
9943
9944 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
9945
9946 * cus-edit.el (customize-changed-options): Mention explicit
9947 version number as default in prompt.
9948
9949 2006-03-17 Bill Wohler <wohler@newt.com>
9950
9951 * image.el (image-load-path-for-library): Minor docstring fix.
9952
9953 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
9954
9955 * textmodes/org.el (org-read-date): Include subgroup 5 into
9956 replacement text.
9957 (org-popup-calendar-for-date-prompt): Fix customization type.
9958
9959 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
9960
9961 * progmodes/gdb-ui.el (gud-watch): Provide completion.
9962 (gdb-continuation): New variable.
9963 (gdb-send): Deal with continuation lines.
9964
9965 * progmodes/gud.el (gud-gdb-complete-command)
9966 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
9967 expressions.
9968 (gud-tooltip-mode): Use buffer-local value.
9969
9970 2006-03-16 Kim F. Storm <storm@cua.dk>
9971
9972 * ido.el (ido-edit-input): Use selected match, if any.
9973
9974 2006-03-16 Bill Wohler <wohler@newt.com>
9975
9976 * image.el (image-load-path-for-library): Prefer user's images in
9977 image-load-path.
9978
9979 2006-03-16 Martin Rudalics <rudalics@gmx.at>
9980
9981 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
9982 when checking for attempt to drag leftmost or rightmost scrollbar.
9983
9984 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
9985
9986 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
9987 (gdb-force-mode-line-update): New function.
9988 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
9989 (gdb-exited): Use them.
9990 (gdb-signal): New function.
9991 (gdb-annotation-rules): Provide a rule for it.
9992
9993 2006-03-16 Kenichi Handa <handa@m17n.org>
9994
9995 * international/mule.el (auto-coding-regexp-alist): Add entries
9996 for Unicode BOM.
9997
9998 * sort.el (sort-build-lists): Temporarily bind
9999 inhibit-field-text-motion to t.
10000
10001 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
10002
10003 * locate.el (locate-command, locate-make-command-line)
10004 (locate-fcodes-file, locate-update-command)
10005 (locate-prompt-for-command, locate, locate-with-filter)
10006 (locate-get-file-positions): Doc fixes.
10007 (locate-buffer-name, locate-header-face): Remove leading `*' in
10008 defcustom.
10009 (locate-filter-output): Use `keep-lines' instead of its alias
10010 `delete-non-matching-lines'.
10011 (locate-get-filename, locate-get-dirname): Add introductory comment.
10012 (locate-find-directory-other-window): Give appropriate error
10013 message if used outside main listing.
10014
10015 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10018 the new extend-region feature.
10019 (font-lock-after-change-function): Update correspondingly.
10020 * jit-lock.el (jit-lock-after-change): Update correspondingly.
10021 * progmodes/grep.el (font-lock-lines-before): Don't disable.
10022
10023 2006-03-15 Bill Wohler <wohler@newt.com>
10024
10025 * image.el (image-load-path-for-library): Fix example by not
10026 recommending that one binds image-load-path. Just defvar it to
10027 placate compiler and only use it if previously defined.
10028
10029 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
10030
10031 * textmodes/org.el (org-insert-centered): Use `string-width' to
10032 make underlining work for wide characters.
10033 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10034 TAB to `org-cycle', to make sure that no binding in
10035 `outline-mode-map' can supercede it.
10036
10037 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
10038
10039 * allout.el: Increment version to 2.2.1 in file commentary.
10040
10041 (allout-version): Increment to 2.2.1.
10042
10043 (allout-default-layout): New customization variable, used when the
10044 file lacks a specific allout-layout. Uses allout-layout-type for
10045 recursively nested definition.
10046
10047 (allout-layout-type): Widget defining allout layouts, necessary for
10048 self-recursive definition.
10049
10050 (allout-mode): Incorporate allout-default-layout as fallback for
10051 allout-layout.
10052
10053 (allout-layout): Mark as 'safe-local-variable', and refer mention
10054 fallback to `allout-default-layout' in absence of a specified value.
10055 (allout-passphrase-verifier-string)
10056 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
10057
10058 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
10059
10060 (allout-get-encryption-passphrase-verifier): Use correct name of
10061 passphrase verifier in docstring.
10062
10063 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
10064
10065 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
10066 elements.
10067 (gdb-find-watch-expression): Make it work for arrays too.
10068 Follow change to gdb-var-list.
10069 (gud-watch): Allow the user to enter variable name with a prexix
10070 arg. Create keybindings.
10071 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10072 (gdb-var-list-children-handler, gdb-var-update-handler)
10073 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
10074 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
10075 Follow change to gdb-var-list.
10076 (gdb-starting): Don't show the overlay arrows when program is running.
10077
10078 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
10079 gdb-var-list.
10080
10081 2006-03-14 Bill Wohler <wohler@newt.com>
10082
10083 * image.el (image-load-path-for-library): Pass value of path
10084 rather than symbol. Always return list of directories.
10085 Guarantee that image directory comes first.
10086
10087 2006-03-14 Alan Mackenzie <acm@muc.de>
10088
10089 * font-core.el (font-lock-extend-region\(-function\)?.):
10090 New function/variable.
10091
10092 * font-lock.el (font-lock-after-change-function):
10093 Call font-lock-extend-region. Obey font-lock-lines-before.
10094 (font-lock-default-fontify-region): Remove reference to
10095 font-lock-lines-before.
10096
10097 * jit-lock.el (jit-lock-after-change):
10098 Call font-lock-extend-region. Obey font-lock-lines-before.
10099
10100 2006-03-14 David Ponce <david@dponce.com>
10101
10102 * tree-widget.el (tree-widget-themes-load-path)
10103 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10104
10105 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
10106
10107 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
10108 (rcirc-print): Mark the start of text at the end of the prompt.
10109 (rcirc-track-minor-mode): Add autoload cookie.
10110 (rcirc-update-activity-string): Add space to front of mode-line
10111 indicator.
10112
10113 2006-03-13 Miles Bader <miles@gnu.org>
10114
10115 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
10116 (rcirc-abbrev-nick): Remove function.
10117 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
10118
10119 2006-03-13 David Ponce <david@dponce.com>
10120
10121 * tree-widget.el: Handle themes across all occurrences of the main
10122 themes sub-directory found in tree-widget-themes-load-path.
10123 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10124 (tree-widget--locate-sub-directory): Return all occurrences.
10125 (tree-widget-themes-path): New function.
10126 Replace tree-widget-themes-directory, and return a list of directories.
10127 (tree-widget-set-parent-theme)
10128 (tree-widget-lookup-image): Use it.
10129
10130 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
10131
10132 * textmodes/org.el (org-link-search): Avoid self-matching of
10133 links, allow target text to be distributed over several lines.
10134 (org-search-not-link): New function.
10135 (org-set-regexps-and-options, org-get-current-options):
10136 New startup options.
10137 (org-export-as-html): Take odd-level setting from local variable.
10138 (org-fontify-emphasized-text): New option.
10139 (org-set-font-lock-defaults): Include emphasized text.
10140 (org-follow-mhe-link): Allow folder-only links, fix folder name.
10141 (org-font-lock): Customize group renamed from `org-faces'.
10142
10143 2006-03-13 John Paul Wallington <jpw@pobox.com>
10144
10145 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
10146 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
10147
10148 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
10149
10150 * cus-start.el (all): Delete :version keyword for members of the
10151 fringe group, since the entire group is new in 22.1.
10152
10153 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
10154
10155 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
10156 map if value is hexadecimal (an address).
10157 (gud-watch): Only search roots for existing watch expressions.
10158 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
10159 prevent caching problems with speedbar-update-directory-contents.
10160
10161 2006-03-12 Juri Linkov <juri@jurta.org>
10162
10163 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
10164 before comparing with `low' and `warn'.
10165
10166 * info.el (Info-dir-remove-duplicates): Move point to the
10167 beginning of the current line after deleting the entries from
10168 redundant heading. Use marker for `limit' and compare it with
10169 point before calling `re-search-forward'.
10170
10171 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
10172
10173 * simple.el (yank): Fix typo in docstring.
10174
10175 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
10176
10177 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
10178 messages, where "D" is the 6th character.
10179
10180 2006-03-11 Eli Zaretskii <eliz@gnu.org>
10181
10182 * simple.el (yank): Fix last change.
10183
10184 2006-03-11 David Ponce <david@dponce.com>
10185
10186 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
10187 merging elements from the standard ispell-dictionary-alist.
10188 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
10189 alist, and return the new alist.
10190
10191 2006-03-11 Richard Stallman <rms@gnu.org>
10192
10193 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
10194
10195 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
10196 the way it is implemented is too unclean.
10197
10198 * simple.el (kill-region, yank): Doc fix.
10199
10200 * battery.el (battery-echo-area-format): Doc fix.
10201 (battery-mode-line-format): Likewise.
10202 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
10203 (battery-linux-proc-acpi): Ignore batteries that say "charged".
10204
10205 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10206
10207 * progmodes/octave-mod.el (octave-indent-for-comment):
10208 Behave according to do string.
10209
10210 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
10211
10212 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
10213 Be visible only if major mode is Mail Mode.
10214
10215 * textmodes/flyspell.el (flyspell-external-point-words)
10216 (flyspell-process-localwords): Fix last changes.
10217
10218 2006-03-11 Eli Zaretskii <eliz@gnu.org>
10219
10220 * calendar/holidays.el (list-holidays): Doc fix.
10221
10222 * international/mule.el (auto-coding-alist): Add .odt
10223 (OpenOffice's open document) files.
10224
10225 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
10226 document) files. Mention in the doc string the need to sync with
10227 auto-coding-alist.
10228
10229 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
10230
10231 * files.el (hack-local-variables-confirm): Don't prompt for ! if
10232 enable-local-variables is set to always query, or there is no
10233 savable variable.
10234
10235 2006-03-10 Bill Wohler <wohler@newt.com>
10236
10237 * image.el (image-load-path-for-library): Merge at least three
10238 functions from Gnus and MH-E into this one function that can now
10239 be shared.
10240
10241 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
10242
10243 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
10244 gdb-remove-mouse-face and remove help-echo too.
10245 (gdb-enqueue-input): Correct conditional clause.
10246
10247 2006-03-10 Glenn Morris <rgm@gnu.org>
10248
10249 * calendar/calendar.el (calendar-holidays): Doc fix.
10250 * calendar/holidays.el (list-holidays): Doc fix.
10251
10252 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
10253
10254 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
10255 it gets called in gdb-prompt anyway.
10256 (gdb-use-separate-io-buffer): Only restore window arrangement for
10257 gdb-many-windows.
10258 (gdb-enqueue-input): Make it harder to send GDB input when program
10259 is running.
10260 (gdb-buffer-list): New variable.
10261 (gdb-remove-mouse-face): New function.
10262 (gdb-starting): Use it when GDB input won't get sent.
10263
10264 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
10265
10266 * help.el (view-lossage): Remove trailing whitespace before
10267 inserting "\n".
10268
10269 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
10270
10271 * files.el (hack-local-variables-confirm):
10272 Set coding-system-for-read to nil before writing to .emacs.
10273
10274 * arc-mode.el (archive-extract): Check if an existing buffer name
10275 comes from a different archive.
10276
10277 * help.el (describe-key-briefly): If KEY is a down event, read and
10278 discard the up event.
10279
10280 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
10281
10282 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
10283 be edited and use font-lock-warning-face for any changes.
10284
10285 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
10286 (gdb-edit-value): Use it to report any errors.
10287
10288 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
10289
10290 * help.el (describe-key): Remove leftover test code.
10291
10292 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
10293
10294 * textmodes/org.el: Move defvars out of eval-when-compile.
10295 Use buffer-file-name variable.
10296 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
10297 arg `file'.
10298 (org-level-faces): Remove startup dependency.
10299 (org-cycle, org-map-tree, org-scan-tags)
10300 (org-remember-handler): Don't call `outline-level' directly.
10301 (org-mhe-search-all-folders): New option.
10302 (org-mhe-get-message-folder-from-index)
10303 (org-mhe-get-message-folder): Fix indexing search.
10304 (org-format-agenda-item): Handle nil TAGS argument.
10305 (org-cleaned-string-for-export, org-activate-target-links)
10306 (org-make-target-link-regexp): Deal with empty radio target list.
10307 (org-tag): New face.
10308 (org-get-level-face): New function.
10309 (org-set-font-lock-defaults): Simplify setup for headlines.
10310 (org-complete): Pass common substring to `display-completion-list'.
10311
10312 2006-03-06 David Ponce <david@dponce.com>
10313
10314 * tree-widget.el: Update Commentary header.
10315 (tree-widget-theme-name): Ignore parent themes.
10316 (tree-widget-set-parent-theme): New function.
10317 (tree-widget-set-theme): Use it.
10318 (tree-widget-set-image-properties): Move definition. Does nothing
10319 if image properties have already been set.
10320 (tree-widget-image-properties): Move definition. Receive an image
10321 name. Set the :pointer property.
10322 (tree-widget-lookup-image): Doc fix. Search in parent themes.
10323 Don't set the :pointer image property.
10324 (tree-widget-convert-widget): New function. Handle :dynargs
10325 compatibility here.
10326 (tree-widget): Use it to :convert-widget. Add the :expander-p
10327 predicate to control when the :expander function is entered.
10328 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
10329 (tree-widget-value-create): Handle :expander-p. widget-apply
10330 :expander.
10331 (tree-widget-expander-p): New function. Default value of the
10332 :expander-p property.
10333
10334 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
10335
10336 * help.el (describe-key): Properly handle the return value of
10337 read-key-sequence when grabbing an up-event. Cleanup mouse-1
10338 remaps. Handle string and vector `follow-link' values.
10339
10340 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * complete.el (PC-expand-many-files): Try be more careful when parsing
10343 the shell's output.
10344
10345 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10346
10347 * outline.el (hide-sublevels): Provide better interactive default.
10348
10349 2006-03-06 Kenichi Handa <handa@m17n.org>
10350
10351 * international/fontset.el (create-fontset-from-fontset-spec):
10352 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
10353
10354 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
10355
10356 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
10357 backslashes instead of one in regexp.
10358 (gud-tooltip-dereference): Add missing optional argument.
10359
10360 2006-03-04 John Paul Wallington <jpw@pobox.com>
10361
10362 * wdired.el (toplevel): Require `cl' at compile-time.
10363
10364 2006-03-04 Andreas Schwab <schwab@suse.de>
10365
10366 * server.el (server-process-filter): Handle errors during
10367 evaluation of the argument.
10368
10369 2006-03-03 John Paul Wallington <jpw@pobox.com>
10370
10371 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
10372 escape parentheses at beginning of line.
10373 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
10374 (t-mouse-mode): Remove period from end of error message.
10375
10376 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
10377
10378 * textmodes/flyspell.el (flyspell-process-localwords):
10379 Be case-sensitive.
10380
10381 2006-03-03 Martin Rudalics <rudalics@gmx.at>
10382
10383 * cus-edit.el (custom-quote): Remove function, since it has been
10384 moved to custom.el.
10385
10386 * font-lock.el (lisp-font-lock-keywords-2)
10387 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
10388 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
10389 they have no special meaning.
10390
10391 * midnight.el (clean-buffer-list): Handle case where base-buffer of
10392 indirect buffer gets killed before indirect buffer. Use dolist.
10393
10394 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
10395
10396 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
10397 value instead of a literal constant (1) on more pauses.
10398
10399 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10400
10401 * textmodes/flyspell.el (flyspell-external-point-words):
10402 Be case-sensitive.
10403
10404 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
10405
10406 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10407 with "www".
10408
10409 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
10410
10411 * allout.el: Restablish intermediate missing comment header to
10412 preserve outline structure.
10413 (allout-beginning-of-current-entry): Skip invisible text.
10414 (allout-open-topic): Fix opening a topic at end-of-buffer.
10415 (allout-minor-mode): Move nearer to allout-mode function.
10416
10417 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
10418
10419 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10420
10421 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
10422
10423 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10424 is nil.
10425
10426 * progmodes/gud.el (gud-speedbar-menu-items):
10427 Use buffer-local-value and add missing :visible keyword.
10428
10429 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10430
10431 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
10432
10433 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10434 must be `follow-link'.
10435
10436 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10437
10438 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10439 formatting: No nested anchors.
10440 (org-all-targets): Fix bug with XEmacs compatibility.
10441 (org-read-date): Add (require 'parse-time).
10442 (org-set-tags): Fix bug with extra inserted space.
10443 (org-export-html-style): Define a style class for targets.
10444 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10445 (org-hide-leading-stars): New option.
10446 (org-hide): New face.
10447 (org-set-font-lock-defaults): Allow to hide leading stars.
10448 (org-get-legal-level, org-tr-level): New functions.
10449 (org-odd-levels-only): New option.
10450 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10451 (org-demote, org-promote): Deal with double-star levels.
10452 (org-convert-to-odd-levels): New command.
10453
10454 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
10455
10456 * speedbar.el (speedbar-update-localized-contents): Try to
10457 preserve window-start.
10458 (speedbar-update-directory-contents): Try to preserve window-start
10459 and window-point.
10460 (speedbar-update-special-contents): Don't move back to start of window.
10461
10462 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
10463 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
10464 speedbar-timer-fn.
10465 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
10466 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
10467 instead of gdb-speedbar-timer-fn.
10468
10469 2006-02-28 Jay Belanger <belanger@truman.edu>
10470
10471 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
10472 (math-compose-expr): Use latex option when calling
10473 `math-compose-tex-matrix' for latex mode.
10474
10475 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
10476
10477 * speedbar.el: Re-instate comments about developing for speedbar
10478 [this is what info and gdb-ui use even if better methods exist now].
10479
10480 * t-mouse.el: New file.
10481 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
10482 (t-mouse-lispy-buffer-posn-from-coords): Remove.
10483 (t-mouse-make-event-element): Use posn-at-x-y instead.
10484 (t-mouse-make-event): Deal with Fedora Core 3.
10485 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
10486 (t-mouse-mouse-position-function): New function. Use it instead
10487 of advising mouse-position.
10488 (t-mouse-mode): New minor mode.
10489 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
10490
10491 2006-02-27 Glenn Morris <rgm@gnu.org>
10492
10493 * calendar/calendar.el (calendar-holidays): Doc fix.
10494
10495 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
10496
10497 * progmodes/gdb-ui.el (gdb-source-window): New variable.
10498 Re-introduce the concept of a source window.
10499 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
10500 consistency with get-buffer-create.
10501 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10502 (gdb-data-list-register-values-handler)
10503 (gdb-stack-list-locals-handler): Try to preserve window-start as
10504 well as window-point.
10505 (gdb-display-source-buffer): New function (old concept).
10506 (gdb-goto-breakpoint): Use it.
10507
10508 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
10509 for gdb-ui/gdb-mi (old concept).
10510
10511 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
10512
10513 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
10514 binding.
10515
10516 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
10517
10518 * textmodes/reftex-sel.el (reftex-select-label-map)
10519 (reftex-select-bib-map): Add `follow-mouse' binding.
10520
10521 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
10522
10523 * jka-cmpr-hook.el (jka-compr-compression-info-list)
10524 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
10525 Give :set functions to provide automatic updating.
10526 Update docstring. Give compiler defvars early in the file
10527 and move the defcustoms to a later spot where all called functions
10528 are defined.
10529 (jka-compr-file-name-handler-entry): Doc fix.
10530 (jka-compr-compression-info-list--internal)
10531 (jka-compr-mode-alist-additions--internal)
10532 (jka-compr-load-suffixes--internal): New variables.
10533 (jka-compr-install): Set the three above variables.
10534 Update `load-file-rep-suffixes' instead of `load-suffixes'.
10535 (jka-compr-update, jka-compr-set): New functions.
10536 (auto-compression-mode): Doc fix.
10537
10538 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
10539 Update `load-file-rep-suffixes' instead of `load-suffixes'.
10540 Use jka-compr-compression-info-list--internal,
10541 jka-compr-mode-alist-additions--internal and
10542 jka-compr-load-suffixes--internal.
10543
10544 * files.el (load-library):
10545 * loadhist.el (file-loadhist-lookup):
10546 * startup.el (command-line):
10547 * subr.el (locate-library):
10548 * emacs-lisp/autoload.el (update-directory-autoloads):
10549 * emacs-lisp/find-func.el (find-library-suffixes):
10550 Use `get-load-suffixes' instead of `load-suffixes'.
10551
10552 * subr.el (locate-library):
10553 * emacs-lisp/find-func.el (find-library-name):
10554 Use `load-file-rep-suffixes' instead of '("").
10555
10556 2006-02-26 Kim F. Storm <storm@cua.dk>
10557
10558 * ido.el (ido-save-history, ido-load-history): Simplify.
10559 Don't use find-file-noselect to avoid interference from other modes.
10560
10561 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
10562
10563 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
10564 to use the default shell if filename is not available.
10565 Reported by Giorgos Keramidas.
10566
10567 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
10568
10569 * progmodes/etags.el (tags-completion-table): Do completion from
10570 all the tables in the current list, as documented in the manual.
10571
10572 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10573
10574 * CC Mode Update to 5.31.3.
10575
10576 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10577
10578 * progmodes/cc-mode.el (c-postprocess-file-styles):
10579 Bind inhibit-read-only to t, around the call to
10580 c-remove-any-local-eval-or-mode-variables, so that it works on a
10581 RO file.
10582
10583 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10584
10585 * progmodes/cc-awk.el: Correct a typo.
10586
10587 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10588
10589 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
10590 c-hungry-delete-backwards, at the request of RMS. Leave the old
10591 name as an alias.
10592
10593 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10594
10595 * progmodes/cc-mode.el: Correct a typo.
10596
10597 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10598
10599 * progmodes/cc-defs.el: Update the version number to 5.31.3.
10600
10601 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10602
10603 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
10604 brace-else-brace (error due to mbeg, mend being undefined).
10605
10606 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10607
10608 * progmodes/cc-mode.el: File Local variables: Solve the problem
10609 where both `mode' and c-file-offsets are specified: `mode' will
10610 overwrite c-f-o's settings:
10611 (c-remove-any-local-eval-or-mode-variables): New function.
10612 (c-postprocess-file-styles): Call the above new function, within
10613 c-tentative-buffer-change, to splat `mode' and `eval' before the
10614 second hack-local-variables.
10615
10616 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10617
10618 * progmodes/cc-mode.el:
10619 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
10620 (c-after-change): Protect the match data with save-match-data.
10621 It was getting corrupted by c-after-change-check-<>-operators.
10622
10623 * cc-defs.el: [Supersedes patch V1.38]:
10624 (top level): Check for a buggy font-lock-compile-keywords ONLY in
10625 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
10626
10627 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
10628 with save-match-data. It was being corrupted when Font Lock was
10629 not enabled.
10630
10631 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10632
10633 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
10634 Mode and Subword Mode.
10635
10636 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
10637 real labels ("case 1:" or "foo:") from non-labels ("public:").
10638 (c-forward-objc-directive): Replace c-forward-token-2 with crude
10639 coding; c-f-t-2 doesn't move over a token at EOB.
10640
10641 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
10642
10643 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
10644 (c-update-modeline): Concatenate the minor mode indicators
10645 directly onto mode-name, removing c-submode-indicators.
10646 Sometimes, c-s-i got separated from the mode name on the mode line.
10647
10648 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
10649 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
10650
10651 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10652
10653 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
10654 error message when there's an evaluation error to show whether
10655 it's loaded from source or not.
10656 (c-filter-ops): Make it available at runtime too to work when
10657 `c-make-init-lang-vars-fun' needs to evaluate from source.
10658
10659 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
10660
10661 * help.el (help): Revert last part of 2006-02-23 change (deletion
10662 of the `provide' call).
10663
10664 2006-02-23 Juri Linkov <juri@jurta.org>
10665
10666 * compare-w.el (compare-windows-highlight): Add new value
10667 `persistent' and change :type from `boolean' to `choice'.
10668 (compare-windows-overlays1, compare-windows-overlays2):
10669 New internal variables.
10670 (compare-windows-highlight): If compare-windows-highlight is
10671 `persistent', add current overlays to compare-windows-overlays[12]
10672 instead of adding compare-windows-dehighlight to pre-command-hook.
10673 (compare-windows-dehighlight): Delete all overlays from
10674 compare-windows-overlays[12].
10675
10676 * info.el (Info-search): Don't bind search-spaces-regexp to
10677 Info-search-whitespace-regexp in non-regexp isearch mode.
10678
10679 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
10682
10683 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
10684
10685 * textmodes/org.el (org-xemacs-p)
10686 (org-export-html-show-new-buffer, org-table-may-need-update)
10687 (org-insert-item, org-mhe-get-message-real-folder)
10688 (org-mhe-get-message-folder-from-index)
10689 (org-mhe-get-message-folder, org-mhe-get-message-num)
10690 (org-mhe-get-header, org-make-org-heading-search-string)
10691 (org-make-org-heading-camel, org-table-sort-lines)
10692 (org-format-org-table-html, org-format-table-table-html):
10693 Fix typos in docstrings.
10694
10695 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
10696
10697 * textmodes/org.el (org-cleaned-string-for-export)
10698 (org-solidify-link-text): New function.
10699 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
10700 XEmacs, just to silence the compiler.
10701 (org-export-as-ascii, org-export-as-html-and-open):
10702 Use `org-cleaned-string-for-export' and create internal links.
10703 (org-follow-mhe-link): Require mh-e, use folder.
10704
10705 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
10706
10707 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
10708
10709 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
10710 gdb-debug-log-length.
10711 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
10712 it a real ring but...
10713 (gud-gdba-marker-filter): ...make it work like mark-ring.
10714 (gdb-enable-debug): Rename from gdb-enable-debug-log.
10715 (gdb-mouse-jump): New function. Add bindings.
10716
10717 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
10718
10719 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
10720 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
10721 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
10722 (gdb-debug-log-length): Customize it's length.
10723 (gud-watch, gdb-var-create-handler): Display function::var format
10724 but don't use to create variable object.
10725 (gdb-var-create-handler): Use message-box in place of message.
10726 (gdb-stopped): Call gdb-exited if signalled.
10727
10728 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
10729
10730 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
10731
10732 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
10733
10734 * textmodes/reftex.el (reftex-locate-file): Search all extensions
10735 if `reftex-try-all-extensions' is set.
10736
10737 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
10738 fail silently when there is no valid argument at point.
10739 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
10740 `fail-silently' argument. From a patch by David Reiter.
10741
10742 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
10743 New commands.
10744 (org-mark-ring): New variable.
10745 (org-mark-ring-length): New option.
10746 (org-open-at-point, org-goto, org-open-file): Push old position
10747 onto the mark ring.
10748 (org-add-hook): New function.
10749 (org-export-table-remove-special-lines): New option.
10750 (org-skip-comments, org-format-org-table-html): Respect new
10751 option `org-export-table-remove-special-lines'.
10752 (org-open-file): Allow special command configuration for
10753 directory link.
10754 (org-file-apps): Fix bugs in customize type, added setting
10755 for directories.
10756 (org-activate-tags, org-format-agenda-item, org-complete)
10757 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
10758 (org-get-tags, org-get-buffer-tags, org-open-at-point)
10759 (org-link-search, org-make-org-heading-search-string)
10760 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
10761 (org-radio-targets, org-file-link-context-use-camel-case)
10762 (org-activate-camels): New options.
10763 (org-update-radio-target-regexp, org-all-targets)
10764 (org-make-target-link-regexp, org-activate-target-links):
10765 New functions.
10766 (org-make-org-heading-search-string): New function.
10767 (org-store-link, org-insert-link): Use new option
10768 `org-file-link-context-use-camel-case'.
10769 (org-activate-camels): Use new option `org-activate-camels'.
10770 (org-link-regexp): Add mhe prefix.
10771 (org-open-at-point, org-store-link): Support for mhe links.
10772 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
10773 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
10774 (org-mhe-get-header, org-follow-mhe-link): New functions.
10775 (org-remove-angle-brackets, org-add-angle-brackets):
10776 New functions.
10777 (org-bracket-link-regexp): New constant.
10778 (org-read-date): Fix bug that was rejecting all typed dates.
10779 (org-link-search): Make hierarchy above visible after a match.
10780 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
10781 (org-store-link): Fix bug with link creation when cursor is in
10782 an empty line.
10783 (org-open-at-point): Fix bug with matching a link.
10784 Fixed buggy argument sequence in call to `org-view-tags'.
10785 (org-compile-prefix-format): Set `org-prefix-has-tag'.
10786 (org-prefix-has-tag): New variable.
10787 (org-format-agenda-item): Remove tags from headline
10788 if appropriate.
10789 (org-agenda-remove-tags-when-in-prefix): New option.
10790
10791 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
10792
10793 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
10794 Fix the regular expressions.
10795
10796 2006-02-21 Richard M. Stallman <rms@gnu.org>
10797
10798 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
10799 if there's no other specific basis.
10800
10801 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
10802 as variables at all.
10803 (unsafep-variable): Rename arg; doc fix.
10804
10805 * abbrevlist.el (list-one-abbrev-table): Add autoload.
10806
10807 * calendar/appt.el (diary-selective-display): Add defvar.
10808
10809 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
10810
10811 * isearch.el (search-whitespace-regexp): Fix custom type.
10812
10813 * help.el (describe-key-briefly): Compute interactive args
10814 in same was as before previous change.
10815
10816 * files.el (enable-local-variables): Doc fix.
10817
10818 2006-02-21 Kim F. Storm <storm@cua.dk>
10819
10820 * fringe.el: Cleanup as file is now pre-loaded.
10821 (fringe-bitmaps): Initialize unconditionally.
10822 (fringe-mode, set-fringe-style): Remove autoload cookies.
10823
10824 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10825
10826 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
10827 `horizontal-bar'.
10828 (fringe-cursor-alist): Use `horizontal-bar'.
10829
10830 2006-02-20 Kim F. Storm <storm@cua.dk>
10831
10832 * fringe.el (fringe-bitmaps): Update to new bitmap names.
10833 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
10834
10835 * loadup.el: Load "fringe" on window systems.
10836
10837 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
10838
10839 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
10840 out of scope components.
10841
10842 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
10843 default.
10844
10845 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
10846
10847 * custom.el (customize-mark-to-save, customize-mark-as-set):
10848 Load the symbol first.
10849
10850 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
10851
10852 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
10853 strech spec so it doesn't display as "^J" on the header line
10854 when `Buffer-menu-use-header-line' is t.
10855
10856 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
10857
10858 * speedbar.el (speedbar-make-button): Keep text properties
10859 of string arguments if desired.
10860
10861 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
10862 expessions.
10863
10864 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
10865 of speedbar.
10866
10867 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
10868
10869 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
10870 to value of `read-file-name-completion-ignore-case'.
10871
10872 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
10873
10874 * custom.el (customize-mark-as-set): Push to `user' theme.
10875
10876 * cus-edit.el (custom-save-variables): Allow unthemed values.
10877 (customize-set-variable): Push setting to `user' theme.
10878
10879 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
10880
10881 * progmodes/gud.el: Don't require font-lock as it's now
10882 automatically loaded.
10883 (gud-speedbar-buttons): Replace gdb-var-changed with
10884 gdb-force-update.
10885
10886 * progmodes/gdb-ui.el (gdb-force-update): Rename from
10887 gdb-var-changed.
10888 (gdb-post-prompt): Use it.
10889 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10890 (gdb-var-update-handler, gdb-var-delete)
10891 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
10892 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
10893 gdb-force-update in gdb-post-prompt.
10894 (gdb-reset): Clear watch expressions from speedbar when quitting.
10895
10896 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10897
10898 * viper-cmd.el (viper-insert-state-post-command-sentinel)
10899 (viper-change-state-to-vi, viper-change-state-to-emacs):
10900 Make aware of cursor coloring in the Emacs state.
10901 (viper-special-read-and-insert-char): Use read-char-exclusive.
10902 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
10903
10904 * viper-init.el (viper-emacs-state-cursor-color): New variable.
10905
10906 * viper-util.el (viper-save-cursor-color)
10907 (viper-get-saved-cursor-color-in-replace-mode)
10908 (viper-get-saved-cursor-color-in-insert-mode)
10909 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
10910 state.
10911 (viper-get-saved-cursor-color-in-emacs-mode): New function.
10912
10913 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
10914 (ediff-ignore-case-option3, ediff-actual-diff-options)
10915 (ediff-actual-diff3-options): New variables to control case sensitivity.
10916 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
10917 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
10918 (ediff-toggle-ignore-case): New function.
10919 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
10920
10921 * ediff-help.el (ediff-long-help-message-narrow2)
10922 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
10923 (ediff-long-help-message-word-mode): Add ignore-case command.
10924 (ediff-help-for-quick-help): Add ignore-case command.
10925
10926 * ediff-merg.el: Move provide to the end.
10927
10928 * ediff-ptch.el: Move provide to the end.
10929
10930 * ediff-wind.el: Move provide to the end.
10931
10932 * ediff-mult.el: Move provide to the end.
10933 (ediff-set-meta-overlay): Enable follow-link.
10934
10935 * ediff.el: Move provide to the end.
10936 Break recursive load cycle in eval-when-compile.
10937 (ediff-patch-buffer): Better heuristics.
10938
10939 * ediff-util.el: Move provide to the end.
10940 Break recursive load cycle in eval-when-compile.
10941 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
10942 defuns.
10943 (ediff-submit-report): Pass the values of ediff-diff3-program,
10944 ediff-diff3-options.
10945
10946 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
10949 the opening bracket of the following bracketing pairs: {}, [], (), <>,
10950 `' (for example, in the docstring of `windmove-default-keybindings').
10951
10952 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
10953
10954 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
10955 shadow face. Don't provide binding to edit variable when it is
10956 out of scope.
10957
10958 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10959 (gdb-var-update-handler): Detect out of scope variables with pre
10960 GDB 6.4 too.
10961 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
10962 Reset status of variable objects to nil in update handlers.
10963 (gdb-var-update-handler-1): Detect when a variable object comes
10964 in scope. setcar on var changes gdb-var-list directly.
10965
10966 2006-02-17 Juri Linkov <juri@jurta.org>
10967
10968 * ffap.el (ffap) <defface>: Add explicit face declaration.
10969 (ffap-highlight): Use face `ffap' directly instead of checking
10970 for its existence.
10971
10972 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
10973 `visible-ok' of `other-buffer' to find the right original buffer.
10974
10975 * info.el (Info-search): Skip `Local Variables' node.
10976
10977 2006-02-17 Juri Linkov <juri@jurta.org>
10978
10979 * info.el (Info-find-file): Check for symbols `apropos', `history',
10980 `toc' in the input filename, and return these symbols as is.
10981 (Info-find-node-2): Set Info-current-file to symbols `apropos',
10982 `history', `toc' instead of strings.
10983 (Info-set-mode-line): For non-string Info-current-file use the
10984 symbol's name inside **.
10985 (Info-isearch-push-state): Add quote before Info-current-file and
10986 Info-current-node.
10987 (Info-isearch-pop-state): Use `equal' instead of `string='.
10988 (Info-extract-pointer, Info-following-node-name): Use
10989 `match-string-no-properties' instead of `match-string'.
10990 (Info-up): Check `old-file' for `stringp'.
10991 (Info-history): Use `equal' instead of `string-equal'.
10992 Check `file' for `stringp'.
10993 (Info-history): Use symbol `history' instead of string as first arg
10994 of `Info-find-node'.
10995 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
10996 `toc' instead of string.
10997 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
10998 instead of `buffer-substring', and `match-string-no-properties'
10999 instead of `match-string'.
11000 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11001 instead of strings.
11002 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11003 Use symbol `apropos' instead of string.
11004 (Info-copy-current-node-name): Check `Info-current-file' for
11005 `stringp' and construct a command with `Info-find-node' from it.
11006 (Info-fontify-node): Use `match-string-no-properties' instead of
11007 `match-string' and check file names for `stringp'.
11008 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11009 `history', `toc' instead of strings.
11010
11011 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
11012
11013 * files.el: Rearrange functions and variables in the file local
11014 variables section.
11015
11016 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
11017
11018 * files.el: Add truncate-lines, ispell-check-comments and
11019 ispell-local-dictionary as safe local variables.
11020
11021 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
11022
11023 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11024 out of scope variables.
11025 (gud-speedbar-buttons): Use unless.
11026
11027 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11028 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11029 (gdb-show-changed-values): Also use for out of scope variables.
11030 (gdb-var-update-handler-1): Note if variable goes out of scope.
11031
11032 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
11033
11034 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11035 default to global variable values for unsupplied args.
11036 (rcirc-get-buffer-create): Fix bug with setting the target.
11037 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11038 test for rcirc-always-use-server-buffer-flag here.
11039 (rcirc-response-formats): Add %N, which is a facified nick. %n
11040 uses the default face. Change the ACTION format string. If the
11041 "nick" is the server, don't print anything for that field.
11042 Comment fixes.
11043 (rcirc-target-buffer): Don't test
11044 rcirc-always-use-server-buffer-flag here.
11045 (rcirc-print): Squeeze extra spaces out of the text before message.
11046 (rcirc-put-nick-channel): Strip potential "@" char from nick
11047 before adding them to nick table.
11048 (rcirc-url-regexp): Improve to match address like "foo.com".
11049
11050 2006-02-17 Eli Zaretskii <eliz@gnu.org>
11051
11052 * allout.el (allout-hidden-p): Move this defsubst before
11053 allout-overlay-interior-modification-handler, where it is first
11054 used.
11055
11056 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
11057
11058 * allout.el: Use allout invisible-text overlays instead of
11059 selective display for concealed text. Also, lots of general
11060 cleanup, and improved compatibility code.
11061
11062 (allout-version) Incremented, corrected, revised, and refined
11063 module commentary.
11064
11065 (provide 'allout): Moved to the bottom, added a require of overlay.
11066
11067 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
11068 `except-current'.
11069 (allout-write-file-hook-handler): Minimize delay.
11070 (count-trailing-whitespace-region): New function so
11071 auto-encryption of current topic can resituate cursor exactly.
11072 PGP/GPG encryption trims trailing whitespace from lines, which
11073 must be accounted for across encryption then decryption.
11074
11075 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
11076 just plain "\C-c", to avoid intruding on user's keybinding space.
11077
11078 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
11079 parameter, so user request to provide a new password is done.
11080
11081 (allout-outside-normal-auto-fill-function, allout-auto-fill):
11082 Refined mechanism for auto-filling behavior while in allout mode.
11083
11084 (allout-mode): Explicitly specify the mode map in the docstring.
11085 Clarify provision for various write-file hook var names.
11086 Adjusted for invisible-text overlays instead of selective-display.
11087
11088 (allout-depth): Really return 0 if not within any topic. This
11089 rectifies `allout-beginning-of-level' and sequence numbering
11090 errors that occur when cutting and pasting numbered topics.
11091 Changed from a in-line subst to a regular function, as well.
11092
11093 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
11094
11095 (allout-end-of-subtree, allout-end-of-subtree)
11096 (allout-end-of-entry, allout-end-of-current-heading)
11097 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
11098 (allout-show-children, allout-show-to-offshoot)
11099 (allout-hide-current-entry, allout-show-current-entry): Rectified
11100 handling of trailing blank lines between items.
11101
11102 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
11103 (allout-current-depth, allout-unprotected, allout-hidden-p)
11104 (allout-on-current-heading-p, allout-listify-exposed)
11105 (allout-chart-subtree, allout-goto-prefix)
11106 (allout-back-to-current-heading, allout-get-body-text)
11107 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
11108 (allout-hide-region-body, allout-toggle-subtree-encryption)
11109 (allout-encrypt-string, allout-encrypted-key-info)
11110 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
11111 (allout-file-vars-section-data): Adjusted for use with
11112 invisible-text overlays instead of selective-display.
11113
11114 (allout-kill-line, allout-kill-topic, allout-yank-processing):
11115 Reworked for use with invisible text overlays.
11116
11117 (allout-current-topic-collapsed-p): New function.
11118
11119 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
11120 to know when to close the containing topic.
11121
11122 (allout-pre-command-business, allout-post-command-business):
11123 Simplify undo-batching and dynamic isearch exposure.
11124
11125 (allout-set-overlay-category): New for invisible-text overlays.
11126 Sets properties of allout-overlay-category, used by
11127 allout-flag-region to set invisible-text overlay properties.
11128 (allout-get-invisibility-overlay): Get the first qualifying
11129 invisibility overlay, so we can find the extent of it.
11130 (allout-back-to-visible-text): Get to just before the beginnining
11131 of the current invisibility overlay, if any.
11132
11133 (allout-overlay-insert-in-front-handler)
11134 (allout-overlay-interior-modification-handler)
11135 (allout-before-change-handler, allout-isearch-end-handler): New
11136 functions to handle extraordinary actions affecting concealed
11137 text.
11138
11139 (allout-flag-region): Use overlays instead of selective-display
11140 for invisible text - by inheritence from the properties of
11141 allout-overlay-category in mainline Emacs, and applied
11142 property-by-property in XEmacs, some recent versions of which
11143 don't inherit the properties from the category. Provisions to
11144 respond to concealed-text edits simplified drastically.
11145
11146 (allout-isearch-rectification, allout-isearch-was-font-lock)
11147 (allout-isearch-expose, allout-enwrap-isearch)
11148 (allout-isearch-abort, allout-pre-was-isearching)
11149 (allout-isearch-prior-pos, allout-isearch-did-quit)
11150 (allout-isearch-dynamic-expose)
11151 (allout-hide-current-entry-completely): Functions deleted.
11152
11153 (allout-undo-aggregation): Explicit undo aggregation no longer
11154 necessary due to transition away from selective-display.
11155
11156 (set-allout-regexp, allout-up-current-level)
11157 (allout-next-visible-heading, allout-forward-current-level)
11158 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
11159 (allout-kill-line, allout-yank-processing, allout-show-children)
11160 (allout-expose-topic, allout-old-expose-topic)
11161 (allout-listify-exposed, allout-insert-latex-header)
11162 (allout-toggle-subtree-encryption, allout-encrypt-string)
11163 (remove-from-invisibility-spec, allout-hide-current-subtree):
11164 Ditched unused variables.
11165
11166 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
11167
11168 * textmodes/ispell.el (ispell-change-dictionary): Call
11169 ispell-buffer-local-dict instead of
11170 ispell-accept-buffer-local-defs.
11171 (ispell-local-dictionary-alist): Accept as valid any coding-system
11172 supported by Emacs.
11173 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
11174 changed to iso-8859-3.
11175
11176 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
11177
11178 * speedbar.el (speedbar-frame-width): Make an inline function
11179 instead of a macro. Use frame-width.
11180 (speedbar-try-completion, speedbar-update-contents)
11181 (speedbar-timer-fn): Use consp.
11182 (speedbar-update-localized-contents): Try to preserve point.
11183
11184 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
11185 (menu): Re-order menu items.
11186 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
11187 field.
11188 (gdb-var-update-handler-1): Use it for GDB 6.4+.
11189 (gdb-post-prompt): Speed things by not forcing update.
11190
11191 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
11192
11193 * wid-edit.el (widget-button-click): For mouse-1, cancel button
11194 press and perform default action if we get a mouse movement event.
11195
11196 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11197
11198 * calendar/icalendar.el (icalendar--get-event-property)
11199 (icalendar--get-event-property-attributes): Fix typos in
11200 docstrings.
11201
11202 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
11203 docstring.
11204
11205 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
11206
11207 * bs.el (bs-mode): Use `buffer-disable-undo'.
11208 (bs--get-file-name): Simplify.
11209 (bs-show-in-buffer): Mark the buffer as not modified.
11210
11211 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
11214 widget-button-click.
11215
11216 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
11217 (custom-mode): Update docstring.
11218
11219 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
11220 binding.
11221
11222 * files.el (hack-local-variables-confirm): Allow scrolling if the
11223 file variable list is too long. Kill temp buffer after use.
11224
11225 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
11226
11227 * progmodes/gud.el (gdb): Improve doc string.
11228 (gdb-script-font-lock-keywords): Expand allowed character set.
11229
11230 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
11231 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
11232 (gdb-separate-io-interrupt, gdb-separate-io-quit)
11233 (gdb-separate-io-stop, gdb-separate-io-eof):
11234 Rename from gdb-inferior-* to gdb-separate-*.
11235 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
11236
11237 2006-02-14 Jay Belanger <belanger@truman.edu>
11238
11239 * calc/calc-arith.el (math-check-known-scalarp): Make sure
11240 expression is a symbol before checking that it is bound.
11241
11242 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
11243 test to see if equation can be solved.
11244
11245 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11246
11247 * wid-edit.el (widget-button-click): Use :pressed-face property
11248 for overlay face, if it exists.
11249
11250 * cus-edit.el (custom-manual, custom-add-see-also)
11251 (custom-add-parent-links, custom-group-link): Add :pressed-face
11252 property to links.
11253
11254 * files.el (hack-local-variables): Remove ignored variables before
11255 checking if any variables need setting.
11256
11257 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11258
11259 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
11260
11261 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
11262
11263 * help.el (where-is): Fix message for remapped commands.
11264
11265 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
11266 Fix typos in docstrings.
11267
11268 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
11269
11270 * files.el (safe-local-variable-values): New option.
11271 (hack-local-variables-prop-line): Return a list of variable-value
11272 pairs if MODE-ONLY is non-nil.
11273 (hack-local-variables): Construct list of variable-value pairs,
11274 and apply or reject them in one go. Ask for confirmation if
11275 variables are not known safe.
11276 (hack-local-variables-confirm): Complete rewrite. Support
11277 `safe-local-variable-values'.
11278 (enable-local-variables): Update docstring to reflect new
11279 behavior.
11280 (ignored-local-variables): Ignore ignored-local-variables and
11281 safe-local-variable-values.
11282 (safe-local-variable-p): New function.
11283 (risky-local-variable-p): `safe-local-variable' property check
11284 moved to safe-local-variable-p.
11285 (hack-one-local-variable): Checks moved to hack-local-variables.
11286
11287 (byte-compile-dynamic, c-basic-offset, c-file-style)
11288 (c-indent-level, comment-column, fill-column, fill-prefix)
11289 (indent-tabs-mode, kept-new-versions, no-byte-compile)
11290 (no-update-autoloads, outline-regexp, page-delimiter)
11291 (paragraph-start, paragraph-separate, sentence-end)
11292 (sentence-end-double-space tab-width, version-control):
11293 Add `safe-local-variable' property.
11294
11295 * find-lisp.el: Delete nonexistent `autocompile' file variable.
11296
11297 * icomplete.el, play/landmark.el: Change nonexistent
11298 `outline-layout' file variable to `allout-layout'.
11299
11300 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
11301
11302 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
11303 (gdb-get-changed-registers): Test value of gud-minor-mode relative
11304 to gud-comint-buffer.
11305 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
11306 gdb-ui.el for gdb-mi.el.
11307 (gdb-post-prompt, gdb-get-changed-registers): Move test for
11308 registers buffer to gdb-get-changed-registers.
11309 (gdb-breakpoint-regexp): New regexp. Allow toggling and
11310 deletion of catchpoints (throw and catch).
11311 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11312 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
11313 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
11314 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
11315 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
11316
11317 2006-02-13 Jay Belanger <belanger@truman.edu>
11318
11319 * calc/calc-arith.el (math-check-known-matrixp): Make sure
11320 expression is a symbol before checking that it is bound.
11321
11322 2006-02-13 Richard M. Stallman <rms@gnu.org>
11323
11324 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
11325 for the minibuffer too, but not if resize-mini-windows will interfere.
11326
11327 * help.el (describe-key-briefly, describe-key): Do all arg-reading
11328 inside `interactive' spec.
11329 (describe-key-briefly-internal, describe-key-internal):
11330 Functions merged back into their callers.
11331
11332 2006-02-13 Martin Rudalics <rudalics@gmx.at>
11333
11334 * info.el (info-xref-visited): Inherit from info-xref too.
11335 (Info-set-mode-line): Replace occurrences of `%' by `%%'
11336 when propertizing Info-current-file and Info-current-node.
11337
11338 2006-02-13 Juri Linkov <juri@jurta.org>
11339
11340 * tumme.el (tumme-thumbnail-storage): Fix docstring.
11341 (tumme-thumb-name): Fix per-directory format.
11342
11343 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
11344
11345 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
11346
11347 2006-02-12 Miles Bader <miles@gnu.org>
11348
11349 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
11350
11351 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
11352
11353 * tumme.el: Remove history section. If someone needs the it, it
11354 can always be found in CVS.
11355
11356 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
11357
11358 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
11359 about the Thumbnail Managing Standard option.
11360
11361 2006-02-12 Richard M. Stallman <rms@gnu.org>
11362
11363 * subr.el (substitute-key-definition): Doc fix.
11364
11365 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
11366
11367 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
11368
11369 * info.el (Info-mode): Doc fix.
11370
11371 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
11372
11373 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
11374
11375 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
11376 because on Solaris a POSIX compatible "id" is needed. Reported by
11377 Magnus Henoch <mange@freemail.hu>.
11378
11379 2006-02-12 Juri Linkov <juri@jurta.org>
11380
11381 * tumme.el: Remove todo item about Thumbnail Managing Standard.
11382 (tumme) <defgroup>: Change :group to `multimedia'.
11383 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
11384 Managing Standard.
11385 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
11386 Fix dostring.
11387 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
11388 and %y. Fix docstring.
11389 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
11390 (tumme-cmd-create-standard-thumbnail-command): New user options.
11391 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
11392 is `standard'. Fix docstring.
11393 (tumme-thumb-width, tumme-thumb-height): New user options.
11394 (tumme-external-viewer): Try to find various viewers.
11395 (tumme-get-thumbnail-image): Use `create-image' instead of
11396 constructing the `image' structure.
11397 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11398 `standard'.
11399 (tumme-thumb-name): Add file name generation for standard storage.
11400 Simplify code for other storages.
11401 (tumme-thumb-name): Use width %w and height %h instead of size %s.
11402 Add modification time %m and thumbnail-nq8 %q.
11403 Use `tumme-cmd-create-standard-thumbnail-command' if
11404 tumme-thumbnail-storage is `standard'.
11405 (tumme-dired-insert-marked-thumbs): New autoload command.
11406 (tumme-dired-after-readin-hook): New function.
11407 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11408 `tumme-thumb-size'.
11409 (tumme-display-image): Replace size-x %x and size-y %y with
11410 width %w and height %h.
11411
11412 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11413 `tumme-dired-insert-marked-thumbs'.
11414
11415 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
11416
11417 * tumme.el (tumme-write-tag): Fix small bug (file name did not
11418 include path).
11419 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11420 matching tag.
11421
11422 2006-02-12 Miles Bader <miles@gnu.org>
11423
11424 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11425 New variables.
11426 (rcirc-abbrev-nick): New function.
11427 (rcirc-format-response-string): Rewrite to use the formats in
11428 `rcirc-response-formats' and expand escape sequences therein.
11429 A text-property `rcirc-text' is added over the actual response
11430 text to make easy to find inside the returned string.
11431 (rcirc-print): When filling, just look for the `rcirc-text'
11432 text-property to find the appropriate fill prefix, instead of
11433 using hardwired patterns.
11434
11435 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
11436
11437 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
11438 Managing Standard.
11439
11440 2006-02-11 Kim F. Storm <storm@cua.dk>
11441
11442 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11443 Don't use insert-buffer; do insert-buffer-substring directly.
11444 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
11445
11446 2006-02-11 Martin Rudalics <rudalics@gmx.at>
11447
11448 * files.el (revert-buffer, recover-file): Replace buffer-read-only
11449 with inhibit-read-only. Suggested by Stefan Monnier.
11450 (revert-buffer): Let insert-file-contents discard
11451 buffer-undo-list. Simplify code.
11452 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11453
11454 2006-02-11 Eli Zaretskii <eliz@gnu.org>
11455
11456 * menu-bar.el (menu-bar-select-yank): Add a doc string.
11457
11458 * help.el (describe-key-briefly): Now a wrapper for
11459 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
11460 to t. Populate yank-menu if empty.
11461 (describe-key-briefly-internal): Renamed from describe-key-briefly.
11462 (describe-key): Now a wrapper for describe-key-internal. Bind
11463 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
11464 (describe-key-internal): Renamed from describe-key.
11465
11466 2006-02-11 Milan Zamazal <pdm@zamazal.org>
11467
11468 * progmodes/glasses.el (glasses-separator): Doc fix.
11469 (glasses-original-separator): New defcustom.
11470 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
11471
11472 2006-02-11 Martin Rudalics <rudalics@gmx.at>
11473
11474 * mwheel.el (mouse-wheel-up-event): Doc fix.
11475
11476 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
11477
11478 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
11479 (tumme-dir): New function. Copied from thumbs.el.
11480
11481 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * desktop.el (desktop-outvar): Fix typo.
11484 (desktop-save-buffer-p): Doc fix.
11485
11486 * subr.el (substitute-key-definition): Fix typo.
11487
11488 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11489
11490 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
11491 when window-system is mac.
11492
11493 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
11494
11495 2006-02-10 Kim F. Storm <storm@cua.dk>
11496
11497 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
11498 indirect-function instead of using condition-case.
11499
11500 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
11501
11502 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
11503 less `colloquial'...
11504
11505 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
11506
11507 * tumme.el: Add a couple of todo items.
11508
11509 2006-02-09 Lars Hansen <larsh@soem.dk>
11510
11511 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
11512 (highlight-changes-mode): Don't change desktop-locals-to-save.
11513
11514 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
11515
11516 * image-mode.el (image-toggle-display): Clear image cache if using
11517 filename.
11518
11519 2006-02-09 Masatake YAMATO <jet@gyve.org>
11520
11521 * dired-x.el (dired-guess-shell-alist-default): Add .man as
11522 a `dired-man' target.
11523
11524 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
11525 boundary of symbols.
11526
11527 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
11528
11529 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
11530
11531 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
11532
11533 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
11534 `mapcar'; return nil.
11535
11536 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
11537
11538 * mouse.el (mouse-drag-track): Don't change window if we rebind to
11539 some other event.
11540
11541 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
11542
11543 * net/rcirc.el (rcirc-startup-channels-alist):
11544 Add irc.freenode.net and #emacs as defaults.
11545 (rcirc-ignore-all-activity-flag): Remove variable.
11546 (rcirc-authinfo): New variable.
11547 (rcirc-authinfo-filename): Remove variable.
11548 (rcirc-always-use-server-buffer-flag): New flag.
11549 (rcirc): M-x rcirc will automatically connect without prompting.
11550 C-u M-x rcirc will prompt. Use rcirc-connect to create a
11551 connection in lisp.
11552 (rcirc-process-server-response-1): Remove everything but the nick
11553 portion of the sender so it doesn't need to be done everywhere
11554 else. Update related code.
11555 (global-map): Remove global keybindings.
11556 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
11557 (rcirc-send-input): Split into several functions.
11558 (rcirc-process-input-line, rcirc-process-message)
11559 (rcirc-process-command): New functions.
11560 (rcirc-target-buffer): New function to determine where to route
11561 messages.
11562 (rcirc-user-nick): Save match data.
11563 (rcirc-toggle-ignore-buffer-activity)
11564 (rcirc-update-activity-string): Remove global ignore functionality,
11565 which can be done now by toggling rcirc-track-minor-mode.
11566 (rcirc-track-minor-mode-map): New keymap.
11567 (rcirc-track-minor-mode): New minor-mode.
11568 (ignore): Make the ignore output nicer. Always print it when
11569 adding or removing nicks.
11570 (rcirc-url-regexp): Improve.
11571 (rcirc-mangle-text): Remove properties before using text in the
11572 modeline.
11573 (rcirc-authenticate): Authentication data comes from
11574 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
11575 (rcirc-server-prefix): Inherit from rcirc-server.
11576
11577 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
11578
11579 * Makefile.in (compile): Append "|| true" to the end of the `find'
11580 command, like compile-always does.
11581
11582 2006-02-08 Sam Steingold <sds@gnu.org>
11583
11584 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
11585 output from a dead connection.
11586
11587 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
11588
11589 * dired.el (dired-mode-map): Add more bindings for tumme.
11590
11591 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * wdired.el (wdired-mode-map): Use remap.
11594 (wdired-get-filename): Massage.
11595 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
11596 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
11597 `keymap' property rather than `local-map'.
11598
11599 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
11600
11601 * tumme.el (tumme-get-thumbnail-image): New utility function.
11602 Suggested by from Chong Yidong.
11603 (tumme-dired-with-window-configuration): Rename from
11604 `tumme-dired'. Add code to save window configuration.
11605 (tumme-restore-window-configuration): New command to restore the
11606 window configuration that `tumme-dired-with-window-configuration'
11607 saves before it changes the window configuration.
11608 (tumme-show-all-from-dir): New command to display thumbnails for
11609 all files in a directory entered by the user, like M-x thumbs.
11610 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
11611 have been created.
11612 (tumme-display-thumbnail-original-image): Call `display-buffer'.
11613 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
11614 Remove obsolete test function.
11615
11616 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
11617
11618 * vc.el (small-temporary-file-directory): Remove defvar; there's
11619 a defcustom for it in files.el.
11620
11621 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
11622 Fix typo in message.
11623 (tumme-gallery-generate): Fix typo in `error' message.
11624 (tumme-display-window-height-correction)
11625 (tumme-display-window-width-correction, tumme-line-up-dynamic)
11626 (tumme-line-up-interactive): Dox fixes.
11627 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
11628 (tumme-restore-window-configuration, tumme-format-properties-string)
11629 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
11630 Fix typos in docstrings.
11631
11632 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
11633
11634 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
11635
11636 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
11637
11638 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
11639 User should use hook if desired.
11640
11641 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
11642 buffer if necessary.
11643 (gdb-delete-frame-or-window): New function.
11644 (gdb-breakpoints-mode-map): Bind "q" to it.
11645
11646 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * textmodes/nroff-mode.el: Clean up name space.
11649 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
11650 (nroff-mode): Obey the global setting of nroff-electric-mode.
11651 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
11652
11653 * calendar/calendar.el (calendar-increment-month): Typo in last change.
11654
11655 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
11656
11657 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
11658
11659 2006-02-06 Lars Hansen <larsh@soem.dk>
11660
11661 * generic-x.el (etc-fstab-generic-mode): Add file system types
11662 cifs and usbdevfs. Allow special chars in file names.
11663
11664 2006-02-05 Jay Belanger <belanger@truman.edu>
11665
11666 Update copyright notices of the files in lisp/calc.
11667
11668 2006-02-05 Romain Francoise <romain@orebokech.com>
11669
11670 Update copyright notices of all files in the lisp/play directory.
11671
11672 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
11673
11674 * ldefs-boot.el: Regenerate.
11675
11676 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
11677
11678 2006-02-05 Kim F. Storm <storm@cua.dk>
11679
11680 * files.el (magic-mode-regexp-match-limit): New defvar.
11681 (set-auto-mode): Use it to limit magic-mode-alist matching.
11682
11683 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
11684
11685 * simple.el (display-message-or-buffer): Compare the number of
11686 characters to the frame width when determining whether a 1-line
11687 message string will fit in the echo area. Count screen lines
11688 instead of buffer lines when determining whether a multi-line
11689 message will fit in the echo area/minibuffer window.
11690
11691 2006-02-04 Eli Zaretskii <eliz@gnu.org>
11692
11693 * info.el (Info-index, Info-mode): Improve the description of the
11694 `i' command.
11695
11696 * ldefs-boot.el: Regenerate.
11697
11698 2006-02-03 Werner Lemberg <wl@gnu.org>
11699
11700 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
11701 greedy to find the closing bracket in \*[...] and similar
11702 expressions. This is a first rough fix -- many additional
11703 refinements are necessary to make nroff mode really usable with groff.
11704
11705 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
11706
11707 * international/mule-cmds.el (set-locale-environment):
11708 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
11709 libX11.
11710
11711 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
11712
11713 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
11714 archive are created in archive-tmpdir.
11715
11716 2006-02-02 John Paul Wallington <jpw@pobox.com>
11717
11718 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
11719 (ibuffer-fontification-alist): Use it.
11720 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
11721 to "* z" and the Ibuffer Mark menu.
11722
11723 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
11724
11725 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11726
11727 * textmodes/table.el (*table--cell-describe-mode)
11728 (*table--cell-describe-bindings): Undo last change since
11729 print-help-return-message is not obsoleted by anything at all.
11730
11731 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
11732
11733 * emulation/cua-base.el (cua-mode): Doc fix.
11734
11735 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
11736
11737 * dframe.el (dframe-handle-make-frame-visible)
11738 (dframe-handle-iconify-frame, dframe-get-focus)
11739 (dframe-select-attached-frame, dframe-power-click)
11740 (dframe-frame-mode): Fix typos in docstrings.
11741
11742 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
11743 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
11744 Fix typos in docstrings.
11745
11746 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
11747 (hi-lock-face-buffer, hi-lock-font-lock-hook)
11748 (hi-lock-archaic-interface-message-used)
11749 (hi-lock-file-patterns-range): Fix typos in docstrings.
11750
11751 * savehist.el (savehist-loaded, savehist-load, savehist-install)
11752 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
11753
11754 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
11755 Fix typo in docstring.
11756
11757 * net/newsticker.el (newsticker--decode-iso8601-date)
11758 (newsticker--set-customvar, newsticker--buffer-insert-item)
11759 (newsticker--do-run-auto-mark-filter)
11760 (newsticker--parse-generic-feed): Doc fixes.
11761 (newsticker--retrieval-timer-list, newsticker-url-list)
11762 (newsticker-hide-immortal-items-in-echo-area)
11763 (newsticker-hide-obsolete-items-in-echo-area)
11764 (newsticker-new-item-face, newsticker--enclosure)
11765 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
11766 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
11767 (newsticker--parse-generic-feed, newsticker--cache-contains)
11768 (newsticker--stat-num-items, newsticker-download-enclosures):
11769 Fix typos in docstrings.
11770
11771 * net/rcirc.el (rcirc-debug): Doc fix.
11772 (rcirc-fill-column, rcirc-receive-message-hooks)
11773 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
11774 (rcirc-mode, rcirc-generate-new-buffer-name)
11775 (rcirc-startup-channels, rcirc-ignore-update-automatic)
11776 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
11777 Fix typos in docstrings.
11778 (rcirc-print): "?\ " -> "?\s".
11779 (rcirc-cmd-join): Improve argument/docstring consistency.
11780
11781 2006-02-01 Mark A. Hershberger <mah@everybody.org>
11782
11783 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
11784 before narrow-to-region.
11785
11786 2006-02-01 Richard M. Stallman <rms@gnu.org>
11787
11788 * simple.el (move-beginning-of-line): Scan properly for invis change.
11789
11790 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
11791
11792 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
11793
11794 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
11795 change bit only when id-format is 'integer. Reported by Matt
11796 Hodges <M.P.Hodges@rl.ac.uk>.
11797
11798 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
11799
11800 * hilit-chg.el (highlight-changes-initial-state)
11801 (highlight-changes-global-initial-state): Doc fixes.
11802 (highlight-changes-global-modes, global-highlight-changes):
11803 Fix typos in docstrings.
11804
11805 2006-02-01 Kim F. Storm <storm@cua.dk>
11806
11807 * emulation/cua-base.el (cua-mode): Mention that CUA enables
11808 transient-mark-mode in doc string.
11809
11810 2006-01-31 Richard M. Stallman <rms@gnu.org>
11811
11812 * replace.el (multi-occur): Doc fix.
11813 (multi-occur-in-matching-buffers): Rename from
11814 multi-occur-by-filename-regexp. Prefix arg says match
11815 buffer names instead of file names.
11816
11817 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
11818
11819 * bs.el: Allow non-default values of `bs-header-lines-length'.
11820 (bs--running-in-xemacs): Remove (not needed anymore).
11821 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
11822 instead of `shrink-window', thus avoiding having to compute the
11823 height of the window.
11824 (bs--up): Wrap around even when there's no header.
11825 (bs--down): Use `forward-line' instead of `next-line'.
11826
11827 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
11828
11829 * image-mode.el (image-toggle-display): Use file name if possible,
11830 instead of unnecessarily allocating a (possibly huge) lisp string.
11831
11832 2006-01-30 John Paul Wallington <jpw@pobox.com>
11833
11834 * subr.el (toplevel): Define `cl-assertion-failed' condition here
11835 because the `assert' macro signals it at runtime.
11836
11837 * emacs-lisp/cl.el (toplevel): Remove definition of
11838 `cl-assertion-failed' condition.
11839
11840 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
11841
11842 * thumbs.el (thumbs-marked-list): Make buffer-local and
11843 permanent-local.
11844 (thumbs-insert-thumb): Make help-echo non-sticky.
11845 (thumbs-file-alist): Use eolp as check for (non)-image.
11846
11847 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
11848
11849 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
11850 (ediff-before-session-group-setup-hooks)
11851 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
11852 Fix typos in docstrings.
11853
11854 * window.el (bw-dir, bw-eqdir, balance-windows)
11855 (split-window-keep-point): Fix typos in docstrings.
11856
11857 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
11858 (org-quote-string, org-calendar-to-agenda-key)
11859 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
11860 (org-show-following-heading, org-tags-column)
11861 (org-use-tag-inheritance, org, org-allow-space-in-links)
11862 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
11863 (org-enable-table-editor, org-calc-default-modes)
11864 (org-table-allow-automatic-line-recalculation)
11865 (org-export-html-style, org-export-with-fixed-width)
11866 (org-export-with-sub-superscripts, org-special-keyword)
11867 (org-formula, org-time-grid, org-table-may-need-update)
11868 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
11869 (org-goto-quit, org-get-indentation, org-end-of-item)
11870 (org-move-item-down, org-move-item-up)
11871 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
11872 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
11873 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
11874 (org-agenda-log-mode, org-agenda-toggle-diary)
11875 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
11876 (org-agenda-file-to-end, org-agenda-no-heading-message)
11877 (org-agenda-get-closed, org-format-agenda-item)
11878 (org-cmp-priority, org-cmp-category, org-cmp-time)
11879 (org-agenda-change-all-lines, org-agenda-diary-entry)
11880 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
11881 (org-link-search, org-camel-to-words, org-open-file)
11882 (org-remember-handler, org-table-convert-region)
11883 (org-table-move-row-down, org-table-move-row-up)
11884 (org-table-copy-region, org-table-wrap-region)
11885 (org-table-toggle-vline-visibility)
11886 (org-table-get-vertical-vector, org-table-modify-formulas)
11887 (org-table-get-specials, org-recalc-commands)
11888 (org-table-rotate-recalc-marks, org-table-eval-formula)
11889 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
11890 (org-level-color-stars-only, org-insert-heading):
11891 Fix typos in docstrings.
11892 (last-arg): Add defvar.
11893
11894 * makefile.w32-in (WINS): Add erc.
11895 (MH_E_SRC): Update (copied from lisp/Makefile.in).
11896
11897 2006-01-29 Bill Wohler <wohler@newt.com>
11898
11899 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
11900 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
11901 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
11902 (mh-autoloads): Don't use comments on otherwise empty lines.
11903
11904 2006-01-29 Edward O'Connor <ted@oconnor.cx>
11905
11906 * emulation/viper.el (viper-major-mode-modifier-list): Add
11907 insert-state and vi-state entries for erc-mode.
11908 (viper-go-away, viper-set-hooks): Add and remove
11909 viper-comint-mode-hook from erc-mode-hook as appropriate.
11910
11911 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
11912
11913 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
11914
11915 * bs.el (bs--format-aux): Implement `middle' alignment as
11916 described in the docstring for `bs-attributes-list'.
11917 (bs--get-name): Simplify. Don't pad the buffer name.
11918
11919 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
11920
11921 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
11922 English aspell dictionary is installed, use the first entry of
11923 ispell-dictionary-alist-1.
11924
11925 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
11926
11927 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11928 Doc fix.
11929
11930 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
11931
11932 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11933 for `process-file', in order to let it work for older Emacsen too.
11934
11935 2006-01-27 Eli Zaretskii <eliz@gnu.org>
11936
11937 * international/latexenc.el: Add a suitable `coding:' tag.
11938 (latexenc-find-file-coding-system): Undo last change.
11939
11940 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11941
11942 * international/latexenc.el (latexenc-find-file-coding-system):
11943 Make sure latexenc-main-file is a regular file and is readable.
11944
11945 2006-01-27 Andre Spiegel <spiegel@gnu.org>
11946
11947 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
11948 Pass FILE to vc-user-login-name.
11949
11950 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
11951
11952 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
11953
11954 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
11955 there are no more images to display.
11956 (thumbs-mark, thumbs-unmark): Revert change so that they move to
11957 the next image.
11958
11959 2006-01-26 Richard M. Stallman <rms@gnu.org>
11960
11961 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
11962
11963 * wid-edit.el (advertised-widget-backward): New alias.
11964 (widget-keymap): Use advertised-widget-backward for S-TAB.
11965
11966 * tumme.el: Correct the keywords.
11967 (tumme-dir-max-size): Use defvar.
11968 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
11969
11970 * simple.el (move-beginning-of-line): Take account of fields.
11971 (clone-indirect-buffer-other-window): Take args like
11972 clone-indirect-buffer, and work like it.
11973
11974 * help-fns.el (describe-function): Don't pass `nil' as default.
11975
11976 * files.el (risky-local-variable-p): Follow var aliases.
11977
11978 * subr.el (lazy-completion-table): Doc fix.
11979
11980 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
11981 global binding of `line'.
11982
11983 2006-01-25 Andre Spiegel <spiegel@gnu.org>
11984
11985 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
11986 Tramp.
11987
11988 * vc.el (vc-default-dired-state-info): Pass FILE to
11989 vc-user-login-name.
11990 (vc-default-update-changelog): Don't use vc-user-login-name, we
11991 don't need it here.
11992
11993 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
11994 no longer necessary.
11995
11996 2006-01-25 Kenichi Handa <handa@m17n.org>
11997
11998 * international/mule.el (decode-char): Avoid the overhead of
11999 calling utf-lookup-subst-table-for-decode if
12000 utf-translate-cjk-mode is nil.
12001 (encode-char): Avoid the overhead of calling
12002 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12003 nil.
12004
12005 2006-01-22 Kenichi Handa <handa@m17n.org>
12006
12007 * international/mule.el (make-subsidiary-coding-system): Reset
12008 `coding-system-define-form' property of subsidiaries to nil.
12009 Avoid duplicated entry in coding-system-alist.
12010 (make-coding-system): Avoid duplicated entry in
12011 coding-system-alist.
12012 (define-coding-system-alias): Likewise.
12013
12014 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
12015
12016 * completion.el: Minor fixes in introductory comment.
12017 (completion-def-wrapper): Fix alist.
12018
12019 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
12020
12021 * thumbs.el (thumbs-new-image-size): New function.
12022 (thumbs-increment-image-size-element)
12023 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12024 (thumbs-decrement-image-size): Delete.
12025 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
12026 temp files and use to resize.
12027 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12028 Use increment argument to enlarge/shrink. Preserve point.
12029 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12030 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12031 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12032 (thumbs-mark, thumbs-unmark): Preserve point.
12033 (thumbs-modify-image): Keep old temp files and use to modify.
12034 Cleanup old temp files at load time. Preserve point.
12035 (thumbs-view-image-mode-map): Use new command names.
12036
12037 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
12038
12039 * log-view.el (log-view-minor-wrap): First rev is the one at point.
12040
12041 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12042 the nastiest part of the cyclic dependency.
12043 (cal-menu-update): Use dotimes and calendar-increment-month.
12044
12045 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12046 (calendar-week-start-day): Add an :initializer.
12047 (calendar-mode-map): Use suppress-keymap, and command remapping.
12048 (describe-calendar-mode): Setup xref-stack info for the back button.
12049 (calendar-star-date): Insert before delete.
12050 (calendar-set-mode-line): Add file-modified info if applicable.
12051 (calendar-increment-month): New function.
12052
12053 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
12054
12055 * font-lock.el (lisp-font-lock-keywords-2):
12056 Recognize "& keywords" only at word boundaries.
12057
12058 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
12059
12060 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
12061 and permanent-local.
12062 (thumbs-max-image-number): New variable.
12063 (thumbs-do-thumbs-insertion): Use them.
12064 (thumbs-per-line): Change default to 4.
12065 (thumbs-marked-list): Rename from thumbs-markedL.
12066 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
12067 (thumbs-rename-images): Use -list instead of L for internal variables.
12068 (thumbs-call-convert): Use call-process instead of shell-command.
12069 (thumbs-insert-thumb): Add filename as help-echo to each image.
12070 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
12071 Give dir to thumbs-show-thumbs-list.
12072 (thumbs-show-thumbs-list): Set default-directory to that of images.
12073 (thumbs-dired-show): Rename from thumbs-dired-show-all.
12074 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
12075 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
12076 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
12077
12078 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * ses.el (ses-read-cell): Provide a default value.
12081
12082 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
12083
12084 * term/w32-win.el (image-library-alist): Add additional names for
12085 GIF library.
12086
12087 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12088
12089 * international/latexenc.el (latexenc-find-file-coding-system):
12090 Add file-regular-p check.
12091
12092 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * simple.el (clone-buffer): Don't show the new buffer in the same
12095 window.
12096
12097 2006-01-23 Juri Linkov <juri@jurta.org>
12098
12099 * faces.el (link, link-visited): New faces based on default values
12100 of `info-xref' and `info-xref-visited'.
12101
12102 * info.el (info-xref): Inherit from `link'.
12103 (info-xref-visited): Inherit from `link-visited'.
12104
12105 * cus-edit.el (custom-buffer-create-internal): Use widget type
12106 `custom-manual' instead of `info-link' and don't set properties
12107 `button-face' and `mouse-face' explicitly.
12108 (custom-browse-group-tag, custom-browse-variable-tag)
12109 (custom-browse-face-tag): Inherit from widget class
12110 `custom-group-link' instead of `push-button'.
12111 (custom-button-unraised): Inherit from `underline' face.
12112 (custom-link): Inherit from `link' face. Fix doc and group.
12113 (custom-add-parent-links, custom-group-value-create): Don't set
12114 properties `button-face' and `mouse-face' explicitly for
12115 `custom-group-link' widget.
12116 (custom-group-link): Add properties `button-face' and `mouse-face'
12117 to widget definition.
12118 (custom-field-keymap): New variable. Put `custom-field-keymap' to
12119 editable-field's :keymap property.
12120 (custom-mode): Fix docstring: substitute keybindings for
12121 `widget-forward' and `widget-backward' from `widget-keymap',
12122 `widget-complete' from `custom-field-keymap', replace old
12123 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
12124
12125 * desktop.el (desktop-load-file): Check for `fboundp' before
12126 calling `symbol-function'.
12127
12128 * simple.el (clone-buffer, clone-indirect-buffer)
12129 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
12130 `read-string'. Fix prompts.
12131
12132 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
12133
12134 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
12135
12136 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
12137
12138 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
12139
12140 * startup.el (inhibit-splash-screen, initial-scratch-message):
12141 Doc fixes.
12142
12143 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
12144
12145 Sync with Tramp 2.0.52.
12146
12147 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
12148 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
12149 `tramp-unload-tramp' for checklist.
12150
12151 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
12152 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
12153 (tramp-unload-file-name-handler-alist)
12154 (tramp-unload-tramp): New defuns.
12155 (tramp-advice-PC-expand-many-files): New defadvice.
12156 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
12157 removed.
12158 (tramp-handle-expand-file-name): Remove double slash.
12159 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
12160 It doesn't matter, because it will be converted later on.
12161 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
12162 implementation was just heuristic.
12163 (tramp-post-connection): Set uid and gid properties.
12164 (tramp-convert-file-attributes): Set file's gid change bit.
12165 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
12166 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
12167 in case of su(do)? methods. The home directory of the local user
12168 will be taken else.
12169 (tramp-open-connection-telnet)
12170 (tramp-open-connection-rsh, tramp-open-connection-su)
12171 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
12172 local shell prompt could hurt. Reported by Romain Francoise
12173 <romain@orebokech.com>.
12174 (tramp-let-maybe): Add `edebug-form-spec' property.
12175 (tramp-handle-expand-file-name): Bind `default-directory' locally
12176 to "/" in order to avoid problems with UNC shares or Cygwin
12177 mounts.
12178 (tramp-md5-function): Fix typo in error message.
12179
12180 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
12181
12182 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
12183 for byte-compiler pacification.
12184
12185 2006-01-22 Andre Spiegel <spiegel@gnu.org>
12186
12187 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
12188 ID-FORMAT `string'. This allows us to get rid of
12189 `vc-user-login-name UID'.
12190
12191 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
12192
12193 2006-01-22 John Paul Wallington <jpw@pobox.com>
12194
12195 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
12196
12197 2006-01-21 Martin Rudalics <rudalics@gmx.at>
12198
12199 * emacs-lisp/find-func.el (find-definition-noselect)
12200 (find-variable-noselect): Search variables in C source code too.
12201 (find-function-C-source, find-function-noselect, find-function)
12202 (find-function-other-frame, find-variable-noselect, find-variable)
12203 (find-variable-other-frame, find-variable-at-point):
12204 Fix docstrings.
12205
12206 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
12207
12208 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
12209
12210 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
12211
12212 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
12213 Default to disabling the "Save affix" question.
12214
12215 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
12216
12217 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
12218 the first arg to run-python.
12219
12220 2006-01-21 Eli Zaretskii <eliz@gnu.org>
12221
12222 * startup.el (command-line-1): Handle --no-desktop if desktop.el
12223 is not loaded.
12224
12225 2006-01-20 Jay Belanger <belanger@truman.edu>
12226
12227 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
12228 limit is 0.
12229
12230 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
12231 the correct variable.
12232
12233 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
12234
12235 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
12236 link. Fixed buggy argument sequence in call to `org-view-tags'.
12237 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12238 (org-prefix-has-tag): New variable.
12239 (org-format-agenda-item): Remove tags from headline if
12240 appropriate.
12241 (org-agenda-remove-tags-when-in-prefix): New option.
12242 (org-get-tags-at): New function.
12243
12244 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
12245
12246 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
12247 (thumbs-find-image): Move image name and number from buffer name
12248 to mode name. Set thumbs-buffer. Preserve point so that large
12249 images remain visible.
12250 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
12251 order.
12252 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
12253 mode name.
12254 (thumbs-next-image, thumbs-previous-image): Make them work.
12255
12256 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
12257
12258 * cus-edit.el (custom-buffer-create-internal): State in the text above
12259 the whole buffer buttons that they do not operate on hidden items.
12260 (custom-face-menu): Use `custom-face-save' instead of
12261 `custom-face-save-command'.
12262 (custom-face-save-command): Make it an alias for `custom-face-save'
12263 and declare it obsolete.
12264 (custom-face-save): Doc fix.
12265
12266 * dired.el (dired-no-confirm): Add quote.
12267 (dired-subdir-alist-pre-R): Add quote in
12268 `make-variable-buffer-local' form and remove unbalanced parenthesis.
12269
12270 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 * textmodes/table.el (table-mode-indicator): Typo in last change.
12273
12274 2006-01-19 Richard M. Stallman <rms@gnu.org>
12275
12276 * outline.el (hide-leaves): Don't call outline-end-of-heading.
12277 Fixes bug reported in Nov 2005.
12278
12279 * isearch.el (isearch-forward): Doc fix.
12280
12281 * dired.el (dired-move-to-filename-regexp): Define as alias.
12282 (dired-no-confirm): Use defcustom.
12283 (dired-subdir-alist-pre-R): Put defvar at top level.
12284
12285 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
12286
12287 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12288 Mark as risky.
12289
12290 * simple.el (set-mark-command): Doc fix.
12291 (clone-indirect-buffer-other-window):
12292 Read arg like clone-indirect-buffer.
12293 (move-beginning-of-line): Skip invisible newlines.
12294
12295 2006-01-19 Masatake YAMATO <jet@gyve.org>
12296
12297 * progmodes/cpp.el (cpp-edit-load): Make the order of
12298 listed conditions in a base C code buffer and its associate
12299 CPP Edit buffer the same.
12300
12301 2006-01-19 Kenichi Handa <handa@m17n.org>
12302
12303 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
12304 (rmail-mime-feature): Likewise.
12305 (rmail-require-mime-maybe): Use display-warning to show a warning
12306 message.
12307
12308 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
12309 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
12310
12311 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 * array.el: Move defvars out of eval-when-compile.
12314 (array-make-template): Replace undeclared global var with a local one.
12315 (array-mode): Inline initialization functions.
12316 (array-init-local-variables, array-init-max-row)
12317 (array-init-max-column, array-init-columns-per-line)
12318 (array-init-field-width, array-init-rows-numbered)
12319 (array-init-line-length, array-init-lines-per-row): Remove.
12320
12321 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
12322 (doc-mode-map): Define explicitly.
12323 (doctor-txtype): Use mapc.
12324
12325 * textmodes/table.el: Move defvars out of eval-when-compile.
12326 Remove harmful code meant to avoid byte-compiler warnings.
12327 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
12328 specification that checks table-fixed-width-mode directly.
12329 (table-recognize-region, table-recognize-cell):
12330 Use restore-buffer-modified-p.
12331 (table-fixed-width-mode): Remove code that refreshes
12332 table-fixed-mode-indicator.
12333 (*table--cell-describe-bindings, *table--cell-describe-mode):
12334 Avoid obsolete name print-help-return-message.
12335 (table--test-cell-list): Don't use replace-regexp from elisp.
12336 (table--point-entered-cell-function, table--point-left-cell-function):
12337 Don't set table-fixed-mode-indicator, use force-mode-line-update.
12338
12339 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
12340 that was after the end of file. Use buffer-file-name variable.
12341 (org-timestamp-change): Use with-current-buffer.
12342 (org-todo-list): Don't unnecessarily define a new buffer-local var.
12343 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
12344 `file'.
12345
12346 * progmodes/fortran.el: Move defvars out of eval-when-compile.
12347 (fortran-break-line): Remove unused var `opoint'.
12348 (fortran-abbrev-start): Obey help-event-list.
12349
12350 2006-01-18 Jesper Harder <harder@phys.au.dk>
12351
12352 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
12353
12354 2006-01-18 Masatake YAMATO <jet@gyve.org>
12355
12356 * progmodes/make-mode.el (makefile-imake-mode): New mode
12357 derived from makefile-mode.
12358 (makefile-imake-mode-syntax-table): New syntax table
12359 derived from makefile-mode-syntax-table.
12360 (makefile-mode): Write about makefile-imake-mode in doc string.
12361 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
12362 (makefile-imake-font-lock-keywords): New font lock keywords.
12363
12364 * files.el (auto-mode-alist): Add Imakefile.
12365
12366 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
12367
12368 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
12369 loading the file rather than when turning on flyspell-mode.
12370
12371 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
12372
12373 * cus-edit.el (customize-rogue): Minor doc fix.
12374
12375 2006-01-17 Juri Linkov <juri@jurta.org>
12376
12377 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
12378 instead of the file at the mark as default if the file at the mark
12379 is the same as the file at point or if dired-dwim-target-directory
12380 is not the same as the current directory and the mark is not active.
12381
12382 * log-view.el (log-view-minor-wrap): Use the same logic to get
12383 revisions as `log-view-diff'.
12384
12385 * info.el (Info-revert-find-node): Check for Info-current-file
12386 before preserving new-history.
12387
12388 * man.el (Man-heading-regexp): Add `/'.
12389
12390 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
12391 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
12392
12393 2006-01-16 Juri Linkov <juri@jurta.org>
12394
12395 * faces.el (mode-line-faces): New defgroup.
12396 (mode-line-highlight): Move definition after new defgroup.
12397 (mode-line, mode-line-inactive, mode-line-highlight):
12398 Replace :group `modeline' with `mode-line-faces'.
12399 (mode-line-buffer-id): New face.
12400 (modeline-buffer-id): New face alias.
12401 (vertical-border): Remove :group `modeline'.
12402
12403 * bindings.el (propertized-buffer-identification): Use face
12404 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12405 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12406 (mode-line-buffer-identification-keymap): For mouse-1 replace
12407 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12408 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12409 mouse-3.
12410
12411 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12412 Buffer-menu-buffer. Doc fix.
12413 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12414 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12415 `Buffer-menu-buffer'.
12416
12417 * info.el (Info-mode-line-node-keymap): New defvar.
12418 (Info-set-mode-line): Use `stringp' to check Info-current-file.
12419 Propertize Info-current-node with `mode-line-buffer-id' and
12420 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12421
12422 * time.el (display-time-mail-face): Replace :group `faces' with
12423 `mode-line-faces'.
12424
12425 2006-01-16 Kenichi Handa <handa@m17n.org>
12426
12427 * international/code-pages.el: Add autoload cookies for cp125[0345678].
12428
12429 * language/european.el (cp1252): New alias for windows-1252.
12430
12431 * international/mule.el (autoload-coding-system): Prepare for EOL
12432 variants.
12433
12434 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
12435
12436 * term.el (term-raw-map): Add mapping for insert.
12437 (term-send-insert): New.
12438 (term-mode): Make variables local here instead of doing it in
12439 `term-emulate-terminal'.
12440 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12441 Scroll reverse needs to take into account the scroll region.
12442 Saving and restoring the cursor should save the color attributes too.
12443 (term-reset-terminal): Reset the scroll region.
12444 (term-handle-ansi-escape): Cursor up and down should take into
12445 account the scroll region.
12446 (term-set-scroll-region): Rename from `term-scroll-region'.
12447 Move to 0,0 after setting the region.
12448 (term-handle-scroll): Handle scroll up.
12449 (term-down): Fix off by one error.
12450 (term-delete-lines): Do not delete outside the scroll region.
12451 (term-insert-lines): Take into account the scroll region.
12452
12453 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * textmodes/ispell.el (ispell-internal-change-dictionary)
12456 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12457 (start, end): Move declaration outside of eval-when-compile.
12458
12459 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
12460 (flyspell-mode-on): Use it.
12461
12462 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
12463 ispell-kill-ispell-hook.
12464
12465 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
12466
12467 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12468 (Custom-reset-saved): Do not ask for confirmation in single option
12469 buffers.
12470
12471 2006-01-13 Richard M. Stallman <rms@gnu.org>
12472
12473 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
12474
12475 2006-01-13 Romain Francoise <romain@orebokech.com>
12476
12477 * add-log.el (add-change-log-entry, change-log-merge):
12478 Conditionally use `hard-newline'.
12479
12480 2006-01-13 Martin Rudalics <rudalics@gmx.at>
12481
12482 * wid-edit.el (widget-field-end): If the overlay is no longer
12483 associated with a buffer, behave as if the overlay didn't exist.
12484
12485 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
12486 Make sure the links use the `custom-link' face.
12487
12488 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
12491 (ld-script-mode): Don't set indent-line-function since we don't
12492 have one.
12493
12494 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
12495
12496 * textmodes/org.el (org-open-file): Use mailcap for selecting an
12497 application.
12498 (org-file-apps-defaults-gnu): Use mailcap as the default for
12499 selecting an application on a UNIX system.
12500 (org-agenda-show-tags): New command.
12501 (org-table-insert-hline): Keep cursor in current table line.
12502 (org-table-convert): Offset effect of modifying
12503 `org-table-insert-hline'.
12504 (org-format-agenda-item): New optional argument TAG.
12505 (org-compile-prefix-format): Handle %T format for the tag.
12506 (org-expand-wide-chars): New function.
12507 (org-table-insert-row, org-table-insert-hline):
12508 Use `org-expand-wide-chars'.
12509 (org-open-file): Fix bug in program launch.
12510 (org-get-time-of-day): Fix bug with times before 1am.
12511 (org-agenda-menu): Add tags commands.
12512
12513 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
12514
12515 * textmodes/ispell.el (ispell-init-process): Include the used
12516 dictionary in ispell process start message.
12517 (ispell-internal-change-dictionary): When flyspell-mode is active
12518 and dictionary is changed, make sure ispell process is restarted
12519 and flyspell word cache cleared out for the current buffer.
12520 (ispell-change-dictionary): Make sure flyspell word cache is
12521 cleared out in all buffers with active flyspell mode when
12522 dictionary is globally changed.
12523 Call ispell-internal-change-dictionary after dictionary change.
12524
12525 2006-01-13 Eli Zaretskii <eliz@gnu.org>
12526
12527 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12528
12529 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
12530 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
12531 years. Fix small differences wrt Makefile.in.
12532 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
12533 Makefile.in does.
12534
12535 2006-01-12 Bill Wohler <wohler@newt.com>
12536
12537 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
12538 mh-search.el.
12539
12540 2006-01-12 Masatake YAMATO <jet@gyve.org>
12541
12542 * progmodes/ld-script.el: Update copyright year.
12543
12544 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
12545
12546 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
12547 Don't add widget if setting undefined.
12548
12549 2006-01-12 John Paul Wallington <jpw@pobox.com>
12550
12551 * help-fns.el (describe-variable): Remove newlines from void
12552 variable output.
12553
12554 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
12555
12556 * wdired.el (wdired-mode-map): Add help echo for
12557 wdired-abort-changes.
12558
12559 * man.el (Man-file-name-regexp): Adjust for a list of files.
12560
12561 2006-01-12 Masatake YAMATO <jet@gyve.org>
12562
12563 * progmodes/ld-script.el (auto-mode-alist): Support
12564 suffix conventions used in netbsd and eCos.
12565
12566 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
12567
12568 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
12569 (custom-variable-menu, custom-face-menu, custom-group-menu)
12570 (Custom-mode-menu): Change names of menu items. (As discussed on
12571 emacs-devel.)
12572 (custom-face-menu): Add "Undo Edits" item.
12573
12574 * startup.el (init-file-user): defcustom -> defvar.
12575
12576 * tooltip.el (tooltip-mode): Doc fix.
12577
12578 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * reveal.el (reveal-post-command): window-buffer signals an error on
12581 dead windows rather than returning nil.
12582 (reveal-open-new-overlays): An overlay might die while we open others.
12583
12584 2006-01-11 Bill Wohler <wohler@newt.com>
12585
12586 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
12587 phrasing in docstring.
12588
12589 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
12590 can give some systems gas. Add new file mh-buffers.el.
12591
12592 2006-01-06 Masatake YAMATO <jet@gyve.org>
12593
12594 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
12595 C preprocessor forward ported from GNU Emacs 21.2.
12596
12597 * progmodes/asm-mode.el (asm-font-lock-keywords):
12598 Use `cpp-font-lock-keywords'.
12599
12600 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
12601
12602 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
12603 of $ for "\\.ld[s]?".
12604
12605 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
12608 (tcl-indent-line): Return `noindent' if inside a string.
12609
12610 * progmodes/flymake.el (flymake-split-string): Remove more than one
12611 empty string at beg/end of the result.
12612 (flymake-find-buildfile, flymake-find-possible-master-files):
12613 Use expand-file-name.
12614 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
12615 since expand-file-name does it for us. Use directory-file-name.
12616 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
12617 (flymake-ler-get-type, flymake-ler-get-text)
12618 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
12619 (flymake-current-line-no): Remove spurious interactive spec.
12620 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
12621 (flymake-check-include): Remove arg inc-path merged into inc-name.
12622 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
12623 Arg regexp-list replaced by a simple regexp.
12624 (flymake-master-make-header-init, flymake-master-tex-init):
12625 Correspondingly replace regexp-list with a regexp. Fix regexp.
12626
12627 2006-01-10 Simon Josefsson <jas@extundo.com>
12628
12629 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
12630 describing AUTH PLAIN fix.
12631
12632 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12633
12634 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
12635 (report-emacs-bug): Don't record initial prompt text.
12636 Instead, add text properties to prompting text.
12637 (report-emacs-bug-hook): Delete prompting text.
12638
12639 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
12642 `dirs'. Adjust callers.
12643
12644 2006-01-09 John Paul Wallington <jpw@gnu.org>
12645
12646 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
12647
12648 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * reveal.el (reveal-open-new-overlays): New extracted fun.
12651 (reveal-close-old-overlays): Idem. Check overlays's liveness before
12652 using them. Simplify the code.
12653 (reveal-post-command): Use them. Fix up obsolete windows in
12654 reveal-open-spots.
12655
12656 * progmodes/flymake.el: Use `require' rather than autoload for
12657 XEmacs's overlays.
12658 (flymake-get-common-file-prefix, flymake-build-relative-filename):
12659 Delete. Use file-relative-name instead.
12660 (flymake-get-syntax-check-program-args, flymake-perl-init):
12661 Simplify the resulting code.
12662
12663 * log-view.el (log-view-file-re, log-view-message-re): Add support
12664 for DaRCS output.
12665
12666 2006-01-09 Alex Schroeder <alex@gnu.org>
12667
12668 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
12669 identifiers sometimes added in square brackets at the beginning of
12670 subject lines.
12671
12672 2006-01-07 Richard M. Stallman <rms@gnu.org>
12673
12674 * cus-edit.el (Custom-set, Custom-save): Doc fix.
12675 (Custom-reset-current, Custom-reset-saved): Change question text.
12676 (Custom-reset-standard): Likewise.
12677 (custom-variable-reset-saved): Doc fix.
12678
12679 2006-01-07 Eli Zaretskii <eliz@gnu.org>
12680
12681 * startup.el (init-file-user): Doc fix.
12682
12683 2006-01-07 Alex Schroeder <alex@gnu.org>
12684
12685 * mail/rmail.el (rmail-current-subject): New function.
12686 (rmail-current-subject-regexp): New function.
12687 (rmail-next-same-subject): Use it.
12688
12689 * mail/rmailsum.el (rmail-summary-by-topic):
12690 Use rmail-current-subject and rmail-current-subject-regexp.
12691 (rmail-summary-next-same-subject): Ditto.
12692
12693 * net/rcirc.el (rcirc-send-input): No longer check whether the
12694 process is open, since not all commands need an open process.
12695 (rcirc-send-string): Check whether the process is open before
12696 sending anything.
12697 (rcirc-ignore-list): New option.
12698 (rcirc-ignore-list-automatic): New variable.
12699 (rcirc-print): Take rcirc-ignore-list into account.
12700 (rcirc-cmd-ignore): New command.
12701 (rcirc-ignore-update-automatic): New function.
12702 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
12703 list if ignored nicks.
12704 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
12705
12706 2006-01-06 David Reitter <david.reitter@gmail.com>
12707
12708 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
12709 reflect the address to which the report will be sent.
12710
12711 2006-01-06 Eli Zaretskii <eliz@gnu.org>
12712
12713 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
12714 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
12715
12716 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
12717
12718 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
12719
12720 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
12721 the doc string: "functoin" => "function".
12722 * ldefs-boot.el: Likewise.
12723
12724 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
12725 message text: "Duplicat" => "Duplicate".
12726
12727 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
12728
12729 * files.el (basic-save-buffer-2): If backing-up failed, reset
12730 buffer-backed-up to nil.
12731
12732 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
12733
12734 * progmodes/gud.el (gdb-script-skip-to-head)
12735 (gdb-script-calculate-indentation): Indent for breakpoint command
12736 lists also.
12737
12738 2006-01-05 Bill Wohler <wohler@newt.com>
12739
12740 * Makefile.in (compile-always): Add mh-autoloads dependency.
12741 (bootstrap): Remove mh-autoloads dependency, as compile dependency
12742 provides it.
12743 (updates): Remove mh-autoloads dependency, since it probably has
12744 already run recently (via recompile).
12745
12746 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
12749 argument `force' to disable the flyspell-last-buffer optimization.
12750 (flyspell-mode-on): Use it.
12751
12752 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
12753 flymake-simple-cleanup.
12754 (flymake-allowed-file-name-masks): Use this new default.
12755 All the functions are now called in the right buffer rather than
12756 passing the buffer as argument.
12757 (flymake-process-sentinel): Switch to buffer before calling cleanup.
12758 (flymake-parse-err-lines): Remove redundant buffer arg.
12759 (flymake-get-program-dir): Comment out unused function.
12760 (flymake-start-syntax-check, flymake-start-syntax-check-process):
12761 Remove redundant buffer argument.
12762 (flymake-get-real-file-name, flymake-simple-java-cleanup)
12763 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
12764
12765 2006-01-05 Richard M. Stallman <rms@gnu.org>
12766
12767 * info.el (Info-find-node): Don't record previous node if have none.
12768 (info): Go to directory only if history is empty.
12769
12770 * simple.el (mark): Doc fix.
12771
12772 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12773
12774 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
12775 already of desired type.
12776 (mac-ae-list): Coerce parameter to "list" type.
12777 (mac-dispatch-apple-event): Replace cadr part of event with a
12778 dummy position so that event-start returns it.
12779
12780 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
12781
12782 * textmodes/org.el (org-end-of-subtree): New function.
12783 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
12784 Use `org-end-of-subtree'.
12785 (org-agenda, org-agenda-convert-date): Protect calls to
12786 `fit-window-to-buffer'.
12787 (org-tags-view): Force matching of sublevels when doing a
12788 todo-only search. Define the correct redo command, including the
12789 arguments.
12790 (org-agenda-redo): Display message.
12791 (org-check-for-org-mode): New function.
12792 (org-agenda-type): New variable.
12793 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12794 Set `org-agenda-type'.
12795 (org-agenda-check-type): New function.
12796 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
12797 (org-agenda-week-view, org-agenda-day-view)
12798 (org-agenda-next-date-line, org-agenda-previous-date-line)
12799 (org-agenda-log-mode, org-agenda-toggle-diary)
12800 (org-agenda-toggle-time-grid, org-agenda-date-later)
12801 (org-agenda-date-prompt, org-agenda-diary-entry)
12802 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
12803 (org-agenda-convert-date, org-agenda-menu):
12804 Use `org-agenda-check-type'.
12805 (org-make-overlay, org-delete-overlay)
12806 (org-detatch-overlay, org-move-overlay, org-overlay-put):
12807 New compatibility functions.
12808 (org-calendar-select-mouse): New command.
12809
12810 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
12811
12812 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
12813 (Custom-reset-standard): Fix y-or-n-p messages.
12814 (custom-link): New face for links.
12815 (custom-buffer-create-internal, custom-manual): Use it.
12816 (custom-face-save): Push to theme-face before setting face spec.
12817
12818 * wid-edit.el (widget-default-mouse-face-get): New function.
12819 (widget-specify-button): Handle mouse-face like button-face.
12820
12821 * custom.el (load-theme): Clear old theme settings if reloading.
12822
12823 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
12824
12825 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
12826 "Erase Customization" button back to same position it occupies in
12827 the individual State menus.
12828
12829 2006-01-04 Kim F. Storm <storm@cua.dk>
12830
12831 * wid-edit.el (key-sequence): Rework widget to read key binding
12832 using `kbd' syntax. Use C-q to insert literal key, event, or code.
12833 (widget-key-sequence-default-value): Default value for empty sequence.
12834 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
12835 (widget-key-sequence-read-event): New command for C-q.
12836 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
12837 (widget-key-sequence-value-to-external): New functions.
12838
12839 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
12842 Use expand-file-name.
12843 (flymake-delete-temp-directory): Use expand-file-name,
12844 file-name-directory, and directory-file-name.
12845 (flymake-strrchr): Delete.
12846 (flymake-start-syntax-check): Don't pass the redundant buffer argument
12847 to the init-f function.
12848 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
12849 (flymake-init-find-buildfile-dir)
12850 (flymake-init-create-temp-source-and-master-buffer-copy)
12851 (flymake-simple-make-init-impl, flymake-simple-make-init)
12852 (flymake-master-make-init, flymake-master-make-header-init)
12853 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
12854 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
12855 (flymake-xml-init): Remove corresponding redundant buffer argument.
12856 (flymake-allowed-file-name-masks): Remove last elems that are equal to
12857 the default anyway. Clean up regexps.
12858
12859 * progmodes/flymake.el (flymake-temp-source-file-name)
12860 (flymake-master-file-name, flymake-temp-master-file-name)
12861 (flymake-base-dir): New buffer-local vars.
12862 (flymake-buffer-data, flymake-get-buffer-value)
12863 (flymake-set-buffer-value): Replace those hash-tables by the new
12864 buffer-local vars. Update callers.
12865
12866 * progmodes/flymake.el (flymake-check-start-time)
12867 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
12868 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
12869 Move definition, so we can remove redundant earlier declaration.
12870 (flymake-replace-regexp-in-string, flymake-split-string)
12871 (flymake-get-temp-dir): Use defalias.
12872 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
12873 (flymake-xemacs-window-edges): Remove unused function.
12874 (flymake-get-point-pixel-pos): Move.
12875 (flymake-pid-to-names, flymake-reg-names)
12876 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
12877 Replace by a simple list flymake-processes and by process-buffer.
12878 Update callers. Other than simplify the code, it uses buffers rather
12879 than buffer-names so it doesn't get confused by uniquify.
12880 (flymake-buffer-data): The global value should just be nil.
12881
12882 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
12883 Optimize the body of a defalias like any other code.
12884
12885 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
12886 Make sure we've setup font-lock's vars. It may influence which
12887 function we then call.
12888 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
12889 here since it's too late anyway.
12890
12891 2006-01-03 Romain Francoise <romain@orebokech.com>
12892
12893 * startup.el (fancy-splash-tail, normal-splash-screen):
12894 Update copyright year.
12895
12896 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
12897
12898 * mouse.el (mouse-drag-track): Rename, from
12899 `mouse-drag-region-1'. Includes optional argument required to
12900 enable post-drag event processing (e.g. delete region keys).
12901 Can be used without this argument to track a mouse region and operate
12902 on it as soon as the drag completes.
12903 (mouse-drag-region): Use `mouse-drag-track'.
12904
12905 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
12906
12907 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
12908 Move to `custom-buffer' group.
12909
12910 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
12911 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
12912 (custom-theme-insert-face-marker, custom-theme-variable-menu)
12913 (custom-theme-face-menu): New variables.
12914 (custom-theme-add-variable, custom-theme-variable-action)
12915 (custom-variable-reset-theme, custom-theme-delete-variable)
12916 (custom-face-reset-theme, custom-theme-face-action)
12917 (custom-theme-delete-face, custom-theme-merge-theme)
12918 (custom-theme-add-face, custom-theme-visit-theme): New functions.
12919
12920 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
12921
12922 * custom.el: Move Custom Themes commentary to start of theme code.
12923 (custom-known-themes): Rename `standard' theme to `changed'.
12924 (custom-push-theme): Caller no longer specifies what theme to use
12925 when doing `reset'---the setting is simply removed from the theme.
12926 Delete MODE from `theme-value' and `theme-settings' properties.
12927 (custom-declare-theme): Ignore &rest args since we don't use them.
12928
12929 (custom-loaded-themes): Delete variable.
12930 (custom-theme-load-themes, custom-theme-loaded-p)
12931 (custom-theme-value): Delete functions.
12932
12933 (custom-declare-theme): Signal error on invalid theme names.
12934 (provide-theme): custom-loaded-themes was deleted.
12935 (load-theme): Load the file unconditionally.
12936 (enable-theme): Call `load-theme' if theme is undefined.
12937 (custom-enabled-themes): Only update value for successful loads.
12938 (disable-theme): Complete from enabled themes when interactive.
12939 (custom-variable-theme-value): Calculate theme value directly.
12940
12941 (custom-theme-reset-variables, custom-reset-variables): Mark as
12942 XEmacs compatibility functions. We don't actually use these.
12943
12944 * cus-edit.el (custom-variable-state-set):
12945 Use custom-variable-theme-value instead of custom-theme-value.
12946 (custom-face-state-set): Rename `standard' theme to `changed'.
12947 (custom-save-variables, custom-save-faces): Delete unneeded
12948 references to custom-reset-variables.
12949 (custom-save-resets): Delete function.
12950 (custom-save-variables, custom-save-faces): MODE argument deleted.
12951 (custom-save-variables, custom-save-faces): Ignore theme values.
12952
12953 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
12954 compatibility function.
12955
12956 2006-01-01 Richard M. Stallman <rms@gnu.org>
12957
12958 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
12959 (Custom-reset-current, Custom-reset-saved): Likewise.
12960 (Custom-reset-standard): Show message if aborted.
12961 (custom-mode): Doc fix, describing those commands.
12962
12963 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
12964 put on event-kind property.
12965
12966 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
12967
12968 * custom.el (provide-theme): Ban `user' theme name.
12969 (custom-enabling-themes): New variable.
12970 (enable-theme): Don't enable user if custom-enabling-themes is t.
12971 (custom-enabled-themes): Make it a defcustom.
12972 (custom-theme-recalc-face): No-op if face is undefined.
12973
12974 * cus-edit.el (custom-button-mouse): New variable.
12975 (custom-button-mouse): New face.
12976 (custom-raised-buttons, custom-mode): Use it.
12977
12978 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
12979
12980 2005-12-31 Eli Zaretskii <eliz@gnu.org>
12981
12982 * progmodes/gud.el (gud-display-line): Support hl-line in the
12983 source buffer.
12984
12985 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12986
12987 * mouse.el (mouse-drag-window-above): Verify that the found window
12988 overlaps with the given window in the horizontal dimension.
12989
12990 2005-12-31 Eli Zaretskii <eliz@gnu.org>
12991
12992 * Makefile.in (cvs-update): New target.
12993
12994 * makefile.w32-in (cvs-update): Ditto.
12995
12996 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
12997
12998 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
12999 (custom-new-theme-mode-map): New variable.
13000
13001 2005-12-30 Richard M. Stallman <rms@gnu.org>
13002
13003 * custom.el (custom-load-themes): Function deleted.
13004
13005 * cus-edit.el (custom-save-loaded-themes): Function deleted.
13006 (custom-save-variables): Don't delete or add custom-load-themes call.
13007
13008 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
13009
13010 * cus-start.el: Add `visible-cursor'.
13011
13012 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13013 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13014 (flymake-process-filter): Switch to buffer before calling it instead.
13015 (flymake-post-syntax-check, flymake-highlight-err-lines)
13016 (flymake-delete-own-overlays, flymake-parse-err-lines)
13017 (flymake-start-syntax-check, flymake-start-syntax-check-process)
13018 (flymake-count-lines, flymake-parse-residual):
13019 Remove constant buffer argument.
13020 (flymake-start-syntax-check-for-current-buffer): Remove.
13021 Update callers to use flymake-start-syntax-check instead.
13022 (flymake-display-err-menu-for-current-line):
13023 Remove unused var `mouse-pos'.
13024 (flymake-restore-formatting): Comment out unused function.
13025 (flymake-report-status, flymake-report-fatal-status): Remove buffer
13026 argument, use current-buffer instead. Update callers.
13027
13028 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13029
13030 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13031 buffer-local because choose-completion-delete-max-match requires
13032 that we set completion-ignore-case (i.e., binding via let is not
13033 sufficient).
13034 (bibtex-complete): Always set completion-ignore-case and
13035 choose-completion-string-functions. The latter is needed because
13036 choose-completion-string-functions keeps its value if we quit the
13037 *Completions* buffer without requesting a completion.
13038
13039 2005-12-30 Andreas Schwab <schwab@suse.de>
13040
13041 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13042
13043 2005-12-30 Eli Zaretskii <eliz@gnu.org>
13044
13045 * jit-lock.el (jit-lock-chunk-size): Doc fix.
13046
13047 2005-12-30 Juri Linkov <juri@jurta.org>
13048
13049 * locate.el (locate-fcodes-file, locate-header-face)
13050 * progmodes/delphi.el (delphi-other-face)
13051 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
13052
13053 * paren.el (show-paren-match, show-paren-mismatch): Use existing
13054 group `paren-showing-faces'.
13055
13056 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
13057 (goto-address): Fix docstring.
13058
13059 * net/webjump.el (webjump-sample-sites): Update URLs.
13060
13061 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
13062
13063 * subr.el (cancel-change-group): Add listp around pending-undo-list.
13064
13065 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * font-lock.el (font-lock-compile-keywords): Signal an error when
13068 font-lock-set-defaults hasn't been called.
13069
13070 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
13071
13072 * subr.el (noreturn, 1value): Doc fixes.
13073
13074 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13075
13076 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
13077 that assoc-string returns nil.
13078
13079 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13080
13081 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
13082 (bibtex-entry-type-str, bibtex-empty-field-re)
13083 (bibtex-search-backward-string, bibtex-preamble-prefix)
13084 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
13085 (bibtex-any-valid-entry-type): New variable.
13086 (bibtex-parse-field-name): Simplify.
13087 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
13088 (bibtex-preamble-prefix): Include left delimiter.
13089 (bibtex-search-forward-field, bibtex-search-backward-field):
13090 Allow unbounded search past entry boundaries (required by bibtex-pop).
13091 (bibtex-text-in-field-bounds): Use push.
13092 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
13093 (bibtex-parse-preamble, bibtex-valid-entry)
13094 (bibtex-beginning-first-field): New functions.
13095 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
13096 (bibtex-map-entries): Fix docstring.
13097 (bibtex-flash-head): New arg prompt. Simplify.
13098 (bibtex-enclosing-field): Include code of bibtex-inside-field.
13099 (bibtex-insert-kill): Simplify. Always insert text past the
13100 current field or entry.
13101 (bibtex-format-entry): Use bibtex-parse-field.
13102 (bibtex-pop): Use bibtex-beginning-of-entry and
13103 bibtex-end-of-entry to initiate the search. Insert empty field if
13104 we found ourselves.
13105 (bibtex-print-help-message): New args field and comma.
13106 Handle entry keys.
13107 (bibtex-make-field): Use bibtex-beginning-of-entry.
13108 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
13109 invalid entry.
13110 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
13111 Handle preambles. Simplify code for thorough test.
13112 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
13113 New arg comma. Handle entry heads.
13114 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
13115 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
13116 New arg comma.
13117 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
13118 (bibtex-fill-field): Simplify.
13119 (bibtex-fill-entry): Use bibtex-beginning-first-field and
13120 bibtex-parse-field.
13121 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
13122 (bibtex-complete): Use bibtex-parse-preamble.
13123
13124 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
13125
13126 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
13127 Display name of expression instead of convenience variable.
13128 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
13129
13130 * progmodes/gud.el (gud-tooltip-dereference): Rename from
13131 toggle-gud-tooltip-dereference.
13132 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
13133 (gud-tooltip-tips): ...here when dereferencing.
13134
13135 2005-12-28 Bill Wohler <wohler@newt.com>
13136
13137 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
13138
13139 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
13142 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
13143 (vc-annotate-display-autoscale): Adjust call.
13144 (vc-annotate-display-default): Adjust call. Make arg compulsory.
13145 Fix interactive spec.
13146 (vc-annotate-time-span): Remove.
13147 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
13148 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
13149 (vc-annotate-display-select): Use new name.
13150
13151 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
13152 (vc-annotate-mode-menu): Remove left-over redundant declaration.
13153 Correct the construction of span entries. Simplify.
13154 (vc-annotate-display-select): Fix the nil case.
13155 (vc-annotate): Remove obsolete (and now broken) code.
13156 (vc-annotate-extract-revision-at-line): Remove obsolete code.
13157 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
13158
13159 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
13160
13161 * subr.el (lazy-completion-table): Correct typo in docstring.
13162
13163 * startup.el (command-line): Use `custom-reevaluate-setting' for
13164 `send-mail-function'.
13165
13166 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
13167
13168 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
13169
13170 * mail/smtpmail.el (smtpmail-try-auth-methods):
13171 Send credentials together with "AUTH PLAIN" command.
13172
13173 2005-12-27 Richard M. Stallman <rms@gnu.org>
13174
13175 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
13176 mouse-2, go back to previously selected window, so it's selected
13177 when mouse-2 command runs.
13178
13179 2005-12-27 Juri Linkov <juri@jurta.org>
13180
13181 * descr-text.el (describe-text-sexp): Use square brackets for
13182 button [Show] to distinguish it from the property value `show'.
13183 (describe-property-list): Use `insert-text-button' with
13184 `help-face' type instead of putting face in quotes, because button
13185 is not created automatically for a list of faces.
13186 (describe-text-properties-1): Put button-type value in quotes to
13187 distinguish from plain text "button".
13188 (describe-char): Display code point values in hex. Don't use
13189 `symbol-name' for `current-input-method' because it is a string.
13190 Use `insert-text-button' with `help-face' type instead of putting
13191 hardcoded face in quotes, because button is not created automatically.
13192
13193 2005-12-27 Richard M. Stallman <rms@gnu.org>
13194
13195 * progmodes/glasses.el (glasses-face): More specific custom type.
13196
13197 * files.el (set-visited-file-name): Doc fix.
13198
13199 * textmodes/flyspell.el (flyspell-external-point-words):
13200 Use local var buffer-scan-pos to advance scan for next misspelling.
13201 Advance it only after we find the misspelling.
13202
13203 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
13204
13205 * textmodes/flyspell.el (flyspell-external-point-words):
13206 New criteria for finding the misspelling in the buffer.
13207
13208 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
13209
13210 * help-mode.el (help-insert-string): Set help-xref-stack-item
13211 rather than call help-setup-xref.
13212
13213 * descr-text.el (describe-char): Revert previous changes for
13214 optional buffer argument.
13215
13216 2005-12-27 Juri Linkov <juri@jurta.org>
13217
13218 * help-mode.el (help-insert-string): New function. Save buffer
13219 contents in cases where it is impossible to recompute the old contents.
13220
13221 * descr-text.el (describe-char): Set help-xref-stack-item
13222 explicitly after buffer has been generated.
13223
13224 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13225
13226 * cus-start.el (all): Add x-gtk-show-hidden-files.
13227
13228 2005-12-26 Richard M. Stallman <rms@gnu.org>
13229
13230 * replace.el (perform-replace): Calculate match-again
13231 before skipping read-only matches.
13232
13233 * paren.el (paren-showing-faces): New group.
13234 (show-paren-match, show-paren-mismatch): Move to that group.
13235
13236 * button.el (button): Put into group `basic-faces'.
13237
13238 * progmodes/make-mode.el: Remove faces from group `faces'.
13239
13240 * apropos.el (apropos, apropos-value): Doc fix.
13241 (apropos-documentation): Doc fix.
13242
13243 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * subr.el (lazy-completion-table): Remove argument `args'.
13246
13247 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13248 Don't use the `args' argument of lazy-completion-table.
13249
13250 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
13251
13252 * descr-text.el (describe-char): Add optional argument for buffer.
13253 Set buffer appropriately. Call help-setup-xref.
13254 Suggested by Stefan Monnier.
13255
13256 2005-12-26 Juri Linkov <juri@jurta.org>
13257
13258 * descr-text.el: Require `help-fns' at runtime. Don't require
13259 `button' for byte compilation.
13260 (describe-text-widget): Add `help-echo' for first button.
13261 Use `help-info' for second.
13262 (describe-property-list): Use `help-argument-name' instead of `italic'.
13263 (describe-text-category): Add prompt to interactive spec.
13264 Call `help-setup-xref'.
13265 (describe-char): Use `help-character-set'. Add `help-echo' for
13266 code point. Use `help-input-method'. Remove superfluous insert.
13267
13268 2005-12-25 Richard M. Stallman <rms@gnu.org>
13269
13270 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
13271 at point, in case of narrowing.
13272
13273 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
13274
13275 * locate.el (locate-header-face): Allow nil in type.
13276
13277 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
13278
13279 2005-12-25 Romain Francoise <romain@orebokech.com>
13280
13281 * battery.el (battery-linux-proc-acpi): Also try
13282 `/proc/acpi/thermal_zone/THM0/temperature'.
13283
13284 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
13285
13286 * custom.el (custom-push-theme): Fix docstring.
13287
13288 * cus-edit.el (custom-variable-set, custom-variable-save)
13289 (custom-variable-save): Custom-quote widget values.
13290 (customize-save-variable): Fix custom-push-theme call.
13291
13292 2005-12-24 Eli Zaretskii <eliz@gnu.org>
13293
13294 * w32-fns.el (w32-batch-update-autoloads): New function.
13295
13296 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
13297 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
13298 from the command line.
13299
13300 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
13301
13302 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
13303 reset means to remove setting from theme entirely. Don't keep
13304 expanding theme-settings list; delete old entries if necessary.
13305
13306 * cus-edit.el (custom-buffer-create-internal): Move "Erase
13307 customization" button one line up.
13308 (custom-themed): New face.
13309 (custom-magic-alist): New value, THEMED, for theme settings.
13310 (custom-variable-state-set, custom-face-state-set):
13311 Check theme-value instead of saved-value.
13312 (custom-variable-reset-standard, custom-face-reset-standard):
13313 Remove theme setting entirely. Recalculate new values.
13314 (custom-variable-set, custom-variable-set)
13315 (custom-variable-reset-saved, custom-variable-reset-backup)
13316 (custom-face-set, custom-face-reset-saved): Update `user' theme.
13317 (custom-variable-save): Fix typos.
13318
13319 2005-12-23 Juri Linkov <juri@jurta.org>
13320
13321 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
13322 Add autoload cookies.
13323 (edebug-outside-d-c-i-n-s-w): New variable.
13324 (edebug-display, edebug-outside-excursion): Use it to save the
13325 original value of default-cursor-in-non-selected-windows.
13326 Set default-cursor-in-non-selected-windows to t while Edebug
13327 is active.
13328 (edebug-mode, edebug-eval-mode): Doc fix.
13329
13330 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
13331 with `buffer-substring-no-properties' to remove common substring
13332 highlighting.
13333
13334 * info.el (info-other-window, info): Rename function argument
13335 `file' to `file-or-node'.
13336 (Info-complete-menu-item): Use local variable `complete-nodes' to
13337 keep the global value of `Info-complete-nodes' unchanged for
13338 subsequent completions.
13339 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
13340
13341 * simple.el (get-next-valid-buffer, last-buffer)
13342 (next-error-buffer-p, next-error-find-buffer)
13343 (minibuffer-history-sexp-flag): Doc fix.
13344
13345 * savehist.el (savehist-mode-hook): Add `:group'.
13346
13347 * log-view.el: Call autoload for vc-find-version.
13348 (log-view-current-file): Adjust subgroup numbers.
13349 (log-view-current-tag): Add `length'.
13350
13351 2005-12-23 Richard M. Stallman <rms@gnu.org>
13352
13353 * vc.el (vc-annotate-car-last-cons): Defn moved up.
13354
13355 2005-12-23 Juri Linkov <juri@jurta.org>
13356
13357 * hi-lock.el (hi-lock-archaic-interface-message-used)
13358 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
13359 (hi-lock-mode): Display "Hi" in the mode line only when
13360 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
13361 (hi-lock-write-interactive-patterns):
13362 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
13363 (hi-lock-set-pattern, hi-lock-set-file-patterns)
13364 (hi-lock-font-lock-hook): Set 3rd arg `how' of
13365 font-lock-add-keywords to t.
13366
13367 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
13368
13369 * hi-lock.el (hi-lock-highlight-range): New variable.
13370 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
13371 only if font-lock-fontified is non-nil. Remove overlays.
13372 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
13373 font-lock-fontified is non-nil, otherwise use overlays (instead of
13374 text properties).
13375 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
13376 New variables.
13377 (hi-lock-string-serialize) New function.
13378
13379 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13380
13381 * menu-bar.el (menu-find-file-existing): New function.
13382 (menu-bar-file-menu): Use menu-find-file-existing for Open.
13383
13384 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
13385
13386 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
13387
13388 * vc.el: Remove unnecessary leading * in docstrings.
13389 (vc-annotate-mode-map): Move initialization into declaration.
13390 (vc-static-header-alist): Nitpick on the regexp.
13391 (vc-default-init-version): New fun.
13392 (vc-register): Use it.
13393 (vc-insert-headers): Use dolist.
13394 (vc-annotate-get-backend): Remove unused function.
13395 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
13396 (vc-annotate-mode): Remove corresponding call.
13397 (vc-annotate-car-last-cons): Simplify.
13398 (vc-annotate-buffers): Remove var.
13399 (vc-annotate-backend): Make it buffer-local.
13400 (vc-annotate): Move the interaction to the interactive spec.
13401 Add a `buf' argument.
13402 (vc-annotate-warp-version): Use this new `buf' argument to avoid
13403 killing&creating a vc-annotate buffer, which is very disruptive when
13404 the buffers are shown in dedicated frames.
13405
13406 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
13407
13408 * descr-text.el: Add FSF as maintainer.
13409 (describe-text-mode, describe-text-mode-map)
13410 (describe-text-mode-hook, describe-text-done): Delete. Use normal
13411 help-mode.
13412 (describe-text-widget, describe-text-sexp)
13413 (describe-property-list, describe-text-category)
13414 (describe-text-properties, describe-text-properties-1)
13415 (describe-char): Use help buttons instead of widgets.
13416 (describe-char-unicodedata-file): Make URL link in doc string.
13417
13418 2005-12-22 Richard M. Stallman <rms@gnu.org>
13419
13420 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13421 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13422 Don't include buttons that write a file when there's no file.
13423 (custom-variable-menu, custom-face-menu, custom-group-menu):
13424 Don't include commands that write a file when there's no file.
13425 (customize-browse): Reword the top-of-buffer help intro.
13426 (custom-buffer-create-internal): Fix previous change.
13427 (customize-changed-options-previous-release): Prev release is 21.1.
13428 (customize-changed-options): Doc fix.
13429 (customize-changed): New alias.
13430 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13431 Say "standard values".
13432 (Custom-reset-standard): Doc fix.
13433 (custom-face-reset-standard): Doc fix.
13434
13435 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13438 even if font-lock-mode is non-nil since it may be t without having
13439 turned on font-lock-mode-internal.
13440 (font-lock-choose-keywords): Minor optimization.
13441 (font-lock-add-keywords, font-lock-remove-keywords)
13442 (font-lock-set-defaults): Don't call make-local-variable on a variable
13443 that we know to already be local.
13444
13445 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13446
13447 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13448 messages if in the minibuffer.
13449
13450 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
13451
13452 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13453 (tex-mode-flyspell-verify, flyspell-get-word)
13454 (flyspell-external-point-words): Don't use point-min/max uselessly.
13455
13456 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13457 by Kevin Rodgers. Instead, just hide the completions buffer if we
13458 don't need to show it.
13459
13460 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
13461
13462 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
13463
13464 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
13467 delete-windows-on with an inexistent buffer.
13468
13469 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
13470
13471 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13472 Delete defcustom variable :tag names.
13473
13474 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
13477 (log-view-font-lock-keywords): Ajust subgroup numbers.
13478 (log-view-current-tag): Don't hard code the number of subgroups.
13479
13480 2005-12-20 Juri Linkov <juri@jurta.org>
13481
13482 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
13483 (tooltip-x-offset, tooltip-y-offset): Doc fix.
13484
13485 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13486 (menu-bar-non-minibuffer-window-p): Instead of checking
13487 display-multi-frame-p, use selected-frame when menu-updating-frame
13488 is nil.
13489
13490 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
13491
13492 * align.el (align-rules-list): Use [ \t] instead of \s-
13493 for column separators in text mode.
13494
13495 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
13496
13497 * help-mode.el (help-customize-variable, help-customize-face):
13498 Don't pop help-xref-stack as help-follow no longer pushes
13499 anything on to it.
13500
13501 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
13502
13503 * textmodes/org.el (org-agenda-custom-commands): New option.
13504 (org-agenda): Offer custom commands on splash screen.
13505 (org-make-tags-matcher): Parser for Boolean logic added.
13506 (org-agenda-set-tags): New command.
13507 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
13508 (org-set-tags): Efficiency improvements.
13509 (org-auto-align-tags): New option.
13510 (org-todo, org-demote, org-promote): Realign tags.
13511 (org-tags-completion-function): Use also "&" and "|" as separators.
13512 (org-org-menu): Agenda commands simplified.
13513
13514 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
13515
13516 * cus-edit.el (customize-apropos, customize-apropos-options):
13517 Docstring changes.
13518
13519 * font-lock.el (font-lock): Add tags to the links in the defgroup.
13520
13521 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
13522
13523 * longlines.el (longlines-mode): Wrap while widened.
13524 (longlines-decode-region, longlines-encode-region): Compute max
13525 just once.
13526
13527 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13528
13529 * cus-edit.el (mac): New group.
13530
13531 * cus-start.el (all): Add user options in macterm.c. Add test for
13532 Mac-related built-ins. Fix test for GTK-related built-ins.
13533
13534 * term/mac-win.el (mac-handle-language-change)
13535 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
13536 (mac-services-open-selection, mac-services-mail-selection)
13537 (mac-services-mail-to, mac-services-insert-text)
13538 (mac-dispatch-apple-event): Add docstrings.
13539 (x-get-selection, mac-select-convert-to-string): Select coding
13540 system from `utf-16be' and `utf-16le' using `byteorder'.
13541
13542 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * subr.el (lazy-completion-table): Don't be fooled if the var holds
13545 a "list" (lambda ...) rather than a real completion list.
13546
13547 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
13548 lexical-let when encountering ((lambda (...) ...) ...).
13549
13550 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
13551
13552 * progmodes/sh-script.el (sh-mode):
13553 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
13554 * textmodes/picture.el (picture-mode): Update docstrings.
13555
13556 2005-12-17 Eli Zaretskii <eliz@gnu.org>
13557
13558 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
13559 commands enclosed in $(ARGQUOTE)s should not be split between two
13560 lines, as that will break with GNU Make >3.80, when sh.exe is used
13561 and arg quoting is with '..'.
13562 (autoloads): Don't break the quoted --eval expression between
13563 several lines.
13564
13565 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
13566
13567 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
13568 Capture error from printing circular structures.
13569
13570 2005-12-17 Martin Rudalics <rudalics@gmx.at>
13571
13572 * wid-edit.el (widget-checkbox-action): Clear undo info.
13573
13574 2005-12-16 Bill Wohler <wohler@newt.com>
13575
13576 * menu-bar.el (kill-this-buffer): Set a good example by using menu
13577 bar, not menubar in comment.
13578
13579 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
13582 After-change-functions should not clobber the match data.
13583
13584 2005-12-16 Juri Linkov <juri@jurta.org>
13585
13586 * simple.el (choose-completion): Use `buffer-substring-no-properties'
13587 instead of `buffer-substring'.
13588 (completion-common-substring): Doc fix.
13589 (completion-setup-function): Use minibuffer-completion-contents
13590 instead of minibuffer-contents. Don't set common-string-length
13591 initially. Remove special handling of partial-completion-mode.
13592 Move computation of completion-base-size into one cond.
13593 Call completion-base-size-function in mainbuf. In computation of
13594 completion-base-size for file name completion don't move point to
13595 the end of the minibuffer. Move computation of common-string-length
13596 into one cond. Start putting faces only when common-string-length>=0.
13597 Add condition to put completions-common-part when
13598 common-string-length>0.
13599
13600 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
13601 place point at the first different character in the minibuffer
13602 even if this position is at the beginning of the minibuffer.
13603
13604 * info.el (Info-read-node-name-1): In completion-base-size-function's
13605 lambda return 1 if common-substring or minibuffer-completion-contents
13606 starts with (, and 0 otherwise.
13607
13608 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
13609 Use `crm-current-element' for second arg of `display-completion-list'.
13610
13611 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
13612
13613 * files.el (set-auto-mode): Look for an interpreter specified on
13614 the first line also if search for mode specification succeeded,
13615 but the mode is not known.
13616
13617 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
13618
13619 * textmodes/org.el (org-tags-match-list-sublevels): New option.
13620 (org-open-at-point): Implement tag searches as links.
13621 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
13622 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
13623 (org-tags-sparse-tree, org-tags-view, org-set-tags)
13624 (org-agenda-dispatch): New commands.
13625 (org-use-tag-inheritance, org-tags-column): New options.
13626 (org-tab-follows-link, org-return-follows-link): New options.
13627 (org-tags): New customize group.
13628 (org-start-icalendar-file): Get local time zone.
13629 (org-tags-completion-function): New function.
13630 (org-set-font-lock-defaults): Make sure links will also be
13631 highlighted inside headlines.
13632
13633 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
13634
13635 * term.el (term-emulate-terminal):
13636 Let term-handle-ansi-terminal-messages override what Bash says about
13637 its current directory.
13638
13639 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13640
13641 * bindings.el (last-buffer): Move to simple.el.
13642 * simple.el (last-buffer): Move here.
13643 (get-next-valid-buffer): New function.
13644 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
13645 (prev-buffer): Ditto. Rename to `previous-buffer'.
13646
13647 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
13648 * bindings.el (global-map): Ditto.
13649
13650 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
13651
13652 * cus-edit.el: Introductory comment change.
13653 (custom-magic-alist): Change message string for the `rogue' state.
13654
13655 2005-12-15 Richard M. Stallman <rms@gnu.org>
13656
13657 * tooltip.el: Delete defcustom variable :tag names.
13658
13659 * complete.el (partial-completion-mode): Doc fix.
13660
13661 * textmodes/flyspell.el (flyspell-external-point-words):
13662 Use save-excursion to ensure we don't move backward in the
13663 search loop, not even one character.
13664 (flyspell-delete-all-overlays): Use remove-overlays directly.
13665
13666 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
13667 (ispell-start-process): Set that variable.
13668 Clear ispell-buffer-local-name.
13669 (ispell-internal-change-dictionary):
13670 Set ispell-current-dictionary after killing process.
13671 (ispell-buffer-local-dict):
13672 Don't set spell-personal-dictionary after killing process.
13673 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
13674 (ispell-tex-skip-alists, ispell-html-skip-alists)
13675 (ispell-skip-region-alist): Mark as risky.
13676
13677 * net/newsticker.el (newsticker--retrieval-timer-list)
13678 (newsticker--display-timer, newsticker-running-p)
13679 (newsticker-ticker-running-p): Definitions moved up.
13680
13681 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
13682
13683 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
13684
13685 2005-12-15 David Ponce <david@dponce.com>
13686
13687 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
13688 (recentf-edit-list, recentf-open-files): Signal an error when
13689 there is no recent file.
13690
13691 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
13692
13693 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
13694 read-only except for texinfo-format-region evaluation.
13695
13696 2005-12-14 Richard M. Stallman <rms@gnu.org>
13697
13698 * vc.el (vc-default-previous-version, vc-default-next-version)
13699 (vc-do-command): Doc fixes.
13700
13701 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13702
13703 * textmodes/bibtex.el (bibtex-expand-strings)
13704 (bibtex-autokey-expand-string, bibtex-name-part)
13705 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
13706 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
13707 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
13708 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
13709 (bibtex-entry-postfix, bibtex-known-entry-type-re)
13710 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
13711 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
13712 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
13713 (bibtex-beginning-of-last-entry): Remove.
13714 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
13715 message if comma is missing but buffer is read-only.
13716 (bibtex-parse-field-text): Handle whitespaces at the end of field
13717 text. Return 3-element list with beginning and end of field text
13718 and end of field.
13719 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
13720 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
13721 (bibtex-search-forward-field, bibtex-search-backward-field):
13722 Search always delimited by limits of entry. Use more efficient
13723 search algorithms.
13724 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
13725 bibtex-end-of-name-in-field.
13726 (bibtex-text-in-field-bounds): Handle BibTeX strings when
13727 extracting the content of a field.
13728 (bibtex-text-in-field): Use search limits.
13729 (bibtex-parse-string-prefix): Handle empty string keys based on
13730 bibtex-string-empty-key.
13731 (bibtex-parse-string): Fix docstring.
13732 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
13733 (bibtex-preamble-prefix, bibtex-strings): New functions.
13734 (bibtex-skip-to-valid-entry): Include preceding whitespace in
13735 BibTeX entries (consistent with other BibTeX functions).
13736 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
13737 (bibtex-search-entry): Fix docstring. Simplify.
13738 (bibtex-flash-head, bibtex-complete-string-cleanup)
13739 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
13740 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
13741 (bibtex-parse-entry): New optional arg content.
13742 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
13743 Use bibtex-text-in-field-bounds.
13744 (bibtex-print-help-message): Handle BibTeX strings and preambles.
13745 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
13746 bibtex-parse-string-postfix.
13747 (bibtex-find-text-internal): New function.
13748 (bibtex-remove-delimiters): Use it.
13749 (bibtex-find-text): Use it. New optional arg help.
13750 (bibtex-complete): Handle BibTeX string and preamble entries.
13751 (bibtex-Preamble): Fix order of closing delimiters.
13752
13753 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * vc.el (vc-default-revert): New fun.
13756
13757 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
13758
13759 2005-12-14 Romain Francoise <romain@orebokech.com>
13760
13761 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
13762 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
13763 (font-lock-remove-keywords): Likewise.
13764
13765 2005-12-14 Juri Linkov <juri@jurta.org>
13766
13767 * log-view.el (log-view-diff): Doc fix.
13768
13769 * isearch.el (isearch-query-replace): Use (mark) instead of
13770 isearch-opoint if mark is active in transient-mark-mode.
13771
13772 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
13773
13774 * isearch.el (isearch-query-replace): Check for isearch-other-end.
13775
13776 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
13777
13778 * progmodes/cpp.el (cpp-face): New widget.
13779 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
13780
13781 2005-12-14 Juri Linkov <juri@jurta.org>
13782
13783 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
13784 around `erase-buffer' and `insert'.
13785
13786 * descr-text.el (describe-text-properties): Replace buffer name
13787 "*Help-2*" with "*Help*<2>".
13788 (describe-char): Add functions print-help-return-message,
13789 toggle-read-only. Use help-setup-xref with nil to not store
13790 describe-char in help-xref-stack. Use help-make-xrefs to
13791 make [back] button.
13792
13793 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
13794
13795 * wdired.el (wdired-old-point): New internal variable.
13796 (wdired-change-to-wdired-mode): Set it buffer-locally.
13797 (wdired-abort-changes): Restore point after aborting changes.
13798
13799 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13800
13801 * vc.el (vc-do-command): Add a new value t for okstatus.
13802
13803 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
13804 frame in case of errors.
13805
13806 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13807
13808 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
13809 so it comes after "On the Left" in the menu.
13810
13811 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
13812
13813 * cus-edit.el (customize-apropos, customize-apropos-options)
13814 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
13815
13816 2005-12-12 Bill Wohler <wohler@newt.com>
13817
13818 * vc-svn.el (vc-svn-registered): Fix problem of visiting
13819 non-writable Subversion-controlled files by saving window
13820 configuration before calling vc-do-command. vc-do-command calls
13821 pop-to-buffer on error which is unexpected during registration.
13822
13823 2005-12-12 Jay Belanger <belanger@truman.edu>
13824
13825 * calc/README: Update the summary of changes.
13826
13827 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13828
13829 * descr-text.el (describe-char): Rework last fix to solve the problem
13830 is the same way it's solved for everything else in that function
13831 (i.e. by extracting the info before setting up the *Help* buffer).
13832
13833 2005-12-12 Kim F. Storm <storm@cua.dk>
13834
13835 * subr.el (version-regexp-alist): Allow space as separator before
13836 non-numeric part, e.g. "1.0 alpha".
13837 (version-to-list): Interpret .X.Y version as 0.X.Y version.
13838
13839 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
13840
13841 * textmodes/org.el (org-agenda, org-timeline, org-todo):
13842 Implement Logging and the keep-modes setting.
13843 (org-get-category): Make sure a string is returned.
13844 (org-log-done): New function.
13845 (org-log-done, org-closed-string): New options.
13846
13847 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13848
13849 * tooltip.el (tooltip-y-offset): Change default to 20.
13850
13851 2005-12-12 Richard M. Stallman <rms@gnu.org>
13852
13853 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
13854
13855 * frame.el (display-hourglass): Doc fix.
13856
13857 * help.el (help-for-help-internal): Simplify entry for `a'.
13858
13859 * info.el (Info-on-current-buffer): Doc fix.
13860 (info-insert-file-contents): Don't test (featurep 'jka-compr).
13861
13862 * startup.el (inhibit-splash-screen): Make this the real name.
13863 (inhibit-startup-message): Make this the alias.
13864 (command-line): Find only simple.el, and use its directory
13865 to fill in other preloaded files' names.
13866 (command-line): Deactivate the mark if deactivate-mark is set.
13867
13868 * international/mule.el (load-with-code-conversion):
13869 Bind deactivate-mark.
13870
13871 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13872
13873 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
13874
13875 * cus-edit.el (customize-apropos): Avoid listing an option more
13876 than once under different aliases. No longer list user options
13877 that are not defined with defcustom (unless a prefix arg is given).
13878 Doc fix.
13879 (customize-apropos-options): Doc fix.
13880
13881 2005-12-11 Juri Linkov <juri@jurta.org>
13882
13883 * frame.el (set-background-color, set-foreground-color)
13884 (set-cursor-color, set-mouse-color, set-border-color):
13885 Add explicit prompts to read colors by `facemenu-read-color'.
13886 (show-trailing-whitespace, blink-cursor-delay)
13887 (blink-cursor-interval, display-hourglass, hourglass-delay):
13888 Remove tags.
13889 (display-hourglass, hourglass-delay): Doc fix.
13890 (cursor-in-non-selected-windows): Capitalize words in tag.
13891
13892 * faces.el (frame-background-mode): Replace `choice-item' keywords
13893 with `const' to not make [default] button. Change default value tag
13894 from `default' to `automatic'. Doc fix.
13895 (trailing-whitespace) <defface>: Change group `whitespace' to
13896 `whitespace-faces'.
13897
13898 2005-12-11 Richard M. Stallman <rms@gnu.org>
13899
13900 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
13901
13902 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13903
13904 * term/mac-win.el: Create keymap for mac-apple-event-map.
13905
13906 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
13907
13908 * tooltip.el (tooltip-mode): Move to start of file so that it
13909 appears at top of customize buffer.
13910
13911 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13912 Add the gud groupname.
13913 (gud-tooltip-mode): Add the tooltip groupname.
13914 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
13915 avoid conflict with tooltip-use-echo-area.
13916
13917 2005-12-10 Romain Francoise <romain@orebokech.com>
13918
13919 * help.el (help-for-help-internal): Add `r' in doc string.
13920
13921 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13922
13923 * align.el (align-regexp, align-highlight-rule):
13924 Use region-beginning and region-end instead of point and mark, so that
13925 repetition (with `repeat-complex-command') recomputes the region
13926 bounds.
13927
13928 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
13929
13930 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13931 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13932 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
13933 (balance-windows): Rewrite using the above new functions.
13934
13935 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
13936
13937 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
13938 react if global-hi-lock-mode seems intended.
13939 (global-hi-lock-mode) Renamed from hi-lock-mode.
13940 (hi-lock-archaic-interface-message-used)
13941 (hi-lock-archaic-interface-deduce): New variables.
13942 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
13943 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
13944 (hi-lock-find-patterns, hi-lock-font-lock-hook):
13945 Replace hi-lock-buffer-mode with hi-lock-mode.
13946
13947 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
13948
13949 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
13950 completion list, even after a partial completion has been
13951 inserted in the current buffer. If there are more than 1
13952 completion, redisplay the *Completions* buffer; if the
13953 completion is unique, delete the *Completions* window.
13954
13955 2005-12-10 Eli Zaretskii <eliz@gnu.org>
13956
13957 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
13958 strings and long subject lines that were broken into multiple
13959 lines at arbitrary places. Handle subjects that have "Re: " in
13960 the middle.
13961
13962 2005-12-10 John W. Eaton <jwe@octave.org>
13963
13964 * emacs/octave-mod.el (octave-electric-space): Don't indent
13965 comments or strings if octave-auto-indent is nil.
13966
13967 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13968
13969 * term/mac-win.el: Require url when compiling.
13970 Call mac-process-deferred-apple-events after loading init files.
13971 (mac-apple-event-map): New defvar. Define event handlers in it.
13972 (core-event, internet-event): New Apple event class symbols.
13973 (open-application, reopen-application, open-documents)
13974 (print-documents, open-contents, quit-application)
13975 (application-died, show-preferences, autosave-now, get-url):
13976 New Apple event ID symbols.
13977 (about): New HICommand ID symbol.
13978 (mac-event-spec, mac-event-ae): New macros.
13979 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
13980 (mac-ae-selection-range, mac-ae-text-for-search)
13981 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
13982 (mac-application-menu-map): Remove keymap. Handlers for HICommand
13983 and Services menu events are now defined in mac-apple-event-map.
13984 (mac-drag-n-drop): Remove selection range handling.
13985
13986 2005-12-10 Kenichi Handa <handa@m17n.org>
13987
13988 * simple.el (zap-to-char):
13989 * isearch.el (isearch-process-search-char): Translate CHAR by
13990 translation-table-for-input.
13991
13992 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
13993
13994 * foldout.el (foldout-exit-fold): Properly hide subtree.
13995
13996 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13997
13998 * files.el (save-buffer):
13999 * international/ucs-tables.el (ucs-set-table-for-input):
14000 * mail/mail-extr.el (mail-extract-address-components):
14001 * mail/sendmail.el (mail-mode): Reformat doc string.
14002
14003 2005-12-09 Juri Linkov <juri@jurta.org>
14004
14005 * isearch.el (isearch-highlight): Change main overlay priority
14006 from 1 to 1001. Simplify.
14007 (isearch-lazy-highlight-update): Change lazy overlay priority
14008 from 0 to 1000.
14009
14010 * replace.el (replace-highlight): Change overlay priority from
14011 1 to 1001.
14012
14013 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14014 Change overlay priority from 1 to 1001. Reuse existing overlay.
14015
14016 * compare-w.el (compare-windows-highlight): Change overlay
14017 priority from 1 to 1000.
14018
14019 * menu-bar.el (menu-bar-edit-menu): Add listp around
14020 pending-undo-list to disable menu item "undo" when pending
14021 undo list is empty.
14022
14023 * locate.el (locate): Disable undo in *Locate* buffer.
14024
14025 2005-12-09 Kim F. Storm <storm@cua.dk>
14026
14027 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14028
14029 2005-12-09 David Ponce <david@dponce.com>
14030
14031 * recentf.el: Improvement of the menu code.
14032 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
14033 instead of menu hook.
14034 (recentf-show-menu, recentf-hide-menu): New functions.
14035 (recentf-menu-customization-changed, recentf-mode): Use them.
14036 (recentf-menu-action, recentf-max-menu-items)
14037 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14038 (recentf-arrange-by-rule-others)
14039 (recentf-arrange-by-rules-min-items)
14040 (recentf-arrange-by-rule-subfilter) : Don't use
14041 `recentf-menu-customization-changed'.
14042 (recentf-arrange-rules): Likewise. Accept functions to compute
14043 sub-menu titles.
14044 (recentf-menu-filter): Likewise. Doc fix.
14045 (recentf-menu-value-shortcut): Doc fix.
14046 (recentf-dump-variable): Quote atom value.
14047 (recentf-make-menu-items): Update to use it as a menu filter.
14048 (recentf-match-rule): New function.
14049 (recentf-arrange-by-rule): Use it.
14050 (recentf-indirect-mode-rule): New function.
14051 (recentf-build-mode-rules): Use it.
14052 (recentf-dir-rule): New function.
14053 (recentf-arrange-by-dir): Use it.
14054 (recentf-filter-changer-current): Rename from
14055 `recentf-filter-changer-state'. All references updated.
14056 (recentf-filter-changer-alist): Update filter names.
14057 (recentf-filter-changer-select): New function.
14058 (recentf-filter-changer): Use it. Make a sub-menu from filters
14059 available in `recentf-filter-changer-alist'.
14060 (recentf-data-cache, recentf-clear-data)
14061 (recentf-update-menu): Remove. All references updated.
14062 (recentf-match-rule-p, recentf-build-dir-rules)
14063 (recentf-filter-changer-goto-next)
14064 (recentf-filter-changer-get-current)
14065 (recentf-filter-changer-get-next): Remove.
14066
14067 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
14068
14069 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
14070 buffer "Reset" button to "Reset to Current" for consistency with
14071 the State buttons.
14072
14073 2005-12-08 John Paul Wallington <jpw@pobox.com>
14074
14075 * ibuf-ext.el (define-ibuffer-filter filename):
14076 If `dired-directory' is a list then really use its car.
14077
14078 2005-12-08 Kim F. Storm <storm@cua.dk>
14079
14080 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14081 Fix indention of text on right side of replaced rectangle.
14082
14083 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
14084
14085 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14086 No need to check gud-comint-buffer is bound.
14087 (gdb): Prevent multiple debugging when first session uses gdba.
14088
14089 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14090
14091 CC Mode update to 5.31.
14092
14093 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
14094 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
14095 We might do this function properly in the future).
14096
14097 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
14098 New macros c-sentence-end and c-default-value-sentence end, to cope
14099 with Emacs 22's new function `sentence-end'.
14100
14101 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14102
14103 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
14104 compat issue using `c-put-overlay' and `c-delete-overlay'.
14105
14106 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
14107 New compat macros to handle overlays/extents.
14108
14109 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14110
14111 * progmodes/cc-fix.el: Add definitions of the macros push and pop
14112 (for GNU Emacs 20.4)
14113
14114 * progmodes/cc-defs.el:
14115 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
14116
14117 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
14118 highlighting mechanism so it will work in XEmacs too.
14119
14120 * progmodes/cc-defs.el: Insert c-int-to-char.
14121
14122 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
14123 call to the new macro c-int-to-char. This solves XEmacs's
14124 regarding characters as different from integers.
14125
14126 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14127
14128 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
14129 New internal helper.
14130
14131 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
14132 construct to make the indirect face lookup work in XEmacs.
14133
14134 (c-cpp-matchers): Append the negation char face to the existing
14135 fontification, so that the cpp face doesn't disappear.
14136 Use `c-make-syntactic-matcher' to avoid negation chars in comments
14137 and strings.
14138
14139 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
14140 to map to `font-lock-negation-char-face' in emacsen where it exists.
14141
14142 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14143
14144 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
14145
14146 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
14147 Rename "c-subword-move-mode" as "c-subword-mode".
14148
14149 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
14150 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
14151
14152 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14153
14154 * progmodes/cc-mode.el: Added autoload directive for
14155 `c-subword-move-mode' for use in older emacsen.
14156
14157 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14158
14159 * progmodes/cc-mode.el:
14160 (i) Insert a binding for C-c C-backspace into
14161 c-bind-special-erase-keys which works in TTYs.
14162 (ii) Make sure that when file styles are used, any explicitly
14163 given style variables take priority over those in the style.
14164 Do this by calling `hack-local-variables' a second time.
14165
14166 * progmodes/cc-vars.el: Add language specific customization
14167 widgets for AWK to c-doc-comment-style, c-require-final-newline
14168 and c-default-style. Add a defcustom for awk-mode-hook.
14169 Give c-syntactic-element and c-syntactic-context doc-strings by
14170 directly setting their `variable-documentation' propery.
14171 This allows Emacs 22.1 to read these with C-h v.
14172
14173 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
14174
14175 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14176
14177 * progmodes/cc-fonts.el, cc-vars.el
14178 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
14179 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
14180 Masatake YAMATO.
14181
14182 (c-doc-comment-style): Made GtkDoc default in C mode.
14183
14184 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
14185 and C-c C-<delete>.
14186
14187 (c-bind-special-erase-keys): New function for use on
14188 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
14189
14190 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
14191 <delete> key behavior in XEmacs according to `delete-forward-p'.
14192 C.f. `c-electric-delete'.
14193
14194 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14195
14196 * progmodes/cc-mode.el: Give c-hungry-backspace and
14197 c-hungry-delete-forward permanent key bindings.
14198
14199 * progmodes/cc-cmds.el (c-electric-semi&comma):
14200 Bind c-syntactic-context for calls to "criteria functions", for
14201 consistency with other calls to user functions.
14202
14203 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
14204 `current-prefix-arg', since this might be the prefix arg to a
14205 command which calls c-indent-command as a function. Change the
14206 interactive spec from "p" to "P".
14207
14208 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
14209 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
14210 was difficult to understand.
14211
14212 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14213
14214 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
14215 first char of an identifier.
14216
14217 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
14218 +" syntax in C++.
14219
14220 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14221
14222 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
14223 auto-fill doesn't split a c-comment's last word from a hanging
14224 "*/" when a space is typed between them after fill-column.
14225
14226 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
14227
14228 * progmodes/cc-styles.el (c-set-style)
14229 (c-setup-paragraph-variables): Abort the command if we're not in a
14230 CC Mode buffer.
14231
14232 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
14233 with blank comment-prefix, and a blank line as the comment's
14234 second line.
14235
14236 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14237
14238 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
14239 Incorporate the patterns added in the Emacs development branch
14240 for the new Emacs 22 face `font-lock-negation-char-face'.
14241
14242 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
14243 of "red" since it stands out better in xterms and DOS terminals.
14244
14245 * progmodes/cc-engine.el (c-literal-faces):
14246 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
14247
14248 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14249
14250 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
14251 forcibly enable c-electric-flag.
14252
14253 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
14254 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
14255 after the comment-prefix of a C-style comment will close that comment.
14256
14257 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14258
14259 * progmodes/cc-fonts.el (c-basic-matchers-before)
14260 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
14261 in Pike.
14262
14263 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
14264 digraphs.
14265
14266 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
14267 (c-cpp-message-directives, c-cpp-include-directives)
14268 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
14269 (c-cpp-expr-directives): Introduce new language constants to
14270 control cpp syntax in a cleaner way.
14271
14272 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
14273
14274 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
14275
14276 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
14277 (c-multiline-string-start-char): New language constants and
14278 variables to specify how newlines in string literals work.
14279
14280 (c-font-lock-invalid-string): Use them.
14281
14282 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
14283 unbalanced close brace is entered. Optimization by avoiding going
14284 back over arbitrarily large blocks. Removed hints that this
14285 function only would be relevant/useful in AWK.
14286
14287 (c-electric-brace): Indent syntactically after the cleanups since
14288 lineup functions might do it differently then.
14289
14290 * progmodes/cc-engine.el, cc-langs.el
14291 (c-opt-op-identifier-prefix): New language constant and variable.
14292
14293 (c-just-after-func-arglist-p, c-after-special-operator-id)
14294 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
14295
14296 * progmodes/cc-align.el, cc-engine.el
14297 (c-after-special-operator-id): New helper to handle C++ operator
14298 identifiers.
14299
14300 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
14301 (c-guess-basic-syntax): Handle C++ operator identifiers in
14302 declarations.
14303
14304 * progmodes/cc-langs.el (c-assignment-operators): Add the
14305 trigraph version of ^= too.
14306
14307 * progmodes/cc-langs.el (c-assignment-operators): Add the
14308 trigraph version of |= in C++.
14309
14310 * progmodes/cc-fonts.el (c-font-lock-declarators):
14311 Handle `c-decl-hangon-kwds' after the identifier name.
14312
14313 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
14314 whether an arglist is "nonempty", ignore a comment after the open
14315 paren if it isn't followed by a non-comment token on the same line.
14316
14317 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
14318 Enable heuristics below the point to cope with classes inside special
14319 brace lists in Pike.
14320
14321 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14322
14323 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
14324
14325 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14326
14327 * progmodes/cc-guess.el (cc-guess-install): New function to
14328 install an already guessed style in another buffer.
14329
14330 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
14331 sets `inhibit-read-only' - `c-save-buffer-state' should be used
14332 anyway if the change always is undone.
14333
14334 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14335
14336 Implement togglable electricity:
14337
14338 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
14339 saying when it should be used.
14340
14341 * progmodes/cc-engine.el: Add the new buffer-local variable,
14342 c-electric-flag.
14343
14344 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
14345 c-toggle-auto-newline.
14346
14347 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
14348 c-toggle-auto-newline. Remove the binding for
14349 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
14350 c-toggle-electric-state.
14351
14352 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
14353
14354 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
14355 c-\(forward\|backward\)-subword.
14356 (c-update-modeline): Add the new modeline flag `l' for
14357 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
14358 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
14359 Make the old name an alias of the new name.
14360 (c-toggle-electric-state): New function.
14361 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
14362 Adapt these functions to do electric things only when
14363 c-electric-flag is non-nil.
14364 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
14365 new functions from c-electric-brace.
14366 (c-point-syntax): Add a check for "virtual semicolons" in AWK
14367 mode, so that the tentative extra newline doesn't change the
14368 syntax of the following brace.
14369 (c-electric-brace): Restructure by extracting the above functions.
14370 Tidy up the coding somewhat.
14371 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14372 restructure a bit.
14373
14374 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14375
14376 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
14377 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
14378
14379 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
14380 (c-submode-indicators): Change name from `c-auto-hungry-string'
14381 since it's now used to track another submode.
14382
14383 (c-update-modeline): Convert to function and extended to check
14384 `c-subword-move-mode'.
14385
14386 (c-forward-into-nomenclature, c-backward-into-nomenclature):
14387 Convert to compat aliases for `c-forward-subword' and
14388 `c-backward-subword'.
14389
14390 * progmodes/cc-subword.el: New functions and minor mode to handle
14391 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
14392
14393 (c-forward-subword, c-backward-subword, c-mark-subword)
14394 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
14395 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
14396 Functions corresponding to the standard word handling functions.
14397
14398 (c-subword-move-mode): Minor mode that replaces all the standard
14399 word handling functions with their subword equivalences.
14400
14401 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14402
14403 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14404 entry for one-liner-defun.
14405
14406 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14407 name in its def-edebug-spec.
14408
14409 * progmodes/cc-cmds.el (c-electric-brace): Make the
14410 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
14411 compacts space before a comment, if this will make things fit on
14412 one line.
14413
14414 Introduce an "awk" style, mainly for auto-newline and clean-ups.
14415
14416 * progmodes/cc-align.el: New function c-snug-1line-defun-close
14417
14418 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14419 clean-up one-liner-defun.
14420
14421 * progmodes/cc-styles.el: Add the new "awk" style.
14422
14423 * progmodes/cc-vars.el: Add description of one-liner-defun to
14424 c-cleanup-list's doc-string. New user options,
14425 c-max-one-liner-length. In c-default-style, set the default style
14426 for AWK to "awk".
14427
14428 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14429
14430 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14431 macros inside labels.
14432
14433 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14434 `c-at-statement-start-p' and `c-at-expression-start-p'.
14435
14436 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14437 error if the mark isn't set.
14438
14439 * progmodes/cc-engine.el (c-guess-continued-construct)
14440 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14441 accurately detect functions inside functions.
14442
14443 * progmodes/cc-engine.el (c-at-expression-start-p): New function
14444 like `c-at-statement-start-p' that additionally recognizes commas
14445 and expression parentheses as delimiters.
14446
14447 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14448 to avoid heuristics that doesn't work for unclosed blocks.
14449 (c-at-statement-start-p): New function.
14450
14451 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14452 Objective-C directives, e.g. directives spanning lines should work
14453 reasonably well now.
14454
14455 (c-put-c-type-property, c-clear-c-type-property): New helpers.
14456
14457 (c-forward-objc-directive): New function to move over any ObjC
14458 directive.
14459
14460 (c-just-after-func-arglist-p, c-guess-basic-syntax)
14461 (c-basic-matchers-before): Use it.
14462
14463 (c-font-lock-objc-iip-decl): Remove.
14464
14465 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
14466 in the template arglist recognition.
14467
14468 * progmodes/cc-styles.el (c-style-alist): Fix several
14469 inconsistencies in the Whitesmith style.
14470
14471 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
14472 New lineup function to get lines after Whitesmith style blocks
14473 correctly indented.
14474
14475 (c-lineup-whitesmith-in-block): Back out the compensation for
14476 opening parens since it's done using `add' lists in the style
14477 definition instead. Don't use the anchor position since it varies
14478 too much between the syntactic symbols. :P
14479
14480 * progmodes/cc-vars.el (c-valid-offset): Update.
14481
14482 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
14483 lists where the offsets are combined according to several
14484 different methods: `first', `min', `max', and `add'.
14485 Report offset evaluation errors with `c-benign-error' so that some kind
14486 of reindentation still is done.
14487
14488 * progmodes/cc-engine.el (c-guess-basic-syntax):
14489 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
14490 `arglist-close'.
14491
14492 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
14493 situations for `arglist-cont-nonempty' and `arglist-close'.
14494
14495 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
14496
14497 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
14498 cc-bytecomp-boundp' in a number of places.
14499
14500 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
14501 macro related issue.
14502
14503 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14504
14505 * progmodes/cc-awk.el: Change the terminology of regexps: A char
14506 list is now [asdf], a char class [:alpha:].
14507 Include code for char classes.
14508 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
14509 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
14510
14511 Remove (nearly all of) the cruft associated with AWK Mode's former
14512 concept of "virtual semicolons":
14513
14514 Adapt c-beginning-of-statement, c-end-of-statement (together with
14515 subfunctions) to use the new notion of "virtual semicolon" in
14516 place of the old awkward special handling for AWK. There remains
14517 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
14518 * progmodes/cc-cmds.el:
14519 (c-ascertain-adjacent-literal): In the backwards direction, now
14520 recognises AWK regexp delimiters as string delimiters.
14521 (c-after-statement-terminator-p): Adapt for virtual semicolons;
14522 check more rigorously for "end of macro".
14523 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
14524 virtual semicolons;
14525 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
14526 out the code for forward movement into ...
14527 (c-end-of-statement): Now contains the code for forward movement,
14528 adapted for virtual semicolons.
14529
14530 * progmodes/cc-engine.el:
14531 (c-ws*-string-limit-regexp): New regexp.
14532 (c-forward-single-comment, c-backward-single-comment): Comment out
14533 the (now redundant) "special" AWK stuff.
14534
14535 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
14536 c-string-par-start, c-string-par-separate to be more like Text
14537 Mode than Fundamental Mode.
14538
14539 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14540
14541 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
14542 to the fontified region so that fontification doesn't occur
14543 outside it (could happen e.g. when fontifying a line with an
14544 unfinished declaration).
14545
14546 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14547
14548 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
14549 start of the file. ^L now separate sections of the file.
14550 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
14551 (c-awk-one-line-possibly-open-string-re)
14552 (c-awk-regexp-one-line-possibly-open-char-class-re)
14553 (c-awk-one-line-possibly-open-regexp-re)
14554 (c-awk-one-line-non-syn-ws*-re): New defonsts.
14555 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
14556
14557 Amend the concept of "virtual semicolons" (in the indentation
14558 engine) for languages like AWK, such that they are now
14559 conceptually attached to end of the last token of a statement, not
14560 the end of the line. (In AWK Mode, however, the pertinent text
14561 property is still physically set on the EOL.) Remove the specific
14562 tests for awk-mode, thus facilitating the introduction of other
14563 language modes where EOLs can end statements.
14564 (Note: The funtionality in cc-cmds.el, specifically
14565 c-beginning/end-of-statement has yet to be amended.)
14566
14567 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
14568 New macros.
14569
14570 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
14571 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
14572 c-vsemi-status-unknown-p-fn (in a new page).
14573
14574 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
14575 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
14576 numerous awkward forms like
14577 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
14578 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
14579 variable before-ws-ip, the place just after char-before-ip appears.
14580
14581 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
14582 a comment.
14583
14584 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14585
14586 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
14587 `c-tentative-buffer-changes'.
14588
14589 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
14590 convert to macro to choose between Emacs and XEmacs at compile time.
14591
14592 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
14593
14594 (c-tentative-buffer-changes): New macro to handle temporary buffer
14595 changes in a convenient way.
14596
14597 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
14598 for `c-tentative-buffer-changes'.
14599
14600 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
14601 the checks for paren sexps between the point and the keyword, to
14602 avoid some false alarms.
14603
14604 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
14605 Fixed a situation where an error could be thrown for unbalanced
14606 parens. Changed to make use of c-keyword-member' to avoid some
14607 repeated regexp matches.
14608
14609 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
14610 These language variable are no longer necessary.
14611
14612 (c-block-stmt-kwds): New language constant used by
14613 c-looking-at-inexpr-block'.
14614
14615 (c-guess-basic-syntax): Remove an optional check that looked at
14616 the existence of the now removed language variables.
14617
14618 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
14619 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
14620 object instantiation expressions as declarations in some contexts.
14621 This bug only affected languages where the declarator can't be
14622 enclosed in parentheses.
14623
14624 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
14625 insert newlines before and after substatement braces.
14626
14627 * progmodes/cc-engine.el: Improved the heuristics for recognizing
14628 function declaration headers and the handling of C++ style member
14629 init lists.
14630
14631 (c-just-after-func-arglist-p): Rewritten to use
14632 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
14633
14634 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
14635
14636 (c-guess-basic-syntax): Adapt case 5B for the new
14637 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
14638 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
14639 covers all cases now).
14640
14641 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
14642
14643 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14644
14645 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
14646 c-string-par-start/separate c-sentence-end-with-esc-eol,
14647 initialised in c-setup-paragraph-variables, used in string
14648 scanning subroutines of c-beginning-of-statement.
14649
14650 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14651 which precedes the newly inserted `{'.
14652
14653 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14654
14655 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
14656 function for declaration level blocks. It should now cope with
14657 templates better and also be a lot more comprehensible.
14658
14659 (c-looking-at-decl-block): The new function.
14660
14661 (c-search-uplist-for-classkey): The old one. It's now a wrapper
14662 for compatibility.
14663
14664 (c-add-class-syntax, c-guess-continued-construct)
14665 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
14666
14667 (c-decl-block-key): Change to tell apart ambiguous and
14668 unambiguous keywords. Pike specials are now handled directly in
14669 the code instead.
14670
14671 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
14672 New language constants and variables to make the backward skip in
14673 `c-looking-at-decl-block' as tight as possible.
14674
14675 (c-nonsymbol-token-char-list): New language constant.
14676
14677 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
14678 find balanced template arglists backwards.
14679
14680 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
14681 making char classes for `c-syntactic-skip-backward'.
14682
14683 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
14684 16D - can't be a class-close at that point.
14685
14686 * progmodes/cc-engine.el (c-guess-basic-syntax)
14687 (c-add-class-syntax): Don't narrow out the enclosing declaration
14688 level. This makes everything a lot easier, and it was actually
14689 only four small places that needed it to work. Some places that
14690 previously did `widen' are removed now, which has the effect that
14691 `c-guess-basic-syntax' never will look at things outside the
14692 current narrowment now. The anchor position for `topmost-intro'
14693 is affected by this, but it was so bogus it was basically useless
14694 before, and now it's equally bogus but in a slightly different way.
14695
14696 (c-narrow-out-enclosing-class): Gone.
14697
14698 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
14699 the narrowed region.
14700
14701 (c-least-enclosing-brace): Remove silly optional argument.
14702
14703 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14704 the point could be left directly after an open paren when finding
14705 the beginning of the first decl in the block.
14706
14707 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
14708 Specify which submatch to use.
14709
14710 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
14711
14712 (c-decl-start-re): No longer any need for special treatment of
14713 ObjC due to the above.
14714
14715 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
14716 presumably follows C in that regard.
14717
14718 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
14719 New language constants to specify operator tokens inside
14720 identifiers in a more high level way.
14721
14722 (c-opt-identifier-prefix-key): New internal language constant.
14723
14724 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
14725 (c-identifier-start, c-identifier-key): Now completely calculated
14726 from other constants.
14727
14728 (c-identifier-last-sym-match): Decommission since it's no longer used.
14729
14730 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
14731
14732 * progmodes/cc-engine.el (c-forward-name): Remove the
14733 optimization when c-identifier-key is equal to c-symbol-key since
14734 it doesn't work in byte compiled files. Don't record empty
14735 regions as identifiers.
14736
14737 * progmodes/cc-langs.el (c-filter-ops): New helper function to
14738 simplify access to `c-operators' and its likes.
14739
14740 (c-operator-list, c-all-op-syntax-tokens)
14741 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
14742 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
14743 (c-primary-expr-regexp, c-cast-parens): Use it.
14744
14745 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
14746 an explicit language in functions.
14747
14748 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
14749 variant of adornment.
14750
14751 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
14752 variable.
14753
14754 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
14755 the Pike value.
14756
14757 * progmodes/cc-engine.el (c-on-identifier)
14758 (c-simple-skip-symbol-backward): Small fix for handling "-"
14759 correctly in `skip-chars-backward'. Affected the operator lfun
14760 syntax in Pike.
14761
14762 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
14763 diagnostic message about precompiled language vars not being used.
14764
14765 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
14766 "__attribute__" is followed by a parenthesis.
14767
14768 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
14769 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
14770 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
14771
14772 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
14773 Internal cleanups to properly detect the declared identifiers in
14774 various declarations.
14775
14776 (c-decl-start-kwds): New language constant to recognize
14777 declarations that can start anywhere. Used for class declarations
14778 in Pike.
14779
14780 (c-specifier-key, c-not-decl-init-keywords)
14781 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
14782 (c-find-decl-spots): Implement `c-decl-start-kwds'.
14783
14784 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
14785 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
14786 handling of the compiler specific extension keywords into a new
14787 language constant `c-decl-hangon-kwds' that defines keyword
14788 clauses to be ignored in declarations.
14789
14790 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
14791 past unrecognized tokens when handling `c-colon-type-list-kwds'.
14792 Necessary to stop at the declared identifier in e.g. IDL valuetype
14793 declarations.
14794
14795 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
14796 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
14797 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
14798 (c-forward-decl-or-cast-1): Recognize the declared identifier in
14799 class and enum declarations as such and not as part of the type.
14800
14801 (c-forward-decl-or-cast-1, c-forward-label): Relax the
14802 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
14803
14804 (c-forward-decl-or-cast-1): Don't disregard sure signs of
14805 declarations when there's some syntax error later on.
14806
14807 (c-complex-decl-matchers): Did away with a reference to
14808 `c-specifier-key'.
14809
14810 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
14811 value - this variable is always dynamically bound.
14812
14813 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
14814 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
14815 * cc-cmds.el, cc-defs.el: Change the policy for marking up
14816 functions that might do hidden buffer changes: All such internal
14817 functions are now marked instead of those that don't.
14818
14819 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
14820 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
14821 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
14822 (c-literal-type): Allow these functions to make hidden buffer changes,
14823 so that they are free to use text property caching later on.
14824
14825 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
14826 (c-electric-brace, c-electric-slash, c-electric-star)
14827 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
14828 (c-electric-paren, c-electric-continued-statement, c-indent-command)
14829 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
14830 (c-context-line-break): Add `c-save-buffer-state' calls to comply
14831 with the changed semantics of the functions above.
14832
14833 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
14834 when macros occur in obscure places. Optimized the sexp movement
14835 a bit.
14836
14837 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14838
14839 Enhancements for c-beginning-of-statement to work in AWK Mode:
14840
14841 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
14842 (completed statement) with `}' (statement completed by closing
14843 brace or semicolon) and `$' (statement completed by EOL).
14844
14845 (c-awk-virtual-semicolon-ends-prev-line-p)
14846 (c-awk-virtual-semicolon-ends-line-p)
14847 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
14848 (c-awk-at-statement-end-p): New functions.
14849
14850 * progmodes/cc-cmds.el: Simplify the structure of functions
14851 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
14852 two functions and c-beginning-of-statement to handle AWK Mode.
14853
14854 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
14855 c-backward-single-comment for AWK mode. Attempt to clarify their
14856 doc-strings.
14857
14858 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
14859
14860 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14861
14862 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
14863 label handling. Labels are now recognized in a uniform and more
14864 robust way, regardless of context. Text properties are put on all
14865 labels to recognize the following declarations better.
14866 Multiword labels are handled both in indentation and fontification for
14867 the benefit of language extensions like Qt. For consistency, keywords
14868 in labels are now fontified with the label face instead.
14869 That also applies to "case" and "default".
14870
14871 (c-beginning-of-statement-1): Fix some bugs in the label
14872 handling. Disregard `c-nonlabel-token-key' in labels that begin
14873 with `c-label-kwds'.
14874
14875 (c-find-decl-spots): Support that the callback adds more
14876 `c-decl-end' spots to find.
14877
14878 (c-forward-decl-or-cast-1): Don't treat a list of plain
14879 identifiers followed by a colon as a declaration.
14880
14881 (c-forward-label): New function to recognize labels.
14882
14883 (c-guess-basic-syntax): Replace uses of `c-label-key' with
14884 `c-forward-label'. Moved the label recognition cases (14 and 15)
14885 earlier since they aren't so context sensitive now. Handle labels
14886 on the top level gracefully. Moved access label recognition to
14887 the generic label case (CASE 15) - removed CASE 5E.
14888
14889 (c-font-lock-declarations): Add recognition of labels in the
14890 same round since we need to handle labels in parallell with other
14891 declarations to recognize both accurately. It should also improve
14892 speed.
14893
14894 (c-simple-decl-matchers, c-basic-matchers-after):
14895 Move `c-font-lock-labels' so that it only is used on decoration level 2
14896 since `c-font-lock-declarations' handles it otherwise.
14897
14898 (c-complex-decl-matchers): Remove the simplistic recognition of
14899 access labels.
14900
14901 (c-decl-prefix-re): Remove the kludges that was necessary to cope
14902 with labels earlier.
14903
14904 (c-decl-start-re): New language variable to make
14905 `c-font-lock-declarations' stop for the special protection labels
14906 in Objective-C that start with `@'.
14907
14908 (c-label-key): Remove since it's no longer used.
14909
14910 (c-recognize-colon-labels, c-label-prefix-re): New language
14911 constants to support recognition of generic colon-terminated labels.
14912
14913 (c-type-decl-end-used): `c-decl-end' is now used whenever there
14914 are colon terminated labels.
14915
14916 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14917 first argument starts with a special brace list.
14918
14919 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
14920 (c-font-lock-declarations): Break out the declaration and cast
14921 recognition from `c-font-lock-declarations' to a new function, so
14922 that it can be used in the indentation engine.
14923
14924 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
14925 up to the start of the literal. Fixed bug with the point on the
14926 wrong side of the search limit that could happen when the start
14927 position is inside a literal.
14928
14929 * progmodes/cc-engine.el (c-parse-state)
14930 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
14931 so that it's kept a little bit back to increase the hit rate.
14932
14933 (c-parse-state): Change the macro handling and fixed some
14934 glitches. Macro context is checked more often than necessary now,
14935 but otoh less garbage conses are generated.
14936
14937 * progmodes/cc-engine.el (c-parse-state)
14938 (c-invalidate-state-cache): Cache the last position where
14939 `c-state-cache' applies. This can speed up refontification quite
14940 a bit in blocks where there are many non-brace parens before the point.
14941
14942 (c-state-cache-end): New variable for this.
14943
14944 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
14945 cache variable.
14946
14947 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
14948 get close initial continue positions when the start position is
14949 inside a literal or macro. Do not call the callback for spots
14950 before the start position (which can happen e.g. for `c-decl-end'
14951 spots inside comments). Optimize better in special cases when the
14952 region is a single line inside a literal or macro (typically when
14953 the current line is refontified).
14954
14955 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
14956 to `c-add-stmt-syntax' - there's no need to explicitly whack off
14957 entries from the paren state.
14958
14959 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
14960 special case for "else if" clauses.
14961
14962 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14963 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
14964
14965 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
14966 New language variable to recognize the gcc extension with statement
14967 blocks inside expressions.
14968
14969 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
14970 it somewhat more comprehensible. The argument AT-BLOCK-START is
14971 no longer used and hence removed.
14972
14973 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
14974 to `c-add-stmt-syntax'.
14975
14976 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14977 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
14978 This fixes bogus label recognition.
14979
14980 * progmodes/cc-engine.el (c-add-type, c-check-type)
14981 (c-forward-name, c-forward-type): Improve storage of template
14982 types in `c-found-types' so that they can be recognized better.
14983
14984 (c-syntactic-content): Add option to skip past nested parens.
14985
14986 * progmodes/cc-engine.el (c-forward-name):
14987 Set `c-last-identifier-range' all the time. It's less work that way.
14988 Handle that there might not be an identifier to store in
14989 `c-last-identifier-range'.
14990
14991 (c-forward-type): Handle that `c-last-identifier-range' might be
14992 nil from `c-forward-name'.
14993
14994 * progmodes/cc-defs.el (c-safe-scan-lists)
14995 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
14996
14997 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
14998 to work even if the form fails.
14999
15000 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15001 down in a large file in one go.
15002
15003 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15004
15005 * progmodes/cc-align.el (c-lineup-assignments): New lineup
15006 function which is like `c-lineup-math' but returns nil instead of
15007 `c-basic-offset' when it doesn't match.
15008
15009 (c-lineup-math): Change to use `c-lineup-assignments'.
15010
15011 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15012
15013 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15014 c-beginning-of-statement. New subfunctions
15015 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15016
15017 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15018
15019 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15020 hardcoded char classes whereever possible. Changed a couple of
15021 places to use skip by syntax instead of skip by char class.
15022
15023 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15024 Fix a bug in the regexp that caused extreme backtracking.
15025
15026 * progmodes/cc-langs.el (c-block-comment-starter)
15027 (c-block-comment-ender): New language constants to specify in a
15028 single place how block comments look.
15029
15030 (c-comment-start-regexp, c-block-comment-start-regexp)
15031 (comment-start, comment-end, comment-start-skip)
15032 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15033 (c-syntactic-ws, c-nonempty-syntactic-ws)
15034 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15035 `c-line-comment-starter', `c-block-comment-starter' and
15036 `c-block-comment-ender'.
15037
15038 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15039 New language constants to break up things a bit.
15040
15041 (c-simple-ws): New language constant for simple whitespace.
15042
15043 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15044
15045 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15046 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
15047 newlines. Allow and ignore nil elements in the list.
15048
15049 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15050
15051 * progmodes/cc-cmds.el: Comment out a (n almost certainly
15052 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
15053
15054 * progmodes/cc-cmds.el: Tidy up the comments in
15055 c-beginning-of-statement and subfunctions.
15056
15057 * progmodes/cc-awk.el: Replace calls to put-text-property to the
15058 more flexible c-put-char-property and c-clear-char-properties.
15059 Add the author's email address.
15060
15061 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
15062
15063 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
15064 closing "*/" of a block comment.
15065
15066 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
15067 subfunctions) so that it works at BOB and EOB.
15068
15069 * progmodes/cc-cmds.el, cc-vars.el: More updating of
15070 c-beginning-of-statement, including new variable
15071 c-block-comment-start-regexp.
15072
15073 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15074
15075 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
15076 symbols from `*-font-lock-extra-types' so that there's no need to
15077 use `regexp-opt' on those lists.
15078
15079 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
15080 `c-type-modifier-kwds' is empty.
15081
15082 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
15083 there are several strings on the same line.
15084
15085 * progmodes/cc-engine.el (c-literal-limits): Remove the
15086 compatibility function for older emacsen. `c-literal-limits-fast'
15087 has now taken the place of this function.
15088
15089 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
15090 with older emacsen: We now require `pps-extended-state'.
15091
15092 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15093
15094 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
15095 which obviates the need to hack sentence-end. This now handles
15096 escaped newlines in strings correctly. Correct minor bugs in
15097 c-move-over-sentence and in c-beginning-of-statement.
15098
15099 * progmodes/cc-cmds.el (c-beginning-of-statement (and
15100 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
15101 that movement over macros and code are rigorously separated from
15102 eachother. Correct a few incidental bugs.
15103
15104 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
15105 Improve its doc-string. Improve the handling of certain specific cases.
15106
15107 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15108
15109 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
15110 (c-guess-basic-syntax): Change the way class-level labels are
15111 recognized; they can now contain essentially any symbols.
15112
15113 (c-opt-extra-label-key): New language variable to cope with the
15114 special protection label syntax in Objective-C.
15115
15116 (c-opt-access-key): Remove; this is now handled better by
15117 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
15118
15119 (c-complex-decl-matchers): Update to handle that
15120 `c-opt-access-key' no longer exists.
15121
15122 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
15123 improved label recognition in `c-beginning-of-statement-1'.
15124
15125 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
15126 Recognize bitfields better.
15127
15128 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
15129 Remove some cruft and fixed a bug that could cause it to go to a
15130 position further down.
15131
15132 * progmodes/cc-langs.el, cc-engine.el
15133 (c-beginning-of-statement-1): Improve detection of labels in
15134 declaration contexts.
15135
15136 (c-beginning-of-decl-1): Use it.
15137
15138 (c-nonlabel-token-key): New language constant and variable needed
15139 by `c-beginning-of-statement-1'.
15140
15141 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
15142 manifested itself due to the correction in `c-forward-sexp'.
15143
15144 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
15145 Make these behave as documented when used at the buffer limits.
15146
15147 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
15148 (c-type-decl-end-used): Made this a language variable.
15149
15150 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
15151 correctly when `combine-after-change-calls' is used together with
15152 temporary narrowings.
15153
15154 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15155 Report labels correctly when the start point is immediately after the
15156 colon.
15157
15158 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
15159 Remove since it isn't used anymore.
15160
15161 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
15162 bracket arglists such as template parens in C++.
15163
15164 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
15165 in the last check-in. Some optimization.
15166
15167 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
15168 where it could stop at the same level in a preceding sexp when
15169 PAREN-LEVEL is set.
15170
15171 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
15172 text property lookup only when it's needed.
15173
15174 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
15175 Change the policy for paren marked angle brackets to be more
15176 persistent; once marked they remain marked even when they're found
15177 to be unbalanced in the searched region. This should keep the
15178 paren syntax around even when individual lines are refontified in
15179 multiline template arglists.
15180
15181 (c-parse-and-markup-<>-arglists): New dynamically bound variable
15182 to control markup so that incorrect angle bracket arglists aren't
15183 marked in contexts where the correct value for
15184 `c-disallow-comma-in-<>-arglists' isn't known.
15185
15186 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
15187 argument has become `c-parse-and-markup-<>-arglists'.
15188
15189 (c-remove-<>-arglist-properties): Remove - no longer used.
15190
15191 (c-after-change-check-<>-operators): New function used on
15192 `after-change-functions' to avoid that "<" and ">" characters that
15193 are part of longer operators have paren syntax.
15194
15195 (c-<>-multichar-token-regexp): New language variable used by
15196 `c-after-change-check-<>-operators'.
15197
15198 (c-after-change): Call `c-after-change-check-<>-operators'.
15199
15200 (c-font-lock-<>-arglists): Use the context properties set by
15201 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
15202 correctly to avoid doing invalid markup.
15203
15204 (c-font-lock-declarations): Remove code that undoes the invalid
15205 markup done by `c-font-lock-<>-arglists'.
15206
15207 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
15208 after `c-font-lock-declarations'.
15209
15210 * progmodes/cc-engine.el (c-syntactic-skip-backward):
15211 Add paren-level feature.
15212
15213 (c-guess-basic-syntax): Improve the anchor position for
15214 `template-args-cont' in nested template arglists. There's still
15215 much to be desired in this area, though.
15216
15217 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15218
15219 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
15220 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
15221
15222 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15223
15224 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
15225 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
15226
15227 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
15228 it doesn't work no longer are supported.
15229
15230 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
15231 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
15232 requires support for the syntax-table' text property, which rules
15233 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
15234 cruft associated with those versions.
15235
15236 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
15237 for the `syntax-table' text property, which rules out Emacs 19 and
15238 XEmacs < 21.4. Removed various compatibility cruft associated
15239 with those versions.
15240
15241 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
15242 support for the `syntax-table' text property.
15243
15244 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
15245 variable and use an extra quoted face name instead. All the
15246 emacsen flavors handle that correctly.
15247
15248 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
15249 (c-font-lock-declarators, c-font-lock-declarations)
15250 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
15251 property to mark the items in in declarator lists to handle
15252 refontification inside multiline declarations better.
15253
15254 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
15255 construct like "a * b = c;" as a declaration.
15256
15257 2005-12-08 Kim F. Storm <storm@cua.dk>
15258
15259 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
15260 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
15261 select either meta, hyper, or super modifier for rectangle commands.
15262 (cua--rectangle-modifier-key): New defvar.
15263 (cua--M/H-key): Use it. Remove special case for `space'.
15264 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
15265 on X, to meta otherwise. Always bind C-return to toggle
15266 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
15267
15268 * emulation/cua-rect.el (cua-help-for-rectangle):
15269 Use cua--rectangle-modifier-key. Handle super modifier too.
15270 (cua--init-rectangles): Always bind C-return to toggle rectangle.
15271 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
15272
15273 * ido.el: Move Acknowledgements and History after Commentary.
15274 Minor changes to Commentary.
15275
15276 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
15277 keymap if cua--prefix-override-timer is `shift'.
15278 (cua--shift-control-prefix): New function; emulate "type prefix
15279 key twice" functionality to handle shifted prefix key override.
15280 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
15281 New commands.
15282 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
15283
15284 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
15285
15286 * textmodes/org.el (org-insert-heading): Try to do items before
15287 headings.
15288 (org-agenda-mode): Quote `org-agenda-mode-hook'.
15289 (org-insert-item): New function.
15290 (org-renumber-ordered-list): Don't skip to higher level lists.
15291
15292 2005-12-08 Juri Linkov <juri@jurta.org>
15293
15294 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
15295
15296 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
15297
15298 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
15299
15300 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
15301 the constructed function name fun-1.
15302
15303 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
15304 because such links don't lead to parent documentation.
15305
15306 2005-12-08 Kenichi Handa <handa@m17n.org>
15307
15308 * descr-text.el (describe-char): Use *Help-2* buffer if the
15309 current buffer is *Help*. Call describe-text-properties while
15310 setting the original buffer.
15311
15312 2005-12-07 Bill Wohler <wohler@newt.com>
15313
15314 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
15315 and causes problems with non-MH users (such as Gnus users).
15316
15317 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
15318
15319 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
15320 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
15321 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
15322 command "info sources". Move calls to GDB command "list".
15323 (gdb-find-file-hook): Just use gdb-source-file-list.
15324 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
15325 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
15326 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
15327 (gdb-data-list-register-values-handler): Use correct trigger name.
15328
15329 2005-12-07 Kim F. Storm <storm@cua.dk>
15330
15331 * ido.el (ido-completion-map): Rename from ido-mode-map.
15332 (ido-common-completion-map, ido-file-completion-map)
15333 (ido-file-dir-completion-map, ido-buffer-completion-map):
15334 Rename from ido-mode-....-map.
15335 (ido-init-completion-maps): Rename from ido-init-mode-maps.
15336 (ido-setup-completion-map): Rename from ido-define-mode-map.
15337 (ido-read-internal): Bind minibuffer-local-filename-completion-map
15338 to ido-completion-map.
15339
15340 2005-12-07 Kenichi Handa <handa@m17n.org>
15341
15342 * international/mule-cmds.el
15343 (set-display-table-and-terminal-coding-system): If the coding
15344 system specified in `unibyte-display' property is different from
15345 the arg coding-system, don't setup standard-display-table.
15346
15347 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15348
15349 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
15350 that comments end at \n, regardless of selective-display.
15351
15352 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
15353
15354 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
15355 (gdb-version): New variables.
15356 (gdb-source-file-list, gdb-register-names)
15357 (gdb-changed-registers): New variables for use with GDB 6.4+.
15358 (gdb-ann3): Replace with...
15359 (gdb-init-1, gdb-init-2): ...two new functions.
15360 (gdba, gdb-prompt): Call gdb-init-1.
15361 (gdb-get-version): New function. Call gdb-init-2 from here.
15362 (gud-watch): Make it work with mouse events too.
15363 (gdb-post-prompt): Don't add to queue until GDB version is known.
15364 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
15365 (gdb-locals-mode): Use gdb-version.
15366 (gdb-memory-format-map, gdb-memory-unit-map)
15367 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
15368 (gdb-locals-font-lock-keywords-1)
15369 (gdb-locals-font-lock-keywords-2): New variables.
15370 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
15371 (gdb-set-gud-minor-mode-existing-buffers-1)
15372 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
15373 (gdb-var-update-1, gdb-var-update-handler-1)
15374 (gdb-data-list-register-values-handler)
15375 (gdb-data-list-register-values-custom)
15376 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
15377 (gdb-stack-list-locals-handler, gdb-get-register-names):
15378 New functions for use with GDB 6.4+.
15379 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
15380 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
15381 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
15382 (gdb-stack-list-locals-regexp)
15383 (gdb-data-list-register-names-regexp): New regexps for use with
15384 GDB 6.4+.
15385
15386 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
15389
15390 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
15391
15392 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15393 prompts work for AUTH PLAIN. Also reported by Steve Allan
15394 <seallan@verizon.net>.
15395
15396 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15397
15398 * frame.el (set-frame-parameter): Add doc string.
15399
15400 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
15401
15402 * textmodes/org.el (org-occur-highlights): New variable.
15403 (org-highlight-new-match, org-remove-occur-highlights): New functions.
15404 (org-highlight-sparse-tree-matches): New option.
15405 (org-do-occur): New function.
15406 (org-get-heading): Make it work also at beginning of line.
15407 (org-category-table): New variable.
15408 (org-get-category-table, org-get-category)
15409 (org-camel-to-words, org-link-search): New functions.
15410 (org-select-this-todo-keyword): New variable.
15411 (org-todo-list): New command.
15412 (org-shiftright, org-shiftleft): New commands.
15413 (org-agenda-todo): Add prefix argument.
15414 (org-show-hierarchy-above): New option.
15415 (org-show-todo-tree): Numerical prefix creates tree for specific
15416 TODO keyword.
15417 (org-outline-level): New function, to assign a level to plain
15418 lists items.
15419 (org-cycle-include-plain-lists): New option.
15420 (org-mode): Use `org-outline-level' as value of `outline-level'.
15421 (org-cycle): Temporarily switch `outline-regexp' if
15422 `org-cycle-include-plain-lists' is non-nil.
15423 (org-start-icalendar-file): Fix format bug.
15424 (org-agenda-get-day-entries): Create category table.
15425 (org-agenda-get-todos, org-agenda-get-timestamps)
15426 (org-agenda-get-deadlines, org-agenda-get-scheduled)
15427 (org-agenda-get-blocks): Use `org-get-category'.
15428 (org-context-in-file-links): Rename from
15429 `org-line-numbers-in-file-links'.
15430
15431 2005-12-06 Romain Francoise <romain@orebokech.com>
15432
15433 * window.el (balance-windows): Delete extraneous third arg in call
15434 to `enlarge-window'.
15435
15436 2005-12-06 Kenichi Handa <handa@m17n.org>
15437
15438 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15439
15440 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
15441
15442 * progmodes/gdb-ui.el (gdb-var-create-handler)
15443 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15444 (gdb-var-list-children-handler, gdb-var-update-handler):
15445 Current buffer is already gdb-partial-output-buffer, don't
15446 make it current again.
15447
15448 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
15449
15450 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15451 (list-buffers-noselect): Use it.
15452
15453 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15454
15455 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15456 (mail-yank-ignored-headers): Use regexp-opt.
15457 (mail-mode-map): Move initialization into declaration.
15458 (mail-sent-via): Remove unused shadowed var `to-line'.
15459 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
15460 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
15461 (mail-do-fcc): Use dolist and push.
15462 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
15463 (mail-yank-ignored-headers): Don't autoload.
15464
15465 2005-12-05 Kenichi Handa <handa@m17n.org>
15466
15467 * international/mule-cmds.el (set-language-info-internal): New fun.
15468 (set-language-info): Call set-language-info-internal to update
15469 language-info-alist. If LANG-ENV is the current one, call
15470 set-language-environment to make INFO effective now.
15471 (set-language-info-alist): Likewise.
15472 (locale-language-names): With locale "en", use English
15473 lang. env. but set the default codings to iso-8859-1.
15474
15475 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
15476
15477 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
15478 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
15479 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
15480 for plain strings.
15481 (gdb-frames-mode): Remove redundant call to font-lock-mode.
15482 (gdb-all-registers): Rename from toggle-gdb-all-registers.
15483 Create registers buffer if necessary. Echo new state in minibuffer.
15484 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
15485
15486 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
15487
15488 * info.el (Info-fontify-node): Match external links using
15489 non-directory part of filename.
15490
15491 2005-12-04 Juri Linkov <juri@jurta.org>
15492
15493 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
15494 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
15495 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
15496 because there is no customization option for it.
15497
15498 * font-lock.el (lisp-font-lock-keywords-1):
15499 Add define-global-minor-mode.
15500
15501 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
15502
15503 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
15504 properties on the constructed variable names.
15505
15506 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15507 Put `definition-name' properties on the constructed function names
15508 next-sym and prev-sym.
15509
15510 * emacs-lisp/find-func.el (find-function-regexp):
15511 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
15512 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
15513 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
15514 and easy-menu-define.
15515
15516 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
15517 easy-mmode-define-global-mode and define-global-minor-mode.
15518 (lisp-imenu-generic-expression): Add define-global-minor-mode.
15519
15520 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
15521 instead of easy-mmode-define-global-mode.
15522
15523 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15524 Use define-minor-mode instead of easy-mmode-define-minor-mode.
15525
15526 * cus-edit.el (customize-group, customize-group-other-window):
15527 Filter out autoloaded options from the group completion list by
15528 using heuristics that autoloaded groups don't have `custom-autoload'
15529 property on their symbols (they have only `custom-loads').
15530
15531 * simple.el (completion-setup-function): Put completions-common-part
15532 face on complete completion string too (i.e. completion string
15533 without completions-first-difference face).
15534
15535 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
15536
15537 2005-12-03 Eli Zaretskii <eliz@gnu.org>
15538
15539 * view.el (view-mode): Doc fix.
15540
15541 * disp-table.el (standard-display-european): Add to the warning
15542 message a reference to the doc string.
15543
15544 * play/yow.el (apropos-zippy): Call print-help-return-message,
15545 similar to other Help and Apropos commands.
15546
15547 * help.el (print-help-return-message): If pop-up-frames is
15548 non-nil, set up help-return-method to delete the help window and,
15549 possibly, its frame as well, and don't display message about
15550 scrolling the help window. Doc fix.
15551 (help-return-method): Doc fix.
15552
15553 2005-12-03 Martin Rudalics <rudalics@gmx.at>
15554
15555 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
15556 whereby names of length one or names starting with a
15557 symbol-constituent character would not be returned.
15558
15559 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15560
15561 * subr.el (atomic-change-group): Add edebug and indentation spec.
15562
15563 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * completion.el (save-completions-file-name): Fix typo in last change.
15566
15567 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15568
15569 * info.el: Move back/forward history to the beginning of the tool bar.
15570
15571 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
15572
15573 * allout.el (eval-when-compile): Remove unnecessary load of cl.
15574 Add fset of allout-real-isearch-abort during compile to fix
15575 byte-compilation warnings.
15576 (allout-mode-p): Move definition of this macro above all uses, or
15577 byte compilation in barren Emacs (eg, during Emacs build) will
15578 lack the definition.
15579 (allout-mode): Move this variable above any uses, or byte
15580 compilation will fail.
15581 (allout-resolve-xref): Remove use of personal file-reference function.
15582 (allout-toggle-current-subtree-encryption): Do the current (ie,
15583 visible containing) topic, rather than nearest around point. Doc fix.
15584 (allout-toggle-subtree-encryption): New function, workhorse that
15585 works on nearest topic containing point.
15586 (allout-encrypt-string): Signal requirement for newer version of pgg.
15587 (allout-resumptions): Doc fix.
15588
15589 2005-12-02 Eli Zaretskii <eliz@gnu.org>
15590
15591 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
15592
15593 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
15594
15595 * textmodes/flyspell.el (flyspell-external-point-words):
15596 Consider a misspelling as found in the string search if: (a) misspelling
15597 and found string lengths match, or (b) misspelling is found as
15598 element in a boundary-chars separated longer string, or (c)
15599 ispell-program-name is really ispell and misspelling is found as
15600 part of a TeX string. After successful match move beginning of
15601 search region to end of match. Warn about not found misspellings
15602 once the process is done.
15603 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
15604
15605 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
15606
15607 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
15608 tool bar (removed inadvertently).
15609
15610 2005-12-02 Juri Linkov <juri@jurta.org>
15611
15612 * log-view.el (log-view-diff): Clarify doc string.
15613
15614 2005-12-01 Bill Wohler <wohler@newt.com>
15615
15616 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
15617 triggers lm-verify errors.
15618
15619 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
15620
15621 * simple.el (transient-mark-mode, line-number-mode)
15622 (column-number-mode, size-indication-mode): Remove `:require nil'.
15623
15624 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
15625
15626 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
15627 in the margin also.
15628 (gdb-breakpoints-mode-map): Use D instead of d for
15629 gdb-delete-breakpoint.
15630 (gdb-get-frame-number): Require a number to match on.
15631 (gdb-threads-mode-map): Add follow-link binding.
15632
15633 2005-11-30 Jason Rumney <jasonr@gnu.org>
15634
15635 * isearch.el (isearch-mode-map): Avoid exiting search on
15636 language-change event.
15637
15638 2005-11-30 Romain Francoise <romain@orebokech.com>
15639
15640 * speedbar.el (speedbar-default-position): New defcustom.
15641 (speedbar-frame-reposition-smartly): Use it.
15642
15643 * dframe.el (dframe-reposition-frame-emacs): Fix position
15644 computation for `left' location.
15645 Update copyright year.
15646
15647 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15648
15649 * help.el (help-map): Move initialization into declaration.
15650
15651 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
15652
15653 * help-fns.el (help-argument-name): Don't autoload.
15654 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
15655 to be re-loaded when customizing the `help' group.
15656
15657 2005-11-30 John Paul Wallington <jpw@gnu.org>
15658
15659 * help-fns.el (describe-function-1): Fill arglist output.
15660
15661 2005-11-30 Kim F. Storm <storm@cua.dk>
15662
15663 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
15664 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
15665 after revert-buffer (or anything else which kills all local variables).
15666
15667 * apropos.el (apropos-parse-pattern): Doc fix.
15668 Set apropos-regexp directly, rather than expecting callers to do so.
15669 (apropos-command, apropos, apropos-value, apropos-documentation):
15670 Simplify calls to apropos-parse-pattern.
15671
15672 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
15673
15674 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
15675 (hi-lock-face-phrase-buffer): Use hi-yellow face.
15676 (hi-lock-write-interactive-patterns): Use comment-region.
15677
15678 * longlines.el (longlines-mode): Add mail-setup-hook.
15679
15680 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
15681
15682 * simple.el (sendmail-user-agent-compose, next-line):
15683 Conditionally use hard-newline.
15684
15685 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
15686
15687 * international/latexenc.el (latex-inputenc-coding-alist):
15688 Reword doc string.
15689
15690 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
15691
15692 * help.el (describe-key-briefly, describe-key): Recognize default
15693 bindings.
15694
15695 2005-11-29 Romain Francoise <romain@orebokech.com>
15696
15697 * view.el (view-inhibit-help-message): New defcustom.
15698 (view-mode-enter): Use it.
15699
15700 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
15701
15702 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
15703 Preserve user position.
15704
15705 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
15706
15707 * font-lock.el: Throw error if facemenu is not loaded to prevent
15708 accidental change of loading order in loadup.el. (Suggested by RMS.)
15709
15710 * loadup.el: Add comment explaining why facemenu must be loaded
15711 before font-lock.
15712
15713 2005-11-28 Jay Belanger <belanger@truman.edu>
15714
15715 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
15716 (calc-dispatch-map): Add more keys for `calc-same-interface'.
15717
15718 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
15719
15720 * calc/calc-embed.el (calc-do-embedded): Update help message.
15721
15722 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
15723
15724 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15725
15726 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
15727
15728 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
15729 called-interactively-p.
15730 (elp-profilable-p): Rename from elp-not-profilable-p.
15731 Invert result and take into account macros and autoloaded functions.
15732 (elp-instrument-function): Update call.
15733 (elp-instrument-package): Update call. Add completion.
15734 (elp-pack-number): Use match-string.
15735 (elp-results-jump-to-definition-by-mouse): Merge into
15736 elp-results-jump-to-definition and then remove.
15737 (elp-output-insert-symname): Make help echo text single-line.
15738
15739 * replace.el (query-replace-map): Move initialization into declaration.
15740 (occur-engine): Use with-current-buffer.
15741 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
15742 (occur-mode-mouse-goto): Replace with an alias.
15743
15744 2005-11-28 Juri Linkov <juri@jurta.org>
15745
15746 * simple.el (quoted-insert): Let-bind input-method-function to nil.
15747
15748 * term/w32-win.el: Bind [S-tab] to [backtab].
15749
15750 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
15751 `Info-find-file' to t.
15752
15753 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
15754 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
15755 and same-window-regexps.
15756 (occur-next-error): Don't move point for arg 0.
15757
15758 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
15759
15760 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
15761
15762 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 * log-edit.el (log-edit-changelog-use-first): New var.
15765 (log-edit-changelog-ours-p): Use it.
15766 (log-edit-insert-changelog): Set it with new arg `use-first'.
15767 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
15768 (log-edit-hook): Add them to the list of suggested options.
15769
15770 * textmodes/flyspell.el (flyspell-last-buffer): New var.
15771 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
15772 redundant work.
15773 (flyspell-mode-on): Use add-hook for after-change-functions.
15774 (flyspell-mode-off): Use remove-hook for after-change-functions.
15775 (flyspell-changes): Make it buffer-local.
15776 (flyspell-after-change-function): Make it non-interactive. Use push.
15777 (flyspell-post-command-hook): Check input-pending-p while processing
15778 the potentially long list of buffer changes.
15779
15780 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15781
15782 * buff-menu.el (list-buffers-noselect): Display the selected
15783 frame's buffer list, not the global one.
15784
15785 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
15786
15787 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
15788 that (list last-input-event) works as in interactive spec.
15789
15790 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
15791
15792 * loadup.el ("facemenu"): Load facemenu before font-lock, because
15793 `facemenu-keymap' needs to be defined when font-lock is loaded.
15794 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
15795
15796 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * completion.el: Remove useless leading * in defcustom docstrings.
15799 (save-completions-file-name): Use ~/.emacs.d if available.
15800 (completion-standard-syntax-table): Rename from
15801 cmpl-standard-syntax-table and fold initialization into declaration,
15802 thus removing cmpl-make-standard-completion-syntax-table.
15803 (completion-lisp-syntax-table, completion-c-syntax-table)
15804 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
15805 (cmpl-saved-syntax, cmpl-saved-point): Remove.
15806 (symbol-under-point, symbol-before-point)
15807 (symbol-under-or-before-point, symbol-before-point-for-complete)
15808 (add-completions-from-c-buffer): Use with-syntax-table.
15809 (make-completion): Don't return a list of completion entries.
15810 Update callers.
15811 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
15812 (completion-initialize): Rename from initialize-completions.
15813 (completion-find-file-hook): Rename from cmpl-find-file-hook.
15814 (kill-emacs-save-completions): Collect stats here.
15815 (save-completions-to-file, load-completions-from-file):
15816 Use with-current-buffer.
15817 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
15818 into a function. Move all calls to toplevel.
15819 (completion-lisp-mode-hook): New fun.
15820 (completion-c-mode-hook, completion-setup-fortran-mode):
15821 Set the syntax-table here. Use local-set-key.
15822 (completion-saved-bindings): New var.
15823 (dynamic-completion-mode): Make it into a proper minor mode.
15824 (load-completions-from-file): Remove unused var `num-uses'.
15825
15826 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
15827 constructor if it is explicitly overridden.
15828
15829 * complete.el (PC-completion-as-file-name-predicate):
15830 Use minibuffer-completing-file-name.
15831 (partial-completion-mode): Use find-file-not-found-functions.
15832 (PC-lisp-complete-symbol): Use with-syntax-table.
15833 (PC-look-for-include-file): Remove dead setq.
15834 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
15835 (PC-complete): Use with-current-buffer.
15836
15837 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
15838 escape single quotes.
15839
15840 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
15841
15842 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
15843 of `if' whose condition always returned nil. Doc fix.
15844
15845 * buff-menu.el (Buffer-menu-revert-function): Make the selected
15846 window's buffer the current buffer around the call to
15847 `list-buffers-noselect'. This is necessary to mark that buffer
15848 with a `.' in the Buffer Menu when called from Lisp, for instance
15849 by Auto Revert Mode.
15850
15851 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
15852
15853 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
15854 attaching to it.
15855 (gdb-pre-prompt): Make sure gdb-error is reset.
15856
15857 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
15858 with a child process, detect it.
15859 (gud-speedbar-buttons): Match regexp more carefully.
15860
15861 2005-11-27 Richard M. Stallman <rms@gnu.org>
15862
15863 * mouse.el (mouse-drag-move-window-bottom):
15864 Use adjust-window-trailing-edge.
15865
15866 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
15867
15868 * simple.el (blink-matching-open): Ignore
15869 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
15870 (blink-matching-paren-on-screen): Update docstring.
15871
15872 * paren.el (show-paren-mode): No longer change
15873 `blink-matching-paren-on-screen'.
15874
15875 2005-11-27 John Paul Wallington <jpw@pobox.com>
15876
15877 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15878 (gdb-threads-select, gdb-edit-register-value):
15879 Use `posn-set-point' instead of `mouse-set-point' because the
15880 latter is not fbound when configured without X.
15881
15882 2005-11-27 Kim F. Storm <storm@cua.dk>
15883
15884 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
15885 existing face when partially highlighting a TAB in a rectangle.
15886
15887 2005-11-26 Kim F. Storm <storm@cua.dk>
15888
15889 * ido.el (ido-mode-map): Doc fix.
15890 (ido-mode-common-map, ido-mode-file-map)
15891 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
15892 (ido-define-mode-map): Rewrite. Select one of the new maps as
15893 parent for ido-mode-map instead of building from scratch.
15894 (ido-init-mode-maps): New defun to initialize new maps.
15895 (ido-mode): Call it.
15896 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
15897 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
15898
15899 2005-11-26 John Paul Wallington <jpw@pobox.com>
15900
15901 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
15902 `mouse-set-point' because the latter is not fbound when configured
15903 without X.
15904
15905 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
15906
15907 * files.el (file-relative-name): Doc fix.
15908
15909 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15910
15911 * progmodes/octave-inf.el (inferior-octave-startup): Force a
15912 non-empty string for secondary prompt PS2.
15913
15914 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
15915
15916 * progmodes/compile.el (compilation-setup): Fix last change.
15917
15918 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
15919
15920 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15921 (gdb-mouse-toggle-breakpoint-margin)
15922 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
15923 Add gdb-server-prefix to keep out of command history.
15924 (gdb-edit-register-value): New function.
15925 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
15926 (gdb-info-registers-custom): Use above map.
15927
15928 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
15929
15930 * custom.el (enable-theme): Signal error if argument is not a
15931 theme. Don't recalculate a face if it's not loaded yet.
15932
15933 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
15934 the `user' theme is in effect.
15935
15936 * info.el (Info-on-current-buffer): Record actual filename in
15937 Info-current-file, instead of t, or a fake filename if a non-file
15938 buffer. Make autoload.
15939 (Info-find-node, Info-revert-find-node): No need to check for
15940 Info-current-file nil.
15941 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
15942 Info-current-file is now never `t'.
15943 (Info-fontify-node): Many simplifications due to Info-current-file
15944 always being valid. Use Info-find-file to find node filename.
15945
15946 2005-11-25 David Kastrup <dak@gnu.org>
15947
15948 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
15949 new character, then delete" in order to preserve markers.
15950
15951 2005-11-25 David Ponce <david@dponce.com>
15952
15953 * recentf.el (recentf-arrange-by-rule): Handle a special
15954 `auto-mode-alist'-like "strip suffix" rule.
15955 (recentf-build-mode-rules): Handle second level auto-mode entries.
15956
15957 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
15958
15959 * viper-keym.el (viper-ESC-key): Use different values in terminal and
15960 window modes.
15961
15962 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
15963 jde-javadoc-checker-report-mode.
15964
15965 * ediff-wind (ediff-make-wide-display): Slight simplification.
15966
15967 * ediff.el (ediff-date): Change the date of last update.
15968
15969 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
15970
15971 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
15972 Use define-minor-mode, and make it a local mode. Turn on font-lock.
15973 (hi-lock-mode): New global minor mode.
15974 (turn-on-hi-lock-if-enabled): New function.
15975 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
15976 Change arguments to regexp and face instead of a font-lock pattern.
15977 Directly set face property, instead of refontifying.
15978 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
15979 (hi-lock-find-patterns): Use line-number-at-pos.
15980
15981 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
15982 arguments for hi-lock-set-pattern.
15983 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
15984 Call font-lock-fontify-buffer.
15985 (hi-lock-find-file-hook, hi-lock-current-line)
15986 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
15987
15988 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
15989 turned off.
15990
15991 * progmodes/compile.el (compilation-setup): Don't fiddle with
15992 font-lock-defaults.
15993
15994 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
15995
15996 * progmodes/gdb-ui.el (gdb-var-create-handler)
15997 (gdb-var-list-children-handler): Find values for all variable
15998 objects. gud-speedbar-buttons decides whether to display them.
15999
16000 2005-11-24 Romain Francoise <romain@orebokech.com>
16001
16002 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16003 buffer name with a space.
16004
16005 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
16006
16007 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16008 `org-export-local-list-max-depth'. Change default value to 3.
16009 (org-auto-renumber-ordered-lists)
16010 (org-plain-list-ordered-item-terminator): New options.
16011 (org-at-item-p, org-beginning-of-item, org-end-of-item)
16012 (org-get-indentation, org-get-string-indentation)
16013 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16014 New functions.
16015 (org-move-item-down, org-move-item-up): New commands.
16016 (org-export-as-html): New classes for CSS support. Bug fix in
16017 regular expression detecting fixed-width regions. Respect
16018 `org-local-list-ordered-item-terminator'.
16019 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16020 also a list item.
16021 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16022 New item moving functions.
16023
16024 2005-11-24 Juri Linkov <juri@jurta.org>
16025
16026 * isearch.el (isearch-repeat): With empty search ring set
16027 `isearch-error' to the error string instead of signaling error
16028 with the function `error'.
16029
16030 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16031
16032 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16033
16034 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
16035
16036 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16037 and variable.
16038 (gdb-var-create-handler, gdb-var-list-children-handler):
16039 Don't match on "char **...".
16040 (gdb-var-update-handler): Find values for all variable objects.
16041 (gdb-info-frames-custom): Identify frames by leading "#".
16042
16043 * progmodes/gud.el (gud-speedbar-menu-items): Add
16044 gdb-speedbar-auto-raise as radio button.
16045 (gud-speedbar-buttons): Raise speedbar if requested.
16046 Don't match on "char **...".
16047 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
16048 Make it editable.
16049
16050 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
16051
16052 * info.el (Info-fontify-node): Handle the case where
16053 Info-current-file is t.
16054
16055 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16056
16057 * simple.el (blink-matching-open): Fix off-by-one in last change.
16058
16059 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16060
16061 * term/mac-win.el: Don't change default directory.
16062
16063 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
16064
16065 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
16066 buffers correctly. (It used to throw an error in such buffers.)
16067 Make it ask for confirmation in group buffers and other Custom
16068 buffers containing more than one customization item.
16069
16070 2005-11-22 John Paul Wallington <jpw@gnu.org>
16071
16072 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
16073 property on mail and url overlays.
16074 (goto-address-at-point): Use `posn-set-point' instead of
16075 `mouse-set-point' because the latter is not fbound when configured
16076 without X.
16077
16078 2005-11-22 Lars Hansen <larsh@soem.dk>
16079
16080 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
16081 (ls-lisp-classify, ls-lisp-format): Delete call to
16082 ls-lisp-parse-symlink.
16083 (ls-lisp-handle-switches): Handle symlinks to directories as
16084 directories when ls-lisp-dirs-first in non-nil.
16085
16086 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
16087
16088 * startup.el (command-line): Make sure that loaddefs.el is handled
16089 correctly in load-history.
16090
16091 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
16092
16093 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
16094 (gdb-struct-string, gdb-array-string): New constants.
16095 (gdb-info-locals-handler): Use them.
16096 (gdb-reset): Reset gdb-var-list to nil.
16097
16098 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16099
16100 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
16101 in patterns.
16102
16103 2005-11-21 Juri Linkov <juri@jurta.org>
16104
16105 * custom.el (defcustom): Update link types in docstring.
16106
16107 2005-11-20 Martin Rudalics <rudalics@gmx.at>
16108
16109 * custom.el (defgroup): Add doc-string-elt info.
16110
16111 * widget.el (define-widget): Don't use declare for the doc-string-elt.
16112
16113 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16114
16115 * newcomment.el (comment-enter-backward): Fix last fix.
16116
16117 * simple.el (blink-matching-open):
16118 * paren.el (show-paren-function): Allow new paren-class info.
16119
16120 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
16121
16122 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
16123 handled automagically.
16124
16125 2005-11-20 Andreas Schwab <schwab@suse.de>
16126
16127 * descr-text.el (describe-char): When copying overlays put them
16128 over the full char description instead of just the first character
16129 of it.
16130
16131 2005-11-20 Juri Linkov <juri@jurta.org>
16132
16133 * simple.el (what-cursor-position):
16134 * descr-text.el (describe-char): Use Lisp-readable syntax
16135 for octal and hex. Reorder decimal, octal and hex values.
16136 Remove excess whitespace in the output. Use `=' in `column='
16137 like in `point=' and `Hscroll='.
16138
16139 * international/mule-cmds.el (encoded-string-description):
16140 Use Lisp-readable syntax for hex.
16141
16142 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16143
16144 * newcomment.el (comment-enter-backward): Handle the case where the
16145 comment is closed by EOB.
16146
16147 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
16148
16149 * longlines.el (longlines-before-revert-hook)
16150 (longlines-after-revert-hook): New functions.
16151 (longlines-mode): Turn off longlines temporarily when reverting.
16152 Add a message-setup-hook.
16153 (longlines-decode-buffer): New function.
16154 (longlines-wrap-line): Preserve marker positions.
16155
16156 2005-11-19 Andreas Schwab <schwab@suse.de>
16157
16158 * emacs-lisp/shadow.el: Handle compressed files.
16159
16160 2005-11-19 Romain Francoise <romain@orebokech.com>
16161
16162 * net/browse-url.el (browse-url-default-browser): Signal an error
16163 if no usable browser can be found, rather than try to load w3.
16164
16165 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
16166
16167 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
16168 replacing existing properties.
16169 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16170 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
16171 tty specs.
16172 (rcirc-server-prefix, rcirc-server): New faces.
16173 (rcirc-url-regexp): Generate with rx macro.
16174 (rcirc-last-server-message-time): New variable.
16175 (rcirc-filter): Record time of last message.
16176 (rcirc-keepalive): Kill processes that did not send a message
16177 since the last ping.
16178 (rcirc-mode): Give rcirc-topic a local binding here.
16179
16180 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16181
16182 * subr.el (read-passwd): Fontify the prompt as we do with other
16183 prompts.
16184
16185 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
16186
16187 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
16188 binding buffer-read-only to nil.
16189
16190 2005-11-19 Eli Zaretskii <eliz@gnu.org>
16191
16192 * complete.el (partial-completion-mode):
16193 Mention completion-auto-help in the doc string.
16194
16195 * man.el (Man-highlight-references): Doc fix. Reformat code in a
16196 more Lisp-ish way.
16197
16198 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
16199
16200 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
16201 digits, not 8, to avoid misalignment for files larger than 100MB.
16202
16203 2005-11-19 Eli Zaretskii <eliz@gnu.org>
16204
16205 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
16206 Mention "keyboard shortcuts" in the help text.
16207
16208 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16209
16210 * startup.el (fancy-splash-default-action): Discard only
16211 mouse-down and succeeding mouse-up events in the splash screen
16212 window so that drag-n-drop event can be processed.
16213
16214 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
16215
16216 * longlines.el (longlines-mode): Add hacks for mail-mode and
16217 message-mode.
16218
16219 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
16220
16221 * textmodes/org.el (org-table-sort-lines): New command.
16222 (org-tbl-menu): Add entry for `org-table-sort-lines'.
16223 (org-add-file): Command removed, use `org-agenda-file-to-front'
16224 instead.
16225 (org-export-icalendar): Use `org-icalendar-combined-name'.
16226 (org-cycle-agenda-files, org-agenda-file-to-end)
16227 (org-agenda-file-to-front): New commands.
16228 (org-table-tab-jumps-over-hlines, org-export-html-style):
16229 New options.
16230 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
16231 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
16232 New functions.
16233 (org-fill-paragraph): Call `org-table-align' in tables.
16234 (org-mode): Call `org-set-autofill-regexps'.
16235 (org-export-as-html): Support for local handformatted lists.
16236 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
16237 (org-export-local-list-max-depth): New option.
16238 (org-html-expand): Use `org-html-protect'.
16239
16240 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
16241
16242 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
16243 to "p".
16244 (gdb): Move definition of gud-pp to...
16245
16246 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
16247 speedbar.
16248 (gdb-find-watch-expression): New function.
16249
16250 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
16251
16252 * faces.el (face-attribute, set-face-attribute): Mention existence
16253 of `:ignore-defface' setting in docstring.
16254
16255 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
16256
16257 * simple.el (completion-setup-function): Fix last change.
16258
16259 2005-11-17 John Paul Wallington <jpw@pobox.com>
16260
16261 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
16262 Use `posn-set-point' instead of `mouse-set-point' because the
16263 latter is not fbound when configured without X.
16264
16265 * comint.el (comint-insert-input): Likewise.
16266
16267 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
16268
16269 * simple.el (hard-newline): New variable.
16270 (sendmail-user-agent-compose, next-line): Use it.
16271
16272 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
16273 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
16274 (mail-mail-reply-to, mail-mail-followup-to)
16275 (mail-position-on-field, mail-signature, mail-yank-original)
16276 (mail-attach-file): Likewise.
16277
16278 * mail/mailheader.el (mail-header-format)
16279 (mail-header-format-function): Likewise.
16280
16281 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
16282
16283 2005-11-17 Juri Linkov <juri@jurta.org>
16284
16285 * font-lock.el (font-lock-faces): Rename this defgroup from
16286 `font-lock-highlighting-faces'.
16287 (font-lock-comment-face, font-lock-comment-delimiter-face)
16288 (font-lock-string-face, font-lock-doc-face)
16289 (font-lock-keyword-face, font-lock-builtin-face)
16290 (font-lock-function-name-face, font-lock-variable-name-face)
16291 (font-lock-type-face, font-lock-constant-face)
16292 (font-lock-warning-face, font-lock-negation-char-face)
16293 (font-lock-preprocessor-face)
16294 (font-lock-regexp-grouping-backslash)
16295 (font-lock-regexp-grouping-construct): Rename :group from
16296 `font-lock-highlighting-faces' to `font-lock-faces'.
16297
16298 * cus-edit.el (lisp, c, tex):
16299 * progmodes/ada-mode.el (ada):
16300 * progmodes/asm-mode.el (asm):
16301 * progmodes/cperl-mode.el (cperl-faces):
16302 * progmodes/cpp.el (cpp):
16303 * progmodes/dcl-mode.el (dcl):
16304 * progmodes/f90.el (f90):
16305 * progmodes/fortran.el (fortran):
16306 * progmodes/icon.el (icon):
16307 * progmodes/idlwave.el (idlwave-misc):
16308 * progmodes/m4-mode.el (m4):
16309 * progmodes/make-mode.el (makefile):
16310 * progmodes/meta-mode.el (meta-font):
16311 * progmodes/modula2.el (modula2):
16312 * progmodes/octave-mod.el (octave):
16313 * progmodes/pascal.el (pascal):
16314 * progmodes/perl-mode.el (perl):
16315 * progmodes/prolog.el (prolog):
16316 * progmodes/ps-mode.el (PostScript-edit):
16317 * progmodes/scheme.el (scheme):
16318 * progmodes/sh-script.el (sh-script):
16319 * progmodes/simula.el (simula):
16320 * progmodes/tcl.el (tcl):
16321 * textmodes/nroff-mode.el (nroff):
16322 * textmodes/reftex-vars.el (reftex-fontification-configurations):
16323 * textmodes/sgml-mode.el (sgml):
16324 * textmodes/texinfo.el (texinfo):
16325 Add :link (custom-group-link font-lock-faces) to defgroup.
16326
16327 * hi-lock.el (hi-lock): Rename this defgroup from
16328 `hi-lock-interactive-text-highlighting'. Change parent group from
16329 `faces' to `font-lock'. Add link to the manual.
16330 (hi-lock-mode, hi-lock-file-patterns-range)
16331 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
16332 `hi-lock-interactive-text-highlighting' to `hi-lock'.
16333 (hi-lock-faces): Add :group `faces'.
16334
16335 * cus-edit.el (custom-variable-prompt): Clarify the code.
16336
16337 * faces.el (face-read-string): Set the default value arg of
16338 completing-read.
16339
16340 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
16341
16342 * rfn-eshadow.el (file-name-shadow-properties)
16343 (file-name-shadow-tty-properties, file-name-shadow-mode):
16344 Remove autoloads, because the file is now preloaded.
16345
16346 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16347
16348 * printing.el (easy-menu-intern): Don't define.
16349 (pr-get-symbol): Use easy-menu-intern only if defined.
16350
16351 * simple.el (blink-matching-open): Simplify a bit.
16352 (completion-setup-function): Fix the case of partial-completion-mode
16353 when the minibuffer's contents start with "-".
16354 Obey completion-base-size-function even when
16355 minibuffer-completing-file-name is non-nil.
16356
16357 2005-11-16 Richard M. Stallman <rms@gnu.org>
16358
16359 * net/eudcb-ph.el (eudc-ph-open-session):
16360 Use set-process-query-on-exit-flag.
16361
16362 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
16363
16364 * international/ucs-tables.el (ucs-set-table-for-input):
16365 Use make-local-variable, not make-variable-buffer-local.
16366
16367 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
16368 Improve warning message text.
16369
16370 * savehist.el (savehist-save-hook): Add :group.
16371
16372 * menu-bar.el (menu-bar-help-menu):
16373 Rename Find Extra Packages to External Packages.
16374
16375 * cus-edit.el (Custom-reset-standard): Verify that
16376 :custom-standard-value prop exists before calling it.
16377
16378 * apropos.el (apropos-calc-scores): Use apropos-pattern.
16379
16380 2005-11-16 Martin Rudalics <rudalics@gmx.at>
16381
16382 * wid-edit.el (color): Enclose %t in %{...%}.
16383
16384 * cus-edit.el (face): Enclose %t in %{...%}.
16385
16386 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
16387
16388 * savehist.el (savehist-mode-hook): Re-add the var.
16389 (savehist-mode): Use it.
16390
16391 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16392
16393 * textmodes/flyspell.el: Fix commenting convention.
16394 Remove unnecessary leading * in custom docstrings.
16395 (flyspell-emacs): Remove unused var.
16396 (flyspell-delete-region-overlays): Use remove-overlays.
16397 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16398 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16399 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16400 (flyspell-debug-signal-word-checked): Use with-current-buffer.
16401 (make-flyspell-overlay): Don't locally reuse a global name.
16402 (flyspell-highlight-incorrect-region)
16403 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16404 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16405 (flyspell-notify-misspell): Remove unused args `start' and `end'.
16406 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
16407 Wrap calls to accept-process-output inside with-local-quit since it's
16408 often called from a post-command-hook.
16409 (flyspell-correct-word, flyspell-auto-correct-word):
16410 Use ispell-send-string.
16411 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
16412
16413 * calendar/diary-lib.el (diary-list-entries): Also hide the
16414 terminating newline.
16415
16416 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
16417
16418 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16419 window-system, to allow fonts on tty.
16420
16421 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
16422
16423 * progmodes/gud.el (gud-speedbar-item-info): New function.
16424 (gud-install-speedbar-variables): Use it to display data type
16425 of watch expression as a tooltip in speedbar.
16426
16427 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
16428
16429 * font-core.el (global-font-lock-mode): Add :version keyword,
16430 because default was changed.
16431
16432 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16433
16434 * startup.el (command-line): Use `custom-reevaluate-setting' for
16435 `file-name-shadow-mode'.
16436
16437 * loadup.el: Preload rfn-eshadow.
16438
16439 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16440 Add :version keyword.
16441 (file-name-shadow-properties, file-name-shadow-tty-properties)
16442 (file-name-shadow): Add :version keyword.
16443
16444 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16445 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16446 in the custom-group property of the symbol frames and the fringe
16447 group got no link to its parent group frames.
16448 Doc fix.
16449
16450 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
16451
16452 * progmodes/gud.el (gud-stop-subjob): New function.
16453 (gud-menu-map, gud-tool-bar-map): Use it.
16454
16455 2005-11-16 Kim F. Storm <storm@cua.dk>
16456
16457 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16458 than kill it.
16459 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
16460 to a more useful/logical place.
16461
16462 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
16463
16464 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
16465 go buttons complementary.
16466
16467 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16468
16469 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
16470 (rfn-eshadow-sifn-equal): New function.
16471 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
16472
16473 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
16474
16475 * viper-utils.el (viper-non-word-characters-reformed-vi):
16476 Quote `-' in string.
16477
16478 * viper.el (viper-emacs-state-mode-list): Ensure that
16479 rcirc-mode buffers come up in Emacs state.
16480
16481 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
16482 operation.
16483
16484 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16485
16486 * term.el (term-termcap-format): Fix typos.
16487 (term-down): Fix the negative argument case.
16488
16489 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
16490
16491 * progmodes/gdb-ui.el: Remove face-alias left over from change on
16492 2005-08-15.
16493 (gdb-ann3): New command gud-go.
16494 (menu): Accomodate gdb-mi.el.
16495 (gdb-assembler-custom): Make buffer of selected window current
16496 so that set-window-point works.
16497
16498 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
16499 buttons and include new ones.
16500
16501 2005-11-16 Kim F. Storm <storm@cua.dk>
16502
16503 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
16504 (gud-menu-map): Use it.
16505
16506 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
16507
16508 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
16509 that works correctly for Custom and that does not override a user
16510 who disables it.
16511
16512 * help-mode.el (help-make-xrefs, help-xref-on-pp)
16513 (help-xref-interned, help-follow): Make hyperlinks for variables
16514 that are unbound, but have a non-nil variable-documentation property.
16515
16516 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
16517 mode hook. (It conflicted with defcustoms for some mode hooks.)
16518 Use the `variable-documentation' property to give the mode hook a
16519 docstring and expand that docstring.
16520
16521 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
16522
16523 * savehist.el (savehist-mode): Don't bother with
16524 `custom-set-minor-mode'.
16525 (savehist-coding-system): Check XEmacs version.
16526 (history-length): Declare also at run time.
16527 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
16528 Don't set the customize state.
16529 (savehist-minibuffer-hook): Special case for when
16530 minibuffer-history-variable is equal to t.
16531
16532 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * files.el (write-file): Refresh VC status.
16535
16536 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
16537 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
16538 than fundamental-mode to see if the mode was set.
16539
16540 2005-11-14 Romain Francoise <romain@orebokech.com>
16541
16542 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
16543 dummy function in `eval-when-compile' to avoid compiler warning.
16544 Require `man' at compile time.
16545
16546 2005-11-14 Jay Belanger <belanger@truman.edu>
16547
16548 * calc-alg.el (calcFunc-write-out-power): Rename it to
16549 calcFunc-powerexpand.
16550 (math-write-out-power): Rename it to math-powerexpand; have it
16551 handle negative exponents.
16552 (calc-writeoutpower): Rename it to calc-powerexpand.
16553
16554 * calc-ext.el: Change calcFunc-writeoutpower and
16555 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
16556 autoloads.
16557 Add calcFunc-ldiv to autoloads.
16558
16559 * calc-arith.el (calcFunc-ldiv): New function.
16560
16561 * calc.el (calc-left-divide): New function.
16562
16563 2005-11-14 Juri Linkov <juri@jurta.org>
16564
16565 * cus-edit.el (custom-variable-prompt): Set the default value arg
16566 of completing-read.
16567
16568 * cus-dep.el (custom-make-dependencies): Reverse the list of
16569 found dependencies.
16570
16571 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16572
16573 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
16574 Highlighting" entry, it is on by default now.
16575 (menu-bar-options-save): Do not save global-font-lock-mode.
16576
16577 2005-11-13 Richard M. Stallman <rms@gnu.org>
16578
16579 * textmodes/flyspell.el (flyspell-large-region):
16580 Call flyspell-accept-buffer-local-defs.
16581
16582 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
16583
16584 * textmodes/flyspell.el (flyspell-notify-misspell):
16585 Fix misspelling of "Misspelling".
16586 (flyspell-process-localwords): New function.
16587 (flyspell-large-region): Call flyspell-process-localwords and
16588 flyspell-delete-region-overlays.
16589 (flyspell-delete-region-overlays): New function.
16590 (flyspell-delete-all-overlays): Call that.
16591
16592 2005-11-13 Richard M. Stallman <rms@gnu.org>
16593
16594 * help.el (help-for-help-internal): Improve doc of C-h a.
16595 (describe-key): Improve prompt; doc fix.
16596
16597 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16598
16599 * vc-svn.el (vc-svn-registered): Catch all errors.
16600
16601 * cus-dep.el (custom-make-dependencies): Typo.
16602
16603 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
16604
16605 * net/tramp-util.el (top): Fix compilation warning.
16606
16607 2005-11-13 Kim F. Storm <storm@cua.dk>
16608
16609 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
16610
16611 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
16612
16613 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
16614 (gud-speedbar-buttons): Match on "const char *" too.
16615
16616 * progmodes/gdb-ui.el (gdb-var-create-handler)
16617 (gdb-var-list-children-handler): Match on "const char *" too.
16618 (gdb-var-evaluate-expression-handler): Match on empty string.
16619 (gdb-var-update-handler): Only call
16620 gdb-var-evaluate-expression-handler when required.
16621
16622 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
16623
16624 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
16625 selected window. This still doesn't work for speedbar.
16626 (gud-speedbar-buttons): Handle string expressions properly.
16627
16628 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16629 (gdb-var-create-handler): Handle string expressions properly.
16630 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
16631 Handle string expressions properly. Move "type" field into regexp.
16632
16633 2005-11-12 Karl Fogel <kfogel@red-bean.com>
16634
16635 * bookmark.el (bookmark-maybe-message): New function to reduce
16636 code duplication: invokes `message' iff baud-rate is high enough.
16637 (bookmark-write-file): Use above instead of an inline conditional.
16638 (bookmark-load): Same.
16639
16640 2005-11-12 Karl Fogel <kfogel@red-bean.com>
16641
16642 * bookmark.el (bookmark-write-file): Don't visit the destination
16643 file, just write the data to it using write-region. This is
16644 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
16645 change to avoid visiting the file in the first place.
16646
16647 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
16648
16649 * hi-lock.el (hi-lock-mode): Set the default value of
16650 font-lock-defaults.
16651
16652 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
16653
16654 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
16655 arg to `file-attributes'.
16656 (find-lisp-format): The UID and GID can now be strings.
16657
16658 2005-11-12 Kim F. Storm <storm@cua.dk>
16659
16660 * help.el (help-map): Bind C-h d to apropos-documentation.
16661
16662 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
16663 when point is at end-of-buffer.
16664
16665 * apropos.el (apropos-match-face): Doc fix.
16666 (apropos-sort-by-scores): Add new choice `verbose'.
16667 (apropos-documentation-sort-by-scores): New defcustom.
16668 (apropos-pattern): Now contains the pattern entered by the user.
16669 (apropos-pattern-quoted): New defvar.
16670 (apropos-regexp): New defvar, containing the regexp corresponding
16671 to apropos-pattern.
16672 (apropos-all-words-regexp): Rename from apropos-all-regexp.
16673 (apropos-read-pattern): New defun. Use it to read pattern arg in
16674 interactive calls; returns list of words for a word list, and
16675 string for a regexp.
16676 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
16677 parses a list of words or regexp as returned by apropos-read-pattern.
16678 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
16679 (apropos-score-doc): Return a very high score if the string
16680 entered by the user matches literally.
16681 (apropos-variable): Doc fix. Use apropos-read-pattern.
16682 (apropos-command): Doc fix. Use apropos-read-pattern and
16683 apropos-parse-pattern. Call apropos-print with nosubst=t.
16684 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
16685 apropos-parse-pattern.
16686 (apropos-documentation): Doc fix. Use apropos-read-pattern and
16687 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
16688 apropos-documentation-sort-by-scores. Call apropos-print with
16689 nosubst=t.
16690 (apropos-documentation-internal): Pass doc string through
16691 substitute-key-definition before adding text properties.
16692 Highlight substring matching literal user input if possible.
16693 (apropos-documentation-check-doc-file): Remove locals beg and end.
16694 Fix calculation of score (as added twice). Pass doc string through
16695 substitute-key-definition before adding text properties.
16696 (apropos-documentation-check-elc-file): Pass doc string through
16697 substitute-key-definition before adding text properties.
16698 Highlight substring matching literal user input if possible.
16699 (apropos-print): Add new arg NOSUBST; if set, command and variable
16700 doc strings have already been passed through substitute-key-definition.
16701 Add code to handle apropos-accumulator items without score element
16702 for backwards compatibility (e.g. with woman package).
16703 Only show scores if apropos-sort-by-scores is `verbose'.
16704
16705 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
16706
16707 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
16708 Add jka-compr-load-suffixes to load-suffixes.
16709
16710 * jka-compr.el: Require jka-cmpr-hook.
16711 (jka-compr-info-compress-message, jka-compr-info-compress-program)
16712 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
16713 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
16714 (jka-compr-info-can-append, jka-compr-info-strip-extension)
16715 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
16716 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
16717 (jka-compr-uninstall): Remove entries from
16718 jka-compr-added-to-file-coding-system-alist after they are used.
16719 (jka-compr-error): Remove unused var `curbuf'.
16720 (jka-compr-file-local-copy): Remove unused var `notfound'.
16721
16722 2005-11-10 Romain Francoise <romain@orebokech.com>
16723
16724 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
16725
16726 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
16727
16728 * progmodes/gud.el (gud-menu-map): Move parentheses.
16729 (gdb): New command gud-pv.
16730
16731 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * tar-mode.el: Remove spurious or unnecessary leading stars
16734 in docstrings.
16735 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
16736 (tar-parse-octal-integer-safe): Use mapc.
16737 (tar-header-block-summarize): Remove unused var `ck'.
16738 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
16739 cleared before. Obey default-enable-multibyte-characters.
16740 Use mapconcat. Simplify setting of tar-header-offset.
16741 (tar-mode-map): Move initialization inside delcaration.
16742 (tar-flag-deleted): Use `abs'.
16743 (tar-expunge-internal): Remove unused var `line'.
16744 (tar-expunge-internal): Don't hardcode point-min==1.
16745 (tar-expunge): Widen while doing set-buffer-multibyte.
16746 (tar-rename-entry): Use file-name-coding-system.
16747 (tar-alter-one-field): Don't hardcode point-min==1.
16748 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
16749 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
16750
16751 2005-11-10 Masatake YAMATO <jet@gyve.org>
16752
16753 * add-log.el (add-log-current-defun): Handle class::method
16754 notation of c++. Fix incorrect comment.
16755
16756 2005-11-10 Alan Mackenzie <acm@muc.de>
16757
16758 * help-fns.el (describe-variable): Make C-h v work when a variable
16759 has variable documentation yet is unbound.
16760
16761 2005-11-10 Masatake YAMATO <jet@gyve.org>
16762
16763 * man.el (Man-highlight-references): Set an empty
16764 string to `Man-arguments' if it is nil.
16765 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
16766
16767 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
16768
16769 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
16770 commenting conventions.
16771
16772 * cus-dep.el (custom-make-dependencies): Simplify.
16773 Better follow the commenting conventions.
16774
16775 2005-11-09 Richard M. Stallman <rms@gnu.org>
16776
16777 * apropos.el (apropos-pattern): Rename from apropos-regexp.
16778 (apropos-orig-pattern): Rename from apropos-orig-regexp.
16779 All uses changed.
16780 (apropos-rewrite-regexp): Doc fix.
16781 (apropos-variable, apropos-command, apropos, apropos-value):
16782 Change prompt; carry through the argument renaming.
16783
16784 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
16785
16786 * find-lisp.el: Require dired.
16787 (find-lisp-find-dired-internal): Do not call
16788 `abbreviate-file-name' on DIR.
16789
16790 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
16791
16792 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
16793
16794 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
16795
16796 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
16797 when using the speedbar.
16798 (gdb): New command gud-pp.
16799 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
16800
16801 2005-11-09 Juri Linkov <juri@jurta.org>
16802
16803 * replace.el (occur-excluded-properties): New defcustom.
16804 (occur-1, occur-engine, occur-accumulate-lines): Use it.
16805
16806 2005-11-08 Jay Belanger <belanger@truman.edu>
16807
16808 * calc/calc-units.el (math-convert-units): Replace any composite
16809 unit by its definition.
16810
16811 2005-11-08 Lars Hansen <larsh@soem.dk>
16812
16813 * emacs-lisp/autoload.el (update-directory-autoloads):
16814 Add obsolete function alias.
16815
16816 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16817
16818 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16819 comment-indent-function.
16820 (lisp-comment-indent): Replace by an alias for comment-indent-default.
16821
16822 * reveal.el (reveal-post-command): Rework the handling of
16823 reveal-open-spots, so as to be more reliable. There were several
16824 tricky corner cases where an open spot might be lost, or where
16825 a closed spot might end up on the list of open spots.
16826 Only reveal text that's ellipsised.
16827
16828 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
16829
16830 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
16831
16832 2005-11-07 John Paul Wallington <jpw@gnu.org>
16833
16834 * ibuffer.el (ibuffer): Search iconified frames too when
16835 getting Ibuffer buffer's window.
16836
16837 2005-11-06 Richard M. Stallman <rms@gnu.org>
16838
16839 * progmodes/compile.el (compilation-internal-error-properties):
16840 save-excursion around the computation of MARKER.
16841
16842 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
16843
16844 * textmodes/flyspell.el (flyspell-external-point-words):
16845 flyspell-get-word returns a list, not just a string.
16846
16847 2005-11-06 John Paul Wallington <jpw@pobox.com>
16848
16849 * ibuffer.el (ibuffer): Search all visible frames when getting
16850 Ibuffer buffer's window.
16851
16852 2005-11-07 Masatake YAMATO <jet@gyve.org>
16853
16854 * man.el (Man-reference-regexp): Accept spaces between
16855 `Man-name-regexp' and `Man-section-regexp'.
16856 (Man-apropos-regexp): New variable.
16857 (Man-abstract-xref-man-page): Use value for `Man-target-string'
16858 if available.
16859 (Man-highlight-references, Man-highlight-references0):
16860 Handle the case when `Man-arguments' includes "-k".
16861 (Man-highlight-references0): Rename the argument `TARGET-POS' to
16862 `TARGET'. `TARGET' can be a number, function or nil.
16863
16864 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
16865
16866 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
16867 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
16868 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
16869 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
16870 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
16871 (gdb-send-item): Use buffer-local-value and simplify.
16872
16873 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
16874
16875 * startup.el (command-line): Use `custom-reevaluate-setting' for
16876 `global-font-lock-mode'.
16877
16878 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
16879 by default, except in batch mode or when the -D option is given.
16880
16881 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
16882 specified keyword args on to `define-minor-mode'. Update docstring.
16883
16884 2005-11-05 Romain Francoise <romain@orebokech.com>
16885
16886 * replace.el (occur-engine): Add marker at end of line, too.
16887
16888 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
16889
16890 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16891 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16892 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16893 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16894 argument to all these routines, so the passphrase can be managed
16895 externally and passed in to the system.
16896 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16897 pgg-add-passphrase-to-cache function.
16898
16899 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16900 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16901 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16902 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16903 argument to all these routines, so the passphrase can be managed
16904 externally and passed in to the system.
16905 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16906 function.
16907
16908 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16909
16910 * font-lock.el: Don't deal with font-lock-face-attributes here,
16911 move the code ...
16912
16913 * startup.el (command-line): ... here. Use face-spec-set instead
16914 of custom-declare-face.
16915
16916 * faces.el (face-spec-set): Reset the face if spec is not nil.
16917
16918 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * newcomment.el (comment-region-internal): Box more tightly in the
16921 common case where there's no TAB in the boxed text.
16922
16923 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16924
16925 * info.el (info-tool-bar-map): Use images prev-node, next-node and
16926 up-node.
16927
16928 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
16929
16930 * newsticker.el: Commentary updated. Code formatting changed.
16931 (newsticker-version): Change to "1.9".
16932 (newsticker, newsticker-feed): Doc fix.
16933 (newsticker-url-list): Doc fix. Add option "Weekly".
16934 (newsticker-retrieval-interval): Add option "Weekly".
16935 (newsticker-headline-processing): Doc fix.
16936 (newsticker-auto-mark-filter): Remove.
16937 (newsticker-auto-mark-filter-list): New.
16938 (newsticker-layout, newsticker-sort-method): Doc fix.
16939 (newsticker-hide-old-items-in-newsticker-buffer)
16940 (newsticker-heading-format, newsticker-item-format)
16941 (newsticker-desc-format): Doc fix.
16942 (newsticker-show-all-rss-elements): Remove.
16943 (newsticker-show-all-news-elements): New.
16944 (newsticker-faces, newsticker-ticker): Doc fix.
16945 (remove-from-invisibility-spec): Code formatting.
16946 (newsticker--process-ids): New.
16947 (newsticker-mode): Doc fix.
16948 (newsticker-mode): Change mode-line-format.
16949 (newsticker-start): Remove debug output.
16950 (newsticker-start-ticker): Doc fix. Add autoload cookie.
16951 (newsticker-w3m-show-inline-images): Code formatting.
16952 (newsticker-next-item): Call `force-mode-line-update'.
16953 (newsticker-previous-item): Call `force-mode-line-update'.
16954 (newsticker-next-feed): Call `force-mode-line-update'.
16955 (newsticker-previous-feed): Call `force-mode-line-update'.
16956 (newsticker-mark-all-items-at-point-as-read): Code formatting.
16957 (newsticker-show-old-items): Do not show descs.
16958 (newsticker-hide-entry): Hide too much.
16959 (newsticker-hide-entry, newsticker-show-entry)
16960 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
16961 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
16962 (newsticker-toggle-auto-narrow-to-item): Code formatting.
16963 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
16964 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
16965 (newsticker-get-news): Call `force-mode-line-update'.
16966 Collect process ids.
16967 (newsticker--sentinel): Change coding system handling.
16968 Move image retrieval to new functions newsticker--get-logo-url-*.
16969 Move feed parsing to new functions newsticker--parse-*.
16970 Update list of process ids.
16971 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
16972 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
16973 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
16974 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
16975 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16976 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
16977 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
16978 (newsticker--decode-coding-string): Remove.
16979 (newsticker--decode-numeric-entities): Check input. Format code.
16980 (newsticker--remove-whitespace): Check input.
16981 (newsticker--do-forget-preformatted): Doc fix.
16982 (newsticker--decode-rfc822-date): Allow for missing time.
16983 (newsticker--update-process-ids): New.
16984 (newsticker--image-sentinel): Change comment.
16985 (newsticker--image-read): Change error message.
16986 (newsticker--imenu-goto): Doc fix. Show headline title.
16987 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
16988 (newsticker--buffer-do-insert-text): Clean whitespace in
16989 html-rendered headline title. Code formatting.
16990 Call `newsticker--buffer-print-extra-elements'.
16991 (newsticker--buffer-print-extra-element): Remove.
16992 (newsticker--buffer-print-extra-elements): New.
16993 (newsticker--buffer-do-print-extra-element): New.
16994 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
16995 large sizes.
16996 (newsticker--run-auto-mark-filter)
16997 (newsticker--do-run-auto-mark-filter):
16998 Use `newsticker-auto-mark-filter-list'.
16999
17000 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
17001
17002 * net/rcirc.el: Use split-string OMIT-NULLS argument.
17003 (rcirc-print): Force redisplay before running hooks. Do long
17004 buffer truncation after making new text read-only. Deal with nil
17005 text when decoding strings. If TARGET is nil, use either the
17006 currently selected buffer, if it is an rcirc buffer and of the
17007 same process or the process buffer.
17008 (rcirc-mode): Remove header-line. Recompute short buffer names.
17009 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17010 (rcirc-short-buffer-name): Add variable.
17011 (rcirc-kill-buffer-hook): Recompute short buffer names.
17012 Remove nick from private channel.
17013 (rcirc-send-input): Send command text to current-buffer.
17014 Don't clear overlay arrow here.
17015 (rcirc-short-buffer-name): Return a short buffer name.
17016 (rcirc-update-short-buffer-names, rcirc-abbreviate)
17017 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17018 buffer-name abbreviations.
17019 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17020 Do not touch nick-table when killing a parted channel.
17021 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17022 Clear arrow from current buffer if it is now hidden.
17023 (rcirc-current-buffer): Add variable.
17024 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17025 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17026 Remove -face from names.
17027 (rcirc-update-activity-string): Print "DND" when globally ignoring
17028 activity.
17029 (rcirc-ignore-buffer-activity-flag): Rename from
17030 rcirc-ignore-channel-activity.
17031 (rcirc-ignore-all-activity-flag): Doc fix.
17032 (rcirc-channels): Remove variable.
17033 (rcirc-kill-buffer-hook):
17034 (rcirc-get-buffer-create): Add nick to private channel.
17035 (rcirc-multiline-edit-submit): Remove tabs.
17036 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17037 folded.
17038 (rcirc-remove-nick-channel): Bug fix.
17039 (rcirc-toggle-ignore-buffer-activity): Rename from
17040 rcirc-toggle-ignore-channel-activity.
17041 (rcirc-record-activity): Add buffers to the front of the list.
17042 (rcirc-update-activity): Remove killed buffers from list.
17043 (rcirc-process-server-response-1): Remove last argument if it is
17044 null before calling handler.
17045 (rcirc): Add "rcirc" defcustom prefix.
17046 (rcirc-prompt): Simplify default prompt.
17047 Use custom-initialize-default.
17048 (rcirc-private-chats): Remove variable.
17049 (rcirc-prompt): Change initialization.
17050 (rcirc-version): Remove function.
17051 (rcirc-id-string): Add constant.
17052 (rcirc-last-buffer): Remove variable.
17053 (rcirc-buffer-alist): Add variable.
17054 (rcirc-connect): Update variable setup.
17055 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
17056 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
17057 default.
17058 (rcirc-handler-generic): Trigger activity.
17059 (rcirc-send-message): Create the buffor of the target.
17060 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
17061 (rcirc-get-buffer): Just return nil if there is no matching buffer.
17062 (rcirc-multiline-edit-cancel): Remove function.
17063 (rcirc-set-last-buffer): Remove function.
17064 (rcirc-get-any-buffer): Add function.
17065 (rcirc-join-channels): Don't print /join text.
17066 (rcirc-toggle-ignore-channel-activity): Add and update echo area
17067 messages.
17068 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
17069 (rcirc-handler-NOTICE): Recognize CTCP responses.
17070 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
17071 constructing TOPIC string for buffers we are not JOINed.
17072 (rcirc-handler-CTCP-response): Add handler.
17073 (rcirc-multiline-edit-submit): Restore the window-configuration
17074 before adjusting point.
17075 (rcirc): Add customization group.
17076 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
17077 (rcirc-user-full-name, rcirc-startup-channels-alist)
17078 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
17079 (rcirc-ignore-all-activity-flag, rcirc-time-format)
17080 (rcirc-input-ring-size, rcirc-read-only-flag)
17081 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
17082 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
17083 Change defvar to defcustom.
17084 (rcirc-update-prompt): Add optional ALL arg, which will update
17085 prompts in all rcirc buffers. Regexp quote replacement text.
17086 (rcirc-fill-column): Accept frame-width as a value.
17087 (rcirc-set-changed): Add function.
17088 (rcirc-next-active-buffer): Write more meaningful messages.
17089 (rcirc-faces): Add customization group.
17090 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
17091 (rcirc-nick-in-message-face, rcirc-prompt-face)
17092 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
17093 (with-rcirc-process-buffer): Move before first usage.
17094 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
17095 (rcirc-debug-flag): Rename from `rcirc-log-p'.
17096 (rcirc-debug): Rename from `rcirc-log'.
17097 (rcirc-format-response-string): Do not print `-' chars for a
17098 NOTICE with no sender. Simplify output of server responses.
17099
17100 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
17101
17102 (rcirc-browse-url-map, rcirc-browse-url-at-point)
17103 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
17104 Make urls mouse and RET clickable.
17105
17106 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
17107
17108 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
17109
17110 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
17111
17112 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17113 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17114 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17115 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17116 argument to all these routines, so the passphrase can be managed
17117 externally and passed in to the system.
17118 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17119 pgg-add-passphrase-to-cache function.
17120
17121 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17122 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17123 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17124 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17125 argument to all these routines, so the passphrase can be managed
17126 externally and passed in to the system.
17127 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17128 function.
17129
17130 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
17131
17132 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
17133 from goto-address-url-regexp.
17134
17135 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
17136
17137 * textmodes/org.el (org-read-date, org-goto-calendar)
17138 (org-recenter-calendar, org-agenda-goto-calendar):
17139 Temporarily clear `calendar-move-hook'.
17140
17141 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
17142
17143 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
17144 merging.
17145
17146 * ediff-util.el (ediff-previous-difference): Don't skip regions that
17147 have merge clashes.
17148
17149 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17150
17151 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17152 Undo previous change.
17153
17154 * startup.el (command-line): Use `custom-reevaluate-setting' for
17155 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
17156 tty-register-default-colors on Mac.
17157
17158 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
17159
17160 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
17161 (gdb-buffer-type): Make it automatically buffer local...
17162 (gdb-get-create-buffer): ...and set it accordingly.
17163 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
17164 actually work.
17165
17166 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
17167
17168 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
17169 not red.
17170
17171 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
17172
17173 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
17174 case GUD buffer is not visible.
17175 (gdb-goto-breakpoint): Try to force display in source buffer.
17176 (gdb-frame-gdb-buffer): Copy other similar functions.
17177 (gdb-restore-windows): Don't display source if not asked for.
17178 (gdb-assembler-buffer-name): Don't capitalise.
17179
17180 2005-11-03 Richard M. Stallman <rms@gnu.org>
17181
17182 * wid-edit.el (key-sequence): New widget type.
17183
17184 * simple.el (set-mark-command-repeat-pop): New variable.
17185 (set-mark-command): Only interpret plan C-@ after a pop as a pop
17186 if set-mark-command-repeat-pop is true.
17187
17188 * info.el (Info-fontify-node): Don't display extra "see" if there
17189 already is one here.
17190
17191 * mouse.el: Fix special handling of DEL after dragging a region:
17192 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
17193 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
17194
17195 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
17196
17197 * textmodes/ispell.el (ispell-command-loop): Change `i' description
17198 not to assume it pertains to an affix.
17199
17200 * textmodes/flyspell.el (flyspell-post-command-hook):
17201 Bind deactivate-mark to prevent deactivation.
17202
17203 2005-11-03 Lars Hansen <larsh@soem.dk>
17204
17205 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
17206 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
17207 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
17208
17209 2005-11-03 Romain Francoise <romain@orebokech.com>
17210
17211 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
17212 Update copyright years.
17213
17214 2005-11-03 Sam Steingold <sds@gnu.org>
17215
17216 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17217 Use system-type instead of window-system because window-system is not
17218 correctly defined during loadup.
17219
17220 2005-11-02 Mark A. Hershberger <mah@everybody.org>
17221
17222 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
17223 (xml-parse-tag): Join strings separated by a comment properly.
17224
17225 2005-11-02 Andreas Schwab <schwab@suse.de>
17226
17227 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
17228
17229 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
17232 (byte-optimize-pure-func): Quote the eval'd value.
17233
17234 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
17235 Rename from perl-font-lock-syntactic-face-function.
17236 Change the calling convention so it can be used as a font-lock MATCHER.
17237 Do the parse-partial-sexp loop outselves.
17238 (perl-font-lock-syntactic-keywords): Use it.
17239 (perl-mode): Don't set font-lock-syntactic-face-function any more.
17240
17241 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
17242
17243 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
17244 disassembly buffer too.
17245 (gdb-exited): Remove overlay arrows when execution has finished.
17246 (gdb-info-frames-custom, gdb-info-threads-custom)
17247 (gdb-info-registers-custom): Don't add inappropriate text
17248 properties if inferior is not active.
17249
17250 2005-11-02 Glenn Morris <rgm@gnu.org>
17251
17252 * progmodes/fortran.el (fortran-blink-match):
17253 Use `blink-matching-delay'.
17254
17255 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
17256
17257 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
17258
17259 2005-11-02 Lars Hansen <larsh@soem.dk>
17260
17261 * net/tramp.el (tramp-action-out-of-band): Handle scp message
17262 "Permission denied".
17263
17264 2005-11-01 Richard M. Stallman <rms@gnu.org>
17265
17266 * textmodes/flyspell.el (flyspell-external-point-words):
17267 Pass nil to flyspell-get-word.
17268
17269 2005-11-02 Kim F. Storm <storm@cua.dk>
17270
17271 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
17272 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
17273
17274 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
17277 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
17278 (calendar-mouse-print-dates): Add optional `event' argument.
17279 Update interactive-spec.
17280 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
17281 Use `calendar-event-to-date' instead of `event'.
17282
17283 2005-11-02 Masatake YAMATO <jet@gyve.org>
17284
17285 * progmodes/ld-script.el (ld-script-builtins):
17286 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
17287 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
17288 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
17289
17290 2005-11-01 Romain Francoise <romain@orebokech.com>
17291
17292 * vc-sccs.el: Update copyright year.
17293 * ezimage.el: Likewise.
17294
17295 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
17296
17297 * info.el (Info-fontify-node): Use `string-width' for fontifying
17298 underlined titles.
17299
17300 2005-11-01 Juri Linkov <juri@jurta.org>
17301
17302 * info.el (Info-fontify-node): Downcase node header keywords Node,
17303 Prev, Next, Up before comparison.
17304 (Info-history): Insert absolute directory name, and put invisible
17305 property on it.
17306
17307 2005-11-01 Juri Linkov <juri@jurta.org>
17308
17309 * info.el (Info-file-supports-index-cookies): New variable.
17310 (Info-find-node-2): Check makeinfo version for index cookie support.
17311 (Info-index-nodes): Search for nodes with index cookies only when
17312 Info-file-supports-index-cookies is t. Otherwise, search nodes
17313 with "Index" in the node name.
17314 (Info-index-node): Search index cookie in the current node only when
17315 Info-file-supports-index-cookies is t. Otherwise, check the word
17316 "Index" in the node name.
17317 (Info-find-emacs-command-nodes): Remove code that searches nodes
17318 with "Index" node name in the top menu.
17319
17320 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
17321
17322 * progmodes/scheme.el (scheme-mode-variables): Use the default
17323 comment-indent-function.
17324
17325 * faces.el (face-attribute): Handle the case where a face inherits from
17326 a non-existent face.
17327
17328 * simple.el (eval-expression-print-format): Use lisp-readable syntax
17329 for octal and hexa output, and merge the char into the paren.
17330 (kill-new): Use push.
17331 (copy-to-buffer): Use with-current-buffer.
17332 (completion-setup-function): Move code in loop to remove redundancy.
17333 (minibuffer-local-must-match-map): Don't add bindings that duplicate
17334 those inherited from minibuffer-local-completion-map.
17335
17336 * savehist.el (savehist-mode) <defcustom>:
17337 Use custom-set-minor-mode if available.
17338 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
17339 and emit a message if applicable.
17340
17341 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
17342
17343 * savehist.el: Sync up to version 19.
17344 (savehist-mode): New minor mode.
17345 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
17346 (savehist-length): Remove (use history-length instead).
17347 (savehist-file-modes): Rename from savehist-modes.
17348 (savehist-save-hook, savehist-loaded): New vars.
17349 (savehist-load): Use savehist-mode. Try to smooth up transition from
17350 old format to new format.
17351 (savehist-install): Allow savehist-autosave-interval to be nil.
17352 (savehist-save): Run the new hook. Be more careful to only trim the
17353 history variables.
17354 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
17355 (savehist-printable): Print into a buffer rather than char-by-char.
17356
17357 2005-11-01 John Wiegley <johnw@newartisans.com>
17358
17359 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
17360 toggle-ignore keybinding (C-a). The author said it had been
17361 disabled much earlier due to a possible incompatibility, but after
17362 many months of usage I have encountered no problems (and it is a
17363 rather useful option, especially for switching to " *temp*").
17364
17365 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
17366 support for OS/X's AddressBook, by calling out to the open source
17367 program "contacts" (installable through Fink).
17368
17369 * net/eudc.el (eudc-expand-inline): If the
17370 `eudc-multiple-match-handling-method' is set to `all', delete the
17371 query string before inserting the query result.
17372
17373 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
17374 flag, to prevent Eshell from using the system ls when
17375 `eshell-ls-insert-directory' is in used.
17376 (eshell-ls-insert-directory): Disable font-lock in directory
17377 buffer so that Eshell's own fontification is seen. This broke
17378 recently due to changes in font-lock, so this goes back to version
17379 21 behavior.
17380
17381 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
17382
17383 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
17384 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
17385 (gdb-many-windows): Doc fix.
17386
17387 2005-10-31 Romain Francoise <romain@orebokech.com>
17388
17389 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
17390
17391 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
17392
17393 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
17394 that global-font-lock-mode can be enabled by default.
17395
17396 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
17397 (font-lock-add-keywords, font-lock-remove-keywords)
17398 (font-lock-fontify-buffer): Remove autoload cookies.
17399
17400 * jit-lock.el (jit-lock-register): Likewise.
17401
17402 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17403
17404 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
17405
17406 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17407 intact if there is no gud-comint-buffer.
17408
17409 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
17410
17411 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17412 old prompt comint-prompt-read-only is t and GDB commands are
17413 issued from tool bar etc.
17414
17415 2005-10-31 Masatake YAMATO <jet@gyve.org>
17416
17417 * vc.el (vc-directory-exclusion-list): Add "{arch}".
17418
17419 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17420
17421 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17422 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17423
17424 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
17425
17426 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17427 starting at beginning of line. Fontification is messed up when
17428 `open-paren-in-column-0-is-defun-start' set to t.
17429 Reported by John Paul Wallington <jpw@pobox.com>.
17430
17431 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
17432
17433 * comint.el (comint-send-input): Call `comint-update-fence' when
17434 `comint-process-echoes' and `comint-prompt-read-only' are both
17435 non-nil, to avoid leftover read-only newline.
17436
17437 2005-10-30 Richard M. Stallman <rms@gnu.org>
17438
17439 * textmodes/flyspell.el (flyspell-external-point-words):
17440 Detect when WORD can't be checked properly because
17441 flyspell-get-word finds just part of it, and move on.
17442
17443 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17444 boundarychar for Polish.
17445 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17446 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17447
17448 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
17449
17450 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17451 (gdb-registers-font-lock-keywords): Delete.
17452 (gdb-registers-mode): Don't fontify.
17453 (gdb-info-registers-custom): Use text properties instead as, in
17454 future, changed register values will use font-lock-warning-face.
17455 (gdb-local-font-lock-keywords): Rename to...
17456 (gdb-locals-font-lock-keywords): ...for consistency.
17457
17458 2005-10-30 Andre Spiegel <spiegel@gnu.org>
17459
17460 * vc.el (vc-switch-backend): Better error message if the buffer is
17461 not visiting a file under version control.
17462
17463 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
17464
17465 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
17466
17467 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
17468 ~/.emacs.d/.emacs.
17469
17470 2005-10-29 Richard M. Stallman <rms@gnu.org>
17471
17472 * replace.el (occur-mode-mouse-goto): Always go to other window.
17473 (occur-mode-goto-occurrence): Always switch in same window.
17474
17475 * simple.el (undo): Display message at end, not at start.
17476
17477 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
17478 New arg REUSE-CELL.
17479 (cancel-timer-internal): New function.
17480 (timer-event-handler): Use cancel-timer-internal,
17481 and pass the cell it returns to timer-activate...
17482
17483 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
17484 (jit-lock-deferred-fontify, jit-lock-context-fontify)
17485 (jit-lock-after-change): Test memory-full.
17486
17487 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
17488
17489 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17490 part of the decoded armor to find the key-identifier.
17491 (pgg-gpg-lookup-key-owner): New function to return the
17492 human-readable identifier of a key owner.
17493 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17494 key itself.
17495 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17496 the key value) if we have a key and can match it against a secret
17497 key. Also, added a note pointing out fact that the prompt only
17498 indicates the first matching key.
17499
17500 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17501 pgg-decrypt-region.
17502 (pgg-pending-timers): A new hash for tracking the passphrase cache
17503 timers, so that new ones supercede old ones.
17504 (pgg-add-passphrase-to-cache): Rename from
17505 `pgg-add-passphrase-cache' to reduce confusion (all callers
17506 changed). Modified to cancel old timers when new ones are added.
17507 (pgg-remove-passphrase-from-cache): Rename from
17508 `pgg-remove-passphrase-cache' to reduce confusion (all callers
17509 changed). Modified to cancel old timers when their keys are
17510 removed from the cache.
17511 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17512 XEmacs, an indirection to delete-itimer.
17513 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17514 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17515 users can only check cache without risk of prompting. Correct bug in
17516 notruncate behavior.
17517 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17518 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17519 Add informative docstrings.
17520 (pgg-decrypt): Convey provided passphrase in subordinate call to
17521 pgg-decrypt-region.
17522
17523 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17524 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17525 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17526 `passphrase' argument, so the passphrase can be managed externally
17527 and then passed in to the system.
17528
17529 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17530 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17531 so the passphrase cache can be used reliably with identifiers
17532 besides a pgp packet's key id.
17533
17534 * pgg-gpg.el (pgg-pgp-encrypt-region)
17535 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17536 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17537 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17538 argument to all these routines, so the passphrase can be managed
17539 externally and passed in to the system.
17540
17541 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17542 `notruncate' argument, so the passphrase cache can be used
17543 reliably with identifiers besides a pgp packet's key id.
17544
17545 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
17546
17547 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17548 symmetric encryption.
17549 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17550 encrypted session key.
17551 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17552 message ask for the passphrase in a proper way.
17553
17554 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17555 New user commands for symmetric encryption.
17556
17557 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
17558
17559 * textmodes/conf-mode.el (conf-assignment-sign)
17560 (conf-assignment-regexp): Fix docstrings.
17561 (conf-mode-initialize): New function.
17562 (conf-mode): Remove optional args. Use delay-mode-hooks to
17563 recognize recursive calls.
17564 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
17565 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
17566 (conf-xdefaults-mode): Use define-derived-mode and
17567 conf-mode-initialize.
17568
17569 2005-10-29 Romain Francoise <romain@orebokech.com>
17570
17571 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
17572
17573 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
17574
17575 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17576 part of the decoded armor to find the key-identifier.
17577 (pgg-gpg-lookup-key-owner): New function to return the
17578 human-readable identifier of a key owner.
17579 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17580 key itself.
17581 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17582 the key value) if we have a key and can match it against a secret
17583 key. Also, added a note pointing out fact that the prompt only
17584 indicates the first matching key.
17585
17586 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17587 pgg-decrypt-region.
17588 (pgg-pending-timers): A new hash for tracking the passphrase cache
17589 timers, so that new ones supercede old ones.
17590 (pgg-add-passphrase-to-cache): Rename from
17591 `pgg-add-passphrase-cache' to reduce confusion (all callers
17592 changed). Modified to cancel old timers when new ones are added.
17593 (pgg-remove-passphrase-from-cache): Rename from
17594 `pgg-remove-passphrase-cache' to reduce confusion (all callers
17595 changed). Modified to cancel old timers when their keys are
17596 removed from the cache.
17597 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17598 XEmacs, an indirection to delete-itimer.
17599 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17600 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17601 users can only check cache without risk of prompting. Correct bug in
17602 notruncate behavior.
17603 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17604 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17605 Add informative docstrings.
17606 (pgg-decrypt): Convey provided passphrase in subordinate call to
17607 pgg-decrypt-region.
17608
17609 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
17610
17611 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17612 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17613 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17614 `passphrase' argument, so the passphrase can be managed externally
17615 and then passed in to the system.
17616
17617 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17618 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17619 so the passphrase cache can be used reliably with identifiers
17620 besides a pgp packet's key id.
17621
17622 * pgg-gpg.el (pgg-pgp-encrypt-region)
17623 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17624 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17625 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17626 argument to all these routines, so the passphrase can be managed
17627 externally and passed in to the system.
17628
17629 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17630 `notruncate' argument, so the passphrase cache can be used
17631 reliably with identifiers besides a pgp packet's key id.
17632
17633 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
17634
17635 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17636 symmetric encryption.
17637 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17638 encrypted session key.
17639 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17640 message ask for the passphrase in a proper way.
17641
17642 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17643 New user commands for symmetric encryption.
17644
17645 2005-10-28 Bill Wohler <wohler@newt.com>
17646
17647 * help-mode.el (help-url): New button type. Calls browse-url.
17648 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
17649 Similar to Info nodes: URL `url'.
17650 (help-make-xrefs): Create help-url buttons for
17651 help-xref-url-regexp matches.
17652
17653 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
17654
17655 * tool-bar.el (tool-bar-add-item-from-menu)
17656 (tool-bar-local-item-from-menu): Fix doc strings.
17657
17658 2005-10-28 Romain Francoise <romain@orebokech.com>
17659
17660 * ldefs-boot.el: Update.
17661
17662 * subr.el (locate-library): Move from help-fns.el.
17663 * help-fns.el (locate-library): Move to subr.el.
17664
17665 2005-10-28 Richard M. Stallman <rms@gnu.org>
17666
17667 * net/tramp.el (tramp-completion-mode): defvar moved up.
17668
17669 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
17670
17671 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
17672
17673 * files.el (find-file-noselect): Use %d to format large file size.
17674
17675 * bindings.el (mode-line-format): Add %e.
17676
17677 * loadup.el ("facemenu"): Load unconditionally.
17678 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
17679 ("x-dnd"): Load, when appropriate.
17680
17681 * startup.el (command-line): Call before-init-hook earlier.
17682 Warn about some bad characters in -u user name.
17683
17684 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
17685 (flyspell-external-point-words): Error if misspelled word is not found.
17686 Set flyspell-large-region-beg at end of word.
17687
17688 2005-10-28 Andreas Schwab <schwab@suse.de>
17689
17690 * view.el (View-revert-buffer-scroll-page-forward):
17691 Use view-page-size-default.
17692
17693 2005-10-28 Juri Linkov <juri@jurta.org>
17694
17695 * international/quail.el (quail-get-current-str): Translate last
17696 raw character for deterministic input methods.
17697
17698 2005-10-27 Jay Belanger <belanger@truman.edu>
17699
17700 * calc/calc-ext.el: Add functions to autoloads.
17701 (math-identity-matrix-p, math-ident-row-p): New functions.
17702
17703 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
17704 multiplication by an identity matrix; don't turn multiplication by
17705 an inverse matrix into division.
17706 (math-div-symbol-fancy): Replace division by matrices with
17707 multiplication by inverse.
17708
17709 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
17710
17711 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
17712 (calc-writeoutpower): New functions.
17713
17714 2005-10-27 Romain Francoise <romain@orebokech.com>
17715
17716 * replace.el (occur-engine): Include colon in mouse-face highlight.
17717
17718 * dired-x.el: Change Maintainer field.
17719
17720 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
17721
17722 * longlines.el (longlines-mode): Bind after-change-functions to
17723 nil during initial decoding and final encoding.
17724
17725 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17726
17727 * term.el (term-emulate-terminal, term-handle-colors-array)
17728 (term-handle-ansi-escape): Specify the terminfo capabilities
17729 implemented.
17730
17731 2005-10-26 Richard M. Stallman <rms@gnu.org>
17732
17733 * info.el (Info-fontify-node): Fix detection of sentence-break
17734 before *Note.
17735
17736 2005-10-26 Romain Francoise <romain@orebokech.com>
17737
17738 * smerge-mode.el: Add `tools' to file keywords.
17739
17740 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
17741
17742 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
17743 when the fringe is not available.
17744
17745 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
17746 (def-gdb-auto-update-trigger): Simplify construction.
17747 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
17748 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
17749 defined explicitly.
17750 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
17751 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
17752 defined explicitly.
17753 (gdb-info-locals-custom): Remove as it's a no-op.
17754
17755 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
17756
17757 * longlines.el (longlines-mode): Remove narrowing before
17758 performing the initial decoding or final encoding.
17759
17760 2005-10-25 Romain Francoise <romain@orebokech.com>
17761
17762 * emacs-lisp/find-func.el (find-library-name): Also strip
17763 extension if library name ends in .el, to take advantage of
17764 `find-library-suffixes'.
17765
17766 2005-10-25 Richard M. Stallman <rms@gnu.org>
17767
17768 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
17769
17770 2005-10-25 Juri Linkov <juri@jurta.org>
17771
17772 * textmodes/texinfo.el (texinfo-mode): Change charset of one
17773 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
17774
17775 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17776
17777 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
17778 (blackbox-redefine-key): Add argument `map'.
17779
17780 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
17781 regions when moving the jit-lock-context-unfontify-pos boundary.
17782
17783 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17784
17785 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
17786
17787 2005-10-25 Masatake YAMATO <jet@gyve.org>
17788
17789 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
17790
17791 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
17792
17793 * play/blackbox.el (blackbox-redefine-key): New function.
17794 (blackbox-mode-map): Use it to remap existing bindings for cursor
17795 motion instead of binding literal keys.
17796
17797 2005-10-25 Glenn Morris <rgm@gnu.org>
17798
17799 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
17800 diary does not end in a newline. Do not assume a blank line at
17801 the start of the diary file.
17802
17803 2005-10-25 Kenichi Handa <handa@m17n.org>
17804
17805 * international/quail.el (quail-translate-key): If the input
17806 method is deterministic and failed to handle the last key, restart
17807 the key handling loop from an appropriate key.
17808
17809 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
17810
17811 * vc.el (vc-dired-mode): Extend comment for binding of
17812 `directory-listing-before-filename-regexp'.
17813
17814 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17815
17816 * textmodes/texinfo.el (texinfo-mode):
17817 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
17818 not to unnecessarily expose emacs-mule's internal char codes.
17819
17820 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
17821
17822 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
17823 Display hand pointer and help-echo on disabled icon too.
17824 (gdb-mouse-until): New function.
17825 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
17826
17827 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
17828
17829 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
17830 with 2005-10-23 change to doctor.el.
17831
17832 * finder.el (finder-mode-map): Add follow-link binding.
17833
17834 2005-10-25 Kim F. Storm <storm@cua.dk>
17835
17836 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
17837 to gdb-mouse-toggle-breakpoint-fringe.
17838 (gdb-mouse-toggle-breakpoint-margin): Rename from
17839 gdb-mouse-toggle-breakpoint. Fix doc.
17840 (gdb-mouse-toggle-breakpoint-fringe): New defun.
17841 (gdb-put-string): Add optional SPROPS arg. Add props to string.
17842 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
17843 string properties also for fringe breakpoint bitmaps.
17844
17845 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
17846
17847 * textmodes/org.el (org-start-icalendar-file): Fix format form.
17848
17849 2005-10-25 Masatake YAMATO <jet@gyve.org>
17850
17851 * simple.el (completion-common-substring):
17852 Use `completion-common-substring' prior to `completion-base-size'.
17853
17854 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
17855
17856 * savehist.el: Require CL while compiling.
17857 (savehist-history-variables): Remove.
17858 (savehist-save-minibuffer-history, savehist-additional-variables)
17859 (savehist-minibuffer-history-variables): New vars.
17860 (savehist-save): Use them.
17861 (savehist-uninstall, savehist-minibuffer-hook): New funs.
17862 (savehist-install): New fun, extracted from savehist-load.
17863 (savehist-load): Use them.
17864
17865 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17866
17867 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
17868 a dummy doc-string-elt property.
17869 (defalias, defvaralias, define-category): Add a docstring property.
17870
17871 * image.el (defimage):
17872 * widget.el (define-widget):
17873 * custom.el (defface, defcustom): Add `doc-string' declaration.
17874
17875 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
17876 (defadvice): Add `doc-string' declaration.
17877
17878 * emacs-lisp/byte-run.el (macro-declaration-function):
17879 Handle `doc-string' declarations.
17880 (define-obsolete-function-alias, define-obsolete-variable-alias):
17881 Add `doc-string' declaration.
17882
17883 2005-10-24 Kenichi Handa <handa@m17n.org>
17884
17885 * international/utf-7.el (utf-7): Add autoload cookie.
17886
17887 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
17888
17889 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17890
17891 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
17892 list of directories passed to batch-update-autoloads. Add "." to
17893 the list of the echoed directories.
17894
17895 * pgg-def.el:
17896 * pgg-gpg.el:
17897 * pgg-parse.el:
17898 * pgg-pgp.el:
17899 * pgg-pgp5.el:
17900 * pgg.el: Moved here from the gnus subdirectory.
17901
17902 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
17903
17904 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
17905 in case comint-prompt-read-only is set to t.
17906
17907 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
17908 in case comint-prompt-read-only is set to t.
17909
17910 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
17911
17912 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
17913 Now a string.
17914 (icalendar-import-format): Handle CLASS, STATUS, URL.
17915 Rename `subject' to `summary'.
17916 (icalendar-import-format-summary): Rename from
17917 `icalendar-import-format-subject'.
17918 (icalendar-import-format-url, icalendar-import-format-status)
17919 (icalendar-import-format-class): New variables.
17920 (icalendar--rris): Take variable argument list.
17921 (icalendar--datestring-to-isodate): Remove unnecessary
17922 calendar-style check when converting dates with explicit month names.
17923 (icalendar-export-region): Change return type of conversion
17924 subroutines. Bury current buffer unless error occurred.
17925 (icalendar--convert-to-ical)
17926 (icalendar--parse-summary-and-rest): New functions.
17927 (icalendar--convert-ordinary-to-ical)
17928 (icalendar--convert-weekly-to-ical)
17929 (icalendar--convert-yearly-to-ical)
17930 (icalendar--convert-block-to-ical)
17931 (icalendar--convert-cyclic-to-ical)
17932 (icalendar--convert-anniversary-to-ical): Change return type.
17933 Strip trailing blanks from subject.
17934 (icalendar--convert-sexp-to-ical): Change return type.
17935 Strip trailing blanks from subject. Handle simple sexp
17936 entries as generated by icalendar.el.
17937 (icalendar--convert-float-to-ical)
17938 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
17939 (icalendar-import-file): Doc fix.
17940 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
17941 Correct call to icalendar--rris.
17942 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
17943 `summary'.
17944 (icalendar--add-diary-entry): Rename `subject' to `summary'.
17945
17946 2005-10-24 Romain Francoise <romain@orebokech.com>
17947
17948 * server.el (server-sentinel): Set query-on-exit flag to nil on
17949 new client processes (it isn't inherited from the server process).
17950
17951 * replace.el (occur-engine): Rearrange text properties.
17952
17953 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17954
17955 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
17956 case-fold-search is nil.
17957 (debug-help-follow): Use help-xref-interned directly.
17958
17959 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17960
17961 * thumbs.el (thumbs-image-type): Add .pbm.
17962
17963 2005-10-23 Richard M. Stallman <rms@gnu.org>
17964
17965 * faces.el (inhibit-face-set-after-frame-default): New variable.
17966 (set-face-attribute): Bind it.
17967 (face-set-after-frame-default): Test it.
17968
17969 * help-fns.el (describe-simplify-lib-file-name): New function.
17970 (describe-function-1, describe-variable): Use it.
17971
17972 * faces.el (describe-face): Use describe-simplify-lib-file-name.
17973
17974 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
17975 Eliminate nil as possible value.
17976 (tooltip-hide-delay): Reduce internal-border-width.
17977
17978 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
17979 (menu-bar-file-menu) <new-file>: Likewise.
17980
17981 * simple.el (line-move-finish): Ignore fields computing LINE-END.
17982
17983 * international/mule.el (load-with-code-conversion):
17984 Pass full file name to `eval-buffer' unless preloading.
17985
17986 * textmodes/flyspell.el (flyspell-large-region):
17987 Call ispell-check-version.
17988
17989 * textmodes/ispell.el (ispell-local-dictionary-overridden):
17990 Fix the make-variable-buffer-local call that was supposed
17991 to be for this variable.
17992 (ispell-aspell-supports-utf8): Doc fix.
17993 (ispell-find-aspell-dictionaries): Preserve elements of
17994 ispell-dictionary-alist for dictionaries that aspell doesn't report.
17995 (ispell-aspell-find-dictionary): Return nil on error.
17996
17997 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
17998 (doctor-symptoms): Likewise.
17999
18000 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18001
18002 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18003
18004 * cus-edit.el (custom-button, custom-button-pressed): New vars.
18005 (custom-raised-buttons): Add :set spec.
18006 (custom-button-unraised, custom-button-pressed-unraised):
18007 New faces, so that custom-raised-buttons actually does something.
18008 (custom-mode): Use custom-button and custom-button-pressed.
18009
18010 * wid-edit.el (widget-specify-button): Don't ignore
18011 widget-mouse-face on graphic terminals.
18012 (widget-move-and-invoke): Cleanup.
18013
18014 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
18015
18016 * whitespace.el (whitespace-cleanup): Doc fix.
18017
18018 2005-10-23 Romain Francoise <romain@orebokech.com>
18019
18020 * emulation/viper.el (viper-set-hooks): Quote forms passed to
18021 `eval-after-load' to avoid evaluating their result.
18022
18023 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
18024
18025 * files.el (directory-listing-before-filename-regexp):
18026 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
18027
18028 * dired.el (dired-move-to-filename-regexp): Remove.
18029 All occurences replaced by `directory-listing-before-filename-regexp'.
18030
18031 * dired-x.el, locate.el, vc.el:
18032 Replace `dired-move-to-filename-regexp' by
18033 `directory-listing-before-filename-regexp'. In vc.el it is
18034 overwritten locally; maybe this can be handled in files.el too.
18035
18036 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
18037 replaced by `directory-listing-before-filename-regexp'.
18038
18039 2005-10-23 Andreas Schwab <schwab@suse.de>
18040
18041 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18042 and eval-next-after-load.
18043
18044 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
18045
18046 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
18047 exist, create it.
18048
18049 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
18050
18051 * allout.el: Remove autoloads for mailcrypt and crypt++.
18052 Require pgg, pgg-gpg during compilation.
18053 (allout-version): Increment version number to 2.1, and use a literal
18054 rather than RCS Id.
18055 (allout-default-encryption-scheme): Remove.
18056 (allout-passphrase-verifier-handling)
18057 (allout-passphrase-verifier-string)
18058 (allout-file-passphrase-verifier-string)
18059 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
18060 (allout-passphrase-hint-handling): Rename and simplify.
18061 (allout-init): Use `find-file-hook' if available, otherwise
18062 `find-file-hooks'.
18063 (allout-mode): Use `write-file-functions' if available, otherwise
18064 `local-write-file-hooks' and, instead of making auto-save-hook
18065 buffer local, make the write-file-hook activity contingent to
18066 allout-mode.
18067 (allout-mode): Use key-binding substitution in the docstring.
18068 (allout-kill-line): Spell-out kill ring data structure mutation
18069 instead of using byte-compiler-complaint-provoking `pop'.
18070 (allout-insert-listified): Use `insert' rather than `insert-string'
18071 (allout-toggle-current-subtree-encryption): Update docstring, adjust
18072 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
18073 (allout-encrypt-string): Totally revamped vis new underlying
18074 encryption facilities.
18075 (allout-mc-activate-passwd): Remove.
18076 (allout-obtain-passphrase): New, more or less replaces
18077 allout-mc-activate-passwd.
18078 (allout-encrypted-key-info): More or less replaces
18079 allout-encrypted-text-type.
18080 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
18081 (my-mark-marker): Use `(featurep 'xemacs)'.
18082
18083 2005-10-23 Lars Hansen <larsh@soem.dk>
18084
18085 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
18086 (byte-compile-file-form-defmumble, byte-compile-defun)
18087 (byte-compile-defmacro): Use it.
18088 (byte-compile-form): Don't call byte-compile-set-symbol-position
18089 when a byte-compile handler is called.
18090
18091 2005-10-22 Romain Francoise <romain@orebokech.com>
18092
18093 * savehist.el (savehist-history-variables): Add `grep-find-history'.
18094
18095 * subr.el (eval-after-load): Convert library name to an absolute
18096 file name using locate-library, since load-history no longer has
18097 library names in it.
18098
18099 2005-10-22 Richard M. Stallman <rms@gnu.org>
18100
18101 * files.el (make-temp-file): Move from subr.el.
18102 * subr.el (make-temp-file): Move to files.el.
18103
18104 * window.el (get-buffer-window-list): Move from subr.el.
18105 * subr.el (get-buffer-window-list): Move to window.el.
18106
18107 * image.el (image-load-path): Use eval-at-startup to initialize.
18108
18109 * subr.el (eval-at-startup): New macro.
18110
18111 * subr.el: Much rearrangement of functions and division
18112 into pages. No code changes.
18113
18114 2005-10-22 Kenichi Handa <handa@m17n.org>
18115
18116 * tar-mode.el (tar-extract): Be sure to call
18117 find-operation-coding-system if set-auto-coding doesn't find a
18118 coding system.
18119
18120 2005-10-22 Kim F. Storm <storm@cua.dk>
18121
18122 * image.el (image-type-header-regexps): Rename from image-type-regexps.
18123 Change users.
18124 (image-type-file-name-regexps): New defconst.
18125 (image-type-from-data): Simplify loop.
18126 (image-type-from-buffer): New defun.
18127 (image-type-from-file-header): Use it instead of image-type-from-data.
18128 Use image-search-load-path instead of only looking in data-directory.
18129 (image-type-from-file-name): New defun.
18130 (image-search-load-path): Change `pathname' to `filename'.
18131 Make PATH arg optional, default to image-load-path.
18132
18133 2005-10-21 Richard M. Stallman <rms@gnu.org>
18134
18135 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
18136
18137 * textmodes/paragraphs.el (sentence-end-base): New variable.
18138 (sentence-end): Use sentence-end-base.
18139
18140 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * font-lock.el (font-lock-default-fontify-region): Check the multiline
18143 property independently from the font-lock-multiline variable.
18144
18145 2005-10-21 Richard M. Stallman <rms@gnu.org>
18146
18147 * emacs-lisp/find-func.el (find-library-name): Doc fix.
18148
18149 * startup.el (command-line): Convert library names
18150 in `load-history' to absolute file names.
18151
18152 * subr.el (symbol-file): Doc fix.
18153
18154 * loadhist.el (file-loadhist-lookup): Call locate-library
18155 instead of find-library-name. Don't try converting
18156 abs file names to library names, since load-history no longer
18157 has library names in it.
18158 (file-dependents, file-provides, file-requires): Doc fixes.
18159
18160 2005-10-21 Juri Linkov <juri@jurta.org>
18161
18162 * progmodes/etags.el (tags-table-mode): New function.
18163 (tags-verify-table): Replace initialize-new-tags-table with
18164 tags-table-mode.
18165
18166 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
18167 default value.
18168 (desktop-modes-not-to-save): Add tags-table-mode to the
18169 default value.
18170
18171 * info.el (Info-index-next): Add total number of index
18172 alternatives to the message.
18173
18174 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
18175 backward only space (instead of space and period) before looking
18176 at sentence end.
18177
18178 * simple.el (set-variable): Use user-variable-p instead of symbolp.
18179 Add the old variable value as 4th default-value arg of read-string.
18180
18181 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18182
18183 * cus-face.el (custom-declare-face): Make face from X resources
18184 also on Mac.
18185
18186 * disp-table.el (standard-display-g1, standard-display-graphic):
18187 Refuse to use string glyphs also on Mac.
18188 (standard-display-european): Don't set terminal coding system also
18189 on Mac.
18190
18191 * frame.el (display-screens): Use x-display-screens also on Mac.
18192
18193 2005-10-21 Romain Francoise <romain@orebokech.com>
18194
18195 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
18196
18197 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
18200 and $? into sexps.
18201
18202 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
18203 warning face on open-paren-in-column-0.
18204
18205 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
18206 boundary case. Fix typo.
18207 Suggested by Martin Rudalics <rudalics@gmx.at>.
18208
18209 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
18210
18211 * textmodes/org.el (org-combined-agenda-icalendar-file)
18212 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
18213 (org-export-icalendar-this-file)
18214 (org-export-icalendar-all-agenda-files)
18215 (org-export-icalendar-combine-agenda-files): New commands.
18216 (org-export-icalendar, org-print-icalendar-entries)
18217 (org-start-icalendar-file, org-finish-icalendar-file)
18218 (org-ical-ts-to-string): New functions.
18219 (org-read-date, org-goto-calendar)
18220 (org-agenda-goto-calendar): Inhibit displaying diary entries by
18221 call to `calendar'.
18222 (orgtbl-setup): Remove the :keys arguments from the menu description.
18223 (org-after-save-iCalendar-file-hook): New variable.
18224
18225 2005-10-21 Kenichi Handa <handa@m17n.org>
18226
18227 * language/vietnamese.el (tcvn-5712): Make it an alias of
18228 vietnamese-tcvn coding-system.
18229
18230 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
18231
18232 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
18233 group id is given.
18234
18235 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
18236
18237 * progmodes/sh-script.el (sh-escaped-line-re): New var.
18238 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
18239 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
18240 whose line is either continued or ends with a comment.
18241
18242 2005-10-20 Romain Francoise <romain@orebokech.com>
18243
18244 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
18245
18246 * replace.el (occur-engine): Add follow-link property.
18247
18248 * font-core.el (font-lock-mode): Doc fix.
18249
18250 2005-10-20 Richard M. Stallman <rms@gnu.org>
18251
18252 * net/rcirc.el: New file.
18253
18254 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
18255
18256 * term.el (term-term-name): Initialize to "eterm-color".
18257
18258 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
18259
18260 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
18261 for encryption functionality.
18262 Move allout customization subgroup from `editing' to `outlines' group.
18263 Fix commentary keywords to legitimate ones.
18264 Update author info (using my current email address, obscurified).
18265 (allout-encrypt-string, allout-encryption-produce-work-buffer)
18266 (allout-encrypted-topic-p, allout-encrypted-text-type)
18267 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
18268 (allout-situate-encryption-key-verifier)
18269 (allout-get-encryption-key-verifier, allout-verify-key)
18270 (allout-next-topic-pending-encryption)
18271 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
18272 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
18273 (outline-key-verifier-handling, outline-key-hint-handling)
18274 (outline-encrypt-unencrypted-on-saves): New defcustoms.
18275 (allout-file-key-verifier-string, allout-encryption-scheme)
18276 (allout-key-verifier-string, allout-key-hint-string)
18277 (allout-after-save-decrypt): New variables.
18278 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
18279 (allout-after-saves-handler): New hook functions.
18280 (allout-post-command-business): Do allout-after-save-decrypt.
18281 (allout-enable-file-variable-adjustment): Custom var to enable
18282 mechanism for adding and adjusting settings of Emacs file variables.
18283 (allout-adjust-file-variable, allout-file-vars-section-data):
18284 New functions, implement the mechanism.
18285 (outlineify-sticky): Use the file vars mechanism.
18286 (allout-inhibit-protection, allout-during-write-cue)
18287 (allout-override-protect, allout-before-change-protect): Remove.
18288 (allout-flag-region, allout-open-topic): Adjust read-only text.
18289 (allout-open-line-not-read-only): Add to facilitate read-only
18290 text based protection.
18291 (allout-kill-line): Revise to adjust read-only text, clue the
18292 user about the inhibition.
18293 (allout-unprotected): Use unwind-protect.
18294 (allout-shift-in, allout-shift-out): Disallow manually shifting a
18295 topic deeper than the offspring depth of the previous topic -
18296 avoiding confusing "containment discontinuities".
18297 (allout-reindent-bodies): Fix retention of body relative hanging
18298 indent during promotion of collapsed bodies.
18299 (allout-open-topic): Make it easy to open new topic with same
18300 bullet as current topic - topic creation functions provided with
18301 any universal argument provokes now prompt for bullet, defaulting
18302 to the bullet of the previous topic.
18303 (allout-plain-bullets-string, allout-distinctive-bullets-string):
18304 Plain bullet alternates `.' period and `,' comma only. All other
18305 bullets are relegated to special status (but customizable).
18306 (allout-end-of-entry): Rename from allout-end-of-current-entry
18307 since it actually operates w.r.t. most immediately containing
18308 entry, visible or not.
18309 (allout-hide-current-entry, allout-show-current-entry): Use the
18310 revised version.
18311 (allout-old-expose-topic): Solidify deprecation.
18312 (allout-end-of-subtree): Add so we can span concealed as well
18313 as visible topics.
18314 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
18315 (allout-end-of-current-heading): Tweak to just respect the first line.
18316 (allout-get-body-text): Add.
18317 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
18318 when invoked interactively.
18319 (allout-up-current-level): Use `interactive-p'.
18320 (allout-mode, allout-init): Miscellaneous docstring and
18321 operational refinements, as well as hookups of new encryption stuff.
18322 (allout-beginning-of-current-entry): Now works as advertised.
18323 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
18324 (allout-isearch-rectification): Refine condition for isearching.
18325 (allout-isearch-abort, allout-enwrap-isearch)
18326 (allout-flag-region, my-region-active-p): Relocate some macros.
18327 (allout-title): Fallback title is (buffer-name), not
18328 non-existing (current-buffer-name).
18329 (subst-char-in-string): Define if absent (for some XEmacs versions).
18330
18331 2005-10-20 Jari Aalto <jari.aalto@cante.net>
18332
18333 * mail/sendmail.el (mail-setup-hook, mail-aliases)
18334 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
18335 (mail-citation-prefix-regexp, mail-signature-file)
18336 (mail-default-headers, mail-bury-selects-summary)
18337 (mail-send-nonascii): Add autoload cookies.
18338
18339 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18340
18341 * frame.el (blink-cursor-mode): Add `mac' to the list of
18342 window-system's that support blinking cursor.
18343
18344 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
18345
18346 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
18347
18348 2005-10-20 Eli Zaretskii <eliz@gnu.org>
18349
18350 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
18351 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
18352 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
18353
18354 2005-10-20 Kim F. Storm <storm@cua.dk>
18355
18356 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
18357 (ido-set-current-directory): Don't add / after final @.
18358 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
18359 Explicitly handle ange-ftp completion oddities.
18360 (ido-make-file-list): Don't rotate list at tramp root to avoid
18361 triggering tramp file handler for expand-file-name via get-file-buffer.
18362
18363 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18364
18365 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
18366
18367 2005-10-19 Jay Belanger <belanger@truman.edu>
18368
18369 * calc/calc-units.el (math-standard-units): Add units, adjust
18370 symbols and update values.
18371 (math-unit-prefixes): Add more prefixes.
18372
18373 2005-10-19 Romain Francoise <romain@orebokech.com>
18374
18375 * bookmark.el (bookmark-menu-heading): New face.
18376 (bookmark-bmenu-list): Use it.
18377 Don't fiddle with `baud-rate' at top-level.
18378
18379 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
18380
18381 * image.el (create-image, find-image): Mention max-image-size in
18382 docstring.
18383
18384 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18385
18386 * savehist.el (savehist-load): Revert to checking XEmacs.
18387
18388 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
18389 Various docstring and line-width fixups.
18390 (conf-mode): Use cond.
18391 Set font-lock-defaults. Don't set comment-use-syntax.
18392
18393 2005-10-18 David Ponce <david@dponce.com>
18394
18395 * tree-widget.el (tree-widget-button-click): New function.
18396 (tree-widget-button-keymap): Use it.
18397
18398 2005-10-18 Romain Francoise <romain@orebokech.com>
18399
18400 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18401 (bookmark-bmenu-hide-filenames): Add follow-link property.
18402 Improve help-echo text.
18403
18404 * ffap.el (find-file-at-point): Doc fix.
18405
18406 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18407
18408 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18409
18410 2005-10-18 Masatake YAMATO <jet@gyve.org>
18411
18412 Install to the CVS repository what I forgot to install in my
18413 2005-10-16 changes.
18414
18415 * progmodes/python.el (python-complete-symbol): Pass the common
18416 prefix substring of completion to `display-completion-list'.
18417
18418 * textmodes/org.el (org-complete): Ditto.
18419
18420 2005-10-18 Masatake YAMATO <jet@gyve.org>
18421
18422 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18423
18424 * woman.el (WoMan-xref-man-page): New button type derived
18425 from `Man-abstract-xref-man-page'.
18426 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18427
18428 * man.el (Man-abstract-xref-man-page): New button type.
18429 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18430 (Man-highlight-references): Add new optional argument `xref-man-type'.
18431
18432 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
18433
18434 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18435
18436 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18437
18438 * cus-edit.el (Custom-move-and-invoke): Delete.
18439 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18440
18441 * wid-edit.el (widget-move-and-invoke): New function, from
18442 Custom-move-and-invoke.
18443
18444 2005-10-17 Bill Wohler <wohler@newt.com>
18445
18446 Move all remaining images from lisp/toolbar to etc/images, move
18447 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
18448 the low resolution images in their own directory (low-color).
18449
18450 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18451 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18452 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18453 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18454 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18455 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18456 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18457
18458 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
18459 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
18460 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
18461 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
18462 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
18463 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
18464 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
18465 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
18466 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
18467 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
18468 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
18469 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
18470 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
18471 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
18472 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
18473
18474 To conform with convention, replace the underscore (_) in the
18475 following image names with dash (-) or (/) as appropriate.
18476
18477 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
18478 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
18479 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
18480 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
18481 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
18482 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
18483 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
18484 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
18485 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
18486 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
18487 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
18488 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
18489 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
18490 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
18491 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
18492
18493 * info.el (info-tool-bar-map): Replace underscores in image names
18494 with dashes.
18495
18496 * makefile.w32-in (WINS): Remove toolbar.
18497
18498 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
18499
18500 * tool-bar.el: Move to lisp from toolbar. Now that
18501 toolbar is empty, it should be deleted when folks run "cvs up -P".
18502
18503 2005-10-18 Jay Belanger <belanger@truman.edu>
18504
18505 * calc/calc-store.el (calc-store-into): Get the proper variable name
18506 to display in message.
18507
18508 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
18509
18510 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
18511 expressions display in speedbar for all buffers when debugging.
18512 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
18513
18514 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
18515 (speedbar-insert-button, speedbar-make-button):
18516 Use add-text-properties.
18517 (speedbar-update-localized-contents)
18518 (speedbar-update-directory-contents)
18519 (speedbar-update-special-contents): Use dolist.
18520 (speedbar-buffer-easymenu-definition): Add a menu separator.
18521
18522 2005-10-17 Jason Rumney <jasonr@gnu.org>
18523
18524 * makefile.w32-in: Use $(lisp) consistently.
18525 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
18526 for shell specific generation of mh-autoloads.
18527
18528 2005-10-17 Richard M. Stallman <rms@gnu.org>
18529
18530 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
18531
18532 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18533
18534 * jit-lock.el (jit-lock-fontify-now):
18535 Move jit-lock-context-unfontify-pos to avoid wasted work.
18536
18537 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
18538
18539 * net/tramp.el (tramp-completion-mode): New defvar. Used in
18540 `tramp-completion-mode' for checking if we are in completion mode.
18541 (tramp-completion-handle-file-name-all-completions): Reorder code
18542 in order to complete for file names only in case there are no
18543 method/user/host completions. This is necessary for cooperation
18544 with ido. Reported by Kim F. Storm <storm@cua.dk>.
18545
18546 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
18547
18548 * longlines.el (longlines-search-forward)
18549 (longlines-search-backward): Match any number of spaces.
18550
18551 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
18552
18553 * diff-mode.el (diff-mode): Doc fix.
18554
18555 2005-10-16 David Reitter <david.reitter@gmail.com>
18556
18557 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
18558 as default on darwin and windows systems.
18559
18560 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
18561
18562 * arc-mode.el (archive-zip-extract): Doc fix.
18563
18564 2005-10-16 Romain Francoise <romain@orebokech.com>
18565
18566 * mouse.el (mouse-1-click-follows-link): Doc fix.
18567
18568 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * savehist.el: Don't require CL at runtime.
18571 (savehist-xemacs): Remove.
18572 (savehist-coding-system): Use utf-8 if present, regardless of religion.
18573 (savehist-no-conversion): Use (featurep 'xemacs).
18574 (savehist-load): Check existence of start-itimer rather than XEmacs.
18575 Use an idle timer.
18576 (savehist-process-for-saving): Replace use of CL funs `subseq' and
18577 `delete-if-not'.
18578
18579 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
18580
18581 * savehist.el: Newer version.
18582 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
18583 (savehist-last-checksum, savehist-no-conversion): New vars.
18584 (savehist-autosave, savehist-process-for-saving, savehist-printable):
18585 New functions.
18586 (savehist-load, savehist-save): Use them.
18587 (savehist-delimit): Remove.
18588
18589 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18590
18591 * progmodes/compile.el (compilation-goto-locus): Display the
18592 compilation buffer first and the source buffer second, in case they're
18593 in overlapping frames. Don't raise the compilation frame if it was the
18594 selected window upon entry. Pass the `other-window' arg to
18595 pop-to-buffer.
18596
18597 * info.el (Info-fontify-node): Use dolist.
18598 Change add-text-properties to put-text-property.
18599
18600 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18601
18602 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
18603 bound of search.
18604
18605 2005-10-16 Masatake YAMATO <jet@gyve.org>
18606
18607 * dabbrev.el (dabbrev-completion): Pass the common
18608 prefix substring of completion to `display-completion-list'.
18609
18610 * filecache.el (file-cache-minibuffer-complete)
18611 (file-cache-complete): Ditto.
18612
18613 * tempo.el (tempo-display-completions): Ditto.
18614
18615 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
18616
18617 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
18618
18619 * eshell/em-hist.el (eshell-list-history): Ditto.
18620
18621 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
18622
18623 * mail/mailalias.el (mail-complete): Ditto.
18624
18625 * progmodes/etags.el (complete-tag): Ditto.
18626
18627 * progmodes/make-mode.el (makefile-complete): Ditto.
18628
18629 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
18630
18631 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
18632
18633 * progmodes/pascal.el (pascal-complete-word)
18634 (pascal-show-completions): Ditto.
18635
18636 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
18637
18638 * simple.el (completion-common-substring): New variable.
18639 (completion-setup-function): Use `completion-common-substring'
18640 to put faces.
18641
18642 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18643
18644 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
18645 (x-get-selection, mac-select-convert-to-string): Convert from/to
18646 UTF-16 clipboard data as in native byte order, no BOM.
18647
18648 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
18649
18650 * progmodes/gud.el (gud-tool-bar-map): Rename the images
18651 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
18652 (gud-sentinel): Use speedbar-frame to check for speedbar.
18653
18654 2005-10-15 Richard M. Stallman <rms@gnu.org>
18655
18656 * savehist.el: New file.
18657
18658 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
18659
18660 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
18661 Fix bug in \bf fontification.
18662
18663 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18664
18665 * pcvs.el (cvs-edit-log-files): New var.
18666 (cvs-mode-edit-log): New arg `file'.
18667 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
18668 Instead force the use of the original file and nothing else.
18669 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
18670 the cvs-minor-wrap-function is set.
18671 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
18672
18673 2005-10-14 Bill Wohler <wohler@newt.com>
18674
18675 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
18676 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
18677 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
18678 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
18679 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
18680 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
18681 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
18682 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
18683 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
18684 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
18685 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
18686 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
18687 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
18688 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
18689 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
18690
18691 * progmodes/gud.el (gud-tool-bar-map): Rename the images
18692 appropriately (for example, gud-break to gud/break).
18693
18694 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
18695
18696 * longlines.el (longlinges-search-function)
18697 (longlines-search-forward, longlines-search-backward): New functions.
18698 (longlines-mode): Set isearch-search-fun-function to
18699 longlinges-search-function.
18700
18701 * mouse.el (mouse-drag-region-1): Handle the case where a
18702 double-click event is bound to an arbitrary function.
18703
18704 2005-10-14 David Ponce <david@dponce.com>
18705
18706 * recentf.el (recentf-track-opened-file)
18707 (recentf-track-closed-file, recentf-update-menu)
18708 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
18709 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
18710 mouse-1-click-follows-link.
18711
18712 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18713
18714 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
18715 Gnome file-manager.png. Suggested by
18716 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
18717
18718 * toolbar/README: Add diropen.xpm.
18719
18720 2005-10-13 Bill Wohler <wohler@newt.com>
18721
18722 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
18723 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
18724
18725 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18726
18727 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
18728 Don't waste the byte-compiler's time on constant data.
18729
18730 2005-10-13 Kenichi Handa <handa@m17n.org>
18731
18732 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
18733 byte with `escape-glyph' face.
18734
18735 * international/fontset.el (ccl-encode-unicode-font):
18736 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
18737 Handle the case that ucs-mule-to-mule-unicode translates a character to
18738 ASCII (usually for IPA characters).
18739
18740 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18741
18742 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
18743 Don't hide the underline of titles if font-lock-mode is disabled.
18744
18745 2005-10-12 Bill Wohler <wohler@newt.com>
18746
18747 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
18748 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
18749 files in MH-E-SRC have been updated.
18750 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
18751
18752 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18753
18754 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
18755 (mixal-mode-syntax-table): Add \n as end-comment.
18756 (mixal-operation-codes-alist): Immediately initialize to full value.
18757 (mixal-add-operation-code): Remove.
18758 (mixal-describe-operation-code): Make the arg non-optional.
18759 Use the interactive spec instead.
18760 Use mixal-operation-codes-alist rather than mixal-operation-codes.
18761 (mixal-font-lock-keywords): Don't highlight comments here any more.
18762 (mixal-font-lock-syntactic-keywords): New var.
18763 (mixal-mode): Use it. Fix comment-start-skip.
18764
18765 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18766
18767 * startup.el (command-line-x-option-alist): -nb => -nbi
18768
18769 2005-10-12 Kim F. Storm <storm@cua.dk>
18770
18771 * startup.el (fancy-splash-default-action): Discard mouse click in
18772 the splash screen window, as it has no sensible meaning in the
18773 next window to be selected. Fixes error reported by Jan D.
18774
18775 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18776
18777 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
18778
18779 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
18782 Try to fix up minor layout issues like indentation, line break, etc...
18783 (mixal-mode-syntax-table): Don't try to specify comment syntax,
18784 because it doesn't work.
18785 (mixal-operation-codes): Add some more codes.
18786 (mixal-font-lock-keywords): Process comments here.
18787 (mixal-mode): mixasm no longer needs -g option.
18788
18789 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
18790
18791 * progmodes/sh-script.el (sh-tmp-file):
18792 Use mktemp -t. Finish support for es and rc shells.
18793
18794 2005-10-11 Jay Belanger <belanger@truman.edu>
18795
18796 * calc/calcalg2.el (calc-integral): With an argument, compute the
18797 definite integral.
18798
18799 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
18800
18801 * mouse.el (mouse-drag-region-1): Don't try to catch a
18802 double-click when doing follow-link (it's overridden anyway).
18803
18804 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
18805
18806 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
18807 (autoload-print-form-outbuf): Add docstring.
18808
18809 2005-10-11 Juri Linkov <juri@jurta.org>
18810
18811 * info.el (Info-mode-menu): Delete menu item "Edit".
18812 (Info-mode): Delete description of Info-edit from docstring,
18813 and rearrange descriptions of Info commands in the order
18814 they are documented in the Info manual.
18815
18816 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18817
18818 * calendar/appt.el (appt-check): Use diary-selective-display var.
18819
18820 2005-10-10 Richard M. Stallman <rms@gnu.org>
18821
18822 * net/newsticker.el (newsticker-start, newsticker-show-news):
18823 Add autoload cookies.
18824
18825 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
18826
18827 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
18828
18829 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
18830
18831 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
18832
18833 2005-10-10 Jay Belanger <belanger@truman.edu>
18834
18835 * calc/calc-arith.el (math-check-known-scalarp)
18836 (math-check-known-matrixp): Check the values of arguments that are
18837 variables.
18838 (math-check-known-square-matrixp): New function.
18839 (math-known-square-matrixp): Use math-check-known-square-matrixp.
18840 (math-super-types): Add sqmatrix type.
18841
18842 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
18843 mode name `square' to `sqmatrix'.
18844
18845 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
18846 mode name `square' to `sqmatrix'.
18847
18848 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18849
18850 * progmodes/etags.el (select-tags-table-mode): Don't use
18851 selective-display.
18852 (tags-select-tags-table): Pass `button' to the action function.
18853 (select-tags-table): Place the side-info on button properties rather
18854 than in hidden text. Abbreviate file names.
18855 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
18856 (select-tags-table-select): Add `button' argument.
18857 Get side-info from the button property rather than from hidden text.
18858
18859 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
18860
18861 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
18862 (gud-speedbar-buttons): Preserve point if possible.
18863 (gud-sentinel): Restore previous speedbar display type.
18864
18865 * progmodes/gdb-ui.el (gdba): Improve diagram.
18866 (def-gdb-auto-update-handler, gdb-info-locals-handler)
18867 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
18868 Call get-buffer-window once.
18869
18870 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18871
18872 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
18873 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
18874 (pascal-indent-command): Remove unused var `ind'.
18875 (pascal-indent-case): Remove unused var `oldpos'.
18876 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
18877 since it's now used as a proper minor mode map.
18878 (pascal-outline): Rename to pascal-outline-mode.
18879 (pascal-outline-mode): Use define-minor-mode.
18880 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
18881 selective-display.
18882
18883 2005-10-10 Andreas Schwab <schwab@suse.de>
18884
18885 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
18886 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
18887
18888 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
18889 outside source directory.
18890
18891 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
18892
18893 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
18894 C-x' as a prefix.
18895 (orgtbl-mode-map): Full keymap instead of sparse, because all
18896 `self-insert-command' keys are redefined in this map.
18897 (org-export-as-html): Specify charset for HTML file, by taking it
18898 from the coding system.
18899
18900 2005-10-10 Kenichi Handa <handa@m17n.org>
18901
18902 * textmodes/flyspell.el (flyspell-check-word-p):
18903 If unread-command-events is non-empty, don't call sit-for.
18904
18905 2005-10-09 Richard M. Stallman <rms@gnu.org>
18906
18907 * font-lock.el (font-lock-syntactic-keywords)
18908 (font-lock-keywords): Doc fixes.
18909
18910 * textmodes/flyspell.el (flyspell-external-point-words):
18911 Simplify logic, and don't try to check for consecutive appearances
18912 of one incorrect word.
18913
18914 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
18915
18916 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
18917 separator.
18918
18919 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
18920 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
18921 (gud-expansion-speedbar-buttons): New function.
18922 (gud-speedbar-buttons): Check for gud-comint-buffer.
18923
18924 2005-10-09 Bill Wohler <wohler@newt.com>
18925
18926 * Makefile.in (updates): Add mh-loaddefs dependency.
18927
18928 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
18929
18930 * speedbar.el (speedbar-file-key-map): Fix typo.
18931
18932 2005-10-09 Daniel Brockman <daniel@brockman.se>
18933
18934 * cus-start.el (line-spacing): Add custom spec.
18935
18936 2005-10-09 Romain Francoise <romain@orebokech.com>
18937
18938 * textmodes/ispell.el (ispell-check-version): Fix last change.
18939
18940 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18941
18942 * term/x-win.el: Remove -i, --icon-type from comment.
18943
18944 * startup.el (command-line-x-option-alist): Remove options -i,
18945 -itype, --icon-type, added -nb, --no-bitmap-icon
18946
18947 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
18948
18949 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
18950 instead of :active.
18951
18952 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
18953
18954 * textmodes/ispell.el (ispell-check-version):
18955 Ignore hyphen, and all that follows, in aspell's version text.
18956
18957 2005-10-08 Jay Belanger <belanger@truman.edu>
18958
18959 * calc/calc-arith.el (math-known-square-matrixp): New function.
18960 (math-pow-fancy): Check for matrices before distributing exponent
18961 across products.
18962
18963 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
18964 fullscreen keypad. Suggested by Luc Teirlinck.
18965 (calc-keypad-show-input): Add space for formatting.
18966
18967 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
18968 Add square matrix option.
18969
18970 * calc/calc-poly.el (math-expand-term): Check for matrices instead
18971 of checking calc-matrix-mode when deciding how to expand.
18972
18973 * calc/calc.el (calc-set-mode-line): Add square matrix option.
18974
18975 2005-10-08 Lars Hansen <larsh@soem.dk>
18976
18977 * net/tramp.el (tramp-perl-directory-files-and-attributes):
18978 Add error handling.
18979 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
18980
18981 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
18982
18983 Sync with Tramp 2.0.51.
18984
18985 * net/tramp.el (tramp-handle-set-visited-file-modtime)
18986 (tramp-handle-insert-file-contents, tramp-handle-write-region):
18987 Insert special handling for `last-coding-system-used', again
18988 it still seems to be necessary (unlike stated before).
18989 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
18990 (tramp-password-prompt-regexp): There might be other words before
18991 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
18992 (tramp-chunksize): Improve docstring.
18993 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
18994 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
18995 Christian Joergensen <bugs@razor.dk>.
18996
18997 2005-10-07 Glenn Morris <rgm@gnu.org>
18998
18999 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19000 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19001 precision'.
19002
19003 2005-10-07 Romain Francoise <romain@orebokech.com>
19004
19005 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19006 (ibuffer-do-shell-command-pipe-replace)
19007 (ibuffer-do-shell-command-file, ibuffer-do-eval)
19008 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19009 (ibuffer-do-revert, ibuffer-do-replace-regexp)
19010 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19011 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19012 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19013 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19014 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19015 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19016 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19017 Autoload file sans suffix.
19018
19019 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19020
19021 2005-10-07 David Ponce <david@dponce.com>
19022
19023 * recentf.el (recentf-menu-open-all-flag): New option.
19024 (recentf-digit-shortcut-command-name): New function.
19025 (recentf--shortcuts-keymap): New variable.
19026 (recentf-menu-shortcuts): New variable.
19027 (recentf-make-menu-items): Initialize it. Replace the "More..."
19028 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19029 (recentf-menu-value-shortcut): New function.
19030 (recentf-make-menu-item): Use it. No more in-lined.
19031 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19032 (recentf-open-most-recent-file): Rename from
19033 `recentf-open-file-with-key'. Don't depend on key binding.
19034 (recentf-mode-map): New variable.
19035 (recentf-mode): Use it.
19036
19037 2005-10-06 Bill Wohler <wohler@newt.com>
19038
19039 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
19040
19041 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19042 (MH-E-SRC): New. Used by mh-autoloads.
19043 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
19044 files in MH-E-SRC have been updated.
19045 (compile, recompile, bootstrap): Depend on mh-autoloads.
19046
19047 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
19048
19049 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
19050 gud-break and gud-remove icons when the fringe is not available.
19051
19052 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
19053 Typo.
19054
19055 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19056
19057 * play/zone.el (zone): Wrap body with save-window-excursion.
19058
19059 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
19062 Use the new `list-only' arg to diary-list-entries.
19063
19064 * calendar/diary-lib.el: Use overlays rather than selective-display.
19065 (diary-selective-display): New var.
19066 (diary-header-line-format): Use it.
19067 (diary-list-entries): Add argument `list-only'.
19068 Put the buffer in diary-mode. Don't add \^M at beg and end.
19069 Replace \^M by invisible overlays.
19070 (diary-unhide-everything): Replace \^M by invisible overlays.
19071 (print-diary-entries): Look for overlays rather than \^M.
19072 Add a space to the temp buffer name.
19073 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
19074 Put the buffer in diary-mode.
19075 (list-sexp-diary-entries): Replace \^M by invisible overlays.
19076 (diary-anniversary): Make the year arg optional.
19077 (diary-time-regexp): New const.
19078 (diary-font-lock-keywords): Use it to accept a few more time formats.
19079
19080 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
19081
19082 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
19083
19084 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
19085 Fix bug introduced 2005-07-03: Use (car (last ...))
19086 to faithfully reproduce replaced artist-last.
19087 (artist-set-arrow-points-for-poly): Likewise.
19088 Suggested by Johan Bockg\e,Ae\e(Brd.
19089
19090 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
19091
19092 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
19093 * wid-edit.el (widget):
19094 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
19095 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
19096
19097 2005-10-06 Kenichi Handa <handa@m17n.org>
19098
19099 * international/mule-cmds.el (set-language-environment):
19100 Fix setting up of case-table for unibyte mode.
19101
19102 * simple.el (what-cursor-position): If the character is displayed
19103 by some `display' text property, show that. Don't use
19104 single-key-description for eight-bit characters in multibyte mode.
19105
19106 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
19107
19108 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
19109 (gdb-ann3): Set it.
19110 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
19111 (gdb-info-frames-custom): Use inverse-video for first five
19112 characters of selected frame only.
19113 (gdb-get-frame-number): Select frame even when point is on frame
19114 number.
19115
19116 2005-10-06 Masatake YAMATO <jet@gyve.org>
19117
19118 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
19119 Put `font-lock-function-name-face'.
19120 (gdb-info-frames-custom): Put `font-lock-function-name-face'
19121 and `font-lock-variable-name-face'
19122 (gdb-registers-font-lock-keywords): New font lock keywords definition.
19123 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
19124 (gdb-memory-font-lock-keywords): New font lock keywords definition.
19125 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
19126 (gdb-local-font-lock-keywords): New font lock keywords definition.
19127 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
19128 (gdb-threads-font-lock-keywords): New font lock keywords definition.
19129 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
19130
19131 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
19132
19133 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
19134 (ediff-merge-region-is-non-clash-to-skip): Previously called
19135 ediff-merge-region-is-non-clash.
19136
19137 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
19138 Use insert-buffer-substring.
19139
19140 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
19141 selecting files to patch. Also bug fixes.
19142
19143 * ediff-util.el (ediff-setup): Bug fix.
19144 (ediff-next-difference): Never skip clashes that differ in white
19145 space only.
19146
19147 * ediff-wind.el (ediff-setup-control-frame)
19148 (ediff-destroy-control-frame): Check the menubar feature.
19149
19150 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
19151 (viper-refresh-mode-line): Use make-local-variable to localize
19152 some vars instead of make-variable-buffer-local. Suggested by
19153 Stefan Monnier.
19154
19155 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
19156 (viper-restore-cursor-type, viper-set-insert-cursor-type):
19157 Use make-local-variable instead of make-variable-buffer-local.
19158 Suggested by Stefan Monnier.
19159
19160 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
19161 (viper-comint-mode-hook): Use make-local-variable on
19162 require-final-newline.
19163 (viper-non-hook-settings): Don't use make-variable-buffer-local.
19164
19165 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19166
19167 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
19168 also the second char of a comment-start sequence.
19169 (scheme-sexp-comment-syntax-table): New var.
19170 (lambda, define): Set their scheme-doc-string-elt property.
19171 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
19172 Use lisp-font-lock-syntactic-face-function now that it properly
19173 handles |...| symbols.
19174 (scheme-mode-variables): Set lisp-doc-string-elt-property,
19175 parse-sexp-lookup-properties and font-lock-extra-managed-props.
19176
19177 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
19178 bit from # to |.
19179 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
19180
19181 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
19182 (lisp-doc-string-elt-property): New var.
19183 (lisp-font-lock-syntactic-face-function): Use it.
19184 Rewrite to recognize docstrings even for forms not at toplevel.
19185
19186 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
19187 annotation on the | part of #| rather than on the # part.
19188 (scheme-font-lock-syntactic-face-function): New function, to
19189 distinguish strings from |...| symbols.
19190 (scheme-mode-variables): Use it. Also fix up the font-lock-time
19191 syntax-table so that #|...|# is properly highlighted.
19192
19193 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
19194 Don't mark as docstring the 3rd elem of an unknown toplevel form.
19195
19196 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
19197
19198 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
19199 and C-e.
19200
19201 * emacs-lisp/eldoc.el: Move comments into docstrings.
19202 (eldoc-message-commands): Initialize in its declaration.
19203 Add move-beginning-of-line and move-end-of-line.
19204 (eldoc-add-command, eldoc-add-command-completions)
19205 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
19206
19207 * outline.el (outline-mark-subtree): Activate the mark.
19208
19209 * calendar/appt.el (appt-time-regexp): New var.
19210 (appt-add, appt-make-list): Use it.
19211 (appt-convert-time): Clean up.
19212
19213 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
19214 Don't set any syntax-table property here.
19215 (tex-font-lock-verb): New function. Do it here.
19216 (tex-font-lock-syntactic-keywords): Use it.
19217
19218 2005-10-04 Richard M. Stallman <rms@gnu.org>
19219
19220 * wid-edit.el (widget-file-complete): Get the widget start point
19221 the right way. Default directory to `/' if file has none.
19222
19223 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
19224
19225 * textmodes/flyspell.el (flyspell-mode-on):
19226 Call ispell-maybe-find-aspell-dictionaries.
19227
19228 * textmodes/ispell.el (ispell-word, ispell-region):
19229 Call ispell-maybe-find-aspell-dictionaries.
19230 (ispell-accept-buffer-local-defs):
19231 Don't call ispell-maybe-find-aspell-dictionaries
19232
19233 2005-10-04 Richard M. Stallman <rms@gnu.org>
19234
19235 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
19236
19237 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
19238
19239 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
19240 instead of `fboundp' in order to allow for anonymous functions.
19241
19242 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
19243
19244 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
19245 case the user clicks on the link while another window is selected.
19246 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
19247
19248 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
19249 functionality.
19250 (dframe-help-echo): Save point in case mouse tracking is off.
19251
19252 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
19253
19254 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
19255
19256 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19257
19258 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
19259 not change the global value of those vars.
19260
19261 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
19262 make-local-variable which we do not need any more.
19263
19264 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
19265
19266 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
19267 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
19268 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
19269 (speedbar-path-line): Define obsolete aliases.
19270 (speedbar-line-directory): Doc fix.
19271
19272 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
19273 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
19274 instead of speedbar-line-path.
19275
19276 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19277
19278 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
19279 to nil if dropping on a window. Handle dropping on a minibuffer window
19280 like dropping on a non-window part of Emacs.
19281
19282 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19283
19284 * net/ange-ftp.el: Use with-current-buffer.
19285 (ange-ftp-insert-directory): Do not follow symlinks any more.
19286
19287 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19288 Remove interactive spec.
19289
19290 2005-10-03 Kim F. Storm <storm@cua.dk>
19291
19292 * ido.el (ido-mode): Use custom-initialize-set.
19293
19294 2005-10-02 Richard M. Stallman <rms@gnu.org>
19295
19296 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
19297 Use insert-buffer-substring.
19298
19299 * net/tramp.el: Pacify byte compiler warnings in pacification code.
19300 (tramp-handle-file-local-copy): Use insert-buffer-substring.
19301
19302 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19303
19304 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
19305 in last change.
19306 (ange-ftp-insert-directory): Fix up the search for the case where
19307 `file' is absolute.
19308
19309 2005-10-02 Romain Francoise <romain@orebokech.com>
19310
19311 * progmodes/compile.el (compile-goto-error): Delete extra paren.
19312
19313 2005-10-02 Andreas Schwab <schwab@suse.de>
19314
19315 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
19316 directory component in the session info.
19317
19318 2005-10-01 Richard M. Stallman <rms@gnu.org>
19319
19320 * comint.el (comint-redirect-subvert-readonly): Doc fix.
19321
19322 * simple.el (next-error-internal): New function.
19323
19324 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
19325 (compilation-start): Pass new arg to compilation-buffer-name.
19326 (compile-goto-error): Use next-error-internal.
19327
19328 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
19329
19330 * speedbar.el: Remove RCS tag.
19331 (speedbar-check-read-only): Handle non-existent files.
19332
19333 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
19334
19335 * info.el (Info-speedbar-hierarchy-buttons)
19336 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
19337
19338 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19339
19340 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
19341 Do not match newline.
19342 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
19343 (bibtex-summary): Remove unnecessary save-excursion.
19344 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
19345
19346 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19347
19348 * term/mac-win.el: Add charset info for "iso10646-1".
19349 Modify default fontset to use ATSUI-compatible fonts for some charsets
19350 if available.
19351
19352 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
19353
19354 * speedbar.el: Re-apply arch tag.
19355 (speedbar-version): Rename to version 1.0. Suggested by Eric
19356 M. Ludlam.
19357 Reapply two changes from Emacs CVS' version of speedbar lost
19358 during the merge:
19359 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
19360 (speedbar-frame-parameters): Improve customize type.
19361
19362 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19363
19364 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
19365 (ange-ftp-file-directory-p): Fix the symlink case.
19366 (ange-ftp-insert-directory): When listing a single file, get a list of
19367 the parent buffer and extract the relevant line. Inspired from a patch
19368 by Katsumi Yamaoka <yamaoka@jpl.org>.
19369 (ange-ftp-file-name-sans-versions): Simplify.
19370
19371 2005-09-30 Bill Wohler <wohler@newt.com>
19372
19373 Move MH-E image files from toolbar and mail directories into
19374 etc/images.
19375
19376 * mail/reply2.*: Move to etc/images/mail/reply*.
19377
19378 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
19379 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
19380 etc/images.
19381
19382 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
19383 * toolbar/reply*: Move to etc/images/mail.
19384
19385 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
19386
19387 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
19388
19389 * speedbar.el: New version 1.0pre3.
19390
19391 Frame management code (including timer, and mouse click specifics)
19392 moved to dframe.el:
19393 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
19394 (speedbar-timer): Removed. Use dframe-timer.
19395 (speedbar-close-frame): Removed. Use dframe-close-frame.
19396 (speedbar-activity-change-focus-flag): Removed. Use
19397 dframe-activity-change-focus-flag.
19398 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
19399 dframe-update-speed.
19400
19401 (speedbar-current-frame): New macro. Use this instead of the
19402 variable speedbar-frame.
19403
19404 (speedbar-use-images, speedbar-expand-image-button-alist)
19405 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19406
19407 (speedbar-find-image-on-load-path): Removed. Replaced by
19408 defezimage in ezimage.el.
19409 (speedbar-expand-image-button-alist): Removed. Replaced by
19410 ezimage-expand-image-button-alist in ezimage.el.
19411
19412 (speedbar-ignored-directory-regexp)
19413 (speedbar-add-ignored-directory-regexp)
19414 (speedbar-ignored-directory-expressions)
19415 (speedbar-line-directory, speedbar-buffers-line-directory)
19416 (speedbar-directory-line, speedbar-buffers-line-directory):
19417 Renamed, replacing `path' with `directory'.
19418
19419 (speedbar-create-directory, speedbar-expand-line-descendants)
19420 (speedbar-toggle-line-expansion)
19421 (speedbar-contract-line-descendants): New commands.
19422
19423 (speedbar-query-confirmation-method, speedbar-select-frame-method)
19424 (speedbar-use-tool-tips-flag): New options.
19425
19426 (speedbar-check-read-only, speedbar-require-version)
19427 (speedbar-insert-separator, speedbar-buffers-tail-notes)
19428 (speedbar-handle-delete-frame, speedbar-try-completion)
19429 (speedbar-update-localized-contents): New functions.
19430
19431 (speedbar-incompatible-version, speedbar-ro-to-do-point)
19432 (speedbar-object-read-only-indicator): New variables.
19433
19434 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19435 New hooks.
19436
19437 (speedbar-separator-face): New face.
19438
19439 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19440 (speedbar-ignored-modes): Add fundamental-mode.
19441 (speedbar-directory-unshown-regexp): Add . directories.
19442
19443 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19444 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19445 `]' for full expand/close.
19446 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19447
19448 (speedbar-check-vc): Support hidden files.
19449 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19450 (speedbar-this-file-in-vc): Use vc-state if available. If VC
19451 state is nil, it is not checked out.
19452
19453 (speedbar-line-text, speedbar-line-token): Support expand buttons
19454 with no text.
19455 (speedbar-refresh): Universal argument acts as power-click.
19456 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19457 that buffer to get variable values.
19458
19459 And many other bugfixes.
19460
19461 * dframe.el, ezimage.el, sb-image.el: New files.
19462
19463 * sb-*.xpm: Remove files. New image files installed into
19464 etc/images/ezimage.
19465
19466 2005-09-30 Kenichi Handa <handa@m17n.org>
19467
19468 * ps-mule.el (ps-mule-show-warning): If a character is in
19469 ps-print-translation-table, don't treat it as non-printable.
19470
19471 2005-09-30 David Ponce <david@dponce.com>
19472
19473 * tree-widget.el (tree-widget-themes-load-path): New variable.
19474 (tree-widget-themes-directory): Doc fix.
19475 (tree-widget-image-formats) [Emacs]: Doc fix.
19476 (tree-widget--locate-sub-directory): New function.
19477 (tree-widget-themes-directory): Use it.
19478
19479 * recentf.el (recentf-filename-handlers): Rename from
19480 `recentf-filename-handler'. Allow a list of functions.
19481 (recentf-menu-items-for-commands): Fix :help strings.
19482 (recentf-apply-filename-handlers): New function.
19483 (recentf-expand-file-name): Use it.
19484 (recentf-cleanup): Remove duplicates too.
19485
19486 2005-09-29 Juri Linkov <juri@jurta.org>
19487
19488 * faces.el: Rearrange face definitions to be in the same order as
19489 their face descriptions in "(emacs)Standard Faces".
19490
19491 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
19492
19493 * tooltip.el (tooltip): Add group `basic-faces'.
19494
19495 * buff-menu.el (Buffer-menu-buffer): Remove group
19496 `font-lock-highlighting-faces'.
19497
19498 * progmodes/compile.el (compilation-error, compilation-warning)
19499 (compilation-info, compilation-line-number, compilation-column-number):
19500 Change group from `font-lock-highlighting-faces' to `compilation'.
19501
19502 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19503 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
19504 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
19505 (vhdl-font-lock-reserved-words-face)
19506 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
19507 `font-lock-highlighting-faces'.
19508
19509 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
19510
19511 2005-09-28 Kim F. Storm <storm@cua.dk>
19512
19513 * emulation/cua-base.el: Set CUA move property on additional commands:
19514 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
19515 forward-sexp, backward-sexp, forward-list, backward-list.
19516
19517 2005-09-28 Romain Francoise <romain@orebokech.com>
19518
19519 * comint.el (comint-show-output): Really set point at the
19520 beginning of the output when not using `comint-use-prompt-regexp'.
19521
19522 2005-09-27 Jay Belanger <belanger@truman.edu>
19523
19524 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
19525 in TeX mode.
19526
19527 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
19528
19529 * textmodes/org.el (org-table-sum): Fix format string.
19530
19531 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
19532 Quote face names.
19533
19534 2005-09-26 Romain Francoise <romain@orebokech.com>
19535
19536 * isearch.el (isearch-forward-regexp): Close doc string.
19537
19538 2005-09-25 Richard M. Stallman <rms@gnu.org>
19539
19540 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
19541
19542 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
19543
19544 * progmodes/compile.el (compilation-error-properties):
19545 When getting the file from the previous error message,
19546 correctly decode the new data format.
19547
19548 * progmodes/cc-cmds.el (c-electric-paren):
19549 Call old-blink-paren only for close-paren.
19550
19551 2005-09-24 Andreas Schwab <schwab@suse.de>
19552
19553 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
19554 condition.
19555
19556 2005-09-25 Romain Francoise <romain@orebokech.com>
19557
19558 * dired-aux.el (dired-copy-file-recursive):
19559 * dired.el (dired-delete-file):
19560 * ediff-mult.el (ediff-dir-diff-copy-file):
19561 * ediff-util.el (ediff-test-save-region):
19562 * forms.el (forms-mode):
19563 * ido.el (ido-file-internal, ido-delete-file-at-head):
19564 * log-edit.el (log-edit-done):
19565 * ses.el (ses-yank-resize):
19566 * play/gomoku.el (gomoku-human-plays, gomoku)
19567 (gomoku-human-resigns, gomoku-prompt-for-other-game)
19568 (gomoku-offer-a-draw):
19569 * play/landmark.el (lm-human-resigns, lm):
19570 * net/eudcb-ldap.el (eudc-ldap-check-base):
19571 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
19572 * progmodes/ebrowse.el (ebrowse-find-pattern):
19573 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
19574 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
19575 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
19576
19577 * vc.el (vc-delete-file):
19578 * play/gomoku.el (gomoku-terminate-game, gomoku)
19579 (gomoku-prompt-for-move, gomoku-human-takes-back):
19580 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
19581 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
19582
19583 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
19584
19585 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
19586 color rxvt terminals by using the code xterm.el used to use before
19587 2005-04-09 in order to match the colors used by rxvt.
19588
19589 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19590
19591 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
19592 colors rxvt-unicode terminals by using the same code as xterm.el.
19593
19594 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19595
19596 * textmodes/tex-mode.el (tex-font-lock-append-prop)
19597 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
19598 new symbol used for the tex-verbatim face.
19599
19600 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19601
19602 * woman.el (woman-file-name):
19603 * wid-edit.el (widget-file-prompt-value)
19604 (widget-coding-system-prompt-value):
19605 * w32-fns.el (set-w32-system-coding-system):
19606 * vc.el (vc-version-diff, vc-annotate):
19607 * textmodes/reftex-auc.el (reftex-arg-cite)
19608 (reftex-arg-index-tag):
19609 * textmodes/refer.el (refer-get-bib-files):
19610 * textmodes/artist.el (artist-figlet-choose-font):
19611 * terminal.el (terminal-emulator):
19612 * replace.el (occur-read-primary-args):
19613 * rect.el (string-rectangle, string-insert-rectangle):
19614 * ps-print.el (ps-print-preprint):
19615 * progmodes/pascal.el (pascal-goto-defun):
19616 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
19617 * progmodes/compile.el (compilation-find-file):
19618 * printing.el (pr-interactive-n-up):
19619 * play/animate.el (animate-birthday-present):
19620 * net/rcompile.el (remote-compile):
19621 * man.el (man, Man-goto-section, Man-follow-manual-reference):
19622 * mail/rmailsum.el (rmail-summary-search-backward)
19623 (rmail-summary-search):
19624 * mail/rmailout.el (rmail-output-read-rmail-file-name)
19625 (rmail-output-read-file-name):
19626 * mail/rmail.el (rmail-search, rmail-search-backwards):
19627 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
19628 * locate.el (locate):
19629 * international/quail.el (quail-show-keyboard-layout):
19630 * international/mule.el (set-buffer-file-coding-system)
19631 (revert-buffer-with-coding-system, set-file-name-coding-system)
19632 (set-terminal-coding-system, set-keyboard-coding-system)
19633 (set-next-selection-coding-system):
19634 * international/mule-diag.el (describe-coding-system)
19635 (describe-font, describe-fontset):
19636 * international/mule-cmds.el (universal-coding-system-argument)
19637 (search-unencodable-char, describe-input-method)
19638 (set-language-environment, describe-language-environment):
19639 * international/codepage.el (codepage-setup):
19640 * international/code-pages.el (codepage-setup):
19641 * info.el (Info-search, Info-follow-reference)
19642 (Info-search-backward):
19643 * emacs-lisp/advice.el (ad-read-advised-function)
19644 (ad-read-advice-class, ad-clear-cache, ad-activate)
19645 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
19646 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
19647 (ad-read-regexp):
19648 * ediff-util.el (ediff-toggle-regexp-match):
19649 * ediff-ptch.el (ediff-prompt-for-patch-file):
19650 * dired-aux.el (dired-diff):
19651 * diff.el (diff):
19652 * cus-edit.el (custom-variable-prompt):
19653 * calendar/timeclock.el (timeclock-ask-for-project):
19654 * calc/calcalg3.el (calc-get-fit-variables):
19655 * calc/calc-store.el (calc-edit-variable)
19656 (calc-permanent-variable):
19657 * vc-mcvs.el (vc-mcvs-register):
19658 * shadowfile.el (shadow-define-literal-group):
19659 * woman.el (woman-file-name):
19660 * vc.el (vc-version-diff, vc-merge):
19661 * textmodes/reftex-index.el (reftex-index-complete-tag):
19662 * format.el (format-decode-buffer, format-decode-region):
19663 * emulation/viper-cmd.el (viper-read-string-with-history):
19664 * emacs-lisp/debug.el (cancel-debug-on-entry):
19665 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
19666 * ediff.el (ediff-merge-revisions)
19667 (ediff-merge-revisions-with-ancestor, ediff-revision):
19668 * completion.el (interactive-completion-string-reader):
19669 * calc/calc-prog.el (calc-user-define-formula):
19670 Follow convention for reading with the minibuffer.
19671
19672 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
19673
19674 * progmodes/python.el (python-describe-symbol): Add globals() and
19675 locals() to the arguments of emacs.ehelp.
19676
19677 2005-09-24 Magnus Henoch <mange@freemail.hu>
19678
19679 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
19680 New function, code extracted from ispell-valid-dictionary-list.
19681 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
19682 Call it.
19683
19684 2005-09-24 Eli Zaretskii <eliz@gnu.org>
19685
19686 * subr.el (version-regexp-alist): Extend valid syntax for version
19687 strings: allow any of the characters -,_,+ to separate the
19688 alpha/beta/rc part from the version part. Doc fix.
19689 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
19690
19691 2005-09-23 David Reitter <david.reitter@gmail.com>
19692
19693 * mail/mailclient.el: New file.
19694
19695 2005-09-23 Richard M. Stallman <rms@gnu.org>
19696
19697 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
19698 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
19699 Doc fixes.
19700
19701 * progmodes/cc-mode.el (c-font-lock-init):
19702 Specify font-lock-lines-before.
19703
19704 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19705
19706 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
19707 whole conflict.
19708
19709 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
19710
19711 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
19712 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
19713 of `remap' feature when available. Additional key bindings for
19714 better tty support.
19715 (org-mode-restart, org-force-self-insert): New commands.
19716 (org-time-stamp-inactive): New command.
19717 (org-remap): New function.
19718 (org-table-auto-blank-field, org-level-color-stars-only): New options.
19719 (org-enable-fixed-width-editor): Move to `org-structure'
19720 customization group.
19721 (org-self-insert-command, orgtbl-self-insert-command): Modify to
19722 blank field after field motion commands.
19723
19724 2005-09-23 Kenichi Handa <handa@m17n.org>
19725
19726 * international/mule-cmds.el (set-language-environment):
19727 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
19728 have to call utf-translate-cjk-load-tables.
19729
19730 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19731
19732 * mouse.el (mouse-move-drag-overlay): Fix last change.
19733
19734 2005-09-22 David Ponce <david@dponce.com>
19735
19736 * tree-widget.el (tree-widget-value-create): Fix previous change.
19737
19738 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19739
19740 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
19741
19742 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19743
19744 * mouse.el (mouse-move-drag-overlay): New function.
19745 (mouse-drag-region-1): Use it.
19746 Try to simplify a bit the state handling. Handle clicks on links
19747 inside intangible areas.
19748 (mouse-save-then-kill): Minor simplification.
19749 (mouse-secondary-overlay): Make it always non-nil instead of
19750 recreating it each time.
19751 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
19752 (mouse-kill-secondary, mouse-secondary-save-then-kill):
19753 Simplify accordingly.
19754
19755 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19756
19757 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
19758
19759 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
19760
19761 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
19762 (ediff-file-name-sans-prefix): Treat nil as an empty string.
19763 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
19764 to patch.
19765
19766 * ediff-util.el: Use insert-buffer-substring.
19767
19768 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
19769
19770 * emulation/viper-cmd.el (viper-change-state): Don't move over the
19771 field boundaries in the minibuffer.
19772 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
19773 (viper-minibuffer-post-command-hook): New hook.
19774 (viper-line): Don't move cursor at bolp.
19775
19776 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
19777
19778 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
19779 avoid compiler warnings.
19780
19781 * emulation/viper-macs.el (ex-map): Better messages.
19782
19783 * emulation/viper-utils.el (viper-beginning-of-field): New function.
19784
19785 * emulation/viper.el: Replace make-variable-buffer-local with
19786 viper-make-variable-buffer-local everywhere, to avoid warnings.
19787
19788 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19789
19790 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
19791 Delete unused var `old-selected-window'.
19792 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
19793 (mouse-drag-secondary): Delete unused var `start-frame'.
19794
19795 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19796
19797 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
19798
19799 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
19802 Re-indent within 80 columns. Use inhibit-read-only.
19803
19804 2005-09-19 Romain Francoise <romain@orebokech.com>
19805
19806 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
19807
19808 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19809
19810 * font-lock.el (font-lock-default-fontify-region): Don't add a line
19811 unconditionally, since the after-change-function already did it.
19812
19813 2005-09-19 Miles Bader <miles@gnu.org>
19814
19815 * net/newsticker.el: Get rid of CVS keyword.
19816
19817 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
19818
19819 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
19820 The prompt is formatted later.
19821
19822 2005-09-19 David Ponce <david@dponce.com>
19823
19824 * tree-widget.el (tree-widget-value-create): Save the converted
19825 tree :node widget.
19826
19827 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
19828
19829 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
19830 variable `message'.
19831
19832 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
19833
19834 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
19835 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
19836 <slawomir.nowaczyk.847@student.lu.se>.
19837
19838 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
19839
19840 * image.el (image-load-path): Use symbol `data-directory' instead
19841 of its value, for backward compatibility with packages that bind
19842 it during `find-image'. Suggested by Katsumi Yamaoka.
19843 (image-search-load-path): Handle symbols whose values are strings.
19844
19845 2005-09-18 Romain Francoise <romain@orebokech.com>
19846
19847 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
19848 with-current-buffer form in save-excursion.
19849
19850 2005-09-18 Deepak Goel <deego@gnufans.org>
19851
19852 * apropos.el (apropos-command): Fix `message' call: first arg
19853 should be a format spec. In this and all other cases that appear
19854 below and elsewhere in the source code, I made a change only when
19855 two conditions were satisfied: [1] I can think of a possibility
19856 that the arguments would cause an error, for example, the code in
19857 question relies on external variables such as filenames. [2] I
19858 was sure that the arg to `message' could not have been nil in the code.
19859
19860 * textmodes/tildify.el (tildify-region): Ditto.
19861
19862 * textmodes/reftex-index.el (reftex-index-change-entry)
19863 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
19864 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
19865 * textmodes/org.el (org-complete, org-deadline, org-schedule)
19866 (org-priority, org-table-sum):
19867 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
19868 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
19869 (flyspell-word, flyspell-display-next-corrections):
19870 * textmodes/bibtex.el (bibtex-print-help-message):
19871 * textmodes/artist.el (artist-key-set-point-poly):
19872 * term/mac-win.el (mac-services-insert-text):
19873 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
19874 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
19875 (vhdl-port-paste-testbench, vhdl-compose-new-component)
19876 (vhdl-compose-configuration):
19877 * progmodes/sh-script.el (sh-blink, sh-show-indent)
19878 (sh-set-indent, sh-learn-line-indent):
19879 * progmodes/ps-mode.el (ps-mode-target-column):
19880 * progmodes/idlwave.el (idlwave-make-tags)
19881 (idlwave-scan-library-catalogs):
19882 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
19883 * progmodes/gud.el (gud-jdb-analyze-source):
19884 * progmodes/flymake.el (flymake-log):
19885 * progmodes/ebnf2ps.el (ebnf-generate-region):
19886 * progmodes/cmacexp.el (c-macro-expansion):
19887 * progmodes/ada-xref.el (ada-treat-cmd-string):
19888 * progmodes/ada-mode.el (ada-create-case-exception-substring)
19889 (ada-justified-indent-current, ada-batch-reformat):
19890 * play/zone.el (zone):
19891 * play/landmark.el (lm-move):
19892 * play/decipher.el (decipher-show-alphabet):
19893 * net/newsticker.el (newsticker--display-jump)
19894 (newsticker--display-scroll):
19895 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
19896 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
19897 * mail/feedmail.el (feedmail-dump-message-to-queue):
19898 * eshell/esh-proc.el (eshell-remove-process-entry):
19899 * emulation/ws-mode.el (ws-last-error):
19900 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
19901 (viper-record-kbd-macro):
19902 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
19903 * emacs-lisp/lisp-mnt.el (lm-report-bug):
19904 * emacs-lisp/find-func.el (find-function-noselect):
19905 * calendar/timeclock.el (timeclock-status-string)
19906 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
19907 (timeclock-when-to-leave-string):
19908 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
19909 * calc/calc-units.el (calc-enter-units-table):
19910 * calc/calc-mode.el (calc-mode-record-mode):
19911 * woman.el (woman-mini-help):
19912 * wdired.el (wdired-change-to-wdired-mode):
19913 * vc.el (vc-retrieve-snapshot):
19914 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
19915 * startup.el (display-startup-echo-area-message):
19916 * simple.el (set-goal-column):
19917 * ses.el (ses-command-hook, ses-recalculate-cell):
19918 * server.el (server-process-filter):
19919 * printing.el (pr-interface-txt-print, pr-interface-printify)
19920 (pr-interface-ps):
19921 * pcvs.el (cvs-help):
19922 * log-edit.el (log-edit, log-edit-mode-help):
19923 * iswitchb.el (iswitchb-possible-new-buffer):
19924 * isearch.el (isearch-edit-string):
19925 * image-mode.el (image-mode, image-minor-mode):
19926 * ibuf-macs.el (define-ibuffer-filter):
19927 * hi-lock.el (hi-lock-find-patterns):
19928 * files.el (toggle-read-only):
19929 * ediff-util.el (ediff-copy-diff)
19930 (ediff-write-merge-buffer-and-maybe-kill):
19931 * echistory.el (Electric-history-undefined):
19932 * dnd.el (dnd-insert-text):
19933 * dired-aux.el (dired-query):
19934 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
19935 * bookmark.el (bookmark-bmenu-locate):
19936 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
19937 Fix `message' calls to ensure first arg is a format string.
19938 The change was made only when these two conditions were satisfied:
19939 [1] when there is a possibility that the arguments would cause an error
19940 for example, if the code in question relies on external variables
19941 such as filenames, and
19942 [2] if the arg to `message' could not have been nil in the code.
19943
19944 * pcomplete.el (pcomplete--help): Fix `message' format spec.
19945 Not having a %s would be weird, though not technically wrong.
19946
19947 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19948
19949 * term/mac-win.el (mac-add-charset-info): Doc fix.
19950
19951 2005-09-17 Romain Francoise <romain@orebokech.com>
19952
19953 * shell.el (shell-resync-dirs): Handle echoing processes more
19954 reliably. Don't insert resync command if `comint-process-echoes'
19955 is non-nil.
19956
19957 2005-09-17 Magnus Henoch <mange@freemail.hu>
19958
19959 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
19960 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
19961 aspell versions >= 0.60.
19962 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
19963 only if ispell-aspell-supports-utf8 is non-nil.
19964
19965 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19966
19967 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
19968 buffer-local value to lisp-indent-function.
19969
19970 2005-09-17 Milan Zamazal <pdm@zamazal.org>
19971
19972 * progmodes/glasses.el (glasses-make-readable): If
19973 glasses-separator differs from underscore, put appropriate
19974 overlays over underscore characters.
19975 (glasses-convert-to-unreadable): If glasses-separator differs from
19976 underscore, try to convert glasses-separator characters to
19977 underscores.
19978
19979 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19980
19981 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
19982 Use with-syntax-table and dolist.
19983
19984 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
19985
19986 * textmodes/reftex-auc.el:
19987 * textmodes/reftex-cite.el:
19988 * textmodes/reftex-dcr.el:
19989 * textmodes/reftex-global.el:
19990 * textmodes/reftex-parse.el:
19991 * textmodes/reftex-ref.el:
19992 * textmodes/reftex-sel.el:
19993 * textmodes/reftex-toc.el:
19994 * textmodes/reftex-vars.el:
19995 * textmodes/reftex.el: Small changes to remove compiler warnings.
19996
19997 * textmodes/reftex-index.el: Likewise.
19998 (reftex-query-index-phrase): More efficient use of markers.
19999
20000 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
20001
20002 * image.el (image-load-path): New variable.
20003 (image-search-load-path): New function.
20004 (find-image): Search for images in `image-load-path'.
20005
20006 2005-09-15 Richard M. Stallman <rms@gnu.org>
20007
20008 * follow.el: Change Maintainer field.
20009
20010 2005-09-15 David Ponce <david@dponce.com>
20011
20012 * recentf.el (recentf-save-file-modes): New option.
20013 (recentf-save-list): Use it.
20014
20015 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
20016
20017 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20018 (mode-line-mule-info, mode-line-modified): Move bindings from
20019 mouse-3 to mouse-1.
20020
20021 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
20022
20023 * simple.el (sendmail-user-agent-compose): Revert last change.
20024
20025 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20026
20027 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20028 Use with-current-buffer.
20029 (ange-ftp-gwp-start): Remove unused var `gw-user'.
20030 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20031 (ange-ftp-insert-directory): Remove unused var `short'.
20032 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20033
20034 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20035 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20036
20037 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20038 (check-calendar-holidays, diary-list-entries): Autoload.
20039 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20040 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20041
20042 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20043 which mistakenly removed a call to display-buffer.
20044
20045 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
20046
20047 * obsolete/iso-insert.el: Move to obsolete/ from international/.
20048
20049 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
20050
20051 * progmodes/hideshow.el
20052 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
20053 (hs-allow-nesting): New user var.
20054 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
20055 (hs-hide-block-at-point): When nesting allowed,
20056 if there is already an overlay in place, delete it.
20057 (hs-safety-is-job-n): Delete func; remove call sites.
20058 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
20059 (hs-overlay-at): New func.
20060 (hs-already-hidden-p, hs-show-block): Use it.
20061 (hs-hide-all): Don't pre-clean if nesting allowed.
20062 (hs-show-all): Temporarily disallow
20063 nesting around call to `hs-discard-overlays'.
20064
20065 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
20066
20067 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
20068 Delete unused local var.
20069
20070 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
20071
20072 * help-fns.el (describe-categories): "?\ " -> "?\s".
20073 (help-do-arg-highlight): Recognize also ARG-n, as in
20074 `move-to-left-margin' (ARG+n is already recognized). Simplify.
20075
20076 * international/codepage.el (dos-unsupported-char-glyph):
20077 * net/newsticker.el (tool-bar-map, w3-mode-map)
20078 (w3m-minor-mode-map):
20079 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
20080 (ent-alist):
20081 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
20082
20083 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
20084
20085 * custom.el (custom-push-theme): Handle the case where a symbol is
20086 bound but face properties have not yet been assigned.
20087
20088 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
20089 Fix behavior if noerase is `t' and there is no mail buffer.
20090
20091 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
20092 if `continue' is nil, rather than signal an error.
20093
20094 2005-09-12 Richard M. Stallman <rms@gnu.org>
20095
20096 * font-lock.el (font-lock-keywords): Add autoload.
20097
20098 * help-fns.el (describe-variable): Rearrange to put source link
20099 in a predictable place.
20100
20101 * net/newsticker.el: New file.
20102
20103 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20104
20105 * calendar/calendar.el (calendar-for-loop): Add edebug info.
20106 (calendar-basic-setup): Use the new nil arg.
20107 (number-of-diary-entries): Move to diary-lib.el.
20108
20109 * calendar/diary-lib.el: Use with-current-buffer, match-string.
20110 (diary-list-entries): Use with-syntax-table and dolist.
20111 Rename from list-diary-entries.
20112 Use number-of-diary-entries if `number' is nil.
20113 (diary, diary-view-entries): Use this new name and new nil arg value.
20114 (number-of-diary-entries): Move from calendar.el.
20115 (diary-unhide-everything): New function.
20116 (include-other-diary-files, fancy-diary-display)
20117 (diary-show-all-entries, make-diary-entry): Use it.
20118 (diary-mail-entries): Use buffer-string.
20119 (mark-diary-entries): Fix long standing paren typo.
20120 (diary-sexp-entry): Use count-lines.
20121 (make-diary-entry): Avoid `previous-line'.
20122 (diary-mode-map): New var.
20123 (diary-mode): Redraw cal after saving. Setup header-line.
20124 (fancy-diary-display-mode): Use local-set-key.
20125
20126 * startup.el (command-line): Try calling various terminal-init-foo-bar
20127 functions by stripping hyphenated suffixes from $TERM.
20128
20129 * files.el (normal-mode): Check boundness of font-lock-keywords.
20130
20131 2005-09-12 Richard M. Stallman <rms@gnu.org>
20132
20133 * progmodes/compile.el: Don't decide a file's directory
20134 until the user actually tries to go there.
20135 (compilation-next-error-function):
20136 Pass compilation-find-file the directory from the file-struct.
20137 (compilation-internal-error-properties): Separate local FILE-STRUCT
20138 from FILE. Doc the args better. Rename arg FMT to FMTS.
20139 (compilation-find-file): Arg DIR renamed to DIRECTORY.
20140 Expand it, and if nil, use default-directory.
20141 (compilation-get-file-structure): Don't mix specified directory
20142 with default directory. Put specified directory into
20143 file-struct. Don't make the file name absolute.
20144
20145 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20146 (compile-command): Add autoload.
20147 (compilation-disable-input): Add autoload.
20148
20149 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
20150
20151 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
20152 strings of the variables it can override.
20153 (time-stamp): New (as yet undocumented) time-stamp-format escapes
20154 %Q and %q, for fully-qualified domain name and unqualified host name.
20155
20156 2005-09-11 Kim F. Storm <storm@cua.dk>
20157
20158 * emacs-lisp/authors.el (authors-aliases): Update list.
20159 (authors-fixed-entries): Update mldrag.el entry.
20160
20161 2005-09-10 Alan Mackenzie <acm@muc.de>
20162
20163 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
20164 from the region narrowed to.
20165
20166 2005-09-10 Magnus Henoch <mange@freemail.hu>
20167
20168 * textmodes/ispell.el (ispell-check-version): Signal an error if
20169 aspell version is less than 0.60.
20170
20171 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
20172
20173 * progmodes/octave-inf.el (inferior-octave-startup):
20174 Resync current dir at the end.
20175
20176 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
20177
20178 * woman.el (woman-topic-at-point-default):
20179 Rename to woman-use-topic-at-point-default.
20180 (woman-topic-at-point): Rename to woman-use-topic-at-point.
20181 (woman-file-name): Reflect renames above. Automatically use the
20182 word at point as topic if woman-use-topic-at-point is non-nil.
20183 Otherwise offer it as default but don't insert it in the
20184 minibuffer. Also use `test-completion' instead of `assoc' as
20185 suggested by Stefan Monnier.
20186
20187 2005-09-10 Andre Spiegel <spiegel@gnu.org>
20188
20189 * vc.el (vc-directory, vc-update-change-log): Throw an error on
20190 the attempt to do it over Tramp. This is not yet supported.
20191
20192 2005-09-10 Eli Zaretskii <eliz@gnu.org>
20193
20194 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20195 (menu-bar-non-minibuffer-window-p): New functions.
20196 ("Split Window", "Save As..."): Use them.
20197 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
20198 ("Print Buffer", "Truncate Long Lines in this Buffer"):
20199 Use menu-bar-menu-frame-live-and-visible-p.
20200 ("Save Buffer", "Insert File", "Open Directory...")
20201 ("Open File...", "Visit New File..."):
20202 Use menu-bar-non-minibuffer-window-p.
20203 (kill-this-buffer-enabled-p, dired <menu-enable>):
20204 Use menu-bar-non-minibuffer-window-p.
20205
20206 2005-09-09 Eli Zaretskii <eliz@gnu.org>
20207
20208 * cus-start.el (all): Don't complain about fringe-related
20209 built-ins if fringes are not supported. Ditto about
20210 selection-related built-ins. Fix the test for GTK-related built-ins.
20211
20212 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
20213 ("Postscript Print Buffer", "Print Region", "Save As...")
20214 ("Save", "Insert File...", "Open Directory...")
20215 ("Open File...", "Visit New File..."")
20216 ("Truncate Long Lines in this Buffer"): Don't look at
20217 menu-updating-frame if this display does not support multiple frames.
20218
20219 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20220
20221 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
20222
20223 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
20224
20225 * woman.el: Format- and whitespace-related changes.
20226
20227 2005-09-09 Eli Zaretskii <eliz@gnu.org>
20228
20229 * woman.el: Fix my email address.
20230
20231 2005-09-08 Richard M. Stallman <rms@gnu.org>
20232
20233 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
20234 (sh-mode): Locally set skeleton-pair-default-alist.
20235
20236 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
20237
20238 * progmodes/flymake.el: Require `compile' unconditionally.
20239
20240 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
20241
20242 * woman.el (woman-file-name): Provide a default, not initial input.
20243
20244 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
20245
20246 * font-lock.el (font-lock-support-mode): Doc fix.
20247
20248 * descr-text.el (describe-property-list): Handle non-symbol prop names.
20249
20250 2005-09-08 Richard M. Stallman <rms@gnu.org>
20251
20252 * simple.el (blink-matching-open): Get rid of text props from
20253 the string shown in echo area. Don't permanently set point.
20254 Some rearrangements.
20255
20256 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20257
20258 * recentf.el (recentf-filename-handler): Add custom choice
20259 `abbreviate-file-name'.
20260
20261 * msb.el (msb--very-many-menus): Fix typo.
20262
20263 * disp-table.el (standard-display-european): Don't set
20264 enable-multibyte-characters to nil.
20265
20266 2005-09-08 David Ponce <david@dponce.com>
20267
20268 * recentf.el (recentf-show-file-shortcuts-flag): New option.
20269 (recentf-expand-file-name): Doc fix.
20270 (recentf-dialog-mode-map): Define digit shortcuts.
20271 (recentf--files-with-key): New variable.
20272 (recentf-show-digit-shortcut-filter): New function.
20273 (recentf-open-files-items): New function.
20274 (recentf-open-files): Use it.
20275 (recentf-open-file-with-key): New command.
20276
20277 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
20278
20279 * buff-menu.el (Buffer-menu-sort-by-column): New function.
20280 Suggested by Kim F. Storm.
20281 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
20282 (Buffer-menu-make-sort-button): Use global keymap.
20283
20284 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
20285
20286 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
20287 (Man-getpage-in-background-advice): Remove defadvice; it isn't
20288 necessary any longer with the remapped command.
20289 (Man-bgproc-sentinel-advice): Remove defadvice which counts
20290 formatting time only.
20291
20292 * net/tramp.el (tramp-action-password)
20293 (tramp-multi-action-password): Compile the password prompt from
20294 `method', `user' and `host'. Sometimes it isn't obvious which
20295 password to enter, for example with remote files offered by
20296 recentf.el, or with multiple steps. Suggested by Robert Marshall
20297 <robert@chezmarshall.freeserve.co.uk>.
20298
20299 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20300
20301 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20302 Fix regexp for when "s///" is at the beginning of line.
20303
20304 2005-09-07 Jay Belanger <belanger@truman.edu>
20305
20306 * calc/calc-poly.el (math-expand-term): Multiply out any powers
20307 when in matrix mode.
20308
20309 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20310
20311 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
20312 non-anonymous functions.
20313
20314 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
20315
20316 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
20317 when using a header line. Otherwise, use mouse-1-click-follows-link.
20318
20319 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
20320 can't be moved; don't signal an error.
20321
20322 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
20323
20324 * cus-theme.el (custom-theme-write-faces): Save the current face
20325 spec, not the defface spec.
20326
20327 * custom.el (custom-known-themes): Clarify meaning of "standard".
20328 (custom-push-theme): Save old values in the standard theme.
20329 (disable-theme): Correct typo.
20330 (custom-face-theme-value) Deleted unused function.
20331 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
20332
20333 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
20334
20335 * progmodes/compile.el (compilation-goto-locus): Take into account
20336 iconified frames when determining whether the buffer is
20337 already visible.
20338 Don't reset window height if the window already existed.
20339
20340 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
20341
20342 * custom.el (load-theme): Rename from require-theme.
20343 Add interactive spec.
20344 (enable-theme): Rename from custom-enable-theme.
20345 Add interactive spec.
20346 (disable-theme): Rename from custom-disable-theme.
20347 Add interactive spec.
20348 (custom-make-theme-feature): Doc fix.
20349 (custom-theme-directory): Doc fix.
20350 (provide-theme): Call enable-theme.
20351
20352 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * obsolete/lazy-lock.el (lazy-lock-mode):
20355 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
20356 font-lock-mode if it's off. Print a warning instead.
20357
20358 * progmodes/compile.el (compilation-start): Ignore errors if the
20359 process died before we get to send-eof.
20360
20361 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
20362 Undo last change. Enclosing the result in quotes broke things on Unix
20363 since tex-send-command passes it through shell-quote-argument.
20364 (tex-send-command): Pass `file' through convert-standard-filename
20365 when possible.
20366 (tex-uptodate-p): Handle the case where TeX hasn't put additional
20367 info in a transcript.
20368
20369 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
20370
20371 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
20372 fix compilation warning. Reorder the key definitions to group
20373 together keys emitted by the current version of xterm.
20374
20375 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
20376 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
20377 Reorder predicates to correct min-color usage.
20378
20379 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
20380
20381 * longlines.el (longlines-mode): Inhibit read-only when encoding.
20382 Kill local variables when longlines-mode is turned off.
20383
20384 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
20387
20388 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
20389
20390 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
20391
20392 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
20393 (font-lock-lines-before): Change default to being inactive.
20394 (font-lock-default-fontify-region): Obey font-lock-lines-before.
20395 (font-lock-after-change-function): Don't handle f-l-lines-before here.
20396
20397 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
20398
20399 * net/tramp.el (tramp-handle-make-auto-save-file-name):
20400 Deactivate temporarily advice if active (not needed for Emacs 22,
20401 but for backwards compatibility).
20402 (tramp-exists-file-name-handler): Rewrite. First implementation
20403 was too simple.
20404 (tramp-advice-make-auto-save-file-name):
20405 Call `tramp-handle-make-auto-save-file-name' (again, just for
20406 backwards compatibility).
20407
20408 2005-08-31 Reto Zimmermann <reto@gnu.org>
20409
20410 * progmodes/vhdl-mode.el
20411 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20412 (vhdl-end-p): Fix indentation bug "else" after "-- when".
20413 (vhdl-set-default-project): New function (easier setting of default).
20414 (vhdl-port-copy): Handle extended identifiers for generics.
20415 (vhdl-compiler-alist): Better description for error message regexp.
20416 (vhdl-make): Query for target, use previous as default.
20417 (vhdl-port-copy): Fix port copy for port names starting with "signal".
20418 (vhdl-font-lock-keywords-2): Fix fontification for record
20419 el. assign.
20420 (vhdl-speedbar-make-subpack-line): Add package body link.
20421 (vhdl-generate-makefile-1): Not include itself as dependency.
20422 (vhdl-font-lock-init): Highlight c-preprocessor directives.
20423 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20424 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20425 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20426 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20427 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20428 (vhdl-import-project): Add string argument for `error'.
20429 (vhdl-compose-configuration)
20430 (vhdl-compose-configuration-architecture): Add configuration
20431 declaration generation.
20432 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20433 (vhdl-trailer-re): Add "record" keyword (better indentation).
20434 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20435 "[^ \t-\"]+".
20436 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20437 (vhdl-testbench-entity-file-name)
20438 (vhdl-testbench-architecture-file-name): Allow separate
20439 customization of testbench file names.
20440 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20441 (vhdl-get-visible-signals): Allow newline within alias declaration.
20442 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20443 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20444 (member-ignore-case): Alias for missing function in XEmacs.
20445 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20446 (vhdl-update-sensitivity-list): Ignore case on read signals.
20447 (vhdl-replace-string): Adjust case only for file names.
20448 (vhdl-update-sensitivity-list): Fix search for read signals.
20449 (vhdl-update-sensitivity-list): Exclude formal parameters.
20450 (vhdl-get-visible-signals): Include aliases of signals.
20451 (vhdl-get-visible-signals): Fix signal name searching.
20452 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20453 (vhdl-fixup-whitespace-region): Fix for character
20454 literals (e.g. `:').
20455
20456 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20457
20458 * ansi-color.el (comint-last-output-start):
20459 * bs.el (font-lock-verbose):
20460 * diff-mode.el (add-log-buffer-file-name-function):
20461 * dired-x.el (vm-folder-directory):
20462 * faces.el (help-xref-stack-item):
20463 * files.el (font-lock-keywords):
20464 * find-lisp.el (dired-buffers, dired-subdir-alist):
20465 * ido.el (cua-inhibit-cua-keys):
20466 * log-view.el (cvs-minor-wrap-function):
20467 * outline.el (font-lock-warning-face):
20468 * simple.el (compilation-current-error):
20469 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
20470 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
20471 * tooltip.el (comint-prompt-regexp):
20472 * w32-fns.el (explicit-shell-file-name):
20473 * term/mac-win.el (mac-charset-info-alist)
20474 (mac-services-selection, mac-system-script-code):
20475 * term/tty-colors.el (msdos-color-values):
20476 * term/w32-win.el (xlfd-regexp-registry-subnum):
20477 * term/x-win.el (x-keysym-table, x-selection-timeout)
20478 (x-session-id, x-session-previous-id):
20479 * textmodes/ispell.el (mail-yank-prefix):
20480 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
20481 * textmodes/org.el (calc-embedded-close-formula)
20482 (calc-embedded-open-formula)
20483 (font-lock-unfontify-region-function):
20484 * textmodes/reftex-global.el (isearch-next-buffer-function)
20485 (TeX-master):
20486 * textmodes/reftex.el (font-lock-keywords):
20487 * textmodes/tex-mode.el (font-lock-comment-face)
20488 (font-lock-doc-face):
20489 * textmodes/texinfo.el (outline-heading-alist):
20490 Add defvars.
20491
20492 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
20493 (artist-spray-chars, artist-mode-init, artist-replace-string)
20494 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
20495 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
20496 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
20497
20498 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
20499 (conf-align-assignments): "?\ " -> "?\s".
20500
20501 * textmodes/reftex-index.el (TeX-master): Add defvar.
20502 (reftex-index-phrases-marker): Move up defvar.
20503
20504 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
20505 (reftex-toc-include-labels-indicator)
20506 (reftex-toc-include-index-indicator)
20507 (reftex-toc-max-level-indicator): Move up declarations.
20508
20509 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
20510 of args to `tramp-run-real-handler', even if it's empty in this case.
20511
20512 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20513
20514 * dired.el (dired-move-to-filename-regexp): Add date format for
20515 Mac OS X 10.3 in East Asian locales.
20516
20517 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
20518
20519 * files.el (make-auto-save-file-name): Add file name handler call
20520 if applicable.
20521
20522 * net/tramp.el (tramp-file-name-handler-alist)
20523 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
20524 (tramp-handle-make-auto-save-file-name): Rename from
20525 `tramp-make-auto-save-file-name'.
20526 (tramp-exists-file-name-handler): New defun.
20527 (tramp-advice-make-auto-save-file-name): Make defadvice only when
20528 `make-auto-save-file-name' is not a magic file name operation.
20529
20530 2005-08-30 Richard M. Stallman <rms@gnu.org>
20531
20532 * files.el (risky-local-variable-p):
20533 Match `-predicates' and `-commands.
20534
20535 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
20536 (custom-save-all): Visit the file if necessary;
20537 kill the buffer if we created it.
20538 (custom-save-delete): Don't visit file or kill buffer here.
20539
20540 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
20541
20542 * textmodes/org.el (org-special-keyword): New face.
20543 (org-table-copy-down, org-table-eval-formula)
20544 (org-table-recalculate, org-init-section-numbers):
20545 Use `string-to-number' instead of `string-to-int'.
20546 (org-get-location): Use `insert-buffer-substring' instead of
20547 `insert-buffer'.
20548 (org-modify-diary-entry-string): New function.
20549 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
20550 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
20551 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
20552 active region.
20553 (org-export-as-html): Handle QUOTE keyword.
20554 (org-quote-string): New option.
20555 (org-bookmark-jump-unhide): New function, used for
20556 `bookmark-after-jump-hook'.
20557 (org-diary-default-entry): Apply only when not called through
20558 `org-agenda'.
20559
20560 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
20561
20562 * net/eudc.el (mode-popup-menu):
20563 * play/handwrite.el (ps-printer-name, ps-lpr-command):
20564 * progmodes/ada-mode.el (compile-auto-highlight)
20565 (skeleton-further-elements):
20566 * progmodes/autoconf.el (font-lock-syntactic-keywords):
20567 * progmodes/cmacexp.el (msdos-shells):
20568 * progmodes/compile.el (font-lock-extra-managed-props)
20569 (font-lock-keywords, font-lock-maximum-size)
20570 (font-lock-support-mode):
20571 * progmodes/grep.el (font-lock-lines-before):
20572 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
20573 * progmodes/mixal-mode.el (compile-command):
20574 * progmodes/perl-mode.el (font-lock-comment-face)
20575 (font-lock-doc-face, font-lock-string-face):
20576 * progmodes/prolog.el (comint-prompt-regexp):
20577 * progmodes/sh-script.el (font-lock-comment-face)
20578 (font-lock-set-defaults, font-lock-string-face):
20579 * progmodes/sql.el (font-lock-keyword-face)
20580 (font-lock-set-defaults, font-lock-string-face):
20581 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
20582 (itimer-version, lazy-lock-defer-contextually)
20583 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
20584 Add defvars.
20585
20586 * progmodes/cperl-mode.el (cperl-electric-lbrace)
20587 (cperl-electric-keyword, cperl-electric-pod)
20588 (cperl-electric-backspace, cperl-forward-re)
20589 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
20590 (vc-rcs-header, vc-sccs-header): Add defvars.
20591
20592 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
20593 (font-lock-syntactic-keywords, gud-find-expr-function):
20594 Add defvars.
20595
20596 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
20597 (gdb-frame-parameters): Declare before use.
20598
20599 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
20600 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
20601 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
20602 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
20603
20604 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
20605 (idlwave-help-with-source): Use `insert-buffer-substring', not
20606 `insert-buffer'.
20607
20608 2005-08-29 Juri Linkov <juri@jurta.org>
20609
20610 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
20611 Put outline-back-to-heading function call inside save-excursion.
20612
20613 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
20614
20615 * man.el (Man-init-defvars, Man-translate-references)
20616 (Man-support-local-filenames, Man-highlight-references):
20617 * progmodes/sql.el (sql-interactive-mode):
20618 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
20619
20620 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
20621 (compilation-mode-font-lock-keywords): Add defvars.
20622 (checkdoc-interactive-loop): "?\ " -> "?\s".
20623
20624 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
20625 (font-lock-doc-face, font-lock-string-face)
20626 (font-lock-keywords-case-fold-search): Add defvars.
20627 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
20628
20629 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
20630 Don't pass X and Y (they are ignored anyway).
20631 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
20632 (mouse-delete-window): Make arguments optional.
20633
20634 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
20635 (caesar-translate-table, minor-modes, news-buffer-save)
20636 (news-group-name, news-minor-modes): Add defvars.
20637
20638 * emacs-lisp/lselect.el (mouse-highlight-priority)
20639 (x-lost-selection-functions, zmacs-regions):
20640 * emacs-lisp/pp.el (font-lock-verbose):
20641 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
20642 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
20643 (ses-mode-map):
20644 * emacs-lisp/tcover-unsafep.el (safe-functions):
20645 * international/mule-cmds.el (mac-system-coding-system)
20646 (mac-system-locale):
20647 * language/ethio-util.el (rmail-current-message)
20648 (rmail-message-vector):
20649 * language/thai-util.el (thai-auto-composition-mode):
20650 * mail/metamail.el (rmail-current-message, rmail-message-vector):
20651 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
20652 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
20653 (vm-primary-inbox, vm-spool-files):
20654 * mail/rmail.el (deleted-head, font-lock-fontified)
20655 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
20656 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
20657 (total-messages):
20658 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
20659 (rmail-summary-mode-map):
20660 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
20661 (rmail-last-label, rmail-last-multi-labels)
20662 (rmail-summary-vector, rmail-total-messages):
20663 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
20664 * mail/rmailsum.el (msgnum):
20665 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
20666 (rmail-current-message):
20667 * obsolete/fast-lock.el (font-lock-face-list):
20668 * obsolete/rnewspost.el (mail-reply-buffer):
20669 * obsolete/scribe.el (compile-command):
20670 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
20671
20672 2005-08-28 John Paul Wallington <jpw@gnu.org>
20673
20674 * ibuf-ext.el (ibuffer-auto-update-changed):
20675 Use `frame-or-buffer-changed-p' to check whether we need to update.
20676 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
20677 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
20678 as a `frame-or-buffer-changed-p' state vector instead.
20679
20680 2005-08-27 Romain Francoise <romain@orebokech.com>
20681
20682 * textmodes/makeinfo.el (makeinfo-compile):
20683 Use `compilation-start'. Set `next-error-function' according to
20684 `disable-errors'.
20685 (makeinfo-next-error): New function.
20686 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
20687 (makeinfo-buffer): Likewise.
20688
20689 * progmodes/compile.el (compilation-start): Add autoload cookie.
20690
20691 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
20692 * textmodes/sgml-mode.el: Likewise.
20693 * progmodes/python.el: Likewise.
20694
20695 2005-08-27 Eli Zaretskii <eliz@gnu.org>
20696
20697 * simple.el (blink-matching-paren-distance): Document the meaning
20698 of nil value, and allow to customize to nil.
20699
20700 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
20701 command.com, not command.exe.
20702
20703 2005-08-26 John Wiegley <johnw@newartisans.com>
20704
20705 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
20706 code around a bit so that an extraneous nil argument is not added
20707 to a command when no args are given.
20708
20709 * eshell/esh-arg.el (eshell-parse-double-quote): If a
20710 double-quoted argument resolves to nil, return it as an empty
20711 string rather than as nil. This made it impossible to pass "" to
20712 a shell script as a null string argument.
20713
20714 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20715
20716 * outline.el (outline-invent-heading): New fun.
20717 (outline-promote, outline-demote): Use it.
20718 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
20719 (outline-end-of-subtree): Remove unused var `opoint'.
20720
20721 2005-08-26 David Reitter <david.reitter@gmail.com>
20722
20723 * menu-bar.el (truncate-lines, write-file, print-buffer)
20724 (ps-print-buffer-faces, ps-print-buffer, split-window):
20725 Disable menu items when the frame they refer to is invisible, or when
20726 they refer to a buffer and the minibuffer is selected.
20727
20728 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
20729
20730 * progmodes/flymake.el (flymake-highlight-err-lines):
20731 Use save-excursion around flymake-highlight-line to preserve point.
20732
20733 2005-08-26 Eli Zaretskii <eliz@gnu.org>
20734
20735 * progmodes/octave-mod.el: Change Author and Maintainer address.
20736 (octave-maintainer-address): Change Kurt's email address.
20737 * progmodes/octave-inf.el: Change Author and Maintainer address.
20738 * progmodes/octave-hlp.el: Change Author and Maintainer address.
20739
20740 2005-08-26 Kim F. Storm <storm@cua.dk>
20741
20742 * subr.el (version-list-<, version-list-<=, version-list-=):
20743 Rename from integer-list-*.
20744 (version-list-not-zero): Likewise. Fix while loop.
20745 (version=): Use version-list-= instead of string-equal.
20746
20747 2005-08-26 Richard M. Stallman <rms@gnu.org>
20748
20749 * outline.el (outline-promote): Try shortening the heading.
20750 As last resort, read the heading to use.
20751 (outline-demote): As last resort, read the heading to use.
20752
20753 2005-08-26 Romain Francoise <romain@orebokech.com>
20754
20755 * progmodes/compile.el (compilation-start): Doc fix.
20756
20757 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
20758 (antlr-font-lock-additional-keywords): Fix reference to
20759 `antlr-font-lock-literal-regexp' erroneously changed during the
20760 mass face rename.
20761 (antlr-run-tool): Use `compilation-start'.
20762
20763 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
20764 instead of the obsolete `compile-internal'.
20765
20766 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
20767
20768 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
20769 (number, original-date):
20770 * calendar/cal-china.el (date):
20771 * calendar/cal-coptic.el (date):
20772 * calendar/cal-french.el (date):
20773 * calendar/cal-hebrew.el (date, entry, number, original-date):
20774 * calendar/cal-islam.el (date, number, original-date):
20775 * calendar/cal-iso.el (date):
20776 * calendar/cal-julian.el (date):
20777 * calendar/cal-mayan.el (date):
20778 * calendar/cal-menu.el (date, event):
20779 * calendar/cal-persia.el (date):
20780 * calendar/lunar.el (date):
20781 * calendar/solar.el (date): Add defvars.
20782
20783 * emerge.el:
20784 * ibuffer.el:
20785 * info-xref.el:
20786 * obsolete/bg-mouse.el:
20787 * obsolete/sun-curs.el:
20788 * obsolete/swedish.el: Move the `defvar's to the top level.
20789
20790 * smerge-mode.el (smerge-refined-change): Add :group.
20791
20792 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20793
20794 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
20795 (smerge-keep-n): Remove props.
20796 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20797 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
20798 now that it's done in smerge-keep-n.
20799 (smerge-refined-change): New face.
20800 (smerge-refine-chopup-region, smerge-refine-highlight-change)
20801 (smerge-refine): New funs.
20802 (smerge-basic-map): Bind smerge-refine.
20803
20804 2005-08-25 Juri Linkov <juri@jurta.org>
20805
20806 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
20807 compilation-process-setup-function and compilation-disable-input
20808 in grep-mode instead of let-bindings in grep.
20809
20810 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
20811 Delete "Automatic File De/compression" (auto-compression-mode).
20812
20813 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
20814
20815 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
20816 Silence warning about non-existent variable.
20817
20818 2005-08-25 Richard M. Stallman <rms@gnu.org>
20819
20820 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
20821 Rename "Describe Key" to "Describe Key or Mouse Operation".
20822
20823 * mail/mailalias.el (build-mail-aliases): Delete comments
20824 from the contents before processing them.
20825
20826 * isearch.el (isearch-edit-string): Erase the Search prompt
20827 if user enters an empty string and there is no default.
20828
20829 * comint.el (comint-file-name-prefix): Add autoload.
20830
20831 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
20832
20833 * subr.el (play-sound): Rearrange to avoid warning.
20834
20835 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
20836
20837 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
20838 New hook.
20839 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
20840
20841 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20842
20843 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
20844
20845 * custom.el (custom-theme-set-variables): Sort minor modes last.
20846
20847 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20848
20849 * subr.el (version-separator, version-regexp-alist): New vars used by
20850 version comparison funs.
20851 (integer-list-<, integer-list-=, integer-list-<=)
20852 (integer-list-not-zero): New funs for integer list comparison.
20853 (version-to-list, version=, version<, version<=): New funs for version
20854 comparison.
20855
20856 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
20857
20858 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
20859 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
20860 time to silence the byte-compiler.
20861
20862 * ibuffer.el (ibuffer-compile-make-eliding-form)
20863 (ibuffer-check-formats): Use `with-no-warnings' to hide references
20864 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
20865 so it's silly to get warnings for it).
20866 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
20867 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
20868 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
20869 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
20870 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
20871 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
20872 Defvar at compile time.
20873 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
20874 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
20875 Declare them before use.
20876
20877 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
20878 (info-xref-good, info-xref-bad): Defvar at compile time.
20879
20880 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
20881 Use `let*' instead of `let'.
20882
20883 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
20884 (*mouse-y*, menu, char): Defvar at compile time.
20885 (sc::menu): Declare it before use.
20886 (sc::pack-one-line): Use `let', not `let*'.
20887
20888 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
20889 (mail-send-hook): Defvar at compile time.
20890
20891 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
20892 Defvar at compile time.
20893
20894 * term/sun-mouse.el (current-global-mousemap)
20895 (current-local-mousemap): Declare them before use.
20896
20897 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
20898
20899 * bookmark.el (bookmark-after-jump-hook): New hook.
20900 (bookmark-jump): Run `bookmark-after-jump-hook'.
20901
20902 2005-08-23 Juri Linkov <juri@jurta.org>
20903
20904 * faces.el (minibuffer-prompt): Doc fix.
20905
20906 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
20907
20908 * progmodes/xscheme.el: Trivial changes to silence warnings.
20909 (xscheme-previous-mode, xscheme-previous-process-state):
20910 Add defvars.
20911 (xscheme-last-input-end, xscheme-process-command-line)
20912 (xscheme-process-name, xscheme-buffer-name)
20913 (xscheme-expressions-ring-max, xscheme-expressions-ring)
20914 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
20915 (xscheme-control-g-synchronization-p)
20916 (xscheme-control-g-disabled-p, xscheme-string-receiver)
20917 (default-xscheme-runlight, xscheme-runlight)
20918 (xscheme-runlight-string, xscheme-process-filter-state)
20919 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
20920 Move to beginning of file.
20921 (scheme-interaction-mode-commands-alist)
20922 (scheme-interaction-mode-map, scheme-debugger-mode-map):
20923 Declare them before use. Note: the initialization code for the
20924 variables has not been moved because it uses functions that reference
20925 the variables.
20926 (xscheme-control-g-message-string, xscheme-process-filter-alist)
20927 (xscheme-prompt-for-expression-map): Declare them before use.
20928 (scheme-debugger-mode-commands): "?\ " -> "?\s".
20929
20930 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
20931
20932 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
20933
20934 2005-08-22 Juri Linkov <juri@jurta.org>
20935
20936 * faces.el (set-face-underline): Delete this duplicate function
20937 and make an obsolete alias to set-face-underline-p.
20938 (set-face-underline-p): Use docstring of set-face-underline.
20939 (describe-face): Create hyperlink to parent face.
20940
20941 * info.el (Info-insert-dir): Use save-excursion around
20942 insert-buffer-substring.
20943 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
20944 (Info-escape-percent): Delete function.
20945 (Info-fontify-node): Replace Info-escape-percent by
20946 replace-regexp-in-string with REP arg set to lambda that
20947 duplicates `%' and preserves text properties.
20948
20949 * progmodes/compile.el (compilation-disable-input): Doc fix.
20950 (define-compilation-mode): Doc fix and refill.
20951 (kill-compilation): Use `mode-name' in the error message.
20952 (compilation-find-file): Use `compilation-error' in the
20953 read-file-name's prompt.
20954
20955 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20956
20957 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
20958 (smerge-auto-leave): Make undo re-enable the mode.
20959 (debug-ignored-errors): Add the user-error of impossible resolution.
20960 (smerge-resolve): Move things around a bit, in preparation for later.
20961 (smerge-diff): Don't fail if the buffer has no associated file.
20962 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
20963 (smerge-conflict-overlay): New function.
20964 (smerge-match-conflict): Don't add text properties here.
20965 (smerge-find-conflict): Instead, add an overlay here.
20966 Also check for the case where we're inside a conflict already, so as to
20967 obviate the need for font-lock-multiline, which is unbearably slow with
20968 large conflicts and ciomplex font-lock patterns.
20969 (smerge-remove-props): Remove overlay rather than text-properties.
20970 (smerge-mode): Don't set font-lock-multiline.
20971 Remove overlays when turned off.
20972
20973 2005-08-21 Kim F. Storm <storm@cua.dk>
20974
20975 * ido.el (ido-ignore-item-p): Use save-match-data.
20976 Bind case-fold-search to ido-case-fold locally.
20977
20978 2005-08-20 Richard M. Stallman <rms@gnu.org>
20979
20980 * files.el (normal-mode): If font lock is on, turn it off and on.
20981
20982 * subr.el (replace-regexp-in-string): Doc fix.
20983
20984 * startup.el (command-line-1): Don't suppress startup screen
20985 due to existing processes.
20986
20987 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
20988
20989 * progmodes/compile.el (compilation-disable-input): Default to nil.
20990
20991 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20992
20993 * progmodes/compile.el (compilation-disable-input): New defcustom.
20994 (compilation-start): If compilation-disable-input is non-nil, send
20995 EOF to the compilation process.
20996
20997 2005-08-20 Eli Zaretskii <eliz@gnu.org>
20998
20999 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21000 Run the argument of tex-shell-cd-command through
21001 convert-standard-filename, to get the correct style of slashes on
21002 Windows, and enclose the result in quotes, in case the file name
21003 includes whitespace or other special characters.
21004
21005 2005-08-19 Andreas Schwab <schwab@suse.de>
21006
21007 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21008 process.
21009
21010 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
21011
21012 * cus-start.el (minibuffer-prompt-properties): Correct typo.
21013
21014 2005-08-18 Kim F. Storm <storm@cua.dk>
21015
21016 * scroll-lock.el: Fix errors due to incorrect line wrapping.
21017
21018 2005-08-18 Richard M. Stallman <rms@gnu.org>
21019
21020 * scroll-lock.el: New file.
21021
21022 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
21023
21024 * dired.el (dired-move-to-end-of-filename):
21025 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21026
21027 2005-08-18 Kim F. Storm <storm@cua.dk>
21028
21029 * ido.el (ido-everywhere): Fix defcustom :set function to disable
21030 rather than toggle mode when custom value is nil.
21031 (ido-everywhere): Fix defun doc string.
21032
21033 2005-08-17 Richard M. Stallman <rms@gnu.org>
21034
21035 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21036 as tag instead of "Inviolable".
21037
21038 2005-08-17 Kim F. Storm <storm@cua.dk>
21039
21040 * windmove.el (windmove-coordinates-of-position): Remove.
21041 (windmove-coordinates-of-window-position): Remove.
21042 (windmove-reference-loc): Use posn-at-point instead.
21043
21044 * subr.el (insert-for-yank-1): Doc fix.
21045
21046 * ido.el (ido-enter-matching-directory): Rename from
21047 ido-enter-single-matching-directory. Change `slash' choice to
21048 `only'. Add `first' choice.
21049 (ido-exhibit): Adapt to above changes.
21050
21051 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
21052
21053 * Makefile.in: Expand comment about building loaddefs.el.
21054
21055 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
21056
21057 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
21058 Comment use of defadvice.
21059
21060 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
21061
21062 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
21063
21064 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
21065 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
21066 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
21067 * progmodes/idlw-shell.el, progmodes/ld-script.el,
21068 * progmodes/which-func.el, ruler-mode.el, strokes.el,
21069 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
21070 for backward compatibility for faces that did not appear in the
21071 previous Emacs release.
21072
21073 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
21074
21075 2005-08-15 Kim F. Storm <storm@cua.dk>
21076
21077 * emulation/cua-base.el (cua-delete-region): Return t if
21078 deleted region was non-empty.
21079 (cua-replace-region): Inhibit overwrite-mode for
21080 self-insert-command if replaced region was non-empty.
21081 (cua--explicit-region-start, cua--status-string): Make them
21082 buffer-local at top-level...
21083 (cua-mode): ...rather than when mode is enabled.
21084
21085 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
21086
21087 * progmodes/vhdl-mode.el (vhdl-emacs-21):
21088 Set t for Emacs 21, 22, and so on.
21089
21090 2005-08-15 David Ponce <david@dponce.com>
21091
21092 * tree-widget.el: Update Commentary header.
21093 (tree-widget-theme): Doc fix.
21094 (tree-widget-space-width): New option.
21095 (tree-widget-image-properties): Look up in the default theme too.
21096 (tree-widget--cursors): Only for images with arrow pointer shape.
21097 (tree-widget-lookup-image): Pointer shape is hand by default.
21098 (tree-widget-icon): Rename generic icon widget from
21099 `tree-widget-control'.
21100 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
21101 derive from `tree-widget-icon'.
21102 (tree-widget-handle): Improve default look and feel of the text
21103 representation.
21104 (tree-widget): Rename :*-control properties to :*-icon properties.
21105 Add :action and :help-echo properties.
21106 (tree-widget-after-toggle-functions): Move.
21107 (tree-widget-close-node, tree-widget-open-node): Remove.
21108 (tree-widget-before-create-icon-functions): New hook.
21109 (tree-widget-value-create): Update to allow customization of icons
21110 and nodes at run-time via that new hook.
21111 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
21112 (tree-widget-icon-action, tree-widget-icon-help-echo)
21113 (tree-widget-action, tree-widget-help-echo): New functions.
21114
21115 2005-08-15 Kim F. Storm <storm@cua.dk>
21116
21117 * ido.el (ido-buffer-internal): Use with-no-warnings.
21118 (ido-make-merged-file-list): Use while-no-input.
21119
21120 2005-08-15 Richard M. Stallman <rms@gnu.org>
21121
21122 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
21123 (flyspell-large-region): Fix doc and custom type.
21124
21125 2005-08-14 Richard M. Stallman <rms@gnu.org>
21126
21127 * files.el (interpreter-mode-alist): Doc fix.
21128
21129 * mail/rmail.el (rmail-nonignored-headers): New variable.
21130 (rmail-clear-headers): Use it.
21131 (rmail-reply): Better handling of mail-followup-to header.
21132
21133 * progmodes/sh-script.el (sh-font-lock-keywords-var):
21134 Rename variable from sh-font-lock-keywords. In the `shell' entry,
21135 don't try to refer to executable-font-lock-keywords.
21136 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
21137 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
21138 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
21139 (sh-mode): Set comment-start-skip, local-abbrev-table,
21140 imenu-case-fold-search.
21141 (sh-set-shell): Don't set them here.
21142 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
21143 Don't cache the results in the original alist; don't ever modify
21144 that alist.
21145
21146 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
21147
21148 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
21149 empty.
21150
21151 2005-08-15 Andreas Schwab <schwab@suse.de>
21152
21153 * desktop.el: Put autoload cookie at risky-local-variable declarations.
21154
21155 * dired.el, info.el, mail/rmail.el: Revert last change.
21156
21157 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
21158
21159 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
21160 modification in `eval-after-load' form.
21161 * info.el: Likewise.
21162 * mail/rmail.el: Likewise.
21163
21164 2005-08-14 Juri Linkov <juri@jurta.org>
21165
21166 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21167 Remove highlighting of "Compilation started". Highlight only
21168 the word "finished" in "Compilation finished". Add highlighting
21169 of "interrupt", "killed", "terminated" and the exit code.
21170 (compilation-start): Add newline after header. Use exactly the
21171 same time stamp format as the finishing message.
21172 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
21173
21174 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
21175 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
21176 Add highlighting of "interrupt", "killed", "terminated".
21177
21178 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
21179 enabled and the current command is self-insert-command, call it
21180 explicitly with overwrite-mode bound to nil, to not allow it
21181 to delete the character after the selected region.
21182
21183 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
21184
21185 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
21186 move-end-of-line, end-of-line, and beginning-of-line to the list
21187 of commands after which the echo area is updated.
21188
21189 2005-08-12 Eli Zaretskii <eliz@gnu.org>
21190
21191 * cus-edit.el (custom-save-all, custom-save-delete):
21192 Bind recentf-exclude to exclude custom-file.
21193
21194 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
21195
21196 * mail/rmailsum.el (rmail-summary-end-of-message): New command
21197 to go to the bottom of the mail message. Added to
21198 `rmail-summary-mode-map' with key "/".
21199 (rmail-summary-show-message): New (internal) function for use by
21200 both `rmail-summary-beginning/end-of-message'.
21201 (rmail-summary-beginning-of-message): Change to use
21202 rmail-summary-show-message.
21203
21204 * mail/rmail.el (rmail-end-of-message): New command to go to the
21205 end of the current message. Added to `rmail-mode-map' with key "/".
21206 (rmail-beginning-of-message): Fix to work as documented.
21207 (rmail-mode): Change documentation.
21208
21209 * progmodes/compile.el (compilation-start): Add the line
21210 "Compilation started" with compilation start time.
21211 (compilation-mode-font-lock-keywords): Add `started' to keywords.
21212
21213 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
21214
21215 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
21216 of menu items.
21217
21218 2005-08-11 Richard M. Stallman <rms@gnu.org>
21219
21220 * simple.el (pop-global-mark): Reverse test of widen-automatically.
21221
21222 * battery.el (battery-status-function): Don't use ignore-errors.
21223
21224 2005-08-11 Lute Kamstra <lute@gnu.org>
21225
21226 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
21227 define-obsolete-variable-alias.
21228
21229 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
21230
21231 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
21232 (ange-ftp-send-cmd): Revert last change, and expand
21233 the comment explaining the problem.
21234
21235 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
21236
21237 * ldefs-boot.el: Update.
21238
21239 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
21240 item to "Time, Load and Mail". Change help echo text.
21241
21242 * time.el (display-time-use-mail-icon, display-time-format)
21243 (display-time-string-forms): Shorten first line of docstrings.
21244
21245 2005-08-10 Lars Hansen <larsh@soem.dk>
21246
21247 * desktop.el (desktop-buffer-mode-handlers):
21248 Make non-customizable. Add autoload cookie. Change initial value to
21249 nil; add elements in respective modules instead. Fix doc string.
21250 (desktop-load-file): New function.
21251 (desktop-minor-mode-handlers): New autoloaded variable.
21252 (desktop-create-buffer): Call minor mode handlers.
21253 Use desktop-load-file to load major and minor mode modules prior to
21254 checking for a handler.
21255 (desktop-save): Don't add nil to desktop-minor-modes for minor
21256 modes with nil function in desktop-minor-mode-table. Don't delete
21257 desktop file before rewriting it.
21258 (desktop-locals-to-save): Add autoload cookie. Don't make
21259 automatically buffer-local. Add variables column-number-mode,
21260 size-indication-mode, indent-tabs-mode,
21261 indicate-buffer-boundaries, indicate-empty-lines and
21262 show-trailing-whitespace.
21263 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
21264 regexps. Don't use desktop-clear-preserve-buffers-regexp.
21265 (desktop-clear-preserve-buffers-regexp): Delete.
21266 (desktop-clear-preserve-buffers): Update initial value and docstring.
21267 (desktop-save-buffer): Fix doc string.
21268
21269 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
21270 (hilit-chg-desktop-restore): New function.
21271 (highlight-changes-mode): Add highlight-changes-mode to
21272 desktop-locals-to-save.
21273
21274 * dired.el: Add handler to desktop-buffer-mode-handlers.
21275 (dired-restore-desktop-buffer): Remove autoload cookie.
21276 (dired-mode): Add autoload cookie.
21277
21278 * info.el: Add handler to desktop-buffer-mode-handlers.
21279 (Info-restore-desktop-buffer): Remove autoload cookie.
21280 (Info-mode): Add autoload cookie.
21281
21282 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
21283 (mh-restore-desktop-buffer): Remove autoload cookie.
21284 (mh-folder-mode): Add autoload cookie.
21285
21286 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
21287 (rmail-restore-desktop-buffer): Remove autoload cookie.
21288
21289 2005-08-11 Masatake YAMATO <jet@gyve.org>
21290
21291 * hexl.el (hexl-address-region):
21292 (hexl-ascii-region, hexl-font-lock-keywords):
21293 (hexl-highlight-line-range): Use the term "region"
21294 instead of "area" for consistency with the other symbols
21295 defined in hexl.el.
21296
21297 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
21298
21299 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
21300 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
21301 out by Juri Linkov). Add `display-battery-mode'.
21302
21303 2005-08-09 Juri Linkov <juri@jurta.org>
21304
21305 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21306 Remove `-text' from face variable names.
21307 (compilation-error-file-name, compilation-warning-file-name)
21308 (compilation-info-file-name): Delete faces.
21309 (compilation-line-number, compilation-column-number):
21310 Remove face underlining.
21311 (compilation-message-face): Set to `underline' value by default.
21312 (compilation-error-face, compilation-warning-face)
21313 (compilation-info-face): Remove `-file-name' from face names.
21314 (compilation-error-text-face, compilation-warning-text-face)
21315 (compilation-info-text-face): Delete face variables.
21316 (compilation-text-face): Delete function.
21317
21318 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
21319 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
21320 (grep-error-face): Set to `compilation-error' instead of
21321 `compilation-error-face' (which is redefined to `grep-hit-face' in
21322 grep buffers).
21323 (grep-mode-font-lock-keywords): Remove `-text' from face variable
21324 names. Use `grep-error-face' instead of `compilation-error-text-face'.
21325
21326 * dired-aux.el (dired-do-query-replace-regexp):
21327 Use `query-replace-read-args'.
21328
21329 * replace.el (query-replace-read-from, query-replace-read-to)
21330 (query-replace-read-args): Rename arg `string' to `prompt'.
21331
21332 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
21333
21334 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
21335
21336 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
21337 uploading files.
21338 (ange-ftp-canonize-filename): Handle file names beginning with ~
21339 correctly.
21340
21341 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
21342
21343 * textmodes/fill.el (canonically-space-region)
21344 (fill-context-prefix, fill-french-nobreak-p)
21345 (fill-delete-newlines, fill-comment-paragraph)
21346 (justify-current-line): "?\ " -> "?\s".
21347
21348 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
21349
21350 * textmodes/fill.el (fill-nonuniform-paragraphs):
21351 Improve argument/docstring consistency.
21352
21353 2005-08-09 Richard M. Stallman <rms@gnu.org>
21354
21355 * textmodes/ispell.el (ispell-word): More fboundp checks.
21356
21357 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
21358 (find-file-noselect-1): Call it here, only if RAWFILE.
21359 (normal-mode): Always set some major mode.
21360 (save-some-buffers-action-alist): Change some explanation strings.
21361 (file-name-non-special): In the `quote' method, use unwind-protect.
21362
21363 2005-08-09 Magnus Henoch <mange@freemail.hu>
21364
21365 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
21366 (ispell-have-aspell-dictionaries): New variable.
21367 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
21368 (ispell-get-aspell-config-value): New function.
21369 (ispell-aspell-find-dictionary): New function.
21370 (ispell-aspell-add-aliases): New function.
21371 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
21372 appropriate. Don't look for ispell dictionaries if we use aspell.
21373 (ispell-menu-map): Don't build a submenu of dictionaries.
21374
21375 2005-08-09 Richard M. Stallman <rms@gnu.org>
21376
21377 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
21378 (sql-read-passwd): Use read-passwd.
21379
21380 * progmodes/idlw-toolbar.el (idlwave-toolbar)
21381 (idlwave-toolbar-is-possible): Add defvars.
21382
21383 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
21384 Avoid warnings.
21385
21386 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
21387 (idlwave-system-class-info, idlwave-executive-commands-alist):
21388 Use defvar.
21389
21390 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
21391
21392 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
21393 Avoid warnings.
21394
21395 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
21396 and content-type: headers.
21397
21398 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21399
21400 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21401 and rename some of them to be more self-explanatory.
21402
21403 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21404
21405 * startup.el (command-line-1): Implement -scriptload.
21406
21407 * replace.el (occur-engine): Initial *Occur* output not undoable.
21408
21409 * menu-bar.el (menu-bar-file-menu): Rename some menu items
21410 and improve help strings.
21411
21412 * isearch.el (isearch-repeat): When changing direction,
21413 mark search successful.
21414
21415 * ediff-init.el: Use (featurep 'xemacs).
21416
21417 * comint.el (send-invisible): Identify buffer, if not selected.
21418
21419 * align.el: Delete autoload for c-guess-basic-syntax.
21420
21421 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
21422
21423 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21424 Improve argument/docstring consistency. Doc fixes.
21425 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21426 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21427 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21428 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21429 (r2bv-organization, r2bv-pages, r2bv-primary-author)
21430 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21431 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21432 Defvar at compile time.
21433
21434 2005-08-09 Juri Linkov <juri@jurta.org>
21435
21436 * info.el: Replace `info' with upper-case `Info' where appropriate.
21437 (info-title-1, info-title-2, info-title-3, info-title-4)
21438 (info-menu-header): Move up face definitions.
21439 (info-menu-star): Rename from `info-menu-5'.
21440 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21441 (Info-fontify-visited-nodes): Fix docstring.
21442 (Info-hide-note-references): Fix docstring.
21443 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21444 menu items in the same way as on cross-references.
21445 (info-apropos): Fix sorting order and formatting to be like in the
21446 stand-alone Info browser. Display error messages for 1 sec.
21447 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
21448 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21449 from the menu bar.
21450 (Info-insert-dir): Restore point after calling
21451 `insert-buffer-substring'.
21452
21453 2005-08-08 Richard M. Stallman <rms@gnu.org>
21454
21455 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21456 (recompute-lucid-menubar): Add defvars.
21457
21458 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
21459
21460 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
21461
21462 * net/net-utils.el (run-dig): Rename from `dig'.
21463
21464 * play/gametree.el (gametree-mode): Use make-local-variable,
21465 not make-variable-buffer-local.
21466
21467 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
21468
21469 * ansi-color.el (ansi-color-make-extent)
21470 (ansi-color-set-extent-face): Use fboundp, not functionp.
21471
21472 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
21473 not make-variable-buffer-local.
21474
21475 * bookmark.el (Info-current-file): Add defvar.
21476 (bookmark-jump-noselect): Use with-no-warnings.
21477
21478 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
21479
21480 * ebuff-menu.el (Helper-return-blurb): Add defvar.
21481
21482 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
21483
21484 * find-file.el (ada-procedure-start-regexp)
21485 (ada-package-start-regexp): Add defvars.
21486
21487 * info.el (Info-insert-dir): Use insert-buffer-substring.
21488
21489 * xml.el (xml-att-def-re): Add defvar.
21490
21491 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
21492 calling convention.
21493
21494 * subr.el (while-no-input): Return t if there is input.
21495
21496 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
21497
21498 * cus-start.el (all): Add `overflow-newline-into-fringe'.
21499
21500 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
21501
21502 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
21503 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
21504
21505 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
21506
21507 * cmuscheme.el (scheme-start-file): Replace reference to
21508 `user-emacs-directory' by "~/.emacs.d/".
21509
21510 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
21511
21512 * info.el (Info-dir-remove-duplicates): Avoid case folding
21513 in loop; instead, keep downcased strings for comparison.
21514 Suggested by Helmut Eller.
21515
21516 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
21517
21518 Sync with Tramp 2.0.50.
21519
21520 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
21521 XEmacs case; not necessary anymore.
21522 (tramp-user-regexp): Allow "@" as part of user name.
21523 (tramp-handle-set-visited-file-modtime)
21524 (tramp-handle-insert-file-contents)
21525 (tramp-handle-write-region): No special handling for
21526 `last-coding-system-used, because this is done in
21527 `tramp-accept-process-output' now.
21528 (tramp-accept-process-output): New defun.
21529 (tramp-process-one-action, tramp-process-one-multi-action)
21530 (tramp-wait-for-regexp, tramp-wait-for-output)
21531 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
21532 Howells <dhowells@redhat.com>.
21533 (clear-visited-file-modtime): Defadvice removed. The check for
21534 unset buffer's modtime does not need to be based on
21535 `tramp-buffer-file-attributes'. Suggested by RMS.
21536 (tramp-message): Insert "\n" if not being at beginning of line.
21537 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
21538 sequence with same logic.
21539 (tramp-completion-handle-expand-file-name): Discard call of
21540 `tramp-drop-volume-letter'. It is not necessary, and there have
21541 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
21542 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21543 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
21544 should always be visible.
21545 (tramp-handle-insert-directory, tramp-setup-complete)
21546 (tramp-set-process-query-on-exit-flag)
21547 (tramp-append-tramp-buffers): Pacify byte-compiler.
21548 (tramp-bug): Delete non-existing variables from list.
21549 Apply `tramp-load-report-modules' as pre-hook.
21550 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
21551 `shell-prompt-pattern' because of non-7bit characters.
21552 Reported by Sebastian Luque <sluque@mun.ca>.
21553 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
21554 (tramp-match-string-list): Remove function.
21555 (tramp-wait-for-regexp): Remove call of that function.
21556 Suggested by Kim F. Storm <storm@cua.dk>.
21557 (tramp-set-auto-save-file-modes): Use octal integer code #o600
21558 instead of octal character code ?\600. The latter resulted in a
21559 syntax error with XEmacs.
21560
21561 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
21562 XEmacs case; not necessary anymore.
21563 (tramp-smb-handle-write-region): No special handling for
21564 `last-coding-system-used, because this is done in
21565 `tramp-accept-process-output' now.
21566 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
21567
21568 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
21569
21570 * wid-edit.el (widget-choice-value-create):
21571 Unconditionally respect user choice. Set :explicit-choice back to nil
21572 when no longer needed.
21573 (widget-choice-action): Unconditionally respect user choice.
21574 Eliminate :explicit-choice-value.
21575
21576 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
21577
21578 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
21579 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
21580 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
21581 running new function `toggle-indicate-empty-lines'.
21582 Rename "Customize" item to "Customize fringe".
21583 Rename "Indicators" item to "Buffer boundaries" and change help echo.
21584 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
21585 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
21586 Delete "Empty lines only" item.
21587 (menu-bar-showhide-fringe-ind-customize): New function.
21588 (menu-bar-showhide-fringe-ind-mixed)
21589 (menu-bar-showhide-fringe-ind-box)
21590 (menu-bar-showhide-fringe-ind-right)
21591 (menu-bar-showhide-fringe-ind-left)
21592 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
21593 instead of `fringe-indicators'.
21594
21595 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
21596
21597 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
21598 Change the date of last update.
21599
21600 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
21601
21602 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
21603 (viper-exec-yank, viper-put-back): Don't display modification msg
21604 if in the minibuffer.
21605
21606 * viper-init.el (viper-replace-overlay-cursor-color)
21607 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
21608 Make variables frame local.
21609
21610 * viper-util.el (viper-append-filter-alist): Use append instead of
21611 nconc.
21612
21613 * viper.el (viper-vi-state-mode-list)
21614 (viper-emacs-state-mode-list): Move help-mode and
21615 completion-list-mode from the first list to the second.
21616 (viper-mode): Docstring.
21617 (viper-go-away, viper-non-hook-settings): Don't localize
21618 minor-mode-alist in newer Emacsen. Add advice to
21619 set-cursor-color. Don't bind "\C-c\\".
21620
21621 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
21622
21623 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
21624 (scheme-macro-expand-command): New user options.
21625 (scheme-trace-procedure, scheme-expand-current-form): New commands.
21626 (scheme-form-at-point, scheme-start-file)
21627 (scheme-interactively-start-process): New functions.
21628 (scheme-get-process): New function, extracted from `scheme-proc'.
21629 (run-scheme): Call `scheme-start-file' to get start file, and pass
21630 it to `make-comint'.
21631 (switch-to-scheme, scheme-proc):
21632 Call `scheme-interactively-start-process' if no Scheme buffer/process
21633 is available.
21634
21635 2005-08-06 Juri Linkov <juri@jurta.org>
21636
21637 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21638 Use `compilation-text-face', `compilation-info-text-face' and
21639 `compilation-error-text-face' instead of `font-lock-keyword-face'.
21640 (compilation-error): New face.
21641 (compilation-error-file-name): Inherit from
21642 `compilation-error' instead of `font-lock-warning-face'.
21643 (compilation-warning-file-name): Inherit from
21644 `compilation-warning' instead of `font-lock-warning-face'.
21645 (compilation-info, compilation-error-file-name)
21646 (compilation-warning-file-name, compilation-info-file-name)
21647 (compilation-line-number, compilation-column-number): Doc fix.
21648 (compilation-error-text-face, compilation-warning-text-face)
21649 (compilation-info-text-face): New face variables.
21650 (compilation-line-face, compilation-column-face)
21651 (compilation-enter-directory-face)
21652 (compilation-leave-directory-face): Doc fix.
21653 (compilation-text-face): New function.
21654
21655 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
21656 instead of 1 to display binary file names as info file links.
21657 (grep-error-face): Use `compilation-error-face' instead of
21658 `font-lock-keyword-face'.
21659 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
21660 and `compilation-warning-text-face' instead of
21661 `font-lock-keyword-face'. Use `compilation-error-text-face'
21662 instead of `grep-error-face'.
21663
21664 2005-08-05 Kenichi Handa <handa@m17n.org>
21665
21666 * international/code-pages.el: Add autoload cookies for all coding
21667 systems.
21668
21669 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
21670
21671 * cus-start.el (all): Put undo.c where it alphabetically belongs.
21672
21673 2005-08-04 Juri Linkov <juri@jurta.org>
21674
21675 * progmodes/compile.el (compilation-mode-map):
21676 * progmodes/grep.el (grep-mode-map):
21677 Bind TAB to `compilation-next-error' and [backtab] to
21678 `compilation-previous-error'.
21679
21680 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
21681 matching line numbers, column numbers and their ranges with regexp
21682 matching only line numbers.
21683 (grep-context-face): New face variable.
21684 (grep-mode-font-lock-keywords): Use it.
21685
21686 * faces.el (read-face-name): Delete duplicate faces.
21687
21688 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
21689
21690 * thumbs.el (thumbs-find-image): Don't make variables
21691 automatically buffer local.
21692 (thumbs-current-tmp-filename, thumbs-current-image-filename)
21693 (thumbs-image-num): Make automatically buffer local.
21694 (thumbs-show-thumbs-list): Use `make-local-variable', not
21695 `make-variable-buffer-local'.
21696 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
21697
21698 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
21699 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
21700 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
21701 (bother, bye, canyou, chatlst, continue, deathlst, describe)
21702 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
21703 (feelings-about, foullst, found, hello, history, howareyoulst)
21704 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
21705 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
21706 (neglst, obj, object, owner, please, problems, qlist)
21707 (random-adjective, relation, remlst, repetitive-shortness)
21708 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
21709 (shortlst, something, sportslst, stallmanlst, states, subj)
21710 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
21711 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
21712 Defvar at compile time.
21713
21714 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
21715 not `make-variable-buffer-local'.
21716
21717 2005-08-02 Kim F. Storm <storm@cua.dk>
21718
21719 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
21720 rectangle overlay in selected window.
21721
21722 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
21723
21724 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
21725 instead of display group. Make `indicate-buffer-boundaries'
21726 customizable through Custom.
21727
21728 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
21729
21730 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
21731 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
21732 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
21733 (gdb-put-string): Fix typos in docstrings.
21734
21735 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
21736
21737 Update copyright notices of files in progmodes directory for
21738 release of Emacs 22.1.
21739
21740 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
21741
21742 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
21743 Don't barf if the GUD buffer has been killed.
21744
21745 2005-08-01 Kim F. Storm <storm@cua.dk>
21746
21747 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
21748
21749 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
21750
21751 * simple.el (next-error-follow-minor-mode):
21752 make-variable-buffer-local -> make-local-variable.
21753
21754 * emacs-lisp/cl-extra.el: Require CL also when compiling.
21755
21756 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
21757 (byte-compile-form-make-variable-buffer-local): New functions to warn
21758 about misuses of make-variable-buffer-local where make-local-variable
21759 was meant.
21760
21761 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
21762
21763 * bs.el (bs-attributes-list): Doc fix.
21764 (bs): Update url-link.
21765
21766 * desktop.el (desktop-save-buffer): Fix typos in docstring.
21767 (desktop-load-default): Simplify.
21768
21769 * ibuffer.el (ibuffer-columnize-and-insert-list)
21770 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
21771 (ibuffer-unmark-all, ibuffer-toggle-marks)
21772 (ibuffer-unmark-forward, ibuffer-unmark-backward)
21773 (ibuffer-compile-make-format-form, ibuffer-format-column)
21774 (ibuffer-current-buffers-with-marks)
21775 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
21776 (ibuffer): Doc fix.
21777 (ibuffer-mode): Fix typo in docstring.
21778 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
21779 with `define-obsolete-variable-alias'.
21780 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
21781
21782 2005-07-29 Kenichi Handa <handa@m17n.org>
21783
21784 * international/mule-cmds.el (select-message-coding-system):
21785 Be sure to use LF for end-of-line. If no coding system is decided,
21786 return iso-8859-1-unix.
21787
21788 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
21789
21790 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
21791 (ange-ftp-pending-error-line): New vars.
21792 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
21793 to handle the non-fatal no-route-to-host messages.
21794 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
21795
21796 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
21797
21798 * isearch.el (isearch-mode-map, isearch-other-meta-char)
21799 (isearch-quote-char, isearch-printing-char)
21800 (isearch-text-char-description): "?\ " -> "?\s".
21801 (isearch-lazy-highlight-cleanup)
21802 (isearch-lazy-highlight-initial-delay)
21803 (isearch-lazy-highlight-interval)
21804 (isearch-lazy-highlight-max-at-a-time)
21805 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
21806 Declare with define-obsolete-*-alias macros.
21807 (isearch-forward): Fix typo in docstring.
21808 (search-invisible, search-ring-yank-pointer)
21809 (regexp-search-ring-yank-pointer): Doc fixes.
21810
21811 * recentf.el (recentf-menu-append-commands-p): Declare with
21812 `define-obsolete-variable-alias'.
21813 (recentf-max-saved-items, recentf-menu-filter)
21814 (recentf-arrange-by-rule-subfilter): Doc fixes.
21815 (recentf-menu-append-commands-flag)
21816 (recentf-initialize-file-name-history, recentf-expand-file-name)
21817 (recentf-clear-data): Fix typos in docstrings.
21818
21819 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
21820
21821 * progmodes/gdb-ui.el: Smarten comments.
21822 (gdb-info-breakpoints-custom): Use nowarn when finding file.
21823
21824 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21825
21826 * term/apollo.el (terminal-init-apollo): New function containing
21827 all former top level forms in the file.
21828 * term/bobcat.el (terminal-init-bobcat):
21829 * term/cygwin.el (terminal-init-cygwin):
21830 * term/iris-ansi.el (terminal-init-iris-ansi):
21831 * term/linux.el (terminal-init-linux):
21832 * term/news.el (terminal-init-news):
21833 * term/rxvt.el (terminal-init-rxvt):
21834 * term/sun.el (terminal-init-sun):
21835 * term/tvi970.el (terminal-init-tvi970):
21836 * term/vt100.el (terminal-init-vt100):
21837 * term/vt102.el (terminal-init-vt102):
21838 * term/vt125.el (terminal-init-vt125):
21839 * term/vt200.el (terminal-init-vt200):
21840 * term/vt201.el (terminal-init-vt201):
21841 * term/vt220.el (terminal-init-vt220):
21842 * term/vt240.el (terminal-init-vt240):
21843 * term/vt300.el (terminal-init-vt300):
21844 * term/vt320.el (terminal-init-vt320):
21845 * term/vt400.el (terminal-init-vt400):
21846 * term/vt420.el (terminal-init-vt420):
21847 * term/wyse50.el (terminal-init-wyse50):
21848 * term/xterm.el (terminal-init-xterm): Likewise.
21849
21850 * term/README: Describe the terminal-init-* functionality.
21851
21852 * startup.el (command-line): After loading the terminal initialization
21853 file call the corresponding terminal initialization function.
21854
21855 2005-07-27 Kenichi Handa <handa@m17n.org>
21856
21857 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
21858 negative.
21859
21860 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
21861 (ps-mule-composition-prologue): Fix for the case that
21862 RelativeCompose is false.
21863
21864 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
21865
21866 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
21867
21868 * descr-text.el (describe-char): Handle the case where the list of
21869 chars is displayed in a separate frame.
21870 Be a bit more discriminating when looking for the char.
21871
21872 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
21873
21874 * bookmark.el (bookmark-automatically-show-annotations)
21875 (bookmark-read-annotation-text-func): Doc fixes.
21876 (bookmark-save): Improve argument/docstring consistency.
21877 (bookmark-get-bookmark, bookmark-get-bookmark-record)
21878 (bookmark-alist-from-buffer)
21879 (bookmark-upgrade-file-format-from-0)
21880 (bookmark-grok-file-format-version)
21881 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
21882 (bookmark-read-annotation-mode)
21883 (bookmark-insert-current-bookmark, bookmark-jump)
21884 (bookmark-exit-hook): Fix typos in docstrings.
21885 (bookmark-exit-hooks): Define as obsolete alias.
21886 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
21887 not `bookmark-exit-hooks'. Fix docstring.
21888 (bookmark-bmenu-select): "?\ " -> "?\s".
21889
21890 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
21891
21892 * startup.el (command-line): Fix typo.
21893
21894 2005-07-24 Richard M. Stallman <rms@gnu.org>
21895
21896 * tooltip.el (tooltip-mode): Test emacs-basic-display,
21897 not emacs-quick-startup.
21898
21899 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
21900
21901 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
21902 (reb-next-match, reb-show-subexp): Use `with-selected-window'
21903 instead of `reb-with-current-window'.
21904 (reb-prev-match): Likewise. Also, don't move left if the search
21905 was unsuccessful.
21906 (reb-initialize-buffer): New function.
21907 (re-builder, reb-change-syntax): Use it.
21908
21909 * man.el (Man-goto-page): Make second argument NOERROR optional.
21910
21911 2005-07-23 Richard M. Stallman <rms@gnu.org>
21912
21913 * man.el (Man-bgproc-sentinel): Check here for failure to find
21914 any man page in the output, and report the error here.
21915 (Man-arguments): Make it permanent local.
21916 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
21917 (Man-mode): Pass t for NOERROR.
21918
21919 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
21920 (grep-mode-font-lock-keywords):
21921 Don't use compilation-...-face for messages that are not file names.
21922
21923 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21924 Don't use compilation-...-face for messages that are not file names.
21925
21926 2005-07-22 Juri Linkov <juri@jurta.org>
21927
21928 * startup.el (normal-splash-screen): Update menu name.
21929
21930 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
21931
21932 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21933
21934 * term/xterm.el: Load term/rxvt if the terminal is actually an
21935 rxvt terminal.
21936 (xterm-rxvt-set-background-mode): Remove, not used anymore.
21937
21938 * term/rxvt.el (function-key-map): Use substitute-key-definition
21939 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
21940
21941 * term/cygwin.el: New file.
21942
21943 2005-07-22 Kim F. Storm <storm@cua.dk>
21944
21945 * image-file.el (insert-image-file, image-file-yank-handler):
21946 Fix last change to maintain a (unique) yank-handler on yanked images.
21947
21948 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
21949
21950 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
21951 of the file size (as in "177B" for 177 bytes). This happens with
21952 "ls -lh" on FreeBSD.
21953
21954 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
21955
21956 * hilit-chg.el (highlight-changes-global-initial-state)
21957 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
21958 (hilit-chg-fixup, highlight-changes-mode):
21959 Fix typos in docstrings.
21960 (highlight-changes-global-modes, highlight-changes-rotate-faces):
21961 Doc fixes.
21962
21963 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
21964
21965 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
21966 mode function using `eval-after-load'.
21967
21968 2005-07-21 Kim F. Storm <storm@cua.dk>
21969
21970 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
21971 included when reporting an Emacs crash, and tell about the DEBUG file.
21972
21973 * image-file.el (insert-image-file): Add yank-handler.
21974 (image-file-yank-handler): Yank handler to make unique copies of
21975 images when they are yanked into a buffer next to each other.
21976
21977 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
21978
21979 * comint.el (comint-use-prompt-regexp, comint-send-input)
21980 (comint-source-default, comint-extract-string)
21981 (comint-get-source, comint-word, comint-completion)
21982 (comint-source, comint-prompt-read-only, comint-update-fence):
21983 Fix typos in docstrings.
21984 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
21985 Declare with define-obsolete-*-alias macros.
21986 (comint-previous-matching-input-from-input)
21987 (comint-next-matching-input-from-input)
21988 (comint-previous-matching-input, comint-next-matching-input)
21989 (comint-forward-matching-input):
21990 Improve argument/docstring consistency.
21991
21992 * desktop.el (desktop-clear-preserve-buffers-regexp):
21993 Also preserve the *server* buffer.
21994
21995 * simple.el (clone-indirect-buffer): Doc fix.
21996 (fixup-whitespace, just-one-space)
21997 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
21998 (next-error, next-error-highlight)
21999 (next-error-highlight-no-select, next-error-last-buffer)
22000 (next-error-buffer-p, next-error-find-buffer, next-error)
22001 (previous-error, next-error-no-select, previous-error-no-select)
22002 (open-line, split-line, minibuffer-prompt-width, kill-new)
22003 (binary-overwrite-mode): Fix typos in docstrings.
22004 (set-fill-column): Fix typo in message.
22005
22006 * skeleton.el (skeleton-proxy-new): Doc fix.
22007
22008 * strokes.el (strokes-load-hook): Doc fix.
22009 (strokes-grid-resolution, strokes-get-grid-position)
22010 (strokes-renormalize-to-grid, strokes-read-stroke)
22011 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22012 (strokes-global-map): Fix typos in docstrings.
22013 (strokes-help): Doc fix. Fix help message and pass it through
22014 `substitute-command-keys'.
22015
22016 * tempo.el (tempo-insert-prompt, tempo-interactive)
22017 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22018 (tempo-insert-string-functions, tempo-local-tags)
22019 (tempo-define-template, tempo-insert-template)
22020 (tempo-insert-prompt-compat, tempo-is-user-element)
22021 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22022 Fix typos in docstrings.
22023
22024 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22025 (vcursor-key-bindings, vcursor-use-vcursor-map)
22026 (vcursor-find-window, vcursor-scroll-down)
22027 (vcursor-disable, vcursor-beginning-of-buffer)
22028 (vcursor-end-of-buffer): Fix typos in docstrings.
22029 (vcursor-relative-move, vcursor-get-char-count):
22030 Improve argument/docstring consistency.
22031
22032 * version.el: "?\ " -> "?\s".
22033
22034 * wid-edit.el (widget-default-create, widget-after-change)
22035 (widget-default-format-handler, widget-checklist-add-item)
22036 (widget-radio-add-item, widget-choose, widget-specify-secret)
22037 (widget-field-value-create, widget-field-value-get)
22038 (widget-editable-list-format-handler)
22039 (widget-editable-list-entry-create, widget-group-value-create)
22040 (widget-documentation-link-add)
22041 (widget-documentation-string-value-create): "?\ " -> "?\s".
22042 (widget-convert-text): Doc fix.
22043 (widget-narrow-to-field, widget-field-find)
22044 (widget-url-link-action, widget-emacs-library-link-action)
22045 (widget-color-notify): Fix typos in docstrings.
22046
22047 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
22048 (x-select-text, set-w32-system-coding-system)
22049 (w32-add-charset-info): Fix typos in docstrings.
22050
22051 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
22052 (cua-enable-cua-keys, cua-use-hyper-key)
22053 (cua-virtual-rectangle-edges): Fix typos in docstrings.
22054 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
22055
22056 * net/tramp.el (tramp-handle-load): Fix typo in error message.
22057
22058 * emacs-lisp/re-builder.el (regexp-builder): Declare with
22059 `defalias' instead of faking it.
22060
22061 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
22062 (eshell-ls-missing, eshell-ls-dired-initial-args)
22063 (eshell-ls-use-in-dired): Fix typos in docstrings.
22064
22065 2005-07-20 Kim F. Storm <storm@cua.dk>
22066
22067 * emulation/cua-base.el (cua-mode): Improve doc string.
22068
22069 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
22070
22071 * abbrev.el (expand-region-abbrevs): Doc fix.
22072 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
22073 Improve argument/docstring consistency.
22074
22075 * arc-mode.el (archive-get-descr, archive-alternate-display):
22076 Doc fixes.
22077 (archive-l-e): Improve argument/docstring consistency.
22078 (archive-tmpdir, archive-unixdate, archive-unixtime)
22079 (archive-chmod-entry): Fix typos in docstrings.
22080 (archive-unflag, archive-unflag-backwards)
22081 (archive-unmark-all-files): "?\ " -> "?\s".
22082
22083 * buff-menu.el (Buffer-menu-unmark): Doc fix.
22084 (Buffer-menu-not-modified, Buffer-menu-execute)
22085 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22086 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
22087
22088 * composite.el (compose-string, encode-composition-rule)
22089 (compose-last-chars): Fix typos in docstrings.
22090
22091 * desktop.el (desktop-enable, desktop-basefilename):
22092 Declare with `define-obsolete-variable-alias'.
22093 (desktop-internal-v2s): Don't quote keywords.
22094 (desktop-clear): "?\ " -> "?\s".
22095
22096 * dired.el (dired-align-file, dired-flag-backup-files)
22097 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
22098 (dired-listing-switches, dired-ls-F-marks-symlinks)
22099 (dired-dwim-target, dired-load-hook, dired-mode-hook)
22100 (dired-directory, dired-faces, dired, dired-revert)
22101 (dired-mode, dired-summary, dired-view-file)
22102 (dired-copy-filename-as-kill, dired-delete-file)
22103 (dired-no-confirm, dired-unmark-all-marks)
22104 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
22105 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
22106 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
22107 Fix typos in message strings.
22108
22109 * dired-x.el (virtual-dired): Declare with `defalias'.
22110 (dired-mark-unmarked-files, dired-local-variables-file)
22111 (dired-omit-here-always): Doc fix.
22112 (dired-omit-mode, dired-find-subdir)
22113 (dired-enable-local-variables, dired-clean-up-buffers-too)
22114 (dired-extra-startup, dired-mark-extension, dired-jump)
22115 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
22116 (dired-smart-shell-command, dired-guess-shell-alist-user)
22117 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
22118 (dired-x-bind-find-file, dired-x-submit-report):
22119 Fix typos in docstrings.
22120 (dired-mark-unmarked-files): "?\ " -> "?\s".
22121
22122 * dirtrack.el (dirtrack-list): Fix typos in docstring.
22123
22124 * faces.el (describe-face): "?\ " -> "?\s".
22125 (read-all-face-attributes, read-face-font, modify-face)
22126 (face-attr-construct, italic): Fix typos in docstrings.
22127 (frame-update-face-colors): Declare with
22128 `define-obsolete-function-alias'.
22129
22130 * files.el (find-file-noselect, recode-file-name): Doc fixes.
22131 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
22132 (magic-mode-alist, buffer-file-numbers-unique)
22133 (write-file-functions, get-free-disk-space):
22134 Fix typos in docstrings.
22135 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
22136 (write-contents-hooks, write-file-hooks):
22137 Declare with `define-obsolete-variable-alias'.
22138
22139 * forms-d2.el (arch-rj): Fix typo in docstrings.
22140 (arch-tocol): Likewise. "?\ " -> "?\s".
22141
22142 * frame.el (set-frame-font, cursor-in-non-selected-windows):
22143 Fix typo in docstring.
22144 (set-screen-width, set-screen-height): Delete redundant info in
22145 doctrings.
22146 (new-frame, screen-height, screen-width): Declare with
22147 `define-obsolete-function-alias'.
22148 (delete-frame-hook, blink-cursor): Declare with
22149 `define-obsolete-variable-alias'.
22150
22151 * paths.el (prune-directory-list): Fix typos in docstring.
22152
22153 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
22154 (cvs-prefix-get): Fix typos in docstrings.
22155
22156 * ps-print.el (ps-extend-face-list, ps-extend-face)
22157 (ps-print-background-image): Fix typos in docstrings.
22158 (ps-default-fg, ps-default-bg): Doc fixes.
22159
22160 * s-region.el (s-region-bind): Doc fix.
22161 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
22162
22163 * textmodes/org.el (org-table-formula-substitute-names)
22164 (org-table-get-vertical-vector): Doc fixes.
22165 (org-table-recalculate): Remove unused argument to `message'.
22166
22167 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
22168
22169 * textmodes/org.el (org-table-column-names)
22170 (org-table-column-name-regexp)
22171 (org-table-named-field-locations): New variables.
22172 (org-archive-subtree): Protect `this-command' when calling
22173 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
22174 the kill buffer.
22175 (org-complete): Remove fixed-formula completion.
22176 (org-edit-formulas-map): New variable.
22177 (org-table-edit-formulas): New command.
22178 (org-finish-edit-formulas, org-abort-edit-formulas)
22179 (org-show-variable, org-table-get-vertical-vector): New functions.
22180 (org-table-maybe-eval-formula): Handle `:=' fields.
22181 (org-table-get-stored-formulas, org-table-store-formulas)
22182 (org-table-get-formula, org-table-modify-formulas)
22183 (org-table-replace-in-formulas): Handle named field formulas.
22184 (org-table-get-specials): Store locations of named fields.
22185
22186 2005-07-19 Juri Linkov <juri@jurta.org>
22187
22188 * progmodes/grep.el (grep-regexp-alist)
22189 (grep-mode-font-lock-keywords, grep-process-setup):
22190 Use default GNU grep match color "01;31m" instead of "01;41m".
22191 (grep-regexp-alist, grep-mode-font-lock-keywords):
22192 Use `\\[[0-9]*m' instead of `\\[00m'.
22193 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
22194 sgr_start where its handling is more important. Use the real
22195 length of sgr_start instead of constant 8.
22196 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
22197 specially. Delete all remaining escape sequences.
22198 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
22199 (grep-regexp-alist): Make hyperlink only for binary file name
22200 instead of the whole line.
22201 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
22202 (grep-mode): Add autoload.
22203
22204 * emacs-lisp/find-func.el (find-function-regexp):
22205 Add `define-compilation-mode'.
22206
22207 2005-07-19 Juri Linkov <juri@jurta.org>
22208
22209 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
22210 (compare-windows-sync-string-size, compare-windows-recenter)
22211 (compare-windows-highlight, compare-windows): Add version 22.1.
22212 (compare-windows) <defface>: Inherit from lazy-highlight instead
22213 of duplicating its default value.
22214
22215 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
22216 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
22217
22218 * descr-text.el (describe-char): Create link buttons for `charset'
22219 and `code point'. Add the current input method name with a link
22220 button to `to input' field. Print face names of display table
22221 characters in `The display table entry is displayed by' section
22222 instead of printing face-id in the `display' field.
22223 Guess hardcoded faces and create a link button for them.
22224 Skip empty fields when calculating max-width.
22225 Treat `widget-create' specially while inserting strings from the
22226 collected field list.
22227 (describe-char-after): Made obsolete in version 22.1, not 21.5.
22228
22229 * diff-mode.el (diff-file-header): Change foreground color from
22230 yellow to green on light backgrounds.
22231 (diff-context): Inherit from `shadow' only for color/grayscale
22232 with more than 88 colors.
22233 (diff-indicator-removed, diff-indicator-added)
22234 (diff-indicator-changed): New faces.
22235 (diff-font-lock-keywords): Use new faces. Regroup rules.
22236 Add "^---$" for `normal' diff format. Fontify `#' lines with
22237 font-lock-comment-delimiter-face and font-lock-comment-face.
22238 Add `#' to ^[^...] in the rule for `diff-context-face'.
22239
22240 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
22241 a button-like box. Inherit from `highlight' on low colors.
22242 (shadow): Use shades of gray only for color/grayscale with
22243 more than 88 colors. Use green for light backgrounds with
22244 8 colors, and yellow for dark backgrounds with 8 colors.
22245
22246 * font-lock.el (font-lock-regexp-grouping-backslash):
22247 Don't inherit from escape-glyph (use bold for all cases).
22248
22249 * info.el (info-xref-visited): Use light foreground color `violet'
22250 for dark backgrounds instead of dark color `magenta3'.
22251 (info-title-1): Use `yellow' color for dark backgrounds.
22252
22253 * isearch.el (isearch): Use not-too-dark magenta3 instead of
22254 too-light magenta2.
22255
22256 * replace.el (match): Use slightly more light RoyalBlue3 instead
22257 of dark RoyalBlue4.
22258
22259 * wid-edit.el (widget-inactive): Inherit from `shadow'.
22260
22261 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
22262
22263 * novice.el (disabled-command-hook): Declare it with
22264 `define-obsolete-variable-alias'.
22265
22266 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
22267 (desktop-buffer-misc-functions, desktop-buffer-handlers)
22268 (desktop-load-default): Add release to obsolescence info.
22269 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
22270 (desktop-append-buffer-args, desktop-read):
22271 Fix typos in docstrings.
22272 (desktop-kill): Fix typo in message.
22273 (desktop-save): Doc fix.
22274
22275 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
22276
22277 * viper-cmd.el (viper-escape-to-state): Bug fix.
22278 (viper-envelop-ESC-key): Change the definition of fast
22279 keysequence so it'll work with keyboard macros.
22280
22281 * ediff.el (ediff-patch-buffer): Change the docstring.
22282
22283 2005-07-19 Kenichi Handa <handa@m17n.org>
22284
22285 * international/mule-cmds.el (select-safe-coding-system): Try to
22286 use an auto-coding (if any) before anything else. If the found
22287 auto-coding is invalid, show a warning message.
22288
22289 * international/mule.el (find-auto-coding): New function created
22290 by modifying the body of set-auto-coding.
22291 (set-auto-coding): Use find-auto-coding to find a coding.
22292
22293 2005-07-18 Richard M. Stallman <rms@gnu.org>
22294
22295 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
22296 not isearch-mode-end-hook-error.
22297 (allout-before-change-protect): Fix error message.
22298
22299 2005-07-18 Juri Linkov <juri@jurta.org>
22300
22301 * allout.el (allout-mode):
22302 * calculator.el (calculator-copy):
22303 * custom.el (custom-known-themes):
22304 * dired.el (dired-desktop-buffer-misc-data)
22305 (dired-restore-desktop-buffer):
22306 * dired-x.el (dired-omit-marker-char):
22307 * files.el (basic-save-buffer):
22308 * font-core.el (font-lock-mode):
22309 * calendar/calendar.el (calendar-goto-hebrew-date)
22310 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
22311 (calendar-goto-persian-date):
22312 * language/ethio-util.el (ethio-sera-to-fidel-region):
22313 * textmodes/picture.el (picture-mode):
22314 Delete duplicate duplicate words.
22315
22316 2005-07-18 Juri Linkov <juri@jurta.org>
22317
22318 * isearch.el (isearch-mode-map): Remove key bindings for regexp
22319 chars * ? } |.
22320 (isearch-fallback): Don't call `isearch-process-search-char'.
22321 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
22322 (isearch-process-search-char): Call `isearch-fallback' for regexp
22323 chars * ? } |.
22324 (isearch-return-char): Make obsolete with `make-obsolete' instead
22325 of simply documenting it as obsolete in the docstring.
22326 (isearch-fallback): Refill docstring.
22327
22328 * international/isearch-x.el
22329 (isearch-process-search-multibyte-characters): Remove unneeded
22330 `concat'. Add intermediate values to `junk-hist' instead of
22331 `minibuffer-history'. Test the length of `str'.
22332
22333 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
22334
22335 * allout.el (allout-resolve-xref): Fix typos in error strings.
22336 (allout-before-change-protect): Remove unneeded `concat'.
22337
22338 * array.el (array-mode, array-reconfigure-rows)
22339 (untabify-backward): Fix typos in docstrings.
22340 (array-reconfigure-rows): Use `insert-buffer-substring', not
22341 `insert-buffer'.
22342
22343 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
22344 * progmodes/ada-mode.el (ada-make-body):
22345 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
22346
22347 * dired.el (dired-log):
22348 * tar-mode.el (tar-subfile-save-buffer):
22349 * play/zone.el (zone-pgm-stress-destress):
22350 Use `insert-buffer-substring', not `insert-buffer'.
22351
22352 2005-07-17 Simon Josefsson <jas@extundo.com>
22353
22354 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
22355
22356 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
22357
22358 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
22359 Add plain auth method.
22360 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
22361
22362 2005-07-17 Kim F. Storm <storm@cua.dk>
22363
22364 * ido.el (dired-other-window): Add ido property.
22365
22366 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
22367
22368 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22369 Fix typo in docstring.
22370 (byte-compile-interactive-only-functions): Add `insert-buffer' and
22371 `insert-file-literally'.
22372
22373 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
22374 info and delete redundant message. Doc fix.
22375 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
22376 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
22377
22378 2005-07-16 Richard M. Stallman <rms@gnu.org>
22379
22380 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
22381 (byte-compile-and): Use byte-compile-and-recursion.
22382 (byte-compile-or-recursion): New function.
22383 (byte-compile-or): Use that.
22384 (byte-compile-if): Guard the else-clause too.
22385 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
22386
22387 * isearch.el (isearch-mode-end-hook-quit): New variable.
22388 (isearch-done): Bind it.
22389 (isearch-mode-end-hook): Doc fix.
22390
22391 * allout.el (allout-isearch-did-quit): Variable deleted.
22392 (allout-real-isearch-abort): Function name no longer used.
22393 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
22394 (allout-isearch-rectification): isearch-mode always exists.
22395 Don't set allout-isearch-did-quit.
22396 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
22397 allout-isearch-did-quit.
22398 (allout-enwrap-isearch): Just add the hook.
22399 (allout-isearch-abort): Function deleted.
22400 (allout-pre-command-business): Avoid warning.
22401
22402 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22403 Correctly avoid warnings.
22404 (pascal-outline): Likewise.
22405
22406 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22407
22408 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22409
22410 * play/tetris.el (tetris-mode): Avoid warning.
22411
22412 * play/snake.el (snake-mode): Avoid warning.
22413
22414 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22415 (gamegrid-set-display-table): Avoid warning.
22416 (gamegrid-set-timer): Likewise.
22417 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22418 (gamegrid-add-score-with-update-game-score-1): Take FILE
22419 as argument.
22420 (gamegrid-add-score-with-update-game-score): Pass that argument.
22421 Rename have-shared-game-dir to gamegrid-shared-game-dir.
22422
22423 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22424
22425 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22426 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22427
22428 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22429 and insert-file.
22430
22431 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22432 (sc-ask): Avoid warnings.
22433
22434 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22435 (eshell-hist-initialize): Use that var the natural way.
22436
22437 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22438
22439 * emacs-lisp/re-builder.el (reb-cook-regexp):
22440 Avoid warning calling lre-compile-string.
22441 (reb-color-display-p): Avoid warning.
22442
22443 * calculator.el (calculator-last-input): Guard uses
22444 of event-key and key-press-event-p.
22445 (event-key, key-press-event-p): Delete definitions.
22446
22447 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22448 (find-gc-source-directory, find-gc-subrs-callers)
22449 (find-gc-noreturn-list, find-gc-source-files)
22450 (find-gc-subrs-called): Vars renamed and defvar'd.
22451
22452 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22453 (checkdoc-overlay-put, checkdoc-delete-overlay)
22454 (checkdoc-overlay-start, checkdoc-overlay-end)
22455 (checkdoc-mode-line-update, checkdoc-char=):
22456 Define such that compiler knows they are defined.
22457 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
22458 (checkdoc-read-event): Delete. Use read-event directly.
22459
22460 * whitespace.el (whitespace-make-overlay)
22461 (whitespace-overlay-put, whitespace-delete-overlay)
22462 (whitespace-overlay-start, whitespace-overlay-end):
22463 Define such that compiler knows they are defined.
22464 (whitespace): Move conditional inside.
22465
22466 * tempo.el (tempo-insert-template): Suppress warning.
22467
22468 * ediff-diff.el (longlines-mode): Add defvar.
22469
22470 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
22471
22472 * server.el: Bind "C-x #" in a way that works even if C-x is
22473 redefined to a command key, not a prefix key.
22474
22475 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
22476
22477 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
22478 cl-make-type-test till execution time.
22479
22480 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
22481
22482 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
22483 arg ARG and use it.
22484
22485 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
22486
22487 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
22488
22489 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
22490
22491 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22492 a defcustom with two :set or :type keywords.
22493
22494 2005-07-15 Richard M. Stallman <rms@gnu.org>
22495
22496 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22497 Don't give ^M comment-end syntax.
22498
22499 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
22500
22501 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
22502 Don't consider gdbmi (gdb-mi.el has its own update functions).
22503 (gdb-var-delete): Make it work for gdbmi as well.
22504 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
22505
22506 * progmodes/gud.el (etags, sdb): Only require etags when needed.
22507 (gud-speedbar-menu-items): Correct logic for enabling items.
22508
22509 2005-07-15 Kim F. Storm <storm@cua.dk>
22510
22511 * ido.el: Fix commentary.
22512 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
22513 Use with-no-warnings around ffap-guesser.
22514 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
22515 Let bind minibuffer-completing-file-name to t.
22516
22517 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
22518
22519 * startup.el (site-run-file, keyboard-type): Doc fixes.
22520 (command-line): Check for "--basic-display" argument; also for
22521 "--quick", not "--bare-bones" (which was renamed).
22522 (fancy-splash-text): Add missing item "Getting New Versions".
22523 (normal-splash-screen): Fix typos and improve consistency with
22524 `fancy-splash-text'. Update copyright year.
22525
22526 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
22527 valid binding for `help-char'.
22528
22529 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
22530
22531 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
22532
22533 * term.el (term-mode): Disable cua-mode for term buffers.
22534
22535 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
22536
22537 * add-log.el (add-log-mailing-address, change-log-merge):
22538 Doc fixes.
22539 (change-log-get-method-definition): Fix typo in docstring.
22540
22541 2005-07-14 Kim F. Storm <storm@cua.dk>
22542
22543 * emulation/cua-base.el:
22544 (cua--pre-command-handler-1, cua--pre-command-handler)
22545 (cua--post-command-handler-1, cua--post-command-handler):
22546 Split in two. Check (buffer local) value of cua-mode.
22547 (cua-selection-mode): New command.
22548
22549 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
22550
22551 * custom.el (custom-initialize-safe-set)
22552 (custom-initialize-safe-default): Doc fixes.
22553
22554 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22555 and simplify :init-value again.
22556
22557 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22558 and simplify :init-value again. Delete autoload.
22559
22560 * startup.el (command-line): Use `custom-reevaluate-setting' again
22561 for tooltip-mode.
22562
22563 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22564 a defcustom with two :initialize keywords.
22565
22566 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
22567
22568 * allout.el (my-mark-marker, allout-isearch-prior-pos)
22569 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
22570 (allout-post-command-business, allout-flag-region)
22571 (isearch-reenable-font-lock, allout-yank)
22572 (allout-insert-latex-header, allout-insert-latex-trailer)
22573 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
22574 (allout-latex-verb-quote): Fix typos in docstrings.
22575 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
22576 (allout-unprotected, allout-prefix-data):
22577 Improve argument/docstring consistency.
22578 (allout-chart-subtree): Fix argument spec.
22579 (allout-open-topic): Rename `use_sib_bullet' argument to
22580 `use-sib-bullet'. Doc fix.
22581
22582 * whitespace.el (whitespace-check-buffer-leading)
22583 (whitespace-check-buffer-trailing)
22584 (whitespace-check-buffer-indent)
22585 (whitespace-check-buffer-spacetab)
22586 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
22587 (whitespace-check-leading-whitespace)
22588 (whitespace-check-trailing-whitespace)
22589 (whitespace-check-spacetab-whitespace)
22590 (whitespace-check-indent-whitespace)
22591 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
22592 (whitespace-modes): Fix typos in docstrings.
22593 (defgroup, defcustom): Doc fixes.
22594
22595 * winner.el (winner-mode, winner-boring-buffers)
22596 (winner-pending-undo-ring): Doc fixes.
22597 (winner-ring): Remove unneeded `progn'.
22598 (winner-equal): `defsubst' it.
22599 (winner-redo): Fix message.
22600
22601 2005-07-13 Kim F. Storm <storm@cua.dk>
22602
22603 * simple.el (line-move-1): Always use vertical-motion to
22604 do the last (or only) line move to ensure some movement.
22605 Undo 2005-06-23 change--don't check for overlays.
22606
22607 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22608
22609 * term/mac-win.el (ccl-encode-mac-roman-font)
22610 (ccl-encode-mac-centraleurroman-font)
22611 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
22612 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
22613 Change charset-id boundary of dimension to ?\xef.
22614 (mac-char-fontspec-list): New constant.
22615 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
22616 argument. Nil uses itself as family in font-spec. Previous
22617 behavior for nil is now provided by non-nil non-string argument.
22618 All callers changed. Add font-specs for Mac fonts to
22619 "fontset-default" unless iso8859-1 fonts are installed.
22620
22621 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
22622
22623 * progmodes/sh-script.el (sh-get-indent-info): Only indent
22624 a continuation line if the \ is preceded by SPC or TAB.
22625 (sh-get-indent-info): Simplify.
22626 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
22627 Use with-current-buffer.
22628
22629 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
22630 when the matched text is empty.
22631
22632 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
22633
22634 * startup.el (command-line): Revert to previous handling of
22635 tooltip-mode. Explain in comment why the complexity is needed.
22636
22637 * tooltip.el (tooltip-mode): Revert to previous implementation of
22638 its defcustom.
22639
22640 * frame.el (blink-cursor-mode): Revert to previous implementation
22641 of its defcustom. Update comment.
22642
22643 2005-07-12 Lars Hansen <larsh@soem.dk>
22644
22645 * desktop.el: Update e-mail address.
22646
22647 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22648
22649 * term/mac-win.el (mac-services-mail-selection)
22650 (mac-services-mail-to): New functions.
22651 (mac-application-menu-map): Bind them.
22652
22653 2005-07-12 wulei <milton@wulei.net> (tiny change)
22654
22655 * progmodes/gdb-ui.el: Add note about buffering with Windows.
22656
22657 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
22658
22659 * custom.el (custom-reevaluate-setting): Doc fix.
22660
22661 2005-07-11 Jay Belanger <belanger@truman.edu>
22662
22663 * calc/calc.el (calc-embedded-announce-formula-alist)
22664 (calc-embedded-open-close-plain-alist)
22665 (calc-embedded-open-close-mode-alist): Add checks for additional
22666 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
22667
22668 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
22669
22670 * custom.el (custom-enable-theme): Don't add theme to
22671 `custom-enabled-themes' with `push' because there is no
22672 setf-method for `delq'.
22673
22674 2005-07-11 Richard M. Stallman <rms@gnu.org>
22675
22676 * custom.el (custom-declare-variable): Doc fix.
22677
22678 * dired-aux.el (dired-compare-directories): Remove "." and ".."
22679 from the alists.
22680
22681 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
22682 Do nothing if edebug-active.
22683
22684 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
22685 (edebug-display): Do it here instead.
22686
22687 2005-07-10 Richard M. Stallman <rms@gnu.org>
22688
22689 * cus-face.el (custom-theme-set-faces): Make it work.
22690 (custom-reset-faces): Doc fix.
22691 (custom-theme-reset-internal-face, custom-theme-face-value):
22692 Functions deleted.
22693
22694 * custom.el (custom-push-theme): Maintain list of the settings
22695 of a given theme in its theme-settings property.
22696 Maintain position of old settings in the theme-value
22697 or theme-face property.
22698 (custom-enabled-themes): New variable.
22699 (custom-theme-enabled-p): New function.
22700 (provide-theme): Update custom-enabled-themes.
22701 Disable and reenable the `user' theme.
22702 (require-theme): Doc fix.
22703 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
22704 (custom-theme-value, custom-theme-variable-value): Likewise.
22705 (custom-theme-reset-internal): Likewise.
22706 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
22707 (custom-enable-theme, custom-disable-theme): New functions.
22708 (custom-variable-theme-value, custom-face-theme-value): Likewise.
22709 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
22710 (custom-theme-reset-variables): Simplify.
22711 (deftheme, custom-declare-theme, custom-make-theme-feature):
22712 Definitions moved.
22713
22714 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
22715
22716 * longlines.el (longlines-show-region)
22717 (longlines-unshow-hard-newlines): Recognize hard newlines by
22718 non-nil hard property, instead of t.
22719
22720 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
22721
22722 * viper-cmd.el (viper--key-maps): New variable.
22723 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
22724 emulation-mode-map-alists.
22725 (viper-envelop-ESC-key): Use viper-subseq.
22726 (viper-search-forward/backward/next): Disable debug-on-error.
22727
22728 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22729 (viper-ESC-key): New defcustoms.
22730
22731 * viper-macs.el (ex-map-read-args): Use viper-subseq.
22732
22733 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
22734 (viper-subseq): Copy of subseq from cl.el.
22735
22736 * viper.el (viper-go-away, viper-set-hooks): Use
22737 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
22738
22739 * viper-mous.el (viper-current-frame-saved): Use defvar.
22740
22741 * viper-init.el: Get rid of -face in face names.
22742
22743 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
22744 Make it work with longlines mode
22745
22746 * ediff-mult.el (ediff-meta-mode-hook): New variable.
22747
22748 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
22749
22750 * ediff-init.el: Get rid of -face in face names.
22751
22752 2005-07-10 Richard M. Stallman <rms@gnu.org>
22753
22754 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
22755 and with-timeout-unsuspend.
22756
22757 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
22758 and with-timeout-unsuspend.
22759
22760 * emacs-lisp/timer.el (with-timeout-timers): New variable.
22761 (with-timeout): Bind that variable to record timers.
22762 (with-timeout-suspend, with-timeout-unsuspend): New functions.
22763
22764 * emacs-lisp/debug.el (debug-help-follow): New function.
22765 (debugger-mode-map): Use that instead of help-follow.
22766 (debugger-setup-buffer): Use eval-buffer-list
22767 to handle eval-buffer frames.
22768
22769 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
22770
22771 * timezone.el (timezone-parse-date): Change first regexp
22772 so it will not mistakenly match dates with no time zone.
22773
22774 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
22775
22776 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
22777
22778 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
22779
22780 * custom.el (custom-initialize-safe-set)
22781 (custom-initialize-safe-default): New functions.
22782
22783 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22784 and simplify :init-value.
22785
22786 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22787 and simplify :init-value. Delete obsolete comment.
22788
22789 * startup.el (command-line): Use `custom-reevaluate-setting' to
22790 handle `tooltip-mode'. Delete obsolete comment.
22791
22792 * files.el (set-visited-file-name): Avoid calling
22793 `file-name-nondirectory' with a nil argument.
22794
22795 2005-07-09 Richard M. Stallman <rms@gnu.org>
22796
22797 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
22798 was called with nil for the buffer, handle the read position right.
22799 Handle read position for eval-region, too.
22800
22801 2005-07-09 Juri Linkov <juri@jurta.org>
22802
22803 * fringe.el (fringe-mode): Add period in docstring.
22804 (fringe-query-style): Build prompt depending on `all-frames' arg.
22805
22806 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
22807 to not create links to unrelated functions in the Help buffer.
22808
22809 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
22810 Doc fix.
22811
22812 * simple.el (next-error-hook): New variable.
22813 (next-error): Use it. Doc fix.
22814
22815 * textmodes/ispell.el (ispell-command-loop): Add current
22816 dictionary name and program name to mode-line-format.
22817 (ispell-region, ispell-process-line): Add current dictionary name
22818 and program name to messages.
22819
22820 2005-07-08 Jay Belanger <belanger@truman.edu>
22821
22822 * calc/calc.el (calc-embedded-announce-formula-alist)
22823 (calc-embedded-open-close-formula-alist)
22824 (calc-embedded-open-close-word-alist)
22825 (calc-embedded-open-close-plain-alist)
22826 (calc-embedded-open-close-new-formula-alist)
22827 (calc-embedded-open-close-mode-alist)
22828 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
22829 (calc-embedded-mode-hook): New variables.
22830
22831 * calc/calc-embed.el (calc-embedded-firsttime)
22832 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
22833 New variables.
22834 (calc-do-embedded): Use calc-embedded-firsttime,
22835 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
22836 determine whether or not to run hooks.
22837 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
22838 calc-embedded-firsttime-formula appropriately.
22839 Set calc-embedded delimiter variables according to mode.
22840
22841 2005-07-08 Richard M. Stallman <rms@gnu.org>
22842
22843 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
22844 Check for "emacs", etc., as entire symbol, not just as word.
22845 (checkdoc-file-comments-engine): Use regexp-quote on FN.
22846
22847 * files.el (set-visited-file-name): Report the error
22848 for "empty filename" earlier.
22849 (kill-some-buffers): Ignore buffers already dead.
22850
22851 * fringe.el (fringe-mode): Doc fix.
22852
22853 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22854 Check for (featurep 'xemacs) and turn off warnings in what it guards.
22855 Use unwind-protect to ensure byte-compile-unresolved-functions
22856 is updated.
22857
22858 * whitespace.el (whitespace-buffer-leading-cleanup):
22859 Simplify w/ skip-chars-forward.
22860 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
22861
22862 * mail/rmail.el (rmail-only-expunge): Fix paren error.
22863 Unconditionally try to leave point at the same old place.
22864
22865 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
22866
22867 * comint.el (comint-postoutput-scroll-to-bottom)
22868 (comint-show-maximum-output): Take scroll-margin into consideration.
22869
22870 2005-07-08 Kim F. Storm <storm@cua.dk>
22871
22872 * ido.el (ido-use-filename-at-point): New choice `guess'.
22873 (ido-file-internal): Try ffap-guesser if selected.
22874
22875 * ido.el (ido-before-fallback-functions): New hook.
22876 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
22877 (ido-read-file-name): Run it.
22878
22879 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22880
22881 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
22882 strings rather than a list of symbols to the completion function.
22883
22884 2005-07-07 Jay Belanger <belanger@truman.edu>
22885
22886 * calc/calc-units.el (math-apply-units): Change the places in
22887 which units are simplified.
22888
22889 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
22890
22891 * cus-edit.el (customize-option, customize-option-other-window):
22892 Make them handle aliases.
22893
22894 * custom.el (custom-variable-p): Make it recursively follow
22895 aliases. Mention that in the docstring.
22896
22897 2005-07-07 Richard M. Stallman <rms@gnu.org>
22898
22899 * cus-start.el (exec-path): Use `directory' instead of `file'.
22900 Fix tag for nil.
22901
22902 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
22903
22904 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
22905 when called non-interactively. Doc fix.
22906
22907 2005-07-07 Lute Kamstra <lute@gnu.org>
22908
22909 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
22910 new address as well.
22911
22912 2005-07-07 Kenichi Handa <handa@m17n.org>
22913
22914 * international/mule.el (make-coding-system):
22915 Describe `ascii-incompatible' property in the docstring.
22916 (set-file-name-coding-system): Signal an error if coding-system is
22917 ascii-incompatible.
22918 (set-keyboard-coding-system): Likewise.
22919
22920 * international/mule-cmds.el (set-default-coding-systems):
22921 Don't set default-file-name-coding-system and
22922 default-keyboard-coding-system if coding-system is ASCII-incompatible.
22923
22924 * international/utf-16.el: Declare that all UTF-16-based coding
22925 systems are ASCII-incompatible.
22926
22927 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
22928
22929 * progmodes/gud.el: Require font-lock for displaying errors.
22930 Used by gdb-ui.el.
22931
22932 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
22933
22934 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
22935 values for the pattern lists which are `read'able but not
22936 `append'able (like symbols).
22937
22938 2005-07-06 Richard M. Stallman <rms@gnu.org>
22939
22940 * progmodes/flymake.el (flymake-float-time): Instead of
22941 with-no-warnings, test for XEmacs.
22942 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
22943 to avoid warning.
22944
22945 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
22946
22947 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
22948
22949 2005-07-05 Lute Kamstra <lute@gnu.org>
22950
22951 * battery.el: Add support for Darwin (with much debugging help
22952 from Samuel Lauber <sam124@operamail.com>).
22953 (battery-status-function, battery-echo-area-format)
22954 (battery-mode-line-format): Add support for pmset on Darwin.
22955 (battery-load-low, battery-load-critical): New user options.
22956 (battery-pmset): New function.
22957
22958 2005-07-05 Lute Kamstra <lute@gnu.org>
22959
22960 Update FSF's address in GPL notices.
22961
22962 * textmodes/page-ext.el: Update FSF's address.
22963
22964 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22965
22966 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
22967 filling from using prefix when filling a single-line docstring.
22968
22969 * progmodes/flymake.el: Remove useless eval-when-compile.
22970
22971 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
22972
22973 2005-07-04 Richard M. Stallman <rms@gnu.org>
22974
22975 * textmodes/org.el (org-file-apps-defaults-gnu):
22976 Rename from org-file-apps-defaults-linux.
22977 (org-default-apps): Don't test system-type for `linux'.
22978 (org-file-apps): Doc fix.
22979
22980 2005-07-04 David Ponce <david@dponce.com>
22981
22982 * tree-widget.el: Improve header Commentary section.
22983 (tree-widget) [defgroup]
22984 (tree-widget-image-enable, tree-widget-themes-directory)
22985 (tree-widget-theme, tree-widget-image-properties-emacs)
22986 (tree-widget-image-properties-xemacs, tree-widget-create-image)
22987 (tree-widget-image-formats, tree-widget-control)
22988 (tree-widget-empty-control, tree-widget-leaf-control
22989 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
22990 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
22991 (tree-widget-keep, tree-widget-after-toggle-functions)
22992 (tree-widget-open-node, tree-widget-close-node): Doc fix.
22993 (tree-widget-open-control, tree-widget-close-control): Fix doc and
22994 :help-echo message.
22995 (tree-widget-set-theme): Doc fix. Use `string-equal'.
22996 (tree-widget-image-properties): Doc fix. Clearer implementation.
22997 (tree-widget--cursors): New constant.
22998 (tree-widget-lookup-image): New function split from
22999 `tree-widget-find-image'. Clearer implementation.
23000 (tree-widget-find-image): Use it.
23001 (tree-widget-button-keymap): Use `set-keymap-parent'.
23002 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23003 Define the sub-widgets here.
23004 (tree-widget-node): Check that :node is not a tree-widget.
23005 (tree-widget-get-super, tree-widget-open-control)
23006 (tree-widget-close-control, tree-widget-empty-control)
23007 (tree-widget-leaf-control, tree-widget-guide)
23008 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23009 (tree-widget-no-handle, tree-widget-value-delete)
23010 (tree-widget-map): Remove.
23011 (tree-widget-children-value-save): Doc fix. Simplified.
23012 (tree-widget-value-create): Update according to previous changes.
23013
23014 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
23015
23016 * textmodes/org.el: Leading space replaced by TABS.
23017 (org-recalc-marks, org-table-rotate-recalc-marks)
23018 (org-table-get-specials): Treat "^" and "_" marks.
23019 (org-table-justify-field-maybe): Optional argument NEW.
23020 (org-table-eval-formula): Parsing of the format simplified.
23021 New modes C,I. Honor the %= parameter in the current table.
23022 Avoid unnecessary re-align by using the NEW argument to
23023 `org-table-justify-field-maybe'.
23024 (org-calc-default-modes): Default for date-format mimicks org-mode.
23025 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23026
23027 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
23028
23029 * cus-face.el (custom-theme-set-faces): Make it handle face
23030 aliases whose alias declarations are pre- or autoloaded.
23031
23032 2005-07-04 Juri Linkov <juri@jurta.org>
23033
23034 * faces.el (read-face-name): Put the code for getting a face name
23035 from the buffer before adding the faces from the `face' property.
23036 Use `completing-read-multiple' instead of `completing-read'.
23037 Require `crm'. Add default value and post-process the returned
23038 list of faces.
23039
23040 * emacs-lisp/crm.el (crm-find-current-element)
23041 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23042
23043 * emacs-lisp/lisp-mode.el (eval-defun-1):
23044 * emacs-lisp/edebug.el (edebug-eval-defun):
23045 Remove unnecessary quotes.
23046
23047 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
23048
23049 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
23050 (prolog-indent-level): Fix typo in docstring.
23051
23052 * info.el (Info-history, Info-history-forward)
23053 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
23054
23055 * add-log.el (add-change-log-entry):
23056 * comint.el (comint-dynamic-list-input-ring)
23057 (comint-dynamic-list-completions):
23058 * dabbrev.el (dabbrev-expand):
23059 * delim-col.el (delimit-columns-rectangle-line):
23060 * diff-mode.el (diff-context->unified, diff-reverse-direction)
23061 (diff-unified->context):
23062 * ediff-init.el (ediff-abbrev-jobname):
23063 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
23064 (ediff-replace-session-activity-marker-in-meta-buffer):
23065 * info.el (Info-summary):
23066 * lpr.el (printify-region):
23067 * printing.el (pr-create-interface):
23068 * ps-print.el (ps-print-quote):
23069 * ses.el (ses-column-widths, ses-print-cell)
23070 (ses-adjust-print-width, ses-center):
23071 * shell.el (shell-file-name-quote-list):
23072 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
23073 (strokes-fill-current-buffer-with-whitespace)
23074 (strokes-xpm-for-stroke, strokes-list-strokes)
23075 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
23076 * term.el (term-dynamic-list-input-ring)
23077 (term-dynamic-list-completions):
23078 * calc/calc.el (math-format-stack-value):
23079 * emacs-lisp/edebug.el (edebug-display-freq-count):
23080 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
23081 (delphi-new-comment-line):
23082 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
23083 * progmodes/executable.el (executable-set-magic):
23084 * progmodes/python.el (inferior-python-mode):
23085 * progmodes/scheme.el (scheme-mode-syntax-table):
23086 * progmodes/sh-script.el (sh-maybe-here-document):
23087 * progmodes/sql.el (sql-copy-column):
23088 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
23089 * textmodes/bibtex.el (bibtex-mode):
23090 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
23091 (sgml-auto-attributes):
23092 * textmodes/table.el (table-insert, table-shorten-cell)
23093 (table--generate-source-scan-lines, table-delete-row)
23094 (*table--cell-delete-char, table--spacify-frame)
23095 (table--horizontally-shift-above-and-below)
23096 (table--cell-insert-char, table--cell-blank-str)
23097 (table--fill-region-strictly):
23098 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
23099 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
23100
23101 * add-log.el (change-log):
23102 * apropos.el (apropos):
23103 * comint.el (comint-completion, comint-source):
23104 * dabbrev.el (dabbrev):
23105 * delim-col.el (columns):
23106 * diff-mode.el (diff-mode):
23107 * ediff.el (ediff):
23108 * ediff-diff.el (ediff-diff):
23109 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
23110 * ediff-mult.el (ediff-mult):
23111 * ediff-ptch.el (ediff-ptch):
23112 * ediff-wind.el (ediff-window):
23113 * facemenu.el (facemenu):
23114 * indent.el (indent):
23115 * info.el (info):
23116 * jka-cmpr-hook.el (compression, jka-compr):
23117 * lpr.el (lpr):
23118 * outline.el (outlines):
23119 * pcmpl-cvs.el (pcmpl-cvs):
23120 * pcmpl-rpm.el (pcmpl-rpm):
23121 * printing.el (printing):
23122 * ps-print.el (postscript, ps-print, ps-print-horizontal)
23123 (ps-print-vertical, ps-print-headers, ps-print-font)
23124 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
23125 (ps-print-background, ps-print-printer, ps-print-page)
23126 (ps-print-miscellany):
23127 * ses.el (ses):
23128 * shell.el (shell, shell-directories, shell-faces):
23129 * startup.el (initialization):
23130 * strokes.el (strokes):
23131 * term.el (term):
23132 * uniquify.el (uniquify):
23133 * w32-vars.el (w32):
23134 * calc/calc.el (calc):
23135 * emacs-lisp/bytecomp.el (bytecomp):
23136 * emacs-lisp/cl-indent.el (lisp-indent):
23137 * emacs-lisp/edebug.el (edebug):
23138 * emacs-lisp/elp.el (elp):
23139 * emacs-lisp/testcover.el (testcover):
23140 * emacs-lisp/trace.el (trace):
23141 * emulation/viper-ex.el (viper-ex):
23142 * emulation/viper-mous.el (viper-mouse):
23143 * mail/mailalias.el (mailalias):
23144 * mail/supercite.el (supercite, supercite-frames)
23145 (supercite-attr, supercite-cite, supercite-hooks):
23146 * net/rcompile.el (remote-compile):
23147 * net/rlogin.el (rlogin):
23148 * obsolete/ooutline.el (outlines):
23149 * progmodes/delphi.el (delphi):
23150 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
23151 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
23152 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
23153 (ebnf-optimization):
23154 * progmodes/etags.el (etags):
23155 * progmodes/executable.el (executable):
23156 * progmodes/idlwave.el (idlwave):
23157 * progmodes/pascal.el (pascal):
23158 * progmodes/prolog.el (prolog):
23159 * progmodes/python.el (python):
23160 * progmodes/scheme.el (scheme):
23161 * progmodes/sh-script.el (sh, sh-script):
23162 * progmodes/sql.el (SQL):
23163 * progmodes/tcl.el (tcl):
23164 * textmodes/bibtex.el (bibtex, bibtex-autokey):
23165 * textmodes/enriched.el (enriched):
23166 * textmodes/makeinfo.el (makeinfo):
23167 * textmodes/sgml-mode.el (sgml):
23168 * textmodes/table.el (table-hooks):
23169 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
23170 * textmodes/texinfo.el (texinfo):
23171 * textmodes/two-column.el (two-column):
23172 Finish `defgroup' description with period.
23173
23174 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
23175 * eshell/esh-var.el (eshell-var):
23176 * progmodes/vhdl-mode.el (vhdl-testbench):
23177 * textmodes/org.el (org): Fix typos in docstrings.
23178
23179 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
23180 consistency.
23181
23182 * progmodes/flymake.el (flymake-find-file): Remove.
23183 (flymake-float-time): Use `with-no-warnings'.
23184 (flymake-check-start-time, flymake-check-was-interrupted)
23185 (flymake-err-info, flymake-is-running, flymake-last-change-time)
23186 (flymake-new-err-info): `defvar' at compile time.
23187
23188 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
23189
23190 * replace.el (occur-hook): Doc fix.
23191 (occur-1): Don't call `occur-hook' if there are no matches.
23192
23193 2005-07-03 Richard M. Stallman <rms@gnu.org>
23194
23195 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
23196 global-map, save the same map.
23197 (global-map): Don't alter it at top level.
23198 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
23199 Then alter it here instead.
23200 (tpu-edt-off): Set global-map to the saved one.
23201
23202 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
23203 All references simplified.
23204 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
23205 (zmacs-regions): Add defvar.
23206 (repeat-complex-command-map): Everything about that deleted.
23207
23208 * textmodes/artist.el (artist-key-is-drawing)
23209 (artist-key-endpoint1, artist-key-poly-point-list)
23210 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
23211 (artist-key-compl-table, artist-rb-save-data)
23212 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
23213 Don't put them in eval-when-compile.
23214 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
23215
23216 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
23217 Use with-no-warnings.
23218
23219 * net/browse-url.el (dos-windows-version): Add defvar.
23220
23221 * mail/supercite.el (filladapt-prefix-table): Add defvar.
23222
23223 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
23224 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
23225 (rmail-new-summary-line-count): Rename from new-summary-line-count.
23226 Add defvar.
23227 (rmail-summary-beginning-of-message): Use with-no-warnings.
23228 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
23229
23230 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
23231 Use with-no-warnings.
23232
23233 * emulation/vi.el (vi-mark-region): Use c-mark-function.
23234 (c-mark-function): Add point-moving-unit property.
23235 (vi-goto-line): Use with-no-warnings.
23236
23237 * emulation/edt.el (edt-last-copied-word): Add defvar.
23238 (zmacs-region-stays): Likewise.
23239 (edt-mark-section-wisely): Use c-mark-function for C.
23240 Use makr-defun for Fortran.
23241 (time-string): defvar deleted.
23242 (edt-display-the-time): Don't set time-string.
23243
23244 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
23245
23246 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23247 Don't warn when name is not constant
23248 or for defining the group `emacs'.
23249
23250 * tooltip.el (gud-tooltip-mode): Add defvar.
23251
23252 * startup.el (default-frame-background-mode): Add defvar.
23253
23254 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
23255
23256 * info.el (tool-bar-map): Add defvar.
23257
23258 * dired.el (dnd-protocol-alist): Add defvar.
23259
23260 * dired-aux.el (dired-query): Display question with answer, when
23261 the user answers.
23262
23263 * custom.el (custom-add-option): Doc fix.
23264
23265 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
23266
23267 2005-07-03 Eli Zaretskii <eliz@gnu.org>
23268
23269 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
23270 bogus name from the last change.
23271
23272 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
23273
23274 * custom.el (custom-declare-variable): Fix typos in comment.
23275 (custom-known-themes): Doc fix.
23276 (custom-theme-directory): New defcustom.
23277 (require-theme): Make it check `custom-theme-directory'.
23278
23279 * cus-theme.el (custom-new-theme-mode): New function.
23280 (custom-theme-name, custom-theme-variables, custom-theme-faces)
23281 (custom-theme-description): Add compiler defvars.
23282 (customize-create-theme): Add doc to the "*New Custom Theme*"
23283 buffer. Use `custom-new-theme-mode'.
23284 (custom-theme-write): Put the created buffer in emacs-lisp-mode
23285 and save it to the `custom-theme-directory'. Make this the
23286 default directory of the buffer.
23287
23288 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
23289
23290 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
23291 Fix unbalanced parentheses.
23292
23293 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23294
23295 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
23296 into flymake-mode and delegate to flymake-mode.
23297
23298 * find-file.el (ff-which-function-are-we-in): Clean up.
23299
23300 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
23301
23302 * replace.el (occur-rename-buffer): Fix docstring.
23303
23304 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
23305 (edt-last-copied-word, edt-learn-macro-count)
23306 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
23307 (edt-rect-start-point, edt-user-global-map, rect-start-point)
23308 (time-string, zmacs-region-stays):
23309 * emulation/edt-mapper.el (edt-save-function-key-map)
23310 (EDT-key-name): `defvar' to silence the byte-compiler.
23311
23312 2005-07-02 Martin Rudalics <rudalics@gmx.at>
23313
23314 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
23315 font-lock-regexp-backslash. Doc fix.
23316 (font-lock-regexp-backslash-grouping-construct): Rename from
23317 font-lock-regexp-backslash-construct. Doc fix.
23318 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
23319 grouping constructs.
23320
23321 2005-07-02 Eli Zaretskii <eliz@gnu.org>
23322
23323 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
23324 updating all the prerequisites.
23325
23326 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
23327
23328 * textmodes/org.el (org-agenda-start-on-weekday)
23329 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
23330 (org-agenda-use-time-grid, org-archive-location)
23331 (org-allow-space-in-links, org-usenet-links-prefer-google)
23332 (org-enable-table-editor, org-export-default-language)
23333 (org-export-html-show-new-buffer, org-fill-paragraph)
23334 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
23335 (org-goto-quit, org-occur, org-eval-in-calendar)
23336 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
23337 (org-agenda-diary-entry, org-remember-help)
23338 (org-table-convert-region, org-at-table-p)
23339 (org-table-move-row-down, org-table-move-row-up)
23340 (org-table-copy-region, org-table-toggle-vline-visibility)
23341 (org-table-get-stored-formulas, org-table-get-specials)
23342 (org-recalc-commands, org-table-eval-formula)
23343 (org-table-formula-substitute-names, orgtbl-make-binding)
23344 (org-format-org-table-html, org-format-table-table-html)
23345 (org-format-table-table-html-using-table-generate-source)
23346 (org-customize): Fix typos in docstrings.
23347 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
23348 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
23349 (org-back-to-heading): Doc fixes.
23350 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
23351 (org-agenda-change-all-lines, org-get-header):
23352 Improve argument/docstring consistency.
23353 (orgtbl-error): Fix error message.
23354
23355 * progmodes/flymake.el (flymake-find-possible-master-files)
23356 (flymake-master-file-compare, flymake-get-line-err-count)
23357 (flymake-highlight-line, flymake-gui-warnings-enabled):
23358 Fix typos in docstrings.
23359 (flymake-parse-line, flymake-get-project-include-dirs-function)
23360 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
23361 Doc fixes.
23362 (flymake-get-project-include-dirs-function)
23363 (flymake-make-err-menu-data):
23364 Improve argument/docstring consistency.
23365
23366 2005-07-01 Lute Kamstra <lute@gnu.org>
23367
23368 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
23369 Catch errors with ignore-errors. Use temporary buffer.
23370 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
23371
23372 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
23373 background color faces.
23374 (facemenu-set-foreground, facemenu-set-background):
23375 Use facemenu-set-face-from-menu.
23376 (facemenu-set-face-from-menu): Treat face names that start with
23377 "fg:" or "bg:" as special.
23378 (facemenu-add-new-color): Don't create faces. Simplify.
23379
23380 2005-06-30 Richard M. Stallman <rms@gnu.org>
23381
23382 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
23383 (crm-find-current-element): Likewise.
23384
23385 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
23386
23387 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
23388
23389 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
23390
23391 * arc-mode.el (archive-extract): Make it work as a mouse binding.
23392 (archive-mouse-extract): Make it an obsolete alias.
23393 (archive-mode-map): Don't use archive-mouse-extract any more.
23394 (archive-mode, archive-extract): write-contents-hooks ->
23395 write-contents-functions.
23396 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
23397 first arg.
23398 (archive-rename-entry): Update the call.
23399 (archive-zip-summarize): Remove unused var `method'.
23400 (archive-lzh-summarize): Remove unused var `creator'.
23401
23402 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23403 dedicated frame upon exit.
23404
23405 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23406 (archive-zip-extract, archive-zip-expunge)
23407 (archive-zip-update, archive-zip-update-case): Use executable-find.
23408 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23409 Use restore-buffer-modified-p.
23410 (archive-extract, archive-add-new-member, archive-write-file-member):
23411 Use with-current-buffer.
23412 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23413
23414 2005-06-30 Andreas Schwab <schwab@suse.de>
23415
23416 * progmodes/gud.el (gud-filter): Remove unneeded progn.
23417
23418 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23419
23420 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23421
23422 2005-06-30 Juri Linkov <juri@jurta.org>
23423
23424 * faces.el (vertical-border): Inherit from mode-line-inactive
23425 only on tty.
23426
23427 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
23428
23429 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23430 example, -NLINES in the `occur' docstring).
23431
23432 * replace.el (occur-1): When no matches are found, do not set the
23433 `buffer-read-only' and modified flags for the occur buffer,
23434 because it is deleted.
23435
23436 * emulation/cua-base.el (cua-check-pending-input)
23437 (cua-repeat-replace-region, cua-mode, cua-debug)
23438 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23439 Fix typos in docstrings.
23440
23441 * emulation/cua-gmrk.el (cua-toggle-global-mark)
23442 (cua-cut-region-to-global-mark)
23443 (cua--cut-rectangle-to-global-mark):
23444 Remove period from end of messages.
23445
23446 * emulation/cua-rect.el (cua-do-rectangle-padding):
23447 Remove period from end of messages.
23448 (cua--rectangle-seq-format): Fix typo in docstring.
23449 (cua-sequence-rectangle, cua-fill-char-rectangle):
23450 Improve argument/docstring consistency.
23451
23452 2005-06-29 Juri Linkov <juri@jurta.org>
23453
23454 * faces.el (default-frame-background-mode): New internal variable.
23455 (frame-set-background-mode): Use it.
23456
23457 * startup.el (normal-top-level): Set default-frame-background-mode
23458 instead of frame-background-mode. Before setting it, test for its
23459 nil value. Remove tests for frame-background-mode and frame
23460 parameter `reverse'. Add test for "unspecified-fg".
23461
23462 * term/xterm.el (xterm-rxvt-set-background-mode):
23463 * term/rxvt.el (rxvt-set-background-mode):
23464 Set default-frame-background-mode instead of frame-background-mode.
23465
23466 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
23467
23468 * simple.el (set-variable): Warn about obsolete user variables.
23469
23470 * imenu.el (imenu--completion-buffer):
23471 * mouse.el (mouse-buffer-menu-alist):
23472 * msb.el (msb-invisible-buffer-p):
23473 * calendar/diary-lib.el (diary-header-line-format):
23474 * emacs-lisp/pp.el (pp-buffer):
23475 * progmodes/cperl-mode.el (cperl-do-auto-fill):
23476 * textmodes/picture.el (picture-replace-match):
23477 Change space constants followed by a sexp to "?\s ".
23478
23479 * play/decipher.el (decipher-loop-with-breaks):
23480 * textmodes/texinfo.el (texinfo-insert-@item): Change space
23481 constants "protected" from end of line by a comment to "?\s".
23482
23483 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
23484
23485 * font-lock.el (save-buffer-state): Use `declare'.
23486
23487 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
23488 reset the syntax-table to cperl-mode-syntax-table.
23489 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
23490 "foo_print_bar" is not matched as a reserved keyword.
23491
23492 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
23493
23494 * textmodes/org.el (orgtbl-setup): New function, for delayed
23495 setup for the orgtbl commands.
23496 (org-calc-default-modes): New option.
23497 (orgtbl-make-binding): Use `defun' to get better help display.
23498 (org-diary): Call `org-compile-prefix-format'.
23499 (org-table-formula-substitute-names): New function.
23500 (org-agenda-day-view, org-agenda-week-view): New commands.
23501 (org-agenda-toggle-week-view): Command removed.
23502 (org-tbl-menu): Split off from org-org-menu.
23503 (org-mode): Move removal of outline-mode menus to here.
23504 (org-table-formula-debug): New option.
23505 (org-table-insert-row): Keep first field if just "#" or "*".
23506 (org-mode): Paragraph regexps fixed.
23507 (org-table-recalculate-regexp): New constant.
23508 (org-table-justify-field-maybe): Avoid replace if not necessary.
23509 (org-copy-special, org-cut-special): Use `call-interactively'.
23510 (org-table-copy-region): Take region from `interactive' call.
23511 (org-trim): Return string even if no match.
23512 (org-formula): New face.
23513 (org-set-font-lock-defaults): No longer highlight "FIXME".
23514 But highlight formula-related fields in table.
23515 (org-table-p): Use regexp, not fontification.
23516 (org-table-align): Handle white space at end of line.
23517 (org-table-formula-evaluate-inline): New option.
23518 (org-mode): Auto-wrapping in comment lines turned off.
23519 (org-table-copy-down): Evaluate only in copied field, not in
23520 destination.
23521 (org-table-current-formula): Variable removed.
23522 (org-table-store-formulas, org-table-get-stored-formulas)
23523 (org-table-modify-formulas, org-table-replace-in-formulas)
23524 (org-table-maybe-eval-formula): New functions.
23525 (org-table-get-formula): Modify to use stored formulas.
23526 (org-table-insert-column, org-table-delete-column)
23527 (org-table-move-column): Call `org-table-modify-formulas'.
23528 (org-complete): Add completion for keyword formulas.
23529 (orgtbl-mode): Pull orgtbl-mode-map to start of
23530 minor-mode-map-alist.
23531
23532 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
23533
23534 * progmodes/python.el (python-check): Require `compile' before
23535 modifying its variables.
23536
23537 * newcomment.el (comment-indent-default): Don't get fooled by an early
23538 end of buffer.
23539
23540 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23541
23542 * ps-print.el (ps-print-version): Fix version number.
23543
23544 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
23545
23546 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
23547
23548 2005-06-28 Richard M. Stallman <rms@gnu.org>
23549
23550 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
23551 (flyspell-local-mouse-map): Declaration deleted.
23552 (flyspell-mouse-map): Bind only mouse-2.
23553 (flyspell-mode-map): Don't test flyspell-use-local-map.
23554 (flyspell-overlay-keymap-property-name): Var deleted.
23555 (flyspell-mode-on): Don't make local bindings for
23556 flyspell-mouse-map and flyspell-mode-map.
23557 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
23558
23559 * textmodes/ispell.el (ispell-word): Do not ignore short words.
23560
23561 * progmodes/compile.el (compilation-next-error-function):
23562 Don't switch buffers; operate on the current buffer.
23563
23564 * progmodes/compile.el (compilation-error-file-name)
23565 (compilation-warning-file-name, compilation-info-file-name)
23566 (compilation-line-number, compilation-column-number): New faces.
23567 (compilation-error-face, compilation-warning-face)
23568 (compilation-info-face, compilation-line-face)
23569 (compilation-column-face): Use them.
23570
23571 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
23572
23573 * comint.el (comint-password-prompt-regexp): Accept ", try again".
23574
23575 * bindings.el (global-map): Bind insertchar and its variants.
23576
23577 2005-06-27 Richard M. Stallman <rms@gnu.org>
23578
23579 * textmodes/artist.el (artist-text-overwrite)
23580 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
23581
23582 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23583
23584 * ps-print.el: It was not working the page selection for printing.
23585 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
23586 (ps-print-version): New version 6.6.7.
23587 (ps-end-sheet): New fun.
23588 (ps-header-sheet, ps-end-job): Call it.
23589
23590 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
23591
23592 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
23593
23594 2005-06-27 Lute Kamstra <lute@gnu.org>
23595
23596 * facemenu.el (facemenu-unlisted-faces): Add foreground and
23597 background color faces.
23598 (facemenu-get-face): Delete function.
23599 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
23600 (facemenu-add-new-color): Make second argument mandatory.
23601 Create the appropriate face and return it. Simplify.
23602 (facemenu-set-foreground, facemenu-set-background): Don't check if
23603 color is defined. Use return value of facemenu-add-new-color.
23604
23605 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
23606
23607 * progmodes/gud.el (gud-filter): Add missing argument to
23608 with-selected-window.
23609
23610 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
23611
23612 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
23613 a :require to the defcustom.
23614
23615 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
23616 defcustoms corresponding to minor modes.
23617
23618 2005-06-26 David Ponce <david@dponce.com>
23619
23620 * recentf.el: Require tree-widget instead of wid-edit.
23621 (recentf-filename-handler): Fix widget :type.
23622 (recentf-cancel-dialog, recentf-open-more-files)
23623 (recentf-open-files-action): Doc fix.
23624 (recentf-dialog-goto-first): New function.
23625 (recentf-dialog-mode-map): Set parent keymap first.
23626 (recentf-dialog-mode): Define with define-derived-mode.
23627 Don't display continuation lines in dialogs.
23628 (recentf-edit-list): Rename from recentf-edit-selected-items.
23629 (recentf-edit-list-select): Rename from recentf-edit-list-action.
23630 Simplify.
23631 (recentf-edit-list-validate): New function.
23632 (recentf-edit-list): Update accordingly.
23633 (recentf-open-files-item-shift): Remove.
23634 (recentf-open-files-item): Convert menu elements into tree and
23635 link widgets. Don't create the widgets.
23636 (recentf-open-files): Update accordingly.
23637 (recentf-save-list): Untabify.
23638
23639 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
23640
23641 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
23642 (keep-lines): Add INTERACTIVE arg. Never delete lines only
23643 partially contained in the active region. Do not take active
23644 region into account when called from Lisp, unless INTERACTIVE arg
23645 is non-nil. Use `forward-line' instead of `beginning-of-line' to
23646 avoid trouble with fields. Make marker point nowhere when no
23647 longer used. Always return nil. Doc fix.
23648 (flush-lines): Add INTERACTIVE arg. Do not take active region
23649 into account when called from Lisp, unless INTERACTIVE arg is
23650 non-nil. Use `forward-line' instead of `beginning-of-line' to
23651 avoid trouble with fields. Make marker point nowhere when no
23652 longer used. Always return nil. Doc fix.
23653 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
23654 interchangeable. Do not take active region into account when
23655 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
23656 message in echo area when called from Lisp, unless INTERACTIVE arg
23657 is non-nil. Avoid saying "1 occurrences". Do not use markers.
23658 Return the number of matches. Doc fix.
23659 (occur): Doc fix.
23660 (perform-replace): Make comment follow double space convention for
23661 the sake of `outline-minor-mode'.
23662
23663 * faces.el (facep): Doc fix.
23664
23665 2005-06-25 Richard M. Stallman <rms@gnu.org>
23666
23667 * facemenu.el (facemenu-enable-faces-p): New function.
23668 (facemenu-background-menu, facemenu-foreground-menu)
23669 (facemenu-face-menu): Add menu-enable property.
23670
23671 * jka-compr.el (jka-compr-insert-file-contents):
23672 Special handling if cannot find the uncompression program.
23673
23674 * cus-face.el (custom-face-attributes): Add autoload.
23675
23676 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23677 Bind comment-indent-function locally.
23678
23679 * window.el (save-selected-window): Use save-current-buffer.
23680
23681 * subr.el (with-selected-window): Use save-current-buffer.
23682
23683 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
23684 and with-current-buffer.
23685
23686 2005-06-24 Richard M. Stallman <rms@gnu.org>
23687
23688 * simple.el (line-move-1): Fix previous change.
23689
23690 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
23691
23692 * replace.el (occur-1): Set `buffer-read-only' and the
23693 buffer-modified flag before running `occur-hook' to protect
23694 against unintentional buffer switches that can lead to data loss.
23695
23696 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
23697
23698 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
23699 (gud-gdb-marker-filter): Use font-lock-warning-face for any
23700 initial error.
23701
23702 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
23703 after fresh input.
23704 (gdb-var-create-handler): Put name of expression in quotes.
23705
23706 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
23707
23708 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
23709 elements of RING in order, and without bogus nil elements.
23710
23711 2005-06-23 Richard M. Stallman <rms@gnu.org>
23712
23713 * simple.el (set-variable): Args renamed; doc fix.
23714 (line-move-1): When there are overlays around, use vertical-motion.
23715
23716 * faces.el (escape-glyph): Use brown against light background.
23717 (nobreak-space): Rename from no-break-space.
23718 Fix previous change.
23719
23720 * dired-aux.el (dired-do-copy): Fix arg prompt.
23721
23722 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
23723
23724 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23725
23726 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
23727 rather than "Distributor".
23728
23729 2005-06-23 Lute Kamstra <lute@gnu.org>
23730
23731 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
23732 (debug-on-entry): Use it. New interactive declaration that uses
23733 function-called-at-point.
23734
23735 2005-06-23 Kim F. Storm <storm@cua.dk>
23736
23737 * subr.el (save-match-data): Add comment about using evaporate arg
23738 to set-match-data.
23739
23740 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
23741
23742 * cus-edit.el (customize-face)
23743 (customize-face-other-window): Handle face aliases.
23744
23745 * faces.el (face-documentation, set-face-attribute)
23746 (face-spec-set): Handle face aliases.
23747
23748 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
23749
23750 * help-mode.el (help-make-xrefs): If a symbol representing a face
23751 name is not followed by the word "face", it could still be a
23752 function or variable name, so don't bypass other checks.
23753
23754 2005-06-22 Juri Linkov <juri@jurta.org>
23755
23756 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
23757 Replace aliased functions with calls where second arg `inherit' is t.
23758
23759 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
23760
23761 * progmodes/gdb-ui.el (gdb-error): New variable.
23762 (gdb-error): New function.
23763 (gdb-annotation-rules): Act on error-begin and error annotations.
23764 (gdb-concat-output): Use font-lock-warning-face for errors.
23765
23766 2005-06-22 Miles Bader <miles@gnu.org>
23767
23768 * bindings.el (propertized-buffer-identification): Use renamed
23769 `Buffer-menu-buffer' face.
23770
23771 * faces.el (vertical-border): Rename from `vertical-divider'.
23772 (escape-glyph): Change dark-background color back to `cyan'.
23773
23774 2005-06-21 Juri Linkov <juri@jurta.org>
23775
23776 * faces.el (face-user-default-spec): Try getting `customized-face'
23777 prior to `saved-face'.
23778 (frame-background-mode): Refill docstring.
23779
23780 * emacs-lisp/lisp-mode.el (eval-defun-1):
23781 * emacs-lisp/edebug.el (edebug-eval-defun):
23782 Set `saved-face' temporarily to nil before calling form.
23783 Set `customized-face' to the new spec after that.
23784
23785 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
23786
23787 * subr.el (1value, lambda, key-substitution-in-progress):
23788 Doc fixes.
23789
23790 * autoinsert.el (auto-insert-alist):
23791 * ses.el (ses-call-printer):
23792 * subr.el (noreturn):
23793 * emacs-lisp/lisp.el (check-parens):
23794 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
23795 * net/browse-url.el (browse-url-mosaic):
23796 * progmodes/cc-defs.el (c-safe-scan-lists):
23797 * progmodes/ebnf-abn.el (ebnf-abn-lex):
23798 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
23799 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
23800 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
23801 * progmodes/ebnf-iso.el (ebnf-iso-lex):
23802 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
23803
23804 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
23805
23806 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
23807
23808 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
23809
23810 * calendar/appt.el (appt-make-list): Activate the package, if
23811 not already active (for backwards compatibility).
23812
23813 2005-06-20 Kim F. Storm <storm@cua.dk>
23814
23815 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
23816
23817 2005-06-20 Miles Bader <miles@gnu.org>
23818
23819 * faces.el (vertical-divider): New face.
23820
23821 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
23822
23823 * simple.el (kill-whole-line): Doc fix.
23824 (next-error-buffer-p, next-error-find-buffer)
23825 (clone-indirect-buffer): Fix typos in docstrings.
23826 (comment-line-break-function): Doc fix: don't say variable
23827 is automatically buffer-local (it isn't).
23828
23829 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
23830
23831 * net/tramp-ftp.el (top):
23832 * net/tramp-smb.el (top):
23833 * net/tramp-util.el (top):
23834 * net/tramp-uu.el (top):
23835 * net/tramp-vc.el (top):
23836 * net/tramp.el (top): Revert copyright years back to original
23837 ones. Tramp has a life outside GNU Emacs.
23838
23839 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
23840
23841 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
23842
23843 2005-06-18 Juri Linkov <juri@jurta.org>
23844
23845 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
23846 end of first regexp to limit the match to the position between
23847 line number and source line with same separator character as used
23848 between file name and line number. In the second regexp limit
23849 mouse-face area to file name and line number by adding new group
23850 for them and referring it in HYPERLINK arg.
23851 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
23852 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
23853 previous line where grep markers may be already removed.
23854
23855 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
23856
23857 * progmodes/ps-mode.el: Update version and maintainer's email address.
23858
23859 2005-06-18 Steve Youngs <steve@xemacs.org>
23860
23861 * net/browse-url.el (browse-url-browser-function)
23862 (browse-url-default-browser): Add firefox.
23863 (browse-url-firefox-program, browse-url-firefox-arguments)
23864 (browse-url-firefox-startup-arguments)
23865 (browse-url-firefox-new-window-is-tab): New defcustoms.
23866 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
23867
23868 2005-06-17 Richard M. Stallman <rms@gnu.org>
23869
23870 * startup.el (command-line): Warn if specified user name has
23871 no home directory.
23872
23873 * term.el (term-get-old-input, term-input-filter, term-input-sender)
23874 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
23875
23876 * longlines.el (longlines-mode, longlines-show-hard-newlines):
23877 Doc fixes.
23878
23879 * faces.el (underline): Try bold if terminal doesn't support underline.
23880
23881 * mail/sendmail.el (mail-setup-with-from): New variable.
23882 (mail-insert-from-field): New function.
23883 (sendmail-send-it): Call it.
23884 (mail-setup): Optionally call it here.
23885
23886 * term/linux.el: Call tty-no-underline.
23887
23888 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
23889
23890 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
23891
23892 2005-06-17 Miles Bader <miles@gnu.org>
23893
23894 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
23895 (ediff-current-diff-C, ediff-current-diff-Ancestor)
23896 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
23897 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
23898 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
23899 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
23900 Remove "-face" suffix from face names.
23901 (ediff-current-diff-face-A, ediff-current-diff-face-B)
23902 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23903 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23904 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23905 (ediff-even-diff-face-A, ediff-even-diff-face-B)
23906 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23907 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23908 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23909 New backward-compatibility aliases for renamed faces.
23910 (ediff-current-diff-face-A, ediff-current-diff-face-B)
23911 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23912 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23913 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23914 (ediff-even-diff-face-A, ediff-even-diff-face-B)
23915 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23916 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23917 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23918 Use renamed ediff faces.
23919
23920 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
23921 Remove "-face" suffix from face names.
23922 (eshell-test-ok-face, eshell-test-failed-face):
23923 New backward-compatibility aliases for renamed faces.
23924 (eshell-run-test): Use renamed eshell-test faces.
23925
23926 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
23927 face name.
23928 (eshell-prompt-face): New backward-compatibility alias for renamed
23929 face.
23930 (eshell-emit-prompt): Use renamed eshell-prompt face.
23931
23932 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
23933 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
23934 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
23935 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
23936 Remove "-face" suffix from face names.
23937 (eshell-ls-directory-face, eshell-ls-symlink-face)
23938 (eshell-ls-executable-face, eshell-ls-readonly-face)
23939 (eshell-ls-unreadable-face, eshell-ls-special-face)
23940 (eshell-ls-missing-face, eshell-ls-archive-face)
23941 (eshell-ls-backup-face, eshell-ls-product-face)
23942 (eshell-ls-clutter-face):
23943 New backward-compatibility aliases for renamed faces.
23944 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
23945
23946 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
23947 Remove "-face" suffix from face name.
23948 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
23949 instead of literal face.
23950
23951 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
23952
23953 * emacs-lisp/warnings.el (display-warning, lwarn)
23954 (warning-minimum-log-level): Doc fixes.
23955 (warning-minimum-level, warning-minimum-log-level):
23956 Add :debug to :type choices.
23957
23958 * progmodes/ada-mode.el (ada-format-paramlist)
23959 (ada-get-indent-case, ada-check-matching-start)
23960 (ada-check-defun-name, ada-goto-matching-decl-start)
23961 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
23962 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
23963 (ada-make-subprogram-body): Follow error conventions.
23964 (ada-case-exception-file, ada-indent-comment-as-code)
23965 (ada-indent-handle-comment-special, ada-indent-renames)
23966 (ada-indent-return, ada-search-directories-internal)
23967 (ada-tab-policy, ada-case-exception-substring)
23968 (ada-other-file-alist, ada-matching-start-re)
23969 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
23970 (ada-imenu-generic-expression, ada-compile-goto-error)
23971 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
23972 (ada-popup-menu, ada-add-extensions, ada-mode)
23973 (ada-region-selected, ada-create-case-exception)
23974 (ada-create-case-exception-substring, ada-after-keyword-p)
23975 (ada-activate-keys-for-case, ada-adjust-case-region)
23976 (ada-adjust-case-buffer, ada-format-paramlist)
23977 (ada-scan-paramlist, ada-insert-paramlist)
23978 (ada-indent-newline-indent)
23979 (ada-indent-newline-indent-conditional)
23980 (ada-justified-indent-current, ada-goto-previous-word)
23981 (ada-indent-current, ada-get-indent-open-paren)
23982 (ada-get-indent-paramlist, ada-get-indent-end)
23983 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
23984 (ada-get-indent-block-start, ada-get-indent-subprog)
23985 (ada-get-indent-noindent, ada-get-indent-label)
23986 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
23987 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
23988 (ada-goto-stmt-end, ada-goto-next-word)
23989 (ada-check-matching-start, ada-check-defun-name)
23990 (ada-goto-matching-decl-start, ada-goto-matching-start)
23991 (ada-goto-matching-end, ada-search-ignore-string-comment)
23992 (ada-in-decl-p, ada-looking-at-semi-or)
23993 (ada-looking-at-semi-private, ada-in-paramlist-p)
23994 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
23995 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
23996 (ada-next-procedure, ada-previous-procedure, ada-next-package)
23997 (ada-previous-package, ada-create-menu)
23998 (ada-fill-comment-paragraph-justify)
23999 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24000 (ada-other-file-name, ada-last-which-function-line)
24001 (ada-last-which-function-subprog, ada-which-function)
24002 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24003 (ada-gen-treat-proc, ada-check-emacs-version)
24004 (ada-continuation-indent, ada-align-region-separate):
24005 Fix typos in docstrings.
24006 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24007
24008 2005-06-16 Lute Kamstra <lute@gnu.org>
24009
24010 * simple.el (fundamental-mode): Run after-change-major-mode-hook
24011 conditionally.
24012
24013 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
24014
24015 * comint.el (comint-replace-by-expanded-filename)
24016 (comint-prompt-regexp, comint-delimiter-argument-list)
24017 (comint-preinput-scroll-to-bottom):
24018 * info.el (Info-hide-cookies-node):
24019 * ls-lisp.el (ls-lisp-classify):
24020 * find-file.el (ff-search-directories, ff-special-constructs)
24021 (ff-find-other-file):
24022 * font-lock.el (font-lock-keywords):
24023 * shell.el (shell-prompt-pattern)
24024 (shell-dynamic-complete-functions, shell-mode)
24025 (shell-delimiter-argument-list):
24026 * term.el (term-replace-by-expanded-filename)
24027 (term-prompt-regexp, term-delimiter-argument-list):
24028 * woman.el (woman-ignore, woman0-if):
24029 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24030 * emacs-lisp/elint.el (elint-init-env):
24031 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24032 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24033 * language/ethio-util.el (ethio-tilde-escape)
24034 (ethio-use-three-dot-question):
24035 * net/zone-mode.el (zone-mode-load-time-setup):
24036 * progmodes/cc-align.el (c-lineup-argcont):
24037 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24038 * progmodes/cperl-mode.el (cperl-set-style-back):
24039 * progmodes/inf-lisp.el (inferior-lisp-prompt):
24040 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24041 Fix spellings in docstrings.
24042
24043 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24044 * progmodes/modula2.el (m2-for): Fix spellings.
24045
24046 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
24047
24048 * simple.el (undo-more): Don't use `format' on `error' arguments.
24049 Improve argument/docstring consistency.
24050 (pending-undo-list): Doc fix.
24051
24052 * smerge-mode.el (smerge-ensure-match):
24053 * emulation/vip.el (vip-ex):
24054 * net/zone-mode.el (zone-mode-update-serial):
24055 * progmodes/idlwave.el (idlwave-complete):
24056 * progmodes/vhdl-mode.el (vhdl-visit-file)
24057 (vhdl-compose-wire-components):
24058 Don't use `format' on `error' arguments.
24059
24060 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
24061 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
24062 (tooltip-help-tips): Fix typos in docstrings.
24063
24064 2005-06-16 David Ponce <david@dponce.com>
24065
24066 * tree-widget.el (tree-widget-value-create): Simplify last change.
24067
24068 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
24069
24070 * ido.el (ido-incomplete-regexp): New variable.
24071 (ido-set-matches-1): Handle invalid-regexp error and set
24072 ido-incomplete-regexp.
24073 (ido-incomplete-regexp): New face.
24074 (ido-completions): Use it.
24075 (ido-complete, ido-exit-minibuffer, ido-completions):
24076 Handle incomplete regexps.
24077 (ido-completions): Add check for complete match when entering a regexp.
24078
24079 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24080
24081 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
24082
24083 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24084
24085 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
24086 by field delimiters.
24087
24088 2005-06-15 David Ponce <david@dponce.com>
24089
24090 * tree-widget.el: eval-and-compile inlined functions so they will
24091 be available at run-time too.
24092 (tree-widget-super-format-handler)
24093 (tree-widget-format-handler): Remove.
24094 (tree-widget-value-create): Handle the :indent property.
24095
24096 2005-06-15 Miles Bader <miles@gnu.org>
24097
24098 * progmodes/which-func.el (which-func): Only inherit
24099 `font-lock-function-name-face' when that makes sense against the
24100 default mode-line face, otherwise set the face color explicitly.
24101
24102 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
24103 faces instead of (non-existent) variables.
24104
24105 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
24106
24107 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
24108 (iswitchb-get-matched-buffers): Likewise. Simplify.
24109
24110 2005-06-14 Miles Bader <miles@gnu.org>
24111
24112 * progmodes/ld-script.el (ld-script-location-counter):
24113 Remove "-face" suffix from face name.
24114 (ld-script-location-counter-face):
24115 New backward-compatibility alias for renamed face.
24116 (ld-script-location-counter-face): Use renamed face.
24117
24118 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
24119 (cperl-hash): Remove "-face" suffix from face names.
24120 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
24121 New backward-compatibility aliases for renamed faces.
24122 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
24123 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
24124
24125 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
24126 name.
24127 (which-func-face): New backward-compatibility alias for renamed face.
24128 (which-func-format): Use renamed which-func face.
24129
24130 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
24131 (vhdl-function, vhdl-directive, vhdl-reserved-word)
24132 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
24133 names.
24134 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
24135 (vhdl-speedbar-configuration, vhdl-speedbar-package)
24136 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
24137 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
24138 (vhdl-speedbar-architecture-selected)
24139 (vhdl-speedbar-configuration-selected)
24140 (vhdl-speedbar-package-selected)
24141 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
24142 names.
24143 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
24144 Use renamed faces.
24145 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
24146 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
24147 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
24148 Use renamed faces.
24149 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
24150 names.
24151 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
24152 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
24153 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
24154 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
24155 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
24156 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
24157
24158 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
24159 face name.
24160 (sh-heredoc-face): New backward-compatibility alias for renamed face.
24161 (sh-heredoc-face): Use renamed sh-heredoc face.
24162
24163 * progmodes/idlw-help.el (idlwave-help-link):
24164 Remove "-face" suffix from face name.
24165 (idlwave-help-link-face):
24166 New backward-compatibility alias for renamed face.
24167 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
24168
24169 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
24170 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
24171 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
24172 New backward-compatibility aliases for renamed faces.
24173 (idlwave-shell-disabled-breakpoint-face)
24174 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
24175
24176 * progmodes/flymake.el (flymake-errline, flymake-warnline):
24177 Remove "-face" suffix from face names.
24178 (flymake-errline-face, flymake-warnline-face):
24179 New backward-compatibility aliases for renamed faces.
24180 (flymake-highlight-line): Use renamed flymake faces.
24181
24182 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
24183 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
24184 (ebrowse-member-class, ebrowse-progress):
24185 Remove "-face" suffix from face names.
24186 (ebrowse-tree-mark-face, ebrowse-root-class-face)
24187 (ebrowse-file-name-face, ebrowse-default-face)
24188 (ebrowse-member-attribute-face, ebrowse-member-class-face)
24189 (ebrowse-progress-face):
24190 New backward-compatibility aliases for renamed faces.
24191 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
24192 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
24193 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
24194 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
24195
24196 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
24197 antlr-syntax)
24198 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
24199 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
24200 names.
24201 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
24202 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
24203 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24204 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
24205 backward-compatibility aliases for renamed faces.
24206 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
24207 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
24208 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
24209 remove "font-lock-". Use renamed antlr-mode faces.
24210 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
24211 literal face-names with face variable references.
24212
24213 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
24214 face name.
24215 (Buffer-menu-buffer-face): New backward-compatibility alias for
24216 renamed face.
24217 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
24218
24219 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
24220
24221 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
24222 Eliminate "-face" suffix.
24223 (makefile-targets): Inherit from font-lock-function-name-face and
24224 eliminate "-face" suffix.
24225 (makefile-shell): Remove attributes and eliminate "-face" suffix.
24226 (makefile-*-font-lock-keywords): Append makefile-targets in rule
24227 actions, instead of prepending, to make it less visible.
24228 (makefile-previous-dependency, makefile-match-dependency):
24229 Don't match a target on a continuation line.
24230
24231 * files.el (auto-mode-alist): Put Makefile in gmake mode.
24232
24233 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
24234
24235 * progmodes/gdb-ui.el (menu): Re-order menu items.
24236 (gdb-tooltip-print): Respect tooltip-use-echo-area.
24237
24238 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
24239 Define in tooltip.el.
24240 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
24241 (gud-tooltip-tips): Respect tooltip-use-echo-area and
24242 gud-tooltip-echo-area.
24243
24244 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
24245 backward compatibility and make obsolete.
24246 (tooltip-help-tips): Use tooltip-use-echo-area.
24247 (tooltip-show-help-function): Rename to...
24248 (tooltip-show-help): ...this, because it is a function.
24249 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
24250
24251 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
24252
24253 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
24254 (edebug-print-length, edebug-print-level, edebug-print-circle)
24255 (edebug-modify-breakpoint, edebug-eval-last-sexp)
24256 (edebug-eval-print-last-sexp): Doc fixes.
24257
24258 2005-06-14 Kim F. Storm <storm@cua.dk>
24259
24260 * ido.el (ido-mode): Make a new keymap every time we enable ido,
24261 as the coverage buffer/file/both may change.
24262
24263 2005-06-14 Lute Kamstra <lute@gnu.org>
24264
24265 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
24266 and run-mode-hooks. Simplify.
24267
24268 * mail/rmailedit.el (rmail-edit-mode):
24269 * progmodes/octave-inf.el (inferior-octave-mode):
24270 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
24271
24272 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
24273 and run-mode-hooks.
24274 (recentf-edit-list, recentf-open-files): Don't call
24275 kill-all-local-variables directly.
24276
24277 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
24278
24279 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
24280
24281 * emacs-lisp/byte-run.el (make-obsolete)
24282 (define-obsolete-function-alias): Rename arguments FUNCTION and
24283 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
24284 (make-obsolete-variable, define-obsolete-variable-alias):
24285 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
24286 respectively.
24287
24288 * isearchb.el (isearchb-activate):
24289 * pcvs.el (cvs-mode):
24290 * ses.el (ses-load):
24291 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
24292 * net/tramp.el (tramp-find-file-exists-command)
24293 (tramp-find-shell):
24294 * progmodes/ada-mode.el (ada-create-case-exception)
24295 (ada-create-case-exception-substring, ada-make-subprogram-body):
24296 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
24297 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
24298 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
24299 * textmodes/org.el (org-promote, org-evaluate-time-range)
24300 (org-agenda-next-date-line, org-agenda-previous-date-line)
24301 (org-agenda-error, org-open-at-point, org-table-move-row)
24302 (org-format-table-table-html-using-table-generate-source)
24303 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
24304 * textmodes/reftex.el (reftex-access-scan-info):
24305 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
24306 (reftex-toc-promote-prepare): Follow error conventions.
24307
24308 * diff-mode.el (diff-mode): Fix typo in docstring.
24309
24310 * forms.el (forms--intuit-from-file): Fix reference to
24311 `forms-number-of-fields' in error message.
24312 (forms-print): Fix quoting in error message.
24313
24314 * forms.el (forms-mode):
24315 * emulation/vi.el (vi-goto-insert-state):
24316 * progmodes/flymake.el (flymake-new-err-info)
24317 (flymake-start-syntax-check-for-current-buffer)
24318 (flymake-simple-cleanup):
24319 * eshell/esh-var.el (eshell/export):
24320 * progmodes/gud.el (xdb):
24321 * textmodes/flyspell.el (flyspell-incorrect-hook)
24322 (flyspell-maybe-correct-transposition)
24323 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
24324
24325 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
24326
24327 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
24328 minibuffer prompt.
24329
24330 2005-06-13 Kim F. Storm <storm@cua.dk>
24331
24332 * subr.el (add-to-ordered-list): New defun.
24333
24334 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
24335 add cua--keymap-alist to emulation-mode-map-alists.
24336
24337 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
24338
24339 * subr.el (complete-in-turn): New macro.
24340 (dynamic-completion-table, lazy-completion-table): Add debug info.
24341
24342 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
24343 in preference to face aliases.
24344
24345 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
24346 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
24347 Remove unused vars `start' and `firstline'.
24348 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
24349 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
24350
24351 2005-06-13 Eli Zaretskii <eliz@gnu.org>
24352
24353 * cus-start.el (all): Don't complain about missing GTK-related
24354 variables, unless either `gtk' is boundp or this isn't a
24355 `windows-nt' build.
24356
24357 2005-06-13 Lute Kamstra <lute@gnu.org>
24358
24359 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
24360 run-mode-hooks.
24361
24362 * ediff-mult.el (ediff-meta-mode):
24363 * ediff-util.el (ediff-mode): Use run-mode-hooks.
24364
24365 * ledit.el (ledit-mode): Use delay-mode-hooks.
24366
24367 * woman.el (woman-mode-line-format): Delete constant.
24368 (woman-mode-map): Initialize it properly.
24369 (woman-mode): Set mode-class property to special.
24370 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
24371 Set major-mode and mode-name. Don't set mode-line-format directly.
24372 (Man-getpage-in-background): Don't reference woman-mode-line-format.
24373
24374 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
24375 string argument obsolete.
24376
24377 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
24378
24379 * textmodes/org.el (org-CUA-compatible): New option.
24380 (org-disputed-keys): New variable.
24381 (org-key): New function.
24382 (orgtbl-make-binding): Add docstring to the created function.
24383 (org-mode): Set paragraph start/separate regexps.
24384 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
24385 (org-archive-location, org-archive-mark-done)
24386 (org-archive-stamp-time): New options.
24387 (org-archive-subtree): New command.
24388 (org-fill-paragraph): New function.
24389 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
24390 (org-fake-empty-table-line): Function removed.
24391 (org-format-org-table-html): Do not create empty table lines at
24392 separator lines. Improved table header treatment.
24393 (org-link-format): New option.
24394 (org-make-link): New function.
24395 (org-insert-link, org-store-link): Use org-make-link.
24396 (org-open-file): Quote file name for shell command, to allow
24397 spaces in file names.
24398 (org-link-regexp): Fix bug with mailto link.
24399 (org-link-maybe-angles-regexp, org-protected-link-regexp):
24400 New constants.
24401 (org-export-as-html): Deal with the optional angles around a link.
24402 Better treatment of file: links.
24403 (org-open-at-point): Replace @{ and @} with < and >.
24404 (org-run-mode-hooks): Function removed.
24405 (org-agenda-mode): No longer use `org-run-mode-hooks'.
24406
24407 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
24408
24409 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24410 MI command -data-list-register-values.
24411 (gdb-post-prompt): Indent properly.
24412
24413 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
24414
24415 * hilit-chg.el (highlight-changes-colors): Rename from
24416 `highlight-changes-colours'.
24417 (highlight-changes-colours): Keep as obsolete alias.
24418 (highlight-changes-face-list): Doc fix.
24419 (hilit-chg-make-list): Use `highlight-changes-colors'.
24420
24421 2005-06-12 Mark A. Hershberger <mah@everybody.org>
24422
24423 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24424 defun-prompt-regexp.
24425
24426 2005-06-12 Eli Zaretskii <eliz@gnu.org>
24427
24428 * loadup.el: Don't say we are dumping under 2 names on windows-nt
24429 and cygwin.
24430
24431 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24432 Don't use an old loaddefs.el, as in Makefile.in.
24433
24434 2005-06-12 Lute Kamstra <lute@gnu.org>
24435
24436 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24437
24438 * man.el (Man-mode-map): Initialize it properly.
24439 (Man-mode): Set mode-class property to special.
24440
24441 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24442
24443 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
24444
24445 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24446 A newline is needed in the docstring there.
24447
24448 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24449 Doc fixes.
24450
24451 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24452
24453 * printing.el: Doc fix. The menubar is no more changed when printing
24454 is loaded, it only changes when pr-menu-bind or pr-update-menus is
24455 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
24456 (pr-version): New version number (6.8.4).
24457 (pr-menu-bind): New command.
24458 (pr-update-menus): Docstring and code fix.
24459 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
24460 Docstring fix.
24461 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
24462 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
24463
24464 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
24465
24466 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
24467 "Returns" to "return", document useful return values, etc.
24468
24469 2005-06-11 Alan Mackenzie <acm@muc.de>
24470
24471 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
24472 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
24473 (adaptive-file-function): Minor amendment to doc-string.
24474
24475 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24476
24477 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
24478 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
24479 Fix :type--it is `integer', not `string'.
24480
24481 * faces.el (modeline-highlight): Rename from (the erroneous)
24482 `modeline-higilight'.
24483
24484 2005-06-11 Lute Kamstra <lute@gnu.org>
24485
24486 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
24487 lisp-interaction-mode-map but make it the parent.
24488 (edebug-eval-mode): Use define-derived-mode.
24489
24490 2005-06-11 Andreas Schwab <schwab@suse.de>
24491
24492 * bindings.el: Add binding of `ESC functionkey' for every
24493 `M-functionkey'.
24494 * hexl.el (hexl-mode-map): Likewise.
24495
24496 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
24497
24498 * progmodes/compile.el (compilation-error-regexp-alist-alist)
24499 [msft]: update regexp for newer msft compilers.
24500
24501 2005-06-10 Mark A. Hershberger <mah@everybody.org>
24502
24503 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
24504 ATTLIST portions of included DTDs.
24505 (xml-parse-dtd): Eliminate use of inefficient match-data.
24506
24507 2005-06-10 Miles Bader <miles@gnu.org>
24508
24509 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
24510 (mpuz-text): Remove "-face" suffix from face names.
24511 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
24512 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
24513 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
24514
24515 * play/gomoku.el (gomoku-O, gomoku-X):
24516 Remove "-face" suffix from face names.
24517 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
24518 New backward-compatibility aliases for renamed faces.
24519 (gomoku-font-lock-keywords): Use renamed gomoku faces.
24520
24521 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
24522
24523 * thumbs.el: Fixes for changes of 2005-06-09.
24524 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
24525 as a directory.
24526 (thumbs-thumbname): Remove directory separator from format string;
24527 `thumbs-thumbsdir' now returns a valid directory name.
24528 (thumbs-temp-dir): New defsubst.
24529 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
24530 Use it.
24531
24532 * cus-edit.el (minibuffer):
24533 * files.el (make-backup-file-name-function):
24534 * filesets.el (filesets-external-viewers):
24535 * hilit-chg.el (highlight-changes-colours)
24536 (highlight-changes-face-list, highlight-changes-rotate-faces):
24537 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
24538 * kmacro.el (kmacro-call-macro):
24539 * log-edit.el (log-edit-changelog-full-paragraphs):
24540 * mouse.el (mouse-1-click-follows-link):
24541 * skeleton.el (skeleton-autowrap):
24542 * subr.el (insert-for-yank-1):
24543 * tempo.el (tempo-insert-region):
24544 * terminal.el (terminal-emulator):
24545 * time.el (display-time-mail-face):
24546 * vc.el (vc-annotate):
24547 * vcursor.el (vcursor-copy-line):
24548 * woman.el (woman-bold-headings, woman-ignore)
24549 (woman-default-faces, woman-monochrome-faces):
24550 * calendar/todo-mode.el (todo-insert-threshold):
24551 * emulation/pc-select.el (pc-select-selection-keys-only)
24552 (pc-selection-mode):
24553 * emulation/vip.el (vip-find-char-forward):
24554 * emulation/viper-cmd.el (viper-find-char-forward):
24555 * international/mule-cmds.el
24556 (select-safe-coding-system-accept-default-p)
24557 (input-method-exit-on-invalid-key):
24558 * international/mule-diag.el (describe-coding-system):
24559 * international/ucs-tables.el (unify-8859-on-encoding-mode):
24560 * net/browse-url.el (browse-url-xterm-program):
24561 * obsolete/lazy-lock.el (lazy-lock-mode):
24562 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
24563 (cperl-mode):
24564 * progmodes/cpp.el (cpp-face-light-name-list)
24565 (cpp-face-dark-name-list):
24566 * progmodes/delphi.el (delphi-newline-always-indents):
24567 Fix spellings in docstrings.
24568
24569 * ido.el (ido-mode, ido-file-extensions-order)
24570 (ido-default-file-method, ido-default-buffer-method)
24571 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
24572 (ido-decorations, ido-read-file-name-as-directory-commands)
24573 (ido-read-file-name-non-ido, ido-work-directory-list)
24574 (ido-ignore-item-temp-list, ido-current-directory)
24575 (ido-magic-forward-char, ido-enter-find-file)
24576 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
24577 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
24578
24579 2005-06-10 Lute Kamstra <lute@gnu.org>
24580
24581 * play/dunnet.el (dun-mode): Use define-derived-mode.
24582 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
24583 obsolete alias.
24584
24585 * play/doctor.el (doctor-mode-map): Remove defvar.
24586 (doctor-mode): Use define-derived-mode.
24587
24588 * mail/mspools.el (mspools-mode):
24589 * net/eudc-hotlist.el (eudc-hotlist-mode):
24590 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
24591
24592 2005-06-10 Miles Bader <miles@gnu.org>
24593
24594 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
24595 Remove "-face" suffix from face names.
24596 (flyspell-incorrect-face, flyspell-duplicate-face):
24597 New backward-compatibility aliases for renamed faces.
24598 (flyspell-mode-on, make-flyspell-overlay)
24599 (flyspell-highlight-incorrect-region)
24600 (flyspell-highlight-duplicate-region)
24601 (flyspell-display-next-corrections)
24602 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
24603
24604 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
24605 from face name.
24606 (texinfo-heading-face): New backward-compatibility alias for
24607 renamed face.
24608 (texinfo-heading-face): Use renamed texinfo-heading face.
24609
24610 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
24611 suffix from face names.
24612 (tex-math-face, tex-verbatim-face):
24613 New backward-compatibility aliases for renamed faces.
24614 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
24615 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
24616 literal face name.
24617
24618 * textmodes/table.el (table-cell): Remove "-face" suffix from face
24619 name.
24620 (table-cell-face): New backward-compatibility alias for renamed face.
24621 (table--put-cell-face-property, table--update-cell-face):
24622 Use renamed table-cell face.
24623
24624 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
24625 from face name.
24626 (sgml-namespace-face): New backward-compatibility alias for
24627 renamed face.
24628 (sgml-namespace-face): Use renamed sgml-namespace face.
24629
24630 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
24631 (org-level-4, org-level-5, org-level-6, org-level-7)
24632 (org-level-8, org-warning, org-headline-done)
24633 (org-deadline-announce, org-scheduled-today)
24634 (org-scheduled-previously, org-link, org-done, org-table)
24635 (org-time-grid): Remove "-face" suffix from face names.
24636 (org-level-1-face, org-level-2-face, org-level-3-face)
24637 (org-level-4-face, org-level-5-face, org-level-6-face)
24638 (org-level-7-face, org-level-8-face, org-warning-face)
24639 (org-headline-done-face, org-deadline-announce-face)
24640 (org-scheduled-today-face, org-scheduled-previously-face)
24641 (org-link-face, org-done-face, org-table-face)
24642 (org-time-grid-face):
24643 New backward-compatibility aliases for renamed faces.
24644 (org-level-faces, org-set-font-lock-defaults, org-timeline)
24645 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
24646 (org-agenda-get-timestamps, org-agenda-get-scheduled)
24647 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
24648
24649 * emulation/viper-init.el (viper-search, viper-replace-overlay)
24650 (viper-minibuffer-emacs, viper-minibuffer-insert)
24651 (viper-minibuffer-vi): Remove "-face" suffix from face names.
24652 (viper-search-face, viper-replace-overlay-face)
24653 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24654 (viper-minibuffer-vi-face):
24655 New backward-compatibility aliases for renamed faces.
24656 (viper-search-face, viper-replace-overlay-face)
24657 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24658 (viper-minibuffer-vi-face): Use renamed viper faces.
24659
24660 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
24661 Remove "-face" suffix from face names.
24662 (testcover-nohits-face, testcover-1value-face):
24663 New backward-compatibility aliases for renamed faces.
24664 (testcover-mark): Use renamed testcover faces.
24665
24666 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
24667 face name.
24668 (diary-button-face): New backward-compatibility alias for renamed face.
24669 (diary-entry): Use renamed diary-button face.
24670
24671 * calendar/calendar.el (diary, calendar-today, holiday)
24672 (mark-visible-calendar-date): Remove "-face" suffix from face names.
24673 (diary-face, calendar-today-face, holiday-face):
24674 New backward-compatibility aliases for renamed faces.
24675 (eval-after-load "facemenu", diary-entry-marker)
24676 (calendar-today-marker, calendar-holiday-marker, diary-face):
24677 Use renamed calendar faces.
24678
24679 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
24680 (compare-windows-face): New backward-compatibility alias for
24681 renamed face.
24682 (compare-windows-highlight): Use renamed compare-windows face.
24683
24684 * strokes.el (strokes-char): Remove "-face" suffix from face name.
24685 (strokes-char-face): New backward-compatibility alias for renamed face.
24686 (strokes-encode-buffer): Use renamed strokes-char face.
24687
24688 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
24689 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
24690 Remove "-face" suffix from face names.
24691 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
24692 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
24693 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
24694 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
24695 Use renamed pcvs faces.
24696 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
24697 * pcvs-defs.el (cvs-mode-map): Likewise.
24698 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
24699
24700 * info.el (info-title-1, info-title-2, info-title-3)
24701 (info-title-4): Remove "-face" suffix from and downcase face names.
24702 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
24703 (Info-title-4-face):
24704 New backward-compatibility aliases for renamed faces.
24705 (Info-fontify-node): Use renamed info faces.
24706
24707 * hilit-chg.el (highlight-changes, highlight-changes-delete):
24708 Remove "-face" suffix from face names.
24709 (highlight-changes-face, highlight-changes-delete-face):
24710 New backward-compatibility aliases for renamed faces.
24711 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
24712 (hilit-chg-make-list): Use renamed highlight-changes faces.
24713
24714 * generic-x.el (show-tabs-tab, show-tabs-space):
24715 Remove "-face" suffix from face names.
24716 (show-tabs-tab-face, show-tabs-space-face):
24717 New backward-compatibility aliases for renamed faces.
24718 (show-tabs-generic-mode-font-lock-defaults-1)
24719 (show-tabs-generic-mode-font-lock-defaults-2):
24720 Use renamed show-tabs faces.
24721
24722 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
24723 (smerge-markers): Remove "-face" suffix from face names.
24724 (smerge-mine-face, smerge-other-face, smerge-base-face)
24725 (smerge-markers-face):
24726 New backward-compatibility aliases for renamed faces.
24727 (smerge-mine-face, smerge-other-face, smerge-base-face)
24728 (smerge-markers-face): Use renamed smerge faces.
24729
24730 * log-view.el (log-view-file, log-view-message): Remove "-face"
24731 suffix from face names.
24732 (log-view-file-face, log-view-message-face):
24733 New backward-compatibility aliases for renamed faces.
24734 (log-view-file-face, log-view-message-face): Use renamed log-view
24735 faces.
24736
24737 * paren.el (show-paren-match, show-paren-mismatch):
24738 Remove "-face" suffix from face names.
24739 (show-paren-match-face, show-paren-mismatch-face):
24740 New backward-compatibility aliases for renamed faces.
24741 (show-paren-function): Use renamed show-paren faces.
24742
24743 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
24744 (ruler-mode-margins, ruler-mode-fringes)
24745 (ruler-mode-column-number, ruler-mode-fill-column)
24746 (ruler-mode-comment-column, ruler-mode-goal-column)
24747 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
24748 suffix from face names.
24749 (ruler-mode-default-face, ruler-mode-pad-face)
24750 (ruler-mode-margins-face, ruler-mode-fringes-face)
24751 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
24752 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
24753 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
24754 New backward-compatibility aliases for renamed faces.
24755 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
24756 (ruler-mode-column-number, ruler-mode-fill-column)
24757 (ruler-mode-comment-column, ruler-mode-goal-column)
24758 (ruler-mode-tab-stop, ruler-mode-current-column)
24759 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
24760 faces.
24761
24762 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
24763 face name.
24764 (whitespace-highlight-the-space): Use renamed face.
24765 (whitespace-highlight-face): New backward-compatibility alias for
24766 renamed face.
24767
24768 * woman.el (woman-italic, woman-bold, woman-unknown)
24769 (woman-addition, woman-symbol-face):
24770 Remove "-face" suffix from face names.
24771 (woman-italic-face, woman-bold-face, woman-unknown-face)
24772 (woman-addition-face):
24773 New backward-compatibility aliases for renamed faces.
24774 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
24775 (woman-decode-region, woman-replace-match)
24776 (woman-display-extended-fonts, woman-special-characters)
24777 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
24778 Use renamed woman faces.
24779
24780 * longlines.el (longlines-visible-face): Face removed.
24781
24782 * diff-mode.el (diff-header, diff-file-header, diff-index)
24783 (diff-hunk-header, diff-removed, diff-added, diff-changed)
24784 (diff-function, diff-context, diff-nonexistent): Remove "-face"
24785 suffix from face names.
24786 (diff-header-face, diff-file-header-face, diff-index-face)
24787 (diff-hunk-header-face, diff-removed-face, diff-added-face)
24788 (diff-changed-face, diff-function-face, diff-context-face)
24789 (diff-nonexistent-face): New backward-compatibility aliases for
24790 renamed faces.
24791 (diff-header-face, diff-file-header-face)
24792 (diff-index, diff-index-face, diff-hunk-header)
24793 (diff-hunk-header-face, diff-removed, diff-removed-face)
24794 (diff-added, diff-added-face, diff-changed-face, diff-function)
24795 (diff-function-face, diff-context-face, diff-nonexistent)
24796 (diff-nonexistent-face): Use renamed diff-mode faces.
24797
24798 * progmodes/compile.el (compilation-warning-face)
24799 (compilation-info-face): Remove "-face" suffix from face names.
24800 (compilation-warning-face, compilation-info-face):
24801 New backward-compatibility aliases for renamed faces.
24802 (compilation-warning-face, compilation-info-face):
24803 Use renamed compilation faces.
24804
24805 * add-log.el (change-log-date, change-log-name)
24806 (change-log-email, change-log-file, change-log-list)
24807 (change-log-conditionals, change-log-function)
24808 (change-log-acknowledgement): Remove "-face" suffix from face names.
24809 (change-log-date-face, change-log-name-face)
24810 (change-log-email-face, change-log-file-face)
24811 (change-log-list-face, change-log-conditionals-face)
24812 (change-log-function-face, change-log-acknowledgement-face):
24813 New backward-compatibility aliases for renamed faces.
24814 (change-log-font-lock-keywords): Use renamed change-log faces.
24815
24816 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
24817 (custom-set, custom-changed, custom-saved, custom-button)
24818 (custom-button-pressed, custom-documentation, custom-state)
24819 (custom-comment, custom-comment-tag, custom-variable-tag)
24820 (custom-variable-button, custom-face-tag, custom-group-tag-1)
24821 (custom-group-tag): Remove "-face" suffix from face names.
24822 (custom-magic-alist, custom-magic-value-create)
24823 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
24824 (custom-invalid-face, custom-rogue-face, custom-modified-face)
24825 (custom-set-face, custom-changed-face, custom-saved-face)
24826 (custom-button-face, custom-button-pressed-face)
24827 (custom-documentation-face, custom-state-face)
24828 (custom-comment-face, custom-comment-tag-face)
24829 (custom-variable-tag-face, custom-variable-button-face)
24830 (custom-face-tag-face, custom-group-tag-face-1)
24831 (custom-group-tag-face):
24832 New backward-compatibility aliases for renamed faces.
24833
24834 * wid-edit.el (widget-documentation, widget-button)
24835 (widget-field, widget-single-line-field, widget-inactive)
24836 (widget-button-pressed): "-face" suffix removed from face names.
24837 (widget-documentation-face, widget-button-face)
24838 (widget-field-face, widget-single-line-field-face)
24839 (widget-inactive-face, widget-button-pressed-face):
24840 New backward-compatibility aliases for renamed faces.
24841 (widget-documentation-face, widget-button-face)
24842 (widget-button-pressed-face, widget-specify-field)
24843 (widget-specify-inactive): Use renamed widget faces.
24844
24845 2005-06-10 Kenichi Handa <handa@m17n.org>
24846
24847 * term/x-win.el (x-clipboard-yank): Remove condition-case
24848 wrapping.
24849
24850 2005-06-11 Kenichi Handa <handa@m17n.org>
24851
24852 * add-log.el (change-log-font-lock-keywords): Make the regexp for
24853 date lines stricter.
24854
24855 2005-06-10 Zhang Wei <id.brep@gmail.com>
24856
24857 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
24858 of x-get-selection.
24859
24860 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
24861
24862 * comint.el (comint-mode, comint-snapshot-last-prompt):
24863 * frame.el (frame-current-scroll-bars):
24864 * term.el (term-mode, term-check-proc, term-input-sender)
24865 (term-simple-send, term-extract-string, term-word)
24866 (term-match-partial-filename):
24867 * window.el (window-current-scroll-bars):
24868 * emulation/cua-base.el (cua-normal-cursor-color)
24869 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
24870 (cua-global-mark-cursor-color):
24871 * mail/undigest.el (rmail-forward-separator-regex):
24872 Fix typos in docstrings.
24873
24874 * comint.el (comint-check-proc, make-comint-in-buffer)
24875 (comint-source-default): Doc fixes.
24876
24877 * term.el (term-send-string): Improve argument/docstring consistency.
24878
24879 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
24880
24881 * comint.el (comint-send-input): Bind `inhibit-read-only' around
24882 call to `delete-region'.
24883 (comint-mode-hook): Do not enable Font Lock by default.
24884
24885 2005-06-09 Lute Kamstra <lute@gnu.org>
24886
24887 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
24888 could be void.
24889
24890 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
24891
24892 * emacs-lisp/debug.el (debugger-will-be-back): New var.
24893 (debug): Use it.
24894 (debugger-step-through, debugger-continue, debugger-jump)
24895 (debugger-return-value): Set it when needed.
24896 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
24897 Use inhibit-read-only.
24898
24899 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
24900
24901 * window.el (shrink-window-if-larger-than-buffer)
24902 (window-size-fixed): Fix typo in docstring.
24903
24904 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
24905 thumbnails directory on loading.
24906 (thumbs-conversion-program): Use `eq' to check the system type,
24907 not `equal'.
24908 (thumbs-temp-dir): Initialize to `temporary-file-directory',
24909 not "/tmp". Fix docstring.
24910 (thumbs-thumbsdir): New function to return the thumbnails
24911 directory, creating it if needed.
24912 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
24913 (thumbs-temp-file): Delete variable and make it into a function.
24914 (thumbs-resize-image, thumbs-modify-image): Use it.
24915 (thumbs-kill-buffer): Simplify.
24916 (thumbs-gensym): Defalias or duplicate CL `gensym'.
24917 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
24918 docstrings.
24919
24920 2005-06-09 Kim F. Storm <storm@cua.dk>
24921
24922 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
24923 set-match-data to free markers in match-data.
24924
24925 * replace.el (replace-match-data): Pass RESEAT arg `t' to
24926 match-data to unchain markers in match-data.
24927
24928 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
24929
24930 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
24931 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
24932 unnecessary now.
24933
24934 2005-06-08 Richard M. Stallman <rms@gnu.org>
24935
24936 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
24937 give the variable a doc string that doesn't say don't set it directly.
24938
24939 * textmodes/ispell.el (ispell-check-version):
24940 Use match-string-no-properties.
24941 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
24942 (ispell-buffer-local-words): Likewise.
24943
24944 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
24945 except on terminals with enough colors to really display it.
24946 (makefile-dependency-regex): Delete spurious `bb'.
24947
24948 * faces.el (escape-glyph): Use blue once again in last case.
24949 (no-break-space): Redefine so that it isn't invisible on a tty.
24950
24951 2005-06-08 Kim F. Storm <storm@cua.dk>
24952
24953 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
24954 also when reading directory name.
24955
24956 2005-06-08 Lute Kamstra <lute@gnu.org>
24957
24958 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
24959 (flyspell-mode-line-string): Remove autoload cookie.
24960 (flyspell-mode): Remove defvar.
24961
24962 2005-06-07 Lute Kamstra <lute@gnu.org>
24963
24964 * textmodes/org.el (org-run-mode-hooks): New function.
24965 (org-agenda-mode): Use it.
24966
24967 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
24968
24969 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
24970
24971 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
24972
24973 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
24974
24975 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
24976
24977 * font-lock.el (font-lock-add-keywords): Doc fix.
24978
24979 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
24980
24981 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
24982 (tex-compile-default): In the absence of any history, use the order in
24983 tex-compile-alist to choose the preferred command.
24984 (tex-compile-commands): Reorder a bit.
24985
24986 * textmodes/flyspell.el (flyspell-auto-correct-binding)
24987 (flyspell-incorrect-face, flyspell-duplicate-face):
24988 Use (X)Emacs-agnostic code.
24989 (flyspell-mode-map): Don't overwrite at each load. Remove code
24990 redundant with the subsequent add-minor-mode. Merge Emacs and
24991 XEmacs code.
24992 (flyspell-word): Minor simplification.
24993 (flyspell-math-tex-command-p): Quieten the byte-compiler.
24994 (flyspell-external-point-words): Remove unused vars `size' and `start'.
24995 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
24996 Merge the corresponding Emacs code.
24997 (flyspell-correct-word, flyspell-xemacs-popup):
24998 Use flyspell-do-correct.
24999
25000 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25001 a dedicated window.
25002
25003 * international/latexenc.el (latexenc-find-file-coding-system):
25004 Undo part of last patch, to turn off a compiler warning.
25005
25006 2005-06-06 Juri Linkov <juri@jurta.org>
25007
25008 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25009 Rename `tmm-inactive-face' to `tmm-inactive'.
25010
25011 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
25012
25013 * iswitchb.el: Rename faces.
25014
25015 2005-06-06 Kim F. Storm <storm@cua.dk>
25016
25017 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25018 (cua-global-mark): Remove -face suffix from face names.
25019
25020 * emulation/cua-gmrk.el (cua--init-global-mark):
25021 Remove cua-global-mark face setup.
25022
25023 2005-06-06 Richard M. Stallman <rms@gnu.org>
25024
25025 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25026 just like other allowed characters.
25027 (makefile-match-dependency): Exclude leading and training whitespace
25028 from the range of regexp subexp 1.
25029 (makefile-macroassign-regex): Don't try to match the body,
25030 just the name of the macro being defined.
25031
25032 * info.el (Info-read-node-name-2): New function.
25033 (Info-read-node-name-1): Use that.
25034 Add a completion-base-size-function property.
25035
25036 * simple.el (completion-setup-function): Look for
25037 completion-base-size-function property of minibuffer-completion-table.
25038
25039 * files.el (locate-file-completion): Doc fix.
25040
25041 * printing.el: Don't call pr-update-menus; user must do that.
25042
25043 * emacs-lisp/debug.el (debugger-window): New variable.
25044 (debug): Use debugger-window if it is set and still alive.
25045 Record debugger-window for next entry.
25046
25047 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
25048
25049 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
25050
25051 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
25052 (hack-one-local-variable, hack-local-variables)
25053 (hack-local-variables-prop-line): Pass that arg.
25054
25055 2005-06-06 Kim F. Storm <storm@cua.dk>
25056
25057 * ido.el (ido-first-match, ido-only-match, ido-subdir)
25058 (ido-indicator): Remove -face suffix from face names.
25059
25060 2005-06-06 Juri Linkov <juri@jurta.org>
25061
25062 * font-lock.el (font-lock-regexp-backslash)
25063 (font-lock-regexp-backslash-construct): New faces.
25064 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
25065 after `('. Add `while-no-input' to control structures.
25066
25067 * faces.el (no-break-space, shadow): New faces.
25068 (escape-glyph): Use less loud colors pink2 and red4.
25069
25070 * diff-mode.el (diff-context-face)
25071 * dired.el (dired-ignored)
25072 * rfn-eshadow.el (file-name-shadow)
25073 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
25074
25075 * info.el (Info-title-1-face): Use green instead of yellow because
25076 bold yellow is not readable on light backgrounds.
25077
25078 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25079 before selecting the desired mode to not spend time fontifying
25080 old contents.
25081
25082 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
25083
25084 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
25085 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
25086
25087 * ps-print.el (ps-default-fg, ps-default-bg):
25088 Fix typos in docstrings.
25089
25090 * isearchb.el (isearchb): Don't pass a spurious second argument to
25091 `iswitchb-completions'.
25092
25093 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
25094
25095 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
25096 to preserve point.
25097 (gdb-find-file-hook): Add doc string.
25098
25099 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
25100 C dereferenced pointer expression.
25101 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
25102
25103 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
25104
25105 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
25106 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
25107 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
25108 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
25109 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
25110 Make background transparent.
25111
25112 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
25113
25114 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
25115 (font-lock-remove-keywords): Doc fix.
25116 (font-lock-mode-major-mode): Compiler defvar.
25117 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
25118
25119 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
25120 (font-lock-mode): Update `font-lock-mode-major-mode'.
25121 (font-lock-set-defaults): Compiler defvar.
25122 (font-lock-default-function): Take `font-lock-mode-major-mode'
25123 into account.
25124
25125 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
25126 keep track of which major mode it enabled the minor mode for.
25127 Use find-file-hook again. Update docstring.
25128
25129 * simple.el (eval-expression-print-level)
25130 (eval-expression-print-length, eval-expression-debug-on-error):
25131 Doc fixes.
25132
25133 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
25134
25135 * iswitchb.el (iswitchb-single-match-face)
25136 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
25137 (iswitchb-invalid-regexp-face): New faces.
25138 (iswitchb-completions): Use them.
25139 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
25140 now marked as an obsolete alias.
25141 (iswitchb-read-buffer): Remove check for bound font variables.
25142 (iswitchb-invalid-regexp): New free variable.
25143 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
25144 set iswitchb-invalid-regexp.
25145 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
25146 invalid regexps.
25147 (iswitchb-completions): Add check for complete match when entering
25148 a regexp.
25149 (iswitchb-completions): Remove require-match argument.
25150 (iswitchb-exhibit): Fix caller.
25151 (iswitchb-common-match-inserted): New variable.
25152 (iswitchb-complete, iswitchb-completion-help): Use it.
25153
25154 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
25155
25156 * url-http.el (url-http-chunked-encoding-after-change-function):
25157 Use `url-http-debug' instead of `message'.
25158
25159 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
25160
25161 * url-http.el (url-http-parse-headers): Pass redirected URL as a
25162 callback argument.
25163
25164 2005-06-04 Kim F. Storm <storm@cua.dk>
25165
25166 * simple.el (line-move): Only call sit-for when moving backwards.
25167
25168 * ido.el (ido-make-merged-file-list-1): New defun split from
25169 ido-make-merged-file-list.
25170 (ido-make-merged-file-list): Bind throw-on-input around call to
25171 ido-make-merged-file-list-1. Return input-pending-p if
25172 interrupted by more input available.
25173 (ido-read-internal): Handle input-pending-p return value from
25174 ido-make-merged-file-list.
25175
25176 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
25177
25178 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
25179 compatibility code.
25180
25181 * international/latexenc.el (latexenc-find-file-coding-system):
25182 Don't inherit the EOL part of the coding-system from the
25183 tex-main buffer. Fit within 80 columns.
25184
25185 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
25186
25187 * tmm.el (tmm-inactive-face): New face.
25188 (tmm-remove-inactive-mouse-face): New function.
25189 (tmm-prompt, tmm-add-one-shortcut)
25190 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
25191 but not selectable.
25192
25193 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
25194
25195 * faces.el (face-equal): Improve argument/docstring consistency.
25196
25197 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
25198
25199 * progmodes/make-mode.el (makefile-targets-face)
25200 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
25201 (makefile-bsdmake-dependency-regex)
25202 (makefile-makepp-rule-action-regex)
25203 (makefile-bsdmake-rule-action-regex): New constants.
25204 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
25205
25206 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25207 Allow (...) within `...' for makepp messages.
25208
25209 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
25210
25211 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
25212
25213 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
25214 "." files are deleted from all file lists before comparison.
25215
25216 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25217 (viper-ESC-key): Made them customizable.
25218
25219 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
25220
25221 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
25222
25223 * autorevert.el (auto-revert-buffers): Use save-match-data.
25224
25225 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25226
25227 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
25228 menu items with a nil command binding.
25229
25230 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
25231
25232 * emacs-lisp/cl-macs.el (defsetf):
25233 Improve argument/docstring consistency.
25234
25235 * faces.el (list-faces-display): Improve the formatting by
25236 computing the maximum length required for any face-name (reworked
25237 patch of 1999-01-11, accidentally deleted on 1999-07-21).
25238 (internal-find-face): Remove redundant info in docstring.
25239
25240 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
25241
25242 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
25243 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
25244 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
25245 (gdb-assembler-custom): Improve regexps.
25246 (def-gdb-auto-update-handler): Use window point to preserve point.
25247
25248 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25249
25250 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
25251
25252 2005-05-31 Jay Belanger <belanger@truman.edu>
25253
25254 * calc/calc-embed.el (calc-embedded-word): Change argument passed
25255 to calc-embedded.
25256 (calc-embedded-make-info): Have plain prefix argument select
25257 entire line.
25258
25259 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
25260
25261 * faces.el (list-faces-display): Signal error if passed a regexp
25262 that matches no face name.
25263
25264 * simple.el (filter-buffer-substring): Fix typo in docstring.
25265
25266 2005-05-31 Richard M. Stallman <rms@gnu.org>
25267
25268 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
25269 (vhdl-emacs-21): Doc fix.
25270 (vhdl-mode): Unconditionally set comment-padding.
25271 (vhdl-fixup-whitespace-region): Insert spaces only where
25272 there are none.
25273 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
25274
25275 2005-05-30 John Wiegley <johnw@newartisans.com>
25276
25277 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
25278 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
25279 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
25280 `directory-sep-char' to ?/, and all uses of `string-to-int' to
25281 `string-to-number'.
25282
25283 2005-05-30 Jay Belanger <belanger@truman.edu>
25284
25285 * calc/calc.el (calc-bug-address): Fix docstring.
25286 (calc-window-hook, calc-trail-window-hook): New variables.
25287 (calc-trail-display): Restore use of calc-trail-window-hook.
25288 (calc): Restore use of calc-window-hook.
25289
25290 2005-05-31 Masatake YAMATO <jet@gyve.org>
25291
25292 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
25293
25294 * help-fns.el (help-C-file-name): Add autoload mark for
25295 `find-function-noselect'.
25296
25297 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
25298
25299 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
25300 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
25301
25302 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25303
25304 * calendar/diary-lib.el (mark-included-diary-files): Only kill
25305 included diary buffer if it was not already being visited.
25306 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
25307
25308 * calendar/icalendar.el (top-level): Do not require appt.
25309
25310 * mail/supercite.el (sc-select-attribution): Only use a list
25311 element from sc-attrib-selection-list if it returns a string.
25312 Reported by Davide G. M. Salvetti <salve@debian.org>.
25313
25314 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
25315
25316 * thumbs.el (thumbs-thumbname): The resulting thumbname now
25317 includes a hash value to improve its uniqueness, and has a ".jpg"
25318 extension. Also, it is now a valid filename on all systems.
25319 (thumbs-make-thumb): Use `let', not `let*'.
25320 (thumbs-show-thumbs-list): Check for JPEG availability.
25321
25322 2005-05-30 Richard M. Stallman <rms@gnu.org>
25323
25324 * filesets.el (filesets-menu-ensure-use-cached):
25325 Prevent warning when emacs-version>= is undefined.
25326
25327 * printing.el (pr-interactive-n-up): Use string-to-number.
25328
25329 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
25330
25331 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25332 Warn only when name to be defined is quoted.
25333
25334 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
25335
25336 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
25337 Make regexp more robust.
25338 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
25339 Force regeneration of disassembly.
25340
25341 2005-05-29 Jay Belanger <belanger@truman.edu>
25342
25343 * calc/calc.el (calc-user-invocation): Check if
25344 calc-invocation-macro is non-nil.
25345
25346 2005-05-29 Juri Linkov <juri@jurta.org>
25347
25348 * add-log.el (change-log-font-lock-keywords):
25349 Add `+' to e-mail regexp to accept mail address with keywords.
25350
25351 * man.el (Man-name-regexp): Add `:' to accept qualified names.
25352
25353 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
25354
25355 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
25356
25357 * ielm.el (inferior-emacs-lisp-mode): Ditto.
25358
25359 2005-05-29 Richard M. Stallman <rms@gnu.org>
25360
25361 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
25362 Undo the change that moves to end of the current word.
25363
25364 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
25365
25366 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
25367 Throw error when count <= 0 to ensure input is a number.
25368 (gdb-read-memory-custom): Pick up address from buffer.
25369 (gdb-memory-mode): Allow user to increment and decrement
25370 memory address from header line.
25371
25372 2005-05-29 Richard M. Stallman <rms@gnu.org>
25373
25374 * flyspell.el (flyspell-version): Function deleted.
25375 (flyspell-auto-correct-previous-hook): Doc fix.
25376
25377 * jit-lock.el (jit-lock-function, jit-lock-after-change):
25378 Do nothing if memory is full.
25379
25380 * font-lock.el (font-lock-fontify-syntactically-region):
25381 Pass t for GREEDY to looking-back.
25382
25383 * saveplace.el (save-place-alist-to-file): Write the file
25384 using write-region.
25385
25386 * subr.el (looking-back): New argument GREEDY.
25387
25388 * progmodes/compile.el (compilation-start): Set the mode
25389 before inserting the initial text.
25390
25391 * progmodes/which-func.el (which-func-update-1): Turn the mode
25392 off in case of error by setting which-func-mode.
25393
25394 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
25395
25396 * flyspell.el (flyspell-auto-correct-previous-word):
25397 Narrow down to what's on the screen, and recenter overlays
25398 at the end of the next word.
25399
25400 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
25401
25402 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25403 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25404 (flyspell-abbrev-p): Default to nil.
25405 (flyspell-use-global-abbrev-table-p): Doc fix.
25406 (flyspell-large-region): Allow nil as value.
25407 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25408
25409 (mail-mode-flyspell-verify): More robust handling
25410 of `mail-header-separator'. More efficient signature detection.
25411 Allow for regexp metacharacters in message-header-separator.
25412 Adding `To' not to be checked in mail-mode-flyspell-verify.
25413
25414 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25415 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25416 Bind flyspell-auto-correct-binding.
25417 Bind C-. and C-, .
25418 (flyspell-mode-map): Likewise.
25419 (flyspell-mode): Doc fix.
25420 (flyspell-accept-buffer-local-defs): Preserve current buffer.
25421 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25422 (flyspell-word-cache-result): New var, always local.
25423 (flyspell-check-pre-word-p): Doc fix.
25424 (flyspell-check-changed-word-p): Handle spc like newline.
25425 (flyspell-post-command-hook): Set flyspell-word-cache-result.
25426 (flyspell-word-search-backward, flyspell-word-search-forward):
25427 New functions.
25428 (flyspell-word): Return t if nothing to check.
25429 When parsing TeX code, check for after } or \.
25430 Use flyspell-word-search-backward to find previous word.
25431 Return nil if duplicated word.
25432 For word already checked, return same value as last time.
25433 Set flyspell-word-cache-result after checking.
25434 Don't clobber the return value.
25435 (flyspell-get-word): Major rewrite.
25436 (flyspell-external-point-words): New locals pword, pcount.
25437 Fix size used in progress message.
25438 Find the proper corresponding word in flyspell-large-region-buffer.
25439 (flyspell-region): Check for flyspell-large-region = nil.
25440 (flyspell-highlight-incorrect-region): Clean up overlays in region.
25441 (flyspell-auto-correct-word): Check that WORD is a cons.
25442 (flyspell-correct-word): Likewise.
25443
25444 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
25445
25446 * progmodes/make-mode.el (makefile-rule-action-regex)
25447 (makefile-macroassign-regex, makefile-makepp-mode)
25448 (makefile-bsdmake-mode): Continuation lines may be empty.
25449 Reported by Joshua Varner.
25450 (makefile-makepp-font-lock-keywords): Add $(stem).
25451
25452 2005-05-28 Karl Berry <karl@gnu.org>
25453
25454 * textmodes/tex-mode.el: Now that tex-send-command calls
25455 shell-quote-argument (2005-03-31 change), remove all calls to
25456 shell-quote-argument; they all end up invoking tex-send-command.
25457 The double quoting loses on filenames with non-safe characters,
25458 such as "@". Reported by Frederik Fouvry.
25459
25460 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
25461
25462 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
25463 about preserving point.
25464
25465 2005-05-27 Jay Belanger <belanger@truman.edu>
25466
25467 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
25468 Info-goto-node.
25469
25470 * calc/calc-embed.el (calc-embed-arg): New variable.
25471 (calc-do-embedded-activate, calc-embedded-activate-formula)
25472 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
25473 variable by new variable.
25474 (calc-embedded-make-info): Replace undeclared variable by new
25475 variable. When selecting region with positive prefix
25476 argument, use end of previous line instead of beginning of line.
25477
25478 * calc/calc-aent.el (calc-arg-values): Declare it.
25479
25480 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
25481 Declare them.
25482
25483 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
25484
25485 * calc/calc.el (calc-alg-map): Declare it.
25486
25487 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
25488
25489 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
25490
25491 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
25492 (gdb-registers-buffer, toggle-gdb-all-registers):
25493 Toggle display of floating point registers.
25494 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
25495
25496 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
25497 (toggle-gud-tooltip-dereference):
25498 Rename from gud-toggle-tooltip-dereference.
25499
25500 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
25501
25502 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
25503
25504 2005-05-27 Jay Belanger <belanger@truman.edu>
25505
25506 * calc/calc-prog.el (calc-kbd-report): Remove.
25507 (calc-kbd-query): Rewrite.
25508
25509 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
25510
25511 * image.el (image-library-alist): Move to image.c.
25512 (image-type-available-p): Doc fix.
25513
25514 2005-05-27 Lute Kamstra <lute@gnu.org>
25515
25516 * calc/calc.el (calc):
25517 * outline.el (outline-1, outline-2, outline-3, outline-4)
25518 (outline-5, outline-6, outline-7, outline-8):
25519 * textmodes/dns-mode.el (dns-mode):
25520 * textmodes/sgml-mode.el (sgml-namespace-face):
25521 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
25522 (tex-verbatim-face, tex-use-reftex):
25523 * textmodes/texinfo.el (texinfo-heading-face):
25524 Specify customization group.
25525
25526 * longlines.el: Don't require easy-mmode.
25527 (longlines-visible-face): Specify customization group.
25528
25529 2005-05-27 Kenichi Handa <handa@m17n.org>
25530
25531 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
25532 encoding table of windows-1251.
25533
25534 * international/ucs-tables.el (ucs-set-table-for-input):
25535 If translation-table-for-input of a coding system is a symbol, get
25536 its translation-table property.
25537
25538 * international/code-pages.el: Don't register a coding system into
25539 non-iso-charset-alist more than once.
25540 (cp-make-coding-system): Likewise.
25541
25542 2005-05-26 John Wiegley <johnw@newartisans.com>
25543
25544 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
25545 `eshell-resume-eval' is wrapped in a list, it indicates that the
25546 command was run asynchronously. In that case, unwrap the value
25547 before checking the delimiter value.
25548
25549 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
25550 character before a space at the end of a line is \, assume the space
25551 is part of the last argument rather than a final argument separator.
25552
25553 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
25554 is in use, and the target is `t' or `nil' (which are the most common
25555 values), don't assume that the symbol target is a buffer.
25556
25557 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
25558
25559 * calendar/calendar.el (calendar-mode-line-format):
25560 Use mode-line-highlight as mouse-face.
25561
25562 * time.el (display-time-string-forms, display-time-update):
25563 Use mode-line-highlight as mouse-face.
25564
25565 2005-05-26 Jay Belanger <belanger@truman.edu>
25566
25567 * calc/calc.el (calc-language-alist): Remove extra defvar.
25568
25569 2005-05-26 Lute Kamstra <lute@gnu.org>
25570
25571 * arc-mode.el (archive-mode):
25572 * bookmark.el (bookmark-read-annotation-mode)
25573 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
25574 * bs.el (bs-mode):
25575 * calc/calc-yank.el (calc-edit-mode):
25576 * calc/calc.el (calc-mode, calc-trail-mode):
25577 * calculator.el (calculator-mode):
25578 * chistory.el (command-history-mode):
25579 * comint.el:
25580 * cus-edit.el (custom-mode):
25581 * descr-text.el (describe-text-mode):
25582 * ebuff-menu.el (Electric-buffer-menu-mode):
25583 * ediff-util.el (ediff-mode):
25584 * emacs-lisp/re-builder.el (reb-mode):
25585 * emulation/vi.el (vi-mode-setup):
25586 * emulation/ws-mode.el (wordstar-mode):
25587 * eshell/esh-mode.el (eshell-mode):
25588 * forms.el (forms-mode):
25589 * help-mode.el (help-mode):
25590 * hexl.el (hexl-mode):
25591 * ibuffer.el (ibuffer-mode):
25592 * ielm.el (inferior-emacs-lisp-mode):
25593 * info.el (Info-mode, Info-edit-mode):
25594 * international/swedish.el:
25595 * ledit.el (ledit-from-lisp-mode):
25596 * locate.el (locate-mode):
25597 * mail/rmail.el (rmail-mode):
25598 * mail/rmailedit.el (rmail-edit-mode):
25599 * mail/rmailsum.el (rmail-summary-mode):
25600 * mail/supercite.el (sc-electric-mode):
25601 * net/eudc.el (eudc-mode):
25602 * net/quickurl.el (quickurl-list-mode):
25603 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
25604 * obsolete/ooutline.el (outline-mode):
25605 * obsolete/options.el (Edit-options-mode):
25606 * obsolete/rnews.el (news-mode):
25607 * obsolete/rnewspost.el (news-reply-mode):
25608 * play/5x5.el (5x5-mode):
25609 * play/decipher.el (decipher-mode, decipher-stats-mode):
25610 * play/gomoku.el (gomoku-mode):
25611 * play/snake.el (snake-mode):
25612 * play/solitaire.el (solitaire-mode):
25613 * play/tetris.el (tetris-mode):
25614 * progmodes/ada-mode.el (ada-mode):
25615 * progmodes/antlr-mode.el (antlr-mode):
25616 * progmodes/autoconf.el (autoconf-mode):
25617 * progmodes/dcl-mode.el (dcl-mode):
25618 * progmodes/delphi.el (delphi-mode):
25619 * progmodes/ebrowse.el (ebrowse-tree-mode)
25620 (ebrowse-electric-list-mode, ebrowse-member-mode)
25621 (ebrowse-electric-position-mode):
25622 * progmodes/f90.el (f90-mode):
25623 * progmodes/fortran.el (fortran-mode):
25624 * progmodes/icon.el (icon-mode):
25625 * progmodes/idlw-help.el (idlwave-help-mode):
25626 * progmodes/idlw-shell.el (idlwave-shell-mode):
25627 * progmodes/idlwave.el (idlwave-mode):
25628 * progmodes/inf-lisp.el (inferior-lisp-mode):
25629 * progmodes/m4-mode.el (m4-mode):
25630 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
25631 * progmodes/modula2.el (modula-2-mode):
25632 * progmodes/octave-inf.el (inferior-octave-mode):
25633 * progmodes/octave-mod.el (octave-mode):
25634 * progmodes/pascal.el (pascal-mode):
25635 * progmodes/sh-script.el (sh-mode):
25636 * progmodes/sql.el (sql-mode, sql-interactive-mode):
25637 * progmodes/vhdl-mode.el (vhdl-mode):
25638 * progmodes/xscheme.el (scheme-interaction-mode):
25639 * replace.el (occur-mode):
25640 * ses.el (ses-mode):
25641 * simple.el (completion-list-mode):
25642 * skeleton.el:
25643 * speedbar.el (speedbar-mode):
25644 * term.el (term-mode):
25645 * terminal.el (terminal-edit-mode):
25646 * textmodes/reftex-index.el (reftex-index-mode)
25647 (reftex-index-phrases-mode):
25648 * textmodes/reftex-sel.el (reftex-select-label-mode)
25649 (reftex-select-bib-mode):
25650 * textmodes/reftex-toc.el (reftex-toc-mode):
25651 * wdired.el (wdired-change-to-wdired-mode):
25652 * wid-browse.el (widget-browse-mode):
25653 Use run-mode-hooks.
25654
25655 * array.el (array-mode):
25656 * calendar/todo-mode.el (todo-mode):
25657 * man.el (Man-mode):
25658 * play/landmark.el (lm-mode):
25659 * play/mpuz.el (mpuz-mode):
25660 Use kill-all-local-variables and run-mode-hooks.
25661
25662 * subr.el (delay-mode-hooks): Specify indentation.
25663
25664 2005-05-26 Mark A. Hershberger <mah@everybody.org>
25665
25666 * xml.el (xml-substitute-special): Don't die for undefined xml
25667 entities.
25668
25669 2005-05-26 Jay Belanger <belanger@truman.edu>
25670
25671 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
25672 of nil.
25673
25674 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
25675
25676 * progmodes/gdb-ui.el (gdb-frame-address):
25677 Rename from gdb-current-address.
25678 (gdb-previous-frame-address): Rename from gdb-previous-address.
25679 (gdb-selected-frame): Rename from gdb-current-frame.
25680 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
25681 (gdb-frame-number): Rename from gdb-current-stack-level.
25682 (gdb-ann3): Match new mode-name for disassembly buffer.
25683 Extend initialization of variables.
25684 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
25685 (gdb-memory-mode): Use mouse-face in header line.
25686 (gdb-assembler-buffer-name): Call it disassembly and give frame
25687 in mode line.
25688 (gdb-source-spec-regexp, gdb-assembler-custom)
25689 (gdb-invalidate-assembler, gdb-frame-handler):
25690 Make robust to leading zeroes in address format.
25691
25692 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
25693
25694 * textmodes/org.el (org-mode): Use `define-derived-mode' to
25695 define `org-mode'.
25696 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
25697
25698 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
25699
25700 * log-edit.el (log-edit-changelog-entries): Distinguish between
25701 filenames like xfns.c and fns.c.
25702
25703 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
25704
25705 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
25706 point after reverting.
25707 (Buffer-menu-make-sort-button): Handle the case where
25708 `Buffer-menu-use-header-line' is nil.
25709
25710 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
25711
25712 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
25713 New funcs. In minibuffer-local-completion-map bind `]', `/'
25714 and `:' to them.
25715
25716 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
25717
25718 * startup.el (normal-top-level): Allow modification of load-path while
25719 we're iterating over it.
25720
25721 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
25722
25723 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
25724 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
25725 (thumbs-resize-interactive, thumbs-insert-image)
25726 (thumbs-insert-thumb, thumbs-dired-show-marked)
25727 (thumbs-find-image-at-point, thumbs-delete-images)
25728 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
25729 (thumbs-increment-image-size, thumbs-decrement-image-size):
25730 Fix typos in docstrings.
25731
25732 2005-05-24 Andre Spiegel <spiegel@gnu.org>
25733
25734 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
25735 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
25736 (cperl-mode): Use them.
25737
25738 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
25739
25740 * window.el (quit-window, shrink-window-if-larger-than-buffer):
25741 Doc fixes.
25742
25743 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
25744
25745 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
25746 Bind C-d to gdb-inferior-io-eof.
25747
25748 * dired.el (dired-dnd-popup-notice): Use message-box.
25749
25750 2005-05-23 Masatake YAMATO <jet@gyve.org>
25751
25752 * bindings.el (mode-line-major-mode-keymap):
25753 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
25754
25755 * faces.el (mode-line-highlight): New face.
25756
25757 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
25758 as mouse-face.
25759
25760 * bindings.el (top-level, help-echo, mode-line-modified)
25761 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
25762 as mouse-face.
25763
25764 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
25765
25766 * progmodes/cc-engine.el (c-guess-basic-syntax):
25767 Remove spurious call to `zerop'.
25768
25769 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
25770
25771 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
25772
25773 CC Mode update to 5.30.10:
25774
25775 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
25776 could go past the limit in decoration level 2, thereby causing
25777 errors during interactive fontification.
25778
25779 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
25780 the file is evaluated interactively.
25781
25782 * cc-engine.el (c-guess-basic-syntax): Handle operator
25783 declarations somewhat better in C++.
25784
25785 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
25786 make use of `run-mode-hooks' which has been added in Emacs 21.1.
25787 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
25788 (awk-mode): Use it.
25789 (make-local-hook): Suppress warning about obsoleteness.
25790
25791 * cc-engine.el, cc-align.el, cc-cmds.el
25792 (c-append-backslashes-forward, c-delete-backslashes-forward)
25793 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
25794 Compensate for return value from `forward-line' when it has moved
25795 but not to a different line due to eob.
25796
25797 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
25798 `objc-method-intro' and `objc-method-args-cont'.
25799
25800 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
25801
25802 CC Mode update to 5.30.10:
25803
25804 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
25805 in the copyright statement. Incidentally, change "along with GNU
25806 Emacs" to "along with this program" where it occurs.
25807
25808 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
25809 so that it is interactive, hence can be found by M-x awk-mode
25810 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
25811 <gmorris+emacs@ast.cam.ac.uk>.
25812
25813 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
25814 Mode's regexps.
25815
25816 2005-05-23 Kevin Ryde <user42@zip.com.au>
25817
25818 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
25819 c-parse-state, to avoid a lisp error (on bad code).
25820
25821 2005-05-23 Lute Kamstra <lute@gnu.org>
25822
25823 * subr.el (font-lock-defaults): Remove defvar as it's already
25824 defined in font-core.el.
25825
25826 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
25827
25828 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
25829
25830 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
25831 more general and work when GDB variable "print pretty" is on,
25832 as with Emacs, for example.
25833
25834 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
25835
25836 * font-core.el: Update comment.
25837
25838 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25839 Use `after-change-major-mode-hook' instead of `find-file-hook'.
25840
25841 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
25842
25843 2005-05-22 Eli Zaretskii <eliz@gnu.org>
25844
25845 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
25846 and `yank-handler' in the doc strings.
25847
25848 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25849
25850 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
25851
25852 2005-05-22 Richard M. Stallman <rms@gnu.org>
25853
25854 * help.el (describe-key): Move print-help-return-message call
25855 out of conditional.
25856
25857 * progmodes/etags.el (list-tags): Use with-no-warnings.
25858
25859 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
25860 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
25861 (starttls-extra-args, starttls-extra-arguments): Add defvars.
25862
25863 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
25864
25865 * language/viet-util.el (viet-viscii-nonascii-translation-table):
25866 Add defvar.
25867
25868 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
25869 Use defvar, not defconst.
25870
25871 * hexl.el (hexl-follow-line): Use with-no-warnings.
25872
25873 * emulation/tpu-extras.el: Use write-file-functions instead of
25874 write-file-hooks.
25875
25876 * dired.el (dired-font-lock-keywords): Fontify files with junk
25877 extensions even if marked by -F.
25878
25879 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
25880
25881 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
25882 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
25883 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
25884 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
25885 (concatenate, list-length, get*, getf, cl-remprop):
25886 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
25887 (etypecase, progv, lexical-let, lexical-let*)
25888 (multiple-value-bind, multiple-value-setq, shiftf):
25889 Improve argument/docstring consistency.
25890
25891 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
25892
25893 2005-05-22 Andre Spiegel <spiegel@gnu.org>
25894
25895 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
25896 doesn't exist.
25897
25898 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
25899 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
25900
25901 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
25902
25903 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
25904 already deleted variables: auto-fill-hook, blink-paren-hook,
25905 lisp-indent-hook, inhibit-local-variables, unread-command-event,
25906 suspend-hooks, comment-indent-hook, meta-flag,
25907 before-change-function, after-change-function,
25908 font-lock-doc-string-face.
25909
25910 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
25911
25912 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
25913
25914 2005-05-21 Eli Zaretskii <eliz@gnu.org>
25915
25916 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
25917 rmail-dont-reply-to.
25918
25919 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25920
25921 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
25922 literal blank when splitting new-header-values.
25923
25924 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
25925
25926 * calendar/cal-menu.el (cal-menu-update): Add separator as a
25927 string so that tmm doesn't create a completion entry for it.
25928
25929 * textmodes/table.el (table-disable-menu): Ditto.
25930
25931 2005-05-21 Richard M. Stallman <rms@gnu.org>
25932
25933 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
25934
25935 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
25936
25937 * net/rcompile.el (remote-compile): Use compilation-start.
25938
25939 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
25940
25941 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
25942
25943 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
25944 Default to makefile-bsdmake-mode on BSD systems.
25945
25946 * imenu.el (imenu-generic-expression, imenu--generic-function'):
25947 REGEXP may also be a search function now. The part of doc-string
25948 for describing the structure was 95% identical to that of
25949 `imenu--generic-function'. Unify it there.
25950
25951 * progmodes/make-mode.el (makefile-imenu-generic-expression):
25952 Use function to find dependencies, because regexp alone is so complex,
25953 it easily goes into an endless loop.
25954 (makefile-makepp-mode): Also add submenu for Perl functions
25955 defined in the makefile.
25956 (makefile-bsdmake-mode): Special imenu-generic-expression no
25957 longer needed, due to function call.
25958 (makefile-match-dependency): Take BOUND into account when checking
25959 if we're through.
25960
25961 2005-05-20 Jay Belanger <belanger@truman.edu>
25962
25963 * calc/calc-units.el (calc-invalidate-units-table):
25964 Use inhibit-read-only.
25965 (math-build-units-table-buffer): Use view-mode.
25966
25967 2005-05-20 David Kastrup <dak@gnu.org>
25968
25969 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
25970 easy-menu-add is not a nop on Emacs; and clarify when to call it.
25971
25972 2005-05-20 Lute Kamstra <lute@gnu.org>
25973
25974 * diff-mode.el (diff-header-face, diff-file-header-face)
25975 (diff-index-face, diff-hunk-header-face, diff-removed-face)
25976 (diff-added-face, diff-changed-face, diff-function-face)
25977 (diff-context-face, diff-nonexistent-face): Put them in the
25978 diff-mode customization group.
25979
25980 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25981
25982 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
25983
25984 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
25985
25986 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
25987 Minor regexp-optimization.
25988
25989 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
25990
25991 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
25992 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
25993 (org-agenda-add-time-grid-maybe): New function.
25994 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
25995 (org-table-create): `dotimes' instead of `mapcar'.
25996 (org-xor): Simplify implementation.
25997 (org-agenda): `inhibit-redisplay' turned on.
25998 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
25999 a consistent line after a state change.
26000 (org-agenda-remove-times-when-in-prefix): New option.
26001 (org-prefix-has-time): New variable.
26002 (org-parse-time-string): Optional argument NODEFAULT.
26003 (org-format-agenda-item): Parse items for time-of-day
26004 specifications and move these into the prefix if possible.
26005 (org-agenda-priority): Get current heading, not previous heading
26006 during agenda remote editing.
26007
26008 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
26009
26010 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26011 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26012 (remove-duplicates, delete-duplicates, substitute)
26013 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26014 (nsubstitute-if-not, find, find-if, find-if-not, position)
26015 (position-if, position-if-not, count, count-if, count-if-not)
26016 (mismatch, search, sort*, stable-sort, merge, member*)
26017 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26018 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26019 (intersection, nintersection, set-difference, nset-difference)
26020 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26021 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26022 (nsublis, tree-equal): Improve argument/docstring consistency.
26023
26024 * subr.el (send-string, send-region): Remove obsolescence declaration.
26025 (window-dot, set-window-dot, read-input, show-buffer)
26026 (eval-current-buffer, string-to-int):
26027 Add release number to obsolescence declarations.
26028
26029 2005-05-19 Kim F. Storm <storm@cua.dk>
26030
26031 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26032 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26033
26034 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
26035
26036 * faces.el (list-faces-display): Make back button respect optional
26037 regexp arg.
26038
26039 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
26040
26041 * calculator.el (calculator-radix-grouping-mode)
26042 (calculator-radix-grouping-digits, calculator-displayer)
26043 (calculator-radix-grouping-separator, calculator-copy-displayer):
26044 * dabbrev.el (dabbrev-search-these-buffers-only):
26045 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26046 (diff-advance-after-apply-hunk, diff-mode-hook)
26047 (diff-minor-mode-prefix):
26048 * imenu.el (imenu-use-popup-menu):
26049 * jit-lock.el (jit-lock-context-time):
26050 * newcomment.el (comment-fill-column, comment-column)
26051 (comment-style, comment-padding, comment-multi-line)
26052 (comment-empty-lines, comment-auto-fill-only-comments):
26053 * reveal.el (reveal-around-mark):
26054 * uniquify.el (uniquify-buffer-name-style)
26055 (uniquify-after-kill-buffer-p)
26056 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
26057 (uniquify-min-dir-content, uniquify-separator)
26058 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
26059 * w32-vars.el (w32-fixed-font-alist):
26060 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
26061 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
26062 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
26063 * progmodes/perl-mode.el (perl-indent-level)
26064 (perl-continued-statement-offset, perl-continued-brace-offset)
26065 (perl-brace-offset, perl-brace-imaginary-offset)
26066 (perl-label-offset, perl-indent-continued-arguments)
26067 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
26068 * progmodes/tcl.el (tcl-indent-level)
26069 (tcl-continued-indent-level, tcl-auto-newline)
26070 (tcl-tab-always-indent, tcl-electric-hash-style)
26071 (tcl-help-directory-list, tcl-use-smart-word-finder)
26072 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
26073 (inferior-tcl-source-command):
26074 * textmodes/fill.el (enable-kinsoku):
26075 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
26076 * textmodes/table.el (table-yank-handler):
26077 Specify missing group (and type, if simple) in defcustom.
26078
26079 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
26080
26081 * progmodes/compile.el (compilation-finish-function): Fix defvar.
26082
26083 2005-05-19 Richard M. Stallman <rms@gnu.org>
26084
26085 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
26086
26087 * subr.el (event-basic-type): Don't get an error.
26088 (left-fringe-p): Function deleted.
26089
26090 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
26091 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
26092
26093 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
26094 in recursive copy.
26095
26096 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
26097
26098 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
26099
26100 * emacs-lisp/bytecomp.el
26101 (byte-compile-file-form-custom-declare-variable):
26102 Call byte-compile-nogroup-warn if appropriate.
26103
26104 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
26105 (compilation-set-window): Don't call left-fringe-p; do it directly.
26106
26107 2005-05-19 Jay Belanger <belanger@truman.edu>
26108
26109 * calc/calc-graph.el (calc-graph-format-data): Make sure
26110 var-PlotRejects is bound before trying to check its value.
26111
26112 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
26113
26114 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
26115 definition of this variable from reftex-global.el to reftex.el,
26116 because it is needed in the menu.
26117
26118 2005-05-19 Lute Kamstra <lute@gnu.org>
26119
26120 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
26121 years are fixed. Don't insert a space after a dash.
26122
26123 2005-05-19 Kim F. Storm <storm@cua.dk>
26124
26125 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
26126
26127 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
26128
26129 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
26130 strings, because (eq ... ?\\) is fairly frequent.
26131
26132 * progmodes/make-mode.el (makefile-add-this-line-targets):
26133 Simplify and integrate into `makefile-pickup-targets'.
26134 (makefile-add-this-line-macro): Simplify and integrate into
26135 `makefile-pickup-macros.
26136 (makefile-pickup-filenames-as-targets): Simplify.
26137 (makefile-previous-dependency, makefile-match-dependency):
26138 Don't stumble over `::'.
26139
26140 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
26141
26142 * subr.el (post-command-idle-hook, post-command-idle-delay):
26143 Remove obsoletion of post-command-idle-hook and
26144 post-command-idle-delay.
26145
26146 * faces.el (list-faces-display): Provide button when describe-face
26147 is called to take user back to the list of faces.
26148
26149 * help-fns.el (describe-variable): Remove hyperlinks in a
26150 variable's value as these are quite frequently inappropriate.
26151
26152 * follow.el (follow-submit-feedback, follow-mode):
26153 Remove references to post-command-idle-hook.
26154
26155 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
26156
26157 * progmodes/make-mode.el (makefile-previous-dependency)
26158 (makefile-match-dependency): Check for := (and in bsd mode also
26159 !=) to give a better result, even when font-lock is not on.
26160
26161 2005-05-18 Jay Belanger <belanger@truman.edu>
26162
26163 * calc/calc-help.el (calc-s-prefix-help):
26164 Add `calc-copy-special-constant' to help string.
26165
26166 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
26167
26168 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26169
26170 2005-05-18 Jay Belanger <belanger@truman.edu>
26171
26172 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
26173 in linear factors are in proper order.
26174
26175 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
26176
26177 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26178 Support for jurabib.
26179
26180 * textmodes/reftex.el (featurep): Define aliases for overlay
26181 commands, for XEmacs compatibility, and use these aliases in
26182 overlay initializations.
26183 (reftex-highlight): Use `reftex-move-overlay'.
26184 (reftex-unhighlight): Use `reftex-delete-overlay'.
26185 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
26186 (reftex-access-search-path): Use `reftex-uniquify' instead of
26187 `reftex-uniq'
26188
26189 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
26190 `before-string' property modification enables for Emacs as well.
26191 (reftex-select-item): Use `reftex-delete-overlay'.
26192 (reftex-select-mark): Use `reftex-make-overlay' and
26193 `reftex-overlay-put'.
26194 (reftex-select-unmark): Use `reftex-delete-overlay' and
26195 `reftex-overlay-put'.
26196
26197 2005-05-18 Lute Kamstra <lute@gnu.org>
26198
26199 * emacs-lisp/lisp.el (check-parens): Fix docstring.
26200
26201 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
26202
26203 * add-log.el (add-change-log-entry):
26204 * array.el (array-make-template, array-reconfigure-rows)
26205 (array-init-max-row, array-init-max-column)
26206 (array-init-columns-per-line, array-init-field-width):
26207 * replace.el (replace-match-maybe-edit, perform-replace):
26208 * textmodes/spell.el (spell-region):
26209 Replace `read-input' by `read-string'.
26210
26211 * forms.el (forms-mode):
26212 * finder.el (finder-compile-keywords):
26213 * shadowfile.el (shadow-read-files):
26214 Replace `eval-current-buffer' by `eval-buffer'.
26215
26216 * terminal.el (te-pass-through):
26217 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
26218 (ange-ftp-raw-send-cmd):
26219 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
26220 (send-process-next-char, telnet-initial-filter, telnet):
26221 Replace `send-string' by `process-send-string'.
26222
26223 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
26224 (prolog-consult-region): Replace `send-string' by
26225 `process-send-string'; replace `send-region' by `process-send-region'.
26226
26227 * progmodes/delphi.el (delphi-log-msg):
26228 Replace `set-window-dot' by `set-window-point'.
26229
26230 * subr.el (window-dot, set-window-dot, read-input, send-string)
26231 (send-region, show-buffer, eval-current-buffer):
26232 Make really obsolete, as the comment says.
26233
26234 2005-05-17 Kim F. Storm <storm@cua.dk>
26235
26236 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
26237 (cua--init-keymaps): Bind C-return instead of S-return to set
26238 rectangle mark.
26239
26240 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
26241 instead of S-return to toggle/clear rectangle mark.
26242
26243 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
26244
26245 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
26246 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
26247 Also fontify plain strings assigned to variables, mostly so that a
26248 colon has a face and is thus not taken as a dependency separator.
26249 (makefile-previous-dependency): Inline the new matcher, because it
26250 is too complex to work in both directions.
26251 (makefile-match-dependency): Eliminate `backward' arg (see above).
26252 Completely reimplemented so as to not sometimes go into an endless
26253 loop. It should also be more efficient, because first it only
26254 searches for `:', instead of applying the very complex regexp.
26255 (makefile-mode): Cancel `font-lock-support-mode', because blocks
26256 to be fontified in one piece can be too long for JIT.
26257 Makefiles are never *that* big.
26258
26259 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
26260
26261 * dired.el (dired-mode): Simplify.
26262
26263 2005-05-17 Lute Kamstra <lute@gnu.org>
26264
26265 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
26266 defcustom for the mode hook variable.
26267
26268 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
26269 Emacs Lisp Reference Manual.
26270
26271 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
26272
26273 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
26274 (evenp, list*):
26275 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
26276 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
26277
26278 * net/tramp-smb.el (tramp-smb-open-connection):
26279 Pass `tramp-chunksize' as fifth (required) argument.
26280
26281 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
26282
26283 * font-lock.el (lisp-font-lock-keywords-1):
26284 Set `font-lock-negation-char-face' for [^...] char group.
26285 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
26286
26287 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
26288 a var, and refine it to mask one more level of nested vars.
26289 (makefile-rule-action-regex): Turn it into a var, and refine it so
26290 it recognizes backslashed continuation lines as belonging to the
26291 same command.
26292 (makefile-macroassign-regex): Refine it so it recognizes
26293 backslashed continuation lines as belonging to the same command.
26294 (makefile-var-use-regex): Don't look at the next char, because it
26295 might be the same one to be skipped by the initial [^$], leading
26296 to an overlooked variable use.
26297 (makefile-make-font-lock-keywords): Remove two parameters, which
26298 are now variables that some of the modes set locally.
26299 Handle dependency and rule action matching through functions, because
26300 regexps alone match too often. Dependency matching now comes
26301 last, so it can check, whether a colon already matched something else.
26302 (makefile-mode): Inform that font-lock improves makefile parsing
26303 capabilities.
26304 (makefile-match-dependency, makefile-match-action): New functions.
26305
26306 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
26307
26308 * emacs-lisp/cl-extra.el (equalp): Doc fix.
26309
26310 * align.el (align-regexp):
26311 * ansi-color.el (ansi-color-get-face):
26312 * array.el (array-reconfigure-rows, array-init-max-row)
26313 (array-init-max-column, array-init-columns-per-line)
26314 (array-init-field-width):
26315 * dired-aux.el (dired-trample-file-versions):
26316 * dired-x.el (dired-mark-sexp):
26317 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
26318 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
26319 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
26320 * faces.el (face-read-integer):
26321 * files.el (backup-extract-version, insert-directory):
26322 * hexl.el (hexl-insert-decimal-char):
26323 * server.el (server-process-filter):
26324 * shell.el (shell-extract-num):
26325 * startup.el (command-line-1):
26326 * term.el (term-command-hook):
26327 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
26328 (time-stamp-do-number):
26329 * time.el (display-time-update):
26330 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
26331 (timezone-fix-time):
26332 * vms-patch.el (vms-suspend-resume-hook):
26333 * calendar/appt.el (appt-convert-time):
26334 * calendar/cal-bahai.el (mark-bahai-diary-entries):
26335 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
26336 * calendar/cal-islam.el (mark-islamic-diary-entries):
26337 * calendar/calendar.el (calendar-cursor-to-date)
26338 (calendar-star-date):
26339 * calendar/diary-lib.el (diary-attrtype-convert)
26340 (mark-diary-entries, diary-entry-time):
26341 * calendar/solar.el (solar-get-number):
26342 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
26343 * emacs-lisp/re-builder.el (reb-display-subexp):
26344 * emulation/edt.el (edt-set-scroll-margins):
26345 * emulation/tpu-extras.el (tpu-set-scroll-margins):
26346 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
26347 (vip-get-ex-count):
26348 * emulation/viper-ex.el (viper-get-ex-token)
26349 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
26350 * international/fontset.el (fontset-plain-name):
26351 * mail/feedmail.el (feedmail-look-at-queue-directory):
26352 * mail/mailalias.el (mail-get-names):
26353 * mail/rmail.el (rmail-convert-to-babyl-format):
26354 * mail/rmailsum.el (rmail-make-basic-summary-line)
26355 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
26356 (rmail-summary-goto-msg):
26357 * mail/smtpmail.el (smtpmail-read-response):
26358 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
26359 (ange-ftp-vms-add-file-entry):
26360 * play/gametree.el (gametree-looking-at-ply)
26361 (gametree-current-branch-score):
26362 * progmodes/ada-xref.el (ada-prj-find-prj-file)
26363 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
26364 * progmodes/cperl-mode.el (condition-case):
26365 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
26366 (ebrowse-set-member-buffer-column-width)
26367 (ebrowse-select-1st-to-9nth):
26368 * progmodes/etags.el (etags-snarf-tag):
26369 * progmodes/flymake.el (flymake-parse-line):
26370 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
26371 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
26372 (idlwave-shell-menu-def):
26373 * progmodes/ps-mode.el (ps-run-goto-error):
26374 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
26375 (vhdl-speedbar-contract-level):
26376 * term/mac-win.el (x-handle-numeric-switch):
26377 * term/sun-mouse.el (sun-get-frame-data):
26378 * term/w32-win.el (x-handle-numeric-switch):
26379 * term/x-win.el (x-handle-numeric-switch):
26380 * textmodes/ispell.el (ispell-parse-output):
26381 * textmodes/nroff-mode.el (nroff-outline-level):
26382 * textmodes/reftex-cite.el (reftex-bib-sort-year)
26383 (reftex-bib-sort-year-reverse, reftex-format-citation):
26384 * textmodes/reftex-parse.el (reftex-init-section-numbers)
26385 (reftex-section-number):
26386 * textmodes/texinfmt.el (texinfo-paragraphindent):
26387 Replace `string-to-int' by `string-to-number'.
26388
26389 * international/latexenc.el: Add page marker to force the "Local
26390 Variables:" string out of the last page.
26391
26392 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
26393
26394 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
26395 tooltip-change-major-mode.
26396 (gud-tooltip-print-command): Remove case where gud-minor-mode
26397 is gdb ("--fullname").
26398 (gud-tooltip-tips): Turn GUD tooltips off for this case and
26399 explain to user.
26400
26401 2005-05-16 Jay Belanger <belanger@truman.edu>
26402
26403 * calc/calc-store.el (calc-copy-special-constant): New function.
26404
26405 * calc/calc-ext.el (calc-init-extensions): Add binding for
26406 `calc-copy-special-constant'.
26407
26408 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26409 for the `calc-copy-special-constant' command.
26410
26411 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
26412
26413 * subr.el (left-fringe-p): New function.
26414
26415 * progmodes/compile.el (compilation-setup): Set local value of
26416 overlay-arrow-string to "" always.
26417 (compilation-set-window): Left fringe then don't scroll.
26418 No left fringe then no arrow and scroll message to top.
26419 (compilation-context-lines): Adjust doc string accordingly.
26420
26421 2005-05-16 Kim F. Storm <storm@cua.dk>
26422
26423 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26424 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26425 (ido-wide-find-dir-or-delete-dir): New command for M-d.
26426 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
26427 (ido-read-file-name): Handle commands with ido property value
26428 equal to find-file as reading a file name, to allow C-d to enter dired.
26429 (ibuffer-find-file): Add ido property with value find-file.
26430
26431 2005-05-15 Kim F. Storm <storm@cua.dk>
26432
26433 * subr.el (open-network-stream-nowait): Remove.
26434 (open-network-stream-server): Remove.
26435
26436 2005-05-15 Richard M. Stallman <rms@gnu.org>
26437
26438 * faces.el (describe-face): Output a definition link button.
26439
26440 * help-mode.el (help-face-def): New button type.
26441
26442 * emacs-lisp/copyright.el (copyright-fix-years):
26443 Match properly if the first year is 2-digit.
26444 Don't mess up the whitespace after the years by filling.
26445
26446 * dired-aux.el (dired-mark-confirm):
26447 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26448
26449 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26450 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26451 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26452
26453 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26454 Set font-lock-comment-start-skip.
26455
26456 * font-lock.el (font-lock-comment-start-skip): New variable.
26457 (font-lock-comment-end-skip): New variable.
26458 (font-lock-fontify-syntactically-region): Use them if non-nil.
26459
26460 2005-05-15 Jay Belanger <belanger@truman.edu>
26461
26462 * calc/calc-store.el (calc-store-value): Return a string rather
26463 than display it as a message.
26464 Use calc-var-name for variable name.
26465 (calc-store-into): Add the result of calc-store-value to message.
26466 (calc-copy-variable): Add a message.
26467 (calc-store-exchange): Improve error messages.
26468 (calc-store-binary, calc-store-map): Don't reset the values of
26469 special constants.
26470
26471 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
26472
26473 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
26474 manual to docstring.
26475
26476 * files.el (hack-local-variables-confirm): Add STRING argument.
26477 Make the function handle non file visiting buffers correctly.
26478 (hack-local-variables-prop-line, hack-local-variables)
26479 (hack-one-local-variable): Use STRING arg of
26480 `hack-local-variables-confirm'.
26481
26482 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
26483
26484 Sync with Tramp 2.0.49.
26485
26486 * net/tramp.el (tramp-handle-dired-call-process)
26487 (tramp-handle-insert-directory):`insert-buffer' cannot be used
26488 because the contents of the Tramp buffer is changed before
26489 insertion (`expand-file' and alike).
26490 (tramp-handle-insert-directory): If `localname' has an empty
26491 nondirectory name, it must not be quoted.
26492 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
26493 variable `tramp-chunksize'. Change callees.
26494 (tramp-open-connection-setup-interactive-shell): Check remote host
26495 for buggy `send-process-string' implementation.
26496 Set `tramp-chunksize' if found. Reported by Michael Kifer
26497 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
26498 (tramp-handle-shell-command): `insert-buffer' cannot be used
26499 because the contents of the Tramp buffer is changed before
26500 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
26501 <frederic.bothamy@free.fr>.
26502 (tramp-set-auto-save): Actions should be done for Tramp file name
26503 handler only. Ange-FTP has its own auto-save mechanism.
26504 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26505 (tramp-set-auto-save-file-modes): Set file modes of
26506 `buffer-auto-save-file-name' to ?\600 as fallback solution.
26507 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
26508 (tramp-bug): Remove obsolete variable.
26509 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
26510 for presence of `mml-mode'. Make it running for older Emacsen as well.
26511
26512 2005-05-14 John Paul Wallington <jpw@pobox.com>
26513
26514 * ibuf-ext.el (define-ibuffer-filter filename):
26515 If `dired-directory' is a list, use its car.
26516
26517 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
26518
26519 * ibuffer.el (define-ibuffer-column filename):
26520 If `dired-directory' is a list, use its car.
26521
26522 2005-05-14 Richard M. Stallman <rms@gnu.org>
26523
26524 * subr.el (symbol-file): Doc fix.
26525
26526 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
26527 (byte-compile-form): Call byte-compile-nogroup-warn.
26528 (byte-compile-warning-types): Doc fix.
26529
26530 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
26531
26532 * progmodes/cc-engine.el (c-literal-faces):
26533 Add font-lock-comment-delimiter-face.
26534
26535 * net/net-utils.el (dig): Use with-no-warnings.
26536
26537 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
26538 (sc-recite-frame-alist, sc-default-cite-frame)
26539 (sc-default-uncite-frame, sc-default-recite-frame)
26540 (sc-attrib-selection-list, sc-rewrite-header-list):
26541 Mark as risky-local-variable.
26542
26543 * international/ogonek.el (ogonek-jak, ogonek-how):
26544 Don't use beginning-of-buffer.
26545
26546 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
26547
26548 * calendar/solar.el (solar-data-list): Move definition up.
26549
26550 * dnd.el (dnd-protocol-alist): Add autoload.
26551
26552 * progmodes/sh-script.el: Many doc usage fixes.
26553 (sh-indent-after-do): Change default to match common styles.
26554
26555 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
26556
26557 * files.el (interpreter-mode-alist)
26558 (auto-mode-interpreter-regexp): Doc fixes.
26559
26560 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
26561
26562 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
26563
26564 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
26565
26566 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26567
26568 * dired.el (dired-mode): make-variable-buffer-local =>
26569 make-local-variable.
26570
26571 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26572
26573 * term/mac-win.el (mac-select-convert-to-string): Try coding
26574 systems in mac-script-code-coding-systems if specified one cannot
26575 encode string for `com.apple.traditional-mac-plain-text'.
26576
26577 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
26578
26579 * progmodes/make-mode.el (makefile-targets-face)
26580 (makefile-shell-face, makefile-makepp-perl-face): New faces.
26581 (makefile-dependency-regex): Fix it to not make the colon in
26582 $(var:a=b) special.
26583 (makefile-rule-action-regex): New regexp for highlighting embedded
26584 Shell strings.
26585 (makefile-macroassign-regex): Handle != for highlighting as
26586 embedded Shell strings.
26587 (makefile-var-use-regex): New const.
26588 (makefile-statements, makefile-automake-statements)
26589 (makefile-gmake-statements, makefile-makepp-statements)
26590 (makefile-bsdmake-statements): New consts.
26591 (makefile-make-font-lock-keywords): New function.
26592 (makefile-automake-font-lock-keywords)
26593 (makefile-gmake-font-lock-keywords)
26594 (makefile-makepp-font-lock-keywords)
26595 (makefile-bsdmake-font-lock-keywords): New consts.
26596 (makefile-mode-map): Add switchers between the various submodes.
26597 (makefile-mode): Document the availability of the variants.
26598 (makefile-automake-mode, makefile-gmake-mode)
26599 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
26600
26601 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
26602 new variants of makefile-mode.
26603
26604 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26605
26606 * font-lock.el (font-lock-comment-delimiter-face): Fix up
26607 the inheritance.
26608
26609 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
26610
26611 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
26612 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
26613
26614 * files.el (normal-mode): Extend the scope of the
26615 `enable-local-variables' binding to include the `set-auto-mode' call.
26616 (magic-mode-alist): Doc fix.
26617
26618 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26619
26620 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
26621 font-lock-comment-face rather than copying its setting.
26622
26623 2005-05-12 Andreas Schwab <schwab@suse.de>
26624
26625 * eshell/esh-mode.el (eshell-send-input): Doc fix.
26626
26627 2005-05-12 Lute Kamstra <lute@gnu.org>
26628
26629 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
26630 defcustom for the mode hook variable. Delete the last argument.
26631 * generic-x.el: Fix callers of define-generic-mode.
26632 (generic-x-modes): Delete group.
26633 (show-tabs-tab-face, show-tabs-space-face): Put them in the
26634 generic-x customization group.
26635
26636 2005-05-12 Kim F. Storm <storm@cua.dk>
26637
26638 * font-lock.el (font-lock-negation-char-face): Default to "off".
26639
26640 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
26641 font-lock-negation-char-face to ! in !=.
26642
26643 2005-05-12 Masatake YAMATO <jet@gyve.org>
26644
26645 * add-log.el (find-change-log): Fix typos in the docstring
26646 of function.
26647
26648 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
26649
26650 * international/latexenc.el (latexenc-find-file-coding-system):
26651 Avoid `re-search-forward' when looking for input encoding because
26652 of speed and safety. Better regular expressions for recognizing
26653 input encoding. Limit a search for TeX-master/tex-main-file to
26654 the local variable section.
26655
26656 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
26657
26658 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
26659 syntax of $ to "'" (quote).
26660
26661 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
26662
26663 * dnd.el (dnd-protocol-alist): Improve custom type.
26664
26665 * dired.el (dired-dnd-protocol-alist): New variable.
26666 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
26667 `dired-mode-hook' to the end.
26668
26669 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
26670
26671 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
26672 comment-end if comment-start-skip is not set.
26673 Obey the font-lock-comment-delimiter-face variables.
26674
26675 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
26676
26677 * files.el (executable-find): Move from executable.el. Use
26678 locate-file.
26679 * progmodes/executable.el (executable-find): Move to files.el.
26680
26681 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
26682 when trying to ensure forward progress.
26683
26684 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
26685
26686 * mouse-sel.el (mouse-sel-follow-link-p): New function.
26687 (mouse-select, mouse-select-internal, mouse-extend-internal):
26688 Use it to implement mouse-1-click-follows-link functionality.
26689
26690 2005-05-11 Richard M. Stallman <rms@gnu.org>
26691
26692 * font-lock.el (font-lock-fontify-syntactically-region):
26693 Use font-lock-comment-delimiter-face for comment delimiters.
26694
26695 2005-05-10 Jay Belanger <belanger@truman.edu>
26696
26697 * calc/calc-help.el (calc-m-prefix-help): Add mention of
26698 preserving embedded modes.
26699
26700 2005-05-10 Richard M. Stallman <rms@gnu.org>
26701
26702 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
26703
26704 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
26705 Move from ada-stmt.el.
26706 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
26707
26708 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
26709 Move to ada-mode.el.
26710 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
26711
26712 * cus-edit.el (custom-file): Call file-chase-links.
26713
26714 * files.el (read-directory-name): Fix previous change.
26715 (hack-local-variables-confirm): New function.
26716 (hack-local-variables-prop-line, hack-local-variables)
26717 (hack-one-local-variable): Use it.
26718
26719 2005-05-10 Lute Kamstra <lute@gnu.org>
26720
26721 * font-lock.el (font-lock-keywords-alist)
26722 (font-lock-removed-keywords-alist): Clarify docstrings.
26723
26724 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
26725
26726 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
26727 (gdb-source-info): Check for preprocessor info.
26728 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
26729 a macro for a function.
26730 (gdb-info-breakpoints-custom): Try to find file again if not already
26731 found (user might have used GDB dir command).
26732 (gdb-get-location): Update gdb-location-alist correctly for change
26733 to gdb-info-breakpoints-custom.
26734
26735 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
26736 (gud-tooltip-print-command): Add gdbmi case.
26737 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
26738 preprocessor info.
26739
26740 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
26741
26742 * startup.el (fancy-splash-insert): Fix typo in doc string.
26743
26744 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
26745
26746 * obsolete/float.el (string-to-float):
26747 * obsolete/hilit19.el (hilit-add-pattern):
26748 * obsolete/rnews.el (news-parse-range, news-select-message)
26749 (news-get-pruned-list-of-files): Replace `string-to-int' by
26750 `string-to-number'.
26751
26752 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
26753 `find-file-not-found-hooks'; use `add-hook'.
26754 (uncompress-while-visiting): Set `write-file-functions', not
26755 `write-file-hooks'; use `add-hook'.
26756
26757 2005-05-09 Kim F. Storm <storm@cua.dk>
26758
26759 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
26760 (cua-paste): Handle clipboard action.
26761 (cua--init-keymaps): Remap clipboard-kill-region and
26762 clipboard-kill-ring-save.
26763
26764 2005-05-08 Eli Zaretskii <eliz@gnu.org>
26765
26766 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26767 Improve commentary.
26768
26769 * simple.el (next-error-overlay-arrow-position): Revert the change
26770 made on 2005-04-30.
26771
26772 2005-05-07 Jay Belanger <belanger@truman.edu>
26773
26774 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
26775 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
26776 `calc-sel-reselect'.
26777
26778 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
26779 Calc is in embedded mode.
26780
26781 2005-05-07 Eli Zaretskii <eliz@gnu.org>
26782
26783 * progmodes/compile.el (compilation-setup):
26784 Set overlay-arrow-string to an empty string on text terminals.
26785
26786 * textmodes/ispell.el (ispell-program-name): Try looking for
26787 "aspell" along exec-path, and if found, use it as the default
26788 speller program.
26789
26790 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
26791
26792 * international/mule.el (sgml-xml-auto-coding-function):
26793 Recognize encoding='FOO' in single quotes as well as in double quotes.
26794
26795 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
26796
26797 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
26798 as well as `interactive', so that defmacro* would recognize
26799 `declare' forms.
26800
26801 2005-05-07 Eli Zaretskii <eliz@gnu.org>
26802
26803 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26804 Explain more about the LIGHTER arg's usage in the doc string.
26805 Add commentary to clarify what the code does. Fix the regexp that
26806 strips whitespace from LIGHTER. Quote LIGHTER before using it,
26807 since it could have characters special to regular expressions.
26808
26809 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26810
26811 * replace.el (occur-1): Bind inhibit-read-only so that
26812 erase-buffer doesn't barf on read-only text properties (likewise
26813 for add-text-properties in occur-engine). Mark buffer as unmodified.
26814 (occur-engine): Don't set buffer-read-only here.
26815
26816 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26817
26818 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
26819 list-buffers-directory. This caused the *cvs-commit* buffer to be
26820 sometimes mistakenly reused as a *cvs* buffer.
26821
26822 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
26823
26824 * tooltip.el: Move code for GUD tooltips into gud.el.
26825 (require): CL no longer needed to compile case.
26826 (tooltip-mode): Do not toggle functions for GUD tooltips.
26827 (tooltip-gud-tips-p): Remove. Replace with minor mode
26828 gud-tooltip-mode in gud.el.
26829 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
26830 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
26831 tooltip-gud prefix with gud-tooltip and obsolete.
26832 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
26833 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
26834 (tooltip-mouse-motion): Mouse movement functions/variable.
26835 Rename in gud.el by adding gud prefix.
26836 (tooltip-gud-original-filter, tooltip-gud-dereference)
26837 (tooltip-gud-event, tooltip-toggle-gud-tips)
26838 (tooltip-gud-process-output, tooltip-gud-print-command)
26839 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
26840 gud.el by replacing tooltip-gud prefix with gud-tooltip.
26841 (gdb-tooltip-print): Move to gdb-ui.el.
26842
26843 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
26844 (require): CL needed to compile case.
26845 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
26846 tooltip-gud-tips-p. Make it a minor-mode.
26847 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
26848 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
26849 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
26850 (gud-tooltip-change-major-mode)
26851 (gud-tooltip-activate-mouse-motions-if-enabled)
26852 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
26853 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
26854 (gud-tooltip-original-filter, gud-tooltip-dereference)
26855 (gud-tooltip-event, tooltip-toggle-gud-tips)
26856 (gud-tooltip-process-output, gud-tooltip-print-command)
26857 (gud-tooltip-tips): Move from tooltip.el.
26858
26859 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
26860 (gdb-cpp-define-alist-flags): Doc fix.
26861 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
26862 gud-tooltip-mode is t.
26863
26864 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26865
26866 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
26867 evaporate if their text is deleted.
26868 (goto-address-at-point): Make it work as a mouse binding as well.
26869 (goto-address-at-mouse): Obsolete it. Update users.
26870
26871 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
26872
26873 * calendar/appt.el (top-level): No longer activate on load.
26874
26875 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
26876
26877 * calendar/cal-bahai.el (mark-bahai-diary-entries):
26878 * net/webjump.el (webjump):
26879 * progmodes/idlw-help.el (idlwave-do-context-help1)
26880 (idlwave-highlight-linked-completions):
26881 * textmodes/po.el (po-find-file-coding-system-guts):
26882 Replace `assoc-ignore-case' by `assoc-string'.
26883
26884 2005-05-06 Eli Zaretskii <eliz@gnu.org>
26885
26886 * files.el (locate-file): Doc fix.
26887
26888 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
26889 Remove the redundant test for ms-dos.
26890
26891 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
26892 look for the preprocessor with exec-suffixes. If not found in
26893 standard places, look in exec-path. Remove most of the tests that
26894 used system-type.
26895
26896 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
26897
26898 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
26899
26900 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
26901 file-name clash with jka-compr.el on 8+3 filesystems.
26902
26903 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26904
26905 * term/mac-win.el: Don't define or bind scroll bar functions if
26906 x-toolkit-scroll-bars is t.
26907 (x-select-text, x-get-selection-value): Clear
26908 x-last-selected-text-clipboard if x-select-enable-clipboard is
26909 nil.
26910 (PRIMARY): Put mac-scrap-name property.
26911 (mac-select-convert-to-file-url): New function.
26912 (public.file-url): New selection target type. Add to
26913 selection-converter-alist.
26914 (x-get-selection, x-selection-value): Handle it.
26915 (x-cut-buffer-or-selection-value): New alias.
26916
26917 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26918
26919 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
26920 entry to avoid calling bibtex-find-entry with arg global
26921 being t. Remove arg key.
26922 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
26923 (bibtex-copy-summary-as-kill): Change accordingly.
26924
26925 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
26926
26927 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
26928 (org-agenda-date-later): Use with-current-buffer.
26929
26930 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
26931
26932 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
26933 (define-obsolete-variable-alias): Doc Fixes.
26934
26935 2005-05-06 Kim F. Storm <storm@cua.dk>
26936
26937 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
26938 vertical-motion when selective-display is active.
26939
26940 * ido.el (ido-setup-hook): New hook.
26941 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
26942 (ido-input-stack): New var.
26943 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
26944 ido-next-work-file binding to M-O.
26945 Bind M-f to ido-wide-find-file-or-pop-dir.
26946 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
26947 (ido-read-internal): Run ido-setup-hook.
26948 Catch quit in read-file-name and read-string to cancel edit.
26949 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
26950 Automatically pop-all when completing a directory name (RET).
26951 (ido-file-internal): Add with-no-warnings around ffap and dired code.
26952 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
26953 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
26954 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
26955 New functions for M-b/M-f to move among the directory components.
26956 (ido-make-merged-file-list): Catch quit to cancel merge.
26957 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
26958 (ido-completion-help): No warnings for ido-completion-buffer-full.
26959
26960 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
26961
26962 * font-lock.el (font-lock-negation-char-face): New face and variable.
26963 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
26964 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
26965 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
26966 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
26967
26968 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
26969
26970 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
26971 Fix typo in docstring.
26972
26973 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
26974 (ebrowse-print-statistics-line)
26975 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
26976
26977 * term/w32-win.el (image-library-alist): Add additional name for
26978 Xpm library.
26979
26980 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
26981
26982 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
26983 use gcc instead of cpp.
26984
26985 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
26986 (gdb-create-define-alist): Use it.
26987 (gdb-cpp-define-alist-program): Update for MS-DOS.
26988
26989 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
26990
26991 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
26992
26993 2005-05-04 Richard M. Stallman <rms@gnu.org>
26994
26995 * help.el (describe-key): No error when UNTRANSLATED is nil.
26996
26997 * simple.el (line-move-1): Fix previous change to signal errors
26998 appropriately.
26999
27000 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
27001
27002 * calendar/icalendar.el (icalendar-version): Now at 0.12.
27003 (icalendar-duration-correction): Remove.
27004 (icalendar--get-event-properties): Split result at commas.
27005 (icalendar--decode-isoduration): New optional argument
27006 DURATION-CORRECTION.
27007 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27008 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27009 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27010 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27011 (icalendar--convert-anniversary-to-ical): New functions, extracted
27012 from icalendar-export-region, with bug fixes.
27013 (icalendar-export-region): Use the above functions.
27014 (icalendar-import-buffer): Check before saving diary file.
27015 (icalendar--convert-recurring-to-diary)
27016 (icalendar--convert-non-recurring-all-day-to-diary)
27017 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27018 extracted from icalendar--convert-ical-to-diary, with bug fixes.
27019 (icalendar--convert-ical-to-diary): Use the above functions.
27020
27021 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
27022
27023 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27024 Remove these recent additions.
27025 (c-mode): Restore to before 2005-04-28.
27026
27027 * progmodes/cc-vars.el (cc-define-list-program): Remove this
27028 recent addition.
27029
27030 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27031 (gdb-define-alist): New variables.
27032 (gdb-create-define-alist): New function.
27033 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27034 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27035 with string-to-number.
27036 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
27037
27038 * progmodes/gud.el: Replace string-to-int with string-to-number.
27039 (gud-find-file): Handle gdb-define-alist.
27040
27041 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27042
27043 2005-05-02 Jay Belanger <belanger@truman.edu>
27044
27045 * calc/calc-aent.el (math-read-token):
27046 * calc/calc-bin.el (calc-word-size):
27047 * calc/calc-ext.el (calc-read-number-fancy):
27048 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
27049 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
27050 * calc/calc-frac.el (calc-over-notation):
27051 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
27052 (calc-graph-num-points, calc-graph-init):
27053 * calc/calc-prog.el (calc-read-parse-table-part)
27054 (calc-edit-macro-repeats):
27055 * calc/calc-yank.el (calc-do-grab-rectangle):
27056 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
27057 Replace `string-to-int' by `string-to-number'.
27058
27059 2005-05-02 Kim F. Storm <storm@cua.dk>
27060
27061 * kmacro.el: Use executing-kbd-macro-index variable.
27062
27063 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
27064
27065 * net/rlogin.el (rlogin-parse-words): Delete func.
27066 (rlogin): Use split-string, not rlogin-parse-words.
27067 Also, if there are option-like elements in the parsed args,
27068 take the host to be the first arg immediately following them.
27069 Suggested by Michael Mauger.
27070
27071 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
27072
27073 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
27074
27075 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
27076
27077 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
27078 (cc-mode-cpp-program): Rename to cc-define-list-program and
27079 move to cc-vars.el.
27080
27081 * progmodes/cc-vars.el (cc-define-list-program):
27082 Change to "gcc -E -dM -". Make customizable.
27083
27084 2005-05-02 Kim F. Storm <storm@cua.dk>
27085
27086 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
27087
27088 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
27089
27090 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
27091
27092 * international/mule-util.el (truncate-string): Remove alias and
27093 obsolete declaration.
27094
27095 * international/mule-cmds.el (update-iso-coding-systems):
27096 Remove alias and obsolete declaration.
27097
27098 * international/mule.el (coding-system-parent): Remove alias and
27099 obsolete declaration.
27100
27101 * subr.el (define-function, sref): Remove aliases and obsolete
27102 declarations.
27103 (chars-in-region): Remove obsolete declaration.
27104
27105 2005-05-01 Richard M. Stallman <rms@gnu.org>
27106
27107 * info.el (Info-mode): Set widen-automatically to nil, locally.
27108
27109 * simple.el (widen-automatically): New variable.
27110 (pop-global-mark): Obey widen-automatically.
27111
27112 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
27113
27114 * term/xterm.el (function-key-map): Call substitute-key-definition
27115 before the keymap size is increased by a lot of define-key calls.
27116
27117 2005-05-01 Richard M. Stallman <rms@gnu.org>
27118
27119 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
27120 Rename ARG to ELEMENT. Doc fix.
27121
27122 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
27123
27124 * allout.el (allout-exposure): Remove macro and obsolete declaration.
27125 Remove references to allout-exposure/change to allout-new-exposure.
27126
27127 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
27128 bytecode symbols.
27129
27130 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
27131 (compiled-function-p, focus-frame, unfocus-frame):
27132 Remove aliases and obsolete declarations.
27133 Back out inadvertent changes from previous commit.
27134
27135 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
27136
27137 * files.el (require-final-newline): Make Custom tags consistent
27138 with mode-require-final-newline.
27139 (mode-require-final-newline): Doc fix.
27140
27141 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
27142
27143 * international/latexenc.el (latexenc-find-file-coding-system):
27144 Fix regular expressions.
27145
27146 2005-05-01 David Kastrup <dak@gnu.org>
27147
27148 * international/latexenc.el (latexenc-find-file-coding-system):
27149 Fix regular expressions.
27150
27151 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
27152
27153 * subr.el (string-to-int): Make obsolete.
27154
27155 2005-04-30 Richard M. Stallman <rms@gnu.org>
27156
27157 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
27158
27159 * loadup.el: load jka-comp-hook.
27160
27161 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
27162 (jka-compr-handler): Add autoload. `put' calls moved
27163 to jka-comp-hook.el.
27164 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
27165 (jka-compr-inhibit): Autoload.
27166
27167 * jka-comp-hook.el: New file.
27168 Enable the mode by default.
27169
27170 * files.el (backup-buffer-copy): Use copy-file instead
27171 of write-region, and put back the 'excl.
27172
27173 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
27174
27175 * progmodes/flymake.el (flymake-split-string)
27176 (flymake-split-string, flymake-log, flymake-pid-to-names)
27177 (flymake-reg-names, flymake-get-source-buffer-name)
27178 (flymake-unreg-names, flymake-add-line-err-info)
27179 (flymake-add-err-info): Clarify docstrings.
27180 (flymake-popup-menu, flymake-make-emacs-menu)
27181 (flymake-make-xemacs-menu): Add docstrings.
27182 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
27183 Set variables directly throughout.
27184
27185 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
27186
27187 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
27188 exists. Initialize cc-define-alist.
27189 (c-mode): Add cc-create-define-alist locally to after-save-hook.
27190 If there is no file (Macroexpansion) don't create an alist.
27191
27192 2005-04-29 Sam Steingold <sds@gnu.org>
27193
27194 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
27195 (cc-create-define-alist): Use it instead of the hard-coded string.
27196
27197 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
27198
27199 * international/mule-conf.el (file-coding-system-alist): Fix regexp
27200 for latexenc.
27201
27202 2005-04-29 Lute Kamstra <lute@gnu.org>
27203
27204 * emacs-lisp/generic.el: Improve commentary section.
27205 (define-generic-mode): Improve docstring.
27206
27207 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
27208
27209 * textmodes/org.el (many places): Change to quiet the byte compiler.
27210 (org-prefix-format-compiled): New variable.
27211 (org-compile-prefix-format): New function.
27212 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
27213 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
27214 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
27215 (org-get-entries-from-diary): Use `org-get-time-of-day' for
27216 consistency with entries from `org-mode' files.
27217 (org-get-time-of-day): Fix bug with partial matches early in a line.
27218 (org-non-link-chars): New constant.
27219 (org-link-regexp): Respect `org-non-link-chars'.
27220 (org-agenda-day-view): Remove command.
27221 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
27222 (org-follow-bbdb-link, org-store-link): Search also company field.
27223 (org-highlight-overlay): New variable.
27224 (org-highlight, org-unhighlight): New functions.
27225 (org-agenda-mode): Add pre-command-hook to remove highlight.
27226 (org-evaluate-time-range): Behavior depends upon whether time stamp
27227 contains a time or not.
27228 (org-show-subtree, org-show-entry): New functions.
27229 (org-agenda-cleanup-fancy-diary): Remove empty lines.
27230
27231 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
27232
27233 * comint.el (comint-output-filter-functions): Add autoload cookie.
27234
27235 2005-04-28 Kim F. Storm <storm@cua.dk>
27236
27237 * ido.el (ido-everywhere): Fix last change.
27238
27239 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
27240
27241 * international/latexenc.el: New file.
27242 * international/mule-conf.el (file-coding-system-alist): For .tex,
27243 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
27244
27245 2005-04-28 Lute Kamstra <lute@gnu.org>
27246
27247 * font-lock.el (font-lock-add-keywords)
27248 (font-lock-remove-keywords): Clarify docstring.
27249 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
27250 Don't start docstrings with a `*'.
27251 (font-lock-update-removed-keyword-alist): Give it a docstring.
27252
27253 * generic-x.el: Update commentary section.
27254 Only require font-lock when compiling.
27255 Define all modes conditionally.
27256 Place all generic modes in the generic-x-modes customization group.
27257 (generic-x-modes): New customization group.
27258 (generic-default-modes, generic-mswindows-modes)
27259 (generic-unix-modes, generic-other-modes): New constants.
27260 (generic-define-mswindows-modes, generic-define-unix-modes):
27261 Update docstrings. Make them obsolete.
27262 (generic-extras-enable-list): New default value. Update docstring.
27263 Improve :type. Change :set function.
27264 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
27265 Fix docstring.
27266
27267 * emacs-lisp/generic.el (generic-mode-internal):
27268 Simplify font-lock-defaults.
27269 (define-generic-mode): Fix docstring.
27270
27271 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
27272
27273 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
27274 font-lock-face property to highlight matches.
27275
27276 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
27277
27278 * progmodes/cc-mode.el (cc-create-define-alist): New function.
27279 (cc-define-alist): New variable.
27280 (c-mode): Make it local and initialize it.
27281
27282 * progmodes/gdb-ui.el (gdb-active-process): New variable.
27283 (gdb-exited): New function.
27284 (gdb-annotation-rules): Use it.
27285 (gdb-starting): Set gdb-active-process to t.
27286 (gdb-stopping): Amend doc string.
27287 (gdb-reset): Set gdb-active-process to nil.
27288
27289 * tooltip.el (tooltip-gud-tips): Show the associated #define
27290 directives when a C program under GDB is not executing.
27291
27292 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
27293
27294 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
27295 font-lock-fontify-syntactic-keywords.
27296
27297 * font-lock.el (font-lock-default-fontify-region): Don't force
27298 parse-sexp-lookup-properties to nil.
27299
27300 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
27301
27302 * man.el (man-mode-syntax-table): Set up `:' to have
27303 word-constituent syntax.
27304
27305 2005-04-27 Lute Kamstra <lute@gnu.org>
27306
27307 * novice.el (disable-command): Don't add spurious newlines to the
27308 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
27309
27310 2005-04-26 Jay Belanger <belanger@truman.edu>
27311
27312 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
27313 than one window before deleting window.
27314
27315 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
27316
27317 * shell.el (shell-prompt-pattern): Doc fix.
27318 (shell-mode): Set paragraph-separate buffer locally to "\\'".
27319
27320 * comint.el (comint-prompt-regexp, comint-get-old-input)
27321 (comint-use-prompt-regexp)
27322 (comint-use-prompt-regexp-instead-of-fields)
27323 (comint-replace-by-expanded-history, comint-send-input)
27324 (comint-output-filter, comint-get-old-input-default)
27325 (comint-line-beginning-position, comint-bol, comint-show-output)
27326 (comint-backward-matching-input, comint-forward-matching-input)
27327 (comint-next-prompt, comint-previous-prompt):
27328 Rename `comint-use-prompt-regexp-instead-of-fields' to
27329 `comint-use-prompt-regexp'. Keep old name as alias and declare
27330 obsolete.
27331 (comint-use-prompt-regexp): Shorten first line of doc string.
27332
27333 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
27334 Set paragraph-separate buffer locally to "\\'".
27335
27336 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
27337 Adapt to above name change.
27338
27339 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
27340 (smbclient-prompt-regexp): Ditto.
27341
27342 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
27343
27344 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
27345
27346 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
27347 gdb-location-list.
27348 Break lines that are over 80 characters wide.
27349
27350 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
27351
27352 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
27353 New fun and var, to preserve compatibility.
27354
27355 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
27356
27357 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
27358
27359 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
27360 name to file-newer-than-file-p.
27361
27362 2005-04-26 Richard M. Stallman <rms@gnu.org>
27363
27364 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
27365
27366 * progmodes/python.el (python-mode):
27367 Use new name eldoc-documentation-function.
27368
27369 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
27370
27371 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27372 (eldoc-documentation-function):
27373 Rename from eldoc-print-current-symbol-info-function. Calls changed.
27374
27375 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
27376
27377 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
27378
27379 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
27380
27381 * term/xterm.el (function-key-map): Fix strings for
27382 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
27383 {C,S,A,C-S}-{f1-f12}.
27384
27385 2005-04-26 Kenichi Handa <handa@m17n.org>
27386
27387 * international/mule-cmds.el (select-safe-coding-system):
27388 Fix previous change.
27389
27390 2005-04-26 Lute Kamstra <lute@gnu.org>
27391
27392 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
27393
27394 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
27395 (font-lock-comment-delimiter-face): Ditto.
27396
27397 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27398
27399 2005-04-25 Jay Belanger <belanger@truman.edu>
27400
27401 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27402 to t while inserting information; use help-mode.
27403
27404 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
27405
27406 * term.el (ansi-term-color-vector): Use the xterm colors.
27407 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
27408
27409 2005-04-25 Lute Kamstra <lute@gnu.org>
27410
27411 * font-core.el (font-lock-defaults): Fix docstring.
27412
27413 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27414
27415 2005-04-25 Kenichi Handa <handa@m17n.org>
27416
27417 * international/mule-cmds.el (select-safe-coding-system):
27418 Don't check consistency with coding: spec, etc if raw-text or
27419 no-conversion was found to be safe.
27420
27421 2005-04-24 Richard M. Stallman <rms@gnu.org>
27422
27423 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27424 citation markers at start of each line.
27425
27426 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27427 citation markers at start of each line.
27428
27429 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27430
27431 * files.el (mode-require-final-newline): Fix previous change.
27432 (require-final-newline): Fix type label.
27433
27434 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
27435
27436 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27437 statement in buffer (broken by 2004-11-24 change).
27438
27439 2005-04-24 Kim F. Storm <storm@cua.dk>
27440
27441 * ido.el (ido-everywhere): Save and restore old read-buffer-function
27442 and read-file-name-function values. Don't overwrite existing
27443 non-nil values if ido-mode is enabled without ido-everywhere.
27444
27445 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
27446
27447 * files.el (mode-require-final-newline): Minor doc fix.
27448
27449 2005-04-24 Eli Zaretskii <eliz@gnu.org>
27450
27451 * subr.el (syntax-after): Doc fix.
27452 (syntax-class): If argument is nil, return nil. Mask off upper 16
27453 bits, not 8 bits.
27454
27455 * files.el (mode-require-final-newline): Doc fix.
27456 (backup-buffer-copy): Fix last change.
27457
27458 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27459
27460 * term/mac-win.el: Require select. Set selection-coding-system to
27461 mac-system-coding-system. Call menu-bar-enable-clipboard.
27462 (x-last-selected-text-clipboard, x-last-selected-text-primary)
27463 (x-select-enable-clipboard): New variables.
27464 (x-select-text, x-get-selection, x-selection-value)
27465 (x-get-selection-value, mac-select-convert-to-string)
27466 (mac-services-open-file, mac-services-open-selection)
27467 (mac-services-insert-text): New functions.
27468 (CLIPBOARD, FIND): Put mac-scrap-name property.
27469 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
27470 (public.tiff): Put mac-ostype property.
27471 (selection-converter-alist): Add entries for them.
27472 (mac-application-menu-map): New keymap.
27473 (interprogram-cut-function, interprogram-paste-function): Set to
27474 x-select-text and x-get-selection-value, respectively.
27475 (split-window-keep-point): Set to t.
27476
27477 2005-04-23 Richard M. Stallman <rms@gnu.org>
27478
27479 * files.el (read-directory-name): Always pass non-nil
27480 DEFAULT-FILENAME arg to read-file-name.
27481 (backup-buffer-copy, basic-save-buffer-2): Take care against
27482 writing thru an unexpected existing symlink.
27483 (revert-buffer): In indirect buffer, revert the base buffer.
27484 (magic-mode-alist): Doc fix.
27485 (buffer-stale-function): Doc fix.
27486 (minibuffer-with-setup-hook): Avoid warning.
27487 (mode-require-final-newline): Doc and custom fix.
27488
27489 * follow.el (follow-end-of-buffer): Use with-no-warnings.
27490
27491 * font-lock.el (font-lock-comment-face): On terminals with few colors,
27492 use the default appearance.
27493 (font-lock-comment-delimiter-face): New face, new variable.
27494
27495 * imenu.el (imenu--generic-function): The official position of a
27496 definition is the start of the line that BEG is in.
27497
27498 * midnight.el (midnight-timer): Move defvar up.
27499
27500 * mouse.el (mouse-drag-region-1): Delete some debugging code.
27501
27502 * saveplace.el (save-place-to-alist): Use with-no-warnings.
27503
27504 * startup.el (command-line): Use with-no-warnings.
27505
27506 * window.el (window-size-fixed): New defvar.
27507
27508 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
27509
27510 * mail/rmail.el (rmail-font-lock-keywords):
27511 Use font-lock-comment-delimiter-face.
27512
27513 * mail/sendmail.el (mail-font-lock-keywords):
27514 Use font-lock-comment-delimiter-face.
27515
27516 * progmodes/compile.el (next-error-highlight-timer): New defvar.
27517
27518 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
27519
27520 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27521 Specify t for LAXMATCH when matching directories.
27522 Save match data around compilation-compat-error-properties form.
27523
27524 2005-04-23 David Kastrup <dak@gnu.org>
27525
27526 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
27527 Mention that the autoloaded aliases should be kept for AUCTeX.
27528
27529 2005-04-23 Andreas Schwab <schwab@suse.de>
27530
27531 * isearch.el (isearch-forward): Doc fix.
27532
27533 2005-04-23 Eli Zaretskii <eliz@gnu.org>
27534
27535 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
27536 (jit-lock-stealth-nice): Change default value to 0.5.
27537
27538 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
27539
27540 * abbrev.el (write-abbrev-file): Write table entries in
27541 alphabetical order by table name.
27542
27543 2005-04-22 Kim F. Storm <storm@cua.dk>
27544
27545 * ido.el (ido-read-internal): Fix `list' completion.
27546
27547 2005-04-22 Kenichi Handa <handa@m17n.org>
27548
27549 * recentf.el (recentf-save-file-coding-system): New variable.
27550 (recentf-save-list): Encode the file by
27551 recentf-save-file-coding-system and add coding: tag.
27552
27553 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
27554
27555 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
27556
27557 2005-04-21 Lute Kamstra <lute@gnu.org>
27558
27559 * loadhist.el (unload-feature): Don't remove a function from hooks
27560 if it is about to be restored to an autoload . Remove functions
27561 that will become unbound from auto-mode-alist. Simplify the code.
27562
27563 * subr.el (assq-delete-all): New implementation that is linear,
27564 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
27565 (rassq-delete-all): New function.
27566
27567 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27568 Add size-indication-mode.
27569
27570 2005-04-21 Kenichi Handa <handa@m17n.org>
27571
27572 * international/mule-cmds.el: Add autoload for widget-value in
27573 eval-when-compile.
27574
27575 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
27576
27577 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27578 Add tooltip-mode.
27579
27580 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
27581
27582 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
27583
27584 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
27585 (inferior-lisp-filter-regexp, inferior-lisp-program)
27586 (inferior-lisp-load-command, inferior-lisp-prompt)
27587 (inferior-lisp-mode-hook, lisp-source-modes)
27588 (inferior-lisp-load-hook): defvar->defcustom.
27589 (inferior-lisp-program, inferior-lisp-prompt)
27590 (inferior-lisp-load-hook): Doc fixes.
27591 (inferior-lisp-install-letter-bindings): Small change in
27592 introductory comment.
27593
27594 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
27595
27596 * vc.el (vc-annotate-color-map): Change some colors so that text
27597 using them as foreground is readable on both white and black
27598 backgrounds.
27599
27600 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
27601
27602 * international/mule-conf.el (translation-table-for-input):
27603 Remove redundant declaration.
27604
27605 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
27606
27607 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
27608
27609 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
27610 (tooltip-toggle-gud-tips): New function.
27611
27612 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27613
27614 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
27615 right angle brackets.
27616
27617 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
27618
27619 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
27620
27621 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
27622
27623 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
27624 Remove. Update callers to use expand-file-name instead.
27625
27626 * subr.el (syntax-class): New function.
27627
27628 * simple.el (blink-matching-open): Use it.
27629
27630 * paren.el (show-paren-function): Use it to recognize parens that are
27631 also used in 2-char comment markers.
27632
27633 2005-04-19 Lute Kamstra <lute@gnu.org>
27634
27635 * loadhist.el (unload-feature): Update for new format of
27636 load-history. Simplify the code.
27637
27638 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27639
27640 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
27641 (mac-add-charset-info): New function. Initialize variable
27642 mac-charset-info-alist using it.
27643 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
27644 for translation.
27645 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
27646 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
27647 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
27648 New CCL programs.
27649
27650 2005-04-19 Kim F. Storm <storm@cua.dk>
27651
27652 * simple.el (next-buffer, prev-buffer, next-error)
27653 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27654 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
27655
27656 * bindings.el (next-buffer, prev-buffer, next-error)
27657 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27658 (clone-indirect-buffer-other-window): Move bindings from simple.el.
27659 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
27660 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
27661
27662 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
27663
27664 * isearch.el (isearch-edit-string): Make the search-ring available for
27665 minibuffer history commands.
27666 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
27667 the default history commands now work just as well.
27668 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
27669
27670 2005-04-18 Kim F. Storm <storm@cua.dk>
27671
27672 * emulation/cua-base.el (cua--pre-command-handler): Add more
27673 elaborate check for shift modifier on non-window systems.
27674
27675 2005-04-18 Lars Hansen <larsh@math.ku.dk>
27676
27677 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
27678
27679 2005-04-18 Kim F. Storm <storm@cua.dk>
27680
27681 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
27682 and make it optional. Don't test tooltip-gud-echo-area here.
27683 (tooltip-gud-process-output, gdb-tooltip-print):
27684 Pass tooltip-gud-echo-area to tooltip-show.
27685 (tooltip-help-tips): Remove second optional arg to tooltip-show.
27686
27687 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27688
27689 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
27690 `display-graphic-p' may not be bound yet.
27691
27692 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
27693
27694 * startup.el (command-line): No longer enable Xterm Mouse mode by
27695 default in terminals compatible with xterm.
27696
27697 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
27698
27699 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
27700
27701 * tooltip.el (tooltip-gud-echo-area): Rename from
27702 tooltip-use-echo-area.
27703 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
27704 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
27705 area independently of where help tooltips are displayed.
27706
27707 2005-04-17 David Kastrup <dak@gnu.org>
27708
27709 * cus-theme.el (custom-theme-write-variables): Quote variables
27710 where necessary.
27711
27712 2005-04-17 Richard M. Stallman <rms@gnu.org>
27713
27714 * simple.el (yank-excluded-properties): Add follow-link to value.
27715
27716 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
27717
27718 * startup.el (fancy-splash-max-time): Just 30 seconds.
27719 (fancy-splash-delay): Just 7.
27720 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
27721
27722 * loadhist.el (unload-feature): Update for new format of load-history.
27723 Simplify the code.
27724
27725 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
27726 (rmail-font-lock-keywords): Don't fontify the text of a citation.
27727
27728 * mail/sendmail.el (mail-font-lock-keywords):
27729 Don't fontify subject text.
27730 Don't fontify the text of a citation.
27731
27732 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
27733
27734 * comint.el (comint-output-filter): Run comint-output-filter-functions
27735 with point where the user had it.
27736
27737 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
27738
27739 * international/ucs-tables.el (ucs-set-table-for-input):
27740 Disable when using unify-on-decoding.
27741
27742 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
27743
27744 * emulation/cua-base.el (cua-global-mark-face): Add special case
27745 for displays supporting a high number of colors.
27746
27747 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
27748
27749 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
27750
27751 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
27752
27753 * filesets.el (filesets-add-buffer): If user supplies a name of a
27754 non-existing fileset, create a new fileset.
27755
27756 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
27757
27758 * textmodes/org.el (org-up-heading-all): Fix bug with
27759 `outline-up-heading-all'.
27760
27761 2005-04-16 Andreas Schwab <schwab@suse.de>
27762
27763 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
27764 /etc/permissions.d/* and /etc/aliases.d/*.
27765
27766 2005-04-16 Kenichi Handa <handa@m17n.org>
27767
27768 * international/code-pages.el (cp-make-coding-system):
27769 Set `translation-table-for-input' property value to the symbol
27770 ucs-mule-to-mule-unicode, not to that value.
27771 (pt154): Escape guillemet by `\'.
27772
27773 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
27774
27775 * loadup.el: Load tooltip if x-show-tip is fboundp.
27776
27777 * startup.el (command-line): Add comment.
27778
27779 * tooltip.el (tooltip-mode): Specify correct standard value for
27780 Custom in init-value.
27781
27782 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
27783
27784 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
27785 possible.
27786
27787 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
27788
27789 * textmodes/org.el (org-agenda-date-prompt): Rename from
27790 `org-agenda-date-today'.
27791 (org-evaluate-time-range): Insert at point instead of directly
27792 after time range.
27793 (org-first-headline-recenter, org-subtree-end-visible-p)
27794 (org-optimize-window-after-visibility-change): New functions
27795 (org-agenda-post-command-hook): Don't allow point at end of line,
27796 to make sure it always hits the text properties.
27797 (org-agenda-next-date-line, org-agenda-previous-date-line):
27798 New commands.
27799 (org-set-regexps-and-options): Category may contain white space.
27800 (org-agenda-get-deadlines, org-agenda-get-scheduled):
27801 Improve marker positions.
27802 (org-agenda-new-marker): Argument POS made optional.
27803 (org-agenda-get-timestamps): Deadlines which are done are listed
27804 in org-done-face now.
27805 (org-agenda-get-todos, org-agenda-get-timestamps)
27806 (org-agenda-get-deadlines, org-agenda-get-scheduled):
27807 Set `undone-face' and `done-face' properties.
27808 (org-last-todo-state-is-todo): New variable.
27809 (org-todo): Set `org-last-todo-state-is-todo'.
27810 (org-agenda-todo): Change face according to
27811 `org-last-todo-state-is-todo'. And change other lines referring to
27812 the same entry.
27813 (org-calendar-goto-agenda): New command.
27814 (org-calendar-to-agenda-key): New option.
27815 (org-startup-folded): New allowed value `content'.
27816 (org-set-regexps-and-options): Accept new value `content' for
27817 `org-startup-folded'.
27818 (org-get-current-options): Handle new value `content' for
27819 `org-startup-folded'.
27820 (org-insert-todo-heading): New command.
27821 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
27822 interactively in empty file and option
27823 `org-insert-mode-line-in-empty-file' has been set.
27824 (org-agenda-todo, org-agenda-priority): Modify to use
27825 `org-agenda-change-all-lines'.
27826 (org-warning-face): Change color on dark background
27827
27828 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27829
27830 * international/mule-cmds.el (set-locale-environment): On Mac OS,
27831 use preferences AppleLocale and AppleLanguages, and variable
27832 mac-system-locale for default locale. On Mac OS Classic, use
27833 mac-system-coding-system for default coding systems.
27834
27835 * term/mac-win.el: Don't set file-name-coding-system.
27836 Decode variables system-name, emacs-build-system, user-login-name, and
27837 user-full-name by mac-system-coding-system on Mac OS Classic.
27838 (mac-system-coding-system): New variable.
27839
27840 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
27841
27842 * startup.el (command-line): Handle `xterm-mouse-mode' before
27843 reading init file.
27844
27845 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
27846
27847 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
27848
27849 * progmodes/sh-script.el (sh-here-document-word): Make it a
27850 defcustom. Doc fix.
27851 (sh-add): Bash uses $(( )) for arithmetic.
27852 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
27853 (sh-maybe-here-document): Remove quotes and leading whitespace
27854 from heredoc word when closing. Indent heredoc with tabs if word
27855 starts with "-".
27856
27857 2005-04-13 Richard M. Stallman <rms@gnu.org>
27858
27859 * simple.el (undo): Fix previous change.
27860
27861 * custom.el (defface): Doc fix.
27862
27863 2005-04-13 Lute Kamstra <lute@gnu.org>
27864
27865 * Makefile.in (DONTCOMPILE): Remove list.
27866 (compile, compile-always): Don't use DONTCOMPILE.
27867 (update-authors): Load the library in which batch-update-authors
27868 is defined.
27869 * makefile.w32-in (DONTCOMPILE): Remove list.
27870 (compile, compile-always): Fix comments.
27871 (update-authors): Load the library in which batch-update-authors
27872 is defined.
27873
27874 * generic-x.el (generic-mode-ini-file-find-file-hook):
27875 Rename to ini-generic-mode-find-file-hook.
27876 Keep generic-mode-ini-file-find-file-hook as an alias.
27877 (ini-generic-mode-find-file-hook): Rename from
27878 generic-mode-ini-file-find-file-hook. Fix docstring.
27879 (ini-generic-mode): Docstring change.
27880 (bat-generic-mode-run-as-comint): Silence the byte compiler.
27881
27882 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
27883 called from lisp.
27884
27885 * generic.el: Move to the emacs-lisp subdir.
27886
27887 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
27888
27889 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
27890 and C-S- function and cursor motion keys.
27891
27892 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
27893
27894 * startup.el (command-line): Enable Xterm Mouse mode by default.
27895 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
27896 for Custom. No longer show "Mouse" in mode line when enabled.
27897 Doc fix.
27898
27899 2005-04-12 Kim F. Storm <storm@cua.dk>
27900
27901 * emulation/cua-base.el (cua-rectangle-face)
27902 (cua-rectangle-noselect-face): Define face attributes here.
27903
27904 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
27905
27906 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27907
27908 * startup.el (command-line): Turn off blinking cursor if
27909 cursorBlink in resources is off or false.
27910
27911 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27912
27913 * term/mac-win.el (dnd): Require dnd.
27914 (mac-drag-n-drop): Call dnd-handle-one-url.
27915 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
27916 (kTextEncodingISOLatin2): Remove constants.
27917 (mac-script-code-coding-systems): New constant.
27918 (mac-handle-language-change): New function.
27919 (special-event-map): Bind it to `language-change' event.
27920 (mac-centraleurroman, mac-cyrillic): New coding systems.
27921 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
27922 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
27923 and mac-cyrillic-encoder to encode-mac-centraleurroman and
27924 encode-mac-cyrillic, respectively.
27925
27926 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27927
27928 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
27929 Don't set overlay-arrow-string to "=>" as this is done
27930 globally in C now.
27931
27932 2005-04-12 Lute Kamstra <lute@gnu.org>
27933
27934 * generic-x.el (rc-generic-mode, rul-generic-mode):
27935 Fix auto-mode-alist entries.
27936 (etc-fstab-generic-mode): Tweak fontification.
27937
27938 * generic.el (generic-make-keywords-list): Fix docstring.
27939 (generic-mode-internal): Simplify generic-font-lock-keywords.
27940
27941 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
27942
27943 * whitespace.el (whitespace-buffer-leading)
27944 (whitespace-buffer-trailing): Revert the incorrect test inversion.
27945 However, fix the highlight area for the leading and
27946 trailing whitespaces to show space.
27947
27948 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
27949
27950 * whitespace.el (whitespace-version): Bump to 3.5
27951
27952 (whitespace-buffer-leading, whitespace-buffer-trailing):
27953 Invert sense of the test to highlight the whitespace.
27954
27955 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27956
27957 * progmodes/gud.el (gud-display-line): GUD uses its own
27958 overlay arrow now so don't set overlay-arrow-string.
27959 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
27960
27961 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
27962
27963 * term.el (term-ansi-current-bold, term-ansi-current-underline)
27964 (term-ansi-current-reverse, term-ansi-current-invisible)
27965 (term-ansi-face-already-done): Change to boolean.
27966 (term-reset-terminal, term-handle-colors-array): Handle the above
27967 vars accordingly.
27968 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
27969 (term-emulate-terminal): Use the new name.
27970
27971 * faces.el (secondary-selection): Use yellow1, not yellow.
27972 (trailing-whitespace): Use red1, not red.
27973
27974 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27975
27976 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
27977 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
27978 (dired-dnd-handle-file): Call dnd-get-local-file-uri
27979
27980 * cus-edit.el (dnd): New group.
27981
27982 * term/w32-win.el (dnd): Require dnd
27983 (w32-drag-n-drop): Call dnd-handle-one-url.
27984
27985 * x-dnd.el: Require dnd.
27986 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
27987 Call dnd-handle-one-url.
27988 (x-dnd-types-alist, x-dnd-insert-utf8-text)
27989 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
27990 to dnd-insert-text.
27991 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
27992 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
27993 (x-dnd-get-local-file-name, x-dnd-open-local-file)
27994 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
27995
27996 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
27997
27998 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27999
28000 * wdired.el: Doc fixes.
28001 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28002 (wdired-use-dired-vertical-movement): Rename from
28003 wdired-always-move-to-filename-beginning.
28004 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28005 (wdired-change-to-wdired-mode): Change mode name.
28006 (wdired-newline): Delete.
28007
28008 2005-04-11 Richard M. Stallman <rms@gnu.org>
28009
28010 * whitespace.el (whitespace-highlight-the-space):
28011 Don't call whitespace-unhighlight-the-space here.
28012
28013 * simple.el (undo): Record t in undo-equiv-table
28014 for the redo record made by an undo-in-region.
28015
28016 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
28017
28018 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28019 (gdb-frame-inferior-io-buffer): New Functions to control
28020 display of separate IO buffer.
28021 (menu): Add them to menu-bar.
28022 (gdb-display-buffer): Check for buffer another frame.
28023 Protect GUD buffer.
28024 (gdb-setup-windows): Create IO buffer if not already there.
28025 (gdb-memory-mode): Remove purecopy noops.
28026
28027 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
28028
28029 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28030 and pass to self-insert-command.
28031
28032 2005-04-11 Lute Kamstra <lute@gnu.org>
28033
28034 * generic.el: Commentary section cleanup.
28035 (generic): Delete.
28036 (generic-use-find-file-hook, generic-lines-to-scan)
28037 (generic-find-file-regexp, generic-ignore-files-regexp)
28038 (default-generic-mode, generic-mode-find-file-hook)
28039 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28040 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
28041 (generic-use-find-file-hook, generic-lines-to-scan)
28042 (generic-find-file-regexp, generic-ignore-files-regexp)
28043 (default-generic-mode, generic-mode-find-file-hook)
28044 (generic-mode-ini-file-find-file-hook): Move from generic.el.
28045
28046 2005-04-10 Karl Fogel <kfogel@red-bean.com>
28047
28048 * bookmark.el (bookmark-write-file): Catch errors writing file.
28049 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
28050
28051 2005-04-10 Richard M. Stallman <rms@gnu.org>
28052
28053 * startup.el (fancy-splash-tail): Update copyright year.
28054 (command-line): Split part of -Q into -D.
28055 (emacs-basic-display): New defvar.
28056 (fancy-splash-text): Correct name of menu item.
28057
28058 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
28059
28060 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
28061 lines in one node.
28062
28063 * comint.el (comint-send-input): New arg ARTIFICIAL.
28064 Callers in this file changed.
28065
28066 * abbrev.el (define-abbrevs): Read system abbrevs properly.
28067
28068 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
28069
28070 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
28071
28072 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
28073 `ldap-search-internal'.
28074
28075 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
28076
28077 * files.el (set-auto-mode-1): Use line-end-position.
28078
28079 * international/latin-1.el:
28080 * international/latin-2.el:
28081 * international/latin-3.el:
28082 * international/latin-4.el:
28083 * international/latin-5.el:
28084 * international/latin-8.el:
28085 * international/latin-9.el: Give punctuation syntax to NBSP.
28086
28087 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
28088 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
28089 Use char-classes to accept non-ascii letters, accepted in some recent
28090 bibtex implementations.
28091
28092 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
28093
28094 * custom.el (custom-set-minor-mode): Any non-nil value for the
28095 variable should enable the mode when set through Custom.
28096
28097 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
28098
28099 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
28100 TAB binding so tab-always-indent is obeyed.
28101 (vhdl-minibuffer-local-map): Move initialization into declaration.
28102 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
28103 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
28104 (vhdl-hooked-abbrev): Avoid test for XEmacs.
28105 (vhdl-current-line): Use line-beginning-position.
28106 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
28107 with-output-to-temp-buffer, so the current position can be recorded.
28108
28109 2005-04-10 Masatake YAMATO <jet@gyve.org>
28110
28111 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28112 Add regexp for gcov.
28113
28114 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
28115
28116 * calendar/time-date.el (time-to-seconds, seconds-to-time)
28117 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
28118 syntax which Emacs 20 doesn't support.
28119
28120 2005-04-09 Richard M. Stallman <rms@gnu.org>
28121
28122 * help.el (describe-key-briefly, describe-key):
28123 Replace strings as event types with "(any string)".
28124
28125 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
28126
28127 * arc-mode.el (archive-mode-map): Move initialization into
28128 the declaration. Override *all* bindings of `undo'.
28129 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
28130
28131 2005-04-09 Jay Belanger <belanger@truman.edu>
28132
28133 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
28134
28135 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
28136
28137 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
28138 (xterm-register-default-colors): Update color values computation
28139 to match xterm-200.
28140
28141 2005-04-09 Kenichi Handa <handa@m17n.org>
28142
28143 * international/code-pages.el (iso-latin-7): Fix the map.
28144
28145 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
28146
28147 * emacs-lisp/lisp.el (defun-prompt-regexp)
28148 (parens-require-spaces, buffer-end, end-of-defun)
28149 (insert-parentheses): Doc fixes.
28150
28151 2005-04-08 Kim F. Storm <storm@cua.dk>
28152
28153 * comint.el (comint-highlight-prompt): Fix face spec.
28154 * hi-lock.el (hi-green): Likewise.
28155
28156 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
28157
28158 * cus-edit.el (custom-modified-face):
28159 * comint.el (comint-highlight-input): Fix previous changes.
28160 * term.el (term-handle-ansi-escape): Add a comment.
28161
28162 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
28163
28164 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
28165 in the buffer and in whitespace-highlighted-space.
28166 (whitespace-unhighlight-the-space): Simplify.
28167 (whitespace-buffer): Simplify.
28168
28169 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
28170
28171 * textmodes/table.el (table-cell-face): Add special case for
28172 displays supporting a high number of colors.
28173 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
28174 (vhdl-font-lock-reserved-words-face)
28175 (vhdl-speedbar-architecture-face)
28176 (vhdl-speedbar-instantiation-face)
28177 (vhdl-speedbar-architecture-selected-face)
28178 (vhdl-speedbar-instantiation-selected-face): Likewise.
28179 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
28180 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
28181 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
28182 (ebrowse-root-class-face, ebrowse-member-attribute-face)
28183 (ebrowse-progress-face): Likewise.
28184 * progmodes/compile.el (compilation-info-face): Likewise.
28185 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
28186 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
28187 * calendar/calendar.el (diary-face): Likewise.
28188 * woman.el (woman-italic-face, woman-bold-face)
28189 (woman-unknown-face): Likewise.
28190 * wid-edit.el (widget-button-pressed-face): Likewise.
28191 * whitespace.el (whitespace-highlight-face): Likewise.
28192 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
28193 * pcvs-info.el (cvs-marked-face): Likewise.
28194 * info.el (info-xref): Likewise.
28195 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
28196 * hilit-chg.el (highlight-changes-face)
28197 (highlight-changes-delete-face): Likewise.
28198 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
28199 (hi-red-b): Likewise.
28200 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
28201 * font-lock.el (font-lock-keyword-face)
28202 (font-lock-function-name-face, font-lock-warning-face): Likewise.
28203 * cus-edit.el (custom-invalid-face, custom-modified-face)
28204 (custom-set-face, custom-changed-face, custom-variable-tag-face)
28205 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
28206 * comint.el (comint-highlight-prompt): Likewise.
28207
28208 2005-04-08 Lute Kamstra <lute@gnu.org>
28209
28210 * font-lock.el (font-lock-keywords): Docstring fixes.
28211
28212 2005-04-08 Kenichi Handa <handa@m17n.org>
28213
28214 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
28215 chars are more than a limit, print " and more..." at the tail.
28216
28217 2005-04-08 Kim F. Storm <storm@cua.dk>
28218
28219 * emacs-lisp/authors.el (authors-aliases): Update list.
28220 (authors-ignored-files): New list.
28221 (authors-fixed-entries): Fix typo.
28222 (authors-renamed-files-alist): Update list.
28223 (authors-add): Check authors-ignored-files.
28224
28225 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
28226
28227 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
28228 optional, to ensure backward compatibility.
28229
28230 2005-04-08 Stephen Eglen <stephen@gnu.org>
28231
28232 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
28233
28234 2005-04-08 Kim F. Storm <storm@cua.dk>
28235
28236 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
28237
28238 * mouse.el (mouse-on-link-p): Doc fix.
28239
28240 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
28241
28242 * ielm.el (ielm-prompt-read-only): Doc fix.
28243
28244 * comint.el (comint-prompt-read-only): Doc fix.
28245
28246 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
28247
28248 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
28249 ensure dired always handles wildcards passed to ffap.
28250 (find-file-at-point): Use it.
28251 (ffap-dired-wildcards): Doc fix.
28252
28253 2005-04-07 Juri Linkov <juri@jurta.org>
28254
28255 * simple.el (next-error-overlay-arrow-position): New defvar.
28256 Put "=>" on its property `overlay-arrow-string'. Add it to
28257 `overlay-arrow-variable-list'.
28258
28259 * progmodes/compile.el (compilation-setup):
28260 Set `next-error-overlay-arrow-position' to nil. Also set it to
28261 nil in the local hook `kill-buffer-hook'. Make local variable
28262 `overlay-arrow-string' and set it to "=>".
28263 (compilation-goto-locus): Set BOL position to
28264 `next-error-overlay-arrow-position' instead of
28265 `overlay-arrow-position'.
28266
28267 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
28268 locally instead of adding it to the global hook.
28269 (Info-kill-buffer): Move up.
28270
28271 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
28272
28273 * term/xterm.el (xterm-standard-colors): Update color values from
28274 xterm-200.
28275
28276 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
28277
28278 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
28279
28280 * fast-lock.el:
28281 * lazy-lock.el: Move them to the obsolete subdir.
28282
28283 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28284
28285 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
28286 (wdired-add-replace-advice): Remove.
28287 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
28288
28289 2005-04-06 Kim F. Storm <storm@cua.dk>
28290
28291 * startup.el (command-line): Add --bare-bones alias for -Q.
28292
28293 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28294
28295 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
28296 create the startup fontset if a font specification ends with
28297 `mac-roman'.
28298
28299 2005-04-06 Lute Kamstra <lute@gnu.org>
28300
28301 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
28302 change.
28303
28304 * emacs-lisp/copyright.el (copyright-update-year): Replace the
28305 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
28306
28307 2005-04-05 Lute Kamstra <lute@gnu.org>
28308
28309 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
28310 (define-generic-mode): Ditto. Fix debug declaration.
28311
28312 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
28313 Put them in the generic-x group.
28314
28315 * calendar/timeclock.el (timeclock): Doc fix.
28316
28317 * generic.el (define-generic-mode): Don't use custom-current-group.
28318 Document default :group value.
28319 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
28320 (define-global-minor-mode): Don't use custom-current-group.
28321
28322 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
28323
28324 * startup.el (command-line-1): Display startup-echo-area-message
28325 when fancy splash screen is in use.
28326
28327 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
28328 (sh-escaped-newline): New face.
28329 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
28330 newline, and use sh-escaped-newline face.
28331
28332 * progmodes/tcl.el (tcl-escaped-newline): New face.
28333 (tcl-builtin-list): New variable.
28334 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
28335 newlines. Fix keywords subexpression number.
28336
28337 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
28338
28339 * textmodes/org.el (org-diary-default-entry): Fix call to
28340 `add-to-diary-entry'.
28341
28342 2005-04-05 Kim F. Storm <storm@cua.dk>
28343
28344 * ediff-init.el: Use (featurep 'xemacs).
28345
28346 2005-04-05 David Ponce <david@dponce.com>
28347
28348 * cus-edit.el (face): Derive from symbol widget. Display sample
28349 of the current face on the fly.
28350 (widget-face-sample-face-get, widget-face-notify): New functions.
28351 (widget-face-value-create): Remove.
28352
28353 * wid-edit.el (widget-field-end): Temporarily remove field
28354 narrowing before to call `get-char-property'.
28355
28356 2005-04-04 Jay Belanger <belanger@truman.edu>
28357
28358 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
28359 (math-read-subscripts): New variable.
28360 (math-read-preprocess-string): Process subscripts.
28361
28362 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
28363
28364 * comint.el (comint-prompt-read-only): Doc fix.
28365
28366 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
28367 `-1'. Doc fix.
28368
28369 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
28370
28371 * textmodes/org.el (org-insert-mode-line-in-empty-file):
28372 Change default value to nil.
28373
28374 2005-04-04 Lute Kamstra <lute@gnu.org>
28375
28376 * autorevert.el (auto-revert-mode): Specify :group.
28377 * battery.el (display-battery-mode): Specify :group.
28378 * diff-mode.el (diff-minor-mode): Specify :group.
28379 * font-core.el (font-lock-mode): Specify :group.
28380 * hl-line.el (hl-line-mode): Specify :group.
28381 * iimage.el (iimage): New customization group.
28382 (iimage-mode): Specify :group.
28383 * longlines.el (longlines-mode): Specify :group.
28384 * master.el: Don't require easy-mmode.
28385 (master): New customization group.
28386 (master-mode): Specify :group.
28387 * msb.el (msb-mode): Specify :group.
28388 * reveal.el (reveal-mode): Specify :group.
28389 * simple.el (next-error-follow-minor-mode): Specify :group.
28390 * smerge-mode.el (smerge-mode): Specify :group.
28391 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
28392 * emulation/cua-base.el (cua-mode): Specify :group.
28393 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
28394 * language/thai-util.el (thai-auto-composition-mode)
28395 (thai-word-mode): Specify :group.
28396 * mail/supercite.el (sc-minor-mode): Specify :group.
28397 * progmodes/cwarn.el (cwarn-mode): Specify :group.
28398 * progmodes/flymake.el (flymake-mode): Specify :group.
28399 * progmodes/glasses.el (glasses-mode): Specify :group.
28400 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28401 * textmodes/enriched.el (enriched-mode): Specify :group.
28402 * textmodes/refill.el (refill-mode): Specify :group.
28403
28404 * add-log.el (change-log-font-lock-keywords): Names in
28405 parenthesized lists can contain spaces.
28406
28407 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
28408
28409 * startup.el (fancy-splash-text): Shorten default text of
28410 "Emacs Tutorial" line. Also, if the current language env
28411 indicates an available tutorial file other than TUTORIAL,
28412 extract its title and append it to the line in parentheses.
28413 (fancy-splash-insert): If arg is a thunk, funcall it.
28414
28415 2005-04-04 Jay Belanger <belanger@truman.edu>
28416
28417 * calc.el (calc-language-alist): Add tags to customization type.
28418
28419 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
28420
28421 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28422 Doc fix.
28423
28424 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
28425
28426 * add-log.el (change-log-font-lock-keywords): The manual
28427 describing a Change Log entry, says: (...) "Aside from these
28428 header lines, every line in the change log starts with a space or
28429 a tab.". The font-lock was not highlighting lines started with
28430 spaces, added support for it.
28431
28432 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28433
28434 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28435 (bibtex-generate-url-list): Update docstring accordingly. Put the
28436 complex example in the docstring.
28437 (bibtex-font-lock-url): Use pop.
28438
28439 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
28440
28441 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28442
28443 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28444
28445 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
28446
28447 * filesets.el (filesets-set-default): Doc fix.
28448
28449 2005-04-03 Lute Kamstra <lute@gnu.org>
28450
28451 * generic.el (define-generic-mode): Add argument to specify
28452 keywords for defcustom.
28453 (default-generic-mode): Specify :group.
28454
28455 * generic-x.el: Specify :group for all generic modes.
28456
28457 * desktop.el (desktop-no-desktop-file-hook)
28458 (desktop-after-read-hook): Doc fix.
28459
28460 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
28461
28462 * simple.el (visible-mode): Use explicit :group keyword.
28463 This changes the group of `visible-mode-hook' from paren-blinking
28464 to editing-basics.
28465
28466 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
28467
28468 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
28469 mailbox specifications as well as URLs.
28470 (rmail-insert-inbox-text): Remove unused conditional branches.
28471
28472 2005-04-01 Jay Belanger <belanger@truman.edu>
28473
28474 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
28475 (calc-gnuplot-print-command): Move definitions to calc.el.
28476
28477 * calc/calc-embed.el (calc-embedded-announce-formula)
28478 (calc-embedded-open-formula, calc-embedded-close-formula)
28479 (calc-embedded-open-word, calc-embedded-close-word)
28480 (calc-embedded-open-plain, calc-embedded-close-plain)
28481 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
28482 (calc-embedded-open-mode, calc-embedded-close-mode):
28483 Move definitions to calc.el.
28484
28485 * calc/calc.el (calc-settings-file, calc-language-alist):
28486 Make customizable.
28487 (calc-embedded-announce-formula, calc-embedded-open-formula)
28488 (calc-embedded-close-formula, calc-embedded-open-word)
28489 (calc-embedded-close-word, calc-embedded-open-plain)
28490 (calc-embedded-close-plain, calc-embedded-open-new-formula)
28491 (calc-embedded-close-new-formula, calc-embedded-open-mode)
28492 (calc-embedded-close-mode, calc-gnuplot-name)
28493 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
28494 from other files and make customizable.
28495
28496 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
28497
28498 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
28499 Use buffer-live-p.
28500 (cvs-mode-run): Don't call cvs-update-header here.
28501 (cvs-run-process): Call cvs-update-header.
28502 Use process properties for cvs-postprocess and cvs-buffer so that
28503 the sentinel can behave better if the temp buffer is killed.
28504 Use a pipe rather than a tty, to better handle unexpected prompts.
28505 (cvs-sentinel): Rewrite. Call cvs-update-header.
28506
28507 2005-04-01 Andre Spiegel <spiegel@gnu.org>
28508
28509 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
28510 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
28511
28512 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
28513
28514 * generic.el (define-generic-mode): Add indentation rule.
28515
28516 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
28517
28518 * files.el (mode-require-final-newline): Make Custom correctly
28519 report a nil value and allow to set it to nil via Custom.
28520 Doc fix.
28521
28522 2005-04-01 Kenichi Handa <handa@m17n.org>
28523
28524 * international/characters.el: Enable the correct case setting for
28525 dotless-i and dotted-I.
28526
28527 2005-04-01 Kim F. Storm <storm@cua.dk>
28528
28529 * ido.el (ido-file-internal): Fall back to non-ido command if
28530 initial directory is on slow ftp (or tramp) host.
28531
28532 2005-03-31 Richard M. Stallman <rms@gnu.org>
28533
28534 * emacs-lisp/autoload.el (make-autoload):
28535 Handle define-global-minor-mode.
28536
28537 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28538 Rename from easy-mmode-define-global-mode.
28539 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
28540
28541 * progmodes/scheme.el (scheme-mode-syntax-table):
28542 Update syntax of | and # for two-character comment syntax.
28543
28544 2005-03-31 Lute Kamstra <lute@gnu.org>
28545
28546 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
28547 (define-minor-mode): Call custom-current-group at load-time.
28548
28549 * generic.el (define-generic-mode): Add debug declaration.
28550 Add defcustom for the mode hook.
28551 (generic-mode-internal): Use run-mode-hooks.
28552
28553 2005-03-31 Kim F. Storm <storm@cua.dk>
28554
28555 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
28556 (mouse-fixup-help-message): New defun called by show_help_echo
28557 to fixup mouse-2 prefix in help messages when applicable.
28558
28559 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
28560
28561 2005-03-31 Kenichi Handa <handa@m17n.org>
28562
28563 * language/thai-word.el (thai-find-word-ends): Pay attention to
28564 the case that we reach the end of buffer.
28565
28566 * textmodes/fill.el (fill-text-properties-at): New function.
28567 (fill-newline): Use fill-text-properties-at instead of
28568 text-properties-at.
28569
28570 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
28571
28572 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
28573 not comint-quote-filename.
28574
28575 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
28576
28577 * help-fns.el (help-with-tutorial): Revert last change.
28578
28579 2005-03-31 Kim F. Storm <storm@cua.dk>
28580
28581 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
28582
28583 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
28584
28585 * calendar/cal-china.el: Update reference to "Calendrical
28586 Calculations" book; there's a new edition.
28587 * calendar/cal-coptic.el: Likewise.
28588 * calendar/cal-french.el: Likewise.
28589 * calendar/cal-hebrew.el: Likewise.
28590 * calendar/cal-islam.el: Likewise.
28591 * calendar/cal-iso.el: Likewise.
28592 * calendar/cal-julian.el: Likewise.
28593 * calendar/cal-mayan.el: Likewise.
28594 * calendar/cal-persia.el: Likewise.
28595 * calendar/calendar.el: Likewise.
28596 * calendar/holidays.el: Likewise.
28597 * calendar/lunar.el: Likewise.
28598 * calendar/solar.el: Likewise.
28599
28600 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
28601 white space from doc string.
28602
28603 2005-03-30 Jay Belanger <belanger@truman.edu>
28604
28605 * calc/calc-help.el (calc-full-help): Remove email address.
28606
28607 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
28608
28609 * help-fns.el (help-with-tutorial): Delete title line.
28610
28611 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28612
28613 * calendar/cal-x.el (calendar-one-frame-setup)
28614 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
28615 rather than `symbol' for set-window-dedicated-p.
28616
28617 * calendar/appt.el (appt-buffer-name): Make it a constant.
28618 (appt-add): Doc fix.
28619
28620 * filesets.el (filesets-menu-path, filesets-menu-before)
28621 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
28622 (filesets-menu-cache-file): Use directory ~/.emacs.d.
28623 (filesets-add-submenu): Delete and use add-submenu instead.
28624
28625 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
28626
28627 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
28628 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
28629 (org-diary-default-entry): New function.
28630 (org-get-entries-from-diary): Better parsing of diary entries.
28631 (org-agenda-check-no-diary): New function.
28632 ("diary-lib"): Advice to function `add-to-diary-list', to allow
28633 linking to diary entries.
28634 (org-agenda-execute-calendar-command): New function.
28635 (org-agenda): Improve visible section in window.
28636 Use `org-fit-agenda-window'.
28637 (org-fit-agenda-window): New option.
28638 (org-move-subtree-down): Better handling of empty lines
28639 at end of subtree.
28640 (org-cycle): Numeric prefix is interpreted now as show-subtree N
28641 levels up.
28642 (org-fontify-done-headline): New option.
28643 (org-headline-done-face): New face.
28644 (org-set-font-lock-defaults): Use `org-headline-done-face'.
28645 (org-table-copy-down): Rename from `org-table-copy-from-above'.
28646 When current field is non-empty, it is copied to next row.
28647 (org-table-copy-from-above): Fix bug which made it
28648 impossible to copy fields containing only a single non-white character.
28649
28650 2005-03-30 Kim F. Storm <storm@cua.dk>
28651
28652 * kmacro.el (kmacro-end-macro): Isearch may store this command
28653 into the macro -- so ignore it when executing keyboard macro.
28654
28655 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
28656
28657 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
28658
28659 2005-03-29 Kenichi Handa <handa@m17n.org>
28660
28661 * language/thai.el ("Thai"): Set setup-function and exit-function
28662 for Thai language environment.
28663
28664 * language/thai-util.el: Require thai-word.
28665 (thai-word-mode-map): New variable.
28666 (thai-word-mode): New minor mode.
28667 (setup-thai-language-environment-internal): New function.
28668 (exit-thai-language-environment-internal): New function.
28669
28670 * language/thai-word.el (thai-word-table): Declare it by defvar,
28671 use dolist to initialize it.
28672 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
28673 (thai-fill-find-break-point): New functions.
28674
28675 2005-03-29 Richard M. Stallman <rms@gnu.org>
28676
28677 * simple.el (idle-update-delay): Move definition up.
28678 (set-mark): Doc fix.
28679
28680 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
28681
28682 * longlines.el: New file.
28683
28684 * simple.el (buffer-substring-filters): New variable.
28685 (filter-buffer-substring): New function.
28686 (kill-region, copy-region-as-kill): Use it.
28687
28688 * register.el (copy-to-register, append-to-register)
28689 (prepend-to-register): Use filter-buffer-substring.
28690
28691 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
28692
28693 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
28694 (gud-filter-pending-text): Move in front of gdb.
28695 (gud-overlay-arrow-position): New variable.
28696 (gud-sentinel, gud-display-line): Use it in place of
28697 overlay-arrow-position.
28698
28699 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
28700
28701 * progmodes/fortran.el (fortran-if-indent): Doc fix.
28702 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
28703 (fortran-font-lock-keywords-4): New variable.
28704 (fortran-blocks-re, fortran-end-block-re)
28705 (fortran-start-block-re): New constants, for hideshow.
28706 (hs-special-modes-alist): Add a Fortran entry.
28707 (fortran-mode-map): Bind fortran-end-of-block,
28708 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
28709 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
28710 (fortran-looking-at-if-then, fortran-end-of-block)
28711 (fortran-beginning-of-block): New functions, for hideshow.
28712
28713 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
28714 Doc fix. Tweak regexp.
28715 (f90-beginning-of-block): Push mark first.
28716
28717 2005-03-29 Jay Belanger <belanger@truman.edu>
28718
28719 * calc/calc.el: Update copyright date.
28720 (calc-version): Increase to 2.1.
28721 (calc-version-date): Remove.
28722
28723 * calc/calc-help.el: Update copyright date.
28724 (calc-full-help): Remove reference to calc-version-date.
28725 Update copyright date.
28726
28727 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
28728
28729 * vc.el (vc-do-command): Use a pipe for async processes, so password
28730 prompts don't show up at places where the user can't reply.
28731
28732 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
28733
28734 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
28735 on the file name we pass to the inferior shell.
28736
28737 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28738
28739 * progmodes/which-func.el (which-function): Be robust in the face of an
28740 imenu--make-index-alist failure.
28741
28742 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
28743
28744 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
28745
28746 * progmodes/python.el (python-preoutput-filter): Fix last change.
28747
28748 2005-03-29 Lute Kamstra <lute@gnu.org>
28749
28750 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
28751 functions and compiled macros.
28752 (debug-convert-byte-code): Handle macros too.
28753 (debug-on-entry-1): Don't signal an error when trying to clear a
28754 function that is not set to debug on entry.
28755
28756 2005-03-29 Jay Belanger <belanger@truman.edu>
28757
28758 * calc/calc-lang.el: Add functions to math-function-table
28759 properties of tex and math.
28760
28761 2005-03-29 Kenichi Handa <handa@m17n.org>
28762
28763 * ps-mule.el (ps-mule-plot-string): Translate characters by
28764 ps-print-translation-table.
28765 (ps-mule-begin-job): Call find-charset-region/string with
28766 ps-print-translation-table.
28767 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
28768
28769 * ps-print.el (ps-print-translation-table): New variable.
28770 (ps-plot-region): Translate characters by ps-print-translation-table.
28771
28772 2005-03-29 Juri Linkov <juri@jurta.org>
28773
28774 * simple.el (next-error-highlight-timer): New variable.
28775
28776 * progmodes/compile.el (compilation-goto-locus):
28777 Use `next-error-highlight-timer' instead of `sit-for'.
28778
28779 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
28780
28781 * mail/supercite.el (sc-mail-field): Use assoc-string.
28782 (sc-get-address): Simplify regexps.
28783
28784 * files.el (minibuffer-with-setup-hook): New macro.
28785 (find-file-read-args): Use it to avoid let-binding
28786 minibuffer-with-setup-hook (which breaks turning on/off
28787 file-name-shadow-mode while in the prompt).
28788
28789 * complete.el (PC-read-include-file-name-internal):
28790 Use test-completion.
28791
28792 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
28793
28794 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
28795
28796 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
28797
28798 * window.el (window-buffer-height): Use count-screen-lines.
28799
28800 * progmodes/python.el (python-preoutput-leftover): New var.
28801 (python-preoutput-filter): Use it.
28802 (python-send-receive): Loop until all the result has been received.
28803
28804 2005-03-28 Juri Linkov <juri@jurta.org>
28805
28806 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
28807
28808 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
28809 "Recover Crashed Session".
28810 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
28811 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
28812 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
28813 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
28814 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
28815 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
28816 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
28817 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
28818
28819 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
28820 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
28821 Ediff Sessions", "Toggle use of separate control buffer frame",
28822 "Use separate frame for Ediff control buffer".
28823
28824 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
28825 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
28826 "Rename Bookmark", "Delete Bookmark".
28827
28828 * info.el (Info-mode-menu): Remove ellipsis from "Index".
28829 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
28830 Add `:active Info-index-alternatives' to "Next Matching Item".
28831
28832 * wdired.el (wdired-change-to-wdired-mode):
28833 Mention `wdired-abort-changes' key in the initial message.
28834
28835 * international/mule.el (auto-coding-alist): Associate non-ascii
28836 image filename extensions with `no-conversion'.
28837
28838 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
28839
28840 * international/iso-acc.el:
28841 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
28842
28843 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
28844
28845 * textmodes/sgml-mode.el (html-mode): Doc update.
28846
28847 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
28848
28849 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
28850
28851 * term.el (term-move-columns): Fix face after extending a line.
28852 (term-insert-spaces): Likewise.
28853 (term-reset-terminal): Fix off by one error.
28854
28855 2005-03-26 Eli Zaretskii <eliz@gnu.org>
28856
28857 * international/mule.el (auto-coding-alist): Add .xpi files.
28858
28859 * files.el (auto-mode-alist): Add .xpi files.
28860
28861 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
28862
28863 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
28864
28865 2005-03-26 Eli Zaretskii <eliz@gnu.org>
28866
28867 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
28868
28869 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
28870
28871 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
28872 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
28873
28874 * calendar/cal-move.el (calendar-beginning-of-year): Move the
28875 cursor to Jan 1 when needed.
28876 (calendar-end-of-year): Fix -/+ typo.
28877 Reported by Chong Yidong <cyd@stupidchicken.com>.
28878
28879 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
28880
28881 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
28882
28883 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
28884 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
28885
28886 2005-03-25 Richard M. Stallman <rms@gnu.org>
28887
28888 * filesets.el (filesets-init): Add autoload.
28889
28890 * mail/mailalias.el (mail-directory): Doc fix.
28891
28892 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28893
28894 * mail/mailalias.el (mail-directory-process): Do nothing if
28895 mail-directory-process is an atom.
28896 (mail-get-names): Ignore mail-directory-names if it is an atom.
28897 (mail-directory-process defvar): Doc fix.
28898 (mail-names): Doc fix.
28899
28900 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
28901
28902 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
28903
28904 2005-03-26 Kenichi Handa <handa@m17n.org>
28905
28906 * international/mule-util.el (detect-coding-with-priority):
28907 Call update-coding-systems-internal before detect-coding-region.
28908
28909 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
28910
28911 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
28912 (gdb-frames-mode-map): Add follow-link property.
28913
28914 2005-03-25 Jay Belanger <belanger@truman.edu>
28915
28916 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
28917 for variables.
28918
28919 2005-03-25 Juri Linkov <juri@jurta.org>
28920
28921 * image-mode.el: Optimize image filename extension regexps in
28922 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
28923 in `auto-mode-alist'.
28924 (image-mode): Add `image-toggle-display-text' to local hook
28925 `change-major-mode-hook'. Display the image as an image by
28926 default. Set `cursor-type' and `truncate-lines' if the image
28927 is already displayed. Take into account the current mode (image
28928 or text) in message.
28929 (image-minor-mode): New minor mode.
28930 (image-mode-maybe, image-toggle-display-text): New functions.
28931 (image-toggle-display): Use called-interactively-p.
28932 Let-bind `inhibit-read-only' to t.
28933
28934 * image-mode.el (image-minor-mode): Set `cursor-type' and
28935 `truncate-lines' if the image is already displayed. Add turning
28936 image-minor-mode off to `change-major-mode-hook'. Add message.
28937 Call `image-toggle-display-text' after turning image-minor-mode off.
28938
28939 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
28940
28941 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
28942 Terminal.app, use utf-8.
28943 (set-display-table-and-terminal-coding-system): Add coding-system arg.
28944 (set-locale-environment): Use it.
28945
28946 * term/xterm.el: Undo last change, better done in mule-cmds.el.
28947
28948 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
28949
28950 * progmodes/python.el (python-close-block-statement-p)
28951 (python-outdent-p, python-current-defun): Use symbol-end.
28952
28953 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28954
28955 * files.el (save-some-buffers): Doc fix.
28956
28957 2005-03-25 Werner Lemberg <wl@gnu.org>
28958
28959 * complete.el, thumbs.el: Replace `legal' with `valid'.
28960 * calendar/calendar.el: Replace `legal' with `valid'.
28961 * emacs-lisp/advice.el: Replace `legal' with `valid'.
28962 * mail/supercite.el: Replace `legal' with `valid'.
28963 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
28964 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
28965 Replace `legal' with `valid'.
28966 * textmodes/reftex-vars.el, textmodes/reftex.el:
28967 Replace `legal' with `valid'.
28968
28969 2005-03-25 Werner Lemberg <wl@gnu.org>
28970
28971 * calc/calc-forms.el, calc/calc-sel.el
28972 * midnight.el, vc-cvs.el
28973 * emacs-lisp/cl-macs.el
28974 * emulation/vip.el
28975 * eshell/esh-io.el, eshell/esh-var.el
28976 * mail/supercite.el
28977 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
28978 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
28979 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
28980 * progmodes/sh-script.el, progmodes/xscheme.el
28981 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
28982 * textmodes/reftex-index.el, textmodes/reftex-parse.el
28983 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
28984 * textmodes/reftex.el, textmodes/org.el:
28985 Replace `illegal' with `invalid'.
28986
28987 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28988
28989 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
28990 (flymake-find-buildfile, flymake-find-possible-master-files)
28991 (flymake-check-include, flymake-parse-line): Replace loops over the
28992 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
28993
28994 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
28995 Substitute file-name-as-directory in the rest of the file.
28996 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
28997 (flymake-replace-region): Remove unused arg `buffer'.
28998 (flymake-check-patch-master-file-buffer): Update calls to it.
28999 (flymake-add-err-info): Remove unused var `count'.
29000 (flymake-mode): Use define-minor-mode.
29001
29002 * progmodes/flymake.el: Use with-current-buffer.
29003 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29004 flymake-replace-regexp-in-string, flymake-line-beginning-position)
29005 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29006 Avoid testing for `xemacs'.
29007 (flymake-nop): Move.
29008 (flymake-region-has-flymake-overlays): Return the computed value.
29009 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29010 Remove unused var `endline'.
29011 (flymake-get-line-count): Remove unused function.
29012 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29013
29014 * emulation/vi.el:
29015 * generic.el:
29016 * hilit-chg.el (global-highlight-changes):
29017 * hi-lock.el (hi-lock-mode):
29018 * follow.el: find-file-hooks -> find-file-hook.
29019
29020 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29021
29022 2005-03-24 Juri Linkov <juri@jurta.org>
29023
29024 * dired.el (dired-mode-map): Add menu item "Compare directories"
29025 for dired-compare-directories.
29026
29027 * dired-aux.el (dired-compare-directories): Add autoload cookie.
29028 Doc fix. Replace `read-file-name' with `read-directory-name'.
29029
29030 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
29031
29032 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29033
29034 2005-03-24 Jay Belanger <belanger@truman.edu>
29035
29036 * calc/calc-embed.el (calc-embedded-mode-change): Save all
29037 relevant mode settings in calc-embedded-original-modes when modes
29038 are permanently changed.
29039
29040 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
29041
29042 * autoinsert.el: find-file-hooks -> find-file-hook.
29043
29044 2005-03-24 Lute Kamstra <lute@gnu.org>
29045
29046 * generic.el (generic-font-lock-defaults): Make it obsolete.
29047 (generic-font-lock-keywords): New variable to replace
29048 generic-font-lock-defaults.
29049 (generic-mode-set-font-lock): Delete it.
29050 (generic-mode-internal): Don't call generic-mode-set-font-lock.
29051 (generic-bracket-support): Add docstring.
29052
29053 * generic-x.el: Rename generic-font-lock-defaults to
29054 generic-font-lock-keywords throughout.
29055 (mailagent-rules-setup-function): Delete it.
29056 (mailagent-rules-generic-mode): Use anonymous function instead.
29057 (show-tabs-generic-mode-font-lock-defaults-1)
29058 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
29059 Quote faces.
29060 (show-tabs-tab-face, show-tabs-space-face): Specify background,
29061 not foreground.
29062
29063 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
29064 Recognize define-generic-mode.
29065
29066 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
29067
29068 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
29069 if there's no completion table.
29070
29071 2005-03-23 Miles Bader <miles@gnu.org>
29072
29073 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29074 Remove tty-specific variants, as they're no longer needed.
29075
29076 2005-03-23 Lute Kamstra <lute@gnu.org>
29077
29078 * generic-x.el: Code cleanup: make args constant whenever possible.
29079 (installshield-statement-keyword-list)
29080 (installshield-system-functions-list)
29081 (installshield-system-variables-list, installshield-types-list)
29082 (installshield-funarg-constants-list): Make them constants.
29083
29084 * generic.el (generic-make-keywords-list): Add autoload cookie.
29085
29086 * calendar/time-date.el: Add comment on time value formats.
29087 Don't require parse-time.
29088 (with-decoded-time-value): New macro.
29089 (encode-time-value): New function.
29090 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
29091 (days-to-time): Return a valid time value when arg is huge.
29092 (time-since): Use time-subtract.
29093 (time-to-number-of-days): Use time-to-seconds.
29094
29095 2005-03-23 David Ponce <david@dponce.com>
29096
29097 * recentf.el (recentf-keep): New option.
29098 (recentf-menu-action): Default to `find-file'.
29099 (recentf-keep-non-readable-files-flag)
29100 (recentf-keep-non-readable-files-p)
29101 (recentf-file-readable-p, recentf-find-file)
29102 (recentf-cleanup-remote): Remove.
29103 (recentf-include-p): More robust.
29104 (recentf-keep-p): New function.
29105 (recentf-remove-if-non-kept): Rename from
29106 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
29107 All callers updated.
29108 (recentf-menu-items-for-commands): Fix help string.
29109 (recentf-track-closed-file): Update. Doc fix.
29110 (recentf-cleanup): Update. Count removed files. Doc fix.
29111
29112 2005-03-23 Kim F. Storm <storm@cua.dk>
29113
29114 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29115 Don't inherit from fringe face (now happens automatically).
29116
29117 2005-03-22 Kim F. Storm <storm@cua.dk>
29118
29119 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
29120 position values.
29121
29122 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
29123
29124 * menu-bar.el (showhide-date-time): Remove.
29125 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
29126 (menu-bar-make-mm-toggle): Simplify.
29127
29128 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29129
29130 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
29131 Accept qualified variable and function names.
29132
29133 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
29134
29135 * bindings.el (completion-ignored-extensions):
29136 Remove ".lis" for `vax-vms'.
29137
29138 2005-03-22 Andreas Schwab <schwab@suse.de>
29139
29140 * generic-x.el: Revert last change.
29141 * ldefs-boot.el: Update.
29142
29143 2005-03-22 Jay Belanger <belanger@truman.edu>
29144
29145 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
29146 (calc-embedded-save-original-modes)
29147 (calc-embedded-restore-original-modes): New functions.
29148 (calc-do-embedded): Save original modes when entering embedded mode
29149 and restore when leaving embedded mode.
29150 (calc-embedded-modes-change): Change the value of
29151 calc-embedded-original-modes to reflect permanent changes.
29152
29153 2005-03-22 Lute Kamstra <lute@gnu.org>
29154
29155 * generic-x.el: Require generic again.
29156
29157 2005-03-22 Miles Bader <miles@gnu.org>
29158
29159 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29160 Tweak details to look good on both ttys and bitmap displays, light
29161 or dark background, etc.
29162
29163 2005-03-21 Kim F. Storm <storm@cua.dk>
29164
29165 * tooltip.el (tooltip-show-help-function): Check car and cdr of
29166 mouse position.
29167
29168 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
29169
29170 * icomplete.el: Don't forcibly turn on the mode upon load.
29171 (icomplete-mode): Use define-minor-mode.
29172 (icomplete-eoinput): Default to nil.
29173 (icomplete-minibuffer-setup): Remove autoload.
29174 (icomplete-tidy): Simplify.
29175 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
29176 in the initial state or if the user has modified the field.
29177 Fix handling of icomplete-max-delay-chars.
29178 Remove code that handles the oddball case where
29179 minibuffer-completion-table is an integer.
29180 Wrap icomplete-completions in while-no-input in case building
29181 completions takes more time than expected.
29182 (icomplete-completions): Simplify.
29183
29184 2005-03-21 Richard M. Stallman <rms@gnu.org>
29185
29186 * jka-compr.el (jka-compr-really-do-compress):
29187 Make variable buffer-local.
29188
29189 * image-mode.el: Handle .xpm files too.
29190 (image-toggle-display): Preserve modification flag.
29191
29192 * help.el (where-is): Don't mention aliases with no key bindings.
29193
29194 2005-03-21 Lute Kamstra <lute@gnu.org>
29195
29196 * generic.el: Fix commentary section. Don't require cl for
29197 compilation.
29198 (generic-mode-list): Add autoload cookie.
29199 (generic-use-find-file-hook, generic-lines-to-scan)
29200 (generic-find-file-regexp, generic-ignore-files-regexp)
29201 (generic-mode, generic-mode-find-file-hook)
29202 (generic-mode-ini-file-find-file-hook): Fix docstrings.
29203 (define-generic-mode): Make it a defmacro. Fix docstring.
29204 (generic-mode-internal): Code cleanup. Add autoload cookie.
29205 (generic-mode-set-comments): Code cleanup.
29206 * generic-x.el: Don't prevent compilation. Don't require generic.
29207 Follow coding conventions. Minor code cleanup.
29208 (etc-fstab-generic-mode): Add some keywords.
29209 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
29210 define-generic-mode like a function declaration.
29211
29212 2005-03-21 Jay Belanger <belanger@truman.edu>
29213
29214 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
29215 changing modes.
29216
29217 2005-03-21 Sam Steingold <sds@gnu.org>
29218
29219 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
29220
29221 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
29222
29223 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
29224 Add underscore to "f$ lexicals" regexp.
29225
29226 2005-03-20 Juri Linkov <juri@jurta.org>
29227
29228 * subr.el (progress-reporter-do-update): When `min-value' is equal
29229 to `max-value', set `percentage' to 0 and prevent division by zero.
29230
29231 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
29232
29233 Sync with Tramp 2.0.48.
29234
29235 * net/tramp.el (all): Change all addresses to .gnu.org.
29236 (tramp-append-tramp-buffers): New defun.
29237 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
29238 Catch `dont-send' signal.
29239 (tramp-set-auto-save-file-modes): Set always permissions, because
29240 there might be an old auto-saved file belonging to another
29241 original file. This could be a security threat. Reported by
29242 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
29243 Check for Emacs 21.3.50 removed.
29244
29245 * net/tramp-smb.el (all): Remove debug construct for
29246 `with-parsed-tramp-file-name'.
29247 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
29248 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
29249 No error message if DIRECTORY or FILENAME doesn't exist.
29250 (tramp-smb-open-connection): Check existence of
29251 `tramp-smb-program'.
29252
29253 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
29254
29255 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
29256 Properly handle the case where the `m' or `s' command's argument is not
29257 yet terminated.
29258 (perl-indent-new-calculate): New function.
29259 (perl-indent-line): Use it.
29260
29261 2005-03-20 Miles Bader <miles@gnu.org>
29262
29263 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
29264 in text-mode too. Change to new face names.
29265 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
29266 Add `:weight bold' attribute.
29267 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
29268
29269 2005-03-19 Juri Linkov <juri@jurta.org>
29270
29271 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
29272
29273 * international/mule.el (auto-coding-alist): Sync with
29274 `auto-mode-alist' by adding upper case archive file extensions
29275 and adding ear/war to jar extension.
29276
29277 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
29278
29279 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
29280 running, restart it.
29281
29282 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
29283
29284 * finder.el (finder-current-item): Throw an error on an empty line.
29285
29286 * man.el (Man-follow-manual-reference): If current-word returns
29287 nil, use "".
29288
29289 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
29290
29291 * simple.el (goto-line): Doc fix.
29292
29293 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
29294
29295 * files.el (save-buffer): Doc fix.
29296
29297 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
29298
29299 * recentf.el (recentf-cleanup-remote): New variable.
29300 (recentf-cleanup): Use it to conditionally check availability of
29301 remote files.
29302
29303 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
29304
29305 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
29306 function names.
29307
29308 2005-03-19 Eli Zaretskii <eliz@gnu.org>
29309
29310 * language/thai-word.el: New file.
29311
29312 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29313
29314 * files.el (backup-buffer): If the file's directory is not
29315 writable, use copy instead of move to backup the file.
29316
29317 2005-03-19 Eli Zaretskii <eliz@gnu.org>
29318
29319 * obsolete/keyswap.el: Moved to obsolete/ from term/.
29320
29321 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29322
29323 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
29324 Use functionp instead of symbolp and fboundp. Reported by Drkm
29325 <darkman_spam@yahoo.fr>.
29326 (ps-print-version): New version 6.6.6.
29327
29328 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
29329
29330 * textmodes/table.el (table--line-column-position): New idiom.
29331 (table--row-column-insertion-point-p): New function to test
29332 validity of row and column insertion operation at a location.
29333 (table-global-menu, table-cell-menu): Use above functions for
29334 deterministic test operation.
29335 (table--editable-cell-p): Behave in deterministic fashion.
29336
29337 2005-03-18 Juri Linkov <juri@jurta.org>
29338
29339 * isearch.el (isearch-lazy-highlight-new-loop):
29340 Make arguments beg and end optional.
29341 (isearch-update): Remove optional arguments nil from
29342 isearch-lazy-highlight-new-loop.
29343 (isearch-lazy-highlight-search): Let-bind case-fold-search to
29344 isearch-lazy-highlight-case-fold-search instead of
29345 isearch-case-fold-search, and let-bind isearch-regexp to
29346 isearch-lazy-highlight-regexp.
29347 Use isearch-lazy-highlight-last-string instead of isearch-string.
29348
29349 * replace.el (perform-replace): Remove bindings of global
29350 variables isearch-string, isearch-regexp, isearch-case-fold-search.
29351 Add three new arguments to `replace-highlight'.
29352 (replace-highlight): Add arguments string, regexp, case-fold.
29353 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
29354 to allow isearch-lazy-highlight-new-loop to use these values
29355 to set corresponding isearch-lazy-highlight-* internal
29356 variables whose values lazy highlighting will use regardless of
29357 changes to global variables isearch-string, isearch-regexp,
29358 isearch-case-fold-search during lazy highlighting loop.
29359 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
29360 to `lazy-highlight-cleanup'.
29361
29362 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
29363 (ispell-highlight-face): Set default face to `isearch' when
29364 lazy highlighting is enabled.
29365 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
29366 priority to 1. Add lazy highlighting.
29367 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
29368 from `isearch-dehighlight'.
29369
29370 2005-03-18 David Ponce <david@dponce.com>
29371
29372 * files.el (hack-local-variables): Do a case-insensitive search
29373 for End.
29374
29375 2005-03-18 Juri Linkov <juri@jurta.org>
29376
29377 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
29378 `isearch-lazy-highlight-cleanup', add alias to old name and
29379 declare obsolete. Add release numbers to other obsolete vars.
29380 (isearch-done, isearch-lazy-highlight-new-loop):
29381 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
29382 (lazy-highlight-cleanup) <variable>: Doc fix.
29383 (isearch-lazy-highlight-update): Rename obsolete
29384 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
29385
29386 2005-03-18 Kenichi Handa <handa@m17n.org>
29387
29388 * language/thai-util.el: Fix categorization of Thai characters in
29389 thai-category-table.
29390 (thai-composition-pattern): Adjust it for the above change.
29391 (thai-self-insert-command, thai-compose-syllable): New functions.
29392 (thai-compose-region): Use thai-compose-syllable.
29393 (thai-compose-string): Likewise.
29394 (thai-composition-function): Likewise.
29395 (thai-auto-composition): New function.
29396 (thai-auto-composition-mode): New minor mode.
29397
29398 * language/thai.el: Fix patterns to be registered in
29399 composition-function-table.
29400
29401 * international/quail.el (quail-input-method): Locally bind
29402 inhibit-modification-hooks to t.
29403
29404 2005-03-17 Richard M. Stallman <rms@gnu.org>
29405
29406 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29407 (perl-mode): Use run-mode-hooks.
29408
29409 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29410 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29411 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29412
29413 * mail/sendmail.el (sendmail-send-it): Reenable the code
29414 to compute resend-to-address and use it.
29415
29416 * tar-mode.el (tar-mode): Turn off undo unconditionally.
29417
29418 * image-mode.el: New file.
29419
29420 * image.el (insert-sliced-image): Add autoload cookie.
29421
29422 * font-lock.el (font-lock-lines-before): New user option.
29423 (font-lock-after-change-function): Obey it.
29424
29425 * bindings.el (esc-map): Make M-g a prefix.
29426 Bind M-g g and M-g M-g to goto-line.
29427
29428 * faces.el (face-id): Doc fix.
29429
29430 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29431
29432 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29433 (rmail-show-message): Use rmail-unknown-mail-followup-to.
29434 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29435
29436 * mail/sendmail.el (mail-yank-ignored-headers)
29437 (mail-font-lock-keywords, mail-mode-fill-paragraph):
29438 Add Mail-Followup-To and Mail-Reply-To headers.
29439 (mail-citation-hook): Add autoload cookie.
29440 (mail-mode): Doc fix.
29441 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29442 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29443 (mail-mode-fill-paragraph): Handle those headers.
29444 (mail-mailing-lists): New variable.
29445 (mail-mail-reply-to, mail-mail-followup-to): New functions.
29446
29447 2005-03-17 Juri Linkov <juri@jurta.org>
29448
29449 * isearch.el (isearch-fallback): Check for `(car previous)'
29450 before calling `isearch-other-end-state'.
29451
29452 2005-03-17 Kim F. Storm <storm@cua.dk>
29453
29454 * simple.el (move-beginning-of-line): Move to beginning of buffer
29455 line, as well as beginning of screen line.
29456
29457 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
29458
29459 * calendar/diary-lib.el (mark-diary-entries): Use new optional
29460 argument REDRAW rather than calendar-redrawing variable.
29461 * calendar/calendar.el (calendar-redrawing): Delete.
29462 (redraw-calendar): Do not bind calendar-redrawing.
29463
29464 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
29465
29466 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
29467 diary-file buffer.
29468
29469 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
29470
29471 * help.el (describe-mode): Allow a :minor-mode-function property to
29472 specify a different minor mode toggle function than the variable.
29473 * simple.el (auto-fill-function):
29474 * subr.el (add-minor-mode): Use it.
29475
29476 2005-03-16 Kenichi Handa <handa@m17n.org>
29477
29478 * language/ethio-util.el (sera-being-called-by-w3): New variable.
29479 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
29480 (ethio-fidel-to-sera-buffer): Likewise.
29481
29482 2005-03-16 Juri Linkov <juri@jurta.org>
29483
29484 * emacs-lisp/find-func.el (find-function-regexp):
29485 Add defun-emitting macro `menu-bar-make-toggle'.
29486
29487 * isearch.el: Put `isearch-scroll' property to
29488 `split-window-horizontally'.
29489
29490 * info.el: Update error messages for `debug-ignored-errors'.
29491 (Info-isearch-search): Doc fix.
29492 (Info-find-node): Move up code to go into info buffer before
29493 recording the node to the history.
29494 (Info-fontify-node): Fontify titles only if the next line
29495 has two or more `*', `=', `-', `.'.
29496 Display "go to this node" for empty (match-string 3).
29497
29498 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29499
29500 * term/mac-win.el: Add mouse pointer shape constants.
29501
29502 2005-03-15 Kim F. Storm <storm@cua.dk>
29503
29504 * simple.el (move-beginning-of-line): Use vertical-motion.
29505
29506 2005-03-15 Juri Linkov <juri@jurta.org>
29507
29508 * isearch.el (isearch-error): New variable.
29509 (isearch-invalid-regexp, isearch-within-brackets): Remove.
29510 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
29511 (isearch-within-brackets-state): Remove.
29512 (isearch-case-fold-search-state, isearch-pop-fun-state):
29513 Decrease frame index.
29514 (isearch-mode, isearch-top-state, isearch-push-state)
29515 (isearch-edit-string, isearch-abort, isearch-search-and-update)
29516 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
29517 (isearch-search, isearch-lazy-highlight-new-loop):
29518 Replace `isearch-invalid-regexp' with `isearch-error'.
29519 Remove `isearch-within-brackets'.
29520 (isearch-search): Add `search-failed' handler to `condition-case'.
29521 (isearch-lazy-highlight-search): Add `condition-case' to catch
29522 errors and allow `isearch-lazy-highlight-update' to try
29523 highlighting from the beginning of the window.
29524 (isearch-repeat): Move up code to set isearch-wrapped to t
29525 before calling isearch-wrap-function.
29526
29527 * info.el (Info-isearch-initial-node): New internal variable.
29528 (Info-search): Signal an error in isearch mode when search leaves
29529 the initial node. Signal an error when `bound' is non-nil and
29530 nothing was found in the current subfile.
29531 (Info-isearch-search): Remove `condition-case'.
29532 (Info-isearch-wrap): Don't wrap when search failed during leaving
29533 the initial node. If `Info-isearch-search' is nil, wrap around
29534 the current node.
29535 (Info-isearch-start): New fun.
29536 (Info-mode): Add buffer-local hook `Info-isearch-start' to
29537 `isearch-mode-hook'.
29538
29539 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29540
29541 * simple.el (normal-erase-is-backspace): Set default to t if
29542 running on Mac.
29543
29544 * term/mac-win.el (function-key-map): Sync with x-win.el.
29545
29546 2005-03-15 Kenichi Handa <handa@m17n.org>
29547
29548 * international/mule-cmds.el (locale-language-names): Modify the
29549 format of elements and add more entries.
29550 (locale-preferred-coding-systems): Add more entries.
29551 (set-locale-environment): Adjust for the change of
29552 locale-language-names.
29553
29554 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
29555
29556 * pcvs.el (smerge-ediff): Remove bogus autoload.
29557
29558 2005-03-14 Lute Kamstra <lute@gnu.org>
29559
29560 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
29561 Ignore a `*' at the beginning of a line.
29562
29563 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
29564 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
29565 subr.el.
29566 (dont-compile, eval-when-compile, eval-and-compile): Use declare
29567 to specify indentation.
29568
29569 * generic.el (define-generic-mode): Let generic-mode-list be a
29570 list of strings; test membership with equal.
29571
29572 2005-03-14 Kim F. Storm <storm@cua.dk>
29573
29574 * simple.el (next-line, previous-line): Add optional try-vscroll
29575 arg to recognize interactive use. Pass it on to line-move.
29576 (line-move): Don't perform auto-window-vscroll when defining or
29577 executing keyboard macro to ensure consistent behavior.
29578
29579 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
29580
29581 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
29582
29583 2005-03-13 Lute Kamstra <lute@gnu.org>
29584
29585 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
29586 debugger-setup-buffer so that backtrace marks the frames set to
29587 debug-on-exit and we don't have to do it manually. Set an extra
29588 debug-on-exit for macro's.
29589 (debugger-setup-buffer): Don't mark the top frame manually.
29590
29591 2005-03-12 Lute Kamstra <lute@gnu.org>
29592
29593 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
29594 lisp-indent-function throughout.
29595 (with-no-warnings): Set lisp-indent-function property.
29596
29597 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
29598
29599 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
29600 Add entry for backslash.
29601
29602 2005-03-12 Juri Linkov <juri@jurta.org>
29603
29604 * info.el (Info-search): Four fixes for backward search.
29605
29606 2005-03-11 Jay Belanger <belanger@truman.edu>
29607
29608 * calc/calc.el (calc-language-alist): New variable.
29609 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
29610 (calc-embedded-find-modes): Use calc-language-alist instead of
29611 calc-embedded-language-alist.
29612
29613 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29614
29615 * calendar/calendar.el (calendar-redrawing): New internal
29616 variable.
29617 (redraw-calendar): Remove bogus save-excursion from previous
29618 change. Bind calendar-redrawing to t for mark-diary-entries.
29619 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
29620 calendar if that is why we were called.
29621
29622 2005-03-11 Kenichi Handa <handa@m17n.org>
29623
29624 * international/mule.el (make-coding-system): Set property
29625 coding-system-define-form to nil.
29626 (define-coding-system-alias): Likewise.
29627
29628 2005-03-11 Kenichi Handa <handa@m17n.org>
29629
29630 These changes are suggested by Dave Love <fx@gnu.org>.
29631
29632 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
29633 coding: tag.
29634 (adaptive-fill-regexp): Add more bullets.
29635 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
29636 regexps.
29637
29638 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
29639
29640 * help.el (describe-mode): Properly handle non-trivial lighters.
29641 Don't ignore minor modes that are not listed in minor-mode-list.
29642
29643 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
29644 feature ON when the user requests to turn it OFF.
29645
29646 2005-03-10 Lute Kamstra <lute@gnu.org>
29647
29648 * emacs-lisp/debug.el (debug-entry-code): Delete it.
29649 (implement-debug-on-entry): New function to replace debug-entry-code.
29650 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
29651 second argument as the 2005-03-07 change makes it obsolete.
29652 (debug-on-entry, cancel-debug-on-entry): Update call to
29653 debug-on-entry-1.
29654 (debug, debugger-setup-buffer): Comment update.
29655 (debugger-frame-number): Update to work with implement-debug-on-entry.
29656
29657 2005-03-10 Jay Belanger <belanger@truman.edu>
29658
29659 * calc/calc-embed.el (math-ms-args): Declare it.
29660 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
29661 math-ms-args.
29662 (calc-embedded-subst): Use math-multi-subst-rec to substitute
29663 variables.
29664
29665 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
29666
29667 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
29668 Use message-box.
29669
29670 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
29671 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
29672 (tooltip-gud-tips): Simplify.
29673 (tooltip-gud-tips-p): Remove superfluous :set.
29674 (tooltip-gud-modes): Add fortran-mode.
29675 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
29676
29677 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
29678
29679 2005-03-09 Kim F. Storm <storm@cua.dk>
29680
29681 * play/animate.el (animate-place-char): Use forward-line instead
29682 of next-line to improve performance.
29683
29684 2005-03-09 Simon Josefsson <jas@extundo.com>
29685
29686 * net/browse-url.el (browse-url-default-browser): Doc fix.
29687
29688 2005-03-09 Miles Bader <miles@gnu.org>
29689
29690 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
29691 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
29692
29693 2005-03-09 Kenichi Handa <handa@m17n.org>
29694
29695 * international/latin-1.el: Set case and syntax for 255 only if
29696 set-case-syntax-set-multibyte is nil.
29697
29698 * textmodes/ispell.el (ispell-insert-word): New function.
29699 (ispell-word): Use ispell-insert-word to insert a new word.
29700 (ispell-process-line): Likewise.
29701 (ispell-complete-word): Likewise.
29702
29703 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
29704
29705 * calendar/calendar.el (redraw-calendar): Preserve point.
29706 Reported by Matt Hodges <MPHodges@member.fsf.org>.
29707 (calendar-week-start-day): Move after definition of
29708 redraw-calendar. Delete buffer test, since redraw-calendar has
29709 that now.
29710
29711 * calendar/diary-lib.el (mark-diary-entries): Only call
29712 redraw-calendar in the first of any recursive calls.
29713 Reported by Alan Shutko <ats@acm.org>.
29714
29715 2005-03-08 Juri Linkov <juri@jurta.org>
29716
29717 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
29718 (html-horizontal-rule, html-line, html-image, html-checkboxes)
29719 (html-radio-buttons): Add a space before the trailing `/>' where
29720 sgml-xml-mode is non-nil.
29721 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
29722 the subsequent tag of the empty XML tag.
29723 (html-href-anchor): Don't set initial input to "http:".
29724 (html-image): Ask for the image URL and set point inside alt="".
29725 (html-name-anchor): Duplicate the name in the `id' attribute when
29726 sgml-xml-mode is non-nil.
29727 (html-paragraph): Remove \n before <p>.
29728 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
29729 instead of `checked' when sgml-xml-mode is non-nil.
29730
29731 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
29732 Remove 1 space before #RRGGBB to not truncate it on terminal
29733 windows w/o fringes. Remove 1 space between bg and fg examples
29734 to get more space.
29735 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
29736 avoid byte-compile warnings.
29737
29738 * image-file.el (image-file-handler): Put `safe-magic' property to
29739 `image-file-handler'.
29740
29741 * info.el (Info-isearch-search): Emulate word search in
29742 isearching through multiple Info nodes with Info-search.
29743 (Info-isearch-wrap): Allow isearch-word.
29744
29745 2005-03-08 Lute Kamstra <lute@gnu.org>
29746
29747 * emacs-lisp/debug.el (debugger-step-through): Make sure that
29748 stepping into the debugger's code is not possible.
29749 (debugger-jumping-flag): Docstring update.
29750
29751 2005-03-08 Jay Belanger <belanger@truman.edu>
29752
29753 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
29754 embedded mode begins.
29755 (calc-embedded-language-alist): New variable.
29756 (calc-embedded-find-modes): Use calc-embedded-language-alist to
29757 set default language mode.
29758
29759 2005-03-08 Kenichi Handa <handa@m17n.org>
29760
29761 * international/ccl.el (define-ccl-program): Fix docstring about
29762 extra 256 bytes assured for the output buffer.
29763
29764 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29765 Fix BUFFER_MAGNIFICATION to 2.
29766 (ccl-encode-mule-utf-16be-with-signature): Likewise.
29767
29768 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
29769
29770 * align.el (align-rules-list): Added an alignment rule for CSS
29771 declarations (applies to css-mode and html-mode buffers).
29772
29773 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
29774
29775 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
29776
29777 2005-03-07 Kim F. Storm <storm@cua.dk>
29778
29779 * simple.el (move-beginning-of-line): New command.
29780
29781 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
29782
29783 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
29784
29785 * emulation/cua-base.el: Put CUA move property on move-end-of-line
29786 and move-beginning-of-line.
29787
29788 * apropos.el (apropos-print): Omit command from M-x ... RET.
29789
29790 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
29791
29792 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
29793 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
29794
29795 2005-03-06 Richard M. Stallman <rms@gnu.org>
29796
29797 * bindings.el (esc-map): Bind M-g to goto-line.
29798
29799 * facemenu.el (global-map): Bind M-o, not M-g.
29800
29801 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29802
29803 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
29804 "Open Directory" as for "Open File".
29805
29806 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
29807
29808 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
29809 (push-mark-command): Run activate-mark-hook.
29810
29811 2005-03-06 Richard M. Stallman <rms@gnu.org>
29812
29813 * help-mode.el (help-mode-finish): Don't alter the element
29814 in view-return-to-alist if there already is one.
29815
29816 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
29817 make sure the current buffer is the expected one.
29818
29819 * novice.el (disabled-command-function): Output in *Disabled Command*.
29820 Explicitly ignore non-keyboard events, and explicitly handle C-g.
29821
29822 * textmodes/flyspell.el (flyspell-large-region):
29823 Pass args differently for aspell.
29824
29825 * files.el (mode-require-final-newline): Doc fix.
29826
29827 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
29828
29829 * progmodes/which-func.el (which-function):
29830 Specify NOERROR when calling imenu--make-index-alist.
29831
29832 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
29833
29834 * simple.el (normal-erase-is-backspace): Define default value.
29835
29836 * custom.el (custom-theme-set-variables): Remove unused var
29837 `immediate'.
29838 (custom-reevaluate-setting): Simple function to handle variables
29839 that are defined before their default value can really be
29840 computed.
29841
29842 * startup.el (command-line): Use it for temporary-file-directory,
29843 small-emporary-file-directory, auto-save-file-name-transforms,
29844 blink-cursor-mode, and normal-erase-is-backspace.
29845
29846 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
29847 progress, even with buggy anchored keywords.
29848
29849 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
29850
29851 * simple.el (goto-line): Remove unbalanced final parenthesis.
29852
29853 2005-03-05 Richard M. Stallman <rms@gnu.org>
29854
29855 * simple.el (goto-line): Use a number at point as the default.
29856 With C-u as arg, switch buffers.
29857
29858 2005-03-05 Juri Linkov <juri@jurta.org>
29859
29860 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
29861 with `no-blinking-cursor'.
29862
29863 * startup.el (no-blinking-cursor): New defvar.
29864 (command-line): Add `--no-blinking-cursor' to longopts.
29865 Set `no-blinking-cursor' to t for command line arguments
29866 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
29867 with `no-blinking-cursor' in the condition for calling
29868 `blink-cursor-mode'.
29869
29870 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
29871
29872 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
29873 (menu-bar-options-save): Add blink-cursor-mode.
29874 (menu-bar-options-menu): Add blink-cursor-mode.
29875
29876 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
29877
29878 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
29879 (icalendar-export-file, icalendar-export-region)
29880 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
29881 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
29882
29883 2005-03-04 Lute Kamstra <lute@gnu.org>
29884
29885 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
29886 (debug-function-list): Ditto.
29887
29888 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
29889
29890 * textmodes/texinfmt.el (texinfo-append-refill):
29891 Redefine the types of line to which @refill
29892 is not appended by replacing a search for `@refill\\|@bye' with
29893 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
29894 itemize@refill' bug and the unfilled long lines bug.
29895 (texinfmt-version): Update number and date.
29896
29897 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
29898
29899 * international/code-pages.el (windows-1250, windows-125[2-8])
29900 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
29901
29902 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
29903
29904 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
29905 bound yet.
29906
29907 2005-03-02 Romain Francoise <romain@orebokech.com>
29908
29909 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
29910 buffer after removing limits.
29911 (ibuffer-pop-filter): Ditto.
29912 Update copyright.
29913
29914 2005-03-02 Miles Bader <miles@gnu.org>
29915
29916 * button.el (make-text-button): If the user doesn't specify a
29917 type, use the default. Rewrite to use `add-text-properties' and
29918 plist functions.
29919
29920 2005-03-01 Lute Kamstra <lute@gnu.org>
29921
29922 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
29923 (debugger-jumping-flag): New var.
29924 (debug-entry-code): Use it.
29925 (debugger-jump): Use debugger-jumping-flag and add
29926 debugger-reenable to post-command-hook.
29927 (debugger-reenable): Use debugger-jumping-flag and remove itself
29928 from post-command-hook.
29929 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
29930 debugger-reenable.
29931
29932 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
29933
29934 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
29935 inclusion of "itemize\\|", which may be unnecessary, is certainly
29936 inelegant, and stops refilling in itemize lists when formatting
29937 Japanese Texinfo files to Info.
29938 Update copyright to 2005.
29939
29940 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
29941
29942 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
29943 of an error if GDB can't find the source file.
29944
29945 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
29946
29947 * calendar/calendar.el (redraw-calendar): Work from any buffer,
29948 not just the calendar.
29949
29950 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
29951 first.
29952 (diary-redraw-calendar): New function.
29953 (make-diary-entry): Add diary-redraw-calendar to local
29954 write-contents-functions. Turn off selective display before
29955 inserting in diary.
29956
29957 2005-03-01 Kim F. Storm <storm@cua.dk>
29958
29959 * emacs-lisp/copyright.el (copyright-fix-years): New command.
29960
29961 2005-03-01 Lute Kamstra <lute@gnu.org>
29962
29963 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
29964 that debug-entry-code can be safely removed from a function while
29965 this code is being evaluated. Revert the 2005-02-27 change as the
29966 new implementation no longer requires it. Make sure that a
29967 function body containing just a string is not mistaken for a docstring.
29968 (debug): Skip one more frame in case of debug on entry.
29969 (debugger-setup-buffer): Delete one more frame line in case of
29970 debug on entry.
29971 (debugger-frame-number): Update to use the new text introduced by
29972 the 1999-11-03 change. Skip one more frame in case of debug on entry.
29973
29974 2005-02-28 Kim F. Storm <storm@cua.dk>
29975
29976 * double.el (double-translate-key): Call force-window-update after
29977 read-event to avoid crash in redisplay.
29978
29979 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
29980
29981 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
29982 (debug): Use it. Move the inhibit-trace earlier.
29983 (debug-entry-code): New const.
29984 (debug-on-entry-1): Use it.
29985
29986 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
29987
29988 * international/utf-16.el (ccl-encode-mule-utf-16le):
29989 Fix BUFFER_MAGNIFICATION to 2.
29990 (ccl-encode-mule-utf-16be): Likewise.
29991
29992 2005-02-28 Kenichi Handa <handa@m17n.org>
29993
29994 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29995 Fix BUFFER_MAGNIFICATION to 4.
29996 (ccl-encode-mule-utf-16be-with-signature): Likewise.
29997
29998 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
29999
30000 * speedbar.el (speedbar-update-flag): Doc fix.
30001 (speedbar-show-info-under-mouse): Give set-mouse-position the right
30002 argument.
30003
30004 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
30005
30006 * reveal.el (reveal-post-command): Don't try to reveal overlays which
30007 have a non-nil `invisible' property but are actually visible.
30008
30009 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30010 for perldoc sections.
30011 (perl-outline-regexp, perl-outline-level): New var and function.
30012 (perl-mode): Use them.
30013
30014 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
30015
30016 * calendar/diary-lib.el (diary-remind): Discard any mark portion
30017 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30018
30019 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
30020
30021 * cus-edit.el: Comment change.
30022 (custom-buffer-create-internal): Slightly reword text at top of
30023 Custom buffers. Mention there that saving an option edits the
30024 init file. Add link to Emacs manual node on `custom-file'.
30025 (custom-magic-alist): Rewrite individual State messages to use
30026 capitalized keywords. Doc fix.
30027
30028 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
30029
30030 * calendar/calendar.el (calendar-buffer): Move above
30031 calendar-week-start-day.
30032 (calendar-week-start-day): Doc fix. Add :set function.
30033 (calendar-minimum-window-height): New variable.
30034 (generate-calendar-window): Only resize window if selected-window
30035 is displaying the calendar buffer. Use new variable
30036 calendar-minimum-window-height.
30037 (generate-calendar): Reword error message.
30038 (calendar-mode-map): Bind DEL to scroll-other-window-down.
30039
30040 2005-02-27 Andreas Schwab <schwab@suse.de>
30041
30042 * vc.el (vc-do-command): Don't run command asynchronously when
30043 operating in a remote directory.
30044
30045 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30046 change from sync with Tramp 2.0.47.
30047
30048 2005-02-27 Richard M. Stallman <rms@gnu.org>
30049
30050 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
30051
30052 * textmodes/flyspell.el (flyspell-mode-on):
30053 Call ispell-change-dictionary only if necessary.
30054
30055 * emacs-lisp/re-builder.el (regexp-builder): New function.
30056
30057 * register.el (describe-register-1): Explicitly handle
30058 yank-excluded-properties = t.
30059
30060 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
30061 (custom-magic-alist): Change the status descriptions again.
30062 (face widget-type): Total rewrite based on `restricted-sexp'
30063 to eliminate the confusing double hiding levels.
30064
30065 * emacs-lisp/debug.el (debug-on-entry-1):
30066 If function body is empty, add nil as body form.
30067
30068 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
30069
30070 * emacs-lisp/trace.el (inhibit-trace): New var.
30071 (trace-make-advice): Use it.
30072
30073 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
30074
30075 2005-02-26 Kim F. Storm <storm@cua.dk>
30076
30077 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
30078 (mouse-on-link-p, mouse-drag-region-1): Use it.
30079
30080 2005-02-25 Lute Kamstra <lute@gnu.org>
30081
30082 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
30083
30084 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
30085
30086 * frame.el (blink-cursor-mode): Add :group keyword.
30087
30088 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
30089
30090 * calendar/icalendar.el (icalendar--decode-isodatetime):
30091 New optional argument DAY-SHIFT.
30092 (icalendar-export-region): Fix coding-system-for-write.
30093 (icalendar--convert-ical-to-diary): Shift end-day of all-day
30094 events by one.
30095
30096 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
30097
30098 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
30099
30100 2005-02-24 Kim F. Storm <storm@cua.dk>
30101
30102 * international/iso-acc.el (iso-accents-compose): Fix crash
30103 during redisplay. Call force-window-update after read-event
30104 and delete-region to signal that window is not accurate.
30105
30106 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
30107
30108 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
30109 Remove unused and inexistent var `inhibit-trace'.
30110 (debugger-mode): Use run-mode-hooks.
30111 (debugger-list-functions): Add buttons; setup xref stack.
30112
30113 2005-02-23 Richard M. Stallman <rms@gnu.org>
30114
30115 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
30116 appointment says it was explicitly made.
30117 (appt-add): Set the 3rd element.
30118 (appt-make-list): Preserve explicit appointments.
30119
30120 * subr.el (find-tag-default): Catch errors in forward-sexp.
30121
30122 2005-02-23 Juri Linkov <juri@jurta.org>
30123
30124 * info.el (Info-isearch-search): New defcustom.
30125 (Info-isearch-search): Call the default isearch function
30126 when Info-isearch-search is nil.
30127 (Info-isearch-wrap): Use variable Info-isearch-search.
30128
30129 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
30130
30131 * cus-edit.el: Comment change.
30132
30133 2005-02-22 Kim F. Storm <storm@cua.dk>
30134
30135 * progmodes/hideif.el (hide-ifdef-use-define-alist):
30136 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
30137
30138 2005-02-22 Simon Josefsson <jas@extundo.com>
30139
30140 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
30141 New variable.
30142 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
30143 Oskarsson" <myrkraverk@users.sourceforget.net>.
30144
30145 2005-02-22 Kim F. Storm <storm@cua.dk>
30146
30147 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
30148 check that window of that event is the selected window.
30149 (mouse-drag-region-1): Compare mouse event window to selected
30150 window before setting point.
30151
30152 * tooltip.el (tooltip-show-help-function): Pass event to
30153 mouse-on-link-p so it can check selected window.
30154
30155 2005-02-22 Kenichi Handa <handa@m17n.org>
30156
30157 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
30158 (ps-mule-show-warning): New function.
30159 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
30160 characters are found.
30161
30162 * ps-print.el (ps-header-footer-string): Return a list of header
30163 and footer strings.
30164
30165 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
30166
30167 * pcvs.el (cvs-retrieve-revision): Fix thinko.
30168
30169 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
30170
30171 * frame.el (blink-cursor-mode): Use define-minor-mode.
30172
30173 * term/mac-win.el (function-key-map): Use char-names more consistently.
30174 (file-name-coding-system): Only set it for MacOS-9. The other case is
30175 already handled in mule-cmds.el (where it also works when mac-win.el
30176 is not used).
30177
30178 2005-02-21 Kenichi Handa <handa@m17n.org>
30179
30180 * international/mule.el (ctext-pre-write-conversion): Always use
30181 " *code-converting-work*" buffer for work.
30182
30183 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
30184
30185 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
30186
30187 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
30188
30189 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
30190
30191 * ses.el (undo-more): Restore defadvice, but only the part that
30192 allows changes outside the restricted area of the buffer.
30193
30194 2005-02-20 Kim F. Storm <storm@cua.dk>
30195
30196 * simple.el (line-move): Add fourth optional arg try-vscroll which
30197 must be set to perform auto-window-vscroll.
30198 When moving backwards and doing auto-window-vscroll, automatically
30199 vscroll to the last part of lines which are taller than the window.
30200 (next-line, previous-line): Set try-vscroll arg on line-move.
30201
30202 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
30203
30204 * replace.el (query-replace, query-replace-regexp)
30205 (replace-string, replace-regexp): When operating on region, make
30206 the minibuffer prompt say so.
30207
30208 * isearch.el (isearch-forward): Document isearch-query-replace and
30209 isearch-query-replace-regexp keybindings.
30210
30211 2005-02-19 Jay Belanger <belanger@truman.edu>
30212
30213 * calc/calc-aent.el (math-read-token): Add local variable.
30214
30215 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
30216 (calc-edit-top): Move declaration to earlier in file.
30217 (calc-edit-macro-repeats): Add local variables.
30218
30219 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
30220 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
30221 calcFunc-tanh.
30222 Adjust integration rule for calcFunc-tan.
30223
30224 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
30225
30226 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
30227 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
30228 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
30229 (viper-skip-separators): Bug fix.
30230 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
30231 particular major mode.
30232 (viper-del-backward-char-in-replace): Don't put deleted char on the
30233 kill ring.
30234
30235 * viper-ex.el (viper-color-display-p): New function.
30236 (viper-has-face-support-p): Use viper-color-display-p.
30237
30238 * viper-keym.el (viper-gnus-modifier-map): New keymap.
30239
30240 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
30241
30242 * viper-util.el (viper-glob-unix-files): Fix shell status check.
30243 (viper-file-remote-p): Make equivalent to file-remote-p.
30244
30245 * viper.el (viper-major-mode-modifier-list):
30246 Use viper-gnus-modifier-map.
30247
30248 2005-02-19 David Kastrup <dak@gnu.org>
30249
30250 * subr.el (subregexp-context-p): Fix garbled doc string by adding
30251 quoting.
30252
30253 2005-02-19 Jay Belanger <belanger@truman.edu>
30254
30255 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
30256 Remove extra definitions.
30257 (calc-coth): New function.
30258 (calcFunc-cot): Fix `let'.
30259
30260 2005-02-19 Eli Zaretskii <eliz@gnu.org>
30261
30262 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
30263 the reasons we use "type pc" in these faces.
30264
30265 * button.el (button): Ditto.
30266
30267 2005-02-19 Michael Mauger <mmaug@yahoo.com>
30268
30269 * replace.el (query-replace-read-from): Set the value of
30270 query-replace-from-history-variable to handle the case of an empty
30271 string entered to accept the suggested default.
30272
30273 * net/tramp.el (tramp-file-name-for-operation):
30274 Use dired-call-process instead of dired-call-process-command.
30275
30276 2005-02-19 Jay Belanger <belanger@truman.edu>
30277
30278 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
30279 (math-div-non-trig): New variables.
30280 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
30281 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
30282 (math-combine-prod, math-div-symb-fancy): Add simplifications for
30283 trig expressions.
30284
30285 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
30286
30287 * progmodes/gdb-ui.el (gdb-var-update-handler)
30288 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
30289 for watch expressions,
30290 (gdb-var-create-handler): Don't set speedbar-update-flag.
30291 (gdb-post-prompt): Simplify test for speedbar.
30292
30293 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
30294
30295 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
30296 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
30297 we use the syntax table of the correct buffer.
30298 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
30299 Felix Gatzemeier.
30300
30301 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
30302 (ediff-file-remote-p): Make synonymous with file-remote-p.
30303 In all deffaces ediff-*-face-*, use min-colors.
30304
30305 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
30306 ediff-recurse-to-subdirectories.
30307 (ediff-mark-if-equal): Check that the arguments are strings, use
30308 ediff-same-contents (after to Felix Gatzemeier).
30309
30310 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
30311 nil.
30312
30313 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
30314
30315 * log-view.el (log-view-message-re): Fix up Subversion regexp.
30316
30317 2005-02-18 David Kastrup <dak@gnu.org>
30318
30319 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
30320 use `mark-active' when defined.
30321
30322 2005-02-18 Kenichi Handa <handa@m17n.org>
30323
30324 * ps-print.el (ps-font-info-database): New entry
30325 ZapfChancery-MediumItalic with correct font name. Fix font name
30326 of the entry Zapf-Chancery-MediumItalic.
30327
30328 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
30329
30330 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
30331
30332 2005-02-16 Kim F. Storm <storm@cua.dk>
30333
30334 * ido.el (ido-fallback-command): Pass user input to fallback command.
30335
30336 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
30337
30338 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
30339 (gdb-find-file-hook): Add server prefix.
30340
30341 2005-02-16 Richard M. Stallman <rms@gnu.org>
30342
30343 * replace.el (perform-replace): Pass new args to replace-highlight.
30344 (replace-highlight): Take region args,
30345 and pass them to isearch-lazy-highlight-new-loop.
30346
30347 * novice.el (disabled-command-hook): Autoload the defalias
30348 and the make-obsolete-variable call.
30349
30350 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
30351
30352 * isearch.el (isearch-lazy-highlight-start-limit)
30353 (isearch-lazy-highlight-end-limit): New variables limit
30354 the region for highlighting.
30355 (isearch-lazy-highlight-new-loop): New args BEG and END.
30356 (isearch-lazy-highlight-search): Use the new vars.
30357 (isearch-lazy-highlight-update): Likewise.
30358
30359 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
30360
30361 * cus-start.el (all): Use default-boundp.
30362
30363 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
30364
30365 * menu-bar.el (menu-bar-select-frame): Handle current frame.
30366
30367 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
30368
30369 * autorevert.el (auto-revert-stop-on-user-input)
30370 (auto-revert-verbose): Doc fixes.
30371
30372 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
30373
30374 * international/mule-cmds.el (set-locale-environment): Remove call
30375 to set-selection-coding-system on Windows.
30376
30377 2005-02-15 Jay Belanger <belanger@truman.edu>
30378
30379 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
30380 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
30381 calcFunc-coth.
30382 (math-simplify-sqrt): Add simplifications.
30383
30384 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
30385 to list.
30386
30387 * calc/calc-ext.el: Add functions to autoloads.
30388
30389 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
30390 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
30391 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
30392 (math-csc-raw, math-cot-raw): New functions.
30393
30394 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
30395
30396 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
30397 the variable name in a message.
30398
30399 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30400 calcFunc-csc, calcFunc-cot.
30401
30402 * calc/calcalg2.el: Add derivative and integration rules for
30403 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30404 calcFunc-csch, calcFunc-coth.
30405 (math-do-integral-methods): Add to checks for when to use
30406 substitutions.
30407
30408 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30409
30410 2005-02-15 Lute Kamstra <lute@gnu.org>
30411
30412 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30413 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
30414 <monnier@iro.umontreal.ca>.
30415 (lisp-outline-level): Improve efficiency. Suggested by David
30416 Kastrup <dak@gnu.org>.
30417
30418 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
30419
30420 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30421 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30422 (gdb-set-gud-minor-mode-existing-buffers): New functions.
30423 (gdb-find-file-hook): New hook. Add it to find-file-hook.
30424 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30425
30426 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
30427
30428 * cus-start.el (all): Comment change.
30429
30430 2005-02-14 Lute Kamstra <lute@gnu.org>
30431
30432 * cus-start.el (all): Check if symbol is void.
30433
30434 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
30435
30436 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30437 optional argument to \cite.
30438
30439 2005-02-14 Richard M. Stallman <rms@gnu.org>
30440
30441 * cus-edit.el (custom-buffer-create-internal): Update help message.
30442 (custom-magic-alist): Update help messages.
30443
30444 * cus-start.el (all): Allow a var to specify a standard value.
30445
30446 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
30447
30448 * custom.el (custom-theme-set-variables): Handle variable aliases.
30449
30450 * frame.el (blink-cursor-timer): Doc fix.
30451 (blink-cursor): Make it an alias for `blink-cursor-mode' and
30452 declare obsolete.
30453 (blink-cursor-mode): Define with defcustom and use correct
30454 standard expression in that defcustom.
30455 * startup.el (command-line): Adapt to above changes in frame.el.
30456
30457 2005-02-11 Lute Kamstra <lute@gnu.org>
30458
30459 * apropos.el (apropos-score-doc): Prevent division by zero.
30460
30461 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
30462
30463 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
30464 (icalendar--get-event-property-attributes)
30465 (icalendar--get-event-properties)
30466 (icalendar--datetime-to-diary-date): New functions.
30467 (icalendar--split-value): Doc fix.
30468 (icalendar--datetime-to-noneuropean-date)
30469 (icalendar--datetime-to-european-date): New optional argument
30470 SEPARATOR. Return result as a string instead of a list.
30471 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
30472 (icalendar--convert-string-for-export): Rename arg S to STRING.
30473 (icalendar-export-region): Doc fix. Change name of error buffer.
30474 Save output buffer.
30475 (icalendar-import-file): Add blank at end of prompt.
30476 (icalendar-import-buffer): Doc fix. Do not switch to error
30477 buffer. Indicate status in return value.
30478 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
30479 buffer. Save output buffer. Handle exception from recurrence
30480 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
30481 events. Fix problems with weekly all-day events.
30482
30483 2005-02-10 Richard M. Stallman <rms@gnu.org>
30484
30485 * simple.el (eval-expression-print-format):
30486 Avoid warning about edebug-active.
30487
30488 * help.el (help-for-help-internal): Rename from help-for-help.
30489 (help-for-help): Define with defalias.
30490
30491 * font-core.el (font-lock-default-function): Use with-no-warnings.
30492
30493 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
30494
30495 * custom.el (defface): Doc fix.
30496
30497 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
30498
30499 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
30500 width 0" to prevent word wrapping problems.
30501
30502 2005-02-09 Kim F. Storm <storm@cua.dk>
30503
30504 * ido.el (ido-file-extensions-order): New defcustom.
30505 (ido-file-extension-lessp, ido-file-extension-aux)
30506 (ido-file-extension-order): New advanced file ordering.
30507 (ido-file-lessp): New simple file ordering.
30508 (ido-sort-list): Remove.
30509 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
30510 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
30511
30512 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
30513
30514 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
30515 that some versions of grep produce.
30516 (grep-mode-font-lock-keywords): Likewise.
30517
30518 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
30519
30520 * progmodes/gdb-ui.el (gdb-location-list): New variable.
30521 (gdb-cdir): Delete.
30522 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
30523 (gdb-source-info): Treat case when source file is in another
30524 directory properly.
30525 (gdb-get-location): New function.
30526
30527 2005-02-07 Jay Belanger <belanger@truman.edu>
30528
30529 * calc/calc-prog.el (calc-write-parse-table-part)
30530 (calc-fix-token-name): Fix a check for language type.
30531
30532 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
30533
30534 2005-02-07 Andre Spiegel <spiegel@gnu.org>
30535
30536 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
30537 as directory not writable.
30538
30539 2005-02-07 Kim F. Storm <storm@cua.dk>
30540
30541 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
30542 (cua--standard-movement-commands): Remove list.
30543 Instead, set CUA property value to move for movement commands.
30544 (cua-movement-commands): Remove. Users must set CUA prop instead.
30545 (cua--pre-command-handler): Check CUA property.
30546 (cua--init-keymaps): Don't remap undo commands.
30547 (cua-mode): Don't call cua--rectangle-on-off.
30548
30549 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
30550 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
30551 (cua--rect-undo-set-point): New var.
30552 (cua--rectangle-undo-boundary): Setup undo apply entry.
30553 (cua--rect-undo-handler): New function for rectangle undo.
30554 (cua--rect-start-position, cua--rect-end-position): Add.
30555 (cua--rectangle-post-command): Call cua--rectangle-set-corners
30556 for restored rectangle. Set point if cua--rect-undo-set-point.
30557
30558 2005-02-06 Jay Belanger <belanger@truman.edu>
30559
30560 * calc/calc-lang.el (calc-tex-language): Display more information
30561 in messages.
30562
30563 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
30564 in TeX mode.
30565
30566 2005-02-06 Richard M. Stallman <rms@gnu.org>
30567
30568 * emacs-lisp/lisp.el (buffer-end): Doc fix.
30569
30570 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
30571
30572 * net/ldap.el (ldap-search-internal): Support attributes with
30573 optional descriptions separated by a semi-colon, as in
30574 "userCertificate;binary".
30575
30576 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30577
30578 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
30579 isn't a cons (i.e. the version is 0).
30580
30581 2005-02-05 Eli Zaretskii <eliz@gnu.org>
30582
30583 * help.el (help-for-help): Doc fix.
30584
30585 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
30586
30587 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
30588 GDB-Windows on the menu-bar as this works better.
30589
30590 2005-02-04 Jay Belanger <belanger@truman.edu>
30591
30592 * calc/calc-embed.el (calc-embedded-update): Don't put in
30593 unnecessary newlines. Adjust the end of formula marker.
30594
30595 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
30596 (math-latex-parse-two-args): New function.
30597
30598 2005-02-03 Lute Kamstra <lute@gnu.org>
30599
30600 * help-fns.el (help-with-tutorial): Make sure that users cannot
30601 remove the entire text of the tutorial by means of `undo'.
30602
30603 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
30604
30605 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
30606 in recent changes, where the ispell process was repeatedly
30607 killed & restarted.
30608
30609 * international/mule-cmds.el (set-locale-environment): Set file-name
30610 coding system to utf-8 on Darwin systems.
30611 (set-default-coding-systems): Don't set default-file-name-coding-system
30612 on Darwin systems.
30613
30614 2005-02-03 Richard M. Stallman <rms@gnu.org>
30615
30616 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
30617
30618 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
30619
30620 * faces.el (list-faces-display): Add optional argument.
30621
30622 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
30623
30624 * font-core.el (font-lock-default-function): Handle the rare case where
30625 only font-lock-keywords is set.
30626
30627 2005-02-02 Kenichi Handa <handa@m17n.org>
30628
30629 * international/characters.el: Cancel previous change for
30630 I-WITH-DOT-ABOVE and DOTLESS-i.
30631
30632 * international/latin-5.el: Cancel previous change.
30633
30634 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
30635
30636 * progmodes/gud.el: Correction to syntax in gud-menu-map.
30637
30638 2005-02-02 Kenichi Handa <handa@m17n.org>
30639
30640 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
30641 DOTLESS-i.
30642
30643 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
30644 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
30645
30646 * case-table.el (get-upcase-table): New function.
30647 (copy-case-table): Copy upcaes table too if non-nil.
30648 (set-case-syntax-delims): Maintain upcase table too.
30649 (set-case-syntax-pair): Likewise.
30650 (set-upcase-syntax, set-downcase-syntax): New functions.
30651 (set-case-syntax): Maintain upcase table too.
30652
30653 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
30654
30655 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
30656
30657 * progmodes/gud.el (gud-goto-info): New function.
30658 (gud-tool-bar-map): Use correct icon.
30659
30660 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
30661
30662 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
30663 When delegating, order args in the funcall correctly.
30664
30665 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
30666
30667 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
30668
30669 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
30670
30671 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
30672 buffer not visiting a file.
30673
30674 2005-01-31 Jay Belanger <belanger@truman.edu>
30675
30676 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
30677 bound on the line with the formula.
30678
30679 2005-01-31 Kim F. Storm <storm@cua.dk>
30680
30681 * ses.el (ses-create-cell-variable-range)
30682 (ses-destroy-cell-variable-range, ses-reset-header-string)
30683 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
30684 (ses-insert-row): Fix format of apply undo entries.
30685
30686 2005-01-31 Jay Belanger <belanger@truman.edu>
30687
30688 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
30689 parts.
30690
30691 * calc/calc-embed.el (calc-embedded-open-formula)
30692 (calc-embedded-close-formula): Ignore matrix environments.
30693
30694 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
30695 TeX mode.
30696
30697 * calc/calc-lang.el (math-function-table, math-oper-table)
30698 (math-variable-table): Adjust the LaTeX portions.
30699
30700 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
30701 (math-latex-ignore-words): New constant.
30702
30703 2005-01-31 Richard M. Stallman <rms@gnu.org>
30704
30705 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
30706 (ispell-local-dictionary): Doc fix.
30707 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
30708 Don't reinitialize at run time. Don't defcustom.
30709 All uses changed to append ispell-local-dictionary-alist,
30710 or check it first.
30711 (ispell-current-dictionary): New variable for dictionary in use.
30712 (ispell-dictionary): Now used only for global default.
30713 (ispell-start-process): Set ispell-current-dictionary,
30714 not ispell-dictionary.
30715 (ispell-change-dictionary): Use this only for setting
30716 user preferences.
30717 (ispell-internal-change-dictionary): New function
30718 to change the current dictionary in use.
30719 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
30720 Use ispell-current-dictionary.
30721 Handle ispell-local-dictionary-overridden.
30722 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
30723
30724 2005-01-31 Jay Belanger <belanger@truman.edu>
30725
30726 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
30727
30728 * calc/calc-ext.el: Add calc-latex-language to autoloads.
30729 (calc-mode-map): Add calc-latex-language.
30730
30731 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
30732 (math-latex-print-frac): New functions.
30733 (math-oper-table, math-function-table, math-variable-table)
30734 (math-complex-format, math-input-filter): Add latex properties.
30735 (calc-set-language): Set math-expr-special-function-mapping.
30736
30737 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
30738 (calc-write-parse-table-part): Add LaTeX support.
30739
30740 * calc/calc.el (calc-language): Adjust docstring.
30741 (calc-set-mode-line): Add LaTeX support.
30742 (math-expr-special-function-mapping): New variable.
30743 (math-tex-ignore-words): Add to list.
30744
30745 * calc/calccomp.el (math-compose-expr, math-compose-rows):
30746 Add LaTeX support.
30747 (math-compose-expr): Add support for special functions.
30748
30749 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
30750
30751 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
30752
30753 * progmodes/gdb-ui.el (gdb-memory-address)
30754 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
30755 (gdb-memory-mode-map, gdb-memory-format-keymap)
30756 (gdb-memory-format-menu, gdb-memory-unit-keymap)
30757 (gdb-memory-unit-menu): New variables for a buffer
30758 that lets the user examine program memory.
30759 (gdb-memory-set-address, gdb-memory-set-repeat-count)
30760 (gdb-memory-format-binary, gdb-memory-format-octal)
30761 (gdb-memory-format-unsigned, gdb-memory-format-signed)
30762 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
30763 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
30764 (gdb-memory-unit-word, gdb-memory-unit-halfword)
30765 (gdb-memory-unit-byte, gdb-memory-unit-menu)
30766 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
30767 (gdb-memory-mode, gdb-memory-buffer-name)
30768 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
30769 New functions for above buffer.
30770
30771 2005-01-30 Richard M. Stallman <rms@gnu.org>
30772
30773 * cus-edit.el (custom-bury-buffer): Function deleted.
30774 (custom-buffer-done-function): Option deleted.
30775 (custom-buffer-done-kill): New replacement option.
30776 (Custom-buffer-done): Call quit-window.
30777 (custom-buffer-create-internal): Update for above changes.
30778
30779 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
30780
30781 * simple.el (undo-ask-before-discard): New var.
30782 (undo-outer-limit-truncate): Implement it.
30783 (undo-extra-outer-limit): Doc update.
30784
30785 2005-01-29 Richard M. Stallman <rms@gnu.org>
30786
30787 * ses.el (undo-more): Delete defadvice.
30788 (ses-begin-change): Doc fix.
30789
30790 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
30791 instead of rebinding C-x u and C-_.
30792
30793 * files.el (normal-backup-enable-predicate): Return nil for files
30794 in /tmp, regardless of temporary-file-directory.
30795
30796 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
30797
30798 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
30799 (open-rectangle, delete-whitespace-rectangle-line)
30800 (clear-rectangle-line): If FILL, pass t instead of FILL
30801 for move-to-column's 2nd arg.
30802
30803 * simple.el (undo): Fix the test for continuing a series of undos.
30804 (undo-more): Set pending-undo-list to t when we reach end.
30805 (pending-undo-list): Move up defvar.
30806
30807 * wid-edit.el (widget-button-click):
30808 Shorten the range of the track-mouse binding.
30809
30810 * comint.el (comint-insert-input): Undo previous changes;
30811 use last-input-event in interactive spec.
30812
30813 2005-01-29 Eli Zaretskii <eliz@gnu.org>
30814
30815 * progmodes/compile.el (compilation-start): Bind buffer-read-only
30816 to nil before invoking call-process. Reset buffer's modified flag
30817 after fontifying it in the no-async branch.
30818
30819 * wid-edit.el (widget-specify-button): If mouse pointer shape
30820 cannot be changed, use mouse face instead.
30821
30822 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
30823
30824 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
30825 (gdb-goto-breakpoint): Make breakpoint handling work on template
30826 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
30827 (gdb-assembler-custom): Update to recognize breakpoint information
30828 added on 2005-01-19.
30829
30830 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
30831
30832 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
30833 (dsssl-mode): Use define-derived-mode.
30834 (scheme-mode-initialize): Remove.
30835 (scheme-mode): Use run-mode-hooks.
30836
30837 * cus-edit.el (customize-group-other-window)
30838 (custom-buffer-create-other-window): Don't override special-display-*.
30839 (custom-mode-map): Make it dense.
30840
30841 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
30842 sets the default value.
30843
30844 2005-01-28 Eli Zaretskii <eliz@gnu.org>
30845
30846 * descr-text.el: Add more keywords.
30847
30848 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
30849
30850 * speedbar.el: Avoid unnecessary use of locate-library.
30851
30852 * international/mule-cmds.el (standard-display-european-internal):
30853 Don't fiddle with latin-1 non-break space any more since it's now
30854 special cased in the C code.
30855 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
30856
30857 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
30858
30859 * cus-start.el (all): Add `undo-outer-limit'.
30860
30861 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30862
30863 * textmodes/bibtex.el (bibtex-format-entry):
30864 Use `bibtex-empty-field-re' only on the text of fields, not on entire
30865 field lines.
30866 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
30867 not on part of a buffer.
30868
30869 2005-01-25 Lute Kamstra <lute@gnu.org>
30870
30871 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
30872 nonempty field text strings like "{letters\\macro{}more letters}".
30873 Clarify docstring.
30874 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
30875 (bibtex-entry-offset, bibtex-parse-association)
30876 (bibtex-parse-field-name): Fix typos in docstrings.
30877 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
30878
30879 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
30880
30881 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
30882 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
30883 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
30884 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
30885
30886 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
30887 isearch minor mode.
30888
30889 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
30890
30891 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
30892
30893 2005-01-24 Lute Kamstra <lute@gnu.org>
30894
30895 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
30896 CASECHARS and NOT-CASECHARS regular expressions of the
30897 "nederlands" and "nederlands8" dictionaries to prevent a "Range
30898 striding over charsets" error.
30899
30900 2005-01-24 Jay Belanger <belanger@truman.edu>
30901
30902 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
30903 display variable name.
30904
30905 2005-01-24 Kenichi Handa <handa@m17n.org>
30906
30907 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
30908 Fix setting of the element of encoded-kbd-iso2022-invocations.
30909
30910 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
30911
30912 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
30913 (gdb-threads-select): Change to also accept mouse events.
30914 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
30915 (gdb-threads-mouse-select): Delete.
30916
30917 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
30918
30919 * files.el (insert-directory): Take care of empty directory,
30920 listed without -a switch.
30921
30922 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
30923
30924 * textmodes/refill.el (refill-post-command-function):
30925 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
30926 to the list of functions that we should be careful not to undo.
30927 (refill-late-fill-paragraph-function): Remove.
30928 (refill-saved-state): New var.
30929 (refill-mode): Use it to save fill-paragraph-function.
30930 Save also the value of auto-fill-function.
30931
30932 * term/w32-win.el: Simplify code.
30933
30934 2005-01-23 Kim F. Storm <storm@cua.dk>
30935
30936 * simple.el (line-move): Adapt to new return value from
30937 pos-visible-in-window-p.
30938
30939 * simple.el (line-move): Fix last change. Check partial
30940 visibility at point rather than at window-start.
30941
30942 2005-01-22 Jason Rumney <jasonr@gnu.org>
30943
30944 * term/w32-win.el (xw-defined-colors): Remove debug-message.
30945
30946 2005-01-22 David Kastrup <dak@gnu.org>
30947
30948 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
30949
30950 2005-01-22 Eli Zaretskii <eliz@gnu.org>
30951
30952 * type-break.el (type-break-mode): Add a test for
30953 type-break-file-name being non-nil.
30954
30955 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
30956
30957 * net/eudc.el (top level): Call (message "") via progn, so that
30958 eudc-options-file is loaded.
30959
30960 2005-01-22 Kim F. Storm <storm@cua.dk>
30961
30962 * simple.el (line-move-1): Rename from line-move.
30963 (line-move): New function that adjusts vscroll for partially
30964 visible rows, and calls line-move-1 otherwise.
30965
30966 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
30967
30968 * pcomplete.el: Define pcomplete-read-event instead of read-event,
30969 since it's not a complete read-event implementation
30970
30971 2005-01-20 Jay Belanger <belanger@truman.edu>
30972
30973 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
30974 for called function.
30975
30976 2005-01-20 Steven Tamm <steventamm@mac.com>
30977
30978 * term/mac-win.el (process-connection-type): Remove.
30979 Controlled now by s/darwin.h:PTY_ITERATION.
30980
30981 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
30982
30983 * window.el (handle-select-window): Don't switch window when we're
30984 in the minibuffer.
30985
30986 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
30987
30988 * subr.el (dotimes-with-progress-reporter): New macro.
30989
30990 * ses.el (ses-dotimes-msg): Remove macro.
30991 Use `dotimes-with-progress-reporter' instead.
30992
30993 2005-01-19 Steven Tamm <steventamm@mac.com>
30994
30995 * term/mac-win.el (process-connection-type): Use new
30996 operating-system-release variable to use ptys on Darwin 7 (OS X
30997 10.3) when using carbon build.
30998
30999 2005-01-19 Jay Belanger <belanger@truman.edu>
31000
31001 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31002 flags if the last command was a tab or M-tab.
31003
31004 * calc/calc-prog.el (calc-user-define-edit): Put original formula
31005 in formula editing buffer.
31006
31007 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
31008
31009 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31010 breakpoint image symbol in margin.
31011
31012 2005-01-19 Jay Belanger <belanger@truman.edu>
31013
31014 * calc/calc-prog.el (calc-execute-kbd-macro):
31015 Ignore calc-keep-arg-flag.
31016
31017 2005-01-19 Kenichi Handa <handa@m17n.org>
31018
31019 * textmodes/ispell.el (ispell-looking-at): New function.
31020 (ispell-process-line): Use ispell-looking-at to compare the ispell
31021 output and the buffer contents.
31022
31023 2005-01-18 Jay Belanger <belanger@truman.edu>
31024
31025 * calc/calc.el (calc-display-raw): Fix docstring.
31026
31027 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
31028
31029 * simple.el (blink-matching-open): Strip extra info from syntax.
31030
31031 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31032 funny chars in the end-of-here-doc marker.
31033
31034 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
31035
31036 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31037 that enable/disabled state of breakpoints is shown correctly in
31038 fringe and on ttys.
31039 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31040 Add breakpoint information as text properties.
31041 (gdb-mouse-toggle-breakpoint):
31042 Rename to gdb-mouse-set-clear-breakpoint.
31043 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
31044 breakpoints in the margin.
31045 (gdb-remove-strings): Simplify.
31046
31047 2005-01-17 Jay Belanger <belanger@truman.edu>
31048
31049 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
31050 erasing buffer.
31051
31052 2005-01-17 Richard M. Stallman <rms@gnu.org>
31053
31054 * progmodes/grep.el (grep-find): Copy from `grep' the condition
31055 for calling grep-compute-defaults.
31056
31057 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
31058 if buffer is empty.
31059
31060 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
31061
31062 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
31063
31064 * hilit-chg.el (highlight-changes-mode): Don't autoload.
31065
31066 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
31067 non-preloaded variables.
31068
31069 2005-01-17 Steven Tamm <steventamm@mac.com>
31070
31071 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
31072 tex-shell cause to force interactivity when using pipes.
31073
31074 2005-01-17 Kim F. Storm <storm@cua.dk>
31075
31076 * simple.el (just-one-space): Make arg optional.
31077
31078 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
31079
31080 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
31081 posn-at-x-y to t to access left-margin.
31082
31083 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
31084
31085 Sync with Tramp 2.0.47.
31086
31087 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
31088 catching keep-date problems in cp/scp operations.
31089 (tramp-handle-copy-file): Don't call `set-file-modes'
31090 unconditionally. Specialized functions should know better what is
31091 necessary. This improves performance a little bit, and the
31092 functions could catch errors with `cp -p' and `scp -p'.
31093 (tramp-do-copy-or-rename-file-via-buffer)
31094 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
31095 when appropriate.
31096 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
31097 Call `set-file-modes' when appropriate.
31098 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
31099 Johnsson <isak@hypergene.com>.
31100 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
31101 of both Tramp buffer and debug buffer. Reported by Joakim Verona
31102 <joakim@verona.se>.
31103 (tramp-file-name-for-operation): Mark `shell-command' as magic for
31104 Emacs only.
31105
31106 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
31107 `find-file-hooks' and `dired-mode-hook'.
31108 (tramp-minor-mode-map): Respective map. Add remapping for
31109 `compile' and `recompile'.
31110 (tramp-remap-command, tramp-recompile): New defuns.
31111 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
31112 in buffer "*Compilation*". Call the commands asynchronously.
31113
31114 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
31115 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
31116 `shell-command', because it isn't magic in XEmacs. Reported by
31117 Adrian Aichner <adrian@xemacs.org>.
31118
31119 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
31120 `substitute-in-file-name.
31121 (tramp-smb-handle-substitute-in-file-name): New defun.
31122 (tramp-smb-advice-PC-do-completion): Delete advice.
31123
31124 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
31125
31126 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
31127 Fix error in deleting region.
31128
31129 2005-01-15 Richard M. Stallman <rms@gnu.org>
31130
31131 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
31132 In non-temp buffer, switch syntax table temporarily.
31133
31134 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
31135
31136 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
31137
31138 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
31139
31140 * imenu.el (imenu--split-menu): Copy menulist before sorting.
31141 (imenu--generic-function): Use START, not BEG, as pos of definition.
31142
31143 * simple.el (just-one-space): Argument specifies number of spaces.
31144
31145 * simple.el (eval-expression-print-format): Avoid warning
31146 about edebug-active.
31147
31148 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
31149
31150 * progmodes/sh-script.el: Code copied from make-mode.el
31151 with small changes,
31152 (sh-mode-map): Bind C-c C-\.
31153 (sh-backslash-column, sh-backslash-align): New variables.
31154 (sh-backslash-region, sh-append-backslash): New functions.
31155
31156 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
31157
31158 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
31159 (rmail-pop-password, rmail-pop-password-required): Move to
31160 rmail-obsolete group.
31161 (rmail-set-pop-password): Rename to rmail-set-remote-password.
31162 All callers updated.
31163 (rmail-get-pop-password): Rename to rmail-get-remote-password.
31164 Take an argument specifying whether it is POP or IMAP mailbox we
31165 are using. All callers updated.
31166 (rmail-pop-password-error): Rename to
31167 rmail-remote-password-error. Added mailutils-specific error message.
31168 (rmail-movemail-search-path)
31169 (rmail-movemail-variant-in-use): New variables.
31170 (rmail-remote-password, rmail-remote-password-required):
31171 New customization variables.
31172 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
31173 (rmail-parse-url): New function.
31174 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
31175 with GNU mailutils movemail.
31176
31177 2005-01-15 Kevin Ryde <user42@zip.com.au>
31178
31179 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
31180 suffix to space, $ or '$, to correctly position point when going
31181 to @table style constants like DBL_MAX.
31182
31183 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
31184
31185 * type-break.el (type-break-mode, type-break-file-time)
31186 (type-break-file-keystroke-count, type-break-choose-file):
31187 Don't store data in or load data from the file if type-break-file-name
31188 is nil.
31189 (type-break-file-name): Doc update as per the above.
31190
31191 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
31192
31193 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
31194 lookup-key might return nil; handle that.
31195
31196 2005-01-15 Alan Mackenzie <acm@muc.de>
31197
31198 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
31199 rather than the element found, thus enabling the tree to be setcar'd.
31200
31201 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
31202
31203 * textmodes/org.el (org-show-following-heading): New option.
31204 (org-show-hierarchy-above): Use `org-show-following-heading'.
31205 (org-cycle): Documentation fix.
31206
31207 * textmodes/org.el (orgtbl-optimized): New option
31208 (orgtbl-mode): New command, a minor mode.
31209 (orgtbl-mode-map): New variable.
31210 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
31211 (orgtbl-error, orgtbl-self-insert-command)
31212 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
31213
31214 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
31215 a local variable in each org-mode buffer.
31216
31217 * textmodes/org.el (org-set-regexps-and-options): Rename from
31218 `org-set-regexps'. Added checking for STARTUP keyword.
31219 (org-get-current-options): Add STARTUP options.
31220 (org-table-insert-row): Make mode intelligent about when
31221 realignment is needed.
31222 (org-self-insert-command, org-delete-backward-char, org-delete-char):
31223 New commands.
31224 (org-enable-table-editor): New default value `optimized'.
31225 (org-table-blank-field): Support blanking regions if active.
31226
31227 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
31228
31229 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
31230 if the year is not given.
31231
31232 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
31233 Add new escapes %m and %M, fixed bug with %F by adding
31234 save-match-data.
31235 (reftex-reference): Remove ?. from list of spaces.
31236 (reftex-label-info): Add automatic label prefix recognition.
31237
31238 * textmodes/reftex-index.el (reftex-index-next-phrase):
31239 Add slave parameter to call of `reftex-index-this-phrase'.
31240 (reftex-index-this-phrase): New optional argument.
31241 (reftex-index-region-phrases): Add slave parameter to call of
31242 `reftex-index-this-phrase'.
31243 (reftex-display-index): New argument redo.
31244 (reftex-index-rescan): Add `redo' to arguments of
31245 `reftex-display-index'.
31246 (reftex-index-Rescan, reftex-index-revert)
31247 (reftex-index-switch-index-tag): Add `redo' to arguments of
31248 `reftex-display-index'.
31249 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
31250 indexing. Fix bug with matching is there is a quote before or
31251 after the word.
31252
31253 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
31254 Fix bug when collecting citation keys in lines with comments.
31255 (reftex-citation): Prefix argument no longer rescans the document,
31256 but forces prompting for optional arguments of cite macros.
31257 (reftex-do-citation): Prompting for optional arguments implemented.
31258
31259 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31260 Add optional arguments to most cite commands.
31261 (reftex-cite-cleanup-optional-args): New option
31262 (reftex-cite-prompt-optional-args): New option.
31263 (reftex-trust-label-prefix): New option.
31264
31265 * textmodes/reftex-toc.el (reftex-toc-find-section):
31266 Add push-mark before changing the position in the buffer.
31267
31268 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
31269 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
31270
31271 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
31272
31273 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
31274 more carefully.
31275
31276 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
31277
31278 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
31279 (sgml-mode): Use it.
31280 (sgml-get-context): Better keep track of implicitly closed tags.
31281
31282 2005-01-13 Kenichi Handa <handa@m17n.org>
31283
31284 * textmodes/ispell.el: These changes are to fix misalignment error
31285 caused by equivalent characters of different Emacs charsets.
31286 (ispell-unified-chars-table): New variable.
31287 (ispell-get-decoded-string): New function.
31288 (ispell-get-casechars, ispell-get-not-casechars)
31289 (ispell-get-otherchars): Call ispell-get-decoded-string.
31290
31291 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
31292
31293 * custom.el (custom-declare-variable): Just put symbol instead
31294 of (defvar . symbol) in `current-load-list'.
31295
31296 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
31297
31298 * emacs-lisp/elint.el: Fixed typo in Commentary section.
31299
31300 2005-01-12 Jay Belanger <belanger@truman.edu>
31301
31302 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
31303 to create a Calc summary.
31304
31305 2005-01-12 Kim F. Storm <storm@cua.dk>
31306
31307 * mouse.el (mouse-on-link-p): Change functionality and doc
31308 string to comply with latest description in lisp ref.
31309
31310 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
31311
31312 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
31313 Enable mouse clicks on mode-line, header-line and margin.
31314 (event-type): Give mouse event symbols an `event-kind' property
31315 with value `mouse-click'.
31316
31317 2005-01-12 Juri Linkov <juri@jurta.org>
31318
31319 * facemenu.el (list-colors-display): Add new arg buffer-name.
31320 Use it. Fix docstring. Replace code for identifying duplicate
31321 colors by the name with call to `list-colors-duplicates' which
31322 identifies duplicate colors by the value unless the color
31323 is one of special Windows colors. Set truncate-lines to t.
31324 Print sorted duplicate color names on each line. Indent to 22
31325 \(the longest color name in rgb.txt) instead of 20. Optimize.
31326 (list-colors-duplicates): New function.
31327 (facemenu-color-name-equal): Delete function.
31328
31329 * facemenu.el (list-colors-print): New function created from code
31330 in list-colors-display. Print #RRGGBB at the window right edge.
31331 (list-colors-display): When temp-buffer-show-function is not
31332 defined, call list-colors-print from temp-buffer-show-hook
31333 to get the right value of window-width in list-colors-print
31334 after the buffer is displayed.
31335
31336 * simple.el (pop-mark): Move deactivate-mark out of conditional
31337 part to deactivate the active mark regardless of the state of the
31338 mark ring.
31339
31340 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
31341 variables line in desktop files.
31342
31343 2005-01-12 Juri Linkov <juri@jurta.org>
31344
31345 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
31346 Bring together isearch highlight related options.
31347 (lazy-highlight): Replace group `replace' by `matching'.
31348 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31349 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31350 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
31351 and declare them obsolete.
31352 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
31353 (isearch-faces): Remove defgroup.
31354 (isearch-overlay, isearch-highlight, isearch-dehighlight):
31355 Move isearch highlighting code closer to lazy highlighting code.
31356
31357 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
31358 (query-replace-highlight, query-replace-lazy-highlight)
31359 (query-replace): Move definitions to the beginning of the file.
31360
31361 2005-01-11 Juri Linkov <juri@jurta.org>
31362
31363 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
31364 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
31365 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
31366
31367 * info.el (Info-history-forward): New variable.
31368 (Info-select-node): Reset Info-history-forward to nil.
31369 (Info-last): Turn into defalias.
31370 (Info-history-back): Rename from Info-last.
31371 Add current node to Info-history-forward.
31372 (Info-history-forward): New fun.
31373 (Info-mode-map): Replace Info-last by Info-history-back.
31374 Bind Info-history-forward to "r".
31375 (Info-mode-menu): Replace Info-last by Info-history-back.
31376 Fix menu item text. Add menu item for Info-history-forward.
31377 (info-tool-bar-map): Replace Info-last by Info-history-back.
31378 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
31379 for Info-history-forward.
31380 (Info-mode): Replace Info-last by Info-history-back in docstring.
31381 Add local variable Info-history-forward.
31382 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
31383
31384 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
31385
31386 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
31387 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
31388 Ignore select-window events rather than fiddle with
31389 mouse-autoselect-window.
31390
31391 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
31392
31393 * type-break.el (type-break-mode): Fix previous change.
31394
31395 2005-01-10 Jay Belanger <belanger@truman.edu>
31396
31397 * calc/calc-ext.el (calc-reset): Reset when inside embedded
31398 calculator; only reset when point is inside a calculator.
31399 Don't adjust the window height if the window takes up the whole height
31400 of the frame.
31401
31402 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
31403
31404 * ebuff-menu.el (Electric-buffer-menu-mode):
31405 Preserve value of buffer-local var header-line-format.
31406
31407 2005-01-09 Jay Belanger <belanger@truman.edu>
31408
31409 * calc/calc.el (calc-mode-var-list-restore-saved-values):
31410 Make sure settings file exists before accessing it.
31411
31412 * calc/calc-embed.el (calc-embedded-subst):
31413 Replace math-multi-subst-rec, which is only supposed to be called
31414 by math-multi-subst, by math-multi-subst.
31415
31416 2005-01-09 Andre Spiegel <spiegel@gnu.org>
31417
31418 * vc.el (vc-allow-async-revert): New user option.
31419 (vc-disable-async-diff): New internal variable.
31420 (vc-revert-buffer): Use them to disable asynchronous diff.
31421
31422 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31423 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31424 asynchronously if vc-disable-async-diff is t.
31425
31426 2005-01-09 Jay Belanger <belanger@truman.edu>
31427
31428 * calc/calc.el (defcalcmodevar): New macro.
31429 (calc-mode-var-list-restore-default-values)
31430 (calc-mode-var-list-restore-saved-values): New functions.
31431 (calc-mode-var-list): Use defcalcmodevar to define it.
31432 (calc-always-load-extensions, calc-line-numbering)
31433 (calc-line-breaking, calc-display-just, calc-display-origin)
31434 (calc-number-radix, calc-leading-zeros, calc-group-digits)
31435 (calc-group-char, calc-point-char, calc-frac-format)
31436 (calc-prefer-frac, calc-hms-format, calc-date-format)
31437 (calc-float-format, calc-full-float-format, calc-complex-format)
31438 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31439 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31440 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31441 (calc-matrix-brackets, calc-language, calc-language-option)
31442 (calc-left-label, calc-right-label, calc-word-size)
31443 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31444 (calc-display-raw, calc-internal-prec, calc-angle-mode)
31445 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31446 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31447 (calc-window-height, calc-display-trail, calc-show-selections)
31448 (calc-use-selections, calc-assoc-selections)
31449 (calc-display-working-message, calc-auto-why, calc-timing)
31450 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31451 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31452 (calc-gnuplot-default-device, calc-gnuplot-default-output)
31453 (calc-gnuplot-print-device, calc-gnuplot-print-output)
31454 (calc-gnuplot-geometry, calc-graph-default-resolution)
31455 (calc-graph-default-resolution-3d, calc-invocation-macro)
31456 (calc-show-banner): Use defcalcmodevar to declare them and set
31457 their default values.
31458
31459 * calc/calc-ext.el (calc-reset): Restore saved values of variables
31460 instead of default values (but restore default values if there is
31461 an argument of 0).
31462
31463 2005-01-09 David Kastrup <dak@gnu.org>
31464
31465 * desktop.el (desktop-restore-eager): Fix typo in type.
31466
31467 2005-01-08 Richard M. Stallman <rms@gnu.org>
31468
31469 * cus-edit.el (customize): Delete :link.
31470
31471 2005-01-08 Jay Belanger <belanger@truman.edu>
31472
31473 * calc/calc.el (calc-mode): Remove the extension from the
31474 `calc-settings-file' file name when loading it.
31475
31476 2005-01-08 Kim F. Storm <storm@cua.dk>
31477
31478 * info.el (Info-mode-map, Info-next-link-keymap)
31479 (Info-prev-link-keymap, Info-up-link-keymap):
31480 Map follow-link to mouse-face.
31481 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
31482
31483 2005-01-08 Jay Belanger <belanger@truman.edu>
31484
31485 * calc/calc.el (calc-settings-file): Change default value.
31486 Suggested by cgw in a comment in calc-mode.el.
31487
31488 * calc/calc-mode.el (calc-settings-file-name):
31489 Compare calc-settings-file to user-init-file instead of ~/.emacs.
31490 Replace ~/.emacs in a prompt by calc-settings-file.
31491
31492 2005-01-07 Lars Hansen <larsh@math.ku.dk>
31493
31494 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
31495 (desktop-lazy-idle-delay): New customizable variables.
31496 (desktop-buffer-args-list): New variable.
31497 (desktop-append-buffer-args): New function.
31498 (desktop-save): Call desktop-append-buffer-args for some buffers.
31499 (desktop-lazy-create-buffer): New function.
31500 (desktop-idle-create-buffers): New function.
31501 (desktop-read): Add message about buffers to restore lazily.
31502 (desktop-lazy-abort): New command.
31503 (desktop-clear): Call desktop-lazy-abort.
31504 (desktop-lazy-complete): New command.
31505
31506 2005-01-06 Richard M. Stallman <rms@gnu.org>
31507
31508 * emacs-lisp/find-func.el (find-face-definition):
31509 Rename from find-face.
31510
31511 2005-01-06 Kim F. Storm <storm@cua.dk>
31512
31513 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
31514
31515 * man.el (Man-xref-man-page, Man-xref-header-file)
31516 (Man-xref-normal-file): Add follow-link property.
31517
31518 2005-01-06 Jay Belanger <belanger@truman.edu>
31519
31520 * calc/calc-units.el: Make sure the proper macro definitions are
31521 available when compiling.
31522
31523 2005-01-06 Juri Linkov <juri@jurta.org>
31524
31525 * isearch.el (isearch-lazy-highlight-update):
31526 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
31527
31528 2005-01-06 Miles Bader <miles@gnu.org>
31529
31530 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
31531 (isearch-lazy-highlight-face): Use new name.
31532
31533 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
31534
31535 * uniquify.el (uniquify-rationalize-file-buffer-names):
31536 Re-add an interactive spec.
31537 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
31538 to the same name.
31539
31540 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
31541 (isearch-update, isearch-done): Adjust calls accordingly.
31542
31543 2005-01-05 Richard M. Stallman <rms@gnu.org>
31544
31545 * custom.el (custom-set-variables, custom-theme-set-variables):
31546 Clarify documentation.
31547
31548 * emacs-lisp/find-func.el (find-variable)
31549 (find-variable-other-window, find-variable-other-frame):
31550 Fix the TYPE args to find-function-read and find-function-do-it.
31551 (find-function): Doc fix.
31552 (find-function-at-point): Replace function-at-point alias.
31553
31554 2005-01-04 Richard M. Stallman <rms@gnu.org>
31555
31556 * cus-face.el (custom-declare-face):
31557 Record defface in current-load-list.
31558
31559 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
31560
31561 * emacs-lisp/find-func.el: Doc fixes.
31562 (find-face-regexp): New variable.
31563 (find-function-regexp-alist): New variable.
31564 (find-function-C-source): Third arg is now TYPE.
31565 (find-function-search-for-symbol): Handle general TYPE.
31566 (find-function-read, find-function-do-it): Handle general TYPE.
31567 (find-definition-noselect, find-face): New functions.
31568 (function-at-point): Alias deleted.
31569
31570 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
31571
31572 * battery.el (display-battery-mode): Rename from display-battery.
31573 Handle the case where it gets turned off.
31574
31575 2005-01-04 Richard M. Stallman <rms@gnu.org>
31576
31577 * cus-edit.el (customize): Make :link point to user doc.
31578
31579 * man.el (Man-fontify-manpage): Turn off undo generation.
31580
31581 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
31582
31583 2005-01-04 Andreas Schwab <schwab@suse.de>
31584
31585 * files.el (insert-directory): Only look for error lines in
31586 inserted text. Don't move too far after processing --dired markers.
31587
31588 2005-01-04 Richard M. Stallman <rms@gnu.org>
31589
31590 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
31591 Don't expand if the character is @, period, dash, etc.
31592 (define-mail-abbrev): Quote names that contain problem characters.
31593
31594 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
31595
31596 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
31597
31598 2005-01-03 Richard M. Stallman <rms@gnu.org>
31599
31600 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
31601 (query-replace-highlight, query-replace-lazy-highlight)
31602 (query-replace): Definitions moved up. Doc fix.
31603
31604 2005-01-03 Richard M. Stallman <rms@gnu.org>
31605
31606 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
31607 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31608 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31609 (lazy-highlight-face): Rename from isearch-lazy-...
31610 Change all references to them.
31611
31612 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
31613
31614 * cus-edit.el (custom-file): Doc fix for defcustom.
31615 (custom-file): The function no longer sets the variable
31616 `custom-file' to its return value.
31617
31618 * startup.el (command-line): No longer load `custom-file'.
31619
31620 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
31621
31622 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
31623
31624 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
31625 Don't confuse module-prefixed identifiers for labels.
31626 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
31627
31628 2005-01-02 Richard M. Stallman <rms@gnu.org>
31629
31630 * files.el (basic-save-buffer-1): Fix previous change.
31631
31632 * loadhist.el (file-loadhist-lookup): New function.
31633 (file-provides, file-requires): Use it.
31634
31635 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
31636 instead of calculating the right size.
31637
31638 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
31639
31640 * vc-svn.el (vc-svn-diff): Stay local if possible.
31641
31642 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
31643
31644 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
31645
31646 * files.el (hack-local-variables): Fix last change.
31647
31648 2005-01-02 Jay Belanger <belanger@truman.edu>
31649
31650 * calc/calc-yank.el (calc-edit-top): New variable.
31651 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
31652 object. Change header properties.
31653 (calc-edit-finish, calc-edit-finish-stack-object)
31654 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
31655 edited object.
31656 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
31657 for the beginning of the edited object.
31658 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
31659 for the beginning of the edited object.
31660 * calc/calc-prog.el (calc-edit-macro-finish-edit)
31661 (calc-finish-formula-edit, calc-macro-repeats)
31662 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
31663 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
31664 beginning of the edited object.
31665 (calc-user-define-edit): Change the header for editing macros.
31666 Remove unnecessary variable.
31667
31668 2005-01-01 Jay Belanger <belanger@truman.edu>
31669
31670 * calc/calc-yank.el (calc-edit-mode): Change default header.
31671 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
31672 * calc/calc-store.el (calc-edit-variable): Change title to match new
31673 header.
31674 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
31675 mode to match new header.
31676 (calc-user-define-edit): Change titles to include names of commands.
31677 (calc-finish-formula-edit): Adjust to handle new header.
31678 (calc-finish-macro-edit): Remove.
31679 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
31680 (calc-edit-macro-command, calc-edit-macro-command-type)
31681 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
31682 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
31683 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
31684 (calc-edit-macro-finish-edit): New functions.
31685 (calc-user-define-edit): Use new functions to edit named calc macros.
31686
31687 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
31688
31689 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
31690
31691 * ses.el (copy-region-as-kill): Deactivate mark.
31692
31693 2005-01-01 Richard M. Stallman <rms@gnu.org>
31694
31695 * replace.el (occur-1): If the output buffer is also an input,
31696 don't kill it, rename it.
31697
31698 * faces.el (set-face-background, set-face-foreground): Doc fix.
31699
31700 * cus-face.el (custom-face-attributes): Fix :help-echo strings
31701 for :foreground and :background.
31702
31703 * dired.el (dired-view-command-alist): Variable deleted.
31704 (dired-view-file, dired-mouse-find-file-other-window):
31705 Delete the code to use it.
31706
31707 2005-01-01 Kim F. Storm <storm@cua.dk>
31708
31709 * image.el (insert-sliced-image): Use t for line-height property.
31710
31711 See ChangeLog.11 for earlier changes.
31712
31713 ;; Local Variables:
31714 ;; coding: iso-2022-7bit
31715 ;; add-log-time-zone-rule: t
31716 ;; End:
31717
31718 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
31719
31720 This file is part of GNU Emacs.
31721
31722 GNU Emacs is free software; you can redistribute it and/or modify
31723 it under the terms of the GNU General Public License as published by
31724 the Free Software Foundation; either version 2, or (at your option)
31725 any later version.
31726
31727 GNU Emacs is distributed in the hope that it will be useful,
31728 but WITHOUT ANY WARRANTY; without even the implied warranty of
31729 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31730 GNU General Public License for more details.
31731
31732 You should have received a copy of the GNU General Public License
31733 along with GNU Emacs; see the file COPYING. If not, write to the
31734 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
31735 Boston, MA 02110-1301, USA.
31736
31737 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1