]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(dnd-open-remote-file-function): Use dnd-open-local-file on ms-windows.
[gnu-emacs] / lisp / ChangeLog
1 2006-09-16 Jason Rumney <jasonr@gnu.org>
2
3 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
4 on ms-windows.
5 (dnd-open-unc-file): Remove.
6 (dnd-open-local-file): Mention in doc string that it also handles
7 remote files if the system natively supports unc file-names.
8
9 2006-09-15 Kim F. Storm <storm@cua.dk>
10
11 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
12 all necessary information about the event before erasing *Help*.
13
14 * simple.el (line-move-partial): Use window-line-visiblity to
15 quickly check whether last line is partially visible, and only do
16 the hard (and slow) part in that case.
17
18 2006-09-15 Jay Belanger <belanger@truman.edu>
19
20 * COPYING: Replace "Library Public License" by "Lesser Public
21 License" throughout.
22
23 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24
25 * term/x-win.el (x-menu-bar-open): New function for F10.
26
27 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
28
29 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30 Disallow filenames containing " -" to avoid confusion with libtool
31 compilation messages. Suggested by Stefan Monnier.
32
33 2006-09-15 David Kastrup <dak@gnu.org>
34
35 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
36 instead of buffer position for `mouse-on-link-p'.
37
38 * mouse.el (mouse-posn-property): New function looking up the
39 properties at a click position in overlays and text properties in
40 either buffer or strings.
41 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
42 of both `follow-link' as well as `mouse-face' properties.
43 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
44 buffer position.
45
46 * help.el (describe-key-briefly): When reading a down-event on
47 mode lines or scroll bar, swallow the following up event, too.
48 Use the new mouse sensitity of `key-binding' for lookup.
49 (describe-key): The same here.
50
51 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
52
53 * play/life.el (life-patterns): Add a few more interesting patterns.
54 (life-setup): Force `show-trailing-whitespace' to nil.
55
56 2006-09-14 Richard Stallman <rms@gnu.org>
57
58 * startup.el (fancy-splash-text): Change text to improve alignment.
59 (fancy-splash-screens): Don't set non-standard tab width.
60 Bind cursor-type temporarily, and make it easy to patch to
61 preserve the splash buffer.
62 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
63 (fancy-splash-screens): Display echo-area message explicitly.
64 Don't set fancy-splash-help-echo.
65
66 * simple.el (line-number-mode): Group mode-line instead of
67 editing-basics.
68 (column-number-mode, size-indication-mode): Likewise.
69
70 * faces.el (mode-line-faces): Group mode-line instead of modeline.
71
72 * time.el (display-time): Group mode-line instead of modeline.
73
74 * cus-edit.el (mode-line): Renamed from modeline. All uses changed.
75
76 2006-09-14 Ken Manheimer <ken.manheimer@gmail.com>
77
78 * allout.el (allout-regexp, allout-line-boundary-regexp)
79 (allout-bob-regexp): Correct grouping and boundaries to fix
80 backwards traversal.
81 (allout-depth-specific-regexp, allout-depth-one-regexp): New
82 versions that exploit \\{M\\} regexp syntax, to avoid geometric or
83 worse time in allout-ascend.
84 (allout-doublecheck-at-and-shallower): Identify depth threshold
85 below which topics are checked for and disqualified by containment
86 discontinuities.
87 (allout-hotspot-key-handler): Correctly handle multiple-key
88 strokes. Remove some unused variables.
89 (allout-mode-leaders): Clarify that mode-specific comment-start
90 will be used
91 (set-allout-regexp): Correctly regexp-quote allout regexps to
92 properly accept alternative header-leads and primary bullets with
93 regexp-specific characters (eg, C "/*", mathematica "(*").
94 Include new regular expressions among those configured.
95 (allout-infer-header-lead-and-primary-bullet): Rename
96 allout-infer-header-lead.
97 (allout-recent-depth): Manifest as a variable as well as a function.
98 (allout-prefix-data): Simplify into an inline instead of a macro,
99 assuming current match data rather than being explicitly passed it.
100 Establish allout-recent-depth value as well as
101 allout-recent-prefix-beginning and allout-recent-prefix-end.
102 (allout-aberrant-container-p): True when an item's immediate
103 offspring discontinuously contained. Useful for disqualifying
104 unintended topic prefixes, likely at low depths.
105 (allout-goto-prefix-doublechecked): Elaborated version of
106 allout-goto-prefix which disqualifies aberrant pseudo-items.
107 (allout-end-of-prefix, allout-pre-next-prefix)
108 (allout-end-of-subtree): Disqualify aberrant containers.
109 (allout-beginning-of-current-entry): Position at start of buffer
110 when in container (depth 0) entry.
111 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
112 (allout-current-bullet): Strip text properties.
113 (allout-get-prefix-bullet): Use right match groups.
114 (allout-beginning-of-line, allout-next-heading): Disqualify
115 aberrant containers.
116 (allout-previous-heading): Disqualify aberrant containers.
117 (allout-get-invisibility-overlay): Increment so progress is made
118 when the first overlay is not the sought one.
119 (allout-end-of-prefix): Disqualify aberrant containers.
120 (allout-end-of-line): Cycle something like allout-beginning-of-line.
121 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
122 outline.el outlines) functional again. Change the primary bullet
123 along with the header-lead - level 1 new-style bullets now work.
124 Engage allout-before-change-handler in mainline emacs, not just
125 xemacs, to do undo handling.
126 (allout-before-change-handler): Expose undo changes occurring in
127 hidden regions. Use allout-get-invisibility-overlay instead of
128 reimplementing it inline.
129 (allout-chart-subtree): Use start rather than end of prefix in
130 charts. Use allout-recent-depth variable.
131 (allout-chart-siblings): Disqualify aberrant topics.
132 (allout-beginning-of-current-entry): Position correctly.
133 (allout-ascend): Use new allout-depth-specific-regexp and
134 allout-depth-one-regexp for linear instead of O(N^2) or worse behavior.
135 (allout-ascend-to-depth, allout-up-current-level): Depend on
136 allout-ascend, rather than reimplementing an algorithm.
137 (allout-descend-to-depth): Use allout-recent-depth var instead of fun.
138 (allout-next-sibling): On traversal of numerous intervening
139 topics, resort to economical allout-next-sibling-leap.
140 (allout-next-sibling-leap): Specialized version of
141 allout-next-sibling that uses allout-ascend cleverly, to depend on
142 a regexp search to leap large numbers of contained topics, rather
143 than arbitrarily many one-by-one traversals.
144 (allout-next-visible-heading): Disqualify aberrant topics.
145 (allout-previous-visible-heading): Position consistently when
146 interactive.
147 (allout-forward-current-level): Base on allout-previous-sibling
148 rather than reimplmenting the algorithm. Remove unused vars.
149 (allout-solicit-alternate-bullet): Present default choice stripped
150 of text properties.
151 (allout-rebullet-heading): Use bullet stripped of text properties.
152 Register changes using allout-exposure-change-hook. Disregard
153 aberrant topics.
154 (allout-shift-in): With universal-argument, make topic a peer of
155 it's former offspring. Simplify the code by separating out
156 allout-shift-out functionality.
157 (allout-shift-out): With universal-argument, make offspring peers
158 of their former container, and its siblings. Implement the
159 functionality here, rather than inappropriately muddling the
160 implementation of allout-shift-in.
161 (allout-rebullet-topic): Respect additional argument for new
162 parent-child separation function.
163 (allout-yank-processing): Use allout-ascend directly.
164 (allout-show-entry): Disqualify aberrant topics.
165 (allout-show-children): Handle discontinuous children gracefully,
166 extending the depth being revealed to expose them and posting a
167 message indicating the situation.
168 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
169 Leave cursor in correct position.
170 (allout-hide-current-subtree): Use allout-ascend directly.
171 Disqualify aberrant topics.
172 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
173 a way that the yanks can restore it, as used to happen.
174 (allout-yank-processing): Restore exposure layout as recorded by
175 allout-kill-*, as used to happen.
176 (allout-annotate-hidden, allout-hide-by-annotation): New routines
177 for preseving and restoring exposure layout across kills.
178 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
179 (allout-encrypt-string): Strip text properties.
180 Rearranged order and outline-headings for some of the
181 miscellaneous functions.
182 (allout-resolve-xref): No need to quote the error name in the
183 condition-case handler section.
184 (allout-flatten): Classic recursive (and recursively intensive,
185 without tail-recursion) list-flattener, needed by allout-shift-out
186 when confronted with discontinuous children.
187
188 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
189
190 * startup.el (fancy-splash-text): Move editing instructions to
191 fancy-splash-head.
192 (fancy-splash-head): Issue editing instructions.
193 (fancy-splash-screens): Fixup whitespace.
194
195 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * bindings.el (mode-line-buffer-identification-keymap):
198 Remove duplicate line.
199
200 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
201
202 * ido.el (ido-ignore-item-p): Allow any kind of functions in
203 ignore lists.
204
205 2006-09-14 Kim F. Storm <storm@cua.dk>
206
207 * jit-lock.el (jit-lock-fontify-again): New function.
208 (jit-lock-fontify-now): Use it instead of lambda form.
209
210 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
211
212 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
213 (flyspell-auto-correct-word): Make ispell-filter local to these
214 functions. Check that ispell-filter has new stuff before calling
215 ispell-parse-output.
216
217 2006-09-13 Kim F. Storm <storm@cua.dk>
218
219 * simple.el (line-move-partial): Optimize.
220
221 2006-09-13 Richard Stallman <rms@gnu.org>
222
223 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
224 Delete spurious backquote.
225
226 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
227
228 * net/rcirc.el (rcirc-print): Fix last change.
229
230 2006-09-12 Jay Belanger <belanger@truman.edu>
231
232 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
233
234 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
235
236 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
237 rcirc-show-maximum-output.
238 (rcirc-mode): Remove window-scroll-function hook.
239 (rcirc-scroll-to-bottom): Remove function.
240 (rcirc-print): Recenter so point stays at the bottom of the window
241 if point was already there.
242
243 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
244
245 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
246 not to "t".
247 * progmodes/compile.el (compilation-start): Likewise.
248 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
249 Don't use expand-file-name on invocation-directory, since this
250 might mishandle special characters in invocation-directory.
251
252 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * pcvs-defs.el: Remove * in defcustom's docstrings.
255
256 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
257
258 * progmodes/compile.el (compilation-directory-properties):
259 Doc fix for help-echo.
260
261 2006-09-12 Lars Hansen <larsh@soem.dk>
262
263 * desktop.el (desktop-read): Add comment.
264
265 2006-09-12 Kim F. Storm <storm@cua.dk>
266
267 * simple.el (next-error-highlight, next-error-highlight-no-select):
268 Fix spelling error.
269
270 * subr.el (sit-for): Rework to use input-pending-p and cond.
271 Return nil input is pending on entry also for SECONDS <= 0.
272 (while-no-input): Use input-pending-p instead of sit-for.
273
274 2006-09-11 Richard Stallman <rms@gnu.org>
275
276 * simple.el (next-error-highlight, next-error-highlight-no-select):
277 Fix custom type and doc strings.
278
279 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
282 (diff-apply-hunk): Use it to ask for confirmation.
283
284 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
285
286 * emacs-lisp/cl.el (pushnew): Add missing `,'.
287
288 2006-09-11 David Kastrup <dak@gnu.org>
289
290 * help.el (string-key-binding, describe-key-briefly)
291 (describe-key): Remove `string-key-binding' and its callers since
292 `key-binding' already caters for the proper lookup now.
293
294 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
297 (cfengine-mode): Use it. Fix \ syntax to be like /.
298
299 * bindings.el (mode-line-buffer-identification-keymap):
300 Move initialization into declaration.
301
302 2006-09-10 Kim F. Storm <storm@cua.dk>
303
304 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
305 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
306 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
307 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
308
309 2006-09-10 Richard Stallman <rms@gnu.org>
310
311 * dired-aux.el: Handle errors in recursive copy usefully.
312 (dired-create-files-failures): New variable.
313 (dired-copy-file): Remove condition-case.
314 (dired-copy-file-recursive): Check for errors on all file
315 operations, and add them to dired-create-files-failures.
316 Check file file-date-erorr here too.
317 (dired-create-files): Check dired-create-files-failures
318 and report those errors too.
319
320 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
321
322 * subr.el (add-to-list): New argument COMPARE-FN.
323
324 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
325
326 * filecache.el (file-cache-add-directory)
327 (file-cache-add-directory-list, file-cache-add-file)
328 (file-cache-add-directory-using-find)
329 (file-cache-add-directory-using-locate)
330 (file-cache-add-directory-recursively): Add autoloads.
331
332 2006-09-09 Richard Stallman <rms@gnu.org>
333
334 * textmodes/conf-mode.el (conf-space-mode):
335 Use hack-local-variables-hook instead of calling hack-local-variables.
336 (conf-space-keywords-override): New variable.
337 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
338 (conf-space-mode): Always make conf-space-keywords and
339 conf-space-keywords-override local.
340 Call conf-space-mode-internal directly as well as via hook.
341
342 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
343
344 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
345 quasi-keywords.
346
347 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
350 (python-send-string): Be slightly more careful about adding \n.
351
352 * startup.el (normal-splash-screen): Don't display the buffer if we'll
353 kill it right away anyway.
354
355 2006-09-09 Eli Zaretskii <eliz@gnu.org>
356
357 * international/codepage.el (cp850-decode-table): Fix a few codes.
358 (cp858-decode-table): New variable.
359
360 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
361
362 * net/ldap.el (ldap-search-internal): Doc fix.
363
364 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
365
366 * play/life.el (life-display-generation): Test for input manually if
367 `sleeptime' is negative or null.
368
369 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
370 (print-region-1): Substitute `%s' with the page title.
371
372 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
373
374 * locate.el (locate-current-search): New variable.
375 (locate): Set buffer local value. Use current buffer if it is
376 in Locate mode.
377 (locate-mode): Disable undo here.
378 (locate-do-setup): Use locate-current-filter from buffer to be killed.
379 (locate-update): Use locate-current-search and locate-current-filter.
380
381 2006-09-08 David Kastrup <dak@gnu.org>
382
383 * desktop.el (desktop-read): When loading a desktop, disable
384 saving it while the load progresses, and switch off a pending lazy
385 load by calling `desktop-lazy-abort'.
386
387 2006-08-27 Martin Rudalics <rudalics@gmx.at>
388
389 * window.el (mouse-autoselect-window-timer)
390 (mouse-autoselect-window-position)
391 (mouse-autoselect-window-window)
392 (mouse-autoselect-window-now): New vars.
393 (mouse-autoselect-window-cancel)
394 (mouse-autoselect-window-select)
395 (mouse-autoselect-window-start): New functions.
396 (handle-select-window): Call `mouse-autoselect-window-start' when
397 delayed window autoselection is enabled.
398
399 * cus-start.el (mouse-autoselect-window): Handle delayed window
400 autoselection.
401
402 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
403 commands after which it is allowed to print in the echo area.
404
405 2006-09-08 Richard Stallman <rms@gnu.org>
406
407 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
408
409 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
410 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
411
412 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
413 (cancel-timer-internal): Add doc string.
414 (cancel-function-timers): Doc fix.
415 (with-timeout-handler, timer-event-last*): Add doc strings.
416
417 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
418
419 * files.el (risky-local-variable-p): Match ...-bindat-spec.
420
421 * dired.el (dired-log-summary): Add doc string.
422
423 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
424 (custom-group-menu-create): Not here.
425
426 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
427
428 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
429
430 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
431
432 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
433 (mac-apple-event-map): Define its handler.
434
435 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
436
437 * net/ldap.el (ldap-search-internal): Handle `auth' key.
438
439 2006-09-07 Magnus Henoch <mange@freemail.hu>
440
441 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
442 clause.
443
444 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
445
446 * info.el (Info-index): Bind completion-ignore-case.
447
448 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
451 previous commit.
452 (inferior-prolog-guess-flavor): New fun left out of previous commit.
453 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
454 burp in dedicated windows.
455 (inferior-prolog-self-insert-command): New command.
456 (inferior-prolog-mode-map): Use it.
457
458 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
459
460 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
461
462 * international/code-pages.el: Add cp858.
463
464 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
465
466 * dnd.el: Fix bootstrapping.
467
468 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
469
470 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
471 (dnd-open-remote-url): New function.
472 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
473 not windows-nt.
474
475 2006-09-07 Jason Rumney <jasonr@gnu.org>
476
477 * dnd.el (dnd-open-remote-file-function): New variable.
478 (dnd-open-unc-file): New function.
479 (dnd-open-file): Call dnd-open-remote-file-function if set.
480
481 2006-09-06 Daiki Ueno <ueno@unixuser.org>
482
483 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
484 pgg-passphrase-coding-system rather than locale-coding-system.
485 * pgg-def.el (pgg-passphrase-coding-system): New user option.
486
487 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * progmodes/prolog.el: Remove * in docstrings.
490 (prolog-program-name): Add SWI prolog.
491 (prolog-mode-menu): New menu.
492 (prolog-mode): Set comment-add.
493 (prolog-indent-line): Simplify. Use indent-line-to.
494 (inferior-prolog-buffer): New var.
495 (inferior-prolog-run, inferior-prolog-process): New funs.
496 (run-prolog, switch-to-prolog): Rewrite, using them.
497 (prolog-consult-region): Use inferior-prolog-buffer.
498 (inferior-prolog-load-file): New function.
499 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
500
501 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
502 last word, if it's not the end of the paragraph.
503
504 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
505 file name.
506
507 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
508
509 * frame.el (display-mm-dimensions-alist): New defcustom.
510 (display-mm-height, display-mm-width): Use it.
511
512 2006-09-06 Simon Josefsson <jas@extundo.com>
513
514 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
515
516 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
517
518 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
519 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
520 string values.
521
522 2006-09-06 Kim F. Storm <storm@cua.dk>
523
524 * simple.el (line-move-partial): New function to do vscrolling for
525 partially visible images / tall lines. Rewrite based on code
526 previously in line-move. Simplify backwards vscrolling.
527 (line-move): Use it. Simplify.
528
529 2006-09-05 Kim F. Storm <storm@cua.dk>
530
531 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
532
533 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
534
535 * progmodes/compile.el (compilation-error-regexp-alist-alist):
536 Process the `gcc-include' after the `gnu' rule.
537
538 2006-09-05 Kim F. Storm <storm@cua.dk>
539
540 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
541
542 2006-09-05 Daiki Ueno <ueno@unixuser.org>
543
544 * pgg.el (pgg-clear-string): Alias to clear-string for backward
545 compatibility.
546
547 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
548 inhibit-redisplay; encode passphrase with locale-coding-system.
549
550 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
551
552 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
553
554 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
555
556 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
557 (gdb-var-list-children-regexp): Make type field optional.
558
559 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
560 e.g public, protected in C++.
561
562 2006-09-04 John Paul Wallington <jpw@pobox.com>
563
564 * simple.el (completion-show-help): New defcustom.
565 (completion-setup-function): Heed it.
566
567 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
568
569 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
570
571 2006-09-04 Richard Stallman <rms@gnu.org>
572
573 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
574 (rsf-min-region-to-spam-list): Doc fix.
575 (rsf-add-content-type-field): Doc fix.
576
577 * simple.el (kill-region): Explicitly test there is a region.
578
579 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
580
581 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
582 sendmail in several common directories.
583
584 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
585
586 * paths.el (sendmail-program): Removed.
587
588 2006-09-04 Daiki Ueno <ueno@unixuser.org>
589
590 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
591 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
592 http://article.gmane.org/gmane.emacs.gnus.general/50457
593
594 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
595
596 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
597 mark after running the menu filter.
598
599 2006-09-03 Juri Linkov <juri@jurta.org>
600
601 * international/quail.el (quail-defrule-internal): Add a check
602 if a key is a vector.
603
604 2006-09-02 Juri Linkov <juri@jurta.org>
605
606 * man.el (Man-topic-history): New variable.
607 (man): Use it.
608
609 * woman.el (woman-topic-history): Change defvar to defvaralias
610 for symbol `Man-topic-history'.
611
612 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
613 `comint-last-output-start' is a marker by using `markerp' and
614 check if it has a position by using `marker-position', and use
615 this position for `goto-char'.
616
617 * international/quail.el (quail-defrule-internal): Add missing
618 `error' call for null key.
619
620 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
621
622 * rcirc.el (rcirc-keywords): New variable.
623 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
624 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
625 variables.
626 (rcirc-responses-no-activity): New function.
627 (rcirc-handler-generic): Check for responses in above.
628 (rcirc-process-command): Add ?: character to arguments of raw
629 server commands.
630 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
631 `rcirc-dim-nicks'.
632 (rcirc-gray-toggle): Remove unused variable.
633 (rcirc-print): Remove some tracking logic, which is moved into
634 markup functions.
635 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
636 types.
637 (rcirc-activity-string): Look for 'keyword in activity-types.
638 (rcirc-window-configuration-change): Don't erase overlay-arrow
639 unnecessarily.
640 (rcirc-add-or-remove): New function.
641 (rcirc-cmd-ignore): Use it.
642 (rcirc-message-leader): Remove unused function.
643 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
644 (rcirc-add-face): New function.
645 (rcirc-facify): Use rcirc-add-face.
646 (rcirc-url-regexp): Add parens.
647 (rcirc-map-regexp): Remove function.
648 (rcirc-mangle-regexp): Remove function.
649 (rcirc-markup-text-functions): New variable.
650 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
651 (rcirc-markup-body-text, rcirc-markup-attributes)
652 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
653 (rcirc-markup-bright-nicks): New markup handler functions.
654 (rcirc-nick-in-message-full-line): New face.
655 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
656 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
657
658 2006-09-02 Martin Rudalics <rudalics@gmx.at>
659
660 * cus-start.el (hscroll-margin, hscroll-step)
661 (mode-line-in-non-selected-windows, mouse-autoselect-window)
662 (x-use-underline-position-properties): Change version to "22.1"
663 since they will appear there for the first time.
664
665 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
666
667 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
668
669 2006-08-31 Richard Stallman <rms@gnu.org>
670
671 * cus-edit.el (custom-save-variables): Slight cleanup.
672 (Custom-no-edit): Renamed from custom-no-edit.
673 (Custom-newline): Renamed from custom-newline.
674 (custom-mode-map): Use new names.
675
676 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
677 about customization, rather than M-x customize, in the doc string
678 made for the defcustom.
679
680 * emacs-lisp/trace.el (trace-function-background): Doc fix.
681
682 2006-08-31 Romain Francoise <romain@orebokech.com>
683
684 * dired-x.el (dired-guess-shell-alist-default): Update.
685
686 2006-08-31 Michael Mauger <mmaug@yahoo.com>
687
688 * custom.el (custom-theme-set-variables): Autoload packages before
689 sorting the variables.
690
691 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
692
693 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
694 chars if XEmacs.
695 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
696
697 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * progmodes/python.el (python-eldoc-function): Re-enable quit while
700 waiting for process.
701
702 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
703
704 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
705 results in ASCII-only string, encode original one directly.
706
707 2006-08-29 Romain Francoise <romain@orebokech.com>
708
709 * startup.el (normal-splash-screen, fancy-splash-screens):
710 Make buffer read-only and arrange to enter view mode if necessary.
711
712 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
713
714 * hl-line.el (hl-line): New face.
715 (hl-line-face): Use it.
716
717 * image-mode.el (image-mode): Fix last fix.
718 Suggested by Kim F. Storm.
719
720 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
721
722 Sync with Tramp 2.0.54.
723
724 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
725 of `=', because `tramp-get-remote-gid' might not always return an
726 integer when expected.
727 (tramp-register-file-name-handlers): `partial-completion-mode' is
728 unknown to XEmacs.
729 (tramp-time-diff): Don't use `floor', it might fail for large
730 differences.
731 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
732 `tramp-auto-save-directory' if unset in order to guarantee unique
733 auto-save file names.
734
735 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
736
737 * image-mode.el (image-mode): Display image as text on a terminal.
738
739 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * progmodes/python.el (python-send-command): Simplify.
742 (run-python): Don't generate a new buffer unless `new' was specified.
743 Make sure we send `import emacs' to the proper process.
744
745 * progmodes/python.el (python-send-command): Don't wait for the command
746 to terminate. Don't fiddle with compilation-parsing-end.
747
748 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
749
750 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
751 Insert commentary after first line summary.
752
753 * woman.el (woman-follow): New function, based on `man-follow'.
754 (woman-mode-map): Use it.
755
756 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
757 since ibuffer-do-sort-by-recency does not define a sorter.
758
759 2006-08-28 Kim F. Storm <storm@cua.dk>
760
761 * find-dired.el (find-dired): Use shell-quote-argument to properly
762 escape ( and ) args. Also use it on {} and ; args in default
763 value of find-ls-option string.
764 (find-grep-dired): Use shell-quote-argument on {} and ; args.
765
766 2006-08-27 Michael Olson <mwolson@gnu.org>
767
768 * emacs-lisp/tq.el: Small grammar fix in comments.
769 (tq-enqueue): Check for existence of queue rather than the
770 head queue item's question, which was a no-op.
771 (tq-filter, tq-process-buffer): Make sure the process buffer
772 exists before making it the current buffer.
773
774 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
775
776 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
777 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
778 (special-event-map): Apply 2006-08-16 change for x-win.el.
779
780 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * progmodes/python.el (python-send-receive): Wait in the
783 process's buffer so as to check the right buffer-local variables.
784
785 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
788 (defgroup checkdoc): Move to beginning.
789
790 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
791 (python-preoutput-continuation): Remove.
792 (python-preoutput-filter): Simplify correspondingly.
793 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
794 Loop around to catch embedded _emacs_out output.
795 (run-python): Send the import&print command on a single line.
796 (python-send-command): Send command&print on a single line.
797 (python-send-string): Only add double \n if needed.
798 (python-send-receive): Loop until the result comes.
799 (python-mode-running): Defvar it.
800 (python-setup-brm): Remove unused var `menu'.
801 Only bind py-mode-map and `features' around brm-init.
802 (python-calculate-indentation): Remove unused var `point'.
803 (python-beginning-of-defun): Remove unused var `def-line'.
804
805 2006-08-25 Richard Stallman <rms@gnu.org>
806
807 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
808
809 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
810
811 * viper.el (viper-set-hooks): Use frame bindings for
812 viper-vi-state-cursor-color.
813 (viper-non-hook-settings): Don't set default
814 mode-line-buffer-identification.
815
816 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
817 (viper-set-cursor-color-according-to-state)
818 (viper-get-saved-cursor-color-in-replace-mode)
819 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
820 viper-emacs-state-cursor-color.
821
822 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
823 (viper-undo): Use point if undo-beg-posn is nil.
824 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
825 (viper-after-change-undo-hook): Don't use
826 viper-emacs-state-cursor-color by default.
827 (viper-undo): More sensible positioning after undo.
828
829 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
830 (viper-emacs-state-cursor-color): Default to nil, since this feature
831 doesn't work well yet.
832
833 * ediff-mult.el (ediff-intersect-directories)
834 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
835 always expand filenames.
836
837 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * tumme.el: Remove * in defcustoms's docstrings.
840
841 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
842
843 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
844 Accept internal time format for SECS arg.
845 (timer-relative-time): Doc fix.
846
847 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
848 adapted from Martin Rudalics.
849 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
850 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
851 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
852 using sit-for.
853
854 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
855
856 * cus-start.el (all): Add `overline-margin' and
857 `x-underline-at-descent-line'.
858
859 2006-08-24 Kim F. Storm <storm@cua.dk>
860
861 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
862 to mean "use find -exec"; nil now unambiguously means auto-detect.
863 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
864 Use shell-quote-argument to build grep-find-command and
865 grep-find-template.
866 (rgrep): Use shell-quote-argument to properly quote arguments to find.
867 Reported by Tom Seddon.
868
869 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
870
871 * startup.el (fancy-splash-head): Give instructions for dismissing
872 the splash screen for default startup too.
873 (display-startup-echo-area-message, fancy-splash-screens)
874 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
875 all splash text at once and keep the splash buffer around.
876 (command-line-1): Give display-startup-echo-area-message a t arg.
877
878 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
879
880 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
881 gnus frame is selected.
882
883 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
884
885 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
886
887 2006-08-22 Kim F. Storm <storm@cua.dk>
888
889 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
890 Add suffix matching for subdirs.
891
892 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
893
894 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
895 mouse-yank-at-point is non-nil.
896
897 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
898
899 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
900 a bit wider and remove fringes to fit initial output on line.
901
902 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * frame.el (blink-cursor-end): Only ignore the error we care about.
905 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
906
907 2006-08-21 Richard Stallman <rms@gnu.org>
908
909 * whitespace.el (whitespace-cleanup): Doc fix.
910
911 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
912
913 * net/rcirc.el (rcirc-show-maximum-output): New var.
914 (rcirc-buffer-process): If no buffer argument is supplied, use
915 current-buffer.
916 (rcirc-complete-nick): Complete to the last completed nick first.
917 (rcirc-mode): Preserve the value of `rcirc-urls' across
918 connections. Setup scroll function.
919 (rcirc-scroll-to-bottom): New function.
920 (rcirc-print): Use nick syntax around regexp work.
921 Notice dim-nicks speaking only if they say our nick.
922 (rcirc-update-activity-string): Do not show the modeline indicator
923 if there are no live rcirc processes.
924 (rcirc-cmd-ignore): Ignore case.
925 (rcirc-browse-url-at-point): Fix off-by-one error.
926
927 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * progmodes/python.el: Remove * in defcustom docstrings.
930 (run-python, python-proc, python-try-complete): Use derived-mode-p.
931 (python-mode): Set tab-width and indent-tabs-mode.
932
933 2006-08-20 Dave Love <fx@gnu.org>
934
935 * progmodes/python.el: Update to Dave Love's latest version.
936 (python-font-lock-keywords, python-mode): Don't use
937 font-lock-syntax-table, but match symbol elements explicitly instead.
938 (python-mode-map): Add help, and a few more key bindings.
939 (python-skip-comments/blanks): Move out of comments as well.
940 (python-continuation-line-p): Behave better with unbalanced parens.
941 (python-blank-line-p): New fun.
942 (python-open-block-statement-p): Don't use a heuristic.
943 (python-outdent-p): Better handle blocks-in-the-same-line.
944 (python-calculate-indentation): Misc improvements.
945 (python-comment-indent): Remove.
946 (python-block-pairs): New var.
947 (python-first-word): New fun.
948 (python-indentation-levels): Handle more common cases.
949 (python-indent-line-1): Add `leave' argument.
950 (python-indent-region): New fun.
951 (python-skip-out): New fun.
952 (python-beginning-of-statement, python-end-of-statement): Use it.
953 (python-next-statement): Return correct count even at eob.
954 (python-end-of-block): Fix paren-typo.
955 (python-imenu-create-index): Add module variables.
956 (run-python): Add `new' arg.
957 Check we're at a prompt before returning.
958 (python-send-command): Move to end of buffer.
959 Wait for prompt to return.
960 (python-set-proc): New fun.
961 (python-imports): New var.
962 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
963 (python-eldoc-function): Try to move out of arg list.
964 (python-outline-level): Offset by 1.
965 (python-find-imports): New fun.
966 (python-symbol-completions): Use python-imports.
967 (python-module-path, ffap-alist): Add support for ffap.
968 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
969 (pythin-insert-*, python-default-template, python-expand-template):
970 Add templates/skeletons.
971 (python-setup-brm): Support for Bicycle Repair Man.
972 (python-abbrev-syntax-table): New var.
973 (python-abbrev-pc-hook, python-pea-hook): New funs.
974
975 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
976
977 * frame.el (blink-cursor-start): Set timer first.
978 (blink-cursor-end): Ignore timer cancelling errors.
979 Suggested by Ken Manheimer.
980
981 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
982
983 * newcomment.el (comment-box): Call `comment-normalize-vars'.
984 Add autoload cookie.
985
986 2006-08-20 Richard Stallman <rms@gnu.org>
987
988 * simple.el (line-number-at-pos): Doc fix.
989
990 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
991 timer-activate-when-idle, so timer can run before Emacs becomes
992 non-idle again.
993
994 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
995
996 * whitespace.el (whitespace-cleanup-internal): New optional arg
997 REGION-ONLY. If it's non-nil, modify the message to the user
998 accordingly.
999 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1000 a non-nil argument.
1001
1002 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
1003
1004 * rect.el (spaces-string): Simplify and add doc string.
1005
1006 2006-08-17 Romain Francoise <romain@orebokech.com>
1007
1008 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1009
1010 2006-08-17 Richard Stallman <rms@gnu.org>
1011
1012 * compare-w.el (compare-windows): lambda's take an arg and pass
1013 it to compare-windows-skip-whitespace.
1014
1015 2006-08-17 Martin Rudalics <rudalics@gmx.at>
1016
1017 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1018 the right buffer.
1019
1020 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1023 removed files.
1024
1025 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1026
1027 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1028 (gdb-locals-watch-map-1): Suppress keymap first.
1029 (gdb-edit-locals-map-1): New variable.
1030 (gdb-edit-locals-value): New function.
1031 (gdb-stack-list-locals-handler): Use them.
1032
1033 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1036 cursor would normally be drawn in the fringe.
1037
1038 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1039 Reported by Martin Rudalics <rudalics@gmx.at>.
1040
1041 2006-08-16 Richard Stallman <rms@gnu.org>
1042
1043 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1044 (special-event-map): Process drag-n-drop events this way.
1045
1046 * simple.el (move-beginning-of-line): Test whether fields
1047 would prevent motion back to line's first visible character.
1048 If so, stop where the fields would stop the motion.
1049
1050 * newcomment.el (comment-indent): Fully update INDENT
1051 before checking to see if it will change the text.
1052
1053 * cus-edit.el (custom-newline): New function.
1054 (custom-mode-map): Bind newline to custom-newline.
1055
1056 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1057 into ignore-whitespace.
1058 Check each buffer for its skip-function.
1059 Handle compare-windows-skip-whitespace special-case test
1060 by returning t from default skip function.
1061
1062 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1063
1064 * textmodes/org.el (org-clock-special-range)
1065 (org-clock-update-time-maybe): New functions.
1066 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1067 not only a-z.
1068 (org-agenda-get-blocks): Allow multiple blocks per headline.
1069 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1070 (org-export-html-title-format)
1071 (org-export-html-toplevel-hlevel): New options.
1072 (org-export-language-setup): Add support for Czech.
1073 (org-mode, org-insert-todo-heading, org-find-visible)
1074 (org-find-invisible, org-invisible-p, org-invisible-p2)
1075 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1076 (org-show-subtree, org-show-entry, org-make-options-regexp):
1077 Remove compatibility support for old outline-mode.
1078 (org-check-occur-regexp): Funtion removed.
1079 (org-on-heading-p, org-back-to-heading): Made defalias.
1080 (org-set-local): New defsubst.
1081 (org-set-regexps-and-options, org-mode)
1082 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1083 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1084 (org-remember-apply-template, org-table-edit-field)
1085 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1086 (org-set-autofill-regexps): Use `org-set-local'.
1087 (org-table-eval-formula): Fix bug with parsing of display flags.
1088
1089 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1090
1091 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1092 frame with fringe arrow. Suggested by Simon Marshall
1093 <simon.marshall@misys.com>.
1094 (gdb-stack-position): New variable.
1095 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1096 (gdb-frames-mode): Set gdb-stack-position to nil.
1097 Add to overlay-arrow-variable-list
1098 (gdb-reset): Delete gdb-stack-position from above list.
1099
1100 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1101
1102 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1103 read only.
1104
1105 2006-08-13 Romain Francoise <romain@orebokech.com>
1106
1107 * cus-theme.el (customize-create-theme)
1108 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1109
1110 * filesets.el (filesets-add-buffer): Ditto.
1111
1112 * pcvs.el (cvs-change-cvsroot): Ditto.
1113
1114 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1115
1116 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1117 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1118 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1119 expressions.
1120 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1121 Only search till end of line.
1122 Add face to function names in case of no filename.
1123 Add face to variable names of watchpoints.
1124
1125 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1126
1127 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1128 customization group.
1129
1130 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1131
1132 * allout.el (allout-prior-bindings, allout-added-bindings):
1133 Remove, after long deprecation.
1134 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1135 Add customization vars controlling allout-beginning-of-line and
1136 allout-end-of-line conveniences.
1137 (allout-header-prefix, allout-use-mode-specific-leader)
1138 (allout-use-mode-specific-leader, allout-mode-leaders):
1139 Revise docstrings.
1140 (allout-infer-header-lead): Change to be an alias for
1141 allout-infer-header-lead-and-primary-bullet.
1142 (allout-infer-header-lead-and-primary-bullet): New version of
1143 allout-infer-header-lead which assigns the primary bullet to the
1144 same as the header lead, when its being changed.
1145 (allout-infer-body-reindent): Apply regexp-quote instead of
1146 unconditionally prepending "\\", so that all literal
1147 allout-header-prefix and allout-primary-bullet strings are
1148 properly handled.
1149 (allout-add-resumptions): Add optional qualifier for extending or
1150 appending to existing values, rather than replacing them.
1151 (allout-view-change-hook): Clarify docstring.
1152 (allout-exposure-change-hook): Take explicit arguments, via
1153 run-hook-with-args.
1154 (allout-structure-added-hook)
1155 (allout-structure-deleted-hook)
1156 (allout-structure-shifted-hook): New hooks analogous to
1157 allout-exposure-change-hook for other kinds of structural outline
1158 edits.
1159 (allout-encryption-plaintext-sanitization-regexps): New encryption
1160 customization variable, by which cooperating modes can provde
1161 massage of the plaintext without actually being passed it.
1162 (allout-encryption-ciphertext-rejection-regexps)
1163 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1164 customization variables, by which cooperating modes can prohibit
1165 rare but possible ciphertext patterns from fouling their
1166 operation, with actually being passed the ciphertext.
1167 (allout-mode): Run activation and deactivation hooks after the
1168 minor-mode variable has been toggled, to clarify the mode
1169 disposition. The new encryption ciphertext rejection variable is
1170 used to ensure that the ciphertext does not contain text that
1171 would be recognized as outline structural elements by allout.
1172 Substite allout-beginning-of-line and allout-end-of-line for
1173 conventionall beginning-of-line and end-of-line bindings.
1174 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1175 activation!
1176 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1177 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1178 (allout-chart-subtree): Implement new mode, charting only the
1179 visible items in the subtree, when new 'visible' parameter is non-nil.
1180 (allout-end-of-subtree): Properly handle the last item in the buffer.
1181 (allout-pre-command-business, allout-command-counter):
1182 Increment an advertised counter so that cooperating enhancements can
1183 track revisions of items.
1184 (allout-open-topic): Run allout-structure-added-hook with suitable
1185 arguments.
1186 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1187 arguments.
1188 (allout-shift-out): Fix doubling for negative args and ensure call
1189 of allout-structure-shifted-hook by solely using allout-shift-in.
1190 (allout-kill-line, allout-kill-topic):
1191 Run allout-structure-deleted-hook with suitable arguments.
1192 (allout-yank-processing): Run allout-structure-added-hook with
1193 proper arguments.
1194 (allout-yank): Enclose activity in allout-unprotected.
1195 (allout-flag-region): Run allout-exposure-change-hook with
1196 suitable arguments, instead of making the callee infer the arguments.
1197 (allout-encrypt-string):
1198 Support allout-encryption-plaintext-sanitization-regexps,
1199 allout-encryption-ciphertext-rejection-regexps, and
1200 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1201 en/de cryption mode in symmetric encryption failure message.
1202 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1203 copy of the passphrase, and don't zero it or we'll corrupt the
1204 stashed copy.
1205 (allout-create-encryption-passphrase-verifier)
1206 (allout-verify-passphrase): Respect the new signature for
1207 allout-encrypt-string.
1208 (allout-get-configvar-values): Convenience for getting a
1209 configuration variable value and handling its absence gracefully.
1210
1211 2006-08-11 Romain Francoise <romain@orebokech.com>
1212
1213 * obsolete/zone-mode.el: Delete.
1214
1215 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1218
1219 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1220
1221 * emacs-lisp/bindat.el (bindat-ip-to-string):
1222 Use `format-network-address' if possible.
1223
1224 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1225
1226 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1227
1228 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1231 restore unread-command-events here.
1232 (edebug-display): Do it here, to detect sit-for interruptions.
1233
1234 2006-08-10 Romain Francoise <romain@orebokech.com>
1235
1236 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1237 (dns-mode-soa-auto-increment-serial): New user option.
1238 (dns-mode-soa-maybe-increment-serial): New function.
1239 (dns-mode): Add the latter to `write-contents-functions'.
1240
1241 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1242 Delete autoload cookies.
1243
1244 2006-08-10 John Wiegley <johnw@newartisans.com>
1245
1246 * eshell/em-glob.el (eshell-glob-chars-list)
1247 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1248
1249 2006-08-10 Richard Stallman <rms@gnu.org>
1250
1251 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1252 (facemenu-set-face): Doc fix.
1253 (facemenu-listed-faces): Doc fix.
1254
1255 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1256
1257 * avoid.el (mouse-avoidance-animating-pointer): New var.
1258 (mouse-avoidance-nudge-mouse): Use it.
1259 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1260 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1261 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1262 Don't activate if currently animating. All callers changed.
1263
1264 2006-08-09 John Wiegley <johnw@newartisans.com>
1265
1266 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1267 variable, which causes timeclock to report elapsed time worked,
1268 instead of just work remaining.
1269
1270 2006-08-09 Kenichi Handa <handa@m17n.org>
1271
1272 * international/latexenc.el (latexenc-find-file-coding-system):
1273 Fix for the case that the 2nd element of arg-list is a cons.
1274
1275 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * info.el (Info-fontify-node): Handle preceding `in' for note
1278 reference hiding rules.
1279
1280 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1283 mistake a closing " for an opening one.
1284
1285 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1286
1287 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1288
1289 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * complete.el (PC-do-completion): Filter out completions matching
1292 completion-ignored-extensions before checking whether there are
1293 multiple completions.
1294 Don't use `list' unnecessarily when building completion tables.
1295
1296 2006-08-06 Richard Stallman <rms@gnu.org>
1297
1298 * help.el (describe-mode): Make minor mode list more concise.
1299
1300 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * bindings.el: Give mode-line-format, mode-line-modes, and
1303 mode-line-position `standard-value' properties.
1304
1305 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1306
1307 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1308 "(file)node" instead of the file name.
1309
1310 2006-08-05 Richard Stallman <rms@gnu.org>
1311
1312 * faces.el (escape-glyph): Doc fix.
1313
1314 2006-08-04 Kenichi Handa <handa@m17n.org>
1315
1316 * international/mule-diag.el (describe-font): Improve docstring
1317 and error message. Use frame-parameter (not frame-parameters).
1318
1319 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1322 Correctly mark the end-of-docstring char.
1323
1324 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1325
1326 * simple.el (line-move-to-column): Constrain move-to-column to
1327 current field.
1328
1329 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * font-lock.el (font-lock-beg, font-lock-end)
1332 (font-lock-extend-region-functions): New vars.
1333 (font-lock-extend-region-multiline)
1334 (font-lock-extend-region-wholelines): New functions.
1335 (font-lock-default-fontify-region): Use them.
1336 (font-lock-extend-jit-lock-region-after-change): Only round up
1337 if font-lock-default-fontify-region will do it as well.
1338
1339 * font-lock.el (font-lock-extend-after-change-region-function):
1340 Rename from font-lock-extend-region-function.
1341 (font-lock-extend-region): Remove by inlining at call sites.
1342 (font-lock-after-change-function): Don't needlessly round up to a whole
1343 number of lines.
1344 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1345 the boundary conditions and the interactions between the various ways
1346 to extend the region.
1347
1348 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1351 modification status when forcing the second redisplay.
1352
1353 2006-08-03 Kim F. Storm <storm@cua.dk>
1354
1355 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1356
1357 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1360 doesn't look like a file name.
1361
1362 * complete.el (PC-expand-many-files): Avoid signalling an error when
1363 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1364
1365 2006-08-02 Andreas Schwab <schwab@suse.de>
1366
1367 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1368
1369 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1370
1371 * bindings.el (map): Make mode-line-buffer-identification-keymap
1372 before defining propertized-buffer-identification.
1373
1374 2006-08-01 Richard Stallman <rms@gnu.org>
1375
1376 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1377
1378 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1379
1380 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1381 default value.
1382 (gdb-find-source-frame): New function.
1383 (menu): Add to menu bar.
1384
1385 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * font-core.el (font-lock-extend-region-function)
1388 (font-lock-extend-region): Move to font-lock.el.
1389
1390 * font-lock.el (font-lock-extend-region-function)
1391 (font-lock-extend-region): Move from font-core.el. Simplify.
1392
1393 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1394 if needed.
1395 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1396 (jit-lock-after-change-extend-region-functions): New hook.
1397 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1398
1399 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1400 (font-lock-turn-on-thing-lock): Use it.
1401
1402 * longlines.el (longlines-show-region): Make it work on read-only
1403 buffers as well.
1404
1405 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1406
1407 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1408
1409 2006-07-31 Richard Stallman <rms@gnu.org>
1410
1411 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1412 (vhdl-speedbar-display-projects): Update old obsolete
1413 speedbar variable names.
1414
1415 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1416
1417 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1418 (gdb-stopped): Use it.
1419
1420 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1421
1422 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1425 for load-history elements.
1426
1427 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1428
1429 * files.el (convert-standard-filename): For Cygwin, replace
1430 characters not allowed in Windows file names.
1431 (make-auto-save-file-name): Add Cygwin to the list of systems
1432 where the auto-save file name needs to be run through
1433 convert-standard-filename.
1434
1435 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1436
1437 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1438
1439 2006-07-28 Richard Stallman <rms@gnu.org>
1440
1441 * bindings.el (mode-line-frame-identification)
1442 (propertized-buffer-identification): Centralize the code
1443 to initialize the variable.
1444
1445 * progmodes/grep.el (grep-default-command): Catch errors from
1446 wildcard-to-regexp.
1447
1448 2006-07-29 Kim F. Storm <storm@cua.dk>
1449
1450 * progmodes/grep.el (grep-tag-default): New function.
1451 (grep-default-command, grep-read-regexp): Use it.
1452 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1453 as default if nothing else applies.
1454
1455 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1456
1457 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1458 Throw error if buffer is not in Dired and Wdired mode, respectively.
1459
1460 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1463 self-insert-command keys don't activate buttons.
1464 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1465
1466 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1467
1468 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1469 faces for enable character.
1470
1471 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1472
1473 * Makefile.in (recompile): Update comment to reflect change
1474 on 2004-04-21.
1475
1476 2006-07-27 Richard Stallman <rms@gnu.org>
1477
1478 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1479 (customize-package-emacs-version): Change msg when pkg has no entry.
1480 (custom-no-edit): On a button, do like widget-button-press.
1481
1482 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1483
1484 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1485 S-tab and C-S-tab.
1486
1487 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1488
1489 * progmodes/which-func.el (which-function): Fix documentation/
1490 comment typo.
1491
1492 2006-07-26 Richard Stallman <rms@gnu.org>
1493
1494 * textmodes/ispell.el (ispell-word): If we replace the word,
1495 move point to the end. Insert before deleting.
1496
1497 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1500 a timer.
1501
1502 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1503
1504 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1505 when at first image.
1506 (tumme-forward-image): Add prefix argument. Add error when at last
1507 image.
1508
1509 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * tabify.el (tabify-regexp): Use more specific regexps.
1512 (tabify): Avoid modifying the buffer unnecessarily.
1513
1514 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1515
1516 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1517 (tumme-format-properties-string): Handle empty `buf'.
1518 (tumme-get-comment): Change variable names inside `let'.
1519 Add missing `let' variable that cause font-lock problems.
1520 (tumme-write-comments): Change variable names inside `let'.
1521 Add missing `let' variable that cause font-lock problems.
1522 (tumme-forward-image): Rename from `tumme-forward-char'.
1523 (tumme-backward-image): Rename from `tumme-backward-char'.
1524
1525 2006-07-25 Masatake YAMATO <jet@gyve.org>
1526
1527 * progmodes/ld-script.el (ld-script-keywords)
1528 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1529 and add comments.
1530
1531 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1532
1533 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1534 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1535 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1536 for status indicator.
1537
1538 2006-07-24 Richard Stallman <rms@gnu.org>
1539
1540 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1541
1542 * subr.el (dolist, dotimes): Use interned symbols for locals.
1543 (--dotimes-limit--, --dolist-tail--): New defvars.
1544 (looking-back): Doc fix.
1545
1546 * replace.el (replace-match-string-symbols): Handle dotted lists.
1547
1548 2006-07-24 mathias <mathias@mattis>
1549
1550 * tumme.el (tumme-write-tags): Add.
1551 (tumme-write-comments): Add.
1552 (tumme-tag-files): Change to use `tumme-write-tags'.
1553 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1554 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1555 (tumme-save-information-from-widgets): Change to use
1556 `tumme-write-comments' and `tumme-write-tags'.
1557 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1558 (tumme-write-tag): Remove.
1559 (tumme-write-comment): Remove.
1560 (tumme-display-previous-thumbnail-original): Remove empty line.
1561 (tumme-widget-list): Add punctuation.
1562
1563 2006-07-24 mathias <mathias.dahl@gmail.com>
1564
1565 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1566
1567 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1568
1569 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1570 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1571 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1572
1573 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1574
1575 * mouse.el (mouse-on-link-p): Doc fix.
1576
1577 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1578
1579 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1580 Handle "C-h f `".
1581
1582 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1583
1584 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1585 column.
1586
1587 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1588
1589 * textmodes/table.el: Add move-beginning-of-line and
1590 move-end-of-line to Point Motion Only Group.
1591
1592 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1593
1594 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1595
1596 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1597
1598 * startup.el (user-mail-address): Initialize from the `EMAIL'
1599 environment variable first. Document this.
1600 (command-line): Ditto.
1601
1602 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1603
1604 * help-mode.el (help-function-def, help-variable-def)
1605 (help-face-def): Print a message in the minibuffer.
1606
1607 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1608
1609 * term/xterm.el (terminal-init-xterm): Fix key bindings
1610 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1611
1612 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1613
1614 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1615 where `(nth 1 command)' is a cons cell. Doc fix.
1616
1617 * textmodes/po.el (po-find-charset): Doc fix.
1618
1619 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1620
1621 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1622 (allout-beginning-of-current-line, allout-end-of-current-line)
1623 (allout-next-visible-heading, allout-open-topic)
1624 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1625 (allout-flag-current-subtree, allout-show-to-offshoot)
1626 (allout-hide-current-entry, allout-show-current-branches)
1627 (allout-hide-region-body, allout-old-expose-topic)
1628 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1629 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1630 containing `beginning-of-line' and `end-of-line' with
1631 `inhibit-field-text-motion' t.
1632
1633 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1634
1635 * frame.el (focus-follows-mouse): Document that it doesn't have
1636 any effect on MS-Windows.
1637
1638 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1641
1642 2006-07-20 Jay Belanger <belanger@truman.edu>
1643
1644 * calc.el (calc-previous-alg-entry): Remove variable.
1645
1646 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1647 New variables.
1648 (calc-alg-entry): Use `calc-alg-entry-history'.
1649 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1650 Remove reference to `calc-previous-alg-entry'.
1651 (calcAlg-edit, calcAlg-enter): Remove reference to
1652 `calc-previous-alg-entry'.
1653 (calcAlg-previous): Use `previous-history-element' instead of
1654 `calc-previous-alg-entry'.
1655 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1656 Change keybinding for `calcAlg-plus-minus', add keybindings for
1657 `previous-history-element' and `next-history-element'.
1658
1659 * calc-rewr.el (calc-match): Remove reference to
1660 `calc-previous-alg-entry'.
1661
1662 * calc-sel.el (calc-selection-history): New variable.
1663 (calc-enter-selection, calc-sel-mult-both-sides)
1664 (calc-sel-add-both-sides): Use `calc-selection-history'.
1665
1666 * calc-map.el (calc-get-operator-history): New variable.
1667 (calc-get-operator): Use `calc-get-operator-history'.
1668
1669 * calcalg3.el (calc-curve-fit-history): New variable.
1670 (calc-curve-fit): Use `calc-curve-fit-history'.
1671
1672 2006-07-20 Kenichi Handa <handa@m17n.org>
1673
1674 * international/mule-cmds.el (select-safe-coding-system): Fix the
1675 way of deciding eol-type of the coding system.
1676
1677 2006-07-20 Alan Mackenzie <acm@muc.de>
1678
1679 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1680 (c-lang-setvar): New macro.
1681 (c-make-init-lang-vars-fun): Use the initialization forms in
1682 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1683 (comment-start, comment-end, comment-start-skip): Change these from
1684 c-lang-defvar's to c-lang-setvar's.
1685
1686 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1687 which calls make-local-variable on the elements of
1688 c-emacs-variable-inits.
1689 (c-init-language-vars-for): Call this new macro.
1690
1691 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1694 Try to rule out false positives due to time stamps.
1695 (compilation-mode-font-lock-keywords): Remove rules made redundant
1696 because of the above change. Add `segmentation fault' to the known and
1697 highlighted compilation termination messages.
1698
1699 2006-07-19 Kim F. Storm <storm@cua.dk>
1700
1701 * progmodes/grep.el (grep-find-ignored-directories):
1702 Add .svn and _darcs to list.
1703
1704 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1705
1706 * dired.el (dired-mode-map): Add key binding `C-te' for
1707 `tumme-dired-edit-comment-and-tags'.
1708
1709 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1710 image display buffer is displayed before call to
1711 `tumme-display-image.
1712 (tumme-dired-display-image): Make sure image display buffer is
1713 displayed before call to `tumme-display-image.
1714 (tumme-mouse-display-image): Make sure image display buffer is
1715 displayed before call to `tumme-display-image.
1716 (tumme-widget-list): Add.
1717 (tumme-dired-edit-comment-and-tags): Add.
1718 (tumme-save-information-from-widgets): Add.
1719
1720 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1723
1724 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1727 Revert inadvertently installed patch hunk.
1728
1729 * progmodes/compile.el (compilation-find-file): Handle the
1730 cases where the user selects a non-existent file.
1731
1732 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1735
1736 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1737
1738 * subr.el (sit-for): Just sleep-for if noninteractive.
1739
1740 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1743
1744 * custom.el (custom-autoload): Add `noset' argument.
1745 (custom-push-theme): Don't autoload the variable, let callers do it.
1746 (custom-theme-set-variables): Autoload the variable if necessary.
1747
1748 * cus-edit.el (custom-variable-state-set): If the variable was
1749 originally set outside custom, but to the same value as the default,
1750 consider it to be standard.
1751
1752 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1753 file *before* telling Emacs to add the autoloads, in case it fails.
1754
1755 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1756 Use `cond', push', and `dolist'.
1757
1758 2006-07-17 Richard Stallman <rms@gnu.org>
1759
1760 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1761 Add defvars to silence warnings.
1762
1763 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1766 Don't highlight "Compiling file" messages as error.
1767
1768 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1769 file already exists.
1770
1771 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1772
1773 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1774 entry, don't assign to free var; simply return the extracted filename.
1775 (ff-treat-as-special): Incorporate common preamble from callers.
1776 (ff-other-file-name, ff-find-the-other-file):
1777 Update call to ff-treat-as-special.
1778
1779 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1780
1781 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1782
1783 * tumme.el (tumme-get-comment): Fix bug.
1784
1785 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * files.el: Remove spurious * in docstrings.
1788
1789 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1790
1791 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1792 grammar.
1793 (allout-beginning-of-current-line): Beware beginning of buffer.
1794 Also, a comment is simplified.
1795 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1796 when appropriate. (This fix enables use for other than
1797 bullet-hotspot operation.)
1798 (allout-hide-current-subtree): While escalating to sibling-close,
1799 make sure to situate on a topic.
1800
1801 2006-07-14 Kim F. Storm <storm@cua.dk>
1802
1803 * emulation/cua-base.el (cua-delete-selection)
1804 (cua-toggle-set-mark): New defcustoms.
1805 (cua-rectangle-modifier-key): Add `alt' modifier.
1806 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1807 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1808 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1809
1810 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1811
1812 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1813
1814 * allout.el: Require 'cl during byte-compilation/interactive load,
1815 for the `assert' macro.
1816 (allout-mode-deactivate-hook): New hook, run when allout mode
1817 deactivates.
1818 (allout-developer): New allout customization subgroup.
1819 (allout-run-unit-tests-on-load): New allout-developer
1820 customization variable, when true allout unit tests are run towards
1821 end of file load/eval.
1822 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1823 auto-fill-mode.
1824 (allout-resumptions): Remove, to be replaced by...
1825 (allout-add-resumptions): Register variable settings to be
1826 reinstated by `allout-do-resumptions'. The settings are made
1827 buffer-local, but the locality/globality of the suspended setting
1828 is restored on resumption.
1829 (allout-do-resumptions): Reinstate all settings suspended using
1830 `allout-add-resumptions'.
1831 (allout-test-resumptions): Unit tests (and intermediate variables)
1832 for resumptions.
1833 (allout-tests-globally-unbound, allout-tests-globally-true)
1834 (allout-tests-locally-true): Intermediate variables for
1835 resumptions unit tests.
1836 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1837 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1838 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1839 instead of retired `allout-resumptions'. For hook functions, use
1840 `local' parameter so hook settings are created and removed as
1841 buffer-local settings. Revise (resumptions) setting
1842 auto-fill-function so it is set only if already active. (The
1843 related fill-function settings are all made in either case, so
1844 that activating auto-fill-mode activity will have the custom
1845 allout-mode behaviors (hanging indent on topics, if configured for it).
1846 Remove all allout-exposure-category overlays on mode deactivation.
1847 (allout-hotspot-key-handler): New function extracted from
1848 `allout-pre-command-business', so the functionality can be used
1849 for other purposes, eg as a binding in an overlay.
1850 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1851 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1852 customization variable.
1853 (allout-run-unit-tests): Run the (currently quite small)
1854 repertoire of unit tests. Called just before the provide iff user
1855 has customized `allout-run-unit-tests-on-load' non-nil.
1856
1857 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
1858
1859 * emacs-lisp/authors.el (authors-aliases): Update.
1860
1861 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1862
1863 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1864 gdb-source-window. Add dedicated argument.
1865 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1866 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1867 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1868 (gdb-display-locals-buffer): Use it.
1869
1870 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1871 Set gdb-source-window.
1872
1873 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1876 minor modes, redundant with the custom-autoload line above.
1877
1878 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * longlines.el (longlines-post-command-function): Handle open-line too.
1881
1882 2006-07-12 Richard Stallman <rms@gnu.org>
1883
1884 * progmodes/grep.el (grep-last-buffer): Doc fix.
1885
1886 * info.el (Info-try-follow-nearest-node): Doc fix.
1887
1888 * emacs-lisp/edebug.el (edebug-instrument-function):
1889 Err if find-function-noselect gives no position.
1890
1891 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1892 If can't find definition, return nil for position.
1893 (find-function-do-it): Handle new return value
1894 of find-definition-noselect.
1895 (find-definition-noselect, find-variable-noselect): Doc fix.
1896 (find-function-noselect): Doc fix.
1897
1898 * help-mode.el (help-variable-def): Handle find-variable-noselect
1899 returning no position.
1900 (help-function-def): Likewise for find-function-search-for-symbol.
1901 (help-face-def): Likewise.
1902
1903 * help-fns.el (describe-variable): Handle find-variable-noselect
1904 returning no position.
1905
1906 * files.el (locate-file-completion): Avoid duplicates in result.
1907
1908 * cus-edit.el (custom-no-edit): New command.
1909 (custom-mode-map): Remap to custom-no-edit instead of
1910 using suppress-keymap.
1911
1912 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1913
1914 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1915 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1916 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1917
1918 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1919
1920 2006-07-11 Kim F. Storm <storm@cua.dk>
1921
1922 * ido.el (ido-copy-current-file-name): Use buffer-name if
1923 buffer-file-name is nil.
1924
1925 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * simple.el (undo-ask-before-discard): Set to nil.
1928
1929 * vc.el (vc-exec-after): Don't delete process manually.
1930 (vc-print-log): Run log-view-mode in process sentinel inside
1931 inhibit-read-only. Don't shrink window due to timing issues.
1932
1933 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1934 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1935
1936 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1939 Fix ambiguity introduced by last change.
1940 (compilation-find-file): Move save-excursion to where it may
1941 make sense. Fix a left over `find-file'.
1942
1943 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1944
1945 * textmodes/texinfmt.el (texinfo-format-separate-node):
1946 Insert a string before point, which fits documentation, not after.
1947 (texinfo-multitable-item): In a multitable row, insert any
1948 additional needed @tabs and spaces.
1949
1950 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1951
1952 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1953 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1954 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1955 instead of shell-command.
1956 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1957 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1958 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1959 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1960 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1961 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1962
1963 2006-07-11 Kim F. Storm <storm@cua.dk>
1964
1965 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1966 Remove special case for seconds < 0. Use (redisplay t) instead.
1967
1968 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1971 avoid compilation error.
1972
1973 * subr.el (sit-for): New function.
1974
1975 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1976
1977 2006-07-10 Richard Stallman <rms@gnu.org>
1978
1979 * ldefs-boot.el (edebug): Update page.
1980
1981 2006-07-10 Kim F. Storm <storm@cua.dk>
1982
1983 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1984 to FOR-RELEASE and TODO.
1985
1986 2006-07-10 Romain Francoise <romain@orebokech.com>
1987
1988 * emacs-lisp/authors.el (authors-aliases): Update.
1989
1990 2006-07-10 Alan Mackenzie <acm@muc.de>
1991
1992 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1993 * cc-mode.el: Changes to eradicate eval-after-load.
1994
1995 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1998 on non-char events.
1999
2000 2006-07-09 Romain Francoise <romain@orebokech.com>
2001
2002 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2003 Don't highlight start/end markers as compilation messages.
2004
2005 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2006 to t.
2007
2008 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2011
2012 2006-07-08 Richard Stallman <rms@gnu.org>
2013
2014 * term/x-win.el (x-handle-display): Add doc string.
2015
2016 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2017
2018 * subr.el (def-edebug-spec): Move here.
2019 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2020
2021 * imenu.el (imenu-choose-buffer-index): Doc fix.
2022
2023 2006-07-08 Romain Francoise <romain@orebokech.com>
2024
2025 * term/x-win.el (x-display-name): Fix typo.
2026
2027 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2028
2029 * hexl.el (hexl-find-file): Doc fix.
2030
2031 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2032
2033 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2034
2035 * term/x-win.el (x-display-name): Doc fix.
2036
2037 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2040 long prefixes.
2041 (fill-region-as-paragraph): Don't round up to a whole line.
2042 (fill-comment-paragraph): Don't include the code-before-the-comment
2043 when calling fill-region-as-paragraph.
2044
2045 * international/mule.el (make-char): Remove redundancy.
2046
2047 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2048 property may contain an anonymous function rather than a symbol.
2049
2050 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2051
2052 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2053 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2054
2055 * dirtrack.el (dirtrack-default-directory-function): Remove.
2056 (dirtrack-directory-function): Use file-name-as-directory.
2057 (dirtrack-windows-directory-function): Simplify.
2058 (dirtrack-forward-slash, dirtrack-backward-slash)
2059 (dirtrack-replace-slash): Remove.
2060 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2061 (dirtrack): Fix wrong parenthesizing; use match-string.
2062
2063 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2064 (inferior-octave-mode): Only change the buffer-local value of
2065 comint-dynamic-complete-functions.
2066 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2067 Move the initialization to the declaration.
2068 (inferior-octave-complete): Remove unused var `filter'.
2069
2070 * shell.el (shell-mode): Only change the buffer-local value of
2071 comint-dynamic-complete-functions.
2072
2073 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2074
2075 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2076 entry is skipped because it has been scheduled.
2077 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2078 changing `:org-archived' and `:org-comment' properties.
2079
2080 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * server.el (server-select-display): Don't make the temp frame
2083 minibuffer-only, in case it's not a temp frame.
2084 (server-process-filter): Don't delete the temp frame if it's the
2085 only one we have on that display.
2086
2087 * files.el (find-alternate-file): Doc fix.
2088
2089 2006-07-05 Richard Stallman <rms@gnu.org>
2090
2091 * files.el (abbreviate-file-name): Add save-match-data.
2092
2093 2006-07-03 Richard Stallman <rms@gnu.org>
2094
2095 * faces.el (read-face-name): Doc fix.
2096
2097 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2100
2101 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2102
2103 * vc.el (vc-diff-internal): Fix prev change.
2104
2105 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2106
2107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2108 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2109
2110 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2113 fails if the symbol contains chars like ( or '.
2114 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2115 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2116 `short'.
2117
2118 2006-07-04 Kenichi Handa <handa@m17n.org>
2119
2120 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2121 the current one, don't call set-language-environment, but call one
2122 of set-language-environment-XXX to make INFO effective now.
2123 (set-language-environment): Call set-language-environment-XXX
2124 functions instead of doing the various setups directly.
2125 (set-language-environment-coding-systems): Delete argument eol-type.
2126 (set-language-environment-input-method)
2127 (set-language-environment-nonascii-translation)
2128 (set-language-environment-charset)
2129 (set-language-environment-fontset)
2130 (set-language-environment-unibyte): New functions.
2131
2132 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2133
2134 * locate.el (locate-update-when-revert): New option.
2135 (locate-update-path): New option (suggested by Michael Albinus).
2136 (locate-prompt-for-command): Whitespace change.
2137 (locate-update): No longer offer to update the locate database by
2138 default. Implement the two new options.
2139
2140 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2141
2142 * tooltip.el: Move comment about track-mouse...
2143
2144 * progmodes/gud.el: ...to here.
2145
2146 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * facemenu.el (facemenu-listed-faces): New var.
2149 (facemenu-unlisted-faces): Variable deleted.
2150 (facemenu-add-new-face): Use facemenu-listed-faces.
2151
2152 * emulation/viper-init.el, calendar/calendar.el:
2153 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2154
2155 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2156
2157 * textmodes/org.el (org-mode): Remove no invalid settings for
2158 calc embedded mode.
2159 (org-mode-p): New defsubst.
2160 (org-save-all-org-buffers): New function.
2161 (org-first-headline-recenter): Enclose outline-regexp in group
2162 delimiters.
2163 (org-set-tags): Keep single space after stars.
2164
2165 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * window.el (set-window-text-height): Only set window-min-height to
2168 1 if that's the requested size.
2169
2170 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2171 (diff-unified->context, diff-context->unified)
2172 (diff-reverse-direction): Make sure the end marker stays at the end.
2173 (diff-mode): Add the keymap table at the end of docstring.
2174 Use lexical-let rather than constructing a closure manually.
2175
2176 * files.el (find-file-noselect-1): Remove unused var assignment.
2177 (hack-local-variables-confirm): Print lists of strings as lists of
2178 strings rather than lists of symbols.
2179 (abbreviate-file-name, hack-local-variables-prop-line):
2180 Use match-string.
2181 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2182 (recover-session-finish): Use line-end-position.
2183
2184 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2185
2186 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2187
2188 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2189
2190 * progmodes/make-mode.el (makefile-macroassign-regex):
2191 Accept preceding keyword.
2192 (makefile-gmake-statements): Reorganize, now that makepp has
2193 "override" and also handle forgotten "override define".
2194 (makefile-makepp-statements): Add new "global", "override export"
2195 and "override global".
2196
2197 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2198
2199 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2200 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2201 (ada-no-auto-case): Fix typos in docstrings.
2202
2203 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2204
2205 * info.el (Info-find-node-2): Search for makeinfo version more
2206 carefully.
2207
2208 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2209
2210 * textmodes/org.el (org-prepare-agenda-buffers):
2211 Use `invisible-OK' argument for `org-end-of-subtree'.
2212 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2213 (org-beginning-of-item): Fix bug in regular expression for white line.
2214 (org-export-as-html): Enforce space after bullet in plain list items.
2215 (org-set-autofill-regexps): Require space after plain list bullet
2216 for paragraph-start.
2217 (org-ts-regexp3): New constant.
2218 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2219 (org-timestamp-up-day, org-timestamp-down-day)
2220 (org-timestamp-change): Work with inactive timestamps.
2221 (org-ts-regexp1): Don't allow brackets in time stamps.
2222
2223 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2224
2225 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2226 for ignoring links.
2227
2228 * faces.el (read-face-name): Use it.
2229
2230 2006-06-28 Juri Linkov <juri@jurta.org>
2231
2232 * buff-menu.el (list-buffers-noselect): Compare Info file
2233 with the string "dir" to detect Info directory.
2234
2235 * complete.el (partial-completion-mode): In lambda for
2236 `choose-completion-string-functions' use full function signature
2237 with 4 args, and move point to the end of the minibuffer only if arg
2238 `mini-p' is non-nil.
2239
2240 2006-06-28 John Paul Wallington <jpw@pobox.com>
2241
2242 * ibuffer.el (ibuffer-mode): Doc fix.
2243
2244 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2245
2246 * textmodes/org.el (org-context): New contexts :item-bullet,
2247 :latex-fragment, :latex-preview.
2248 (org-overlays-at, org-overlay-start, org-overlay-end):
2249 New compatibility functions.
2250 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2251 exact regexp that will be used during export.
2252 (org-latex-regexps): New variable.
2253 (org-cdlatex-mode): Improve advice for `texmathp'.
2254 (turn-on-org-cdlatex): New function.
2255
2256 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2257
2258 * term/mac-win.el (mac-handle-font-selection): Change keys of
2259 mac-atsu-font-table from strings to numbers.
2260 (mac-ts-caret-position): Use also when cursor-type is nil.
2261 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2262 Relax condition for using overlay strings.
2263 Use mac-ts-caret-position face when cursor-type is nil.
2264
2265 2006-06-26 Kim F. Storm <storm@cua.dk>
2266
2267 * help.el (view-emacs-news): Declare `res' in the right let* form.
2268
2269 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2270
2271 * net/rcompile.el (remote-compile): Replace ange-ftp based
2272 implementation by Tramp functions.
2273 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2274
2275 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2276
2277 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2278
2279 * international/fontset.el (setup-default-fontset): Fix a typo in
2280 the "Oriya-Akruti" registry name.
2281
2282 2006-06-23 Lars Hansen <larsh@soem.dk>
2283
2284 * desktop.el (desktop-full-file-name): New function.
2285 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2286 (desktop-revert): Use it.
2287 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2288 (desktop-after-read-hook): Add option list-buffers.
2289 (desktop-locals-to-save): Add tab-width.
2290 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2291 Fix docstring.
2292
2293 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2294
2295 * textmodes/org.el (org-cdlatex-mode-map)
2296 (org-cdlatex-texmathp-advice-is-done): New variables.
2297 (org-cdlatex-mode): New minor mode.
2298 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2299 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2300 (org-export-with-archived-trees): New option.
2301 (org-open-file): Remove the call to `convert-standard-filename'.
2302 (org-archive-tag, org-agenda-skip-archived-trees)
2303 (org-cycle-open-archived-trees)
2304 (org-sparse-tree-open-archived-trees): New options.
2305 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2306 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2307 New functions.
2308 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2309 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2310 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2311 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2312 Call `org-prepare-agenda-buffers'.
2313 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2314 (org-file-apps, org-file-apps-defaults-gnu)
2315 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2316 Handle remote files by forcing them to be opened in Emacs.
2317
2318 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2319
2320 * vc.el (vc-diff-knows-L): New variable.
2321 (vc-diff-internal): Use it to handle "diff" programs that don't
2322 understand -L. This works automatically, no user action is necessary.
2323
2324 2006-06-23 Daniel Brockman <daniel@brockman.se>
2325
2326 * net/rcirc.el (rcirc-default-user-full-name): Default to
2327 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2328 longer exists).
2329 (rcirc-process-list): Check `buffer-live-p' before attempting to
2330 switch to a buffer.
2331
2332 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2333
2334 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2335 based on rcirc-coding-system-alist.
2336
2337 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2338
2339 * cus-edit.el (customize-apropos): A better error message.
2340 (top level) <debug-ignored-errors>: Extend and update the list of
2341 ignored error messages.
2342
2343 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2344
2345 * complete.el (PC-do-completion): Retain capitalization of user
2346 input, when possible, even if completion-ignore-case is set.
2347
2348 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2349
2350 * generic-x.el (bat-generic-mode): Support .cmd files.
2351
2352 * dos-w32.el (top level): Use find-file-not-found-functions
2353 instead of the obsolete find-file-not-found-hooks.
2354
2355 2006-06-22 Kim F. Storm <storm@cua.dk>
2356
2357 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2358 to recognize mode name containing submodes, such as Grep/lw.
2359
2360 2006-06-21 Kim F. Storm <storm@cua.dk>
2361
2362 * simple.el (line-move-1): Check for move-end-of-line instead of
2363 end-of-line when setting temporary-goal-column.
2364
2365 2006-06-21 Miles Bader <miles@gnu.org>
2366
2367 * play/cookie1.el (cookie): Work properly when there's only one entry.
2368
2369 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2370
2371 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2372 (gdb-frame-handler): Generalize frame regexp for templates.
2373
2374 2006-06-20 Glenn Morris <rgm@gnu.org>
2375
2376 * calendar/appt.el (appt-display-format): Default value must be
2377 one of the customize options.
2378
2379 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2380
2381 * term/xterm.el (terminal-init-xterm): Update key availability info.
2382 Bind C-return.
2383
2384 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2385
2386 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2389 whether or not a local variables list is defined.
2390
2391 * msb.el (msb): Move `sit-for' hack here to handle both
2392 "mouse-down and drag" and "mouse-up and select" situations.
2393 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2394
2395 2006-06-20 Kenichi Handa <handa@m17n.org>
2396
2397 * international/characters.el (word-combining-categories):
2398 Add entries for 2-byte Han characters.
2399
2400 2006-06-19 Richard Stallman <rms@gnu.org>
2401
2402 * bindings.el (mode-line-format): Save some mode line space.
2403
2404 * files.el (find-file-noselect): Improve the question wording.
2405 (basic-save-buffer-2): Mask UMASK against 666.
2406
2407 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2408 (mouse-drag-vertical-line): Call it.
2409
2410 * cus-edit.el (customize-option, customize-option-other-window):
2411 Error if SYMBOL is nil.
2412
2413 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2414
2415 * textmodes/org.el: Require noutline, also on XEmacs.
2416 (org-end-of-subtree): Return point.
2417 (org-dblock-start-re, org-dblock-end-re): New constants.
2418 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2419 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2420 (org-update-all-dblocks, org-find-dblock): New functions.
2421 (org-collect-clock-time-entries): New function.
2422 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2423 (org-fixup-indentation): Modify to deal correctly with lines
2424 starting with TAB. Only one argument DIFF now.
2425 (org-demote, org-promote): Call `org-fixup-indentation' with just
2426 one argument, DIFF.
2427 (org-mode): Don't mark buffer as modified when aligning tables.
2428 (org-clock-sum): Don't mark buffer modified when adding time sum
2429 properties.
2430 (org-export-as-html): Add support for a link validation function.
2431 (org-archive-all-done): New function.
2432 (org-archive-subtree): New prefix argument. When set, archive all
2433 done subtrees in this buffer.
2434 (org-remove-clock-overlays)
2435 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2436 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2437 (org-put-clock-overlay): Don't swallow last headline character
2438 when displaying overlay.
2439 (org-store-link): Link to `image-mode' with just the file name.
2440
2441 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2442
2443 * viper-cmd.el (viper-special-read-and-insert-char):
2444 Use read-key-sequence.
2445 (viper-after-change-undo-hook): Misc enhancements.
2446 (viper-after-change-undo-hook): New hook.
2447 (viper-undo): Use viper-after-change-undo-hook.
2448 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2449 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2450 clicking on that widget/button.
2451
2452 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2453
2454 * ediff-diff (ediff-test-patch-utility): Catch errors.
2455 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2456 (ediff-set-actual-diff-options): New function.
2457 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2458 Use ediff-set-actual-diff-options.
2459 (ediff-extract-diffs): Catch errors.
2460 (ediff-whitespace): Add non-breakable space.
2461 (ediff-same-file-contents): Catch errors.
2462
2463 * ediff-mult.el (ediff-collect-custom-diffs):
2464 Save coding-system-for-read.
2465
2466 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2467 (ediff-vc-internal, ediff-vc-merge-internal):
2468 Use ediff-delete-version-file.
2469 (ediff-delete-version-file): New function.
2470
2471 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2472
2473 * ediff.el (ediff-directories, ediff-directory-revisions)
2474 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2475 (ediff-directories-internal, ediff-merge-directory-revisions)
2476 (ediff-merge-directory-revisions-with-ancestor)
2477 (ediff-directories3): Use read-directory-name.
2478
2479 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2480
2481 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2482 Remove superfluous part of regexp for brace matching which is handled
2483 by `scan-lists' call.
2484
2485 2006-06-16 Richard Stallman <rms@gnu.org>
2486
2487 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2488
2489 * files.el (basic-save-buffer-2): For a new precious file,
2490 use the default modes in the return value.
2491
2492 * facemenu.el (facemenu-color-alist): Doc fix.
2493
2494 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2495
2496 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2497
2498 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2499
2500 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2501 (mac-utxt-to-string): Use it.
2502 (mac-ts-update-active-input-area): Use mac-ae-number.
2503
2504 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2505
2506 * term.el (term-handle-scroll, term-delete-lines)
2507 (term-insert-lines): Fix off by one errors.
2508
2509 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2510
2511 * net/tramp.el (tramp-touch): Use UTC to express time.
2512
2513 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * mail/sendmail.el (mail-send): Search explicitly for
2516 mail-header-separator when checking for corrupted header lines.
2517
2518 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2519
2520 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2521 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2522 (gdb-init-1): Initialise them.
2523 (gdb-starting): Reset gdb-printing
2524 (gdb-starting): Save value of gud-overlay-arrow-position.
2525 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2526 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2527 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2528 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2529
2530 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2533
2534 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2535
2536 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2537 (ldap-search-internal): Keep error messages, and a regexp fix.
2538
2539 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2540
2541 * files.el (hack-local-variables-confirm):
2542 Display string value using its printed representation.
2543
2544 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * server.el (server-edit): No-op if no server buffers exist.
2547
2548 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2549
2550 * textmodes/page-ext.el (pages-directory-for-addresses):
2551 Including `pages-directory-address-mode' in the function results
2552 in the message "Buffer in which pages were found is deleted".
2553
2554 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2555
2556 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2557 clocking functions.
2558
2559 (org-agenda-clock-in, org-check-running-clock)
2560 (org-clock-out-if-current, org-remove-clock-overlays)
2561 (org-put-clock-overlay): New functions.
2562 (org-clock-marker, org-clock-file-total-minutes)
2563 (org-clock-overlays): New variables.
2564 (org-clock-display, org-clock-sum, org-clock-cancel)
2565 (org-clock-out, org-clock-in): New commands.
2566 (org-export): New function.
2567 (org-emph-re): New constant.
2568 (org-set-emph-re, org-do-emphasis-faces): New functions.
2569 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2570 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2571 (org-export-html-convert-emphasize): Use the configurable emphasis.
2572 (org-cleaned-string-for-export): Make multiline emphasis visible
2573 to the exporter. New optional argument PARAMETERS.
2574 (org-export-as-html): Specify :emph-multiline parameter to
2575 `org-cleaned-string-for-export'.
2576
2577 2006-06-10 Richard Stallman <rms@gnu.org>
2578
2579 * help.el (help-for-help-internal): Clean up help text.
2580
2581 2006-06-10 Andreas Schwab <schwab@suse.de>
2582
2583 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2584 in doc string.
2585
2586 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2587
2588 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2589
2590 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2591 spaces after the comment start.
2592
2593 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2594
2595 * play/pong.el (pong-init-buffer):
2596 Fill buffer with spaces instead of ^A.
2597
2598 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2599 launched asynchronously, delete its process instead of being cool.
2600 (ispell-async-processp): Check for `delete-process' existence
2601 instead of `kill-process' one for consistency.
2602
2603 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2604
2605 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2606 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2607 in mode line at startup.
2608
2609 2006-06-08 Kim F. Storm <storm@cua.dk>
2610
2611 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2612 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2613 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2614 (ido-file-internal): Pass full file name to write-file.
2615 (ido-read-internal): Only pop stack elements automatically if they
2616 actually match an existing directory or file name.
2617
2618 2006-06-07 Kenichi Handa <handa@m17n.org>
2619
2620 * international/mule.el (find-auto-coding): Don't handle the short
2621 name `char-trans'.
2622
2623 * files.el (hack-local-variables-prop-line)
2624 (hack-local-variables): Cancel the previous change.
2625
2626 2006-06-06 Jesper Harder <harder@phys.au.dk>
2627
2628 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2629
2630 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2633 diff-default-read-only is non-nil.
2634 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2635 (diff-refine-hunk): Set inhibit-read-only to t.
2636
2637 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2638 modifying the *Diff* buffer.
2639 (diff-process-filter): New filter function for diff process that
2640 sets inhibit-read-only to t when modifying the *Diff* buffer.
2641
2642 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2643
2644 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2645 insertion point and control the number of empty lines.
2646 (org-paste-subtree): Limit the number of empty lines at the end of
2647 the inserted tree.
2648 (org-agenda): Use buffer name of current file for narrowing.
2649 (org-export-as-xml): Command removed.
2650 (org-export-xml-type): Option removed.
2651 (org-mode-map): Call `org-export-as-xoxo' directly.
2652 (org-get-indentation): New optional argument LINE.
2653 (org-fix-indentation, org-remove-tabs): New functions.
2654 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2655 correct indentation for headlines that are converted it items.
2656 (org-skip-comments): Remove table lines that contain narrowing
2657 cookies but no other non-empty fields.
2658 (org-set-tags): Allow groups of mutually exclusive tags.
2659 (org-cmp-time): Sort 24:21 before items without time.
2660 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2661 (org-open-at-point): Require double colon also for numbers.
2662
2663 2006-06-06 Kim F. Storm <storm@cua.dk>
2664
2665 * ido.el (ido-default-file-method, ido-default-buffer-method):
2666 Make choice values consistent with corresponding command names.
2667 (ido-visit-buffer): Update accordingly. Default to selected-window.
2668
2669 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2670
2671 * progmodes/gud.el (gud-running): Fix doc string.
2672 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2673 (gud-tooltip-modes): Add python-mode.
2674 (gud-tooltip-print-command): Add pdb. Remove perldb.
2675
2676 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2677
2678 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2679 Quote $(EMACS).
2680
2681 2006-06-05 Richard Stallman <rms@gnu.org>
2682
2683 * faces.el (defined-colors): Doc fix.
2684
2685 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2686
2687 * vc.el (vc-process-filter): Inhibit undo info collection around
2688 call to insert.
2689 (vc-setup-buffer): Likewise for call to erase-buffer.
2690 (vc-do-command): Likewise for call to process-file.
2691
2692 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2693
2694 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2695 for gud-go.
2696 (gud-common-init): Other debuggers may trigger error.
2697
2698 2006-06-05 Kenichi Handa <handa@m17n.org>
2699
2700 * international/mule.el (find-auto-coding):
2701 Handle enable-character-translation in file header.
2702
2703 2006-06-04 Kim F. Storm <storm@cua.dk>
2704
2705 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2706 (authors-fixed-entries): Fix spelling.
2707 (authors-canonical-file-name): Don't report error for wildcards.
2708
2709 * help.el (view-emacs-news): Rewrite to support new NEWS,
2710 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2711 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2712 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2713
2714 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2715
2716 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2717 exec constructs like `foo bar`.
2718 (sh-quoted-subshell): New helper function to search for a possibly
2719 nested subshell (like `` or $()) within a "" quoted string.
2720 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2721 (sh-apply-quoted-subshell): Flag quote characters inside a
2722 subshell, which is itself already in a quoted region, as
2723 punctuation, since this is the closest to what they actually are.
2724 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2725 sh-apply-quoted-subshell.
2726 (sh-font-lock-syntactic-face-function): Apply the new face for
2727 text inside `` instead of the old font-lock-string-face.
2728
2729 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2730
2731 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2732 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2733 (mac-bytes-to-text-range, mac-ae-text-range-array)
2734 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2735 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2736 (mac-ts-unicode-for-key-event): New functions.
2737 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2738 (mac-handle-font-selection): Use mac-ae-number.
2739 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2740 New variables.
2741 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2742 (mac-ts-converted-text, mac-ts-selected-converted-text)
2743 (mac-ts-block-fill-text, mac-ts-outline-text)
2744 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2745 (mac-ts-hilite-style-faces): New constant.
2746 (mac-apple-event-map): Bind text input events.
2747 (mac-dispatch-apple-event): Use command-execute instead of
2748 call-interactively.
2749 (global-map): Don't bind mac-apple-event.
2750 (special-event-map): Bind mac-apple-event.
2751
2752 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2753
2754 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2755 file name.
2756 (emacs): Enclose the value of $(EMACS) in quotes.
2757
2758 2006-06-02 Juri Linkov <juri@jurta.org>
2759
2760 * international/mule.el (sgml-html-meta-auto-coding-function):
2761 Remove the condition `(search-forward "<html" size t)'.
2762 Replace `\"' with `[\"']?' in `re-search-forward'.
2763
2764 2006-06-02 Kenichi Handa <handa@m17n.org>
2765
2766 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2767 as well as `coding'.
2768 (hack-local-variables): Likewise.
2769
2770 * international/mule.el (enable-character-translation):
2771 Put permanent-local and safe-local-variable properties.
2772 (find-auto-coding): Handle char-trans: tag.
2773
2774 2006-06-02 Juri Linkov <juri@jurta.org>
2775
2776 * international/mule.el (sgml-html-meta-auto-coding-function):
2777 Limit the search by the end of the HTML header (if any).
2778
2779 2006-06-01 Richard Stallman <rms@gnu.org>
2780
2781 * subr.el (with-current-buffer): Doc fix.
2782
2783 2006-06-02 Masatake YAMATO <jet@gyve.org>
2784
2785 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2786 Almost rewrite. Underlines over all lines of gcov output are too
2787 uncomfortable to read. Suggested by Dan Nicolaescu.
2788
2789 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2790
2791 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2792
2793 * shell.el (shell-mode): Use shell-mode-map in docstring.
2794
2795 * comint.el (comint-send-input): Do not add help-echo and
2796 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2797
2798 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2799
2800 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2801
2802 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2803
2804 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2805 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2806 look up the stack and pop up GUD buffer if necessary.
2807 (gdb-frames-select): Remove redundant call to gud-display-frame.
2808 (gdb-info-threads-custom): Keep point at start of buffer.
2809 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2810
2811 2006-05-31 Juri Linkov <juri@jurta.org>
2812
2813 * replace.el (query-replace-read-from, query-replace-read-to):
2814 Bind `history-add-new-input' to nil. Call `add-to-history'.
2815
2816 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2817
2818 * textmodes/table.el: Convert all HTML tags to lower case for
2819 XHTML compatibility.
2820
2821 2006-05-31 Masatake YAMATO <jet@gyve.org>
2822
2823 * progmodes/compile.el:
2824 (compilation-error-regexp-alist-alist::gcov-called-line):
2825 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2826
2827 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2828
2829 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2830 Revert inadvertent changes made with last commit.
2831
2832 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2833
2834 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2835 New functions.
2836
2837 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2838
2839 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2840
2841 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2842 only matches in the right place.
2843 (org-upcoming-deadline): New face.
2844 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2845 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2846 and make it an option.
2847 (org-export-ascii-bullets): New option.
2848 (org-export-as-html): Many changes to emit valid XHTML.
2849 (org-par-open): New variable.
2850 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2851 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2852 (org-timeline): Pass `org-timeline-show-empty-dates' to
2853 `org-get-all-dates'. Interpret empty dates returned by
2854 `org-get-all-dates'.
2855 (org-get-all-dates): New argument EMPTY. Add dates without
2856 entries to the list, mark large ranges of empty dates.
2857 (org-point-in-group, org-context): New functions.
2858
2859 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2860
2861 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2862
2863 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2864 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2865 to C-mouse-3 (for 2 button mice).
2866 (gdb-send): Do the right thing for C-d.
2867
2868 * speedbar.el (speedbar-detach): Delete.
2869 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2870 it breaks things.
2871 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2872
2873 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2874
2875 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2876 Makeppfile.
2877
2878 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2879 Add makepp diagnostic.
2880
2881 2006-05-29 Richard Stallman <rms@gnu.org>
2882
2883 * window.el (fit-window-to-buffer): Doc fix.
2884
2885 * help.el (temp-buffer-max-height): Doc fix.
2886
2887 * subr.el (with-current-buffer): Doc fix.
2888
2889 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2890
2891 * term/x-win.el: Bind F10 to menu-bar-start if available.
2892
2893 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2894
2895 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2896 uses with a simple test.
2897 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2898 (term-send-raw-string, term-send-raw, term-mouse-paste)
2899 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2900 (term-handle-exit, term-read-input-ring)
2901 (term-previous-matching-input-string)
2902 (term-previous-matching-input-string-position)
2903 (term-previous-matching-input-from-input)
2904 (term-replace-by-expanded-history, term-send-input)
2905 (term-skip-prompt, term-bol, term-send-invisible)
2906 (term-kill-input, term-delchar-or-maybe-eof)
2907 (term-backward-matching-input, term-check-source)
2908 (term-proc-query, term-emulate-terminal)
2909 (term-handle-colors-array, term-process-pager, term-pager-line)
2910 (term-pager-bob, term-unwrap-line, term-word)
2911 (term-dynamic-complete-filename)
2912 (term-dynamic-complete-as-filename)
2913 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2914 unlesses.
2915
2916 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2919 during bootstrapping.
2920
2921 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2922 Basically undo the change of 2006-05-26: use extra arguments instead of
2923 dynamic scoping.
2924 (ewoc-locate): Remove unused var `footer'.
2925
2926 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2929
2930 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2931 (generate-file-autoloads): Obey it. Return whether autoloads were
2932 added at point or not.
2933 (update-file-autoloads): Use this new return value.
2934 Remove redundant test for the presence of an autoload cookie.
2935
2936 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2937 This one calls hack-local-variables.
2938 (generate-file-autoloads, update-file-autoloads): Use it.
2939
2940 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2941 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2942 (bibtex-sort-entry-class-alist): Don't set the global value.
2943 (bibtex-init-sort-entry-class-alist): New fun.
2944 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2945 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2946 of bibtex-init-sort-entry-class.
2947
2948 2006-05-28 Richard Stallman <rms@gnu.org>
2949
2950 * subr.el (load-history-regexp): If FILE is relative, insist
2951 entire last name component must match it.
2952 (load-history-filename-element, load-history-regexp): Doc fixes.
2953
2954 2006-05-29 Kim F. Storm <storm@cua.dk>
2955
2956 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2957 `pos' and `raw-data' for clarity, as eval forms may access these.
2958
2959 2006-05-28 Kim F. Storm <storm@cua.dk>
2960
2961 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2962
2963 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * progmodes/make-mode.el (makefile-browser-map)
2966 (makefile-mode-syntax-table): Move initialization inside declaration.
2967 (makefile-fill-paragraph): Use the default comment-filling code.
2968
2969 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * replace.el (query-replace-defaults): New variable.
2972 (query-replace-read-from): Use `query-replace-defaults' for
2973 default value, instead of history list.
2974 (query-replace-read-to): Update `query-replace-defaults'.
2975
2976 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2979 with no X toolkit.
2980
2981 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2982
2983 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2984 (tumme-show-all-from-dir): Add autoload.
2985
2986 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2987
2988 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2989 (tumme-remove-tag): Fix bug.
2990
2991 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2992
2993 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2994 FOOTER args. Update unique caller.
2995 (ewoc-delete): Compute last node once before looping.
2996 (ewoc--node-branch): Merge into unique caller.
2997 (ewoc--node): Don't define constructor make-ewoc--node for this
2998 structure.
2999 (ewoc): Add member `hf-pp' to this structure.
3000 (ewoc--wrap): New func.
3001 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
3002 header/footer pretty-printers. Save header/footer pretty-printer.
3003 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
3004
3005 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3006
3007 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3008
3009 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3010 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
3011 Tag'. Change "Compare directories..." to "Change Directories...".
3012 Move tumme commands to Operate, Regexp and Immediate menus.
3013 Change "Add Comment" to "Add Image Comment". Change "Add Image
3014 Tag" to "Add Image Tags".
3015
3016 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3017 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3018 `tumme-delete-tag'.
3019
3020 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
3021
3022 * shell.el (shell-mode): Call shell-dirtrack-mode after
3023 list-buffers-directory is made a local variable, to avoid setting
3024 the default value.
3025
3026 2006-05-26 Kevin Ryde <user42@zip.com.au>
3027
3028 * info.el (Info-index-next): Use where-is-internal to report
3029 actual binding of Info-index-next, rather than hard-coded `,'.
3030
3031 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3032
3033 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3034 and "Find Command in Manual" to here.
3035
3036 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3037 Info-current-file as the file name.
3038
3039 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3040
3041 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3042 overrides will now be done a different way.
3043 (ses-set-parameter): Reapply this function for undo.
3044 (ses-set-header-row): Reconstruct header row during undo.
3045 (ses-widen): New function.
3046 (ses-goto-data, ses-reconstruct-all): Use new function.
3047 (ses-command-hook): Widen buffer during undo, before unupdating
3048 the cells.
3049 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3050 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3051 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3052 formula hasn't been executed yet.
3053
3054 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3055
3056 * comint.el (comint-kill-whole-line): Rename arg to count.
3057 Fix doc string.
3058
3059 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3062 to copy-file.
3063
3064 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3065
3066 * simple.el (toggle-truncate-lines): Make arg optional for
3067 backward compatibility.
3068
3069 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3070
3071 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3072 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3073 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3074 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3075 (ewoc--adjust): Use ewoc--current-dll.
3076 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3077
3078 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3079
3080 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3081 compact error message.
3082 (org-tags-view): Refresh category table in each file.
3083 (org-table-justify-field-maybe): Remove superfluous arguments to
3084 `format'.
3085 (org-export-as-html): Insert "<p>" before postamble.
3086 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3087
3088 2006-05-26 Kenichi Handa <handa@m17n.org>
3089
3090 * textmodes/po.el (po-find-charset): Pay attention to the case
3091 FILENAME is a cons (NAME . BUFFER).
3092 (po-find-file-coding-system-guts): Likewise.
3093
3094 * arc-mode.el (archive-set-buffer-as-visiting-file):
3095 Call find-operation-coding-system with (FILENAME . BUFFER).
3096
3097 * tar-mode.el (tar-extract): Call find-operation-coding-system
3098 with (FILENAME . BUFFER).
3099
3100 * international/mule.el (decode-coding-inserted-region):
3101 Call find-operation-coding-system with (FILENAME . BUFFER).
3102
3103 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * image-mode.el (image-toggle-display): Use buffer contents to
3106 generate image for a remote file.
3107
3108 2006-05-25 Juri Linkov <juri@jurta.org>
3109
3110 * replace.el (query-replace-read-from, query-replace-read-to):
3111 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3112
3113 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3114
3115 * whitespace.el (whitespace-cleanup): Change to cleanup
3116 region if one is active.
3117 * whitespace.el (whitespace-cleanup-internal): New internal method.
3118
3119 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3120
3121 * dired.el (dired-mode-map): Add help-echo strings to tumme
3122 commands. Bind `tumme-dired-display-image' to C-t i.
3123
3124 * tumme.el (tumme-display-image): Change documentation string slightly.
3125 (tumme-dired-display-image): Add call to `display-buffer'.
3126
3127 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3128
3129 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3130 Signal error if RAW-DATA is a multibyte string.
3131
3132 2006-05-24 Richard Stallman <rms@gnu.org>
3133
3134 * subr.el (with-local-quit): When handling `quit' signal,
3135 make a chance for quit-flag to cause a quit.
3136
3137 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3138 (ad-disable-advice): Add autoloads.
3139
3140 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3141
3142 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3143
3144 * dired.el (dired-mode-map): Change menu items for tumme as per
3145 suggestions in emacs-devel.
3146
3147 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3148
3149 * dired.el (dired-mode-map): Fix breakage.
3150
3151 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3152
3153 * tumme.el (tumme-display-dired-image): Rename to...
3154 (tumme-dired-display-image): ...this.
3155 (tumme-track-movement): Change default value to t.
3156 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3157 used from `tumme-next-line-and-display' and similar commands.
3158
3159 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3160 Immediate menu. Add some tumme commands there.
3161
3162 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3163
3164 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3165
3166 2006-05-24 Chong Yidong <cyd@mit.edu>
3167
3168 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3169 menu entries that open submenus.
3170
3171 2006-05-24 Alan Mackenzie <acm@muc.de>
3172
3173 * startup.el (command-line): For names of preloaded files, don't
3174 append ".elc" (now done in Fload), and call file-truename on the
3175 lisp directory.
3176
3177 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3178 match ANY loaded file with the right name, not just those in
3179 load-path. Put a regexp matching the file name into
3180 after-load-alist, rather than the name itself.
3181
3182 * subr.el: New functions load-history-regexp,
3183 load-history-filename-element, do-after-load-evaluation.
3184
3185 * international/mule.el (load-with-code-conversion): Do the
3186 eval-after-load stuff by calling do-after-load-evaluation.
3187
3188 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3189
3190 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3191 has not been killed.
3192
3193 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3194
3195 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3196 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3197 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3198 Optionally set error message in reply.
3199
3200 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3201
3202 * textmodes/org.el (org-open-at-point): Use renamed variable
3203 `org-confirm-shell-link-function'.
3204 (org-confirm-shell-link-function): Rename from
3205 `org-confirm-shell-links'.
3206 (org-export-directory): New function.
3207 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3208 (org-export-icalendar): Use `org-export-directory'.
3209 (org-indent-item): Keep cursor position.
3210 (org-link-file-path-type): New option.
3211 (org-export-as-html): Fix bug with plain lists starting in
3212 column 0.
3213 (org-export-as-html): Remove deadline formatting, this happens
3214 now already in `org-html-handle-time-stamps'.
3215 (org-export-html-style): Deadline class removed.
3216 (org-insert-labeled-timestamps-at-point): New option.
3217 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3218 of `hide-sublevels 1', in case the first headline is not level 1.
3219 (org-overview, org-content): New fuction.
3220 (org-cycle-global-status, org-cycle-subtree-status): Make these
3221 variables buffer-local.
3222 (org-global-cycle): New command.
3223 (org-shifttab): Use `org-global-cycle'.
3224 (org-insert-heading, org-insert-item): Go to end of new
3225 headline/item after creating it.
3226 (org-export-visible): Rename from `org-export-copy-visible'.
3227 Now creates a temporary org-file and applies an exporting command
3228 to it.
3229 (org-table-eval-formula): Support for lisp forms.
3230 (org-agenda-todo-ignore-scheduled): New option.
3231 (org-agenda-get-todos): Use new option
3232 `org-agenda-todo-ignore-scheduled'.
3233 (org-export-html-inline-images): New value `maybe'.
3234 (org-export-as-html): Inlining of images dependent on link description.
3235 (org-archive-subtree): Check for end-of-buffer before trying
3236 `kill-line'.
3237 (org-agenda-follow-mode): New option.
3238 (org-export-with-tags, org-export-with-timestamps): New options.
3239 (org-html-handle-time-stamps): New function.
3240 (org-keyword-time-regexp): New variable.
3241 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3242 (org-agenda-todo-list-sublevels): New option.
3243 (org-html-level-start): When TITLE is nil, just close all levels.
3244 (org-parse-key-lines, org-parse-export-options): Remove functions,
3245 replaced by `org-infile-export-plist'.
3246 (org-combine-plists, org-infile-export-plist)
3247 (org-default-export-plist): New functions.
3248 (org-export-html-preamble, org-export-html-postamble)
3249 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3250 New variables.
3251 (org-export-publishing-directory): New option.
3252 (org-export-as-html, org-export-as-ascii): Use the new property
3253 lists for settings.
3254 (org-export-copy-visible, org-export-as-xoxo):
3255 Respect `org-export-publishing-directory'.
3256 (org-link-search, org-store-link, org-file-apps): Support for
3257 links to BibTeX database entries..
3258 (org-get-current-options, org-set-regexps-and-options):
3259 Implement logging as a startup option.
3260 (org-store-link): Make sure context string is never empty
3261 (org-insert-link): Use relative path when possible.
3262 (org-at-item-checklet-p): New function.
3263 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3264 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3265 (org-metaright, org-metaup, org-metadown, org-shiftup)
3266 (org-shiftdown, org-shiftright, org-shiftleft)
3267 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3268 Dispatch using `call-interactively'.
3269 (org-call-with-arg): New defsubst.
3270 (org-tag-alist, org-use-fast-tag-selection): New options.
3271 (org-complete): Use `org-tag-alist'.
3272 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3273 (org-next-item, org-previous-item): New commands.
3274 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3275 make command.
3276 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3277
3278 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3279
3280 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3281 (ewoc-filter): Use `ewoc-delete'.
3282
3283 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3284
3285 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3288 Signal more user-friendly error messages.
3289
3290 * complete.el (PC-do-completion): Undo the addition of implicit
3291 wildcards if they did not lead to finding any match.
3292 (read-file-name-internal): Don't add the final > if the completion is
3293 not finished.
3294
3295 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3296
3297 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3298 Quote safe-local-variable predicate.
3299
3300 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3301
3302 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3303
3304 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3305
3306 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3307
3308 * progmodes/make-mode.el (makefile-special-targets-list)
3309 (makefile-macro-table, makefile-target-table): Mark as risky.
3310 (makefile-query-one-target-method): Make this the alias for the
3311 following variable.
3312 (makefile-query-one-target-method-function): Make this the real name.
3313
3314 * textmodes/artist.el (artist-text-renderer): Make this the alias
3315 for the following variable.
3316 (artist-text-renderer-function): Make this the real name.
3317
3318 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3319 the alias for the following variable.
3320 (flyspell-generic-check-word-predicate): Make this the real name.
3321
3322 * textmodes/ispell.el (ispell-format-word): Make this the alias
3323 for the following variable.
3324 (ispell-format-word-function): Make this the real name.
3325 (ispell-message-text-end): Mark as risky.
3326
3327 * skeleton.el (skeleton-transformation, skeleton-filter)
3328 (skeleton-pair-filter): Make these the aliases for the following
3329 variables.
3330 (skeleton-transformation-function, skeleton-filter-function)
3331 (skeleton-pair-filter-function): Make these the real names.
3332
3333 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3334 and skeleton-pair-filter-function.
3335
3336 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3337 alias for the following variable.
3338 (sgml-transformation-function): Make this the real name.
3339 (sgml-tag-alist): Mark as risky.
3340
3341 2006-05-21 Richard Stallman <rms@gnu.org>
3342
3343 * simple.el (kill-region): Interactively, pass point, then mark.
3344
3345 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3346
3347 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3348
3349 2006-05-21 Romain Francoise <romain@orebokech.com>
3350
3351 * dired-x.el (dired-mode-map): Don't bind M-g.
3352
3353 2006-05-20 Richard Stallman <rms@gnu.org>
3354
3355 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3356 (dired-goto-file): Doc fix.
3357
3358 2006-05-21 Kim F. Storm <storm@cua.dk>
3359
3360 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3361 way to enable built-in cua-mode if user loads older CUA-mode package.
3362
3363 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3364 if default-filename is specified.
3365
3366 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3367
3368 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3369
3370 * info.el (info-apropos): Make sure current-file and current-node
3371 have non-nil values. Speed up by using add-to-list instead of
3372 manual consing.
3373
3374 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3375
3376 * progmodes/make-mode.el (makefile-mode): Doc fix.
3377
3378 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3379
3380 * dired-aux.el (dired-do-shell-command): Doc fix.
3381
3382 2006-05-20 Kevin Ryde <user42@zip.com.au>
3383
3384 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3385 ``(custom-manual :tag "Foo" "(foo)Node")''.
3386
3387 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3388
3389 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3390 value is an integer.
3391
3392 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3393
3394 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3395 "format".
3396 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3397
3398 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3399
3400 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3401 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3402
3403 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3406 regexp for keywords.
3407
3408 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3409
3410 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3411 replace-regexp-in-string.
3412
3413 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3414 encode, and escape file name on conversion to URL.
3415
3416 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3417
3418 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3419 Don't unescape URL.
3420 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3421
3422 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3423 on conversion to URLs.
3424
3425 * net/browse-url.el (browse-url-file-url): Encode file name on
3426 conversion to URL.
3427
3428 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3429 conversion to URL.
3430
3431 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3432
3433 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3434
3435 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3436
3437 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3438 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3439
3440 2006-05-19 Glenn Morris <rgm@gnu.org>
3441
3442 * calendar/diary-lib.el (diary-bahai-date)
3443 (list-bahai-diary-entries, mark-bahai-diary-entries)
3444 (mark-bahai-calendar-date-pattern): Not interactive.
3445 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3446 (diary-entries-list): Change format of 4th element in each entry.
3447 (diary-list-entries): Use add-to-diary-list.
3448 (diary-goto-entry): Handle the case where the buffer visiting the
3449 diary has been killed.
3450 (fancy-diary-display): Add 'locator to button rather than 'marker.
3451 Only generate temp-face when there are marks to apply.
3452 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3453 (diary-fancy-date-pattern): New variable.
3454 (diary-time-regexp): Doc fix.
3455 (diary-anniversary, diary-time): New faces.
3456 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3457 diary-time-regexp. Add font-lock-multiline property where needed.
3458 Use new faces diary-anniversary and diary-time.
3459 (diary-fancy-font-lock-fontify-region-function): New function, to
3460 handle multiline font-lock pattern in fancy diary.
3461 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3462 (diary-font-lock-keywords): Tweak time regexp. Use new face
3463 diary-time.
3464
3465 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3466
3467 * international/code-pages.el (mik): Table corrected.
3468
3469 2006-05-18 Kim F. Storm <storm@cua.dk>
3470
3471 * progmodes/grep.el (grep-find): Don't check grep-find-command
3472 before running command (breaks non-interactive usage).
3473
3474 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3475
3476 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3477 (ewoc--insert-new-node): Don't insert trailing newline.
3478 Instead, adjust successor nodes's start markers.
3479 (ewoc--refresh-node): Delete all text from current node's start
3480 marker to the next one's; adjust successor nodes's start markers.
3481 (ewoc--create): Doc fixes.
3482 (ewoc--refresh): Don't insert newline.
3483 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3484 * pcvs.el (cvs-make-cvs-buffer):
3485 Specify extra newline for ewoc's header and footer.
3486 (cvs-update-header): Update initial header recognition.
3487 Append newline to final header and footer values.
3488 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3489
3490 2006-05-17 Richard Stallman <rms@gnu.org>
3491
3492 * files.el (file-name-extension): Doc fix.
3493
3494 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3497 we can explicitly enable/disable rather than toggle.
3498 (shell-mode): Use it.
3499 (shell-cd): Don't try to reproduce what `cd' does.
3500
3501 2006-05-17 Kim F. Storm <storm@cua.dk>
3502
3503 * ido.el (ido-read-internal): Use only nondirectory part of
3504 default item.
3505
3506 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3507
3508 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3509 (ewoc-nth): Doc fix.
3510
3511 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3512
3513 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3514
3515 * international/mule.el (auto-coding-alist): Add .lha to files
3516 read with no-conversion.
3517
3518 * files.el (auto-mode-alist): Add .lha files to archive file
3519 extensions.
3520
3521 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3522 Convert csize to integer when computing offsets within the
3523 compressed archive file.
3524
3525 2006-05-16 Kim F. Storm <storm@cua.dk>
3526
3527 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3528 with read-from-minibuffer.
3529
3530 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3531
3532 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3533 (byte-compile-warnings): Fix safe-local-variable property.
3534
3535 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3536
3537 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3538 (allout-stylish-prefixes, allout-numbered-bullet)
3539 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3540 predicates to qualify `safe-local-variable' property, when
3541 available, else use equivalent lambda.
3542 (allout-current-topic-collapsed-p): Do the right thing regarding
3543 trailing blank lines.
3544
3545 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3546
3547 * server.el (server-start): Only create a directory if needed.
3548 (server-edit, server-unload-hook): server-start => server-mode.
3549 (kill-emacs-hook): Cleanup upon exit.
3550
3551 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * hexl.el (hexlify-buffer): Encode process arguments manually.
3554
3555 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3556
3557 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3558 call to gdb-tooltip-print.
3559
3560 2006-05-15 Romain Francoise <romain@orebokech.com>
3561
3562 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3563 systems, default to "tar" since those systems probably have GNU tar.
3564
3565 2006-05-14 Lars Hansen <larsh@soem.dk>
3566
3567 * desktop.el (desktop-missing-file-warning): Fix docstring.
3568 (desktop-restore-file-buffer): Correct question asked on missing file.
3569
3570 2006-05-14 Kim F. Storm <storm@cua.dk>
3571
3572 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3573 Add CUA move property.
3574
3575 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * custom.el (custom-push-theme): Load the variable before checking
3578 its `standard-value'.
3579
3580 2006-05-13 Lars Hansen <larsh@soem.dk>
3581
3582 * desktop.el (desktop-save): Use with-temp-buffer.
3583
3584 2006-05-12 Glenn Morris <rgm@gnu.org>
3585
3586 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3587 * calendar/calendar.el (calendar-mode-map):
3588 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3589 * calendar/appt.el (appt-check, appt-make-list): Refer to
3590 diary-view-entries, diary-list-entries, diary-show-all-entries
3591 rather than obsolete aliases.
3592
3593 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * simple.el (line-move-finish): Avoid calling point motion hooks
3596 while processing intangibility.
3597
3598 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3599
3600 * term/xterm.el (terminal-init-xterm): Fix typo.
3601
3602 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3603
3604 * allout.el (allout-view-change-hook): Mark as being deprecated,
3605 to be replaced by `allout-exposure-change-hook'.
3606 (allout-exposure-change-hook): New, replacing
3607 `allout-view-change-hook'.
3608 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3609 in addition to `allout-view-change-hook'.
3610 (allout-show-bodies, allout-old-style-prefixes)
3611 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3612 lambda forms to prevent their showing up in variable help
3613 presentations as inscrutable byte-compiled code.
3614 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3615 Use string-or-null-p to qualify safe-local-variable values.
3616 (allout-reindent-bodies): Use memq to qualify matches against
3617 valid safe-local-variable values. Also, quote the lambda as above.
3618 (allout-use-mode-specific-leader): Add missing candidate-value
3619 symbols, use memq, and quote the lambda.
3620 (allout-overlay-interior-modification-handler): Remove unused
3621 variables `msg' and 'opened'.
3622 (allout-hidden-p): Constrain invisibility consideration to allout's
3623 invisibility spec, disregarding invisibility for other reasons.
3624
3625 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3626
3627 * files.el (version-control): Correct safe values.
3628
3629 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3630
3631 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3632
3633 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3634 (ewoc--insert-new-node): New func.
3635 Update callers of deleted funcs to use it, instead.
3636
3637 2006-05-11 Glenn Morris <rgm@gnu.org>
3638
3639 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3640 obsolete alias `show-all-diary-entries'.
3641 (make-diary-entry): Not interactive.
3642 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3643 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3644 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3645 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3646 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3647 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3648
3649 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3650
3651 * calendar/calendar.el (calendar-french-date-string)
3652 (calendar-mayan-date-string, calendar-chinese-date-string)
3653 (calendar-astro-date-string, calendar-iso-date-string)
3654 (calendar-islamic-date-string, calendar-bahai-date-string)
3655 (calendar-hebrew-date-string, calendar-coptic-date-string)
3656 (calendar-ethiopic-date-string, calendar-persian-date-string):
3657 These functions are not interactive.
3658
3659 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3660
3661 * files.el: Balance parentheses.
3662
3663 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3664
3665 * files.el, newcomment.el, outline.el, simple.el,
3666 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3667 progmodes/cc-vars.el, progmodes/compile.el:
3668 Move `safe-local-variable' declarations to the respective files.
3669
3670 * help-fns.el (describe-variable): Don't print safe-var if it is
3671 byte-code. Improve wording as suggested by Luc Teirlinck.
3672
3673 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3674
3675 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3676 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3677 Use a token for pending-triggers to ensure gdb-var-update
3678 gets called once per user input again for pre-GDB 6.4.
3679 (gdb-var-delete): Match on more complex expressions.
3680 (gdb-var-list-children-handler, gdb-var-create-handler):
3681 Use a token for consistency.
3682
3683 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3684
3685 * textmodes/org.el (org-read-date, org-goto-calendar)
3686 (org-agenda-goto-calendar):
3687 Bind `view-calendar-holidays-initially' to nil.
3688
3689 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3690
3691 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3692 Update all callers to do it there, instead.
3693
3694 2006-05-10 Glenn Morris <rgm@gnu.org>
3695
3696 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3697 prefix arg case, to avoid view-diary-entries-initially error.
3698 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3699 (calendar-date-is-legal-p): Handle dates with no day part.
3700
3701 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3702
3703 * comint.el (comint-insert-input): Just make it when
3704 comint-use-prompt regexp is nil (default) and with the mouse.
3705 (comint-copy-old-input): Reinstate from 2004-06-23.
3706 (comint-mode-map): Bind C-c C-m to it.
3707
3708 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3709
3710 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3711 Remove spurious move to point-max (new comint behavior fixes).
3712
3713 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3714 compatibility function (Emacs 18/19).
3715 (idlwave-is-continuation-line): Always return point at start of
3716 previous non-blank continuation line.
3717 `keyword-parameters': Fix continued comment font-lock matcher.
3718 (idlwave-font-lock-fontify-region): Written, use as
3719 font-lock-fontify-region-function, to fix continued keyword
3720 fontification issues.
3721
3722 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3723
3724 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3725 (mac-service-selection, mac-service-open-file)
3726 (mac-service-open-selection, mac-service-mail-selection)
3727 (mac-service-mail-to, mac-service-insert-text): Rename from
3728 mac-services-*. All uses changed.
3729 (mac-apple-event-map): Rename event symbol `services' to `service'.
3730
3731 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3732
3733 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3734 (ewoc--node-enter-first, ewoc--node-enter-last)
3735 (ewoc--delete-node-internal): Merge funcs into unique callers.
3736
3737 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3740 return value of read-from-minibuffer for empty input.
3741
3742 2006-05-09 Miles Bader <miles@gnu.org>
3743
3744 * comint.el (comint-insert-input): Remove redundant calls to setq
3745 and goto-char.
3746
3747 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3748
3749 * comint.el (comint-insert-input): Make it work when
3750 comint-use-prompt-regexp is t.
3751
3752 2006-05-10 Miles Bader <miles@gnu.org>
3753
3754 * subr.el (field-at-pos): New function.
3755
3756 * comint.el (comint-insert-input): Use it.
3757
3758 2006-05-09 Juri Linkov <juri@jurta.org>
3759
3760 * battery.el (battery-linux-proc-acpi): Also try
3761 `/proc/acpi/thermal_zone/THR2/temperature'.
3762
3763 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3764 for now unused lambda `string-or-null'.
3765
3766 * add-log.el (change-log-default-name): Put `string-or-null-p'
3767 instead of lambda on `safe-local-variable' property.
3768
3769 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3770 `region-end' instead of `mark' and `point'.
3771 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3772 Operate on region in Transient Mark mode when the mark is active.
3773 Use `region-beginning' and `region-end' instead of `mark' and
3774 `point'.
3775 (diff-hunk-text, diff-goto-source): Doc fix.
3776
3777 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3778 face `mode-line-buffer-id' for mode-line buffer face instead of
3779 hard-coded `(:weight bold)'.
3780
3781 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3782 buffer-undo-list to t (undo-ask is reproducible by visiting
3783 nested archives).
3784
3785 2006-05-09 Kim F. Storm <storm@cua.dk>
3786
3787 * progmodes/grep.el (rgrep): Set default directory of *grep*
3788 buffer if we start M-x rgrep in the *grep* buffer and choose
3789 a different base directory.
3790
3791 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3792
3793 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3794 completion also when ido is loaded.
3795
3796 2006-05-09 Masatake YAMATO <jet@gyve.org>
3797
3798 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3799 "warning" and "import".
3800 (cpp-font-lock-keywords): Added "warning".
3801
3802 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3805
3806 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3809 pages at a time, if we signal the end, we should indeed reach that end.
3810
3811 2006-05-08 David Reitter <david.reitter@gmail.com>
3812
3813 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3814 output during execution of the body.
3815
3816 2006-05-08 Kim F. Storm <storm@cua.dk>
3817
3818 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3819
3820 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3821
3822 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3823 Use with-current-buffer.
3824
3825 2006-05-07 Kim F. Storm <storm@cua.dk>
3826
3827 * subr.el (add-to-history): Remove keep-dups arg.
3828
3829 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3830 to nil around call to add-to-history.
3831
3832 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3835 than after a buffer modification.
3836
3837 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3838
3839 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3840 call to...
3841 (gud-watch): ...here so speedbar is raised for already watched
3842 expressions.
3843 (gdb-speedbar-refresh): Delete function.
3844 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3845 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3846 earlier change).
3847 (gdb-var-evaluate-expression-handler)
3848 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3849
3850 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3851 Update localized contents for all buffers except ignored modes.
3852
3853 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3854
3855 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3856 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3857 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3858 (mac-handle-font-panel-closed, mac-handle-font-selection):
3859 New functions.
3860 (mac-font-panel-mode): New minor mode.
3861 (mac-apple-event-map): Add bindings for toolbar toggle button and
3862 font panel.
3863 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3864
3865 2006-05-07 John Paul Wallington <jpw@pobox.com>
3866
3867 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3868 Avoid `regexp-opt'; simplify regexp for readability.
3869
3870 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3871
3872 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3873 * files.el (buffer-stale-function):
3874 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3875 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3876 links to the main manual, not to emacs-xtra.
3877
3878 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3879
3880 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3881 MacJapanese if text is ASCII-only.
3882
3883 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3884
3885 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3886 unless so nil isn't returned.
3887 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3888
3889 2006-05-06 Kim F. Storm <storm@cua.dk>
3890
3891 * subr.el (add-to-history): New function.
3892
3893 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3894 (ediff-merge-files-with-ancestor):
3895 * env.el (setenv):
3896 * isearch.el (isearch-update-ring):
3897 * server.el (server-visit-files):
3898 * progmodes/grep.el (lgrep, rgrep):
3899 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3900 * progmodes/xscheme.el (xscheme-insert-expression):
3901 Use add-to-history.
3902
3903 * kmacro.el (kmacro-push-ring): Use add-to-history.
3904 (kmacro-ring-length): Remove unused defun.
3905 (kmacro-start-macro): Use kmacro-push-ring.
3906
3907 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3908
3909 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3910 directly instead of a lambda expression that calls it.
3911
3912 2006-05-06 Kim F. Storm <storm@cua.dk>
3913
3914 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3915 instead of compute-motion.
3916
3917 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3918
3919 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3920 change.
3921
3922 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3923
3924 * startup.el (command-line-1): Refer to "Pure Storage" on
3925 pure-space-overflow.
3926
3927 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3928
3929 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3930 provided faces once they all have been used up.
3931
3932 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3933
3934 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3935 reference to the Lisp manual to the warning about pure space
3936 overflow.
3937
3938 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3939
3940 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3941 argument to avoid the call to `ispell-internal-change-dictionary'
3942 when not needed.
3943 (ispell-change-dictionary): Use this argument and call
3944 `ispell-internal-change-dictionary' after the possible change
3945 to `ispell-local-dictionary'.
3946 (ispell-internal-change-dictionary): Check for a change in
3947 personal dictionary use too.
3948
3949 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3950
3951 * startup.el (command-line): On MS-Windows, probe "~", not
3952 "~USER", for warning about non-existent home directory
3953
3954 * arc-mode.el (archive-l-e): New optional argument `float' means
3955 generate a float value.
3956 (archive-arc-summarize, archive-lzh-summarize)
3957 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3958 with 3rd argument non-nil when file's size is being computed.
3959 Format the file sizes with %8.0f instead of %8d.
3960
3961 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3962
3963 * cus-start.el (all): Add mac-dnd-known-types.
3964
3965 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3966 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3967 (mac-TIFF-to-string): New functions.
3968 (x-get-selection, x-selection-value)
3969 (mac-select-convert-to-string): Use them.
3970 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3971 (mac-dnd-types-alist): New customization variable.
3972 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3973 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3974 (mac-dnd-handle-drag-n-drop-event): New functions.
3975 (mac-drag-n-drop): Remove function.
3976 (global-map): Bind drag-n-drop and M-drag-n-drop to
3977 mac-dnd-handle-drag-n-drop-event.
3978
3979 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3980
3981 * progmodes/perl-mode.el (perl-beginning-of-function):
3982 Skip anonymous subs.
3983
3984 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3985
3986 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3987 regexp-opt at run time.
3988
3989 * term.el (term-handle-ansi-escape): Fix off by one error.
3990
3991 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3992
3993 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3994 (gdb-init-1, gdb-post-prompt): ...and references to it.
3995 (gdb-frame-handler): Strip directory name from filename if present.
3996
3997 * progmodes/gud.el (gdb-force-update): Delete defvar
3998 (gud-speedbar-buttons): ...and references to it. Use window-start
3999 to try to keep positon in watch expression.
4000
4001 2006-05-03 Richard Stallman <rms@gnu.org>
4002
4003 * simple.el (next-history-element, previous-history-element): Doc fix.
4004
4005 * isearch.el (isearch-update-ring): Doc fix.
4006
4007 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
4008
4009 * isearch.el (isearch-update-ring): Take history-delete-duplicates
4010 into consideration. Replace one arm ifs with whens.
4011
4012 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
4013
4014 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4015 (menu): Fix typo.
4016
4017 2006-05-02 Miles Bader <miles@gnu.org>
4018
4019 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4020
4021 2006-05-02 Jay Belanger <belanger@truman.edu>
4022
4023 * calc/calc-embed.el (calc-override-minor-modes-map)
4024 (calc-override-minor-modes): New variables.
4025 (calc-do-embedded): Make sure that Calc keystrokes aren't
4026 overwritten by minor modes.
4027
4028 2006-05-02 Chong Yidong <cyd@mit.edu>
4029
4030 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4031
4032 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4033
4034 * startup.el (command-line-1): Refer to Lisp manual when
4035 pure-space-overflow occurs.
4036
4037 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4038 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4039 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4040 (version-control): Don't use `t' for safe-local-variable declarations.
4041
4042 2006-05-01 Richard Stallman <rms@gnu.org>
4043
4044 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4045 M-r, M-R, M-A, M-SPC or M-DEL.
4046 (diff-mode-map): diff-refine-hunk now on C-c C-w
4047 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4048
4049 * help-mode.el (help-mode): view-exit-action calls delete-window
4050 only when it is safe and possible.
4051
4052 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4053 in messages.
4054
4055 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4056
4057 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4058 in the default tool-bar-map.
4059
4060 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * net/tramp.el (tramp-completion-file-name-handler-alist)
4063 (tramp-run-real-handler, tramp-completion-run-real-handler)
4064 (tramp-completion-handle-file-name-all-completions)
4065 (tramp-completion-handle-file-name-completion): Autoload them.
4066 (tramp-completion-handle-file-exists-p)
4067 (tramp-completion-handle-file-name-directory)
4068 (tramp-completion-handle-file-name-nondirectory)
4069 (tramp-completion-handle-expand-file-name): Remove them.
4070 (tramp-handle-file-name-directory): Return the real directory name.
4071 Returning "/" only doesn't need to be necessary any longer.
4072 (tramp-file-name-handler): Make special attention when in hostname
4073 completion mode.
4074 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4075 (tramp-register-file-name-handlers):
4076 Register `tramp-completion-file-name-handler' only when
4077 `partial-completion-mode' is enabled.
4078 (tramp-completion-handle-file-name-all-completions):
4079 Delete directory part from results.
4080 (tramp-get-completion-methods, tramp-get-completion-user-host):
4081 Discard deleting "/", it doesn't work after the change of
4082 `tramp-handle-file-name-directory' above.
4083
4084 2006-05-01 Kim F. Storm <storm@cua.dk>
4085
4086 * progmodes/grep.el (grep-expand-template): Use save-match-data
4087 and symbol-value.
4088
4089 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4090
4091 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4092 Use select-frame-set-input-focus instead of raise-frame.
4093 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4094
4095 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4096
4097 * progmodes/gud.el (gud-def): Add %c case.
4098 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4099 (gud-format-command): Make match case sensitive. Match on %F.
4100
4101 2006-04-30 Glenn Morris <rgm@gnu.org>
4102
4103 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4104 (cal-tex-preamble): Use cal-tex-preamble-extra.
4105 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4106 than alias `list-diary-entries'.
4107
4108 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4109
4110 * help-fns.el (describe-variable): Add info about safe local variables.
4111
4112 2006-04-29 Richard Stallman <rms@gnu.org>
4113
4114 * bindings.el (mode-line-format): help-echo doc fixes.
4115
4116 * net/tramp.el (tramp-file-name-handler-alist): Delete
4117 expand-file-name and other operations that can cause spurious loading.
4118
4119 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * files.el (safe-local-variable-p): Remove support for the special
4122 value t.
4123
4124 * textmodes/paragraphs.el (sentence-end-without-space):
4125 Fix safety predicate.
4126 (sentence-end-double-space, sentence-end-without-period)
4127 (paragraph-ignore-fill-prefix):
4128 * textmodes/fill.el (colon-double-space):
4129 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4130
4131 * subr.el (booleanp): New fun.
4132
4133 * textmodes/reftex-vars.el (reftex-guess-label-type):
4134 Tighten the safety predicate.
4135
4136 2006-04-28 Kim F. Storm <storm@cua.dk>
4137
4138 * progmodes/grep.el (defgroup grep): Doc fix.
4139 (grep-auto-highlight): Remove.
4140 (grep-template): New defcustom.
4141 (grep-find-template): Rename from grep-tree-template.
4142 (grep-files-aliases): Rename from grep-tree-files-aliases.
4143 Remove "all" alias, add "l" alias.
4144 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4145 (grep-find-ignored-directories): New defcustom to replace
4146 grep-tree-ignore-CVS-directories, to facilitate ignoring
4147 subdirectories for multiple version control systems.
4148 (grep-mode-map): Add Recursive grep item to GREP menu.
4149 (grep-regexp-history, grep-files-history): New defvars.
4150 (grep-probe): New helper function.
4151 (grep-compute-defaults): Use it to simplify code.
4152 Adapt to name changes.
4153 Use `.' as base in grep-find-template rather than <D>.
4154 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4155 Call grep-compute-defaults unconditionally.
4156 (grep-expand-keywords): New defconst.
4157 (grep-expand-template): Rename from grep-expand-command-macros.
4158 Simplify via grep-expand-keywords. Look at case-fold-search instead
4159 of grep-tree-ignore-case to add -i option.
4160 Bind case-fold-search to nil while matching keywords.
4161 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4162 (grep-read-regexp, grep-read-files): New helper functions.
4163 (rgrep): Rename from grep-tree. Rework to use proper histories.
4164 Adapt to changes in defcustoms and functions above.
4165 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4166
4167 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4168
4169 * net/tramp.el (tramp-completion-file-name-handler):
4170 Disable Tramp's functionality while loading Tramp itself.
4171 (tramp-register-file-name-handlers): That's a defsubst now.
4172 Code from `tramp-repair-jka-compr' moved here. Apply it via
4173 `after-init-hook'.
4174 (tramp-repair-jka-compr): Remove.
4175
4176 2006-04-27 Jay Belanger <belanger@truman.edu>
4177
4178 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4179 read expression when `math-read-big-expr' doesn't work.
4180
4181 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4182
4183 * startup.el (command-line-1): Display warning when
4184 pure-space-overflow is non-nil.
4185
4186 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4187
4188 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4189 risky.
4190
4191 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4192
4193 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4194 Return the URL or nil if none can be generated.
4195
4196 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4197
4198 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4199 byte compiler warnings.
4200 (gud-basic-call, gud-find-expr): Let user select an expression
4201 for printing. Print expression as well as value in GUD buffer.
4202
4203 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4204
4205 * allout.el: Remove local autoload declaration for
4206 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4207 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4208 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4209 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4210 (allout-stylish-prefixes, allout-numbered-bullet)
4211 (allout-file-xref-bullet, allout-presentation-padding)
4212 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4213 safe-local-variable with suitable value spec, and add autoload
4214 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4215 (move-beginning-of-line, move-end-of-line): Repair so these compat
4216 functions now actually resituate the point, when appropriate.
4217
4218 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4221
4222 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4223 (add-log-iso8601-time-string): Fix call to format-time-string.
4224
4225 2006-04-26 Kim F. Storm <storm@cua.dk>
4226
4227 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4228
4229 2006-04-26 Masatake YAMATO <jet@gyve.org>
4230
4231 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4232 Add support for "//" style comments. Remove `b' flag
4233 from ?* in `asm-mode-syntax-table'.
4234
4235 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * follow.el: Use (featurep 'xemacs) everywhere.
4238 (follow-mode): Use define-minor-mode.
4239 (follow-mode-map): Move initialization into the declaration.
4240 Use command remapping.
4241 (follow-emacs-version-xemacs-p): Remove.
4242 (follow-submit-feedback): Remove.
4243
4244 * allout.el (allout-layout, allout-passphrase-verifier-string)
4245 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4246
4247 * textmodes/reftex-vars.el (reftex-vref-is-default)
4248 (reftex-fref-is-default, reftex-guess-label-type):
4249 Tighten up a bit the safety predicate.
4250
4251 * textmodes/paragraphs.el (sentence-end-double-space)
4252 (sentence-end-without-period, sentence-end-without-space)
4253 (page-delimiter, paragraph-ignore-fill-prefix):
4254 Tighten up a bit the safety predicate.
4255
4256 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4257
4258 * progmodes/python.el (python-continuation-line-p)
4259 (python-beginning-of-statement): syntax-ppss may return
4260 a negative depth.
4261 (python-mode): Don't forcefully enable font-lock.
4262
4263 * time-stamp.el (time-stamp-start, time-stamp-end)
4264 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4265
4266 * add-log.el: Remove spurious * in docstrings.
4267 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4268 (add-change-log-entry): Use it here, since it's not specific
4269 to iso8601.
4270 (add-log-iso8601-time-string): Don't use it here any more.
4271 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4272
4273 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4274
4275 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4276
4277 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4278 (rcirc-toggle-low-priority): Doc fix.
4279 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4280 ChanServ regexp.
4281 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4282 #emacs.
4283 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4284 (rcirc-decode-coding-system): Use utf-8 as the default.
4285 (rcirc-multiline-minor-mode): Set the fill-column.
4286 (rcirc-format-response-string): Display bright and dim nicks.
4287 (rcirc-browse-url): Update interactive spec to fill ARG.
4288 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4289 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4290
4291 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4292
4293 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4294 case for @Article, etc.
4295
4296 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4297
4298 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4299 Added with autoload cookie.
4300 (tramp-unload-file-name-handlers): Rename from
4301 `tramp-unload-file-name-handler-alist'.
4302
4303 2006-04-23 Romain Francoise <romain@orebokech.com>
4304
4305 * comint.el (comint-match-partial-filename): Doc fix.
4306
4307 2006-04-21 Glenn Morris <rgm@gnu.org>
4308
4309 * calendar/cal-menu.el (calendar-mode-map): Refer to
4310 `diary-view-entries' rather than alias `view-diary-entries'.
4311 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4312
4313 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4314
4315 * progmodes/antlr-mode.el (antlr-default):
4316 * cus-edit.el (custom-documentation):
4317 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4318 in defface.
4319
4320 2006-04-21 Kim F. Storm <storm@cua.dk>
4321
4322 * image.el (image-type): New defun split out of create-image.
4323 (create-image): Use it.
4324
4325 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4326
4327 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4328 (org-open-at-point): Remove the "...done" message to keep output
4329 in the echo area visible.
4330 (org-export-as-xoxo): Fix call to `indent-region'.
4331
4332 2006-04-21 Kevin Ryde <user42@zip.com.au>
4333
4334 * international/mule.el (keyboard-coding-system): defcustom
4335 info-link fixes: "Specify Coding" has been split, keyboard now in
4336 "Terminal Coding", and "Single-Byte Character Support" is now
4337 "Unibyte Mode".
4338
4339 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4340
4341 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4342 Use font-lock-warning-face for any errors e.g. no stack.
4343 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4344
4345 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4346
4347 * progmodes/sh-script.el (sh-shell): Mark as safe.
4348
4349 * newcomment.el (comment-start, comment-start-skip)
4350 (comment-end-skip, comment-end): Mark as safe.
4351
4352 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4353
4354 * textmodes/org.el (org-deadline-announce): Face removed.
4355 (org-level-faces, org-n-levels): Convert to constant.
4356 (org-compatible-face): New function.
4357 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4358 (org-level-5, org-level-6, org-level-7, org-level-8)
4359 (org-special-keyword, org-warning, org-headline-done, org-link)
4360 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4361 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4362 Face definition revised for better color tty support.
4363 (org-bold-re, org-italic-re, org-underline-re): New constants.
4364 (org-set-font-lock-defaults): Use the new constants.
4365 (org-agenda-highlight-todo): New function.
4366 (org-agenda-todo): Fix bug with point at end of line.
4367 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4368 Fontify TODO keywords.
4369 (org-insert-link): Preserve relative path in ../ links.
4370 (org-export-as-html): Convert links pointing to .org files into
4371 links that will work beteen the exported HTML files.
4372 (org-todo-list): Fix bug when arg=0.
4373 (org-insert-heading): More fine-tuning.
4374
4375 2006-04-19 Romain Francoise <romain@orebokech.com>
4376
4377 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4378 from `rmail-mime-charset-pattern'.
4379
4380 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4381
4382 * progmodes/python.el (python-mode): Fix typo.
4383
4384 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4385
4386 * comint.el (comint-previous-input): Don't clobber input line
4387 when moving off either end of the input history ring.
4388 (comint-delete-input): New function, used by
4389 `comint-previous-input' and others.
4390 (comint-previous-matching-input):
4391 Use `coming-delete-input'. Save the partial input if leaving the
4392 edit line. Goto point-max before deleting input to avoid
4393 partial input fragments hanging around.
4394 (comint-restore-input): New function, used by `comint-previous-input'.
4395
4396 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4397
4398 * imenu.el (imenu--index-alist): Balance parentheses.
4399
4400 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4401
4402 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4403
4404 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4405
4406 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4407 file is nil.
4408
4409 2006-04-18 Richard Stallman <rms@gnu.org>
4410
4411 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4412
4413 * imenu.el (imenu-create-index-function, imenu--index-alist)
4414 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4415 (imenu-default-create-index-function, imenu--generic-function):
4416 Doc fixes.
4417
4418 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4419
4420 * help-mode.el (help-mode): Set view-exit-action to delete window.
4421
4422 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4423 now works by passing nil as arg.
4424
4425 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4426
4427 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4428 (read-abbrev-file): Provide default when reading filename.
4429
4430 * files.el (enable-local-variables): Allow :all as value.
4431 (hack-local-variables): Implement that value.
4432 (safe-local-variable-values, safe-local-eval-forms)
4433 (enable-local-variables): Mark as risky.
4434 (find-file-visit-truename, kept-old-versions): Mark safe.
4435
4436 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4437 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4438 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4439
4440 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4443 Use forward-line so as to get to BOL even in the presence of fields.
4444 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4445 in return.
4446 (inferior-tcl): Tell tclsh to work in interactive mode.
4447
4448 * complete.el (partial-completion-mode):
4449 Use 'choose-completion-string-functions to make sure that
4450 choose-completion fills the minibuffer properly.
4451
4452 * complete.el (PC-old-read-file-name-internal): Remove.
4453 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4454 of read-file-name-internal.
4455 (partial-completion-mode): Enable/disable this advice.
4456
4457 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4460 of 2006-04-17.
4461
4462 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4463
4464 * textmodes/org.el (org-insert-heading): Insert heading before
4465 current if at beginning of line.
4466 (org-todo, org-date): New faces.
4467 (org-table-align): Make sure tooltip window contains full text.
4468 (org-no-properties): New defsubst.
4469 (org-set-font-lock-defaults): Use new faces.
4470
4471 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4472
4473 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4474 for root variables.
4475
4476 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4477 (gdb-frame-address): Re-use to identify frame for watch expression.
4478 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4479 variables.
4480 (gdb-init-1, gdb-source, gdb-post-prompt)
4481 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4482 (gdb-frame-handler): Get gdb-frame-address.
4483
4484 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4485
4486 Sync with Tramp 2.0.53.
4487
4488 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4489 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4490 (tramp-completion-file-name-handler): Add autoload cookie for
4491 adding to `file-name-handler-alist'.
4492
4493 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4494 the prompt. If it returns earlier (when detecting an error
4495 message), the rest of the output will merge accidently with the
4496 output of the next command. Reported by M Jared Finder
4497 <jared@hpalace.com>.
4498
4499 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4500 for `process-file', in order to let it work for older Emacsen too.
4501
4502 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4503
4504 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4505 (tex-font-lock-keywords-3): Use it.
4506
4507 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * newcomment.el (comment-add): New function.
4510 (comment-region-default, comment-dwim): Use it.
4511
4512 2006-04-15 Michael Olson <mwolson@gnu.org>
4513
4514 * emacs-lisp/tq.el: Improve comments.
4515 (tq-queue-head-question): New accessor function.
4516 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4517 Update for modified queue structure.
4518 (tq-queue-add): Accept `question' argument.
4519 (tq-queue-pop): If a question is pending, send it.
4520 (tq-enqueue): Accept new optional argument `delay-question'.
4521 If this is non-nil, and at least one other question is pending a
4522 response, queue the question rather than sending it immediately.
4523
4524 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4525
4526 * calendar/appt.el (appt-add): Check whether an appointment is
4527 already present in appt-time-msg-list. Simplify code.
4528
4529 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * progmodes/cc-langs.el (c-mode-menu):
4532 Don't presume c-subword-mode is bound.
4533
4534 2006-04-13 Bill Wohler <wohler@newt.com>
4535
4536 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4537 (customize-package-emacs-version): Use cdr instead of cadr now
4538 that alists use dotted pairs.
4539
4540 * custom.el (defcustom): Fix docstring for :package-version.
4541
4542 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4543
4544 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4545 (tramp-handle-shell-command): Display output buffer only when
4546 `tramp-display-shell-command-buffer' is true.
4547 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4548
4549 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4550
4551 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4552 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4553
4554 2006-04-13 Romain Francoise <romain@orebokech.com>
4555
4556 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4557 leaving temporary .cvsignore buffers behind.
4558
4559 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4560
4561 * textmodes/org.el (org-set-regexps-and-options)
4562 (org-get-current-options): Better names for the startup folding
4563 options.
4564
4565 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4566
4567 * vc.el (vc-annotate): Arrange for point to end up at the same
4568 line number as in the original, but only when using a new buffer.
4569
4570 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4571
4572 * files.el (hack-one-local-variable-eval-safep):
4573 Recognize `edebug-form-spec' for `put', but only if it passes
4574 `edebug-basic-spec'. Generalize `put' handling.
4575
4576 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4577 vetting file-local form specs.
4578
4579 * allout.el (allout-layout): Autoload its `safe-local-variable'
4580 property.
4581
4582 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4583
4584 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4585 (org-agenda-mouse-1-follows-link)
4586 (org-mouse-1-follows-link): New options.
4587 (org-format-agenda-item): Fix bug if TAGS is nil.
4588 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4589
4590 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4591
4592 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4593 GDB 6.1+ gives full filename for "info sources" so use
4594 file-name-nondirectory.
4595
4596 2006-04-12 Romain Francoise <romain@orebokech.com>
4597
4598 * subr.el (read-passwd): Bind `message-log-max' to nil.
4599
4600 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * progmodes/perl-mode.el (perl-indent-new-calculate):
4603 Recompute parse-start after jumping backward by a whole sexp.
4604
4605 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4608 window configuration.
4609 (vc-annotate-display-select): Select the buffer so that current-buffer
4610 (and selected-window) is the output buffer at the end of vc-annotate.
4611
4612 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4613
4614 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4615 8-color terminals, to use all of the colors in a sensible order.
4616 256-color terminals work well with the standard map.
4617 (vc-annotate-lines): Only strip the first color character if it
4618 is "#", to allow for terminal-style named colors.
4619 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4620 the correct buffer is scrolled.
4621
4622 2006-04-11 Richard Stallman <rms@gnu.org>
4623
4624 * emacs-lisp/bytecomp.el (byte-compile-file):
4625 Bind enable-local-variables to :safe, and make normal-mode obey it.
4626
4627 * files.el (enable-local-variables): Allow value :safe.
4628 (normal-mode): Doc fix.
4629 (hack-local-variables): Implement enable-local-variables = :safe.
4630 (hack-local-variables-confirm): Don't prevent quitting.
4631
4632 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * loadhist.el (unload-feature): A bit of sanity check of
4635 load-history entries. Cancel timer-vars before unbinding them.
4636
4637 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4638 quote special chars, and make the trick work on the hex part of the
4639 buffer as well.
4640 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4641 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4642
4643 * startup.el (normal-splash-screen): Fix last change so we don't wait
4644 2 minutes if we don't show the splash screen.
4645
4646 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4647
4648 * textmodes/org.el (org-export-plain-list-max-depth)
4649 (org-table-spaces-around-separators)
4650 (org-radio-targets, org-activate-camels)
4651 (org-table-spaces-around-invisible-separators): Options removed.
4652 (org-time-stamp-rounding-minutes, org-remember-templates)
4653 (org-ellipsis, org-activate-links, org-descriptive-links):
4654 New options.
4655 (org-remember-apply-template, org-current-time)
4656 (org-finish-edit-table-field)
4657 (org-link-unescape, org-link-escape)
4658 (org-string-width, org-table-clean-line, org-html-do-expand)
4659 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4660 (org-read-agenda-file-list): New functions.
4661 (org-table-edit-field)
4662 (org-table-create-or-convert-from-region): New commands
4663 (org-table-toggle-vline-visibility): Command removed.
4664 (org-table-convert-region): Made a command.
4665 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4666 Replace with the normal org- functions.
4667 (org-self-insert-command): Don't trigger realign unnecessarily
4668 when blanking a field that is not full.
4669 (org-mode): `Set buffer-invisibility-spec' for links.
4670 (org-activate-links2): Hide link part and only show descriptive
4671 part of the link.
4672 (org-insert-link): Modify for new linking system.
4673 (org-store-link): Store description separately, for use by
4674 `org-insert-link'.
4675 (org-table-align): Use `org-string-width'.
4676 (defgroup): Completely new group structure for custom variables.
4677 (org-agenda-files): Option: Single file name allowed. Function:
4678 Optional argument unrestrited means ignore any restricitons.
4679 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4680 trying to modify the menu. Use generalized access to
4681 `org-agenda-files.'
4682 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4683 (org-agenda-file-to-front, org-remove-file, org-diary)
4684 (org-tags-view, org-export-icalendar-all-agenda-files)
4685 (org-export-icalendar-combine-agenda-files): Use generalized
4686 access to `org-agenda-files'.
4687 (org-remember-handler): Correctly preserve heading if present.
4688 (org-table-insert-row, org-table-insert-hline): Deal with
4689 invisible characters.
4690
4691 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4692
4693 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4694 (vc-annotate-color-map): New 18 element constant
4695 value/saturation, rotating hue colormap, from red->blue.
4696 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4697 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4698 (vc-annotate): To avoid killing the required local variables,
4699 set them before the end of `with-output-to-temp-buffer', and
4700 after first switching to annotate-mode.
4701 (vc-annotate-warp-version): Add buffer argument in goto-line to
4702 ensure annotation, not source, is scrolled.
4703
4704 2006-04-10 Bill Wohler <wohler@newt.com>
4705
4706 * custom.el (defcustom, custom-handle-keyword):
4707 Add :package-version keyword.
4708 (custom-add-package-version): New function. Sets value of new
4709 property 'custom-package-version from :package-version keyword.
4710 (defcustom): Create Common Keywords section in docstring.
4711 (defface, defgroup): Replace definitions of a select few keywords
4712 with a reference to the Common Keywords in defcustom.
4713 (defcustom, defface, defgroup): Replace reference to Customization
4714 chapter in manual with hyperlink.
4715
4716 * cus-edit.el (customize-package-emacs-version-alist):
4717 New variable.
4718 (customize-changed-options): Add check for custom-package-version.
4719 (customize-package-emacs-version): New function to look up Emacs
4720 version corresponding to the given package version.
4721
4722 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4723 defun name, in similar fashion to find-variable-regexp.
4724
4725 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4726
4727 * international/mule-cmds.el (set-locale-environment): Fix last
4728 change for when the locale's preferences don't specify any encoding.
4729
4730 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4731
4732 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4733 so the defined var/fun doesn't need to be quoted.
4734
4735 2006-04-10 Richard Stallman <rms@gnu.org>
4736
4737 * finder.el (finder-mode-map): Add n and p bindings.
4738
4739 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4740
4741 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4742 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4743 (gdb-setup-windows): Put something in source window if we can't find
4744 the source file.
4745 (gdb-frame-handler): Make it work again with just assembly.
4746 (gdb-data-list-register-values-handler): Make it work when there is
4747 no stack.
4748
4749 2006-04-09 Richard Stallman <rms@gnu.org>
4750
4751 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4752 specs while looking for charset.
4753
4754 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4755
4756 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4757 Make them faces.
4758 (lm-font-lock-keywords): Update appropriately.
4759
4760 2006-04-10 Kim F. Storm <storm@cua.dk>
4761
4762 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4763 it can also replace buffer-substring-no-properties.
4764
4765 * emulation/cua-base.el (cua-delete-region, cua-paste)
4766 (cua-repeat-replace-region): Use filter-buffer-substring.
4767
4768 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4769 (cua-cut-region-to-global-mark): Likewise.
4770
4771 * emulation/cua-rect.el (cua--extract-rectangle)
4772 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4773
4774 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4775
4776 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4777 entry-type. Add field delimiters to numerical fields if they are
4778 not present.
4779
4780 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4781
4782 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4783 string-const to return value.
4784 (bibtex-remove-delimiters): Use it.
4785
4786 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4789 cl-byte-compile-compiler-macro unless it exists.
4790
4791 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4792
4793 * files.el (hack-local-variables-confirm) <offer-save>:
4794 Clarify message text. Suggested by Ralf Angeli.
4795
4796 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4797
4798 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4799 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4800 instead of `buffer-substring' and `delete-region'. (Most of the
4801 code actually copied from `kill-region'.)
4802
4803 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4804
4805 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4806 (rcirc-default-port): Rename from rcirc-port.
4807 (rcirc-default-nick): Rename from rcirc-nick.
4808 (rcirc-default-user-name): Rename from rcirc-user-name.
4809 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4810 (rcirc-low-priority-flag): New variable.
4811 (rcirc-decode-coding-system): New defcustom.
4812 (rcirc-encode-coding-system): New defcustom.
4813 (rcirc-coding-system-alist): New defcustom.
4814 (rcirc-multiline-major-mode): New defcustom.
4815 (rcirc-nick): New internal variable.
4816 (rcirc-process): Remove variable.
4817 (rcirc-server-buffer): New variable.
4818 (rcirc): Update to use rcirc-default-* variables above.
4819 (rcirc-connect): Do not add window-configuration-hook-here.
4820 (rcirc-server): New internal variable.
4821 (rcirc-connect): Do not send keepalive pings if
4822 rcirc-keepalive-seconds is nil.
4823 (with-rcirc-server-buffer): New macro.
4824 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4825 (rcirc-server-name): Rename from rcirc-server.
4826 (rcirc-buffer-process): New function.
4827 (rcirc-buffer-nick): New function.
4828 (rcirc-buffer-target): Remove function.
4829 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4830 New commands.
4831 (rcirc-mode-map): Change binding of C-c C-l to
4832 rcirc-toggle-low-priority.
4833 (rcirc-mode): Initialize coding system based on
4834 rcirc-coding-system-alist. New change-major-mode-hook to part the
4835 channel on a mode change. Make kill-buffer-hook buffer-local.
4836 (rcirc-change-major-mode-hook): New function.
4837 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4838 (rcirc-last-post-time): New variable.
4839 (rcirc-process-message): Store the last time user posted a message
4840 to this target.
4841 (rcirc-multiline-minor-mode): New mode.
4842 (rcirc-multiline-minor-mode-map): New mode map.
4843 (rcirc-edit-multiline): Put multiline-edit buffer in
4844 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4845 (rcirc-print): Ignore any line starting with an ignored nick.
4846 (rcirc-print): Decode using rcirc-decode-coding-system.
4847 (rcirc-track-minor-mode): Update global-mode-string when disabling
4848 this mode.
4849 (minor-mode-alist): Add LowPri indicator.
4850 (rcirc-toggle-low-priority): New function.
4851 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4852 next lowpriority buffer with activity.
4853 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4854 last time the user posted a message in to the target.
4855 (rcirc-update-activity-string): New formatting for low priority
4856 buffers.
4857 (rcirc-split-activity): New function.
4858 (rcirc-handler-PART, rcirc-handler-KICK)
4859 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4860 (rcirc-nick-away-alist): New variable.
4861 (rcirc-handler-301): New handler. Away messages are printed once
4862 per change.
4863
4864 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4865
4866 * info.el (Info-follow-nearest-node): Doc fix.
4867
4868 * international/mule-cmds.el (set-locale-environment): Make sure
4869 the coding-system preferred by the locale's language has the same
4870 EOL conversion type as the original buffer-file-coding-system.
4871 (locale-language-names): Add a few MS Windows language codes.
4872
4873 2006-04-07 Richard Stallman <rms@gnu.org>
4874
4875 * simple.el (eval-expression): Doc fix.
4876
4877 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4878 (eval-defun): Doc fixes.
4879
4880 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4881
4882 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4883
4884 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4885
4886 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4887 GDB list command without argument for greater generality.
4888
4889 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4890
4891 * subr.el (string-or-null-p): New function.
4892
4893 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4894
4895 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4896
4897 * files.el: Update comment about safe-local-variable declarations.
4898
4899 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4900
4901 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4902 See idlwave.org.
4903
4904 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4905 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4906
4907 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4908 See idlwave.org.
4909
4910 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4911 version 6.0 (minimal changes). See idlwave.org.
4912
4913 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4914 6.0 (minimal changes). See idlwave.org.
4915
4916 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4917
4918 2006-04-06 Romain Francoise <romain@orebokech.com>
4919
4920 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4921 symmetric encryption features and a new asynchronous interface to
4922 GnuPG. This new version is version 1.4, plus whitespace changes.
4923
4924 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4925
4926 * files.el: Move some `safe-local-variable' declarations to the
4927 respective files.
4928
4929 * textmodes/ispell.el (ispell-check-comments)
4930 (ispell-local-dictionary): Mark as safe.
4931
4932 * abbrev.el (abbrev-mode): Mark as safe.
4933
4934 * add-log.el (change-log-default-name): Mark as safe.
4935
4936 * textmodes/reftex-vars.el (reftex-vref-is-default)
4937 (reftex-fref-is-default, reftex-level-indent)
4938 (reftex-guess-label-type): Mark as safe.
4939
4940 * textmodes/fill.el (colon-double-space): Mark as safe.
4941
4942 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4943 (sentence-end-double-space, sentence-end-without-period)
4944 (sentence-end-without-space, sentence-end, sentence-end-base)
4945 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4946
4947 2006-04-06 Kim F. Storm <storm@cua.dk>
4948
4949 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4950 the :set-after list.
4951 (ido-downcase-unc-hosts): New user option. Default on.
4952 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4953 when it is set, as regexps are now applied on the fly.
4954 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4955 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4956 on the fly, but only when ido-process-ignore-lists is set.
4957 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4958 Only downcase names if ido-downcase-unc-hosts is set.
4959
4960 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4961
4962 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4963
4964 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4965
4966 2006-04-05 Kim F. Storm <storm@cua.dk>
4967
4968 * ido.el (ido-mode): Set after ido-unc-hosts and
4969 ido-ignore-unc-host-regexps.
4970 (ido-save-history): Save ido-unc-hosts-cache.
4971 (ido-load-history): Load ido-unc-hosts-cache.
4972 (ido-reread-directory): Refresh unc hosts cache in // dir.
4973
4974 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4975 to nil while displaying slash screen.
4976
4977 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4978
4979 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4980 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4981
4982 2006-04-05 Kenichi Handa <handa@m17n.org>
4983
4984 * international/characters.el: Setup cases of Latin, Greek, and
4985 Cyrillic characters in CJK charsets.
4986
4987 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4988
4989 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4990 default-enable-multibyte-characters. This reverts the change from
4991 revision 6.17 which is no longer necessary because the passphrase
4992 is sent separately now. GnuPG messages are unreadable under
4993 multibyte locales with default-enable-multibyte-characters set to nil.
4994
4995 2006-04-04 Andreas Schwab <schwab@suse.de>
4996
4997 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4998 and `byte-compile-warnings' as `safe-local-variable'.
4999
5000 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5001
5002 * man.el (Man-mode-map): Restore the \r binding.
5003 (Man-abstract-xref-man-page): If Man-target-string is a function,
5004 call it.
5005 (Man-highlight-references): Use Man-default-man-entry to get the
5006 target. Deal with xrefs too.
5007 (Man-highlight-references0): Don't call the target function.
5008
5009 * woman.el (WoMan-xref-man-page): Strip the section number, woman
5010 cannot deal with it.
5011
5012 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5013
5014 * pgg-gpg.el: Clean up process buffers every time gpg processes
5015 complete.
5016
5017 2006-04-04 Kenichi Handa <handa@m17n.org>
5018
5019 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5020 here.
5021 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5022 Temporarily bind inhibit-field-text-motion to t.
5023
5024 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * startup.el (normal-splash-screen): Only set mode-line-format in the
5027 splash buffer, so as not to interfere when debugging the code.
5028 Ignore errors when switching buffer.
5029
5030 2006-04-03 Romain Francoise <romain@orebokech.com>
5031
5032 * dired.el (dired-dnd-protocol-alist): Fix typo.
5033
5034 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5035
5036 * savehist.el (savehist): Add :version.
5037 (savehist-ignored-variables): New variable.
5038 (savehist-minibuffer-hook): Don't save variables listed in
5039 `savehist-ignored-variables'.
5040
5041 * dired.el (dired-dnd-protocol-alist): Mention that change does
5042 only apply to new buffers in doc string.
5043
5044 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5045
5046 * recentf.el (recentf-open-files-item): Include newline in button
5047 field, so opening a file will work, when the point is at the end
5048 of the file name. Allow, for example, to [i]search a file by
5049 extension and just push RET to open it.
5050
5051 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5052
5053 * pgg-gpg.el (pgg-gpg-process-filter)
5054 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5055
5056 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5057 lines, temporary fix.
5058
5059 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5060
5061 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5062
5063 2006-04-02 Richard Stallman <rms@gnu.org>
5064
5065 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5066
5067 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5068
5069 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5070 header-mouse-map.
5071
5072 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5073 (ibuffer-mode-header-map): New keymaps.
5074 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5075 and keybindings for column headers.
5076 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5077 property.
5078
5079 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5080
5081 * speedbar.el (speedbar-after-create-hook): Doc fix.
5082
5083 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5084
5085 * shell.el (shell-directory-tracker)
5086 (shell-dynamic-complete-command): Doc fixes.
5087
5088 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5089
5090 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5091 terminals.
5092
5093 2006-04-01 Kim F. Storm <storm@cua.dk>
5094
5095 * ido.el (ido-unc-hosts-cache): New defvar.
5096 (ido-unc-hosts): If value of defcustom is a function, call it to
5097 get list of UNC hosts. Add function-item choices to specify
5098 ido-unc-hosts-net-view or user function.
5099 (ido-ignore-unc-host-regexps): New defcustom.
5100 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5101 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5102 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5103
5104 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5107 wwidth.
5108
5109 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5110
5111 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5112 (ido-max-work-file-list, ido-switch-buffer)
5113 (ido-read-file-name-as-directory-commands):
5114 Fix typos in docstrings.
5115
5116 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5117
5118 * term/mac-win.el (mac-system-coding-system): Define and use after
5119 Mac-specific coding systems are ready.
5120
5121 2006-03-27 Romain Francoise <romain@orebokech.com>
5122
5123 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5124
5125 * ldefs-boot.el: Update.
5126
5127 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5128
5129 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5130 passphrases when it is not needed.
5131 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5132 passphrase stuff from gpg, should only be necessary when you use
5133 gpg with a smartcard.
5134
5135 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5136
5137 * comint.el (comint-dynamic-list-completions): Allow user to
5138 select *Completions* buffer.
5139
5140 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5141
5142 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5143
5144 2006-03-26 Andreas Schwab <schwab@suse.de>
5145
5146 * progmodes/gud.el (gdb): Only complain about multiple debugging
5147 when the gdb process is still running.
5148
5149 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5150
5151 * mail/rmail.el (tool-bar-map): Defvar it.
5152 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5153 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5154
5155 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5156
5157 * help.el (print-help-return-message): Suggest to use
5158 display-buffer instead of switch-to-buffer-other-window to restore
5159 the previous window without selecting it.
5160
5161 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5162
5163 * frame.el (select-frame-by-name): Call x-focus-frame also when
5164 window-system is mac.
5165
5166 * term/mac-win.el: Adjust Courier font specifications in
5167 x-fixed-font-alist.
5168 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5169 when directly encoding to UTF-16 in native byte order, no BOM.
5170
5171 2006-03-25 Kim F. Storm <storm@cua.dk>
5172
5173 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5174 (cua--init-keymaps): Use it instead of fixed C-return.
5175 (cua-mode): Set after it.
5176
5177 * emulation/cua-rect.el (cua--init-rectangles):
5178 Use cua-rectangle-mark-key instead of fixed C-return.
5179
5180 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5181
5182 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5183 "run" in .gdbinit.
5184 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5185
5186 2006-03-24 Romain Francoise <romain@orebokech.com>
5187
5188 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5189 `display-buffer-other-frame'.
5190
5191 2006-03-24 Kim F. Storm <storm@cua.dk>
5192
5193 * apropos.el (apropos-synonyms): Add selection => region.
5194
5195 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5196
5197 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5198 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5199 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5200 (gdb-data-list-register-values-regexp)
5201 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5202 Future proof against new fields being added to MI output.
5203 (gdb-send): Don't treat backslashes for program input as
5204 continuations.
5205 (gdb-assembler-handler): Don't use window-start for this handler.
5206 (gdb-frame-handler): Don't change to hollow arrow if overlay
5207 arrow doesn't move to new frame.
5208
5209 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5210
5211 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5212 prevent compiler warnings.
5213 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5214 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5215 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5216 buffer too.
5217
5218 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5219
5220 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5221 make-network-process, so we can use the same code in Gnus v5-10
5222 too and have this file fully synchronized with that release.
5223
5224 2006-03-23 Romain Francoise <romain@orebokech.com>
5225
5226 * ibuf-ext.el (ibuffer-read-filter-group-name):
5227 Use `ibuffer-generate-filter-groups' to make completion list match
5228 the filter groups that are really displayed in the Ibuffer buffer.
5229 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5230
5231 2006-03-23 Kenichi Handa <handa@m17n.org>
5232
5233 * international/mule-cmds.el (sort-coding-systems): Describe that
5234 the argument is modified in docstring.
5235
5236 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5237
5238 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5239 (pgg-gpg-update-agent): New function.
5240 (pgg-gpg-use-agent-p): New function.
5241 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5242 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5243 (pgg-gpg-sign-region): Use it.
5244
5245 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * cus-edit.el (custom-face-set): Call custom-push-theme before
5248 face-spec set so that `changed' theme is correctly saved.
5249 (custom-face-reset-standard): Reset to recalculated face rather
5250 than defface spec.
5251
5252 * custom.el (custom-push-theme): Only save `changed' theme if the
5253 current face does not match the defface specs.
5254
5255 2006-03-21 Simon Josefsson <jas@extundo.com>
5256
5257 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5258 <wilde@sha-bang.de>.
5259 (pgg-gpg-use-agent): New variable.
5260 (pgg-gpg-process-region): Use it.
5261 (pgg-gpg-encrypt-region): Likewise.
5262 (pgg-gpg-encrypt-symmetric-region): Likewise.
5263 (pgg-gpg-decrypt-region): Likewise.
5264 (pgg-gpg-sign-region): Likewise.
5265 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5266
5267 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5268
5269 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5270 bracket links.
5271
5272 2006-03-21 Kim F. Storm <storm@cua.dk>
5273
5274 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5275 fringe-indicator-alist instead of modifying global value.
5276 (gdb-frame-handler): Likewise.
5277
5278 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5279
5280 * diff-mode.el (diff-function): Make it inherit from diff-header
5281 instead of diff-context.
5282
5283 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5284 bitmap.
5285 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5286 change names in macro above for consistency.
5287 (gdb-frame-handler): Use hollow-right-triangle for all selected
5288 frames which except the innermost (where execution has stopped).
5289 (gdb-reset): Reset buffer-local values of overlay-arrow.
5290
5291 2006-03-20 Richard Stallman <rms@gnu.org>
5292
5293 * simple.el (set-mark-command): Doc fix.
5294
5295 * files.el (display-buffer-other-frame): New command.
5296 (ctl-x-4-map): Bind C-x 5 C-o to it.
5297
5298 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5299
5300 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5301 rather than just defer-time, in case defer-time has been changed but
5302 the timer isn't running yet.
5303 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5304
5305 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5306
5307 * help-mode.el (help-follow-symbol): New function.
5308 Essentially identical to the old `help-follow', but do not let
5309 `push-button' do the work when on an xref.
5310 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5311
5312 2006-03-19 Richard Stallman <rms@gnu.org>
5313
5314 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5315 preceded by the word `program'.
5316 (help-follow-mouse, help-follow): Throw error if not on xref.
5317 Delete no longer used args.
5318
5319 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5320
5321 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5322 annotation ensure gud-overlay-arrow-position is redisplayed.
5323
5324 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5325
5326 * textmodes/bibtex.el (bibtex-include-OPTkey)
5327 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5328 (bibtex-autokey-name-case-convert)
5329 (bibtex-autokey-titleword-case-convert): Make these the aliases
5330 for the following two variables.
5331 (bibtex-autokey-name-case-convert-function)
5332 (bibtex-autokey-titleword-case-convert-function): Make these the
5333 real names.
5334 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5335 bibtex-font-lock-crossref sublists.
5336 (bibtex-mode): Revert 2005-12-30 change (which made
5337 completion-ignore-case buffer-local).
5338 (bibtex-url): Simplify.
5339
5340 2006-03-19 Kim F. Storm <storm@cua.dk>
5341
5342 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5343 cursor property value to 2 (to align with C level change).
5344
5345 2006-03-19 Bill Wohler <wohler@newt.com>
5346
5347 * image.el (image-load-path-for-library): Shorten first line in
5348 docstring.
5349
5350 2006-03-18 Richard Stallman <rms@gnu.org>
5351
5352 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5353
5354 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5355
5356 * isearch.el (isearch-other-meta-char): Handle user bindings for
5357 shifted control characters.
5358
5359 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5360
5361 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5362 part that matches email addresses, file names, etc.
5363
5364 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5365
5366 * term/w32-win.el (mouse-set-font):
5367 Mention w32-list-proportional-fonts in the doc string.
5368
5369 2006-03-18 Kim F. Storm <storm@cua.dk>
5370
5371 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5372 (ido-unc-hosts): New user option to explicitly define list of know
5373 UNC-style hosts for completion.
5374 (ido-cache-unc-host-shares-time): New user option.
5375 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5376 New helper functions for UNC file-name support.
5377 (ido-may-cache-directory): Check for UNC host. Simplify.
5378 (ido-wash-history): Clean out old UNC hosts.
5379 (ido-nonreadable-directory-p): UNC hosts are always readable.
5380 (ido-directory-too-big-p): UNC hosts are never too big.
5381 (ido-set-current-directory): Handle UNC root path.
5382 (ido-file-name-all-completions): Complete UNC host names from
5383 ido-unc-hosts list. Cache UNC host shares.
5384 (ido-make-file-list-1): Don't filter UNC root.
5385 (ido-exhibit): Check for // in root directory, and switch to UNC
5386 mode by setting ido-current-directory to //.
5387
5388 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5389
5390 * cus-edit.el (customize-changed-options): Mention explicit
5391 version number as default in prompt.
5392
5393 2006-03-17 Bill Wohler <wohler@newt.com>
5394
5395 * image.el (image-load-path-for-library): Minor docstring fix.
5396
5397 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5398
5399 * textmodes/org.el (org-read-date): Include subgroup 5 into
5400 replacement text.
5401 (org-popup-calendar-for-date-prompt): Fix customization type.
5402
5403 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5404
5405 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5406 (gdb-continuation): New variable.
5407 (gdb-send): Deal with continuation lines.
5408
5409 * progmodes/gud.el (gud-gdb-complete-command)
5410 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5411 expressions.
5412 (gud-tooltip-mode): Use buffer-local value.
5413
5414 2006-03-16 Kim F. Storm <storm@cua.dk>
5415
5416 * ido.el (ido-edit-input): Use selected match, if any.
5417
5418 2006-03-16 Bill Wohler <wohler@newt.com>
5419
5420 * image.el (image-load-path-for-library): Prefer user's images in
5421 image-load-path.
5422
5423 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5424
5425 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5426 when checking for attempt to drag leftmost or rightmost scrollbar.
5427
5428 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5429
5430 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5431 (gdb-force-mode-line-update): New function.
5432 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5433 (gdb-exited): Use them.
5434 (gdb-signal): New function.
5435 (gdb-annotation-rules): Provide a rule for it.
5436
5437 2006-03-16 Kenichi Handa <handa@m17n.org>
5438
5439 * international/mule.el (auto-coding-regexp-alist): Add entries
5440 for Unicode BOM.
5441
5442 * sort.el (sort-build-lists): Temporarily bind
5443 inhibit-field-text-motion to t.
5444
5445 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5446
5447 * locate.el (locate-command, locate-make-command-line)
5448 (locate-fcodes-file, locate-update-command)
5449 (locate-prompt-for-command, locate, locate-with-filter)
5450 (locate-get-file-positions): Doc fixes.
5451 (locate-buffer-name, locate-header-face): Remove leading `*' in
5452 defcustom.
5453 (locate-filter-output): Use `keep-lines' instead of its alias
5454 `delete-non-matching-lines'.
5455 (locate-get-filename, locate-get-dirname): Add introductory comment.
5456 (locate-find-directory-other-window): Give appropriate error
5457 message if used outside main listing.
5458
5459 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5462 the new extend-region feature.
5463 (font-lock-after-change-function): Update correspondingly.
5464 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5465 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5466
5467 2006-03-15 Bill Wohler <wohler@newt.com>
5468
5469 * image.el (image-load-path-for-library): Fix example by not
5470 recommending that one binds image-load-path. Just defvar it to
5471 placate compiler and only use it if previously defined.
5472
5473 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5474
5475 * textmodes/org.el (org-insert-centered): Use `string-width' to
5476 make underlining work for wide characters.
5477 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5478 TAB to `org-cycle', to make sure that no binding in
5479 `outline-mode-map' can supercede it.
5480
5481 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5482
5483 * allout.el: Increment version to 2.2.1 in file commentary.
5484
5485 (allout-version): Increment to 2.2.1.
5486
5487 (allout-default-layout): New customization variable, used when the
5488 file lacks a specific allout-layout. Uses allout-layout-type for
5489 recursively nested definition.
5490
5491 (allout-layout-type): Widget defining allout layouts, necessary for
5492 self-recursive definition.
5493
5494 (allout-mode): Incorporate allout-default-layout as fallback for
5495 allout-layout.
5496
5497 (allout-layout): Mark as 'safe-local-variable', and refer mention
5498 fallback to `allout-default-layout' in absence of a specified value.
5499 (allout-passphrase-verifier-string)
5500 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5501
5502 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5503
5504 (allout-get-encryption-passphrase-verifier): Use correct name of
5505 passphrase verifier in docstring.
5506
5507 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5508
5509 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5510 elements.
5511 (gdb-find-watch-expression): Make it work for arrays too.
5512 Follow change to gdb-var-list.
5513 (gud-watch): Allow the user to enter variable name with a prexix
5514 arg. Create keybindings.
5515 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5516 (gdb-var-list-children-handler, gdb-var-update-handler)
5517 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5518 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5519 Follow change to gdb-var-list.
5520 (gdb-starting): Don't show the overlay arrows when program is running.
5521
5522 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5523 gdb-var-list.
5524
5525 2006-03-14 Bill Wohler <wohler@newt.com>
5526
5527 * image.el (image-load-path-for-library): Pass value of path
5528 rather than symbol. Always return list of directories.
5529 Guarantee that image directory comes first.
5530
5531 2006-03-14 Alan Mackenzie <acm@muc.de>
5532
5533 * font-core.el (font-lock-extend-region\(-function\)?.):
5534 New function/variable.
5535
5536 * font-lock.el (font-lock-after-change-function):
5537 Call font-lock-extend-region. Obey font-lock-lines-before.
5538 (font-lock-default-fontify-region): Remove reference to
5539 font-lock-lines-before.
5540
5541 * jit-lock.el (jit-lock-after-change):
5542 Call font-lock-extend-region. Obey font-lock-lines-before.
5543
5544 2006-03-14 David Ponce <david@dponce.com>
5545
5546 * tree-widget.el (tree-widget-themes-load-path)
5547 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5548
5549 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5550
5551 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5552 (rcirc-print): Mark the start of text at the end of the prompt.
5553 (rcirc-track-minor-mode): Add autoload cookie.
5554 (rcirc-update-activity-string): Add space to front of mode-line
5555 indicator.
5556
5557 2006-03-13 Miles Bader <miles@gnu.org>
5558
5559 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5560 (rcirc-abbrev-nick): Remove function.
5561 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5562
5563 2006-03-13 David Ponce <david@dponce.com>
5564
5565 * tree-widget.el: Handle themes across all occurrences of the main
5566 themes sub-directory found in tree-widget-themes-load-path.
5567 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5568 (tree-widget--locate-sub-directory): Return all occurrences.
5569 (tree-widget-themes-path): New function.
5570 Replace tree-widget-themes-directory, and return a list of directories.
5571 (tree-widget-set-parent-theme)
5572 (tree-widget-lookup-image): Use it.
5573
5574 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5575
5576 * textmodes/org.el (org-link-search): Avoid self-matching of
5577 links, allow target text to be distributed over several lines.
5578 (org-search-not-link): New function.
5579 (org-set-regexps-and-options, org-get-current-options):
5580 New startup options.
5581 (org-export-as-html): Take odd-level setting from local variable.
5582 (org-fontify-emphasized-text): New option.
5583 (org-set-font-lock-defaults): Include emphasized text.
5584 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5585 (org-font-lock): Customize group renamed from `org-faces'.
5586
5587 2006-03-13 John Paul Wallington <jpw@pobox.com>
5588
5589 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5590 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5591
5592 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * cus-start.el (all): Delete :version keyword for members of the
5595 fringe group, since the entire group is new in 22.1.
5596
5597 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5598
5599 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5600 map if value is hexadecimal (an address).
5601 (gud-watch): Only search roots for existing watch expressions.
5602 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5603 prevent caching problems with speedbar-update-directory-contents.
5604
5605 2006-03-12 Juri Linkov <juri@jurta.org>
5606
5607 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5608 before comparing with `low' and `warn'.
5609
5610 * info.el (Info-dir-remove-duplicates): Move point to the
5611 beginning of the current line after deleting the entries from
5612 redundant heading. Use marker for `limit' and compare it with
5613 point before calling `re-search-forward'.
5614
5615 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5616
5617 * simple.el (yank): Fix typo in docstring.
5618
5619 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5620
5621 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5622 messages, where "D" is the 6th character.
5623
5624 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5625
5626 * simple.el (yank): Fix last change.
5627
5628 2006-03-11 David Ponce <david@dponce.com>
5629
5630 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5631 merging elements from the standard ispell-dictionary-alist.
5632 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5633 alist, and return the new alist.
5634
5635 2006-03-11 Richard Stallman <rms@gnu.org>
5636
5637 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5638
5639 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5640 the way it is implemented is too unclean.
5641
5642 * simple.el (kill-region, yank): Doc fix.
5643
5644 * battery.el (battery-echo-area-format): Doc fix.
5645 (battery-mode-line-format): Likewise.
5646 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5647 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5648
5649 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5650
5651 * progmodes/octave-mod.el (octave-indent-for-comment):
5652 Behave according to do string.
5653
5654 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5655
5656 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5657 Be visible only if major mode is Mail Mode.
5658
5659 * textmodes/flyspell.el (flyspell-external-point-words)
5660 (flyspell-process-localwords): Fix last changes.
5661
5662 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5663
5664 * calendar/holidays.el (list-holidays): Doc fix.
5665
5666 * international/mule.el (auto-coding-alist): Add .odt
5667 (OpenOffice's open document) files.
5668
5669 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5670 document) files. Mention in the doc string the need to sync with
5671 auto-coding-alist.
5672
5673 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5674
5675 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5676 enable-local-variables is set to always query, or there is no
5677 savable variable.
5678
5679 2006-03-10 Bill Wohler <wohler@newt.com>
5680
5681 * image.el (image-load-path-for-library): Merge at least three
5682 functions from Gnus and MH-E into this one function that can now
5683 be shared.
5684
5685 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5686
5687 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5688 gdb-remove-mouse-face and remove help-echo too.
5689 (gdb-enqueue-input): Correct conditional clause.
5690
5691 2006-03-10 Glenn Morris <rgm@gnu.org>
5692
5693 * calendar/calendar.el (calendar-holidays): Doc fix.
5694 * calendar/holidays.el (list-holidays): Doc fix.
5695
5696 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5697
5698 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5699 it gets called in gdb-prompt anyway.
5700 (gdb-use-separate-io-buffer): Only restore window arrangement for
5701 gdb-many-windows.
5702 (gdb-enqueue-input): Make it harder to send GDB input when program
5703 is running.
5704 (gdb-buffer-list): New variable.
5705 (gdb-remove-mouse-face): New function.
5706 (gdb-starting): Use it when GDB input won't get sent.
5707
5708 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5709
5710 * help.el (view-lossage): Remove trailing whitespace before
5711 inserting "\n".
5712
5713 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5714
5715 * files.el (hack-local-variables-confirm):
5716 Set coding-system-for-read to nil before writing to .emacs.
5717
5718 * arc-mode.el (archive-extract): Check if an existing buffer name
5719 comes from a different archive.
5720
5721 * help.el (describe-key-briefly): If KEY is a down event, read and
5722 discard the up event.
5723
5724 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5725
5726 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5727 be edited and use font-lock-warning-face for any changes.
5728
5729 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5730 (gdb-edit-value): Use it to report any errors.
5731
5732 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * help.el (describe-key): Remove leftover test code.
5735
5736 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5737
5738 * textmodes/org.el: Move defvars out of eval-when-compile.
5739 Use buffer-file-name variable.
5740 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5741 arg `file'.
5742 (org-level-faces): Remove startup dependency.
5743 (org-cycle, org-map-tree, org-scan-tags)
5744 (org-remember-handler): Don't call `outline-level' directly.
5745 (org-mhe-search-all-folders): New option.
5746 (org-mhe-get-message-folder-from-index)
5747 (org-mhe-get-message-folder): Fix indexing search.
5748 (org-format-agenda-item): Handle nil TAGS argument.
5749 (org-cleaned-string-for-export, org-activate-target-links)
5750 (org-make-target-link-regexp): Deal with empty radio target list.
5751 (org-tag): New face.
5752 (org-get-level-face): New function.
5753 (org-set-font-lock-defaults): Simplify setup for headlines.
5754 (org-complete): Pass common substring to `display-completion-list'.
5755
5756 2006-03-06 David Ponce <david@dponce.com>
5757
5758 * tree-widget.el: Update Commentary header.
5759 (tree-widget-theme-name): Ignore parent themes.
5760 (tree-widget-set-parent-theme): New function.
5761 (tree-widget-set-theme): Use it.
5762 (tree-widget-set-image-properties): Move definition. Does nothing
5763 if image properties have already been set.
5764 (tree-widget-image-properties): Move definition. Receive an image
5765 name. Set the :pointer property.
5766 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5767 Don't set the :pointer image property.
5768 (tree-widget-convert-widget): New function. Handle :dynargs
5769 compatibility here.
5770 (tree-widget): Use it to :convert-widget. Add the :expander-p
5771 predicate to control when the :expander function is entered.
5772 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5773 (tree-widget-value-create): Handle :expander-p. widget-apply
5774 :expander.
5775 (tree-widget-expander-p): New function. Default value of the
5776 :expander-p property.
5777
5778 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5779
5780 * help.el (describe-key): Properly handle the return value of
5781 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5782 remaps. Handle string and vector `follow-link' values.
5783
5784 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * complete.el (PC-expand-many-files): Try be more careful when parsing
5787 the shell's output.
5788
5789 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * outline.el (hide-sublevels): Provide better interactive default.
5792
5793 2006-03-06 Kenichi Handa <handa@m17n.org>
5794
5795 * international/fontset.el (create-fontset-from-fontset-spec):
5796 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5797
5798 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5799
5800 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5801 backslashes instead of one in regexp.
5802 (gud-tooltip-dereference): Add missing optional argument.
5803
5804 2006-03-04 John Paul Wallington <jpw@pobox.com>
5805
5806 * wdired.el (toplevel): Require `cl' at compile-time.
5807
5808 2006-03-04 Andreas Schwab <schwab@suse.de>
5809
5810 * server.el (server-process-filter): Handle errors during
5811 evaluation of the argument.
5812
5813 2006-03-03 John Paul Wallington <jpw@pobox.com>
5814
5815 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5816 escape parentheses at beginning of line.
5817 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5818 (t-mouse-mode): Remove period from end of error message.
5819
5820 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5821
5822 * textmodes/flyspell.el (flyspell-process-localwords):
5823 Be case-sensitive.
5824
5825 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5826
5827 * cus-edit.el (custom-quote): Remove function, since it has been
5828 moved to custom.el.
5829
5830 * font-lock.el (lisp-font-lock-keywords-2)
5831 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5832 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5833 they have no special meaning.
5834
5835 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5836 indirect buffer gets killed before indirect buffer. Use dolist.
5837
5838 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5839
5840 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5841 value instead of a literal constant (1) on more pauses.
5842
5843 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5844
5845 * textmodes/flyspell.el (flyspell-external-point-words):
5846 Be case-sensitive.
5847
5848 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5849
5850 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5851 with "www".
5852
5853 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5854
5855 * allout.el: Restablish intermediate missing comment header to
5856 preserve outline structure.
5857 (allout-beginning-of-current-entry): Skip invisible text.
5858 (allout-open-topic): Fix opening a topic at end-of-buffer.
5859 (allout-minor-mode): Move nearer to allout-mode function.
5860
5861 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5862
5863 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5864
5865 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5866
5867 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5868 is nil.
5869
5870 * progmodes/gud.el (gud-speedbar-menu-items):
5871 Use buffer-local-value and add missing :visible keyword.
5872
5873 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5874
5875 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5876
5877 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5878 must be `follow-link'.
5879
5880 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5881
5882 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5883 formatting: No nested anchors.
5884 (org-all-targets): Fix bug with XEmacs compatibility.
5885 (org-read-date): Add (require 'parse-time).
5886 (org-set-tags): Fix bug with extra inserted space.
5887 (org-export-html-style): Define a style class for targets.
5888 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5889 (org-hide-leading-stars): New option.
5890 (org-hide): New face.
5891 (org-set-font-lock-defaults): Allow to hide leading stars.
5892 (org-get-legal-level, org-tr-level): New functions.
5893 (org-odd-levels-only): New option.
5894 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5895 (org-demote, org-promote): Deal with double-star levels.
5896 (org-convert-to-odd-levels): New command.
5897
5898 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5899
5900 * speedbar.el (speedbar-update-localized-contents): Try to
5901 preserve window-start.
5902 (speedbar-update-directory-contents): Try to preserve window-start
5903 and window-point.
5904 (speedbar-update-special-contents): Don't move back to start of window.
5905
5906 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5907 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5908 speedbar-timer-fn.
5909 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5910 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5911 instead of gdb-speedbar-timer-fn.
5912
5913 2006-02-28 Jay Belanger <belanger@truman.edu>
5914
5915 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5916 (math-compose-expr): Use latex option when calling
5917 `math-compose-tex-matrix' for latex mode.
5918
5919 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5920
5921 * speedbar.el: Re-instate comments about developing for speedbar
5922 [this is what info and gdb-ui use even if better methods exist now].
5923
5924 * t-mouse.el: New file.
5925 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5926 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5927 (t-mouse-make-event-element): Use posn-at-x-y instead.
5928 (t-mouse-make-event): Deal with Fedora Core 3.
5929 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5930 (t-mouse-mouse-position-function): New function. Use it instead
5931 of advising mouse-position.
5932 (t-mouse-mode): New minor mode.
5933 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5934
5935 2006-02-27 Glenn Morris <rgm@gnu.org>
5936
5937 * calendar/calendar.el (calendar-holidays): Doc fix.
5938
5939 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5940
5941 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5942 Re-introduce the concept of a source window.
5943 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5944 consistency with get-buffer-create.
5945 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5946 (gdb-data-list-register-values-handler)
5947 (gdb-stack-list-locals-handler): Try to preserve window-start as
5948 well as window-point.
5949 (gdb-display-source-buffer): New function (old concept).
5950 (gdb-goto-breakpoint): Use it.
5951
5952 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5953 for gdb-ui/gdb-mi (old concept).
5954
5955 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5956
5957 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5958 binding.
5959
5960 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5961
5962 * textmodes/reftex-sel.el (reftex-select-label-map)
5963 (reftex-select-bib-map): Add `follow-mouse' binding.
5964
5965 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5968 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5969 Give :set functions to provide automatic updating.
5970 Update docstring. Give compiler defvars early in the file
5971 and move the defcustoms to a later spot where all called functions
5972 are defined.
5973 (jka-compr-file-name-handler-entry): Doc fix.
5974 (jka-compr-compression-info-list--internal)
5975 (jka-compr-mode-alist-additions--internal)
5976 (jka-compr-load-suffixes--internal): New variables.
5977 (jka-compr-install): Set the three above variables.
5978 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5979 (jka-compr-update, jka-compr-set): New functions.
5980 (auto-compression-mode): Doc fix.
5981
5982 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5983 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5984 Use jka-compr-compression-info-list--internal,
5985 jka-compr-mode-alist-additions--internal and
5986 jka-compr-load-suffixes--internal.
5987
5988 * files.el (load-library):
5989 * loadhist.el (file-loadhist-lookup):
5990 * startup.el (command-line):
5991 * subr.el (locate-library):
5992 * emacs-lisp/autoload.el (update-directory-autoloads):
5993 * emacs-lisp/find-func.el (find-library-suffixes):
5994 Use `get-load-suffixes' instead of `load-suffixes'.
5995
5996 * subr.el (locate-library):
5997 * emacs-lisp/find-func.el (find-library-name):
5998 Use `load-file-rep-suffixes' instead of '("").
5999
6000 2006-02-26 Kim F. Storm <storm@cua.dk>
6001
6002 * ido.el (ido-save-history, ido-load-history): Simplify.
6003 Don't use find-file-noselect to avoid interference from other modes.
6004
6005 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
6006
6007 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6008 to use the default shell if filename is not available.
6009 Reported by Giorgos Keramidas.
6010
6011 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
6012
6013 * progmodes/etags.el (tags-completion-table): Do completion from
6014 all the tables in the current list, as documented in the manual.
6015
6016 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6017
6018 * CC Mode Update to 5.31.3.
6019
6020 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6021
6022 * progmodes/cc-mode.el (c-postprocess-file-styles):
6023 Bind inhibit-read-only to t, around the call to
6024 c-remove-any-local-eval-or-mode-variables, so that it works on a
6025 RO file.
6026
6027 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6028
6029 * progmodes/cc-awk.el: Correct a typo.
6030
6031 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6032
6033 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6034 c-hungry-delete-backwards, at the request of RMS. Leave the old
6035 name as an alias.
6036
6037 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6038
6039 * progmodes/cc-mode.el: Correct a typo.
6040
6041 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6042
6043 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6044
6045 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6046
6047 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6048 brace-else-brace (error due to mbeg, mend being undefined).
6049
6050 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6051
6052 * progmodes/cc-mode.el: File Local variables: Solve the problem
6053 where both `mode' and c-file-offsets are specified: `mode' will
6054 overwrite c-f-o's settings:
6055 (c-remove-any-local-eval-or-mode-variables): New function.
6056 (c-postprocess-file-styles): Call the above new function, within
6057 c-tentative-buffer-change, to splat `mode' and `eval' before the
6058 second hack-local-variables.
6059
6060 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6061
6062 * progmodes/cc-mode.el:
6063 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6064 (c-after-change): Protect the match data with save-match-data.
6065 It was getting corrupted by c-after-change-check-<>-operators.
6066
6067 * cc-defs.el: [Supersedes patch V1.38]:
6068 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6069 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6070
6071 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6072 with save-match-data. It was being corrupted when Font Lock was
6073 not enabled.
6074
6075 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6076
6077 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6078 Mode and Subword Mode.
6079
6080 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6081 real labels ("case 1:" or "foo:") from non-labels ("public:").
6082 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6083 coding; c-f-t-2 doesn't move over a token at EOB.
6084
6085 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6086
6087 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6088 (c-update-modeline): Concatenate the minor mode indicators
6089 directly onto mode-name, removing c-submode-indicators.
6090 Sometimes, c-s-i got separated from the mode name on the mode line.
6091
6092 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6093 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6094
6095 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6096
6097 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6098 error message when there's an evaluation error to show whether
6099 it's loaded from source or not.
6100 (c-filter-ops): Make it available at runtime too to work when
6101 `c-make-init-lang-vars-fun' needs to evaluate from source.
6102
6103 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6104
6105 * help.el (help): Revert last part of 2006-02-23 change (deletion
6106 of the `provide' call).
6107
6108 2006-02-23 Juri Linkov <juri@jurta.org>
6109
6110 * compare-w.el (compare-windows-highlight): Add new value
6111 `persistent' and change :type from `boolean' to `choice'.
6112 (compare-windows-overlays1, compare-windows-overlays2):
6113 New internal variables.
6114 (compare-windows-highlight): If compare-windows-highlight is
6115 `persistent', add current overlays to compare-windows-overlays[12]
6116 instead of adding compare-windows-dehighlight to pre-command-hook.
6117 (compare-windows-dehighlight): Delete all overlays from
6118 compare-windows-overlays[12].
6119
6120 * info.el (Info-search): Don't bind search-spaces-regexp to
6121 Info-search-whitespace-regexp in non-regexp isearch mode.
6122
6123 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6126
6127 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6128
6129 * textmodes/org.el (org-xemacs-p)
6130 (org-export-html-show-new-buffer, org-table-may-need-update)
6131 (org-insert-item, org-mhe-get-message-real-folder)
6132 (org-mhe-get-message-folder-from-index)
6133 (org-mhe-get-message-folder, org-mhe-get-message-num)
6134 (org-mhe-get-header, org-make-org-heading-search-string)
6135 (org-make-org-heading-camel, org-table-sort-lines)
6136 (org-format-org-table-html, org-format-table-table-html):
6137 Fix typos in docstrings.
6138
6139 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6140
6141 * textmodes/org.el (org-cleaned-string-for-export)
6142 (org-solidify-link-text): New function.
6143 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6144 XEmacs, just to silence the compiler.
6145 (org-export-as-ascii, org-export-as-html-and-open):
6146 Use `org-cleaned-string-for-export' and create internal links.
6147 (org-follow-mhe-link): Require mh-e, use folder.
6148
6149 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6150
6151 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6152
6153 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6154 gdb-debug-log-length.
6155 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6156 it a real ring but...
6157 (gud-gdba-marker-filter): ...make it work like mark-ring.
6158 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6159 (gdb-mouse-jump): New function. Add bindings.
6160
6161 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6162
6163 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6164 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6165 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6166 (gdb-debug-log-length): Customize it's length.
6167 (gud-watch, gdb-var-create-handler): Display function::var format
6168 but don't use to create variable object.
6169 (gdb-var-create-handler): Use message-box in place of message.
6170 (gdb-stopped): Call gdb-exited if signalled.
6171
6172 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6173
6174 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6175
6176 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6177
6178 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6179 if `reftex-try-all-extensions' is set.
6180
6181 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6182 fail silently when there is no valid argument at point.
6183 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6184 `fail-silently' argument. From a patch by David Reiter.
6185
6186 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6187 New commands.
6188 (org-mark-ring): New variable.
6189 (org-mark-ring-length): New option.
6190 (org-open-at-point, org-goto, org-open-file): Push old position
6191 onto the mark ring.
6192 (org-add-hook): New function.
6193 (org-export-table-remove-special-lines): New option.
6194 (org-skip-comments, org-format-org-table-html): Respect new
6195 option `org-export-table-remove-special-lines'.
6196 (org-open-file): Allow special command configuration for
6197 directory link.
6198 (org-file-apps): Fix bugs in customize type, added setting
6199 for directories.
6200 (org-activate-tags, org-format-agenda-item, org-complete)
6201 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6202 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6203 (org-link-search, org-make-org-heading-search-string)
6204 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6205 (org-radio-targets, org-file-link-context-use-camel-case)
6206 (org-activate-camels): New options.
6207 (org-update-radio-target-regexp, org-all-targets)
6208 (org-make-target-link-regexp, org-activate-target-links):
6209 New functions.
6210 (org-make-org-heading-search-string): New function.
6211 (org-store-link, org-insert-link): Use new option
6212 `org-file-link-context-use-camel-case'.
6213 (org-activate-camels): Use new option `org-activate-camels'.
6214 (org-link-regexp): Add mhe prefix.
6215 (org-open-at-point, org-store-link): Support for mhe links.
6216 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6217 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6218 (org-mhe-get-header, org-follow-mhe-link): New functions.
6219 (org-remove-angle-brackets, org-add-angle-brackets):
6220 New functions.
6221 (org-bracket-link-regexp): New constant.
6222 (org-read-date): Fix bug that was rejecting all typed dates.
6223 (org-link-search): Make hierarchy above visible after a match.
6224 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6225 (org-store-link): Fix bug with link creation when cursor is in
6226 an empty line.
6227 (org-open-at-point): Fix bug with matching a link.
6228 Fixed buggy argument sequence in call to `org-view-tags'.
6229 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6230 (org-prefix-has-tag): New variable.
6231 (org-format-agenda-item): Remove tags from headline
6232 if appropriate.
6233 (org-agenda-remove-tags-when-in-prefix): New option.
6234
6235 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6236
6237 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6238 Fix the regular expressions.
6239
6240 2006-02-21 Richard M. Stallman <rms@gnu.org>
6241
6242 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6243 if there's no other specific basis.
6244
6245 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6246 as variables at all.
6247 (unsafep-variable): Rename arg; doc fix.
6248
6249 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6250
6251 * calendar/appt.el (diary-selective-display): Add defvar.
6252
6253 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6254
6255 * isearch.el (search-whitespace-regexp): Fix custom type.
6256
6257 * help.el (describe-key-briefly): Compute interactive args
6258 in same was as before previous change.
6259
6260 * files.el (enable-local-variables): Doc fix.
6261
6262 2006-02-21 Kim F. Storm <storm@cua.dk>
6263
6264 * fringe.el: Cleanup as file is now pre-loaded.
6265 (fringe-bitmaps): Initialize unconditionally.
6266 (fringe-mode, set-fringe-style): Remove autoload cookies.
6267
6268 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6269
6270 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6271 `horizontal-bar'.
6272 (fringe-cursor-alist): Use `horizontal-bar'.
6273
6274 2006-02-20 Kim F. Storm <storm@cua.dk>
6275
6276 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6277 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6278
6279 * loadup.el: Load "fringe" on window systems.
6280
6281 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6282
6283 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6284 out of scope components.
6285
6286 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6287 default.
6288
6289 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * custom.el (customize-mark-to-save, customize-mark-as-set):
6292 Load the symbol first.
6293
6294 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6297 strech spec so it doesn't display as "^J" on the header line
6298 when `Buffer-menu-use-header-line' is t.
6299
6300 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6301
6302 * speedbar.el (speedbar-make-button): Keep text properties
6303 of string arguments if desired.
6304
6305 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6306 expessions.
6307
6308 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6309 of speedbar.
6310
6311 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6312
6313 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6314 to value of `read-file-name-completion-ignore-case'.
6315
6316 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6317
6318 * custom.el (customize-mark-as-set): Push to `user' theme.
6319
6320 * cus-edit.el (custom-save-variables): Allow unthemed values.
6321 (customize-set-variable): Push setting to `user' theme.
6322
6323 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6324
6325 * progmodes/gud.el: Don't require font-lock as it's now
6326 automatically loaded.
6327 (gud-speedbar-buttons): Replace gdb-var-changed with
6328 gdb-force-update.
6329
6330 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6331 gdb-var-changed.
6332 (gdb-post-prompt): Use it.
6333 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6334 (gdb-var-update-handler, gdb-var-delete)
6335 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6336 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6337 gdb-force-update in gdb-post-prompt.
6338 (gdb-reset): Clear watch expressions from speedbar when quitting.
6339
6340 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6341
6342 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6343 (viper-change-state-to-vi, viper-change-state-to-emacs):
6344 Make aware of cursor coloring in the Emacs state.
6345 (viper-special-read-and-insert-char): Use read-char-exclusive.
6346 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6347
6348 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6349
6350 * viper-util.el (viper-save-cursor-color)
6351 (viper-get-saved-cursor-color-in-replace-mode)
6352 (viper-get-saved-cursor-color-in-insert-mode)
6353 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6354 state.
6355 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6356
6357 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6358 (ediff-ignore-case-option3, ediff-actual-diff-options)
6359 (ediff-actual-diff3-options): New variables to control case sensitivity.
6360 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6361 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6362 (ediff-toggle-ignore-case): New function.
6363 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6364
6365 * ediff-help.el (ediff-long-help-message-narrow2)
6366 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6367 (ediff-long-help-message-word-mode): Add ignore-case command.
6368 (ediff-help-for-quick-help): Add ignore-case command.
6369
6370 * ediff-merg.el: Move provide to the end.
6371
6372 * ediff-ptch.el: Move provide to the end.
6373
6374 * ediff-wind.el: Move provide to the end.
6375
6376 * ediff-mult.el: Move provide to the end.
6377 (ediff-set-meta-overlay): Enable follow-link.
6378
6379 * ediff.el: Move provide to the end.
6380 Break recursive load cycle in eval-when-compile.
6381 (ediff-patch-buffer): Better heuristics.
6382
6383 * ediff-util.el: Move provide to the end.
6384 Break recursive load cycle in eval-when-compile.
6385 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6386 defuns.
6387 (ediff-submit-report): Pass the values of ediff-diff3-program,
6388 ediff-diff3-options.
6389
6390 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6391
6392 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6393 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6394 `' (for example, in the docstring of `windmove-default-keybindings').
6395
6396 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6397
6398 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6399 shadow face. Don't provide binding to edit variable when it is
6400 out of scope.
6401
6402 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6403 (gdb-var-update-handler): Detect out of scope variables with pre
6404 GDB 6.4 too.
6405 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6406 Reset status of variable objects to nil in update handlers.
6407 (gdb-var-update-handler-1): Detect when a variable object comes
6408 in scope. setcar on var changes gdb-var-list directly.
6409
6410 2006-02-17 Juri Linkov <juri@jurta.org>
6411
6412 * ffap.el (ffap) <defface>: Add explicit face declaration.
6413 (ffap-highlight): Use face `ffap' directly instead of checking
6414 for its existence.
6415
6416 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6417 `visible-ok' of `other-buffer' to find the right original buffer.
6418
6419 * info.el (Info-search): Skip `Local Variables' node.
6420
6421 2006-02-17 Juri Linkov <juri@jurta.org>
6422
6423 * info.el (Info-find-file): Check for symbols `apropos', `history',
6424 `toc' in the input filename, and return these symbols as is.
6425 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6426 `history', `toc' instead of strings.
6427 (Info-set-mode-line): For non-string Info-current-file use the
6428 symbol's name inside **.
6429 (Info-isearch-push-state): Add quote before Info-current-file and
6430 Info-current-node.
6431 (Info-isearch-pop-state): Use `equal' instead of `string='.
6432 (Info-extract-pointer, Info-following-node-name): Use
6433 `match-string-no-properties' instead of `match-string'.
6434 (Info-up): Check `old-file' for `stringp'.
6435 (Info-history): Use `equal' instead of `string-equal'.
6436 Check `file' for `stringp'.
6437 (Info-history): Use symbol `history' instead of string as first arg
6438 of `Info-find-node'.
6439 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6440 `toc' instead of string.
6441 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6442 instead of `buffer-substring', and `match-string-no-properties'
6443 instead of `match-string'.
6444 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6445 instead of strings.
6446 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6447 Use symbol `apropos' instead of string.
6448 (Info-copy-current-node-name): Check `Info-current-file' for
6449 `stringp' and construct a command with `Info-find-node' from it.
6450 (Info-fontify-node): Use `match-string-no-properties' instead of
6451 `match-string' and check file names for `stringp'.
6452 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6453 `history', `toc' instead of strings.
6454
6455 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * files.el: Rearrange functions and variables in the file local
6458 variables section.
6459
6460 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6461
6462 * files.el: Add truncate-lines, ispell-check-comments and
6463 ispell-local-dictionary as safe local variables.
6464
6465 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6466
6467 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6468 out of scope variables.
6469 (gud-speedbar-buttons): Use unless.
6470
6471 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6472 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6473 (gdb-show-changed-values): Also use for out of scope variables.
6474 (gdb-var-update-handler-1): Note if variable goes out of scope.
6475
6476 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6477
6478 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6479 default to global variable values for unsupplied args.
6480 (rcirc-get-buffer-create): Fix bug with setting the target.
6481 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6482 test for rcirc-always-use-server-buffer-flag here.
6483 (rcirc-response-formats): Add %N, which is a facified nick. %n
6484 uses the default face. Change the ACTION format string. If the
6485 "nick" is the server, don't print anything for that field.
6486 Comment fixes.
6487 (rcirc-target-buffer): Don't test
6488 rcirc-always-use-server-buffer-flag here.
6489 (rcirc-print): Squeeze extra spaces out of the text before message.
6490 (rcirc-put-nick-channel): Strip potential "@" char from nick
6491 before adding them to nick table.
6492 (rcirc-url-regexp): Improve to match address like "foo.com".
6493
6494 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6495
6496 * allout.el (allout-hidden-p): Move this defsubst before
6497 allout-overlay-interior-modification-handler, where it is first
6498 used.
6499
6500 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6501
6502 * allout.el: Use allout invisible-text overlays instead of
6503 selective display for concealed text. Also, lots of general
6504 cleanup, and improved compatibility code.
6505
6506 (allout-version) Incremented, corrected, revised, and refined
6507 module commentary.
6508
6509 (provide 'allout): Moved to the bottom, added a require of overlay.
6510
6511 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6512 `except-current'.
6513 (allout-write-file-hook-handler): Minimize delay.
6514 (count-trailing-whitespace-region): New function so
6515 auto-encryption of current topic can resituate cursor exactly.
6516 PGP/GPG encryption trims trailing whitespace from lines, which
6517 must be accounted for across encryption then decryption.
6518
6519 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6520 just plain "\C-c", to avoid intruding on user's keybinding space.
6521
6522 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6523 parameter, so user request to provide a new password is done.
6524
6525 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6526 Refined mechanism for auto-filling behavior while in allout mode.
6527
6528 (allout-mode): Explicitly specify the mode map in the docstring.
6529 Clarify provision for various write-file hook var names.
6530 Adjusted for invisible-text overlays instead of selective-display.
6531
6532 (allout-depth): Really return 0 if not within any topic. This
6533 rectifies `allout-beginning-of-level' and sequence numbering
6534 errors that occur when cutting and pasting numbered topics.
6535 Changed from a in-line subst to a regular function, as well.
6536
6537 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6538
6539 (allout-end-of-subtree, allout-end-of-subtree)
6540 (allout-end-of-entry, allout-end-of-current-heading)
6541 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6542 (allout-show-children, allout-show-to-offshoot)
6543 (allout-hide-current-entry, allout-show-current-entry): Rectified
6544 handling of trailing blank lines between items.
6545
6546 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6547 (allout-current-depth, allout-unprotected, allout-hidden-p)
6548 (allout-on-current-heading-p, allout-listify-exposed)
6549 (allout-chart-subtree, allout-goto-prefix)
6550 (allout-back-to-current-heading, allout-get-body-text)
6551 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6552 (allout-hide-region-body, allout-toggle-subtree-encryption)
6553 (allout-encrypt-string, allout-encrypted-key-info)
6554 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6555 (allout-file-vars-section-data): Adjusted for use with
6556 invisible-text overlays instead of selective-display.
6557
6558 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6559 Reworked for use with invisible text overlays.
6560
6561 (allout-current-topic-collapsed-p): New function.
6562
6563 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6564 to know when to close the containing topic.
6565
6566 (allout-pre-command-business, allout-post-command-business):
6567 Simplify undo-batching and dynamic isearch exposure.
6568
6569 (allout-set-overlay-category): New for invisible-text overlays.
6570 Sets properties of allout-overlay-category, used by
6571 allout-flag-region to set invisible-text overlay properties.
6572 (allout-get-invisibility-overlay): Get the first qualifying
6573 invisibility overlay, so we can find the extent of it.
6574 (allout-back-to-visible-text): Get to just before the beginnining
6575 of the current invisibility overlay, if any.
6576
6577 (allout-overlay-insert-in-front-handler)
6578 (allout-overlay-interior-modification-handler)
6579 (allout-before-change-handler, allout-isearch-end-handler): New
6580 functions to handle extraordinary actions affecting concealed
6581 text.
6582
6583 (allout-flag-region): Use overlays instead of selective-display
6584 for invisible text - by inheritence from the properties of
6585 allout-overlay-category in mainline Emacs, and applied
6586 property-by-property in XEmacs, some recent versions of which
6587 don't inherit the properties from the category. Provisions to
6588 respond to concealed-text edits simplified drastically.
6589
6590 (allout-isearch-rectification, allout-isearch-was-font-lock)
6591 (allout-isearch-expose, allout-enwrap-isearch)
6592 (allout-isearch-abort, allout-pre-was-isearching)
6593 (allout-isearch-prior-pos, allout-isearch-did-quit)
6594 (allout-isearch-dynamic-expose)
6595 (allout-hide-current-entry-completely): Functions deleted.
6596
6597 (allout-undo-aggregation): Explicit undo aggregation no longer
6598 necessary due to transition away from selective-display.
6599
6600 (set-allout-regexp, allout-up-current-level)
6601 (allout-next-visible-heading, allout-forward-current-level)
6602 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6603 (allout-kill-line, allout-yank-processing, allout-show-children)
6604 (allout-expose-topic, allout-old-expose-topic)
6605 (allout-listify-exposed, allout-insert-latex-header)
6606 (allout-toggle-subtree-encryption, allout-encrypt-string)
6607 (remove-from-invisibility-spec, allout-hide-current-subtree):
6608 Ditched unused variables.
6609
6610 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6611
6612 * textmodes/ispell.el (ispell-change-dictionary): Call
6613 ispell-buffer-local-dict instead of
6614 ispell-accept-buffer-local-defs.
6615 (ispell-local-dictionary-alist): Accept as valid any coding-system
6616 supported by Emacs.
6617 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6618 changed to iso-8859-3.
6619
6620 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6621
6622 * speedbar.el (speedbar-frame-width): Make an inline function
6623 instead of a macro. Use frame-width.
6624 (speedbar-try-completion, speedbar-update-contents)
6625 (speedbar-timer-fn): Use consp.
6626 (speedbar-update-localized-contents): Try to preserve point.
6627
6628 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6629 (menu): Re-order menu items.
6630 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6631 field.
6632 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6633 (gdb-post-prompt): Speed things by not forcing update.
6634
6635 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6636
6637 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6638 press and perform default action if we get a mouse movement event.
6639
6640 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * calendar/icalendar.el (icalendar--get-event-property)
6643 (icalendar--get-event-property-attributes): Fix typos in
6644 docstrings.
6645
6646 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6647 docstring.
6648
6649 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * bs.el (bs-mode): Use `buffer-disable-undo'.
6652 (bs--get-file-name): Simplify.
6653 (bs-show-in-buffer): Mark the buffer as not modified.
6654
6655 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6658 widget-button-click.
6659
6660 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6661 (custom-mode): Update docstring.
6662
6663 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6664 binding.
6665
6666 * files.el (hack-local-variables-confirm): Allow scrolling if the
6667 file variable list is too long. Kill temp buffer after use.
6668
6669 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6670
6671 * progmodes/gud.el (gdb): Improve doc string.
6672 (gdb-script-font-lock-keywords): Expand allowed character set.
6673
6674 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6675 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6676 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6677 (gdb-separate-io-stop, gdb-separate-io-eof):
6678 Rename from gdb-inferior-* to gdb-separate-*.
6679 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6680
6681 2006-02-14 Jay Belanger <belanger@truman.edu>
6682
6683 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6684 expression is a symbol before checking that it is bound.
6685
6686 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6687 test to see if equation can be solved.
6688
6689 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * wid-edit.el (widget-button-click): Use :pressed-face property
6692 for overlay face, if it exists.
6693
6694 * cus-edit.el (custom-manual, custom-add-see-also)
6695 (custom-add-parent-links, custom-group-link): Add :pressed-face
6696 property to links.
6697
6698 * files.el (hack-local-variables): Remove ignored variables before
6699 checking if any variables need setting.
6700
6701 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6702
6703 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6704
6705 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6706
6707 * help.el (where-is): Fix message for remapped commands.
6708
6709 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6710 Fix typos in docstrings.
6711
6712 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6713
6714 * files.el (safe-local-variable-values): New option.
6715 (hack-local-variables-prop-line): Return a list of variable-value
6716 pairs if MODE-ONLY is non-nil.
6717 (hack-local-variables): Construct list of variable-value pairs,
6718 and apply or reject them in one go. Ask for confirmation if
6719 variables are not known safe.
6720 (hack-local-variables-confirm): Complete rewrite. Support
6721 `safe-local-variable-values'.
6722 (enable-local-variables): Update docstring to reflect new
6723 behavior.
6724 (ignored-local-variables): Ignore ignored-local-variables and
6725 safe-local-variable-values.
6726 (safe-local-variable-p): New function.
6727 (risky-local-variable-p): `safe-local-variable' property check
6728 moved to safe-local-variable-p.
6729 (hack-one-local-variable): Checks moved to hack-local-variables.
6730
6731 (byte-compile-dynamic, c-basic-offset, c-file-style)
6732 (c-indent-level, comment-column, fill-column, fill-prefix)
6733 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6734 (no-update-autoloads, outline-regexp, page-delimiter)
6735 (paragraph-start, paragraph-separate, sentence-end)
6736 (sentence-end-double-space tab-width, version-control):
6737 Add `safe-local-variable' property.
6738
6739 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6740
6741 * icomplete.el, play/landmark.el: Change nonexistent
6742 `outline-layout' file variable to `allout-layout'.
6743
6744 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6745
6746 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6747 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6748 to gud-comint-buffer.
6749 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6750 gdb-ui.el for gdb-mi.el.
6751 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6752 registers buffer to gdb-get-changed-registers.
6753 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6754 deletion of catchpoints (throw and catch).
6755 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6756 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6757 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6758 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6759 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6760
6761 2006-02-13 Jay Belanger <belanger@truman.edu>
6762
6763 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6764 expression is a symbol before checking that it is bound.
6765
6766 2006-02-13 Richard M. Stallman <rms@gnu.org>
6767
6768 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6769 for the minibuffer too, but not if resize-mini-windows will interfere.
6770
6771 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6772 inside `interactive' spec.
6773 (describe-key-briefly-internal, describe-key-internal):
6774 Functions merged back into their callers.
6775
6776 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6777
6778 * info.el (info-xref-visited): Inherit from info-xref too.
6779 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6780 when propertizing Info-current-file and Info-current-node.
6781
6782 2006-02-13 Juri Linkov <juri@jurta.org>
6783
6784 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6785 (tumme-thumb-name): Fix per-directory format.
6786
6787 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6788
6789 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6790
6791 2006-02-12 Miles Bader <miles@gnu.org>
6792
6793 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6794
6795 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6796
6797 * tumme.el: Remove history section. If someone needs the it, it
6798 can always be found in CVS.
6799
6800 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6801
6802 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6803 about the Thumbnail Managing Standard option.
6804
6805 2006-02-12 Richard M. Stallman <rms@gnu.org>
6806
6807 * subr.el (substitute-key-definition): Doc fix.
6808
6809 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6810
6811 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6812
6813 * info.el (Info-mode): Doc fix.
6814
6815 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6816
6817 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6820 because on Solaris a POSIX compatible "id" is needed. Reported by
6821 Magnus Henoch <mange@freemail.hu>.
6822
6823 2006-02-12 Juri Linkov <juri@jurta.org>
6824
6825 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6826 (tumme) <defgroup>: Change :group to `multimedia'.
6827 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6828 Managing Standard.
6829 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6830 Fix dostring.
6831 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6832 and %y. Fix docstring.
6833 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6834 (tumme-cmd-create-standard-thumbnail-command): New user options.
6835 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6836 is `standard'. Fix docstring.
6837 (tumme-thumb-width, tumme-thumb-height): New user options.
6838 (tumme-external-viewer): Try to find various viewers.
6839 (tumme-get-thumbnail-image): Use `create-image' instead of
6840 constructing the `image' structure.
6841 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6842 `standard'.
6843 (tumme-thumb-name): Add file name generation for standard storage.
6844 Simplify code for other storages.
6845 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6846 Add modification time %m and thumbnail-nq8 %q.
6847 Use `tumme-cmd-create-standard-thumbnail-command' if
6848 tumme-thumbnail-storage is `standard'.
6849 (tumme-dired-insert-marked-thumbs): New autoload command.
6850 (tumme-dired-after-readin-hook): New function.
6851 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6852 `tumme-thumb-size'.
6853 (tumme-display-image): Replace size-x %x and size-y %y with
6854 width %w and height %h.
6855
6856 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6857 `tumme-dired-insert-marked-thumbs'.
6858
6859 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6860
6861 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6862 include path).
6863 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6864 matching tag.
6865
6866 2006-02-12 Miles Bader <miles@gnu.org>
6867
6868 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6869 New variables.
6870 (rcirc-abbrev-nick): New function.
6871 (rcirc-format-response-string): Rewrite to use the formats in
6872 `rcirc-response-formats' and expand escape sequences therein.
6873 A text-property `rcirc-text' is added over the actual response
6874 text to make easy to find inside the returned string.
6875 (rcirc-print): When filling, just look for the `rcirc-text'
6876 text-property to find the appropriate fill prefix, instead of
6877 using hardwired patterns.
6878
6879 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6880
6881 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6882 Managing Standard.
6883
6884 2006-02-11 Kim F. Storm <storm@cua.dk>
6885
6886 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6887 Don't use insert-buffer; do insert-buffer-substring directly.
6888 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6889
6890 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6891
6892 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6893 with inhibit-read-only. Suggested by Stefan Monnier.
6894 (revert-buffer): Let insert-file-contents discard
6895 buffer-undo-list. Simplify code.
6896 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6897
6898 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6899
6900 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6901
6902 * help.el (describe-key-briefly): Now a wrapper for
6903 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6904 to t. Populate yank-menu if empty.
6905 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6906 (describe-key): Now a wrapper for describe-key-internal. Bind
6907 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6908 (describe-key-internal): Renamed from describe-key.
6909
6910 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6911
6912 * progmodes/glasses.el (glasses-separator): Doc fix.
6913 (glasses-original-separator): New defcustom.
6914 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6915
6916 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6917
6918 * mwheel.el (mouse-wheel-up-event): Doc fix.
6919
6920 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6921
6922 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6923 (tumme-dir): New function. Copied from thumbs.el.
6924
6925 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6926
6927 * desktop.el (desktop-outvar): Fix typo.
6928 (desktop-save-buffer-p): Doc fix.
6929
6930 * subr.el (substitute-key-definition): Fix typo.
6931
6932 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6933
6934 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6935 when window-system is mac.
6936
6937 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6938
6939 2006-02-10 Kim F. Storm <storm@cua.dk>
6940
6941 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6942 indirect-function instead of using condition-case.
6943
6944 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6945
6946 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6947 less `colloquial'...
6948
6949 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6950
6951 * tumme.el: Add a couple of todo items.
6952
6953 2006-02-09 Lars Hansen <larsh@soem.dk>
6954
6955 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6956 (highlight-changes-mode): Don't change desktop-locals-to-save.
6957
6958 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6959
6960 * image-mode.el (image-toggle-display): Clear image cache if using
6961 filename.
6962
6963 2006-02-09 Masatake YAMATO <jet@gyve.org>
6964
6965 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6966 a `dired-man' target.
6967
6968 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6969 boundary of symbols.
6970
6971 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6972
6973 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6974
6975 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6976
6977 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6978 `mapcar'; return nil.
6979
6980 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6981
6982 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6983 some other event.
6984
6985 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6986
6987 * net/rcirc.el (rcirc-startup-channels-alist):
6988 Add irc.freenode.net and #emacs as defaults.
6989 (rcirc-ignore-all-activity-flag): Remove variable.
6990 (rcirc-authinfo): New variable.
6991 (rcirc-authinfo-filename): Remove variable.
6992 (rcirc-always-use-server-buffer-flag): New flag.
6993 (rcirc): M-x rcirc will automatically connect without prompting.
6994 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6995 connection in lisp.
6996 (rcirc-process-server-response-1): Remove everything but the nick
6997 portion of the sender so it doesn't need to be done everywhere
6998 else. Update related code.
6999 (global-map): Remove global keybindings.
7000 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7001 (rcirc-send-input): Split into several functions.
7002 (rcirc-process-input-line, rcirc-process-message)
7003 (rcirc-process-command): New functions.
7004 (rcirc-target-buffer): New function to determine where to route
7005 messages.
7006 (rcirc-user-nick): Save match data.
7007 (rcirc-toggle-ignore-buffer-activity)
7008 (rcirc-update-activity-string): Remove global ignore functionality,
7009 which can be done now by toggling rcirc-track-minor-mode.
7010 (rcirc-track-minor-mode-map): New keymap.
7011 (rcirc-track-minor-mode): New minor-mode.
7012 (ignore): Make the ignore output nicer. Always print it when
7013 adding or removing nicks.
7014 (rcirc-url-regexp): Improve.
7015 (rcirc-mangle-text): Remove properties before using text in the
7016 modeline.
7017 (rcirc-authenticate): Authentication data comes from
7018 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7019 (rcirc-server-prefix): Inherit from rcirc-server.
7020
7021 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7022
7023 * Makefile.in (compile): Append "|| true" to the end of the `find'
7024 command, like compile-always does.
7025
7026 2006-02-08 Sam Steingold <sds@gnu.org>
7027
7028 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7029 output from a dead connection.
7030
7031 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7032
7033 * dired.el (dired-mode-map): Add more bindings for tumme.
7034
7035 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * wdired.el (wdired-mode-map): Use remap.
7038 (wdired-get-filename): Massage.
7039 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7040 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7041 `keymap' property rather than `local-map'.
7042
7043 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7044
7045 * tumme.el (tumme-get-thumbnail-image): New utility function.
7046 Suggested by from Chong Yidong.
7047 (tumme-dired-with-window-configuration): Rename from
7048 `tumme-dired'. Add code to save window configuration.
7049 (tumme-restore-window-configuration): New command to restore the
7050 window configuration that `tumme-dired-with-window-configuration'
7051 saves before it changes the window configuration.
7052 (tumme-show-all-from-dir): New command to display thumbnails for
7053 all files in a directory entered by the user, like M-x thumbs.
7054 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7055 have been created.
7056 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7057 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7058 Remove obsolete test function.
7059
7060 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7061
7062 * vc.el (small-temporary-file-directory): Remove defvar; there's
7063 a defcustom for it in files.el.
7064
7065 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7066 Fix typo in message.
7067 (tumme-gallery-generate): Fix typo in `error' message.
7068 (tumme-display-window-height-correction)
7069 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7070 (tumme-line-up-interactive): Dox fixes.
7071 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7072 (tumme-restore-window-configuration, tumme-format-properties-string)
7073 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7074 Fix typos in docstrings.
7075
7076 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7077
7078 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7079
7080 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7081
7082 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7083 User should use hook if desired.
7084
7085 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7086 buffer if necessary.
7087 (gdb-delete-frame-or-window): New function.
7088 (gdb-breakpoints-mode-map): Bind "q" to it.
7089
7090 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * textmodes/nroff-mode.el: Clean up name space.
7093 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7094 (nroff-mode): Obey the global setting of nroff-electric-mode.
7095 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7096
7097 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7098
7099 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7100
7101 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7102
7103 2006-02-06 Lars Hansen <larsh@soem.dk>
7104
7105 * generic-x.el (etc-fstab-generic-mode): Add file system types
7106 cifs and usbdevfs. Allow special chars in file names.
7107
7108 2006-02-05 Jay Belanger <belanger@truman.edu>
7109
7110 Update copyright notices of the files in lisp/calc.
7111
7112 2006-02-05 Romain Francoise <romain@orebokech.com>
7113
7114 Update copyright notices of all files in the lisp/play directory.
7115
7116 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * ldefs-boot.el: Regenerate.
7119
7120 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7121
7122 2006-02-05 Kim F. Storm <storm@cua.dk>
7123
7124 * files.el (magic-mode-regexp-match-limit): New defvar.
7125 (set-auto-mode): Use it to limit magic-mode-alist matching.
7126
7127 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7128
7129 * simple.el (display-message-or-buffer): Compare the number of
7130 characters to the frame width when determining whether a 1-line
7131 message string will fit in the echo area. Count screen lines
7132 instead of buffer lines when determining whether a multi-line
7133 message will fit in the echo area/minibuffer window.
7134
7135 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7136
7137 * info.el (Info-index, Info-mode): Improve the description of the
7138 `i' command.
7139
7140 * ldefs-boot.el: Regenerate.
7141
7142 2006-02-03 Werner Lemberg <wl@gnu.org>
7143
7144 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7145 greedy to find the closing bracket in \*[...] and similar
7146 expressions. This is a first rough fix -- many additional
7147 refinements are necessary to make nroff mode really usable with groff.
7148
7149 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7150
7151 * international/mule-cmds.el (set-locale-environment):
7152 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7153 libX11.
7154
7155 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7156
7157 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7158 archive are created in archive-tmpdir.
7159
7160 2006-02-02 John Paul Wallington <jpw@pobox.com>
7161
7162 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7163 (ibuffer-fontification-alist): Use it.
7164 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7165 to "* z" and the Ibuffer Mark menu.
7166
7167 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7168
7169 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * textmodes/table.el (*table--cell-describe-mode)
7172 (*table--cell-describe-bindings): Undo last change since
7173 print-help-return-message is not obsoleted by anything at all.
7174
7175 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * emulation/cua-base.el (cua-mode): Doc fix.
7178
7179 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7180
7181 * dframe.el (dframe-handle-make-frame-visible)
7182 (dframe-handle-iconify-frame, dframe-get-focus)
7183 (dframe-select-attached-frame, dframe-power-click)
7184 (dframe-frame-mode): Fix typos in docstrings.
7185
7186 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7187 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7188 Fix typos in docstrings.
7189
7190 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7191 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7192 (hi-lock-archaic-interface-message-used)
7193 (hi-lock-file-patterns-range): Fix typos in docstrings.
7194
7195 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7196 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7197
7198 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7199 Fix typo in docstring.
7200
7201 * net/newsticker.el (newsticker--decode-iso8601-date)
7202 (newsticker--set-customvar, newsticker--buffer-insert-item)
7203 (newsticker--do-run-auto-mark-filter)
7204 (newsticker--parse-generic-feed): Doc fixes.
7205 (newsticker--retrieval-timer-list, newsticker-url-list)
7206 (newsticker-hide-immortal-items-in-echo-area)
7207 (newsticker-hide-obsolete-items-in-echo-area)
7208 (newsticker-new-item-face, newsticker--enclosure)
7209 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7210 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7211 (newsticker--parse-generic-feed, newsticker--cache-contains)
7212 (newsticker--stat-num-items, newsticker-download-enclosures):
7213 Fix typos in docstrings.
7214
7215 * net/rcirc.el (rcirc-debug): Doc fix.
7216 (rcirc-fill-column, rcirc-receive-message-hooks)
7217 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7218 (rcirc-mode, rcirc-generate-new-buffer-name)
7219 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7220 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7221 Fix typos in docstrings.
7222 (rcirc-print): "?\ " -> "?\s".
7223 (rcirc-cmd-join): Improve argument/docstring consistency.
7224
7225 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7226
7227 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7228 before narrow-to-region.
7229
7230 2006-02-01 Richard M. Stallman <rms@gnu.org>
7231
7232 * simple.el (move-beginning-of-line): Scan properly for invis change.
7233
7234 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7235
7236 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7237
7238 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7239 change bit only when id-format is 'integer. Reported by Matt
7240 Hodges <M.P.Hodges@rl.ac.uk>.
7241
7242 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7243
7244 * hilit-chg.el (highlight-changes-initial-state)
7245 (highlight-changes-global-initial-state): Doc fixes.
7246 (highlight-changes-global-modes, global-highlight-changes):
7247 Fix typos in docstrings.
7248
7249 2006-02-01 Kim F. Storm <storm@cua.dk>
7250
7251 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7252 transient-mark-mode in doc string.
7253
7254 2006-01-31 Richard M. Stallman <rms@gnu.org>
7255
7256 * replace.el (multi-occur): Doc fix.
7257 (multi-occur-in-matching-buffers): Rename from
7258 multi-occur-by-filename-regexp. Prefix arg says match
7259 buffer names instead of file names.
7260
7261 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7262
7263 * bs.el: Allow non-default values of `bs-header-lines-length'.
7264 (bs--running-in-xemacs): Remove (not needed anymore).
7265 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7266 instead of `shrink-window', thus avoiding having to compute the
7267 height of the window.
7268 (bs--up): Wrap around even when there's no header.
7269 (bs--down): Use `forward-line' instead of `next-line'.
7270
7271 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7272
7273 * image-mode.el (image-toggle-display): Use file name if possible,
7274 instead of unnecessarily allocating a (possibly huge) lisp string.
7275
7276 2006-01-30 John Paul Wallington <jpw@pobox.com>
7277
7278 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7279 because the `assert' macro signals it at runtime.
7280
7281 * emacs-lisp/cl.el (toplevel): Remove definition of
7282 `cl-assertion-failed' condition.
7283
7284 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7285
7286 * thumbs.el (thumbs-marked-list): Make buffer-local and
7287 permanent-local.
7288 (thumbs-insert-thumb): Make help-echo non-sticky.
7289 (thumbs-file-alist): Use eolp as check for (non)-image.
7290
7291 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7292
7293 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7294 (ediff-before-session-group-setup-hooks)
7295 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7296 Fix typos in docstrings.
7297
7298 * window.el (bw-dir, bw-eqdir, balance-windows)
7299 (split-window-keep-point): Fix typos in docstrings.
7300
7301 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7302 (org-quote-string, org-calendar-to-agenda-key)
7303 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7304 (org-show-following-heading, org-tags-column)
7305 (org-use-tag-inheritance, org, org-allow-space-in-links)
7306 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7307 (org-enable-table-editor, org-calc-default-modes)
7308 (org-table-allow-automatic-line-recalculation)
7309 (org-export-html-style, org-export-with-fixed-width)
7310 (org-export-with-sub-superscripts, org-special-keyword)
7311 (org-formula, org-time-grid, org-table-may-need-update)
7312 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7313 (org-goto-quit, org-get-indentation, org-end-of-item)
7314 (org-move-item-down, org-move-item-up)
7315 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7316 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7317 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7318 (org-agenda-log-mode, org-agenda-toggle-diary)
7319 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7320 (org-agenda-file-to-end, org-agenda-no-heading-message)
7321 (org-agenda-get-closed, org-format-agenda-item)
7322 (org-cmp-priority, org-cmp-category, org-cmp-time)
7323 (org-agenda-change-all-lines, org-agenda-diary-entry)
7324 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7325 (org-link-search, org-camel-to-words, org-open-file)
7326 (org-remember-handler, org-table-convert-region)
7327 (org-table-move-row-down, org-table-move-row-up)
7328 (org-table-copy-region, org-table-wrap-region)
7329 (org-table-toggle-vline-visibility)
7330 (org-table-get-vertical-vector, org-table-modify-formulas)
7331 (org-table-get-specials, org-recalc-commands)
7332 (org-table-rotate-recalc-marks, org-table-eval-formula)
7333 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7334 (org-level-color-stars-only, org-insert-heading):
7335 Fix typos in docstrings.
7336 (last-arg): Add defvar.
7337
7338 * makefile.w32-in (WINS): Add erc.
7339 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7340
7341 2006-01-29 Bill Wohler <wohler@newt.com>
7342
7343 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7344 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7345 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7346 (mh-autoloads): Don't use comments on otherwise empty lines.
7347
7348 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7349
7350 * emulation/viper.el (viper-major-mode-modifier-list): Add
7351 insert-state and vi-state entries for erc-mode.
7352 (viper-go-away, viper-set-hooks): Add and remove
7353 viper-comint-mode-hook from erc-mode-hook as appropriate.
7354
7355 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7356
7357 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7358
7359 * bs.el (bs--format-aux): Implement `middle' alignment as
7360 described in the docstring for `bs-attributes-list'.
7361 (bs--get-name): Simplify. Don't pad the buffer name.
7362
7363 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7364
7365 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7366 English aspell dictionary is installed, use the first entry of
7367 ispell-dictionary-alist-1.
7368
7369 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7370
7371 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7372 Doc fix.
7373
7374 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7375
7376 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7377 for `process-file', in order to let it work for older Emacsen too.
7378
7379 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7380
7381 * international/latexenc.el: Add a suitable `coding:' tag.
7382 (latexenc-find-file-coding-system): Undo last change.
7383
7384 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7385
7386 * international/latexenc.el (latexenc-find-file-coding-system):
7387 Make sure latexenc-main-file is a regular file and is readable.
7388
7389 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7390
7391 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7392 Pass FILE to vc-user-login-name.
7393
7394 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7395
7396 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7397
7398 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7399 there are no more images to display.
7400 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7401 the next image.
7402
7403 2006-01-26 Richard M. Stallman <rms@gnu.org>
7404
7405 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7406
7407 * wid-edit.el (advertised-widget-backward): New alias.
7408 (widget-keymap): Use advertised-widget-backward for S-TAB.
7409
7410 * tumme.el: Correct the keywords.
7411 (tumme-dir-max-size): Use defvar.
7412 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7413
7414 * simple.el (move-beginning-of-line): Take account of fields.
7415 (clone-indirect-buffer-other-window): Take args like
7416 clone-indirect-buffer, and work like it.
7417
7418 * help-fns.el (describe-function): Don't pass `nil' as default.
7419
7420 * files.el (risky-local-variable-p): Follow var aliases.
7421
7422 * subr.el (lazy-completion-table): Doc fix.
7423
7424 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7425 global binding of `line'.
7426
7427 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7428
7429 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7430 Tramp.
7431
7432 * vc.el (vc-default-dired-state-info): Pass FILE to
7433 vc-user-login-name.
7434 (vc-default-update-changelog): Don't use vc-user-login-name, we
7435 don't need it here.
7436
7437 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7438 no longer necessary.
7439
7440 2006-01-25 Kenichi Handa <handa@m17n.org>
7441
7442 * international/mule.el (decode-char): Avoid the overhead of
7443 calling utf-lookup-subst-table-for-decode if
7444 utf-translate-cjk-mode is nil.
7445 (encode-char): Avoid the overhead of calling
7446 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7447 nil.
7448
7449 2006-01-22 Kenichi Handa <handa@m17n.org>
7450
7451 * international/mule.el (make-subsidiary-coding-system): Reset
7452 `coding-system-define-form' property of subsidiaries to nil.
7453 Avoid duplicated entry in coding-system-alist.
7454 (make-coding-system): Avoid duplicated entry in
7455 coding-system-alist.
7456 (define-coding-system-alias): Likewise.
7457
7458 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7459
7460 * completion.el: Minor fixes in introductory comment.
7461 (completion-def-wrapper): Fix alist.
7462
7463 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7464
7465 * thumbs.el (thumbs-new-image-size): New function.
7466 (thumbs-increment-image-size-element)
7467 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7468 (thumbs-decrement-image-size): Delete.
7469 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7470 temp files and use to resize.
7471 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7472 Use increment argument to enlarge/shrink. Preserve point.
7473 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7474 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7475 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7476 (thumbs-mark, thumbs-unmark): Preserve point.
7477 (thumbs-modify-image): Keep old temp files and use to modify.
7478 Cleanup old temp files at load time. Preserve point.
7479 (thumbs-view-image-mode-map): Use new command names.
7480
7481 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7484
7485 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7486 the nastiest part of the cyclic dependency.
7487 (cal-menu-update): Use dotimes and calendar-increment-month.
7488
7489 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7490 (calendar-week-start-day): Add an :initializer.
7491 (calendar-mode-map): Use suppress-keymap, and command remapping.
7492 (describe-calendar-mode): Setup xref-stack info for the back button.
7493 (calendar-star-date): Insert before delete.
7494 (calendar-set-mode-line): Add file-modified info if applicable.
7495 (calendar-increment-month): New function.
7496
7497 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7498
7499 * font-lock.el (lisp-font-lock-keywords-2):
7500 Recognize "& keywords" only at word boundaries.
7501
7502 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7503
7504 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7505 and permanent-local.
7506 (thumbs-max-image-number): New variable.
7507 (thumbs-do-thumbs-insertion): Use them.
7508 (thumbs-per-line): Change default to 4.
7509 (thumbs-marked-list): Rename from thumbs-markedL.
7510 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7511 (thumbs-rename-images): Use -list instead of L for internal variables.
7512 (thumbs-call-convert): Use call-process instead of shell-command.
7513 (thumbs-insert-thumb): Add filename as help-echo to each image.
7514 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7515 Give dir to thumbs-show-thumbs-list.
7516 (thumbs-show-thumbs-list): Set default-directory to that of images.
7517 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7518 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7519 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7520 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7521
7522 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * ses.el (ses-read-cell): Provide a default value.
7525
7526 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7527
7528 * term/w32-win.el (image-library-alist): Add additional names for
7529 GIF library.
7530
7531 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7532
7533 * international/latexenc.el (latexenc-find-file-coding-system):
7534 Add file-regular-p check.
7535
7536 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * simple.el (clone-buffer): Don't show the new buffer in the same
7539 window.
7540
7541 2006-01-23 Juri Linkov <juri@jurta.org>
7542
7543 * faces.el (link, link-visited): New faces based on default values
7544 of `info-xref' and `info-xref-visited'.
7545
7546 * info.el (info-xref): Inherit from `link'.
7547 (info-xref-visited): Inherit from `link-visited'.
7548
7549 * cus-edit.el (custom-buffer-create-internal): Use widget type
7550 `custom-manual' instead of `info-link' and don't set properties
7551 `button-face' and `mouse-face' explicitly.
7552 (custom-browse-group-tag, custom-browse-variable-tag)
7553 (custom-browse-face-tag): Inherit from widget class
7554 `custom-group-link' instead of `push-button'.
7555 (custom-button-unraised): Inherit from `underline' face.
7556 (custom-link): Inherit from `link' face. Fix doc and group.
7557 (custom-add-parent-links, custom-group-value-create): Don't set
7558 properties `button-face' and `mouse-face' explicitly for
7559 `custom-group-link' widget.
7560 (custom-group-link): Add properties `button-face' and `mouse-face'
7561 to widget definition.
7562 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7563 editable-field's :keymap property.
7564 (custom-mode): Fix docstring: substitute keybindings for
7565 `widget-forward' and `widget-backward' from `widget-keymap',
7566 `widget-complete' from `custom-field-keymap', replace old
7567 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7568
7569 * desktop.el (desktop-load-file): Check for `fboundp' before
7570 calling `symbol-function'.
7571
7572 * simple.el (clone-buffer, clone-indirect-buffer)
7573 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7574 `read-string'. Fix prompts.
7575
7576 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7577
7578 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7579
7580 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7581
7582 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * startup.el (inhibit-splash-screen, initial-scratch-message):
7585 Doc fixes.
7586
7587 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7588
7589 Sync with Tramp 2.0.52.
7590
7591 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7592 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7593 `tramp-unload-tramp' for checklist.
7594
7595 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7596 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7597 (tramp-unload-file-name-handler-alist)
7598 (tramp-unload-tramp): New defuns.
7599 (tramp-advice-PC-expand-many-files): New defadvice.
7600 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7601 removed.
7602 (tramp-handle-expand-file-name): Remove double slash.
7603 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7604 It doesn't matter, because it will be converted later on.
7605 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7606 implementation was just heuristic.
7607 (tramp-post-connection): Set uid and gid properties.
7608 (tramp-convert-file-attributes): Set file's gid change bit.
7609 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7610 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7611 in case of su(do)? methods. The home directory of the local user
7612 will be taken else.
7613 (tramp-open-connection-telnet)
7614 (tramp-open-connection-rsh, tramp-open-connection-su)
7615 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7616 local shell prompt could hurt. Reported by Romain Francoise
7617 <romain@orebokech.com>.
7618 (tramp-let-maybe): Add `edebug-form-spec' property.
7619 (tramp-handle-expand-file-name): Bind `default-directory' locally
7620 to "/" in order to avoid problems with UNC shares or Cygwin
7621 mounts.
7622 (tramp-md5-function): Fix typo in error message.
7623
7624 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7625
7626 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7627 for byte-compiler pacification.
7628
7629 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7630
7631 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7632 ID-FORMAT `string'. This allows us to get rid of
7633 `vc-user-login-name UID'.
7634
7635 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7636
7637 2006-01-22 John Paul Wallington <jpw@pobox.com>
7638
7639 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7640
7641 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7642
7643 * emacs-lisp/find-func.el (find-definition-noselect)
7644 (find-variable-noselect): Search variables in C source code too.
7645 (find-function-C-source, find-function-noselect, find-function)
7646 (find-function-other-frame, find-variable-noselect, find-variable)
7647 (find-variable-other-frame, find-variable-at-point):
7648 Fix docstrings.
7649
7650 2006-01-21 Francesco Potorti` <pot@gnu.org>
7651
7652 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7653
7654 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7655
7656 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7657 Default to disabling the "Save affix" question.
7658
7659 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7660
7661 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7662 the first arg to run-python.
7663
7664 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7665
7666 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7667 is not loaded.
7668
7669 2006-01-20 Jay Belanger <belanger@truman.edu>
7670
7671 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7672 limit is 0.
7673
7674 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7675 the correct variable.
7676
7677 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7678
7679 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7680 link. Fixed buggy argument sequence in call to `org-view-tags'.
7681 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7682 (org-prefix-has-tag): New variable.
7683 (org-format-agenda-item): Remove tags from headline if
7684 appropriate.
7685 (org-agenda-remove-tags-when-in-prefix): New option.
7686 (org-get-tags-at): New function.
7687
7688 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7689
7690 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7691 (thumbs-find-image): Move image name and number from buffer name
7692 to mode name. Set thumbs-buffer. Preserve point so that large
7693 images remain visible.
7694 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7695 order.
7696 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7697 mode name.
7698 (thumbs-next-image, thumbs-previous-image): Make them work.
7699
7700 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7701
7702 * cus-edit.el (custom-buffer-create-internal): State in the text above
7703 the whole buffer buttons that they do not operate on hidden items.
7704 (custom-face-menu): Use `custom-face-save' instead of
7705 `custom-face-save-command'.
7706 (custom-face-save-command): Make it an alias for `custom-face-save'
7707 and declare it obsolete.
7708 (custom-face-save): Doc fix.
7709
7710 * dired.el (dired-no-confirm): Add quote.
7711 (dired-subdir-alist-pre-R): Add quote in
7712 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7713
7714 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * textmodes/table.el (table-mode-indicator): Typo in last change.
7717
7718 2006-01-19 Richard M. Stallman <rms@gnu.org>
7719
7720 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7721 Fixes bug reported in Nov 2005.
7722
7723 * isearch.el (isearch-forward): Doc fix.
7724
7725 * dired.el (dired-move-to-filename-regexp): Define as alias.
7726 (dired-no-confirm): Use defcustom.
7727 (dired-subdir-alist-pre-R): Put defvar at top level.
7728
7729 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7730
7731 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7732 Mark as risky.
7733
7734 * simple.el (set-mark-command): Doc fix.
7735 (clone-indirect-buffer-other-window):
7736 Read arg like clone-indirect-buffer.
7737 (move-beginning-of-line): Skip invisible newlines.
7738
7739 2006-01-19 Masatake YAMATO <jet@gyve.org>
7740
7741 * progmodes/cpp.el (cpp-edit-load): Make the order of
7742 listed conditions in a base C code buffer and its associate
7743 CPP Edit buffer the same.
7744
7745 2006-01-19 Kenichi Handa <handa@m17n.org>
7746
7747 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7748 (rmail-mime-feature): Likewise.
7749 (rmail-require-mime-maybe): Use display-warning to show a warning
7750 message.
7751
7752 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7753 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7754
7755 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7756
7757 * array.el: Move defvars out of eval-when-compile.
7758 (array-make-template): Replace undeclared global var with a local one.
7759 (array-mode): Inline initialization functions.
7760 (array-init-local-variables, array-init-max-row)
7761 (array-init-max-column, array-init-columns-per-line)
7762 (array-init-field-width, array-init-rows-numbered)
7763 (array-init-line-length, array-init-lines-per-row): Remove.
7764
7765 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7766 (doc-mode-map): Define explicitly.
7767 (doctor-txtype): Use mapc.
7768
7769 * textmodes/table.el: Move defvars out of eval-when-compile.
7770 Remove harmful code meant to avoid byte-compiler warnings.
7771 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7772 specification that checks table-fixed-width-mode directly.
7773 (table-recognize-region, table-recognize-cell):
7774 Use restore-buffer-modified-p.
7775 (table-fixed-width-mode): Remove code that refreshes
7776 table-fixed-mode-indicator.
7777 (*table--cell-describe-bindings, *table--cell-describe-mode):
7778 Avoid obsolete name print-help-return-message.
7779 (table--test-cell-list): Don't use replace-regexp from elisp.
7780 (table--point-entered-cell-function, table--point-left-cell-function):
7781 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7782
7783 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7784 that was after the end of file. Use buffer-file-name variable.
7785 (org-timestamp-change): Use with-current-buffer.
7786 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7787 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7788 `file'.
7789
7790 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7791 (fortran-break-line): Remove unused var `opoint'.
7792 (fortran-abbrev-start): Obey help-event-list.
7793
7794 2006-01-18 Jesper Harder <harder@phys.au.dk>
7795
7796 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7797
7798 2006-01-18 Masatake YAMATO <jet@gyve.org>
7799
7800 * progmodes/make-mode.el (makefile-imake-mode): New mode
7801 derived from makefile-mode.
7802 (makefile-imake-mode-syntax-table): New syntax table
7803 derived from makefile-mode-syntax-table.
7804 (makefile-mode): Write about makefile-imake-mode in doc string.
7805 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7806 (makefile-imake-font-lock-keywords): New font lock keywords.
7807
7808 * files.el (auto-mode-alist): Add Imakefile.
7809
7810 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7811
7812 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7813 loading the file rather than when turning on flyspell-mode.
7814
7815 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7816
7817 * cus-edit.el (customize-rogue): Minor doc fix.
7818
7819 2006-01-17 Juri Linkov <juri@jurta.org>
7820
7821 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7822 instead of the file at the mark as default if the file at the mark
7823 is the same as the file at point or if dired-dwim-target-directory
7824 is not the same as the current directory and the mark is not active.
7825
7826 * log-view.el (log-view-minor-wrap): Use the same logic to get
7827 revisions as `log-view-diff'.
7828
7829 * info.el (Info-revert-find-node): Check for Info-current-file
7830 before preserving new-history.
7831
7832 * man.el (Man-heading-regexp): Add `/'.
7833
7834 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7835 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7836
7837 2006-01-16 Juri Linkov <juri@jurta.org>
7838
7839 * faces.el (mode-line-faces): New defgroup.
7840 (mode-line-highlight): Move definition after new defgroup.
7841 (mode-line, mode-line-inactive, mode-line-highlight):
7842 Replace :group `modeline' with `mode-line-faces'.
7843 (mode-line-buffer-id): New face.
7844 (modeline-buffer-id): New face alias.
7845 (vertical-border): Remove :group `modeline'.
7846
7847 * bindings.el (propertized-buffer-identification): Use face
7848 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7849 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7850 (mode-line-buffer-identification-keymap): For mouse-1 replace
7851 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7852 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7853 mouse-3.
7854
7855 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7856 Buffer-menu-buffer. Doc fix.
7857 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7858 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7859 `Buffer-menu-buffer'.
7860
7861 * info.el (Info-mode-line-node-keymap): New defvar.
7862 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7863 Propertize Info-current-node with `mode-line-buffer-id' and
7864 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7865
7866 * time.el (display-time-mail-face): Replace :group `faces' with
7867 `mode-line-faces'.
7868
7869 2006-01-16 Kenichi Handa <handa@m17n.org>
7870
7871 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7872
7873 * language/european.el (cp1252): New alias for windows-1252.
7874
7875 * international/mule.el (autoload-coding-system): Prepare for EOL
7876 variants.
7877
7878 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7879
7880 * term.el (term-raw-map): Add mapping for insert.
7881 (term-send-insert): New.
7882 (term-mode): Make variables local here instead of doing it in
7883 `term-emulate-terminal'.
7884 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7885 Scroll reverse needs to take into account the scroll region.
7886 Saving and restoring the cursor should save the color attributes too.
7887 (term-reset-terminal): Reset the scroll region.
7888 (term-handle-ansi-escape): Cursor up and down should take into
7889 account the scroll region.
7890 (term-set-scroll-region): Rename from `term-scroll-region'.
7891 Move to 0,0 after setting the region.
7892 (term-handle-scroll): Handle scroll up.
7893 (term-down): Fix off by one error.
7894 (term-delete-lines): Do not delete outside the scroll region.
7895 (term-insert-lines): Take into account the scroll region.
7896
7897 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * textmodes/ispell.el (ispell-internal-change-dictionary)
7900 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7901 (start, end): Move declaration outside of eval-when-compile.
7902
7903 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7904 (flyspell-mode-on): Use it.
7905
7906 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7907 ispell-kill-ispell-hook.
7908
7909 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7912 (Custom-reset-saved): Do not ask for confirmation in single option
7913 buffers.
7914
7915 2006-01-13 Richard M. Stallman <rms@gnu.org>
7916
7917 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7918
7919 2006-01-13 Romain Francoise <romain@orebokech.com>
7920
7921 * add-log.el (add-change-log-entry, change-log-merge):
7922 Conditionally use `hard-newline'.
7923
7924 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7925
7926 * wid-edit.el (widget-field-end): If the overlay is no longer
7927 associated with a buffer, behave as if the overlay didn't exist.
7928
7929 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7930 Make sure the links use the `custom-link' face.
7931
7932 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7935 (ld-script-mode): Don't set indent-line-function since we don't
7936 have one.
7937
7938 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7939
7940 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7941 application.
7942 (org-file-apps-defaults-gnu): Use mailcap as the default for
7943 selecting an application on a UNIX system.
7944 (org-agenda-show-tags): New command.
7945 (org-table-insert-hline): Keep cursor in current table line.
7946 (org-table-convert): Offset effect of modifying
7947 `org-table-insert-hline'.
7948 (org-format-agenda-item): New optional argument TAG.
7949 (org-compile-prefix-format): Handle %T format for the tag.
7950 (org-expand-wide-chars): New function.
7951 (org-table-insert-row, org-table-insert-hline):
7952 Use `org-expand-wide-chars'.
7953 (org-open-file): Fix bug in program launch.
7954 (org-get-time-of-day): Fix bug with times before 1am.
7955 (org-agenda-menu): Add tags commands.
7956
7957 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7958
7959 * textmodes/ispell.el (ispell-init-process): Include the used
7960 dictionary in ispell process start message.
7961 (ispell-internal-change-dictionary): When flyspell-mode is active
7962 and dictionary is changed, make sure ispell process is restarted
7963 and flyspell word cache cleared out for the current buffer.
7964 (ispell-change-dictionary): Make sure flyspell word cache is
7965 cleared out in all buffers with active flyspell mode when
7966 dictionary is globally changed.
7967 Call ispell-internal-change-dictionary after dictionary change.
7968
7969 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7970
7971 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7972
7973 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7974 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7975 years. Fix small differences wrt Makefile.in.
7976 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7977 Makefile.in does.
7978
7979 2006-01-12 Bill Wohler <wohler@newt.com>
7980
7981 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7982 mh-search.el.
7983
7984 2006-01-12 Masatake YAMATO <jet@gyve.org>
7985
7986 * progmodes/ld-script.el: Update copyright year.
7987
7988 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7989
7990 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7991 Don't add widget if setting undefined.
7992
7993 2006-01-12 John Paul Wallington <jpw@pobox.com>
7994
7995 * help-fns.el (describe-variable): Remove newlines from void
7996 variable output.
7997
7998 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7999
8000 * wdired.el (wdired-mode-map): Add help echo for
8001 wdired-abort-changes.
8002
8003 * man.el (Man-file-name-regexp): Adjust for a list of files.
8004
8005 2006-01-12 Masatake YAMATO <jet@gyve.org>
8006
8007 * progmodes/ld-script.el (auto-mode-alist): Support
8008 suffix conventions used in netbsd and eCos.
8009
8010 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
8011
8012 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8013 (custom-variable-menu, custom-face-menu, custom-group-menu)
8014 (Custom-mode-menu): Change names of menu items. (As discussed on
8015 emacs-devel.)
8016 (custom-face-menu): Add "Undo Edits" item.
8017
8018 * startup.el (init-file-user): defcustom -> defvar.
8019
8020 * tooltip.el (tooltip-mode): Doc fix.
8021
8022 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * reveal.el (reveal-post-command): window-buffer signals an error on
8025 dead windows rather than returning nil.
8026 (reveal-open-new-overlays): An overlay might die while we open others.
8027
8028 2006-01-11 Bill Wohler <wohler@newt.com>
8029
8030 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8031 phrasing in docstring.
8032
8033 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8034 can give some systems gas. Add new file mh-buffers.el.
8035
8036 2006-01-06 Masatake YAMATO <jet@gyve.org>
8037
8038 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8039 C preprocessor forward ported from GNU Emacs 21.2.
8040
8041 * progmodes/asm-mode.el (asm-font-lock-keywords):
8042 Use `cpp-font-lock-keywords'.
8043
8044 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8045
8046 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8047 of $ for "\\.ld[s]?".
8048
8049 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8052 (tcl-indent-line): Return `noindent' if inside a string.
8053
8054 * progmodes/flymake.el (flymake-split-string): Remove more than one
8055 empty string at beg/end of the result.
8056 (flymake-find-buildfile, flymake-find-possible-master-files):
8057 Use expand-file-name.
8058 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8059 since expand-file-name does it for us. Use directory-file-name.
8060 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8061 (flymake-ler-get-type, flymake-ler-get-text)
8062 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8063 (flymake-current-line-no): Remove spurious interactive spec.
8064 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8065 (flymake-check-include): Remove arg inc-path merged into inc-name.
8066 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8067 Arg regexp-list replaced by a simple regexp.
8068 (flymake-master-make-header-init, flymake-master-tex-init):
8069 Correspondingly replace regexp-list with a regexp. Fix regexp.
8070
8071 2006-01-10 Simon Josefsson <jas@extundo.com>
8072
8073 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8074 describing AUTH PLAIN fix.
8075
8076 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8077
8078 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8079 (report-emacs-bug): Don't record initial prompt text.
8080 Instead, add text properties to prompting text.
8081 (report-emacs-bug-hook): Delete prompting text.
8082
8083 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8084
8085 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8086 `dirs'. Adjust callers.
8087
8088 2006-01-09 John Paul Wallington <jpw@gnu.org>
8089
8090 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8091
8092 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * reveal.el (reveal-open-new-overlays): New extracted fun.
8095 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8096 using them. Simplify the code.
8097 (reveal-post-command): Use them. Fix up obsolete windows in
8098 reveal-open-spots.
8099
8100 * progmodes/flymake.el: Use `require' rather than autoload for
8101 XEmacs's overlays.
8102 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8103 Delete. Use file-relative-name instead.
8104 (flymake-get-syntax-check-program-args, flymake-perl-init):
8105 Simplify the resulting code.
8106
8107 * log-view.el (log-view-file-re, log-view-message-re): Add support
8108 for DaRCS output.
8109
8110 2006-01-09 Alex Schroeder <alex@gnu.org>
8111
8112 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8113 identifiers sometimes added in square brackets at the beginning of
8114 subject lines.
8115
8116 2006-01-07 Richard M. Stallman <rms@gnu.org>
8117
8118 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8119 (Custom-reset-current, Custom-reset-saved): Change question text.
8120 (Custom-reset-standard): Likewise.
8121 (custom-variable-reset-saved): Doc fix.
8122
8123 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8124
8125 * startup.el (init-file-user): Doc fix.
8126
8127 2006-01-07 Alex Schroeder <alex@gnu.org>
8128
8129 * mail/rmail.el (rmail-current-subject): New function.
8130 (rmail-current-subject-regexp): New function.
8131 (rmail-next-same-subject): Use it.
8132
8133 * mail/rmailsum.el (rmail-summary-by-topic):
8134 Use rmail-current-subject and rmail-current-subject-regexp.
8135 (rmail-summary-next-same-subject): Ditto.
8136
8137 * net/rcirc.el (rcirc-send-input): No longer check whether the
8138 process is open, since not all commands need an open process.
8139 (rcirc-send-string): Check whether the process is open before
8140 sending anything.
8141 (rcirc-ignore-list): New option.
8142 (rcirc-ignore-list-automatic): New variable.
8143 (rcirc-print): Take rcirc-ignore-list into account.
8144 (rcirc-cmd-ignore): New command.
8145 (rcirc-ignore-update-automatic): New function.
8146 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8147 list if ignored nicks.
8148 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8149
8150 2006-01-06 David Reitter <david.reitter@gmail.com>
8151
8152 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8153 reflect the address to which the report will be sent.
8154
8155 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8156
8157 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8158 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8159
8160 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8161
8162 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8163
8164 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8165 the doc string: "functoin" => "function".
8166 * ldefs-boot.el: Likewise.
8167
8168 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8169 message text: "Duplicat" => "Duplicate".
8170
8171 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8172
8173 * files.el (basic-save-buffer-2): If backing-up failed, reset
8174 buffer-backed-up to nil.
8175
8176 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8177
8178 * progmodes/gud.el (gdb-script-skip-to-head)
8179 (gdb-script-calculate-indentation): Indent for breakpoint command
8180 lists also.
8181
8182 2006-01-05 Bill Wohler <wohler@newt.com>
8183
8184 * Makefile.in (compile-always): Add mh-autoloads dependency.
8185 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8186 provides it.
8187 (updates): Remove mh-autoloads dependency, since it probably has
8188 already run recently (via recompile).
8189
8190 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8193 argument `force' to disable the flyspell-last-buffer optimization.
8194 (flyspell-mode-on): Use it.
8195
8196 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8197 flymake-simple-cleanup.
8198 (flymake-allowed-file-name-masks): Use this new default.
8199 All the functions are now called in the right buffer rather than
8200 passing the buffer as argument.
8201 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8202 (flymake-parse-err-lines): Remove redundant buffer arg.
8203 (flymake-get-program-dir): Comment out unused function.
8204 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8205 Remove redundant buffer argument.
8206 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8207 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8208
8209 2006-01-05 Richard M. Stallman <rms@gnu.org>
8210
8211 * info.el (Info-find-node): Don't record previous node if have none.
8212 (info): Go to directory only if history is empty.
8213
8214 * simple.el (mark): Doc fix.
8215
8216 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8217
8218 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8219 already of desired type.
8220 (mac-ae-list): Coerce parameter to "list" type.
8221 (mac-dispatch-apple-event): Replace cadr part of event with a
8222 dummy position so that event-start returns it.
8223
8224 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8225
8226 * textmodes/org.el (org-end-of-subtree): New function.
8227 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8228 Use `org-end-of-subtree'.
8229 (org-agenda, org-agenda-convert-date): Protect calls to
8230 `fit-window-to-buffer'.
8231 (org-tags-view): Force matching of sublevels when doing a
8232 todo-only search. Define the correct redo command, including the
8233 arguments.
8234 (org-agenda-redo): Display message.
8235 (org-check-for-org-mode): New function.
8236 (org-agenda-type): New variable.
8237 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8238 Set `org-agenda-type'.
8239 (org-agenda-check-type): New function.
8240 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8241 (org-agenda-week-view, org-agenda-day-view)
8242 (org-agenda-next-date-line, org-agenda-previous-date-line)
8243 (org-agenda-log-mode, org-agenda-toggle-diary)
8244 (org-agenda-toggle-time-grid, org-agenda-date-later)
8245 (org-agenda-date-prompt, org-agenda-diary-entry)
8246 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8247 (org-agenda-convert-date, org-agenda-menu):
8248 Use `org-agenda-check-type'.
8249 (org-make-overlay, org-delete-overlay)
8250 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8251 New compatibility functions.
8252 (org-calendar-select-mouse): New command.
8253
8254 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8255
8256 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8257 (Custom-reset-standard): Fix y-or-n-p messages.
8258 (custom-link): New face for links.
8259 (custom-buffer-create-internal, custom-manual): Use it.
8260 (custom-face-save): Push to theme-face before setting face spec.
8261
8262 * wid-edit.el (widget-default-mouse-face-get): New function.
8263 (widget-specify-button): Handle mouse-face like button-face.
8264
8265 * custom.el (load-theme): Clear old theme settings if reloading.
8266
8267 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8268
8269 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8270 "Erase Customization" button back to same position it occupies in
8271 the individual State menus.
8272
8273 2006-01-04 Kim F. Storm <storm@cua.dk>
8274
8275 * wid-edit.el (key-sequence): Rework widget to read key binding
8276 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8277 (widget-key-sequence-default-value): Default value for empty sequence.
8278 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8279 (widget-key-sequence-read-event): New command for C-q.
8280 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8281 (widget-key-sequence-value-to-external): New functions.
8282
8283 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8286 Use expand-file-name.
8287 (flymake-delete-temp-directory): Use expand-file-name,
8288 file-name-directory, and directory-file-name.
8289 (flymake-strrchr): Delete.
8290 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8291 to the init-f function.
8292 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8293 (flymake-init-find-buildfile-dir)
8294 (flymake-init-create-temp-source-and-master-buffer-copy)
8295 (flymake-simple-make-init-impl, flymake-simple-make-init)
8296 (flymake-master-make-init, flymake-master-make-header-init)
8297 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8298 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8299 (flymake-xml-init): Remove corresponding redundant buffer argument.
8300 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8301 the default anyway. Clean up regexps.
8302
8303 * progmodes/flymake.el (flymake-temp-source-file-name)
8304 (flymake-master-file-name, flymake-temp-master-file-name)
8305 (flymake-base-dir): New buffer-local vars.
8306 (flymake-buffer-data, flymake-get-buffer-value)
8307 (flymake-set-buffer-value): Replace those hash-tables by the new
8308 buffer-local vars. Update callers.
8309
8310 * progmodes/flymake.el (flymake-check-start-time)
8311 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8312 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8313 Move definition, so we can remove redundant earlier declaration.
8314 (flymake-replace-regexp-in-string, flymake-split-string)
8315 (flymake-get-temp-dir): Use defalias.
8316 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8317 (flymake-xemacs-window-edges): Remove unused function.
8318 (flymake-get-point-pixel-pos): Move.
8319 (flymake-pid-to-names, flymake-reg-names)
8320 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8321 Replace by a simple list flymake-processes and by process-buffer.
8322 Update callers. Other than simplify the code, it uses buffers rather
8323 than buffer-names so it doesn't get confused by uniquify.
8324 (flymake-buffer-data): The global value should just be nil.
8325
8326 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8327 Optimize the body of a defalias like any other code.
8328
8329 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8330 Make sure we've setup font-lock's vars. It may influence which
8331 function we then call.
8332 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8333 here since it's too late anyway.
8334
8335 2006-01-03 Romain Francoise <romain@orebokech.com>
8336
8337 * startup.el (fancy-splash-tail, normal-splash-screen):
8338 Update copyright year.
8339
8340 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8341
8342 * mouse.el (mouse-drag-track): Rename, from
8343 `mouse-drag-region-1'. Includes optional argument required to
8344 enable post-drag event processing (e.g. delete region keys).
8345 Can be used without this argument to track a mouse region and operate
8346 on it as soon as the drag completes.
8347 (mouse-drag-region): Use `mouse-drag-track'.
8348
8349 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8350
8351 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8352 Move to `custom-buffer' group.
8353
8354 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8355 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8356 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8357 (custom-theme-face-menu): New variables.
8358 (custom-theme-add-variable, custom-theme-variable-action)
8359 (custom-variable-reset-theme, custom-theme-delete-variable)
8360 (custom-face-reset-theme, custom-theme-face-action)
8361 (custom-theme-delete-face, custom-theme-merge-theme)
8362 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8363
8364 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8365
8366 * custom.el: Move Custom Themes commentary to start of theme code.
8367 (custom-known-themes): Rename `standard' theme to `changed'.
8368 (custom-push-theme): Caller no longer specifies what theme to use
8369 when doing `reset'---the setting is simply removed from the theme.
8370 Delete MODE from `theme-value' and `theme-settings' properties.
8371 (custom-declare-theme): Ignore &rest args since we don't use them.
8372
8373 (custom-loaded-themes): Delete variable.
8374 (custom-theme-load-themes, custom-theme-loaded-p)
8375 (custom-theme-value): Delete functions.
8376
8377 (custom-declare-theme): Signal error on invalid theme names.
8378 (provide-theme): custom-loaded-themes was deleted.
8379 (load-theme): Load the file unconditionally.
8380 (enable-theme): Call `load-theme' if theme is undefined.
8381 (custom-enabled-themes): Only update value for successful loads.
8382 (disable-theme): Complete from enabled themes when interactive.
8383 (custom-variable-theme-value): Calculate theme value directly.
8384
8385 (custom-theme-reset-variables, custom-reset-variables): Mark as
8386 XEmacs compatibility functions. We don't actually use these.
8387
8388 * cus-edit.el (custom-variable-state-set):
8389 Use custom-variable-theme-value instead of custom-theme-value.
8390 (custom-face-state-set): Rename `standard' theme to `changed'.
8391 (custom-save-variables, custom-save-faces): Delete unneeded
8392 references to custom-reset-variables.
8393 (custom-save-resets): Delete function.
8394 (custom-save-variables, custom-save-faces): MODE argument deleted.
8395 (custom-save-variables, custom-save-faces): Ignore theme values.
8396
8397 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8398 compatibility function.
8399
8400 2006-01-01 Richard M. Stallman <rms@gnu.org>
8401
8402 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8403 (Custom-reset-current, Custom-reset-saved): Likewise.
8404 (Custom-reset-standard): Show message if aborted.
8405 (custom-mode): Doc fix, describing those commands.
8406
8407 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8408 put on event-kind property.
8409
8410 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8411
8412 * custom.el (provide-theme): Ban `user' theme name.
8413 (custom-enabling-themes): New variable.
8414 (enable-theme): Don't enable user if custom-enabling-themes is t.
8415 (custom-enabled-themes): Make it a defcustom.
8416 (custom-theme-recalc-face): No-op if face is undefined.
8417
8418 * cus-edit.el (custom-button-mouse): New variable.
8419 (custom-button-mouse): New face.
8420 (custom-raised-buttons, custom-mode): Use it.
8421
8422 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8423
8424 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8425
8426 * progmodes/gud.el (gud-display-line): Support hl-line in the
8427 source buffer.
8428
8429 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8430
8431 * mouse.el (mouse-drag-window-above): Verify that the found window
8432 overlaps with the given window in the horizontal dimension.
8433
8434 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8435
8436 * Makefile.in (cvs-update): New target.
8437
8438 * makefile.w32-in (cvs-update): Ditto.
8439
8440 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8441
8442 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8443 (custom-new-theme-mode-map): New variable.
8444
8445 2005-12-30 Richard M. Stallman <rms@gnu.org>
8446
8447 * custom.el (custom-load-themes): Function deleted.
8448
8449 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8450 (custom-save-variables): Don't delete or add custom-load-themes call.
8451
8452 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * cus-start.el: Add `visible-cursor'.
8455
8456 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8457 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8458 (flymake-process-filter): Switch to buffer before calling it instead.
8459 (flymake-post-syntax-check, flymake-highlight-err-lines)
8460 (flymake-delete-own-overlays, flymake-parse-err-lines)
8461 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8462 (flymake-count-lines, flymake-parse-residual):
8463 Remove constant buffer argument.
8464 (flymake-start-syntax-check-for-current-buffer): Remove.
8465 Update callers to use flymake-start-syntax-check instead.
8466 (flymake-display-err-menu-for-current-line):
8467 Remove unused var `mouse-pos'.
8468 (flymake-restore-formatting): Comment out unused function.
8469 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8470 argument, use current-buffer instead. Update callers.
8471
8472 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8473
8474 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8475 buffer-local because choose-completion-delete-max-match requires
8476 that we set completion-ignore-case (i.e., binding via let is not
8477 sufficient).
8478 (bibtex-complete): Always set completion-ignore-case and
8479 choose-completion-string-functions. The latter is needed because
8480 choose-completion-string-functions keeps its value if we quit the
8481 *Completions* buffer without requesting a completion.
8482
8483 2005-12-30 Andreas Schwab <schwab@suse.de>
8484
8485 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8486
8487 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8488
8489 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8490
8491 2005-12-30 Juri Linkov <juri@jurta.org>
8492
8493 * locate.el (locate-fcodes-file, locate-header-face)
8494 * progmodes/delphi.el (delphi-other-face)
8495 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8496
8497 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8498 group `paren-showing-faces'.
8499
8500 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8501 (goto-address): Fix docstring.
8502
8503 * net/webjump.el (webjump-sample-sites): Update URLs.
8504
8505 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8506
8507 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8508
8509 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * font-lock.el (font-lock-compile-keywords): Signal an error when
8512 font-lock-set-defaults hasn't been called.
8513
8514 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * subr.el (noreturn, 1value): Doc fixes.
8517
8518 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8519
8520 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8521 that assoc-string returns nil.
8522
8523 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8524
8525 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8526 (bibtex-entry-type-str, bibtex-empty-field-re)
8527 (bibtex-search-backward-string, bibtex-preamble-prefix)
8528 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8529 (bibtex-any-valid-entry-type): New variable.
8530 (bibtex-parse-field-name): Simplify.
8531 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8532 (bibtex-preamble-prefix): Include left delimiter.
8533 (bibtex-search-forward-field, bibtex-search-backward-field):
8534 Allow unbounded search past entry boundaries (required by bibtex-pop).
8535 (bibtex-text-in-field-bounds): Use push.
8536 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8537 (bibtex-parse-preamble, bibtex-valid-entry)
8538 (bibtex-beginning-first-field): New functions.
8539 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8540 (bibtex-map-entries): Fix docstring.
8541 (bibtex-flash-head): New arg prompt. Simplify.
8542 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8543 (bibtex-insert-kill): Simplify. Always insert text past the
8544 current field or entry.
8545 (bibtex-format-entry): Use bibtex-parse-field.
8546 (bibtex-pop): Use bibtex-beginning-of-entry and
8547 bibtex-end-of-entry to initiate the search. Insert empty field if
8548 we found ourselves.
8549 (bibtex-print-help-message): New args field and comma.
8550 Handle entry keys.
8551 (bibtex-make-field): Use bibtex-beginning-of-entry.
8552 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8553 invalid entry.
8554 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8555 Handle preambles. Simplify code for thorough test.
8556 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8557 New arg comma. Handle entry heads.
8558 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8559 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8560 New arg comma.
8561 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8562 (bibtex-fill-field): Simplify.
8563 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8564 bibtex-parse-field.
8565 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8566 (bibtex-complete): Use bibtex-parse-preamble.
8567
8568 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8569
8570 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8571 Display name of expression instead of convenience variable.
8572 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8573
8574 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8575 toggle-gud-tooltip-dereference.
8576 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8577 (gud-tooltip-tips): ...here when dereferencing.
8578
8579 2005-12-28 Bill Wohler <wohler@newt.com>
8580
8581 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8582
8583 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8586 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8587 (vc-annotate-display-autoscale): Adjust call.
8588 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8589 Fix interactive spec.
8590 (vc-annotate-time-span): Remove.
8591 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8592 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8593 (vc-annotate-display-select): Use new name.
8594
8595 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8596 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8597 Correct the construction of span entries. Simplify.
8598 (vc-annotate-display-select): Fix the nil case.
8599 (vc-annotate): Remove obsolete (and now broken) code.
8600 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8601 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8602
8603 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8604
8605 * subr.el (lazy-completion-table): Correct typo in docstring.
8606
8607 * startup.el (command-line): Use `custom-reevaluate-setting' for
8608 `send-mail-function'.
8609
8610 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8611
8612 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8613
8614 * mail/smtpmail.el (smtpmail-try-auth-methods):
8615 Send credentials together with "AUTH PLAIN" command.
8616
8617 2005-12-27 Richard M. Stallman <rms@gnu.org>
8618
8619 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8620 mouse-2, go back to previously selected window, so it's selected
8621 when mouse-2 command runs.
8622
8623 2005-12-27 Juri Linkov <juri@jurta.org>
8624
8625 * descr-text.el (describe-text-sexp): Use square brackets for
8626 button [Show] to distinguish it from the property value `show'.
8627 (describe-property-list): Use `insert-text-button' with
8628 `help-face' type instead of putting face in quotes, because button
8629 is not created automatically for a list of faces.
8630 (describe-text-properties-1): Put button-type value in quotes to
8631 distinguish from plain text "button".
8632 (describe-char): Display code point values in hex. Don't use
8633 `symbol-name' for `current-input-method' because it is a string.
8634 Use `insert-text-button' with `help-face' type instead of putting
8635 hardcoded face in quotes, because button is not created automatically.
8636
8637 2005-12-27 Richard M. Stallman <rms@gnu.org>
8638
8639 * progmodes/glasses.el (glasses-face): More specific custom type.
8640
8641 * files.el (set-visited-file-name): Doc fix.
8642
8643 * textmodes/flyspell.el (flyspell-external-point-words):
8644 Use local var buffer-scan-pos to advance scan for next misspelling.
8645 Advance it only after we find the misspelling.
8646
8647 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8648
8649 * textmodes/flyspell.el (flyspell-external-point-words):
8650 New criteria for finding the misspelling in the buffer.
8651
8652 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8653
8654 * help-mode.el (help-insert-string): Set help-xref-stack-item
8655 rather than call help-setup-xref.
8656
8657 * descr-text.el (describe-char): Revert previous changes for
8658 optional buffer argument.
8659
8660 2005-12-27 Juri Linkov <juri@jurta.org>
8661
8662 * help-mode.el (help-insert-string): New function. Save buffer
8663 contents in cases where it is impossible to recompute the old contents.
8664
8665 * descr-text.el (describe-char): Set help-xref-stack-item
8666 explicitly after buffer has been generated.
8667
8668 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8669
8670 * cus-start.el (all): Add x-gtk-show-hidden-files.
8671
8672 2005-12-26 Richard M. Stallman <rms@gnu.org>
8673
8674 * replace.el (perform-replace): Calculate match-again
8675 before skipping read-only matches.
8676
8677 * paren.el (paren-showing-faces): New group.
8678 (show-paren-match, show-paren-mismatch): Move to that group.
8679
8680 * button.el (button): Put into group `basic-faces'.
8681
8682 * progmodes/make-mode.el: Remove faces from group `faces'.
8683
8684 * apropos.el (apropos, apropos-value): Doc fix.
8685 (apropos-documentation): Doc fix.
8686
8687 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * subr.el (lazy-completion-table): Remove argument `args'.
8690
8691 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8692 Don't use the `args' argument of lazy-completion-table.
8693
8694 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8695
8696 * descr-text.el (describe-char): Add optional argument for buffer.
8697 Set buffer appropriately. Call help-setup-xref.
8698 Suggested by Stefan Monnier.
8699
8700 2005-12-26 Juri Linkov <juri@jurta.org>
8701
8702 * descr-text.el: Require `help-fns' at runtime. Don't require
8703 `button' for byte compilation.
8704 (describe-text-widget): Add `help-echo' for first button.
8705 Use `help-info' for second.
8706 (describe-property-list): Use `help-argument-name' instead of `italic'.
8707 (describe-text-category): Add prompt to interactive spec.
8708 Call `help-setup-xref'.
8709 (describe-char): Use `help-character-set'. Add `help-echo' for
8710 code point. Use `help-input-method'. Remove superfluous insert.
8711
8712 2005-12-25 Richard M. Stallman <rms@gnu.org>
8713
8714 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8715 at point, in case of narrowing.
8716
8717 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8718
8719 * locate.el (locate-header-face): Allow nil in type.
8720
8721 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8722
8723 2005-12-25 Romain Francoise <romain@orebokech.com>
8724
8725 * battery.el (battery-linux-proc-acpi): Also try
8726 `/proc/acpi/thermal_zone/THM0/temperature'.
8727
8728 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * custom.el (custom-push-theme): Fix docstring.
8731
8732 * cus-edit.el (custom-variable-set, custom-variable-save)
8733 (custom-variable-save): Custom-quote widget values.
8734 (customize-save-variable): Fix custom-push-theme call.
8735
8736 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8737
8738 * w32-fns.el (w32-batch-update-autoloads): New function.
8739
8740 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8741 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8742 from the command line.
8743
8744 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8745
8746 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8747 reset means to remove setting from theme entirely. Don't keep
8748 expanding theme-settings list; delete old entries if necessary.
8749
8750 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8751 customization" button one line up.
8752 (custom-themed): New face.
8753 (custom-magic-alist): New value, THEMED, for theme settings.
8754 (custom-variable-state-set, custom-face-state-set):
8755 Check theme-value instead of saved-value.
8756 (custom-variable-reset-standard, custom-face-reset-standard):
8757 Remove theme setting entirely. Recalculate new values.
8758 (custom-variable-set, custom-variable-set)
8759 (custom-variable-reset-saved, custom-variable-reset-backup)
8760 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8761 (custom-variable-save): Fix typos.
8762
8763 2005-12-23 Juri Linkov <juri@jurta.org>
8764
8765 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8766 Add autoload cookies.
8767 (edebug-outside-d-c-i-n-s-w): New variable.
8768 (edebug-display, edebug-outside-excursion): Use it to save the
8769 original value of default-cursor-in-non-selected-windows.
8770 Set default-cursor-in-non-selected-windows to t while Edebug
8771 is active.
8772 (edebug-mode, edebug-eval-mode): Doc fix.
8773
8774 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8775 with `buffer-substring-no-properties' to remove common substring
8776 highlighting.
8777
8778 * info.el (info-other-window, info): Rename function argument
8779 `file' to `file-or-node'.
8780 (Info-complete-menu-item): Use local variable `complete-nodes' to
8781 keep the global value of `Info-complete-nodes' unchanged for
8782 subsequent completions.
8783 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8784
8785 * simple.el (get-next-valid-buffer, last-buffer)
8786 (next-error-buffer-p, next-error-find-buffer)
8787 (minibuffer-history-sexp-flag): Doc fix.
8788
8789 * savehist.el (savehist-mode-hook): Add `:group'.
8790
8791 * log-view.el: Call autoload for vc-find-version.
8792 (log-view-current-file): Adjust subgroup numbers.
8793 (log-view-current-tag): Add `length'.
8794
8795 2005-12-23 Richard M. Stallman <rms@gnu.org>
8796
8797 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8798
8799 2005-12-23 Juri Linkov <juri@jurta.org>
8800
8801 * hi-lock.el (hi-lock-archaic-interface-message-used)
8802 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8803 (hi-lock-mode): Display "Hi" in the mode line only when
8804 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8805 (hi-lock-write-interactive-patterns):
8806 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8807 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8808 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8809 font-lock-add-keywords to t.
8810
8811 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8812
8813 * hi-lock.el (hi-lock-highlight-range): New variable.
8814 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8815 only if font-lock-fontified is non-nil. Remove overlays.
8816 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8817 font-lock-fontified is non-nil, otherwise use overlays (instead of
8818 text properties).
8819 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8820 New variables.
8821 (hi-lock-string-serialize) New function.
8822
8823 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8824
8825 * menu-bar.el (menu-find-file-existing): New function.
8826 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8827
8828 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8829
8830 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * vc.el: Remove unnecessary leading * in docstrings.
8833 (vc-annotate-mode-map): Move initialization into declaration.
8834 (vc-static-header-alist): Nitpick on the regexp.
8835 (vc-default-init-version): New fun.
8836 (vc-register): Use it.
8837 (vc-insert-headers): Use dolist.
8838 (vc-annotate-get-backend): Remove unused function.
8839 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8840 (vc-annotate-mode): Remove corresponding call.
8841 (vc-annotate-car-last-cons): Simplify.
8842 (vc-annotate-buffers): Remove var.
8843 (vc-annotate-backend): Make it buffer-local.
8844 (vc-annotate): Move the interaction to the interactive spec.
8845 Add a `buf' argument.
8846 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8847 killing&creating a vc-annotate buffer, which is very disruptive when
8848 the buffers are shown in dedicated frames.
8849
8850 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8851
8852 * descr-text.el: Add FSF as maintainer.
8853 (describe-text-mode, describe-text-mode-map)
8854 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8855 help-mode.
8856 (describe-text-widget, describe-text-sexp)
8857 (describe-property-list, describe-text-category)
8858 (describe-text-properties, describe-text-properties-1)
8859 (describe-char): Use help buttons instead of widgets.
8860 (describe-char-unicodedata-file): Make URL link in doc string.
8861
8862 2005-12-22 Richard M. Stallman <rms@gnu.org>
8863
8864 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8865 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8866 Don't include buttons that write a file when there's no file.
8867 (custom-variable-menu, custom-face-menu, custom-group-menu):
8868 Don't include commands that write a file when there's no file.
8869 (customize-browse): Reword the top-of-buffer help intro.
8870 (custom-buffer-create-internal): Fix previous change.
8871 (customize-changed-options-previous-release): Prev release is 21.1.
8872 (customize-changed-options): Doc fix.
8873 (customize-changed): New alias.
8874 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8875 Say "standard values".
8876 (Custom-reset-standard): Doc fix.
8877 (custom-face-reset-standard): Doc fix.
8878
8879 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8882 even if font-lock-mode is non-nil since it may be t without having
8883 turned on font-lock-mode-internal.
8884 (font-lock-choose-keywords): Minor optimization.
8885 (font-lock-add-keywords, font-lock-remove-keywords)
8886 (font-lock-set-defaults): Don't call make-local-variable on a variable
8887 that we know to already be local.
8888
8889 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8890
8891 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8892 messages if in the minibuffer.
8893
8894 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8897 (tex-mode-flyspell-verify, flyspell-get-word)
8898 (flyspell-external-point-words): Don't use point-min/max uselessly.
8899
8900 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8901 by Kevin Rodgers. Instead, just hide the completions buffer if we
8902 don't need to show it.
8903
8904 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8905
8906 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8907
8908 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8911 delete-windows-on with an inexistent buffer.
8912
8913 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8914
8915 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8916 Delete defcustom variable :tag names.
8917
8918 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8921 (log-view-font-lock-keywords): Ajust subgroup numbers.
8922 (log-view-current-tag): Don't hard code the number of subgroups.
8923
8924 2005-12-20 Juri Linkov <juri@jurta.org>
8925
8926 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8927 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8928
8929 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8930 (menu-bar-non-minibuffer-window-p): Instead of checking
8931 display-multi-frame-p, use selected-frame when menu-updating-frame
8932 is nil.
8933
8934 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8935
8936 * align.el (align-rules-list): Use [ \t] instead of \s-
8937 for column separators in text mode.
8938
8939 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8940
8941 * help-mode.el (help-customize-variable, help-customize-face):
8942 Don't pop help-xref-stack as help-follow no longer pushes
8943 anything on to it.
8944
8945 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8946
8947 * textmodes/org.el (org-agenda-custom-commands): New option.
8948 (org-agenda): Offer custom commands on splash screen.
8949 (org-make-tags-matcher): Parser for Boolean logic added.
8950 (org-agenda-set-tags): New command.
8951 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8952 (org-set-tags): Efficiency improvements.
8953 (org-auto-align-tags): New option.
8954 (org-todo, org-demote, org-promote): Realign tags.
8955 (org-tags-completion-function): Use also "&" and "|" as separators.
8956 (org-org-menu): Agenda commands simplified.
8957
8958 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * cus-edit.el (customize-apropos, customize-apropos-options):
8961 Docstring changes.
8962
8963 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8964
8965 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8966
8967 * longlines.el (longlines-mode): Wrap while widened.
8968 (longlines-decode-region, longlines-encode-region): Compute max
8969 just once.
8970
8971 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8972
8973 * cus-edit.el (mac): New group.
8974
8975 * cus-start.el (all): Add user options in macterm.c. Add test for
8976 Mac-related built-ins. Fix test for GTK-related built-ins.
8977
8978 * term/mac-win.el (mac-handle-language-change)
8979 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8980 (mac-services-open-selection, mac-services-mail-selection)
8981 (mac-services-mail-to, mac-services-insert-text)
8982 (mac-dispatch-apple-event): Add docstrings.
8983 (x-get-selection, mac-select-convert-to-string): Select coding
8984 system from `utf-16be' and `utf-16le' using `byteorder'.
8985
8986 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8989 a "list" (lambda ...) rather than a real completion list.
8990
8991 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8992 lexical-let when encountering ((lambda (...) ...) ...).
8993
8994 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * progmodes/sh-script.el (sh-mode):
8997 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8998 * textmodes/picture.el (picture-mode): Update docstrings.
8999
9000 2005-12-17 Eli Zaretskii <eliz@gnu.org>
9001
9002 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9003 commands enclosed in $(ARGQUOTE)s should not be split between two
9004 lines, as that will break with GNU Make >3.80, when sh.exe is used
9005 and arg quoting is with '..'.
9006 (autoloads): Don't break the quoted --eval expression between
9007 several lines.
9008
9009 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9010
9011 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9012 Capture error from printing circular structures.
9013
9014 2005-12-17 Martin Rudalics <rudalics@gmx.at>
9015
9016 * wid-edit.el (widget-checkbox-action): Clear undo info.
9017
9018 2005-12-16 Bill Wohler <wohler@newt.com>
9019
9020 * menu-bar.el (kill-this-buffer): Set a good example by using menu
9021 bar, not menubar in comment.
9022
9023 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9026 After-change-functions should not clobber the match data.
9027
9028 2005-12-16 Juri Linkov <juri@jurta.org>
9029
9030 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9031 instead of `buffer-substring'.
9032 (completion-common-substring): Doc fix.
9033 (completion-setup-function): Use minibuffer-completion-contents
9034 instead of minibuffer-contents. Don't set common-string-length
9035 initially. Remove special handling of partial-completion-mode.
9036 Move computation of completion-base-size into one cond.
9037 Call completion-base-size-function in mainbuf. In computation of
9038 completion-base-size for file name completion don't move point to
9039 the end of the minibuffer. Move computation of common-string-length
9040 into one cond. Start putting faces only when common-string-length>=0.
9041 Add condition to put completions-common-part when
9042 common-string-length>0.
9043
9044 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9045 place point at the first different character in the minibuffer
9046 even if this position is at the beginning of the minibuffer.
9047
9048 * info.el (Info-read-node-name-1): In completion-base-size-function's
9049 lambda return 1 if common-substring or minibuffer-completion-contents
9050 starts with (, and 0 otherwise.
9051
9052 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9053 Use `crm-current-element' for second arg of `display-completion-list'.
9054
9055 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9056
9057 * files.el (set-auto-mode): Look for an interpreter specified on
9058 the first line also if search for mode specification succeeded,
9059 but the mode is not known.
9060
9061 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9062
9063 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9064 (org-open-at-point): Implement tag searches as links.
9065 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9066 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9067 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9068 (org-agenda-dispatch): New commands.
9069 (org-use-tag-inheritance, org-tags-column): New options.
9070 (org-tab-follows-link, org-return-follows-link): New options.
9071 (org-tags): New customize group.
9072 (org-start-icalendar-file): Get local time zone.
9073 (org-tags-completion-function): New function.
9074 (org-set-font-lock-defaults): Make sure links will also be
9075 highlighted inside headlines.
9076
9077 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9078
9079 * term.el (term-emulate-terminal):
9080 Let term-handle-ansi-terminal-messages override what Bash says about
9081 its current directory.
9082
9083 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9084
9085 * bindings.el (last-buffer): Move to simple.el.
9086 * simple.el (last-buffer): Move here.
9087 (get-next-valid-buffer): New function.
9088 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9089 (prev-buffer): Ditto. Rename to `previous-buffer'.
9090
9091 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9092 * bindings.el (global-map): Ditto.
9093
9094 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9095
9096 * cus-edit.el: Introductory comment change.
9097 (custom-magic-alist): Change message string for the `rogue' state.
9098
9099 2005-12-15 Richard M. Stallman <rms@gnu.org>
9100
9101 * tooltip.el: Delete defcustom variable :tag names.
9102
9103 * complete.el (partial-completion-mode): Doc fix.
9104
9105 * textmodes/flyspell.el (flyspell-external-point-words):
9106 Use save-excursion to ensure we don't move backward in the
9107 search loop, not even one character.
9108 (flyspell-delete-all-overlays): Use remove-overlays directly.
9109
9110 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9111 (ispell-start-process): Set that variable.
9112 Clear ispell-buffer-local-name.
9113 (ispell-internal-change-dictionary):
9114 Set ispell-current-dictionary after killing process.
9115 (ispell-buffer-local-dict):
9116 Don't set spell-personal-dictionary after killing process.
9117 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9118 (ispell-tex-skip-alists, ispell-html-skip-alists)
9119 (ispell-skip-region-alist): Mark as risky.
9120
9121 * net/newsticker.el (newsticker--retrieval-timer-list)
9122 (newsticker--display-timer, newsticker-running-p)
9123 (newsticker-ticker-running-p): Definitions moved up.
9124
9125 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9126
9127 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9128
9129 2005-12-15 David Ponce <david@dponce.com>
9130
9131 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9132 (recentf-edit-list, recentf-open-files): Signal an error when
9133 there is no recent file.
9134
9135 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9136
9137 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9138 read-only except for texinfo-format-region evaluation.
9139
9140 2005-12-14 Richard M. Stallman <rms@gnu.org>
9141
9142 * vc.el (vc-default-previous-version, vc-default-next-version)
9143 (vc-do-command): Doc fixes.
9144
9145 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9146
9147 * textmodes/bibtex.el (bibtex-expand-strings)
9148 (bibtex-autokey-expand-string, bibtex-name-part)
9149 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9150 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9151 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9152 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9153 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9154 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9155 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9156 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9157 (bibtex-beginning-of-last-entry): Remove.
9158 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9159 message if comma is missing but buffer is read-only.
9160 (bibtex-parse-field-text): Handle whitespaces at the end of field
9161 text. Return 3-element list with beginning and end of field text
9162 and end of field.
9163 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9164 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9165 (bibtex-search-forward-field, bibtex-search-backward-field):
9166 Search always delimited by limits of entry. Use more efficient
9167 search algorithms.
9168 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9169 bibtex-end-of-name-in-field.
9170 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9171 extracting the content of a field.
9172 (bibtex-text-in-field): Use search limits.
9173 (bibtex-parse-string-prefix): Handle empty string keys based on
9174 bibtex-string-empty-key.
9175 (bibtex-parse-string): Fix docstring.
9176 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9177 (bibtex-preamble-prefix, bibtex-strings): New functions.
9178 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9179 BibTeX entries (consistent with other BibTeX functions).
9180 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9181 (bibtex-search-entry): Fix docstring. Simplify.
9182 (bibtex-flash-head, bibtex-complete-string-cleanup)
9183 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9184 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9185 (bibtex-parse-entry): New optional arg content.
9186 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9187 Use bibtex-text-in-field-bounds.
9188 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9189 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9190 bibtex-parse-string-postfix.
9191 (bibtex-find-text-internal): New function.
9192 (bibtex-remove-delimiters): Use it.
9193 (bibtex-find-text): Use it. New optional arg help.
9194 (bibtex-complete): Handle BibTeX string and preamble entries.
9195 (bibtex-Preamble): Fix order of closing delimiters.
9196
9197 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * vc.el (vc-default-revert): New fun.
9200
9201 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9202
9203 2005-12-14 Romain Francoise <romain@orebokech.com>
9204
9205 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9206 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9207 (font-lock-remove-keywords): Likewise.
9208
9209 2005-12-14 Juri Linkov <juri@jurta.org>
9210
9211 * log-view.el (log-view-diff): Doc fix.
9212
9213 * isearch.el (isearch-query-replace): Use (mark) instead of
9214 isearch-opoint if mark is active in transient-mark-mode.
9215
9216 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9217
9218 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9219
9220 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9221
9222 * progmodes/cpp.el (cpp-face): New widget.
9223 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9224
9225 2005-12-14 Juri Linkov <juri@jurta.org>
9226
9227 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9228 around `erase-buffer' and `insert'.
9229
9230 * descr-text.el (describe-text-properties): Replace buffer name
9231 "*Help-2*" with "*Help*<2>".
9232 (describe-char): Add functions print-help-return-message,
9233 toggle-read-only. Use help-setup-xref with nil to not store
9234 describe-char in help-xref-stack. Use help-make-xrefs to
9235 make [back] button.
9236
9237 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9238
9239 * wdired.el (wdired-old-point): New internal variable.
9240 (wdired-change-to-wdired-mode): Set it buffer-locally.
9241 (wdired-abort-changes): Restore point after aborting changes.
9242
9243 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * vc.el (vc-do-command): Add a new value t for okstatus.
9246
9247 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9248 frame in case of errors.
9249
9250 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9251
9252 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9253 so it comes after "On the Left" in the menu.
9254
9255 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9256
9257 * cus-edit.el (customize-apropos, customize-apropos-options)
9258 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9259
9260 2005-12-12 Bill Wohler <wohler@newt.com>
9261
9262 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9263 non-writable Subversion-controlled files by saving window
9264 configuration before calling vc-do-command. vc-do-command calls
9265 pop-to-buffer on error which is unexpected during registration.
9266
9267 2005-12-12 Jay Belanger <belanger@truman.edu>
9268
9269 * calc/README: Update the summary of changes.
9270
9271 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * descr-text.el (describe-char): Rework last fix to solve the problem
9274 is the same way it's solved for everything else in that function
9275 (i.e. by extracting the info before setting up the *Help* buffer).
9276
9277 2005-12-12 Kim F. Storm <storm@cua.dk>
9278
9279 * subr.el (version-regexp-alist): Allow space as separator before
9280 non-numeric part, e.g. "1.0 alpha".
9281 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9282
9283 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9284
9285 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9286 Implement Logging and the keep-modes setting.
9287 (org-get-category): Make sure a string is returned.
9288 (org-log-done): New function.
9289 (org-log-done, org-closed-string): New options.
9290
9291 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9292
9293 * tooltip.el (tooltip-y-offset): Change default to 20.
9294
9295 2005-12-12 Richard M. Stallman <rms@gnu.org>
9296
9297 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9298
9299 * frame.el (display-hourglass): Doc fix.
9300
9301 * help.el (help-for-help-internal): Simplify entry for `a'.
9302
9303 * info.el (Info-on-current-buffer): Doc fix.
9304 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9305
9306 * startup.el (inhibit-splash-screen): Make this the real name.
9307 (inhibit-startup-message): Make this the alias.
9308 (command-line): Find only simple.el, and use its directory
9309 to fill in other preloaded files' names.
9310 (command-line): Deactivate the mark if deactivate-mark is set.
9311
9312 * international/mule.el (load-with-code-conversion):
9313 Bind deactivate-mark.
9314
9315 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9316
9317 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9318
9319 * cus-edit.el (customize-apropos): Avoid listing an option more
9320 than once under different aliases. No longer list user options
9321 that are not defined with defcustom (unless a prefix arg is given).
9322 Doc fix.
9323 (customize-apropos-options): Doc fix.
9324
9325 2005-12-11 Juri Linkov <juri@jurta.org>
9326
9327 * frame.el (set-background-color, set-foreground-color)
9328 (set-cursor-color, set-mouse-color, set-border-color):
9329 Add explicit prompts to read colors by `facemenu-read-color'.
9330 (show-trailing-whitespace, blink-cursor-delay)
9331 (blink-cursor-interval, display-hourglass, hourglass-delay):
9332 Remove tags.
9333 (display-hourglass, hourglass-delay): Doc fix.
9334 (cursor-in-non-selected-windows): Capitalize words in tag.
9335
9336 * faces.el (frame-background-mode): Replace `choice-item' keywords
9337 with `const' to not make [default] button. Change default value tag
9338 from `default' to `automatic'. Doc fix.
9339 (trailing-whitespace) <defface>: Change group `whitespace' to
9340 `whitespace-faces'.
9341
9342 2005-12-11 Richard M. Stallman <rms@gnu.org>
9343
9344 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9345
9346 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9347
9348 * term/mac-win.el: Create keymap for mac-apple-event-map.
9349
9350 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9351
9352 * tooltip.el (tooltip-mode): Move to start of file so that it
9353 appears at top of customize buffer.
9354
9355 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9356 Add the gud groupname.
9357 (gud-tooltip-mode): Add the tooltip groupname.
9358 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9359 avoid conflict with tooltip-use-echo-area.
9360
9361 2005-12-10 Romain Francoise <romain@orebokech.com>
9362
9363 * help.el (help-for-help-internal): Add `r' in doc string.
9364
9365 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9366
9367 * align.el (align-regexp, align-highlight-rule):
9368 Use region-beginning and region-end instead of point and mark, so that
9369 repetition (with `repeat-complex-command') recomputes the region
9370 bounds.
9371
9372 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9373
9374 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9375 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9376 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9377 (balance-windows): Rewrite using the above new functions.
9378
9379 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9380
9381 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9382 react if global-hi-lock-mode seems intended.
9383 (global-hi-lock-mode) Renamed from hi-lock-mode.
9384 (hi-lock-archaic-interface-message-used)
9385 (hi-lock-archaic-interface-deduce): New variables.
9386 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9387 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9388 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9389 Replace hi-lock-buffer-mode with hi-lock-mode.
9390
9391 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9392
9393 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9394 completion list, even after a partial completion has been
9395 inserted in the current buffer. If there are more than 1
9396 completion, redisplay the *Completions* buffer; if the
9397 completion is unique, delete the *Completions* window.
9398
9399 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9400
9401 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9402 strings and long subject lines that were broken into multiple
9403 lines at arbitrary places. Handle subjects that have "Re: " in
9404 the middle.
9405
9406 2005-12-10 John W. Eaton <jwe@octave.org>
9407
9408 * emacs/octave-mod.el (octave-electric-space): Don't indent
9409 comments or strings if octave-auto-indent is nil.
9410
9411 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9412
9413 * term/mac-win.el: Require url when compiling.
9414 Call mac-process-deferred-apple-events after loading init files.
9415 (mac-apple-event-map): New defvar. Define event handlers in it.
9416 (core-event, internet-event): New Apple event class symbols.
9417 (open-application, reopen-application, open-documents)
9418 (print-documents, open-contents, quit-application)
9419 (application-died, show-preferences, autosave-now, get-url):
9420 New Apple event ID symbols.
9421 (about): New HICommand ID symbol.
9422 (mac-event-spec, mac-event-ae): New macros.
9423 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9424 (mac-ae-selection-range, mac-ae-text-for-search)
9425 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9426 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9427 and Services menu events are now defined in mac-apple-event-map.
9428 (mac-drag-n-drop): Remove selection range handling.
9429
9430 2005-12-10 Kenichi Handa <handa@m17n.org>
9431
9432 * simple.el (zap-to-char):
9433 * isearch.el (isearch-process-search-char): Translate CHAR by
9434 translation-table-for-input.
9435
9436 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * foldout.el (foldout-exit-fold): Properly hide subtree.
9439
9440 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9441
9442 * files.el (save-buffer):
9443 * international/ucs-tables.el (ucs-set-table-for-input):
9444 * mail/mail-extr.el (mail-extract-address-components):
9445 * mail/sendmail.el (mail-mode): Reformat doc string.
9446
9447 2005-12-09 Juri Linkov <juri@jurta.org>
9448
9449 * isearch.el (isearch-highlight): Change main overlay priority
9450 from 1 to 1001. Simplify.
9451 (isearch-lazy-highlight-update): Change lazy overlay priority
9452 from 0 to 1000.
9453
9454 * replace.el (replace-highlight): Change overlay priority from
9455 1 to 1001.
9456
9457 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9458 Change overlay priority from 1 to 1001. Reuse existing overlay.
9459
9460 * compare-w.el (compare-windows-highlight): Change overlay
9461 priority from 1 to 1000.
9462
9463 * menu-bar.el (menu-bar-edit-menu): Add listp around
9464 pending-undo-list to disable menu item "undo" when pending
9465 undo list is empty.
9466
9467 * locate.el (locate): Disable undo in *Locate* buffer.
9468
9469 2005-12-09 Kim F. Storm <storm@cua.dk>
9470
9471 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9472
9473 2005-12-09 David Ponce <david@dponce.com>
9474
9475 * recentf.el: Improvement of the menu code.
9476 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9477 instead of menu hook.
9478 (recentf-show-menu, recentf-hide-menu): New functions.
9479 (recentf-menu-customization-changed, recentf-mode): Use them.
9480 (recentf-menu-action, recentf-max-menu-items)
9481 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9482 (recentf-arrange-by-rule-others)
9483 (recentf-arrange-by-rules-min-items)
9484 (recentf-arrange-by-rule-subfilter) : Don't use
9485 `recentf-menu-customization-changed'.
9486 (recentf-arrange-rules): Likewise. Accept functions to compute
9487 sub-menu titles.
9488 (recentf-menu-filter): Likewise. Doc fix.
9489 (recentf-menu-value-shortcut): Doc fix.
9490 (recentf-dump-variable): Quote atom value.
9491 (recentf-make-menu-items): Update to use it as a menu filter.
9492 (recentf-match-rule): New function.
9493 (recentf-arrange-by-rule): Use it.
9494 (recentf-indirect-mode-rule): New function.
9495 (recentf-build-mode-rules): Use it.
9496 (recentf-dir-rule): New function.
9497 (recentf-arrange-by-dir): Use it.
9498 (recentf-filter-changer-current): Rename from
9499 `recentf-filter-changer-state'. All references updated.
9500 (recentf-filter-changer-alist): Update filter names.
9501 (recentf-filter-changer-select): New function.
9502 (recentf-filter-changer): Use it. Make a sub-menu from filters
9503 available in `recentf-filter-changer-alist'.
9504 (recentf-data-cache, recentf-clear-data)
9505 (recentf-update-menu): Remove. All references updated.
9506 (recentf-match-rule-p, recentf-build-dir-rules)
9507 (recentf-filter-changer-goto-next)
9508 (recentf-filter-changer-get-current)
9509 (recentf-filter-changer-get-next): Remove.
9510
9511 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9512
9513 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9514 buffer "Reset" button to "Reset to Current" for consistency with
9515 the State buttons.
9516
9517 2005-12-08 John Paul Wallington <jpw@pobox.com>
9518
9519 * ibuf-ext.el (define-ibuffer-filter filename):
9520 If `dired-directory' is a list then really use its car.
9521
9522 2005-12-08 Kim F. Storm <storm@cua.dk>
9523
9524 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9525 Fix indention of text on right side of replaced rectangle.
9526
9527 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9528
9529 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9530 No need to check gud-comint-buffer is bound.
9531 (gdb): Prevent multiple debugging when first session uses gdba.
9532
9533 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9534
9535 CC Mode update to 5.31.
9536
9537 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9538 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9539 We might do this function properly in the future).
9540
9541 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9542 New macros c-sentence-end and c-default-value-sentence end, to cope
9543 with Emacs 22's new function `sentence-end'.
9544
9545 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9546
9547 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9548 compat issue using `c-put-overlay' and `c-delete-overlay'.
9549
9550 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9551 New compat macros to handle overlays/extents.
9552
9553 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9554
9555 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9556 (for GNU Emacs 20.4)
9557
9558 * progmodes/cc-defs.el:
9559 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9560
9561 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9562 highlighting mechanism so it will work in XEmacs too.
9563
9564 * progmodes/cc-defs.el: Insert c-int-to-char.
9565
9566 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9567 call to the new macro c-int-to-char. This solves XEmacs's
9568 regarding characters as different from integers.
9569
9570 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9571
9572 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9573 New internal helper.
9574
9575 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9576 construct to make the indirect face lookup work in XEmacs.
9577
9578 (c-cpp-matchers): Append the negation char face to the existing
9579 fontification, so that the cpp face doesn't disappear.
9580 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9581 and strings.
9582
9583 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9584 to map to `font-lock-negation-char-face' in emacsen where it exists.
9585
9586 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9587
9588 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9589
9590 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9591 Rename "c-subword-move-mode" as "c-subword-mode".
9592
9593 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9594 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9595
9596 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9597
9598 * progmodes/cc-mode.el: Added autoload directive for
9599 `c-subword-move-mode' for use in older emacsen.
9600
9601 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9602
9603 * progmodes/cc-mode.el:
9604 (i) Insert a binding for C-c C-backspace into
9605 c-bind-special-erase-keys which works in TTYs.
9606 (ii) Make sure that when file styles are used, any explicitly
9607 given style variables take priority over those in the style.
9608 Do this by calling `hack-local-variables' a second time.
9609
9610 * progmodes/cc-vars.el: Add language specific customization
9611 widgets for AWK to c-doc-comment-style, c-require-final-newline
9612 and c-default-style. Add a defcustom for awk-mode-hook.
9613 Give c-syntactic-element and c-syntactic-context doc-strings by
9614 directly setting their `variable-documentation' propery.
9615 This allows Emacs 22.1 to read these with C-h v.
9616
9617 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9618
9619 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9620
9621 * progmodes/cc-fonts.el, cc-vars.el
9622 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9623 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9624 Masatake YAMATO.
9625
9626 (c-doc-comment-style): Made GtkDoc default in C mode.
9627
9628 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9629 and C-c C-<delete>.
9630
9631 (c-bind-special-erase-keys): New function for use on
9632 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9633
9634 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9635 <delete> key behavior in XEmacs according to `delete-forward-p'.
9636 C.f. `c-electric-delete'.
9637
9638 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9639
9640 * progmodes/cc-mode.el: Give c-hungry-backspace and
9641 c-hungry-delete-forward permanent key bindings.
9642
9643 * progmodes/cc-cmds.el (c-electric-semi&comma):
9644 Bind c-syntactic-context for calls to "criteria functions", for
9645 consistency with other calls to user functions.
9646
9647 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9648 `current-prefix-arg', since this might be the prefix arg to a
9649 command which calls c-indent-command as a function. Change the
9650 interactive spec from "p" to "P".
9651
9652 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9653 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9654 was difficult to understand.
9655
9656 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9657
9658 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9659 first char of an identifier.
9660
9661 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9662 +" syntax in C++.
9663
9664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9665
9666 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9667 auto-fill doesn't split a c-comment's last word from a hanging
9668 "*/" when a space is typed between them after fill-column.
9669
9670 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9671
9672 * progmodes/cc-styles.el (c-set-style)
9673 (c-setup-paragraph-variables): Abort the command if we're not in a
9674 CC Mode buffer.
9675
9676 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9677 with blank comment-prefix, and a blank line as the comment's
9678 second line.
9679
9680 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9681
9682 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9683 Incorporate the patterns added in the Emacs development branch
9684 for the new Emacs 22 face `font-lock-negation-char-face'.
9685
9686 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9687 of "red" since it stands out better in xterms and DOS terminals.
9688
9689 * progmodes/cc-engine.el (c-literal-faces):
9690 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9691
9692 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9693
9694 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9695 forcibly enable c-electric-flag.
9696
9697 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9698 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9699 after the comment-prefix of a C-style comment will close that comment.
9700
9701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9702
9703 * progmodes/cc-fonts.el (c-basic-matchers-before)
9704 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9705 in Pike.
9706
9707 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9708 digraphs.
9709
9710 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9711 (c-cpp-message-directives, c-cpp-include-directives)
9712 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9713 (c-cpp-expr-directives): Introduce new language constants to
9714 control cpp syntax in a cleaner way.
9715
9716 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9717
9718 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9719
9720 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9721 (c-multiline-string-start-char): New language constants and
9722 variables to specify how newlines in string literals work.
9723
9724 (c-font-lock-invalid-string): Use them.
9725
9726 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9727 unbalanced close brace is entered. Optimization by avoiding going
9728 back over arbitrarily large blocks. Removed hints that this
9729 function only would be relevant/useful in AWK.
9730
9731 (c-electric-brace): Indent syntactically after the cleanups since
9732 lineup functions might do it differently then.
9733
9734 * progmodes/cc-engine.el, cc-langs.el
9735 (c-opt-op-identifier-prefix): New language constant and variable.
9736
9737 (c-just-after-func-arglist-p, c-after-special-operator-id)
9738 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9739
9740 * progmodes/cc-align.el, cc-engine.el
9741 (c-after-special-operator-id): New helper to handle C++ operator
9742 identifiers.
9743
9744 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9745 (c-guess-basic-syntax): Handle C++ operator identifiers in
9746 declarations.
9747
9748 * progmodes/cc-langs.el (c-assignment-operators): Add the
9749 trigraph version of ^= too.
9750
9751 * progmodes/cc-langs.el (c-assignment-operators): Add the
9752 trigraph version of |= in C++.
9753
9754 * progmodes/cc-fonts.el (c-font-lock-declarators):
9755 Handle `c-decl-hangon-kwds' after the identifier name.
9756
9757 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9758 whether an arglist is "nonempty", ignore a comment after the open
9759 paren if it isn't followed by a non-comment token on the same line.
9760
9761 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9762 Enable heuristics below the point to cope with classes inside special
9763 brace lists in Pike.
9764
9765 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9766
9767 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9768
9769 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9770
9771 * progmodes/cc-guess.el (cc-guess-install): New function to
9772 install an already guessed style in another buffer.
9773
9774 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9775 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9776 anyway if the change always is undone.
9777
9778 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9779
9780 Implement togglable electricity:
9781
9782 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9783 saying when it should be used.
9784
9785 * progmodes/cc-engine.el: Add the new buffer-local variable,
9786 c-electric-flag.
9787
9788 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9789 c-toggle-auto-newline.
9790
9791 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9792 c-toggle-auto-newline. Remove the binding for
9793 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9794 c-toggle-electric-state.
9795
9796 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9797
9798 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9799 c-\(forward\|backward\)-subword.
9800 (c-update-modeline): Add the new modeline flag `l' for
9801 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9802 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9803 Make the old name an alias of the new name.
9804 (c-toggle-electric-state): New function.
9805 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9806 Adapt these functions to do electric things only when
9807 c-electric-flag is non-nil.
9808 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9809 new functions from c-electric-brace.
9810 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9811 mode, so that the tentative extra newline doesn't change the
9812 syntax of the following brace.
9813 (c-electric-brace): Restructure by extracting the above functions.
9814 Tidy up the coding somewhat.
9815 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9816 restructure a bit.
9817
9818 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9819
9820 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9821 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9822
9823 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9824 (c-submode-indicators): Change name from `c-auto-hungry-string'
9825 since it's now used to track another submode.
9826
9827 (c-update-modeline): Convert to function and extended to check
9828 `c-subword-move-mode'.
9829
9830 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9831 Convert to compat aliases for `c-forward-subword' and
9832 `c-backward-subword'.
9833
9834 * progmodes/cc-subword.el: New functions and minor mode to handle
9835 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9836
9837 (c-forward-subword, c-backward-subword, c-mark-subword)
9838 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9839 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9840 Functions corresponding to the standard word handling functions.
9841
9842 (c-subword-move-mode): Minor mode that replaces all the standard
9843 word handling functions with their subword equivalences.
9844
9845 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9846
9847 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9848 entry for one-liner-defun.
9849
9850 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9851 name in its def-edebug-spec.
9852
9853 * progmodes/cc-cmds.el (c-electric-brace): Make the
9854 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9855 compacts space before a comment, if this will make things fit on
9856 one line.
9857
9858 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9859
9860 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9861
9862 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9863 clean-up one-liner-defun.
9864
9865 * progmodes/cc-styles.el: Add the new "awk" style.
9866
9867 * progmodes/cc-vars.el: Add description of one-liner-defun to
9868 c-cleanup-list's doc-string. New user options,
9869 c-max-one-liner-length. In c-default-style, set the default style
9870 for AWK to "awk".
9871
9872 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9873
9874 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9875 macros inside labels.
9876
9877 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9878 `c-at-statement-start-p' and `c-at-expression-start-p'.
9879
9880 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9881 error if the mark isn't set.
9882
9883 * progmodes/cc-engine.el (c-guess-continued-construct)
9884 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9885 accurately detect functions inside functions.
9886
9887 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9888 like `c-at-statement-start-p' that additionally recognizes commas
9889 and expression parentheses as delimiters.
9890
9891 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9892 to avoid heuristics that doesn't work for unclosed blocks.
9893 (c-at-statement-start-p): New function.
9894
9895 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9896 Objective-C directives, e.g. directives spanning lines should work
9897 reasonably well now.
9898
9899 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9900
9901 (c-forward-objc-directive): New function to move over any ObjC
9902 directive.
9903
9904 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9905 (c-basic-matchers-before): Use it.
9906
9907 (c-font-lock-objc-iip-decl): Remove.
9908
9909 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9910 in the template arglist recognition.
9911
9912 * progmodes/cc-styles.el (c-style-alist): Fix several
9913 inconsistencies in the Whitesmith style.
9914
9915 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9916 New lineup function to get lines after Whitesmith style blocks
9917 correctly indented.
9918
9919 (c-lineup-whitesmith-in-block): Back out the compensation for
9920 opening parens since it's done using `add' lists in the style
9921 definition instead. Don't use the anchor position since it varies
9922 too much between the syntactic symbols. :P
9923
9924 * progmodes/cc-vars.el (c-valid-offset): Update.
9925
9926 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9927 lists where the offsets are combined according to several
9928 different methods: `first', `min', `max', and `add'.
9929 Report offset evaluation errors with `c-benign-error' so that some kind
9930 of reindentation still is done.
9931
9932 * progmodes/cc-engine.el (c-guess-basic-syntax):
9933 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9934 `arglist-close'.
9935
9936 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9937 situations for `arglist-cont-nonempty' and `arglist-close'.
9938
9939 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9940
9941 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9942 cc-bytecomp-boundp' in a number of places.
9943
9944 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9945 macro related issue.
9946
9947 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9948
9949 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9950 list is now [asdf], a char class [:alpha:].
9951 Include code for char classes.
9952 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9953 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9954
9955 Remove (nearly all of) the cruft associated with AWK Mode's former
9956 concept of "virtual semicolons":
9957
9958 Adapt c-beginning-of-statement, c-end-of-statement (together with
9959 subfunctions) to use the new notion of "virtual semicolon" in
9960 place of the old awkward special handling for AWK. There remains
9961 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9962 * progmodes/cc-cmds.el:
9963 (c-ascertain-adjacent-literal): In the backwards direction, now
9964 recognises AWK regexp delimiters as string delimiters.
9965 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9966 check more rigorously for "end of macro".
9967 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9968 virtual semicolons;
9969 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9970 out the code for forward movement into ...
9971 (c-end-of-statement): Now contains the code for forward movement,
9972 adapted for virtual semicolons.
9973
9974 * progmodes/cc-engine.el:
9975 (c-ws*-string-limit-regexp): New regexp.
9976 (c-forward-single-comment, c-backward-single-comment): Comment out
9977 the (now redundant) "special" AWK stuff.
9978
9979 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9980 c-string-par-start, c-string-par-separate to be more like Text
9981 Mode than Fundamental Mode.
9982
9983 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9984
9985 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9986 to the fontified region so that fontification doesn't occur
9987 outside it (could happen e.g. when fontifying a line with an
9988 unfinished declaration).
9989
9990 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9991
9992 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9993 start of the file. ^L now separate sections of the file.
9994 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9995 (c-awk-one-line-possibly-open-string-re)
9996 (c-awk-regexp-one-line-possibly-open-char-class-re)
9997 (c-awk-one-line-possibly-open-regexp-re)
9998 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9999 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10000
10001 Amend the concept of "virtual semicolons" (in the indentation
10002 engine) for languages like AWK, such that they are now
10003 conceptually attached to end of the last token of a statement, not
10004 the end of the line. (In AWK Mode, however, the pertinent text
10005 property is still physically set on the EOL.) Remove the specific
10006 tests for awk-mode, thus facilitating the introduction of other
10007 language modes where EOLs can end statements.
10008 (Note: The funtionality in cc-cmds.el, specifically
10009 c-beginning/end-of-statement has yet to be amended.)
10010
10011 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10012 New macros.
10013
10014 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10015 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
10016 c-vsemi-status-unknown-p-fn (in a new page).
10017
10018 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10019 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10020 numerous awkward forms like
10021 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10022 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10023 variable before-ws-ip, the place just after char-before-ip appears.
10024
10025 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10026 a comment.
10027
10028 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10029
10030 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10031 `c-tentative-buffer-changes'.
10032
10033 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10034 convert to macro to choose between Emacs and XEmacs at compile time.
10035
10036 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10037
10038 (c-tentative-buffer-changes): New macro to handle temporary buffer
10039 changes in a convenient way.
10040
10041 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10042 for `c-tentative-buffer-changes'.
10043
10044 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10045 the checks for paren sexps between the point and the keyword, to
10046 avoid some false alarms.
10047
10048 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10049 Fixed a situation where an error could be thrown for unbalanced
10050 parens. Changed to make use of c-keyword-member' to avoid some
10051 repeated regexp matches.
10052
10053 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10054 These language variable are no longer necessary.
10055
10056 (c-block-stmt-kwds): New language constant used by
10057 c-looking-at-inexpr-block'.
10058
10059 (c-guess-basic-syntax): Remove an optional check that looked at
10060 the existence of the now removed language variables.
10061
10062 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10063 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10064 object instantiation expressions as declarations in some contexts.
10065 This bug only affected languages where the declarator can't be
10066 enclosed in parentheses.
10067
10068 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10069 insert newlines before and after substatement braces.
10070
10071 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10072 function declaration headers and the handling of C++ style member
10073 init lists.
10074
10075 (c-just-after-func-arglist-p): Rewritten to use
10076 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10077
10078 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10079
10080 (c-guess-basic-syntax): Adapt case 5B for the new
10081 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10082 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10083 covers all cases now).
10084
10085 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10086
10087 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10088
10089 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10090 c-string-par-start/separate c-sentence-end-with-esc-eol,
10091 initialised in c-setup-paragraph-variables, used in string
10092 scanning subroutines of c-beginning-of-statement.
10093
10094 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10095 which precedes the newly inserted `{'.
10096
10097 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10098
10099 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10100 function for declaration level blocks. It should now cope with
10101 templates better and also be a lot more comprehensible.
10102
10103 (c-looking-at-decl-block): The new function.
10104
10105 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10106 for compatibility.
10107
10108 (c-add-class-syntax, c-guess-continued-construct)
10109 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10110
10111 (c-decl-block-key): Change to tell apart ambiguous and
10112 unambiguous keywords. Pike specials are now handled directly in
10113 the code instead.
10114
10115 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10116 New language constants and variables to make the backward skip in
10117 `c-looking-at-decl-block' as tight as possible.
10118
10119 (c-nonsymbol-token-char-list): New language constant.
10120
10121 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10122 find balanced template arglists backwards.
10123
10124 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10125 making char classes for `c-syntactic-skip-backward'.
10126
10127 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10128 16D - can't be a class-close at that point.
10129
10130 * progmodes/cc-engine.el (c-guess-basic-syntax)
10131 (c-add-class-syntax): Don't narrow out the enclosing declaration
10132 level. This makes everything a lot easier, and it was actually
10133 only four small places that needed it to work. Some places that
10134 previously did `widen' are removed now, which has the effect that
10135 `c-guess-basic-syntax' never will look at things outside the
10136 current narrowment now. The anchor position for `topmost-intro'
10137 is affected by this, but it was so bogus it was basically useless
10138 before, and now it's equally bogus but in a slightly different way.
10139
10140 (c-narrow-out-enclosing-class): Gone.
10141
10142 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10143 the narrowed region.
10144
10145 (c-least-enclosing-brace): Remove silly optional argument.
10146
10147 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10148 the point could be left directly after an open paren when finding
10149 the beginning of the first decl in the block.
10150
10151 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10152 Specify which submatch to use.
10153
10154 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10155
10156 (c-decl-start-re): No longer any need for special treatment of
10157 ObjC due to the above.
10158
10159 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10160 presumably follows C in that regard.
10161
10162 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10163 New language constants to specify operator tokens inside
10164 identifiers in a more high level way.
10165
10166 (c-opt-identifier-prefix-key): New internal language constant.
10167
10168 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10169 (c-identifier-start, c-identifier-key): Now completely calculated
10170 from other constants.
10171
10172 (c-identifier-last-sym-match): Decommission since it's no longer used.
10173
10174 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10175
10176 * progmodes/cc-engine.el (c-forward-name): Remove the
10177 optimization when c-identifier-key is equal to c-symbol-key since
10178 it doesn't work in byte compiled files. Don't record empty
10179 regions as identifiers.
10180
10181 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10182 simplify access to `c-operators' and its likes.
10183
10184 (c-operator-list, c-all-op-syntax-tokens)
10185 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10186 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10187 (c-primary-expr-regexp, c-cast-parens): Use it.
10188
10189 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10190 an explicit language in functions.
10191
10192 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10193 variant of adornment.
10194
10195 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10196 variable.
10197
10198 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10199 the Pike value.
10200
10201 * progmodes/cc-engine.el (c-on-identifier)
10202 (c-simple-skip-symbol-backward): Small fix for handling "-"
10203 correctly in `skip-chars-backward'. Affected the operator lfun
10204 syntax in Pike.
10205
10206 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10207 diagnostic message about precompiled language vars not being used.
10208
10209 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10210 "__attribute__" is followed by a parenthesis.
10211
10212 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10213 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10214 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10215
10216 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10217 Internal cleanups to properly detect the declared identifiers in
10218 various declarations.
10219
10220 (c-decl-start-kwds): New language constant to recognize
10221 declarations that can start anywhere. Used for class declarations
10222 in Pike.
10223
10224 (c-specifier-key, c-not-decl-init-keywords)
10225 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10226 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10227
10228 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10229 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10230 handling of the compiler specific extension keywords into a new
10231 language constant `c-decl-hangon-kwds' that defines keyword
10232 clauses to be ignored in declarations.
10233
10234 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10235 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10236 Necessary to stop at the declared identifier in e.g. IDL valuetype
10237 declarations.
10238
10239 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10240 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10241 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10242 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10243 class and enum declarations as such and not as part of the type.
10244
10245 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10246 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10247
10248 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10249 declarations when there's some syntax error later on.
10250
10251 (c-complex-decl-matchers): Did away with a reference to
10252 `c-specifier-key'.
10253
10254 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10255 value - this variable is always dynamically bound.
10256
10257 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10258 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10259 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10260 functions that might do hidden buffer changes: All such internal
10261 functions are now marked instead of those that don't.
10262
10263 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10264 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10265 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10266 (c-literal-type): Allow these functions to make hidden buffer changes,
10267 so that they are free to use text property caching later on.
10268
10269 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10270 (c-electric-brace, c-electric-slash, c-electric-star)
10271 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10272 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10273 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10274 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10275 with the changed semantics of the functions above.
10276
10277 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10278 when macros occur in obscure places. Optimized the sexp movement
10279 a bit.
10280
10281 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10282
10283 Enhancements for c-beginning-of-statement to work in AWK Mode:
10284
10285 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10286 (completed statement) with `}' (statement completed by closing
10287 brace or semicolon) and `$' (statement completed by EOL).
10288
10289 (c-awk-virtual-semicolon-ends-prev-line-p)
10290 (c-awk-virtual-semicolon-ends-line-p)
10291 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10292 (c-awk-at-statement-end-p): New functions.
10293
10294 * progmodes/cc-cmds.el: Simplify the structure of functions
10295 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10296 two functions and c-beginning-of-statement to handle AWK Mode.
10297
10298 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10299 c-backward-single-comment for AWK mode. Attempt to clarify their
10300 doc-strings.
10301
10302 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10303
10304 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10305
10306 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10307 label handling. Labels are now recognized in a uniform and more
10308 robust way, regardless of context. Text properties are put on all
10309 labels to recognize the following declarations better.
10310 Multiword labels are handled both in indentation and fontification for
10311 the benefit of language extensions like Qt. For consistency, keywords
10312 in labels are now fontified with the label face instead.
10313 That also applies to "case" and "default".
10314
10315 (c-beginning-of-statement-1): Fix some bugs in the label
10316 handling. Disregard `c-nonlabel-token-key' in labels that begin
10317 with `c-label-kwds'.
10318
10319 (c-find-decl-spots): Support that the callback adds more
10320 `c-decl-end' spots to find.
10321
10322 (c-forward-decl-or-cast-1): Don't treat a list of plain
10323 identifiers followed by a colon as a declaration.
10324
10325 (c-forward-label): New function to recognize labels.
10326
10327 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10328 `c-forward-label'. Moved the label recognition cases (14 and 15)
10329 earlier since they aren't so context sensitive now. Handle labels
10330 on the top level gracefully. Moved access label recognition to
10331 the generic label case (CASE 15) - removed CASE 5E.
10332
10333 (c-font-lock-declarations): Add recognition of labels in the
10334 same round since we need to handle labels in parallell with other
10335 declarations to recognize both accurately. It should also improve
10336 speed.
10337
10338 (c-simple-decl-matchers, c-basic-matchers-after):
10339 Move `c-font-lock-labels' so that it only is used on decoration level 2
10340 since `c-font-lock-declarations' handles it otherwise.
10341
10342 (c-complex-decl-matchers): Remove the simplistic recognition of
10343 access labels.
10344
10345 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10346 with labels earlier.
10347
10348 (c-decl-start-re): New language variable to make
10349 `c-font-lock-declarations' stop for the special protection labels
10350 in Objective-C that start with `@'.
10351
10352 (c-label-key): Remove since it's no longer used.
10353
10354 (c-recognize-colon-labels, c-label-prefix-re): New language
10355 constants to support recognition of generic colon-terminated labels.
10356
10357 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10358 are colon terminated labels.
10359
10360 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10361 first argument starts with a special brace list.
10362
10363 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10364 (c-font-lock-declarations): Break out the declaration and cast
10365 recognition from `c-font-lock-declarations' to a new function, so
10366 that it can be used in the indentation engine.
10367
10368 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10369 up to the start of the literal. Fixed bug with the point on the
10370 wrong side of the search limit that could happen when the start
10371 position is inside a literal.
10372
10373 * progmodes/cc-engine.el (c-parse-state)
10374 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10375 so that it's kept a little bit back to increase the hit rate.
10376
10377 (c-parse-state): Change the macro handling and fixed some
10378 glitches. Macro context is checked more often than necessary now,
10379 but otoh less garbage conses are generated.
10380
10381 * progmodes/cc-engine.el (c-parse-state)
10382 (c-invalidate-state-cache): Cache the last position where
10383 `c-state-cache' applies. This can speed up refontification quite
10384 a bit in blocks where there are many non-brace parens before the point.
10385
10386 (c-state-cache-end): New variable for this.
10387
10388 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10389 cache variable.
10390
10391 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10392 get close initial continue positions when the start position is
10393 inside a literal or macro. Do not call the callback for spots
10394 before the start position (which can happen e.g. for `c-decl-end'
10395 spots inside comments). Optimize better in special cases when the
10396 region is a single line inside a literal or macro (typically when
10397 the current line is refontified).
10398
10399 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10400 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10401 entries from the paren state.
10402
10403 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10404 special case for "else if" clauses.
10405
10406 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10407 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10408
10409 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10410 New language variable to recognize the gcc extension with statement
10411 blocks inside expressions.
10412
10413 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10414 it somewhat more comprehensible. The argument AT-BLOCK-START is
10415 no longer used and hence removed.
10416
10417 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10418 to `c-add-stmt-syntax'.
10419
10420 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10421 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10422 This fixes bogus label recognition.
10423
10424 * progmodes/cc-engine.el (c-add-type, c-check-type)
10425 (c-forward-name, c-forward-type): Improve storage of template
10426 types in `c-found-types' so that they can be recognized better.
10427
10428 (c-syntactic-content): Add option to skip past nested parens.
10429
10430 * progmodes/cc-engine.el (c-forward-name):
10431 Set `c-last-identifier-range' all the time. It's less work that way.
10432 Handle that there might not be an identifier to store in
10433 `c-last-identifier-range'.
10434
10435 (c-forward-type): Handle that `c-last-identifier-range' might be
10436 nil from `c-forward-name'.
10437
10438 * progmodes/cc-defs.el (c-safe-scan-lists)
10439 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10440
10441 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10442 to work even if the form fails.
10443
10444 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10445 down in a large file in one go.
10446
10447 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10448
10449 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10450 function which is like `c-lineup-math' but returns nil instead of
10451 `c-basic-offset' when it doesn't match.
10452
10453 (c-lineup-math): Change to use `c-lineup-assignments'.
10454
10455 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10456
10457 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10458 c-beginning-of-statement. New subfunctions
10459 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10460
10461 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10462
10463 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10464 hardcoded char classes whereever possible. Changed a couple of
10465 places to use skip by syntax instead of skip by char class.
10466
10467 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10468 Fix a bug in the regexp that caused extreme backtracking.
10469
10470 * progmodes/cc-langs.el (c-block-comment-starter)
10471 (c-block-comment-ender): New language constants to specify in a
10472 single place how block comments look.
10473
10474 (c-comment-start-regexp, c-block-comment-start-regexp)
10475 (comment-start, comment-end, comment-start-skip)
10476 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10477 (c-syntactic-ws, c-nonempty-syntactic-ws)
10478 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10479 `c-line-comment-starter', `c-block-comment-starter' and
10480 `c-block-comment-ender'.
10481
10482 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10483 New language constants to break up things a bit.
10484
10485 (c-simple-ws): New language constant for simple whitespace.
10486
10487 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10488
10489 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10490 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10491 newlines. Allow and ignore nil elements in the list.
10492
10493 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10494
10495 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10496 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10497
10498 * progmodes/cc-cmds.el: Tidy up the comments in
10499 c-beginning-of-statement and subfunctions.
10500
10501 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10502 more flexible c-put-char-property and c-clear-char-properties.
10503 Add the author's email address.
10504
10505 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10506
10507 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10508 closing "*/" of a block comment.
10509
10510 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10511 subfunctions) so that it works at BOB and EOB.
10512
10513 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10514 c-beginning-of-statement, including new variable
10515 c-block-comment-start-regexp.
10516
10517 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10518
10519 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10520 symbols from `*-font-lock-extra-types' so that there's no need to
10521 use `regexp-opt' on those lists.
10522
10523 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10524 `c-type-modifier-kwds' is empty.
10525
10526 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10527 there are several strings on the same line.
10528
10529 * progmodes/cc-engine.el (c-literal-limits): Remove the
10530 compatibility function for older emacsen. `c-literal-limits-fast'
10531 has now taken the place of this function.
10532
10533 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10534 with older emacsen: We now require `pps-extended-state'.
10535
10536 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10537
10538 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10539 which obviates the need to hack sentence-end. This now handles
10540 escaped newlines in strings correctly. Correct minor bugs in
10541 c-move-over-sentence and in c-beginning-of-statement.
10542
10543 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10544 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10545 that movement over macros and code are rigorously separated from
10546 eachother. Correct a few incidental bugs.
10547
10548 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10549 Improve its doc-string. Improve the handling of certain specific cases.
10550
10551 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10552
10553 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10554 (c-guess-basic-syntax): Change the way class-level labels are
10555 recognized; they can now contain essentially any symbols.
10556
10557 (c-opt-extra-label-key): New language variable to cope with the
10558 special protection label syntax in Objective-C.
10559
10560 (c-opt-access-key): Remove; this is now handled better by
10561 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10562
10563 (c-complex-decl-matchers): Update to handle that
10564 `c-opt-access-key' no longer exists.
10565
10566 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10567 improved label recognition in `c-beginning-of-statement-1'.
10568
10569 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10570 Recognize bitfields better.
10571
10572 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10573 Remove some cruft and fixed a bug that could cause it to go to a
10574 position further down.
10575
10576 * progmodes/cc-langs.el, cc-engine.el
10577 (c-beginning-of-statement-1): Improve detection of labels in
10578 declaration contexts.
10579
10580 (c-beginning-of-decl-1): Use it.
10581
10582 (c-nonlabel-token-key): New language constant and variable needed
10583 by `c-beginning-of-statement-1'.
10584
10585 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10586 manifested itself due to the correction in `c-forward-sexp'.
10587
10588 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10589 Make these behave as documented when used at the buffer limits.
10590
10591 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10592 (c-type-decl-end-used): Made this a language variable.
10593
10594 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10595 correctly when `combine-after-change-calls' is used together with
10596 temporary narrowings.
10597
10598 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10599 Report labels correctly when the start point is immediately after the
10600 colon.
10601
10602 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10603 Remove since it isn't used anymore.
10604
10605 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10606 bracket arglists such as template parens in C++.
10607
10608 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10609 in the last check-in. Some optimization.
10610
10611 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10612 where it could stop at the same level in a preceding sexp when
10613 PAREN-LEVEL is set.
10614
10615 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10616 text property lookup only when it's needed.
10617
10618 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10619 Change the policy for paren marked angle brackets to be more
10620 persistent; once marked they remain marked even when they're found
10621 to be unbalanced in the searched region. This should keep the
10622 paren syntax around even when individual lines are refontified in
10623 multiline template arglists.
10624
10625 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10626 to control markup so that incorrect angle bracket arglists aren't
10627 marked in contexts where the correct value for
10628 `c-disallow-comma-in-<>-arglists' isn't known.
10629
10630 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10631 argument has become `c-parse-and-markup-<>-arglists'.
10632
10633 (c-remove-<>-arglist-properties): Remove - no longer used.
10634
10635 (c-after-change-check-<>-operators): New function used on
10636 `after-change-functions' to avoid that "<" and ">" characters that
10637 are part of longer operators have paren syntax.
10638
10639 (c-<>-multichar-token-regexp): New language variable used by
10640 `c-after-change-check-<>-operators'.
10641
10642 (c-after-change): Call `c-after-change-check-<>-operators'.
10643
10644 (c-font-lock-<>-arglists): Use the context properties set by
10645 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10646 correctly to avoid doing invalid markup.
10647
10648 (c-font-lock-declarations): Remove code that undoes the invalid
10649 markup done by `c-font-lock-<>-arglists'.
10650
10651 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10652 after `c-font-lock-declarations'.
10653
10654 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10655 Add paren-level feature.
10656
10657 (c-guess-basic-syntax): Improve the anchor position for
10658 `template-args-cont' in nested template arglists. There's still
10659 much to be desired in this area, though.
10660
10661 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10662
10663 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10664 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10665
10666 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10667
10668 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10669 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10670
10671 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10672 it doesn't work no longer are supported.
10673
10674 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10675 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10676 requires support for the syntax-table' text property, which rules
10677 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10678 cruft associated with those versions.
10679
10680 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10681 for the `syntax-table' text property, which rules out Emacs 19 and
10682 XEmacs < 21.4. Removed various compatibility cruft associated
10683 with those versions.
10684
10685 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10686 support for the `syntax-table' text property.
10687
10688 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10689 variable and use an extra quoted face name instead. All the
10690 emacsen flavors handle that correctly.
10691
10692 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10693 (c-font-lock-declarators, c-font-lock-declarations)
10694 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10695 property to mark the items in in declarator lists to handle
10696 refontification inside multiline declarations better.
10697
10698 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10699 construct like "a * b = c;" as a declaration.
10700
10701 2005-12-08 Kim F. Storm <storm@cua.dk>
10702
10703 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10704 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10705 select either meta, hyper, or super modifier for rectangle commands.
10706 (cua--rectangle-modifier-key): New defvar.
10707 (cua--M/H-key): Use it. Remove special case for `space'.
10708 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10709 on X, to meta otherwise. Always bind C-return to toggle
10710 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10711
10712 * emulation/cua-rect.el (cua-help-for-rectangle):
10713 Use cua--rectangle-modifier-key. Handle super modifier too.
10714 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10715 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10716
10717 * ido.el: Move Acknowledgements and History after Commentary.
10718 Minor changes to Commentary.
10719
10720 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10721 keymap if cua--prefix-override-timer is `shift'.
10722 (cua--shift-control-prefix): New function; emulate "type prefix
10723 key twice" functionality to handle shifted prefix key override.
10724 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10725 New commands.
10726 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10727
10728 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10729
10730 * textmodes/org.el (org-insert-heading): Try to do items before
10731 headings.
10732 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10733 (org-insert-item): New function.
10734 (org-renumber-ordered-list): Don't skip to higher level lists.
10735
10736 2005-12-08 Juri Linkov <juri@jurta.org>
10737
10738 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10739
10740 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10741
10742 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10743
10744 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10745 the constructed function name fun-1.
10746
10747 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10748 because such links don't lead to parent documentation.
10749
10750 2005-12-08 Kenichi Handa <handa@m17n.org>
10751
10752 * descr-text.el (describe-char): Use *Help-2* buffer if the
10753 current buffer is *Help*. Call describe-text-properties while
10754 setting the original buffer.
10755
10756 2005-12-07 Bill Wohler <wohler@newt.com>
10757
10758 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10759 and causes problems with non-MH users (such as Gnus users).
10760
10761 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10762
10763 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10764 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10765 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10766 command "info sources". Move calls to GDB command "list".
10767 (gdb-find-file-hook): Just use gdb-source-file-list.
10768 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10769 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10770 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10771 (gdb-data-list-register-values-handler): Use correct trigger name.
10772
10773 2005-12-07 Kim F. Storm <storm@cua.dk>
10774
10775 * ido.el (ido-completion-map): Rename from ido-mode-map.
10776 (ido-common-completion-map, ido-file-completion-map)
10777 (ido-file-dir-completion-map, ido-buffer-completion-map):
10778 Rename from ido-mode-....-map.
10779 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10780 (ido-setup-completion-map): Rename from ido-define-mode-map.
10781 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10782 to ido-completion-map.
10783
10784 2005-12-07 Kenichi Handa <handa@m17n.org>
10785
10786 * international/mule-cmds.el
10787 (set-display-table-and-terminal-coding-system): If the coding
10788 system specified in `unibyte-display' property is different from
10789 the arg coding-system, don't setup standard-display-table.
10790
10791 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10792
10793 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10794 that comments end at \n, regardless of selective-display.
10795
10796 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10797
10798 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10799 (gdb-version): New variables.
10800 (gdb-source-file-list, gdb-register-names)
10801 (gdb-changed-registers): New variables for use with GDB 6.4+.
10802 (gdb-ann3): Replace with...
10803 (gdb-init-1, gdb-init-2): ...two new functions.
10804 (gdba, gdb-prompt): Call gdb-init-1.
10805 (gdb-get-version): New function. Call gdb-init-2 from here.
10806 (gud-watch): Make it work with mouse events too.
10807 (gdb-post-prompt): Don't add to queue until GDB version is known.
10808 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10809 (gdb-locals-mode): Use gdb-version.
10810 (gdb-memory-format-map, gdb-memory-unit-map)
10811 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10812 (gdb-locals-font-lock-keywords-1)
10813 (gdb-locals-font-lock-keywords-2): New variables.
10814 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10815 (gdb-set-gud-minor-mode-existing-buffers-1)
10816 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10817 (gdb-var-update-1, gdb-var-update-handler-1)
10818 (gdb-data-list-register-values-handler)
10819 (gdb-data-list-register-values-custom)
10820 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10821 (gdb-stack-list-locals-handler, gdb-get-register-names):
10822 New functions for use with GDB 6.4+.
10823 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10824 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10825 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10826 (gdb-stack-list-locals-regexp)
10827 (gdb-data-list-register-names-regexp): New regexps for use with
10828 GDB 6.4+.
10829
10830 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10833
10834 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10835
10836 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10837 prompts work for AUTH PLAIN. Also reported by Steve Allan
10838 <seallan@verizon.net>.
10839
10840 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10841
10842 * frame.el (set-frame-parameter): Add doc string.
10843
10844 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10845
10846 * textmodes/org.el (org-occur-highlights): New variable.
10847 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10848 (org-highlight-sparse-tree-matches): New option.
10849 (org-do-occur): New function.
10850 (org-get-heading): Make it work also at beginning of line.
10851 (org-category-table): New variable.
10852 (org-get-category-table, org-get-category)
10853 (org-camel-to-words, org-link-search): New functions.
10854 (org-select-this-todo-keyword): New variable.
10855 (org-todo-list): New command.
10856 (org-shiftright, org-shiftleft): New commands.
10857 (org-agenda-todo): Add prefix argument.
10858 (org-show-hierarchy-above): New option.
10859 (org-show-todo-tree): Numerical prefix creates tree for specific
10860 TODO keyword.
10861 (org-outline-level): New function, to assign a level to plain
10862 lists items.
10863 (org-cycle-include-plain-lists): New option.
10864 (org-mode): Use `org-outline-level' as value of `outline-level'.
10865 (org-cycle): Temporarily switch `outline-regexp' if
10866 `org-cycle-include-plain-lists' is non-nil.
10867 (org-start-icalendar-file): Fix format bug.
10868 (org-agenda-get-day-entries): Create category table.
10869 (org-agenda-get-todos, org-agenda-get-timestamps)
10870 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10871 (org-agenda-get-blocks): Use `org-get-category'.
10872 (org-context-in-file-links): Rename from
10873 `org-line-numbers-in-file-links'.
10874
10875 2005-12-06 Romain Francoise <romain@orebokech.com>
10876
10877 * window.el (balance-windows): Delete extraneous third arg in call
10878 to `enlarge-window'.
10879
10880 2005-12-06 Kenichi Handa <handa@m17n.org>
10881
10882 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10883
10884 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10885
10886 * progmodes/gdb-ui.el (gdb-var-create-handler)
10887 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10888 (gdb-var-list-children-handler, gdb-var-update-handler):
10889 Current buffer is already gdb-partial-output-buffer, don't
10890 make it current again.
10891
10892 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10893
10894 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10895 (list-buffers-noselect): Use it.
10896
10897 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10900 (mail-yank-ignored-headers): Use regexp-opt.
10901 (mail-mode-map): Move initialization into declaration.
10902 (mail-sent-via): Remove unused shadowed var `to-line'.
10903 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10904 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10905 (mail-do-fcc): Use dolist and push.
10906 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10907 (mail-yank-ignored-headers): Don't autoload.
10908
10909 2005-12-05 Kenichi Handa <handa@m17n.org>
10910
10911 * international/mule-cmds.el (set-language-info-internal): New fun.
10912 (set-language-info): Call set-language-info-internal to update
10913 language-info-alist. If LANG-ENV is the current one, call
10914 set-language-environment to make INFO effective now.
10915 (set-language-info-alist): Likewise.
10916 (locale-language-names): With locale "en", use English
10917 lang. env. but set the default codings to iso-8859-1.
10918
10919 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10920
10921 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10922 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10923 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10924 for plain strings.
10925 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10926 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10927 Create registers buffer if necessary. Echo new state in minibuffer.
10928 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10929
10930 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10931
10932 * info.el (Info-fontify-node): Match external links using
10933 non-directory part of filename.
10934
10935 2005-12-04 Juri Linkov <juri@jurta.org>
10936
10937 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10938 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10939 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10940 because there is no customization option for it.
10941
10942 * font-lock.el (lisp-font-lock-keywords-1):
10943 Add define-global-minor-mode.
10944
10945 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10946
10947 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10948 properties on the constructed variable names.
10949
10950 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10951 Put `definition-name' properties on the constructed function names
10952 next-sym and prev-sym.
10953
10954 * emacs-lisp/find-func.el (find-function-regexp):
10955 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10956 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10957 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10958 and easy-menu-define.
10959
10960 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10961 easy-mmode-define-global-mode and define-global-minor-mode.
10962 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10963
10964 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10965 instead of easy-mmode-define-global-mode.
10966
10967 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10968 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10969
10970 * cus-edit.el (customize-group, customize-group-other-window):
10971 Filter out autoloaded options from the group completion list by
10972 using heuristics that autoloaded groups don't have `custom-autoload'
10973 property on their symbols (they have only `custom-loads').
10974
10975 * simple.el (completion-setup-function): Put completions-common-part
10976 face on complete completion string too (i.e. completion string
10977 without completions-first-difference face).
10978
10979 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10980
10981 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10982
10983 * view.el (view-mode): Doc fix.
10984
10985 * disp-table.el (standard-display-european): Add to the warning
10986 message a reference to the doc string.
10987
10988 * play/yow.el (apropos-zippy): Call print-help-return-message,
10989 similar to other Help and Apropos commands.
10990
10991 * help.el (print-help-return-message): If pop-up-frames is
10992 non-nil, set up help-return-method to delete the help window and,
10993 possibly, its frame as well, and don't display message about
10994 scrolling the help window. Doc fix.
10995 (help-return-method): Doc fix.
10996
10997 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10998
10999 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11000 whereby names of length one or names starting with a
11001 symbol-constituent character would not be returned.
11002
11003 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11004
11005 * subr.el (atomic-change-group): Add edebug and indentation spec.
11006
11007 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11008
11009 * completion.el (save-completions-file-name): Fix typo in last change.
11010
11011 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11012
11013 * info.el: Move back/forward history to the beginning of the tool bar.
11014
11015 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
11016
11017 * allout.el (eval-when-compile): Remove unnecessary load of cl.
11018 Add fset of allout-real-isearch-abort during compile to fix
11019 byte-compilation warnings.
11020 (allout-mode-p): Move definition of this macro above all uses, or
11021 byte compilation in barren emacs (eg, during emacs build) will
11022 lack the definition.
11023 (allout-mode): Move this variable above any uses, or byte
11024 compilation will fail.
11025 (allout-resolve-xref): Remove use of personal file-reference function.
11026 (allout-toggle-current-subtree-encryption): Do the current (ie,
11027 visible containing) topic, rather than nearest around point. Doc fix.
11028 (allout-toggle-subtree-encryption): New function, workhorse that
11029 works on nearest topic containing point.
11030 (allout-encrypt-string): Signal requirement for newer version of pgg.
11031 (allout-resumptions): Doc fix.
11032
11033 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11034
11035 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11036
11037 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11038
11039 * textmodes/flyspell.el (flyspell-external-point-words):
11040 Consider a misspelling as found in the string search if: (a) misspelling
11041 and found string lengths match, or (b) misspelling is found as
11042 element in a boundary-chars separated longer string, or (c)
11043 ispell-program-name is really ispell and misspelling is found as
11044 part of a TeX string. After successful match move beginning of
11045 search region to end of match. Warn about not found misspellings
11046 once the process is done.
11047 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11048
11049 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11050
11051 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11052 tool bar (removed inadvertently).
11053
11054 2005-12-02 Juri Linkov <juri@jurta.org>
11055
11056 * log-view.el (log-view-diff): Clarify doc string.
11057
11058 2005-12-01 Bill Wohler <wohler@newt.com>
11059
11060 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11061 triggers lm-verify errors.
11062
11063 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11064
11065 * simple.el (transient-mark-mode, line-number-mode)
11066 (column-number-mode, size-indication-mode): Remove `:require nil'.
11067
11068 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11069
11070 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11071 in the margin also.
11072 (gdb-breakpoints-mode-map): Use D instead of d for
11073 gdb-delete-breakpoint.
11074 (gdb-get-frame-number): Require a number to match on.
11075 (gdb-threads-mode-map): Add follow-link binding.
11076
11077 2005-11-30 Jason Rumney <jasonr@gnu.org>
11078
11079 * isearch.el (isearch-mode-map): Avoid exiting search on
11080 language-change event.
11081
11082 2005-11-30 Romain Francoise <romain@orebokech.com>
11083
11084 * speedbar.el (speedbar-default-position): New defcustom.
11085 (speedbar-frame-reposition-smartly): Use it.
11086
11087 * dframe.el (dframe-reposition-frame-emacs): Fix position
11088 computation for `left' location.
11089 Update copyright year.
11090
11091 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * help.el (help-map): Move initialization into declaration.
11094
11095 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11096
11097 * help-fns.el (help-argument-name): Don't autoload.
11098 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11099 to be re-loaded when customizing the `help' group.
11100
11101 2005-11-30 John Paul Wallington <jpw@gnu.org>
11102
11103 * help-fns.el (describe-function-1): Fill arglist output.
11104
11105 2005-11-30 Kim F. Storm <storm@cua.dk>
11106
11107 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11108 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11109 after revert-buffer (or anything else which kills all local variables).
11110
11111 * apropos.el (apropos-parse-pattern): Doc fix.
11112 Set apropos-regexp directly, rather than expecting callers to do so.
11113 (apropos-command, apropos, apropos-value, apropos-documentation):
11114 Simplify calls to apropos-parse-pattern.
11115
11116 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11119 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11120 (hi-lock-write-interactive-patterns): Use comment-region.
11121
11122 * longlines.el (longlines-mode): Add mail-setup-hook.
11123
11124 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11125
11126 * simple.el (sendmail-user-agent-compose, next-line):
11127 Conditionally use hard-newline.
11128
11129 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11130
11131 * international/latexenc.el (latex-inputenc-coding-alist):
11132 Reword doc string.
11133
11134 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11135
11136 * help.el (describe-key-briefly, describe-key): Recognize default
11137 bindings.
11138
11139 2005-11-29 Romain Francoise <romain@orebokech.com>
11140
11141 * view.el (view-inhibit-help-message): New defcustom.
11142 (view-mode-enter): Use it.
11143
11144 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11145
11146 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11147 Preserve user position.
11148
11149 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11150
11151 * font-lock.el: Throw error if facemenu is not loaded to prevent
11152 accidental change of loading order in loadup.el. (Suggested by RMS.)
11153
11154 * loadup.el: Add comment explaining why facemenu must be loaded
11155 before font-lock.
11156
11157 2005-11-28 Jay Belanger <belanger@truman.edu>
11158
11159 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11160 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11161
11162 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11163
11164 * calc/calc-embed.el (calc-do-embedded): Update help message.
11165
11166 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11167
11168 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11171
11172 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11173 called-interactively-p.
11174 (elp-profilable-p): Rename from elp-not-profilable-p.
11175 Invert result and take into account macros and autoloaded functions.
11176 (elp-instrument-function): Update call.
11177 (elp-instrument-package): Update call. Add completion.
11178 (elp-pack-number): Use match-string.
11179 (elp-results-jump-to-definition-by-mouse): Merge into
11180 elp-results-jump-to-definition and then remove.
11181 (elp-output-insert-symname): Make help echo text single-line.
11182
11183 * replace.el (query-replace-map): Move initialization into declaration.
11184 (occur-engine): Use with-current-buffer.
11185 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11186 (occur-mode-mouse-goto): Replace with an alias.
11187
11188 2005-11-28 Juri Linkov <juri@jurta.org>
11189
11190 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11191
11192 * term/w32-win.el: Bind [S-tab] to [backtab].
11193
11194 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11195 `Info-find-file' to t.
11196
11197 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11198 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11199 and same-window-regexps.
11200 (occur-next-error): Don't move point for arg 0.
11201
11202 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11203
11204 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11205
11206 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * log-edit.el (log-edit-changelog-use-first): New var.
11209 (log-edit-changelog-ours-p): Use it.
11210 (log-edit-insert-changelog): Set it with new arg `use-first'.
11211 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11212 (log-edit-hook): Add them to the list of suggested options.
11213
11214 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11215 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11216 redundant work.
11217 (flyspell-mode-on): Use add-hook for after-change-functions.
11218 (flyspell-mode-off): Use remove-hook for after-change-functions.
11219 (flyspell-changes): Make it buffer-local.
11220 (flyspell-after-change-function): Make it non-interactive. Use push.
11221 (flyspell-post-command-hook): Check input-pending-p while processing
11222 the potentially long list of buffer changes.
11223
11224 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11225
11226 * buff-menu.el (list-buffers-noselect): Display the selected
11227 frame's buffer list, not the global one.
11228
11229 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11230
11231 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11232 that (list last-input-event) works as in interactive spec.
11233
11234 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11235
11236 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11237 `facemenu-keymap' needs to be defined when font-lock is loaded.
11238 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11239
11240 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * completion.el: Remove useless leading * in defcustom docstrings.
11243 (save-completions-file-name): Use ~/.emacs.d if available.
11244 (completion-standard-syntax-table): Rename from
11245 cmpl-standard-syntax-table and fold initialization into declaration,
11246 thus removing cmpl-make-standard-completion-syntax-table.
11247 (completion-lisp-syntax-table, completion-c-syntax-table)
11248 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11249 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11250 (symbol-under-point, symbol-before-point)
11251 (symbol-under-or-before-point, symbol-before-point-for-complete)
11252 (add-completions-from-c-buffer): Use with-syntax-table.
11253 (make-completion): Don't return a list of completion entries.
11254 Update callers.
11255 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11256 (completion-initialize): Rename from initialize-completions.
11257 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11258 (kill-emacs-save-completions): Collect stats here.
11259 (save-completions-to-file, load-completions-from-file):
11260 Use with-current-buffer.
11261 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11262 into a function. Move all calls to toplevel.
11263 (completion-lisp-mode-hook): New fun.
11264 (completion-c-mode-hook, completion-setup-fortran-mode):
11265 Set the syntax-table here. Use local-set-key.
11266 (completion-saved-bindings): New var.
11267 (dynamic-completion-mode): Make it into a proper minor mode.
11268 (load-completions-from-file): Remove unused var `num-uses'.
11269
11270 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11271 constructor if it is explicitly overridden.
11272
11273 * complete.el (PC-completion-as-file-name-predicate):
11274 Use minibuffer-completing-file-name.
11275 (partial-completion-mode): Use find-file-not-found-functions.
11276 (PC-lisp-complete-symbol): Use with-syntax-table.
11277 (PC-look-for-include-file): Remove dead setq.
11278 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11279 (PC-complete): Use with-current-buffer.
11280
11281 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11282 escape single quotes.
11283
11284 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11285
11286 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11287 of `if' whose condition always returned nil. Doc fix.
11288
11289 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11290 window's buffer the current buffer around the call to
11291 `list-buffers-noselect'. This is necessary to mark that buffer
11292 with a `.' in the Buffer Menu when called from Lisp, for instance
11293 by Auto Revert Mode.
11294
11295 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11296
11297 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11298 attaching to it.
11299 (gdb-pre-prompt): Make sure gdb-error is reset.
11300
11301 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11302 with a child process, detect it.
11303 (gud-speedbar-buttons): Match regexp more carefully.
11304
11305 2005-11-27 Richard M. Stallman <rms@gnu.org>
11306
11307 * mouse.el (mouse-drag-move-window-bottom):
11308 Use adjust-window-trailing-edge.
11309
11310 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11311
11312 * simple.el (blink-matching-open): Ignore
11313 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11314 (blink-matching-paren-on-screen): Update docstring.
11315
11316 * paren.el (show-paren-mode): No longer change
11317 `blink-matching-paren-on-screen'.
11318
11319 2005-11-27 John Paul Wallington <jpw@pobox.com>
11320
11321 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11322 (gdb-threads-select, gdb-edit-register-value):
11323 Use `posn-set-point' instead of `mouse-set-point' because the
11324 latter is not fbound when configured without X.
11325
11326 2005-11-27 Kim F. Storm <storm@cua.dk>
11327
11328 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11329 existing face when partially highlighting a TAB in a rectangle.
11330
11331 2005-11-26 Kim F. Storm <storm@cua.dk>
11332
11333 * ido.el (ido-mode-map): Doc fix.
11334 (ido-mode-common-map, ido-mode-file-map)
11335 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11336 (ido-define-mode-map): Rewrite. Select one of the new maps as
11337 parent for ido-mode-map instead of building from scratch.
11338 (ido-init-mode-maps): New defun to initialize new maps.
11339 (ido-mode): Call it.
11340 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11341 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11342
11343 2005-11-26 John Paul Wallington <jpw@pobox.com>
11344
11345 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11346 `mouse-set-point' because the latter is not fbound when configured
11347 without X.
11348
11349 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11350
11351 * files.el (file-relative-name): Doc fix.
11352
11353 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11354
11355 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11356 non-empty string for secondary prompt PS2.
11357
11358 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11359
11360 * progmodes/compile.el (compilation-setup): Fix last change.
11361
11362 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11363
11364 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11365 (gdb-mouse-toggle-breakpoint-margin)
11366 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11367 Add gdb-server-prefix to keep out of command history.
11368 (gdb-edit-register-value): New function.
11369 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11370 (gdb-info-registers-custom): Use above map.
11371
11372 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * custom.el (enable-theme): Signal error if argument is not a
11375 theme. Don't recalculate a face if it's not loaded yet.
11376
11377 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11378 the `user' theme is in effect.
11379
11380 * info.el (Info-on-current-buffer): Record actual filename in
11381 Info-current-file, instead of t, or a fake filename if a non-file
11382 buffer. Make autoload.
11383 (Info-find-node, Info-revert-find-node): No need to check for
11384 Info-current-file nil.
11385 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11386 Info-current-file is now never `t'.
11387 (Info-fontify-node): Many simplifications due to Info-current-file
11388 always being valid. Use Info-find-file to find node filename.
11389
11390 2005-11-25 David Kastrup <dak@gnu.org>
11391
11392 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11393 new character, then delete" in order to preserve markers.
11394
11395 2005-11-25 David Ponce <david@dponce.com>
11396
11397 * recentf.el (recentf-arrange-by-rule): Handle a special
11398 `auto-mode-alist'-like "strip suffix" rule.
11399 (recentf-build-mode-rules): Handle second level auto-mode entries.
11400
11401 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11402
11403 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11404 window modes.
11405
11406 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11407 jde-javadoc-checker-report-mode.
11408
11409 * ediff-wind (ediff-make-wide-display): Slight simplification.
11410
11411 * ediff.el (ediff-date): Change the date of last update.
11412
11413 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11414
11415 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11416 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11417 (hi-lock-mode): New global minor mode.
11418 (turn-on-hi-lock-if-enabled): New function.
11419 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11420 Change arguments to regexp and face instead of a font-lock pattern.
11421 Directly set face property, instead of refontifying.
11422 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11423 (hi-lock-find-patterns): Use line-number-at-pos.
11424
11425 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11426 arguments for hi-lock-set-pattern.
11427 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11428 Call font-lock-fontify-buffer.
11429 (hi-lock-find-file-hook, hi-lock-current-line)
11430 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11431
11432 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11433 turned off.
11434
11435 * progmodes/compile.el (compilation-setup): Don't fiddle with
11436 font-lock-defaults.
11437
11438 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11439
11440 * progmodes/gdb-ui.el (gdb-var-create-handler)
11441 (gdb-var-list-children-handler): Find values for all variable
11442 objects. gud-speedbar-buttons decides whether to display them.
11443
11444 2005-11-24 Romain Francoise <romain@orebokech.com>
11445
11446 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11447 buffer name with a space.
11448
11449 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11450
11451 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11452 `org-export-local-list-max-depth'. Change default value to 3.
11453 (org-auto-renumber-ordered-lists)
11454 (org-plain-list-ordered-item-terminator): New options.
11455 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11456 (org-get-indentation, org-get-string-indentation)
11457 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11458 New functions.
11459 (org-move-item-down, org-move-item-up): New commands.
11460 (org-export-as-html): New classes for CSS support. Bug fix in
11461 regular expression detecting fixed-width regions. Respect
11462 `org-local-list-ordered-item-terminator'.
11463 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11464 also a list item.
11465 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11466 New item moving functions.
11467
11468 2005-11-24 Juri Linkov <juri@jurta.org>
11469
11470 * isearch.el (isearch-repeat): With empty search ring set
11471 `isearch-error' to the error string instead of signaling error
11472 with the function `error'.
11473
11474 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11475
11476 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11477
11478 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11479
11480 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11481 and variable.
11482 (gdb-var-create-handler, gdb-var-list-children-handler):
11483 Don't match on "char **...".
11484 (gdb-var-update-handler): Find values for all variable objects.
11485 (gdb-info-frames-custom): Identify frames by leading "#".
11486
11487 * progmodes/gud.el (gud-speedbar-menu-items): Add
11488 gdb-speedbar-auto-raise as radio button.
11489 (gud-speedbar-buttons): Raise speedbar if requested.
11490 Don't match on "char **...".
11491 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11492 Make it editable.
11493
11494 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11495
11496 * info.el (Info-fontify-node): Handle the case where
11497 Info-current-file is t.
11498
11499 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * simple.el (blink-matching-open): Fix off-by-one in last change.
11502
11503 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11504
11505 * term/mac-win.el: Don't change default directory.
11506
11507 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11508
11509 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11510 buffers correctly. (It used to throw an error in such buffers.)
11511 Make it ask for confirmation in group buffers and other Custom
11512 buffers containing more than one customization item.
11513
11514 2005-11-22 John Paul Wallington <jpw@gnu.org>
11515
11516 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11517 property on mail and url overlays.
11518 (goto-address-at-point): Use `posn-set-point' instead of
11519 `mouse-set-point' because the latter is not fbound when configured
11520 without X.
11521
11522 2005-11-22 Lars Hansen <larsh@soem.dk>
11523
11524 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11525 (ls-lisp-classify, ls-lisp-format): Delete call to
11526 ls-lisp-parse-symlink.
11527 (ls-lisp-handle-switches): Handle symlinks to directories as
11528 directories when ls-lisp-dirs-first in non-nil.
11529
11530 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11531
11532 * startup.el (command-line): Make sure that loaddefs.el is handled
11533 correctly in load-history.
11534
11535 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11536
11537 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11538 (gdb-struct-string, gdb-array-string): New constants.
11539 (gdb-info-locals-handler): Use them.
11540 (gdb-reset): Reset gdb-var-list to nil.
11541
11542 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11545 in patterns.
11546
11547 2005-11-21 Juri Linkov <juri@jurta.org>
11548
11549 * custom.el (defcustom): Update link types in docstring.
11550
11551 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11552
11553 * custom.el (defgroup): Add doc-string-elt info.
11554
11555 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11556
11557 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11558
11559 * newcomment.el (comment-enter-backward): Fix last fix.
11560
11561 * simple.el (blink-matching-open):
11562 * paren.el (show-paren-function): Allow new paren-class info.
11563
11564 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11565
11566 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11567 handled automagically.
11568
11569 2005-11-20 Andreas Schwab <schwab@suse.de>
11570
11571 * descr-text.el (describe-char): When copying overlays put them
11572 over the full char description instead of just the first character
11573 of it.
11574
11575 2005-11-20 Juri Linkov <juri@jurta.org>
11576
11577 * simple.el (what-cursor-position):
11578 * descr-text.el (describe-char): Use Lisp-readable syntax
11579 for octal and hex. Reorder decimal, octal and hex values.
11580 Remove excess whitespace in the output. Use `=' in `column='
11581 like in `point=' and `Hscroll='.
11582
11583 * international/mule-cmds.el (encoded-string-description):
11584 Use Lisp-readable syntax for hex.
11585
11586 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * newcomment.el (comment-enter-backward): Handle the case where the
11589 comment is closed by EOB.
11590
11591 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11592
11593 * longlines.el (longlines-before-revert-hook)
11594 (longlines-after-revert-hook): New functions.
11595 (longlines-mode): Turn off longlines temporarily when reverting.
11596 Add a message-setup-hook.
11597 (longlines-decode-buffer): New function.
11598 (longlines-wrap-line): Preserve marker positions.
11599
11600 2005-11-19 Andreas Schwab <schwab@suse.de>
11601
11602 * emacs-lisp/shadow.el: Handle compressed files.
11603
11604 2005-11-19 Romain Francoise <romain@orebokech.com>
11605
11606 * net/browse-url.el (browse-url-default-browser): Signal an error
11607 if no usable browser can be found, rather than try to load w3.
11608
11609 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11610
11611 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11612 replacing existing properties.
11613 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11614 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11615 tty specs.
11616 (rcirc-server-prefix, rcirc-server): New faces.
11617 (rcirc-url-regexp): Generate with rx macro.
11618 (rcirc-last-server-message-time): New variable.
11619 (rcirc-filter): Record time of last message.
11620 (rcirc-keepalive): Kill processes that did not send a message
11621 since the last ping.
11622 (rcirc-mode): Give rcirc-topic a local binding here.
11623
11624 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11625
11626 * subr.el (read-passwd): Fontify the prompt as we do with other
11627 prompts.
11628
11629 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11630
11631 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11632 binding buffer-read-only to nil.
11633
11634 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11635
11636 * complete.el (partial-completion-mode):
11637 Mention completion-auto-help in the doc string.
11638
11639 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11640 more Lisp-ish way.
11641
11642 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11643
11644 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11645 digits, not 8, to avoid misalignment for files larger than 100MB.
11646
11647 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11648
11649 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11650 Mention "keyboard shortcuts" in the help text.
11651
11652 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11653
11654 * startup.el (fancy-splash-default-action): Discard only
11655 mouse-down and succeeding mouse-up events in the splash screen
11656 window so that drag-n-drop event can be processed.
11657
11658 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11659
11660 * longlines.el (longlines-mode): Add hacks for mail-mode and
11661 message-mode.
11662
11663 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11664
11665 * textmodes/org.el (org-table-sort-lines): New command.
11666 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11667 (org-add-file): Command removed, use `org-agenda-file-to-front'
11668 instead.
11669 (org-export-icalendar): Use `org-icalendar-combined-name'.
11670 (org-cycle-agenda-files, org-agenda-file-to-end)
11671 (org-agenda-file-to-front): New commands.
11672 (org-table-tab-jumps-over-hlines, org-export-html-style):
11673 New options.
11674 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11675 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11676 New functions.
11677 (org-fill-paragraph): Call `org-table-align' in tables.
11678 (org-mode): Call `org-set-autofill-regexps'.
11679 (org-export-as-html): Support for local handformatted lists.
11680 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11681 (org-export-local-list-max-depth): New option.
11682 (org-html-expand): Use `org-html-protect'.
11683
11684 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11685
11686 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11687 to "p".
11688 (gdb): Move definition of gud-pp to...
11689
11690 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11691 speedbar.
11692 (gdb-find-watch-expression): New function.
11693
11694 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * faces.el (face-attribute, set-face-attribute): Mention existence
11697 of `:ignore-defface' setting in docstring.
11698
11699 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * simple.el (completion-setup-function): Fix last change.
11702
11703 2005-11-17 John Paul Wallington <jpw@pobox.com>
11704
11705 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11706 Use `posn-set-point' instead of `mouse-set-point' because the
11707 latter is not fbound when configured without X.
11708
11709 * comint.el (comint-insert-input): Likewise.
11710
11711 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11712
11713 * simple.el (hard-newline): New variable.
11714 (sendmail-user-agent-compose, next-line): Use it.
11715
11716 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11717 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11718 (mail-mail-reply-to, mail-mail-followup-to)
11719 (mail-position-on-field, mail-signature, mail-yank-original)
11720 (mail-attach-file): Likewise.
11721
11722 * mail/mailheader.el (mail-header-format)
11723 (mail-header-format-function): Likewise.
11724
11725 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11726
11727 2005-11-17 Juri Linkov <juri@jurta.org>
11728
11729 * font-lock.el (font-lock-faces): Rename this defgroup from
11730 `font-lock-highlighting-faces'.
11731 (font-lock-comment-face, font-lock-comment-delimiter-face)
11732 (font-lock-string-face, font-lock-doc-face)
11733 (font-lock-keyword-face, font-lock-builtin-face)
11734 (font-lock-function-name-face, font-lock-variable-name-face)
11735 (font-lock-type-face, font-lock-constant-face)
11736 (font-lock-warning-face, font-lock-negation-char-face)
11737 (font-lock-preprocessor-face)
11738 (font-lock-regexp-grouping-backslash)
11739 (font-lock-regexp-grouping-construct): Rename :group from
11740 `font-lock-highlighting-faces' to `font-lock-faces'.
11741
11742 * cus-edit.el (lisp, c, tex):
11743 * progmodes/ada-mode.el (ada):
11744 * progmodes/asm-mode.el (asm):
11745 * progmodes/cperl-mode.el (cperl-faces):
11746 * progmodes/cpp.el (cpp):
11747 * progmodes/dcl-mode.el (dcl):
11748 * progmodes/f90.el (f90):
11749 * progmodes/fortran.el (fortran):
11750 * progmodes/icon.el (icon):
11751 * progmodes/idlwave.el (idlwave-misc):
11752 * progmodes/m4-mode.el (m4):
11753 * progmodes/make-mode.el (makefile):
11754 * progmodes/meta-mode.el (meta-font):
11755 * progmodes/modula2.el (modula2):
11756 * progmodes/octave-mod.el (octave):
11757 * progmodes/pascal.el (pascal):
11758 * progmodes/perl-mode.el (perl):
11759 * progmodes/prolog.el (prolog):
11760 * progmodes/ps-mode.el (PostScript-edit):
11761 * progmodes/scheme.el (scheme):
11762 * progmodes/sh-script.el (sh-script):
11763 * progmodes/simula.el (simula):
11764 * progmodes/tcl.el (tcl):
11765 * textmodes/nroff-mode.el (nroff):
11766 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11767 * textmodes/sgml-mode.el (sgml):
11768 * textmodes/texinfo.el (texinfo):
11769 Add :link (custom-group-link font-lock-faces) to defgroup.
11770
11771 * hi-lock.el (hi-lock): Rename this defgroup from
11772 `hi-lock-interactive-text-highlighting'. Change parent group from
11773 `faces' to `font-lock'. Add link to the manual.
11774 (hi-lock-mode, hi-lock-file-patterns-range)
11775 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11776 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11777 (hi-lock-faces): Add :group `faces'.
11778
11779 * cus-edit.el (custom-variable-prompt): Clarify the code.
11780
11781 * faces.el (face-read-string): Set the default value arg of
11782 completing-read.
11783
11784 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11785
11786 * rfn-eshadow.el (file-name-shadow-properties)
11787 (file-name-shadow-tty-properties, file-name-shadow-mode):
11788 Remove autoloads, because the file is now preloaded.
11789
11790 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * printing.el (easy-menu-intern): Don't define.
11793 (pr-get-symbol): Use easy-menu-intern only if defined.
11794
11795 * simple.el (blink-matching-open): Simplify a bit.
11796 (completion-setup-function): Fix the case of partial-completion-mode
11797 when the minibuffer's contents start with "-".
11798 Obey completion-base-size-function even when
11799 minibuffer-completing-file-name is non-nil.
11800
11801 2005-11-16 Richard M. Stallman <rms@gnu.org>
11802
11803 * net/eudcb-ph.el (eudc-ph-open-session):
11804 Use set-process-query-on-exit-flag.
11805
11806 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11807
11808 * international/ucs-tables.el (ucs-set-table-for-input):
11809 Use make-local-variable, not make-variable-buffer-local.
11810
11811 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11812 Improve warning message text.
11813
11814 * savehist.el (savehist-save-hook): Add :group.
11815
11816 * menu-bar.el (menu-bar-help-menu):
11817 Rename Find Extra Packages to External Packages.
11818
11819 * cus-edit.el (Custom-reset-standard): Verify that
11820 :custom-standard-value prop exists before calling it.
11821
11822 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11823
11824 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11825
11826 * wid-edit.el (color): Enclose %t in %{...%}.
11827
11828 * cus-edit.el (face): Enclose %t in %{...%}.
11829
11830 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11831
11832 * savehist.el (savehist-mode-hook): Re-add the var.
11833 (savehist-mode): Use it.
11834
11835 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11836
11837 * textmodes/flyspell.el: Fix commenting convention.
11838 Remove unnecessary leading * in custom docstrings.
11839 (flyspell-emacs): Remove unused var.
11840 (flyspell-delete-region-overlays): Use remove-overlays.
11841 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11842 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11843 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11844 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11845 (make-flyspell-overlay): Don't locally reuse a global name.
11846 (flyspell-highlight-incorrect-region)
11847 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11848 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11849 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11850 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11851 Wrap calls to accept-process-output inside with-local-quit since it's
11852 often called from a post-command-hook.
11853 (flyspell-correct-word, flyspell-auto-correct-word):
11854 Use ispell-send-string.
11855 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11856
11857 * calendar/diary-lib.el (diary-list-entries): Also hide the
11858 terminating newline.
11859
11860 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11861
11862 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11863 window-system, to allow fonts on tty.
11864
11865 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11866
11867 * progmodes/gud.el (gud-speedbar-item-info): New function.
11868 (gud-install-speedbar-variables): Use it to display data type
11869 of watch expression as a tooltip in speedbar.
11870
11871 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11872
11873 * font-core.el (global-font-lock-mode): Add :version keyword,
11874 because default was changed.
11875
11876 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11877
11878 * startup.el (command-line): Use `custom-reevaluate-setting' for
11879 `file-name-shadow-mode'.
11880
11881 * loadup.el: Preload rfn-eshadow.
11882
11883 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11884 Add :version keyword.
11885 (file-name-shadow-properties, file-name-shadow-tty-properties)
11886 (file-name-shadow): Add :version keyword.
11887
11888 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11889 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11890 in the custom-group property of the symbol frames and the fringe
11891 group got no link to its parent group frames.
11892 Doc fix.
11893
11894 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11895
11896 * progmodes/gud.el (gud-stop-subjob): New function.
11897 (gud-menu-map, gud-tool-bar-map): Use it.
11898
11899 2005-11-16 Kim F. Storm <storm@cua.dk>
11900
11901 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11902 than kill it.
11903 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11904 to a more useful/logical place.
11905
11906 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11907
11908 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11909 go buttons complementary.
11910
11911 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11914 (rfn-eshadow-sifn-equal): New function.
11915 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11916
11917 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11918
11919 * viper-utils.el (viper-non-word-characters-reformed-vi):
11920 Quote `-' in string.
11921
11922 * viper.el (viper-emacs-state-mode-list): Ensure that
11923 rcirc-mode buffers come up in Emacs state.
11924
11925 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11926 operation.
11927
11928 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11929
11930 * term.el (term-termcap-format): Fix typos.
11931 (term-down): Fix the negative argument case.
11932
11933 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11934
11935 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11936 2005-08-15.
11937 (gdb-ann3): New command gud-go.
11938 (menu): Accomodate gdb-mi.el.
11939 (gdb-assembler-custom): Make buffer of selected window current
11940 so that set-window-point works.
11941
11942 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11943 buttons and include new ones.
11944
11945 2005-11-16 Kim F. Storm <storm@cua.dk>
11946
11947 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11948 (gud-menu-map): Use it.
11949
11950 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11951
11952 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11953 that works correctly for Custom and that does not override a user
11954 who disables it.
11955
11956 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11957 (help-xref-interned, help-follow): Make hyperlinks for variables
11958 that are unbound, but have a non-nil variable-documentation property.
11959
11960 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11961 mode hook. (It conflicted with defcustoms for some mode hooks.)
11962 Use the `variable-documentation' property to give the mode hook a
11963 docstring and expand that docstring.
11964
11965 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11966
11967 * savehist.el (savehist-mode): Don't bother with
11968 `custom-set-minor-mode'.
11969 (savehist-coding-system): Check XEmacs version.
11970 (history-length): Declare also at run time.
11971 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11972 Don't set the customize state.
11973 (savehist-minibuffer-hook): Special case for when
11974 minibuffer-history-variable is equal to t.
11975
11976 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * files.el (write-file): Refresh VC status.
11979
11980 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11981 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11982 than fundamental-mode to see if the mode was set.
11983
11984 2005-11-14 Romain Francoise <romain@orebokech.com>
11985
11986 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11987 dummy function in `eval-when-compile' to avoid compiler warning.
11988 Require `man' at compile time.
11989
11990 2005-11-14 Jay Belanger <belanger@truman.edu>
11991
11992 * calc-alg.el (calcFunc-write-out-power): Rename it to
11993 calcFunc-powerexpand.
11994 (math-write-out-power): Rename it to math-powerexpand; have it
11995 handle negative exponents.
11996 (calc-writeoutpower): Rename it to calc-powerexpand.
11997
11998 * calc-ext.el: Change calcFunc-writeoutpower and
11999 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12000 autoloads.
12001 Add calcFunc-ldiv to autoloads.
12002
12003 * calc-arith.el (calcFunc-ldiv): New function.
12004
12005 * calc.el (calc-left-divide): New function.
12006
12007 2005-11-14 Juri Linkov <juri@jurta.org>
12008
12009 * cus-edit.el (custom-variable-prompt): Set the default value arg
12010 of completing-read.
12011
12012 * cus-dep.el (custom-make-dependencies): Reverse the list of
12013 found dependencies.
12014
12015 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12016
12017 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12018 Highlighting" entry, it is on by default now.
12019 (menu-bar-options-save): Do not save global-font-lock-mode.
12020
12021 2005-11-13 Richard M. Stallman <rms@gnu.org>
12022
12023 * textmodes/flyspell.el (flyspell-large-region):
12024 Call flyspell-accept-buffer-local-defs.
12025
12026 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12027
12028 * textmodes/flyspell.el (flyspell-notify-misspell):
12029 Fix misspelling of "Misspelling".
12030 (flyspell-process-localwords): New function.
12031 (flyspell-large-region): Call flyspell-process-localwords and
12032 flyspell-delete-region-overlays.
12033 (flyspell-delete-region-overlays): New function.
12034 (flyspell-delete-all-overlays): Call that.
12035
12036 2005-11-13 Richard M. Stallman <rms@gnu.org>
12037
12038 * help.el (help-for-help-internal): Improve doc of C-h a.
12039 (describe-key): Improve prompt; doc fix.
12040
12041 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * vc-svn.el (vc-svn-registered): Catch all errors.
12044
12045 * cus-dep.el (custom-make-dependencies): Typo.
12046
12047 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12048
12049 * net/tramp-util.el (top): Fix compilation warning.
12050
12051 2005-11-13 Kim F. Storm <storm@cua.dk>
12052
12053 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12054
12055 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12056
12057 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12058 (gud-speedbar-buttons): Match on "const char *" too.
12059
12060 * progmodes/gdb-ui.el (gdb-var-create-handler)
12061 (gdb-var-list-children-handler): Match on "const char *" too.
12062 (gdb-var-evaluate-expression-handler): Match on empty string.
12063 (gdb-var-update-handler): Only call
12064 gdb-var-evaluate-expression-handler when required.
12065
12066 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12067
12068 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12069 selected window. This still doesn't work for speedbar.
12070 (gud-speedbar-buttons): Handle string expressions properly.
12071
12072 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12073 (gdb-var-create-handler): Handle string expressions properly.
12074 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12075 Handle string expressions properly. Move "type" field into regexp.
12076
12077 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12078
12079 * bookmark.el (bookmark-maybe-message): New function to reduce
12080 code duplication: invokes `message' iff baud-rate is high enough.
12081 (bookmark-write-file): Use above instead of an inline conditional.
12082 (bookmark-load): Same.
12083
12084 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12085
12086 * bookmark.el (bookmark-write-file): Don't visit the destination
12087 file, just write the data to it using write-region. This is
12088 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12089 change to avoid visiting the file in the first place.
12090
12091 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12092
12093 * hi-lock.el (hi-lock-mode): Set the default value of
12094 font-lock-defaults.
12095
12096 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12097
12098 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12099 arg to `file-attributes'.
12100 (find-lisp-format): The UID and GID can now be strings.
12101
12102 2005-11-12 Kim F. Storm <storm@cua.dk>
12103
12104 * help.el (help-map): Bind C-h d to apropos-documentation.
12105
12106 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12107 when point is at end-of-buffer.
12108
12109 * apropos.el (apropos-match-face): Doc fix.
12110 (apropos-sort-by-scores): Add new choice `verbose'.
12111 (apropos-documentation-sort-by-scores): New defcustom.
12112 (apropos-pattern): Now contains the pattern entered by the user.
12113 (apropos-pattern-quoted): New defvar.
12114 (apropos-regexp): New defvar, containing the regexp corresponding
12115 to apropos-pattern.
12116 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12117 (apropos-read-pattern): New defun. Use it to read pattern arg in
12118 interactive calls; returns list of words for a word list, and
12119 string for a regexp.
12120 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12121 parses a list of words or regexp as returned by apropos-read-pattern.
12122 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12123 (apropos-score-doc): Return a very high score if the string
12124 entered by the user matches literally.
12125 (apropos-variable): Doc fix. Use apropos-read-pattern.
12126 (apropos-command): Doc fix. Use apropos-read-pattern and
12127 apropos-parse-pattern. Call apropos-print with nosubst=t.
12128 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12129 apropos-parse-pattern.
12130 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12131 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12132 apropos-documentation-sort-by-scores. Call apropos-print with
12133 nosubst=t.
12134 (apropos-documentation-internal): Pass doc string through
12135 substitute-key-definition before adding text properties.
12136 Highlight substring matching literal user input if possible.
12137 (apropos-documentation-check-doc-file): Remove locals beg and end.
12138 Fix calculation of score (as added twice). Pass doc string through
12139 substitute-key-definition before adding text properties.
12140 (apropos-documentation-check-elc-file): Pass doc string through
12141 substitute-key-definition before adding text properties.
12142 Highlight substring matching literal user input if possible.
12143 (apropos-print): Add new arg NOSUBST; if set, command and variable
12144 doc strings have already been passed through substitute-key-definition.
12145 Add code to handle apropos-accumulator items without score element
12146 for backwards compatibility (e.g. with woman package).
12147 Only show scores if apropos-sort-by-scores is `verbose'.
12148
12149 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12150
12151 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12152 Add jka-compr-load-suffixes to load-suffixes.
12153
12154 * jka-compr.el: Require jka-cmpr-hook.
12155 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12156 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12157 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12158 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12159 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12160 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12161 (jka-compr-uninstall): Remove entries from
12162 jka-compr-added-to-file-coding-system-alist after they are used.
12163 (jka-compr-error): Remove unused var `curbuf'.
12164 (jka-compr-file-local-copy): Remove unused var `notfound'.
12165
12166 2005-11-10 Romain Francoise <romain@orebokech.com>
12167
12168 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12169
12170 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12171
12172 * progmodes/gud.el (gud-menu-map): Move parentheses.
12173 (gdb): New command gud-pv.
12174
12175 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12176
12177 * tar-mode.el: Remove spurious or unnecessary leading stars
12178 in docstrings.
12179 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12180 (tar-parse-octal-integer-safe): Use mapc.
12181 (tar-header-block-summarize): Remove unused var `ck'.
12182 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12183 cleared before. Obey default-enable-multibyte-characters.
12184 Use mapconcat. Simplify setting of tar-header-offset.
12185 (tar-mode-map): Move initialization inside delcaration.
12186 (tar-flag-deleted): Use `abs'.
12187 (tar-expunge-internal): Remove unused var `line'.
12188 (tar-expunge-internal): Don't hardcode point-min==1.
12189 (tar-expunge): Widen while doing set-buffer-multibyte.
12190 (tar-rename-entry): Use file-name-coding-system.
12191 (tar-alter-one-field): Don't hardcode point-min==1.
12192 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12193 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12194
12195 2005-11-10 Masatake YAMATO <jet@gyve.org>
12196
12197 * add-log.el (add-log-current-defun): Handle class::method
12198 notation of c++. Fix incorrect comment.
12199
12200 2005-11-10 Alan Mackenzie <acm@muc.de>
12201
12202 * help-fns.el (describe-variable): Make C-h v work when a variable
12203 has variable documentation yet is unbound.
12204
12205 2005-11-10 Masatake YAMATO <jet@gyve.org>
12206
12207 * man.el (Man-highlight-references): Set an empty
12208 string to `Man-arguments' if it is nil.
12209 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12210
12211 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12214 commenting conventions.
12215
12216 * cus-dep.el (custom-make-dependencies): Simplify.
12217 Better follow the commenting conventions.
12218
12219 2005-11-09 Richard M. Stallman <rms@gnu.org>
12220
12221 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12222 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12223 All uses changed.
12224 (apropos-rewrite-regexp): Doc fix.
12225 (apropos-variable, apropos-command, apropos, apropos-value):
12226 Change prompt; carry through the argument renaming.
12227
12228 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12229
12230 * find-lisp.el: Require dired.
12231 (find-lisp-find-dired-internal): Do not call
12232 `abbreviate-file-name' on DIR.
12233
12234 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12235
12236 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12237
12238 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12239
12240 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12241 when using the speedbar.
12242 (gdb): New command gud-pp.
12243 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12244
12245 2005-11-09 Juri Linkov <juri@jurta.org>
12246
12247 * replace.el (occur-excluded-properties): New defcustom.
12248 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12249
12250 2005-11-08 Jay Belanger <belanger@truman.edu>
12251
12252 * calc/calc-units.el (math-convert-units): Replace any composite
12253 unit by its definition.
12254
12255 2005-11-08 Lars Hansen <larsh@soem.dk>
12256
12257 * emacs-lisp/autoload.el (update-directory-autoloads):
12258 Add obsolete function alias.
12259
12260 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12263 comment-indent-function.
12264 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12265
12266 * reveal.el (reveal-post-command): Rework the handling of
12267 reveal-open-spots, so as to be more reliable. There were several
12268 tricky corner cases where an open spot might be lost, or where
12269 a closed spot might end up on the list of open spots.
12270 Only reveal text that's ellipsised.
12271
12272 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12273
12274 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12275
12276 2005-11-07 John Paul Wallington <jpw@gnu.org>
12277
12278 * ibuffer.el (ibuffer): Search iconified frames too when
12279 getting Ibuffer buffer's window.
12280
12281 2005-11-06 Richard M. Stallman <rms@gnu.org>
12282
12283 * progmodes/compile.el (compilation-internal-error-properties):
12284 save-excursion around the computation of MARKER.
12285
12286 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12287
12288 * textmodes/flyspell.el (flyspell-external-point-words):
12289 flyspell-get-word returns a list, not just a string.
12290
12291 2005-11-06 John Paul Wallington <jpw@pobox.com>
12292
12293 * ibuffer.el (ibuffer): Search all visible frames when getting
12294 Ibuffer buffer's window.
12295
12296 2005-11-07 Masatake YAMATO <jet@gyve.org>
12297
12298 * man.el (Man-reference-regexp): Accept spaces between
12299 `Man-name-regexp' and `Man-section-regexp'.
12300 (Man-apropos-regexp): New variable.
12301 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12302 if available.
12303 (Man-highlight-references, Man-highlight-references0):
12304 Handle the case when `Man-arguments' includes "-k".
12305 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12306 `TARGET'. `TARGET' can be a number, function or nil.
12307
12308 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12309
12310 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12311 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12312 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12313 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12314 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12315 (gdb-send-item): Use buffer-local-value and simplify.
12316
12317 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12318
12319 * startup.el (command-line): Use `custom-reevaluate-setting' for
12320 `global-font-lock-mode'.
12321
12322 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12323 by default, except in batch mode or when the -D option is given.
12324
12325 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12326 specified keyword args on to `define-minor-mode'. Update docstring.
12327
12328 2005-11-05 Romain Francoise <romain@orebokech.com>
12329
12330 * replace.el (occur-engine): Add marker at end of line, too.
12331
12332 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12333
12334 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12335 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12336 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12337 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12338 argument to all these routines, so the passphrase can be managed
12339 externally and passed in to the system.
12340 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12341 pgg-add-passphrase-to-cache function.
12342
12343 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12344 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12345 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12346 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12347 argument to all these routines, so the passphrase can be managed
12348 externally and passed in to the system.
12349 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12350 function.
12351
12352 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12353
12354 * font-lock.el: Don't deal with font-lock-face-attributes here,
12355 move the code ...
12356
12357 * startup.el (command-line): ... here. Use face-spec-set instead
12358 of custom-declare-face.
12359
12360 * faces.el (face-spec-set): Reset the face if spec is not nil.
12361
12362 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 * newcomment.el (comment-region-internal): Box more tightly in the
12365 common case where there's no TAB in the boxed text.
12366
12367 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12368
12369 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12370 up-node.
12371
12372 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12373
12374 * newsticker.el: Commentary updated. Code formatting changed.
12375 (newsticker-version): Change to "1.9".
12376 (newsticker, newsticker-feed): Doc fix.
12377 (newsticker-url-list): Doc fix. Add option "Weekly".
12378 (newsticker-retrieval-interval): Add option "Weekly".
12379 (newsticker-headline-processing): Doc fix.
12380 (newsticker-auto-mark-filter): Remove.
12381 (newsticker-auto-mark-filter-list): New.
12382 (newsticker-layout, newsticker-sort-method): Doc fix.
12383 (newsticker-hide-old-items-in-newsticker-buffer)
12384 (newsticker-heading-format, newsticker-item-format)
12385 (newsticker-desc-format): Doc fix.
12386 (newsticker-show-all-rss-elements): Remove.
12387 (newsticker-show-all-news-elements): New.
12388 (newsticker-faces, newsticker-ticker): Doc fix.
12389 (remove-from-invisibility-spec): Code formatting.
12390 (newsticker--process-ids): New.
12391 (newsticker-mode): Doc fix.
12392 (newsticker-mode): Change mode-line-format.
12393 (newsticker-start): Remove debug output.
12394 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12395 (newsticker-w3m-show-inline-images): Code formatting.
12396 (newsticker-next-item): Call `force-mode-line-update'.
12397 (newsticker-previous-item): Call `force-mode-line-update'.
12398 (newsticker-next-feed): Call `force-mode-line-update'.
12399 (newsticker-previous-feed): Call `force-mode-line-update'.
12400 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12401 (newsticker-show-old-items): Do not show descs.
12402 (newsticker-hide-entry): Hide too much.
12403 (newsticker-hide-entry, newsticker-show-entry)
12404 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12405 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12406 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12407 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12408 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12409 (newsticker-get-news): Call `force-mode-line-update'.
12410 Collect process ids.
12411 (newsticker--sentinel): Change coding system handling.
12412 Move image retrieval to new functions newsticker--get-logo-url-*.
12413 Move feed parsing to new functions newsticker--parse-*.
12414 Update list of process ids.
12415 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12416 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12417 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12418 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12419 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12420 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12421 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12422 (newsticker--decode-coding-string): Remove.
12423 (newsticker--decode-numeric-entities): Check input. Format code.
12424 (newsticker--remove-whitespace): Check input.
12425 (newsticker--do-forget-preformatted): Doc fix.
12426 (newsticker--decode-rfc822-date): Allow for missing time.
12427 (newsticker--update-process-ids): New.
12428 (newsticker--image-sentinel): Change comment.
12429 (newsticker--image-read): Change error message.
12430 (newsticker--imenu-goto): Doc fix. Show headline title.
12431 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12432 (newsticker--buffer-do-insert-text): Clean whitespace in
12433 html-rendered headline title. Code formatting.
12434 Call `newsticker--buffer-print-extra-elements'.
12435 (newsticker--buffer-print-extra-element): Remove.
12436 (newsticker--buffer-print-extra-elements): New.
12437 (newsticker--buffer-do-print-extra-element): New.
12438 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12439 large sizes.
12440 (newsticker--run-auto-mark-filter)
12441 (newsticker--do-run-auto-mark-filter):
12442 Use `newsticker-auto-mark-filter-list'.
12443
12444 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12445
12446 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12447 (rcirc-print): Force redisplay before running hooks. Do long
12448 buffer truncation after making new text read-only. Deal with nil
12449 text when decoding strings. If TARGET is nil, use either the
12450 currently selected buffer, if it is an rcirc buffer and of the
12451 same process or the process buffer.
12452 (rcirc-mode): Remove header-line. Recompute short buffer names.
12453 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12454 (rcirc-short-buffer-name): Add variable.
12455 (rcirc-kill-buffer-hook): Recompute short buffer names.
12456 Remove nick from private channel.
12457 (rcirc-send-input): Send command text to current-buffer.
12458 Don't clear overlay arrow here.
12459 (rcirc-short-buffer-name): Return a short buffer name.
12460 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12461 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12462 buffer-name abbreviations.
12463 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12464 Do not touch nick-table when killing a parted channel.
12465 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12466 Clear arrow from current buffer if it is now hidden.
12467 (rcirc-current-buffer): Add variable.
12468 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12469 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12470 Remove -face from names.
12471 (rcirc-update-activity-string): Print "DND" when globally ignoring
12472 activity.
12473 (rcirc-ignore-buffer-activity-flag): Rename from
12474 rcirc-ignore-channel-activity.
12475 (rcirc-ignore-all-activity-flag): Doc fix.
12476 (rcirc-channels): Remove variable.
12477 (rcirc-kill-buffer-hook):
12478 (rcirc-get-buffer-create): Add nick to private channel.
12479 (rcirc-multiline-edit-submit): Remove tabs.
12480 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12481 folded.
12482 (rcirc-remove-nick-channel): Bug fix.
12483 (rcirc-toggle-ignore-buffer-activity): Rename from
12484 rcirc-toggle-ignore-channel-activity.
12485 (rcirc-record-activity): Add buffers to the front of the list.
12486 (rcirc-update-activity): Remove killed buffers from list.
12487 (rcirc-process-server-response-1): Remove last argument if it is
12488 null before calling handler.
12489 (rcirc): Add "rcirc" defcustom prefix.
12490 (rcirc-prompt): Simplify default prompt.
12491 Use custom-initialize-default.
12492 (rcirc-private-chats): Remove variable.
12493 (rcirc-prompt): Change initialization.
12494 (rcirc-version): Remove function.
12495 (rcirc-id-string): Add constant.
12496 (rcirc-last-buffer): Remove variable.
12497 (rcirc-buffer-alist): Add variable.
12498 (rcirc-connect): Update variable setup.
12499 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12500 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12501 default.
12502 (rcirc-handler-generic): Trigger activity.
12503 (rcirc-send-message): Create the buffor of the target.
12504 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12505 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12506 (rcirc-multiline-edit-cancel): Remove function.
12507 (rcirc-set-last-buffer): Remove function.
12508 (rcirc-get-any-buffer): Add function.
12509 (rcirc-join-channels): Don't print /join text.
12510 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12511 messages.
12512 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12513 (rcirc-handler-NOTICE): Recognize CTCP responses.
12514 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12515 constructing TOPIC string for buffers we are not JOINed.
12516 (rcirc-handler-CTCP-response): Add handler.
12517 (rcirc-multiline-edit-submit): Restore the window-configuration
12518 before adjusting point.
12519 (rcirc): Add customization group.
12520 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12521 (rcirc-user-full-name, rcirc-startup-channels-alist)
12522 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12523 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12524 (rcirc-input-ring-size, rcirc-read-only-flag)
12525 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12526 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12527 Change defvar to defcustom.
12528 (rcirc-update-prompt): Add optional ALL arg, which will update
12529 prompts in all rcirc buffers. Regexp quote replacement text.
12530 (rcirc-fill-column): Accept frame-width as a value.
12531 (rcirc-set-changed): Add function.
12532 (rcirc-next-active-buffer): Write more meaningful messages.
12533 (rcirc-faces): Add customization group.
12534 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12535 (rcirc-nick-in-message-face, rcirc-prompt-face)
12536 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12537 (with-rcirc-process-buffer): Move before first usage.
12538 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12539 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12540 (rcirc-debug): Rename from `rcirc-log'.
12541 (rcirc-format-response-string): Do not print `-' chars for a
12542 NOTICE with no sender. Simplify output of server responses.
12543
12544 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12545
12546 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12547 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12548 Make urls mouse and RET clickable.
12549
12550 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12551
12552 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12553
12554 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12555
12556 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12557 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12558 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12559 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12560 argument to all these routines, so the passphrase can be managed
12561 externally and passed in to the system.
12562 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12563 pgg-add-passphrase-to-cache function.
12564
12565 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12566 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12567 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12568 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12569 argument to all these routines, so the passphrase can be managed
12570 externally and passed in to the system.
12571 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12572 function.
12573
12574 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12575
12576 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12577 from goto-address-url-regexp.
12578
12579 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12580
12581 * textmodes/org.el (org-read-date, org-goto-calendar)
12582 (org-recenter-calendar, org-agenda-goto-calendar):
12583 Temporarily clear `calendar-move-hook'.
12584
12585 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12586
12587 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12588 merging.
12589
12590 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12591 have merge clashes.
12592
12593 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12594
12595 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12596 Undo previous change.
12597
12598 * startup.el (command-line): Use `custom-reevaluate-setting' for
12599 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12600 tty-register-default-colors on Mac.
12601
12602 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12603
12604 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12605 (gdb-buffer-type): Make it automatically buffer local...
12606 (gdb-get-create-buffer): ...and set it accordingly.
12607 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12608 actually work.
12609
12610 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12611
12612 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12613 not red.
12614
12615 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12616
12617 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12618 case GUD buffer is not visible.
12619 (gdb-goto-breakpoint): Try to force display in source buffer.
12620 (gdb-frame-gdb-buffer): Copy other similar functions.
12621 (gdb-restore-windows): Don't display source if not asked for.
12622 (gdb-assembler-buffer-name): Don't capitalise.
12623
12624 2005-11-03 Richard M. Stallman <rms@gnu.org>
12625
12626 * wid-edit.el (key-sequence): New widget type.
12627
12628 * simple.el (set-mark-command-repeat-pop): New variable.
12629 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12630 if set-mark-command-repeat-pop is true.
12631
12632 * info.el (Info-fontify-node): Don't display extra "see" if there
12633 already is one here.
12634
12635 * mouse.el: Fix special handling of DEL after dragging a region:
12636 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12637 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12638
12639 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12640
12641 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12642 not to assume it pertains to an affix.
12643
12644 * textmodes/flyspell.el (flyspell-post-command-hook):
12645 Bind deactivate-mark to prevent deactivation.
12646
12647 2005-11-03 Lars Hansen <larsh@soem.dk>
12648
12649 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12650 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12651 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12652
12653 2005-11-03 Romain Francoise <romain@orebokech.com>
12654
12655 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12656 Update copyright years.
12657
12658 2005-11-03 Sam Steingold <sds@gnu.org>
12659
12660 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12661 Use system-type instead of window-system because window-system is not
12662 correctly defined during loadup.
12663
12664 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12665
12666 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12667 (xml-parse-tag): Join strings separated by a comment properly.
12668
12669 2005-11-02 Andreas Schwab <schwab@suse.de>
12670
12671 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12672
12673 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12676 (byte-optimize-pure-func): Quote the eval'd value.
12677
12678 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12679 Rename from perl-font-lock-syntactic-face-function.
12680 Change the calling convention so it can be used as a font-lock MATCHER.
12681 Do the parse-partial-sexp loop outselves.
12682 (perl-font-lock-syntactic-keywords): Use it.
12683 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12684
12685 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12686
12687 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12688 disassembly buffer too.
12689 (gdb-exited): Remove overlay arrows when execution has finished.
12690 (gdb-info-frames-custom, gdb-info-threads-custom)
12691 (gdb-info-registers-custom): Don't add inappropriate text
12692 properties if inferior is not active.
12693
12694 2005-11-02 Glenn Morris <rgm@gnu.org>
12695
12696 * progmodes/fortran.el (fortran-blink-match):
12697 Use `blink-matching-delay'.
12698
12699 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12700
12701 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12702
12703 2005-11-02 Lars Hansen <larsh@soem.dk>
12704
12705 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12706 "Permission denied".
12707
12708 2005-11-01 Richard M. Stallman <rms@gnu.org>
12709
12710 * textmodes/flyspell.el (flyspell-external-point-words):
12711 Pass nil to flyspell-get-word.
12712
12713 2005-11-02 Kim F. Storm <storm@cua.dk>
12714
12715 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12716 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12717
12718 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12719
12720 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12721 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12722 (calendar-mouse-print-dates): Add optional `event' argument.
12723 Update interactive-spec.
12724 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12725 Use `calendar-event-to-date' instead of `event'.
12726
12727 2005-11-02 Masatake YAMATO <jet@gyve.org>
12728
12729 * progmodes/ld-script.el (ld-script-builtins):
12730 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12731 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12732 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12733
12734 2005-11-01 Romain Francoise <romain@orebokech.com>
12735
12736 * vc-sccs.el: Update copyright year.
12737 * ezimage.el: Likewise.
12738
12739 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12740
12741 * info.el (Info-fontify-node): Use `string-width' for fontifying
12742 underlined titles.
12743
12744 2005-11-01 Juri Linkov <juri@jurta.org>
12745
12746 * info.el (Info-fontify-node): Downcase node header keywords Node,
12747 Prev, Next, Up before comparison.
12748 (Info-history): Insert absolute directory name, and put invisible
12749 property on it.
12750
12751 2005-11-01 Juri Linkov <juri@jurta.org>
12752
12753 * info.el (Info-file-supports-index-cookies): New variable.
12754 (Info-find-node-2): Check makeinfo version for index cookie support.
12755 (Info-index-nodes): Search for nodes with index cookies only when
12756 Info-file-supports-index-cookies is t. Otherwise, search nodes
12757 with "Index" in the node name.
12758 (Info-index-node): Search index cookie in the current node only when
12759 Info-file-supports-index-cookies is t. Otherwise, check the word
12760 "Index" in the node name.
12761 (Info-find-emacs-command-nodes): Remove code that searches nodes
12762 with "Index" node name in the top menu.
12763
12764 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * progmodes/scheme.el (scheme-mode-variables): Use the default
12767 comment-indent-function.
12768
12769 * faces.el (face-attribute): Handle the case where a face inherits from
12770 a non-existent face.
12771
12772 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12773 for octal and hexa output, and merge the char into the paren.
12774 (kill-new): Use push.
12775 (copy-to-buffer): Use with-current-buffer.
12776 (completion-setup-function): Move code in loop to remove redundancy.
12777 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12778 those inherited from minibuffer-local-completion-map.
12779
12780 * savehist.el (savehist-mode) <defcustom>:
12781 Use custom-set-minor-mode if available.
12782 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12783 and emit a message if applicable.
12784
12785 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12786
12787 * savehist.el: Sync up to version 19.
12788 (savehist-mode): New minor mode.
12789 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12790 (savehist-length): Remove (use history-length instead).
12791 (savehist-file-modes): Rename from savehist-modes.
12792 (savehist-save-hook, savehist-loaded): New vars.
12793 (savehist-load): Use savehist-mode. Try to smooth up transition from
12794 old format to new format.
12795 (savehist-install): Allow savehist-autosave-interval to be nil.
12796 (savehist-save): Run the new hook. Be more careful to only trim the
12797 history variables.
12798 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12799 (savehist-printable): Print into a buffer rather than char-by-char.
12800
12801 2005-11-01 John Wiegley <johnw@newartisans.com>
12802
12803 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12804 toggle-ignore keybinding (C-a). The author said it had been
12805 disabled much earlier due to a possible incompatibility, but after
12806 many months of usage I have encountered no problems (and it is a
12807 rather useful option, especially for switching to " *temp*").
12808
12809 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12810 support for OS/X's AddressBook, by calling out to the open source
12811 program "contacts" (installable through Fink).
12812
12813 * net/eudc.el (eudc-expand-inline): If the
12814 `eudc-multiple-match-handling-method' is set to `all', delete the
12815 query string before inserting the query result.
12816
12817 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12818 flag, to prevent Eshell from using the system ls when
12819 `eshell-ls-insert-directory' is in used.
12820 (eshell-ls-insert-directory): Disable font-lock in directory
12821 buffer so that Eshell's own fontification is seen. This broke
12822 recently due to changes in font-lock, so this goes back to version
12823 21 behavior.
12824
12825 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12826
12827 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12828 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12829 (gdb-many-windows): Doc fix.
12830
12831 2005-10-31 Romain Francoise <romain@orebokech.com>
12832
12833 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12834
12835 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12836
12837 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12838 that global-font-lock-mode can be enabled by default.
12839
12840 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12841 (font-lock-add-keywords, font-lock-remove-keywords)
12842 (font-lock-fontify-buffer): Remove autoload cookies.
12843
12844 * jit-lock.el (jit-lock-register): Likewise.
12845
12846 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12847
12848 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12849
12850 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12851 intact if there is no gud-comint-buffer.
12852
12853 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12854
12855 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12856 old prompt comint-prompt-read-only is t and GDB commands are
12857 issued from tool bar etc.
12858
12859 2005-10-31 Masatake YAMATO <jet@gyve.org>
12860
12861 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12862
12863 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12864
12865 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12866 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12867
12868 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12869
12870 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12871 starting at beginning of line. Fontification is messed up when
12872 `open-paren-in-column-0-is-defun-start' set to t.
12873 Reported by John Paul Wallington <jpw@pobox.com>.
12874
12875 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12876
12877 * comint.el (comint-send-input): Call `comint-update-fence' when
12878 `comint-process-echoes' and `comint-prompt-read-only' are both
12879 non-nil, to avoid leftover read-only newline.
12880
12881 2005-10-30 Richard M. Stallman <rms@gnu.org>
12882
12883 * textmodes/flyspell.el (flyspell-external-point-words):
12884 Detect when WORD can't be checked properly because
12885 flyspell-get-word finds just part of it, and move on.
12886
12887 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12888 boundarychar for Polish.
12889 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12890 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12891
12892 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12893
12894 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12895 (gdb-registers-font-lock-keywords): Delete.
12896 (gdb-registers-mode): Don't fontify.
12897 (gdb-info-registers-custom): Use text properties instead as, in
12898 future, changed register values will use font-lock-warning-face.
12899 (gdb-local-font-lock-keywords): Rename to...
12900 (gdb-locals-font-lock-keywords): ...for consistency.
12901
12902 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12903
12904 * vc.el (vc-switch-backend): Better error message if the buffer is
12905 not visiting a file under version control.
12906
12907 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12908
12909 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12910
12911 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12912 ~/.emacs.d/.emacs.
12913
12914 2005-10-29 Richard M. Stallman <rms@gnu.org>
12915
12916 * replace.el (occur-mode-mouse-goto): Always go to other window.
12917 (occur-mode-goto-occurrence): Always switch in same window.
12918
12919 * simple.el (undo): Display message at end, not at start.
12920
12921 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12922 New arg REUSE-CELL.
12923 (cancel-timer-internal): New function.
12924 (timer-event-handler): Use cancel-timer-internal,
12925 and pass the cell it returns to timer-activate...
12926
12927 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12928 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12929 (jit-lock-after-change): Test memory-full.
12930
12931 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12932
12933 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12934 part of the decoded armor to find the key-identifier.
12935 (pgg-gpg-lookup-key-owner): New function to return the
12936 human-readable identifier of a key owner.
12937 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12938 key itself.
12939 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12940 the key value) if we have a key and can match it against a secret
12941 key. Also, added a note pointing out fact that the prompt only
12942 indicates the first matching key.
12943
12944 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12945 pgg-decrypt-region.
12946 (pgg-pending-timers): A new hash for tracking the passphrase cache
12947 timers, so that new ones supercede old ones.
12948 (pgg-add-passphrase-to-cache): Rename from
12949 `pgg-add-passphrase-cache' to reduce confusion (all callers
12950 changed). Modified to cancel old timers when new ones are added.
12951 (pgg-remove-passphrase-from-cache): Rename from
12952 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12953 changed). Modified to cancel old timers when their keys are
12954 removed from the cache.
12955 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12956 XEmacs, an indirection to delete-itimer.
12957 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12958 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12959 users can only check cache without risk of prompting. Correct bug in
12960 notruncate behavior.
12961 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12962 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12963 Add informative docstrings.
12964 (pgg-decrypt): Convey provided passphrase in subordinate call to
12965 pgg-decrypt-region.
12966
12967 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12968 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12969 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12970 `passphrase' argument, so the passphrase can be managed externally
12971 and then passed in to the system.
12972
12973 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12974 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12975 so the passphrase cache can be used reliably with identifiers
12976 besides a pgp packet's key id.
12977
12978 * pgg-gpg.el (pgg-pgp-encrypt-region)
12979 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12980 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12981 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12982 argument to all these routines, so the passphrase can be managed
12983 externally and passed in to the system.
12984
12985 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12986 `notruncate' argument, so the passphrase cache can be used
12987 reliably with identifiers besides a pgp packet's key id.
12988
12989 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12990
12991 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12992 symmetric encryption.
12993 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12994 encrypted session key.
12995 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12996 message ask for the passphrase in a proper way.
12997
12998 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12999 New user commands for symmetric encryption.
13000
13001 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
13002
13003 * textmodes/conf-mode.el (conf-assignment-sign)
13004 (conf-assignment-regexp): Fix docstrings.
13005 (conf-mode-initialize): New function.
13006 (conf-mode): Remove optional args. Use delay-mode-hooks to
13007 recognize recursive calls.
13008 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13009 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13010 (conf-xdefaults-mode): Use define-derived-mode and
13011 conf-mode-initialize.
13012
13013 2005-10-29 Romain Francoise <romain@orebokech.com>
13014
13015 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13016
13017 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13018
13019 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13020 part of the decoded armor to find the key-identifier.
13021 (pgg-gpg-lookup-key-owner): New function to return the
13022 human-readable identifier of a key owner.
13023 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13024 key itself.
13025 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13026 the key value) if we have a key and can match it against a secret
13027 key. Also, added a note pointing out fact that the prompt only
13028 indicates the first matching key.
13029
13030 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13031 pgg-decrypt-region.
13032 (pgg-pending-timers): A new hash for tracking the passphrase cache
13033 timers, so that new ones supercede old ones.
13034 (pgg-add-passphrase-to-cache): Rename from
13035 `pgg-add-passphrase-cache' to reduce confusion (all callers
13036 changed). Modified to cancel old timers when new ones are added.
13037 (pgg-remove-passphrase-from-cache): Rename from
13038 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13039 changed). Modified to cancel old timers when their keys are
13040 removed from the cache.
13041 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13042 XEmacs, an indirection to delete-itimer.
13043 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13044 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13045 users can only check cache without risk of prompting. Correct bug in
13046 notruncate behavior.
13047 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13048 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13049 Add informative docstrings.
13050 (pgg-decrypt): Convey provided passphrase in subordinate call to
13051 pgg-decrypt-region.
13052
13053 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13054
13055 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13056 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13057 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13058 `passphrase' argument, so the passphrase can be managed externally
13059 and then passed in to the system.
13060
13061 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13062 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13063 so the passphrase cache can be used reliably with identifiers
13064 besides a pgp packet's key id.
13065
13066 * pgg-gpg.el (pgg-pgp-encrypt-region)
13067 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13068 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13069 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13070 argument to all these routines, so the passphrase can be managed
13071 externally and passed in to the system.
13072
13073 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13074 `notruncate' argument, so the passphrase cache can be used
13075 reliably with identifiers besides a pgp packet's key id.
13076
13077 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13078
13079 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13080 symmetric encryption.
13081 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13082 encrypted session key.
13083 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13084 message ask for the passphrase in a proper way.
13085
13086 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13087 New user commands for symmetric encryption.
13088
13089 2005-10-28 Bill Wohler <wohler@newt.com>
13090
13091 * help-mode.el (help-url): New button type. Calls browse-url.
13092 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13093 Similar to Info nodes: URL `url'.
13094 (help-make-xrefs): Create help-url buttons for
13095 help-xref-url-regexp matches.
13096
13097 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13098
13099 * tool-bar.el (tool-bar-add-item-from-menu)
13100 (tool-bar-local-item-from-menu): Fix doc strings.
13101
13102 2005-10-28 Romain Francoise <romain@orebokech.com>
13103
13104 * ldefs-boot.el: Update.
13105
13106 * subr.el (locate-library): Move from help-fns.el.
13107 * help-fns.el (locate-library): Move to subr.el.
13108
13109 2005-10-28 Richard M. Stallman <rms@gnu.org>
13110
13111 * net/tramp.el (tramp-completion-mode): defvar moved up.
13112
13113 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13114
13115 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13116
13117 * files.el (find-file-noselect): Use %d to format large file size.
13118
13119 * bindings.el (mode-line-format): Add %e.
13120
13121 * loadup.el ("facemenu"): Load unconditionally.
13122 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13123 ("x-dnd"): Load, when appropriate.
13124
13125 * startup.el (command-line): Call before-init-hook earlier.
13126 Warn about some bad characters in -u user name.
13127
13128 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13129 (flyspell-external-point-words): Error if misspelled word is not found.
13130 Set flyspell-large-region-beg at end of word.
13131
13132 2005-10-28 Andreas Schwab <schwab@suse.de>
13133
13134 * view.el (View-revert-buffer-scroll-page-forward):
13135 Use view-page-size-default.
13136
13137 2005-10-28 Juri Linkov <juri@jurta.org>
13138
13139 * international/quail.el (quail-get-current-str): Translate last
13140 raw character for deterministic input methods.
13141
13142 2005-10-27 Jay Belanger <belanger@truman.edu>
13143
13144 * calc/calc-ext.el: Add functions to autoloads.
13145 (math-identity-matrix-p, math-ident-row-p): New functions.
13146
13147 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13148 multiplication by an identity matrix; don't turn multiplication by
13149 an inverse matrix into division.
13150 (math-div-symbol-fancy): Replace division by matrices with
13151 multiplication by inverse.
13152
13153 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13154
13155 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13156 (calc-writeoutpower): New functions.
13157
13158 2005-10-27 Romain Francoise <romain@orebokech.com>
13159
13160 * replace.el (occur-engine): Include colon in mouse-face highlight.
13161
13162 * dired-x.el: Change Maintainer field.
13163
13164 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13165
13166 * longlines.el (longlines-mode): Bind after-change-functions to
13167 nil during initial decoding and final encoding.
13168
13169 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13170
13171 * term.el (term-emulate-terminal, term-handle-colors-array)
13172 (term-handle-ansi-escape): Specify the terminfo capabilities
13173 implemented.
13174
13175 2005-10-26 Richard M. Stallman <rms@gnu.org>
13176
13177 * info.el (Info-fontify-node): Fix detection of sentence-break
13178 before *Note.
13179
13180 2005-10-26 Romain Francoise <romain@orebokech.com>
13181
13182 * smerge-mode.el: Add `tools' to file keywords.
13183
13184 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13185
13186 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13187 when the fringe is not available.
13188
13189 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13190 (def-gdb-auto-update-trigger): Simplify construction.
13191 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13192 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13193 defined explicitly.
13194 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13195 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13196 defined explicitly.
13197 (gdb-info-locals-custom): Remove as it's a no-op.
13198
13199 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13200
13201 * longlines.el (longlines-mode): Remove narrowing before
13202 performing the initial decoding or final encoding.
13203
13204 2005-10-25 Romain Francoise <romain@orebokech.com>
13205
13206 * emacs-lisp/find-func.el (find-library-name): Also strip
13207 extension if library name ends in .el, to take advantage of
13208 `find-library-suffixes'.
13209
13210 2005-10-25 Richard M. Stallman <rms@gnu.org>
13211
13212 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13213
13214 2005-10-25 Juri Linkov <juri@jurta.org>
13215
13216 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13217 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13218
13219 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13220
13221 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13222 (blackbox-redefine-key): Add argument `map'.
13223
13224 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13225 regions when moving the jit-lock-context-unfontify-pos boundary.
13226
13227 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13228
13229 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13230
13231 2005-10-25 Masatake YAMATO <jet@gyve.org>
13232
13233 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13234
13235 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13236
13237 * play/blackbox.el (blackbox-redefine-key): New function.
13238 (blackbox-mode-map): Use it to remap existing bindings for cursor
13239 motion instead of binding literal keys.
13240
13241 2005-10-25 Glenn Morris <rgm@gnu.org>
13242
13243 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13244 diary does not end in a newline. Do not assume a blank line at
13245 the start of the diary file.
13246
13247 2005-10-25 Kenichi Handa <handa@m17n.org>
13248
13249 * international/quail.el (quail-translate-key): If the input
13250 method is deterministic and failed to handle the last key, restart
13251 the key handling loop from an appropriate key.
13252
13253 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13254
13255 * vc.el (vc-dired-mode): Extend comment for binding of
13256 `directory-listing-before-filename-regexp'.
13257
13258 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13259
13260 * textmodes/texinfo.el (texinfo-mode):
13261 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13262 not to unnecessarily expose emacs-mule's internal char codes.
13263
13264 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13265
13266 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13267 Display hand pointer and help-echo on disabled icon too.
13268 (gdb-mouse-until): New function.
13269 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13270
13271 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13272
13273 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13274 with 2005-10-23 change to doctor.el.
13275
13276 * finder.el (finder-mode-map): Add follow-link binding.
13277
13278 2005-10-25 Kim F. Storm <storm@cua.dk>
13279
13280 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13281 to gdb-mouse-toggle-breakpoint-fringe.
13282 (gdb-mouse-toggle-breakpoint-margin): Rename from
13283 gdb-mouse-toggle-breakpoint. Fix doc.
13284 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13285 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13286 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13287 string properties also for fringe breakpoint bitmaps.
13288
13289 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13290
13291 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13292
13293 2005-10-25 Masatake YAMATO <jet@gyve.org>
13294
13295 * simple.el (completion-common-substring):
13296 Use `completion-common-substring' prior to `completion-base-size'.
13297
13298 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13299
13300 * savehist.el: Require CL while compiling.
13301 (savehist-history-variables): Remove.
13302 (savehist-save-minibuffer-history, savehist-additional-variables)
13303 (savehist-minibuffer-history-variables): New vars.
13304 (savehist-save): Use them.
13305 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13306 (savehist-install): New fun, extracted from savehist-load.
13307 (savehist-load): Use them.
13308
13309 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13312 a dummy doc-string-elt property.
13313 (defalias, defvaralias, define-category): Add a docstring property.
13314
13315 * image.el (defimage):
13316 * widget.el (define-widget):
13317 * custom.el (defface, defcustom): Add `doc-string' declaration.
13318
13319 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13320 (defadvice): Add `doc-string' declaration.
13321
13322 * emacs-lisp/byte-run.el (macro-declaration-function):
13323 Handle `doc-string' declarations.
13324 (define-obsolete-function-alias, define-obsolete-variable-alias):
13325 Add `doc-string' declaration.
13326
13327 2005-10-24 Kenichi Handa <handa@m17n.org>
13328
13329 * international/utf-7.el (utf-7): Add autoload cookie.
13330
13331 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13332
13333 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13334
13335 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13336 list of directories passed to batch-update-autoloads. Add "." to
13337 the list of the echoed directories.
13338
13339 * pgg-def.el:
13340 * pgg-gpg.el:
13341 * pgg-parse.el:
13342 * pgg-pgp.el:
13343 * pgg-pgp5.el:
13344 * pgg.el: Moved here from the gnus subdirectory.
13345
13346 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13347
13348 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13349 in case comint-prompt-read-only is set to t.
13350
13351 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13352 in case comint-prompt-read-only is set to t.
13353
13354 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13355
13356 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13357 Now a string.
13358 (icalendar-import-format): Handle CLASS, STATUS, URL.
13359 Rename `subject' to `summary'.
13360 (icalendar-import-format-summary): Rename from
13361 `icalendar-import-format-subject'.
13362 (icalendar-import-format-url, icalendar-import-format-status)
13363 (icalendar-import-format-class): New variables.
13364 (icalendar--rris): Take variable argument list.
13365 (icalendar--datestring-to-isodate): Remove unnecessary
13366 calendar-style check when converting dates with explicit month names.
13367 (icalendar-export-region): Change return type of conversion
13368 subroutines. Bury current buffer unless error occurred.
13369 (icalendar--convert-to-ical)
13370 (icalendar--parse-summary-and-rest): New functions.
13371 (icalendar--convert-ordinary-to-ical)
13372 (icalendar--convert-weekly-to-ical)
13373 (icalendar--convert-yearly-to-ical)
13374 (icalendar--convert-block-to-ical)
13375 (icalendar--convert-cyclic-to-ical)
13376 (icalendar--convert-anniversary-to-ical): Change return type.
13377 Strip trailing blanks from subject.
13378 (icalendar--convert-sexp-to-ical): Change return type.
13379 Strip trailing blanks from subject. Handle simple sexp
13380 entries as generated by icalendar.el.
13381 (icalendar--convert-float-to-ical)
13382 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13383 (icalendar-import-file): Doc fix.
13384 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13385 Correct call to icalendar--rris.
13386 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13387 `summary'.
13388 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13389
13390 2005-10-24 Romain Francoise <romain@orebokech.com>
13391
13392 * server.el (server-sentinel): Set query-on-exit flag to nil on
13393 new client processes (it isn't inherited from the server process).
13394
13395 * replace.el (occur-engine): Rearrange text properties.
13396
13397 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13398
13399 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13400 case-fold-search is nil.
13401 (debug-help-follow): Use help-xref-interned directly.
13402
13403 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13404
13405 * thumbs.el (thumbs-image-type): Add .pbm.
13406
13407 2005-10-23 Richard M. Stallman <rms@gnu.org>
13408
13409 * faces.el (inhibit-face-set-after-frame-default): New variable.
13410 (set-face-attribute): Bind it.
13411 (face-set-after-frame-default): Test it.
13412
13413 * help-fns.el (describe-simplify-lib-file-name): New function.
13414 (describe-function-1, describe-variable): Use it.
13415
13416 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13417
13418 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13419 Eliminate nil as possible value.
13420 (tooltip-hide-delay): Reduce internal-border-width.
13421
13422 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13423 (menu-bar-file-menu) <new-file>: Likewise.
13424
13425 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13426
13427 * international/mule.el (load-with-code-conversion):
13428 Pass full file name to `eval-buffer' unless preloading.
13429
13430 * textmodes/flyspell.el (flyspell-large-region):
13431 Call ispell-check-version.
13432
13433 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13434 Fix the make-variable-buffer-local call that was supposed
13435 to be for this variable.
13436 (ispell-aspell-supports-utf8): Doc fix.
13437 (ispell-find-aspell-dictionaries): Preserve elements of
13438 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13439 (ispell-aspell-find-dictionary): Return nil on error.
13440
13441 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13442 (doctor-symptoms): Likewise.
13443
13444 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13445
13446 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13447
13448 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13449 (custom-raised-buttons): Add :set spec.
13450 (custom-button-unraised, custom-button-pressed-unraised):
13451 New faces, so that custom-raised-buttons actually does something.
13452 (custom-mode): Use custom-button and custom-button-pressed.
13453
13454 * wid-edit.el (widget-specify-button): Don't ignore
13455 widget-mouse-face on graphic terminals.
13456 (widget-move-and-invoke): Cleanup.
13457
13458 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13459
13460 * whitespace.el (whitespace-cleanup): Doc fix.
13461
13462 2005-10-23 Romain Francoise <romain@orebokech.com>
13463
13464 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13465 `eval-after-load' to avoid evaluating their result.
13466
13467 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13468
13469 * files.el (directory-listing-before-filename-regexp):
13470 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13471
13472 * dired.el (dired-move-to-filename-regexp): Remove.
13473 All occurences replaced by `directory-listing-before-filename-regexp'.
13474
13475 * dired-x.el, locate.el, vc.el:
13476 Replace `dired-move-to-filename-regexp' by
13477 `directory-listing-before-filename-regexp'. In vc.el it is
13478 overwritten locally; maybe this can be handled in files.el too.
13479
13480 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13481 replaced by `directory-listing-before-filename-regexp'.
13482
13483 2005-10-23 Andreas Schwab <schwab@suse.de>
13484
13485 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13486 and eval-next-after-load.
13487
13488 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13489
13490 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13491 exist, create it.
13492
13493 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13494
13495 * allout.el: Remove autoloads for mailcrypt and crypt++.
13496 Require pgg, pgg-gpg during compilation.
13497 (allout-version): Increment version number to 2.1, and use a literal
13498 rather than RCS Id.
13499 (allout-default-encryption-scheme): Remove.
13500 (allout-passphrase-verifier-handling)
13501 (allout-passphrase-verifier-string)
13502 (allout-file-passphrase-verifier-string)
13503 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13504 (allout-passphrase-hint-handling): Rename and simplify.
13505 (allout-init): Use `find-file-hook' if available, otherwise
13506 `find-file-hooks'.
13507 (allout-mode): Use `write-file-functions' if available, otherwise
13508 `local-write-file-hooks' and, instead of making auto-save-hook
13509 buffer local, make the write-file-hook activity contingent to
13510 allout-mode.
13511 (allout-mode): Use key-binding substitution in the docstring.
13512 (allout-kill-line): Spell-out kill ring data structure mutation
13513 instead of using byte-compiler-complaint-provoking `pop'.
13514 (allout-insert-listified): Use `insert' rather than `insert-string'
13515 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13516 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13517 (allout-encrypt-string): Totally revamped vis new underlying
13518 encryption facilities.
13519 (allout-mc-activate-passwd): Remove.
13520 (allout-obtain-passphrase): New, more or less replaces
13521 allout-mc-activate-passwd.
13522 (allout-encrypted-key-info): More or less replaces
13523 allout-encrypted-text-type.
13524 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13525 (my-mark-marker): Use `(featurep 'xemacs)'.
13526
13527 2005-10-23 Lars Hansen <larsh@soem.dk>
13528
13529 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13530 (byte-compile-file-form-defmumble, byte-compile-defun)
13531 (byte-compile-defmacro): Use it.
13532 (byte-compile-form): Don't call byte-compile-set-symbol-position
13533 when a byte-compile handler is called.
13534
13535 2005-10-22 Romain Francoise <romain@orebokech.com>
13536
13537 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13538
13539 * subr.el (eval-after-load): Convert library name to an absolute
13540 file name using locate-library, since load-history no longer has
13541 library names in it.
13542
13543 2005-10-22 Richard M. Stallman <rms@gnu.org>
13544
13545 * files.el (make-temp-file): Move from subr.el.
13546 * subr.el (make-temp-file): Move to files.el.
13547
13548 * window.el (get-buffer-window-list): Move from subr.el.
13549 * subr.el (get-buffer-window-list): Move to window.el.
13550
13551 * image.el (image-load-path): Use eval-at-startup to initialize.
13552
13553 * subr.el (eval-at-startup): New macro.
13554
13555 * subr.el: Much rearrangement of functions and division
13556 into pages. No code changes.
13557
13558 2005-10-22 Kenichi Handa <handa@m17n.org>
13559
13560 * tar-mode.el (tar-extract): Be sure to call
13561 find-operation-coding-system if set-auto-coding doesn't find a
13562 coding system.
13563
13564 2005-10-22 Kim F. Storm <storm@cua.dk>
13565
13566 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13567 Change users.
13568 (image-type-file-name-regexps): New defconst.
13569 (image-type-from-data): Simplify loop.
13570 (image-type-from-buffer): New defun.
13571 (image-type-from-file-header): Use it instead of image-type-from-data.
13572 Use image-search-load-path instead of only looking in data-directory.
13573 (image-type-from-file-name): New defun.
13574 (image-search-load-path): Change `pathname' to `filename'.
13575 Make PATH arg optional, default to image-load-path.
13576
13577 2005-10-21 Richard M. Stallman <rms@gnu.org>
13578
13579 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13580
13581 * textmodes/paragraphs.el (sentence-end-base): New variable.
13582 (sentence-end): Use sentence-end-base.
13583
13584 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13587 property independently from the font-lock-multiline variable.
13588
13589 2005-10-21 Richard M. Stallman <rms@gnu.org>
13590
13591 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13592
13593 * startup.el (command-line): Convert library names
13594 in `load-history' to absolute file names.
13595
13596 * subr.el (symbol-file): Doc fix.
13597
13598 * loadhist.el (file-loadhist-lookup): Call locate-library
13599 instead of find-library-name. Don't try converting
13600 abs file names to library names, since load-history no longer
13601 has library names in it.
13602 (file-dependents, file-provides, file-requires): Doc fixes.
13603
13604 2005-10-21 Juri Linkov <juri@jurta.org>
13605
13606 * progmodes/etags.el (tags-table-mode): New function.
13607 (tags-verify-table): Replace initialize-new-tags-table with
13608 tags-table-mode.
13609
13610 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13611 default value.
13612 (desktop-modes-not-to-save): Add tags-table-mode to the
13613 default value.
13614
13615 * info.el (Info-index-next): Add total number of index
13616 alternatives to the message.
13617
13618 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13619 backward only space (instead of space and period) before looking
13620 at sentence end.
13621
13622 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13623 Add the old variable value as 4th default-value arg of read-string.
13624
13625 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13626
13627 * cus-face.el (custom-declare-face): Make face from X resources
13628 also on Mac.
13629
13630 * disp-table.el (standard-display-g1, standard-display-graphic):
13631 Refuse to use string glyphs also on Mac.
13632 (standard-display-european): Don't set terminal coding system also
13633 on Mac.
13634
13635 * frame.el (display-screens): Use x-display-screens also on Mac.
13636
13637 2005-10-21 Romain Francoise <romain@orebokech.com>
13638
13639 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13640
13641 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13644 and $? into sexps.
13645
13646 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13647 warning face on open-paren-in-column-0.
13648
13649 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13650 boundary case. Fix typo.
13651 Suggested by Martin Rudalics <rudalics@gmx.at>.
13652
13653 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13654
13655 * textmodes/org.el (org-combined-agenda-icalendar-file)
13656 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13657 (org-export-icalendar-this-file)
13658 (org-export-icalendar-all-agenda-files)
13659 (org-export-icalendar-combine-agenda-files): New commands.
13660 (org-export-icalendar, org-print-icalendar-entries)
13661 (org-start-icalendar-file, org-finish-icalendar-file)
13662 (org-ical-ts-to-string): New functions.
13663 (org-read-date, org-goto-calendar)
13664 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13665 call to `calendar'.
13666 (orgtbl-setup): Remove the :keys arguments from the menu description.
13667 (org-after-save-iCalendar-file-hook): New variable.
13668
13669 2005-10-21 Kenichi Handa <handa@m17n.org>
13670
13671 * language/vietnamese.el (tcvn-5712): Make it an alias of
13672 vietnamese-tcvn coding-system.
13673
13674 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13675
13676 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13677 group id is given.
13678
13679 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13680
13681 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13682 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13683 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13684 whose line is either continued or ends with a comment.
13685
13686 2005-10-20 Romain Francoise <romain@orebokech.com>
13687
13688 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13689
13690 * replace.el (occur-engine): Add follow-link property.
13691
13692 * font-core.el (font-lock-mode): Doc fix.
13693
13694 2005-10-20 Richard M. Stallman <rms@gnu.org>
13695
13696 * net/rcirc.el: New file.
13697
13698 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13699
13700 * term.el (term-term-name): Initialize to "eterm-color".
13701
13702 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13703
13704 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13705 for encryption functionality.
13706 Move allout customization subgroup from `editing' to `outlines' group.
13707 Fix commentary keywords to legitimate ones.
13708 Update author info (using my current email address, obscurified).
13709 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13710 (allout-encrypted-topic-p, allout-encrypted-text-type)
13711 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13712 (allout-situate-encryption-key-verifier)
13713 (allout-get-encryption-key-verifier, allout-verify-key)
13714 (allout-next-topic-pending-encryption)
13715 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13716 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13717 (outline-key-verifier-handling, outline-key-hint-handling)
13718 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13719 (allout-file-key-verifier-string, allout-encryption-scheme)
13720 (allout-key-verifier-string, allout-key-hint-string)
13721 (allout-after-save-decrypt): New variables.
13722 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13723 (allout-after-saves-handler): New hook functions.
13724 (allout-post-command-business): Do allout-after-save-decrypt.
13725 (allout-enable-file-variable-adjustment): Custom var to enable
13726 mechanism for adding and adjusting settings of Emacs file variables.
13727 (allout-adjust-file-variable, allout-file-vars-section-data):
13728 New functions, implement the mechanism.
13729 (outlineify-sticky): Use the file vars mechanism.
13730 (allout-inhibit-protection, allout-during-write-cue)
13731 (allout-override-protect, allout-before-change-protect): Remove.
13732 (allout-flag-region, allout-open-topic): Adjust read-only text.
13733 (allout-open-line-not-read-only): Add to facilitate read-only
13734 text based protection.
13735 (allout-kill-line): Revise to adjust read-only text, clue the
13736 user about the inhibition.
13737 (allout-unprotected): Use unwind-protect.
13738 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13739 topic deeper than the offspring depth of the previous topic -
13740 avoiding confusing "containment discontinuities".
13741 (allout-reindent-bodies): Fix retention of body relative hanging
13742 indent during promotion of collapsed bodies.
13743 (allout-open-topic): Make it easy to open new topic with same
13744 bullet as current topic - topic creation functions provided with
13745 any universal argument provokes now prompt for bullet, defaulting
13746 to the bullet of the previous topic.
13747 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13748 Plain bullet alternates `.' period and `,' comma only. All other
13749 bullets are relegated to special status (but customizable).
13750 (allout-end-of-entry): Rename from allout-end-of-current-entry
13751 since it actually operates w.r.t. most immediately containing
13752 entry, visible or not.
13753 (allout-hide-current-entry, allout-show-current-entry): Use the
13754 revised version.
13755 (allout-old-expose-topic): Solidify deprecation.
13756 (allout-end-of-subtree): Add so we can span concealed as well
13757 as visible topics.
13758 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13759 (allout-end-of-current-heading): Tweak to just respect the first line.
13760 (allout-get-body-text): Add.
13761 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13762 when invoked interactively.
13763 (allout-up-current-level): Use `interactive-p'.
13764 (allout-mode, allout-init): Miscellaneous docstring and
13765 operational refinements, as well as hookups of new encryption stuff.
13766 (allout-beginning-of-current-entry): Now works as advertised.
13767 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13768 (allout-isearch-rectification): Refine condition for isearching.
13769 (allout-isearch-abort, allout-enwrap-isearch)
13770 (allout-flag-region, my-region-active-p): Relocate some macros.
13771 (allout-title): Fallback title is (buffer-name), not
13772 non-existing (current-buffer-name).
13773 (subst-char-in-string): Define if absent (for some XEmacs versions).
13774
13775 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13776
13777 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13778 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13779 (mail-citation-prefix-regexp, mail-signature-file)
13780 (mail-default-headers, mail-bury-selects-summary)
13781 (mail-send-nonascii): Add autoload cookies.
13782
13783 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13784
13785 * frame.el (blink-cursor-mode): Add `mac' to the list of
13786 window-system's that support blinking cursor.
13787
13788 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13789
13790 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13791
13792 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13793
13794 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13795 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13796 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13797
13798 2005-10-20 Kim F. Storm <storm@cua.dk>
13799
13800 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13801 (ido-set-current-directory): Don't add / after final @.
13802 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13803 Explicitly handle ange-ftp completion oddities.
13804 (ido-make-file-list): Don't rotate list at tramp root to avoid
13805 triggering tramp file handler for expand-file-name via get-file-buffer.
13806
13807 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13810
13811 2005-10-19 Jay Belanger <belanger@truman.edu>
13812
13813 * calc/calc-units.el (math-standard-units): Add units, adjust
13814 symbols and update values.
13815 (math-unit-prefixes): Add more prefixes.
13816
13817 2005-10-19 Romain Francoise <romain@orebokech.com>
13818
13819 * bookmark.el (bookmark-menu-heading): New face.
13820 (bookmark-bmenu-list): Use it.
13821 Don't fiddle with `baud-rate' at top-level.
13822
13823 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13824
13825 * image.el (create-image, find-image): Mention max-image-size in
13826 docstring.
13827
13828 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * savehist.el (savehist-load): Revert to checking XEmacs.
13831
13832 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13833 Various docstring and line-width fixups.
13834 (conf-mode): Use cond.
13835 Set font-lock-defaults. Don't set comment-use-syntax.
13836
13837 2005-10-18 David Ponce <david@dponce.com>
13838
13839 * tree-widget.el (tree-widget-button-click): New function.
13840 (tree-widget-button-keymap): Use it.
13841
13842 2005-10-18 Romain Francoise <romain@orebokech.com>
13843
13844 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13845 (bookmark-bmenu-hide-filenames): Add follow-link property.
13846 Improve help-echo text.
13847
13848 * ffap.el (find-file-at-point): Doc fix.
13849
13850 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13851
13852 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13853
13854 2005-10-18 Masatake YAMATO <jet@gyve.org>
13855
13856 Install to the CVS repository what I forgot to install in my
13857 2005-10-16 changes.
13858
13859 * progmodes/python.el (python-complete-symbol): Pass the common
13860 prefix substring of completion to `display-completion-list'.
13861
13862 * textmodes/org.el (org-complete): Ditto.
13863
13864 2005-10-18 Masatake YAMATO <jet@gyve.org>
13865
13866 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13867
13868 * woman.el (WoMan-xref-man-page): New button type derived
13869 from `Man-abstract-xref-man-page'.
13870 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13871
13872 * man.el (Man-abstract-xref-man-page): New button type.
13873 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13874 (Man-highlight-references): Add new optional argument `xref-man-type'.
13875
13876 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13877
13878 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13879
13880 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13881
13882 * cus-edit.el (Custom-move-and-invoke): Delete.
13883 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13884
13885 * wid-edit.el (widget-move-and-invoke): New function, from
13886 Custom-move-and-invoke.
13887
13888 2005-10-17 Bill Wohler <wohler@newt.com>
13889
13890 Move all remaining images from lisp/toolbar to etc/images, move
13891 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13892 the low resolution images in their own directory (low-color).
13893
13894 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13895 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13896 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13897 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13898 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13899 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13900 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13901
13902 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13903 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13904 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13905 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13906 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13907 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13908 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13909 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13910 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13911 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13912 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13913 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13914 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13915 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13916 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13917
13918 To conform with convention, replace the underscore (_) in the
13919 following image names with dash (-) or (/) as appropriate.
13920
13921 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13922 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13923 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13924 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13925 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13926 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13927 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13928 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13929 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13930 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13931 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13932 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13933 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13934 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13935 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13936
13937 * info.el (info-tool-bar-map): Replace underscores in image names
13938 with dashes.
13939
13940 * makefile.w32-in (WINS): Remove toolbar.
13941
13942 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13943
13944 * tool-bar.el: Move to lisp from toolbar. Now that
13945 toolbar is empty, it should be deleted when folks run "cvs up -P".
13946
13947 2005-10-18 Jay Belanger <belanger@truman.edu>
13948
13949 * calc/calc-store.el (calc-store-into): Get the proper variable name
13950 to display in message.
13951
13952 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13953
13954 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13955 expressions display in speedbar for all buffers when debugging.
13956 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13957
13958 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13959 (speedbar-insert-button, speedbar-make-button):
13960 Use add-text-properties.
13961 (speedbar-update-localized-contents)
13962 (speedbar-update-directory-contents)
13963 (speedbar-update-special-contents): Use dolist.
13964 (speedbar-buffer-easymenu-definition): Add a menu separator.
13965
13966 2005-10-17 Jason Rumney <jasonr@gnu.org>
13967
13968 * makefile.w32-in: Use $(lisp) consistently.
13969 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13970 for shell specific generation of mh-autoloads.
13971
13972 2005-10-17 Richard M. Stallman <rms@gnu.org>
13973
13974 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13975
13976 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * jit-lock.el (jit-lock-fontify-now):
13979 Move jit-lock-context-unfontify-pos to avoid wasted work.
13980
13981 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13982
13983 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13984 `tramp-completion-mode' for checking if we are in completion mode.
13985 (tramp-completion-handle-file-name-all-completions): Reorder code
13986 in order to complete for file names only in case there are no
13987 method/user/host completions. This is necessary for cooperation
13988 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13989
13990 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13991
13992 * longlines.el (longlines-search-forward)
13993 (longlines-search-backward): Match any number of spaces.
13994
13995 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13996
13997 * diff-mode.el (diff-mode): Doc fix.
13998
13999 2005-10-16 David Reitter <david.reitter@gmail.com>
14000
14001 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14002 as default on darwin and windows systems.
14003
14004 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
14005
14006 * arc-mode.el (archive-zip-extract): Doc fix.
14007
14008 2005-10-16 Romain Francoise <romain@orebokech.com>
14009
14010 * mouse.el (mouse-1-click-follows-link): Doc fix.
14011
14012 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * savehist.el: Don't require CL at runtime.
14015 (savehist-xemacs): Remove.
14016 (savehist-coding-system): Use utf-8 if present, regardless of religion.
14017 (savehist-no-conversion): Use (featurep 'xemacs).
14018 (savehist-load): Check existence of start-itimer rather than XEmacs.
14019 Use an idle timer.
14020 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14021 `delete-if-not'.
14022
14023 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14024
14025 * savehist.el: Newer version.
14026 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14027 (savehist-last-checksum, savehist-no-conversion): New vars.
14028 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14029 New functions.
14030 (savehist-load, savehist-save): Use them.
14031 (savehist-delimit): Remove.
14032
14033 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14034
14035 * progmodes/compile.el (compilation-goto-locus): Display the
14036 compilation buffer first and the source buffer second, in case they're
14037 in overlapping frames. Don't raise the compilation frame if it was the
14038 selected window upon entry. Pass the `other-window' arg to
14039 pop-to-buffer.
14040
14041 * info.el (Info-fontify-node): Use dolist.
14042 Change add-text-properties to put-text-property.
14043
14044 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14045
14046 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14047 bound of search.
14048
14049 2005-10-16 Masatake YAMATO <jet@gyve.org>
14050
14051 * dabbrev.el (dabbrev-completion): Pass the common
14052 prefix substring of completion to `display-completion-list'.
14053
14054 * filecache.el (file-cache-minibuffer-complete)
14055 (file-cache-complete): Ditto.
14056
14057 * tempo.el (tempo-display-completions): Ditto.
14058
14059 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14060
14061 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14062
14063 * eshell/em-hist.el (eshell-list-history): Ditto.
14064
14065 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14066
14067 * mail/mailalias.el (mail-complete): Ditto.
14068
14069 * progmodes/etags.el (complete-tag): Ditto.
14070
14071 * progmodes/make-mode.el (makefile-complete): Ditto.
14072
14073 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14074
14075 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14076
14077 * progmodes/pascal.el (pascal-complete-word)
14078 (pascal-show-completions): Ditto.
14079
14080 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14081
14082 * simple.el (completion-common-substring): New variable.
14083 (completion-setup-function): Use `completion-common-substring'
14084 to put faces.
14085
14086 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14087
14088 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14089 (x-get-selection, mac-select-convert-to-string): Convert from/to
14090 UTF-16 clipboard data as in native byte order, no BOM.
14091
14092 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14093
14094 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14095 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14096 (gud-sentinel): Use speedbar-frame to check for speedbar.
14097
14098 2005-10-15 Richard M. Stallman <rms@gnu.org>
14099
14100 * savehist.el: New file.
14101
14102 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14103
14104 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14105 Fix bug in \bf fontification.
14106
14107 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * pcvs.el (cvs-edit-log-files): New var.
14110 (cvs-mode-edit-log): New arg `file'.
14111 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14112 Instead force the use of the original file and nothing else.
14113 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14114 the cvs-minor-wrap-function is set.
14115 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14116
14117 2005-10-14 Bill Wohler <wohler@newt.com>
14118
14119 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14120 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14121 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14122 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14123 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14124 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14125 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14126 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14127 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14128 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14129 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14130 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14131 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14132 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14133 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14134
14135 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14136 appropriately (for example, gud-break to gud/break).
14137
14138 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14139
14140 * longlines.el (longlinges-search-function)
14141 (longlines-search-forward, longlines-search-backward): New functions.
14142 (longlines-mode): Set isearch-search-fun-function to
14143 longlinges-search-function.
14144
14145 * mouse.el (mouse-drag-region-1): Handle the case where a
14146 double-click event is bound to an arbitrary function.
14147
14148 2005-10-14 David Ponce <david@dponce.com>
14149
14150 * recentf.el (recentf-track-opened-file)
14151 (recentf-track-closed-file, recentf-update-menu)
14152 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14153 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14154 mouse-1-click-follows-link.
14155
14156 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14157
14158 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14159 Gnome file-manager.png. Suggested by
14160 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14161
14162 * toolbar/README: Add diropen.xpm.
14163
14164 2005-10-13 Bill Wohler <wohler@newt.com>
14165
14166 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14167 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14168
14169 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14172 Don't waste the byte-compiler's time on constant data.
14173
14174 2005-10-13 Kenichi Handa <handa@m17n.org>
14175
14176 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14177 byte with `escape-glyph' face.
14178
14179 * international/fontset.el (ccl-encode-unicode-font):
14180 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14181 Handle the case that ucs-mule-to-mule-unicode translates a character to
14182 ASCII (usually for IPA characters).
14183
14184 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14187 Don't hide the underline of titles if font-lock-mode is disabled.
14188
14189 2005-10-12 Bill Wohler <wohler@newt.com>
14190
14191 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14192 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14193 files in MH-E-SRC have been updated.
14194 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14195
14196 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14199 (mixal-mode-syntax-table): Add \n as end-comment.
14200 (mixal-operation-codes-alist): Immediately initialize to full value.
14201 (mixal-add-operation-code): Remove.
14202 (mixal-describe-operation-code): Make the arg non-optional.
14203 Use the interactive spec instead.
14204 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14205 (mixal-font-lock-keywords): Don't highlight comments here any more.
14206 (mixal-font-lock-syntactic-keywords): New var.
14207 (mixal-mode): Use it. Fix comment-start-skip.
14208
14209 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14210
14211 * startup.el (command-line-x-option-alist): -nb => -nbi
14212
14213 2005-10-12 Kim F. Storm <storm@cua.dk>
14214
14215 * startup.el (fancy-splash-default-action): Discard mouse click in
14216 the splash screen window, as it has no sensible meaning in the
14217 next window to be selected. Fixes error reported by Jan D.
14218
14219 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14220
14221 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14222
14223 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14226 Try to fix up minor layout issues like indentation, line break, etc...
14227 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14228 because it doesn't work.
14229 (mixal-operation-codes): Add some more codes.
14230 (mixal-font-lock-keywords): Process comments here.
14231 (mixal-mode): mixasm no longer needs -g option.
14232
14233 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14234
14235 * progmodes/sh-script.el (sh-tmp-file):
14236 Use mktemp -t. Finish support for es and rc shells.
14237
14238 2005-10-11 Jay Belanger <belanger@truman.edu>
14239
14240 * calc/calcalg2.el (calc-integral): With an argument, compute the
14241 definite integral.
14242
14243 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14244
14245 * mouse.el (mouse-drag-region-1): Don't try to catch a
14246 double-click when doing follow-link (it's overridden anyway).
14247
14248 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14249
14250 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14251 (autoload-print-form-outbuf): Add docstring.
14252
14253 2005-10-11 Juri Linkov <juri@jurta.org>
14254
14255 * info.el (Info-mode-menu): Delete menu item "Edit".
14256 (Info-mode): Delete description of Info-edit from docstring,
14257 and rearrange descriptions of Info commands in the order
14258 they are documented in the Info manual.
14259
14260 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14261
14262 * calendar/appt.el (appt-check): Use diary-selective-display var.
14263
14264 2005-10-10 Richard M. Stallman <rms@gnu.org>
14265
14266 * net/newsticker.el (newsticker-start, newsticker-show-news):
14267 Add autoload cookies.
14268
14269 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14270
14271 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14272
14273 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14274
14275 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14276
14277 2005-10-10 Jay Belanger <belanger@truman.edu>
14278
14279 * calc/calc-arith.el (math-check-known-scalarp)
14280 (math-check-known-matrixp): Check the values of arguments that are
14281 variables.
14282 (math-check-known-square-matrixp): New function.
14283 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14284 (math-super-types): Add sqmatrix type.
14285
14286 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14287 mode name `square' to `sqmatrix'.
14288
14289 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14290 mode name `square' to `sqmatrix'.
14291
14292 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * progmodes/etags.el (select-tags-table-mode): Don't use
14295 selective-display.
14296 (tags-select-tags-table): Pass `button' to the action function.
14297 (select-tags-table): Place the side-info on button properties rather
14298 than in hidden text. Abbreviate file names.
14299 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14300 (select-tags-table-select): Add `button' argument.
14301 Get side-info from the button property rather than from hidden text.
14302
14303 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14304
14305 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14306 (gud-speedbar-buttons): Preserve point if possible.
14307 (gud-sentinel): Restore previous speedbar display type.
14308
14309 * progmodes/gdb-ui.el (gdba): Improve diagram.
14310 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14311 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14312 Call get-buffer-window once.
14313
14314 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14317 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14318 (pascal-indent-command): Remove unused var `ind'.
14319 (pascal-indent-case): Remove unused var `oldpos'.
14320 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14321 since it's now used as a proper minor mode map.
14322 (pascal-outline): Rename to pascal-outline-mode.
14323 (pascal-outline-mode): Use define-minor-mode.
14324 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14325 selective-display.
14326
14327 2005-10-10 Andreas Schwab <schwab@suse.de>
14328
14329 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14330 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14331
14332 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14333 outside source directory.
14334
14335 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14336
14337 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14338 C-x' as a prefix.
14339 (orgtbl-mode-map): Full keymap instead of sparse, because all
14340 `self-insert-command' keys are redefined in this map.
14341 (org-export-as-html): Specify charset for HTML file, by taking it
14342 from the coding system.
14343
14344 2005-10-10 Kenichi Handa <handa@m17n.org>
14345
14346 * textmodes/flyspell.el (flyspell-check-word-p):
14347 If unread-command-events is non-empty, don't call sit-for.
14348
14349 2005-10-09 Richard M. Stallman <rms@gnu.org>
14350
14351 * font-lock.el (font-lock-syntactic-keywords)
14352 (font-lock-keywords): Doc fixes.
14353
14354 * textmodes/flyspell.el (flyspell-external-point-words):
14355 Simplify logic, and don't try to check for consecutive appearances
14356 of one incorrect word.
14357
14358 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14359
14360 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14361 separator.
14362
14363 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14364 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14365 (gud-expansion-speedbar-buttons): New function.
14366 (gud-speedbar-buttons): Check for gud-comint-buffer.
14367
14368 2005-10-09 Bill Wohler <wohler@newt.com>
14369
14370 * Makefile.in (updates): Add mh-loaddefs dependency.
14371
14372 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14373
14374 * speedbar.el (speedbar-file-key-map): Fix typo.
14375
14376 2005-10-09 Daniel Brockman <daniel@brockman.se>
14377
14378 * cus-start.el (line-spacing): Add custom spec.
14379
14380 2005-10-09 Romain Francoise <romain@orebokech.com>
14381
14382 * textmodes/ispell.el (ispell-check-version): Fix last change.
14383
14384 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14385
14386 * term/x-win.el: Remove -i, --icon-type from comment.
14387
14388 * startup.el (command-line-x-option-alist): Remove options -i,
14389 -itype, --icon-type, added -nb, --no-bitmap-icon
14390
14391 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14392
14393 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14394 instead of :active.
14395
14396 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14397
14398 * textmodes/ispell.el (ispell-check-version):
14399 Ignore hyphen, and all that follows, in aspell's version text.
14400
14401 2005-10-08 Jay Belanger <belanger@truman.edu>
14402
14403 * calc/calc-arith.el (math-known-square-matrixp): New function.
14404 (math-pow-fancy): Check for matrices before distributing exponent
14405 across products.
14406
14407 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14408 fullscreen keypad. Suggested by Luc Teirlinck.
14409 (calc-keypad-show-input): Add space for formatting.
14410
14411 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14412 Add square matrix option.
14413
14414 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14415 of checking calc-matrix-mode when deciding how to expand.
14416
14417 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14418
14419 2005-10-08 Lars Hansen <larsh@soem.dk>
14420
14421 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14422 Add error handling.
14423 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14424
14425 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14426
14427 Sync with Tramp 2.0.51.
14428
14429 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14430 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14431 Insert special handling for `last-coding-system-used', again
14432 it still seems to be necessary (unlike stated before).
14433 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14434 (tramp-password-prompt-regexp): There might be other words before
14435 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14436 (tramp-chunksize): Improve docstring.
14437 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14438 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14439 Christian Joergensen <bugs@razor.dk>.
14440
14441 2005-10-07 Glenn Morris <rgm@gnu.org>
14442
14443 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14444 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14445 precision'.
14446
14447 2005-10-07 Romain Francoise <romain@orebokech.com>
14448
14449 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14450 (ibuffer-do-shell-command-pipe-replace)
14451 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14452 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14453 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14454 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14455 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14456 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14457 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14458 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14459 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14460 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14461 Autoload file sans suffix.
14462
14463 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14464
14465 2005-10-07 David Ponce <david@dponce.com>
14466
14467 * recentf.el (recentf-menu-open-all-flag): New option.
14468 (recentf-digit-shortcut-command-name): New function.
14469 (recentf--shortcuts-keymap): New variable.
14470 (recentf-menu-shortcuts): New variable.
14471 (recentf-make-menu-items): Initialize it. Replace the "More..."
14472 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14473 (recentf-menu-value-shortcut): New function.
14474 (recentf-make-menu-item): Use it. No more in-lined.
14475 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14476 (recentf-open-most-recent-file): Rename from
14477 `recentf-open-file-with-key'. Don't depend on key binding.
14478 (recentf-mode-map): New variable.
14479 (recentf-mode): Use it.
14480
14481 2005-10-06 Bill Wohler <wohler@newt.com>
14482
14483 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14484
14485 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14486 (MH-E-SRC): New. Used by mh-autoloads.
14487 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14488 files in MH-E-SRC have been updated.
14489 (compile, recompile, bootstrap): Depend on mh-autoloads.
14490
14491 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14492
14493 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14494 gud-break and gud-remove icons when the fringe is not available.
14495
14496 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14497 Typo.
14498
14499 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14500
14501 * play/zone.el (zone): Wrap body with save-window-excursion.
14502
14503 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14506 Use the new `list-only' arg to diary-list-entries.
14507
14508 * calendar/diary-lib.el: Use overlays rather than selective-display.
14509 (diary-selective-display): New var.
14510 (diary-header-line-format): Use it.
14511 (diary-list-entries): Add argument `list-only'.
14512 Put the buffer in diary-mode. Don't add \^M at beg and end.
14513 Replace \^M by invisible overlays.
14514 (diary-unhide-everything): Replace \^M by invisible overlays.
14515 (print-diary-entries): Look for overlays rather than \^M.
14516 Add a space to the temp buffer name.
14517 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14518 Put the buffer in diary-mode.
14519 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14520 (diary-anniversary): Make the year arg optional.
14521 (diary-time-regexp): New const.
14522 (diary-font-lock-keywords): Use it to accept a few more time formats.
14523
14524 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14525
14526 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14527
14528 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14529 Fix bug introduced 2005-07-03: Use (car (last ...))
14530 to faithfully reproduce replaced artist-last.
14531 (artist-set-arrow-points-for-poly): Likewise.
14532 Suggested by Johan Bockg\e,Ae\e(Brd.
14533
14534 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14535
14536 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14537 * wid-edit.el (widget):
14538 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14539 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14540
14541 2005-10-06 Kenichi Handa <handa@m17n.org>
14542
14543 * international/mule-cmds.el (set-language-environment):
14544 Fix setting up of case-table for unibyte mode.
14545
14546 * simple.el (what-cursor-position): If the character is displayed
14547 by some `display' text property, show that. Don't use
14548 single-key-description for eight-bit characters in multibyte mode.
14549
14550 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14551
14552 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14553 (gdb-ann3): Set it.
14554 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14555 (gdb-info-frames-custom): Use inverse-video for first five
14556 characters of selected frame only.
14557 (gdb-get-frame-number): Select frame even when point is on frame
14558 number.
14559
14560 2005-10-06 Masatake YAMATO <jet@gyve.org>
14561
14562 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14563 Put `font-lock-function-name-face'.
14564 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14565 and `font-lock-variable-name-face'
14566 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14567 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14568 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14569 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14570 (gdb-local-font-lock-keywords): New font lock keywords definition.
14571 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14572 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14573 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14574
14575 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14576
14577 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14578 (ediff-merge-region-is-non-clash-to-skip): Previously called
14579 ediff-merge-region-is-non-clash.
14580
14581 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14582 Use insert-buffer-substring.
14583
14584 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14585 selecting files to patch. Also bug fixes.
14586
14587 * ediff-util.el (ediff-setup): Bug fix.
14588 (ediff-next-difference): Never skip clashes that differ in white
14589 space only.
14590
14591 * ediff-wind.el (ediff-setup-control-frame)
14592 (ediff-destroy-control-frame): Check the menubar feature.
14593
14594 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14595 (viper-refresh-mode-line): Use make-local-variable to localize
14596 some vars instead of make-variable-buffer-local. Suggested by
14597 Stefan Monnier.
14598
14599 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14600 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14601 Use make-local-variable instead of make-variable-buffer-local.
14602 Suggested by Stefan Monnier.
14603
14604 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14605 (viper-comint-mode-hook): Use make-local-variable on
14606 require-final-newline.
14607 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14608
14609 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14612 also the second char of a comment-start sequence.
14613 (scheme-sexp-comment-syntax-table): New var.
14614 (lambda, define): Set their scheme-doc-string-elt property.
14615 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14616 Use lisp-font-lock-syntactic-face-function now that it properly
14617 handles |...| symbols.
14618 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14619 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14620
14621 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14622 bit from # to |.
14623 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14624
14625 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14626 (lisp-doc-string-elt-property): New var.
14627 (lisp-font-lock-syntactic-face-function): Use it.
14628 Rewrite to recognize docstrings even for forms not at toplevel.
14629
14630 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14631 annotation on the | part of #| rather than on the # part.
14632 (scheme-font-lock-syntactic-face-function): New function, to
14633 distinguish strings from |...| symbols.
14634 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14635 syntax-table so that #|...|# is properly highlighted.
14636
14637 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14638 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14639
14640 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14641
14642 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14643 and C-e.
14644
14645 * emacs-lisp/eldoc.el: Move comments into docstrings.
14646 (eldoc-message-commands): Initialize in its declaration.
14647 Add move-beginning-of-line and move-end-of-line.
14648 (eldoc-add-command, eldoc-add-command-completions)
14649 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14650
14651 * outline.el (outline-mark-subtree): Activate the mark.
14652
14653 * calendar/appt.el (appt-time-regexp): New var.
14654 (appt-add, appt-make-list): Use it.
14655 (appt-convert-time): Clean up.
14656
14657 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14658 Don't set any syntax-table property here.
14659 (tex-font-lock-verb): New function. Do it here.
14660 (tex-font-lock-syntactic-keywords): Use it.
14661
14662 2005-10-04 Richard M. Stallman <rms@gnu.org>
14663
14664 * wid-edit.el (widget-file-complete): Get the widget start point
14665 the right way. Default directory to `/' if file has none.
14666
14667 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14668
14669 * textmodes/flyspell.el (flyspell-mode-on):
14670 Call ispell-maybe-find-aspell-dictionaries.
14671
14672 * textmodes/ispell.el (ispell-word, ispell-region):
14673 Call ispell-maybe-find-aspell-dictionaries.
14674 (ispell-accept-buffer-local-defs):
14675 Don't call ispell-maybe-find-aspell-dictionaries
14676
14677 2005-10-04 Richard M. Stallman <rms@gnu.org>
14678
14679 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14680
14681 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14682
14683 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14684 instead of `fboundp' in order to allow for anonymous functions.
14685
14686 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14687
14688 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14689 case the user clicks on the link while another window is selected.
14690 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14691
14692 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14693 functionality.
14694 (dframe-help-echo): Save point in case mouse tracking is off.
14695
14696 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14697
14698 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14699
14700 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14701
14702 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14703 not change the global value of those vars.
14704
14705 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14706 make-local-variable which we do not need any more.
14707
14708 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14709
14710 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14711 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14712 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14713 (speedbar-path-line): Define obsolete aliases.
14714 (speedbar-line-directory): Doc fix.
14715
14716 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14717 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14718 instead of speedbar-line-path.
14719
14720 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14721
14722 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14723 to nil if dropping on a window. Handle dropping on a minibuffer window
14724 like dropping on a non-window part of Emacs.
14725
14726 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * net/ange-ftp.el: Use with-current-buffer.
14729 (ange-ftp-insert-directory): Do not follow symlinks any more.
14730
14731 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14732 Remove interactive spec.
14733
14734 2005-10-03 Kim F. Storm <storm@cua.dk>
14735
14736 * ido.el (ido-mode): Use custom-initialize-set.
14737
14738 2005-10-02 Richard M. Stallman <rms@gnu.org>
14739
14740 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14741 Use insert-buffer-substring.
14742
14743 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14744 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14745
14746 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14747
14748 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14749 in last change.
14750 (ange-ftp-insert-directory): Fix up the search for the case where
14751 `file' is absolute.
14752
14753 2005-10-02 Romain Francoise <romain@orebokech.com>
14754
14755 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14756
14757 2005-10-02 Andreas Schwab <schwab@suse.de>
14758
14759 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14760 directory component in the session info.
14761
14762 2005-10-01 Richard M. Stallman <rms@gnu.org>
14763
14764 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14765
14766 * simple.el (next-error-internal): New function.
14767
14768 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14769 (compilation-start): Pass new arg to compilation-buffer-name.
14770 (compile-goto-error): Use next-error-internal.
14771
14772 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14773
14774 * speedbar.el: Remove RCS tag.
14775 (speedbar-check-read-only): Handle non-existent files.
14776
14777 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14778
14779 * info.el (Info-speedbar-hierarchy-buttons)
14780 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14781
14782 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14783
14784 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14785 Do not match newline.
14786 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14787 (bibtex-summary): Remove unnecessary save-excursion.
14788 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14789
14790 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14791
14792 * term/mac-win.el: Add charset info for "iso10646-1".
14793 Modify default fontset to use ATSUI-compatible fonts for some charsets
14794 if available.
14795
14796 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14797
14798 * speedbar.el: Re-apply arch tag.
14799 (speedbar-version): Rename to version 1.0. Suggested by Eric
14800 M. Ludlam.
14801 Reapply two changes from Emacs CVS' version of speedbar lost
14802 during the merge:
14803 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14804 (speedbar-frame-parameters): Improve customize type.
14805
14806 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14807
14808 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14809 (ange-ftp-file-directory-p): Fix the symlink case.
14810 (ange-ftp-insert-directory): When listing a single file, get a list of
14811 the parent buffer and extract the relevant line. Inspired from a patch
14812 by Katsumi Yamaoka <yamaoka@jpl.org>.
14813 (ange-ftp-file-name-sans-versions): Simplify.
14814
14815 2005-09-30 Bill Wohler <wohler@newt.com>
14816
14817 Move MH-E image files from toolbar and mail directories into
14818 etc/images.
14819
14820 * mail/reply2.*: Move to etc/images/mail/reply*.
14821
14822 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14823 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14824 etc/images.
14825
14826 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14827 * toolbar/reply*: Move to etc/images/mail.
14828
14829 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14830
14831 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14832
14833 * speedbar.el: New version 1.0pre3.
14834
14835 Frame management code (including timer, and mouse click specifics)
14836 moved to dframe.el:
14837 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14838 (speedbar-timer): Removed. Use dframe-timer.
14839 (speedbar-close-frame): Removed. Use dframe-close-frame.
14840 (speedbar-activity-change-focus-flag): Removed. Use
14841 dframe-activity-change-focus-flag.
14842 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14843 dframe-update-speed.
14844
14845 (speedbar-current-frame): New macro. Use this instead of the
14846 variable speedbar-frame.
14847
14848 (speedbar-use-images, speedbar-expand-image-button-alist)
14849 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14850
14851 (speedbar-find-image-on-load-path): Removed. Replaced by
14852 defezimage in ezimage.el.
14853 (speedbar-expand-image-button-alist): Removed. Replaced by
14854 ezimage-expand-image-button-alist in ezimage.el.
14855
14856 (speedbar-ignored-directory-regexp)
14857 (speedbar-add-ignored-directory-regexp)
14858 (speedbar-ignored-directory-expressions)
14859 (speedbar-line-directory, speedbar-buffers-line-directory)
14860 (speedbar-directory-line, speedbar-buffers-line-directory):
14861 Renamed, replacing `path' with `directory'.
14862
14863 (speedbar-create-directory, speedbar-expand-line-descendants)
14864 (speedbar-toggle-line-expansion)
14865 (speedbar-contract-line-descendants): New commands.
14866
14867 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14868 (speedbar-use-tool-tips-flag): New options.
14869
14870 (speedbar-check-read-only, speedbar-require-version)
14871 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14872 (speedbar-handle-delete-frame, speedbar-try-completion)
14873 (speedbar-update-localized-contents): New functions.
14874
14875 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14876 (speedbar-object-read-only-indicator): New variables.
14877
14878 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14879 New hooks.
14880
14881 (speedbar-separator-face): New face.
14882
14883 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14884 (speedbar-ignored-modes): Add fundamental-mode.
14885 (speedbar-directory-unshown-regexp): Add . directories.
14886
14887 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14888 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14889 `]' for full expand/close.
14890 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14891
14892 (speedbar-check-vc): Support hidden files.
14893 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14894 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14895 state is nil, it is not checked out.
14896
14897 (speedbar-line-text, speedbar-line-token): Support expand buttons
14898 with no text.
14899 (speedbar-refresh): Universal argument acts as power-click.
14900 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14901 that buffer to get variable values.
14902
14903 And many other bugfixes.
14904
14905 * dframe.el, ezimage.el, sb-image.el: New files.
14906
14907 * sb-*.xpm: Remove files. New image files installed into
14908 etc/images/ezimage.
14909
14910 2005-09-30 Kenichi Handa <handa@m17n.org>
14911
14912 * ps-mule.el (ps-mule-show-warning): If a character is in
14913 ps-print-translation-table, don't treat it as non-printable.
14914
14915 2005-09-30 David Ponce <david@dponce.com>
14916
14917 * tree-widget.el (tree-widget-themes-load-path): New variable.
14918 (tree-widget-themes-directory): Doc fix.
14919 (tree-widget-image-formats) [Emacs]: Doc fix.
14920 (tree-widget--locate-sub-directory): New function.
14921 (tree-widget-themes-directory): Use it.
14922
14923 * recentf.el (recentf-filename-handlers): Rename from
14924 `recentf-filename-handler'. Allow a list of functions.
14925 (recentf-menu-items-for-commands): Fix :help strings.
14926 (recentf-apply-filename-handlers): New function.
14927 (recentf-expand-file-name): Use it.
14928 (recentf-cleanup): Remove duplicates too.
14929
14930 2005-09-29 Juri Linkov <juri@jurta.org>
14931
14932 * faces.el: Rearrange face definitions to be in the same order as
14933 their face descriptions in "(emacs)Standard Faces".
14934
14935 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14936
14937 * tooltip.el (tooltip): Add group `basic-faces'.
14938
14939 * buff-menu.el (Buffer-menu-buffer): Remove group
14940 `font-lock-highlighting-faces'.
14941
14942 * progmodes/compile.el (compilation-error, compilation-warning)
14943 (compilation-info, compilation-line-number, compilation-column-number):
14944 Change group from `font-lock-highlighting-faces' to `compilation'.
14945
14946 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14947 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14948 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14949 (vhdl-font-lock-reserved-words-face)
14950 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14951 `font-lock-highlighting-faces'.
14952
14953 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14954
14955 2005-09-28 Kim F. Storm <storm@cua.dk>
14956
14957 * emulation/cua-base.el: Set CUA move property on additional commands:
14958 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14959 forward-sexp, backward-sexp, forward-list, backward-list.
14960
14961 2005-09-28 Romain Francoise <romain@orebokech.com>
14962
14963 * comint.el (comint-show-output): Really set point at the
14964 beginning of the output when not using `comint-use-prompt-regexp'.
14965
14966 2005-09-27 Jay Belanger <belanger@truman.edu>
14967
14968 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14969 in TeX mode.
14970
14971 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14972
14973 * textmodes/org.el (org-table-sum): Fix format string.
14974
14975 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14976 Quote face names.
14977
14978 2005-09-26 Romain Francoise <romain@orebokech.com>
14979
14980 * isearch.el (isearch-forward-regexp): Close doc string.
14981
14982 2005-09-25 Richard M. Stallman <rms@gnu.org>
14983
14984 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14985
14986 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14987
14988 * progmodes/compile.el (compilation-error-properties):
14989 When getting the file from the previous error message,
14990 correctly decode the new data format.
14991
14992 * progmodes/cc-cmds.el (c-electric-paren):
14993 Call old-blink-paren only for close-paren.
14994
14995 2005-09-24 Andreas Schwab <schwab@suse.de>
14996
14997 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14998 condition.
14999
15000 2005-09-25 Romain Francoise <romain@orebokech.com>
15001
15002 * dired-aux.el (dired-copy-file-recursive):
15003 * dired.el (dired-delete-file):
15004 * ediff-mult.el (ediff-dir-diff-copy-file):
15005 * ediff-util.el (ediff-test-save-region):
15006 * forms.el (forms-mode):
15007 * ido.el (ido-file-internal, ido-delete-file-at-head):
15008 * log-edit.el (log-edit-done):
15009 * ses.el (ses-yank-resize):
15010 * play/gomoku.el (gomoku-human-plays, gomoku)
15011 (gomoku-human-resigns, gomoku-prompt-for-other-game)
15012 (gomoku-offer-a-draw):
15013 * play/landmark.el (lm-human-resigns, lm):
15014 * net/eudcb-ldap.el (eudc-ldap-check-base):
15015 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15016 * progmodes/ebrowse.el (ebrowse-find-pattern):
15017 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15018 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15019 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15020
15021 * vc.el (vc-delete-file):
15022 * play/gomoku.el (gomoku-terminate-game, gomoku)
15023 (gomoku-prompt-for-move, gomoku-human-takes-back):
15024 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15025 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15026
15027 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15028
15029 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15030 color rxvt terminals by using the code xterm.el used to use before
15031 2005-04-09 in order to match the colors used by rxvt.
15032
15033 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15034
15035 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15036 colors rxvt-unicode terminals by using the same code as xterm.el.
15037
15038 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15039
15040 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15041 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15042 new symbol used for the tex-verbatim face.
15043
15044 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15045
15046 * woman.el (woman-file-name):
15047 * wid-edit.el (widget-file-prompt-value)
15048 (widget-coding-system-prompt-value):
15049 * w32-fns.el (set-w32-system-coding-system):
15050 * vc.el (vc-version-diff, vc-annotate):
15051 * textmodes/reftex-auc.el (reftex-arg-cite)
15052 (reftex-arg-index-tag):
15053 * textmodes/refer.el (refer-get-bib-files):
15054 * textmodes/artist.el (artist-figlet-choose-font):
15055 * terminal.el (terminal-emulator):
15056 * replace.el (occur-read-primary-args):
15057 * rect.el (string-rectangle, string-insert-rectangle):
15058 * ps-print.el (ps-print-preprint):
15059 * progmodes/pascal.el (pascal-goto-defun):
15060 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15061 * progmodes/compile.el (compilation-find-file):
15062 * printing.el (pr-interactive-n-up):
15063 * play/animate.el (animate-birthday-present):
15064 * net/rcompile.el (remote-compile):
15065 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15066 * mail/rmailsum.el (rmail-summary-search-backward)
15067 (rmail-summary-search):
15068 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15069 (rmail-output-read-file-name):
15070 * mail/rmail.el (rmail-search, rmail-search-backwards):
15071 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15072 * locate.el (locate):
15073 * international/quail.el (quail-show-keyboard-layout):
15074 * international/mule.el (set-buffer-file-coding-system)
15075 (revert-buffer-with-coding-system, set-file-name-coding-system)
15076 (set-terminal-coding-system, set-keyboard-coding-system)
15077 (set-next-selection-coding-system):
15078 * international/mule-diag.el (describe-coding-system)
15079 (describe-font, describe-fontset):
15080 * international/mule-cmds.el (universal-coding-system-argument)
15081 (search-unencodable-char, describe-input-method)
15082 (set-language-environment, describe-language-environment):
15083 * international/codepage.el (codepage-setup):
15084 * international/code-pages.el (codepage-setup):
15085 * info.el (Info-search, Info-follow-reference)
15086 (Info-search-backward):
15087 * emacs-lisp/advice.el (ad-read-advised-function)
15088 (ad-read-advice-class, ad-clear-cache, ad-activate)
15089 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15090 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15091 (ad-read-regexp):
15092 * ediff-util.el (ediff-toggle-regexp-match):
15093 * ediff-ptch.el (ediff-prompt-for-patch-file):
15094 * dired-aux.el (dired-diff):
15095 * diff.el (diff):
15096 * cus-edit.el (custom-variable-prompt):
15097 * calendar/timeclock.el (timeclock-ask-for-project):
15098 * calc/calcalg3.el (calc-get-fit-variables):
15099 * calc/calc-store.el (calc-edit-variable)
15100 (calc-permanent-variable):
15101 * vc-mcvs.el (vc-mcvs-register):
15102 * shadowfile.el (shadow-define-literal-group):
15103 * woman.el (woman-file-name):
15104 * vc.el (vc-version-diff, vc-merge):
15105 * textmodes/reftex-index.el (reftex-index-complete-tag):
15106 * format.el (format-decode-buffer, format-decode-region):
15107 * emulation/viper-cmd.el (viper-read-string-with-history):
15108 * emacs-lisp/debug.el (cancel-debug-on-entry):
15109 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15110 * ediff.el (ediff-merge-revisions)
15111 (ediff-merge-revisions-with-ancestor, ediff-revision):
15112 * completion.el (interactive-completion-string-reader):
15113 * calc/calc-prog.el (calc-user-define-formula):
15114 Follow convention for reading with the minibuffer.
15115
15116 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15117
15118 * progmodes/python.el (python-describe-symbol): Add globals() and
15119 locals() to the arguments of emacs.ehelp.
15120
15121 2005-09-24 Magnus Henoch <mange@freemail.hu>
15122
15123 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15124 New function, code extracted from ispell-valid-dictionary-list.
15125 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15126 Call it.
15127
15128 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15129
15130 * subr.el (version-regexp-alist): Extend valid syntax for version
15131 strings: allow any of the characters -,_,+ to separate the
15132 alpha/beta/rc part from the version part. Doc fix.
15133 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15134
15135 2005-09-23 David Reitter <david.reitter@gmail.com>
15136
15137 * mail/mailclient.el: New file.
15138
15139 2005-09-23 Richard M. Stallman <rms@gnu.org>
15140
15141 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15142 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15143 Doc fixes.
15144
15145 * progmodes/cc-mode.el (c-font-lock-init):
15146 Specify font-lock-lines-before.
15147
15148 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15149
15150 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15151 whole conflict.
15152
15153 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15154
15155 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15156 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15157 of `remap' feature when available. Additional key bindings for
15158 better tty support.
15159 (org-mode-restart, org-force-self-insert): New commands.
15160 (org-time-stamp-inactive): New command.
15161 (org-remap): New function.
15162 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15163 (org-enable-fixed-width-editor): Move to `org-structure'
15164 customization group.
15165 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15166 blank field after field motion commands.
15167
15168 2005-09-23 Kenichi Handa <handa@m17n.org>
15169
15170 * international/mule-cmds.el (set-language-environment):
15171 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15172 have to call utf-translate-cjk-load-tables.
15173
15174 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15175
15176 * mouse.el (mouse-move-drag-overlay): Fix last change.
15177
15178 2005-09-22 David Ponce <david@dponce.com>
15179
15180 * tree-widget.el (tree-widget-value-create): Fix previous change.
15181
15182 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15183
15184 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15185
15186 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * mouse.el (mouse-move-drag-overlay): New function.
15189 (mouse-drag-region-1): Use it.
15190 Try to simplify a bit the state handling. Handle clicks on links
15191 inside intangible areas.
15192 (mouse-save-then-kill): Minor simplification.
15193 (mouse-secondary-overlay): Make it always non-nil instead of
15194 recreating it each time.
15195 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15196 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15197 Simplify accordingly.
15198
15199 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15200
15201 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15202
15203 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15204
15205 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15206 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15207 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15208 to patch.
15209
15210 * ediff-util.el: Use insert-buffer-substring.
15211
15212 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15213
15214 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15215 field boundaries in the minibuffer.
15216 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15217 (viper-minibuffer-post-command-hook): New hook.
15218 (viper-line): Don't move cursor at bolp.
15219
15220 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15221
15222 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15223 avoid compiler warnings.
15224
15225 * emulation/viper-macs.el (ex-map): Better messages.
15226
15227 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15228
15229 * emulation/viper.el: Replace make-variable-buffer-local with
15230 viper-make-variable-buffer-local everywhere, to avoid warnings.
15231
15232 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15235 Delete unused var `old-selected-window'.
15236 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15237 (mouse-drag-secondary): Delete unused var `start-frame'.
15238
15239 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15240
15241 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15242
15243 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15244
15245 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15246 Re-indent within 80 columns. Use inhibit-read-only.
15247
15248 2005-09-19 Romain Francoise <romain@orebokech.com>
15249
15250 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15251
15252 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15253
15254 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15255 unconditionally, since the after-change-function already did it.
15256
15257 2005-09-19 Miles Bader <miles@gnu.org>
15258
15259 * net/newsticker.el: Get rid of CVS keyword.
15260
15261 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15262
15263 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15264 The prompt is formatted later.
15265
15266 2005-09-19 David Ponce <david@dponce.com>
15267
15268 * tree-widget.el (tree-widget-value-create): Save the converted
15269 tree :node widget.
15270
15271 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15272
15273 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15274 variable `message'.
15275
15276 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15277
15278 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15279 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15280 <slawomir.nowaczyk.847@student.lu.se>.
15281
15282 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15283
15284 * image.el (image-load-path): Use symbol `data-directory' instead
15285 of its value, for backward compatibility with packages that bind
15286 it during `find-image'. Suggested by Katsumi Yamaoka.
15287 (image-search-load-path): Handle symbols whose values are strings.
15288
15289 2005-09-18 Romain Francoise <romain@orebokech.com>
15290
15291 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15292 with-current-buffer form in save-excursion.
15293
15294 2005-09-18 Deepak Goel <deego@gnufans.org>
15295
15296 * apropos.el (apropos-command): Fix `message' call: first arg
15297 should be a format spec. In this and all other cases that appear
15298 below and elsewhere in the source code, I made a change only when
15299 two conditions were satisfied: [1] I can think of a possibility
15300 that the arguments would cause an error, for example, the code in
15301 question relies on external variables such as filenames. [2] I
15302 was sure that the arg to `message' could not have been nil in the code.
15303
15304 * textmodes/tildify.el (tildify-region): Ditto.
15305
15306 * textmodes/reftex-index.el (reftex-index-change-entry)
15307 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15308 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15309 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15310 (org-priority, org-table-sum):
15311 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15312 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15313 (flyspell-word, flyspell-display-next-corrections):
15314 * textmodes/bibtex.el (bibtex-print-help-message):
15315 * textmodes/artist.el (artist-key-set-point-poly):
15316 * term/mac-win.el (mac-services-insert-text):
15317 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15318 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15319 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15320 (vhdl-compose-configuration):
15321 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15322 (sh-set-indent, sh-learn-line-indent):
15323 * progmodes/ps-mode.el (ps-mode-target-column):
15324 * progmodes/idlwave.el (idlwave-make-tags)
15325 (idlwave-scan-library-catalogs):
15326 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15327 * progmodes/gud.el (gud-jdb-analyze-source):
15328 * progmodes/flymake.el (flymake-log):
15329 * progmodes/ebnf2ps.el (ebnf-generate-region):
15330 * progmodes/cmacexp.el (c-macro-expansion):
15331 * progmodes/ada-xref.el (ada-treat-cmd-string):
15332 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15333 (ada-justified-indent-current, ada-batch-reformat):
15334 * play/zone.el (zone):
15335 * play/landmark.el (lm-move):
15336 * play/decipher.el (decipher-show-alphabet):
15337 * net/newsticker.el (newsticker--display-jump)
15338 (newsticker--display-scroll):
15339 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15340 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15341 * mail/feedmail.el (feedmail-dump-message-to-queue):
15342 * eshell/esh-proc.el (eshell-remove-process-entry):
15343 * emulation/ws-mode.el (ws-last-error):
15344 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15345 (viper-record-kbd-macro):
15346 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15347 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15348 * emacs-lisp/find-func.el (find-function-noselect):
15349 * calendar/timeclock.el (timeclock-status-string)
15350 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15351 (timeclock-when-to-leave-string):
15352 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15353 * calc/calc-units.el (calc-enter-units-table):
15354 * calc/calc-mode.el (calc-mode-record-mode):
15355 * woman.el (woman-mini-help):
15356 * wdired.el (wdired-change-to-wdired-mode):
15357 * vc.el (vc-retrieve-snapshot):
15358 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15359 * startup.el (display-startup-echo-area-message):
15360 * simple.el (set-goal-column):
15361 * ses.el (ses-command-hook, ses-recalculate-cell):
15362 * server.el (server-process-filter):
15363 * printing.el (pr-interface-txt-print, pr-interface-printify)
15364 (pr-interface-ps):
15365 * pcvs.el (cvs-help):
15366 * log-edit.el (log-edit, log-edit-mode-help):
15367 * iswitchb.el (iswitchb-possible-new-buffer):
15368 * isearch.el (isearch-edit-string):
15369 * image-mode.el (image-mode, image-minor-mode):
15370 * ibuf-macs.el (define-ibuffer-filter):
15371 * hi-lock.el (hi-lock-find-patterns):
15372 * files.el (toggle-read-only):
15373 * ediff-util.el (ediff-copy-diff)
15374 (ediff-write-merge-buffer-and-maybe-kill):
15375 * echistory.el (Electric-history-undefined):
15376 * dnd.el (dnd-insert-text):
15377 * dired-aux.el (dired-query):
15378 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15379 * bookmark.el (bookmark-bmenu-locate):
15380 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15381 Fix `message' calls to ensure first arg is a format string.
15382 The change was made only when these two conditions were satisfied:
15383 [1] when there is a possibility that the arguments would cause an error
15384 for example, if the code in question relies on external variables
15385 such as filenames, and
15386 [2] if the arg to `message' could not have been nil in the code.
15387
15388 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15389 Not having a %s would be weird, though not technically wrong.
15390
15391 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15392
15393 * term/mac-win.el (mac-add-charset-info): Doc fix.
15394
15395 2005-09-17 Romain Francoise <romain@orebokech.com>
15396
15397 * shell.el (shell-resync-dirs): Handle echoing processes more
15398 reliably. Don't insert resync command if `comint-process-echoes'
15399 is non-nil.
15400
15401 2005-09-17 Magnus Henoch <mange@freemail.hu>
15402
15403 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15404 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15405 aspell versions >= 0.60.
15406 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15407 only if ispell-aspell-supports-utf8 is non-nil.
15408
15409 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15410
15411 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15412 buffer-local value to lisp-indent-function.
15413
15414 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15415
15416 * progmodes/glasses.el (glasses-make-readable): If
15417 glasses-separator differs from underscore, put appropriate
15418 overlays over underscore characters.
15419 (glasses-convert-to-unreadable): If glasses-separator differs from
15420 underscore, try to convert glasses-separator characters to
15421 underscores.
15422
15423 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15424
15425 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15426 Use with-syntax-table and dolist.
15427
15428 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15429
15430 * textmodes/reftex-auc.el:
15431 * textmodes/reftex-cite.el:
15432 * textmodes/reftex-dcr.el:
15433 * textmodes/reftex-global.el:
15434 * textmodes/reftex-parse.el:
15435 * textmodes/reftex-ref.el:
15436 * textmodes/reftex-sel.el:
15437 * textmodes/reftex-toc.el:
15438 * textmodes/reftex-vars.el:
15439 * textmodes/reftex.el: Small changes to remove compiler warnings.
15440
15441 * textmodes/reftex-index.el: Likewise.
15442 (reftex-query-index-phrase): More efficient use of markers.
15443
15444 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15445
15446 * image.el (image-load-path): New variable.
15447 (image-search-load-path): New function.
15448 (find-image): Search for images in `image-load-path'.
15449
15450 2005-09-15 Richard M. Stallman <rms@gnu.org>
15451
15452 * follow.el: Change Maintainer field.
15453
15454 2005-09-15 David Ponce <david@dponce.com>
15455
15456 * recentf.el (recentf-save-file-modes): New option.
15457 (recentf-save-list): Use it.
15458
15459 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15460
15461 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15462 (mode-line-mule-info, mode-line-modified): Move bindings from
15463 mouse-3 to mouse-1.
15464
15465 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15466
15467 * simple.el (sendmail-user-agent-compose): Revert last change.
15468
15469 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15472 Use with-current-buffer.
15473 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15474 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15475 (ange-ftp-insert-directory): Remove unused var `short'.
15476 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15477
15478 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15479 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15480
15481 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15482 (check-calendar-holidays, diary-list-entries): Autoload.
15483 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15484 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15485
15486 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15487 which mistakenly removed a call to display-buffer.
15488
15489 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15490
15491 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15492
15493 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15494
15495 * progmodes/hideshow.el
15496 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15497 (hs-allow-nesting): New user var.
15498 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15499 (hs-hide-block-at-point): When nesting allowed,
15500 if there is already an overlay in place, delete it.
15501 (hs-safety-is-job-n): Delete func; remove call sites.
15502 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15503 (hs-overlay-at): New func.
15504 (hs-already-hidden-p, hs-show-block): Use it.
15505 (hs-hide-all): Don't pre-clean if nesting allowed.
15506 (hs-show-all): Temporarily disallow
15507 nesting around call to `hs-discard-overlays'.
15508
15509 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15510
15511 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15512 Delete unused local var.
15513
15514 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15515
15516 * help-fns.el (describe-categories): "?\ " -> "?\s".
15517 (help-do-arg-highlight): Recognize also ARG-n, as in
15518 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15519
15520 * international/codepage.el (dos-unsupported-char-glyph):
15521 * net/newsticker.el (tool-bar-map, w3-mode-map)
15522 (w3m-minor-mode-map):
15523 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15524 (ent-alist):
15525 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15526
15527 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15528
15529 * custom.el (custom-push-theme): Handle the case where a symbol is
15530 bound but face properties have not yet been assigned.
15531
15532 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15533 Fix behavior if noerase is `t' and there is no mail buffer.
15534
15535 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15536 if `continue' is nil, rather than signal an error.
15537
15538 2005-09-12 Richard M. Stallman <rms@gnu.org>
15539
15540 * font-lock.el (font-lock-keywords): Add autoload.
15541
15542 * help-fns.el (describe-variable): Rearrange to put source link
15543 in a predictable place.
15544
15545 * net/newsticker.el: New file.
15546
15547 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15548
15549 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15550 (calendar-basic-setup): Use the new nil arg.
15551 (number-of-diary-entries): Move to diary-lib.el.
15552
15553 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15554 (diary-list-entries): Use with-syntax-table and dolist.
15555 Rename from list-diary-entries.
15556 Use number-of-diary-entries if `number' is nil.
15557 (diary, diary-view-entries): Use this new name and new nil arg value.
15558 (number-of-diary-entries): Move from calendar.el.
15559 (diary-unhide-everything): New function.
15560 (include-other-diary-files, fancy-diary-display)
15561 (diary-show-all-entries, make-diary-entry): Use it.
15562 (diary-mail-entries): Use buffer-string.
15563 (mark-diary-entries): Fix long standing paren typo.
15564 (diary-sexp-entry): Use count-lines.
15565 (make-diary-entry): Avoid `previous-line'.
15566 (diary-mode-map): New var.
15567 (diary-mode): Redraw cal after saving. Setup header-line.
15568 (fancy-diary-display-mode): Use local-set-key.
15569
15570 * startup.el (command-line): Try calling various terminal-init-foo-bar
15571 functions by stripping hyphenated suffixes from $TERM.
15572
15573 * files.el (normal-mode): Check boundness of font-lock-keywords.
15574
15575 2005-09-12 Richard M. Stallman <rms@gnu.org>
15576
15577 * progmodes/compile.el: Don't decide a file's directory
15578 until the user actually tries to go there.
15579 (compilation-next-error-function):
15580 Pass compilation-find-file the directory from the file-struct.
15581 (compilation-internal-error-properties): Separate local FILE-STRUCT
15582 from FILE. Doc the args better. Rename arg FMT to FMTS.
15583 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15584 Expand it, and if nil, use default-directory.
15585 (compilation-get-file-structure): Don't mix specified directory
15586 with default directory. Put specified directory into
15587 file-struct. Don't make the file name absolute.
15588
15589 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15590 (compile-command): Add autoload.
15591 (compilation-disable-input): Add autoload.
15592
15593 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15594
15595 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15596 strings of the variables it can override.
15597 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15598 %Q and %q, for fully-qualified domain name and unqualified host name.
15599
15600 2005-09-11 Kim F. Storm <storm@cua.dk>
15601
15602 * emacs-lisp/authors.el (authors-aliases): Update list.
15603 (authors-fixed-entries): Update mldrag.el entry.
15604
15605 2005-09-10 Alan Mackenzie <acm@muc.de>
15606
15607 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15608 from the region narrowed to.
15609
15610 2005-09-10 Magnus Henoch <mange@freemail.hu>
15611
15612 * textmodes/ispell.el (ispell-check-version): Signal an error if
15613 aspell version is less than 0.60.
15614
15615 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15616
15617 * progmodes/octave-inf.el (inferior-octave-startup):
15618 Resync current dir at the end.
15619
15620 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15621
15622 * woman.el (woman-topic-at-point-default):
15623 Rename to woman-use-topic-at-point-default.
15624 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15625 (woman-file-name): Reflect renames above. Automatically use the
15626 word at point as topic if woman-use-topic-at-point is non-nil.
15627 Otherwise offer it as default but don't insert it in the
15628 minibuffer. Also use `test-completion' instead of `assoc' as
15629 suggested by Stefan Monnier.
15630
15631 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15632
15633 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15634 the attempt to do it over Tramp. This is not yet supported.
15635
15636 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15637
15638 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15639 (menu-bar-non-minibuffer-window-p): New functions.
15640 ("Split Window", "Save As..."): Use them.
15641 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15642 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15643 Use menu-bar-menu-frame-live-and-visible-p.
15644 ("Save Buffer", "Insert File", "Open Directory...")
15645 ("Open File...", "Visit New File..."):
15646 Use menu-bar-non-minibuffer-window-p.
15647 (kill-this-buffer-enabled-p, dired <menu-enable>):
15648 Use menu-bar-non-minibuffer-window-p.
15649
15650 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15651
15652 * cus-start.el (all): Don't complain about fringe-related
15653 built-ins if fringes are not supported. Ditto about
15654 selection-related built-ins. Fix the test for GTK-related built-ins.
15655
15656 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15657 ("Postscript Print Buffer", "Print Region", "Save As...")
15658 ("Save", "Insert File...", "Open Directory...")
15659 ("Open File...", "Visit New File..."")
15660 ("Truncate Long Lines in this Buffer"): Don't look at
15661 menu-updating-frame if this display does not support multiple frames.
15662
15663 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15664
15665 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15666
15667 2005-09-09 Emilio Lopes <eclig@gmx.net>
15668
15669 * woman.el: Format- and whitespace-related changes.
15670
15671 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15672
15673 * woman.el: Fix my email address.
15674
15675 2005-09-08 Richard M. Stallman <rms@gnu.org>
15676
15677 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15678 (sh-mode): Locally set skeleton-pair-default-alist.
15679
15680 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15681
15682 * progmodes/flymake.el: Require `compile' unconditionally.
15683
15684 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15685
15686 * woman.el (woman-file-name): Provide a default, not initial input.
15687
15688 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15689
15690 * font-lock.el (font-lock-support-mode): Doc fix.
15691
15692 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15693
15694 2005-09-08 Richard M. Stallman <rms@gnu.org>
15695
15696 * simple.el (blink-matching-open): Get rid of text props from
15697 the string shown in echo area. Don't permanently set point.
15698 Some rearrangements.
15699
15700 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15701
15702 * recentf.el (recentf-filename-handler): Add custom choice
15703 `abbreviate-file-name'.
15704
15705 * msb.el (msb--very-many-menus): Fix typo.
15706
15707 * disp-table.el (standard-display-european): Don't set
15708 enable-multibyte-characters to nil.
15709
15710 2005-09-08 David Ponce <david@dponce.com>
15711
15712 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15713 (recentf-expand-file-name): Doc fix.
15714 (recentf-dialog-mode-map): Define digit shortcuts.
15715 (recentf--files-with-key): New variable.
15716 (recentf-show-digit-shortcut-filter): New function.
15717 (recentf-open-files-items): New function.
15718 (recentf-open-files): Use it.
15719 (recentf-open-file-with-key): New command.
15720
15721 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15722
15723 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15724 Suggested by Kim F. Storm.
15725 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15726 (Buffer-menu-make-sort-button): Use global keymap.
15727
15728 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15729
15730 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15731 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15732 necessary any longer with the remapped command.
15733 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15734 formatting time only.
15735
15736 * net/tramp.el (tramp-action-password)
15737 (tramp-multi-action-password): Compile the password prompt from
15738 `method', `user' and `host'. Sometimes it isn't obvious which
15739 password to enter, for example with remote files offered by
15740 recentf.el, or with multiple steps. Suggested by Robert Marshall
15741 <robert@chezmarshall.freeserve.co.uk>.
15742
15743 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15746 Fix regexp for when "s///" is at the beginning of line.
15747
15748 2005-09-07 Jay Belanger <belanger@truman.edu>
15749
15750 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15751 when in matrix mode.
15752
15753 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15754
15755 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15756 non-anonymous functions.
15757
15758 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15759
15760 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15761 when using a header line. Otherwise, use mouse-1-click-follows-link.
15762
15763 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15764 can't be moved; don't signal an error.
15765
15766 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15767
15768 * cus-theme.el (custom-theme-write-faces): Save the current face
15769 spec, not the defface spec.
15770
15771 * custom.el (custom-known-themes): Clarify meaning of "standard".
15772 (custom-push-theme): Save old values in the standard theme.
15773 (disable-theme): Correct typo.
15774 (custom-face-theme-value) Deleted unused function.
15775 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15776
15777 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15778
15779 * progmodes/compile.el (compilation-goto-locus): Take into account
15780 iconified frames when determining whether the buffer is
15781 already visible.
15782 Don't reset window height if the window already existed.
15783
15784 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15785
15786 * custom.el (load-theme): Rename from require-theme.
15787 Add interactive spec.
15788 (enable-theme): Rename from custom-enable-theme.
15789 Add interactive spec.
15790 (disable-theme): Rename from custom-disable-theme.
15791 Add interactive spec.
15792 (custom-make-theme-feature): Doc fix.
15793 (custom-theme-directory): Doc fix.
15794 (provide-theme): Call enable-theme.
15795
15796 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * obsolete/lazy-lock.el (lazy-lock-mode):
15799 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15800 font-lock-mode if it's off. Print a warning instead.
15801
15802 * progmodes/compile.el (compilation-start): Ignore errors if the
15803 process died before we get to send-eof.
15804
15805 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15806 Undo last change. Enclosing the result in quotes broke things on Unix
15807 since tex-send-command passes it through shell-quote-argument.
15808 (tex-send-command): Pass `file' through convert-standard-filename
15809 when possible.
15810 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15811 info in a transcript.
15812
15813 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15814
15815 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15816 fix compilation warning. Reorder the key definitions to group
15817 together keys emitted by the current version of xterm.
15818
15819 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15820 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15821 Reorder predicates to correct min-color usage.
15822
15823 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15824
15825 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15826 Kill local variables when longlines-mode is turned off.
15827
15828 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15831
15832 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15833
15834 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15835
15836 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15837 (font-lock-lines-before): Change default to being inactive.
15838 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15839 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15840
15841 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15842
15843 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15844 Deactivate temporarily advice if active (not needed for Emacs 22,
15845 but for backwards compatibility).
15846 (tramp-exists-file-name-handler): Rewrite. First implementation
15847 was too simple.
15848 (tramp-advice-make-auto-save-file-name):
15849 Call `tramp-handle-make-auto-save-file-name' (again, just for
15850 backwards compatibility).
15851
15852 2005-08-31 Reto Zimmermann <reto@gnu.org>
15853
15854 * progmodes/vhdl-mode.el
15855 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15856 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15857 (vhdl-set-default-project): New function (easier setting of default).
15858 (vhdl-port-copy): Handle extended identifiers for generics.
15859 (vhdl-compiler-alist): Better description for error message regexp.
15860 (vhdl-make): Query for target, use previous as default.
15861 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15862 (vhdl-font-lock-keywords-2): Fix fontification for record
15863 el. assign.
15864 (vhdl-speedbar-make-subpack-line): Add package body link.
15865 (vhdl-generate-makefile-1): Not include itself as dependency.
15866 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15867 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15868 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15869 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15870 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15871 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15872 (vhdl-import-project): Add string argument for `error'.
15873 (vhdl-compose-configuration)
15874 (vhdl-compose-configuration-architecture): Add configuration
15875 declaration generation.
15876 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15877 (vhdl-trailer-re): Add "record" keyword (better indentation).
15878 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15879 "[^ \t-\"]+".
15880 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15881 (vhdl-testbench-entity-file-name)
15882 (vhdl-testbench-architecture-file-name): Allow separate
15883 customization of testbench file names.
15884 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15885 (vhdl-get-visible-signals): Allow newline within alias declaration.
15886 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15887 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15888 (member-ignore-case): Alias for missing function in XEmacs.
15889 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15890 (vhdl-update-sensitivity-list): Ignore case on read signals.
15891 (vhdl-replace-string): Adjust case only for file names.
15892 (vhdl-update-sensitivity-list): Fix search for read signals.
15893 (vhdl-update-sensitivity-list): Exclude formal parameters.
15894 (vhdl-get-visible-signals): Include aliases of signals.
15895 (vhdl-get-visible-signals): Fix signal name searching.
15896 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15897 (vhdl-fixup-whitespace-region): Fix for character
15898 literals (e.g. `:').
15899
15900 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15901
15902 * ansi-color.el (comint-last-output-start):
15903 * bs.el (font-lock-verbose):
15904 * diff-mode.el (add-log-buffer-file-name-function):
15905 * dired-x.el (vm-folder-directory):
15906 * faces.el (help-xref-stack-item):
15907 * files.el (font-lock-keywords):
15908 * find-lisp.el (dired-buffers, dired-subdir-alist):
15909 * ido.el (cua-inhibit-cua-keys):
15910 * log-view.el (cvs-minor-wrap-function):
15911 * outline.el (font-lock-warning-face):
15912 * simple.el (compilation-current-error):
15913 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15914 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15915 * tooltip.el (comint-prompt-regexp):
15916 * w32-fns.el (explicit-shell-file-name):
15917 * term/mac-win.el (mac-charset-info-alist)
15918 (mac-services-selection, mac-system-script-code):
15919 * term/tty-colors.el (msdos-color-values):
15920 * term/w32-win.el (xlfd-regexp-registry-subnum):
15921 * term/x-win.el (x-keysym-table, x-selection-timeout)
15922 (x-session-id, x-session-previous-id):
15923 * textmodes/ispell.el (mail-yank-prefix):
15924 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15925 * textmodes/org.el (calc-embedded-close-formula)
15926 (calc-embedded-open-formula)
15927 (font-lock-unfontify-region-function):
15928 * textmodes/reftex-global.el (isearch-next-buffer-function)
15929 (TeX-master):
15930 * textmodes/reftex.el (font-lock-keywords):
15931 * textmodes/tex-mode.el (font-lock-comment-face)
15932 (font-lock-doc-face):
15933 * textmodes/texinfo.el (outline-heading-alist):
15934 Add defvars.
15935
15936 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15937 (artist-spray-chars, artist-mode-init, artist-replace-string)
15938 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15939 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15940 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15941
15942 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15943 (conf-align-assignments): "?\ " -> "?\s".
15944
15945 * textmodes/reftex-index.el (TeX-master): Add defvar.
15946 (reftex-index-phrases-marker): Move up defvar.
15947
15948 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15949 (reftex-toc-include-labels-indicator)
15950 (reftex-toc-include-index-indicator)
15951 (reftex-toc-max-level-indicator): Move up declarations.
15952
15953 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15954 of args to `tramp-run-real-handler', even if it's empty in this case.
15955
15956 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15957
15958 * dired.el (dired-move-to-filename-regexp): Add date format for
15959 Mac OS X 10.3 in East Asian locales.
15960
15961 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15962
15963 * files.el (make-auto-save-file-name): Add file name handler call
15964 if applicable.
15965
15966 * net/tramp.el (tramp-file-name-handler-alist)
15967 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15968 (tramp-handle-make-auto-save-file-name): Rename from
15969 `tramp-make-auto-save-file-name'.
15970 (tramp-exists-file-name-handler): New defun.
15971 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15972 `make-auto-save-file-name' is not a magic file name operation.
15973
15974 2005-08-30 Richard M. Stallman <rms@gnu.org>
15975
15976 * files.el (risky-local-variable-p):
15977 Match `-predicates' and `-commands.
15978
15979 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15980 (custom-save-all): Visit the file if necessary;
15981 kill the buffer if we created it.
15982 (custom-save-delete): Don't visit file or kill buffer here.
15983
15984 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15985
15986 * textmodes/org.el (org-special-keyword): New face.
15987 (org-table-copy-down, org-table-eval-formula)
15988 (org-table-recalculate, org-init-section-numbers):
15989 Use `string-to-number' instead of `string-to-int'.
15990 (org-get-location): Use `insert-buffer-substring' instead of
15991 `insert-buffer'.
15992 (org-modify-diary-entry-string): New function.
15993 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15994 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15995 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15996 active region.
15997 (org-export-as-html): Handle QUOTE keyword.
15998 (org-quote-string): New option.
15999 (org-bookmark-jump-unhide): New function, used for
16000 `bookmark-after-jump-hook'.
16001 (org-diary-default-entry): Apply only when not called through
16002 `org-agenda'.
16003
16004 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
16005
16006 * net/eudc.el (mode-popup-menu):
16007 * play/handwrite.el (ps-printer-name, ps-lpr-command):
16008 * progmodes/ada-mode.el (compile-auto-highlight)
16009 (skeleton-further-elements):
16010 * progmodes/autoconf.el (font-lock-syntactic-keywords):
16011 * progmodes/cmacexp.el (msdos-shells):
16012 * progmodes/compile.el (font-lock-extra-managed-props)
16013 (font-lock-keywords, font-lock-maximum-size)
16014 (font-lock-support-mode):
16015 * progmodes/grep.el (font-lock-lines-before):
16016 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16017 * progmodes/mixal-mode.el (compile-command):
16018 * progmodes/perl-mode.el (font-lock-comment-face)
16019 (font-lock-doc-face, font-lock-string-face):
16020 * progmodes/prolog.el (comint-prompt-regexp):
16021 * progmodes/sh-script.el (font-lock-comment-face)
16022 (font-lock-set-defaults, font-lock-string-face):
16023 * progmodes/sql.el (font-lock-keyword-face)
16024 (font-lock-set-defaults, font-lock-string-face):
16025 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16026 (itimer-version, lazy-lock-defer-contextually)
16027 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16028 Add defvars.
16029
16030 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16031 (cperl-electric-keyword, cperl-electric-pod)
16032 (cperl-electric-backspace, cperl-forward-re)
16033 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16034 (vc-rcs-header, vc-sccs-header): Add defvars.
16035
16036 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16037 (font-lock-syntactic-keywords, gud-find-expr-function):
16038 Add defvars.
16039
16040 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16041 (gdb-frame-parameters): Declare before use.
16042
16043 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16044 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16045 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16046 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16047
16048 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16049 (idlwave-help-with-source): Use `insert-buffer-substring', not
16050 `insert-buffer'.
16051
16052 2005-08-29 Juri Linkov <juri@jurta.org>
16053
16054 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16055 Put outline-back-to-heading function call inside save-excursion.
16056
16057 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16058
16059 * man.el (Man-init-defvars, Man-translate-references)
16060 (Man-support-local-filenames, Man-highlight-references):
16061 * progmodes/sql.el (sql-interactive-mode):
16062 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16063
16064 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16065 (compilation-mode-font-lock-keywords): Add defvars.
16066 (checkdoc-interactive-loop): "?\ " -> "?\s".
16067
16068 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16069 (font-lock-doc-face, font-lock-string-face)
16070 (font-lock-keywords-case-fold-search): Add defvars.
16071 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16072
16073 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16074 Don't pass X and Y (they are ignored anyway).
16075 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16076 (mouse-delete-window): Make arguments optional.
16077
16078 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16079 (caesar-translate-table, minor-modes, news-buffer-save)
16080 (news-group-name, news-minor-modes): Add defvars.
16081
16082 * emacs-lisp/lselect.el (mouse-highlight-priority)
16083 (x-lost-selection-functions, zmacs-regions):
16084 * emacs-lisp/pp.el (font-lock-verbose):
16085 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16086 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16087 (ses-mode-map):
16088 * emacs-lisp/tcover-unsafep.el (safe-functions):
16089 * international/mule-cmds.el (mac-system-coding-system)
16090 (mac-system-locale):
16091 * language/ethio-util.el (rmail-current-message)
16092 (rmail-message-vector):
16093 * language/thai-util.el (thai-auto-composition-mode):
16094 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16095 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16096 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16097 (vm-primary-inbox, vm-spool-files):
16098 * mail/rmail.el (deleted-head, font-lock-fontified)
16099 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16100 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16101 (total-messages):
16102 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16103 (rmail-summary-mode-map):
16104 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16105 (rmail-last-label, rmail-last-multi-labels)
16106 (rmail-summary-vector, rmail-total-messages):
16107 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16108 * mail/rmailsum.el (msgnum):
16109 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16110 (rmail-current-message):
16111 * obsolete/fast-lock.el (font-lock-face-list):
16112 * obsolete/rnewspost.el (mail-reply-buffer):
16113 * obsolete/scribe.el (compile-command):
16114 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16115
16116 2005-08-28 John Paul Wallington <jpw@gnu.org>
16117
16118 * ibuf-ext.el (ibuffer-auto-update-changed):
16119 Use `frame-or-buffer-changed-p' to check whether we need to update.
16120 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16121 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16122 as a `frame-or-buffer-changed-p' state vector instead.
16123
16124 2005-08-27 Romain Francoise <romain@orebokech.com>
16125
16126 * textmodes/makeinfo.el (makeinfo-compile):
16127 Use `compilation-start'. Set `next-error-function' according to
16128 `disable-errors'.
16129 (makeinfo-next-error): New function.
16130 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16131 (makeinfo-buffer): Likewise.
16132
16133 * progmodes/compile.el (compilation-start): Add autoload cookie.
16134
16135 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16136 * textmodes/sgml-mode.el: Likewise.
16137 * progmodes/python.el: Likewise.
16138
16139 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16140
16141 * simple.el (blink-matching-paren-distance): Document the meaning
16142 of nil value, and allow to customize to nil.
16143
16144 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16145 command.com, not command.exe.
16146
16147 2005-08-26 John Wiegley <johnw@newartisans.com>
16148
16149 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16150 code around a bit so that an extraneous nil argument is not added
16151 to a command when no args are given.
16152
16153 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16154 double-quoted argument resolves to nil, return it as an empty
16155 string rather than as nil. This made it impossible to pass "" to
16156 a shell script as a null string argument.
16157
16158 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * outline.el (outline-invent-heading): New fun.
16161 (outline-promote, outline-demote): Use it.
16162 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16163 (outline-end-of-subtree): Remove unused var `opoint'.
16164
16165 2005-08-26 David Reitter <david.reitter@gmail.com>
16166
16167 * menu-bar.el (truncate-lines, write-file, print-buffer)
16168 (ps-print-buffer-faces, ps-print-buffer, split-window):
16169 Disable menu items when the frame they refer to is invisible, or when
16170 they refer to a buffer and the minibuffer is selected.
16171
16172 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16173
16174 * progmodes/flymake.el (flymake-highlight-err-lines):
16175 Use save-excursion around flymake-highlight-line to preserve point.
16176
16177 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16178
16179 * progmodes/octave-mod.el: Change Author and Maintainer address.
16180 (octave-maintainer-address): Change Kurt's email address.
16181 * progmodes/octave-inf.el: Change Author and Maintainer address.
16182 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16183
16184 2005-08-26 Kim F. Storm <storm@cua.dk>
16185
16186 * subr.el (version-list-<, version-list-<=, version-list-=):
16187 Rename from integer-list-*.
16188 (version-list-not-zero): Likewise. Fix while loop.
16189 (version=): Use version-list-= instead of string-equal.
16190
16191 2005-08-26 Richard M. Stallman <rms@gnu.org>
16192
16193 * outline.el (outline-promote): Try shortening the heading.
16194 As last resort, read the heading to use.
16195 (outline-demote): As last resort, read the heading to use.
16196
16197 2005-08-26 Romain Francoise <romain@orebokech.com>
16198
16199 * progmodes/compile.el (compilation-start): Doc fix.
16200
16201 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16202 (antlr-font-lock-additional-keywords): Fix reference to
16203 `antlr-font-lock-literal-regexp' erroneously changed during the
16204 mass face rename.
16205 (antlr-run-tool): Use `compilation-start'.
16206
16207 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16208 instead of the obsolete `compile-internal'.
16209
16210 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16211
16212 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16213 (number, original-date):
16214 * calendar/cal-china.el (date):
16215 * calendar/cal-coptic.el (date):
16216 * calendar/cal-french.el (date):
16217 * calendar/cal-hebrew.el (date, entry, number, original-date):
16218 * calendar/cal-islam.el (date, number, original-date):
16219 * calendar/cal-iso.el (date):
16220 * calendar/cal-julian.el (date):
16221 * calendar/cal-mayan.el (date):
16222 * calendar/cal-menu.el (date, event):
16223 * calendar/cal-persia.el (date):
16224 * calendar/lunar.el (date):
16225 * calendar/solar.el (date): Add defvars.
16226
16227 * emerge.el:
16228 * ibuffer.el:
16229 * info-xref.el:
16230 * obsolete/bg-mouse.el:
16231 * obsolete/sun-curs.el:
16232 * obsolete/swedish.el: Move the `defvar's to the top level.
16233
16234 * smerge-mode.el (smerge-refined-change): Add :group.
16235
16236 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16237
16238 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16239 (smerge-keep-n): Remove props.
16240 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16241 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16242 now that it's done in smerge-keep-n.
16243 (smerge-refined-change): New face.
16244 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16245 (smerge-refine): New funs.
16246 (smerge-basic-map): Bind smerge-refine.
16247
16248 2005-08-25 Juri Linkov <juri@jurta.org>
16249
16250 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16251 compilation-process-setup-function and compilation-disable-input
16252 in grep-mode instead of let-bindings in grep.
16253
16254 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16255 Delete "Automatic File De/compression" (auto-compression-mode).
16256
16257 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16258
16259 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16260 Silence warning about non-existent variable.
16261
16262 2005-08-25 Richard M. Stallman <rms@gnu.org>
16263
16264 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16265 Rename "Describe Key" to "Describe Key or Mouse Operation".
16266
16267 * mail/mailalias.el (build-mail-aliases): Delete comments
16268 from the contents before processing them.
16269
16270 * isearch.el (isearch-edit-string): Erase the Search prompt
16271 if user enters an empty string and there is no default.
16272
16273 * comint.el (comint-file-name-prefix): Add autoload.
16274
16275 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16276
16277 * subr.el (play-sound): Rearrange to avoid warning.
16278
16279 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16280
16281 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16282 New hook.
16283 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16284
16285 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16288
16289 * custom.el (custom-theme-set-variables): Sort minor modes last.
16290
16291 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16292
16293 * subr.el (version-separator, version-regexp-alist): New vars used by
16294 version comparison funs.
16295 (integer-list-<, integer-list-=, integer-list-<=)
16296 (integer-list-not-zero): New funs for integer list comparison.
16297 (version-to-list, version=, version<, version<=): New funs for version
16298 comparison.
16299
16300 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16301
16302 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16303 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16304 time to silence the byte-compiler.
16305
16306 * ibuffer.el (ibuffer-compile-make-eliding-form)
16307 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16308 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16309 so it's silly to get warnings for it).
16310 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16311 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16312 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16313 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16314 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16315 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16316 Defvar at compile time.
16317 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16318 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16319 Declare them before use.
16320
16321 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16322 (info-xref-good, info-xref-bad): Defvar at compile time.
16323
16324 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16325 Use `let*' instead of `let'.
16326
16327 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16328 (*mouse-y*, menu, char): Defvar at compile time.
16329 (sc::menu): Declare it before use.
16330 (sc::pack-one-line): Use `let', not `let*'.
16331
16332 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16333 (mail-send-hook): Defvar at compile time.
16334
16335 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16336 Defvar at compile time.
16337
16338 * term/sun-mouse.el (current-global-mousemap)
16339 (current-local-mousemap): Declare them before use.
16340
16341 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16342
16343 * bookmark.el (bookmark-after-jump-hook): New hook.
16344 (bookmark-jump): Run `bookmark-after-jump-hook'.
16345
16346 2005-08-23 Juri Linkov <juri@jurta.org>
16347
16348 * faces.el (minibuffer-prompt): Doc fix.
16349
16350 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16351
16352 * progmodes/xscheme.el: Trivial changes to silence warnings.
16353 (xscheme-previous-mode, xscheme-previous-process-state):
16354 Add defvars.
16355 (xscheme-last-input-end, xscheme-process-command-line)
16356 (xscheme-process-name, xscheme-buffer-name)
16357 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16358 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16359 (xscheme-control-g-synchronization-p)
16360 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16361 (default-xscheme-runlight, xscheme-runlight)
16362 (xscheme-runlight-string, xscheme-process-filter-state)
16363 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16364 Move to beginning of file.
16365 (scheme-interaction-mode-commands-alist)
16366 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16367 Declare them before use. Note: the initialization code for the
16368 variables has not been moved because it uses functions that reference
16369 the variables.
16370 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16371 (xscheme-prompt-for-expression-map): Declare them before use.
16372 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16373
16374 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16375
16376 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16377
16378 2005-08-22 Juri Linkov <juri@jurta.org>
16379
16380 * faces.el (set-face-underline): Delete this duplicate function
16381 and make an obsolete alias to set-face-underline-p.
16382 (set-face-underline-p): Use docstring of set-face-underline.
16383 (describe-face): Create hyperlink to parent face.
16384
16385 * info.el (Info-insert-dir): Use save-excursion around
16386 insert-buffer-substring.
16387 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16388 (Info-escape-percent): Delete function.
16389 (Info-fontify-node): Replace Info-escape-percent by
16390 replace-regexp-in-string with REP arg set to lambda that
16391 duplicates `%' and preserves text properties.
16392
16393 * progmodes/compile.el (compilation-disable-input): Doc fix.
16394 (define-compilation-mode): Doc fix and refill.
16395 (kill-compilation): Use `mode-name' in the error message.
16396 (compilation-find-file): Use `compilation-error' in the
16397 read-file-name's prompt.
16398
16399 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16400
16401 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16402 (smerge-auto-leave): Make undo re-enable the mode.
16403 (debug-ignored-errors): Add the user-error of impossible resolution.
16404 (smerge-resolve): Move things around a bit, in preparation for later.
16405 (smerge-diff): Don't fail if the buffer has no associated file.
16406 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16407 (smerge-conflict-overlay): New function.
16408 (smerge-match-conflict): Don't add text properties here.
16409 (smerge-find-conflict): Instead, add an overlay here.
16410 Also check for the case where we're inside a conflict already, so as to
16411 obviate the need for font-lock-multiline, which is unbearably slow with
16412 large conflicts and ciomplex font-lock patterns.
16413 (smerge-remove-props): Remove overlay rather than text-properties.
16414 (smerge-mode): Don't set font-lock-multiline.
16415 Remove overlays when turned off.
16416
16417 2005-08-21 Kim F. Storm <storm@cua.dk>
16418
16419 * ido.el (ido-ignore-item-p): Use save-match-data.
16420 Bind case-fold-search to ido-case-fold locally.
16421
16422 2005-08-20 Richard M. Stallman <rms@gnu.org>
16423
16424 * files.el (normal-mode): If font lock is on, turn it off and on.
16425
16426 * subr.el (replace-regexp-in-string): Doc fix.
16427
16428 * startup.el (command-line-1): Don't suppress startup screen
16429 due to existing processes.
16430
16431 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16432
16433 * progmodes/compile.el (compilation-disable-input): Default to nil.
16434
16435 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16436
16437 * progmodes/compile.el (compilation-disable-input): New defcustom.
16438 (compilation-start): If compilation-disable-input is non-nil, send
16439 EOF to the compilation process.
16440
16441 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16442
16443 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16444 Run the argument of tex-shell-cd-command through
16445 convert-standard-filename, to get the correct style of slashes on
16446 Windows, and enclose the result in quotes, in case the file name
16447 includes whitespace or other special characters.
16448
16449 2005-08-19 Andreas Schwab <schwab@suse.de>
16450
16451 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16452 process.
16453
16454 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16455
16456 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16457
16458 2005-08-18 Kim F. Storm <storm@cua.dk>
16459
16460 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16461
16462 2005-08-18 Richard M. Stallman <rms@gnu.org>
16463
16464 * scroll-lock.el: New file.
16465
16466 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16467
16468 * dired.el (dired-move-to-end-of-filename):
16469 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16470
16471 2005-08-18 Kim F. Storm <storm@cua.dk>
16472
16473 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16474 rather than toggle mode when custom value is nil.
16475 (ido-everywhere): Fix defun doc string.
16476
16477 2005-08-17 Richard M. Stallman <rms@gnu.org>
16478
16479 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16480 as tag instead of "Inviolable".
16481
16482 2005-08-17 Kim F. Storm <storm@cua.dk>
16483
16484 * windmove.el (windmove-coordinates-of-position): Remove.
16485 (windmove-coordinates-of-window-position): Remove.
16486 (windmove-reference-loc): Use posn-at-point instead.
16487
16488 * subr.el (insert-for-yank-1): Doc fix.
16489
16490 * ido.el (ido-enter-matching-directory): Rename from
16491 ido-enter-single-matching-directory. Change `slash' choice to
16492 `only'. Add `first' choice.
16493 (ido-exhibit): Adapt to above changes.
16494
16495 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16496
16497 * Makefile.in: Expand comment about building loaddefs.el.
16498
16499 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16500
16501 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16502 Comment use of defadvice.
16503
16504 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16505
16506 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16507
16508 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16509 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16510 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16511 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16512 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16513 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16514 for backward compatibility for faces that did not appear in the
16515 previous Emacs release.
16516
16517 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16518
16519 2005-08-15 Kim F. Storm <storm@cua.dk>
16520
16521 * emulation/cua-base.el (cua-delete-region): Return t if
16522 deleted region was non-empty.
16523 (cua-replace-region): Inhibit overwrite-mode for
16524 self-insert-command if replaced region was non-empty.
16525 (cua--explicit-region-start, cua--status-string): Make them
16526 buffer-local at top-level...
16527 (cua-mode): ...rather than when mode is enabled.
16528
16529 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16530
16531 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16532 Set t for Emacs 21, 22, and so on.
16533
16534 2005-08-15 David Ponce <david@dponce.com>
16535
16536 * tree-widget.el: Update Commentary header.
16537 (tree-widget-theme): Doc fix.
16538 (tree-widget-space-width): New option.
16539 (tree-widget-image-properties): Look up in the default theme too.
16540 (tree-widget--cursors): Only for images with arrow pointer shape.
16541 (tree-widget-lookup-image): Pointer shape is hand by default.
16542 (tree-widget-icon): Rename generic icon widget from
16543 `tree-widget-control'.
16544 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16545 derive from `tree-widget-icon'.
16546 (tree-widget-handle): Improve default look and feel of the text
16547 representation.
16548 (tree-widget): Rename :*-control properties to :*-icon properties.
16549 Add :action and :help-echo properties.
16550 (tree-widget-after-toggle-functions): Move.
16551 (tree-widget-close-node, tree-widget-open-node): Remove.
16552 (tree-widget-before-create-icon-functions): New hook.
16553 (tree-widget-value-create): Update to allow customization of icons
16554 and nodes at run-time via that new hook.
16555 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16556 (tree-widget-icon-action, tree-widget-icon-help-echo)
16557 (tree-widget-action, tree-widget-help-echo): New functions.
16558
16559 2005-08-15 Kim F. Storm <storm@cua.dk>
16560
16561 * ido.el (ido-buffer-internal): Use with-no-warnings.
16562 (ido-make-merged-file-list): Use while-no-input.
16563
16564 2005-08-15 Richard M. Stallman <rms@gnu.org>
16565
16566 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16567 (flyspell-large-region): Fix doc and custom type.
16568
16569 2005-08-14 Richard M. Stallman <rms@gnu.org>
16570
16571 * files.el (interpreter-mode-alist): Doc fix.
16572
16573 * mail/rmail.el (rmail-nonignored-headers): New variable.
16574 (rmail-clear-headers): Use it.
16575 (rmail-reply): Better handling of mail-followup-to header.
16576
16577 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16578 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16579 don't try to refer to executable-font-lock-keywords.
16580 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16581 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16582 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16583 (sh-mode): Set comment-start-skip, local-abbrev-table,
16584 imenu-case-fold-search.
16585 (sh-set-shell): Don't set them here.
16586 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16587 Don't cache the results in the original alist; don't ever modify
16588 that alist.
16589
16590 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16591
16592 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16593 empty.
16594
16595 2005-08-15 Andreas Schwab <schwab@suse.de>
16596
16597 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16598
16599 * dired.el, info.el, mail/rmail.el: Revert last change.
16600
16601 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16602
16603 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16604 modification in `eval-after-load' form.
16605 * info.el: Likewise.
16606 * mail/rmail.el: Likewise.
16607
16608 2005-08-14 Juri Linkov <juri@jurta.org>
16609
16610 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16611 Remove highlighting of "Compilation started". Highlight only
16612 the word "finished" in "Compilation finished". Add highlighting
16613 of "interrupt", "killed", "terminated" and the exit code.
16614 (compilation-start): Add newline after header. Use exactly the
16615 same time stamp format as the finishing message.
16616 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16617
16618 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16619 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16620 Add highlighting of "interrupt", "killed", "terminated".
16621
16622 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16623 enabled and the current command is self-insert-command, call it
16624 explicitly with overwrite-mode bound to nil, to not allow it
16625 to delete the character after the selected region.
16626
16627 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16628
16629 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16630 move-end-of-line, end-of-line, and beginning-of-line to the list
16631 of commands after which the echo area is updated.
16632
16633 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16634
16635 * cus-edit.el (custom-save-all, custom-save-delete):
16636 Bind recentf-exclude to exclude custom-file.
16637
16638 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16639
16640 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16641 to go to the bottom of the mail message. Added to
16642 `rmail-summary-mode-map' with key "/".
16643 (rmail-summary-show-message): New (internal) function for use by
16644 both `rmail-summary-beginning/end-of-message'.
16645 (rmail-summary-beginning-of-message): Change to use
16646 rmail-summary-show-message.
16647
16648 * mail/rmail.el (rmail-end-of-message): New command to go to the
16649 end of the current message. Added to `rmail-mode-map' with key "/".
16650 (rmail-beginning-of-message): Fix to work as documented.
16651 (rmail-mode): Change documentation.
16652
16653 * progmodes/compile.el (compilation-start): Add the line
16654 "Compilation started" with compilation start time.
16655 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16656
16657 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16658
16659 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16660 of menu items.
16661
16662 2005-08-11 Richard M. Stallman <rms@gnu.org>
16663
16664 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16665
16666 * battery.el (battery-status-function): Don't use ignore-errors.
16667
16668 2005-08-11 Lute Kamstra <lute@gnu.org>
16669
16670 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16671 define-obsolete-variable-alias.
16672
16673 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16674
16675 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16676 (ange-ftp-send-cmd): Revert last change, and expand
16677 the comment explaining the problem.
16678
16679 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16680
16681 * ldefs-boot.el: Update.
16682
16683 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16684 item to "Time, Load and Mail". Change help echo text.
16685
16686 * time.el (display-time-use-mail-icon, display-time-format)
16687 (display-time-string-forms): Shorten first line of docstrings.
16688
16689 2005-08-10 Lars Hansen <larsh@soem.dk>
16690
16691 * desktop.el (desktop-buffer-mode-handlers):
16692 Make non-customizable. Add autoload cookie. Change initial value to
16693 nil; add elements in respective modules instead. Fix doc string.
16694 (desktop-load-file): New function.
16695 (desktop-minor-mode-handlers): New autoloaded variable.
16696 (desktop-create-buffer): Call minor mode handlers.
16697 Use desktop-load-file to load major and minor mode modules prior to
16698 checking for a handler.
16699 (desktop-save): Don't add nil to desktop-minor-modes for minor
16700 modes with nil function in desktop-minor-mode-table. Don't delete
16701 desktop file before rewriting it.
16702 (desktop-locals-to-save): Add autoload cookie. Don't make
16703 automatically buffer-local. Add variables column-number-mode,
16704 size-indication-mode, indent-tabs-mode,
16705 indicate-buffer-boundaries, indicate-empty-lines and
16706 show-trailing-whitespace.
16707 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16708 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16709 (desktop-clear-preserve-buffers-regexp): Delete.
16710 (desktop-clear-preserve-buffers): Update initial value and docstring.
16711 (desktop-save-buffer): Fix doc string.
16712
16713 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16714 (hilit-chg-desktop-restore): New function.
16715 (highlight-changes-mode): Add highlight-changes-mode to
16716 desktop-locals-to-save.
16717
16718 * dired.el: Add handler to desktop-buffer-mode-handlers.
16719 (dired-restore-desktop-buffer): Remove autoload cookie.
16720 (dired-mode): Add autoload cookie.
16721
16722 * info.el: Add handler to desktop-buffer-mode-handlers.
16723 (Info-restore-desktop-buffer): Remove autoload cookie.
16724 (Info-mode): Add autoload cookie.
16725
16726 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16727 (mh-restore-desktop-buffer): Remove autoload cookie.
16728 (mh-folder-mode): Add autoload cookie.
16729
16730 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16731 (rmail-restore-desktop-buffer): Remove autoload cookie.
16732
16733 2005-08-11 Masatake YAMATO <jet@gyve.org>
16734
16735 * hexl.el (hexl-address-region):
16736 (hexl-ascii-region, hexl-font-lock-keywords):
16737 (hexl-highlight-line-range): Use the term "region"
16738 instead of "area" for consistency with the other symbols
16739 defined in hexl.el.
16740
16741 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16742
16743 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16744 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16745 out by Juri Linkov). Add `display-battery-mode'.
16746
16747 2005-08-09 Juri Linkov <juri@jurta.org>
16748
16749 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16750 Remove `-text' from face variable names.
16751 (compilation-error-file-name, compilation-warning-file-name)
16752 (compilation-info-file-name): Delete faces.
16753 (compilation-line-number, compilation-column-number):
16754 Remove face underlining.
16755 (compilation-message-face): Set to `underline' value by default.
16756 (compilation-error-face, compilation-warning-face)
16757 (compilation-info-face): Remove `-file-name' from face names.
16758 (compilation-error-text-face, compilation-warning-text-face)
16759 (compilation-info-text-face): Delete face variables.
16760 (compilation-text-face): Delete function.
16761
16762 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16763 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16764 (grep-error-face): Set to `compilation-error' instead of
16765 `compilation-error-face' (which is redefined to `grep-hit-face' in
16766 grep buffers).
16767 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16768 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16769
16770 * dired-aux.el (dired-do-query-replace-regexp):
16771 Use `query-replace-read-args'.
16772
16773 * replace.el (query-replace-read-from, query-replace-read-to)
16774 (query-replace-read-args): Rename arg `string' to `prompt'.
16775
16776 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16777
16778 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16779
16780 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16781 uploading files.
16782 (ange-ftp-canonize-filename): Handle file names beginning with ~
16783 correctly.
16784
16785 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16786
16787 * textmodes/fill.el (canonically-space-region)
16788 (fill-context-prefix, fill-french-nobreak-p)
16789 (fill-delete-newlines, fill-comment-paragraph)
16790 (justify-current-line): "?\ " -> "?\s".
16791
16792 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16793
16794 * textmodes/fill.el (fill-nonuniform-paragraphs):
16795 Improve argument/docstring consistency.
16796
16797 2005-08-09 Richard M. Stallman <rms@gnu.org>
16798
16799 * textmodes/ispell.el (ispell-word): More fboundp checks.
16800
16801 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16802 (find-file-noselect-1): Call it here, only if RAWFILE.
16803 (normal-mode): Always set some major mode.
16804 (save-some-buffers-action-alist): Change some explanation strings.
16805 (file-name-non-special): In the `quote' method, use unwind-protect.
16806
16807 2005-08-09 Magnus Henoch <mange@freemail.hu>
16808
16809 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16810 (ispell-have-aspell-dictionaries): New variable.
16811 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16812 (ispell-get-aspell-config-value): New function.
16813 (ispell-aspell-find-dictionary): New function.
16814 (ispell-aspell-add-aliases): New function.
16815 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16816 appropriate. Don't look for ispell dictionaries if we use aspell.
16817 (ispell-menu-map): Don't build a submenu of dictionaries.
16818
16819 2005-08-09 Richard M. Stallman <rms@gnu.org>
16820
16821 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16822 (sql-read-passwd): Use read-passwd.
16823
16824 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16825 (idlwave-toolbar-is-possible): Add defvars.
16826
16827 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16828 Avoid warnings.
16829
16830 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16831 (idlwave-system-class-info, idlwave-executive-commands-alist):
16832 Use defvar.
16833
16834 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16835
16836 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16837 Avoid warnings.
16838
16839 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16840 and content-type: headers.
16841
16842 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16843
16844 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16845 and rename some of them to be more self-explanatory.
16846
16847 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16848
16849 * startup.el (command-line-1): Implement -scriptload.
16850
16851 * replace.el (occur-engine): Initial *Occur* output not undoable.
16852
16853 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16854 and improve help strings.
16855
16856 * isearch.el (isearch-repeat): When changing direction,
16857 mark search successful.
16858
16859 * ediff-init.el: Use (featurep 'xemacs).
16860
16861 * comint.el (send-invisible): Identify buffer, if not selected.
16862
16863 * align.el: Delete autoload for c-guess-basic-syntax.
16864
16865 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16866
16867 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16868 Improve argument/docstring consistency. Doc fixes.
16869 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16870 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16871 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16872 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16873 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16874 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16875 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16876 Defvar at compile time.
16877
16878 2005-08-09 Juri Linkov <juri@jurta.org>
16879
16880 * info.el: Replace `info' with upper-case `Info' where appropriate.
16881 (info-title-1, info-title-2, info-title-3, info-title-4)
16882 (info-menu-header): Move up face definitions.
16883 (info-menu-star): Rename from `info-menu-5'.
16884 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16885 (Info-fontify-visited-nodes): Fix docstring.
16886 (Info-hide-note-references): Fix docstring.
16887 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16888 menu items in the same way as on cross-references.
16889 (info-apropos): Fix sorting order and formatting to be like in the
16890 stand-alone Info browser. Display error messages for 1 sec.
16891 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16892 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16893 from the menu bar.
16894 (Info-insert-dir): Restore point after calling
16895 `insert-buffer-substring'.
16896
16897 2005-08-08 Richard M. Stallman <rms@gnu.org>
16898
16899 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16900 (recompute-lucid-menubar): Add defvars.
16901
16902 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16903
16904 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16905
16906 * net/net-utils.el (run-dig): Rename from `dig'.
16907
16908 * play/gametree.el (gametree-mode): Use make-local-variable,
16909 not make-variable-buffer-local.
16910
16911 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16912
16913 * ansi-color.el (ansi-color-make-extent)
16914 (ansi-color-set-extent-face): Use fboundp, not functionp.
16915
16916 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16917 not make-variable-buffer-local.
16918
16919 * bookmark.el (Info-current-file): Add defvar.
16920 (bookmark-jump-noselect): Use with-no-warnings.
16921
16922 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16923
16924 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16925
16926 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16927
16928 * find-file.el (ada-procedure-start-regexp)
16929 (ada-package-start-regexp): Add defvars.
16930
16931 * info.el (Info-insert-dir): Use insert-buffer-substring.
16932
16933 * xml.el (xml-att-def-re): Add defvar.
16934
16935 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16936 calling convention.
16937
16938 * subr.el (while-no-input): Return t if there is input.
16939
16940 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16941
16942 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16943
16944 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16945
16946 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16947 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16948
16949 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16950
16951 * cmuscheme.el (scheme-start-file): Replace reference to
16952 `user-emacs-directory' by "~/.emacs.d/".
16953
16954 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16955
16956 * info.el (Info-dir-remove-duplicates): Avoid case folding
16957 in loop; instead, keep downcased strings for comparison.
16958 Suggested by Helmut Eller.
16959
16960 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16961
16962 Sync with Tramp 2.0.50.
16963
16964 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16965 XEmacs case; not necessary anymore.
16966 (tramp-user-regexp): Allow "@" as part of user name.
16967 (tramp-handle-set-visited-file-modtime)
16968 (tramp-handle-insert-file-contents)
16969 (tramp-handle-write-region): No special handling for
16970 `last-coding-system-used, because this is done in
16971 `tramp-accept-process-output' now.
16972 (tramp-accept-process-output): New defun.
16973 (tramp-process-one-action, tramp-process-one-multi-action)
16974 (tramp-wait-for-regexp, tramp-wait-for-output)
16975 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16976 Howells <dhowells@redhat.com>.
16977 (clear-visited-file-modtime): Defadvice removed. The check for
16978 unset buffer's modtime does not need to be based on
16979 `tramp-buffer-file-attributes'. Suggested by RMS.
16980 (tramp-message): Insert "\n" if not being at beginning of line.
16981 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16982 sequence with same logic.
16983 (tramp-completion-handle-expand-file-name): Discard call of
16984 `tramp-drop-volume-letter'. It is not necessary, and there have
16985 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16986 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16987 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16988 should always be visible.
16989 (tramp-handle-insert-directory, tramp-setup-complete)
16990 (tramp-set-process-query-on-exit-flag)
16991 (tramp-append-tramp-buffers): Pacify byte-compiler.
16992 (tramp-bug): Delete non-existing variables from list.
16993 Apply `tramp-load-report-modules' as pre-hook.
16994 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16995 `shell-prompt-pattern' because of non-7bit characters.
16996 Reported by Sebastian Luque <sluque@mun.ca>.
16997 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16998 (tramp-match-string-list): Remove function.
16999 (tramp-wait-for-regexp): Remove call of that function.
17000 Suggested by Kim F. Storm <storm@cua.dk>.
17001 (tramp-set-auto-save-file-modes): Use octal integer code #o600
17002 instead of octal character code ?\600. The latter resulted in a
17003 syntax error with XEmacs.
17004
17005 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17006 XEmacs case; not necessary anymore.
17007 (tramp-smb-handle-write-region): No special handling for
17008 `last-coding-system-used, because this is done in
17009 `tramp-accept-process-output' now.
17010 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17011
17012 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
17013
17014 * wid-edit.el (widget-choice-value-create):
17015 Unconditionally respect user choice. Set :explicit-choice back to nil
17016 when no longer needed.
17017 (widget-choice-action): Unconditionally respect user choice.
17018 Eliminate :explicit-choice-value.
17019
17020 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17021
17022 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17023 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17024 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17025 running new function `toggle-indicate-empty-lines'.
17026 Rename "Customize" item to "Customize fringe".
17027 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17028 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17029 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17030 Delete "Empty lines only" item.
17031 (menu-bar-showhide-fringe-ind-customize): New function.
17032 (menu-bar-showhide-fringe-ind-mixed)
17033 (menu-bar-showhide-fringe-ind-box)
17034 (menu-bar-showhide-fringe-ind-right)
17035 (menu-bar-showhide-fringe-ind-left)
17036 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17037 instead of `fringe-indicators'.
17038
17039 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17040
17041 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17042 Change the date of last update.
17043
17044 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17045
17046 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17047 (viper-exec-yank, viper-put-back): Don't display modification msg
17048 if in the minibuffer.
17049
17050 * viper-init.el (viper-replace-overlay-cursor-color)
17051 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17052 Make variables frame local.
17053
17054 * viper-util.el (viper-append-filter-alist): Use append instead of
17055 nconc.
17056
17057 * viper.el (viper-vi-state-mode-list)
17058 (viper-emacs-state-mode-list): Move help-mode and
17059 completion-list-mode from the first list to the second.
17060 (viper-mode): Docstring.
17061 (viper-go-away, viper-non-hook-settings): Don't localize
17062 minor-mode-alist in newer Emacsen. Add advice to
17063 set-cursor-color. Don't bind "\C-c\\".
17064
17065 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17066
17067 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17068 (scheme-macro-expand-command): New user options.
17069 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17070 (scheme-form-at-point, scheme-start-file)
17071 (scheme-interactively-start-process): New functions.
17072 (scheme-get-process): New function, extracted from `scheme-proc'.
17073 (run-scheme): Call `scheme-start-file' to get start file, and pass
17074 it to `make-comint'.
17075 (switch-to-scheme, scheme-proc):
17076 Call `scheme-interactively-start-process' if no Scheme buffer/process
17077 is available.
17078
17079 2005-08-06 Juri Linkov <juri@jurta.org>
17080
17081 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17082 Use `compilation-text-face', `compilation-info-text-face' and
17083 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17084 (compilation-error): New face.
17085 (compilation-error-file-name): Inherit from
17086 `compilation-error' instead of `font-lock-warning-face'.
17087 (compilation-warning-file-name): Inherit from
17088 `compilation-warning' instead of `font-lock-warning-face'.
17089 (compilation-info, compilation-error-file-name)
17090 (compilation-warning-file-name, compilation-info-file-name)
17091 (compilation-line-number, compilation-column-number): Doc fix.
17092 (compilation-error-text-face, compilation-warning-text-face)
17093 (compilation-info-text-face): New face variables.
17094 (compilation-line-face, compilation-column-face)
17095 (compilation-enter-directory-face)
17096 (compilation-leave-directory-face): Doc fix.
17097 (compilation-text-face): New function.
17098
17099 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17100 instead of 1 to display binary file names as info file links.
17101 (grep-error-face): Use `compilation-error-face' instead of
17102 `font-lock-keyword-face'.
17103 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17104 and `compilation-warning-text-face' instead of
17105 `font-lock-keyword-face'. Use `compilation-error-text-face'
17106 instead of `grep-error-face'.
17107
17108 2005-08-05 Kenichi Handa <handa@m17n.org>
17109
17110 * international/code-pages.el: Add autoload cookies for all coding
17111 systems.
17112
17113 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17114
17115 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17116
17117 2005-08-04 Juri Linkov <juri@jurta.org>
17118
17119 * progmodes/compile.el (compilation-mode-map):
17120 * progmodes/grep.el (grep-mode-map):
17121 Bind TAB to `compilation-next-error' and [backtab] to
17122 `compilation-previous-error'.
17123
17124 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17125 matching line numbers, column numbers and their ranges with regexp
17126 matching only line numbers.
17127 (grep-context-face): New face variable.
17128 (grep-mode-font-lock-keywords): Use it.
17129
17130 * faces.el (read-face-name): Delete duplicate faces.
17131
17132 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * thumbs.el (thumbs-find-image): Don't make variables
17135 automatically buffer local.
17136 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17137 (thumbs-image-num): Make automatically buffer local.
17138 (thumbs-show-thumbs-list): Use `make-local-variable', not
17139 `make-variable-buffer-local'.
17140 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17141
17142 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17143 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17144 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17145 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17146 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17147 (feelings-about, foullst, found, hello, history, howareyoulst)
17148 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17149 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17150 (neglst, obj, object, owner, please, problems, qlist)
17151 (random-adjective, relation, remlst, repetitive-shortness)
17152 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17153 (shortlst, something, sportslst, stallmanlst, states, subj)
17154 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17155 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17156 Defvar at compile time.
17157
17158 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17159 not `make-variable-buffer-local'.
17160
17161 2005-08-02 Kim F. Storm <storm@cua.dk>
17162
17163 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17164 rectangle overlay in selected window.
17165
17166 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17167
17168 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17169 instead of display group. Make `indicate-buffer-boundaries'
17170 customizable through Custom.
17171
17172 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17173
17174 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17175 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17176 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17177 (gdb-put-string): Fix typos in docstrings.
17178
17179 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17180
17181 Update copyright notices of files in progmodes directory for
17182 release of Emacs 22.1.
17183
17184 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17185
17186 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17187 Don't barf if the GUD buffer has been killed.
17188
17189 2005-08-01 Kim F. Storm <storm@cua.dk>
17190
17191 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17192
17193 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17194
17195 * simple.el (next-error-follow-minor-mode):
17196 make-variable-buffer-local -> make-local-variable.
17197
17198 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17199
17200 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17201 (byte-compile-form-make-variable-buffer-local): New functions to warn
17202 about misuses of make-variable-buffer-local where make-local-variable
17203 was meant.
17204
17205 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17206
17207 * bs.el (bs-attributes-list): Doc fix.
17208 (bs): Update url-link.
17209
17210 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17211 (desktop-load-default): Simplify.
17212
17213 * ibuffer.el (ibuffer-columnize-and-insert-list)
17214 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17215 (ibuffer-unmark-all, ibuffer-toggle-marks)
17216 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17217 (ibuffer-compile-make-format-form, ibuffer-format-column)
17218 (ibuffer-current-buffers-with-marks)
17219 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17220 (ibuffer): Doc fix.
17221 (ibuffer-mode): Fix typo in docstring.
17222 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17223 with `define-obsolete-variable-alias'.
17224 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17225
17226 2005-07-29 Kenichi Handa <handa@m17n.org>
17227
17228 * international/mule-cmds.el (select-message-coding-system):
17229 Be sure to use LF for end-of-line. If no coding system is decided,
17230 return iso-8859-1-unix.
17231
17232 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17233
17234 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17235 (ange-ftp-pending-error-line): New vars.
17236 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17237 to handle the non-fatal no-route-to-host messages.
17238 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17239
17240 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17241
17242 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17243 (isearch-quote-char, isearch-printing-char)
17244 (isearch-text-char-description): "?\ " -> "?\s".
17245 (isearch-lazy-highlight-cleanup)
17246 (isearch-lazy-highlight-initial-delay)
17247 (isearch-lazy-highlight-interval)
17248 (isearch-lazy-highlight-max-at-a-time)
17249 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17250 Declare with define-obsolete-*-alias macros.
17251 (isearch-forward): Fix typo in docstring.
17252 (search-invisible, search-ring-yank-pointer)
17253 (regexp-search-ring-yank-pointer): Doc fixes.
17254
17255 * recentf.el (recentf-menu-append-commands-p): Declare with
17256 `define-obsolete-variable-alias'.
17257 (recentf-max-saved-items, recentf-menu-filter)
17258 (recentf-arrange-by-rule-subfilter): Doc fixes.
17259 (recentf-menu-append-commands-flag)
17260 (recentf-initialize-file-name-history, recentf-expand-file-name)
17261 (recentf-clear-data): Fix typos in docstrings.
17262
17263 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17264
17265 * progmodes/gdb-ui.el: Smarten comments.
17266 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17267
17268 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17269
17270 * term/apollo.el (terminal-init-apollo): New function containing
17271 all former top level forms in the file.
17272 * term/bobcat.el (terminal-init-bobcat):
17273 * term/cygwin.el (terminal-init-cygwin):
17274 * term/iris-ansi.el (terminal-init-iris-ansi):
17275 * term/linux.el (terminal-init-linux):
17276 * term/news.el (terminal-init-news):
17277 * term/rxvt.el (terminal-init-rxvt):
17278 * term/sun.el (terminal-init-sun):
17279 * term/tvi970.el (terminal-init-tvi970):
17280 * term/vt100.el (terminal-init-vt100):
17281 * term/vt102.el (terminal-init-vt102):
17282 * term/vt125.el (terminal-init-vt125):
17283 * term/vt200.el (terminal-init-vt200):
17284 * term/vt201.el (terminal-init-vt201):
17285 * term/vt220.el (terminal-init-vt220):
17286 * term/vt240.el (terminal-init-vt240):
17287 * term/vt300.el (terminal-init-vt300):
17288 * term/vt320.el (terminal-init-vt320):
17289 * term/vt400.el (terminal-init-vt400):
17290 * term/vt420.el (terminal-init-vt420):
17291 * term/wyse50.el (terminal-init-wyse50):
17292 * term/xterm.el (terminal-init-xterm): Likewise.
17293
17294 * term/README: Describe the terminal-init-* functionality.
17295
17296 * startup.el (command-line): After loading the terminal initialization
17297 file call the corresponding terminal initialization function.
17298
17299 2005-07-27 Kenichi Handa <handa@m17n.org>
17300
17301 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17302 negative.
17303
17304 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17305 (ps-mule-composition-prologue): Fix for the case that
17306 RelativeCompose is false.
17307
17308 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17311
17312 * descr-text.el (describe-char): Handle the case where the list of
17313 chars is displayed in a separate frame.
17314 Be a bit more discriminating when looking for the char.
17315
17316 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17317
17318 * bookmark.el (bookmark-automatically-show-annotations)
17319 (bookmark-read-annotation-text-func): Doc fixes.
17320 (bookmark-save): Improve argument/docstring consistency.
17321 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17322 (bookmark-alist-from-buffer)
17323 (bookmark-upgrade-file-format-from-0)
17324 (bookmark-grok-file-format-version)
17325 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17326 (bookmark-read-annotation-mode)
17327 (bookmark-insert-current-bookmark, bookmark-jump)
17328 (bookmark-exit-hook): Fix typos in docstrings.
17329 (bookmark-exit-hooks): Define as obsolete alias.
17330 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17331 not `bookmark-exit-hooks'. Fix docstring.
17332 (bookmark-bmenu-select): "?\ " -> "?\s".
17333
17334 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17335
17336 * startup.el (command-line): Fix typo.
17337
17338 2005-07-24 Richard M. Stallman <rms@gnu.org>
17339
17340 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17341 not emacs-quick-startup.
17342
17343 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17344
17345 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17346 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17347 instead of `reb-with-current-window'.
17348 (reb-prev-match): Likewise. Also, don't move left if the search
17349 was unsuccessful.
17350 (reb-initialize-buffer): New function.
17351 (re-builder, reb-change-syntax): Use it.
17352
17353 * man.el (Man-goto-page): Make second argument NOERROR optional.
17354
17355 2005-07-23 Richard M. Stallman <rms@gnu.org>
17356
17357 * man.el (Man-bgproc-sentinel): Check here for failure to find
17358 any man page in the output, and report the error here.
17359 (Man-arguments): Make it permanent local.
17360 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17361 (Man-mode): Pass t for NOERROR.
17362
17363 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17364 (grep-mode-font-lock-keywords):
17365 Don't use compilation-...-face for messages that are not file names.
17366
17367 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17368 Don't use compilation-...-face for messages that are not file names.
17369
17370 2005-07-22 Juri Linkov <juri@jurta.org>
17371
17372 * startup.el (normal-splash-screen): Update menu name.
17373
17374 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17375
17376 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17377
17378 * term/xterm.el: Load term/rxvt if the terminal is actually an
17379 rxvt terminal.
17380 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17381
17382 * term/rxvt.el (function-key-map): Use substitute-key-definition
17383 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17384
17385 * term/cygwin.el: New file.
17386
17387 2005-07-22 Kim F. Storm <storm@cua.dk>
17388
17389 * image-file.el (insert-image-file, image-file-yank-handler):
17390 Fix last change to maintain a (unique) yank-handler on yanked images.
17391
17392 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17393
17394 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17395 of the file size (as in "177B" for 177 bytes). This happens with
17396 "ls -lh" on FreeBSD.
17397
17398 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17399
17400 * hilit-chg.el (highlight-changes-global-initial-state)
17401 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17402 (hilit-chg-fixup, highlight-changes-mode):
17403 Fix typos in docstrings.
17404 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17405 Doc fixes.
17406
17407 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17408
17409 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17410 mode function using `eval-after-load'.
17411
17412 2005-07-21 Kim F. Storm <storm@cua.dk>
17413
17414 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17415 included when reporting an emacs crash, and tell about the DEBUG file.
17416
17417 * image-file.el (insert-image-file): Add yank-handler.
17418 (image-file-yank-handler): Yank handler to make unique copies of
17419 images when they are yanked into a buffer next to each other.
17420
17421 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17422
17423 * comint.el (comint-use-prompt-regexp, comint-send-input)
17424 (comint-source-default, comint-extract-string)
17425 (comint-get-source, comint-word, comint-completion)
17426 (comint-source, comint-prompt-read-only, comint-update-fence):
17427 Fix typos in docstrings.
17428 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17429 Declare with define-obsolete-*-alias macros.
17430 (comint-previous-matching-input-from-input)
17431 (comint-next-matching-input-from-input)
17432 (comint-previous-matching-input, comint-next-matching-input)
17433 (comint-forward-matching-input):
17434 Improve argument/docstring consistency.
17435
17436 * desktop.el (desktop-clear-preserve-buffers-regexp):
17437 Also preserve the *server* buffer.
17438
17439 * simple.el (clone-indirect-buffer): Doc fix.
17440 (fixup-whitespace, just-one-space)
17441 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17442 (next-error, next-error-highlight)
17443 (next-error-highlight-no-select, next-error-last-buffer)
17444 (next-error-buffer-p, next-error-find-buffer, next-error)
17445 (previous-error, next-error-no-select, previous-error-no-select)
17446 (open-line, split-line, minibuffer-prompt-width, kill-new)
17447 (binary-overwrite-mode): Fix typos in docstrings.
17448 (set-fill-column): Fix typo in message.
17449
17450 * skeleton.el (skeleton-proxy-new): Doc fix.
17451
17452 * strokes.el (strokes-load-hook): Doc fix.
17453 (strokes-grid-resolution, strokes-get-grid-position)
17454 (strokes-renormalize-to-grid, strokes-read-stroke)
17455 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17456 (strokes-global-map): Fix typos in docstrings.
17457 (strokes-help): Doc fix. Fix help message and pass it through
17458 `substitute-command-keys'.
17459
17460 * tempo.el (tempo-insert-prompt, tempo-interactive)
17461 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17462 (tempo-insert-string-functions, tempo-local-tags)
17463 (tempo-define-template, tempo-insert-template)
17464 (tempo-insert-prompt-compat, tempo-is-user-element)
17465 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17466 Fix typos in docstrings.
17467
17468 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17469 (vcursor-key-bindings, vcursor-use-vcursor-map)
17470 (vcursor-find-window, vcursor-scroll-down)
17471 (vcursor-disable, vcursor-beginning-of-buffer)
17472 (vcursor-end-of-buffer): Fix typos in docstrings.
17473 (vcursor-relative-move, vcursor-get-char-count):
17474 Improve argument/docstring consistency.
17475
17476 * version.el: "?\ " -> "?\s".
17477
17478 * wid-edit.el (widget-default-create, widget-after-change)
17479 (widget-default-format-handler, widget-checklist-add-item)
17480 (widget-radio-add-item, widget-choose, widget-specify-secret)
17481 (widget-field-value-create, widget-field-value-get)
17482 (widget-editable-list-format-handler)
17483 (widget-editable-list-entry-create, widget-group-value-create)
17484 (widget-documentation-link-add)
17485 (widget-documentation-string-value-create): "?\ " -> "?\s".
17486 (widget-convert-text): Doc fix.
17487 (widget-narrow-to-field, widget-field-find)
17488 (widget-url-link-action, widget-emacs-library-link-action)
17489 (widget-color-notify): Fix typos in docstrings.
17490
17491 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17492 (x-select-text, set-w32-system-coding-system)
17493 (w32-add-charset-info): Fix typos in docstrings.
17494
17495 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17496 (cua-enable-cua-keys, cua-use-hyper-key)
17497 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17498 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17499
17500 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17501
17502 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17503 `defalias' instead of faking it.
17504
17505 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17506 (eshell-ls-missing, eshell-ls-dired-initial-args)
17507 (eshell-ls-use-in-dired): Fix typos in docstrings.
17508
17509 2005-07-20 Kim F. Storm <storm@cua.dk>
17510
17511 * emulation/cua-base.el (cua-mode): Improve doc string.
17512
17513 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17514
17515 * abbrev.el (expand-region-abbrevs): Doc fix.
17516 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17517 Improve argument/docstring consistency.
17518
17519 * arc-mode.el (archive-get-descr, archive-alternate-display):
17520 Doc fixes.
17521 (archive-l-e): Improve argument/docstring consistency.
17522 (archive-tmpdir, archive-unixdate, archive-unixtime)
17523 (archive-chmod-entry): Fix typos in docstrings.
17524 (archive-unflag, archive-unflag-backwards)
17525 (archive-unmark-all-files): "?\ " -> "?\s".
17526
17527 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17528 (Buffer-menu-not-modified, Buffer-menu-execute)
17529 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17530 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17531
17532 * composite.el (compose-string, encode-composition-rule)
17533 (compose-last-chars): Fix typos in docstrings.
17534
17535 * desktop.el (desktop-enable, desktop-basefilename):
17536 Declare with `define-obsolete-variable-alias'.
17537 (desktop-internal-v2s): Don't quote keywords.
17538 (desktop-clear): "?\ " -> "?\s".
17539
17540 * dired.el (dired-align-file, dired-flag-backup-files)
17541 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17542 (dired-listing-switches, dired-ls-F-marks-symlinks)
17543 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17544 (dired-directory, dired-faces, dired, dired-revert)
17545 (dired-mode, dired-summary, dired-view-file)
17546 (dired-copy-filename-as-kill, dired-delete-file)
17547 (dired-no-confirm, dired-unmark-all-marks)
17548 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17549 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17550 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17551 Fix typos in message strings.
17552
17553 * dired-x.el (virtual-dired): Declare with `defalias'.
17554 (dired-mark-unmarked-files, dired-local-variables-file)
17555 (dired-omit-here-always): Doc fix.
17556 (dired-omit-mode, dired-find-subdir)
17557 (dired-enable-local-variables, dired-clean-up-buffers-too)
17558 (dired-extra-startup, dired-mark-extension, dired-jump)
17559 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17560 (dired-smart-shell-command, dired-guess-shell-alist-user)
17561 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17562 (dired-x-bind-find-file, dired-x-submit-report):
17563 Fix typos in docstrings.
17564 (dired-mark-unmarked-files): "?\ " -> "?\s".
17565
17566 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17567
17568 * faces.el (describe-face): "?\ " -> "?\s".
17569 (read-all-face-attributes, read-face-font, modify-face)
17570 (face-attr-construct, italic): Fix typos in docstrings.
17571 (frame-update-face-colors): Declare with
17572 `define-obsolete-function-alias'.
17573
17574 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17575 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17576 (magic-mode-alist, buffer-file-numbers-unique)
17577 (write-file-functions, get-free-disk-space):
17578 Fix typos in docstrings.
17579 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17580 (write-contents-hooks, write-file-hooks):
17581 Declare with `define-obsolete-variable-alias'.
17582
17583 * forms-d2.el (arch-rj): Fix typo in docstrings.
17584 (arch-tocol): Likewise. "?\ " -> "?\s".
17585
17586 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17587 Fix typo in docstring.
17588 (set-screen-width, set-screen-height): Delete redundant info in
17589 doctrings.
17590 (new-frame, screen-height, screen-width): Declare with
17591 `define-obsolete-function-alias'.
17592 (delete-frame-hook, blink-cursor): Declare with
17593 `define-obsolete-variable-alias'.
17594
17595 * paths.el (prune-directory-list): Fix typos in docstring.
17596
17597 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17598 (cvs-prefix-get): Fix typos in docstrings.
17599
17600 * ps-print.el (ps-extend-face-list, ps-extend-face)
17601 (ps-print-background-image): Fix typos in docstrings.
17602 (ps-default-fg, ps-default-bg): Doc fixes.
17603
17604 * s-region.el (s-region-bind): Doc fix.
17605 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17606
17607 * textmodes/org.el (org-table-formula-substitute-names)
17608 (org-table-get-vertical-vector): Doc fixes.
17609 (org-table-recalculate): Remove unused argument to `message'.
17610
17611 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17612
17613 * textmodes/org.el (org-table-column-names)
17614 (org-table-column-name-regexp)
17615 (org-table-named-field-locations): New variables.
17616 (org-archive-subtree): Protect `this-command' when calling
17617 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17618 the kill buffer.
17619 (org-complete): Remove fixed-formula completion.
17620 (org-edit-formulas-map): New variable.
17621 (org-table-edit-formulas): New command.
17622 (org-finish-edit-formulas, org-abort-edit-formulas)
17623 (org-show-variable, org-table-get-vertical-vector): New functions.
17624 (org-table-maybe-eval-formula): Handle `:=' fields.
17625 (org-table-get-stored-formulas, org-table-store-formulas)
17626 (org-table-get-formula, org-table-modify-formulas)
17627 (org-table-replace-in-formulas): Handle named field formulas.
17628 (org-table-get-specials): Store locations of named fields.
17629
17630 2005-07-19 Juri Linkov <juri@jurta.org>
17631
17632 * progmodes/grep.el (grep-regexp-alist)
17633 (grep-mode-font-lock-keywords, grep-process-setup):
17634 Use default GNU grep match color "01;31m" instead of "01;41m".
17635 (grep-regexp-alist, grep-mode-font-lock-keywords):
17636 Use `\\[[0-9]*m' instead of `\\[00m'.
17637 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17638 sgr_start where its handling is more important. Use the real
17639 length of sgr_start instead of constant 8.
17640 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17641 specially. Delete all remaining escape sequences.
17642 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17643 (grep-regexp-alist): Make hyperlink only for binary file name
17644 instead of the whole line.
17645 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17646 (grep-mode): Add autoload.
17647
17648 * emacs-lisp/find-func.el (find-function-regexp):
17649 Add `define-compilation-mode'.
17650
17651 2005-07-19 Juri Linkov <juri@jurta.org>
17652
17653 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17654 (compare-windows-sync-string-size, compare-windows-recenter)
17655 (compare-windows-highlight, compare-windows): Add version 22.1.
17656 (compare-windows) <defface>: Inherit from lazy-highlight instead
17657 of duplicating its default value.
17658
17659 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17660 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17661
17662 * descr-text.el (describe-char): Create link buttons for `charset'
17663 and `code point'. Add the current input method name with a link
17664 button to `to input' field. Print face names of display table
17665 characters in `The display table entry is displayed by' section
17666 instead of printing face-id in the `display' field.
17667 Guess hardcoded faces and create a link button for them.
17668 Skip empty fields when calculating max-width.
17669 Treat `widget-create' specially while inserting strings from the
17670 collected field list.
17671 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17672
17673 * diff-mode.el (diff-file-header): Change foreground color from
17674 yellow to green on light backgrounds.
17675 (diff-context): Inherit from `shadow' only for color/grayscale
17676 with more than 88 colors.
17677 (diff-indicator-removed, diff-indicator-added)
17678 (diff-indicator-changed): New faces.
17679 (diff-font-lock-keywords): Use new faces. Regroup rules.
17680 Add "^---$" for `normal' diff format. Fontify `#' lines with
17681 font-lock-comment-delimiter-face and font-lock-comment-face.
17682 Add `#' to ^[^...] in the rule for `diff-context-face'.
17683
17684 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17685 a button-like box. Inherit from `highlight' on low colors.
17686 (shadow): Use shades of gray only for color/grayscale with
17687 more than 88 colors. Use green for light backgrounds with
17688 8 colors, and yellow for dark backgrounds with 8 colors.
17689
17690 * font-lock.el (font-lock-regexp-grouping-backslash):
17691 Don't inherit from escape-glyph (use bold for all cases).
17692
17693 * info.el (info-xref-visited): Use light foreground color `violet'
17694 for dark backgrounds instead of dark color `magenta3'.
17695 (info-title-1): Use `yellow' color for dark backgrounds.
17696
17697 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17698 too-light magenta2.
17699
17700 * replace.el (match): Use slightly more light RoyalBlue3 instead
17701 of dark RoyalBlue4.
17702
17703 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17704
17705 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17706
17707 * novice.el (disabled-command-hook): Declare it with
17708 `define-obsolete-variable-alias'.
17709
17710 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17711 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17712 (desktop-load-default): Add release to obsolescence info.
17713 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17714 (desktop-append-buffer-args, desktop-read):
17715 Fix typos in docstrings.
17716 (desktop-kill): Fix typo in message.
17717 (desktop-save): Doc fix.
17718
17719 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17720
17721 * viper-cmd.el (viper-escape-to-state): Bug fix.
17722 (viper-envelop-ESC-key): Change the definition of fast
17723 keysequence so it'll work with keyboard macros.
17724
17725 * ediff.el (ediff-patch-buffer): Change the docstring.
17726
17727 2005-07-19 Kenichi Handa <handa@m17n.org>
17728
17729 * international/mule-cmds.el (select-safe-coding-system): Try to
17730 use an auto-coding (if any) before anything else. If the found
17731 auto-coding is invalid, show a warning message.
17732
17733 * international/mule.el (find-auto-coding): New function created
17734 by modifying the body of set-auto-coding.
17735 (set-auto-coding): Use find-auto-coding to find a coding.
17736
17737 2005-07-18 Richard M. Stallman <rms@gnu.org>
17738
17739 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17740 not isearch-mode-end-hook-error.
17741 (allout-before-change-protect): Fix error message.
17742
17743 2005-07-18 Juri Linkov <juri@jurta.org>
17744
17745 * allout.el (allout-mode):
17746 * calculator.el (calculator-copy):
17747 * custom.el (custom-known-themes):
17748 * dired.el (dired-desktop-buffer-misc-data)
17749 (dired-restore-desktop-buffer):
17750 * dired-x.el (dired-omit-marker-char):
17751 * files.el (basic-save-buffer):
17752 * font-core.el (font-lock-mode):
17753 * calendar/calendar.el (calendar-goto-hebrew-date)
17754 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17755 (calendar-goto-persian-date):
17756 * language/ethio-util.el (ethio-sera-to-fidel-region):
17757 * textmodes/picture.el (picture-mode):
17758 Delete duplicate duplicate words.
17759
17760 2005-07-18 Juri Linkov <juri@jurta.org>
17761
17762 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17763 chars * ? } |.
17764 (isearch-fallback): Don't call `isearch-process-search-char'.
17765 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17766 (isearch-process-search-char): Call `isearch-fallback' for regexp
17767 chars * ? } |.
17768 (isearch-return-char): Make obsolete with `make-obsolete' instead
17769 of simply documenting it as obsolete in the docstring.
17770 (isearch-fallback): Refill docstring.
17771
17772 * international/isearch-x.el
17773 (isearch-process-search-multibyte-characters): Remove unneeded
17774 `concat'. Add intermediate values to `junk-hist' instead of
17775 `minibuffer-history'. Test the length of `str'.
17776
17777 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17778
17779 * allout.el (allout-resolve-xref): Fix typos in error strings.
17780 (allout-before-change-protect): Remove unneeded `concat'.
17781
17782 * array.el (array-mode, array-reconfigure-rows)
17783 (untabify-backward): Fix typos in docstrings.
17784 (array-reconfigure-rows): Use `insert-buffer-substring', not
17785 `insert-buffer'.
17786
17787 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17788 * progmodes/ada-mode.el (ada-make-body):
17789 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17790
17791 * dired.el (dired-log):
17792 * tar-mode.el (tar-subfile-save-buffer):
17793 * play/zone.el (zone-pgm-stress-destress):
17794 Use `insert-buffer-substring', not `insert-buffer'.
17795
17796 2005-07-17 Simon Josefsson <jas@extundo.com>
17797
17798 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17799
17800 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17801
17802 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17803 Add plain auth method.
17804 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17805
17806 2005-07-17 Kim F. Storm <storm@cua.dk>
17807
17808 * ido.el (dired-other-window): Add ido property.
17809
17810 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17811
17812 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17813 Fix typo in docstring.
17814 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17815 `insert-file-literally'.
17816
17817 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17818 info and delete redundant message. Doc fix.
17819 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17820 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17821
17822 2005-07-16 Richard M. Stallman <rms@gnu.org>
17823
17824 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17825 (byte-compile-and): Use byte-compile-and-recursion.
17826 (byte-compile-or-recursion): New function.
17827 (byte-compile-or): Use that.
17828 (byte-compile-if): Guard the else-clause too.
17829 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17830
17831 * isearch.el (isearch-mode-end-hook-quit): New variable.
17832 (isearch-done): Bind it.
17833 (isearch-mode-end-hook): Doc fix.
17834
17835 * allout.el (allout-isearch-did-quit): Variable deleted.
17836 (allout-real-isearch-abort): Function name no longer used.
17837 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17838 (allout-isearch-rectification): isearch-mode always exists.
17839 Don't set allout-isearch-did-quit.
17840 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17841 allout-isearch-did-quit.
17842 (allout-enwrap-isearch): Just add the hook.
17843 (allout-isearch-abort): Function deleted.
17844 (allout-pre-command-business): Avoid warning.
17845
17846 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17847 Correctly avoid warnings.
17848 (pascal-outline): Likewise.
17849
17850 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17851
17852 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17853
17854 * play/tetris.el (tetris-mode): Avoid warning.
17855
17856 * play/snake.el (snake-mode): Avoid warning.
17857
17858 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17859 (gamegrid-set-display-table): Avoid warning.
17860 (gamegrid-set-timer): Likewise.
17861 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17862 (gamegrid-add-score-with-update-game-score-1): Take FILE
17863 as argument.
17864 (gamegrid-add-score-with-update-game-score): Pass that argument.
17865 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17866
17867 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17868
17869 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17870 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17871
17872 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17873 and insert-file.
17874
17875 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17876 (sc-ask): Avoid warnings.
17877
17878 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17879 (eshell-hist-initialize): Use that var the natural way.
17880
17881 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17882
17883 * emacs-lisp/re-builder.el (reb-cook-regexp):
17884 Avoid warning calling lre-compile-string.
17885 (reb-color-display-p): Avoid warning.
17886
17887 * calculator.el (calculator-last-input): Guard uses
17888 of event-key and key-press-event-p.
17889 (event-key, key-press-event-p): Delete definitions.
17890
17891 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17892 (find-gc-source-directory, find-gc-subrs-callers)
17893 (find-gc-noreturn-list, find-gc-source-files)
17894 (find-gc-subrs-called): Vars renamed and defvar'd.
17895
17896 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17897 (checkdoc-overlay-put, checkdoc-delete-overlay)
17898 (checkdoc-overlay-start, checkdoc-overlay-end)
17899 (checkdoc-mode-line-update, checkdoc-char=):
17900 Define such that compiler knows they are defined.
17901 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17902 (checkdoc-read-event): Delete. Use read-event directly.
17903
17904 * whitespace.el (whitespace-make-overlay)
17905 (whitespace-overlay-put, whitespace-delete-overlay)
17906 (whitespace-overlay-start, whitespace-overlay-end):
17907 Define such that compiler knows they are defined.
17908 (whitespace): Move conditional inside.
17909
17910 * tempo.el (tempo-insert-template): Suppress warning.
17911
17912 * ediff-diff.el (longlines-mode): Add defvar.
17913
17914 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17915
17916 * server.el: Bind "C-x #" in a way that works even if C-x is
17917 redefined to a command key, not a prefix key.
17918
17919 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17920
17921 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17922 cl-make-type-test till execution time.
17923
17924 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17925
17926 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17927 arg ARG and use it.
17928
17929 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17930
17931 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17932
17933 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17934
17935 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17936 a defcustom with two :set or :type keywords.
17937
17938 2005-07-15 Richard M. Stallman <rms@gnu.org>
17939
17940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17941 Don't give ^M comment-end syntax.
17942
17943 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17944
17945 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17946 Don't consider gdbmi (gdb-mi.el has its own update functions).
17947 (gdb-var-delete): Make it work for gdbmi as well.
17948 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17949
17950 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17951 (gud-speedbar-menu-items): Correct logic for enabling items.
17952
17953 2005-07-15 Kim F. Storm <storm@cua.dk>
17954
17955 * ido.el: Fix commentary.
17956 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17957 Use with-no-warnings around ffap-guesser.
17958 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17959 Let bind minibuffer-completing-file-name to t.
17960
17961 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17962
17963 * startup.el (site-run-file, keyboard-type): Doc fixes.
17964 (command-line): Check for "--basic-display" argument; also for
17965 "--quick", not "--bare-bones" (which was renamed).
17966 (fancy-splash-text): Add missing item "Getting New Versions".
17967 (normal-splash-screen): Fix typos and improve consistency with
17968 `fancy-splash-text'. Update copyright year.
17969
17970 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17971 valid binding for `help-char'.
17972
17973 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17974
17975 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17976
17977 * term.el (term-mode): Disable cua-mode for term buffers.
17978
17979 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17980
17981 * add-log.el (add-log-mailing-address, change-log-merge):
17982 Doc fixes.
17983 (change-log-get-method-definition): Fix typo in docstring.
17984
17985 2005-07-14 Kim F. Storm <storm@cua.dk>
17986
17987 * emulation/cua-base.el:
17988 (cua--pre-command-handler-1, cua--pre-command-handler)
17989 (cua--post-command-handler-1, cua--post-command-handler):
17990 Split in two. Check (buffer local) value of cua-mode.
17991 (cua-selection-mode): New command.
17992
17993 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17994
17995 * custom.el (custom-initialize-safe-set)
17996 (custom-initialize-safe-default): Doc fixes.
17997
17998 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17999 and simplify :init-value again.
18000
18001 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18002 and simplify :init-value again. Delete autoload.
18003
18004 * startup.el (command-line): Use `custom-reevaluate-setting' again
18005 for tooltip-mode.
18006
18007 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18008 a defcustom with two :initialize keywords.
18009
18010 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
18011
18012 * allout.el (my-mark-marker, allout-isearch-prior-pos)
18013 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18014 (allout-post-command-business, allout-flag-region)
18015 (isearch-reenable-font-lock, allout-yank)
18016 (allout-insert-latex-header, allout-insert-latex-trailer)
18017 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18018 (allout-latex-verb-quote): Fix typos in docstrings.
18019 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18020 (allout-unprotected, allout-prefix-data):
18021 Improve argument/docstring consistency.
18022 (allout-chart-subtree): Fix argument spec.
18023 (allout-open-topic): Rename `use_sib_bullet' argument to
18024 `use-sib-bullet'. Doc fix.
18025
18026 * whitespace.el (whitespace-check-buffer-leading)
18027 (whitespace-check-buffer-trailing)
18028 (whitespace-check-buffer-indent)
18029 (whitespace-check-buffer-spacetab)
18030 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18031 (whitespace-check-leading-whitespace)
18032 (whitespace-check-trailing-whitespace)
18033 (whitespace-check-spacetab-whitespace)
18034 (whitespace-check-indent-whitespace)
18035 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18036 (whitespace-modes): Fix typos in docstrings.
18037 (defgroup, defcustom): Doc fixes.
18038
18039 * winner.el (winner-mode, winner-boring-buffers)
18040 (winner-pending-undo-ring): Doc fixes.
18041 (winner-ring): Remove unneeded `progn'.
18042 (winner-equal): `defsubst' it.
18043 (winner-redo): Fix message.
18044
18045 2005-07-13 Kim F. Storm <storm@cua.dk>
18046
18047 * simple.el (line-move-1): Always use vertical-motion to
18048 do the last (or only) line move to ensure some movement.
18049 Undo 2005-06-23 change--don't check for overlays.
18050
18051 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18052
18053 * term/mac-win.el (ccl-encode-mac-roman-font)
18054 (ccl-encode-mac-centraleurroman-font)
18055 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18056 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18057 Change charset-id boundary of dimension to ?\xef.
18058 (mac-char-fontspec-list): New constant.
18059 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18060 argument. Nil uses itself as family in font-spec. Previous
18061 behavior for nil is now provided by non-nil non-string argument.
18062 All callers changed. Add font-specs for Mac fonts to
18063 "fontset-default" unless iso8859-1 fonts are installed.
18064
18065 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18066
18067 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18068 a continuation line if the \ is preceded by SPC or TAB.
18069 (sh-get-indent-info): Simplify.
18070 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18071 Use with-current-buffer.
18072
18073 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18074 when the matched text is empty.
18075
18076 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18077
18078 * startup.el (command-line): Revert to previous handling of
18079 tooltip-mode. Explain in comment why the complexity is needed.
18080
18081 * tooltip.el (tooltip-mode): Revert to previous implementation of
18082 its defcustom.
18083
18084 * frame.el (blink-cursor-mode): Revert to previous implementation
18085 of its defcustom. Update comment.
18086
18087 2005-07-12 Lars Hansen <larsh@soem.dk>
18088
18089 * desktop.el: Update e-mail address.
18090
18091 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18092
18093 * term/mac-win.el (mac-services-mail-selection)
18094 (mac-services-mail-to): New functions.
18095 (mac-application-menu-map): Bind them.
18096
18097 2005-07-12 wulei <milton@wulei.net> (tiny change)
18098
18099 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18100
18101 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18102
18103 * custom.el (custom-reevaluate-setting): Doc fix.
18104
18105 2005-07-11 Jay Belanger <belanger@truman.edu>
18106
18107 * calc/calc.el (calc-embedded-announce-formula-alist)
18108 (calc-embedded-open-close-plain-alist)
18109 (calc-embedded-open-close-mode-alist): Add checks for additional
18110 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18111
18112 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18113
18114 * custom.el (custom-enable-theme): Don't add theme to
18115 `custom-enabled-themes' with `push' because there is no
18116 setf-method for `delq'.
18117
18118 2005-07-11 Richard M. Stallman <rms@gnu.org>
18119
18120 * custom.el (custom-declare-variable): Doc fix.
18121
18122 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18123 from the alists.
18124
18125 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18126 Do nothing if edebug-active.
18127
18128 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18129 (edebug-display): Do it here instead.
18130
18131 2005-07-10 Richard M. Stallman <rms@gnu.org>
18132
18133 * cus-face.el (custom-theme-set-faces): Make it work.
18134 (custom-reset-faces): Doc fix.
18135 (custom-theme-reset-internal-face, custom-theme-face-value):
18136 Functions deleted.
18137
18138 * custom.el (custom-push-theme): Maintain list of the settings
18139 of a given theme in its theme-settings property.
18140 Maintain position of old settings in the theme-value
18141 or theme-face property.
18142 (custom-enabled-themes): New variable.
18143 (custom-theme-enabled-p): New function.
18144 (provide-theme): Update custom-enabled-themes.
18145 Disable and reenable the `user' theme.
18146 (require-theme): Doc fix.
18147 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18148 (custom-theme-value, custom-theme-variable-value): Likewise.
18149 (custom-theme-reset-internal): Likewise.
18150 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18151 (custom-enable-theme, custom-disable-theme): New functions.
18152 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18153 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18154 (custom-theme-reset-variables): Simplify.
18155 (deftheme, custom-declare-theme, custom-make-theme-feature):
18156 Definitions moved.
18157
18158 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18159
18160 * longlines.el (longlines-show-region)
18161 (longlines-unshow-hard-newlines): Recognize hard newlines by
18162 non-nil hard property, instead of t.
18163
18164 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18165
18166 * viper-cmd.el (viper--key-maps): New variable.
18167 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18168 emulation-mode-map-alists.
18169 (viper-envelop-ESC-key): Use viper-subseq.
18170 (viper-search-forward/backward/next): Disable debug-on-error.
18171
18172 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18173 (viper-ESC-key): New defcustoms.
18174
18175 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18176
18177 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18178 (viper-subseq): Copy of subseq from cl.el.
18179
18180 * viper.el (viper-go-away, viper-set-hooks): Use
18181 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18182
18183 * viper-mous.el (viper-current-frame-saved): Use defvar.
18184
18185 * viper-init.el: Get rid of -face in face names.
18186
18187 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18188 Make it work with longlines mode
18189
18190 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18191
18192 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18193
18194 * ediff-init.el: Get rid of -face in face names.
18195
18196 2005-07-10 Richard M. Stallman <rms@gnu.org>
18197
18198 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18199 and with-timeout-unsuspend.
18200
18201 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18202 and with-timeout-unsuspend.
18203
18204 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18205 (with-timeout): Bind that variable to record timers.
18206 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18207
18208 * emacs-lisp/debug.el (debug-help-follow): New function.
18209 (debugger-mode-map): Use that instead of help-follow.
18210 (debugger-setup-buffer): Use eval-buffer-list
18211 to handle eval-buffer frames.
18212
18213 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18214
18215 * timezone.el (timezone-parse-date): Change first regexp
18216 so it will not mistakenly match dates with no time zone.
18217
18218 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18219
18220 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18221
18222 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18223
18224 * custom.el (custom-initialize-safe-set)
18225 (custom-initialize-safe-default): New functions.
18226
18227 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18228 and simplify :init-value.
18229
18230 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18231 and simplify :init-value. Delete obsolete comment.
18232
18233 * startup.el (command-line): Use `custom-reevaluate-setting' to
18234 handle `tooltip-mode'. Delete obsolete comment.
18235
18236 * files.el (set-visited-file-name): Avoid calling
18237 `file-name-nondirectory' with a nil argument.
18238
18239 2005-07-09 Richard M. Stallman <rms@gnu.org>
18240
18241 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18242 was called with nil for the buffer, handle the read position right.
18243 Handle read position for eval-region, too.
18244
18245 2005-07-09 Juri Linkov <juri@jurta.org>
18246
18247 * fringe.el (fringe-mode): Add period in docstring.
18248 (fringe-query-style): Build prompt depending on `all-frames' arg.
18249
18250 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18251 to not create links to unrelated functions in the Help buffer.
18252
18253 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18254 Doc fix.
18255
18256 * simple.el (next-error-hook): New variable.
18257 (next-error): Use it. Doc fix.
18258
18259 * textmodes/ispell.el (ispell-command-loop): Add current
18260 dictionary name and program name to mode-line-format.
18261 (ispell-region, ispell-process-line): Add current dictionary name
18262 and program name to messages.
18263
18264 2005-07-08 Jay Belanger <belanger@truman.edu>
18265
18266 * calc/calc.el (calc-embedded-announce-formula-alist)
18267 (calc-embedded-open-close-formula-alist)
18268 (calc-embedded-open-close-word-alist)
18269 (calc-embedded-open-close-plain-alist)
18270 (calc-embedded-open-close-new-formula-alist)
18271 (calc-embedded-open-close-mode-alist)
18272 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18273 (calc-embedded-mode-hook): New variables.
18274
18275 * calc/calc-embed.el (calc-embedded-firsttime)
18276 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18277 New variables.
18278 (calc-do-embedded): Use calc-embedded-firsttime,
18279 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18280 determine whether or not to run hooks.
18281 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18282 calc-embedded-firsttime-formula appropriately.
18283 Set calc-embedded delimiter variables according to mode.
18284
18285 2005-07-08 Richard M. Stallman <rms@gnu.org>
18286
18287 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18288 Check for "emacs", etc., as entire symbol, not just as word.
18289 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18290
18291 * files.el (set-visited-file-name): Report the error
18292 for "empty filename" earlier.
18293 (kill-some-buffers): Ignore buffers already dead.
18294
18295 * fringe.el (fringe-mode): Doc fix.
18296
18297 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18298 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18299 Use unwind-protect to ensure byte-compile-unresolved-functions
18300 is updated.
18301
18302 * whitespace.el (whitespace-buffer-leading-cleanup):
18303 Simplify w/ skip-chars-forward.
18304 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18305
18306 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18307 Unconditionally try to leave point at the same old place.
18308
18309 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18310
18311 * comint.el (comint-postoutput-scroll-to-bottom)
18312 (comint-show-maximum-output): Take scroll-margin into consideration.
18313
18314 2005-07-08 Kim F. Storm <storm@cua.dk>
18315
18316 * ido.el (ido-use-filename-at-point): New choice `guess'.
18317 (ido-file-internal): Try ffap-guesser if selected.
18318
18319 * ido.el (ido-before-fallback-functions): New hook.
18320 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18321 (ido-read-file-name): Run it.
18322
18323 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18324
18325 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18326 strings rather than a list of symbols to the completion function.
18327
18328 2005-07-07 Jay Belanger <belanger@truman.edu>
18329
18330 * calc/calc-units.el (math-apply-units): Change the places in
18331 which units are simplified.
18332
18333 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18334
18335 * cus-edit.el (customize-option, customize-option-other-window):
18336 Make them handle aliases.
18337
18338 * custom.el (custom-variable-p): Make it recursively follow
18339 aliases. Mention that in the docstring.
18340
18341 2005-07-07 Richard M. Stallman <rms@gnu.org>
18342
18343 * cus-start.el (exec-path): Use `directory' instead of `file'.
18344 Fix tag for nil.
18345
18346 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18347
18348 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18349 when called non-interactively. Doc fix.
18350
18351 2005-07-07 Lute Kamstra <lute@gnu.org>
18352
18353 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18354 new address as well.
18355
18356 2005-07-07 Kenichi Handa <handa@m17n.org>
18357
18358 * international/mule.el (make-coding-system):
18359 Describe `ascii-incompatible' property in the docstring.
18360 (set-file-name-coding-system): Signal an error if coding-system is
18361 ascii-incompatible.
18362 (set-keyboard-coding-system): Likewise.
18363
18364 * international/mule-cmds.el (set-default-coding-systems):
18365 Don't set default-file-name-coding-system and
18366 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18367
18368 * international/utf-16.el: Declare that all UTF-16-based coding
18369 systems are ASCII-incompatible.
18370
18371 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18372
18373 * progmodes/gud.el: Require font-lock for displaying errors.
18374 Used by gdb-ui.el.
18375
18376 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18377
18378 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18379 values for the pattern lists which are `read'able but not
18380 `append'able (like symbols).
18381
18382 2005-07-06 Richard M. Stallman <rms@gnu.org>
18383
18384 * progmodes/flymake.el (flymake-float-time): Instead of
18385 with-no-warnings, test for xemacs.
18386 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18387 to avoid warning.
18388
18389 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18390
18391 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18392
18393 2005-07-05 Lute Kamstra <lute@gnu.org>
18394
18395 * battery.el: Add support for Darwin (with much debugging help
18396 from Samuel Lauber <sam124@operamail.com>).
18397 (battery-status-function, battery-echo-area-format)
18398 (battery-mode-line-format): Add support for pmset on Darwin.
18399 (battery-load-low, battery-load-critical): New user options.
18400 (battery-pmset): New function.
18401
18402 2005-07-05 Lute Kamstra <lute@gnu.org>
18403
18404 Update FSF's address in GPL notices.
18405
18406 * textmodes/page-ext.el: Update FSF's address.
18407
18408 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18409
18410 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18411 filling from using prefix when filling a single-line docstring.
18412
18413 * progmodes/flymake.el: Remove useless eval-when-compile.
18414
18415 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18416
18417 2005-07-04 Richard M. Stallman <rms@gnu.org>
18418
18419 * textmodes/org.el (org-file-apps-defaults-gnu):
18420 Rename from org-file-apps-defaults-linux.
18421 (org-default-apps): Don't test system-type for `linux'.
18422 (org-file-apps): Doc fix.
18423
18424 2005-07-04 David Ponce <david@dponce.com>
18425
18426 * tree-widget.el: Improve header Commentary section.
18427 (tree-widget) [defgroup]
18428 (tree-widget-image-enable, tree-widget-themes-directory)
18429 (tree-widget-theme, tree-widget-image-properties-emacs)
18430 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18431 (tree-widget-image-formats, tree-widget-control)
18432 (tree-widget-empty-control, tree-widget-leaf-control
18433 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18434 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18435 (tree-widget-keep, tree-widget-after-toggle-functions)
18436 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18437 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18438 :help-echo message.
18439 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18440 (tree-widget-image-properties): Doc fix. Clearer implementation.
18441 (tree-widget--cursors): New constant.
18442 (tree-widget-lookup-image): New function split from
18443 `tree-widget-find-image'. Clearer implementation.
18444 (tree-widget-find-image): Use it.
18445 (tree-widget-button-keymap): Use `set-keymap-parent'.
18446 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18447 Define the sub-widgets here.
18448 (tree-widget-node): Check that :node is not a tree-widget.
18449 (tree-widget-get-super, tree-widget-open-control)
18450 (tree-widget-close-control, tree-widget-empty-control)
18451 (tree-widget-leaf-control, tree-widget-guide)
18452 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18453 (tree-widget-no-handle, tree-widget-value-delete)
18454 (tree-widget-map): Remove.
18455 (tree-widget-children-value-save): Doc fix. Simplified.
18456 (tree-widget-value-create): Update according to previous changes.
18457
18458 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18459
18460 * textmodes/org.el: Leading space replaced by TABS.
18461 (org-recalc-marks, org-table-rotate-recalc-marks)
18462 (org-table-get-specials): Treat "^" and "_" marks.
18463 (org-table-justify-field-maybe): Optional argument NEW.
18464 (org-table-eval-formula): Parsing of the format simplified.
18465 New modes C,I. Honor the %= parameter in the current table.
18466 Avoid unnecessary re-align by using the NEW argument to
18467 `org-table-justify-field-maybe'.
18468 (org-calc-default-modes): Default for date-format mimicks org-mode.
18469 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18470
18471 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18472
18473 * cus-face.el (custom-theme-set-faces): Make it handle face
18474 aliases whose alias declarations are pre- or autoloaded.
18475
18476 2005-07-04 Juri Linkov <juri@jurta.org>
18477
18478 * faces.el (read-face-name): Put the code for getting a face name
18479 from the buffer before adding the faces from the `face' property.
18480 Use `completing-read-multiple' instead of `completing-read'.
18481 Require `crm'. Add default value and post-process the returned
18482 list of faces.
18483
18484 * emacs-lisp/crm.el (crm-find-current-element)
18485 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18486
18487 * emacs-lisp/lisp-mode.el (eval-defun-1):
18488 * emacs-lisp/edebug.el (edebug-eval-defun):
18489 Remove unnecessary quotes.
18490
18491 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18492
18493 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18494 (prolog-indent-level): Fix typo in docstring.
18495
18496 * info.el (Info-history, Info-history-forward)
18497 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18498
18499 * add-log.el (add-change-log-entry):
18500 * comint.el (comint-dynamic-list-input-ring)
18501 (comint-dynamic-list-completions):
18502 * dabbrev.el (dabbrev-expand):
18503 * delim-col.el (delimit-columns-rectangle-line):
18504 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18505 (diff-unified->context):
18506 * ediff-init.el (ediff-abbrev-jobname):
18507 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18508 (ediff-replace-session-activity-marker-in-meta-buffer):
18509 * info.el (Info-summary):
18510 * lpr.el (printify-region):
18511 * printing.el (pr-create-interface):
18512 * ps-print.el (ps-print-quote):
18513 * ses.el (ses-column-widths, ses-print-cell)
18514 (ses-adjust-print-width, ses-center):
18515 * shell.el (shell-file-name-quote-list):
18516 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18517 (strokes-fill-current-buffer-with-whitespace)
18518 (strokes-xpm-for-stroke, strokes-list-strokes)
18519 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18520 * term.el (term-dynamic-list-input-ring)
18521 (term-dynamic-list-completions):
18522 * calc/calc.el (math-format-stack-value):
18523 * emacs-lisp/edebug.el (edebug-display-freq-count):
18524 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18525 (delphi-new-comment-line):
18526 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18527 * progmodes/executable.el (executable-set-magic):
18528 * progmodes/python.el (inferior-python-mode):
18529 * progmodes/scheme.el (scheme-mode-syntax-table):
18530 * progmodes/sh-script.el (sh-maybe-here-document):
18531 * progmodes/sql.el (sql-copy-column):
18532 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18533 * textmodes/bibtex.el (bibtex-mode):
18534 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18535 (sgml-auto-attributes):
18536 * textmodes/table.el (table-insert, table-shorten-cell)
18537 (table--generate-source-scan-lines, table-delete-row)
18538 (*table--cell-delete-char, table--spacify-frame)
18539 (table--horizontally-shift-above-and-below)
18540 (table--cell-insert-char, table--cell-blank-str)
18541 (table--fill-region-strictly):
18542 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18543 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18544
18545 * add-log.el (change-log):
18546 * apropos.el (apropos):
18547 * comint.el (comint-completion, comint-source):
18548 * dabbrev.el (dabbrev):
18549 * delim-col.el (columns):
18550 * diff-mode.el (diff-mode):
18551 * ediff.el (ediff):
18552 * ediff-diff.el (ediff-diff):
18553 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18554 * ediff-mult.el (ediff-mult):
18555 * ediff-ptch.el (ediff-ptch):
18556 * ediff-wind.el (ediff-window):
18557 * facemenu.el (facemenu):
18558 * indent.el (indent):
18559 * info.el (info):
18560 * jka-cmpr-hook.el (compression, jka-compr):
18561 * lpr.el (lpr):
18562 * outline.el (outlines):
18563 * pcmpl-cvs.el (pcmpl-cvs):
18564 * pcmpl-rpm.el (pcmpl-rpm):
18565 * printing.el (printing):
18566 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18567 (ps-print-vertical, ps-print-headers, ps-print-font)
18568 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18569 (ps-print-background, ps-print-printer, ps-print-page)
18570 (ps-print-miscellany):
18571 * ses.el (ses):
18572 * shell.el (shell, shell-directories, shell-faces):
18573 * startup.el (initialization):
18574 * strokes.el (strokes):
18575 * term.el (term):
18576 * uniquify.el (uniquify):
18577 * w32-vars.el (w32):
18578 * calc/calc.el (calc):
18579 * emacs-lisp/bytecomp.el (bytecomp):
18580 * emacs-lisp/cl-indent.el (lisp-indent):
18581 * emacs-lisp/edebug.el (edebug):
18582 * emacs-lisp/elp.el (elp):
18583 * emacs-lisp/testcover.el (testcover):
18584 * emacs-lisp/trace.el (trace):
18585 * emulation/viper-ex.el (viper-ex):
18586 * emulation/viper-mous.el (viper-mouse):
18587 * mail/mailalias.el (mailalias):
18588 * mail/supercite.el (supercite, supercite-frames)
18589 (supercite-attr, supercite-cite, supercite-hooks):
18590 * net/rcompile.el (remote-compile):
18591 * net/rlogin.el (rlogin):
18592 * obsolete/ooutline.el (outlines):
18593 * progmodes/delphi.el (delphi):
18594 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18595 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18596 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18597 (ebnf-optimization):
18598 * progmodes/etags.el (etags):
18599 * progmodes/executable.el (executable):
18600 * progmodes/idlwave.el (idlwave):
18601 * progmodes/pascal.el (pascal):
18602 * progmodes/prolog.el (prolog):
18603 * progmodes/python.el (python):
18604 * progmodes/scheme.el (scheme):
18605 * progmodes/sh-script.el (sh, sh-script):
18606 * progmodes/sql.el (SQL):
18607 * progmodes/tcl.el (tcl):
18608 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18609 * textmodes/enriched.el (enriched):
18610 * textmodes/makeinfo.el (makeinfo):
18611 * textmodes/sgml-mode.el (sgml):
18612 * textmodes/table.el (table-hooks):
18613 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18614 * textmodes/texinfo.el (texinfo):
18615 * textmodes/two-column.el (two-column):
18616 Finish `defgroup' description with period.
18617
18618 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18619 * eshell/esh-var.el (eshell-var):
18620 * progmodes/vhdl-mode.el (vhdl-testbench):
18621 * textmodes/org.el (org): Fix typos in docstrings.
18622
18623 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18624 consistency.
18625
18626 * progmodes/flymake.el (flymake-find-file): Remove.
18627 (flymake-float-time): Use `with-no-warnings'.
18628 (flymake-check-start-time, flymake-check-was-interrupted)
18629 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18630 (flymake-new-err-info): `defvar' at compile time.
18631
18632 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18633
18634 * replace.el (occur-hook): Doc fix.
18635 (occur-1): Don't call `occur-hook' if there are no matches.
18636
18637 2005-07-03 Richard M. Stallman <rms@gnu.org>
18638
18639 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18640 global-map, save the same map.
18641 (global-map): Don't alter it at top level.
18642 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18643 Then alter it here instead.
18644 (tpu-edt-off): Set global-map to the saved one.
18645
18646 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18647 All references simplified.
18648 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18649 (zmacs-regions): Add defvar.
18650 (repeat-complex-command-map): Everything about that deleted.
18651
18652 * textmodes/artist.el (artist-key-is-drawing)
18653 (artist-key-endpoint1, artist-key-poly-point-list)
18654 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18655 (artist-key-compl-table, artist-rb-save-data)
18656 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18657 Don't put them in eval-when-compile.
18658 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18659
18660 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18661 Use with-no-warnings.
18662
18663 * net/browse-url.el (dos-windows-version): Add defvar.
18664
18665 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18666
18667 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18668 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18669 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18670 Add defvar.
18671 (rmail-summary-beginning-of-message): Use with-no-warnings.
18672 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18673
18674 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18675 Use with-no-warnings.
18676
18677 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18678 (c-mark-function): Add point-moving-unit property.
18679 (vi-goto-line): Use with-no-warnings.
18680
18681 * emulation/edt.el (edt-last-copied-word): Add defvar.
18682 (zmacs-region-stays): Likewise.
18683 (edt-mark-section-wisely): Use c-mark-function for C.
18684 Use makr-defun for Fortran.
18685 (time-string): defvar deleted.
18686 (edt-display-the-time): Don't set time-string.
18687
18688 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18689
18690 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18691 Don't warn when name is not constant
18692 or for defining the group `emacs'.
18693
18694 * tooltip.el (gud-tooltip-mode): Add defvar.
18695
18696 * startup.el (default-frame-background-mode): Add defvar.
18697
18698 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18699
18700 * info.el (tool-bar-map): Add defvar.
18701
18702 * dired.el (dnd-protocol-alist): Add defvar.
18703
18704 * dired-aux.el (dired-query): Display question with answer, when
18705 the user answers.
18706
18707 * custom.el (custom-add-option): Doc fix.
18708
18709 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18710
18711 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18712
18713 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18714 bogus name from the last change.
18715
18716 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18717
18718 * custom.el (custom-declare-variable): Fix typos in comment.
18719 (custom-known-themes): Doc fix.
18720 (custom-theme-directory): New defcustom.
18721 (require-theme): Make it check `custom-theme-directory'.
18722
18723 * cus-theme.el (custom-new-theme-mode): New function.
18724 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18725 (custom-theme-description): Add compiler defvars.
18726 (customize-create-theme): Add doc to the "*New Custom Theme*"
18727 buffer. Use `custom-new-theme-mode'.
18728 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18729 and save it to the `custom-theme-directory'. Make this the
18730 default directory of the buffer.
18731
18732 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18733
18734 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18735 Fix unbalanced parentheses.
18736
18737 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18738
18739 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18740 into flymake-mode and delegate to flymake-mode.
18741
18742 * find-file.el (ff-which-function-are-we-in): Clean up.
18743
18744 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18745
18746 * replace.el (occur-rename-buffer): Fix docstring.
18747
18748 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18749 (edt-last-copied-word, edt-learn-macro-count)
18750 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18751 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18752 (time-string, zmacs-region-stays):
18753 * emulation/edt-mapper.el (edt-save-function-key-map)
18754 (EDT-key-name): `defvar' to silence the byte-compiler.
18755
18756 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18757
18758 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18759 font-lock-regexp-backslash. Doc fix.
18760 (font-lock-regexp-backslash-grouping-construct): Rename from
18761 font-lock-regexp-backslash-construct. Doc fix.
18762 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18763 grouping constructs.
18764
18765 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18766
18767 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18768 updating all the prerequisites.
18769
18770 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18771
18772 * textmodes/org.el (org-agenda-start-on-weekday)
18773 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18774 (org-agenda-use-time-grid, org-archive-location)
18775 (org-allow-space-in-links, org-usenet-links-prefer-google)
18776 (org-enable-table-editor, org-export-default-language)
18777 (org-export-html-show-new-buffer, org-fill-paragraph)
18778 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18779 (org-goto-quit, org-occur, org-eval-in-calendar)
18780 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18781 (org-agenda-diary-entry, org-remember-help)
18782 (org-table-convert-region, org-at-table-p)
18783 (org-table-move-row-down, org-table-move-row-up)
18784 (org-table-copy-region, org-table-toggle-vline-visibility)
18785 (org-table-get-stored-formulas, org-table-get-specials)
18786 (org-recalc-commands, org-table-eval-formula)
18787 (org-table-formula-substitute-names, orgtbl-make-binding)
18788 (org-format-org-table-html, org-format-table-table-html)
18789 (org-format-table-table-html-using-table-generate-source)
18790 (org-customize): Fix typos in docstrings.
18791 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18792 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18793 (org-back-to-heading): Doc fixes.
18794 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18795 (org-agenda-change-all-lines, org-get-header):
18796 Improve argument/docstring consistency.
18797 (orgtbl-error): Fix error message.
18798
18799 * progmodes/flymake.el (flymake-find-possible-master-files)
18800 (flymake-master-file-compare, flymake-get-line-err-count)
18801 (flymake-highlight-line, flymake-gui-warnings-enabled):
18802 Fix typos in docstrings.
18803 (flymake-parse-line, flymake-get-project-include-dirs-function)
18804 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18805 Doc fixes.
18806 (flymake-get-project-include-dirs-function)
18807 (flymake-make-err-menu-data):
18808 Improve argument/docstring consistency.
18809
18810 2005-07-01 Lute Kamstra <lute@gnu.org>
18811
18812 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18813 Catch errors with ignore-errors. Use temporary buffer.
18814 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18815
18816 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18817 background color faces.
18818 (facemenu-set-foreground, facemenu-set-background):
18819 Use facemenu-set-face-from-menu.
18820 (facemenu-set-face-from-menu): Treat face names that start with
18821 "fg:" or "bg:" as special.
18822 (facemenu-add-new-color): Don't create faces. Simplify.
18823
18824 2005-06-30 Richard M. Stallman <rms@gnu.org>
18825
18826 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18827 (crm-find-current-element): Likewise.
18828
18829 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18830
18831 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18832
18833 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18834
18835 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18836 (archive-mouse-extract): Make it an obsolete alias.
18837 (archive-mode-map): Don't use archive-mouse-extract any more.
18838 (archive-mode, archive-extract): write-contents-hooks ->
18839 write-contents-functions.
18840 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18841 first arg.
18842 (archive-rename-entry): Update the call.
18843 (archive-zip-summarize): Remove unused var `method'.
18844 (archive-lzh-summarize): Remove unused var `creator'.
18845
18846 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18847 dedicated frame upon exit.
18848
18849 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18850 (archive-zip-extract, archive-zip-expunge)
18851 (archive-zip-update, archive-zip-update-case): Use executable-find.
18852 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18853 Use restore-buffer-modified-p.
18854 (archive-extract, archive-add-new-member, archive-write-file-member):
18855 Use with-current-buffer.
18856 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18857
18858 2005-06-30 Andreas Schwab <schwab@suse.de>
18859
18860 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18861
18862 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18863
18864 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18865
18866 2005-06-30 Juri Linkov <juri@jurta.org>
18867
18868 * faces.el (vertical-border): Inherit from mode-line-inactive
18869 only on tty.
18870
18871 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18872
18873 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18874 example, -NLINES in the `occur' docstring).
18875
18876 * replace.el (occur-1): When no matches are found, do not set the
18877 `buffer-read-only' and modified flags for the occur buffer,
18878 because it is deleted.
18879
18880 * emulation/cua-base.el (cua-check-pending-input)
18881 (cua-repeat-replace-region, cua-mode, cua-debug)
18882 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18883 Fix typos in docstrings.
18884
18885 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18886 (cua-cut-region-to-global-mark)
18887 (cua--cut-rectangle-to-global-mark):
18888 Remove period from end of messages.
18889
18890 * emulation/cua-rect.el (cua-do-rectangle-padding):
18891 Remove period from end of messages.
18892 (cua--rectangle-seq-format): Fix typo in docstring.
18893 (cua-sequence-rectangle, cua-fill-char-rectangle):
18894 Improve argument/docstring consistency.
18895
18896 2005-06-29 Juri Linkov <juri@jurta.org>
18897
18898 * faces.el (default-frame-background-mode): New internal variable.
18899 (frame-set-background-mode): Use it.
18900
18901 * startup.el (normal-top-level): Set default-frame-background-mode
18902 instead of frame-background-mode. Before setting it, test for its
18903 nil value. Remove tests for frame-background-mode and frame
18904 parameter `reverse'. Add test for "unspecified-fg".
18905
18906 * term/xterm.el (xterm-rxvt-set-background-mode):
18907 * term/rxvt.el (rxvt-set-background-mode):
18908 Set default-frame-background-mode instead of frame-background-mode.
18909
18910 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18911
18912 * simple.el (set-variable): Warn about obsolete user variables.
18913
18914 * imenu.el (imenu--completion-buffer):
18915 * mouse.el (mouse-buffer-menu-alist):
18916 * msb.el (msb-invisible-buffer-p):
18917 * calendar/diary-lib.el (diary-header-line-format):
18918 * emacs-lisp/pp.el (pp-buffer):
18919 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18920 * textmodes/picture.el (picture-replace-match):
18921 Change space constants followed by a sexp to "?\s ".
18922
18923 * play/decipher.el (decipher-loop-with-breaks):
18924 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18925 constants "protected" from end of line by a comment to "?\s".
18926
18927 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18928
18929 * font-lock.el (save-buffer-state): Use `declare'.
18930
18931 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18932 reset the syntax-table to cperl-mode-syntax-table.
18933 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18934 "foo_print_bar" is not matched as a reserved keyword.
18935
18936 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18937
18938 * textmodes/org.el (orgtbl-setup): New function, for delayed
18939 setup for the orgtbl commands.
18940 (org-calc-default-modes): New option.
18941 (orgtbl-make-binding): Use `defun' to get better help display.
18942 (org-diary): Call `org-compile-prefix-format'.
18943 (org-table-formula-substitute-names): New function.
18944 (org-agenda-day-view, org-agenda-week-view): New commands.
18945 (org-agenda-toggle-week-view): Command removed.
18946 (org-tbl-menu): Split off from org-org-menu.
18947 (org-mode): Move removal of outline-mode menus to here.
18948 (org-table-formula-debug): New option.
18949 (org-table-insert-row): Keep first field if just "#" or "*".
18950 (org-mode): Paragraph regexps fixed.
18951 (org-table-recalculate-regexp): New constant.
18952 (org-table-justify-field-maybe): Avoid replace if not necessary.
18953 (org-copy-special, org-cut-special): Use `call-interactively'.
18954 (org-table-copy-region): Take region from `interactive' call.
18955 (org-trim): Return string even if no match.
18956 (org-formula): New face.
18957 (org-set-font-lock-defaults): No longer highlight "FIXME".
18958 But highlight formula-related fields in table.
18959 (org-table-p): Use regexp, not fontification.
18960 (org-table-align): Handle white space at end of line.
18961 (org-table-formula-evaluate-inline): New option.
18962 (org-mode): Auto-wrapping in comment lines turned off.
18963 (org-table-copy-down): Evaluate only in copied field, not in
18964 destination.
18965 (org-table-current-formula): Variable removed.
18966 (org-table-store-formulas, org-table-get-stored-formulas)
18967 (org-table-modify-formulas, org-table-replace-in-formulas)
18968 (org-table-maybe-eval-formula): New functions.
18969 (org-table-get-formula): Modify to use stored formulas.
18970 (org-table-insert-column, org-table-delete-column)
18971 (org-table-move-column): Call `org-table-modify-formulas'.
18972 (org-complete): Add completion for keyword formulas.
18973 (orgtbl-mode): Pull orgtbl-mode-map to start of
18974 minor-mode-map-alist.
18975
18976 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 * progmodes/python.el (python-check): Require `compile' before
18979 modifying its variables.
18980
18981 * newcomment.el (comment-indent-default): Don't get fooled by an early
18982 end of buffer.
18983
18984 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18985
18986 * ps-print.el (ps-print-version): Fix version number.
18987
18988 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18989
18990 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18991
18992 2005-06-28 Richard M. Stallman <rms@gnu.org>
18993
18994 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18995 (flyspell-local-mouse-map): Declaration deleted.
18996 (flyspell-mouse-map): Bind only mouse-2.
18997 (flyspell-mode-map): Don't test flyspell-use-local-map.
18998 (flyspell-overlay-keymap-property-name): Var deleted.
18999 (flyspell-mode-on): Don't make local bindings for
19000 flyspell-mouse-map and flyspell-mode-map.
19001 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19002
19003 * textmodes/ispell.el (ispell-word): Do not ignore short words.
19004
19005 * progmodes/compile.el (compilation-next-error-function):
19006 Don't switch buffers; operate on the current buffer.
19007
19008 * progmodes/compile.el (compilation-error-file-name)
19009 (compilation-warning-file-name, compilation-info-file-name)
19010 (compilation-line-number, compilation-column-number): New faces.
19011 (compilation-error-face, compilation-warning-face)
19012 (compilation-info-face, compilation-line-face)
19013 (compilation-column-face): Use them.
19014
19015 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19016
19017 * comint.el (comint-password-prompt-regexp): Accept ", try again".
19018
19019 * bindings.el (global-map): Bind insertchar and its variants.
19020
19021 2005-06-27 Richard M. Stallman <rms@gnu.org>
19022
19023 * textmodes/artist.el (artist-text-overwrite)
19024 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19025
19026 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19027
19028 * ps-print.el: It was not working the page selection for printing.
19029 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19030 (ps-print-version): New version 6.6.7.
19031 (ps-end-sheet): New fun.
19032 (ps-header-sheet, ps-end-job): Call it.
19033
19034 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19035
19036 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19037
19038 2005-06-27 Lute Kamstra <lute@gnu.org>
19039
19040 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19041 background color faces.
19042 (facemenu-get-face): Delete function.
19043 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19044 (facemenu-add-new-color): Make second argument mandatory.
19045 Create the appropriate face and return it. Simplify.
19046 (facemenu-set-foreground, facemenu-set-background): Don't check if
19047 color is defined. Use return value of facemenu-add-new-color.
19048
19049 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19050
19051 * progmodes/gud.el (gud-filter): Add missing argument to
19052 with-selected-window.
19053
19054 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19055
19056 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19057 a :require to the defcustom.
19058
19059 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19060 defcustoms corresponding to minor modes.
19061
19062 2005-06-26 David Ponce <david@dponce.com>
19063
19064 * recentf.el: Require tree-widget instead of wid-edit.
19065 (recentf-filename-handler): Fix widget :type.
19066 (recentf-cancel-dialog, recentf-open-more-files)
19067 (recentf-open-files-action): Doc fix.
19068 (recentf-dialog-goto-first): New function.
19069 (recentf-dialog-mode-map): Set parent keymap first.
19070 (recentf-dialog-mode): Define with define-derived-mode.
19071 Don't display continuation lines in dialogs.
19072 (recentf-edit-list): Rename from recentf-edit-selected-items.
19073 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19074 Simplify.
19075 (recentf-edit-list-validate): New function.
19076 (recentf-edit-list): Update accordingly.
19077 (recentf-open-files-item-shift): Remove.
19078 (recentf-open-files-item): Convert menu elements into tree and
19079 link widgets. Don't create the widgets.
19080 (recentf-open-files): Update accordingly.
19081 (recentf-save-list): Untabify.
19082
19083 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19084
19085 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19086 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19087 partially contained in the active region. Do not take active
19088 region into account when called from Lisp, unless INTERACTIVE arg
19089 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19090 avoid trouble with fields. Make marker point nowhere when no
19091 longer used. Always return nil. Doc fix.
19092 (flush-lines): Add INTERACTIVE arg. Do not take active region
19093 into account when called from Lisp, unless INTERACTIVE arg is
19094 non-nil. Use `forward-line' instead of `beginning-of-line' to
19095 avoid trouble with fields. Make marker point nowhere when no
19096 longer used. Always return nil. Doc fix.
19097 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19098 interchangeable. Do not take active region into account when
19099 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19100 message in echo area when called from Lisp, unless INTERACTIVE arg
19101 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19102 Return the number of matches. Doc fix.
19103 (occur): Doc fix.
19104 (perform-replace): Make comment follow double space convention for
19105 the sake of `outline-minor-mode'.
19106
19107 * faces.el (facep): Doc fix.
19108
19109 2005-06-25 Richard M. Stallman <rms@gnu.org>
19110
19111 * facemenu.el (facemenu-enable-faces-p): New function.
19112 (facemenu-background-menu, facemenu-foreground-menu)
19113 (facemenu-face-menu): Add menu-enable property.
19114
19115 * jka-compr.el (jka-compr-insert-file-contents):
19116 Special handling if cannot find the uncompression program.
19117
19118 * cus-face.el (custom-face-attributes): Add autoload.
19119
19120 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19121 Bind comment-indent-function locally.
19122
19123 * window.el (save-selected-window): Use save-current-buffer.
19124
19125 * subr.el (with-selected-window): Use save-current-buffer.
19126
19127 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19128 and with-current-buffer.
19129
19130 2005-06-24 Richard M. Stallman <rms@gnu.org>
19131
19132 * simple.el (line-move-1): Fix previous change.
19133
19134 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19135
19136 * replace.el (occur-1): Set `buffer-read-only' and the
19137 buffer-modified flag before running `occur-hook' to protect
19138 against unintentional buffer switches that can lead to data loss.
19139
19140 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19141
19142 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19143 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19144 initial error.
19145
19146 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19147 after fresh input.
19148 (gdb-var-create-handler): Put name of expression in quotes.
19149
19150 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19151
19152 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19153 elements of RING in order, and without bogus nil elements.
19154
19155 2005-06-23 Richard M. Stallman <rms@gnu.org>
19156
19157 * simple.el (set-variable): Args renamed; doc fix.
19158 (line-move-1): When there are overlays around, use vertical-motion.
19159
19160 * faces.el (escape-glyph): Use brown against light background.
19161 (nobreak-space): Rename from no-break-space.
19162 Fix previous change.
19163
19164 * dired-aux.el (dired-do-copy): Fix arg prompt.
19165
19166 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19167
19168 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19169
19170 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19171 rather than "Distributor".
19172
19173 2005-06-23 Lute Kamstra <lute@gnu.org>
19174
19175 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19176 (debug-on-entry): Use it. New interactive declaration that uses
19177 function-called-at-point.
19178
19179 2005-06-23 Kim F. Storm <storm@cua.dk>
19180
19181 * subr.el (save-match-data): Add comment about using evaporate arg
19182 to set-match-data.
19183
19184 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19185
19186 * cus-edit.el (customize-face)
19187 (customize-face-other-window): Handle face aliases.
19188
19189 * faces.el (face-documentation, set-face-attribute)
19190 (face-spec-set): Handle face aliases.
19191
19192 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19193
19194 * help-mode.el (help-make-xrefs): If a symbol representing a face
19195 name is not followed by the word "face", it could still be a
19196 function or variable name, so don't bypass other checks.
19197
19198 2005-06-22 Juri Linkov <juri@jurta.org>
19199
19200 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19201 Replace aliased functions with calls where second arg `inherit' is t.
19202
19203 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19204
19205 * progmodes/gdb-ui.el (gdb-error): New variable.
19206 (gdb-error): New function.
19207 (gdb-annotation-rules): Act on error-begin and error annotations.
19208 (gdb-concat-output): Use font-lock-warning-face for errors.
19209
19210 2005-06-22 Miles Bader <miles@gnu.org>
19211
19212 * bindings.el (propertized-buffer-identification): Use renamed
19213 `Buffer-menu-buffer' face.
19214
19215 * faces.el (vertical-border): Rename from `vertical-divider'.
19216 (escape-glyph): Change dark-background color back to `cyan'.
19217
19218 2005-06-21 Juri Linkov <juri@jurta.org>
19219
19220 * faces.el (face-user-default-spec): Try getting `customized-face'
19221 prior to `saved-face'.
19222 (frame-background-mode): Refill docstring.
19223
19224 * emacs-lisp/lisp-mode.el (eval-defun-1):
19225 * emacs-lisp/edebug.el (edebug-eval-defun):
19226 Set `saved-face' temporarily to nil before calling form.
19227 Set `customized-face' to the new spec after that.
19228
19229 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19230
19231 * subr.el (1value, lambda, key-substitution-in-progress):
19232 Doc fixes.
19233
19234 * autoinsert.el (auto-insert-alist):
19235 * ses.el (ses-call-printer):
19236 * subr.el (noreturn):
19237 * emacs-lisp/lisp.el (check-parens):
19238 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19239 * net/browse-url.el (browse-url-mosaic):
19240 * progmodes/cc-defs.el (c-safe-scan-lists):
19241 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19242 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19243 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19244 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19245 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19246 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19247
19248 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19249
19250 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19251
19252 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19253
19254 * calendar/appt.el (appt-make-list): Activate the package, if
19255 not already active (for backwards compatibility).
19256
19257 2005-06-20 Kim F. Storm <storm@cua.dk>
19258
19259 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19260
19261 2005-06-20 Miles Bader <miles@gnu.org>
19262
19263 * faces.el (vertical-divider): New face.
19264
19265 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19266
19267 * simple.el (kill-whole-line): Doc fix.
19268 (next-error-buffer-p, next-error-find-buffer)
19269 (clone-indirect-buffer): Fix typos in docstrings.
19270 (comment-line-break-function): Doc fix: don't say variable
19271 is automatically buffer-local (it isn't).
19272
19273 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19274
19275 * net/tramp-ftp.el (top):
19276 * net/tramp-smb.el (top):
19277 * net/tramp-util.el (top):
19278 * net/tramp-uu.el (top):
19279 * net/tramp-vc.el (top):
19280 * net/tramp.el (top): Revert copyright years back to original
19281 ones. Tramp has a life outside GNU Emacs.
19282
19283 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19284
19285 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19286
19287 2005-06-18 Juri Linkov <juri@jurta.org>
19288
19289 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19290 end of first regexp to limit the match to the position between
19291 line number and source line with same separator character as used
19292 between file name and line number. In the second regexp limit
19293 mouse-face area to file name and line number by adding new group
19294 for them and referring it in HYPERLINK arg.
19295 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19296 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19297 previous line where grep markers may be already removed.
19298
19299 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19300
19301 * progmodes/ps-mode.el: Update version and maintainer's email address.
19302
19303 2005-06-18 Steve Youngs <steve@xemacs.org>
19304
19305 * net/browse-url.el (browse-url-browser-function)
19306 (browse-url-default-browser): Add firefox.
19307 (browse-url-firefox-program, browse-url-firefox-arguments)
19308 (browse-url-firefox-startup-arguments)
19309 (browse-url-firefox-new-window-is-tab): New defcustoms.
19310 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19311
19312 2005-06-17 Richard M. Stallman <rms@gnu.org>
19313
19314 * startup.el (command-line): Warn if specified user name has
19315 no home directory.
19316
19317 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19318 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19319
19320 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19321 Doc fixes.
19322
19323 * faces.el (underline): Try bold if terminal doesn't support underline.
19324
19325 * mail/sendmail.el (mail-setup-with-from): New variable.
19326 (mail-insert-from-field): New function.
19327 (sendmail-send-it): Call it.
19328 (mail-setup): Optionally call it here.
19329
19330 * term/linux.el: Call tty-no-underline.
19331
19332 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19333
19334 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19335
19336 2005-06-17 Miles Bader <miles@gnu.org>
19337
19338 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19339 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19340 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19341 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19342 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19343 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19344 Remove "-face" suffix from face names.
19345 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19346 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19347 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19348 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19349 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19350 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19351 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19352 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19353 New backward-compatibility aliases for renamed faces.
19354 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19355 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19356 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19357 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19358 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19359 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19360 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19361 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19362 Use renamed ediff faces.
19363
19364 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19365 Remove "-face" suffix from face names.
19366 (eshell-test-ok-face, eshell-test-failed-face):
19367 New backward-compatibility aliases for renamed faces.
19368 (eshell-run-test): Use renamed eshell-test faces.
19369
19370 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19371 face name.
19372 (eshell-prompt-face): New backward-compatibility alias for renamed
19373 face.
19374 (eshell-emit-prompt): Use renamed eshell-prompt face.
19375
19376 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19377 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19378 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19379 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19380 Remove "-face" suffix from face names.
19381 (eshell-ls-directory-face, eshell-ls-symlink-face)
19382 (eshell-ls-executable-face, eshell-ls-readonly-face)
19383 (eshell-ls-unreadable-face, eshell-ls-special-face)
19384 (eshell-ls-missing-face, eshell-ls-archive-face)
19385 (eshell-ls-backup-face, eshell-ls-product-face)
19386 (eshell-ls-clutter-face):
19387 New backward-compatibility aliases for renamed faces.
19388 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19389
19390 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19391 Remove "-face" suffix from face name.
19392 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19393 instead of literal face.
19394
19395 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19396
19397 * emacs-lisp/warnings.el (display-warning, lwarn)
19398 (warning-minimum-log-level): Doc fixes.
19399 (warning-minimum-level, warning-minimum-log-level):
19400 Add :debug to :type choices.
19401
19402 * progmodes/ada-mode.el (ada-format-paramlist)
19403 (ada-get-indent-case, ada-check-matching-start)
19404 (ada-check-defun-name, ada-goto-matching-decl-start)
19405 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19406 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19407 (ada-make-subprogram-body): Follow error conventions.
19408 (ada-case-exception-file, ada-indent-comment-as-code)
19409 (ada-indent-handle-comment-special, ada-indent-renames)
19410 (ada-indent-return, ada-search-directories-internal)
19411 (ada-tab-policy, ada-case-exception-substring)
19412 (ada-other-file-alist, ada-matching-start-re)
19413 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19414 (ada-imenu-generic-expression, ada-compile-goto-error)
19415 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19416 (ada-popup-menu, ada-add-extensions, ada-mode)
19417 (ada-region-selected, ada-create-case-exception)
19418 (ada-create-case-exception-substring, ada-after-keyword-p)
19419 (ada-activate-keys-for-case, ada-adjust-case-region)
19420 (ada-adjust-case-buffer, ada-format-paramlist)
19421 (ada-scan-paramlist, ada-insert-paramlist)
19422 (ada-indent-newline-indent)
19423 (ada-indent-newline-indent-conditional)
19424 (ada-justified-indent-current, ada-goto-previous-word)
19425 (ada-indent-current, ada-get-indent-open-paren)
19426 (ada-get-indent-paramlist, ada-get-indent-end)
19427 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19428 (ada-get-indent-block-start, ada-get-indent-subprog)
19429 (ada-get-indent-noindent, ada-get-indent-label)
19430 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19431 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19432 (ada-goto-stmt-end, ada-goto-next-word)
19433 (ada-check-matching-start, ada-check-defun-name)
19434 (ada-goto-matching-decl-start, ada-goto-matching-start)
19435 (ada-goto-matching-end, ada-search-ignore-string-comment)
19436 (ada-in-decl-p, ada-looking-at-semi-or)
19437 (ada-looking-at-semi-private, ada-in-paramlist-p)
19438 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19439 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19440 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19441 (ada-previous-package, ada-create-menu)
19442 (ada-fill-comment-paragraph-justify)
19443 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19444 (ada-other-file-name, ada-last-which-function-line)
19445 (ada-last-which-function-subprog, ada-which-function)
19446 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19447 (ada-gen-treat-proc, ada-check-emacs-version)
19448 (ada-continuation-indent, ada-align-region-separate):
19449 Fix typos in docstrings.
19450 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19451
19452 2005-06-16 Lute Kamstra <lute@gnu.org>
19453
19454 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19455 conditionally.
19456
19457 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19458
19459 * comint.el (comint-replace-by-expanded-filename)
19460 (comint-prompt-regexp, comint-delimiter-argument-list)
19461 (comint-preinput-scroll-to-bottom):
19462 * info.el (Info-hide-cookies-node):
19463 * ls-lisp.el (ls-lisp-classify):
19464 * find-file.el (ff-search-directories, ff-special-constructs)
19465 (ff-find-other-file):
19466 * font-lock.el (font-lock-keywords):
19467 * shell.el (shell-prompt-pattern)
19468 (shell-dynamic-complete-functions, shell-mode)
19469 (shell-delimiter-argument-list):
19470 * term.el (term-replace-by-expanded-filename)
19471 (term-prompt-regexp, term-delimiter-argument-list):
19472 * woman.el (woman-ignore, woman0-if):
19473 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19474 * emacs-lisp/elint.el (elint-init-env):
19475 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19476 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19477 * language/ethio-util.el (ethio-tilde-escape)
19478 (ethio-use-three-dot-question):
19479 * net/zone-mode.el (zone-mode-load-time-setup):
19480 * progmodes/cc-align.el (c-lineup-argcont):
19481 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19482 * progmodes/cperl-mode.el (cperl-set-style-back):
19483 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19484 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19485 Fix spellings in docstrings.
19486
19487 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19488 * progmodes/modula2.el (m2-for): Fix spellings.
19489
19490 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19491
19492 * simple.el (undo-more): Don't use `format' on `error' arguments.
19493 Improve argument/docstring consistency.
19494 (pending-undo-list): Doc fix.
19495
19496 * smerge-mode.el (smerge-ensure-match):
19497 * emulation/vip.el (vip-ex):
19498 * net/zone-mode.el (zone-mode-update-serial):
19499 * progmodes/idlwave.el (idlwave-complete):
19500 * progmodes/vhdl-mode.el (vhdl-visit-file)
19501 (vhdl-compose-wire-components):
19502 Don't use `format' on `error' arguments.
19503
19504 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19505 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19506 (tooltip-help-tips): Fix typos in docstrings.
19507
19508 2005-06-16 David Ponce <david@dponce.com>
19509
19510 * tree-widget.el (tree-widget-value-create): Simplify last change.
19511
19512 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19513
19514 * ido.el (ido-incomplete-regexp): New variable.
19515 (ido-set-matches-1): Handle invalid-regexp error and set
19516 ido-incomplete-regexp.
19517 (ido-incomplete-regexp): New face.
19518 (ido-completions): Use it.
19519 (ido-complete, ido-exit-minibuffer, ido-completions):
19520 Handle incomplete regexps.
19521 (ido-completions): Add check for complete match when entering a regexp.
19522
19523 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19526
19527 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19528
19529 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19530 by field delimiters.
19531
19532 2005-06-15 David Ponce <david@dponce.com>
19533
19534 * tree-widget.el: eval-and-compile inlined functions so they will
19535 be available at run-time too.
19536 (tree-widget-super-format-handler)
19537 (tree-widget-format-handler): Remove.
19538 (tree-widget-value-create): Handle the :indent property.
19539
19540 2005-06-15 Miles Bader <miles@gnu.org>
19541
19542 * progmodes/which-func.el (which-func): Only inherit
19543 `font-lock-function-name-face' when that makes sense against the
19544 default mode-line face, otherwise set the face color explicitly.
19545
19546 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19547 faces instead of (non-existent) variables.
19548
19549 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19550
19551 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19552 (iswitchb-get-matched-buffers): Likewise. Simplify.
19553
19554 2005-06-14 Miles Bader <miles@gnu.org>
19555
19556 * progmodes/ld-script.el (ld-script-location-counter):
19557 Remove "-face" suffix from face name.
19558 (ld-script-location-counter-face):
19559 New backward-compatibility alias for renamed face.
19560 (ld-script-location-counter-face): Use renamed face.
19561
19562 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19563 (cperl-hash): Remove "-face" suffix from face names.
19564 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19565 New backward-compatibility aliases for renamed faces.
19566 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19567 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19568
19569 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19570 name.
19571 (which-func-face): New backward-compatibility alias for renamed face.
19572 (which-func-format): Use renamed which-func face.
19573
19574 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19575 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19576 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19577 names.
19578 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19579 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19580 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19581 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19582 (vhdl-speedbar-architecture-selected)
19583 (vhdl-speedbar-configuration-selected)
19584 (vhdl-speedbar-package-selected)
19585 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19586 names.
19587 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19588 Use renamed faces.
19589 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19590 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19591 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19592 Use renamed faces.
19593 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19594 names.
19595 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19596 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19597 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19598 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19599 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19600 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19601
19602 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19603 face name.
19604 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19605 (sh-heredoc-face): Use renamed sh-heredoc face.
19606
19607 * progmodes/idlw-help.el (idlwave-help-link):
19608 Remove "-face" suffix from face name.
19609 (idlwave-help-link-face):
19610 New backward-compatibility alias for renamed face.
19611 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19612
19613 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19614 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19615 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19616 New backward-compatibility aliases for renamed faces.
19617 (idlwave-shell-disabled-breakpoint-face)
19618 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19619
19620 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19621 Remove "-face" suffix from face names.
19622 (flymake-errline-face, flymake-warnline-face):
19623 New backward-compatibility aliases for renamed faces.
19624 (flymake-highlight-line): Use renamed flymake faces.
19625
19626 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19627 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19628 (ebrowse-member-class, ebrowse-progress):
19629 Remove "-face" suffix from face names.
19630 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19631 (ebrowse-file-name-face, ebrowse-default-face)
19632 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19633 (ebrowse-progress-face):
19634 New backward-compatibility aliases for renamed faces.
19635 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19636 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19637 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19638 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19639
19640 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19641 antlr-syntax)
19642 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19643 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19644 names.
19645 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19646 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19647 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19648 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19649 backward-compatibility aliases for renamed faces.
19650 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19651 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19652 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19653 remove "font-lock-". Use renamed antlr-mode faces.
19654 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19655 literal face-names with face variable references.
19656
19657 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19658 face name.
19659 (Buffer-menu-buffer-face): New backward-compatibility alias for
19660 renamed face.
19661 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19662
19663 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19664
19665 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19666 Eliminate "-face" suffix.
19667 (makefile-targets): Inherit from font-lock-function-name-face and
19668 eliminate "-face" suffix.
19669 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19670 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19671 actions, instead of prepending, to make it less visible.
19672 (makefile-previous-dependency, makefile-match-dependency):
19673 Don't match a target on a continuation line.
19674
19675 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19676
19677 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19678
19679 * progmodes/gdb-ui.el (menu): Re-order menu items.
19680 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19681
19682 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19683 Define in tooltip.el.
19684 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19685 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19686 gud-tooltip-echo-area.
19687
19688 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19689 backward compatibility and make obsolete.
19690 (tooltip-help-tips): Use tooltip-use-echo-area.
19691 (tooltip-show-help-function): Rename to...
19692 (tooltip-show-help): ...this, because it is a function.
19693 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19694
19695 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19696
19697 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19698 (edebug-print-length, edebug-print-level, edebug-print-circle)
19699 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19700 (edebug-eval-print-last-sexp): Doc fixes.
19701
19702 2005-06-14 Kim F. Storm <storm@cua.dk>
19703
19704 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19705 as the coverage buffer/file/both may change.
19706
19707 2005-06-14 Lute Kamstra <lute@gnu.org>
19708
19709 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19710 and run-mode-hooks. Simplify.
19711
19712 * mail/rmailedit.el (rmail-edit-mode):
19713 * progmodes/octave-inf.el (inferior-octave-mode):
19714 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19715
19716 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19717 and run-mode-hooks.
19718 (recentf-edit-list, recentf-open-files): Don't call
19719 kill-all-local-variables directly.
19720
19721 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19722
19723 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19724
19725 * emacs-lisp/byte-run.el (make-obsolete)
19726 (define-obsolete-function-alias): Rename arguments FUNCTION and
19727 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19728 (make-obsolete-variable, define-obsolete-variable-alias):
19729 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19730 respectively.
19731
19732 * isearchb.el (isearchb-activate):
19733 * pcvs.el (cvs-mode):
19734 * ses.el (ses-load):
19735 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19736 * net/tramp.el (tramp-find-file-exists-command)
19737 (tramp-find-shell):
19738 * progmodes/ada-mode.el (ada-create-case-exception)
19739 (ada-create-case-exception-substring, ada-make-subprogram-body):
19740 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19741 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19742 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19743 * textmodes/org.el (org-promote, org-evaluate-time-range)
19744 (org-agenda-next-date-line, org-agenda-previous-date-line)
19745 (org-agenda-error, org-open-at-point, org-table-move-row)
19746 (org-format-table-table-html-using-table-generate-source)
19747 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19748 * textmodes/reftex.el (reftex-access-scan-info):
19749 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19750 (reftex-toc-promote-prepare): Follow error conventions.
19751
19752 * diff-mode.el (diff-mode): Fix typo in docstring.
19753
19754 * forms.el (forms--intuit-from-file): Fix reference to
19755 `forms-number-of-fields' in error message.
19756 (forms-print): Fix quoting in error message.
19757
19758 * forms.el (forms-mode):
19759 * emulation/vi.el (vi-goto-insert-state):
19760 * progmodes/flymake.el (flymake-new-err-info)
19761 (flymake-start-syntax-check-for-current-buffer)
19762 (flymake-simple-cleanup):
19763 * eshell/esh-var.el (eshell/export):
19764 * progmodes/gud.el (xdb):
19765 * textmodes/flyspell.el (flyspell-incorrect-hook)
19766 (flyspell-maybe-correct-transposition)
19767 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19768
19769 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19770
19771 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19772 minibuffer prompt.
19773
19774 2005-06-13 Kim F. Storm <storm@cua.dk>
19775
19776 * subr.el (add-to-ordered-list): New defun.
19777
19778 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19779 add cua--keymap-alist to emulation-mode-map-alists.
19780
19781 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19782
19783 * subr.el (complete-in-turn): New macro.
19784 (dynamic-completion-table, lazy-completion-table): Add debug info.
19785
19786 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19787 in preference to face aliases.
19788
19789 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19790 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19791 Remove unused vars `start' and `firstline'.
19792 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19793 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19794
19795 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19796
19797 * cus-start.el (all): Don't complain about missing GTK-related
19798 variables, unless either `gtk' is boundp or this isn't a
19799 `windows-nt' build.
19800
19801 2005-06-13 Lute Kamstra <lute@gnu.org>
19802
19803 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19804 run-mode-hooks.
19805
19806 * ediff-mult.el (ediff-meta-mode):
19807 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19808
19809 * ledit.el (ledit-mode): Use delay-mode-hooks.
19810
19811 * woman.el (woman-mode-line-format): Delete constant.
19812 (woman-mode-map): Initialize it properly.
19813 (woman-mode): Set mode-class property to special.
19814 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19815 Set major-mode and mode-name. Don't set mode-line-format directly.
19816 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19817
19818 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19819 string argument obsolete.
19820
19821 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19822
19823 * textmodes/org.el (org-CUA-compatible): New option.
19824 (org-disputed-keys): New variable.
19825 (org-key): New function.
19826 (orgtbl-make-binding): Add docstring to the created function.
19827 (org-mode): Set paragraph start/separate regexps.
19828 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19829 (org-archive-location, org-archive-mark-done)
19830 (org-archive-stamp-time): New options.
19831 (org-archive-subtree): New command.
19832 (org-fill-paragraph): New function.
19833 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19834 (org-fake-empty-table-line): Function removed.
19835 (org-format-org-table-html): Do not create empty table lines at
19836 separator lines. Improved table header treatment.
19837 (org-link-format): New option.
19838 (org-make-link): New function.
19839 (org-insert-link, org-store-link): Use org-make-link.
19840 (org-open-file): Quote file name for shell command, to allow
19841 spaces in file names.
19842 (org-link-regexp): Fix bug with mailto link.
19843 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19844 New constants.
19845 (org-export-as-html): Deal with the optional angles around a link.
19846 Better treatment of file: links.
19847 (org-open-at-point): Replace @{ and @} with < and >.
19848 (org-run-mode-hooks): Function removed.
19849 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19850
19851 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19852
19853 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19854 MI command -data-list-register-values.
19855 (gdb-post-prompt): Indent properly.
19856
19857 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19858
19859 * hilit-chg.el (highlight-changes-colors): Rename from
19860 `highlight-changes-colours'.
19861 (highlight-changes-colours): Keep as obsolete alias.
19862 (highlight-changes-face-list): Doc fix.
19863 (hilit-chg-make-list): Use `highlight-changes-colors'.
19864
19865 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19866
19867 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19868 defun-prompt-regexp.
19869
19870 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19871
19872 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19873 and cygwin.
19874
19875 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19876 Don't use an old loaddefs.el, as in Makefile.in.
19877
19878 2005-06-12 Lute Kamstra <lute@gnu.org>
19879
19880 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19881
19882 * man.el (Man-mode-map): Initialize it properly.
19883 (Man-mode): Set mode-class property to special.
19884
19885 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19886
19887 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19888
19889 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19890 A newline is needed in the docstring there.
19891
19892 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19893 Doc fixes.
19894
19895 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19896
19897 * printing.el: Doc fix. The menubar is no more changed when printing
19898 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19899 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19900 (pr-version): New version number (6.8.4).
19901 (pr-menu-bind): New command.
19902 (pr-update-menus): Docstring and code fix.
19903 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19904 Docstring fix.
19905 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19906 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19907
19908 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19909
19910 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19911 "Returns" to "return", document useful return values, etc.
19912
19913 2005-06-11 Alan Mackenzie <acm@muc.de>
19914
19915 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19916 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19917 (adaptive-file-function): Minor amendment to doc-string.
19918
19919 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19920
19921 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19922 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19923 Fix :type--it is `integer', not `string'.
19924
19925 * faces.el (modeline-highlight): Rename from (the erroneous)
19926 `modeline-higilight'.
19927
19928 2005-06-11 Lute Kamstra <lute@gnu.org>
19929
19930 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19931 lisp-interaction-mode-map but make it the parent.
19932 (edebug-eval-mode): Use define-derived-mode.
19933
19934 2005-06-11 Andreas Schwab <schwab@suse.de>
19935
19936 * bindings.el: Add binding of `ESC functionkey' for every
19937 `M-functionkey'.
19938 * hexl.el (hexl-mode-map): Likewise.
19939
19940 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19941
19942 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19943 [msft]: update regexp for newer msft compilers.
19944
19945 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19946
19947 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19948 ATTLIST portions of included DTDs.
19949 (xml-parse-dtd): Eliminate use of inefficient match-data.
19950
19951 2005-06-10 Miles Bader <miles@gnu.org>
19952
19953 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19954 (mpuz-text): Remove "-face" suffix from face names.
19955 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19956 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19957 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19958
19959 * play/gomoku.el (gomoku-O, gomoku-X):
19960 Remove "-face" suffix from face names.
19961 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19962 New backward-compatibility aliases for renamed faces.
19963 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19964
19965 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19966
19967 * thumbs.el: Fixes for changes of 2005-06-09.
19968 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19969 as a directory.
19970 (thumbs-thumbname): Remove directory separator from format string;
19971 `thumbs-thumbsdir' now returns a valid directory name.
19972 (thumbs-temp-dir): New defsubst.
19973 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19974 Use it.
19975
19976 * cus-edit.el (minibuffer):
19977 * files.el (make-backup-file-name-function):
19978 * filesets.el (filesets-external-viewers):
19979 * hilit-chg.el (highlight-changes-colours)
19980 (highlight-changes-face-list, highlight-changes-rotate-faces):
19981 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19982 * kmacro.el (kmacro-call-macro):
19983 * log-edit.el (log-edit-changelog-full-paragraphs):
19984 * mouse.el (mouse-1-click-follows-link):
19985 * skeleton.el (skeleton-autowrap):
19986 * subr.el (insert-for-yank-1):
19987 * tempo.el (tempo-insert-region):
19988 * terminal.el (terminal-emulator):
19989 * time.el (display-time-mail-face):
19990 * vc.el (vc-annotate):
19991 * vcursor.el (vcursor-copy-line):
19992 * woman.el (woman-bold-headings, woman-ignore)
19993 (woman-default-faces, woman-monochrome-faces):
19994 * calendar/todo-mode.el (todo-insert-threshold):
19995 * emulation/pc-select.el (pc-select-selection-keys-only)
19996 (pc-selection-mode):
19997 * emulation/vip.el (vip-find-char-forward):
19998 * emulation/viper-cmd.el (viper-find-char-forward):
19999 * international/mule-cmds.el
20000 (select-safe-coding-system-accept-default-p)
20001 (input-method-exit-on-invalid-key):
20002 * international/mule-diag.el (describe-coding-system):
20003 * international/ucs-tables.el (unify-8859-on-encoding-mode):
20004 * net/browse-url.el (browse-url-xterm-program):
20005 * obsolete/lazy-lock.el (lazy-lock-mode):
20006 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20007 (cperl-mode):
20008 * progmodes/cpp.el (cpp-face-light-name-list)
20009 (cpp-face-dark-name-list):
20010 * progmodes/delphi.el (delphi-newline-always-indents):
20011 Fix spellings in docstrings.
20012
20013 * ido.el (ido-mode, ido-file-extensions-order)
20014 (ido-default-file-method, ido-default-buffer-method)
20015 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20016 (ido-decorations, ido-read-file-name-as-directory-commands)
20017 (ido-read-file-name-non-ido, ido-work-directory-list)
20018 (ido-ignore-item-temp-list, ido-current-directory)
20019 (ido-magic-forward-char, ido-enter-find-file)
20020 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20021 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20022
20023 2005-06-10 Lute Kamstra <lute@gnu.org>
20024
20025 * play/dunnet.el (dun-mode): Use define-derived-mode.
20026 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20027 obsolete alias.
20028
20029 * play/doctor.el (doctor-mode-map): Remove defvar.
20030 (doctor-mode): Use define-derived-mode.
20031
20032 * mail/mspools.el (mspools-mode):
20033 * net/eudc-hotlist.el (eudc-hotlist-mode):
20034 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20035
20036 2005-06-10 Miles Bader <miles@gnu.org>
20037
20038 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20039 Remove "-face" suffix from face names.
20040 (flyspell-incorrect-face, flyspell-duplicate-face):
20041 New backward-compatibility aliases for renamed faces.
20042 (flyspell-mode-on, make-flyspell-overlay)
20043 (flyspell-highlight-incorrect-region)
20044 (flyspell-highlight-duplicate-region)
20045 (flyspell-display-next-corrections)
20046 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20047
20048 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20049 from face name.
20050 (texinfo-heading-face): New backward-compatibility alias for
20051 renamed face.
20052 (texinfo-heading-face): Use renamed texinfo-heading face.
20053
20054 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20055 suffix from face names.
20056 (tex-math-face, tex-verbatim-face):
20057 New backward-compatibility aliases for renamed faces.
20058 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20059 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20060 literal face name.
20061
20062 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20063 name.
20064 (table-cell-face): New backward-compatibility alias for renamed face.
20065 (table--put-cell-face-property, table--update-cell-face):
20066 Use renamed table-cell face.
20067
20068 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20069 from face name.
20070 (sgml-namespace-face): New backward-compatibility alias for
20071 renamed face.
20072 (sgml-namespace-face): Use renamed sgml-namespace face.
20073
20074 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20075 (org-level-4, org-level-5, org-level-6, org-level-7)
20076 (org-level-8, org-warning, org-headline-done)
20077 (org-deadline-announce, org-scheduled-today)
20078 (org-scheduled-previously, org-link, org-done, org-table)
20079 (org-time-grid): Remove "-face" suffix from face names.
20080 (org-level-1-face, org-level-2-face, org-level-3-face)
20081 (org-level-4-face, org-level-5-face, org-level-6-face)
20082 (org-level-7-face, org-level-8-face, org-warning-face)
20083 (org-headline-done-face, org-deadline-announce-face)
20084 (org-scheduled-today-face, org-scheduled-previously-face)
20085 (org-link-face, org-done-face, org-table-face)
20086 (org-time-grid-face):
20087 New backward-compatibility aliases for renamed faces.
20088 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20089 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20090 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20091 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20092
20093 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20094 (viper-minibuffer-emacs, viper-minibuffer-insert)
20095 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20096 (viper-search-face, viper-replace-overlay-face)
20097 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20098 (viper-minibuffer-vi-face):
20099 New backward-compatibility aliases for renamed faces.
20100 (viper-search-face, viper-replace-overlay-face)
20101 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20102 (viper-minibuffer-vi-face): Use renamed viper faces.
20103
20104 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20105 Remove "-face" suffix from face names.
20106 (testcover-nohits-face, testcover-1value-face):
20107 New backward-compatibility aliases for renamed faces.
20108 (testcover-mark): Use renamed testcover faces.
20109
20110 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20111 face name.
20112 (diary-button-face): New backward-compatibility alias for renamed face.
20113 (diary-entry): Use renamed diary-button face.
20114
20115 * calendar/calendar.el (diary, calendar-today, holiday)
20116 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20117 (diary-face, calendar-today-face, holiday-face):
20118 New backward-compatibility aliases for renamed faces.
20119 (eval-after-load "facemenu", diary-entry-marker)
20120 (calendar-today-marker, calendar-holiday-marker, diary-face):
20121 Use renamed calendar faces.
20122
20123 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20124 (compare-windows-face): New backward-compatibility alias for
20125 renamed face.
20126 (compare-windows-highlight): Use renamed compare-windows face.
20127
20128 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20129 (strokes-char-face): New backward-compatibility alias for renamed face.
20130 (strokes-encode-buffer): Use renamed strokes-char face.
20131
20132 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20133 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20134 Remove "-face" suffix from face names.
20135 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20136 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20137 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20138 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20139 Use renamed pcvs faces.
20140 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20141 * pcvs-defs.el (cvs-mode-map): Likewise.
20142 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20143
20144 * info.el (info-title-1, info-title-2, info-title-3)
20145 (info-title-4): Remove "-face" suffix from and downcase face names.
20146 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20147 (Info-title-4-face):
20148 New backward-compatibility aliases for renamed faces.
20149 (Info-fontify-node): Use renamed info faces.
20150
20151 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20152 Remove "-face" suffix from face names.
20153 (highlight-changes-face, highlight-changes-delete-face):
20154 New backward-compatibility aliases for renamed faces.
20155 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20156 (hilit-chg-make-list): Use renamed highlight-changes faces.
20157
20158 * generic-x.el (show-tabs-tab, show-tabs-space):
20159 Remove "-face" suffix from face names.
20160 (show-tabs-tab-face, show-tabs-space-face):
20161 New backward-compatibility aliases for renamed faces.
20162 (show-tabs-generic-mode-font-lock-defaults-1)
20163 (show-tabs-generic-mode-font-lock-defaults-2):
20164 Use renamed show-tabs faces.
20165
20166 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20167 (smerge-markers): Remove "-face" suffix from face names.
20168 (smerge-mine-face, smerge-other-face, smerge-base-face)
20169 (smerge-markers-face):
20170 New backward-compatibility aliases for renamed faces.
20171 (smerge-mine-face, smerge-other-face, smerge-base-face)
20172 (smerge-markers-face): Use renamed smerge faces.
20173
20174 * log-view.el (log-view-file, log-view-message): Remove "-face"
20175 suffix from face names.
20176 (log-view-file-face, log-view-message-face):
20177 New backward-compatibility aliases for renamed faces.
20178 (log-view-file-face, log-view-message-face): Use renamed log-view
20179 faces.
20180
20181 * paren.el (show-paren-match, show-paren-mismatch):
20182 Remove "-face" suffix from face names.
20183 (show-paren-match-face, show-paren-mismatch-face):
20184 New backward-compatibility aliases for renamed faces.
20185 (show-paren-function): Use renamed show-paren faces.
20186
20187 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20188 (ruler-mode-margins, ruler-mode-fringes)
20189 (ruler-mode-column-number, ruler-mode-fill-column)
20190 (ruler-mode-comment-column, ruler-mode-goal-column)
20191 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20192 suffix from face names.
20193 (ruler-mode-default-face, ruler-mode-pad-face)
20194 (ruler-mode-margins-face, ruler-mode-fringes-face)
20195 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20196 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20197 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20198 New backward-compatibility aliases for renamed faces.
20199 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20200 (ruler-mode-column-number, ruler-mode-fill-column)
20201 (ruler-mode-comment-column, ruler-mode-goal-column)
20202 (ruler-mode-tab-stop, ruler-mode-current-column)
20203 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20204 faces.
20205
20206 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20207 face name.
20208 (whitespace-highlight-the-space): Use renamed face.
20209 (whitespace-highlight-face): New backward-compatibility alias for
20210 renamed face.
20211
20212 * woman.el (woman-italic, woman-bold, woman-unknown)
20213 (woman-addition, woman-symbol-face):
20214 Remove "-face" suffix from face names.
20215 (woman-italic-face, woman-bold-face, woman-unknown-face)
20216 (woman-addition-face):
20217 New backward-compatibility aliases for renamed faces.
20218 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20219 (woman-decode-region, woman-replace-match)
20220 (woman-display-extended-fonts, woman-special-characters)
20221 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20222 Use renamed woman faces.
20223
20224 * longlines.el (longlines-visible-face): Face removed.
20225
20226 * diff-mode.el (diff-header, diff-file-header, diff-index)
20227 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20228 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20229 suffix from face names.
20230 (diff-header-face, diff-file-header-face, diff-index-face)
20231 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20232 (diff-changed-face, diff-function-face, diff-context-face)
20233 (diff-nonexistent-face): New backward-compatibility aliases for
20234 renamed faces.
20235 (diff-header-face, diff-file-header-face)
20236 (diff-index, diff-index-face, diff-hunk-header)
20237 (diff-hunk-header-face, diff-removed, diff-removed-face)
20238 (diff-added, diff-added-face, diff-changed-face, diff-function)
20239 (diff-function-face, diff-context-face, diff-nonexistent)
20240 (diff-nonexistent-face): Use renamed diff-mode faces.
20241
20242 * progmodes/compile.el (compilation-warning-face)
20243 (compilation-info-face): Remove "-face" suffix from face names.
20244 (compilation-warning-face, compilation-info-face):
20245 New backward-compatibility aliases for renamed faces.
20246 (compilation-warning-face, compilation-info-face):
20247 Use renamed compilation faces.
20248
20249 * add-log.el (change-log-date, change-log-name)
20250 (change-log-email, change-log-file, change-log-list)
20251 (change-log-conditionals, change-log-function)
20252 (change-log-acknowledgement): Remove "-face" suffix from face names.
20253 (change-log-date-face, change-log-name-face)
20254 (change-log-email-face, change-log-file-face)
20255 (change-log-list-face, change-log-conditionals-face)
20256 (change-log-function-face, change-log-acknowledgement-face):
20257 New backward-compatibility aliases for renamed faces.
20258 (change-log-font-lock-keywords): Use renamed change-log faces.
20259
20260 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20261 (custom-set, custom-changed, custom-saved, custom-button)
20262 (custom-button-pressed, custom-documentation, custom-state)
20263 (custom-comment, custom-comment-tag, custom-variable-tag)
20264 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20265 (custom-group-tag): Remove "-face" suffix from face names.
20266 (custom-magic-alist, custom-magic-value-create)
20267 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20268 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20269 (custom-set-face, custom-changed-face, custom-saved-face)
20270 (custom-button-face, custom-button-pressed-face)
20271 (custom-documentation-face, custom-state-face)
20272 (custom-comment-face, custom-comment-tag-face)
20273 (custom-variable-tag-face, custom-variable-button-face)
20274 (custom-face-tag-face, custom-group-tag-face-1)
20275 (custom-group-tag-face):
20276 New backward-compatibility aliases for renamed faces.
20277
20278 * wid-edit.el (widget-documentation, widget-button)
20279 (widget-field, widget-single-line-field, widget-inactive)
20280 (widget-button-pressed): "-face" suffix removed from face names.
20281 (widget-documentation-face, widget-button-face)
20282 (widget-field-face, widget-single-line-field-face)
20283 (widget-inactive-face, widget-button-pressed-face):
20284 New backward-compatibility aliases for renamed faces.
20285 (widget-documentation-face, widget-button-face)
20286 (widget-button-pressed-face, widget-specify-field)
20287 (widget-specify-inactive): Use renamed widget faces.
20288
20289 2005-06-10 Kenichi Handa <handa@m17n.org>
20290
20291 * term/x-win.el (x-clipboard-yank): Remove condition-case
20292 wrapping.
20293
20294 2005-06-11 Kenichi Handa <handa@m17n.org>
20295
20296 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20297 date lines stricter.
20298
20299 2005-06-10 Zhang Wei <id.brep@gmail.com>
20300
20301 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20302 of x-get-selection.
20303
20304 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20305
20306 * comint.el (comint-mode, comint-snapshot-last-prompt):
20307 * frame.el (frame-current-scroll-bars):
20308 * term.el (term-mode, term-check-proc, term-input-sender)
20309 (term-simple-send, term-extract-string, term-word)
20310 (term-match-partial-filename):
20311 * window.el (window-current-scroll-bars):
20312 * emulation/cua-base.el (cua-normal-cursor-color)
20313 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20314 (cua-global-mark-cursor-color):
20315 * mail/undigest.el (rmail-forward-separator-regex):
20316 Fix typos in docstrings.
20317
20318 * comint.el (comint-check-proc, make-comint-in-buffer)
20319 (comint-source-default): Doc fixes.
20320
20321 * term.el (term-send-string): Improve argument/docstring consistency.
20322
20323 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20324
20325 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20326 call to `delete-region'.
20327 (comint-mode-hook): Do not enable Font Lock by default.
20328
20329 2005-06-09 Lute Kamstra <lute@gnu.org>
20330
20331 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20332 could be void.
20333
20334 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20335
20336 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20337 (debug): Use it.
20338 (debugger-step-through, debugger-continue, debugger-jump)
20339 (debugger-return-value): Set it when needed.
20340 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20341 Use inhibit-read-only.
20342
20343 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20344
20345 * window.el (shrink-window-if-larger-than-buffer)
20346 (window-size-fixed): Fix typo in docstring.
20347
20348 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20349 thumbnails directory on loading.
20350 (thumbs-conversion-program): Use `eq' to check the system type,
20351 not `equal'.
20352 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20353 not "/tmp". Fix docstring.
20354 (thumbs-thumbsdir): New function to return the thumbnails
20355 directory, creating it if needed.
20356 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20357 (thumbs-temp-file): Delete variable and make it into a function.
20358 (thumbs-resize-image, thumbs-modify-image): Use it.
20359 (thumbs-kill-buffer): Simplify.
20360 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20361 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20362 docstrings.
20363
20364 2005-06-09 Kim F. Storm <storm@cua.dk>
20365
20366 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20367 set-match-data to free markers in match-data.
20368
20369 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20370 match-data to unchain markers in match-data.
20371
20372 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20373
20374 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20375 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20376 unnecessary now.
20377
20378 2005-06-08 Richard M. Stallman <rms@gnu.org>
20379
20380 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20381 give the variable a doc string that doesn't say don't set it directly.
20382
20383 * textmodes/ispell.el (ispell-check-version):
20384 Use match-string-no-properties.
20385 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20386 (ispell-buffer-local-words): Likewise.
20387
20388 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20389 except on terminals with enough colors to really display it.
20390 (makefile-dependency-regex): Delete spurious `bb'.
20391
20392 * faces.el (escape-glyph): Use blue once again in last case.
20393 (no-break-space): Redefine so that it isn't invisible on a tty.
20394
20395 2005-06-08 Kim F. Storm <storm@cua.dk>
20396
20397 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20398 also when reading directory name.
20399
20400 2005-06-08 Lute Kamstra <lute@gnu.org>
20401
20402 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20403 (flyspell-mode-line-string): Remove autoload cookie.
20404 (flyspell-mode): Remove defvar.
20405
20406 2005-06-07 Lute Kamstra <lute@gnu.org>
20407
20408 * textmodes/org.el (org-run-mode-hooks): New function.
20409 (org-agenda-mode): Use it.
20410
20411 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20412
20413 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20414
20415 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20416
20417 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20418
20419 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20420
20421 * font-lock.el (font-lock-add-keywords): Doc fix.
20422
20423 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20424
20425 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20426 (tex-compile-default): In the absence of any history, use the order in
20427 tex-compile-alist to choose the preferred command.
20428 (tex-compile-commands): Reorder a bit.
20429
20430 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20431 (flyspell-incorrect-face, flyspell-duplicate-face):
20432 Use (X)Emacs-agnostic code.
20433 (flyspell-mode-map): Don't overwrite at each load. Remove code
20434 redundant with the subsequent add-minor-mode. Merge Emacs and
20435 XEmacs code.
20436 (flyspell-word): Minor simplification.
20437 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20438 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20439 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20440 Merge the corresponding Emacs code.
20441 (flyspell-correct-word, flyspell-xemacs-popup):
20442 Use flyspell-do-correct.
20443
20444 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20445 a dedicated window.
20446
20447 * international/latexenc.el (latexenc-find-file-coding-system):
20448 Undo part of last patch, to turn off a compiler warning.
20449
20450 2005-06-06 Juri Linkov <juri@jurta.org>
20451
20452 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20453 Rename `tmm-inactive-face' to `tmm-inactive'.
20454
20455 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20456
20457 * iswitchb.el: Rename faces.
20458
20459 2005-06-06 Kim F. Storm <storm@cua.dk>
20460
20461 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20462 (cua-global-mark): Remove -face suffix from face names.
20463
20464 * emulation/cua-gmrk.el (cua--init-global-mark):
20465 Remove cua-global-mark face setup.
20466
20467 2005-06-06 Richard M. Stallman <rms@gnu.org>
20468
20469 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20470 just like other allowed characters.
20471 (makefile-match-dependency): Exclude leading and training whitespace
20472 from the range of regexp subexp 1.
20473 (makefile-macroassign-regex): Don't try to match the body,
20474 just the name of the macro being defined.
20475
20476 * info.el (Info-read-node-name-2): New function.
20477 (Info-read-node-name-1): Use that.
20478 Add a completion-base-size-function property.
20479
20480 * simple.el (completion-setup-function): Look for
20481 completion-base-size-function property of minibuffer-completion-table.
20482
20483 * files.el (locate-file-completion): Doc fix.
20484
20485 * printing.el: Don't call pr-update-menus; user must do that.
20486
20487 * emacs-lisp/debug.el (debugger-window): New variable.
20488 (debug): Use debugger-window if it is set and still alive.
20489 Record debugger-window for next entry.
20490
20491 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20492
20493 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20494
20495 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20496 (hack-one-local-variable, hack-local-variables)
20497 (hack-local-variables-prop-line): Pass that arg.
20498
20499 2005-06-06 Kim F. Storm <storm@cua.dk>
20500
20501 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20502 (ido-indicator): Remove -face suffix from face names.
20503
20504 2005-06-06 Juri Linkov <juri@jurta.org>
20505
20506 * font-lock.el (font-lock-regexp-backslash)
20507 (font-lock-regexp-backslash-construct): New faces.
20508 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20509 after `('. Add `while-no-input' to control structures.
20510
20511 * faces.el (no-break-space, shadow): New faces.
20512 (escape-glyph): Use less loud colors pink2 and red4.
20513
20514 * diff-mode.el (diff-context-face)
20515 * dired.el (dired-ignored)
20516 * rfn-eshadow.el (file-name-shadow)
20517 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20518
20519 * info.el (Info-title-1-face): Use green instead of yellow because
20520 bold yellow is not readable on light backgrounds.
20521
20522 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20523 before selecting the desired mode to not spend time fontifying
20524 old contents.
20525
20526 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20527
20528 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20529 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20530
20531 * ps-print.el (ps-default-fg, ps-default-bg):
20532 Fix typos in docstrings.
20533
20534 * isearchb.el (isearchb): Don't pass a spurious second argument to
20535 `iswitchb-completions'.
20536
20537 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20538
20539 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20540 to preserve point.
20541 (gdb-find-file-hook): Add doc string.
20542
20543 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20544 C dereferenced pointer expression.
20545 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20546
20547 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20548
20549 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20550 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20551 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20552 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20553 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20554 Make background transparent.
20555
20556 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20557
20558 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20559 (font-lock-remove-keywords): Doc fix.
20560 (font-lock-mode-major-mode): Compiler defvar.
20561 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20562
20563 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20564 (font-lock-mode): Update `font-lock-mode-major-mode'.
20565 (font-lock-set-defaults): Compiler defvar.
20566 (font-lock-default-function): Take `font-lock-mode-major-mode'
20567 into account.
20568
20569 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20570 keep track of which major mode it enabled the minor mode for.
20571 Use find-file-hook again. Update docstring.
20572
20573 * simple.el (eval-expression-print-level)
20574 (eval-expression-print-length, eval-expression-debug-on-error):
20575 Doc fixes.
20576
20577 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20578
20579 * iswitchb.el (iswitchb-single-match-face)
20580 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20581 (iswitchb-invalid-regexp-face): New faces.
20582 (iswitchb-completions): Use them.
20583 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20584 now marked as an obsolete alias.
20585 (iswitchb-read-buffer): Remove check for bound font variables.
20586 (iswitchb-invalid-regexp): New free variable.
20587 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20588 set iswitchb-invalid-regexp.
20589 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20590 invalid regexps.
20591 (iswitchb-completions): Add check for complete match when entering
20592 a regexp.
20593 (iswitchb-completions): Remove require-match argument.
20594 (iswitchb-exhibit): Fix caller.
20595 (iswitchb-common-match-inserted): New variable.
20596 (iswitchb-complete, iswitchb-completion-help): Use it.
20597
20598 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20599
20600 * url-http.el (url-http-chunked-encoding-after-change-function):
20601 Use `url-http-debug' instead of `message'.
20602
20603 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20604
20605 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20606 callback argument.
20607
20608 2005-06-04 Kim F. Storm <storm@cua.dk>
20609
20610 * simple.el (line-move): Only call sit-for when moving backwards.
20611
20612 * ido.el (ido-make-merged-file-list-1): New defun split from
20613 ido-make-merged-file-list.
20614 (ido-make-merged-file-list): Bind throw-on-input around call to
20615 ido-make-merged-file-list-1. Return input-pending-p if
20616 interrupted by more input available.
20617 (ido-read-internal): Handle input-pending-p return value from
20618 ido-make-merged-file-list.
20619
20620 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20623 compatibility code.
20624
20625 * international/latexenc.el (latexenc-find-file-coding-system):
20626 Don't inherit the EOL part of the coding-system from the
20627 tex-main buffer. Fit within 80 columns.
20628
20629 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20630
20631 * tmm.el (tmm-inactive-face): New face.
20632 (tmm-remove-inactive-mouse-face): New function.
20633 (tmm-prompt, tmm-add-one-shortcut)
20634 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20635 but not selectable.
20636
20637 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20638
20639 * faces.el (face-equal): Improve argument/docstring consistency.
20640
20641 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20642
20643 * progmodes/make-mode.el (makefile-targets-face)
20644 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20645 (makefile-bsdmake-dependency-regex)
20646 (makefile-makepp-rule-action-regex)
20647 (makefile-bsdmake-rule-action-regex): New constants.
20648 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20649
20650 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20651 Allow (...) within `...' for makepp messages.
20652
20653 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20654
20655 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20656
20657 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20658 "." files are deleted from all file lists before comparison.
20659
20660 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20661 (viper-ESC-key): Made them customizable.
20662
20663 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20664
20665 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20666
20667 * autorevert.el (auto-revert-buffers): Use save-match-data.
20668
20669 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20670
20671 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20672 menu items with a nil command binding.
20673
20674 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20675
20676 * emacs-lisp/cl-macs.el (defsetf):
20677 Improve argument/docstring consistency.
20678
20679 * faces.el (list-faces-display): Improve the formatting by
20680 computing the maximum length required for any face-name (reworked
20681 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20682 (internal-find-face): Remove redundant info in docstring.
20683
20684 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20685
20686 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20687 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20688 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20689 (gdb-assembler-custom): Improve regexps.
20690 (def-gdb-auto-update-handler): Use window point to preserve point.
20691
20692 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20693
20694 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20695
20696 2005-05-31 Jay Belanger <belanger@truman.edu>
20697
20698 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20699 to calc-embedded.
20700 (calc-embedded-make-info): Have plain prefix argument select
20701 entire line.
20702
20703 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20704
20705 * faces.el (list-faces-display): Signal error if passed a regexp
20706 that matches no face name.
20707
20708 * simple.el (filter-buffer-substring): Fix typo in docstring.
20709
20710 2005-05-31 Richard M. Stallman <rms@gnu.org>
20711
20712 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20713 (vhdl-emacs-21): Doc fix.
20714 (vhdl-mode): Unconditionally set comment-padding.
20715 (vhdl-fixup-whitespace-region): Insert spaces only where
20716 there are none.
20717 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20718
20719 2005-05-30 John Wiegley <johnw@newartisans.com>
20720
20721 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20722 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20723 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20724 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20725 `string-to-number'.
20726
20727 2005-05-30 Jay Belanger <belanger@truman.edu>
20728
20729 * calc/calc.el (calc-bug-address): Fix docstring.
20730 (calc-window-hook, calc-trail-window-hook): New variables.
20731 (calc-trail-display): Restore use of calc-trail-window-hook.
20732 (calc): Restore use of calc-window-hook.
20733
20734 2005-05-31 Masatake YAMATO <jet@gyve.org>
20735
20736 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20737
20738 * help-fns.el (help-C-file-name): Add autoload mark for
20739 `find-function-noselect'.
20740
20741 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20742
20743 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20744 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20745
20746 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20747
20748 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20749 included diary buffer if it was not already being visited.
20750 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20751
20752 * calendar/icalendar.el (top-level): Do not require appt.
20753
20754 * mail/supercite.el (sc-select-attribution): Only use a list
20755 element from sc-attrib-selection-list if it returns a string.
20756 Reported by Davide G. M. Salvetti <salve@debian.org>.
20757
20758 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20759
20760 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20761 includes a hash value to improve its uniqueness, and has a ".jpg"
20762 extension. Also, it is now a valid filename on all systems.
20763 (thumbs-make-thumb): Use `let', not `let*'.
20764 (thumbs-show-thumbs-list): Check for JPEG availability.
20765
20766 2005-05-30 Richard M. Stallman <rms@gnu.org>
20767
20768 * filesets.el (filesets-menu-ensure-use-cached):
20769 Prevent warning when emacs-version>= is undefined.
20770
20771 * printing.el (pr-interactive-n-up): Use string-to-number.
20772
20773 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20774
20775 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20776 Warn only when name to be defined is quoted.
20777
20778 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20779
20780 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20781 Make regexp more robust.
20782 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20783 Force regeneration of disassembly.
20784
20785 2005-05-29 Jay Belanger <belanger@truman.edu>
20786
20787 * calc/calc.el (calc-user-invocation): Check if
20788 calc-invocation-macro is non-nil.
20789
20790 2005-05-29 Juri Linkov <juri@jurta.org>
20791
20792 * add-log.el (change-log-font-lock-keywords):
20793 Add `+' to e-mail regexp to accept mail address with keywords.
20794
20795 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20796
20797 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20798
20799 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20800
20801 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20802
20803 2005-05-29 Richard M. Stallman <rms@gnu.org>
20804
20805 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20806 Undo the change that moves to end of the current word.
20807
20808 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20809
20810 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20811 Throw error when count <= 0 to ensure input is a number.
20812 (gdb-read-memory-custom): Pick up address from buffer.
20813 (gdb-memory-mode): Allow user to increment and decrement
20814 memory address from header line.
20815
20816 2005-05-29 Richard M. Stallman <rms@gnu.org>
20817
20818 * flyspell.el (flyspell-version): Function deleted.
20819 (flyspell-auto-correct-previous-hook): Doc fix.
20820
20821 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20822 Do nothing if memory is full.
20823
20824 * font-lock.el (font-lock-fontify-syntactically-region):
20825 Pass t for GREEDY to looking-back.
20826
20827 * saveplace.el (save-place-alist-to-file): Write the file
20828 using write-region.
20829
20830 * subr.el (looking-back): New argument GREEDY.
20831
20832 * progmodes/compile.el (compilation-start): Set the mode
20833 before inserting the initial text.
20834
20835 * progmodes/which-func.el (which-func-update-1): Turn the mode
20836 off in case of error by setting which-func-mode.
20837
20838 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20839
20840 * flyspell.el (flyspell-auto-correct-previous-word):
20841 Narrow down to what's on the screen, and recenter overlays
20842 at the end of the next word.
20843
20844 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20845
20846 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20847 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20848 (flyspell-abbrev-p): Default to nil.
20849 (flyspell-use-global-abbrev-table-p): Doc fix.
20850 (flyspell-large-region): Allow nil as value.
20851 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20852
20853 (mail-mode-flyspell-verify): More robust handling
20854 of `mail-header-separator'. More efficient signature detection.
20855 Allow for regexp metacharacters in message-header-separator.
20856 Adding `To' not to be checked in mail-mode-flyspell-verify.
20857
20858 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20859 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20860 Bind flyspell-auto-correct-binding.
20861 Bind C-. and C-, .
20862 (flyspell-mode-map): Likewise.
20863 (flyspell-mode): Doc fix.
20864 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20865 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20866 (flyspell-word-cache-result): New var, always local.
20867 (flyspell-check-pre-word-p): Doc fix.
20868 (flyspell-check-changed-word-p): Handle spc like newline.
20869 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20870 (flyspell-word-search-backward, flyspell-word-search-forward):
20871 New functions.
20872 (flyspell-word): Return t if nothing to check.
20873 When parsing TeX code, check for after } or \.
20874 Use flyspell-word-search-backward to find previous word.
20875 Return nil if duplicated word.
20876 For word already checked, return same value as last time.
20877 Set flyspell-word-cache-result after checking.
20878 Don't clobber the return value.
20879 (flyspell-get-word): Major rewrite.
20880 (flyspell-external-point-words): New locals pword, pcount.
20881 Fix size used in progress message.
20882 Find the proper corresponding word in flyspell-large-region-buffer.
20883 (flyspell-region): Check for flyspell-large-region = nil.
20884 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20885 (flyspell-auto-correct-word): Check that WORD is a cons.
20886 (flyspell-correct-word): Likewise.
20887
20888 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20889
20890 * progmodes/make-mode.el (makefile-rule-action-regex)
20891 (makefile-macroassign-regex, makefile-makepp-mode)
20892 (makefile-bsdmake-mode): Continuation lines may be empty.
20893 Reported by Joshua Varner.
20894 (makefile-makepp-font-lock-keywords): Add $(stem).
20895
20896 2005-05-28 Karl Berry <karl@gnu.org>
20897
20898 * textmodes/tex-mode.el: Now that tex-send-command calls
20899 shell-quote-argument (2005-03-31 change), remove all calls to
20900 shell-quote-argument; they all end up invoking tex-send-command.
20901 The double quoting loses on filenames with non-safe characters,
20902 such as "@". Reported by Frederik Fouvry.
20903
20904 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20905
20906 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20907 about preserving point.
20908
20909 2005-05-27 Jay Belanger <belanger@truman.edu>
20910
20911 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20912 Info-goto-node.
20913
20914 * calc/calc-embed.el (calc-embed-arg): New variable.
20915 (calc-do-embedded-activate, calc-embedded-activate-formula)
20916 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20917 variable by new variable.
20918 (calc-embedded-make-info): Replace undeclared variable by new
20919 variable. When selecting region with positive prefix
20920 argument, use end of previous line instead of beginning of line.
20921
20922 * calc/calc-aent.el (calc-arg-values): Declare it.
20923
20924 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20925 Declare them.
20926
20927 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20928
20929 * calc/calc.el (calc-alg-map): Declare it.
20930
20931 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20932
20933 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20934
20935 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20936 (gdb-registers-buffer, toggle-gdb-all-registers):
20937 Toggle display of floating point registers.
20938 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20939
20940 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20941 (toggle-gud-tooltip-dereference):
20942 Rename from gud-toggle-tooltip-dereference.
20943
20944 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20945
20946 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20947
20948 2005-05-27 Jay Belanger <belanger@truman.edu>
20949
20950 * calc/calc-prog.el (calc-kbd-report): Remove.
20951 (calc-kbd-query): Rewrite.
20952
20953 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20954
20955 * image.el (image-library-alist): Move to image.c.
20956 (image-type-available-p): Doc fix.
20957
20958 2005-05-27 Lute Kamstra <lute@gnu.org>
20959
20960 * calc/calc.el (calc):
20961 * outline.el (outline-1, outline-2, outline-3, outline-4)
20962 (outline-5, outline-6, outline-7, outline-8):
20963 * textmodes/dns-mode.el (dns-mode):
20964 * textmodes/sgml-mode.el (sgml-namespace-face):
20965 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20966 (tex-verbatim-face, tex-use-reftex):
20967 * textmodes/texinfo.el (texinfo-heading-face):
20968 Specify customization group.
20969
20970 * longlines.el: Don't require easy-mmode.
20971 (longlines-visible-face): Specify customization group.
20972
20973 2005-05-27 Kenichi Handa <handa@m17n.org>
20974
20975 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20976 encoding table of windows-1251.
20977
20978 * international/ucs-tables.el (ucs-set-table-for-input):
20979 If translation-table-for-input of a coding system is a symbol, get
20980 its translation-table property.
20981
20982 * international/code-pages.el: Don't register a coding system into
20983 non-iso-charset-alist more than once.
20984 (cp-make-coding-system): Likewise.
20985
20986 2005-05-26 John Wiegley <johnw@newartisans.com>
20987
20988 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20989 `eshell-resume-eval' is wrapped in a list, it indicates that the
20990 command was run asynchronously. In that case, unwrap the value
20991 before checking the delimiter value.
20992
20993 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20994 character before a space at the end of a line is \, assume the space
20995 is part of the last argument rather than a final argument separator.
20996
20997 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20998 is in use, and the target is `t' or `nil' (which are the most common
20999 values), don't assume that the symbol target is a buffer.
21000
21001 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21002
21003 * calendar/calendar.el (calendar-mode-line-format):
21004 Use mode-line-highlight as mouse-face.
21005
21006 * time.el (display-time-string-forms, display-time-update):
21007 Use mode-line-highlight as mouse-face.
21008
21009 2005-05-26 Jay Belanger <belanger@truman.edu>
21010
21011 * calc/calc.el (calc-language-alist): Remove extra defvar.
21012
21013 2005-05-26 Lute Kamstra <lute@gnu.org>
21014
21015 * arc-mode.el (archive-mode):
21016 * bookmark.el (bookmark-read-annotation-mode)
21017 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21018 * bs.el (bs-mode):
21019 * calc/calc-yank.el (calc-edit-mode):
21020 * calc/calc.el (calc-mode, calc-trail-mode):
21021 * calculator.el (calculator-mode):
21022 * chistory.el (command-history-mode):
21023 * comint.el:
21024 * cus-edit.el (custom-mode):
21025 * descr-text.el (describe-text-mode):
21026 * ebuff-menu.el (Electric-buffer-menu-mode):
21027 * ediff-util.el (ediff-mode):
21028 * emacs-lisp/re-builder.el (reb-mode):
21029 * emulation/vi.el (vi-mode-setup):
21030 * emulation/ws-mode.el (wordstar-mode):
21031 * eshell/esh-mode.el (eshell-mode):
21032 * forms.el (forms-mode):
21033 * help-mode.el (help-mode):
21034 * hexl.el (hexl-mode):
21035 * ibuffer.el (ibuffer-mode):
21036 * ielm.el (inferior-emacs-lisp-mode):
21037 * info.el (Info-mode, Info-edit-mode):
21038 * international/swedish.el:
21039 * ledit.el (ledit-from-lisp-mode):
21040 * locate.el (locate-mode):
21041 * mail/rmail.el (rmail-mode):
21042 * mail/rmailedit.el (rmail-edit-mode):
21043 * mail/rmailsum.el (rmail-summary-mode):
21044 * mail/supercite.el (sc-electric-mode):
21045 * net/eudc.el (eudc-mode):
21046 * net/quickurl.el (quickurl-list-mode):
21047 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21048 * obsolete/ooutline.el (outline-mode):
21049 * obsolete/options.el (Edit-options-mode):
21050 * obsolete/rnews.el (news-mode):
21051 * obsolete/rnewspost.el (news-reply-mode):
21052 * play/5x5.el (5x5-mode):
21053 * play/decipher.el (decipher-mode, decipher-stats-mode):
21054 * play/gomoku.el (gomoku-mode):
21055 * play/snake.el (snake-mode):
21056 * play/solitaire.el (solitaire-mode):
21057 * play/tetris.el (tetris-mode):
21058 * progmodes/ada-mode.el (ada-mode):
21059 * progmodes/antlr-mode.el (antlr-mode):
21060 * progmodes/autoconf.el (autoconf-mode):
21061 * progmodes/dcl-mode.el (dcl-mode):
21062 * progmodes/delphi.el (delphi-mode):
21063 * progmodes/ebrowse.el (ebrowse-tree-mode)
21064 (ebrowse-electric-list-mode, ebrowse-member-mode)
21065 (ebrowse-electric-position-mode):
21066 * progmodes/f90.el (f90-mode):
21067 * progmodes/fortran.el (fortran-mode):
21068 * progmodes/icon.el (icon-mode):
21069 * progmodes/idlw-help.el (idlwave-help-mode):
21070 * progmodes/idlw-shell.el (idlwave-shell-mode):
21071 * progmodes/idlwave.el (idlwave-mode):
21072 * progmodes/inf-lisp.el (inferior-lisp-mode):
21073 * progmodes/m4-mode.el (m4-mode):
21074 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21075 * progmodes/modula2.el (modula-2-mode):
21076 * progmodes/octave-inf.el (inferior-octave-mode):
21077 * progmodes/octave-mod.el (octave-mode):
21078 * progmodes/pascal.el (pascal-mode):
21079 * progmodes/sh-script.el (sh-mode):
21080 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21081 * progmodes/vhdl-mode.el (vhdl-mode):
21082 * progmodes/xscheme.el (scheme-interaction-mode):
21083 * replace.el (occur-mode):
21084 * ses.el (ses-mode):
21085 * simple.el (completion-list-mode):
21086 * skeleton.el:
21087 * speedbar.el (speedbar-mode):
21088 * term.el (term-mode):
21089 * terminal.el (terminal-edit-mode):
21090 * textmodes/reftex-index.el (reftex-index-mode)
21091 (reftex-index-phrases-mode):
21092 * textmodes/reftex-sel.el (reftex-select-label-mode)
21093 (reftex-select-bib-mode):
21094 * textmodes/reftex-toc.el (reftex-toc-mode):
21095 * wdired.el (wdired-change-to-wdired-mode):
21096 * wid-browse.el (widget-browse-mode):
21097 Use run-mode-hooks.
21098
21099 * array.el (array-mode):
21100 * calendar/todo-mode.el (todo-mode):
21101 * man.el (Man-mode):
21102 * play/landmark.el (lm-mode):
21103 * play/mpuz.el (mpuz-mode):
21104 Use kill-all-local-variables and run-mode-hooks.
21105
21106 * subr.el (delay-mode-hooks): Specify indentation.
21107
21108 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21109
21110 * xml.el (xml-substitute-special): Don't die for undefined xml
21111 entities.
21112
21113 2005-05-26 Jay Belanger <belanger@truman.edu>
21114
21115 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21116 of nil.
21117
21118 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21119
21120 * progmodes/gdb-ui.el (gdb-frame-address):
21121 Rename from gdb-current-address.
21122 (gdb-previous-frame-address): Rename from gdb-previous-address.
21123 (gdb-selected-frame): Rename from gdb-current-frame.
21124 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21125 (gdb-frame-number): Rename from gdb-current-stack-level.
21126 (gdb-ann3): Match new mode-name for disassembly buffer.
21127 Extend initialization of variables.
21128 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21129 (gdb-memory-mode): Use mouse-face in header line.
21130 (gdb-assembler-buffer-name): Call it disassembly and give frame
21131 in mode line.
21132 (gdb-source-spec-regexp, gdb-assembler-custom)
21133 (gdb-invalidate-assembler, gdb-frame-handler):
21134 Make robust to leading zeroes in address format.
21135
21136 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21137
21138 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21139 define `org-mode'.
21140 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21141
21142 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21143
21144 * log-edit.el (log-edit-changelog-entries): Distinguish between
21145 filenames like xfns.c and fns.c.
21146
21147 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21148
21149 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21150 point after reverting.
21151 (Buffer-menu-make-sort-button): Handle the case where
21152 `Buffer-menu-use-header-line' is nil.
21153
21154 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21155
21156 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21157 New funcs. In minibuffer-local-completion-map bind `]', `/'
21158 and `:' to them.
21159
21160 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21161
21162 * startup.el (normal-top-level): Allow modification of load-path while
21163 we're iterating over it.
21164
21165 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21166
21167 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21168 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21169 (thumbs-resize-interactive, thumbs-insert-image)
21170 (thumbs-insert-thumb, thumbs-dired-show-marked)
21171 (thumbs-find-image-at-point, thumbs-delete-images)
21172 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21173 (thumbs-increment-image-size, thumbs-decrement-image-size):
21174 Fix typos in docstrings.
21175
21176 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21177
21178 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21179 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21180 (cperl-mode): Use them.
21181
21182 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21183
21184 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21185 Doc fixes.
21186
21187 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21188
21189 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21190 Bind C-d to gdb-inferior-io-eof.
21191
21192 * dired.el (dired-dnd-popup-notice): Use message-box.
21193
21194 2005-05-23 Masatake YAMATO <jet@gyve.org>
21195
21196 * bindings.el (mode-line-major-mode-keymap):
21197 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21198
21199 * faces.el (mode-line-highlight): New face.
21200
21201 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21202 as mouse-face.
21203
21204 * bindings.el (top-level, help-echo, mode-line-modified)
21205 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21206 as mouse-face.
21207
21208 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21209
21210 * progmodes/cc-engine.el (c-guess-basic-syntax):
21211 Remove spurious call to `zerop'.
21212
21213 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21214
21215 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21216
21217 CC Mode update to 5.30.10:
21218
21219 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21220 could go past the limit in decoration level 2, thereby causing
21221 errors during interactive fontification.
21222
21223 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21224 the file is evaluated interactively.
21225
21226 * cc-engine.el (c-guess-basic-syntax): Handle operator
21227 declarations somewhat better in C++.
21228
21229 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21230 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21231 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21232 (awk-mode): Use it.
21233 (make-local-hook): Suppress warning about obsoleteness.
21234
21235 * cc-engine.el, cc-align.el, cc-cmds.el
21236 (c-append-backslashes-forward, c-delete-backslashes-forward)
21237 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21238 Compensate for return value from `forward-line' when it has moved
21239 but not to a different line due to eob.
21240
21241 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21242 `objc-method-intro' and `objc-method-args-cont'.
21243
21244 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21245
21246 CC Mode update to 5.30.10:
21247
21248 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21249 in the copyright statement. Incidentally, change "along with GNU
21250 Emacs" to "along with this program" where it occurs.
21251
21252 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21253 so that it is interactive, hence can be found by M-x awk-mode
21254 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21255 <gmorris+emacs@ast.cam.ac.uk>.
21256
21257 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21258 Mode's regexps.
21259
21260 2005-05-23 Kevin Ryde <user42@zip.com.au>
21261
21262 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21263 c-parse-state, to avoid a lisp error (on bad code).
21264
21265 2005-05-23 Lute Kamstra <lute@gnu.org>
21266
21267 * subr.el (font-lock-defaults): Remove defvar as it's already
21268 defined in font-core.el.
21269
21270 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21271
21272 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21273
21274 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21275 more general and work when GDB variable "print pretty" is on,
21276 as with Emacs, for example.
21277
21278 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21279
21280 * font-core.el: Update comment.
21281
21282 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21283 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21284
21285 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21286
21287 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21288
21289 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21290 and `yank-handler' in the doc strings.
21291
21292 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21295
21296 2005-05-22 Richard M. Stallman <rms@gnu.org>
21297
21298 * help.el (describe-key): Move print-help-return-message call
21299 out of conditional.
21300
21301 * progmodes/etags.el (list-tags): Use with-no-warnings.
21302
21303 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21304 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21305 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21306
21307 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21308
21309 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21310 Add defvar.
21311
21312 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21313 Use defvar, not defconst.
21314
21315 * hexl.el (hexl-follow-line): Use with-no-warnings.
21316
21317 * emulation/tpu-extras.el: Use write-file-functions instead of
21318 write-file-hooks.
21319
21320 * dired.el (dired-font-lock-keywords): Fontify files with junk
21321 extensions even if marked by -F.
21322
21323 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21324
21325 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21326 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21327 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21328 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21329 (concatenate, list-length, get*, getf, cl-remprop):
21330 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21331 (etypecase, progv, lexical-let, lexical-let*)
21332 (multiple-value-bind, multiple-value-setq, shiftf):
21333 Improve argument/docstring consistency.
21334
21335 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21336
21337 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21338
21339 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21340 doesn't exist.
21341
21342 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21343 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21344
21345 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21346
21347 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21348 already deleted variables: auto-fill-hook, blink-paren-hook,
21349 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21350 suspend-hooks, comment-indent-hook, meta-flag,
21351 before-change-function, after-change-function,
21352 font-lock-doc-string-face.
21353
21354 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21355
21356 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21357
21358 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21359
21360 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21361 rmail-dont-reply-to.
21362
21363 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21364
21365 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21366 literal blank when splitting new-header-values.
21367
21368 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21369
21370 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21371 string so that tmm doesn't create a completion entry for it.
21372
21373 * textmodes/table.el (table-disable-menu): Ditto.
21374
21375 2005-05-21 Richard M. Stallman <rms@gnu.org>
21376
21377 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21378
21379 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21380
21381 * net/rcompile.el (remote-compile): Use compilation-start.
21382
21383 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21384
21385 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21386
21387 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21388 Default to makefile-bsdmake-mode on BSD systems.
21389
21390 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21391 REGEXP may also be a search function now. The part of doc-string
21392 for describing the structure was 95% identical to that of
21393 `imenu--generic-function'. Unify it there.
21394
21395 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21396 Use function to find dependencies, because regexp alone is so complex,
21397 it easily goes into an endless loop.
21398 (makefile-makepp-mode): Also add submenu for Perl functions
21399 defined in the makefile.
21400 (makefile-bsdmake-mode): Special imenu-generic-expression no
21401 longer needed, due to function call.
21402 (makefile-match-dependency): Take BOUND into account when checking
21403 if we're through.
21404
21405 2005-05-20 Jay Belanger <belanger@truman.edu>
21406
21407 * calc/calc-units.el (calc-invalidate-units-table):
21408 Use inhibit-read-only.
21409 (math-build-units-table-buffer): Use view-mode.
21410
21411 2005-05-20 David Kastrup <dak@gnu.org>
21412
21413 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21414 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21415
21416 2005-05-20 Lute Kamstra <lute@gnu.org>
21417
21418 * diff-mode.el (diff-header-face, diff-file-header-face)
21419 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21420 (diff-added-face, diff-changed-face, diff-function-face)
21421 (diff-context-face, diff-nonexistent-face): Put them in the
21422 diff-mode customization group.
21423
21424 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21425
21426 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21427
21428 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21429
21430 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21431 Minor regexp-optimization.
21432
21433 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21434
21435 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21436 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21437 (org-agenda-add-time-grid-maybe): New function.
21438 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21439 (org-table-create): `dotimes' instead of `mapcar'.
21440 (org-xor): Simplify implementation.
21441 (org-agenda): `inhibit-redisplay' turned on.
21442 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21443 a consistent line after a state change.
21444 (org-agenda-remove-times-when-in-prefix): New option.
21445 (org-prefix-has-time): New variable.
21446 (org-parse-time-string): Optional argument NODEFAULT.
21447 (org-format-agenda-item): Parse items for time-of-day
21448 specifications and move these into the prefix if possible.
21449 (org-agenda-priority): Get current heading, not previous heading
21450 during agenda remote editing.
21451
21452 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21453
21454 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21455 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21456 (remove-duplicates, delete-duplicates, substitute)
21457 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21458 (nsubstitute-if-not, find, find-if, find-if-not, position)
21459 (position-if, position-if-not, count, count-if, count-if-not)
21460 (mismatch, search, sort*, stable-sort, merge, member*)
21461 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21462 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21463 (intersection, nintersection, set-difference, nset-difference)
21464 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21465 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21466 (nsublis, tree-equal): Improve argument/docstring consistency.
21467
21468 * subr.el (send-string, send-region): Remove obsolescence declaration.
21469 (window-dot, set-window-dot, read-input, show-buffer)
21470 (eval-current-buffer, string-to-int):
21471 Add release number to obsolescence declarations.
21472
21473 2005-05-19 Kim F. Storm <storm@cua.dk>
21474
21475 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21476 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21477
21478 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21479
21480 * faces.el (list-faces-display): Make back button respect optional
21481 regexp arg.
21482
21483 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21484
21485 * calculator.el (calculator-radix-grouping-mode)
21486 (calculator-radix-grouping-digits, calculator-displayer)
21487 (calculator-radix-grouping-separator, calculator-copy-displayer):
21488 * dabbrev.el (dabbrev-search-these-buffers-only):
21489 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21490 (diff-advance-after-apply-hunk, diff-mode-hook)
21491 (diff-minor-mode-prefix):
21492 * imenu.el (imenu-use-popup-menu):
21493 * jit-lock.el (jit-lock-context-time):
21494 * newcomment.el (comment-fill-column, comment-column)
21495 (comment-style, comment-padding, comment-multi-line)
21496 (comment-empty-lines, comment-auto-fill-only-comments):
21497 * reveal.el (reveal-around-mark):
21498 * uniquify.el (uniquify-buffer-name-style)
21499 (uniquify-after-kill-buffer-p)
21500 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21501 (uniquify-min-dir-content, uniquify-separator)
21502 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21503 * w32-vars.el (w32-fixed-font-alist):
21504 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21505 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21506 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21507 * progmodes/perl-mode.el (perl-indent-level)
21508 (perl-continued-statement-offset, perl-continued-brace-offset)
21509 (perl-brace-offset, perl-brace-imaginary-offset)
21510 (perl-label-offset, perl-indent-continued-arguments)
21511 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21512 * progmodes/tcl.el (tcl-indent-level)
21513 (tcl-continued-indent-level, tcl-auto-newline)
21514 (tcl-tab-always-indent, tcl-electric-hash-style)
21515 (tcl-help-directory-list, tcl-use-smart-word-finder)
21516 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21517 (inferior-tcl-source-command):
21518 * textmodes/fill.el (enable-kinsoku):
21519 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21520 * textmodes/table.el (table-yank-handler):
21521 Specify missing group (and type, if simple) in defcustom.
21522
21523 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21524
21525 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21526
21527 2005-05-19 Richard M. Stallman <rms@gnu.org>
21528
21529 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21530
21531 * subr.el (event-basic-type): Don't get an error.
21532 (left-fringe-p): Function deleted.
21533
21534 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21535 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21536
21537 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21538 in recursive copy.
21539
21540 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21541
21542 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21543
21544 * emacs-lisp/bytecomp.el
21545 (byte-compile-file-form-custom-declare-variable):
21546 Call byte-compile-nogroup-warn if appropriate.
21547
21548 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21549 (compilation-set-window): Don't call left-fringe-p; do it directly.
21550
21551 2005-05-19 Jay Belanger <belanger@truman.edu>
21552
21553 * calc/calc-graph.el (calc-graph-format-data): Make sure
21554 var-PlotRejects is bound before trying to check its value.
21555
21556 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21557
21558 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21559 definition of this variable from reftex-global.el to reftex.el,
21560 because it is needed in the menu.
21561
21562 2005-05-19 Lute Kamstra <lute@gnu.org>
21563
21564 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21565 years are fixed. Don't insert a space after a dash.
21566
21567 2005-05-19 Kim F. Storm <storm@cua.dk>
21568
21569 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21570
21571 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21572
21573 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21574 strings, because (eq ... ?\\) is fairly frequent.
21575
21576 * progmodes/make-mode.el (makefile-add-this-line-targets):
21577 Simplify and integrate into `makefile-pickup-targets'.
21578 (makefile-add-this-line-macro): Simplify and integrate into
21579 `makefile-pickup-macros.
21580 (makefile-pickup-filenames-as-targets): Simplify.
21581 (makefile-previous-dependency, makefile-match-dependency):
21582 Don't stumble over `::'.
21583
21584 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21585
21586 * subr.el (post-command-idle-hook, post-command-idle-delay):
21587 Remove obsoletion of post-command-idle-hook and
21588 post-command-idle-delay.
21589
21590 * faces.el (list-faces-display): Provide button when describe-face
21591 is called to take user back to the list of faces.
21592
21593 * help-fns.el (describe-variable): Remove hyperlinks in a
21594 variable's value as these are quite frequently inappropriate.
21595
21596 * follow.el (follow-submit-feedback, follow-mode):
21597 Remove references to post-command-idle-hook.
21598
21599 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21600
21601 * progmodes/make-mode.el (makefile-previous-dependency)
21602 (makefile-match-dependency): Check for := (and in bsd mode also
21603 !=) to give a better result, even when font-lock is not on.
21604
21605 2005-05-18 Jay Belanger <belanger@truman.edu>
21606
21607 * calc/calc-help.el (calc-s-prefix-help):
21608 Add `calc-copy-special-constant' to help string.
21609
21610 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21611
21612 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21613
21614 2005-05-18 Jay Belanger <belanger@truman.edu>
21615
21616 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21617 in linear factors are in proper order.
21618
21619 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21620
21621 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21622 Support for jurabib.
21623
21624 * textmodes/reftex.el (featurep): Define aliases for overlay
21625 commands, for XEmacs compatibility, and use these aliases in
21626 overlay initializations.
21627 (reftex-highlight): Use `reftex-move-overlay'.
21628 (reftex-unhighlight): Use `reftex-delete-overlay'.
21629 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21630 (reftex-access-search-path): Use `reftex-uniquify' instead of
21631 `reftex-uniq'
21632
21633 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21634 `before-string' property modification enables for Emacs as well.
21635 (reftex-select-item): Use `reftex-delete-overlay'.
21636 (reftex-select-mark): Use `reftex-make-overlay' and
21637 `reftex-overlay-put'.
21638 (reftex-select-unmark): Use `reftex-delete-overlay' and
21639 `reftex-overlay-put'.
21640
21641 2005-05-18 Lute Kamstra <lute@gnu.org>
21642
21643 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21644
21645 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21646
21647 * add-log.el (add-change-log-entry):
21648 * array.el (array-make-template, array-reconfigure-rows)
21649 (array-init-max-row, array-init-max-column)
21650 (array-init-columns-per-line, array-init-field-width):
21651 * replace.el (replace-match-maybe-edit, perform-replace):
21652 * textmodes/spell.el (spell-region):
21653 Replace `read-input' by `read-string'.
21654
21655 * forms.el (forms-mode):
21656 * finder.el (finder-compile-keywords):
21657 * shadowfile.el (shadow-read-files):
21658 Replace `eval-current-buffer' by `eval-buffer'.
21659
21660 * terminal.el (te-pass-through):
21661 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21662 (ange-ftp-raw-send-cmd):
21663 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21664 (send-process-next-char, telnet-initial-filter, telnet):
21665 Replace `send-string' by `process-send-string'.
21666
21667 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21668 (prolog-consult-region): Replace `send-string' by
21669 `process-send-string'; replace `send-region' by `process-send-region'.
21670
21671 * progmodes/delphi.el (delphi-log-msg):
21672 Replace `set-window-dot' by `set-window-point'.
21673
21674 * subr.el (window-dot, set-window-dot, read-input, send-string)
21675 (send-region, show-buffer, eval-current-buffer):
21676 Make really obsolete, as the comment says.
21677
21678 2005-05-17 Kim F. Storm <storm@cua.dk>
21679
21680 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21681 (cua--init-keymaps): Bind C-return instead of S-return to set
21682 rectangle mark.
21683
21684 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21685 instead of S-return to toggle/clear rectangle mark.
21686
21687 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21688
21689 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21690 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21691 Also fontify plain strings assigned to variables, mostly so that a
21692 colon has a face and is thus not taken as a dependency separator.
21693 (makefile-previous-dependency): Inline the new matcher, because it
21694 is too complex to work in both directions.
21695 (makefile-match-dependency): Eliminate `backward' arg (see above).
21696 Completely reimplemented so as to not sometimes go into an endless
21697 loop. It should also be more efficient, because first it only
21698 searches for `:', instead of applying the very complex regexp.
21699 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21700 to be fontified in one piece can be too long for JIT.
21701 Makefiles are never *that* big.
21702
21703 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21704
21705 * dired.el (dired-mode): Simplify.
21706
21707 2005-05-17 Lute Kamstra <lute@gnu.org>
21708
21709 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21710 defcustom for the mode hook variable.
21711
21712 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21713 Emacs Lisp Reference Manual.
21714
21715 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21716
21717 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21718 (evenp, list*):
21719 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21720 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21721
21722 * net/tramp-smb.el (tramp-smb-open-connection):
21723 Pass `tramp-chunksize' as fifth (required) argument.
21724
21725 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21726
21727 * font-lock.el (lisp-font-lock-keywords-1):
21728 Set `font-lock-negation-char-face' for [^...] char group.
21729 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21730
21731 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21732 a var, and refine it to mask one more level of nested vars.
21733 (makefile-rule-action-regex): Turn it into a var, and refine it so
21734 it recognizes backslashed continuation lines as belonging to the
21735 same command.
21736 (makefile-macroassign-regex): Refine it so it recognizes
21737 backslashed continuation lines as belonging to the same command.
21738 (makefile-var-use-regex): Don't look at the next char, because it
21739 might be the same one to be skipped by the initial [^$], leading
21740 to an overlooked variable use.
21741 (makefile-make-font-lock-keywords): Remove two parameters, which
21742 are now variables that some of the modes set locally.
21743 Handle dependency and rule action matching through functions, because
21744 regexps alone match too often. Dependency matching now comes
21745 last, so it can check, whether a colon already matched something else.
21746 (makefile-mode): Inform that font-lock improves makefile parsing
21747 capabilities.
21748 (makefile-match-dependency, makefile-match-action): New functions.
21749
21750 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21751
21752 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21753
21754 * align.el (align-regexp):
21755 * ansi-color.el (ansi-color-get-face):
21756 * array.el (array-reconfigure-rows, array-init-max-row)
21757 (array-init-max-column, array-init-columns-per-line)
21758 (array-init-field-width):
21759 * dired-aux.el (dired-trample-file-versions):
21760 * dired-x.el (dired-mark-sexp):
21761 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21762 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21763 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21764 * faces.el (face-read-integer):
21765 * files.el (backup-extract-version, insert-directory):
21766 * hexl.el (hexl-insert-decimal-char):
21767 * server.el (server-process-filter):
21768 * shell.el (shell-extract-num):
21769 * startup.el (command-line-1):
21770 * term.el (term-command-hook):
21771 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21772 (time-stamp-do-number):
21773 * time.el (display-time-update):
21774 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21775 (timezone-fix-time):
21776 * vms-patch.el (vms-suspend-resume-hook):
21777 * calendar/appt.el (appt-convert-time):
21778 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21779 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21780 * calendar/cal-islam.el (mark-islamic-diary-entries):
21781 * calendar/calendar.el (calendar-cursor-to-date)
21782 (calendar-star-date):
21783 * calendar/diary-lib.el (diary-attrtype-convert)
21784 (mark-diary-entries, diary-entry-time):
21785 * calendar/solar.el (solar-get-number):
21786 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21787 * emacs-lisp/re-builder.el (reb-display-subexp):
21788 * emulation/edt.el (edt-set-scroll-margins):
21789 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21790 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21791 (vip-get-ex-count):
21792 * emulation/viper-ex.el (viper-get-ex-token)
21793 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21794 * international/fontset.el (fontset-plain-name):
21795 * mail/feedmail.el (feedmail-look-at-queue-directory):
21796 * mail/mailalias.el (mail-get-names):
21797 * mail/rmail.el (rmail-convert-to-babyl-format):
21798 * mail/rmailsum.el (rmail-make-basic-summary-line)
21799 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21800 (rmail-summary-goto-msg):
21801 * mail/smtpmail.el (smtpmail-read-response):
21802 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21803 (ange-ftp-vms-add-file-entry):
21804 * play/gametree.el (gametree-looking-at-ply)
21805 (gametree-current-branch-score):
21806 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21807 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21808 * progmodes/cperl-mode.el (condition-case):
21809 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21810 (ebrowse-set-member-buffer-column-width)
21811 (ebrowse-select-1st-to-9nth):
21812 * progmodes/etags.el (etags-snarf-tag):
21813 * progmodes/flymake.el (flymake-parse-line):
21814 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21815 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21816 (idlwave-shell-menu-def):
21817 * progmodes/ps-mode.el (ps-run-goto-error):
21818 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21819 (vhdl-speedbar-contract-level):
21820 * term/mac-win.el (x-handle-numeric-switch):
21821 * term/sun-mouse.el (sun-get-frame-data):
21822 * term/w32-win.el (x-handle-numeric-switch):
21823 * term/x-win.el (x-handle-numeric-switch):
21824 * textmodes/ispell.el (ispell-parse-output):
21825 * textmodes/nroff-mode.el (nroff-outline-level):
21826 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21827 (reftex-bib-sort-year-reverse, reftex-format-citation):
21828 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21829 (reftex-section-number):
21830 * textmodes/texinfmt.el (texinfo-paragraphindent):
21831 Replace `string-to-int' by `string-to-number'.
21832
21833 * international/latexenc.el: Add page marker to force the "Local
21834 Variables:" string out of the last page.
21835
21836 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21837
21838 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21839 tooltip-change-major-mode.
21840 (gud-tooltip-print-command): Remove case where gud-minor-mode
21841 is gdb ("--fullname").
21842 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21843 explain to user.
21844
21845 2005-05-16 Jay Belanger <belanger@truman.edu>
21846
21847 * calc/calc-store.el (calc-copy-special-constant): New function.
21848
21849 * calc/calc-ext.el (calc-init-extensions): Add binding for
21850 `calc-copy-special-constant'.
21851
21852 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21853 for the `calc-copy-special-constant' command.
21854
21855 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21856
21857 * subr.el (left-fringe-p): New function.
21858
21859 * progmodes/compile.el (compilation-setup): Set local value of
21860 overlay-arrow-string to "" always.
21861 (compilation-set-window): Left fringe then don't scroll.
21862 No left fringe then no arrow and scroll message to top.
21863 (compilation-context-lines): Adjust doc string accordingly.
21864
21865 2005-05-16 Kim F. Storm <storm@cua.dk>
21866
21867 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21868 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21869 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21870 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21871 (ido-read-file-name): Handle commands with ido property value
21872 equal to find-file as reading a file name, to allow C-d to enter dired.
21873 (ibuffer-find-file): Add ido property with value find-file.
21874
21875 2005-05-15 Kim F. Storm <storm@cua.dk>
21876
21877 * subr.el (open-network-stream-nowait): Remove.
21878 (open-network-stream-server): Remove.
21879
21880 2005-05-15 Richard M. Stallman <rms@gnu.org>
21881
21882 * faces.el (describe-face): Output a definition link button.
21883
21884 * help-mode.el (help-face-def): New button type.
21885
21886 * emacs-lisp/copyright.el (copyright-fix-years):
21887 Match properly if the first year is 2-digit.
21888 Don't mess up the whitespace after the years by filling.
21889
21890 * dired-aux.el (dired-mark-confirm):
21891 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21892
21893 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21894 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21895 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21896
21897 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21898 Set font-lock-comment-start-skip.
21899
21900 * font-lock.el (font-lock-comment-start-skip): New variable.
21901 (font-lock-comment-end-skip): New variable.
21902 (font-lock-fontify-syntactically-region): Use them if non-nil.
21903
21904 2005-05-15 Jay Belanger <belanger@truman.edu>
21905
21906 * calc/calc-store.el (calc-store-value): Return a string rather
21907 than display it as a message.
21908 Use calc-var-name for variable name.
21909 (calc-store-into): Add the result of calc-store-value to message.
21910 (calc-copy-variable): Add a message.
21911 (calc-store-exchange): Improve error messages.
21912 (calc-store-binary, calc-store-map): Don't reset the values of
21913 special constants.
21914
21915 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21916
21917 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21918 manual to docstring.
21919
21920 * files.el (hack-local-variables-confirm): Add STRING argument.
21921 Make the function handle non file visiting buffers correctly.
21922 (hack-local-variables-prop-line, hack-local-variables)
21923 (hack-one-local-variable): Use STRING arg of
21924 `hack-local-variables-confirm'.
21925
21926 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21927
21928 Sync with Tramp 2.0.49.
21929
21930 * net/tramp.el (tramp-handle-dired-call-process)
21931 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21932 because the contents of the Tramp buffer is changed before
21933 insertion (`expand-file' and alike).
21934 (tramp-handle-insert-directory): If `localname' has an empty
21935 nondirectory name, it must not be quoted.
21936 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21937 variable `tramp-chunksize'. Change callees.
21938 (tramp-open-connection-setup-interactive-shell): Check remote host
21939 for buggy `send-process-string' implementation.
21940 Set `tramp-chunksize' if found. Reported by Michael Kifer
21941 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21942 (tramp-handle-shell-command): `insert-buffer' cannot be used
21943 because the contents of the Tramp buffer is changed before
21944 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21945 <frederic.bothamy@free.fr>.
21946 (tramp-set-auto-save): Actions should be done for Tramp file name
21947 handler only. Ange-FTP has its own auto-save mechanism.
21948 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21949 (tramp-set-auto-save-file-modes): Set file modes of
21950 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21951 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21952 (tramp-bug): Remove obsolete variable.
21953 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21954 for presence of `mml-mode'. Make it running for older Emacsen as well.
21955
21956 2005-05-14 John Paul Wallington <jpw@pobox.com>
21957
21958 * ibuf-ext.el (define-ibuffer-filter filename):
21959 If `dired-directory' is a list, use its car.
21960
21961 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21962
21963 * ibuffer.el (define-ibuffer-column filename):
21964 If `dired-directory' is a list, use its car.
21965
21966 2005-05-14 Richard M. Stallman <rms@gnu.org>
21967
21968 * subr.el (symbol-file): Doc fix.
21969
21970 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21971 (byte-compile-form): Call byte-compile-nogroup-warn.
21972 (byte-compile-warning-types): Doc fix.
21973
21974 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21975
21976 * progmodes/cc-engine.el (c-literal-faces):
21977 Add font-lock-comment-delimiter-face.
21978
21979 * net/net-utils.el (dig): Use with-no-warnings.
21980
21981 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21982 (sc-recite-frame-alist, sc-default-cite-frame)
21983 (sc-default-uncite-frame, sc-default-recite-frame)
21984 (sc-attrib-selection-list, sc-rewrite-header-list):
21985 Mark as risky-local-variable.
21986
21987 * international/ogonek.el (ogonek-jak, ogonek-how):
21988 Don't use beginning-of-buffer.
21989
21990 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21991
21992 * calendar/solar.el (solar-data-list): Move definition up.
21993
21994 * dnd.el (dnd-protocol-alist): Add autoload.
21995
21996 * progmodes/sh-script.el: Many doc usage fixes.
21997 (sh-indent-after-do): Change default to match common styles.
21998
21999 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
22000
22001 * files.el (interpreter-mode-alist)
22002 (auto-mode-interpreter-regexp): Doc fixes.
22003
22004 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
22005
22006 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22007
22008 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22009
22010 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22011
22012 * dired.el (dired-mode): make-variable-buffer-local =>
22013 make-local-variable.
22014
22015 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22016
22017 * term/mac-win.el (mac-select-convert-to-string): Try coding
22018 systems in mac-script-code-coding-systems if specified one cannot
22019 encode string for `com.apple.traditional-mac-plain-text'.
22020
22021 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22022
22023 * progmodes/make-mode.el (makefile-targets-face)
22024 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22025 (makefile-dependency-regex): Fix it to not make the colon in
22026 $(var:a=b) special.
22027 (makefile-rule-action-regex): New regexp for highlighting embedded
22028 Shell strings.
22029 (makefile-macroassign-regex): Handle != for highlighting as
22030 embedded Shell strings.
22031 (makefile-var-use-regex): New const.
22032 (makefile-statements, makefile-automake-statements)
22033 (makefile-gmake-statements, makefile-makepp-statements)
22034 (makefile-bsdmake-statements): New consts.
22035 (makefile-make-font-lock-keywords): New function.
22036 (makefile-automake-font-lock-keywords)
22037 (makefile-gmake-font-lock-keywords)
22038 (makefile-makepp-font-lock-keywords)
22039 (makefile-bsdmake-font-lock-keywords): New consts.
22040 (makefile-mode-map): Add switchers between the various submodes.
22041 (makefile-mode): Document the availability of the variants.
22042 (makefile-automake-mode, makefile-gmake-mode)
22043 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22044
22045 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22046 new variants of makefile-mode.
22047
22048 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22051 the inheritance.
22052
22053 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22054
22055 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22056 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22057
22058 * files.el (normal-mode): Extend the scope of the
22059 `enable-local-variables' binding to include the `set-auto-mode' call.
22060 (magic-mode-alist): Doc fix.
22061
22062 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22063
22064 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22065 font-lock-comment-face rather than copying its setting.
22066
22067 2005-05-12 Andreas Schwab <schwab@suse.de>
22068
22069 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22070
22071 2005-05-12 Lute Kamstra <lute@gnu.org>
22072
22073 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22074 defcustom for the mode hook variable. Delete the last argument.
22075 * generic-x.el: Fix callers of define-generic-mode.
22076 (generic-x-modes): Delete group.
22077 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22078 generic-x customization group.
22079
22080 2005-05-12 Kim F. Storm <storm@cua.dk>
22081
22082 * font-lock.el (font-lock-negation-char-face): Default to "off".
22083
22084 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22085 font-lock-negation-char-face to ! in !=.
22086
22087 2005-05-12 Masatake YAMATO <jet@gyve.org>
22088
22089 * add-log.el (find-change-log): Fix typos in the docstring
22090 of function.
22091
22092 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22093
22094 * international/latexenc.el (latexenc-find-file-coding-system):
22095 Avoid `re-search-forward' when looking for input encoding because
22096 of speed and safety. Better regular expressions for recognizing
22097 input encoding. Limit a search for TeX-master/tex-main-file to
22098 the local variable section.
22099
22100 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22101
22102 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22103 syntax of $ to "'" (quote).
22104
22105 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22106
22107 * dnd.el (dnd-protocol-alist): Improve custom type.
22108
22109 * dired.el (dired-dnd-protocol-alist): New variable.
22110 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22111 `dired-mode-hook' to the end.
22112
22113 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22114
22115 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22116 comment-end if comment-start-skip is not set.
22117 Obey the font-lock-comment-delimiter-face variables.
22118
22119 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22120
22121 * files.el (executable-find): Move from executable.el. Use
22122 locate-file.
22123 * progmodes/executable.el (executable-find): Move to files.el.
22124
22125 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22126 when trying to ensure forward progress.
22127
22128 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22129
22130 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22131 (mouse-select, mouse-select-internal, mouse-extend-internal):
22132 Use it to implement mouse-1-click-follows-link functionality.
22133
22134 2005-05-11 Richard M. Stallman <rms@gnu.org>
22135
22136 * font-lock.el (font-lock-fontify-syntactically-region):
22137 Use font-lock-comment-delimiter-face for comment delimiters.
22138
22139 2005-05-10 Jay Belanger <belanger@truman.edu>
22140
22141 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22142 preserving embedded modes.
22143
22144 2005-05-10 Richard M. Stallman <rms@gnu.org>
22145
22146 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22147
22148 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22149 Move from ada-stmt.el.
22150 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22151
22152 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22153 Move to ada-mode.el.
22154 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22155
22156 * cus-edit.el (custom-file): Call file-chase-links.
22157
22158 * files.el (read-directory-name): Fix previous change.
22159 (hack-local-variables-confirm): New function.
22160 (hack-local-variables-prop-line, hack-local-variables)
22161 (hack-one-local-variable): Use it.
22162
22163 2005-05-10 Lute Kamstra <lute@gnu.org>
22164
22165 * font-lock.el (font-lock-keywords-alist)
22166 (font-lock-removed-keywords-alist): Clarify docstrings.
22167
22168 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22169
22170 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22171 (gdb-source-info): Check for preprocessor info.
22172 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22173 a macro for a function.
22174 (gdb-info-breakpoints-custom): Try to find file again if not already
22175 found (user might have used GDB dir command).
22176 (gdb-get-location): Update gdb-location-alist correctly for change
22177 to gdb-info-breakpoints-custom.
22178
22179 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22180 (gud-tooltip-print-command): Add gdbmi case.
22181 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22182 preprocessor info.
22183
22184 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22185
22186 * startup.el (fancy-splash-insert): Fix typo in doc string.
22187
22188 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22189
22190 * obsolete/float.el (string-to-float):
22191 * obsolete/hilit19.el (hilit-add-pattern):
22192 * obsolete/rnews.el (news-parse-range, news-select-message)
22193 (news-get-pruned-list-of-files): Replace `string-to-int' by
22194 `string-to-number'.
22195
22196 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22197 `find-file-not-found-hooks'; use `add-hook'.
22198 (uncompress-while-visiting): Set `write-file-functions', not
22199 `write-file-hooks'; use `add-hook'.
22200
22201 2005-05-09 Kim F. Storm <storm@cua.dk>
22202
22203 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22204 (cua-paste): Handle clipboard action.
22205 (cua--init-keymaps): Remap clipboard-kill-region and
22206 clipboard-kill-ring-save.
22207
22208 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22209
22210 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22211 Improve commentary.
22212
22213 * simple.el (next-error-overlay-arrow-position): Revert the change
22214 made on 2005-04-30.
22215
22216 2005-05-07 Jay Belanger <belanger@truman.edu>
22217
22218 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22219 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22220 `calc-sel-reselect'.
22221
22222 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22223 Calc is in embedded mode.
22224
22225 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22226
22227 * progmodes/compile.el (compilation-setup):
22228 Set overlay-arrow-string to an empty string on text terminals.
22229
22230 * textmodes/ispell.el (ispell-program-name): Try looking for
22231 "aspell" along exec-path, and if found, use it as the default
22232 speller program.
22233
22234 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22235
22236 * international/mule.el (sgml-xml-auto-coding-function):
22237 Recognize encoding='FOO' in single quotes as well as in double quotes.
22238
22239 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22240
22241 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22242 as well as `interactive', so that defmacro* would recognize
22243 `declare' forms.
22244
22245 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22246
22247 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22248 Explain more about the LIGHTER arg's usage in the doc string.
22249 Add commentary to clarify what the code does. Fix the regexp that
22250 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22251 since it could have characters special to regular expressions.
22252
22253 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22254
22255 * replace.el (occur-1): Bind inhibit-read-only so that
22256 erase-buffer doesn't barf on read-only text properties (likewise
22257 for add-text-properties in occur-engine). Mark buffer as unmodified.
22258 (occur-engine): Don't set buffer-read-only here.
22259
22260 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22261
22262 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22263 list-buffers-directory. This caused the *cvs-commit* buffer to be
22264 sometimes mistakenly reused as a *cvs* buffer.
22265
22266 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22267
22268 * tooltip.el: Move code for GUD tooltips into gud.el.
22269 (require): CL no longer needed to compile case.
22270 (tooltip-mode): Do not toggle functions for GUD tooltips.
22271 (tooltip-gud-tips-p): Remove. Replace with minor mode
22272 gud-tooltip-mode in gud.el.
22273 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22274 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22275 tooltip-gud prefix with gud-tooltip and obsolete.
22276 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22277 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22278 (tooltip-mouse-motion): Mouse movement functions/variable.
22279 Rename in gud.el by adding gud prefix.
22280 (tooltip-gud-original-filter, tooltip-gud-dereference)
22281 (tooltip-gud-event, tooltip-toggle-gud-tips)
22282 (tooltip-gud-process-output, tooltip-gud-print-command)
22283 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22284 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22285 (gdb-tooltip-print): Move to gdb-ui.el.
22286
22287 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22288 (require): CL needed to compile case.
22289 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22290 tooltip-gud-tips-p. Make it a minor-mode.
22291 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22292 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22293 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22294 (gud-tooltip-change-major-mode)
22295 (gud-tooltip-activate-mouse-motions-if-enabled)
22296 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22297 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22298 (gud-tooltip-original-filter, gud-tooltip-dereference)
22299 (gud-tooltip-event, tooltip-toggle-gud-tips)
22300 (gud-tooltip-process-output, gud-tooltip-print-command)
22301 (gud-tooltip-tips): Move from tooltip.el.
22302
22303 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22304 (gdb-cpp-define-alist-flags): Doc fix.
22305 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22306 gud-tooltip-mode is t.
22307
22308 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22309
22310 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22311 evaporate if their text is deleted.
22312 (goto-address-at-point): Make it work as a mouse binding as well.
22313 (goto-address-at-mouse): Obsolete it. Update users.
22314
22315 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22316
22317 * calendar/appt.el (top-level): No longer activate on load.
22318
22319 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22320
22321 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22322 * net/webjump.el (webjump):
22323 * progmodes/idlw-help.el (idlwave-do-context-help1)
22324 (idlwave-highlight-linked-completions):
22325 * textmodes/po.el (po-find-file-coding-system-guts):
22326 Replace `assoc-ignore-case' by `assoc-string'.
22327
22328 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22329
22330 * files.el (locate-file): Doc fix.
22331
22332 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22333 Remove the redundant test for ms-dos.
22334
22335 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22336 look for the preprocessor with exec-suffixes. If not found in
22337 standard places, look in exec-path. Remove most of the tests that
22338 used system-type.
22339
22340 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22341
22342 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22343
22344 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22345 file-name clash with jka-compr.el on 8+3 filesystems.
22346
22347 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22348
22349 * term/mac-win.el: Don't define or bind scroll bar functions if
22350 x-toolkit-scroll-bars is t.
22351 (x-select-text, x-get-selection-value): Clear
22352 x-last-selected-text-clipboard if x-select-enable-clipboard is
22353 nil.
22354 (PRIMARY): Put mac-scrap-name property.
22355 (mac-select-convert-to-file-url): New function.
22356 (public.file-url): New selection target type. Add to
22357 selection-converter-alist.
22358 (x-get-selection, x-selection-value): Handle it.
22359 (x-cut-buffer-or-selection-value): New alias.
22360
22361 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22362
22363 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22364 entry to avoid calling bibtex-find-entry with arg global
22365 being t. Remove arg key.
22366 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22367 (bibtex-copy-summary-as-kill): Change accordingly.
22368
22369 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22370
22371 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22372 (org-agenda-date-later): Use with-current-buffer.
22373
22374 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22375
22376 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22377 (define-obsolete-variable-alias): Doc Fixes.
22378
22379 2005-05-06 Kim F. Storm <storm@cua.dk>
22380
22381 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22382 vertical-motion when selective-display is active.
22383
22384 * ido.el (ido-setup-hook): New hook.
22385 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22386 (ido-input-stack): New var.
22387 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22388 ido-next-work-file binding to M-O.
22389 Bind M-f to ido-wide-find-file-or-pop-dir.
22390 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22391 (ido-read-internal): Run ido-setup-hook.
22392 Catch quit in read-file-name and read-string to cancel edit.
22393 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22394 Automatically pop-all when completing a directory name (RET).
22395 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22396 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22397 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22398 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22399 New functions for M-b/M-f to move among the directory components.
22400 (ido-make-merged-file-list): Catch quit to cancel merge.
22401 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22402 (ido-completion-help): No warnings for ido-completion-buffer-full.
22403
22404 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22405
22406 * font-lock.el (font-lock-negation-char-face): New face and variable.
22407 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22408 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22409 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22410 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22411
22412 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22413
22414 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22415 Fix typo in docstring.
22416
22417 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22418 (ebrowse-print-statistics-line)
22419 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22420
22421 * term/w32-win.el (image-library-alist): Add additional name for
22422 Xpm library.
22423
22424 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22425
22426 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22427 use gcc instead of cpp.
22428
22429 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22430 (gdb-create-define-alist): Use it.
22431 (gdb-cpp-define-alist-program): Update for MS-DOS.
22432
22433 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22434
22435 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22436
22437 2005-05-04 Richard M. Stallman <rms@gnu.org>
22438
22439 * help.el (describe-key): No error when UNTRANSLATED is nil.
22440
22441 * simple.el (line-move-1): Fix previous change to signal errors
22442 appropriately.
22443
22444 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22445
22446 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22447 (icalendar-duration-correction): Remove.
22448 (icalendar--get-event-properties): Split result at commas.
22449 (icalendar--decode-isoduration): New optional argument
22450 DURATION-CORRECTION.
22451 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22452 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22453 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22454 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22455 (icalendar--convert-anniversary-to-ical): New functions, extracted
22456 from icalendar-export-region, with bug fixes.
22457 (icalendar-export-region): Use the above functions.
22458 (icalendar-import-buffer): Check before saving diary file.
22459 (icalendar--convert-recurring-to-diary)
22460 (icalendar--convert-non-recurring-all-day-to-diary)
22461 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22462 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22463 (icalendar--convert-ical-to-diary): Use the above functions.
22464
22465 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22466
22467 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22468 Remove these recent additions.
22469 (c-mode): Restore to before 2005-04-28.
22470
22471 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22472 recent addition.
22473
22474 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22475 (gdb-define-alist): New variables.
22476 (gdb-create-define-alist): New function.
22477 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22478 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22479 with string-to-number.
22480 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22481
22482 * progmodes/gud.el: Replace string-to-int with string-to-number.
22483 (gud-find-file): Handle gdb-define-alist.
22484
22485 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22486
22487 2005-05-02 Jay Belanger <belanger@truman.edu>
22488
22489 * calc/calc-aent.el (math-read-token):
22490 * calc/calc-bin.el (calc-word-size):
22491 * calc/calc-ext.el (calc-read-number-fancy):
22492 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22493 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22494 * calc/calc-frac.el (calc-over-notation):
22495 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22496 (calc-graph-num-points, calc-graph-init):
22497 * calc/calc-prog.el (calc-read-parse-table-part)
22498 (calc-edit-macro-repeats):
22499 * calc/calc-yank.el (calc-do-grab-rectangle):
22500 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22501 Replace `string-to-int' by `string-to-number'.
22502
22503 2005-05-02 Kim F. Storm <storm@cua.dk>
22504
22505 * kmacro.el: Use executing-kbd-macro-index variable.
22506
22507 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22508
22509 * net/rlogin.el (rlogin-parse-words): Delete func.
22510 (rlogin): Use split-string, not rlogin-parse-words.
22511 Also, if there are option-like elements in the parsed args,
22512 take the host to be the first arg immediately following them.
22513 Suggested by Michael Mauger.
22514
22515 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22516
22517 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22518
22519 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22520
22521 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22522 (cc-mode-cpp-program): Rename to cc-define-list-program and
22523 move to cc-vars.el.
22524
22525 * progmodes/cc-vars.el (cc-define-list-program):
22526 Change to "gcc -E -dM -". Make customizable.
22527
22528 2005-05-02 Kim F. Storm <storm@cua.dk>
22529
22530 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22531
22532 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22533
22534 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22535
22536 * international/mule-util.el (truncate-string): Remove alias and
22537 obsolete declaration.
22538
22539 * international/mule-cmds.el (update-iso-coding-systems):
22540 Remove alias and obsolete declaration.
22541
22542 * international/mule.el (coding-system-parent): Remove alias and
22543 obsolete declaration.
22544
22545 * subr.el (define-function, sref): Remove aliases and obsolete
22546 declarations.
22547 (chars-in-region): Remove obsolete declaration.
22548
22549 2005-05-01 Richard M. Stallman <rms@gnu.org>
22550
22551 * info.el (Info-mode): Set widen-automatically to nil, locally.
22552
22553 * simple.el (widen-automatically): New variable.
22554 (pop-global-mark): Obey widen-automatically.
22555
22556 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22557
22558 * term/xterm.el (function-key-map): Call substitute-key-definition
22559 before the keymap size is increased by a lot of define-key calls.
22560
22561 2005-05-01 Richard M. Stallman <rms@gnu.org>
22562
22563 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22564 Rename ARG to ELEMENT. Doc fix.
22565
22566 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22567
22568 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22569 Remove references to allout-exposure/change to allout-new-exposure.
22570
22571 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22572 bytecode symbols.
22573
22574 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22575 (compiled-function-p, focus-frame, unfocus-frame):
22576 Remove aliases and obsolete declarations.
22577 Back out inadvertent changes from previous commit.
22578
22579 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22580
22581 * files.el (require-final-newline): Make Custom tags consistent
22582 with mode-require-final-newline.
22583 (mode-require-final-newline): Doc fix.
22584
22585 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22586
22587 * international/latexenc.el (latexenc-find-file-coding-system):
22588 Fix regular expressions.
22589
22590 2005-05-01 David Kastrup <dak@gnu.org>
22591
22592 * international/latexenc.el (latexenc-find-file-coding-system):
22593 Fix regular expressions.
22594
22595 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22596
22597 * subr.el (string-to-int): Make obsolete.
22598
22599 2005-04-30 Richard M. Stallman <rms@gnu.org>
22600
22601 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22602
22603 * loadup.el: load jka-comp-hook.
22604
22605 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22606 (jka-compr-handler): Add autoload. `put' calls moved
22607 to jka-comp-hook.el.
22608 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22609 (jka-compr-inhibit): Autoload.
22610
22611 * jka-comp-hook.el: New file.
22612 Enable the mode by default.
22613
22614 * files.el (backup-buffer-copy): Use copy-file instead
22615 of write-region, and put back the 'excl.
22616
22617 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22618
22619 * progmodes/flymake.el (flymake-split-string)
22620 (flymake-split-string, flymake-log, flymake-pid-to-names)
22621 (flymake-reg-names, flymake-get-source-buffer-name)
22622 (flymake-unreg-names, flymake-add-line-err-info)
22623 (flymake-add-err-info): Clarify docstrings.
22624 (flymake-popup-menu, flymake-make-emacs-menu)
22625 (flymake-make-xemacs-menu): Add docstrings.
22626 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22627 Set variables directly throughout.
22628
22629 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22630
22631 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22632 exists. Initialize cc-define-alist.
22633 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22634 If there is no file (Macroexpansion) don't create an alist.
22635
22636 2005-04-29 Sam Steingold <sds@gnu.org>
22637
22638 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22639 (cc-create-define-alist): Use it instead of the hard-coded string.
22640
22641 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22642
22643 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22644 for latexenc.
22645
22646 2005-04-29 Lute Kamstra <lute@gnu.org>
22647
22648 * emacs-lisp/generic.el: Improve commentary section.
22649 (define-generic-mode): Improve docstring.
22650
22651 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22652
22653 * textmodes/org.el (many places): Change to quiet the byte compiler.
22654 (org-prefix-format-compiled): New variable.
22655 (org-compile-prefix-format): New function.
22656 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22657 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22658 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22659 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22660 consistency with entries from `org-mode' files.
22661 (org-get-time-of-day): Fix bug with partial matches early in a line.
22662 (org-non-link-chars): New constant.
22663 (org-link-regexp): Respect `org-non-link-chars'.
22664 (org-agenda-day-view): Remove command.
22665 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22666 (org-follow-bbdb-link, org-store-link): Search also company field.
22667 (org-highlight-overlay): New variable.
22668 (org-highlight, org-unhighlight): New functions.
22669 (org-agenda-mode): Add pre-command-hook to remove highlight.
22670 (org-evaluate-time-range): Behavior depends upon whether time stamp
22671 contains a time or not.
22672 (org-show-subtree, org-show-entry): New functions.
22673 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22674
22675 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22676
22677 * comint.el (comint-output-filter-functions): Add autoload cookie.
22678
22679 2005-04-28 Kim F. Storm <storm@cua.dk>
22680
22681 * ido.el (ido-everywhere): Fix last change.
22682
22683 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22684
22685 * international/latexenc.el: New file.
22686 * international/mule-conf.el (file-coding-system-alist): For .tex,
22687 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22688
22689 2005-04-28 Lute Kamstra <lute@gnu.org>
22690
22691 * font-lock.el (font-lock-add-keywords)
22692 (font-lock-remove-keywords): Clarify docstring.
22693 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22694 Don't start docstrings with a `*'.
22695 (font-lock-update-removed-keyword-alist): Give it a docstring.
22696
22697 * generic-x.el: Update commentary section.
22698 Only require font-lock when compiling.
22699 Define all modes conditionally.
22700 Place all generic modes in the generic-x-modes customization group.
22701 (generic-x-modes): New customization group.
22702 (generic-default-modes, generic-mswindows-modes)
22703 (generic-unix-modes, generic-other-modes): New constants.
22704 (generic-define-mswindows-modes, generic-define-unix-modes):
22705 Update docstrings. Make them obsolete.
22706 (generic-extras-enable-list): New default value. Update docstring.
22707 Improve :type. Change :set function.
22708 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22709 Fix docstring.
22710
22711 * emacs-lisp/generic.el (generic-mode-internal):
22712 Simplify font-lock-defaults.
22713 (define-generic-mode): Fix docstring.
22714
22715 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22716
22717 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22718 font-lock-face property to highlight matches.
22719
22720 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22721
22722 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22723 (cc-define-alist): New variable.
22724 (c-mode): Make it local and initialize it.
22725
22726 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22727 (gdb-exited): New function.
22728 (gdb-annotation-rules): Use it.
22729 (gdb-starting): Set gdb-active-process to t.
22730 (gdb-stopping): Amend doc string.
22731 (gdb-reset): Set gdb-active-process to nil.
22732
22733 * tooltip.el (tooltip-gud-tips): Show the associated #define
22734 directives when a C program under GDB is not executing.
22735
22736 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22737
22738 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22739 font-lock-fontify-syntactic-keywords.
22740
22741 * font-lock.el (font-lock-default-fontify-region): Don't force
22742 parse-sexp-lookup-properties to nil.
22743
22744 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22745
22746 * man.el (man-mode-syntax-table): Set up `:' to have
22747 word-constituent syntax.
22748
22749 2005-04-27 Lute Kamstra <lute@gnu.org>
22750
22751 * novice.el (disable-command): Don't add spurious newlines to the
22752 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22753
22754 2005-04-26 Jay Belanger <belanger@truman.edu>
22755
22756 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22757 than one window before deleting window.
22758
22759 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22760
22761 * shell.el (shell-prompt-pattern): Doc fix.
22762 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22763
22764 * comint.el (comint-prompt-regexp, comint-get-old-input)
22765 (comint-use-prompt-regexp)
22766 (comint-use-prompt-regexp-instead-of-fields)
22767 (comint-replace-by-expanded-history, comint-send-input)
22768 (comint-output-filter, comint-get-old-input-default)
22769 (comint-line-beginning-position, comint-bol, comint-show-output)
22770 (comint-backward-matching-input, comint-forward-matching-input)
22771 (comint-next-prompt, comint-previous-prompt):
22772 Rename `comint-use-prompt-regexp-instead-of-fields' to
22773 `comint-use-prompt-regexp'. Keep old name as alias and declare
22774 obsolete.
22775 (comint-use-prompt-regexp): Shorten first line of doc string.
22776
22777 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22778 Set paragraph-separate buffer locally to "\\'".
22779
22780 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22781 Adapt to above name change.
22782
22783 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22784 (smbclient-prompt-regexp): Ditto.
22785
22786 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22787
22788 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22789
22790 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22791 gdb-location-list.
22792 Break lines that are over 80 characters wide.
22793
22794 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22795
22796 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22797 New fun and var, to preserve compatibility.
22798
22799 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22800
22801 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22802
22803 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22804 name to file-newer-than-file-p.
22805
22806 2005-04-26 Richard M. Stallman <rms@gnu.org>
22807
22808 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22809
22810 * progmodes/python.el (python-mode):
22811 Use new name eldoc-documentation-function.
22812
22813 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22814
22815 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22816 (eldoc-documentation-function):
22817 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22818
22819 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22820
22821 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22822
22823 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22824
22825 * term/xterm.el (function-key-map): Fix strings for
22826 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22827 {C,S,A,C-S}-{f1-f12}.
22828
22829 2005-04-26 Kenichi Handa <handa@m17n.org>
22830
22831 * international/mule-cmds.el (select-safe-coding-system):
22832 Fix previous change.
22833
22834 2005-04-26 Lute Kamstra <lute@gnu.org>
22835
22836 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22837
22838 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22839 (font-lock-comment-delimiter-face): Ditto.
22840
22841 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22842
22843 2005-04-25 Jay Belanger <belanger@truman.edu>
22844
22845 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22846 to t while inserting information; use help-mode.
22847
22848 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22849
22850 * term.el (ansi-term-color-vector): Use the xterm colors.
22851 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22852
22853 2005-04-25 Lute Kamstra <lute@gnu.org>
22854
22855 * font-core.el (font-lock-defaults): Fix docstring.
22856
22857 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22858
22859 2005-04-25 Kenichi Handa <handa@m17n.org>
22860
22861 * international/mule-cmds.el (select-safe-coding-system):
22862 Don't check consistency with coding: spec, etc if raw-text or
22863 no-conversion was found to be safe.
22864
22865 2005-04-24 Richard M. Stallman <rms@gnu.org>
22866
22867 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22868 citation markers at start of each line.
22869
22870 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22871 citation markers at start of each line.
22872
22873 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22874
22875 * files.el (mode-require-final-newline): Fix previous change.
22876 (require-final-newline): Fix type label.
22877
22878 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22879
22880 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22881 statement in buffer (broken by 2004-11-24 change).
22882
22883 2005-04-24 Kim F. Storm <storm@cua.dk>
22884
22885 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22886 and read-file-name-function values. Don't overwrite existing
22887 non-nil values if ido-mode is enabled without ido-everywhere.
22888
22889 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22890
22891 * files.el (mode-require-final-newline): Minor doc fix.
22892
22893 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22894
22895 * subr.el (syntax-after): Doc fix.
22896 (syntax-class): If argument is nil, return nil. Mask off upper 16
22897 bits, not 8 bits.
22898
22899 * files.el (mode-require-final-newline): Doc fix.
22900 (backup-buffer-copy): Fix last change.
22901
22902 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22903
22904 * term/mac-win.el: Require select. Set selection-coding-system to
22905 mac-system-coding-system. Call menu-bar-enable-clipboard.
22906 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22907 (x-select-enable-clipboard): New variables.
22908 (x-select-text, x-get-selection, x-selection-value)
22909 (x-get-selection-value, mac-select-convert-to-string)
22910 (mac-services-open-file, mac-services-open-selection)
22911 (mac-services-insert-text): New functions.
22912 (CLIPBOARD, FIND): Put mac-scrap-name property.
22913 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22914 (public.tiff): Put mac-ostype property.
22915 (selection-converter-alist): Add entries for them.
22916 (mac-application-menu-map): New keymap.
22917 (interprogram-cut-function, interprogram-paste-function): Set to
22918 x-select-text and x-get-selection-value, respectively.
22919 (split-window-keep-point): Set to t.
22920
22921 2005-04-23 Richard M. Stallman <rms@gnu.org>
22922
22923 * files.el (read-directory-name): Always pass non-nil
22924 DEFAULT-FILENAME arg to read-file-name.
22925 (backup-buffer-copy, basic-save-buffer-2): Take care against
22926 writing thru an unexpected existing symlink.
22927 (revert-buffer): In indirect buffer, revert the base buffer.
22928 (magic-mode-alist): Doc fix.
22929 (buffer-stale-function): Doc fix.
22930 (minibuffer-with-setup-hook): Avoid warning.
22931 (mode-require-final-newline): Doc and custom fix.
22932
22933 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22934
22935 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22936 use the default appearance.
22937 (font-lock-comment-delimiter-face): New face, new variable.
22938
22939 * imenu.el (imenu--generic-function): The official position of a
22940 definition is the start of the line that BEG is in.
22941
22942 * midnight.el (midnight-timer): Move defvar up.
22943
22944 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22945
22946 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22947
22948 * startup.el (command-line): Use with-no-warnings.
22949
22950 * window.el (window-size-fixed): New defvar.
22951
22952 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22953
22954 * mail/rmail.el (rmail-font-lock-keywords):
22955 Use font-lock-comment-delimiter-face.
22956
22957 * mail/sendmail.el (mail-font-lock-keywords):
22958 Use font-lock-comment-delimiter-face.
22959
22960 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22961
22962 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22963
22964 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22965 Specify t for LAXMATCH when matching directories.
22966 Save match data around compilation-compat-error-properties form.
22967
22968 2005-04-23 David Kastrup <dak@gnu.org>
22969
22970 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22971 Mention that the autoloaded aliases should be kept for AUCTeX.
22972
22973 2005-04-23 Andreas Schwab <schwab@suse.de>
22974
22975 * isearch.el (isearch-forward): Doc fix.
22976
22977 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22978
22979 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22980 (jit-lock-stealth-nice): Change default value to 0.5.
22981
22982 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22983
22984 * abbrev.el (write-abbrev-file): Write table entries in
22985 alphabetical order by table name.
22986
22987 2005-04-22 Kim F. Storm <storm@cua.dk>
22988
22989 * ido.el (ido-read-internal): Fix `list' completion.
22990
22991 2005-04-22 Kenichi Handa <handa@m17n.org>
22992
22993 * recentf.el (recentf-save-file-coding-system): New variable.
22994 (recentf-save-list): Encode the file by
22995 recentf-save-file-coding-system and add coding: tag.
22996
22997 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22998
22999 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23000
23001 2005-04-21 Lute Kamstra <lute@gnu.org>
23002
23003 * loadhist.el (unload-feature): Don't remove a function from hooks
23004 if it is about to be restored to an autoload . Remove functions
23005 that will become unbound from auto-mode-alist. Simplify the code.
23006
23007 * subr.el (assq-delete-all): New implementation that is linear,
23008 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
23009 (rassq-delete-all): New function.
23010
23011 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23012 Add size-indication-mode.
23013
23014 2005-04-21 Kenichi Handa <handa@m17n.org>
23015
23016 * international/mule-cmds.el: Add autoload for widget-value in
23017 eval-when-compile.
23018
23019 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
23020
23021 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23022 Add tooltip-mode.
23023
23024 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23025
23026 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23027
23028 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23029 (inferior-lisp-filter-regexp, inferior-lisp-program)
23030 (inferior-lisp-load-command, inferior-lisp-prompt)
23031 (inferior-lisp-mode-hook, lisp-source-modes)
23032 (inferior-lisp-load-hook): defvar->defcustom.
23033 (inferior-lisp-program, inferior-lisp-prompt)
23034 (inferior-lisp-load-hook): Doc fixes.
23035 (inferior-lisp-install-letter-bindings): Small change in
23036 introductory comment.
23037
23038 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23039
23040 * vc.el (vc-annotate-color-map): Change some colors so that text
23041 using them as foreground is readable on both white and black
23042 backgrounds.
23043
23044 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23045
23046 * international/mule-conf.el (translation-table-for-input):
23047 Remove redundant declaration.
23048
23049 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23050
23051 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23052
23053 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23054 (tooltip-toggle-gud-tips): New function.
23055
23056 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23057
23058 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23059 right angle brackets.
23060
23061 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23062
23063 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23064
23065 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23066
23067 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23068 Remove. Update callers to use expand-file-name instead.
23069
23070 * subr.el (syntax-class): New function.
23071
23072 * simple.el (blink-matching-open): Use it.
23073
23074 * paren.el (show-paren-function): Use it to recognize parens that are
23075 also used in 2-char comment markers.
23076
23077 2005-04-19 Lute Kamstra <lute@gnu.org>
23078
23079 * loadhist.el (unload-feature): Update for new format of
23080 load-history. Simplify the code.
23081
23082 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23083
23084 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23085 (mac-add-charset-info): New function. Initialize variable
23086 mac-charset-info-alist using it.
23087 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23088 for translation.
23089 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23090 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23091 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23092 New CCL programs.
23093
23094 2005-04-19 Kim F. Storm <storm@cua.dk>
23095
23096 * simple.el (next-buffer, prev-buffer, next-error)
23097 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23098 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23099
23100 * bindings.el (next-buffer, prev-buffer, next-error)
23101 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23102 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23103 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23104 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23105
23106 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23107
23108 * isearch.el (isearch-edit-string): Make the search-ring available for
23109 minibuffer history commands.
23110 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23111 the default history commands now work just as well.
23112 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23113
23114 2005-04-18 Kim F. Storm <storm@cua.dk>
23115
23116 * emulation/cua-base.el (cua--pre-command-handler): Add more
23117 elaborate check for shift modifier on non-window systems.
23118
23119 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23120
23121 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23122
23123 2005-04-18 Kim F. Storm <storm@cua.dk>
23124
23125 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23126 and make it optional. Don't test tooltip-gud-echo-area here.
23127 (tooltip-gud-process-output, gdb-tooltip-print):
23128 Pass tooltip-gud-echo-area to tooltip-show.
23129 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23130
23131 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23132
23133 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23134 `display-graphic-p' may not be bound yet.
23135
23136 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23137
23138 * startup.el (command-line): No longer enable Xterm Mouse mode by
23139 default in terminals compatible with xterm.
23140
23141 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23142
23143 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23144
23145 * tooltip.el (tooltip-gud-echo-area): Rename from
23146 tooltip-use-echo-area.
23147 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23148 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23149 area independently of where help tooltips are displayed.
23150
23151 2005-04-17 David Kastrup <dak@gnu.org>
23152
23153 * cus-theme.el (custom-theme-write-variables): Quote variables
23154 where necessary.
23155
23156 2005-04-17 Richard M. Stallman <rms@gnu.org>
23157
23158 * simple.el (yank-excluded-properties): Add follow-link to value.
23159
23160 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23161
23162 * startup.el (fancy-splash-max-time): Just 30 seconds.
23163 (fancy-splash-delay): Just 7.
23164 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23165
23166 * loadhist.el (unload-feature): Update for new format of load-history.
23167 Simplify the code.
23168
23169 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23170 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23171
23172 * mail/sendmail.el (mail-font-lock-keywords):
23173 Don't fontify subject text.
23174 Don't fontify the text of a citation.
23175
23176 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23177
23178 * comint.el (comint-output-filter): Run comint-output-filter-functions
23179 with point where the user had it.
23180
23181 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23182
23183 * international/ucs-tables.el (ucs-set-table-for-input):
23184 Disable when using unify-on-decoding.
23185
23186 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23187
23188 * emulation/cua-base.el (cua-global-mark-face): Add special case
23189 for displays supporting a high number of colors.
23190
23191 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23192
23193 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23194
23195 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23196
23197 * filesets.el (filesets-add-buffer): If user supplies a name of a
23198 non-existing fileset, create a new fileset.
23199
23200 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23201
23202 * textmodes/org.el (org-up-heading-all): Fix bug with
23203 `outline-up-heading-all'.
23204
23205 2005-04-16 Andreas Schwab <schwab@suse.de>
23206
23207 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23208 /etc/permissions.d/* and /etc/aliases.d/*.
23209
23210 2005-04-16 Kenichi Handa <handa@m17n.org>
23211
23212 * international/code-pages.el (cp-make-coding-system):
23213 Set `translation-table-for-input' property value to the symbol
23214 ucs-mule-to-mule-unicode, not to that value.
23215 (pt154): Escape guillemet by `\'.
23216
23217 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23218
23219 * loadup.el: Load tooltip if x-show-tip is fboundp.
23220
23221 * startup.el (command-line): Add comment.
23222
23223 * tooltip.el (tooltip-mode): Specify correct standard value for
23224 Custom in init-value.
23225
23226 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23227
23228 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23229 possible.
23230
23231 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23232
23233 * textmodes/org.el (org-agenda-date-prompt): Rename from
23234 `org-agenda-date-today'.
23235 (org-evaluate-time-range): Insert at point instead of directly
23236 after time range.
23237 (org-first-headline-recenter, org-subtree-end-visible-p)
23238 (org-optimize-window-after-visibility-change): New functions
23239 (org-agenda-post-command-hook): Don't allow point at end of line,
23240 to make sure it always hits the text properties.
23241 (org-agenda-next-date-line, org-agenda-previous-date-line):
23242 New commands.
23243 (org-set-regexps-and-options): Category may contain white space.
23244 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23245 Improve marker positions.
23246 (org-agenda-new-marker): Argument POS made optional.
23247 (org-agenda-get-timestamps): Deadlines which are done are listed
23248 in org-done-face now.
23249 (org-agenda-get-todos, org-agenda-get-timestamps)
23250 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23251 Set `undone-face' and `done-face' properties.
23252 (org-last-todo-state-is-todo): New variable.
23253 (org-todo): Set `org-last-todo-state-is-todo'.
23254 (org-agenda-todo): Change face according to
23255 `org-last-todo-state-is-todo'. And change other lines referring to
23256 the same entry.
23257 (org-calendar-goto-agenda): New command.
23258 (org-calendar-to-agenda-key): New option.
23259 (org-startup-folded): New allowed value `content'.
23260 (org-set-regexps-and-options): Accept new value `content' for
23261 `org-startup-folded'.
23262 (org-get-current-options): Handle new value `content' for
23263 `org-startup-folded'.
23264 (org-insert-todo-heading): New command.
23265 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23266 interactively in empty file and option
23267 `org-insert-mode-line-in-empty-file' has been set.
23268 (org-agenda-todo, org-agenda-priority): Modify to use
23269 `org-agenda-change-all-lines'.
23270 (org-warning-face): Change color on dark background
23271
23272 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23273
23274 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23275 use preferences AppleLocale and AppleLanguages, and variable
23276 mac-system-locale for default locale. On Mac OS Classic, use
23277 mac-system-coding-system for default coding systems.
23278
23279 * term/mac-win.el: Don't set file-name-coding-system.
23280 Decode variables system-name, emacs-build-system, user-login-name, and
23281 user-full-name by mac-system-coding-system on Mac OS Classic.
23282 (mac-system-coding-system): New variable.
23283
23284 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23285
23286 * startup.el (command-line): Handle `xterm-mouse-mode' before
23287 reading init file.
23288
23289 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23290
23291 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23292
23293 * progmodes/sh-script.el (sh-here-document-word): Make it a
23294 defcustom. Doc fix.
23295 (sh-add): Bash uses $(( )) for arithmetic.
23296 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23297 (sh-maybe-here-document): Remove quotes and leading whitespace
23298 from heredoc word when closing. Indent heredoc with tabs if word
23299 starts with "-".
23300
23301 2005-04-13 Richard M. Stallman <rms@gnu.org>
23302
23303 * simple.el (undo): Fix previous change.
23304
23305 * custom.el (defface): Doc fix.
23306
23307 2005-04-13 Lute Kamstra <lute@gnu.org>
23308
23309 * Makefile.in (DONTCOMPILE): Remove list.
23310 (compile, compile-always): Don't use DONTCOMPILE.
23311 (update-authors): Load the library in which batch-update-authors
23312 is defined.
23313 * makefile.w32-in (DONTCOMPILE): Remove list.
23314 (compile, compile-always): Fix comments.
23315 (update-authors): Load the library in which batch-update-authors
23316 is defined.
23317
23318 * generic-x.el (generic-mode-ini-file-find-file-hook):
23319 Rename to ini-generic-mode-find-file-hook.
23320 Keep generic-mode-ini-file-find-file-hook as an alias.
23321 (ini-generic-mode-find-file-hook): Rename from
23322 generic-mode-ini-file-find-file-hook. Fix docstring.
23323 (ini-generic-mode): Docstring change.
23324 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23325
23326 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23327 called from lisp.
23328
23329 * generic.el: Move to the emacs-lisp subdir.
23330
23331 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23332
23333 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23334 and C-S- function and cursor motion keys.
23335
23336 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23337
23338 * startup.el (command-line): Enable Xterm Mouse mode by default.
23339 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23340 for Custom. No longer show "Mouse" in mode line when enabled.
23341 Doc fix.
23342
23343 2005-04-12 Kim F. Storm <storm@cua.dk>
23344
23345 * emulation/cua-base.el (cua-rectangle-face)
23346 (cua-rectangle-noselect-face): Define face attributes here.
23347
23348 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23349
23350 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23351
23352 * startup.el (command-line): Turn off blinking cursor if
23353 cursorBlink in resources is off or false.
23354
23355 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23356
23357 * term/mac-win.el (dnd): Require dnd.
23358 (mac-drag-n-drop): Call dnd-handle-one-url.
23359 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23360 (kTextEncodingISOLatin2): Remove constants.
23361 (mac-script-code-coding-systems): New constant.
23362 (mac-handle-language-change): New function.
23363 (special-event-map): Bind it to `language-change' event.
23364 (mac-centraleurroman, mac-cyrillic): New coding systems.
23365 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23366 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23367 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23368 encode-mac-cyrillic, respectively.
23369
23370 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23371
23372 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23373 Don't set overlay-arrow-string to "=>" as this is done
23374 globally in C now.
23375
23376 2005-04-12 Lute Kamstra <lute@gnu.org>
23377
23378 * generic-x.el (rc-generic-mode, rul-generic-mode):
23379 Fix auto-mode-alist entries.
23380 (etc-fstab-generic-mode): Tweak fontification.
23381
23382 * generic.el (generic-make-keywords-list): Fix docstring.
23383 (generic-mode-internal): Simplify generic-font-lock-keywords.
23384
23385 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23386
23387 * whitespace.el (whitespace-buffer-leading)
23388 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23389 However, fix the highlight area for the leading and
23390 trailing whitespaces to show space.
23391
23392 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23393
23394 * whitespace.el (whitespace-version): Bump to 3.5
23395
23396 (whitespace-buffer-leading, whitespace-buffer-trailing):
23397 Invert sense of the test to highlight the whitespace.
23398
23399 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23400
23401 * progmodes/gud.el (gud-display-line): GUD uses its own
23402 overlay arrow now so don't set overlay-arrow-string.
23403 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23404
23405 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23406
23407 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23408 (term-ansi-current-reverse, term-ansi-current-invisible)
23409 (term-ansi-face-already-done): Change to boolean.
23410 (term-reset-terminal, term-handle-colors-array): Handle the above
23411 vars accordingly.
23412 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23413 (term-emulate-terminal): Use the new name.
23414
23415 * faces.el (secondary-selection): Use yellow1, not yellow.
23416 (trailing-whitespace): Use red1, not red.
23417
23418 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23419
23420 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23421 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23422 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23423
23424 * cus-edit.el (dnd): New group.
23425
23426 * term/w32-win.el (dnd): Require dnd
23427 (w32-drag-n-drop): Call dnd-handle-one-url.
23428
23429 * x-dnd.el: Require dnd.
23430 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23431 Call dnd-handle-one-url.
23432 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23433 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23434 to dnd-insert-text.
23435 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23436 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23437 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23438 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23439
23440 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23441
23442 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23443
23444 * wdired.el: Doc fixes.
23445 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23446 (wdired-use-dired-vertical-movement): Rename from
23447 wdired-always-move-to-filename-beginning.
23448 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23449 (wdired-change-to-wdired-mode): Change mode name.
23450 (wdired-newline): Delete.
23451
23452 2005-04-11 Richard M. Stallman <rms@gnu.org>
23453
23454 * whitespace.el (whitespace-highlight-the-space):
23455 Don't call whitespace-unhighlight-the-space here.
23456
23457 * simple.el (undo): Record t in undo-equiv-table
23458 for the redo record made by an undo-in-region.
23459
23460 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23461
23462 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23463 (gdb-frame-inferior-io-buffer): New Functions to control
23464 display of separate IO buffer.
23465 (menu): Add them to menu-bar.
23466 (gdb-display-buffer): Check for buffer another frame.
23467 Protect GUD buffer.
23468 (gdb-setup-windows): Create IO buffer if not already there.
23469 (gdb-memory-mode): Remove purecopy noops.
23470
23471 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23472
23473 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23474 and pass to self-insert-command.
23475
23476 2005-04-11 Lute Kamstra <lute@gnu.org>
23477
23478 * generic.el: Commentary section cleanup.
23479 (generic): Delete.
23480 (generic-use-find-file-hook, generic-lines-to-scan)
23481 (generic-find-file-regexp, generic-ignore-files-regexp)
23482 (default-generic-mode, generic-mode-find-file-hook)
23483 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23484 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23485 (generic-use-find-file-hook, generic-lines-to-scan)
23486 (generic-find-file-regexp, generic-ignore-files-regexp)
23487 (default-generic-mode, generic-mode-find-file-hook)
23488 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23489
23490 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23491
23492 * bookmark.el (bookmark-write-file): Catch errors writing file.
23493 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23494
23495 2005-04-10 Richard M. Stallman <rms@gnu.org>
23496
23497 * startup.el (fancy-splash-tail): Update copyright year.
23498 (command-line): Split part of -Q into -D.
23499 (emacs-basic-display): New defvar.
23500 (fancy-splash-text): Correct name of menu item.
23501
23502 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23503
23504 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23505 lines in one node.
23506
23507 * comint.el (comint-send-input): New arg ARTIFICIAL.
23508 Callers in this file changed.
23509
23510 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23511
23512 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23513
23514 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23515
23516 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23517 `ldap-search-internal'.
23518
23519 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23520
23521 * files.el (set-auto-mode-1): Use line-end-position.
23522
23523 * international/latin-1.el:
23524 * international/latin-2.el:
23525 * international/latin-3.el:
23526 * international/latin-4.el:
23527 * international/latin-5.el:
23528 * international/latin-8.el:
23529 * international/latin-9.el: Give punctuation syntax to NBSP.
23530
23531 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23532 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23533 Use char-classes to accept non-ascii letters, accepted in some recent
23534 bibtex implementations.
23535
23536 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23537
23538 * custom.el (custom-set-minor-mode): Any non-nil value for the
23539 variable should enable the mode when set through Custom.
23540
23541 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23542
23543 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23544 TAB binding so tab-always-indent is obeyed.
23545 (vhdl-minibuffer-local-map): Move initialization into declaration.
23546 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23547 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23548 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23549 (vhdl-current-line): Use line-beginning-position.
23550 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23551 with-output-to-temp-buffer, so the current position can be recorded.
23552
23553 2005-04-10 Masatake YAMATO <jet@gyve.org>
23554
23555 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23556 Add regexp for gcov.
23557
23558 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23559
23560 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23561 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23562 syntax which Emacs 20 doesn't support.
23563
23564 2005-04-09 Richard M. Stallman <rms@gnu.org>
23565
23566 * help.el (describe-key-briefly, describe-key):
23567 Replace strings as event types with "(any string)".
23568
23569 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23570
23571 * arc-mode.el (archive-mode-map): Move initialization into
23572 the declaration. Override *all* bindings of `undo'.
23573 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23574
23575 2005-04-09 Jay Belanger <belanger@truman.edu>
23576
23577 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23578
23579 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23580
23581 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23582 (xterm-register-default-colors): Update color values computation
23583 to match xterm-200.
23584
23585 2005-04-09 Kenichi Handa <handa@m17n.org>
23586
23587 * international/code-pages.el (iso-latin-7): Fix the map.
23588
23589 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23590
23591 * emacs-lisp/lisp.el (defun-prompt-regexp)
23592 (parens-require-spaces, buffer-end, end-of-defun)
23593 (insert-parentheses): Doc fixes.
23594
23595 2005-04-08 Kim F. Storm <storm@cua.dk>
23596
23597 * comint.el (comint-highlight-prompt): Fix face spec.
23598 * hi-lock.el (hi-green): Likewise.
23599
23600 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23601
23602 * cus-edit.el (custom-modified-face):
23603 * comint.el (comint-highlight-input): Fix previous changes.
23604 * term.el (term-handle-ansi-escape): Add a comment.
23605
23606 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23607
23608 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23609 in the buffer and in whitespace-highlighted-space.
23610 (whitespace-unhighlight-the-space): Simplify.
23611 (whitespace-buffer): Simplify.
23612
23613 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23614
23615 * textmodes/table.el (table-cell-face): Add special case for
23616 displays supporting a high number of colors.
23617 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23618 (vhdl-font-lock-reserved-words-face)
23619 (vhdl-speedbar-architecture-face)
23620 (vhdl-speedbar-instantiation-face)
23621 (vhdl-speedbar-architecture-selected-face)
23622 (vhdl-speedbar-instantiation-selected-face): Likewise.
23623 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23624 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23625 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23626 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23627 (ebrowse-progress-face): Likewise.
23628 * progmodes/compile.el (compilation-info-face): Likewise.
23629 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23630 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23631 * calendar/calendar.el (diary-face): Likewise.
23632 * woman.el (woman-italic-face, woman-bold-face)
23633 (woman-unknown-face): Likewise.
23634 * wid-edit.el (widget-button-pressed-face): Likewise.
23635 * whitespace.el (whitespace-highlight-face): Likewise.
23636 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23637 * pcvs-info.el (cvs-marked-face): Likewise.
23638 * info.el (info-xref): Likewise.
23639 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23640 * hilit-chg.el (highlight-changes-face)
23641 (highlight-changes-delete-face): Likewise.
23642 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23643 (hi-red-b): Likewise.
23644 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23645 * font-lock.el (font-lock-keyword-face)
23646 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23647 * cus-edit.el (custom-invalid-face, custom-modified-face)
23648 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23649 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23650 * comint.el (comint-highlight-prompt): Likewise.
23651
23652 2005-04-08 Lute Kamstra <lute@gnu.org>
23653
23654 * font-lock.el (font-lock-keywords): Docstring fixes.
23655
23656 2005-04-08 Kenichi Handa <handa@m17n.org>
23657
23658 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23659 chars are more than a limit, print " and more..." at the tail.
23660
23661 2005-04-08 Kim F. Storm <storm@cua.dk>
23662
23663 * emacs-lisp/authors.el (authors-aliases): Update list.
23664 (authors-ignored-files): New list.
23665 (authors-fixed-entries): Fix typo.
23666 (authors-renamed-files-alist): Update list.
23667 (authors-add): Check authors-ignored-files.
23668
23669 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23670
23671 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23672 optional, to ensure backward compatibility.
23673
23674 2005-04-08 Stephen Eglen <stephen@gnu.org>
23675
23676 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23677
23678 2005-04-08 Kim F. Storm <storm@cua.dk>
23679
23680 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23681
23682 * mouse.el (mouse-on-link-p): Doc fix.
23683
23684 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23685
23686 * ielm.el (ielm-prompt-read-only): Doc fix.
23687
23688 * comint.el (comint-prompt-read-only): Doc fix.
23689
23690 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23691
23692 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23693 ensure dired always handles wildcards passed to ffap.
23694 (find-file-at-point): Use it.
23695 (ffap-dired-wildcards): Doc fix.
23696
23697 2005-04-07 Juri Linkov <juri@jurta.org>
23698
23699 * simple.el (next-error-overlay-arrow-position): New defvar.
23700 Put "=>" on its property `overlay-arrow-string'. Add it to
23701 `overlay-arrow-variable-list'.
23702
23703 * progmodes/compile.el (compilation-setup):
23704 Set `next-error-overlay-arrow-position' to nil. Also set it to
23705 nil in the local hook `kill-buffer-hook'. Make local variable
23706 `overlay-arrow-string' and set it to "=>".
23707 (compilation-goto-locus): Set BOL position to
23708 `next-error-overlay-arrow-position' instead of
23709 `overlay-arrow-position'.
23710
23711 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23712 locally instead of adding it to the global hook.
23713 (Info-kill-buffer): Move up.
23714
23715 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23716
23717 * term/xterm.el (xterm-standard-colors): Update color values from
23718 xterm-200.
23719
23720 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23721
23722 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23723
23724 * fast-lock.el:
23725 * lazy-lock.el: Move them to the obsolete subdir.
23726
23727 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23728
23729 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23730 (wdired-add-replace-advice): Remove.
23731 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23732
23733 2005-04-06 Kim F. Storm <storm@cua.dk>
23734
23735 * startup.el (command-line): Add --bare-bones alias for -Q.
23736
23737 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23738
23739 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23740 create the startup fontset if a font specification ends with
23741 `mac-roman'.
23742
23743 2005-04-06 Lute Kamstra <lute@gnu.org>
23744
23745 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23746 change.
23747
23748 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23749 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23750
23751 2005-04-05 Lute Kamstra <lute@gnu.org>
23752
23753 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23754 (define-generic-mode): Ditto. Fix debug declaration.
23755
23756 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23757 Put them in the generic-x group.
23758
23759 * calendar/timeclock.el (timeclock): Doc fix.
23760
23761 * generic.el (define-generic-mode): Don't use custom-current-group.
23762 Document default :group value.
23763 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23764 (define-global-minor-mode): Don't use custom-current-group.
23765
23766 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23767
23768 * startup.el (command-line-1): Display startup-echo-area-message
23769 when fancy splash screen is in use.
23770
23771 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23772 (sh-escaped-newline): New face.
23773 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23774 newline, and use sh-escaped-newline face.
23775
23776 * progmodes/tcl.el (tcl-escaped-newline): New face.
23777 (tcl-builtin-list): New variable.
23778 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23779 newlines. Fix keywords subexpression number.
23780
23781 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23782
23783 * textmodes/org.el (org-diary-default-entry): Fix call to
23784 `add-to-diary-entry'.
23785
23786 2005-04-05 Kim F. Storm <storm@cua.dk>
23787
23788 * ediff-init.el: Use (featurep 'xemacs).
23789
23790 2005-04-05 David Ponce <david@dponce.com>
23791
23792 * cus-edit.el (face): Derive from symbol widget. Display sample
23793 of the current face on the fly.
23794 (widget-face-sample-face-get, widget-face-notify): New functions.
23795 (widget-face-value-create): Remove.
23796
23797 * wid-edit.el (widget-field-end): Temporarily remove field
23798 narrowing before to call `get-char-property'.
23799
23800 2005-04-04 Jay Belanger <belanger@truman.edu>
23801
23802 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23803 (math-read-subscripts): New variable.
23804 (math-read-preprocess-string): Process subscripts.
23805
23806 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23807
23808 * comint.el (comint-prompt-read-only): Doc fix.
23809
23810 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23811 `-1'. Doc fix.
23812
23813 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23814
23815 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23816 Change default value to nil.
23817
23818 2005-04-04 Lute Kamstra <lute@gnu.org>
23819
23820 * autorevert.el (auto-revert-mode): Specify :group.
23821 * battery.el (display-battery-mode): Specify :group.
23822 * diff-mode.el (diff-minor-mode): Specify :group.
23823 * font-core.el (font-lock-mode): Specify :group.
23824 * hl-line.el (hl-line-mode): Specify :group.
23825 * iimage.el (iimage): New customization group.
23826 (iimage-mode): Specify :group.
23827 * longlines.el (longlines-mode): Specify :group.
23828 * master.el: Don't require easy-mmode.
23829 (master): New customization group.
23830 (master-mode): Specify :group.
23831 * msb.el (msb-mode): Specify :group.
23832 * reveal.el (reveal-mode): Specify :group.
23833 * simple.el (next-error-follow-minor-mode): Specify :group.
23834 * smerge-mode.el (smerge-mode): Specify :group.
23835 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23836 * emulation/cua-base.el (cua-mode): Specify :group.
23837 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23838 * language/thai-util.el (thai-auto-composition-mode)
23839 (thai-word-mode): Specify :group.
23840 * mail/supercite.el (sc-minor-mode): Specify :group.
23841 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23842 * progmodes/flymake.el (flymake-mode): Specify :group.
23843 * progmodes/glasses.el (glasses-mode): Specify :group.
23844 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23845 * textmodes/enriched.el (enriched-mode): Specify :group.
23846 * textmodes/refill.el (refill-mode): Specify :group.
23847
23848 * add-log.el (change-log-font-lock-keywords): Names in
23849 parenthesized lists can contain spaces.
23850
23851 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23852
23853 * startup.el (fancy-splash-text): Shorten default text of
23854 "Emacs Tutorial" line. Also, if the current language env
23855 indicates an available tutorial file other than TUTORIAL,
23856 extract its title and append it to the line in parentheses.
23857 (fancy-splash-insert): If arg is a thunk, funcall it.
23858
23859 2005-04-04 Jay Belanger <belanger@truman.edu>
23860
23861 * calc.el (calc-language-alist): Add tags to customization type.
23862
23863 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23864
23865 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23866 Doc fix.
23867
23868 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23869
23870 * add-log.el (change-log-font-lock-keywords): The manual
23871 describing a Change Log entry, says: (...) "Aside from these
23872 header lines, every line in the change log starts with a space or
23873 a tab.". The font-lock was not highlighting lines started with
23874 spaces, added support for it.
23875
23876 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23877
23878 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23879 (bibtex-generate-url-list): Update docstring accordingly. Put the
23880 complex example in the docstring.
23881 (bibtex-font-lock-url): Use pop.
23882
23883 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23884
23885 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23886
23887 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23888
23889 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23890
23891 * filesets.el (filesets-set-default): Doc fix.
23892
23893 2005-04-03 Lute Kamstra <lute@gnu.org>
23894
23895 * generic.el (define-generic-mode): Add argument to specify
23896 keywords for defcustom.
23897 (default-generic-mode): Specify :group.
23898
23899 * generic-x.el: Specify :group for all generic modes.
23900
23901 * desktop.el (desktop-no-desktop-file-hook)
23902 (desktop-after-read-hook): Doc fix.
23903
23904 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23905
23906 * simple.el (visible-mode): Use explicit :group keyword.
23907 This changes the group of `visible-mode-hook' from paren-blinking
23908 to editing-basics.
23909
23910 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23911
23912 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23913 mailbox specifications as well as URLs.
23914 (rmail-insert-inbox-text): Remove unused conditional branches.
23915
23916 2005-04-01 Jay Belanger <belanger@truman.edu>
23917
23918 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23919 (calc-gnuplot-print-command): Move definitions to calc.el.
23920
23921 * calc/calc-embed.el (calc-embedded-announce-formula)
23922 (calc-embedded-open-formula, calc-embedded-close-formula)
23923 (calc-embedded-open-word, calc-embedded-close-word)
23924 (calc-embedded-open-plain, calc-embedded-close-plain)
23925 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23926 (calc-embedded-open-mode, calc-embedded-close-mode):
23927 Move definitions to calc.el.
23928
23929 * calc/calc.el (calc-settings-file, calc-language-alist):
23930 Make customizable.
23931 (calc-embedded-announce-formula, calc-embedded-open-formula)
23932 (calc-embedded-close-formula, calc-embedded-open-word)
23933 (calc-embedded-close-word, calc-embedded-open-plain)
23934 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23935 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23936 (calc-embedded-close-mode, calc-gnuplot-name)
23937 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23938 from other files and make customizable.
23939
23940 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23941
23942 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23943 Use buffer-live-p.
23944 (cvs-mode-run): Don't call cvs-update-header here.
23945 (cvs-run-process): Call cvs-update-header.
23946 Use process properties for cvs-postprocess and cvs-buffer so that
23947 the sentinel can behave better if the temp buffer is killed.
23948 Use a pipe rather than a tty, to better handle unexpected prompts.
23949 (cvs-sentinel): Rewrite. Call cvs-update-header.
23950
23951 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23952
23953 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23954 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23955
23956 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23957
23958 * generic.el (define-generic-mode): Add indentation rule.
23959
23960 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23961
23962 * files.el (mode-require-final-newline): Make Custom correctly
23963 report a nil value and allow to set it to nil via Custom.
23964 Doc fix.
23965
23966 2005-04-01 Kenichi Handa <handa@m17n.org>
23967
23968 * international/characters.el: Enable the correct case setting for
23969 dotless-i and dotted-I.
23970
23971 2005-04-01 Kim F. Storm <storm@cua.dk>
23972
23973 * ido.el (ido-file-internal): Fall back to non-ido command if
23974 initial directory is on slow ftp (or tramp) host.
23975
23976 2005-03-31 Richard M. Stallman <rms@gnu.org>
23977
23978 * emacs-lisp/autoload.el (make-autoload):
23979 Handle define-global-minor-mode.
23980
23981 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23982 Rename from easy-mmode-define-global-mode.
23983 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23984
23985 * progmodes/scheme.el (scheme-mode-syntax-table):
23986 Update syntax of | and # for two-character comment syntax.
23987
23988 2005-03-31 Lute Kamstra <lute@gnu.org>
23989
23990 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23991 (define-minor-mode): Call custom-current-group at load-time.
23992
23993 * generic.el (define-generic-mode): Add debug declaration.
23994 Add defcustom for the mode hook.
23995 (generic-mode-internal): Use run-mode-hooks.
23996
23997 2005-03-31 Kim F. Storm <storm@cua.dk>
23998
23999 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24000 (mouse-fixup-help-message): New defun called by show_help_echo
24001 to fixup mouse-2 prefix in help messages when applicable.
24002
24003 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24004
24005 2005-03-31 Kenichi Handa <handa@m17n.org>
24006
24007 * language/thai-word.el (thai-find-word-ends): Pay attention to
24008 the case that we reach the end of buffer.
24009
24010 * textmodes/fill.el (fill-text-properties-at): New function.
24011 (fill-newline): Use fill-text-properties-at instead of
24012 text-properties-at.
24013
24014 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24015
24016 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24017 not comint-quote-filename.
24018
24019 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
24020
24021 * help-fns.el (help-with-tutorial): Revert last change.
24022
24023 2005-03-31 Kim F. Storm <storm@cua.dk>
24024
24025 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24026
24027 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24028
24029 * calendar/cal-china.el: Update reference to "Calendrical
24030 Calculations" book; there's a new edition.
24031 * calendar/cal-coptic.el: Likewise.
24032 * calendar/cal-french.el: Likewise.
24033 * calendar/cal-hebrew.el: Likewise.
24034 * calendar/cal-islam.el: Likewise.
24035 * calendar/cal-iso.el: Likewise.
24036 * calendar/cal-julian.el: Likewise.
24037 * calendar/cal-mayan.el: Likewise.
24038 * calendar/cal-persia.el: Likewise.
24039 * calendar/calendar.el: Likewise.
24040 * calendar/holidays.el: Likewise.
24041 * calendar/lunar.el: Likewise.
24042 * calendar/solar.el: Likewise.
24043
24044 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24045 white space from doc string.
24046
24047 2005-03-30 Jay Belanger <belanger@truman.edu>
24048
24049 * calc/calc-help.el (calc-full-help): Remove email address.
24050
24051 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24052
24053 * help-fns.el (help-with-tutorial): Delete title line.
24054
24055 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24056
24057 * calendar/cal-x.el (calendar-one-frame-setup)
24058 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24059 rather than `symbol' for set-window-dedicated-p.
24060
24061 * calendar/appt.el (appt-buffer-name): Make it a constant.
24062 (appt-add): Doc fix.
24063
24064 * filesets.el (filesets-menu-path, filesets-menu-before)
24065 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24066 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24067 (filesets-add-submenu): Delete and use add-submenu instead.
24068
24069 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24070
24071 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24072 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24073 (org-diary-default-entry): New function.
24074 (org-get-entries-from-diary): Better parsing of diary entries.
24075 (org-agenda-check-no-diary): New function.
24076 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24077 linking to diary entries.
24078 (org-agenda-execute-calendar-command): New function.
24079 (org-agenda): Improve visible section in window.
24080 Use `org-fit-agenda-window'.
24081 (org-fit-agenda-window): New option.
24082 (org-move-subtree-down): Better handling of empty lines
24083 at end of subtree.
24084 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24085 levels up.
24086 (org-fontify-done-headline): New option.
24087 (org-headline-done-face): New face.
24088 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24089 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24090 When current field is non-empty, it is copied to next row.
24091 (org-table-copy-from-above): Fix bug which made it
24092 impossible to copy fields containing only a single non-white character.
24093
24094 2005-03-30 Kim F. Storm <storm@cua.dk>
24095
24096 * kmacro.el (kmacro-end-macro): Isearch may store this command
24097 into the macro -- so ignore it when executing keyboard macro.
24098
24099 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24100
24101 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24102
24103 2005-03-29 Kenichi Handa <handa@m17n.org>
24104
24105 * language/thai.el ("Thai"): Set setup-function and exit-function
24106 for Thai language environment.
24107
24108 * language/thai-util.el: Require thai-word.
24109 (thai-word-mode-map): New variable.
24110 (thai-word-mode): New minor mode.
24111 (setup-thai-language-environment-internal): New function.
24112 (exit-thai-language-environment-internal): New function.
24113
24114 * language/thai-word.el (thai-word-table): Declare it by defvar,
24115 use dolist to initialize it.
24116 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24117 (thai-fill-find-break-point): New functions.
24118
24119 2005-03-29 Richard M. Stallman <rms@gnu.org>
24120
24121 * simple.el (idle-update-delay): Move definition up.
24122 (set-mark): Doc fix.
24123
24124 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24125
24126 * longlines.el: New file.
24127
24128 * simple.el (buffer-substring-filters): New variable.
24129 (filter-buffer-substring): New function.
24130 (kill-region, copy-region-as-kill): Use it.
24131
24132 * register.el (copy-to-register, append-to-register)
24133 (prepend-to-register): Use filter-buffer-substring.
24134
24135 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24136
24137 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24138 (gud-filter-pending-text): Move in front of gdb.
24139 (gud-overlay-arrow-position): New variable.
24140 (gud-sentinel, gud-display-line): Use it in place of
24141 overlay-arrow-position.
24142
24143 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24144
24145 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24146 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24147 (fortran-font-lock-keywords-4): New variable.
24148 (fortran-blocks-re, fortran-end-block-re)
24149 (fortran-start-block-re): New constants, for hideshow.
24150 (hs-special-modes-alist): Add a Fortran entry.
24151 (fortran-mode-map): Bind fortran-end-of-block,
24152 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24153 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24154 (fortran-looking-at-if-then, fortran-end-of-block)
24155 (fortran-beginning-of-block): New functions, for hideshow.
24156
24157 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24158 Doc fix. Tweak regexp.
24159 (f90-beginning-of-block): Push mark first.
24160
24161 2005-03-29 Jay Belanger <belanger@truman.edu>
24162
24163 * calc/calc.el: Update copyright date.
24164 (calc-version): Increase to 2.1.
24165 (calc-version-date): Remove.
24166
24167 * calc/calc-help.el: Update copyright date.
24168 (calc-full-help): Remove reference to calc-version-date.
24169 Update copyright date.
24170
24171 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24172
24173 * vc.el (vc-do-command): Use a pipe for async processes, so password
24174 prompts don't show up at places where the user can't reply.
24175
24176 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24177
24178 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24179 on the file name we pass to the inferior shell.
24180
24181 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24182
24183 * progmodes/which-func.el (which-function): Be robust in the face of an
24184 imenu--make-index-alist failure.
24185
24186 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24187
24188 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24189
24190 * progmodes/python.el (python-preoutput-filter): Fix last change.
24191
24192 2005-03-29 Lute Kamstra <lute@gnu.org>
24193
24194 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24195 functions and compiled macros.
24196 (debug-convert-byte-code): Handle macros too.
24197 (debug-on-entry-1): Don't signal an error when trying to clear a
24198 function that is not set to debug on entry.
24199
24200 2005-03-29 Jay Belanger <belanger@truman.edu>
24201
24202 * calc/calc-lang.el: Add functions to math-function-table
24203 properties of tex and math.
24204
24205 2005-03-29 Kenichi Handa <handa@m17n.org>
24206
24207 * ps-mule.el (ps-mule-plot-string): Translate characters by
24208 ps-print-translation-table.
24209 (ps-mule-begin-job): Call find-charset-region/string with
24210 ps-print-translation-table.
24211 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24212
24213 * ps-print.el (ps-print-translation-table): New variable.
24214 (ps-plot-region): Translate characters by ps-print-translation-table.
24215
24216 2005-03-29 Juri Linkov <juri@jurta.org>
24217
24218 * simple.el (next-error-highlight-timer): New variable.
24219
24220 * progmodes/compile.el (compilation-goto-locus):
24221 Use `next-error-highlight-timer' instead of `sit-for'.
24222
24223 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24224
24225 * mail/supercite.el (sc-mail-field): Use assoc-string.
24226 (sc-get-address): Simplify regexps.
24227
24228 * files.el (minibuffer-with-setup-hook): New macro.
24229 (find-file-read-args): Use it to avoid let-binding
24230 minibuffer-with-setup-hook (which breaks turning on/off
24231 file-name-shadow-mode while in the prompt).
24232
24233 * complete.el (PC-read-include-file-name-internal):
24234 Use test-completion.
24235
24236 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24237
24238 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24239
24240 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24241
24242 * window.el (window-buffer-height): Use count-screen-lines.
24243
24244 * progmodes/python.el (python-preoutput-leftover): New var.
24245 (python-preoutput-filter): Use it.
24246 (python-send-receive): Loop until all the result has been received.
24247
24248 2005-03-28 Juri Linkov <juri@jurta.org>
24249
24250 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24251
24252 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24253 "Recover Crashed Session".
24254 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24255 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24256 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24257 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24258 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24259 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24260 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24261 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24262
24263 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24264 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24265 Ediff Sessions", "Toggle use of separate control buffer frame",
24266 "Use separate frame for Ediff control buffer".
24267
24268 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24269 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24270 "Rename Bookmark", "Delete Bookmark".
24271
24272 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24273 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24274 Add `:active Info-index-alternatives' to "Next Matching Item".
24275
24276 * wdired.el (wdired-change-to-wdired-mode):
24277 Mention `wdired-abort-changes' key in the initial message.
24278
24279 * international/mule.el (auto-coding-alist): Associate non-ascii
24280 image filename extensions with `no-conversion'.
24281
24282 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24283
24284 * international/iso-acc.el:
24285 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24286
24287 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24288
24289 * textmodes/sgml-mode.el (html-mode): Doc update.
24290
24291 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24292
24293 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24294
24295 * term.el (term-move-columns): Fix face after extending a line.
24296 (term-insert-spaces): Likewise.
24297 (term-reset-terminal): Fix off by one error.
24298
24299 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24300
24301 * international/mule.el (auto-coding-alist): Add .xpi files.
24302
24303 * files.el (auto-mode-alist): Add .xpi files.
24304
24305 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24306
24307 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24308
24309 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24310
24311 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24312
24313 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24314
24315 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24316 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24317
24318 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24319 cursor to Jan 1 when needed.
24320 (calendar-end-of-year): Fix -/+ typo.
24321 Reported by Chong Yidong <cyd@stupidchicken.com>.
24322
24323 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24324
24325 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24326
24327 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24328 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24329
24330 2005-03-25 Richard M. Stallman <rms@gnu.org>
24331
24332 * filesets.el (filesets-init): Add autoload.
24333
24334 * mail/mailalias.el (mail-directory): Doc fix.
24335
24336 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24337
24338 * mail/mailalias.el (mail-directory-process): Do nothing if
24339 mail-directory-process is an atom.
24340 (mail-get-names): Ignore mail-directory-names if it is an atom.
24341 (mail-directory-process defvar): Doc fix.
24342 (mail-names): Doc fix.
24343
24344 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24345
24346 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24347
24348 2005-03-26 Kenichi Handa <handa@m17n.org>
24349
24350 * international/mule-util.el (detect-coding-with-priority):
24351 Call update-coding-systems-internal before detect-coding-region.
24352
24353 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24354
24355 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24356 (gdb-frames-mode-map): Add follow-link property.
24357
24358 2005-03-25 Jay Belanger <belanger@truman.edu>
24359
24360 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24361 for variables.
24362
24363 2005-03-25 Juri Linkov <juri@jurta.org>
24364
24365 * image-mode.el: Optimize image filename extension regexps in
24366 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24367 in `auto-mode-alist'.
24368 (image-mode): Add `image-toggle-display-text' to local hook
24369 `change-major-mode-hook'. Display the image as an image by
24370 default. Set `cursor-type' and `truncate-lines' if the image
24371 is already displayed. Take into account the current mode (image
24372 or text) in message.
24373 (image-minor-mode): New minor mode.
24374 (image-mode-maybe, image-toggle-display-text): New functions.
24375 (image-toggle-display): Use called-interactively-p.
24376 Let-bind `inhibit-read-only' to t.
24377
24378 * image-mode.el (image-minor-mode): Set `cursor-type' and
24379 `truncate-lines' if the image is already displayed. Add turning
24380 image-minor-mode off to `change-major-mode-hook'. Add message.
24381 Call `image-toggle-display-text' after turning image-minor-mode off.
24382
24383 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24384
24385 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24386 Terminal.app, use utf-8.
24387 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24388 (set-locale-environment): Use it.
24389
24390 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24391
24392 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24393
24394 * progmodes/python.el (python-close-block-statement-p)
24395 (python-outdent-p, python-current-defun): Use symbol-end.
24396
24397 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24398
24399 * files.el (save-some-buffers): Doc fix.
24400
24401 2005-03-25 Werner Lemberg <wl@gnu.org>
24402
24403 * complete.el, thumbs.el: Replace `legal' with `valid'.
24404 * calendar/calendar.el: Replace `legal' with `valid'.
24405 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24406 * mail/supercite.el: Replace `legal' with `valid'.
24407 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24408 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24409 Replace `legal' with `valid'.
24410 * textmodes/reftex-vars.el, textmodes/reftex.el:
24411 Replace `legal' with `valid'.
24412
24413 2005-03-25 Werner Lemberg <wl@gnu.org>
24414
24415 * calc/calc-forms.el, calc/calc-sel.el
24416 * midnight.el, vc-cvs.el
24417 * emacs-lisp/cl-macs.el
24418 * emulation/vip.el
24419 * eshell/esh-io.el, eshell/esh-var.el
24420 * mail/supercite.el
24421 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24422 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24423 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24424 * progmodes/sh-script.el, progmodes/xscheme.el
24425 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24426 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24427 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24428 * textmodes/reftex.el, textmodes/org.el:
24429 Replace `illegal' with `invalid'.
24430
24431 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24432
24433 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24434 (flymake-find-buildfile, flymake-find-possible-master-files)
24435 (flymake-check-include, flymake-parse-line): Replace loops over the
24436 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24437
24438 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24439 Substitute file-name-as-directory in the rest of the file.
24440 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24441 (flymake-replace-region): Remove unused arg `buffer'.
24442 (flymake-check-patch-master-file-buffer): Update calls to it.
24443 (flymake-add-err-info): Remove unused var `count'.
24444 (flymake-mode): Use define-minor-mode.
24445
24446 * progmodes/flymake.el: Use with-current-buffer.
24447 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24448 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24449 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24450 Avoid testing for `xemacs'.
24451 (flymake-nop): Move.
24452 (flymake-region-has-flymake-overlays): Return the computed value.
24453 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24454 Remove unused var `endline'.
24455 (flymake-get-line-count): Remove unused function.
24456 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24457
24458 * emulation/vi.el:
24459 * generic.el:
24460 * hilit-chg.el (global-highlight-changes):
24461 * hi-lock.el (hi-lock-mode):
24462 * follow.el: find-file-hooks -> find-file-hook.
24463
24464 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24465
24466 2005-03-24 Juri Linkov <juri@jurta.org>
24467
24468 * dired.el (dired-mode-map): Add menu item "Compare directories"
24469 for dired-compare-directories.
24470
24471 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24472 Doc fix. Replace `read-file-name' with `read-directory-name'.
24473
24474 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24475
24476 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24477
24478 2005-03-24 Jay Belanger <belanger@truman.edu>
24479
24480 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24481 relevant mode settings in calc-embedded-original-modes when modes
24482 are permanently changed.
24483
24484 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24485
24486 * autoinsert.el: find-file-hooks -> find-file-hook.
24487
24488 2005-03-24 Lute Kamstra <lute@gnu.org>
24489
24490 * generic.el (generic-font-lock-defaults): Make it obsolete.
24491 (generic-font-lock-keywords): New variable to replace
24492 generic-font-lock-defaults.
24493 (generic-mode-set-font-lock): Delete it.
24494 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24495 (generic-bracket-support): Add docstring.
24496
24497 * generic-x.el: Rename generic-font-lock-defaults to
24498 generic-font-lock-keywords throughout.
24499 (mailagent-rules-setup-function): Delete it.
24500 (mailagent-rules-generic-mode): Use anonymous function instead.
24501 (show-tabs-generic-mode-font-lock-defaults-1)
24502 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24503 Quote faces.
24504 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24505 not foreground.
24506
24507 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24508 Recognize define-generic-mode.
24509
24510 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24511
24512 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24513 if there's no completion table.
24514
24515 2005-03-23 Miles Bader <miles@gnu.org>
24516
24517 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24518 Remove tty-specific variants, as they're no longer needed.
24519
24520 2005-03-23 Lute Kamstra <lute@gnu.org>
24521
24522 * generic-x.el: Code cleanup: make args constant whenever possible.
24523 (installshield-statement-keyword-list)
24524 (installshield-system-functions-list)
24525 (installshield-system-variables-list, installshield-types-list)
24526 (installshield-funarg-constants-list): Make them constants.
24527
24528 * generic.el (generic-make-keywords-list): Add autoload cookie.
24529
24530 * calendar/time-date.el: Add comment on time value formats.
24531 Don't require parse-time.
24532 (with-decoded-time-value): New macro.
24533 (encode-time-value): New function.
24534 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24535 (days-to-time): Return a valid time value when arg is huge.
24536 (time-since): Use time-subtract.
24537 (time-to-number-of-days): Use time-to-seconds.
24538
24539 2005-03-23 David Ponce <david@dponce.com>
24540
24541 * recentf.el (recentf-keep): New option.
24542 (recentf-menu-action): Default to `find-file'.
24543 (recentf-keep-non-readable-files-flag)
24544 (recentf-keep-non-readable-files-p)
24545 (recentf-file-readable-p, recentf-find-file)
24546 (recentf-cleanup-remote): Remove.
24547 (recentf-include-p): More robust.
24548 (recentf-keep-p): New function.
24549 (recentf-remove-if-non-kept): Rename from
24550 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24551 All callers updated.
24552 (recentf-menu-items-for-commands): Fix help string.
24553 (recentf-track-closed-file): Update. Doc fix.
24554 (recentf-cleanup): Update. Count removed files. Doc fix.
24555
24556 2005-03-23 Kim F. Storm <storm@cua.dk>
24557
24558 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24559 Don't inherit from fringe face (now happens automatically).
24560
24561 2005-03-22 Kim F. Storm <storm@cua.dk>
24562
24563 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24564 position values.
24565
24566 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24567
24568 * menu-bar.el (showhide-date-time): Remove.
24569 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24570 (menu-bar-make-mm-toggle): Simplify.
24571
24572 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24573
24574 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24575 Accept qualified variable and function names.
24576
24577 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24578
24579 * bindings.el (completion-ignored-extensions):
24580 Remove ".lis" for `vax-vms'.
24581
24582 2005-03-22 Andreas Schwab <schwab@suse.de>
24583
24584 * generic-x.el: Revert last change.
24585 * ldefs-boot.el: Update.
24586
24587 2005-03-22 Jay Belanger <belanger@truman.edu>
24588
24589 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24590 (calc-embedded-save-original-modes)
24591 (calc-embedded-restore-original-modes): New functions.
24592 (calc-do-embedded): Save original modes when entering embedded mode
24593 and restore when leaving embedded mode.
24594 (calc-embedded-modes-change): Change the value of
24595 calc-embedded-original-modes to reflect permanent changes.
24596
24597 2005-03-22 Lute Kamstra <lute@gnu.org>
24598
24599 * generic-x.el: Require generic again.
24600
24601 2005-03-22 Miles Bader <miles@gnu.org>
24602
24603 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24604 Tweak details to look good on both ttys and bitmap displays, light
24605 or dark background, etc.
24606
24607 2005-03-21 Kim F. Storm <storm@cua.dk>
24608
24609 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24610 mouse position.
24611
24612 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24613
24614 * icomplete.el: Don't forcibly turn on the mode upon load.
24615 (icomplete-mode): Use define-minor-mode.
24616 (icomplete-eoinput): Default to nil.
24617 (icomplete-minibuffer-setup): Remove autoload.
24618 (icomplete-tidy): Simplify.
24619 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24620 in the initial state or if the user has modified the field.
24621 Fix handling of icomplete-max-delay-chars.
24622 Remove code that handles the oddball case where
24623 minibuffer-completion-table is an integer.
24624 Wrap icomplete-completions in while-no-input in case building
24625 completions takes more time than expected.
24626 (icomplete-completions): Simplify.
24627
24628 2005-03-21 Richard M. Stallman <rms@gnu.org>
24629
24630 * jka-compr.el (jka-compr-really-do-compress):
24631 Make variable buffer-local.
24632
24633 * image-mode.el: Handle .xpm files too.
24634 (image-toggle-display): Preserve modification flag.
24635
24636 * help.el (where-is): Don't mention aliases with no key bindings.
24637
24638 2005-03-21 Lute Kamstra <lute@gnu.org>
24639
24640 * generic.el: Fix commentary section. Don't require cl for
24641 compilation.
24642 (generic-mode-list): Add autoload cookie.
24643 (generic-use-find-file-hook, generic-lines-to-scan)
24644 (generic-find-file-regexp, generic-ignore-files-regexp)
24645 (generic-mode, generic-mode-find-file-hook)
24646 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24647 (define-generic-mode): Make it a defmacro. Fix docstring.
24648 (generic-mode-internal): Code cleanup. Add autoload cookie.
24649 (generic-mode-set-comments): Code cleanup.
24650 * generic-x.el: Don't prevent compilation. Don't require generic.
24651 Follow coding conventions. Minor code cleanup.
24652 (etc-fstab-generic-mode): Add some keywords.
24653 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24654 define-generic-mode like a function declaration.
24655
24656 2005-03-21 Jay Belanger <belanger@truman.edu>
24657
24658 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24659 changing modes.
24660
24661 2005-03-21 Sam Steingold <sds@gnu.org>
24662
24663 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24664
24665 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24666
24667 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24668 Add underscore to "f$ lexicals" regexp.
24669
24670 2005-03-20 Juri Linkov <juri@jurta.org>
24671
24672 * subr.el (progress-reporter-do-update): When `min-value' is equal
24673 to `max-value', set `percentage' to 0 and prevent division by zero.
24674
24675 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24676
24677 Sync with Tramp 2.0.48.
24678
24679 * net/tramp.el (all): Change all addresses to .gnu.org.
24680 (tramp-append-tramp-buffers): New defun.
24681 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24682 Catch `dont-send' signal.
24683 (tramp-set-auto-save-file-modes): Set always permissions, because
24684 there might be an old auto-saved file belonging to another
24685 original file. This could be a security threat. Reported by
24686 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24687 Check for Emacs 21.3.50 removed.
24688
24689 * net/tramp-smb.el (all): Remove debug construct for
24690 `with-parsed-tramp-file-name'.
24691 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24692 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24693 No error message if DIRECTORY or FILENAME doesn't exist.
24694 (tramp-smb-open-connection): Check existence of
24695 `tramp-smb-program'.
24696
24697 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24698
24699 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24700 Properly handle the case where the `m' or `s' command's argument is not
24701 yet terminated.
24702 (perl-indent-new-calculate): New function.
24703 (perl-indent-line): Use it.
24704
24705 2005-03-20 Miles Bader <miles@gnu.org>
24706
24707 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24708 in text-mode too. Change to new face names.
24709 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24710 Add `:weight bold' attribute.
24711 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24712
24713 2005-03-19 Juri Linkov <juri@jurta.org>
24714
24715 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24716
24717 * international/mule.el (auto-coding-alist): Sync with
24718 `auto-mode-alist' by adding upper case archive file extensions
24719 and adding ear/war to jar extension.
24720
24721 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24722
24723 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24724 running, restart it.
24725
24726 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24727
24728 * finder.el (finder-current-item): Throw an error on an empty line.
24729
24730 * man.el (Man-follow-manual-reference): If current-word returns
24731 nil, use "".
24732
24733 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24734
24735 * simple.el (goto-line): Doc fix.
24736
24737 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24738
24739 * files.el (save-buffer): Doc fix.
24740
24741 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24742
24743 * recentf.el (recentf-cleanup-remote): New variable.
24744 (recentf-cleanup): Use it to conditionally check availability of
24745 remote files.
24746
24747 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24748
24749 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24750 function names.
24751
24752 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24753
24754 * language/thai-word.el: New file.
24755
24756 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24757
24758 * files.el (backup-buffer): If the file's directory is not
24759 writable, use copy instead of move to backup the file.
24760
24761 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24762
24763 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24764
24765 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24766
24767 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24768 Use functionp instead of symbolp and fboundp. Reported by Drkm
24769 <darkman_spam@yahoo.fr>.
24770 (ps-print-version): New version 6.6.6.
24771
24772 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24773
24774 * textmodes/table.el (table--line-column-position): New idiom.
24775 (table--row-column-insertion-point-p): New function to test
24776 validity of row and column insertion operation at a location.
24777 (table-global-menu, table-cell-menu): Use above functions for
24778 deterministic test operation.
24779 (table--editable-cell-p): Behave in deterministic fashion.
24780
24781 2005-03-18 Juri Linkov <juri@jurta.org>
24782
24783 * isearch.el (isearch-lazy-highlight-new-loop):
24784 Make arguments beg and end optional.
24785 (isearch-update): Remove optional arguments nil from
24786 isearch-lazy-highlight-new-loop.
24787 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24788 isearch-lazy-highlight-case-fold-search instead of
24789 isearch-case-fold-search, and let-bind isearch-regexp to
24790 isearch-lazy-highlight-regexp.
24791 Use isearch-lazy-highlight-last-string instead of isearch-string.
24792
24793 * replace.el (perform-replace): Remove bindings of global
24794 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24795 Add three new arguments to `replace-highlight'.
24796 (replace-highlight): Add arguments string, regexp, case-fold.
24797 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24798 to allow isearch-lazy-highlight-new-loop to use these values
24799 to set corresponding isearch-lazy-highlight-* internal
24800 variables whose values lazy highlighting will use regardless of
24801 changes to global variables isearch-string, isearch-regexp,
24802 isearch-case-fold-search during lazy highlighting loop.
24803 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24804 to `lazy-highlight-cleanup'.
24805
24806 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24807 (ispell-highlight-face): Set default face to `isearch' when
24808 lazy highlighting is enabled.
24809 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24810 priority to 1. Add lazy highlighting.
24811 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24812 from `isearch-dehighlight'.
24813
24814 2005-03-18 David Ponce <david@dponce.com>
24815
24816 * files.el (hack-local-variables): Do a case-insensitive search
24817 for End.
24818
24819 2005-03-18 Juri Linkov <juri@jurta.org>
24820
24821 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24822 `isearch-lazy-highlight-cleanup', add alias to old name and
24823 declare obsolete. Add release numbers to other obsolete vars.
24824 (isearch-done, isearch-lazy-highlight-new-loop):
24825 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24826 (lazy-highlight-cleanup) <variable>: Doc fix.
24827 (isearch-lazy-highlight-update): Rename obsolete
24828 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24829
24830 2005-03-18 Kenichi Handa <handa@m17n.org>
24831
24832 * language/thai-util.el: Fix categorization of Thai characters in
24833 thai-category-table.
24834 (thai-composition-pattern): Adjust it for the above change.
24835 (thai-self-insert-command, thai-compose-syllable): New functions.
24836 (thai-compose-region): Use thai-compose-syllable.
24837 (thai-compose-string): Likewise.
24838 (thai-composition-function): Likewise.
24839 (thai-auto-composition): New function.
24840 (thai-auto-composition-mode): New minor mode.
24841
24842 * language/thai.el: Fix patterns to be registered in
24843 composition-function-table.
24844
24845 * international/quail.el (quail-input-method): Locally bind
24846 inhibit-modification-hooks to t.
24847
24848 2005-03-17 Richard M. Stallman <rms@gnu.org>
24849
24850 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24851 (perl-mode): Use run-mode-hooks.
24852
24853 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24854 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24855 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24856
24857 * mail/sendmail.el (sendmail-send-it): Reenable the code
24858 to compute resend-to-address and use it.
24859
24860 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24861
24862 * image-mode.el: New file.
24863
24864 * image.el (insert-sliced-image): Add autoload cookie.
24865
24866 * font-lock.el (font-lock-lines-before): New user option.
24867 (font-lock-after-change-function): Obey it.
24868
24869 * bindings.el (esc-map): Make M-g a prefix.
24870 Bind M-g g and M-g M-g to goto-line.
24871
24872 * faces.el (face-id): Doc fix.
24873
24874 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24875
24876 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24877 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24878 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24879
24880 * mail/sendmail.el (mail-yank-ignored-headers)
24881 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24882 Add Mail-Followup-To and Mail-Reply-To headers.
24883 (mail-citation-hook): Add autoload cookie.
24884 (mail-mode): Doc fix.
24885 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24886 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24887 (mail-mode-fill-paragraph): Handle those headers.
24888 (mail-mailing-lists): New variable.
24889 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24890
24891 2005-03-17 Juri Linkov <juri@jurta.org>
24892
24893 * isearch.el (isearch-fallback): Check for `(car previous)'
24894 before calling `isearch-other-end-state'.
24895
24896 2005-03-17 Kim F. Storm <storm@cua.dk>
24897
24898 * simple.el (move-beginning-of-line): Move to beginning of buffer
24899 line, as well as beginning of screen line.
24900
24901 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24902
24903 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24904 argument REDRAW rather than calendar-redrawing variable.
24905 * calendar/calendar.el (calendar-redrawing): Delete.
24906 (redraw-calendar): Do not bind calendar-redrawing.
24907
24908 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24909
24910 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24911 diary-file buffer.
24912
24913 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24914
24915 * help.el (describe-mode): Allow a :minor-mode-function property to
24916 specify a different minor mode toggle function than the variable.
24917 * simple.el (auto-fill-function):
24918 * subr.el (add-minor-mode): Use it.
24919
24920 2005-03-16 Kenichi Handa <handa@m17n.org>
24921
24922 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24923 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24924 (ethio-fidel-to-sera-buffer): Likewise.
24925
24926 2005-03-16 Juri Linkov <juri@jurta.org>
24927
24928 * emacs-lisp/find-func.el (find-function-regexp):
24929 Add defun-emitting macro `menu-bar-make-toggle'.
24930
24931 * isearch.el: Put `isearch-scroll' property to
24932 `split-window-horizontally'.
24933
24934 * info.el: Update error messages for `debug-ignored-errors'.
24935 (Info-isearch-search): Doc fix.
24936 (Info-find-node): Move up code to go into info buffer before
24937 recording the node to the history.
24938 (Info-fontify-node): Fontify titles only if the next line
24939 has two or more `*', `=', `-', `.'.
24940 Display "go to this node" for empty (match-string 3).
24941
24942 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24943
24944 * term/mac-win.el: Add mouse pointer shape constants.
24945
24946 2005-03-15 Kim F. Storm <storm@cua.dk>
24947
24948 * simple.el (move-beginning-of-line): Use vertical-motion.
24949
24950 2005-03-15 Juri Linkov <juri@jurta.org>
24951
24952 * isearch.el (isearch-error): New variable.
24953 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24954 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24955 (isearch-within-brackets-state): Remove.
24956 (isearch-case-fold-search-state, isearch-pop-fun-state):
24957 Decrease frame index.
24958 (isearch-mode, isearch-top-state, isearch-push-state)
24959 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24960 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24961 (isearch-search, isearch-lazy-highlight-new-loop):
24962 Replace `isearch-invalid-regexp' with `isearch-error'.
24963 Remove `isearch-within-brackets'.
24964 (isearch-search): Add `search-failed' handler to `condition-case'.
24965 (isearch-lazy-highlight-search): Add `condition-case' to catch
24966 errors and allow `isearch-lazy-highlight-update' to try
24967 highlighting from the beginning of the window.
24968 (isearch-repeat): Move up code to set isearch-wrapped to t
24969 before calling isearch-wrap-function.
24970
24971 * info.el (Info-isearch-initial-node): New internal variable.
24972 (Info-search): Signal an error in isearch mode when search leaves
24973 the initial node. Signal an error when `bound' is non-nil and
24974 nothing was found in the current subfile.
24975 (Info-isearch-search): Remove `condition-case'.
24976 (Info-isearch-wrap): Don't wrap when search failed during leaving
24977 the initial node. If `Info-isearch-search' is nil, wrap around
24978 the current node.
24979 (Info-isearch-start): New fun.
24980 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24981 `isearch-mode-hook'.
24982
24983 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24984
24985 * simple.el (normal-erase-is-backspace): Set default to t if
24986 running on Mac.
24987
24988 * term/mac-win.el (function-key-map): Sync with x-win.el.
24989
24990 2005-03-15 Kenichi Handa <handa@m17n.org>
24991
24992 * international/mule-cmds.el (locale-language-names): Modify the
24993 format of elements and add more entries.
24994 (locale-preferred-coding-systems): Add more entries.
24995 (set-locale-environment): Adjust for the change of
24996 locale-language-names.
24997
24998 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24999
25000 * pcvs.el (smerge-ediff): Remove bogus autoload.
25001
25002 2005-03-14 Lute Kamstra <lute@gnu.org>
25003
25004 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25005 Ignore a `*' at the beginning of a line.
25006
25007 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25008 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25009 subr.el.
25010 (dont-compile, eval-when-compile, eval-and-compile): Use declare
25011 to specify indentation.
25012
25013 * generic.el (define-generic-mode): Let generic-mode-list be a
25014 list of strings; test membership with equal.
25015
25016 2005-03-14 Kim F. Storm <storm@cua.dk>
25017
25018 * simple.el (next-line, previous-line): Add optional try-vscroll
25019 arg to recognize interactive use. Pass it on to line-move.
25020 (line-move): Don't perform auto-window-vscroll when defining or
25021 executing keyboard macro to ensure consistent behavior.
25022
25023 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25024
25025 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25026
25027 2005-03-13 Lute Kamstra <lute@gnu.org>
25028
25029 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25030 debugger-setup-buffer so that backtrace marks the frames set to
25031 debug-on-exit and we don't have to do it manually. Set an extra
25032 debug-on-exit for macro's.
25033 (debugger-setup-buffer): Don't mark the top frame manually.
25034
25035 2005-03-12 Lute Kamstra <lute@gnu.org>
25036
25037 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25038 lisp-indent-function throughout.
25039 (with-no-warnings): Set lisp-indent-function property.
25040
25041 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25042
25043 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25044 Add entry for backslash.
25045
25046 2005-03-12 Juri Linkov <juri@jurta.org>
25047
25048 * info.el (Info-search): Four fixes for backward search.
25049
25050 2005-03-11 Jay Belanger <belanger@truman.edu>
25051
25052 * calc/calc.el (calc-language-alist): New variable.
25053 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25054 (calc-embedded-find-modes): Use calc-language-alist instead of
25055 calc-embedded-language-alist.
25056
25057 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25058
25059 * calendar/calendar.el (calendar-redrawing): New internal
25060 variable.
25061 (redraw-calendar): Remove bogus save-excursion from previous
25062 change. Bind calendar-redrawing to t for mark-diary-entries.
25063 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25064 calendar if that is why we were called.
25065
25066 2005-03-11 Kenichi Handa <handa@m17n.org>
25067
25068 * international/mule.el (make-coding-system): Set property
25069 coding-system-define-form to nil.
25070 (define-coding-system-alias): Likewise.
25071
25072 2005-03-11 Kenichi Handa <handa@m17n.org>
25073
25074 These changes are suggested by Dave Love <fx@gnu.org>.
25075
25076 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25077 coding: tag.
25078 (adaptive-fill-regexp): Add more bullets.
25079 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25080 regexps.
25081
25082 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25083
25084 * help.el (describe-mode): Properly handle non-trivial lighters.
25085 Don't ignore minor modes that are not listed in minor-mode-list.
25086
25087 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25088 feature ON when the user requests to turn it OFF.
25089
25090 2005-03-10 Lute Kamstra <lute@gnu.org>
25091
25092 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25093 (implement-debug-on-entry): New function to replace debug-entry-code.
25094 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25095 second argument as the 2005-03-07 change makes it obsolete.
25096 (debug-on-entry, cancel-debug-on-entry): Update call to
25097 debug-on-entry-1.
25098 (debug, debugger-setup-buffer): Comment update.
25099 (debugger-frame-number): Update to work with implement-debug-on-entry.
25100
25101 2005-03-10 Jay Belanger <belanger@truman.edu>
25102
25103 * calc/calc-embed.el (math-ms-args): Declare it.
25104 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25105 math-ms-args.
25106 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25107 variables.
25108
25109 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25110
25111 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25112 Use message-box.
25113
25114 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25115 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25116 (tooltip-gud-tips): Simplify.
25117 (tooltip-gud-tips-p): Remove superfluous :set.
25118 (tooltip-gud-modes): Add fortran-mode.
25119 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25120
25121 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25122
25123 2005-03-09 Kim F. Storm <storm@cua.dk>
25124
25125 * play/animate.el (animate-place-char): Use forward-line instead
25126 of next-line to improve performance.
25127
25128 2005-03-09 Simon Josefsson <jas@extundo.com>
25129
25130 * net/browse-url.el (browse-url-default-browser): Doc fix.
25131
25132 2005-03-09 Miles Bader <miles@gnu.org>
25133
25134 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25135 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25136
25137 2005-03-09 Kenichi Handa <handa@m17n.org>
25138
25139 * international/latin-1.el: Set case and syntax for 255 only if
25140 set-case-syntax-set-multibyte is nil.
25141
25142 * textmodes/ispell.el (ispell-insert-word): New function.
25143 (ispell-word): Use ispell-insert-word to insert a new word.
25144 (ispell-process-line): Likewise.
25145 (ispell-complete-word): Likewise.
25146
25147 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25148
25149 * calendar/calendar.el (redraw-calendar): Preserve point.
25150 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25151 (calendar-week-start-day): Move after definition of
25152 redraw-calendar. Delete buffer test, since redraw-calendar has
25153 that now.
25154
25155 * calendar/diary-lib.el (mark-diary-entries): Only call
25156 redraw-calendar in the first of any recursive calls.
25157 Reported by Alan Shutko <ats@acm.org>.
25158
25159 2005-03-08 Juri Linkov <juri@jurta.org>
25160
25161 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25162 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25163 (html-radio-buttons): Add a space before the trailing `/>' where
25164 sgml-xml-mode is non-nil.
25165 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25166 the subsequent tag of the empty XML tag.
25167 (html-href-anchor): Don't set initial input to "http:".
25168 (html-image): Ask for the image URL and set point inside alt="".
25169 (html-name-anchor): Duplicate the name in the `id' attribute when
25170 sgml-xml-mode is non-nil.
25171 (html-paragraph): Remove \n before <p>.
25172 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25173 instead of `checked' when sgml-xml-mode is non-nil.
25174
25175 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25176 Remove 1 space before #RRGGBB to not truncate it on terminal
25177 windows w/o fringes. Remove 1 space between bg and fg examples
25178 to get more space.
25179 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25180 avoid byte-compile warnings.
25181
25182 * image-file.el (image-file-handler): Put `safe-magic' property to
25183 `image-file-handler'.
25184
25185 * info.el (Info-isearch-search): Emulate word search in
25186 isearching through multiple Info nodes with Info-search.
25187 (Info-isearch-wrap): Allow isearch-word.
25188
25189 2005-03-08 Lute Kamstra <lute@gnu.org>
25190
25191 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25192 stepping into the debugger's code is not possible.
25193 (debugger-jumping-flag): Docstring update.
25194
25195 2005-03-08 Jay Belanger <belanger@truman.edu>
25196
25197 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25198 embedded mode begins.
25199 (calc-embedded-language-alist): New variable.
25200 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25201 set default language mode.
25202
25203 2005-03-08 Kenichi Handa <handa@m17n.org>
25204
25205 * international/ccl.el (define-ccl-program): Fix docstring about
25206 extra 256 bytes assured for the output buffer.
25207
25208 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25209 Fix BUFFER_MAGNIFICATION to 2.
25210 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25211
25212 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25213
25214 * align.el (align-rules-list): Added an alignment rule for CSS
25215 declarations (applies to css-mode and html-mode buffers).
25216
25217 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25218
25219 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25220
25221 2005-03-07 Kim F. Storm <storm@cua.dk>
25222
25223 * simple.el (move-beginning-of-line): New command.
25224
25225 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25226
25227 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25228
25229 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25230 and move-beginning-of-line.
25231
25232 * apropos.el (apropos-print): Omit command from M-x ... RET.
25233
25234 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25235
25236 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25237 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25238
25239 2005-03-06 Richard M. Stallman <rms@gnu.org>
25240
25241 * bindings.el (esc-map): Bind M-g to goto-line.
25242
25243 * facemenu.el (global-map): Bind M-o, not M-g.
25244
25245 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25246
25247 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25248 "Open Directory" as for "Open File".
25249
25250 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25251
25252 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25253 (push-mark-command): Run activate-mark-hook.
25254
25255 2005-03-06 Richard M. Stallman <rms@gnu.org>
25256
25257 * help-mode.el (help-mode-finish): Don't alter the element
25258 in view-return-to-alist if there already is one.
25259
25260 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25261 make sure the current buffer is the expected one.
25262
25263 * novice.el (disabled-command-function): Output in *Disabled Command*.
25264 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25265
25266 * textmodes/flyspell.el (flyspell-large-region):
25267 Pass args differently for aspell.
25268
25269 * files.el (mode-require-final-newline): Doc fix.
25270
25271 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25272
25273 * progmodes/which-func.el (which-function):
25274 Specify NOERROR when calling imenu--make-index-alist.
25275
25276 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25277
25278 * simple.el (normal-erase-is-backspace): Define default value.
25279
25280 * custom.el (custom-theme-set-variables): Remove unused var
25281 `immediate'.
25282 (custom-reevaluate-setting): Simple function to handle variables
25283 that are defined before their default value can really be
25284 computed.
25285
25286 * startup.el (command-line): Use it for temporary-file-directory,
25287 small-emporary-file-directory, auto-save-file-name-transforms,
25288 blink-cursor-mode, and normal-erase-is-backspace.
25289
25290 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25291 progress, even with buggy anchored keywords.
25292
25293 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25294
25295 * simple.el (goto-line): Remove unbalanced final parenthesis.
25296
25297 2005-03-05 Richard M. Stallman <rms@gnu.org>
25298
25299 * simple.el (goto-line): Use a number at point as the default.
25300 With C-u as arg, switch buffers.
25301
25302 2005-03-05 Juri Linkov <juri@jurta.org>
25303
25304 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25305 with `no-blinking-cursor'.
25306
25307 * startup.el (no-blinking-cursor): New defvar.
25308 (command-line): Add `--no-blinking-cursor' to longopts.
25309 Set `no-blinking-cursor' to t for command line arguments
25310 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25311 with `no-blinking-cursor' in the condition for calling
25312 `blink-cursor-mode'.
25313
25314 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25315
25316 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25317 (menu-bar-options-save): Add blink-cursor-mode.
25318 (menu-bar-options-menu): Add blink-cursor-mode.
25319
25320 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25321
25322 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25323 (icalendar-export-file, icalendar-export-region)
25324 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25325 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25326
25327 2005-03-04 Lute Kamstra <lute@gnu.org>
25328
25329 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25330 (debug-function-list): Ditto.
25331
25332 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25333
25334 * textmodes/texinfmt.el (texinfo-append-refill):
25335 Redefine the types of line to which @refill
25336 is not appended by replacing a search for `@refill\\|@bye' with
25337 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25338 itemize@refill' bug and the unfilled long lines bug.
25339 (texinfmt-version): Update number and date.
25340
25341 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25342
25343 * international/code-pages.el (windows-1250, windows-125[2-8])
25344 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25345
25346 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25347
25348 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25349 bound yet.
25350
25351 2005-03-02 Romain Francoise <romain@orebokech.com>
25352
25353 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25354 buffer after removing limits.
25355 (ibuffer-pop-filter): Ditto.
25356 Update copyright.
25357
25358 2005-03-02 Miles Bader <miles@gnu.org>
25359
25360 * button.el (make-text-button): If the user doesn't specify a
25361 type, use the default. Rewrite to use `add-text-properties' and
25362 plist functions.
25363
25364 2005-03-01 Lute Kamstra <lute@gnu.org>
25365
25366 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25367 (debugger-jumping-flag): New var.
25368 (debug-entry-code): Use it.
25369 (debugger-jump): Use debugger-jumping-flag and add
25370 debugger-reenable to post-command-hook.
25371 (debugger-reenable): Use debugger-jumping-flag and remove itself
25372 from post-command-hook.
25373 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25374 debugger-reenable.
25375
25376 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25377
25378 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25379 inclusion of "itemize\\|", which may be unnecessary, is certainly
25380 inelegant, and stops refilling in itemize lists when formatting
25381 Japanese Texinfo files to Info.
25382 Update copyright to 2005.
25383
25384 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25385
25386 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25387 of an error if GDB can't find the source file.
25388
25389 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25390
25391 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25392 not just the calendar.
25393
25394 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25395 first.
25396 (diary-redraw-calendar): New function.
25397 (make-diary-entry): Add diary-redraw-calendar to local
25398 write-contents-functions. Turn off selective display before
25399 inserting in diary.
25400
25401 2005-03-01 Kim F. Storm <storm@cua.dk>
25402
25403 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25404
25405 2005-03-01 Lute Kamstra <lute@gnu.org>
25406
25407 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25408 that debug-entry-code can be safely removed from a function while
25409 this code is being evaluated. Revert the 2005-02-27 change as the
25410 new implementation no longer requires it. Make sure that a
25411 function body containing just a string is not mistaken for a docstring.
25412 (debug): Skip one more frame in case of debug on entry.
25413 (debugger-setup-buffer): Delete one more frame line in case of
25414 debug on entry.
25415 (debugger-frame-number): Update to use the new text introduced by
25416 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25417
25418 2005-02-28 Kim F. Storm <storm@cua.dk>
25419
25420 * double.el (double-translate-key): Call force-window-update after
25421 read-event to avoid crash in redisplay.
25422
25423 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25424
25425 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25426 (debug): Use it. Move the inhibit-trace earlier.
25427 (debug-entry-code): New const.
25428 (debug-on-entry-1): Use it.
25429
25430 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25431
25432 * international/utf-16.el (ccl-encode-mule-utf-16le):
25433 Fix BUFFER_MAGNIFICATION to 2.
25434 (ccl-encode-mule-utf-16be): Likewise.
25435
25436 2005-02-28 Kenichi Handa <handa@m17n.org>
25437
25438 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25439 Fix BUFFER_MAGNIFICATION to 4.
25440 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25441
25442 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25443
25444 * speedbar.el (speedbar-update-flag): Doc fix.
25445 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25446 argument.
25447
25448 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25449
25450 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25451 have a non-nil `invisible' property but are actually visible.
25452
25453 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25454 for perldoc sections.
25455 (perl-outline-regexp, perl-outline-level): New var and function.
25456 (perl-mode): Use them.
25457
25458 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25459
25460 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25461 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25462
25463 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25464
25465 * cus-edit.el: Comment change.
25466 (custom-buffer-create-internal): Slightly reword text at top of
25467 Custom buffers. Mention there that saving an option edits the
25468 init file. Add link to Emacs manual node on `custom-file'.
25469 (custom-magic-alist): Rewrite individual State messages to use
25470 capitalized keywords. Doc fix.
25471
25472 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25473
25474 * calendar/calendar.el (calendar-buffer): Move above
25475 calendar-week-start-day.
25476 (calendar-week-start-day): Doc fix. Add :set function.
25477 (calendar-minimum-window-height): New variable.
25478 (generate-calendar-window): Only resize window if selected-window
25479 is displaying the calendar buffer. Use new variable
25480 calendar-minimum-window-height.
25481 (generate-calendar): Reword error message.
25482 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25483
25484 2005-02-27 Andreas Schwab <schwab@suse.de>
25485
25486 * vc.el (vc-do-command): Don't run command asynchronously when
25487 operating in a remote directory.
25488
25489 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25490 change from sync with Tramp 2.0.47.
25491
25492 2005-02-27 Richard M. Stallman <rms@gnu.org>
25493
25494 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25495
25496 * textmodes/flyspell.el (flyspell-mode-on):
25497 Call ispell-change-dictionary only if necessary.
25498
25499 * emacs-lisp/re-builder.el (regexp-builder): New function.
25500
25501 * register.el (describe-register-1): Explicitly handle
25502 yank-excluded-properties = t.
25503
25504 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25505 (custom-magic-alist): Change the status descriptions again.
25506 (face widget-type): Total rewrite based on `restricted-sexp'
25507 to eliminate the confusing double hiding levels.
25508
25509 * emacs-lisp/debug.el (debug-on-entry-1):
25510 If function body is empty, add nil as body form.
25511
25512 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25513
25514 * emacs-lisp/trace.el (inhibit-trace): New var.
25515 (trace-make-advice): Use it.
25516
25517 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25518
25519 2005-02-26 Kim F. Storm <storm@cua.dk>
25520
25521 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25522 (mouse-on-link-p, mouse-drag-region-1): Use it.
25523
25524 2005-02-25 Lute Kamstra <lute@gnu.org>
25525
25526 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25527
25528 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25529
25530 * frame.el (blink-cursor-mode): Add :group keyword.
25531
25532 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25533
25534 * calendar/icalendar.el (icalendar--decode-isodatetime):
25535 New optional argument DAY-SHIFT.
25536 (icalendar-export-region): Fix coding-system-for-write.
25537 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25538 events by one.
25539
25540 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25541
25542 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25543
25544 2005-02-24 Kim F. Storm <storm@cua.dk>
25545
25546 * international/iso-acc.el (iso-accents-compose): Fix crash
25547 during redisplay. Call force-window-update after read-event
25548 and delete-region to signal that window is not accurate.
25549
25550 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25551
25552 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25553 Remove unused and inexistent var `inhibit-trace'.
25554 (debugger-mode): Use run-mode-hooks.
25555 (debugger-list-functions): Add buttons; setup xref stack.
25556
25557 2005-02-23 Richard M. Stallman <rms@gnu.org>
25558
25559 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25560 appointment says it was explicitly made.
25561 (appt-add): Set the 3rd element.
25562 (appt-make-list): Preserve explicit appointments.
25563
25564 * subr.el (find-tag-default): Catch errors in forward-sexp.
25565
25566 2005-02-23 Juri Linkov <juri@jurta.org>
25567
25568 * info.el (Info-isearch-search): New defcustom.
25569 (Info-isearch-search): Call the default isearch function
25570 when Info-isearch-search is nil.
25571 (Info-isearch-wrap): Use variable Info-isearch-search.
25572
25573 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25574
25575 * cus-edit.el: Comment change.
25576
25577 2005-02-22 Kim F. Storm <storm@cua.dk>
25578
25579 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25580 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25581
25582 2005-02-22 Simon Josefsson <jas@extundo.com>
25583
25584 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25585 New variable.
25586 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25587 Oskarsson" <myrkraverk@users.sourceforget.net>.
25588
25589 2005-02-22 Kim F. Storm <storm@cua.dk>
25590
25591 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25592 check that window of that event is the selected window.
25593 (mouse-drag-region-1): Compare mouse event window to selected
25594 window before setting point.
25595
25596 * tooltip.el (tooltip-show-help-function): Pass event to
25597 mouse-on-link-p so it can check selected window.
25598
25599 2005-02-22 Kenichi Handa <handa@m17n.org>
25600
25601 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25602 (ps-mule-show-warning): New function.
25603 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25604 characters are found.
25605
25606 * ps-print.el (ps-header-footer-string): Return a list of header
25607 and footer strings.
25608
25609 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25610
25611 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25612
25613 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25614
25615 * frame.el (blink-cursor-mode): Use define-minor-mode.
25616
25617 * term/mac-win.el (function-key-map): Use char-names more consistently.
25618 (file-name-coding-system): Only set it for MacOS-9. The other case is
25619 already handled in mule-cmds.el (where it also works when mac-win.el
25620 is not used).
25621
25622 2005-02-21 Kenichi Handa <handa@m17n.org>
25623
25624 * international/mule.el (ctext-pre-write-conversion): Always use
25625 " *code-converting-work*" buffer for work.
25626
25627 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25628
25629 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25630
25631 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25632
25633 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25634
25635 * ses.el (undo-more): Restore defadvice, but only the part that
25636 allows changes outside the restricted area of the buffer.
25637
25638 2005-02-20 Kim F. Storm <storm@cua.dk>
25639
25640 * simple.el (line-move): Add fourth optional arg try-vscroll which
25641 must be set to perform auto-window-vscroll.
25642 When moving backwards and doing auto-window-vscroll, automatically
25643 vscroll to the last part of lines which are taller than the window.
25644 (next-line, previous-line): Set try-vscroll arg on line-move.
25645
25646 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25647
25648 * replace.el (query-replace, query-replace-regexp)
25649 (replace-string, replace-regexp): When operating on region, make
25650 the minibuffer prompt say so.
25651
25652 * isearch.el (isearch-forward): Document isearch-query-replace and
25653 isearch-query-replace-regexp keybindings.
25654
25655 2005-02-19 Jay Belanger <belanger@truman.edu>
25656
25657 * calc/calc-aent.el (math-read-token): Add local variable.
25658
25659 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25660 (calc-edit-top): Move declaration to earlier in file.
25661 (calc-edit-macro-repeats): Add local variables.
25662
25663 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25664 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25665 calcFunc-tanh.
25666 Adjust integration rule for calcFunc-tan.
25667
25668 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25669
25670 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25671 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25672 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25673 (viper-skip-separators): Bug fix.
25674 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25675 particular major mode.
25676 (viper-del-backward-char-in-replace): Don't put deleted char on the
25677 kill ring.
25678
25679 * viper-ex.el (viper-color-display-p): New function.
25680 (viper-has-face-support-p): Use viper-color-display-p.
25681
25682 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25683
25684 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25685
25686 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25687 (viper-file-remote-p): Make equivalent to file-remote-p.
25688
25689 * viper.el (viper-major-mode-modifier-list):
25690 Use viper-gnus-modifier-map.
25691
25692 2005-02-19 David Kastrup <dak@gnu.org>
25693
25694 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25695 quoting.
25696
25697 2005-02-19 Jay Belanger <belanger@truman.edu>
25698
25699 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25700 Remove extra definitions.
25701 (calc-coth): New function.
25702 (calcFunc-cot): Fix `let'.
25703
25704 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25705
25706 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25707 the reasons we use "type pc" in these faces.
25708
25709 * button.el (button): Ditto.
25710
25711 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25712
25713 * replace.el (query-replace-read-from): Set the value of
25714 query-replace-from-history-variable to handle the case of an empty
25715 string entered to accept the suggested default.
25716
25717 * net/tramp.el (tramp-file-name-for-operation):
25718 Use dired-call-process instead of dired-call-process-command.
25719
25720 2005-02-19 Jay Belanger <belanger@truman.edu>
25721
25722 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25723 (math-div-non-trig): New variables.
25724 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25725 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25726 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25727 trig expressions.
25728
25729 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25730
25731 * progmodes/gdb-ui.el (gdb-var-update-handler)
25732 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25733 for watch expressions,
25734 (gdb-var-create-handler): Don't set speedbar-update-flag.
25735 (gdb-post-prompt): Simplify test for speedbar.
25736
25737 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25738
25739 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25740 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25741 we use the syntax table of the correct buffer.
25742 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25743 Felix Gatzemeier.
25744
25745 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25746 (ediff-file-remote-p): Make synonymous with file-remote-p.
25747 In all deffaces ediff-*-face-*, use min-colors.
25748
25749 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25750 ediff-recurse-to-subdirectories.
25751 (ediff-mark-if-equal): Check that the arguments are strings, use
25752 ediff-same-contents (after to Felix Gatzemeier).
25753
25754 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25755 nil.
25756
25757 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25758
25759 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25760
25761 2005-02-18 David Kastrup <dak@gnu.org>
25762
25763 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25764 use `mark-active' when defined.
25765
25766 2005-02-18 Kenichi Handa <handa@m17n.org>
25767
25768 * ps-print.el (ps-font-info-database): New entry
25769 ZapfChancery-MediumItalic with correct font name. Fix font name
25770 of the entry Zapf-Chancery-MediumItalic.
25771
25772 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25773
25774 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25775
25776 2005-02-16 Kim F. Storm <storm@cua.dk>
25777
25778 * ido.el (ido-fallback-command): Pass user input to fallback command.
25779
25780 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25781
25782 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25783 (gdb-find-file-hook): Add server prefix.
25784
25785 2005-02-16 Richard M. Stallman <rms@gnu.org>
25786
25787 * replace.el (perform-replace): Pass new args to replace-highlight.
25788 (replace-highlight): Take region args,
25789 and pass them to isearch-lazy-highlight-new-loop.
25790
25791 * novice.el (disabled-command-hook): Autoload the defalias
25792 and the make-obsolete-variable call.
25793
25794 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25795
25796 * isearch.el (isearch-lazy-highlight-start-limit)
25797 (isearch-lazy-highlight-end-limit): New variables limit
25798 the region for highlighting.
25799 (isearch-lazy-highlight-new-loop): New args BEG and END.
25800 (isearch-lazy-highlight-search): Use the new vars.
25801 (isearch-lazy-highlight-update): Likewise.
25802
25803 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25804
25805 * cus-start.el (all): Use default-boundp.
25806
25807 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25808
25809 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25810
25811 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25812
25813 * autorevert.el (auto-revert-stop-on-user-input)
25814 (auto-revert-verbose): Doc fixes.
25815
25816 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25817
25818 * international/mule-cmds.el (set-locale-environment): Remove call
25819 to set-selection-coding-system on Windows.
25820
25821 2005-02-15 Jay Belanger <belanger@truman.edu>
25822
25823 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25824 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25825 calcFunc-coth.
25826 (math-simplify-sqrt): Add simplifications.
25827
25828 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25829 to list.
25830
25831 * calc/calc-ext.el: Add functions to autoloads.
25832
25833 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25834 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25835 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25836 (math-csc-raw, math-cot-raw): New functions.
25837
25838 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25839
25840 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25841 the variable name in a message.
25842
25843 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25844 calcFunc-csc, calcFunc-cot.
25845
25846 * calc/calcalg2.el: Add derivative and integration rules for
25847 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25848 calcFunc-csch, calcFunc-coth.
25849 (math-do-integral-methods): Add to checks for when to use
25850 substitutions.
25851
25852 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25853
25854 2005-02-15 Lute Kamstra <lute@gnu.org>
25855
25856 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25857 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25858 <monnier@iro.umontreal.ca>
25859 (lisp-outline-level): Improve efficiency. Suggested by David
25860 Kastrup <dak@gnu.org>.
25861
25862 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25863
25864 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25865 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25866 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25867 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25868 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25869
25870 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25871
25872 * cus-start.el (all): Comment change.
25873
25874 2005-02-14 Lute Kamstra <lute@gnu.org>
25875
25876 * cus-start.el (all): Check if symbol is void.
25877
25878 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25879
25880 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25881 optional argument to \cite.
25882
25883 2005-02-14 Richard M. Stallman <rms@gnu.org>
25884
25885 * cus-edit.el (custom-buffer-create-internal): Update help message.
25886 (custom-magic-alist): Update help messages.
25887
25888 * cus-start.el (all): Allow a var to specify a standard value.
25889
25890 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25891
25892 * custom.el (custom-theme-set-variables): Handle variable aliases.
25893
25894 * frame.el (blink-cursor-timer): Doc fix.
25895 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25896 declare obsolete.
25897 (blink-cursor-mode): Define with defcustom and use correct
25898 standard expression in that defcustom.
25899 * startup.el (command-line): Adapt to above changes in frame.el.
25900
25901 2005-02-11 Lute Kamstra <lute@gnu.org>
25902
25903 * apropos.el (apropos-score-doc): Prevent division by zero.
25904
25905 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25906
25907 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25908 (icalendar--get-event-property-attributes)
25909 (icalendar--get-event-properties)
25910 (icalendar--datetime-to-diary-date): New functions.
25911 (icalendar--split-value): Doc fix.
25912 (icalendar--datetime-to-noneuropean-date)
25913 (icalendar--datetime-to-european-date): New optional argument
25914 SEPARATOR. Return result as a string instead of a list.
25915 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25916 (icalendar--convert-string-for-export): Rename arg S to STRING.
25917 (icalendar-export-region): Doc fix. Change name of error buffer.
25918 Save output buffer.
25919 (icalendar-import-file): Add blank at end of prompt.
25920 (icalendar-import-buffer): Doc fix. Do not switch to error
25921 buffer. Indicate status in return value.
25922 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25923 buffer. Save output buffer. Handle exception from recurrence
25924 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25925 events. Fix problems with weekly all-day events.
25926
25927 2005-02-10 Richard M. Stallman <rms@gnu.org>
25928
25929 * simple.el (eval-expression-print-format):
25930 Avoid warning about edebug-active.
25931
25932 * help.el (help-for-help-internal): Rename from help-for-help.
25933 (help-for-help): Define with defalias.
25934
25935 * font-core.el (font-lock-default-function): Use with-no-warnings.
25936
25937 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25938
25939 * custom.el (defface): Doc fix.
25940
25941 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25942
25943 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25944 width 0" to prevent word wrapping problems.
25945
25946 2005-02-09 Kim F. Storm <storm@cua.dk>
25947
25948 * ido.el (ido-file-extensions-order): New defcustom.
25949 (ido-file-extension-lessp, ido-file-extension-aux)
25950 (ido-file-extension-order): New advanced file ordering.
25951 (ido-file-lessp): New simple file ordering.
25952 (ido-sort-list): Remove.
25953 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25954 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25955
25956 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25957
25958 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25959 that some versions of grep produce.
25960 (grep-mode-font-lock-keywords): Likewise.
25961
25962 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25963
25964 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25965 (gdb-cdir): Delete.
25966 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25967 (gdb-source-info): Treat case when source file is in another
25968 directory properly.
25969 (gdb-get-location): New function.
25970
25971 2005-02-07 Jay Belanger <belanger@truman.edu>
25972
25973 * calc/calc-prog.el (calc-write-parse-table-part)
25974 (calc-fix-token-name): Fix a check for language type.
25975
25976 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25977
25978 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25979
25980 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25981 as directory not writable.
25982
25983 2005-02-07 Kim F. Storm <storm@cua.dk>
25984
25985 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25986 (cua--standard-movement-commands): Remove list.
25987 Instead, set CUA property value to move for movement commands.
25988 (cua-movement-commands): Remove. Users must set CUA prop instead.
25989 (cua--pre-command-handler): Check CUA property.
25990 (cua--init-keymaps): Don't remap undo commands.
25991 (cua-mode): Don't call cua--rectangle-on-off.
25992
25993 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25994 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25995 (cua--rect-undo-set-point): New var.
25996 (cua--rectangle-undo-boundary): Setup undo apply entry.
25997 (cua--rect-undo-handler): New function for rectangle undo.
25998 (cua--rect-start-position, cua--rect-end-position): Add.
25999 (cua--rectangle-post-command): Call cua--rectangle-set-corners
26000 for restored rectangle. Set point if cua--rect-undo-set-point.
26001
26002 2005-02-06 Jay Belanger <belanger@truman.edu>
26003
26004 * calc/calc-lang.el (calc-tex-language): Display more information
26005 in messages.
26006
26007 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26008 in TeX mode.
26009
26010 2005-02-06 Richard M. Stallman <rms@gnu.org>
26011
26012 * emacs-lisp/lisp.el (buffer-end): Doc fix.
26013
26014 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
26015
26016 * net/ldap.el (ldap-search-internal): Support attributes with
26017 optional descriptions separated by a semi-colon, as in
26018 "userCertificate;binary".
26019
26020 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26021
26022 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26023 isn't a cons (i.e. the version is 0).
26024
26025 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26026
26027 * help.el (help-for-help): Doc fix.
26028
26029 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26030
26031 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26032 GDB-Windows on the menu-bar as this works better.
26033
26034 2005-02-04 Jay Belanger <belanger@truman.edu>
26035
26036 * calc/calc-embed.el (calc-embedded-update): Don't put in
26037 unnecessary newlines. Adjust the end of formula marker.
26038
26039 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26040 (math-latex-parse-two-args): New function.
26041
26042 2005-02-03 Lute Kamstra <lute@gnu.org>
26043
26044 * help-fns.el (help-with-tutorial): Make sure that users cannot
26045 remove the entire text of the tutorial by means of `undo'.
26046
26047 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26048
26049 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26050 in recent changes, where the ispell process was repeatedly
26051 killed & restarted.
26052
26053 * international/mule-cmds.el (set-locale-environment): Set file-name
26054 coding system to utf-8 on Darwin systems.
26055 (set-default-coding-systems): Don't set default-file-name-coding-system
26056 on Darwin systems.
26057
26058 2005-02-03 Richard M. Stallman <rms@gnu.org>
26059
26060 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26061
26062 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26063
26064 * faces.el (list-faces-display): Add optional argument.
26065
26066 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26067
26068 * font-core.el (font-lock-default-function): Handle the rare case where
26069 only font-lock-keywords is set.
26070
26071 2005-02-02 Kenichi Handa <handa@m17n.org>
26072
26073 * international/characters.el: Cancel previous change for
26074 I-WITH-DOT-ABOVE and DOTLESS-i.
26075
26076 * international/latin-5.el: Cancel previous change.
26077
26078 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26079
26080 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26081
26082 2005-02-02 Kenichi Handa <handa@m17n.org>
26083
26084 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26085 DOTLESS-i.
26086
26087 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26088 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26089
26090 * case-table.el (get-upcase-table): New function.
26091 (copy-case-table): Copy upcaes table too if non-nil.
26092 (set-case-syntax-delims): Maintain upcase table too.
26093 (set-case-syntax-pair): Likewise.
26094 (set-upcase-syntax, set-downcase-syntax): New functions.
26095 (set-case-syntax): Maintain upcase table too.
26096
26097 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26098
26099 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26100
26101 * progmodes/gud.el (gud-goto-info): New function.
26102 (gud-tool-bar-map): Use correct icon.
26103
26104 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26105
26106 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26107 When delegating, order args in the funcall correctly.
26108
26109 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26110
26111 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26112
26113 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26114
26115 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26116 buffer not visiting a file.
26117
26118 2005-01-31 Jay Belanger <belanger@truman.edu>
26119
26120 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26121 bound on the line with the formula.
26122
26123 2005-01-31 Kim F. Storm <storm@cua.dk>
26124
26125 * ses.el (ses-create-cell-variable-range)
26126 (ses-destroy-cell-variable-range, ses-reset-header-string)
26127 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26128 (ses-insert-row): Fix format of apply undo entries.
26129
26130 2005-01-31 Jay Belanger <belanger@truman.edu>
26131
26132 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26133 parts.
26134
26135 * calc/calc-embed.el (calc-embedded-open-formula)
26136 (calc-embedded-close-formula): Ignore matrix environments.
26137
26138 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26139 TeX mode.
26140
26141 * calc/calc-lang.el (math-function-table, math-oper-table)
26142 (math-variable-table): Adjust the LaTeX portions.
26143
26144 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26145 (math-latex-ignore-words): New constant.
26146
26147 2005-01-31 Richard M. Stallman <rms@gnu.org>
26148
26149 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26150 (ispell-local-dictionary): Doc fix.
26151 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26152 Don't reinitialize at run time. Don't defcustom.
26153 All uses changed to append ispell-local-dictionary-alist,
26154 or check it first.
26155 (ispell-current-dictionary): New variable for dictionary in use.
26156 (ispell-dictionary): Now used only for global default.
26157 (ispell-start-process): Set ispell-current-dictionary,
26158 not ispell-dictionary.
26159 (ispell-change-dictionary): Use this only for setting
26160 user preferences.
26161 (ispell-internal-change-dictionary): New function
26162 to change the current dictionary in use.
26163 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26164 Use ispell-current-dictionary.
26165 Handle ispell-local-dictionary-overridden.
26166 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26167
26168 2005-01-31 Jay Belanger <belanger@truman.edu>
26169
26170 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26171
26172 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26173 (calc-mode-map): Add calc-latex-language.
26174
26175 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26176 (math-latex-print-frac): New functions.
26177 (math-oper-table, math-function-table, math-variable-table)
26178 (math-complex-format, math-input-filter): Add latex properties.
26179 (calc-set-language): Set math-expr-special-function-mapping.
26180
26181 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26182 (calc-write-parse-table-part): Add LaTeX support.
26183
26184 * calc/calc.el (calc-language): Adjust docstring.
26185 (calc-set-mode-line): Add LaTeX support.
26186 (math-expr-special-function-mapping): New variable.
26187 (math-tex-ignore-words): Add to list.
26188
26189 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26190 Add LaTeX support.
26191 (math-compose-expr): Add support for special functions.
26192
26193 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26194
26195 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26196
26197 * progmodes/gdb-ui.el (gdb-memory-address)
26198 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26199 (gdb-memory-mode-map, gdb-memory-format-keymap)
26200 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26201 (gdb-memory-unit-menu): New variables for a buffer
26202 that lets the user examine program memory.
26203 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26204 (gdb-memory-format-binary, gdb-memory-format-octal)
26205 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26206 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26207 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26208 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26209 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26210 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26211 (gdb-memory-mode, gdb-memory-buffer-name)
26212 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26213 New functions for above buffer.
26214
26215 2005-01-30 Richard M. Stallman <rms@gnu.org>
26216
26217 * cus-edit.el (custom-bury-buffer): Function deleted.
26218 (custom-buffer-done-function): Option deleted.
26219 (custom-buffer-done-kill): New replacement option.
26220 (Custom-buffer-done): Call quit-window.
26221 (custom-buffer-create-internal): Update for above changes.
26222
26223 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26224
26225 * simple.el (undo-ask-before-discard): New var.
26226 (undo-outer-limit-truncate): Implement it.
26227 (undo-extra-outer-limit): Doc update.
26228
26229 2005-01-29 Richard M. Stallman <rms@gnu.org>
26230
26231 * ses.el (undo-more): Delete defadvice.
26232 (ses-begin-change): Doc fix.
26233
26234 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26235 instead of rebinding C-x u and C-_.
26236
26237 * files.el (normal-backup-enable-predicate): Return nil for files
26238 in /tmp, regardless of temporary-file-directory.
26239
26240 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26241
26242 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26243 (open-rectangle, delete-whitespace-rectangle-line)
26244 (clear-rectangle-line): If FILL, pass t instead of FILL
26245 for move-to-column's 2nd arg.
26246
26247 * simple.el (undo): Fix the test for continuing a series of undos.
26248 (undo-more): Set pending-undo-list to t when we reach end.
26249 (pending-undo-list): Move up defvar.
26250
26251 * wid-edit.el (widget-button-click):
26252 Shorten the range of the track-mouse binding.
26253
26254 * comint.el (comint-insert-input): Undo previous changes;
26255 use last-input-event in interactive spec.
26256
26257 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26258
26259 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26260 to nil before invoking call-process. Reset buffer's modified flag
26261 after fontifying it in the no-async branch.
26262
26263 * wid-edit.el (widget-specify-button): If mouse pointer shape
26264 cannot be changed, use mouse face instead.
26265
26266 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26267
26268 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26269 (gdb-goto-breakpoint): Make breakpoint handling work on template
26270 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26271 (gdb-assembler-custom): Update to recognize breakpoint information
26272 added on 2005-01-19.
26273
26274 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26275
26276 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26277 (dsssl-mode): Use define-derived-mode.
26278 (scheme-mode-initialize): Remove.
26279 (scheme-mode): Use run-mode-hooks.
26280
26281 * cus-edit.el (customize-group-other-window)
26282 (custom-buffer-create-other-window): Don't override special-display-*.
26283 (custom-mode-map): Make it dense.
26284
26285 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26286 sets the default value.
26287
26288 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26289
26290 * descr-text.el: Add more keywords.
26291
26292 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26293
26294 * speedbar.el: Avoid unnecessary use of locate-library.
26295
26296 * international/mule-cmds.el (standard-display-european-internal):
26297 Don't fiddle with latin-1 non-break space any more since it's now
26298 special cased in the C code.
26299 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26300
26301 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26302
26303 * cus-start.el (all): Add `undo-outer-limit'.
26304
26305 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26306
26307 * textmodes/bibtex.el (bibtex-format-entry):
26308 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26309 field lines.
26310 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26311 not on part of a buffer.
26312
26313 2005-01-25 Lute Kamstra <lute@gnu.org>
26314
26315 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26316 nonempty field text strings like "{letters\\macro{}more letters}".
26317 Clarify docstring.
26318 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26319 (bibtex-entry-offset, bibtex-parse-association)
26320 (bibtex-parse-field-name): Fix typos in docstrings.
26321 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26322
26323 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26324
26325 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26326 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26327 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26328 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26329
26330 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26331 isearch minor mode.
26332
26333 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26334
26335 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26336
26337 2005-01-24 Lute Kamstra <lute@gnu.org>
26338
26339 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26340 CASECHARS and NOT-CASECHARS regular expressions of the
26341 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26342 striding over charsets" error.
26343
26344 2005-01-24 Jay Belanger <belanger@truman.edu>
26345
26346 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26347 display variable name.
26348
26349 2005-01-24 Kenichi Handa <handa@m17n.org>
26350
26351 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26352 Fix setting of the element of encoded-kbd-iso2022-invocations.
26353
26354 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26355
26356 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26357 (gdb-threads-select): Change to also accept mouse events.
26358 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26359 (gdb-threads-mouse-select): Delete.
26360
26361 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26362
26363 * files.el (insert-directory): Take care of empty directory,
26364 listed without -a switch.
26365
26366 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26367
26368 * textmodes/refill.el (refill-post-command-function):
26369 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26370 to the list of functions that we should be careful not to undo.
26371 (refill-late-fill-paragraph-function): Remove.
26372 (refill-saved-state): New var.
26373 (refill-mode): Use it to save fill-paragraph-function.
26374 Save also the value of auto-fill-function.
26375
26376 * term/w32-win.el: Simplify code.
26377
26378 2005-01-23 Kim F. Storm <storm@cua.dk>
26379
26380 * simple.el (line-move): Adapt to new return value from
26381 pos-visible-in-window-p.
26382
26383 * simple.el (line-move): Fix last change. Check partial
26384 visibility at point rather than at window-start.
26385
26386 2005-01-22 Jason Rumney <jasonr@gnu.org>
26387
26388 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26389
26390 2005-01-22 David Kastrup <dak@gnu.org>
26391
26392 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26393
26394 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26395
26396 * type-break.el (type-break-mode): Add a test for
26397 type-break-file-name being non-nil.
26398
26399 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26400
26401 * net/eudc.el (top level): Call (message "") via progn, so that
26402 eudc-options-file is loaded.
26403
26404 2005-01-22 Kim F. Storm <storm@cua.dk>
26405
26406 * simple.el (line-move-1): Rename from line-move.
26407 (line-move): New function that adjusts vscroll for partially
26408 visible rows, and calls line-move-1 otherwise.
26409
26410 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26411
26412 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26413 since it's not a complete read-event implementation
26414
26415 2005-01-20 Jay Belanger <belanger@truman.edu>
26416
26417 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26418 for called function.
26419
26420 2005-01-20 Steven Tamm <steventamm@mac.com>
26421
26422 * term/mac-win.el (process-connection-type): Remove.
26423 Controlled now by s/darwin.h:PTY_ITERATION.
26424
26425 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26426
26427 * window.el (handle-select-window): Don't switch window when we're
26428 in the minibuffer.
26429
26430 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26431
26432 * subr.el (dotimes-with-progress-reporter): New macro.
26433
26434 * ses.el (ses-dotimes-msg): Remove macro.
26435 Use `dotimes-with-progress-reporter' instead.
26436
26437 2005-01-19 Steven Tamm <steventamm@mac.com>
26438
26439 * term/mac-win.el (process-connection-type): Use new
26440 operating-system-release variable to use ptys on Darwin 7 (OS X
26441 10.3) when using carbon build.
26442
26443 2005-01-19 Jay Belanger <belanger@truman.edu>
26444
26445 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26446 flags if the last command was a tab or M-tab.
26447
26448 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26449 in formula editing buffer.
26450
26451 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26452
26453 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26454 breakpoint image symbol in margin.
26455
26456 2005-01-19 Jay Belanger <belanger@truman.edu>
26457
26458 * calc/calc-prog.el (calc-execute-kbd-macro):
26459 Ignore calc-keep-arg-flag.
26460
26461 2005-01-19 Kenichi Handa <handa@m17n.org>
26462
26463 * textmodes/ispell.el (ispell-looking-at): New function.
26464 (ispell-process-line): Use ispell-looking-at to compare the ispell
26465 output and the buffer contents.
26466
26467 2005-01-18 Jay Belanger <belanger@truman.edu>
26468
26469 * calc/calc.el (calc-display-raw): Fix docstring.
26470
26471 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26472
26473 * simple.el (blink-matching-open): Strip extra info from syntax.
26474
26475 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26476 funny chars in the end-of-here-doc marker.
26477
26478 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26479
26480 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26481 that enable/disabled state of breakpoints is shown correctly in
26482 fringe and on ttys.
26483 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26484 Add breakpoint information as text properties.
26485 (gdb-mouse-toggle-breakpoint):
26486 Rename to gdb-mouse-set-clear-breakpoint.
26487 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26488 breakpoints in the margin.
26489 (gdb-remove-strings): Simplify.
26490
26491 2005-01-17 Jay Belanger <belanger@truman.edu>
26492
26493 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26494 erasing buffer.
26495
26496 2005-01-17 Richard M. Stallman <rms@gnu.org>
26497
26498 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26499 for calling grep-compute-defaults.
26500
26501 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26502 if buffer is empty.
26503
26504 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26505
26506 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26507
26508 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26509
26510 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26511 non-preloaded variables.
26512
26513 2005-01-17 Steven Tamm <steventamm@mac.com>
26514
26515 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26516 tex-shell cause to force interactivity when using pipes.
26517
26518 2005-01-17 Kim F. Storm <storm@cua.dk>
26519
26520 * simple.el (just-one-space): Make arg optional.
26521
26522 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26523
26524 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26525 posn-at-x-y to t to access left-margin.
26526
26527 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26528
26529 Sync with Tramp 2.0.47.
26530
26531 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26532 catching keep-date problems in cp/scp operations.
26533 (tramp-handle-copy-file): Don't call `set-file-modes'
26534 unconditionally. Specialized functions should know better what is
26535 necessary. This improves performance a little bit, and the
26536 functions could catch errors with `cp -p' and `scp -p'.
26537 (tramp-do-copy-or-rename-file-via-buffer)
26538 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26539 when appropriate.
26540 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26541 Call `set-file-modes' when appropriate.
26542 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26543 Johnsson <isak@hypergene.com>
26544 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26545 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26546 <joakim@verona.se>
26547 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26548 Emacs only.
26549
26550 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26551 `find-file-hooks' and `dired-mode-hook'.
26552 (tramp-minor-mode-map): Respective map. Add remapping for
26553 `compile' and `recompile'.
26554 (tramp-remap-command, tramp-recompile): New defuns.
26555 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26556 in buffer "*Compilation*". Call the commands asynchronously.
26557
26558 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26559 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26560 `shell-command', because it isn't magic in XEmacs. Reported by
26561 Adrian Aichner <adrian@xemacs.org>.
26562
26563 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26564 `substitute-in-file-name.
26565 (tramp-smb-handle-substitute-in-file-name): New defun.
26566 (tramp-smb-advice-PC-do-completion): Delete advice.
26567
26568 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26569
26570 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26571 Fix error in deleting region.
26572
26573 2005-01-15 Richard M. Stallman <rms@gnu.org>
26574
26575 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26576 In non-temp buffer, switch syntax table temporarily.
26577
26578 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26579
26580 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26581
26582 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26583
26584 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26585 (imenu--generic-function): Use START, not BEG, as pos of definition.
26586
26587 * simple.el (just-one-space): Argument specifies number of spaces.
26588
26589 * simple.el (eval-expression-print-format): Avoid warning
26590 about edebug-active.
26591
26592 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26593
26594 * progmodes/sh-script.el: Code copied from make-mode.el
26595 with small changes,
26596 (sh-mode-map): Bind C-c C-\.
26597 (sh-backslash-column, sh-backslash-align): New variables.
26598 (sh-backslash-region, sh-append-backslash): New functions.
26599
26600 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26601
26602 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26603 (rmail-pop-password, rmail-pop-password-required): Move to
26604 rmail-obsolete group.
26605 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26606 All callers updated.
26607 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26608 Take an argument specifying whether it is POP or IMAP mailbox we
26609 are using. All callers updated.
26610 (rmail-pop-password-error): Rename to
26611 rmail-remote-password-error. Added mailutils-specific error message.
26612 (rmail-movemail-search-path)
26613 (rmail-movemail-variant-in-use): New variables.
26614 (rmail-remote-password, rmail-remote-password-required):
26615 New customization variables.
26616 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26617 (rmail-parse-url): New function.
26618 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26619 with GNU mailutils movemail.
26620
26621 2005-01-15 Kevin Ryde <user42@zip.com.au>
26622
26623 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26624 suffix to space, $ or '$, to correctly position point when going
26625 to @table style constants like DBL_MAX.
26626
26627 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26628
26629 * type-break.el (type-break-mode, type-break-file-time)
26630 (type-break-file-keystroke-count, type-break-choose-file):
26631 Don't store data in or load data from the file if type-break-file-name
26632 is nil.
26633 (type-break-file-name): Doc update as per the above.
26634
26635 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26636
26637 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26638 lookup-key might return nil; handle that.
26639
26640 2005-01-15 Alan Mackenzie <acm@muc.de>
26641
26642 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26643 rather than the element found, thus enabling the tree to be setcar'd.
26644
26645 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26646
26647 * textmodes/org.el (org-show-following-heading): New option.
26648 (org-show-hierarchy-above): Use `org-show-following-heading'.
26649 (org-cycle): Documentation fix.
26650
26651 * textmodes/org.el (orgtbl-optimized): New option
26652 (orgtbl-mode): New command, a minor mode.
26653 (orgtbl-mode-map): New variable.
26654 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26655 (orgtbl-error, orgtbl-self-insert-command)
26656 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26657
26658 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26659 a local variable in each org-mode buffer.
26660
26661 * textmodes/org.el (org-set-regexps-and-options): Rename from
26662 `org-set-regexps'. Added checking for STARTUP keyword.
26663 (org-get-current-options): Add STARTUP options.
26664 (org-table-insert-row): Make mode intelligent about when
26665 realignment is needed.
26666 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26667 New commands.
26668 (org-enable-table-editor): New default value `optimized'.
26669 (org-table-blank-field): Support blanking regions if active.
26670
26671 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26672
26673 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26674 if the year is not given.
26675
26676 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26677 Add new escapes %m and %M, fixed bug with %F by adding
26678 save-match-data.
26679 (reftex-reference): Remove ?. from list of spaces.
26680 (reftex-label-info): Add automatic label prefix recognition.
26681
26682 * textmodes/reftex-index.el (reftex-index-next-phrase):
26683 Add slave parameter to call of `reftex-index-this-phrase'.
26684 (reftex-index-this-phrase): New optional argument.
26685 (reftex-index-region-phrases): Add slave parameter to call of
26686 `reftex-index-this-phrase'.
26687 (reftex-display-index): New argument redo.
26688 (reftex-index-rescan): Add `redo' to arguments of
26689 `reftex-display-index'.
26690 (reftex-index-Rescan, reftex-index-revert)
26691 (reftex-index-switch-index-tag): Add `redo' to arguments of
26692 `reftex-display-index'.
26693 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26694 indexing. Fix bug with matching is there is a quote before or
26695 after the word.
26696
26697 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26698 Fix bug when collecting citation keys in lines with comments.
26699 (reftex-citation): Prefix argument no longer rescans the document,
26700 but forces prompting for optional arguments of cite macros.
26701 (reftex-do-citation): Prompting for optional arguments implemented.
26702
26703 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26704 Add optional arguments to most cite commands.
26705 (reftex-cite-cleanup-optional-args): New option
26706 (reftex-cite-prompt-optional-args): New option.
26707 (reftex-trust-label-prefix): New option.
26708
26709 * textmodes/reftex-toc.el (reftex-toc-find-section):
26710 Add push-mark before changing the position in the buffer.
26711
26712 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26713 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26714
26715 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26716
26717 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26718 more carefully.
26719
26720 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26721
26722 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26723 (sgml-mode): Use it.
26724 (sgml-get-context): Better keep track of implicitly closed tags.
26725
26726 2005-01-13 Kenichi Handa <handa@m17n.org>
26727
26728 * textmodes/ispell.el: These changes are to fix misalignment error
26729 caused by equivalent characters of different Emacs charsets.
26730 (ispell-unified-chars-table): New variable.
26731 (ispell-get-decoded-string): New function.
26732 (ispell-get-casechars, ispell-get-not-casechars)
26733 (ispell-get-otherchars): Call ispell-get-decoded-string.
26734
26735 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26736
26737 * custom.el (custom-declare-variable): Just put symbol instead
26738 of (defvar . symbol) in `current-load-list'.
26739
26740 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26741
26742 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26743
26744 2005-01-12 Jay Belanger <belanger@truman.edu>
26745
26746 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26747 to create a Calc summary.
26748
26749 2005-01-12 Kim F. Storm <storm@cua.dk>
26750
26751 * mouse.el (mouse-on-link-p): Change functionality and doc
26752 string to comply with latest description in lisp ref.
26753
26754 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26755
26756 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26757 Enable mouse clicks on mode-line, header-line and margin.
26758 (event-type): Give mouse event symbols an `event-kind' property
26759 with value `mouse-click'.
26760
26761 2005-01-12 Juri Linkov <juri@jurta.org>
26762
26763 * facemenu.el (list-colors-display): Add new arg buffer-name.
26764 Use it. Fix docstring. Replace code for identifying duplicate
26765 colors by the name with call to `list-colors-duplicates' which
26766 identifies duplicate colors by the value unless the color
26767 is one of special Windows colors. Set truncate-lines to t.
26768 Print sorted duplicate color names on each line. Indent to 22
26769 \(the longest color name in rgb.txt) instead of 20. Optimize.
26770 (list-colors-duplicates): New function.
26771 (facemenu-color-name-equal): Delete function.
26772
26773 * facemenu.el (list-colors-print): New function created from code
26774 in list-colors-display. Print #RRGGBB at the window right edge.
26775 (list-colors-display): When temp-buffer-show-function is not
26776 defined, call list-colors-print from temp-buffer-show-hook
26777 to get the right value of window-width in list-colors-print
26778 after the buffer is displayed.
26779
26780 * simple.el (pop-mark): Move deactivate-mark out of conditional
26781 part to deactivate the active mark regardless of the state of the
26782 mark ring.
26783
26784 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26785 variables line in desktop files.
26786
26787 2005-01-12 Juri Linkov <juri@jurta.org>
26788
26789 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26790 Bring together isearch highlight related options.
26791 (lazy-highlight): Replace group `replace' by `matching'.
26792 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26793 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26794 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26795 and declare them obsolete.
26796 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26797 (isearch-faces): Remove defgroup.
26798 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26799 Move isearch highlighting code closer to lazy highlighting code.
26800
26801 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26802 (query-replace-highlight, query-replace-lazy-highlight)
26803 (query-replace): Move definitions to the beginning of the file.
26804
26805 2005-01-11 Juri Linkov <juri@jurta.org>
26806
26807 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26808 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26809 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26810
26811 * info.el (Info-history-forward): New variable.
26812 (Info-select-node): Reset Info-history-forward to nil.
26813 (Info-last): Turn into defalias.
26814 (Info-history-back): Rename from Info-last.
26815 Add current node to Info-history-forward.
26816 (Info-history-forward): New fun.
26817 (Info-mode-map): Replace Info-last by Info-history-back.
26818 Bind Info-history-forward to "r".
26819 (Info-mode-menu): Replace Info-last by Info-history-back.
26820 Fix menu item text. Add menu item for Info-history-forward.
26821 (info-tool-bar-map): Replace Info-last by Info-history-back.
26822 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26823 for Info-history-forward.
26824 (Info-mode): Replace Info-last by Info-history-back in docstring.
26825 Add local variable Info-history-forward.
26826 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26827
26828 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26829
26830 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26831 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26832 Ignore select-window events rather than fiddle with
26833 mouse-autoselect-window.
26834
26835 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26836
26837 * type-break.el (type-break-mode): Fix previous change.
26838
26839 2005-01-10 Jay Belanger <belanger@truman.edu>
26840
26841 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26842 calculator; only reset when point is inside a calculator.
26843 Don't adjust the window height if the window takes up the whole height
26844 of the frame.
26845
26846 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26847
26848 * ebuff-menu.el (Electric-buffer-menu-mode):
26849 Preserve value of buffer-local var header-line-format.
26850
26851 2005-01-09 Jay Belanger <belanger@truman.edu>
26852
26853 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26854 Make sure settings file exists before accessing it.
26855
26856 * calc/calc-embed.el (calc-embedded-subst):
26857 Replace math-multi-subst-rec, which is only supposed to be called
26858 by math-multi-subst, by math-multi-subst.
26859
26860 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26861
26862 * vc.el (vc-allow-async-revert): New user option.
26863 (vc-disable-async-diff): New internal variable.
26864 (vc-revert-buffer): Use them to disable asynchronous diff.
26865
26866 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26867 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26868 asynchronously if vc-disable-async-diff is t.
26869
26870 2005-01-09 Jay Belanger <belanger@truman.edu>
26871
26872 * calc/calc.el (defcalcmodevar): New macro.
26873 (calc-mode-var-list-restore-default-values)
26874 (calc-mode-var-list-restore-saved-values): New functions.
26875 (calc-mode-var-list): Use defcalcmodevar to define it.
26876 (calc-always-load-extensions, calc-line-numbering)
26877 (calc-line-breaking, calc-display-just, calc-display-origin)
26878 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26879 (calc-group-char, calc-point-char, calc-frac-format)
26880 (calc-prefer-frac, calc-hms-format, calc-date-format)
26881 (calc-float-format, calc-full-float-format, calc-complex-format)
26882 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26883 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26884 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26885 (calc-matrix-brackets, calc-language, calc-language-option)
26886 (calc-left-label, calc-right-label, calc-word-size)
26887 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26888 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26889 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26890 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26891 (calc-window-height, calc-display-trail, calc-show-selections)
26892 (calc-use-selections, calc-assoc-selections)
26893 (calc-display-working-message, calc-auto-why, calc-timing)
26894 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26895 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26896 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26897 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26898 (calc-gnuplot-geometry, calc-graph-default-resolution)
26899 (calc-graph-default-resolution-3d, calc-invocation-macro)
26900 (calc-show-banner): Use defcalcmodevar to declare them and set
26901 their default values.
26902
26903 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26904 instead of default values (but restore default values if there is
26905 an argument of 0).
26906
26907 2005-01-09 David Kastrup <dak@gnu.org>
26908
26909 * desktop.el (desktop-restore-eager): Fix typo in type.
26910
26911 2005-01-08 Richard M. Stallman <rms@gnu.org>
26912
26913 * cus-edit.el (customize): Delete :link.
26914
26915 2005-01-08 Jay Belanger <belanger@truman.edu>
26916
26917 * calc/calc.el (calc-mode): Remove the extension from the
26918 `calc-settings-file' file name when loading it.
26919
26920 2005-01-08 Kim F. Storm <storm@cua.dk>
26921
26922 * info.el (Info-mode-map, Info-next-link-keymap)
26923 (Info-prev-link-keymap, Info-up-link-keymap):
26924 Map follow-link to mouse-face.
26925 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26926
26927 2005-01-08 Jay Belanger <belanger@truman.edu>
26928
26929 * calc/calc.el (calc-settings-file): Change default value.
26930 Suggested by cgw in a comment in calc-mode.el.
26931
26932 * calc/calc-mode.el (calc-settings-file-name):
26933 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26934 Replace ~/.emacs in a prompt by calc-settings-file.
26935
26936 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26937
26938 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26939 (desktop-lazy-idle-delay): New customizable variables.
26940 (desktop-buffer-args-list): New variable.
26941 (desktop-append-buffer-args): New function.
26942 (desktop-save): Call desktop-append-buffer-args for some buffers.
26943 (desktop-lazy-create-buffer): New function.
26944 (desktop-idle-create-buffers): New function.
26945 (desktop-read): Add message about buffers to restore lazily.
26946 (desktop-lazy-abort): New command.
26947 (desktop-clear): Call desktop-lazy-abort.
26948 (desktop-lazy-complete): New command.
26949
26950 2005-01-06 Richard M. Stallman <rms@gnu.org>
26951
26952 * emacs-lisp/find-func.el (find-face-definition):
26953 Rename from find-face.
26954
26955 2005-01-06 Kim F. Storm <storm@cua.dk>
26956
26957 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26958
26959 * man.el (Man-xref-man-page, Man-xref-header-file)
26960 (Man-xref-normal-file): Add follow-link property.
26961
26962 2005-01-06 Jay Belanger <belanger@truman.edu>
26963
26964 * calc/calc-units.el: Make sure the proper macro definitions are
26965 available when compiling.
26966
26967 2005-01-06 Juri Linkov <juri@jurta.org>
26968
26969 * isearch.el (isearch-lazy-highlight-update):
26970 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26971
26972 2005-01-06 Miles Bader <miles@gnu.org>
26973
26974 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26975 (isearch-lazy-highlight-face): Use new name.
26976
26977 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26978
26979 * uniquify.el (uniquify-rationalize-file-buffer-names):
26980 Re-add an interactive spec.
26981 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26982 to the same name.
26983
26984 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26985 (isearch-update, isearch-done): Adjust calls accordingly.
26986
26987 2005-01-05 Richard M. Stallman <rms@gnu.org>
26988
26989 * custom.el (custom-set-variables, custom-theme-set-variables):
26990 Clarify documentation.
26991
26992 * emacs-lisp/find-func.el (find-variable)
26993 (find-variable-other-window, find-variable-other-frame):
26994 Fix the TYPE args to find-function-read and find-function-do-it.
26995 (find-function): Doc fix.
26996 (find-function-at-point): Replace function-at-point alias.
26997
26998 2005-01-04 Richard M. Stallman <rms@gnu.org>
26999
27000 * cus-face.el (custom-declare-face):
27001 Record defface in current-load-list.
27002
27003 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27004
27005 * emacs-lisp/find-func.el: Doc fixes.
27006 (find-face-regexp): New variable.
27007 (find-function-regexp-alist): New variable.
27008 (find-function-C-source): Third arg is now TYPE.
27009 (find-function-search-for-symbol): Handle general TYPE.
27010 (find-function-read, find-function-do-it): Handle general TYPE.
27011 (find-definition-noselect, find-face): New functions.
27012 (function-at-point): Alias deleted.
27013
27014 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
27015
27016 * battery.el (display-battery-mode): Rename from display-battery.
27017 Handle the case where it gets turned off.
27018
27019 2005-01-04 Richard M. Stallman <rms@gnu.org>
27020
27021 * cus-edit.el (customize): Make :link point to user doc.
27022
27023 * man.el (Man-fontify-manpage): Turn off undo generation.
27024
27025 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27026
27027 2005-01-04 Andreas Schwab <schwab@suse.de>
27028
27029 * files.el (insert-directory): Only look for error lines in
27030 inserted text. Don't move too far after processing --dired markers.
27031
27032 2005-01-04 Richard M. Stallman <rms@gnu.org>
27033
27034 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27035 Don't expand if the character is @, period, dash, etc.
27036 (define-mail-abbrev): Quote names that contain problem characters.
27037
27038 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27039
27040 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27041
27042 2005-01-03 Richard M. Stallman <rms@gnu.org>
27043
27044 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27045 (query-replace-highlight, query-replace-lazy-highlight)
27046 (query-replace): Definitions moved up. Doc fix.
27047
27048 2005-01-03 Richard M. Stallman <rms@gnu.org>
27049
27050 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27051 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27052 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27053 (lazy-highlight-face): Rename from isearch-lazy-...
27054 Change all references to them.
27055
27056 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27057
27058 * cus-edit.el (custom-file): Doc fix for defcustom.
27059 (custom-file): The function no longer sets the variable
27060 `custom-file' to its return value.
27061
27062 * startup.el (command-line): No longer load `custom-file'.
27063
27064 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27065
27066 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27067
27068 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27069 Don't confuse module-prefixed identifiers for labels.
27070 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27071
27072 2005-01-02 Richard M. Stallman <rms@gnu.org>
27073
27074 * files.el (basic-save-buffer-1): Fix previous change.
27075
27076 * loadhist.el (file-loadhist-lookup): New function.
27077 (file-provides, file-requires): Use it.
27078
27079 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27080 instead of calculating the right size.
27081
27082 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27083
27084 * vc-svn.el (vc-svn-diff): Stay local if possible.
27085
27086 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27087
27088 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27089
27090 * files.el (hack-local-variables): Fix last change.
27091
27092 2005-01-02 Jay Belanger <belanger@truman.edu>
27093
27094 * calc/calc-yank.el (calc-edit-top): New variable.
27095 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27096 object. Change header properties.
27097 (calc-edit-finish, calc-edit-finish-stack-object)
27098 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27099 edited object.
27100 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27101 for the beginning of the edited object.
27102 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27103 for the beginning of the edited object.
27104 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27105 (calc-finish-formula-edit, calc-macro-repeats)
27106 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27107 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27108 beginning of the edited object.
27109 (calc-user-define-edit): Change the header for editing macros.
27110 Remove unnecessary variable.
27111
27112 2005-01-01 Jay Belanger <belanger@truman.edu>
27113
27114 * calc/calc-yank.el (calc-edit-mode): Change default header.
27115 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27116 * calc/calc-store.el (calc-edit-variable): Change title to match new
27117 header.
27118 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27119 mode to match new header.
27120 (calc-user-define-edit): Change titles to include names of commands.
27121 (calc-finish-formula-edit): Adjust to handle new header.
27122 (calc-finish-macro-edit): Remove.
27123 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27124 (calc-edit-macro-command, calc-edit-macro-command-type)
27125 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27126 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27127 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27128 (calc-edit-macro-finish-edit): New functions.
27129 (calc-user-define-edit): Use new functions to edit named calc macros.
27130
27131 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27132
27133 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27134
27135 * ses.el (copy-region-as-kill): Deactivate mark.
27136
27137 2005-01-01 Richard M. Stallman <rms@gnu.org>
27138
27139 * replace.el (occur-1): If the output buffer is also an input,
27140 don't kill it, rename it.
27141
27142 * faces.el (set-face-background, set-face-foreground): Doc fix.
27143
27144 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27145 for :foreground and :background.
27146
27147 * dired.el (dired-view-command-alist): Variable deleted.
27148 (dired-view-file, dired-mouse-find-file-other-window):
27149 Delete the code to use it.
27150
27151 2005-01-01 Kim F. Storm <storm@cua.dk>
27152
27153 * image.el (insert-sliced-image): Use t for line-height property.
27154
27155 See ChangeLog.11 for earlier changes.
27156
27157 ;; Local Variables:
27158 ;; coding: iso-2022-7bit
27159 ;; End:
27160
27161 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27162 Copying and distribution of this file, with or without modification,
27163 are permitted provided the copyright notice and this notice are preserved.
27164
27165 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1