]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* term/x-win.el (x-menu-bar-open): New function for F10.
[gnu-emacs] / lisp / ChangeLog
1 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2
3 * term/x-win.el (x-menu-bar-open): New function for F10.
4
5 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6
7 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8 Disallow filenames containing " -" to avoid confusion with libtool
9 compilation messages. Suggested by Stefan Monnier.
10
11 2006-09-15 David Kastrup <dak@gnu.org>
12
13 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
14 instead of buffer position for `mouse-on-link-p'.
15
16 * mouse.el (mouse-posn-property): New function looking up the
17 properties at a click position in overlays and text properties in
18 either buffer or strings.
19 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
20 of both `follow-link' as well as `mouse-face' properties.
21 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
22 buffer position.
23
24 * help.el (describe-key-briefly): When reading a down-event on
25 mode lines or scroll bar, swallow the following up event, too.
26 Use the new mouse sensitity of `key-binding' for lookup.
27 (describe-key): The same here.
28
29 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
30
31 * play/life.el (life-patterns): Add a few more interesting patterns.
32 (life-setup): Force `show-trailing-whitespace' to nil.
33
34 2006-09-14 Richard Stallman <rms@gnu.org>
35
36 * startup.el (fancy-splash-text): Change text to improve alignment.
37 (fancy-splash-screens): Don't set non-standard tab width.
38 Bind cursor-type temporarily, and make it easy to patch to
39 preserve the splash buffer.
40 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
41 (fancy-splash-screens): Display echo-area message explicitly.
42 Don't set fancy-splash-help-echo.
43
44 * simple.el (line-number-mode): Group mode-line instead of
45 editing-basics.
46 (column-number-mode, size-indication-mode): Likewise.
47
48 * faces.el (mode-line-faces): Group mode-line instead of modeline.
49
50 * time.el (display-time): Group mode-line instead of modeline.
51
52 * cus-edit.el (mode-line): Renamed from modeline. All uses changed.
53
54 2006-09-14 Ken Manheimer <ken.manheimer@gmail.com>
55
56 * allout.el (allout-regexp, allout-line-boundary-regexp)
57 (allout-bob-regexp): Correct grouping and boundaries to fix
58 backwards traversal.
59 (allout-depth-specific-regexp, allout-depth-one-regexp): New
60 versions that exploit \\{M\\} regexp syntax, to avoid geometric or
61 worse time in allout-ascend.
62 (allout-doublecheck-at-and-shallower): Identify depth threshold
63 below which topics are checked for and disqualified by containment
64 discontinuities.
65 (allout-hotspot-key-handler): Correctly handle multiple-key
66 strokes. Remove some unused variables.
67 (allout-mode-leaders): Clarify that mode-specific comment-start
68 will be used
69 (set-allout-regexp): Correctly regexp-quote allout regexps to
70 properly accept alternative header-leads and primary bullets with
71 regexp-specific characters (eg, C "/*", mathematica "(*").
72 Include new regular expressions among those configured.
73 (allout-infer-header-lead-and-primary-bullet): Rename
74 allout-infer-header-lead.
75 (allout-recent-depth): Manifest as a variable as well as a function.
76 (allout-prefix-data): Simplify into an inline instead of a macro,
77 assuming current match data rather than being explicitly passed it.
78 Establish allout-recent-depth value as well as
79 allout-recent-prefix-beginning and allout-recent-prefix-end.
80 (allout-aberrant-container-p): True when an item's immediate
81 offspring discontinuously contained. Useful for disqualifying
82 unintended topic prefixes, likely at low depths.
83 (allout-goto-prefix-doublechecked): Elaborated version of
84 allout-goto-prefix which disqualifies aberrant pseudo-items.
85 (allout-end-of-prefix, allout-pre-next-prefix)
86 (allout-end-of-subtree): Disqualify aberrant containers.
87 (allout-beginning-of-current-entry): Position at start of buffer
88 when in container (depth 0) entry.
89 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
90 (allout-current-bullet): Strip text properties.
91 (allout-get-prefix-bullet): Use right match groups.
92 (allout-beginning-of-line, allout-next-heading): Disqualify
93 aberrant containers.
94 (allout-previous-heading): Disqualify aberrant containers.
95 (allout-get-invisibility-overlay): Increment so progress is made
96 when the first overlay is not the sought one.
97 (allout-end-of-prefix): Disqualify aberrant containers.
98 (allout-end-of-line): Cycle something like allout-beginning-of-line.
99 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
100 outline.el outlines) functional again. Change the primary bullet
101 along with the header-lead - level 1 new-style bullets now work.
102 Engage allout-before-change-handler in mainline emacs, not just
103 xemacs, to do undo handling.
104 (allout-before-change-handler): Expose undo changes occurring in
105 hidden regions. Use allout-get-invisibility-overlay instead of
106 reimplementing it inline.
107 (allout-chart-subtree): Use start rather than end of prefix in
108 charts. Use allout-recent-depth variable.
109 (allout-chart-siblings): Disqualify aberrant topics.
110 (allout-beginning-of-current-entry): Position correctly.
111 (allout-ascend): Use new allout-depth-specific-regexp and
112 allout-depth-one-regexp for linear instead of O(N^2) or worse behavior.
113 (allout-ascend-to-depth, allout-up-current-level): Depend on
114 allout-ascend, rather than reimplementing an algorithm.
115 (allout-descend-to-depth): Use allout-recent-depth var instead of fun.
116 (allout-next-sibling): On traversal of numerous intervening
117 topics, resort to economical allout-next-sibling-leap.
118 (allout-next-sibling-leap): Specialized version of
119 allout-next-sibling that uses allout-ascend cleverly, to depend on
120 a regexp search to leap large numbers of contained topics, rather
121 than arbitrarily many one-by-one traversals.
122 (allout-next-visible-heading): Disqualify aberrant topics.
123 (allout-previous-visible-heading): Position consistently when
124 interactive.
125 (allout-forward-current-level): Base on allout-previous-sibling
126 rather than reimplmenting the algorithm. Remove unused vars.
127 (allout-solicit-alternate-bullet): Present default choice stripped
128 of text properties.
129 (allout-rebullet-heading): Use bullet stripped of text properties.
130 Register changes using allout-exposure-change-hook. Disregard
131 aberrant topics.
132 (allout-shift-in): With universal-argument, make topic a peer of
133 it's former offspring. Simplify the code by separating out
134 allout-shift-out functionality.
135 (allout-shift-out): With universal-argument, make offspring peers
136 of their former container, and its siblings. Implement the
137 functionality here, rather than inappropriately muddling the
138 implementation of allout-shift-in.
139 (allout-rebullet-topic): Respect additional argument for new
140 parent-child separation function.
141 (allout-yank-processing): Use allout-ascend directly.
142 (allout-show-entry): Disqualify aberrant topics.
143 (allout-show-children): Handle discontinuous children gracefully,
144 extending the depth being revealed to expose them and posting a
145 message indicating the situation.
146 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
147 Leave cursor in correct position.
148 (allout-hide-current-subtree): Use allout-ascend directly.
149 Disqualify aberrant topics.
150 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
151 a way that the yanks can restore it, as used to happen.
152 (allout-yank-processing): Restore exposure layout as recorded by
153 allout-kill-*, as used to happen.
154 (allout-annotate-hidden, allout-hide-by-annotation): New routines
155 for preseving and restoring exposure layout across kills.
156 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
157 (allout-encrypt-string): Strip text properties.
158 Rearranged order and outline-headings for some of the
159 miscellaneous functions.
160 (allout-resolve-xref): No need to quote the error name in the
161 condition-case handler section.
162 (allout-flatten): Classic recursive (and recursively intensive,
163 without tail-recursion) list-flattener, needed by allout-shift-out
164 when confronted with discontinuous children.
165
166 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
167
168 * startup.el (fancy-splash-text): Move editing instructions to
169 fancy-splash-head.
170 (fancy-splash-head): Issue editing instructions.
171 (fancy-splash-screens): Fixup whitespace.
172
173 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * bindings.el (mode-line-buffer-identification-keymap):
176 Remove duplicate line.
177
178 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
179
180 * ido.el (ido-ignore-item-p): Allow any kind of functions in
181 ignore lists.
182
183 2006-09-14 Kim F. Storm <storm@cua.dk>
184
185 * jit-lock.el (jit-lock-fontify-again): New function.
186 (jit-lock-fontify-now): Use it instead of lambda form.
187
188 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
189
190 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
191 (flyspell-auto-correct-word): Make ispell-filter local to these
192 functions. Check that ispell-filter has new stuff before calling
193 ispell-parse-output.
194
195 2006-09-13 Kim F. Storm <storm@cua.dk>
196
197 * simple.el (line-move-partial): Optimize.
198
199 2006-09-13 Richard Stallman <rms@gnu.org>
200
201 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
202 Delete spurious backquote.
203
204 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
205
206 * net/rcirc.el (rcirc-print): Fix last change.
207
208 2006-09-12 Jay Belanger <belanger@truman.edu>
209
210 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
211
212 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
213
214 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
215 rcirc-show-maximum-output.
216 (rcirc-mode): Remove window-scroll-function hook.
217 (rcirc-scroll-to-bottom): Remove function.
218 (rcirc-print): Recenter so point stays at the bottom of the window
219 if point was already there.
220
221 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
222
223 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
224 not to "t".
225 * progmodes/compile.el (compilation-start): Likewise.
226 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
227 Don't use expand-file-name on invocation-directory, since this
228 might mishandle special characters in invocation-directory.
229
230 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * pcvs-defs.el: Remove * in defcustom's docstrings.
233
234 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
235
236 * progmodes/compile.el (compilation-directory-properties):
237 Doc fix for help-echo.
238
239 2006-09-12 Lars Hansen <larsh@soem.dk>
240
241 * desktop.el (desktop-read): Add comment.
242
243 2006-09-12 Kim F. Storm <storm@cua.dk>
244
245 * simple.el (next-error-highlight, next-error-highlight-no-select):
246 Fix spelling error.
247
248 * subr.el (sit-for): Rework to use input-pending-p and cond.
249 Return nil input is pending on entry also for SECONDS <= 0.
250 (while-no-input): Use input-pending-p instead of sit-for.
251
252 2006-09-11 Richard Stallman <rms@gnu.org>
253
254 * simple.el (next-error-highlight, next-error-highlight-no-select):
255 Fix custom type and doc strings.
256
257 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
260 (diff-apply-hunk): Use it to ask for confirmation.
261
262 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
263
264 * emacs-lisp/cl.el (pushnew): Add missing `,'.
265
266 2006-09-11 David Kastrup <dak@gnu.org>
267
268 * help.el (string-key-binding, describe-key-briefly)
269 (describe-key): Remove `string-key-binding' and its callers since
270 `key-binding' already caters for the proper lookup now.
271
272 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
275 (cfengine-mode): Use it. Fix \ syntax to be like /.
276
277 * bindings.el (mode-line-buffer-identification-keymap):
278 Move initialization into declaration.
279
280 2006-09-10 Kim F. Storm <storm@cua.dk>
281
282 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
283 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
284 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
285 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
286
287 2006-09-10 Richard Stallman <rms@gnu.org>
288
289 * dired-aux.el: Handle errors in recursive copy usefully.
290 (dired-create-files-failures): New variable.
291 (dired-copy-file): Remove condition-case.
292 (dired-copy-file-recursive): Check for errors on all file
293 operations, and add them to dired-create-files-failures.
294 Check file file-date-erorr here too.
295 (dired-create-files): Check dired-create-files-failures
296 and report those errors too.
297
298 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
299
300 * subr.el (add-to-list): New argument COMPARE-FN.
301
302 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
303
304 * filecache.el (file-cache-add-directory)
305 (file-cache-add-directory-list, file-cache-add-file)
306 (file-cache-add-directory-using-find)
307 (file-cache-add-directory-using-locate)
308 (file-cache-add-directory-recursively): Add autoloads.
309
310 2006-09-09 Richard Stallman <rms@gnu.org>
311
312 * textmodes/conf-mode.el (conf-space-mode):
313 Use hack-local-variables-hook instead of calling hack-local-variables.
314 (conf-space-keywords-override): New variable.
315 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
316 (conf-space-mode): Always make conf-space-keywords and
317 conf-space-keywords-override local.
318 Call conf-space-mode-internal directly as well as via hook.
319
320 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
321
322 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
323 quasi-keywords.
324
325 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
328 (python-send-string): Be slightly more careful about adding \n.
329
330 * startup.el (normal-splash-screen): Don't display the buffer if we'll
331 kill it right away anyway.
332
333 2006-09-09 Eli Zaretskii <eliz@gnu.org>
334
335 * international/codepage.el (cp850-decode-table): Fix a few codes.
336 (cp858-decode-table): New variable.
337
338 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
339
340 * net/ldap.el (ldap-search-internal): Doc fix.
341
342 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
343
344 * play/life.el (life-display-generation): Test for input manually if
345 `sleeptime' is negative or null.
346
347 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
348 (print-region-1): Substitute `%s' with the page title.
349
350 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
351
352 * locate.el (locate-current-search): New variable.
353 (locate): Set buffer local value. Use current buffer if it is
354 in Locate mode.
355 (locate-mode): Disable undo here.
356 (locate-do-setup): Use locate-current-filter from buffer to be killed.
357 (locate-update): Use locate-current-search and locate-current-filter.
358
359 2006-09-08 David Kastrup <dak@gnu.org>
360
361 * desktop.el (desktop-read): When loading a desktop, disable
362 saving it while the load progresses, and switch off a pending lazy
363 load by calling `desktop-lazy-abort'.
364
365 2006-08-27 Martin Rudalics <rudalics@gmx.at>
366
367 * window.el (mouse-autoselect-window-timer)
368 (mouse-autoselect-window-position)
369 (mouse-autoselect-window-window)
370 (mouse-autoselect-window-now): New vars.
371 (mouse-autoselect-window-cancel)
372 (mouse-autoselect-window-select)
373 (mouse-autoselect-window-start): New functions.
374 (handle-select-window): Call `mouse-autoselect-window-start' when
375 delayed window autoselection is enabled.
376
377 * cus-start.el (mouse-autoselect-window): Handle delayed window
378 autoselection.
379
380 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
381 commands after which it is allowed to print in the echo area.
382
383 2006-09-08 Richard Stallman <rms@gnu.org>
384
385 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
386
387 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
388 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
389
390 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
391 (cancel-timer-internal): Add doc string.
392 (cancel-function-timers): Doc fix.
393 (with-timeout-handler, timer-event-last*): Add doc strings.
394
395 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
396
397 * files.el (risky-local-variable-p): Match ...-bindat-spec.
398
399 * dired.el (dired-log-summary): Add doc string.
400
401 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
402 (custom-group-menu-create): Not here.
403
404 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
405
406 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
407
408 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
409
410 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
411 (mac-apple-event-map): Define its handler.
412
413 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
414
415 * net/ldap.el (ldap-search-internal): Handle `auth' key.
416
417 2006-09-07 Magnus Henoch <mange@freemail.hu>
418
419 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
420 clause.
421
422 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
423
424 * info.el (Info-index): Bind completion-ignore-case.
425
426 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
429 previous commit.
430 (inferior-prolog-guess-flavor): New fun left out of previous commit.
431 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
432 burp in dedicated windows.
433 (inferior-prolog-self-insert-command): New command.
434 (inferior-prolog-mode-map): Use it.
435
436 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
437
438 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
439
440 * international/code-pages.el: Add cp858.
441
442 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
443
444 * dnd.el: Fix bootstrapping.
445
446 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
447
448 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
449 (dnd-open-remote-url): New function.
450 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
451 not windows-nt.
452
453 2006-09-07 Jason Rumney <jasonr@gnu.org>
454
455 * dnd.el (dnd-open-remote-file-function): New variable.
456 (dnd-open-unc-file): New function.
457 (dnd-open-file): Call dnd-open-remote-file-function if set.
458
459 2006-09-06 Daiki Ueno <ueno@unixuser.org>
460
461 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
462 pgg-passphrase-coding-system rather than locale-coding-system.
463 * pgg-def.el (pgg-passphrase-coding-system): New user option.
464
465 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * progmodes/prolog.el: Remove * in docstrings.
468 (prolog-program-name): Add SWI prolog.
469 (prolog-mode-menu): New menu.
470 (prolog-mode): Set comment-add.
471 (prolog-indent-line): Simplify. Use indent-line-to.
472 (inferior-prolog-buffer): New var.
473 (inferior-prolog-run, inferior-prolog-process): New funs.
474 (run-prolog, switch-to-prolog): Rewrite, using them.
475 (prolog-consult-region): Use inferior-prolog-buffer.
476 (inferior-prolog-load-file): New function.
477 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
478
479 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
480 last word, if it's not the end of the paragraph.
481
482 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
483 file name.
484
485 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
486
487 * frame.el (display-mm-dimensions-alist): New defcustom.
488 (display-mm-height, display-mm-width): Use it.
489
490 2006-09-06 Simon Josefsson <jas@extundo.com>
491
492 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
493
494 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
495
496 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
497 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
498 string values.
499
500 2006-09-06 Kim F. Storm <storm@cua.dk>
501
502 * simple.el (line-move-partial): New function to do vscrolling for
503 partially visible images / tall lines. Rewrite based on code
504 previously in line-move. Simplify backwards vscrolling.
505 (line-move): Use it. Simplify.
506
507 2006-09-05 Kim F. Storm <storm@cua.dk>
508
509 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
510
511 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
512
513 * progmodes/compile.el (compilation-error-regexp-alist-alist):
514 Process the `gcc-include' after the `gnu' rule.
515
516 2006-09-05 Kim F. Storm <storm@cua.dk>
517
518 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
519
520 2006-09-05 Daiki Ueno <ueno@unixuser.org>
521
522 * pgg.el (pgg-clear-string): Alias to clear-string for backward
523 compatibility.
524
525 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
526 inhibit-redisplay; encode passphrase with locale-coding-system.
527
528 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
529
530 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
531
532 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
533
534 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
535 (gdb-var-list-children-regexp): Make type field optional.
536
537 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
538 e.g public, protected in C++.
539
540 2006-09-04 John Paul Wallington <jpw@pobox.com>
541
542 * simple.el (completion-show-help): New defcustom.
543 (completion-setup-function): Heed it.
544
545 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
546
547 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
548
549 2006-09-04 Richard Stallman <rms@gnu.org>
550
551 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
552 (rsf-min-region-to-spam-list): Doc fix.
553 (rsf-add-content-type-field): Doc fix.
554
555 * simple.el (kill-region): Explicitly test there is a region.
556
557 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
558
559 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
560 sendmail in several common directories.
561
562 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
563
564 * paths.el (sendmail-program): Removed.
565
566 2006-09-04 Daiki Ueno <ueno@unixuser.org>
567
568 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
569 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
570 http://article.gmane.org/gmane.emacs.gnus.general/50457
571
572 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
573
574 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
575 mark after running the menu filter.
576
577 2006-09-03 Juri Linkov <juri@jurta.org>
578
579 * international/quail.el (quail-defrule-internal): Add a check
580 if a key is a vector.
581
582 2006-09-02 Juri Linkov <juri@jurta.org>
583
584 * man.el (Man-topic-history): New variable.
585 (man): Use it.
586
587 * woman.el (woman-topic-history): Change defvar to defvaralias
588 for symbol `Man-topic-history'.
589
590 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
591 `comint-last-output-start' is a marker by using `markerp' and
592 check if it has a position by using `marker-position', and use
593 this position for `goto-char'.
594
595 * international/quail.el (quail-defrule-internal): Add missing
596 `error' call for null key.
597
598 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
599
600 * rcirc.el (rcirc-keywords): New variable.
601 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
602 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
603 variables.
604 (rcirc-responses-no-activity): New function.
605 (rcirc-handler-generic): Check for responses in above.
606 (rcirc-process-command): Add ?: character to arguments of raw
607 server commands.
608 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
609 `rcirc-dim-nicks'.
610 (rcirc-gray-toggle): Remove unused variable.
611 (rcirc-print): Remove some tracking logic, which is moved into
612 markup functions.
613 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
614 types.
615 (rcirc-activity-string): Look for 'keyword in activity-types.
616 (rcirc-window-configuration-change): Don't erase overlay-arrow
617 unnecessarily.
618 (rcirc-add-or-remove): New function.
619 (rcirc-cmd-ignore): Use it.
620 (rcirc-message-leader): Remove unused function.
621 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
622 (rcirc-add-face): New function.
623 (rcirc-facify): Use rcirc-add-face.
624 (rcirc-url-regexp): Add parens.
625 (rcirc-map-regexp): Remove function.
626 (rcirc-mangle-regexp): Remove function.
627 (rcirc-markup-text-functions): New variable.
628 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
629 (rcirc-markup-body-text, rcirc-markup-attributes)
630 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
631 (rcirc-markup-bright-nicks): New markup handler functions.
632 (rcirc-nick-in-message-full-line): New face.
633 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
634 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
635
636 2006-09-02 Martin Rudalics <rudalics@gmx.at>
637
638 * cus-start.el (hscroll-margin, hscroll-step)
639 (mode-line-in-non-selected-windows, mouse-autoselect-window)
640 (x-use-underline-position-properties): Change version to "22.1"
641 since they will appear there for the first time.
642
643 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
644
645 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
646
647 2006-08-31 Richard Stallman <rms@gnu.org>
648
649 * cus-edit.el (custom-save-variables): Slight cleanup.
650 (Custom-no-edit): Renamed from custom-no-edit.
651 (Custom-newline): Renamed from custom-newline.
652 (custom-mode-map): Use new names.
653
654 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
655 about customization, rather than M-x customize, in the doc string
656 made for the defcustom.
657
658 * emacs-lisp/trace.el (trace-function-background): Doc fix.
659
660 2006-08-31 Romain Francoise <romain@orebokech.com>
661
662 * dired-x.el (dired-guess-shell-alist-default): Update.
663
664 2006-08-31 Michael Mauger <mmaug@yahoo.com>
665
666 * custom.el (custom-theme-set-variables): Autoload packages before
667 sorting the variables.
668
669 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
670
671 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
672 chars if XEmacs.
673 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
674
675 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * progmodes/python.el (python-eldoc-function): Re-enable quit while
678 waiting for process.
679
680 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
681
682 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
683 results in ASCII-only string, encode original one directly.
684
685 2006-08-29 Romain Francoise <romain@orebokech.com>
686
687 * startup.el (normal-splash-screen, fancy-splash-screens):
688 Make buffer read-only and arrange to enter view mode if necessary.
689
690 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
691
692 * hl-line.el (hl-line): New face.
693 (hl-line-face): Use it.
694
695 * image-mode.el (image-mode): Fix last fix.
696 Suggested by Kim F. Storm.
697
698 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
699
700 Sync with Tramp 2.0.54.
701
702 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
703 of `=', because `tramp-get-remote-gid' might not always return an
704 integer when expected.
705 (tramp-register-file-name-handlers): `partial-completion-mode' is
706 unknown to XEmacs.
707 (tramp-time-diff): Don't use `floor', it might fail for large
708 differences.
709 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
710 `tramp-auto-save-directory' if unset in order to guarantee unique
711 auto-save file names.
712
713 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
714
715 * image-mode.el (image-mode): Display image as text on a terminal.
716
717 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * progmodes/python.el (python-send-command): Simplify.
720 (run-python): Don't generate a new buffer unless `new' was specified.
721 Make sure we send `import emacs' to the proper process.
722
723 * progmodes/python.el (python-send-command): Don't wait for the command
724 to terminate. Don't fiddle with compilation-parsing-end.
725
726 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
727
728 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
729 Insert commentary after first line summary.
730
731 * woman.el (woman-follow): New function, based on `man-follow'.
732 (woman-mode-map): Use it.
733
734 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
735 since ibuffer-do-sort-by-recency does not define a sorter.
736
737 2006-08-28 Kim F. Storm <storm@cua.dk>
738
739 * find-dired.el (find-dired): Use shell-quote-argument to properly
740 escape ( and ) args. Also use it on {} and ; args in default
741 value of find-ls-option string.
742 (find-grep-dired): Use shell-quote-argument on {} and ; args.
743
744 2006-08-27 Michael Olson <mwolson@gnu.org>
745
746 * emacs-lisp/tq.el: Small grammar fix in comments.
747 (tq-enqueue): Check for existence of queue rather than the
748 head queue item's question, which was a no-op.
749 (tq-filter, tq-process-buffer): Make sure the process buffer
750 exists before making it the current buffer.
751
752 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
753
754 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
755 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
756 (special-event-map): Apply 2006-08-16 change for x-win.el.
757
758 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * progmodes/python.el (python-send-receive): Wait in the
761 process's buffer so as to check the right buffer-local variables.
762
763 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
766 (defgroup checkdoc): Move to beginning.
767
768 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
769 (python-preoutput-continuation): Remove.
770 (python-preoutput-filter): Simplify correspondingly.
771 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
772 Loop around to catch embedded _emacs_out output.
773 (run-python): Send the import&print command on a single line.
774 (python-send-command): Send command&print on a single line.
775 (python-send-string): Only add double \n if needed.
776 (python-send-receive): Loop until the result comes.
777 (python-mode-running): Defvar it.
778 (python-setup-brm): Remove unused var `menu'.
779 Only bind py-mode-map and `features' around brm-init.
780 (python-calculate-indentation): Remove unused var `point'.
781 (python-beginning-of-defun): Remove unused var `def-line'.
782
783 2006-08-25 Richard Stallman <rms@gnu.org>
784
785 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
786
787 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
788
789 * viper.el (viper-set-hooks): Use frame bindings for
790 viper-vi-state-cursor-color.
791 (viper-non-hook-settings): Don't set default
792 mode-line-buffer-identification.
793
794 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
795 (viper-set-cursor-color-according-to-state)
796 (viper-get-saved-cursor-color-in-replace-mode)
797 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
798 viper-emacs-state-cursor-color.
799
800 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
801 (viper-undo): Use point if undo-beg-posn is nil.
802 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
803 (viper-after-change-undo-hook): Don't use
804 viper-emacs-state-cursor-color by default.
805 (viper-undo): More sensible positioning after undo.
806
807 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
808 (viper-emacs-state-cursor-color): Default to nil, since this feature
809 doesn't work well yet.
810
811 * ediff-mult.el (ediff-intersect-directories)
812 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
813 always expand filenames.
814
815 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * tumme.el: Remove * in defcustoms's docstrings.
818
819 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
820
821 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
822 Accept internal time format for SECS arg.
823 (timer-relative-time): Doc fix.
824
825 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
826 adapted from Martin Rudalics.
827 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
828 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
829 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
830 using sit-for.
831
832 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
833
834 * cus-start.el (all): Add `overline-margin' and
835 `x-underline-at-descent-line'.
836
837 2006-08-24 Kim F. Storm <storm@cua.dk>
838
839 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
840 to mean "use find -exec"; nil now unambiguously means auto-detect.
841 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
842 Use shell-quote-argument to build grep-find-command and
843 grep-find-template.
844 (rgrep): Use shell-quote-argument to properly quote arguments to find.
845 Reported by Tom Seddon.
846
847 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
848
849 * startup.el (fancy-splash-head): Give instructions for dismissing
850 the splash screen for default startup too.
851 (display-startup-echo-area-message, fancy-splash-screens)
852 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
853 all splash text at once and keep the splash buffer around.
854 (command-line-1): Give display-startup-echo-area-message a t arg.
855
856 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
857
858 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
859 gnus frame is selected.
860
861 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
862
863 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
864
865 2006-08-22 Kim F. Storm <storm@cua.dk>
866
867 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
868 Add suffix matching for subdirs.
869
870 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
871
872 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
873 mouse-yank-at-point is non-nil.
874
875 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
876
877 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
878 a bit wider and remove fringes to fit initial output on line.
879
880 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * frame.el (blink-cursor-end): Only ignore the error we care about.
883 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
884
885 2006-08-21 Richard Stallman <rms@gnu.org>
886
887 * whitespace.el (whitespace-cleanup): Doc fix.
888
889 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
890
891 * net/rcirc.el (rcirc-show-maximum-output): New var.
892 (rcirc-buffer-process): If no buffer argument is supplied, use
893 current-buffer.
894 (rcirc-complete-nick): Complete to the last completed nick first.
895 (rcirc-mode): Preserve the value of `rcirc-urls' across
896 connections. Setup scroll function.
897 (rcirc-scroll-to-bottom): New function.
898 (rcirc-print): Use nick syntax around regexp work.
899 Notice dim-nicks speaking only if they say our nick.
900 (rcirc-update-activity-string): Do not show the modeline indicator
901 if there are no live rcirc processes.
902 (rcirc-cmd-ignore): Ignore case.
903 (rcirc-browse-url-at-point): Fix off-by-one error.
904
905 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * progmodes/python.el: Remove * in defcustom docstrings.
908 (run-python, python-proc, python-try-complete): Use derived-mode-p.
909 (python-mode): Set tab-width and indent-tabs-mode.
910
911 2006-08-20 Dave Love <fx@gnu.org>
912
913 * progmodes/python.el: Update to Dave Love's latest version.
914 (python-font-lock-keywords, python-mode): Don't use
915 font-lock-syntax-table, but match symbol elements explicitly instead.
916 (python-mode-map): Add help, and a few more key bindings.
917 (python-skip-comments/blanks): Move out of comments as well.
918 (python-continuation-line-p): Behave better with unbalanced parens.
919 (python-blank-line-p): New fun.
920 (python-open-block-statement-p): Don't use a heuristic.
921 (python-outdent-p): Better handle blocks-in-the-same-line.
922 (python-calculate-indentation): Misc improvements.
923 (python-comment-indent): Remove.
924 (python-block-pairs): New var.
925 (python-first-word): New fun.
926 (python-indentation-levels): Handle more common cases.
927 (python-indent-line-1): Add `leave' argument.
928 (python-indent-region): New fun.
929 (python-skip-out): New fun.
930 (python-beginning-of-statement, python-end-of-statement): Use it.
931 (python-next-statement): Return correct count even at eob.
932 (python-end-of-block): Fix paren-typo.
933 (python-imenu-create-index): Add module variables.
934 (run-python): Add `new' arg.
935 Check we're at a prompt before returning.
936 (python-send-command): Move to end of buffer.
937 Wait for prompt to return.
938 (python-set-proc): New fun.
939 (python-imports): New var.
940 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
941 (python-eldoc-function): Try to move out of arg list.
942 (python-outline-level): Offset by 1.
943 (python-find-imports): New fun.
944 (python-symbol-completions): Use python-imports.
945 (python-module-path, ffap-alist): Add support for ffap.
946 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
947 (pythin-insert-*, python-default-template, python-expand-template):
948 Add templates/skeletons.
949 (python-setup-brm): Support for Bicycle Repair Man.
950 (python-abbrev-syntax-table): New var.
951 (python-abbrev-pc-hook, python-pea-hook): New funs.
952
953 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
954
955 * frame.el (blink-cursor-start): Set timer first.
956 (blink-cursor-end): Ignore timer cancelling errors.
957 Suggested by Ken Manheimer.
958
959 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
960
961 * newcomment.el (comment-box): Call `comment-normalize-vars'.
962 Add autoload cookie.
963
964 2006-08-20 Richard Stallman <rms@gnu.org>
965
966 * simple.el (line-number-at-pos): Doc fix.
967
968 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
969 timer-activate-when-idle, so timer can run before Emacs becomes
970 non-idle again.
971
972 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
973
974 * whitespace.el (whitespace-cleanup-internal): New optional arg
975 REGION-ONLY. If it's non-nil, modify the message to the user
976 accordingly.
977 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
978 a non-nil argument.
979
980 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
981
982 * rect.el (spaces-string): Simplify and add doc string.
983
984 2006-08-17 Romain Francoise <romain@orebokech.com>
985
986 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
987
988 2006-08-17 Richard Stallman <rms@gnu.org>
989
990 * compare-w.el (compare-windows): lambda's take an arg and pass
991 it to compare-windows-skip-whitespace.
992
993 2006-08-17 Martin Rudalics <rudalics@gmx.at>
994
995 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
996 the right buffer.
997
998 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1001 removed files.
1002
1003 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1004
1005 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1006 (gdb-locals-watch-map-1): Suppress keymap first.
1007 (gdb-edit-locals-map-1): New variable.
1008 (gdb-edit-locals-value): New function.
1009 (gdb-stack-list-locals-handler): Use them.
1010
1011 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1014 cursor would normally be drawn in the fringe.
1015
1016 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1017 Reported by Martin Rudalics <rudalics@gmx.at>.
1018
1019 2006-08-16 Richard Stallman <rms@gnu.org>
1020
1021 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1022 (special-event-map): Process drag-n-drop events this way.
1023
1024 * simple.el (move-beginning-of-line): Test whether fields
1025 would prevent motion back to line's first visible character.
1026 If so, stop where the fields would stop the motion.
1027
1028 * newcomment.el (comment-indent): Fully update INDENT
1029 before checking to see if it will change the text.
1030
1031 * cus-edit.el (custom-newline): New function.
1032 (custom-mode-map): Bind newline to custom-newline.
1033
1034 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1035 into ignore-whitespace.
1036 Check each buffer for its skip-function.
1037 Handle compare-windows-skip-whitespace special-case test
1038 by returning t from default skip function.
1039
1040 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1041
1042 * textmodes/org.el (org-clock-special-range)
1043 (org-clock-update-time-maybe): New functions.
1044 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1045 not only a-z.
1046 (org-agenda-get-blocks): Allow multiple blocks per headline.
1047 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1048 (org-export-html-title-format)
1049 (org-export-html-toplevel-hlevel): New options.
1050 (org-export-language-setup): Add support for Czech.
1051 (org-mode, org-insert-todo-heading, org-find-visible)
1052 (org-find-invisible, org-invisible-p, org-invisible-p2)
1053 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1054 (org-show-subtree, org-show-entry, org-make-options-regexp):
1055 Remove compatibility support for old outline-mode.
1056 (org-check-occur-regexp): Funtion removed.
1057 (org-on-heading-p, org-back-to-heading): Made defalias.
1058 (org-set-local): New defsubst.
1059 (org-set-regexps-and-options, org-mode)
1060 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1061 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1062 (org-remember-apply-template, org-table-edit-field)
1063 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1064 (org-set-autofill-regexps): Use `org-set-local'.
1065 (org-table-eval-formula): Fix bug with parsing of display flags.
1066
1067 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1068
1069 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1070 frame with fringe arrow. Suggested by Simon Marshall
1071 <simon.marshall@misys.com>.
1072 (gdb-stack-position): New variable.
1073 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1074 (gdb-frames-mode): Set gdb-stack-position to nil.
1075 Add to overlay-arrow-variable-list
1076 (gdb-reset): Delete gdb-stack-position from above list.
1077
1078 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1079
1080 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1081 read only.
1082
1083 2006-08-13 Romain Francoise <romain@orebokech.com>
1084
1085 * cus-theme.el (customize-create-theme)
1086 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1087
1088 * filesets.el (filesets-add-buffer): Ditto.
1089
1090 * pcvs.el (cvs-change-cvsroot): Ditto.
1091
1092 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1093
1094 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1095 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1096 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1097 expressions.
1098 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1099 Only search till end of line.
1100 Add face to function names in case of no filename.
1101 Add face to variable names of watchpoints.
1102
1103 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1104
1105 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1106 customization group.
1107
1108 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1109
1110 * allout.el (allout-prior-bindings, allout-added-bindings):
1111 Remove, after long deprecation.
1112 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1113 Add customization vars controlling allout-beginning-of-line and
1114 allout-end-of-line conveniences.
1115 (allout-header-prefix, allout-use-mode-specific-leader)
1116 (allout-use-mode-specific-leader, allout-mode-leaders):
1117 Revise docstrings.
1118 (allout-infer-header-lead): Change to be an alias for
1119 allout-infer-header-lead-and-primary-bullet.
1120 (allout-infer-header-lead-and-primary-bullet): New version of
1121 allout-infer-header-lead which assigns the primary bullet to the
1122 same as the header lead, when its being changed.
1123 (allout-infer-body-reindent): Apply regexp-quote instead of
1124 unconditionally prepending "\\", so that all literal
1125 allout-header-prefix and allout-primary-bullet strings are
1126 properly handled.
1127 (allout-add-resumptions): Add optional qualifier for extending or
1128 appending to existing values, rather than replacing them.
1129 (allout-view-change-hook): Clarify docstring.
1130 (allout-exposure-change-hook): Take explicit arguments, via
1131 run-hook-with-args.
1132 (allout-structure-added-hook)
1133 (allout-structure-deleted-hook)
1134 (allout-structure-shifted-hook): New hooks analogous to
1135 allout-exposure-change-hook for other kinds of structural outline
1136 edits.
1137 (allout-encryption-plaintext-sanitization-regexps): New encryption
1138 customization variable, by which cooperating modes can provde
1139 massage of the plaintext without actually being passed it.
1140 (allout-encryption-ciphertext-rejection-regexps)
1141 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1142 customization variables, by which cooperating modes can prohibit
1143 rare but possible ciphertext patterns from fouling their
1144 operation, with actually being passed the ciphertext.
1145 (allout-mode): Run activation and deactivation hooks after the
1146 minor-mode variable has been toggled, to clarify the mode
1147 disposition. The new encryption ciphertext rejection variable is
1148 used to ensure that the ciphertext does not contain text that
1149 would be recognized as outline structural elements by allout.
1150 Substite allout-beginning-of-line and allout-end-of-line for
1151 conventionall beginning-of-line and end-of-line bindings.
1152 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1153 activation!
1154 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1155 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1156 (allout-chart-subtree): Implement new mode, charting only the
1157 visible items in the subtree, when new 'visible' parameter is non-nil.
1158 (allout-end-of-subtree): Properly handle the last item in the buffer.
1159 (allout-pre-command-business, allout-command-counter):
1160 Increment an advertised counter so that cooperating enhancements can
1161 track revisions of items.
1162 (allout-open-topic): Run allout-structure-added-hook with suitable
1163 arguments.
1164 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1165 arguments.
1166 (allout-shift-out): Fix doubling for negative args and ensure call
1167 of allout-structure-shifted-hook by solely using allout-shift-in.
1168 (allout-kill-line, allout-kill-topic):
1169 Run allout-structure-deleted-hook with suitable arguments.
1170 (allout-yank-processing): Run allout-structure-added-hook with
1171 proper arguments.
1172 (allout-yank): Enclose activity in allout-unprotected.
1173 (allout-flag-region): Run allout-exposure-change-hook with
1174 suitable arguments, instead of making the callee infer the arguments.
1175 (allout-encrypt-string):
1176 Support allout-encryption-plaintext-sanitization-regexps,
1177 allout-encryption-ciphertext-rejection-regexps, and
1178 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1179 en/de cryption mode in symmetric encryption failure message.
1180 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1181 copy of the passphrase, and don't zero it or we'll corrupt the
1182 stashed copy.
1183 (allout-create-encryption-passphrase-verifier)
1184 (allout-verify-passphrase): Respect the new signature for
1185 allout-encrypt-string.
1186 (allout-get-configvar-values): Convenience for getting a
1187 configuration variable value and handling its absence gracefully.
1188
1189 2006-08-11 Romain Francoise <romain@orebokech.com>
1190
1191 * obsolete/zone-mode.el: Delete.
1192
1193 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1194
1195 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1196
1197 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1198
1199 * emacs-lisp/bindat.el (bindat-ip-to-string):
1200 Use `format-network-address' if possible.
1201
1202 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1203
1204 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1205
1206 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1209 restore unread-command-events here.
1210 (edebug-display): Do it here, to detect sit-for interruptions.
1211
1212 2006-08-10 Romain Francoise <romain@orebokech.com>
1213
1214 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1215 (dns-mode-soa-auto-increment-serial): New user option.
1216 (dns-mode-soa-maybe-increment-serial): New function.
1217 (dns-mode): Add the latter to `write-contents-functions'.
1218
1219 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1220 Delete autoload cookies.
1221
1222 2006-08-10 John Wiegley <johnw@newartisans.com>
1223
1224 * eshell/em-glob.el (eshell-glob-chars-list)
1225 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1226
1227 2006-08-10 Richard Stallman <rms@gnu.org>
1228
1229 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1230 (facemenu-set-face): Doc fix.
1231 (facemenu-listed-faces): Doc fix.
1232
1233 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1234
1235 * avoid.el (mouse-avoidance-animating-pointer): New var.
1236 (mouse-avoidance-nudge-mouse): Use it.
1237 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1238 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1239 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1240 Don't activate if currently animating. All callers changed.
1241
1242 2006-08-09 John Wiegley <johnw@newartisans.com>
1243
1244 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1245 variable, which causes timeclock to report elapsed time worked,
1246 instead of just work remaining.
1247
1248 2006-08-09 Kenichi Handa <handa@m17n.org>
1249
1250 * international/latexenc.el (latexenc-find-file-coding-system):
1251 Fix for the case that the 2nd element of arg-list is a cons.
1252
1253 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1254
1255 * info.el (Info-fontify-node): Handle preceding `in' for note
1256 reference hiding rules.
1257
1258 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1261 mistake a closing " for an opening one.
1262
1263 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1264
1265 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1266
1267 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * complete.el (PC-do-completion): Filter out completions matching
1270 completion-ignored-extensions before checking whether there are
1271 multiple completions.
1272 Don't use `list' unnecessarily when building completion tables.
1273
1274 2006-08-06 Richard Stallman <rms@gnu.org>
1275
1276 * help.el (describe-mode): Make minor mode list more concise.
1277
1278 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * bindings.el: Give mode-line-format, mode-line-modes, and
1281 mode-line-position `standard-value' properties.
1282
1283 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1284
1285 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1286 "(file)node" instead of the file name.
1287
1288 2006-08-05 Richard Stallman <rms@gnu.org>
1289
1290 * faces.el (escape-glyph): Doc fix.
1291
1292 2006-08-04 Kenichi Handa <handa@m17n.org>
1293
1294 * international/mule-diag.el (describe-font): Improve docstring
1295 and error message. Use frame-parameter (not frame-parameters).
1296
1297 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1300 Correctly mark the end-of-docstring char.
1301
1302 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * simple.el (line-move-to-column): Constrain move-to-column to
1305 current field.
1306
1307 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * font-lock.el (font-lock-beg, font-lock-end)
1310 (font-lock-extend-region-functions): New vars.
1311 (font-lock-extend-region-multiline)
1312 (font-lock-extend-region-wholelines): New functions.
1313 (font-lock-default-fontify-region): Use them.
1314 (font-lock-extend-jit-lock-region-after-change): Only round up
1315 if font-lock-default-fontify-region will do it as well.
1316
1317 * font-lock.el (font-lock-extend-after-change-region-function):
1318 Rename from font-lock-extend-region-function.
1319 (font-lock-extend-region): Remove by inlining at call sites.
1320 (font-lock-after-change-function): Don't needlessly round up to a whole
1321 number of lines.
1322 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1323 the boundary conditions and the interactions between the various ways
1324 to extend the region.
1325
1326 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1329 modification status when forcing the second redisplay.
1330
1331 2006-08-03 Kim F. Storm <storm@cua.dk>
1332
1333 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1334
1335 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1338 doesn't look like a file name.
1339
1340 * complete.el (PC-expand-many-files): Avoid signalling an error when
1341 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1342
1343 2006-08-02 Andreas Schwab <schwab@suse.de>
1344
1345 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1346
1347 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1348
1349 * bindings.el (map): Make mode-line-buffer-identification-keymap
1350 before defining propertized-buffer-identification.
1351
1352 2006-08-01 Richard Stallman <rms@gnu.org>
1353
1354 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1355
1356 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1357
1358 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1359 default value.
1360 (gdb-find-source-frame): New function.
1361 (menu): Add to menu bar.
1362
1363 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * font-core.el (font-lock-extend-region-function)
1366 (font-lock-extend-region): Move to font-lock.el.
1367
1368 * font-lock.el (font-lock-extend-region-function)
1369 (font-lock-extend-region): Move from font-core.el. Simplify.
1370
1371 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1372 if needed.
1373 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1374 (jit-lock-after-change-extend-region-functions): New hook.
1375 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1376
1377 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1378 (font-lock-turn-on-thing-lock): Use it.
1379
1380 * longlines.el (longlines-show-region): Make it work on read-only
1381 buffers as well.
1382
1383 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1384
1385 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1386
1387 2006-07-31 Richard Stallman <rms@gnu.org>
1388
1389 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1390 (vhdl-speedbar-display-projects): Update old obsolete
1391 speedbar variable names.
1392
1393 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1394
1395 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1396 (gdb-stopped): Use it.
1397
1398 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1399
1400 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1403 for load-history elements.
1404
1405 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1406
1407 * files.el (convert-standard-filename): For Cygwin, replace
1408 characters not allowed in Windows file names.
1409 (make-auto-save-file-name): Add Cygwin to the list of systems
1410 where the auto-save file name needs to be run through
1411 convert-standard-filename.
1412
1413 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1414
1415 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1416
1417 2006-07-28 Richard Stallman <rms@gnu.org>
1418
1419 * bindings.el (mode-line-frame-identification)
1420 (propertized-buffer-identification): Centralize the code
1421 to initialize the variable.
1422
1423 * progmodes/grep.el (grep-default-command): Catch errors from
1424 wildcard-to-regexp.
1425
1426 2006-07-29 Kim F. Storm <storm@cua.dk>
1427
1428 * progmodes/grep.el (grep-tag-default): New function.
1429 (grep-default-command, grep-read-regexp): Use it.
1430 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1431 as default if nothing else applies.
1432
1433 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1434
1435 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1436 Throw error if buffer is not in Dired and Wdired mode, respectively.
1437
1438 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1441 self-insert-command keys don't activate buttons.
1442 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1443
1444 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1445
1446 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1447 faces for enable character.
1448
1449 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * Makefile.in (recompile): Update comment to reflect change
1452 on 2004-04-21.
1453
1454 2006-07-27 Richard Stallman <rms@gnu.org>
1455
1456 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1457 (customize-package-emacs-version): Change msg when pkg has no entry.
1458 (custom-no-edit): On a button, do like widget-button-press.
1459
1460 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1461
1462 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1463 S-tab and C-S-tab.
1464
1465 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1466
1467 * progmodes/which-func.el (which-function): Fix documentation/
1468 comment typo.
1469
1470 2006-07-26 Richard Stallman <rms@gnu.org>
1471
1472 * textmodes/ispell.el (ispell-word): If we replace the word,
1473 move point to the end. Insert before deleting.
1474
1475 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1478 a timer.
1479
1480 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1481
1482 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1483 when at first image.
1484 (tumme-forward-image): Add prefix argument. Add error when at last
1485 image.
1486
1487 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * tabify.el (tabify-regexp): Use more specific regexps.
1490 (tabify): Avoid modifying the buffer unnecessarily.
1491
1492 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1493
1494 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1495 (tumme-format-properties-string): Handle empty `buf'.
1496 (tumme-get-comment): Change variable names inside `let'.
1497 Add missing `let' variable that cause font-lock problems.
1498 (tumme-write-comments): Change variable names inside `let'.
1499 Add missing `let' variable that cause font-lock problems.
1500 (tumme-forward-image): Rename from `tumme-forward-char'.
1501 (tumme-backward-image): Rename from `tumme-backward-char'.
1502
1503 2006-07-25 Masatake YAMATO <jet@gyve.org>
1504
1505 * progmodes/ld-script.el (ld-script-keywords)
1506 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1507 and add comments.
1508
1509 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1510
1511 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1512 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1513 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1514 for status indicator.
1515
1516 2006-07-24 Richard Stallman <rms@gnu.org>
1517
1518 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1519
1520 * subr.el (dolist, dotimes): Use interned symbols for locals.
1521 (--dotimes-limit--, --dolist-tail--): New defvars.
1522 (looking-back): Doc fix.
1523
1524 * replace.el (replace-match-string-symbols): Handle dotted lists.
1525
1526 2006-07-24 mathias <mathias@mattis>
1527
1528 * tumme.el (tumme-write-tags): Add.
1529 (tumme-write-comments): Add.
1530 (tumme-tag-files): Change to use `tumme-write-tags'.
1531 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1532 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1533 (tumme-save-information-from-widgets): Change to use
1534 `tumme-write-comments' and `tumme-write-tags'.
1535 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1536 (tumme-write-tag): Remove.
1537 (tumme-write-comment): Remove.
1538 (tumme-display-previous-thumbnail-original): Remove empty line.
1539 (tumme-widget-list): Add punctuation.
1540
1541 2006-07-24 mathias <mathias.dahl@gmail.com>
1542
1543 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1544
1545 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1546
1547 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1548 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1549 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1550
1551 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1552
1553 * mouse.el (mouse-on-link-p): Doc fix.
1554
1555 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1556
1557 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1558 Handle "C-h f `".
1559
1560 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1561
1562 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1563 column.
1564
1565 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1566
1567 * textmodes/table.el: Add move-beginning-of-line and
1568 move-end-of-line to Point Motion Only Group.
1569
1570 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1571
1572 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1573
1574 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1575
1576 * startup.el (user-mail-address): Initialize from the `EMAIL'
1577 environment variable first. Document this.
1578 (command-line): Ditto.
1579
1580 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1581
1582 * help-mode.el (help-function-def, help-variable-def)
1583 (help-face-def): Print a message in the minibuffer.
1584
1585 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1586
1587 * term/xterm.el (terminal-init-xterm): Fix key bindings
1588 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1589
1590 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1591
1592 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1593 where `(nth 1 command)' is a cons cell. Doc fix.
1594
1595 * textmodes/po.el (po-find-charset): Doc fix.
1596
1597 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1598
1599 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1600 (allout-beginning-of-current-line, allout-end-of-current-line)
1601 (allout-next-visible-heading, allout-open-topic)
1602 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1603 (allout-flag-current-subtree, allout-show-to-offshoot)
1604 (allout-hide-current-entry, allout-show-current-branches)
1605 (allout-hide-region-body, allout-old-expose-topic)
1606 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1607 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1608 containing `beginning-of-line' and `end-of-line' with
1609 `inhibit-field-text-motion' t.
1610
1611 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1612
1613 * frame.el (focus-follows-mouse): Document that it doesn't have
1614 any effect on MS-Windows.
1615
1616 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1619
1620 2006-07-20 Jay Belanger <belanger@truman.edu>
1621
1622 * calc.el (calc-previous-alg-entry): Remove variable.
1623
1624 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1625 New variables.
1626 (calc-alg-entry): Use `calc-alg-entry-history'.
1627 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1628 Remove reference to `calc-previous-alg-entry'.
1629 (calcAlg-edit, calcAlg-enter): Remove reference to
1630 `calc-previous-alg-entry'.
1631 (calcAlg-previous): Use `previous-history-element' instead of
1632 `calc-previous-alg-entry'.
1633 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1634 Change keybinding for `calcAlg-plus-minus', add keybindings for
1635 `previous-history-element' and `next-history-element'.
1636
1637 * calc-rewr.el (calc-match): Remove reference to
1638 `calc-previous-alg-entry'.
1639
1640 * calc-sel.el (calc-selection-history): New variable.
1641 (calc-enter-selection, calc-sel-mult-both-sides)
1642 (calc-sel-add-both-sides): Use `calc-selection-history'.
1643
1644 * calc-map.el (calc-get-operator-history): New variable.
1645 (calc-get-operator): Use `calc-get-operator-history'.
1646
1647 * calcalg3.el (calc-curve-fit-history): New variable.
1648 (calc-curve-fit): Use `calc-curve-fit-history'.
1649
1650 2006-07-20 Kenichi Handa <handa@m17n.org>
1651
1652 * international/mule-cmds.el (select-safe-coding-system): Fix the
1653 way of deciding eol-type of the coding system.
1654
1655 2006-07-20 Alan Mackenzie <acm@muc.de>
1656
1657 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1658 (c-lang-setvar): New macro.
1659 (c-make-init-lang-vars-fun): Use the initialization forms in
1660 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1661 (comment-start, comment-end, comment-start-skip): Change these from
1662 c-lang-defvar's to c-lang-setvar's.
1663
1664 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1665 which calls make-local-variable on the elements of
1666 c-emacs-variable-inits.
1667 (c-init-language-vars-for): Call this new macro.
1668
1669 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1672 Try to rule out false positives due to time stamps.
1673 (compilation-mode-font-lock-keywords): Remove rules made redundant
1674 because of the above change. Add `segmentation fault' to the known and
1675 highlighted compilation termination messages.
1676
1677 2006-07-19 Kim F. Storm <storm@cua.dk>
1678
1679 * progmodes/grep.el (grep-find-ignored-directories):
1680 Add .svn and _darcs to list.
1681
1682 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1683
1684 * dired.el (dired-mode-map): Add key binding `C-te' for
1685 `tumme-dired-edit-comment-and-tags'.
1686
1687 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1688 image display buffer is displayed before call to
1689 `tumme-display-image.
1690 (tumme-dired-display-image): Make sure image display buffer is
1691 displayed before call to `tumme-display-image.
1692 (tumme-mouse-display-image): Make sure image display buffer is
1693 displayed before call to `tumme-display-image.
1694 (tumme-widget-list): Add.
1695 (tumme-dired-edit-comment-and-tags): Add.
1696 (tumme-save-information-from-widgets): Add.
1697
1698 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1701
1702 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1705 Revert inadvertently installed patch hunk.
1706
1707 * progmodes/compile.el (compilation-find-file): Handle the
1708 cases where the user selects a non-existent file.
1709
1710 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1713
1714 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * subr.el (sit-for): Just sleep-for if noninteractive.
1717
1718 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1721
1722 * custom.el (custom-autoload): Add `noset' argument.
1723 (custom-push-theme): Don't autoload the variable, let callers do it.
1724 (custom-theme-set-variables): Autoload the variable if necessary.
1725
1726 * cus-edit.el (custom-variable-state-set): If the variable was
1727 originally set outside custom, but to the same value as the default,
1728 consider it to be standard.
1729
1730 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1731 file *before* telling Emacs to add the autoloads, in case it fails.
1732
1733 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1734 Use `cond', push', and `dolist'.
1735
1736 2006-07-17 Richard Stallman <rms@gnu.org>
1737
1738 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1739 Add defvars to silence warnings.
1740
1741 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1744 Don't highlight "Compiling file" messages as error.
1745
1746 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1747 file already exists.
1748
1749 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1750
1751 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1752 entry, don't assign to free var; simply return the extracted filename.
1753 (ff-treat-as-special): Incorporate common preamble from callers.
1754 (ff-other-file-name, ff-find-the-other-file):
1755 Update call to ff-treat-as-special.
1756
1757 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1758
1759 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1760
1761 * tumme.el (tumme-get-comment): Fix bug.
1762
1763 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * files.el: Remove spurious * in docstrings.
1766
1767 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1768
1769 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1770 grammar.
1771 (allout-beginning-of-current-line): Beware beginning of buffer.
1772 Also, a comment is simplified.
1773 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1774 when appropriate. (This fix enables use for other than
1775 bullet-hotspot operation.)
1776 (allout-hide-current-subtree): While escalating to sibling-close,
1777 make sure to situate on a topic.
1778
1779 2006-07-14 Kim F. Storm <storm@cua.dk>
1780
1781 * emulation/cua-base.el (cua-delete-selection)
1782 (cua-toggle-set-mark): New defcustoms.
1783 (cua-rectangle-modifier-key): Add `alt' modifier.
1784 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1785 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1786 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1787
1788 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1789
1790 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1791
1792 * allout.el: Require 'cl during byte-compilation/interactive load,
1793 for the `assert' macro.
1794 (allout-mode-deactivate-hook): New hook, run when allout mode
1795 deactivates.
1796 (allout-developer): New allout customization subgroup.
1797 (allout-run-unit-tests-on-load): New allout-developer
1798 customization variable, when true allout unit tests are run towards
1799 end of file load/eval.
1800 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1801 auto-fill-mode.
1802 (allout-resumptions): Remove, to be replaced by...
1803 (allout-add-resumptions): Register variable settings to be
1804 reinstated by `allout-do-resumptions'. The settings are made
1805 buffer-local, but the locality/globality of the suspended setting
1806 is restored on resumption.
1807 (allout-do-resumptions): Reinstate all settings suspended using
1808 `allout-add-resumptions'.
1809 (allout-test-resumptions): Unit tests (and intermediate variables)
1810 for resumptions.
1811 (allout-tests-globally-unbound, allout-tests-globally-true)
1812 (allout-tests-locally-true): Intermediate variables for
1813 resumptions unit tests.
1814 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1815 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1816 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1817 instead of retired `allout-resumptions'. For hook functions, use
1818 `local' parameter so hook settings are created and removed as
1819 buffer-local settings. Revise (resumptions) setting
1820 auto-fill-function so it is set only if already active. (The
1821 related fill-function settings are all made in either case, so
1822 that activating auto-fill-mode activity will have the custom
1823 allout-mode behaviors (hanging indent on topics, if configured for it).
1824 Remove all allout-exposure-category overlays on mode deactivation.
1825 (allout-hotspot-key-handler): New function extracted from
1826 `allout-pre-command-business', so the functionality can be used
1827 for other purposes, eg as a binding in an overlay.
1828 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1829 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1830 customization variable.
1831 (allout-run-unit-tests): Run the (currently quite small)
1832 repertoire of unit tests. Called just before the provide iff user
1833 has customized `allout-run-unit-tests-on-load' non-nil.
1834
1835 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
1836
1837 * emacs-lisp/authors.el (authors-aliases): Update.
1838
1839 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1840
1841 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1842 gdb-source-window. Add dedicated argument.
1843 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1844 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1845 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1846 (gdb-display-locals-buffer): Use it.
1847
1848 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1849 Set gdb-source-window.
1850
1851 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1854 minor modes, redundant with the custom-autoload line above.
1855
1856 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * longlines.el (longlines-post-command-function): Handle open-line too.
1859
1860 2006-07-12 Richard Stallman <rms@gnu.org>
1861
1862 * progmodes/grep.el (grep-last-buffer): Doc fix.
1863
1864 * info.el (Info-try-follow-nearest-node): Doc fix.
1865
1866 * emacs-lisp/edebug.el (edebug-instrument-function):
1867 Err if find-function-noselect gives no position.
1868
1869 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1870 If can't find definition, return nil for position.
1871 (find-function-do-it): Handle new return value
1872 of find-definition-noselect.
1873 (find-definition-noselect, find-variable-noselect): Doc fix.
1874 (find-function-noselect): Doc fix.
1875
1876 * help-mode.el (help-variable-def): Handle find-variable-noselect
1877 returning no position.
1878 (help-function-def): Likewise for find-function-search-for-symbol.
1879 (help-face-def): Likewise.
1880
1881 * help-fns.el (describe-variable): Handle find-variable-noselect
1882 returning no position.
1883
1884 * files.el (locate-file-completion): Avoid duplicates in result.
1885
1886 * cus-edit.el (custom-no-edit): New command.
1887 (custom-mode-map): Remap to custom-no-edit instead of
1888 using suppress-keymap.
1889
1890 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1891
1892 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1893 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1894 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1895
1896 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1897
1898 2006-07-11 Kim F. Storm <storm@cua.dk>
1899
1900 * ido.el (ido-copy-current-file-name): Use buffer-name if
1901 buffer-file-name is nil.
1902
1903 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * simple.el (undo-ask-before-discard): Set to nil.
1906
1907 * vc.el (vc-exec-after): Don't delete process manually.
1908 (vc-print-log): Run log-view-mode in process sentinel inside
1909 inhibit-read-only. Don't shrink window due to timing issues.
1910
1911 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1912 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1913
1914 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1917 Fix ambiguity introduced by last change.
1918 (compilation-find-file): Move save-excursion to where it may
1919 make sense. Fix a left over `find-file'.
1920
1921 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1922
1923 * textmodes/texinfmt.el (texinfo-format-separate-node):
1924 Insert a string before point, which fits documentation, not after.
1925 (texinfo-multitable-item): In a multitable row, insert any
1926 additional needed @tabs and spaces.
1927
1928 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1929
1930 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1931 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1932 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1933 instead of shell-command.
1934 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1935 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1936 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1937 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1938 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1939 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1940
1941 2006-07-11 Kim F. Storm <storm@cua.dk>
1942
1943 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1944 Remove special case for seconds < 0. Use (redisplay t) instead.
1945
1946 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1949 avoid compilation error.
1950
1951 * subr.el (sit-for): New function.
1952
1953 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1954
1955 2006-07-10 Richard Stallman <rms@gnu.org>
1956
1957 * ldefs-boot.el (edebug): Update page.
1958
1959 2006-07-10 Kim F. Storm <storm@cua.dk>
1960
1961 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1962 to FOR-RELEASE and TODO.
1963
1964 2006-07-10 Romain Francoise <romain@orebokech.com>
1965
1966 * emacs-lisp/authors.el (authors-aliases): Update.
1967
1968 2006-07-10 Alan Mackenzie <acm@muc.de>
1969
1970 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1971 * cc-mode.el: Changes to eradicate eval-after-load.
1972
1973 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1976 on non-char events.
1977
1978 2006-07-09 Romain Francoise <romain@orebokech.com>
1979
1980 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1981 Don't highlight start/end markers as compilation messages.
1982
1983 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1984 to t.
1985
1986 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1989
1990 2006-07-08 Richard Stallman <rms@gnu.org>
1991
1992 * term/x-win.el (x-handle-display): Add doc string.
1993
1994 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1995
1996 * subr.el (def-edebug-spec): Move here.
1997 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1998
1999 * imenu.el (imenu-choose-buffer-index): Doc fix.
2000
2001 2006-07-08 Romain Francoise <romain@orebokech.com>
2002
2003 * term/x-win.el (x-display-name): Fix typo.
2004
2005 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2006
2007 * hexl.el (hexl-find-file): Doc fix.
2008
2009 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2010
2011 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * term/x-win.el (x-display-name): Doc fix.
2014
2015 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2018 long prefixes.
2019 (fill-region-as-paragraph): Don't round up to a whole line.
2020 (fill-comment-paragraph): Don't include the code-before-the-comment
2021 when calling fill-region-as-paragraph.
2022
2023 * international/mule.el (make-char): Remove redundancy.
2024
2025 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2026 property may contain an anonymous function rather than a symbol.
2027
2028 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2029
2030 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2031 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2032
2033 * dirtrack.el (dirtrack-default-directory-function): Remove.
2034 (dirtrack-directory-function): Use file-name-as-directory.
2035 (dirtrack-windows-directory-function): Simplify.
2036 (dirtrack-forward-slash, dirtrack-backward-slash)
2037 (dirtrack-replace-slash): Remove.
2038 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2039 (dirtrack): Fix wrong parenthesizing; use match-string.
2040
2041 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2042 (inferior-octave-mode): Only change the buffer-local value of
2043 comint-dynamic-complete-functions.
2044 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2045 Move the initialization to the declaration.
2046 (inferior-octave-complete): Remove unused var `filter'.
2047
2048 * shell.el (shell-mode): Only change the buffer-local value of
2049 comint-dynamic-complete-functions.
2050
2051 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2052
2053 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2054 entry is skipped because it has been scheduled.
2055 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2056 changing `:org-archived' and `:org-comment' properties.
2057
2058 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * server.el (server-select-display): Don't make the temp frame
2061 minibuffer-only, in case it's not a temp frame.
2062 (server-process-filter): Don't delete the temp frame if it's the
2063 only one we have on that display.
2064
2065 * files.el (find-alternate-file): Doc fix.
2066
2067 2006-07-05 Richard Stallman <rms@gnu.org>
2068
2069 * files.el (abbreviate-file-name): Add save-match-data.
2070
2071 2006-07-03 Richard Stallman <rms@gnu.org>
2072
2073 * faces.el (read-face-name): Doc fix.
2074
2075 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2078
2079 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2080
2081 * vc.el (vc-diff-internal): Fix prev change.
2082
2083 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2084
2085 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2086 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2087
2088 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2091 fails if the symbol contains chars like ( or '.
2092 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2093 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2094 `short'.
2095
2096 2006-07-04 Kenichi Handa <handa@m17n.org>
2097
2098 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2099 the current one, don't call set-language-environment, but call one
2100 of set-language-environment-XXX to make INFO effective now.
2101 (set-language-environment): Call set-language-environment-XXX
2102 functions instead of doing the various setups directly.
2103 (set-language-environment-coding-systems): Delete argument eol-type.
2104 (set-language-environment-input-method)
2105 (set-language-environment-nonascii-translation)
2106 (set-language-environment-charset)
2107 (set-language-environment-fontset)
2108 (set-language-environment-unibyte): New functions.
2109
2110 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2111
2112 * locate.el (locate-update-when-revert): New option.
2113 (locate-update-path): New option (suggested by Michael Albinus).
2114 (locate-prompt-for-command): Whitespace change.
2115 (locate-update): No longer offer to update the locate database by
2116 default. Implement the two new options.
2117
2118 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2119
2120 * tooltip.el: Move comment about track-mouse...
2121
2122 * progmodes/gud.el: ...to here.
2123
2124 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2125
2126 * facemenu.el (facemenu-listed-faces): New var.
2127 (facemenu-unlisted-faces): Variable deleted.
2128 (facemenu-add-new-face): Use facemenu-listed-faces.
2129
2130 * emulation/viper-init.el, calendar/calendar.el:
2131 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2132
2133 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2134
2135 * textmodes/org.el (org-mode): Remove no invalid settings for
2136 calc embedded mode.
2137 (org-mode-p): New defsubst.
2138 (org-save-all-org-buffers): New function.
2139 (org-first-headline-recenter): Enclose outline-regexp in group
2140 delimiters.
2141 (org-set-tags): Keep single space after stars.
2142
2143 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * window.el (set-window-text-height): Only set window-min-height to
2146 1 if that's the requested size.
2147
2148 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2149 (diff-unified->context, diff-context->unified)
2150 (diff-reverse-direction): Make sure the end marker stays at the end.
2151 (diff-mode): Add the keymap table at the end of docstring.
2152 Use lexical-let rather than constructing a closure manually.
2153
2154 * files.el (find-file-noselect-1): Remove unused var assignment.
2155 (hack-local-variables-confirm): Print lists of strings as lists of
2156 strings rather than lists of symbols.
2157 (abbreviate-file-name, hack-local-variables-prop-line):
2158 Use match-string.
2159 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2160 (recover-session-finish): Use line-end-position.
2161
2162 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2163
2164 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2165
2166 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2167
2168 * progmodes/make-mode.el (makefile-macroassign-regex):
2169 Accept preceding keyword.
2170 (makefile-gmake-statements): Reorganize, now that makepp has
2171 "override" and also handle forgotten "override define".
2172 (makefile-makepp-statements): Add new "global", "override export"
2173 and "override global".
2174
2175 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2178 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2179 (ada-no-auto-case): Fix typos in docstrings.
2180
2181 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2182
2183 * info.el (Info-find-node-2): Search for makeinfo version more
2184 carefully.
2185
2186 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2187
2188 * textmodes/org.el (org-prepare-agenda-buffers):
2189 Use `invisible-OK' argument for `org-end-of-subtree'.
2190 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2191 (org-beginning-of-item): Fix bug in regular expression for white line.
2192 (org-export-as-html): Enforce space after bullet in plain list items.
2193 (org-set-autofill-regexps): Require space after plain list bullet
2194 for paragraph-start.
2195 (org-ts-regexp3): New constant.
2196 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2197 (org-timestamp-up-day, org-timestamp-down-day)
2198 (org-timestamp-change): Work with inactive timestamps.
2199 (org-ts-regexp1): Don't allow brackets in time stamps.
2200
2201 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2202
2203 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2204 for ignoring links.
2205
2206 * faces.el (read-face-name): Use it.
2207
2208 2006-06-28 Juri Linkov <juri@jurta.org>
2209
2210 * buff-menu.el (list-buffers-noselect): Compare Info file
2211 with the string "dir" to detect Info directory.
2212
2213 * complete.el (partial-completion-mode): In lambda for
2214 `choose-completion-string-functions' use full function signature
2215 with 4 args, and move point to the end of the minibuffer only if arg
2216 `mini-p' is non-nil.
2217
2218 2006-06-28 John Paul Wallington <jpw@pobox.com>
2219
2220 * ibuffer.el (ibuffer-mode): Doc fix.
2221
2222 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2223
2224 * textmodes/org.el (org-context): New contexts :item-bullet,
2225 :latex-fragment, :latex-preview.
2226 (org-overlays-at, org-overlay-start, org-overlay-end):
2227 New compatibility functions.
2228 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2229 exact regexp that will be used during export.
2230 (org-latex-regexps): New variable.
2231 (org-cdlatex-mode): Improve advice for `texmathp'.
2232 (turn-on-org-cdlatex): New function.
2233
2234 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2235
2236 * term/mac-win.el (mac-handle-font-selection): Change keys of
2237 mac-atsu-font-table from strings to numbers.
2238 (mac-ts-caret-position): Use also when cursor-type is nil.
2239 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2240 Relax condition for using overlay strings.
2241 Use mac-ts-caret-position face when cursor-type is nil.
2242
2243 2006-06-26 Kim F. Storm <storm@cua.dk>
2244
2245 * help.el (view-emacs-news): Declare `res' in the right let* form.
2246
2247 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2248
2249 * net/rcompile.el (remote-compile): Replace ange-ftp based
2250 implementation by Tramp functions.
2251 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2252
2253 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2254
2255 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2256
2257 * international/fontset.el (setup-default-fontset): Fix a typo in
2258 the "Oriya-Akruti" registry name.
2259
2260 2006-06-23 Lars Hansen <larsh@soem.dk>
2261
2262 * desktop.el (desktop-full-file-name): New function.
2263 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2264 (desktop-revert): Use it.
2265 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2266 (desktop-after-read-hook): Add option list-buffers.
2267 (desktop-locals-to-save): Add tab-width.
2268 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2269 Fix docstring.
2270
2271 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2272
2273 * textmodes/org.el (org-cdlatex-mode-map)
2274 (org-cdlatex-texmathp-advice-is-done): New variables.
2275 (org-cdlatex-mode): New minor mode.
2276 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2277 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2278 (org-export-with-archived-trees): New option.
2279 (org-open-file): Remove the call to `convert-standard-filename'.
2280 (org-archive-tag, org-agenda-skip-archived-trees)
2281 (org-cycle-open-archived-trees)
2282 (org-sparse-tree-open-archived-trees): New options.
2283 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2284 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2285 New functions.
2286 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2287 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2288 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2289 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2290 Call `org-prepare-agenda-buffers'.
2291 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2292 (org-file-apps, org-file-apps-defaults-gnu)
2293 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2294 Handle remote files by forcing them to be opened in Emacs.
2295
2296 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2297
2298 * vc.el (vc-diff-knows-L): New variable.
2299 (vc-diff-internal): Use it to handle "diff" programs that don't
2300 understand -L. This works automatically, no user action is necessary.
2301
2302 2006-06-23 Daniel Brockman <daniel@brockman.se>
2303
2304 * net/rcirc.el (rcirc-default-user-full-name): Default to
2305 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2306 longer exists).
2307 (rcirc-process-list): Check `buffer-live-p' before attempting to
2308 switch to a buffer.
2309
2310 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2311
2312 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2313 based on rcirc-coding-system-alist.
2314
2315 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2316
2317 * cus-edit.el (customize-apropos): A better error message.
2318 (top level) <debug-ignored-errors>: Extend and update the list of
2319 ignored error messages.
2320
2321 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2322
2323 * complete.el (PC-do-completion): Retain capitalization of user
2324 input, when possible, even if completion-ignore-case is set.
2325
2326 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2327
2328 * generic-x.el (bat-generic-mode): Support .cmd files.
2329
2330 * dos-w32.el (top level): Use find-file-not-found-functions
2331 instead of the obsolete find-file-not-found-hooks.
2332
2333 2006-06-22 Kim F. Storm <storm@cua.dk>
2334
2335 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2336 to recognize mode name containing submodes, such as Grep/lw.
2337
2338 2006-06-21 Kim F. Storm <storm@cua.dk>
2339
2340 * simple.el (line-move-1): Check for move-end-of-line instead of
2341 end-of-line when setting temporary-goal-column.
2342
2343 2006-06-21 Miles Bader <miles@gnu.org>
2344
2345 * play/cookie1.el (cookie): Work properly when there's only one entry.
2346
2347 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2348
2349 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2350 (gdb-frame-handler): Generalize frame regexp for templates.
2351
2352 2006-06-20 Glenn Morris <rgm@gnu.org>
2353
2354 * calendar/appt.el (appt-display-format): Default value must be
2355 one of the customize options.
2356
2357 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2358
2359 * term/xterm.el (terminal-init-xterm): Update key availability info.
2360 Bind C-return.
2361
2362 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2363
2364 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2367 whether or not a local variables list is defined.
2368
2369 * msb.el (msb): Move `sit-for' hack here to handle both
2370 "mouse-down and drag" and "mouse-up and select" situations.
2371 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2372
2373 2006-06-20 Kenichi Handa <handa@m17n.org>
2374
2375 * international/characters.el (word-combining-categories):
2376 Add entries for 2-byte Han characters.
2377
2378 2006-06-19 Richard Stallman <rms@gnu.org>
2379
2380 * bindings.el (mode-line-format): Save some mode line space.
2381
2382 * files.el (find-file-noselect): Improve the question wording.
2383 (basic-save-buffer-2): Mask UMASK against 666.
2384
2385 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2386 (mouse-drag-vertical-line): Call it.
2387
2388 * cus-edit.el (customize-option, customize-option-other-window):
2389 Error if SYMBOL is nil.
2390
2391 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2392
2393 * textmodes/org.el: Require noutline, also on XEmacs.
2394 (org-end-of-subtree): Return point.
2395 (org-dblock-start-re, org-dblock-end-re): New constants.
2396 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2397 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2398 (org-update-all-dblocks, org-find-dblock): New functions.
2399 (org-collect-clock-time-entries): New function.
2400 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2401 (org-fixup-indentation): Modify to deal correctly with lines
2402 starting with TAB. Only one argument DIFF now.
2403 (org-demote, org-promote): Call `org-fixup-indentation' with just
2404 one argument, DIFF.
2405 (org-mode): Don't mark buffer as modified when aligning tables.
2406 (org-clock-sum): Don't mark buffer modified when adding time sum
2407 properties.
2408 (org-export-as-html): Add support for a link validation function.
2409 (org-archive-all-done): New function.
2410 (org-archive-subtree): New prefix argument. When set, archive all
2411 done subtrees in this buffer.
2412 (org-remove-clock-overlays)
2413 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2414 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2415 (org-put-clock-overlay): Don't swallow last headline character
2416 when displaying overlay.
2417 (org-store-link): Link to `image-mode' with just the file name.
2418
2419 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2420
2421 * viper-cmd.el (viper-special-read-and-insert-char):
2422 Use read-key-sequence.
2423 (viper-after-change-undo-hook): Misc enhancements.
2424 (viper-after-change-undo-hook): New hook.
2425 (viper-undo): Use viper-after-change-undo-hook.
2426 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2427 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2428 clicking on that widget/button.
2429
2430 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2431
2432 * ediff-diff (ediff-test-patch-utility): Catch errors.
2433 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2434 (ediff-set-actual-diff-options): New function.
2435 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2436 Use ediff-set-actual-diff-options.
2437 (ediff-extract-diffs): Catch errors.
2438 (ediff-whitespace): Add non-breakable space.
2439 (ediff-same-file-contents): Catch errors.
2440
2441 * ediff-mult.el (ediff-collect-custom-diffs):
2442 Save coding-system-for-read.
2443
2444 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2445 (ediff-vc-internal, ediff-vc-merge-internal):
2446 Use ediff-delete-version-file.
2447 (ediff-delete-version-file): New function.
2448
2449 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2450
2451 * ediff.el (ediff-directories, ediff-directory-revisions)
2452 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2453 (ediff-directories-internal, ediff-merge-directory-revisions)
2454 (ediff-merge-directory-revisions-with-ancestor)
2455 (ediff-directories3): Use read-directory-name.
2456
2457 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2458
2459 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2460 Remove superfluous part of regexp for brace matching which is handled
2461 by `scan-lists' call.
2462
2463 2006-06-16 Richard Stallman <rms@gnu.org>
2464
2465 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2466
2467 * files.el (basic-save-buffer-2): For a new precious file,
2468 use the default modes in the return value.
2469
2470 * facemenu.el (facemenu-color-alist): Doc fix.
2471
2472 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2473
2474 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2475
2476 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2477
2478 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2479 (mac-utxt-to-string): Use it.
2480 (mac-ts-update-active-input-area): Use mac-ae-number.
2481
2482 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2483
2484 * term.el (term-handle-scroll, term-delete-lines)
2485 (term-insert-lines): Fix off by one errors.
2486
2487 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2488
2489 * net/tramp.el (tramp-touch): Use UTC to express time.
2490
2491 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * mail/sendmail.el (mail-send): Search explicitly for
2494 mail-header-separator when checking for corrupted header lines.
2495
2496 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2497
2498 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2499 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2500 (gdb-init-1): Initialise them.
2501 (gdb-starting): Reset gdb-printing
2502 (gdb-starting): Save value of gud-overlay-arrow-position.
2503 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2504 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2505 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2506 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2507
2508 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2511
2512 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2513
2514 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2515 (ldap-search-internal): Keep error messages, and a regexp fix.
2516
2517 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2518
2519 * files.el (hack-local-variables-confirm):
2520 Display string value using its printed representation.
2521
2522 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * server.el (server-edit): No-op if no server buffers exist.
2525
2526 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2527
2528 * textmodes/page-ext.el (pages-directory-for-addresses):
2529 Including `pages-directory-address-mode' in the function results
2530 in the message "Buffer in which pages were found is deleted".
2531
2532 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2533
2534 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2535 clocking functions.
2536
2537 (org-agenda-clock-in, org-check-running-clock)
2538 (org-clock-out-if-current, org-remove-clock-overlays)
2539 (org-put-clock-overlay): New functions.
2540 (org-clock-marker, org-clock-file-total-minutes)
2541 (org-clock-overlays): New variables.
2542 (org-clock-display, org-clock-sum, org-clock-cancel)
2543 (org-clock-out, org-clock-in): New commands.
2544 (org-export): New function.
2545 (org-emph-re): New constant.
2546 (org-set-emph-re, org-do-emphasis-faces): New functions.
2547 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2548 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2549 (org-export-html-convert-emphasize): Use the configurable emphasis.
2550 (org-cleaned-string-for-export): Make multiline emphasis visible
2551 to the exporter. New optional argument PARAMETERS.
2552 (org-export-as-html): Specify :emph-multiline parameter to
2553 `org-cleaned-string-for-export'.
2554
2555 2006-06-10 Richard Stallman <rms@gnu.org>
2556
2557 * help.el (help-for-help-internal): Clean up help text.
2558
2559 2006-06-10 Andreas Schwab <schwab@suse.de>
2560
2561 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2562 in doc string.
2563
2564 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2565
2566 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2567
2568 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2569 spaces after the comment start.
2570
2571 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2572
2573 * play/pong.el (pong-init-buffer):
2574 Fill buffer with spaces instead of ^A.
2575
2576 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2577 launched asynchronously, delete its process instead of being cool.
2578 (ispell-async-processp): Check for `delete-process' existence
2579 instead of `kill-process' one for consistency.
2580
2581 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2582
2583 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2584 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2585 in mode line at startup.
2586
2587 2006-06-08 Kim F. Storm <storm@cua.dk>
2588
2589 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2590 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2591 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2592 (ido-file-internal): Pass full file name to write-file.
2593 (ido-read-internal): Only pop stack elements automatically if they
2594 actually match an existing directory or file name.
2595
2596 2006-06-07 Kenichi Handa <handa@m17n.org>
2597
2598 * international/mule.el (find-auto-coding): Don't handle the short
2599 name `char-trans'.
2600
2601 * files.el (hack-local-variables-prop-line)
2602 (hack-local-variables): Cancel the previous change.
2603
2604 2006-06-06 Jesper Harder <harder@phys.au.dk>
2605
2606 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2607
2608 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2611 diff-default-read-only is non-nil.
2612 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2613 (diff-refine-hunk): Set inhibit-read-only to t.
2614
2615 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2616 modifying the *Diff* buffer.
2617 (diff-process-filter): New filter function for diff process that
2618 sets inhibit-read-only to t when modifying the *Diff* buffer.
2619
2620 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2621
2622 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2623 insertion point and control the number of empty lines.
2624 (org-paste-subtree): Limit the number of empty lines at the end of
2625 the inserted tree.
2626 (org-agenda): Use buffer name of current file for narrowing.
2627 (org-export-as-xml): Command removed.
2628 (org-export-xml-type): Option removed.
2629 (org-mode-map): Call `org-export-as-xoxo' directly.
2630 (org-get-indentation): New optional argument LINE.
2631 (org-fix-indentation, org-remove-tabs): New functions.
2632 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2633 correct indentation for headlines that are converted it items.
2634 (org-skip-comments): Remove table lines that contain narrowing
2635 cookies but no other non-empty fields.
2636 (org-set-tags): Allow groups of mutually exclusive tags.
2637 (org-cmp-time): Sort 24:21 before items without time.
2638 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2639 (org-open-at-point): Require double colon also for numbers.
2640
2641 2006-06-06 Kim F. Storm <storm@cua.dk>
2642
2643 * ido.el (ido-default-file-method, ido-default-buffer-method):
2644 Make choice values consistent with corresponding command names.
2645 (ido-visit-buffer): Update accordingly. Default to selected-window.
2646
2647 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2648
2649 * progmodes/gud.el (gud-running): Fix doc string.
2650 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2651 (gud-tooltip-modes): Add python-mode.
2652 (gud-tooltip-print-command): Add pdb. Remove perldb.
2653
2654 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2655
2656 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2657 Quote $(EMACS).
2658
2659 2006-06-05 Richard Stallman <rms@gnu.org>
2660
2661 * faces.el (defined-colors): Doc fix.
2662
2663 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2664
2665 * vc.el (vc-process-filter): Inhibit undo info collection around
2666 call to insert.
2667 (vc-setup-buffer): Likewise for call to erase-buffer.
2668 (vc-do-command): Likewise for call to process-file.
2669
2670 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2671
2672 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2673 for gud-go.
2674 (gud-common-init): Other debuggers may trigger error.
2675
2676 2006-06-05 Kenichi Handa <handa@m17n.org>
2677
2678 * international/mule.el (find-auto-coding):
2679 Handle enable-character-translation in file header.
2680
2681 2006-06-04 Kim F. Storm <storm@cua.dk>
2682
2683 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2684 (authors-fixed-entries): Fix spelling.
2685 (authors-canonical-file-name): Don't report error for wildcards.
2686
2687 * help.el (view-emacs-news): Rewrite to support new NEWS,
2688 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2689 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2690 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2691
2692 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2693
2694 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2695 exec constructs like `foo bar`.
2696 (sh-quoted-subshell): New helper function to search for a possibly
2697 nested subshell (like `` or $()) within a "" quoted string.
2698 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2699 (sh-apply-quoted-subshell): Flag quote characters inside a
2700 subshell, which is itself already in a quoted region, as
2701 punctuation, since this is the closest to what they actually are.
2702 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2703 sh-apply-quoted-subshell.
2704 (sh-font-lock-syntactic-face-function): Apply the new face for
2705 text inside `` instead of the old font-lock-string-face.
2706
2707 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2708
2709 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2710 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2711 (mac-bytes-to-text-range, mac-ae-text-range-array)
2712 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2713 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2714 (mac-ts-unicode-for-key-event): New functions.
2715 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2716 (mac-handle-font-selection): Use mac-ae-number.
2717 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2718 New variables.
2719 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2720 (mac-ts-converted-text, mac-ts-selected-converted-text)
2721 (mac-ts-block-fill-text, mac-ts-outline-text)
2722 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2723 (mac-ts-hilite-style-faces): New constant.
2724 (mac-apple-event-map): Bind text input events.
2725 (mac-dispatch-apple-event): Use command-execute instead of
2726 call-interactively.
2727 (global-map): Don't bind mac-apple-event.
2728 (special-event-map): Bind mac-apple-event.
2729
2730 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2731
2732 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2733 file name.
2734 (emacs): Enclose the value of $(EMACS) in quotes.
2735
2736 2006-06-02 Juri Linkov <juri@jurta.org>
2737
2738 * international/mule.el (sgml-html-meta-auto-coding-function):
2739 Remove the condition `(search-forward "<html" size t)'.
2740 Replace `\"' with `[\"']?' in `re-search-forward'.
2741
2742 2006-06-02 Kenichi Handa <handa@m17n.org>
2743
2744 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2745 as well as `coding'.
2746 (hack-local-variables): Likewise.
2747
2748 * international/mule.el (enable-character-translation):
2749 Put permanent-local and safe-local-variable properties.
2750 (find-auto-coding): Handle char-trans: tag.
2751
2752 2006-06-02 Juri Linkov <juri@jurta.org>
2753
2754 * international/mule.el (sgml-html-meta-auto-coding-function):
2755 Limit the search by the end of the HTML header (if any).
2756
2757 2006-06-01 Richard Stallman <rms@gnu.org>
2758
2759 * subr.el (with-current-buffer): Doc fix.
2760
2761 2006-06-02 Masatake YAMATO <jet@gyve.org>
2762
2763 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2764 Almost rewrite. Underlines over all lines of gcov output are too
2765 uncomfortable to read. Suggested by Dan Nicolaescu.
2766
2767 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2768
2769 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2770
2771 * shell.el (shell-mode): Use shell-mode-map in docstring.
2772
2773 * comint.el (comint-send-input): Do not add help-echo and
2774 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2775
2776 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2777
2778 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2779
2780 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2781
2782 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2783 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2784 look up the stack and pop up GUD buffer if necessary.
2785 (gdb-frames-select): Remove redundant call to gud-display-frame.
2786 (gdb-info-threads-custom): Keep point at start of buffer.
2787 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2788
2789 2006-05-31 Juri Linkov <juri@jurta.org>
2790
2791 * replace.el (query-replace-read-from, query-replace-read-to):
2792 Bind `history-add-new-input' to nil. Call `add-to-history'.
2793
2794 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2795
2796 * textmodes/table.el: Convert all HTML tags to lower case for
2797 XHTML compatibility.
2798
2799 2006-05-31 Masatake YAMATO <jet@gyve.org>
2800
2801 * progmodes/compile.el:
2802 (compilation-error-regexp-alist-alist::gcov-called-line):
2803 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2804
2805 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2806
2807 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2808 Revert inadvertent changes made with last commit.
2809
2810 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2811
2812 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2813 New functions.
2814
2815 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2816
2817 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2818
2819 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2820 only matches in the right place.
2821 (org-upcoming-deadline): New face.
2822 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2823 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2824 and make it an option.
2825 (org-export-ascii-bullets): New option.
2826 (org-export-as-html): Many changes to emit valid XHTML.
2827 (org-par-open): New variable.
2828 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2829 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2830 (org-timeline): Pass `org-timeline-show-empty-dates' to
2831 `org-get-all-dates'. Interpret empty dates returned by
2832 `org-get-all-dates'.
2833 (org-get-all-dates): New argument EMPTY. Add dates without
2834 entries to the list, mark large ranges of empty dates.
2835 (org-point-in-group, org-context): New functions.
2836
2837 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2840
2841 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2842 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2843 to C-mouse-3 (for 2 button mice).
2844 (gdb-send): Do the right thing for C-d.
2845
2846 * speedbar.el (speedbar-detach): Delete.
2847 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2848 it breaks things.
2849 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2850
2851 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2852
2853 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2854 Makeppfile.
2855
2856 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2857 Add makepp diagnostic.
2858
2859 2006-05-29 Richard Stallman <rms@gnu.org>
2860
2861 * window.el (fit-window-to-buffer): Doc fix.
2862
2863 * help.el (temp-buffer-max-height): Doc fix.
2864
2865 * subr.el (with-current-buffer): Doc fix.
2866
2867 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2868
2869 * term/x-win.el: Bind F10 to menu-bar-start if available.
2870
2871 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2872
2873 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2874 uses with a simple test.
2875 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2876 (term-send-raw-string, term-send-raw, term-mouse-paste)
2877 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2878 (term-handle-exit, term-read-input-ring)
2879 (term-previous-matching-input-string)
2880 (term-previous-matching-input-string-position)
2881 (term-previous-matching-input-from-input)
2882 (term-replace-by-expanded-history, term-send-input)
2883 (term-skip-prompt, term-bol, term-send-invisible)
2884 (term-kill-input, term-delchar-or-maybe-eof)
2885 (term-backward-matching-input, term-check-source)
2886 (term-proc-query, term-emulate-terminal)
2887 (term-handle-colors-array, term-process-pager, term-pager-line)
2888 (term-pager-bob, term-unwrap-line, term-word)
2889 (term-dynamic-complete-filename)
2890 (term-dynamic-complete-as-filename)
2891 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2892 unlesses.
2893
2894 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2897 during bootstrapping.
2898
2899 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2900 Basically undo the change of 2006-05-26: use extra arguments instead of
2901 dynamic scoping.
2902 (ewoc-locate): Remove unused var `footer'.
2903
2904 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2907
2908 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2909 (generate-file-autoloads): Obey it. Return whether autoloads were
2910 added at point or not.
2911 (update-file-autoloads): Use this new return value.
2912 Remove redundant test for the presence of an autoload cookie.
2913
2914 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2915 This one calls hack-local-variables.
2916 (generate-file-autoloads, update-file-autoloads): Use it.
2917
2918 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2919 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2920 (bibtex-sort-entry-class-alist): Don't set the global value.
2921 (bibtex-init-sort-entry-class-alist): New fun.
2922 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2923 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2924 of bibtex-init-sort-entry-class.
2925
2926 2006-05-28 Richard Stallman <rms@gnu.org>
2927
2928 * subr.el (load-history-regexp): If FILE is relative, insist
2929 entire last name component must match it.
2930 (load-history-filename-element, load-history-regexp): Doc fixes.
2931
2932 2006-05-29 Kim F. Storm <storm@cua.dk>
2933
2934 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2935 `pos' and `raw-data' for clarity, as eval forms may access these.
2936
2937 2006-05-28 Kim F. Storm <storm@cua.dk>
2938
2939 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2940
2941 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * progmodes/make-mode.el (makefile-browser-map)
2944 (makefile-mode-syntax-table): Move initialization inside declaration.
2945 (makefile-fill-paragraph): Use the default comment-filling code.
2946
2947 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2948
2949 * replace.el (query-replace-defaults): New variable.
2950 (query-replace-read-from): Use `query-replace-defaults' for
2951 default value, instead of history list.
2952 (query-replace-read-to): Update `query-replace-defaults'.
2953
2954 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2957 with no X toolkit.
2958
2959 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2960
2961 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2962 (tumme-show-all-from-dir): Add autoload.
2963
2964 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2965
2966 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2967 (tumme-remove-tag): Fix bug.
2968
2969 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2970
2971 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2972 FOOTER args. Update unique caller.
2973 (ewoc-delete): Compute last node once before looping.
2974 (ewoc--node-branch): Merge into unique caller.
2975 (ewoc--node): Don't define constructor make-ewoc--node for this
2976 structure.
2977 (ewoc): Add member `hf-pp' to this structure.
2978 (ewoc--wrap): New func.
2979 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2980 header/footer pretty-printers. Save header/footer pretty-printer.
2981 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2982
2983 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2984
2985 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2986
2987 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2988 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2989 Tag'. Change "Compare directories..." to "Change Directories...".
2990 Move tumme commands to Operate, Regexp and Immediate menus.
2991 Change "Add Comment" to "Add Image Comment". Change "Add Image
2992 Tag" to "Add Image Tags".
2993
2994 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2995 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2996 `tumme-delete-tag'.
2997
2998 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2999
3000 * shell.el (shell-mode): Call shell-dirtrack-mode after
3001 list-buffers-directory is made a local variable, to avoid setting
3002 the default value.
3003
3004 2006-05-26 Kevin Ryde <user42@zip.com.au>
3005
3006 * info.el (Info-index-next): Use where-is-internal to report
3007 actual binding of Info-index-next, rather than hard-coded `,'.
3008
3009 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3010
3011 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3012 and "Find Command in Manual" to here.
3013
3014 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3015 Info-current-file as the file name.
3016
3017 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3018
3019 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3020 overrides will now be done a different way.
3021 (ses-set-parameter): Reapply this function for undo.
3022 (ses-set-header-row): Reconstruct header row during undo.
3023 (ses-widen): New function.
3024 (ses-goto-data, ses-reconstruct-all): Use new function.
3025 (ses-command-hook): Widen buffer during undo, before unupdating
3026 the cells.
3027 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3028 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3029 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3030 formula hasn't been executed yet.
3031
3032 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3033
3034 * comint.el (comint-kill-whole-line): Rename arg to count.
3035 Fix doc string.
3036
3037 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3038
3039 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3040 to copy-file.
3041
3042 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3043
3044 * simple.el (toggle-truncate-lines): Make arg optional for
3045 backward compatibility.
3046
3047 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3048
3049 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3050 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3051 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3052 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3053 (ewoc--adjust): Use ewoc--current-dll.
3054 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3055
3056 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3057
3058 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3059 compact error message.
3060 (org-tags-view): Refresh category table in each file.
3061 (org-table-justify-field-maybe): Remove superfluous arguments to
3062 `format'.
3063 (org-export-as-html): Insert "<p>" before postamble.
3064 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3065
3066 2006-05-26 Kenichi Handa <handa@m17n.org>
3067
3068 * textmodes/po.el (po-find-charset): Pay attention to the case
3069 FILENAME is a cons (NAME . BUFFER).
3070 (po-find-file-coding-system-guts): Likewise.
3071
3072 * arc-mode.el (archive-set-buffer-as-visiting-file):
3073 Call find-operation-coding-system with (FILENAME . BUFFER).
3074
3075 * tar-mode.el (tar-extract): Call find-operation-coding-system
3076 with (FILENAME . BUFFER).
3077
3078 * international/mule.el (decode-coding-inserted-region):
3079 Call find-operation-coding-system with (FILENAME . BUFFER).
3080
3081 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * image-mode.el (image-toggle-display): Use buffer contents to
3084 generate image for a remote file.
3085
3086 2006-05-25 Juri Linkov <juri@jurta.org>
3087
3088 * replace.el (query-replace-read-from, query-replace-read-to):
3089 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3090
3091 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3092
3093 * whitespace.el (whitespace-cleanup): Change to cleanup
3094 region if one is active.
3095 * whitespace.el (whitespace-cleanup-internal): New internal method.
3096
3097 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3098
3099 * dired.el (dired-mode-map): Add help-echo strings to tumme
3100 commands. Bind `tumme-dired-display-image' to C-t i.
3101
3102 * tumme.el (tumme-display-image): Change documentation string slightly.
3103 (tumme-dired-display-image): Add call to `display-buffer'.
3104
3105 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3106
3107 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3108 Signal error if RAW-DATA is a multibyte string.
3109
3110 2006-05-24 Richard Stallman <rms@gnu.org>
3111
3112 * subr.el (with-local-quit): When handling `quit' signal,
3113 make a chance for quit-flag to cause a quit.
3114
3115 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3116 (ad-disable-advice): Add autoloads.
3117
3118 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3119
3120 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3121
3122 * dired.el (dired-mode-map): Change menu items for tumme as per
3123 suggestions in emacs-devel.
3124
3125 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3126
3127 * dired.el (dired-mode-map): Fix breakage.
3128
3129 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3130
3131 * tumme.el (tumme-display-dired-image): Rename to...
3132 (tumme-dired-display-image): ...this.
3133 (tumme-track-movement): Change default value to t.
3134 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3135 used from `tumme-next-line-and-display' and similar commands.
3136
3137 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3138 Immediate menu. Add some tumme commands there.
3139
3140 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3141
3142 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3143
3144 2006-05-24 Chong Yidong <cyd@mit.edu>
3145
3146 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3147 menu entries that open submenus.
3148
3149 2006-05-24 Alan Mackenzie <acm@muc.de>
3150
3151 * startup.el (command-line): For names of preloaded files, don't
3152 append ".elc" (now done in Fload), and call file-truename on the
3153 lisp directory.
3154
3155 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3156 match ANY loaded file with the right name, not just those in
3157 load-path. Put a regexp matching the file name into
3158 after-load-alist, rather than the name itself.
3159
3160 * subr.el: New functions load-history-regexp,
3161 load-history-filename-element, do-after-load-evaluation.
3162
3163 * international/mule.el (load-with-code-conversion): Do the
3164 eval-after-load stuff by calling do-after-load-evaluation.
3165
3166 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3169 has not been killed.
3170
3171 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3172
3173 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3174 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3175 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3176 Optionally set error message in reply.
3177
3178 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3179
3180 * textmodes/org.el (org-open-at-point): Use renamed variable
3181 `org-confirm-shell-link-function'.
3182 (org-confirm-shell-link-function): Rename from
3183 `org-confirm-shell-links'.
3184 (org-export-directory): New function.
3185 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3186 (org-export-icalendar): Use `org-export-directory'.
3187 (org-indent-item): Keep cursor position.
3188 (org-link-file-path-type): New option.
3189 (org-export-as-html): Fix bug with plain lists starting in
3190 column 0.
3191 (org-export-as-html): Remove deadline formatting, this happens
3192 now already in `org-html-handle-time-stamps'.
3193 (org-export-html-style): Deadline class removed.
3194 (org-insert-labeled-timestamps-at-point): New option.
3195 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3196 of `hide-sublevels 1', in case the first headline is not level 1.
3197 (org-overview, org-content): New fuction.
3198 (org-cycle-global-status, org-cycle-subtree-status): Make these
3199 variables buffer-local.
3200 (org-global-cycle): New command.
3201 (org-shifttab): Use `org-global-cycle'.
3202 (org-insert-heading, org-insert-item): Go to end of new
3203 headline/item after creating it.
3204 (org-export-visible): Rename from `org-export-copy-visible'.
3205 Now creates a temporary org-file and applies an exporting command
3206 to it.
3207 (org-table-eval-formula): Support for lisp forms.
3208 (org-agenda-todo-ignore-scheduled): New option.
3209 (org-agenda-get-todos): Use new option
3210 `org-agenda-todo-ignore-scheduled'.
3211 (org-export-html-inline-images): New value `maybe'.
3212 (org-export-as-html): Inlining of images dependent on link description.
3213 (org-archive-subtree): Check for end-of-buffer before trying
3214 `kill-line'.
3215 (org-agenda-follow-mode): New option.
3216 (org-export-with-tags, org-export-with-timestamps): New options.
3217 (org-html-handle-time-stamps): New function.
3218 (org-keyword-time-regexp): New variable.
3219 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3220 (org-agenda-todo-list-sublevels): New option.
3221 (org-html-level-start): When TITLE is nil, just close all levels.
3222 (org-parse-key-lines, org-parse-export-options): Remove functions,
3223 replaced by `org-infile-export-plist'.
3224 (org-combine-plists, org-infile-export-plist)
3225 (org-default-export-plist): New functions.
3226 (org-export-html-preamble, org-export-html-postamble)
3227 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3228 New variables.
3229 (org-export-publishing-directory): New option.
3230 (org-export-as-html, org-export-as-ascii): Use the new property
3231 lists for settings.
3232 (org-export-copy-visible, org-export-as-xoxo):
3233 Respect `org-export-publishing-directory'.
3234 (org-link-search, org-store-link, org-file-apps): Support for
3235 links to BibTeX database entries..
3236 (org-get-current-options, org-set-regexps-and-options):
3237 Implement logging as a startup option.
3238 (org-store-link): Make sure context string is never empty
3239 (org-insert-link): Use relative path when possible.
3240 (org-at-item-checklet-p): New function.
3241 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3242 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3243 (org-metaright, org-metaup, org-metadown, org-shiftup)
3244 (org-shiftdown, org-shiftright, org-shiftleft)
3245 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3246 Dispatch using `call-interactively'.
3247 (org-call-with-arg): New defsubst.
3248 (org-tag-alist, org-use-fast-tag-selection): New options.
3249 (org-complete): Use `org-tag-alist'.
3250 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3251 (org-next-item, org-previous-item): New commands.
3252 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3253 make command.
3254 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3255
3256 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3257
3258 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3259 (ewoc-filter): Use `ewoc-delete'.
3260
3261 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3262
3263 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3266 Signal more user-friendly error messages.
3267
3268 * complete.el (PC-do-completion): Undo the addition of implicit
3269 wildcards if they did not lead to finding any match.
3270 (read-file-name-internal): Don't add the final > if the completion is
3271 not finished.
3272
3273 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3274
3275 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3276 Quote safe-local-variable predicate.
3277
3278 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3279
3280 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3281
3282 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3283
3284 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3285
3286 * progmodes/make-mode.el (makefile-special-targets-list)
3287 (makefile-macro-table, makefile-target-table): Mark as risky.
3288 (makefile-query-one-target-method): Make this the alias for the
3289 following variable.
3290 (makefile-query-one-target-method-function): Make this the real name.
3291
3292 * textmodes/artist.el (artist-text-renderer): Make this the alias
3293 for the following variable.
3294 (artist-text-renderer-function): Make this the real name.
3295
3296 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3297 the alias for the following variable.
3298 (flyspell-generic-check-word-predicate): Make this the real name.
3299
3300 * textmodes/ispell.el (ispell-format-word): Make this the alias
3301 for the following variable.
3302 (ispell-format-word-function): Make this the real name.
3303 (ispell-message-text-end): Mark as risky.
3304
3305 * skeleton.el (skeleton-transformation, skeleton-filter)
3306 (skeleton-pair-filter): Make these the aliases for the following
3307 variables.
3308 (skeleton-transformation-function, skeleton-filter-function)
3309 (skeleton-pair-filter-function): Make these the real names.
3310
3311 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3312 and skeleton-pair-filter-function.
3313
3314 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3315 alias for the following variable.
3316 (sgml-transformation-function): Make this the real name.
3317 (sgml-tag-alist): Mark as risky.
3318
3319 2006-05-21 Richard Stallman <rms@gnu.org>
3320
3321 * simple.el (kill-region): Interactively, pass point, then mark.
3322
3323 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3324
3325 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3326
3327 2006-05-21 Romain Francoise <romain@orebokech.com>
3328
3329 * dired-x.el (dired-mode-map): Don't bind M-g.
3330
3331 2006-05-20 Richard Stallman <rms@gnu.org>
3332
3333 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3334 (dired-goto-file): Doc fix.
3335
3336 2006-05-21 Kim F. Storm <storm@cua.dk>
3337
3338 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3339 way to enable built-in cua-mode if user loads older CUA-mode package.
3340
3341 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3342 if default-filename is specified.
3343
3344 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3345
3346 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3347
3348 * info.el (info-apropos): Make sure current-file and current-node
3349 have non-nil values. Speed up by using add-to-list instead of
3350 manual consing.
3351
3352 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3353
3354 * progmodes/make-mode.el (makefile-mode): Doc fix.
3355
3356 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3357
3358 * dired-aux.el (dired-do-shell-command): Doc fix.
3359
3360 2006-05-20 Kevin Ryde <user42@zip.com.au>
3361
3362 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3363 ``(custom-manual :tag "Foo" "(foo)Node")''.
3364
3365 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3366
3367 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3368 value is an integer.
3369
3370 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3371
3372 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3373 "format".
3374 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3375
3376 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3377
3378 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3379 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3380
3381 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3382
3383 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3384 regexp for keywords.
3385
3386 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3387
3388 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3389 replace-regexp-in-string.
3390
3391 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3392 encode, and escape file name on conversion to URL.
3393
3394 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3395
3396 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3397 Don't unescape URL.
3398 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3399
3400 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3401 on conversion to URLs.
3402
3403 * net/browse-url.el (browse-url-file-url): Encode file name on
3404 conversion to URL.
3405
3406 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3407 conversion to URL.
3408
3409 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3410
3411 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3412
3413 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3414
3415 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3416 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3417
3418 2006-05-19 Glenn Morris <rgm@gnu.org>
3419
3420 * calendar/diary-lib.el (diary-bahai-date)
3421 (list-bahai-diary-entries, mark-bahai-diary-entries)
3422 (mark-bahai-calendar-date-pattern): Not interactive.
3423 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3424 (diary-entries-list): Change format of 4th element in each entry.
3425 (diary-list-entries): Use add-to-diary-list.
3426 (diary-goto-entry): Handle the case where the buffer visiting the
3427 diary has been killed.
3428 (fancy-diary-display): Add 'locator to button rather than 'marker.
3429 Only generate temp-face when there are marks to apply.
3430 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3431 (diary-fancy-date-pattern): New variable.
3432 (diary-time-regexp): Doc fix.
3433 (diary-anniversary, diary-time): New faces.
3434 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3435 diary-time-regexp. Add font-lock-multiline property where needed.
3436 Use new faces diary-anniversary and diary-time.
3437 (diary-fancy-font-lock-fontify-region-function): New function, to
3438 handle multiline font-lock pattern in fancy diary.
3439 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3440 (diary-font-lock-keywords): Tweak time regexp. Use new face
3441 diary-time.
3442
3443 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3444
3445 * international/code-pages.el (mik): Table corrected.
3446
3447 2006-05-18 Kim F. Storm <storm@cua.dk>
3448
3449 * progmodes/grep.el (grep-find): Don't check grep-find-command
3450 before running command (breaks non-interactive usage).
3451
3452 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3453
3454 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3455 (ewoc--insert-new-node): Don't insert trailing newline.
3456 Instead, adjust successor nodes's start markers.
3457 (ewoc--refresh-node): Delete all text from current node's start
3458 marker to the next one's; adjust successor nodes's start markers.
3459 (ewoc--create): Doc fixes.
3460 (ewoc--refresh): Don't insert newline.
3461 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3462 * pcvs.el (cvs-make-cvs-buffer):
3463 Specify extra newline for ewoc's header and footer.
3464 (cvs-update-header): Update initial header recognition.
3465 Append newline to final header and footer values.
3466 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3467
3468 2006-05-17 Richard Stallman <rms@gnu.org>
3469
3470 * files.el (file-name-extension): Doc fix.
3471
3472 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3475 we can explicitly enable/disable rather than toggle.
3476 (shell-mode): Use it.
3477 (shell-cd): Don't try to reproduce what `cd' does.
3478
3479 2006-05-17 Kim F. Storm <storm@cua.dk>
3480
3481 * ido.el (ido-read-internal): Use only nondirectory part of
3482 default item.
3483
3484 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3485
3486 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3487 (ewoc-nth): Doc fix.
3488
3489 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3490
3491 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3492
3493 * international/mule.el (auto-coding-alist): Add .lha to files
3494 read with no-conversion.
3495
3496 * files.el (auto-mode-alist): Add .lha files to archive file
3497 extensions.
3498
3499 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3500 Convert csize to integer when computing offsets within the
3501 compressed archive file.
3502
3503 2006-05-16 Kim F. Storm <storm@cua.dk>
3504
3505 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3506 with read-from-minibuffer.
3507
3508 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3509
3510 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3511 (byte-compile-warnings): Fix safe-local-variable property.
3512
3513 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3514
3515 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3516 (allout-stylish-prefixes, allout-numbered-bullet)
3517 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3518 predicates to qualify `safe-local-variable' property, when
3519 available, else use equivalent lambda.
3520 (allout-current-topic-collapsed-p): Do the right thing regarding
3521 trailing blank lines.
3522
3523 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * server.el (server-start): Only create a directory if needed.
3526 (server-edit, server-unload-hook): server-start => server-mode.
3527 (kill-emacs-hook): Cleanup upon exit.
3528
3529 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * hexl.el (hexlify-buffer): Encode process arguments manually.
3532
3533 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3534
3535 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3536 call to gdb-tooltip-print.
3537
3538 2006-05-15 Romain Francoise <romain@orebokech.com>
3539
3540 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3541 systems, default to "tar" since those systems probably have GNU tar.
3542
3543 2006-05-14 Lars Hansen <larsh@soem.dk>
3544
3545 * desktop.el (desktop-missing-file-warning): Fix docstring.
3546 (desktop-restore-file-buffer): Correct question asked on missing file.
3547
3548 2006-05-14 Kim F. Storm <storm@cua.dk>
3549
3550 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3551 Add CUA move property.
3552
3553 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3554
3555 * custom.el (custom-push-theme): Load the variable before checking
3556 its `standard-value'.
3557
3558 2006-05-13 Lars Hansen <larsh@soem.dk>
3559
3560 * desktop.el (desktop-save): Use with-temp-buffer.
3561
3562 2006-05-12 Glenn Morris <rgm@gnu.org>
3563
3564 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3565 * calendar/calendar.el (calendar-mode-map):
3566 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3567 * calendar/appt.el (appt-check, appt-make-list): Refer to
3568 diary-view-entries, diary-list-entries, diary-show-all-entries
3569 rather than obsolete aliases.
3570
3571 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * simple.el (line-move-finish): Avoid calling point motion hooks
3574 while processing intangibility.
3575
3576 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3577
3578 * term/xterm.el (terminal-init-xterm): Fix typo.
3579
3580 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3581
3582 * allout.el (allout-view-change-hook): Mark as being deprecated,
3583 to be replaced by `allout-exposure-change-hook'.
3584 (allout-exposure-change-hook): New, replacing
3585 `allout-view-change-hook'.
3586 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3587 in addition to `allout-view-change-hook'.
3588 (allout-show-bodies, allout-old-style-prefixes)
3589 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3590 lambda forms to prevent their showing up in variable help
3591 presentations as inscrutable byte-compiled code.
3592 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3593 Use string-or-null-p to qualify safe-local-variable values.
3594 (allout-reindent-bodies): Use memq to qualify matches against
3595 valid safe-local-variable values. Also, quote the lambda as above.
3596 (allout-use-mode-specific-leader): Add missing candidate-value
3597 symbols, use memq, and quote the lambda.
3598 (allout-overlay-interior-modification-handler): Remove unused
3599 variables `msg' and 'opened'.
3600 (allout-hidden-p): Constrain invisibility consideration to allout's
3601 invisibility spec, disregarding invisibility for other reasons.
3602
3603 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3604
3605 * files.el (version-control): Correct safe values.
3606
3607 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3608
3609 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3610
3611 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3612 (ewoc--insert-new-node): New func.
3613 Update callers of deleted funcs to use it, instead.
3614
3615 2006-05-11 Glenn Morris <rgm@gnu.org>
3616
3617 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3618 obsolete alias `show-all-diary-entries'.
3619 (make-diary-entry): Not interactive.
3620 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3621 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3622 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3623 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3624 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3625 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3626
3627 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3628
3629 * calendar/calendar.el (calendar-french-date-string)
3630 (calendar-mayan-date-string, calendar-chinese-date-string)
3631 (calendar-astro-date-string, calendar-iso-date-string)
3632 (calendar-islamic-date-string, calendar-bahai-date-string)
3633 (calendar-hebrew-date-string, calendar-coptic-date-string)
3634 (calendar-ethiopic-date-string, calendar-persian-date-string):
3635 These functions are not interactive.
3636
3637 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3638
3639 * files.el: Balance parentheses.
3640
3641 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3642
3643 * files.el, newcomment.el, outline.el, simple.el,
3644 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3645 progmodes/cc-vars.el, progmodes/compile.el:
3646 Move `safe-local-variable' declarations to the respective files.
3647
3648 * help-fns.el (describe-variable): Don't print safe-var if it is
3649 byte-code. Improve wording as suggested by Luc Teirlinck.
3650
3651 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3652
3653 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3654 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3655 Use a token for pending-triggers to ensure gdb-var-update
3656 gets called once per user input again for pre-GDB 6.4.
3657 (gdb-var-delete): Match on more complex expressions.
3658 (gdb-var-list-children-handler, gdb-var-create-handler):
3659 Use a token for consistency.
3660
3661 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3662
3663 * textmodes/org.el (org-read-date, org-goto-calendar)
3664 (org-agenda-goto-calendar):
3665 Bind `view-calendar-holidays-initially' to nil.
3666
3667 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3668
3669 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3670 Update all callers to do it there, instead.
3671
3672 2006-05-10 Glenn Morris <rgm@gnu.org>
3673
3674 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3675 prefix arg case, to avoid view-diary-entries-initially error.
3676 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3677 (calendar-date-is-legal-p): Handle dates with no day part.
3678
3679 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3680
3681 * comint.el (comint-insert-input): Just make it when
3682 comint-use-prompt regexp is nil (default) and with the mouse.
3683 (comint-copy-old-input): Reinstate from 2004-06-23.
3684 (comint-mode-map): Bind C-c C-m to it.
3685
3686 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3687
3688 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3689 Remove spurious move to point-max (new comint behavior fixes).
3690
3691 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3692 compatibility function (Emacs 18/19).
3693 (idlwave-is-continuation-line): Always return point at start of
3694 previous non-blank continuation line.
3695 `keyword-parameters': Fix continued comment font-lock matcher.
3696 (idlwave-font-lock-fontify-region): Written, use as
3697 font-lock-fontify-region-function, to fix continued keyword
3698 fontification issues.
3699
3700 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3701
3702 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3703 (mac-service-selection, mac-service-open-file)
3704 (mac-service-open-selection, mac-service-mail-selection)
3705 (mac-service-mail-to, mac-service-insert-text): Rename from
3706 mac-services-*. All uses changed.
3707 (mac-apple-event-map): Rename event symbol `services' to `service'.
3708
3709 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3710
3711 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3712 (ewoc--node-enter-first, ewoc--node-enter-last)
3713 (ewoc--delete-node-internal): Merge funcs into unique callers.
3714
3715 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3718 return value of read-from-minibuffer for empty input.
3719
3720 2006-05-09 Miles Bader <miles@gnu.org>
3721
3722 * comint.el (comint-insert-input): Remove redundant calls to setq
3723 and goto-char.
3724
3725 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3726
3727 * comint.el (comint-insert-input): Make it work when
3728 comint-use-prompt-regexp is t.
3729
3730 2006-05-10 Miles Bader <miles@gnu.org>
3731
3732 * subr.el (field-at-pos): New function.
3733
3734 * comint.el (comint-insert-input): Use it.
3735
3736 2006-05-09 Juri Linkov <juri@jurta.org>
3737
3738 * battery.el (battery-linux-proc-acpi): Also try
3739 `/proc/acpi/thermal_zone/THR2/temperature'.
3740
3741 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3742 for now unused lambda `string-or-null'.
3743
3744 * add-log.el (change-log-default-name): Put `string-or-null-p'
3745 instead of lambda on `safe-local-variable' property.
3746
3747 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3748 `region-end' instead of `mark' and `point'.
3749 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3750 Operate on region in Transient Mark mode when the mark is active.
3751 Use `region-beginning' and `region-end' instead of `mark' and
3752 `point'.
3753 (diff-hunk-text, diff-goto-source): Doc fix.
3754
3755 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3756 face `mode-line-buffer-id' for mode-line buffer face instead of
3757 hard-coded `(:weight bold)'.
3758
3759 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3760 buffer-undo-list to t (undo-ask is reproducible by visiting
3761 nested archives).
3762
3763 2006-05-09 Kim F. Storm <storm@cua.dk>
3764
3765 * progmodes/grep.el (rgrep): Set default directory of *grep*
3766 buffer if we start M-x rgrep in the *grep* buffer and choose
3767 a different base directory.
3768
3769 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3770
3771 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3772 completion also when ido is loaded.
3773
3774 2006-05-09 Masatake YAMATO <jet@gyve.org>
3775
3776 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3777 "warning" and "import".
3778 (cpp-font-lock-keywords): Added "warning".
3779
3780 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3783
3784 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3787 pages at a time, if we signal the end, we should indeed reach that end.
3788
3789 2006-05-08 David Reitter <david.reitter@gmail.com>
3790
3791 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3792 output during execution of the body.
3793
3794 2006-05-08 Kim F. Storm <storm@cua.dk>
3795
3796 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3797
3798 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3799
3800 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3801 Use with-current-buffer.
3802
3803 2006-05-07 Kim F. Storm <storm@cua.dk>
3804
3805 * subr.el (add-to-history): Remove keep-dups arg.
3806
3807 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3808 to nil around call to add-to-history.
3809
3810 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3813 than after a buffer modification.
3814
3815 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3816
3817 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3818 call to...
3819 (gud-watch): ...here so speedbar is raised for already watched
3820 expressions.
3821 (gdb-speedbar-refresh): Delete function.
3822 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3823 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3824 earlier change).
3825 (gdb-var-evaluate-expression-handler)
3826 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3827
3828 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3829 Update localized contents for all buffers except ignored modes.
3830
3831 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3832
3833 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3834 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3835 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3836 (mac-handle-font-panel-closed, mac-handle-font-selection):
3837 New functions.
3838 (mac-font-panel-mode): New minor mode.
3839 (mac-apple-event-map): Add bindings for toolbar toggle button and
3840 font panel.
3841 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3842
3843 2006-05-07 John Paul Wallington <jpw@pobox.com>
3844
3845 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3846 Avoid `regexp-opt'; simplify regexp for readability.
3847
3848 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3849
3850 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3851 * files.el (buffer-stale-function):
3852 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3853 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3854 links to the main manual, not to emacs-xtra.
3855
3856 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3857
3858 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3859 MacJapanese if text is ASCII-only.
3860
3861 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3862
3863 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3864 unless so nil isn't returned.
3865 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3866
3867 2006-05-06 Kim F. Storm <storm@cua.dk>
3868
3869 * subr.el (add-to-history): New function.
3870
3871 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3872 (ediff-merge-files-with-ancestor):
3873 * env.el (setenv):
3874 * isearch.el (isearch-update-ring):
3875 * server.el (server-visit-files):
3876 * progmodes/grep.el (lgrep, rgrep):
3877 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3878 * progmodes/xscheme.el (xscheme-insert-expression):
3879 Use add-to-history.
3880
3881 * kmacro.el (kmacro-push-ring): Use add-to-history.
3882 (kmacro-ring-length): Remove unused defun.
3883 (kmacro-start-macro): Use kmacro-push-ring.
3884
3885 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3886
3887 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3888 directly instead of a lambda expression that calls it.
3889
3890 2006-05-06 Kim F. Storm <storm@cua.dk>
3891
3892 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3893 instead of compute-motion.
3894
3895 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3896
3897 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3898 change.
3899
3900 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3901
3902 * startup.el (command-line-1): Refer to "Pure Storage" on
3903 pure-space-overflow.
3904
3905 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3906
3907 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3908 provided faces once they all have been used up.
3909
3910 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3911
3912 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3913 reference to the Lisp manual to the warning about pure space
3914 overflow.
3915
3916 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3917
3918 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3919 argument to avoid the call to `ispell-internal-change-dictionary'
3920 when not needed.
3921 (ispell-change-dictionary): Use this argument and call
3922 `ispell-internal-change-dictionary' after the possible change
3923 to `ispell-local-dictionary'.
3924 (ispell-internal-change-dictionary): Check for a change in
3925 personal dictionary use too.
3926
3927 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3928
3929 * startup.el (command-line): On MS-Windows, probe "~", not
3930 "~USER", for warning about non-existent home directory
3931
3932 * arc-mode.el (archive-l-e): New optional argument `float' means
3933 generate a float value.
3934 (archive-arc-summarize, archive-lzh-summarize)
3935 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3936 with 3rd argument non-nil when file's size is being computed.
3937 Format the file sizes with %8.0f instead of %8d.
3938
3939 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3940
3941 * cus-start.el (all): Add mac-dnd-known-types.
3942
3943 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3944 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3945 (mac-TIFF-to-string): New functions.
3946 (x-get-selection, x-selection-value)
3947 (mac-select-convert-to-string): Use them.
3948 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3949 (mac-dnd-types-alist): New customization variable.
3950 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3951 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3952 (mac-dnd-handle-drag-n-drop-event): New functions.
3953 (mac-drag-n-drop): Remove function.
3954 (global-map): Bind drag-n-drop and M-drag-n-drop to
3955 mac-dnd-handle-drag-n-drop-event.
3956
3957 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3958
3959 * progmodes/perl-mode.el (perl-beginning-of-function):
3960 Skip anonymous subs.
3961
3962 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3963
3964 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3965 regexp-opt at run time.
3966
3967 * term.el (term-handle-ansi-escape): Fix off by one error.
3968
3969 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3970
3971 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3972 (gdb-init-1, gdb-post-prompt): ...and references to it.
3973 (gdb-frame-handler): Strip directory name from filename if present.
3974
3975 * progmodes/gud.el (gdb-force-update): Delete defvar
3976 (gud-speedbar-buttons): ...and references to it. Use window-start
3977 to try to keep positon in watch expression.
3978
3979 2006-05-03 Richard Stallman <rms@gnu.org>
3980
3981 * simple.el (next-history-element, previous-history-element): Doc fix.
3982
3983 * isearch.el (isearch-update-ring): Doc fix.
3984
3985 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3986
3987 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3988 into consideration. Replace one arm ifs with whens.
3989
3990 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3991
3992 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3993 (menu): Fix typo.
3994
3995 2006-05-02 Miles Bader <miles@gnu.org>
3996
3997 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3998
3999 2006-05-02 Jay Belanger <belanger@truman.edu>
4000
4001 * calc/calc-embed.el (calc-override-minor-modes-map)
4002 (calc-override-minor-modes): New variables.
4003 (calc-do-embedded): Make sure that Calc keystrokes aren't
4004 overwritten by minor modes.
4005
4006 2006-05-02 Chong Yidong <cyd@mit.edu>
4007
4008 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4009
4010 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4011
4012 * startup.el (command-line-1): Refer to Lisp manual when
4013 pure-space-overflow occurs.
4014
4015 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4016 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4017 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4018 (version-control): Don't use `t' for safe-local-variable declarations.
4019
4020 2006-05-01 Richard Stallman <rms@gnu.org>
4021
4022 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4023 M-r, M-R, M-A, M-SPC or M-DEL.
4024 (diff-mode-map): diff-refine-hunk now on C-c C-w
4025 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4026
4027 * help-mode.el (help-mode): view-exit-action calls delete-window
4028 only when it is safe and possible.
4029
4030 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4031 in messages.
4032
4033 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4034
4035 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4036 in the default tool-bar-map.
4037
4038 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4039
4040 * net/tramp.el (tramp-completion-file-name-handler-alist)
4041 (tramp-run-real-handler, tramp-completion-run-real-handler)
4042 (tramp-completion-handle-file-name-all-completions)
4043 (tramp-completion-handle-file-name-completion): Autoload them.
4044 (tramp-completion-handle-file-exists-p)
4045 (tramp-completion-handle-file-name-directory)
4046 (tramp-completion-handle-file-name-nondirectory)
4047 (tramp-completion-handle-expand-file-name): Remove them.
4048 (tramp-handle-file-name-directory): Return the real directory name.
4049 Returning "/" only doesn't need to be necessary any longer.
4050 (tramp-file-name-handler): Make special attention when in hostname
4051 completion mode.
4052 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4053 (tramp-register-file-name-handlers):
4054 Register `tramp-completion-file-name-handler' only when
4055 `partial-completion-mode' is enabled.
4056 (tramp-completion-handle-file-name-all-completions):
4057 Delete directory part from results.
4058 (tramp-get-completion-methods, tramp-get-completion-user-host):
4059 Discard deleting "/", it doesn't work after the change of
4060 `tramp-handle-file-name-directory' above.
4061
4062 2006-05-01 Kim F. Storm <storm@cua.dk>
4063
4064 * progmodes/grep.el (grep-expand-template): Use save-match-data
4065 and symbol-value.
4066
4067 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4068
4069 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4070 Use select-frame-set-input-focus instead of raise-frame.
4071 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4072
4073 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4074
4075 * progmodes/gud.el (gud-def): Add %c case.
4076 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4077 (gud-format-command): Make match case sensitive. Match on %F.
4078
4079 2006-04-30 Glenn Morris <rgm@gnu.org>
4080
4081 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4082 (cal-tex-preamble): Use cal-tex-preamble-extra.
4083 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4084 than alias `list-diary-entries'.
4085
4086 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4087
4088 * help-fns.el (describe-variable): Add info about safe local variables.
4089
4090 2006-04-29 Richard Stallman <rms@gnu.org>
4091
4092 * bindings.el (mode-line-format): help-echo doc fixes.
4093
4094 * net/tramp.el (tramp-file-name-handler-alist): Delete
4095 expand-file-name and other operations that can cause spurious loading.
4096
4097 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * files.el (safe-local-variable-p): Remove support for the special
4100 value t.
4101
4102 * textmodes/paragraphs.el (sentence-end-without-space):
4103 Fix safety predicate.
4104 (sentence-end-double-space, sentence-end-without-period)
4105 (paragraph-ignore-fill-prefix):
4106 * textmodes/fill.el (colon-double-space):
4107 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4108
4109 * subr.el (booleanp): New fun.
4110
4111 * textmodes/reftex-vars.el (reftex-guess-label-type):
4112 Tighten the safety predicate.
4113
4114 2006-04-28 Kim F. Storm <storm@cua.dk>
4115
4116 * progmodes/grep.el (defgroup grep): Doc fix.
4117 (grep-auto-highlight): Remove.
4118 (grep-template): New defcustom.
4119 (grep-find-template): Rename from grep-tree-template.
4120 (grep-files-aliases): Rename from grep-tree-files-aliases.
4121 Remove "all" alias, add "l" alias.
4122 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4123 (grep-find-ignored-directories): New defcustom to replace
4124 grep-tree-ignore-CVS-directories, to facilitate ignoring
4125 subdirectories for multiple version control systems.
4126 (grep-mode-map): Add Recursive grep item to GREP menu.
4127 (grep-regexp-history, grep-files-history): New defvars.
4128 (grep-probe): New helper function.
4129 (grep-compute-defaults): Use it to simplify code.
4130 Adapt to name changes.
4131 Use `.' as base in grep-find-template rather than <D>.
4132 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4133 Call grep-compute-defaults unconditionally.
4134 (grep-expand-keywords): New defconst.
4135 (grep-expand-template): Rename from grep-expand-command-macros.
4136 Simplify via grep-expand-keywords. Look at case-fold-search instead
4137 of grep-tree-ignore-case to add -i option.
4138 Bind case-fold-search to nil while matching keywords.
4139 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4140 (grep-read-regexp, grep-read-files): New helper functions.
4141 (rgrep): Rename from grep-tree. Rework to use proper histories.
4142 Adapt to changes in defcustoms and functions above.
4143 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4144
4145 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4146
4147 * net/tramp.el (tramp-completion-file-name-handler):
4148 Disable Tramp's functionality while loading Tramp itself.
4149 (tramp-register-file-name-handlers): That's a defsubst now.
4150 Code from `tramp-repair-jka-compr' moved here. Apply it via
4151 `after-init-hook'.
4152 (tramp-repair-jka-compr): Remove.
4153
4154 2006-04-27 Jay Belanger <belanger@truman.edu>
4155
4156 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4157 read expression when `math-read-big-expr' doesn't work.
4158
4159 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4160
4161 * startup.el (command-line-1): Display warning when
4162 pure-space-overflow is non-nil.
4163
4164 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4165
4166 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4167 risky.
4168
4169 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4170
4171 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4172 Return the URL or nil if none can be generated.
4173
4174 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4175
4176 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4177 byte compiler warnings.
4178 (gud-basic-call, gud-find-expr): Let user select an expression
4179 for printing. Print expression as well as value in GUD buffer.
4180
4181 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4182
4183 * allout.el: Remove local autoload declaration for
4184 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4185 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4186 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4187 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4188 (allout-stylish-prefixes, allout-numbered-bullet)
4189 (allout-file-xref-bullet, allout-presentation-padding)
4190 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4191 safe-local-variable with suitable value spec, and add autoload
4192 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4193 (move-beginning-of-line, move-end-of-line): Repair so these compat
4194 functions now actually resituate the point, when appropriate.
4195
4196 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4199
4200 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4201 (add-log-iso8601-time-string): Fix call to format-time-string.
4202
4203 2006-04-26 Kim F. Storm <storm@cua.dk>
4204
4205 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4206
4207 2006-04-26 Masatake YAMATO <jet@gyve.org>
4208
4209 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4210 Add support for "//" style comments. Remove `b' flag
4211 from ?* in `asm-mode-syntax-table'.
4212
4213 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * follow.el: Use (featurep 'xemacs) everywhere.
4216 (follow-mode): Use define-minor-mode.
4217 (follow-mode-map): Move initialization into the declaration.
4218 Use command remapping.
4219 (follow-emacs-version-xemacs-p): Remove.
4220 (follow-submit-feedback): Remove.
4221
4222 * allout.el (allout-layout, allout-passphrase-verifier-string)
4223 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4224
4225 * textmodes/reftex-vars.el (reftex-vref-is-default)
4226 (reftex-fref-is-default, reftex-guess-label-type):
4227 Tighten up a bit the safety predicate.
4228
4229 * textmodes/paragraphs.el (sentence-end-double-space)
4230 (sentence-end-without-period, sentence-end-without-space)
4231 (page-delimiter, paragraph-ignore-fill-prefix):
4232 Tighten up a bit the safety predicate.
4233
4234 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4235
4236 * progmodes/python.el (python-continuation-line-p)
4237 (python-beginning-of-statement): syntax-ppss may return
4238 a negative depth.
4239 (python-mode): Don't forcefully enable font-lock.
4240
4241 * time-stamp.el (time-stamp-start, time-stamp-end)
4242 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4243
4244 * add-log.el: Remove spurious * in docstrings.
4245 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4246 (add-change-log-entry): Use it here, since it's not specific
4247 to iso8601.
4248 (add-log-iso8601-time-string): Don't use it here any more.
4249 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4250
4251 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4252
4253 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4254
4255 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4256 (rcirc-toggle-low-priority): Doc fix.
4257 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4258 ChanServ regexp.
4259 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4260 #emacs.
4261 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4262 (rcirc-decode-coding-system): Use utf-8 as the default.
4263 (rcirc-multiline-minor-mode): Set the fill-column.
4264 (rcirc-format-response-string): Display bright and dim nicks.
4265 (rcirc-browse-url): Update interactive spec to fill ARG.
4266 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4267 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4268
4269 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4270
4271 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4272 case for @Article, etc.
4273
4274 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4275
4276 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4277 Added with autoload cookie.
4278 (tramp-unload-file-name-handlers): Rename from
4279 `tramp-unload-file-name-handler-alist'.
4280
4281 2006-04-23 Romain Francoise <romain@orebokech.com>
4282
4283 * comint.el (comint-match-partial-filename): Doc fix.
4284
4285 2006-04-21 Glenn Morris <rgm@gnu.org>
4286
4287 * calendar/cal-menu.el (calendar-mode-map): Refer to
4288 `diary-view-entries' rather than alias `view-diary-entries'.
4289 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4290
4291 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4292
4293 * progmodes/antlr-mode.el (antlr-default):
4294 * cus-edit.el (custom-documentation):
4295 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4296 in defface.
4297
4298 2006-04-21 Kim F. Storm <storm@cua.dk>
4299
4300 * image.el (image-type): New defun split out of create-image.
4301 (create-image): Use it.
4302
4303 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4304
4305 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4306 (org-open-at-point): Remove the "...done" message to keep output
4307 in the echo area visible.
4308 (org-export-as-xoxo): Fix call to `indent-region'.
4309
4310 2006-04-21 Kevin Ryde <user42@zip.com.au>
4311
4312 * international/mule.el (keyboard-coding-system): defcustom
4313 info-link fixes: "Specify Coding" has been split, keyboard now in
4314 "Terminal Coding", and "Single-Byte Character Support" is now
4315 "Unibyte Mode".
4316
4317 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4318
4319 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4320 Use font-lock-warning-face for any errors e.g. no stack.
4321 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4322
4323 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4324
4325 * progmodes/sh-script.el (sh-shell): Mark as safe.
4326
4327 * newcomment.el (comment-start, comment-start-skip)
4328 (comment-end-skip, comment-end): Mark as safe.
4329
4330 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4331
4332 * textmodes/org.el (org-deadline-announce): Face removed.
4333 (org-level-faces, org-n-levels): Convert to constant.
4334 (org-compatible-face): New function.
4335 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4336 (org-level-5, org-level-6, org-level-7, org-level-8)
4337 (org-special-keyword, org-warning, org-headline-done, org-link)
4338 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4339 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4340 Face definition revised for better color tty support.
4341 (org-bold-re, org-italic-re, org-underline-re): New constants.
4342 (org-set-font-lock-defaults): Use the new constants.
4343 (org-agenda-highlight-todo): New function.
4344 (org-agenda-todo): Fix bug with point at end of line.
4345 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4346 Fontify TODO keywords.
4347 (org-insert-link): Preserve relative path in ../ links.
4348 (org-export-as-html): Convert links pointing to .org files into
4349 links that will work beteen the exported HTML files.
4350 (org-todo-list): Fix bug when arg=0.
4351 (org-insert-heading): More fine-tuning.
4352
4353 2006-04-19 Romain Francoise <romain@orebokech.com>
4354
4355 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4356 from `rmail-mime-charset-pattern'.
4357
4358 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4359
4360 * progmodes/python.el (python-mode): Fix typo.
4361
4362 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4363
4364 * comint.el (comint-previous-input): Don't clobber input line
4365 when moving off either end of the input history ring.
4366 (comint-delete-input): New function, used by
4367 `comint-previous-input' and others.
4368 (comint-previous-matching-input):
4369 Use `coming-delete-input'. Save the partial input if leaving the
4370 edit line. Goto point-max before deleting input to avoid
4371 partial input fragments hanging around.
4372 (comint-restore-input): New function, used by `comint-previous-input'.
4373
4374 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4375
4376 * imenu.el (imenu--index-alist): Balance parentheses.
4377
4378 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4379
4380 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4381
4382 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4383
4384 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4385 file is nil.
4386
4387 2006-04-18 Richard Stallman <rms@gnu.org>
4388
4389 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4390
4391 * imenu.el (imenu-create-index-function, imenu--index-alist)
4392 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4393 (imenu-default-create-index-function, imenu--generic-function):
4394 Doc fixes.
4395
4396 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4397
4398 * help-mode.el (help-mode): Set view-exit-action to delete window.
4399
4400 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4401 now works by passing nil as arg.
4402
4403 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4404
4405 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4406 (read-abbrev-file): Provide default when reading filename.
4407
4408 * files.el (enable-local-variables): Allow :all as value.
4409 (hack-local-variables): Implement that value.
4410 (safe-local-variable-values, safe-local-eval-forms)
4411 (enable-local-variables): Mark as risky.
4412 (find-file-visit-truename, kept-old-versions): Mark safe.
4413
4414 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4415 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4416 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4417
4418 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4421 Use forward-line so as to get to BOL even in the presence of fields.
4422 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4423 in return.
4424 (inferior-tcl): Tell tclsh to work in interactive mode.
4425
4426 * complete.el (partial-completion-mode):
4427 Use 'choose-completion-string-functions to make sure that
4428 choose-completion fills the minibuffer properly.
4429
4430 * complete.el (PC-old-read-file-name-internal): Remove.
4431 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4432 of read-file-name-internal.
4433 (partial-completion-mode): Enable/disable this advice.
4434
4435 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4438 of 2006-04-17.
4439
4440 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4441
4442 * textmodes/org.el (org-insert-heading): Insert heading before
4443 current if at beginning of line.
4444 (org-todo, org-date): New faces.
4445 (org-table-align): Make sure tooltip window contains full text.
4446 (org-no-properties): New defsubst.
4447 (org-set-font-lock-defaults): Use new faces.
4448
4449 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4450
4451 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4452 for root variables.
4453
4454 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4455 (gdb-frame-address): Re-use to identify frame for watch expression.
4456 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4457 variables.
4458 (gdb-init-1, gdb-source, gdb-post-prompt)
4459 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4460 (gdb-frame-handler): Get gdb-frame-address.
4461
4462 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4463
4464 Sync with Tramp 2.0.53.
4465
4466 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4467 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4468 (tramp-completion-file-name-handler): Add autoload cookie for
4469 adding to `file-name-handler-alist'.
4470
4471 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4472 the prompt. If it returns earlier (when detecting an error
4473 message), the rest of the output will merge accidently with the
4474 output of the next command. Reported by M Jared Finder
4475 <jared@hpalace.com>.
4476
4477 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4478 for `process-file', in order to let it work for older Emacsen too.
4479
4480 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4481
4482 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4483 (tex-font-lock-keywords-3): Use it.
4484
4485 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * newcomment.el (comment-add): New function.
4488 (comment-region-default, comment-dwim): Use it.
4489
4490 2006-04-15 Michael Olson <mwolson@gnu.org>
4491
4492 * emacs-lisp/tq.el: Improve comments.
4493 (tq-queue-head-question): New accessor function.
4494 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4495 Update for modified queue structure.
4496 (tq-queue-add): Accept `question' argument.
4497 (tq-queue-pop): If a question is pending, send it.
4498 (tq-enqueue): Accept new optional argument `delay-question'.
4499 If this is non-nil, and at least one other question is pending a
4500 response, queue the question rather than sending it immediately.
4501
4502 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4503
4504 * calendar/appt.el (appt-add): Check whether an appointment is
4505 already present in appt-time-msg-list. Simplify code.
4506
4507 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * progmodes/cc-langs.el (c-mode-menu):
4510 Don't presume c-subword-mode is bound.
4511
4512 2006-04-13 Bill Wohler <wohler@newt.com>
4513
4514 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4515 (customize-package-emacs-version): Use cdr instead of cadr now
4516 that alists use dotted pairs.
4517
4518 * custom.el (defcustom): Fix docstring for :package-version.
4519
4520 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4521
4522 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4523 (tramp-handle-shell-command): Display output buffer only when
4524 `tramp-display-shell-command-buffer' is true.
4525 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4526
4527 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4528
4529 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4530 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4531
4532 2006-04-13 Romain Francoise <romain@orebokech.com>
4533
4534 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4535 leaving temporary .cvsignore buffers behind.
4536
4537 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4538
4539 * textmodes/org.el (org-set-regexps-and-options)
4540 (org-get-current-options): Better names for the startup folding
4541 options.
4542
4543 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4544
4545 * vc.el (vc-annotate): Arrange for point to end up at the same
4546 line number as in the original, but only when using a new buffer.
4547
4548 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4549
4550 * files.el (hack-one-local-variable-eval-safep):
4551 Recognize `edebug-form-spec' for `put', but only if it passes
4552 `edebug-basic-spec'. Generalize `put' handling.
4553
4554 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4555 vetting file-local form specs.
4556
4557 * allout.el (allout-layout): Autoload its `safe-local-variable'
4558 property.
4559
4560 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4561
4562 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4563 (org-agenda-mouse-1-follows-link)
4564 (org-mouse-1-follows-link): New options.
4565 (org-format-agenda-item): Fix bug if TAGS is nil.
4566 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4567
4568 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4569
4570 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4571 GDB 6.1+ gives full filename for "info sources" so use
4572 file-name-nondirectory.
4573
4574 2006-04-12 Romain Francoise <romain@orebokech.com>
4575
4576 * subr.el (read-passwd): Bind `message-log-max' to nil.
4577
4578 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * progmodes/perl-mode.el (perl-indent-new-calculate):
4581 Recompute parse-start after jumping backward by a whole sexp.
4582
4583 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4586 window configuration.
4587 (vc-annotate-display-select): Select the buffer so that current-buffer
4588 (and selected-window) is the output buffer at the end of vc-annotate.
4589
4590 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4591
4592 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4593 8-color terminals, to use all of the colors in a sensible order.
4594 256-color terminals work well with the standard map.
4595 (vc-annotate-lines): Only strip the first color character if it
4596 is "#", to allow for terminal-style named colors.
4597 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4598 the correct buffer is scrolled.
4599
4600 2006-04-11 Richard Stallman <rms@gnu.org>
4601
4602 * emacs-lisp/bytecomp.el (byte-compile-file):
4603 Bind enable-local-variables to :safe, and make normal-mode obey it.
4604
4605 * files.el (enable-local-variables): Allow value :safe.
4606 (normal-mode): Doc fix.
4607 (hack-local-variables): Implement enable-local-variables = :safe.
4608 (hack-local-variables-confirm): Don't prevent quitting.
4609
4610 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * loadhist.el (unload-feature): A bit of sanity check of
4613 load-history entries. Cancel timer-vars before unbinding them.
4614
4615 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4616 quote special chars, and make the trick work on the hex part of the
4617 buffer as well.
4618 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4619 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4620
4621 * startup.el (normal-splash-screen): Fix last change so we don't wait
4622 2 minutes if we don't show the splash screen.
4623
4624 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4625
4626 * textmodes/org.el (org-export-plain-list-max-depth)
4627 (org-table-spaces-around-separators)
4628 (org-radio-targets, org-activate-camels)
4629 (org-table-spaces-around-invisible-separators): Options removed.
4630 (org-time-stamp-rounding-minutes, org-remember-templates)
4631 (org-ellipsis, org-activate-links, org-descriptive-links):
4632 New options.
4633 (org-remember-apply-template, org-current-time)
4634 (org-finish-edit-table-field)
4635 (org-link-unescape, org-link-escape)
4636 (org-string-width, org-table-clean-line, org-html-do-expand)
4637 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4638 (org-read-agenda-file-list): New functions.
4639 (org-table-edit-field)
4640 (org-table-create-or-convert-from-region): New commands
4641 (org-table-toggle-vline-visibility): Command removed.
4642 (org-table-convert-region): Made a command.
4643 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4644 Replace with the normal org- functions.
4645 (org-self-insert-command): Don't trigger realign unnecessarily
4646 when blanking a field that is not full.
4647 (org-mode): `Set buffer-invisibility-spec' for links.
4648 (org-activate-links2): Hide link part and only show descriptive
4649 part of the link.
4650 (org-insert-link): Modify for new linking system.
4651 (org-store-link): Store description separately, for use by
4652 `org-insert-link'.
4653 (org-table-align): Use `org-string-width'.
4654 (defgroup): Completely new group structure for custom variables.
4655 (org-agenda-files): Option: Single file name allowed. Function:
4656 Optional argument unrestrited means ignore any restricitons.
4657 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4658 trying to modify the menu. Use generalized access to
4659 `org-agenda-files.'
4660 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4661 (org-agenda-file-to-front, org-remove-file, org-diary)
4662 (org-tags-view, org-export-icalendar-all-agenda-files)
4663 (org-export-icalendar-combine-agenda-files): Use generalized
4664 access to `org-agenda-files'.
4665 (org-remember-handler): Correctly preserve heading if present.
4666 (org-table-insert-row, org-table-insert-hline): Deal with
4667 invisible characters.
4668
4669 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4670
4671 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4672 (vc-annotate-color-map): New 18 element constant
4673 value/saturation, rotating hue colormap, from red->blue.
4674 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4675 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4676 (vc-annotate): To avoid killing the required local variables,
4677 set them before the end of `with-output-to-temp-buffer', and
4678 after first switching to annotate-mode.
4679 (vc-annotate-warp-version): Add buffer argument in goto-line to
4680 ensure annotation, not source, is scrolled.
4681
4682 2006-04-10 Bill Wohler <wohler@newt.com>
4683
4684 * custom.el (defcustom, custom-handle-keyword):
4685 Add :package-version keyword.
4686 (custom-add-package-version): New function. Sets value of new
4687 property 'custom-package-version from :package-version keyword.
4688 (defcustom): Create Common Keywords section in docstring.
4689 (defface, defgroup): Replace definitions of a select few keywords
4690 with a reference to the Common Keywords in defcustom.
4691 (defcustom, defface, defgroup): Replace reference to Customization
4692 chapter in manual with hyperlink.
4693
4694 * cus-edit.el (customize-package-emacs-version-alist):
4695 New variable.
4696 (customize-changed-options): Add check for custom-package-version.
4697 (customize-package-emacs-version): New function to look up Emacs
4698 version corresponding to the given package version.
4699
4700 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4701 defun name, in similar fashion to find-variable-regexp.
4702
4703 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4704
4705 * international/mule-cmds.el (set-locale-environment): Fix last
4706 change for when the locale's preferences don't specify any encoding.
4707
4708 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4711 so the defined var/fun doesn't need to be quoted.
4712
4713 2006-04-10 Richard Stallman <rms@gnu.org>
4714
4715 * finder.el (finder-mode-map): Add n and p bindings.
4716
4717 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4718
4719 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4720 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4721 (gdb-setup-windows): Put something in source window if we can't find
4722 the source file.
4723 (gdb-frame-handler): Make it work again with just assembly.
4724 (gdb-data-list-register-values-handler): Make it work when there is
4725 no stack.
4726
4727 2006-04-09 Richard Stallman <rms@gnu.org>
4728
4729 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4730 specs while looking for charset.
4731
4732 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4733
4734 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4735 Make them faces.
4736 (lm-font-lock-keywords): Update appropriately.
4737
4738 2006-04-10 Kim F. Storm <storm@cua.dk>
4739
4740 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4741 it can also replace buffer-substring-no-properties.
4742
4743 * emulation/cua-base.el (cua-delete-region, cua-paste)
4744 (cua-repeat-replace-region): Use filter-buffer-substring.
4745
4746 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4747 (cua-cut-region-to-global-mark): Likewise.
4748
4749 * emulation/cua-rect.el (cua--extract-rectangle)
4750 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4751
4752 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4753
4754 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4755 entry-type. Add field delimiters to numerical fields if they are
4756 not present.
4757
4758 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4759
4760 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4761 string-const to return value.
4762 (bibtex-remove-delimiters): Use it.
4763
4764 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4767 cl-byte-compile-compiler-macro unless it exists.
4768
4769 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4770
4771 * files.el (hack-local-variables-confirm) <offer-save>:
4772 Clarify message text. Suggested by Ralf Angeli.
4773
4774 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4775
4776 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4777 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4778 instead of `buffer-substring' and `delete-region'. (Most of the
4779 code actually copied from `kill-region'.)
4780
4781 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4782
4783 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4784 (rcirc-default-port): Rename from rcirc-port.
4785 (rcirc-default-nick): Rename from rcirc-nick.
4786 (rcirc-default-user-name): Rename from rcirc-user-name.
4787 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4788 (rcirc-low-priority-flag): New variable.
4789 (rcirc-decode-coding-system): New defcustom.
4790 (rcirc-encode-coding-system): New defcustom.
4791 (rcirc-coding-system-alist): New defcustom.
4792 (rcirc-multiline-major-mode): New defcustom.
4793 (rcirc-nick): New internal variable.
4794 (rcirc-process): Remove variable.
4795 (rcirc-server-buffer): New variable.
4796 (rcirc): Update to use rcirc-default-* variables above.
4797 (rcirc-connect): Do not add window-configuration-hook-here.
4798 (rcirc-server): New internal variable.
4799 (rcirc-connect): Do not send keepalive pings if
4800 rcirc-keepalive-seconds is nil.
4801 (with-rcirc-server-buffer): New macro.
4802 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4803 (rcirc-server-name): Rename from rcirc-server.
4804 (rcirc-buffer-process): New function.
4805 (rcirc-buffer-nick): New function.
4806 (rcirc-buffer-target): Remove function.
4807 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4808 New commands.
4809 (rcirc-mode-map): Change binding of C-c C-l to
4810 rcirc-toggle-low-priority.
4811 (rcirc-mode): Initialize coding system based on
4812 rcirc-coding-system-alist. New change-major-mode-hook to part the
4813 channel on a mode change. Make kill-buffer-hook buffer-local.
4814 (rcirc-change-major-mode-hook): New function.
4815 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4816 (rcirc-last-post-time): New variable.
4817 (rcirc-process-message): Store the last time user posted a message
4818 to this target.
4819 (rcirc-multiline-minor-mode): New mode.
4820 (rcirc-multiline-minor-mode-map): New mode map.
4821 (rcirc-edit-multiline): Put multiline-edit buffer in
4822 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4823 (rcirc-print): Ignore any line starting with an ignored nick.
4824 (rcirc-print): Decode using rcirc-decode-coding-system.
4825 (rcirc-track-minor-mode): Update global-mode-string when disabling
4826 this mode.
4827 (minor-mode-alist): Add LowPri indicator.
4828 (rcirc-toggle-low-priority): New function.
4829 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4830 next lowpriority buffer with activity.
4831 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4832 last time the user posted a message in to the target.
4833 (rcirc-update-activity-string): New formatting for low priority
4834 buffers.
4835 (rcirc-split-activity): New function.
4836 (rcirc-handler-PART, rcirc-handler-KICK)
4837 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4838 (rcirc-nick-away-alist): New variable.
4839 (rcirc-handler-301): New handler. Away messages are printed once
4840 per change.
4841
4842 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4843
4844 * info.el (Info-follow-nearest-node): Doc fix.
4845
4846 * international/mule-cmds.el (set-locale-environment): Make sure
4847 the coding-system preferred by the locale's language has the same
4848 EOL conversion type as the original buffer-file-coding-system.
4849 (locale-language-names): Add a few MS Windows language codes.
4850
4851 2006-04-07 Richard Stallman <rms@gnu.org>
4852
4853 * simple.el (eval-expression): Doc fix.
4854
4855 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4856 (eval-defun): Doc fixes.
4857
4858 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4859
4860 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4861
4862 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4863
4864 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4865 GDB list command without argument for greater generality.
4866
4867 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4868
4869 * subr.el (string-or-null-p): New function.
4870
4871 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4872
4873 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4874
4875 * files.el: Update comment about safe-local-variable declarations.
4876
4877 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4878
4879 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4880 See idlwave.org.
4881
4882 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4883 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4884
4885 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4886 See idlwave.org.
4887
4888 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4889 version 6.0 (minimal changes). See idlwave.org.
4890
4891 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4892 6.0 (minimal changes). See idlwave.org.
4893
4894 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4895
4896 2006-04-06 Romain Francoise <romain@orebokech.com>
4897
4898 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4899 symmetric encryption features and a new asynchronous interface to
4900 GnuPG. This new version is version 1.4, plus whitespace changes.
4901
4902 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4903
4904 * files.el: Move some `safe-local-variable' declarations to the
4905 respective files.
4906
4907 * textmodes/ispell.el (ispell-check-comments)
4908 (ispell-local-dictionary): Mark as safe.
4909
4910 * abbrev.el (abbrev-mode): Mark as safe.
4911
4912 * add-log.el (change-log-default-name): Mark as safe.
4913
4914 * textmodes/reftex-vars.el (reftex-vref-is-default)
4915 (reftex-fref-is-default, reftex-level-indent)
4916 (reftex-guess-label-type): Mark as safe.
4917
4918 * textmodes/fill.el (colon-double-space): Mark as safe.
4919
4920 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4921 (sentence-end-double-space, sentence-end-without-period)
4922 (sentence-end-without-space, sentence-end, sentence-end-base)
4923 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4924
4925 2006-04-06 Kim F. Storm <storm@cua.dk>
4926
4927 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4928 the :set-after list.
4929 (ido-downcase-unc-hosts): New user option. Default on.
4930 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4931 when it is set, as regexps are now applied on the fly.
4932 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4933 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4934 on the fly, but only when ido-process-ignore-lists is set.
4935 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4936 Only downcase names if ido-downcase-unc-hosts is set.
4937
4938 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4941
4942 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4943
4944 2006-04-05 Kim F. Storm <storm@cua.dk>
4945
4946 * ido.el (ido-mode): Set after ido-unc-hosts and
4947 ido-ignore-unc-host-regexps.
4948 (ido-save-history): Save ido-unc-hosts-cache.
4949 (ido-load-history): Load ido-unc-hosts-cache.
4950 (ido-reread-directory): Refresh unc hosts cache in // dir.
4951
4952 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4953 to nil while displaying slash screen.
4954
4955 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4956
4957 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4958 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4959
4960 2006-04-05 Kenichi Handa <handa@m17n.org>
4961
4962 * international/characters.el: Setup cases of Latin, Greek, and
4963 Cyrillic characters in CJK charsets.
4964
4965 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4966
4967 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4968 default-enable-multibyte-characters. This reverts the change from
4969 revision 6.17 which is no longer necessary because the passphrase
4970 is sent separately now. GnuPG messages are unreadable under
4971 multibyte locales with default-enable-multibyte-characters set to nil.
4972
4973 2006-04-04 Andreas Schwab <schwab@suse.de>
4974
4975 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4976 and `byte-compile-warnings' as `safe-local-variable'.
4977
4978 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4979
4980 * man.el (Man-mode-map): Restore the \r binding.
4981 (Man-abstract-xref-man-page): If Man-target-string is a function,
4982 call it.
4983 (Man-highlight-references): Use Man-default-man-entry to get the
4984 target. Deal with xrefs too.
4985 (Man-highlight-references0): Don't call the target function.
4986
4987 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4988 cannot deal with it.
4989
4990 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4991
4992 * pgg-gpg.el: Clean up process buffers every time gpg processes
4993 complete.
4994
4995 2006-04-04 Kenichi Handa <handa@m17n.org>
4996
4997 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4998 here.
4999 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5000 Temporarily bind inhibit-field-text-motion to t.
5001
5002 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * startup.el (normal-splash-screen): Only set mode-line-format in the
5005 splash buffer, so as not to interfere when debugging the code.
5006 Ignore errors when switching buffer.
5007
5008 2006-04-03 Romain Francoise <romain@orebokech.com>
5009
5010 * dired.el (dired-dnd-protocol-alist): Fix typo.
5011
5012 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5013
5014 * savehist.el (savehist): Add :version.
5015 (savehist-ignored-variables): New variable.
5016 (savehist-minibuffer-hook): Don't save variables listed in
5017 `savehist-ignored-variables'.
5018
5019 * dired.el (dired-dnd-protocol-alist): Mention that change does
5020 only apply to new buffers in doc string.
5021
5022 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5023
5024 * recentf.el (recentf-open-files-item): Include newline in button
5025 field, so opening a file will work, when the point is at the end
5026 of the file name. Allow, for example, to [i]search a file by
5027 extension and just push RET to open it.
5028
5029 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5030
5031 * pgg-gpg.el (pgg-gpg-process-filter)
5032 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5033
5034 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5035 lines, temporary fix.
5036
5037 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5038
5039 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5040
5041 2006-04-02 Richard Stallman <rms@gnu.org>
5042
5043 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5044
5045 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5046
5047 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5048 header-mouse-map.
5049
5050 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5051 (ibuffer-mode-header-map): New keymaps.
5052 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5053 and keybindings for column headers.
5054 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5055 property.
5056
5057 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5058
5059 * speedbar.el (speedbar-after-create-hook): Doc fix.
5060
5061 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5062
5063 * shell.el (shell-directory-tracker)
5064 (shell-dynamic-complete-command): Doc fixes.
5065
5066 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5067
5068 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5069 terminals.
5070
5071 2006-04-01 Kim F. Storm <storm@cua.dk>
5072
5073 * ido.el (ido-unc-hosts-cache): New defvar.
5074 (ido-unc-hosts): If value of defcustom is a function, call it to
5075 get list of UNC hosts. Add function-item choices to specify
5076 ido-unc-hosts-net-view or user function.
5077 (ido-ignore-unc-host-regexps): New defcustom.
5078 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5079 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5080 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5081
5082 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5085 wwidth.
5086
5087 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5088
5089 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5090 (ido-max-work-file-list, ido-switch-buffer)
5091 (ido-read-file-name-as-directory-commands):
5092 Fix typos in docstrings.
5093
5094 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5095
5096 * term/mac-win.el (mac-system-coding-system): Define and use after
5097 Mac-specific coding systems are ready.
5098
5099 2006-03-27 Romain Francoise <romain@orebokech.com>
5100
5101 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5102
5103 * ldefs-boot.el: Update.
5104
5105 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5106
5107 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5108 passphrases when it is not needed.
5109 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5110 passphrase stuff from gpg, should only be necessary when you use
5111 gpg with a smartcard.
5112
5113 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5114
5115 * comint.el (comint-dynamic-list-completions): Allow user to
5116 select *Completions* buffer.
5117
5118 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5119
5120 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5121
5122 2006-03-26 Andreas Schwab <schwab@suse.de>
5123
5124 * progmodes/gud.el (gdb): Only complain about multiple debugging
5125 when the gdb process is still running.
5126
5127 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5128
5129 * mail/rmail.el (tool-bar-map): Defvar it.
5130 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5131 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5132
5133 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5134
5135 * help.el (print-help-return-message): Suggest to use
5136 display-buffer instead of switch-to-buffer-other-window to restore
5137 the previous window without selecting it.
5138
5139 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5140
5141 * frame.el (select-frame-by-name): Call x-focus-frame also when
5142 window-system is mac.
5143
5144 * term/mac-win.el: Adjust Courier font specifications in
5145 x-fixed-font-alist.
5146 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5147 when directly encoding to UTF-16 in native byte order, no BOM.
5148
5149 2006-03-25 Kim F. Storm <storm@cua.dk>
5150
5151 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5152 (cua--init-keymaps): Use it instead of fixed C-return.
5153 (cua-mode): Set after it.
5154
5155 * emulation/cua-rect.el (cua--init-rectangles):
5156 Use cua-rectangle-mark-key instead of fixed C-return.
5157
5158 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5159
5160 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5161 "run" in .gdbinit.
5162 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5163
5164 2006-03-24 Romain Francoise <romain@orebokech.com>
5165
5166 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5167 `display-buffer-other-frame'.
5168
5169 2006-03-24 Kim F. Storm <storm@cua.dk>
5170
5171 * apropos.el (apropos-synonyms): Add selection => region.
5172
5173 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5174
5175 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5176 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5177 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5178 (gdb-data-list-register-values-regexp)
5179 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5180 Future proof against new fields being added to MI output.
5181 (gdb-send): Don't treat backslashes for program input as
5182 continuations.
5183 (gdb-assembler-handler): Don't use window-start for this handler.
5184 (gdb-frame-handler): Don't change to hollow arrow if overlay
5185 arrow doesn't move to new frame.
5186
5187 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5190 prevent compiler warnings.
5191 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5192 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5193 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5194 buffer too.
5195
5196 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5197
5198 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5199 make-network-process, so we can use the same code in Gnus v5-10
5200 too and have this file fully synchronized with that release.
5201
5202 2006-03-23 Romain Francoise <romain@orebokech.com>
5203
5204 * ibuf-ext.el (ibuffer-read-filter-group-name):
5205 Use `ibuffer-generate-filter-groups' to make completion list match
5206 the filter groups that are really displayed in the Ibuffer buffer.
5207 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5208
5209 2006-03-23 Kenichi Handa <handa@m17n.org>
5210
5211 * international/mule-cmds.el (sort-coding-systems): Describe that
5212 the argument is modified in docstring.
5213
5214 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5215
5216 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5217 (pgg-gpg-update-agent): New function.
5218 (pgg-gpg-use-agent-p): New function.
5219 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5220 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5221 (pgg-gpg-sign-region): Use it.
5222
5223 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5224
5225 * cus-edit.el (custom-face-set): Call custom-push-theme before
5226 face-spec set so that `changed' theme is correctly saved.
5227 (custom-face-reset-standard): Reset to recalculated face rather
5228 than defface spec.
5229
5230 * custom.el (custom-push-theme): Only save `changed' theme if the
5231 current face does not match the defface specs.
5232
5233 2006-03-21 Simon Josefsson <jas@extundo.com>
5234
5235 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5236 <wilde@sha-bang.de>.
5237 (pgg-gpg-use-agent): New variable.
5238 (pgg-gpg-process-region): Use it.
5239 (pgg-gpg-encrypt-region): Likewise.
5240 (pgg-gpg-encrypt-symmetric-region): Likewise.
5241 (pgg-gpg-decrypt-region): Likewise.
5242 (pgg-gpg-sign-region): Likewise.
5243 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5244
5245 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5246
5247 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5248 bracket links.
5249
5250 2006-03-21 Kim F. Storm <storm@cua.dk>
5251
5252 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5253 fringe-indicator-alist instead of modifying global value.
5254 (gdb-frame-handler): Likewise.
5255
5256 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5257
5258 * diff-mode.el (diff-function): Make it inherit from diff-header
5259 instead of diff-context.
5260
5261 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5262 bitmap.
5263 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5264 change names in macro above for consistency.
5265 (gdb-frame-handler): Use hollow-right-triangle for all selected
5266 frames which except the innermost (where execution has stopped).
5267 (gdb-reset): Reset buffer-local values of overlay-arrow.
5268
5269 2006-03-20 Richard Stallman <rms@gnu.org>
5270
5271 * simple.el (set-mark-command): Doc fix.
5272
5273 * files.el (display-buffer-other-frame): New command.
5274 (ctl-x-4-map): Bind C-x 5 C-o to it.
5275
5276 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5279 rather than just defer-time, in case defer-time has been changed but
5280 the timer isn't running yet.
5281 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5282
5283 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5284
5285 * help-mode.el (help-follow-symbol): New function.
5286 Essentially identical to the old `help-follow', but do not let
5287 `push-button' do the work when on an xref.
5288 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5289
5290 2006-03-19 Richard Stallman <rms@gnu.org>
5291
5292 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5293 preceded by the word `program'.
5294 (help-follow-mouse, help-follow): Throw error if not on xref.
5295 Delete no longer used args.
5296
5297 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5298
5299 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5300 annotation ensure gud-overlay-arrow-position is redisplayed.
5301
5302 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5303
5304 * textmodes/bibtex.el (bibtex-include-OPTkey)
5305 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5306 (bibtex-autokey-name-case-convert)
5307 (bibtex-autokey-titleword-case-convert): Make these the aliases
5308 for the following two variables.
5309 (bibtex-autokey-name-case-convert-function)
5310 (bibtex-autokey-titleword-case-convert-function): Make these the
5311 real names.
5312 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5313 bibtex-font-lock-crossref sublists.
5314 (bibtex-mode): Revert 2005-12-30 change (which made
5315 completion-ignore-case buffer-local).
5316 (bibtex-url): Simplify.
5317
5318 2006-03-19 Kim F. Storm <storm@cua.dk>
5319
5320 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5321 cursor property value to 2 (to align with C level change).
5322
5323 2006-03-19 Bill Wohler <wohler@newt.com>
5324
5325 * image.el (image-load-path-for-library): Shorten first line in
5326 docstring.
5327
5328 2006-03-18 Richard Stallman <rms@gnu.org>
5329
5330 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5331
5332 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5333
5334 * isearch.el (isearch-other-meta-char): Handle user bindings for
5335 shifted control characters.
5336
5337 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5338
5339 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5340 part that matches email addresses, file names, etc.
5341
5342 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5343
5344 * term/w32-win.el (mouse-set-font):
5345 Mention w32-list-proportional-fonts in the doc string.
5346
5347 2006-03-18 Kim F. Storm <storm@cua.dk>
5348
5349 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5350 (ido-unc-hosts): New user option to explicitly define list of know
5351 UNC-style hosts for completion.
5352 (ido-cache-unc-host-shares-time): New user option.
5353 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5354 New helper functions for UNC file-name support.
5355 (ido-may-cache-directory): Check for UNC host. Simplify.
5356 (ido-wash-history): Clean out old UNC hosts.
5357 (ido-nonreadable-directory-p): UNC hosts are always readable.
5358 (ido-directory-too-big-p): UNC hosts are never too big.
5359 (ido-set-current-directory): Handle UNC root path.
5360 (ido-file-name-all-completions): Complete UNC host names from
5361 ido-unc-hosts list. Cache UNC host shares.
5362 (ido-make-file-list-1): Don't filter UNC root.
5363 (ido-exhibit): Check for // in root directory, and switch to UNC
5364 mode by setting ido-current-directory to //.
5365
5366 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5367
5368 * cus-edit.el (customize-changed-options): Mention explicit
5369 version number as default in prompt.
5370
5371 2006-03-17 Bill Wohler <wohler@newt.com>
5372
5373 * image.el (image-load-path-for-library): Minor docstring fix.
5374
5375 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5376
5377 * textmodes/org.el (org-read-date): Include subgroup 5 into
5378 replacement text.
5379 (org-popup-calendar-for-date-prompt): Fix customization type.
5380
5381 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5382
5383 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5384 (gdb-continuation): New variable.
5385 (gdb-send): Deal with continuation lines.
5386
5387 * progmodes/gud.el (gud-gdb-complete-command)
5388 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5389 expressions.
5390 (gud-tooltip-mode): Use buffer-local value.
5391
5392 2006-03-16 Kim F. Storm <storm@cua.dk>
5393
5394 * ido.el (ido-edit-input): Use selected match, if any.
5395
5396 2006-03-16 Bill Wohler <wohler@newt.com>
5397
5398 * image.el (image-load-path-for-library): Prefer user's images in
5399 image-load-path.
5400
5401 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5402
5403 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5404 when checking for attempt to drag leftmost or rightmost scrollbar.
5405
5406 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5407
5408 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5409 (gdb-force-mode-line-update): New function.
5410 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5411 (gdb-exited): Use them.
5412 (gdb-signal): New function.
5413 (gdb-annotation-rules): Provide a rule for it.
5414
5415 2006-03-16 Kenichi Handa <handa@m17n.org>
5416
5417 * international/mule.el (auto-coding-regexp-alist): Add entries
5418 for Unicode BOM.
5419
5420 * sort.el (sort-build-lists): Temporarily bind
5421 inhibit-field-text-motion to t.
5422
5423 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5424
5425 * locate.el (locate-command, locate-make-command-line)
5426 (locate-fcodes-file, locate-update-command)
5427 (locate-prompt-for-command, locate, locate-with-filter)
5428 (locate-get-file-positions): Doc fixes.
5429 (locate-buffer-name, locate-header-face): Remove leading `*' in
5430 defcustom.
5431 (locate-filter-output): Use `keep-lines' instead of its alias
5432 `delete-non-matching-lines'.
5433 (locate-get-filename, locate-get-dirname): Add introductory comment.
5434 (locate-find-directory-other-window): Give appropriate error
5435 message if used outside main listing.
5436
5437 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5440 the new extend-region feature.
5441 (font-lock-after-change-function): Update correspondingly.
5442 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5443 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5444
5445 2006-03-15 Bill Wohler <wohler@newt.com>
5446
5447 * image.el (image-load-path-for-library): Fix example by not
5448 recommending that one binds image-load-path. Just defvar it to
5449 placate compiler and only use it if previously defined.
5450
5451 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5452
5453 * textmodes/org.el (org-insert-centered): Use `string-width' to
5454 make underlining work for wide characters.
5455 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5456 TAB to `org-cycle', to make sure that no binding in
5457 `outline-mode-map' can supercede it.
5458
5459 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5460
5461 * allout.el: Increment version to 2.2.1 in file commentary.
5462
5463 (allout-version): Increment to 2.2.1.
5464
5465 (allout-default-layout): New customization variable, used when the
5466 file lacks a specific allout-layout. Uses allout-layout-type for
5467 recursively nested definition.
5468
5469 (allout-layout-type): Widget defining allout layouts, necessary for
5470 self-recursive definition.
5471
5472 (allout-mode): Incorporate allout-default-layout as fallback for
5473 allout-layout.
5474
5475 (allout-layout): Mark as 'safe-local-variable', and refer mention
5476 fallback to `allout-default-layout' in absence of a specified value.
5477 (allout-passphrase-verifier-string)
5478 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5479
5480 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5481
5482 (allout-get-encryption-passphrase-verifier): Use correct name of
5483 passphrase verifier in docstring.
5484
5485 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5486
5487 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5488 elements.
5489 (gdb-find-watch-expression): Make it work for arrays too.
5490 Follow change to gdb-var-list.
5491 (gud-watch): Allow the user to enter variable name with a prexix
5492 arg. Create keybindings.
5493 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5494 (gdb-var-list-children-handler, gdb-var-update-handler)
5495 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5496 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5497 Follow change to gdb-var-list.
5498 (gdb-starting): Don't show the overlay arrows when program is running.
5499
5500 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5501 gdb-var-list.
5502
5503 2006-03-14 Bill Wohler <wohler@newt.com>
5504
5505 * image.el (image-load-path-for-library): Pass value of path
5506 rather than symbol. Always return list of directories.
5507 Guarantee that image directory comes first.
5508
5509 2006-03-14 Alan Mackenzie <acm@muc.de>
5510
5511 * font-core.el (font-lock-extend-region\(-function\)?.):
5512 New function/variable.
5513
5514 * font-lock.el (font-lock-after-change-function):
5515 Call font-lock-extend-region. Obey font-lock-lines-before.
5516 (font-lock-default-fontify-region): Remove reference to
5517 font-lock-lines-before.
5518
5519 * jit-lock.el (jit-lock-after-change):
5520 Call font-lock-extend-region. Obey font-lock-lines-before.
5521
5522 2006-03-14 David Ponce <david@dponce.com>
5523
5524 * tree-widget.el (tree-widget-themes-load-path)
5525 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5526
5527 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5528
5529 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5530 (rcirc-print): Mark the start of text at the end of the prompt.
5531 (rcirc-track-minor-mode): Add autoload cookie.
5532 (rcirc-update-activity-string): Add space to front of mode-line
5533 indicator.
5534
5535 2006-03-13 Miles Bader <miles@gnu.org>
5536
5537 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5538 (rcirc-abbrev-nick): Remove function.
5539 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5540
5541 2006-03-13 David Ponce <david@dponce.com>
5542
5543 * tree-widget.el: Handle themes across all occurrences of the main
5544 themes sub-directory found in tree-widget-themes-load-path.
5545 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5546 (tree-widget--locate-sub-directory): Return all occurrences.
5547 (tree-widget-themes-path): New function.
5548 Replace tree-widget-themes-directory, and return a list of directories.
5549 (tree-widget-set-parent-theme)
5550 (tree-widget-lookup-image): Use it.
5551
5552 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5553
5554 * textmodes/org.el (org-link-search): Avoid self-matching of
5555 links, allow target text to be distributed over several lines.
5556 (org-search-not-link): New function.
5557 (org-set-regexps-and-options, org-get-current-options):
5558 New startup options.
5559 (org-export-as-html): Take odd-level setting from local variable.
5560 (org-fontify-emphasized-text): New option.
5561 (org-set-font-lock-defaults): Include emphasized text.
5562 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5563 (org-font-lock): Customize group renamed from `org-faces'.
5564
5565 2006-03-13 John Paul Wallington <jpw@pobox.com>
5566
5567 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5568 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5569
5570 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5571
5572 * cus-start.el (all): Delete :version keyword for members of the
5573 fringe group, since the entire group is new in 22.1.
5574
5575 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5576
5577 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5578 map if value is hexadecimal (an address).
5579 (gud-watch): Only search roots for existing watch expressions.
5580 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5581 prevent caching problems with speedbar-update-directory-contents.
5582
5583 2006-03-12 Juri Linkov <juri@jurta.org>
5584
5585 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5586 before comparing with `low' and `warn'.
5587
5588 * info.el (Info-dir-remove-duplicates): Move point to the
5589 beginning of the current line after deleting the entries from
5590 redundant heading. Use marker for `limit' and compare it with
5591 point before calling `re-search-forward'.
5592
5593 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5594
5595 * simple.el (yank): Fix typo in docstring.
5596
5597 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5598
5599 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5600 messages, where "D" is the 6th character.
5601
5602 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5603
5604 * simple.el (yank): Fix last change.
5605
5606 2006-03-11 David Ponce <david@dponce.com>
5607
5608 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5609 merging elements from the standard ispell-dictionary-alist.
5610 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5611 alist, and return the new alist.
5612
5613 2006-03-11 Richard Stallman <rms@gnu.org>
5614
5615 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5616
5617 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5618 the way it is implemented is too unclean.
5619
5620 * simple.el (kill-region, yank): Doc fix.
5621
5622 * battery.el (battery-echo-area-format): Doc fix.
5623 (battery-mode-line-format): Likewise.
5624 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5625 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5626
5627 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5628
5629 * progmodes/octave-mod.el (octave-indent-for-comment):
5630 Behave according to do string.
5631
5632 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5633
5634 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5635 Be visible only if major mode is Mail Mode.
5636
5637 * textmodes/flyspell.el (flyspell-external-point-words)
5638 (flyspell-process-localwords): Fix last changes.
5639
5640 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5641
5642 * calendar/holidays.el (list-holidays): Doc fix.
5643
5644 * international/mule.el (auto-coding-alist): Add .odt
5645 (OpenOffice's open document) files.
5646
5647 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5648 document) files. Mention in the doc string the need to sync with
5649 auto-coding-alist.
5650
5651 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5652
5653 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5654 enable-local-variables is set to always query, or there is no
5655 savable variable.
5656
5657 2006-03-10 Bill Wohler <wohler@newt.com>
5658
5659 * image.el (image-load-path-for-library): Merge at least three
5660 functions from Gnus and MH-E into this one function that can now
5661 be shared.
5662
5663 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5664
5665 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5666 gdb-remove-mouse-face and remove help-echo too.
5667 (gdb-enqueue-input): Correct conditional clause.
5668
5669 2006-03-10 Glenn Morris <rgm@gnu.org>
5670
5671 * calendar/calendar.el (calendar-holidays): Doc fix.
5672 * calendar/holidays.el (list-holidays): Doc fix.
5673
5674 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5675
5676 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5677 it gets called in gdb-prompt anyway.
5678 (gdb-use-separate-io-buffer): Only restore window arrangement for
5679 gdb-many-windows.
5680 (gdb-enqueue-input): Make it harder to send GDB input when program
5681 is running.
5682 (gdb-buffer-list): New variable.
5683 (gdb-remove-mouse-face): New function.
5684 (gdb-starting): Use it when GDB input won't get sent.
5685
5686 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5687
5688 * help.el (view-lossage): Remove trailing whitespace before
5689 inserting "\n".
5690
5691 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5692
5693 * files.el (hack-local-variables-confirm):
5694 Set coding-system-for-read to nil before writing to .emacs.
5695
5696 * arc-mode.el (archive-extract): Check if an existing buffer name
5697 comes from a different archive.
5698
5699 * help.el (describe-key-briefly): If KEY is a down event, read and
5700 discard the up event.
5701
5702 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5703
5704 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5705 be edited and use font-lock-warning-face for any changes.
5706
5707 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5708 (gdb-edit-value): Use it to report any errors.
5709
5710 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5711
5712 * help.el (describe-key): Remove leftover test code.
5713
5714 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5715
5716 * textmodes/org.el: Move defvars out of eval-when-compile.
5717 Use buffer-file-name variable.
5718 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5719 arg `file'.
5720 (org-level-faces): Remove startup dependency.
5721 (org-cycle, org-map-tree, org-scan-tags)
5722 (org-remember-handler): Don't call `outline-level' directly.
5723 (org-mhe-search-all-folders): New option.
5724 (org-mhe-get-message-folder-from-index)
5725 (org-mhe-get-message-folder): Fix indexing search.
5726 (org-format-agenda-item): Handle nil TAGS argument.
5727 (org-cleaned-string-for-export, org-activate-target-links)
5728 (org-make-target-link-regexp): Deal with empty radio target list.
5729 (org-tag): New face.
5730 (org-get-level-face): New function.
5731 (org-set-font-lock-defaults): Simplify setup for headlines.
5732 (org-complete): Pass common substring to `display-completion-list'.
5733
5734 2006-03-06 David Ponce <david@dponce.com>
5735
5736 * tree-widget.el: Update Commentary header.
5737 (tree-widget-theme-name): Ignore parent themes.
5738 (tree-widget-set-parent-theme): New function.
5739 (tree-widget-set-theme): Use it.
5740 (tree-widget-set-image-properties): Move definition. Does nothing
5741 if image properties have already been set.
5742 (tree-widget-image-properties): Move definition. Receive an image
5743 name. Set the :pointer property.
5744 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5745 Don't set the :pointer image property.
5746 (tree-widget-convert-widget): New function. Handle :dynargs
5747 compatibility here.
5748 (tree-widget): Use it to :convert-widget. Add the :expander-p
5749 predicate to control when the :expander function is entered.
5750 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5751 (tree-widget-value-create): Handle :expander-p. widget-apply
5752 :expander.
5753 (tree-widget-expander-p): New function. Default value of the
5754 :expander-p property.
5755
5756 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5757
5758 * help.el (describe-key): Properly handle the return value of
5759 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5760 remaps. Handle string and vector `follow-link' values.
5761
5762 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * complete.el (PC-expand-many-files): Try be more careful when parsing
5765 the shell's output.
5766
5767 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * outline.el (hide-sublevels): Provide better interactive default.
5770
5771 2006-03-06 Kenichi Handa <handa@m17n.org>
5772
5773 * international/fontset.el (create-fontset-from-fontset-spec):
5774 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5775
5776 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5777
5778 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5779 backslashes instead of one in regexp.
5780 (gud-tooltip-dereference): Add missing optional argument.
5781
5782 2006-03-04 John Paul Wallington <jpw@pobox.com>
5783
5784 * wdired.el (toplevel): Require `cl' at compile-time.
5785
5786 2006-03-04 Andreas Schwab <schwab@suse.de>
5787
5788 * server.el (server-process-filter): Handle errors during
5789 evaluation of the argument.
5790
5791 2006-03-03 John Paul Wallington <jpw@pobox.com>
5792
5793 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5794 escape parentheses at beginning of line.
5795 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5796 (t-mouse-mode): Remove period from end of error message.
5797
5798 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5799
5800 * textmodes/flyspell.el (flyspell-process-localwords):
5801 Be case-sensitive.
5802
5803 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5804
5805 * cus-edit.el (custom-quote): Remove function, since it has been
5806 moved to custom.el.
5807
5808 * font-lock.el (lisp-font-lock-keywords-2)
5809 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5810 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5811 they have no special meaning.
5812
5813 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5814 indirect buffer gets killed before indirect buffer. Use dolist.
5815
5816 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5817
5818 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5819 value instead of a literal constant (1) on more pauses.
5820
5821 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5822
5823 * textmodes/flyspell.el (flyspell-external-point-words):
5824 Be case-sensitive.
5825
5826 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5827
5828 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5829 with "www".
5830
5831 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5832
5833 * allout.el: Restablish intermediate missing comment header to
5834 preserve outline structure.
5835 (allout-beginning-of-current-entry): Skip invisible text.
5836 (allout-open-topic): Fix opening a topic at end-of-buffer.
5837 (allout-minor-mode): Move nearer to allout-mode function.
5838
5839 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5840
5841 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5842
5843 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5844
5845 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5846 is nil.
5847
5848 * progmodes/gud.el (gud-speedbar-menu-items):
5849 Use buffer-local-value and add missing :visible keyword.
5850
5851 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5852
5853 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5854
5855 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5856 must be `follow-link'.
5857
5858 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5859
5860 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5861 formatting: No nested anchors.
5862 (org-all-targets): Fix bug with XEmacs compatibility.
5863 (org-read-date): Add (require 'parse-time).
5864 (org-set-tags): Fix bug with extra inserted space.
5865 (org-export-html-style): Define a style class for targets.
5866 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5867 (org-hide-leading-stars): New option.
5868 (org-hide): New face.
5869 (org-set-font-lock-defaults): Allow to hide leading stars.
5870 (org-get-legal-level, org-tr-level): New functions.
5871 (org-odd-levels-only): New option.
5872 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5873 (org-demote, org-promote): Deal with double-star levels.
5874 (org-convert-to-odd-levels): New command.
5875
5876 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5877
5878 * speedbar.el (speedbar-update-localized-contents): Try to
5879 preserve window-start.
5880 (speedbar-update-directory-contents): Try to preserve window-start
5881 and window-point.
5882 (speedbar-update-special-contents): Don't move back to start of window.
5883
5884 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5885 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5886 speedbar-timer-fn.
5887 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5888 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5889 instead of gdb-speedbar-timer-fn.
5890
5891 2006-02-28 Jay Belanger <belanger@truman.edu>
5892
5893 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5894 (math-compose-expr): Use latex option when calling
5895 `math-compose-tex-matrix' for latex mode.
5896
5897 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5898
5899 * speedbar.el: Re-instate comments about developing for speedbar
5900 [this is what info and gdb-ui use even if better methods exist now].
5901
5902 * t-mouse.el: New file.
5903 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5904 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5905 (t-mouse-make-event-element): Use posn-at-x-y instead.
5906 (t-mouse-make-event): Deal with Fedora Core 3.
5907 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5908 (t-mouse-mouse-position-function): New function. Use it instead
5909 of advising mouse-position.
5910 (t-mouse-mode): New minor mode.
5911 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5912
5913 2006-02-27 Glenn Morris <rgm@gnu.org>
5914
5915 * calendar/calendar.el (calendar-holidays): Doc fix.
5916
5917 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5918
5919 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5920 Re-introduce the concept of a source window.
5921 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5922 consistency with get-buffer-create.
5923 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5924 (gdb-data-list-register-values-handler)
5925 (gdb-stack-list-locals-handler): Try to preserve window-start as
5926 well as window-point.
5927 (gdb-display-source-buffer): New function (old concept).
5928 (gdb-goto-breakpoint): Use it.
5929
5930 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5931 for gdb-ui/gdb-mi (old concept).
5932
5933 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5934
5935 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5936 binding.
5937
5938 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5939
5940 * textmodes/reftex-sel.el (reftex-select-label-map)
5941 (reftex-select-bib-map): Add `follow-mouse' binding.
5942
5943 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5944
5945 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5946 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5947 Give :set functions to provide automatic updating.
5948 Update docstring. Give compiler defvars early in the file
5949 and move the defcustoms to a later spot where all called functions
5950 are defined.
5951 (jka-compr-file-name-handler-entry): Doc fix.
5952 (jka-compr-compression-info-list--internal)
5953 (jka-compr-mode-alist-additions--internal)
5954 (jka-compr-load-suffixes--internal): New variables.
5955 (jka-compr-install): Set the three above variables.
5956 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5957 (jka-compr-update, jka-compr-set): New functions.
5958 (auto-compression-mode): Doc fix.
5959
5960 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5961 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5962 Use jka-compr-compression-info-list--internal,
5963 jka-compr-mode-alist-additions--internal and
5964 jka-compr-load-suffixes--internal.
5965
5966 * files.el (load-library):
5967 * loadhist.el (file-loadhist-lookup):
5968 * startup.el (command-line):
5969 * subr.el (locate-library):
5970 * emacs-lisp/autoload.el (update-directory-autoloads):
5971 * emacs-lisp/find-func.el (find-library-suffixes):
5972 Use `get-load-suffixes' instead of `load-suffixes'.
5973
5974 * subr.el (locate-library):
5975 * emacs-lisp/find-func.el (find-library-name):
5976 Use `load-file-rep-suffixes' instead of '("").
5977
5978 2006-02-26 Kim F. Storm <storm@cua.dk>
5979
5980 * ido.el (ido-save-history, ido-load-history): Simplify.
5981 Don't use find-file-noselect to avoid interference from other modes.
5982
5983 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5984
5985 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5986 to use the default shell if filename is not available.
5987 Reported by Giorgos Keramidas.
5988
5989 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5990
5991 * progmodes/etags.el (tags-completion-table): Do completion from
5992 all the tables in the current list, as documented in the manual.
5993
5994 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5995
5996 * CC Mode Update to 5.31.3.
5997
5998 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5999
6000 * progmodes/cc-mode.el (c-postprocess-file-styles):
6001 Bind inhibit-read-only to t, around the call to
6002 c-remove-any-local-eval-or-mode-variables, so that it works on a
6003 RO file.
6004
6005 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6006
6007 * progmodes/cc-awk.el: Correct a typo.
6008
6009 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6010
6011 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6012 c-hungry-delete-backwards, at the request of RMS. Leave the old
6013 name as an alias.
6014
6015 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6016
6017 * progmodes/cc-mode.el: Correct a typo.
6018
6019 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6020
6021 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6022
6023 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6024
6025 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6026 brace-else-brace (error due to mbeg, mend being undefined).
6027
6028 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6029
6030 * progmodes/cc-mode.el: File Local variables: Solve the problem
6031 where both `mode' and c-file-offsets are specified: `mode' will
6032 overwrite c-f-o's settings:
6033 (c-remove-any-local-eval-or-mode-variables): New function.
6034 (c-postprocess-file-styles): Call the above new function, within
6035 c-tentative-buffer-change, to splat `mode' and `eval' before the
6036 second hack-local-variables.
6037
6038 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6039
6040 * progmodes/cc-mode.el:
6041 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6042 (c-after-change): Protect the match data with save-match-data.
6043 It was getting corrupted by c-after-change-check-<>-operators.
6044
6045 * cc-defs.el: [Supersedes patch V1.38]:
6046 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6047 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6048
6049 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6050 with save-match-data. It was being corrupted when Font Lock was
6051 not enabled.
6052
6053 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6054
6055 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6056 Mode and Subword Mode.
6057
6058 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6059 real labels ("case 1:" or "foo:") from non-labels ("public:").
6060 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6061 coding; c-f-t-2 doesn't move over a token at EOB.
6062
6063 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6064
6065 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6066 (c-update-modeline): Concatenate the minor mode indicators
6067 directly onto mode-name, removing c-submode-indicators.
6068 Sometimes, c-s-i got separated from the mode name on the mode line.
6069
6070 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6071 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6072
6073 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6074
6075 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6076 error message when there's an evaluation error to show whether
6077 it's loaded from source or not.
6078 (c-filter-ops): Make it available at runtime too to work when
6079 `c-make-init-lang-vars-fun' needs to evaluate from source.
6080
6081 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6082
6083 * help.el (help): Revert last part of 2006-02-23 change (deletion
6084 of the `provide' call).
6085
6086 2006-02-23 Juri Linkov <juri@jurta.org>
6087
6088 * compare-w.el (compare-windows-highlight): Add new value
6089 `persistent' and change :type from `boolean' to `choice'.
6090 (compare-windows-overlays1, compare-windows-overlays2):
6091 New internal variables.
6092 (compare-windows-highlight): If compare-windows-highlight is
6093 `persistent', add current overlays to compare-windows-overlays[12]
6094 instead of adding compare-windows-dehighlight to pre-command-hook.
6095 (compare-windows-dehighlight): Delete all overlays from
6096 compare-windows-overlays[12].
6097
6098 * info.el (Info-search): Don't bind search-spaces-regexp to
6099 Info-search-whitespace-regexp in non-regexp isearch mode.
6100
6101 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6104
6105 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6106
6107 * textmodes/org.el (org-xemacs-p)
6108 (org-export-html-show-new-buffer, org-table-may-need-update)
6109 (org-insert-item, org-mhe-get-message-real-folder)
6110 (org-mhe-get-message-folder-from-index)
6111 (org-mhe-get-message-folder, org-mhe-get-message-num)
6112 (org-mhe-get-header, org-make-org-heading-search-string)
6113 (org-make-org-heading-camel, org-table-sort-lines)
6114 (org-format-org-table-html, org-format-table-table-html):
6115 Fix typos in docstrings.
6116
6117 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6118
6119 * textmodes/org.el (org-cleaned-string-for-export)
6120 (org-solidify-link-text): New function.
6121 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6122 XEmacs, just to silence the compiler.
6123 (org-export-as-ascii, org-export-as-html-and-open):
6124 Use `org-cleaned-string-for-export' and create internal links.
6125 (org-follow-mhe-link): Require mh-e, use folder.
6126
6127 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6128
6129 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6130
6131 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6132 gdb-debug-log-length.
6133 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6134 it a real ring but...
6135 (gud-gdba-marker-filter): ...make it work like mark-ring.
6136 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6137 (gdb-mouse-jump): New function. Add bindings.
6138
6139 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6140
6141 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6142 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6143 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6144 (gdb-debug-log-length): Customize it's length.
6145 (gud-watch, gdb-var-create-handler): Display function::var format
6146 but don't use to create variable object.
6147 (gdb-var-create-handler): Use message-box in place of message.
6148 (gdb-stopped): Call gdb-exited if signalled.
6149
6150 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6151
6152 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6153
6154 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6155
6156 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6157 if `reftex-try-all-extensions' is set.
6158
6159 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6160 fail silently when there is no valid argument at point.
6161 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6162 `fail-silently' argument. From a patch by David Reiter.
6163
6164 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6165 New commands.
6166 (org-mark-ring): New variable.
6167 (org-mark-ring-length): New option.
6168 (org-open-at-point, org-goto, org-open-file): Push old position
6169 onto the mark ring.
6170 (org-add-hook): New function.
6171 (org-export-table-remove-special-lines): New option.
6172 (org-skip-comments, org-format-org-table-html): Respect new
6173 option `org-export-table-remove-special-lines'.
6174 (org-open-file): Allow special command configuration for
6175 directory link.
6176 (org-file-apps): Fix bugs in customize type, added setting
6177 for directories.
6178 (org-activate-tags, org-format-agenda-item, org-complete)
6179 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6180 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6181 (org-link-search, org-make-org-heading-search-string)
6182 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6183 (org-radio-targets, org-file-link-context-use-camel-case)
6184 (org-activate-camels): New options.
6185 (org-update-radio-target-regexp, org-all-targets)
6186 (org-make-target-link-regexp, org-activate-target-links):
6187 New functions.
6188 (org-make-org-heading-search-string): New function.
6189 (org-store-link, org-insert-link): Use new option
6190 `org-file-link-context-use-camel-case'.
6191 (org-activate-camels): Use new option `org-activate-camels'.
6192 (org-link-regexp): Add mhe prefix.
6193 (org-open-at-point, org-store-link): Support for mhe links.
6194 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6195 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6196 (org-mhe-get-header, org-follow-mhe-link): New functions.
6197 (org-remove-angle-brackets, org-add-angle-brackets):
6198 New functions.
6199 (org-bracket-link-regexp): New constant.
6200 (org-read-date): Fix bug that was rejecting all typed dates.
6201 (org-link-search): Make hierarchy above visible after a match.
6202 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6203 (org-store-link): Fix bug with link creation when cursor is in
6204 an empty line.
6205 (org-open-at-point): Fix bug with matching a link.
6206 Fixed buggy argument sequence in call to `org-view-tags'.
6207 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6208 (org-prefix-has-tag): New variable.
6209 (org-format-agenda-item): Remove tags from headline
6210 if appropriate.
6211 (org-agenda-remove-tags-when-in-prefix): New option.
6212
6213 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6214
6215 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6216 Fix the regular expressions.
6217
6218 2006-02-21 Richard M. Stallman <rms@gnu.org>
6219
6220 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6221 if there's no other specific basis.
6222
6223 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6224 as variables at all.
6225 (unsafep-variable): Rename arg; doc fix.
6226
6227 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6228
6229 * calendar/appt.el (diary-selective-display): Add defvar.
6230
6231 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6232
6233 * isearch.el (search-whitespace-regexp): Fix custom type.
6234
6235 * help.el (describe-key-briefly): Compute interactive args
6236 in same was as before previous change.
6237
6238 * files.el (enable-local-variables): Doc fix.
6239
6240 2006-02-21 Kim F. Storm <storm@cua.dk>
6241
6242 * fringe.el: Cleanup as file is now pre-loaded.
6243 (fringe-bitmaps): Initialize unconditionally.
6244 (fringe-mode, set-fringe-style): Remove autoload cookies.
6245
6246 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6247
6248 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6249 `horizontal-bar'.
6250 (fringe-cursor-alist): Use `horizontal-bar'.
6251
6252 2006-02-20 Kim F. Storm <storm@cua.dk>
6253
6254 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6255 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6256
6257 * loadup.el: Load "fringe" on window systems.
6258
6259 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6260
6261 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6262 out of scope components.
6263
6264 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6265 default.
6266
6267 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6268
6269 * custom.el (customize-mark-to-save, customize-mark-as-set):
6270 Load the symbol first.
6271
6272 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6273
6274 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6275 strech spec so it doesn't display as "^J" on the header line
6276 when `Buffer-menu-use-header-line' is t.
6277
6278 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6279
6280 * speedbar.el (speedbar-make-button): Keep text properties
6281 of string arguments if desired.
6282
6283 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6284 expessions.
6285
6286 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6287 of speedbar.
6288
6289 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6290
6291 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6292 to value of `read-file-name-completion-ignore-case'.
6293
6294 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * custom.el (customize-mark-as-set): Push to `user' theme.
6297
6298 * cus-edit.el (custom-save-variables): Allow unthemed values.
6299 (customize-set-variable): Push setting to `user' theme.
6300
6301 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6302
6303 * progmodes/gud.el: Don't require font-lock as it's now
6304 automatically loaded.
6305 (gud-speedbar-buttons): Replace gdb-var-changed with
6306 gdb-force-update.
6307
6308 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6309 gdb-var-changed.
6310 (gdb-post-prompt): Use it.
6311 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6312 (gdb-var-update-handler, gdb-var-delete)
6313 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6314 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6315 gdb-force-update in gdb-post-prompt.
6316 (gdb-reset): Clear watch expressions from speedbar when quitting.
6317
6318 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6319
6320 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6321 (viper-change-state-to-vi, viper-change-state-to-emacs):
6322 Make aware of cursor coloring in the Emacs state.
6323 (viper-special-read-and-insert-char): Use read-char-exclusive.
6324 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6325
6326 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6327
6328 * viper-util.el (viper-save-cursor-color)
6329 (viper-get-saved-cursor-color-in-replace-mode)
6330 (viper-get-saved-cursor-color-in-insert-mode)
6331 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6332 state.
6333 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6334
6335 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6336 (ediff-ignore-case-option3, ediff-actual-diff-options)
6337 (ediff-actual-diff3-options): New variables to control case sensitivity.
6338 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6339 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6340 (ediff-toggle-ignore-case): New function.
6341 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6342
6343 * ediff-help.el (ediff-long-help-message-narrow2)
6344 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6345 (ediff-long-help-message-word-mode): Add ignore-case command.
6346 (ediff-help-for-quick-help): Add ignore-case command.
6347
6348 * ediff-merg.el: Move provide to the end.
6349
6350 * ediff-ptch.el: Move provide to the end.
6351
6352 * ediff-wind.el: Move provide to the end.
6353
6354 * ediff-mult.el: Move provide to the end.
6355 (ediff-set-meta-overlay): Enable follow-link.
6356
6357 * ediff.el: Move provide to the end.
6358 Break recursive load cycle in eval-when-compile.
6359 (ediff-patch-buffer): Better heuristics.
6360
6361 * ediff-util.el: Move provide to the end.
6362 Break recursive load cycle in eval-when-compile.
6363 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6364 defuns.
6365 (ediff-submit-report): Pass the values of ediff-diff3-program,
6366 ediff-diff3-options.
6367
6368 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6369
6370 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6371 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6372 `' (for example, in the docstring of `windmove-default-keybindings').
6373
6374 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6375
6376 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6377 shadow face. Don't provide binding to edit variable when it is
6378 out of scope.
6379
6380 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6381 (gdb-var-update-handler): Detect out of scope variables with pre
6382 GDB 6.4 too.
6383 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6384 Reset status of variable objects to nil in update handlers.
6385 (gdb-var-update-handler-1): Detect when a variable object comes
6386 in scope. setcar on var changes gdb-var-list directly.
6387
6388 2006-02-17 Juri Linkov <juri@jurta.org>
6389
6390 * ffap.el (ffap) <defface>: Add explicit face declaration.
6391 (ffap-highlight): Use face `ffap' directly instead of checking
6392 for its existence.
6393
6394 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6395 `visible-ok' of `other-buffer' to find the right original buffer.
6396
6397 * info.el (Info-search): Skip `Local Variables' node.
6398
6399 2006-02-17 Juri Linkov <juri@jurta.org>
6400
6401 * info.el (Info-find-file): Check for symbols `apropos', `history',
6402 `toc' in the input filename, and return these symbols as is.
6403 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6404 `history', `toc' instead of strings.
6405 (Info-set-mode-line): For non-string Info-current-file use the
6406 symbol's name inside **.
6407 (Info-isearch-push-state): Add quote before Info-current-file and
6408 Info-current-node.
6409 (Info-isearch-pop-state): Use `equal' instead of `string='.
6410 (Info-extract-pointer, Info-following-node-name): Use
6411 `match-string-no-properties' instead of `match-string'.
6412 (Info-up): Check `old-file' for `stringp'.
6413 (Info-history): Use `equal' instead of `string-equal'.
6414 Check `file' for `stringp'.
6415 (Info-history): Use symbol `history' instead of string as first arg
6416 of `Info-find-node'.
6417 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6418 `toc' instead of string.
6419 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6420 instead of `buffer-substring', and `match-string-no-properties'
6421 instead of `match-string'.
6422 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6423 instead of strings.
6424 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6425 Use symbol `apropos' instead of string.
6426 (Info-copy-current-node-name): Check `Info-current-file' for
6427 `stringp' and construct a command with `Info-find-node' from it.
6428 (Info-fontify-node): Use `match-string-no-properties' instead of
6429 `match-string' and check file names for `stringp'.
6430 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6431 `history', `toc' instead of strings.
6432
6433 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * files.el: Rearrange functions and variables in the file local
6436 variables section.
6437
6438 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6439
6440 * files.el: Add truncate-lines, ispell-check-comments and
6441 ispell-local-dictionary as safe local variables.
6442
6443 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6444
6445 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6446 out of scope variables.
6447 (gud-speedbar-buttons): Use unless.
6448
6449 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6450 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6451 (gdb-show-changed-values): Also use for out of scope variables.
6452 (gdb-var-update-handler-1): Note if variable goes out of scope.
6453
6454 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6455
6456 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6457 default to global variable values for unsupplied args.
6458 (rcirc-get-buffer-create): Fix bug with setting the target.
6459 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6460 test for rcirc-always-use-server-buffer-flag here.
6461 (rcirc-response-formats): Add %N, which is a facified nick. %n
6462 uses the default face. Change the ACTION format string. If the
6463 "nick" is the server, don't print anything for that field.
6464 Comment fixes.
6465 (rcirc-target-buffer): Don't test
6466 rcirc-always-use-server-buffer-flag here.
6467 (rcirc-print): Squeeze extra spaces out of the text before message.
6468 (rcirc-put-nick-channel): Strip potential "@" char from nick
6469 before adding them to nick table.
6470 (rcirc-url-regexp): Improve to match address like "foo.com".
6471
6472 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6473
6474 * allout.el (allout-hidden-p): Move this defsubst before
6475 allout-overlay-interior-modification-handler, where it is first
6476 used.
6477
6478 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6479
6480 * allout.el: Use allout invisible-text overlays instead of
6481 selective display for concealed text. Also, lots of general
6482 cleanup, and improved compatibility code.
6483
6484 (allout-version) Incremented, corrected, revised, and refined
6485 module commentary.
6486
6487 (provide 'allout): Moved to the bottom, added a require of overlay.
6488
6489 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6490 `except-current'.
6491 (allout-write-file-hook-handler): Minimize delay.
6492 (count-trailing-whitespace-region): New function so
6493 auto-encryption of current topic can resituate cursor exactly.
6494 PGP/GPG encryption trims trailing whitespace from lines, which
6495 must be accounted for across encryption then decryption.
6496
6497 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6498 just plain "\C-c", to avoid intruding on user's keybinding space.
6499
6500 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6501 parameter, so user request to provide a new password is done.
6502
6503 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6504 Refined mechanism for auto-filling behavior while in allout mode.
6505
6506 (allout-mode): Explicitly specify the mode map in the docstring.
6507 Clarify provision for various write-file hook var names.
6508 Adjusted for invisible-text overlays instead of selective-display.
6509
6510 (allout-depth): Really return 0 if not within any topic. This
6511 rectifies `allout-beginning-of-level' and sequence numbering
6512 errors that occur when cutting and pasting numbered topics.
6513 Changed from a in-line subst to a regular function, as well.
6514
6515 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6516
6517 (allout-end-of-subtree, allout-end-of-subtree)
6518 (allout-end-of-entry, allout-end-of-current-heading)
6519 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6520 (allout-show-children, allout-show-to-offshoot)
6521 (allout-hide-current-entry, allout-show-current-entry): Rectified
6522 handling of trailing blank lines between items.
6523
6524 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6525 (allout-current-depth, allout-unprotected, allout-hidden-p)
6526 (allout-on-current-heading-p, allout-listify-exposed)
6527 (allout-chart-subtree, allout-goto-prefix)
6528 (allout-back-to-current-heading, allout-get-body-text)
6529 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6530 (allout-hide-region-body, allout-toggle-subtree-encryption)
6531 (allout-encrypt-string, allout-encrypted-key-info)
6532 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6533 (allout-file-vars-section-data): Adjusted for use with
6534 invisible-text overlays instead of selective-display.
6535
6536 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6537 Reworked for use with invisible text overlays.
6538
6539 (allout-current-topic-collapsed-p): New function.
6540
6541 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6542 to know when to close the containing topic.
6543
6544 (allout-pre-command-business, allout-post-command-business):
6545 Simplify undo-batching and dynamic isearch exposure.
6546
6547 (allout-set-overlay-category): New for invisible-text overlays.
6548 Sets properties of allout-overlay-category, used by
6549 allout-flag-region to set invisible-text overlay properties.
6550 (allout-get-invisibility-overlay): Get the first qualifying
6551 invisibility overlay, so we can find the extent of it.
6552 (allout-back-to-visible-text): Get to just before the beginnining
6553 of the current invisibility overlay, if any.
6554
6555 (allout-overlay-insert-in-front-handler)
6556 (allout-overlay-interior-modification-handler)
6557 (allout-before-change-handler, allout-isearch-end-handler): New
6558 functions to handle extraordinary actions affecting concealed
6559 text.
6560
6561 (allout-flag-region): Use overlays instead of selective-display
6562 for invisible text - by inheritence from the properties of
6563 allout-overlay-category in mainline Emacs, and applied
6564 property-by-property in XEmacs, some recent versions of which
6565 don't inherit the properties from the category. Provisions to
6566 respond to concealed-text edits simplified drastically.
6567
6568 (allout-isearch-rectification, allout-isearch-was-font-lock)
6569 (allout-isearch-expose, allout-enwrap-isearch)
6570 (allout-isearch-abort, allout-pre-was-isearching)
6571 (allout-isearch-prior-pos, allout-isearch-did-quit)
6572 (allout-isearch-dynamic-expose)
6573 (allout-hide-current-entry-completely): Functions deleted.
6574
6575 (allout-undo-aggregation): Explicit undo aggregation no longer
6576 necessary due to transition away from selective-display.
6577
6578 (set-allout-regexp, allout-up-current-level)
6579 (allout-next-visible-heading, allout-forward-current-level)
6580 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6581 (allout-kill-line, allout-yank-processing, allout-show-children)
6582 (allout-expose-topic, allout-old-expose-topic)
6583 (allout-listify-exposed, allout-insert-latex-header)
6584 (allout-toggle-subtree-encryption, allout-encrypt-string)
6585 (remove-from-invisibility-spec, allout-hide-current-subtree):
6586 Ditched unused variables.
6587
6588 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6589
6590 * textmodes/ispell.el (ispell-change-dictionary): Call
6591 ispell-buffer-local-dict instead of
6592 ispell-accept-buffer-local-defs.
6593 (ispell-local-dictionary-alist): Accept as valid any coding-system
6594 supported by Emacs.
6595 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6596 changed to iso-8859-3.
6597
6598 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * speedbar.el (speedbar-frame-width): Make an inline function
6601 instead of a macro. Use frame-width.
6602 (speedbar-try-completion, speedbar-update-contents)
6603 (speedbar-timer-fn): Use consp.
6604 (speedbar-update-localized-contents): Try to preserve point.
6605
6606 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6607 (menu): Re-order menu items.
6608 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6609 field.
6610 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6611 (gdb-post-prompt): Speed things by not forcing update.
6612
6613 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6614
6615 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6616 press and perform default action if we get a mouse movement event.
6617
6618 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6619
6620 * calendar/icalendar.el (icalendar--get-event-property)
6621 (icalendar--get-event-property-attributes): Fix typos in
6622 docstrings.
6623
6624 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6625 docstring.
6626
6627 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * bs.el (bs-mode): Use `buffer-disable-undo'.
6630 (bs--get-file-name): Simplify.
6631 (bs-show-in-buffer): Mark the buffer as not modified.
6632
6633 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6634
6635 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6636 widget-button-click.
6637
6638 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6639 (custom-mode): Update docstring.
6640
6641 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6642 binding.
6643
6644 * files.el (hack-local-variables-confirm): Allow scrolling if the
6645 file variable list is too long. Kill temp buffer after use.
6646
6647 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6648
6649 * progmodes/gud.el (gdb): Improve doc string.
6650 (gdb-script-font-lock-keywords): Expand allowed character set.
6651
6652 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6653 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6654 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6655 (gdb-separate-io-stop, gdb-separate-io-eof):
6656 Rename from gdb-inferior-* to gdb-separate-*.
6657 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6658
6659 2006-02-14 Jay Belanger <belanger@truman.edu>
6660
6661 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6662 expression is a symbol before checking that it is bound.
6663
6664 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6665 test to see if equation can be solved.
6666
6667 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6668
6669 * wid-edit.el (widget-button-click): Use :pressed-face property
6670 for overlay face, if it exists.
6671
6672 * cus-edit.el (custom-manual, custom-add-see-also)
6673 (custom-add-parent-links, custom-group-link): Add :pressed-face
6674 property to links.
6675
6676 * files.el (hack-local-variables): Remove ignored variables before
6677 checking if any variables need setting.
6678
6679 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6680
6681 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6682
6683 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6684
6685 * help.el (where-is): Fix message for remapped commands.
6686
6687 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6688 Fix typos in docstrings.
6689
6690 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * files.el (safe-local-variable-values): New option.
6693 (hack-local-variables-prop-line): Return a list of variable-value
6694 pairs if MODE-ONLY is non-nil.
6695 (hack-local-variables): Construct list of variable-value pairs,
6696 and apply or reject them in one go. Ask for confirmation if
6697 variables are not known safe.
6698 (hack-local-variables-confirm): Complete rewrite. Support
6699 `safe-local-variable-values'.
6700 (enable-local-variables): Update docstring to reflect new
6701 behavior.
6702 (ignored-local-variables): Ignore ignored-local-variables and
6703 safe-local-variable-values.
6704 (safe-local-variable-p): New function.
6705 (risky-local-variable-p): `safe-local-variable' property check
6706 moved to safe-local-variable-p.
6707 (hack-one-local-variable): Checks moved to hack-local-variables.
6708
6709 (byte-compile-dynamic, c-basic-offset, c-file-style)
6710 (c-indent-level, comment-column, fill-column, fill-prefix)
6711 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6712 (no-update-autoloads, outline-regexp, page-delimiter)
6713 (paragraph-start, paragraph-separate, sentence-end)
6714 (sentence-end-double-space tab-width, version-control):
6715 Add `safe-local-variable' property.
6716
6717 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6718
6719 * icomplete.el, play/landmark.el: Change nonexistent
6720 `outline-layout' file variable to `allout-layout'.
6721
6722 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6723
6724 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6725 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6726 to gud-comint-buffer.
6727 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6728 gdb-ui.el for gdb-mi.el.
6729 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6730 registers buffer to gdb-get-changed-registers.
6731 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6732 deletion of catchpoints (throw and catch).
6733 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6734 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6735 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6736 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6737 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6738
6739 2006-02-13 Jay Belanger <belanger@truman.edu>
6740
6741 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6742 expression is a symbol before checking that it is bound.
6743
6744 2006-02-13 Richard M. Stallman <rms@gnu.org>
6745
6746 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6747 for the minibuffer too, but not if resize-mini-windows will interfere.
6748
6749 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6750 inside `interactive' spec.
6751 (describe-key-briefly-internal, describe-key-internal):
6752 Functions merged back into their callers.
6753
6754 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6755
6756 * info.el (info-xref-visited): Inherit from info-xref too.
6757 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6758 when propertizing Info-current-file and Info-current-node.
6759
6760 2006-02-13 Juri Linkov <juri@jurta.org>
6761
6762 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6763 (tumme-thumb-name): Fix per-directory format.
6764
6765 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6766
6767 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6768
6769 2006-02-12 Miles Bader <miles@gnu.org>
6770
6771 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6772
6773 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6774
6775 * tumme.el: Remove history section. If someone needs the it, it
6776 can always be found in CVS.
6777
6778 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6779
6780 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6781 about the Thumbnail Managing Standard option.
6782
6783 2006-02-12 Richard M. Stallman <rms@gnu.org>
6784
6785 * subr.el (substitute-key-definition): Doc fix.
6786
6787 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6788
6789 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6790
6791 * info.el (Info-mode): Doc fix.
6792
6793 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6794
6795 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6796
6797 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6798 because on Solaris a POSIX compatible "id" is needed. Reported by
6799 Magnus Henoch <mange@freemail.hu>.
6800
6801 2006-02-12 Juri Linkov <juri@jurta.org>
6802
6803 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6804 (tumme) <defgroup>: Change :group to `multimedia'.
6805 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6806 Managing Standard.
6807 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6808 Fix dostring.
6809 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6810 and %y. Fix docstring.
6811 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6812 (tumme-cmd-create-standard-thumbnail-command): New user options.
6813 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6814 is `standard'. Fix docstring.
6815 (tumme-thumb-width, tumme-thumb-height): New user options.
6816 (tumme-external-viewer): Try to find various viewers.
6817 (tumme-get-thumbnail-image): Use `create-image' instead of
6818 constructing the `image' structure.
6819 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6820 `standard'.
6821 (tumme-thumb-name): Add file name generation for standard storage.
6822 Simplify code for other storages.
6823 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6824 Add modification time %m and thumbnail-nq8 %q.
6825 Use `tumme-cmd-create-standard-thumbnail-command' if
6826 tumme-thumbnail-storage is `standard'.
6827 (tumme-dired-insert-marked-thumbs): New autoload command.
6828 (tumme-dired-after-readin-hook): New function.
6829 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6830 `tumme-thumb-size'.
6831 (tumme-display-image): Replace size-x %x and size-y %y with
6832 width %w and height %h.
6833
6834 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6835 `tumme-dired-insert-marked-thumbs'.
6836
6837 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6838
6839 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6840 include path).
6841 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6842 matching tag.
6843
6844 2006-02-12 Miles Bader <miles@gnu.org>
6845
6846 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6847 New variables.
6848 (rcirc-abbrev-nick): New function.
6849 (rcirc-format-response-string): Rewrite to use the formats in
6850 `rcirc-response-formats' and expand escape sequences therein.
6851 A text-property `rcirc-text' is added over the actual response
6852 text to make easy to find inside the returned string.
6853 (rcirc-print): When filling, just look for the `rcirc-text'
6854 text-property to find the appropriate fill prefix, instead of
6855 using hardwired patterns.
6856
6857 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6858
6859 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6860 Managing Standard.
6861
6862 2006-02-11 Kim F. Storm <storm@cua.dk>
6863
6864 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6865 Don't use insert-buffer; do insert-buffer-substring directly.
6866 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6867
6868 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6869
6870 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6871 with inhibit-read-only. Suggested by Stefan Monnier.
6872 (revert-buffer): Let insert-file-contents discard
6873 buffer-undo-list. Simplify code.
6874 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6875
6876 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6877
6878 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6879
6880 * help.el (describe-key-briefly): Now a wrapper for
6881 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6882 to t. Populate yank-menu if empty.
6883 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6884 (describe-key): Now a wrapper for describe-key-internal. Bind
6885 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6886 (describe-key-internal): Renamed from describe-key.
6887
6888 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6889
6890 * progmodes/glasses.el (glasses-separator): Doc fix.
6891 (glasses-original-separator): New defcustom.
6892 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6893
6894 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6895
6896 * mwheel.el (mouse-wheel-up-event): Doc fix.
6897
6898 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6899
6900 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6901 (tumme-dir): New function. Copied from thumbs.el.
6902
6903 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6904
6905 * desktop.el (desktop-outvar): Fix typo.
6906 (desktop-save-buffer-p): Doc fix.
6907
6908 * subr.el (substitute-key-definition): Fix typo.
6909
6910 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6911
6912 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6913 when window-system is mac.
6914
6915 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6916
6917 2006-02-10 Kim F. Storm <storm@cua.dk>
6918
6919 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6920 indirect-function instead of using condition-case.
6921
6922 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6923
6924 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6925 less `colloquial'...
6926
6927 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6928
6929 * tumme.el: Add a couple of todo items.
6930
6931 2006-02-09 Lars Hansen <larsh@soem.dk>
6932
6933 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6934 (highlight-changes-mode): Don't change desktop-locals-to-save.
6935
6936 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * image-mode.el (image-toggle-display): Clear image cache if using
6939 filename.
6940
6941 2006-02-09 Masatake YAMATO <jet@gyve.org>
6942
6943 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6944 a `dired-man' target.
6945
6946 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6947 boundary of symbols.
6948
6949 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6950
6951 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6952
6953 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6954
6955 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6956 `mapcar'; return nil.
6957
6958 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6959
6960 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6961 some other event.
6962
6963 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6964
6965 * net/rcirc.el (rcirc-startup-channels-alist):
6966 Add irc.freenode.net and #emacs as defaults.
6967 (rcirc-ignore-all-activity-flag): Remove variable.
6968 (rcirc-authinfo): New variable.
6969 (rcirc-authinfo-filename): Remove variable.
6970 (rcirc-always-use-server-buffer-flag): New flag.
6971 (rcirc): M-x rcirc will automatically connect without prompting.
6972 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6973 connection in lisp.
6974 (rcirc-process-server-response-1): Remove everything but the nick
6975 portion of the sender so it doesn't need to be done everywhere
6976 else. Update related code.
6977 (global-map): Remove global keybindings.
6978 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6979 (rcirc-send-input): Split into several functions.
6980 (rcirc-process-input-line, rcirc-process-message)
6981 (rcirc-process-command): New functions.
6982 (rcirc-target-buffer): New function to determine where to route
6983 messages.
6984 (rcirc-user-nick): Save match data.
6985 (rcirc-toggle-ignore-buffer-activity)
6986 (rcirc-update-activity-string): Remove global ignore functionality,
6987 which can be done now by toggling rcirc-track-minor-mode.
6988 (rcirc-track-minor-mode-map): New keymap.
6989 (rcirc-track-minor-mode): New minor-mode.
6990 (ignore): Make the ignore output nicer. Always print it when
6991 adding or removing nicks.
6992 (rcirc-url-regexp): Improve.
6993 (rcirc-mangle-text): Remove properties before using text in the
6994 modeline.
6995 (rcirc-authenticate): Authentication data comes from
6996 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6997 (rcirc-server-prefix): Inherit from rcirc-server.
6998
6999 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7000
7001 * Makefile.in (compile): Append "|| true" to the end of the `find'
7002 command, like compile-always does.
7003
7004 2006-02-08 Sam Steingold <sds@gnu.org>
7005
7006 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7007 output from a dead connection.
7008
7009 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7010
7011 * dired.el (dired-mode-map): Add more bindings for tumme.
7012
7013 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * wdired.el (wdired-mode-map): Use remap.
7016 (wdired-get-filename): Massage.
7017 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7018 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7019 `keymap' property rather than `local-map'.
7020
7021 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7022
7023 * tumme.el (tumme-get-thumbnail-image): New utility function.
7024 Suggested by from Chong Yidong.
7025 (tumme-dired-with-window-configuration): Rename from
7026 `tumme-dired'. Add code to save window configuration.
7027 (tumme-restore-window-configuration): New command to restore the
7028 window configuration that `tumme-dired-with-window-configuration'
7029 saves before it changes the window configuration.
7030 (tumme-show-all-from-dir): New command to display thumbnails for
7031 all files in a directory entered by the user, like M-x thumbs.
7032 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7033 have been created.
7034 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7035 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7036 Remove obsolete test function.
7037
7038 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7039
7040 * vc.el (small-temporary-file-directory): Remove defvar; there's
7041 a defcustom for it in files.el.
7042
7043 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7044 Fix typo in message.
7045 (tumme-gallery-generate): Fix typo in `error' message.
7046 (tumme-display-window-height-correction)
7047 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7048 (tumme-line-up-interactive): Dox fixes.
7049 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7050 (tumme-restore-window-configuration, tumme-format-properties-string)
7051 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7052 Fix typos in docstrings.
7053
7054 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7055
7056 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7057
7058 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7059
7060 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7061 User should use hook if desired.
7062
7063 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7064 buffer if necessary.
7065 (gdb-delete-frame-or-window): New function.
7066 (gdb-breakpoints-mode-map): Bind "q" to it.
7067
7068 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * textmodes/nroff-mode.el: Clean up name space.
7071 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7072 (nroff-mode): Obey the global setting of nroff-electric-mode.
7073 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7074
7075 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7076
7077 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7078
7079 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7080
7081 2006-02-06 Lars Hansen <larsh@soem.dk>
7082
7083 * generic-x.el (etc-fstab-generic-mode): Add file system types
7084 cifs and usbdevfs. Allow special chars in file names.
7085
7086 2006-02-05 Jay Belanger <belanger@truman.edu>
7087
7088 Update copyright notices of the files in lisp/calc.
7089
7090 2006-02-05 Romain Francoise <romain@orebokech.com>
7091
7092 Update copyright notices of all files in the lisp/play directory.
7093
7094 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7095
7096 * ldefs-boot.el: Regenerate.
7097
7098 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7099
7100 2006-02-05 Kim F. Storm <storm@cua.dk>
7101
7102 * files.el (magic-mode-regexp-match-limit): New defvar.
7103 (set-auto-mode): Use it to limit magic-mode-alist matching.
7104
7105 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7106
7107 * simple.el (display-message-or-buffer): Compare the number of
7108 characters to the frame width when determining whether a 1-line
7109 message string will fit in the echo area. Count screen lines
7110 instead of buffer lines when determining whether a multi-line
7111 message will fit in the echo area/minibuffer window.
7112
7113 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7114
7115 * info.el (Info-index, Info-mode): Improve the description of the
7116 `i' command.
7117
7118 * ldefs-boot.el: Regenerate.
7119
7120 2006-02-03 Werner Lemberg <wl@gnu.org>
7121
7122 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7123 greedy to find the closing bracket in \*[...] and similar
7124 expressions. This is a first rough fix -- many additional
7125 refinements are necessary to make nroff mode really usable with groff.
7126
7127 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7128
7129 * international/mule-cmds.el (set-locale-environment):
7130 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7131 libX11.
7132
7133 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7134
7135 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7136 archive are created in archive-tmpdir.
7137
7138 2006-02-02 John Paul Wallington <jpw@pobox.com>
7139
7140 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7141 (ibuffer-fontification-alist): Use it.
7142 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7143 to "* z" and the Ibuffer Mark menu.
7144
7145 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7146
7147 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * textmodes/table.el (*table--cell-describe-mode)
7150 (*table--cell-describe-bindings): Undo last change since
7151 print-help-return-message is not obsoleted by anything at all.
7152
7153 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7154
7155 * emulation/cua-base.el (cua-mode): Doc fix.
7156
7157 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7158
7159 * dframe.el (dframe-handle-make-frame-visible)
7160 (dframe-handle-iconify-frame, dframe-get-focus)
7161 (dframe-select-attached-frame, dframe-power-click)
7162 (dframe-frame-mode): Fix typos in docstrings.
7163
7164 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7165 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7166 Fix typos in docstrings.
7167
7168 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7169 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7170 (hi-lock-archaic-interface-message-used)
7171 (hi-lock-file-patterns-range): Fix typos in docstrings.
7172
7173 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7174 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7175
7176 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7177 Fix typo in docstring.
7178
7179 * net/newsticker.el (newsticker--decode-iso8601-date)
7180 (newsticker--set-customvar, newsticker--buffer-insert-item)
7181 (newsticker--do-run-auto-mark-filter)
7182 (newsticker--parse-generic-feed): Doc fixes.
7183 (newsticker--retrieval-timer-list, newsticker-url-list)
7184 (newsticker-hide-immortal-items-in-echo-area)
7185 (newsticker-hide-obsolete-items-in-echo-area)
7186 (newsticker-new-item-face, newsticker--enclosure)
7187 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7188 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7189 (newsticker--parse-generic-feed, newsticker--cache-contains)
7190 (newsticker--stat-num-items, newsticker-download-enclosures):
7191 Fix typos in docstrings.
7192
7193 * net/rcirc.el (rcirc-debug): Doc fix.
7194 (rcirc-fill-column, rcirc-receive-message-hooks)
7195 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7196 (rcirc-mode, rcirc-generate-new-buffer-name)
7197 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7198 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7199 Fix typos in docstrings.
7200 (rcirc-print): "?\ " -> "?\s".
7201 (rcirc-cmd-join): Improve argument/docstring consistency.
7202
7203 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7204
7205 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7206 before narrow-to-region.
7207
7208 2006-02-01 Richard M. Stallman <rms@gnu.org>
7209
7210 * simple.el (move-beginning-of-line): Scan properly for invis change.
7211
7212 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7213
7214 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7215
7216 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7217 change bit only when id-format is 'integer. Reported by Matt
7218 Hodges <M.P.Hodges@rl.ac.uk>.
7219
7220 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7221
7222 * hilit-chg.el (highlight-changes-initial-state)
7223 (highlight-changes-global-initial-state): Doc fixes.
7224 (highlight-changes-global-modes, global-highlight-changes):
7225 Fix typos in docstrings.
7226
7227 2006-02-01 Kim F. Storm <storm@cua.dk>
7228
7229 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7230 transient-mark-mode in doc string.
7231
7232 2006-01-31 Richard M. Stallman <rms@gnu.org>
7233
7234 * replace.el (multi-occur): Doc fix.
7235 (multi-occur-in-matching-buffers): Rename from
7236 multi-occur-by-filename-regexp. Prefix arg says match
7237 buffer names instead of file names.
7238
7239 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7240
7241 * bs.el: Allow non-default values of `bs-header-lines-length'.
7242 (bs--running-in-xemacs): Remove (not needed anymore).
7243 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7244 instead of `shrink-window', thus avoiding having to compute the
7245 height of the window.
7246 (bs--up): Wrap around even when there's no header.
7247 (bs--down): Use `forward-line' instead of `next-line'.
7248
7249 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7250
7251 * image-mode.el (image-toggle-display): Use file name if possible,
7252 instead of unnecessarily allocating a (possibly huge) lisp string.
7253
7254 2006-01-30 John Paul Wallington <jpw@pobox.com>
7255
7256 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7257 because the `assert' macro signals it at runtime.
7258
7259 * emacs-lisp/cl.el (toplevel): Remove definition of
7260 `cl-assertion-failed' condition.
7261
7262 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7263
7264 * thumbs.el (thumbs-marked-list): Make buffer-local and
7265 permanent-local.
7266 (thumbs-insert-thumb): Make help-echo non-sticky.
7267 (thumbs-file-alist): Use eolp as check for (non)-image.
7268
7269 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7270
7271 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7272 (ediff-before-session-group-setup-hooks)
7273 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7274 Fix typos in docstrings.
7275
7276 * window.el (bw-dir, bw-eqdir, balance-windows)
7277 (split-window-keep-point): Fix typos in docstrings.
7278
7279 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7280 (org-quote-string, org-calendar-to-agenda-key)
7281 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7282 (org-show-following-heading, org-tags-column)
7283 (org-use-tag-inheritance, org, org-allow-space-in-links)
7284 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7285 (org-enable-table-editor, org-calc-default-modes)
7286 (org-table-allow-automatic-line-recalculation)
7287 (org-export-html-style, org-export-with-fixed-width)
7288 (org-export-with-sub-superscripts, org-special-keyword)
7289 (org-formula, org-time-grid, org-table-may-need-update)
7290 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7291 (org-goto-quit, org-get-indentation, org-end-of-item)
7292 (org-move-item-down, org-move-item-up)
7293 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7294 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7295 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7296 (org-agenda-log-mode, org-agenda-toggle-diary)
7297 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7298 (org-agenda-file-to-end, org-agenda-no-heading-message)
7299 (org-agenda-get-closed, org-format-agenda-item)
7300 (org-cmp-priority, org-cmp-category, org-cmp-time)
7301 (org-agenda-change-all-lines, org-agenda-diary-entry)
7302 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7303 (org-link-search, org-camel-to-words, org-open-file)
7304 (org-remember-handler, org-table-convert-region)
7305 (org-table-move-row-down, org-table-move-row-up)
7306 (org-table-copy-region, org-table-wrap-region)
7307 (org-table-toggle-vline-visibility)
7308 (org-table-get-vertical-vector, org-table-modify-formulas)
7309 (org-table-get-specials, org-recalc-commands)
7310 (org-table-rotate-recalc-marks, org-table-eval-formula)
7311 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7312 (org-level-color-stars-only, org-insert-heading):
7313 Fix typos in docstrings.
7314 (last-arg): Add defvar.
7315
7316 * makefile.w32-in (WINS): Add erc.
7317 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7318
7319 2006-01-29 Bill Wohler <wohler@newt.com>
7320
7321 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7322 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7323 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7324 (mh-autoloads): Don't use comments on otherwise empty lines.
7325
7326 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7327
7328 * emulation/viper.el (viper-major-mode-modifier-list): Add
7329 insert-state and vi-state entries for erc-mode.
7330 (viper-go-away, viper-set-hooks): Add and remove
7331 viper-comint-mode-hook from erc-mode-hook as appropriate.
7332
7333 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7334
7335 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7336
7337 * bs.el (bs--format-aux): Implement `middle' alignment as
7338 described in the docstring for `bs-attributes-list'.
7339 (bs--get-name): Simplify. Don't pad the buffer name.
7340
7341 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7342
7343 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7344 English aspell dictionary is installed, use the first entry of
7345 ispell-dictionary-alist-1.
7346
7347 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7348
7349 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7350 Doc fix.
7351
7352 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7353
7354 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7355 for `process-file', in order to let it work for older Emacsen too.
7356
7357 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7358
7359 * international/latexenc.el: Add a suitable `coding:' tag.
7360 (latexenc-find-file-coding-system): Undo last change.
7361
7362 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7363
7364 * international/latexenc.el (latexenc-find-file-coding-system):
7365 Make sure latexenc-main-file is a regular file and is readable.
7366
7367 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7368
7369 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7370 Pass FILE to vc-user-login-name.
7371
7372 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7373
7374 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7375
7376 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7377 there are no more images to display.
7378 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7379 the next image.
7380
7381 2006-01-26 Richard M. Stallman <rms@gnu.org>
7382
7383 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7384
7385 * wid-edit.el (advertised-widget-backward): New alias.
7386 (widget-keymap): Use advertised-widget-backward for S-TAB.
7387
7388 * tumme.el: Correct the keywords.
7389 (tumme-dir-max-size): Use defvar.
7390 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7391
7392 * simple.el (move-beginning-of-line): Take account of fields.
7393 (clone-indirect-buffer-other-window): Take args like
7394 clone-indirect-buffer, and work like it.
7395
7396 * help-fns.el (describe-function): Don't pass `nil' as default.
7397
7398 * files.el (risky-local-variable-p): Follow var aliases.
7399
7400 * subr.el (lazy-completion-table): Doc fix.
7401
7402 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7403 global binding of `line'.
7404
7405 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7406
7407 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7408 Tramp.
7409
7410 * vc.el (vc-default-dired-state-info): Pass FILE to
7411 vc-user-login-name.
7412 (vc-default-update-changelog): Don't use vc-user-login-name, we
7413 don't need it here.
7414
7415 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7416 no longer necessary.
7417
7418 2006-01-25 Kenichi Handa <handa@m17n.org>
7419
7420 * international/mule.el (decode-char): Avoid the overhead of
7421 calling utf-lookup-subst-table-for-decode if
7422 utf-translate-cjk-mode is nil.
7423 (encode-char): Avoid the overhead of calling
7424 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7425 nil.
7426
7427 2006-01-22 Kenichi Handa <handa@m17n.org>
7428
7429 * international/mule.el (make-subsidiary-coding-system): Reset
7430 `coding-system-define-form' property of subsidiaries to nil.
7431 Avoid duplicated entry in coding-system-alist.
7432 (make-coding-system): Avoid duplicated entry in
7433 coding-system-alist.
7434 (define-coding-system-alias): Likewise.
7435
7436 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7437
7438 * completion.el: Minor fixes in introductory comment.
7439 (completion-def-wrapper): Fix alist.
7440
7441 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7442
7443 * thumbs.el (thumbs-new-image-size): New function.
7444 (thumbs-increment-image-size-element)
7445 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7446 (thumbs-decrement-image-size): Delete.
7447 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7448 temp files and use to resize.
7449 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7450 Use increment argument to enlarge/shrink. Preserve point.
7451 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7452 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7453 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7454 (thumbs-mark, thumbs-unmark): Preserve point.
7455 (thumbs-modify-image): Keep old temp files and use to modify.
7456 Cleanup old temp files at load time. Preserve point.
7457 (thumbs-view-image-mode-map): Use new command names.
7458
7459 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7462
7463 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7464 the nastiest part of the cyclic dependency.
7465 (cal-menu-update): Use dotimes and calendar-increment-month.
7466
7467 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7468 (calendar-week-start-day): Add an :initializer.
7469 (calendar-mode-map): Use suppress-keymap, and command remapping.
7470 (describe-calendar-mode): Setup xref-stack info for the back button.
7471 (calendar-star-date): Insert before delete.
7472 (calendar-set-mode-line): Add file-modified info if applicable.
7473 (calendar-increment-month): New function.
7474
7475 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7476
7477 * font-lock.el (lisp-font-lock-keywords-2):
7478 Recognize "& keywords" only at word boundaries.
7479
7480 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7481
7482 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7483 and permanent-local.
7484 (thumbs-max-image-number): New variable.
7485 (thumbs-do-thumbs-insertion): Use them.
7486 (thumbs-per-line): Change default to 4.
7487 (thumbs-marked-list): Rename from thumbs-markedL.
7488 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7489 (thumbs-rename-images): Use -list instead of L for internal variables.
7490 (thumbs-call-convert): Use call-process instead of shell-command.
7491 (thumbs-insert-thumb): Add filename as help-echo to each image.
7492 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7493 Give dir to thumbs-show-thumbs-list.
7494 (thumbs-show-thumbs-list): Set default-directory to that of images.
7495 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7496 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7497 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7498 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7499
7500 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * ses.el (ses-read-cell): Provide a default value.
7503
7504 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7505
7506 * term/w32-win.el (image-library-alist): Add additional names for
7507 GIF library.
7508
7509 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7510
7511 * international/latexenc.el (latexenc-find-file-coding-system):
7512 Add file-regular-p check.
7513
7514 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * simple.el (clone-buffer): Don't show the new buffer in the same
7517 window.
7518
7519 2006-01-23 Juri Linkov <juri@jurta.org>
7520
7521 * faces.el (link, link-visited): New faces based on default values
7522 of `info-xref' and `info-xref-visited'.
7523
7524 * info.el (info-xref): Inherit from `link'.
7525 (info-xref-visited): Inherit from `link-visited'.
7526
7527 * cus-edit.el (custom-buffer-create-internal): Use widget type
7528 `custom-manual' instead of `info-link' and don't set properties
7529 `button-face' and `mouse-face' explicitly.
7530 (custom-browse-group-tag, custom-browse-variable-tag)
7531 (custom-browse-face-tag): Inherit from widget class
7532 `custom-group-link' instead of `push-button'.
7533 (custom-button-unraised): Inherit from `underline' face.
7534 (custom-link): Inherit from `link' face. Fix doc and group.
7535 (custom-add-parent-links, custom-group-value-create): Don't set
7536 properties `button-face' and `mouse-face' explicitly for
7537 `custom-group-link' widget.
7538 (custom-group-link): Add properties `button-face' and `mouse-face'
7539 to widget definition.
7540 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7541 editable-field's :keymap property.
7542 (custom-mode): Fix docstring: substitute keybindings for
7543 `widget-forward' and `widget-backward' from `widget-keymap',
7544 `widget-complete' from `custom-field-keymap', replace old
7545 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7546
7547 * desktop.el (desktop-load-file): Check for `fboundp' before
7548 calling `symbol-function'.
7549
7550 * simple.el (clone-buffer, clone-indirect-buffer)
7551 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7552 `read-string'. Fix prompts.
7553
7554 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7555
7556 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7559
7560 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7561
7562 * startup.el (inhibit-splash-screen, initial-scratch-message):
7563 Doc fixes.
7564
7565 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7566
7567 Sync with Tramp 2.0.52.
7568
7569 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7570 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7571 `tramp-unload-tramp' for checklist.
7572
7573 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7574 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7575 (tramp-unload-file-name-handler-alist)
7576 (tramp-unload-tramp): New defuns.
7577 (tramp-advice-PC-expand-many-files): New defadvice.
7578 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7579 removed.
7580 (tramp-handle-expand-file-name): Remove double slash.
7581 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7582 It doesn't matter, because it will be converted later on.
7583 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7584 implementation was just heuristic.
7585 (tramp-post-connection): Set uid and gid properties.
7586 (tramp-convert-file-attributes): Set file's gid change bit.
7587 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7588 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7589 in case of su(do)? methods. The home directory of the local user
7590 will be taken else.
7591 (tramp-open-connection-telnet)
7592 (tramp-open-connection-rsh, tramp-open-connection-su)
7593 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7594 local shell prompt could hurt. Reported by Romain Francoise
7595 <romain@orebokech.com>.
7596 (tramp-let-maybe): Add `edebug-form-spec' property.
7597 (tramp-handle-expand-file-name): Bind `default-directory' locally
7598 to "/" in order to avoid problems with UNC shares or Cygwin
7599 mounts.
7600 (tramp-md5-function): Fix typo in error message.
7601
7602 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7603
7604 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7605 for byte-compiler pacification.
7606
7607 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7608
7609 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7610 ID-FORMAT `string'. This allows us to get rid of
7611 `vc-user-login-name UID'.
7612
7613 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7614
7615 2006-01-22 John Paul Wallington <jpw@pobox.com>
7616
7617 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7618
7619 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7620
7621 * emacs-lisp/find-func.el (find-definition-noselect)
7622 (find-variable-noselect): Search variables in C source code too.
7623 (find-function-C-source, find-function-noselect, find-function)
7624 (find-function-other-frame, find-variable-noselect, find-variable)
7625 (find-variable-other-frame, find-variable-at-point):
7626 Fix docstrings.
7627
7628 2006-01-21 Francesco Potorti` <pot@gnu.org>
7629
7630 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7631
7632 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7633
7634 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7635 Default to disabling the "Save affix" question.
7636
7637 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7638
7639 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7640 the first arg to run-python.
7641
7642 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7643
7644 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7645 is not loaded.
7646
7647 2006-01-20 Jay Belanger <belanger@truman.edu>
7648
7649 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7650 limit is 0.
7651
7652 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7653 the correct variable.
7654
7655 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7656
7657 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7658 link. Fixed buggy argument sequence in call to `org-view-tags'.
7659 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7660 (org-prefix-has-tag): New variable.
7661 (org-format-agenda-item): Remove tags from headline if
7662 appropriate.
7663 (org-agenda-remove-tags-when-in-prefix): New option.
7664 (org-get-tags-at): New function.
7665
7666 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7667
7668 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7669 (thumbs-find-image): Move image name and number from buffer name
7670 to mode name. Set thumbs-buffer. Preserve point so that large
7671 images remain visible.
7672 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7673 order.
7674 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7675 mode name.
7676 (thumbs-next-image, thumbs-previous-image): Make them work.
7677
7678 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7679
7680 * cus-edit.el (custom-buffer-create-internal): State in the text above
7681 the whole buffer buttons that they do not operate on hidden items.
7682 (custom-face-menu): Use `custom-face-save' instead of
7683 `custom-face-save-command'.
7684 (custom-face-save-command): Make it an alias for `custom-face-save'
7685 and declare it obsolete.
7686 (custom-face-save): Doc fix.
7687
7688 * dired.el (dired-no-confirm): Add quote.
7689 (dired-subdir-alist-pre-R): Add quote in
7690 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7691
7692 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * textmodes/table.el (table-mode-indicator): Typo in last change.
7695
7696 2006-01-19 Richard M. Stallman <rms@gnu.org>
7697
7698 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7699 Fixes bug reported in Nov 2005.
7700
7701 * isearch.el (isearch-forward): Doc fix.
7702
7703 * dired.el (dired-move-to-filename-regexp): Define as alias.
7704 (dired-no-confirm): Use defcustom.
7705 (dired-subdir-alist-pre-R): Put defvar at top level.
7706
7707 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7708
7709 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7710 Mark as risky.
7711
7712 * simple.el (set-mark-command): Doc fix.
7713 (clone-indirect-buffer-other-window):
7714 Read arg like clone-indirect-buffer.
7715 (move-beginning-of-line): Skip invisible newlines.
7716
7717 2006-01-19 Masatake YAMATO <jet@gyve.org>
7718
7719 * progmodes/cpp.el (cpp-edit-load): Make the order of
7720 listed conditions in a base C code buffer and its associate
7721 CPP Edit buffer the same.
7722
7723 2006-01-19 Kenichi Handa <handa@m17n.org>
7724
7725 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7726 (rmail-mime-feature): Likewise.
7727 (rmail-require-mime-maybe): Use display-warning to show a warning
7728 message.
7729
7730 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7731 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7732
7733 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * array.el: Move defvars out of eval-when-compile.
7736 (array-make-template): Replace undeclared global var with a local one.
7737 (array-mode): Inline initialization functions.
7738 (array-init-local-variables, array-init-max-row)
7739 (array-init-max-column, array-init-columns-per-line)
7740 (array-init-field-width, array-init-rows-numbered)
7741 (array-init-line-length, array-init-lines-per-row): Remove.
7742
7743 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7744 (doc-mode-map): Define explicitly.
7745 (doctor-txtype): Use mapc.
7746
7747 * textmodes/table.el: Move defvars out of eval-when-compile.
7748 Remove harmful code meant to avoid byte-compiler warnings.
7749 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7750 specification that checks table-fixed-width-mode directly.
7751 (table-recognize-region, table-recognize-cell):
7752 Use restore-buffer-modified-p.
7753 (table-fixed-width-mode): Remove code that refreshes
7754 table-fixed-mode-indicator.
7755 (*table--cell-describe-bindings, *table--cell-describe-mode):
7756 Avoid obsolete name print-help-return-message.
7757 (table--test-cell-list): Don't use replace-regexp from elisp.
7758 (table--point-entered-cell-function, table--point-left-cell-function):
7759 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7760
7761 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7762 that was after the end of file. Use buffer-file-name variable.
7763 (org-timestamp-change): Use with-current-buffer.
7764 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7765 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7766 `file'.
7767
7768 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7769 (fortran-break-line): Remove unused var `opoint'.
7770 (fortran-abbrev-start): Obey help-event-list.
7771
7772 2006-01-18 Jesper Harder <harder@phys.au.dk>
7773
7774 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7775
7776 2006-01-18 Masatake YAMATO <jet@gyve.org>
7777
7778 * progmodes/make-mode.el (makefile-imake-mode): New mode
7779 derived from makefile-mode.
7780 (makefile-imake-mode-syntax-table): New syntax table
7781 derived from makefile-mode-syntax-table.
7782 (makefile-mode): Write about makefile-imake-mode in doc string.
7783 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7784 (makefile-imake-font-lock-keywords): New font lock keywords.
7785
7786 * files.el (auto-mode-alist): Add Imakefile.
7787
7788 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7789
7790 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7791 loading the file rather than when turning on flyspell-mode.
7792
7793 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7794
7795 * cus-edit.el (customize-rogue): Minor doc fix.
7796
7797 2006-01-17 Juri Linkov <juri@jurta.org>
7798
7799 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7800 instead of the file at the mark as default if the file at the mark
7801 is the same as the file at point or if dired-dwim-target-directory
7802 is not the same as the current directory and the mark is not active.
7803
7804 * log-view.el (log-view-minor-wrap): Use the same logic to get
7805 revisions as `log-view-diff'.
7806
7807 * info.el (Info-revert-find-node): Check for Info-current-file
7808 before preserving new-history.
7809
7810 * man.el (Man-heading-regexp): Add `/'.
7811
7812 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7813 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7814
7815 2006-01-16 Juri Linkov <juri@jurta.org>
7816
7817 * faces.el (mode-line-faces): New defgroup.
7818 (mode-line-highlight): Move definition after new defgroup.
7819 (mode-line, mode-line-inactive, mode-line-highlight):
7820 Replace :group `modeline' with `mode-line-faces'.
7821 (mode-line-buffer-id): New face.
7822 (modeline-buffer-id): New face alias.
7823 (vertical-border): Remove :group `modeline'.
7824
7825 * bindings.el (propertized-buffer-identification): Use face
7826 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7827 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7828 (mode-line-buffer-identification-keymap): For mouse-1 replace
7829 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7830 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7831 mouse-3.
7832
7833 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7834 Buffer-menu-buffer. Doc fix.
7835 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7836 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7837 `Buffer-menu-buffer'.
7838
7839 * info.el (Info-mode-line-node-keymap): New defvar.
7840 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7841 Propertize Info-current-node with `mode-line-buffer-id' and
7842 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7843
7844 * time.el (display-time-mail-face): Replace :group `faces' with
7845 `mode-line-faces'.
7846
7847 2006-01-16 Kenichi Handa <handa@m17n.org>
7848
7849 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7850
7851 * language/european.el (cp1252): New alias for windows-1252.
7852
7853 * international/mule.el (autoload-coding-system): Prepare for EOL
7854 variants.
7855
7856 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7857
7858 * term.el (term-raw-map): Add mapping for insert.
7859 (term-send-insert): New.
7860 (term-mode): Make variables local here instead of doing it in
7861 `term-emulate-terminal'.
7862 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7863 Scroll reverse needs to take into account the scroll region.
7864 Saving and restoring the cursor should save the color attributes too.
7865 (term-reset-terminal): Reset the scroll region.
7866 (term-handle-ansi-escape): Cursor up and down should take into
7867 account the scroll region.
7868 (term-set-scroll-region): Rename from `term-scroll-region'.
7869 Move to 0,0 after setting the region.
7870 (term-handle-scroll): Handle scroll up.
7871 (term-down): Fix off by one error.
7872 (term-delete-lines): Do not delete outside the scroll region.
7873 (term-insert-lines): Take into account the scroll region.
7874
7875 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * textmodes/ispell.el (ispell-internal-change-dictionary)
7878 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7879 (start, end): Move declaration outside of eval-when-compile.
7880
7881 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7882 (flyspell-mode-on): Use it.
7883
7884 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7885 ispell-kill-ispell-hook.
7886
7887 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7888
7889 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7890 (Custom-reset-saved): Do not ask for confirmation in single option
7891 buffers.
7892
7893 2006-01-13 Richard M. Stallman <rms@gnu.org>
7894
7895 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7896
7897 2006-01-13 Romain Francoise <romain@orebokech.com>
7898
7899 * add-log.el (add-change-log-entry, change-log-merge):
7900 Conditionally use `hard-newline'.
7901
7902 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7903
7904 * wid-edit.el (widget-field-end): If the overlay is no longer
7905 associated with a buffer, behave as if the overlay didn't exist.
7906
7907 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7908 Make sure the links use the `custom-link' face.
7909
7910 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7913 (ld-script-mode): Don't set indent-line-function since we don't
7914 have one.
7915
7916 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7917
7918 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7919 application.
7920 (org-file-apps-defaults-gnu): Use mailcap as the default for
7921 selecting an application on a UNIX system.
7922 (org-agenda-show-tags): New command.
7923 (org-table-insert-hline): Keep cursor in current table line.
7924 (org-table-convert): Offset effect of modifying
7925 `org-table-insert-hline'.
7926 (org-format-agenda-item): New optional argument TAG.
7927 (org-compile-prefix-format): Handle %T format for the tag.
7928 (org-expand-wide-chars): New function.
7929 (org-table-insert-row, org-table-insert-hline):
7930 Use `org-expand-wide-chars'.
7931 (org-open-file): Fix bug in program launch.
7932 (org-get-time-of-day): Fix bug with times before 1am.
7933 (org-agenda-menu): Add tags commands.
7934
7935 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7936
7937 * textmodes/ispell.el (ispell-init-process): Include the used
7938 dictionary in ispell process start message.
7939 (ispell-internal-change-dictionary): When flyspell-mode is active
7940 and dictionary is changed, make sure ispell process is restarted
7941 and flyspell word cache cleared out for the current buffer.
7942 (ispell-change-dictionary): Make sure flyspell word cache is
7943 cleared out in all buffers with active flyspell mode when
7944 dictionary is globally changed.
7945 Call ispell-internal-change-dictionary after dictionary change.
7946
7947 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7948
7949 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7950
7951 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7952 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7953 years. Fix small differences wrt Makefile.in.
7954 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7955 Makefile.in does.
7956
7957 2006-01-12 Bill Wohler <wohler@newt.com>
7958
7959 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7960 mh-search.el.
7961
7962 2006-01-12 Masatake YAMATO <jet@gyve.org>
7963
7964 * progmodes/ld-script.el: Update copyright year.
7965
7966 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7967
7968 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7969 Don't add widget if setting undefined.
7970
7971 2006-01-12 John Paul Wallington <jpw@pobox.com>
7972
7973 * help-fns.el (describe-variable): Remove newlines from void
7974 variable output.
7975
7976 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7977
7978 * wdired.el (wdired-mode-map): Add help echo for
7979 wdired-abort-changes.
7980
7981 * man.el (Man-file-name-regexp): Adjust for a list of files.
7982
7983 2006-01-12 Masatake YAMATO <jet@gyve.org>
7984
7985 * progmodes/ld-script.el (auto-mode-alist): Support
7986 suffix conventions used in netbsd and eCos.
7987
7988 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7989
7990 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7991 (custom-variable-menu, custom-face-menu, custom-group-menu)
7992 (Custom-mode-menu): Change names of menu items. (As discussed on
7993 emacs-devel.)
7994 (custom-face-menu): Add "Undo Edits" item.
7995
7996 * startup.el (init-file-user): defcustom -> defvar.
7997
7998 * tooltip.el (tooltip-mode): Doc fix.
7999
8000 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * reveal.el (reveal-post-command): window-buffer signals an error on
8003 dead windows rather than returning nil.
8004 (reveal-open-new-overlays): An overlay might die while we open others.
8005
8006 2006-01-11 Bill Wohler <wohler@newt.com>
8007
8008 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8009 phrasing in docstring.
8010
8011 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8012 can give some systems gas. Add new file mh-buffers.el.
8013
8014 2006-01-06 Masatake YAMATO <jet@gyve.org>
8015
8016 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8017 C preprocessor forward ported from GNU Emacs 21.2.
8018
8019 * progmodes/asm-mode.el (asm-font-lock-keywords):
8020 Use `cpp-font-lock-keywords'.
8021
8022 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8023
8024 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8025 of $ for "\\.ld[s]?".
8026
8027 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8030 (tcl-indent-line): Return `noindent' if inside a string.
8031
8032 * progmodes/flymake.el (flymake-split-string): Remove more than one
8033 empty string at beg/end of the result.
8034 (flymake-find-buildfile, flymake-find-possible-master-files):
8035 Use expand-file-name.
8036 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8037 since expand-file-name does it for us. Use directory-file-name.
8038 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8039 (flymake-ler-get-type, flymake-ler-get-text)
8040 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8041 (flymake-current-line-no): Remove spurious interactive spec.
8042 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8043 (flymake-check-include): Remove arg inc-path merged into inc-name.
8044 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8045 Arg regexp-list replaced by a simple regexp.
8046 (flymake-master-make-header-init, flymake-master-tex-init):
8047 Correspondingly replace regexp-list with a regexp. Fix regexp.
8048
8049 2006-01-10 Simon Josefsson <jas@extundo.com>
8050
8051 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8052 describing AUTH PLAIN fix.
8053
8054 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8055
8056 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8057 (report-emacs-bug): Don't record initial prompt text.
8058 Instead, add text properties to prompting text.
8059 (report-emacs-bug-hook): Delete prompting text.
8060
8061 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8064 `dirs'. Adjust callers.
8065
8066 2006-01-09 John Paul Wallington <jpw@gnu.org>
8067
8068 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8069
8070 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * reveal.el (reveal-open-new-overlays): New extracted fun.
8073 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8074 using them. Simplify the code.
8075 (reveal-post-command): Use them. Fix up obsolete windows in
8076 reveal-open-spots.
8077
8078 * progmodes/flymake.el: Use `require' rather than autoload for
8079 XEmacs's overlays.
8080 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8081 Delete. Use file-relative-name instead.
8082 (flymake-get-syntax-check-program-args, flymake-perl-init):
8083 Simplify the resulting code.
8084
8085 * log-view.el (log-view-file-re, log-view-message-re): Add support
8086 for DaRCS output.
8087
8088 2006-01-09 Alex Schroeder <alex@gnu.org>
8089
8090 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8091 identifiers sometimes added in square brackets at the beginning of
8092 subject lines.
8093
8094 2006-01-07 Richard M. Stallman <rms@gnu.org>
8095
8096 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8097 (Custom-reset-current, Custom-reset-saved): Change question text.
8098 (Custom-reset-standard): Likewise.
8099 (custom-variable-reset-saved): Doc fix.
8100
8101 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8102
8103 * startup.el (init-file-user): Doc fix.
8104
8105 2006-01-07 Alex Schroeder <alex@gnu.org>
8106
8107 * mail/rmail.el (rmail-current-subject): New function.
8108 (rmail-current-subject-regexp): New function.
8109 (rmail-next-same-subject): Use it.
8110
8111 * mail/rmailsum.el (rmail-summary-by-topic):
8112 Use rmail-current-subject and rmail-current-subject-regexp.
8113 (rmail-summary-next-same-subject): Ditto.
8114
8115 * net/rcirc.el (rcirc-send-input): No longer check whether the
8116 process is open, since not all commands need an open process.
8117 (rcirc-send-string): Check whether the process is open before
8118 sending anything.
8119 (rcirc-ignore-list): New option.
8120 (rcirc-ignore-list-automatic): New variable.
8121 (rcirc-print): Take rcirc-ignore-list into account.
8122 (rcirc-cmd-ignore): New command.
8123 (rcirc-ignore-update-automatic): New function.
8124 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8125 list if ignored nicks.
8126 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8127
8128 2006-01-06 David Reitter <david.reitter@gmail.com>
8129
8130 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8131 reflect the address to which the report will be sent.
8132
8133 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8134
8135 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8136 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8137
8138 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8139
8140 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8141
8142 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8143 the doc string: "functoin" => "function".
8144 * ldefs-boot.el: Likewise.
8145
8146 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8147 message text: "Duplicat" => "Duplicate".
8148
8149 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8150
8151 * files.el (basic-save-buffer-2): If backing-up failed, reset
8152 buffer-backed-up to nil.
8153
8154 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8155
8156 * progmodes/gud.el (gdb-script-skip-to-head)
8157 (gdb-script-calculate-indentation): Indent for breakpoint command
8158 lists also.
8159
8160 2006-01-05 Bill Wohler <wohler@newt.com>
8161
8162 * Makefile.in (compile-always): Add mh-autoloads dependency.
8163 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8164 provides it.
8165 (updates): Remove mh-autoloads dependency, since it probably has
8166 already run recently (via recompile).
8167
8168 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8171 argument `force' to disable the flyspell-last-buffer optimization.
8172 (flyspell-mode-on): Use it.
8173
8174 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8175 flymake-simple-cleanup.
8176 (flymake-allowed-file-name-masks): Use this new default.
8177 All the functions are now called in the right buffer rather than
8178 passing the buffer as argument.
8179 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8180 (flymake-parse-err-lines): Remove redundant buffer arg.
8181 (flymake-get-program-dir): Comment out unused function.
8182 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8183 Remove redundant buffer argument.
8184 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8185 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8186
8187 2006-01-05 Richard M. Stallman <rms@gnu.org>
8188
8189 * info.el (Info-find-node): Don't record previous node if have none.
8190 (info): Go to directory only if history is empty.
8191
8192 * simple.el (mark): Doc fix.
8193
8194 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8195
8196 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8197 already of desired type.
8198 (mac-ae-list): Coerce parameter to "list" type.
8199 (mac-dispatch-apple-event): Replace cadr part of event with a
8200 dummy position so that event-start returns it.
8201
8202 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8203
8204 * textmodes/org.el (org-end-of-subtree): New function.
8205 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8206 Use `org-end-of-subtree'.
8207 (org-agenda, org-agenda-convert-date): Protect calls to
8208 `fit-window-to-buffer'.
8209 (org-tags-view): Force matching of sublevels when doing a
8210 todo-only search. Define the correct redo command, including the
8211 arguments.
8212 (org-agenda-redo): Display message.
8213 (org-check-for-org-mode): New function.
8214 (org-agenda-type): New variable.
8215 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8216 Set `org-agenda-type'.
8217 (org-agenda-check-type): New function.
8218 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8219 (org-agenda-week-view, org-agenda-day-view)
8220 (org-agenda-next-date-line, org-agenda-previous-date-line)
8221 (org-agenda-log-mode, org-agenda-toggle-diary)
8222 (org-agenda-toggle-time-grid, org-agenda-date-later)
8223 (org-agenda-date-prompt, org-agenda-diary-entry)
8224 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8225 (org-agenda-convert-date, org-agenda-menu):
8226 Use `org-agenda-check-type'.
8227 (org-make-overlay, org-delete-overlay)
8228 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8229 New compatibility functions.
8230 (org-calendar-select-mouse): New command.
8231
8232 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8233
8234 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8235 (Custom-reset-standard): Fix y-or-n-p messages.
8236 (custom-link): New face for links.
8237 (custom-buffer-create-internal, custom-manual): Use it.
8238 (custom-face-save): Push to theme-face before setting face spec.
8239
8240 * wid-edit.el (widget-default-mouse-face-get): New function.
8241 (widget-specify-button): Handle mouse-face like button-face.
8242
8243 * custom.el (load-theme): Clear old theme settings if reloading.
8244
8245 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8246
8247 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8248 "Erase Customization" button back to same position it occupies in
8249 the individual State menus.
8250
8251 2006-01-04 Kim F. Storm <storm@cua.dk>
8252
8253 * wid-edit.el (key-sequence): Rework widget to read key binding
8254 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8255 (widget-key-sequence-default-value): Default value for empty sequence.
8256 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8257 (widget-key-sequence-read-event): New command for C-q.
8258 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8259 (widget-key-sequence-value-to-external): New functions.
8260
8261 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8264 Use expand-file-name.
8265 (flymake-delete-temp-directory): Use expand-file-name,
8266 file-name-directory, and directory-file-name.
8267 (flymake-strrchr): Delete.
8268 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8269 to the init-f function.
8270 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8271 (flymake-init-find-buildfile-dir)
8272 (flymake-init-create-temp-source-and-master-buffer-copy)
8273 (flymake-simple-make-init-impl, flymake-simple-make-init)
8274 (flymake-master-make-init, flymake-master-make-header-init)
8275 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8276 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8277 (flymake-xml-init): Remove corresponding redundant buffer argument.
8278 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8279 the default anyway. Clean up regexps.
8280
8281 * progmodes/flymake.el (flymake-temp-source-file-name)
8282 (flymake-master-file-name, flymake-temp-master-file-name)
8283 (flymake-base-dir): New buffer-local vars.
8284 (flymake-buffer-data, flymake-get-buffer-value)
8285 (flymake-set-buffer-value): Replace those hash-tables by the new
8286 buffer-local vars. Update callers.
8287
8288 * progmodes/flymake.el (flymake-check-start-time)
8289 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8290 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8291 Move definition, so we can remove redundant earlier declaration.
8292 (flymake-replace-regexp-in-string, flymake-split-string)
8293 (flymake-get-temp-dir): Use defalias.
8294 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8295 (flymake-xemacs-window-edges): Remove unused function.
8296 (flymake-get-point-pixel-pos): Move.
8297 (flymake-pid-to-names, flymake-reg-names)
8298 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8299 Replace by a simple list flymake-processes and by process-buffer.
8300 Update callers. Other than simplify the code, it uses buffers rather
8301 than buffer-names so it doesn't get confused by uniquify.
8302 (flymake-buffer-data): The global value should just be nil.
8303
8304 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8305 Optimize the body of a defalias like any other code.
8306
8307 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8308 Make sure we've setup font-lock's vars. It may influence which
8309 function we then call.
8310 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8311 here since it's too late anyway.
8312
8313 2006-01-03 Romain Francoise <romain@orebokech.com>
8314
8315 * startup.el (fancy-splash-tail, normal-splash-screen):
8316 Update copyright year.
8317
8318 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8319
8320 * mouse.el (mouse-drag-track): Rename, from
8321 `mouse-drag-region-1'. Includes optional argument required to
8322 enable post-drag event processing (e.g. delete region keys).
8323 Can be used without this argument to track a mouse region and operate
8324 on it as soon as the drag completes.
8325 (mouse-drag-region): Use `mouse-drag-track'.
8326
8327 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8328
8329 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8330 Move to `custom-buffer' group.
8331
8332 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8333 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8334 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8335 (custom-theme-face-menu): New variables.
8336 (custom-theme-add-variable, custom-theme-variable-action)
8337 (custom-variable-reset-theme, custom-theme-delete-variable)
8338 (custom-face-reset-theme, custom-theme-face-action)
8339 (custom-theme-delete-face, custom-theme-merge-theme)
8340 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8341
8342 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8343
8344 * custom.el: Move Custom Themes commentary to start of theme code.
8345 (custom-known-themes): Rename `standard' theme to `changed'.
8346 (custom-push-theme): Caller no longer specifies what theme to use
8347 when doing `reset'---the setting is simply removed from the theme.
8348 Delete MODE from `theme-value' and `theme-settings' properties.
8349 (custom-declare-theme): Ignore &rest args since we don't use them.
8350
8351 (custom-loaded-themes): Delete variable.
8352 (custom-theme-load-themes, custom-theme-loaded-p)
8353 (custom-theme-value): Delete functions.
8354
8355 (custom-declare-theme): Signal error on invalid theme names.
8356 (provide-theme): custom-loaded-themes was deleted.
8357 (load-theme): Load the file unconditionally.
8358 (enable-theme): Call `load-theme' if theme is undefined.
8359 (custom-enabled-themes): Only update value for successful loads.
8360 (disable-theme): Complete from enabled themes when interactive.
8361 (custom-variable-theme-value): Calculate theme value directly.
8362
8363 (custom-theme-reset-variables, custom-reset-variables): Mark as
8364 XEmacs compatibility functions. We don't actually use these.
8365
8366 * cus-edit.el (custom-variable-state-set):
8367 Use custom-variable-theme-value instead of custom-theme-value.
8368 (custom-face-state-set): Rename `standard' theme to `changed'.
8369 (custom-save-variables, custom-save-faces): Delete unneeded
8370 references to custom-reset-variables.
8371 (custom-save-resets): Delete function.
8372 (custom-save-variables, custom-save-faces): MODE argument deleted.
8373 (custom-save-variables, custom-save-faces): Ignore theme values.
8374
8375 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8376 compatibility function.
8377
8378 2006-01-01 Richard M. Stallman <rms@gnu.org>
8379
8380 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8381 (Custom-reset-current, Custom-reset-saved): Likewise.
8382 (Custom-reset-standard): Show message if aborted.
8383 (custom-mode): Doc fix, describing those commands.
8384
8385 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8386 put on event-kind property.
8387
8388 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8389
8390 * custom.el (provide-theme): Ban `user' theme name.
8391 (custom-enabling-themes): New variable.
8392 (enable-theme): Don't enable user if custom-enabling-themes is t.
8393 (custom-enabled-themes): Make it a defcustom.
8394 (custom-theme-recalc-face): No-op if face is undefined.
8395
8396 * cus-edit.el (custom-button-mouse): New variable.
8397 (custom-button-mouse): New face.
8398 (custom-raised-buttons, custom-mode): Use it.
8399
8400 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8401
8402 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8403
8404 * progmodes/gud.el (gud-display-line): Support hl-line in the
8405 source buffer.
8406
8407 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8408
8409 * mouse.el (mouse-drag-window-above): Verify that the found window
8410 overlaps with the given window in the horizontal dimension.
8411
8412 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8413
8414 * Makefile.in (cvs-update): New target.
8415
8416 * makefile.w32-in (cvs-update): Ditto.
8417
8418 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8421 (custom-new-theme-mode-map): New variable.
8422
8423 2005-12-30 Richard M. Stallman <rms@gnu.org>
8424
8425 * custom.el (custom-load-themes): Function deleted.
8426
8427 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8428 (custom-save-variables): Don't delete or add custom-load-themes call.
8429
8430 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * cus-start.el: Add `visible-cursor'.
8433
8434 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8435 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8436 (flymake-process-filter): Switch to buffer before calling it instead.
8437 (flymake-post-syntax-check, flymake-highlight-err-lines)
8438 (flymake-delete-own-overlays, flymake-parse-err-lines)
8439 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8440 (flymake-count-lines, flymake-parse-residual):
8441 Remove constant buffer argument.
8442 (flymake-start-syntax-check-for-current-buffer): Remove.
8443 Update callers to use flymake-start-syntax-check instead.
8444 (flymake-display-err-menu-for-current-line):
8445 Remove unused var `mouse-pos'.
8446 (flymake-restore-formatting): Comment out unused function.
8447 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8448 argument, use current-buffer instead. Update callers.
8449
8450 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8451
8452 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8453 buffer-local because choose-completion-delete-max-match requires
8454 that we set completion-ignore-case (i.e., binding via let is not
8455 sufficient).
8456 (bibtex-complete): Always set completion-ignore-case and
8457 choose-completion-string-functions. The latter is needed because
8458 choose-completion-string-functions keeps its value if we quit the
8459 *Completions* buffer without requesting a completion.
8460
8461 2005-12-30 Andreas Schwab <schwab@suse.de>
8462
8463 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8464
8465 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8466
8467 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8468
8469 2005-12-30 Juri Linkov <juri@jurta.org>
8470
8471 * locate.el (locate-fcodes-file, locate-header-face)
8472 * progmodes/delphi.el (delphi-other-face)
8473 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8474
8475 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8476 group `paren-showing-faces'.
8477
8478 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8479 (goto-address): Fix docstring.
8480
8481 * net/webjump.el (webjump-sample-sites): Update URLs.
8482
8483 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8484
8485 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8486
8487 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * font-lock.el (font-lock-compile-keywords): Signal an error when
8490 font-lock-set-defaults hasn't been called.
8491
8492 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8493
8494 * subr.el (noreturn, 1value): Doc fixes.
8495
8496 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8497
8498 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8499 that assoc-string returns nil.
8500
8501 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8502
8503 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8504 (bibtex-entry-type-str, bibtex-empty-field-re)
8505 (bibtex-search-backward-string, bibtex-preamble-prefix)
8506 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8507 (bibtex-any-valid-entry-type): New variable.
8508 (bibtex-parse-field-name): Simplify.
8509 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8510 (bibtex-preamble-prefix): Include left delimiter.
8511 (bibtex-search-forward-field, bibtex-search-backward-field):
8512 Allow unbounded search past entry boundaries (required by bibtex-pop).
8513 (bibtex-text-in-field-bounds): Use push.
8514 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8515 (bibtex-parse-preamble, bibtex-valid-entry)
8516 (bibtex-beginning-first-field): New functions.
8517 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8518 (bibtex-map-entries): Fix docstring.
8519 (bibtex-flash-head): New arg prompt. Simplify.
8520 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8521 (bibtex-insert-kill): Simplify. Always insert text past the
8522 current field or entry.
8523 (bibtex-format-entry): Use bibtex-parse-field.
8524 (bibtex-pop): Use bibtex-beginning-of-entry and
8525 bibtex-end-of-entry to initiate the search. Insert empty field if
8526 we found ourselves.
8527 (bibtex-print-help-message): New args field and comma.
8528 Handle entry keys.
8529 (bibtex-make-field): Use bibtex-beginning-of-entry.
8530 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8531 invalid entry.
8532 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8533 Handle preambles. Simplify code for thorough test.
8534 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8535 New arg comma. Handle entry heads.
8536 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8537 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8538 New arg comma.
8539 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8540 (bibtex-fill-field): Simplify.
8541 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8542 bibtex-parse-field.
8543 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8544 (bibtex-complete): Use bibtex-parse-preamble.
8545
8546 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8547
8548 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8549 Display name of expression instead of convenience variable.
8550 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8551
8552 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8553 toggle-gud-tooltip-dereference.
8554 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8555 (gud-tooltip-tips): ...here when dereferencing.
8556
8557 2005-12-28 Bill Wohler <wohler@newt.com>
8558
8559 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8560
8561 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8564 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8565 (vc-annotate-display-autoscale): Adjust call.
8566 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8567 Fix interactive spec.
8568 (vc-annotate-time-span): Remove.
8569 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8570 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8571 (vc-annotate-display-select): Use new name.
8572
8573 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8574 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8575 Correct the construction of span entries. Simplify.
8576 (vc-annotate-display-select): Fix the nil case.
8577 (vc-annotate): Remove obsolete (and now broken) code.
8578 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8579 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8580
8581 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8582
8583 * subr.el (lazy-completion-table): Correct typo in docstring.
8584
8585 * startup.el (command-line): Use `custom-reevaluate-setting' for
8586 `send-mail-function'.
8587
8588 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8589
8590 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8591
8592 * mail/smtpmail.el (smtpmail-try-auth-methods):
8593 Send credentials together with "AUTH PLAIN" command.
8594
8595 2005-12-27 Richard M. Stallman <rms@gnu.org>
8596
8597 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8598 mouse-2, go back to previously selected window, so it's selected
8599 when mouse-2 command runs.
8600
8601 2005-12-27 Juri Linkov <juri@jurta.org>
8602
8603 * descr-text.el (describe-text-sexp): Use square brackets for
8604 button [Show] to distinguish it from the property value `show'.
8605 (describe-property-list): Use `insert-text-button' with
8606 `help-face' type instead of putting face in quotes, because button
8607 is not created automatically for a list of faces.
8608 (describe-text-properties-1): Put button-type value in quotes to
8609 distinguish from plain text "button".
8610 (describe-char): Display code point values in hex. Don't use
8611 `symbol-name' for `current-input-method' because it is a string.
8612 Use `insert-text-button' with `help-face' type instead of putting
8613 hardcoded face in quotes, because button is not created automatically.
8614
8615 2005-12-27 Richard M. Stallman <rms@gnu.org>
8616
8617 * progmodes/glasses.el (glasses-face): More specific custom type.
8618
8619 * files.el (set-visited-file-name): Doc fix.
8620
8621 * textmodes/flyspell.el (flyspell-external-point-words):
8622 Use local var buffer-scan-pos to advance scan for next misspelling.
8623 Advance it only after we find the misspelling.
8624
8625 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8626
8627 * textmodes/flyspell.el (flyspell-external-point-words):
8628 New criteria for finding the misspelling in the buffer.
8629
8630 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8631
8632 * help-mode.el (help-insert-string): Set help-xref-stack-item
8633 rather than call help-setup-xref.
8634
8635 * descr-text.el (describe-char): Revert previous changes for
8636 optional buffer argument.
8637
8638 2005-12-27 Juri Linkov <juri@jurta.org>
8639
8640 * help-mode.el (help-insert-string): New function. Save buffer
8641 contents in cases where it is impossible to recompute the old contents.
8642
8643 * descr-text.el (describe-char): Set help-xref-stack-item
8644 explicitly after buffer has been generated.
8645
8646 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8647
8648 * cus-start.el (all): Add x-gtk-show-hidden-files.
8649
8650 2005-12-26 Richard M. Stallman <rms@gnu.org>
8651
8652 * replace.el (perform-replace): Calculate match-again
8653 before skipping read-only matches.
8654
8655 * paren.el (paren-showing-faces): New group.
8656 (show-paren-match, show-paren-mismatch): Move to that group.
8657
8658 * button.el (button): Put into group `basic-faces'.
8659
8660 * progmodes/make-mode.el: Remove faces from group `faces'.
8661
8662 * apropos.el (apropos, apropos-value): Doc fix.
8663 (apropos-documentation): Doc fix.
8664
8665 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * subr.el (lazy-completion-table): Remove argument `args'.
8668
8669 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8670 Don't use the `args' argument of lazy-completion-table.
8671
8672 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8673
8674 * descr-text.el (describe-char): Add optional argument for buffer.
8675 Set buffer appropriately. Call help-setup-xref.
8676 Suggested by Stefan Monnier.
8677
8678 2005-12-26 Juri Linkov <juri@jurta.org>
8679
8680 * descr-text.el: Require `help-fns' at runtime. Don't require
8681 `button' for byte compilation.
8682 (describe-text-widget): Add `help-echo' for first button.
8683 Use `help-info' for second.
8684 (describe-property-list): Use `help-argument-name' instead of `italic'.
8685 (describe-text-category): Add prompt to interactive spec.
8686 Call `help-setup-xref'.
8687 (describe-char): Use `help-character-set'. Add `help-echo' for
8688 code point. Use `help-input-method'. Remove superfluous insert.
8689
8690 2005-12-25 Richard M. Stallman <rms@gnu.org>
8691
8692 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8693 at point, in case of narrowing.
8694
8695 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8696
8697 * locate.el (locate-header-face): Allow nil in type.
8698
8699 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8700
8701 2005-12-25 Romain Francoise <romain@orebokech.com>
8702
8703 * battery.el (battery-linux-proc-acpi): Also try
8704 `/proc/acpi/thermal_zone/THM0/temperature'.
8705
8706 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8707
8708 * custom.el (custom-push-theme): Fix docstring.
8709
8710 * cus-edit.el (custom-variable-set, custom-variable-save)
8711 (custom-variable-save): Custom-quote widget values.
8712 (customize-save-variable): Fix custom-push-theme call.
8713
8714 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8715
8716 * w32-fns.el (w32-batch-update-autoloads): New function.
8717
8718 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8719 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8720 from the command line.
8721
8722 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8723
8724 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8725 reset means to remove setting from theme entirely. Don't keep
8726 expanding theme-settings list; delete old entries if necessary.
8727
8728 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8729 customization" button one line up.
8730 (custom-themed): New face.
8731 (custom-magic-alist): New value, THEMED, for theme settings.
8732 (custom-variable-state-set, custom-face-state-set):
8733 Check theme-value instead of saved-value.
8734 (custom-variable-reset-standard, custom-face-reset-standard):
8735 Remove theme setting entirely. Recalculate new values.
8736 (custom-variable-set, custom-variable-set)
8737 (custom-variable-reset-saved, custom-variable-reset-backup)
8738 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8739 (custom-variable-save): Fix typos.
8740
8741 2005-12-23 Juri Linkov <juri@jurta.org>
8742
8743 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8744 Add autoload cookies.
8745 (edebug-outside-d-c-i-n-s-w): New variable.
8746 (edebug-display, edebug-outside-excursion): Use it to save the
8747 original value of default-cursor-in-non-selected-windows.
8748 Set default-cursor-in-non-selected-windows to t while Edebug
8749 is active.
8750 (edebug-mode, edebug-eval-mode): Doc fix.
8751
8752 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8753 with `buffer-substring-no-properties' to remove common substring
8754 highlighting.
8755
8756 * info.el (info-other-window, info): Rename function argument
8757 `file' to `file-or-node'.
8758 (Info-complete-menu-item): Use local variable `complete-nodes' to
8759 keep the global value of `Info-complete-nodes' unchanged for
8760 subsequent completions.
8761 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8762
8763 * simple.el (get-next-valid-buffer, last-buffer)
8764 (next-error-buffer-p, next-error-find-buffer)
8765 (minibuffer-history-sexp-flag): Doc fix.
8766
8767 * savehist.el (savehist-mode-hook): Add `:group'.
8768
8769 * log-view.el: Call autoload for vc-find-version.
8770 (log-view-current-file): Adjust subgroup numbers.
8771 (log-view-current-tag): Add `length'.
8772
8773 2005-12-23 Richard M. Stallman <rms@gnu.org>
8774
8775 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8776
8777 2005-12-23 Juri Linkov <juri@jurta.org>
8778
8779 * hi-lock.el (hi-lock-archaic-interface-message-used)
8780 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8781 (hi-lock-mode): Display "Hi" in the mode line only when
8782 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8783 (hi-lock-write-interactive-patterns):
8784 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8785 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8786 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8787 font-lock-add-keywords to t.
8788
8789 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8790
8791 * hi-lock.el (hi-lock-highlight-range): New variable.
8792 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8793 only if font-lock-fontified is non-nil. Remove overlays.
8794 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8795 font-lock-fontified is non-nil, otherwise use overlays (instead of
8796 text properties).
8797 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8798 New variables.
8799 (hi-lock-string-serialize) New function.
8800
8801 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8802
8803 * menu-bar.el (menu-find-file-existing): New function.
8804 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8805
8806 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8807
8808 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8809
8810 * vc.el: Remove unnecessary leading * in docstrings.
8811 (vc-annotate-mode-map): Move initialization into declaration.
8812 (vc-static-header-alist): Nitpick on the regexp.
8813 (vc-default-init-version): New fun.
8814 (vc-register): Use it.
8815 (vc-insert-headers): Use dolist.
8816 (vc-annotate-get-backend): Remove unused function.
8817 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8818 (vc-annotate-mode): Remove corresponding call.
8819 (vc-annotate-car-last-cons): Simplify.
8820 (vc-annotate-buffers): Remove var.
8821 (vc-annotate-backend): Make it buffer-local.
8822 (vc-annotate): Move the interaction to the interactive spec.
8823 Add a `buf' argument.
8824 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8825 killing&creating a vc-annotate buffer, which is very disruptive when
8826 the buffers are shown in dedicated frames.
8827
8828 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8829
8830 * descr-text.el: Add FSF as maintainer.
8831 (describe-text-mode, describe-text-mode-map)
8832 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8833 help-mode.
8834 (describe-text-widget, describe-text-sexp)
8835 (describe-property-list, describe-text-category)
8836 (describe-text-properties, describe-text-properties-1)
8837 (describe-char): Use help buttons instead of widgets.
8838 (describe-char-unicodedata-file): Make URL link in doc string.
8839
8840 2005-12-22 Richard M. Stallman <rms@gnu.org>
8841
8842 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8843 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8844 Don't include buttons that write a file when there's no file.
8845 (custom-variable-menu, custom-face-menu, custom-group-menu):
8846 Don't include commands that write a file when there's no file.
8847 (customize-browse): Reword the top-of-buffer help intro.
8848 (custom-buffer-create-internal): Fix previous change.
8849 (customize-changed-options-previous-release): Prev release is 21.1.
8850 (customize-changed-options): Doc fix.
8851 (customize-changed): New alias.
8852 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8853 Say "standard values".
8854 (Custom-reset-standard): Doc fix.
8855 (custom-face-reset-standard): Doc fix.
8856
8857 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8860 even if font-lock-mode is non-nil since it may be t without having
8861 turned on font-lock-mode-internal.
8862 (font-lock-choose-keywords): Minor optimization.
8863 (font-lock-add-keywords, font-lock-remove-keywords)
8864 (font-lock-set-defaults): Don't call make-local-variable on a variable
8865 that we know to already be local.
8866
8867 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8868
8869 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8870 messages if in the minibuffer.
8871
8872 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8873
8874 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8875 (tex-mode-flyspell-verify, flyspell-get-word)
8876 (flyspell-external-point-words): Don't use point-min/max uselessly.
8877
8878 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8879 by Kevin Rodgers. Instead, just hide the completions buffer if we
8880 don't need to show it.
8881
8882 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8883
8884 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8885
8886 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8889 delete-windows-on with an inexistent buffer.
8890
8891 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8892
8893 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8894 Delete defcustom variable :tag names.
8895
8896 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8899 (log-view-font-lock-keywords): Ajust subgroup numbers.
8900 (log-view-current-tag): Don't hard code the number of subgroups.
8901
8902 2005-12-20 Juri Linkov <juri@jurta.org>
8903
8904 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8905 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8906
8907 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8908 (menu-bar-non-minibuffer-window-p): Instead of checking
8909 display-multi-frame-p, use selected-frame when menu-updating-frame
8910 is nil.
8911
8912 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8913
8914 * align.el (align-rules-list): Use [ \t] instead of \s-
8915 for column separators in text mode.
8916
8917 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8918
8919 * help-mode.el (help-customize-variable, help-customize-face):
8920 Don't pop help-xref-stack as help-follow no longer pushes
8921 anything on to it.
8922
8923 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8924
8925 * textmodes/org.el (org-agenda-custom-commands): New option.
8926 (org-agenda): Offer custom commands on splash screen.
8927 (org-make-tags-matcher): Parser for Boolean logic added.
8928 (org-agenda-set-tags): New command.
8929 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8930 (org-set-tags): Efficiency improvements.
8931 (org-auto-align-tags): New option.
8932 (org-todo, org-demote, org-promote): Realign tags.
8933 (org-tags-completion-function): Use also "&" and "|" as separators.
8934 (org-org-menu): Agenda commands simplified.
8935
8936 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8937
8938 * cus-edit.el (customize-apropos, customize-apropos-options):
8939 Docstring changes.
8940
8941 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8942
8943 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * longlines.el (longlines-mode): Wrap while widened.
8946 (longlines-decode-region, longlines-encode-region): Compute max
8947 just once.
8948
8949 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8950
8951 * cus-edit.el (mac): New group.
8952
8953 * cus-start.el (all): Add user options in macterm.c. Add test for
8954 Mac-related built-ins. Fix test for GTK-related built-ins.
8955
8956 * term/mac-win.el (mac-handle-language-change)
8957 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8958 (mac-services-open-selection, mac-services-mail-selection)
8959 (mac-services-mail-to, mac-services-insert-text)
8960 (mac-dispatch-apple-event): Add docstrings.
8961 (x-get-selection, mac-select-convert-to-string): Select coding
8962 system from `utf-16be' and `utf-16le' using `byteorder'.
8963
8964 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8967 a "list" (lambda ...) rather than a real completion list.
8968
8969 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8970 lexical-let when encountering ((lambda (...) ...) ...).
8971
8972 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * progmodes/sh-script.el (sh-mode):
8975 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8976 * textmodes/picture.el (picture-mode): Update docstrings.
8977
8978 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8979
8980 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8981 commands enclosed in $(ARGQUOTE)s should not be split between two
8982 lines, as that will break with GNU Make >3.80, when sh.exe is used
8983 and arg quoting is with '..'.
8984 (autoloads): Don't break the quoted --eval expression between
8985 several lines.
8986
8987 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8990 Capture error from printing circular structures.
8991
8992 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8993
8994 * wid-edit.el (widget-checkbox-action): Clear undo info.
8995
8996 2005-12-16 Bill Wohler <wohler@newt.com>
8997
8998 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8999 bar, not menubar in comment.
9000
9001 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9002
9003 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9004 After-change-functions should not clobber the match data.
9005
9006 2005-12-16 Juri Linkov <juri@jurta.org>
9007
9008 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9009 instead of `buffer-substring'.
9010 (completion-common-substring): Doc fix.
9011 (completion-setup-function): Use minibuffer-completion-contents
9012 instead of minibuffer-contents. Don't set common-string-length
9013 initially. Remove special handling of partial-completion-mode.
9014 Move computation of completion-base-size into one cond.
9015 Call completion-base-size-function in mainbuf. In computation of
9016 completion-base-size for file name completion don't move point to
9017 the end of the minibuffer. Move computation of common-string-length
9018 into one cond. Start putting faces only when common-string-length>=0.
9019 Add condition to put completions-common-part when
9020 common-string-length>0.
9021
9022 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9023 place point at the first different character in the minibuffer
9024 even if this position is at the beginning of the minibuffer.
9025
9026 * info.el (Info-read-node-name-1): In completion-base-size-function's
9027 lambda return 1 if common-substring or minibuffer-completion-contents
9028 starts with (, and 0 otherwise.
9029
9030 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9031 Use `crm-current-element' for second arg of `display-completion-list'.
9032
9033 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9034
9035 * files.el (set-auto-mode): Look for an interpreter specified on
9036 the first line also if search for mode specification succeeded,
9037 but the mode is not known.
9038
9039 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9040
9041 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9042 (org-open-at-point): Implement tag searches as links.
9043 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9044 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9045 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9046 (org-agenda-dispatch): New commands.
9047 (org-use-tag-inheritance, org-tags-column): New options.
9048 (org-tab-follows-link, org-return-follows-link): New options.
9049 (org-tags): New customize group.
9050 (org-start-icalendar-file): Get local time zone.
9051 (org-tags-completion-function): New function.
9052 (org-set-font-lock-defaults): Make sure links will also be
9053 highlighted inside headlines.
9054
9055 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9056
9057 * term.el (term-emulate-terminal):
9058 Let term-handle-ansi-terminal-messages override what Bash says about
9059 its current directory.
9060
9061 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9062
9063 * bindings.el (last-buffer): Move to simple.el.
9064 * simple.el (last-buffer): Move here.
9065 (get-next-valid-buffer): New function.
9066 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9067 (prev-buffer): Ditto. Rename to `previous-buffer'.
9068
9069 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9070 * bindings.el (global-map): Ditto.
9071
9072 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9073
9074 * cus-edit.el: Introductory comment change.
9075 (custom-magic-alist): Change message string for the `rogue' state.
9076
9077 2005-12-15 Richard M. Stallman <rms@gnu.org>
9078
9079 * tooltip.el: Delete defcustom variable :tag names.
9080
9081 * complete.el (partial-completion-mode): Doc fix.
9082
9083 * textmodes/flyspell.el (flyspell-external-point-words):
9084 Use save-excursion to ensure we don't move backward in the
9085 search loop, not even one character.
9086 (flyspell-delete-all-overlays): Use remove-overlays directly.
9087
9088 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9089 (ispell-start-process): Set that variable.
9090 Clear ispell-buffer-local-name.
9091 (ispell-internal-change-dictionary):
9092 Set ispell-current-dictionary after killing process.
9093 (ispell-buffer-local-dict):
9094 Don't set spell-personal-dictionary after killing process.
9095 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9096 (ispell-tex-skip-alists, ispell-html-skip-alists)
9097 (ispell-skip-region-alist): Mark as risky.
9098
9099 * net/newsticker.el (newsticker--retrieval-timer-list)
9100 (newsticker--display-timer, newsticker-running-p)
9101 (newsticker-ticker-running-p): Definitions moved up.
9102
9103 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9104
9105 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9106
9107 2005-12-15 David Ponce <david@dponce.com>
9108
9109 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9110 (recentf-edit-list, recentf-open-files): Signal an error when
9111 there is no recent file.
9112
9113 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9114
9115 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9116 read-only except for texinfo-format-region evaluation.
9117
9118 2005-12-14 Richard M. Stallman <rms@gnu.org>
9119
9120 * vc.el (vc-default-previous-version, vc-default-next-version)
9121 (vc-do-command): Doc fixes.
9122
9123 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9124
9125 * textmodes/bibtex.el (bibtex-expand-strings)
9126 (bibtex-autokey-expand-string, bibtex-name-part)
9127 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9128 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9129 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9130 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9131 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9132 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9133 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9134 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9135 (bibtex-beginning-of-last-entry): Remove.
9136 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9137 message if comma is missing but buffer is read-only.
9138 (bibtex-parse-field-text): Handle whitespaces at the end of field
9139 text. Return 3-element list with beginning and end of field text
9140 and end of field.
9141 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9142 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9143 (bibtex-search-forward-field, bibtex-search-backward-field):
9144 Search always delimited by limits of entry. Use more efficient
9145 search algorithms.
9146 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9147 bibtex-end-of-name-in-field.
9148 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9149 extracting the content of a field.
9150 (bibtex-text-in-field): Use search limits.
9151 (bibtex-parse-string-prefix): Handle empty string keys based on
9152 bibtex-string-empty-key.
9153 (bibtex-parse-string): Fix docstring.
9154 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9155 (bibtex-preamble-prefix, bibtex-strings): New functions.
9156 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9157 BibTeX entries (consistent with other BibTeX functions).
9158 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9159 (bibtex-search-entry): Fix docstring. Simplify.
9160 (bibtex-flash-head, bibtex-complete-string-cleanup)
9161 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9162 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9163 (bibtex-parse-entry): New optional arg content.
9164 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9165 Use bibtex-text-in-field-bounds.
9166 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9167 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9168 bibtex-parse-string-postfix.
9169 (bibtex-find-text-internal): New function.
9170 (bibtex-remove-delimiters): Use it.
9171 (bibtex-find-text): Use it. New optional arg help.
9172 (bibtex-complete): Handle BibTeX string and preamble entries.
9173 (bibtex-Preamble): Fix order of closing delimiters.
9174
9175 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * vc.el (vc-default-revert): New fun.
9178
9179 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9180
9181 2005-12-14 Romain Francoise <romain@orebokech.com>
9182
9183 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9184 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9185 (font-lock-remove-keywords): Likewise.
9186
9187 2005-12-14 Juri Linkov <juri@jurta.org>
9188
9189 * log-view.el (log-view-diff): Doc fix.
9190
9191 * isearch.el (isearch-query-replace): Use (mark) instead of
9192 isearch-opoint if mark is active in transient-mark-mode.
9193
9194 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9195
9196 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9197
9198 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9199
9200 * progmodes/cpp.el (cpp-face): New widget.
9201 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9202
9203 2005-12-14 Juri Linkov <juri@jurta.org>
9204
9205 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9206 around `erase-buffer' and `insert'.
9207
9208 * descr-text.el (describe-text-properties): Replace buffer name
9209 "*Help-2*" with "*Help*<2>".
9210 (describe-char): Add functions print-help-return-message,
9211 toggle-read-only. Use help-setup-xref with nil to not store
9212 describe-char in help-xref-stack. Use help-make-xrefs to
9213 make [back] button.
9214
9215 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9216
9217 * wdired.el (wdired-old-point): New internal variable.
9218 (wdired-change-to-wdired-mode): Set it buffer-locally.
9219 (wdired-abort-changes): Restore point after aborting changes.
9220
9221 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * vc.el (vc-do-command): Add a new value t for okstatus.
9224
9225 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9226 frame in case of errors.
9227
9228 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9229
9230 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9231 so it comes after "On the Left" in the menu.
9232
9233 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9234
9235 * cus-edit.el (customize-apropos, customize-apropos-options)
9236 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9237
9238 2005-12-12 Bill Wohler <wohler@newt.com>
9239
9240 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9241 non-writable Subversion-controlled files by saving window
9242 configuration before calling vc-do-command. vc-do-command calls
9243 pop-to-buffer on error which is unexpected during registration.
9244
9245 2005-12-12 Jay Belanger <belanger@truman.edu>
9246
9247 * calc/README: Update the summary of changes.
9248
9249 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * descr-text.el (describe-char): Rework last fix to solve the problem
9252 is the same way it's solved for everything else in that function
9253 (i.e. by extracting the info before setting up the *Help* buffer).
9254
9255 2005-12-12 Kim F. Storm <storm@cua.dk>
9256
9257 * subr.el (version-regexp-alist): Allow space as separator before
9258 non-numeric part, e.g. "1.0 alpha".
9259 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9260
9261 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9262
9263 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9264 Implement Logging and the keep-modes setting.
9265 (org-get-category): Make sure a string is returned.
9266 (org-log-done): New function.
9267 (org-log-done, org-closed-string): New options.
9268
9269 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9270
9271 * tooltip.el (tooltip-y-offset): Change default to 20.
9272
9273 2005-12-12 Richard M. Stallman <rms@gnu.org>
9274
9275 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9276
9277 * frame.el (display-hourglass): Doc fix.
9278
9279 * help.el (help-for-help-internal): Simplify entry for `a'.
9280
9281 * info.el (Info-on-current-buffer): Doc fix.
9282 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9283
9284 * startup.el (inhibit-splash-screen): Make this the real name.
9285 (inhibit-startup-message): Make this the alias.
9286 (command-line): Find only simple.el, and use its directory
9287 to fill in other preloaded files' names.
9288 (command-line): Deactivate the mark if deactivate-mark is set.
9289
9290 * international/mule.el (load-with-code-conversion):
9291 Bind deactivate-mark.
9292
9293 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9294
9295 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9296
9297 * cus-edit.el (customize-apropos): Avoid listing an option more
9298 than once under different aliases. No longer list user options
9299 that are not defined with defcustom (unless a prefix arg is given).
9300 Doc fix.
9301 (customize-apropos-options): Doc fix.
9302
9303 2005-12-11 Juri Linkov <juri@jurta.org>
9304
9305 * frame.el (set-background-color, set-foreground-color)
9306 (set-cursor-color, set-mouse-color, set-border-color):
9307 Add explicit prompts to read colors by `facemenu-read-color'.
9308 (show-trailing-whitespace, blink-cursor-delay)
9309 (blink-cursor-interval, display-hourglass, hourglass-delay):
9310 Remove tags.
9311 (display-hourglass, hourglass-delay): Doc fix.
9312 (cursor-in-non-selected-windows): Capitalize words in tag.
9313
9314 * faces.el (frame-background-mode): Replace `choice-item' keywords
9315 with `const' to not make [default] button. Change default value tag
9316 from `default' to `automatic'. Doc fix.
9317 (trailing-whitespace) <defface>: Change group `whitespace' to
9318 `whitespace-faces'.
9319
9320 2005-12-11 Richard M. Stallman <rms@gnu.org>
9321
9322 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9323
9324 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9325
9326 * term/mac-win.el: Create keymap for mac-apple-event-map.
9327
9328 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9329
9330 * tooltip.el (tooltip-mode): Move to start of file so that it
9331 appears at top of customize buffer.
9332
9333 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9334 Add the gud groupname.
9335 (gud-tooltip-mode): Add the tooltip groupname.
9336 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9337 avoid conflict with tooltip-use-echo-area.
9338
9339 2005-12-10 Romain Francoise <romain@orebokech.com>
9340
9341 * help.el (help-for-help-internal): Add `r' in doc string.
9342
9343 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9344
9345 * align.el (align-regexp, align-highlight-rule):
9346 Use region-beginning and region-end instead of point and mark, so that
9347 repetition (with `repeat-complex-command') recomputes the region
9348 bounds.
9349
9350 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9351
9352 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9353 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9354 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9355 (balance-windows): Rewrite using the above new functions.
9356
9357 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9358
9359 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9360 react if global-hi-lock-mode seems intended.
9361 (global-hi-lock-mode) Renamed from hi-lock-mode.
9362 (hi-lock-archaic-interface-message-used)
9363 (hi-lock-archaic-interface-deduce): New variables.
9364 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9365 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9366 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9367 Replace hi-lock-buffer-mode with hi-lock-mode.
9368
9369 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9370
9371 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9372 completion list, even after a partial completion has been
9373 inserted in the current buffer. If there are more than 1
9374 completion, redisplay the *Completions* buffer; if the
9375 completion is unique, delete the *Completions* window.
9376
9377 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9378
9379 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9380 strings and long subject lines that were broken into multiple
9381 lines at arbitrary places. Handle subjects that have "Re: " in
9382 the middle.
9383
9384 2005-12-10 John W. Eaton <jwe@octave.org>
9385
9386 * emacs/octave-mod.el (octave-electric-space): Don't indent
9387 comments or strings if octave-auto-indent is nil.
9388
9389 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9390
9391 * term/mac-win.el: Require url when compiling.
9392 Call mac-process-deferred-apple-events after loading init files.
9393 (mac-apple-event-map): New defvar. Define event handlers in it.
9394 (core-event, internet-event): New Apple event class symbols.
9395 (open-application, reopen-application, open-documents)
9396 (print-documents, open-contents, quit-application)
9397 (application-died, show-preferences, autosave-now, get-url):
9398 New Apple event ID symbols.
9399 (about): New HICommand ID symbol.
9400 (mac-event-spec, mac-event-ae): New macros.
9401 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9402 (mac-ae-selection-range, mac-ae-text-for-search)
9403 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9404 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9405 and Services menu events are now defined in mac-apple-event-map.
9406 (mac-drag-n-drop): Remove selection range handling.
9407
9408 2005-12-10 Kenichi Handa <handa@m17n.org>
9409
9410 * simple.el (zap-to-char):
9411 * isearch.el (isearch-process-search-char): Translate CHAR by
9412 translation-table-for-input.
9413
9414 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * foldout.el (foldout-exit-fold): Properly hide subtree.
9417
9418 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9419
9420 * files.el (save-buffer):
9421 * international/ucs-tables.el (ucs-set-table-for-input):
9422 * mail/mail-extr.el (mail-extract-address-components):
9423 * mail/sendmail.el (mail-mode): Reformat doc string.
9424
9425 2005-12-09 Juri Linkov <juri@jurta.org>
9426
9427 * isearch.el (isearch-highlight): Change main overlay priority
9428 from 1 to 1001. Simplify.
9429 (isearch-lazy-highlight-update): Change lazy overlay priority
9430 from 0 to 1000.
9431
9432 * replace.el (replace-highlight): Change overlay priority from
9433 1 to 1001.
9434
9435 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9436 Change overlay priority from 1 to 1001. Reuse existing overlay.
9437
9438 * compare-w.el (compare-windows-highlight): Change overlay
9439 priority from 1 to 1000.
9440
9441 * menu-bar.el (menu-bar-edit-menu): Add listp around
9442 pending-undo-list to disable menu item "undo" when pending
9443 undo list is empty.
9444
9445 * locate.el (locate): Disable undo in *Locate* buffer.
9446
9447 2005-12-09 Kim F. Storm <storm@cua.dk>
9448
9449 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9450
9451 2005-12-09 David Ponce <david@dponce.com>
9452
9453 * recentf.el: Improvement of the menu code.
9454 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9455 instead of menu hook.
9456 (recentf-show-menu, recentf-hide-menu): New functions.
9457 (recentf-menu-customization-changed, recentf-mode): Use them.
9458 (recentf-menu-action, recentf-max-menu-items)
9459 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9460 (recentf-arrange-by-rule-others)
9461 (recentf-arrange-by-rules-min-items)
9462 (recentf-arrange-by-rule-subfilter) : Don't use
9463 `recentf-menu-customization-changed'.
9464 (recentf-arrange-rules): Likewise. Accept functions to compute
9465 sub-menu titles.
9466 (recentf-menu-filter): Likewise. Doc fix.
9467 (recentf-menu-value-shortcut): Doc fix.
9468 (recentf-dump-variable): Quote atom value.
9469 (recentf-make-menu-items): Update to use it as a menu filter.
9470 (recentf-match-rule): New function.
9471 (recentf-arrange-by-rule): Use it.
9472 (recentf-indirect-mode-rule): New function.
9473 (recentf-build-mode-rules): Use it.
9474 (recentf-dir-rule): New function.
9475 (recentf-arrange-by-dir): Use it.
9476 (recentf-filter-changer-current): Rename from
9477 `recentf-filter-changer-state'. All references updated.
9478 (recentf-filter-changer-alist): Update filter names.
9479 (recentf-filter-changer-select): New function.
9480 (recentf-filter-changer): Use it. Make a sub-menu from filters
9481 available in `recentf-filter-changer-alist'.
9482 (recentf-data-cache, recentf-clear-data)
9483 (recentf-update-menu): Remove. All references updated.
9484 (recentf-match-rule-p, recentf-build-dir-rules)
9485 (recentf-filter-changer-goto-next)
9486 (recentf-filter-changer-get-current)
9487 (recentf-filter-changer-get-next): Remove.
9488
9489 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9490
9491 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9492 buffer "Reset" button to "Reset to Current" for consistency with
9493 the State buttons.
9494
9495 2005-12-08 John Paul Wallington <jpw@pobox.com>
9496
9497 * ibuf-ext.el (define-ibuffer-filter filename):
9498 If `dired-directory' is a list then really use its car.
9499
9500 2005-12-08 Kim F. Storm <storm@cua.dk>
9501
9502 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9503 Fix indention of text on right side of replaced rectangle.
9504
9505 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9506
9507 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9508 No need to check gud-comint-buffer is bound.
9509 (gdb): Prevent multiple debugging when first session uses gdba.
9510
9511 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9512
9513 CC Mode update to 5.31.
9514
9515 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9516 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9517 We might do this function properly in the future).
9518
9519 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9520 New macros c-sentence-end and c-default-value-sentence end, to cope
9521 with Emacs 22's new function `sentence-end'.
9522
9523 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9524
9525 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9526 compat issue using `c-put-overlay' and `c-delete-overlay'.
9527
9528 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9529 New compat macros to handle overlays/extents.
9530
9531 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9532
9533 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9534 (for GNU Emacs 20.4)
9535
9536 * progmodes/cc-defs.el:
9537 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9538
9539 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9540 highlighting mechanism so it will work in XEmacs too.
9541
9542 * progmodes/cc-defs.el: Insert c-int-to-char.
9543
9544 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9545 call to the new macro c-int-to-char. This solves XEmacs's
9546 regarding characters as different from integers.
9547
9548 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9549
9550 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9551 New internal helper.
9552
9553 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9554 construct to make the indirect face lookup work in XEmacs.
9555
9556 (c-cpp-matchers): Append the negation char face to the existing
9557 fontification, so that the cpp face doesn't disappear.
9558 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9559 and strings.
9560
9561 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9562 to map to `font-lock-negation-char-face' in emacsen where it exists.
9563
9564 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9565
9566 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9567
9568 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9569 Rename "c-subword-move-mode" as "c-subword-mode".
9570
9571 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9572 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9573
9574 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9575
9576 * progmodes/cc-mode.el: Added autoload directive for
9577 `c-subword-move-mode' for use in older emacsen.
9578
9579 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9580
9581 * progmodes/cc-mode.el:
9582 (i) Insert a binding for C-c C-backspace into
9583 c-bind-special-erase-keys which works in TTYs.
9584 (ii) Make sure that when file styles are used, any explicitly
9585 given style variables take priority over those in the style.
9586 Do this by calling `hack-local-variables' a second time.
9587
9588 * progmodes/cc-vars.el: Add language specific customization
9589 widgets for AWK to c-doc-comment-style, c-require-final-newline
9590 and c-default-style. Add a defcustom for awk-mode-hook.
9591 Give c-syntactic-element and c-syntactic-context doc-strings by
9592 directly setting their `variable-documentation' propery.
9593 This allows Emacs 22.1 to read these with C-h v.
9594
9595 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9596
9597 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9598
9599 * progmodes/cc-fonts.el, cc-vars.el
9600 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9601 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9602 Masatake YAMATO.
9603
9604 (c-doc-comment-style): Made GtkDoc default in C mode.
9605
9606 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9607 and C-c C-<delete>.
9608
9609 (c-bind-special-erase-keys): New function for use on
9610 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9611
9612 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9613 <delete> key behavior in XEmacs according to `delete-forward-p'.
9614 C.f. `c-electric-delete'.
9615
9616 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9617
9618 * progmodes/cc-mode.el: Give c-hungry-backspace and
9619 c-hungry-delete-forward permanent key bindings.
9620
9621 * progmodes/cc-cmds.el (c-electric-semi&comma):
9622 Bind c-syntactic-context for calls to "criteria functions", for
9623 consistency with other calls to user functions.
9624
9625 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9626 `current-prefix-arg', since this might be the prefix arg to a
9627 command which calls c-indent-command as a function. Change the
9628 interactive spec from "p" to "P".
9629
9630 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9631 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9632 was difficult to understand.
9633
9634 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9635
9636 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9637 first char of an identifier.
9638
9639 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9640 +" syntax in C++.
9641
9642 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9643
9644 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9645 auto-fill doesn't split a c-comment's last word from a hanging
9646 "*/" when a space is typed between them after fill-column.
9647
9648 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9649
9650 * progmodes/cc-styles.el (c-set-style)
9651 (c-setup-paragraph-variables): Abort the command if we're not in a
9652 CC Mode buffer.
9653
9654 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9655 with blank comment-prefix, and a blank line as the comment's
9656 second line.
9657
9658 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9659
9660 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9661 Incorporate the patterns added in the Emacs development branch
9662 for the new Emacs 22 face `font-lock-negation-char-face'.
9663
9664 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9665 of "red" since it stands out better in xterms and DOS terminals.
9666
9667 * progmodes/cc-engine.el (c-literal-faces):
9668 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9669
9670 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9671
9672 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9673 forcibly enable c-electric-flag.
9674
9675 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9676 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9677 after the comment-prefix of a C-style comment will close that comment.
9678
9679 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9680
9681 * progmodes/cc-fonts.el (c-basic-matchers-before)
9682 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9683 in Pike.
9684
9685 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9686 digraphs.
9687
9688 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9689 (c-cpp-message-directives, c-cpp-include-directives)
9690 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9691 (c-cpp-expr-directives): Introduce new language constants to
9692 control cpp syntax in a cleaner way.
9693
9694 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9695
9696 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9697
9698 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9699 (c-multiline-string-start-char): New language constants and
9700 variables to specify how newlines in string literals work.
9701
9702 (c-font-lock-invalid-string): Use them.
9703
9704 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9705 unbalanced close brace is entered. Optimization by avoiding going
9706 back over arbitrarily large blocks. Removed hints that this
9707 function only would be relevant/useful in AWK.
9708
9709 (c-electric-brace): Indent syntactically after the cleanups since
9710 lineup functions might do it differently then.
9711
9712 * progmodes/cc-engine.el, cc-langs.el
9713 (c-opt-op-identifier-prefix): New language constant and variable.
9714
9715 (c-just-after-func-arglist-p, c-after-special-operator-id)
9716 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9717
9718 * progmodes/cc-align.el, cc-engine.el
9719 (c-after-special-operator-id): New helper to handle C++ operator
9720 identifiers.
9721
9722 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9723 (c-guess-basic-syntax): Handle C++ operator identifiers in
9724 declarations.
9725
9726 * progmodes/cc-langs.el (c-assignment-operators): Add the
9727 trigraph version of ^= too.
9728
9729 * progmodes/cc-langs.el (c-assignment-operators): Add the
9730 trigraph version of |= in C++.
9731
9732 * progmodes/cc-fonts.el (c-font-lock-declarators):
9733 Handle `c-decl-hangon-kwds' after the identifier name.
9734
9735 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9736 whether an arglist is "nonempty", ignore a comment after the open
9737 paren if it isn't followed by a non-comment token on the same line.
9738
9739 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9740 Enable heuristics below the point to cope with classes inside special
9741 brace lists in Pike.
9742
9743 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9744
9745 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9746
9747 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9748
9749 * progmodes/cc-guess.el (cc-guess-install): New function to
9750 install an already guessed style in another buffer.
9751
9752 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9753 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9754 anyway if the change always is undone.
9755
9756 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9757
9758 Implement togglable electricity:
9759
9760 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9761 saying when it should be used.
9762
9763 * progmodes/cc-engine.el: Add the new buffer-local variable,
9764 c-electric-flag.
9765
9766 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9767 c-toggle-auto-newline.
9768
9769 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9770 c-toggle-auto-newline. Remove the binding for
9771 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9772 c-toggle-electric-state.
9773
9774 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9775
9776 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9777 c-\(forward\|backward\)-subword.
9778 (c-update-modeline): Add the new modeline flag `l' for
9779 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9780 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9781 Make the old name an alias of the new name.
9782 (c-toggle-electric-state): New function.
9783 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9784 Adapt these functions to do electric things only when
9785 c-electric-flag is non-nil.
9786 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9787 new functions from c-electric-brace.
9788 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9789 mode, so that the tentative extra newline doesn't change the
9790 syntax of the following brace.
9791 (c-electric-brace): Restructure by extracting the above functions.
9792 Tidy up the coding somewhat.
9793 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9794 restructure a bit.
9795
9796 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9797
9798 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9799 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9800
9801 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9802 (c-submode-indicators): Change name from `c-auto-hungry-string'
9803 since it's now used to track another submode.
9804
9805 (c-update-modeline): Convert to function and extended to check
9806 `c-subword-move-mode'.
9807
9808 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9809 Convert to compat aliases for `c-forward-subword' and
9810 `c-backward-subword'.
9811
9812 * progmodes/cc-subword.el: New functions and minor mode to handle
9813 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9814
9815 (c-forward-subword, c-backward-subword, c-mark-subword)
9816 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9817 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9818 Functions corresponding to the standard word handling functions.
9819
9820 (c-subword-move-mode): Minor mode that replaces all the standard
9821 word handling functions with their subword equivalences.
9822
9823 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9824
9825 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9826 entry for one-liner-defun.
9827
9828 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9829 name in its def-edebug-spec.
9830
9831 * progmodes/cc-cmds.el (c-electric-brace): Make the
9832 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9833 compacts space before a comment, if this will make things fit on
9834 one line.
9835
9836 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9837
9838 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9839
9840 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9841 clean-up one-liner-defun.
9842
9843 * progmodes/cc-styles.el: Add the new "awk" style.
9844
9845 * progmodes/cc-vars.el: Add description of one-liner-defun to
9846 c-cleanup-list's doc-string. New user options,
9847 c-max-one-liner-length. In c-default-style, set the default style
9848 for AWK to "awk".
9849
9850 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9851
9852 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9853 macros inside labels.
9854
9855 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9856 `c-at-statement-start-p' and `c-at-expression-start-p'.
9857
9858 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9859 error if the mark isn't set.
9860
9861 * progmodes/cc-engine.el (c-guess-continued-construct)
9862 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9863 accurately detect functions inside functions.
9864
9865 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9866 like `c-at-statement-start-p' that additionally recognizes commas
9867 and expression parentheses as delimiters.
9868
9869 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9870 to avoid heuristics that doesn't work for unclosed blocks.
9871 (c-at-statement-start-p): New function.
9872
9873 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9874 Objective-C directives, e.g. directives spanning lines should work
9875 reasonably well now.
9876
9877 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9878
9879 (c-forward-objc-directive): New function to move over any ObjC
9880 directive.
9881
9882 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9883 (c-basic-matchers-before): Use it.
9884
9885 (c-font-lock-objc-iip-decl): Remove.
9886
9887 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9888 in the template arglist recognition.
9889
9890 * progmodes/cc-styles.el (c-style-alist): Fix several
9891 inconsistencies in the Whitesmith style.
9892
9893 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9894 New lineup function to get lines after Whitesmith style blocks
9895 correctly indented.
9896
9897 (c-lineup-whitesmith-in-block): Back out the compensation for
9898 opening parens since it's done using `add' lists in the style
9899 definition instead. Don't use the anchor position since it varies
9900 too much between the syntactic symbols. :P
9901
9902 * progmodes/cc-vars.el (c-valid-offset): Update.
9903
9904 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9905 lists where the offsets are combined according to several
9906 different methods: `first', `min', `max', and `add'.
9907 Report offset evaluation errors with `c-benign-error' so that some kind
9908 of reindentation still is done.
9909
9910 * progmodes/cc-engine.el (c-guess-basic-syntax):
9911 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9912 `arglist-close'.
9913
9914 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9915 situations for `arglist-cont-nonempty' and `arglist-close'.
9916
9917 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9918
9919 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9920 cc-bytecomp-boundp' in a number of places.
9921
9922 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9923 macro related issue.
9924
9925 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9926
9927 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9928 list is now [asdf], a char class [:alpha:].
9929 Include code for char classes.
9930 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9931 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9932
9933 Remove (nearly all of) the cruft associated with AWK Mode's former
9934 concept of "virtual semicolons":
9935
9936 Adapt c-beginning-of-statement, c-end-of-statement (together with
9937 subfunctions) to use the new notion of "virtual semicolon" in
9938 place of the old awkward special handling for AWK. There remains
9939 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9940 * progmodes/cc-cmds.el:
9941 (c-ascertain-adjacent-literal): In the backwards direction, now
9942 recognises AWK regexp delimiters as string delimiters.
9943 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9944 check more rigorously for "end of macro".
9945 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9946 virtual semicolons;
9947 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9948 out the code for forward movement into ...
9949 (c-end-of-statement): Now contains the code for forward movement,
9950 adapted for virtual semicolons.
9951
9952 * progmodes/cc-engine.el:
9953 (c-ws*-string-limit-regexp): New regexp.
9954 (c-forward-single-comment, c-backward-single-comment): Comment out
9955 the (now redundant) "special" AWK stuff.
9956
9957 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9958 c-string-par-start, c-string-par-separate to be more like Text
9959 Mode than Fundamental Mode.
9960
9961 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9962
9963 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9964 to the fontified region so that fontification doesn't occur
9965 outside it (could happen e.g. when fontifying a line with an
9966 unfinished declaration).
9967
9968 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9969
9970 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9971 start of the file. ^L now separate sections of the file.
9972 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9973 (c-awk-one-line-possibly-open-string-re)
9974 (c-awk-regexp-one-line-possibly-open-char-class-re)
9975 (c-awk-one-line-possibly-open-regexp-re)
9976 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9977 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9978
9979 Amend the concept of "virtual semicolons" (in the indentation
9980 engine) for languages like AWK, such that they are now
9981 conceptually attached to end of the last token of a statement, not
9982 the end of the line. (In AWK Mode, however, the pertinent text
9983 property is still physically set on the EOL.) Remove the specific
9984 tests for awk-mode, thus facilitating the introduction of other
9985 language modes where EOLs can end statements.
9986 (Note: The funtionality in cc-cmds.el, specifically
9987 c-beginning/end-of-statement has yet to be amended.)
9988
9989 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9990 New macros.
9991
9992 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9993 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9994 c-vsemi-status-unknown-p-fn (in a new page).
9995
9996 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9997 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9998 numerous awkward forms like
9999 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10000 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10001 variable before-ws-ip, the place just after char-before-ip appears.
10002
10003 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10004 a comment.
10005
10006 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10007
10008 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10009 `c-tentative-buffer-changes'.
10010
10011 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10012 convert to macro to choose between Emacs and XEmacs at compile time.
10013
10014 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10015
10016 (c-tentative-buffer-changes): New macro to handle temporary buffer
10017 changes in a convenient way.
10018
10019 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10020 for `c-tentative-buffer-changes'.
10021
10022 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10023 the checks for paren sexps between the point and the keyword, to
10024 avoid some false alarms.
10025
10026 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10027 Fixed a situation where an error could be thrown for unbalanced
10028 parens. Changed to make use of c-keyword-member' to avoid some
10029 repeated regexp matches.
10030
10031 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10032 These language variable are no longer necessary.
10033
10034 (c-block-stmt-kwds): New language constant used by
10035 c-looking-at-inexpr-block'.
10036
10037 (c-guess-basic-syntax): Remove an optional check that looked at
10038 the existence of the now removed language variables.
10039
10040 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10041 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10042 object instantiation expressions as declarations in some contexts.
10043 This bug only affected languages where the declarator can't be
10044 enclosed in parentheses.
10045
10046 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10047 insert newlines before and after substatement braces.
10048
10049 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10050 function declaration headers and the handling of C++ style member
10051 init lists.
10052
10053 (c-just-after-func-arglist-p): Rewritten to use
10054 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10055
10056 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10057
10058 (c-guess-basic-syntax): Adapt case 5B for the new
10059 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10060 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10061 covers all cases now).
10062
10063 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10064
10065 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10066
10067 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10068 c-string-par-start/separate c-sentence-end-with-esc-eol,
10069 initialised in c-setup-paragraph-variables, used in string
10070 scanning subroutines of c-beginning-of-statement.
10071
10072 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10073 which precedes the newly inserted `{'.
10074
10075 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10076
10077 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10078 function for declaration level blocks. It should now cope with
10079 templates better and also be a lot more comprehensible.
10080
10081 (c-looking-at-decl-block): The new function.
10082
10083 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10084 for compatibility.
10085
10086 (c-add-class-syntax, c-guess-continued-construct)
10087 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10088
10089 (c-decl-block-key): Change to tell apart ambiguous and
10090 unambiguous keywords. Pike specials are now handled directly in
10091 the code instead.
10092
10093 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10094 New language constants and variables to make the backward skip in
10095 `c-looking-at-decl-block' as tight as possible.
10096
10097 (c-nonsymbol-token-char-list): New language constant.
10098
10099 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10100 find balanced template arglists backwards.
10101
10102 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10103 making char classes for `c-syntactic-skip-backward'.
10104
10105 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10106 16D - can't be a class-close at that point.
10107
10108 * progmodes/cc-engine.el (c-guess-basic-syntax)
10109 (c-add-class-syntax): Don't narrow out the enclosing declaration
10110 level. This makes everything a lot easier, and it was actually
10111 only four small places that needed it to work. Some places that
10112 previously did `widen' are removed now, which has the effect that
10113 `c-guess-basic-syntax' never will look at things outside the
10114 current narrowment now. The anchor position for `topmost-intro'
10115 is affected by this, but it was so bogus it was basically useless
10116 before, and now it's equally bogus but in a slightly different way.
10117
10118 (c-narrow-out-enclosing-class): Gone.
10119
10120 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10121 the narrowed region.
10122
10123 (c-least-enclosing-brace): Remove silly optional argument.
10124
10125 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10126 the point could be left directly after an open paren when finding
10127 the beginning of the first decl in the block.
10128
10129 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10130 Specify which submatch to use.
10131
10132 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10133
10134 (c-decl-start-re): No longer any need for special treatment of
10135 ObjC due to the above.
10136
10137 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10138 presumably follows C in that regard.
10139
10140 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10141 New language constants to specify operator tokens inside
10142 identifiers in a more high level way.
10143
10144 (c-opt-identifier-prefix-key): New internal language constant.
10145
10146 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10147 (c-identifier-start, c-identifier-key): Now completely calculated
10148 from other constants.
10149
10150 (c-identifier-last-sym-match): Decommission since it's no longer used.
10151
10152 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10153
10154 * progmodes/cc-engine.el (c-forward-name): Remove the
10155 optimization when c-identifier-key is equal to c-symbol-key since
10156 it doesn't work in byte compiled files. Don't record empty
10157 regions as identifiers.
10158
10159 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10160 simplify access to `c-operators' and its likes.
10161
10162 (c-operator-list, c-all-op-syntax-tokens)
10163 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10164 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10165 (c-primary-expr-regexp, c-cast-parens): Use it.
10166
10167 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10168 an explicit language in functions.
10169
10170 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10171 variant of adornment.
10172
10173 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10174 variable.
10175
10176 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10177 the Pike value.
10178
10179 * progmodes/cc-engine.el (c-on-identifier)
10180 (c-simple-skip-symbol-backward): Small fix for handling "-"
10181 correctly in `skip-chars-backward'. Affected the operator lfun
10182 syntax in Pike.
10183
10184 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10185 diagnostic message about precompiled language vars not being used.
10186
10187 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10188 "__attribute__" is followed by a parenthesis.
10189
10190 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10191 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10192 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10193
10194 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10195 Internal cleanups to properly detect the declared identifiers in
10196 various declarations.
10197
10198 (c-decl-start-kwds): New language constant to recognize
10199 declarations that can start anywhere. Used for class declarations
10200 in Pike.
10201
10202 (c-specifier-key, c-not-decl-init-keywords)
10203 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10204 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10205
10206 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10207 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10208 handling of the compiler specific extension keywords into a new
10209 language constant `c-decl-hangon-kwds' that defines keyword
10210 clauses to be ignored in declarations.
10211
10212 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10213 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10214 Necessary to stop at the declared identifier in e.g. IDL valuetype
10215 declarations.
10216
10217 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10218 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10219 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10220 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10221 class and enum declarations as such and not as part of the type.
10222
10223 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10224 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10225
10226 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10227 declarations when there's some syntax error later on.
10228
10229 (c-complex-decl-matchers): Did away with a reference to
10230 `c-specifier-key'.
10231
10232 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10233 value - this variable is always dynamically bound.
10234
10235 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10236 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10237 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10238 functions that might do hidden buffer changes: All such internal
10239 functions are now marked instead of those that don't.
10240
10241 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10242 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10243 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10244 (c-literal-type): Allow these functions to make hidden buffer changes,
10245 so that they are free to use text property caching later on.
10246
10247 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10248 (c-electric-brace, c-electric-slash, c-electric-star)
10249 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10250 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10251 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10252 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10253 with the changed semantics of the functions above.
10254
10255 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10256 when macros occur in obscure places. Optimized the sexp movement
10257 a bit.
10258
10259 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10260
10261 Enhancements for c-beginning-of-statement to work in AWK Mode:
10262
10263 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10264 (completed statement) with `}' (statement completed by closing
10265 brace or semicolon) and `$' (statement completed by EOL).
10266
10267 (c-awk-virtual-semicolon-ends-prev-line-p)
10268 (c-awk-virtual-semicolon-ends-line-p)
10269 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10270 (c-awk-at-statement-end-p): New functions.
10271
10272 * progmodes/cc-cmds.el: Simplify the structure of functions
10273 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10274 two functions and c-beginning-of-statement to handle AWK Mode.
10275
10276 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10277 c-backward-single-comment for AWK mode. Attempt to clarify their
10278 doc-strings.
10279
10280 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10281
10282 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10283
10284 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10285 label handling. Labels are now recognized in a uniform and more
10286 robust way, regardless of context. Text properties are put on all
10287 labels to recognize the following declarations better.
10288 Multiword labels are handled both in indentation and fontification for
10289 the benefit of language extensions like Qt. For consistency, keywords
10290 in labels are now fontified with the label face instead.
10291 That also applies to "case" and "default".
10292
10293 (c-beginning-of-statement-1): Fix some bugs in the label
10294 handling. Disregard `c-nonlabel-token-key' in labels that begin
10295 with `c-label-kwds'.
10296
10297 (c-find-decl-spots): Support that the callback adds more
10298 `c-decl-end' spots to find.
10299
10300 (c-forward-decl-or-cast-1): Don't treat a list of plain
10301 identifiers followed by a colon as a declaration.
10302
10303 (c-forward-label): New function to recognize labels.
10304
10305 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10306 `c-forward-label'. Moved the label recognition cases (14 and 15)
10307 earlier since they aren't so context sensitive now. Handle labels
10308 on the top level gracefully. Moved access label recognition to
10309 the generic label case (CASE 15) - removed CASE 5E.
10310
10311 (c-font-lock-declarations): Add recognition of labels in the
10312 same round since we need to handle labels in parallell with other
10313 declarations to recognize both accurately. It should also improve
10314 speed.
10315
10316 (c-simple-decl-matchers, c-basic-matchers-after):
10317 Move `c-font-lock-labels' so that it only is used on decoration level 2
10318 since `c-font-lock-declarations' handles it otherwise.
10319
10320 (c-complex-decl-matchers): Remove the simplistic recognition of
10321 access labels.
10322
10323 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10324 with labels earlier.
10325
10326 (c-decl-start-re): New language variable to make
10327 `c-font-lock-declarations' stop for the special protection labels
10328 in Objective-C that start with `@'.
10329
10330 (c-label-key): Remove since it's no longer used.
10331
10332 (c-recognize-colon-labels, c-label-prefix-re): New language
10333 constants to support recognition of generic colon-terminated labels.
10334
10335 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10336 are colon terminated labels.
10337
10338 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10339 first argument starts with a special brace list.
10340
10341 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10342 (c-font-lock-declarations): Break out the declaration and cast
10343 recognition from `c-font-lock-declarations' to a new function, so
10344 that it can be used in the indentation engine.
10345
10346 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10347 up to the start of the literal. Fixed bug with the point on the
10348 wrong side of the search limit that could happen when the start
10349 position is inside a literal.
10350
10351 * progmodes/cc-engine.el (c-parse-state)
10352 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10353 so that it's kept a little bit back to increase the hit rate.
10354
10355 (c-parse-state): Change the macro handling and fixed some
10356 glitches. Macro context is checked more often than necessary now,
10357 but otoh less garbage conses are generated.
10358
10359 * progmodes/cc-engine.el (c-parse-state)
10360 (c-invalidate-state-cache): Cache the last position where
10361 `c-state-cache' applies. This can speed up refontification quite
10362 a bit in blocks where there are many non-brace parens before the point.
10363
10364 (c-state-cache-end): New variable for this.
10365
10366 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10367 cache variable.
10368
10369 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10370 get close initial continue positions when the start position is
10371 inside a literal or macro. Do not call the callback for spots
10372 before the start position (which can happen e.g. for `c-decl-end'
10373 spots inside comments). Optimize better in special cases when the
10374 region is a single line inside a literal or macro (typically when
10375 the current line is refontified).
10376
10377 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10378 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10379 entries from the paren state.
10380
10381 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10382 special case for "else if" clauses.
10383
10384 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10385 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10386
10387 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10388 New language variable to recognize the gcc extension with statement
10389 blocks inside expressions.
10390
10391 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10392 it somewhat more comprehensible. The argument AT-BLOCK-START is
10393 no longer used and hence removed.
10394
10395 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10396 to `c-add-stmt-syntax'.
10397
10398 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10399 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10400 This fixes bogus label recognition.
10401
10402 * progmodes/cc-engine.el (c-add-type, c-check-type)
10403 (c-forward-name, c-forward-type): Improve storage of template
10404 types in `c-found-types' so that they can be recognized better.
10405
10406 (c-syntactic-content): Add option to skip past nested parens.
10407
10408 * progmodes/cc-engine.el (c-forward-name):
10409 Set `c-last-identifier-range' all the time. It's less work that way.
10410 Handle that there might not be an identifier to store in
10411 `c-last-identifier-range'.
10412
10413 (c-forward-type): Handle that `c-last-identifier-range' might be
10414 nil from `c-forward-name'.
10415
10416 * progmodes/cc-defs.el (c-safe-scan-lists)
10417 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10418
10419 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10420 to work even if the form fails.
10421
10422 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10423 down in a large file in one go.
10424
10425 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10426
10427 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10428 function which is like `c-lineup-math' but returns nil instead of
10429 `c-basic-offset' when it doesn't match.
10430
10431 (c-lineup-math): Change to use `c-lineup-assignments'.
10432
10433 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10434
10435 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10436 c-beginning-of-statement. New subfunctions
10437 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10438
10439 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10440
10441 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10442 hardcoded char classes whereever possible. Changed a couple of
10443 places to use skip by syntax instead of skip by char class.
10444
10445 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10446 Fix a bug in the regexp that caused extreme backtracking.
10447
10448 * progmodes/cc-langs.el (c-block-comment-starter)
10449 (c-block-comment-ender): New language constants to specify in a
10450 single place how block comments look.
10451
10452 (c-comment-start-regexp, c-block-comment-start-regexp)
10453 (comment-start, comment-end, comment-start-skip)
10454 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10455 (c-syntactic-ws, c-nonempty-syntactic-ws)
10456 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10457 `c-line-comment-starter', `c-block-comment-starter' and
10458 `c-block-comment-ender'.
10459
10460 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10461 New language constants to break up things a bit.
10462
10463 (c-simple-ws): New language constant for simple whitespace.
10464
10465 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10466
10467 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10468 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10469 newlines. Allow and ignore nil elements in the list.
10470
10471 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10472
10473 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10474 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10475
10476 * progmodes/cc-cmds.el: Tidy up the comments in
10477 c-beginning-of-statement and subfunctions.
10478
10479 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10480 more flexible c-put-char-property and c-clear-char-properties.
10481 Add the author's email address.
10482
10483 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10484
10485 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10486 closing "*/" of a block comment.
10487
10488 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10489 subfunctions) so that it works at BOB and EOB.
10490
10491 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10492 c-beginning-of-statement, including new variable
10493 c-block-comment-start-regexp.
10494
10495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10496
10497 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10498 symbols from `*-font-lock-extra-types' so that there's no need to
10499 use `regexp-opt' on those lists.
10500
10501 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10502 `c-type-modifier-kwds' is empty.
10503
10504 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10505 there are several strings on the same line.
10506
10507 * progmodes/cc-engine.el (c-literal-limits): Remove the
10508 compatibility function for older emacsen. `c-literal-limits-fast'
10509 has now taken the place of this function.
10510
10511 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10512 with older emacsen: We now require `pps-extended-state'.
10513
10514 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10515
10516 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10517 which obviates the need to hack sentence-end. This now handles
10518 escaped newlines in strings correctly. Correct minor bugs in
10519 c-move-over-sentence and in c-beginning-of-statement.
10520
10521 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10522 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10523 that movement over macros and code are rigorously separated from
10524 eachother. Correct a few incidental bugs.
10525
10526 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10527 Improve its doc-string. Improve the handling of certain specific cases.
10528
10529 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10530
10531 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10532 (c-guess-basic-syntax): Change the way class-level labels are
10533 recognized; they can now contain essentially any symbols.
10534
10535 (c-opt-extra-label-key): New language variable to cope with the
10536 special protection label syntax in Objective-C.
10537
10538 (c-opt-access-key): Remove; this is now handled better by
10539 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10540
10541 (c-complex-decl-matchers): Update to handle that
10542 `c-opt-access-key' no longer exists.
10543
10544 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10545 improved label recognition in `c-beginning-of-statement-1'.
10546
10547 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10548 Recognize bitfields better.
10549
10550 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10551 Remove some cruft and fixed a bug that could cause it to go to a
10552 position further down.
10553
10554 * progmodes/cc-langs.el, cc-engine.el
10555 (c-beginning-of-statement-1): Improve detection of labels in
10556 declaration contexts.
10557
10558 (c-beginning-of-decl-1): Use it.
10559
10560 (c-nonlabel-token-key): New language constant and variable needed
10561 by `c-beginning-of-statement-1'.
10562
10563 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10564 manifested itself due to the correction in `c-forward-sexp'.
10565
10566 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10567 Make these behave as documented when used at the buffer limits.
10568
10569 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10570 (c-type-decl-end-used): Made this a language variable.
10571
10572 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10573 correctly when `combine-after-change-calls' is used together with
10574 temporary narrowings.
10575
10576 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10577 Report labels correctly when the start point is immediately after the
10578 colon.
10579
10580 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10581 Remove since it isn't used anymore.
10582
10583 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10584 bracket arglists such as template parens in C++.
10585
10586 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10587 in the last check-in. Some optimization.
10588
10589 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10590 where it could stop at the same level in a preceding sexp when
10591 PAREN-LEVEL is set.
10592
10593 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10594 text property lookup only when it's needed.
10595
10596 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10597 Change the policy for paren marked angle brackets to be more
10598 persistent; once marked they remain marked even when they're found
10599 to be unbalanced in the searched region. This should keep the
10600 paren syntax around even when individual lines are refontified in
10601 multiline template arglists.
10602
10603 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10604 to control markup so that incorrect angle bracket arglists aren't
10605 marked in contexts where the correct value for
10606 `c-disallow-comma-in-<>-arglists' isn't known.
10607
10608 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10609 argument has become `c-parse-and-markup-<>-arglists'.
10610
10611 (c-remove-<>-arglist-properties): Remove - no longer used.
10612
10613 (c-after-change-check-<>-operators): New function used on
10614 `after-change-functions' to avoid that "<" and ">" characters that
10615 are part of longer operators have paren syntax.
10616
10617 (c-<>-multichar-token-regexp): New language variable used by
10618 `c-after-change-check-<>-operators'.
10619
10620 (c-after-change): Call `c-after-change-check-<>-operators'.
10621
10622 (c-font-lock-<>-arglists): Use the context properties set by
10623 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10624 correctly to avoid doing invalid markup.
10625
10626 (c-font-lock-declarations): Remove code that undoes the invalid
10627 markup done by `c-font-lock-<>-arglists'.
10628
10629 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10630 after `c-font-lock-declarations'.
10631
10632 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10633 Add paren-level feature.
10634
10635 (c-guess-basic-syntax): Improve the anchor position for
10636 `template-args-cont' in nested template arglists. There's still
10637 much to be desired in this area, though.
10638
10639 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10640
10641 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10642 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10643
10644 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10645
10646 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10647 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10648
10649 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10650 it doesn't work no longer are supported.
10651
10652 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10653 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10654 requires support for the syntax-table' text property, which rules
10655 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10656 cruft associated with those versions.
10657
10658 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10659 for the `syntax-table' text property, which rules out Emacs 19 and
10660 XEmacs < 21.4. Removed various compatibility cruft associated
10661 with those versions.
10662
10663 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10664 support for the `syntax-table' text property.
10665
10666 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10667 variable and use an extra quoted face name instead. All the
10668 emacsen flavors handle that correctly.
10669
10670 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10671 (c-font-lock-declarators, c-font-lock-declarations)
10672 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10673 property to mark the items in in declarator lists to handle
10674 refontification inside multiline declarations better.
10675
10676 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10677 construct like "a * b = c;" as a declaration.
10678
10679 2005-12-08 Kim F. Storm <storm@cua.dk>
10680
10681 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10682 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10683 select either meta, hyper, or super modifier for rectangle commands.
10684 (cua--rectangle-modifier-key): New defvar.
10685 (cua--M/H-key): Use it. Remove special case for `space'.
10686 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10687 on X, to meta otherwise. Always bind C-return to toggle
10688 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10689
10690 * emulation/cua-rect.el (cua-help-for-rectangle):
10691 Use cua--rectangle-modifier-key. Handle super modifier too.
10692 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10693 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10694
10695 * ido.el: Move Acknowledgements and History after Commentary.
10696 Minor changes to Commentary.
10697
10698 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10699 keymap if cua--prefix-override-timer is `shift'.
10700 (cua--shift-control-prefix): New function; emulate "type prefix
10701 key twice" functionality to handle shifted prefix key override.
10702 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10703 New commands.
10704 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10705
10706 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10707
10708 * textmodes/org.el (org-insert-heading): Try to do items before
10709 headings.
10710 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10711 (org-insert-item): New function.
10712 (org-renumber-ordered-list): Don't skip to higher level lists.
10713
10714 2005-12-08 Juri Linkov <juri@jurta.org>
10715
10716 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10717
10718 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10719
10720 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10721
10722 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10723 the constructed function name fun-1.
10724
10725 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10726 because such links don't lead to parent documentation.
10727
10728 2005-12-08 Kenichi Handa <handa@m17n.org>
10729
10730 * descr-text.el (describe-char): Use *Help-2* buffer if the
10731 current buffer is *Help*. Call describe-text-properties while
10732 setting the original buffer.
10733
10734 2005-12-07 Bill Wohler <wohler@newt.com>
10735
10736 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10737 and causes problems with non-MH users (such as Gnus users).
10738
10739 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10740
10741 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10742 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10743 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10744 command "info sources". Move calls to GDB command "list".
10745 (gdb-find-file-hook): Just use gdb-source-file-list.
10746 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10747 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10748 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10749 (gdb-data-list-register-values-handler): Use correct trigger name.
10750
10751 2005-12-07 Kim F. Storm <storm@cua.dk>
10752
10753 * ido.el (ido-completion-map): Rename from ido-mode-map.
10754 (ido-common-completion-map, ido-file-completion-map)
10755 (ido-file-dir-completion-map, ido-buffer-completion-map):
10756 Rename from ido-mode-....-map.
10757 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10758 (ido-setup-completion-map): Rename from ido-define-mode-map.
10759 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10760 to ido-completion-map.
10761
10762 2005-12-07 Kenichi Handa <handa@m17n.org>
10763
10764 * international/mule-cmds.el
10765 (set-display-table-and-terminal-coding-system): If the coding
10766 system specified in `unibyte-display' property is different from
10767 the arg coding-system, don't setup standard-display-table.
10768
10769 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10772 that comments end at \n, regardless of selective-display.
10773
10774 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10775
10776 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10777 (gdb-version): New variables.
10778 (gdb-source-file-list, gdb-register-names)
10779 (gdb-changed-registers): New variables for use with GDB 6.4+.
10780 (gdb-ann3): Replace with...
10781 (gdb-init-1, gdb-init-2): ...two new functions.
10782 (gdba, gdb-prompt): Call gdb-init-1.
10783 (gdb-get-version): New function. Call gdb-init-2 from here.
10784 (gud-watch): Make it work with mouse events too.
10785 (gdb-post-prompt): Don't add to queue until GDB version is known.
10786 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10787 (gdb-locals-mode): Use gdb-version.
10788 (gdb-memory-format-map, gdb-memory-unit-map)
10789 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10790 (gdb-locals-font-lock-keywords-1)
10791 (gdb-locals-font-lock-keywords-2): New variables.
10792 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10793 (gdb-set-gud-minor-mode-existing-buffers-1)
10794 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10795 (gdb-var-update-1, gdb-var-update-handler-1)
10796 (gdb-data-list-register-values-handler)
10797 (gdb-data-list-register-values-custom)
10798 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10799 (gdb-stack-list-locals-handler, gdb-get-register-names):
10800 New functions for use with GDB 6.4+.
10801 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10802 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10803 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10804 (gdb-stack-list-locals-regexp)
10805 (gdb-data-list-register-names-regexp): New regexps for use with
10806 GDB 6.4+.
10807
10808 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10811
10812 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10813
10814 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10815 prompts work for AUTH PLAIN. Also reported by Steve Allan
10816 <seallan@verizon.net>.
10817
10818 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10819
10820 * frame.el (set-frame-parameter): Add doc string.
10821
10822 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10823
10824 * textmodes/org.el (org-occur-highlights): New variable.
10825 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10826 (org-highlight-sparse-tree-matches): New option.
10827 (org-do-occur): New function.
10828 (org-get-heading): Make it work also at beginning of line.
10829 (org-category-table): New variable.
10830 (org-get-category-table, org-get-category)
10831 (org-camel-to-words, org-link-search): New functions.
10832 (org-select-this-todo-keyword): New variable.
10833 (org-todo-list): New command.
10834 (org-shiftright, org-shiftleft): New commands.
10835 (org-agenda-todo): Add prefix argument.
10836 (org-show-hierarchy-above): New option.
10837 (org-show-todo-tree): Numerical prefix creates tree for specific
10838 TODO keyword.
10839 (org-outline-level): New function, to assign a level to plain
10840 lists items.
10841 (org-cycle-include-plain-lists): New option.
10842 (org-mode): Use `org-outline-level' as value of `outline-level'.
10843 (org-cycle): Temporarily switch `outline-regexp' if
10844 `org-cycle-include-plain-lists' is non-nil.
10845 (org-start-icalendar-file): Fix format bug.
10846 (org-agenda-get-day-entries): Create category table.
10847 (org-agenda-get-todos, org-agenda-get-timestamps)
10848 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10849 (org-agenda-get-blocks): Use `org-get-category'.
10850 (org-context-in-file-links): Rename from
10851 `org-line-numbers-in-file-links'.
10852
10853 2005-12-06 Romain Francoise <romain@orebokech.com>
10854
10855 * window.el (balance-windows): Delete extraneous third arg in call
10856 to `enlarge-window'.
10857
10858 2005-12-06 Kenichi Handa <handa@m17n.org>
10859
10860 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10861
10862 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10863
10864 * progmodes/gdb-ui.el (gdb-var-create-handler)
10865 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10866 (gdb-var-list-children-handler, gdb-var-update-handler):
10867 Current buffer is already gdb-partial-output-buffer, don't
10868 make it current again.
10869
10870 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10871
10872 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10873 (list-buffers-noselect): Use it.
10874
10875 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10878 (mail-yank-ignored-headers): Use regexp-opt.
10879 (mail-mode-map): Move initialization into declaration.
10880 (mail-sent-via): Remove unused shadowed var `to-line'.
10881 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10882 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10883 (mail-do-fcc): Use dolist and push.
10884 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10885 (mail-yank-ignored-headers): Don't autoload.
10886
10887 2005-12-05 Kenichi Handa <handa@m17n.org>
10888
10889 * international/mule-cmds.el (set-language-info-internal): New fun.
10890 (set-language-info): Call set-language-info-internal to update
10891 language-info-alist. If LANG-ENV is the current one, call
10892 set-language-environment to make INFO effective now.
10893 (set-language-info-alist): Likewise.
10894 (locale-language-names): With locale "en", use English
10895 lang. env. but set the default codings to iso-8859-1.
10896
10897 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10900 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10901 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10902 for plain strings.
10903 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10904 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10905 Create registers buffer if necessary. Echo new state in minibuffer.
10906 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10907
10908 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * info.el (Info-fontify-node): Match external links using
10911 non-directory part of filename.
10912
10913 2005-12-04 Juri Linkov <juri@jurta.org>
10914
10915 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10916 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10917 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10918 because there is no customization option for it.
10919
10920 * font-lock.el (lisp-font-lock-keywords-1):
10921 Add define-global-minor-mode.
10922
10923 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10924
10925 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10926 properties on the constructed variable names.
10927
10928 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10929 Put `definition-name' properties on the constructed function names
10930 next-sym and prev-sym.
10931
10932 * emacs-lisp/find-func.el (find-function-regexp):
10933 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10934 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10935 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10936 and easy-menu-define.
10937
10938 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10939 easy-mmode-define-global-mode and define-global-minor-mode.
10940 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10941
10942 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10943 instead of easy-mmode-define-global-mode.
10944
10945 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10946 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10947
10948 * cus-edit.el (customize-group, customize-group-other-window):
10949 Filter out autoloaded options from the group completion list by
10950 using heuristics that autoloaded groups don't have `custom-autoload'
10951 property on their symbols (they have only `custom-loads').
10952
10953 * simple.el (completion-setup-function): Put completions-common-part
10954 face on complete completion string too (i.e. completion string
10955 without completions-first-difference face).
10956
10957 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10958
10959 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10960
10961 * view.el (view-mode): Doc fix.
10962
10963 * disp-table.el (standard-display-european): Add to the warning
10964 message a reference to the doc string.
10965
10966 * play/yow.el (apropos-zippy): Call print-help-return-message,
10967 similar to other Help and Apropos commands.
10968
10969 * help.el (print-help-return-message): If pop-up-frames is
10970 non-nil, set up help-return-method to delete the help window and,
10971 possibly, its frame as well, and don't display message about
10972 scrolling the help window. Doc fix.
10973 (help-return-method): Doc fix.
10974
10975 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10976
10977 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10978 whereby names of length one or names starting with a
10979 symbol-constituent character would not be returned.
10980
10981 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10982
10983 * subr.el (atomic-change-group): Add edebug and indentation spec.
10984
10985 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * completion.el (save-completions-file-name): Fix typo in last change.
10988
10989 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10990
10991 * info.el: Move back/forward history to the beginning of the tool bar.
10992
10993 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10994
10995 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10996 Add fset of allout-real-isearch-abort during compile to fix
10997 byte-compilation warnings.
10998 (allout-mode-p): Move definition of this macro above all uses, or
10999 byte compilation in barren emacs (eg, during emacs build) will
11000 lack the definition.
11001 (allout-mode): Move this variable above any uses, or byte
11002 compilation will fail.
11003 (allout-resolve-xref): Remove use of personal file-reference function.
11004 (allout-toggle-current-subtree-encryption): Do the current (ie,
11005 visible containing) topic, rather than nearest around point. Doc fix.
11006 (allout-toggle-subtree-encryption): New function, workhorse that
11007 works on nearest topic containing point.
11008 (allout-encrypt-string): Signal requirement for newer version of pgg.
11009 (allout-resumptions): Doc fix.
11010
11011 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11012
11013 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11014
11015 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11016
11017 * textmodes/flyspell.el (flyspell-external-point-words):
11018 Consider a misspelling as found in the string search if: (a) misspelling
11019 and found string lengths match, or (b) misspelling is found as
11020 element in a boundary-chars separated longer string, or (c)
11021 ispell-program-name is really ispell and misspelling is found as
11022 part of a TeX string. After successful match move beginning of
11023 search region to end of match. Warn about not found misspellings
11024 once the process is done.
11025 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11026
11027 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11028
11029 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11030 tool bar (removed inadvertently).
11031
11032 2005-12-02 Juri Linkov <juri@jurta.org>
11033
11034 * log-view.el (log-view-diff): Clarify doc string.
11035
11036 2005-12-01 Bill Wohler <wohler@newt.com>
11037
11038 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11039 triggers lm-verify errors.
11040
11041 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11042
11043 * simple.el (transient-mark-mode, line-number-mode)
11044 (column-number-mode, size-indication-mode): Remove `:require nil'.
11045
11046 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11047
11048 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11049 in the margin also.
11050 (gdb-breakpoints-mode-map): Use D instead of d for
11051 gdb-delete-breakpoint.
11052 (gdb-get-frame-number): Require a number to match on.
11053 (gdb-threads-mode-map): Add follow-link binding.
11054
11055 2005-11-30 Jason Rumney <jasonr@gnu.org>
11056
11057 * isearch.el (isearch-mode-map): Avoid exiting search on
11058 language-change event.
11059
11060 2005-11-30 Romain Francoise <romain@orebokech.com>
11061
11062 * speedbar.el (speedbar-default-position): New defcustom.
11063 (speedbar-frame-reposition-smartly): Use it.
11064
11065 * dframe.el (dframe-reposition-frame-emacs): Fix position
11066 computation for `left' location.
11067 Update copyright year.
11068
11069 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * help.el (help-map): Move initialization into declaration.
11072
11073 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11074
11075 * help-fns.el (help-argument-name): Don't autoload.
11076 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11077 to be re-loaded when customizing the `help' group.
11078
11079 2005-11-30 John Paul Wallington <jpw@gnu.org>
11080
11081 * help-fns.el (describe-function-1): Fill arglist output.
11082
11083 2005-11-30 Kim F. Storm <storm@cua.dk>
11084
11085 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11086 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11087 after revert-buffer (or anything else which kills all local variables).
11088
11089 * apropos.el (apropos-parse-pattern): Doc fix.
11090 Set apropos-regexp directly, rather than expecting callers to do so.
11091 (apropos-command, apropos, apropos-value, apropos-documentation):
11092 Simplify calls to apropos-parse-pattern.
11093
11094 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11095
11096 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11097 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11098 (hi-lock-write-interactive-patterns): Use comment-region.
11099
11100 * longlines.el (longlines-mode): Add mail-setup-hook.
11101
11102 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11103
11104 * simple.el (sendmail-user-agent-compose, next-line):
11105 Conditionally use hard-newline.
11106
11107 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11108
11109 * international/latexenc.el (latex-inputenc-coding-alist):
11110 Reword doc string.
11111
11112 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11113
11114 * help.el (describe-key-briefly, describe-key): Recognize default
11115 bindings.
11116
11117 2005-11-29 Romain Francoise <romain@orebokech.com>
11118
11119 * view.el (view-inhibit-help-message): New defcustom.
11120 (view-mode-enter): Use it.
11121
11122 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11123
11124 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11125 Preserve user position.
11126
11127 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11128
11129 * font-lock.el: Throw error if facemenu is not loaded to prevent
11130 accidental change of loading order in loadup.el. (Suggested by RMS.)
11131
11132 * loadup.el: Add comment explaining why facemenu must be loaded
11133 before font-lock.
11134
11135 2005-11-28 Jay Belanger <belanger@truman.edu>
11136
11137 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11138 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11139
11140 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11141
11142 * calc/calc-embed.el (calc-do-embedded): Update help message.
11143
11144 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11145
11146 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11149
11150 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11151 called-interactively-p.
11152 (elp-profilable-p): Rename from elp-not-profilable-p.
11153 Invert result and take into account macros and autoloaded functions.
11154 (elp-instrument-function): Update call.
11155 (elp-instrument-package): Update call. Add completion.
11156 (elp-pack-number): Use match-string.
11157 (elp-results-jump-to-definition-by-mouse): Merge into
11158 elp-results-jump-to-definition and then remove.
11159 (elp-output-insert-symname): Make help echo text single-line.
11160
11161 * replace.el (query-replace-map): Move initialization into declaration.
11162 (occur-engine): Use with-current-buffer.
11163 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11164 (occur-mode-mouse-goto): Replace with an alias.
11165
11166 2005-11-28 Juri Linkov <juri@jurta.org>
11167
11168 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11169
11170 * term/w32-win.el: Bind [S-tab] to [backtab].
11171
11172 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11173 `Info-find-file' to t.
11174
11175 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11176 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11177 and same-window-regexps.
11178 (occur-next-error): Don't move point for arg 0.
11179
11180 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11181
11182 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11183
11184 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11185
11186 * log-edit.el (log-edit-changelog-use-first): New var.
11187 (log-edit-changelog-ours-p): Use it.
11188 (log-edit-insert-changelog): Set it with new arg `use-first'.
11189 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11190 (log-edit-hook): Add them to the list of suggested options.
11191
11192 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11193 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11194 redundant work.
11195 (flyspell-mode-on): Use add-hook for after-change-functions.
11196 (flyspell-mode-off): Use remove-hook for after-change-functions.
11197 (flyspell-changes): Make it buffer-local.
11198 (flyspell-after-change-function): Make it non-interactive. Use push.
11199 (flyspell-post-command-hook): Check input-pending-p while processing
11200 the potentially long list of buffer changes.
11201
11202 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11203
11204 * buff-menu.el (list-buffers-noselect): Display the selected
11205 frame's buffer list, not the global one.
11206
11207 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11208
11209 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11210 that (list last-input-event) works as in interactive spec.
11211
11212 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11213
11214 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11215 `facemenu-keymap' needs to be defined when font-lock is loaded.
11216 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11217
11218 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11219
11220 * completion.el: Remove useless leading * in defcustom docstrings.
11221 (save-completions-file-name): Use ~/.emacs.d if available.
11222 (completion-standard-syntax-table): Rename from
11223 cmpl-standard-syntax-table and fold initialization into declaration,
11224 thus removing cmpl-make-standard-completion-syntax-table.
11225 (completion-lisp-syntax-table, completion-c-syntax-table)
11226 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11227 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11228 (symbol-under-point, symbol-before-point)
11229 (symbol-under-or-before-point, symbol-before-point-for-complete)
11230 (add-completions-from-c-buffer): Use with-syntax-table.
11231 (make-completion): Don't return a list of completion entries.
11232 Update callers.
11233 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11234 (completion-initialize): Rename from initialize-completions.
11235 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11236 (kill-emacs-save-completions): Collect stats here.
11237 (save-completions-to-file, load-completions-from-file):
11238 Use with-current-buffer.
11239 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11240 into a function. Move all calls to toplevel.
11241 (completion-lisp-mode-hook): New fun.
11242 (completion-c-mode-hook, completion-setup-fortran-mode):
11243 Set the syntax-table here. Use local-set-key.
11244 (completion-saved-bindings): New var.
11245 (dynamic-completion-mode): Make it into a proper minor mode.
11246 (load-completions-from-file): Remove unused var `num-uses'.
11247
11248 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11249 constructor if it is explicitly overridden.
11250
11251 * complete.el (PC-completion-as-file-name-predicate):
11252 Use minibuffer-completing-file-name.
11253 (partial-completion-mode): Use find-file-not-found-functions.
11254 (PC-lisp-complete-symbol): Use with-syntax-table.
11255 (PC-look-for-include-file): Remove dead setq.
11256 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11257 (PC-complete): Use with-current-buffer.
11258
11259 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11260 escape single quotes.
11261
11262 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11263
11264 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11265 of `if' whose condition always returned nil. Doc fix.
11266
11267 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11268 window's buffer the current buffer around the call to
11269 `list-buffers-noselect'. This is necessary to mark that buffer
11270 with a `.' in the Buffer Menu when called from Lisp, for instance
11271 by Auto Revert Mode.
11272
11273 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11274
11275 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11276 attaching to it.
11277 (gdb-pre-prompt): Make sure gdb-error is reset.
11278
11279 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11280 with a child process, detect it.
11281 (gud-speedbar-buttons): Match regexp more carefully.
11282
11283 2005-11-27 Richard M. Stallman <rms@gnu.org>
11284
11285 * mouse.el (mouse-drag-move-window-bottom):
11286 Use adjust-window-trailing-edge.
11287
11288 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11289
11290 * simple.el (blink-matching-open): Ignore
11291 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11292 (blink-matching-paren-on-screen): Update docstring.
11293
11294 * paren.el (show-paren-mode): No longer change
11295 `blink-matching-paren-on-screen'.
11296
11297 2005-11-27 John Paul Wallington <jpw@pobox.com>
11298
11299 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11300 (gdb-threads-select, gdb-edit-register-value):
11301 Use `posn-set-point' instead of `mouse-set-point' because the
11302 latter is not fbound when configured without X.
11303
11304 2005-11-27 Kim F. Storm <storm@cua.dk>
11305
11306 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11307 existing face when partially highlighting a TAB in a rectangle.
11308
11309 2005-11-26 Kim F. Storm <storm@cua.dk>
11310
11311 * ido.el (ido-mode-map): Doc fix.
11312 (ido-mode-common-map, ido-mode-file-map)
11313 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11314 (ido-define-mode-map): Rewrite. Select one of the new maps as
11315 parent for ido-mode-map instead of building from scratch.
11316 (ido-init-mode-maps): New defun to initialize new maps.
11317 (ido-mode): Call it.
11318 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11319 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11320
11321 2005-11-26 John Paul Wallington <jpw@pobox.com>
11322
11323 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11324 `mouse-set-point' because the latter is not fbound when configured
11325 without X.
11326
11327 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11328
11329 * files.el (file-relative-name): Doc fix.
11330
11331 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11332
11333 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11334 non-empty string for secondary prompt PS2.
11335
11336 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * progmodes/compile.el (compilation-setup): Fix last change.
11339
11340 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11341
11342 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11343 (gdb-mouse-toggle-breakpoint-margin)
11344 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11345 Add gdb-server-prefix to keep out of command history.
11346 (gdb-edit-register-value): New function.
11347 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11348 (gdb-info-registers-custom): Use above map.
11349
11350 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11351
11352 * custom.el (enable-theme): Signal error if argument is not a
11353 theme. Don't recalculate a face if it's not loaded yet.
11354
11355 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11356 the `user' theme is in effect.
11357
11358 * info.el (Info-on-current-buffer): Record actual filename in
11359 Info-current-file, instead of t, or a fake filename if a non-file
11360 buffer. Make autoload.
11361 (Info-find-node, Info-revert-find-node): No need to check for
11362 Info-current-file nil.
11363 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11364 Info-current-file is now never `t'.
11365 (Info-fontify-node): Many simplifications due to Info-current-file
11366 always being valid. Use Info-find-file to find node filename.
11367
11368 2005-11-25 David Kastrup <dak@gnu.org>
11369
11370 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11371 new character, then delete" in order to preserve markers.
11372
11373 2005-11-25 David Ponce <david@dponce.com>
11374
11375 * recentf.el (recentf-arrange-by-rule): Handle a special
11376 `auto-mode-alist'-like "strip suffix" rule.
11377 (recentf-build-mode-rules): Handle second level auto-mode entries.
11378
11379 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11380
11381 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11382 window modes.
11383
11384 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11385 jde-javadoc-checker-report-mode.
11386
11387 * ediff-wind (ediff-make-wide-display): Slight simplification.
11388
11389 * ediff.el (ediff-date): Change the date of last update.
11390
11391 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11392
11393 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11394 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11395 (hi-lock-mode): New global minor mode.
11396 (turn-on-hi-lock-if-enabled): New function.
11397 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11398 Change arguments to regexp and face instead of a font-lock pattern.
11399 Directly set face property, instead of refontifying.
11400 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11401 (hi-lock-find-patterns): Use line-number-at-pos.
11402
11403 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11404 arguments for hi-lock-set-pattern.
11405 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11406 Call font-lock-fontify-buffer.
11407 (hi-lock-find-file-hook, hi-lock-current-line)
11408 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11409
11410 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11411 turned off.
11412
11413 * progmodes/compile.el (compilation-setup): Don't fiddle with
11414 font-lock-defaults.
11415
11416 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11417
11418 * progmodes/gdb-ui.el (gdb-var-create-handler)
11419 (gdb-var-list-children-handler): Find values for all variable
11420 objects. gud-speedbar-buttons decides whether to display them.
11421
11422 2005-11-24 Romain Francoise <romain@orebokech.com>
11423
11424 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11425 buffer name with a space.
11426
11427 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11428
11429 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11430 `org-export-local-list-max-depth'. Change default value to 3.
11431 (org-auto-renumber-ordered-lists)
11432 (org-plain-list-ordered-item-terminator): New options.
11433 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11434 (org-get-indentation, org-get-string-indentation)
11435 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11436 New functions.
11437 (org-move-item-down, org-move-item-up): New commands.
11438 (org-export-as-html): New classes for CSS support. Bug fix in
11439 regular expression detecting fixed-width regions. Respect
11440 `org-local-list-ordered-item-terminator'.
11441 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11442 also a list item.
11443 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11444 New item moving functions.
11445
11446 2005-11-24 Juri Linkov <juri@jurta.org>
11447
11448 * isearch.el (isearch-repeat): With empty search ring set
11449 `isearch-error' to the error string instead of signaling error
11450 with the function `error'.
11451
11452 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11453
11454 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11455
11456 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11457
11458 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11459 and variable.
11460 (gdb-var-create-handler, gdb-var-list-children-handler):
11461 Don't match on "char **...".
11462 (gdb-var-update-handler): Find values for all variable objects.
11463 (gdb-info-frames-custom): Identify frames by leading "#".
11464
11465 * progmodes/gud.el (gud-speedbar-menu-items): Add
11466 gdb-speedbar-auto-raise as radio button.
11467 (gud-speedbar-buttons): Raise speedbar if requested.
11468 Don't match on "char **...".
11469 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11470 Make it editable.
11471
11472 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11473
11474 * info.el (Info-fontify-node): Handle the case where
11475 Info-current-file is t.
11476
11477 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * simple.el (blink-matching-open): Fix off-by-one in last change.
11480
11481 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11482
11483 * term/mac-win.el: Don't change default directory.
11484
11485 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11488 buffers correctly. (It used to throw an error in such buffers.)
11489 Make it ask for confirmation in group buffers and other Custom
11490 buffers containing more than one customization item.
11491
11492 2005-11-22 John Paul Wallington <jpw@gnu.org>
11493
11494 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11495 property on mail and url overlays.
11496 (goto-address-at-point): Use `posn-set-point' instead of
11497 `mouse-set-point' because the latter is not fbound when configured
11498 without X.
11499
11500 2005-11-22 Lars Hansen <larsh@soem.dk>
11501
11502 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11503 (ls-lisp-classify, ls-lisp-format): Delete call to
11504 ls-lisp-parse-symlink.
11505 (ls-lisp-handle-switches): Handle symlinks to directories as
11506 directories when ls-lisp-dirs-first in non-nil.
11507
11508 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11509
11510 * startup.el (command-line): Make sure that loaddefs.el is handled
11511 correctly in load-history.
11512
11513 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11514
11515 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11516 (gdb-struct-string, gdb-array-string): New constants.
11517 (gdb-info-locals-handler): Use them.
11518 (gdb-reset): Reset gdb-var-list to nil.
11519
11520 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11521
11522 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11523 in patterns.
11524
11525 2005-11-21 Juri Linkov <juri@jurta.org>
11526
11527 * custom.el (defcustom): Update link types in docstring.
11528
11529 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11530
11531 * custom.el (defgroup): Add doc-string-elt info.
11532
11533 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11534
11535 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * newcomment.el (comment-enter-backward): Fix last fix.
11538
11539 * simple.el (blink-matching-open):
11540 * paren.el (show-paren-function): Allow new paren-class info.
11541
11542 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11543
11544 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11545 handled automagically.
11546
11547 2005-11-20 Andreas Schwab <schwab@suse.de>
11548
11549 * descr-text.el (describe-char): When copying overlays put them
11550 over the full char description instead of just the first character
11551 of it.
11552
11553 2005-11-20 Juri Linkov <juri@jurta.org>
11554
11555 * simple.el (what-cursor-position):
11556 * descr-text.el (describe-char): Use Lisp-readable syntax
11557 for octal and hex. Reorder decimal, octal and hex values.
11558 Remove excess whitespace in the output. Use `=' in `column='
11559 like in `point=' and `Hscroll='.
11560
11561 * international/mule-cmds.el (encoded-string-description):
11562 Use Lisp-readable syntax for hex.
11563
11564 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11565
11566 * newcomment.el (comment-enter-backward): Handle the case where the
11567 comment is closed by EOB.
11568
11569 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11570
11571 * longlines.el (longlines-before-revert-hook)
11572 (longlines-after-revert-hook): New functions.
11573 (longlines-mode): Turn off longlines temporarily when reverting.
11574 Add a message-setup-hook.
11575 (longlines-decode-buffer): New function.
11576 (longlines-wrap-line): Preserve marker positions.
11577
11578 2005-11-19 Andreas Schwab <schwab@suse.de>
11579
11580 * emacs-lisp/shadow.el: Handle compressed files.
11581
11582 2005-11-19 Romain Francoise <romain@orebokech.com>
11583
11584 * net/browse-url.el (browse-url-default-browser): Signal an error
11585 if no usable browser can be found, rather than try to load w3.
11586
11587 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11588
11589 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11590 replacing existing properties.
11591 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11592 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11593 tty specs.
11594 (rcirc-server-prefix, rcirc-server): New faces.
11595 (rcirc-url-regexp): Generate with rx macro.
11596 (rcirc-last-server-message-time): New variable.
11597 (rcirc-filter): Record time of last message.
11598 (rcirc-keepalive): Kill processes that did not send a message
11599 since the last ping.
11600 (rcirc-mode): Give rcirc-topic a local binding here.
11601
11602 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11603
11604 * subr.el (read-passwd): Fontify the prompt as we do with other
11605 prompts.
11606
11607 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11608
11609 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11610 binding buffer-read-only to nil.
11611
11612 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11613
11614 * complete.el (partial-completion-mode):
11615 Mention completion-auto-help in the doc string.
11616
11617 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11618 more Lisp-ish way.
11619
11620 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11621
11622 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11623 digits, not 8, to avoid misalignment for files larger than 100MB.
11624
11625 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11626
11627 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11628 Mention "keyboard shortcuts" in the help text.
11629
11630 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11631
11632 * startup.el (fancy-splash-default-action): Discard only
11633 mouse-down and succeeding mouse-up events in the splash screen
11634 window so that drag-n-drop event can be processed.
11635
11636 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11637
11638 * longlines.el (longlines-mode): Add hacks for mail-mode and
11639 message-mode.
11640
11641 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11642
11643 * textmodes/org.el (org-table-sort-lines): New command.
11644 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11645 (org-add-file): Command removed, use `org-agenda-file-to-front'
11646 instead.
11647 (org-export-icalendar): Use `org-icalendar-combined-name'.
11648 (org-cycle-agenda-files, org-agenda-file-to-end)
11649 (org-agenda-file-to-front): New commands.
11650 (org-table-tab-jumps-over-hlines, org-export-html-style):
11651 New options.
11652 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11653 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11654 New functions.
11655 (org-fill-paragraph): Call `org-table-align' in tables.
11656 (org-mode): Call `org-set-autofill-regexps'.
11657 (org-export-as-html): Support for local handformatted lists.
11658 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11659 (org-export-local-list-max-depth): New option.
11660 (org-html-expand): Use `org-html-protect'.
11661
11662 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11663
11664 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11665 to "p".
11666 (gdb): Move definition of gud-pp to...
11667
11668 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11669 speedbar.
11670 (gdb-find-watch-expression): New function.
11671
11672 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11673
11674 * faces.el (face-attribute, set-face-attribute): Mention existence
11675 of `:ignore-defface' setting in docstring.
11676
11677 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * simple.el (completion-setup-function): Fix last change.
11680
11681 2005-11-17 John Paul Wallington <jpw@pobox.com>
11682
11683 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11684 Use `posn-set-point' instead of `mouse-set-point' because the
11685 latter is not fbound when configured without X.
11686
11687 * comint.el (comint-insert-input): Likewise.
11688
11689 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11690
11691 * simple.el (hard-newline): New variable.
11692 (sendmail-user-agent-compose, next-line): Use it.
11693
11694 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11695 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11696 (mail-mail-reply-to, mail-mail-followup-to)
11697 (mail-position-on-field, mail-signature, mail-yank-original)
11698 (mail-attach-file): Likewise.
11699
11700 * mail/mailheader.el (mail-header-format)
11701 (mail-header-format-function): Likewise.
11702
11703 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11704
11705 2005-11-17 Juri Linkov <juri@jurta.org>
11706
11707 * font-lock.el (font-lock-faces): Rename this defgroup from
11708 `font-lock-highlighting-faces'.
11709 (font-lock-comment-face, font-lock-comment-delimiter-face)
11710 (font-lock-string-face, font-lock-doc-face)
11711 (font-lock-keyword-face, font-lock-builtin-face)
11712 (font-lock-function-name-face, font-lock-variable-name-face)
11713 (font-lock-type-face, font-lock-constant-face)
11714 (font-lock-warning-face, font-lock-negation-char-face)
11715 (font-lock-preprocessor-face)
11716 (font-lock-regexp-grouping-backslash)
11717 (font-lock-regexp-grouping-construct): Rename :group from
11718 `font-lock-highlighting-faces' to `font-lock-faces'.
11719
11720 * cus-edit.el (lisp, c, tex):
11721 * progmodes/ada-mode.el (ada):
11722 * progmodes/asm-mode.el (asm):
11723 * progmodes/cperl-mode.el (cperl-faces):
11724 * progmodes/cpp.el (cpp):
11725 * progmodes/dcl-mode.el (dcl):
11726 * progmodes/f90.el (f90):
11727 * progmodes/fortran.el (fortran):
11728 * progmodes/icon.el (icon):
11729 * progmodes/idlwave.el (idlwave-misc):
11730 * progmodes/m4-mode.el (m4):
11731 * progmodes/make-mode.el (makefile):
11732 * progmodes/meta-mode.el (meta-font):
11733 * progmodes/modula2.el (modula2):
11734 * progmodes/octave-mod.el (octave):
11735 * progmodes/pascal.el (pascal):
11736 * progmodes/perl-mode.el (perl):
11737 * progmodes/prolog.el (prolog):
11738 * progmodes/ps-mode.el (PostScript-edit):
11739 * progmodes/scheme.el (scheme):
11740 * progmodes/sh-script.el (sh-script):
11741 * progmodes/simula.el (simula):
11742 * progmodes/tcl.el (tcl):
11743 * textmodes/nroff-mode.el (nroff):
11744 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11745 * textmodes/sgml-mode.el (sgml):
11746 * textmodes/texinfo.el (texinfo):
11747 Add :link (custom-group-link font-lock-faces) to defgroup.
11748
11749 * hi-lock.el (hi-lock): Rename this defgroup from
11750 `hi-lock-interactive-text-highlighting'. Change parent group from
11751 `faces' to `font-lock'. Add link to the manual.
11752 (hi-lock-mode, hi-lock-file-patterns-range)
11753 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11754 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11755 (hi-lock-faces): Add :group `faces'.
11756
11757 * cus-edit.el (custom-variable-prompt): Clarify the code.
11758
11759 * faces.el (face-read-string): Set the default value arg of
11760 completing-read.
11761
11762 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11763
11764 * rfn-eshadow.el (file-name-shadow-properties)
11765 (file-name-shadow-tty-properties, file-name-shadow-mode):
11766 Remove autoloads, because the file is now preloaded.
11767
11768 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11769
11770 * printing.el (easy-menu-intern): Don't define.
11771 (pr-get-symbol): Use easy-menu-intern only if defined.
11772
11773 * simple.el (blink-matching-open): Simplify a bit.
11774 (completion-setup-function): Fix the case of partial-completion-mode
11775 when the minibuffer's contents start with "-".
11776 Obey completion-base-size-function even when
11777 minibuffer-completing-file-name is non-nil.
11778
11779 2005-11-16 Richard M. Stallman <rms@gnu.org>
11780
11781 * net/eudcb-ph.el (eudc-ph-open-session):
11782 Use set-process-query-on-exit-flag.
11783
11784 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11785
11786 * international/ucs-tables.el (ucs-set-table-for-input):
11787 Use make-local-variable, not make-variable-buffer-local.
11788
11789 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11790 Improve warning message text.
11791
11792 * savehist.el (savehist-save-hook): Add :group.
11793
11794 * menu-bar.el (menu-bar-help-menu):
11795 Rename Find Extra Packages to External Packages.
11796
11797 * cus-edit.el (Custom-reset-standard): Verify that
11798 :custom-standard-value prop exists before calling it.
11799
11800 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11801
11802 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11803
11804 * wid-edit.el (color): Enclose %t in %{...%}.
11805
11806 * cus-edit.el (face): Enclose %t in %{...%}.
11807
11808 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11809
11810 * savehist.el (savehist-mode-hook): Re-add the var.
11811 (savehist-mode): Use it.
11812
11813 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11814
11815 * textmodes/flyspell.el: Fix commenting convention.
11816 Remove unnecessary leading * in custom docstrings.
11817 (flyspell-emacs): Remove unused var.
11818 (flyspell-delete-region-overlays): Use remove-overlays.
11819 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11820 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11821 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11822 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11823 (make-flyspell-overlay): Don't locally reuse a global name.
11824 (flyspell-highlight-incorrect-region)
11825 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11826 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11827 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11828 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11829 Wrap calls to accept-process-output inside with-local-quit since it's
11830 often called from a post-command-hook.
11831 (flyspell-correct-word, flyspell-auto-correct-word):
11832 Use ispell-send-string.
11833 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11834
11835 * calendar/diary-lib.el (diary-list-entries): Also hide the
11836 terminating newline.
11837
11838 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11839
11840 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11841 window-system, to allow fonts on tty.
11842
11843 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11844
11845 * progmodes/gud.el (gud-speedbar-item-info): New function.
11846 (gud-install-speedbar-variables): Use it to display data type
11847 of watch expression as a tooltip in speedbar.
11848
11849 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11850
11851 * font-core.el (global-font-lock-mode): Add :version keyword,
11852 because default was changed.
11853
11854 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11855
11856 * startup.el (command-line): Use `custom-reevaluate-setting' for
11857 `file-name-shadow-mode'.
11858
11859 * loadup.el: Preload rfn-eshadow.
11860
11861 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11862 Add :version keyword.
11863 (file-name-shadow-properties, file-name-shadow-tty-properties)
11864 (file-name-shadow): Add :version keyword.
11865
11866 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11867 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11868 in the custom-group property of the symbol frames and the fringe
11869 group got no link to its parent group frames.
11870 Doc fix.
11871
11872 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11873
11874 * progmodes/gud.el (gud-stop-subjob): New function.
11875 (gud-menu-map, gud-tool-bar-map): Use it.
11876
11877 2005-11-16 Kim F. Storm <storm@cua.dk>
11878
11879 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11880 than kill it.
11881 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11882 to a more useful/logical place.
11883
11884 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11885
11886 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11887 go buttons complementary.
11888
11889 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11890
11891 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11892 (rfn-eshadow-sifn-equal): New function.
11893 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11894
11895 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11896
11897 * viper-utils.el (viper-non-word-characters-reformed-vi):
11898 Quote `-' in string.
11899
11900 * viper.el (viper-emacs-state-mode-list): Ensure that
11901 rcirc-mode buffers come up in Emacs state.
11902
11903 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11904 operation.
11905
11906 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11907
11908 * term.el (term-termcap-format): Fix typos.
11909 (term-down): Fix the negative argument case.
11910
11911 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11912
11913 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11914 2005-08-15.
11915 (gdb-ann3): New command gud-go.
11916 (menu): Accomodate gdb-mi.el.
11917 (gdb-assembler-custom): Make buffer of selected window current
11918 so that set-window-point works.
11919
11920 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11921 buttons and include new ones.
11922
11923 2005-11-16 Kim F. Storm <storm@cua.dk>
11924
11925 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11926 (gud-menu-map): Use it.
11927
11928 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11929
11930 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11931 that works correctly for Custom and that does not override a user
11932 who disables it.
11933
11934 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11935 (help-xref-interned, help-follow): Make hyperlinks for variables
11936 that are unbound, but have a non-nil variable-documentation property.
11937
11938 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11939 mode hook. (It conflicted with defcustoms for some mode hooks.)
11940 Use the `variable-documentation' property to give the mode hook a
11941 docstring and expand that docstring.
11942
11943 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11944
11945 * savehist.el (savehist-mode): Don't bother with
11946 `custom-set-minor-mode'.
11947 (savehist-coding-system): Check XEmacs version.
11948 (history-length): Declare also at run time.
11949 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11950 Don't set the customize state.
11951 (savehist-minibuffer-hook): Special case for when
11952 minibuffer-history-variable is equal to t.
11953
11954 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * files.el (write-file): Refresh VC status.
11957
11958 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11959 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11960 than fundamental-mode to see if the mode was set.
11961
11962 2005-11-14 Romain Francoise <romain@orebokech.com>
11963
11964 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11965 dummy function in `eval-when-compile' to avoid compiler warning.
11966 Require `man' at compile time.
11967
11968 2005-11-14 Jay Belanger <belanger@truman.edu>
11969
11970 * calc-alg.el (calcFunc-write-out-power): Rename it to
11971 calcFunc-powerexpand.
11972 (math-write-out-power): Rename it to math-powerexpand; have it
11973 handle negative exponents.
11974 (calc-writeoutpower): Rename it to calc-powerexpand.
11975
11976 * calc-ext.el: Change calcFunc-writeoutpower and
11977 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11978 autoloads.
11979 Add calcFunc-ldiv to autoloads.
11980
11981 * calc-arith.el (calcFunc-ldiv): New function.
11982
11983 * calc.el (calc-left-divide): New function.
11984
11985 2005-11-14 Juri Linkov <juri@jurta.org>
11986
11987 * cus-edit.el (custom-variable-prompt): Set the default value arg
11988 of completing-read.
11989
11990 * cus-dep.el (custom-make-dependencies): Reverse the list of
11991 found dependencies.
11992
11993 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11994
11995 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11996 Highlighting" entry, it is on by default now.
11997 (menu-bar-options-save): Do not save global-font-lock-mode.
11998
11999 2005-11-13 Richard M. Stallman <rms@gnu.org>
12000
12001 * textmodes/flyspell.el (flyspell-large-region):
12002 Call flyspell-accept-buffer-local-defs.
12003
12004 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12005
12006 * textmodes/flyspell.el (flyspell-notify-misspell):
12007 Fix misspelling of "Misspelling".
12008 (flyspell-process-localwords): New function.
12009 (flyspell-large-region): Call flyspell-process-localwords and
12010 flyspell-delete-region-overlays.
12011 (flyspell-delete-region-overlays): New function.
12012 (flyspell-delete-all-overlays): Call that.
12013
12014 2005-11-13 Richard M. Stallman <rms@gnu.org>
12015
12016 * help.el (help-for-help-internal): Improve doc of C-h a.
12017 (describe-key): Improve prompt; doc fix.
12018
12019 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * vc-svn.el (vc-svn-registered): Catch all errors.
12022
12023 * cus-dep.el (custom-make-dependencies): Typo.
12024
12025 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12026
12027 * net/tramp-util.el (top): Fix compilation warning.
12028
12029 2005-11-13 Kim F. Storm <storm@cua.dk>
12030
12031 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12032
12033 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12034
12035 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12036 (gud-speedbar-buttons): Match on "const char *" too.
12037
12038 * progmodes/gdb-ui.el (gdb-var-create-handler)
12039 (gdb-var-list-children-handler): Match on "const char *" too.
12040 (gdb-var-evaluate-expression-handler): Match on empty string.
12041 (gdb-var-update-handler): Only call
12042 gdb-var-evaluate-expression-handler when required.
12043
12044 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12045
12046 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12047 selected window. This still doesn't work for speedbar.
12048 (gud-speedbar-buttons): Handle string expressions properly.
12049
12050 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12051 (gdb-var-create-handler): Handle string expressions properly.
12052 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12053 Handle string expressions properly. Move "type" field into regexp.
12054
12055 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12056
12057 * bookmark.el (bookmark-maybe-message): New function to reduce
12058 code duplication: invokes `message' iff baud-rate is high enough.
12059 (bookmark-write-file): Use above instead of an inline conditional.
12060 (bookmark-load): Same.
12061
12062 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12063
12064 * bookmark.el (bookmark-write-file): Don't visit the destination
12065 file, just write the data to it using write-region. This is
12066 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12067 change to avoid visiting the file in the first place.
12068
12069 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12070
12071 * hi-lock.el (hi-lock-mode): Set the default value of
12072 font-lock-defaults.
12073
12074 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12075
12076 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12077 arg to `file-attributes'.
12078 (find-lisp-format): The UID and GID can now be strings.
12079
12080 2005-11-12 Kim F. Storm <storm@cua.dk>
12081
12082 * help.el (help-map): Bind C-h d to apropos-documentation.
12083
12084 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12085 when point is at end-of-buffer.
12086
12087 * apropos.el (apropos-match-face): Doc fix.
12088 (apropos-sort-by-scores): Add new choice `verbose'.
12089 (apropos-documentation-sort-by-scores): New defcustom.
12090 (apropos-pattern): Now contains the pattern entered by the user.
12091 (apropos-pattern-quoted): New defvar.
12092 (apropos-regexp): New defvar, containing the regexp corresponding
12093 to apropos-pattern.
12094 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12095 (apropos-read-pattern): New defun. Use it to read pattern arg in
12096 interactive calls; returns list of words for a word list, and
12097 string for a regexp.
12098 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12099 parses a list of words or regexp as returned by apropos-read-pattern.
12100 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12101 (apropos-score-doc): Return a very high score if the string
12102 entered by the user matches literally.
12103 (apropos-variable): Doc fix. Use apropos-read-pattern.
12104 (apropos-command): Doc fix. Use apropos-read-pattern and
12105 apropos-parse-pattern. Call apropos-print with nosubst=t.
12106 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12107 apropos-parse-pattern.
12108 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12109 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12110 apropos-documentation-sort-by-scores. Call apropos-print with
12111 nosubst=t.
12112 (apropos-documentation-internal): Pass doc string through
12113 substitute-key-definition before adding text properties.
12114 Highlight substring matching literal user input if possible.
12115 (apropos-documentation-check-doc-file): Remove locals beg and end.
12116 Fix calculation of score (as added twice). Pass doc string through
12117 substitute-key-definition before adding text properties.
12118 (apropos-documentation-check-elc-file): Pass doc string through
12119 substitute-key-definition before adding text properties.
12120 Highlight substring matching literal user input if possible.
12121 (apropos-print): Add new arg NOSUBST; if set, command and variable
12122 doc strings have already been passed through substitute-key-definition.
12123 Add code to handle apropos-accumulator items without score element
12124 for backwards compatibility (e.g. with woman package).
12125 Only show scores if apropos-sort-by-scores is `verbose'.
12126
12127 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12128
12129 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12130 Add jka-compr-load-suffixes to load-suffixes.
12131
12132 * jka-compr.el: Require jka-cmpr-hook.
12133 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12134 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12135 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12136 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12137 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12138 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12139 (jka-compr-uninstall): Remove entries from
12140 jka-compr-added-to-file-coding-system-alist after they are used.
12141 (jka-compr-error): Remove unused var `curbuf'.
12142 (jka-compr-file-local-copy): Remove unused var `notfound'.
12143
12144 2005-11-10 Romain Francoise <romain@orebokech.com>
12145
12146 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12147
12148 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12149
12150 * progmodes/gud.el (gud-menu-map): Move parentheses.
12151 (gdb): New command gud-pv.
12152
12153 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * tar-mode.el: Remove spurious or unnecessary leading stars
12156 in docstrings.
12157 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12158 (tar-parse-octal-integer-safe): Use mapc.
12159 (tar-header-block-summarize): Remove unused var `ck'.
12160 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12161 cleared before. Obey default-enable-multibyte-characters.
12162 Use mapconcat. Simplify setting of tar-header-offset.
12163 (tar-mode-map): Move initialization inside delcaration.
12164 (tar-flag-deleted): Use `abs'.
12165 (tar-expunge-internal): Remove unused var `line'.
12166 (tar-expunge-internal): Don't hardcode point-min==1.
12167 (tar-expunge): Widen while doing set-buffer-multibyte.
12168 (tar-rename-entry): Use file-name-coding-system.
12169 (tar-alter-one-field): Don't hardcode point-min==1.
12170 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12171 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12172
12173 2005-11-10 Masatake YAMATO <jet@gyve.org>
12174
12175 * add-log.el (add-log-current-defun): Handle class::method
12176 notation of c++. Fix incorrect comment.
12177
12178 2005-11-10 Alan Mackenzie <acm@muc.de>
12179
12180 * help-fns.el (describe-variable): Make C-h v work when a variable
12181 has variable documentation yet is unbound.
12182
12183 2005-11-10 Masatake YAMATO <jet@gyve.org>
12184
12185 * man.el (Man-highlight-references): Set an empty
12186 string to `Man-arguments' if it is nil.
12187 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12188
12189 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12192 commenting conventions.
12193
12194 * cus-dep.el (custom-make-dependencies): Simplify.
12195 Better follow the commenting conventions.
12196
12197 2005-11-09 Richard M. Stallman <rms@gnu.org>
12198
12199 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12200 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12201 All uses changed.
12202 (apropos-rewrite-regexp): Doc fix.
12203 (apropos-variable, apropos-command, apropos, apropos-value):
12204 Change prompt; carry through the argument renaming.
12205
12206 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12207
12208 * find-lisp.el: Require dired.
12209 (find-lisp-find-dired-internal): Do not call
12210 `abbreviate-file-name' on DIR.
12211
12212 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12213
12214 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12215
12216 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12217
12218 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12219 when using the speedbar.
12220 (gdb): New command gud-pp.
12221 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12222
12223 2005-11-09 Juri Linkov <juri@jurta.org>
12224
12225 * replace.el (occur-excluded-properties): New defcustom.
12226 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12227
12228 2005-11-08 Jay Belanger <belanger@truman.edu>
12229
12230 * calc/calc-units.el (math-convert-units): Replace any composite
12231 unit by its definition.
12232
12233 2005-11-08 Lars Hansen <larsh@soem.dk>
12234
12235 * emacs-lisp/autoload.el (update-directory-autoloads):
12236 Add obsolete function alias.
12237
12238 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12241 comment-indent-function.
12242 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12243
12244 * reveal.el (reveal-post-command): Rework the handling of
12245 reveal-open-spots, so as to be more reliable. There were several
12246 tricky corner cases where an open spot might be lost, or where
12247 a closed spot might end up on the list of open spots.
12248 Only reveal text that's ellipsised.
12249
12250 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12251
12252 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12253
12254 2005-11-07 John Paul Wallington <jpw@gnu.org>
12255
12256 * ibuffer.el (ibuffer): Search iconified frames too when
12257 getting Ibuffer buffer's window.
12258
12259 2005-11-06 Richard M. Stallman <rms@gnu.org>
12260
12261 * progmodes/compile.el (compilation-internal-error-properties):
12262 save-excursion around the computation of MARKER.
12263
12264 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12265
12266 * textmodes/flyspell.el (flyspell-external-point-words):
12267 flyspell-get-word returns a list, not just a string.
12268
12269 2005-11-06 John Paul Wallington <jpw@pobox.com>
12270
12271 * ibuffer.el (ibuffer): Search all visible frames when getting
12272 Ibuffer buffer's window.
12273
12274 2005-11-07 Masatake YAMATO <jet@gyve.org>
12275
12276 * man.el (Man-reference-regexp): Accept spaces between
12277 `Man-name-regexp' and `Man-section-regexp'.
12278 (Man-apropos-regexp): New variable.
12279 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12280 if available.
12281 (Man-highlight-references, Man-highlight-references0):
12282 Handle the case when `Man-arguments' includes "-k".
12283 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12284 `TARGET'. `TARGET' can be a number, function or nil.
12285
12286 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12287
12288 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12289 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12290 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12291 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12292 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12293 (gdb-send-item): Use buffer-local-value and simplify.
12294
12295 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12296
12297 * startup.el (command-line): Use `custom-reevaluate-setting' for
12298 `global-font-lock-mode'.
12299
12300 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12301 by default, except in batch mode or when the -D option is given.
12302
12303 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12304 specified keyword args on to `define-minor-mode'. Update docstring.
12305
12306 2005-11-05 Romain Francoise <romain@orebokech.com>
12307
12308 * replace.el (occur-engine): Add marker at end of line, too.
12309
12310 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12311
12312 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12313 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12314 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12315 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12316 argument to all these routines, so the passphrase can be managed
12317 externally and passed in to the system.
12318 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12319 pgg-add-passphrase-to-cache function.
12320
12321 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12322 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12323 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12324 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12325 argument to all these routines, so the passphrase can be managed
12326 externally and passed in to the system.
12327 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12328 function.
12329
12330 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12331
12332 * font-lock.el: Don't deal with font-lock-face-attributes here,
12333 move the code ...
12334
12335 * startup.el (command-line): ... here. Use face-spec-set instead
12336 of custom-declare-face.
12337
12338 * faces.el (face-spec-set): Reset the face if spec is not nil.
12339
12340 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * newcomment.el (comment-region-internal): Box more tightly in the
12343 common case where there's no TAB in the boxed text.
12344
12345 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12346
12347 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12348 up-node.
12349
12350 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12351
12352 * newsticker.el: Commentary updated. Code formatting changed.
12353 (newsticker-version): Change to "1.9".
12354 (newsticker, newsticker-feed): Doc fix.
12355 (newsticker-url-list): Doc fix. Add option "Weekly".
12356 (newsticker-retrieval-interval): Add option "Weekly".
12357 (newsticker-headline-processing): Doc fix.
12358 (newsticker-auto-mark-filter): Remove.
12359 (newsticker-auto-mark-filter-list): New.
12360 (newsticker-layout, newsticker-sort-method): Doc fix.
12361 (newsticker-hide-old-items-in-newsticker-buffer)
12362 (newsticker-heading-format, newsticker-item-format)
12363 (newsticker-desc-format): Doc fix.
12364 (newsticker-show-all-rss-elements): Remove.
12365 (newsticker-show-all-news-elements): New.
12366 (newsticker-faces, newsticker-ticker): Doc fix.
12367 (remove-from-invisibility-spec): Code formatting.
12368 (newsticker--process-ids): New.
12369 (newsticker-mode): Doc fix.
12370 (newsticker-mode): Change mode-line-format.
12371 (newsticker-start): Remove debug output.
12372 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12373 (newsticker-w3m-show-inline-images): Code formatting.
12374 (newsticker-next-item): Call `force-mode-line-update'.
12375 (newsticker-previous-item): Call `force-mode-line-update'.
12376 (newsticker-next-feed): Call `force-mode-line-update'.
12377 (newsticker-previous-feed): Call `force-mode-line-update'.
12378 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12379 (newsticker-show-old-items): Do not show descs.
12380 (newsticker-hide-entry): Hide too much.
12381 (newsticker-hide-entry, newsticker-show-entry)
12382 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12383 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12384 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12385 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12386 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12387 (newsticker-get-news): Call `force-mode-line-update'.
12388 Collect process ids.
12389 (newsticker--sentinel): Change coding system handling.
12390 Move image retrieval to new functions newsticker--get-logo-url-*.
12391 Move feed parsing to new functions newsticker--parse-*.
12392 Update list of process ids.
12393 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12394 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12395 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12396 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12397 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12398 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12399 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12400 (newsticker--decode-coding-string): Remove.
12401 (newsticker--decode-numeric-entities): Check input. Format code.
12402 (newsticker--remove-whitespace): Check input.
12403 (newsticker--do-forget-preformatted): Doc fix.
12404 (newsticker--decode-rfc822-date): Allow for missing time.
12405 (newsticker--update-process-ids): New.
12406 (newsticker--image-sentinel): Change comment.
12407 (newsticker--image-read): Change error message.
12408 (newsticker--imenu-goto): Doc fix. Show headline title.
12409 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12410 (newsticker--buffer-do-insert-text): Clean whitespace in
12411 html-rendered headline title. Code formatting.
12412 Call `newsticker--buffer-print-extra-elements'.
12413 (newsticker--buffer-print-extra-element): Remove.
12414 (newsticker--buffer-print-extra-elements): New.
12415 (newsticker--buffer-do-print-extra-element): New.
12416 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12417 large sizes.
12418 (newsticker--run-auto-mark-filter)
12419 (newsticker--do-run-auto-mark-filter):
12420 Use `newsticker-auto-mark-filter-list'.
12421
12422 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12423
12424 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12425 (rcirc-print): Force redisplay before running hooks. Do long
12426 buffer truncation after making new text read-only. Deal with nil
12427 text when decoding strings. If TARGET is nil, use either the
12428 currently selected buffer, if it is an rcirc buffer and of the
12429 same process or the process buffer.
12430 (rcirc-mode): Remove header-line. Recompute short buffer names.
12431 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12432 (rcirc-short-buffer-name): Add variable.
12433 (rcirc-kill-buffer-hook): Recompute short buffer names.
12434 Remove nick from private channel.
12435 (rcirc-send-input): Send command text to current-buffer.
12436 Don't clear overlay arrow here.
12437 (rcirc-short-buffer-name): Return a short buffer name.
12438 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12439 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12440 buffer-name abbreviations.
12441 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12442 Do not touch nick-table when killing a parted channel.
12443 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12444 Clear arrow from current buffer if it is now hidden.
12445 (rcirc-current-buffer): Add variable.
12446 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12447 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12448 Remove -face from names.
12449 (rcirc-update-activity-string): Print "DND" when globally ignoring
12450 activity.
12451 (rcirc-ignore-buffer-activity-flag): Rename from
12452 rcirc-ignore-channel-activity.
12453 (rcirc-ignore-all-activity-flag): Doc fix.
12454 (rcirc-channels): Remove variable.
12455 (rcirc-kill-buffer-hook):
12456 (rcirc-get-buffer-create): Add nick to private channel.
12457 (rcirc-multiline-edit-submit): Remove tabs.
12458 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12459 folded.
12460 (rcirc-remove-nick-channel): Bug fix.
12461 (rcirc-toggle-ignore-buffer-activity): Rename from
12462 rcirc-toggle-ignore-channel-activity.
12463 (rcirc-record-activity): Add buffers to the front of the list.
12464 (rcirc-update-activity): Remove killed buffers from list.
12465 (rcirc-process-server-response-1): Remove last argument if it is
12466 null before calling handler.
12467 (rcirc): Add "rcirc" defcustom prefix.
12468 (rcirc-prompt): Simplify default prompt.
12469 Use custom-initialize-default.
12470 (rcirc-private-chats): Remove variable.
12471 (rcirc-prompt): Change initialization.
12472 (rcirc-version): Remove function.
12473 (rcirc-id-string): Add constant.
12474 (rcirc-last-buffer): Remove variable.
12475 (rcirc-buffer-alist): Add variable.
12476 (rcirc-connect): Update variable setup.
12477 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12478 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12479 default.
12480 (rcirc-handler-generic): Trigger activity.
12481 (rcirc-send-message): Create the buffor of the target.
12482 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12483 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12484 (rcirc-multiline-edit-cancel): Remove function.
12485 (rcirc-set-last-buffer): Remove function.
12486 (rcirc-get-any-buffer): Add function.
12487 (rcirc-join-channels): Don't print /join text.
12488 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12489 messages.
12490 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12491 (rcirc-handler-NOTICE): Recognize CTCP responses.
12492 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12493 constructing TOPIC string for buffers we are not JOINed.
12494 (rcirc-handler-CTCP-response): Add handler.
12495 (rcirc-multiline-edit-submit): Restore the window-configuration
12496 before adjusting point.
12497 (rcirc): Add customization group.
12498 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12499 (rcirc-user-full-name, rcirc-startup-channels-alist)
12500 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12501 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12502 (rcirc-input-ring-size, rcirc-read-only-flag)
12503 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12504 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12505 Change defvar to defcustom.
12506 (rcirc-update-prompt): Add optional ALL arg, which will update
12507 prompts in all rcirc buffers. Regexp quote replacement text.
12508 (rcirc-fill-column): Accept frame-width as a value.
12509 (rcirc-set-changed): Add function.
12510 (rcirc-next-active-buffer): Write more meaningful messages.
12511 (rcirc-faces): Add customization group.
12512 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12513 (rcirc-nick-in-message-face, rcirc-prompt-face)
12514 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12515 (with-rcirc-process-buffer): Move before first usage.
12516 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12517 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12518 (rcirc-debug): Rename from `rcirc-log'.
12519 (rcirc-format-response-string): Do not print `-' chars for a
12520 NOTICE with no sender. Simplify output of server responses.
12521
12522 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12523
12524 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12525 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12526 Make urls mouse and RET clickable.
12527
12528 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12529
12530 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12531
12532 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12533
12534 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12535 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12536 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12537 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12538 argument to all these routines, so the passphrase can be managed
12539 externally and passed in to the system.
12540 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12541 pgg-add-passphrase-to-cache function.
12542
12543 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12544 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12545 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12546 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12547 argument to all these routines, so the passphrase can be managed
12548 externally and passed in to the system.
12549 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12550 function.
12551
12552 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12553
12554 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12555 from goto-address-url-regexp.
12556
12557 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12558
12559 * textmodes/org.el (org-read-date, org-goto-calendar)
12560 (org-recenter-calendar, org-agenda-goto-calendar):
12561 Temporarily clear `calendar-move-hook'.
12562
12563 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12564
12565 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12566 merging.
12567
12568 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12569 have merge clashes.
12570
12571 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12572
12573 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12574 Undo previous change.
12575
12576 * startup.el (command-line): Use `custom-reevaluate-setting' for
12577 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12578 tty-register-default-colors on Mac.
12579
12580 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12581
12582 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12583 (gdb-buffer-type): Make it automatically buffer local...
12584 (gdb-get-create-buffer): ...and set it accordingly.
12585 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12586 actually work.
12587
12588 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12589
12590 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12591 not red.
12592
12593 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12594
12595 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12596 case GUD buffer is not visible.
12597 (gdb-goto-breakpoint): Try to force display in source buffer.
12598 (gdb-frame-gdb-buffer): Copy other similar functions.
12599 (gdb-restore-windows): Don't display source if not asked for.
12600 (gdb-assembler-buffer-name): Don't capitalise.
12601
12602 2005-11-03 Richard M. Stallman <rms@gnu.org>
12603
12604 * wid-edit.el (key-sequence): New widget type.
12605
12606 * simple.el (set-mark-command-repeat-pop): New variable.
12607 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12608 if set-mark-command-repeat-pop is true.
12609
12610 * info.el (Info-fontify-node): Don't display extra "see" if there
12611 already is one here.
12612
12613 * mouse.el: Fix special handling of DEL after dragging a region:
12614 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12615 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12616
12617 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12618
12619 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12620 not to assume it pertains to an affix.
12621
12622 * textmodes/flyspell.el (flyspell-post-command-hook):
12623 Bind deactivate-mark to prevent deactivation.
12624
12625 2005-11-03 Lars Hansen <larsh@soem.dk>
12626
12627 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12628 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12629 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12630
12631 2005-11-03 Romain Francoise <romain@orebokech.com>
12632
12633 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12634 Update copyright years.
12635
12636 2005-11-03 Sam Steingold <sds@gnu.org>
12637
12638 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12639 Use system-type instead of window-system because window-system is not
12640 correctly defined during loadup.
12641
12642 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12643
12644 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12645 (xml-parse-tag): Join strings separated by a comment properly.
12646
12647 2005-11-02 Andreas Schwab <schwab@suse.de>
12648
12649 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12650
12651 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12652
12653 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12654 (byte-optimize-pure-func): Quote the eval'd value.
12655
12656 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12657 Rename from perl-font-lock-syntactic-face-function.
12658 Change the calling convention so it can be used as a font-lock MATCHER.
12659 Do the parse-partial-sexp loop outselves.
12660 (perl-font-lock-syntactic-keywords): Use it.
12661 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12662
12663 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12664
12665 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12666 disassembly buffer too.
12667 (gdb-exited): Remove overlay arrows when execution has finished.
12668 (gdb-info-frames-custom, gdb-info-threads-custom)
12669 (gdb-info-registers-custom): Don't add inappropriate text
12670 properties if inferior is not active.
12671
12672 2005-11-02 Glenn Morris <rgm@gnu.org>
12673
12674 * progmodes/fortran.el (fortran-blink-match):
12675 Use `blink-matching-delay'.
12676
12677 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12678
12679 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12680
12681 2005-11-02 Lars Hansen <larsh@soem.dk>
12682
12683 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12684 "Permission denied".
12685
12686 2005-11-01 Richard M. Stallman <rms@gnu.org>
12687
12688 * textmodes/flyspell.el (flyspell-external-point-words):
12689 Pass nil to flyspell-get-word.
12690
12691 2005-11-02 Kim F. Storm <storm@cua.dk>
12692
12693 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12694 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12695
12696 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12699 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12700 (calendar-mouse-print-dates): Add optional `event' argument.
12701 Update interactive-spec.
12702 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12703 Use `calendar-event-to-date' instead of `event'.
12704
12705 2005-11-02 Masatake YAMATO <jet@gyve.org>
12706
12707 * progmodes/ld-script.el (ld-script-builtins):
12708 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12709 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12710 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12711
12712 2005-11-01 Romain Francoise <romain@orebokech.com>
12713
12714 * vc-sccs.el: Update copyright year.
12715 * ezimage.el: Likewise.
12716
12717 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12718
12719 * info.el (Info-fontify-node): Use `string-width' for fontifying
12720 underlined titles.
12721
12722 2005-11-01 Juri Linkov <juri@jurta.org>
12723
12724 * info.el (Info-fontify-node): Downcase node header keywords Node,
12725 Prev, Next, Up before comparison.
12726 (Info-history): Insert absolute directory name, and put invisible
12727 property on it.
12728
12729 2005-11-01 Juri Linkov <juri@jurta.org>
12730
12731 * info.el (Info-file-supports-index-cookies): New variable.
12732 (Info-find-node-2): Check makeinfo version for index cookie support.
12733 (Info-index-nodes): Search for nodes with index cookies only when
12734 Info-file-supports-index-cookies is t. Otherwise, search nodes
12735 with "Index" in the node name.
12736 (Info-index-node): Search index cookie in the current node only when
12737 Info-file-supports-index-cookies is t. Otherwise, check the word
12738 "Index" in the node name.
12739 (Info-find-emacs-command-nodes): Remove code that searches nodes
12740 with "Index" node name in the top menu.
12741
12742 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * progmodes/scheme.el (scheme-mode-variables): Use the default
12745 comment-indent-function.
12746
12747 * faces.el (face-attribute): Handle the case where a face inherits from
12748 a non-existent face.
12749
12750 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12751 for octal and hexa output, and merge the char into the paren.
12752 (kill-new): Use push.
12753 (copy-to-buffer): Use with-current-buffer.
12754 (completion-setup-function): Move code in loop to remove redundancy.
12755 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12756 those inherited from minibuffer-local-completion-map.
12757
12758 * savehist.el (savehist-mode) <defcustom>:
12759 Use custom-set-minor-mode if available.
12760 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12761 and emit a message if applicable.
12762
12763 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12764
12765 * savehist.el: Sync up to version 19.
12766 (savehist-mode): New minor mode.
12767 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12768 (savehist-length): Remove (use history-length instead).
12769 (savehist-file-modes): Rename from savehist-modes.
12770 (savehist-save-hook, savehist-loaded): New vars.
12771 (savehist-load): Use savehist-mode. Try to smooth up transition from
12772 old format to new format.
12773 (savehist-install): Allow savehist-autosave-interval to be nil.
12774 (savehist-save): Run the new hook. Be more careful to only trim the
12775 history variables.
12776 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12777 (savehist-printable): Print into a buffer rather than char-by-char.
12778
12779 2005-11-01 John Wiegley <johnw@newartisans.com>
12780
12781 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12782 toggle-ignore keybinding (C-a). The author said it had been
12783 disabled much earlier due to a possible incompatibility, but after
12784 many months of usage I have encountered no problems (and it is a
12785 rather useful option, especially for switching to " *temp*").
12786
12787 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12788 support for OS/X's AddressBook, by calling out to the open source
12789 program "contacts" (installable through Fink).
12790
12791 * net/eudc.el (eudc-expand-inline): If the
12792 `eudc-multiple-match-handling-method' is set to `all', delete the
12793 query string before inserting the query result.
12794
12795 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12796 flag, to prevent Eshell from using the system ls when
12797 `eshell-ls-insert-directory' is in used.
12798 (eshell-ls-insert-directory): Disable font-lock in directory
12799 buffer so that Eshell's own fontification is seen. This broke
12800 recently due to changes in font-lock, so this goes back to version
12801 21 behavior.
12802
12803 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12804
12805 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12806 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12807 (gdb-many-windows): Doc fix.
12808
12809 2005-10-31 Romain Francoise <romain@orebokech.com>
12810
12811 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12812
12813 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12814
12815 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12816 that global-font-lock-mode can be enabled by default.
12817
12818 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12819 (font-lock-add-keywords, font-lock-remove-keywords)
12820 (font-lock-fontify-buffer): Remove autoload cookies.
12821
12822 * jit-lock.el (jit-lock-register): Likewise.
12823
12824 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12825
12826 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12827
12828 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12829 intact if there is no gud-comint-buffer.
12830
12831 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12832
12833 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12834 old prompt comint-prompt-read-only is t and GDB commands are
12835 issued from tool bar etc.
12836
12837 2005-10-31 Masatake YAMATO <jet@gyve.org>
12838
12839 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12840
12841 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12842
12843 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12844 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12845
12846 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12847
12848 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12849 starting at beginning of line. Fontification is messed up when
12850 `open-paren-in-column-0-is-defun-start' set to t.
12851 Reported by John Paul Wallington <jpw@pobox.com>.
12852
12853 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12854
12855 * comint.el (comint-send-input): Call `comint-update-fence' when
12856 `comint-process-echoes' and `comint-prompt-read-only' are both
12857 non-nil, to avoid leftover read-only newline.
12858
12859 2005-10-30 Richard M. Stallman <rms@gnu.org>
12860
12861 * textmodes/flyspell.el (flyspell-external-point-words):
12862 Detect when WORD can't be checked properly because
12863 flyspell-get-word finds just part of it, and move on.
12864
12865 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12866 boundarychar for Polish.
12867 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12868 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12869
12870 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12871
12872 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12873 (gdb-registers-font-lock-keywords): Delete.
12874 (gdb-registers-mode): Don't fontify.
12875 (gdb-info-registers-custom): Use text properties instead as, in
12876 future, changed register values will use font-lock-warning-face.
12877 (gdb-local-font-lock-keywords): Rename to...
12878 (gdb-locals-font-lock-keywords): ...for consistency.
12879
12880 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12881
12882 * vc.el (vc-switch-backend): Better error message if the buffer is
12883 not visiting a file under version control.
12884
12885 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12886
12887 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12888
12889 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12890 ~/.emacs.d/.emacs.
12891
12892 2005-10-29 Richard M. Stallman <rms@gnu.org>
12893
12894 * replace.el (occur-mode-mouse-goto): Always go to other window.
12895 (occur-mode-goto-occurrence): Always switch in same window.
12896
12897 * simple.el (undo): Display message at end, not at start.
12898
12899 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12900 New arg REUSE-CELL.
12901 (cancel-timer-internal): New function.
12902 (timer-event-handler): Use cancel-timer-internal,
12903 and pass the cell it returns to timer-activate...
12904
12905 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12906 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12907 (jit-lock-after-change): Test memory-full.
12908
12909 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12910
12911 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12912 part of the decoded armor to find the key-identifier.
12913 (pgg-gpg-lookup-key-owner): New function to return the
12914 human-readable identifier of a key owner.
12915 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12916 key itself.
12917 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12918 the key value) if we have a key and can match it against a secret
12919 key. Also, added a note pointing out fact that the prompt only
12920 indicates the first matching key.
12921
12922 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12923 pgg-decrypt-region.
12924 (pgg-pending-timers): A new hash for tracking the passphrase cache
12925 timers, so that new ones supercede old ones.
12926 (pgg-add-passphrase-to-cache): Rename from
12927 `pgg-add-passphrase-cache' to reduce confusion (all callers
12928 changed). Modified to cancel old timers when new ones are added.
12929 (pgg-remove-passphrase-from-cache): Rename from
12930 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12931 changed). Modified to cancel old timers when their keys are
12932 removed from the cache.
12933 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12934 XEmacs, an indirection to delete-itimer.
12935 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12936 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12937 users can only check cache without risk of prompting. Correct bug in
12938 notruncate behavior.
12939 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12940 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12941 Add informative docstrings.
12942 (pgg-decrypt): Convey provided passphrase in subordinate call to
12943 pgg-decrypt-region.
12944
12945 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12946 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12947 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12948 `passphrase' argument, so the passphrase can be managed externally
12949 and then passed in to the system.
12950
12951 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12952 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12953 so the passphrase cache can be used reliably with identifiers
12954 besides a pgp packet's key id.
12955
12956 * pgg-gpg.el (pgg-pgp-encrypt-region)
12957 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12958 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12959 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12960 argument to all these routines, so the passphrase can be managed
12961 externally and passed in to the system.
12962
12963 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12964 `notruncate' argument, so the passphrase cache can be used
12965 reliably with identifiers besides a pgp packet's key id.
12966
12967 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12968
12969 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12970 symmetric encryption.
12971 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12972 encrypted session key.
12973 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12974 message ask for the passphrase in a proper way.
12975
12976 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12977 New user commands for symmetric encryption.
12978
12979 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12980
12981 * textmodes/conf-mode.el (conf-assignment-sign)
12982 (conf-assignment-regexp): Fix docstrings.
12983 (conf-mode-initialize): New function.
12984 (conf-mode): Remove optional args. Use delay-mode-hooks to
12985 recognize recursive calls.
12986 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12987 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12988 (conf-xdefaults-mode): Use define-derived-mode and
12989 conf-mode-initialize.
12990
12991 2005-10-29 Romain Francoise <romain@orebokech.com>
12992
12993 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12994
12995 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12996
12997 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12998 part of the decoded armor to find the key-identifier.
12999 (pgg-gpg-lookup-key-owner): New function to return the
13000 human-readable identifier of a key owner.
13001 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13002 key itself.
13003 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13004 the key value) if we have a key and can match it against a secret
13005 key. Also, added a note pointing out fact that the prompt only
13006 indicates the first matching key.
13007
13008 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13009 pgg-decrypt-region.
13010 (pgg-pending-timers): A new hash for tracking the passphrase cache
13011 timers, so that new ones supercede old ones.
13012 (pgg-add-passphrase-to-cache): Rename from
13013 `pgg-add-passphrase-cache' to reduce confusion (all callers
13014 changed). Modified to cancel old timers when new ones are added.
13015 (pgg-remove-passphrase-from-cache): Rename from
13016 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13017 changed). Modified to cancel old timers when their keys are
13018 removed from the cache.
13019 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13020 XEmacs, an indirection to delete-itimer.
13021 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13022 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13023 users can only check cache without risk of prompting. Correct bug in
13024 notruncate behavior.
13025 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13026 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13027 Add informative docstrings.
13028 (pgg-decrypt): Convey provided passphrase in subordinate call to
13029 pgg-decrypt-region.
13030
13031 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13032
13033 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13034 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13035 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13036 `passphrase' argument, so the passphrase can be managed externally
13037 and then passed in to the system.
13038
13039 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13040 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13041 so the passphrase cache can be used reliably with identifiers
13042 besides a pgp packet's key id.
13043
13044 * pgg-gpg.el (pgg-pgp-encrypt-region)
13045 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13046 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13047 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13048 argument to all these routines, so the passphrase can be managed
13049 externally and passed in to the system.
13050
13051 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13052 `notruncate' argument, so the passphrase cache can be used
13053 reliably with identifiers besides a pgp packet's key id.
13054
13055 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13056
13057 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13058 symmetric encryption.
13059 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13060 encrypted session key.
13061 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13062 message ask for the passphrase in a proper way.
13063
13064 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13065 New user commands for symmetric encryption.
13066
13067 2005-10-28 Bill Wohler <wohler@newt.com>
13068
13069 * help-mode.el (help-url): New button type. Calls browse-url.
13070 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13071 Similar to Info nodes: URL `url'.
13072 (help-make-xrefs): Create help-url buttons for
13073 help-xref-url-regexp matches.
13074
13075 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13076
13077 * tool-bar.el (tool-bar-add-item-from-menu)
13078 (tool-bar-local-item-from-menu): Fix doc strings.
13079
13080 2005-10-28 Romain Francoise <romain@orebokech.com>
13081
13082 * ldefs-boot.el: Update.
13083
13084 * subr.el (locate-library): Move from help-fns.el.
13085 * help-fns.el (locate-library): Move to subr.el.
13086
13087 2005-10-28 Richard M. Stallman <rms@gnu.org>
13088
13089 * net/tramp.el (tramp-completion-mode): defvar moved up.
13090
13091 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13092
13093 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13094
13095 * files.el (find-file-noselect): Use %d to format large file size.
13096
13097 * bindings.el (mode-line-format): Add %e.
13098
13099 * loadup.el ("facemenu"): Load unconditionally.
13100 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13101 ("x-dnd"): Load, when appropriate.
13102
13103 * startup.el (command-line): Call before-init-hook earlier.
13104 Warn about some bad characters in -u user name.
13105
13106 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13107 (flyspell-external-point-words): Error if misspelled word is not found.
13108 Set flyspell-large-region-beg at end of word.
13109
13110 2005-10-28 Andreas Schwab <schwab@suse.de>
13111
13112 * view.el (View-revert-buffer-scroll-page-forward):
13113 Use view-page-size-default.
13114
13115 2005-10-28 Juri Linkov <juri@jurta.org>
13116
13117 * international/quail.el (quail-get-current-str): Translate last
13118 raw character for deterministic input methods.
13119
13120 2005-10-27 Jay Belanger <belanger@truman.edu>
13121
13122 * calc/calc-ext.el: Add functions to autoloads.
13123 (math-identity-matrix-p, math-ident-row-p): New functions.
13124
13125 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13126 multiplication by an identity matrix; don't turn multiplication by
13127 an inverse matrix into division.
13128 (math-div-symbol-fancy): Replace division by matrices with
13129 multiplication by inverse.
13130
13131 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13132
13133 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13134 (calc-writeoutpower): New functions.
13135
13136 2005-10-27 Romain Francoise <romain@orebokech.com>
13137
13138 * replace.el (occur-engine): Include colon in mouse-face highlight.
13139
13140 * dired-x.el: Change Maintainer field.
13141
13142 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13143
13144 * longlines.el (longlines-mode): Bind after-change-functions to
13145 nil during initial decoding and final encoding.
13146
13147 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13148
13149 * term.el (term-emulate-terminal, term-handle-colors-array)
13150 (term-handle-ansi-escape): Specify the terminfo capabilities
13151 implemented.
13152
13153 2005-10-26 Richard M. Stallman <rms@gnu.org>
13154
13155 * info.el (Info-fontify-node): Fix detection of sentence-break
13156 before *Note.
13157
13158 2005-10-26 Romain Francoise <romain@orebokech.com>
13159
13160 * smerge-mode.el: Add `tools' to file keywords.
13161
13162 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13163
13164 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13165 when the fringe is not available.
13166
13167 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13168 (def-gdb-auto-update-trigger): Simplify construction.
13169 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13170 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13171 defined explicitly.
13172 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13173 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13174 defined explicitly.
13175 (gdb-info-locals-custom): Remove as it's a no-op.
13176
13177 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13178
13179 * longlines.el (longlines-mode): Remove narrowing before
13180 performing the initial decoding or final encoding.
13181
13182 2005-10-25 Romain Francoise <romain@orebokech.com>
13183
13184 * emacs-lisp/find-func.el (find-library-name): Also strip
13185 extension if library name ends in .el, to take advantage of
13186 `find-library-suffixes'.
13187
13188 2005-10-25 Richard M. Stallman <rms@gnu.org>
13189
13190 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13191
13192 2005-10-25 Juri Linkov <juri@jurta.org>
13193
13194 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13195 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13196
13197 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13200 (blackbox-redefine-key): Add argument `map'.
13201
13202 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13203 regions when moving the jit-lock-context-unfontify-pos boundary.
13204
13205 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13206
13207 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13208
13209 2005-10-25 Masatake YAMATO <jet@gyve.org>
13210
13211 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13212
13213 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13214
13215 * play/blackbox.el (blackbox-redefine-key): New function.
13216 (blackbox-mode-map): Use it to remap existing bindings for cursor
13217 motion instead of binding literal keys.
13218
13219 2005-10-25 Glenn Morris <rgm@gnu.org>
13220
13221 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13222 diary does not end in a newline. Do not assume a blank line at
13223 the start of the diary file.
13224
13225 2005-10-25 Kenichi Handa <handa@m17n.org>
13226
13227 * international/quail.el (quail-translate-key): If the input
13228 method is deterministic and failed to handle the last key, restart
13229 the key handling loop from an appropriate key.
13230
13231 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13232
13233 * vc.el (vc-dired-mode): Extend comment for binding of
13234 `directory-listing-before-filename-regexp'.
13235
13236 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 * textmodes/texinfo.el (texinfo-mode):
13239 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13240 not to unnecessarily expose emacs-mule's internal char codes.
13241
13242 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13243
13244 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13245 Display hand pointer and help-echo on disabled icon too.
13246 (gdb-mouse-until): New function.
13247 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13248
13249 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13250
13251 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13252 with 2005-10-23 change to doctor.el.
13253
13254 * finder.el (finder-mode-map): Add follow-link binding.
13255
13256 2005-10-25 Kim F. Storm <storm@cua.dk>
13257
13258 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13259 to gdb-mouse-toggle-breakpoint-fringe.
13260 (gdb-mouse-toggle-breakpoint-margin): Rename from
13261 gdb-mouse-toggle-breakpoint. Fix doc.
13262 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13263 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13264 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13265 string properties also for fringe breakpoint bitmaps.
13266
13267 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13268
13269 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13270
13271 2005-10-25 Masatake YAMATO <jet@gyve.org>
13272
13273 * simple.el (completion-common-substring):
13274 Use `completion-common-substring' prior to `completion-base-size'.
13275
13276 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13277
13278 * savehist.el: Require CL while compiling.
13279 (savehist-history-variables): Remove.
13280 (savehist-save-minibuffer-history, savehist-additional-variables)
13281 (savehist-minibuffer-history-variables): New vars.
13282 (savehist-save): Use them.
13283 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13284 (savehist-install): New fun, extracted from savehist-load.
13285 (savehist-load): Use them.
13286
13287 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13288
13289 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13290 a dummy doc-string-elt property.
13291 (defalias, defvaralias, define-category): Add a docstring property.
13292
13293 * image.el (defimage):
13294 * widget.el (define-widget):
13295 * custom.el (defface, defcustom): Add `doc-string' declaration.
13296
13297 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13298 (defadvice): Add `doc-string' declaration.
13299
13300 * emacs-lisp/byte-run.el (macro-declaration-function):
13301 Handle `doc-string' declarations.
13302 (define-obsolete-function-alias, define-obsolete-variable-alias):
13303 Add `doc-string' declaration.
13304
13305 2005-10-24 Kenichi Handa <handa@m17n.org>
13306
13307 * international/utf-7.el (utf-7): Add autoload cookie.
13308
13309 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13310
13311 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13312
13313 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13314 list of directories passed to batch-update-autoloads. Add "." to
13315 the list of the echoed directories.
13316
13317 * pgg-def.el:
13318 * pgg-gpg.el:
13319 * pgg-parse.el:
13320 * pgg-pgp.el:
13321 * pgg-pgp5.el:
13322 * pgg.el: Moved here from the gnus subdirectory.
13323
13324 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13325
13326 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13327 in case comint-prompt-read-only is set to t.
13328
13329 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13330 in case comint-prompt-read-only is set to t.
13331
13332 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13333
13334 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13335 Now a string.
13336 (icalendar-import-format): Handle CLASS, STATUS, URL.
13337 Rename `subject' to `summary'.
13338 (icalendar-import-format-summary): Rename from
13339 `icalendar-import-format-subject'.
13340 (icalendar-import-format-url, icalendar-import-format-status)
13341 (icalendar-import-format-class): New variables.
13342 (icalendar--rris): Take variable argument list.
13343 (icalendar--datestring-to-isodate): Remove unnecessary
13344 calendar-style check when converting dates with explicit month names.
13345 (icalendar-export-region): Change return type of conversion
13346 subroutines. Bury current buffer unless error occurred.
13347 (icalendar--convert-to-ical)
13348 (icalendar--parse-summary-and-rest): New functions.
13349 (icalendar--convert-ordinary-to-ical)
13350 (icalendar--convert-weekly-to-ical)
13351 (icalendar--convert-yearly-to-ical)
13352 (icalendar--convert-block-to-ical)
13353 (icalendar--convert-cyclic-to-ical)
13354 (icalendar--convert-anniversary-to-ical): Change return type.
13355 Strip trailing blanks from subject.
13356 (icalendar--convert-sexp-to-ical): Change return type.
13357 Strip trailing blanks from subject. Handle simple sexp
13358 entries as generated by icalendar.el.
13359 (icalendar--convert-float-to-ical)
13360 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13361 (icalendar-import-file): Doc fix.
13362 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13363 Correct call to icalendar--rris.
13364 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13365 `summary'.
13366 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13367
13368 2005-10-24 Romain Francoise <romain@orebokech.com>
13369
13370 * server.el (server-sentinel): Set query-on-exit flag to nil on
13371 new client processes (it isn't inherited from the server process).
13372
13373 * replace.el (occur-engine): Rearrange text properties.
13374
13375 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13378 case-fold-search is nil.
13379 (debug-help-follow): Use help-xref-interned directly.
13380
13381 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13382
13383 * thumbs.el (thumbs-image-type): Add .pbm.
13384
13385 2005-10-23 Richard M. Stallman <rms@gnu.org>
13386
13387 * faces.el (inhibit-face-set-after-frame-default): New variable.
13388 (set-face-attribute): Bind it.
13389 (face-set-after-frame-default): Test it.
13390
13391 * help-fns.el (describe-simplify-lib-file-name): New function.
13392 (describe-function-1, describe-variable): Use it.
13393
13394 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13395
13396 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13397 Eliminate nil as possible value.
13398 (tooltip-hide-delay): Reduce internal-border-width.
13399
13400 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13401 (menu-bar-file-menu) <new-file>: Likewise.
13402
13403 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13404
13405 * international/mule.el (load-with-code-conversion):
13406 Pass full file name to `eval-buffer' unless preloading.
13407
13408 * textmodes/flyspell.el (flyspell-large-region):
13409 Call ispell-check-version.
13410
13411 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13412 Fix the make-variable-buffer-local call that was supposed
13413 to be for this variable.
13414 (ispell-aspell-supports-utf8): Doc fix.
13415 (ispell-find-aspell-dictionaries): Preserve elements of
13416 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13417 (ispell-aspell-find-dictionary): Return nil on error.
13418
13419 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13420 (doctor-symptoms): Likewise.
13421
13422 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13423
13424 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13425
13426 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13427 (custom-raised-buttons): Add :set spec.
13428 (custom-button-unraised, custom-button-pressed-unraised):
13429 New faces, so that custom-raised-buttons actually does something.
13430 (custom-mode): Use custom-button and custom-button-pressed.
13431
13432 * wid-edit.el (widget-specify-button): Don't ignore
13433 widget-mouse-face on graphic terminals.
13434 (widget-move-and-invoke): Cleanup.
13435
13436 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13437
13438 * whitespace.el (whitespace-cleanup): Doc fix.
13439
13440 2005-10-23 Romain Francoise <romain@orebokech.com>
13441
13442 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13443 `eval-after-load' to avoid evaluating their result.
13444
13445 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13446
13447 * files.el (directory-listing-before-filename-regexp):
13448 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13449
13450 * dired.el (dired-move-to-filename-regexp): Remove.
13451 All occurences replaced by `directory-listing-before-filename-regexp'.
13452
13453 * dired-x.el, locate.el, vc.el:
13454 Replace `dired-move-to-filename-regexp' by
13455 `directory-listing-before-filename-regexp'. In vc.el it is
13456 overwritten locally; maybe this can be handled in files.el too.
13457
13458 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13459 replaced by `directory-listing-before-filename-regexp'.
13460
13461 2005-10-23 Andreas Schwab <schwab@suse.de>
13462
13463 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13464 and eval-next-after-load.
13465
13466 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13467
13468 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13469 exist, create it.
13470
13471 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13472
13473 * allout.el: Remove autoloads for mailcrypt and crypt++.
13474 Require pgg, pgg-gpg during compilation.
13475 (allout-version): Increment version number to 2.1, and use a literal
13476 rather than RCS Id.
13477 (allout-default-encryption-scheme): Remove.
13478 (allout-passphrase-verifier-handling)
13479 (allout-passphrase-verifier-string)
13480 (allout-file-passphrase-verifier-string)
13481 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13482 (allout-passphrase-hint-handling): Rename and simplify.
13483 (allout-init): Use `find-file-hook' if available, otherwise
13484 `find-file-hooks'.
13485 (allout-mode): Use `write-file-functions' if available, otherwise
13486 `local-write-file-hooks' and, instead of making auto-save-hook
13487 buffer local, make the write-file-hook activity contingent to
13488 allout-mode.
13489 (allout-mode): Use key-binding substitution in the docstring.
13490 (allout-kill-line): Spell-out kill ring data structure mutation
13491 instead of using byte-compiler-complaint-provoking `pop'.
13492 (allout-insert-listified): Use `insert' rather than `insert-string'
13493 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13494 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13495 (allout-encrypt-string): Totally revamped vis new underlying
13496 encryption facilities.
13497 (allout-mc-activate-passwd): Remove.
13498 (allout-obtain-passphrase): New, more or less replaces
13499 allout-mc-activate-passwd.
13500 (allout-encrypted-key-info): More or less replaces
13501 allout-encrypted-text-type.
13502 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13503 (my-mark-marker): Use `(featurep 'xemacs)'.
13504
13505 2005-10-23 Lars Hansen <larsh@soem.dk>
13506
13507 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13508 (byte-compile-file-form-defmumble, byte-compile-defun)
13509 (byte-compile-defmacro): Use it.
13510 (byte-compile-form): Don't call byte-compile-set-symbol-position
13511 when a byte-compile handler is called.
13512
13513 2005-10-22 Romain Francoise <romain@orebokech.com>
13514
13515 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13516
13517 * subr.el (eval-after-load): Convert library name to an absolute
13518 file name using locate-library, since load-history no longer has
13519 library names in it.
13520
13521 2005-10-22 Richard M. Stallman <rms@gnu.org>
13522
13523 * files.el (make-temp-file): Move from subr.el.
13524 * subr.el (make-temp-file): Move to files.el.
13525
13526 * window.el (get-buffer-window-list): Move from subr.el.
13527 * subr.el (get-buffer-window-list): Move to window.el.
13528
13529 * image.el (image-load-path): Use eval-at-startup to initialize.
13530
13531 * subr.el (eval-at-startup): New macro.
13532
13533 * subr.el: Much rearrangement of functions and division
13534 into pages. No code changes.
13535
13536 2005-10-22 Kenichi Handa <handa@m17n.org>
13537
13538 * tar-mode.el (tar-extract): Be sure to call
13539 find-operation-coding-system if set-auto-coding doesn't find a
13540 coding system.
13541
13542 2005-10-22 Kim F. Storm <storm@cua.dk>
13543
13544 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13545 Change users.
13546 (image-type-file-name-regexps): New defconst.
13547 (image-type-from-data): Simplify loop.
13548 (image-type-from-buffer): New defun.
13549 (image-type-from-file-header): Use it instead of image-type-from-data.
13550 Use image-search-load-path instead of only looking in data-directory.
13551 (image-type-from-file-name): New defun.
13552 (image-search-load-path): Change `pathname' to `filename'.
13553 Make PATH arg optional, default to image-load-path.
13554
13555 2005-10-21 Richard M. Stallman <rms@gnu.org>
13556
13557 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13558
13559 * textmodes/paragraphs.el (sentence-end-base): New variable.
13560 (sentence-end): Use sentence-end-base.
13561
13562 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13565 property independently from the font-lock-multiline variable.
13566
13567 2005-10-21 Richard M. Stallman <rms@gnu.org>
13568
13569 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13570
13571 * startup.el (command-line): Convert library names
13572 in `load-history' to absolute file names.
13573
13574 * subr.el (symbol-file): Doc fix.
13575
13576 * loadhist.el (file-loadhist-lookup): Call locate-library
13577 instead of find-library-name. Don't try converting
13578 abs file names to library names, since load-history no longer
13579 has library names in it.
13580 (file-dependents, file-provides, file-requires): Doc fixes.
13581
13582 2005-10-21 Juri Linkov <juri@jurta.org>
13583
13584 * progmodes/etags.el (tags-table-mode): New function.
13585 (tags-verify-table): Replace initialize-new-tags-table with
13586 tags-table-mode.
13587
13588 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13589 default value.
13590 (desktop-modes-not-to-save): Add tags-table-mode to the
13591 default value.
13592
13593 * info.el (Info-index-next): Add total number of index
13594 alternatives to the message.
13595
13596 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13597 backward only space (instead of space and period) before looking
13598 at sentence end.
13599
13600 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13601 Add the old variable value as 4th default-value arg of read-string.
13602
13603 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13604
13605 * cus-face.el (custom-declare-face): Make face from X resources
13606 also on Mac.
13607
13608 * disp-table.el (standard-display-g1, standard-display-graphic):
13609 Refuse to use string glyphs also on Mac.
13610 (standard-display-european): Don't set terminal coding system also
13611 on Mac.
13612
13613 * frame.el (display-screens): Use x-display-screens also on Mac.
13614
13615 2005-10-21 Romain Francoise <romain@orebokech.com>
13616
13617 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13618
13619 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13620
13621 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13622 and $? into sexps.
13623
13624 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13625 warning face on open-paren-in-column-0.
13626
13627 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13628 boundary case. Fix typo.
13629 Suggested by Martin Rudalics <rudalics@gmx.at>.
13630
13631 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13632
13633 * textmodes/org.el (org-combined-agenda-icalendar-file)
13634 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13635 (org-export-icalendar-this-file)
13636 (org-export-icalendar-all-agenda-files)
13637 (org-export-icalendar-combine-agenda-files): New commands.
13638 (org-export-icalendar, org-print-icalendar-entries)
13639 (org-start-icalendar-file, org-finish-icalendar-file)
13640 (org-ical-ts-to-string): New functions.
13641 (org-read-date, org-goto-calendar)
13642 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13643 call to `calendar'.
13644 (orgtbl-setup): Remove the :keys arguments from the menu description.
13645 (org-after-save-iCalendar-file-hook): New variable.
13646
13647 2005-10-21 Kenichi Handa <handa@m17n.org>
13648
13649 * language/vietnamese.el (tcvn-5712): Make it an alias of
13650 vietnamese-tcvn coding-system.
13651
13652 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13653
13654 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13655 group id is given.
13656
13657 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13658
13659 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13660 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13661 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13662 whose line is either continued or ends with a comment.
13663
13664 2005-10-20 Romain Francoise <romain@orebokech.com>
13665
13666 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13667
13668 * replace.el (occur-engine): Add follow-link property.
13669
13670 * font-core.el (font-lock-mode): Doc fix.
13671
13672 2005-10-20 Richard M. Stallman <rms@gnu.org>
13673
13674 * net/rcirc.el: New file.
13675
13676 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13677
13678 * term.el (term-term-name): Initialize to "eterm-color".
13679
13680 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13681
13682 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13683 for encryption functionality.
13684 Move allout customization subgroup from `editing' to `outlines' group.
13685 Fix commentary keywords to legitimate ones.
13686 Update author info (using my current email address, obscurified).
13687 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13688 (allout-encrypted-topic-p, allout-encrypted-text-type)
13689 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13690 (allout-situate-encryption-key-verifier)
13691 (allout-get-encryption-key-verifier, allout-verify-key)
13692 (allout-next-topic-pending-encryption)
13693 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13694 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13695 (outline-key-verifier-handling, outline-key-hint-handling)
13696 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13697 (allout-file-key-verifier-string, allout-encryption-scheme)
13698 (allout-key-verifier-string, allout-key-hint-string)
13699 (allout-after-save-decrypt): New variables.
13700 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13701 (allout-after-saves-handler): New hook functions.
13702 (allout-post-command-business): Do allout-after-save-decrypt.
13703 (allout-enable-file-variable-adjustment): Custom var to enable
13704 mechanism for adding and adjusting settings of Emacs file variables.
13705 (allout-adjust-file-variable, allout-file-vars-section-data):
13706 New functions, implement the mechanism.
13707 (outlineify-sticky): Use the file vars mechanism.
13708 (allout-inhibit-protection, allout-during-write-cue)
13709 (allout-override-protect, allout-before-change-protect): Remove.
13710 (allout-flag-region, allout-open-topic): Adjust read-only text.
13711 (allout-open-line-not-read-only): Add to facilitate read-only
13712 text based protection.
13713 (allout-kill-line): Revise to adjust read-only text, clue the
13714 user about the inhibition.
13715 (allout-unprotected): Use unwind-protect.
13716 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13717 topic deeper than the offspring depth of the previous topic -
13718 avoiding confusing "containment discontinuities".
13719 (allout-reindent-bodies): Fix retention of body relative hanging
13720 indent during promotion of collapsed bodies.
13721 (allout-open-topic): Make it easy to open new topic with same
13722 bullet as current topic - topic creation functions provided with
13723 any universal argument provokes now prompt for bullet, defaulting
13724 to the bullet of the previous topic.
13725 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13726 Plain bullet alternates `.' period and `,' comma only. All other
13727 bullets are relegated to special status (but customizable).
13728 (allout-end-of-entry): Rename from allout-end-of-current-entry
13729 since it actually operates w.r.t. most immediately containing
13730 entry, visible or not.
13731 (allout-hide-current-entry, allout-show-current-entry): Use the
13732 revised version.
13733 (allout-old-expose-topic): Solidify deprecation.
13734 (allout-end-of-subtree): Add so we can span concealed as well
13735 as visible topics.
13736 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13737 (allout-end-of-current-heading): Tweak to just respect the first line.
13738 (allout-get-body-text): Add.
13739 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13740 when invoked interactively.
13741 (allout-up-current-level): Use `interactive-p'.
13742 (allout-mode, allout-init): Miscellaneous docstring and
13743 operational refinements, as well as hookups of new encryption stuff.
13744 (allout-beginning-of-current-entry): Now works as advertised.
13745 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13746 (allout-isearch-rectification): Refine condition for isearching.
13747 (allout-isearch-abort, allout-enwrap-isearch)
13748 (allout-flag-region, my-region-active-p): Relocate some macros.
13749 (allout-title): Fallback title is (buffer-name), not
13750 non-existing (current-buffer-name).
13751 (subst-char-in-string): Define if absent (for some XEmacs versions).
13752
13753 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13754
13755 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13756 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13757 (mail-citation-prefix-regexp, mail-signature-file)
13758 (mail-default-headers, mail-bury-selects-summary)
13759 (mail-send-nonascii): Add autoload cookies.
13760
13761 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13762
13763 * frame.el (blink-cursor-mode): Add `mac' to the list of
13764 window-system's that support blinking cursor.
13765
13766 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13767
13768 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13769
13770 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13771
13772 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13773 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13774 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13775
13776 2005-10-20 Kim F. Storm <storm@cua.dk>
13777
13778 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13779 (ido-set-current-directory): Don't add / after final @.
13780 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13781 Explicitly handle ange-ftp completion oddities.
13782 (ido-make-file-list): Don't rotate list at tramp root to avoid
13783 triggering tramp file handler for expand-file-name via get-file-buffer.
13784
13785 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13788
13789 2005-10-19 Jay Belanger <belanger@truman.edu>
13790
13791 * calc/calc-units.el (math-standard-units): Add units, adjust
13792 symbols and update values.
13793 (math-unit-prefixes): Add more prefixes.
13794
13795 2005-10-19 Romain Francoise <romain@orebokech.com>
13796
13797 * bookmark.el (bookmark-menu-heading): New face.
13798 (bookmark-bmenu-list): Use it.
13799 Don't fiddle with `baud-rate' at top-level.
13800
13801 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13802
13803 * image.el (create-image, find-image): Mention max-image-size in
13804 docstring.
13805
13806 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13807
13808 * savehist.el (savehist-load): Revert to checking XEmacs.
13809
13810 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13811 Various docstring and line-width fixups.
13812 (conf-mode): Use cond.
13813 Set font-lock-defaults. Don't set comment-use-syntax.
13814
13815 2005-10-18 David Ponce <david@dponce.com>
13816
13817 * tree-widget.el (tree-widget-button-click): New function.
13818 (tree-widget-button-keymap): Use it.
13819
13820 2005-10-18 Romain Francoise <romain@orebokech.com>
13821
13822 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13823 (bookmark-bmenu-hide-filenames): Add follow-link property.
13824 Improve help-echo text.
13825
13826 * ffap.el (find-file-at-point): Doc fix.
13827
13828 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13829
13830 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13831
13832 2005-10-18 Masatake YAMATO <jet@gyve.org>
13833
13834 Install to the CVS repository what I forgot to install in my
13835 2005-10-16 changes.
13836
13837 * progmodes/python.el (python-complete-symbol): Pass the common
13838 prefix substring of completion to `display-completion-list'.
13839
13840 * textmodes/org.el (org-complete): Ditto.
13841
13842 2005-10-18 Masatake YAMATO <jet@gyve.org>
13843
13844 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13845
13846 * woman.el (WoMan-xref-man-page): New button type derived
13847 from `Man-abstract-xref-man-page'.
13848 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13849
13850 * man.el (Man-abstract-xref-man-page): New button type.
13851 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13852 (Man-highlight-references): Add new optional argument `xref-man-type'.
13853
13854 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13855
13856 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13857
13858 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13859
13860 * cus-edit.el (Custom-move-and-invoke): Delete.
13861 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13862
13863 * wid-edit.el (widget-move-and-invoke): New function, from
13864 Custom-move-and-invoke.
13865
13866 2005-10-17 Bill Wohler <wohler@newt.com>
13867
13868 Move all remaining images from lisp/toolbar to etc/images, move
13869 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13870 the low resolution images in their own directory (low-color).
13871
13872 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13873 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13874 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13875 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13876 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13877 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13878 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13879
13880 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13881 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13882 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13883 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13884 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13885 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13886 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13887 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13888 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13889 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13890 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13891 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13892 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13893 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13894 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13895
13896 To conform with convention, replace the underscore (_) in the
13897 following image names with dash (-) or (/) as appropriate.
13898
13899 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13900 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13901 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13902 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13903 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13904 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13905 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13906 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13907 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13908 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13909 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13910 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13911 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13912 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13913 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13914
13915 * info.el (info-tool-bar-map): Replace underscores in image names
13916 with dashes.
13917
13918 * makefile.w32-in (WINS): Remove toolbar.
13919
13920 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13921
13922 * tool-bar.el: Move to lisp from toolbar. Now that
13923 toolbar is empty, it should be deleted when folks run "cvs up -P".
13924
13925 2005-10-18 Jay Belanger <belanger@truman.edu>
13926
13927 * calc/calc-store.el (calc-store-into): Get the proper variable name
13928 to display in message.
13929
13930 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13931
13932 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13933 expressions display in speedbar for all buffers when debugging.
13934 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13935
13936 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13937 (speedbar-insert-button, speedbar-make-button):
13938 Use add-text-properties.
13939 (speedbar-update-localized-contents)
13940 (speedbar-update-directory-contents)
13941 (speedbar-update-special-contents): Use dolist.
13942 (speedbar-buffer-easymenu-definition): Add a menu separator.
13943
13944 2005-10-17 Jason Rumney <jasonr@gnu.org>
13945
13946 * makefile.w32-in: Use $(lisp) consistently.
13947 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13948 for shell specific generation of mh-autoloads.
13949
13950 2005-10-17 Richard M. Stallman <rms@gnu.org>
13951
13952 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13953
13954 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * jit-lock.el (jit-lock-fontify-now):
13957 Move jit-lock-context-unfontify-pos to avoid wasted work.
13958
13959 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13960
13961 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13962 `tramp-completion-mode' for checking if we are in completion mode.
13963 (tramp-completion-handle-file-name-all-completions): Reorder code
13964 in order to complete for file names only in case there are no
13965 method/user/host completions. This is necessary for cooperation
13966 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13967
13968 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13969
13970 * longlines.el (longlines-search-forward)
13971 (longlines-search-backward): Match any number of spaces.
13972
13973 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13974
13975 * diff-mode.el (diff-mode): Doc fix.
13976
13977 2005-10-16 David Reitter <david.reitter@gmail.com>
13978
13979 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13980 as default on darwin and windows systems.
13981
13982 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13983
13984 * arc-mode.el (archive-zip-extract): Doc fix.
13985
13986 2005-10-16 Romain Francoise <romain@orebokech.com>
13987
13988 * mouse.el (mouse-1-click-follows-link): Doc fix.
13989
13990 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * savehist.el: Don't require CL at runtime.
13993 (savehist-xemacs): Remove.
13994 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13995 (savehist-no-conversion): Use (featurep 'xemacs).
13996 (savehist-load): Check existence of start-itimer rather than XEmacs.
13997 Use an idle timer.
13998 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13999 `delete-if-not'.
14000
14001 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14002
14003 * savehist.el: Newer version.
14004 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14005 (savehist-last-checksum, savehist-no-conversion): New vars.
14006 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14007 New functions.
14008 (savehist-load, savehist-save): Use them.
14009 (savehist-delimit): Remove.
14010
14011 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * progmodes/compile.el (compilation-goto-locus): Display the
14014 compilation buffer first and the source buffer second, in case they're
14015 in overlapping frames. Don't raise the compilation frame if it was the
14016 selected window upon entry. Pass the `other-window' arg to
14017 pop-to-buffer.
14018
14019 * info.el (Info-fontify-node): Use dolist.
14020 Change add-text-properties to put-text-property.
14021
14022 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14023
14024 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14025 bound of search.
14026
14027 2005-10-16 Masatake YAMATO <jet@gyve.org>
14028
14029 * dabbrev.el (dabbrev-completion): Pass the common
14030 prefix substring of completion to `display-completion-list'.
14031
14032 * filecache.el (file-cache-minibuffer-complete)
14033 (file-cache-complete): Ditto.
14034
14035 * tempo.el (tempo-display-completions): Ditto.
14036
14037 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14038
14039 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14040
14041 * eshell/em-hist.el (eshell-list-history): Ditto.
14042
14043 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14044
14045 * mail/mailalias.el (mail-complete): Ditto.
14046
14047 * progmodes/etags.el (complete-tag): Ditto.
14048
14049 * progmodes/make-mode.el (makefile-complete): Ditto.
14050
14051 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14052
14053 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14054
14055 * progmodes/pascal.el (pascal-complete-word)
14056 (pascal-show-completions): Ditto.
14057
14058 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14059
14060 * simple.el (completion-common-substring): New variable.
14061 (completion-setup-function): Use `completion-common-substring'
14062 to put faces.
14063
14064 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14065
14066 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14067 (x-get-selection, mac-select-convert-to-string): Convert from/to
14068 UTF-16 clipboard data as in native byte order, no BOM.
14069
14070 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14071
14072 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14073 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14074 (gud-sentinel): Use speedbar-frame to check for speedbar.
14075
14076 2005-10-15 Richard M. Stallman <rms@gnu.org>
14077
14078 * savehist.el: New file.
14079
14080 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14081
14082 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14083 Fix bug in \bf fontification.
14084
14085 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * pcvs.el (cvs-edit-log-files): New var.
14088 (cvs-mode-edit-log): New arg `file'.
14089 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14090 Instead force the use of the original file and nothing else.
14091 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14092 the cvs-minor-wrap-function is set.
14093 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14094
14095 2005-10-14 Bill Wohler <wohler@newt.com>
14096
14097 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14098 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14099 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14100 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14101 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14102 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14103 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14104 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14105 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14106 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14107 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14108 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14109 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14110 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14111 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14112
14113 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14114 appropriately (for example, gud-break to gud/break).
14115
14116 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14117
14118 * longlines.el (longlinges-search-function)
14119 (longlines-search-forward, longlines-search-backward): New functions.
14120 (longlines-mode): Set isearch-search-fun-function to
14121 longlinges-search-function.
14122
14123 * mouse.el (mouse-drag-region-1): Handle the case where a
14124 double-click event is bound to an arbitrary function.
14125
14126 2005-10-14 David Ponce <david@dponce.com>
14127
14128 * recentf.el (recentf-track-opened-file)
14129 (recentf-track-closed-file, recentf-update-menu)
14130 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14131 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14132 mouse-1-click-follows-link.
14133
14134 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14135
14136 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14137 Gnome file-manager.png. Suggested by
14138 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14139
14140 * toolbar/README: Add diropen.xpm.
14141
14142 2005-10-13 Bill Wohler <wohler@newt.com>
14143
14144 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14145 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14146
14147 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14150 Don't waste the byte-compiler's time on constant data.
14151
14152 2005-10-13 Kenichi Handa <handa@m17n.org>
14153
14154 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14155 byte with `escape-glyph' face.
14156
14157 * international/fontset.el (ccl-encode-unicode-font):
14158 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14159 Handle the case that ucs-mule-to-mule-unicode translates a character to
14160 ASCII (usually for IPA characters).
14161
14162 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14165 Don't hide the underline of titles if font-lock-mode is disabled.
14166
14167 2005-10-12 Bill Wohler <wohler@newt.com>
14168
14169 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14170 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14171 files in MH-E-SRC have been updated.
14172 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14173
14174 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14175
14176 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14177 (mixal-mode-syntax-table): Add \n as end-comment.
14178 (mixal-operation-codes-alist): Immediately initialize to full value.
14179 (mixal-add-operation-code): Remove.
14180 (mixal-describe-operation-code): Make the arg non-optional.
14181 Use the interactive spec instead.
14182 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14183 (mixal-font-lock-keywords): Don't highlight comments here any more.
14184 (mixal-font-lock-syntactic-keywords): New var.
14185 (mixal-mode): Use it. Fix comment-start-skip.
14186
14187 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14188
14189 * startup.el (command-line-x-option-alist): -nb => -nbi
14190
14191 2005-10-12 Kim F. Storm <storm@cua.dk>
14192
14193 * startup.el (fancy-splash-default-action): Discard mouse click in
14194 the splash screen window, as it has no sensible meaning in the
14195 next window to be selected. Fixes error reported by Jan D.
14196
14197 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14198
14199 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14200
14201 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14202
14203 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14204 Try to fix up minor layout issues like indentation, line break, etc...
14205 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14206 because it doesn't work.
14207 (mixal-operation-codes): Add some more codes.
14208 (mixal-font-lock-keywords): Process comments here.
14209 (mixal-mode): mixasm no longer needs -g option.
14210
14211 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14212
14213 * progmodes/sh-script.el (sh-tmp-file):
14214 Use mktemp -t. Finish support for es and rc shells.
14215
14216 2005-10-11 Jay Belanger <belanger@truman.edu>
14217
14218 * calc/calcalg2.el (calc-integral): With an argument, compute the
14219 definite integral.
14220
14221 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14222
14223 * mouse.el (mouse-drag-region-1): Don't try to catch a
14224 double-click when doing follow-link (it's overridden anyway).
14225
14226 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14227
14228 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14229 (autoload-print-form-outbuf): Add docstring.
14230
14231 2005-10-11 Juri Linkov <juri@jurta.org>
14232
14233 * info.el (Info-mode-menu): Delete menu item "Edit".
14234 (Info-mode): Delete description of Info-edit from docstring,
14235 and rearrange descriptions of Info commands in the order
14236 they are documented in the Info manual.
14237
14238 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * calendar/appt.el (appt-check): Use diary-selective-display var.
14241
14242 2005-10-10 Richard M. Stallman <rms@gnu.org>
14243
14244 * net/newsticker.el (newsticker-start, newsticker-show-news):
14245 Add autoload cookies.
14246
14247 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14248
14249 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14250
14251 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14252
14253 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14254
14255 2005-10-10 Jay Belanger <belanger@truman.edu>
14256
14257 * calc/calc-arith.el (math-check-known-scalarp)
14258 (math-check-known-matrixp): Check the values of arguments that are
14259 variables.
14260 (math-check-known-square-matrixp): New function.
14261 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14262 (math-super-types): Add sqmatrix type.
14263
14264 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14265 mode name `square' to `sqmatrix'.
14266
14267 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14268 mode name `square' to `sqmatrix'.
14269
14270 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14271
14272 * progmodes/etags.el (select-tags-table-mode): Don't use
14273 selective-display.
14274 (tags-select-tags-table): Pass `button' to the action function.
14275 (select-tags-table): Place the side-info on button properties rather
14276 than in hidden text. Abbreviate file names.
14277 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14278 (select-tags-table-select): Add `button' argument.
14279 Get side-info from the button property rather than from hidden text.
14280
14281 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14282
14283 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14284 (gud-speedbar-buttons): Preserve point if possible.
14285 (gud-sentinel): Restore previous speedbar display type.
14286
14287 * progmodes/gdb-ui.el (gdba): Improve diagram.
14288 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14289 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14290 Call get-buffer-window once.
14291
14292 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14295 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14296 (pascal-indent-command): Remove unused var `ind'.
14297 (pascal-indent-case): Remove unused var `oldpos'.
14298 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14299 since it's now used as a proper minor mode map.
14300 (pascal-outline): Rename to pascal-outline-mode.
14301 (pascal-outline-mode): Use define-minor-mode.
14302 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14303 selective-display.
14304
14305 2005-10-10 Andreas Schwab <schwab@suse.de>
14306
14307 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14308 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14309
14310 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14311 outside source directory.
14312
14313 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14314
14315 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14316 C-x' as a prefix.
14317 (orgtbl-mode-map): Full keymap instead of sparse, because all
14318 `self-insert-command' keys are redefined in this map.
14319 (org-export-as-html): Specify charset for HTML file, by taking it
14320 from the coding system.
14321
14322 2005-10-10 Kenichi Handa <handa@m17n.org>
14323
14324 * textmodes/flyspell.el (flyspell-check-word-p):
14325 If unread-command-events is non-empty, don't call sit-for.
14326
14327 2005-10-09 Richard M. Stallman <rms@gnu.org>
14328
14329 * font-lock.el (font-lock-syntactic-keywords)
14330 (font-lock-keywords): Doc fixes.
14331
14332 * textmodes/flyspell.el (flyspell-external-point-words):
14333 Simplify logic, and don't try to check for consecutive appearances
14334 of one incorrect word.
14335
14336 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14337
14338 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14339 separator.
14340
14341 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14342 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14343 (gud-expansion-speedbar-buttons): New function.
14344 (gud-speedbar-buttons): Check for gud-comint-buffer.
14345
14346 2005-10-09 Bill Wohler <wohler@newt.com>
14347
14348 * Makefile.in (updates): Add mh-loaddefs dependency.
14349
14350 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14351
14352 * speedbar.el (speedbar-file-key-map): Fix typo.
14353
14354 2005-10-09 Daniel Brockman <daniel@brockman.se>
14355
14356 * cus-start.el (line-spacing): Add custom spec.
14357
14358 2005-10-09 Romain Francoise <romain@orebokech.com>
14359
14360 * textmodes/ispell.el (ispell-check-version): Fix last change.
14361
14362 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14363
14364 * term/x-win.el: Remove -i, --icon-type from comment.
14365
14366 * startup.el (command-line-x-option-alist): Remove options -i,
14367 -itype, --icon-type, added -nb, --no-bitmap-icon
14368
14369 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14370
14371 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14372 instead of :active.
14373
14374 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14375
14376 * textmodes/ispell.el (ispell-check-version):
14377 Ignore hyphen, and all that follows, in aspell's version text.
14378
14379 2005-10-08 Jay Belanger <belanger@truman.edu>
14380
14381 * calc/calc-arith.el (math-known-square-matrixp): New function.
14382 (math-pow-fancy): Check for matrices before distributing exponent
14383 across products.
14384
14385 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14386 fullscreen keypad. Suggested by Luc Teirlinck.
14387 (calc-keypad-show-input): Add space for formatting.
14388
14389 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14390 Add square matrix option.
14391
14392 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14393 of checking calc-matrix-mode when deciding how to expand.
14394
14395 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14396
14397 2005-10-08 Lars Hansen <larsh@soem.dk>
14398
14399 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14400 Add error handling.
14401 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14402
14403 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14404
14405 Sync with Tramp 2.0.51.
14406
14407 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14408 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14409 Insert special handling for `last-coding-system-used', again
14410 it still seems to be necessary (unlike stated before).
14411 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14412 (tramp-password-prompt-regexp): There might be other words before
14413 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14414 (tramp-chunksize): Improve docstring.
14415 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14416 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14417 Christian Joergensen <bugs@razor.dk>.
14418
14419 2005-10-07 Glenn Morris <rgm@gnu.org>
14420
14421 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14422 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14423 precision'.
14424
14425 2005-10-07 Romain Francoise <romain@orebokech.com>
14426
14427 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14428 (ibuffer-do-shell-command-pipe-replace)
14429 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14430 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14431 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14432 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14433 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14434 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14435 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14436 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14437 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14438 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14439 Autoload file sans suffix.
14440
14441 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14442
14443 2005-10-07 David Ponce <david@dponce.com>
14444
14445 * recentf.el (recentf-menu-open-all-flag): New option.
14446 (recentf-digit-shortcut-command-name): New function.
14447 (recentf--shortcuts-keymap): New variable.
14448 (recentf-menu-shortcuts): New variable.
14449 (recentf-make-menu-items): Initialize it. Replace the "More..."
14450 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14451 (recentf-menu-value-shortcut): New function.
14452 (recentf-make-menu-item): Use it. No more in-lined.
14453 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14454 (recentf-open-most-recent-file): Rename from
14455 `recentf-open-file-with-key'. Don't depend on key binding.
14456 (recentf-mode-map): New variable.
14457 (recentf-mode): Use it.
14458
14459 2005-10-06 Bill Wohler <wohler@newt.com>
14460
14461 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14462
14463 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14464 (MH-E-SRC): New. Used by mh-autoloads.
14465 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14466 files in MH-E-SRC have been updated.
14467 (compile, recompile, bootstrap): Depend on mh-autoloads.
14468
14469 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14470
14471 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14472 gud-break and gud-remove icons when the fringe is not available.
14473
14474 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14475 Typo.
14476
14477 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14478
14479 * play/zone.el (zone): Wrap body with save-window-excursion.
14480
14481 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14482
14483 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14484 Use the new `list-only' arg to diary-list-entries.
14485
14486 * calendar/diary-lib.el: Use overlays rather than selective-display.
14487 (diary-selective-display): New var.
14488 (diary-header-line-format): Use it.
14489 (diary-list-entries): Add argument `list-only'.
14490 Put the buffer in diary-mode. Don't add \^M at beg and end.
14491 Replace \^M by invisible overlays.
14492 (diary-unhide-everything): Replace \^M by invisible overlays.
14493 (print-diary-entries): Look for overlays rather than \^M.
14494 Add a space to the temp buffer name.
14495 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14496 Put the buffer in diary-mode.
14497 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14498 (diary-anniversary): Make the year arg optional.
14499 (diary-time-regexp): New const.
14500 (diary-font-lock-keywords): Use it to accept a few more time formats.
14501
14502 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14503
14504 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14505
14506 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14507 Fix bug introduced 2005-07-03: Use (car (last ...))
14508 to faithfully reproduce replaced artist-last.
14509 (artist-set-arrow-points-for-poly): Likewise.
14510 Suggested by Johan Bockg\e,Ae\e(Brd.
14511
14512 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14513
14514 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14515 * wid-edit.el (widget):
14516 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14517 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14518
14519 2005-10-06 Kenichi Handa <handa@m17n.org>
14520
14521 * international/mule-cmds.el (set-language-environment):
14522 Fix setting up of case-table for unibyte mode.
14523
14524 * simple.el (what-cursor-position): If the character is displayed
14525 by some `display' text property, show that. Don't use
14526 single-key-description for eight-bit characters in multibyte mode.
14527
14528 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14529
14530 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14531 (gdb-ann3): Set it.
14532 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14533 (gdb-info-frames-custom): Use inverse-video for first five
14534 characters of selected frame only.
14535 (gdb-get-frame-number): Select frame even when point is on frame
14536 number.
14537
14538 2005-10-06 Masatake YAMATO <jet@gyve.org>
14539
14540 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14541 Put `font-lock-function-name-face'.
14542 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14543 and `font-lock-variable-name-face'
14544 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14545 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14546 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14547 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14548 (gdb-local-font-lock-keywords): New font lock keywords definition.
14549 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14550 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14551 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14552
14553 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14554
14555 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14556 (ediff-merge-region-is-non-clash-to-skip): Previously called
14557 ediff-merge-region-is-non-clash.
14558
14559 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14560 Use insert-buffer-substring.
14561
14562 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14563 selecting files to patch. Also bug fixes.
14564
14565 * ediff-util.el (ediff-setup): Bug fix.
14566 (ediff-next-difference): Never skip clashes that differ in white
14567 space only.
14568
14569 * ediff-wind.el (ediff-setup-control-frame)
14570 (ediff-destroy-control-frame): Check the menubar feature.
14571
14572 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14573 (viper-refresh-mode-line): Use make-local-variable to localize
14574 some vars instead of make-variable-buffer-local. Suggested by
14575 Stefan Monnier.
14576
14577 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14578 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14579 Use make-local-variable instead of make-variable-buffer-local.
14580 Suggested by Stefan Monnier.
14581
14582 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14583 (viper-comint-mode-hook): Use make-local-variable on
14584 require-final-newline.
14585 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14586
14587 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14588
14589 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14590 also the second char of a comment-start sequence.
14591 (scheme-sexp-comment-syntax-table): New var.
14592 (lambda, define): Set their scheme-doc-string-elt property.
14593 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14594 Use lisp-font-lock-syntactic-face-function now that it properly
14595 handles |...| symbols.
14596 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14597 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14598
14599 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14600 bit from # to |.
14601 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14602
14603 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14604 (lisp-doc-string-elt-property): New var.
14605 (lisp-font-lock-syntactic-face-function): Use it.
14606 Rewrite to recognize docstrings even for forms not at toplevel.
14607
14608 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14609 annotation on the | part of #| rather than on the # part.
14610 (scheme-font-lock-syntactic-face-function): New function, to
14611 distinguish strings from |...| symbols.
14612 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14613 syntax-table so that #|...|# is properly highlighted.
14614
14615 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14616 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14617
14618 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14619
14620 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14621 and C-e.
14622
14623 * emacs-lisp/eldoc.el: Move comments into docstrings.
14624 (eldoc-message-commands): Initialize in its declaration.
14625 Add move-beginning-of-line and move-end-of-line.
14626 (eldoc-add-command, eldoc-add-command-completions)
14627 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14628
14629 * outline.el (outline-mark-subtree): Activate the mark.
14630
14631 * calendar/appt.el (appt-time-regexp): New var.
14632 (appt-add, appt-make-list): Use it.
14633 (appt-convert-time): Clean up.
14634
14635 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14636 Don't set any syntax-table property here.
14637 (tex-font-lock-verb): New function. Do it here.
14638 (tex-font-lock-syntactic-keywords): Use it.
14639
14640 2005-10-04 Richard M. Stallman <rms@gnu.org>
14641
14642 * wid-edit.el (widget-file-complete): Get the widget start point
14643 the right way. Default directory to `/' if file has none.
14644
14645 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14646
14647 * textmodes/flyspell.el (flyspell-mode-on):
14648 Call ispell-maybe-find-aspell-dictionaries.
14649
14650 * textmodes/ispell.el (ispell-word, ispell-region):
14651 Call ispell-maybe-find-aspell-dictionaries.
14652 (ispell-accept-buffer-local-defs):
14653 Don't call ispell-maybe-find-aspell-dictionaries
14654
14655 2005-10-04 Richard M. Stallman <rms@gnu.org>
14656
14657 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14658
14659 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14660
14661 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14662 instead of `fboundp' in order to allow for anonymous functions.
14663
14664 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14665
14666 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14667 case the user clicks on the link while another window is selected.
14668 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14669
14670 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14671 functionality.
14672 (dframe-help-echo): Save point in case mouse tracking is off.
14673
14674 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14675
14676 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14677
14678 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14681 not change the global value of those vars.
14682
14683 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14684 make-local-variable which we do not need any more.
14685
14686 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14687
14688 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14689 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14690 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14691 (speedbar-path-line): Define obsolete aliases.
14692 (speedbar-line-directory): Doc fix.
14693
14694 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14695 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14696 instead of speedbar-line-path.
14697
14698 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14699
14700 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14701 to nil if dropping on a window. Handle dropping on a minibuffer window
14702 like dropping on a non-window part of Emacs.
14703
14704 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 * net/ange-ftp.el: Use with-current-buffer.
14707 (ange-ftp-insert-directory): Do not follow symlinks any more.
14708
14709 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14710 Remove interactive spec.
14711
14712 2005-10-03 Kim F. Storm <storm@cua.dk>
14713
14714 * ido.el (ido-mode): Use custom-initialize-set.
14715
14716 2005-10-02 Richard M. Stallman <rms@gnu.org>
14717
14718 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14719 Use insert-buffer-substring.
14720
14721 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14722 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14723
14724 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14727 in last change.
14728 (ange-ftp-insert-directory): Fix up the search for the case where
14729 `file' is absolute.
14730
14731 2005-10-02 Romain Francoise <romain@orebokech.com>
14732
14733 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14734
14735 2005-10-02 Andreas Schwab <schwab@suse.de>
14736
14737 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14738 directory component in the session info.
14739
14740 2005-10-01 Richard M. Stallman <rms@gnu.org>
14741
14742 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14743
14744 * simple.el (next-error-internal): New function.
14745
14746 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14747 (compilation-start): Pass new arg to compilation-buffer-name.
14748 (compile-goto-error): Use next-error-internal.
14749
14750 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14751
14752 * speedbar.el: Remove RCS tag.
14753 (speedbar-check-read-only): Handle non-existent files.
14754
14755 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14756
14757 * info.el (Info-speedbar-hierarchy-buttons)
14758 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14759
14760 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14761
14762 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14763 Do not match newline.
14764 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14765 (bibtex-summary): Remove unnecessary save-excursion.
14766 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14767
14768 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14769
14770 * term/mac-win.el: Add charset info for "iso10646-1".
14771 Modify default fontset to use ATSUI-compatible fonts for some charsets
14772 if available.
14773
14774 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14775
14776 * speedbar.el: Re-apply arch tag.
14777 (speedbar-version): Rename to version 1.0. Suggested by Eric
14778 M. Ludlam.
14779 Reapply two changes from Emacs CVS' version of speedbar lost
14780 during the merge:
14781 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14782 (speedbar-frame-parameters): Improve customize type.
14783
14784 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14787 (ange-ftp-file-directory-p): Fix the symlink case.
14788 (ange-ftp-insert-directory): When listing a single file, get a list of
14789 the parent buffer and extract the relevant line. Inspired from a patch
14790 by Katsumi Yamaoka <yamaoka@jpl.org>.
14791 (ange-ftp-file-name-sans-versions): Simplify.
14792
14793 2005-09-30 Bill Wohler <wohler@newt.com>
14794
14795 Move MH-E image files from toolbar and mail directories into
14796 etc/images.
14797
14798 * mail/reply2.*: Move to etc/images/mail/reply*.
14799
14800 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14801 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14802 etc/images.
14803
14804 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14805 * toolbar/reply*: Move to etc/images/mail.
14806
14807 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14808
14809 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14810
14811 * speedbar.el: New version 1.0pre3.
14812
14813 Frame management code (including timer, and mouse click specifics)
14814 moved to dframe.el:
14815 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14816 (speedbar-timer): Removed. Use dframe-timer.
14817 (speedbar-close-frame): Removed. Use dframe-close-frame.
14818 (speedbar-activity-change-focus-flag): Removed. Use
14819 dframe-activity-change-focus-flag.
14820 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14821 dframe-update-speed.
14822
14823 (speedbar-current-frame): New macro. Use this instead of the
14824 variable speedbar-frame.
14825
14826 (speedbar-use-images, speedbar-expand-image-button-alist)
14827 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14828
14829 (speedbar-find-image-on-load-path): Removed. Replaced by
14830 defezimage in ezimage.el.
14831 (speedbar-expand-image-button-alist): Removed. Replaced by
14832 ezimage-expand-image-button-alist in ezimage.el.
14833
14834 (speedbar-ignored-directory-regexp)
14835 (speedbar-add-ignored-directory-regexp)
14836 (speedbar-ignored-directory-expressions)
14837 (speedbar-line-directory, speedbar-buffers-line-directory)
14838 (speedbar-directory-line, speedbar-buffers-line-directory):
14839 Renamed, replacing `path' with `directory'.
14840
14841 (speedbar-create-directory, speedbar-expand-line-descendants)
14842 (speedbar-toggle-line-expansion)
14843 (speedbar-contract-line-descendants): New commands.
14844
14845 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14846 (speedbar-use-tool-tips-flag): New options.
14847
14848 (speedbar-check-read-only, speedbar-require-version)
14849 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14850 (speedbar-handle-delete-frame, speedbar-try-completion)
14851 (speedbar-update-localized-contents): New functions.
14852
14853 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14854 (speedbar-object-read-only-indicator): New variables.
14855
14856 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14857 New hooks.
14858
14859 (speedbar-separator-face): New face.
14860
14861 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14862 (speedbar-ignored-modes): Add fundamental-mode.
14863 (speedbar-directory-unshown-regexp): Add . directories.
14864
14865 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14866 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14867 `]' for full expand/close.
14868 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14869
14870 (speedbar-check-vc): Support hidden files.
14871 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14872 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14873 state is nil, it is not checked out.
14874
14875 (speedbar-line-text, speedbar-line-token): Support expand buttons
14876 with no text.
14877 (speedbar-refresh): Universal argument acts as power-click.
14878 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14879 that buffer to get variable values.
14880
14881 And many other bugfixes.
14882
14883 * dframe.el, ezimage.el, sb-image.el: New files.
14884
14885 * sb-*.xpm: Remove files. New image files installed into
14886 etc/images/ezimage.
14887
14888 2005-09-30 Kenichi Handa <handa@m17n.org>
14889
14890 * ps-mule.el (ps-mule-show-warning): If a character is in
14891 ps-print-translation-table, don't treat it as non-printable.
14892
14893 2005-09-30 David Ponce <david@dponce.com>
14894
14895 * tree-widget.el (tree-widget-themes-load-path): New variable.
14896 (tree-widget-themes-directory): Doc fix.
14897 (tree-widget-image-formats) [Emacs]: Doc fix.
14898 (tree-widget--locate-sub-directory): New function.
14899 (tree-widget-themes-directory): Use it.
14900
14901 * recentf.el (recentf-filename-handlers): Rename from
14902 `recentf-filename-handler'. Allow a list of functions.
14903 (recentf-menu-items-for-commands): Fix :help strings.
14904 (recentf-apply-filename-handlers): New function.
14905 (recentf-expand-file-name): Use it.
14906 (recentf-cleanup): Remove duplicates too.
14907
14908 2005-09-29 Juri Linkov <juri@jurta.org>
14909
14910 * faces.el: Rearrange face definitions to be in the same order as
14911 their face descriptions in "(emacs)Standard Faces".
14912
14913 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14914
14915 * tooltip.el (tooltip): Add group `basic-faces'.
14916
14917 * buff-menu.el (Buffer-menu-buffer): Remove group
14918 `font-lock-highlighting-faces'.
14919
14920 * progmodes/compile.el (compilation-error, compilation-warning)
14921 (compilation-info, compilation-line-number, compilation-column-number):
14922 Change group from `font-lock-highlighting-faces' to `compilation'.
14923
14924 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14925 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14926 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14927 (vhdl-font-lock-reserved-words-face)
14928 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14929 `font-lock-highlighting-faces'.
14930
14931 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14932
14933 2005-09-28 Kim F. Storm <storm@cua.dk>
14934
14935 * emulation/cua-base.el: Set CUA move property on additional commands:
14936 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14937 forward-sexp, backward-sexp, forward-list, backward-list.
14938
14939 2005-09-28 Romain Francoise <romain@orebokech.com>
14940
14941 * comint.el (comint-show-output): Really set point at the
14942 beginning of the output when not using `comint-use-prompt-regexp'.
14943
14944 2005-09-27 Jay Belanger <belanger@truman.edu>
14945
14946 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14947 in TeX mode.
14948
14949 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14950
14951 * textmodes/org.el (org-table-sum): Fix format string.
14952
14953 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14954 Quote face names.
14955
14956 2005-09-26 Romain Francoise <romain@orebokech.com>
14957
14958 * isearch.el (isearch-forward-regexp): Close doc string.
14959
14960 2005-09-25 Richard M. Stallman <rms@gnu.org>
14961
14962 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14963
14964 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14965
14966 * progmodes/compile.el (compilation-error-properties):
14967 When getting the file from the previous error message,
14968 correctly decode the new data format.
14969
14970 * progmodes/cc-cmds.el (c-electric-paren):
14971 Call old-blink-paren only for close-paren.
14972
14973 2005-09-24 Andreas Schwab <schwab@suse.de>
14974
14975 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14976 condition.
14977
14978 2005-09-25 Romain Francoise <romain@orebokech.com>
14979
14980 * dired-aux.el (dired-copy-file-recursive):
14981 * dired.el (dired-delete-file):
14982 * ediff-mult.el (ediff-dir-diff-copy-file):
14983 * ediff-util.el (ediff-test-save-region):
14984 * forms.el (forms-mode):
14985 * ido.el (ido-file-internal, ido-delete-file-at-head):
14986 * log-edit.el (log-edit-done):
14987 * ses.el (ses-yank-resize):
14988 * play/gomoku.el (gomoku-human-plays, gomoku)
14989 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14990 (gomoku-offer-a-draw):
14991 * play/landmark.el (lm-human-resigns, lm):
14992 * net/eudcb-ldap.el (eudc-ldap-check-base):
14993 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14994 * progmodes/ebrowse.el (ebrowse-find-pattern):
14995 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14996 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14997 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14998
14999 * vc.el (vc-delete-file):
15000 * play/gomoku.el (gomoku-terminate-game, gomoku)
15001 (gomoku-prompt-for-move, gomoku-human-takes-back):
15002 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15003 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15004
15005 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15006
15007 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15008 color rxvt terminals by using the code xterm.el used to use before
15009 2005-04-09 in order to match the colors used by rxvt.
15010
15011 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15012
15013 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15014 colors rxvt-unicode terminals by using the same code as xterm.el.
15015
15016 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15017
15018 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15019 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15020 new symbol used for the tex-verbatim face.
15021
15022 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15023
15024 * woman.el (woman-file-name):
15025 * wid-edit.el (widget-file-prompt-value)
15026 (widget-coding-system-prompt-value):
15027 * w32-fns.el (set-w32-system-coding-system):
15028 * vc.el (vc-version-diff, vc-annotate):
15029 * textmodes/reftex-auc.el (reftex-arg-cite)
15030 (reftex-arg-index-tag):
15031 * textmodes/refer.el (refer-get-bib-files):
15032 * textmodes/artist.el (artist-figlet-choose-font):
15033 * terminal.el (terminal-emulator):
15034 * replace.el (occur-read-primary-args):
15035 * rect.el (string-rectangle, string-insert-rectangle):
15036 * ps-print.el (ps-print-preprint):
15037 * progmodes/pascal.el (pascal-goto-defun):
15038 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15039 * progmodes/compile.el (compilation-find-file):
15040 * printing.el (pr-interactive-n-up):
15041 * play/animate.el (animate-birthday-present):
15042 * net/rcompile.el (remote-compile):
15043 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15044 * mail/rmailsum.el (rmail-summary-search-backward)
15045 (rmail-summary-search):
15046 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15047 (rmail-output-read-file-name):
15048 * mail/rmail.el (rmail-search, rmail-search-backwards):
15049 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15050 * locate.el (locate):
15051 * international/quail.el (quail-show-keyboard-layout):
15052 * international/mule.el (set-buffer-file-coding-system)
15053 (revert-buffer-with-coding-system, set-file-name-coding-system)
15054 (set-terminal-coding-system, set-keyboard-coding-system)
15055 (set-next-selection-coding-system):
15056 * international/mule-diag.el (describe-coding-system)
15057 (describe-font, describe-fontset):
15058 * international/mule-cmds.el (universal-coding-system-argument)
15059 (search-unencodable-char, describe-input-method)
15060 (set-language-environment, describe-language-environment):
15061 * international/codepage.el (codepage-setup):
15062 * international/code-pages.el (codepage-setup):
15063 * info.el (Info-search, Info-follow-reference)
15064 (Info-search-backward):
15065 * emacs-lisp/advice.el (ad-read-advised-function)
15066 (ad-read-advice-class, ad-clear-cache, ad-activate)
15067 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15068 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15069 (ad-read-regexp):
15070 * ediff-util.el (ediff-toggle-regexp-match):
15071 * ediff-ptch.el (ediff-prompt-for-patch-file):
15072 * dired-aux.el (dired-diff):
15073 * diff.el (diff):
15074 * cus-edit.el (custom-variable-prompt):
15075 * calendar/timeclock.el (timeclock-ask-for-project):
15076 * calc/calcalg3.el (calc-get-fit-variables):
15077 * calc/calc-store.el (calc-edit-variable)
15078 (calc-permanent-variable):
15079 * vc-mcvs.el (vc-mcvs-register):
15080 * shadowfile.el (shadow-define-literal-group):
15081 * woman.el (woman-file-name):
15082 * vc.el (vc-version-diff, vc-merge):
15083 * textmodes/reftex-index.el (reftex-index-complete-tag):
15084 * format.el (format-decode-buffer, format-decode-region):
15085 * emulation/viper-cmd.el (viper-read-string-with-history):
15086 * emacs-lisp/debug.el (cancel-debug-on-entry):
15087 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15088 * ediff.el (ediff-merge-revisions)
15089 (ediff-merge-revisions-with-ancestor, ediff-revision):
15090 * completion.el (interactive-completion-string-reader):
15091 * calc/calc-prog.el (calc-user-define-formula):
15092 Follow convention for reading with the minibuffer.
15093
15094 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15095
15096 * progmodes/python.el (python-describe-symbol): Add globals() and
15097 locals() to the arguments of emacs.ehelp.
15098
15099 2005-09-24 Magnus Henoch <mange@freemail.hu>
15100
15101 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15102 New function, code extracted from ispell-valid-dictionary-list.
15103 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15104 Call it.
15105
15106 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15107
15108 * subr.el (version-regexp-alist): Extend valid syntax for version
15109 strings: allow any of the characters -,_,+ to separate the
15110 alpha/beta/rc part from the version part. Doc fix.
15111 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15112
15113 2005-09-23 David Reitter <david.reitter@gmail.com>
15114
15115 * mail/mailclient.el: New file.
15116
15117 2005-09-23 Richard M. Stallman <rms@gnu.org>
15118
15119 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15120 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15121 Doc fixes.
15122
15123 * progmodes/cc-mode.el (c-font-lock-init):
15124 Specify font-lock-lines-before.
15125
15126 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15129 whole conflict.
15130
15131 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15132
15133 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15134 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15135 of `remap' feature when available. Additional key bindings for
15136 better tty support.
15137 (org-mode-restart, org-force-self-insert): New commands.
15138 (org-time-stamp-inactive): New command.
15139 (org-remap): New function.
15140 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15141 (org-enable-fixed-width-editor): Move to `org-structure'
15142 customization group.
15143 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15144 blank field after field motion commands.
15145
15146 2005-09-23 Kenichi Handa <handa@m17n.org>
15147
15148 * international/mule-cmds.el (set-language-environment):
15149 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15150 have to call utf-translate-cjk-load-tables.
15151
15152 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15153
15154 * mouse.el (mouse-move-drag-overlay): Fix last change.
15155
15156 2005-09-22 David Ponce <david@dponce.com>
15157
15158 * tree-widget.el (tree-widget-value-create): Fix previous change.
15159
15160 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15161
15162 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15163
15164 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15165
15166 * mouse.el (mouse-move-drag-overlay): New function.
15167 (mouse-drag-region-1): Use it.
15168 Try to simplify a bit the state handling. Handle clicks on links
15169 inside intangible areas.
15170 (mouse-save-then-kill): Minor simplification.
15171 (mouse-secondary-overlay): Make it always non-nil instead of
15172 recreating it each time.
15173 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15174 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15175 Simplify accordingly.
15176
15177 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15178
15179 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15180
15181 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15182
15183 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15184 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15185 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15186 to patch.
15187
15188 * ediff-util.el: Use insert-buffer-substring.
15189
15190 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15191
15192 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15193 field boundaries in the minibuffer.
15194 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15195 (viper-minibuffer-post-command-hook): New hook.
15196 (viper-line): Don't move cursor at bolp.
15197
15198 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15199
15200 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15201 avoid compiler warnings.
15202
15203 * emulation/viper-macs.el (ex-map): Better messages.
15204
15205 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15206
15207 * emulation/viper.el: Replace make-variable-buffer-local with
15208 viper-make-variable-buffer-local everywhere, to avoid warnings.
15209
15210 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15213 Delete unused var `old-selected-window'.
15214 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15215 (mouse-drag-secondary): Delete unused var `start-frame'.
15216
15217 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15218
15219 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15220
15221 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15222
15223 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15224 Re-indent within 80 columns. Use inhibit-read-only.
15225
15226 2005-09-19 Romain Francoise <romain@orebokech.com>
15227
15228 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15229
15230 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15233 unconditionally, since the after-change-function already did it.
15234
15235 2005-09-19 Miles Bader <miles@gnu.org>
15236
15237 * net/newsticker.el: Get rid of CVS keyword.
15238
15239 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15240
15241 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15242 The prompt is formatted later.
15243
15244 2005-09-19 David Ponce <david@dponce.com>
15245
15246 * tree-widget.el (tree-widget-value-create): Save the converted
15247 tree :node widget.
15248
15249 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15250
15251 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15252 variable `message'.
15253
15254 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15255
15256 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15257 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15258 <slawomir.nowaczyk.847@student.lu.se>.
15259
15260 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15261
15262 * image.el (image-load-path): Use symbol `data-directory' instead
15263 of its value, for backward compatibility with packages that bind
15264 it during `find-image'. Suggested by Katsumi Yamaoka.
15265 (image-search-load-path): Handle symbols whose values are strings.
15266
15267 2005-09-18 Romain Francoise <romain@orebokech.com>
15268
15269 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15270 with-current-buffer form in save-excursion.
15271
15272 2005-09-18 Deepak Goel <deego@gnufans.org>
15273
15274 * apropos.el (apropos-command): Fix `message' call: first arg
15275 should be a format spec. In this and all other cases that appear
15276 below and elsewhere in the source code, I made a change only when
15277 two conditions were satisfied: [1] I can think of a possibility
15278 that the arguments would cause an error, for example, the code in
15279 question relies on external variables such as filenames. [2] I
15280 was sure that the arg to `message' could not have been nil in the code.
15281
15282 * textmodes/tildify.el (tildify-region): Ditto.
15283
15284 * textmodes/reftex-index.el (reftex-index-change-entry)
15285 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15286 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15287 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15288 (org-priority, org-table-sum):
15289 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15290 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15291 (flyspell-word, flyspell-display-next-corrections):
15292 * textmodes/bibtex.el (bibtex-print-help-message):
15293 * textmodes/artist.el (artist-key-set-point-poly):
15294 * term/mac-win.el (mac-services-insert-text):
15295 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15296 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15297 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15298 (vhdl-compose-configuration):
15299 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15300 (sh-set-indent, sh-learn-line-indent):
15301 * progmodes/ps-mode.el (ps-mode-target-column):
15302 * progmodes/idlwave.el (idlwave-make-tags)
15303 (idlwave-scan-library-catalogs):
15304 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15305 * progmodes/gud.el (gud-jdb-analyze-source):
15306 * progmodes/flymake.el (flymake-log):
15307 * progmodes/ebnf2ps.el (ebnf-generate-region):
15308 * progmodes/cmacexp.el (c-macro-expansion):
15309 * progmodes/ada-xref.el (ada-treat-cmd-string):
15310 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15311 (ada-justified-indent-current, ada-batch-reformat):
15312 * play/zone.el (zone):
15313 * play/landmark.el (lm-move):
15314 * play/decipher.el (decipher-show-alphabet):
15315 * net/newsticker.el (newsticker--display-jump)
15316 (newsticker--display-scroll):
15317 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15318 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15319 * mail/feedmail.el (feedmail-dump-message-to-queue):
15320 * eshell/esh-proc.el (eshell-remove-process-entry):
15321 * emulation/ws-mode.el (ws-last-error):
15322 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15323 (viper-record-kbd-macro):
15324 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15325 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15326 * emacs-lisp/find-func.el (find-function-noselect):
15327 * calendar/timeclock.el (timeclock-status-string)
15328 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15329 (timeclock-when-to-leave-string):
15330 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15331 * calc/calc-units.el (calc-enter-units-table):
15332 * calc/calc-mode.el (calc-mode-record-mode):
15333 * woman.el (woman-mini-help):
15334 * wdired.el (wdired-change-to-wdired-mode):
15335 * vc.el (vc-retrieve-snapshot):
15336 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15337 * startup.el (display-startup-echo-area-message):
15338 * simple.el (set-goal-column):
15339 * ses.el (ses-command-hook, ses-recalculate-cell):
15340 * server.el (server-process-filter):
15341 * printing.el (pr-interface-txt-print, pr-interface-printify)
15342 (pr-interface-ps):
15343 * pcvs.el (cvs-help):
15344 * log-edit.el (log-edit, log-edit-mode-help):
15345 * iswitchb.el (iswitchb-possible-new-buffer):
15346 * isearch.el (isearch-edit-string):
15347 * image-mode.el (image-mode, image-minor-mode):
15348 * ibuf-macs.el (define-ibuffer-filter):
15349 * hi-lock.el (hi-lock-find-patterns):
15350 * files.el (toggle-read-only):
15351 * ediff-util.el (ediff-copy-diff)
15352 (ediff-write-merge-buffer-and-maybe-kill):
15353 * echistory.el (Electric-history-undefined):
15354 * dnd.el (dnd-insert-text):
15355 * dired-aux.el (dired-query):
15356 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15357 * bookmark.el (bookmark-bmenu-locate):
15358 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15359 Fix `message' calls to ensure first arg is a format string.
15360 The change was made only when these two conditions were satisfied:
15361 [1] when there is a possibility that the arguments would cause an error
15362 for example, if the code in question relies on external variables
15363 such as filenames, and
15364 [2] if the arg to `message' could not have been nil in the code.
15365
15366 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15367 Not having a %s would be weird, though not technically wrong.
15368
15369 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15370
15371 * term/mac-win.el (mac-add-charset-info): Doc fix.
15372
15373 2005-09-17 Romain Francoise <romain@orebokech.com>
15374
15375 * shell.el (shell-resync-dirs): Handle echoing processes more
15376 reliably. Don't insert resync command if `comint-process-echoes'
15377 is non-nil.
15378
15379 2005-09-17 Magnus Henoch <mange@freemail.hu>
15380
15381 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15382 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15383 aspell versions >= 0.60.
15384 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15385 only if ispell-aspell-supports-utf8 is non-nil.
15386
15387 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15388
15389 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15390 buffer-local value to lisp-indent-function.
15391
15392 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15393
15394 * progmodes/glasses.el (glasses-make-readable): If
15395 glasses-separator differs from underscore, put appropriate
15396 overlays over underscore characters.
15397 (glasses-convert-to-unreadable): If glasses-separator differs from
15398 underscore, try to convert glasses-separator characters to
15399 underscores.
15400
15401 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15402
15403 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15404 Use with-syntax-table and dolist.
15405
15406 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15407
15408 * textmodes/reftex-auc.el:
15409 * textmodes/reftex-cite.el:
15410 * textmodes/reftex-dcr.el:
15411 * textmodes/reftex-global.el:
15412 * textmodes/reftex-parse.el:
15413 * textmodes/reftex-ref.el:
15414 * textmodes/reftex-sel.el:
15415 * textmodes/reftex-toc.el:
15416 * textmodes/reftex-vars.el:
15417 * textmodes/reftex.el: Small changes to remove compiler warnings.
15418
15419 * textmodes/reftex-index.el: Likewise.
15420 (reftex-query-index-phrase): More efficient use of markers.
15421
15422 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15423
15424 * image.el (image-load-path): New variable.
15425 (image-search-load-path): New function.
15426 (find-image): Search for images in `image-load-path'.
15427
15428 2005-09-15 Richard M. Stallman <rms@gnu.org>
15429
15430 * follow.el: Change Maintainer field.
15431
15432 2005-09-15 David Ponce <david@dponce.com>
15433
15434 * recentf.el (recentf-save-file-modes): New option.
15435 (recentf-save-list): Use it.
15436
15437 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15438
15439 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15440 (mode-line-mule-info, mode-line-modified): Move bindings from
15441 mouse-3 to mouse-1.
15442
15443 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15444
15445 * simple.el (sendmail-user-agent-compose): Revert last change.
15446
15447 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15448
15449 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15450 Use with-current-buffer.
15451 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15452 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15453 (ange-ftp-insert-directory): Remove unused var `short'.
15454 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15455
15456 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15457 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15458
15459 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15460 (check-calendar-holidays, diary-list-entries): Autoload.
15461 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15462 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15463
15464 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15465 which mistakenly removed a call to display-buffer.
15466
15467 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15468
15469 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15470
15471 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15472
15473 * progmodes/hideshow.el
15474 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15475 (hs-allow-nesting): New user var.
15476 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15477 (hs-hide-block-at-point): When nesting allowed,
15478 if there is already an overlay in place, delete it.
15479 (hs-safety-is-job-n): Delete func; remove call sites.
15480 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15481 (hs-overlay-at): New func.
15482 (hs-already-hidden-p, hs-show-block): Use it.
15483 (hs-hide-all): Don't pre-clean if nesting allowed.
15484 (hs-show-all): Temporarily disallow
15485 nesting around call to `hs-discard-overlays'.
15486
15487 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15488
15489 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15490 Delete unused local var.
15491
15492 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15493
15494 * help-fns.el (describe-categories): "?\ " -> "?\s".
15495 (help-do-arg-highlight): Recognize also ARG-n, as in
15496 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15497
15498 * international/codepage.el (dos-unsupported-char-glyph):
15499 * net/newsticker.el (tool-bar-map, w3-mode-map)
15500 (w3m-minor-mode-map):
15501 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15502 (ent-alist):
15503 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15504
15505 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15506
15507 * custom.el (custom-push-theme): Handle the case where a symbol is
15508 bound but face properties have not yet been assigned.
15509
15510 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15511 Fix behavior if noerase is `t' and there is no mail buffer.
15512
15513 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15514 if `continue' is nil, rather than signal an error.
15515
15516 2005-09-12 Richard M. Stallman <rms@gnu.org>
15517
15518 * font-lock.el (font-lock-keywords): Add autoload.
15519
15520 * help-fns.el (describe-variable): Rearrange to put source link
15521 in a predictable place.
15522
15523 * net/newsticker.el: New file.
15524
15525 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15526
15527 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15528 (calendar-basic-setup): Use the new nil arg.
15529 (number-of-diary-entries): Move to diary-lib.el.
15530
15531 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15532 (diary-list-entries): Use with-syntax-table and dolist.
15533 Rename from list-diary-entries.
15534 Use number-of-diary-entries if `number' is nil.
15535 (diary, diary-view-entries): Use this new name and new nil arg value.
15536 (number-of-diary-entries): Move from calendar.el.
15537 (diary-unhide-everything): New function.
15538 (include-other-diary-files, fancy-diary-display)
15539 (diary-show-all-entries, make-diary-entry): Use it.
15540 (diary-mail-entries): Use buffer-string.
15541 (mark-diary-entries): Fix long standing paren typo.
15542 (diary-sexp-entry): Use count-lines.
15543 (make-diary-entry): Avoid `previous-line'.
15544 (diary-mode-map): New var.
15545 (diary-mode): Redraw cal after saving. Setup header-line.
15546 (fancy-diary-display-mode): Use local-set-key.
15547
15548 * startup.el (command-line): Try calling various terminal-init-foo-bar
15549 functions by stripping hyphenated suffixes from $TERM.
15550
15551 * files.el (normal-mode): Check boundness of font-lock-keywords.
15552
15553 2005-09-12 Richard M. Stallman <rms@gnu.org>
15554
15555 * progmodes/compile.el: Don't decide a file's directory
15556 until the user actually tries to go there.
15557 (compilation-next-error-function):
15558 Pass compilation-find-file the directory from the file-struct.
15559 (compilation-internal-error-properties): Separate local FILE-STRUCT
15560 from FILE. Doc the args better. Rename arg FMT to FMTS.
15561 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15562 Expand it, and if nil, use default-directory.
15563 (compilation-get-file-structure): Don't mix specified directory
15564 with default directory. Put specified directory into
15565 file-struct. Don't make the file name absolute.
15566
15567 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15568 (compile-command): Add autoload.
15569 (compilation-disable-input): Add autoload.
15570
15571 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15572
15573 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15574 strings of the variables it can override.
15575 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15576 %Q and %q, for fully-qualified domain name and unqualified host name.
15577
15578 2005-09-11 Kim F. Storm <storm@cua.dk>
15579
15580 * emacs-lisp/authors.el (authors-aliases): Update list.
15581 (authors-fixed-entries): Update mldrag.el entry.
15582
15583 2005-09-10 Alan Mackenzie <acm@muc.de>
15584
15585 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15586 from the region narrowed to.
15587
15588 2005-09-10 Magnus Henoch <mange@freemail.hu>
15589
15590 * textmodes/ispell.el (ispell-check-version): Signal an error if
15591 aspell version is less than 0.60.
15592
15593 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15594
15595 * progmodes/octave-inf.el (inferior-octave-startup):
15596 Resync current dir at the end.
15597
15598 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15599
15600 * woman.el (woman-topic-at-point-default):
15601 Rename to woman-use-topic-at-point-default.
15602 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15603 (woman-file-name): Reflect renames above. Automatically use the
15604 word at point as topic if woman-use-topic-at-point is non-nil.
15605 Otherwise offer it as default but don't insert it in the
15606 minibuffer. Also use `test-completion' instead of `assoc' as
15607 suggested by Stefan Monnier.
15608
15609 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15610
15611 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15612 the attempt to do it over Tramp. This is not yet supported.
15613
15614 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15615
15616 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15617 (menu-bar-non-minibuffer-window-p): New functions.
15618 ("Split Window", "Save As..."): Use them.
15619 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15620 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15621 Use menu-bar-menu-frame-live-and-visible-p.
15622 ("Save Buffer", "Insert File", "Open Directory...")
15623 ("Open File...", "Visit New File..."):
15624 Use menu-bar-non-minibuffer-window-p.
15625 (kill-this-buffer-enabled-p, dired <menu-enable>):
15626 Use menu-bar-non-minibuffer-window-p.
15627
15628 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15629
15630 * cus-start.el (all): Don't complain about fringe-related
15631 built-ins if fringes are not supported. Ditto about
15632 selection-related built-ins. Fix the test for GTK-related built-ins.
15633
15634 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15635 ("Postscript Print Buffer", "Print Region", "Save As...")
15636 ("Save", "Insert File...", "Open Directory...")
15637 ("Open File...", "Visit New File..."")
15638 ("Truncate Long Lines in this Buffer"): Don't look at
15639 menu-updating-frame if this display does not support multiple frames.
15640
15641 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15642
15643 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15644
15645 2005-09-09 Emilio Lopes <eclig@gmx.net>
15646
15647 * woman.el: Format- and whitespace-related changes.
15648
15649 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15650
15651 * woman.el: Fix my email address.
15652
15653 2005-09-08 Richard M. Stallman <rms@gnu.org>
15654
15655 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15656 (sh-mode): Locally set skeleton-pair-default-alist.
15657
15658 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15659
15660 * progmodes/flymake.el: Require `compile' unconditionally.
15661
15662 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15663
15664 * woman.el (woman-file-name): Provide a default, not initial input.
15665
15666 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15667
15668 * font-lock.el (font-lock-support-mode): Doc fix.
15669
15670 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15671
15672 2005-09-08 Richard M. Stallman <rms@gnu.org>
15673
15674 * simple.el (blink-matching-open): Get rid of text props from
15675 the string shown in echo area. Don't permanently set point.
15676 Some rearrangements.
15677
15678 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15679
15680 * recentf.el (recentf-filename-handler): Add custom choice
15681 `abbreviate-file-name'.
15682
15683 * msb.el (msb--very-many-menus): Fix typo.
15684
15685 * disp-table.el (standard-display-european): Don't set
15686 enable-multibyte-characters to nil.
15687
15688 2005-09-08 David Ponce <david@dponce.com>
15689
15690 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15691 (recentf-expand-file-name): Doc fix.
15692 (recentf-dialog-mode-map): Define digit shortcuts.
15693 (recentf--files-with-key): New variable.
15694 (recentf-show-digit-shortcut-filter): New function.
15695 (recentf-open-files-items): New function.
15696 (recentf-open-files): Use it.
15697 (recentf-open-file-with-key): New command.
15698
15699 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15700
15701 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15702 Suggested by Kim F. Storm.
15703 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15704 (Buffer-menu-make-sort-button): Use global keymap.
15705
15706 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15707
15708 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15709 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15710 necessary any longer with the remapped command.
15711 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15712 formatting time only.
15713
15714 * net/tramp.el (tramp-action-password)
15715 (tramp-multi-action-password): Compile the password prompt from
15716 `method', `user' and `host'. Sometimes it isn't obvious which
15717 password to enter, for example with remote files offered by
15718 recentf.el, or with multiple steps. Suggested by Robert Marshall
15719 <robert@chezmarshall.freeserve.co.uk>.
15720
15721 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15722
15723 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15724 Fix regexp for when "s///" is at the beginning of line.
15725
15726 2005-09-07 Jay Belanger <belanger@truman.edu>
15727
15728 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15729 when in matrix mode.
15730
15731 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15732
15733 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15734 non-anonymous functions.
15735
15736 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15737
15738 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15739 when using a header line. Otherwise, use mouse-1-click-follows-link.
15740
15741 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15742 can't be moved; don't signal an error.
15743
15744 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15745
15746 * cus-theme.el (custom-theme-write-faces): Save the current face
15747 spec, not the defface spec.
15748
15749 * custom.el (custom-known-themes): Clarify meaning of "standard".
15750 (custom-push-theme): Save old values in the standard theme.
15751 (disable-theme): Correct typo.
15752 (custom-face-theme-value) Deleted unused function.
15753 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15754
15755 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * progmodes/compile.el (compilation-goto-locus): Take into account
15758 iconified frames when determining whether the buffer is
15759 already visible.
15760 Don't reset window height if the window already existed.
15761
15762 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15763
15764 * custom.el (load-theme): Rename from require-theme.
15765 Add interactive spec.
15766 (enable-theme): Rename from custom-enable-theme.
15767 Add interactive spec.
15768 (disable-theme): Rename from custom-disable-theme.
15769 Add interactive spec.
15770 (custom-make-theme-feature): Doc fix.
15771 (custom-theme-directory): Doc fix.
15772 (provide-theme): Call enable-theme.
15773
15774 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15775
15776 * obsolete/lazy-lock.el (lazy-lock-mode):
15777 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15778 font-lock-mode if it's off. Print a warning instead.
15779
15780 * progmodes/compile.el (compilation-start): Ignore errors if the
15781 process died before we get to send-eof.
15782
15783 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15784 Undo last change. Enclosing the result in quotes broke things on Unix
15785 since tex-send-command passes it through shell-quote-argument.
15786 (tex-send-command): Pass `file' through convert-standard-filename
15787 when possible.
15788 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15789 info in a transcript.
15790
15791 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15792
15793 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15794 fix compilation warning. Reorder the key definitions to group
15795 together keys emitted by the current version of xterm.
15796
15797 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15798 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15799 Reorder predicates to correct min-color usage.
15800
15801 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15802
15803 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15804 Kill local variables when longlines-mode is turned off.
15805
15806 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15807
15808 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15809
15810 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15811
15812 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15813
15814 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15815 (font-lock-lines-before): Change default to being inactive.
15816 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15817 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15818
15819 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15820
15821 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15822 Deactivate temporarily advice if active (not needed for Emacs 22,
15823 but for backwards compatibility).
15824 (tramp-exists-file-name-handler): Rewrite. First implementation
15825 was too simple.
15826 (tramp-advice-make-auto-save-file-name):
15827 Call `tramp-handle-make-auto-save-file-name' (again, just for
15828 backwards compatibility).
15829
15830 2005-08-31 Reto Zimmermann <reto@gnu.org>
15831
15832 * progmodes/vhdl-mode.el
15833 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15834 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15835 (vhdl-set-default-project): New function (easier setting of default).
15836 (vhdl-port-copy): Handle extended identifiers for generics.
15837 (vhdl-compiler-alist): Better description for error message regexp.
15838 (vhdl-make): Query for target, use previous as default.
15839 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15840 (vhdl-font-lock-keywords-2): Fix fontification for record
15841 el. assign.
15842 (vhdl-speedbar-make-subpack-line): Add package body link.
15843 (vhdl-generate-makefile-1): Not include itself as dependency.
15844 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15845 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15846 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15847 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15848 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15849 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15850 (vhdl-import-project): Add string argument for `error'.
15851 (vhdl-compose-configuration)
15852 (vhdl-compose-configuration-architecture): Add configuration
15853 declaration generation.
15854 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15855 (vhdl-trailer-re): Add "record" keyword (better indentation).
15856 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15857 "[^ \t-\"]+".
15858 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15859 (vhdl-testbench-entity-file-name)
15860 (vhdl-testbench-architecture-file-name): Allow separate
15861 customization of testbench file names.
15862 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15863 (vhdl-get-visible-signals): Allow newline within alias declaration.
15864 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15865 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15866 (member-ignore-case): Alias for missing function in XEmacs.
15867 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15868 (vhdl-update-sensitivity-list): Ignore case on read signals.
15869 (vhdl-replace-string): Adjust case only for file names.
15870 (vhdl-update-sensitivity-list): Fix search for read signals.
15871 (vhdl-update-sensitivity-list): Exclude formal parameters.
15872 (vhdl-get-visible-signals): Include aliases of signals.
15873 (vhdl-get-visible-signals): Fix signal name searching.
15874 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15875 (vhdl-fixup-whitespace-region): Fix for character
15876 literals (e.g. `:').
15877
15878 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15879
15880 * ansi-color.el (comint-last-output-start):
15881 * bs.el (font-lock-verbose):
15882 * diff-mode.el (add-log-buffer-file-name-function):
15883 * dired-x.el (vm-folder-directory):
15884 * faces.el (help-xref-stack-item):
15885 * files.el (font-lock-keywords):
15886 * find-lisp.el (dired-buffers, dired-subdir-alist):
15887 * ido.el (cua-inhibit-cua-keys):
15888 * log-view.el (cvs-minor-wrap-function):
15889 * outline.el (font-lock-warning-face):
15890 * simple.el (compilation-current-error):
15891 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15892 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15893 * tooltip.el (comint-prompt-regexp):
15894 * w32-fns.el (explicit-shell-file-name):
15895 * term/mac-win.el (mac-charset-info-alist)
15896 (mac-services-selection, mac-system-script-code):
15897 * term/tty-colors.el (msdos-color-values):
15898 * term/w32-win.el (xlfd-regexp-registry-subnum):
15899 * term/x-win.el (x-keysym-table, x-selection-timeout)
15900 (x-session-id, x-session-previous-id):
15901 * textmodes/ispell.el (mail-yank-prefix):
15902 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15903 * textmodes/org.el (calc-embedded-close-formula)
15904 (calc-embedded-open-formula)
15905 (font-lock-unfontify-region-function):
15906 * textmodes/reftex-global.el (isearch-next-buffer-function)
15907 (TeX-master):
15908 * textmodes/reftex.el (font-lock-keywords):
15909 * textmodes/tex-mode.el (font-lock-comment-face)
15910 (font-lock-doc-face):
15911 * textmodes/texinfo.el (outline-heading-alist):
15912 Add defvars.
15913
15914 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15915 (artist-spray-chars, artist-mode-init, artist-replace-string)
15916 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15917 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15918 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15919
15920 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15921 (conf-align-assignments): "?\ " -> "?\s".
15922
15923 * textmodes/reftex-index.el (TeX-master): Add defvar.
15924 (reftex-index-phrases-marker): Move up defvar.
15925
15926 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15927 (reftex-toc-include-labels-indicator)
15928 (reftex-toc-include-index-indicator)
15929 (reftex-toc-max-level-indicator): Move up declarations.
15930
15931 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15932 of args to `tramp-run-real-handler', even if it's empty in this case.
15933
15934 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15935
15936 * dired.el (dired-move-to-filename-regexp): Add date format for
15937 Mac OS X 10.3 in East Asian locales.
15938
15939 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15940
15941 * files.el (make-auto-save-file-name): Add file name handler call
15942 if applicable.
15943
15944 * net/tramp.el (tramp-file-name-handler-alist)
15945 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15946 (tramp-handle-make-auto-save-file-name): Rename from
15947 `tramp-make-auto-save-file-name'.
15948 (tramp-exists-file-name-handler): New defun.
15949 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15950 `make-auto-save-file-name' is not a magic file name operation.
15951
15952 2005-08-30 Richard M. Stallman <rms@gnu.org>
15953
15954 * files.el (risky-local-variable-p):
15955 Match `-predicates' and `-commands.
15956
15957 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15958 (custom-save-all): Visit the file if necessary;
15959 kill the buffer if we created it.
15960 (custom-save-delete): Don't visit file or kill buffer here.
15961
15962 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15963
15964 * textmodes/org.el (org-special-keyword): New face.
15965 (org-table-copy-down, org-table-eval-formula)
15966 (org-table-recalculate, org-init-section-numbers):
15967 Use `string-to-number' instead of `string-to-int'.
15968 (org-get-location): Use `insert-buffer-substring' instead of
15969 `insert-buffer'.
15970 (org-modify-diary-entry-string): New function.
15971 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15972 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15973 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15974 active region.
15975 (org-export-as-html): Handle QUOTE keyword.
15976 (org-quote-string): New option.
15977 (org-bookmark-jump-unhide): New function, used for
15978 `bookmark-after-jump-hook'.
15979 (org-diary-default-entry): Apply only when not called through
15980 `org-agenda'.
15981
15982 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15983
15984 * net/eudc.el (mode-popup-menu):
15985 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15986 * progmodes/ada-mode.el (compile-auto-highlight)
15987 (skeleton-further-elements):
15988 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15989 * progmodes/cmacexp.el (msdos-shells):
15990 * progmodes/compile.el (font-lock-extra-managed-props)
15991 (font-lock-keywords, font-lock-maximum-size)
15992 (font-lock-support-mode):
15993 * progmodes/grep.el (font-lock-lines-before):
15994 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15995 * progmodes/mixal-mode.el (compile-command):
15996 * progmodes/perl-mode.el (font-lock-comment-face)
15997 (font-lock-doc-face, font-lock-string-face):
15998 * progmodes/prolog.el (comint-prompt-regexp):
15999 * progmodes/sh-script.el (font-lock-comment-face)
16000 (font-lock-set-defaults, font-lock-string-face):
16001 * progmodes/sql.el (font-lock-keyword-face)
16002 (font-lock-set-defaults, font-lock-string-face):
16003 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16004 (itimer-version, lazy-lock-defer-contextually)
16005 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16006 Add defvars.
16007
16008 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16009 (cperl-electric-keyword, cperl-electric-pod)
16010 (cperl-electric-backspace, cperl-forward-re)
16011 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16012 (vc-rcs-header, vc-sccs-header): Add defvars.
16013
16014 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16015 (font-lock-syntactic-keywords, gud-find-expr-function):
16016 Add defvars.
16017
16018 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16019 (gdb-frame-parameters): Declare before use.
16020
16021 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16022 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16023 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16024 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16025
16026 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16027 (idlwave-help-with-source): Use `insert-buffer-substring', not
16028 `insert-buffer'.
16029
16030 2005-08-29 Juri Linkov <juri@jurta.org>
16031
16032 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16033 Put outline-back-to-heading function call inside save-excursion.
16034
16035 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16036
16037 * man.el (Man-init-defvars, Man-translate-references)
16038 (Man-support-local-filenames, Man-highlight-references):
16039 * progmodes/sql.el (sql-interactive-mode):
16040 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16041
16042 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16043 (compilation-mode-font-lock-keywords): Add defvars.
16044 (checkdoc-interactive-loop): "?\ " -> "?\s".
16045
16046 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16047 (font-lock-doc-face, font-lock-string-face)
16048 (font-lock-keywords-case-fold-search): Add defvars.
16049 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16050
16051 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16052 Don't pass X and Y (they are ignored anyway).
16053 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16054 (mouse-delete-window): Make arguments optional.
16055
16056 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16057 (caesar-translate-table, minor-modes, news-buffer-save)
16058 (news-group-name, news-minor-modes): Add defvars.
16059
16060 * emacs-lisp/lselect.el (mouse-highlight-priority)
16061 (x-lost-selection-functions, zmacs-regions):
16062 * emacs-lisp/pp.el (font-lock-verbose):
16063 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16064 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16065 (ses-mode-map):
16066 * emacs-lisp/tcover-unsafep.el (safe-functions):
16067 * international/mule-cmds.el (mac-system-coding-system)
16068 (mac-system-locale):
16069 * language/ethio-util.el (rmail-current-message)
16070 (rmail-message-vector):
16071 * language/thai-util.el (thai-auto-composition-mode):
16072 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16073 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16074 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16075 (vm-primary-inbox, vm-spool-files):
16076 * mail/rmail.el (deleted-head, font-lock-fontified)
16077 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16078 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16079 (total-messages):
16080 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16081 (rmail-summary-mode-map):
16082 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16083 (rmail-last-label, rmail-last-multi-labels)
16084 (rmail-summary-vector, rmail-total-messages):
16085 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16086 * mail/rmailsum.el (msgnum):
16087 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16088 (rmail-current-message):
16089 * obsolete/fast-lock.el (font-lock-face-list):
16090 * obsolete/rnewspost.el (mail-reply-buffer):
16091 * obsolete/scribe.el (compile-command):
16092 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16093
16094 2005-08-28 John Paul Wallington <jpw@gnu.org>
16095
16096 * ibuf-ext.el (ibuffer-auto-update-changed):
16097 Use `frame-or-buffer-changed-p' to check whether we need to update.
16098 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16099 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16100 as a `frame-or-buffer-changed-p' state vector instead.
16101
16102 2005-08-27 Romain Francoise <romain@orebokech.com>
16103
16104 * textmodes/makeinfo.el (makeinfo-compile):
16105 Use `compilation-start'. Set `next-error-function' according to
16106 `disable-errors'.
16107 (makeinfo-next-error): New function.
16108 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16109 (makeinfo-buffer): Likewise.
16110
16111 * progmodes/compile.el (compilation-start): Add autoload cookie.
16112
16113 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16114 * textmodes/sgml-mode.el: Likewise.
16115 * progmodes/python.el: Likewise.
16116
16117 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16118
16119 * simple.el (blink-matching-paren-distance): Document the meaning
16120 of nil value, and allow to customize to nil.
16121
16122 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16123 command.com, not command.exe.
16124
16125 2005-08-26 John Wiegley <johnw@newartisans.com>
16126
16127 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16128 code around a bit so that an extraneous nil argument is not added
16129 to a command when no args are given.
16130
16131 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16132 double-quoted argument resolves to nil, return it as an empty
16133 string rather than as nil. This made it impossible to pass "" to
16134 a shell script as a null string argument.
16135
16136 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16137
16138 * outline.el (outline-invent-heading): New fun.
16139 (outline-promote, outline-demote): Use it.
16140 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16141 (outline-end-of-subtree): Remove unused var `opoint'.
16142
16143 2005-08-26 David Reitter <david.reitter@gmail.com>
16144
16145 * menu-bar.el (truncate-lines, write-file, print-buffer)
16146 (ps-print-buffer-faces, ps-print-buffer, split-window):
16147 Disable menu items when the frame they refer to is invisible, or when
16148 they refer to a buffer and the minibuffer is selected.
16149
16150 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16151
16152 * progmodes/flymake.el (flymake-highlight-err-lines):
16153 Use save-excursion around flymake-highlight-line to preserve point.
16154
16155 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16156
16157 * progmodes/octave-mod.el: Change Author and Maintainer address.
16158 (octave-maintainer-address): Change Kurt's email address.
16159 * progmodes/octave-inf.el: Change Author and Maintainer address.
16160 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16161
16162 2005-08-26 Kim F. Storm <storm@cua.dk>
16163
16164 * subr.el (version-list-<, version-list-<=, version-list-=):
16165 Rename from integer-list-*.
16166 (version-list-not-zero): Likewise. Fix while loop.
16167 (version=): Use version-list-= instead of string-equal.
16168
16169 2005-08-26 Richard M. Stallman <rms@gnu.org>
16170
16171 * outline.el (outline-promote): Try shortening the heading.
16172 As last resort, read the heading to use.
16173 (outline-demote): As last resort, read the heading to use.
16174
16175 2005-08-26 Romain Francoise <romain@orebokech.com>
16176
16177 * progmodes/compile.el (compilation-start): Doc fix.
16178
16179 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16180 (antlr-font-lock-additional-keywords): Fix reference to
16181 `antlr-font-lock-literal-regexp' erroneously changed during the
16182 mass face rename.
16183 (antlr-run-tool): Use `compilation-start'.
16184
16185 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16186 instead of the obsolete `compile-internal'.
16187
16188 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16189
16190 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16191 (number, original-date):
16192 * calendar/cal-china.el (date):
16193 * calendar/cal-coptic.el (date):
16194 * calendar/cal-french.el (date):
16195 * calendar/cal-hebrew.el (date, entry, number, original-date):
16196 * calendar/cal-islam.el (date, number, original-date):
16197 * calendar/cal-iso.el (date):
16198 * calendar/cal-julian.el (date):
16199 * calendar/cal-mayan.el (date):
16200 * calendar/cal-menu.el (date, event):
16201 * calendar/cal-persia.el (date):
16202 * calendar/lunar.el (date):
16203 * calendar/solar.el (date): Add defvars.
16204
16205 * emerge.el:
16206 * ibuffer.el:
16207 * info-xref.el:
16208 * obsolete/bg-mouse.el:
16209 * obsolete/sun-curs.el:
16210 * obsolete/swedish.el: Move the `defvar's to the top level.
16211
16212 * smerge-mode.el (smerge-refined-change): Add :group.
16213
16214 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16217 (smerge-keep-n): Remove props.
16218 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16219 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16220 now that it's done in smerge-keep-n.
16221 (smerge-refined-change): New face.
16222 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16223 (smerge-refine): New funs.
16224 (smerge-basic-map): Bind smerge-refine.
16225
16226 2005-08-25 Juri Linkov <juri@jurta.org>
16227
16228 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16229 compilation-process-setup-function and compilation-disable-input
16230 in grep-mode instead of let-bindings in grep.
16231
16232 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16233 Delete "Automatic File De/compression" (auto-compression-mode).
16234
16235 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16236
16237 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16238 Silence warning about non-existent variable.
16239
16240 2005-08-25 Richard M. Stallman <rms@gnu.org>
16241
16242 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16243 Rename "Describe Key" to "Describe Key or Mouse Operation".
16244
16245 * mail/mailalias.el (build-mail-aliases): Delete comments
16246 from the contents before processing them.
16247
16248 * isearch.el (isearch-edit-string): Erase the Search prompt
16249 if user enters an empty string and there is no default.
16250
16251 * comint.el (comint-file-name-prefix): Add autoload.
16252
16253 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16254
16255 * subr.el (play-sound): Rearrange to avoid warning.
16256
16257 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16258
16259 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16260 New hook.
16261 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16262
16263 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16264
16265 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16266
16267 * custom.el (custom-theme-set-variables): Sort minor modes last.
16268
16269 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16270
16271 * subr.el (version-separator, version-regexp-alist): New vars used by
16272 version comparison funs.
16273 (integer-list-<, integer-list-=, integer-list-<=)
16274 (integer-list-not-zero): New funs for integer list comparison.
16275 (version-to-list, version=, version<, version<=): New funs for version
16276 comparison.
16277
16278 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16279
16280 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16281 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16282 time to silence the byte-compiler.
16283
16284 * ibuffer.el (ibuffer-compile-make-eliding-form)
16285 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16286 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16287 so it's silly to get warnings for it).
16288 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16289 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16290 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16291 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16292 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16293 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16294 Defvar at compile time.
16295 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16296 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16297 Declare them before use.
16298
16299 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16300 (info-xref-good, info-xref-bad): Defvar at compile time.
16301
16302 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16303 Use `let*' instead of `let'.
16304
16305 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16306 (*mouse-y*, menu, char): Defvar at compile time.
16307 (sc::menu): Declare it before use.
16308 (sc::pack-one-line): Use `let', not `let*'.
16309
16310 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16311 (mail-send-hook): Defvar at compile time.
16312
16313 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16314 Defvar at compile time.
16315
16316 * term/sun-mouse.el (current-global-mousemap)
16317 (current-local-mousemap): Declare them before use.
16318
16319 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16320
16321 * bookmark.el (bookmark-after-jump-hook): New hook.
16322 (bookmark-jump): Run `bookmark-after-jump-hook'.
16323
16324 2005-08-23 Juri Linkov <juri@jurta.org>
16325
16326 * faces.el (minibuffer-prompt): Doc fix.
16327
16328 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16329
16330 * progmodes/xscheme.el: Trivial changes to silence warnings.
16331 (xscheme-previous-mode, xscheme-previous-process-state):
16332 Add defvars.
16333 (xscheme-last-input-end, xscheme-process-command-line)
16334 (xscheme-process-name, xscheme-buffer-name)
16335 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16336 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16337 (xscheme-control-g-synchronization-p)
16338 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16339 (default-xscheme-runlight, xscheme-runlight)
16340 (xscheme-runlight-string, xscheme-process-filter-state)
16341 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16342 Move to beginning of file.
16343 (scheme-interaction-mode-commands-alist)
16344 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16345 Declare them before use. Note: the initialization code for the
16346 variables has not been moved because it uses functions that reference
16347 the variables.
16348 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16349 (xscheme-prompt-for-expression-map): Declare them before use.
16350 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16351
16352 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16353
16354 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16355
16356 2005-08-22 Juri Linkov <juri@jurta.org>
16357
16358 * faces.el (set-face-underline): Delete this duplicate function
16359 and make an obsolete alias to set-face-underline-p.
16360 (set-face-underline-p): Use docstring of set-face-underline.
16361 (describe-face): Create hyperlink to parent face.
16362
16363 * info.el (Info-insert-dir): Use save-excursion around
16364 insert-buffer-substring.
16365 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16366 (Info-escape-percent): Delete function.
16367 (Info-fontify-node): Replace Info-escape-percent by
16368 replace-regexp-in-string with REP arg set to lambda that
16369 duplicates `%' and preserves text properties.
16370
16371 * progmodes/compile.el (compilation-disable-input): Doc fix.
16372 (define-compilation-mode): Doc fix and refill.
16373 (kill-compilation): Use `mode-name' in the error message.
16374 (compilation-find-file): Use `compilation-error' in the
16375 read-file-name's prompt.
16376
16377 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16378
16379 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16380 (smerge-auto-leave): Make undo re-enable the mode.
16381 (debug-ignored-errors): Add the user-error of impossible resolution.
16382 (smerge-resolve): Move things around a bit, in preparation for later.
16383 (smerge-diff): Don't fail if the buffer has no associated file.
16384 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16385 (smerge-conflict-overlay): New function.
16386 (smerge-match-conflict): Don't add text properties here.
16387 (smerge-find-conflict): Instead, add an overlay here.
16388 Also check for the case where we're inside a conflict already, so as to
16389 obviate the need for font-lock-multiline, which is unbearably slow with
16390 large conflicts and ciomplex font-lock patterns.
16391 (smerge-remove-props): Remove overlay rather than text-properties.
16392 (smerge-mode): Don't set font-lock-multiline.
16393 Remove overlays when turned off.
16394
16395 2005-08-21 Kim F. Storm <storm@cua.dk>
16396
16397 * ido.el (ido-ignore-item-p): Use save-match-data.
16398 Bind case-fold-search to ido-case-fold locally.
16399
16400 2005-08-20 Richard M. Stallman <rms@gnu.org>
16401
16402 * files.el (normal-mode): If font lock is on, turn it off and on.
16403
16404 * subr.el (replace-regexp-in-string): Doc fix.
16405
16406 * startup.el (command-line-1): Don't suppress startup screen
16407 due to existing processes.
16408
16409 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16410
16411 * progmodes/compile.el (compilation-disable-input): Default to nil.
16412
16413 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16414
16415 * progmodes/compile.el (compilation-disable-input): New defcustom.
16416 (compilation-start): If compilation-disable-input is non-nil, send
16417 EOF to the compilation process.
16418
16419 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16420
16421 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16422 Run the argument of tex-shell-cd-command through
16423 convert-standard-filename, to get the correct style of slashes on
16424 Windows, and enclose the result in quotes, in case the file name
16425 includes whitespace or other special characters.
16426
16427 2005-08-19 Andreas Schwab <schwab@suse.de>
16428
16429 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16430 process.
16431
16432 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16433
16434 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16435
16436 2005-08-18 Kim F. Storm <storm@cua.dk>
16437
16438 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16439
16440 2005-08-18 Richard M. Stallman <rms@gnu.org>
16441
16442 * scroll-lock.el: New file.
16443
16444 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16445
16446 * dired.el (dired-move-to-end-of-filename):
16447 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16448
16449 2005-08-18 Kim F. Storm <storm@cua.dk>
16450
16451 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16452 rather than toggle mode when custom value is nil.
16453 (ido-everywhere): Fix defun doc string.
16454
16455 2005-08-17 Richard M. Stallman <rms@gnu.org>
16456
16457 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16458 as tag instead of "Inviolable".
16459
16460 2005-08-17 Kim F. Storm <storm@cua.dk>
16461
16462 * windmove.el (windmove-coordinates-of-position): Remove.
16463 (windmove-coordinates-of-window-position): Remove.
16464 (windmove-reference-loc): Use posn-at-point instead.
16465
16466 * subr.el (insert-for-yank-1): Doc fix.
16467
16468 * ido.el (ido-enter-matching-directory): Rename from
16469 ido-enter-single-matching-directory. Change `slash' choice to
16470 `only'. Add `first' choice.
16471 (ido-exhibit): Adapt to above changes.
16472
16473 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16474
16475 * Makefile.in: Expand comment about building loaddefs.el.
16476
16477 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16478
16479 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16480 Comment use of defadvice.
16481
16482 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16483
16484 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16485
16486 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16487 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16488 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16489 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16490 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16491 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16492 for backward compatibility for faces that did not appear in the
16493 previous Emacs release.
16494
16495 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16496
16497 2005-08-15 Kim F. Storm <storm@cua.dk>
16498
16499 * emulation/cua-base.el (cua-delete-region): Return t if
16500 deleted region was non-empty.
16501 (cua-replace-region): Inhibit overwrite-mode for
16502 self-insert-command if replaced region was non-empty.
16503 (cua--explicit-region-start, cua--status-string): Make them
16504 buffer-local at top-level...
16505 (cua-mode): ...rather than when mode is enabled.
16506
16507 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16508
16509 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16510 Set t for Emacs 21, 22, and so on.
16511
16512 2005-08-15 David Ponce <david@dponce.com>
16513
16514 * tree-widget.el: Update Commentary header.
16515 (tree-widget-theme): Doc fix.
16516 (tree-widget-space-width): New option.
16517 (tree-widget-image-properties): Look up in the default theme too.
16518 (tree-widget--cursors): Only for images with arrow pointer shape.
16519 (tree-widget-lookup-image): Pointer shape is hand by default.
16520 (tree-widget-icon): Rename generic icon widget from
16521 `tree-widget-control'.
16522 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16523 derive from `tree-widget-icon'.
16524 (tree-widget-handle): Improve default look and feel of the text
16525 representation.
16526 (tree-widget): Rename :*-control properties to :*-icon properties.
16527 Add :action and :help-echo properties.
16528 (tree-widget-after-toggle-functions): Move.
16529 (tree-widget-close-node, tree-widget-open-node): Remove.
16530 (tree-widget-before-create-icon-functions): New hook.
16531 (tree-widget-value-create): Update to allow customization of icons
16532 and nodes at run-time via that new hook.
16533 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16534 (tree-widget-icon-action, tree-widget-icon-help-echo)
16535 (tree-widget-action, tree-widget-help-echo): New functions.
16536
16537 2005-08-15 Kim F. Storm <storm@cua.dk>
16538
16539 * ido.el (ido-buffer-internal): Use with-no-warnings.
16540 (ido-make-merged-file-list): Use while-no-input.
16541
16542 2005-08-15 Richard M. Stallman <rms@gnu.org>
16543
16544 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16545 (flyspell-large-region): Fix doc and custom type.
16546
16547 2005-08-14 Richard M. Stallman <rms@gnu.org>
16548
16549 * files.el (interpreter-mode-alist): Doc fix.
16550
16551 * mail/rmail.el (rmail-nonignored-headers): New variable.
16552 (rmail-clear-headers): Use it.
16553 (rmail-reply): Better handling of mail-followup-to header.
16554
16555 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16556 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16557 don't try to refer to executable-font-lock-keywords.
16558 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16559 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16560 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16561 (sh-mode): Set comment-start-skip, local-abbrev-table,
16562 imenu-case-fold-search.
16563 (sh-set-shell): Don't set them here.
16564 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16565 Don't cache the results in the original alist; don't ever modify
16566 that alist.
16567
16568 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16569
16570 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16571 empty.
16572
16573 2005-08-15 Andreas Schwab <schwab@suse.de>
16574
16575 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16576
16577 * dired.el, info.el, mail/rmail.el: Revert last change.
16578
16579 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16580
16581 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16582 modification in `eval-after-load' form.
16583 * info.el: Likewise.
16584 * mail/rmail.el: Likewise.
16585
16586 2005-08-14 Juri Linkov <juri@jurta.org>
16587
16588 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16589 Remove highlighting of "Compilation started". Highlight only
16590 the word "finished" in "Compilation finished". Add highlighting
16591 of "interrupt", "killed", "terminated" and the exit code.
16592 (compilation-start): Add newline after header. Use exactly the
16593 same time stamp format as the finishing message.
16594 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16595
16596 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16597 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16598 Add highlighting of "interrupt", "killed", "terminated".
16599
16600 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16601 enabled and the current command is self-insert-command, call it
16602 explicitly with overwrite-mode bound to nil, to not allow it
16603 to delete the character after the selected region.
16604
16605 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16606
16607 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16608 move-end-of-line, end-of-line, and beginning-of-line to the list
16609 of commands after which the echo area is updated.
16610
16611 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16612
16613 * cus-edit.el (custom-save-all, custom-save-delete):
16614 Bind recentf-exclude to exclude custom-file.
16615
16616 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16617
16618 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16619 to go to the bottom of the mail message. Added to
16620 `rmail-summary-mode-map' with key "/".
16621 (rmail-summary-show-message): New (internal) function for use by
16622 both `rmail-summary-beginning/end-of-message'.
16623 (rmail-summary-beginning-of-message): Change to use
16624 rmail-summary-show-message.
16625
16626 * mail/rmail.el (rmail-end-of-message): New command to go to the
16627 end of the current message. Added to `rmail-mode-map' with key "/".
16628 (rmail-beginning-of-message): Fix to work as documented.
16629 (rmail-mode): Change documentation.
16630
16631 * progmodes/compile.el (compilation-start): Add the line
16632 "Compilation started" with compilation start time.
16633 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16634
16635 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16636
16637 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16638 of menu items.
16639
16640 2005-08-11 Richard M. Stallman <rms@gnu.org>
16641
16642 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16643
16644 * battery.el (battery-status-function): Don't use ignore-errors.
16645
16646 2005-08-11 Lute Kamstra <lute@gnu.org>
16647
16648 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16649 define-obsolete-variable-alias.
16650
16651 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16652
16653 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16654 (ange-ftp-send-cmd): Revert last change, and expand
16655 the comment explaining the problem.
16656
16657 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16658
16659 * ldefs-boot.el: Update.
16660
16661 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16662 item to "Time, Load and Mail". Change help echo text.
16663
16664 * time.el (display-time-use-mail-icon, display-time-format)
16665 (display-time-string-forms): Shorten first line of docstrings.
16666
16667 2005-08-10 Lars Hansen <larsh@soem.dk>
16668
16669 * desktop.el (desktop-buffer-mode-handlers):
16670 Make non-customizable. Add autoload cookie. Change initial value to
16671 nil; add elements in respective modules instead. Fix doc string.
16672 (desktop-load-file): New function.
16673 (desktop-minor-mode-handlers): New autoloaded variable.
16674 (desktop-create-buffer): Call minor mode handlers.
16675 Use desktop-load-file to load major and minor mode modules prior to
16676 checking for a handler.
16677 (desktop-save): Don't add nil to desktop-minor-modes for minor
16678 modes with nil function in desktop-minor-mode-table. Don't delete
16679 desktop file before rewriting it.
16680 (desktop-locals-to-save): Add autoload cookie. Don't make
16681 automatically buffer-local. Add variables column-number-mode,
16682 size-indication-mode, indent-tabs-mode,
16683 indicate-buffer-boundaries, indicate-empty-lines and
16684 show-trailing-whitespace.
16685 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16686 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16687 (desktop-clear-preserve-buffers-regexp): Delete.
16688 (desktop-clear-preserve-buffers): Update initial value and docstring.
16689 (desktop-save-buffer): Fix doc string.
16690
16691 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16692 (hilit-chg-desktop-restore): New function.
16693 (highlight-changes-mode): Add highlight-changes-mode to
16694 desktop-locals-to-save.
16695
16696 * dired.el: Add handler to desktop-buffer-mode-handlers.
16697 (dired-restore-desktop-buffer): Remove autoload cookie.
16698 (dired-mode): Add autoload cookie.
16699
16700 * info.el: Add handler to desktop-buffer-mode-handlers.
16701 (Info-restore-desktop-buffer): Remove autoload cookie.
16702 (Info-mode): Add autoload cookie.
16703
16704 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16705 (mh-restore-desktop-buffer): Remove autoload cookie.
16706 (mh-folder-mode): Add autoload cookie.
16707
16708 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16709 (rmail-restore-desktop-buffer): Remove autoload cookie.
16710
16711 2005-08-11 Masatake YAMATO <jet@gyve.org>
16712
16713 * hexl.el (hexl-address-region):
16714 (hexl-ascii-region, hexl-font-lock-keywords):
16715 (hexl-highlight-line-range): Use the term "region"
16716 instead of "area" for consistency with the other symbols
16717 defined in hexl.el.
16718
16719 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16720
16721 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16722 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16723 out by Juri Linkov). Add `display-battery-mode'.
16724
16725 2005-08-09 Juri Linkov <juri@jurta.org>
16726
16727 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16728 Remove `-text' from face variable names.
16729 (compilation-error-file-name, compilation-warning-file-name)
16730 (compilation-info-file-name): Delete faces.
16731 (compilation-line-number, compilation-column-number):
16732 Remove face underlining.
16733 (compilation-message-face): Set to `underline' value by default.
16734 (compilation-error-face, compilation-warning-face)
16735 (compilation-info-face): Remove `-file-name' from face names.
16736 (compilation-error-text-face, compilation-warning-text-face)
16737 (compilation-info-text-face): Delete face variables.
16738 (compilation-text-face): Delete function.
16739
16740 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16741 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16742 (grep-error-face): Set to `compilation-error' instead of
16743 `compilation-error-face' (which is redefined to `grep-hit-face' in
16744 grep buffers).
16745 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16746 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16747
16748 * dired-aux.el (dired-do-query-replace-regexp):
16749 Use `query-replace-read-args'.
16750
16751 * replace.el (query-replace-read-from, query-replace-read-to)
16752 (query-replace-read-args): Rename arg `string' to `prompt'.
16753
16754 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16755
16756 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16757
16758 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16759 uploading files.
16760 (ange-ftp-canonize-filename): Handle file names beginning with ~
16761 correctly.
16762
16763 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16764
16765 * textmodes/fill.el (canonically-space-region)
16766 (fill-context-prefix, fill-french-nobreak-p)
16767 (fill-delete-newlines, fill-comment-paragraph)
16768 (justify-current-line): "?\ " -> "?\s".
16769
16770 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16771
16772 * textmodes/fill.el (fill-nonuniform-paragraphs):
16773 Improve argument/docstring consistency.
16774
16775 2005-08-09 Richard M. Stallman <rms@gnu.org>
16776
16777 * textmodes/ispell.el (ispell-word): More fboundp checks.
16778
16779 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16780 (find-file-noselect-1): Call it here, only if RAWFILE.
16781 (normal-mode): Always set some major mode.
16782 (save-some-buffers-action-alist): Change some explanation strings.
16783 (file-name-non-special): In the `quote' method, use unwind-protect.
16784
16785 2005-08-09 Magnus Henoch <mange@freemail.hu>
16786
16787 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16788 (ispell-have-aspell-dictionaries): New variable.
16789 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16790 (ispell-get-aspell-config-value): New function.
16791 (ispell-aspell-find-dictionary): New function.
16792 (ispell-aspell-add-aliases): New function.
16793 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16794 appropriate. Don't look for ispell dictionaries if we use aspell.
16795 (ispell-menu-map): Don't build a submenu of dictionaries.
16796
16797 2005-08-09 Richard M. Stallman <rms@gnu.org>
16798
16799 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16800 (sql-read-passwd): Use read-passwd.
16801
16802 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16803 (idlwave-toolbar-is-possible): Add defvars.
16804
16805 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16806 Avoid warnings.
16807
16808 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16809 (idlwave-system-class-info, idlwave-executive-commands-alist):
16810 Use defvar.
16811
16812 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16813
16814 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16815 Avoid warnings.
16816
16817 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16818 and content-type: headers.
16819
16820 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16821
16822 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16823 and rename some of them to be more self-explanatory.
16824
16825 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16826
16827 * startup.el (command-line-1): Implement -scriptload.
16828
16829 * replace.el (occur-engine): Initial *Occur* output not undoable.
16830
16831 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16832 and improve help strings.
16833
16834 * isearch.el (isearch-repeat): When changing direction,
16835 mark search successful.
16836
16837 * ediff-init.el: Use (featurep 'xemacs).
16838
16839 * comint.el (send-invisible): Identify buffer, if not selected.
16840
16841 * align.el: Delete autoload for c-guess-basic-syntax.
16842
16843 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16844
16845 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16846 Improve argument/docstring consistency. Doc fixes.
16847 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16848 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16849 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16850 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16851 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16852 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16853 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16854 Defvar at compile time.
16855
16856 2005-08-09 Juri Linkov <juri@jurta.org>
16857
16858 * info.el: Replace `info' with upper-case `Info' where appropriate.
16859 (info-title-1, info-title-2, info-title-3, info-title-4)
16860 (info-menu-header): Move up face definitions.
16861 (info-menu-star): Rename from `info-menu-5'.
16862 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16863 (Info-fontify-visited-nodes): Fix docstring.
16864 (Info-hide-note-references): Fix docstring.
16865 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16866 menu items in the same way as on cross-references.
16867 (info-apropos): Fix sorting order and formatting to be like in the
16868 stand-alone Info browser. Display error messages for 1 sec.
16869 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16870 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16871 from the menu bar.
16872 (Info-insert-dir): Restore point after calling
16873 `insert-buffer-substring'.
16874
16875 2005-08-08 Richard M. Stallman <rms@gnu.org>
16876
16877 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16878 (recompute-lucid-menubar): Add defvars.
16879
16880 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16881
16882 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16883
16884 * net/net-utils.el (run-dig): Rename from `dig'.
16885
16886 * play/gametree.el (gametree-mode): Use make-local-variable,
16887 not make-variable-buffer-local.
16888
16889 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16890
16891 * ansi-color.el (ansi-color-make-extent)
16892 (ansi-color-set-extent-face): Use fboundp, not functionp.
16893
16894 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16895 not make-variable-buffer-local.
16896
16897 * bookmark.el (Info-current-file): Add defvar.
16898 (bookmark-jump-noselect): Use with-no-warnings.
16899
16900 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16901
16902 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16903
16904 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16905
16906 * find-file.el (ada-procedure-start-regexp)
16907 (ada-package-start-regexp): Add defvars.
16908
16909 * info.el (Info-insert-dir): Use insert-buffer-substring.
16910
16911 * xml.el (xml-att-def-re): Add defvar.
16912
16913 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16914 calling convention.
16915
16916 * subr.el (while-no-input): Return t if there is input.
16917
16918 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16919
16920 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16921
16922 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16923
16924 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16925 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16926
16927 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16928
16929 * cmuscheme.el (scheme-start-file): Replace reference to
16930 `user-emacs-directory' by "~/.emacs.d/".
16931
16932 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16933
16934 * info.el (Info-dir-remove-duplicates): Avoid case folding
16935 in loop; instead, keep downcased strings for comparison.
16936 Suggested by Helmut Eller.
16937
16938 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16939
16940 Sync with Tramp 2.0.50.
16941
16942 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16943 XEmacs case; not necessary anymore.
16944 (tramp-user-regexp): Allow "@" as part of user name.
16945 (tramp-handle-set-visited-file-modtime)
16946 (tramp-handle-insert-file-contents)
16947 (tramp-handle-write-region): No special handling for
16948 `last-coding-system-used, because this is done in
16949 `tramp-accept-process-output' now.
16950 (tramp-accept-process-output): New defun.
16951 (tramp-process-one-action, tramp-process-one-multi-action)
16952 (tramp-wait-for-regexp, tramp-wait-for-output)
16953 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16954 Howells <dhowells@redhat.com>.
16955 (clear-visited-file-modtime): Defadvice removed. The check for
16956 unset buffer's modtime does not need to be based on
16957 `tramp-buffer-file-attributes'. Suggested by RMS.
16958 (tramp-message): Insert "\n" if not being at beginning of line.
16959 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16960 sequence with same logic.
16961 (tramp-completion-handle-expand-file-name): Discard call of
16962 `tramp-drop-volume-letter'. It is not necessary, and there have
16963 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16964 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16965 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16966 should always be visible.
16967 (tramp-handle-insert-directory, tramp-setup-complete)
16968 (tramp-set-process-query-on-exit-flag)
16969 (tramp-append-tramp-buffers): Pacify byte-compiler.
16970 (tramp-bug): Delete non-existing variables from list.
16971 Apply `tramp-load-report-modules' as pre-hook.
16972 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16973 `shell-prompt-pattern' because of non-7bit characters.
16974 Reported by Sebastian Luque <sluque@mun.ca>.
16975 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16976 (tramp-match-string-list): Remove function.
16977 (tramp-wait-for-regexp): Remove call of that function.
16978 Suggested by Kim F. Storm <storm@cua.dk>.
16979 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16980 instead of octal character code ?\600. The latter resulted in a
16981 syntax error with XEmacs.
16982
16983 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16984 XEmacs case; not necessary anymore.
16985 (tramp-smb-handle-write-region): No special handling for
16986 `last-coding-system-used, because this is done in
16987 `tramp-accept-process-output' now.
16988 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16989
16990 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16991
16992 * wid-edit.el (widget-choice-value-create):
16993 Unconditionally respect user choice. Set :explicit-choice back to nil
16994 when no longer needed.
16995 (widget-choice-action): Unconditionally respect user choice.
16996 Eliminate :explicit-choice-value.
16997
16998 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16999
17000 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17001 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17002 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17003 running new function `toggle-indicate-empty-lines'.
17004 Rename "Customize" item to "Customize fringe".
17005 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17006 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17007 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17008 Delete "Empty lines only" item.
17009 (menu-bar-showhide-fringe-ind-customize): New function.
17010 (menu-bar-showhide-fringe-ind-mixed)
17011 (menu-bar-showhide-fringe-ind-box)
17012 (menu-bar-showhide-fringe-ind-right)
17013 (menu-bar-showhide-fringe-ind-left)
17014 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17015 instead of `fringe-indicators'.
17016
17017 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17018
17019 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17020 Change the date of last update.
17021
17022 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17023
17024 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17025 (viper-exec-yank, viper-put-back): Don't display modification msg
17026 if in the minibuffer.
17027
17028 * viper-init.el (viper-replace-overlay-cursor-color)
17029 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17030 Make variables frame local.
17031
17032 * viper-util.el (viper-append-filter-alist): Use append instead of
17033 nconc.
17034
17035 * viper.el (viper-vi-state-mode-list)
17036 (viper-emacs-state-mode-list): Move help-mode and
17037 completion-list-mode from the first list to the second.
17038 (viper-mode): Docstring.
17039 (viper-go-away, viper-non-hook-settings): Don't localize
17040 minor-mode-alist in newer Emacsen. Add advice to
17041 set-cursor-color. Don't bind "\C-c\\".
17042
17043 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17044
17045 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17046 (scheme-macro-expand-command): New user options.
17047 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17048 (scheme-form-at-point, scheme-start-file)
17049 (scheme-interactively-start-process): New functions.
17050 (scheme-get-process): New function, extracted from `scheme-proc'.
17051 (run-scheme): Call `scheme-start-file' to get start file, and pass
17052 it to `make-comint'.
17053 (switch-to-scheme, scheme-proc):
17054 Call `scheme-interactively-start-process' if no Scheme buffer/process
17055 is available.
17056
17057 2005-08-06 Juri Linkov <juri@jurta.org>
17058
17059 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17060 Use `compilation-text-face', `compilation-info-text-face' and
17061 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17062 (compilation-error): New face.
17063 (compilation-error-file-name): Inherit from
17064 `compilation-error' instead of `font-lock-warning-face'.
17065 (compilation-warning-file-name): Inherit from
17066 `compilation-warning' instead of `font-lock-warning-face'.
17067 (compilation-info, compilation-error-file-name)
17068 (compilation-warning-file-name, compilation-info-file-name)
17069 (compilation-line-number, compilation-column-number): Doc fix.
17070 (compilation-error-text-face, compilation-warning-text-face)
17071 (compilation-info-text-face): New face variables.
17072 (compilation-line-face, compilation-column-face)
17073 (compilation-enter-directory-face)
17074 (compilation-leave-directory-face): Doc fix.
17075 (compilation-text-face): New function.
17076
17077 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17078 instead of 1 to display binary file names as info file links.
17079 (grep-error-face): Use `compilation-error-face' instead of
17080 `font-lock-keyword-face'.
17081 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17082 and `compilation-warning-text-face' instead of
17083 `font-lock-keyword-face'. Use `compilation-error-text-face'
17084 instead of `grep-error-face'.
17085
17086 2005-08-05 Kenichi Handa <handa@m17n.org>
17087
17088 * international/code-pages.el: Add autoload cookies for all coding
17089 systems.
17090
17091 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17092
17093 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17094
17095 2005-08-04 Juri Linkov <juri@jurta.org>
17096
17097 * progmodes/compile.el (compilation-mode-map):
17098 * progmodes/grep.el (grep-mode-map):
17099 Bind TAB to `compilation-next-error' and [backtab] to
17100 `compilation-previous-error'.
17101
17102 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17103 matching line numbers, column numbers and their ranges with regexp
17104 matching only line numbers.
17105 (grep-context-face): New face variable.
17106 (grep-mode-font-lock-keywords): Use it.
17107
17108 * faces.el (read-face-name): Delete duplicate faces.
17109
17110 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17111
17112 * thumbs.el (thumbs-find-image): Don't make variables
17113 automatically buffer local.
17114 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17115 (thumbs-image-num): Make automatically buffer local.
17116 (thumbs-show-thumbs-list): Use `make-local-variable', not
17117 `make-variable-buffer-local'.
17118 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17119
17120 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17121 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17122 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17123 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17124 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17125 (feelings-about, foullst, found, hello, history, howareyoulst)
17126 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17127 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17128 (neglst, obj, object, owner, please, problems, qlist)
17129 (random-adjective, relation, remlst, repetitive-shortness)
17130 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17131 (shortlst, something, sportslst, stallmanlst, states, subj)
17132 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17133 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17134 Defvar at compile time.
17135
17136 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17137 not `make-variable-buffer-local'.
17138
17139 2005-08-02 Kim F. Storm <storm@cua.dk>
17140
17141 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17142 rectangle overlay in selected window.
17143
17144 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17145
17146 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17147 instead of display group. Make `indicate-buffer-boundaries'
17148 customizable through Custom.
17149
17150 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17151
17152 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17153 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17154 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17155 (gdb-put-string): Fix typos in docstrings.
17156
17157 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17158
17159 Update copyright notices of files in progmodes directory for
17160 release of Emacs 22.1.
17161
17162 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17163
17164 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17165 Don't barf if the GUD buffer has been killed.
17166
17167 2005-08-01 Kim F. Storm <storm@cua.dk>
17168
17169 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17170
17171 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17172
17173 * simple.el (next-error-follow-minor-mode):
17174 make-variable-buffer-local -> make-local-variable.
17175
17176 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17177
17178 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17179 (byte-compile-form-make-variable-buffer-local): New functions to warn
17180 about misuses of make-variable-buffer-local where make-local-variable
17181 was meant.
17182
17183 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17184
17185 * bs.el (bs-attributes-list): Doc fix.
17186 (bs): Update url-link.
17187
17188 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17189 (desktop-load-default): Simplify.
17190
17191 * ibuffer.el (ibuffer-columnize-and-insert-list)
17192 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17193 (ibuffer-unmark-all, ibuffer-toggle-marks)
17194 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17195 (ibuffer-compile-make-format-form, ibuffer-format-column)
17196 (ibuffer-current-buffers-with-marks)
17197 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17198 (ibuffer): Doc fix.
17199 (ibuffer-mode): Fix typo in docstring.
17200 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17201 with `define-obsolete-variable-alias'.
17202 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17203
17204 2005-07-29 Kenichi Handa <handa@m17n.org>
17205
17206 * international/mule-cmds.el (select-message-coding-system):
17207 Be sure to use LF for end-of-line. If no coding system is decided,
17208 return iso-8859-1-unix.
17209
17210 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17213 (ange-ftp-pending-error-line): New vars.
17214 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17215 to handle the non-fatal no-route-to-host messages.
17216 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17217
17218 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17219
17220 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17221 (isearch-quote-char, isearch-printing-char)
17222 (isearch-text-char-description): "?\ " -> "?\s".
17223 (isearch-lazy-highlight-cleanup)
17224 (isearch-lazy-highlight-initial-delay)
17225 (isearch-lazy-highlight-interval)
17226 (isearch-lazy-highlight-max-at-a-time)
17227 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17228 Declare with define-obsolete-*-alias macros.
17229 (isearch-forward): Fix typo in docstring.
17230 (search-invisible, search-ring-yank-pointer)
17231 (regexp-search-ring-yank-pointer): Doc fixes.
17232
17233 * recentf.el (recentf-menu-append-commands-p): Declare with
17234 `define-obsolete-variable-alias'.
17235 (recentf-max-saved-items, recentf-menu-filter)
17236 (recentf-arrange-by-rule-subfilter): Doc fixes.
17237 (recentf-menu-append-commands-flag)
17238 (recentf-initialize-file-name-history, recentf-expand-file-name)
17239 (recentf-clear-data): Fix typos in docstrings.
17240
17241 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17242
17243 * progmodes/gdb-ui.el: Smarten comments.
17244 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17245
17246 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17247
17248 * term/apollo.el (terminal-init-apollo): New function containing
17249 all former top level forms in the file.
17250 * term/bobcat.el (terminal-init-bobcat):
17251 * term/cygwin.el (terminal-init-cygwin):
17252 * term/iris-ansi.el (terminal-init-iris-ansi):
17253 * term/linux.el (terminal-init-linux):
17254 * term/news.el (terminal-init-news):
17255 * term/rxvt.el (terminal-init-rxvt):
17256 * term/sun.el (terminal-init-sun):
17257 * term/tvi970.el (terminal-init-tvi970):
17258 * term/vt100.el (terminal-init-vt100):
17259 * term/vt102.el (terminal-init-vt102):
17260 * term/vt125.el (terminal-init-vt125):
17261 * term/vt200.el (terminal-init-vt200):
17262 * term/vt201.el (terminal-init-vt201):
17263 * term/vt220.el (terminal-init-vt220):
17264 * term/vt240.el (terminal-init-vt240):
17265 * term/vt300.el (terminal-init-vt300):
17266 * term/vt320.el (terminal-init-vt320):
17267 * term/vt400.el (terminal-init-vt400):
17268 * term/vt420.el (terminal-init-vt420):
17269 * term/wyse50.el (terminal-init-wyse50):
17270 * term/xterm.el (terminal-init-xterm): Likewise.
17271
17272 * term/README: Describe the terminal-init-* functionality.
17273
17274 * startup.el (command-line): After loading the terminal initialization
17275 file call the corresponding terminal initialization function.
17276
17277 2005-07-27 Kenichi Handa <handa@m17n.org>
17278
17279 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17280 negative.
17281
17282 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17283 (ps-mule-composition-prologue): Fix for the case that
17284 RelativeCompose is false.
17285
17286 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17289
17290 * descr-text.el (describe-char): Handle the case where the list of
17291 chars is displayed in a separate frame.
17292 Be a bit more discriminating when looking for the char.
17293
17294 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17295
17296 * bookmark.el (bookmark-automatically-show-annotations)
17297 (bookmark-read-annotation-text-func): Doc fixes.
17298 (bookmark-save): Improve argument/docstring consistency.
17299 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17300 (bookmark-alist-from-buffer)
17301 (bookmark-upgrade-file-format-from-0)
17302 (bookmark-grok-file-format-version)
17303 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17304 (bookmark-read-annotation-mode)
17305 (bookmark-insert-current-bookmark, bookmark-jump)
17306 (bookmark-exit-hook): Fix typos in docstrings.
17307 (bookmark-exit-hooks): Define as obsolete alias.
17308 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17309 not `bookmark-exit-hooks'. Fix docstring.
17310 (bookmark-bmenu-select): "?\ " -> "?\s".
17311
17312 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17313
17314 * startup.el (command-line): Fix typo.
17315
17316 2005-07-24 Richard M. Stallman <rms@gnu.org>
17317
17318 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17319 not emacs-quick-startup.
17320
17321 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17322
17323 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17324 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17325 instead of `reb-with-current-window'.
17326 (reb-prev-match): Likewise. Also, don't move left if the search
17327 was unsuccessful.
17328 (reb-initialize-buffer): New function.
17329 (re-builder, reb-change-syntax): Use it.
17330
17331 * man.el (Man-goto-page): Make second argument NOERROR optional.
17332
17333 2005-07-23 Richard M. Stallman <rms@gnu.org>
17334
17335 * man.el (Man-bgproc-sentinel): Check here for failure to find
17336 any man page in the output, and report the error here.
17337 (Man-arguments): Make it permanent local.
17338 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17339 (Man-mode): Pass t for NOERROR.
17340
17341 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17342 (grep-mode-font-lock-keywords):
17343 Don't use compilation-...-face for messages that are not file names.
17344
17345 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17346 Don't use compilation-...-face for messages that are not file names.
17347
17348 2005-07-22 Juri Linkov <juri@jurta.org>
17349
17350 * startup.el (normal-splash-screen): Update menu name.
17351
17352 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17353
17354 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17355
17356 * term/xterm.el: Load term/rxvt if the terminal is actually an
17357 rxvt terminal.
17358 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17359
17360 * term/rxvt.el (function-key-map): Use substitute-key-definition
17361 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17362
17363 * term/cygwin.el: New file.
17364
17365 2005-07-22 Kim F. Storm <storm@cua.dk>
17366
17367 * image-file.el (insert-image-file, image-file-yank-handler):
17368 Fix last change to maintain a (unique) yank-handler on yanked images.
17369
17370 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17371
17372 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17373 of the file size (as in "177B" for 177 bytes). This happens with
17374 "ls -lh" on FreeBSD.
17375
17376 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17377
17378 * hilit-chg.el (highlight-changes-global-initial-state)
17379 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17380 (hilit-chg-fixup, highlight-changes-mode):
17381 Fix typos in docstrings.
17382 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17383 Doc fixes.
17384
17385 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17386
17387 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17388 mode function using `eval-after-load'.
17389
17390 2005-07-21 Kim F. Storm <storm@cua.dk>
17391
17392 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17393 included when reporting an emacs crash, and tell about the DEBUG file.
17394
17395 * image-file.el (insert-image-file): Add yank-handler.
17396 (image-file-yank-handler): Yank handler to make unique copies of
17397 images when they are yanked into a buffer next to each other.
17398
17399 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17400
17401 * comint.el (comint-use-prompt-regexp, comint-send-input)
17402 (comint-source-default, comint-extract-string)
17403 (comint-get-source, comint-word, comint-completion)
17404 (comint-source, comint-prompt-read-only, comint-update-fence):
17405 Fix typos in docstrings.
17406 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17407 Declare with define-obsolete-*-alias macros.
17408 (comint-previous-matching-input-from-input)
17409 (comint-next-matching-input-from-input)
17410 (comint-previous-matching-input, comint-next-matching-input)
17411 (comint-forward-matching-input):
17412 Improve argument/docstring consistency.
17413
17414 * desktop.el (desktop-clear-preserve-buffers-regexp):
17415 Also preserve the *server* buffer.
17416
17417 * simple.el (clone-indirect-buffer): Doc fix.
17418 (fixup-whitespace, just-one-space)
17419 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17420 (next-error, next-error-highlight)
17421 (next-error-highlight-no-select, next-error-last-buffer)
17422 (next-error-buffer-p, next-error-find-buffer, next-error)
17423 (previous-error, next-error-no-select, previous-error-no-select)
17424 (open-line, split-line, minibuffer-prompt-width, kill-new)
17425 (binary-overwrite-mode): Fix typos in docstrings.
17426 (set-fill-column): Fix typo in message.
17427
17428 * skeleton.el (skeleton-proxy-new): Doc fix.
17429
17430 * strokes.el (strokes-load-hook): Doc fix.
17431 (strokes-grid-resolution, strokes-get-grid-position)
17432 (strokes-renormalize-to-grid, strokes-read-stroke)
17433 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17434 (strokes-global-map): Fix typos in docstrings.
17435 (strokes-help): Doc fix. Fix help message and pass it through
17436 `substitute-command-keys'.
17437
17438 * tempo.el (tempo-insert-prompt, tempo-interactive)
17439 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17440 (tempo-insert-string-functions, tempo-local-tags)
17441 (tempo-define-template, tempo-insert-template)
17442 (tempo-insert-prompt-compat, tempo-is-user-element)
17443 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17444 Fix typos in docstrings.
17445
17446 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17447 (vcursor-key-bindings, vcursor-use-vcursor-map)
17448 (vcursor-find-window, vcursor-scroll-down)
17449 (vcursor-disable, vcursor-beginning-of-buffer)
17450 (vcursor-end-of-buffer): Fix typos in docstrings.
17451 (vcursor-relative-move, vcursor-get-char-count):
17452 Improve argument/docstring consistency.
17453
17454 * version.el: "?\ " -> "?\s".
17455
17456 * wid-edit.el (widget-default-create, widget-after-change)
17457 (widget-default-format-handler, widget-checklist-add-item)
17458 (widget-radio-add-item, widget-choose, widget-specify-secret)
17459 (widget-field-value-create, widget-field-value-get)
17460 (widget-editable-list-format-handler)
17461 (widget-editable-list-entry-create, widget-group-value-create)
17462 (widget-documentation-link-add)
17463 (widget-documentation-string-value-create): "?\ " -> "?\s".
17464 (widget-convert-text): Doc fix.
17465 (widget-narrow-to-field, widget-field-find)
17466 (widget-url-link-action, widget-emacs-library-link-action)
17467 (widget-color-notify): Fix typos in docstrings.
17468
17469 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17470 (x-select-text, set-w32-system-coding-system)
17471 (w32-add-charset-info): Fix typos in docstrings.
17472
17473 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17474 (cua-enable-cua-keys, cua-use-hyper-key)
17475 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17476 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17477
17478 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17479
17480 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17481 `defalias' instead of faking it.
17482
17483 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17484 (eshell-ls-missing, eshell-ls-dired-initial-args)
17485 (eshell-ls-use-in-dired): Fix typos in docstrings.
17486
17487 2005-07-20 Kim F. Storm <storm@cua.dk>
17488
17489 * emulation/cua-base.el (cua-mode): Improve doc string.
17490
17491 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17492
17493 * abbrev.el (expand-region-abbrevs): Doc fix.
17494 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17495 Improve argument/docstring consistency.
17496
17497 * arc-mode.el (archive-get-descr, archive-alternate-display):
17498 Doc fixes.
17499 (archive-l-e): Improve argument/docstring consistency.
17500 (archive-tmpdir, archive-unixdate, archive-unixtime)
17501 (archive-chmod-entry): Fix typos in docstrings.
17502 (archive-unflag, archive-unflag-backwards)
17503 (archive-unmark-all-files): "?\ " -> "?\s".
17504
17505 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17506 (Buffer-menu-not-modified, Buffer-menu-execute)
17507 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17508 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17509
17510 * composite.el (compose-string, encode-composition-rule)
17511 (compose-last-chars): Fix typos in docstrings.
17512
17513 * desktop.el (desktop-enable, desktop-basefilename):
17514 Declare with `define-obsolete-variable-alias'.
17515 (desktop-internal-v2s): Don't quote keywords.
17516 (desktop-clear): "?\ " -> "?\s".
17517
17518 * dired.el (dired-align-file, dired-flag-backup-files)
17519 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17520 (dired-listing-switches, dired-ls-F-marks-symlinks)
17521 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17522 (dired-directory, dired-faces, dired, dired-revert)
17523 (dired-mode, dired-summary, dired-view-file)
17524 (dired-copy-filename-as-kill, dired-delete-file)
17525 (dired-no-confirm, dired-unmark-all-marks)
17526 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17527 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17528 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17529 Fix typos in message strings.
17530
17531 * dired-x.el (virtual-dired): Declare with `defalias'.
17532 (dired-mark-unmarked-files, dired-local-variables-file)
17533 (dired-omit-here-always): Doc fix.
17534 (dired-omit-mode, dired-find-subdir)
17535 (dired-enable-local-variables, dired-clean-up-buffers-too)
17536 (dired-extra-startup, dired-mark-extension, dired-jump)
17537 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17538 (dired-smart-shell-command, dired-guess-shell-alist-user)
17539 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17540 (dired-x-bind-find-file, dired-x-submit-report):
17541 Fix typos in docstrings.
17542 (dired-mark-unmarked-files): "?\ " -> "?\s".
17543
17544 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17545
17546 * faces.el (describe-face): "?\ " -> "?\s".
17547 (read-all-face-attributes, read-face-font, modify-face)
17548 (face-attr-construct, italic): Fix typos in docstrings.
17549 (frame-update-face-colors): Declare with
17550 `define-obsolete-function-alias'.
17551
17552 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17553 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17554 (magic-mode-alist, buffer-file-numbers-unique)
17555 (write-file-functions, get-free-disk-space):
17556 Fix typos in docstrings.
17557 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17558 (write-contents-hooks, write-file-hooks):
17559 Declare with `define-obsolete-variable-alias'.
17560
17561 * forms-d2.el (arch-rj): Fix typo in docstrings.
17562 (arch-tocol): Likewise. "?\ " -> "?\s".
17563
17564 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17565 Fix typo in docstring.
17566 (set-screen-width, set-screen-height): Delete redundant info in
17567 doctrings.
17568 (new-frame, screen-height, screen-width): Declare with
17569 `define-obsolete-function-alias'.
17570 (delete-frame-hook, blink-cursor): Declare with
17571 `define-obsolete-variable-alias'.
17572
17573 * paths.el (prune-directory-list): Fix typos in docstring.
17574
17575 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17576 (cvs-prefix-get): Fix typos in docstrings.
17577
17578 * ps-print.el (ps-extend-face-list, ps-extend-face)
17579 (ps-print-background-image): Fix typos in docstrings.
17580 (ps-default-fg, ps-default-bg): Doc fixes.
17581
17582 * s-region.el (s-region-bind): Doc fix.
17583 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17584
17585 * textmodes/org.el (org-table-formula-substitute-names)
17586 (org-table-get-vertical-vector): Doc fixes.
17587 (org-table-recalculate): Remove unused argument to `message'.
17588
17589 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17590
17591 * textmodes/org.el (org-table-column-names)
17592 (org-table-column-name-regexp)
17593 (org-table-named-field-locations): New variables.
17594 (org-archive-subtree): Protect `this-command' when calling
17595 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17596 the kill buffer.
17597 (org-complete): Remove fixed-formula completion.
17598 (org-edit-formulas-map): New variable.
17599 (org-table-edit-formulas): New command.
17600 (org-finish-edit-formulas, org-abort-edit-formulas)
17601 (org-show-variable, org-table-get-vertical-vector): New functions.
17602 (org-table-maybe-eval-formula): Handle `:=' fields.
17603 (org-table-get-stored-formulas, org-table-store-formulas)
17604 (org-table-get-formula, org-table-modify-formulas)
17605 (org-table-replace-in-formulas): Handle named field formulas.
17606 (org-table-get-specials): Store locations of named fields.
17607
17608 2005-07-19 Juri Linkov <juri@jurta.org>
17609
17610 * progmodes/grep.el (grep-regexp-alist)
17611 (grep-mode-font-lock-keywords, grep-process-setup):
17612 Use default GNU grep match color "01;31m" instead of "01;41m".
17613 (grep-regexp-alist, grep-mode-font-lock-keywords):
17614 Use `\\[[0-9]*m' instead of `\\[00m'.
17615 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17616 sgr_start where its handling is more important. Use the real
17617 length of sgr_start instead of constant 8.
17618 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17619 specially. Delete all remaining escape sequences.
17620 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17621 (grep-regexp-alist): Make hyperlink only for binary file name
17622 instead of the whole line.
17623 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17624 (grep-mode): Add autoload.
17625
17626 * emacs-lisp/find-func.el (find-function-regexp):
17627 Add `define-compilation-mode'.
17628
17629 2005-07-19 Juri Linkov <juri@jurta.org>
17630
17631 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17632 (compare-windows-sync-string-size, compare-windows-recenter)
17633 (compare-windows-highlight, compare-windows): Add version 22.1.
17634 (compare-windows) <defface>: Inherit from lazy-highlight instead
17635 of duplicating its default value.
17636
17637 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17638 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17639
17640 * descr-text.el (describe-char): Create link buttons for `charset'
17641 and `code point'. Add the current input method name with a link
17642 button to `to input' field. Print face names of display table
17643 characters in `The display table entry is displayed by' section
17644 instead of printing face-id in the `display' field.
17645 Guess hardcoded faces and create a link button for them.
17646 Skip empty fields when calculating max-width.
17647 Treat `widget-create' specially while inserting strings from the
17648 collected field list.
17649 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17650
17651 * diff-mode.el (diff-file-header): Change foreground color from
17652 yellow to green on light backgrounds.
17653 (diff-context): Inherit from `shadow' only for color/grayscale
17654 with more than 88 colors.
17655 (diff-indicator-removed, diff-indicator-added)
17656 (diff-indicator-changed): New faces.
17657 (diff-font-lock-keywords): Use new faces. Regroup rules.
17658 Add "^---$" for `normal' diff format. Fontify `#' lines with
17659 font-lock-comment-delimiter-face and font-lock-comment-face.
17660 Add `#' to ^[^...] in the rule for `diff-context-face'.
17661
17662 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17663 a button-like box. Inherit from `highlight' on low colors.
17664 (shadow): Use shades of gray only for color/grayscale with
17665 more than 88 colors. Use green for light backgrounds with
17666 8 colors, and yellow for dark backgrounds with 8 colors.
17667
17668 * font-lock.el (font-lock-regexp-grouping-backslash):
17669 Don't inherit from escape-glyph (use bold for all cases).
17670
17671 * info.el (info-xref-visited): Use light foreground color `violet'
17672 for dark backgrounds instead of dark color `magenta3'.
17673 (info-title-1): Use `yellow' color for dark backgrounds.
17674
17675 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17676 too-light magenta2.
17677
17678 * replace.el (match): Use slightly more light RoyalBlue3 instead
17679 of dark RoyalBlue4.
17680
17681 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17682
17683 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17684
17685 * novice.el (disabled-command-hook): Declare it with
17686 `define-obsolete-variable-alias'.
17687
17688 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17689 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17690 (desktop-load-default): Add release to obsolescence info.
17691 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17692 (desktop-append-buffer-args, desktop-read):
17693 Fix typos in docstrings.
17694 (desktop-kill): Fix typo in message.
17695 (desktop-save): Doc fix.
17696
17697 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17698
17699 * viper-cmd.el (viper-escape-to-state): Bug fix.
17700 (viper-envelop-ESC-key): Change the definition of fast
17701 keysequence so it'll work with keyboard macros.
17702
17703 * ediff.el (ediff-patch-buffer): Change the docstring.
17704
17705 2005-07-19 Kenichi Handa <handa@m17n.org>
17706
17707 * international/mule-cmds.el (select-safe-coding-system): Try to
17708 use an auto-coding (if any) before anything else. If the found
17709 auto-coding is invalid, show a warning message.
17710
17711 * international/mule.el (find-auto-coding): New function created
17712 by modifying the body of set-auto-coding.
17713 (set-auto-coding): Use find-auto-coding to find a coding.
17714
17715 2005-07-18 Richard M. Stallman <rms@gnu.org>
17716
17717 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17718 not isearch-mode-end-hook-error.
17719 (allout-before-change-protect): Fix error message.
17720
17721 2005-07-18 Juri Linkov <juri@jurta.org>
17722
17723 * allout.el (allout-mode):
17724 * calculator.el (calculator-copy):
17725 * custom.el (custom-known-themes):
17726 * dired.el (dired-desktop-buffer-misc-data)
17727 (dired-restore-desktop-buffer):
17728 * dired-x.el (dired-omit-marker-char):
17729 * files.el (basic-save-buffer):
17730 * font-core.el (font-lock-mode):
17731 * calendar/calendar.el (calendar-goto-hebrew-date)
17732 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17733 (calendar-goto-persian-date):
17734 * language/ethio-util.el (ethio-sera-to-fidel-region):
17735 * textmodes/picture.el (picture-mode):
17736 Delete duplicate duplicate words.
17737
17738 2005-07-18 Juri Linkov <juri@jurta.org>
17739
17740 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17741 chars * ? } |.
17742 (isearch-fallback): Don't call `isearch-process-search-char'.
17743 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17744 (isearch-process-search-char): Call `isearch-fallback' for regexp
17745 chars * ? } |.
17746 (isearch-return-char): Make obsolete with `make-obsolete' instead
17747 of simply documenting it as obsolete in the docstring.
17748 (isearch-fallback): Refill docstring.
17749
17750 * international/isearch-x.el
17751 (isearch-process-search-multibyte-characters): Remove unneeded
17752 `concat'. Add intermediate values to `junk-hist' instead of
17753 `minibuffer-history'. Test the length of `str'.
17754
17755 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17756
17757 * allout.el (allout-resolve-xref): Fix typos in error strings.
17758 (allout-before-change-protect): Remove unneeded `concat'.
17759
17760 * array.el (array-mode, array-reconfigure-rows)
17761 (untabify-backward): Fix typos in docstrings.
17762 (array-reconfigure-rows): Use `insert-buffer-substring', not
17763 `insert-buffer'.
17764
17765 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17766 * progmodes/ada-mode.el (ada-make-body):
17767 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17768
17769 * dired.el (dired-log):
17770 * tar-mode.el (tar-subfile-save-buffer):
17771 * play/zone.el (zone-pgm-stress-destress):
17772 Use `insert-buffer-substring', not `insert-buffer'.
17773
17774 2005-07-17 Simon Josefsson <jas@extundo.com>
17775
17776 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17777
17778 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17779
17780 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17781 Add plain auth method.
17782 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17783
17784 2005-07-17 Kim F. Storm <storm@cua.dk>
17785
17786 * ido.el (dired-other-window): Add ido property.
17787
17788 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17789
17790 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17791 Fix typo in docstring.
17792 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17793 `insert-file-literally'.
17794
17795 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17796 info and delete redundant message. Doc fix.
17797 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17798 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17799
17800 2005-07-16 Richard M. Stallman <rms@gnu.org>
17801
17802 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17803 (byte-compile-and): Use byte-compile-and-recursion.
17804 (byte-compile-or-recursion): New function.
17805 (byte-compile-or): Use that.
17806 (byte-compile-if): Guard the else-clause too.
17807 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17808
17809 * isearch.el (isearch-mode-end-hook-quit): New variable.
17810 (isearch-done): Bind it.
17811 (isearch-mode-end-hook): Doc fix.
17812
17813 * allout.el (allout-isearch-did-quit): Variable deleted.
17814 (allout-real-isearch-abort): Function name no longer used.
17815 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17816 (allout-isearch-rectification): isearch-mode always exists.
17817 Don't set allout-isearch-did-quit.
17818 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17819 allout-isearch-did-quit.
17820 (allout-enwrap-isearch): Just add the hook.
17821 (allout-isearch-abort): Function deleted.
17822 (allout-pre-command-business): Avoid warning.
17823
17824 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17825 Correctly avoid warnings.
17826 (pascal-outline): Likewise.
17827
17828 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17829
17830 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17831
17832 * play/tetris.el (tetris-mode): Avoid warning.
17833
17834 * play/snake.el (snake-mode): Avoid warning.
17835
17836 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17837 (gamegrid-set-display-table): Avoid warning.
17838 (gamegrid-set-timer): Likewise.
17839 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17840 (gamegrid-add-score-with-update-game-score-1): Take FILE
17841 as argument.
17842 (gamegrid-add-score-with-update-game-score): Pass that argument.
17843 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17844
17845 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17846
17847 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17848 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17849
17850 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17851 and insert-file.
17852
17853 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17854 (sc-ask): Avoid warnings.
17855
17856 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17857 (eshell-hist-initialize): Use that var the natural way.
17858
17859 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17860
17861 * emacs-lisp/re-builder.el (reb-cook-regexp):
17862 Avoid warning calling lre-compile-string.
17863 (reb-color-display-p): Avoid warning.
17864
17865 * calculator.el (calculator-last-input): Guard uses
17866 of event-key and key-press-event-p.
17867 (event-key, key-press-event-p): Delete definitions.
17868
17869 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17870 (find-gc-source-directory, find-gc-subrs-callers)
17871 (find-gc-noreturn-list, find-gc-source-files)
17872 (find-gc-subrs-called): Vars renamed and defvar'd.
17873
17874 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17875 (checkdoc-overlay-put, checkdoc-delete-overlay)
17876 (checkdoc-overlay-start, checkdoc-overlay-end)
17877 (checkdoc-mode-line-update, checkdoc-char=):
17878 Define such that compiler knows they are defined.
17879 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17880 (checkdoc-read-event): Delete. Use read-event directly.
17881
17882 * whitespace.el (whitespace-make-overlay)
17883 (whitespace-overlay-put, whitespace-delete-overlay)
17884 (whitespace-overlay-start, whitespace-overlay-end):
17885 Define such that compiler knows they are defined.
17886 (whitespace): Move conditional inside.
17887
17888 * tempo.el (tempo-insert-template): Suppress warning.
17889
17890 * ediff-diff.el (longlines-mode): Add defvar.
17891
17892 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17893
17894 * server.el: Bind "C-x #" in a way that works even if C-x is
17895 redefined to a command key, not a prefix key.
17896
17897 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17898
17899 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17900 cl-make-type-test till execution time.
17901
17902 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17903
17904 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17905 arg ARG and use it.
17906
17907 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17908
17909 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17910
17911 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17912
17913 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17914 a defcustom with two :set or :type keywords.
17915
17916 2005-07-15 Richard M. Stallman <rms@gnu.org>
17917
17918 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17919 Don't give ^M comment-end syntax.
17920
17921 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17922
17923 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17924 Don't consider gdbmi (gdb-mi.el has its own update functions).
17925 (gdb-var-delete): Make it work for gdbmi as well.
17926 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17927
17928 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17929 (gud-speedbar-menu-items): Correct logic for enabling items.
17930
17931 2005-07-15 Kim F. Storm <storm@cua.dk>
17932
17933 * ido.el: Fix commentary.
17934 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17935 Use with-no-warnings around ffap-guesser.
17936 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17937 Let bind minibuffer-completing-file-name to t.
17938
17939 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17940
17941 * startup.el (site-run-file, keyboard-type): Doc fixes.
17942 (command-line): Check for "--basic-display" argument; also for
17943 "--quick", not "--bare-bones" (which was renamed).
17944 (fancy-splash-text): Add missing item "Getting New Versions".
17945 (normal-splash-screen): Fix typos and improve consistency with
17946 `fancy-splash-text'. Update copyright year.
17947
17948 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17949 valid binding for `help-char'.
17950
17951 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17952
17953 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17954
17955 * term.el (term-mode): Disable cua-mode for term buffers.
17956
17957 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17958
17959 * add-log.el (add-log-mailing-address, change-log-merge):
17960 Doc fixes.
17961 (change-log-get-method-definition): Fix typo in docstring.
17962
17963 2005-07-14 Kim F. Storm <storm@cua.dk>
17964
17965 * emulation/cua-base.el:
17966 (cua--pre-command-handler-1, cua--pre-command-handler)
17967 (cua--post-command-handler-1, cua--post-command-handler):
17968 Split in two. Check (buffer local) value of cua-mode.
17969 (cua-selection-mode): New command.
17970
17971 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17972
17973 * custom.el (custom-initialize-safe-set)
17974 (custom-initialize-safe-default): Doc fixes.
17975
17976 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17977 and simplify :init-value again.
17978
17979 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17980 and simplify :init-value again. Delete autoload.
17981
17982 * startup.el (command-line): Use `custom-reevaluate-setting' again
17983 for tooltip-mode.
17984
17985 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17986 a defcustom with two :initialize keywords.
17987
17988 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17989
17990 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17991 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17992 (allout-post-command-business, allout-flag-region)
17993 (isearch-reenable-font-lock, allout-yank)
17994 (allout-insert-latex-header, allout-insert-latex-trailer)
17995 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17996 (allout-latex-verb-quote): Fix typos in docstrings.
17997 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17998 (allout-unprotected, allout-prefix-data):
17999 Improve argument/docstring consistency.
18000 (allout-chart-subtree): Fix argument spec.
18001 (allout-open-topic): Rename `use_sib_bullet' argument to
18002 `use-sib-bullet'. Doc fix.
18003
18004 * whitespace.el (whitespace-check-buffer-leading)
18005 (whitespace-check-buffer-trailing)
18006 (whitespace-check-buffer-indent)
18007 (whitespace-check-buffer-spacetab)
18008 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18009 (whitespace-check-leading-whitespace)
18010 (whitespace-check-trailing-whitespace)
18011 (whitespace-check-spacetab-whitespace)
18012 (whitespace-check-indent-whitespace)
18013 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18014 (whitespace-modes): Fix typos in docstrings.
18015 (defgroup, defcustom): Doc fixes.
18016
18017 * winner.el (winner-mode, winner-boring-buffers)
18018 (winner-pending-undo-ring): Doc fixes.
18019 (winner-ring): Remove unneeded `progn'.
18020 (winner-equal): `defsubst' it.
18021 (winner-redo): Fix message.
18022
18023 2005-07-13 Kim F. Storm <storm@cua.dk>
18024
18025 * simple.el (line-move-1): Always use vertical-motion to
18026 do the last (or only) line move to ensure some movement.
18027 Undo 2005-06-23 change--don't check for overlays.
18028
18029 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18030
18031 * term/mac-win.el (ccl-encode-mac-roman-font)
18032 (ccl-encode-mac-centraleurroman-font)
18033 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18034 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18035 Change charset-id boundary of dimension to ?\xef.
18036 (mac-char-fontspec-list): New constant.
18037 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18038 argument. Nil uses itself as family in font-spec. Previous
18039 behavior for nil is now provided by non-nil non-string argument.
18040 All callers changed. Add font-specs for Mac fonts to
18041 "fontset-default" unless iso8859-1 fonts are installed.
18042
18043 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18044
18045 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18046 a continuation line if the \ is preceded by SPC or TAB.
18047 (sh-get-indent-info): Simplify.
18048 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18049 Use with-current-buffer.
18050
18051 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18052 when the matched text is empty.
18053
18054 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18055
18056 * startup.el (command-line): Revert to previous handling of
18057 tooltip-mode. Explain in comment why the complexity is needed.
18058
18059 * tooltip.el (tooltip-mode): Revert to previous implementation of
18060 its defcustom.
18061
18062 * frame.el (blink-cursor-mode): Revert to previous implementation
18063 of its defcustom. Update comment.
18064
18065 2005-07-12 Lars Hansen <larsh@soem.dk>
18066
18067 * desktop.el: Update e-mail address.
18068
18069 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18070
18071 * term/mac-win.el (mac-services-mail-selection)
18072 (mac-services-mail-to): New functions.
18073 (mac-application-menu-map): Bind them.
18074
18075 2005-07-12 wulei <milton@wulei.net> (tiny change)
18076
18077 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18078
18079 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18080
18081 * custom.el (custom-reevaluate-setting): Doc fix.
18082
18083 2005-07-11 Jay Belanger <belanger@truman.edu>
18084
18085 * calc/calc.el (calc-embedded-announce-formula-alist)
18086 (calc-embedded-open-close-plain-alist)
18087 (calc-embedded-open-close-mode-alist): Add checks for additional
18088 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18089
18090 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18091
18092 * custom.el (custom-enable-theme): Don't add theme to
18093 `custom-enabled-themes' with `push' because there is no
18094 setf-method for `delq'.
18095
18096 2005-07-11 Richard M. Stallman <rms@gnu.org>
18097
18098 * custom.el (custom-declare-variable): Doc fix.
18099
18100 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18101 from the alists.
18102
18103 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18104 Do nothing if edebug-active.
18105
18106 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18107 (edebug-display): Do it here instead.
18108
18109 2005-07-10 Richard M. Stallman <rms@gnu.org>
18110
18111 * cus-face.el (custom-theme-set-faces): Make it work.
18112 (custom-reset-faces): Doc fix.
18113 (custom-theme-reset-internal-face, custom-theme-face-value):
18114 Functions deleted.
18115
18116 * custom.el (custom-push-theme): Maintain list of the settings
18117 of a given theme in its theme-settings property.
18118 Maintain position of old settings in the theme-value
18119 or theme-face property.
18120 (custom-enabled-themes): New variable.
18121 (custom-theme-enabled-p): New function.
18122 (provide-theme): Update custom-enabled-themes.
18123 Disable and reenable the `user' theme.
18124 (require-theme): Doc fix.
18125 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18126 (custom-theme-value, custom-theme-variable-value): Likewise.
18127 (custom-theme-reset-internal): Likewise.
18128 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18129 (custom-enable-theme, custom-disable-theme): New functions.
18130 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18131 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18132 (custom-theme-reset-variables): Simplify.
18133 (deftheme, custom-declare-theme, custom-make-theme-feature):
18134 Definitions moved.
18135
18136 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18137
18138 * longlines.el (longlines-show-region)
18139 (longlines-unshow-hard-newlines): Recognize hard newlines by
18140 non-nil hard property, instead of t.
18141
18142 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18143
18144 * viper-cmd.el (viper--key-maps): New variable.
18145 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18146 emulation-mode-map-alists.
18147 (viper-envelop-ESC-key): Use viper-subseq.
18148 (viper-search-forward/backward/next): Disable debug-on-error.
18149
18150 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18151 (viper-ESC-key): New defcustoms.
18152
18153 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18154
18155 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18156 (viper-subseq): Copy of subseq from cl.el.
18157
18158 * viper.el (viper-go-away, viper-set-hooks): Use
18159 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18160
18161 * viper-mous.el (viper-current-frame-saved): Use defvar.
18162
18163 * viper-init.el: Get rid of -face in face names.
18164
18165 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18166 Make it work with longlines mode
18167
18168 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18169
18170 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18171
18172 * ediff-init.el: Get rid of -face in face names.
18173
18174 2005-07-10 Richard M. Stallman <rms@gnu.org>
18175
18176 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18177 and with-timeout-unsuspend.
18178
18179 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18180 and with-timeout-unsuspend.
18181
18182 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18183 (with-timeout): Bind that variable to record timers.
18184 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18185
18186 * emacs-lisp/debug.el (debug-help-follow): New function.
18187 (debugger-mode-map): Use that instead of help-follow.
18188 (debugger-setup-buffer): Use eval-buffer-list
18189 to handle eval-buffer frames.
18190
18191 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18192
18193 * timezone.el (timezone-parse-date): Change first regexp
18194 so it will not mistakenly match dates with no time zone.
18195
18196 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18197
18198 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18199
18200 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18201
18202 * custom.el (custom-initialize-safe-set)
18203 (custom-initialize-safe-default): New functions.
18204
18205 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18206 and simplify :init-value.
18207
18208 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18209 and simplify :init-value. Delete obsolete comment.
18210
18211 * startup.el (command-line): Use `custom-reevaluate-setting' to
18212 handle `tooltip-mode'. Delete obsolete comment.
18213
18214 * files.el (set-visited-file-name): Avoid calling
18215 `file-name-nondirectory' with a nil argument.
18216
18217 2005-07-09 Richard M. Stallman <rms@gnu.org>
18218
18219 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18220 was called with nil for the buffer, handle the read position right.
18221 Handle read position for eval-region, too.
18222
18223 2005-07-09 Juri Linkov <juri@jurta.org>
18224
18225 * fringe.el (fringe-mode): Add period in docstring.
18226 (fringe-query-style): Build prompt depending on `all-frames' arg.
18227
18228 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18229 to not create links to unrelated functions in the Help buffer.
18230
18231 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18232 Doc fix.
18233
18234 * simple.el (next-error-hook): New variable.
18235 (next-error): Use it. Doc fix.
18236
18237 * textmodes/ispell.el (ispell-command-loop): Add current
18238 dictionary name and program name to mode-line-format.
18239 (ispell-region, ispell-process-line): Add current dictionary name
18240 and program name to messages.
18241
18242 2005-07-08 Jay Belanger <belanger@truman.edu>
18243
18244 * calc/calc.el (calc-embedded-announce-formula-alist)
18245 (calc-embedded-open-close-formula-alist)
18246 (calc-embedded-open-close-word-alist)
18247 (calc-embedded-open-close-plain-alist)
18248 (calc-embedded-open-close-new-formula-alist)
18249 (calc-embedded-open-close-mode-alist)
18250 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18251 (calc-embedded-mode-hook): New variables.
18252
18253 * calc/calc-embed.el (calc-embedded-firsttime)
18254 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18255 New variables.
18256 (calc-do-embedded): Use calc-embedded-firsttime,
18257 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18258 determine whether or not to run hooks.
18259 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18260 calc-embedded-firsttime-formula appropriately.
18261 Set calc-embedded delimiter variables according to mode.
18262
18263 2005-07-08 Richard M. Stallman <rms@gnu.org>
18264
18265 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18266 Check for "emacs", etc., as entire symbol, not just as word.
18267 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18268
18269 * files.el (set-visited-file-name): Report the error
18270 for "empty filename" earlier.
18271 (kill-some-buffers): Ignore buffers already dead.
18272
18273 * fringe.el (fringe-mode): Doc fix.
18274
18275 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18276 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18277 Use unwind-protect to ensure byte-compile-unresolved-functions
18278 is updated.
18279
18280 * whitespace.el (whitespace-buffer-leading-cleanup):
18281 Simplify w/ skip-chars-forward.
18282 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18283
18284 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18285 Unconditionally try to leave point at the same old place.
18286
18287 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18288
18289 * comint.el (comint-postoutput-scroll-to-bottom)
18290 (comint-show-maximum-output): Take scroll-margin into consideration.
18291
18292 2005-07-08 Kim F. Storm <storm@cua.dk>
18293
18294 * ido.el (ido-use-filename-at-point): New choice `guess'.
18295 (ido-file-internal): Try ffap-guesser if selected.
18296
18297 * ido.el (ido-before-fallback-functions): New hook.
18298 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18299 (ido-read-file-name): Run it.
18300
18301 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18302
18303 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18304 strings rather than a list of symbols to the completion function.
18305
18306 2005-07-07 Jay Belanger <belanger@truman.edu>
18307
18308 * calc/calc-units.el (math-apply-units): Change the places in
18309 which units are simplified.
18310
18311 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18312
18313 * cus-edit.el (customize-option, customize-option-other-window):
18314 Make them handle aliases.
18315
18316 * custom.el (custom-variable-p): Make it recursively follow
18317 aliases. Mention that in the docstring.
18318
18319 2005-07-07 Richard M. Stallman <rms@gnu.org>
18320
18321 * cus-start.el (exec-path): Use `directory' instead of `file'.
18322 Fix tag for nil.
18323
18324 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18325
18326 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18327 when called non-interactively. Doc fix.
18328
18329 2005-07-07 Lute Kamstra <lute@gnu.org>
18330
18331 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18332 new address as well.
18333
18334 2005-07-07 Kenichi Handa <handa@m17n.org>
18335
18336 * international/mule.el (make-coding-system):
18337 Describe `ascii-incompatible' property in the docstring.
18338 (set-file-name-coding-system): Signal an error if coding-system is
18339 ascii-incompatible.
18340 (set-keyboard-coding-system): Likewise.
18341
18342 * international/mule-cmds.el (set-default-coding-systems):
18343 Don't set default-file-name-coding-system and
18344 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18345
18346 * international/utf-16.el: Declare that all UTF-16-based coding
18347 systems are ASCII-incompatible.
18348
18349 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18350
18351 * progmodes/gud.el: Require font-lock for displaying errors.
18352 Used by gdb-ui.el.
18353
18354 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18355
18356 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18357 values for the pattern lists which are `read'able but not
18358 `append'able (like symbols).
18359
18360 2005-07-06 Richard M. Stallman <rms@gnu.org>
18361
18362 * progmodes/flymake.el (flymake-float-time): Instead of
18363 with-no-warnings, test for xemacs.
18364 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18365 to avoid warning.
18366
18367 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18368
18369 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18370
18371 2005-07-05 Lute Kamstra <lute@gnu.org>
18372
18373 * battery.el: Add support for Darwin (with much debugging help
18374 from Samuel Lauber <sam124@operamail.com>).
18375 (battery-status-function, battery-echo-area-format)
18376 (battery-mode-line-format): Add support for pmset on Darwin.
18377 (battery-load-low, battery-load-critical): New user options.
18378 (battery-pmset): New function.
18379
18380 2005-07-05 Lute Kamstra <lute@gnu.org>
18381
18382 Update FSF's address in GPL notices.
18383
18384 * textmodes/page-ext.el: Update FSF's address.
18385
18386 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18387
18388 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18389 filling from using prefix when filling a single-line docstring.
18390
18391 * progmodes/flymake.el: Remove useless eval-when-compile.
18392
18393 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18394
18395 2005-07-04 Richard M. Stallman <rms@gnu.org>
18396
18397 * textmodes/org.el (org-file-apps-defaults-gnu):
18398 Rename from org-file-apps-defaults-linux.
18399 (org-default-apps): Don't test system-type for `linux'.
18400 (org-file-apps): Doc fix.
18401
18402 2005-07-04 David Ponce <david@dponce.com>
18403
18404 * tree-widget.el: Improve header Commentary section.
18405 (tree-widget) [defgroup]
18406 (tree-widget-image-enable, tree-widget-themes-directory)
18407 (tree-widget-theme, tree-widget-image-properties-emacs)
18408 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18409 (tree-widget-image-formats, tree-widget-control)
18410 (tree-widget-empty-control, tree-widget-leaf-control
18411 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18412 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18413 (tree-widget-keep, tree-widget-after-toggle-functions)
18414 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18415 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18416 :help-echo message.
18417 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18418 (tree-widget-image-properties): Doc fix. Clearer implementation.
18419 (tree-widget--cursors): New constant.
18420 (tree-widget-lookup-image): New function split from
18421 `tree-widget-find-image'. Clearer implementation.
18422 (tree-widget-find-image): Use it.
18423 (tree-widget-button-keymap): Use `set-keymap-parent'.
18424 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18425 Define the sub-widgets here.
18426 (tree-widget-node): Check that :node is not a tree-widget.
18427 (tree-widget-get-super, tree-widget-open-control)
18428 (tree-widget-close-control, tree-widget-empty-control)
18429 (tree-widget-leaf-control, tree-widget-guide)
18430 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18431 (tree-widget-no-handle, tree-widget-value-delete)
18432 (tree-widget-map): Remove.
18433 (tree-widget-children-value-save): Doc fix. Simplified.
18434 (tree-widget-value-create): Update according to previous changes.
18435
18436 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18437
18438 * textmodes/org.el: Leading space replaced by TABS.
18439 (org-recalc-marks, org-table-rotate-recalc-marks)
18440 (org-table-get-specials): Treat "^" and "_" marks.
18441 (org-table-justify-field-maybe): Optional argument NEW.
18442 (org-table-eval-formula): Parsing of the format simplified.
18443 New modes C,I. Honor the %= parameter in the current table.
18444 Avoid unnecessary re-align by using the NEW argument to
18445 `org-table-justify-field-maybe'.
18446 (org-calc-default-modes): Default for date-format mimicks org-mode.
18447 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18448
18449 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18450
18451 * cus-face.el (custom-theme-set-faces): Make it handle face
18452 aliases whose alias declarations are pre- or autoloaded.
18453
18454 2005-07-04 Juri Linkov <juri@jurta.org>
18455
18456 * faces.el (read-face-name): Put the code for getting a face name
18457 from the buffer before adding the faces from the `face' property.
18458 Use `completing-read-multiple' instead of `completing-read'.
18459 Require `crm'. Add default value and post-process the returned
18460 list of faces.
18461
18462 * emacs-lisp/crm.el (crm-find-current-element)
18463 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18464
18465 * emacs-lisp/lisp-mode.el (eval-defun-1):
18466 * emacs-lisp/edebug.el (edebug-eval-defun):
18467 Remove unnecessary quotes.
18468
18469 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18470
18471 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18472 (prolog-indent-level): Fix typo in docstring.
18473
18474 * info.el (Info-history, Info-history-forward)
18475 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18476
18477 * add-log.el (add-change-log-entry):
18478 * comint.el (comint-dynamic-list-input-ring)
18479 (comint-dynamic-list-completions):
18480 * dabbrev.el (dabbrev-expand):
18481 * delim-col.el (delimit-columns-rectangle-line):
18482 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18483 (diff-unified->context):
18484 * ediff-init.el (ediff-abbrev-jobname):
18485 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18486 (ediff-replace-session-activity-marker-in-meta-buffer):
18487 * info.el (Info-summary):
18488 * lpr.el (printify-region):
18489 * printing.el (pr-create-interface):
18490 * ps-print.el (ps-print-quote):
18491 * ses.el (ses-column-widths, ses-print-cell)
18492 (ses-adjust-print-width, ses-center):
18493 * shell.el (shell-file-name-quote-list):
18494 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18495 (strokes-fill-current-buffer-with-whitespace)
18496 (strokes-xpm-for-stroke, strokes-list-strokes)
18497 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18498 * term.el (term-dynamic-list-input-ring)
18499 (term-dynamic-list-completions):
18500 * calc/calc.el (math-format-stack-value):
18501 * emacs-lisp/edebug.el (edebug-display-freq-count):
18502 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18503 (delphi-new-comment-line):
18504 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18505 * progmodes/executable.el (executable-set-magic):
18506 * progmodes/python.el (inferior-python-mode):
18507 * progmodes/scheme.el (scheme-mode-syntax-table):
18508 * progmodes/sh-script.el (sh-maybe-here-document):
18509 * progmodes/sql.el (sql-copy-column):
18510 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18511 * textmodes/bibtex.el (bibtex-mode):
18512 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18513 (sgml-auto-attributes):
18514 * textmodes/table.el (table-insert, table-shorten-cell)
18515 (table--generate-source-scan-lines, table-delete-row)
18516 (*table--cell-delete-char, table--spacify-frame)
18517 (table--horizontally-shift-above-and-below)
18518 (table--cell-insert-char, table--cell-blank-str)
18519 (table--fill-region-strictly):
18520 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18521 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18522
18523 * add-log.el (change-log):
18524 * apropos.el (apropos):
18525 * comint.el (comint-completion, comint-source):
18526 * dabbrev.el (dabbrev):
18527 * delim-col.el (columns):
18528 * diff-mode.el (diff-mode):
18529 * ediff.el (ediff):
18530 * ediff-diff.el (ediff-diff):
18531 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18532 * ediff-mult.el (ediff-mult):
18533 * ediff-ptch.el (ediff-ptch):
18534 * ediff-wind.el (ediff-window):
18535 * facemenu.el (facemenu):
18536 * indent.el (indent):
18537 * info.el (info):
18538 * jka-cmpr-hook.el (compression, jka-compr):
18539 * lpr.el (lpr):
18540 * outline.el (outlines):
18541 * pcmpl-cvs.el (pcmpl-cvs):
18542 * pcmpl-rpm.el (pcmpl-rpm):
18543 * printing.el (printing):
18544 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18545 (ps-print-vertical, ps-print-headers, ps-print-font)
18546 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18547 (ps-print-background, ps-print-printer, ps-print-page)
18548 (ps-print-miscellany):
18549 * ses.el (ses):
18550 * shell.el (shell, shell-directories, shell-faces):
18551 * startup.el (initialization):
18552 * strokes.el (strokes):
18553 * term.el (term):
18554 * uniquify.el (uniquify):
18555 * w32-vars.el (w32):
18556 * calc/calc.el (calc):
18557 * emacs-lisp/bytecomp.el (bytecomp):
18558 * emacs-lisp/cl-indent.el (lisp-indent):
18559 * emacs-lisp/edebug.el (edebug):
18560 * emacs-lisp/elp.el (elp):
18561 * emacs-lisp/testcover.el (testcover):
18562 * emacs-lisp/trace.el (trace):
18563 * emulation/viper-ex.el (viper-ex):
18564 * emulation/viper-mous.el (viper-mouse):
18565 * mail/mailalias.el (mailalias):
18566 * mail/supercite.el (supercite, supercite-frames)
18567 (supercite-attr, supercite-cite, supercite-hooks):
18568 * net/rcompile.el (remote-compile):
18569 * net/rlogin.el (rlogin):
18570 * obsolete/ooutline.el (outlines):
18571 * progmodes/delphi.el (delphi):
18572 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18573 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18574 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18575 (ebnf-optimization):
18576 * progmodes/etags.el (etags):
18577 * progmodes/executable.el (executable):
18578 * progmodes/idlwave.el (idlwave):
18579 * progmodes/pascal.el (pascal):
18580 * progmodes/prolog.el (prolog):
18581 * progmodes/python.el (python):
18582 * progmodes/scheme.el (scheme):
18583 * progmodes/sh-script.el (sh, sh-script):
18584 * progmodes/sql.el (SQL):
18585 * progmodes/tcl.el (tcl):
18586 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18587 * textmodes/enriched.el (enriched):
18588 * textmodes/makeinfo.el (makeinfo):
18589 * textmodes/sgml-mode.el (sgml):
18590 * textmodes/table.el (table-hooks):
18591 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18592 * textmodes/texinfo.el (texinfo):
18593 * textmodes/two-column.el (two-column):
18594 Finish `defgroup' description with period.
18595
18596 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18597 * eshell/esh-var.el (eshell-var):
18598 * progmodes/vhdl-mode.el (vhdl-testbench):
18599 * textmodes/org.el (org): Fix typos in docstrings.
18600
18601 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18602 consistency.
18603
18604 * progmodes/flymake.el (flymake-find-file): Remove.
18605 (flymake-float-time): Use `with-no-warnings'.
18606 (flymake-check-start-time, flymake-check-was-interrupted)
18607 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18608 (flymake-new-err-info): `defvar' at compile time.
18609
18610 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18611
18612 * replace.el (occur-hook): Doc fix.
18613 (occur-1): Don't call `occur-hook' if there are no matches.
18614
18615 2005-07-03 Richard M. Stallman <rms@gnu.org>
18616
18617 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18618 global-map, save the same map.
18619 (global-map): Don't alter it at top level.
18620 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18621 Then alter it here instead.
18622 (tpu-edt-off): Set global-map to the saved one.
18623
18624 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18625 All references simplified.
18626 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18627 (zmacs-regions): Add defvar.
18628 (repeat-complex-command-map): Everything about that deleted.
18629
18630 * textmodes/artist.el (artist-key-is-drawing)
18631 (artist-key-endpoint1, artist-key-poly-point-list)
18632 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18633 (artist-key-compl-table, artist-rb-save-data)
18634 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18635 Don't put them in eval-when-compile.
18636 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18637
18638 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18639 Use with-no-warnings.
18640
18641 * net/browse-url.el (dos-windows-version): Add defvar.
18642
18643 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18644
18645 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18646 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18647 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18648 Add defvar.
18649 (rmail-summary-beginning-of-message): Use with-no-warnings.
18650 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18651
18652 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18653 Use with-no-warnings.
18654
18655 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18656 (c-mark-function): Add point-moving-unit property.
18657 (vi-goto-line): Use with-no-warnings.
18658
18659 * emulation/edt.el (edt-last-copied-word): Add defvar.
18660 (zmacs-region-stays): Likewise.
18661 (edt-mark-section-wisely): Use c-mark-function for C.
18662 Use makr-defun for Fortran.
18663 (time-string): defvar deleted.
18664 (edt-display-the-time): Don't set time-string.
18665
18666 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18667
18668 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18669 Don't warn when name is not constant
18670 or for defining the group `emacs'.
18671
18672 * tooltip.el (gud-tooltip-mode): Add defvar.
18673
18674 * startup.el (default-frame-background-mode): Add defvar.
18675
18676 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18677
18678 * info.el (tool-bar-map): Add defvar.
18679
18680 * dired.el (dnd-protocol-alist): Add defvar.
18681
18682 * dired-aux.el (dired-query): Display question with answer, when
18683 the user answers.
18684
18685 * custom.el (custom-add-option): Doc fix.
18686
18687 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18688
18689 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18690
18691 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18692 bogus name from the last change.
18693
18694 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18695
18696 * custom.el (custom-declare-variable): Fix typos in comment.
18697 (custom-known-themes): Doc fix.
18698 (custom-theme-directory): New defcustom.
18699 (require-theme): Make it check `custom-theme-directory'.
18700
18701 * cus-theme.el (custom-new-theme-mode): New function.
18702 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18703 (custom-theme-description): Add compiler defvars.
18704 (customize-create-theme): Add doc to the "*New Custom Theme*"
18705 buffer. Use `custom-new-theme-mode'.
18706 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18707 and save it to the `custom-theme-directory'. Make this the
18708 default directory of the buffer.
18709
18710 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18711
18712 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18713 Fix unbalanced parentheses.
18714
18715 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18716
18717 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18718 into flymake-mode and delegate to flymake-mode.
18719
18720 * find-file.el (ff-which-function-are-we-in): Clean up.
18721
18722 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18723
18724 * replace.el (occur-rename-buffer): Fix docstring.
18725
18726 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18727 (edt-last-copied-word, edt-learn-macro-count)
18728 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18729 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18730 (time-string, zmacs-region-stays):
18731 * emulation/edt-mapper.el (edt-save-function-key-map)
18732 (EDT-key-name): `defvar' to silence the byte-compiler.
18733
18734 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18735
18736 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18737 font-lock-regexp-backslash. Doc fix.
18738 (font-lock-regexp-backslash-grouping-construct): Rename from
18739 font-lock-regexp-backslash-construct. Doc fix.
18740 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18741 grouping constructs.
18742
18743 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18744
18745 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18746 updating all the prerequisites.
18747
18748 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18749
18750 * textmodes/org.el (org-agenda-start-on-weekday)
18751 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18752 (org-agenda-use-time-grid, org-archive-location)
18753 (org-allow-space-in-links, org-usenet-links-prefer-google)
18754 (org-enable-table-editor, org-export-default-language)
18755 (org-export-html-show-new-buffer, org-fill-paragraph)
18756 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18757 (org-goto-quit, org-occur, org-eval-in-calendar)
18758 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18759 (org-agenda-diary-entry, org-remember-help)
18760 (org-table-convert-region, org-at-table-p)
18761 (org-table-move-row-down, org-table-move-row-up)
18762 (org-table-copy-region, org-table-toggle-vline-visibility)
18763 (org-table-get-stored-formulas, org-table-get-specials)
18764 (org-recalc-commands, org-table-eval-formula)
18765 (org-table-formula-substitute-names, orgtbl-make-binding)
18766 (org-format-org-table-html, org-format-table-table-html)
18767 (org-format-table-table-html-using-table-generate-source)
18768 (org-customize): Fix typos in docstrings.
18769 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18770 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18771 (org-back-to-heading): Doc fixes.
18772 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18773 (org-agenda-change-all-lines, org-get-header):
18774 Improve argument/docstring consistency.
18775 (orgtbl-error): Fix error message.
18776
18777 * progmodes/flymake.el (flymake-find-possible-master-files)
18778 (flymake-master-file-compare, flymake-get-line-err-count)
18779 (flymake-highlight-line, flymake-gui-warnings-enabled):
18780 Fix typos in docstrings.
18781 (flymake-parse-line, flymake-get-project-include-dirs-function)
18782 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18783 Doc fixes.
18784 (flymake-get-project-include-dirs-function)
18785 (flymake-make-err-menu-data):
18786 Improve argument/docstring consistency.
18787
18788 2005-07-01 Lute Kamstra <lute@gnu.org>
18789
18790 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18791 Catch errors with ignore-errors. Use temporary buffer.
18792 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18793
18794 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18795 background color faces.
18796 (facemenu-set-foreground, facemenu-set-background):
18797 Use facemenu-set-face-from-menu.
18798 (facemenu-set-face-from-menu): Treat face names that start with
18799 "fg:" or "bg:" as special.
18800 (facemenu-add-new-color): Don't create faces. Simplify.
18801
18802 2005-06-30 Richard M. Stallman <rms@gnu.org>
18803
18804 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18805 (crm-find-current-element): Likewise.
18806
18807 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18808
18809 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18810
18811 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18814 (archive-mouse-extract): Make it an obsolete alias.
18815 (archive-mode-map): Don't use archive-mouse-extract any more.
18816 (archive-mode, archive-extract): write-contents-hooks ->
18817 write-contents-functions.
18818 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18819 first arg.
18820 (archive-rename-entry): Update the call.
18821 (archive-zip-summarize): Remove unused var `method'.
18822 (archive-lzh-summarize): Remove unused var `creator'.
18823
18824 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18825 dedicated frame upon exit.
18826
18827 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18828 (archive-zip-extract, archive-zip-expunge)
18829 (archive-zip-update, archive-zip-update-case): Use executable-find.
18830 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18831 Use restore-buffer-modified-p.
18832 (archive-extract, archive-add-new-member, archive-write-file-member):
18833 Use with-current-buffer.
18834 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18835
18836 2005-06-30 Andreas Schwab <schwab@suse.de>
18837
18838 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18839
18840 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18841
18842 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18843
18844 2005-06-30 Juri Linkov <juri@jurta.org>
18845
18846 * faces.el (vertical-border): Inherit from mode-line-inactive
18847 only on tty.
18848
18849 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18850
18851 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18852 example, -NLINES in the `occur' docstring).
18853
18854 * replace.el (occur-1): When no matches are found, do not set the
18855 `buffer-read-only' and modified flags for the occur buffer,
18856 because it is deleted.
18857
18858 * emulation/cua-base.el (cua-check-pending-input)
18859 (cua-repeat-replace-region, cua-mode, cua-debug)
18860 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18861 Fix typos in docstrings.
18862
18863 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18864 (cua-cut-region-to-global-mark)
18865 (cua--cut-rectangle-to-global-mark):
18866 Remove period from end of messages.
18867
18868 * emulation/cua-rect.el (cua-do-rectangle-padding):
18869 Remove period from end of messages.
18870 (cua--rectangle-seq-format): Fix typo in docstring.
18871 (cua-sequence-rectangle, cua-fill-char-rectangle):
18872 Improve argument/docstring consistency.
18873
18874 2005-06-29 Juri Linkov <juri@jurta.org>
18875
18876 * faces.el (default-frame-background-mode): New internal variable.
18877 (frame-set-background-mode): Use it.
18878
18879 * startup.el (normal-top-level): Set default-frame-background-mode
18880 instead of frame-background-mode. Before setting it, test for its
18881 nil value. Remove tests for frame-background-mode and frame
18882 parameter `reverse'. Add test for "unspecified-fg".
18883
18884 * term/xterm.el (xterm-rxvt-set-background-mode):
18885 * term/rxvt.el (rxvt-set-background-mode):
18886 Set default-frame-background-mode instead of frame-background-mode.
18887
18888 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18889
18890 * simple.el (set-variable): Warn about obsolete user variables.
18891
18892 * imenu.el (imenu--completion-buffer):
18893 * mouse.el (mouse-buffer-menu-alist):
18894 * msb.el (msb-invisible-buffer-p):
18895 * calendar/diary-lib.el (diary-header-line-format):
18896 * emacs-lisp/pp.el (pp-buffer):
18897 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18898 * textmodes/picture.el (picture-replace-match):
18899 Change space constants followed by a sexp to "?\s ".
18900
18901 * play/decipher.el (decipher-loop-with-breaks):
18902 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18903 constants "protected" from end of line by a comment to "?\s".
18904
18905 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18906
18907 * font-lock.el (save-buffer-state): Use `declare'.
18908
18909 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18910 reset the syntax-table to cperl-mode-syntax-table.
18911 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18912 "foo_print_bar" is not matched as a reserved keyword.
18913
18914 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18915
18916 * textmodes/org.el (orgtbl-setup): New function, for delayed
18917 setup for the orgtbl commands.
18918 (org-calc-default-modes): New option.
18919 (orgtbl-make-binding): Use `defun' to get better help display.
18920 (org-diary): Call `org-compile-prefix-format'.
18921 (org-table-formula-substitute-names): New function.
18922 (org-agenda-day-view, org-agenda-week-view): New commands.
18923 (org-agenda-toggle-week-view): Command removed.
18924 (org-tbl-menu): Split off from org-org-menu.
18925 (org-mode): Move removal of outline-mode menus to here.
18926 (org-table-formula-debug): New option.
18927 (org-table-insert-row): Keep first field if just "#" or "*".
18928 (org-mode): Paragraph regexps fixed.
18929 (org-table-recalculate-regexp): New constant.
18930 (org-table-justify-field-maybe): Avoid replace if not necessary.
18931 (org-copy-special, org-cut-special): Use `call-interactively'.
18932 (org-table-copy-region): Take region from `interactive' call.
18933 (org-trim): Return string even if no match.
18934 (org-formula): New face.
18935 (org-set-font-lock-defaults): No longer highlight "FIXME".
18936 But highlight formula-related fields in table.
18937 (org-table-p): Use regexp, not fontification.
18938 (org-table-align): Handle white space at end of line.
18939 (org-table-formula-evaluate-inline): New option.
18940 (org-mode): Auto-wrapping in comment lines turned off.
18941 (org-table-copy-down): Evaluate only in copied field, not in
18942 destination.
18943 (org-table-current-formula): Variable removed.
18944 (org-table-store-formulas, org-table-get-stored-formulas)
18945 (org-table-modify-formulas, org-table-replace-in-formulas)
18946 (org-table-maybe-eval-formula): New functions.
18947 (org-table-get-formula): Modify to use stored formulas.
18948 (org-table-insert-column, org-table-delete-column)
18949 (org-table-move-column): Call `org-table-modify-formulas'.
18950 (org-complete): Add completion for keyword formulas.
18951 (orgtbl-mode): Pull orgtbl-mode-map to start of
18952 minor-mode-map-alist.
18953
18954 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18955
18956 * progmodes/python.el (python-check): Require `compile' before
18957 modifying its variables.
18958
18959 * newcomment.el (comment-indent-default): Don't get fooled by an early
18960 end of buffer.
18961
18962 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18963
18964 * ps-print.el (ps-print-version): Fix version number.
18965
18966 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18967
18968 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18969
18970 2005-06-28 Richard M. Stallman <rms@gnu.org>
18971
18972 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18973 (flyspell-local-mouse-map): Declaration deleted.
18974 (flyspell-mouse-map): Bind only mouse-2.
18975 (flyspell-mode-map): Don't test flyspell-use-local-map.
18976 (flyspell-overlay-keymap-property-name): Var deleted.
18977 (flyspell-mode-on): Don't make local bindings for
18978 flyspell-mouse-map and flyspell-mode-map.
18979 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18980
18981 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18982
18983 * progmodes/compile.el (compilation-next-error-function):
18984 Don't switch buffers; operate on the current buffer.
18985
18986 * progmodes/compile.el (compilation-error-file-name)
18987 (compilation-warning-file-name, compilation-info-file-name)
18988 (compilation-line-number, compilation-column-number): New faces.
18989 (compilation-error-face, compilation-warning-face)
18990 (compilation-info-face, compilation-line-face)
18991 (compilation-column-face): Use them.
18992
18993 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18994
18995 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18996
18997 * bindings.el (global-map): Bind insertchar and its variants.
18998
18999 2005-06-27 Richard M. Stallman <rms@gnu.org>
19000
19001 * textmodes/artist.el (artist-text-overwrite)
19002 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19003
19004 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19005
19006 * ps-print.el: It was not working the page selection for printing.
19007 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19008 (ps-print-version): New version 6.6.7.
19009 (ps-end-sheet): New fun.
19010 (ps-header-sheet, ps-end-job): Call it.
19011
19012 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19013
19014 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19015
19016 2005-06-27 Lute Kamstra <lute@gnu.org>
19017
19018 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19019 background color faces.
19020 (facemenu-get-face): Delete function.
19021 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19022 (facemenu-add-new-color): Make second argument mandatory.
19023 Create the appropriate face and return it. Simplify.
19024 (facemenu-set-foreground, facemenu-set-background): Don't check if
19025 color is defined. Use return value of facemenu-add-new-color.
19026
19027 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19028
19029 * progmodes/gud.el (gud-filter): Add missing argument to
19030 with-selected-window.
19031
19032 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19033
19034 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19035 a :require to the defcustom.
19036
19037 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19038 defcustoms corresponding to minor modes.
19039
19040 2005-06-26 David Ponce <david@dponce.com>
19041
19042 * recentf.el: Require tree-widget instead of wid-edit.
19043 (recentf-filename-handler): Fix widget :type.
19044 (recentf-cancel-dialog, recentf-open-more-files)
19045 (recentf-open-files-action): Doc fix.
19046 (recentf-dialog-goto-first): New function.
19047 (recentf-dialog-mode-map): Set parent keymap first.
19048 (recentf-dialog-mode): Define with define-derived-mode.
19049 Don't display continuation lines in dialogs.
19050 (recentf-edit-list): Rename from recentf-edit-selected-items.
19051 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19052 Simplify.
19053 (recentf-edit-list-validate): New function.
19054 (recentf-edit-list): Update accordingly.
19055 (recentf-open-files-item-shift): Remove.
19056 (recentf-open-files-item): Convert menu elements into tree and
19057 link widgets. Don't create the widgets.
19058 (recentf-open-files): Update accordingly.
19059 (recentf-save-list): Untabify.
19060
19061 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19062
19063 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19064 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19065 partially contained in the active region. Do not take active
19066 region into account when called from Lisp, unless INTERACTIVE arg
19067 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19068 avoid trouble with fields. Make marker point nowhere when no
19069 longer used. Always return nil. Doc fix.
19070 (flush-lines): Add INTERACTIVE arg. Do not take active region
19071 into account when called from Lisp, unless INTERACTIVE arg is
19072 non-nil. Use `forward-line' instead of `beginning-of-line' to
19073 avoid trouble with fields. Make marker point nowhere when no
19074 longer used. Always return nil. Doc fix.
19075 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19076 interchangeable. Do not take active region into account when
19077 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19078 message in echo area when called from Lisp, unless INTERACTIVE arg
19079 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19080 Return the number of matches. Doc fix.
19081 (occur): Doc fix.
19082 (perform-replace): Make comment follow double space convention for
19083 the sake of `outline-minor-mode'.
19084
19085 * faces.el (facep): Doc fix.
19086
19087 2005-06-25 Richard M. Stallman <rms@gnu.org>
19088
19089 * facemenu.el (facemenu-enable-faces-p): New function.
19090 (facemenu-background-menu, facemenu-foreground-menu)
19091 (facemenu-face-menu): Add menu-enable property.
19092
19093 * jka-compr.el (jka-compr-insert-file-contents):
19094 Special handling if cannot find the uncompression program.
19095
19096 * cus-face.el (custom-face-attributes): Add autoload.
19097
19098 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19099 Bind comment-indent-function locally.
19100
19101 * window.el (save-selected-window): Use save-current-buffer.
19102
19103 * subr.el (with-selected-window): Use save-current-buffer.
19104
19105 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19106 and with-current-buffer.
19107
19108 2005-06-24 Richard M. Stallman <rms@gnu.org>
19109
19110 * simple.el (line-move-1): Fix previous change.
19111
19112 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19113
19114 * replace.el (occur-1): Set `buffer-read-only' and the
19115 buffer-modified flag before running `occur-hook' to protect
19116 against unintentional buffer switches that can lead to data loss.
19117
19118 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19119
19120 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19121 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19122 initial error.
19123
19124 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19125 after fresh input.
19126 (gdb-var-create-handler): Put name of expression in quotes.
19127
19128 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19129
19130 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19131 elements of RING in order, and without bogus nil elements.
19132
19133 2005-06-23 Richard M. Stallman <rms@gnu.org>
19134
19135 * simple.el (set-variable): Args renamed; doc fix.
19136 (line-move-1): When there are overlays around, use vertical-motion.
19137
19138 * faces.el (escape-glyph): Use brown against light background.
19139 (nobreak-space): Rename from no-break-space.
19140 Fix previous change.
19141
19142 * dired-aux.el (dired-do-copy): Fix arg prompt.
19143
19144 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19145
19146 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19147
19148 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19149 rather than "Distributor".
19150
19151 2005-06-23 Lute Kamstra <lute@gnu.org>
19152
19153 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19154 (debug-on-entry): Use it. New interactive declaration that uses
19155 function-called-at-point.
19156
19157 2005-06-23 Kim F. Storm <storm@cua.dk>
19158
19159 * subr.el (save-match-data): Add comment about using evaporate arg
19160 to set-match-data.
19161
19162 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19163
19164 * cus-edit.el (customize-face)
19165 (customize-face-other-window): Handle face aliases.
19166
19167 * faces.el (face-documentation, set-face-attribute)
19168 (face-spec-set): Handle face aliases.
19169
19170 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19171
19172 * help-mode.el (help-make-xrefs): If a symbol representing a face
19173 name is not followed by the word "face", it could still be a
19174 function or variable name, so don't bypass other checks.
19175
19176 2005-06-22 Juri Linkov <juri@jurta.org>
19177
19178 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19179 Replace aliased functions with calls where second arg `inherit' is t.
19180
19181 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19182
19183 * progmodes/gdb-ui.el (gdb-error): New variable.
19184 (gdb-error): New function.
19185 (gdb-annotation-rules): Act on error-begin and error annotations.
19186 (gdb-concat-output): Use font-lock-warning-face for errors.
19187
19188 2005-06-22 Miles Bader <miles@gnu.org>
19189
19190 * bindings.el (propertized-buffer-identification): Use renamed
19191 `Buffer-menu-buffer' face.
19192
19193 * faces.el (vertical-border): Rename from `vertical-divider'.
19194 (escape-glyph): Change dark-background color back to `cyan'.
19195
19196 2005-06-21 Juri Linkov <juri@jurta.org>
19197
19198 * faces.el (face-user-default-spec): Try getting `customized-face'
19199 prior to `saved-face'.
19200 (frame-background-mode): Refill docstring.
19201
19202 * emacs-lisp/lisp-mode.el (eval-defun-1):
19203 * emacs-lisp/edebug.el (edebug-eval-defun):
19204 Set `saved-face' temporarily to nil before calling form.
19205 Set `customized-face' to the new spec after that.
19206
19207 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19208
19209 * subr.el (1value, lambda, key-substitution-in-progress):
19210 Doc fixes.
19211
19212 * autoinsert.el (auto-insert-alist):
19213 * ses.el (ses-call-printer):
19214 * subr.el (noreturn):
19215 * emacs-lisp/lisp.el (check-parens):
19216 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19217 * net/browse-url.el (browse-url-mosaic):
19218 * progmodes/cc-defs.el (c-safe-scan-lists):
19219 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19220 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19221 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19222 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19223 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19224 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19225
19226 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19227
19228 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19229
19230 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19231
19232 * calendar/appt.el (appt-make-list): Activate the package, if
19233 not already active (for backwards compatibility).
19234
19235 2005-06-20 Kim F. Storm <storm@cua.dk>
19236
19237 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19238
19239 2005-06-20 Miles Bader <miles@gnu.org>
19240
19241 * faces.el (vertical-divider): New face.
19242
19243 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19244
19245 * simple.el (kill-whole-line): Doc fix.
19246 (next-error-buffer-p, next-error-find-buffer)
19247 (clone-indirect-buffer): Fix typos in docstrings.
19248 (comment-line-break-function): Doc fix: don't say variable
19249 is automatically buffer-local (it isn't).
19250
19251 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19252
19253 * net/tramp-ftp.el (top):
19254 * net/tramp-smb.el (top):
19255 * net/tramp-util.el (top):
19256 * net/tramp-uu.el (top):
19257 * net/tramp-vc.el (top):
19258 * net/tramp.el (top): Revert copyright years back to original
19259 ones. Tramp has a life outside GNU Emacs.
19260
19261 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19262
19263 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19264
19265 2005-06-18 Juri Linkov <juri@jurta.org>
19266
19267 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19268 end of first regexp to limit the match to the position between
19269 line number and source line with same separator character as used
19270 between file name and line number. In the second regexp limit
19271 mouse-face area to file name and line number by adding new group
19272 for them and referring it in HYPERLINK arg.
19273 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19274 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19275 previous line where grep markers may be already removed.
19276
19277 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19278
19279 * progmodes/ps-mode.el: Update version and maintainer's email address.
19280
19281 2005-06-18 Steve Youngs <steve@xemacs.org>
19282
19283 * net/browse-url.el (browse-url-browser-function)
19284 (browse-url-default-browser): Add firefox.
19285 (browse-url-firefox-program, browse-url-firefox-arguments)
19286 (browse-url-firefox-startup-arguments)
19287 (browse-url-firefox-new-window-is-tab): New defcustoms.
19288 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19289
19290 2005-06-17 Richard M. Stallman <rms@gnu.org>
19291
19292 * startup.el (command-line): Warn if specified user name has
19293 no home directory.
19294
19295 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19296 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19297
19298 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19299 Doc fixes.
19300
19301 * faces.el (underline): Try bold if terminal doesn't support underline.
19302
19303 * mail/sendmail.el (mail-setup-with-from): New variable.
19304 (mail-insert-from-field): New function.
19305 (sendmail-send-it): Call it.
19306 (mail-setup): Optionally call it here.
19307
19308 * term/linux.el: Call tty-no-underline.
19309
19310 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19311
19312 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19313
19314 2005-06-17 Miles Bader <miles@gnu.org>
19315
19316 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19317 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19318 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19319 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19320 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19321 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19322 Remove "-face" suffix from face names.
19323 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19324 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19325 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19326 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19327 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19328 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19329 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19330 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19331 New backward-compatibility aliases for renamed faces.
19332 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19333 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19334 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19335 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19336 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19337 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19338 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19339 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19340 Use renamed ediff faces.
19341
19342 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19343 Remove "-face" suffix from face names.
19344 (eshell-test-ok-face, eshell-test-failed-face):
19345 New backward-compatibility aliases for renamed faces.
19346 (eshell-run-test): Use renamed eshell-test faces.
19347
19348 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19349 face name.
19350 (eshell-prompt-face): New backward-compatibility alias for renamed
19351 face.
19352 (eshell-emit-prompt): Use renamed eshell-prompt face.
19353
19354 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19355 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19356 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19357 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19358 Remove "-face" suffix from face names.
19359 (eshell-ls-directory-face, eshell-ls-symlink-face)
19360 (eshell-ls-executable-face, eshell-ls-readonly-face)
19361 (eshell-ls-unreadable-face, eshell-ls-special-face)
19362 (eshell-ls-missing-face, eshell-ls-archive-face)
19363 (eshell-ls-backup-face, eshell-ls-product-face)
19364 (eshell-ls-clutter-face):
19365 New backward-compatibility aliases for renamed faces.
19366 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19367
19368 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19369 Remove "-face" suffix from face name.
19370 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19371 instead of literal face.
19372
19373 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19374
19375 * emacs-lisp/warnings.el (display-warning, lwarn)
19376 (warning-minimum-log-level): Doc fixes.
19377 (warning-minimum-level, warning-minimum-log-level):
19378 Add :debug to :type choices.
19379
19380 * progmodes/ada-mode.el (ada-format-paramlist)
19381 (ada-get-indent-case, ada-check-matching-start)
19382 (ada-check-defun-name, ada-goto-matching-decl-start)
19383 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19384 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19385 (ada-make-subprogram-body): Follow error conventions.
19386 (ada-case-exception-file, ada-indent-comment-as-code)
19387 (ada-indent-handle-comment-special, ada-indent-renames)
19388 (ada-indent-return, ada-search-directories-internal)
19389 (ada-tab-policy, ada-case-exception-substring)
19390 (ada-other-file-alist, ada-matching-start-re)
19391 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19392 (ada-imenu-generic-expression, ada-compile-goto-error)
19393 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19394 (ada-popup-menu, ada-add-extensions, ada-mode)
19395 (ada-region-selected, ada-create-case-exception)
19396 (ada-create-case-exception-substring, ada-after-keyword-p)
19397 (ada-activate-keys-for-case, ada-adjust-case-region)
19398 (ada-adjust-case-buffer, ada-format-paramlist)
19399 (ada-scan-paramlist, ada-insert-paramlist)
19400 (ada-indent-newline-indent)
19401 (ada-indent-newline-indent-conditional)
19402 (ada-justified-indent-current, ada-goto-previous-word)
19403 (ada-indent-current, ada-get-indent-open-paren)
19404 (ada-get-indent-paramlist, ada-get-indent-end)
19405 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19406 (ada-get-indent-block-start, ada-get-indent-subprog)
19407 (ada-get-indent-noindent, ada-get-indent-label)
19408 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19409 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19410 (ada-goto-stmt-end, ada-goto-next-word)
19411 (ada-check-matching-start, ada-check-defun-name)
19412 (ada-goto-matching-decl-start, ada-goto-matching-start)
19413 (ada-goto-matching-end, ada-search-ignore-string-comment)
19414 (ada-in-decl-p, ada-looking-at-semi-or)
19415 (ada-looking-at-semi-private, ada-in-paramlist-p)
19416 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19417 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19418 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19419 (ada-previous-package, ada-create-menu)
19420 (ada-fill-comment-paragraph-justify)
19421 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19422 (ada-other-file-name, ada-last-which-function-line)
19423 (ada-last-which-function-subprog, ada-which-function)
19424 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19425 (ada-gen-treat-proc, ada-check-emacs-version)
19426 (ada-continuation-indent, ada-align-region-separate):
19427 Fix typos in docstrings.
19428 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19429
19430 2005-06-16 Lute Kamstra <lute@gnu.org>
19431
19432 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19433 conditionally.
19434
19435 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19436
19437 * comint.el (comint-replace-by-expanded-filename)
19438 (comint-prompt-regexp, comint-delimiter-argument-list)
19439 (comint-preinput-scroll-to-bottom):
19440 * info.el (Info-hide-cookies-node):
19441 * ls-lisp.el (ls-lisp-classify):
19442 * find-file.el (ff-search-directories, ff-special-constructs)
19443 (ff-find-other-file):
19444 * font-lock.el (font-lock-keywords):
19445 * shell.el (shell-prompt-pattern)
19446 (shell-dynamic-complete-functions, shell-mode)
19447 (shell-delimiter-argument-list):
19448 * term.el (term-replace-by-expanded-filename)
19449 (term-prompt-regexp, term-delimiter-argument-list):
19450 * woman.el (woman-ignore, woman0-if):
19451 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19452 * emacs-lisp/elint.el (elint-init-env):
19453 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19454 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19455 * language/ethio-util.el (ethio-tilde-escape)
19456 (ethio-use-three-dot-question):
19457 * net/zone-mode.el (zone-mode-load-time-setup):
19458 * progmodes/cc-align.el (c-lineup-argcont):
19459 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19460 * progmodes/cperl-mode.el (cperl-set-style-back):
19461 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19462 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19463 Fix spellings in docstrings.
19464
19465 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19466 * progmodes/modula2.el (m2-for): Fix spellings.
19467
19468 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19469
19470 * simple.el (undo-more): Don't use `format' on `error' arguments.
19471 Improve argument/docstring consistency.
19472 (pending-undo-list): Doc fix.
19473
19474 * smerge-mode.el (smerge-ensure-match):
19475 * emulation/vip.el (vip-ex):
19476 * net/zone-mode.el (zone-mode-update-serial):
19477 * progmodes/idlwave.el (idlwave-complete):
19478 * progmodes/vhdl-mode.el (vhdl-visit-file)
19479 (vhdl-compose-wire-components):
19480 Don't use `format' on `error' arguments.
19481
19482 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19483 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19484 (tooltip-help-tips): Fix typos in docstrings.
19485
19486 2005-06-16 David Ponce <david@dponce.com>
19487
19488 * tree-widget.el (tree-widget-value-create): Simplify last change.
19489
19490 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19491
19492 * ido.el (ido-incomplete-regexp): New variable.
19493 (ido-set-matches-1): Handle invalid-regexp error and set
19494 ido-incomplete-regexp.
19495 (ido-incomplete-regexp): New face.
19496 (ido-completions): Use it.
19497 (ido-complete, ido-exit-minibuffer, ido-completions):
19498 Handle incomplete regexps.
19499 (ido-completions): Add check for complete match when entering a regexp.
19500
19501 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19504
19505 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19506
19507 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19508 by field delimiters.
19509
19510 2005-06-15 David Ponce <david@dponce.com>
19511
19512 * tree-widget.el: eval-and-compile inlined functions so they will
19513 be available at run-time too.
19514 (tree-widget-super-format-handler)
19515 (tree-widget-format-handler): Remove.
19516 (tree-widget-value-create): Handle the :indent property.
19517
19518 2005-06-15 Miles Bader <miles@gnu.org>
19519
19520 * progmodes/which-func.el (which-func): Only inherit
19521 `font-lock-function-name-face' when that makes sense against the
19522 default mode-line face, otherwise set the face color explicitly.
19523
19524 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19525 faces instead of (non-existent) variables.
19526
19527 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19528
19529 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19530 (iswitchb-get-matched-buffers): Likewise. Simplify.
19531
19532 2005-06-14 Miles Bader <miles@gnu.org>
19533
19534 * progmodes/ld-script.el (ld-script-location-counter):
19535 Remove "-face" suffix from face name.
19536 (ld-script-location-counter-face):
19537 New backward-compatibility alias for renamed face.
19538 (ld-script-location-counter-face): Use renamed face.
19539
19540 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19541 (cperl-hash): Remove "-face" suffix from face names.
19542 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19543 New backward-compatibility aliases for renamed faces.
19544 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19545 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19546
19547 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19548 name.
19549 (which-func-face): New backward-compatibility alias for renamed face.
19550 (which-func-format): Use renamed which-func face.
19551
19552 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19553 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19554 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19555 names.
19556 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19557 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19558 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19559 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19560 (vhdl-speedbar-architecture-selected)
19561 (vhdl-speedbar-configuration-selected)
19562 (vhdl-speedbar-package-selected)
19563 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19564 names.
19565 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19566 Use renamed faces.
19567 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19568 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19569 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19570 Use renamed faces.
19571 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19572 names.
19573 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19574 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19575 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19576 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19577 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19578 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19579
19580 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19581 face name.
19582 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19583 (sh-heredoc-face): Use renamed sh-heredoc face.
19584
19585 * progmodes/idlw-help.el (idlwave-help-link):
19586 Remove "-face" suffix from face name.
19587 (idlwave-help-link-face):
19588 New backward-compatibility alias for renamed face.
19589 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19590
19591 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19592 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19593 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19594 New backward-compatibility aliases for renamed faces.
19595 (idlwave-shell-disabled-breakpoint-face)
19596 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19597
19598 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19599 Remove "-face" suffix from face names.
19600 (flymake-errline-face, flymake-warnline-face):
19601 New backward-compatibility aliases for renamed faces.
19602 (flymake-highlight-line): Use renamed flymake faces.
19603
19604 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19605 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19606 (ebrowse-member-class, ebrowse-progress):
19607 Remove "-face" suffix from face names.
19608 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19609 (ebrowse-file-name-face, ebrowse-default-face)
19610 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19611 (ebrowse-progress-face):
19612 New backward-compatibility aliases for renamed faces.
19613 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19614 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19615 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19616 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19617
19618 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19619 antlr-syntax)
19620 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19621 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19622 names.
19623 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19624 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19625 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19626 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19627 backward-compatibility aliases for renamed faces.
19628 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19629 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19630 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19631 remove "font-lock-". Use renamed antlr-mode faces.
19632 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19633 literal face-names with face variable references.
19634
19635 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19636 face name.
19637 (Buffer-menu-buffer-face): New backward-compatibility alias for
19638 renamed face.
19639 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19640
19641 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19642
19643 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19644 Eliminate "-face" suffix.
19645 (makefile-targets): Inherit from font-lock-function-name-face and
19646 eliminate "-face" suffix.
19647 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19648 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19649 actions, instead of prepending, to make it less visible.
19650 (makefile-previous-dependency, makefile-match-dependency):
19651 Don't match a target on a continuation line.
19652
19653 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19654
19655 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19656
19657 * progmodes/gdb-ui.el (menu): Re-order menu items.
19658 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19659
19660 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19661 Define in tooltip.el.
19662 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19663 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19664 gud-tooltip-echo-area.
19665
19666 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19667 backward compatibility and make obsolete.
19668 (tooltip-help-tips): Use tooltip-use-echo-area.
19669 (tooltip-show-help-function): Rename to...
19670 (tooltip-show-help): ...this, because it is a function.
19671 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19672
19673 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19674
19675 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19676 (edebug-print-length, edebug-print-level, edebug-print-circle)
19677 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19678 (edebug-eval-print-last-sexp): Doc fixes.
19679
19680 2005-06-14 Kim F. Storm <storm@cua.dk>
19681
19682 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19683 as the coverage buffer/file/both may change.
19684
19685 2005-06-14 Lute Kamstra <lute@gnu.org>
19686
19687 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19688 and run-mode-hooks. Simplify.
19689
19690 * mail/rmailedit.el (rmail-edit-mode):
19691 * progmodes/octave-inf.el (inferior-octave-mode):
19692 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19693
19694 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19695 and run-mode-hooks.
19696 (recentf-edit-list, recentf-open-files): Don't call
19697 kill-all-local-variables directly.
19698
19699 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19700
19701 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19702
19703 * emacs-lisp/byte-run.el (make-obsolete)
19704 (define-obsolete-function-alias): Rename arguments FUNCTION and
19705 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19706 (make-obsolete-variable, define-obsolete-variable-alias):
19707 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19708 respectively.
19709
19710 * isearchb.el (isearchb-activate):
19711 * pcvs.el (cvs-mode):
19712 * ses.el (ses-load):
19713 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19714 * net/tramp.el (tramp-find-file-exists-command)
19715 (tramp-find-shell):
19716 * progmodes/ada-mode.el (ada-create-case-exception)
19717 (ada-create-case-exception-substring, ada-make-subprogram-body):
19718 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19719 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19720 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19721 * textmodes/org.el (org-promote, org-evaluate-time-range)
19722 (org-agenda-next-date-line, org-agenda-previous-date-line)
19723 (org-agenda-error, org-open-at-point, org-table-move-row)
19724 (org-format-table-table-html-using-table-generate-source)
19725 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19726 * textmodes/reftex.el (reftex-access-scan-info):
19727 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19728 (reftex-toc-promote-prepare): Follow error conventions.
19729
19730 * diff-mode.el (diff-mode): Fix typo in docstring.
19731
19732 * forms.el (forms--intuit-from-file): Fix reference to
19733 `forms-number-of-fields' in error message.
19734 (forms-print): Fix quoting in error message.
19735
19736 * forms.el (forms-mode):
19737 * emulation/vi.el (vi-goto-insert-state):
19738 * progmodes/flymake.el (flymake-new-err-info)
19739 (flymake-start-syntax-check-for-current-buffer)
19740 (flymake-simple-cleanup):
19741 * eshell/esh-var.el (eshell/export):
19742 * progmodes/gud.el (xdb):
19743 * textmodes/flyspell.el (flyspell-incorrect-hook)
19744 (flyspell-maybe-correct-transposition)
19745 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19746
19747 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19748
19749 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19750 minibuffer prompt.
19751
19752 2005-06-13 Kim F. Storm <storm@cua.dk>
19753
19754 * subr.el (add-to-ordered-list): New defun.
19755
19756 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19757 add cua--keymap-alist to emulation-mode-map-alists.
19758
19759 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19760
19761 * subr.el (complete-in-turn): New macro.
19762 (dynamic-completion-table, lazy-completion-table): Add debug info.
19763
19764 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19765 in preference to face aliases.
19766
19767 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19768 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19769 Remove unused vars `start' and `firstline'.
19770 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19771 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19772
19773 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19774
19775 * cus-start.el (all): Don't complain about missing GTK-related
19776 variables, unless either `gtk' is boundp or this isn't a
19777 `windows-nt' build.
19778
19779 2005-06-13 Lute Kamstra <lute@gnu.org>
19780
19781 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19782 run-mode-hooks.
19783
19784 * ediff-mult.el (ediff-meta-mode):
19785 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19786
19787 * ledit.el (ledit-mode): Use delay-mode-hooks.
19788
19789 * woman.el (woman-mode-line-format): Delete constant.
19790 (woman-mode-map): Initialize it properly.
19791 (woman-mode): Set mode-class property to special.
19792 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19793 Set major-mode and mode-name. Don't set mode-line-format directly.
19794 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19795
19796 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19797 string argument obsolete.
19798
19799 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19800
19801 * textmodes/org.el (org-CUA-compatible): New option.
19802 (org-disputed-keys): New variable.
19803 (org-key): New function.
19804 (orgtbl-make-binding): Add docstring to the created function.
19805 (org-mode): Set paragraph start/separate regexps.
19806 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19807 (org-archive-location, org-archive-mark-done)
19808 (org-archive-stamp-time): New options.
19809 (org-archive-subtree): New command.
19810 (org-fill-paragraph): New function.
19811 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19812 (org-fake-empty-table-line): Function removed.
19813 (org-format-org-table-html): Do not create empty table lines at
19814 separator lines. Improved table header treatment.
19815 (org-link-format): New option.
19816 (org-make-link): New function.
19817 (org-insert-link, org-store-link): Use org-make-link.
19818 (org-open-file): Quote file name for shell command, to allow
19819 spaces in file names.
19820 (org-link-regexp): Fix bug with mailto link.
19821 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19822 New constants.
19823 (org-export-as-html): Deal with the optional angles around a link.
19824 Better treatment of file: links.
19825 (org-open-at-point): Replace @{ and @} with < and >.
19826 (org-run-mode-hooks): Function removed.
19827 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19828
19829 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19830
19831 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19832 MI command -data-list-register-values.
19833 (gdb-post-prompt): Indent properly.
19834
19835 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19836
19837 * hilit-chg.el (highlight-changes-colors): Rename from
19838 `highlight-changes-colours'.
19839 (highlight-changes-colours): Keep as obsolete alias.
19840 (highlight-changes-face-list): Doc fix.
19841 (hilit-chg-make-list): Use `highlight-changes-colors'.
19842
19843 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19844
19845 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19846 defun-prompt-regexp.
19847
19848 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19849
19850 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19851 and cygwin.
19852
19853 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19854 Don't use an old loaddefs.el, as in Makefile.in.
19855
19856 2005-06-12 Lute Kamstra <lute@gnu.org>
19857
19858 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19859
19860 * man.el (Man-mode-map): Initialize it properly.
19861 (Man-mode): Set mode-class property to special.
19862
19863 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19864
19865 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19866
19867 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19868 A newline is needed in the docstring there.
19869
19870 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19871 Doc fixes.
19872
19873 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19874
19875 * printing.el: Doc fix. The menubar is no more changed when printing
19876 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19877 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19878 (pr-version): New version number (6.8.4).
19879 (pr-menu-bind): New command.
19880 (pr-update-menus): Docstring and code fix.
19881 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19882 Docstring fix.
19883 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19884 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19885
19886 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19887
19888 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19889 "Returns" to "return", document useful return values, etc.
19890
19891 2005-06-11 Alan Mackenzie <acm@muc.de>
19892
19893 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19894 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19895 (adaptive-file-function): Minor amendment to doc-string.
19896
19897 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19898
19899 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19900 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19901 Fix :type--it is `integer', not `string'.
19902
19903 * faces.el (modeline-highlight): Rename from (the erroneous)
19904 `modeline-higilight'.
19905
19906 2005-06-11 Lute Kamstra <lute@gnu.org>
19907
19908 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19909 lisp-interaction-mode-map but make it the parent.
19910 (edebug-eval-mode): Use define-derived-mode.
19911
19912 2005-06-11 Andreas Schwab <schwab@suse.de>
19913
19914 * bindings.el: Add binding of `ESC functionkey' for every
19915 `M-functionkey'.
19916 * hexl.el (hexl-mode-map): Likewise.
19917
19918 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19919
19920 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19921 [msft]: update regexp for newer msft compilers.
19922
19923 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19924
19925 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19926 ATTLIST portions of included DTDs.
19927 (xml-parse-dtd): Eliminate use of inefficient match-data.
19928
19929 2005-06-10 Miles Bader <miles@gnu.org>
19930
19931 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19932 (mpuz-text): Remove "-face" suffix from face names.
19933 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19934 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19935 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19936
19937 * play/gomoku.el (gomoku-O, gomoku-X):
19938 Remove "-face" suffix from face names.
19939 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19940 New backward-compatibility aliases for renamed faces.
19941 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19942
19943 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19944
19945 * thumbs.el: Fixes for changes of 2005-06-09.
19946 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19947 as a directory.
19948 (thumbs-thumbname): Remove directory separator from format string;
19949 `thumbs-thumbsdir' now returns a valid directory name.
19950 (thumbs-temp-dir): New defsubst.
19951 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19952 Use it.
19953
19954 * cus-edit.el (minibuffer):
19955 * files.el (make-backup-file-name-function):
19956 * filesets.el (filesets-external-viewers):
19957 * hilit-chg.el (highlight-changes-colours)
19958 (highlight-changes-face-list, highlight-changes-rotate-faces):
19959 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19960 * kmacro.el (kmacro-call-macro):
19961 * log-edit.el (log-edit-changelog-full-paragraphs):
19962 * mouse.el (mouse-1-click-follows-link):
19963 * skeleton.el (skeleton-autowrap):
19964 * subr.el (insert-for-yank-1):
19965 * tempo.el (tempo-insert-region):
19966 * terminal.el (terminal-emulator):
19967 * time.el (display-time-mail-face):
19968 * vc.el (vc-annotate):
19969 * vcursor.el (vcursor-copy-line):
19970 * woman.el (woman-bold-headings, woman-ignore)
19971 (woman-default-faces, woman-monochrome-faces):
19972 * calendar/todo-mode.el (todo-insert-threshold):
19973 * emulation/pc-select.el (pc-select-selection-keys-only)
19974 (pc-selection-mode):
19975 * emulation/vip.el (vip-find-char-forward):
19976 * emulation/viper-cmd.el (viper-find-char-forward):
19977 * international/mule-cmds.el
19978 (select-safe-coding-system-accept-default-p)
19979 (input-method-exit-on-invalid-key):
19980 * international/mule-diag.el (describe-coding-system):
19981 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19982 * net/browse-url.el (browse-url-xterm-program):
19983 * obsolete/lazy-lock.el (lazy-lock-mode):
19984 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19985 (cperl-mode):
19986 * progmodes/cpp.el (cpp-face-light-name-list)
19987 (cpp-face-dark-name-list):
19988 * progmodes/delphi.el (delphi-newline-always-indents):
19989 Fix spellings in docstrings.
19990
19991 * ido.el (ido-mode, ido-file-extensions-order)
19992 (ido-default-file-method, ido-default-buffer-method)
19993 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19994 (ido-decorations, ido-read-file-name-as-directory-commands)
19995 (ido-read-file-name-non-ido, ido-work-directory-list)
19996 (ido-ignore-item-temp-list, ido-current-directory)
19997 (ido-magic-forward-char, ido-enter-find-file)
19998 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19999 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20000
20001 2005-06-10 Lute Kamstra <lute@gnu.org>
20002
20003 * play/dunnet.el (dun-mode): Use define-derived-mode.
20004 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20005 obsolete alias.
20006
20007 * play/doctor.el (doctor-mode-map): Remove defvar.
20008 (doctor-mode): Use define-derived-mode.
20009
20010 * mail/mspools.el (mspools-mode):
20011 * net/eudc-hotlist.el (eudc-hotlist-mode):
20012 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20013
20014 2005-06-10 Miles Bader <miles@gnu.org>
20015
20016 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20017 Remove "-face" suffix from face names.
20018 (flyspell-incorrect-face, flyspell-duplicate-face):
20019 New backward-compatibility aliases for renamed faces.
20020 (flyspell-mode-on, make-flyspell-overlay)
20021 (flyspell-highlight-incorrect-region)
20022 (flyspell-highlight-duplicate-region)
20023 (flyspell-display-next-corrections)
20024 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20025
20026 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20027 from face name.
20028 (texinfo-heading-face): New backward-compatibility alias for
20029 renamed face.
20030 (texinfo-heading-face): Use renamed texinfo-heading face.
20031
20032 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20033 suffix from face names.
20034 (tex-math-face, tex-verbatim-face):
20035 New backward-compatibility aliases for renamed faces.
20036 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20037 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20038 literal face name.
20039
20040 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20041 name.
20042 (table-cell-face): New backward-compatibility alias for renamed face.
20043 (table--put-cell-face-property, table--update-cell-face):
20044 Use renamed table-cell face.
20045
20046 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20047 from face name.
20048 (sgml-namespace-face): New backward-compatibility alias for
20049 renamed face.
20050 (sgml-namespace-face): Use renamed sgml-namespace face.
20051
20052 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20053 (org-level-4, org-level-5, org-level-6, org-level-7)
20054 (org-level-8, org-warning, org-headline-done)
20055 (org-deadline-announce, org-scheduled-today)
20056 (org-scheduled-previously, org-link, org-done, org-table)
20057 (org-time-grid): Remove "-face" suffix from face names.
20058 (org-level-1-face, org-level-2-face, org-level-3-face)
20059 (org-level-4-face, org-level-5-face, org-level-6-face)
20060 (org-level-7-face, org-level-8-face, org-warning-face)
20061 (org-headline-done-face, org-deadline-announce-face)
20062 (org-scheduled-today-face, org-scheduled-previously-face)
20063 (org-link-face, org-done-face, org-table-face)
20064 (org-time-grid-face):
20065 New backward-compatibility aliases for renamed faces.
20066 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20067 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20068 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20069 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20070
20071 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20072 (viper-minibuffer-emacs, viper-minibuffer-insert)
20073 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20074 (viper-search-face, viper-replace-overlay-face)
20075 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20076 (viper-minibuffer-vi-face):
20077 New backward-compatibility aliases for renamed faces.
20078 (viper-search-face, viper-replace-overlay-face)
20079 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20080 (viper-minibuffer-vi-face): Use renamed viper faces.
20081
20082 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20083 Remove "-face" suffix from face names.
20084 (testcover-nohits-face, testcover-1value-face):
20085 New backward-compatibility aliases for renamed faces.
20086 (testcover-mark): Use renamed testcover faces.
20087
20088 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20089 face name.
20090 (diary-button-face): New backward-compatibility alias for renamed face.
20091 (diary-entry): Use renamed diary-button face.
20092
20093 * calendar/calendar.el (diary, calendar-today, holiday)
20094 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20095 (diary-face, calendar-today-face, holiday-face):
20096 New backward-compatibility aliases for renamed faces.
20097 (eval-after-load "facemenu", diary-entry-marker)
20098 (calendar-today-marker, calendar-holiday-marker, diary-face):
20099 Use renamed calendar faces.
20100
20101 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20102 (compare-windows-face): New backward-compatibility alias for
20103 renamed face.
20104 (compare-windows-highlight): Use renamed compare-windows face.
20105
20106 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20107 (strokes-char-face): New backward-compatibility alias for renamed face.
20108 (strokes-encode-buffer): Use renamed strokes-char face.
20109
20110 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20111 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20112 Remove "-face" suffix from face names.
20113 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20114 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20115 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20116 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20117 Use renamed pcvs faces.
20118 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20119 * pcvs-defs.el (cvs-mode-map): Likewise.
20120 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20121
20122 * info.el (info-title-1, info-title-2, info-title-3)
20123 (info-title-4): Remove "-face" suffix from and downcase face names.
20124 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20125 (Info-title-4-face):
20126 New backward-compatibility aliases for renamed faces.
20127 (Info-fontify-node): Use renamed info faces.
20128
20129 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20130 Remove "-face" suffix from face names.
20131 (highlight-changes-face, highlight-changes-delete-face):
20132 New backward-compatibility aliases for renamed faces.
20133 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20134 (hilit-chg-make-list): Use renamed highlight-changes faces.
20135
20136 * generic-x.el (show-tabs-tab, show-tabs-space):
20137 Remove "-face" suffix from face names.
20138 (show-tabs-tab-face, show-tabs-space-face):
20139 New backward-compatibility aliases for renamed faces.
20140 (show-tabs-generic-mode-font-lock-defaults-1)
20141 (show-tabs-generic-mode-font-lock-defaults-2):
20142 Use renamed show-tabs faces.
20143
20144 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20145 (smerge-markers): Remove "-face" suffix from face names.
20146 (smerge-mine-face, smerge-other-face, smerge-base-face)
20147 (smerge-markers-face):
20148 New backward-compatibility aliases for renamed faces.
20149 (smerge-mine-face, smerge-other-face, smerge-base-face)
20150 (smerge-markers-face): Use renamed smerge faces.
20151
20152 * log-view.el (log-view-file, log-view-message): Remove "-face"
20153 suffix from face names.
20154 (log-view-file-face, log-view-message-face):
20155 New backward-compatibility aliases for renamed faces.
20156 (log-view-file-face, log-view-message-face): Use renamed log-view
20157 faces.
20158
20159 * paren.el (show-paren-match, show-paren-mismatch):
20160 Remove "-face" suffix from face names.
20161 (show-paren-match-face, show-paren-mismatch-face):
20162 New backward-compatibility aliases for renamed faces.
20163 (show-paren-function): Use renamed show-paren faces.
20164
20165 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20166 (ruler-mode-margins, ruler-mode-fringes)
20167 (ruler-mode-column-number, ruler-mode-fill-column)
20168 (ruler-mode-comment-column, ruler-mode-goal-column)
20169 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20170 suffix from face names.
20171 (ruler-mode-default-face, ruler-mode-pad-face)
20172 (ruler-mode-margins-face, ruler-mode-fringes-face)
20173 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20174 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20175 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20176 New backward-compatibility aliases for renamed faces.
20177 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20178 (ruler-mode-column-number, ruler-mode-fill-column)
20179 (ruler-mode-comment-column, ruler-mode-goal-column)
20180 (ruler-mode-tab-stop, ruler-mode-current-column)
20181 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20182 faces.
20183
20184 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20185 face name.
20186 (whitespace-highlight-the-space): Use renamed face.
20187 (whitespace-highlight-face): New backward-compatibility alias for
20188 renamed face.
20189
20190 * woman.el (woman-italic, woman-bold, woman-unknown)
20191 (woman-addition, woman-symbol-face):
20192 Remove "-face" suffix from face names.
20193 (woman-italic-face, woman-bold-face, woman-unknown-face)
20194 (woman-addition-face):
20195 New backward-compatibility aliases for renamed faces.
20196 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20197 (woman-decode-region, woman-replace-match)
20198 (woman-display-extended-fonts, woman-special-characters)
20199 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20200 Use renamed woman faces.
20201
20202 * longlines.el (longlines-visible-face): Face removed.
20203
20204 * diff-mode.el (diff-header, diff-file-header, diff-index)
20205 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20206 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20207 suffix from face names.
20208 (diff-header-face, diff-file-header-face, diff-index-face)
20209 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20210 (diff-changed-face, diff-function-face, diff-context-face)
20211 (diff-nonexistent-face): New backward-compatibility aliases for
20212 renamed faces.
20213 (diff-header-face, diff-file-header-face)
20214 (diff-index, diff-index-face, diff-hunk-header)
20215 (diff-hunk-header-face, diff-removed, diff-removed-face)
20216 (diff-added, diff-added-face, diff-changed-face, diff-function)
20217 (diff-function-face, diff-context-face, diff-nonexistent)
20218 (diff-nonexistent-face): Use renamed diff-mode faces.
20219
20220 * progmodes/compile.el (compilation-warning-face)
20221 (compilation-info-face): Remove "-face" suffix from face names.
20222 (compilation-warning-face, compilation-info-face):
20223 New backward-compatibility aliases for renamed faces.
20224 (compilation-warning-face, compilation-info-face):
20225 Use renamed compilation faces.
20226
20227 * add-log.el (change-log-date, change-log-name)
20228 (change-log-email, change-log-file, change-log-list)
20229 (change-log-conditionals, change-log-function)
20230 (change-log-acknowledgement): Remove "-face" suffix from face names.
20231 (change-log-date-face, change-log-name-face)
20232 (change-log-email-face, change-log-file-face)
20233 (change-log-list-face, change-log-conditionals-face)
20234 (change-log-function-face, change-log-acknowledgement-face):
20235 New backward-compatibility aliases for renamed faces.
20236 (change-log-font-lock-keywords): Use renamed change-log faces.
20237
20238 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20239 (custom-set, custom-changed, custom-saved, custom-button)
20240 (custom-button-pressed, custom-documentation, custom-state)
20241 (custom-comment, custom-comment-tag, custom-variable-tag)
20242 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20243 (custom-group-tag): Remove "-face" suffix from face names.
20244 (custom-magic-alist, custom-magic-value-create)
20245 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20246 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20247 (custom-set-face, custom-changed-face, custom-saved-face)
20248 (custom-button-face, custom-button-pressed-face)
20249 (custom-documentation-face, custom-state-face)
20250 (custom-comment-face, custom-comment-tag-face)
20251 (custom-variable-tag-face, custom-variable-button-face)
20252 (custom-face-tag-face, custom-group-tag-face-1)
20253 (custom-group-tag-face):
20254 New backward-compatibility aliases for renamed faces.
20255
20256 * wid-edit.el (widget-documentation, widget-button)
20257 (widget-field, widget-single-line-field, widget-inactive)
20258 (widget-button-pressed): "-face" suffix removed from face names.
20259 (widget-documentation-face, widget-button-face)
20260 (widget-field-face, widget-single-line-field-face)
20261 (widget-inactive-face, widget-button-pressed-face):
20262 New backward-compatibility aliases for renamed faces.
20263 (widget-documentation-face, widget-button-face)
20264 (widget-button-pressed-face, widget-specify-field)
20265 (widget-specify-inactive): Use renamed widget faces.
20266
20267 2005-06-10 Kenichi Handa <handa@m17n.org>
20268
20269 * term/x-win.el (x-clipboard-yank): Remove condition-case
20270 wrapping.
20271
20272 2005-06-11 Kenichi Handa <handa@m17n.org>
20273
20274 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20275 date lines stricter.
20276
20277 2005-06-10 Zhang Wei <id.brep@gmail.com>
20278
20279 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20280 of x-get-selection.
20281
20282 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20283
20284 * comint.el (comint-mode, comint-snapshot-last-prompt):
20285 * frame.el (frame-current-scroll-bars):
20286 * term.el (term-mode, term-check-proc, term-input-sender)
20287 (term-simple-send, term-extract-string, term-word)
20288 (term-match-partial-filename):
20289 * window.el (window-current-scroll-bars):
20290 * emulation/cua-base.el (cua-normal-cursor-color)
20291 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20292 (cua-global-mark-cursor-color):
20293 * mail/undigest.el (rmail-forward-separator-regex):
20294 Fix typos in docstrings.
20295
20296 * comint.el (comint-check-proc, make-comint-in-buffer)
20297 (comint-source-default): Doc fixes.
20298
20299 * term.el (term-send-string): Improve argument/docstring consistency.
20300
20301 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20302
20303 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20304 call to `delete-region'.
20305 (comint-mode-hook): Do not enable Font Lock by default.
20306
20307 2005-06-09 Lute Kamstra <lute@gnu.org>
20308
20309 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20310 could be void.
20311
20312 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20313
20314 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20315 (debug): Use it.
20316 (debugger-step-through, debugger-continue, debugger-jump)
20317 (debugger-return-value): Set it when needed.
20318 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20319 Use inhibit-read-only.
20320
20321 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20322
20323 * window.el (shrink-window-if-larger-than-buffer)
20324 (window-size-fixed): Fix typo in docstring.
20325
20326 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20327 thumbnails directory on loading.
20328 (thumbs-conversion-program): Use `eq' to check the system type,
20329 not `equal'.
20330 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20331 not "/tmp". Fix docstring.
20332 (thumbs-thumbsdir): New function to return the thumbnails
20333 directory, creating it if needed.
20334 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20335 (thumbs-temp-file): Delete variable and make it into a function.
20336 (thumbs-resize-image, thumbs-modify-image): Use it.
20337 (thumbs-kill-buffer): Simplify.
20338 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20339 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20340 docstrings.
20341
20342 2005-06-09 Kim F. Storm <storm@cua.dk>
20343
20344 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20345 set-match-data to free markers in match-data.
20346
20347 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20348 match-data to unchain markers in match-data.
20349
20350 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20351
20352 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20353 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20354 unnecessary now.
20355
20356 2005-06-08 Richard M. Stallman <rms@gnu.org>
20357
20358 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20359 give the variable a doc string that doesn't say don't set it directly.
20360
20361 * textmodes/ispell.el (ispell-check-version):
20362 Use match-string-no-properties.
20363 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20364 (ispell-buffer-local-words): Likewise.
20365
20366 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20367 except on terminals with enough colors to really display it.
20368 (makefile-dependency-regex): Delete spurious `bb'.
20369
20370 * faces.el (escape-glyph): Use blue once again in last case.
20371 (no-break-space): Redefine so that it isn't invisible on a tty.
20372
20373 2005-06-08 Kim F. Storm <storm@cua.dk>
20374
20375 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20376 also when reading directory name.
20377
20378 2005-06-08 Lute Kamstra <lute@gnu.org>
20379
20380 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20381 (flyspell-mode-line-string): Remove autoload cookie.
20382 (flyspell-mode): Remove defvar.
20383
20384 2005-06-07 Lute Kamstra <lute@gnu.org>
20385
20386 * textmodes/org.el (org-run-mode-hooks): New function.
20387 (org-agenda-mode): Use it.
20388
20389 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20390
20391 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20392
20393 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20394
20395 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20396
20397 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20398
20399 * font-lock.el (font-lock-add-keywords): Doc fix.
20400
20401 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20402
20403 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20404 (tex-compile-default): In the absence of any history, use the order in
20405 tex-compile-alist to choose the preferred command.
20406 (tex-compile-commands): Reorder a bit.
20407
20408 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20409 (flyspell-incorrect-face, flyspell-duplicate-face):
20410 Use (X)Emacs-agnostic code.
20411 (flyspell-mode-map): Don't overwrite at each load. Remove code
20412 redundant with the subsequent add-minor-mode. Merge Emacs and
20413 XEmacs code.
20414 (flyspell-word): Minor simplification.
20415 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20416 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20417 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20418 Merge the corresponding Emacs code.
20419 (flyspell-correct-word, flyspell-xemacs-popup):
20420 Use flyspell-do-correct.
20421
20422 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20423 a dedicated window.
20424
20425 * international/latexenc.el (latexenc-find-file-coding-system):
20426 Undo part of last patch, to turn off a compiler warning.
20427
20428 2005-06-06 Juri Linkov <juri@jurta.org>
20429
20430 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20431 Rename `tmm-inactive-face' to `tmm-inactive'.
20432
20433 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20434
20435 * iswitchb.el: Rename faces.
20436
20437 2005-06-06 Kim F. Storm <storm@cua.dk>
20438
20439 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20440 (cua-global-mark): Remove -face suffix from face names.
20441
20442 * emulation/cua-gmrk.el (cua--init-global-mark):
20443 Remove cua-global-mark face setup.
20444
20445 2005-06-06 Richard M. Stallman <rms@gnu.org>
20446
20447 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20448 just like other allowed characters.
20449 (makefile-match-dependency): Exclude leading and training whitespace
20450 from the range of regexp subexp 1.
20451 (makefile-macroassign-regex): Don't try to match the body,
20452 just the name of the macro being defined.
20453
20454 * info.el (Info-read-node-name-2): New function.
20455 (Info-read-node-name-1): Use that.
20456 Add a completion-base-size-function property.
20457
20458 * simple.el (completion-setup-function): Look for
20459 completion-base-size-function property of minibuffer-completion-table.
20460
20461 * files.el (locate-file-completion): Doc fix.
20462
20463 * printing.el: Don't call pr-update-menus; user must do that.
20464
20465 * emacs-lisp/debug.el (debugger-window): New variable.
20466 (debug): Use debugger-window if it is set and still alive.
20467 Record debugger-window for next entry.
20468
20469 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20470
20471 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20472
20473 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20474 (hack-one-local-variable, hack-local-variables)
20475 (hack-local-variables-prop-line): Pass that arg.
20476
20477 2005-06-06 Kim F. Storm <storm@cua.dk>
20478
20479 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20480 (ido-indicator): Remove -face suffix from face names.
20481
20482 2005-06-06 Juri Linkov <juri@jurta.org>
20483
20484 * font-lock.el (font-lock-regexp-backslash)
20485 (font-lock-regexp-backslash-construct): New faces.
20486 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20487 after `('. Add `while-no-input' to control structures.
20488
20489 * faces.el (no-break-space, shadow): New faces.
20490 (escape-glyph): Use less loud colors pink2 and red4.
20491
20492 * diff-mode.el (diff-context-face)
20493 * dired.el (dired-ignored)
20494 * rfn-eshadow.el (file-name-shadow)
20495 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20496
20497 * info.el (Info-title-1-face): Use green instead of yellow because
20498 bold yellow is not readable on light backgrounds.
20499
20500 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20501 before selecting the desired mode to not spend time fontifying
20502 old contents.
20503
20504 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20505
20506 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20507 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20508
20509 * ps-print.el (ps-default-fg, ps-default-bg):
20510 Fix typos in docstrings.
20511
20512 * isearchb.el (isearchb): Don't pass a spurious second argument to
20513 `iswitchb-completions'.
20514
20515 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20516
20517 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20518 to preserve point.
20519 (gdb-find-file-hook): Add doc string.
20520
20521 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20522 C dereferenced pointer expression.
20523 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20524
20525 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20526
20527 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20528 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20529 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20530 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20531 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20532 Make background transparent.
20533
20534 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20535
20536 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20537 (font-lock-remove-keywords): Doc fix.
20538 (font-lock-mode-major-mode): Compiler defvar.
20539 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20540
20541 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20542 (font-lock-mode): Update `font-lock-mode-major-mode'.
20543 (font-lock-set-defaults): Compiler defvar.
20544 (font-lock-default-function): Take `font-lock-mode-major-mode'
20545 into account.
20546
20547 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20548 keep track of which major mode it enabled the minor mode for.
20549 Use find-file-hook again. Update docstring.
20550
20551 * simple.el (eval-expression-print-level)
20552 (eval-expression-print-length, eval-expression-debug-on-error):
20553 Doc fixes.
20554
20555 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20556
20557 * iswitchb.el (iswitchb-single-match-face)
20558 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20559 (iswitchb-invalid-regexp-face): New faces.
20560 (iswitchb-completions): Use them.
20561 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20562 now marked as an obsolete alias.
20563 (iswitchb-read-buffer): Remove check for bound font variables.
20564 (iswitchb-invalid-regexp): New free variable.
20565 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20566 set iswitchb-invalid-regexp.
20567 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20568 invalid regexps.
20569 (iswitchb-completions): Add check for complete match when entering
20570 a regexp.
20571 (iswitchb-completions): Remove require-match argument.
20572 (iswitchb-exhibit): Fix caller.
20573 (iswitchb-common-match-inserted): New variable.
20574 (iswitchb-complete, iswitchb-completion-help): Use it.
20575
20576 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20577
20578 * url-http.el (url-http-chunked-encoding-after-change-function):
20579 Use `url-http-debug' instead of `message'.
20580
20581 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20582
20583 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20584 callback argument.
20585
20586 2005-06-04 Kim F. Storm <storm@cua.dk>
20587
20588 * simple.el (line-move): Only call sit-for when moving backwards.
20589
20590 * ido.el (ido-make-merged-file-list-1): New defun split from
20591 ido-make-merged-file-list.
20592 (ido-make-merged-file-list): Bind throw-on-input around call to
20593 ido-make-merged-file-list-1. Return input-pending-p if
20594 interrupted by more input available.
20595 (ido-read-internal): Handle input-pending-p return value from
20596 ido-make-merged-file-list.
20597
20598 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20601 compatibility code.
20602
20603 * international/latexenc.el (latexenc-find-file-coding-system):
20604 Don't inherit the EOL part of the coding-system from the
20605 tex-main buffer. Fit within 80 columns.
20606
20607 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20608
20609 * tmm.el (tmm-inactive-face): New face.
20610 (tmm-remove-inactive-mouse-face): New function.
20611 (tmm-prompt, tmm-add-one-shortcut)
20612 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20613 but not selectable.
20614
20615 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20616
20617 * faces.el (face-equal): Improve argument/docstring consistency.
20618
20619 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20620
20621 * progmodes/make-mode.el (makefile-targets-face)
20622 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20623 (makefile-bsdmake-dependency-regex)
20624 (makefile-makepp-rule-action-regex)
20625 (makefile-bsdmake-rule-action-regex): New constants.
20626 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20627
20628 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20629 Allow (...) within `...' for makepp messages.
20630
20631 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20632
20633 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20634
20635 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20636 "." files are deleted from all file lists before comparison.
20637
20638 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20639 (viper-ESC-key): Made them customizable.
20640
20641 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20642
20643 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20644
20645 * autorevert.el (auto-revert-buffers): Use save-match-data.
20646
20647 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20650 menu items with a nil command binding.
20651
20652 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20653
20654 * emacs-lisp/cl-macs.el (defsetf):
20655 Improve argument/docstring consistency.
20656
20657 * faces.el (list-faces-display): Improve the formatting by
20658 computing the maximum length required for any face-name (reworked
20659 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20660 (internal-find-face): Remove redundant info in docstring.
20661
20662 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20663
20664 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20665 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20666 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20667 (gdb-assembler-custom): Improve regexps.
20668 (def-gdb-auto-update-handler): Use window point to preserve point.
20669
20670 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20671
20672 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20673
20674 2005-05-31 Jay Belanger <belanger@truman.edu>
20675
20676 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20677 to calc-embedded.
20678 (calc-embedded-make-info): Have plain prefix argument select
20679 entire line.
20680
20681 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20682
20683 * faces.el (list-faces-display): Signal error if passed a regexp
20684 that matches no face name.
20685
20686 * simple.el (filter-buffer-substring): Fix typo in docstring.
20687
20688 2005-05-31 Richard M. Stallman <rms@gnu.org>
20689
20690 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20691 (vhdl-emacs-21): Doc fix.
20692 (vhdl-mode): Unconditionally set comment-padding.
20693 (vhdl-fixup-whitespace-region): Insert spaces only where
20694 there are none.
20695 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20696
20697 2005-05-30 John Wiegley <johnw@newartisans.com>
20698
20699 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20700 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20701 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20702 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20703 `string-to-number'.
20704
20705 2005-05-30 Jay Belanger <belanger@truman.edu>
20706
20707 * calc/calc.el (calc-bug-address): Fix docstring.
20708 (calc-window-hook, calc-trail-window-hook): New variables.
20709 (calc-trail-display): Restore use of calc-trail-window-hook.
20710 (calc): Restore use of calc-window-hook.
20711
20712 2005-05-31 Masatake YAMATO <jet@gyve.org>
20713
20714 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20715
20716 * help-fns.el (help-C-file-name): Add autoload mark for
20717 `find-function-noselect'.
20718
20719 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20720
20721 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20722 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20723
20724 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20725
20726 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20727 included diary buffer if it was not already being visited.
20728 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20729
20730 * calendar/icalendar.el (top-level): Do not require appt.
20731
20732 * mail/supercite.el (sc-select-attribution): Only use a list
20733 element from sc-attrib-selection-list if it returns a string.
20734 Reported by Davide G. M. Salvetti <salve@debian.org>.
20735
20736 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20737
20738 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20739 includes a hash value to improve its uniqueness, and has a ".jpg"
20740 extension. Also, it is now a valid filename on all systems.
20741 (thumbs-make-thumb): Use `let', not `let*'.
20742 (thumbs-show-thumbs-list): Check for JPEG availability.
20743
20744 2005-05-30 Richard M. Stallman <rms@gnu.org>
20745
20746 * filesets.el (filesets-menu-ensure-use-cached):
20747 Prevent warning when emacs-version>= is undefined.
20748
20749 * printing.el (pr-interactive-n-up): Use string-to-number.
20750
20751 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20752
20753 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20754 Warn only when name to be defined is quoted.
20755
20756 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20757
20758 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20759 Make regexp more robust.
20760 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20761 Force regeneration of disassembly.
20762
20763 2005-05-29 Jay Belanger <belanger@truman.edu>
20764
20765 * calc/calc.el (calc-user-invocation): Check if
20766 calc-invocation-macro is non-nil.
20767
20768 2005-05-29 Juri Linkov <juri@jurta.org>
20769
20770 * add-log.el (change-log-font-lock-keywords):
20771 Add `+' to e-mail regexp to accept mail address with keywords.
20772
20773 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20774
20775 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20776
20777 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20778
20779 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20780
20781 2005-05-29 Richard M. Stallman <rms@gnu.org>
20782
20783 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20784 Undo the change that moves to end of the current word.
20785
20786 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20787
20788 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20789 Throw error when count <= 0 to ensure input is a number.
20790 (gdb-read-memory-custom): Pick up address from buffer.
20791 (gdb-memory-mode): Allow user to increment and decrement
20792 memory address from header line.
20793
20794 2005-05-29 Richard M. Stallman <rms@gnu.org>
20795
20796 * flyspell.el (flyspell-version): Function deleted.
20797 (flyspell-auto-correct-previous-hook): Doc fix.
20798
20799 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20800 Do nothing if memory is full.
20801
20802 * font-lock.el (font-lock-fontify-syntactically-region):
20803 Pass t for GREEDY to looking-back.
20804
20805 * saveplace.el (save-place-alist-to-file): Write the file
20806 using write-region.
20807
20808 * subr.el (looking-back): New argument GREEDY.
20809
20810 * progmodes/compile.el (compilation-start): Set the mode
20811 before inserting the initial text.
20812
20813 * progmodes/which-func.el (which-func-update-1): Turn the mode
20814 off in case of error by setting which-func-mode.
20815
20816 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20817
20818 * flyspell.el (flyspell-auto-correct-previous-word):
20819 Narrow down to what's on the screen, and recenter overlays
20820 at the end of the next word.
20821
20822 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20823
20824 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20825 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20826 (flyspell-abbrev-p): Default to nil.
20827 (flyspell-use-global-abbrev-table-p): Doc fix.
20828 (flyspell-large-region): Allow nil as value.
20829 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20830
20831 (mail-mode-flyspell-verify): More robust handling
20832 of `mail-header-separator'. More efficient signature detection.
20833 Allow for regexp metacharacters in message-header-separator.
20834 Adding `To' not to be checked in mail-mode-flyspell-verify.
20835
20836 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20837 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20838 Bind flyspell-auto-correct-binding.
20839 Bind C-. and C-, .
20840 (flyspell-mode-map): Likewise.
20841 (flyspell-mode): Doc fix.
20842 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20843 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20844 (flyspell-word-cache-result): New var, always local.
20845 (flyspell-check-pre-word-p): Doc fix.
20846 (flyspell-check-changed-word-p): Handle spc like newline.
20847 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20848 (flyspell-word-search-backward, flyspell-word-search-forward):
20849 New functions.
20850 (flyspell-word): Return t if nothing to check.
20851 When parsing TeX code, check for after } or \.
20852 Use flyspell-word-search-backward to find previous word.
20853 Return nil if duplicated word.
20854 For word already checked, return same value as last time.
20855 Set flyspell-word-cache-result after checking.
20856 Don't clobber the return value.
20857 (flyspell-get-word): Major rewrite.
20858 (flyspell-external-point-words): New locals pword, pcount.
20859 Fix size used in progress message.
20860 Find the proper corresponding word in flyspell-large-region-buffer.
20861 (flyspell-region): Check for flyspell-large-region = nil.
20862 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20863 (flyspell-auto-correct-word): Check that WORD is a cons.
20864 (flyspell-correct-word): Likewise.
20865
20866 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20867
20868 * progmodes/make-mode.el (makefile-rule-action-regex)
20869 (makefile-macroassign-regex, makefile-makepp-mode)
20870 (makefile-bsdmake-mode): Continuation lines may be empty.
20871 Reported by Joshua Varner.
20872 (makefile-makepp-font-lock-keywords): Add $(stem).
20873
20874 2005-05-28 Karl Berry <karl@gnu.org>
20875
20876 * textmodes/tex-mode.el: Now that tex-send-command calls
20877 shell-quote-argument (2005-03-31 change), remove all calls to
20878 shell-quote-argument; they all end up invoking tex-send-command.
20879 The double quoting loses on filenames with non-safe characters,
20880 such as "@". Reported by Frederik Fouvry.
20881
20882 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20883
20884 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20885 about preserving point.
20886
20887 2005-05-27 Jay Belanger <belanger@truman.edu>
20888
20889 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20890 Info-goto-node.
20891
20892 * calc/calc-embed.el (calc-embed-arg): New variable.
20893 (calc-do-embedded-activate, calc-embedded-activate-formula)
20894 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20895 variable by new variable.
20896 (calc-embedded-make-info): Replace undeclared variable by new
20897 variable. When selecting region with positive prefix
20898 argument, use end of previous line instead of beginning of line.
20899
20900 * calc/calc-aent.el (calc-arg-values): Declare it.
20901
20902 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20903 Declare them.
20904
20905 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20906
20907 * calc/calc.el (calc-alg-map): Declare it.
20908
20909 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20910
20911 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20912
20913 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20914 (gdb-registers-buffer, toggle-gdb-all-registers):
20915 Toggle display of floating point registers.
20916 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20917
20918 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20919 (toggle-gud-tooltip-dereference):
20920 Rename from gud-toggle-tooltip-dereference.
20921
20922 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20923
20924 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20925
20926 2005-05-27 Jay Belanger <belanger@truman.edu>
20927
20928 * calc/calc-prog.el (calc-kbd-report): Remove.
20929 (calc-kbd-query): Rewrite.
20930
20931 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20932
20933 * image.el (image-library-alist): Move to image.c.
20934 (image-type-available-p): Doc fix.
20935
20936 2005-05-27 Lute Kamstra <lute@gnu.org>
20937
20938 * calc/calc.el (calc):
20939 * outline.el (outline-1, outline-2, outline-3, outline-4)
20940 (outline-5, outline-6, outline-7, outline-8):
20941 * textmodes/dns-mode.el (dns-mode):
20942 * textmodes/sgml-mode.el (sgml-namespace-face):
20943 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20944 (tex-verbatim-face, tex-use-reftex):
20945 * textmodes/texinfo.el (texinfo-heading-face):
20946 Specify customization group.
20947
20948 * longlines.el: Don't require easy-mmode.
20949 (longlines-visible-face): Specify customization group.
20950
20951 2005-05-27 Kenichi Handa <handa@m17n.org>
20952
20953 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20954 encoding table of windows-1251.
20955
20956 * international/ucs-tables.el (ucs-set-table-for-input):
20957 If translation-table-for-input of a coding system is a symbol, get
20958 its translation-table property.
20959
20960 * international/code-pages.el: Don't register a coding system into
20961 non-iso-charset-alist more than once.
20962 (cp-make-coding-system): Likewise.
20963
20964 2005-05-26 John Wiegley <johnw@newartisans.com>
20965
20966 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20967 `eshell-resume-eval' is wrapped in a list, it indicates that the
20968 command was run asynchronously. In that case, unwrap the value
20969 before checking the delimiter value.
20970
20971 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20972 character before a space at the end of a line is \, assume the space
20973 is part of the last argument rather than a final argument separator.
20974
20975 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20976 is in use, and the target is `t' or `nil' (which are the most common
20977 values), don't assume that the symbol target is a buffer.
20978
20979 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20980
20981 * calendar/calendar.el (calendar-mode-line-format):
20982 Use mode-line-highlight as mouse-face.
20983
20984 * time.el (display-time-string-forms, display-time-update):
20985 Use mode-line-highlight as mouse-face.
20986
20987 2005-05-26 Jay Belanger <belanger@truman.edu>
20988
20989 * calc/calc.el (calc-language-alist): Remove extra defvar.
20990
20991 2005-05-26 Lute Kamstra <lute@gnu.org>
20992
20993 * arc-mode.el (archive-mode):
20994 * bookmark.el (bookmark-read-annotation-mode)
20995 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20996 * bs.el (bs-mode):
20997 * calc/calc-yank.el (calc-edit-mode):
20998 * calc/calc.el (calc-mode, calc-trail-mode):
20999 * calculator.el (calculator-mode):
21000 * chistory.el (command-history-mode):
21001 * comint.el:
21002 * cus-edit.el (custom-mode):
21003 * descr-text.el (describe-text-mode):
21004 * ebuff-menu.el (Electric-buffer-menu-mode):
21005 * ediff-util.el (ediff-mode):
21006 * emacs-lisp/re-builder.el (reb-mode):
21007 * emulation/vi.el (vi-mode-setup):
21008 * emulation/ws-mode.el (wordstar-mode):
21009 * eshell/esh-mode.el (eshell-mode):
21010 * forms.el (forms-mode):
21011 * help-mode.el (help-mode):
21012 * hexl.el (hexl-mode):
21013 * ibuffer.el (ibuffer-mode):
21014 * ielm.el (inferior-emacs-lisp-mode):
21015 * info.el (Info-mode, Info-edit-mode):
21016 * international/swedish.el:
21017 * ledit.el (ledit-from-lisp-mode):
21018 * locate.el (locate-mode):
21019 * mail/rmail.el (rmail-mode):
21020 * mail/rmailedit.el (rmail-edit-mode):
21021 * mail/rmailsum.el (rmail-summary-mode):
21022 * mail/supercite.el (sc-electric-mode):
21023 * net/eudc.el (eudc-mode):
21024 * net/quickurl.el (quickurl-list-mode):
21025 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21026 * obsolete/ooutline.el (outline-mode):
21027 * obsolete/options.el (Edit-options-mode):
21028 * obsolete/rnews.el (news-mode):
21029 * obsolete/rnewspost.el (news-reply-mode):
21030 * play/5x5.el (5x5-mode):
21031 * play/decipher.el (decipher-mode, decipher-stats-mode):
21032 * play/gomoku.el (gomoku-mode):
21033 * play/snake.el (snake-mode):
21034 * play/solitaire.el (solitaire-mode):
21035 * play/tetris.el (tetris-mode):
21036 * progmodes/ada-mode.el (ada-mode):
21037 * progmodes/antlr-mode.el (antlr-mode):
21038 * progmodes/autoconf.el (autoconf-mode):
21039 * progmodes/dcl-mode.el (dcl-mode):
21040 * progmodes/delphi.el (delphi-mode):
21041 * progmodes/ebrowse.el (ebrowse-tree-mode)
21042 (ebrowse-electric-list-mode, ebrowse-member-mode)
21043 (ebrowse-electric-position-mode):
21044 * progmodes/f90.el (f90-mode):
21045 * progmodes/fortran.el (fortran-mode):
21046 * progmodes/icon.el (icon-mode):
21047 * progmodes/idlw-help.el (idlwave-help-mode):
21048 * progmodes/idlw-shell.el (idlwave-shell-mode):
21049 * progmodes/idlwave.el (idlwave-mode):
21050 * progmodes/inf-lisp.el (inferior-lisp-mode):
21051 * progmodes/m4-mode.el (m4-mode):
21052 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21053 * progmodes/modula2.el (modula-2-mode):
21054 * progmodes/octave-inf.el (inferior-octave-mode):
21055 * progmodes/octave-mod.el (octave-mode):
21056 * progmodes/pascal.el (pascal-mode):
21057 * progmodes/sh-script.el (sh-mode):
21058 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21059 * progmodes/vhdl-mode.el (vhdl-mode):
21060 * progmodes/xscheme.el (scheme-interaction-mode):
21061 * replace.el (occur-mode):
21062 * ses.el (ses-mode):
21063 * simple.el (completion-list-mode):
21064 * skeleton.el:
21065 * speedbar.el (speedbar-mode):
21066 * term.el (term-mode):
21067 * terminal.el (terminal-edit-mode):
21068 * textmodes/reftex-index.el (reftex-index-mode)
21069 (reftex-index-phrases-mode):
21070 * textmodes/reftex-sel.el (reftex-select-label-mode)
21071 (reftex-select-bib-mode):
21072 * textmodes/reftex-toc.el (reftex-toc-mode):
21073 * wdired.el (wdired-change-to-wdired-mode):
21074 * wid-browse.el (widget-browse-mode):
21075 Use run-mode-hooks.
21076
21077 * array.el (array-mode):
21078 * calendar/todo-mode.el (todo-mode):
21079 * man.el (Man-mode):
21080 * play/landmark.el (lm-mode):
21081 * play/mpuz.el (mpuz-mode):
21082 Use kill-all-local-variables and run-mode-hooks.
21083
21084 * subr.el (delay-mode-hooks): Specify indentation.
21085
21086 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21087
21088 * xml.el (xml-substitute-special): Don't die for undefined xml
21089 entities.
21090
21091 2005-05-26 Jay Belanger <belanger@truman.edu>
21092
21093 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21094 of nil.
21095
21096 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21097
21098 * progmodes/gdb-ui.el (gdb-frame-address):
21099 Rename from gdb-current-address.
21100 (gdb-previous-frame-address): Rename from gdb-previous-address.
21101 (gdb-selected-frame): Rename from gdb-current-frame.
21102 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21103 (gdb-frame-number): Rename from gdb-current-stack-level.
21104 (gdb-ann3): Match new mode-name for disassembly buffer.
21105 Extend initialization of variables.
21106 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21107 (gdb-memory-mode): Use mouse-face in header line.
21108 (gdb-assembler-buffer-name): Call it disassembly and give frame
21109 in mode line.
21110 (gdb-source-spec-regexp, gdb-assembler-custom)
21111 (gdb-invalidate-assembler, gdb-frame-handler):
21112 Make robust to leading zeroes in address format.
21113
21114 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21115
21116 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21117 define `org-mode'.
21118 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21119
21120 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21121
21122 * log-edit.el (log-edit-changelog-entries): Distinguish between
21123 filenames like xfns.c and fns.c.
21124
21125 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21126
21127 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21128 point after reverting.
21129 (Buffer-menu-make-sort-button): Handle the case where
21130 `Buffer-menu-use-header-line' is nil.
21131
21132 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21133
21134 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21135 New funcs. In minibuffer-local-completion-map bind `]', `/'
21136 and `:' to them.
21137
21138 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21139
21140 * startup.el (normal-top-level): Allow modification of load-path while
21141 we're iterating over it.
21142
21143 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21144
21145 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21146 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21147 (thumbs-resize-interactive, thumbs-insert-image)
21148 (thumbs-insert-thumb, thumbs-dired-show-marked)
21149 (thumbs-find-image-at-point, thumbs-delete-images)
21150 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21151 (thumbs-increment-image-size, thumbs-decrement-image-size):
21152 Fix typos in docstrings.
21153
21154 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21155
21156 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21157 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21158 (cperl-mode): Use them.
21159
21160 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21161
21162 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21163 Doc fixes.
21164
21165 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21166
21167 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21168 Bind C-d to gdb-inferior-io-eof.
21169
21170 * dired.el (dired-dnd-popup-notice): Use message-box.
21171
21172 2005-05-23 Masatake YAMATO <jet@gyve.org>
21173
21174 * bindings.el (mode-line-major-mode-keymap):
21175 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21176
21177 * faces.el (mode-line-highlight): New face.
21178
21179 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21180 as mouse-face.
21181
21182 * bindings.el (top-level, help-echo, mode-line-modified)
21183 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21184 as mouse-face.
21185
21186 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21187
21188 * progmodes/cc-engine.el (c-guess-basic-syntax):
21189 Remove spurious call to `zerop'.
21190
21191 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21192
21193 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21194
21195 CC Mode update to 5.30.10:
21196
21197 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21198 could go past the limit in decoration level 2, thereby causing
21199 errors during interactive fontification.
21200
21201 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21202 the file is evaluated interactively.
21203
21204 * cc-engine.el (c-guess-basic-syntax): Handle operator
21205 declarations somewhat better in C++.
21206
21207 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21208 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21209 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21210 (awk-mode): Use it.
21211 (make-local-hook): Suppress warning about obsoleteness.
21212
21213 * cc-engine.el, cc-align.el, cc-cmds.el
21214 (c-append-backslashes-forward, c-delete-backslashes-forward)
21215 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21216 Compensate for return value from `forward-line' when it has moved
21217 but not to a different line due to eob.
21218
21219 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21220 `objc-method-intro' and `objc-method-args-cont'.
21221
21222 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21223
21224 CC Mode update to 5.30.10:
21225
21226 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21227 in the copyright statement. Incidentally, change "along with GNU
21228 Emacs" to "along with this program" where it occurs.
21229
21230 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21231 so that it is interactive, hence can be found by M-x awk-mode
21232 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21233 <gmorris+emacs@ast.cam.ac.uk>.
21234
21235 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21236 Mode's regexps.
21237
21238 2005-05-23 Kevin Ryde <user42@zip.com.au>
21239
21240 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21241 c-parse-state, to avoid a lisp error (on bad code).
21242
21243 2005-05-23 Lute Kamstra <lute@gnu.org>
21244
21245 * subr.el (font-lock-defaults): Remove defvar as it's already
21246 defined in font-core.el.
21247
21248 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21249
21250 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21251
21252 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21253 more general and work when GDB variable "print pretty" is on,
21254 as with Emacs, for example.
21255
21256 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21257
21258 * font-core.el: Update comment.
21259
21260 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21261 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21262
21263 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21264
21265 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21266
21267 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21268 and `yank-handler' in the doc strings.
21269
21270 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21271
21272 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21273
21274 2005-05-22 Richard M. Stallman <rms@gnu.org>
21275
21276 * help.el (describe-key): Move print-help-return-message call
21277 out of conditional.
21278
21279 * progmodes/etags.el (list-tags): Use with-no-warnings.
21280
21281 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21282 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21283 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21284
21285 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21286
21287 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21288 Add defvar.
21289
21290 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21291 Use defvar, not defconst.
21292
21293 * hexl.el (hexl-follow-line): Use with-no-warnings.
21294
21295 * emulation/tpu-extras.el: Use write-file-functions instead of
21296 write-file-hooks.
21297
21298 * dired.el (dired-font-lock-keywords): Fontify files with junk
21299 extensions even if marked by -F.
21300
21301 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21302
21303 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21304 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21305 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21306 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21307 (concatenate, list-length, get*, getf, cl-remprop):
21308 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21309 (etypecase, progv, lexical-let, lexical-let*)
21310 (multiple-value-bind, multiple-value-setq, shiftf):
21311 Improve argument/docstring consistency.
21312
21313 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21314
21315 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21316
21317 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21318 doesn't exist.
21319
21320 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21321 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21322
21323 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21324
21325 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21326 already deleted variables: auto-fill-hook, blink-paren-hook,
21327 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21328 suspend-hooks, comment-indent-hook, meta-flag,
21329 before-change-function, after-change-function,
21330 font-lock-doc-string-face.
21331
21332 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21333
21334 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21335
21336 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21337
21338 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21339 rmail-dont-reply-to.
21340
21341 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21342
21343 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21344 literal blank when splitting new-header-values.
21345
21346 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21347
21348 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21349 string so that tmm doesn't create a completion entry for it.
21350
21351 * textmodes/table.el (table-disable-menu): Ditto.
21352
21353 2005-05-21 Richard M. Stallman <rms@gnu.org>
21354
21355 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21356
21357 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21358
21359 * net/rcompile.el (remote-compile): Use compilation-start.
21360
21361 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21362
21363 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21364
21365 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21366 Default to makefile-bsdmake-mode on BSD systems.
21367
21368 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21369 REGEXP may also be a search function now. The part of doc-string
21370 for describing the structure was 95% identical to that of
21371 `imenu--generic-function'. Unify it there.
21372
21373 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21374 Use function to find dependencies, because regexp alone is so complex,
21375 it easily goes into an endless loop.
21376 (makefile-makepp-mode): Also add submenu for Perl functions
21377 defined in the makefile.
21378 (makefile-bsdmake-mode): Special imenu-generic-expression no
21379 longer needed, due to function call.
21380 (makefile-match-dependency): Take BOUND into account when checking
21381 if we're through.
21382
21383 2005-05-20 Jay Belanger <belanger@truman.edu>
21384
21385 * calc/calc-units.el (calc-invalidate-units-table):
21386 Use inhibit-read-only.
21387 (math-build-units-table-buffer): Use view-mode.
21388
21389 2005-05-20 David Kastrup <dak@gnu.org>
21390
21391 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21392 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21393
21394 2005-05-20 Lute Kamstra <lute@gnu.org>
21395
21396 * diff-mode.el (diff-header-face, diff-file-header-face)
21397 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21398 (diff-added-face, diff-changed-face, diff-function-face)
21399 (diff-context-face, diff-nonexistent-face): Put them in the
21400 diff-mode customization group.
21401
21402 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21403
21404 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21405
21406 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21407
21408 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21409 Minor regexp-optimization.
21410
21411 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21412
21413 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21414 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21415 (org-agenda-add-time-grid-maybe): New function.
21416 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21417 (org-table-create): `dotimes' instead of `mapcar'.
21418 (org-xor): Simplify implementation.
21419 (org-agenda): `inhibit-redisplay' turned on.
21420 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21421 a consistent line after a state change.
21422 (org-agenda-remove-times-when-in-prefix): New option.
21423 (org-prefix-has-time): New variable.
21424 (org-parse-time-string): Optional argument NODEFAULT.
21425 (org-format-agenda-item): Parse items for time-of-day
21426 specifications and move these into the prefix if possible.
21427 (org-agenda-priority): Get current heading, not previous heading
21428 during agenda remote editing.
21429
21430 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21431
21432 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21433 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21434 (remove-duplicates, delete-duplicates, substitute)
21435 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21436 (nsubstitute-if-not, find, find-if, find-if-not, position)
21437 (position-if, position-if-not, count, count-if, count-if-not)
21438 (mismatch, search, sort*, stable-sort, merge, member*)
21439 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21440 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21441 (intersection, nintersection, set-difference, nset-difference)
21442 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21443 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21444 (nsublis, tree-equal): Improve argument/docstring consistency.
21445
21446 * subr.el (send-string, send-region): Remove obsolescence declaration.
21447 (window-dot, set-window-dot, read-input, show-buffer)
21448 (eval-current-buffer, string-to-int):
21449 Add release number to obsolescence declarations.
21450
21451 2005-05-19 Kim F. Storm <storm@cua.dk>
21452
21453 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21454 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21455
21456 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21457
21458 * faces.el (list-faces-display): Make back button respect optional
21459 regexp arg.
21460
21461 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21462
21463 * calculator.el (calculator-radix-grouping-mode)
21464 (calculator-radix-grouping-digits, calculator-displayer)
21465 (calculator-radix-grouping-separator, calculator-copy-displayer):
21466 * dabbrev.el (dabbrev-search-these-buffers-only):
21467 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21468 (diff-advance-after-apply-hunk, diff-mode-hook)
21469 (diff-minor-mode-prefix):
21470 * imenu.el (imenu-use-popup-menu):
21471 * jit-lock.el (jit-lock-context-time):
21472 * newcomment.el (comment-fill-column, comment-column)
21473 (comment-style, comment-padding, comment-multi-line)
21474 (comment-empty-lines, comment-auto-fill-only-comments):
21475 * reveal.el (reveal-around-mark):
21476 * uniquify.el (uniquify-buffer-name-style)
21477 (uniquify-after-kill-buffer-p)
21478 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21479 (uniquify-min-dir-content, uniquify-separator)
21480 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21481 * w32-vars.el (w32-fixed-font-alist):
21482 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21483 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21484 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21485 * progmodes/perl-mode.el (perl-indent-level)
21486 (perl-continued-statement-offset, perl-continued-brace-offset)
21487 (perl-brace-offset, perl-brace-imaginary-offset)
21488 (perl-label-offset, perl-indent-continued-arguments)
21489 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21490 * progmodes/tcl.el (tcl-indent-level)
21491 (tcl-continued-indent-level, tcl-auto-newline)
21492 (tcl-tab-always-indent, tcl-electric-hash-style)
21493 (tcl-help-directory-list, tcl-use-smart-word-finder)
21494 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21495 (inferior-tcl-source-command):
21496 * textmodes/fill.el (enable-kinsoku):
21497 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21498 * textmodes/table.el (table-yank-handler):
21499 Specify missing group (and type, if simple) in defcustom.
21500
21501 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21502
21503 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21504
21505 2005-05-19 Richard M. Stallman <rms@gnu.org>
21506
21507 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21508
21509 * subr.el (event-basic-type): Don't get an error.
21510 (left-fringe-p): Function deleted.
21511
21512 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21513 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21514
21515 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21516 in recursive copy.
21517
21518 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21519
21520 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21521
21522 * emacs-lisp/bytecomp.el
21523 (byte-compile-file-form-custom-declare-variable):
21524 Call byte-compile-nogroup-warn if appropriate.
21525
21526 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21527 (compilation-set-window): Don't call left-fringe-p; do it directly.
21528
21529 2005-05-19 Jay Belanger <belanger@truman.edu>
21530
21531 * calc/calc-graph.el (calc-graph-format-data): Make sure
21532 var-PlotRejects is bound before trying to check its value.
21533
21534 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21535
21536 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21537 definition of this variable from reftex-global.el to reftex.el,
21538 because it is needed in the menu.
21539
21540 2005-05-19 Lute Kamstra <lute@gnu.org>
21541
21542 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21543 years are fixed. Don't insert a space after a dash.
21544
21545 2005-05-19 Kim F. Storm <storm@cua.dk>
21546
21547 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21548
21549 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21550
21551 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21552 strings, because (eq ... ?\\) is fairly frequent.
21553
21554 * progmodes/make-mode.el (makefile-add-this-line-targets):
21555 Simplify and integrate into `makefile-pickup-targets'.
21556 (makefile-add-this-line-macro): Simplify and integrate into
21557 `makefile-pickup-macros.
21558 (makefile-pickup-filenames-as-targets): Simplify.
21559 (makefile-previous-dependency, makefile-match-dependency):
21560 Don't stumble over `::'.
21561
21562 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21563
21564 * subr.el (post-command-idle-hook, post-command-idle-delay):
21565 Remove obsoletion of post-command-idle-hook and
21566 post-command-idle-delay.
21567
21568 * faces.el (list-faces-display): Provide button when describe-face
21569 is called to take user back to the list of faces.
21570
21571 * help-fns.el (describe-variable): Remove hyperlinks in a
21572 variable's value as these are quite frequently inappropriate.
21573
21574 * follow.el (follow-submit-feedback, follow-mode):
21575 Remove references to post-command-idle-hook.
21576
21577 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21578
21579 * progmodes/make-mode.el (makefile-previous-dependency)
21580 (makefile-match-dependency): Check for := (and in bsd mode also
21581 !=) to give a better result, even when font-lock is not on.
21582
21583 2005-05-18 Jay Belanger <belanger@truman.edu>
21584
21585 * calc/calc-help.el (calc-s-prefix-help):
21586 Add `calc-copy-special-constant' to help string.
21587
21588 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21589
21590 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21591
21592 2005-05-18 Jay Belanger <belanger@truman.edu>
21593
21594 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21595 in linear factors are in proper order.
21596
21597 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21598
21599 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21600 Support for jurabib.
21601
21602 * textmodes/reftex.el (featurep): Define aliases for overlay
21603 commands, for XEmacs compatibility, and use these aliases in
21604 overlay initializations.
21605 (reftex-highlight): Use `reftex-move-overlay'.
21606 (reftex-unhighlight): Use `reftex-delete-overlay'.
21607 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21608 (reftex-access-search-path): Use `reftex-uniquify' instead of
21609 `reftex-uniq'
21610
21611 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21612 `before-string' property modification enables for Emacs as well.
21613 (reftex-select-item): Use `reftex-delete-overlay'.
21614 (reftex-select-mark): Use `reftex-make-overlay' and
21615 `reftex-overlay-put'.
21616 (reftex-select-unmark): Use `reftex-delete-overlay' and
21617 `reftex-overlay-put'.
21618
21619 2005-05-18 Lute Kamstra <lute@gnu.org>
21620
21621 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21622
21623 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21624
21625 * add-log.el (add-change-log-entry):
21626 * array.el (array-make-template, array-reconfigure-rows)
21627 (array-init-max-row, array-init-max-column)
21628 (array-init-columns-per-line, array-init-field-width):
21629 * replace.el (replace-match-maybe-edit, perform-replace):
21630 * textmodes/spell.el (spell-region):
21631 Replace `read-input' by `read-string'.
21632
21633 * forms.el (forms-mode):
21634 * finder.el (finder-compile-keywords):
21635 * shadowfile.el (shadow-read-files):
21636 Replace `eval-current-buffer' by `eval-buffer'.
21637
21638 * terminal.el (te-pass-through):
21639 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21640 (ange-ftp-raw-send-cmd):
21641 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21642 (send-process-next-char, telnet-initial-filter, telnet):
21643 Replace `send-string' by `process-send-string'.
21644
21645 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21646 (prolog-consult-region): Replace `send-string' by
21647 `process-send-string'; replace `send-region' by `process-send-region'.
21648
21649 * progmodes/delphi.el (delphi-log-msg):
21650 Replace `set-window-dot' by `set-window-point'.
21651
21652 * subr.el (window-dot, set-window-dot, read-input, send-string)
21653 (send-region, show-buffer, eval-current-buffer):
21654 Make really obsolete, as the comment says.
21655
21656 2005-05-17 Kim F. Storm <storm@cua.dk>
21657
21658 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21659 (cua--init-keymaps): Bind C-return instead of S-return to set
21660 rectangle mark.
21661
21662 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21663 instead of S-return to toggle/clear rectangle mark.
21664
21665 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21666
21667 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21668 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21669 Also fontify plain strings assigned to variables, mostly so that a
21670 colon has a face and is thus not taken as a dependency separator.
21671 (makefile-previous-dependency): Inline the new matcher, because it
21672 is too complex to work in both directions.
21673 (makefile-match-dependency): Eliminate `backward' arg (see above).
21674 Completely reimplemented so as to not sometimes go into an endless
21675 loop. It should also be more efficient, because first it only
21676 searches for `:', instead of applying the very complex regexp.
21677 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21678 to be fontified in one piece can be too long for JIT.
21679 Makefiles are never *that* big.
21680
21681 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21682
21683 * dired.el (dired-mode): Simplify.
21684
21685 2005-05-17 Lute Kamstra <lute@gnu.org>
21686
21687 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21688 defcustom for the mode hook variable.
21689
21690 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21691 Emacs Lisp Reference Manual.
21692
21693 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21694
21695 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21696 (evenp, list*):
21697 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21698 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21699
21700 * net/tramp-smb.el (tramp-smb-open-connection):
21701 Pass `tramp-chunksize' as fifth (required) argument.
21702
21703 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21704
21705 * font-lock.el (lisp-font-lock-keywords-1):
21706 Set `font-lock-negation-char-face' for [^...] char group.
21707 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21708
21709 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21710 a var, and refine it to mask one more level of nested vars.
21711 (makefile-rule-action-regex): Turn it into a var, and refine it so
21712 it recognizes backslashed continuation lines as belonging to the
21713 same command.
21714 (makefile-macroassign-regex): Refine it so it recognizes
21715 backslashed continuation lines as belonging to the same command.
21716 (makefile-var-use-regex): Don't look at the next char, because it
21717 might be the same one to be skipped by the initial [^$], leading
21718 to an overlooked variable use.
21719 (makefile-make-font-lock-keywords): Remove two parameters, which
21720 are now variables that some of the modes set locally.
21721 Handle dependency and rule action matching through functions, because
21722 regexps alone match too often. Dependency matching now comes
21723 last, so it can check, whether a colon already matched something else.
21724 (makefile-mode): Inform that font-lock improves makefile parsing
21725 capabilities.
21726 (makefile-match-dependency, makefile-match-action): New functions.
21727
21728 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21729
21730 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21731
21732 * align.el (align-regexp):
21733 * ansi-color.el (ansi-color-get-face):
21734 * array.el (array-reconfigure-rows, array-init-max-row)
21735 (array-init-max-column, array-init-columns-per-line)
21736 (array-init-field-width):
21737 * dired-aux.el (dired-trample-file-versions):
21738 * dired-x.el (dired-mark-sexp):
21739 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21740 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21741 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21742 * faces.el (face-read-integer):
21743 * files.el (backup-extract-version, insert-directory):
21744 * hexl.el (hexl-insert-decimal-char):
21745 * server.el (server-process-filter):
21746 * shell.el (shell-extract-num):
21747 * startup.el (command-line-1):
21748 * term.el (term-command-hook):
21749 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21750 (time-stamp-do-number):
21751 * time.el (display-time-update):
21752 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21753 (timezone-fix-time):
21754 * vms-patch.el (vms-suspend-resume-hook):
21755 * calendar/appt.el (appt-convert-time):
21756 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21757 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21758 * calendar/cal-islam.el (mark-islamic-diary-entries):
21759 * calendar/calendar.el (calendar-cursor-to-date)
21760 (calendar-star-date):
21761 * calendar/diary-lib.el (diary-attrtype-convert)
21762 (mark-diary-entries, diary-entry-time):
21763 * calendar/solar.el (solar-get-number):
21764 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21765 * emacs-lisp/re-builder.el (reb-display-subexp):
21766 * emulation/edt.el (edt-set-scroll-margins):
21767 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21768 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21769 (vip-get-ex-count):
21770 * emulation/viper-ex.el (viper-get-ex-token)
21771 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21772 * international/fontset.el (fontset-plain-name):
21773 * mail/feedmail.el (feedmail-look-at-queue-directory):
21774 * mail/mailalias.el (mail-get-names):
21775 * mail/rmail.el (rmail-convert-to-babyl-format):
21776 * mail/rmailsum.el (rmail-make-basic-summary-line)
21777 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21778 (rmail-summary-goto-msg):
21779 * mail/smtpmail.el (smtpmail-read-response):
21780 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21781 (ange-ftp-vms-add-file-entry):
21782 * play/gametree.el (gametree-looking-at-ply)
21783 (gametree-current-branch-score):
21784 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21785 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21786 * progmodes/cperl-mode.el (condition-case):
21787 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21788 (ebrowse-set-member-buffer-column-width)
21789 (ebrowse-select-1st-to-9nth):
21790 * progmodes/etags.el (etags-snarf-tag):
21791 * progmodes/flymake.el (flymake-parse-line):
21792 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21793 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21794 (idlwave-shell-menu-def):
21795 * progmodes/ps-mode.el (ps-run-goto-error):
21796 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21797 (vhdl-speedbar-contract-level):
21798 * term/mac-win.el (x-handle-numeric-switch):
21799 * term/sun-mouse.el (sun-get-frame-data):
21800 * term/w32-win.el (x-handle-numeric-switch):
21801 * term/x-win.el (x-handle-numeric-switch):
21802 * textmodes/ispell.el (ispell-parse-output):
21803 * textmodes/nroff-mode.el (nroff-outline-level):
21804 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21805 (reftex-bib-sort-year-reverse, reftex-format-citation):
21806 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21807 (reftex-section-number):
21808 * textmodes/texinfmt.el (texinfo-paragraphindent):
21809 Replace `string-to-int' by `string-to-number'.
21810
21811 * international/latexenc.el: Add page marker to force the "Local
21812 Variables:" string out of the last page.
21813
21814 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21815
21816 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21817 tooltip-change-major-mode.
21818 (gud-tooltip-print-command): Remove case where gud-minor-mode
21819 is gdb ("--fullname").
21820 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21821 explain to user.
21822
21823 2005-05-16 Jay Belanger <belanger@truman.edu>
21824
21825 * calc/calc-store.el (calc-copy-special-constant): New function.
21826
21827 * calc/calc-ext.el (calc-init-extensions): Add binding for
21828 `calc-copy-special-constant'.
21829
21830 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21831 for the `calc-copy-special-constant' command.
21832
21833 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21834
21835 * subr.el (left-fringe-p): New function.
21836
21837 * progmodes/compile.el (compilation-setup): Set local value of
21838 overlay-arrow-string to "" always.
21839 (compilation-set-window): Left fringe then don't scroll.
21840 No left fringe then no arrow and scroll message to top.
21841 (compilation-context-lines): Adjust doc string accordingly.
21842
21843 2005-05-16 Kim F. Storm <storm@cua.dk>
21844
21845 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21846 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21847 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21848 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21849 (ido-read-file-name): Handle commands with ido property value
21850 equal to find-file as reading a file name, to allow C-d to enter dired.
21851 (ibuffer-find-file): Add ido property with value find-file.
21852
21853 2005-05-15 Kim F. Storm <storm@cua.dk>
21854
21855 * subr.el (open-network-stream-nowait): Remove.
21856 (open-network-stream-server): Remove.
21857
21858 2005-05-15 Richard M. Stallman <rms@gnu.org>
21859
21860 * faces.el (describe-face): Output a definition link button.
21861
21862 * help-mode.el (help-face-def): New button type.
21863
21864 * emacs-lisp/copyright.el (copyright-fix-years):
21865 Match properly if the first year is 2-digit.
21866 Don't mess up the whitespace after the years by filling.
21867
21868 * dired-aux.el (dired-mark-confirm):
21869 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21870
21871 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21872 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21873 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21874
21875 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21876 Set font-lock-comment-start-skip.
21877
21878 * font-lock.el (font-lock-comment-start-skip): New variable.
21879 (font-lock-comment-end-skip): New variable.
21880 (font-lock-fontify-syntactically-region): Use them if non-nil.
21881
21882 2005-05-15 Jay Belanger <belanger@truman.edu>
21883
21884 * calc/calc-store.el (calc-store-value): Return a string rather
21885 than display it as a message.
21886 Use calc-var-name for variable name.
21887 (calc-store-into): Add the result of calc-store-value to message.
21888 (calc-copy-variable): Add a message.
21889 (calc-store-exchange): Improve error messages.
21890 (calc-store-binary, calc-store-map): Don't reset the values of
21891 special constants.
21892
21893 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21894
21895 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21896 manual to docstring.
21897
21898 * files.el (hack-local-variables-confirm): Add STRING argument.
21899 Make the function handle non file visiting buffers correctly.
21900 (hack-local-variables-prop-line, hack-local-variables)
21901 (hack-one-local-variable): Use STRING arg of
21902 `hack-local-variables-confirm'.
21903
21904 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21905
21906 Sync with Tramp 2.0.49.
21907
21908 * net/tramp.el (tramp-handle-dired-call-process)
21909 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21910 because the contents of the Tramp buffer is changed before
21911 insertion (`expand-file' and alike).
21912 (tramp-handle-insert-directory): If `localname' has an empty
21913 nondirectory name, it must not be quoted.
21914 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21915 variable `tramp-chunksize'. Change callees.
21916 (tramp-open-connection-setup-interactive-shell): Check remote host
21917 for buggy `send-process-string' implementation.
21918 Set `tramp-chunksize' if found. Reported by Michael Kifer
21919 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21920 (tramp-handle-shell-command): `insert-buffer' cannot be used
21921 because the contents of the Tramp buffer is changed before
21922 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21923 <frederic.bothamy@free.fr>.
21924 (tramp-set-auto-save): Actions should be done for Tramp file name
21925 handler only. Ange-FTP has its own auto-save mechanism.
21926 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21927 (tramp-set-auto-save-file-modes): Set file modes of
21928 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21929 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21930 (tramp-bug): Remove obsolete variable.
21931 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21932 for presence of `mml-mode'. Make it running for older Emacsen as well.
21933
21934 2005-05-14 John Paul Wallington <jpw@pobox.com>
21935
21936 * ibuf-ext.el (define-ibuffer-filter filename):
21937 If `dired-directory' is a list, use its car.
21938
21939 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21940
21941 * ibuffer.el (define-ibuffer-column filename):
21942 If `dired-directory' is a list, use its car.
21943
21944 2005-05-14 Richard M. Stallman <rms@gnu.org>
21945
21946 * subr.el (symbol-file): Doc fix.
21947
21948 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21949 (byte-compile-form): Call byte-compile-nogroup-warn.
21950 (byte-compile-warning-types): Doc fix.
21951
21952 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21953
21954 * progmodes/cc-engine.el (c-literal-faces):
21955 Add font-lock-comment-delimiter-face.
21956
21957 * net/net-utils.el (dig): Use with-no-warnings.
21958
21959 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21960 (sc-recite-frame-alist, sc-default-cite-frame)
21961 (sc-default-uncite-frame, sc-default-recite-frame)
21962 (sc-attrib-selection-list, sc-rewrite-header-list):
21963 Mark as risky-local-variable.
21964
21965 * international/ogonek.el (ogonek-jak, ogonek-how):
21966 Don't use beginning-of-buffer.
21967
21968 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21969
21970 * calendar/solar.el (solar-data-list): Move definition up.
21971
21972 * dnd.el (dnd-protocol-alist): Add autoload.
21973
21974 * progmodes/sh-script.el: Many doc usage fixes.
21975 (sh-indent-after-do): Change default to match common styles.
21976
21977 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21978
21979 * files.el (interpreter-mode-alist)
21980 (auto-mode-interpreter-regexp): Doc fixes.
21981
21982 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21983
21984 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21985
21986 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21987
21988 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21989
21990 * dired.el (dired-mode): make-variable-buffer-local =>
21991 make-local-variable.
21992
21993 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21994
21995 * term/mac-win.el (mac-select-convert-to-string): Try coding
21996 systems in mac-script-code-coding-systems if specified one cannot
21997 encode string for `com.apple.traditional-mac-plain-text'.
21998
21999 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22000
22001 * progmodes/make-mode.el (makefile-targets-face)
22002 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22003 (makefile-dependency-regex): Fix it to not make the colon in
22004 $(var:a=b) special.
22005 (makefile-rule-action-regex): New regexp for highlighting embedded
22006 Shell strings.
22007 (makefile-macroassign-regex): Handle != for highlighting as
22008 embedded Shell strings.
22009 (makefile-var-use-regex): New const.
22010 (makefile-statements, makefile-automake-statements)
22011 (makefile-gmake-statements, makefile-makepp-statements)
22012 (makefile-bsdmake-statements): New consts.
22013 (makefile-make-font-lock-keywords): New function.
22014 (makefile-automake-font-lock-keywords)
22015 (makefile-gmake-font-lock-keywords)
22016 (makefile-makepp-font-lock-keywords)
22017 (makefile-bsdmake-font-lock-keywords): New consts.
22018 (makefile-mode-map): Add switchers between the various submodes.
22019 (makefile-mode): Document the availability of the variants.
22020 (makefile-automake-mode, makefile-gmake-mode)
22021 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22022
22023 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22024 new variants of makefile-mode.
22025
22026 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22027
22028 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22029 the inheritance.
22030
22031 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22032
22033 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22034 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22035
22036 * files.el (normal-mode): Extend the scope of the
22037 `enable-local-variables' binding to include the `set-auto-mode' call.
22038 (magic-mode-alist): Doc fix.
22039
22040 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22041
22042 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22043 font-lock-comment-face rather than copying its setting.
22044
22045 2005-05-12 Andreas Schwab <schwab@suse.de>
22046
22047 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22048
22049 2005-05-12 Lute Kamstra <lute@gnu.org>
22050
22051 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22052 defcustom for the mode hook variable. Delete the last argument.
22053 * generic-x.el: Fix callers of define-generic-mode.
22054 (generic-x-modes): Delete group.
22055 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22056 generic-x customization group.
22057
22058 2005-05-12 Kim F. Storm <storm@cua.dk>
22059
22060 * font-lock.el (font-lock-negation-char-face): Default to "off".
22061
22062 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22063 font-lock-negation-char-face to ! in !=.
22064
22065 2005-05-12 Masatake YAMATO <jet@gyve.org>
22066
22067 * add-log.el (find-change-log): Fix typos in the docstring
22068 of function.
22069
22070 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22071
22072 * international/latexenc.el (latexenc-find-file-coding-system):
22073 Avoid `re-search-forward' when looking for input encoding because
22074 of speed and safety. Better regular expressions for recognizing
22075 input encoding. Limit a search for TeX-master/tex-main-file to
22076 the local variable section.
22077
22078 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22079
22080 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22081 syntax of $ to "'" (quote).
22082
22083 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22084
22085 * dnd.el (dnd-protocol-alist): Improve custom type.
22086
22087 * dired.el (dired-dnd-protocol-alist): New variable.
22088 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22089 `dired-mode-hook' to the end.
22090
22091 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22094 comment-end if comment-start-skip is not set.
22095 Obey the font-lock-comment-delimiter-face variables.
22096
22097 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * files.el (executable-find): Move from executable.el. Use
22100 locate-file.
22101 * progmodes/executable.el (executable-find): Move to files.el.
22102
22103 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22104 when trying to ensure forward progress.
22105
22106 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22107
22108 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22109 (mouse-select, mouse-select-internal, mouse-extend-internal):
22110 Use it to implement mouse-1-click-follows-link functionality.
22111
22112 2005-05-11 Richard M. Stallman <rms@gnu.org>
22113
22114 * font-lock.el (font-lock-fontify-syntactically-region):
22115 Use font-lock-comment-delimiter-face for comment delimiters.
22116
22117 2005-05-10 Jay Belanger <belanger@truman.edu>
22118
22119 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22120 preserving embedded modes.
22121
22122 2005-05-10 Richard M. Stallman <rms@gnu.org>
22123
22124 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22125
22126 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22127 Move from ada-stmt.el.
22128 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22129
22130 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22131 Move to ada-mode.el.
22132 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22133
22134 * cus-edit.el (custom-file): Call file-chase-links.
22135
22136 * files.el (read-directory-name): Fix previous change.
22137 (hack-local-variables-confirm): New function.
22138 (hack-local-variables-prop-line, hack-local-variables)
22139 (hack-one-local-variable): Use it.
22140
22141 2005-05-10 Lute Kamstra <lute@gnu.org>
22142
22143 * font-lock.el (font-lock-keywords-alist)
22144 (font-lock-removed-keywords-alist): Clarify docstrings.
22145
22146 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22147
22148 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22149 (gdb-source-info): Check for preprocessor info.
22150 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22151 a macro for a function.
22152 (gdb-info-breakpoints-custom): Try to find file again if not already
22153 found (user might have used GDB dir command).
22154 (gdb-get-location): Update gdb-location-alist correctly for change
22155 to gdb-info-breakpoints-custom.
22156
22157 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22158 (gud-tooltip-print-command): Add gdbmi case.
22159 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22160 preprocessor info.
22161
22162 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22163
22164 * startup.el (fancy-splash-insert): Fix typo in doc string.
22165
22166 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22167
22168 * obsolete/float.el (string-to-float):
22169 * obsolete/hilit19.el (hilit-add-pattern):
22170 * obsolete/rnews.el (news-parse-range, news-select-message)
22171 (news-get-pruned-list-of-files): Replace `string-to-int' by
22172 `string-to-number'.
22173
22174 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22175 `find-file-not-found-hooks'; use `add-hook'.
22176 (uncompress-while-visiting): Set `write-file-functions', not
22177 `write-file-hooks'; use `add-hook'.
22178
22179 2005-05-09 Kim F. Storm <storm@cua.dk>
22180
22181 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22182 (cua-paste): Handle clipboard action.
22183 (cua--init-keymaps): Remap clipboard-kill-region and
22184 clipboard-kill-ring-save.
22185
22186 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22187
22188 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22189 Improve commentary.
22190
22191 * simple.el (next-error-overlay-arrow-position): Revert the change
22192 made on 2005-04-30.
22193
22194 2005-05-07 Jay Belanger <belanger@truman.edu>
22195
22196 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22197 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22198 `calc-sel-reselect'.
22199
22200 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22201 Calc is in embedded mode.
22202
22203 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22204
22205 * progmodes/compile.el (compilation-setup):
22206 Set overlay-arrow-string to an empty string on text terminals.
22207
22208 * textmodes/ispell.el (ispell-program-name): Try looking for
22209 "aspell" along exec-path, and if found, use it as the default
22210 speller program.
22211
22212 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22213
22214 * international/mule.el (sgml-xml-auto-coding-function):
22215 Recognize encoding='FOO' in single quotes as well as in double quotes.
22216
22217 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22218
22219 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22220 as well as `interactive', so that defmacro* would recognize
22221 `declare' forms.
22222
22223 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22224
22225 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22226 Explain more about the LIGHTER arg's usage in the doc string.
22227 Add commentary to clarify what the code does. Fix the regexp that
22228 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22229 since it could have characters special to regular expressions.
22230
22231 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22232
22233 * replace.el (occur-1): Bind inhibit-read-only so that
22234 erase-buffer doesn't barf on read-only text properties (likewise
22235 for add-text-properties in occur-engine). Mark buffer as unmodified.
22236 (occur-engine): Don't set buffer-read-only here.
22237
22238 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22239
22240 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22241 list-buffers-directory. This caused the *cvs-commit* buffer to be
22242 sometimes mistakenly reused as a *cvs* buffer.
22243
22244 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22245
22246 * tooltip.el: Move code for GUD tooltips into gud.el.
22247 (require): CL no longer needed to compile case.
22248 (tooltip-mode): Do not toggle functions for GUD tooltips.
22249 (tooltip-gud-tips-p): Remove. Replace with minor mode
22250 gud-tooltip-mode in gud.el.
22251 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22252 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22253 tooltip-gud prefix with gud-tooltip and obsolete.
22254 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22255 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22256 (tooltip-mouse-motion): Mouse movement functions/variable.
22257 Rename in gud.el by adding gud prefix.
22258 (tooltip-gud-original-filter, tooltip-gud-dereference)
22259 (tooltip-gud-event, tooltip-toggle-gud-tips)
22260 (tooltip-gud-process-output, tooltip-gud-print-command)
22261 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22262 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22263 (gdb-tooltip-print): Move to gdb-ui.el.
22264
22265 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22266 (require): CL needed to compile case.
22267 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22268 tooltip-gud-tips-p. Make it a minor-mode.
22269 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22270 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22271 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22272 (gud-tooltip-change-major-mode)
22273 (gud-tooltip-activate-mouse-motions-if-enabled)
22274 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22275 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22276 (gud-tooltip-original-filter, gud-tooltip-dereference)
22277 (gud-tooltip-event, tooltip-toggle-gud-tips)
22278 (gud-tooltip-process-output, gud-tooltip-print-command)
22279 (gud-tooltip-tips): Move from tooltip.el.
22280
22281 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22282 (gdb-cpp-define-alist-flags): Doc fix.
22283 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22284 gud-tooltip-mode is t.
22285
22286 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22287
22288 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22289 evaporate if their text is deleted.
22290 (goto-address-at-point): Make it work as a mouse binding as well.
22291 (goto-address-at-mouse): Obsolete it. Update users.
22292
22293 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22294
22295 * calendar/appt.el (top-level): No longer activate on load.
22296
22297 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22298
22299 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22300 * net/webjump.el (webjump):
22301 * progmodes/idlw-help.el (idlwave-do-context-help1)
22302 (idlwave-highlight-linked-completions):
22303 * textmodes/po.el (po-find-file-coding-system-guts):
22304 Replace `assoc-ignore-case' by `assoc-string'.
22305
22306 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22307
22308 * files.el (locate-file): Doc fix.
22309
22310 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22311 Remove the redundant test for ms-dos.
22312
22313 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22314 look for the preprocessor with exec-suffixes. If not found in
22315 standard places, look in exec-path. Remove most of the tests that
22316 used system-type.
22317
22318 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22319
22320 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22321
22322 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22323 file-name clash with jka-compr.el on 8+3 filesystems.
22324
22325 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22326
22327 * term/mac-win.el: Don't define or bind scroll bar functions if
22328 x-toolkit-scroll-bars is t.
22329 (x-select-text, x-get-selection-value): Clear
22330 x-last-selected-text-clipboard if x-select-enable-clipboard is
22331 nil.
22332 (PRIMARY): Put mac-scrap-name property.
22333 (mac-select-convert-to-file-url): New function.
22334 (public.file-url): New selection target type. Add to
22335 selection-converter-alist.
22336 (x-get-selection, x-selection-value): Handle it.
22337 (x-cut-buffer-or-selection-value): New alias.
22338
22339 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22340
22341 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22342 entry to avoid calling bibtex-find-entry with arg global
22343 being t. Remove arg key.
22344 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22345 (bibtex-copy-summary-as-kill): Change accordingly.
22346
22347 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22348
22349 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22350 (org-agenda-date-later): Use with-current-buffer.
22351
22352 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22353
22354 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22355 (define-obsolete-variable-alias): Doc Fixes.
22356
22357 2005-05-06 Kim F. Storm <storm@cua.dk>
22358
22359 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22360 vertical-motion when selective-display is active.
22361
22362 * ido.el (ido-setup-hook): New hook.
22363 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22364 (ido-input-stack): New var.
22365 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22366 ido-next-work-file binding to M-O.
22367 Bind M-f to ido-wide-find-file-or-pop-dir.
22368 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22369 (ido-read-internal): Run ido-setup-hook.
22370 Catch quit in read-file-name and read-string to cancel edit.
22371 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22372 Automatically pop-all when completing a directory name (RET).
22373 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22374 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22375 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22376 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22377 New functions for M-b/M-f to move among the directory components.
22378 (ido-make-merged-file-list): Catch quit to cancel merge.
22379 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22380 (ido-completion-help): No warnings for ido-completion-buffer-full.
22381
22382 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22383
22384 * font-lock.el (font-lock-negation-char-face): New face and variable.
22385 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22386 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22387 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22388 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22389
22390 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22391
22392 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22393 Fix typo in docstring.
22394
22395 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22396 (ebrowse-print-statistics-line)
22397 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22398
22399 * term/w32-win.el (image-library-alist): Add additional name for
22400 Xpm library.
22401
22402 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22403
22404 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22405 use gcc instead of cpp.
22406
22407 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22408 (gdb-create-define-alist): Use it.
22409 (gdb-cpp-define-alist-program): Update for MS-DOS.
22410
22411 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22412
22413 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22414
22415 2005-05-04 Richard M. Stallman <rms@gnu.org>
22416
22417 * help.el (describe-key): No error when UNTRANSLATED is nil.
22418
22419 * simple.el (line-move-1): Fix previous change to signal errors
22420 appropriately.
22421
22422 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22423
22424 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22425 (icalendar-duration-correction): Remove.
22426 (icalendar--get-event-properties): Split result at commas.
22427 (icalendar--decode-isoduration): New optional argument
22428 DURATION-CORRECTION.
22429 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22430 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22431 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22432 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22433 (icalendar--convert-anniversary-to-ical): New functions, extracted
22434 from icalendar-export-region, with bug fixes.
22435 (icalendar-export-region): Use the above functions.
22436 (icalendar-import-buffer): Check before saving diary file.
22437 (icalendar--convert-recurring-to-diary)
22438 (icalendar--convert-non-recurring-all-day-to-diary)
22439 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22440 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22441 (icalendar--convert-ical-to-diary): Use the above functions.
22442
22443 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22444
22445 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22446 Remove these recent additions.
22447 (c-mode): Restore to before 2005-04-28.
22448
22449 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22450 recent addition.
22451
22452 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22453 (gdb-define-alist): New variables.
22454 (gdb-create-define-alist): New function.
22455 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22456 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22457 with string-to-number.
22458 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22459
22460 * progmodes/gud.el: Replace string-to-int with string-to-number.
22461 (gud-find-file): Handle gdb-define-alist.
22462
22463 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22464
22465 2005-05-02 Jay Belanger <belanger@truman.edu>
22466
22467 * calc/calc-aent.el (math-read-token):
22468 * calc/calc-bin.el (calc-word-size):
22469 * calc/calc-ext.el (calc-read-number-fancy):
22470 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22471 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22472 * calc/calc-frac.el (calc-over-notation):
22473 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22474 (calc-graph-num-points, calc-graph-init):
22475 * calc/calc-prog.el (calc-read-parse-table-part)
22476 (calc-edit-macro-repeats):
22477 * calc/calc-yank.el (calc-do-grab-rectangle):
22478 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22479 Replace `string-to-int' by `string-to-number'.
22480
22481 2005-05-02 Kim F. Storm <storm@cua.dk>
22482
22483 * kmacro.el: Use executing-kbd-macro-index variable.
22484
22485 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22486
22487 * net/rlogin.el (rlogin-parse-words): Delete func.
22488 (rlogin): Use split-string, not rlogin-parse-words.
22489 Also, if there are option-like elements in the parsed args,
22490 take the host to be the first arg immediately following them.
22491 Suggested by Michael Mauger.
22492
22493 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22494
22495 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22496
22497 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22498
22499 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22500 (cc-mode-cpp-program): Rename to cc-define-list-program and
22501 move to cc-vars.el.
22502
22503 * progmodes/cc-vars.el (cc-define-list-program):
22504 Change to "gcc -E -dM -". Make customizable.
22505
22506 2005-05-02 Kim F. Storm <storm@cua.dk>
22507
22508 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22509
22510 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22511
22512 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22513
22514 * international/mule-util.el (truncate-string): Remove alias and
22515 obsolete declaration.
22516
22517 * international/mule-cmds.el (update-iso-coding-systems):
22518 Remove alias and obsolete declaration.
22519
22520 * international/mule.el (coding-system-parent): Remove alias and
22521 obsolete declaration.
22522
22523 * subr.el (define-function, sref): Remove aliases and obsolete
22524 declarations.
22525 (chars-in-region): Remove obsolete declaration.
22526
22527 2005-05-01 Richard M. Stallman <rms@gnu.org>
22528
22529 * info.el (Info-mode): Set widen-automatically to nil, locally.
22530
22531 * simple.el (widen-automatically): New variable.
22532 (pop-global-mark): Obey widen-automatically.
22533
22534 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22535
22536 * term/xterm.el (function-key-map): Call substitute-key-definition
22537 before the keymap size is increased by a lot of define-key calls.
22538
22539 2005-05-01 Richard M. Stallman <rms@gnu.org>
22540
22541 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22542 Rename ARG to ELEMENT. Doc fix.
22543
22544 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22545
22546 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22547 Remove references to allout-exposure/change to allout-new-exposure.
22548
22549 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22550 bytecode symbols.
22551
22552 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22553 (compiled-function-p, focus-frame, unfocus-frame):
22554 Remove aliases and obsolete declarations.
22555 Back out inadvertent changes from previous commit.
22556
22557 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22558
22559 * files.el (require-final-newline): Make Custom tags consistent
22560 with mode-require-final-newline.
22561 (mode-require-final-newline): Doc fix.
22562
22563 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22564
22565 * international/latexenc.el (latexenc-find-file-coding-system):
22566 Fix regular expressions.
22567
22568 2005-05-01 David Kastrup <dak@gnu.org>
22569
22570 * international/latexenc.el (latexenc-find-file-coding-system):
22571 Fix regular expressions.
22572
22573 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22574
22575 * subr.el (string-to-int): Make obsolete.
22576
22577 2005-04-30 Richard M. Stallman <rms@gnu.org>
22578
22579 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22580
22581 * loadup.el: load jka-comp-hook.
22582
22583 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22584 (jka-compr-handler): Add autoload. `put' calls moved
22585 to jka-comp-hook.el.
22586 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22587 (jka-compr-inhibit): Autoload.
22588
22589 * jka-comp-hook.el: New file.
22590 Enable the mode by default.
22591
22592 * files.el (backup-buffer-copy): Use copy-file instead
22593 of write-region, and put back the 'excl.
22594
22595 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22596
22597 * progmodes/flymake.el (flymake-split-string)
22598 (flymake-split-string, flymake-log, flymake-pid-to-names)
22599 (flymake-reg-names, flymake-get-source-buffer-name)
22600 (flymake-unreg-names, flymake-add-line-err-info)
22601 (flymake-add-err-info): Clarify docstrings.
22602 (flymake-popup-menu, flymake-make-emacs-menu)
22603 (flymake-make-xemacs-menu): Add docstrings.
22604 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22605 Set variables directly throughout.
22606
22607 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22608
22609 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22610 exists. Initialize cc-define-alist.
22611 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22612 If there is no file (Macroexpansion) don't create an alist.
22613
22614 2005-04-29 Sam Steingold <sds@gnu.org>
22615
22616 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22617 (cc-create-define-alist): Use it instead of the hard-coded string.
22618
22619 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22620
22621 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22622 for latexenc.
22623
22624 2005-04-29 Lute Kamstra <lute@gnu.org>
22625
22626 * emacs-lisp/generic.el: Improve commentary section.
22627 (define-generic-mode): Improve docstring.
22628
22629 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22630
22631 * textmodes/org.el (many places): Change to quiet the byte compiler.
22632 (org-prefix-format-compiled): New variable.
22633 (org-compile-prefix-format): New function.
22634 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22635 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22636 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22637 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22638 consistency with entries from `org-mode' files.
22639 (org-get-time-of-day): Fix bug with partial matches early in a line.
22640 (org-non-link-chars): New constant.
22641 (org-link-regexp): Respect `org-non-link-chars'.
22642 (org-agenda-day-view): Remove command.
22643 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22644 (org-follow-bbdb-link, org-store-link): Search also company field.
22645 (org-highlight-overlay): New variable.
22646 (org-highlight, org-unhighlight): New functions.
22647 (org-agenda-mode): Add pre-command-hook to remove highlight.
22648 (org-evaluate-time-range): Behavior depends upon whether time stamp
22649 contains a time or not.
22650 (org-show-subtree, org-show-entry): New functions.
22651 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22652
22653 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22654
22655 * comint.el (comint-output-filter-functions): Add autoload cookie.
22656
22657 2005-04-28 Kim F. Storm <storm@cua.dk>
22658
22659 * ido.el (ido-everywhere): Fix last change.
22660
22661 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22662
22663 * international/latexenc.el: New file.
22664 * international/mule-conf.el (file-coding-system-alist): For .tex,
22665 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22666
22667 2005-04-28 Lute Kamstra <lute@gnu.org>
22668
22669 * font-lock.el (font-lock-add-keywords)
22670 (font-lock-remove-keywords): Clarify docstring.
22671 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22672 Don't start docstrings with a `*'.
22673 (font-lock-update-removed-keyword-alist): Give it a docstring.
22674
22675 * generic-x.el: Update commentary section.
22676 Only require font-lock when compiling.
22677 Define all modes conditionally.
22678 Place all generic modes in the generic-x-modes customization group.
22679 (generic-x-modes): New customization group.
22680 (generic-default-modes, generic-mswindows-modes)
22681 (generic-unix-modes, generic-other-modes): New constants.
22682 (generic-define-mswindows-modes, generic-define-unix-modes):
22683 Update docstrings. Make them obsolete.
22684 (generic-extras-enable-list): New default value. Update docstring.
22685 Improve :type. Change :set function.
22686 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22687 Fix docstring.
22688
22689 * emacs-lisp/generic.el (generic-mode-internal):
22690 Simplify font-lock-defaults.
22691 (define-generic-mode): Fix docstring.
22692
22693 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22694
22695 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22696 font-lock-face property to highlight matches.
22697
22698 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22699
22700 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22701 (cc-define-alist): New variable.
22702 (c-mode): Make it local and initialize it.
22703
22704 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22705 (gdb-exited): New function.
22706 (gdb-annotation-rules): Use it.
22707 (gdb-starting): Set gdb-active-process to t.
22708 (gdb-stopping): Amend doc string.
22709 (gdb-reset): Set gdb-active-process to nil.
22710
22711 * tooltip.el (tooltip-gud-tips): Show the associated #define
22712 directives when a C program under GDB is not executing.
22713
22714 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22715
22716 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22717 font-lock-fontify-syntactic-keywords.
22718
22719 * font-lock.el (font-lock-default-fontify-region): Don't force
22720 parse-sexp-lookup-properties to nil.
22721
22722 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22723
22724 * man.el (man-mode-syntax-table): Set up `:' to have
22725 word-constituent syntax.
22726
22727 2005-04-27 Lute Kamstra <lute@gnu.org>
22728
22729 * novice.el (disable-command): Don't add spurious newlines to the
22730 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22731
22732 2005-04-26 Jay Belanger <belanger@truman.edu>
22733
22734 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22735 than one window before deleting window.
22736
22737 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22738
22739 * shell.el (shell-prompt-pattern): Doc fix.
22740 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22741
22742 * comint.el (comint-prompt-regexp, comint-get-old-input)
22743 (comint-use-prompt-regexp)
22744 (comint-use-prompt-regexp-instead-of-fields)
22745 (comint-replace-by-expanded-history, comint-send-input)
22746 (comint-output-filter, comint-get-old-input-default)
22747 (comint-line-beginning-position, comint-bol, comint-show-output)
22748 (comint-backward-matching-input, comint-forward-matching-input)
22749 (comint-next-prompt, comint-previous-prompt):
22750 Rename `comint-use-prompt-regexp-instead-of-fields' to
22751 `comint-use-prompt-regexp'. Keep old name as alias and declare
22752 obsolete.
22753 (comint-use-prompt-regexp): Shorten first line of doc string.
22754
22755 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22756 Set paragraph-separate buffer locally to "\\'".
22757
22758 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22759 Adapt to above name change.
22760
22761 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22762 (smbclient-prompt-regexp): Ditto.
22763
22764 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22765
22766 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22767
22768 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22769 gdb-location-list.
22770 Break lines that are over 80 characters wide.
22771
22772 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22773
22774 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22775 New fun and var, to preserve compatibility.
22776
22777 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22778
22779 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22780
22781 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22782 name to file-newer-than-file-p.
22783
22784 2005-04-26 Richard M. Stallman <rms@gnu.org>
22785
22786 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22787
22788 * progmodes/python.el (python-mode):
22789 Use new name eldoc-documentation-function.
22790
22791 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22792
22793 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22794 (eldoc-documentation-function):
22795 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22796
22797 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22798
22799 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22800
22801 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22802
22803 * term/xterm.el (function-key-map): Fix strings for
22804 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22805 {C,S,A,C-S}-{f1-f12}.
22806
22807 2005-04-26 Kenichi Handa <handa@m17n.org>
22808
22809 * international/mule-cmds.el (select-safe-coding-system):
22810 Fix previous change.
22811
22812 2005-04-26 Lute Kamstra <lute@gnu.org>
22813
22814 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22815
22816 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22817 (font-lock-comment-delimiter-face): Ditto.
22818
22819 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22820
22821 2005-04-25 Jay Belanger <belanger@truman.edu>
22822
22823 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22824 to t while inserting information; use help-mode.
22825
22826 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22827
22828 * term.el (ansi-term-color-vector): Use the xterm colors.
22829 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22830
22831 2005-04-25 Lute Kamstra <lute@gnu.org>
22832
22833 * font-core.el (font-lock-defaults): Fix docstring.
22834
22835 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22836
22837 2005-04-25 Kenichi Handa <handa@m17n.org>
22838
22839 * international/mule-cmds.el (select-safe-coding-system):
22840 Don't check consistency with coding: spec, etc if raw-text or
22841 no-conversion was found to be safe.
22842
22843 2005-04-24 Richard M. Stallman <rms@gnu.org>
22844
22845 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22846 citation markers at start of each line.
22847
22848 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22849 citation markers at start of each line.
22850
22851 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22852
22853 * files.el (mode-require-final-newline): Fix previous change.
22854 (require-final-newline): Fix type label.
22855
22856 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22857
22858 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22859 statement in buffer (broken by 2004-11-24 change).
22860
22861 2005-04-24 Kim F. Storm <storm@cua.dk>
22862
22863 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22864 and read-file-name-function values. Don't overwrite existing
22865 non-nil values if ido-mode is enabled without ido-everywhere.
22866
22867 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22868
22869 * files.el (mode-require-final-newline): Minor doc fix.
22870
22871 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22872
22873 * subr.el (syntax-after): Doc fix.
22874 (syntax-class): If argument is nil, return nil. Mask off upper 16
22875 bits, not 8 bits.
22876
22877 * files.el (mode-require-final-newline): Doc fix.
22878 (backup-buffer-copy): Fix last change.
22879
22880 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22881
22882 * term/mac-win.el: Require select. Set selection-coding-system to
22883 mac-system-coding-system. Call menu-bar-enable-clipboard.
22884 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22885 (x-select-enable-clipboard): New variables.
22886 (x-select-text, x-get-selection, x-selection-value)
22887 (x-get-selection-value, mac-select-convert-to-string)
22888 (mac-services-open-file, mac-services-open-selection)
22889 (mac-services-insert-text): New functions.
22890 (CLIPBOARD, FIND): Put mac-scrap-name property.
22891 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22892 (public.tiff): Put mac-ostype property.
22893 (selection-converter-alist): Add entries for them.
22894 (mac-application-menu-map): New keymap.
22895 (interprogram-cut-function, interprogram-paste-function): Set to
22896 x-select-text and x-get-selection-value, respectively.
22897 (split-window-keep-point): Set to t.
22898
22899 2005-04-23 Richard M. Stallman <rms@gnu.org>
22900
22901 * files.el (read-directory-name): Always pass non-nil
22902 DEFAULT-FILENAME arg to read-file-name.
22903 (backup-buffer-copy, basic-save-buffer-2): Take care against
22904 writing thru an unexpected existing symlink.
22905 (revert-buffer): In indirect buffer, revert the base buffer.
22906 (magic-mode-alist): Doc fix.
22907 (buffer-stale-function): Doc fix.
22908 (minibuffer-with-setup-hook): Avoid warning.
22909 (mode-require-final-newline): Doc and custom fix.
22910
22911 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22912
22913 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22914 use the default appearance.
22915 (font-lock-comment-delimiter-face): New face, new variable.
22916
22917 * imenu.el (imenu--generic-function): The official position of a
22918 definition is the start of the line that BEG is in.
22919
22920 * midnight.el (midnight-timer): Move defvar up.
22921
22922 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22923
22924 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22925
22926 * startup.el (command-line): Use with-no-warnings.
22927
22928 * window.el (window-size-fixed): New defvar.
22929
22930 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22931
22932 * mail/rmail.el (rmail-font-lock-keywords):
22933 Use font-lock-comment-delimiter-face.
22934
22935 * mail/sendmail.el (mail-font-lock-keywords):
22936 Use font-lock-comment-delimiter-face.
22937
22938 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22939
22940 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22941
22942 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22943 Specify t for LAXMATCH when matching directories.
22944 Save match data around compilation-compat-error-properties form.
22945
22946 2005-04-23 David Kastrup <dak@gnu.org>
22947
22948 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22949 Mention that the autoloaded aliases should be kept for AUCTeX.
22950
22951 2005-04-23 Andreas Schwab <schwab@suse.de>
22952
22953 * isearch.el (isearch-forward): Doc fix.
22954
22955 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22956
22957 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22958 (jit-lock-stealth-nice): Change default value to 0.5.
22959
22960 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22961
22962 * abbrev.el (write-abbrev-file): Write table entries in
22963 alphabetical order by table name.
22964
22965 2005-04-22 Kim F. Storm <storm@cua.dk>
22966
22967 * ido.el (ido-read-internal): Fix `list' completion.
22968
22969 2005-04-22 Kenichi Handa <handa@m17n.org>
22970
22971 * recentf.el (recentf-save-file-coding-system): New variable.
22972 (recentf-save-list): Encode the file by
22973 recentf-save-file-coding-system and add coding: tag.
22974
22975 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22976
22977 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22978
22979 2005-04-21 Lute Kamstra <lute@gnu.org>
22980
22981 * loadhist.el (unload-feature): Don't remove a function from hooks
22982 if it is about to be restored to an autoload . Remove functions
22983 that will become unbound from auto-mode-alist. Simplify the code.
22984
22985 * subr.el (assq-delete-all): New implementation that is linear,
22986 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22987 (rassq-delete-all): New function.
22988
22989 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22990 Add size-indication-mode.
22991
22992 2005-04-21 Kenichi Handa <handa@m17n.org>
22993
22994 * international/mule-cmds.el: Add autoload for widget-value in
22995 eval-when-compile.
22996
22997 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22998
22999 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23000 Add tooltip-mode.
23001
23002 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23003
23004 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23005
23006 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23007 (inferior-lisp-filter-regexp, inferior-lisp-program)
23008 (inferior-lisp-load-command, inferior-lisp-prompt)
23009 (inferior-lisp-mode-hook, lisp-source-modes)
23010 (inferior-lisp-load-hook): defvar->defcustom.
23011 (inferior-lisp-program, inferior-lisp-prompt)
23012 (inferior-lisp-load-hook): Doc fixes.
23013 (inferior-lisp-install-letter-bindings): Small change in
23014 introductory comment.
23015
23016 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23017
23018 * vc.el (vc-annotate-color-map): Change some colors so that text
23019 using them as foreground is readable on both white and black
23020 backgrounds.
23021
23022 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23023
23024 * international/mule-conf.el (translation-table-for-input):
23025 Remove redundant declaration.
23026
23027 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23028
23029 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23030
23031 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23032 (tooltip-toggle-gud-tips): New function.
23033
23034 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23035
23036 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23037 right angle brackets.
23038
23039 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23040
23041 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23042
23043 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23044
23045 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23046 Remove. Update callers to use expand-file-name instead.
23047
23048 * subr.el (syntax-class): New function.
23049
23050 * simple.el (blink-matching-open): Use it.
23051
23052 * paren.el (show-paren-function): Use it to recognize parens that are
23053 also used in 2-char comment markers.
23054
23055 2005-04-19 Lute Kamstra <lute@gnu.org>
23056
23057 * loadhist.el (unload-feature): Update for new format of
23058 load-history. Simplify the code.
23059
23060 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23061
23062 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23063 (mac-add-charset-info): New function. Initialize variable
23064 mac-charset-info-alist using it.
23065 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23066 for translation.
23067 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23068 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23069 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23070 New CCL programs.
23071
23072 2005-04-19 Kim F. Storm <storm@cua.dk>
23073
23074 * simple.el (next-buffer, prev-buffer, next-error)
23075 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23076 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23077
23078 * bindings.el (next-buffer, prev-buffer, next-error)
23079 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23080 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23081 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23082 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23083
23084 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23085
23086 * isearch.el (isearch-edit-string): Make the search-ring available for
23087 minibuffer history commands.
23088 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23089 the default history commands now work just as well.
23090 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23091
23092 2005-04-18 Kim F. Storm <storm@cua.dk>
23093
23094 * emulation/cua-base.el (cua--pre-command-handler): Add more
23095 elaborate check for shift modifier on non-window systems.
23096
23097 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23098
23099 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23100
23101 2005-04-18 Kim F. Storm <storm@cua.dk>
23102
23103 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23104 and make it optional. Don't test tooltip-gud-echo-area here.
23105 (tooltip-gud-process-output, gdb-tooltip-print):
23106 Pass tooltip-gud-echo-area to tooltip-show.
23107 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23108
23109 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23110
23111 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23112 `display-graphic-p' may not be bound yet.
23113
23114 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23115
23116 * startup.el (command-line): No longer enable Xterm Mouse mode by
23117 default in terminals compatible with xterm.
23118
23119 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23120
23121 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23122
23123 * tooltip.el (tooltip-gud-echo-area): Rename from
23124 tooltip-use-echo-area.
23125 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23126 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23127 area independently of where help tooltips are displayed.
23128
23129 2005-04-17 David Kastrup <dak@gnu.org>
23130
23131 * cus-theme.el (custom-theme-write-variables): Quote variables
23132 where necessary.
23133
23134 2005-04-17 Richard M. Stallman <rms@gnu.org>
23135
23136 * simple.el (yank-excluded-properties): Add follow-link to value.
23137
23138 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23139
23140 * startup.el (fancy-splash-max-time): Just 30 seconds.
23141 (fancy-splash-delay): Just 7.
23142 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23143
23144 * loadhist.el (unload-feature): Update for new format of load-history.
23145 Simplify the code.
23146
23147 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23148 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23149
23150 * mail/sendmail.el (mail-font-lock-keywords):
23151 Don't fontify subject text.
23152 Don't fontify the text of a citation.
23153
23154 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23155
23156 * comint.el (comint-output-filter): Run comint-output-filter-functions
23157 with point where the user had it.
23158
23159 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23160
23161 * international/ucs-tables.el (ucs-set-table-for-input):
23162 Disable when using unify-on-decoding.
23163
23164 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23165
23166 * emulation/cua-base.el (cua-global-mark-face): Add special case
23167 for displays supporting a high number of colors.
23168
23169 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23170
23171 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23172
23173 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23174
23175 * filesets.el (filesets-add-buffer): If user supplies a name of a
23176 non-existing fileset, create a new fileset.
23177
23178 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23179
23180 * textmodes/org.el (org-up-heading-all): Fix bug with
23181 `outline-up-heading-all'.
23182
23183 2005-04-16 Andreas Schwab <schwab@suse.de>
23184
23185 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23186 /etc/permissions.d/* and /etc/aliases.d/*.
23187
23188 2005-04-16 Kenichi Handa <handa@m17n.org>
23189
23190 * international/code-pages.el (cp-make-coding-system):
23191 Set `translation-table-for-input' property value to the symbol
23192 ucs-mule-to-mule-unicode, not to that value.
23193 (pt154): Escape guillemet by `\'.
23194
23195 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23196
23197 * loadup.el: Load tooltip if x-show-tip is fboundp.
23198
23199 * startup.el (command-line): Add comment.
23200
23201 * tooltip.el (tooltip-mode): Specify correct standard value for
23202 Custom in init-value.
23203
23204 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23205
23206 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23207 possible.
23208
23209 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23210
23211 * textmodes/org.el (org-agenda-date-prompt): Rename from
23212 `org-agenda-date-today'.
23213 (org-evaluate-time-range): Insert at point instead of directly
23214 after time range.
23215 (org-first-headline-recenter, org-subtree-end-visible-p)
23216 (org-optimize-window-after-visibility-change): New functions
23217 (org-agenda-post-command-hook): Don't allow point at end of line,
23218 to make sure it always hits the text properties.
23219 (org-agenda-next-date-line, org-agenda-previous-date-line):
23220 New commands.
23221 (org-set-regexps-and-options): Category may contain white space.
23222 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23223 Improve marker positions.
23224 (org-agenda-new-marker): Argument POS made optional.
23225 (org-agenda-get-timestamps): Deadlines which are done are listed
23226 in org-done-face now.
23227 (org-agenda-get-todos, org-agenda-get-timestamps)
23228 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23229 Set `undone-face' and `done-face' properties.
23230 (org-last-todo-state-is-todo): New variable.
23231 (org-todo): Set `org-last-todo-state-is-todo'.
23232 (org-agenda-todo): Change face according to
23233 `org-last-todo-state-is-todo'. And change other lines referring to
23234 the same entry.
23235 (org-calendar-goto-agenda): New command.
23236 (org-calendar-to-agenda-key): New option.
23237 (org-startup-folded): New allowed value `content'.
23238 (org-set-regexps-and-options): Accept new value `content' for
23239 `org-startup-folded'.
23240 (org-get-current-options): Handle new value `content' for
23241 `org-startup-folded'.
23242 (org-insert-todo-heading): New command.
23243 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23244 interactively in empty file and option
23245 `org-insert-mode-line-in-empty-file' has been set.
23246 (org-agenda-todo, org-agenda-priority): Modify to use
23247 `org-agenda-change-all-lines'.
23248 (org-warning-face): Change color on dark background
23249
23250 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23251
23252 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23253 use preferences AppleLocale and AppleLanguages, and variable
23254 mac-system-locale for default locale. On Mac OS Classic, use
23255 mac-system-coding-system for default coding systems.
23256
23257 * term/mac-win.el: Don't set file-name-coding-system.
23258 Decode variables system-name, emacs-build-system, user-login-name, and
23259 user-full-name by mac-system-coding-system on Mac OS Classic.
23260 (mac-system-coding-system): New variable.
23261
23262 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23263
23264 * startup.el (command-line): Handle `xterm-mouse-mode' before
23265 reading init file.
23266
23267 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23268
23269 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23270
23271 * progmodes/sh-script.el (sh-here-document-word): Make it a
23272 defcustom. Doc fix.
23273 (sh-add): Bash uses $(( )) for arithmetic.
23274 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23275 (sh-maybe-here-document): Remove quotes and leading whitespace
23276 from heredoc word when closing. Indent heredoc with tabs if word
23277 starts with "-".
23278
23279 2005-04-13 Richard M. Stallman <rms@gnu.org>
23280
23281 * simple.el (undo): Fix previous change.
23282
23283 * custom.el (defface): Doc fix.
23284
23285 2005-04-13 Lute Kamstra <lute@gnu.org>
23286
23287 * Makefile.in (DONTCOMPILE): Remove list.
23288 (compile, compile-always): Don't use DONTCOMPILE.
23289 (update-authors): Load the library in which batch-update-authors
23290 is defined.
23291 * makefile.w32-in (DONTCOMPILE): Remove list.
23292 (compile, compile-always): Fix comments.
23293 (update-authors): Load the library in which batch-update-authors
23294 is defined.
23295
23296 * generic-x.el (generic-mode-ini-file-find-file-hook):
23297 Rename to ini-generic-mode-find-file-hook.
23298 Keep generic-mode-ini-file-find-file-hook as an alias.
23299 (ini-generic-mode-find-file-hook): Rename from
23300 generic-mode-ini-file-find-file-hook. Fix docstring.
23301 (ini-generic-mode): Docstring change.
23302 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23303
23304 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23305 called from lisp.
23306
23307 * generic.el: Move to the emacs-lisp subdir.
23308
23309 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23310
23311 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23312 and C-S- function and cursor motion keys.
23313
23314 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23315
23316 * startup.el (command-line): Enable Xterm Mouse mode by default.
23317 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23318 for Custom. No longer show "Mouse" in mode line when enabled.
23319 Doc fix.
23320
23321 2005-04-12 Kim F. Storm <storm@cua.dk>
23322
23323 * emulation/cua-base.el (cua-rectangle-face)
23324 (cua-rectangle-noselect-face): Define face attributes here.
23325
23326 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23327
23328 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23329
23330 * startup.el (command-line): Turn off blinking cursor if
23331 cursorBlink in resources is off or false.
23332
23333 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23334
23335 * term/mac-win.el (dnd): Require dnd.
23336 (mac-drag-n-drop): Call dnd-handle-one-url.
23337 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23338 (kTextEncodingISOLatin2): Remove constants.
23339 (mac-script-code-coding-systems): New constant.
23340 (mac-handle-language-change): New function.
23341 (special-event-map): Bind it to `language-change' event.
23342 (mac-centraleurroman, mac-cyrillic): New coding systems.
23343 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23344 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23345 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23346 encode-mac-cyrillic, respectively.
23347
23348 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23349
23350 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23351 Don't set overlay-arrow-string to "=>" as this is done
23352 globally in C now.
23353
23354 2005-04-12 Lute Kamstra <lute@gnu.org>
23355
23356 * generic-x.el (rc-generic-mode, rul-generic-mode):
23357 Fix auto-mode-alist entries.
23358 (etc-fstab-generic-mode): Tweak fontification.
23359
23360 * generic.el (generic-make-keywords-list): Fix docstring.
23361 (generic-mode-internal): Simplify generic-font-lock-keywords.
23362
23363 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23364
23365 * whitespace.el (whitespace-buffer-leading)
23366 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23367 However, fix the highlight area for the leading and
23368 trailing whitespaces to show space.
23369
23370 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23371
23372 * whitespace.el (whitespace-version): Bump to 3.5
23373
23374 (whitespace-buffer-leading, whitespace-buffer-trailing):
23375 Invert sense of the test to highlight the whitespace.
23376
23377 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23378
23379 * progmodes/gud.el (gud-display-line): GUD uses its own
23380 overlay arrow now so don't set overlay-arrow-string.
23381 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23382
23383 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23384
23385 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23386 (term-ansi-current-reverse, term-ansi-current-invisible)
23387 (term-ansi-face-already-done): Change to boolean.
23388 (term-reset-terminal, term-handle-colors-array): Handle the above
23389 vars accordingly.
23390 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23391 (term-emulate-terminal): Use the new name.
23392
23393 * faces.el (secondary-selection): Use yellow1, not yellow.
23394 (trailing-whitespace): Use red1, not red.
23395
23396 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23397
23398 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23399 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23400 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23401
23402 * cus-edit.el (dnd): New group.
23403
23404 * term/w32-win.el (dnd): Require dnd
23405 (w32-drag-n-drop): Call dnd-handle-one-url.
23406
23407 * x-dnd.el: Require dnd.
23408 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23409 Call dnd-handle-one-url.
23410 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23411 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23412 to dnd-insert-text.
23413 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23414 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23415 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23416 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23417
23418 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23419
23420 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23421
23422 * wdired.el: Doc fixes.
23423 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23424 (wdired-use-dired-vertical-movement): Rename from
23425 wdired-always-move-to-filename-beginning.
23426 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23427 (wdired-change-to-wdired-mode): Change mode name.
23428 (wdired-newline): Delete.
23429
23430 2005-04-11 Richard M. Stallman <rms@gnu.org>
23431
23432 * whitespace.el (whitespace-highlight-the-space):
23433 Don't call whitespace-unhighlight-the-space here.
23434
23435 * simple.el (undo): Record t in undo-equiv-table
23436 for the redo record made by an undo-in-region.
23437
23438 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23439
23440 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23441 (gdb-frame-inferior-io-buffer): New Functions to control
23442 display of separate IO buffer.
23443 (menu): Add them to menu-bar.
23444 (gdb-display-buffer): Check for buffer another frame.
23445 Protect GUD buffer.
23446 (gdb-setup-windows): Create IO buffer if not already there.
23447 (gdb-memory-mode): Remove purecopy noops.
23448
23449 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23450
23451 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23452 and pass to self-insert-command.
23453
23454 2005-04-11 Lute Kamstra <lute@gnu.org>
23455
23456 * generic.el: Commentary section cleanup.
23457 (generic): Delete.
23458 (generic-use-find-file-hook, generic-lines-to-scan)
23459 (generic-find-file-regexp, generic-ignore-files-regexp)
23460 (default-generic-mode, generic-mode-find-file-hook)
23461 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23462 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23463 (generic-use-find-file-hook, generic-lines-to-scan)
23464 (generic-find-file-regexp, generic-ignore-files-regexp)
23465 (default-generic-mode, generic-mode-find-file-hook)
23466 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23467
23468 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23469
23470 * bookmark.el (bookmark-write-file): Catch errors writing file.
23471 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23472
23473 2005-04-10 Richard M. Stallman <rms@gnu.org>
23474
23475 * startup.el (fancy-splash-tail): Update copyright year.
23476 (command-line): Split part of -Q into -D.
23477 (emacs-basic-display): New defvar.
23478 (fancy-splash-text): Correct name of menu item.
23479
23480 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23481
23482 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23483 lines in one node.
23484
23485 * comint.el (comint-send-input): New arg ARTIFICIAL.
23486 Callers in this file changed.
23487
23488 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23489
23490 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23491
23492 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23493
23494 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23495 `ldap-search-internal'.
23496
23497 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23498
23499 * files.el (set-auto-mode-1): Use line-end-position.
23500
23501 * international/latin-1.el:
23502 * international/latin-2.el:
23503 * international/latin-3.el:
23504 * international/latin-4.el:
23505 * international/latin-5.el:
23506 * international/latin-8.el:
23507 * international/latin-9.el: Give punctuation syntax to NBSP.
23508
23509 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23510 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23511 Use char-classes to accept non-ascii letters, accepted in some recent
23512 bibtex implementations.
23513
23514 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23515
23516 * custom.el (custom-set-minor-mode): Any non-nil value for the
23517 variable should enable the mode when set through Custom.
23518
23519 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23520
23521 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23522 TAB binding so tab-always-indent is obeyed.
23523 (vhdl-minibuffer-local-map): Move initialization into declaration.
23524 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23525 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23526 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23527 (vhdl-current-line): Use line-beginning-position.
23528 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23529 with-output-to-temp-buffer, so the current position can be recorded.
23530
23531 2005-04-10 Masatake YAMATO <jet@gyve.org>
23532
23533 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23534 Add regexp for gcov.
23535
23536 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23537
23538 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23539 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23540 syntax which Emacs 20 doesn't support.
23541
23542 2005-04-09 Richard M. Stallman <rms@gnu.org>
23543
23544 * help.el (describe-key-briefly, describe-key):
23545 Replace strings as event types with "(any string)".
23546
23547 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23548
23549 * arc-mode.el (archive-mode-map): Move initialization into
23550 the declaration. Override *all* bindings of `undo'.
23551 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23552
23553 2005-04-09 Jay Belanger <belanger@truman.edu>
23554
23555 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23556
23557 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23558
23559 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23560 (xterm-register-default-colors): Update color values computation
23561 to match xterm-200.
23562
23563 2005-04-09 Kenichi Handa <handa@m17n.org>
23564
23565 * international/code-pages.el (iso-latin-7): Fix the map.
23566
23567 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23568
23569 * emacs-lisp/lisp.el (defun-prompt-regexp)
23570 (parens-require-spaces, buffer-end, end-of-defun)
23571 (insert-parentheses): Doc fixes.
23572
23573 2005-04-08 Kim F. Storm <storm@cua.dk>
23574
23575 * comint.el (comint-highlight-prompt): Fix face spec.
23576 * hi-lock.el (hi-green): Likewise.
23577
23578 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23579
23580 * cus-edit.el (custom-modified-face):
23581 * comint.el (comint-highlight-input): Fix previous changes.
23582 * term.el (term-handle-ansi-escape): Add a comment.
23583
23584 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23585
23586 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23587 in the buffer and in whitespace-highlighted-space.
23588 (whitespace-unhighlight-the-space): Simplify.
23589 (whitespace-buffer): Simplify.
23590
23591 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23592
23593 * textmodes/table.el (table-cell-face): Add special case for
23594 displays supporting a high number of colors.
23595 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23596 (vhdl-font-lock-reserved-words-face)
23597 (vhdl-speedbar-architecture-face)
23598 (vhdl-speedbar-instantiation-face)
23599 (vhdl-speedbar-architecture-selected-face)
23600 (vhdl-speedbar-instantiation-selected-face): Likewise.
23601 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23602 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23603 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23604 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23605 (ebrowse-progress-face): Likewise.
23606 * progmodes/compile.el (compilation-info-face): Likewise.
23607 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23608 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23609 * calendar/calendar.el (diary-face): Likewise.
23610 * woman.el (woman-italic-face, woman-bold-face)
23611 (woman-unknown-face): Likewise.
23612 * wid-edit.el (widget-button-pressed-face): Likewise.
23613 * whitespace.el (whitespace-highlight-face): Likewise.
23614 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23615 * pcvs-info.el (cvs-marked-face): Likewise.
23616 * info.el (info-xref): Likewise.
23617 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23618 * hilit-chg.el (highlight-changes-face)
23619 (highlight-changes-delete-face): Likewise.
23620 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23621 (hi-red-b): Likewise.
23622 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23623 * font-lock.el (font-lock-keyword-face)
23624 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23625 * cus-edit.el (custom-invalid-face, custom-modified-face)
23626 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23627 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23628 * comint.el (comint-highlight-prompt): Likewise.
23629
23630 2005-04-08 Lute Kamstra <lute@gnu.org>
23631
23632 * font-lock.el (font-lock-keywords): Docstring fixes.
23633
23634 2005-04-08 Kenichi Handa <handa@m17n.org>
23635
23636 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23637 chars are more than a limit, print " and more..." at the tail.
23638
23639 2005-04-08 Kim F. Storm <storm@cua.dk>
23640
23641 * emacs-lisp/authors.el (authors-aliases): Update list.
23642 (authors-ignored-files): New list.
23643 (authors-fixed-entries): Fix typo.
23644 (authors-renamed-files-alist): Update list.
23645 (authors-add): Check authors-ignored-files.
23646
23647 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23648
23649 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23650 optional, to ensure backward compatibility.
23651
23652 2005-04-08 Stephen Eglen <stephen@gnu.org>
23653
23654 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23655
23656 2005-04-08 Kim F. Storm <storm@cua.dk>
23657
23658 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23659
23660 * mouse.el (mouse-on-link-p): Doc fix.
23661
23662 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23663
23664 * ielm.el (ielm-prompt-read-only): Doc fix.
23665
23666 * comint.el (comint-prompt-read-only): Doc fix.
23667
23668 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23669
23670 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23671 ensure dired always handles wildcards passed to ffap.
23672 (find-file-at-point): Use it.
23673 (ffap-dired-wildcards): Doc fix.
23674
23675 2005-04-07 Juri Linkov <juri@jurta.org>
23676
23677 * simple.el (next-error-overlay-arrow-position): New defvar.
23678 Put "=>" on its property `overlay-arrow-string'. Add it to
23679 `overlay-arrow-variable-list'.
23680
23681 * progmodes/compile.el (compilation-setup):
23682 Set `next-error-overlay-arrow-position' to nil. Also set it to
23683 nil in the local hook `kill-buffer-hook'. Make local variable
23684 `overlay-arrow-string' and set it to "=>".
23685 (compilation-goto-locus): Set BOL position to
23686 `next-error-overlay-arrow-position' instead of
23687 `overlay-arrow-position'.
23688
23689 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23690 locally instead of adding it to the global hook.
23691 (Info-kill-buffer): Move up.
23692
23693 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23694
23695 * term/xterm.el (xterm-standard-colors): Update color values from
23696 xterm-200.
23697
23698 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23699
23700 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23701
23702 * fast-lock.el:
23703 * lazy-lock.el: Move them to the obsolete subdir.
23704
23705 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23706
23707 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23708 (wdired-add-replace-advice): Remove.
23709 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23710
23711 2005-04-06 Kim F. Storm <storm@cua.dk>
23712
23713 * startup.el (command-line): Add --bare-bones alias for -Q.
23714
23715 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23716
23717 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23718 create the startup fontset if a font specification ends with
23719 `mac-roman'.
23720
23721 2005-04-06 Lute Kamstra <lute@gnu.org>
23722
23723 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23724 change.
23725
23726 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23727 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23728
23729 2005-04-05 Lute Kamstra <lute@gnu.org>
23730
23731 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23732 (define-generic-mode): Ditto. Fix debug declaration.
23733
23734 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23735 Put them in the generic-x group.
23736
23737 * calendar/timeclock.el (timeclock): Doc fix.
23738
23739 * generic.el (define-generic-mode): Don't use custom-current-group.
23740 Document default :group value.
23741 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23742 (define-global-minor-mode): Don't use custom-current-group.
23743
23744 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23745
23746 * startup.el (command-line-1): Display startup-echo-area-message
23747 when fancy splash screen is in use.
23748
23749 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23750 (sh-escaped-newline): New face.
23751 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23752 newline, and use sh-escaped-newline face.
23753
23754 * progmodes/tcl.el (tcl-escaped-newline): New face.
23755 (tcl-builtin-list): New variable.
23756 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23757 newlines. Fix keywords subexpression number.
23758
23759 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23760
23761 * textmodes/org.el (org-diary-default-entry): Fix call to
23762 `add-to-diary-entry'.
23763
23764 2005-04-05 Kim F. Storm <storm@cua.dk>
23765
23766 * ediff-init.el: Use (featurep 'xemacs).
23767
23768 2005-04-05 David Ponce <david@dponce.com>
23769
23770 * cus-edit.el (face): Derive from symbol widget. Display sample
23771 of the current face on the fly.
23772 (widget-face-sample-face-get, widget-face-notify): New functions.
23773 (widget-face-value-create): Remove.
23774
23775 * wid-edit.el (widget-field-end): Temporarily remove field
23776 narrowing before to call `get-char-property'.
23777
23778 2005-04-04 Jay Belanger <belanger@truman.edu>
23779
23780 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23781 (math-read-subscripts): New variable.
23782 (math-read-preprocess-string): Process subscripts.
23783
23784 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23785
23786 * comint.el (comint-prompt-read-only): Doc fix.
23787
23788 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23789 `-1'. Doc fix.
23790
23791 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23792
23793 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23794 Change default value to nil.
23795
23796 2005-04-04 Lute Kamstra <lute@gnu.org>
23797
23798 * autorevert.el (auto-revert-mode): Specify :group.
23799 * battery.el (display-battery-mode): Specify :group.
23800 * diff-mode.el (diff-minor-mode): Specify :group.
23801 * font-core.el (font-lock-mode): Specify :group.
23802 * hl-line.el (hl-line-mode): Specify :group.
23803 * iimage.el (iimage): New customization group.
23804 (iimage-mode): Specify :group.
23805 * longlines.el (longlines-mode): Specify :group.
23806 * master.el: Don't require easy-mmode.
23807 (master): New customization group.
23808 (master-mode): Specify :group.
23809 * msb.el (msb-mode): Specify :group.
23810 * reveal.el (reveal-mode): Specify :group.
23811 * simple.el (next-error-follow-minor-mode): Specify :group.
23812 * smerge-mode.el (smerge-mode): Specify :group.
23813 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23814 * emulation/cua-base.el (cua-mode): Specify :group.
23815 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23816 * language/thai-util.el (thai-auto-composition-mode)
23817 (thai-word-mode): Specify :group.
23818 * mail/supercite.el (sc-minor-mode): Specify :group.
23819 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23820 * progmodes/flymake.el (flymake-mode): Specify :group.
23821 * progmodes/glasses.el (glasses-mode): Specify :group.
23822 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23823 * textmodes/enriched.el (enriched-mode): Specify :group.
23824 * textmodes/refill.el (refill-mode): Specify :group.
23825
23826 * add-log.el (change-log-font-lock-keywords): Names in
23827 parenthesized lists can contain spaces.
23828
23829 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23830
23831 * startup.el (fancy-splash-text): Shorten default text of
23832 "Emacs Tutorial" line. Also, if the current language env
23833 indicates an available tutorial file other than TUTORIAL,
23834 extract its title and append it to the line in parentheses.
23835 (fancy-splash-insert): If arg is a thunk, funcall it.
23836
23837 2005-04-04 Jay Belanger <belanger@truman.edu>
23838
23839 * calc.el (calc-language-alist): Add tags to customization type.
23840
23841 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23842
23843 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23844 Doc fix.
23845
23846 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23847
23848 * add-log.el (change-log-font-lock-keywords): The manual
23849 describing a Change Log entry, says: (...) "Aside from these
23850 header lines, every line in the change log starts with a space or
23851 a tab.". The font-lock was not highlighting lines started with
23852 spaces, added support for it.
23853
23854 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23855
23856 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23857 (bibtex-generate-url-list): Update docstring accordingly. Put the
23858 complex example in the docstring.
23859 (bibtex-font-lock-url): Use pop.
23860
23861 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23862
23863 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23864
23865 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23866
23867 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23868
23869 * filesets.el (filesets-set-default): Doc fix.
23870
23871 2005-04-03 Lute Kamstra <lute@gnu.org>
23872
23873 * generic.el (define-generic-mode): Add argument to specify
23874 keywords for defcustom.
23875 (default-generic-mode): Specify :group.
23876
23877 * generic-x.el: Specify :group for all generic modes.
23878
23879 * desktop.el (desktop-no-desktop-file-hook)
23880 (desktop-after-read-hook): Doc fix.
23881
23882 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23883
23884 * simple.el (visible-mode): Use explicit :group keyword.
23885 This changes the group of `visible-mode-hook' from paren-blinking
23886 to editing-basics.
23887
23888 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23889
23890 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23891 mailbox specifications as well as URLs.
23892 (rmail-insert-inbox-text): Remove unused conditional branches.
23893
23894 2005-04-01 Jay Belanger <belanger@truman.edu>
23895
23896 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23897 (calc-gnuplot-print-command): Move definitions to calc.el.
23898
23899 * calc/calc-embed.el (calc-embedded-announce-formula)
23900 (calc-embedded-open-formula, calc-embedded-close-formula)
23901 (calc-embedded-open-word, calc-embedded-close-word)
23902 (calc-embedded-open-plain, calc-embedded-close-plain)
23903 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23904 (calc-embedded-open-mode, calc-embedded-close-mode):
23905 Move definitions to calc.el.
23906
23907 * calc/calc.el (calc-settings-file, calc-language-alist):
23908 Make customizable.
23909 (calc-embedded-announce-formula, calc-embedded-open-formula)
23910 (calc-embedded-close-formula, calc-embedded-open-word)
23911 (calc-embedded-close-word, calc-embedded-open-plain)
23912 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23913 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23914 (calc-embedded-close-mode, calc-gnuplot-name)
23915 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23916 from other files and make customizable.
23917
23918 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23919
23920 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23921 Use buffer-live-p.
23922 (cvs-mode-run): Don't call cvs-update-header here.
23923 (cvs-run-process): Call cvs-update-header.
23924 Use process properties for cvs-postprocess and cvs-buffer so that
23925 the sentinel can behave better if the temp buffer is killed.
23926 Use a pipe rather than a tty, to better handle unexpected prompts.
23927 (cvs-sentinel): Rewrite. Call cvs-update-header.
23928
23929 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23930
23931 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23932 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23933
23934 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23935
23936 * generic.el (define-generic-mode): Add indentation rule.
23937
23938 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23939
23940 * files.el (mode-require-final-newline): Make Custom correctly
23941 report a nil value and allow to set it to nil via Custom.
23942 Doc fix.
23943
23944 2005-04-01 Kenichi Handa <handa@m17n.org>
23945
23946 * international/characters.el: Enable the correct case setting for
23947 dotless-i and dotted-I.
23948
23949 2005-04-01 Kim F. Storm <storm@cua.dk>
23950
23951 * ido.el (ido-file-internal): Fall back to non-ido command if
23952 initial directory is on slow ftp (or tramp) host.
23953
23954 2005-03-31 Richard M. Stallman <rms@gnu.org>
23955
23956 * emacs-lisp/autoload.el (make-autoload):
23957 Handle define-global-minor-mode.
23958
23959 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23960 Rename from easy-mmode-define-global-mode.
23961 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23962
23963 * progmodes/scheme.el (scheme-mode-syntax-table):
23964 Update syntax of | and # for two-character comment syntax.
23965
23966 2005-03-31 Lute Kamstra <lute@gnu.org>
23967
23968 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23969 (define-minor-mode): Call custom-current-group at load-time.
23970
23971 * generic.el (define-generic-mode): Add debug declaration.
23972 Add defcustom for the mode hook.
23973 (generic-mode-internal): Use run-mode-hooks.
23974
23975 2005-03-31 Kim F. Storm <storm@cua.dk>
23976
23977 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23978 (mouse-fixup-help-message): New defun called by show_help_echo
23979 to fixup mouse-2 prefix in help messages when applicable.
23980
23981 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23982
23983 2005-03-31 Kenichi Handa <handa@m17n.org>
23984
23985 * language/thai-word.el (thai-find-word-ends): Pay attention to
23986 the case that we reach the end of buffer.
23987
23988 * textmodes/fill.el (fill-text-properties-at): New function.
23989 (fill-newline): Use fill-text-properties-at instead of
23990 text-properties-at.
23991
23992 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23993
23994 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23995 not comint-quote-filename.
23996
23997 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23998
23999 * help-fns.el (help-with-tutorial): Revert last change.
24000
24001 2005-03-31 Kim F. Storm <storm@cua.dk>
24002
24003 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24004
24005 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24006
24007 * calendar/cal-china.el: Update reference to "Calendrical
24008 Calculations" book; there's a new edition.
24009 * calendar/cal-coptic.el: Likewise.
24010 * calendar/cal-french.el: Likewise.
24011 * calendar/cal-hebrew.el: Likewise.
24012 * calendar/cal-islam.el: Likewise.
24013 * calendar/cal-iso.el: Likewise.
24014 * calendar/cal-julian.el: Likewise.
24015 * calendar/cal-mayan.el: Likewise.
24016 * calendar/cal-persia.el: Likewise.
24017 * calendar/calendar.el: Likewise.
24018 * calendar/holidays.el: Likewise.
24019 * calendar/lunar.el: Likewise.
24020 * calendar/solar.el: Likewise.
24021
24022 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24023 white space from doc string.
24024
24025 2005-03-30 Jay Belanger <belanger@truman.edu>
24026
24027 * calc/calc-help.el (calc-full-help): Remove email address.
24028
24029 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24030
24031 * help-fns.el (help-with-tutorial): Delete title line.
24032
24033 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24034
24035 * calendar/cal-x.el (calendar-one-frame-setup)
24036 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24037 rather than `symbol' for set-window-dedicated-p.
24038
24039 * calendar/appt.el (appt-buffer-name): Make it a constant.
24040 (appt-add): Doc fix.
24041
24042 * filesets.el (filesets-menu-path, filesets-menu-before)
24043 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24044 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24045 (filesets-add-submenu): Delete and use add-submenu instead.
24046
24047 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24048
24049 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24050 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24051 (org-diary-default-entry): New function.
24052 (org-get-entries-from-diary): Better parsing of diary entries.
24053 (org-agenda-check-no-diary): New function.
24054 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24055 linking to diary entries.
24056 (org-agenda-execute-calendar-command): New function.
24057 (org-agenda): Improve visible section in window.
24058 Use `org-fit-agenda-window'.
24059 (org-fit-agenda-window): New option.
24060 (org-move-subtree-down): Better handling of empty lines
24061 at end of subtree.
24062 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24063 levels up.
24064 (org-fontify-done-headline): New option.
24065 (org-headline-done-face): New face.
24066 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24067 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24068 When current field is non-empty, it is copied to next row.
24069 (org-table-copy-from-above): Fix bug which made it
24070 impossible to copy fields containing only a single non-white character.
24071
24072 2005-03-30 Kim F. Storm <storm@cua.dk>
24073
24074 * kmacro.el (kmacro-end-macro): Isearch may store this command
24075 into the macro -- so ignore it when executing keyboard macro.
24076
24077 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24078
24079 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24080
24081 2005-03-29 Kenichi Handa <handa@m17n.org>
24082
24083 * language/thai.el ("Thai"): Set setup-function and exit-function
24084 for Thai language environment.
24085
24086 * language/thai-util.el: Require thai-word.
24087 (thai-word-mode-map): New variable.
24088 (thai-word-mode): New minor mode.
24089 (setup-thai-language-environment-internal): New function.
24090 (exit-thai-language-environment-internal): New function.
24091
24092 * language/thai-word.el (thai-word-table): Declare it by defvar,
24093 use dolist to initialize it.
24094 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24095 (thai-fill-find-break-point): New functions.
24096
24097 2005-03-29 Richard M. Stallman <rms@gnu.org>
24098
24099 * simple.el (idle-update-delay): Move definition up.
24100 (set-mark): Doc fix.
24101
24102 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24103
24104 * longlines.el: New file.
24105
24106 * simple.el (buffer-substring-filters): New variable.
24107 (filter-buffer-substring): New function.
24108 (kill-region, copy-region-as-kill): Use it.
24109
24110 * register.el (copy-to-register, append-to-register)
24111 (prepend-to-register): Use filter-buffer-substring.
24112
24113 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24114
24115 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24116 (gud-filter-pending-text): Move in front of gdb.
24117 (gud-overlay-arrow-position): New variable.
24118 (gud-sentinel, gud-display-line): Use it in place of
24119 overlay-arrow-position.
24120
24121 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24122
24123 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24124 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24125 (fortran-font-lock-keywords-4): New variable.
24126 (fortran-blocks-re, fortran-end-block-re)
24127 (fortran-start-block-re): New constants, for hideshow.
24128 (hs-special-modes-alist): Add a Fortran entry.
24129 (fortran-mode-map): Bind fortran-end-of-block,
24130 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24131 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24132 (fortran-looking-at-if-then, fortran-end-of-block)
24133 (fortran-beginning-of-block): New functions, for hideshow.
24134
24135 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24136 Doc fix. Tweak regexp.
24137 (f90-beginning-of-block): Push mark first.
24138
24139 2005-03-29 Jay Belanger <belanger@truman.edu>
24140
24141 * calc/calc.el: Update copyright date.
24142 (calc-version): Increase to 2.1.
24143 (calc-version-date): Remove.
24144
24145 * calc/calc-help.el: Update copyright date.
24146 (calc-full-help): Remove reference to calc-version-date.
24147 Update copyright date.
24148
24149 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24150
24151 * vc.el (vc-do-command): Use a pipe for async processes, so password
24152 prompts don't show up at places where the user can't reply.
24153
24154 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24155
24156 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24157 on the file name we pass to the inferior shell.
24158
24159 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24160
24161 * progmodes/which-func.el (which-function): Be robust in the face of an
24162 imenu--make-index-alist failure.
24163
24164 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24165
24166 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24167
24168 * progmodes/python.el (python-preoutput-filter): Fix last change.
24169
24170 2005-03-29 Lute Kamstra <lute@gnu.org>
24171
24172 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24173 functions and compiled macros.
24174 (debug-convert-byte-code): Handle macros too.
24175 (debug-on-entry-1): Don't signal an error when trying to clear a
24176 function that is not set to debug on entry.
24177
24178 2005-03-29 Jay Belanger <belanger@truman.edu>
24179
24180 * calc/calc-lang.el: Add functions to math-function-table
24181 properties of tex and math.
24182
24183 2005-03-29 Kenichi Handa <handa@m17n.org>
24184
24185 * ps-mule.el (ps-mule-plot-string): Translate characters by
24186 ps-print-translation-table.
24187 (ps-mule-begin-job): Call find-charset-region/string with
24188 ps-print-translation-table.
24189 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24190
24191 * ps-print.el (ps-print-translation-table): New variable.
24192 (ps-plot-region): Translate characters by ps-print-translation-table.
24193
24194 2005-03-29 Juri Linkov <juri@jurta.org>
24195
24196 * simple.el (next-error-highlight-timer): New variable.
24197
24198 * progmodes/compile.el (compilation-goto-locus):
24199 Use `next-error-highlight-timer' instead of `sit-for'.
24200
24201 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24202
24203 * mail/supercite.el (sc-mail-field): Use assoc-string.
24204 (sc-get-address): Simplify regexps.
24205
24206 * files.el (minibuffer-with-setup-hook): New macro.
24207 (find-file-read-args): Use it to avoid let-binding
24208 minibuffer-with-setup-hook (which breaks turning on/off
24209 file-name-shadow-mode while in the prompt).
24210
24211 * complete.el (PC-read-include-file-name-internal):
24212 Use test-completion.
24213
24214 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24215
24216 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24217
24218 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24219
24220 * window.el (window-buffer-height): Use count-screen-lines.
24221
24222 * progmodes/python.el (python-preoutput-leftover): New var.
24223 (python-preoutput-filter): Use it.
24224 (python-send-receive): Loop until all the result has been received.
24225
24226 2005-03-28 Juri Linkov <juri@jurta.org>
24227
24228 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24229
24230 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24231 "Recover Crashed Session".
24232 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24233 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24234 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24235 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24236 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24237 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24238 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24239 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24240
24241 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24242 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24243 Ediff Sessions", "Toggle use of separate control buffer frame",
24244 "Use separate frame for Ediff control buffer".
24245
24246 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24247 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24248 "Rename Bookmark", "Delete Bookmark".
24249
24250 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24251 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24252 Add `:active Info-index-alternatives' to "Next Matching Item".
24253
24254 * wdired.el (wdired-change-to-wdired-mode):
24255 Mention `wdired-abort-changes' key in the initial message.
24256
24257 * international/mule.el (auto-coding-alist): Associate non-ascii
24258 image filename extensions with `no-conversion'.
24259
24260 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24261
24262 * international/iso-acc.el:
24263 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24264
24265 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24266
24267 * textmodes/sgml-mode.el (html-mode): Doc update.
24268
24269 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24270
24271 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24272
24273 * term.el (term-move-columns): Fix face after extending a line.
24274 (term-insert-spaces): Likewise.
24275 (term-reset-terminal): Fix off by one error.
24276
24277 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24278
24279 * international/mule.el (auto-coding-alist): Add .xpi files.
24280
24281 * files.el (auto-mode-alist): Add .xpi files.
24282
24283 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24284
24285 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24286
24287 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24288
24289 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24290
24291 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24292
24293 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24294 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24295
24296 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24297 cursor to Jan 1 when needed.
24298 (calendar-end-of-year): Fix -/+ typo.
24299 Reported by Chong Yidong <cyd@stupidchicken.com>.
24300
24301 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24302
24303 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24304
24305 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24306 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24307
24308 2005-03-25 Richard M. Stallman <rms@gnu.org>
24309
24310 * filesets.el (filesets-init): Add autoload.
24311
24312 * mail/mailalias.el (mail-directory): Doc fix.
24313
24314 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24315
24316 * mail/mailalias.el (mail-directory-process): Do nothing if
24317 mail-directory-process is an atom.
24318 (mail-get-names): Ignore mail-directory-names if it is an atom.
24319 (mail-directory-process defvar): Doc fix.
24320 (mail-names): Doc fix.
24321
24322 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24323
24324 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24325
24326 2005-03-26 Kenichi Handa <handa@m17n.org>
24327
24328 * international/mule-util.el (detect-coding-with-priority):
24329 Call update-coding-systems-internal before detect-coding-region.
24330
24331 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24332
24333 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24334 (gdb-frames-mode-map): Add follow-link property.
24335
24336 2005-03-25 Jay Belanger <belanger@truman.edu>
24337
24338 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24339 for variables.
24340
24341 2005-03-25 Juri Linkov <juri@jurta.org>
24342
24343 * image-mode.el: Optimize image filename extension regexps in
24344 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24345 in `auto-mode-alist'.
24346 (image-mode): Add `image-toggle-display-text' to local hook
24347 `change-major-mode-hook'. Display the image as an image by
24348 default. Set `cursor-type' and `truncate-lines' if the image
24349 is already displayed. Take into account the current mode (image
24350 or text) in message.
24351 (image-minor-mode): New minor mode.
24352 (image-mode-maybe, image-toggle-display-text): New functions.
24353 (image-toggle-display): Use called-interactively-p.
24354 Let-bind `inhibit-read-only' to t.
24355
24356 * image-mode.el (image-minor-mode): Set `cursor-type' and
24357 `truncate-lines' if the image is already displayed. Add turning
24358 image-minor-mode off to `change-major-mode-hook'. Add message.
24359 Call `image-toggle-display-text' after turning image-minor-mode off.
24360
24361 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24362
24363 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24364 Terminal.app, use utf-8.
24365 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24366 (set-locale-environment): Use it.
24367
24368 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24369
24370 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24371
24372 * progmodes/python.el (python-close-block-statement-p)
24373 (python-outdent-p, python-current-defun): Use symbol-end.
24374
24375 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24376
24377 * files.el (save-some-buffers): Doc fix.
24378
24379 2005-03-25 Werner Lemberg <wl@gnu.org>
24380
24381 * complete.el, thumbs.el: Replace `legal' with `valid'.
24382 * calendar/calendar.el: Replace `legal' with `valid'.
24383 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24384 * mail/supercite.el: Replace `legal' with `valid'.
24385 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24386 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24387 Replace `legal' with `valid'.
24388 * textmodes/reftex-vars.el, textmodes/reftex.el:
24389 Replace `legal' with `valid'.
24390
24391 2005-03-25 Werner Lemberg <wl@gnu.org>
24392
24393 * calc/calc-forms.el, calc/calc-sel.el
24394 * midnight.el, vc-cvs.el
24395 * emacs-lisp/cl-macs.el
24396 * emulation/vip.el
24397 * eshell/esh-io.el, eshell/esh-var.el
24398 * mail/supercite.el
24399 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24400 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24401 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24402 * progmodes/sh-script.el, progmodes/xscheme.el
24403 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24404 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24405 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24406 * textmodes/reftex.el, textmodes/org.el:
24407 Replace `illegal' with `invalid'.
24408
24409 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24410
24411 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24412 (flymake-find-buildfile, flymake-find-possible-master-files)
24413 (flymake-check-include, flymake-parse-line): Replace loops over the
24414 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24415
24416 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24417 Substitute file-name-as-directory in the rest of the file.
24418 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24419 (flymake-replace-region): Remove unused arg `buffer'.
24420 (flymake-check-patch-master-file-buffer): Update calls to it.
24421 (flymake-add-err-info): Remove unused var `count'.
24422 (flymake-mode): Use define-minor-mode.
24423
24424 * progmodes/flymake.el: Use with-current-buffer.
24425 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24426 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24427 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24428 Avoid testing for `xemacs'.
24429 (flymake-nop): Move.
24430 (flymake-region-has-flymake-overlays): Return the computed value.
24431 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24432 Remove unused var `endline'.
24433 (flymake-get-line-count): Remove unused function.
24434 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24435
24436 * emulation/vi.el:
24437 * generic.el:
24438 * hilit-chg.el (global-highlight-changes):
24439 * hi-lock.el (hi-lock-mode):
24440 * follow.el: find-file-hooks -> find-file-hook.
24441
24442 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24443
24444 2005-03-24 Juri Linkov <juri@jurta.org>
24445
24446 * dired.el (dired-mode-map): Add menu item "Compare directories"
24447 for dired-compare-directories.
24448
24449 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24450 Doc fix. Replace `read-file-name' with `read-directory-name'.
24451
24452 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24453
24454 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24455
24456 2005-03-24 Jay Belanger <belanger@truman.edu>
24457
24458 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24459 relevant mode settings in calc-embedded-original-modes when modes
24460 are permanently changed.
24461
24462 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24463
24464 * autoinsert.el: find-file-hooks -> find-file-hook.
24465
24466 2005-03-24 Lute Kamstra <lute@gnu.org>
24467
24468 * generic.el (generic-font-lock-defaults): Make it obsolete.
24469 (generic-font-lock-keywords): New variable to replace
24470 generic-font-lock-defaults.
24471 (generic-mode-set-font-lock): Delete it.
24472 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24473 (generic-bracket-support): Add docstring.
24474
24475 * generic-x.el: Rename generic-font-lock-defaults to
24476 generic-font-lock-keywords throughout.
24477 (mailagent-rules-setup-function): Delete it.
24478 (mailagent-rules-generic-mode): Use anonymous function instead.
24479 (show-tabs-generic-mode-font-lock-defaults-1)
24480 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24481 Quote faces.
24482 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24483 not foreground.
24484
24485 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24486 Recognize define-generic-mode.
24487
24488 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24489
24490 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24491 if there's no completion table.
24492
24493 2005-03-23 Miles Bader <miles@gnu.org>
24494
24495 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24496 Remove tty-specific variants, as they're no longer needed.
24497
24498 2005-03-23 Lute Kamstra <lute@gnu.org>
24499
24500 * generic-x.el: Code cleanup: make args constant whenever possible.
24501 (installshield-statement-keyword-list)
24502 (installshield-system-functions-list)
24503 (installshield-system-variables-list, installshield-types-list)
24504 (installshield-funarg-constants-list): Make them constants.
24505
24506 * generic.el (generic-make-keywords-list): Add autoload cookie.
24507
24508 * calendar/time-date.el: Add comment on time value formats.
24509 Don't require parse-time.
24510 (with-decoded-time-value): New macro.
24511 (encode-time-value): New function.
24512 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24513 (days-to-time): Return a valid time value when arg is huge.
24514 (time-since): Use time-subtract.
24515 (time-to-number-of-days): Use time-to-seconds.
24516
24517 2005-03-23 David Ponce <david@dponce.com>
24518
24519 * recentf.el (recentf-keep): New option.
24520 (recentf-menu-action): Default to `find-file'.
24521 (recentf-keep-non-readable-files-flag)
24522 (recentf-keep-non-readable-files-p)
24523 (recentf-file-readable-p, recentf-find-file)
24524 (recentf-cleanup-remote): Remove.
24525 (recentf-include-p): More robust.
24526 (recentf-keep-p): New function.
24527 (recentf-remove-if-non-kept): Rename from
24528 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24529 All callers updated.
24530 (recentf-menu-items-for-commands): Fix help string.
24531 (recentf-track-closed-file): Update. Doc fix.
24532 (recentf-cleanup): Update. Count removed files. Doc fix.
24533
24534 2005-03-23 Kim F. Storm <storm@cua.dk>
24535
24536 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24537 Don't inherit from fringe face (now happens automatically).
24538
24539 2005-03-22 Kim F. Storm <storm@cua.dk>
24540
24541 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24542 position values.
24543
24544 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24545
24546 * menu-bar.el (showhide-date-time): Remove.
24547 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24548 (menu-bar-make-mm-toggle): Simplify.
24549
24550 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24551
24552 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24553 Accept qualified variable and function names.
24554
24555 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24556
24557 * bindings.el (completion-ignored-extensions):
24558 Remove ".lis" for `vax-vms'.
24559
24560 2005-03-22 Andreas Schwab <schwab@suse.de>
24561
24562 * generic-x.el: Revert last change.
24563 * ldefs-boot.el: Update.
24564
24565 2005-03-22 Jay Belanger <belanger@truman.edu>
24566
24567 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24568 (calc-embedded-save-original-modes)
24569 (calc-embedded-restore-original-modes): New functions.
24570 (calc-do-embedded): Save original modes when entering embedded mode
24571 and restore when leaving embedded mode.
24572 (calc-embedded-modes-change): Change the value of
24573 calc-embedded-original-modes to reflect permanent changes.
24574
24575 2005-03-22 Lute Kamstra <lute@gnu.org>
24576
24577 * generic-x.el: Require generic again.
24578
24579 2005-03-22 Miles Bader <miles@gnu.org>
24580
24581 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24582 Tweak details to look good on both ttys and bitmap displays, light
24583 or dark background, etc.
24584
24585 2005-03-21 Kim F. Storm <storm@cua.dk>
24586
24587 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24588 mouse position.
24589
24590 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24591
24592 * icomplete.el: Don't forcibly turn on the mode upon load.
24593 (icomplete-mode): Use define-minor-mode.
24594 (icomplete-eoinput): Default to nil.
24595 (icomplete-minibuffer-setup): Remove autoload.
24596 (icomplete-tidy): Simplify.
24597 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24598 in the initial state or if the user has modified the field.
24599 Fix handling of icomplete-max-delay-chars.
24600 Remove code that handles the oddball case where
24601 minibuffer-completion-table is an integer.
24602 Wrap icomplete-completions in while-no-input in case building
24603 completions takes more time than expected.
24604 (icomplete-completions): Simplify.
24605
24606 2005-03-21 Richard M. Stallman <rms@gnu.org>
24607
24608 * jka-compr.el (jka-compr-really-do-compress):
24609 Make variable buffer-local.
24610
24611 * image-mode.el: Handle .xpm files too.
24612 (image-toggle-display): Preserve modification flag.
24613
24614 * help.el (where-is): Don't mention aliases with no key bindings.
24615
24616 2005-03-21 Lute Kamstra <lute@gnu.org>
24617
24618 * generic.el: Fix commentary section. Don't require cl for
24619 compilation.
24620 (generic-mode-list): Add autoload cookie.
24621 (generic-use-find-file-hook, generic-lines-to-scan)
24622 (generic-find-file-regexp, generic-ignore-files-regexp)
24623 (generic-mode, generic-mode-find-file-hook)
24624 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24625 (define-generic-mode): Make it a defmacro. Fix docstring.
24626 (generic-mode-internal): Code cleanup. Add autoload cookie.
24627 (generic-mode-set-comments): Code cleanup.
24628 * generic-x.el: Don't prevent compilation. Don't require generic.
24629 Follow coding conventions. Minor code cleanup.
24630 (etc-fstab-generic-mode): Add some keywords.
24631 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24632 define-generic-mode like a function declaration.
24633
24634 2005-03-21 Jay Belanger <belanger@truman.edu>
24635
24636 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24637 changing modes.
24638
24639 2005-03-21 Sam Steingold <sds@gnu.org>
24640
24641 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24642
24643 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24644
24645 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24646 Add underscore to "f$ lexicals" regexp.
24647
24648 2005-03-20 Juri Linkov <juri@jurta.org>
24649
24650 * subr.el (progress-reporter-do-update): When `min-value' is equal
24651 to `max-value', set `percentage' to 0 and prevent division by zero.
24652
24653 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24654
24655 Sync with Tramp 2.0.48.
24656
24657 * net/tramp.el (all): Change all addresses to .gnu.org.
24658 (tramp-append-tramp-buffers): New defun.
24659 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24660 Catch `dont-send' signal.
24661 (tramp-set-auto-save-file-modes): Set always permissions, because
24662 there might be an old auto-saved file belonging to another
24663 original file. This could be a security threat. Reported by
24664 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24665 Check for Emacs 21.3.50 removed.
24666
24667 * net/tramp-smb.el (all): Remove debug construct for
24668 `with-parsed-tramp-file-name'.
24669 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24670 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24671 No error message if DIRECTORY or FILENAME doesn't exist.
24672 (tramp-smb-open-connection): Check existence of
24673 `tramp-smb-program'.
24674
24675 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24676
24677 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24678 Properly handle the case where the `m' or `s' command's argument is not
24679 yet terminated.
24680 (perl-indent-new-calculate): New function.
24681 (perl-indent-line): Use it.
24682
24683 2005-03-20 Miles Bader <miles@gnu.org>
24684
24685 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24686 in text-mode too. Change to new face names.
24687 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24688 Add `:weight bold' attribute.
24689 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24690
24691 2005-03-19 Juri Linkov <juri@jurta.org>
24692
24693 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24694
24695 * international/mule.el (auto-coding-alist): Sync with
24696 `auto-mode-alist' by adding upper case archive file extensions
24697 and adding ear/war to jar extension.
24698
24699 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24700
24701 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24702 running, restart it.
24703
24704 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24705
24706 * finder.el (finder-current-item): Throw an error on an empty line.
24707
24708 * man.el (Man-follow-manual-reference): If current-word returns
24709 nil, use "".
24710
24711 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24712
24713 * simple.el (goto-line): Doc fix.
24714
24715 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24716
24717 * files.el (save-buffer): Doc fix.
24718
24719 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24720
24721 * recentf.el (recentf-cleanup-remote): New variable.
24722 (recentf-cleanup): Use it to conditionally check availability of
24723 remote files.
24724
24725 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24726
24727 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24728 function names.
24729
24730 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24731
24732 * language/thai-word.el: New file.
24733
24734 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24735
24736 * files.el (backup-buffer): If the file's directory is not
24737 writable, use copy instead of move to backup the file.
24738
24739 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24740
24741 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24742
24743 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24744
24745 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24746 Use functionp instead of symbolp and fboundp. Reported by Drkm
24747 <darkman_spam@yahoo.fr>.
24748 (ps-print-version): New version 6.6.6.
24749
24750 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24751
24752 * textmodes/table.el (table--line-column-position): New idiom.
24753 (table--row-column-insertion-point-p): New function to test
24754 validity of row and column insertion operation at a location.
24755 (table-global-menu, table-cell-menu): Use above functions for
24756 deterministic test operation.
24757 (table--editable-cell-p): Behave in deterministic fashion.
24758
24759 2005-03-18 Juri Linkov <juri@jurta.org>
24760
24761 * isearch.el (isearch-lazy-highlight-new-loop):
24762 Make arguments beg and end optional.
24763 (isearch-update): Remove optional arguments nil from
24764 isearch-lazy-highlight-new-loop.
24765 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24766 isearch-lazy-highlight-case-fold-search instead of
24767 isearch-case-fold-search, and let-bind isearch-regexp to
24768 isearch-lazy-highlight-regexp.
24769 Use isearch-lazy-highlight-last-string instead of isearch-string.
24770
24771 * replace.el (perform-replace): Remove bindings of global
24772 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24773 Add three new arguments to `replace-highlight'.
24774 (replace-highlight): Add arguments string, regexp, case-fold.
24775 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24776 to allow isearch-lazy-highlight-new-loop to use these values
24777 to set corresponding isearch-lazy-highlight-* internal
24778 variables whose values lazy highlighting will use regardless of
24779 changes to global variables isearch-string, isearch-regexp,
24780 isearch-case-fold-search during lazy highlighting loop.
24781 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24782 to `lazy-highlight-cleanup'.
24783
24784 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24785 (ispell-highlight-face): Set default face to `isearch' when
24786 lazy highlighting is enabled.
24787 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24788 priority to 1. Add lazy highlighting.
24789 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24790 from `isearch-dehighlight'.
24791
24792 2005-03-18 David Ponce <david@dponce.com>
24793
24794 * files.el (hack-local-variables): Do a case-insensitive search
24795 for End.
24796
24797 2005-03-18 Juri Linkov <juri@jurta.org>
24798
24799 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24800 `isearch-lazy-highlight-cleanup', add alias to old name and
24801 declare obsolete. Add release numbers to other obsolete vars.
24802 (isearch-done, isearch-lazy-highlight-new-loop):
24803 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24804 (lazy-highlight-cleanup) <variable>: Doc fix.
24805 (isearch-lazy-highlight-update): Rename obsolete
24806 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24807
24808 2005-03-18 Kenichi Handa <handa@m17n.org>
24809
24810 * language/thai-util.el: Fix categorization of Thai characters in
24811 thai-category-table.
24812 (thai-composition-pattern): Adjust it for the above change.
24813 (thai-self-insert-command, thai-compose-syllable): New functions.
24814 (thai-compose-region): Use thai-compose-syllable.
24815 (thai-compose-string): Likewise.
24816 (thai-composition-function): Likewise.
24817 (thai-auto-composition): New function.
24818 (thai-auto-composition-mode): New minor mode.
24819
24820 * language/thai.el: Fix patterns to be registered in
24821 composition-function-table.
24822
24823 * international/quail.el (quail-input-method): Locally bind
24824 inhibit-modification-hooks to t.
24825
24826 2005-03-17 Richard M. Stallman <rms@gnu.org>
24827
24828 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24829 (perl-mode): Use run-mode-hooks.
24830
24831 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24832 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24833 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24834
24835 * mail/sendmail.el (sendmail-send-it): Reenable the code
24836 to compute resend-to-address and use it.
24837
24838 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24839
24840 * image-mode.el: New file.
24841
24842 * image.el (insert-sliced-image): Add autoload cookie.
24843
24844 * font-lock.el (font-lock-lines-before): New user option.
24845 (font-lock-after-change-function): Obey it.
24846
24847 * bindings.el (esc-map): Make M-g a prefix.
24848 Bind M-g g and M-g M-g to goto-line.
24849
24850 * faces.el (face-id): Doc fix.
24851
24852 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24853
24854 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24855 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24856 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24857
24858 * mail/sendmail.el (mail-yank-ignored-headers)
24859 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24860 Add Mail-Followup-To and Mail-Reply-To headers.
24861 (mail-citation-hook): Add autoload cookie.
24862 (mail-mode): Doc fix.
24863 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24864 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24865 (mail-mode-fill-paragraph): Handle those headers.
24866 (mail-mailing-lists): New variable.
24867 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24868
24869 2005-03-17 Juri Linkov <juri@jurta.org>
24870
24871 * isearch.el (isearch-fallback): Check for `(car previous)'
24872 before calling `isearch-other-end-state'.
24873
24874 2005-03-17 Kim F. Storm <storm@cua.dk>
24875
24876 * simple.el (move-beginning-of-line): Move to beginning of buffer
24877 line, as well as beginning of screen line.
24878
24879 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24880
24881 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24882 argument REDRAW rather than calendar-redrawing variable.
24883 * calendar/calendar.el (calendar-redrawing): Delete.
24884 (redraw-calendar): Do not bind calendar-redrawing.
24885
24886 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24887
24888 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24889 diary-file buffer.
24890
24891 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24892
24893 * help.el (describe-mode): Allow a :minor-mode-function property to
24894 specify a different minor mode toggle function than the variable.
24895 * simple.el (auto-fill-function):
24896 * subr.el (add-minor-mode): Use it.
24897
24898 2005-03-16 Kenichi Handa <handa@m17n.org>
24899
24900 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24901 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24902 (ethio-fidel-to-sera-buffer): Likewise.
24903
24904 2005-03-16 Juri Linkov <juri@jurta.org>
24905
24906 * emacs-lisp/find-func.el (find-function-regexp):
24907 Add defun-emitting macro `menu-bar-make-toggle'.
24908
24909 * isearch.el: Put `isearch-scroll' property to
24910 `split-window-horizontally'.
24911
24912 * info.el: Update error messages for `debug-ignored-errors'.
24913 (Info-isearch-search): Doc fix.
24914 (Info-find-node): Move up code to go into info buffer before
24915 recording the node to the history.
24916 (Info-fontify-node): Fontify titles only if the next line
24917 has two or more `*', `=', `-', `.'.
24918 Display "go to this node" for empty (match-string 3).
24919
24920 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24921
24922 * term/mac-win.el: Add mouse pointer shape constants.
24923
24924 2005-03-15 Kim F. Storm <storm@cua.dk>
24925
24926 * simple.el (move-beginning-of-line): Use vertical-motion.
24927
24928 2005-03-15 Juri Linkov <juri@jurta.org>
24929
24930 * isearch.el (isearch-error): New variable.
24931 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24932 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24933 (isearch-within-brackets-state): Remove.
24934 (isearch-case-fold-search-state, isearch-pop-fun-state):
24935 Decrease frame index.
24936 (isearch-mode, isearch-top-state, isearch-push-state)
24937 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24938 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24939 (isearch-search, isearch-lazy-highlight-new-loop):
24940 Replace `isearch-invalid-regexp' with `isearch-error'.
24941 Remove `isearch-within-brackets'.
24942 (isearch-search): Add `search-failed' handler to `condition-case'.
24943 (isearch-lazy-highlight-search): Add `condition-case' to catch
24944 errors and allow `isearch-lazy-highlight-update' to try
24945 highlighting from the beginning of the window.
24946 (isearch-repeat): Move up code to set isearch-wrapped to t
24947 before calling isearch-wrap-function.
24948
24949 * info.el (Info-isearch-initial-node): New internal variable.
24950 (Info-search): Signal an error in isearch mode when search leaves
24951 the initial node. Signal an error when `bound' is non-nil and
24952 nothing was found in the current subfile.
24953 (Info-isearch-search): Remove `condition-case'.
24954 (Info-isearch-wrap): Don't wrap when search failed during leaving
24955 the initial node. If `Info-isearch-search' is nil, wrap around
24956 the current node.
24957 (Info-isearch-start): New fun.
24958 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24959 `isearch-mode-hook'.
24960
24961 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24962
24963 * simple.el (normal-erase-is-backspace): Set default to t if
24964 running on Mac.
24965
24966 * term/mac-win.el (function-key-map): Sync with x-win.el.
24967
24968 2005-03-15 Kenichi Handa <handa@m17n.org>
24969
24970 * international/mule-cmds.el (locale-language-names): Modify the
24971 format of elements and add more entries.
24972 (locale-preferred-coding-systems): Add more entries.
24973 (set-locale-environment): Adjust for the change of
24974 locale-language-names.
24975
24976 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24977
24978 * pcvs.el (smerge-ediff): Remove bogus autoload.
24979
24980 2005-03-14 Lute Kamstra <lute@gnu.org>
24981
24982 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24983 Ignore a `*' at the beginning of a line.
24984
24985 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24986 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24987 subr.el.
24988 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24989 to specify indentation.
24990
24991 * generic.el (define-generic-mode): Let generic-mode-list be a
24992 list of strings; test membership with equal.
24993
24994 2005-03-14 Kim F. Storm <storm@cua.dk>
24995
24996 * simple.el (next-line, previous-line): Add optional try-vscroll
24997 arg to recognize interactive use. Pass it on to line-move.
24998 (line-move): Don't perform auto-window-vscroll when defining or
24999 executing keyboard macro to ensure consistent behavior.
25000
25001 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25002
25003 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25004
25005 2005-03-13 Lute Kamstra <lute@gnu.org>
25006
25007 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25008 debugger-setup-buffer so that backtrace marks the frames set to
25009 debug-on-exit and we don't have to do it manually. Set an extra
25010 debug-on-exit for macro's.
25011 (debugger-setup-buffer): Don't mark the top frame manually.
25012
25013 2005-03-12 Lute Kamstra <lute@gnu.org>
25014
25015 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25016 lisp-indent-function throughout.
25017 (with-no-warnings): Set lisp-indent-function property.
25018
25019 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25020
25021 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25022 Add entry for backslash.
25023
25024 2005-03-12 Juri Linkov <juri@jurta.org>
25025
25026 * info.el (Info-search): Four fixes for backward search.
25027
25028 2005-03-11 Jay Belanger <belanger@truman.edu>
25029
25030 * calc/calc.el (calc-language-alist): New variable.
25031 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25032 (calc-embedded-find-modes): Use calc-language-alist instead of
25033 calc-embedded-language-alist.
25034
25035 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25036
25037 * calendar/calendar.el (calendar-redrawing): New internal
25038 variable.
25039 (redraw-calendar): Remove bogus save-excursion from previous
25040 change. Bind calendar-redrawing to t for mark-diary-entries.
25041 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25042 calendar if that is why we were called.
25043
25044 2005-03-11 Kenichi Handa <handa@m17n.org>
25045
25046 * international/mule.el (make-coding-system): Set property
25047 coding-system-define-form to nil.
25048 (define-coding-system-alias): Likewise.
25049
25050 2005-03-11 Kenichi Handa <handa@m17n.org>
25051
25052 These changes are suggested by Dave Love <fx@gnu.org>.
25053
25054 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25055 coding: tag.
25056 (adaptive-fill-regexp): Add more bullets.
25057 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25058 regexps.
25059
25060 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25061
25062 * help.el (describe-mode): Properly handle non-trivial lighters.
25063 Don't ignore minor modes that are not listed in minor-mode-list.
25064
25065 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25066 feature ON when the user requests to turn it OFF.
25067
25068 2005-03-10 Lute Kamstra <lute@gnu.org>
25069
25070 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25071 (implement-debug-on-entry): New function to replace debug-entry-code.
25072 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25073 second argument as the 2005-03-07 change makes it obsolete.
25074 (debug-on-entry, cancel-debug-on-entry): Update call to
25075 debug-on-entry-1.
25076 (debug, debugger-setup-buffer): Comment update.
25077 (debugger-frame-number): Update to work with implement-debug-on-entry.
25078
25079 2005-03-10 Jay Belanger <belanger@truman.edu>
25080
25081 * calc/calc-embed.el (math-ms-args): Declare it.
25082 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25083 math-ms-args.
25084 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25085 variables.
25086
25087 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25088
25089 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25090 Use message-box.
25091
25092 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25093 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25094 (tooltip-gud-tips): Simplify.
25095 (tooltip-gud-tips-p): Remove superfluous :set.
25096 (tooltip-gud-modes): Add fortran-mode.
25097 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25098
25099 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25100
25101 2005-03-09 Kim F. Storm <storm@cua.dk>
25102
25103 * play/animate.el (animate-place-char): Use forward-line instead
25104 of next-line to improve performance.
25105
25106 2005-03-09 Simon Josefsson <jas@extundo.com>
25107
25108 * net/browse-url.el (browse-url-default-browser): Doc fix.
25109
25110 2005-03-09 Miles Bader <miles@gnu.org>
25111
25112 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25113 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25114
25115 2005-03-09 Kenichi Handa <handa@m17n.org>
25116
25117 * international/latin-1.el: Set case and syntax for 255 only if
25118 set-case-syntax-set-multibyte is nil.
25119
25120 * textmodes/ispell.el (ispell-insert-word): New function.
25121 (ispell-word): Use ispell-insert-word to insert a new word.
25122 (ispell-process-line): Likewise.
25123 (ispell-complete-word): Likewise.
25124
25125 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25126
25127 * calendar/calendar.el (redraw-calendar): Preserve point.
25128 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25129 (calendar-week-start-day): Move after definition of
25130 redraw-calendar. Delete buffer test, since redraw-calendar has
25131 that now.
25132
25133 * calendar/diary-lib.el (mark-diary-entries): Only call
25134 redraw-calendar in the first of any recursive calls.
25135 Reported by Alan Shutko <ats@acm.org>.
25136
25137 2005-03-08 Juri Linkov <juri@jurta.org>
25138
25139 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25140 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25141 (html-radio-buttons): Add a space before the trailing `/>' where
25142 sgml-xml-mode is non-nil.
25143 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25144 the subsequent tag of the empty XML tag.
25145 (html-href-anchor): Don't set initial input to "http:".
25146 (html-image): Ask for the image URL and set point inside alt="".
25147 (html-name-anchor): Duplicate the name in the `id' attribute when
25148 sgml-xml-mode is non-nil.
25149 (html-paragraph): Remove \n before <p>.
25150 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25151 instead of `checked' when sgml-xml-mode is non-nil.
25152
25153 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25154 Remove 1 space before #RRGGBB to not truncate it on terminal
25155 windows w/o fringes. Remove 1 space between bg and fg examples
25156 to get more space.
25157 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25158 avoid byte-compile warnings.
25159
25160 * image-file.el (image-file-handler): Put `safe-magic' property to
25161 `image-file-handler'.
25162
25163 * info.el (Info-isearch-search): Emulate word search in
25164 isearching through multiple Info nodes with Info-search.
25165 (Info-isearch-wrap): Allow isearch-word.
25166
25167 2005-03-08 Lute Kamstra <lute@gnu.org>
25168
25169 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25170 stepping into the debugger's code is not possible.
25171 (debugger-jumping-flag): Docstring update.
25172
25173 2005-03-08 Jay Belanger <belanger@truman.edu>
25174
25175 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25176 embedded mode begins.
25177 (calc-embedded-language-alist): New variable.
25178 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25179 set default language mode.
25180
25181 2005-03-08 Kenichi Handa <handa@m17n.org>
25182
25183 * international/ccl.el (define-ccl-program): Fix docstring about
25184 extra 256 bytes assured for the output buffer.
25185
25186 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25187 Fix BUFFER_MAGNIFICATION to 2.
25188 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25189
25190 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25191
25192 * align.el (align-rules-list): Added an alignment rule for CSS
25193 declarations (applies to css-mode and html-mode buffers).
25194
25195 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25196
25197 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25198
25199 2005-03-07 Kim F. Storm <storm@cua.dk>
25200
25201 * simple.el (move-beginning-of-line): New command.
25202
25203 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25204
25205 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25206
25207 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25208 and move-beginning-of-line.
25209
25210 * apropos.el (apropos-print): Omit command from M-x ... RET.
25211
25212 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25213
25214 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25215 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25216
25217 2005-03-06 Richard M. Stallman <rms@gnu.org>
25218
25219 * bindings.el (esc-map): Bind M-g to goto-line.
25220
25221 * facemenu.el (global-map): Bind M-o, not M-g.
25222
25223 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25224
25225 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25226 "Open Directory" as for "Open File".
25227
25228 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25229
25230 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25231 (push-mark-command): Run activate-mark-hook.
25232
25233 2005-03-06 Richard M. Stallman <rms@gnu.org>
25234
25235 * help-mode.el (help-mode-finish): Don't alter the element
25236 in view-return-to-alist if there already is one.
25237
25238 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25239 make sure the current buffer is the expected one.
25240
25241 * novice.el (disabled-command-function): Output in *Disabled Command*.
25242 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25243
25244 * textmodes/flyspell.el (flyspell-large-region):
25245 Pass args differently for aspell.
25246
25247 * files.el (mode-require-final-newline): Doc fix.
25248
25249 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25250
25251 * progmodes/which-func.el (which-function):
25252 Specify NOERROR when calling imenu--make-index-alist.
25253
25254 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25255
25256 * simple.el (normal-erase-is-backspace): Define default value.
25257
25258 * custom.el (custom-theme-set-variables): Remove unused var
25259 `immediate'.
25260 (custom-reevaluate-setting): Simple function to handle variables
25261 that are defined before their default value can really be
25262 computed.
25263
25264 * startup.el (command-line): Use it for temporary-file-directory,
25265 small-emporary-file-directory, auto-save-file-name-transforms,
25266 blink-cursor-mode, and normal-erase-is-backspace.
25267
25268 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25269 progress, even with buggy anchored keywords.
25270
25271 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25272
25273 * simple.el (goto-line): Remove unbalanced final parenthesis.
25274
25275 2005-03-05 Richard M. Stallman <rms@gnu.org>
25276
25277 * simple.el (goto-line): Use a number at point as the default.
25278 With C-u as arg, switch buffers.
25279
25280 2005-03-05 Juri Linkov <juri@jurta.org>
25281
25282 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25283 with `no-blinking-cursor'.
25284
25285 * startup.el (no-blinking-cursor): New defvar.
25286 (command-line): Add `--no-blinking-cursor' to longopts.
25287 Set `no-blinking-cursor' to t for command line arguments
25288 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25289 with `no-blinking-cursor' in the condition for calling
25290 `blink-cursor-mode'.
25291
25292 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25293
25294 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25295 (menu-bar-options-save): Add blink-cursor-mode.
25296 (menu-bar-options-menu): Add blink-cursor-mode.
25297
25298 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25299
25300 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25301 (icalendar-export-file, icalendar-export-region)
25302 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25303 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25304
25305 2005-03-04 Lute Kamstra <lute@gnu.org>
25306
25307 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25308 (debug-function-list): Ditto.
25309
25310 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25311
25312 * textmodes/texinfmt.el (texinfo-append-refill):
25313 Redefine the types of line to which @refill
25314 is not appended by replacing a search for `@refill\\|@bye' with
25315 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25316 itemize@refill' bug and the unfilled long lines bug.
25317 (texinfmt-version): Update number and date.
25318
25319 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25320
25321 * international/code-pages.el (windows-1250, windows-125[2-8])
25322 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25323
25324 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25325
25326 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25327 bound yet.
25328
25329 2005-03-02 Romain Francoise <romain@orebokech.com>
25330
25331 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25332 buffer after removing limits.
25333 (ibuffer-pop-filter): Ditto.
25334 Update copyright.
25335
25336 2005-03-02 Miles Bader <miles@gnu.org>
25337
25338 * button.el (make-text-button): If the user doesn't specify a
25339 type, use the default. Rewrite to use `add-text-properties' and
25340 plist functions.
25341
25342 2005-03-01 Lute Kamstra <lute@gnu.org>
25343
25344 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25345 (debugger-jumping-flag): New var.
25346 (debug-entry-code): Use it.
25347 (debugger-jump): Use debugger-jumping-flag and add
25348 debugger-reenable to post-command-hook.
25349 (debugger-reenable): Use debugger-jumping-flag and remove itself
25350 from post-command-hook.
25351 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25352 debugger-reenable.
25353
25354 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25355
25356 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25357 inclusion of "itemize\\|", which may be unnecessary, is certainly
25358 inelegant, and stops refilling in itemize lists when formatting
25359 Japanese Texinfo files to Info.
25360 Update copyright to 2005.
25361
25362 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25363
25364 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25365 of an error if GDB can't find the source file.
25366
25367 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25368
25369 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25370 not just the calendar.
25371
25372 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25373 first.
25374 (diary-redraw-calendar): New function.
25375 (make-diary-entry): Add diary-redraw-calendar to local
25376 write-contents-functions. Turn off selective display before
25377 inserting in diary.
25378
25379 2005-03-01 Kim F. Storm <storm@cua.dk>
25380
25381 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25382
25383 2005-03-01 Lute Kamstra <lute@gnu.org>
25384
25385 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25386 that debug-entry-code can be safely removed from a function while
25387 this code is being evaluated. Revert the 2005-02-27 change as the
25388 new implementation no longer requires it. Make sure that a
25389 function body containing just a string is not mistaken for a docstring.
25390 (debug): Skip one more frame in case of debug on entry.
25391 (debugger-setup-buffer): Delete one more frame line in case of
25392 debug on entry.
25393 (debugger-frame-number): Update to use the new text introduced by
25394 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25395
25396 2005-02-28 Kim F. Storm <storm@cua.dk>
25397
25398 * double.el (double-translate-key): Call force-window-update after
25399 read-event to avoid crash in redisplay.
25400
25401 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25402
25403 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25404 (debug): Use it. Move the inhibit-trace earlier.
25405 (debug-entry-code): New const.
25406 (debug-on-entry-1): Use it.
25407
25408 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25409
25410 * international/utf-16.el (ccl-encode-mule-utf-16le):
25411 Fix BUFFER_MAGNIFICATION to 2.
25412 (ccl-encode-mule-utf-16be): Likewise.
25413
25414 2005-02-28 Kenichi Handa <handa@m17n.org>
25415
25416 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25417 Fix BUFFER_MAGNIFICATION to 4.
25418 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25419
25420 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25421
25422 * speedbar.el (speedbar-update-flag): Doc fix.
25423 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25424 argument.
25425
25426 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25427
25428 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25429 have a non-nil `invisible' property but are actually visible.
25430
25431 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25432 for perldoc sections.
25433 (perl-outline-regexp, perl-outline-level): New var and function.
25434 (perl-mode): Use them.
25435
25436 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25437
25438 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25439 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25440
25441 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25442
25443 * cus-edit.el: Comment change.
25444 (custom-buffer-create-internal): Slightly reword text at top of
25445 Custom buffers. Mention there that saving an option edits the
25446 init file. Add link to Emacs manual node on `custom-file'.
25447 (custom-magic-alist): Rewrite individual State messages to use
25448 capitalized keywords. Doc fix.
25449
25450 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25451
25452 * calendar/calendar.el (calendar-buffer): Move above
25453 calendar-week-start-day.
25454 (calendar-week-start-day): Doc fix. Add :set function.
25455 (calendar-minimum-window-height): New variable.
25456 (generate-calendar-window): Only resize window if selected-window
25457 is displaying the calendar buffer. Use new variable
25458 calendar-minimum-window-height.
25459 (generate-calendar): Reword error message.
25460 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25461
25462 2005-02-27 Andreas Schwab <schwab@suse.de>
25463
25464 * vc.el (vc-do-command): Don't run command asynchronously when
25465 operating in a remote directory.
25466
25467 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25468 change from sync with Tramp 2.0.47.
25469
25470 2005-02-27 Richard M. Stallman <rms@gnu.org>
25471
25472 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25473
25474 * textmodes/flyspell.el (flyspell-mode-on):
25475 Call ispell-change-dictionary only if necessary.
25476
25477 * emacs-lisp/re-builder.el (regexp-builder): New function.
25478
25479 * register.el (describe-register-1): Explicitly handle
25480 yank-excluded-properties = t.
25481
25482 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25483 (custom-magic-alist): Change the status descriptions again.
25484 (face widget-type): Total rewrite based on `restricted-sexp'
25485 to eliminate the confusing double hiding levels.
25486
25487 * emacs-lisp/debug.el (debug-on-entry-1):
25488 If function body is empty, add nil as body form.
25489
25490 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25491
25492 * emacs-lisp/trace.el (inhibit-trace): New var.
25493 (trace-make-advice): Use it.
25494
25495 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25496
25497 2005-02-26 Kim F. Storm <storm@cua.dk>
25498
25499 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25500 (mouse-on-link-p, mouse-drag-region-1): Use it.
25501
25502 2005-02-25 Lute Kamstra <lute@gnu.org>
25503
25504 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25505
25506 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25507
25508 * frame.el (blink-cursor-mode): Add :group keyword.
25509
25510 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25511
25512 * calendar/icalendar.el (icalendar--decode-isodatetime):
25513 New optional argument DAY-SHIFT.
25514 (icalendar-export-region): Fix coding-system-for-write.
25515 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25516 events by one.
25517
25518 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25519
25520 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25521
25522 2005-02-24 Kim F. Storm <storm@cua.dk>
25523
25524 * international/iso-acc.el (iso-accents-compose): Fix crash
25525 during redisplay. Call force-window-update after read-event
25526 and delete-region to signal that window is not accurate.
25527
25528 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25529
25530 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25531 Remove unused and inexistent var `inhibit-trace'.
25532 (debugger-mode): Use run-mode-hooks.
25533 (debugger-list-functions): Add buttons; setup xref stack.
25534
25535 2005-02-23 Richard M. Stallman <rms@gnu.org>
25536
25537 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25538 appointment says it was explicitly made.
25539 (appt-add): Set the 3rd element.
25540 (appt-make-list): Preserve explicit appointments.
25541
25542 * subr.el (find-tag-default): Catch errors in forward-sexp.
25543
25544 2005-02-23 Juri Linkov <juri@jurta.org>
25545
25546 * info.el (Info-isearch-search): New defcustom.
25547 (Info-isearch-search): Call the default isearch function
25548 when Info-isearch-search is nil.
25549 (Info-isearch-wrap): Use variable Info-isearch-search.
25550
25551 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25552
25553 * cus-edit.el: Comment change.
25554
25555 2005-02-22 Kim F. Storm <storm@cua.dk>
25556
25557 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25558 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25559
25560 2005-02-22 Simon Josefsson <jas@extundo.com>
25561
25562 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25563 New variable.
25564 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25565 Oskarsson" <myrkraverk@users.sourceforget.net>.
25566
25567 2005-02-22 Kim F. Storm <storm@cua.dk>
25568
25569 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25570 check that window of that event is the selected window.
25571 (mouse-drag-region-1): Compare mouse event window to selected
25572 window before setting point.
25573
25574 * tooltip.el (tooltip-show-help-function): Pass event to
25575 mouse-on-link-p so it can check selected window.
25576
25577 2005-02-22 Kenichi Handa <handa@m17n.org>
25578
25579 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25580 (ps-mule-show-warning): New function.
25581 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25582 characters are found.
25583
25584 * ps-print.el (ps-header-footer-string): Return a list of header
25585 and footer strings.
25586
25587 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25588
25589 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25590
25591 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25592
25593 * frame.el (blink-cursor-mode): Use define-minor-mode.
25594
25595 * term/mac-win.el (function-key-map): Use char-names more consistently.
25596 (file-name-coding-system): Only set it for MacOS-9. The other case is
25597 already handled in mule-cmds.el (where it also works when mac-win.el
25598 is not used).
25599
25600 2005-02-21 Kenichi Handa <handa@m17n.org>
25601
25602 * international/mule.el (ctext-pre-write-conversion): Always use
25603 " *code-converting-work*" buffer for work.
25604
25605 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25606
25607 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25608
25609 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25610
25611 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25612
25613 * ses.el (undo-more): Restore defadvice, but only the part that
25614 allows changes outside the restricted area of the buffer.
25615
25616 2005-02-20 Kim F. Storm <storm@cua.dk>
25617
25618 * simple.el (line-move): Add fourth optional arg try-vscroll which
25619 must be set to perform auto-window-vscroll.
25620 When moving backwards and doing auto-window-vscroll, automatically
25621 vscroll to the last part of lines which are taller than the window.
25622 (next-line, previous-line): Set try-vscroll arg on line-move.
25623
25624 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25625
25626 * replace.el (query-replace, query-replace-regexp)
25627 (replace-string, replace-regexp): When operating on region, make
25628 the minibuffer prompt say so.
25629
25630 * isearch.el (isearch-forward): Document isearch-query-replace and
25631 isearch-query-replace-regexp keybindings.
25632
25633 2005-02-19 Jay Belanger <belanger@truman.edu>
25634
25635 * calc/calc-aent.el (math-read-token): Add local variable.
25636
25637 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25638 (calc-edit-top): Move declaration to earlier in file.
25639 (calc-edit-macro-repeats): Add local variables.
25640
25641 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25642 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25643 calcFunc-tanh.
25644 Adjust integration rule for calcFunc-tan.
25645
25646 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25647
25648 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25649 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25650 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25651 (viper-skip-separators): Bug fix.
25652 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25653 particular major mode.
25654 (viper-del-backward-char-in-replace): Don't put deleted char on the
25655 kill ring.
25656
25657 * viper-ex.el (viper-color-display-p): New function.
25658 (viper-has-face-support-p): Use viper-color-display-p.
25659
25660 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25661
25662 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25663
25664 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25665 (viper-file-remote-p): Make equivalent to file-remote-p.
25666
25667 * viper.el (viper-major-mode-modifier-list):
25668 Use viper-gnus-modifier-map.
25669
25670 2005-02-19 David Kastrup <dak@gnu.org>
25671
25672 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25673 quoting.
25674
25675 2005-02-19 Jay Belanger <belanger@truman.edu>
25676
25677 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25678 Remove extra definitions.
25679 (calc-coth): New function.
25680 (calcFunc-cot): Fix `let'.
25681
25682 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25683
25684 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25685 the reasons we use "type pc" in these faces.
25686
25687 * button.el (button): Ditto.
25688
25689 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25690
25691 * replace.el (query-replace-read-from): Set the value of
25692 query-replace-from-history-variable to handle the case of an empty
25693 string entered to accept the suggested default.
25694
25695 * net/tramp.el (tramp-file-name-for-operation):
25696 Use dired-call-process instead of dired-call-process-command.
25697
25698 2005-02-19 Jay Belanger <belanger@truman.edu>
25699
25700 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25701 (math-div-non-trig): New variables.
25702 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25703 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25704 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25705 trig expressions.
25706
25707 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25708
25709 * progmodes/gdb-ui.el (gdb-var-update-handler)
25710 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25711 for watch expressions,
25712 (gdb-var-create-handler): Don't set speedbar-update-flag.
25713 (gdb-post-prompt): Simplify test for speedbar.
25714
25715 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25716
25717 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25718 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25719 we use the syntax table of the correct buffer.
25720 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25721 Felix Gatzemeier.
25722
25723 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25724 (ediff-file-remote-p): Make synonymous with file-remote-p.
25725 In all deffaces ediff-*-face-*, use min-colors.
25726
25727 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25728 ediff-recurse-to-subdirectories.
25729 (ediff-mark-if-equal): Check that the arguments are strings, use
25730 ediff-same-contents (after to Felix Gatzemeier).
25731
25732 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25733 nil.
25734
25735 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25736
25737 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25738
25739 2005-02-18 David Kastrup <dak@gnu.org>
25740
25741 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25742 use `mark-active' when defined.
25743
25744 2005-02-18 Kenichi Handa <handa@m17n.org>
25745
25746 * ps-print.el (ps-font-info-database): New entry
25747 ZapfChancery-MediumItalic with correct font name. Fix font name
25748 of the entry Zapf-Chancery-MediumItalic.
25749
25750 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25751
25752 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25753
25754 2005-02-16 Kim F. Storm <storm@cua.dk>
25755
25756 * ido.el (ido-fallback-command): Pass user input to fallback command.
25757
25758 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25759
25760 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25761 (gdb-find-file-hook): Add server prefix.
25762
25763 2005-02-16 Richard M. Stallman <rms@gnu.org>
25764
25765 * replace.el (perform-replace): Pass new args to replace-highlight.
25766 (replace-highlight): Take region args,
25767 and pass them to isearch-lazy-highlight-new-loop.
25768
25769 * novice.el (disabled-command-hook): Autoload the defalias
25770 and the make-obsolete-variable call.
25771
25772 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25773
25774 * isearch.el (isearch-lazy-highlight-start-limit)
25775 (isearch-lazy-highlight-end-limit): New variables limit
25776 the region for highlighting.
25777 (isearch-lazy-highlight-new-loop): New args BEG and END.
25778 (isearch-lazy-highlight-search): Use the new vars.
25779 (isearch-lazy-highlight-update): Likewise.
25780
25781 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25782
25783 * cus-start.el (all): Use default-boundp.
25784
25785 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25786
25787 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25788
25789 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25790
25791 * autorevert.el (auto-revert-stop-on-user-input)
25792 (auto-revert-verbose): Doc fixes.
25793
25794 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25795
25796 * international/mule-cmds.el (set-locale-environment): Remove call
25797 to set-selection-coding-system on Windows.
25798
25799 2005-02-15 Jay Belanger <belanger@truman.edu>
25800
25801 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25802 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25803 calcFunc-coth.
25804 (math-simplify-sqrt): Add simplifications.
25805
25806 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25807 to list.
25808
25809 * calc/calc-ext.el: Add functions to autoloads.
25810
25811 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25812 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25813 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25814 (math-csc-raw, math-cot-raw): New functions.
25815
25816 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25817
25818 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25819 the variable name in a message.
25820
25821 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25822 calcFunc-csc, calcFunc-cot.
25823
25824 * calc/calcalg2.el: Add derivative and integration rules for
25825 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25826 calcFunc-csch, calcFunc-coth.
25827 (math-do-integral-methods): Add to checks for when to use
25828 substitutions.
25829
25830 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25831
25832 2005-02-15 Lute Kamstra <lute@gnu.org>
25833
25834 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25835 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25836 <monnier@iro.umontreal.ca>
25837 (lisp-outline-level): Improve efficiency. Suggested by David
25838 Kastrup <dak@gnu.org>.
25839
25840 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25841
25842 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25843 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25844 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25845 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25846 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25847
25848 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25849
25850 * cus-start.el (all): Comment change.
25851
25852 2005-02-14 Lute Kamstra <lute@gnu.org>
25853
25854 * cus-start.el (all): Check if symbol is void.
25855
25856 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25857
25858 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25859 optional argument to \cite.
25860
25861 2005-02-14 Richard M. Stallman <rms@gnu.org>
25862
25863 * cus-edit.el (custom-buffer-create-internal): Update help message.
25864 (custom-magic-alist): Update help messages.
25865
25866 * cus-start.el (all): Allow a var to specify a standard value.
25867
25868 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25869
25870 * custom.el (custom-theme-set-variables): Handle variable aliases.
25871
25872 * frame.el (blink-cursor-timer): Doc fix.
25873 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25874 declare obsolete.
25875 (blink-cursor-mode): Define with defcustom and use correct
25876 standard expression in that defcustom.
25877 * startup.el (command-line): Adapt to above changes in frame.el.
25878
25879 2005-02-11 Lute Kamstra <lute@gnu.org>
25880
25881 * apropos.el (apropos-score-doc): Prevent division by zero.
25882
25883 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25884
25885 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25886 (icalendar--get-event-property-attributes)
25887 (icalendar--get-event-properties)
25888 (icalendar--datetime-to-diary-date): New functions.
25889 (icalendar--split-value): Doc fix.
25890 (icalendar--datetime-to-noneuropean-date)
25891 (icalendar--datetime-to-european-date): New optional argument
25892 SEPARATOR. Return result as a string instead of a list.
25893 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25894 (icalendar--convert-string-for-export): Rename arg S to STRING.
25895 (icalendar-export-region): Doc fix. Change name of error buffer.
25896 Save output buffer.
25897 (icalendar-import-file): Add blank at end of prompt.
25898 (icalendar-import-buffer): Doc fix. Do not switch to error
25899 buffer. Indicate status in return value.
25900 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25901 buffer. Save output buffer. Handle exception from recurrence
25902 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25903 events. Fix problems with weekly all-day events.
25904
25905 2005-02-10 Richard M. Stallman <rms@gnu.org>
25906
25907 * simple.el (eval-expression-print-format):
25908 Avoid warning about edebug-active.
25909
25910 * help.el (help-for-help-internal): Rename from help-for-help.
25911 (help-for-help): Define with defalias.
25912
25913 * font-core.el (font-lock-default-function): Use with-no-warnings.
25914
25915 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25916
25917 * custom.el (defface): Doc fix.
25918
25919 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25920
25921 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25922 width 0" to prevent word wrapping problems.
25923
25924 2005-02-09 Kim F. Storm <storm@cua.dk>
25925
25926 * ido.el (ido-file-extensions-order): New defcustom.
25927 (ido-file-extension-lessp, ido-file-extension-aux)
25928 (ido-file-extension-order): New advanced file ordering.
25929 (ido-file-lessp): New simple file ordering.
25930 (ido-sort-list): Remove.
25931 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25932 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25933
25934 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25935
25936 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25937 that some versions of grep produce.
25938 (grep-mode-font-lock-keywords): Likewise.
25939
25940 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25941
25942 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25943 (gdb-cdir): Delete.
25944 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25945 (gdb-source-info): Treat case when source file is in another
25946 directory properly.
25947 (gdb-get-location): New function.
25948
25949 2005-02-07 Jay Belanger <belanger@truman.edu>
25950
25951 * calc/calc-prog.el (calc-write-parse-table-part)
25952 (calc-fix-token-name): Fix a check for language type.
25953
25954 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25955
25956 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25957
25958 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25959 as directory not writable.
25960
25961 2005-02-07 Kim F. Storm <storm@cua.dk>
25962
25963 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25964 (cua--standard-movement-commands): Remove list.
25965 Instead, set CUA property value to move for movement commands.
25966 (cua-movement-commands): Remove. Users must set CUA prop instead.
25967 (cua--pre-command-handler): Check CUA property.
25968 (cua--init-keymaps): Don't remap undo commands.
25969 (cua-mode): Don't call cua--rectangle-on-off.
25970
25971 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25972 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25973 (cua--rect-undo-set-point): New var.
25974 (cua--rectangle-undo-boundary): Setup undo apply entry.
25975 (cua--rect-undo-handler): New function for rectangle undo.
25976 (cua--rect-start-position, cua--rect-end-position): Add.
25977 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25978 for restored rectangle. Set point if cua--rect-undo-set-point.
25979
25980 2005-02-06 Jay Belanger <belanger@truman.edu>
25981
25982 * calc/calc-lang.el (calc-tex-language): Display more information
25983 in messages.
25984
25985 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25986 in TeX mode.
25987
25988 2005-02-06 Richard M. Stallman <rms@gnu.org>
25989
25990 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25991
25992 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25993
25994 * net/ldap.el (ldap-search-internal): Support attributes with
25995 optional descriptions separated by a semi-colon, as in
25996 "userCertificate;binary".
25997
25998 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25999
26000 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26001 isn't a cons (i.e. the version is 0).
26002
26003 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26004
26005 * help.el (help-for-help): Doc fix.
26006
26007 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26008
26009 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26010 GDB-Windows on the menu-bar as this works better.
26011
26012 2005-02-04 Jay Belanger <belanger@truman.edu>
26013
26014 * calc/calc-embed.el (calc-embedded-update): Don't put in
26015 unnecessary newlines. Adjust the end of formula marker.
26016
26017 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26018 (math-latex-parse-two-args): New function.
26019
26020 2005-02-03 Lute Kamstra <lute@gnu.org>
26021
26022 * help-fns.el (help-with-tutorial): Make sure that users cannot
26023 remove the entire text of the tutorial by means of `undo'.
26024
26025 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26026
26027 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26028 in recent changes, where the ispell process was repeatedly
26029 killed & restarted.
26030
26031 * international/mule-cmds.el (set-locale-environment): Set file-name
26032 coding system to utf-8 on Darwin systems.
26033 (set-default-coding-systems): Don't set default-file-name-coding-system
26034 on Darwin systems.
26035
26036 2005-02-03 Richard M. Stallman <rms@gnu.org>
26037
26038 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26039
26040 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26041
26042 * faces.el (list-faces-display): Add optional argument.
26043
26044 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26045
26046 * font-core.el (font-lock-default-function): Handle the rare case where
26047 only font-lock-keywords is set.
26048
26049 2005-02-02 Kenichi Handa <handa@m17n.org>
26050
26051 * international/characters.el: Cancel previous change for
26052 I-WITH-DOT-ABOVE and DOTLESS-i.
26053
26054 * international/latin-5.el: Cancel previous change.
26055
26056 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26057
26058 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26059
26060 2005-02-02 Kenichi Handa <handa@m17n.org>
26061
26062 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26063 DOTLESS-i.
26064
26065 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26066 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26067
26068 * case-table.el (get-upcase-table): New function.
26069 (copy-case-table): Copy upcaes table too if non-nil.
26070 (set-case-syntax-delims): Maintain upcase table too.
26071 (set-case-syntax-pair): Likewise.
26072 (set-upcase-syntax, set-downcase-syntax): New functions.
26073 (set-case-syntax): Maintain upcase table too.
26074
26075 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26076
26077 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26078
26079 * progmodes/gud.el (gud-goto-info): New function.
26080 (gud-tool-bar-map): Use correct icon.
26081
26082 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26083
26084 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26085 When delegating, order args in the funcall correctly.
26086
26087 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26088
26089 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26090
26091 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26092
26093 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26094 buffer not visiting a file.
26095
26096 2005-01-31 Jay Belanger <belanger@truman.edu>
26097
26098 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26099 bound on the line with the formula.
26100
26101 2005-01-31 Kim F. Storm <storm@cua.dk>
26102
26103 * ses.el (ses-create-cell-variable-range)
26104 (ses-destroy-cell-variable-range, ses-reset-header-string)
26105 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26106 (ses-insert-row): Fix format of apply undo entries.
26107
26108 2005-01-31 Jay Belanger <belanger@truman.edu>
26109
26110 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26111 parts.
26112
26113 * calc/calc-embed.el (calc-embedded-open-formula)
26114 (calc-embedded-close-formula): Ignore matrix environments.
26115
26116 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26117 TeX mode.
26118
26119 * calc/calc-lang.el (math-function-table, math-oper-table)
26120 (math-variable-table): Adjust the LaTeX portions.
26121
26122 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26123 (math-latex-ignore-words): New constant.
26124
26125 2005-01-31 Richard M. Stallman <rms@gnu.org>
26126
26127 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26128 (ispell-local-dictionary): Doc fix.
26129 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26130 Don't reinitialize at run time. Don't defcustom.
26131 All uses changed to append ispell-local-dictionary-alist,
26132 or check it first.
26133 (ispell-current-dictionary): New variable for dictionary in use.
26134 (ispell-dictionary): Now used only for global default.
26135 (ispell-start-process): Set ispell-current-dictionary,
26136 not ispell-dictionary.
26137 (ispell-change-dictionary): Use this only for setting
26138 user preferences.
26139 (ispell-internal-change-dictionary): New function
26140 to change the current dictionary in use.
26141 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26142 Use ispell-current-dictionary.
26143 Handle ispell-local-dictionary-overridden.
26144 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26145
26146 2005-01-31 Jay Belanger <belanger@truman.edu>
26147
26148 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26149
26150 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26151 (calc-mode-map): Add calc-latex-language.
26152
26153 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26154 (math-latex-print-frac): New functions.
26155 (math-oper-table, math-function-table, math-variable-table)
26156 (math-complex-format, math-input-filter): Add latex properties.
26157 (calc-set-language): Set math-expr-special-function-mapping.
26158
26159 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26160 (calc-write-parse-table-part): Add LaTeX support.
26161
26162 * calc/calc.el (calc-language): Adjust docstring.
26163 (calc-set-mode-line): Add LaTeX support.
26164 (math-expr-special-function-mapping): New variable.
26165 (math-tex-ignore-words): Add to list.
26166
26167 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26168 Add LaTeX support.
26169 (math-compose-expr): Add support for special functions.
26170
26171 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26172
26173 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26174
26175 * progmodes/gdb-ui.el (gdb-memory-address)
26176 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26177 (gdb-memory-mode-map, gdb-memory-format-keymap)
26178 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26179 (gdb-memory-unit-menu): New variables for a buffer
26180 that lets the user examine program memory.
26181 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26182 (gdb-memory-format-binary, gdb-memory-format-octal)
26183 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26184 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26185 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26186 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26187 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26188 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26189 (gdb-memory-mode, gdb-memory-buffer-name)
26190 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26191 New functions for above buffer.
26192
26193 2005-01-30 Richard M. Stallman <rms@gnu.org>
26194
26195 * cus-edit.el (custom-bury-buffer): Function deleted.
26196 (custom-buffer-done-function): Option deleted.
26197 (custom-buffer-done-kill): New replacement option.
26198 (Custom-buffer-done): Call quit-window.
26199 (custom-buffer-create-internal): Update for above changes.
26200
26201 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26202
26203 * simple.el (undo-ask-before-discard): New var.
26204 (undo-outer-limit-truncate): Implement it.
26205 (undo-extra-outer-limit): Doc update.
26206
26207 2005-01-29 Richard M. Stallman <rms@gnu.org>
26208
26209 * ses.el (undo-more): Delete defadvice.
26210 (ses-begin-change): Doc fix.
26211
26212 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26213 instead of rebinding C-x u and C-_.
26214
26215 * files.el (normal-backup-enable-predicate): Return nil for files
26216 in /tmp, regardless of temporary-file-directory.
26217
26218 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26219
26220 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26221 (open-rectangle, delete-whitespace-rectangle-line)
26222 (clear-rectangle-line): If FILL, pass t instead of FILL
26223 for move-to-column's 2nd arg.
26224
26225 * simple.el (undo): Fix the test for continuing a series of undos.
26226 (undo-more): Set pending-undo-list to t when we reach end.
26227 (pending-undo-list): Move up defvar.
26228
26229 * wid-edit.el (widget-button-click):
26230 Shorten the range of the track-mouse binding.
26231
26232 * comint.el (comint-insert-input): Undo previous changes;
26233 use last-input-event in interactive spec.
26234
26235 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26236
26237 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26238 to nil before invoking call-process. Reset buffer's modified flag
26239 after fontifying it in the no-async branch.
26240
26241 * wid-edit.el (widget-specify-button): If mouse pointer shape
26242 cannot be changed, use mouse face instead.
26243
26244 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26245
26246 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26247 (gdb-goto-breakpoint): Make breakpoint handling work on template
26248 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26249 (gdb-assembler-custom): Update to recognize breakpoint information
26250 added on 2005-01-19.
26251
26252 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26253
26254 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26255 (dsssl-mode): Use define-derived-mode.
26256 (scheme-mode-initialize): Remove.
26257 (scheme-mode): Use run-mode-hooks.
26258
26259 * cus-edit.el (customize-group-other-window)
26260 (custom-buffer-create-other-window): Don't override special-display-*.
26261 (custom-mode-map): Make it dense.
26262
26263 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26264 sets the default value.
26265
26266 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26267
26268 * descr-text.el: Add more keywords.
26269
26270 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26271
26272 * speedbar.el: Avoid unnecessary use of locate-library.
26273
26274 * international/mule-cmds.el (standard-display-european-internal):
26275 Don't fiddle with latin-1 non-break space any more since it's now
26276 special cased in the C code.
26277 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26278
26279 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26280
26281 * cus-start.el (all): Add `undo-outer-limit'.
26282
26283 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26284
26285 * textmodes/bibtex.el (bibtex-format-entry):
26286 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26287 field lines.
26288 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26289 not on part of a buffer.
26290
26291 2005-01-25 Lute Kamstra <lute@gnu.org>
26292
26293 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26294 nonempty field text strings like "{letters\\macro{}more letters}".
26295 Clarify docstring.
26296 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26297 (bibtex-entry-offset, bibtex-parse-association)
26298 (bibtex-parse-field-name): Fix typos in docstrings.
26299 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26300
26301 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26302
26303 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26304 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26305 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26306 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26307
26308 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26309 isearch minor mode.
26310
26311 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26312
26313 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26314
26315 2005-01-24 Lute Kamstra <lute@gnu.org>
26316
26317 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26318 CASECHARS and NOT-CASECHARS regular expressions of the
26319 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26320 striding over charsets" error.
26321
26322 2005-01-24 Jay Belanger <belanger@truman.edu>
26323
26324 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26325 display variable name.
26326
26327 2005-01-24 Kenichi Handa <handa@m17n.org>
26328
26329 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26330 Fix setting of the element of encoded-kbd-iso2022-invocations.
26331
26332 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26333
26334 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26335 (gdb-threads-select): Change to also accept mouse events.
26336 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26337 (gdb-threads-mouse-select): Delete.
26338
26339 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26340
26341 * files.el (insert-directory): Take care of empty directory,
26342 listed without -a switch.
26343
26344 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26345
26346 * textmodes/refill.el (refill-post-command-function):
26347 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26348 to the list of functions that we should be careful not to undo.
26349 (refill-late-fill-paragraph-function): Remove.
26350 (refill-saved-state): New var.
26351 (refill-mode): Use it to save fill-paragraph-function.
26352 Save also the value of auto-fill-function.
26353
26354 * term/w32-win.el: Simplify code.
26355
26356 2005-01-23 Kim F. Storm <storm@cua.dk>
26357
26358 * simple.el (line-move): Adapt to new return value from
26359 pos-visible-in-window-p.
26360
26361 * simple.el (line-move): Fix last change. Check partial
26362 visibility at point rather than at window-start.
26363
26364 2005-01-22 Jason Rumney <jasonr@gnu.org>
26365
26366 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26367
26368 2005-01-22 David Kastrup <dak@gnu.org>
26369
26370 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26371
26372 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26373
26374 * type-break.el (type-break-mode): Add a test for
26375 type-break-file-name being non-nil.
26376
26377 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26378
26379 * net/eudc.el (top level): Call (message "") via progn, so that
26380 eudc-options-file is loaded.
26381
26382 2005-01-22 Kim F. Storm <storm@cua.dk>
26383
26384 * simple.el (line-move-1): Rename from line-move.
26385 (line-move): New function that adjusts vscroll for partially
26386 visible rows, and calls line-move-1 otherwise.
26387
26388 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26389
26390 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26391 since it's not a complete read-event implementation
26392
26393 2005-01-20 Jay Belanger <belanger@truman.edu>
26394
26395 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26396 for called function.
26397
26398 2005-01-20 Steven Tamm <steventamm@mac.com>
26399
26400 * term/mac-win.el (process-connection-type): Remove.
26401 Controlled now by s/darwin.h:PTY_ITERATION.
26402
26403 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26404
26405 * window.el (handle-select-window): Don't switch window when we're
26406 in the minibuffer.
26407
26408 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26409
26410 * subr.el (dotimes-with-progress-reporter): New macro.
26411
26412 * ses.el (ses-dotimes-msg): Remove macro.
26413 Use `dotimes-with-progress-reporter' instead.
26414
26415 2005-01-19 Steven Tamm <steventamm@mac.com>
26416
26417 * term/mac-win.el (process-connection-type): Use new
26418 operating-system-release variable to use ptys on Darwin 7 (OS X
26419 10.3) when using carbon build.
26420
26421 2005-01-19 Jay Belanger <belanger@truman.edu>
26422
26423 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26424 flags if the last command was a tab or M-tab.
26425
26426 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26427 in formula editing buffer.
26428
26429 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26430
26431 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26432 breakpoint image symbol in margin.
26433
26434 2005-01-19 Jay Belanger <belanger@truman.edu>
26435
26436 * calc/calc-prog.el (calc-execute-kbd-macro):
26437 Ignore calc-keep-arg-flag.
26438
26439 2005-01-19 Kenichi Handa <handa@m17n.org>
26440
26441 * textmodes/ispell.el (ispell-looking-at): New function.
26442 (ispell-process-line): Use ispell-looking-at to compare the ispell
26443 output and the buffer contents.
26444
26445 2005-01-18 Jay Belanger <belanger@truman.edu>
26446
26447 * calc/calc.el (calc-display-raw): Fix docstring.
26448
26449 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26450
26451 * simple.el (blink-matching-open): Strip extra info from syntax.
26452
26453 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26454 funny chars in the end-of-here-doc marker.
26455
26456 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26457
26458 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26459 that enable/disabled state of breakpoints is shown correctly in
26460 fringe and on ttys.
26461 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26462 Add breakpoint information as text properties.
26463 (gdb-mouse-toggle-breakpoint):
26464 Rename to gdb-mouse-set-clear-breakpoint.
26465 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26466 breakpoints in the margin.
26467 (gdb-remove-strings): Simplify.
26468
26469 2005-01-17 Jay Belanger <belanger@truman.edu>
26470
26471 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26472 erasing buffer.
26473
26474 2005-01-17 Richard M. Stallman <rms@gnu.org>
26475
26476 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26477 for calling grep-compute-defaults.
26478
26479 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26480 if buffer is empty.
26481
26482 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26483
26484 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26485
26486 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26487
26488 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26489 non-preloaded variables.
26490
26491 2005-01-17 Steven Tamm <steventamm@mac.com>
26492
26493 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26494 tex-shell cause to force interactivity when using pipes.
26495
26496 2005-01-17 Kim F. Storm <storm@cua.dk>
26497
26498 * simple.el (just-one-space): Make arg optional.
26499
26500 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26501
26502 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26503 posn-at-x-y to t to access left-margin.
26504
26505 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26506
26507 Sync with Tramp 2.0.47.
26508
26509 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26510 catching keep-date problems in cp/scp operations.
26511 (tramp-handle-copy-file): Don't call `set-file-modes'
26512 unconditionally. Specialized functions should know better what is
26513 necessary. This improves performance a little bit, and the
26514 functions could catch errors with `cp -p' and `scp -p'.
26515 (tramp-do-copy-or-rename-file-via-buffer)
26516 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26517 when appropriate.
26518 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26519 Call `set-file-modes' when appropriate.
26520 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26521 Johnsson <isak@hypergene.com>
26522 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26523 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26524 <joakim@verona.se>
26525 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26526 Emacs only.
26527
26528 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26529 `find-file-hooks' and `dired-mode-hook'.
26530 (tramp-minor-mode-map): Respective map. Add remapping for
26531 `compile' and `recompile'.
26532 (tramp-remap-command, tramp-recompile): New defuns.
26533 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26534 in buffer "*Compilation*". Call the commands asynchronously.
26535
26536 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26537 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26538 `shell-command', because it isn't magic in XEmacs. Reported by
26539 Adrian Aichner <adrian@xemacs.org>.
26540
26541 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26542 `substitute-in-file-name.
26543 (tramp-smb-handle-substitute-in-file-name): New defun.
26544 (tramp-smb-advice-PC-do-completion): Delete advice.
26545
26546 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26547
26548 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26549 Fix error in deleting region.
26550
26551 2005-01-15 Richard M. Stallman <rms@gnu.org>
26552
26553 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26554 In non-temp buffer, switch syntax table temporarily.
26555
26556 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26557
26558 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26559
26560 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26561
26562 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26563 (imenu--generic-function): Use START, not BEG, as pos of definition.
26564
26565 * simple.el (just-one-space): Argument specifies number of spaces.
26566
26567 * simple.el (eval-expression-print-format): Avoid warning
26568 about edebug-active.
26569
26570 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26571
26572 * progmodes/sh-script.el: Code copied from make-mode.el
26573 with small changes,
26574 (sh-mode-map): Bind C-c C-\.
26575 (sh-backslash-column, sh-backslash-align): New variables.
26576 (sh-backslash-region, sh-append-backslash): New functions.
26577
26578 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26579
26580 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26581 (rmail-pop-password, rmail-pop-password-required): Move to
26582 rmail-obsolete group.
26583 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26584 All callers updated.
26585 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26586 Take an argument specifying whether it is POP or IMAP mailbox we
26587 are using. All callers updated.
26588 (rmail-pop-password-error): Rename to
26589 rmail-remote-password-error. Added mailutils-specific error message.
26590 (rmail-movemail-search-path)
26591 (rmail-movemail-variant-in-use): New variables.
26592 (rmail-remote-password, rmail-remote-password-required):
26593 New customization variables.
26594 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26595 (rmail-parse-url): New function.
26596 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26597 with GNU mailutils movemail.
26598
26599 2005-01-15 Kevin Ryde <user42@zip.com.au>
26600
26601 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26602 suffix to space, $ or '$, to correctly position point when going
26603 to @table style constants like DBL_MAX.
26604
26605 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26606
26607 * type-break.el (type-break-mode, type-break-file-time)
26608 (type-break-file-keystroke-count, type-break-choose-file):
26609 Don't store data in or load data from the file if type-break-file-name
26610 is nil.
26611 (type-break-file-name): Doc update as per the above.
26612
26613 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26614
26615 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26616 lookup-key might return nil; handle that.
26617
26618 2005-01-15 Alan Mackenzie <acm@muc.de>
26619
26620 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26621 rather than the element found, thus enabling the tree to be setcar'd.
26622
26623 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26624
26625 * textmodes/org.el (org-show-following-heading): New option.
26626 (org-show-hierarchy-above): Use `org-show-following-heading'.
26627 (org-cycle): Documentation fix.
26628
26629 * textmodes/org.el (orgtbl-optimized): New option
26630 (orgtbl-mode): New command, a minor mode.
26631 (orgtbl-mode-map): New variable.
26632 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26633 (orgtbl-error, orgtbl-self-insert-command)
26634 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26635
26636 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26637 a local variable in each org-mode buffer.
26638
26639 * textmodes/org.el (org-set-regexps-and-options): Rename from
26640 `org-set-regexps'. Added checking for STARTUP keyword.
26641 (org-get-current-options): Add STARTUP options.
26642 (org-table-insert-row): Make mode intelligent about when
26643 realignment is needed.
26644 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26645 New commands.
26646 (org-enable-table-editor): New default value `optimized'.
26647 (org-table-blank-field): Support blanking regions if active.
26648
26649 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26650
26651 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26652 if the year is not given.
26653
26654 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26655 Add new escapes %m and %M, fixed bug with %F by adding
26656 save-match-data.
26657 (reftex-reference): Remove ?. from list of spaces.
26658 (reftex-label-info): Add automatic label prefix recognition.
26659
26660 * textmodes/reftex-index.el (reftex-index-next-phrase):
26661 Add slave parameter to call of `reftex-index-this-phrase'.
26662 (reftex-index-this-phrase): New optional argument.
26663 (reftex-index-region-phrases): Add slave parameter to call of
26664 `reftex-index-this-phrase'.
26665 (reftex-display-index): New argument redo.
26666 (reftex-index-rescan): Add `redo' to arguments of
26667 `reftex-display-index'.
26668 (reftex-index-Rescan, reftex-index-revert)
26669 (reftex-index-switch-index-tag): Add `redo' to arguments of
26670 `reftex-display-index'.
26671 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26672 indexing. Fix bug with matching is there is a quote before or
26673 after the word.
26674
26675 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26676 Fix bug when collecting citation keys in lines with comments.
26677 (reftex-citation): Prefix argument no longer rescans the document,
26678 but forces prompting for optional arguments of cite macros.
26679 (reftex-do-citation): Prompting for optional arguments implemented.
26680
26681 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26682 Add optional arguments to most cite commands.
26683 (reftex-cite-cleanup-optional-args): New option
26684 (reftex-cite-prompt-optional-args): New option.
26685 (reftex-trust-label-prefix): New option.
26686
26687 * textmodes/reftex-toc.el (reftex-toc-find-section):
26688 Add push-mark before changing the position in the buffer.
26689
26690 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26691 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26692
26693 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26694
26695 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26696 more carefully.
26697
26698 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26699
26700 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26701 (sgml-mode): Use it.
26702 (sgml-get-context): Better keep track of implicitly closed tags.
26703
26704 2005-01-13 Kenichi Handa <handa@m17n.org>
26705
26706 * textmodes/ispell.el: These changes are to fix misalignment error
26707 caused by equivalent characters of different Emacs charsets.
26708 (ispell-unified-chars-table): New variable.
26709 (ispell-get-decoded-string): New function.
26710 (ispell-get-casechars, ispell-get-not-casechars)
26711 (ispell-get-otherchars): Call ispell-get-decoded-string.
26712
26713 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26714
26715 * custom.el (custom-declare-variable): Just put symbol instead
26716 of (defvar . symbol) in `current-load-list'.
26717
26718 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26719
26720 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26721
26722 2005-01-12 Jay Belanger <belanger@truman.edu>
26723
26724 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26725 to create a Calc summary.
26726
26727 2005-01-12 Kim F. Storm <storm@cua.dk>
26728
26729 * mouse.el (mouse-on-link-p): Change functionality and doc
26730 string to comply with latest description in lisp ref.
26731
26732 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26733
26734 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26735 Enable mouse clicks on mode-line, header-line and margin.
26736 (event-type): Give mouse event symbols an `event-kind' property
26737 with value `mouse-click'.
26738
26739 2005-01-12 Juri Linkov <juri@jurta.org>
26740
26741 * facemenu.el (list-colors-display): Add new arg buffer-name.
26742 Use it. Fix docstring. Replace code for identifying duplicate
26743 colors by the name with call to `list-colors-duplicates' which
26744 identifies duplicate colors by the value unless the color
26745 is one of special Windows colors. Set truncate-lines to t.
26746 Print sorted duplicate color names on each line. Indent to 22
26747 \(the longest color name in rgb.txt) instead of 20. Optimize.
26748 (list-colors-duplicates): New function.
26749 (facemenu-color-name-equal): Delete function.
26750
26751 * facemenu.el (list-colors-print): New function created from code
26752 in list-colors-display. Print #RRGGBB at the window right edge.
26753 (list-colors-display): When temp-buffer-show-function is not
26754 defined, call list-colors-print from temp-buffer-show-hook
26755 to get the right value of window-width in list-colors-print
26756 after the buffer is displayed.
26757
26758 * simple.el (pop-mark): Move deactivate-mark out of conditional
26759 part to deactivate the active mark regardless of the state of the
26760 mark ring.
26761
26762 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26763 variables line in desktop files.
26764
26765 2005-01-12 Juri Linkov <juri@jurta.org>
26766
26767 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26768 Bring together isearch highlight related options.
26769 (lazy-highlight): Replace group `replace' by `matching'.
26770 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26771 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26772 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26773 and declare them obsolete.
26774 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26775 (isearch-faces): Remove defgroup.
26776 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26777 Move isearch highlighting code closer to lazy highlighting code.
26778
26779 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26780 (query-replace-highlight, query-replace-lazy-highlight)
26781 (query-replace): Move definitions to the beginning of the file.
26782
26783 2005-01-11 Juri Linkov <juri@jurta.org>
26784
26785 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26786 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26787 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26788
26789 * info.el (Info-history-forward): New variable.
26790 (Info-select-node): Reset Info-history-forward to nil.
26791 (Info-last): Turn into defalias.
26792 (Info-history-back): Rename from Info-last.
26793 Add current node to Info-history-forward.
26794 (Info-history-forward): New fun.
26795 (Info-mode-map): Replace Info-last by Info-history-back.
26796 Bind Info-history-forward to "r".
26797 (Info-mode-menu): Replace Info-last by Info-history-back.
26798 Fix menu item text. Add menu item for Info-history-forward.
26799 (info-tool-bar-map): Replace Info-last by Info-history-back.
26800 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26801 for Info-history-forward.
26802 (Info-mode): Replace Info-last by Info-history-back in docstring.
26803 Add local variable Info-history-forward.
26804 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26805
26806 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26807
26808 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26809 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26810 Ignore select-window events rather than fiddle with
26811 mouse-autoselect-window.
26812
26813 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26814
26815 * type-break.el (type-break-mode): Fix previous change.
26816
26817 2005-01-10 Jay Belanger <belanger@truman.edu>
26818
26819 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26820 calculator; only reset when point is inside a calculator.
26821 Don't adjust the window height if the window takes up the whole height
26822 of the frame.
26823
26824 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26825
26826 * ebuff-menu.el (Electric-buffer-menu-mode):
26827 Preserve value of buffer-local var header-line-format.
26828
26829 2005-01-09 Jay Belanger <belanger@truman.edu>
26830
26831 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26832 Make sure settings file exists before accessing it.
26833
26834 * calc/calc-embed.el (calc-embedded-subst):
26835 Replace math-multi-subst-rec, which is only supposed to be called
26836 by math-multi-subst, by math-multi-subst.
26837
26838 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26839
26840 * vc.el (vc-allow-async-revert): New user option.
26841 (vc-disable-async-diff): New internal variable.
26842 (vc-revert-buffer): Use them to disable asynchronous diff.
26843
26844 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26845 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26846 asynchronously if vc-disable-async-diff is t.
26847
26848 2005-01-09 Jay Belanger <belanger@truman.edu>
26849
26850 * calc/calc.el (defcalcmodevar): New macro.
26851 (calc-mode-var-list-restore-default-values)
26852 (calc-mode-var-list-restore-saved-values): New functions.
26853 (calc-mode-var-list): Use defcalcmodevar to define it.
26854 (calc-always-load-extensions, calc-line-numbering)
26855 (calc-line-breaking, calc-display-just, calc-display-origin)
26856 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26857 (calc-group-char, calc-point-char, calc-frac-format)
26858 (calc-prefer-frac, calc-hms-format, calc-date-format)
26859 (calc-float-format, calc-full-float-format, calc-complex-format)
26860 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26861 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26862 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26863 (calc-matrix-brackets, calc-language, calc-language-option)
26864 (calc-left-label, calc-right-label, calc-word-size)
26865 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26866 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26867 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26868 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26869 (calc-window-height, calc-display-trail, calc-show-selections)
26870 (calc-use-selections, calc-assoc-selections)
26871 (calc-display-working-message, calc-auto-why, calc-timing)
26872 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26873 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26874 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26875 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26876 (calc-gnuplot-geometry, calc-graph-default-resolution)
26877 (calc-graph-default-resolution-3d, calc-invocation-macro)
26878 (calc-show-banner): Use defcalcmodevar to declare them and set
26879 their default values.
26880
26881 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26882 instead of default values (but restore default values if there is
26883 an argument of 0).
26884
26885 2005-01-09 David Kastrup <dak@gnu.org>
26886
26887 * desktop.el (desktop-restore-eager): Fix typo in type.
26888
26889 2005-01-08 Richard M. Stallman <rms@gnu.org>
26890
26891 * cus-edit.el (customize): Delete :link.
26892
26893 2005-01-08 Jay Belanger <belanger@truman.edu>
26894
26895 * calc/calc.el (calc-mode): Remove the extension from the
26896 `calc-settings-file' file name when loading it.
26897
26898 2005-01-08 Kim F. Storm <storm@cua.dk>
26899
26900 * info.el (Info-mode-map, Info-next-link-keymap)
26901 (Info-prev-link-keymap, Info-up-link-keymap):
26902 Map follow-link to mouse-face.
26903 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26904
26905 2005-01-08 Jay Belanger <belanger@truman.edu>
26906
26907 * calc/calc.el (calc-settings-file): Change default value.
26908 Suggested by cgw in a comment in calc-mode.el.
26909
26910 * calc/calc-mode.el (calc-settings-file-name):
26911 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26912 Replace ~/.emacs in a prompt by calc-settings-file.
26913
26914 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26915
26916 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26917 (desktop-lazy-idle-delay): New customizable variables.
26918 (desktop-buffer-args-list): New variable.
26919 (desktop-append-buffer-args): New function.
26920 (desktop-save): Call desktop-append-buffer-args for some buffers.
26921 (desktop-lazy-create-buffer): New function.
26922 (desktop-idle-create-buffers): New function.
26923 (desktop-read): Add message about buffers to restore lazily.
26924 (desktop-lazy-abort): New command.
26925 (desktop-clear): Call desktop-lazy-abort.
26926 (desktop-lazy-complete): New command.
26927
26928 2005-01-06 Richard M. Stallman <rms@gnu.org>
26929
26930 * emacs-lisp/find-func.el (find-face-definition):
26931 Rename from find-face.
26932
26933 2005-01-06 Kim F. Storm <storm@cua.dk>
26934
26935 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26936
26937 * man.el (Man-xref-man-page, Man-xref-header-file)
26938 (Man-xref-normal-file): Add follow-link property.
26939
26940 2005-01-06 Jay Belanger <belanger@truman.edu>
26941
26942 * calc/calc-units.el: Make sure the proper macro definitions are
26943 available when compiling.
26944
26945 2005-01-06 Juri Linkov <juri@jurta.org>
26946
26947 * isearch.el (isearch-lazy-highlight-update):
26948 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26949
26950 2005-01-06 Miles Bader <miles@gnu.org>
26951
26952 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26953 (isearch-lazy-highlight-face): Use new name.
26954
26955 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26956
26957 * uniquify.el (uniquify-rationalize-file-buffer-names):
26958 Re-add an interactive spec.
26959 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26960 to the same name.
26961
26962 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26963 (isearch-update, isearch-done): Adjust calls accordingly.
26964
26965 2005-01-05 Richard M. Stallman <rms@gnu.org>
26966
26967 * custom.el (custom-set-variables, custom-theme-set-variables):
26968 Clarify documentation.
26969
26970 * emacs-lisp/find-func.el (find-variable)
26971 (find-variable-other-window, find-variable-other-frame):
26972 Fix the TYPE args to find-function-read and find-function-do-it.
26973 (find-function): Doc fix.
26974 (find-function-at-point): Replace function-at-point alias.
26975
26976 2005-01-04 Richard M. Stallman <rms@gnu.org>
26977
26978 * cus-face.el (custom-declare-face):
26979 Record defface in current-load-list.
26980
26981 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26982
26983 * emacs-lisp/find-func.el: Doc fixes.
26984 (find-face-regexp): New variable.
26985 (find-function-regexp-alist): New variable.
26986 (find-function-C-source): Third arg is now TYPE.
26987 (find-function-search-for-symbol): Handle general TYPE.
26988 (find-function-read, find-function-do-it): Handle general TYPE.
26989 (find-definition-noselect, find-face): New functions.
26990 (function-at-point): Alias deleted.
26991
26992 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26993
26994 * battery.el (display-battery-mode): Rename from display-battery.
26995 Handle the case where it gets turned off.
26996
26997 2005-01-04 Richard M. Stallman <rms@gnu.org>
26998
26999 * cus-edit.el (customize): Make :link point to user doc.
27000
27001 * man.el (Man-fontify-manpage): Turn off undo generation.
27002
27003 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27004
27005 2005-01-04 Andreas Schwab <schwab@suse.de>
27006
27007 * files.el (insert-directory): Only look for error lines in
27008 inserted text. Don't move too far after processing --dired markers.
27009
27010 2005-01-04 Richard M. Stallman <rms@gnu.org>
27011
27012 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27013 Don't expand if the character is @, period, dash, etc.
27014 (define-mail-abbrev): Quote names that contain problem characters.
27015
27016 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27017
27018 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27019
27020 2005-01-03 Richard M. Stallman <rms@gnu.org>
27021
27022 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27023 (query-replace-highlight, query-replace-lazy-highlight)
27024 (query-replace): Definitions moved up. Doc fix.
27025
27026 2005-01-03 Richard M. Stallman <rms@gnu.org>
27027
27028 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27029 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27030 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27031 (lazy-highlight-face): Rename from isearch-lazy-...
27032 Change all references to them.
27033
27034 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27035
27036 * cus-edit.el (custom-file): Doc fix for defcustom.
27037 (custom-file): The function no longer sets the variable
27038 `custom-file' to its return value.
27039
27040 * startup.el (command-line): No longer load `custom-file'.
27041
27042 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27043
27044 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27045
27046 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27047 Don't confuse module-prefixed identifiers for labels.
27048 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27049
27050 2005-01-02 Richard M. Stallman <rms@gnu.org>
27051
27052 * files.el (basic-save-buffer-1): Fix previous change.
27053
27054 * loadhist.el (file-loadhist-lookup): New function.
27055 (file-provides, file-requires): Use it.
27056
27057 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27058 instead of calculating the right size.
27059
27060 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27061
27062 * vc-svn.el (vc-svn-diff): Stay local if possible.
27063
27064 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27065
27066 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27067
27068 * files.el (hack-local-variables): Fix last change.
27069
27070 2005-01-02 Jay Belanger <belanger@truman.edu>
27071
27072 * calc/calc-yank.el (calc-edit-top): New variable.
27073 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27074 object. Change header properties.
27075 (calc-edit-finish, calc-edit-finish-stack-object)
27076 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27077 edited object.
27078 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27079 for the beginning of the edited object.
27080 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27081 for the beginning of the edited object.
27082 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27083 (calc-finish-formula-edit, calc-macro-repeats)
27084 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27085 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27086 beginning of the edited object.
27087 (calc-user-define-edit): Change the header for editing macros.
27088 Remove unnecessary variable.
27089
27090 2005-01-01 Jay Belanger <belanger@truman.edu>
27091
27092 * calc/calc-yank.el (calc-edit-mode): Change default header.
27093 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27094 * calc/calc-store.el (calc-edit-variable): Change title to match new
27095 header.
27096 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27097 mode to match new header.
27098 (calc-user-define-edit): Change titles to include names of commands.
27099 (calc-finish-formula-edit): Adjust to handle new header.
27100 (calc-finish-macro-edit): Remove.
27101 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27102 (calc-edit-macro-command, calc-edit-macro-command-type)
27103 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27104 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27105 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27106 (calc-edit-macro-finish-edit): New functions.
27107 (calc-user-define-edit): Use new functions to edit named calc macros.
27108
27109 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27110
27111 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27112
27113 * ses.el (copy-region-as-kill): Deactivate mark.
27114
27115 2005-01-01 Richard M. Stallman <rms@gnu.org>
27116
27117 * replace.el (occur-1): If the output buffer is also an input,
27118 don't kill it, rename it.
27119
27120 * faces.el (set-face-background, set-face-foreground): Doc fix.
27121
27122 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27123 for :foreground and :background.
27124
27125 * dired.el (dired-view-command-alist): Variable deleted.
27126 (dired-view-file, dired-mouse-find-file-other-window):
27127 Delete the code to use it.
27128
27129 2005-01-01 Kim F. Storm <storm@cua.dk>
27130
27131 * image.el (insert-sliced-image): Use t for line-height property.
27132
27133 See ChangeLog.11 for earlier changes.
27134
27135 ;; Local Variables:
27136 ;; coding: iso-2022-7bit
27137 ;; End:
27138
27139 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27140 Copying and distribution of this file, with or without modification,
27141 are permitted provided the copyright notice and this notice are preserved.
27142
27143 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1