Merge from emacs--devo--0
[bpt/emacs.git] / lisp / ChangeLog
1 2006-09-20 David Kastrup <dak@gnu.org>
2
3 * mouse.el (mouse-posn-property): Improve doc string.
4 (mouse-on-link-p): Change buffers for function calls on links.
5
6 * menu-bar.el (clipboard-yank): bomb out in interactive use if
7 buffer is read-only.
8
9 2006-09-18 Ken Manheimer <ken.manheimer@gmail.com>
10
11 * allout.el (allout-unprotected): Let inhibit-read-only only when
12 buffer-read-only isn't set.
13 (allout-annotate-hidden): Enable topic annotation during copies even
14 when the buffer is read-only, eg for topic copies. Ensure that the loop
15 advances, even when the span extends beyond the deletion region.
16 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
17 rather than allout-exposure-changed-hook, as a stronger assertion.
18 (allout-keybindings-list): Add bindings for
19 allout-copy-line-as-kill and allout-copy-topic-as-kill.
20 (allout-copy-line-as-kill, allout-copy-topic-as-kill): copy
21 wrappers for allout-kill-line and allout-kill-topic.
22 (allout-listify-exposed): Position correctly to accumulate lines.
23
24 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
25
26 * simple.el (line-move-1): Escape field boundaries occurring
27 exactly at point. Update goal column if constrained to a field.
28 (line-move-finish): Escape field boundaries occurring exactly at
29 point.
30
31 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * mouse.el (mouse-on-link-p): Tentatively fix last change.
34 (mouse-drag-vertical-line): Remove unused var `wconfig'.
35
36 2006-09-19 Kim F. Storm <storm@cua.dk>
37
38 * help.el (describe-key-briefly, describe-key): Simplify printing
39 of descriptions by using format and %S. Fix "is undefined"
40 messages to say "at that spot" for mouse events.
41
42 * simple.el (line-move-partial): Optimize. Try window-line-height
43 before posn-at-point to get vpos of current line.
44
45 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
46
47 * viper.el: Bump up version/date of update to reflect the substantial
48 changes done in August 2006.
49
50 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
51 are defined.
52
53 * ediff-util.el (ediff-add-to-history): New function.
54
55 * ediff.el: Use ediff-add-to-history instead of add-to-history.
56
57 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
58
59 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
60 Delete duplicate make-local-variable form.
61 (conf-space-keywords): Add autoload cookie.
62 Fix typo (`keywords', not `keyword').
63
64 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
65
66 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
67 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
68 to x-gtk-use-old-file-dialog
69
70 2006-09-18 Richard Stallman <rms@gnu.org>
71
72 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
73 that might come in during mouse tracking.
74
75 2006-09-18 Kim F. Storm <storm@cua.dk>
76
77 * simple.el (line-move-partial): Rework 2006-09-15 change to use
78 new window-line-height function. Further optimize by not calling
79 pos-visible-in-window-p for window-end when window-line-height
80 returns useful information.
81
82 2006-09-16 Richard Stallman <rms@gnu.org>
83
84 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
85 (conf-space-mode): Don't handle prefix arg.
86 Delete conf-space-keywords-override code.
87 Use add-hook.
88 (conf-space-keywords): New command.
89 (conf-space-mode-internal): Be careful with imenu-generic-expression.
90 Delete conf-space-keywords-override code.
91 (conf-space-keywords-alist): Doc fix.
92 (conf-space-font-lock-keywords): Doc fix.
93 (conf-space-keywords-override): Var deleted.
94
95 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
96
97 * startup.el (fancy-splash-screens): Don't switch to the scratch
98 buffer; it may not be the next buffer.
99
100 2006-09-16 Romain Francoise <romain@orebokech.com>
101
102 * saveplace.el (load-save-place-alist-from-file): Use expanded name
103 in both messages.
104
105 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
106
107 * progmodes/python.el (python-preoutput-filter):
108 Fix arg order to string-match.
109
110 2006-09-16 Richard Stallman <rms@gnu.org>
111
112 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
113 font-lock-compile-keywords.
114
115 * font-lock.el (font-lock-compile-keywords): Rename optional arg
116 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
117
118 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
119
120 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
121
122 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
123 and the data doesn't look like UTF8, send STRING instead.
124
125 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
126
127 * textmodes/flyspell.el (flyspell-check-region-doublons):
128 New function to detect duplicated words.
129 (flyspell-large-region): Use it.
130
131 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
132
133 * simple.el (line-move-to-column): Revert 2006-08-03 change.
134
135 2006-09-16 Eli Zaretskii <eliz@gnu.org>
136
137 * help.el (describe-prefix-bindings): Use let, not let*.
138
139 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
140
141 * allout.el (allout-regexp, allout-line-boundary-regexp)
142 (allout-bob-regexp): Correct grouping and boundaries to fix
143 backwards traversal.
144 (allout-depth-specific-regexp, allout-depth-one-regexp):
145 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
146 worse time in allout-ascend.
147 (allout-doublecheck-at-and-shallower): Identify depth threshold
148 below which topics are checked for and disqualified by containment
149 discontinuities.
150 (allout-hotspot-key-handler): Correctly handle multiple-key
151 strokes. Remove some unused variables.
152 (allout-mode-leaders): Clarify that mode-specific comment-start
153 will be used.
154 (set-allout-regexp): Correctly regexp-quote allout regexps to
155 properly accept alternative header-leads and primary bullets with
156 regexp-specific characters (eg, C "/*", mathematica "(*").
157 Include new regular expressions among those configured.
158 (allout-infer-header-lead-and-primary-bullet):
159 Rename allout-infer-header-lead.
160 (allout-recent-depth): Manifest as a variable as well as a function.
161 (allout-prefix-data): Simplify into an inline instead of a macro,
162 assuming current match data rather than being explicitly passed
163 it. Establish allout-recent-depth value as well as
164 allout-recent-prefix-beginning and allout-recent-prefix-end.
165 (allout-aberrant-container-p): True when an item's immediate
166 offspring discontinuously contained. Useful for disqualifying
167 unintended topic prefixes, likely at low depths.
168 (allout-goto-prefix-doublechecked): Elaborate version of
169 allout-goto-prefix which disqualifies aberrant pseudo-items.
170 (allout-pre-next-prefix): Layer on top of lower-level routines, to
171 get disqualification of aberrant containers.
172 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
173 containers.
174 (allout-beginning-of-current-entry): Position at start of buffer
175 when in container (depth 0) entry.
176 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
177 (allout-current-bullet): Strip text properties.
178 (allout-get-prefix-bullet): Use right match groups.
179 (allout-beginning-of-line, allout-next-heading):
180 Disqualify aberrant containers.
181 (allout-previous-heading): Disqualify aberrant containers, and
182 change to regular (rather than inline) function, to allow
183 self-recursion.
184 (allout-get-invisibility-overlay): Increment so progress is made
185 when the first overlay is not the sought one.
186 (allout-end-of-prefix): Disqualify aberrant containers.
187 (allout-end-of-line): Cycle something like allout-beginning-of-line.
188 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
189 outline.el outlines) functional again. Change the primary bullet
190 along with the header-lead - level 1 new-style bullets now work.
191 Engage allout-before-change-handler in mainline emacs, not just
192 xemacs, to do undo handling.
193 (allout-before-change-handler): Expose undo changes occurring in
194 hidden regions. Use allout-get-invisibility-overlay instead of
195 reimplementing it inline.
196 (allout-chart-subtree): Use start rather than end of prefix in
197 charts. Use allout-recent-depth variable.
198 (allout-chart-siblings): Disqualify aberrant topics.
199 (allout-beginning-of-current-entry): Position correctly.
200 (allout-ascend): Use new allout-depth-specific-regexp and
201 allout-depth-one-regexp for linear instead of O(N^2) or worse
202 behavior.
203 (allout-ascend-to-depth): Depend on allout-ascend, rather than
204 reimplementing an algorithm.
205 (allout-up-current-level): Depend on allout-ascend, rather than
206 reimplementing an algorithm. Return to start-point if we fail.
207 (allout-descend-to-depth): Use allout-recent-depth variable
208 instead of function.
209 (allout-next-sibling): On traversal of numerous intervening
210 topics, resort to economical allout-next-sibling-leap.
211 (allout-next-sibling-leap): Specialized version of
212 allout-next-sibling that uses allout-ascend cleverly, to depend on
213 a regexp search to leap large numbers of contained topics, rather
214 than arbitrarily many one-by-one traversals.
215 (allout-next-visible-heading): Disqualify aberrant topics.
216 (allout-previous-visible-heading): Position consistently when
217 interactive.
218 (allout-forward-current-level): Base on allout-previous-sibling
219 rather than (differently) reimplmenting the algorithm. Remove some
220 unused variables.
221 (allout-solicit-alternate-bullet): Present default choice stripped
222 of text properties.
223 (allout-rebullet-heading): Use bullet stripped of text properties.
224 Register changes using allout-exposure-change-hook.
225 Disregard aberrant topics.
226 (allout-shift-in): With universal-argument, make topic a peer of
227 it's former offspring. Simplify the code by separating out
228 allout-shift-out functionality.
229 (allout-shift-out): With universal-argument, make offspring peers
230 of their former container, and its siblings. Implement the
231 functionality here, rather than inappropriately muddling the
232 implementation of allout-shift-in.
233 (allout-rebullet-topic): Respect additional argument for new
234 parent-child separation function.
235 (allout-yank-processing): Use allout-ascend directly.
236 (allout-show-entry): Disqualify aberrant topics.
237 (allout-show-children): Handle discontinuous children gracefully,
238 extending the depth being revealed to expose them and posting a
239 message indicating the situation.
240 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
241 Leave cursor in correct position.
242 (allout-hide-current-subtree): Use allout-ascend directly.
243 Disqualify aberrant topics.
244 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
245 a way that the yanks can restore it, as used to happen.
246 (allout-yank-processing): Restore exposure layout as recorded by
247 allout-kill-*, as used to happen.
248 (allout-annotate-hidden, allout-hide-by-annotation): New routines
249 for preseving and restoring exposure layout across kills.
250 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
251 (allout-encrypt-string): Strip text properties.
252 Rearranged order and outline-headings for some of the
253 miscellaneous functions.
254 (allout-resolve-xref): No need to quote the error name in the
255 condition-case handler section.
256 (allout-flatten): Classic recursive (and recursively intensive,
257 without tail-recursion) list-flattener, needed by allout-shift-out
258 when confronted with discontinuous children.
259
260 2006-09-16 Jason Rumney <jasonr@gnu.org>
261
262 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
263 on ms-windows.
264 (dnd-open-unc-file): Remove.
265 (dnd-open-local-file): Mention in doc string that it also handles
266 remote files if the system natively supports unc file-names.
267
268 2006-09-15 Kim F. Storm <storm@cua.dk>
269
270 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
271 all necessary information about the event before erasing *Help*.
272
273 * simple.el (line-move-partial): Use window-line-visiblity to
274 quickly check whether last line is partially visible, and only do
275 the hard (and slow) part in that case.
276
277 2006-09-15 Jay Belanger <belanger@truman.edu>
278
279 * COPYING: Replace "Library Public License" by "Lesser Public
280 License" throughout.
281
282 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
283
284 * term/x-win.el (x-menu-bar-open): New function for F10.
285
286 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
287
288 * progmodes/compile.el (compilation-error-regexp-alist-alist):
289 Disallow filenames containing " -" to avoid confusion with libtool
290 compilation messages. Suggested by Stefan Monnier.
291
292 2006-09-15 David Kastrup <dak@gnu.org>
293
294 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
295 instead of buffer position for `mouse-on-link-p'.
296
297 * mouse.el (mouse-posn-property): New function looking up the
298 properties at a click position in overlays and text properties in
299 either buffer or strings.
300 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
301 of both `follow-link' as well as `mouse-face' properties.
302 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
303 buffer position.
304
305 * help.el (describe-key-briefly): When reading a down-event on
306 mode lines or scroll bar, swallow the following up event, too.
307 Use the new mouse sensitity of `key-binding' for lookup.
308 (describe-key): The same here.
309
310 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
311
312 * play/life.el (life-patterns): Add a few more interesting patterns.
313 (life-setup): Force `show-trailing-whitespace' to nil.
314
315 2006-09-14 Richard Stallman <rms@gnu.org>
316
317 * startup.el (fancy-splash-text): Change text to improve alignment.
318 (fancy-splash-screens): Don't set non-standard tab width.
319 Bind cursor-type temporarily, and make it easy to patch to
320 preserve the splash buffer.
321 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
322 (fancy-splash-screens): Display echo-area message explicitly.
323 Don't set fancy-splash-help-echo.
324
325 * simple.el (line-number-mode): Group mode-line instead of
326 editing-basics.
327 (column-number-mode, size-indication-mode): Likewise.
328
329 * faces.el (mode-line-faces): Group mode-line instead of modeline.
330
331 * time.el (display-time): Group mode-line instead of modeline.
332
333 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
334
335 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
336
337 * startup.el (fancy-splash-text): Move editing instructions to
338 fancy-splash-head.
339 (fancy-splash-head): Issue editing instructions.
340 (fancy-splash-screens): Fixup whitespace.
341
342 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * bindings.el (mode-line-buffer-identification-keymap):
345 Remove duplicate line.
346
347 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
348
349 * ido.el (ido-ignore-item-p): Allow any kind of functions in
350 ignore lists.
351
352 2006-09-14 Kim F. Storm <storm@cua.dk>
353
354 * jit-lock.el (jit-lock-fontify-again): New function.
355 (jit-lock-fontify-now): Use it instead of lambda form.
356
357 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
358
359 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
360 (flyspell-auto-correct-word): Make ispell-filter local to these
361 functions. Check that ispell-filter has new stuff before calling
362 ispell-parse-output.
363
364 2006-09-13 Kim F. Storm <storm@cua.dk>
365
366 * simple.el (line-move-partial): Optimize.
367
368 2006-09-13 Richard Stallman <rms@gnu.org>
369
370 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
371 Delete spurious backquote.
372
373 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
374
375 * net/rcirc.el (rcirc-print): Fix last change.
376
377 2006-09-12 Jay Belanger <belanger@truman.edu>
378
379 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
380
381 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
382
383 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
384 rcirc-show-maximum-output.
385 (rcirc-mode): Remove window-scroll-function hook.
386 (rcirc-scroll-to-bottom): Remove function.
387 (rcirc-print): Recenter so point stays at the bottom of the window
388 if point was already there.
389
390 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
391
392 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
393 not to "t".
394 * progmodes/compile.el (compilation-start): Likewise.
395 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
396 Don't use expand-file-name on invocation-directory, since this
397 might mishandle special characters in invocation-directory.
398
399 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * pcvs-defs.el: Remove * in defcustom's docstrings.
402
403 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
404
405 * progmodes/compile.el (compilation-directory-properties):
406 Doc fix for help-echo.
407
408 2006-09-12 Lars Hansen <larsh@soem.dk>
409
410 * desktop.el (desktop-read): Add comment.
411
412 2006-09-12 Kim F. Storm <storm@cua.dk>
413
414 * simple.el (next-error-highlight, next-error-highlight-no-select):
415 Fix spelling error.
416
417 * subr.el (sit-for): Rework to use input-pending-p and cond.
418 Return nil input is pending on entry also for SECONDS <= 0.
419 (while-no-input): Use input-pending-p instead of sit-for.
420
421 2006-09-11 Richard Stallman <rms@gnu.org>
422
423 * simple.el (next-error-highlight, next-error-highlight-no-select):
424 Fix custom type and doc strings.
425
426 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
429 (diff-apply-hunk): Use it to ask for confirmation.
430
431 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
432
433 * emacs-lisp/cl.el (pushnew): Add missing `,'.
434
435 2006-09-11 David Kastrup <dak@gnu.org>
436
437 * help.el (string-key-binding, describe-key-briefly)
438 (describe-key): Remove `string-key-binding' and its callers since
439 `key-binding' already caters for the proper lookup now.
440
441 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
444 (cfengine-mode): Use it. Fix \ syntax to be like /.
445
446 * bindings.el (mode-line-buffer-identification-keymap):
447 Move initialization into declaration.
448
449 2006-09-10 Kim F. Storm <storm@cua.dk>
450
451 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
452 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
453 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
454 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
455
456 2006-09-10 Richard Stallman <rms@gnu.org>
457
458 * dired-aux.el: Handle errors in recursive copy usefully.
459 (dired-create-files-failures): New variable.
460 (dired-copy-file): Remove condition-case.
461 (dired-copy-file-recursive): Check for errors on all file
462 operations, and add them to dired-create-files-failures.
463 Check file file-date-erorr here too.
464 (dired-create-files): Check dired-create-files-failures
465 and report those errors too.
466
467 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
468
469 * subr.el (add-to-list): New argument COMPARE-FN.
470
471 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
472
473 * filecache.el (file-cache-add-directory)
474 (file-cache-add-directory-list, file-cache-add-file)
475 (file-cache-add-directory-using-find)
476 (file-cache-add-directory-using-locate)
477 (file-cache-add-directory-recursively): Add autoloads.
478
479 2006-09-09 Richard Stallman <rms@gnu.org>
480
481 * textmodes/conf-mode.el (conf-space-mode):
482 Use hack-local-variables-hook instead of calling hack-local-variables.
483 (conf-space-keywords-override): New variable.
484 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
485 (conf-space-mode): Always make conf-space-keywords and
486 conf-space-keywords-override local.
487 Call conf-space-mode-internal directly as well as via hook.
488
489 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
490
491 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
492 quasi-keywords.
493
494 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
497 (python-send-string): Be slightly more careful about adding \n.
498
499 * startup.el (normal-splash-screen): Don't display the buffer if we'll
500 kill it right away anyway.
501
502 2006-09-09 Eli Zaretskii <eliz@gnu.org>
503
504 * international/codepage.el (cp850-decode-table): Fix a few codes.
505 (cp858-decode-table): New variable.
506
507 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
508
509 * net/ldap.el (ldap-search-internal): Doc fix.
510
511 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
512
513 * play/life.el (life-display-generation): Test for input manually if
514 `sleeptime' is negative or null.
515
516 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
517 (print-region-1): Substitute `%s' with the page title.
518
519 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
520
521 * locate.el (locate-current-search): New variable.
522 (locate): Set buffer local value. Use current buffer if it is
523 in Locate mode.
524 (locate-mode): Disable undo here.
525 (locate-do-setup): Use locate-current-filter from buffer to be killed.
526 (locate-update): Use locate-current-search and locate-current-filter.
527
528 2006-09-08 David Kastrup <dak@gnu.org>
529
530 * desktop.el (desktop-read): When loading a desktop, disable
531 saving it while the load progresses, and switch off a pending lazy
532 load by calling `desktop-lazy-abort'.
533
534 2006-08-27 Martin Rudalics <rudalics@gmx.at>
535
536 * window.el (mouse-autoselect-window-timer)
537 (mouse-autoselect-window-position)
538 (mouse-autoselect-window-window)
539 (mouse-autoselect-window-now): New vars.
540 (mouse-autoselect-window-cancel)
541 (mouse-autoselect-window-select)
542 (mouse-autoselect-window-start): New functions.
543 (handle-select-window): Call `mouse-autoselect-window-start' when
544 delayed window autoselection is enabled.
545
546 * cus-start.el (mouse-autoselect-window): Handle delayed window
547 autoselection.
548
549 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
550 commands after which it is allowed to print in the echo area.
551
552 2006-09-08 Richard Stallman <rms@gnu.org>
553
554 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
555
556 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
557 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
558
559 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
560 (cancel-timer-internal): Add doc string.
561 (cancel-function-timers): Doc fix.
562 (with-timeout-handler, timer-event-last*): Add doc strings.
563
564 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
565
566 * files.el (risky-local-variable-p): Match ...-bindat-spec.
567
568 * dired.el (dired-log-summary): Add doc string.
569
570 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
571 (custom-group-menu-create): Not here.
572
573 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
574
575 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
576
577 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
578
579 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
580 (mac-apple-event-map): Define its handler.
581
582 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
583
584 * net/ldap.el (ldap-search-internal): Handle `auth' key.
585
586 2006-09-07 Magnus Henoch <mange@freemail.hu>
587
588 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
589 clause.
590
591 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
592
593 * info.el (Info-index): Bind completion-ignore-case.
594
595 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
598 previous commit.
599 (inferior-prolog-guess-flavor): New fun left out of previous commit.
600 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
601 burp in dedicated windows.
602 (inferior-prolog-self-insert-command): New command.
603 (inferior-prolog-mode-map): Use it.
604
605 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
606
607 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
608
609 * international/code-pages.el: Add cp858.
610
611 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
612
613 * dnd.el: Fix bootstrapping.
614
615 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
616
617 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
618 (dnd-open-remote-url): New function.
619 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
620 not windows-nt.
621
622 2006-09-07 Jason Rumney <jasonr@gnu.org>
623
624 * dnd.el (dnd-open-remote-file-function): New variable.
625 (dnd-open-unc-file): New function.
626 (dnd-open-file): Call dnd-open-remote-file-function if set.
627
628 2006-09-06 Daiki Ueno <ueno@unixuser.org>
629
630 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
631 pgg-passphrase-coding-system rather than locale-coding-system.
632 * pgg-def.el (pgg-passphrase-coding-system): New user option.
633
634 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * progmodes/prolog.el: Remove * in docstrings.
637 (prolog-program-name): Add SWI prolog.
638 (prolog-mode-menu): New menu.
639 (prolog-mode): Set comment-add.
640 (prolog-indent-line): Simplify. Use indent-line-to.
641 (inferior-prolog-buffer): New var.
642 (inferior-prolog-run, inferior-prolog-process): New funs.
643 (run-prolog, switch-to-prolog): Rewrite, using them.
644 (prolog-consult-region): Use inferior-prolog-buffer.
645 (inferior-prolog-load-file): New function.
646 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
647
648 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
649 last word, if it's not the end of the paragraph.
650
651 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
652 file name.
653
654 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
655
656 * frame.el (display-mm-dimensions-alist): New defcustom.
657 (display-mm-height, display-mm-width): Use it.
658
659 2006-09-06 Simon Josefsson <jas@extundo.com>
660
661 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
662
663 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
664
665 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
666 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
667 string values.
668
669 2006-09-06 Kim F. Storm <storm@cua.dk>
670
671 * simple.el (line-move-partial): New function to do vscrolling for
672 partially visible images / tall lines. Rewrite based on code
673 previously in line-move. Simplify backwards vscrolling.
674 (line-move): Use it. Simplify.
675
676 2006-09-05 Kim F. Storm <storm@cua.dk>
677
678 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
679
680 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
681
682 * progmodes/compile.el (compilation-error-regexp-alist-alist):
683 Process the `gcc-include' after the `gnu' rule.
684
685 2006-09-05 Kim F. Storm <storm@cua.dk>
686
687 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
688
689 2006-09-05 Daiki Ueno <ueno@unixuser.org>
690
691 * pgg.el (pgg-clear-string): Alias to clear-string for backward
692 compatibility.
693
694 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
695 inhibit-redisplay; encode passphrase with locale-coding-system.
696
697 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
698
699 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
700
701 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
702
703 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
704 (gdb-var-list-children-regexp): Make type field optional.
705
706 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
707 e.g public, protected in C++.
708
709 2006-09-04 John Paul Wallington <jpw@pobox.com>
710
711 * simple.el (completion-show-help): New defcustom.
712 (completion-setup-function): Heed it.
713
714 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
715
716 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
717
718 2006-09-04 Richard Stallman <rms@gnu.org>
719
720 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
721 (rsf-min-region-to-spam-list): Doc fix.
722 (rsf-add-content-type-field): Doc fix.
723
724 * simple.el (kill-region): Explicitly test there is a region.
725
726 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
727
728 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
729 sendmail in several common directories.
730
731 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
732
733 * paths.el (sendmail-program): Removed.
734
735 2006-09-04 Daiki Ueno <ueno@unixuser.org>
736
737 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
738 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
739 http://article.gmane.org/gmane.emacs.gnus.general/50457
740
741 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
742
743 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
744 mark after running the menu filter.
745
746 2006-09-03 Juri Linkov <juri@jurta.org>
747
748 * international/quail.el (quail-defrule-internal): Add a check
749 if a key is a vector.
750
751 2006-09-02 Juri Linkov <juri@jurta.org>
752
753 * man.el (Man-topic-history): New variable.
754 (man): Use it.
755
756 * woman.el (woman-topic-history): Change defvar to defvaralias
757 for symbol `Man-topic-history'.
758
759 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
760 `comint-last-output-start' is a marker by using `markerp' and
761 check if it has a position by using `marker-position', and use
762 this position for `goto-char'.
763
764 * international/quail.el (quail-defrule-internal): Add missing
765 `error' call for null key.
766
767 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
768
769 * rcirc.el (rcirc-keywords): New variable.
770 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
771 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
772 variables.
773 (rcirc-responses-no-activity): New function.
774 (rcirc-handler-generic): Check for responses in above.
775 (rcirc-process-command): Add ?: character to arguments of raw
776 server commands.
777 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
778 `rcirc-dim-nicks'.
779 (rcirc-gray-toggle): Remove unused variable.
780 (rcirc-print): Remove some tracking logic, which is moved into
781 markup functions.
782 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
783 types.
784 (rcirc-activity-string): Look for 'keyword in activity-types.
785 (rcirc-window-configuration-change): Don't erase overlay-arrow
786 unnecessarily.
787 (rcirc-add-or-remove): New function.
788 (rcirc-cmd-ignore): Use it.
789 (rcirc-message-leader): Remove unused function.
790 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
791 (rcirc-add-face): New function.
792 (rcirc-facify): Use rcirc-add-face.
793 (rcirc-url-regexp): Add parens.
794 (rcirc-map-regexp): Remove function.
795 (rcirc-mangle-regexp): Remove function.
796 (rcirc-markup-text-functions): New variable.
797 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
798 (rcirc-markup-body-text, rcirc-markup-attributes)
799 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
800 (rcirc-markup-bright-nicks): New markup handler functions.
801 (rcirc-nick-in-message-full-line): New face.
802 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
803 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
804
805 2006-09-02 Martin Rudalics <rudalics@gmx.at>
806
807 * cus-start.el (hscroll-margin, hscroll-step)
808 (mode-line-in-non-selected-windows, mouse-autoselect-window)
809 (x-use-underline-position-properties): Change version to "22.1"
810 since they will appear there for the first time.
811
812 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
813
814 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
815
816 2006-08-31 Richard Stallman <rms@gnu.org>
817
818 * cus-edit.el (custom-save-variables): Slight cleanup.
819 (Custom-no-edit): Renamed from custom-no-edit.
820 (Custom-newline): Renamed from custom-newline.
821 (custom-mode-map): Use new names.
822
823 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
824 about customization, rather than M-x customize, in the doc string
825 made for the defcustom.
826
827 * emacs-lisp/trace.el (trace-function-background): Doc fix.
828
829 2006-08-31 Romain Francoise <romain@orebokech.com>
830
831 * dired-x.el (dired-guess-shell-alist-default): Update.
832
833 2006-08-31 Michael Mauger <mmaug@yahoo.com>
834
835 * custom.el (custom-theme-set-variables): Autoload packages before
836 sorting the variables.
837
838 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
839
840 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
841 chars if XEmacs.
842 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
843
844 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * progmodes/python.el (python-eldoc-function): Re-enable quit while
847 waiting for process.
848
849 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
850
851 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
852 results in ASCII-only string, encode original one directly.
853
854 2006-08-29 Romain Francoise <romain@orebokech.com>
855
856 * startup.el (normal-splash-screen, fancy-splash-screens):
857 Make buffer read-only and arrange to enter view mode if necessary.
858
859 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
860
861 * hl-line.el (hl-line): New face.
862 (hl-line-face): Use it.
863
864 * image-mode.el (image-mode): Fix last fix.
865 Suggested by Kim F. Storm.
866
867 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
868
869 Sync with Tramp 2.0.54.
870
871 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
872 of `=', because `tramp-get-remote-gid' might not always return an
873 integer when expected.
874 (tramp-register-file-name-handlers): `partial-completion-mode' is
875 unknown to XEmacs.
876 (tramp-time-diff): Don't use `floor', it might fail for large
877 differences.
878 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
879 `tramp-auto-save-directory' if unset in order to guarantee unique
880 auto-save file names.
881
882 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
883
884 * image-mode.el (image-mode): Display image as text on a terminal.
885
886 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * progmodes/python.el (python-send-command): Simplify.
889 (run-python): Don't generate a new buffer unless `new' was specified.
890 Make sure we send `import emacs' to the proper process.
891
892 * progmodes/python.el (python-send-command): Don't wait for the command
893 to terminate. Don't fiddle with compilation-parsing-end.
894
895 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
896
897 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
898 Insert commentary after first line summary.
899
900 * woman.el (woman-follow): New function, based on `man-follow'.
901 (woman-mode-map): Use it.
902
903 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
904 since ibuffer-do-sort-by-recency does not define a sorter.
905
906 2006-08-28 Kim F. Storm <storm@cua.dk>
907
908 * find-dired.el (find-dired): Use shell-quote-argument to properly
909 escape ( and ) args. Also use it on {} and ; args in default
910 value of find-ls-option string.
911 (find-grep-dired): Use shell-quote-argument on {} and ; args.
912
913 2006-08-27 Michael Olson <mwolson@gnu.org>
914
915 * emacs-lisp/tq.el: Small grammar fix in comments.
916 (tq-enqueue): Check for existence of queue rather than the
917 head queue item's question, which was a no-op.
918 (tq-filter, tq-process-buffer): Make sure the process buffer
919 exists before making it the current buffer.
920
921 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
922
923 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
924 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
925 (special-event-map): Apply 2006-08-16 change for x-win.el.
926
927 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * progmodes/python.el (python-send-receive): Wait in the
930 process's buffer so as to check the right buffer-local variables.
931
932 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
935 (defgroup checkdoc): Move to beginning.
936
937 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
938 (python-preoutput-continuation): Remove.
939 (python-preoutput-filter): Simplify correspondingly.
940 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
941 Loop around to catch embedded _emacs_out output.
942 (run-python): Send the import&print command on a single line.
943 (python-send-command): Send command&print on a single line.
944 (python-send-string): Only add double \n if needed.
945 (python-send-receive): Loop until the result comes.
946 (python-mode-running): Defvar it.
947 (python-setup-brm): Remove unused var `menu'.
948 Only bind py-mode-map and `features' around brm-init.
949 (python-calculate-indentation): Remove unused var `point'.
950 (python-beginning-of-defun): Remove unused var `def-line'.
951
952 2006-08-25 Richard Stallman <rms@gnu.org>
953
954 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
955
956 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
957
958 * viper.el (viper-set-hooks): Use frame bindings for
959 viper-vi-state-cursor-color.
960 (viper-non-hook-settings): Don't set default
961 mode-line-buffer-identification.
962
963 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
964 (viper-set-cursor-color-according-to-state)
965 (viper-get-saved-cursor-color-in-replace-mode)
966 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
967 viper-emacs-state-cursor-color.
968
969 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
970 (viper-undo): Use point if undo-beg-posn is nil.
971 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
972 (viper-after-change-undo-hook): Don't use
973 viper-emacs-state-cursor-color by default.
974 (viper-undo): More sensible positioning after undo.
975
976 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
977 (viper-emacs-state-cursor-color): Default to nil, since this feature
978 doesn't work well yet.
979
980 * ediff-mult.el (ediff-intersect-directories)
981 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
982 always expand filenames.
983
984 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * tumme.el: Remove * in defcustoms's docstrings.
987
988 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
989
990 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
991 Accept internal time format for SECS arg.
992 (timer-relative-time): Doc fix.
993
994 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
995 adapted from Martin Rudalics.
996 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
997 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
998 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
999 using sit-for.
1000
1001 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1002
1003 * cus-start.el (all): Add `overline-margin' and
1004 `x-underline-at-descent-line'.
1005
1006 2006-08-24 Kim F. Storm <storm@cua.dk>
1007
1008 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1009 to mean "use find -exec"; nil now unambiguously means auto-detect.
1010 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1011 Use shell-quote-argument to build grep-find-command and
1012 grep-find-template.
1013 (rgrep): Use shell-quote-argument to properly quote arguments to find.
1014 Reported by Tom Seddon.
1015
1016 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * startup.el (fancy-splash-head): Give instructions for dismissing
1019 the splash screen for default startup too.
1020 (display-startup-echo-area-message, fancy-splash-screens)
1021 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
1022 all splash text at once and keep the splash buffer around.
1023 (command-line-1): Give display-startup-echo-area-message a t arg.
1024
1025 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
1026
1027 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1028 gnus frame is selected.
1029
1030 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
1031
1032 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1033
1034 2006-08-22 Kim F. Storm <storm@cua.dk>
1035
1036 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1037 Add suffix matching for subdirs.
1038
1039 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1040
1041 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1042 mouse-yank-at-point is non-nil.
1043
1044 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1045
1046 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1047 a bit wider and remove fringes to fit initial output on line.
1048
1049 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * frame.el (blink-cursor-end): Only ignore the error we care about.
1052 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1053
1054 2006-08-21 Richard Stallman <rms@gnu.org>
1055
1056 * whitespace.el (whitespace-cleanup): Doc fix.
1057
1058 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
1059
1060 * net/rcirc.el (rcirc-show-maximum-output): New var.
1061 (rcirc-buffer-process): If no buffer argument is supplied, use
1062 current-buffer.
1063 (rcirc-complete-nick): Complete to the last completed nick first.
1064 (rcirc-mode): Preserve the value of `rcirc-urls' across
1065 connections. Setup scroll function.
1066 (rcirc-scroll-to-bottom): New function.
1067 (rcirc-print): Use nick syntax around regexp work.
1068 Notice dim-nicks speaking only if they say our nick.
1069 (rcirc-update-activity-string): Do not show the modeline indicator
1070 if there are no live rcirc processes.
1071 (rcirc-cmd-ignore): Ignore case.
1072 (rcirc-browse-url-at-point): Fix off-by-one error.
1073
1074 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * progmodes/python.el: Remove * in defcustom docstrings.
1077 (run-python, python-proc, python-try-complete): Use derived-mode-p.
1078 (python-mode): Set tab-width and indent-tabs-mode.
1079
1080 2006-08-20 Dave Love <fx@gnu.org>
1081
1082 * progmodes/python.el: Update to Dave Love's latest version.
1083 (python-font-lock-keywords, python-mode): Don't use
1084 font-lock-syntax-table, but match symbol elements explicitly instead.
1085 (python-mode-map): Add help, and a few more key bindings.
1086 (python-skip-comments/blanks): Move out of comments as well.
1087 (python-continuation-line-p): Behave better with unbalanced parens.
1088 (python-blank-line-p): New fun.
1089 (python-open-block-statement-p): Don't use a heuristic.
1090 (python-outdent-p): Better handle blocks-in-the-same-line.
1091 (python-calculate-indentation): Misc improvements.
1092 (python-comment-indent): Remove.
1093 (python-block-pairs): New var.
1094 (python-first-word): New fun.
1095 (python-indentation-levels): Handle more common cases.
1096 (python-indent-line-1): Add `leave' argument.
1097 (python-indent-region): New fun.
1098 (python-skip-out): New fun.
1099 (python-beginning-of-statement, python-end-of-statement): Use it.
1100 (python-next-statement): Return correct count even at eob.
1101 (python-end-of-block): Fix paren-typo.
1102 (python-imenu-create-index): Add module variables.
1103 (run-python): Add `new' arg.
1104 Check we're at a prompt before returning.
1105 (python-send-command): Move to end of buffer.
1106 Wait for prompt to return.
1107 (python-set-proc): New fun.
1108 (python-imports): New var.
1109 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
1110 (python-eldoc-function): Try to move out of arg list.
1111 (python-outline-level): Offset by 1.
1112 (python-find-imports): New fun.
1113 (python-symbol-completions): Use python-imports.
1114 (python-module-path, ffap-alist): Add support for ffap.
1115 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1116 (pythin-insert-*, python-default-template, python-expand-template):
1117 Add templates/skeletons.
1118 (python-setup-brm): Support for Bicycle Repair Man.
1119 (python-abbrev-syntax-table): New var.
1120 (python-abbrev-pc-hook, python-pea-hook): New funs.
1121
1122 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * frame.el (blink-cursor-start): Set timer first.
1125 (blink-cursor-end): Ignore timer cancelling errors.
1126 Suggested by Ken Manheimer.
1127
1128 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
1129
1130 * newcomment.el (comment-box): Call `comment-normalize-vars'.
1131 Add autoload cookie.
1132
1133 2006-08-20 Richard Stallman <rms@gnu.org>
1134
1135 * simple.el (line-number-at-pos): Doc fix.
1136
1137 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1138 timer-activate-when-idle, so timer can run before Emacs becomes
1139 non-idle again.
1140
1141 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1142
1143 * whitespace.el (whitespace-cleanup-internal): New optional arg
1144 REGION-ONLY. If it's non-nil, modify the message to the user
1145 accordingly.
1146 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1147 a non-nil argument.
1148
1149 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
1150
1151 * rect.el (spaces-string): Simplify and add doc string.
1152
1153 2006-08-17 Romain Francoise <romain@orebokech.com>
1154
1155 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1156
1157 2006-08-17 Richard Stallman <rms@gnu.org>
1158
1159 * compare-w.el (compare-windows): lambda's take an arg and pass
1160 it to compare-windows-skip-whitespace.
1161
1162 2006-08-17 Martin Rudalics <rudalics@gmx.at>
1163
1164 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1165 the right buffer.
1166
1167 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1170 removed files.
1171
1172 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1173
1174 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1175 (gdb-locals-watch-map-1): Suppress keymap first.
1176 (gdb-edit-locals-map-1): New variable.
1177 (gdb-edit-locals-value): New function.
1178 (gdb-stack-list-locals-handler): Use them.
1179
1180 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1183 cursor would normally be drawn in the fringe.
1184
1185 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1186 Reported by Martin Rudalics <rudalics@gmx.at>.
1187
1188 2006-08-16 Richard Stallman <rms@gnu.org>
1189
1190 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1191 (special-event-map): Process drag-n-drop events this way.
1192
1193 * simple.el (move-beginning-of-line): Test whether fields
1194 would prevent motion back to line's first visible character.
1195 If so, stop where the fields would stop the motion.
1196
1197 * newcomment.el (comment-indent): Fully update INDENT
1198 before checking to see if it will change the text.
1199
1200 * cus-edit.el (custom-newline): New function.
1201 (custom-mode-map): Bind newline to custom-newline.
1202
1203 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1204 into ignore-whitespace.
1205 Check each buffer for its skip-function.
1206 Handle compare-windows-skip-whitespace special-case test
1207 by returning t from default skip function.
1208
1209 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1210
1211 * textmodes/org.el (org-clock-special-range)
1212 (org-clock-update-time-maybe): New functions.
1213 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1214 not only a-z.
1215 (org-agenda-get-blocks): Allow multiple blocks per headline.
1216 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1217 (org-export-html-title-format)
1218 (org-export-html-toplevel-hlevel): New options.
1219 (org-export-language-setup): Add support for Czech.
1220 (org-mode, org-insert-todo-heading, org-find-visible)
1221 (org-find-invisible, org-invisible-p, org-invisible-p2)
1222 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1223 (org-show-subtree, org-show-entry, org-make-options-regexp):
1224 Remove compatibility support for old outline-mode.
1225 (org-check-occur-regexp): Funtion removed.
1226 (org-on-heading-p, org-back-to-heading): Made defalias.
1227 (org-set-local): New defsubst.
1228 (org-set-regexps-and-options, org-mode)
1229 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1230 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1231 (org-remember-apply-template, org-table-edit-field)
1232 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1233 (org-set-autofill-regexps): Use `org-set-local'.
1234 (org-table-eval-formula): Fix bug with parsing of display flags.
1235
1236 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1237
1238 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1239 frame with fringe arrow. Suggested by Simon Marshall
1240 <simon.marshall@misys.com>.
1241 (gdb-stack-position): New variable.
1242 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1243 (gdb-frames-mode): Set gdb-stack-position to nil.
1244 Add to overlay-arrow-variable-list
1245 (gdb-reset): Delete gdb-stack-position from above list.
1246
1247 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1248
1249 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1250 read only.
1251
1252 2006-08-13 Romain Francoise <romain@orebokech.com>
1253
1254 * cus-theme.el (customize-create-theme)
1255 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1256
1257 * filesets.el (filesets-add-buffer): Ditto.
1258
1259 * pcvs.el (cvs-change-cvsroot): Ditto.
1260
1261 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1262
1263 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1264 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1265 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1266 expressions.
1267 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1268 Only search till end of line.
1269 Add face to function names in case of no filename.
1270 Add face to variable names of watchpoints.
1271
1272 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1273
1274 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1275 customization group.
1276
1277 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1278
1279 * allout.el (allout-prior-bindings, allout-added-bindings):
1280 Remove, after long deprecation.
1281 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1282 Add customization vars controlling allout-beginning-of-line and
1283 allout-end-of-line conveniences.
1284 (allout-header-prefix, allout-use-mode-specific-leader)
1285 (allout-use-mode-specific-leader, allout-mode-leaders):
1286 Revise docstrings.
1287 (allout-infer-header-lead): Change to be an alias for
1288 allout-infer-header-lead-and-primary-bullet.
1289 (allout-infer-header-lead-and-primary-bullet): New version of
1290 allout-infer-header-lead which assigns the primary bullet to the
1291 same as the header lead, when its being changed.
1292 (allout-infer-body-reindent): Apply regexp-quote instead of
1293 unconditionally prepending "\\", so that all literal
1294 allout-header-prefix and allout-primary-bullet strings are
1295 properly handled.
1296 (allout-add-resumptions): Add optional qualifier for extending or
1297 appending to existing values, rather than replacing them.
1298 (allout-view-change-hook): Clarify docstring.
1299 (allout-exposure-change-hook): Take explicit arguments, via
1300 run-hook-with-args.
1301 (allout-structure-added-hook)
1302 (allout-structure-deleted-hook)
1303 (allout-structure-shifted-hook): New hooks analogous to
1304 allout-exposure-change-hook for other kinds of structural outline
1305 edits.
1306 (allout-encryption-plaintext-sanitization-regexps): New encryption
1307 customization variable, by which cooperating modes can provde
1308 massage of the plaintext without actually being passed it.
1309 (allout-encryption-ciphertext-rejection-regexps)
1310 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1311 customization variables, by which cooperating modes can prohibit
1312 rare but possible ciphertext patterns from fouling their
1313 operation, with actually being passed the ciphertext.
1314 (allout-mode): Run activation and deactivation hooks after the
1315 minor-mode variable has been toggled, to clarify the mode
1316 disposition. The new encryption ciphertext rejection variable is
1317 used to ensure that the ciphertext does not contain text that
1318 would be recognized as outline structural elements by allout.
1319 Substite allout-beginning-of-line and allout-end-of-line for
1320 conventionall beginning-of-line and end-of-line bindings.
1321 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1322 activation!
1323 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1324 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1325 (allout-chart-subtree): Implement new mode, charting only the
1326 visible items in the subtree, when new 'visible' parameter is non-nil.
1327 (allout-end-of-subtree): Properly handle the last item in the buffer.
1328 (allout-pre-command-business, allout-command-counter):
1329 Increment an advertised counter so that cooperating enhancements can
1330 track revisions of items.
1331 (allout-open-topic): Run allout-structure-added-hook with suitable
1332 arguments.
1333 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1334 arguments.
1335 (allout-shift-out): Fix doubling for negative args and ensure call
1336 of allout-structure-shifted-hook by solely using allout-shift-in.
1337 (allout-kill-line, allout-kill-topic):
1338 Run allout-structure-deleted-hook with suitable arguments.
1339 (allout-yank-processing): Run allout-structure-added-hook with
1340 proper arguments.
1341 (allout-yank): Enclose activity in allout-unprotected.
1342 (allout-flag-region): Run allout-exposure-change-hook with
1343 suitable arguments, instead of making the callee infer the arguments.
1344 (allout-encrypt-string):
1345 Support allout-encryption-plaintext-sanitization-regexps,
1346 allout-encryption-ciphertext-rejection-regexps, and
1347 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1348 en/de cryption mode in symmetric encryption failure message.
1349 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1350 copy of the passphrase, and don't zero it or we'll corrupt the
1351 stashed copy.
1352 (allout-create-encryption-passphrase-verifier)
1353 (allout-verify-passphrase): Respect the new signature for
1354 allout-encrypt-string.
1355 (allout-get-configvar-values): Convenience for getting a
1356 configuration variable value and handling its absence gracefully.
1357
1358 2006-08-11 Romain Francoise <romain@orebokech.com>
1359
1360 * obsolete/zone-mode.el: Delete.
1361
1362 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1365
1366 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1367
1368 * emacs-lisp/bindat.el (bindat-ip-to-string):
1369 Use `format-network-address' if possible.
1370
1371 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1372
1373 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1374
1375 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1378 restore unread-command-events here.
1379 (edebug-display): Do it here, to detect sit-for interruptions.
1380
1381 2006-08-10 Romain Francoise <romain@orebokech.com>
1382
1383 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1384 (dns-mode-soa-auto-increment-serial): New user option.
1385 (dns-mode-soa-maybe-increment-serial): New function.
1386 (dns-mode): Add the latter to `write-contents-functions'.
1387
1388 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1389 Delete autoload cookies.
1390
1391 2006-08-10 John Wiegley <johnw@newartisans.com>
1392
1393 * eshell/em-glob.el (eshell-glob-chars-list)
1394 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1395
1396 2006-08-10 Richard Stallman <rms@gnu.org>
1397
1398 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1399 (facemenu-set-face): Doc fix.
1400 (facemenu-listed-faces): Doc fix.
1401
1402 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1403
1404 * avoid.el (mouse-avoidance-animating-pointer): New var.
1405 (mouse-avoidance-nudge-mouse): Use it.
1406 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1407 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1408 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1409 Don't activate if currently animating. All callers changed.
1410
1411 2006-08-09 John Wiegley <johnw@newartisans.com>
1412
1413 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1414 variable, which causes timeclock to report elapsed time worked,
1415 instead of just work remaining.
1416
1417 2006-08-09 Kenichi Handa <handa@m17n.org>
1418
1419 * international/latexenc.el (latexenc-find-file-coding-system):
1420 Fix for the case that the 2nd element of arg-list is a cons.
1421
1422 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * info.el (Info-fontify-node): Handle preceding `in' for note
1425 reference hiding rules.
1426
1427 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1430 mistake a closing " for an opening one.
1431
1432 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1433
1434 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1435
1436 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * complete.el (PC-do-completion): Filter out completions matching
1439 completion-ignored-extensions before checking whether there are
1440 multiple completions.
1441 Don't use `list' unnecessarily when building completion tables.
1442
1443 2006-08-06 Richard Stallman <rms@gnu.org>
1444
1445 * help.el (describe-mode): Make minor mode list more concise.
1446
1447 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * bindings.el: Give mode-line-format, mode-line-modes, and
1450 mode-line-position `standard-value' properties.
1451
1452 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1453
1454 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1455 "(file)node" instead of the file name.
1456
1457 2006-08-05 Richard Stallman <rms@gnu.org>
1458
1459 * faces.el (escape-glyph): Doc fix.
1460
1461 2006-08-04 Kenichi Handa <handa@m17n.org>
1462
1463 * international/mule-diag.el (describe-font): Improve docstring
1464 and error message. Use frame-parameter (not frame-parameters).
1465
1466 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1469 Correctly mark the end-of-docstring char.
1470
1471 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * simple.el (line-move-to-column): Constrain move-to-column to
1474 current field.
1475
1476 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * font-lock.el (font-lock-beg, font-lock-end)
1479 (font-lock-extend-region-functions): New vars.
1480 (font-lock-extend-region-multiline)
1481 (font-lock-extend-region-wholelines): New functions.
1482 (font-lock-default-fontify-region): Use them.
1483 (font-lock-extend-jit-lock-region-after-change): Only round up
1484 if font-lock-default-fontify-region will do it as well.
1485
1486 * font-lock.el (font-lock-extend-after-change-region-function):
1487 Rename from font-lock-extend-region-function.
1488 (font-lock-extend-region): Remove by inlining at call sites.
1489 (font-lock-after-change-function): Don't needlessly round up to a whole
1490 number of lines.
1491 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1492 the boundary conditions and the interactions between the various ways
1493 to extend the region.
1494
1495 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1498 modification status when forcing the second redisplay.
1499
1500 2006-08-03 Kim F. Storm <storm@cua.dk>
1501
1502 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1503
1504 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1507 doesn't look like a file name.
1508
1509 * complete.el (PC-expand-many-files): Avoid signalling an error when
1510 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1511
1512 2006-08-02 Andreas Schwab <schwab@suse.de>
1513
1514 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1515
1516 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1517
1518 * bindings.el (map): Make mode-line-buffer-identification-keymap
1519 before defining propertized-buffer-identification.
1520
1521 2006-08-01 Richard Stallman <rms@gnu.org>
1522
1523 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1524
1525 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1526
1527 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1528 default value.
1529 (gdb-find-source-frame): New function.
1530 (menu): Add to menu bar.
1531
1532 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * font-core.el (font-lock-extend-region-function)
1535 (font-lock-extend-region): Move to font-lock.el.
1536
1537 * font-lock.el (font-lock-extend-region-function)
1538 (font-lock-extend-region): Move from font-core.el. Simplify.
1539
1540 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1541 if needed.
1542 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1543 (jit-lock-after-change-extend-region-functions): New hook.
1544 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1545
1546 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1547 (font-lock-turn-on-thing-lock): Use it.
1548
1549 * longlines.el (longlines-show-region): Make it work on read-only
1550 buffers as well.
1551
1552 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1553
1554 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1555
1556 2006-07-31 Richard Stallman <rms@gnu.org>
1557
1558 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1559 (vhdl-speedbar-display-projects): Update old obsolete
1560 speedbar variable names.
1561
1562 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1563
1564 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1565 (gdb-stopped): Use it.
1566
1567 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1568
1569 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1570
1571 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1572 for load-history elements.
1573
1574 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1575
1576 * files.el (convert-standard-filename): For Cygwin, replace
1577 characters not allowed in Windows file names.
1578 (make-auto-save-file-name): Add Cygwin to the list of systems
1579 where the auto-save file name needs to be run through
1580 convert-standard-filename.
1581
1582 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1583
1584 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1585
1586 2006-07-28 Richard Stallman <rms@gnu.org>
1587
1588 * bindings.el (mode-line-frame-identification)
1589 (propertized-buffer-identification): Centralize the code
1590 to initialize the variable.
1591
1592 * progmodes/grep.el (grep-default-command): Catch errors from
1593 wildcard-to-regexp.
1594
1595 2006-07-29 Kim F. Storm <storm@cua.dk>
1596
1597 * progmodes/grep.el (grep-tag-default): New function.
1598 (grep-default-command, grep-read-regexp): Use it.
1599 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1600 as default if nothing else applies.
1601
1602 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1603
1604 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1605 Throw error if buffer is not in Dired and Wdired mode, respectively.
1606
1607 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1608
1609 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1610 self-insert-command keys don't activate buttons.
1611 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1612
1613 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1614
1615 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1616 faces for enable character.
1617
1618 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1619
1620 * Makefile.in (recompile): Update comment to reflect change
1621 on 2004-04-21.
1622
1623 2006-07-27 Richard Stallman <rms@gnu.org>
1624
1625 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1626 (customize-package-emacs-version): Change msg when pkg has no entry.
1627 (custom-no-edit): On a button, do like widget-button-press.
1628
1629 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1630
1631 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1632 S-tab and C-S-tab.
1633
1634 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1635
1636 * progmodes/which-func.el (which-function): Fix documentation/
1637 comment typo.
1638
1639 2006-07-26 Richard Stallman <rms@gnu.org>
1640
1641 * textmodes/ispell.el (ispell-word): If we replace the word,
1642 move point to the end. Insert before deleting.
1643
1644 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1647 a timer.
1648
1649 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1650
1651 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1652 when at first image.
1653 (tumme-forward-image): Add prefix argument. Add error when at last
1654 image.
1655
1656 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * tabify.el (tabify-regexp): Use more specific regexps.
1659 (tabify): Avoid modifying the buffer unnecessarily.
1660
1661 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1662
1663 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1664 (tumme-format-properties-string): Handle empty `buf'.
1665 (tumme-get-comment): Change variable names inside `let'.
1666 Add missing `let' variable that cause font-lock problems.
1667 (tumme-write-comments): Change variable names inside `let'.
1668 Add missing `let' variable that cause font-lock problems.
1669 (tumme-forward-image): Rename from `tumme-forward-char'.
1670 (tumme-backward-image): Rename from `tumme-backward-char'.
1671
1672 2006-07-25 Masatake YAMATO <jet@gyve.org>
1673
1674 * progmodes/ld-script.el (ld-script-keywords)
1675 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1676 and add comments.
1677
1678 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1679
1680 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1681 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1682 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1683 for status indicator.
1684
1685 2006-07-24 Richard Stallman <rms@gnu.org>
1686
1687 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1688
1689 * subr.el (dolist, dotimes): Use interned symbols for locals.
1690 (--dotimes-limit--, --dolist-tail--): New defvars.
1691 (looking-back): Doc fix.
1692
1693 * replace.el (replace-match-string-symbols): Handle dotted lists.
1694
1695 2006-07-24 mathias <mathias@mattis>
1696
1697 * tumme.el (tumme-write-tags): Add.
1698 (tumme-write-comments): Add.
1699 (tumme-tag-files): Change to use `tumme-write-tags'.
1700 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1701 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1702 (tumme-save-information-from-widgets): Change to use
1703 `tumme-write-comments' and `tumme-write-tags'.
1704 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1705 (tumme-write-tag): Remove.
1706 (tumme-write-comment): Remove.
1707 (tumme-display-previous-thumbnail-original): Remove empty line.
1708 (tumme-widget-list): Add punctuation.
1709
1710 2006-07-24 mathias <mathias.dahl@gmail.com>
1711
1712 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1713
1714 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1715
1716 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1717 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1718 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1719
1720 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1721
1722 * mouse.el (mouse-on-link-p): Doc fix.
1723
1724 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1725
1726 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1727 Handle "C-h f `".
1728
1729 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1732 column.
1733
1734 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1735
1736 * textmodes/table.el: Add move-beginning-of-line and
1737 move-end-of-line to Point Motion Only Group.
1738
1739 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1740
1741 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1742
1743 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1744
1745 * startup.el (user-mail-address): Initialize from the `EMAIL'
1746 environment variable first. Document this.
1747 (command-line): Ditto.
1748
1749 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1750
1751 * help-mode.el (help-function-def, help-variable-def)
1752 (help-face-def): Print a message in the minibuffer.
1753
1754 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1755
1756 * term/xterm.el (terminal-init-xterm): Fix key bindings
1757 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1758
1759 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1760
1761 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1762 where `(nth 1 command)' is a cons cell. Doc fix.
1763
1764 * textmodes/po.el (po-find-charset): Doc fix.
1765
1766 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1767
1768 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1769 (allout-beginning-of-current-line, allout-end-of-current-line)
1770 (allout-next-visible-heading, allout-open-topic)
1771 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1772 (allout-flag-current-subtree, allout-show-to-offshoot)
1773 (allout-hide-current-entry, allout-show-current-branches)
1774 (allout-hide-region-body, allout-old-expose-topic)
1775 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1776 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1777 containing `beginning-of-line' and `end-of-line' with
1778 `inhibit-field-text-motion' t.
1779
1780 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1781
1782 * frame.el (focus-follows-mouse): Document that it doesn't have
1783 any effect on MS-Windows.
1784
1785 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1788
1789 2006-07-20 Jay Belanger <belanger@truman.edu>
1790
1791 * calc.el (calc-previous-alg-entry): Remove variable.
1792
1793 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1794 New variables.
1795 (calc-alg-entry): Use `calc-alg-entry-history'.
1796 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1797 Remove reference to `calc-previous-alg-entry'.
1798 (calcAlg-edit, calcAlg-enter): Remove reference to
1799 `calc-previous-alg-entry'.
1800 (calcAlg-previous): Use `previous-history-element' instead of
1801 `calc-previous-alg-entry'.
1802 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1803 Change keybinding for `calcAlg-plus-minus', add keybindings for
1804 `previous-history-element' and `next-history-element'.
1805
1806 * calc-rewr.el (calc-match): Remove reference to
1807 `calc-previous-alg-entry'.
1808
1809 * calc-sel.el (calc-selection-history): New variable.
1810 (calc-enter-selection, calc-sel-mult-both-sides)
1811 (calc-sel-add-both-sides): Use `calc-selection-history'.
1812
1813 * calc-map.el (calc-get-operator-history): New variable.
1814 (calc-get-operator): Use `calc-get-operator-history'.
1815
1816 * calcalg3.el (calc-curve-fit-history): New variable.
1817 (calc-curve-fit): Use `calc-curve-fit-history'.
1818
1819 2006-07-20 Kenichi Handa <handa@m17n.org>
1820
1821 * international/mule-cmds.el (select-safe-coding-system): Fix the
1822 way of deciding eol-type of the coding system.
1823
1824 2006-07-20 Alan Mackenzie <acm@muc.de>
1825
1826 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1827 (c-lang-setvar): New macro.
1828 (c-make-init-lang-vars-fun): Use the initialization forms in
1829 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1830 (comment-start, comment-end, comment-start-skip): Change these from
1831 c-lang-defvar's to c-lang-setvar's.
1832
1833 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1834 which calls make-local-variable on the elements of
1835 c-emacs-variable-inits.
1836 (c-init-language-vars-for): Call this new macro.
1837
1838 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1841 Try to rule out false positives due to time stamps.
1842 (compilation-mode-font-lock-keywords): Remove rules made redundant
1843 because of the above change. Add `segmentation fault' to the known and
1844 highlighted compilation termination messages.
1845
1846 2006-07-19 Kim F. Storm <storm@cua.dk>
1847
1848 * progmodes/grep.el (grep-find-ignored-directories):
1849 Add .svn and _darcs to list.
1850
1851 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1852
1853 * dired.el (dired-mode-map): Add key binding `C-te' for
1854 `tumme-dired-edit-comment-and-tags'.
1855
1856 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1857 image display buffer is displayed before call to
1858 `tumme-display-image.
1859 (tumme-dired-display-image): Make sure image display buffer is
1860 displayed before call to `tumme-display-image.
1861 (tumme-mouse-display-image): Make sure image display buffer is
1862 displayed before call to `tumme-display-image.
1863 (tumme-widget-list): Add.
1864 (tumme-dired-edit-comment-and-tags): Add.
1865 (tumme-save-information-from-widgets): Add.
1866
1867 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1870
1871 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1874 Revert inadvertently installed patch hunk.
1875
1876 * progmodes/compile.el (compilation-find-file): Handle the
1877 cases where the user selects a non-existent file.
1878
1879 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1882
1883 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * subr.el (sit-for): Just sleep-for if noninteractive.
1886
1887 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1890
1891 * custom.el (custom-autoload): Add `noset' argument.
1892 (custom-push-theme): Don't autoload the variable, let callers do it.
1893 (custom-theme-set-variables): Autoload the variable if necessary.
1894
1895 * cus-edit.el (custom-variable-state-set): If the variable was
1896 originally set outside custom, but to the same value as the default,
1897 consider it to be standard.
1898
1899 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1900 file *before* telling Emacs to add the autoloads, in case it fails.
1901
1902 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1903 Use `cond', push', and `dolist'.
1904
1905 2006-07-17 Richard Stallman <rms@gnu.org>
1906
1907 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1908 Add defvars to silence warnings.
1909
1910 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1913 Don't highlight "Compiling file" messages as error.
1914
1915 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1916 file already exists.
1917
1918 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1919
1920 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1921 entry, don't assign to free var; simply return the extracted filename.
1922 (ff-treat-as-special): Incorporate common preamble from callers.
1923 (ff-other-file-name, ff-find-the-other-file):
1924 Update call to ff-treat-as-special.
1925
1926 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1927
1928 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1929
1930 * tumme.el (tumme-get-comment): Fix bug.
1931
1932 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * files.el: Remove spurious * in docstrings.
1935
1936 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1937
1938 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1939 grammar.
1940 (allout-beginning-of-current-line): Beware beginning of buffer.
1941 Also, a comment is simplified.
1942 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1943 when appropriate. (This fix enables use for other than
1944 bullet-hotspot operation.)
1945 (allout-hide-current-subtree): While escalating to sibling-close,
1946 make sure to situate on a topic.
1947
1948 2006-07-14 Kim F. Storm <storm@cua.dk>
1949
1950 * emulation/cua-base.el (cua-delete-selection)
1951 (cua-toggle-set-mark): New defcustoms.
1952 (cua-rectangle-modifier-key): Add `alt' modifier.
1953 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1954 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1955 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1956
1957 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1958
1959 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1960
1961 * allout.el: Require 'cl during byte-compilation/interactive load,
1962 for the `assert' macro.
1963 (allout-mode-deactivate-hook): New hook, run when allout mode
1964 deactivates.
1965 (allout-developer): New allout customization subgroup.
1966 (allout-run-unit-tests-on-load): New allout-developer
1967 customization variable, when true allout unit tests are run towards
1968 end of file load/eval.
1969 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1970 auto-fill-mode.
1971 (allout-resumptions): Remove, to be replaced by...
1972 (allout-add-resumptions): Register variable settings to be
1973 reinstated by `allout-do-resumptions'. The settings are made
1974 buffer-local, but the locality/globality of the suspended setting
1975 is restored on resumption.
1976 (allout-do-resumptions): Reinstate all settings suspended using
1977 `allout-add-resumptions'.
1978 (allout-test-resumptions): Unit tests (and intermediate variables)
1979 for resumptions.
1980 (allout-tests-globally-unbound, allout-tests-globally-true)
1981 (allout-tests-locally-true): Intermediate variables for
1982 resumptions unit tests.
1983 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1984 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1985 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1986 instead of retired `allout-resumptions'. For hook functions, use
1987 `local' parameter so hook settings are created and removed as
1988 buffer-local settings. Revise (resumptions) setting
1989 auto-fill-function so it is set only if already active. (The
1990 related fill-function settings are all made in either case, so
1991 that activating auto-fill-mode activity will have the custom
1992 allout-mode behaviors (hanging indent on topics, if configured for it).
1993 Remove all allout-exposure-category overlays on mode deactivation.
1994 (allout-hotspot-key-handler): New function extracted from
1995 `allout-pre-command-business', so the functionality can be used
1996 for other purposes, eg as a binding in an overlay.
1997 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1998 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1999 customization variable.
2000 (allout-run-unit-tests): Run the (currently quite small)
2001 repertoire of unit tests. Called just before the provide iff user
2002 has customized `allout-run-unit-tests-on-load' non-nil.
2003
2004 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
2005
2006 * emacs-lisp/authors.el (authors-aliases): Update.
2007
2008 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
2009
2010 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2011 gdb-source-window. Add dedicated argument.
2012 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2013 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2014 (gdb-display-threads-buffer, gdb-display-memory-buffer)
2015 (gdb-display-locals-buffer): Use it.
2016
2017 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2018 Set gdb-source-window.
2019
2020 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2023 minor modes, redundant with the custom-autoload line above.
2024
2025 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2026
2027 * longlines.el (longlines-post-command-function): Handle open-line too.
2028
2029 2006-07-12 Richard Stallman <rms@gnu.org>
2030
2031 * progmodes/grep.el (grep-last-buffer): Doc fix.
2032
2033 * info.el (Info-try-follow-nearest-node): Doc fix.
2034
2035 * emacs-lisp/edebug.el (edebug-instrument-function):
2036 Err if find-function-noselect gives no position.
2037
2038 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2039 If can't find definition, return nil for position.
2040 (find-function-do-it): Handle new return value
2041 of find-definition-noselect.
2042 (find-definition-noselect, find-variable-noselect): Doc fix.
2043 (find-function-noselect): Doc fix.
2044
2045 * help-mode.el (help-variable-def): Handle find-variable-noselect
2046 returning no position.
2047 (help-function-def): Likewise for find-function-search-for-symbol.
2048 (help-face-def): Likewise.
2049
2050 * help-fns.el (describe-variable): Handle find-variable-noselect
2051 returning no position.
2052
2053 * files.el (locate-file-completion): Avoid duplicates in result.
2054
2055 * cus-edit.el (custom-no-edit): New command.
2056 (custom-mode-map): Remap to custom-no-edit instead of
2057 using suppress-keymap.
2058
2059 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
2060
2061 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2062 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2063 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2064
2065 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2066
2067 2006-07-11 Kim F. Storm <storm@cua.dk>
2068
2069 * ido.el (ido-copy-current-file-name): Use buffer-name if
2070 buffer-file-name is nil.
2071
2072 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * simple.el (undo-ask-before-discard): Set to nil.
2075
2076 * vc.el (vc-exec-after): Don't delete process manually.
2077 (vc-print-log): Run log-view-mode in process sentinel inside
2078 inhibit-read-only. Don't shrink window due to timing issues.
2079
2080 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2081 Avoid using with-output-to-temp-buffer, which clobbers local vars.
2082
2083 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2086 Fix ambiguity introduced by last change.
2087 (compilation-find-file): Move save-excursion to where it may
2088 make sense. Fix a left over `find-file'.
2089
2090 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
2091
2092 * textmodes/texinfmt.el (texinfo-format-separate-node):
2093 Insert a string before point, which fits documentation, not after.
2094 (texinfo-multitable-item): In a multitable row, insert any
2095 additional needed @tabs and spaces.
2096
2097 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
2098
2099 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2100 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2101 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2102 instead of shell-command.
2103 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2104 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2105 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2106 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2107 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2108 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2109
2110 2006-07-11 Kim F. Storm <storm@cua.dk>
2111
2112 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
2113 Remove special case for seconds < 0. Use (redisplay t) instead.
2114
2115 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2118 avoid compilation error.
2119
2120 * subr.el (sit-for): New function.
2121
2122 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2123
2124 2006-07-10 Richard Stallman <rms@gnu.org>
2125
2126 * ldefs-boot.el (edebug): Update page.
2127
2128 2006-07-10 Kim F. Storm <storm@cua.dk>
2129
2130 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2131 to FOR-RELEASE and TODO.
2132
2133 2006-07-10 Romain Francoise <romain@orebokech.com>
2134
2135 * emacs-lisp/authors.el (authors-aliases): Update.
2136
2137 2006-07-10 Alan Mackenzie <acm@muc.de>
2138
2139 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2140 * cc-mode.el: Changes to eradicate eval-after-load.
2141
2142 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2145 on non-char events.
2146
2147 2006-07-09 Romain Francoise <romain@orebokech.com>
2148
2149 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2150 Don't highlight start/end markers as compilation messages.
2151
2152 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2153 to t.
2154
2155 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2158
2159 2006-07-08 Richard Stallman <rms@gnu.org>
2160
2161 * term/x-win.el (x-handle-display): Add doc string.
2162
2163 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2164
2165 * subr.el (def-edebug-spec): Move here.
2166 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2167
2168 * imenu.el (imenu-choose-buffer-index): Doc fix.
2169
2170 2006-07-08 Romain Francoise <romain@orebokech.com>
2171
2172 * term/x-win.el (x-display-name): Fix typo.
2173
2174 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2175
2176 * hexl.el (hexl-find-file): Doc fix.
2177
2178 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2179
2180 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2181
2182 * term/x-win.el (x-display-name): Doc fix.
2183
2184 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2187 long prefixes.
2188 (fill-region-as-paragraph): Don't round up to a whole line.
2189 (fill-comment-paragraph): Don't include the code-before-the-comment
2190 when calling fill-region-as-paragraph.
2191
2192 * international/mule.el (make-char): Remove redundancy.
2193
2194 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2195 property may contain an anonymous function rather than a symbol.
2196
2197 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2198
2199 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2200 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2201
2202 * dirtrack.el (dirtrack-default-directory-function): Remove.
2203 (dirtrack-directory-function): Use file-name-as-directory.
2204 (dirtrack-windows-directory-function): Simplify.
2205 (dirtrack-forward-slash, dirtrack-backward-slash)
2206 (dirtrack-replace-slash): Remove.
2207 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2208 (dirtrack): Fix wrong parenthesizing; use match-string.
2209
2210 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2211 (inferior-octave-mode): Only change the buffer-local value of
2212 comint-dynamic-complete-functions.
2213 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2214 Move the initialization to the declaration.
2215 (inferior-octave-complete): Remove unused var `filter'.
2216
2217 * shell.el (shell-mode): Only change the buffer-local value of
2218 comint-dynamic-complete-functions.
2219
2220 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2221
2222 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2223 entry is skipped because it has been scheduled.
2224 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2225 changing `:org-archived' and `:org-comment' properties.
2226
2227 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * server.el (server-select-display): Don't make the temp frame
2230 minibuffer-only, in case it's not a temp frame.
2231 (server-process-filter): Don't delete the temp frame if it's the
2232 only one we have on that display.
2233
2234 * files.el (find-alternate-file): Doc fix.
2235
2236 2006-07-05 Richard Stallman <rms@gnu.org>
2237
2238 * files.el (abbreviate-file-name): Add save-match-data.
2239
2240 2006-07-03 Richard Stallman <rms@gnu.org>
2241
2242 * faces.el (read-face-name): Doc fix.
2243
2244 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2245
2246 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2247
2248 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2249
2250 * vc.el (vc-diff-internal): Fix prev change.
2251
2252 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2253
2254 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2255 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2256
2257 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2260 fails if the symbol contains chars like ( or '.
2261 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2262 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2263 `short'.
2264
2265 2006-07-04 Kenichi Handa <handa@m17n.org>
2266
2267 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2268 the current one, don't call set-language-environment, but call one
2269 of set-language-environment-XXX to make INFO effective now.
2270 (set-language-environment): Call set-language-environment-XXX
2271 functions instead of doing the various setups directly.
2272 (set-language-environment-coding-systems): Delete argument eol-type.
2273 (set-language-environment-input-method)
2274 (set-language-environment-nonascii-translation)
2275 (set-language-environment-charset)
2276 (set-language-environment-fontset)
2277 (set-language-environment-unibyte): New functions.
2278
2279 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2280
2281 * locate.el (locate-update-when-revert): New option.
2282 (locate-update-path): New option (suggested by Michael Albinus).
2283 (locate-prompt-for-command): Whitespace change.
2284 (locate-update): No longer offer to update the locate database by
2285 default. Implement the two new options.
2286
2287 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2288
2289 * tooltip.el: Move comment about track-mouse...
2290
2291 * progmodes/gud.el: ...to here.
2292
2293 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * facemenu.el (facemenu-listed-faces): New var.
2296 (facemenu-unlisted-faces): Variable deleted.
2297 (facemenu-add-new-face): Use facemenu-listed-faces.
2298
2299 * emulation/viper-init.el, calendar/calendar.el:
2300 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2301
2302 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2303
2304 * textmodes/org.el (org-mode): Remove no invalid settings for
2305 calc embedded mode.
2306 (org-mode-p): New defsubst.
2307 (org-save-all-org-buffers): New function.
2308 (org-first-headline-recenter): Enclose outline-regexp in group
2309 delimiters.
2310 (org-set-tags): Keep single space after stars.
2311
2312 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 * window.el (set-window-text-height): Only set window-min-height to
2315 1 if that's the requested size.
2316
2317 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2318 (diff-unified->context, diff-context->unified)
2319 (diff-reverse-direction): Make sure the end marker stays at the end.
2320 (diff-mode): Add the keymap table at the end of docstring.
2321 Use lexical-let rather than constructing a closure manually.
2322
2323 * files.el (find-file-noselect-1): Remove unused var assignment.
2324 (hack-local-variables-confirm): Print lists of strings as lists of
2325 strings rather than lists of symbols.
2326 (abbreviate-file-name, hack-local-variables-prop-line):
2327 Use match-string.
2328 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2329 (recover-session-finish): Use line-end-position.
2330
2331 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2332
2333 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2334
2335 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2336
2337 * progmodes/make-mode.el (makefile-macroassign-regex):
2338 Accept preceding keyword.
2339 (makefile-gmake-statements): Reorganize, now that makepp has
2340 "override" and also handle forgotten "override define".
2341 (makefile-makepp-statements): Add new "global", "override export"
2342 and "override global".
2343
2344 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2347 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2348 (ada-no-auto-case): Fix typos in docstrings.
2349
2350 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2351
2352 * info.el (Info-find-node-2): Search for makeinfo version more
2353 carefully.
2354
2355 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2356
2357 * textmodes/org.el (org-prepare-agenda-buffers):
2358 Use `invisible-OK' argument for `org-end-of-subtree'.
2359 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2360 (org-beginning-of-item): Fix bug in regular expression for white line.
2361 (org-export-as-html): Enforce space after bullet in plain list items.
2362 (org-set-autofill-regexps): Require space after plain list bullet
2363 for paragraph-start.
2364 (org-ts-regexp3): New constant.
2365 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2366 (org-timestamp-up-day, org-timestamp-down-day)
2367 (org-timestamp-change): Work with inactive timestamps.
2368 (org-ts-regexp1): Don't allow brackets in time stamps.
2369
2370 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2371
2372 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2373 for ignoring links.
2374
2375 * faces.el (read-face-name): Use it.
2376
2377 2006-06-28 Juri Linkov <juri@jurta.org>
2378
2379 * buff-menu.el (list-buffers-noselect): Compare Info file
2380 with the string "dir" to detect Info directory.
2381
2382 * complete.el (partial-completion-mode): In lambda for
2383 `choose-completion-string-functions' use full function signature
2384 with 4 args, and move point to the end of the minibuffer only if arg
2385 `mini-p' is non-nil.
2386
2387 2006-06-28 John Paul Wallington <jpw@pobox.com>
2388
2389 * ibuffer.el (ibuffer-mode): Doc fix.
2390
2391 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2392
2393 * textmodes/org.el (org-context): New contexts :item-bullet,
2394 :latex-fragment, :latex-preview.
2395 (org-overlays-at, org-overlay-start, org-overlay-end):
2396 New compatibility functions.
2397 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2398 exact regexp that will be used during export.
2399 (org-latex-regexps): New variable.
2400 (org-cdlatex-mode): Improve advice for `texmathp'.
2401 (turn-on-org-cdlatex): New function.
2402
2403 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2404
2405 * term/mac-win.el (mac-handle-font-selection): Change keys of
2406 mac-atsu-font-table from strings to numbers.
2407 (mac-ts-caret-position): Use also when cursor-type is nil.
2408 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2409 Relax condition for using overlay strings.
2410 Use mac-ts-caret-position face when cursor-type is nil.
2411
2412 2006-06-26 Kim F. Storm <storm@cua.dk>
2413
2414 * help.el (view-emacs-news): Declare `res' in the right let* form.
2415
2416 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2417
2418 * net/rcompile.el (remote-compile): Replace ange-ftp based
2419 implementation by Tramp functions.
2420 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2421
2422 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2423
2424 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2425
2426 * international/fontset.el (setup-default-fontset): Fix a typo in
2427 the "Oriya-Akruti" registry name.
2428
2429 2006-06-23 Lars Hansen <larsh@soem.dk>
2430
2431 * desktop.el (desktop-full-file-name): New function.
2432 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2433 (desktop-revert): Use it.
2434 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2435 (desktop-after-read-hook): Add option list-buffers.
2436 (desktop-locals-to-save): Add tab-width.
2437 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2438 Fix docstring.
2439
2440 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2441
2442 * textmodes/org.el (org-cdlatex-mode-map)
2443 (org-cdlatex-texmathp-advice-is-done): New variables.
2444 (org-cdlatex-mode): New minor mode.
2445 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2446 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2447 (org-export-with-archived-trees): New option.
2448 (org-open-file): Remove the call to `convert-standard-filename'.
2449 (org-archive-tag, org-agenda-skip-archived-trees)
2450 (org-cycle-open-archived-trees)
2451 (org-sparse-tree-open-archived-trees): New options.
2452 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2453 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2454 New functions.
2455 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2456 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2457 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2458 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2459 Call `org-prepare-agenda-buffers'.
2460 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2461 (org-file-apps, org-file-apps-defaults-gnu)
2462 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2463 Handle remote files by forcing them to be opened in Emacs.
2464
2465 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2466
2467 * vc.el (vc-diff-knows-L): New variable.
2468 (vc-diff-internal): Use it to handle "diff" programs that don't
2469 understand -L. This works automatically, no user action is necessary.
2470
2471 2006-06-23 Daniel Brockman <daniel@brockman.se>
2472
2473 * net/rcirc.el (rcirc-default-user-full-name): Default to
2474 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2475 longer exists).
2476 (rcirc-process-list): Check `buffer-live-p' before attempting to
2477 switch to a buffer.
2478
2479 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2480
2481 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2482 based on rcirc-coding-system-alist.
2483
2484 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2485
2486 * cus-edit.el (customize-apropos): A better error message.
2487 (top level) <debug-ignored-errors>: Extend and update the list of
2488 ignored error messages.
2489
2490 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2491
2492 * complete.el (PC-do-completion): Retain capitalization of user
2493 input, when possible, even if completion-ignore-case is set.
2494
2495 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2496
2497 * generic-x.el (bat-generic-mode): Support .cmd files.
2498
2499 * dos-w32.el (top level): Use find-file-not-found-functions
2500 instead of the obsolete find-file-not-found-hooks.
2501
2502 2006-06-22 Kim F. Storm <storm@cua.dk>
2503
2504 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2505 to recognize mode name containing submodes, such as Grep/lw.
2506
2507 2006-06-21 Kim F. Storm <storm@cua.dk>
2508
2509 * simple.el (line-move-1): Check for move-end-of-line instead of
2510 end-of-line when setting temporary-goal-column.
2511
2512 2006-06-21 Miles Bader <miles@gnu.org>
2513
2514 * play/cookie1.el (cookie): Work properly when there's only one entry.
2515
2516 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2517
2518 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2519 (gdb-frame-handler): Generalize frame regexp for templates.
2520
2521 2006-06-20 Glenn Morris <rgm@gnu.org>
2522
2523 * calendar/appt.el (appt-display-format): Default value must be
2524 one of the customize options.
2525
2526 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2527
2528 * term/xterm.el (terminal-init-xterm): Update key availability info.
2529 Bind C-return.
2530
2531 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2532
2533 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2536 whether or not a local variables list is defined.
2537
2538 * msb.el (msb): Move `sit-for' hack here to handle both
2539 "mouse-down and drag" and "mouse-up and select" situations.
2540 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2541
2542 2006-06-20 Kenichi Handa <handa@m17n.org>
2543
2544 * international/characters.el (word-combining-categories):
2545 Add entries for 2-byte Han characters.
2546
2547 2006-06-19 Richard Stallman <rms@gnu.org>
2548
2549 * bindings.el (mode-line-format): Save some mode line space.
2550
2551 * files.el (find-file-noselect): Improve the question wording.
2552 (basic-save-buffer-2): Mask UMASK against 666.
2553
2554 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2555 (mouse-drag-vertical-line): Call it.
2556
2557 * cus-edit.el (customize-option, customize-option-other-window):
2558 Error if SYMBOL is nil.
2559
2560 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2561
2562 * textmodes/org.el: Require noutline, also on XEmacs.
2563 (org-end-of-subtree): Return point.
2564 (org-dblock-start-re, org-dblock-end-re): New constants.
2565 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2566 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2567 (org-update-all-dblocks, org-find-dblock): New functions.
2568 (org-collect-clock-time-entries): New function.
2569 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2570 (org-fixup-indentation): Modify to deal correctly with lines
2571 starting with TAB. Only one argument DIFF now.
2572 (org-demote, org-promote): Call `org-fixup-indentation' with just
2573 one argument, DIFF.
2574 (org-mode): Don't mark buffer as modified when aligning tables.
2575 (org-clock-sum): Don't mark buffer modified when adding time sum
2576 properties.
2577 (org-export-as-html): Add support for a link validation function.
2578 (org-archive-all-done): New function.
2579 (org-archive-subtree): New prefix argument. When set, archive all
2580 done subtrees in this buffer.
2581 (org-remove-clock-overlays)
2582 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2583 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2584 (org-put-clock-overlay): Don't swallow last headline character
2585 when displaying overlay.
2586 (org-store-link): Link to `image-mode' with just the file name.
2587
2588 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2589
2590 * viper-cmd.el (viper-special-read-and-insert-char):
2591 Use read-key-sequence.
2592 (viper-after-change-undo-hook): Misc enhancements.
2593 (viper-after-change-undo-hook): New hook.
2594 (viper-undo): Use viper-after-change-undo-hook.
2595 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2596 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2597 clicking on that widget/button.
2598
2599 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2600
2601 * ediff-diff (ediff-test-patch-utility): Catch errors.
2602 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2603 (ediff-set-actual-diff-options): New function.
2604 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2605 Use ediff-set-actual-diff-options.
2606 (ediff-extract-diffs): Catch errors.
2607 (ediff-whitespace): Add non-breakable space.
2608 (ediff-same-file-contents): Catch errors.
2609
2610 * ediff-mult.el (ediff-collect-custom-diffs):
2611 Save coding-system-for-read.
2612
2613 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2614 (ediff-vc-internal, ediff-vc-merge-internal):
2615 Use ediff-delete-version-file.
2616 (ediff-delete-version-file): New function.
2617
2618 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2619
2620 * ediff.el (ediff-directories, ediff-directory-revisions)
2621 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2622 (ediff-directories-internal, ediff-merge-directory-revisions)
2623 (ediff-merge-directory-revisions-with-ancestor)
2624 (ediff-directories3): Use read-directory-name.
2625
2626 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2627
2628 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2629 Remove superfluous part of regexp for brace matching which is handled
2630 by `scan-lists' call.
2631
2632 2006-06-16 Richard Stallman <rms@gnu.org>
2633
2634 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2635
2636 * files.el (basic-save-buffer-2): For a new precious file,
2637 use the default modes in the return value.
2638
2639 * facemenu.el (facemenu-color-alist): Doc fix.
2640
2641 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2642
2643 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2644
2645 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2646
2647 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2648 (mac-utxt-to-string): Use it.
2649 (mac-ts-update-active-input-area): Use mac-ae-number.
2650
2651 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2652
2653 * term.el (term-handle-scroll, term-delete-lines)
2654 (term-insert-lines): Fix off by one errors.
2655
2656 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2657
2658 * net/tramp.el (tramp-touch): Use UTC to express time.
2659
2660 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2661
2662 * mail/sendmail.el (mail-send): Search explicitly for
2663 mail-header-separator when checking for corrupted header lines.
2664
2665 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2666
2667 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2668 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2669 (gdb-init-1): Initialise them.
2670 (gdb-starting): Reset gdb-printing
2671 (gdb-starting): Save value of gud-overlay-arrow-position.
2672 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2673 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2674 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2675 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2676
2677 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2680
2681 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2682
2683 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2684 (ldap-search-internal): Keep error messages, and a regexp fix.
2685
2686 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2687
2688 * files.el (hack-local-variables-confirm):
2689 Display string value using its printed representation.
2690
2691 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * server.el (server-edit): No-op if no server buffers exist.
2694
2695 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2696
2697 * textmodes/page-ext.el (pages-directory-for-addresses):
2698 Including `pages-directory-address-mode' in the function results
2699 in the message "Buffer in which pages were found is deleted".
2700
2701 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2702
2703 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2704 clocking functions.
2705
2706 (org-agenda-clock-in, org-check-running-clock)
2707 (org-clock-out-if-current, org-remove-clock-overlays)
2708 (org-put-clock-overlay): New functions.
2709 (org-clock-marker, org-clock-file-total-minutes)
2710 (org-clock-overlays): New variables.
2711 (org-clock-display, org-clock-sum, org-clock-cancel)
2712 (org-clock-out, org-clock-in): New commands.
2713 (org-export): New function.
2714 (org-emph-re): New constant.
2715 (org-set-emph-re, org-do-emphasis-faces): New functions.
2716 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2717 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2718 (org-export-html-convert-emphasize): Use the configurable emphasis.
2719 (org-cleaned-string-for-export): Make multiline emphasis visible
2720 to the exporter. New optional argument PARAMETERS.
2721 (org-export-as-html): Specify :emph-multiline parameter to
2722 `org-cleaned-string-for-export'.
2723
2724 2006-06-10 Richard Stallman <rms@gnu.org>
2725
2726 * help.el (help-for-help-internal): Clean up help text.
2727
2728 2006-06-10 Andreas Schwab <schwab@suse.de>
2729
2730 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2731 in doc string.
2732
2733 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2734
2735 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2736
2737 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2738 spaces after the comment start.
2739
2740 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2741
2742 * play/pong.el (pong-init-buffer):
2743 Fill buffer with spaces instead of ^A.
2744
2745 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2746 launched asynchronously, delete its process instead of being cool.
2747 (ispell-async-processp): Check for `delete-process' existence
2748 instead of `kill-process' one for consistency.
2749
2750 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2751
2752 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2753 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2754 in mode line at startup.
2755
2756 2006-06-08 Kim F. Storm <storm@cua.dk>
2757
2758 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2759 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2760 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2761 (ido-file-internal): Pass full file name to write-file.
2762 (ido-read-internal): Only pop stack elements automatically if they
2763 actually match an existing directory or file name.
2764
2765 2006-06-07 Kenichi Handa <handa@m17n.org>
2766
2767 * international/mule.el (find-auto-coding): Don't handle the short
2768 name `char-trans'.
2769
2770 * files.el (hack-local-variables-prop-line)
2771 (hack-local-variables): Cancel the previous change.
2772
2773 2006-06-06 Jesper Harder <harder@phys.au.dk>
2774
2775 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2776
2777 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2780 diff-default-read-only is non-nil.
2781 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2782 (diff-refine-hunk): Set inhibit-read-only to t.
2783
2784 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2785 modifying the *Diff* buffer.
2786 (diff-process-filter): New filter function for diff process that
2787 sets inhibit-read-only to t when modifying the *Diff* buffer.
2788
2789 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2790
2791 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2792 insertion point and control the number of empty lines.
2793 (org-paste-subtree): Limit the number of empty lines at the end of
2794 the inserted tree.
2795 (org-agenda): Use buffer name of current file for narrowing.
2796 (org-export-as-xml): Command removed.
2797 (org-export-xml-type): Option removed.
2798 (org-mode-map): Call `org-export-as-xoxo' directly.
2799 (org-get-indentation): New optional argument LINE.
2800 (org-fix-indentation, org-remove-tabs): New functions.
2801 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2802 correct indentation for headlines that are converted it items.
2803 (org-skip-comments): Remove table lines that contain narrowing
2804 cookies but no other non-empty fields.
2805 (org-set-tags): Allow groups of mutually exclusive tags.
2806 (org-cmp-time): Sort 24:21 before items without time.
2807 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2808 (org-open-at-point): Require double colon also for numbers.
2809
2810 2006-06-06 Kim F. Storm <storm@cua.dk>
2811
2812 * ido.el (ido-default-file-method, ido-default-buffer-method):
2813 Make choice values consistent with corresponding command names.
2814 (ido-visit-buffer): Update accordingly. Default to selected-window.
2815
2816 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2817
2818 * progmodes/gud.el (gud-running): Fix doc string.
2819 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2820 (gud-tooltip-modes): Add python-mode.
2821 (gud-tooltip-print-command): Add pdb. Remove perldb.
2822
2823 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2824
2825 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2826 Quote $(EMACS).
2827
2828 2006-06-05 Richard Stallman <rms@gnu.org>
2829
2830 * faces.el (defined-colors): Doc fix.
2831
2832 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2833
2834 * vc.el (vc-process-filter): Inhibit undo info collection around
2835 call to insert.
2836 (vc-setup-buffer): Likewise for call to erase-buffer.
2837 (vc-do-command): Likewise for call to process-file.
2838
2839 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2840
2841 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2842 for gud-go.
2843 (gud-common-init): Other debuggers may trigger error.
2844
2845 2006-06-05 Kenichi Handa <handa@m17n.org>
2846
2847 * international/mule.el (find-auto-coding):
2848 Handle enable-character-translation in file header.
2849
2850 2006-06-04 Kim F. Storm <storm@cua.dk>
2851
2852 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2853 (authors-fixed-entries): Fix spelling.
2854 (authors-canonical-file-name): Don't report error for wildcards.
2855
2856 * help.el (view-emacs-news): Rewrite to support new NEWS,
2857 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2858 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2859 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2860
2861 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2862
2863 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2864 exec constructs like `foo bar`.
2865 (sh-quoted-subshell): New helper function to search for a possibly
2866 nested subshell (like `` or $()) within a "" quoted string.
2867 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2868 (sh-apply-quoted-subshell): Flag quote characters inside a
2869 subshell, which is itself already in a quoted region, as
2870 punctuation, since this is the closest to what they actually are.
2871 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2872 sh-apply-quoted-subshell.
2873 (sh-font-lock-syntactic-face-function): Apply the new face for
2874 text inside `` instead of the old font-lock-string-face.
2875
2876 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2877
2878 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2879 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2880 (mac-bytes-to-text-range, mac-ae-text-range-array)
2881 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2882 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2883 (mac-ts-unicode-for-key-event): New functions.
2884 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2885 (mac-handle-font-selection): Use mac-ae-number.
2886 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2887 New variables.
2888 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2889 (mac-ts-converted-text, mac-ts-selected-converted-text)
2890 (mac-ts-block-fill-text, mac-ts-outline-text)
2891 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2892 (mac-ts-hilite-style-faces): New constant.
2893 (mac-apple-event-map): Bind text input events.
2894 (mac-dispatch-apple-event): Use command-execute instead of
2895 call-interactively.
2896 (global-map): Don't bind mac-apple-event.
2897 (special-event-map): Bind mac-apple-event.
2898
2899 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2900
2901 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2902 file name.
2903 (emacs): Enclose the value of $(EMACS) in quotes.
2904
2905 2006-06-02 Juri Linkov <juri@jurta.org>
2906
2907 * international/mule.el (sgml-html-meta-auto-coding-function):
2908 Remove the condition `(search-forward "<html" size t)'.
2909 Replace `\"' with `[\"']?' in `re-search-forward'.
2910
2911 2006-06-02 Kenichi Handa <handa@m17n.org>
2912
2913 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2914 as well as `coding'.
2915 (hack-local-variables): Likewise.
2916
2917 * international/mule.el (enable-character-translation):
2918 Put permanent-local and safe-local-variable properties.
2919 (find-auto-coding): Handle char-trans: tag.
2920
2921 2006-06-02 Juri Linkov <juri@jurta.org>
2922
2923 * international/mule.el (sgml-html-meta-auto-coding-function):
2924 Limit the search by the end of the HTML header (if any).
2925
2926 2006-06-01 Richard Stallman <rms@gnu.org>
2927
2928 * subr.el (with-current-buffer): Doc fix.
2929
2930 2006-06-02 Masatake YAMATO <jet@gyve.org>
2931
2932 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2933 Almost rewrite. Underlines over all lines of gcov output are too
2934 uncomfortable to read. Suggested by Dan Nicolaescu.
2935
2936 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2937
2938 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2939
2940 * shell.el (shell-mode): Use shell-mode-map in docstring.
2941
2942 * comint.el (comint-send-input): Do not add help-echo and
2943 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2944
2945 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2946
2947 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2948
2949 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2950
2951 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2952 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2953 look up the stack and pop up GUD buffer if necessary.
2954 (gdb-frames-select): Remove redundant call to gud-display-frame.
2955 (gdb-info-threads-custom): Keep point at start of buffer.
2956 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2957
2958 2006-05-31 Juri Linkov <juri@jurta.org>
2959
2960 * replace.el (query-replace-read-from, query-replace-read-to):
2961 Bind `history-add-new-input' to nil. Call `add-to-history'.
2962
2963 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2964
2965 * textmodes/table.el: Convert all HTML tags to lower case for
2966 XHTML compatibility.
2967
2968 2006-05-31 Masatake YAMATO <jet@gyve.org>
2969
2970 * progmodes/compile.el:
2971 (compilation-error-regexp-alist-alist::gcov-called-line):
2972 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2973
2974 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2975
2976 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2977 Revert inadvertent changes made with last commit.
2978
2979 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2980
2981 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2982 New functions.
2983
2984 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2985
2986 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2987
2988 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2989 only matches in the right place.
2990 (org-upcoming-deadline): New face.
2991 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2992 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2993 and make it an option.
2994 (org-export-ascii-bullets): New option.
2995 (org-export-as-html): Many changes to emit valid XHTML.
2996 (org-par-open): New variable.
2997 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2998 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2999 (org-timeline): Pass `org-timeline-show-empty-dates' to
3000 `org-get-all-dates'. Interpret empty dates returned by
3001 `org-get-all-dates'.
3002 (org-get-all-dates): New argument EMPTY. Add dates without
3003 entries to the list, mark large ranges of empty dates.
3004 (org-point-in-group, org-context): New functions.
3005
3006 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
3007
3008 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3009
3010 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3011 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3012 to C-mouse-3 (for 2 button mice).
3013 (gdb-send): Do the right thing for C-d.
3014
3015 * speedbar.el (speedbar-detach): Delete.
3016 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3017 it breaks things.
3018 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3019
3020 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
3021
3022 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3023 Makeppfile.
3024
3025 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3026 Add makepp diagnostic.
3027
3028 2006-05-29 Richard Stallman <rms@gnu.org>
3029
3030 * window.el (fit-window-to-buffer): Doc fix.
3031
3032 * help.el (temp-buffer-max-height): Doc fix.
3033
3034 * subr.el (with-current-buffer): Doc fix.
3035
3036 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3037
3038 * term/x-win.el: Bind F10 to menu-bar-start if available.
3039
3040 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
3041
3042 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3043 uses with a simple test.
3044 (term-set-escape-char, term-mode, term-check-kill-echo-list)
3045 (term-send-raw-string, term-send-raw, term-mouse-paste)
3046 (term-char-mode, term-line-mode, term-exec, term-sentinel)
3047 (term-handle-exit, term-read-input-ring)
3048 (term-previous-matching-input-string)
3049 (term-previous-matching-input-string-position)
3050 (term-previous-matching-input-from-input)
3051 (term-replace-by-expanded-history, term-send-input)
3052 (term-skip-prompt, term-bol, term-send-invisible)
3053 (term-kill-input, term-delchar-or-maybe-eof)
3054 (term-backward-matching-input, term-check-source)
3055 (term-proc-query, term-emulate-terminal)
3056 (term-handle-colors-array, term-process-pager, term-pager-line)
3057 (term-pager-bob, term-unwrap-line, term-word)
3058 (term-dynamic-complete-filename)
3059 (term-dynamic-complete-as-filename)
3060 (term-dynamic-simple-complete): Replace one arm ifs with whens or
3061 unlesses.
3062
3063 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3066 during bootstrapping.
3067
3068 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3069 Basically undo the change of 2006-05-26: use extra arguments instead of
3070 dynamic scoping.
3071 (ewoc-locate): Remove unused var `footer'.
3072
3073 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3076
3077 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3078 (generate-file-autoloads): Obey it. Return whether autoloads were
3079 added at point or not.
3080 (update-file-autoloads): Use this new return value.
3081 Remove redundant test for the presence of an autoload cookie.
3082
3083 * emacs-lisp/autoload.el (autoload-find-file): New fun.
3084 This one calls hack-local-variables.
3085 (generate-file-autoloads, update-file-autoloads): Use it.
3086
3087 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3088 (bibtex-sort-entry-class): Add safe-local-variable predicate.
3089 (bibtex-sort-entry-class-alist): Don't set the global value.
3090 (bibtex-init-sort-entry-class-alist): New fun.
3091 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3092 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3093 of bibtex-init-sort-entry-class.
3094
3095 2006-05-28 Richard Stallman <rms@gnu.org>
3096
3097 * subr.el (load-history-regexp): If FILE is relative, insist
3098 entire last name component must match it.
3099 (load-history-filename-element, load-history-regexp): Doc fixes.
3100
3101 2006-05-29 Kim F. Storm <storm@cua.dk>
3102
3103 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3104 `pos' and `raw-data' for clarity, as eval forms may access these.
3105
3106 2006-05-28 Kim F. Storm <storm@cua.dk>
3107
3108 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3109
3110 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * progmodes/make-mode.el (makefile-browser-map)
3113 (makefile-mode-syntax-table): Move initialization inside declaration.
3114 (makefile-fill-paragraph): Use the default comment-filling code.
3115
3116 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
3117
3118 * replace.el (query-replace-defaults): New variable.
3119 (query-replace-read-from): Use `query-replace-defaults' for
3120 default value, instead of history list.
3121 (query-replace-read-to): Update `query-replace-defaults'.
3122
3123 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3126 with no X toolkit.
3127
3128 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
3129
3130 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3131 (tumme-show-all-from-dir): Add autoload.
3132
3133 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3134
3135 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3136 (tumme-remove-tag): Fix bug.
3137
3138 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3139
3140 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3141 FOOTER args. Update unique caller.
3142 (ewoc-delete): Compute last node once before looping.
3143 (ewoc--node-branch): Merge into unique caller.
3144 (ewoc--node): Don't define constructor make-ewoc--node for this
3145 structure.
3146 (ewoc): Add member `hf-pp' to this structure.
3147 (ewoc--wrap): New func.
3148 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
3149 header/footer pretty-printers. Save header/footer pretty-printer.
3150 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
3151
3152 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3153
3154 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3155
3156 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3157 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
3158 Tag'. Change "Compare directories..." to "Change Directories...".
3159 Move tumme commands to Operate, Regexp and Immediate menus.
3160 Change "Add Comment" to "Add Image Comment". Change "Add Image
3161 Tag" to "Add Image Tags".
3162
3163 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3164 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3165 `tumme-delete-tag'.
3166
3167 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
3168
3169 * shell.el (shell-mode): Call shell-dirtrack-mode after
3170 list-buffers-directory is made a local variable, to avoid setting
3171 the default value.
3172
3173 2006-05-26 Kevin Ryde <user42@zip.com.au>
3174
3175 * info.el (Info-index-next): Use where-is-internal to report
3176 actual binding of Info-index-next, rather than hard-coded `,'.
3177
3178 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3179
3180 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3181 and "Find Command in Manual" to here.
3182
3183 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3184 Info-current-file as the file name.
3185
3186 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3187
3188 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3189 overrides will now be done a different way.
3190 (ses-set-parameter): Reapply this function for undo.
3191 (ses-set-header-row): Reconstruct header row during undo.
3192 (ses-widen): New function.
3193 (ses-goto-data, ses-reconstruct-all): Use new function.
3194 (ses-command-hook): Widen buffer during undo, before unupdating
3195 the cells.
3196 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3197 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3198 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3199 formula hasn't been executed yet.
3200
3201 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3202
3203 * comint.el (comint-kill-whole-line): Rename arg to count.
3204 Fix doc string.
3205
3206 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3209 to copy-file.
3210
3211 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3212
3213 * simple.el (toggle-truncate-lines): Make arg optional for
3214 backward compatibility.
3215
3216 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3217
3218 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3219 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3220 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3221 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3222 (ewoc--adjust): Use ewoc--current-dll.
3223 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3224
3225 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3226
3227 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3228 compact error message.
3229 (org-tags-view): Refresh category table in each file.
3230 (org-table-justify-field-maybe): Remove superfluous arguments to
3231 `format'.
3232 (org-export-as-html): Insert "<p>" before postamble.
3233 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3234
3235 2006-05-26 Kenichi Handa <handa@m17n.org>
3236
3237 * textmodes/po.el (po-find-charset): Pay attention to the case
3238 FILENAME is a cons (NAME . BUFFER).
3239 (po-find-file-coding-system-guts): Likewise.
3240
3241 * arc-mode.el (archive-set-buffer-as-visiting-file):
3242 Call find-operation-coding-system with (FILENAME . BUFFER).
3243
3244 * tar-mode.el (tar-extract): Call find-operation-coding-system
3245 with (FILENAME . BUFFER).
3246
3247 * international/mule.el (decode-coding-inserted-region):
3248 Call find-operation-coding-system with (FILENAME . BUFFER).
3249
3250 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * image-mode.el (image-toggle-display): Use buffer contents to
3253 generate image for a remote file.
3254
3255 2006-05-25 Juri Linkov <juri@jurta.org>
3256
3257 * replace.el (query-replace-read-from, query-replace-read-to):
3258 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3259
3260 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3261
3262 * whitespace.el (whitespace-cleanup): Change to cleanup
3263 region if one is active.
3264 * whitespace.el (whitespace-cleanup-internal): New internal method.
3265
3266 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3267
3268 * dired.el (dired-mode-map): Add help-echo strings to tumme
3269 commands. Bind `tumme-dired-display-image' to C-t i.
3270
3271 * tumme.el (tumme-display-image): Change documentation string slightly.
3272 (tumme-dired-display-image): Add call to `display-buffer'.
3273
3274 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3275
3276 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3277 Signal error if RAW-DATA is a multibyte string.
3278
3279 2006-05-24 Richard Stallman <rms@gnu.org>
3280
3281 * subr.el (with-local-quit): When handling `quit' signal,
3282 make a chance for quit-flag to cause a quit.
3283
3284 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3285 (ad-disable-advice): Add autoloads.
3286
3287 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3288
3289 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3290
3291 * dired.el (dired-mode-map): Change menu items for tumme as per
3292 suggestions in emacs-devel.
3293
3294 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3295
3296 * dired.el (dired-mode-map): Fix breakage.
3297
3298 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3299
3300 * tumme.el (tumme-display-dired-image): Rename to...
3301 (tumme-dired-display-image): ...this.
3302 (tumme-track-movement): Change default value to t.
3303 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3304 used from `tumme-next-line-and-display' and similar commands.
3305
3306 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3307 Immediate menu. Add some tumme commands there.
3308
3309 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3310
3311 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3312
3313 2006-05-24 Chong Yidong <cyd@mit.edu>
3314
3315 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3316 menu entries that open submenus.
3317
3318 2006-05-24 Alan Mackenzie <acm@muc.de>
3319
3320 * startup.el (command-line): For names of preloaded files, don't
3321 append ".elc" (now done in Fload), and call file-truename on the
3322 lisp directory.
3323
3324 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3325 match ANY loaded file with the right name, not just those in
3326 load-path. Put a regexp matching the file name into
3327 after-load-alist, rather than the name itself.
3328
3329 * subr.el: New functions load-history-regexp,
3330 load-history-filename-element, do-after-load-evaluation.
3331
3332 * international/mule.el (load-with-code-conversion): Do the
3333 eval-after-load stuff by calling do-after-load-evaluation.
3334
3335 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3336
3337 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3338 has not been killed.
3339
3340 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3341
3342 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3343 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3344 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3345 Optionally set error message in reply.
3346
3347 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3348
3349 * textmodes/org.el (org-open-at-point): Use renamed variable
3350 `org-confirm-shell-link-function'.
3351 (org-confirm-shell-link-function): Rename from
3352 `org-confirm-shell-links'.
3353 (org-export-directory): New function.
3354 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3355 (org-export-icalendar): Use `org-export-directory'.
3356 (org-indent-item): Keep cursor position.
3357 (org-link-file-path-type): New option.
3358 (org-export-as-html): Fix bug with plain lists starting in
3359 column 0.
3360 (org-export-as-html): Remove deadline formatting, this happens
3361 now already in `org-html-handle-time-stamps'.
3362 (org-export-html-style): Deadline class removed.
3363 (org-insert-labeled-timestamps-at-point): New option.
3364 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3365 of `hide-sublevels 1', in case the first headline is not level 1.
3366 (org-overview, org-content): New fuction.
3367 (org-cycle-global-status, org-cycle-subtree-status): Make these
3368 variables buffer-local.
3369 (org-global-cycle): New command.
3370 (org-shifttab): Use `org-global-cycle'.
3371 (org-insert-heading, org-insert-item): Go to end of new
3372 headline/item after creating it.
3373 (org-export-visible): Rename from `org-export-copy-visible'.
3374 Now creates a temporary org-file and applies an exporting command
3375 to it.
3376 (org-table-eval-formula): Support for lisp forms.
3377 (org-agenda-todo-ignore-scheduled): New option.
3378 (org-agenda-get-todos): Use new option
3379 `org-agenda-todo-ignore-scheduled'.
3380 (org-export-html-inline-images): New value `maybe'.
3381 (org-export-as-html): Inlining of images dependent on link description.
3382 (org-archive-subtree): Check for end-of-buffer before trying
3383 `kill-line'.
3384 (org-agenda-follow-mode): New option.
3385 (org-export-with-tags, org-export-with-timestamps): New options.
3386 (org-html-handle-time-stamps): New function.
3387 (org-keyword-time-regexp): New variable.
3388 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3389 (org-agenda-todo-list-sublevels): New option.
3390 (org-html-level-start): When TITLE is nil, just close all levels.
3391 (org-parse-key-lines, org-parse-export-options): Remove functions,
3392 replaced by `org-infile-export-plist'.
3393 (org-combine-plists, org-infile-export-plist)
3394 (org-default-export-plist): New functions.
3395 (org-export-html-preamble, org-export-html-postamble)
3396 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3397 New variables.
3398 (org-export-publishing-directory): New option.
3399 (org-export-as-html, org-export-as-ascii): Use the new property
3400 lists for settings.
3401 (org-export-copy-visible, org-export-as-xoxo):
3402 Respect `org-export-publishing-directory'.
3403 (org-link-search, org-store-link, org-file-apps): Support for
3404 links to BibTeX database entries..
3405 (org-get-current-options, org-set-regexps-and-options):
3406 Implement logging as a startup option.
3407 (org-store-link): Make sure context string is never empty
3408 (org-insert-link): Use relative path when possible.
3409 (org-at-item-checklet-p): New function.
3410 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3411 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3412 (org-metaright, org-metaup, org-metadown, org-shiftup)
3413 (org-shiftdown, org-shiftright, org-shiftleft)
3414 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3415 Dispatch using `call-interactively'.
3416 (org-call-with-arg): New defsubst.
3417 (org-tag-alist, org-use-fast-tag-selection): New options.
3418 (org-complete): Use `org-tag-alist'.
3419 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3420 (org-next-item, org-previous-item): New commands.
3421 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3422 make command.
3423 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3424
3425 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3426
3427 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3428 (ewoc-filter): Use `ewoc-delete'.
3429
3430 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3431
3432 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3435 Signal more user-friendly error messages.
3436
3437 * complete.el (PC-do-completion): Undo the addition of implicit
3438 wildcards if they did not lead to finding any match.
3439 (read-file-name-internal): Don't add the final > if the completion is
3440 not finished.
3441
3442 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3443
3444 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3445 Quote safe-local-variable predicate.
3446
3447 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3448
3449 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3450
3451 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3452
3453 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3454
3455 * progmodes/make-mode.el (makefile-special-targets-list)
3456 (makefile-macro-table, makefile-target-table): Mark as risky.
3457 (makefile-query-one-target-method): Make this the alias for the
3458 following variable.
3459 (makefile-query-one-target-method-function): Make this the real name.
3460
3461 * textmodes/artist.el (artist-text-renderer): Make this the alias
3462 for the following variable.
3463 (artist-text-renderer-function): Make this the real name.
3464
3465 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3466 the alias for the following variable.
3467 (flyspell-generic-check-word-predicate): Make this the real name.
3468
3469 * textmodes/ispell.el (ispell-format-word): Make this the alias
3470 for the following variable.
3471 (ispell-format-word-function): Make this the real name.
3472 (ispell-message-text-end): Mark as risky.
3473
3474 * skeleton.el (skeleton-transformation, skeleton-filter)
3475 (skeleton-pair-filter): Make these the aliases for the following
3476 variables.
3477 (skeleton-transformation-function, skeleton-filter-function)
3478 (skeleton-pair-filter-function): Make these the real names.
3479
3480 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3481 and skeleton-pair-filter-function.
3482
3483 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3484 alias for the following variable.
3485 (sgml-transformation-function): Make this the real name.
3486 (sgml-tag-alist): Mark as risky.
3487
3488 2006-05-21 Richard Stallman <rms@gnu.org>
3489
3490 * simple.el (kill-region): Interactively, pass point, then mark.
3491
3492 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3493
3494 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3495
3496 2006-05-21 Romain Francoise <romain@orebokech.com>
3497
3498 * dired-x.el (dired-mode-map): Don't bind M-g.
3499
3500 2006-05-20 Richard Stallman <rms@gnu.org>
3501
3502 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3503 (dired-goto-file): Doc fix.
3504
3505 2006-05-21 Kim F. Storm <storm@cua.dk>
3506
3507 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3508 way to enable built-in cua-mode if user loads older CUA-mode package.
3509
3510 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3511 if default-filename is specified.
3512
3513 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3514
3515 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3516
3517 * info.el (info-apropos): Make sure current-file and current-node
3518 have non-nil values. Speed up by using add-to-list instead of
3519 manual consing.
3520
3521 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3522
3523 * progmodes/make-mode.el (makefile-mode): Doc fix.
3524
3525 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3526
3527 * dired-aux.el (dired-do-shell-command): Doc fix.
3528
3529 2006-05-20 Kevin Ryde <user42@zip.com.au>
3530
3531 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3532 ``(custom-manual :tag "Foo" "(foo)Node")''.
3533
3534 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3535
3536 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3537 value is an integer.
3538
3539 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3540
3541 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3542 "format".
3543 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3544
3545 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3546
3547 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3548 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3549
3550 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3553 regexp for keywords.
3554
3555 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3556
3557 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3558 replace-regexp-in-string.
3559
3560 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3561 encode, and escape file name on conversion to URL.
3562
3563 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3564
3565 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3566 Don't unescape URL.
3567 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3568
3569 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3570 on conversion to URLs.
3571
3572 * net/browse-url.el (browse-url-file-url): Encode file name on
3573 conversion to URL.
3574
3575 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3576 conversion to URL.
3577
3578 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3579
3580 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3581
3582 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3583
3584 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3585 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3586
3587 2006-05-19 Glenn Morris <rgm@gnu.org>
3588
3589 * calendar/diary-lib.el (diary-bahai-date)
3590 (list-bahai-diary-entries, mark-bahai-diary-entries)
3591 (mark-bahai-calendar-date-pattern): Not interactive.
3592 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3593 (diary-entries-list): Change format of 4th element in each entry.
3594 (diary-list-entries): Use add-to-diary-list.
3595 (diary-goto-entry): Handle the case where the buffer visiting the
3596 diary has been killed.
3597 (fancy-diary-display): Add 'locator to button rather than 'marker.
3598 Only generate temp-face when there are marks to apply.
3599 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3600 (diary-fancy-date-pattern): New variable.
3601 (diary-time-regexp): Doc fix.
3602 (diary-anniversary, diary-time): New faces.
3603 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3604 diary-time-regexp. Add font-lock-multiline property where needed.
3605 Use new faces diary-anniversary and diary-time.
3606 (diary-fancy-font-lock-fontify-region-function): New function, to
3607 handle multiline font-lock pattern in fancy diary.
3608 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3609 (diary-font-lock-keywords): Tweak time regexp. Use new face
3610 diary-time.
3611
3612 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3613
3614 * international/code-pages.el (mik): Table corrected.
3615
3616 2006-05-18 Kim F. Storm <storm@cua.dk>
3617
3618 * progmodes/grep.el (grep-find): Don't check grep-find-command
3619 before running command (breaks non-interactive usage).
3620
3621 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3622
3623 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3624 (ewoc--insert-new-node): Don't insert trailing newline.
3625 Instead, adjust successor nodes's start markers.
3626 (ewoc--refresh-node): Delete all text from current node's start
3627 marker to the next one's; adjust successor nodes's start markers.
3628 (ewoc--create): Doc fixes.
3629 (ewoc--refresh): Don't insert newline.
3630 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3631 * pcvs.el (cvs-make-cvs-buffer):
3632 Specify extra newline for ewoc's header and footer.
3633 (cvs-update-header): Update initial header recognition.
3634 Append newline to final header and footer values.
3635 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3636
3637 2006-05-17 Richard Stallman <rms@gnu.org>
3638
3639 * files.el (file-name-extension): Doc fix.
3640
3641 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3644 we can explicitly enable/disable rather than toggle.
3645 (shell-mode): Use it.
3646 (shell-cd): Don't try to reproduce what `cd' does.
3647
3648 2006-05-17 Kim F. Storm <storm@cua.dk>
3649
3650 * ido.el (ido-read-internal): Use only nondirectory part of
3651 default item.
3652
3653 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3654
3655 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3656 (ewoc-nth): Doc fix.
3657
3658 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3659
3660 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3661
3662 * international/mule.el (auto-coding-alist): Add .lha to files
3663 read with no-conversion.
3664
3665 * files.el (auto-mode-alist): Add .lha files to archive file
3666 extensions.
3667
3668 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3669 Convert csize to integer when computing offsets within the
3670 compressed archive file.
3671
3672 2006-05-16 Kim F. Storm <storm@cua.dk>
3673
3674 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3675 with read-from-minibuffer.
3676
3677 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3678
3679 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3680 (byte-compile-warnings): Fix safe-local-variable property.
3681
3682 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3683
3684 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3685 (allout-stylish-prefixes, allout-numbered-bullet)
3686 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3687 predicates to qualify `safe-local-variable' property, when
3688 available, else use equivalent lambda.
3689 (allout-current-topic-collapsed-p): Do the right thing regarding
3690 trailing blank lines.
3691
3692 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * server.el (server-start): Only create a directory if needed.
3695 (server-edit, server-unload-hook): server-start => server-mode.
3696 (kill-emacs-hook): Cleanup upon exit.
3697
3698 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * hexl.el (hexlify-buffer): Encode process arguments manually.
3701
3702 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3703
3704 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3705 call to gdb-tooltip-print.
3706
3707 2006-05-15 Romain Francoise <romain@orebokech.com>
3708
3709 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3710 systems, default to "tar" since those systems probably have GNU tar.
3711
3712 2006-05-14 Lars Hansen <larsh@soem.dk>
3713
3714 * desktop.el (desktop-missing-file-warning): Fix docstring.
3715 (desktop-restore-file-buffer): Correct question asked on missing file.
3716
3717 2006-05-14 Kim F. Storm <storm@cua.dk>
3718
3719 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3720 Add CUA move property.
3721
3722 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * custom.el (custom-push-theme): Load the variable before checking
3725 its `standard-value'.
3726
3727 2006-05-13 Lars Hansen <larsh@soem.dk>
3728
3729 * desktop.el (desktop-save): Use with-temp-buffer.
3730
3731 2006-05-12 Glenn Morris <rgm@gnu.org>
3732
3733 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3734 * calendar/calendar.el (calendar-mode-map):
3735 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3736 * calendar/appt.el (appt-check, appt-make-list): Refer to
3737 diary-view-entries, diary-list-entries, diary-show-all-entries
3738 rather than obsolete aliases.
3739
3740 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * simple.el (line-move-finish): Avoid calling point motion hooks
3743 while processing intangibility.
3744
3745 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3746
3747 * term/xterm.el (terminal-init-xterm): Fix typo.
3748
3749 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3750
3751 * allout.el (allout-view-change-hook): Mark as being deprecated,
3752 to be replaced by `allout-exposure-change-hook'.
3753 (allout-exposure-change-hook): New, replacing
3754 `allout-view-change-hook'.
3755 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3756 in addition to `allout-view-change-hook'.
3757 (allout-show-bodies, allout-old-style-prefixes)
3758 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3759 lambda forms to prevent their showing up in variable help
3760 presentations as inscrutable byte-compiled code.
3761 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3762 Use string-or-null-p to qualify safe-local-variable values.
3763 (allout-reindent-bodies): Use memq to qualify matches against
3764 valid safe-local-variable values. Also, quote the lambda as above.
3765 (allout-use-mode-specific-leader): Add missing candidate-value
3766 symbols, use memq, and quote the lambda.
3767 (allout-overlay-interior-modification-handler): Remove unused
3768 variables `msg' and 'opened'.
3769 (allout-hidden-p): Constrain invisibility consideration to allout's
3770 invisibility spec, disregarding invisibility for other reasons.
3771
3772 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3773
3774 * files.el (version-control): Correct safe values.
3775
3776 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3777
3778 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3779
3780 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3781 (ewoc--insert-new-node): New func.
3782 Update callers of deleted funcs to use it, instead.
3783
3784 2006-05-11 Glenn Morris <rgm@gnu.org>
3785
3786 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3787 obsolete alias `show-all-diary-entries'.
3788 (make-diary-entry): Not interactive.
3789 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3790 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3791 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3792 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3793 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3794 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3795
3796 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3797
3798 * calendar/calendar.el (calendar-french-date-string)
3799 (calendar-mayan-date-string, calendar-chinese-date-string)
3800 (calendar-astro-date-string, calendar-iso-date-string)
3801 (calendar-islamic-date-string, calendar-bahai-date-string)
3802 (calendar-hebrew-date-string, calendar-coptic-date-string)
3803 (calendar-ethiopic-date-string, calendar-persian-date-string):
3804 These functions are not interactive.
3805
3806 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3807
3808 * files.el: Balance parentheses.
3809
3810 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3811
3812 * files.el, newcomment.el, outline.el, simple.el,
3813 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3814 progmodes/cc-vars.el, progmodes/compile.el:
3815 Move `safe-local-variable' declarations to the respective files.
3816
3817 * help-fns.el (describe-variable): Don't print safe-var if it is
3818 byte-code. Improve wording as suggested by Luc Teirlinck.
3819
3820 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3821
3822 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3823 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3824 Use a token for pending-triggers to ensure gdb-var-update
3825 gets called once per user input again for pre-GDB 6.4.
3826 (gdb-var-delete): Match on more complex expressions.
3827 (gdb-var-list-children-handler, gdb-var-create-handler):
3828 Use a token for consistency.
3829
3830 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3831
3832 * textmodes/org.el (org-read-date, org-goto-calendar)
3833 (org-agenda-goto-calendar):
3834 Bind `view-calendar-holidays-initially' to nil.
3835
3836 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3837
3838 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3839 Update all callers to do it there, instead.
3840
3841 2006-05-10 Glenn Morris <rgm@gnu.org>
3842
3843 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3844 prefix arg case, to avoid view-diary-entries-initially error.
3845 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3846 (calendar-date-is-legal-p): Handle dates with no day part.
3847
3848 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3849
3850 * comint.el (comint-insert-input): Just make it when
3851 comint-use-prompt regexp is nil (default) and with the mouse.
3852 (comint-copy-old-input): Reinstate from 2004-06-23.
3853 (comint-mode-map): Bind C-c C-m to it.
3854
3855 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3856
3857 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3858 Remove spurious move to point-max (new comint behavior fixes).
3859
3860 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3861 compatibility function (Emacs 18/19).
3862 (idlwave-is-continuation-line): Always return point at start of
3863 previous non-blank continuation line.
3864 `keyword-parameters': Fix continued comment font-lock matcher.
3865 (idlwave-font-lock-fontify-region): Written, use as
3866 font-lock-fontify-region-function, to fix continued keyword
3867 fontification issues.
3868
3869 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3870
3871 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3872 (mac-service-selection, mac-service-open-file)
3873 (mac-service-open-selection, mac-service-mail-selection)
3874 (mac-service-mail-to, mac-service-insert-text): Rename from
3875 mac-services-*. All uses changed.
3876 (mac-apple-event-map): Rename event symbol `services' to `service'.
3877
3878 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3879
3880 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3881 (ewoc--node-enter-first, ewoc--node-enter-last)
3882 (ewoc--delete-node-internal): Merge funcs into unique callers.
3883
3884 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3887 return value of read-from-minibuffer for empty input.
3888
3889 2006-05-09 Miles Bader <miles@gnu.org>
3890
3891 * comint.el (comint-insert-input): Remove redundant calls to setq
3892 and goto-char.
3893
3894 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3895
3896 * comint.el (comint-insert-input): Make it work when
3897 comint-use-prompt-regexp is t.
3898
3899 2006-05-10 Miles Bader <miles@gnu.org>
3900
3901 * subr.el (field-at-pos): New function.
3902
3903 * comint.el (comint-insert-input): Use it.
3904
3905 2006-05-09 Juri Linkov <juri@jurta.org>
3906
3907 * battery.el (battery-linux-proc-acpi): Also try
3908 `/proc/acpi/thermal_zone/THR2/temperature'.
3909
3910 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3911 for now unused lambda `string-or-null'.
3912
3913 * add-log.el (change-log-default-name): Put `string-or-null-p'
3914 instead of lambda on `safe-local-variable' property.
3915
3916 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3917 `region-end' instead of `mark' and `point'.
3918 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3919 Operate on region in Transient Mark mode when the mark is active.
3920 Use `region-beginning' and `region-end' instead of `mark' and
3921 `point'.
3922 (diff-hunk-text, diff-goto-source): Doc fix.
3923
3924 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3925 face `mode-line-buffer-id' for mode-line buffer face instead of
3926 hard-coded `(:weight bold)'.
3927
3928 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3929 buffer-undo-list to t (undo-ask is reproducible by visiting
3930 nested archives).
3931
3932 2006-05-09 Kim F. Storm <storm@cua.dk>
3933
3934 * progmodes/grep.el (rgrep): Set default directory of *grep*
3935 buffer if we start M-x rgrep in the *grep* buffer and choose
3936 a different base directory.
3937
3938 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3939
3940 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3941 completion also when ido is loaded.
3942
3943 2006-05-09 Masatake YAMATO <jet@gyve.org>
3944
3945 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3946 "warning" and "import".
3947 (cpp-font-lock-keywords): Added "warning".
3948
3949 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3950
3951 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3952
3953 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3956 pages at a time, if we signal the end, we should indeed reach that end.
3957
3958 2006-05-08 David Reitter <david.reitter@gmail.com>
3959
3960 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3961 output during execution of the body.
3962
3963 2006-05-08 Kim F. Storm <storm@cua.dk>
3964
3965 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3966
3967 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3968
3969 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3970 Use with-current-buffer.
3971
3972 2006-05-07 Kim F. Storm <storm@cua.dk>
3973
3974 * subr.el (add-to-history): Remove keep-dups arg.
3975
3976 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3977 to nil around call to add-to-history.
3978
3979 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3982 than after a buffer modification.
3983
3984 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3985
3986 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3987 call to...
3988 (gud-watch): ...here so speedbar is raised for already watched
3989 expressions.
3990 (gdb-speedbar-refresh): Delete function.
3991 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3992 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3993 earlier change).
3994 (gdb-var-evaluate-expression-handler)
3995 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3996
3997 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3998 Update localized contents for all buffers except ignored modes.
3999
4000 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4001
4002 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4003 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4004 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4005 (mac-handle-font-panel-closed, mac-handle-font-selection):
4006 New functions.
4007 (mac-font-panel-mode): New minor mode.
4008 (mac-apple-event-map): Add bindings for toolbar toggle button and
4009 font panel.
4010 (menu-bar-showhide-menu): Add mac-font-panel-mode.
4011
4012 2006-05-07 John Paul Wallington <jpw@pobox.com>
4013
4014 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4015 Avoid `regexp-opt'; simplify regexp for readability.
4016
4017 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4018
4019 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4020 * files.el (buffer-stale-function):
4021 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4022 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4023 links to the main manual, not to emacs-xtra.
4024
4025 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4026
4027 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4028 MacJapanese if text is ASCII-only.
4029
4030 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
4031
4032 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4033 unless so nil isn't returned.
4034 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4035
4036 2006-05-06 Kim F. Storm <storm@cua.dk>
4037
4038 * subr.el (add-to-history): New function.
4039
4040 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4041 (ediff-merge-files-with-ancestor):
4042 * env.el (setenv):
4043 * isearch.el (isearch-update-ring):
4044 * server.el (server-visit-files):
4045 * progmodes/grep.el (lgrep, rgrep):
4046 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4047 * progmodes/xscheme.el (xscheme-insert-expression):
4048 Use add-to-history.
4049
4050 * kmacro.el (kmacro-push-ring): Use add-to-history.
4051 (kmacro-ring-length): Remove unused defun.
4052 (kmacro-start-macro): Use kmacro-push-ring.
4053
4054 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
4055
4056 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4057 directly instead of a lambda expression that calls it.
4058
4059 2006-05-06 Kim F. Storm <storm@cua.dk>
4060
4061 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4062 instead of compute-motion.
4063
4064 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
4065
4066 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4067 change.
4068
4069 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
4070
4071 * startup.el (command-line-1): Refer to "Pure Storage" on
4072 pure-space-overflow.
4073
4074 2006-05-05 Martin Rudalics <rudalics@gmx.at>
4075
4076 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4077 provided faces once they all have been used up.
4078
4079 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4080
4081 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4082 reference to the Lisp manual to the warning about pure space
4083 overflow.
4084
4085 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4086
4087 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4088 argument to avoid the call to `ispell-internal-change-dictionary'
4089 when not needed.
4090 (ispell-change-dictionary): Use this argument and call
4091 `ispell-internal-change-dictionary' after the possible change
4092 to `ispell-local-dictionary'.
4093 (ispell-internal-change-dictionary): Check for a change in
4094 personal dictionary use too.
4095
4096 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4097
4098 * startup.el (command-line): On MS-Windows, probe "~", not
4099 "~USER", for warning about non-existent home directory
4100
4101 * arc-mode.el (archive-l-e): New optional argument `float' means
4102 generate a float value.
4103 (archive-arc-summarize, archive-lzh-summarize)
4104 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4105 with 3rd argument non-nil when file's size is being computed.
4106 Format the file sizes with %8.0f instead of %8d.
4107
4108 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4109
4110 * cus-start.el (all): Add mac-dnd-known-types.
4111
4112 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4113 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4114 (mac-TIFF-to-string): New functions.
4115 (x-get-selection, x-selection-value)
4116 (mac-select-convert-to-string): Use them.
4117 (mac-text-encoding-mac-japanese-basic-variant): New constant.
4118 (mac-dnd-types-alist): New customization variable.
4119 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4120 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4121 (mac-dnd-handle-drag-n-drop-event): New functions.
4122 (mac-drag-n-drop): Remove function.
4123 (global-map): Bind drag-n-drop and M-drag-n-drop to
4124 mac-dnd-handle-drag-n-drop-event.
4125
4126 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
4127
4128 * progmodes/perl-mode.el (perl-beginning-of-function):
4129 Skip anonymous subs.
4130
4131 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4132
4133 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4134 regexp-opt at run time.
4135
4136 * term.el (term-handle-ansi-escape): Fix off by one error.
4137
4138 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
4139
4140 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4141 (gdb-init-1, gdb-post-prompt): ...and references to it.
4142 (gdb-frame-handler): Strip directory name from filename if present.
4143
4144 * progmodes/gud.el (gdb-force-update): Delete defvar
4145 (gud-speedbar-buttons): ...and references to it. Use window-start
4146 to try to keep positon in watch expression.
4147
4148 2006-05-03 Richard Stallman <rms@gnu.org>
4149
4150 * simple.el (next-history-element, previous-history-element): Doc fix.
4151
4152 * isearch.el (isearch-update-ring): Doc fix.
4153
4154 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
4155
4156 * isearch.el (isearch-update-ring): Take history-delete-duplicates
4157 into consideration. Replace one arm ifs with whens.
4158
4159 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
4160
4161 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4162 (menu): Fix typo.
4163
4164 2006-05-02 Miles Bader <miles@gnu.org>
4165
4166 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4167
4168 2006-05-02 Jay Belanger <belanger@truman.edu>
4169
4170 * calc/calc-embed.el (calc-override-minor-modes-map)
4171 (calc-override-minor-modes): New variables.
4172 (calc-do-embedded): Make sure that Calc keystrokes aren't
4173 overwritten by minor modes.
4174
4175 2006-05-02 Chong Yidong <cyd@mit.edu>
4176
4177 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4178
4179 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4180
4181 * startup.el (command-line-1): Refer to Lisp manual when
4182 pure-space-overflow occurs.
4183
4184 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4185 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4186 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4187 (version-control): Don't use `t' for safe-local-variable declarations.
4188
4189 2006-05-01 Richard Stallman <rms@gnu.org>
4190
4191 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4192 M-r, M-R, M-A, M-SPC or M-DEL.
4193 (diff-mode-map): diff-refine-hunk now on C-c C-w
4194 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4195
4196 * help-mode.el (help-mode): view-exit-action calls delete-window
4197 only when it is safe and possible.
4198
4199 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4200 in messages.
4201
4202 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4203
4204 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4205 in the default tool-bar-map.
4206
4207 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4208
4209 * net/tramp.el (tramp-completion-file-name-handler-alist)
4210 (tramp-run-real-handler, tramp-completion-run-real-handler)
4211 (tramp-completion-handle-file-name-all-completions)
4212 (tramp-completion-handle-file-name-completion): Autoload them.
4213 (tramp-completion-handle-file-exists-p)
4214 (tramp-completion-handle-file-name-directory)
4215 (tramp-completion-handle-file-name-nondirectory)
4216 (tramp-completion-handle-expand-file-name): Remove them.
4217 (tramp-handle-file-name-directory): Return the real directory name.
4218 Returning "/" only doesn't need to be necessary any longer.
4219 (tramp-file-name-handler): Make special attention when in hostname
4220 completion mode.
4221 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4222 (tramp-register-file-name-handlers):
4223 Register `tramp-completion-file-name-handler' only when
4224 `partial-completion-mode' is enabled.
4225 (tramp-completion-handle-file-name-all-completions):
4226 Delete directory part from results.
4227 (tramp-get-completion-methods, tramp-get-completion-user-host):
4228 Discard deleting "/", it doesn't work after the change of
4229 `tramp-handle-file-name-directory' above.
4230
4231 2006-05-01 Kim F. Storm <storm@cua.dk>
4232
4233 * progmodes/grep.el (grep-expand-template): Use save-match-data
4234 and symbol-value.
4235
4236 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4237
4238 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4239 Use select-frame-set-input-focus instead of raise-frame.
4240 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4241
4242 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4243
4244 * progmodes/gud.el (gud-def): Add %c case.
4245 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4246 (gud-format-command): Make match case sensitive. Match on %F.
4247
4248 2006-04-30 Glenn Morris <rgm@gnu.org>
4249
4250 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4251 (cal-tex-preamble): Use cal-tex-preamble-extra.
4252 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4253 than alias `list-diary-entries'.
4254
4255 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4256
4257 * help-fns.el (describe-variable): Add info about safe local variables.
4258
4259 2006-04-29 Richard Stallman <rms@gnu.org>
4260
4261 * bindings.el (mode-line-format): help-echo doc fixes.
4262
4263 * net/tramp.el (tramp-file-name-handler-alist): Delete
4264 expand-file-name and other operations that can cause spurious loading.
4265
4266 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * files.el (safe-local-variable-p): Remove support for the special
4269 value t.
4270
4271 * textmodes/paragraphs.el (sentence-end-without-space):
4272 Fix safety predicate.
4273 (sentence-end-double-space, sentence-end-without-period)
4274 (paragraph-ignore-fill-prefix):
4275 * textmodes/fill.el (colon-double-space):
4276 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4277
4278 * subr.el (booleanp): New fun.
4279
4280 * textmodes/reftex-vars.el (reftex-guess-label-type):
4281 Tighten the safety predicate.
4282
4283 2006-04-28 Kim F. Storm <storm@cua.dk>
4284
4285 * progmodes/grep.el (defgroup grep): Doc fix.
4286 (grep-auto-highlight): Remove.
4287 (grep-template): New defcustom.
4288 (grep-find-template): Rename from grep-tree-template.
4289 (grep-files-aliases): Rename from grep-tree-files-aliases.
4290 Remove "all" alias, add "l" alias.
4291 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4292 (grep-find-ignored-directories): New defcustom to replace
4293 grep-tree-ignore-CVS-directories, to facilitate ignoring
4294 subdirectories for multiple version control systems.
4295 (grep-mode-map): Add Recursive grep item to GREP menu.
4296 (grep-regexp-history, grep-files-history): New defvars.
4297 (grep-probe): New helper function.
4298 (grep-compute-defaults): Use it to simplify code.
4299 Adapt to name changes.
4300 Use `.' as base in grep-find-template rather than <D>.
4301 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4302 Call grep-compute-defaults unconditionally.
4303 (grep-expand-keywords): New defconst.
4304 (grep-expand-template): Rename from grep-expand-command-macros.
4305 Simplify via grep-expand-keywords. Look at case-fold-search instead
4306 of grep-tree-ignore-case to add -i option.
4307 Bind case-fold-search to nil while matching keywords.
4308 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4309 (grep-read-regexp, grep-read-files): New helper functions.
4310 (rgrep): Rename from grep-tree. Rework to use proper histories.
4311 Adapt to changes in defcustoms and functions above.
4312 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4313
4314 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4315
4316 * net/tramp.el (tramp-completion-file-name-handler):
4317 Disable Tramp's functionality while loading Tramp itself.
4318 (tramp-register-file-name-handlers): That's a defsubst now.
4319 Code from `tramp-repair-jka-compr' moved here. Apply it via
4320 `after-init-hook'.
4321 (tramp-repair-jka-compr): Remove.
4322
4323 2006-04-27 Jay Belanger <belanger@truman.edu>
4324
4325 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4326 read expression when `math-read-big-expr' doesn't work.
4327
4328 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4329
4330 * startup.el (command-line-1): Display warning when
4331 pure-space-overflow is non-nil.
4332
4333 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4334
4335 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4336 risky.
4337
4338 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4339
4340 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4341 Return the URL or nil if none can be generated.
4342
4343 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4344
4345 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4346 byte compiler warnings.
4347 (gud-basic-call, gud-find-expr): Let user select an expression
4348 for printing. Print expression as well as value in GUD buffer.
4349
4350 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4351
4352 * allout.el: Remove local autoload declaration for
4353 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4354 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4355 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4356 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4357 (allout-stylish-prefixes, allout-numbered-bullet)
4358 (allout-file-xref-bullet, allout-presentation-padding)
4359 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4360 safe-local-variable with suitable value spec, and add autoload
4361 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4362 (move-beginning-of-line, move-end-of-line): Repair so these compat
4363 functions now actually resituate the point, when appropriate.
4364
4365 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4368
4369 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4370 (add-log-iso8601-time-string): Fix call to format-time-string.
4371
4372 2006-04-26 Kim F. Storm <storm@cua.dk>
4373
4374 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4375
4376 2006-04-26 Masatake YAMATO <jet@gyve.org>
4377
4378 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4379 Add support for "//" style comments. Remove `b' flag
4380 from ?* in `asm-mode-syntax-table'.
4381
4382 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * follow.el: Use (featurep 'xemacs) everywhere.
4385 (follow-mode): Use define-minor-mode.
4386 (follow-mode-map): Move initialization into the declaration.
4387 Use command remapping.
4388 (follow-emacs-version-xemacs-p): Remove.
4389 (follow-submit-feedback): Remove.
4390
4391 * allout.el (allout-layout, allout-passphrase-verifier-string)
4392 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4393
4394 * textmodes/reftex-vars.el (reftex-vref-is-default)
4395 (reftex-fref-is-default, reftex-guess-label-type):
4396 Tighten up a bit the safety predicate.
4397
4398 * textmodes/paragraphs.el (sentence-end-double-space)
4399 (sentence-end-without-period, sentence-end-without-space)
4400 (page-delimiter, paragraph-ignore-fill-prefix):
4401 Tighten up a bit the safety predicate.
4402
4403 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4404
4405 * progmodes/python.el (python-continuation-line-p)
4406 (python-beginning-of-statement): syntax-ppss may return
4407 a negative depth.
4408 (python-mode): Don't forcefully enable font-lock.
4409
4410 * time-stamp.el (time-stamp-start, time-stamp-end)
4411 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4412
4413 * add-log.el: Remove spurious * in docstrings.
4414 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4415 (add-change-log-entry): Use it here, since it's not specific
4416 to iso8601.
4417 (add-log-iso8601-time-string): Don't use it here any more.
4418 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4419
4420 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4421
4422 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4423
4424 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4425 (rcirc-toggle-low-priority): Doc fix.
4426 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4427 ChanServ regexp.
4428 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4429 #emacs.
4430 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4431 (rcirc-decode-coding-system): Use utf-8 as the default.
4432 (rcirc-multiline-minor-mode): Set the fill-column.
4433 (rcirc-format-response-string): Display bright and dim nicks.
4434 (rcirc-browse-url): Update interactive spec to fill ARG.
4435 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4436 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4437
4438 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4439
4440 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4441 case for @Article, etc.
4442
4443 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4444
4445 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4446 Added with autoload cookie.
4447 (tramp-unload-file-name-handlers): Rename from
4448 `tramp-unload-file-name-handler-alist'.
4449
4450 2006-04-23 Romain Francoise <romain@orebokech.com>
4451
4452 * comint.el (comint-match-partial-filename): Doc fix.
4453
4454 2006-04-21 Glenn Morris <rgm@gnu.org>
4455
4456 * calendar/cal-menu.el (calendar-mode-map): Refer to
4457 `diary-view-entries' rather than alias `view-diary-entries'.
4458 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4459
4460 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4461
4462 * progmodes/antlr-mode.el (antlr-default):
4463 * cus-edit.el (custom-documentation):
4464 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4465 in defface.
4466
4467 2006-04-21 Kim F. Storm <storm@cua.dk>
4468
4469 * image.el (image-type): New defun split out of create-image.
4470 (create-image): Use it.
4471
4472 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4473
4474 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4475 (org-open-at-point): Remove the "...done" message to keep output
4476 in the echo area visible.
4477 (org-export-as-xoxo): Fix call to `indent-region'.
4478
4479 2006-04-21 Kevin Ryde <user42@zip.com.au>
4480
4481 * international/mule.el (keyboard-coding-system): defcustom
4482 info-link fixes: "Specify Coding" has been split, keyboard now in
4483 "Terminal Coding", and "Single-Byte Character Support" is now
4484 "Unibyte Mode".
4485
4486 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4487
4488 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4489 Use font-lock-warning-face for any errors e.g. no stack.
4490 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4491
4492 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4493
4494 * progmodes/sh-script.el (sh-shell): Mark as safe.
4495
4496 * newcomment.el (comment-start, comment-start-skip)
4497 (comment-end-skip, comment-end): Mark as safe.
4498
4499 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4500
4501 * textmodes/org.el (org-deadline-announce): Face removed.
4502 (org-level-faces, org-n-levels): Convert to constant.
4503 (org-compatible-face): New function.
4504 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4505 (org-level-5, org-level-6, org-level-7, org-level-8)
4506 (org-special-keyword, org-warning, org-headline-done, org-link)
4507 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4508 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4509 Face definition revised for better color tty support.
4510 (org-bold-re, org-italic-re, org-underline-re): New constants.
4511 (org-set-font-lock-defaults): Use the new constants.
4512 (org-agenda-highlight-todo): New function.
4513 (org-agenda-todo): Fix bug with point at end of line.
4514 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4515 Fontify TODO keywords.
4516 (org-insert-link): Preserve relative path in ../ links.
4517 (org-export-as-html): Convert links pointing to .org files into
4518 links that will work beteen the exported HTML files.
4519 (org-todo-list): Fix bug when arg=0.
4520 (org-insert-heading): More fine-tuning.
4521
4522 2006-04-19 Romain Francoise <romain@orebokech.com>
4523
4524 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4525 from `rmail-mime-charset-pattern'.
4526
4527 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4528
4529 * progmodes/python.el (python-mode): Fix typo.
4530
4531 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4532
4533 * comint.el (comint-previous-input): Don't clobber input line
4534 when moving off either end of the input history ring.
4535 (comint-delete-input): New function, used by
4536 `comint-previous-input' and others.
4537 (comint-previous-matching-input):
4538 Use `coming-delete-input'. Save the partial input if leaving the
4539 edit line. Goto point-max before deleting input to avoid
4540 partial input fragments hanging around.
4541 (comint-restore-input): New function, used by `comint-previous-input'.
4542
4543 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4544
4545 * imenu.el (imenu--index-alist): Balance parentheses.
4546
4547 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4548
4549 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4550
4551 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4552
4553 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4554 file is nil.
4555
4556 2006-04-18 Richard Stallman <rms@gnu.org>
4557
4558 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4559
4560 * imenu.el (imenu-create-index-function, imenu--index-alist)
4561 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4562 (imenu-default-create-index-function, imenu--generic-function):
4563 Doc fixes.
4564
4565 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4566
4567 * help-mode.el (help-mode): Set view-exit-action to delete window.
4568
4569 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4570 now works by passing nil as arg.
4571
4572 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4573
4574 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4575 (read-abbrev-file): Provide default when reading filename.
4576
4577 * files.el (enable-local-variables): Allow :all as value.
4578 (hack-local-variables): Implement that value.
4579 (safe-local-variable-values, safe-local-eval-forms)
4580 (enable-local-variables): Mark as risky.
4581 (find-file-visit-truename, kept-old-versions): Mark safe.
4582
4583 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4584 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4585 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4586
4587 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4590 Use forward-line so as to get to BOL even in the presence of fields.
4591 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4592 in return.
4593 (inferior-tcl): Tell tclsh to work in interactive mode.
4594
4595 * complete.el (partial-completion-mode):
4596 Use 'choose-completion-string-functions to make sure that
4597 choose-completion fills the minibuffer properly.
4598
4599 * complete.el (PC-old-read-file-name-internal): Remove.
4600 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4601 of read-file-name-internal.
4602 (partial-completion-mode): Enable/disable this advice.
4603
4604 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4607 of 2006-04-17.
4608
4609 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4610
4611 * textmodes/org.el (org-insert-heading): Insert heading before
4612 current if at beginning of line.
4613 (org-todo, org-date): New faces.
4614 (org-table-align): Make sure tooltip window contains full text.
4615 (org-no-properties): New defsubst.
4616 (org-set-font-lock-defaults): Use new faces.
4617
4618 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4619
4620 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4621 for root variables.
4622
4623 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4624 (gdb-frame-address): Re-use to identify frame for watch expression.
4625 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4626 variables.
4627 (gdb-init-1, gdb-source, gdb-post-prompt)
4628 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4629 (gdb-frame-handler): Get gdb-frame-address.
4630
4631 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4632
4633 Sync with Tramp 2.0.53.
4634
4635 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4636 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4637 (tramp-completion-file-name-handler): Add autoload cookie for
4638 adding to `file-name-handler-alist'.
4639
4640 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4641 the prompt. If it returns earlier (when detecting an error
4642 message), the rest of the output will merge accidently with the
4643 output of the next command. Reported by M Jared Finder
4644 <jared@hpalace.com>.
4645
4646 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4647 for `process-file', in order to let it work for older Emacsen too.
4648
4649 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4650
4651 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4652 (tex-font-lock-keywords-3): Use it.
4653
4654 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * newcomment.el (comment-add): New function.
4657 (comment-region-default, comment-dwim): Use it.
4658
4659 2006-04-15 Michael Olson <mwolson@gnu.org>
4660
4661 * emacs-lisp/tq.el: Improve comments.
4662 (tq-queue-head-question): New accessor function.
4663 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4664 Update for modified queue structure.
4665 (tq-queue-add): Accept `question' argument.
4666 (tq-queue-pop): If a question is pending, send it.
4667 (tq-enqueue): Accept new optional argument `delay-question'.
4668 If this is non-nil, and at least one other question is pending a
4669 response, queue the question rather than sending it immediately.
4670
4671 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4672
4673 * calendar/appt.el (appt-add): Check whether an appointment is
4674 already present in appt-time-msg-list. Simplify code.
4675
4676 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * progmodes/cc-langs.el (c-mode-menu):
4679 Don't presume c-subword-mode is bound.
4680
4681 2006-04-13 Bill Wohler <wohler@newt.com>
4682
4683 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4684 (customize-package-emacs-version): Use cdr instead of cadr now
4685 that alists use dotted pairs.
4686
4687 * custom.el (defcustom): Fix docstring for :package-version.
4688
4689 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4690
4691 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4692 (tramp-handle-shell-command): Display output buffer only when
4693 `tramp-display-shell-command-buffer' is true.
4694 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4695
4696 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4697
4698 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4699 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4700
4701 2006-04-13 Romain Francoise <romain@orebokech.com>
4702
4703 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4704 leaving temporary .cvsignore buffers behind.
4705
4706 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4707
4708 * textmodes/org.el (org-set-regexps-and-options)
4709 (org-get-current-options): Better names for the startup folding
4710 options.
4711
4712 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4713
4714 * vc.el (vc-annotate): Arrange for point to end up at the same
4715 line number as in the original, but only when using a new buffer.
4716
4717 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4718
4719 * files.el (hack-one-local-variable-eval-safep):
4720 Recognize `edebug-form-spec' for `put', but only if it passes
4721 `edebug-basic-spec'. Generalize `put' handling.
4722
4723 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4724 vetting file-local form specs.
4725
4726 * allout.el (allout-layout): Autoload its `safe-local-variable'
4727 property.
4728
4729 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4730
4731 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4732 (org-agenda-mouse-1-follows-link)
4733 (org-mouse-1-follows-link): New options.
4734 (org-format-agenda-item): Fix bug if TAGS is nil.
4735 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4736
4737 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4738
4739 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4740 GDB 6.1+ gives full filename for "info sources" so use
4741 file-name-nondirectory.
4742
4743 2006-04-12 Romain Francoise <romain@orebokech.com>
4744
4745 * subr.el (read-passwd): Bind `message-log-max' to nil.
4746
4747 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * progmodes/perl-mode.el (perl-indent-new-calculate):
4750 Recompute parse-start after jumping backward by a whole sexp.
4751
4752 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4755 window configuration.
4756 (vc-annotate-display-select): Select the buffer so that current-buffer
4757 (and selected-window) is the output buffer at the end of vc-annotate.
4758
4759 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4760
4761 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4762 8-color terminals, to use all of the colors in a sensible order.
4763 256-color terminals work well with the standard map.
4764 (vc-annotate-lines): Only strip the first color character if it
4765 is "#", to allow for terminal-style named colors.
4766 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4767 the correct buffer is scrolled.
4768
4769 2006-04-11 Richard Stallman <rms@gnu.org>
4770
4771 * emacs-lisp/bytecomp.el (byte-compile-file):
4772 Bind enable-local-variables to :safe, and make normal-mode obey it.
4773
4774 * files.el (enable-local-variables): Allow value :safe.
4775 (normal-mode): Doc fix.
4776 (hack-local-variables): Implement enable-local-variables = :safe.
4777 (hack-local-variables-confirm): Don't prevent quitting.
4778
4779 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * loadhist.el (unload-feature): A bit of sanity check of
4782 load-history entries. Cancel timer-vars before unbinding them.
4783
4784 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4785 quote special chars, and make the trick work on the hex part of the
4786 buffer as well.
4787 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4788 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4789
4790 * startup.el (normal-splash-screen): Fix last change so we don't wait
4791 2 minutes if we don't show the splash screen.
4792
4793 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4794
4795 * textmodes/org.el (org-export-plain-list-max-depth)
4796 (org-table-spaces-around-separators)
4797 (org-radio-targets, org-activate-camels)
4798 (org-table-spaces-around-invisible-separators): Options removed.
4799 (org-time-stamp-rounding-minutes, org-remember-templates)
4800 (org-ellipsis, org-activate-links, org-descriptive-links):
4801 New options.
4802 (org-remember-apply-template, org-current-time)
4803 (org-finish-edit-table-field)
4804 (org-link-unescape, org-link-escape)
4805 (org-string-width, org-table-clean-line, org-html-do-expand)
4806 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4807 (org-read-agenda-file-list): New functions.
4808 (org-table-edit-field)
4809 (org-table-create-or-convert-from-region): New commands
4810 (org-table-toggle-vline-visibility): Command removed.
4811 (org-table-convert-region): Made a command.
4812 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4813 Replace with the normal org- functions.
4814 (org-self-insert-command): Don't trigger realign unnecessarily
4815 when blanking a field that is not full.
4816 (org-mode): `Set buffer-invisibility-spec' for links.
4817 (org-activate-links2): Hide link part and only show descriptive
4818 part of the link.
4819 (org-insert-link): Modify for new linking system.
4820 (org-store-link): Store description separately, for use by
4821 `org-insert-link'.
4822 (org-table-align): Use `org-string-width'.
4823 (defgroup): Completely new group structure for custom variables.
4824 (org-agenda-files): Option: Single file name allowed. Function:
4825 Optional argument unrestrited means ignore any restricitons.
4826 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4827 trying to modify the menu. Use generalized access to
4828 `org-agenda-files.'
4829 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4830 (org-agenda-file-to-front, org-remove-file, org-diary)
4831 (org-tags-view, org-export-icalendar-all-agenda-files)
4832 (org-export-icalendar-combine-agenda-files): Use generalized
4833 access to `org-agenda-files'.
4834 (org-remember-handler): Correctly preserve heading if present.
4835 (org-table-insert-row, org-table-insert-hline): Deal with
4836 invisible characters.
4837
4838 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4839
4840 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4841 (vc-annotate-color-map): New 18 element constant
4842 value/saturation, rotating hue colormap, from red->blue.
4843 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4844 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4845 (vc-annotate): To avoid killing the required local variables,
4846 set them before the end of `with-output-to-temp-buffer', and
4847 after first switching to annotate-mode.
4848 (vc-annotate-warp-version): Add buffer argument in goto-line to
4849 ensure annotation, not source, is scrolled.
4850
4851 2006-04-10 Bill Wohler <wohler@newt.com>
4852
4853 * custom.el (defcustom, custom-handle-keyword):
4854 Add :package-version keyword.
4855 (custom-add-package-version): New function. Sets value of new
4856 property 'custom-package-version from :package-version keyword.
4857 (defcustom): Create Common Keywords section in docstring.
4858 (defface, defgroup): Replace definitions of a select few keywords
4859 with a reference to the Common Keywords in defcustom.
4860 (defcustom, defface, defgroup): Replace reference to Customization
4861 chapter in manual with hyperlink.
4862
4863 * cus-edit.el (customize-package-emacs-version-alist):
4864 New variable.
4865 (customize-changed-options): Add check for custom-package-version.
4866 (customize-package-emacs-version): New function to look up Emacs
4867 version corresponding to the given package version.
4868
4869 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4870 defun name, in similar fashion to find-variable-regexp.
4871
4872 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4873
4874 * international/mule-cmds.el (set-locale-environment): Fix last
4875 change for when the locale's preferences don't specify any encoding.
4876
4877 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4880 so the defined var/fun doesn't need to be quoted.
4881
4882 2006-04-10 Richard Stallman <rms@gnu.org>
4883
4884 * finder.el (finder-mode-map): Add n and p bindings.
4885
4886 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4887
4888 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4889 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4890 (gdb-setup-windows): Put something in source window if we can't find
4891 the source file.
4892 (gdb-frame-handler): Make it work again with just assembly.
4893 (gdb-data-list-register-values-handler): Make it work when there is
4894 no stack.
4895
4896 2006-04-09 Richard Stallman <rms@gnu.org>
4897
4898 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4899 specs while looking for charset.
4900
4901 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4902
4903 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4904 Make them faces.
4905 (lm-font-lock-keywords): Update appropriately.
4906
4907 2006-04-10 Kim F. Storm <storm@cua.dk>
4908
4909 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4910 it can also replace buffer-substring-no-properties.
4911
4912 * emulation/cua-base.el (cua-delete-region, cua-paste)
4913 (cua-repeat-replace-region): Use filter-buffer-substring.
4914
4915 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4916 (cua-cut-region-to-global-mark): Likewise.
4917
4918 * emulation/cua-rect.el (cua--extract-rectangle)
4919 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4920
4921 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4922
4923 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4924 entry-type. Add field delimiters to numerical fields if they are
4925 not present.
4926
4927 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4928
4929 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4930 string-const to return value.
4931 (bibtex-remove-delimiters): Use it.
4932
4933 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4936 cl-byte-compile-compiler-macro unless it exists.
4937
4938 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4939
4940 * files.el (hack-local-variables-confirm) <offer-save>:
4941 Clarify message text. Suggested by Ralf Angeli.
4942
4943 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4944
4945 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4946 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4947 instead of `buffer-substring' and `delete-region'. (Most of the
4948 code actually copied from `kill-region'.)
4949
4950 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4951
4952 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4953 (rcirc-default-port): Rename from rcirc-port.
4954 (rcirc-default-nick): Rename from rcirc-nick.
4955 (rcirc-default-user-name): Rename from rcirc-user-name.
4956 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4957 (rcirc-low-priority-flag): New variable.
4958 (rcirc-decode-coding-system): New defcustom.
4959 (rcirc-encode-coding-system): New defcustom.
4960 (rcirc-coding-system-alist): New defcustom.
4961 (rcirc-multiline-major-mode): New defcustom.
4962 (rcirc-nick): New internal variable.
4963 (rcirc-process): Remove variable.
4964 (rcirc-server-buffer): New variable.
4965 (rcirc): Update to use rcirc-default-* variables above.
4966 (rcirc-connect): Do not add window-configuration-hook-here.
4967 (rcirc-server): New internal variable.
4968 (rcirc-connect): Do not send keepalive pings if
4969 rcirc-keepalive-seconds is nil.
4970 (with-rcirc-server-buffer): New macro.
4971 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4972 (rcirc-server-name): Rename from rcirc-server.
4973 (rcirc-buffer-process): New function.
4974 (rcirc-buffer-nick): New function.
4975 (rcirc-buffer-target): Remove function.
4976 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4977 New commands.
4978 (rcirc-mode-map): Change binding of C-c C-l to
4979 rcirc-toggle-low-priority.
4980 (rcirc-mode): Initialize coding system based on
4981 rcirc-coding-system-alist. New change-major-mode-hook to part the
4982 channel on a mode change. Make kill-buffer-hook buffer-local.
4983 (rcirc-change-major-mode-hook): New function.
4984 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4985 (rcirc-last-post-time): New variable.
4986 (rcirc-process-message): Store the last time user posted a message
4987 to this target.
4988 (rcirc-multiline-minor-mode): New mode.
4989 (rcirc-multiline-minor-mode-map): New mode map.
4990 (rcirc-edit-multiline): Put multiline-edit buffer in
4991 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4992 (rcirc-print): Ignore any line starting with an ignored nick.
4993 (rcirc-print): Decode using rcirc-decode-coding-system.
4994 (rcirc-track-minor-mode): Update global-mode-string when disabling
4995 this mode.
4996 (minor-mode-alist): Add LowPri indicator.
4997 (rcirc-toggle-low-priority): New function.
4998 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4999 next lowpriority buffer with activity.
5000 (rcirc-record-activity): Sort buffers in rcirc-activity by the
5001 last time the user posted a message in to the target.
5002 (rcirc-update-activity-string): New formatting for low priority
5003 buffers.
5004 (rcirc-split-activity): New function.
5005 (rcirc-handler-PART, rcirc-handler-KICK)
5006 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5007 (rcirc-nick-away-alist): New variable.
5008 (rcirc-handler-301): New handler. Away messages are printed once
5009 per change.
5010
5011 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5012
5013 * info.el (Info-follow-nearest-node): Doc fix.
5014
5015 * international/mule-cmds.el (set-locale-environment): Make sure
5016 the coding-system preferred by the locale's language has the same
5017 EOL conversion type as the original buffer-file-coding-system.
5018 (locale-language-names): Add a few MS Windows language codes.
5019
5020 2006-04-07 Richard Stallman <rms@gnu.org>
5021
5022 * simple.el (eval-expression): Doc fix.
5023
5024 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5025 (eval-defun): Doc fixes.
5026
5027 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5028
5029 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5030
5031 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
5032
5033 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5034 GDB list command without argument for greater generality.
5035
5036 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5037
5038 * subr.el (string-or-null-p): New function.
5039
5040 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5041
5042 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5043
5044 * files.el: Update comment about safe-local-variable declarations.
5045
5046 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5047
5048 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5049 See idlwave.org.
5050
5051 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5052 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
5053
5054 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5055 See idlwave.org.
5056
5057 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5058 version 6.0 (minimal changes). See idlwave.org.
5059
5060 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5061 6.0 (minimal changes). See idlwave.org.
5062
5063 * progmodes/idlw-rinfo.el: File obsoleted and removed.
5064
5065 2006-04-06 Romain Francoise <romain@orebokech.com>
5066
5067 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5068 symmetric encryption features and a new asynchronous interface to
5069 GnuPG. This new version is version 1.4, plus whitespace changes.
5070
5071 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5072
5073 * files.el: Move some `safe-local-variable' declarations to the
5074 respective files.
5075
5076 * textmodes/ispell.el (ispell-check-comments)
5077 (ispell-local-dictionary): Mark as safe.
5078
5079 * abbrev.el (abbrev-mode): Mark as safe.
5080
5081 * add-log.el (change-log-default-name): Mark as safe.
5082
5083 * textmodes/reftex-vars.el (reftex-vref-is-default)
5084 (reftex-fref-is-default, reftex-level-indent)
5085 (reftex-guess-label-type): Mark as safe.
5086
5087 * textmodes/fill.el (colon-double-space): Mark as safe.
5088
5089 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5090 (sentence-end-double-space, sentence-end-without-period)
5091 (sentence-end-without-space, sentence-end, sentence-end-base)
5092 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5093
5094 2006-04-06 Kim F. Storm <storm@cua.dk>
5095
5096 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5097 the :set-after list.
5098 (ido-downcase-unc-hosts): New user option. Default on.
5099 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5100 when it is set, as regexps are now applied on the fly.
5101 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5102 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5103 on the fly, but only when ido-process-ignore-lists is set.
5104 Do case insensitive filtering if ido-downcase-unc-hosts is set.
5105 Only downcase names if ido-downcase-unc-hosts is set.
5106
5107 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
5108
5109 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5110
5111 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5112
5113 2006-04-05 Kim F. Storm <storm@cua.dk>
5114
5115 * ido.el (ido-mode): Set after ido-unc-hosts and
5116 ido-ignore-unc-host-regexps.
5117 (ido-save-history): Save ido-unc-hosts-cache.
5118 (ido-load-history): Load ido-unc-hosts-cache.
5119 (ido-reread-directory): Refresh unc hosts cache in // dir.
5120
5121 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5122 to nil while displaying slash screen.
5123
5124 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5125
5126 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5127 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5128
5129 2006-04-05 Kenichi Handa <handa@m17n.org>
5130
5131 * international/characters.el: Setup cases of Latin, Greek, and
5132 Cyrillic characters in CJK charsets.
5133
5134 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5135
5136 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5137 default-enable-multibyte-characters. This reverts the change from
5138 revision 6.17 which is no longer necessary because the passphrase
5139 is sent separately now. GnuPG messages are unreadable under
5140 multibyte locales with default-enable-multibyte-characters set to nil.
5141
5142 2006-04-04 Andreas Schwab <schwab@suse.de>
5143
5144 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5145 and `byte-compile-warnings' as `safe-local-variable'.
5146
5147 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5148
5149 * man.el (Man-mode-map): Restore the \r binding.
5150 (Man-abstract-xref-man-page): If Man-target-string is a function,
5151 call it.
5152 (Man-highlight-references): Use Man-default-man-entry to get the
5153 target. Deal with xrefs too.
5154 (Man-highlight-references0): Don't call the target function.
5155
5156 * woman.el (WoMan-xref-man-page): Strip the section number, woman
5157 cannot deal with it.
5158
5159 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5160
5161 * pgg-gpg.el: Clean up process buffers every time gpg processes
5162 complete.
5163
5164 2006-04-04 Kenichi Handa <handa@m17n.org>
5165
5166 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5167 here.
5168 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5169 Temporarily bind inhibit-field-text-motion to t.
5170
5171 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * startup.el (normal-splash-screen): Only set mode-line-format in the
5174 splash buffer, so as not to interfere when debugging the code.
5175 Ignore errors when switching buffer.
5176
5177 2006-04-03 Romain Francoise <romain@orebokech.com>
5178
5179 * dired.el (dired-dnd-protocol-alist): Fix typo.
5180
5181 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5182
5183 * savehist.el (savehist): Add :version.
5184 (savehist-ignored-variables): New variable.
5185 (savehist-minibuffer-hook): Don't save variables listed in
5186 `savehist-ignored-variables'.
5187
5188 * dired.el (dired-dnd-protocol-alist): Mention that change does
5189 only apply to new buffers in doc string.
5190
5191 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5192
5193 * recentf.el (recentf-open-files-item): Include newline in button
5194 field, so opening a file will work, when the point is at the end
5195 of the file name. Allow, for example, to [i]search a file by
5196 extension and just push RET to open it.
5197
5198 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5199
5200 * pgg-gpg.el (pgg-gpg-process-filter)
5201 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5202
5203 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5204 lines, temporary fix.
5205
5206 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5207
5208 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5209
5210 2006-04-02 Richard Stallman <rms@gnu.org>
5211
5212 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5213
5214 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5215
5216 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5217 header-mouse-map.
5218
5219 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5220 (ibuffer-mode-header-map): New keymaps.
5221 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5222 and keybindings for column headers.
5223 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5224 property.
5225
5226 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5227
5228 * speedbar.el (speedbar-after-create-hook): Doc fix.
5229
5230 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5231
5232 * shell.el (shell-directory-tracker)
5233 (shell-dynamic-complete-command): Doc fixes.
5234
5235 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5236
5237 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5238 terminals.
5239
5240 2006-04-01 Kim F. Storm <storm@cua.dk>
5241
5242 * ido.el (ido-unc-hosts-cache): New defvar.
5243 (ido-unc-hosts): If value of defcustom is a function, call it to
5244 get list of UNC hosts. Add function-item choices to specify
5245 ido-unc-hosts-net-view or user function.
5246 (ido-ignore-unc-host-regexps): New defcustom.
5247 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5248 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5249 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5250
5251 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5254 wwidth.
5255
5256 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5259 (ido-max-work-file-list, ido-switch-buffer)
5260 (ido-read-file-name-as-directory-commands):
5261 Fix typos in docstrings.
5262
5263 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5264
5265 * term/mac-win.el (mac-system-coding-system): Define and use after
5266 Mac-specific coding systems are ready.
5267
5268 2006-03-27 Romain Francoise <romain@orebokech.com>
5269
5270 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5271
5272 * ldefs-boot.el: Update.
5273
5274 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5275
5276 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5277 passphrases when it is not needed.
5278 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5279 passphrase stuff from gpg, should only be necessary when you use
5280 gpg with a smartcard.
5281
5282 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5283
5284 * comint.el (comint-dynamic-list-completions): Allow user to
5285 select *Completions* buffer.
5286
5287 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5288
5289 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5290
5291 2006-03-26 Andreas Schwab <schwab@suse.de>
5292
5293 * progmodes/gud.el (gdb): Only complain about multiple debugging
5294 when the gdb process is still running.
5295
5296 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5297
5298 * mail/rmail.el (tool-bar-map): Defvar it.
5299 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5300 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5301
5302 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5303
5304 * help.el (print-help-return-message): Suggest to use
5305 display-buffer instead of switch-to-buffer-other-window to restore
5306 the previous window without selecting it.
5307
5308 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5309
5310 * frame.el (select-frame-by-name): Call x-focus-frame also when
5311 window-system is mac.
5312
5313 * term/mac-win.el: Adjust Courier font specifications in
5314 x-fixed-font-alist.
5315 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5316 when directly encoding to UTF-16 in native byte order, no BOM.
5317
5318 2006-03-25 Kim F. Storm <storm@cua.dk>
5319
5320 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5321 (cua--init-keymaps): Use it instead of fixed C-return.
5322 (cua-mode): Set after it.
5323
5324 * emulation/cua-rect.el (cua--init-rectangles):
5325 Use cua-rectangle-mark-key instead of fixed C-return.
5326
5327 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5328
5329 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5330 "run" in .gdbinit.
5331 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5332
5333 2006-03-24 Romain Francoise <romain@orebokech.com>
5334
5335 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5336 `display-buffer-other-frame'.
5337
5338 2006-03-24 Kim F. Storm <storm@cua.dk>
5339
5340 * apropos.el (apropos-synonyms): Add selection => region.
5341
5342 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5343
5344 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5345 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5346 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5347 (gdb-data-list-register-values-regexp)
5348 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5349 Future proof against new fields being added to MI output.
5350 (gdb-send): Don't treat backslashes for program input as
5351 continuations.
5352 (gdb-assembler-handler): Don't use window-start for this handler.
5353 (gdb-frame-handler): Don't change to hollow arrow if overlay
5354 arrow doesn't move to new frame.
5355
5356 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5357
5358 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5359 prevent compiler warnings.
5360 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5361 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5362 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5363 buffer too.
5364
5365 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5366
5367 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5368 make-network-process, so we can use the same code in Gnus v5-10
5369 too and have this file fully synchronized with that release.
5370
5371 2006-03-23 Romain Francoise <romain@orebokech.com>
5372
5373 * ibuf-ext.el (ibuffer-read-filter-group-name):
5374 Use `ibuffer-generate-filter-groups' to make completion list match
5375 the filter groups that are really displayed in the Ibuffer buffer.
5376 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5377
5378 2006-03-23 Kenichi Handa <handa@m17n.org>
5379
5380 * international/mule-cmds.el (sort-coding-systems): Describe that
5381 the argument is modified in docstring.
5382
5383 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5384
5385 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5386 (pgg-gpg-update-agent): New function.
5387 (pgg-gpg-use-agent-p): New function.
5388 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5389 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5390 (pgg-gpg-sign-region): Use it.
5391
5392 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * cus-edit.el (custom-face-set): Call custom-push-theme before
5395 face-spec set so that `changed' theme is correctly saved.
5396 (custom-face-reset-standard): Reset to recalculated face rather
5397 than defface spec.
5398
5399 * custom.el (custom-push-theme): Only save `changed' theme if the
5400 current face does not match the defface specs.
5401
5402 2006-03-21 Simon Josefsson <jas@extundo.com>
5403
5404 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5405 <wilde@sha-bang.de>.
5406 (pgg-gpg-use-agent): New variable.
5407 (pgg-gpg-process-region): Use it.
5408 (pgg-gpg-encrypt-region): Likewise.
5409 (pgg-gpg-encrypt-symmetric-region): Likewise.
5410 (pgg-gpg-decrypt-region): Likewise.
5411 (pgg-gpg-sign-region): Likewise.
5412 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5413
5414 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5415
5416 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5417 bracket links.
5418
5419 2006-03-21 Kim F. Storm <storm@cua.dk>
5420
5421 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5422 fringe-indicator-alist instead of modifying global value.
5423 (gdb-frame-handler): Likewise.
5424
5425 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5426
5427 * diff-mode.el (diff-function): Make it inherit from diff-header
5428 instead of diff-context.
5429
5430 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5431 bitmap.
5432 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5433 change names in macro above for consistency.
5434 (gdb-frame-handler): Use hollow-right-triangle for all selected
5435 frames which except the innermost (where execution has stopped).
5436 (gdb-reset): Reset buffer-local values of overlay-arrow.
5437
5438 2006-03-20 Richard Stallman <rms@gnu.org>
5439
5440 * simple.el (set-mark-command): Doc fix.
5441
5442 * files.el (display-buffer-other-frame): New command.
5443 (ctl-x-4-map): Bind C-x 5 C-o to it.
5444
5445 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5448 rather than just defer-time, in case defer-time has been changed but
5449 the timer isn't running yet.
5450 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5451
5452 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5453
5454 * help-mode.el (help-follow-symbol): New function.
5455 Essentially identical to the old `help-follow', but do not let
5456 `push-button' do the work when on an xref.
5457 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5458
5459 2006-03-19 Richard Stallman <rms@gnu.org>
5460
5461 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5462 preceded by the word `program'.
5463 (help-follow-mouse, help-follow): Throw error if not on xref.
5464 Delete no longer used args.
5465
5466 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5467
5468 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5469 annotation ensure gud-overlay-arrow-position is redisplayed.
5470
5471 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5472
5473 * textmodes/bibtex.el (bibtex-include-OPTkey)
5474 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5475 (bibtex-autokey-name-case-convert)
5476 (bibtex-autokey-titleword-case-convert): Make these the aliases
5477 for the following two variables.
5478 (bibtex-autokey-name-case-convert-function)
5479 (bibtex-autokey-titleword-case-convert-function): Make these the
5480 real names.
5481 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5482 bibtex-font-lock-crossref sublists.
5483 (bibtex-mode): Revert 2005-12-30 change (which made
5484 completion-ignore-case buffer-local).
5485 (bibtex-url): Simplify.
5486
5487 2006-03-19 Kim F. Storm <storm@cua.dk>
5488
5489 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5490 cursor property value to 2 (to align with C level change).
5491
5492 2006-03-19 Bill Wohler <wohler@newt.com>
5493
5494 * image.el (image-load-path-for-library): Shorten first line in
5495 docstring.
5496
5497 2006-03-18 Richard Stallman <rms@gnu.org>
5498
5499 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5500
5501 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5502
5503 * isearch.el (isearch-other-meta-char): Handle user bindings for
5504 shifted control characters.
5505
5506 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5507
5508 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5509 part that matches email addresses, file names, etc.
5510
5511 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5512
5513 * term/w32-win.el (mouse-set-font):
5514 Mention w32-list-proportional-fonts in the doc string.
5515
5516 2006-03-18 Kim F. Storm <storm@cua.dk>
5517
5518 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5519 (ido-unc-hosts): New user option to explicitly define list of know
5520 UNC-style hosts for completion.
5521 (ido-cache-unc-host-shares-time): New user option.
5522 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5523 New helper functions for UNC file-name support.
5524 (ido-may-cache-directory): Check for UNC host. Simplify.
5525 (ido-wash-history): Clean out old UNC hosts.
5526 (ido-nonreadable-directory-p): UNC hosts are always readable.
5527 (ido-directory-too-big-p): UNC hosts are never too big.
5528 (ido-set-current-directory): Handle UNC root path.
5529 (ido-file-name-all-completions): Complete UNC host names from
5530 ido-unc-hosts list. Cache UNC host shares.
5531 (ido-make-file-list-1): Don't filter UNC root.
5532 (ido-exhibit): Check for // in root directory, and switch to UNC
5533 mode by setting ido-current-directory to //.
5534
5535 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * cus-edit.el (customize-changed-options): Mention explicit
5538 version number as default in prompt.
5539
5540 2006-03-17 Bill Wohler <wohler@newt.com>
5541
5542 * image.el (image-load-path-for-library): Minor docstring fix.
5543
5544 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5545
5546 * textmodes/org.el (org-read-date): Include subgroup 5 into
5547 replacement text.
5548 (org-popup-calendar-for-date-prompt): Fix customization type.
5549
5550 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5551
5552 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5553 (gdb-continuation): New variable.
5554 (gdb-send): Deal with continuation lines.
5555
5556 * progmodes/gud.el (gud-gdb-complete-command)
5557 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5558 expressions.
5559 (gud-tooltip-mode): Use buffer-local value.
5560
5561 2006-03-16 Kim F. Storm <storm@cua.dk>
5562
5563 * ido.el (ido-edit-input): Use selected match, if any.
5564
5565 2006-03-16 Bill Wohler <wohler@newt.com>
5566
5567 * image.el (image-load-path-for-library): Prefer user's images in
5568 image-load-path.
5569
5570 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5571
5572 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5573 when checking for attempt to drag leftmost or rightmost scrollbar.
5574
5575 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5576
5577 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5578 (gdb-force-mode-line-update): New function.
5579 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5580 (gdb-exited): Use them.
5581 (gdb-signal): New function.
5582 (gdb-annotation-rules): Provide a rule for it.
5583
5584 2006-03-16 Kenichi Handa <handa@m17n.org>
5585
5586 * international/mule.el (auto-coding-regexp-alist): Add entries
5587 for Unicode BOM.
5588
5589 * sort.el (sort-build-lists): Temporarily bind
5590 inhibit-field-text-motion to t.
5591
5592 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * locate.el (locate-command, locate-make-command-line)
5595 (locate-fcodes-file, locate-update-command)
5596 (locate-prompt-for-command, locate, locate-with-filter)
5597 (locate-get-file-positions): Doc fixes.
5598 (locate-buffer-name, locate-header-face): Remove leading `*' in
5599 defcustom.
5600 (locate-filter-output): Use `keep-lines' instead of its alias
5601 `delete-non-matching-lines'.
5602 (locate-get-filename, locate-get-dirname): Add introductory comment.
5603 (locate-find-directory-other-window): Give appropriate error
5604 message if used outside main listing.
5605
5606 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5609 the new extend-region feature.
5610 (font-lock-after-change-function): Update correspondingly.
5611 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5612 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5613
5614 2006-03-15 Bill Wohler <wohler@newt.com>
5615
5616 * image.el (image-load-path-for-library): Fix example by not
5617 recommending that one binds image-load-path. Just defvar it to
5618 placate compiler and only use it if previously defined.
5619
5620 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5621
5622 * textmodes/org.el (org-insert-centered): Use `string-width' to
5623 make underlining work for wide characters.
5624 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5625 TAB to `org-cycle', to make sure that no binding in
5626 `outline-mode-map' can supercede it.
5627
5628 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5629
5630 * allout.el: Increment version to 2.2.1 in file commentary.
5631
5632 (allout-version): Increment to 2.2.1.
5633
5634 (allout-default-layout): New customization variable, used when the
5635 file lacks a specific allout-layout. Uses allout-layout-type for
5636 recursively nested definition.
5637
5638 (allout-layout-type): Widget defining allout layouts, necessary for
5639 self-recursive definition.
5640
5641 (allout-mode): Incorporate allout-default-layout as fallback for
5642 allout-layout.
5643
5644 (allout-layout): Mark as 'safe-local-variable', and refer mention
5645 fallback to `allout-default-layout' in absence of a specified value.
5646 (allout-passphrase-verifier-string)
5647 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5648
5649 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5650
5651 (allout-get-encryption-passphrase-verifier): Use correct name of
5652 passphrase verifier in docstring.
5653
5654 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5655
5656 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5657 elements.
5658 (gdb-find-watch-expression): Make it work for arrays too.
5659 Follow change to gdb-var-list.
5660 (gud-watch): Allow the user to enter variable name with a prexix
5661 arg. Create keybindings.
5662 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5663 (gdb-var-list-children-handler, gdb-var-update-handler)
5664 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5665 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5666 Follow change to gdb-var-list.
5667 (gdb-starting): Don't show the overlay arrows when program is running.
5668
5669 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5670 gdb-var-list.
5671
5672 2006-03-14 Bill Wohler <wohler@newt.com>
5673
5674 * image.el (image-load-path-for-library): Pass value of path
5675 rather than symbol. Always return list of directories.
5676 Guarantee that image directory comes first.
5677
5678 2006-03-14 Alan Mackenzie <acm@muc.de>
5679
5680 * font-core.el (font-lock-extend-region\(-function\)?.):
5681 New function/variable.
5682
5683 * font-lock.el (font-lock-after-change-function):
5684 Call font-lock-extend-region. Obey font-lock-lines-before.
5685 (font-lock-default-fontify-region): Remove reference to
5686 font-lock-lines-before.
5687
5688 * jit-lock.el (jit-lock-after-change):
5689 Call font-lock-extend-region. Obey font-lock-lines-before.
5690
5691 2006-03-14 David Ponce <david@dponce.com>
5692
5693 * tree-widget.el (tree-widget-themes-load-path)
5694 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5695
5696 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5697
5698 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5699 (rcirc-print): Mark the start of text at the end of the prompt.
5700 (rcirc-track-minor-mode): Add autoload cookie.
5701 (rcirc-update-activity-string): Add space to front of mode-line
5702 indicator.
5703
5704 2006-03-13 Miles Bader <miles@gnu.org>
5705
5706 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5707 (rcirc-abbrev-nick): Remove function.
5708 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5709
5710 2006-03-13 David Ponce <david@dponce.com>
5711
5712 * tree-widget.el: Handle themes across all occurrences of the main
5713 themes sub-directory found in tree-widget-themes-load-path.
5714 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5715 (tree-widget--locate-sub-directory): Return all occurrences.
5716 (tree-widget-themes-path): New function.
5717 Replace tree-widget-themes-directory, and return a list of directories.
5718 (tree-widget-set-parent-theme)
5719 (tree-widget-lookup-image): Use it.
5720
5721 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5722
5723 * textmodes/org.el (org-link-search): Avoid self-matching of
5724 links, allow target text to be distributed over several lines.
5725 (org-search-not-link): New function.
5726 (org-set-regexps-and-options, org-get-current-options):
5727 New startup options.
5728 (org-export-as-html): Take odd-level setting from local variable.
5729 (org-fontify-emphasized-text): New option.
5730 (org-set-font-lock-defaults): Include emphasized text.
5731 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5732 (org-font-lock): Customize group renamed from `org-faces'.
5733
5734 2006-03-13 John Paul Wallington <jpw@pobox.com>
5735
5736 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5737 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5738
5739 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5740
5741 * cus-start.el (all): Delete :version keyword for members of the
5742 fringe group, since the entire group is new in 22.1.
5743
5744 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5745
5746 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5747 map if value is hexadecimal (an address).
5748 (gud-watch): Only search roots for existing watch expressions.
5749 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5750 prevent caching problems with speedbar-update-directory-contents.
5751
5752 2006-03-12 Juri Linkov <juri@jurta.org>
5753
5754 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5755 before comparing with `low' and `warn'.
5756
5757 * info.el (Info-dir-remove-duplicates): Move point to the
5758 beginning of the current line after deleting the entries from
5759 redundant heading. Use marker for `limit' and compare it with
5760 point before calling `re-search-forward'.
5761
5762 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5763
5764 * simple.el (yank): Fix typo in docstring.
5765
5766 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5767
5768 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5769 messages, where "D" is the 6th character.
5770
5771 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5772
5773 * simple.el (yank): Fix last change.
5774
5775 2006-03-11 David Ponce <david@dponce.com>
5776
5777 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5778 merging elements from the standard ispell-dictionary-alist.
5779 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5780 alist, and return the new alist.
5781
5782 2006-03-11 Richard Stallman <rms@gnu.org>
5783
5784 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5785
5786 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5787 the way it is implemented is too unclean.
5788
5789 * simple.el (kill-region, yank): Doc fix.
5790
5791 * battery.el (battery-echo-area-format): Doc fix.
5792 (battery-mode-line-format): Likewise.
5793 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5794 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5795
5796 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5797
5798 * progmodes/octave-mod.el (octave-indent-for-comment):
5799 Behave according to do string.
5800
5801 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5802
5803 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5804 Be visible only if major mode is Mail Mode.
5805
5806 * textmodes/flyspell.el (flyspell-external-point-words)
5807 (flyspell-process-localwords): Fix last changes.
5808
5809 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5810
5811 * calendar/holidays.el (list-holidays): Doc fix.
5812
5813 * international/mule.el (auto-coding-alist): Add .odt
5814 (OpenOffice's open document) files.
5815
5816 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5817 document) files. Mention in the doc string the need to sync with
5818 auto-coding-alist.
5819
5820 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5823 enable-local-variables is set to always query, or there is no
5824 savable variable.
5825
5826 2006-03-10 Bill Wohler <wohler@newt.com>
5827
5828 * image.el (image-load-path-for-library): Merge at least three
5829 functions from Gnus and MH-E into this one function that can now
5830 be shared.
5831
5832 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5833
5834 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5835 gdb-remove-mouse-face and remove help-echo too.
5836 (gdb-enqueue-input): Correct conditional clause.
5837
5838 2006-03-10 Glenn Morris <rgm@gnu.org>
5839
5840 * calendar/calendar.el (calendar-holidays): Doc fix.
5841 * calendar/holidays.el (list-holidays): Doc fix.
5842
5843 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5844
5845 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5846 it gets called in gdb-prompt anyway.
5847 (gdb-use-separate-io-buffer): Only restore window arrangement for
5848 gdb-many-windows.
5849 (gdb-enqueue-input): Make it harder to send GDB input when program
5850 is running.
5851 (gdb-buffer-list): New variable.
5852 (gdb-remove-mouse-face): New function.
5853 (gdb-starting): Use it when GDB input won't get sent.
5854
5855 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5856
5857 * help.el (view-lossage): Remove trailing whitespace before
5858 inserting "\n".
5859
5860 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * files.el (hack-local-variables-confirm):
5863 Set coding-system-for-read to nil before writing to .emacs.
5864
5865 * arc-mode.el (archive-extract): Check if an existing buffer name
5866 comes from a different archive.
5867
5868 * help.el (describe-key-briefly): If KEY is a down event, read and
5869 discard the up event.
5870
5871 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5872
5873 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5874 be edited and use font-lock-warning-face for any changes.
5875
5876 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5877 (gdb-edit-value): Use it to report any errors.
5878
5879 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * help.el (describe-key): Remove leftover test code.
5882
5883 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5884
5885 * textmodes/org.el: Move defvars out of eval-when-compile.
5886 Use buffer-file-name variable.
5887 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5888 arg `file'.
5889 (org-level-faces): Remove startup dependency.
5890 (org-cycle, org-map-tree, org-scan-tags)
5891 (org-remember-handler): Don't call `outline-level' directly.
5892 (org-mhe-search-all-folders): New option.
5893 (org-mhe-get-message-folder-from-index)
5894 (org-mhe-get-message-folder): Fix indexing search.
5895 (org-format-agenda-item): Handle nil TAGS argument.
5896 (org-cleaned-string-for-export, org-activate-target-links)
5897 (org-make-target-link-regexp): Deal with empty radio target list.
5898 (org-tag): New face.
5899 (org-get-level-face): New function.
5900 (org-set-font-lock-defaults): Simplify setup for headlines.
5901 (org-complete): Pass common substring to `display-completion-list'.
5902
5903 2006-03-06 David Ponce <david@dponce.com>
5904
5905 * tree-widget.el: Update Commentary header.
5906 (tree-widget-theme-name): Ignore parent themes.
5907 (tree-widget-set-parent-theme): New function.
5908 (tree-widget-set-theme): Use it.
5909 (tree-widget-set-image-properties): Move definition. Does nothing
5910 if image properties have already been set.
5911 (tree-widget-image-properties): Move definition. Receive an image
5912 name. Set the :pointer property.
5913 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5914 Don't set the :pointer image property.
5915 (tree-widget-convert-widget): New function. Handle :dynargs
5916 compatibility here.
5917 (tree-widget): Use it to :convert-widget. Add the :expander-p
5918 predicate to control when the :expander function is entered.
5919 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5920 (tree-widget-value-create): Handle :expander-p. widget-apply
5921 :expander.
5922 (tree-widget-expander-p): New function. Default value of the
5923 :expander-p property.
5924
5925 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5926
5927 * help.el (describe-key): Properly handle the return value of
5928 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5929 remaps. Handle string and vector `follow-link' values.
5930
5931 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 * complete.el (PC-expand-many-files): Try be more careful when parsing
5934 the shell's output.
5935
5936 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * outline.el (hide-sublevels): Provide better interactive default.
5939
5940 2006-03-06 Kenichi Handa <handa@m17n.org>
5941
5942 * international/fontset.el (create-fontset-from-fontset-spec):
5943 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5944
5945 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5946
5947 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5948 backslashes instead of one in regexp.
5949 (gud-tooltip-dereference): Add missing optional argument.
5950
5951 2006-03-04 John Paul Wallington <jpw@pobox.com>
5952
5953 * wdired.el (toplevel): Require `cl' at compile-time.
5954
5955 2006-03-04 Andreas Schwab <schwab@suse.de>
5956
5957 * server.el (server-process-filter): Handle errors during
5958 evaluation of the argument.
5959
5960 2006-03-03 John Paul Wallington <jpw@pobox.com>
5961
5962 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5963 escape parentheses at beginning of line.
5964 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5965 (t-mouse-mode): Remove period from end of error message.
5966
5967 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5968
5969 * textmodes/flyspell.el (flyspell-process-localwords):
5970 Be case-sensitive.
5971
5972 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5973
5974 * cus-edit.el (custom-quote): Remove function, since it has been
5975 moved to custom.el.
5976
5977 * font-lock.el (lisp-font-lock-keywords-2)
5978 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5979 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5980 they have no special meaning.
5981
5982 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5983 indirect buffer gets killed before indirect buffer. Use dolist.
5984
5985 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5986
5987 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5988 value instead of a literal constant (1) on more pauses.
5989
5990 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5991
5992 * textmodes/flyspell.el (flyspell-external-point-words):
5993 Be case-sensitive.
5994
5995 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5996
5997 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5998 with "www".
5999
6000 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6001
6002 * allout.el: Restablish intermediate missing comment header to
6003 preserve outline structure.
6004 (allout-beginning-of-current-entry): Skip invisible text.
6005 (allout-open-topic): Fix opening a topic at end-of-buffer.
6006 (allout-minor-mode): Move nearer to allout-mode function.
6007
6008 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
6009
6010 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6011
6012 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6015 is nil.
6016
6017 * progmodes/gud.el (gud-speedbar-menu-items):
6018 Use buffer-local-value and add missing :visible keyword.
6019
6020 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6021
6022 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
6023
6024 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6025 must be `follow-link'.
6026
6027 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6028
6029 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6030 formatting: No nested anchors.
6031 (org-all-targets): Fix bug with XEmacs compatibility.
6032 (org-read-date): Add (require 'parse-time).
6033 (org-set-tags): Fix bug with extra inserted space.
6034 (org-export-html-style): Define a style class for targets.
6035 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6036 (org-hide-leading-stars): New option.
6037 (org-hide): New face.
6038 (org-set-font-lock-defaults): Allow to hide leading stars.
6039 (org-get-legal-level, org-tr-level): New functions.
6040 (org-odd-levels-only): New option.
6041 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6042 (org-demote, org-promote): Deal with double-star levels.
6043 (org-convert-to-odd-levels): New command.
6044
6045 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
6046
6047 * speedbar.el (speedbar-update-localized-contents): Try to
6048 preserve window-start.
6049 (speedbar-update-directory-contents): Try to preserve window-start
6050 and window-point.
6051 (speedbar-update-special-contents): Don't move back to start of window.
6052
6053 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6054 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
6055 speedbar-timer-fn.
6056 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6057 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6058 instead of gdb-speedbar-timer-fn.
6059
6060 2006-02-28 Jay Belanger <belanger@truman.edu>
6061
6062 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6063 (math-compose-expr): Use latex option when calling
6064 `math-compose-tex-matrix' for latex mode.
6065
6066 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
6067
6068 * speedbar.el: Re-instate comments about developing for speedbar
6069 [this is what info and gdb-ui use even if better methods exist now].
6070
6071 * t-mouse.el: New file.
6072 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
6073 (t-mouse-lispy-buffer-posn-from-coords): Remove.
6074 (t-mouse-make-event-element): Use posn-at-x-y instead.
6075 (t-mouse-make-event): Deal with Fedora Core 3.
6076 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6077 (t-mouse-mouse-position-function): New function. Use it instead
6078 of advising mouse-position.
6079 (t-mouse-mode): New minor mode.
6080 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
6081
6082 2006-02-27 Glenn Morris <rgm@gnu.org>
6083
6084 * calendar/calendar.el (calendar-holidays): Doc fix.
6085
6086 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
6087
6088 * progmodes/gdb-ui.el (gdb-source-window): New variable.
6089 Re-introduce the concept of a source window.
6090 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6091 consistency with get-buffer-create.
6092 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6093 (gdb-data-list-register-values-handler)
6094 (gdb-stack-list-locals-handler): Try to preserve window-start as
6095 well as window-point.
6096 (gdb-display-source-buffer): New function (old concept).
6097 (gdb-goto-breakpoint): Use it.
6098
6099 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6100 for gdb-ui/gdb-mi (old concept).
6101
6102 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
6103
6104 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6105 binding.
6106
6107 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6108
6109 * textmodes/reftex-sel.el (reftex-select-label-map)
6110 (reftex-select-bib-map): Add `follow-mouse' binding.
6111
6112 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
6113
6114 * jka-cmpr-hook.el (jka-compr-compression-info-list)
6115 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6116 Give :set functions to provide automatic updating.
6117 Update docstring. Give compiler defvars early in the file
6118 and move the defcustoms to a later spot where all called functions
6119 are defined.
6120 (jka-compr-file-name-handler-entry): Doc fix.
6121 (jka-compr-compression-info-list--internal)
6122 (jka-compr-mode-alist-additions--internal)
6123 (jka-compr-load-suffixes--internal): New variables.
6124 (jka-compr-install): Set the three above variables.
6125 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6126 (jka-compr-update, jka-compr-set): New functions.
6127 (auto-compression-mode): Doc fix.
6128
6129 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6130 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6131 Use jka-compr-compression-info-list--internal,
6132 jka-compr-mode-alist-additions--internal and
6133 jka-compr-load-suffixes--internal.
6134
6135 * files.el (load-library):
6136 * loadhist.el (file-loadhist-lookup):
6137 * startup.el (command-line):
6138 * subr.el (locate-library):
6139 * emacs-lisp/autoload.el (update-directory-autoloads):
6140 * emacs-lisp/find-func.el (find-library-suffixes):
6141 Use `get-load-suffixes' instead of `load-suffixes'.
6142
6143 * subr.el (locate-library):
6144 * emacs-lisp/find-func.el (find-library-name):
6145 Use `load-file-rep-suffixes' instead of '("").
6146
6147 2006-02-26 Kim F. Storm <storm@cua.dk>
6148
6149 * ido.el (ido-save-history, ido-load-history): Simplify.
6150 Don't use find-file-noselect to avoid interference from other modes.
6151
6152 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
6153
6154 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6155 to use the default shell if filename is not available.
6156 Reported by Giorgos Keramidas.
6157
6158 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
6159
6160 * progmodes/etags.el (tags-completion-table): Do completion from
6161 all the tables in the current list, as documented in the manual.
6162
6163 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6164
6165 * CC Mode Update to 5.31.3.
6166
6167 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6168
6169 * progmodes/cc-mode.el (c-postprocess-file-styles):
6170 Bind inhibit-read-only to t, around the call to
6171 c-remove-any-local-eval-or-mode-variables, so that it works on a
6172 RO file.
6173
6174 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6175
6176 * progmodes/cc-awk.el: Correct a typo.
6177
6178 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6179
6180 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6181 c-hungry-delete-backwards, at the request of RMS. Leave the old
6182 name as an alias.
6183
6184 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6185
6186 * progmodes/cc-mode.el: Correct a typo.
6187
6188 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6189
6190 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6191
6192 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6193
6194 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6195 brace-else-brace (error due to mbeg, mend being undefined).
6196
6197 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6198
6199 * progmodes/cc-mode.el: File Local variables: Solve the problem
6200 where both `mode' and c-file-offsets are specified: `mode' will
6201 overwrite c-f-o's settings:
6202 (c-remove-any-local-eval-or-mode-variables): New function.
6203 (c-postprocess-file-styles): Call the above new function, within
6204 c-tentative-buffer-change, to splat `mode' and `eval' before the
6205 second hack-local-variables.
6206
6207 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6208
6209 * progmodes/cc-mode.el:
6210 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6211 (c-after-change): Protect the match data with save-match-data.
6212 It was getting corrupted by c-after-change-check-<>-operators.
6213
6214 * cc-defs.el: [Supersedes patch V1.38]:
6215 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6216 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6217
6218 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6219 with save-match-data. It was being corrupted when Font Lock was
6220 not enabled.
6221
6222 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6223
6224 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6225 Mode and Subword Mode.
6226
6227 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6228 real labels ("case 1:" or "foo:") from non-labels ("public:").
6229 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6230 coding; c-f-t-2 doesn't move over a token at EOB.
6231
6232 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6233
6234 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6235 (c-update-modeline): Concatenate the minor mode indicators
6236 directly onto mode-name, removing c-submode-indicators.
6237 Sometimes, c-s-i got separated from the mode name on the mode line.
6238
6239 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6240 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6241
6242 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6243
6244 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6245 error message when there's an evaluation error to show whether
6246 it's loaded from source or not.
6247 (c-filter-ops): Make it available at runtime too to work when
6248 `c-make-init-lang-vars-fun' needs to evaluate from source.
6249
6250 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6251
6252 * help.el (help): Revert last part of 2006-02-23 change (deletion
6253 of the `provide' call).
6254
6255 2006-02-23 Juri Linkov <juri@jurta.org>
6256
6257 * compare-w.el (compare-windows-highlight): Add new value
6258 `persistent' and change :type from `boolean' to `choice'.
6259 (compare-windows-overlays1, compare-windows-overlays2):
6260 New internal variables.
6261 (compare-windows-highlight): If compare-windows-highlight is
6262 `persistent', add current overlays to compare-windows-overlays[12]
6263 instead of adding compare-windows-dehighlight to pre-command-hook.
6264 (compare-windows-dehighlight): Delete all overlays from
6265 compare-windows-overlays[12].
6266
6267 * info.el (Info-search): Don't bind search-spaces-regexp to
6268 Info-search-whitespace-regexp in non-regexp isearch mode.
6269
6270 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6273
6274 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6275
6276 * textmodes/org.el (org-xemacs-p)
6277 (org-export-html-show-new-buffer, org-table-may-need-update)
6278 (org-insert-item, org-mhe-get-message-real-folder)
6279 (org-mhe-get-message-folder-from-index)
6280 (org-mhe-get-message-folder, org-mhe-get-message-num)
6281 (org-mhe-get-header, org-make-org-heading-search-string)
6282 (org-make-org-heading-camel, org-table-sort-lines)
6283 (org-format-org-table-html, org-format-table-table-html):
6284 Fix typos in docstrings.
6285
6286 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6287
6288 * textmodes/org.el (org-cleaned-string-for-export)
6289 (org-solidify-link-text): New function.
6290 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6291 XEmacs, just to silence the compiler.
6292 (org-export-as-ascii, org-export-as-html-and-open):
6293 Use `org-cleaned-string-for-export' and create internal links.
6294 (org-follow-mhe-link): Require mh-e, use folder.
6295
6296 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6297
6298 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6299
6300 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6301 gdb-debug-log-length.
6302 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6303 it a real ring but...
6304 (gud-gdba-marker-filter): ...make it work like mark-ring.
6305 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6306 (gdb-mouse-jump): New function. Add bindings.
6307
6308 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6309
6310 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6311 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6312 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6313 (gdb-debug-log-length): Customize it's length.
6314 (gud-watch, gdb-var-create-handler): Display function::var format
6315 but don't use to create variable object.
6316 (gdb-var-create-handler): Use message-box in place of message.
6317 (gdb-stopped): Call gdb-exited if signalled.
6318
6319 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6320
6321 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6322
6323 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6324
6325 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6326 if `reftex-try-all-extensions' is set.
6327
6328 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6329 fail silently when there is no valid argument at point.
6330 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6331 `fail-silently' argument. From a patch by David Reiter.
6332
6333 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6334 New commands.
6335 (org-mark-ring): New variable.
6336 (org-mark-ring-length): New option.
6337 (org-open-at-point, org-goto, org-open-file): Push old position
6338 onto the mark ring.
6339 (org-add-hook): New function.
6340 (org-export-table-remove-special-lines): New option.
6341 (org-skip-comments, org-format-org-table-html): Respect new
6342 option `org-export-table-remove-special-lines'.
6343 (org-open-file): Allow special command configuration for
6344 directory link.
6345 (org-file-apps): Fix bugs in customize type, added setting
6346 for directories.
6347 (org-activate-tags, org-format-agenda-item, org-complete)
6348 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6349 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6350 (org-link-search, org-make-org-heading-search-string)
6351 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6352 (org-radio-targets, org-file-link-context-use-camel-case)
6353 (org-activate-camels): New options.
6354 (org-update-radio-target-regexp, org-all-targets)
6355 (org-make-target-link-regexp, org-activate-target-links):
6356 New functions.
6357 (org-make-org-heading-search-string): New function.
6358 (org-store-link, org-insert-link): Use new option
6359 `org-file-link-context-use-camel-case'.
6360 (org-activate-camels): Use new option `org-activate-camels'.
6361 (org-link-regexp): Add mhe prefix.
6362 (org-open-at-point, org-store-link): Support for mhe links.
6363 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6364 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6365 (org-mhe-get-header, org-follow-mhe-link): New functions.
6366 (org-remove-angle-brackets, org-add-angle-brackets):
6367 New functions.
6368 (org-bracket-link-regexp): New constant.
6369 (org-read-date): Fix bug that was rejecting all typed dates.
6370 (org-link-search): Make hierarchy above visible after a match.
6371 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6372 (org-store-link): Fix bug with link creation when cursor is in
6373 an empty line.
6374 (org-open-at-point): Fix bug with matching a link.
6375 Fixed buggy argument sequence in call to `org-view-tags'.
6376 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6377 (org-prefix-has-tag): New variable.
6378 (org-format-agenda-item): Remove tags from headline
6379 if appropriate.
6380 (org-agenda-remove-tags-when-in-prefix): New option.
6381
6382 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6383
6384 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6385 Fix the regular expressions.
6386
6387 2006-02-21 Richard M. Stallman <rms@gnu.org>
6388
6389 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6390 if there's no other specific basis.
6391
6392 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6393 as variables at all.
6394 (unsafep-variable): Rename arg; doc fix.
6395
6396 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6397
6398 * calendar/appt.el (diary-selective-display): Add defvar.
6399
6400 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6401
6402 * isearch.el (search-whitespace-regexp): Fix custom type.
6403
6404 * help.el (describe-key-briefly): Compute interactive args
6405 in same was as before previous change.
6406
6407 * files.el (enable-local-variables): Doc fix.
6408
6409 2006-02-21 Kim F. Storm <storm@cua.dk>
6410
6411 * fringe.el: Cleanup as file is now pre-loaded.
6412 (fringe-bitmaps): Initialize unconditionally.
6413 (fringe-mode, set-fringe-style): Remove autoload cookies.
6414
6415 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6416
6417 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6418 `horizontal-bar'.
6419 (fringe-cursor-alist): Use `horizontal-bar'.
6420
6421 2006-02-20 Kim F. Storm <storm@cua.dk>
6422
6423 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6424 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6425
6426 * loadup.el: Load "fringe" on window systems.
6427
6428 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6429
6430 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6431 out of scope components.
6432
6433 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6434 default.
6435
6436 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6437
6438 * custom.el (customize-mark-to-save, customize-mark-as-set):
6439 Load the symbol first.
6440
6441 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6442
6443 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6444 strech spec so it doesn't display as "^J" on the header line
6445 when `Buffer-menu-use-header-line' is t.
6446
6447 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6448
6449 * speedbar.el (speedbar-make-button): Keep text properties
6450 of string arguments if desired.
6451
6452 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6453 expessions.
6454
6455 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6456 of speedbar.
6457
6458 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6459
6460 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6461 to value of `read-file-name-completion-ignore-case'.
6462
6463 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6464
6465 * custom.el (customize-mark-as-set): Push to `user' theme.
6466
6467 * cus-edit.el (custom-save-variables): Allow unthemed values.
6468 (customize-set-variable): Push setting to `user' theme.
6469
6470 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6471
6472 * progmodes/gud.el: Don't require font-lock as it's now
6473 automatically loaded.
6474 (gud-speedbar-buttons): Replace gdb-var-changed with
6475 gdb-force-update.
6476
6477 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6478 gdb-var-changed.
6479 (gdb-post-prompt): Use it.
6480 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6481 (gdb-var-update-handler, gdb-var-delete)
6482 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6483 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6484 gdb-force-update in gdb-post-prompt.
6485 (gdb-reset): Clear watch expressions from speedbar when quitting.
6486
6487 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6488
6489 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6490 (viper-change-state-to-vi, viper-change-state-to-emacs):
6491 Make aware of cursor coloring in the Emacs state.
6492 (viper-special-read-and-insert-char): Use read-char-exclusive.
6493 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6494
6495 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6496
6497 * viper-util.el (viper-save-cursor-color)
6498 (viper-get-saved-cursor-color-in-replace-mode)
6499 (viper-get-saved-cursor-color-in-insert-mode)
6500 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6501 state.
6502 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6503
6504 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6505 (ediff-ignore-case-option3, ediff-actual-diff-options)
6506 (ediff-actual-diff3-options): New variables to control case sensitivity.
6507 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6508 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6509 (ediff-toggle-ignore-case): New function.
6510 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6511
6512 * ediff-help.el (ediff-long-help-message-narrow2)
6513 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6514 (ediff-long-help-message-word-mode): Add ignore-case command.
6515 (ediff-help-for-quick-help): Add ignore-case command.
6516
6517 * ediff-merg.el: Move provide to the end.
6518
6519 * ediff-ptch.el: Move provide to the end.
6520
6521 * ediff-wind.el: Move provide to the end.
6522
6523 * ediff-mult.el: Move provide to the end.
6524 (ediff-set-meta-overlay): Enable follow-link.
6525
6526 * ediff.el: Move provide to the end.
6527 Break recursive load cycle in eval-when-compile.
6528 (ediff-patch-buffer): Better heuristics.
6529
6530 * ediff-util.el: Move provide to the end.
6531 Break recursive load cycle in eval-when-compile.
6532 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6533 defuns.
6534 (ediff-submit-report): Pass the values of ediff-diff3-program,
6535 ediff-diff3-options.
6536
6537 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6538
6539 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6540 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6541 `' (for example, in the docstring of `windmove-default-keybindings').
6542
6543 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6544
6545 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6546 shadow face. Don't provide binding to edit variable when it is
6547 out of scope.
6548
6549 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6550 (gdb-var-update-handler): Detect out of scope variables with pre
6551 GDB 6.4 too.
6552 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6553 Reset status of variable objects to nil in update handlers.
6554 (gdb-var-update-handler-1): Detect when a variable object comes
6555 in scope. setcar on var changes gdb-var-list directly.
6556
6557 2006-02-17 Juri Linkov <juri@jurta.org>
6558
6559 * ffap.el (ffap) <defface>: Add explicit face declaration.
6560 (ffap-highlight): Use face `ffap' directly instead of checking
6561 for its existence.
6562
6563 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6564 `visible-ok' of `other-buffer' to find the right original buffer.
6565
6566 * info.el (Info-search): Skip `Local Variables' node.
6567
6568 2006-02-17 Juri Linkov <juri@jurta.org>
6569
6570 * info.el (Info-find-file): Check for symbols `apropos', `history',
6571 `toc' in the input filename, and return these symbols as is.
6572 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6573 `history', `toc' instead of strings.
6574 (Info-set-mode-line): For non-string Info-current-file use the
6575 symbol's name inside **.
6576 (Info-isearch-push-state): Add quote before Info-current-file and
6577 Info-current-node.
6578 (Info-isearch-pop-state): Use `equal' instead of `string='.
6579 (Info-extract-pointer, Info-following-node-name): Use
6580 `match-string-no-properties' instead of `match-string'.
6581 (Info-up): Check `old-file' for `stringp'.
6582 (Info-history): Use `equal' instead of `string-equal'.
6583 Check `file' for `stringp'.
6584 (Info-history): Use symbol `history' instead of string as first arg
6585 of `Info-find-node'.
6586 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6587 `toc' instead of string.
6588 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6589 instead of `buffer-substring', and `match-string-no-properties'
6590 instead of `match-string'.
6591 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6592 instead of strings.
6593 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6594 Use symbol `apropos' instead of string.
6595 (Info-copy-current-node-name): Check `Info-current-file' for
6596 `stringp' and construct a command with `Info-find-node' from it.
6597 (Info-fontify-node): Use `match-string-no-properties' instead of
6598 `match-string' and check file names for `stringp'.
6599 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6600 `history', `toc' instead of strings.
6601
6602 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6603
6604 * files.el: Rearrange functions and variables in the file local
6605 variables section.
6606
6607 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6608
6609 * files.el: Add truncate-lines, ispell-check-comments and
6610 ispell-local-dictionary as safe local variables.
6611
6612 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6613
6614 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6615 out of scope variables.
6616 (gud-speedbar-buttons): Use unless.
6617
6618 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6619 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6620 (gdb-show-changed-values): Also use for out of scope variables.
6621 (gdb-var-update-handler-1): Note if variable goes out of scope.
6622
6623 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6624
6625 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6626 default to global variable values for unsupplied args.
6627 (rcirc-get-buffer-create): Fix bug with setting the target.
6628 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6629 test for rcirc-always-use-server-buffer-flag here.
6630 (rcirc-response-formats): Add %N, which is a facified nick. %n
6631 uses the default face. Change the ACTION format string. If the
6632 "nick" is the server, don't print anything for that field.
6633 Comment fixes.
6634 (rcirc-target-buffer): Don't test
6635 rcirc-always-use-server-buffer-flag here.
6636 (rcirc-print): Squeeze extra spaces out of the text before message.
6637 (rcirc-put-nick-channel): Strip potential "@" char from nick
6638 before adding them to nick table.
6639 (rcirc-url-regexp): Improve to match address like "foo.com".
6640
6641 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6642
6643 * allout.el (allout-hidden-p): Move this defsubst before
6644 allout-overlay-interior-modification-handler, where it is first
6645 used.
6646
6647 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6648
6649 * allout.el: Use allout invisible-text overlays instead of
6650 selective display for concealed text. Also, lots of general
6651 cleanup, and improved compatibility code.
6652
6653 (allout-version) Incremented, corrected, revised, and refined
6654 module commentary.
6655
6656 (provide 'allout): Moved to the bottom, added a require of overlay.
6657
6658 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6659 `except-current'.
6660 (allout-write-file-hook-handler): Minimize delay.
6661 (count-trailing-whitespace-region): New function so
6662 auto-encryption of current topic can resituate cursor exactly.
6663 PGP/GPG encryption trims trailing whitespace from lines, which
6664 must be accounted for across encryption then decryption.
6665
6666 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6667 just plain "\C-c", to avoid intruding on user's keybinding space.
6668
6669 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6670 parameter, so user request to provide a new password is done.
6671
6672 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6673 Refined mechanism for auto-filling behavior while in allout mode.
6674
6675 (allout-mode): Explicitly specify the mode map in the docstring.
6676 Clarify provision for various write-file hook var names.
6677 Adjusted for invisible-text overlays instead of selective-display.
6678
6679 (allout-depth): Really return 0 if not within any topic. This
6680 rectifies `allout-beginning-of-level' and sequence numbering
6681 errors that occur when cutting and pasting numbered topics.
6682 Changed from a in-line subst to a regular function, as well.
6683
6684 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6685
6686 (allout-end-of-subtree, allout-end-of-subtree)
6687 (allout-end-of-entry, allout-end-of-current-heading)
6688 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6689 (allout-show-children, allout-show-to-offshoot)
6690 (allout-hide-current-entry, allout-show-current-entry): Rectified
6691 handling of trailing blank lines between items.
6692
6693 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6694 (allout-current-depth, allout-unprotected, allout-hidden-p)
6695 (allout-on-current-heading-p, allout-listify-exposed)
6696 (allout-chart-subtree, allout-goto-prefix)
6697 (allout-back-to-current-heading, allout-get-body-text)
6698 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6699 (allout-hide-region-body, allout-toggle-subtree-encryption)
6700 (allout-encrypt-string, allout-encrypted-key-info)
6701 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6702 (allout-file-vars-section-data): Adjusted for use with
6703 invisible-text overlays instead of selective-display.
6704
6705 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6706 Reworked for use with invisible text overlays.
6707
6708 (allout-current-topic-collapsed-p): New function.
6709
6710 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6711 to know when to close the containing topic.
6712
6713 (allout-pre-command-business, allout-post-command-business):
6714 Simplify undo-batching and dynamic isearch exposure.
6715
6716 (allout-set-overlay-category): New for invisible-text overlays.
6717 Sets properties of allout-overlay-category, used by
6718 allout-flag-region to set invisible-text overlay properties.
6719 (allout-get-invisibility-overlay): Get the first qualifying
6720 invisibility overlay, so we can find the extent of it.
6721 (allout-back-to-visible-text): Get to just before the beginnining
6722 of the current invisibility overlay, if any.
6723
6724 (allout-overlay-insert-in-front-handler)
6725 (allout-overlay-interior-modification-handler)
6726 (allout-before-change-handler, allout-isearch-end-handler): New
6727 functions to handle extraordinary actions affecting concealed
6728 text.
6729
6730 (allout-flag-region): Use overlays instead of selective-display
6731 for invisible text - by inheritence from the properties of
6732 allout-overlay-category in mainline Emacs, and applied
6733 property-by-property in XEmacs, some recent versions of which
6734 don't inherit the properties from the category. Provisions to
6735 respond to concealed-text edits simplified drastically.
6736
6737 (allout-isearch-rectification, allout-isearch-was-font-lock)
6738 (allout-isearch-expose, allout-enwrap-isearch)
6739 (allout-isearch-abort, allout-pre-was-isearching)
6740 (allout-isearch-prior-pos, allout-isearch-did-quit)
6741 (allout-isearch-dynamic-expose)
6742 (allout-hide-current-entry-completely): Functions deleted.
6743
6744 (allout-undo-aggregation): Explicit undo aggregation no longer
6745 necessary due to transition away from selective-display.
6746
6747 (set-allout-regexp, allout-up-current-level)
6748 (allout-next-visible-heading, allout-forward-current-level)
6749 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6750 (allout-kill-line, allout-yank-processing, allout-show-children)
6751 (allout-expose-topic, allout-old-expose-topic)
6752 (allout-listify-exposed, allout-insert-latex-header)
6753 (allout-toggle-subtree-encryption, allout-encrypt-string)
6754 (remove-from-invisibility-spec, allout-hide-current-subtree):
6755 Ditched unused variables.
6756
6757 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6758
6759 * textmodes/ispell.el (ispell-change-dictionary): Call
6760 ispell-buffer-local-dict instead of
6761 ispell-accept-buffer-local-defs.
6762 (ispell-local-dictionary-alist): Accept as valid any coding-system
6763 supported by Emacs.
6764 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6765 changed to iso-8859-3.
6766
6767 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6768
6769 * speedbar.el (speedbar-frame-width): Make an inline function
6770 instead of a macro. Use frame-width.
6771 (speedbar-try-completion, speedbar-update-contents)
6772 (speedbar-timer-fn): Use consp.
6773 (speedbar-update-localized-contents): Try to preserve point.
6774
6775 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6776 (menu): Re-order menu items.
6777 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6778 field.
6779 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6780 (gdb-post-prompt): Speed things by not forcing update.
6781
6782 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6785 press and perform default action if we get a mouse movement event.
6786
6787 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6788
6789 * calendar/icalendar.el (icalendar--get-event-property)
6790 (icalendar--get-event-property-attributes): Fix typos in
6791 docstrings.
6792
6793 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6794 docstring.
6795
6796 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6797
6798 * bs.el (bs-mode): Use `buffer-disable-undo'.
6799 (bs--get-file-name): Simplify.
6800 (bs-show-in-buffer): Mark the buffer as not modified.
6801
6802 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6803
6804 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6805 widget-button-click.
6806
6807 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6808 (custom-mode): Update docstring.
6809
6810 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6811 binding.
6812
6813 * files.el (hack-local-variables-confirm): Allow scrolling if the
6814 file variable list is too long. Kill temp buffer after use.
6815
6816 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6817
6818 * progmodes/gud.el (gdb): Improve doc string.
6819 (gdb-script-font-lock-keywords): Expand allowed character set.
6820
6821 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6822 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6823 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6824 (gdb-separate-io-stop, gdb-separate-io-eof):
6825 Rename from gdb-inferior-* to gdb-separate-*.
6826 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6827
6828 2006-02-14 Jay Belanger <belanger@truman.edu>
6829
6830 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6831 expression is a symbol before checking that it is bound.
6832
6833 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6834 test to see if equation can be solved.
6835
6836 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6837
6838 * wid-edit.el (widget-button-click): Use :pressed-face property
6839 for overlay face, if it exists.
6840
6841 * cus-edit.el (custom-manual, custom-add-see-also)
6842 (custom-add-parent-links, custom-group-link): Add :pressed-face
6843 property to links.
6844
6845 * files.el (hack-local-variables): Remove ignored variables before
6846 checking if any variables need setting.
6847
6848 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6849
6850 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6851
6852 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6853
6854 * help.el (where-is): Fix message for remapped commands.
6855
6856 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6857 Fix typos in docstrings.
6858
6859 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6860
6861 * files.el (safe-local-variable-values): New option.
6862 (hack-local-variables-prop-line): Return a list of variable-value
6863 pairs if MODE-ONLY is non-nil.
6864 (hack-local-variables): Construct list of variable-value pairs,
6865 and apply or reject them in one go. Ask for confirmation if
6866 variables are not known safe.
6867 (hack-local-variables-confirm): Complete rewrite. Support
6868 `safe-local-variable-values'.
6869 (enable-local-variables): Update docstring to reflect new
6870 behavior.
6871 (ignored-local-variables): Ignore ignored-local-variables and
6872 safe-local-variable-values.
6873 (safe-local-variable-p): New function.
6874 (risky-local-variable-p): `safe-local-variable' property check
6875 moved to safe-local-variable-p.
6876 (hack-one-local-variable): Checks moved to hack-local-variables.
6877
6878 (byte-compile-dynamic, c-basic-offset, c-file-style)
6879 (c-indent-level, comment-column, fill-column, fill-prefix)
6880 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6881 (no-update-autoloads, outline-regexp, page-delimiter)
6882 (paragraph-start, paragraph-separate, sentence-end)
6883 (sentence-end-double-space tab-width, version-control):
6884 Add `safe-local-variable' property.
6885
6886 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6887
6888 * icomplete.el, play/landmark.el: Change nonexistent
6889 `outline-layout' file variable to `allout-layout'.
6890
6891 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6892
6893 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6894 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6895 to gud-comint-buffer.
6896 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6897 gdb-ui.el for gdb-mi.el.
6898 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6899 registers buffer to gdb-get-changed-registers.
6900 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6901 deletion of catchpoints (throw and catch).
6902 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6903 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6904 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6905 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6906 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6907
6908 2006-02-13 Jay Belanger <belanger@truman.edu>
6909
6910 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6911 expression is a symbol before checking that it is bound.
6912
6913 2006-02-13 Richard M. Stallman <rms@gnu.org>
6914
6915 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6916 for the minibuffer too, but not if resize-mini-windows will interfere.
6917
6918 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6919 inside `interactive' spec.
6920 (describe-key-briefly-internal, describe-key-internal):
6921 Functions merged back into their callers.
6922
6923 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6924
6925 * info.el (info-xref-visited): Inherit from info-xref too.
6926 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6927 when propertizing Info-current-file and Info-current-node.
6928
6929 2006-02-13 Juri Linkov <juri@jurta.org>
6930
6931 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6932 (tumme-thumb-name): Fix per-directory format.
6933
6934 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6935
6936 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6937
6938 2006-02-12 Miles Bader <miles@gnu.org>
6939
6940 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6941
6942 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6943
6944 * tumme.el: Remove history section. If someone needs the it, it
6945 can always be found in CVS.
6946
6947 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6948
6949 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6950 about the Thumbnail Managing Standard option.
6951
6952 2006-02-12 Richard M. Stallman <rms@gnu.org>
6953
6954 * subr.el (substitute-key-definition): Doc fix.
6955
6956 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6957
6958 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6959
6960 * info.el (Info-mode): Doc fix.
6961
6962 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6963
6964 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6965
6966 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6967 because on Solaris a POSIX compatible "id" is needed. Reported by
6968 Magnus Henoch <mange@freemail.hu>.
6969
6970 2006-02-12 Juri Linkov <juri@jurta.org>
6971
6972 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6973 (tumme) <defgroup>: Change :group to `multimedia'.
6974 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6975 Managing Standard.
6976 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6977 Fix dostring.
6978 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6979 and %y. Fix docstring.
6980 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6981 (tumme-cmd-create-standard-thumbnail-command): New user options.
6982 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6983 is `standard'. Fix docstring.
6984 (tumme-thumb-width, tumme-thumb-height): New user options.
6985 (tumme-external-viewer): Try to find various viewers.
6986 (tumme-get-thumbnail-image): Use `create-image' instead of
6987 constructing the `image' structure.
6988 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6989 `standard'.
6990 (tumme-thumb-name): Add file name generation for standard storage.
6991 Simplify code for other storages.
6992 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6993 Add modification time %m and thumbnail-nq8 %q.
6994 Use `tumme-cmd-create-standard-thumbnail-command' if
6995 tumme-thumbnail-storage is `standard'.
6996 (tumme-dired-insert-marked-thumbs): New autoload command.
6997 (tumme-dired-after-readin-hook): New function.
6998 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6999 `tumme-thumb-size'.
7000 (tumme-display-image): Replace size-x %x and size-y %y with
7001 width %w and height %h.
7002
7003 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7004 `tumme-dired-insert-marked-thumbs'.
7005
7006 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7007
7008 * tumme.el (tumme-write-tag): Fix small bug (file name did not
7009 include path).
7010 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7011 matching tag.
7012
7013 2006-02-12 Miles Bader <miles@gnu.org>
7014
7015 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7016 New variables.
7017 (rcirc-abbrev-nick): New function.
7018 (rcirc-format-response-string): Rewrite to use the formats in
7019 `rcirc-response-formats' and expand escape sequences therein.
7020 A text-property `rcirc-text' is added over the actual response
7021 text to make easy to find inside the returned string.
7022 (rcirc-print): When filling, just look for the `rcirc-text'
7023 text-property to find the appropriate fill prefix, instead of
7024 using hardwired patterns.
7025
7026 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7027
7028 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
7029 Managing Standard.
7030
7031 2006-02-11 Kim F. Storm <storm@cua.dk>
7032
7033 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7034 Don't use insert-buffer; do insert-buffer-substring directly.
7035 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
7036
7037 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7038
7039 * files.el (revert-buffer, recover-file): Replace buffer-read-only
7040 with inhibit-read-only. Suggested by Stefan Monnier.
7041 (revert-buffer): Let insert-file-contents discard
7042 buffer-undo-list. Simplify code.
7043 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7044
7045 2006-02-11 Eli Zaretskii <eliz@gnu.org>
7046
7047 * menu-bar.el (menu-bar-select-yank): Add a doc string.
7048
7049 * help.el (describe-key-briefly): Now a wrapper for
7050 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
7051 to t. Populate yank-menu if empty.
7052 (describe-key-briefly-internal): Renamed from describe-key-briefly.
7053 (describe-key): Now a wrapper for describe-key-internal. Bind
7054 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
7055 (describe-key-internal): Renamed from describe-key.
7056
7057 2006-02-11 Milan Zamazal <pdm@zamazal.org>
7058
7059 * progmodes/glasses.el (glasses-separator): Doc fix.
7060 (glasses-original-separator): New defcustom.
7061 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7062
7063 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7064
7065 * mwheel.el (mouse-wheel-up-event): Doc fix.
7066
7067 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7068
7069 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7070 (tumme-dir): New function. Copied from thumbs.el.
7071
7072 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
7073
7074 * desktop.el (desktop-outvar): Fix typo.
7075 (desktop-save-buffer-p): Doc fix.
7076
7077 * subr.el (substitute-key-definition): Fix typo.
7078
7079 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7080
7081 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7082 when window-system is mac.
7083
7084 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7085
7086 2006-02-10 Kim F. Storm <storm@cua.dk>
7087
7088 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7089 indirect-function instead of using condition-case.
7090
7091 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
7092
7093 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7094 less `colloquial'...
7095
7096 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
7097
7098 * tumme.el: Add a couple of todo items.
7099
7100 2006-02-09 Lars Hansen <larsh@soem.dk>
7101
7102 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7103 (highlight-changes-mode): Don't change desktop-locals-to-save.
7104
7105 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * image-mode.el (image-toggle-display): Clear image cache if using
7108 filename.
7109
7110 2006-02-09 Masatake YAMATO <jet@gyve.org>
7111
7112 * dired-x.el (dired-guess-shell-alist-default): Add .man as
7113 a `dired-man' target.
7114
7115 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7116 boundary of symbols.
7117
7118 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
7119
7120 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7121
7122 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
7123
7124 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7125 `mapcar'; return nil.
7126
7127 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * mouse.el (mouse-drag-track): Don't change window if we rebind to
7130 some other event.
7131
7132 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
7133
7134 * net/rcirc.el (rcirc-startup-channels-alist):
7135 Add irc.freenode.net and #emacs as defaults.
7136 (rcirc-ignore-all-activity-flag): Remove variable.
7137 (rcirc-authinfo): New variable.
7138 (rcirc-authinfo-filename): Remove variable.
7139 (rcirc-always-use-server-buffer-flag): New flag.
7140 (rcirc): M-x rcirc will automatically connect without prompting.
7141 C-u M-x rcirc will prompt. Use rcirc-connect to create a
7142 connection in lisp.
7143 (rcirc-process-server-response-1): Remove everything but the nick
7144 portion of the sender so it doesn't need to be done everywhere
7145 else. Update related code.
7146 (global-map): Remove global keybindings.
7147 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7148 (rcirc-send-input): Split into several functions.
7149 (rcirc-process-input-line, rcirc-process-message)
7150 (rcirc-process-command): New functions.
7151 (rcirc-target-buffer): New function to determine where to route
7152 messages.
7153 (rcirc-user-nick): Save match data.
7154 (rcirc-toggle-ignore-buffer-activity)
7155 (rcirc-update-activity-string): Remove global ignore functionality,
7156 which can be done now by toggling rcirc-track-minor-mode.
7157 (rcirc-track-minor-mode-map): New keymap.
7158 (rcirc-track-minor-mode): New minor-mode.
7159 (ignore): Make the ignore output nicer. Always print it when
7160 adding or removing nicks.
7161 (rcirc-url-regexp): Improve.
7162 (rcirc-mangle-text): Remove properties before using text in the
7163 modeline.
7164 (rcirc-authenticate): Authentication data comes from
7165 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7166 (rcirc-server-prefix): Inherit from rcirc-server.
7167
7168 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7169
7170 * Makefile.in (compile): Append "|| true" to the end of the `find'
7171 command, like compile-always does.
7172
7173 2006-02-08 Sam Steingold <sds@gnu.org>
7174
7175 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7176 output from a dead connection.
7177
7178 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7179
7180 * dired.el (dired-mode-map): Add more bindings for tumme.
7181
7182 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * wdired.el (wdired-mode-map): Use remap.
7185 (wdired-get-filename): Massage.
7186 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7187 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7188 `keymap' property rather than `local-map'.
7189
7190 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7191
7192 * tumme.el (tumme-get-thumbnail-image): New utility function.
7193 Suggested by from Chong Yidong.
7194 (tumme-dired-with-window-configuration): Rename from
7195 `tumme-dired'. Add code to save window configuration.
7196 (tumme-restore-window-configuration): New command to restore the
7197 window configuration that `tumme-dired-with-window-configuration'
7198 saves before it changes the window configuration.
7199 (tumme-show-all-from-dir): New command to display thumbnails for
7200 all files in a directory entered by the user, like M-x thumbs.
7201 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7202 have been created.
7203 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7204 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7205 Remove obsolete test function.
7206
7207 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * vc.el (small-temporary-file-directory): Remove defvar; there's
7210 a defcustom for it in files.el.
7211
7212 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7213 Fix typo in message.
7214 (tumme-gallery-generate): Fix typo in `error' message.
7215 (tumme-display-window-height-correction)
7216 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7217 (tumme-line-up-interactive): Dox fixes.
7218 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7219 (tumme-restore-window-configuration, tumme-format-properties-string)
7220 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7221 Fix typos in docstrings.
7222
7223 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7224
7225 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7226
7227 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7228
7229 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7230 User should use hook if desired.
7231
7232 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7233 buffer if necessary.
7234 (gdb-delete-frame-or-window): New function.
7235 (gdb-breakpoints-mode-map): Bind "q" to it.
7236
7237 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * textmodes/nroff-mode.el: Clean up name space.
7240 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7241 (nroff-mode): Obey the global setting of nroff-electric-mode.
7242 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7243
7244 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7245
7246 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7247
7248 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7249
7250 2006-02-06 Lars Hansen <larsh@soem.dk>
7251
7252 * generic-x.el (etc-fstab-generic-mode): Add file system types
7253 cifs and usbdevfs. Allow special chars in file names.
7254
7255 2006-02-05 Jay Belanger <belanger@truman.edu>
7256
7257 Update copyright notices of the files in lisp/calc.
7258
7259 2006-02-05 Romain Francoise <romain@orebokech.com>
7260
7261 Update copyright notices of all files in the lisp/play directory.
7262
7263 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7264
7265 * ldefs-boot.el: Regenerate.
7266
7267 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7268
7269 2006-02-05 Kim F. Storm <storm@cua.dk>
7270
7271 * files.el (magic-mode-regexp-match-limit): New defvar.
7272 (set-auto-mode): Use it to limit magic-mode-alist matching.
7273
7274 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7275
7276 * simple.el (display-message-or-buffer): Compare the number of
7277 characters to the frame width when determining whether a 1-line
7278 message string will fit in the echo area. Count screen lines
7279 instead of buffer lines when determining whether a multi-line
7280 message will fit in the echo area/minibuffer window.
7281
7282 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7283
7284 * info.el (Info-index, Info-mode): Improve the description of the
7285 `i' command.
7286
7287 * ldefs-boot.el: Regenerate.
7288
7289 2006-02-03 Werner Lemberg <wl@gnu.org>
7290
7291 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7292 greedy to find the closing bracket in \*[...] and similar
7293 expressions. This is a first rough fix -- many additional
7294 refinements are necessary to make nroff mode really usable with groff.
7295
7296 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7297
7298 * international/mule-cmds.el (set-locale-environment):
7299 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7300 libX11.
7301
7302 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7303
7304 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7305 archive are created in archive-tmpdir.
7306
7307 2006-02-02 John Paul Wallington <jpw@pobox.com>
7308
7309 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7310 (ibuffer-fontification-alist): Use it.
7311 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7312 to "* z" and the Ibuffer Mark menu.
7313
7314 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7315
7316 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * textmodes/table.el (*table--cell-describe-mode)
7319 (*table--cell-describe-bindings): Undo last change since
7320 print-help-return-message is not obsoleted by anything at all.
7321
7322 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7323
7324 * emulation/cua-base.el (cua-mode): Doc fix.
7325
7326 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7327
7328 * dframe.el (dframe-handle-make-frame-visible)
7329 (dframe-handle-iconify-frame, dframe-get-focus)
7330 (dframe-select-attached-frame, dframe-power-click)
7331 (dframe-frame-mode): Fix typos in docstrings.
7332
7333 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7334 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7335 Fix typos in docstrings.
7336
7337 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7338 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7339 (hi-lock-archaic-interface-message-used)
7340 (hi-lock-file-patterns-range): Fix typos in docstrings.
7341
7342 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7343 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7344
7345 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7346 Fix typo in docstring.
7347
7348 * net/newsticker.el (newsticker--decode-iso8601-date)
7349 (newsticker--set-customvar, newsticker--buffer-insert-item)
7350 (newsticker--do-run-auto-mark-filter)
7351 (newsticker--parse-generic-feed): Doc fixes.
7352 (newsticker--retrieval-timer-list, newsticker-url-list)
7353 (newsticker-hide-immortal-items-in-echo-area)
7354 (newsticker-hide-obsolete-items-in-echo-area)
7355 (newsticker-new-item-face, newsticker--enclosure)
7356 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7357 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7358 (newsticker--parse-generic-feed, newsticker--cache-contains)
7359 (newsticker--stat-num-items, newsticker-download-enclosures):
7360 Fix typos in docstrings.
7361
7362 * net/rcirc.el (rcirc-debug): Doc fix.
7363 (rcirc-fill-column, rcirc-receive-message-hooks)
7364 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7365 (rcirc-mode, rcirc-generate-new-buffer-name)
7366 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7367 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7368 Fix typos in docstrings.
7369 (rcirc-print): "?\ " -> "?\s".
7370 (rcirc-cmd-join): Improve argument/docstring consistency.
7371
7372 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7373
7374 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7375 before narrow-to-region.
7376
7377 2006-02-01 Richard M. Stallman <rms@gnu.org>
7378
7379 * simple.el (move-beginning-of-line): Scan properly for invis change.
7380
7381 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7382
7383 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7384
7385 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7386 change bit only when id-format is 'integer. Reported by Matt
7387 Hodges <M.P.Hodges@rl.ac.uk>.
7388
7389 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7390
7391 * hilit-chg.el (highlight-changes-initial-state)
7392 (highlight-changes-global-initial-state): Doc fixes.
7393 (highlight-changes-global-modes, global-highlight-changes):
7394 Fix typos in docstrings.
7395
7396 2006-02-01 Kim F. Storm <storm@cua.dk>
7397
7398 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7399 transient-mark-mode in doc string.
7400
7401 2006-01-31 Richard M. Stallman <rms@gnu.org>
7402
7403 * replace.el (multi-occur): Doc fix.
7404 (multi-occur-in-matching-buffers): Rename from
7405 multi-occur-by-filename-regexp. Prefix arg says match
7406 buffer names instead of file names.
7407
7408 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * bs.el: Allow non-default values of `bs-header-lines-length'.
7411 (bs--running-in-xemacs): Remove (not needed anymore).
7412 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7413 instead of `shrink-window', thus avoiding having to compute the
7414 height of the window.
7415 (bs--up): Wrap around even when there's no header.
7416 (bs--down): Use `forward-line' instead of `next-line'.
7417
7418 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7419
7420 * image-mode.el (image-toggle-display): Use file name if possible,
7421 instead of unnecessarily allocating a (possibly huge) lisp string.
7422
7423 2006-01-30 John Paul Wallington <jpw@pobox.com>
7424
7425 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7426 because the `assert' macro signals it at runtime.
7427
7428 * emacs-lisp/cl.el (toplevel): Remove definition of
7429 `cl-assertion-failed' condition.
7430
7431 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7432
7433 * thumbs.el (thumbs-marked-list): Make buffer-local and
7434 permanent-local.
7435 (thumbs-insert-thumb): Make help-echo non-sticky.
7436 (thumbs-file-alist): Use eolp as check for (non)-image.
7437
7438 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7439
7440 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7441 (ediff-before-session-group-setup-hooks)
7442 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7443 Fix typos in docstrings.
7444
7445 * window.el (bw-dir, bw-eqdir, balance-windows)
7446 (split-window-keep-point): Fix typos in docstrings.
7447
7448 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7449 (org-quote-string, org-calendar-to-agenda-key)
7450 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7451 (org-show-following-heading, org-tags-column)
7452 (org-use-tag-inheritance, org, org-allow-space-in-links)
7453 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7454 (org-enable-table-editor, org-calc-default-modes)
7455 (org-table-allow-automatic-line-recalculation)
7456 (org-export-html-style, org-export-with-fixed-width)
7457 (org-export-with-sub-superscripts, org-special-keyword)
7458 (org-formula, org-time-grid, org-table-may-need-update)
7459 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7460 (org-goto-quit, org-get-indentation, org-end-of-item)
7461 (org-move-item-down, org-move-item-up)
7462 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7463 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7464 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7465 (org-agenda-log-mode, org-agenda-toggle-diary)
7466 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7467 (org-agenda-file-to-end, org-agenda-no-heading-message)
7468 (org-agenda-get-closed, org-format-agenda-item)
7469 (org-cmp-priority, org-cmp-category, org-cmp-time)
7470 (org-agenda-change-all-lines, org-agenda-diary-entry)
7471 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7472 (org-link-search, org-camel-to-words, org-open-file)
7473 (org-remember-handler, org-table-convert-region)
7474 (org-table-move-row-down, org-table-move-row-up)
7475 (org-table-copy-region, org-table-wrap-region)
7476 (org-table-toggle-vline-visibility)
7477 (org-table-get-vertical-vector, org-table-modify-formulas)
7478 (org-table-get-specials, org-recalc-commands)
7479 (org-table-rotate-recalc-marks, org-table-eval-formula)
7480 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7481 (org-level-color-stars-only, org-insert-heading):
7482 Fix typos in docstrings.
7483 (last-arg): Add defvar.
7484
7485 * makefile.w32-in (WINS): Add erc.
7486 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7487
7488 2006-01-29 Bill Wohler <wohler@newt.com>
7489
7490 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7491 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7492 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7493 (mh-autoloads): Don't use comments on otherwise empty lines.
7494
7495 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7496
7497 * emulation/viper.el (viper-major-mode-modifier-list): Add
7498 insert-state and vi-state entries for erc-mode.
7499 (viper-go-away, viper-set-hooks): Add and remove
7500 viper-comint-mode-hook from erc-mode-hook as appropriate.
7501
7502 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7503
7504 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7505
7506 * bs.el (bs--format-aux): Implement `middle' alignment as
7507 described in the docstring for `bs-attributes-list'.
7508 (bs--get-name): Simplify. Don't pad the buffer name.
7509
7510 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7511
7512 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7513 English aspell dictionary is installed, use the first entry of
7514 ispell-dictionary-alist-1.
7515
7516 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7517
7518 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7519 Doc fix.
7520
7521 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7522
7523 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7524 for `process-file', in order to let it work for older Emacsen too.
7525
7526 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7527
7528 * international/latexenc.el: Add a suitable `coding:' tag.
7529 (latexenc-find-file-coding-system): Undo last change.
7530
7531 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7532
7533 * international/latexenc.el (latexenc-find-file-coding-system):
7534 Make sure latexenc-main-file is a regular file and is readable.
7535
7536 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7537
7538 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7539 Pass FILE to vc-user-login-name.
7540
7541 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7542
7543 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7544
7545 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7546 there are no more images to display.
7547 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7548 the next image.
7549
7550 2006-01-26 Richard M. Stallman <rms@gnu.org>
7551
7552 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7553
7554 * wid-edit.el (advertised-widget-backward): New alias.
7555 (widget-keymap): Use advertised-widget-backward for S-TAB.
7556
7557 * tumme.el: Correct the keywords.
7558 (tumme-dir-max-size): Use defvar.
7559 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7560
7561 * simple.el (move-beginning-of-line): Take account of fields.
7562 (clone-indirect-buffer-other-window): Take args like
7563 clone-indirect-buffer, and work like it.
7564
7565 * help-fns.el (describe-function): Don't pass `nil' as default.
7566
7567 * files.el (risky-local-variable-p): Follow var aliases.
7568
7569 * subr.el (lazy-completion-table): Doc fix.
7570
7571 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7572 global binding of `line'.
7573
7574 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7575
7576 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7577 Tramp.
7578
7579 * vc.el (vc-default-dired-state-info): Pass FILE to
7580 vc-user-login-name.
7581 (vc-default-update-changelog): Don't use vc-user-login-name, we
7582 don't need it here.
7583
7584 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7585 no longer necessary.
7586
7587 2006-01-25 Kenichi Handa <handa@m17n.org>
7588
7589 * international/mule.el (decode-char): Avoid the overhead of
7590 calling utf-lookup-subst-table-for-decode if
7591 utf-translate-cjk-mode is nil.
7592 (encode-char): Avoid the overhead of calling
7593 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7594 nil.
7595
7596 2006-01-22 Kenichi Handa <handa@m17n.org>
7597
7598 * international/mule.el (make-subsidiary-coding-system): Reset
7599 `coding-system-define-form' property of subsidiaries to nil.
7600 Avoid duplicated entry in coding-system-alist.
7601 (make-coding-system): Avoid duplicated entry in
7602 coding-system-alist.
7603 (define-coding-system-alias): Likewise.
7604
7605 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7606
7607 * completion.el: Minor fixes in introductory comment.
7608 (completion-def-wrapper): Fix alist.
7609
7610 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7611
7612 * thumbs.el (thumbs-new-image-size): New function.
7613 (thumbs-increment-image-size-element)
7614 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7615 (thumbs-decrement-image-size): Delete.
7616 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7617 temp files and use to resize.
7618 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7619 Use increment argument to enlarge/shrink. Preserve point.
7620 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7621 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7622 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7623 (thumbs-mark, thumbs-unmark): Preserve point.
7624 (thumbs-modify-image): Keep old temp files and use to modify.
7625 Cleanup old temp files at load time. Preserve point.
7626 (thumbs-view-image-mode-map): Use new command names.
7627
7628 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7631
7632 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7633 the nastiest part of the cyclic dependency.
7634 (cal-menu-update): Use dotimes and calendar-increment-month.
7635
7636 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7637 (calendar-week-start-day): Add an :initializer.
7638 (calendar-mode-map): Use suppress-keymap, and command remapping.
7639 (describe-calendar-mode): Setup xref-stack info for the back button.
7640 (calendar-star-date): Insert before delete.
7641 (calendar-set-mode-line): Add file-modified info if applicable.
7642 (calendar-increment-month): New function.
7643
7644 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7645
7646 * font-lock.el (lisp-font-lock-keywords-2):
7647 Recognize "& keywords" only at word boundaries.
7648
7649 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7650
7651 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7652 and permanent-local.
7653 (thumbs-max-image-number): New variable.
7654 (thumbs-do-thumbs-insertion): Use them.
7655 (thumbs-per-line): Change default to 4.
7656 (thumbs-marked-list): Rename from thumbs-markedL.
7657 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7658 (thumbs-rename-images): Use -list instead of L for internal variables.
7659 (thumbs-call-convert): Use call-process instead of shell-command.
7660 (thumbs-insert-thumb): Add filename as help-echo to each image.
7661 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7662 Give dir to thumbs-show-thumbs-list.
7663 (thumbs-show-thumbs-list): Set default-directory to that of images.
7664 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7665 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7666 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7667 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7668
7669 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * ses.el (ses-read-cell): Provide a default value.
7672
7673 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7674
7675 * term/w32-win.el (image-library-alist): Add additional names for
7676 GIF library.
7677
7678 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7679
7680 * international/latexenc.el (latexenc-find-file-coding-system):
7681 Add file-regular-p check.
7682
7683 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * simple.el (clone-buffer): Don't show the new buffer in the same
7686 window.
7687
7688 2006-01-23 Juri Linkov <juri@jurta.org>
7689
7690 * faces.el (link, link-visited): New faces based on default values
7691 of `info-xref' and `info-xref-visited'.
7692
7693 * info.el (info-xref): Inherit from `link'.
7694 (info-xref-visited): Inherit from `link-visited'.
7695
7696 * cus-edit.el (custom-buffer-create-internal): Use widget type
7697 `custom-manual' instead of `info-link' and don't set properties
7698 `button-face' and `mouse-face' explicitly.
7699 (custom-browse-group-tag, custom-browse-variable-tag)
7700 (custom-browse-face-tag): Inherit from widget class
7701 `custom-group-link' instead of `push-button'.
7702 (custom-button-unraised): Inherit from `underline' face.
7703 (custom-link): Inherit from `link' face. Fix doc and group.
7704 (custom-add-parent-links, custom-group-value-create): Don't set
7705 properties `button-face' and `mouse-face' explicitly for
7706 `custom-group-link' widget.
7707 (custom-group-link): Add properties `button-face' and `mouse-face'
7708 to widget definition.
7709 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7710 editable-field's :keymap property.
7711 (custom-mode): Fix docstring: substitute keybindings for
7712 `widget-forward' and `widget-backward' from `widget-keymap',
7713 `widget-complete' from `custom-field-keymap', replace old
7714 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7715
7716 * desktop.el (desktop-load-file): Check for `fboundp' before
7717 calling `symbol-function'.
7718
7719 * simple.el (clone-buffer, clone-indirect-buffer)
7720 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7721 `read-string'. Fix prompts.
7722
7723 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7724
7725 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7726
7727 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7728
7729 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7730
7731 * startup.el (inhibit-splash-screen, initial-scratch-message):
7732 Doc fixes.
7733
7734 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7735
7736 Sync with Tramp 2.0.52.
7737
7738 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7739 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7740 `tramp-unload-tramp' for checklist.
7741
7742 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7743 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7744 (tramp-unload-file-name-handler-alist)
7745 (tramp-unload-tramp): New defuns.
7746 (tramp-advice-PC-expand-many-files): New defadvice.
7747 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7748 removed.
7749 (tramp-handle-expand-file-name): Remove double slash.
7750 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7751 It doesn't matter, because it will be converted later on.
7752 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7753 implementation was just heuristic.
7754 (tramp-post-connection): Set uid and gid properties.
7755 (tramp-convert-file-attributes): Set file's gid change bit.
7756 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7757 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7758 in case of su(do)? methods. The home directory of the local user
7759 will be taken else.
7760 (tramp-open-connection-telnet)
7761 (tramp-open-connection-rsh, tramp-open-connection-su)
7762 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7763 local shell prompt could hurt. Reported by Romain Francoise
7764 <romain@orebokech.com>.
7765 (tramp-let-maybe): Add `edebug-form-spec' property.
7766 (tramp-handle-expand-file-name): Bind `default-directory' locally
7767 to "/" in order to avoid problems with UNC shares or Cygwin
7768 mounts.
7769 (tramp-md5-function): Fix typo in error message.
7770
7771 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7772
7773 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7774 for byte-compiler pacification.
7775
7776 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7777
7778 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7779 ID-FORMAT `string'. This allows us to get rid of
7780 `vc-user-login-name UID'.
7781
7782 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7783
7784 2006-01-22 John Paul Wallington <jpw@pobox.com>
7785
7786 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7787
7788 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7789
7790 * emacs-lisp/find-func.el (find-definition-noselect)
7791 (find-variable-noselect): Search variables in C source code too.
7792 (find-function-C-source, find-function-noselect, find-function)
7793 (find-function-other-frame, find-variable-noselect, find-variable)
7794 (find-variable-other-frame, find-variable-at-point):
7795 Fix docstrings.
7796
7797 2006-01-21 Francesco Potorti` <pot@gnu.org>
7798
7799 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7800
7801 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7802
7803 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7804 Default to disabling the "Save affix" question.
7805
7806 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7807
7808 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7809 the first arg to run-python.
7810
7811 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7812
7813 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7814 is not loaded.
7815
7816 2006-01-20 Jay Belanger <belanger@truman.edu>
7817
7818 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7819 limit is 0.
7820
7821 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7822 the correct variable.
7823
7824 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7825
7826 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7827 link. Fixed buggy argument sequence in call to `org-view-tags'.
7828 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7829 (org-prefix-has-tag): New variable.
7830 (org-format-agenda-item): Remove tags from headline if
7831 appropriate.
7832 (org-agenda-remove-tags-when-in-prefix): New option.
7833 (org-get-tags-at): New function.
7834
7835 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7836
7837 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7838 (thumbs-find-image): Move image name and number from buffer name
7839 to mode name. Set thumbs-buffer. Preserve point so that large
7840 images remain visible.
7841 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7842 order.
7843 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7844 mode name.
7845 (thumbs-next-image, thumbs-previous-image): Make them work.
7846
7847 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7848
7849 * cus-edit.el (custom-buffer-create-internal): State in the text above
7850 the whole buffer buttons that they do not operate on hidden items.
7851 (custom-face-menu): Use `custom-face-save' instead of
7852 `custom-face-save-command'.
7853 (custom-face-save-command): Make it an alias for `custom-face-save'
7854 and declare it obsolete.
7855 (custom-face-save): Doc fix.
7856
7857 * dired.el (dired-no-confirm): Add quote.
7858 (dired-subdir-alist-pre-R): Add quote in
7859 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7860
7861 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * textmodes/table.el (table-mode-indicator): Typo in last change.
7864
7865 2006-01-19 Richard M. Stallman <rms@gnu.org>
7866
7867 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7868 Fixes bug reported in Nov 2005.
7869
7870 * isearch.el (isearch-forward): Doc fix.
7871
7872 * dired.el (dired-move-to-filename-regexp): Define as alias.
7873 (dired-no-confirm): Use defcustom.
7874 (dired-subdir-alist-pre-R): Put defvar at top level.
7875
7876 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7877
7878 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7879 Mark as risky.
7880
7881 * simple.el (set-mark-command): Doc fix.
7882 (clone-indirect-buffer-other-window):
7883 Read arg like clone-indirect-buffer.
7884 (move-beginning-of-line): Skip invisible newlines.
7885
7886 2006-01-19 Masatake YAMATO <jet@gyve.org>
7887
7888 * progmodes/cpp.el (cpp-edit-load): Make the order of
7889 listed conditions in a base C code buffer and its associate
7890 CPP Edit buffer the same.
7891
7892 2006-01-19 Kenichi Handa <handa@m17n.org>
7893
7894 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7895 (rmail-mime-feature): Likewise.
7896 (rmail-require-mime-maybe): Use display-warning to show a warning
7897 message.
7898
7899 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7900 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7901
7902 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7903
7904 * array.el: Move defvars out of eval-when-compile.
7905 (array-make-template): Replace undeclared global var with a local one.
7906 (array-mode): Inline initialization functions.
7907 (array-init-local-variables, array-init-max-row)
7908 (array-init-max-column, array-init-columns-per-line)
7909 (array-init-field-width, array-init-rows-numbered)
7910 (array-init-line-length, array-init-lines-per-row): Remove.
7911
7912 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7913 (doc-mode-map): Define explicitly.
7914 (doctor-txtype): Use mapc.
7915
7916 * textmodes/table.el: Move defvars out of eval-when-compile.
7917 Remove harmful code meant to avoid byte-compiler warnings.
7918 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7919 specification that checks table-fixed-width-mode directly.
7920 (table-recognize-region, table-recognize-cell):
7921 Use restore-buffer-modified-p.
7922 (table-fixed-width-mode): Remove code that refreshes
7923 table-fixed-mode-indicator.
7924 (*table--cell-describe-bindings, *table--cell-describe-mode):
7925 Avoid obsolete name print-help-return-message.
7926 (table--test-cell-list): Don't use replace-regexp from elisp.
7927 (table--point-entered-cell-function, table--point-left-cell-function):
7928 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7929
7930 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7931 that was after the end of file. Use buffer-file-name variable.
7932 (org-timestamp-change): Use with-current-buffer.
7933 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7934 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7935 `file'.
7936
7937 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7938 (fortran-break-line): Remove unused var `opoint'.
7939 (fortran-abbrev-start): Obey help-event-list.
7940
7941 2006-01-18 Jesper Harder <harder@phys.au.dk>
7942
7943 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7944
7945 2006-01-18 Masatake YAMATO <jet@gyve.org>
7946
7947 * progmodes/make-mode.el (makefile-imake-mode): New mode
7948 derived from makefile-mode.
7949 (makefile-imake-mode-syntax-table): New syntax table
7950 derived from makefile-mode-syntax-table.
7951 (makefile-mode): Write about makefile-imake-mode in doc string.
7952 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7953 (makefile-imake-font-lock-keywords): New font lock keywords.
7954
7955 * files.el (auto-mode-alist): Add Imakefile.
7956
7957 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7958
7959 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7960 loading the file rather than when turning on flyspell-mode.
7961
7962 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7963
7964 * cus-edit.el (customize-rogue): Minor doc fix.
7965
7966 2006-01-17 Juri Linkov <juri@jurta.org>
7967
7968 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7969 instead of the file at the mark as default if the file at the mark
7970 is the same as the file at point or if dired-dwim-target-directory
7971 is not the same as the current directory and the mark is not active.
7972
7973 * log-view.el (log-view-minor-wrap): Use the same logic to get
7974 revisions as `log-view-diff'.
7975
7976 * info.el (Info-revert-find-node): Check for Info-current-file
7977 before preserving new-history.
7978
7979 * man.el (Man-heading-regexp): Add `/'.
7980
7981 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7982 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7983
7984 2006-01-16 Juri Linkov <juri@jurta.org>
7985
7986 * faces.el (mode-line-faces): New defgroup.
7987 (mode-line-highlight): Move definition after new defgroup.
7988 (mode-line, mode-line-inactive, mode-line-highlight):
7989 Replace :group `modeline' with `mode-line-faces'.
7990 (mode-line-buffer-id): New face.
7991 (modeline-buffer-id): New face alias.
7992 (vertical-border): Remove :group `modeline'.
7993
7994 * bindings.el (propertized-buffer-identification): Use face
7995 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7996 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7997 (mode-line-buffer-identification-keymap): For mouse-1 replace
7998 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7999 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8000 mouse-3.
8001
8002 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8003 Buffer-menu-buffer. Doc fix.
8004 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8005 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8006 `Buffer-menu-buffer'.
8007
8008 * info.el (Info-mode-line-node-keymap): New defvar.
8009 (Info-set-mode-line): Use `stringp' to check Info-current-file.
8010 Propertize Info-current-node with `mode-line-buffer-id' and
8011 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8012
8013 * time.el (display-time-mail-face): Replace :group `faces' with
8014 `mode-line-faces'.
8015
8016 2006-01-16 Kenichi Handa <handa@m17n.org>
8017
8018 * international/code-pages.el: Add autoload cookies for cp125[0345678].
8019
8020 * language/european.el (cp1252): New alias for windows-1252.
8021
8022 * international/mule.el (autoload-coding-system): Prepare for EOL
8023 variants.
8024
8025 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
8026
8027 * term.el (term-raw-map): Add mapping for insert.
8028 (term-send-insert): New.
8029 (term-mode): Make variables local here instead of doing it in
8030 `term-emulate-terminal'.
8031 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8032 Scroll reverse needs to take into account the scroll region.
8033 Saving and restoring the cursor should save the color attributes too.
8034 (term-reset-terminal): Reset the scroll region.
8035 (term-handle-ansi-escape): Cursor up and down should take into
8036 account the scroll region.
8037 (term-set-scroll-region): Rename from `term-scroll-region'.
8038 Move to 0,0 after setting the region.
8039 (term-handle-scroll): Handle scroll up.
8040 (term-down): Fix off by one error.
8041 (term-delete-lines): Do not delete outside the scroll region.
8042 (term-insert-lines): Take into account the scroll region.
8043
8044 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * textmodes/ispell.el (ispell-internal-change-dictionary)
8047 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8048 (start, end): Move declaration outside of eval-when-compile.
8049
8050 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8051 (flyspell-mode-on): Use it.
8052
8053 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8054 ispell-kill-ispell-hook.
8055
8056 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
8057
8058 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8059 (Custom-reset-saved): Do not ask for confirmation in single option
8060 buffers.
8061
8062 2006-01-13 Richard M. Stallman <rms@gnu.org>
8063
8064 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8065
8066 2006-01-13 Romain Francoise <romain@orebokech.com>
8067
8068 * add-log.el (add-change-log-entry, change-log-merge):
8069 Conditionally use `hard-newline'.
8070
8071 2006-01-13 Martin Rudalics <rudalics@gmx.at>
8072
8073 * wid-edit.el (widget-field-end): If the overlay is no longer
8074 associated with a buffer, behave as if the overlay didn't exist.
8075
8076 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8077 Make sure the links use the `custom-link' face.
8078
8079 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8082 (ld-script-mode): Don't set indent-line-function since we don't
8083 have one.
8084
8085 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8086
8087 * textmodes/org.el (org-open-file): Use mailcap for selecting an
8088 application.
8089 (org-file-apps-defaults-gnu): Use mailcap as the default for
8090 selecting an application on a UNIX system.
8091 (org-agenda-show-tags): New command.
8092 (org-table-insert-hline): Keep cursor in current table line.
8093 (org-table-convert): Offset effect of modifying
8094 `org-table-insert-hline'.
8095 (org-format-agenda-item): New optional argument TAG.
8096 (org-compile-prefix-format): Handle %T format for the tag.
8097 (org-expand-wide-chars): New function.
8098 (org-table-insert-row, org-table-insert-hline):
8099 Use `org-expand-wide-chars'.
8100 (org-open-file): Fix bug in program launch.
8101 (org-get-time-of-day): Fix bug with times before 1am.
8102 (org-agenda-menu): Add tags commands.
8103
8104 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
8105
8106 * textmodes/ispell.el (ispell-init-process): Include the used
8107 dictionary in ispell process start message.
8108 (ispell-internal-change-dictionary): When flyspell-mode is active
8109 and dictionary is changed, make sure ispell process is restarted
8110 and flyspell word cache cleared out for the current buffer.
8111 (ispell-change-dictionary): Make sure flyspell word cache is
8112 cleared out in all buffers with active flyspell mode when
8113 dictionary is globally changed.
8114 Call ispell-internal-change-dictionary after dictionary change.
8115
8116 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8117
8118 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8119
8120 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8121 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8122 years. Fix small differences wrt Makefile.in.
8123 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8124 Makefile.in does.
8125
8126 2006-01-12 Bill Wohler <wohler@newt.com>
8127
8128 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8129 mh-search.el.
8130
8131 2006-01-12 Masatake YAMATO <jet@gyve.org>
8132
8133 * progmodes/ld-script.el: Update copyright year.
8134
8135 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8138 Don't add widget if setting undefined.
8139
8140 2006-01-12 John Paul Wallington <jpw@pobox.com>
8141
8142 * help-fns.el (describe-variable): Remove newlines from void
8143 variable output.
8144
8145 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
8146
8147 * wdired.el (wdired-mode-map): Add help echo for
8148 wdired-abort-changes.
8149
8150 * man.el (Man-file-name-regexp): Adjust for a list of files.
8151
8152 2006-01-12 Masatake YAMATO <jet@gyve.org>
8153
8154 * progmodes/ld-script.el (auto-mode-alist): Support
8155 suffix conventions used in netbsd and eCos.
8156
8157 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
8158
8159 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8160 (custom-variable-menu, custom-face-menu, custom-group-menu)
8161 (Custom-mode-menu): Change names of menu items. (As discussed on
8162 emacs-devel.)
8163 (custom-face-menu): Add "Undo Edits" item.
8164
8165 * startup.el (init-file-user): defcustom -> defvar.
8166
8167 * tooltip.el (tooltip-mode): Doc fix.
8168
8169 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8170
8171 * reveal.el (reveal-post-command): window-buffer signals an error on
8172 dead windows rather than returning nil.
8173 (reveal-open-new-overlays): An overlay might die while we open others.
8174
8175 2006-01-11 Bill Wohler <wohler@newt.com>
8176
8177 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8178 phrasing in docstring.
8179
8180 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8181 can give some systems gas. Add new file mh-buffers.el.
8182
8183 2006-01-06 Masatake YAMATO <jet@gyve.org>
8184
8185 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8186 C preprocessor forward ported from GNU Emacs 21.2.
8187
8188 * progmodes/asm-mode.el (asm-font-lock-keywords):
8189 Use `cpp-font-lock-keywords'.
8190
8191 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8192
8193 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8194 of $ for "\\.ld[s]?".
8195
8196 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8199 (tcl-indent-line): Return `noindent' if inside a string.
8200
8201 * progmodes/flymake.el (flymake-split-string): Remove more than one
8202 empty string at beg/end of the result.
8203 (flymake-find-buildfile, flymake-find-possible-master-files):
8204 Use expand-file-name.
8205 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8206 since expand-file-name does it for us. Use directory-file-name.
8207 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8208 (flymake-ler-get-type, flymake-ler-get-text)
8209 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8210 (flymake-current-line-no): Remove spurious interactive spec.
8211 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8212 (flymake-check-include): Remove arg inc-path merged into inc-name.
8213 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8214 Arg regexp-list replaced by a simple regexp.
8215 (flymake-master-make-header-init, flymake-master-tex-init):
8216 Correspondingly replace regexp-list with a regexp. Fix regexp.
8217
8218 2006-01-10 Simon Josefsson <jas@extundo.com>
8219
8220 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8221 describing AUTH PLAIN fix.
8222
8223 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8224
8225 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8226 (report-emacs-bug): Don't record initial prompt text.
8227 Instead, add text properties to prompting text.
8228 (report-emacs-bug-hook): Delete prompting text.
8229
8230 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8233 `dirs'. Adjust callers.
8234
8235 2006-01-09 John Paul Wallington <jpw@gnu.org>
8236
8237 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8238
8239 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * reveal.el (reveal-open-new-overlays): New extracted fun.
8242 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8243 using them. Simplify the code.
8244 (reveal-post-command): Use them. Fix up obsolete windows in
8245 reveal-open-spots.
8246
8247 * progmodes/flymake.el: Use `require' rather than autoload for
8248 XEmacs's overlays.
8249 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8250 Delete. Use file-relative-name instead.
8251 (flymake-get-syntax-check-program-args, flymake-perl-init):
8252 Simplify the resulting code.
8253
8254 * log-view.el (log-view-file-re, log-view-message-re): Add support
8255 for DaRCS output.
8256
8257 2006-01-09 Alex Schroeder <alex@gnu.org>
8258
8259 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8260 identifiers sometimes added in square brackets at the beginning of
8261 subject lines.
8262
8263 2006-01-07 Richard M. Stallman <rms@gnu.org>
8264
8265 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8266 (Custom-reset-current, Custom-reset-saved): Change question text.
8267 (Custom-reset-standard): Likewise.
8268 (custom-variable-reset-saved): Doc fix.
8269
8270 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8271
8272 * startup.el (init-file-user): Doc fix.
8273
8274 2006-01-07 Alex Schroeder <alex@gnu.org>
8275
8276 * mail/rmail.el (rmail-current-subject): New function.
8277 (rmail-current-subject-regexp): New function.
8278 (rmail-next-same-subject): Use it.
8279
8280 * mail/rmailsum.el (rmail-summary-by-topic):
8281 Use rmail-current-subject and rmail-current-subject-regexp.
8282 (rmail-summary-next-same-subject): Ditto.
8283
8284 * net/rcirc.el (rcirc-send-input): No longer check whether the
8285 process is open, since not all commands need an open process.
8286 (rcirc-send-string): Check whether the process is open before
8287 sending anything.
8288 (rcirc-ignore-list): New option.
8289 (rcirc-ignore-list-automatic): New variable.
8290 (rcirc-print): Take rcirc-ignore-list into account.
8291 (rcirc-cmd-ignore): New command.
8292 (rcirc-ignore-update-automatic): New function.
8293 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8294 list if ignored nicks.
8295 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8296
8297 2006-01-06 David Reitter <david.reitter@gmail.com>
8298
8299 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8300 reflect the address to which the report will be sent.
8301
8302 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8303
8304 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8305 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8306
8307 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8308
8309 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8310
8311 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8312 the doc string: "functoin" => "function".
8313 * ldefs-boot.el: Likewise.
8314
8315 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8316 message text: "Duplicat" => "Duplicate".
8317
8318 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8319
8320 * files.el (basic-save-buffer-2): If backing-up failed, reset
8321 buffer-backed-up to nil.
8322
8323 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8324
8325 * progmodes/gud.el (gdb-script-skip-to-head)
8326 (gdb-script-calculate-indentation): Indent for breakpoint command
8327 lists also.
8328
8329 2006-01-05 Bill Wohler <wohler@newt.com>
8330
8331 * Makefile.in (compile-always): Add mh-autoloads dependency.
8332 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8333 provides it.
8334 (updates): Remove mh-autoloads dependency, since it probably has
8335 already run recently (via recompile).
8336
8337 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8340 argument `force' to disable the flyspell-last-buffer optimization.
8341 (flyspell-mode-on): Use it.
8342
8343 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8344 flymake-simple-cleanup.
8345 (flymake-allowed-file-name-masks): Use this new default.
8346 All the functions are now called in the right buffer rather than
8347 passing the buffer as argument.
8348 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8349 (flymake-parse-err-lines): Remove redundant buffer arg.
8350 (flymake-get-program-dir): Comment out unused function.
8351 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8352 Remove redundant buffer argument.
8353 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8354 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8355
8356 2006-01-05 Richard M. Stallman <rms@gnu.org>
8357
8358 * info.el (Info-find-node): Don't record previous node if have none.
8359 (info): Go to directory only if history is empty.
8360
8361 * simple.el (mark): Doc fix.
8362
8363 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8364
8365 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8366 already of desired type.
8367 (mac-ae-list): Coerce parameter to "list" type.
8368 (mac-dispatch-apple-event): Replace cadr part of event with a
8369 dummy position so that event-start returns it.
8370
8371 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8372
8373 * textmodes/org.el (org-end-of-subtree): New function.
8374 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8375 Use `org-end-of-subtree'.
8376 (org-agenda, org-agenda-convert-date): Protect calls to
8377 `fit-window-to-buffer'.
8378 (org-tags-view): Force matching of sublevels when doing a
8379 todo-only search. Define the correct redo command, including the
8380 arguments.
8381 (org-agenda-redo): Display message.
8382 (org-check-for-org-mode): New function.
8383 (org-agenda-type): New variable.
8384 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8385 Set `org-agenda-type'.
8386 (org-agenda-check-type): New function.
8387 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8388 (org-agenda-week-view, org-agenda-day-view)
8389 (org-agenda-next-date-line, org-agenda-previous-date-line)
8390 (org-agenda-log-mode, org-agenda-toggle-diary)
8391 (org-agenda-toggle-time-grid, org-agenda-date-later)
8392 (org-agenda-date-prompt, org-agenda-diary-entry)
8393 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8394 (org-agenda-convert-date, org-agenda-menu):
8395 Use `org-agenda-check-type'.
8396 (org-make-overlay, org-delete-overlay)
8397 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8398 New compatibility functions.
8399 (org-calendar-select-mouse): New command.
8400
8401 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8402
8403 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8404 (Custom-reset-standard): Fix y-or-n-p messages.
8405 (custom-link): New face for links.
8406 (custom-buffer-create-internal, custom-manual): Use it.
8407 (custom-face-save): Push to theme-face before setting face spec.
8408
8409 * wid-edit.el (widget-default-mouse-face-get): New function.
8410 (widget-specify-button): Handle mouse-face like button-face.
8411
8412 * custom.el (load-theme): Clear old theme settings if reloading.
8413
8414 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8415
8416 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8417 "Erase Customization" button back to same position it occupies in
8418 the individual State menus.
8419
8420 2006-01-04 Kim F. Storm <storm@cua.dk>
8421
8422 * wid-edit.el (key-sequence): Rework widget to read key binding
8423 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8424 (widget-key-sequence-default-value): Default value for empty sequence.
8425 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8426 (widget-key-sequence-read-event): New command for C-q.
8427 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8428 (widget-key-sequence-value-to-external): New functions.
8429
8430 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8433 Use expand-file-name.
8434 (flymake-delete-temp-directory): Use expand-file-name,
8435 file-name-directory, and directory-file-name.
8436 (flymake-strrchr): Delete.
8437 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8438 to the init-f function.
8439 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8440 (flymake-init-find-buildfile-dir)
8441 (flymake-init-create-temp-source-and-master-buffer-copy)
8442 (flymake-simple-make-init-impl, flymake-simple-make-init)
8443 (flymake-master-make-init, flymake-master-make-header-init)
8444 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8445 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8446 (flymake-xml-init): Remove corresponding redundant buffer argument.
8447 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8448 the default anyway. Clean up regexps.
8449
8450 * progmodes/flymake.el (flymake-temp-source-file-name)
8451 (flymake-master-file-name, flymake-temp-master-file-name)
8452 (flymake-base-dir): New buffer-local vars.
8453 (flymake-buffer-data, flymake-get-buffer-value)
8454 (flymake-set-buffer-value): Replace those hash-tables by the new
8455 buffer-local vars. Update callers.
8456
8457 * progmodes/flymake.el (flymake-check-start-time)
8458 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8459 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8460 Move definition, so we can remove redundant earlier declaration.
8461 (flymake-replace-regexp-in-string, flymake-split-string)
8462 (flymake-get-temp-dir): Use defalias.
8463 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8464 (flymake-xemacs-window-edges): Remove unused function.
8465 (flymake-get-point-pixel-pos): Move.
8466 (flymake-pid-to-names, flymake-reg-names)
8467 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8468 Replace by a simple list flymake-processes and by process-buffer.
8469 Update callers. Other than simplify the code, it uses buffers rather
8470 than buffer-names so it doesn't get confused by uniquify.
8471 (flymake-buffer-data): The global value should just be nil.
8472
8473 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8474 Optimize the body of a defalias like any other code.
8475
8476 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8477 Make sure we've setup font-lock's vars. It may influence which
8478 function we then call.
8479 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8480 here since it's too late anyway.
8481
8482 2006-01-03 Romain Francoise <romain@orebokech.com>
8483
8484 * startup.el (fancy-splash-tail, normal-splash-screen):
8485 Update copyright year.
8486
8487 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8488
8489 * mouse.el (mouse-drag-track): Rename, from
8490 `mouse-drag-region-1'. Includes optional argument required to
8491 enable post-drag event processing (e.g. delete region keys).
8492 Can be used without this argument to track a mouse region and operate
8493 on it as soon as the drag completes.
8494 (mouse-drag-region): Use `mouse-drag-track'.
8495
8496 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8497
8498 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8499 Move to `custom-buffer' group.
8500
8501 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8502 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8503 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8504 (custom-theme-face-menu): New variables.
8505 (custom-theme-add-variable, custom-theme-variable-action)
8506 (custom-variable-reset-theme, custom-theme-delete-variable)
8507 (custom-face-reset-theme, custom-theme-face-action)
8508 (custom-theme-delete-face, custom-theme-merge-theme)
8509 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8510
8511 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8512
8513 * custom.el: Move Custom Themes commentary to start of theme code.
8514 (custom-known-themes): Rename `standard' theme to `changed'.
8515 (custom-push-theme): Caller no longer specifies what theme to use
8516 when doing `reset'---the setting is simply removed from the theme.
8517 Delete MODE from `theme-value' and `theme-settings' properties.
8518 (custom-declare-theme): Ignore &rest args since we don't use them.
8519
8520 (custom-loaded-themes): Delete variable.
8521 (custom-theme-load-themes, custom-theme-loaded-p)
8522 (custom-theme-value): Delete functions.
8523
8524 (custom-declare-theme): Signal error on invalid theme names.
8525 (provide-theme): custom-loaded-themes was deleted.
8526 (load-theme): Load the file unconditionally.
8527 (enable-theme): Call `load-theme' if theme is undefined.
8528 (custom-enabled-themes): Only update value for successful loads.
8529 (disable-theme): Complete from enabled themes when interactive.
8530 (custom-variable-theme-value): Calculate theme value directly.
8531
8532 (custom-theme-reset-variables, custom-reset-variables): Mark as
8533 XEmacs compatibility functions. We don't actually use these.
8534
8535 * cus-edit.el (custom-variable-state-set):
8536 Use custom-variable-theme-value instead of custom-theme-value.
8537 (custom-face-state-set): Rename `standard' theme to `changed'.
8538 (custom-save-variables, custom-save-faces): Delete unneeded
8539 references to custom-reset-variables.
8540 (custom-save-resets): Delete function.
8541 (custom-save-variables, custom-save-faces): MODE argument deleted.
8542 (custom-save-variables, custom-save-faces): Ignore theme values.
8543
8544 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8545 compatibility function.
8546
8547 2006-01-01 Richard M. Stallman <rms@gnu.org>
8548
8549 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8550 (Custom-reset-current, Custom-reset-saved): Likewise.
8551 (Custom-reset-standard): Show message if aborted.
8552 (custom-mode): Doc fix, describing those commands.
8553
8554 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8555 put on event-kind property.
8556
8557 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * custom.el (provide-theme): Ban `user' theme name.
8560 (custom-enabling-themes): New variable.
8561 (enable-theme): Don't enable user if custom-enabling-themes is t.
8562 (custom-enabled-themes): Make it a defcustom.
8563 (custom-theme-recalc-face): No-op if face is undefined.
8564
8565 * cus-edit.el (custom-button-mouse): New variable.
8566 (custom-button-mouse): New face.
8567 (custom-raised-buttons, custom-mode): Use it.
8568
8569 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8570
8571 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8572
8573 * progmodes/gud.el (gud-display-line): Support hl-line in the
8574 source buffer.
8575
8576 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8577
8578 * mouse.el (mouse-drag-window-above): Verify that the found window
8579 overlaps with the given window in the horizontal dimension.
8580
8581 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8582
8583 * Makefile.in (cvs-update): New target.
8584
8585 * makefile.w32-in (cvs-update): Ditto.
8586
8587 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8588
8589 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8590 (custom-new-theme-mode-map): New variable.
8591
8592 2005-12-30 Richard M. Stallman <rms@gnu.org>
8593
8594 * custom.el (custom-load-themes): Function deleted.
8595
8596 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8597 (custom-save-variables): Don't delete or add custom-load-themes call.
8598
8599 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * cus-start.el: Add `visible-cursor'.
8602
8603 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8604 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8605 (flymake-process-filter): Switch to buffer before calling it instead.
8606 (flymake-post-syntax-check, flymake-highlight-err-lines)
8607 (flymake-delete-own-overlays, flymake-parse-err-lines)
8608 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8609 (flymake-count-lines, flymake-parse-residual):
8610 Remove constant buffer argument.
8611 (flymake-start-syntax-check-for-current-buffer): Remove.
8612 Update callers to use flymake-start-syntax-check instead.
8613 (flymake-display-err-menu-for-current-line):
8614 Remove unused var `mouse-pos'.
8615 (flymake-restore-formatting): Comment out unused function.
8616 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8617 argument, use current-buffer instead. Update callers.
8618
8619 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8620
8621 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8622 buffer-local because choose-completion-delete-max-match requires
8623 that we set completion-ignore-case (i.e., binding via let is not
8624 sufficient).
8625 (bibtex-complete): Always set completion-ignore-case and
8626 choose-completion-string-functions. The latter is needed because
8627 choose-completion-string-functions keeps its value if we quit the
8628 *Completions* buffer without requesting a completion.
8629
8630 2005-12-30 Andreas Schwab <schwab@suse.de>
8631
8632 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8633
8634 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8635
8636 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8637
8638 2005-12-30 Juri Linkov <juri@jurta.org>
8639
8640 * locate.el (locate-fcodes-file, locate-header-face)
8641 * progmodes/delphi.el (delphi-other-face)
8642 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8643
8644 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8645 group `paren-showing-faces'.
8646
8647 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8648 (goto-address): Fix docstring.
8649
8650 * net/webjump.el (webjump-sample-sites): Update URLs.
8651
8652 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8653
8654 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8655
8656 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * font-lock.el (font-lock-compile-keywords): Signal an error when
8659 font-lock-set-defaults hasn't been called.
8660
8661 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8662
8663 * subr.el (noreturn, 1value): Doc fixes.
8664
8665 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8666
8667 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8668 that assoc-string returns nil.
8669
8670 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8671
8672 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8673 (bibtex-entry-type-str, bibtex-empty-field-re)
8674 (bibtex-search-backward-string, bibtex-preamble-prefix)
8675 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8676 (bibtex-any-valid-entry-type): New variable.
8677 (bibtex-parse-field-name): Simplify.
8678 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8679 (bibtex-preamble-prefix): Include left delimiter.
8680 (bibtex-search-forward-field, bibtex-search-backward-field):
8681 Allow unbounded search past entry boundaries (required by bibtex-pop).
8682 (bibtex-text-in-field-bounds): Use push.
8683 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8684 (bibtex-parse-preamble, bibtex-valid-entry)
8685 (bibtex-beginning-first-field): New functions.
8686 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8687 (bibtex-map-entries): Fix docstring.
8688 (bibtex-flash-head): New arg prompt. Simplify.
8689 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8690 (bibtex-insert-kill): Simplify. Always insert text past the
8691 current field or entry.
8692 (bibtex-format-entry): Use bibtex-parse-field.
8693 (bibtex-pop): Use bibtex-beginning-of-entry and
8694 bibtex-end-of-entry to initiate the search. Insert empty field if
8695 we found ourselves.
8696 (bibtex-print-help-message): New args field and comma.
8697 Handle entry keys.
8698 (bibtex-make-field): Use bibtex-beginning-of-entry.
8699 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8700 invalid entry.
8701 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8702 Handle preambles. Simplify code for thorough test.
8703 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8704 New arg comma. Handle entry heads.
8705 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8706 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8707 New arg comma.
8708 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8709 (bibtex-fill-field): Simplify.
8710 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8711 bibtex-parse-field.
8712 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8713 (bibtex-complete): Use bibtex-parse-preamble.
8714
8715 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8716
8717 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8718 Display name of expression instead of convenience variable.
8719 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8720
8721 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8722 toggle-gud-tooltip-dereference.
8723 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8724 (gud-tooltip-tips): ...here when dereferencing.
8725
8726 2005-12-28 Bill Wohler <wohler@newt.com>
8727
8728 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8729
8730 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8733 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8734 (vc-annotate-display-autoscale): Adjust call.
8735 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8736 Fix interactive spec.
8737 (vc-annotate-time-span): Remove.
8738 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8739 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8740 (vc-annotate-display-select): Use new name.
8741
8742 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8743 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8744 Correct the construction of span entries. Simplify.
8745 (vc-annotate-display-select): Fix the nil case.
8746 (vc-annotate): Remove obsolete (and now broken) code.
8747 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8748 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8749
8750 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8751
8752 * subr.el (lazy-completion-table): Correct typo in docstring.
8753
8754 * startup.el (command-line): Use `custom-reevaluate-setting' for
8755 `send-mail-function'.
8756
8757 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8758
8759 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8760
8761 * mail/smtpmail.el (smtpmail-try-auth-methods):
8762 Send credentials together with "AUTH PLAIN" command.
8763
8764 2005-12-27 Richard M. Stallman <rms@gnu.org>
8765
8766 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8767 mouse-2, go back to previously selected window, so it's selected
8768 when mouse-2 command runs.
8769
8770 2005-12-27 Juri Linkov <juri@jurta.org>
8771
8772 * descr-text.el (describe-text-sexp): Use square brackets for
8773 button [Show] to distinguish it from the property value `show'.
8774 (describe-property-list): Use `insert-text-button' with
8775 `help-face' type instead of putting face in quotes, because button
8776 is not created automatically for a list of faces.
8777 (describe-text-properties-1): Put button-type value in quotes to
8778 distinguish from plain text "button".
8779 (describe-char): Display code point values in hex. Don't use
8780 `symbol-name' for `current-input-method' because it is a string.
8781 Use `insert-text-button' with `help-face' type instead of putting
8782 hardcoded face in quotes, because button is not created automatically.
8783
8784 2005-12-27 Richard M. Stallman <rms@gnu.org>
8785
8786 * progmodes/glasses.el (glasses-face): More specific custom type.
8787
8788 * files.el (set-visited-file-name): Doc fix.
8789
8790 * textmodes/flyspell.el (flyspell-external-point-words):
8791 Use local var buffer-scan-pos to advance scan for next misspelling.
8792 Advance it only after we find the misspelling.
8793
8794 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8795
8796 * textmodes/flyspell.el (flyspell-external-point-words):
8797 New criteria for finding the misspelling in the buffer.
8798
8799 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8800
8801 * help-mode.el (help-insert-string): Set help-xref-stack-item
8802 rather than call help-setup-xref.
8803
8804 * descr-text.el (describe-char): Revert previous changes for
8805 optional buffer argument.
8806
8807 2005-12-27 Juri Linkov <juri@jurta.org>
8808
8809 * help-mode.el (help-insert-string): New function. Save buffer
8810 contents in cases where it is impossible to recompute the old contents.
8811
8812 * descr-text.el (describe-char): Set help-xref-stack-item
8813 explicitly after buffer has been generated.
8814
8815 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8816
8817 * cus-start.el (all): Add x-gtk-show-hidden-files.
8818
8819 2005-12-26 Richard M. Stallman <rms@gnu.org>
8820
8821 * replace.el (perform-replace): Calculate match-again
8822 before skipping read-only matches.
8823
8824 * paren.el (paren-showing-faces): New group.
8825 (show-paren-match, show-paren-mismatch): Move to that group.
8826
8827 * button.el (button): Put into group `basic-faces'.
8828
8829 * progmodes/make-mode.el: Remove faces from group `faces'.
8830
8831 * apropos.el (apropos, apropos-value): Doc fix.
8832 (apropos-documentation): Doc fix.
8833
8834 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * subr.el (lazy-completion-table): Remove argument `args'.
8837
8838 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8839 Don't use the `args' argument of lazy-completion-table.
8840
8841 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8842
8843 * descr-text.el (describe-char): Add optional argument for buffer.
8844 Set buffer appropriately. Call help-setup-xref.
8845 Suggested by Stefan Monnier.
8846
8847 2005-12-26 Juri Linkov <juri@jurta.org>
8848
8849 * descr-text.el: Require `help-fns' at runtime. Don't require
8850 `button' for byte compilation.
8851 (describe-text-widget): Add `help-echo' for first button.
8852 Use `help-info' for second.
8853 (describe-property-list): Use `help-argument-name' instead of `italic'.
8854 (describe-text-category): Add prompt to interactive spec.
8855 Call `help-setup-xref'.
8856 (describe-char): Use `help-character-set'. Add `help-echo' for
8857 code point. Use `help-input-method'. Remove superfluous insert.
8858
8859 2005-12-25 Richard M. Stallman <rms@gnu.org>
8860
8861 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8862 at point, in case of narrowing.
8863
8864 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8865
8866 * locate.el (locate-header-face): Allow nil in type.
8867
8868 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8869
8870 2005-12-25 Romain Francoise <romain@orebokech.com>
8871
8872 * battery.el (battery-linux-proc-acpi): Also try
8873 `/proc/acpi/thermal_zone/THM0/temperature'.
8874
8875 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * custom.el (custom-push-theme): Fix docstring.
8878
8879 * cus-edit.el (custom-variable-set, custom-variable-save)
8880 (custom-variable-save): Custom-quote widget values.
8881 (customize-save-variable): Fix custom-push-theme call.
8882
8883 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8884
8885 * w32-fns.el (w32-batch-update-autoloads): New function.
8886
8887 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8888 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8889 from the command line.
8890
8891 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8892
8893 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8894 reset means to remove setting from theme entirely. Don't keep
8895 expanding theme-settings list; delete old entries if necessary.
8896
8897 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8898 customization" button one line up.
8899 (custom-themed): New face.
8900 (custom-magic-alist): New value, THEMED, for theme settings.
8901 (custom-variable-state-set, custom-face-state-set):
8902 Check theme-value instead of saved-value.
8903 (custom-variable-reset-standard, custom-face-reset-standard):
8904 Remove theme setting entirely. Recalculate new values.
8905 (custom-variable-set, custom-variable-set)
8906 (custom-variable-reset-saved, custom-variable-reset-backup)
8907 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8908 (custom-variable-save): Fix typos.
8909
8910 2005-12-23 Juri Linkov <juri@jurta.org>
8911
8912 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8913 Add autoload cookies.
8914 (edebug-outside-d-c-i-n-s-w): New variable.
8915 (edebug-display, edebug-outside-excursion): Use it to save the
8916 original value of default-cursor-in-non-selected-windows.
8917 Set default-cursor-in-non-selected-windows to t while Edebug
8918 is active.
8919 (edebug-mode, edebug-eval-mode): Doc fix.
8920
8921 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8922 with `buffer-substring-no-properties' to remove common substring
8923 highlighting.
8924
8925 * info.el (info-other-window, info): Rename function argument
8926 `file' to `file-or-node'.
8927 (Info-complete-menu-item): Use local variable `complete-nodes' to
8928 keep the global value of `Info-complete-nodes' unchanged for
8929 subsequent completions.
8930 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8931
8932 * simple.el (get-next-valid-buffer, last-buffer)
8933 (next-error-buffer-p, next-error-find-buffer)
8934 (minibuffer-history-sexp-flag): Doc fix.
8935
8936 * savehist.el (savehist-mode-hook): Add `:group'.
8937
8938 * log-view.el: Call autoload for vc-find-version.
8939 (log-view-current-file): Adjust subgroup numbers.
8940 (log-view-current-tag): Add `length'.
8941
8942 2005-12-23 Richard M. Stallman <rms@gnu.org>
8943
8944 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8945
8946 2005-12-23 Juri Linkov <juri@jurta.org>
8947
8948 * hi-lock.el (hi-lock-archaic-interface-message-used)
8949 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8950 (hi-lock-mode): Display "Hi" in the mode line only when
8951 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8952 (hi-lock-write-interactive-patterns):
8953 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8954 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8955 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8956 font-lock-add-keywords to t.
8957
8958 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8959
8960 * hi-lock.el (hi-lock-highlight-range): New variable.
8961 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8962 only if font-lock-fontified is non-nil. Remove overlays.
8963 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8964 font-lock-fontified is non-nil, otherwise use overlays (instead of
8965 text properties).
8966 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8967 New variables.
8968 (hi-lock-string-serialize) New function.
8969
8970 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8971
8972 * menu-bar.el (menu-find-file-existing): New function.
8973 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8974
8975 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8976
8977 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * vc.el: Remove unnecessary leading * in docstrings.
8980 (vc-annotate-mode-map): Move initialization into declaration.
8981 (vc-static-header-alist): Nitpick on the regexp.
8982 (vc-default-init-version): New fun.
8983 (vc-register): Use it.
8984 (vc-insert-headers): Use dolist.
8985 (vc-annotate-get-backend): Remove unused function.
8986 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8987 (vc-annotate-mode): Remove corresponding call.
8988 (vc-annotate-car-last-cons): Simplify.
8989 (vc-annotate-buffers): Remove var.
8990 (vc-annotate-backend): Make it buffer-local.
8991 (vc-annotate): Move the interaction to the interactive spec.
8992 Add a `buf' argument.
8993 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8994 killing&creating a vc-annotate buffer, which is very disruptive when
8995 the buffers are shown in dedicated frames.
8996
8997 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8998
8999 * descr-text.el: Add FSF as maintainer.
9000 (describe-text-mode, describe-text-mode-map)
9001 (describe-text-mode-hook, describe-text-done): Delete. Use normal
9002 help-mode.
9003 (describe-text-widget, describe-text-sexp)
9004 (describe-property-list, describe-text-category)
9005 (describe-text-properties, describe-text-properties-1)
9006 (describe-char): Use help buttons instead of widgets.
9007 (describe-char-unicodedata-file): Make URL link in doc string.
9008
9009 2005-12-22 Richard M. Stallman <rms@gnu.org>
9010
9011 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9012 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9013 Don't include buttons that write a file when there's no file.
9014 (custom-variable-menu, custom-face-menu, custom-group-menu):
9015 Don't include commands that write a file when there's no file.
9016 (customize-browse): Reword the top-of-buffer help intro.
9017 (custom-buffer-create-internal): Fix previous change.
9018 (customize-changed-options-previous-release): Prev release is 21.1.
9019 (customize-changed-options): Doc fix.
9020 (customize-changed): New alias.
9021 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9022 Say "standard values".
9023 (Custom-reset-standard): Doc fix.
9024 (custom-face-reset-standard): Doc fix.
9025
9026 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9029 even if font-lock-mode is non-nil since it may be t without having
9030 turned on font-lock-mode-internal.
9031 (font-lock-choose-keywords): Minor optimization.
9032 (font-lock-add-keywords, font-lock-remove-keywords)
9033 (font-lock-set-defaults): Don't call make-local-variable on a variable
9034 that we know to already be local.
9035
9036 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9037
9038 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9039 messages if in the minibuffer.
9040
9041 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9044 (tex-mode-flyspell-verify, flyspell-get-word)
9045 (flyspell-external-point-words): Don't use point-min/max uselessly.
9046
9047 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9048 by Kevin Rodgers. Instead, just hide the completions buffer if we
9049 don't need to show it.
9050
9051 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9052
9053 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9054
9055 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9058 delete-windows-on with an inexistent buffer.
9059
9060 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
9061
9062 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9063 Delete defcustom variable :tag names.
9064
9065 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9068 (log-view-font-lock-keywords): Ajust subgroup numbers.
9069 (log-view-current-tag): Don't hard code the number of subgroups.
9070
9071 2005-12-20 Juri Linkov <juri@jurta.org>
9072
9073 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9074 (tooltip-x-offset, tooltip-y-offset): Doc fix.
9075
9076 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9077 (menu-bar-non-minibuffer-window-p): Instead of checking
9078 display-multi-frame-p, use selected-frame when menu-updating-frame
9079 is nil.
9080
9081 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
9082
9083 * align.el (align-rules-list): Use [ \t] instead of \s-
9084 for column separators in text mode.
9085
9086 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
9087
9088 * help-mode.el (help-customize-variable, help-customize-face):
9089 Don't pop help-xref-stack as help-follow no longer pushes
9090 anything on to it.
9091
9092 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9093
9094 * textmodes/org.el (org-agenda-custom-commands): New option.
9095 (org-agenda): Offer custom commands on splash screen.
9096 (org-make-tags-matcher): Parser for Boolean logic added.
9097 (org-agenda-set-tags): New command.
9098 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9099 (org-set-tags): Efficiency improvements.
9100 (org-auto-align-tags): New option.
9101 (org-todo, org-demote, org-promote): Realign tags.
9102 (org-tags-completion-function): Use also "&" and "|" as separators.
9103 (org-org-menu): Agenda commands simplified.
9104
9105 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9106
9107 * cus-edit.el (customize-apropos, customize-apropos-options):
9108 Docstring changes.
9109
9110 * font-lock.el (font-lock): Add tags to the links in the defgroup.
9111
9112 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
9113
9114 * longlines.el (longlines-mode): Wrap while widened.
9115 (longlines-decode-region, longlines-encode-region): Compute max
9116 just once.
9117
9118 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9119
9120 * cus-edit.el (mac): New group.
9121
9122 * cus-start.el (all): Add user options in macterm.c. Add test for
9123 Mac-related built-ins. Fix test for GTK-related built-ins.
9124
9125 * term/mac-win.el (mac-handle-language-change)
9126 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9127 (mac-services-open-selection, mac-services-mail-selection)
9128 (mac-services-mail-to, mac-services-insert-text)
9129 (mac-dispatch-apple-event): Add docstrings.
9130 (x-get-selection, mac-select-convert-to-string): Select coding
9131 system from `utf-16be' and `utf-16le' using `byteorder'.
9132
9133 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * subr.el (lazy-completion-table): Don't be fooled if the var holds
9136 a "list" (lambda ...) rather than a real completion list.
9137
9138 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9139 lexical-let when encountering ((lambda (...) ...) ...).
9140
9141 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9142
9143 * progmodes/sh-script.el (sh-mode):
9144 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9145 * textmodes/picture.el (picture-mode): Update docstrings.
9146
9147 2005-12-17 Eli Zaretskii <eliz@gnu.org>
9148
9149 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9150 commands enclosed in $(ARGQUOTE)s should not be split between two
9151 lines, as that will break with GNU Make >3.80, when sh.exe is used
9152 and arg quoting is with '..'.
9153 (autoloads): Don't break the quoted --eval expression between
9154 several lines.
9155
9156 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9157
9158 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9159 Capture error from printing circular structures.
9160
9161 2005-12-17 Martin Rudalics <rudalics@gmx.at>
9162
9163 * wid-edit.el (widget-checkbox-action): Clear undo info.
9164
9165 2005-12-16 Bill Wohler <wohler@newt.com>
9166
9167 * menu-bar.el (kill-this-buffer): Set a good example by using menu
9168 bar, not menubar in comment.
9169
9170 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9173 After-change-functions should not clobber the match data.
9174
9175 2005-12-16 Juri Linkov <juri@jurta.org>
9176
9177 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9178 instead of `buffer-substring'.
9179 (completion-common-substring): Doc fix.
9180 (completion-setup-function): Use minibuffer-completion-contents
9181 instead of minibuffer-contents. Don't set common-string-length
9182 initially. Remove special handling of partial-completion-mode.
9183 Move computation of completion-base-size into one cond.
9184 Call completion-base-size-function in mainbuf. In computation of
9185 completion-base-size for file name completion don't move point to
9186 the end of the minibuffer. Move computation of common-string-length
9187 into one cond. Start putting faces only when common-string-length>=0.
9188 Add condition to put completions-common-part when
9189 common-string-length>0.
9190
9191 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9192 place point at the first different character in the minibuffer
9193 even if this position is at the beginning of the minibuffer.
9194
9195 * info.el (Info-read-node-name-1): In completion-base-size-function's
9196 lambda return 1 if common-substring or minibuffer-completion-contents
9197 starts with (, and 0 otherwise.
9198
9199 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9200 Use `crm-current-element' for second arg of `display-completion-list'.
9201
9202 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9203
9204 * files.el (set-auto-mode): Look for an interpreter specified on
9205 the first line also if search for mode specification succeeded,
9206 but the mode is not known.
9207
9208 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9209
9210 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9211 (org-open-at-point): Implement tag searches as links.
9212 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9213 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9214 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9215 (org-agenda-dispatch): New commands.
9216 (org-use-tag-inheritance, org-tags-column): New options.
9217 (org-tab-follows-link, org-return-follows-link): New options.
9218 (org-tags): New customize group.
9219 (org-start-icalendar-file): Get local time zone.
9220 (org-tags-completion-function): New function.
9221 (org-set-font-lock-defaults): Make sure links will also be
9222 highlighted inside headlines.
9223
9224 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9225
9226 * term.el (term-emulate-terminal):
9227 Let term-handle-ansi-terminal-messages override what Bash says about
9228 its current directory.
9229
9230 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9231
9232 * bindings.el (last-buffer): Move to simple.el.
9233 * simple.el (last-buffer): Move here.
9234 (get-next-valid-buffer): New function.
9235 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9236 (prev-buffer): Ditto. Rename to `previous-buffer'.
9237
9238 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9239 * bindings.el (global-map): Ditto.
9240
9241 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9242
9243 * cus-edit.el: Introductory comment change.
9244 (custom-magic-alist): Change message string for the `rogue' state.
9245
9246 2005-12-15 Richard M. Stallman <rms@gnu.org>
9247
9248 * tooltip.el: Delete defcustom variable :tag names.
9249
9250 * complete.el (partial-completion-mode): Doc fix.
9251
9252 * textmodes/flyspell.el (flyspell-external-point-words):
9253 Use save-excursion to ensure we don't move backward in the
9254 search loop, not even one character.
9255 (flyspell-delete-all-overlays): Use remove-overlays directly.
9256
9257 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9258 (ispell-start-process): Set that variable.
9259 Clear ispell-buffer-local-name.
9260 (ispell-internal-change-dictionary):
9261 Set ispell-current-dictionary after killing process.
9262 (ispell-buffer-local-dict):
9263 Don't set spell-personal-dictionary after killing process.
9264 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9265 (ispell-tex-skip-alists, ispell-html-skip-alists)
9266 (ispell-skip-region-alist): Mark as risky.
9267
9268 * net/newsticker.el (newsticker--retrieval-timer-list)
9269 (newsticker--display-timer, newsticker-running-p)
9270 (newsticker-ticker-running-p): Definitions moved up.
9271
9272 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9273
9274 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9275
9276 2005-12-15 David Ponce <david@dponce.com>
9277
9278 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9279 (recentf-edit-list, recentf-open-files): Signal an error when
9280 there is no recent file.
9281
9282 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9283
9284 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9285 read-only except for texinfo-format-region evaluation.
9286
9287 2005-12-14 Richard M. Stallman <rms@gnu.org>
9288
9289 * vc.el (vc-default-previous-version, vc-default-next-version)
9290 (vc-do-command): Doc fixes.
9291
9292 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9293
9294 * textmodes/bibtex.el (bibtex-expand-strings)
9295 (bibtex-autokey-expand-string, bibtex-name-part)
9296 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9297 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9298 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9299 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9300 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9301 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9302 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9303 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9304 (bibtex-beginning-of-last-entry): Remove.
9305 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9306 message if comma is missing but buffer is read-only.
9307 (bibtex-parse-field-text): Handle whitespaces at the end of field
9308 text. Return 3-element list with beginning and end of field text
9309 and end of field.
9310 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9311 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9312 (bibtex-search-forward-field, bibtex-search-backward-field):
9313 Search always delimited by limits of entry. Use more efficient
9314 search algorithms.
9315 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9316 bibtex-end-of-name-in-field.
9317 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9318 extracting the content of a field.
9319 (bibtex-text-in-field): Use search limits.
9320 (bibtex-parse-string-prefix): Handle empty string keys based on
9321 bibtex-string-empty-key.
9322 (bibtex-parse-string): Fix docstring.
9323 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9324 (bibtex-preamble-prefix, bibtex-strings): New functions.
9325 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9326 BibTeX entries (consistent with other BibTeX functions).
9327 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9328 (bibtex-search-entry): Fix docstring. Simplify.
9329 (bibtex-flash-head, bibtex-complete-string-cleanup)
9330 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9331 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9332 (bibtex-parse-entry): New optional arg content.
9333 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9334 Use bibtex-text-in-field-bounds.
9335 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9336 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9337 bibtex-parse-string-postfix.
9338 (bibtex-find-text-internal): New function.
9339 (bibtex-remove-delimiters): Use it.
9340 (bibtex-find-text): Use it. New optional arg help.
9341 (bibtex-complete): Handle BibTeX string and preamble entries.
9342 (bibtex-Preamble): Fix order of closing delimiters.
9343
9344 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * vc.el (vc-default-revert): New fun.
9347
9348 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9349
9350 2005-12-14 Romain Francoise <romain@orebokech.com>
9351
9352 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9353 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9354 (font-lock-remove-keywords): Likewise.
9355
9356 2005-12-14 Juri Linkov <juri@jurta.org>
9357
9358 * log-view.el (log-view-diff): Doc fix.
9359
9360 * isearch.el (isearch-query-replace): Use (mark) instead of
9361 isearch-opoint if mark is active in transient-mark-mode.
9362
9363 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9364
9365 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9366
9367 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9368
9369 * progmodes/cpp.el (cpp-face): New widget.
9370 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9371
9372 2005-12-14 Juri Linkov <juri@jurta.org>
9373
9374 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9375 around `erase-buffer' and `insert'.
9376
9377 * descr-text.el (describe-text-properties): Replace buffer name
9378 "*Help-2*" with "*Help*<2>".
9379 (describe-char): Add functions print-help-return-message,
9380 toggle-read-only. Use help-setup-xref with nil to not store
9381 describe-char in help-xref-stack. Use help-make-xrefs to
9382 make [back] button.
9383
9384 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9385
9386 * wdired.el (wdired-old-point): New internal variable.
9387 (wdired-change-to-wdired-mode): Set it buffer-locally.
9388 (wdired-abort-changes): Restore point after aborting changes.
9389
9390 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * vc.el (vc-do-command): Add a new value t for okstatus.
9393
9394 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9395 frame in case of errors.
9396
9397 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9398
9399 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9400 so it comes after "On the Left" in the menu.
9401
9402 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9403
9404 * cus-edit.el (customize-apropos, customize-apropos-options)
9405 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9406
9407 2005-12-12 Bill Wohler <wohler@newt.com>
9408
9409 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9410 non-writable Subversion-controlled files by saving window
9411 configuration before calling vc-do-command. vc-do-command calls
9412 pop-to-buffer on error which is unexpected during registration.
9413
9414 2005-12-12 Jay Belanger <belanger@truman.edu>
9415
9416 * calc/README: Update the summary of changes.
9417
9418 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 * descr-text.el (describe-char): Rework last fix to solve the problem
9421 is the same way it's solved for everything else in that function
9422 (i.e. by extracting the info before setting up the *Help* buffer).
9423
9424 2005-12-12 Kim F. Storm <storm@cua.dk>
9425
9426 * subr.el (version-regexp-alist): Allow space as separator before
9427 non-numeric part, e.g. "1.0 alpha".
9428 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9429
9430 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9431
9432 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9433 Implement Logging and the keep-modes setting.
9434 (org-get-category): Make sure a string is returned.
9435 (org-log-done): New function.
9436 (org-log-done, org-closed-string): New options.
9437
9438 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9439
9440 * tooltip.el (tooltip-y-offset): Change default to 20.
9441
9442 2005-12-12 Richard M. Stallman <rms@gnu.org>
9443
9444 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9445
9446 * frame.el (display-hourglass): Doc fix.
9447
9448 * help.el (help-for-help-internal): Simplify entry for `a'.
9449
9450 * info.el (Info-on-current-buffer): Doc fix.
9451 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9452
9453 * startup.el (inhibit-splash-screen): Make this the real name.
9454 (inhibit-startup-message): Make this the alias.
9455 (command-line): Find only simple.el, and use its directory
9456 to fill in other preloaded files' names.
9457 (command-line): Deactivate the mark if deactivate-mark is set.
9458
9459 * international/mule.el (load-with-code-conversion):
9460 Bind deactivate-mark.
9461
9462 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9463
9464 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9465
9466 * cus-edit.el (customize-apropos): Avoid listing an option more
9467 than once under different aliases. No longer list user options
9468 that are not defined with defcustom (unless a prefix arg is given).
9469 Doc fix.
9470 (customize-apropos-options): Doc fix.
9471
9472 2005-12-11 Juri Linkov <juri@jurta.org>
9473
9474 * frame.el (set-background-color, set-foreground-color)
9475 (set-cursor-color, set-mouse-color, set-border-color):
9476 Add explicit prompts to read colors by `facemenu-read-color'.
9477 (show-trailing-whitespace, blink-cursor-delay)
9478 (blink-cursor-interval, display-hourglass, hourglass-delay):
9479 Remove tags.
9480 (display-hourglass, hourglass-delay): Doc fix.
9481 (cursor-in-non-selected-windows): Capitalize words in tag.
9482
9483 * faces.el (frame-background-mode): Replace `choice-item' keywords
9484 with `const' to not make [default] button. Change default value tag
9485 from `default' to `automatic'. Doc fix.
9486 (trailing-whitespace) <defface>: Change group `whitespace' to
9487 `whitespace-faces'.
9488
9489 2005-12-11 Richard M. Stallman <rms@gnu.org>
9490
9491 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9492
9493 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9494
9495 * term/mac-win.el: Create keymap for mac-apple-event-map.
9496
9497 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9498
9499 * tooltip.el (tooltip-mode): Move to start of file so that it
9500 appears at top of customize buffer.
9501
9502 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9503 Add the gud groupname.
9504 (gud-tooltip-mode): Add the tooltip groupname.
9505 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9506 avoid conflict with tooltip-use-echo-area.
9507
9508 2005-12-10 Romain Francoise <romain@orebokech.com>
9509
9510 * help.el (help-for-help-internal): Add `r' in doc string.
9511
9512 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9513
9514 * align.el (align-regexp, align-highlight-rule):
9515 Use region-beginning and region-end instead of point and mark, so that
9516 repetition (with `repeat-complex-command') recomputes the region
9517 bounds.
9518
9519 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9520
9521 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9522 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9523 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9524 (balance-windows): Rewrite using the above new functions.
9525
9526 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9527
9528 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9529 react if global-hi-lock-mode seems intended.
9530 (global-hi-lock-mode) Renamed from hi-lock-mode.
9531 (hi-lock-archaic-interface-message-used)
9532 (hi-lock-archaic-interface-deduce): New variables.
9533 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9534 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9535 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9536 Replace hi-lock-buffer-mode with hi-lock-mode.
9537
9538 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9539
9540 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9541 completion list, even after a partial completion has been
9542 inserted in the current buffer. If there are more than 1
9543 completion, redisplay the *Completions* buffer; if the
9544 completion is unique, delete the *Completions* window.
9545
9546 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9547
9548 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9549 strings and long subject lines that were broken into multiple
9550 lines at arbitrary places. Handle subjects that have "Re: " in
9551 the middle.
9552
9553 2005-12-10 John W. Eaton <jwe@octave.org>
9554
9555 * emacs/octave-mod.el (octave-electric-space): Don't indent
9556 comments or strings if octave-auto-indent is nil.
9557
9558 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9559
9560 * term/mac-win.el: Require url when compiling.
9561 Call mac-process-deferred-apple-events after loading init files.
9562 (mac-apple-event-map): New defvar. Define event handlers in it.
9563 (core-event, internet-event): New Apple event class symbols.
9564 (open-application, reopen-application, open-documents)
9565 (print-documents, open-contents, quit-application)
9566 (application-died, show-preferences, autosave-now, get-url):
9567 New Apple event ID symbols.
9568 (about): New HICommand ID symbol.
9569 (mac-event-spec, mac-event-ae): New macros.
9570 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9571 (mac-ae-selection-range, mac-ae-text-for-search)
9572 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9573 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9574 and Services menu events are now defined in mac-apple-event-map.
9575 (mac-drag-n-drop): Remove selection range handling.
9576
9577 2005-12-10 Kenichi Handa <handa@m17n.org>
9578
9579 * simple.el (zap-to-char):
9580 * isearch.el (isearch-process-search-char): Translate CHAR by
9581 translation-table-for-input.
9582
9583 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9584
9585 * foldout.el (foldout-exit-fold): Properly hide subtree.
9586
9587 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9588
9589 * files.el (save-buffer):
9590 * international/ucs-tables.el (ucs-set-table-for-input):
9591 * mail/mail-extr.el (mail-extract-address-components):
9592 * mail/sendmail.el (mail-mode): Reformat doc string.
9593
9594 2005-12-09 Juri Linkov <juri@jurta.org>
9595
9596 * isearch.el (isearch-highlight): Change main overlay priority
9597 from 1 to 1001. Simplify.
9598 (isearch-lazy-highlight-update): Change lazy overlay priority
9599 from 0 to 1000.
9600
9601 * replace.el (replace-highlight): Change overlay priority from
9602 1 to 1001.
9603
9604 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9605 Change overlay priority from 1 to 1001. Reuse existing overlay.
9606
9607 * compare-w.el (compare-windows-highlight): Change overlay
9608 priority from 1 to 1000.
9609
9610 * menu-bar.el (menu-bar-edit-menu): Add listp around
9611 pending-undo-list to disable menu item "undo" when pending
9612 undo list is empty.
9613
9614 * locate.el (locate): Disable undo in *Locate* buffer.
9615
9616 2005-12-09 Kim F. Storm <storm@cua.dk>
9617
9618 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9619
9620 2005-12-09 David Ponce <david@dponce.com>
9621
9622 * recentf.el: Improvement of the menu code.
9623 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9624 instead of menu hook.
9625 (recentf-show-menu, recentf-hide-menu): New functions.
9626 (recentf-menu-customization-changed, recentf-mode): Use them.
9627 (recentf-menu-action, recentf-max-menu-items)
9628 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9629 (recentf-arrange-by-rule-others)
9630 (recentf-arrange-by-rules-min-items)
9631 (recentf-arrange-by-rule-subfilter) : Don't use
9632 `recentf-menu-customization-changed'.
9633 (recentf-arrange-rules): Likewise. Accept functions to compute
9634 sub-menu titles.
9635 (recentf-menu-filter): Likewise. Doc fix.
9636 (recentf-menu-value-shortcut): Doc fix.
9637 (recentf-dump-variable): Quote atom value.
9638 (recentf-make-menu-items): Update to use it as a menu filter.
9639 (recentf-match-rule): New function.
9640 (recentf-arrange-by-rule): Use it.
9641 (recentf-indirect-mode-rule): New function.
9642 (recentf-build-mode-rules): Use it.
9643 (recentf-dir-rule): New function.
9644 (recentf-arrange-by-dir): Use it.
9645 (recentf-filter-changer-current): Rename from
9646 `recentf-filter-changer-state'. All references updated.
9647 (recentf-filter-changer-alist): Update filter names.
9648 (recentf-filter-changer-select): New function.
9649 (recentf-filter-changer): Use it. Make a sub-menu from filters
9650 available in `recentf-filter-changer-alist'.
9651 (recentf-data-cache, recentf-clear-data)
9652 (recentf-update-menu): Remove. All references updated.
9653 (recentf-match-rule-p, recentf-build-dir-rules)
9654 (recentf-filter-changer-goto-next)
9655 (recentf-filter-changer-get-current)
9656 (recentf-filter-changer-get-next): Remove.
9657
9658 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9659
9660 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9661 buffer "Reset" button to "Reset to Current" for consistency with
9662 the State buttons.
9663
9664 2005-12-08 John Paul Wallington <jpw@pobox.com>
9665
9666 * ibuf-ext.el (define-ibuffer-filter filename):
9667 If `dired-directory' is a list then really use its car.
9668
9669 2005-12-08 Kim F. Storm <storm@cua.dk>
9670
9671 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9672 Fix indention of text on right side of replaced rectangle.
9673
9674 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9675
9676 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9677 No need to check gud-comint-buffer is bound.
9678 (gdb): Prevent multiple debugging when first session uses gdba.
9679
9680 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9681
9682 CC Mode update to 5.31.
9683
9684 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9685 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9686 We might do this function properly in the future).
9687
9688 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9689 New macros c-sentence-end and c-default-value-sentence end, to cope
9690 with Emacs 22's new function `sentence-end'.
9691
9692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9693
9694 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9695 compat issue using `c-put-overlay' and `c-delete-overlay'.
9696
9697 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9698 New compat macros to handle overlays/extents.
9699
9700 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9701
9702 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9703 (for GNU Emacs 20.4)
9704
9705 * progmodes/cc-defs.el:
9706 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9707
9708 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9709 highlighting mechanism so it will work in XEmacs too.
9710
9711 * progmodes/cc-defs.el: Insert c-int-to-char.
9712
9713 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9714 call to the new macro c-int-to-char. This solves XEmacs's
9715 regarding characters as different from integers.
9716
9717 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9718
9719 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9720 New internal helper.
9721
9722 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9723 construct to make the indirect face lookup work in XEmacs.
9724
9725 (c-cpp-matchers): Append the negation char face to the existing
9726 fontification, so that the cpp face doesn't disappear.
9727 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9728 and strings.
9729
9730 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9731 to map to `font-lock-negation-char-face' in emacsen where it exists.
9732
9733 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9734
9735 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9736
9737 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9738 Rename "c-subword-move-mode" as "c-subword-mode".
9739
9740 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9741 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9742
9743 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9744
9745 * progmodes/cc-mode.el: Added autoload directive for
9746 `c-subword-move-mode' for use in older emacsen.
9747
9748 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9749
9750 * progmodes/cc-mode.el:
9751 (i) Insert a binding for C-c C-backspace into
9752 c-bind-special-erase-keys which works in TTYs.
9753 (ii) Make sure that when file styles are used, any explicitly
9754 given style variables take priority over those in the style.
9755 Do this by calling `hack-local-variables' a second time.
9756
9757 * progmodes/cc-vars.el: Add language specific customization
9758 widgets for AWK to c-doc-comment-style, c-require-final-newline
9759 and c-default-style. Add a defcustom for awk-mode-hook.
9760 Give c-syntactic-element and c-syntactic-context doc-strings by
9761 directly setting their `variable-documentation' propery.
9762 This allows Emacs 22.1 to read these with C-h v.
9763
9764 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9765
9766 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9767
9768 * progmodes/cc-fonts.el, cc-vars.el
9769 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9770 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9771 Masatake YAMATO.
9772
9773 (c-doc-comment-style): Made GtkDoc default in C mode.
9774
9775 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9776 and C-c C-<delete>.
9777
9778 (c-bind-special-erase-keys): New function for use on
9779 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9780
9781 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9782 <delete> key behavior in XEmacs according to `delete-forward-p'.
9783 C.f. `c-electric-delete'.
9784
9785 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9786
9787 * progmodes/cc-mode.el: Give c-hungry-backspace and
9788 c-hungry-delete-forward permanent key bindings.
9789
9790 * progmodes/cc-cmds.el (c-electric-semi&comma):
9791 Bind c-syntactic-context for calls to "criteria functions", for
9792 consistency with other calls to user functions.
9793
9794 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9795 `current-prefix-arg', since this might be the prefix arg to a
9796 command which calls c-indent-command as a function. Change the
9797 interactive spec from "p" to "P".
9798
9799 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9800 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9801 was difficult to understand.
9802
9803 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9804
9805 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9806 first char of an identifier.
9807
9808 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9809 +" syntax in C++.
9810
9811 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9812
9813 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9814 auto-fill doesn't split a c-comment's last word from a hanging
9815 "*/" when a space is typed between them after fill-column.
9816
9817 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9818
9819 * progmodes/cc-styles.el (c-set-style)
9820 (c-setup-paragraph-variables): Abort the command if we're not in a
9821 CC Mode buffer.
9822
9823 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9824 with blank comment-prefix, and a blank line as the comment's
9825 second line.
9826
9827 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9828
9829 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9830 Incorporate the patterns added in the Emacs development branch
9831 for the new Emacs 22 face `font-lock-negation-char-face'.
9832
9833 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9834 of "red" since it stands out better in xterms and DOS terminals.
9835
9836 * progmodes/cc-engine.el (c-literal-faces):
9837 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9838
9839 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9840
9841 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9842 forcibly enable c-electric-flag.
9843
9844 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9845 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9846 after the comment-prefix of a C-style comment will close that comment.
9847
9848 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9849
9850 * progmodes/cc-fonts.el (c-basic-matchers-before)
9851 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9852 in Pike.
9853
9854 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9855 digraphs.
9856
9857 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9858 (c-cpp-message-directives, c-cpp-include-directives)
9859 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9860 (c-cpp-expr-directives): Introduce new language constants to
9861 control cpp syntax in a cleaner way.
9862
9863 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9864
9865 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9866
9867 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9868 (c-multiline-string-start-char): New language constants and
9869 variables to specify how newlines in string literals work.
9870
9871 (c-font-lock-invalid-string): Use them.
9872
9873 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9874 unbalanced close brace is entered. Optimization by avoiding going
9875 back over arbitrarily large blocks. Removed hints that this
9876 function only would be relevant/useful in AWK.
9877
9878 (c-electric-brace): Indent syntactically after the cleanups since
9879 lineup functions might do it differently then.
9880
9881 * progmodes/cc-engine.el, cc-langs.el
9882 (c-opt-op-identifier-prefix): New language constant and variable.
9883
9884 (c-just-after-func-arglist-p, c-after-special-operator-id)
9885 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9886
9887 * progmodes/cc-align.el, cc-engine.el
9888 (c-after-special-operator-id): New helper to handle C++ operator
9889 identifiers.
9890
9891 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9892 (c-guess-basic-syntax): Handle C++ operator identifiers in
9893 declarations.
9894
9895 * progmodes/cc-langs.el (c-assignment-operators): Add the
9896 trigraph version of ^= too.
9897
9898 * progmodes/cc-langs.el (c-assignment-operators): Add the
9899 trigraph version of |= in C++.
9900
9901 * progmodes/cc-fonts.el (c-font-lock-declarators):
9902 Handle `c-decl-hangon-kwds' after the identifier name.
9903
9904 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9905 whether an arglist is "nonempty", ignore a comment after the open
9906 paren if it isn't followed by a non-comment token on the same line.
9907
9908 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9909 Enable heuristics below the point to cope with classes inside special
9910 brace lists in Pike.
9911
9912 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9913
9914 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9915
9916 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9917
9918 * progmodes/cc-guess.el (cc-guess-install): New function to
9919 install an already guessed style in another buffer.
9920
9921 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9922 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9923 anyway if the change always is undone.
9924
9925 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9926
9927 Implement togglable electricity:
9928
9929 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9930 saying when it should be used.
9931
9932 * progmodes/cc-engine.el: Add the new buffer-local variable,
9933 c-electric-flag.
9934
9935 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9936 c-toggle-auto-newline.
9937
9938 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9939 c-toggle-auto-newline. Remove the binding for
9940 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9941 c-toggle-electric-state.
9942
9943 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9944
9945 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9946 c-\(forward\|backward\)-subword.
9947 (c-update-modeline): Add the new modeline flag `l' for
9948 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9949 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9950 Make the old name an alias of the new name.
9951 (c-toggle-electric-state): New function.
9952 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9953 Adapt these functions to do electric things only when
9954 c-electric-flag is non-nil.
9955 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9956 new functions from c-electric-brace.
9957 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9958 mode, so that the tentative extra newline doesn't change the
9959 syntax of the following brace.
9960 (c-electric-brace): Restructure by extracting the above functions.
9961 Tidy up the coding somewhat.
9962 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9963 restructure a bit.
9964
9965 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9966
9967 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9968 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9969
9970 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9971 (c-submode-indicators): Change name from `c-auto-hungry-string'
9972 since it's now used to track another submode.
9973
9974 (c-update-modeline): Convert to function and extended to check
9975 `c-subword-move-mode'.
9976
9977 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9978 Convert to compat aliases for `c-forward-subword' and
9979 `c-backward-subword'.
9980
9981 * progmodes/cc-subword.el: New functions and minor mode to handle
9982 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9983
9984 (c-forward-subword, c-backward-subword, c-mark-subword)
9985 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9986 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9987 Functions corresponding to the standard word handling functions.
9988
9989 (c-subword-move-mode): Minor mode that replaces all the standard
9990 word handling functions with their subword equivalences.
9991
9992 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9993
9994 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9995 entry for one-liner-defun.
9996
9997 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9998 name in its def-edebug-spec.
9999
10000 * progmodes/cc-cmds.el (c-electric-brace): Make the
10001 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
10002 compacts space before a comment, if this will make things fit on
10003 one line.
10004
10005 Introduce an "awk" style, mainly for auto-newline and clean-ups.
10006
10007 * progmodes/cc-align.el: New function c-snug-1line-defun-close
10008
10009 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10010 clean-up one-liner-defun.
10011
10012 * progmodes/cc-styles.el: Add the new "awk" style.
10013
10014 * progmodes/cc-vars.el: Add description of one-liner-defun to
10015 c-cleanup-list's doc-string. New user options,
10016 c-max-one-liner-length. In c-default-style, set the default style
10017 for AWK to "awk".
10018
10019 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10020
10021 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10022 macros inside labels.
10023
10024 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10025 `c-at-statement-start-p' and `c-at-expression-start-p'.
10026
10027 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10028 error if the mark isn't set.
10029
10030 * progmodes/cc-engine.el (c-guess-continued-construct)
10031 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10032 accurately detect functions inside functions.
10033
10034 * progmodes/cc-engine.el (c-at-expression-start-p): New function
10035 like `c-at-statement-start-p' that additionally recognizes commas
10036 and expression parentheses as delimiters.
10037
10038 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10039 to avoid heuristics that doesn't work for unclosed blocks.
10040 (c-at-statement-start-p): New function.
10041
10042 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10043 Objective-C directives, e.g. directives spanning lines should work
10044 reasonably well now.
10045
10046 (c-put-c-type-property, c-clear-c-type-property): New helpers.
10047
10048 (c-forward-objc-directive): New function to move over any ObjC
10049 directive.
10050
10051 (c-just-after-func-arglist-p, c-guess-basic-syntax)
10052 (c-basic-matchers-before): Use it.
10053
10054 (c-font-lock-objc-iip-decl): Remove.
10055
10056 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10057 in the template arglist recognition.
10058
10059 * progmodes/cc-styles.el (c-style-alist): Fix several
10060 inconsistencies in the Whitesmith style.
10061
10062 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10063 New lineup function to get lines after Whitesmith style blocks
10064 correctly indented.
10065
10066 (c-lineup-whitesmith-in-block): Back out the compensation for
10067 opening parens since it's done using `add' lists in the style
10068 definition instead. Don't use the anchor position since it varies
10069 too much between the syntactic symbols. :P
10070
10071 * progmodes/cc-vars.el (c-valid-offset): Update.
10072
10073 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10074 lists where the offsets are combined according to several
10075 different methods: `first', `min', `max', and `add'.
10076 Report offset evaluation errors with `c-benign-error' so that some kind
10077 of reindentation still is done.
10078
10079 * progmodes/cc-engine.el (c-guess-basic-syntax):
10080 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10081 `arglist-close'.
10082
10083 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10084 situations for `arglist-cont-nonempty' and `arglist-close'.
10085
10086 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10087
10088 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10089 cc-bytecomp-boundp' in a number of places.
10090
10091 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10092 macro related issue.
10093
10094 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10095
10096 * progmodes/cc-awk.el: Change the terminology of regexps: A char
10097 list is now [asdf], a char class [:alpha:].
10098 Include code for char classes.
10099 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
10100 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10101
10102 Remove (nearly all of) the cruft associated with AWK Mode's former
10103 concept of "virtual semicolons":
10104
10105 Adapt c-beginning-of-statement, c-end-of-statement (together with
10106 subfunctions) to use the new notion of "virtual semicolon" in
10107 place of the old awkward special handling for AWK. There remains
10108 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10109 * progmodes/cc-cmds.el:
10110 (c-ascertain-adjacent-literal): In the backwards direction, now
10111 recognises AWK regexp delimiters as string delimiters.
10112 (c-after-statement-terminator-p): Adapt for virtual semicolons;
10113 check more rigorously for "end of macro".
10114 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10115 virtual semicolons;
10116 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10117 out the code for forward movement into ...
10118 (c-end-of-statement): Now contains the code for forward movement,
10119 adapted for virtual semicolons.
10120
10121 * progmodes/cc-engine.el:
10122 (c-ws*-string-limit-regexp): New regexp.
10123 (c-forward-single-comment, c-backward-single-comment): Comment out
10124 the (now redundant) "special" AWK stuff.
10125
10126 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10127 c-string-par-start, c-string-par-separate to be more like Text
10128 Mode than Fundamental Mode.
10129
10130 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10131
10132 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10133 to the fontified region so that fontification doesn't occur
10134 outside it (could happen e.g. when fontifying a line with an
10135 unfinished declaration).
10136
10137 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10138
10139 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10140 start of the file. ^L now separate sections of the file.
10141 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
10142 (c-awk-one-line-possibly-open-string-re)
10143 (c-awk-regexp-one-line-possibly-open-char-class-re)
10144 (c-awk-one-line-possibly-open-regexp-re)
10145 (c-awk-one-line-non-syn-ws*-re): New defonsts.
10146 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10147
10148 Amend the concept of "virtual semicolons" (in the indentation
10149 engine) for languages like AWK, such that they are now
10150 conceptually attached to end of the last token of a statement, not
10151 the end of the line. (In AWK Mode, however, the pertinent text
10152 property is still physically set on the EOL.) Remove the specific
10153 tests for awk-mode, thus facilitating the introduction of other
10154 language modes where EOLs can end statements.
10155 (Note: The funtionality in cc-cmds.el, specifically
10156 c-beginning/end-of-statement has yet to be amended.)
10157
10158 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10159 New macros.
10160
10161 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10162 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
10163 c-vsemi-status-unknown-p-fn (in a new page).
10164
10165 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10166 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10167 numerous awkward forms like
10168 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10169 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10170 variable before-ws-ip, the place just after char-before-ip appears.
10171
10172 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10173 a comment.
10174
10175 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10176
10177 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10178 `c-tentative-buffer-changes'.
10179
10180 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10181 convert to macro to choose between Emacs and XEmacs at compile time.
10182
10183 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10184
10185 (c-tentative-buffer-changes): New macro to handle temporary buffer
10186 changes in a convenient way.
10187
10188 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10189 for `c-tentative-buffer-changes'.
10190
10191 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10192 the checks for paren sexps between the point and the keyword, to
10193 avoid some false alarms.
10194
10195 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10196 Fixed a situation where an error could be thrown for unbalanced
10197 parens. Changed to make use of c-keyword-member' to avoid some
10198 repeated regexp matches.
10199
10200 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10201 These language variable are no longer necessary.
10202
10203 (c-block-stmt-kwds): New language constant used by
10204 c-looking-at-inexpr-block'.
10205
10206 (c-guess-basic-syntax): Remove an optional check that looked at
10207 the existence of the now removed language variables.
10208
10209 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10210 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10211 object instantiation expressions as declarations in some contexts.
10212 This bug only affected languages where the declarator can't be
10213 enclosed in parentheses.
10214
10215 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10216 insert newlines before and after substatement braces.
10217
10218 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10219 function declaration headers and the handling of C++ style member
10220 init lists.
10221
10222 (c-just-after-func-arglist-p): Rewritten to use
10223 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10224
10225 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10226
10227 (c-guess-basic-syntax): Adapt case 5B for the new
10228 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10229 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10230 covers all cases now).
10231
10232 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10233
10234 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10235
10236 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10237 c-string-par-start/separate c-sentence-end-with-esc-eol,
10238 initialised in c-setup-paragraph-variables, used in string
10239 scanning subroutines of c-beginning-of-statement.
10240
10241 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10242 which precedes the newly inserted `{'.
10243
10244 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10245
10246 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10247 function for declaration level blocks. It should now cope with
10248 templates better and also be a lot more comprehensible.
10249
10250 (c-looking-at-decl-block): The new function.
10251
10252 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10253 for compatibility.
10254
10255 (c-add-class-syntax, c-guess-continued-construct)
10256 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10257
10258 (c-decl-block-key): Change to tell apart ambiguous and
10259 unambiguous keywords. Pike specials are now handled directly in
10260 the code instead.
10261
10262 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10263 New language constants and variables to make the backward skip in
10264 `c-looking-at-decl-block' as tight as possible.
10265
10266 (c-nonsymbol-token-char-list): New language constant.
10267
10268 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10269 find balanced template arglists backwards.
10270
10271 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10272 making char classes for `c-syntactic-skip-backward'.
10273
10274 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10275 16D - can't be a class-close at that point.
10276
10277 * progmodes/cc-engine.el (c-guess-basic-syntax)
10278 (c-add-class-syntax): Don't narrow out the enclosing declaration
10279 level. This makes everything a lot easier, and it was actually
10280 only four small places that needed it to work. Some places that
10281 previously did `widen' are removed now, which has the effect that
10282 `c-guess-basic-syntax' never will look at things outside the
10283 current narrowment now. The anchor position for `topmost-intro'
10284 is affected by this, but it was so bogus it was basically useless
10285 before, and now it's equally bogus but in a slightly different way.
10286
10287 (c-narrow-out-enclosing-class): Gone.
10288
10289 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10290 the narrowed region.
10291
10292 (c-least-enclosing-brace): Remove silly optional argument.
10293
10294 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10295 the point could be left directly after an open paren when finding
10296 the beginning of the first decl in the block.
10297
10298 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10299 Specify which submatch to use.
10300
10301 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10302
10303 (c-decl-start-re): No longer any need for special treatment of
10304 ObjC due to the above.
10305
10306 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10307 presumably follows C in that regard.
10308
10309 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10310 New language constants to specify operator tokens inside
10311 identifiers in a more high level way.
10312
10313 (c-opt-identifier-prefix-key): New internal language constant.
10314
10315 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10316 (c-identifier-start, c-identifier-key): Now completely calculated
10317 from other constants.
10318
10319 (c-identifier-last-sym-match): Decommission since it's no longer used.
10320
10321 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10322
10323 * progmodes/cc-engine.el (c-forward-name): Remove the
10324 optimization when c-identifier-key is equal to c-symbol-key since
10325 it doesn't work in byte compiled files. Don't record empty
10326 regions as identifiers.
10327
10328 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10329 simplify access to `c-operators' and its likes.
10330
10331 (c-operator-list, c-all-op-syntax-tokens)
10332 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10333 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10334 (c-primary-expr-regexp, c-cast-parens): Use it.
10335
10336 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10337 an explicit language in functions.
10338
10339 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10340 variant of adornment.
10341
10342 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10343 variable.
10344
10345 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10346 the Pike value.
10347
10348 * progmodes/cc-engine.el (c-on-identifier)
10349 (c-simple-skip-symbol-backward): Small fix for handling "-"
10350 correctly in `skip-chars-backward'. Affected the operator lfun
10351 syntax in Pike.
10352
10353 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10354 diagnostic message about precompiled language vars not being used.
10355
10356 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10357 "__attribute__" is followed by a parenthesis.
10358
10359 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10360 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10361 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10362
10363 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10364 Internal cleanups to properly detect the declared identifiers in
10365 various declarations.
10366
10367 (c-decl-start-kwds): New language constant to recognize
10368 declarations that can start anywhere. Used for class declarations
10369 in Pike.
10370
10371 (c-specifier-key, c-not-decl-init-keywords)
10372 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10373 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10374
10375 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10376 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10377 handling of the compiler specific extension keywords into a new
10378 language constant `c-decl-hangon-kwds' that defines keyword
10379 clauses to be ignored in declarations.
10380
10381 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10382 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10383 Necessary to stop at the declared identifier in e.g. IDL valuetype
10384 declarations.
10385
10386 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10387 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10388 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10389 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10390 class and enum declarations as such and not as part of the type.
10391
10392 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10393 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10394
10395 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10396 declarations when there's some syntax error later on.
10397
10398 (c-complex-decl-matchers): Did away with a reference to
10399 `c-specifier-key'.
10400
10401 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10402 value - this variable is always dynamically bound.
10403
10404 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10405 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10406 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10407 functions that might do hidden buffer changes: All such internal
10408 functions are now marked instead of those that don't.
10409
10410 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10411 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10412 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10413 (c-literal-type): Allow these functions to make hidden buffer changes,
10414 so that they are free to use text property caching later on.
10415
10416 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10417 (c-electric-brace, c-electric-slash, c-electric-star)
10418 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10419 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10420 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10421 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10422 with the changed semantics of the functions above.
10423
10424 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10425 when macros occur in obscure places. Optimized the sexp movement
10426 a bit.
10427
10428 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10429
10430 Enhancements for c-beginning-of-statement to work in AWK Mode:
10431
10432 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10433 (completed statement) with `}' (statement completed by closing
10434 brace or semicolon) and `$' (statement completed by EOL).
10435
10436 (c-awk-virtual-semicolon-ends-prev-line-p)
10437 (c-awk-virtual-semicolon-ends-line-p)
10438 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10439 (c-awk-at-statement-end-p): New functions.
10440
10441 * progmodes/cc-cmds.el: Simplify the structure of functions
10442 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10443 two functions and c-beginning-of-statement to handle AWK Mode.
10444
10445 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10446 c-backward-single-comment for AWK mode. Attempt to clarify their
10447 doc-strings.
10448
10449 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10450
10451 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10452
10453 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10454 label handling. Labels are now recognized in a uniform and more
10455 robust way, regardless of context. Text properties are put on all
10456 labels to recognize the following declarations better.
10457 Multiword labels are handled both in indentation and fontification for
10458 the benefit of language extensions like Qt. For consistency, keywords
10459 in labels are now fontified with the label face instead.
10460 That also applies to "case" and "default".
10461
10462 (c-beginning-of-statement-1): Fix some bugs in the label
10463 handling. Disregard `c-nonlabel-token-key' in labels that begin
10464 with `c-label-kwds'.
10465
10466 (c-find-decl-spots): Support that the callback adds more
10467 `c-decl-end' spots to find.
10468
10469 (c-forward-decl-or-cast-1): Don't treat a list of plain
10470 identifiers followed by a colon as a declaration.
10471
10472 (c-forward-label): New function to recognize labels.
10473
10474 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10475 `c-forward-label'. Moved the label recognition cases (14 and 15)
10476 earlier since they aren't so context sensitive now. Handle labels
10477 on the top level gracefully. Moved access label recognition to
10478 the generic label case (CASE 15) - removed CASE 5E.
10479
10480 (c-font-lock-declarations): Add recognition of labels in the
10481 same round since we need to handle labels in parallell with other
10482 declarations to recognize both accurately. It should also improve
10483 speed.
10484
10485 (c-simple-decl-matchers, c-basic-matchers-after):
10486 Move `c-font-lock-labels' so that it only is used on decoration level 2
10487 since `c-font-lock-declarations' handles it otherwise.
10488
10489 (c-complex-decl-matchers): Remove the simplistic recognition of
10490 access labels.
10491
10492 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10493 with labels earlier.
10494
10495 (c-decl-start-re): New language variable to make
10496 `c-font-lock-declarations' stop for the special protection labels
10497 in Objective-C that start with `@'.
10498
10499 (c-label-key): Remove since it's no longer used.
10500
10501 (c-recognize-colon-labels, c-label-prefix-re): New language
10502 constants to support recognition of generic colon-terminated labels.
10503
10504 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10505 are colon terminated labels.
10506
10507 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10508 first argument starts with a special brace list.
10509
10510 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10511 (c-font-lock-declarations): Break out the declaration and cast
10512 recognition from `c-font-lock-declarations' to a new function, so
10513 that it can be used in the indentation engine.
10514
10515 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10516 up to the start of the literal. Fixed bug with the point on the
10517 wrong side of the search limit that could happen when the start
10518 position is inside a literal.
10519
10520 * progmodes/cc-engine.el (c-parse-state)
10521 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10522 so that it's kept a little bit back to increase the hit rate.
10523
10524 (c-parse-state): Change the macro handling and fixed some
10525 glitches. Macro context is checked more often than necessary now,
10526 but otoh less garbage conses are generated.
10527
10528 * progmodes/cc-engine.el (c-parse-state)
10529 (c-invalidate-state-cache): Cache the last position where
10530 `c-state-cache' applies. This can speed up refontification quite
10531 a bit in blocks where there are many non-brace parens before the point.
10532
10533 (c-state-cache-end): New variable for this.
10534
10535 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10536 cache variable.
10537
10538 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10539 get close initial continue positions when the start position is
10540 inside a literal or macro. Do not call the callback for spots
10541 before the start position (which can happen e.g. for `c-decl-end'
10542 spots inside comments). Optimize better in special cases when the
10543 region is a single line inside a literal or macro (typically when
10544 the current line is refontified).
10545
10546 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10547 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10548 entries from the paren state.
10549
10550 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10551 special case for "else if" clauses.
10552
10553 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10554 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10555
10556 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10557 New language variable to recognize the gcc extension with statement
10558 blocks inside expressions.
10559
10560 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10561 it somewhat more comprehensible. The argument AT-BLOCK-START is
10562 no longer used and hence removed.
10563
10564 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10565 to `c-add-stmt-syntax'.
10566
10567 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10568 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10569 This fixes bogus label recognition.
10570
10571 * progmodes/cc-engine.el (c-add-type, c-check-type)
10572 (c-forward-name, c-forward-type): Improve storage of template
10573 types in `c-found-types' so that they can be recognized better.
10574
10575 (c-syntactic-content): Add option to skip past nested parens.
10576
10577 * progmodes/cc-engine.el (c-forward-name):
10578 Set `c-last-identifier-range' all the time. It's less work that way.
10579 Handle that there might not be an identifier to store in
10580 `c-last-identifier-range'.
10581
10582 (c-forward-type): Handle that `c-last-identifier-range' might be
10583 nil from `c-forward-name'.
10584
10585 * progmodes/cc-defs.el (c-safe-scan-lists)
10586 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10587
10588 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10589 to work even if the form fails.
10590
10591 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10592 down in a large file in one go.
10593
10594 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10595
10596 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10597 function which is like `c-lineup-math' but returns nil instead of
10598 `c-basic-offset' when it doesn't match.
10599
10600 (c-lineup-math): Change to use `c-lineup-assignments'.
10601
10602 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10603
10604 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10605 c-beginning-of-statement. New subfunctions
10606 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10607
10608 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10609
10610 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10611 hardcoded char classes whereever possible. Changed a couple of
10612 places to use skip by syntax instead of skip by char class.
10613
10614 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10615 Fix a bug in the regexp that caused extreme backtracking.
10616
10617 * progmodes/cc-langs.el (c-block-comment-starter)
10618 (c-block-comment-ender): New language constants to specify in a
10619 single place how block comments look.
10620
10621 (c-comment-start-regexp, c-block-comment-start-regexp)
10622 (comment-start, comment-end, comment-start-skip)
10623 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10624 (c-syntactic-ws, c-nonempty-syntactic-ws)
10625 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10626 `c-line-comment-starter', `c-block-comment-starter' and
10627 `c-block-comment-ender'.
10628
10629 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10630 New language constants to break up things a bit.
10631
10632 (c-simple-ws): New language constant for simple whitespace.
10633
10634 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10635
10636 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10637 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10638 newlines. Allow and ignore nil elements in the list.
10639
10640 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10641
10642 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10643 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10644
10645 * progmodes/cc-cmds.el: Tidy up the comments in
10646 c-beginning-of-statement and subfunctions.
10647
10648 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10649 more flexible c-put-char-property and c-clear-char-properties.
10650 Add the author's email address.
10651
10652 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10653
10654 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10655 closing "*/" of a block comment.
10656
10657 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10658 subfunctions) so that it works at BOB and EOB.
10659
10660 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10661 c-beginning-of-statement, including new variable
10662 c-block-comment-start-regexp.
10663
10664 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10665
10666 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10667 symbols from `*-font-lock-extra-types' so that there's no need to
10668 use `regexp-opt' on those lists.
10669
10670 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10671 `c-type-modifier-kwds' is empty.
10672
10673 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10674 there are several strings on the same line.
10675
10676 * progmodes/cc-engine.el (c-literal-limits): Remove the
10677 compatibility function for older emacsen. `c-literal-limits-fast'
10678 has now taken the place of this function.
10679
10680 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10681 with older emacsen: We now require `pps-extended-state'.
10682
10683 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10684
10685 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10686 which obviates the need to hack sentence-end. This now handles
10687 escaped newlines in strings correctly. Correct minor bugs in
10688 c-move-over-sentence and in c-beginning-of-statement.
10689
10690 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10691 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10692 that movement over macros and code are rigorously separated from
10693 eachother. Correct a few incidental bugs.
10694
10695 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10696 Improve its doc-string. Improve the handling of certain specific cases.
10697
10698 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10699
10700 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10701 (c-guess-basic-syntax): Change the way class-level labels are
10702 recognized; they can now contain essentially any symbols.
10703
10704 (c-opt-extra-label-key): New language variable to cope with the
10705 special protection label syntax in Objective-C.
10706
10707 (c-opt-access-key): Remove; this is now handled better by
10708 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10709
10710 (c-complex-decl-matchers): Update to handle that
10711 `c-opt-access-key' no longer exists.
10712
10713 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10714 improved label recognition in `c-beginning-of-statement-1'.
10715
10716 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10717 Recognize bitfields better.
10718
10719 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10720 Remove some cruft and fixed a bug that could cause it to go to a
10721 position further down.
10722
10723 * progmodes/cc-langs.el, cc-engine.el
10724 (c-beginning-of-statement-1): Improve detection of labels in
10725 declaration contexts.
10726
10727 (c-beginning-of-decl-1): Use it.
10728
10729 (c-nonlabel-token-key): New language constant and variable needed
10730 by `c-beginning-of-statement-1'.
10731
10732 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10733 manifested itself due to the correction in `c-forward-sexp'.
10734
10735 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10736 Make these behave as documented when used at the buffer limits.
10737
10738 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10739 (c-type-decl-end-used): Made this a language variable.
10740
10741 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10742 correctly when `combine-after-change-calls' is used together with
10743 temporary narrowings.
10744
10745 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10746 Report labels correctly when the start point is immediately after the
10747 colon.
10748
10749 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10750 Remove since it isn't used anymore.
10751
10752 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10753 bracket arglists such as template parens in C++.
10754
10755 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10756 in the last check-in. Some optimization.
10757
10758 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10759 where it could stop at the same level in a preceding sexp when
10760 PAREN-LEVEL is set.
10761
10762 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10763 text property lookup only when it's needed.
10764
10765 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10766 Change the policy for paren marked angle brackets to be more
10767 persistent; once marked they remain marked even when they're found
10768 to be unbalanced in the searched region. This should keep the
10769 paren syntax around even when individual lines are refontified in
10770 multiline template arglists.
10771
10772 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10773 to control markup so that incorrect angle bracket arglists aren't
10774 marked in contexts where the correct value for
10775 `c-disallow-comma-in-<>-arglists' isn't known.
10776
10777 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10778 argument has become `c-parse-and-markup-<>-arglists'.
10779
10780 (c-remove-<>-arglist-properties): Remove - no longer used.
10781
10782 (c-after-change-check-<>-operators): New function used on
10783 `after-change-functions' to avoid that "<" and ">" characters that
10784 are part of longer operators have paren syntax.
10785
10786 (c-<>-multichar-token-regexp): New language variable used by
10787 `c-after-change-check-<>-operators'.
10788
10789 (c-after-change): Call `c-after-change-check-<>-operators'.
10790
10791 (c-font-lock-<>-arglists): Use the context properties set by
10792 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10793 correctly to avoid doing invalid markup.
10794
10795 (c-font-lock-declarations): Remove code that undoes the invalid
10796 markup done by `c-font-lock-<>-arglists'.
10797
10798 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10799 after `c-font-lock-declarations'.
10800
10801 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10802 Add paren-level feature.
10803
10804 (c-guess-basic-syntax): Improve the anchor position for
10805 `template-args-cont' in nested template arglists. There's still
10806 much to be desired in this area, though.
10807
10808 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10809
10810 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10811 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10812
10813 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10814
10815 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10816 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10817
10818 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10819 it doesn't work no longer are supported.
10820
10821 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10822 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10823 requires support for the syntax-table' text property, which rules
10824 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10825 cruft associated with those versions.
10826
10827 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10828 for the `syntax-table' text property, which rules out Emacs 19 and
10829 XEmacs < 21.4. Removed various compatibility cruft associated
10830 with those versions.
10831
10832 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10833 support for the `syntax-table' text property.
10834
10835 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10836 variable and use an extra quoted face name instead. All the
10837 emacsen flavors handle that correctly.
10838
10839 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10840 (c-font-lock-declarators, c-font-lock-declarations)
10841 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10842 property to mark the items in in declarator lists to handle
10843 refontification inside multiline declarations better.
10844
10845 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10846 construct like "a * b = c;" as a declaration.
10847
10848 2005-12-08 Kim F. Storm <storm@cua.dk>
10849
10850 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10851 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10852 select either meta, hyper, or super modifier for rectangle commands.
10853 (cua--rectangle-modifier-key): New defvar.
10854 (cua--M/H-key): Use it. Remove special case for `space'.
10855 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10856 on X, to meta otherwise. Always bind C-return to toggle
10857 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10858
10859 * emulation/cua-rect.el (cua-help-for-rectangle):
10860 Use cua--rectangle-modifier-key. Handle super modifier too.
10861 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10862 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10863
10864 * ido.el: Move Acknowledgements and History after Commentary.
10865 Minor changes to Commentary.
10866
10867 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10868 keymap if cua--prefix-override-timer is `shift'.
10869 (cua--shift-control-prefix): New function; emulate "type prefix
10870 key twice" functionality to handle shifted prefix key override.
10871 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10872 New commands.
10873 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10874
10875 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10876
10877 * textmodes/org.el (org-insert-heading): Try to do items before
10878 headings.
10879 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10880 (org-insert-item): New function.
10881 (org-renumber-ordered-list): Don't skip to higher level lists.
10882
10883 2005-12-08 Juri Linkov <juri@jurta.org>
10884
10885 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10886
10887 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10888
10889 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10890
10891 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10892 the constructed function name fun-1.
10893
10894 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10895 because such links don't lead to parent documentation.
10896
10897 2005-12-08 Kenichi Handa <handa@m17n.org>
10898
10899 * descr-text.el (describe-char): Use *Help-2* buffer if the
10900 current buffer is *Help*. Call describe-text-properties while
10901 setting the original buffer.
10902
10903 2005-12-07 Bill Wohler <wohler@newt.com>
10904
10905 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10906 and causes problems with non-MH users (such as Gnus users).
10907
10908 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10909
10910 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10911 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10912 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10913 command "info sources". Move calls to GDB command "list".
10914 (gdb-find-file-hook): Just use gdb-source-file-list.
10915 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10916 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10917 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10918 (gdb-data-list-register-values-handler): Use correct trigger name.
10919
10920 2005-12-07 Kim F. Storm <storm@cua.dk>
10921
10922 * ido.el (ido-completion-map): Rename from ido-mode-map.
10923 (ido-common-completion-map, ido-file-completion-map)
10924 (ido-file-dir-completion-map, ido-buffer-completion-map):
10925 Rename from ido-mode-....-map.
10926 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10927 (ido-setup-completion-map): Rename from ido-define-mode-map.
10928 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10929 to ido-completion-map.
10930
10931 2005-12-07 Kenichi Handa <handa@m17n.org>
10932
10933 * international/mule-cmds.el
10934 (set-display-table-and-terminal-coding-system): If the coding
10935 system specified in `unibyte-display' property is different from
10936 the arg coding-system, don't setup standard-display-table.
10937
10938 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10941 that comments end at \n, regardless of selective-display.
10942
10943 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10944
10945 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10946 (gdb-version): New variables.
10947 (gdb-source-file-list, gdb-register-names)
10948 (gdb-changed-registers): New variables for use with GDB 6.4+.
10949 (gdb-ann3): Replace with...
10950 (gdb-init-1, gdb-init-2): ...two new functions.
10951 (gdba, gdb-prompt): Call gdb-init-1.
10952 (gdb-get-version): New function. Call gdb-init-2 from here.
10953 (gud-watch): Make it work with mouse events too.
10954 (gdb-post-prompt): Don't add to queue until GDB version is known.
10955 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10956 (gdb-locals-mode): Use gdb-version.
10957 (gdb-memory-format-map, gdb-memory-unit-map)
10958 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10959 (gdb-locals-font-lock-keywords-1)
10960 (gdb-locals-font-lock-keywords-2): New variables.
10961 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10962 (gdb-set-gud-minor-mode-existing-buffers-1)
10963 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10964 (gdb-var-update-1, gdb-var-update-handler-1)
10965 (gdb-data-list-register-values-handler)
10966 (gdb-data-list-register-values-custom)
10967 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10968 (gdb-stack-list-locals-handler, gdb-get-register-names):
10969 New functions for use with GDB 6.4+.
10970 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10971 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10972 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10973 (gdb-stack-list-locals-regexp)
10974 (gdb-data-list-register-names-regexp): New regexps for use with
10975 GDB 6.4+.
10976
10977 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10980
10981 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10982
10983 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10984 prompts work for AUTH PLAIN. Also reported by Steve Allan
10985 <seallan@verizon.net>.
10986
10987 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10988
10989 * frame.el (set-frame-parameter): Add doc string.
10990
10991 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10992
10993 * textmodes/org.el (org-occur-highlights): New variable.
10994 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10995 (org-highlight-sparse-tree-matches): New option.
10996 (org-do-occur): New function.
10997 (org-get-heading): Make it work also at beginning of line.
10998 (org-category-table): New variable.
10999 (org-get-category-table, org-get-category)
11000 (org-camel-to-words, org-link-search): New functions.
11001 (org-select-this-todo-keyword): New variable.
11002 (org-todo-list): New command.
11003 (org-shiftright, org-shiftleft): New commands.
11004 (org-agenda-todo): Add prefix argument.
11005 (org-show-hierarchy-above): New option.
11006 (org-show-todo-tree): Numerical prefix creates tree for specific
11007 TODO keyword.
11008 (org-outline-level): New function, to assign a level to plain
11009 lists items.
11010 (org-cycle-include-plain-lists): New option.
11011 (org-mode): Use `org-outline-level' as value of `outline-level'.
11012 (org-cycle): Temporarily switch `outline-regexp' if
11013 `org-cycle-include-plain-lists' is non-nil.
11014 (org-start-icalendar-file): Fix format bug.
11015 (org-agenda-get-day-entries): Create category table.
11016 (org-agenda-get-todos, org-agenda-get-timestamps)
11017 (org-agenda-get-deadlines, org-agenda-get-scheduled)
11018 (org-agenda-get-blocks): Use `org-get-category'.
11019 (org-context-in-file-links): Rename from
11020 `org-line-numbers-in-file-links'.
11021
11022 2005-12-06 Romain Francoise <romain@orebokech.com>
11023
11024 * window.el (balance-windows): Delete extraneous third arg in call
11025 to `enlarge-window'.
11026
11027 2005-12-06 Kenichi Handa <handa@m17n.org>
11028
11029 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11030
11031 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
11032
11033 * progmodes/gdb-ui.el (gdb-var-create-handler)
11034 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11035 (gdb-var-list-children-handler, gdb-var-update-handler):
11036 Current buffer is already gdb-partial-output-buffer, don't
11037 make it current again.
11038
11039 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
11040
11041 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11042 (list-buffers-noselect): Use it.
11043
11044 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11047 (mail-yank-ignored-headers): Use regexp-opt.
11048 (mail-mode-map): Move initialization into declaration.
11049 (mail-sent-via): Remove unused shadowed var `to-line'.
11050 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11051 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11052 (mail-do-fcc): Use dolist and push.
11053 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11054 (mail-yank-ignored-headers): Don't autoload.
11055
11056 2005-12-05 Kenichi Handa <handa@m17n.org>
11057
11058 * international/mule-cmds.el (set-language-info-internal): New fun.
11059 (set-language-info): Call set-language-info-internal to update
11060 language-info-alist. If LANG-ENV is the current one, call
11061 set-language-environment to make INFO effective now.
11062 (set-language-info-alist): Likewise.
11063 (locale-language-names): With locale "en", use English
11064 lang. env. but set the default codings to iso-8859-1.
11065
11066 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
11067
11068 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11069 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11070 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11071 for plain strings.
11072 (gdb-frames-mode): Remove redundant call to font-lock-mode.
11073 (gdb-all-registers): Rename from toggle-gdb-all-registers.
11074 Create registers buffer if necessary. Echo new state in minibuffer.
11075 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11076
11077 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
11078
11079 * info.el (Info-fontify-node): Match external links using
11080 non-directory part of filename.
11081
11082 2005-12-04 Juri Linkov <juri@jurta.org>
11083
11084 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11085 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
11086 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11087 because there is no customization option for it.
11088
11089 * font-lock.el (lisp-font-lock-keywords-1):
11090 Add define-global-minor-mode.
11091
11092 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11093
11094 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11095 properties on the constructed variable names.
11096
11097 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11098 Put `definition-name' properties on the constructed function names
11099 next-sym and prev-sym.
11100
11101 * emacs-lisp/find-func.el (find-function-regexp):
11102 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
11103 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
11104 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11105 and easy-menu-define.
11106
11107 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11108 easy-mmode-define-global-mode and define-global-minor-mode.
11109 (lisp-imenu-generic-expression): Add define-global-minor-mode.
11110
11111 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11112 instead of easy-mmode-define-global-mode.
11113
11114 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11115 Use define-minor-mode instead of easy-mmode-define-minor-mode.
11116
11117 * cus-edit.el (customize-group, customize-group-other-window):
11118 Filter out autoloaded options from the group completion list by
11119 using heuristics that autoloaded groups don't have `custom-autoload'
11120 property on their symbols (they have only `custom-loads').
11121
11122 * simple.el (completion-setup-function): Put completions-common-part
11123 face on complete completion string too (i.e. completion string
11124 without completions-first-difference face).
11125
11126 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11127
11128 2005-12-03 Eli Zaretskii <eliz@gnu.org>
11129
11130 * view.el (view-mode): Doc fix.
11131
11132 * disp-table.el (standard-display-european): Add to the warning
11133 message a reference to the doc string.
11134
11135 * play/yow.el (apropos-zippy): Call print-help-return-message,
11136 similar to other Help and Apropos commands.
11137
11138 * help.el (print-help-return-message): If pop-up-frames is
11139 non-nil, set up help-return-method to delete the help window and,
11140 possibly, its frame as well, and don't display message about
11141 scrolling the help window. Doc fix.
11142 (help-return-method): Doc fix.
11143
11144 2005-12-03 Martin Rudalics <rudalics@gmx.at>
11145
11146 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11147 whereby names of length one or names starting with a
11148 symbol-constituent character would not be returned.
11149
11150 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11151
11152 * subr.el (atomic-change-group): Add edebug and indentation spec.
11153
11154 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11155
11156 * completion.el (save-completions-file-name): Fix typo in last change.
11157
11158 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11159
11160 * info.el: Move back/forward history to the beginning of the tool bar.
11161
11162 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
11163
11164 * allout.el (eval-when-compile): Remove unnecessary load of cl.
11165 Add fset of allout-real-isearch-abort during compile to fix
11166 byte-compilation warnings.
11167 (allout-mode-p): Move definition of this macro above all uses, or
11168 byte compilation in barren emacs (eg, during emacs build) will
11169 lack the definition.
11170 (allout-mode): Move this variable above any uses, or byte
11171 compilation will fail.
11172 (allout-resolve-xref): Remove use of personal file-reference function.
11173 (allout-toggle-current-subtree-encryption): Do the current (ie,
11174 visible containing) topic, rather than nearest around point. Doc fix.
11175 (allout-toggle-subtree-encryption): New function, workhorse that
11176 works on nearest topic containing point.
11177 (allout-encrypt-string): Signal requirement for newer version of pgg.
11178 (allout-resumptions): Doc fix.
11179
11180 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11181
11182 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11183
11184 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11185
11186 * textmodes/flyspell.el (flyspell-external-point-words):
11187 Consider a misspelling as found in the string search if: (a) misspelling
11188 and found string lengths match, or (b) misspelling is found as
11189 element in a boundary-chars separated longer string, or (c)
11190 ispell-program-name is really ispell and misspelling is found as
11191 part of a TeX string. After successful match move beginning of
11192 search region to end of match. Warn about not found misspellings
11193 once the process is done.
11194 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11195
11196 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11197
11198 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11199 tool bar (removed inadvertently).
11200
11201 2005-12-02 Juri Linkov <juri@jurta.org>
11202
11203 * log-view.el (log-view-diff): Clarify doc string.
11204
11205 2005-12-01 Bill Wohler <wohler@newt.com>
11206
11207 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11208 triggers lm-verify errors.
11209
11210 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11211
11212 * simple.el (transient-mark-mode, line-number-mode)
11213 (column-number-mode, size-indication-mode): Remove `:require nil'.
11214
11215 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11216
11217 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11218 in the margin also.
11219 (gdb-breakpoints-mode-map): Use D instead of d for
11220 gdb-delete-breakpoint.
11221 (gdb-get-frame-number): Require a number to match on.
11222 (gdb-threads-mode-map): Add follow-link binding.
11223
11224 2005-11-30 Jason Rumney <jasonr@gnu.org>
11225
11226 * isearch.el (isearch-mode-map): Avoid exiting search on
11227 language-change event.
11228
11229 2005-11-30 Romain Francoise <romain@orebokech.com>
11230
11231 * speedbar.el (speedbar-default-position): New defcustom.
11232 (speedbar-frame-reposition-smartly): Use it.
11233
11234 * dframe.el (dframe-reposition-frame-emacs): Fix position
11235 computation for `left' location.
11236 Update copyright year.
11237
11238 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * help.el (help-map): Move initialization into declaration.
11241
11242 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11243
11244 * help-fns.el (help-argument-name): Don't autoload.
11245 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11246 to be re-loaded when customizing the `help' group.
11247
11248 2005-11-30 John Paul Wallington <jpw@gnu.org>
11249
11250 * help-fns.el (describe-function-1): Fill arglist output.
11251
11252 2005-11-30 Kim F. Storm <storm@cua.dk>
11253
11254 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11255 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11256 after revert-buffer (or anything else which kills all local variables).
11257
11258 * apropos.el (apropos-parse-pattern): Doc fix.
11259 Set apropos-regexp directly, rather than expecting callers to do so.
11260 (apropos-command, apropos, apropos-value, apropos-documentation):
11261 Simplify calls to apropos-parse-pattern.
11262
11263 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11264
11265 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11266 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11267 (hi-lock-write-interactive-patterns): Use comment-region.
11268
11269 * longlines.el (longlines-mode): Add mail-setup-hook.
11270
11271 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11272
11273 * simple.el (sendmail-user-agent-compose, next-line):
11274 Conditionally use hard-newline.
11275
11276 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11277
11278 * international/latexenc.el (latex-inputenc-coding-alist):
11279 Reword doc string.
11280
11281 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11282
11283 * help.el (describe-key-briefly, describe-key): Recognize default
11284 bindings.
11285
11286 2005-11-29 Romain Francoise <romain@orebokech.com>
11287
11288 * view.el (view-inhibit-help-message): New defcustom.
11289 (view-mode-enter): Use it.
11290
11291 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11292
11293 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11294 Preserve user position.
11295
11296 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11297
11298 * font-lock.el: Throw error if facemenu is not loaded to prevent
11299 accidental change of loading order in loadup.el. (Suggested by RMS.)
11300
11301 * loadup.el: Add comment explaining why facemenu must be loaded
11302 before font-lock.
11303
11304 2005-11-28 Jay Belanger <belanger@truman.edu>
11305
11306 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11307 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11308
11309 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11310
11311 * calc/calc-embed.el (calc-do-embedded): Update help message.
11312
11313 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11314
11315 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11318
11319 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11320 called-interactively-p.
11321 (elp-profilable-p): Rename from elp-not-profilable-p.
11322 Invert result and take into account macros and autoloaded functions.
11323 (elp-instrument-function): Update call.
11324 (elp-instrument-package): Update call. Add completion.
11325 (elp-pack-number): Use match-string.
11326 (elp-results-jump-to-definition-by-mouse): Merge into
11327 elp-results-jump-to-definition and then remove.
11328 (elp-output-insert-symname): Make help echo text single-line.
11329
11330 * replace.el (query-replace-map): Move initialization into declaration.
11331 (occur-engine): Use with-current-buffer.
11332 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11333 (occur-mode-mouse-goto): Replace with an alias.
11334
11335 2005-11-28 Juri Linkov <juri@jurta.org>
11336
11337 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11338
11339 * term/w32-win.el: Bind [S-tab] to [backtab].
11340
11341 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11342 `Info-find-file' to t.
11343
11344 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11345 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11346 and same-window-regexps.
11347 (occur-next-error): Don't move point for arg 0.
11348
11349 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11350
11351 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11352
11353 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * log-edit.el (log-edit-changelog-use-first): New var.
11356 (log-edit-changelog-ours-p): Use it.
11357 (log-edit-insert-changelog): Set it with new arg `use-first'.
11358 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11359 (log-edit-hook): Add them to the list of suggested options.
11360
11361 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11362 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11363 redundant work.
11364 (flyspell-mode-on): Use add-hook for after-change-functions.
11365 (flyspell-mode-off): Use remove-hook for after-change-functions.
11366 (flyspell-changes): Make it buffer-local.
11367 (flyspell-after-change-function): Make it non-interactive. Use push.
11368 (flyspell-post-command-hook): Check input-pending-p while processing
11369 the potentially long list of buffer changes.
11370
11371 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11372
11373 * buff-menu.el (list-buffers-noselect): Display the selected
11374 frame's buffer list, not the global one.
11375
11376 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11377
11378 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11379 that (list last-input-event) works as in interactive spec.
11380
11381 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11382
11383 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11384 `facemenu-keymap' needs to be defined when font-lock is loaded.
11385 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11386
11387 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * completion.el: Remove useless leading * in defcustom docstrings.
11390 (save-completions-file-name): Use ~/.emacs.d if available.
11391 (completion-standard-syntax-table): Rename from
11392 cmpl-standard-syntax-table and fold initialization into declaration,
11393 thus removing cmpl-make-standard-completion-syntax-table.
11394 (completion-lisp-syntax-table, completion-c-syntax-table)
11395 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11396 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11397 (symbol-under-point, symbol-before-point)
11398 (symbol-under-or-before-point, symbol-before-point-for-complete)
11399 (add-completions-from-c-buffer): Use with-syntax-table.
11400 (make-completion): Don't return a list of completion entries.
11401 Update callers.
11402 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11403 (completion-initialize): Rename from initialize-completions.
11404 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11405 (kill-emacs-save-completions): Collect stats here.
11406 (save-completions-to-file, load-completions-from-file):
11407 Use with-current-buffer.
11408 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11409 into a function. Move all calls to toplevel.
11410 (completion-lisp-mode-hook): New fun.
11411 (completion-c-mode-hook, completion-setup-fortran-mode):
11412 Set the syntax-table here. Use local-set-key.
11413 (completion-saved-bindings): New var.
11414 (dynamic-completion-mode): Make it into a proper minor mode.
11415 (load-completions-from-file): Remove unused var `num-uses'.
11416
11417 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11418 constructor if it is explicitly overridden.
11419
11420 * complete.el (PC-completion-as-file-name-predicate):
11421 Use minibuffer-completing-file-name.
11422 (partial-completion-mode): Use find-file-not-found-functions.
11423 (PC-lisp-complete-symbol): Use with-syntax-table.
11424 (PC-look-for-include-file): Remove dead setq.
11425 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11426 (PC-complete): Use with-current-buffer.
11427
11428 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11429 escape single quotes.
11430
11431 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11432
11433 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11434 of `if' whose condition always returned nil. Doc fix.
11435
11436 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11437 window's buffer the current buffer around the call to
11438 `list-buffers-noselect'. This is necessary to mark that buffer
11439 with a `.' in the Buffer Menu when called from Lisp, for instance
11440 by Auto Revert Mode.
11441
11442 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11443
11444 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11445 attaching to it.
11446 (gdb-pre-prompt): Make sure gdb-error is reset.
11447
11448 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11449 with a child process, detect it.
11450 (gud-speedbar-buttons): Match regexp more carefully.
11451
11452 2005-11-27 Richard M. Stallman <rms@gnu.org>
11453
11454 * mouse.el (mouse-drag-move-window-bottom):
11455 Use adjust-window-trailing-edge.
11456
11457 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11458
11459 * simple.el (blink-matching-open): Ignore
11460 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11461 (blink-matching-paren-on-screen): Update docstring.
11462
11463 * paren.el (show-paren-mode): No longer change
11464 `blink-matching-paren-on-screen'.
11465
11466 2005-11-27 John Paul Wallington <jpw@pobox.com>
11467
11468 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11469 (gdb-threads-select, gdb-edit-register-value):
11470 Use `posn-set-point' instead of `mouse-set-point' because the
11471 latter is not fbound when configured without X.
11472
11473 2005-11-27 Kim F. Storm <storm@cua.dk>
11474
11475 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11476 existing face when partially highlighting a TAB in a rectangle.
11477
11478 2005-11-26 Kim F. Storm <storm@cua.dk>
11479
11480 * ido.el (ido-mode-map): Doc fix.
11481 (ido-mode-common-map, ido-mode-file-map)
11482 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11483 (ido-define-mode-map): Rewrite. Select one of the new maps as
11484 parent for ido-mode-map instead of building from scratch.
11485 (ido-init-mode-maps): New defun to initialize new maps.
11486 (ido-mode): Call it.
11487 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11488 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11489
11490 2005-11-26 John Paul Wallington <jpw@pobox.com>
11491
11492 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11493 `mouse-set-point' because the latter is not fbound when configured
11494 without X.
11495
11496 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11497
11498 * files.el (file-relative-name): Doc fix.
11499
11500 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11501
11502 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11503 non-empty string for secondary prompt PS2.
11504
11505 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11506
11507 * progmodes/compile.el (compilation-setup): Fix last change.
11508
11509 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11510
11511 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11512 (gdb-mouse-toggle-breakpoint-margin)
11513 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11514 Add gdb-server-prefix to keep out of command history.
11515 (gdb-edit-register-value): New function.
11516 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11517 (gdb-info-registers-custom): Use above map.
11518
11519 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11520
11521 * custom.el (enable-theme): Signal error if argument is not a
11522 theme. Don't recalculate a face if it's not loaded yet.
11523
11524 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11525 the `user' theme is in effect.
11526
11527 * info.el (Info-on-current-buffer): Record actual filename in
11528 Info-current-file, instead of t, or a fake filename if a non-file
11529 buffer. Make autoload.
11530 (Info-find-node, Info-revert-find-node): No need to check for
11531 Info-current-file nil.
11532 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11533 Info-current-file is now never `t'.
11534 (Info-fontify-node): Many simplifications due to Info-current-file
11535 always being valid. Use Info-find-file to find node filename.
11536
11537 2005-11-25 David Kastrup <dak@gnu.org>
11538
11539 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11540 new character, then delete" in order to preserve markers.
11541
11542 2005-11-25 David Ponce <david@dponce.com>
11543
11544 * recentf.el (recentf-arrange-by-rule): Handle a special
11545 `auto-mode-alist'-like "strip suffix" rule.
11546 (recentf-build-mode-rules): Handle second level auto-mode entries.
11547
11548 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11549
11550 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11551 window modes.
11552
11553 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11554 jde-javadoc-checker-report-mode.
11555
11556 * ediff-wind (ediff-make-wide-display): Slight simplification.
11557
11558 * ediff.el (ediff-date): Change the date of last update.
11559
11560 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11561
11562 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11563 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11564 (hi-lock-mode): New global minor mode.
11565 (turn-on-hi-lock-if-enabled): New function.
11566 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11567 Change arguments to regexp and face instead of a font-lock pattern.
11568 Directly set face property, instead of refontifying.
11569 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11570 (hi-lock-find-patterns): Use line-number-at-pos.
11571
11572 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11573 arguments for hi-lock-set-pattern.
11574 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11575 Call font-lock-fontify-buffer.
11576 (hi-lock-find-file-hook, hi-lock-current-line)
11577 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11578
11579 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11580 turned off.
11581
11582 * progmodes/compile.el (compilation-setup): Don't fiddle with
11583 font-lock-defaults.
11584
11585 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11586
11587 * progmodes/gdb-ui.el (gdb-var-create-handler)
11588 (gdb-var-list-children-handler): Find values for all variable
11589 objects. gud-speedbar-buttons decides whether to display them.
11590
11591 2005-11-24 Romain Francoise <romain@orebokech.com>
11592
11593 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11594 buffer name with a space.
11595
11596 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11597
11598 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11599 `org-export-local-list-max-depth'. Change default value to 3.
11600 (org-auto-renumber-ordered-lists)
11601 (org-plain-list-ordered-item-terminator): New options.
11602 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11603 (org-get-indentation, org-get-string-indentation)
11604 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11605 New functions.
11606 (org-move-item-down, org-move-item-up): New commands.
11607 (org-export-as-html): New classes for CSS support. Bug fix in
11608 regular expression detecting fixed-width regions. Respect
11609 `org-local-list-ordered-item-terminator'.
11610 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11611 also a list item.
11612 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11613 New item moving functions.
11614
11615 2005-11-24 Juri Linkov <juri@jurta.org>
11616
11617 * isearch.el (isearch-repeat): With empty search ring set
11618 `isearch-error' to the error string instead of signaling error
11619 with the function `error'.
11620
11621 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11622
11623 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11624
11625 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11626
11627 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11628 and variable.
11629 (gdb-var-create-handler, gdb-var-list-children-handler):
11630 Don't match on "char **...".
11631 (gdb-var-update-handler): Find values for all variable objects.
11632 (gdb-info-frames-custom): Identify frames by leading "#".
11633
11634 * progmodes/gud.el (gud-speedbar-menu-items): Add
11635 gdb-speedbar-auto-raise as radio button.
11636 (gud-speedbar-buttons): Raise speedbar if requested.
11637 Don't match on "char **...".
11638 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11639 Make it editable.
11640
11641 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11642
11643 * info.el (Info-fontify-node): Handle the case where
11644 Info-current-file is t.
11645
11646 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * simple.el (blink-matching-open): Fix off-by-one in last change.
11649
11650 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11651
11652 * term/mac-win.el: Don't change default directory.
11653
11654 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11655
11656 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11657 buffers correctly. (It used to throw an error in such buffers.)
11658 Make it ask for confirmation in group buffers and other Custom
11659 buffers containing more than one customization item.
11660
11661 2005-11-22 John Paul Wallington <jpw@gnu.org>
11662
11663 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11664 property on mail and url overlays.
11665 (goto-address-at-point): Use `posn-set-point' instead of
11666 `mouse-set-point' because the latter is not fbound when configured
11667 without X.
11668
11669 2005-11-22 Lars Hansen <larsh@soem.dk>
11670
11671 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11672 (ls-lisp-classify, ls-lisp-format): Delete call to
11673 ls-lisp-parse-symlink.
11674 (ls-lisp-handle-switches): Handle symlinks to directories as
11675 directories when ls-lisp-dirs-first in non-nil.
11676
11677 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11678
11679 * startup.el (command-line): Make sure that loaddefs.el is handled
11680 correctly in load-history.
11681
11682 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11683
11684 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11685 (gdb-struct-string, gdb-array-string): New constants.
11686 (gdb-info-locals-handler): Use them.
11687 (gdb-reset): Reset gdb-var-list to nil.
11688
11689 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11692 in patterns.
11693
11694 2005-11-21 Juri Linkov <juri@jurta.org>
11695
11696 * custom.el (defcustom): Update link types in docstring.
11697
11698 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11699
11700 * custom.el (defgroup): Add doc-string-elt info.
11701
11702 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11703
11704 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11705
11706 * newcomment.el (comment-enter-backward): Fix last fix.
11707
11708 * simple.el (blink-matching-open):
11709 * paren.el (show-paren-function): Allow new paren-class info.
11710
11711 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11712
11713 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11714 handled automagically.
11715
11716 2005-11-20 Andreas Schwab <schwab@suse.de>
11717
11718 * descr-text.el (describe-char): When copying overlays put them
11719 over the full char description instead of just the first character
11720 of it.
11721
11722 2005-11-20 Juri Linkov <juri@jurta.org>
11723
11724 * simple.el (what-cursor-position):
11725 * descr-text.el (describe-char): Use Lisp-readable syntax
11726 for octal and hex. Reorder decimal, octal and hex values.
11727 Remove excess whitespace in the output. Use `=' in `column='
11728 like in `point=' and `Hscroll='.
11729
11730 * international/mule-cmds.el (encoded-string-description):
11731 Use Lisp-readable syntax for hex.
11732
11733 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * newcomment.el (comment-enter-backward): Handle the case where the
11736 comment is closed by EOB.
11737
11738 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11739
11740 * longlines.el (longlines-before-revert-hook)
11741 (longlines-after-revert-hook): New functions.
11742 (longlines-mode): Turn off longlines temporarily when reverting.
11743 Add a message-setup-hook.
11744 (longlines-decode-buffer): New function.
11745 (longlines-wrap-line): Preserve marker positions.
11746
11747 2005-11-19 Andreas Schwab <schwab@suse.de>
11748
11749 * emacs-lisp/shadow.el: Handle compressed files.
11750
11751 2005-11-19 Romain Francoise <romain@orebokech.com>
11752
11753 * net/browse-url.el (browse-url-default-browser): Signal an error
11754 if no usable browser can be found, rather than try to load w3.
11755
11756 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11757
11758 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11759 replacing existing properties.
11760 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11761 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11762 tty specs.
11763 (rcirc-server-prefix, rcirc-server): New faces.
11764 (rcirc-url-regexp): Generate with rx macro.
11765 (rcirc-last-server-message-time): New variable.
11766 (rcirc-filter): Record time of last message.
11767 (rcirc-keepalive): Kill processes that did not send a message
11768 since the last ping.
11769 (rcirc-mode): Give rcirc-topic a local binding here.
11770
11771 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11772
11773 * subr.el (read-passwd): Fontify the prompt as we do with other
11774 prompts.
11775
11776 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11777
11778 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11779 binding buffer-read-only to nil.
11780
11781 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11782
11783 * complete.el (partial-completion-mode):
11784 Mention completion-auto-help in the doc string.
11785
11786 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11787 more Lisp-ish way.
11788
11789 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11790
11791 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11792 digits, not 8, to avoid misalignment for files larger than 100MB.
11793
11794 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11795
11796 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11797 Mention "keyboard shortcuts" in the help text.
11798
11799 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11800
11801 * startup.el (fancy-splash-default-action): Discard only
11802 mouse-down and succeeding mouse-up events in the splash screen
11803 window so that drag-n-drop event can be processed.
11804
11805 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11806
11807 * longlines.el (longlines-mode): Add hacks for mail-mode and
11808 message-mode.
11809
11810 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11811
11812 * textmodes/org.el (org-table-sort-lines): New command.
11813 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11814 (org-add-file): Command removed, use `org-agenda-file-to-front'
11815 instead.
11816 (org-export-icalendar): Use `org-icalendar-combined-name'.
11817 (org-cycle-agenda-files, org-agenda-file-to-end)
11818 (org-agenda-file-to-front): New commands.
11819 (org-table-tab-jumps-over-hlines, org-export-html-style):
11820 New options.
11821 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11822 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11823 New functions.
11824 (org-fill-paragraph): Call `org-table-align' in tables.
11825 (org-mode): Call `org-set-autofill-regexps'.
11826 (org-export-as-html): Support for local handformatted lists.
11827 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11828 (org-export-local-list-max-depth): New option.
11829 (org-html-expand): Use `org-html-protect'.
11830
11831 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11832
11833 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11834 to "p".
11835 (gdb): Move definition of gud-pp to...
11836
11837 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11838 speedbar.
11839 (gdb-find-watch-expression): New function.
11840
11841 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11842
11843 * faces.el (face-attribute, set-face-attribute): Mention existence
11844 of `:ignore-defface' setting in docstring.
11845
11846 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11847
11848 * simple.el (completion-setup-function): Fix last change.
11849
11850 2005-11-17 John Paul Wallington <jpw@pobox.com>
11851
11852 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11853 Use `posn-set-point' instead of `mouse-set-point' because the
11854 latter is not fbound when configured without X.
11855
11856 * comint.el (comint-insert-input): Likewise.
11857
11858 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11859
11860 * simple.el (hard-newline): New variable.
11861 (sendmail-user-agent-compose, next-line): Use it.
11862
11863 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11864 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11865 (mail-mail-reply-to, mail-mail-followup-to)
11866 (mail-position-on-field, mail-signature, mail-yank-original)
11867 (mail-attach-file): Likewise.
11868
11869 * mail/mailheader.el (mail-header-format)
11870 (mail-header-format-function): Likewise.
11871
11872 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11873
11874 2005-11-17 Juri Linkov <juri@jurta.org>
11875
11876 * font-lock.el (font-lock-faces): Rename this defgroup from
11877 `font-lock-highlighting-faces'.
11878 (font-lock-comment-face, font-lock-comment-delimiter-face)
11879 (font-lock-string-face, font-lock-doc-face)
11880 (font-lock-keyword-face, font-lock-builtin-face)
11881 (font-lock-function-name-face, font-lock-variable-name-face)
11882 (font-lock-type-face, font-lock-constant-face)
11883 (font-lock-warning-face, font-lock-negation-char-face)
11884 (font-lock-preprocessor-face)
11885 (font-lock-regexp-grouping-backslash)
11886 (font-lock-regexp-grouping-construct): Rename :group from
11887 `font-lock-highlighting-faces' to `font-lock-faces'.
11888
11889 * cus-edit.el (lisp, c, tex):
11890 * progmodes/ada-mode.el (ada):
11891 * progmodes/asm-mode.el (asm):
11892 * progmodes/cperl-mode.el (cperl-faces):
11893 * progmodes/cpp.el (cpp):
11894 * progmodes/dcl-mode.el (dcl):
11895 * progmodes/f90.el (f90):
11896 * progmodes/fortran.el (fortran):
11897 * progmodes/icon.el (icon):
11898 * progmodes/idlwave.el (idlwave-misc):
11899 * progmodes/m4-mode.el (m4):
11900 * progmodes/make-mode.el (makefile):
11901 * progmodes/meta-mode.el (meta-font):
11902 * progmodes/modula2.el (modula2):
11903 * progmodes/octave-mod.el (octave):
11904 * progmodes/pascal.el (pascal):
11905 * progmodes/perl-mode.el (perl):
11906 * progmodes/prolog.el (prolog):
11907 * progmodes/ps-mode.el (PostScript-edit):
11908 * progmodes/scheme.el (scheme):
11909 * progmodes/sh-script.el (sh-script):
11910 * progmodes/simula.el (simula):
11911 * progmodes/tcl.el (tcl):
11912 * textmodes/nroff-mode.el (nroff):
11913 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11914 * textmodes/sgml-mode.el (sgml):
11915 * textmodes/texinfo.el (texinfo):
11916 Add :link (custom-group-link font-lock-faces) to defgroup.
11917
11918 * hi-lock.el (hi-lock): Rename this defgroup from
11919 `hi-lock-interactive-text-highlighting'. Change parent group from
11920 `faces' to `font-lock'. Add link to the manual.
11921 (hi-lock-mode, hi-lock-file-patterns-range)
11922 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11923 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11924 (hi-lock-faces): Add :group `faces'.
11925
11926 * cus-edit.el (custom-variable-prompt): Clarify the code.
11927
11928 * faces.el (face-read-string): Set the default value arg of
11929 completing-read.
11930
11931 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11932
11933 * rfn-eshadow.el (file-name-shadow-properties)
11934 (file-name-shadow-tty-properties, file-name-shadow-mode):
11935 Remove autoloads, because the file is now preloaded.
11936
11937 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11938
11939 * printing.el (easy-menu-intern): Don't define.
11940 (pr-get-symbol): Use easy-menu-intern only if defined.
11941
11942 * simple.el (blink-matching-open): Simplify a bit.
11943 (completion-setup-function): Fix the case of partial-completion-mode
11944 when the minibuffer's contents start with "-".
11945 Obey completion-base-size-function even when
11946 minibuffer-completing-file-name is non-nil.
11947
11948 2005-11-16 Richard M. Stallman <rms@gnu.org>
11949
11950 * net/eudcb-ph.el (eudc-ph-open-session):
11951 Use set-process-query-on-exit-flag.
11952
11953 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11954
11955 * international/ucs-tables.el (ucs-set-table-for-input):
11956 Use make-local-variable, not make-variable-buffer-local.
11957
11958 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11959 Improve warning message text.
11960
11961 * savehist.el (savehist-save-hook): Add :group.
11962
11963 * menu-bar.el (menu-bar-help-menu):
11964 Rename Find Extra Packages to External Packages.
11965
11966 * cus-edit.el (Custom-reset-standard): Verify that
11967 :custom-standard-value prop exists before calling it.
11968
11969 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11970
11971 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11972
11973 * wid-edit.el (color): Enclose %t in %{...%}.
11974
11975 * cus-edit.el (face): Enclose %t in %{...%}.
11976
11977 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11978
11979 * savehist.el (savehist-mode-hook): Re-add the var.
11980 (savehist-mode): Use it.
11981
11982 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * textmodes/flyspell.el: Fix commenting convention.
11985 Remove unnecessary leading * in custom docstrings.
11986 (flyspell-emacs): Remove unused var.
11987 (flyspell-delete-region-overlays): Use remove-overlays.
11988 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11989 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11990 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11991 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11992 (make-flyspell-overlay): Don't locally reuse a global name.
11993 (flyspell-highlight-incorrect-region)
11994 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11995 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11996 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11997 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11998 Wrap calls to accept-process-output inside with-local-quit since it's
11999 often called from a post-command-hook.
12000 (flyspell-correct-word, flyspell-auto-correct-word):
12001 Use ispell-send-string.
12002 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
12003
12004 * calendar/diary-lib.el (diary-list-entries): Also hide the
12005 terminating newline.
12006
12007 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
12008
12009 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12010 window-system, to allow fonts on tty.
12011
12012 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
12013
12014 * progmodes/gud.el (gud-speedbar-item-info): New function.
12015 (gud-install-speedbar-variables): Use it to display data type
12016 of watch expression as a tooltip in speedbar.
12017
12018 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
12019
12020 * font-core.el (global-font-lock-mode): Add :version keyword,
12021 because default was changed.
12022
12023 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12024
12025 * startup.el (command-line): Use `custom-reevaluate-setting' for
12026 `file-name-shadow-mode'.
12027
12028 * loadup.el: Preload rfn-eshadow.
12029
12030 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12031 Add :version keyword.
12032 (file-name-shadow-properties, file-name-shadow-tty-properties)
12033 (file-name-shadow): Add :version keyword.
12034
12035 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12036 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12037 in the custom-group property of the symbol frames and the fringe
12038 group got no link to its parent group frames.
12039 Doc fix.
12040
12041 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12042
12043 * progmodes/gud.el (gud-stop-subjob): New function.
12044 (gud-menu-map, gud-tool-bar-map): Use it.
12045
12046 2005-11-16 Kim F. Storm <storm@cua.dk>
12047
12048 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12049 than kill it.
12050 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
12051 to a more useful/logical place.
12052
12053 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12054
12055 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12056 go buttons complementary.
12057
12058 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12061 (rfn-eshadow-sifn-equal): New function.
12062 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12063
12064 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
12065
12066 * viper-utils.el (viper-non-word-characters-reformed-vi):
12067 Quote `-' in string.
12068
12069 * viper.el (viper-emacs-state-mode-list): Ensure that
12070 rcirc-mode buffers come up in Emacs state.
12071
12072 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12073 operation.
12074
12075 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12076
12077 * term.el (term-termcap-format): Fix typos.
12078 (term-down): Fix the negative argument case.
12079
12080 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12081
12082 * progmodes/gdb-ui.el: Remove face-alias left over from change on
12083 2005-08-15.
12084 (gdb-ann3): New command gud-go.
12085 (menu): Accomodate gdb-mi.el.
12086 (gdb-assembler-custom): Make buffer of selected window current
12087 so that set-window-point works.
12088
12089 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12090 buttons and include new ones.
12091
12092 2005-11-16 Kim F. Storm <storm@cua.dk>
12093
12094 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12095 (gud-menu-map): Use it.
12096
12097 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
12098
12099 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12100 that works correctly for Custom and that does not override a user
12101 who disables it.
12102
12103 * help-mode.el (help-make-xrefs, help-xref-on-pp)
12104 (help-xref-interned, help-follow): Make hyperlinks for variables
12105 that are unbound, but have a non-nil variable-documentation property.
12106
12107 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12108 mode hook. (It conflicted with defcustoms for some mode hooks.)
12109 Use the `variable-documentation' property to give the mode hook a
12110 docstring and expand that docstring.
12111
12112 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
12113
12114 * savehist.el (savehist-mode): Don't bother with
12115 `custom-set-minor-mode'.
12116 (savehist-coding-system): Check XEmacs version.
12117 (history-length): Declare also at run time.
12118 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
12119 Don't set the customize state.
12120 (savehist-minibuffer-hook): Special case for when
12121 minibuffer-history-variable is equal to t.
12122
12123 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * files.el (write-file): Refresh VC status.
12126
12127 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12128 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12129 than fundamental-mode to see if the mode was set.
12130
12131 2005-11-14 Romain Francoise <romain@orebokech.com>
12132
12133 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12134 dummy function in `eval-when-compile' to avoid compiler warning.
12135 Require `man' at compile time.
12136
12137 2005-11-14 Jay Belanger <belanger@truman.edu>
12138
12139 * calc-alg.el (calcFunc-write-out-power): Rename it to
12140 calcFunc-powerexpand.
12141 (math-write-out-power): Rename it to math-powerexpand; have it
12142 handle negative exponents.
12143 (calc-writeoutpower): Rename it to calc-powerexpand.
12144
12145 * calc-ext.el: Change calcFunc-writeoutpower and
12146 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12147 autoloads.
12148 Add calcFunc-ldiv to autoloads.
12149
12150 * calc-arith.el (calcFunc-ldiv): New function.
12151
12152 * calc.el (calc-left-divide): New function.
12153
12154 2005-11-14 Juri Linkov <juri@jurta.org>
12155
12156 * cus-edit.el (custom-variable-prompt): Set the default value arg
12157 of completing-read.
12158
12159 * cus-dep.el (custom-make-dependencies): Reverse the list of
12160 found dependencies.
12161
12162 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12163
12164 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12165 Highlighting" entry, it is on by default now.
12166 (menu-bar-options-save): Do not save global-font-lock-mode.
12167
12168 2005-11-13 Richard M. Stallman <rms@gnu.org>
12169
12170 * textmodes/flyspell.el (flyspell-large-region):
12171 Call flyspell-accept-buffer-local-defs.
12172
12173 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12174
12175 * textmodes/flyspell.el (flyspell-notify-misspell):
12176 Fix misspelling of "Misspelling".
12177 (flyspell-process-localwords): New function.
12178 (flyspell-large-region): Call flyspell-process-localwords and
12179 flyspell-delete-region-overlays.
12180 (flyspell-delete-region-overlays): New function.
12181 (flyspell-delete-all-overlays): Call that.
12182
12183 2005-11-13 Richard M. Stallman <rms@gnu.org>
12184
12185 * help.el (help-for-help-internal): Improve doc of C-h a.
12186 (describe-key): Improve prompt; doc fix.
12187
12188 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * vc-svn.el (vc-svn-registered): Catch all errors.
12191
12192 * cus-dep.el (custom-make-dependencies): Typo.
12193
12194 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12195
12196 * net/tramp-util.el (top): Fix compilation warning.
12197
12198 2005-11-13 Kim F. Storm <storm@cua.dk>
12199
12200 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12201
12202 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12203
12204 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12205 (gud-speedbar-buttons): Match on "const char *" too.
12206
12207 * progmodes/gdb-ui.el (gdb-var-create-handler)
12208 (gdb-var-list-children-handler): Match on "const char *" too.
12209 (gdb-var-evaluate-expression-handler): Match on empty string.
12210 (gdb-var-update-handler): Only call
12211 gdb-var-evaluate-expression-handler when required.
12212
12213 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12214
12215 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12216 selected window. This still doesn't work for speedbar.
12217 (gud-speedbar-buttons): Handle string expressions properly.
12218
12219 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12220 (gdb-var-create-handler): Handle string expressions properly.
12221 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12222 Handle string expressions properly. Move "type" field into regexp.
12223
12224 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12225
12226 * bookmark.el (bookmark-maybe-message): New function to reduce
12227 code duplication: invokes `message' iff baud-rate is high enough.
12228 (bookmark-write-file): Use above instead of an inline conditional.
12229 (bookmark-load): Same.
12230
12231 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12232
12233 * bookmark.el (bookmark-write-file): Don't visit the destination
12234 file, just write the data to it using write-region. This is
12235 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12236 change to avoid visiting the file in the first place.
12237
12238 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12239
12240 * hi-lock.el (hi-lock-mode): Set the default value of
12241 font-lock-defaults.
12242
12243 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12244
12245 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12246 arg to `file-attributes'.
12247 (find-lisp-format): The UID and GID can now be strings.
12248
12249 2005-11-12 Kim F. Storm <storm@cua.dk>
12250
12251 * help.el (help-map): Bind C-h d to apropos-documentation.
12252
12253 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12254 when point is at end-of-buffer.
12255
12256 * apropos.el (apropos-match-face): Doc fix.
12257 (apropos-sort-by-scores): Add new choice `verbose'.
12258 (apropos-documentation-sort-by-scores): New defcustom.
12259 (apropos-pattern): Now contains the pattern entered by the user.
12260 (apropos-pattern-quoted): New defvar.
12261 (apropos-regexp): New defvar, containing the regexp corresponding
12262 to apropos-pattern.
12263 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12264 (apropos-read-pattern): New defun. Use it to read pattern arg in
12265 interactive calls; returns list of words for a word list, and
12266 string for a regexp.
12267 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12268 parses a list of words or regexp as returned by apropos-read-pattern.
12269 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12270 (apropos-score-doc): Return a very high score if the string
12271 entered by the user matches literally.
12272 (apropos-variable): Doc fix. Use apropos-read-pattern.
12273 (apropos-command): Doc fix. Use apropos-read-pattern and
12274 apropos-parse-pattern. Call apropos-print with nosubst=t.
12275 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12276 apropos-parse-pattern.
12277 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12278 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12279 apropos-documentation-sort-by-scores. Call apropos-print with
12280 nosubst=t.
12281 (apropos-documentation-internal): Pass doc string through
12282 substitute-key-definition before adding text properties.
12283 Highlight substring matching literal user input if possible.
12284 (apropos-documentation-check-doc-file): Remove locals beg and end.
12285 Fix calculation of score (as added twice). Pass doc string through
12286 substitute-key-definition before adding text properties.
12287 (apropos-documentation-check-elc-file): Pass doc string through
12288 substitute-key-definition before adding text properties.
12289 Highlight substring matching literal user input if possible.
12290 (apropos-print): Add new arg NOSUBST; if set, command and variable
12291 doc strings have already been passed through substitute-key-definition.
12292 Add code to handle apropos-accumulator items without score element
12293 for backwards compatibility (e.g. with woman package).
12294 Only show scores if apropos-sort-by-scores is `verbose'.
12295
12296 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12299 Add jka-compr-load-suffixes to load-suffixes.
12300
12301 * jka-compr.el: Require jka-cmpr-hook.
12302 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12303 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12304 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12305 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12306 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12307 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12308 (jka-compr-uninstall): Remove entries from
12309 jka-compr-added-to-file-coding-system-alist after they are used.
12310 (jka-compr-error): Remove unused var `curbuf'.
12311 (jka-compr-file-local-copy): Remove unused var `notfound'.
12312
12313 2005-11-10 Romain Francoise <romain@orebokech.com>
12314
12315 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12316
12317 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12318
12319 * progmodes/gud.el (gud-menu-map): Move parentheses.
12320 (gdb): New command gud-pv.
12321
12322 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12323
12324 * tar-mode.el: Remove spurious or unnecessary leading stars
12325 in docstrings.
12326 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12327 (tar-parse-octal-integer-safe): Use mapc.
12328 (tar-header-block-summarize): Remove unused var `ck'.
12329 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12330 cleared before. Obey default-enable-multibyte-characters.
12331 Use mapconcat. Simplify setting of tar-header-offset.
12332 (tar-mode-map): Move initialization inside delcaration.
12333 (tar-flag-deleted): Use `abs'.
12334 (tar-expunge-internal): Remove unused var `line'.
12335 (tar-expunge-internal): Don't hardcode point-min==1.
12336 (tar-expunge): Widen while doing set-buffer-multibyte.
12337 (tar-rename-entry): Use file-name-coding-system.
12338 (tar-alter-one-field): Don't hardcode point-min==1.
12339 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12340 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12341
12342 2005-11-10 Masatake YAMATO <jet@gyve.org>
12343
12344 * add-log.el (add-log-current-defun): Handle class::method
12345 notation of c++. Fix incorrect comment.
12346
12347 2005-11-10 Alan Mackenzie <acm@muc.de>
12348
12349 * help-fns.el (describe-variable): Make C-h v work when a variable
12350 has variable documentation yet is unbound.
12351
12352 2005-11-10 Masatake YAMATO <jet@gyve.org>
12353
12354 * man.el (Man-highlight-references): Set an empty
12355 string to `Man-arguments' if it is nil.
12356 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12357
12358 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12361 commenting conventions.
12362
12363 * cus-dep.el (custom-make-dependencies): Simplify.
12364 Better follow the commenting conventions.
12365
12366 2005-11-09 Richard M. Stallman <rms@gnu.org>
12367
12368 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12369 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12370 All uses changed.
12371 (apropos-rewrite-regexp): Doc fix.
12372 (apropos-variable, apropos-command, apropos, apropos-value):
12373 Change prompt; carry through the argument renaming.
12374
12375 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12376
12377 * find-lisp.el: Require dired.
12378 (find-lisp-find-dired-internal): Do not call
12379 `abbreviate-file-name' on DIR.
12380
12381 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12382
12383 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12384
12385 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12386
12387 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12388 when using the speedbar.
12389 (gdb): New command gud-pp.
12390 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12391
12392 2005-11-09 Juri Linkov <juri@jurta.org>
12393
12394 * replace.el (occur-excluded-properties): New defcustom.
12395 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12396
12397 2005-11-08 Jay Belanger <belanger@truman.edu>
12398
12399 * calc/calc-units.el (math-convert-units): Replace any composite
12400 unit by its definition.
12401
12402 2005-11-08 Lars Hansen <larsh@soem.dk>
12403
12404 * emacs-lisp/autoload.el (update-directory-autoloads):
12405 Add obsolete function alias.
12406
12407 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12410 comment-indent-function.
12411 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12412
12413 * reveal.el (reveal-post-command): Rework the handling of
12414 reveal-open-spots, so as to be more reliable. There were several
12415 tricky corner cases where an open spot might be lost, or where
12416 a closed spot might end up on the list of open spots.
12417 Only reveal text that's ellipsised.
12418
12419 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12420
12421 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12422
12423 2005-11-07 John Paul Wallington <jpw@gnu.org>
12424
12425 * ibuffer.el (ibuffer): Search iconified frames too when
12426 getting Ibuffer buffer's window.
12427
12428 2005-11-06 Richard M. Stallman <rms@gnu.org>
12429
12430 * progmodes/compile.el (compilation-internal-error-properties):
12431 save-excursion around the computation of MARKER.
12432
12433 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12434
12435 * textmodes/flyspell.el (flyspell-external-point-words):
12436 flyspell-get-word returns a list, not just a string.
12437
12438 2005-11-06 John Paul Wallington <jpw@pobox.com>
12439
12440 * ibuffer.el (ibuffer): Search all visible frames when getting
12441 Ibuffer buffer's window.
12442
12443 2005-11-07 Masatake YAMATO <jet@gyve.org>
12444
12445 * man.el (Man-reference-regexp): Accept spaces between
12446 `Man-name-regexp' and `Man-section-regexp'.
12447 (Man-apropos-regexp): New variable.
12448 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12449 if available.
12450 (Man-highlight-references, Man-highlight-references0):
12451 Handle the case when `Man-arguments' includes "-k".
12452 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12453 `TARGET'. `TARGET' can be a number, function or nil.
12454
12455 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12456
12457 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12458 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12459 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12460 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12461 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12462 (gdb-send-item): Use buffer-local-value and simplify.
12463
12464 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12465
12466 * startup.el (command-line): Use `custom-reevaluate-setting' for
12467 `global-font-lock-mode'.
12468
12469 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12470 by default, except in batch mode or when the -D option is given.
12471
12472 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12473 specified keyword args on to `define-minor-mode'. Update docstring.
12474
12475 2005-11-05 Romain Francoise <romain@orebokech.com>
12476
12477 * replace.el (occur-engine): Add marker at end of line, too.
12478
12479 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12480
12481 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12482 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12483 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12484 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12485 argument to all these routines, so the passphrase can be managed
12486 externally and passed in to the system.
12487 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12488 pgg-add-passphrase-to-cache function.
12489
12490 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12491 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12492 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12493 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12494 argument to all these routines, so the passphrase can be managed
12495 externally and passed in to the system.
12496 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12497 function.
12498
12499 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12500
12501 * font-lock.el: Don't deal with font-lock-face-attributes here,
12502 move the code ...
12503
12504 * startup.el (command-line): ... here. Use face-spec-set instead
12505 of custom-declare-face.
12506
12507 * faces.el (face-spec-set): Reset the face if spec is not nil.
12508
12509 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * newcomment.el (comment-region-internal): Box more tightly in the
12512 common case where there's no TAB in the boxed text.
12513
12514 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12515
12516 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12517 up-node.
12518
12519 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12520
12521 * newsticker.el: Commentary updated. Code formatting changed.
12522 (newsticker-version): Change to "1.9".
12523 (newsticker, newsticker-feed): Doc fix.
12524 (newsticker-url-list): Doc fix. Add option "Weekly".
12525 (newsticker-retrieval-interval): Add option "Weekly".
12526 (newsticker-headline-processing): Doc fix.
12527 (newsticker-auto-mark-filter): Remove.
12528 (newsticker-auto-mark-filter-list): New.
12529 (newsticker-layout, newsticker-sort-method): Doc fix.
12530 (newsticker-hide-old-items-in-newsticker-buffer)
12531 (newsticker-heading-format, newsticker-item-format)
12532 (newsticker-desc-format): Doc fix.
12533 (newsticker-show-all-rss-elements): Remove.
12534 (newsticker-show-all-news-elements): New.
12535 (newsticker-faces, newsticker-ticker): Doc fix.
12536 (remove-from-invisibility-spec): Code formatting.
12537 (newsticker--process-ids): New.
12538 (newsticker-mode): Doc fix.
12539 (newsticker-mode): Change mode-line-format.
12540 (newsticker-start): Remove debug output.
12541 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12542 (newsticker-w3m-show-inline-images): Code formatting.
12543 (newsticker-next-item): Call `force-mode-line-update'.
12544 (newsticker-previous-item): Call `force-mode-line-update'.
12545 (newsticker-next-feed): Call `force-mode-line-update'.
12546 (newsticker-previous-feed): Call `force-mode-line-update'.
12547 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12548 (newsticker-show-old-items): Do not show descs.
12549 (newsticker-hide-entry): Hide too much.
12550 (newsticker-hide-entry, newsticker-show-entry)
12551 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12552 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12553 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12554 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12555 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12556 (newsticker-get-news): Call `force-mode-line-update'.
12557 Collect process ids.
12558 (newsticker--sentinel): Change coding system handling.
12559 Move image retrieval to new functions newsticker--get-logo-url-*.
12560 Move feed parsing to new functions newsticker--parse-*.
12561 Update list of process ids.
12562 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12563 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12564 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12565 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12566 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12567 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12568 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12569 (newsticker--decode-coding-string): Remove.
12570 (newsticker--decode-numeric-entities): Check input. Format code.
12571 (newsticker--remove-whitespace): Check input.
12572 (newsticker--do-forget-preformatted): Doc fix.
12573 (newsticker--decode-rfc822-date): Allow for missing time.
12574 (newsticker--update-process-ids): New.
12575 (newsticker--image-sentinel): Change comment.
12576 (newsticker--image-read): Change error message.
12577 (newsticker--imenu-goto): Doc fix. Show headline title.
12578 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12579 (newsticker--buffer-do-insert-text): Clean whitespace in
12580 html-rendered headline title. Code formatting.
12581 Call `newsticker--buffer-print-extra-elements'.
12582 (newsticker--buffer-print-extra-element): Remove.
12583 (newsticker--buffer-print-extra-elements): New.
12584 (newsticker--buffer-do-print-extra-element): New.
12585 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12586 large sizes.
12587 (newsticker--run-auto-mark-filter)
12588 (newsticker--do-run-auto-mark-filter):
12589 Use `newsticker-auto-mark-filter-list'.
12590
12591 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12592
12593 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12594 (rcirc-print): Force redisplay before running hooks. Do long
12595 buffer truncation after making new text read-only. Deal with nil
12596 text when decoding strings. If TARGET is nil, use either the
12597 currently selected buffer, if it is an rcirc buffer and of the
12598 same process or the process buffer.
12599 (rcirc-mode): Remove header-line. Recompute short buffer names.
12600 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12601 (rcirc-short-buffer-name): Add variable.
12602 (rcirc-kill-buffer-hook): Recompute short buffer names.
12603 Remove nick from private channel.
12604 (rcirc-send-input): Send command text to current-buffer.
12605 Don't clear overlay arrow here.
12606 (rcirc-short-buffer-name): Return a short buffer name.
12607 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12608 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12609 buffer-name abbreviations.
12610 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12611 Do not touch nick-table when killing a parted channel.
12612 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12613 Clear arrow from current buffer if it is now hidden.
12614 (rcirc-current-buffer): Add variable.
12615 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12616 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12617 Remove -face from names.
12618 (rcirc-update-activity-string): Print "DND" when globally ignoring
12619 activity.
12620 (rcirc-ignore-buffer-activity-flag): Rename from
12621 rcirc-ignore-channel-activity.
12622 (rcirc-ignore-all-activity-flag): Doc fix.
12623 (rcirc-channels): Remove variable.
12624 (rcirc-kill-buffer-hook):
12625 (rcirc-get-buffer-create): Add nick to private channel.
12626 (rcirc-multiline-edit-submit): Remove tabs.
12627 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12628 folded.
12629 (rcirc-remove-nick-channel): Bug fix.
12630 (rcirc-toggle-ignore-buffer-activity): Rename from
12631 rcirc-toggle-ignore-channel-activity.
12632 (rcirc-record-activity): Add buffers to the front of the list.
12633 (rcirc-update-activity): Remove killed buffers from list.
12634 (rcirc-process-server-response-1): Remove last argument if it is
12635 null before calling handler.
12636 (rcirc): Add "rcirc" defcustom prefix.
12637 (rcirc-prompt): Simplify default prompt.
12638 Use custom-initialize-default.
12639 (rcirc-private-chats): Remove variable.
12640 (rcirc-prompt): Change initialization.
12641 (rcirc-version): Remove function.
12642 (rcirc-id-string): Add constant.
12643 (rcirc-last-buffer): Remove variable.
12644 (rcirc-buffer-alist): Add variable.
12645 (rcirc-connect): Update variable setup.
12646 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12647 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12648 default.
12649 (rcirc-handler-generic): Trigger activity.
12650 (rcirc-send-message): Create the buffor of the target.
12651 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12652 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12653 (rcirc-multiline-edit-cancel): Remove function.
12654 (rcirc-set-last-buffer): Remove function.
12655 (rcirc-get-any-buffer): Add function.
12656 (rcirc-join-channels): Don't print /join text.
12657 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12658 messages.
12659 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12660 (rcirc-handler-NOTICE): Recognize CTCP responses.
12661 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12662 constructing TOPIC string for buffers we are not JOINed.
12663 (rcirc-handler-CTCP-response): Add handler.
12664 (rcirc-multiline-edit-submit): Restore the window-configuration
12665 before adjusting point.
12666 (rcirc): Add customization group.
12667 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12668 (rcirc-user-full-name, rcirc-startup-channels-alist)
12669 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12670 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12671 (rcirc-input-ring-size, rcirc-read-only-flag)
12672 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12673 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12674 Change defvar to defcustom.
12675 (rcirc-update-prompt): Add optional ALL arg, which will update
12676 prompts in all rcirc buffers. Regexp quote replacement text.
12677 (rcirc-fill-column): Accept frame-width as a value.
12678 (rcirc-set-changed): Add function.
12679 (rcirc-next-active-buffer): Write more meaningful messages.
12680 (rcirc-faces): Add customization group.
12681 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12682 (rcirc-nick-in-message-face, rcirc-prompt-face)
12683 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12684 (with-rcirc-process-buffer): Move before first usage.
12685 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12686 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12687 (rcirc-debug): Rename from `rcirc-log'.
12688 (rcirc-format-response-string): Do not print `-' chars for a
12689 NOTICE with no sender. Simplify output of server responses.
12690
12691 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12692
12693 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12694 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12695 Make urls mouse and RET clickable.
12696
12697 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12698
12699 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12700
12701 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12702
12703 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12704 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12705 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12706 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12707 argument to all these routines, so the passphrase can be managed
12708 externally and passed in to the system.
12709 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12710 pgg-add-passphrase-to-cache function.
12711
12712 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12713 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12714 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12715 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12716 argument to all these routines, so the passphrase can be managed
12717 externally and passed in to the system.
12718 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12719 function.
12720
12721 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12722
12723 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12724 from goto-address-url-regexp.
12725
12726 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12727
12728 * textmodes/org.el (org-read-date, org-goto-calendar)
12729 (org-recenter-calendar, org-agenda-goto-calendar):
12730 Temporarily clear `calendar-move-hook'.
12731
12732 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12733
12734 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12735 merging.
12736
12737 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12738 have merge clashes.
12739
12740 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12741
12742 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12743 Undo previous change.
12744
12745 * startup.el (command-line): Use `custom-reevaluate-setting' for
12746 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12747 tty-register-default-colors on Mac.
12748
12749 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12750
12751 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12752 (gdb-buffer-type): Make it automatically buffer local...
12753 (gdb-get-create-buffer): ...and set it accordingly.
12754 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12755 actually work.
12756
12757 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12758
12759 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12760 not red.
12761
12762 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12763
12764 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12765 case GUD buffer is not visible.
12766 (gdb-goto-breakpoint): Try to force display in source buffer.
12767 (gdb-frame-gdb-buffer): Copy other similar functions.
12768 (gdb-restore-windows): Don't display source if not asked for.
12769 (gdb-assembler-buffer-name): Don't capitalise.
12770
12771 2005-11-03 Richard M. Stallman <rms@gnu.org>
12772
12773 * wid-edit.el (key-sequence): New widget type.
12774
12775 * simple.el (set-mark-command-repeat-pop): New variable.
12776 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12777 if set-mark-command-repeat-pop is true.
12778
12779 * info.el (Info-fontify-node): Don't display extra "see" if there
12780 already is one here.
12781
12782 * mouse.el: Fix special handling of DEL after dragging a region:
12783 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12784 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12785
12786 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12787
12788 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12789 not to assume it pertains to an affix.
12790
12791 * textmodes/flyspell.el (flyspell-post-command-hook):
12792 Bind deactivate-mark to prevent deactivation.
12793
12794 2005-11-03 Lars Hansen <larsh@soem.dk>
12795
12796 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12797 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12798 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12799
12800 2005-11-03 Romain Francoise <romain@orebokech.com>
12801
12802 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12803 Update copyright years.
12804
12805 2005-11-03 Sam Steingold <sds@gnu.org>
12806
12807 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12808 Use system-type instead of window-system because window-system is not
12809 correctly defined during loadup.
12810
12811 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12812
12813 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12814 (xml-parse-tag): Join strings separated by a comment properly.
12815
12816 2005-11-02 Andreas Schwab <schwab@suse.de>
12817
12818 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12819
12820 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12823 (byte-optimize-pure-func): Quote the eval'd value.
12824
12825 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12826 Rename from perl-font-lock-syntactic-face-function.
12827 Change the calling convention so it can be used as a font-lock MATCHER.
12828 Do the parse-partial-sexp loop outselves.
12829 (perl-font-lock-syntactic-keywords): Use it.
12830 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12831
12832 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12833
12834 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12835 disassembly buffer too.
12836 (gdb-exited): Remove overlay arrows when execution has finished.
12837 (gdb-info-frames-custom, gdb-info-threads-custom)
12838 (gdb-info-registers-custom): Don't add inappropriate text
12839 properties if inferior is not active.
12840
12841 2005-11-02 Glenn Morris <rgm@gnu.org>
12842
12843 * progmodes/fortran.el (fortran-blink-match):
12844 Use `blink-matching-delay'.
12845
12846 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12847
12848 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12849
12850 2005-11-02 Lars Hansen <larsh@soem.dk>
12851
12852 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12853 "Permission denied".
12854
12855 2005-11-01 Richard M. Stallman <rms@gnu.org>
12856
12857 * textmodes/flyspell.el (flyspell-external-point-words):
12858 Pass nil to flyspell-get-word.
12859
12860 2005-11-02 Kim F. Storm <storm@cua.dk>
12861
12862 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12863 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12864
12865 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12866
12867 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12868 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12869 (calendar-mouse-print-dates): Add optional `event' argument.
12870 Update interactive-spec.
12871 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12872 Use `calendar-event-to-date' instead of `event'.
12873
12874 2005-11-02 Masatake YAMATO <jet@gyve.org>
12875
12876 * progmodes/ld-script.el (ld-script-builtins):
12877 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12878 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12879 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12880
12881 2005-11-01 Romain Francoise <romain@orebokech.com>
12882
12883 * vc-sccs.el: Update copyright year.
12884 * ezimage.el: Likewise.
12885
12886 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12887
12888 * info.el (Info-fontify-node): Use `string-width' for fontifying
12889 underlined titles.
12890
12891 2005-11-01 Juri Linkov <juri@jurta.org>
12892
12893 * info.el (Info-fontify-node): Downcase node header keywords Node,
12894 Prev, Next, Up before comparison.
12895 (Info-history): Insert absolute directory name, and put invisible
12896 property on it.
12897
12898 2005-11-01 Juri Linkov <juri@jurta.org>
12899
12900 * info.el (Info-file-supports-index-cookies): New variable.
12901 (Info-find-node-2): Check makeinfo version for index cookie support.
12902 (Info-index-nodes): Search for nodes with index cookies only when
12903 Info-file-supports-index-cookies is t. Otherwise, search nodes
12904 with "Index" in the node name.
12905 (Info-index-node): Search index cookie in the current node only when
12906 Info-file-supports-index-cookies is t. Otherwise, check the word
12907 "Index" in the node name.
12908 (Info-find-emacs-command-nodes): Remove code that searches nodes
12909 with "Index" node name in the top menu.
12910
12911 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12912
12913 * progmodes/scheme.el (scheme-mode-variables): Use the default
12914 comment-indent-function.
12915
12916 * faces.el (face-attribute): Handle the case where a face inherits from
12917 a non-existent face.
12918
12919 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12920 for octal and hexa output, and merge the char into the paren.
12921 (kill-new): Use push.
12922 (copy-to-buffer): Use with-current-buffer.
12923 (completion-setup-function): Move code in loop to remove redundancy.
12924 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12925 those inherited from minibuffer-local-completion-map.
12926
12927 * savehist.el (savehist-mode) <defcustom>:
12928 Use custom-set-minor-mode if available.
12929 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12930 and emit a message if applicable.
12931
12932 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12933
12934 * savehist.el: Sync up to version 19.
12935 (savehist-mode): New minor mode.
12936 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12937 (savehist-length): Remove (use history-length instead).
12938 (savehist-file-modes): Rename from savehist-modes.
12939 (savehist-save-hook, savehist-loaded): New vars.
12940 (savehist-load): Use savehist-mode. Try to smooth up transition from
12941 old format to new format.
12942 (savehist-install): Allow savehist-autosave-interval to be nil.
12943 (savehist-save): Run the new hook. Be more careful to only trim the
12944 history variables.
12945 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12946 (savehist-printable): Print into a buffer rather than char-by-char.
12947
12948 2005-11-01 John Wiegley <johnw@newartisans.com>
12949
12950 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12951 toggle-ignore keybinding (C-a). The author said it had been
12952 disabled much earlier due to a possible incompatibility, but after
12953 many months of usage I have encountered no problems (and it is a
12954 rather useful option, especially for switching to " *temp*").
12955
12956 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12957 support for OS/X's AddressBook, by calling out to the open source
12958 program "contacts" (installable through Fink).
12959
12960 * net/eudc.el (eudc-expand-inline): If the
12961 `eudc-multiple-match-handling-method' is set to `all', delete the
12962 query string before inserting the query result.
12963
12964 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12965 flag, to prevent Eshell from using the system ls when
12966 `eshell-ls-insert-directory' is in used.
12967 (eshell-ls-insert-directory): Disable font-lock in directory
12968 buffer so that Eshell's own fontification is seen. This broke
12969 recently due to changes in font-lock, so this goes back to version
12970 21 behavior.
12971
12972 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12973
12974 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12975 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12976 (gdb-many-windows): Doc fix.
12977
12978 2005-10-31 Romain Francoise <romain@orebokech.com>
12979
12980 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12981
12982 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12983
12984 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12985 that global-font-lock-mode can be enabled by default.
12986
12987 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12988 (font-lock-add-keywords, font-lock-remove-keywords)
12989 (font-lock-fontify-buffer): Remove autoload cookies.
12990
12991 * jit-lock.el (jit-lock-register): Likewise.
12992
12993 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12994
12995 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12996
12997 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12998 intact if there is no gud-comint-buffer.
12999
13000 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
13001
13002 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13003 old prompt comint-prompt-read-only is t and GDB commands are
13004 issued from tool bar etc.
13005
13006 2005-10-31 Masatake YAMATO <jet@gyve.org>
13007
13008 * vc.el (vc-directory-exclusion-list): Add "{arch}".
13009
13010 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13011
13012 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13013 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13014
13015 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
13016
13017 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13018 starting at beginning of line. Fontification is messed up when
13019 `open-paren-in-column-0-is-defun-start' set to t.
13020 Reported by John Paul Wallington <jpw@pobox.com>.
13021
13022 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
13023
13024 * comint.el (comint-send-input): Call `comint-update-fence' when
13025 `comint-process-echoes' and `comint-prompt-read-only' are both
13026 non-nil, to avoid leftover read-only newline.
13027
13028 2005-10-30 Richard M. Stallman <rms@gnu.org>
13029
13030 * textmodes/flyspell.el (flyspell-external-point-words):
13031 Detect when WORD can't be checked properly because
13032 flyspell-get-word finds just part of it, and move on.
13033
13034 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13035 boundarychar for Polish.
13036 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13037 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13038
13039 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13040
13041 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13042 (gdb-registers-font-lock-keywords): Delete.
13043 (gdb-registers-mode): Don't fontify.
13044 (gdb-info-registers-custom): Use text properties instead as, in
13045 future, changed register values will use font-lock-warning-face.
13046 (gdb-local-font-lock-keywords): Rename to...
13047 (gdb-locals-font-lock-keywords): ...for consistency.
13048
13049 2005-10-30 Andre Spiegel <spiegel@gnu.org>
13050
13051 * vc.el (vc-switch-backend): Better error message if the buffer is
13052 not visiting a file under version control.
13053
13054 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13055
13056 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
13057
13058 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13059 ~/.emacs.d/.emacs.
13060
13061 2005-10-29 Richard M. Stallman <rms@gnu.org>
13062
13063 * replace.el (occur-mode-mouse-goto): Always go to other window.
13064 (occur-mode-goto-occurrence): Always switch in same window.
13065
13066 * simple.el (undo): Display message at end, not at start.
13067
13068 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13069 New arg REUSE-CELL.
13070 (cancel-timer-internal): New function.
13071 (timer-event-handler): Use cancel-timer-internal,
13072 and pass the cell it returns to timer-activate...
13073
13074 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13075 (jit-lock-deferred-fontify, jit-lock-context-fontify)
13076 (jit-lock-after-change): Test memory-full.
13077
13078 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13079
13080 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13081 part of the decoded armor to find the key-identifier.
13082 (pgg-gpg-lookup-key-owner): New function to return the
13083 human-readable identifier of a key owner.
13084 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13085 key itself.
13086 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13087 the key value) if we have a key and can match it against a secret
13088 key. Also, added a note pointing out fact that the prompt only
13089 indicates the first matching key.
13090
13091 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13092 pgg-decrypt-region.
13093 (pgg-pending-timers): A new hash for tracking the passphrase cache
13094 timers, so that new ones supercede old ones.
13095 (pgg-add-passphrase-to-cache): Rename from
13096 `pgg-add-passphrase-cache' to reduce confusion (all callers
13097 changed). Modified to cancel old timers when new ones are added.
13098 (pgg-remove-passphrase-from-cache): Rename from
13099 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13100 changed). Modified to cancel old timers when their keys are
13101 removed from the cache.
13102 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13103 XEmacs, an indirection to delete-itimer.
13104 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13105 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13106 users can only check cache without risk of prompting. Correct bug in
13107 notruncate behavior.
13108 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13109 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13110 Add informative docstrings.
13111 (pgg-decrypt): Convey provided passphrase in subordinate call to
13112 pgg-decrypt-region.
13113
13114 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13115 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13116 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13117 `passphrase' argument, so the passphrase can be managed externally
13118 and then passed in to the system.
13119
13120 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13121 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13122 so the passphrase cache can be used reliably with identifiers
13123 besides a pgp packet's key id.
13124
13125 * pgg-gpg.el (pgg-pgp-encrypt-region)
13126 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13127 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13128 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13129 argument to all these routines, so the passphrase can be managed
13130 externally and passed in to the system.
13131
13132 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13133 `notruncate' argument, so the passphrase cache can be used
13134 reliably with identifiers besides a pgp packet's key id.
13135
13136 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13137
13138 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13139 symmetric encryption.
13140 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13141 encrypted session key.
13142 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13143 message ask for the passphrase in a proper way.
13144
13145 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13146 New user commands for symmetric encryption.
13147
13148 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
13149
13150 * textmodes/conf-mode.el (conf-assignment-sign)
13151 (conf-assignment-regexp): Fix docstrings.
13152 (conf-mode-initialize): New function.
13153 (conf-mode): Remove optional args. Use delay-mode-hooks to
13154 recognize recursive calls.
13155 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13156 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13157 (conf-xdefaults-mode): Use define-derived-mode and
13158 conf-mode-initialize.
13159
13160 2005-10-29 Romain Francoise <romain@orebokech.com>
13161
13162 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13163
13164 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13165
13166 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13167 part of the decoded armor to find the key-identifier.
13168 (pgg-gpg-lookup-key-owner): New function to return the
13169 human-readable identifier of a key owner.
13170 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13171 key itself.
13172 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13173 the key value) if we have a key and can match it against a secret
13174 key. Also, added a note pointing out fact that the prompt only
13175 indicates the first matching key.
13176
13177 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13178 pgg-decrypt-region.
13179 (pgg-pending-timers): A new hash for tracking the passphrase cache
13180 timers, so that new ones supercede old ones.
13181 (pgg-add-passphrase-to-cache): Rename from
13182 `pgg-add-passphrase-cache' to reduce confusion (all callers
13183 changed). Modified to cancel old timers when new ones are added.
13184 (pgg-remove-passphrase-from-cache): Rename from
13185 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13186 changed). Modified to cancel old timers when their keys are
13187 removed from the cache.
13188 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13189 XEmacs, an indirection to delete-itimer.
13190 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13191 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13192 users can only check cache without risk of prompting. Correct bug in
13193 notruncate behavior.
13194 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13195 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13196 Add informative docstrings.
13197 (pgg-decrypt): Convey provided passphrase in subordinate call to
13198 pgg-decrypt-region.
13199
13200 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13201
13202 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13203 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13204 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13205 `passphrase' argument, so the passphrase can be managed externally
13206 and then passed in to the system.
13207
13208 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13209 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13210 so the passphrase cache can be used reliably with identifiers
13211 besides a pgp packet's key id.
13212
13213 * pgg-gpg.el (pgg-pgp-encrypt-region)
13214 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13215 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13216 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13217 argument to all these routines, so the passphrase can be managed
13218 externally and passed in to the system.
13219
13220 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13221 `notruncate' argument, so the passphrase cache can be used
13222 reliably with identifiers besides a pgp packet's key id.
13223
13224 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13225
13226 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13227 symmetric encryption.
13228 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13229 encrypted session key.
13230 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13231 message ask for the passphrase in a proper way.
13232
13233 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13234 New user commands for symmetric encryption.
13235
13236 2005-10-28 Bill Wohler <wohler@newt.com>
13237
13238 * help-mode.el (help-url): New button type. Calls browse-url.
13239 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13240 Similar to Info nodes: URL `url'.
13241 (help-make-xrefs): Create help-url buttons for
13242 help-xref-url-regexp matches.
13243
13244 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13245
13246 * tool-bar.el (tool-bar-add-item-from-menu)
13247 (tool-bar-local-item-from-menu): Fix doc strings.
13248
13249 2005-10-28 Romain Francoise <romain@orebokech.com>
13250
13251 * ldefs-boot.el: Update.
13252
13253 * subr.el (locate-library): Move from help-fns.el.
13254 * help-fns.el (locate-library): Move to subr.el.
13255
13256 2005-10-28 Richard M. Stallman <rms@gnu.org>
13257
13258 * net/tramp.el (tramp-completion-mode): defvar moved up.
13259
13260 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13261
13262 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13263
13264 * files.el (find-file-noselect): Use %d to format large file size.
13265
13266 * bindings.el (mode-line-format): Add %e.
13267
13268 * loadup.el ("facemenu"): Load unconditionally.
13269 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13270 ("x-dnd"): Load, when appropriate.
13271
13272 * startup.el (command-line): Call before-init-hook earlier.
13273 Warn about some bad characters in -u user name.
13274
13275 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13276 (flyspell-external-point-words): Error if misspelled word is not found.
13277 Set flyspell-large-region-beg at end of word.
13278
13279 2005-10-28 Andreas Schwab <schwab@suse.de>
13280
13281 * view.el (View-revert-buffer-scroll-page-forward):
13282 Use view-page-size-default.
13283
13284 2005-10-28 Juri Linkov <juri@jurta.org>
13285
13286 * international/quail.el (quail-get-current-str): Translate last
13287 raw character for deterministic input methods.
13288
13289 2005-10-27 Jay Belanger <belanger@truman.edu>
13290
13291 * calc/calc-ext.el: Add functions to autoloads.
13292 (math-identity-matrix-p, math-ident-row-p): New functions.
13293
13294 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13295 multiplication by an identity matrix; don't turn multiplication by
13296 an inverse matrix into division.
13297 (math-div-symbol-fancy): Replace division by matrices with
13298 multiplication by inverse.
13299
13300 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13301
13302 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13303 (calc-writeoutpower): New functions.
13304
13305 2005-10-27 Romain Francoise <romain@orebokech.com>
13306
13307 * replace.el (occur-engine): Include colon in mouse-face highlight.
13308
13309 * dired-x.el: Change Maintainer field.
13310
13311 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13312
13313 * longlines.el (longlines-mode): Bind after-change-functions to
13314 nil during initial decoding and final encoding.
13315
13316 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13317
13318 * term.el (term-emulate-terminal, term-handle-colors-array)
13319 (term-handle-ansi-escape): Specify the terminfo capabilities
13320 implemented.
13321
13322 2005-10-26 Richard M. Stallman <rms@gnu.org>
13323
13324 * info.el (Info-fontify-node): Fix detection of sentence-break
13325 before *Note.
13326
13327 2005-10-26 Romain Francoise <romain@orebokech.com>
13328
13329 * smerge-mode.el: Add `tools' to file keywords.
13330
13331 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13332
13333 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13334 when the fringe is not available.
13335
13336 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13337 (def-gdb-auto-update-trigger): Simplify construction.
13338 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13339 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13340 defined explicitly.
13341 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13342 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13343 defined explicitly.
13344 (gdb-info-locals-custom): Remove as it's a no-op.
13345
13346 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13347
13348 * longlines.el (longlines-mode): Remove narrowing before
13349 performing the initial decoding or final encoding.
13350
13351 2005-10-25 Romain Francoise <romain@orebokech.com>
13352
13353 * emacs-lisp/find-func.el (find-library-name): Also strip
13354 extension if library name ends in .el, to take advantage of
13355 `find-library-suffixes'.
13356
13357 2005-10-25 Richard M. Stallman <rms@gnu.org>
13358
13359 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13360
13361 2005-10-25 Juri Linkov <juri@jurta.org>
13362
13363 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13364 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13365
13366 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13369 (blackbox-redefine-key): Add argument `map'.
13370
13371 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13372 regions when moving the jit-lock-context-unfontify-pos boundary.
13373
13374 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13375
13376 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13377
13378 2005-10-25 Masatake YAMATO <jet@gyve.org>
13379
13380 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13381
13382 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13383
13384 * play/blackbox.el (blackbox-redefine-key): New function.
13385 (blackbox-mode-map): Use it to remap existing bindings for cursor
13386 motion instead of binding literal keys.
13387
13388 2005-10-25 Glenn Morris <rgm@gnu.org>
13389
13390 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13391 diary does not end in a newline. Do not assume a blank line at
13392 the start of the diary file.
13393
13394 2005-10-25 Kenichi Handa <handa@m17n.org>
13395
13396 * international/quail.el (quail-translate-key): If the input
13397 method is deterministic and failed to handle the last key, restart
13398 the key handling loop from an appropriate key.
13399
13400 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13401
13402 * vc.el (vc-dired-mode): Extend comment for binding of
13403 `directory-listing-before-filename-regexp'.
13404
13405 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * textmodes/texinfo.el (texinfo-mode):
13408 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13409 not to unnecessarily expose emacs-mule's internal char codes.
13410
13411 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13412
13413 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13414 Display hand pointer and help-echo on disabled icon too.
13415 (gdb-mouse-until): New function.
13416 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13417
13418 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13419
13420 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13421 with 2005-10-23 change to doctor.el.
13422
13423 * finder.el (finder-mode-map): Add follow-link binding.
13424
13425 2005-10-25 Kim F. Storm <storm@cua.dk>
13426
13427 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13428 to gdb-mouse-toggle-breakpoint-fringe.
13429 (gdb-mouse-toggle-breakpoint-margin): Rename from
13430 gdb-mouse-toggle-breakpoint. Fix doc.
13431 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13432 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13433 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13434 string properties also for fringe breakpoint bitmaps.
13435
13436 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13437
13438 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13439
13440 2005-10-25 Masatake YAMATO <jet@gyve.org>
13441
13442 * simple.el (completion-common-substring):
13443 Use `completion-common-substring' prior to `completion-base-size'.
13444
13445 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13446
13447 * savehist.el: Require CL while compiling.
13448 (savehist-history-variables): Remove.
13449 (savehist-save-minibuffer-history, savehist-additional-variables)
13450 (savehist-minibuffer-history-variables): New vars.
13451 (savehist-save): Use them.
13452 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13453 (savehist-install): New fun, extracted from savehist-load.
13454 (savehist-load): Use them.
13455
13456 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13457
13458 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13459 a dummy doc-string-elt property.
13460 (defalias, defvaralias, define-category): Add a docstring property.
13461
13462 * image.el (defimage):
13463 * widget.el (define-widget):
13464 * custom.el (defface, defcustom): Add `doc-string' declaration.
13465
13466 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13467 (defadvice): Add `doc-string' declaration.
13468
13469 * emacs-lisp/byte-run.el (macro-declaration-function):
13470 Handle `doc-string' declarations.
13471 (define-obsolete-function-alias, define-obsolete-variable-alias):
13472 Add `doc-string' declaration.
13473
13474 2005-10-24 Kenichi Handa <handa@m17n.org>
13475
13476 * international/utf-7.el (utf-7): Add autoload cookie.
13477
13478 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13479
13480 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13481
13482 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13483 list of directories passed to batch-update-autoloads. Add "." to
13484 the list of the echoed directories.
13485
13486 * pgg-def.el:
13487 * pgg-gpg.el:
13488 * pgg-parse.el:
13489 * pgg-pgp.el:
13490 * pgg-pgp5.el:
13491 * pgg.el: Moved here from the gnus subdirectory.
13492
13493 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13494
13495 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13496 in case comint-prompt-read-only is set to t.
13497
13498 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13499 in case comint-prompt-read-only is set to t.
13500
13501 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13502
13503 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13504 Now a string.
13505 (icalendar-import-format): Handle CLASS, STATUS, URL.
13506 Rename `subject' to `summary'.
13507 (icalendar-import-format-summary): Rename from
13508 `icalendar-import-format-subject'.
13509 (icalendar-import-format-url, icalendar-import-format-status)
13510 (icalendar-import-format-class): New variables.
13511 (icalendar--rris): Take variable argument list.
13512 (icalendar--datestring-to-isodate): Remove unnecessary
13513 calendar-style check when converting dates with explicit month names.
13514 (icalendar-export-region): Change return type of conversion
13515 subroutines. Bury current buffer unless error occurred.
13516 (icalendar--convert-to-ical)
13517 (icalendar--parse-summary-and-rest): New functions.
13518 (icalendar--convert-ordinary-to-ical)
13519 (icalendar--convert-weekly-to-ical)
13520 (icalendar--convert-yearly-to-ical)
13521 (icalendar--convert-block-to-ical)
13522 (icalendar--convert-cyclic-to-ical)
13523 (icalendar--convert-anniversary-to-ical): Change return type.
13524 Strip trailing blanks from subject.
13525 (icalendar--convert-sexp-to-ical): Change return type.
13526 Strip trailing blanks from subject. Handle simple sexp
13527 entries as generated by icalendar.el.
13528 (icalendar--convert-float-to-ical)
13529 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13530 (icalendar-import-file): Doc fix.
13531 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13532 Correct call to icalendar--rris.
13533 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13534 `summary'.
13535 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13536
13537 2005-10-24 Romain Francoise <romain@orebokech.com>
13538
13539 * server.el (server-sentinel): Set query-on-exit flag to nil on
13540 new client processes (it isn't inherited from the server process).
13541
13542 * replace.el (occur-engine): Rearrange text properties.
13543
13544 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13545
13546 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13547 case-fold-search is nil.
13548 (debug-help-follow): Use help-xref-interned directly.
13549
13550 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13551
13552 * thumbs.el (thumbs-image-type): Add .pbm.
13553
13554 2005-10-23 Richard M. Stallman <rms@gnu.org>
13555
13556 * faces.el (inhibit-face-set-after-frame-default): New variable.
13557 (set-face-attribute): Bind it.
13558 (face-set-after-frame-default): Test it.
13559
13560 * help-fns.el (describe-simplify-lib-file-name): New function.
13561 (describe-function-1, describe-variable): Use it.
13562
13563 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13564
13565 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13566 Eliminate nil as possible value.
13567 (tooltip-hide-delay): Reduce internal-border-width.
13568
13569 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13570 (menu-bar-file-menu) <new-file>: Likewise.
13571
13572 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13573
13574 * international/mule.el (load-with-code-conversion):
13575 Pass full file name to `eval-buffer' unless preloading.
13576
13577 * textmodes/flyspell.el (flyspell-large-region):
13578 Call ispell-check-version.
13579
13580 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13581 Fix the make-variable-buffer-local call that was supposed
13582 to be for this variable.
13583 (ispell-aspell-supports-utf8): Doc fix.
13584 (ispell-find-aspell-dictionaries): Preserve elements of
13585 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13586 (ispell-aspell-find-dictionary): Return nil on error.
13587
13588 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13589 (doctor-symptoms): Likewise.
13590
13591 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13592
13593 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13594
13595 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13596 (custom-raised-buttons): Add :set spec.
13597 (custom-button-unraised, custom-button-pressed-unraised):
13598 New faces, so that custom-raised-buttons actually does something.
13599 (custom-mode): Use custom-button and custom-button-pressed.
13600
13601 * wid-edit.el (widget-specify-button): Don't ignore
13602 widget-mouse-face on graphic terminals.
13603 (widget-move-and-invoke): Cleanup.
13604
13605 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13606
13607 * whitespace.el (whitespace-cleanup): Doc fix.
13608
13609 2005-10-23 Romain Francoise <romain@orebokech.com>
13610
13611 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13612 `eval-after-load' to avoid evaluating their result.
13613
13614 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13615
13616 * files.el (directory-listing-before-filename-regexp):
13617 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13618
13619 * dired.el (dired-move-to-filename-regexp): Remove.
13620 All occurences replaced by `directory-listing-before-filename-regexp'.
13621
13622 * dired-x.el, locate.el, vc.el:
13623 Replace `dired-move-to-filename-regexp' by
13624 `directory-listing-before-filename-regexp'. In vc.el it is
13625 overwritten locally; maybe this can be handled in files.el too.
13626
13627 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13628 replaced by `directory-listing-before-filename-regexp'.
13629
13630 2005-10-23 Andreas Schwab <schwab@suse.de>
13631
13632 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13633 and eval-next-after-load.
13634
13635 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13636
13637 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13638 exist, create it.
13639
13640 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13641
13642 * allout.el: Remove autoloads for mailcrypt and crypt++.
13643 Require pgg, pgg-gpg during compilation.
13644 (allout-version): Increment version number to 2.1, and use a literal
13645 rather than RCS Id.
13646 (allout-default-encryption-scheme): Remove.
13647 (allout-passphrase-verifier-handling)
13648 (allout-passphrase-verifier-string)
13649 (allout-file-passphrase-verifier-string)
13650 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13651 (allout-passphrase-hint-handling): Rename and simplify.
13652 (allout-init): Use `find-file-hook' if available, otherwise
13653 `find-file-hooks'.
13654 (allout-mode): Use `write-file-functions' if available, otherwise
13655 `local-write-file-hooks' and, instead of making auto-save-hook
13656 buffer local, make the write-file-hook activity contingent to
13657 allout-mode.
13658 (allout-mode): Use key-binding substitution in the docstring.
13659 (allout-kill-line): Spell-out kill ring data structure mutation
13660 instead of using byte-compiler-complaint-provoking `pop'.
13661 (allout-insert-listified): Use `insert' rather than `insert-string'
13662 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13663 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13664 (allout-encrypt-string): Totally revamped vis new underlying
13665 encryption facilities.
13666 (allout-mc-activate-passwd): Remove.
13667 (allout-obtain-passphrase): New, more or less replaces
13668 allout-mc-activate-passwd.
13669 (allout-encrypted-key-info): More or less replaces
13670 allout-encrypted-text-type.
13671 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13672 (my-mark-marker): Use `(featurep 'xemacs)'.
13673
13674 2005-10-23 Lars Hansen <larsh@soem.dk>
13675
13676 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13677 (byte-compile-file-form-defmumble, byte-compile-defun)
13678 (byte-compile-defmacro): Use it.
13679 (byte-compile-form): Don't call byte-compile-set-symbol-position
13680 when a byte-compile handler is called.
13681
13682 2005-10-22 Romain Francoise <romain@orebokech.com>
13683
13684 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13685
13686 * subr.el (eval-after-load): Convert library name to an absolute
13687 file name using locate-library, since load-history no longer has
13688 library names in it.
13689
13690 2005-10-22 Richard M. Stallman <rms@gnu.org>
13691
13692 * files.el (make-temp-file): Move from subr.el.
13693 * subr.el (make-temp-file): Move to files.el.
13694
13695 * window.el (get-buffer-window-list): Move from subr.el.
13696 * subr.el (get-buffer-window-list): Move to window.el.
13697
13698 * image.el (image-load-path): Use eval-at-startup to initialize.
13699
13700 * subr.el (eval-at-startup): New macro.
13701
13702 * subr.el: Much rearrangement of functions and division
13703 into pages. No code changes.
13704
13705 2005-10-22 Kenichi Handa <handa@m17n.org>
13706
13707 * tar-mode.el (tar-extract): Be sure to call
13708 find-operation-coding-system if set-auto-coding doesn't find a
13709 coding system.
13710
13711 2005-10-22 Kim F. Storm <storm@cua.dk>
13712
13713 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13714 Change users.
13715 (image-type-file-name-regexps): New defconst.
13716 (image-type-from-data): Simplify loop.
13717 (image-type-from-buffer): New defun.
13718 (image-type-from-file-header): Use it instead of image-type-from-data.
13719 Use image-search-load-path instead of only looking in data-directory.
13720 (image-type-from-file-name): New defun.
13721 (image-search-load-path): Change `pathname' to `filename'.
13722 Make PATH arg optional, default to image-load-path.
13723
13724 2005-10-21 Richard M. Stallman <rms@gnu.org>
13725
13726 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13727
13728 * textmodes/paragraphs.el (sentence-end-base): New variable.
13729 (sentence-end): Use sentence-end-base.
13730
13731 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13734 property independently from the font-lock-multiline variable.
13735
13736 2005-10-21 Richard M. Stallman <rms@gnu.org>
13737
13738 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13739
13740 * startup.el (command-line): Convert library names
13741 in `load-history' to absolute file names.
13742
13743 * subr.el (symbol-file): Doc fix.
13744
13745 * loadhist.el (file-loadhist-lookup): Call locate-library
13746 instead of find-library-name. Don't try converting
13747 abs file names to library names, since load-history no longer
13748 has library names in it.
13749 (file-dependents, file-provides, file-requires): Doc fixes.
13750
13751 2005-10-21 Juri Linkov <juri@jurta.org>
13752
13753 * progmodes/etags.el (tags-table-mode): New function.
13754 (tags-verify-table): Replace initialize-new-tags-table with
13755 tags-table-mode.
13756
13757 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13758 default value.
13759 (desktop-modes-not-to-save): Add tags-table-mode to the
13760 default value.
13761
13762 * info.el (Info-index-next): Add total number of index
13763 alternatives to the message.
13764
13765 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13766 backward only space (instead of space and period) before looking
13767 at sentence end.
13768
13769 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13770 Add the old variable value as 4th default-value arg of read-string.
13771
13772 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13773
13774 * cus-face.el (custom-declare-face): Make face from X resources
13775 also on Mac.
13776
13777 * disp-table.el (standard-display-g1, standard-display-graphic):
13778 Refuse to use string glyphs also on Mac.
13779 (standard-display-european): Don't set terminal coding system also
13780 on Mac.
13781
13782 * frame.el (display-screens): Use x-display-screens also on Mac.
13783
13784 2005-10-21 Romain Francoise <romain@orebokech.com>
13785
13786 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13787
13788 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13789
13790 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13791 and $? into sexps.
13792
13793 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13794 warning face on open-paren-in-column-0.
13795
13796 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13797 boundary case. Fix typo.
13798 Suggested by Martin Rudalics <rudalics@gmx.at>.
13799
13800 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13801
13802 * textmodes/org.el (org-combined-agenda-icalendar-file)
13803 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13804 (org-export-icalendar-this-file)
13805 (org-export-icalendar-all-agenda-files)
13806 (org-export-icalendar-combine-agenda-files): New commands.
13807 (org-export-icalendar, org-print-icalendar-entries)
13808 (org-start-icalendar-file, org-finish-icalendar-file)
13809 (org-ical-ts-to-string): New functions.
13810 (org-read-date, org-goto-calendar)
13811 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13812 call to `calendar'.
13813 (orgtbl-setup): Remove the :keys arguments from the menu description.
13814 (org-after-save-iCalendar-file-hook): New variable.
13815
13816 2005-10-21 Kenichi Handa <handa@m17n.org>
13817
13818 * language/vietnamese.el (tcvn-5712): Make it an alias of
13819 vietnamese-tcvn coding-system.
13820
13821 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13822
13823 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13824 group id is given.
13825
13826 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13829 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13830 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13831 whose line is either continued or ends with a comment.
13832
13833 2005-10-20 Romain Francoise <romain@orebokech.com>
13834
13835 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13836
13837 * replace.el (occur-engine): Add follow-link property.
13838
13839 * font-core.el (font-lock-mode): Doc fix.
13840
13841 2005-10-20 Richard M. Stallman <rms@gnu.org>
13842
13843 * net/rcirc.el: New file.
13844
13845 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13846
13847 * term.el (term-term-name): Initialize to "eterm-color".
13848
13849 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13850
13851 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13852 for encryption functionality.
13853 Move allout customization subgroup from `editing' to `outlines' group.
13854 Fix commentary keywords to legitimate ones.
13855 Update author info (using my current email address, obscurified).
13856 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13857 (allout-encrypted-topic-p, allout-encrypted-text-type)
13858 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13859 (allout-situate-encryption-key-verifier)
13860 (allout-get-encryption-key-verifier, allout-verify-key)
13861 (allout-next-topic-pending-encryption)
13862 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13863 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13864 (outline-key-verifier-handling, outline-key-hint-handling)
13865 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13866 (allout-file-key-verifier-string, allout-encryption-scheme)
13867 (allout-key-verifier-string, allout-key-hint-string)
13868 (allout-after-save-decrypt): New variables.
13869 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13870 (allout-after-saves-handler): New hook functions.
13871 (allout-post-command-business): Do allout-after-save-decrypt.
13872 (allout-enable-file-variable-adjustment): Custom var to enable
13873 mechanism for adding and adjusting settings of Emacs file variables.
13874 (allout-adjust-file-variable, allout-file-vars-section-data):
13875 New functions, implement the mechanism.
13876 (outlineify-sticky): Use the file vars mechanism.
13877 (allout-inhibit-protection, allout-during-write-cue)
13878 (allout-override-protect, allout-before-change-protect): Remove.
13879 (allout-flag-region, allout-open-topic): Adjust read-only text.
13880 (allout-open-line-not-read-only): Add to facilitate read-only
13881 text based protection.
13882 (allout-kill-line): Revise to adjust read-only text, clue the
13883 user about the inhibition.
13884 (allout-unprotected): Use unwind-protect.
13885 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13886 topic deeper than the offspring depth of the previous topic -
13887 avoiding confusing "containment discontinuities".
13888 (allout-reindent-bodies): Fix retention of body relative hanging
13889 indent during promotion of collapsed bodies.
13890 (allout-open-topic): Make it easy to open new topic with same
13891 bullet as current topic - topic creation functions provided with
13892 any universal argument provokes now prompt for bullet, defaulting
13893 to the bullet of the previous topic.
13894 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13895 Plain bullet alternates `.' period and `,' comma only. All other
13896 bullets are relegated to special status (but customizable).
13897 (allout-end-of-entry): Rename from allout-end-of-current-entry
13898 since it actually operates w.r.t. most immediately containing
13899 entry, visible or not.
13900 (allout-hide-current-entry, allout-show-current-entry): Use the
13901 revised version.
13902 (allout-old-expose-topic): Solidify deprecation.
13903 (allout-end-of-subtree): Add so we can span concealed as well
13904 as visible topics.
13905 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13906 (allout-end-of-current-heading): Tweak to just respect the first line.
13907 (allout-get-body-text): Add.
13908 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13909 when invoked interactively.
13910 (allout-up-current-level): Use `interactive-p'.
13911 (allout-mode, allout-init): Miscellaneous docstring and
13912 operational refinements, as well as hookups of new encryption stuff.
13913 (allout-beginning-of-current-entry): Now works as advertised.
13914 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13915 (allout-isearch-rectification): Refine condition for isearching.
13916 (allout-isearch-abort, allout-enwrap-isearch)
13917 (allout-flag-region, my-region-active-p): Relocate some macros.
13918 (allout-title): Fallback title is (buffer-name), not
13919 non-existing (current-buffer-name).
13920 (subst-char-in-string): Define if absent (for some XEmacs versions).
13921
13922 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13923
13924 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13925 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13926 (mail-citation-prefix-regexp, mail-signature-file)
13927 (mail-default-headers, mail-bury-selects-summary)
13928 (mail-send-nonascii): Add autoload cookies.
13929
13930 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13931
13932 * frame.el (blink-cursor-mode): Add `mac' to the list of
13933 window-system's that support blinking cursor.
13934
13935 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13936
13937 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13938
13939 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13940
13941 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13942 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13943 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13944
13945 2005-10-20 Kim F. Storm <storm@cua.dk>
13946
13947 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13948 (ido-set-current-directory): Don't add / after final @.
13949 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13950 Explicitly handle ange-ftp completion oddities.
13951 (ido-make-file-list): Don't rotate list at tramp root to avoid
13952 triggering tramp file handler for expand-file-name via get-file-buffer.
13953
13954 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13957
13958 2005-10-19 Jay Belanger <belanger@truman.edu>
13959
13960 * calc/calc-units.el (math-standard-units): Add units, adjust
13961 symbols and update values.
13962 (math-unit-prefixes): Add more prefixes.
13963
13964 2005-10-19 Romain Francoise <romain@orebokech.com>
13965
13966 * bookmark.el (bookmark-menu-heading): New face.
13967 (bookmark-bmenu-list): Use it.
13968 Don't fiddle with `baud-rate' at top-level.
13969
13970 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13971
13972 * image.el (create-image, find-image): Mention max-image-size in
13973 docstring.
13974
13975 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13976
13977 * savehist.el (savehist-load): Revert to checking XEmacs.
13978
13979 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13980 Various docstring and line-width fixups.
13981 (conf-mode): Use cond.
13982 Set font-lock-defaults. Don't set comment-use-syntax.
13983
13984 2005-10-18 David Ponce <david@dponce.com>
13985
13986 * tree-widget.el (tree-widget-button-click): New function.
13987 (tree-widget-button-keymap): Use it.
13988
13989 2005-10-18 Romain Francoise <romain@orebokech.com>
13990
13991 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13992 (bookmark-bmenu-hide-filenames): Add follow-link property.
13993 Improve help-echo text.
13994
13995 * ffap.el (find-file-at-point): Doc fix.
13996
13997 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13998
13999 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14000
14001 2005-10-18 Masatake YAMATO <jet@gyve.org>
14002
14003 Install to the CVS repository what I forgot to install in my
14004 2005-10-16 changes.
14005
14006 * progmodes/python.el (python-complete-symbol): Pass the common
14007 prefix substring of completion to `display-completion-list'.
14008
14009 * textmodes/org.el (org-complete): Ditto.
14010
14011 2005-10-18 Masatake YAMATO <jet@gyve.org>
14012
14013 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14014
14015 * woman.el (WoMan-xref-man-page): New button type derived
14016 from `Man-abstract-xref-man-page'.
14017 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14018
14019 * man.el (Man-abstract-xref-man-page): New button type.
14020 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14021 (Man-highlight-references): Add new optional argument `xref-man-type'.
14022
14023 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14024
14025 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14026
14027 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14028
14029 * cus-edit.el (Custom-move-and-invoke): Delete.
14030 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14031
14032 * wid-edit.el (widget-move-and-invoke): New function, from
14033 Custom-move-and-invoke.
14034
14035 2005-10-17 Bill Wohler <wohler@newt.com>
14036
14037 Move all remaining images from lisp/toolbar to etc/images, move
14038 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
14039 the low resolution images in their own directory (low-color).
14040
14041 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14042 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14043 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14044 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14045 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14046 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14047 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14048
14049 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14050 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14051 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14052 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14053 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14054 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14055 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14056 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14057 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14058 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14059 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14060 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14061 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14062 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14063 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14064
14065 To conform with convention, replace the underscore (_) in the
14066 following image names with dash (-) or (/) as appropriate.
14067
14068 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14069 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14070 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14071 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14072 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14073 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14074 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14075 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14076 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14077 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14078 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14079 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14080 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14081 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14082 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14083
14084 * info.el (info-tool-bar-map): Replace underscores in image names
14085 with dashes.
14086
14087 * makefile.w32-in (WINS): Remove toolbar.
14088
14089 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14090
14091 * tool-bar.el: Move to lisp from toolbar. Now that
14092 toolbar is empty, it should be deleted when folks run "cvs up -P".
14093
14094 2005-10-18 Jay Belanger <belanger@truman.edu>
14095
14096 * calc/calc-store.el (calc-store-into): Get the proper variable name
14097 to display in message.
14098
14099 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14100
14101 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14102 expressions display in speedbar for all buffers when debugging.
14103 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14104
14105 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14106 (speedbar-insert-button, speedbar-make-button):
14107 Use add-text-properties.
14108 (speedbar-update-localized-contents)
14109 (speedbar-update-directory-contents)
14110 (speedbar-update-special-contents): Use dolist.
14111 (speedbar-buffer-easymenu-definition): Add a menu separator.
14112
14113 2005-10-17 Jason Rumney <jasonr@gnu.org>
14114
14115 * makefile.w32-in: Use $(lisp) consistently.
14116 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14117 for shell specific generation of mh-autoloads.
14118
14119 2005-10-17 Richard M. Stallman <rms@gnu.org>
14120
14121 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14122
14123 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * jit-lock.el (jit-lock-fontify-now):
14126 Move jit-lock-context-unfontify-pos to avoid wasted work.
14127
14128 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
14129
14130 * net/tramp.el (tramp-completion-mode): New defvar. Used in
14131 `tramp-completion-mode' for checking if we are in completion mode.
14132 (tramp-completion-handle-file-name-all-completions): Reorder code
14133 in order to complete for file names only in case there are no
14134 method/user/host completions. This is necessary for cooperation
14135 with ido. Reported by Kim F. Storm <storm@cua.dk>.
14136
14137 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
14138
14139 * longlines.el (longlines-search-forward)
14140 (longlines-search-backward): Match any number of spaces.
14141
14142 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
14143
14144 * diff-mode.el (diff-mode): Doc fix.
14145
14146 2005-10-16 David Reitter <david.reitter@gmail.com>
14147
14148 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14149 as default on darwin and windows systems.
14150
14151 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
14152
14153 * arc-mode.el (archive-zip-extract): Doc fix.
14154
14155 2005-10-16 Romain Francoise <romain@orebokech.com>
14156
14157 * mouse.el (mouse-1-click-follows-link): Doc fix.
14158
14159 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14160
14161 * savehist.el: Don't require CL at runtime.
14162 (savehist-xemacs): Remove.
14163 (savehist-coding-system): Use utf-8 if present, regardless of religion.
14164 (savehist-no-conversion): Use (featurep 'xemacs).
14165 (savehist-load): Check existence of start-itimer rather than XEmacs.
14166 Use an idle timer.
14167 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14168 `delete-if-not'.
14169
14170 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14171
14172 * savehist.el: Newer version.
14173 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14174 (savehist-last-checksum, savehist-no-conversion): New vars.
14175 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14176 New functions.
14177 (savehist-load, savehist-save): Use them.
14178 (savehist-delimit): Remove.
14179
14180 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14181
14182 * progmodes/compile.el (compilation-goto-locus): Display the
14183 compilation buffer first and the source buffer second, in case they're
14184 in overlapping frames. Don't raise the compilation frame if it was the
14185 selected window upon entry. Pass the `other-window' arg to
14186 pop-to-buffer.
14187
14188 * info.el (Info-fontify-node): Use dolist.
14189 Change add-text-properties to put-text-property.
14190
14191 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14192
14193 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14194 bound of search.
14195
14196 2005-10-16 Masatake YAMATO <jet@gyve.org>
14197
14198 * dabbrev.el (dabbrev-completion): Pass the common
14199 prefix substring of completion to `display-completion-list'.
14200
14201 * filecache.el (file-cache-minibuffer-complete)
14202 (file-cache-complete): Ditto.
14203
14204 * tempo.el (tempo-display-completions): Ditto.
14205
14206 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14207
14208 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14209
14210 * eshell/em-hist.el (eshell-list-history): Ditto.
14211
14212 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14213
14214 * mail/mailalias.el (mail-complete): Ditto.
14215
14216 * progmodes/etags.el (complete-tag): Ditto.
14217
14218 * progmodes/make-mode.el (makefile-complete): Ditto.
14219
14220 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14221
14222 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14223
14224 * progmodes/pascal.el (pascal-complete-word)
14225 (pascal-show-completions): Ditto.
14226
14227 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14228
14229 * simple.el (completion-common-substring): New variable.
14230 (completion-setup-function): Use `completion-common-substring'
14231 to put faces.
14232
14233 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14234
14235 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14236 (x-get-selection, mac-select-convert-to-string): Convert from/to
14237 UTF-16 clipboard data as in native byte order, no BOM.
14238
14239 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14240
14241 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14242 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14243 (gud-sentinel): Use speedbar-frame to check for speedbar.
14244
14245 2005-10-15 Richard M. Stallman <rms@gnu.org>
14246
14247 * savehist.el: New file.
14248
14249 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14250
14251 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14252 Fix bug in \bf fontification.
14253
14254 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14255
14256 * pcvs.el (cvs-edit-log-files): New var.
14257 (cvs-mode-edit-log): New arg `file'.
14258 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14259 Instead force the use of the original file and nothing else.
14260 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14261 the cvs-minor-wrap-function is set.
14262 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14263
14264 2005-10-14 Bill Wohler <wohler@newt.com>
14265
14266 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14267 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14268 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14269 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14270 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14271 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14272 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14273 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14274 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14275 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14276 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14277 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14278 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14279 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14280 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14281
14282 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14283 appropriately (for example, gud-break to gud/break).
14284
14285 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14286
14287 * longlines.el (longlinges-search-function)
14288 (longlines-search-forward, longlines-search-backward): New functions.
14289 (longlines-mode): Set isearch-search-fun-function to
14290 longlinges-search-function.
14291
14292 * mouse.el (mouse-drag-region-1): Handle the case where a
14293 double-click event is bound to an arbitrary function.
14294
14295 2005-10-14 David Ponce <david@dponce.com>
14296
14297 * recentf.el (recentf-track-opened-file)
14298 (recentf-track-closed-file, recentf-update-menu)
14299 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14300 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14301 mouse-1-click-follows-link.
14302
14303 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14304
14305 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14306 Gnome file-manager.png. Suggested by
14307 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14308
14309 * toolbar/README: Add diropen.xpm.
14310
14311 2005-10-13 Bill Wohler <wohler@newt.com>
14312
14313 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14314 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14315
14316 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14317
14318 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14319 Don't waste the byte-compiler's time on constant data.
14320
14321 2005-10-13 Kenichi Handa <handa@m17n.org>
14322
14323 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14324 byte with `escape-glyph' face.
14325
14326 * international/fontset.el (ccl-encode-unicode-font):
14327 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14328 Handle the case that ucs-mule-to-mule-unicode translates a character to
14329 ASCII (usually for IPA characters).
14330
14331 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14332
14333 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14334 Don't hide the underline of titles if font-lock-mode is disabled.
14335
14336 2005-10-12 Bill Wohler <wohler@newt.com>
14337
14338 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14339 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14340 files in MH-E-SRC have been updated.
14341 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14342
14343 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14346 (mixal-mode-syntax-table): Add \n as end-comment.
14347 (mixal-operation-codes-alist): Immediately initialize to full value.
14348 (mixal-add-operation-code): Remove.
14349 (mixal-describe-operation-code): Make the arg non-optional.
14350 Use the interactive spec instead.
14351 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14352 (mixal-font-lock-keywords): Don't highlight comments here any more.
14353 (mixal-font-lock-syntactic-keywords): New var.
14354 (mixal-mode): Use it. Fix comment-start-skip.
14355
14356 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14357
14358 * startup.el (command-line-x-option-alist): -nb => -nbi
14359
14360 2005-10-12 Kim F. Storm <storm@cua.dk>
14361
14362 * startup.el (fancy-splash-default-action): Discard mouse click in
14363 the splash screen window, as it has no sensible meaning in the
14364 next window to be selected. Fixes error reported by Jan D.
14365
14366 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14367
14368 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14369
14370 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14371
14372 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14373 Try to fix up minor layout issues like indentation, line break, etc...
14374 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14375 because it doesn't work.
14376 (mixal-operation-codes): Add some more codes.
14377 (mixal-font-lock-keywords): Process comments here.
14378 (mixal-mode): mixasm no longer needs -g option.
14379
14380 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14381
14382 * progmodes/sh-script.el (sh-tmp-file):
14383 Use mktemp -t. Finish support for es and rc shells.
14384
14385 2005-10-11 Jay Belanger <belanger@truman.edu>
14386
14387 * calc/calcalg2.el (calc-integral): With an argument, compute the
14388 definite integral.
14389
14390 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14391
14392 * mouse.el (mouse-drag-region-1): Don't try to catch a
14393 double-click when doing follow-link (it's overridden anyway).
14394
14395 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14396
14397 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14398 (autoload-print-form-outbuf): Add docstring.
14399
14400 2005-10-11 Juri Linkov <juri@jurta.org>
14401
14402 * info.el (Info-mode-menu): Delete menu item "Edit".
14403 (Info-mode): Delete description of Info-edit from docstring,
14404 and rearrange descriptions of Info commands in the order
14405 they are documented in the Info manual.
14406
14407 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * calendar/appt.el (appt-check): Use diary-selective-display var.
14410
14411 2005-10-10 Richard M. Stallman <rms@gnu.org>
14412
14413 * net/newsticker.el (newsticker-start, newsticker-show-news):
14414 Add autoload cookies.
14415
14416 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14417
14418 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14419
14420 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14421
14422 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14423
14424 2005-10-10 Jay Belanger <belanger@truman.edu>
14425
14426 * calc/calc-arith.el (math-check-known-scalarp)
14427 (math-check-known-matrixp): Check the values of arguments that are
14428 variables.
14429 (math-check-known-square-matrixp): New function.
14430 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14431 (math-super-types): Add sqmatrix type.
14432
14433 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14434 mode name `square' to `sqmatrix'.
14435
14436 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14437 mode name `square' to `sqmatrix'.
14438
14439 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * progmodes/etags.el (select-tags-table-mode): Don't use
14442 selective-display.
14443 (tags-select-tags-table): Pass `button' to the action function.
14444 (select-tags-table): Place the side-info on button properties rather
14445 than in hidden text. Abbreviate file names.
14446 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14447 (select-tags-table-select): Add `button' argument.
14448 Get side-info from the button property rather than from hidden text.
14449
14450 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14451
14452 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14453 (gud-speedbar-buttons): Preserve point if possible.
14454 (gud-sentinel): Restore previous speedbar display type.
14455
14456 * progmodes/gdb-ui.el (gdba): Improve diagram.
14457 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14458 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14459 Call get-buffer-window once.
14460
14461 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14462
14463 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14464 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14465 (pascal-indent-command): Remove unused var `ind'.
14466 (pascal-indent-case): Remove unused var `oldpos'.
14467 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14468 since it's now used as a proper minor mode map.
14469 (pascal-outline): Rename to pascal-outline-mode.
14470 (pascal-outline-mode): Use define-minor-mode.
14471 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14472 selective-display.
14473
14474 2005-10-10 Andreas Schwab <schwab@suse.de>
14475
14476 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14477 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14478
14479 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14480 outside source directory.
14481
14482 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14483
14484 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14485 C-x' as a prefix.
14486 (orgtbl-mode-map): Full keymap instead of sparse, because all
14487 `self-insert-command' keys are redefined in this map.
14488 (org-export-as-html): Specify charset for HTML file, by taking it
14489 from the coding system.
14490
14491 2005-10-10 Kenichi Handa <handa@m17n.org>
14492
14493 * textmodes/flyspell.el (flyspell-check-word-p):
14494 If unread-command-events is non-empty, don't call sit-for.
14495
14496 2005-10-09 Richard M. Stallman <rms@gnu.org>
14497
14498 * font-lock.el (font-lock-syntactic-keywords)
14499 (font-lock-keywords): Doc fixes.
14500
14501 * textmodes/flyspell.el (flyspell-external-point-words):
14502 Simplify logic, and don't try to check for consecutive appearances
14503 of one incorrect word.
14504
14505 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14506
14507 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14508 separator.
14509
14510 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14511 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14512 (gud-expansion-speedbar-buttons): New function.
14513 (gud-speedbar-buttons): Check for gud-comint-buffer.
14514
14515 2005-10-09 Bill Wohler <wohler@newt.com>
14516
14517 * Makefile.in (updates): Add mh-loaddefs dependency.
14518
14519 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14520
14521 * speedbar.el (speedbar-file-key-map): Fix typo.
14522
14523 2005-10-09 Daniel Brockman <daniel@brockman.se>
14524
14525 * cus-start.el (line-spacing): Add custom spec.
14526
14527 2005-10-09 Romain Francoise <romain@orebokech.com>
14528
14529 * textmodes/ispell.el (ispell-check-version): Fix last change.
14530
14531 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14532
14533 * term/x-win.el: Remove -i, --icon-type from comment.
14534
14535 * startup.el (command-line-x-option-alist): Remove options -i,
14536 -itype, --icon-type, added -nb, --no-bitmap-icon
14537
14538 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14539
14540 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14541 instead of :active.
14542
14543 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14544
14545 * textmodes/ispell.el (ispell-check-version):
14546 Ignore hyphen, and all that follows, in aspell's version text.
14547
14548 2005-10-08 Jay Belanger <belanger@truman.edu>
14549
14550 * calc/calc-arith.el (math-known-square-matrixp): New function.
14551 (math-pow-fancy): Check for matrices before distributing exponent
14552 across products.
14553
14554 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14555 fullscreen keypad. Suggested by Luc Teirlinck.
14556 (calc-keypad-show-input): Add space for formatting.
14557
14558 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14559 Add square matrix option.
14560
14561 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14562 of checking calc-matrix-mode when deciding how to expand.
14563
14564 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14565
14566 2005-10-08 Lars Hansen <larsh@soem.dk>
14567
14568 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14569 Add error handling.
14570 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14571
14572 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14573
14574 Sync with Tramp 2.0.51.
14575
14576 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14577 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14578 Insert special handling for `last-coding-system-used', again
14579 it still seems to be necessary (unlike stated before).
14580 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14581 (tramp-password-prompt-regexp): There might be other words before
14582 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14583 (tramp-chunksize): Improve docstring.
14584 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14585 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14586 Christian Joergensen <bugs@razor.dk>.
14587
14588 2005-10-07 Glenn Morris <rgm@gnu.org>
14589
14590 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14591 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14592 precision'.
14593
14594 2005-10-07 Romain Francoise <romain@orebokech.com>
14595
14596 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14597 (ibuffer-do-shell-command-pipe-replace)
14598 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14599 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14600 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14601 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14602 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14603 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14604 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14605 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14606 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14607 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14608 Autoload file sans suffix.
14609
14610 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14611
14612 2005-10-07 David Ponce <david@dponce.com>
14613
14614 * recentf.el (recentf-menu-open-all-flag): New option.
14615 (recentf-digit-shortcut-command-name): New function.
14616 (recentf--shortcuts-keymap): New variable.
14617 (recentf-menu-shortcuts): New variable.
14618 (recentf-make-menu-items): Initialize it. Replace the "More..."
14619 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14620 (recentf-menu-value-shortcut): New function.
14621 (recentf-make-menu-item): Use it. No more in-lined.
14622 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14623 (recentf-open-most-recent-file): Rename from
14624 `recentf-open-file-with-key'. Don't depend on key binding.
14625 (recentf-mode-map): New variable.
14626 (recentf-mode): Use it.
14627
14628 2005-10-06 Bill Wohler <wohler@newt.com>
14629
14630 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14631
14632 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14633 (MH-E-SRC): New. Used by mh-autoloads.
14634 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14635 files in MH-E-SRC have been updated.
14636 (compile, recompile, bootstrap): Depend on mh-autoloads.
14637
14638 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14639
14640 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14641 gud-break and gud-remove icons when the fringe is not available.
14642
14643 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14644 Typo.
14645
14646 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14647
14648 * play/zone.el (zone): Wrap body with save-window-excursion.
14649
14650 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14653 Use the new `list-only' arg to diary-list-entries.
14654
14655 * calendar/diary-lib.el: Use overlays rather than selective-display.
14656 (diary-selective-display): New var.
14657 (diary-header-line-format): Use it.
14658 (diary-list-entries): Add argument `list-only'.
14659 Put the buffer in diary-mode. Don't add \^M at beg and end.
14660 Replace \^M by invisible overlays.
14661 (diary-unhide-everything): Replace \^M by invisible overlays.
14662 (print-diary-entries): Look for overlays rather than \^M.
14663 Add a space to the temp buffer name.
14664 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14665 Put the buffer in diary-mode.
14666 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14667 (diary-anniversary): Make the year arg optional.
14668 (diary-time-regexp): New const.
14669 (diary-font-lock-keywords): Use it to accept a few more time formats.
14670
14671 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14672
14673 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14674
14675 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14676 Fix bug introduced 2005-07-03: Use (car (last ...))
14677 to faithfully reproduce replaced artist-last.
14678 (artist-set-arrow-points-for-poly): Likewise.
14679 Suggested by Johan Bockg\e,Ae\e(Brd.
14680
14681 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14682
14683 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14684 * wid-edit.el (widget):
14685 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14686 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14687
14688 2005-10-06 Kenichi Handa <handa@m17n.org>
14689
14690 * international/mule-cmds.el (set-language-environment):
14691 Fix setting up of case-table for unibyte mode.
14692
14693 * simple.el (what-cursor-position): If the character is displayed
14694 by some `display' text property, show that. Don't use
14695 single-key-description for eight-bit characters in multibyte mode.
14696
14697 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14698
14699 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14700 (gdb-ann3): Set it.
14701 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14702 (gdb-info-frames-custom): Use inverse-video for first five
14703 characters of selected frame only.
14704 (gdb-get-frame-number): Select frame even when point is on frame
14705 number.
14706
14707 2005-10-06 Masatake YAMATO <jet@gyve.org>
14708
14709 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14710 Put `font-lock-function-name-face'.
14711 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14712 and `font-lock-variable-name-face'
14713 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14714 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14715 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14716 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14717 (gdb-local-font-lock-keywords): New font lock keywords definition.
14718 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14719 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14720 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14721
14722 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14723
14724 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14725 (ediff-merge-region-is-non-clash-to-skip): Previously called
14726 ediff-merge-region-is-non-clash.
14727
14728 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14729 Use insert-buffer-substring.
14730
14731 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14732 selecting files to patch. Also bug fixes.
14733
14734 * ediff-util.el (ediff-setup): Bug fix.
14735 (ediff-next-difference): Never skip clashes that differ in white
14736 space only.
14737
14738 * ediff-wind.el (ediff-setup-control-frame)
14739 (ediff-destroy-control-frame): Check the menubar feature.
14740
14741 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14742 (viper-refresh-mode-line): Use make-local-variable to localize
14743 some vars instead of make-variable-buffer-local. Suggested by
14744 Stefan Monnier.
14745
14746 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14747 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14748 Use make-local-variable instead of make-variable-buffer-local.
14749 Suggested by Stefan Monnier.
14750
14751 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14752 (viper-comint-mode-hook): Use make-local-variable on
14753 require-final-newline.
14754 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14755
14756 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14757
14758 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14759 also the second char of a comment-start sequence.
14760 (scheme-sexp-comment-syntax-table): New var.
14761 (lambda, define): Set their scheme-doc-string-elt property.
14762 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14763 Use lisp-font-lock-syntactic-face-function now that it properly
14764 handles |...| symbols.
14765 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14766 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14767
14768 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14769 bit from # to |.
14770 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14771
14772 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14773 (lisp-doc-string-elt-property): New var.
14774 (lisp-font-lock-syntactic-face-function): Use it.
14775 Rewrite to recognize docstrings even for forms not at toplevel.
14776
14777 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14778 annotation on the | part of #| rather than on the # part.
14779 (scheme-font-lock-syntactic-face-function): New function, to
14780 distinguish strings from |...| symbols.
14781 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14782 syntax-table so that #|...|# is properly highlighted.
14783
14784 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14785 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14786
14787 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14788
14789 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14790 and C-e.
14791
14792 * emacs-lisp/eldoc.el: Move comments into docstrings.
14793 (eldoc-message-commands): Initialize in its declaration.
14794 Add move-beginning-of-line and move-end-of-line.
14795 (eldoc-add-command, eldoc-add-command-completions)
14796 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14797
14798 * outline.el (outline-mark-subtree): Activate the mark.
14799
14800 * calendar/appt.el (appt-time-regexp): New var.
14801 (appt-add, appt-make-list): Use it.
14802 (appt-convert-time): Clean up.
14803
14804 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14805 Don't set any syntax-table property here.
14806 (tex-font-lock-verb): New function. Do it here.
14807 (tex-font-lock-syntactic-keywords): Use it.
14808
14809 2005-10-04 Richard M. Stallman <rms@gnu.org>
14810
14811 * wid-edit.el (widget-file-complete): Get the widget start point
14812 the right way. Default directory to `/' if file has none.
14813
14814 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14815
14816 * textmodes/flyspell.el (flyspell-mode-on):
14817 Call ispell-maybe-find-aspell-dictionaries.
14818
14819 * textmodes/ispell.el (ispell-word, ispell-region):
14820 Call ispell-maybe-find-aspell-dictionaries.
14821 (ispell-accept-buffer-local-defs):
14822 Don't call ispell-maybe-find-aspell-dictionaries
14823
14824 2005-10-04 Richard M. Stallman <rms@gnu.org>
14825
14826 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14827
14828 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14829
14830 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14831 instead of `fboundp' in order to allow for anonymous functions.
14832
14833 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14834
14835 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14836 case the user clicks on the link while another window is selected.
14837 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14838
14839 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14840 functionality.
14841 (dframe-help-echo): Save point in case mouse tracking is off.
14842
14843 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14844
14845 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14846
14847 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14850 not change the global value of those vars.
14851
14852 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14853 make-local-variable which we do not need any more.
14854
14855 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14856
14857 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14858 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14859 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14860 (speedbar-path-line): Define obsolete aliases.
14861 (speedbar-line-directory): Doc fix.
14862
14863 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14864 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14865 instead of speedbar-line-path.
14866
14867 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14868
14869 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14870 to nil if dropping on a window. Handle dropping on a minibuffer window
14871 like dropping on a non-window part of Emacs.
14872
14873 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14874
14875 * net/ange-ftp.el: Use with-current-buffer.
14876 (ange-ftp-insert-directory): Do not follow symlinks any more.
14877
14878 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14879 Remove interactive spec.
14880
14881 2005-10-03 Kim F. Storm <storm@cua.dk>
14882
14883 * ido.el (ido-mode): Use custom-initialize-set.
14884
14885 2005-10-02 Richard M. Stallman <rms@gnu.org>
14886
14887 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14888 Use insert-buffer-substring.
14889
14890 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14891 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14892
14893 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14894
14895 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14896 in last change.
14897 (ange-ftp-insert-directory): Fix up the search for the case where
14898 `file' is absolute.
14899
14900 2005-10-02 Romain Francoise <romain@orebokech.com>
14901
14902 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14903
14904 2005-10-02 Andreas Schwab <schwab@suse.de>
14905
14906 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14907 directory component in the session info.
14908
14909 2005-10-01 Richard M. Stallman <rms@gnu.org>
14910
14911 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14912
14913 * simple.el (next-error-internal): New function.
14914
14915 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14916 (compilation-start): Pass new arg to compilation-buffer-name.
14917 (compile-goto-error): Use next-error-internal.
14918
14919 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14920
14921 * speedbar.el: Remove RCS tag.
14922 (speedbar-check-read-only): Handle non-existent files.
14923
14924 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14925
14926 * info.el (Info-speedbar-hierarchy-buttons)
14927 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14928
14929 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14930
14931 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14932 Do not match newline.
14933 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14934 (bibtex-summary): Remove unnecessary save-excursion.
14935 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14936
14937 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14938
14939 * term/mac-win.el: Add charset info for "iso10646-1".
14940 Modify default fontset to use ATSUI-compatible fonts for some charsets
14941 if available.
14942
14943 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14944
14945 * speedbar.el: Re-apply arch tag.
14946 (speedbar-version): Rename to version 1.0. Suggested by Eric
14947 M. Ludlam.
14948 Reapply two changes from Emacs CVS' version of speedbar lost
14949 during the merge:
14950 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14951 (speedbar-frame-parameters): Improve customize type.
14952
14953 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14956 (ange-ftp-file-directory-p): Fix the symlink case.
14957 (ange-ftp-insert-directory): When listing a single file, get a list of
14958 the parent buffer and extract the relevant line. Inspired from a patch
14959 by Katsumi Yamaoka <yamaoka@jpl.org>.
14960 (ange-ftp-file-name-sans-versions): Simplify.
14961
14962 2005-09-30 Bill Wohler <wohler@newt.com>
14963
14964 Move MH-E image files from toolbar and mail directories into
14965 etc/images.
14966
14967 * mail/reply2.*: Move to etc/images/mail/reply*.
14968
14969 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14970 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14971 etc/images.
14972
14973 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14974 * toolbar/reply*: Move to etc/images/mail.
14975
14976 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14977
14978 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14979
14980 * speedbar.el: New version 1.0pre3.
14981
14982 Frame management code (including timer, and mouse click specifics)
14983 moved to dframe.el:
14984 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14985 (speedbar-timer): Removed. Use dframe-timer.
14986 (speedbar-close-frame): Removed. Use dframe-close-frame.
14987 (speedbar-activity-change-focus-flag): Removed. Use
14988 dframe-activity-change-focus-flag.
14989 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14990 dframe-update-speed.
14991
14992 (speedbar-current-frame): New macro. Use this instead of the
14993 variable speedbar-frame.
14994
14995 (speedbar-use-images, speedbar-expand-image-button-alist)
14996 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14997
14998 (speedbar-find-image-on-load-path): Removed. Replaced by
14999 defezimage in ezimage.el.
15000 (speedbar-expand-image-button-alist): Removed. Replaced by
15001 ezimage-expand-image-button-alist in ezimage.el.
15002
15003 (speedbar-ignored-directory-regexp)
15004 (speedbar-add-ignored-directory-regexp)
15005 (speedbar-ignored-directory-expressions)
15006 (speedbar-line-directory, speedbar-buffers-line-directory)
15007 (speedbar-directory-line, speedbar-buffers-line-directory):
15008 Renamed, replacing `path' with `directory'.
15009
15010 (speedbar-create-directory, speedbar-expand-line-descendants)
15011 (speedbar-toggle-line-expansion)
15012 (speedbar-contract-line-descendants): New commands.
15013
15014 (speedbar-query-confirmation-method, speedbar-select-frame-method)
15015 (speedbar-use-tool-tips-flag): New options.
15016
15017 (speedbar-check-read-only, speedbar-require-version)
15018 (speedbar-insert-separator, speedbar-buffers-tail-notes)
15019 (speedbar-handle-delete-frame, speedbar-try-completion)
15020 (speedbar-update-localized-contents): New functions.
15021
15022 (speedbar-incompatible-version, speedbar-ro-to-do-point)
15023 (speedbar-object-read-only-indicator): New variables.
15024
15025 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15026 New hooks.
15027
15028 (speedbar-separator-face): New face.
15029
15030 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15031 (speedbar-ignored-modes): Add fundamental-mode.
15032 (speedbar-directory-unshown-regexp): Add . directories.
15033
15034 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15035 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15036 `]' for full expand/close.
15037 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15038
15039 (speedbar-check-vc): Support hidden files.
15040 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15041 (speedbar-this-file-in-vc): Use vc-state if available. If VC
15042 state is nil, it is not checked out.
15043
15044 (speedbar-line-text, speedbar-line-token): Support expand buttons
15045 with no text.
15046 (speedbar-refresh): Universal argument acts as power-click.
15047 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15048 that buffer to get variable values.
15049
15050 And many other bugfixes.
15051
15052 * dframe.el, ezimage.el, sb-image.el: New files.
15053
15054 * sb-*.xpm: Remove files. New image files installed into
15055 etc/images/ezimage.
15056
15057 2005-09-30 Kenichi Handa <handa@m17n.org>
15058
15059 * ps-mule.el (ps-mule-show-warning): If a character is in
15060 ps-print-translation-table, don't treat it as non-printable.
15061
15062 2005-09-30 David Ponce <david@dponce.com>
15063
15064 * tree-widget.el (tree-widget-themes-load-path): New variable.
15065 (tree-widget-themes-directory): Doc fix.
15066 (tree-widget-image-formats) [Emacs]: Doc fix.
15067 (tree-widget--locate-sub-directory): New function.
15068 (tree-widget-themes-directory): Use it.
15069
15070 * recentf.el (recentf-filename-handlers): Rename from
15071 `recentf-filename-handler'. Allow a list of functions.
15072 (recentf-menu-items-for-commands): Fix :help strings.
15073 (recentf-apply-filename-handlers): New function.
15074 (recentf-expand-file-name): Use it.
15075 (recentf-cleanup): Remove duplicates too.
15076
15077 2005-09-29 Juri Linkov <juri@jurta.org>
15078
15079 * faces.el: Rearrange face definitions to be in the same order as
15080 their face descriptions in "(emacs)Standard Faces".
15081
15082 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15083
15084 * tooltip.el (tooltip): Add group `basic-faces'.
15085
15086 * buff-menu.el (Buffer-menu-buffer): Remove group
15087 `font-lock-highlighting-faces'.
15088
15089 * progmodes/compile.el (compilation-error, compilation-warning)
15090 (compilation-info, compilation-line-number, compilation-column-number):
15091 Change group from `font-lock-highlighting-faces' to `compilation'.
15092
15093 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15094 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15095 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15096 (vhdl-font-lock-reserved-words-face)
15097 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15098 `font-lock-highlighting-faces'.
15099
15100 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15101
15102 2005-09-28 Kim F. Storm <storm@cua.dk>
15103
15104 * emulation/cua-base.el: Set CUA move property on additional commands:
15105 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15106 forward-sexp, backward-sexp, forward-list, backward-list.
15107
15108 2005-09-28 Romain Francoise <romain@orebokech.com>
15109
15110 * comint.el (comint-show-output): Really set point at the
15111 beginning of the output when not using `comint-use-prompt-regexp'.
15112
15113 2005-09-27 Jay Belanger <belanger@truman.edu>
15114
15115 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15116 in TeX mode.
15117
15118 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
15119
15120 * textmodes/org.el (org-table-sum): Fix format string.
15121
15122 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15123 Quote face names.
15124
15125 2005-09-26 Romain Francoise <romain@orebokech.com>
15126
15127 * isearch.el (isearch-forward-regexp): Close doc string.
15128
15129 2005-09-25 Richard M. Stallman <rms@gnu.org>
15130
15131 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15132
15133 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15134
15135 * progmodes/compile.el (compilation-error-properties):
15136 When getting the file from the previous error message,
15137 correctly decode the new data format.
15138
15139 * progmodes/cc-cmds.el (c-electric-paren):
15140 Call old-blink-paren only for close-paren.
15141
15142 2005-09-24 Andreas Schwab <schwab@suse.de>
15143
15144 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15145 condition.
15146
15147 2005-09-25 Romain Francoise <romain@orebokech.com>
15148
15149 * dired-aux.el (dired-copy-file-recursive):
15150 * dired.el (dired-delete-file):
15151 * ediff-mult.el (ediff-dir-diff-copy-file):
15152 * ediff-util.el (ediff-test-save-region):
15153 * forms.el (forms-mode):
15154 * ido.el (ido-file-internal, ido-delete-file-at-head):
15155 * log-edit.el (log-edit-done):
15156 * ses.el (ses-yank-resize):
15157 * play/gomoku.el (gomoku-human-plays, gomoku)
15158 (gomoku-human-resigns, gomoku-prompt-for-other-game)
15159 (gomoku-offer-a-draw):
15160 * play/landmark.el (lm-human-resigns, lm):
15161 * net/eudcb-ldap.el (eudc-ldap-check-base):
15162 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15163 * progmodes/ebrowse.el (ebrowse-find-pattern):
15164 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15165 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15166 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15167
15168 * vc.el (vc-delete-file):
15169 * play/gomoku.el (gomoku-terminate-game, gomoku)
15170 (gomoku-prompt-for-move, gomoku-human-takes-back):
15171 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15172 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15173
15174 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15175
15176 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15177 color rxvt terminals by using the code xterm.el used to use before
15178 2005-04-09 in order to match the colors used by rxvt.
15179
15180 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15181
15182 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15183 colors rxvt-unicode terminals by using the same code as xterm.el.
15184
15185 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15188 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15189 new symbol used for the tex-verbatim face.
15190
15191 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15192
15193 * woman.el (woman-file-name):
15194 * wid-edit.el (widget-file-prompt-value)
15195 (widget-coding-system-prompt-value):
15196 * w32-fns.el (set-w32-system-coding-system):
15197 * vc.el (vc-version-diff, vc-annotate):
15198 * textmodes/reftex-auc.el (reftex-arg-cite)
15199 (reftex-arg-index-tag):
15200 * textmodes/refer.el (refer-get-bib-files):
15201 * textmodes/artist.el (artist-figlet-choose-font):
15202 * terminal.el (terminal-emulator):
15203 * replace.el (occur-read-primary-args):
15204 * rect.el (string-rectangle, string-insert-rectangle):
15205 * ps-print.el (ps-print-preprint):
15206 * progmodes/pascal.el (pascal-goto-defun):
15207 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15208 * progmodes/compile.el (compilation-find-file):
15209 * printing.el (pr-interactive-n-up):
15210 * play/animate.el (animate-birthday-present):
15211 * net/rcompile.el (remote-compile):
15212 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15213 * mail/rmailsum.el (rmail-summary-search-backward)
15214 (rmail-summary-search):
15215 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15216 (rmail-output-read-file-name):
15217 * mail/rmail.el (rmail-search, rmail-search-backwards):
15218 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15219 * locate.el (locate):
15220 * international/quail.el (quail-show-keyboard-layout):
15221 * international/mule.el (set-buffer-file-coding-system)
15222 (revert-buffer-with-coding-system, set-file-name-coding-system)
15223 (set-terminal-coding-system, set-keyboard-coding-system)
15224 (set-next-selection-coding-system):
15225 * international/mule-diag.el (describe-coding-system)
15226 (describe-font, describe-fontset):
15227 * international/mule-cmds.el (universal-coding-system-argument)
15228 (search-unencodable-char, describe-input-method)
15229 (set-language-environment, describe-language-environment):
15230 * international/codepage.el (codepage-setup):
15231 * international/code-pages.el (codepage-setup):
15232 * info.el (Info-search, Info-follow-reference)
15233 (Info-search-backward):
15234 * emacs-lisp/advice.el (ad-read-advised-function)
15235 (ad-read-advice-class, ad-clear-cache, ad-activate)
15236 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15237 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15238 (ad-read-regexp):
15239 * ediff-util.el (ediff-toggle-regexp-match):
15240 * ediff-ptch.el (ediff-prompt-for-patch-file):
15241 * dired-aux.el (dired-diff):
15242 * diff.el (diff):
15243 * cus-edit.el (custom-variable-prompt):
15244 * calendar/timeclock.el (timeclock-ask-for-project):
15245 * calc/calcalg3.el (calc-get-fit-variables):
15246 * calc/calc-store.el (calc-edit-variable)
15247 (calc-permanent-variable):
15248 * vc-mcvs.el (vc-mcvs-register):
15249 * shadowfile.el (shadow-define-literal-group):
15250 * woman.el (woman-file-name):
15251 * vc.el (vc-version-diff, vc-merge):
15252 * textmodes/reftex-index.el (reftex-index-complete-tag):
15253 * format.el (format-decode-buffer, format-decode-region):
15254 * emulation/viper-cmd.el (viper-read-string-with-history):
15255 * emacs-lisp/debug.el (cancel-debug-on-entry):
15256 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15257 * ediff.el (ediff-merge-revisions)
15258 (ediff-merge-revisions-with-ancestor, ediff-revision):
15259 * completion.el (interactive-completion-string-reader):
15260 * calc/calc-prog.el (calc-user-define-formula):
15261 Follow convention for reading with the minibuffer.
15262
15263 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15264
15265 * progmodes/python.el (python-describe-symbol): Add globals() and
15266 locals() to the arguments of emacs.ehelp.
15267
15268 2005-09-24 Magnus Henoch <mange@freemail.hu>
15269
15270 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15271 New function, code extracted from ispell-valid-dictionary-list.
15272 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15273 Call it.
15274
15275 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15276
15277 * subr.el (version-regexp-alist): Extend valid syntax for version
15278 strings: allow any of the characters -,_,+ to separate the
15279 alpha/beta/rc part from the version part. Doc fix.
15280 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15281
15282 2005-09-23 David Reitter <david.reitter@gmail.com>
15283
15284 * mail/mailclient.el: New file.
15285
15286 2005-09-23 Richard M. Stallman <rms@gnu.org>
15287
15288 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15289 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15290 Doc fixes.
15291
15292 * progmodes/cc-mode.el (c-font-lock-init):
15293 Specify font-lock-lines-before.
15294
15295 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15296
15297 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15298 whole conflict.
15299
15300 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15301
15302 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15303 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15304 of `remap' feature when available. Additional key bindings for
15305 better tty support.
15306 (org-mode-restart, org-force-self-insert): New commands.
15307 (org-time-stamp-inactive): New command.
15308 (org-remap): New function.
15309 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15310 (org-enable-fixed-width-editor): Move to `org-structure'
15311 customization group.
15312 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15313 blank field after field motion commands.
15314
15315 2005-09-23 Kenichi Handa <handa@m17n.org>
15316
15317 * international/mule-cmds.el (set-language-environment):
15318 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15319 have to call utf-translate-cjk-load-tables.
15320
15321 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15322
15323 * mouse.el (mouse-move-drag-overlay): Fix last change.
15324
15325 2005-09-22 David Ponce <david@dponce.com>
15326
15327 * tree-widget.el (tree-widget-value-create): Fix previous change.
15328
15329 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15330
15331 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15332
15333 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15334
15335 * mouse.el (mouse-move-drag-overlay): New function.
15336 (mouse-drag-region-1): Use it.
15337 Try to simplify a bit the state handling. Handle clicks on links
15338 inside intangible areas.
15339 (mouse-save-then-kill): Minor simplification.
15340 (mouse-secondary-overlay): Make it always non-nil instead of
15341 recreating it each time.
15342 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15343 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15344 Simplify accordingly.
15345
15346 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15347
15348 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15349
15350 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15351
15352 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15353 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15354 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15355 to patch.
15356
15357 * ediff-util.el: Use insert-buffer-substring.
15358
15359 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15360
15361 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15362 field boundaries in the minibuffer.
15363 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15364 (viper-minibuffer-post-command-hook): New hook.
15365 (viper-line): Don't move cursor at bolp.
15366
15367 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15368
15369 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15370 avoid compiler warnings.
15371
15372 * emulation/viper-macs.el (ex-map): Better messages.
15373
15374 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15375
15376 * emulation/viper.el: Replace make-variable-buffer-local with
15377 viper-make-variable-buffer-local everywhere, to avoid warnings.
15378
15379 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15380
15381 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15382 Delete unused var `old-selected-window'.
15383 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15384 (mouse-drag-secondary): Delete unused var `start-frame'.
15385
15386 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15387
15388 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15389
15390 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15391
15392 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15393 Re-indent within 80 columns. Use inhibit-read-only.
15394
15395 2005-09-19 Romain Francoise <romain@orebokech.com>
15396
15397 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15398
15399 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15402 unconditionally, since the after-change-function already did it.
15403
15404 2005-09-19 Miles Bader <miles@gnu.org>
15405
15406 * net/newsticker.el: Get rid of CVS keyword.
15407
15408 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15409
15410 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15411 The prompt is formatted later.
15412
15413 2005-09-19 David Ponce <david@dponce.com>
15414
15415 * tree-widget.el (tree-widget-value-create): Save the converted
15416 tree :node widget.
15417
15418 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15419
15420 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15421 variable `message'.
15422
15423 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15424
15425 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15426 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15427 <slawomir.nowaczyk.847@student.lu.se>.
15428
15429 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15430
15431 * image.el (image-load-path): Use symbol `data-directory' instead
15432 of its value, for backward compatibility with packages that bind
15433 it during `find-image'. Suggested by Katsumi Yamaoka.
15434 (image-search-load-path): Handle symbols whose values are strings.
15435
15436 2005-09-18 Romain Francoise <romain@orebokech.com>
15437
15438 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15439 with-current-buffer form in save-excursion.
15440
15441 2005-09-18 Deepak Goel <deego@gnufans.org>
15442
15443 * apropos.el (apropos-command): Fix `message' call: first arg
15444 should be a format spec. In this and all other cases that appear
15445 below and elsewhere in the source code, I made a change only when
15446 two conditions were satisfied: [1] I can think of a possibility
15447 that the arguments would cause an error, for example, the code in
15448 question relies on external variables such as filenames. [2] I
15449 was sure that the arg to `message' could not have been nil in the code.
15450
15451 * textmodes/tildify.el (tildify-region): Ditto.
15452
15453 * textmodes/reftex-index.el (reftex-index-change-entry)
15454 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15455 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15456 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15457 (org-priority, org-table-sum):
15458 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15459 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15460 (flyspell-word, flyspell-display-next-corrections):
15461 * textmodes/bibtex.el (bibtex-print-help-message):
15462 * textmodes/artist.el (artist-key-set-point-poly):
15463 * term/mac-win.el (mac-services-insert-text):
15464 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15465 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15466 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15467 (vhdl-compose-configuration):
15468 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15469 (sh-set-indent, sh-learn-line-indent):
15470 * progmodes/ps-mode.el (ps-mode-target-column):
15471 * progmodes/idlwave.el (idlwave-make-tags)
15472 (idlwave-scan-library-catalogs):
15473 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15474 * progmodes/gud.el (gud-jdb-analyze-source):
15475 * progmodes/flymake.el (flymake-log):
15476 * progmodes/ebnf2ps.el (ebnf-generate-region):
15477 * progmodes/cmacexp.el (c-macro-expansion):
15478 * progmodes/ada-xref.el (ada-treat-cmd-string):
15479 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15480 (ada-justified-indent-current, ada-batch-reformat):
15481 * play/zone.el (zone):
15482 * play/landmark.el (lm-move):
15483 * play/decipher.el (decipher-show-alphabet):
15484 * net/newsticker.el (newsticker--display-jump)
15485 (newsticker--display-scroll):
15486 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15487 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15488 * mail/feedmail.el (feedmail-dump-message-to-queue):
15489 * eshell/esh-proc.el (eshell-remove-process-entry):
15490 * emulation/ws-mode.el (ws-last-error):
15491 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15492 (viper-record-kbd-macro):
15493 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15494 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15495 * emacs-lisp/find-func.el (find-function-noselect):
15496 * calendar/timeclock.el (timeclock-status-string)
15497 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15498 (timeclock-when-to-leave-string):
15499 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15500 * calc/calc-units.el (calc-enter-units-table):
15501 * calc/calc-mode.el (calc-mode-record-mode):
15502 * woman.el (woman-mini-help):
15503 * wdired.el (wdired-change-to-wdired-mode):
15504 * vc.el (vc-retrieve-snapshot):
15505 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15506 * startup.el (display-startup-echo-area-message):
15507 * simple.el (set-goal-column):
15508 * ses.el (ses-command-hook, ses-recalculate-cell):
15509 * server.el (server-process-filter):
15510 * printing.el (pr-interface-txt-print, pr-interface-printify)
15511 (pr-interface-ps):
15512 * pcvs.el (cvs-help):
15513 * log-edit.el (log-edit, log-edit-mode-help):
15514 * iswitchb.el (iswitchb-possible-new-buffer):
15515 * isearch.el (isearch-edit-string):
15516 * image-mode.el (image-mode, image-minor-mode):
15517 * ibuf-macs.el (define-ibuffer-filter):
15518 * hi-lock.el (hi-lock-find-patterns):
15519 * files.el (toggle-read-only):
15520 * ediff-util.el (ediff-copy-diff)
15521 (ediff-write-merge-buffer-and-maybe-kill):
15522 * echistory.el (Electric-history-undefined):
15523 * dnd.el (dnd-insert-text):
15524 * dired-aux.el (dired-query):
15525 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15526 * bookmark.el (bookmark-bmenu-locate):
15527 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15528 Fix `message' calls to ensure first arg is a format string.
15529 The change was made only when these two conditions were satisfied:
15530 [1] when there is a possibility that the arguments would cause an error
15531 for example, if the code in question relies on external variables
15532 such as filenames, and
15533 [2] if the arg to `message' could not have been nil in the code.
15534
15535 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15536 Not having a %s would be weird, though not technically wrong.
15537
15538 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15539
15540 * term/mac-win.el (mac-add-charset-info): Doc fix.
15541
15542 2005-09-17 Romain Francoise <romain@orebokech.com>
15543
15544 * shell.el (shell-resync-dirs): Handle echoing processes more
15545 reliably. Don't insert resync command if `comint-process-echoes'
15546 is non-nil.
15547
15548 2005-09-17 Magnus Henoch <mange@freemail.hu>
15549
15550 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15551 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15552 aspell versions >= 0.60.
15553 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15554 only if ispell-aspell-supports-utf8 is non-nil.
15555
15556 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15557
15558 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15559 buffer-local value to lisp-indent-function.
15560
15561 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15562
15563 * progmodes/glasses.el (glasses-make-readable): If
15564 glasses-separator differs from underscore, put appropriate
15565 overlays over underscore characters.
15566 (glasses-convert-to-unreadable): If glasses-separator differs from
15567 underscore, try to convert glasses-separator characters to
15568 underscores.
15569
15570 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15571
15572 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15573 Use with-syntax-table and dolist.
15574
15575 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15576
15577 * textmodes/reftex-auc.el:
15578 * textmodes/reftex-cite.el:
15579 * textmodes/reftex-dcr.el:
15580 * textmodes/reftex-global.el:
15581 * textmodes/reftex-parse.el:
15582 * textmodes/reftex-ref.el:
15583 * textmodes/reftex-sel.el:
15584 * textmodes/reftex-toc.el:
15585 * textmodes/reftex-vars.el:
15586 * textmodes/reftex.el: Small changes to remove compiler warnings.
15587
15588 * textmodes/reftex-index.el: Likewise.
15589 (reftex-query-index-phrase): More efficient use of markers.
15590
15591 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15592
15593 * image.el (image-load-path): New variable.
15594 (image-search-load-path): New function.
15595 (find-image): Search for images in `image-load-path'.
15596
15597 2005-09-15 Richard M. Stallman <rms@gnu.org>
15598
15599 * follow.el: Change Maintainer field.
15600
15601 2005-09-15 David Ponce <david@dponce.com>
15602
15603 * recentf.el (recentf-save-file-modes): New option.
15604 (recentf-save-list): Use it.
15605
15606 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15607
15608 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15609 (mode-line-mule-info, mode-line-modified): Move bindings from
15610 mouse-3 to mouse-1.
15611
15612 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15613
15614 * simple.el (sendmail-user-agent-compose): Revert last change.
15615
15616 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15617
15618 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15619 Use with-current-buffer.
15620 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15621 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15622 (ange-ftp-insert-directory): Remove unused var `short'.
15623 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15624
15625 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15626 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15627
15628 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15629 (check-calendar-holidays, diary-list-entries): Autoload.
15630 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15631 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15632
15633 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15634 which mistakenly removed a call to display-buffer.
15635
15636 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15637
15638 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15639
15640 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15641
15642 * progmodes/hideshow.el
15643 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15644 (hs-allow-nesting): New user var.
15645 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15646 (hs-hide-block-at-point): When nesting allowed,
15647 if there is already an overlay in place, delete it.
15648 (hs-safety-is-job-n): Delete func; remove call sites.
15649 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15650 (hs-overlay-at): New func.
15651 (hs-already-hidden-p, hs-show-block): Use it.
15652 (hs-hide-all): Don't pre-clean if nesting allowed.
15653 (hs-show-all): Temporarily disallow
15654 nesting around call to `hs-discard-overlays'.
15655
15656 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15657
15658 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15659 Delete unused local var.
15660
15661 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15662
15663 * help-fns.el (describe-categories): "?\ " -> "?\s".
15664 (help-do-arg-highlight): Recognize also ARG-n, as in
15665 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15666
15667 * international/codepage.el (dos-unsupported-char-glyph):
15668 * net/newsticker.el (tool-bar-map, w3-mode-map)
15669 (w3m-minor-mode-map):
15670 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15671 (ent-alist):
15672 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15673
15674 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15675
15676 * custom.el (custom-push-theme): Handle the case where a symbol is
15677 bound but face properties have not yet been assigned.
15678
15679 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15680 Fix behavior if noerase is `t' and there is no mail buffer.
15681
15682 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15683 if `continue' is nil, rather than signal an error.
15684
15685 2005-09-12 Richard M. Stallman <rms@gnu.org>
15686
15687 * font-lock.el (font-lock-keywords): Add autoload.
15688
15689 * help-fns.el (describe-variable): Rearrange to put source link
15690 in a predictable place.
15691
15692 * net/newsticker.el: New file.
15693
15694 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15695
15696 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15697 (calendar-basic-setup): Use the new nil arg.
15698 (number-of-diary-entries): Move to diary-lib.el.
15699
15700 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15701 (diary-list-entries): Use with-syntax-table and dolist.
15702 Rename from list-diary-entries.
15703 Use number-of-diary-entries if `number' is nil.
15704 (diary, diary-view-entries): Use this new name and new nil arg value.
15705 (number-of-diary-entries): Move from calendar.el.
15706 (diary-unhide-everything): New function.
15707 (include-other-diary-files, fancy-diary-display)
15708 (diary-show-all-entries, make-diary-entry): Use it.
15709 (diary-mail-entries): Use buffer-string.
15710 (mark-diary-entries): Fix long standing paren typo.
15711 (diary-sexp-entry): Use count-lines.
15712 (make-diary-entry): Avoid `previous-line'.
15713 (diary-mode-map): New var.
15714 (diary-mode): Redraw cal after saving. Setup header-line.
15715 (fancy-diary-display-mode): Use local-set-key.
15716
15717 * startup.el (command-line): Try calling various terminal-init-foo-bar
15718 functions by stripping hyphenated suffixes from $TERM.
15719
15720 * files.el (normal-mode): Check boundness of font-lock-keywords.
15721
15722 2005-09-12 Richard M. Stallman <rms@gnu.org>
15723
15724 * progmodes/compile.el: Don't decide a file's directory
15725 until the user actually tries to go there.
15726 (compilation-next-error-function):
15727 Pass compilation-find-file the directory from the file-struct.
15728 (compilation-internal-error-properties): Separate local FILE-STRUCT
15729 from FILE. Doc the args better. Rename arg FMT to FMTS.
15730 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15731 Expand it, and if nil, use default-directory.
15732 (compilation-get-file-structure): Don't mix specified directory
15733 with default directory. Put specified directory into
15734 file-struct. Don't make the file name absolute.
15735
15736 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15737 (compile-command): Add autoload.
15738 (compilation-disable-input): Add autoload.
15739
15740 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15741
15742 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15743 strings of the variables it can override.
15744 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15745 %Q and %q, for fully-qualified domain name and unqualified host name.
15746
15747 2005-09-11 Kim F. Storm <storm@cua.dk>
15748
15749 * emacs-lisp/authors.el (authors-aliases): Update list.
15750 (authors-fixed-entries): Update mldrag.el entry.
15751
15752 2005-09-10 Alan Mackenzie <acm@muc.de>
15753
15754 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15755 from the region narrowed to.
15756
15757 2005-09-10 Magnus Henoch <mange@freemail.hu>
15758
15759 * textmodes/ispell.el (ispell-check-version): Signal an error if
15760 aspell version is less than 0.60.
15761
15762 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15763
15764 * progmodes/octave-inf.el (inferior-octave-startup):
15765 Resync current dir at the end.
15766
15767 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15768
15769 * woman.el (woman-topic-at-point-default):
15770 Rename to woman-use-topic-at-point-default.
15771 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15772 (woman-file-name): Reflect renames above. Automatically use the
15773 word at point as topic if woman-use-topic-at-point is non-nil.
15774 Otherwise offer it as default but don't insert it in the
15775 minibuffer. Also use `test-completion' instead of `assoc' as
15776 suggested by Stefan Monnier.
15777
15778 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15779
15780 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15781 the attempt to do it over Tramp. This is not yet supported.
15782
15783 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15784
15785 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15786 (menu-bar-non-minibuffer-window-p): New functions.
15787 ("Split Window", "Save As..."): Use them.
15788 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15789 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15790 Use menu-bar-menu-frame-live-and-visible-p.
15791 ("Save Buffer", "Insert File", "Open Directory...")
15792 ("Open File...", "Visit New File..."):
15793 Use menu-bar-non-minibuffer-window-p.
15794 (kill-this-buffer-enabled-p, dired <menu-enable>):
15795 Use menu-bar-non-minibuffer-window-p.
15796
15797 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15798
15799 * cus-start.el (all): Don't complain about fringe-related
15800 built-ins if fringes are not supported. Ditto about
15801 selection-related built-ins. Fix the test for GTK-related built-ins.
15802
15803 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15804 ("Postscript Print Buffer", "Print Region", "Save As...")
15805 ("Save", "Insert File...", "Open Directory...")
15806 ("Open File...", "Visit New File..."")
15807 ("Truncate Long Lines in this Buffer"): Don't look at
15808 menu-updating-frame if this display does not support multiple frames.
15809
15810 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15811
15812 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15813
15814 2005-09-09 Emilio Lopes <eclig@gmx.net>
15815
15816 * woman.el: Format- and whitespace-related changes.
15817
15818 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15819
15820 * woman.el: Fix my email address.
15821
15822 2005-09-08 Richard M. Stallman <rms@gnu.org>
15823
15824 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15825 (sh-mode): Locally set skeleton-pair-default-alist.
15826
15827 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15828
15829 * progmodes/flymake.el: Require `compile' unconditionally.
15830
15831 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15832
15833 * woman.el (woman-file-name): Provide a default, not initial input.
15834
15835 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15836
15837 * font-lock.el (font-lock-support-mode): Doc fix.
15838
15839 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15840
15841 2005-09-08 Richard M. Stallman <rms@gnu.org>
15842
15843 * simple.el (blink-matching-open): Get rid of text props from
15844 the string shown in echo area. Don't permanently set point.
15845 Some rearrangements.
15846
15847 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15848
15849 * recentf.el (recentf-filename-handler): Add custom choice
15850 `abbreviate-file-name'.
15851
15852 * msb.el (msb--very-many-menus): Fix typo.
15853
15854 * disp-table.el (standard-display-european): Don't set
15855 enable-multibyte-characters to nil.
15856
15857 2005-09-08 David Ponce <david@dponce.com>
15858
15859 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15860 (recentf-expand-file-name): Doc fix.
15861 (recentf-dialog-mode-map): Define digit shortcuts.
15862 (recentf--files-with-key): New variable.
15863 (recentf-show-digit-shortcut-filter): New function.
15864 (recentf-open-files-items): New function.
15865 (recentf-open-files): Use it.
15866 (recentf-open-file-with-key): New command.
15867
15868 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15869
15870 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15871 Suggested by Kim F. Storm.
15872 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15873 (Buffer-menu-make-sort-button): Use global keymap.
15874
15875 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15876
15877 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15878 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15879 necessary any longer with the remapped command.
15880 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15881 formatting time only.
15882
15883 * net/tramp.el (tramp-action-password)
15884 (tramp-multi-action-password): Compile the password prompt from
15885 `method', `user' and `host'. Sometimes it isn't obvious which
15886 password to enter, for example with remote files offered by
15887 recentf.el, or with multiple steps. Suggested by Robert Marshall
15888 <robert@chezmarshall.freeserve.co.uk>.
15889
15890 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15893 Fix regexp for when "s///" is at the beginning of line.
15894
15895 2005-09-07 Jay Belanger <belanger@truman.edu>
15896
15897 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15898 when in matrix mode.
15899
15900 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15901
15902 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15903 non-anonymous functions.
15904
15905 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15906
15907 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15908 when using a header line. Otherwise, use mouse-1-click-follows-link.
15909
15910 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15911 can't be moved; don't signal an error.
15912
15913 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15914
15915 * cus-theme.el (custom-theme-write-faces): Save the current face
15916 spec, not the defface spec.
15917
15918 * custom.el (custom-known-themes): Clarify meaning of "standard".
15919 (custom-push-theme): Save old values in the standard theme.
15920 (disable-theme): Correct typo.
15921 (custom-face-theme-value) Deleted unused function.
15922 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15923
15924 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15925
15926 * progmodes/compile.el (compilation-goto-locus): Take into account
15927 iconified frames when determining whether the buffer is
15928 already visible.
15929 Don't reset window height if the window already existed.
15930
15931 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15932
15933 * custom.el (load-theme): Rename from require-theme.
15934 Add interactive spec.
15935 (enable-theme): Rename from custom-enable-theme.
15936 Add interactive spec.
15937 (disable-theme): Rename from custom-disable-theme.
15938 Add interactive spec.
15939 (custom-make-theme-feature): Doc fix.
15940 (custom-theme-directory): Doc fix.
15941 (provide-theme): Call enable-theme.
15942
15943 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * obsolete/lazy-lock.el (lazy-lock-mode):
15946 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15947 font-lock-mode if it's off. Print a warning instead.
15948
15949 * progmodes/compile.el (compilation-start): Ignore errors if the
15950 process died before we get to send-eof.
15951
15952 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15953 Undo last change. Enclosing the result in quotes broke things on Unix
15954 since tex-send-command passes it through shell-quote-argument.
15955 (tex-send-command): Pass `file' through convert-standard-filename
15956 when possible.
15957 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15958 info in a transcript.
15959
15960 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15961
15962 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15963 fix compilation warning. Reorder the key definitions to group
15964 together keys emitted by the current version of xterm.
15965
15966 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15967 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15968 Reorder predicates to correct min-color usage.
15969
15970 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15971
15972 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15973 Kill local variables when longlines-mode is turned off.
15974
15975 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15976
15977 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15978
15979 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15980
15981 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15982
15983 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15984 (font-lock-lines-before): Change default to being inactive.
15985 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15986 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15987
15988 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15989
15990 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15991 Deactivate temporarily advice if active (not needed for Emacs 22,
15992 but for backwards compatibility).
15993 (tramp-exists-file-name-handler): Rewrite. First implementation
15994 was too simple.
15995 (tramp-advice-make-auto-save-file-name):
15996 Call `tramp-handle-make-auto-save-file-name' (again, just for
15997 backwards compatibility).
15998
15999 2005-08-31 Reto Zimmermann <reto@gnu.org>
16000
16001 * progmodes/vhdl-mode.el
16002 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16003 (vhdl-end-p): Fix indentation bug "else" after "-- when".
16004 (vhdl-set-default-project): New function (easier setting of default).
16005 (vhdl-port-copy): Handle extended identifiers for generics.
16006 (vhdl-compiler-alist): Better description for error message regexp.
16007 (vhdl-make): Query for target, use previous as default.
16008 (vhdl-port-copy): Fix port copy for port names starting with "signal".
16009 (vhdl-font-lock-keywords-2): Fix fontification for record
16010 el. assign.
16011 (vhdl-speedbar-make-subpack-line): Add package body link.
16012 (vhdl-generate-makefile-1): Not include itself as dependency.
16013 (vhdl-font-lock-init): Highlight c-preprocessor directives.
16014 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16015 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16016 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16017 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16018 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16019 (vhdl-import-project): Add string argument for `error'.
16020 (vhdl-compose-configuration)
16021 (vhdl-compose-configuration-architecture): Add configuration
16022 declaration generation.
16023 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16024 (vhdl-trailer-re): Add "record" keyword (better indentation).
16025 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16026 "[^ \t-\"]+".
16027 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16028 (vhdl-testbench-entity-file-name)
16029 (vhdl-testbench-architecture-file-name): Allow separate
16030 customization of testbench file names.
16031 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16032 (vhdl-get-visible-signals): Allow newline within alias declaration.
16033 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16034 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16035 (member-ignore-case): Alias for missing function in XEmacs.
16036 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16037 (vhdl-update-sensitivity-list): Ignore case on read signals.
16038 (vhdl-replace-string): Adjust case only for file names.
16039 (vhdl-update-sensitivity-list): Fix search for read signals.
16040 (vhdl-update-sensitivity-list): Exclude formal parameters.
16041 (vhdl-get-visible-signals): Include aliases of signals.
16042 (vhdl-get-visible-signals): Fix signal name searching.
16043 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16044 (vhdl-fixup-whitespace-region): Fix for character
16045 literals (e.g. `:').
16046
16047 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16048
16049 * ansi-color.el (comint-last-output-start):
16050 * bs.el (font-lock-verbose):
16051 * diff-mode.el (add-log-buffer-file-name-function):
16052 * dired-x.el (vm-folder-directory):
16053 * faces.el (help-xref-stack-item):
16054 * files.el (font-lock-keywords):
16055 * find-lisp.el (dired-buffers, dired-subdir-alist):
16056 * ido.el (cua-inhibit-cua-keys):
16057 * log-view.el (cvs-minor-wrap-function):
16058 * outline.el (font-lock-warning-face):
16059 * simple.el (compilation-current-error):
16060 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16061 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16062 * tooltip.el (comint-prompt-regexp):
16063 * w32-fns.el (explicit-shell-file-name):
16064 * term/mac-win.el (mac-charset-info-alist)
16065 (mac-services-selection, mac-system-script-code):
16066 * term/tty-colors.el (msdos-color-values):
16067 * term/w32-win.el (xlfd-regexp-registry-subnum):
16068 * term/x-win.el (x-keysym-table, x-selection-timeout)
16069 (x-session-id, x-session-previous-id):
16070 * textmodes/ispell.el (mail-yank-prefix):
16071 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16072 * textmodes/org.el (calc-embedded-close-formula)
16073 (calc-embedded-open-formula)
16074 (font-lock-unfontify-region-function):
16075 * textmodes/reftex-global.el (isearch-next-buffer-function)
16076 (TeX-master):
16077 * textmodes/reftex.el (font-lock-keywords):
16078 * textmodes/tex-mode.el (font-lock-comment-face)
16079 (font-lock-doc-face):
16080 * textmodes/texinfo.el (outline-heading-alist):
16081 Add defvars.
16082
16083 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16084 (artist-spray-chars, artist-mode-init, artist-replace-string)
16085 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16086 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16087 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16088
16089 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16090 (conf-align-assignments): "?\ " -> "?\s".
16091
16092 * textmodes/reftex-index.el (TeX-master): Add defvar.
16093 (reftex-index-phrases-marker): Move up defvar.
16094
16095 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16096 (reftex-toc-include-labels-indicator)
16097 (reftex-toc-include-index-indicator)
16098 (reftex-toc-max-level-indicator): Move up declarations.
16099
16100 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16101 of args to `tramp-run-real-handler', even if it's empty in this case.
16102
16103 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16104
16105 * dired.el (dired-move-to-filename-regexp): Add date format for
16106 Mac OS X 10.3 in East Asian locales.
16107
16108 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16109
16110 * files.el (make-auto-save-file-name): Add file name handler call
16111 if applicable.
16112
16113 * net/tramp.el (tramp-file-name-handler-alist)
16114 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16115 (tramp-handle-make-auto-save-file-name): Rename from
16116 `tramp-make-auto-save-file-name'.
16117 (tramp-exists-file-name-handler): New defun.
16118 (tramp-advice-make-auto-save-file-name): Make defadvice only when
16119 `make-auto-save-file-name' is not a magic file name operation.
16120
16121 2005-08-30 Richard M. Stallman <rms@gnu.org>
16122
16123 * files.el (risky-local-variable-p):
16124 Match `-predicates' and `-commands.
16125
16126 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16127 (custom-save-all): Visit the file if necessary;
16128 kill the buffer if we created it.
16129 (custom-save-delete): Don't visit file or kill buffer here.
16130
16131 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
16132
16133 * textmodes/org.el (org-special-keyword): New face.
16134 (org-table-copy-down, org-table-eval-formula)
16135 (org-table-recalculate, org-init-section-numbers):
16136 Use `string-to-number' instead of `string-to-int'.
16137 (org-get-location): Use `insert-buffer-substring' instead of
16138 `insert-buffer'.
16139 (org-modify-diary-entry-string): New function.
16140 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16141 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16142 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16143 active region.
16144 (org-export-as-html): Handle QUOTE keyword.
16145 (org-quote-string): New option.
16146 (org-bookmark-jump-unhide): New function, used for
16147 `bookmark-after-jump-hook'.
16148 (org-diary-default-entry): Apply only when not called through
16149 `org-agenda'.
16150
16151 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
16152
16153 * net/eudc.el (mode-popup-menu):
16154 * play/handwrite.el (ps-printer-name, ps-lpr-command):
16155 * progmodes/ada-mode.el (compile-auto-highlight)
16156 (skeleton-further-elements):
16157 * progmodes/autoconf.el (font-lock-syntactic-keywords):
16158 * progmodes/cmacexp.el (msdos-shells):
16159 * progmodes/compile.el (font-lock-extra-managed-props)
16160 (font-lock-keywords, font-lock-maximum-size)
16161 (font-lock-support-mode):
16162 * progmodes/grep.el (font-lock-lines-before):
16163 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16164 * progmodes/mixal-mode.el (compile-command):
16165 * progmodes/perl-mode.el (font-lock-comment-face)
16166 (font-lock-doc-face, font-lock-string-face):
16167 * progmodes/prolog.el (comint-prompt-regexp):
16168 * progmodes/sh-script.el (font-lock-comment-face)
16169 (font-lock-set-defaults, font-lock-string-face):
16170 * progmodes/sql.el (font-lock-keyword-face)
16171 (font-lock-set-defaults, font-lock-string-face):
16172 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16173 (itimer-version, lazy-lock-defer-contextually)
16174 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16175 Add defvars.
16176
16177 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16178 (cperl-electric-keyword, cperl-electric-pod)
16179 (cperl-electric-backspace, cperl-forward-re)
16180 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16181 (vc-rcs-header, vc-sccs-header): Add defvars.
16182
16183 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16184 (font-lock-syntactic-keywords, gud-find-expr-function):
16185 Add defvars.
16186
16187 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16188 (gdb-frame-parameters): Declare before use.
16189
16190 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16191 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16192 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16193 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16194
16195 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16196 (idlwave-help-with-source): Use `insert-buffer-substring', not
16197 `insert-buffer'.
16198
16199 2005-08-29 Juri Linkov <juri@jurta.org>
16200
16201 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16202 Put outline-back-to-heading function call inside save-excursion.
16203
16204 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16205
16206 * man.el (Man-init-defvars, Man-translate-references)
16207 (Man-support-local-filenames, Man-highlight-references):
16208 * progmodes/sql.el (sql-interactive-mode):
16209 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16210
16211 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16212 (compilation-mode-font-lock-keywords): Add defvars.
16213 (checkdoc-interactive-loop): "?\ " -> "?\s".
16214
16215 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16216 (font-lock-doc-face, font-lock-string-face)
16217 (font-lock-keywords-case-fold-search): Add defvars.
16218 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16219
16220 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16221 Don't pass X and Y (they are ignored anyway).
16222 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16223 (mouse-delete-window): Make arguments optional.
16224
16225 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16226 (caesar-translate-table, minor-modes, news-buffer-save)
16227 (news-group-name, news-minor-modes): Add defvars.
16228
16229 * emacs-lisp/lselect.el (mouse-highlight-priority)
16230 (x-lost-selection-functions, zmacs-regions):
16231 * emacs-lisp/pp.el (font-lock-verbose):
16232 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16233 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16234 (ses-mode-map):
16235 * emacs-lisp/tcover-unsafep.el (safe-functions):
16236 * international/mule-cmds.el (mac-system-coding-system)
16237 (mac-system-locale):
16238 * language/ethio-util.el (rmail-current-message)
16239 (rmail-message-vector):
16240 * language/thai-util.el (thai-auto-composition-mode):
16241 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16242 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16243 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16244 (vm-primary-inbox, vm-spool-files):
16245 * mail/rmail.el (deleted-head, font-lock-fontified)
16246 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16247 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16248 (total-messages):
16249 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16250 (rmail-summary-mode-map):
16251 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16252 (rmail-last-label, rmail-last-multi-labels)
16253 (rmail-summary-vector, rmail-total-messages):
16254 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16255 * mail/rmailsum.el (msgnum):
16256 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16257 (rmail-current-message):
16258 * obsolete/fast-lock.el (font-lock-face-list):
16259 * obsolete/rnewspost.el (mail-reply-buffer):
16260 * obsolete/scribe.el (compile-command):
16261 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16262
16263 2005-08-28 John Paul Wallington <jpw@gnu.org>
16264
16265 * ibuf-ext.el (ibuffer-auto-update-changed):
16266 Use `frame-or-buffer-changed-p' to check whether we need to update.
16267 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16268 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16269 as a `frame-or-buffer-changed-p' state vector instead.
16270
16271 2005-08-27 Romain Francoise <romain@orebokech.com>
16272
16273 * textmodes/makeinfo.el (makeinfo-compile):
16274 Use `compilation-start'. Set `next-error-function' according to
16275 `disable-errors'.
16276 (makeinfo-next-error): New function.
16277 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16278 (makeinfo-buffer): Likewise.
16279
16280 * progmodes/compile.el (compilation-start): Add autoload cookie.
16281
16282 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16283 * textmodes/sgml-mode.el: Likewise.
16284 * progmodes/python.el: Likewise.
16285
16286 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16287
16288 * simple.el (blink-matching-paren-distance): Document the meaning
16289 of nil value, and allow to customize to nil.
16290
16291 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16292 command.com, not command.exe.
16293
16294 2005-08-26 John Wiegley <johnw@newartisans.com>
16295
16296 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16297 code around a bit so that an extraneous nil argument is not added
16298 to a command when no args are given.
16299
16300 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16301 double-quoted argument resolves to nil, return it as an empty
16302 string rather than as nil. This made it impossible to pass "" to
16303 a shell script as a null string argument.
16304
16305 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16306
16307 * outline.el (outline-invent-heading): New fun.
16308 (outline-promote, outline-demote): Use it.
16309 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16310 (outline-end-of-subtree): Remove unused var `opoint'.
16311
16312 2005-08-26 David Reitter <david.reitter@gmail.com>
16313
16314 * menu-bar.el (truncate-lines, write-file, print-buffer)
16315 (ps-print-buffer-faces, ps-print-buffer, split-window):
16316 Disable menu items when the frame they refer to is invisible, or when
16317 they refer to a buffer and the minibuffer is selected.
16318
16319 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16320
16321 * progmodes/flymake.el (flymake-highlight-err-lines):
16322 Use save-excursion around flymake-highlight-line to preserve point.
16323
16324 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16325
16326 * progmodes/octave-mod.el: Change Author and Maintainer address.
16327 (octave-maintainer-address): Change Kurt's email address.
16328 * progmodes/octave-inf.el: Change Author and Maintainer address.
16329 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16330
16331 2005-08-26 Kim F. Storm <storm@cua.dk>
16332
16333 * subr.el (version-list-<, version-list-<=, version-list-=):
16334 Rename from integer-list-*.
16335 (version-list-not-zero): Likewise. Fix while loop.
16336 (version=): Use version-list-= instead of string-equal.
16337
16338 2005-08-26 Richard M. Stallman <rms@gnu.org>
16339
16340 * outline.el (outline-promote): Try shortening the heading.
16341 As last resort, read the heading to use.
16342 (outline-demote): As last resort, read the heading to use.
16343
16344 2005-08-26 Romain Francoise <romain@orebokech.com>
16345
16346 * progmodes/compile.el (compilation-start): Doc fix.
16347
16348 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16349 (antlr-font-lock-additional-keywords): Fix reference to
16350 `antlr-font-lock-literal-regexp' erroneously changed during the
16351 mass face rename.
16352 (antlr-run-tool): Use `compilation-start'.
16353
16354 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16355 instead of the obsolete `compile-internal'.
16356
16357 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16358
16359 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16360 (number, original-date):
16361 * calendar/cal-china.el (date):
16362 * calendar/cal-coptic.el (date):
16363 * calendar/cal-french.el (date):
16364 * calendar/cal-hebrew.el (date, entry, number, original-date):
16365 * calendar/cal-islam.el (date, number, original-date):
16366 * calendar/cal-iso.el (date):
16367 * calendar/cal-julian.el (date):
16368 * calendar/cal-mayan.el (date):
16369 * calendar/cal-menu.el (date, event):
16370 * calendar/cal-persia.el (date):
16371 * calendar/lunar.el (date):
16372 * calendar/solar.el (date): Add defvars.
16373
16374 * emerge.el:
16375 * ibuffer.el:
16376 * info-xref.el:
16377 * obsolete/bg-mouse.el:
16378 * obsolete/sun-curs.el:
16379 * obsolete/swedish.el: Move the `defvar's to the top level.
16380
16381 * smerge-mode.el (smerge-refined-change): Add :group.
16382
16383 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16384
16385 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16386 (smerge-keep-n): Remove props.
16387 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16388 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16389 now that it's done in smerge-keep-n.
16390 (smerge-refined-change): New face.
16391 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16392 (smerge-refine): New funs.
16393 (smerge-basic-map): Bind smerge-refine.
16394
16395 2005-08-25 Juri Linkov <juri@jurta.org>
16396
16397 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16398 compilation-process-setup-function and compilation-disable-input
16399 in grep-mode instead of let-bindings in grep.
16400
16401 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16402 Delete "Automatic File De/compression" (auto-compression-mode).
16403
16404 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16405
16406 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16407 Silence warning about non-existent variable.
16408
16409 2005-08-25 Richard M. Stallman <rms@gnu.org>
16410
16411 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16412 Rename "Describe Key" to "Describe Key or Mouse Operation".
16413
16414 * mail/mailalias.el (build-mail-aliases): Delete comments
16415 from the contents before processing them.
16416
16417 * isearch.el (isearch-edit-string): Erase the Search prompt
16418 if user enters an empty string and there is no default.
16419
16420 * comint.el (comint-file-name-prefix): Add autoload.
16421
16422 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16423
16424 * subr.el (play-sound): Rearrange to avoid warning.
16425
16426 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16427
16428 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16429 New hook.
16430 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16431
16432 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16433
16434 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16435
16436 * custom.el (custom-theme-set-variables): Sort minor modes last.
16437
16438 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16439
16440 * subr.el (version-separator, version-regexp-alist): New vars used by
16441 version comparison funs.
16442 (integer-list-<, integer-list-=, integer-list-<=)
16443 (integer-list-not-zero): New funs for integer list comparison.
16444 (version-to-list, version=, version<, version<=): New funs for version
16445 comparison.
16446
16447 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16448
16449 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16450 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16451 time to silence the byte-compiler.
16452
16453 * ibuffer.el (ibuffer-compile-make-eliding-form)
16454 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16455 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16456 so it's silly to get warnings for it).
16457 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16458 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16459 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16460 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16461 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16462 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16463 Defvar at compile time.
16464 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16465 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16466 Declare them before use.
16467
16468 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16469 (info-xref-good, info-xref-bad): Defvar at compile time.
16470
16471 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16472 Use `let*' instead of `let'.
16473
16474 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16475 (*mouse-y*, menu, char): Defvar at compile time.
16476 (sc::menu): Declare it before use.
16477 (sc::pack-one-line): Use `let', not `let*'.
16478
16479 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16480 (mail-send-hook): Defvar at compile time.
16481
16482 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16483 Defvar at compile time.
16484
16485 * term/sun-mouse.el (current-global-mousemap)
16486 (current-local-mousemap): Declare them before use.
16487
16488 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16489
16490 * bookmark.el (bookmark-after-jump-hook): New hook.
16491 (bookmark-jump): Run `bookmark-after-jump-hook'.
16492
16493 2005-08-23 Juri Linkov <juri@jurta.org>
16494
16495 * faces.el (minibuffer-prompt): Doc fix.
16496
16497 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16498
16499 * progmodes/xscheme.el: Trivial changes to silence warnings.
16500 (xscheme-previous-mode, xscheme-previous-process-state):
16501 Add defvars.
16502 (xscheme-last-input-end, xscheme-process-command-line)
16503 (xscheme-process-name, xscheme-buffer-name)
16504 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16505 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16506 (xscheme-control-g-synchronization-p)
16507 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16508 (default-xscheme-runlight, xscheme-runlight)
16509 (xscheme-runlight-string, xscheme-process-filter-state)
16510 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16511 Move to beginning of file.
16512 (scheme-interaction-mode-commands-alist)
16513 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16514 Declare them before use. Note: the initialization code for the
16515 variables has not been moved because it uses functions that reference
16516 the variables.
16517 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16518 (xscheme-prompt-for-expression-map): Declare them before use.
16519 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16520
16521 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16522
16523 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16524
16525 2005-08-22 Juri Linkov <juri@jurta.org>
16526
16527 * faces.el (set-face-underline): Delete this duplicate function
16528 and make an obsolete alias to set-face-underline-p.
16529 (set-face-underline-p): Use docstring of set-face-underline.
16530 (describe-face): Create hyperlink to parent face.
16531
16532 * info.el (Info-insert-dir): Use save-excursion around
16533 insert-buffer-substring.
16534 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16535 (Info-escape-percent): Delete function.
16536 (Info-fontify-node): Replace Info-escape-percent by
16537 replace-regexp-in-string with REP arg set to lambda that
16538 duplicates `%' and preserves text properties.
16539
16540 * progmodes/compile.el (compilation-disable-input): Doc fix.
16541 (define-compilation-mode): Doc fix and refill.
16542 (kill-compilation): Use `mode-name' in the error message.
16543 (compilation-find-file): Use `compilation-error' in the
16544 read-file-name's prompt.
16545
16546 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16547
16548 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16549 (smerge-auto-leave): Make undo re-enable the mode.
16550 (debug-ignored-errors): Add the user-error of impossible resolution.
16551 (smerge-resolve): Move things around a bit, in preparation for later.
16552 (smerge-diff): Don't fail if the buffer has no associated file.
16553 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16554 (smerge-conflict-overlay): New function.
16555 (smerge-match-conflict): Don't add text properties here.
16556 (smerge-find-conflict): Instead, add an overlay here.
16557 Also check for the case where we're inside a conflict already, so as to
16558 obviate the need for font-lock-multiline, which is unbearably slow with
16559 large conflicts and ciomplex font-lock patterns.
16560 (smerge-remove-props): Remove overlay rather than text-properties.
16561 (smerge-mode): Don't set font-lock-multiline.
16562 Remove overlays when turned off.
16563
16564 2005-08-21 Kim F. Storm <storm@cua.dk>
16565
16566 * ido.el (ido-ignore-item-p): Use save-match-data.
16567 Bind case-fold-search to ido-case-fold locally.
16568
16569 2005-08-20 Richard M. Stallman <rms@gnu.org>
16570
16571 * files.el (normal-mode): If font lock is on, turn it off and on.
16572
16573 * subr.el (replace-regexp-in-string): Doc fix.
16574
16575 * startup.el (command-line-1): Don't suppress startup screen
16576 due to existing processes.
16577
16578 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16579
16580 * progmodes/compile.el (compilation-disable-input): Default to nil.
16581
16582 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16583
16584 * progmodes/compile.el (compilation-disable-input): New defcustom.
16585 (compilation-start): If compilation-disable-input is non-nil, send
16586 EOF to the compilation process.
16587
16588 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16589
16590 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16591 Run the argument of tex-shell-cd-command through
16592 convert-standard-filename, to get the correct style of slashes on
16593 Windows, and enclose the result in quotes, in case the file name
16594 includes whitespace or other special characters.
16595
16596 2005-08-19 Andreas Schwab <schwab@suse.de>
16597
16598 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16599 process.
16600
16601 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16602
16603 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16604
16605 2005-08-18 Kim F. Storm <storm@cua.dk>
16606
16607 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16608
16609 2005-08-18 Richard M. Stallman <rms@gnu.org>
16610
16611 * scroll-lock.el: New file.
16612
16613 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16614
16615 * dired.el (dired-move-to-end-of-filename):
16616 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16617
16618 2005-08-18 Kim F. Storm <storm@cua.dk>
16619
16620 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16621 rather than toggle mode when custom value is nil.
16622 (ido-everywhere): Fix defun doc string.
16623
16624 2005-08-17 Richard M. Stallman <rms@gnu.org>
16625
16626 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16627 as tag instead of "Inviolable".
16628
16629 2005-08-17 Kim F. Storm <storm@cua.dk>
16630
16631 * windmove.el (windmove-coordinates-of-position): Remove.
16632 (windmove-coordinates-of-window-position): Remove.
16633 (windmove-reference-loc): Use posn-at-point instead.
16634
16635 * subr.el (insert-for-yank-1): Doc fix.
16636
16637 * ido.el (ido-enter-matching-directory): Rename from
16638 ido-enter-single-matching-directory. Change `slash' choice to
16639 `only'. Add `first' choice.
16640 (ido-exhibit): Adapt to above changes.
16641
16642 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16643
16644 * Makefile.in: Expand comment about building loaddefs.el.
16645
16646 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16647
16648 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16649 Comment use of defadvice.
16650
16651 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16652
16653 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16654
16655 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16656 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16657 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16658 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16659 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16660 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16661 for backward compatibility for faces that did not appear in the
16662 previous Emacs release.
16663
16664 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16665
16666 2005-08-15 Kim F. Storm <storm@cua.dk>
16667
16668 * emulation/cua-base.el (cua-delete-region): Return t if
16669 deleted region was non-empty.
16670 (cua-replace-region): Inhibit overwrite-mode for
16671 self-insert-command if replaced region was non-empty.
16672 (cua--explicit-region-start, cua--status-string): Make them
16673 buffer-local at top-level...
16674 (cua-mode): ...rather than when mode is enabled.
16675
16676 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16677
16678 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16679 Set t for Emacs 21, 22, and so on.
16680
16681 2005-08-15 David Ponce <david@dponce.com>
16682
16683 * tree-widget.el: Update Commentary header.
16684 (tree-widget-theme): Doc fix.
16685 (tree-widget-space-width): New option.
16686 (tree-widget-image-properties): Look up in the default theme too.
16687 (tree-widget--cursors): Only for images with arrow pointer shape.
16688 (tree-widget-lookup-image): Pointer shape is hand by default.
16689 (tree-widget-icon): Rename generic icon widget from
16690 `tree-widget-control'.
16691 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16692 derive from `tree-widget-icon'.
16693 (tree-widget-handle): Improve default look and feel of the text
16694 representation.
16695 (tree-widget): Rename :*-control properties to :*-icon properties.
16696 Add :action and :help-echo properties.
16697 (tree-widget-after-toggle-functions): Move.
16698 (tree-widget-close-node, tree-widget-open-node): Remove.
16699 (tree-widget-before-create-icon-functions): New hook.
16700 (tree-widget-value-create): Update to allow customization of icons
16701 and nodes at run-time via that new hook.
16702 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16703 (tree-widget-icon-action, tree-widget-icon-help-echo)
16704 (tree-widget-action, tree-widget-help-echo): New functions.
16705
16706 2005-08-15 Kim F. Storm <storm@cua.dk>
16707
16708 * ido.el (ido-buffer-internal): Use with-no-warnings.
16709 (ido-make-merged-file-list): Use while-no-input.
16710
16711 2005-08-15 Richard M. Stallman <rms@gnu.org>
16712
16713 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16714 (flyspell-large-region): Fix doc and custom type.
16715
16716 2005-08-14 Richard M. Stallman <rms@gnu.org>
16717
16718 * files.el (interpreter-mode-alist): Doc fix.
16719
16720 * mail/rmail.el (rmail-nonignored-headers): New variable.
16721 (rmail-clear-headers): Use it.
16722 (rmail-reply): Better handling of mail-followup-to header.
16723
16724 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16725 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16726 don't try to refer to executable-font-lock-keywords.
16727 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16728 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16729 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16730 (sh-mode): Set comment-start-skip, local-abbrev-table,
16731 imenu-case-fold-search.
16732 (sh-set-shell): Don't set them here.
16733 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16734 Don't cache the results in the original alist; don't ever modify
16735 that alist.
16736
16737 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16738
16739 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16740 empty.
16741
16742 2005-08-15 Andreas Schwab <schwab@suse.de>
16743
16744 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16745
16746 * dired.el, info.el, mail/rmail.el: Revert last change.
16747
16748 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16749
16750 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16751 modification in `eval-after-load' form.
16752 * info.el: Likewise.
16753 * mail/rmail.el: Likewise.
16754
16755 2005-08-14 Juri Linkov <juri@jurta.org>
16756
16757 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16758 Remove highlighting of "Compilation started". Highlight only
16759 the word "finished" in "Compilation finished". Add highlighting
16760 of "interrupt", "killed", "terminated" and the exit code.
16761 (compilation-start): Add newline after header. Use exactly the
16762 same time stamp format as the finishing message.
16763 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16764
16765 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16766 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16767 Add highlighting of "interrupt", "killed", "terminated".
16768
16769 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16770 enabled and the current command is self-insert-command, call it
16771 explicitly with overwrite-mode bound to nil, to not allow it
16772 to delete the character after the selected region.
16773
16774 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16775
16776 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16777 move-end-of-line, end-of-line, and beginning-of-line to the list
16778 of commands after which the echo area is updated.
16779
16780 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16781
16782 * cus-edit.el (custom-save-all, custom-save-delete):
16783 Bind recentf-exclude to exclude custom-file.
16784
16785 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16786
16787 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16788 to go to the bottom of the mail message. Added to
16789 `rmail-summary-mode-map' with key "/".
16790 (rmail-summary-show-message): New (internal) function for use by
16791 both `rmail-summary-beginning/end-of-message'.
16792 (rmail-summary-beginning-of-message): Change to use
16793 rmail-summary-show-message.
16794
16795 * mail/rmail.el (rmail-end-of-message): New command to go to the
16796 end of the current message. Added to `rmail-mode-map' with key "/".
16797 (rmail-beginning-of-message): Fix to work as documented.
16798 (rmail-mode): Change documentation.
16799
16800 * progmodes/compile.el (compilation-start): Add the line
16801 "Compilation started" with compilation start time.
16802 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16803
16804 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16805
16806 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16807 of menu items.
16808
16809 2005-08-11 Richard M. Stallman <rms@gnu.org>
16810
16811 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16812
16813 * battery.el (battery-status-function): Don't use ignore-errors.
16814
16815 2005-08-11 Lute Kamstra <lute@gnu.org>
16816
16817 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16818 define-obsolete-variable-alias.
16819
16820 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16823 (ange-ftp-send-cmd): Revert last change, and expand
16824 the comment explaining the problem.
16825
16826 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16827
16828 * ldefs-boot.el: Update.
16829
16830 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16831 item to "Time, Load and Mail". Change help echo text.
16832
16833 * time.el (display-time-use-mail-icon, display-time-format)
16834 (display-time-string-forms): Shorten first line of docstrings.
16835
16836 2005-08-10 Lars Hansen <larsh@soem.dk>
16837
16838 * desktop.el (desktop-buffer-mode-handlers):
16839 Make non-customizable. Add autoload cookie. Change initial value to
16840 nil; add elements in respective modules instead. Fix doc string.
16841 (desktop-load-file): New function.
16842 (desktop-minor-mode-handlers): New autoloaded variable.
16843 (desktop-create-buffer): Call minor mode handlers.
16844 Use desktop-load-file to load major and minor mode modules prior to
16845 checking for a handler.
16846 (desktop-save): Don't add nil to desktop-minor-modes for minor
16847 modes with nil function in desktop-minor-mode-table. Don't delete
16848 desktop file before rewriting it.
16849 (desktop-locals-to-save): Add autoload cookie. Don't make
16850 automatically buffer-local. Add variables column-number-mode,
16851 size-indication-mode, indent-tabs-mode,
16852 indicate-buffer-boundaries, indicate-empty-lines and
16853 show-trailing-whitespace.
16854 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16855 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16856 (desktop-clear-preserve-buffers-regexp): Delete.
16857 (desktop-clear-preserve-buffers): Update initial value and docstring.
16858 (desktop-save-buffer): Fix doc string.
16859
16860 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16861 (hilit-chg-desktop-restore): New function.
16862 (highlight-changes-mode): Add highlight-changes-mode to
16863 desktop-locals-to-save.
16864
16865 * dired.el: Add handler to desktop-buffer-mode-handlers.
16866 (dired-restore-desktop-buffer): Remove autoload cookie.
16867 (dired-mode): Add autoload cookie.
16868
16869 * info.el: Add handler to desktop-buffer-mode-handlers.
16870 (Info-restore-desktop-buffer): Remove autoload cookie.
16871 (Info-mode): Add autoload cookie.
16872
16873 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16874 (mh-restore-desktop-buffer): Remove autoload cookie.
16875 (mh-folder-mode): Add autoload cookie.
16876
16877 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16878 (rmail-restore-desktop-buffer): Remove autoload cookie.
16879
16880 2005-08-11 Masatake YAMATO <jet@gyve.org>
16881
16882 * hexl.el (hexl-address-region):
16883 (hexl-ascii-region, hexl-font-lock-keywords):
16884 (hexl-highlight-line-range): Use the term "region"
16885 instead of "area" for consistency with the other symbols
16886 defined in hexl.el.
16887
16888 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16889
16890 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16891 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16892 out by Juri Linkov). Add `display-battery-mode'.
16893
16894 2005-08-09 Juri Linkov <juri@jurta.org>
16895
16896 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16897 Remove `-text' from face variable names.
16898 (compilation-error-file-name, compilation-warning-file-name)
16899 (compilation-info-file-name): Delete faces.
16900 (compilation-line-number, compilation-column-number):
16901 Remove face underlining.
16902 (compilation-message-face): Set to `underline' value by default.
16903 (compilation-error-face, compilation-warning-face)
16904 (compilation-info-face): Remove `-file-name' from face names.
16905 (compilation-error-text-face, compilation-warning-text-face)
16906 (compilation-info-text-face): Delete face variables.
16907 (compilation-text-face): Delete function.
16908
16909 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16910 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16911 (grep-error-face): Set to `compilation-error' instead of
16912 `compilation-error-face' (which is redefined to `grep-hit-face' in
16913 grep buffers).
16914 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16915 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16916
16917 * dired-aux.el (dired-do-query-replace-regexp):
16918 Use `query-replace-read-args'.
16919
16920 * replace.el (query-replace-read-from, query-replace-read-to)
16921 (query-replace-read-args): Rename arg `string' to `prompt'.
16922
16923 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16924
16925 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16926
16927 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16928 uploading files.
16929 (ange-ftp-canonize-filename): Handle file names beginning with ~
16930 correctly.
16931
16932 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16933
16934 * textmodes/fill.el (canonically-space-region)
16935 (fill-context-prefix, fill-french-nobreak-p)
16936 (fill-delete-newlines, fill-comment-paragraph)
16937 (justify-current-line): "?\ " -> "?\s".
16938
16939 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16940
16941 * textmodes/fill.el (fill-nonuniform-paragraphs):
16942 Improve argument/docstring consistency.
16943
16944 2005-08-09 Richard M. Stallman <rms@gnu.org>
16945
16946 * textmodes/ispell.el (ispell-word): More fboundp checks.
16947
16948 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16949 (find-file-noselect-1): Call it here, only if RAWFILE.
16950 (normal-mode): Always set some major mode.
16951 (save-some-buffers-action-alist): Change some explanation strings.
16952 (file-name-non-special): In the `quote' method, use unwind-protect.
16953
16954 2005-08-09 Magnus Henoch <mange@freemail.hu>
16955
16956 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16957 (ispell-have-aspell-dictionaries): New variable.
16958 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16959 (ispell-get-aspell-config-value): New function.
16960 (ispell-aspell-find-dictionary): New function.
16961 (ispell-aspell-add-aliases): New function.
16962 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16963 appropriate. Don't look for ispell dictionaries if we use aspell.
16964 (ispell-menu-map): Don't build a submenu of dictionaries.
16965
16966 2005-08-09 Richard M. Stallman <rms@gnu.org>
16967
16968 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16969 (sql-read-passwd): Use read-passwd.
16970
16971 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16972 (idlwave-toolbar-is-possible): Add defvars.
16973
16974 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16975 Avoid warnings.
16976
16977 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16978 (idlwave-system-class-info, idlwave-executive-commands-alist):
16979 Use defvar.
16980
16981 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16982
16983 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16984 Avoid warnings.
16985
16986 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16987 and content-type: headers.
16988
16989 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16990
16991 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16992 and rename some of them to be more self-explanatory.
16993
16994 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16995
16996 * startup.el (command-line-1): Implement -scriptload.
16997
16998 * replace.el (occur-engine): Initial *Occur* output not undoable.
16999
17000 * menu-bar.el (menu-bar-file-menu): Rename some menu items
17001 and improve help strings.
17002
17003 * isearch.el (isearch-repeat): When changing direction,
17004 mark search successful.
17005
17006 * ediff-init.el: Use (featurep 'xemacs).
17007
17008 * comint.el (send-invisible): Identify buffer, if not selected.
17009
17010 * align.el: Delete autoload for c-guess-basic-syntax.
17011
17012 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17013
17014 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17015 Improve argument/docstring consistency. Doc fixes.
17016 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17017 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17018 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17019 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17020 (r2bv-organization, r2bv-pages, r2bv-primary-author)
17021 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17022 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17023 Defvar at compile time.
17024
17025 2005-08-09 Juri Linkov <juri@jurta.org>
17026
17027 * info.el: Replace `info' with upper-case `Info' where appropriate.
17028 (info-title-1, info-title-2, info-title-3, info-title-4)
17029 (info-menu-header): Move up face definitions.
17030 (info-menu-star): Rename from `info-menu-5'.
17031 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17032 (Info-fontify-visited-nodes): Fix docstring.
17033 (Info-hide-note-references): Fix docstring.
17034 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17035 menu items in the same way as on cross-references.
17036 (info-apropos): Fix sorting order and formatting to be like in the
17037 stand-alone Info browser. Display error messages for 1 sec.
17038 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
17039 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17040 from the menu bar.
17041 (Info-insert-dir): Restore point after calling
17042 `insert-buffer-substring'.
17043
17044 2005-08-08 Richard M. Stallman <rms@gnu.org>
17045
17046 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17047 (recompute-lucid-menubar): Add defvars.
17048
17049 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17050
17051 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17052
17053 * net/net-utils.el (run-dig): Rename from `dig'.
17054
17055 * play/gametree.el (gametree-mode): Use make-local-variable,
17056 not make-variable-buffer-local.
17057
17058 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17059
17060 * ansi-color.el (ansi-color-make-extent)
17061 (ansi-color-set-extent-face): Use fboundp, not functionp.
17062
17063 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17064 not make-variable-buffer-local.
17065
17066 * bookmark.el (Info-current-file): Add defvar.
17067 (bookmark-jump-noselect): Use with-no-warnings.
17068
17069 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17070
17071 * ebuff-menu.el (Helper-return-blurb): Add defvar.
17072
17073 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17074
17075 * find-file.el (ada-procedure-start-regexp)
17076 (ada-package-start-regexp): Add defvars.
17077
17078 * info.el (Info-insert-dir): Use insert-buffer-substring.
17079
17080 * xml.el (xml-att-def-re): Add defvar.
17081
17082 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17083 calling convention.
17084
17085 * subr.el (while-no-input): Return t if there is input.
17086
17087 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
17088
17089 * cus-start.el (all): Add `overflow-newline-into-fringe'.
17090
17091 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
17092
17093 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17094 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17095
17096 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
17097
17098 * cmuscheme.el (scheme-start-file): Replace reference to
17099 `user-emacs-directory' by "~/.emacs.d/".
17100
17101 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
17102
17103 * info.el (Info-dir-remove-duplicates): Avoid case folding
17104 in loop; instead, keep downcased strings for comparison.
17105 Suggested by Helmut Eller.
17106
17107 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
17108
17109 Sync with Tramp 2.0.50.
17110
17111 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17112 XEmacs case; not necessary anymore.
17113 (tramp-user-regexp): Allow "@" as part of user name.
17114 (tramp-handle-set-visited-file-modtime)
17115 (tramp-handle-insert-file-contents)
17116 (tramp-handle-write-region): No special handling for
17117 `last-coding-system-used, because this is done in
17118 `tramp-accept-process-output' now.
17119 (tramp-accept-process-output): New defun.
17120 (tramp-process-one-action, tramp-process-one-multi-action)
17121 (tramp-wait-for-regexp, tramp-wait-for-output)
17122 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
17123 Howells <dhowells@redhat.com>.
17124 (clear-visited-file-modtime): Defadvice removed. The check for
17125 unset buffer's modtime does not need to be based on
17126 `tramp-buffer-file-attributes'. Suggested by RMS.
17127 (tramp-message): Insert "\n" if not being at beginning of line.
17128 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17129 sequence with same logic.
17130 (tramp-completion-handle-expand-file-name): Discard call of
17131 `tramp-drop-volume-letter'. It is not necessary, and there have
17132 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17133 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17134 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17135 should always be visible.
17136 (tramp-handle-insert-directory, tramp-setup-complete)
17137 (tramp-set-process-query-on-exit-flag)
17138 (tramp-append-tramp-buffers): Pacify byte-compiler.
17139 (tramp-bug): Delete non-existing variables from list.
17140 Apply `tramp-load-report-modules' as pre-hook.
17141 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17142 `shell-prompt-pattern' because of non-7bit characters.
17143 Reported by Sebastian Luque <sluque@mun.ca>.
17144 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17145 (tramp-match-string-list): Remove function.
17146 (tramp-wait-for-regexp): Remove call of that function.
17147 Suggested by Kim F. Storm <storm@cua.dk>.
17148 (tramp-set-auto-save-file-modes): Use octal integer code #o600
17149 instead of octal character code ?\600. The latter resulted in a
17150 syntax error with XEmacs.
17151
17152 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17153 XEmacs case; not necessary anymore.
17154 (tramp-smb-handle-write-region): No special handling for
17155 `last-coding-system-used, because this is done in
17156 `tramp-accept-process-output' now.
17157 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17158
17159 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
17160
17161 * wid-edit.el (widget-choice-value-create):
17162 Unconditionally respect user choice. Set :explicit-choice back to nil
17163 when no longer needed.
17164 (widget-choice-action): Unconditionally respect user choice.
17165 Eliminate :explicit-choice-value.
17166
17167 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17168
17169 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17170 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17171 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17172 running new function `toggle-indicate-empty-lines'.
17173 Rename "Customize" item to "Customize fringe".
17174 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17175 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17176 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17177 Delete "Empty lines only" item.
17178 (menu-bar-showhide-fringe-ind-customize): New function.
17179 (menu-bar-showhide-fringe-ind-mixed)
17180 (menu-bar-showhide-fringe-ind-box)
17181 (menu-bar-showhide-fringe-ind-right)
17182 (menu-bar-showhide-fringe-ind-left)
17183 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17184 instead of `fringe-indicators'.
17185
17186 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17187
17188 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17189 Change the date of last update.
17190
17191 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17192
17193 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17194 (viper-exec-yank, viper-put-back): Don't display modification msg
17195 if in the minibuffer.
17196
17197 * viper-init.el (viper-replace-overlay-cursor-color)
17198 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17199 Make variables frame local.
17200
17201 * viper-util.el (viper-append-filter-alist): Use append instead of
17202 nconc.
17203
17204 * viper.el (viper-vi-state-mode-list)
17205 (viper-emacs-state-mode-list): Move help-mode and
17206 completion-list-mode from the first list to the second.
17207 (viper-mode): Docstring.
17208 (viper-go-away, viper-non-hook-settings): Don't localize
17209 minor-mode-alist in newer Emacsen. Add advice to
17210 set-cursor-color. Don't bind "\C-c\\".
17211
17212 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17213
17214 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17215 (scheme-macro-expand-command): New user options.
17216 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17217 (scheme-form-at-point, scheme-start-file)
17218 (scheme-interactively-start-process): New functions.
17219 (scheme-get-process): New function, extracted from `scheme-proc'.
17220 (run-scheme): Call `scheme-start-file' to get start file, and pass
17221 it to `make-comint'.
17222 (switch-to-scheme, scheme-proc):
17223 Call `scheme-interactively-start-process' if no Scheme buffer/process
17224 is available.
17225
17226 2005-08-06 Juri Linkov <juri@jurta.org>
17227
17228 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17229 Use `compilation-text-face', `compilation-info-text-face' and
17230 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17231 (compilation-error): New face.
17232 (compilation-error-file-name): Inherit from
17233 `compilation-error' instead of `font-lock-warning-face'.
17234 (compilation-warning-file-name): Inherit from
17235 `compilation-warning' instead of `font-lock-warning-face'.
17236 (compilation-info, compilation-error-file-name)
17237 (compilation-warning-file-name, compilation-info-file-name)
17238 (compilation-line-number, compilation-column-number): Doc fix.
17239 (compilation-error-text-face, compilation-warning-text-face)
17240 (compilation-info-text-face): New face variables.
17241 (compilation-line-face, compilation-column-face)
17242 (compilation-enter-directory-face)
17243 (compilation-leave-directory-face): Doc fix.
17244 (compilation-text-face): New function.
17245
17246 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17247 instead of 1 to display binary file names as info file links.
17248 (grep-error-face): Use `compilation-error-face' instead of
17249 `font-lock-keyword-face'.
17250 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17251 and `compilation-warning-text-face' instead of
17252 `font-lock-keyword-face'. Use `compilation-error-text-face'
17253 instead of `grep-error-face'.
17254
17255 2005-08-05 Kenichi Handa <handa@m17n.org>
17256
17257 * international/code-pages.el: Add autoload cookies for all coding
17258 systems.
17259
17260 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17261
17262 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17263
17264 2005-08-04 Juri Linkov <juri@jurta.org>
17265
17266 * progmodes/compile.el (compilation-mode-map):
17267 * progmodes/grep.el (grep-mode-map):
17268 Bind TAB to `compilation-next-error' and [backtab] to
17269 `compilation-previous-error'.
17270
17271 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17272 matching line numbers, column numbers and their ranges with regexp
17273 matching only line numbers.
17274 (grep-context-face): New face variable.
17275 (grep-mode-font-lock-keywords): Use it.
17276
17277 * faces.el (read-face-name): Delete duplicate faces.
17278
17279 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17280
17281 * thumbs.el (thumbs-find-image): Don't make variables
17282 automatically buffer local.
17283 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17284 (thumbs-image-num): Make automatically buffer local.
17285 (thumbs-show-thumbs-list): Use `make-local-variable', not
17286 `make-variable-buffer-local'.
17287 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17288
17289 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17290 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17291 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17292 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17293 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17294 (feelings-about, foullst, found, hello, history, howareyoulst)
17295 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17296 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17297 (neglst, obj, object, owner, please, problems, qlist)
17298 (random-adjective, relation, remlst, repetitive-shortness)
17299 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17300 (shortlst, something, sportslst, stallmanlst, states, subj)
17301 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17302 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17303 Defvar at compile time.
17304
17305 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17306 not `make-variable-buffer-local'.
17307
17308 2005-08-02 Kim F. Storm <storm@cua.dk>
17309
17310 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17311 rectangle overlay in selected window.
17312
17313 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17314
17315 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17316 instead of display group. Make `indicate-buffer-boundaries'
17317 customizable through Custom.
17318
17319 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17320
17321 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17322 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17323 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17324 (gdb-put-string): Fix typos in docstrings.
17325
17326 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17327
17328 Update copyright notices of files in progmodes directory for
17329 release of Emacs 22.1.
17330
17331 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17332
17333 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17334 Don't barf if the GUD buffer has been killed.
17335
17336 2005-08-01 Kim F. Storm <storm@cua.dk>
17337
17338 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17339
17340 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17341
17342 * simple.el (next-error-follow-minor-mode):
17343 make-variable-buffer-local -> make-local-variable.
17344
17345 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17346
17347 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17348 (byte-compile-form-make-variable-buffer-local): New functions to warn
17349 about misuses of make-variable-buffer-local where make-local-variable
17350 was meant.
17351
17352 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17353
17354 * bs.el (bs-attributes-list): Doc fix.
17355 (bs): Update url-link.
17356
17357 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17358 (desktop-load-default): Simplify.
17359
17360 * ibuffer.el (ibuffer-columnize-and-insert-list)
17361 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17362 (ibuffer-unmark-all, ibuffer-toggle-marks)
17363 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17364 (ibuffer-compile-make-format-form, ibuffer-format-column)
17365 (ibuffer-current-buffers-with-marks)
17366 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17367 (ibuffer): Doc fix.
17368 (ibuffer-mode): Fix typo in docstring.
17369 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17370 with `define-obsolete-variable-alias'.
17371 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17372
17373 2005-07-29 Kenichi Handa <handa@m17n.org>
17374
17375 * international/mule-cmds.el (select-message-coding-system):
17376 Be sure to use LF for end-of-line. If no coding system is decided,
17377 return iso-8859-1-unix.
17378
17379 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17380
17381 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17382 (ange-ftp-pending-error-line): New vars.
17383 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17384 to handle the non-fatal no-route-to-host messages.
17385 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17386
17387 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17388
17389 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17390 (isearch-quote-char, isearch-printing-char)
17391 (isearch-text-char-description): "?\ " -> "?\s".
17392 (isearch-lazy-highlight-cleanup)
17393 (isearch-lazy-highlight-initial-delay)
17394 (isearch-lazy-highlight-interval)
17395 (isearch-lazy-highlight-max-at-a-time)
17396 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17397 Declare with define-obsolete-*-alias macros.
17398 (isearch-forward): Fix typo in docstring.
17399 (search-invisible, search-ring-yank-pointer)
17400 (regexp-search-ring-yank-pointer): Doc fixes.
17401
17402 * recentf.el (recentf-menu-append-commands-p): Declare with
17403 `define-obsolete-variable-alias'.
17404 (recentf-max-saved-items, recentf-menu-filter)
17405 (recentf-arrange-by-rule-subfilter): Doc fixes.
17406 (recentf-menu-append-commands-flag)
17407 (recentf-initialize-file-name-history, recentf-expand-file-name)
17408 (recentf-clear-data): Fix typos in docstrings.
17409
17410 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17411
17412 * progmodes/gdb-ui.el: Smarten comments.
17413 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17414
17415 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17416
17417 * term/apollo.el (terminal-init-apollo): New function containing
17418 all former top level forms in the file.
17419 * term/bobcat.el (terminal-init-bobcat):
17420 * term/cygwin.el (terminal-init-cygwin):
17421 * term/iris-ansi.el (terminal-init-iris-ansi):
17422 * term/linux.el (terminal-init-linux):
17423 * term/news.el (terminal-init-news):
17424 * term/rxvt.el (terminal-init-rxvt):
17425 * term/sun.el (terminal-init-sun):
17426 * term/tvi970.el (terminal-init-tvi970):
17427 * term/vt100.el (terminal-init-vt100):
17428 * term/vt102.el (terminal-init-vt102):
17429 * term/vt125.el (terminal-init-vt125):
17430 * term/vt200.el (terminal-init-vt200):
17431 * term/vt201.el (terminal-init-vt201):
17432 * term/vt220.el (terminal-init-vt220):
17433 * term/vt240.el (terminal-init-vt240):
17434 * term/vt300.el (terminal-init-vt300):
17435 * term/vt320.el (terminal-init-vt320):
17436 * term/vt400.el (terminal-init-vt400):
17437 * term/vt420.el (terminal-init-vt420):
17438 * term/wyse50.el (terminal-init-wyse50):
17439 * term/xterm.el (terminal-init-xterm): Likewise.
17440
17441 * term/README: Describe the terminal-init-* functionality.
17442
17443 * startup.el (command-line): After loading the terminal initialization
17444 file call the corresponding terminal initialization function.
17445
17446 2005-07-27 Kenichi Handa <handa@m17n.org>
17447
17448 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17449 negative.
17450
17451 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17452 (ps-mule-composition-prologue): Fix for the case that
17453 RelativeCompose is false.
17454
17455 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17458
17459 * descr-text.el (describe-char): Handle the case where the list of
17460 chars is displayed in a separate frame.
17461 Be a bit more discriminating when looking for the char.
17462
17463 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17464
17465 * bookmark.el (bookmark-automatically-show-annotations)
17466 (bookmark-read-annotation-text-func): Doc fixes.
17467 (bookmark-save): Improve argument/docstring consistency.
17468 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17469 (bookmark-alist-from-buffer)
17470 (bookmark-upgrade-file-format-from-0)
17471 (bookmark-grok-file-format-version)
17472 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17473 (bookmark-read-annotation-mode)
17474 (bookmark-insert-current-bookmark, bookmark-jump)
17475 (bookmark-exit-hook): Fix typos in docstrings.
17476 (bookmark-exit-hooks): Define as obsolete alias.
17477 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17478 not `bookmark-exit-hooks'. Fix docstring.
17479 (bookmark-bmenu-select): "?\ " -> "?\s".
17480
17481 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17482
17483 * startup.el (command-line): Fix typo.
17484
17485 2005-07-24 Richard M. Stallman <rms@gnu.org>
17486
17487 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17488 not emacs-quick-startup.
17489
17490 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17491
17492 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17493 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17494 instead of `reb-with-current-window'.
17495 (reb-prev-match): Likewise. Also, don't move left if the search
17496 was unsuccessful.
17497 (reb-initialize-buffer): New function.
17498 (re-builder, reb-change-syntax): Use it.
17499
17500 * man.el (Man-goto-page): Make second argument NOERROR optional.
17501
17502 2005-07-23 Richard M. Stallman <rms@gnu.org>
17503
17504 * man.el (Man-bgproc-sentinel): Check here for failure to find
17505 any man page in the output, and report the error here.
17506 (Man-arguments): Make it permanent local.
17507 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17508 (Man-mode): Pass t for NOERROR.
17509
17510 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17511 (grep-mode-font-lock-keywords):
17512 Don't use compilation-...-face for messages that are not file names.
17513
17514 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17515 Don't use compilation-...-face for messages that are not file names.
17516
17517 2005-07-22 Juri Linkov <juri@jurta.org>
17518
17519 * startup.el (normal-splash-screen): Update menu name.
17520
17521 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17522
17523 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17524
17525 * term/xterm.el: Load term/rxvt if the terminal is actually an
17526 rxvt terminal.
17527 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17528
17529 * term/rxvt.el (function-key-map): Use substitute-key-definition
17530 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17531
17532 * term/cygwin.el: New file.
17533
17534 2005-07-22 Kim F. Storm <storm@cua.dk>
17535
17536 * image-file.el (insert-image-file, image-file-yank-handler):
17537 Fix last change to maintain a (unique) yank-handler on yanked images.
17538
17539 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17540
17541 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17542 of the file size (as in "177B" for 177 bytes). This happens with
17543 "ls -lh" on FreeBSD.
17544
17545 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17546
17547 * hilit-chg.el (highlight-changes-global-initial-state)
17548 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17549 (hilit-chg-fixup, highlight-changes-mode):
17550 Fix typos in docstrings.
17551 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17552 Doc fixes.
17553
17554 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17555
17556 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17557 mode function using `eval-after-load'.
17558
17559 2005-07-21 Kim F. Storm <storm@cua.dk>
17560
17561 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17562 included when reporting an emacs crash, and tell about the DEBUG file.
17563
17564 * image-file.el (insert-image-file): Add yank-handler.
17565 (image-file-yank-handler): Yank handler to make unique copies of
17566 images when they are yanked into a buffer next to each other.
17567
17568 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17569
17570 * comint.el (comint-use-prompt-regexp, comint-send-input)
17571 (comint-source-default, comint-extract-string)
17572 (comint-get-source, comint-word, comint-completion)
17573 (comint-source, comint-prompt-read-only, comint-update-fence):
17574 Fix typos in docstrings.
17575 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17576 Declare with define-obsolete-*-alias macros.
17577 (comint-previous-matching-input-from-input)
17578 (comint-next-matching-input-from-input)
17579 (comint-previous-matching-input, comint-next-matching-input)
17580 (comint-forward-matching-input):
17581 Improve argument/docstring consistency.
17582
17583 * desktop.el (desktop-clear-preserve-buffers-regexp):
17584 Also preserve the *server* buffer.
17585
17586 * simple.el (clone-indirect-buffer): Doc fix.
17587 (fixup-whitespace, just-one-space)
17588 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17589 (next-error, next-error-highlight)
17590 (next-error-highlight-no-select, next-error-last-buffer)
17591 (next-error-buffer-p, next-error-find-buffer, next-error)
17592 (previous-error, next-error-no-select, previous-error-no-select)
17593 (open-line, split-line, minibuffer-prompt-width, kill-new)
17594 (binary-overwrite-mode): Fix typos in docstrings.
17595 (set-fill-column): Fix typo in message.
17596
17597 * skeleton.el (skeleton-proxy-new): Doc fix.
17598
17599 * strokes.el (strokes-load-hook): Doc fix.
17600 (strokes-grid-resolution, strokes-get-grid-position)
17601 (strokes-renormalize-to-grid, strokes-read-stroke)
17602 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17603 (strokes-global-map): Fix typos in docstrings.
17604 (strokes-help): Doc fix. Fix help message and pass it through
17605 `substitute-command-keys'.
17606
17607 * tempo.el (tempo-insert-prompt, tempo-interactive)
17608 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17609 (tempo-insert-string-functions, tempo-local-tags)
17610 (tempo-define-template, tempo-insert-template)
17611 (tempo-insert-prompt-compat, tempo-is-user-element)
17612 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17613 Fix typos in docstrings.
17614
17615 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17616 (vcursor-key-bindings, vcursor-use-vcursor-map)
17617 (vcursor-find-window, vcursor-scroll-down)
17618 (vcursor-disable, vcursor-beginning-of-buffer)
17619 (vcursor-end-of-buffer): Fix typos in docstrings.
17620 (vcursor-relative-move, vcursor-get-char-count):
17621 Improve argument/docstring consistency.
17622
17623 * version.el: "?\ " -> "?\s".
17624
17625 * wid-edit.el (widget-default-create, widget-after-change)
17626 (widget-default-format-handler, widget-checklist-add-item)
17627 (widget-radio-add-item, widget-choose, widget-specify-secret)
17628 (widget-field-value-create, widget-field-value-get)
17629 (widget-editable-list-format-handler)
17630 (widget-editable-list-entry-create, widget-group-value-create)
17631 (widget-documentation-link-add)
17632 (widget-documentation-string-value-create): "?\ " -> "?\s".
17633 (widget-convert-text): Doc fix.
17634 (widget-narrow-to-field, widget-field-find)
17635 (widget-url-link-action, widget-emacs-library-link-action)
17636 (widget-color-notify): Fix typos in docstrings.
17637
17638 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17639 (x-select-text, set-w32-system-coding-system)
17640 (w32-add-charset-info): Fix typos in docstrings.
17641
17642 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17643 (cua-enable-cua-keys, cua-use-hyper-key)
17644 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17645 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17646
17647 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17648
17649 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17650 `defalias' instead of faking it.
17651
17652 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17653 (eshell-ls-missing, eshell-ls-dired-initial-args)
17654 (eshell-ls-use-in-dired): Fix typos in docstrings.
17655
17656 2005-07-20 Kim F. Storm <storm@cua.dk>
17657
17658 * emulation/cua-base.el (cua-mode): Improve doc string.
17659
17660 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17661
17662 * abbrev.el (expand-region-abbrevs): Doc fix.
17663 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17664 Improve argument/docstring consistency.
17665
17666 * arc-mode.el (archive-get-descr, archive-alternate-display):
17667 Doc fixes.
17668 (archive-l-e): Improve argument/docstring consistency.
17669 (archive-tmpdir, archive-unixdate, archive-unixtime)
17670 (archive-chmod-entry): Fix typos in docstrings.
17671 (archive-unflag, archive-unflag-backwards)
17672 (archive-unmark-all-files): "?\ " -> "?\s".
17673
17674 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17675 (Buffer-menu-not-modified, Buffer-menu-execute)
17676 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17677 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17678
17679 * composite.el (compose-string, encode-composition-rule)
17680 (compose-last-chars): Fix typos in docstrings.
17681
17682 * desktop.el (desktop-enable, desktop-basefilename):
17683 Declare with `define-obsolete-variable-alias'.
17684 (desktop-internal-v2s): Don't quote keywords.
17685 (desktop-clear): "?\ " -> "?\s".
17686
17687 * dired.el (dired-align-file, dired-flag-backup-files)
17688 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17689 (dired-listing-switches, dired-ls-F-marks-symlinks)
17690 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17691 (dired-directory, dired-faces, dired, dired-revert)
17692 (dired-mode, dired-summary, dired-view-file)
17693 (dired-copy-filename-as-kill, dired-delete-file)
17694 (dired-no-confirm, dired-unmark-all-marks)
17695 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17696 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17697 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17698 Fix typos in message strings.
17699
17700 * dired-x.el (virtual-dired): Declare with `defalias'.
17701 (dired-mark-unmarked-files, dired-local-variables-file)
17702 (dired-omit-here-always): Doc fix.
17703 (dired-omit-mode, dired-find-subdir)
17704 (dired-enable-local-variables, dired-clean-up-buffers-too)
17705 (dired-extra-startup, dired-mark-extension, dired-jump)
17706 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17707 (dired-smart-shell-command, dired-guess-shell-alist-user)
17708 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17709 (dired-x-bind-find-file, dired-x-submit-report):
17710 Fix typos in docstrings.
17711 (dired-mark-unmarked-files): "?\ " -> "?\s".
17712
17713 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17714
17715 * faces.el (describe-face): "?\ " -> "?\s".
17716 (read-all-face-attributes, read-face-font, modify-face)
17717 (face-attr-construct, italic): Fix typos in docstrings.
17718 (frame-update-face-colors): Declare with
17719 `define-obsolete-function-alias'.
17720
17721 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17722 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17723 (magic-mode-alist, buffer-file-numbers-unique)
17724 (write-file-functions, get-free-disk-space):
17725 Fix typos in docstrings.
17726 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17727 (write-contents-hooks, write-file-hooks):
17728 Declare with `define-obsolete-variable-alias'.
17729
17730 * forms-d2.el (arch-rj): Fix typo in docstrings.
17731 (arch-tocol): Likewise. "?\ " -> "?\s".
17732
17733 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17734 Fix typo in docstring.
17735 (set-screen-width, set-screen-height): Delete redundant info in
17736 doctrings.
17737 (new-frame, screen-height, screen-width): Declare with
17738 `define-obsolete-function-alias'.
17739 (delete-frame-hook, blink-cursor): Declare with
17740 `define-obsolete-variable-alias'.
17741
17742 * paths.el (prune-directory-list): Fix typos in docstring.
17743
17744 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17745 (cvs-prefix-get): Fix typos in docstrings.
17746
17747 * ps-print.el (ps-extend-face-list, ps-extend-face)
17748 (ps-print-background-image): Fix typos in docstrings.
17749 (ps-default-fg, ps-default-bg): Doc fixes.
17750
17751 * s-region.el (s-region-bind): Doc fix.
17752 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17753
17754 * textmodes/org.el (org-table-formula-substitute-names)
17755 (org-table-get-vertical-vector): Doc fixes.
17756 (org-table-recalculate): Remove unused argument to `message'.
17757
17758 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17759
17760 * textmodes/org.el (org-table-column-names)
17761 (org-table-column-name-regexp)
17762 (org-table-named-field-locations): New variables.
17763 (org-archive-subtree): Protect `this-command' when calling
17764 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17765 the kill buffer.
17766 (org-complete): Remove fixed-formula completion.
17767 (org-edit-formulas-map): New variable.
17768 (org-table-edit-formulas): New command.
17769 (org-finish-edit-formulas, org-abort-edit-formulas)
17770 (org-show-variable, org-table-get-vertical-vector): New functions.
17771 (org-table-maybe-eval-formula): Handle `:=' fields.
17772 (org-table-get-stored-formulas, org-table-store-formulas)
17773 (org-table-get-formula, org-table-modify-formulas)
17774 (org-table-replace-in-formulas): Handle named field formulas.
17775 (org-table-get-specials): Store locations of named fields.
17776
17777 2005-07-19 Juri Linkov <juri@jurta.org>
17778
17779 * progmodes/grep.el (grep-regexp-alist)
17780 (grep-mode-font-lock-keywords, grep-process-setup):
17781 Use default GNU grep match color "01;31m" instead of "01;41m".
17782 (grep-regexp-alist, grep-mode-font-lock-keywords):
17783 Use `\\[[0-9]*m' instead of `\\[00m'.
17784 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17785 sgr_start where its handling is more important. Use the real
17786 length of sgr_start instead of constant 8.
17787 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17788 specially. Delete all remaining escape sequences.
17789 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17790 (grep-regexp-alist): Make hyperlink only for binary file name
17791 instead of the whole line.
17792 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17793 (grep-mode): Add autoload.
17794
17795 * emacs-lisp/find-func.el (find-function-regexp):
17796 Add `define-compilation-mode'.
17797
17798 2005-07-19 Juri Linkov <juri@jurta.org>
17799
17800 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17801 (compare-windows-sync-string-size, compare-windows-recenter)
17802 (compare-windows-highlight, compare-windows): Add version 22.1.
17803 (compare-windows) <defface>: Inherit from lazy-highlight instead
17804 of duplicating its default value.
17805
17806 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17807 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17808
17809 * descr-text.el (describe-char): Create link buttons for `charset'
17810 and `code point'. Add the current input method name with a link
17811 button to `to input' field. Print face names of display table
17812 characters in `The display table entry is displayed by' section
17813 instead of printing face-id in the `display' field.
17814 Guess hardcoded faces and create a link button for them.
17815 Skip empty fields when calculating max-width.
17816 Treat `widget-create' specially while inserting strings from the
17817 collected field list.
17818 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17819
17820 * diff-mode.el (diff-file-header): Change foreground color from
17821 yellow to green on light backgrounds.
17822 (diff-context): Inherit from `shadow' only for color/grayscale
17823 with more than 88 colors.
17824 (diff-indicator-removed, diff-indicator-added)
17825 (diff-indicator-changed): New faces.
17826 (diff-font-lock-keywords): Use new faces. Regroup rules.
17827 Add "^---$" for `normal' diff format. Fontify `#' lines with
17828 font-lock-comment-delimiter-face and font-lock-comment-face.
17829 Add `#' to ^[^...] in the rule for `diff-context-face'.
17830
17831 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17832 a button-like box. Inherit from `highlight' on low colors.
17833 (shadow): Use shades of gray only for color/grayscale with
17834 more than 88 colors. Use green for light backgrounds with
17835 8 colors, and yellow for dark backgrounds with 8 colors.
17836
17837 * font-lock.el (font-lock-regexp-grouping-backslash):
17838 Don't inherit from escape-glyph (use bold for all cases).
17839
17840 * info.el (info-xref-visited): Use light foreground color `violet'
17841 for dark backgrounds instead of dark color `magenta3'.
17842 (info-title-1): Use `yellow' color for dark backgrounds.
17843
17844 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17845 too-light magenta2.
17846
17847 * replace.el (match): Use slightly more light RoyalBlue3 instead
17848 of dark RoyalBlue4.
17849
17850 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17851
17852 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17853
17854 * novice.el (disabled-command-hook): Declare it with
17855 `define-obsolete-variable-alias'.
17856
17857 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17858 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17859 (desktop-load-default): Add release to obsolescence info.
17860 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17861 (desktop-append-buffer-args, desktop-read):
17862 Fix typos in docstrings.
17863 (desktop-kill): Fix typo in message.
17864 (desktop-save): Doc fix.
17865
17866 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17867
17868 * viper-cmd.el (viper-escape-to-state): Bug fix.
17869 (viper-envelop-ESC-key): Change the definition of fast
17870 keysequence so it'll work with keyboard macros.
17871
17872 * ediff.el (ediff-patch-buffer): Change the docstring.
17873
17874 2005-07-19 Kenichi Handa <handa@m17n.org>
17875
17876 * international/mule-cmds.el (select-safe-coding-system): Try to
17877 use an auto-coding (if any) before anything else. If the found
17878 auto-coding is invalid, show a warning message.
17879
17880 * international/mule.el (find-auto-coding): New function created
17881 by modifying the body of set-auto-coding.
17882 (set-auto-coding): Use find-auto-coding to find a coding.
17883
17884 2005-07-18 Richard M. Stallman <rms@gnu.org>
17885
17886 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17887 not isearch-mode-end-hook-error.
17888 (allout-before-change-protect): Fix error message.
17889
17890 2005-07-18 Juri Linkov <juri@jurta.org>
17891
17892 * allout.el (allout-mode):
17893 * calculator.el (calculator-copy):
17894 * custom.el (custom-known-themes):
17895 * dired.el (dired-desktop-buffer-misc-data)
17896 (dired-restore-desktop-buffer):
17897 * dired-x.el (dired-omit-marker-char):
17898 * files.el (basic-save-buffer):
17899 * font-core.el (font-lock-mode):
17900 * calendar/calendar.el (calendar-goto-hebrew-date)
17901 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17902 (calendar-goto-persian-date):
17903 * language/ethio-util.el (ethio-sera-to-fidel-region):
17904 * textmodes/picture.el (picture-mode):
17905 Delete duplicate duplicate words.
17906
17907 2005-07-18 Juri Linkov <juri@jurta.org>
17908
17909 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17910 chars * ? } |.
17911 (isearch-fallback): Don't call `isearch-process-search-char'.
17912 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17913 (isearch-process-search-char): Call `isearch-fallback' for regexp
17914 chars * ? } |.
17915 (isearch-return-char): Make obsolete with `make-obsolete' instead
17916 of simply documenting it as obsolete in the docstring.
17917 (isearch-fallback): Refill docstring.
17918
17919 * international/isearch-x.el
17920 (isearch-process-search-multibyte-characters): Remove unneeded
17921 `concat'. Add intermediate values to `junk-hist' instead of
17922 `minibuffer-history'. Test the length of `str'.
17923
17924 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17925
17926 * allout.el (allout-resolve-xref): Fix typos in error strings.
17927 (allout-before-change-protect): Remove unneeded `concat'.
17928
17929 * array.el (array-mode, array-reconfigure-rows)
17930 (untabify-backward): Fix typos in docstrings.
17931 (array-reconfigure-rows): Use `insert-buffer-substring', not
17932 `insert-buffer'.
17933
17934 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17935 * progmodes/ada-mode.el (ada-make-body):
17936 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17937
17938 * dired.el (dired-log):
17939 * tar-mode.el (tar-subfile-save-buffer):
17940 * play/zone.el (zone-pgm-stress-destress):
17941 Use `insert-buffer-substring', not `insert-buffer'.
17942
17943 2005-07-17 Simon Josefsson <jas@extundo.com>
17944
17945 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17946
17947 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17948
17949 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17950 Add plain auth method.
17951 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17952
17953 2005-07-17 Kim F. Storm <storm@cua.dk>
17954
17955 * ido.el (dired-other-window): Add ido property.
17956
17957 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17958
17959 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17960 Fix typo in docstring.
17961 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17962 `insert-file-literally'.
17963
17964 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17965 info and delete redundant message. Doc fix.
17966 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17967 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17968
17969 2005-07-16 Richard M. Stallman <rms@gnu.org>
17970
17971 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17972 (byte-compile-and): Use byte-compile-and-recursion.
17973 (byte-compile-or-recursion): New function.
17974 (byte-compile-or): Use that.
17975 (byte-compile-if): Guard the else-clause too.
17976 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17977
17978 * isearch.el (isearch-mode-end-hook-quit): New variable.
17979 (isearch-done): Bind it.
17980 (isearch-mode-end-hook): Doc fix.
17981
17982 * allout.el (allout-isearch-did-quit): Variable deleted.
17983 (allout-real-isearch-abort): Function name no longer used.
17984 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17985 (allout-isearch-rectification): isearch-mode always exists.
17986 Don't set allout-isearch-did-quit.
17987 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17988 allout-isearch-did-quit.
17989 (allout-enwrap-isearch): Just add the hook.
17990 (allout-isearch-abort): Function deleted.
17991 (allout-pre-command-business): Avoid warning.
17992
17993 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17994 Correctly avoid warnings.
17995 (pascal-outline): Likewise.
17996
17997 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17998
17999 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18000
18001 * play/tetris.el (tetris-mode): Avoid warning.
18002
18003 * play/snake.el (snake-mode): Avoid warning.
18004
18005 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18006 (gamegrid-set-display-table): Avoid warning.
18007 (gamegrid-set-timer): Likewise.
18008 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18009 (gamegrid-add-score-with-update-game-score-1): Take FILE
18010 as argument.
18011 (gamegrid-add-score-with-update-game-score): Pass that argument.
18012 Rename have-shared-game-dir to gamegrid-shared-game-dir.
18013
18014 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18015
18016 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18017 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18018
18019 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18020 and insert-file.
18021
18022 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18023 (sc-ask): Avoid warnings.
18024
18025 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18026 (eshell-hist-initialize): Use that var the natural way.
18027
18028 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18029
18030 * emacs-lisp/re-builder.el (reb-cook-regexp):
18031 Avoid warning calling lre-compile-string.
18032 (reb-color-display-p): Avoid warning.
18033
18034 * calculator.el (calculator-last-input): Guard uses
18035 of event-key and key-press-event-p.
18036 (event-key, key-press-event-p): Delete definitions.
18037
18038 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18039 (find-gc-source-directory, find-gc-subrs-callers)
18040 (find-gc-noreturn-list, find-gc-source-files)
18041 (find-gc-subrs-called): Vars renamed and defvar'd.
18042
18043 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18044 (checkdoc-overlay-put, checkdoc-delete-overlay)
18045 (checkdoc-overlay-start, checkdoc-overlay-end)
18046 (checkdoc-mode-line-update, checkdoc-char=):
18047 Define such that compiler knows they are defined.
18048 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
18049 (checkdoc-read-event): Delete. Use read-event directly.
18050
18051 * whitespace.el (whitespace-make-overlay)
18052 (whitespace-overlay-put, whitespace-delete-overlay)
18053 (whitespace-overlay-start, whitespace-overlay-end):
18054 Define such that compiler knows they are defined.
18055 (whitespace): Move conditional inside.
18056
18057 * tempo.el (tempo-insert-template): Suppress warning.
18058
18059 * ediff-diff.el (longlines-mode): Add defvar.
18060
18061 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
18062
18063 * server.el: Bind "C-x #" in a way that works even if C-x is
18064 redefined to a command key, not a prefix key.
18065
18066 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18067
18068 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18069 cl-make-type-test till execution time.
18070
18071 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
18072
18073 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18074 arg ARG and use it.
18075
18076 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18077
18078 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18079
18080 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
18081
18082 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18083 a defcustom with two :set or :type keywords.
18084
18085 2005-07-15 Richard M. Stallman <rms@gnu.org>
18086
18087 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18088 Don't give ^M comment-end syntax.
18089
18090 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
18091
18092 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18093 Don't consider gdbmi (gdb-mi.el has its own update functions).
18094 (gdb-var-delete): Make it work for gdbmi as well.
18095 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18096
18097 * progmodes/gud.el (etags, sdb): Only require etags when needed.
18098 (gud-speedbar-menu-items): Correct logic for enabling items.
18099
18100 2005-07-15 Kim F. Storm <storm@cua.dk>
18101
18102 * ido.el: Fix commentary.
18103 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18104 Use with-no-warnings around ffap-guesser.
18105 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18106 Let bind minibuffer-completing-file-name to t.
18107
18108 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
18109
18110 * startup.el (site-run-file, keyboard-type): Doc fixes.
18111 (command-line): Check for "--basic-display" argument; also for
18112 "--quick", not "--bare-bones" (which was renamed).
18113 (fancy-splash-text): Add missing item "Getting New Versions".
18114 (normal-splash-screen): Fix typos and improve consistency with
18115 `fancy-splash-text'. Update copyright year.
18116
18117 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18118 valid binding for `help-char'.
18119
18120 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18121
18122 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
18123
18124 * term.el (term-mode): Disable cua-mode for term buffers.
18125
18126 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
18127
18128 * add-log.el (add-log-mailing-address, change-log-merge):
18129 Doc fixes.
18130 (change-log-get-method-definition): Fix typo in docstring.
18131
18132 2005-07-14 Kim F. Storm <storm@cua.dk>
18133
18134 * emulation/cua-base.el:
18135 (cua--pre-command-handler-1, cua--pre-command-handler)
18136 (cua--post-command-handler-1, cua--post-command-handler):
18137 Split in two. Check (buffer local) value of cua-mode.
18138 (cua-selection-mode): New command.
18139
18140 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
18141
18142 * custom.el (custom-initialize-safe-set)
18143 (custom-initialize-safe-default): Doc fixes.
18144
18145 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18146 and simplify :init-value again.
18147
18148 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18149 and simplify :init-value again. Delete autoload.
18150
18151 * startup.el (command-line): Use `custom-reevaluate-setting' again
18152 for tooltip-mode.
18153
18154 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18155 a defcustom with two :initialize keywords.
18156
18157 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
18158
18159 * allout.el (my-mark-marker, allout-isearch-prior-pos)
18160 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18161 (allout-post-command-business, allout-flag-region)
18162 (isearch-reenable-font-lock, allout-yank)
18163 (allout-insert-latex-header, allout-insert-latex-trailer)
18164 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18165 (allout-latex-verb-quote): Fix typos in docstrings.
18166 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18167 (allout-unprotected, allout-prefix-data):
18168 Improve argument/docstring consistency.
18169 (allout-chart-subtree): Fix argument spec.
18170 (allout-open-topic): Rename `use_sib_bullet' argument to
18171 `use-sib-bullet'. Doc fix.
18172
18173 * whitespace.el (whitespace-check-buffer-leading)
18174 (whitespace-check-buffer-trailing)
18175 (whitespace-check-buffer-indent)
18176 (whitespace-check-buffer-spacetab)
18177 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18178 (whitespace-check-leading-whitespace)
18179 (whitespace-check-trailing-whitespace)
18180 (whitespace-check-spacetab-whitespace)
18181 (whitespace-check-indent-whitespace)
18182 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18183 (whitespace-modes): Fix typos in docstrings.
18184 (defgroup, defcustom): Doc fixes.
18185
18186 * winner.el (winner-mode, winner-boring-buffers)
18187 (winner-pending-undo-ring): Doc fixes.
18188 (winner-ring): Remove unneeded `progn'.
18189 (winner-equal): `defsubst' it.
18190 (winner-redo): Fix message.
18191
18192 2005-07-13 Kim F. Storm <storm@cua.dk>
18193
18194 * simple.el (line-move-1): Always use vertical-motion to
18195 do the last (or only) line move to ensure some movement.
18196 Undo 2005-06-23 change--don't check for overlays.
18197
18198 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18199
18200 * term/mac-win.el (ccl-encode-mac-roman-font)
18201 (ccl-encode-mac-centraleurroman-font)
18202 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18203 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18204 Change charset-id boundary of dimension to ?\xef.
18205 (mac-char-fontspec-list): New constant.
18206 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18207 argument. Nil uses itself as family in font-spec. Previous
18208 behavior for nil is now provided by non-nil non-string argument.
18209 All callers changed. Add font-specs for Mac fonts to
18210 "fontset-default" unless iso8859-1 fonts are installed.
18211
18212 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18215 a continuation line if the \ is preceded by SPC or TAB.
18216 (sh-get-indent-info): Simplify.
18217 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18218 Use with-current-buffer.
18219
18220 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18221 when the matched text is empty.
18222
18223 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18224
18225 * startup.el (command-line): Revert to previous handling of
18226 tooltip-mode. Explain in comment why the complexity is needed.
18227
18228 * tooltip.el (tooltip-mode): Revert to previous implementation of
18229 its defcustom.
18230
18231 * frame.el (blink-cursor-mode): Revert to previous implementation
18232 of its defcustom. Update comment.
18233
18234 2005-07-12 Lars Hansen <larsh@soem.dk>
18235
18236 * desktop.el: Update e-mail address.
18237
18238 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18239
18240 * term/mac-win.el (mac-services-mail-selection)
18241 (mac-services-mail-to): New functions.
18242 (mac-application-menu-map): Bind them.
18243
18244 2005-07-12 wulei <milton@wulei.net> (tiny change)
18245
18246 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18247
18248 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18249
18250 * custom.el (custom-reevaluate-setting): Doc fix.
18251
18252 2005-07-11 Jay Belanger <belanger@truman.edu>
18253
18254 * calc/calc.el (calc-embedded-announce-formula-alist)
18255 (calc-embedded-open-close-plain-alist)
18256 (calc-embedded-open-close-mode-alist): Add checks for additional
18257 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18258
18259 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18260
18261 * custom.el (custom-enable-theme): Don't add theme to
18262 `custom-enabled-themes' with `push' because there is no
18263 setf-method for `delq'.
18264
18265 2005-07-11 Richard M. Stallman <rms@gnu.org>
18266
18267 * custom.el (custom-declare-variable): Doc fix.
18268
18269 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18270 from the alists.
18271
18272 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18273 Do nothing if edebug-active.
18274
18275 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18276 (edebug-display): Do it here instead.
18277
18278 2005-07-10 Richard M. Stallman <rms@gnu.org>
18279
18280 * cus-face.el (custom-theme-set-faces): Make it work.
18281 (custom-reset-faces): Doc fix.
18282 (custom-theme-reset-internal-face, custom-theme-face-value):
18283 Functions deleted.
18284
18285 * custom.el (custom-push-theme): Maintain list of the settings
18286 of a given theme in its theme-settings property.
18287 Maintain position of old settings in the theme-value
18288 or theme-face property.
18289 (custom-enabled-themes): New variable.
18290 (custom-theme-enabled-p): New function.
18291 (provide-theme): Update custom-enabled-themes.
18292 Disable and reenable the `user' theme.
18293 (require-theme): Doc fix.
18294 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18295 (custom-theme-value, custom-theme-variable-value): Likewise.
18296 (custom-theme-reset-internal): Likewise.
18297 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18298 (custom-enable-theme, custom-disable-theme): New functions.
18299 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18300 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18301 (custom-theme-reset-variables): Simplify.
18302 (deftheme, custom-declare-theme, custom-make-theme-feature):
18303 Definitions moved.
18304
18305 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18306
18307 * longlines.el (longlines-show-region)
18308 (longlines-unshow-hard-newlines): Recognize hard newlines by
18309 non-nil hard property, instead of t.
18310
18311 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18312
18313 * viper-cmd.el (viper--key-maps): New variable.
18314 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18315 emulation-mode-map-alists.
18316 (viper-envelop-ESC-key): Use viper-subseq.
18317 (viper-search-forward/backward/next): Disable debug-on-error.
18318
18319 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18320 (viper-ESC-key): New defcustoms.
18321
18322 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18323
18324 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18325 (viper-subseq): Copy of subseq from cl.el.
18326
18327 * viper.el (viper-go-away, viper-set-hooks): Use
18328 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18329
18330 * viper-mous.el (viper-current-frame-saved): Use defvar.
18331
18332 * viper-init.el: Get rid of -face in face names.
18333
18334 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18335 Make it work with longlines mode
18336
18337 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18338
18339 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18340
18341 * ediff-init.el: Get rid of -face in face names.
18342
18343 2005-07-10 Richard M. Stallman <rms@gnu.org>
18344
18345 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18346 and with-timeout-unsuspend.
18347
18348 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18349 and with-timeout-unsuspend.
18350
18351 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18352 (with-timeout): Bind that variable to record timers.
18353 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18354
18355 * emacs-lisp/debug.el (debug-help-follow): New function.
18356 (debugger-mode-map): Use that instead of help-follow.
18357 (debugger-setup-buffer): Use eval-buffer-list
18358 to handle eval-buffer frames.
18359
18360 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18361
18362 * timezone.el (timezone-parse-date): Change first regexp
18363 so it will not mistakenly match dates with no time zone.
18364
18365 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18366
18367 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18368
18369 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18370
18371 * custom.el (custom-initialize-safe-set)
18372 (custom-initialize-safe-default): New functions.
18373
18374 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18375 and simplify :init-value.
18376
18377 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18378 and simplify :init-value. Delete obsolete comment.
18379
18380 * startup.el (command-line): Use `custom-reevaluate-setting' to
18381 handle `tooltip-mode'. Delete obsolete comment.
18382
18383 * files.el (set-visited-file-name): Avoid calling
18384 `file-name-nondirectory' with a nil argument.
18385
18386 2005-07-09 Richard M. Stallman <rms@gnu.org>
18387
18388 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18389 was called with nil for the buffer, handle the read position right.
18390 Handle read position for eval-region, too.
18391
18392 2005-07-09 Juri Linkov <juri@jurta.org>
18393
18394 * fringe.el (fringe-mode): Add period in docstring.
18395 (fringe-query-style): Build prompt depending on `all-frames' arg.
18396
18397 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18398 to not create links to unrelated functions in the Help buffer.
18399
18400 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18401 Doc fix.
18402
18403 * simple.el (next-error-hook): New variable.
18404 (next-error): Use it. Doc fix.
18405
18406 * textmodes/ispell.el (ispell-command-loop): Add current
18407 dictionary name and program name to mode-line-format.
18408 (ispell-region, ispell-process-line): Add current dictionary name
18409 and program name to messages.
18410
18411 2005-07-08 Jay Belanger <belanger@truman.edu>
18412
18413 * calc/calc.el (calc-embedded-announce-formula-alist)
18414 (calc-embedded-open-close-formula-alist)
18415 (calc-embedded-open-close-word-alist)
18416 (calc-embedded-open-close-plain-alist)
18417 (calc-embedded-open-close-new-formula-alist)
18418 (calc-embedded-open-close-mode-alist)
18419 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18420 (calc-embedded-mode-hook): New variables.
18421
18422 * calc/calc-embed.el (calc-embedded-firsttime)
18423 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18424 New variables.
18425 (calc-do-embedded): Use calc-embedded-firsttime,
18426 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18427 determine whether or not to run hooks.
18428 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18429 calc-embedded-firsttime-formula appropriately.
18430 Set calc-embedded delimiter variables according to mode.
18431
18432 2005-07-08 Richard M. Stallman <rms@gnu.org>
18433
18434 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18435 Check for "emacs", etc., as entire symbol, not just as word.
18436 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18437
18438 * files.el (set-visited-file-name): Report the error
18439 for "empty filename" earlier.
18440 (kill-some-buffers): Ignore buffers already dead.
18441
18442 * fringe.el (fringe-mode): Doc fix.
18443
18444 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18445 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18446 Use unwind-protect to ensure byte-compile-unresolved-functions
18447 is updated.
18448
18449 * whitespace.el (whitespace-buffer-leading-cleanup):
18450 Simplify w/ skip-chars-forward.
18451 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18452
18453 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18454 Unconditionally try to leave point at the same old place.
18455
18456 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18457
18458 * comint.el (comint-postoutput-scroll-to-bottom)
18459 (comint-show-maximum-output): Take scroll-margin into consideration.
18460
18461 2005-07-08 Kim F. Storm <storm@cua.dk>
18462
18463 * ido.el (ido-use-filename-at-point): New choice `guess'.
18464 (ido-file-internal): Try ffap-guesser if selected.
18465
18466 * ido.el (ido-before-fallback-functions): New hook.
18467 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18468 (ido-read-file-name): Run it.
18469
18470 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18473 strings rather than a list of symbols to the completion function.
18474
18475 2005-07-07 Jay Belanger <belanger@truman.edu>
18476
18477 * calc/calc-units.el (math-apply-units): Change the places in
18478 which units are simplified.
18479
18480 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18481
18482 * cus-edit.el (customize-option, customize-option-other-window):
18483 Make them handle aliases.
18484
18485 * custom.el (custom-variable-p): Make it recursively follow
18486 aliases. Mention that in the docstring.
18487
18488 2005-07-07 Richard M. Stallman <rms@gnu.org>
18489
18490 * cus-start.el (exec-path): Use `directory' instead of `file'.
18491 Fix tag for nil.
18492
18493 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18494
18495 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18496 when called non-interactively. Doc fix.
18497
18498 2005-07-07 Lute Kamstra <lute@gnu.org>
18499
18500 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18501 new address as well.
18502
18503 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18504
18505 * progmodes/gud.el: Require font-lock for displaying errors.
18506 Used by gdb-ui.el.
18507
18508 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18509
18510 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18511 values for the pattern lists which are `read'able but not
18512 `append'able (like symbols).
18513
18514 2005-07-06 Richard M. Stallman <rms@gnu.org>
18515
18516 * progmodes/flymake.el (flymake-float-time): Instead of
18517 with-no-warnings, test for xemacs.
18518 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18519 to avoid warning.
18520
18521 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18522
18523 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18524
18525 2005-07-05 Lute Kamstra <lute@gnu.org>
18526
18527 * battery.el: Add support for Darwin (with much debugging help
18528 from Samuel Lauber <sam124@operamail.com>).
18529 (battery-status-function, battery-echo-area-format)
18530 (battery-mode-line-format): Add support for pmset on Darwin.
18531 (battery-load-low, battery-load-critical): New user options.
18532 (battery-pmset): New function.
18533
18534 2005-07-05 Lute Kamstra <lute@gnu.org>
18535
18536 Update FSF's address in GPL notices.
18537
18538 * textmodes/page-ext.el: Update FSF's address.
18539
18540 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18541
18542 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18543 filling from using prefix when filling a single-line docstring.
18544
18545 * progmodes/flymake.el: Remove useless eval-when-compile.
18546
18547 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18548
18549 2005-07-04 Richard M. Stallman <rms@gnu.org>
18550
18551 * textmodes/org.el (org-file-apps-defaults-gnu):
18552 Rename from org-file-apps-defaults-linux.
18553 (org-default-apps): Don't test system-type for `linux'.
18554 (org-file-apps): Doc fix.
18555
18556 2005-07-04 David Ponce <david@dponce.com>
18557
18558 * tree-widget.el: Improve header Commentary section.
18559 (tree-widget) [defgroup]
18560 (tree-widget-image-enable, tree-widget-themes-directory)
18561 (tree-widget-theme, tree-widget-image-properties-emacs)
18562 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18563 (tree-widget-image-formats, tree-widget-control)
18564 (tree-widget-empty-control, tree-widget-leaf-control
18565 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18566 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18567 (tree-widget-keep, tree-widget-after-toggle-functions)
18568 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18569 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18570 :help-echo message.
18571 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18572 (tree-widget-image-properties): Doc fix. Clearer implementation.
18573 (tree-widget--cursors): New constant.
18574 (tree-widget-lookup-image): New function split from
18575 `tree-widget-find-image'. Clearer implementation.
18576 (tree-widget-find-image): Use it.
18577 (tree-widget-button-keymap): Use `set-keymap-parent'.
18578 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18579 Define the sub-widgets here.
18580 (tree-widget-node): Check that :node is not a tree-widget.
18581 (tree-widget-get-super, tree-widget-open-control)
18582 (tree-widget-close-control, tree-widget-empty-control)
18583 (tree-widget-leaf-control, tree-widget-guide)
18584 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18585 (tree-widget-no-handle, tree-widget-value-delete)
18586 (tree-widget-map): Remove.
18587 (tree-widget-children-value-save): Doc fix. Simplified.
18588 (tree-widget-value-create): Update according to previous changes.
18589
18590 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18591
18592 * textmodes/org.el: Leading space replaced by TABS.
18593 (org-recalc-marks, org-table-rotate-recalc-marks)
18594 (org-table-get-specials): Treat "^" and "_" marks.
18595 (org-table-justify-field-maybe): Optional argument NEW.
18596 (org-table-eval-formula): Parsing of the format simplified.
18597 New modes C,I. Honor the %= parameter in the current table.
18598 Avoid unnecessary re-align by using the NEW argument to
18599 `org-table-justify-field-maybe'.
18600 (org-calc-default-modes): Default for date-format mimicks org-mode.
18601 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18602
18603 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18604
18605 * cus-face.el (custom-theme-set-faces): Make it handle face
18606 aliases whose alias declarations are pre- or autoloaded.
18607
18608 2005-07-04 Juri Linkov <juri@jurta.org>
18609
18610 * faces.el (read-face-name): Put the code for getting a face name
18611 from the buffer before adding the faces from the `face' property.
18612 Use `completing-read-multiple' instead of `completing-read'.
18613 Require `crm'. Add default value and post-process the returned
18614 list of faces.
18615
18616 * emacs-lisp/crm.el (crm-find-current-element)
18617 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18618
18619 * emacs-lisp/lisp-mode.el (eval-defun-1):
18620 * emacs-lisp/edebug.el (edebug-eval-defun):
18621 Remove unnecessary quotes.
18622
18623 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18624
18625 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18626 (prolog-indent-level): Fix typo in docstring.
18627
18628 * info.el (Info-history, Info-history-forward)
18629 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18630
18631 * add-log.el (add-change-log-entry):
18632 * comint.el (comint-dynamic-list-input-ring)
18633 (comint-dynamic-list-completions):
18634 * dabbrev.el (dabbrev-expand):
18635 * delim-col.el (delimit-columns-rectangle-line):
18636 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18637 (diff-unified->context):
18638 * ediff-init.el (ediff-abbrev-jobname):
18639 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18640 (ediff-replace-session-activity-marker-in-meta-buffer):
18641 * info.el (Info-summary):
18642 * lpr.el (printify-region):
18643 * printing.el (pr-create-interface):
18644 * ps-print.el (ps-print-quote):
18645 * ses.el (ses-column-widths, ses-print-cell)
18646 (ses-adjust-print-width, ses-center):
18647 * shell.el (shell-file-name-quote-list):
18648 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18649 (strokes-fill-current-buffer-with-whitespace)
18650 (strokes-xpm-for-stroke, strokes-list-strokes)
18651 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18652 * term.el (term-dynamic-list-input-ring)
18653 (term-dynamic-list-completions):
18654 * calc/calc.el (math-format-stack-value):
18655 * emacs-lisp/edebug.el (edebug-display-freq-count):
18656 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18657 (delphi-new-comment-line):
18658 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18659 * progmodes/executable.el (executable-set-magic):
18660 * progmodes/python.el (inferior-python-mode):
18661 * progmodes/scheme.el (scheme-mode-syntax-table):
18662 * progmodes/sh-script.el (sh-maybe-here-document):
18663 * progmodes/sql.el (sql-copy-column):
18664 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18665 * textmodes/bibtex.el (bibtex-mode):
18666 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18667 (sgml-auto-attributes):
18668 * textmodes/table.el (table-insert, table-shorten-cell)
18669 (table--generate-source-scan-lines, table-delete-row)
18670 (*table--cell-delete-char, table--spacify-frame)
18671 (table--horizontally-shift-above-and-below)
18672 (table--cell-insert-char, table--cell-blank-str)
18673 (table--fill-region-strictly):
18674 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18675 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18676
18677 * add-log.el (change-log):
18678 * apropos.el (apropos):
18679 * comint.el (comint-completion, comint-source):
18680 * dabbrev.el (dabbrev):
18681 * delim-col.el (columns):
18682 * diff-mode.el (diff-mode):
18683 * ediff.el (ediff):
18684 * ediff-diff.el (ediff-diff):
18685 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18686 * ediff-mult.el (ediff-mult):
18687 * ediff-ptch.el (ediff-ptch):
18688 * ediff-wind.el (ediff-window):
18689 * facemenu.el (facemenu):
18690 * indent.el (indent):
18691 * info.el (info):
18692 * jka-cmpr-hook.el (compression, jka-compr):
18693 * lpr.el (lpr):
18694 * outline.el (outlines):
18695 * pcmpl-cvs.el (pcmpl-cvs):
18696 * pcmpl-rpm.el (pcmpl-rpm):
18697 * printing.el (printing):
18698 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18699 (ps-print-vertical, ps-print-headers, ps-print-font)
18700 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18701 (ps-print-background, ps-print-printer, ps-print-page)
18702 (ps-print-miscellany):
18703 * ses.el (ses):
18704 * shell.el (shell, shell-directories, shell-faces):
18705 * startup.el (initialization):
18706 * strokes.el (strokes):
18707 * term.el (term):
18708 * uniquify.el (uniquify):
18709 * w32-vars.el (w32):
18710 * calc/calc.el (calc):
18711 * emacs-lisp/bytecomp.el (bytecomp):
18712 * emacs-lisp/cl-indent.el (lisp-indent):
18713 * emacs-lisp/edebug.el (edebug):
18714 * emacs-lisp/elp.el (elp):
18715 * emacs-lisp/testcover.el (testcover):
18716 * emacs-lisp/trace.el (trace):
18717 * emulation/viper-ex.el (viper-ex):
18718 * emulation/viper-mous.el (viper-mouse):
18719 * mail/mailalias.el (mailalias):
18720 * mail/supercite.el (supercite, supercite-frames)
18721 (supercite-attr, supercite-cite, supercite-hooks):
18722 * net/rcompile.el (remote-compile):
18723 * net/rlogin.el (rlogin):
18724 * obsolete/ooutline.el (outlines):
18725 * progmodes/delphi.el (delphi):
18726 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18727 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18728 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18729 (ebnf-optimization):
18730 * progmodes/etags.el (etags):
18731 * progmodes/executable.el (executable):
18732 * progmodes/idlwave.el (idlwave):
18733 * progmodes/pascal.el (pascal):
18734 * progmodes/prolog.el (prolog):
18735 * progmodes/python.el (python):
18736 * progmodes/scheme.el (scheme):
18737 * progmodes/sh-script.el (sh, sh-script):
18738 * progmodes/sql.el (SQL):
18739 * progmodes/tcl.el (tcl):
18740 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18741 * textmodes/enriched.el (enriched):
18742 * textmodes/makeinfo.el (makeinfo):
18743 * textmodes/sgml-mode.el (sgml):
18744 * textmodes/table.el (table-hooks):
18745 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18746 * textmodes/texinfo.el (texinfo):
18747 * textmodes/two-column.el (two-column):
18748 Finish `defgroup' description with period.
18749
18750 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18751 * eshell/esh-var.el (eshell-var):
18752 * progmodes/vhdl-mode.el (vhdl-testbench):
18753 * textmodes/org.el (org): Fix typos in docstrings.
18754
18755 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18756 consistency.
18757
18758 * progmodes/flymake.el (flymake-find-file): Remove.
18759 (flymake-float-time): Use `with-no-warnings'.
18760 (flymake-check-start-time, flymake-check-was-interrupted)
18761 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18762 (flymake-new-err-info): `defvar' at compile time.
18763
18764 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18765
18766 * replace.el (occur-hook): Doc fix.
18767 (occur-1): Don't call `occur-hook' if there are no matches.
18768
18769 2005-07-03 Richard M. Stallman <rms@gnu.org>
18770
18771 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18772 global-map, save the same map.
18773 (global-map): Don't alter it at top level.
18774 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18775 Then alter it here instead.
18776 (tpu-edt-off): Set global-map to the saved one.
18777
18778 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18779 All references simplified.
18780 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18781 (zmacs-regions): Add defvar.
18782 (repeat-complex-command-map): Everything about that deleted.
18783
18784 * textmodes/artist.el (artist-key-is-drawing)
18785 (artist-key-endpoint1, artist-key-poly-point-list)
18786 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18787 (artist-key-compl-table, artist-rb-save-data)
18788 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18789 Don't put them in eval-when-compile.
18790 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18791
18792 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18793 Use with-no-warnings.
18794
18795 * net/browse-url.el (dos-windows-version): Add defvar.
18796
18797 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18798
18799 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18800 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18801 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18802 Add defvar.
18803 (rmail-summary-beginning-of-message): Use with-no-warnings.
18804 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18805
18806 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18807 Use with-no-warnings.
18808
18809 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18810 (c-mark-function): Add point-moving-unit property.
18811 (vi-goto-line): Use with-no-warnings.
18812
18813 * emulation/edt.el (edt-last-copied-word): Add defvar.
18814 (zmacs-region-stays): Likewise.
18815 (edt-mark-section-wisely): Use c-mark-function for C.
18816 Use makr-defun for Fortran.
18817 (time-string): defvar deleted.
18818 (edt-display-the-time): Don't set time-string.
18819
18820 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18821
18822 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18823 Don't warn when name is not constant
18824 or for defining the group `emacs'.
18825
18826 * tooltip.el (gud-tooltip-mode): Add defvar.
18827
18828 * startup.el (default-frame-background-mode): Add defvar.
18829
18830 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18831
18832 * info.el (tool-bar-map): Add defvar.
18833
18834 * dired.el (dnd-protocol-alist): Add defvar.
18835
18836 * dired-aux.el (dired-query): Display question with answer, when
18837 the user answers.
18838
18839 * custom.el (custom-add-option): Doc fix.
18840
18841 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18842
18843 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18844
18845 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18846 bogus name from the last change.
18847
18848 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18849
18850 * custom.el (custom-declare-variable): Fix typos in comment.
18851 (custom-known-themes): Doc fix.
18852 (custom-theme-directory): New defcustom.
18853 (require-theme): Make it check `custom-theme-directory'.
18854
18855 * cus-theme.el (custom-new-theme-mode): New function.
18856 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18857 (custom-theme-description): Add compiler defvars.
18858 (customize-create-theme): Add doc to the "*New Custom Theme*"
18859 buffer. Use `custom-new-theme-mode'.
18860 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18861 and save it to the `custom-theme-directory'. Make this the
18862 default directory of the buffer.
18863
18864 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18865
18866 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18867 Fix unbalanced parentheses.
18868
18869 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18870
18871 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18872 into flymake-mode and delegate to flymake-mode.
18873
18874 * find-file.el (ff-which-function-are-we-in): Clean up.
18875
18876 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18877
18878 * replace.el (occur-rename-buffer): Fix docstring.
18879
18880 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18881 (edt-last-copied-word, edt-learn-macro-count)
18882 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18883 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18884 (time-string, zmacs-region-stays):
18885 * emulation/edt-mapper.el (edt-save-function-key-map)
18886 (EDT-key-name): `defvar' to silence the byte-compiler.
18887
18888 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18889
18890 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18891 font-lock-regexp-backslash. Doc fix.
18892 (font-lock-regexp-backslash-grouping-construct): Rename from
18893 font-lock-regexp-backslash-construct. Doc fix.
18894 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18895 grouping constructs.
18896
18897 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18898
18899 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18900 updating all the prerequisites.
18901
18902 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18903
18904 * textmodes/org.el (org-agenda-start-on-weekday)
18905 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18906 (org-agenda-use-time-grid, org-archive-location)
18907 (org-allow-space-in-links, org-usenet-links-prefer-google)
18908 (org-enable-table-editor, org-export-default-language)
18909 (org-export-html-show-new-buffer, org-fill-paragraph)
18910 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18911 (org-goto-quit, org-occur, org-eval-in-calendar)
18912 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18913 (org-agenda-diary-entry, org-remember-help)
18914 (org-table-convert-region, org-at-table-p)
18915 (org-table-move-row-down, org-table-move-row-up)
18916 (org-table-copy-region, org-table-toggle-vline-visibility)
18917 (org-table-get-stored-formulas, org-table-get-specials)
18918 (org-recalc-commands, org-table-eval-formula)
18919 (org-table-formula-substitute-names, orgtbl-make-binding)
18920 (org-format-org-table-html, org-format-table-table-html)
18921 (org-format-table-table-html-using-table-generate-source)
18922 (org-customize): Fix typos in docstrings.
18923 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18924 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18925 (org-back-to-heading): Doc fixes.
18926 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18927 (org-agenda-change-all-lines, org-get-header):
18928 Improve argument/docstring consistency.
18929 (orgtbl-error): Fix error message.
18930
18931 * progmodes/flymake.el (flymake-find-possible-master-files)
18932 (flymake-master-file-compare, flymake-get-line-err-count)
18933 (flymake-highlight-line, flymake-gui-warnings-enabled):
18934 Fix typos in docstrings.
18935 (flymake-parse-line, flymake-get-project-include-dirs-function)
18936 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18937 Doc fixes.
18938 (flymake-get-project-include-dirs-function)
18939 (flymake-make-err-menu-data):
18940 Improve argument/docstring consistency.
18941
18942 2005-07-01 Lute Kamstra <lute@gnu.org>
18943
18944 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18945 Catch errors with ignore-errors. Use temporary buffer.
18946 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18947
18948 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18949 background color faces.
18950 (facemenu-set-foreground, facemenu-set-background):
18951 Use facemenu-set-face-from-menu.
18952 (facemenu-set-face-from-menu): Treat face names that start with
18953 "fg:" or "bg:" as special.
18954 (facemenu-add-new-color): Don't create faces. Simplify.
18955
18956 2005-06-30 Richard M. Stallman <rms@gnu.org>
18957
18958 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18959 (crm-find-current-element): Likewise.
18960
18961 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18962
18963 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18964
18965 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18966
18967 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18968 (archive-mouse-extract): Make it an obsolete alias.
18969 (archive-mode-map): Don't use archive-mouse-extract any more.
18970 (archive-mode, archive-extract): write-contents-hooks ->
18971 write-contents-functions.
18972 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18973 first arg.
18974 (archive-rename-entry): Update the call.
18975 (archive-zip-summarize): Remove unused var `method'.
18976 (archive-lzh-summarize): Remove unused var `creator'.
18977
18978 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18979 dedicated frame upon exit.
18980
18981 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18982 (archive-zip-extract, archive-zip-expunge)
18983 (archive-zip-update, archive-zip-update-case): Use executable-find.
18984 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18985 Use restore-buffer-modified-p.
18986 (archive-extract, archive-add-new-member, archive-write-file-member):
18987 Use with-current-buffer.
18988 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18989
18990 2005-06-30 Andreas Schwab <schwab@suse.de>
18991
18992 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18993
18994 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18995
18996 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18997
18998 2005-06-30 Juri Linkov <juri@jurta.org>
18999
19000 * faces.el (vertical-border): Inherit from mode-line-inactive
19001 only on tty.
19002
19003 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
19004
19005 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19006 example, -NLINES in the `occur' docstring).
19007
19008 * replace.el (occur-1): When no matches are found, do not set the
19009 `buffer-read-only' and modified flags for the occur buffer,
19010 because it is deleted.
19011
19012 * emulation/cua-base.el (cua-check-pending-input)
19013 (cua-repeat-replace-region, cua-mode, cua-debug)
19014 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19015 Fix typos in docstrings.
19016
19017 * emulation/cua-gmrk.el (cua-toggle-global-mark)
19018 (cua-cut-region-to-global-mark)
19019 (cua--cut-rectangle-to-global-mark):
19020 Remove period from end of messages.
19021
19022 * emulation/cua-rect.el (cua-do-rectangle-padding):
19023 Remove period from end of messages.
19024 (cua--rectangle-seq-format): Fix typo in docstring.
19025 (cua-sequence-rectangle, cua-fill-char-rectangle):
19026 Improve argument/docstring consistency.
19027
19028 2005-06-29 Juri Linkov <juri@jurta.org>
19029
19030 * faces.el (default-frame-background-mode): New internal variable.
19031 (frame-set-background-mode): Use it.
19032
19033 * startup.el (normal-top-level): Set default-frame-background-mode
19034 instead of frame-background-mode. Before setting it, test for its
19035 nil value. Remove tests for frame-background-mode and frame
19036 parameter `reverse'. Add test for "unspecified-fg".
19037
19038 * term/xterm.el (xterm-rxvt-set-background-mode):
19039 * term/rxvt.el (rxvt-set-background-mode):
19040 Set default-frame-background-mode instead of frame-background-mode.
19041
19042 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
19043
19044 * simple.el (set-variable): Warn about obsolete user variables.
19045
19046 * imenu.el (imenu--completion-buffer):
19047 * mouse.el (mouse-buffer-menu-alist):
19048 * msb.el (msb-invisible-buffer-p):
19049 * calendar/diary-lib.el (diary-header-line-format):
19050 * emacs-lisp/pp.el (pp-buffer):
19051 * progmodes/cperl-mode.el (cperl-do-auto-fill):
19052 * textmodes/picture.el (picture-replace-match):
19053 Change space constants followed by a sexp to "?\s ".
19054
19055 * play/decipher.el (decipher-loop-with-breaks):
19056 * textmodes/texinfo.el (texinfo-insert-@item): Change space
19057 constants "protected" from end of line by a comment to "?\s".
19058
19059 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * font-lock.el (save-buffer-state): Use `declare'.
19062
19063 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19064 reset the syntax-table to cperl-mode-syntax-table.
19065 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19066 "foo_print_bar" is not matched as a reserved keyword.
19067
19068 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
19069
19070 * textmodes/org.el (orgtbl-setup): New function, for delayed
19071 setup for the orgtbl commands.
19072 (org-calc-default-modes): New option.
19073 (orgtbl-make-binding): Use `defun' to get better help display.
19074 (org-diary): Call `org-compile-prefix-format'.
19075 (org-table-formula-substitute-names): New function.
19076 (org-agenda-day-view, org-agenda-week-view): New commands.
19077 (org-agenda-toggle-week-view): Command removed.
19078 (org-tbl-menu): Split off from org-org-menu.
19079 (org-mode): Move removal of outline-mode menus to here.
19080 (org-table-formula-debug): New option.
19081 (org-table-insert-row): Keep first field if just "#" or "*".
19082 (org-mode): Paragraph regexps fixed.
19083 (org-table-recalculate-regexp): New constant.
19084 (org-table-justify-field-maybe): Avoid replace if not necessary.
19085 (org-copy-special, org-cut-special): Use `call-interactively'.
19086 (org-table-copy-region): Take region from `interactive' call.
19087 (org-trim): Return string even if no match.
19088 (org-formula): New face.
19089 (org-set-font-lock-defaults): No longer highlight "FIXME".
19090 But highlight formula-related fields in table.
19091 (org-table-p): Use regexp, not fontification.
19092 (org-table-align): Handle white space at end of line.
19093 (org-table-formula-evaluate-inline): New option.
19094 (org-mode): Auto-wrapping in comment lines turned off.
19095 (org-table-copy-down): Evaluate only in copied field, not in
19096 destination.
19097 (org-table-current-formula): Variable removed.
19098 (org-table-store-formulas, org-table-get-stored-formulas)
19099 (org-table-modify-formulas, org-table-replace-in-formulas)
19100 (org-table-maybe-eval-formula): New functions.
19101 (org-table-get-formula): Modify to use stored formulas.
19102 (org-table-insert-column, org-table-delete-column)
19103 (org-table-move-column): Call `org-table-modify-formulas'.
19104 (org-complete): Add completion for keyword formulas.
19105 (orgtbl-mode): Pull orgtbl-mode-map to start of
19106 minor-mode-map-alist.
19107
19108 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19109
19110 * progmodes/python.el (python-check): Require `compile' before
19111 modifying its variables.
19112
19113 * newcomment.el (comment-indent-default): Don't get fooled by an early
19114 end of buffer.
19115
19116 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19117
19118 * ps-print.el (ps-print-version): Fix version number.
19119
19120 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
19121
19122 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19123
19124 2005-06-28 Richard M. Stallman <rms@gnu.org>
19125
19126 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19127 (flyspell-local-mouse-map): Declaration deleted.
19128 (flyspell-mouse-map): Bind only mouse-2.
19129 (flyspell-mode-map): Don't test flyspell-use-local-map.
19130 (flyspell-overlay-keymap-property-name): Var deleted.
19131 (flyspell-mode-on): Don't make local bindings for
19132 flyspell-mouse-map and flyspell-mode-map.
19133 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19134
19135 * textmodes/ispell.el (ispell-word): Do not ignore short words.
19136
19137 * progmodes/compile.el (compilation-next-error-function):
19138 Don't switch buffers; operate on the current buffer.
19139
19140 * progmodes/compile.el (compilation-error-file-name)
19141 (compilation-warning-file-name, compilation-info-file-name)
19142 (compilation-line-number, compilation-column-number): New faces.
19143 (compilation-error-face, compilation-warning-face)
19144 (compilation-info-face, compilation-line-face)
19145 (compilation-column-face): Use them.
19146
19147 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19148
19149 * comint.el (comint-password-prompt-regexp): Accept ", try again".
19150
19151 * bindings.el (global-map): Bind insertchar and its variants.
19152
19153 2005-06-27 Richard M. Stallman <rms@gnu.org>
19154
19155 * textmodes/artist.el (artist-text-overwrite)
19156 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19157
19158 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19159
19160 * ps-print.el: It was not working the page selection for printing.
19161 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19162 (ps-print-version): New version 6.6.7.
19163 (ps-end-sheet): New fun.
19164 (ps-header-sheet, ps-end-job): Call it.
19165
19166 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19167
19168 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19169
19170 2005-06-27 Lute Kamstra <lute@gnu.org>
19171
19172 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19173 background color faces.
19174 (facemenu-get-face): Delete function.
19175 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19176 (facemenu-add-new-color): Make second argument mandatory.
19177 Create the appropriate face and return it. Simplify.
19178 (facemenu-set-foreground, facemenu-set-background): Don't check if
19179 color is defined. Use return value of facemenu-add-new-color.
19180
19181 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19182
19183 * progmodes/gud.el (gud-filter): Add missing argument to
19184 with-selected-window.
19185
19186 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19187
19188 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19189 a :require to the defcustom.
19190
19191 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19192 defcustoms corresponding to minor modes.
19193
19194 2005-06-26 David Ponce <david@dponce.com>
19195
19196 * recentf.el: Require tree-widget instead of wid-edit.
19197 (recentf-filename-handler): Fix widget :type.
19198 (recentf-cancel-dialog, recentf-open-more-files)
19199 (recentf-open-files-action): Doc fix.
19200 (recentf-dialog-goto-first): New function.
19201 (recentf-dialog-mode-map): Set parent keymap first.
19202 (recentf-dialog-mode): Define with define-derived-mode.
19203 Don't display continuation lines in dialogs.
19204 (recentf-edit-list): Rename from recentf-edit-selected-items.
19205 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19206 Simplify.
19207 (recentf-edit-list-validate): New function.
19208 (recentf-edit-list): Update accordingly.
19209 (recentf-open-files-item-shift): Remove.
19210 (recentf-open-files-item): Convert menu elements into tree and
19211 link widgets. Don't create the widgets.
19212 (recentf-open-files): Update accordingly.
19213 (recentf-save-list): Untabify.
19214
19215 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19216
19217 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19218 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19219 partially contained in the active region. Do not take active
19220 region into account when called from Lisp, unless INTERACTIVE arg
19221 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19222 avoid trouble with fields. Make marker point nowhere when no
19223 longer used. Always return nil. Doc fix.
19224 (flush-lines): Add INTERACTIVE arg. Do not take active region
19225 into account when called from Lisp, unless INTERACTIVE arg is
19226 non-nil. Use `forward-line' instead of `beginning-of-line' to
19227 avoid trouble with fields. Make marker point nowhere when no
19228 longer used. Always return nil. Doc fix.
19229 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19230 interchangeable. Do not take active region into account when
19231 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19232 message in echo area when called from Lisp, unless INTERACTIVE arg
19233 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19234 Return the number of matches. Doc fix.
19235 (occur): Doc fix.
19236 (perform-replace): Make comment follow double space convention for
19237 the sake of `outline-minor-mode'.
19238
19239 * faces.el (facep): Doc fix.
19240
19241 2005-06-25 Richard M. Stallman <rms@gnu.org>
19242
19243 * facemenu.el (facemenu-enable-faces-p): New function.
19244 (facemenu-background-menu, facemenu-foreground-menu)
19245 (facemenu-face-menu): Add menu-enable property.
19246
19247 * jka-compr.el (jka-compr-insert-file-contents):
19248 Special handling if cannot find the uncompression program.
19249
19250 * cus-face.el (custom-face-attributes): Add autoload.
19251
19252 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19253 Bind comment-indent-function locally.
19254
19255 * window.el (save-selected-window): Use save-current-buffer.
19256
19257 * subr.el (with-selected-window): Use save-current-buffer.
19258
19259 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19260 and with-current-buffer.
19261
19262 2005-06-24 Richard M. Stallman <rms@gnu.org>
19263
19264 * simple.el (line-move-1): Fix previous change.
19265
19266 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19267
19268 * replace.el (occur-1): Set `buffer-read-only' and the
19269 buffer-modified flag before running `occur-hook' to protect
19270 against unintentional buffer switches that can lead to data loss.
19271
19272 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19273
19274 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19275 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19276 initial error.
19277
19278 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19279 after fresh input.
19280 (gdb-var-create-handler): Put name of expression in quotes.
19281
19282 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19283
19284 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19285 elements of RING in order, and without bogus nil elements.
19286
19287 2005-06-23 Richard M. Stallman <rms@gnu.org>
19288
19289 * simple.el (set-variable): Args renamed; doc fix.
19290 (line-move-1): When there are overlays around, use vertical-motion.
19291
19292 * faces.el (escape-glyph): Use brown against light background.
19293 (nobreak-space): Rename from no-break-space.
19294 Fix previous change.
19295
19296 * dired-aux.el (dired-do-copy): Fix arg prompt.
19297
19298 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19299
19300 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19301
19302 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19303 rather than "Distributor".
19304
19305 2005-06-23 Lute Kamstra <lute@gnu.org>
19306
19307 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19308 (debug-on-entry): Use it. New interactive declaration that uses
19309 function-called-at-point.
19310
19311 2005-06-23 Kim F. Storm <storm@cua.dk>
19312
19313 * subr.el (save-match-data): Add comment about using evaporate arg
19314 to set-match-data.
19315
19316 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19317
19318 * cus-edit.el (customize-face)
19319 (customize-face-other-window): Handle face aliases.
19320
19321 * faces.el (face-documentation, set-face-attribute)
19322 (face-spec-set): Handle face aliases.
19323
19324 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19325
19326 * help-mode.el (help-make-xrefs): If a symbol representing a face
19327 name is not followed by the word "face", it could still be a
19328 function or variable name, so don't bypass other checks.
19329
19330 2005-06-22 Juri Linkov <juri@jurta.org>
19331
19332 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19333 Replace aliased functions with calls where second arg `inherit' is t.
19334
19335 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19336
19337 * progmodes/gdb-ui.el (gdb-error): New variable.
19338 (gdb-error): New function.
19339 (gdb-annotation-rules): Act on error-begin and error annotations.
19340 (gdb-concat-output): Use font-lock-warning-face for errors.
19341
19342 2005-06-22 Miles Bader <miles@gnu.org>
19343
19344 * bindings.el (propertized-buffer-identification): Use renamed
19345 `Buffer-menu-buffer' face.
19346
19347 * faces.el (vertical-border): Rename from `vertical-divider'.
19348 (escape-glyph): Change dark-background color back to `cyan'.
19349
19350 2005-06-21 Juri Linkov <juri@jurta.org>
19351
19352 * faces.el (face-user-default-spec): Try getting `customized-face'
19353 prior to `saved-face'.
19354 (frame-background-mode): Refill docstring.
19355
19356 * emacs-lisp/lisp-mode.el (eval-defun-1):
19357 * emacs-lisp/edebug.el (edebug-eval-defun):
19358 Set `saved-face' temporarily to nil before calling form.
19359 Set `customized-face' to the new spec after that.
19360
19361 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19362
19363 * subr.el (1value, lambda, key-substitution-in-progress):
19364 Doc fixes.
19365
19366 * autoinsert.el (auto-insert-alist):
19367 * ses.el (ses-call-printer):
19368 * subr.el (noreturn):
19369 * emacs-lisp/lisp.el (check-parens):
19370 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19371 * net/browse-url.el (browse-url-mosaic):
19372 * progmodes/cc-defs.el (c-safe-scan-lists):
19373 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19374 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19375 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19376 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19377 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19378 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19379
19380 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19381
19382 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19383
19384 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19385
19386 * calendar/appt.el (appt-make-list): Activate the package, if
19387 not already active (for backwards compatibility).
19388
19389 2005-06-20 Kim F. Storm <storm@cua.dk>
19390
19391 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19392
19393 2005-06-20 Miles Bader <miles@gnu.org>
19394
19395 * faces.el (vertical-divider): New face.
19396
19397 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19398
19399 * simple.el (kill-whole-line): Doc fix.
19400 (next-error-buffer-p, next-error-find-buffer)
19401 (clone-indirect-buffer): Fix typos in docstrings.
19402 (comment-line-break-function): Doc fix: don't say variable
19403 is automatically buffer-local (it isn't).
19404
19405 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19406
19407 * net/tramp-ftp.el (top):
19408 * net/tramp-smb.el (top):
19409 * net/tramp-util.el (top):
19410 * net/tramp-uu.el (top):
19411 * net/tramp-vc.el (top):
19412 * net/tramp.el (top): Revert copyright years back to original
19413 ones. Tramp has a life outside GNU Emacs.
19414
19415 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19416
19417 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19418
19419 2005-06-18 Juri Linkov <juri@jurta.org>
19420
19421 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19422 end of first regexp to limit the match to the position between
19423 line number and source line with same separator character as used
19424 between file name and line number. In the second regexp limit
19425 mouse-face area to file name and line number by adding new group
19426 for them and referring it in HYPERLINK arg.
19427 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19428 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19429 previous line where grep markers may be already removed.
19430
19431 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19432
19433 * progmodes/ps-mode.el: Update version and maintainer's email address.
19434
19435 2005-06-18 Steve Youngs <steve@xemacs.org>
19436
19437 * net/browse-url.el (browse-url-browser-function)
19438 (browse-url-default-browser): Add firefox.
19439 (browse-url-firefox-program, browse-url-firefox-arguments)
19440 (browse-url-firefox-startup-arguments)
19441 (browse-url-firefox-new-window-is-tab): New defcustoms.
19442 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19443
19444 2005-06-17 Richard M. Stallman <rms@gnu.org>
19445
19446 * startup.el (command-line): Warn if specified user name has
19447 no home directory.
19448
19449 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19450 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19451
19452 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19453 Doc fixes.
19454
19455 * faces.el (underline): Try bold if terminal doesn't support underline.
19456
19457 * mail/sendmail.el (mail-setup-with-from): New variable.
19458 (mail-insert-from-field): New function.
19459 (sendmail-send-it): Call it.
19460 (mail-setup): Optionally call it here.
19461
19462 * term/linux.el: Call tty-no-underline.
19463
19464 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19465
19466 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19467
19468 2005-06-17 Miles Bader <miles@gnu.org>
19469
19470 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19471 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19472 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19473 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19474 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19475 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19476 Remove "-face" suffix from face names.
19477 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19478 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19479 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19480 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19481 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19482 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19483 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19484 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19485 New backward-compatibility aliases for renamed faces.
19486 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19487 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19488 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19489 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19490 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19491 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19492 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19493 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19494 Use renamed ediff faces.
19495
19496 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19497 Remove "-face" suffix from face names.
19498 (eshell-test-ok-face, eshell-test-failed-face):
19499 New backward-compatibility aliases for renamed faces.
19500 (eshell-run-test): Use renamed eshell-test faces.
19501
19502 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19503 face name.
19504 (eshell-prompt-face): New backward-compatibility alias for renamed
19505 face.
19506 (eshell-emit-prompt): Use renamed eshell-prompt face.
19507
19508 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19509 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19510 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19511 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19512 Remove "-face" suffix from face names.
19513 (eshell-ls-directory-face, eshell-ls-symlink-face)
19514 (eshell-ls-executable-face, eshell-ls-readonly-face)
19515 (eshell-ls-unreadable-face, eshell-ls-special-face)
19516 (eshell-ls-missing-face, eshell-ls-archive-face)
19517 (eshell-ls-backup-face, eshell-ls-product-face)
19518 (eshell-ls-clutter-face):
19519 New backward-compatibility aliases for renamed faces.
19520 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19521
19522 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19523 Remove "-face" suffix from face name.
19524 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19525 instead of literal face.
19526
19527 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19528
19529 * emacs-lisp/warnings.el (display-warning, lwarn)
19530 (warning-minimum-log-level): Doc fixes.
19531 (warning-minimum-level, warning-minimum-log-level):
19532 Add :debug to :type choices.
19533
19534 * progmodes/ada-mode.el (ada-format-paramlist)
19535 (ada-get-indent-case, ada-check-matching-start)
19536 (ada-check-defun-name, ada-goto-matching-decl-start)
19537 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19538 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19539 (ada-make-subprogram-body): Follow error conventions.
19540 (ada-case-exception-file, ada-indent-comment-as-code)
19541 (ada-indent-handle-comment-special, ada-indent-renames)
19542 (ada-indent-return, ada-search-directories-internal)
19543 (ada-tab-policy, ada-case-exception-substring)
19544 (ada-other-file-alist, ada-matching-start-re)
19545 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19546 (ada-imenu-generic-expression, ada-compile-goto-error)
19547 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19548 (ada-popup-menu, ada-add-extensions, ada-mode)
19549 (ada-region-selected, ada-create-case-exception)
19550 (ada-create-case-exception-substring, ada-after-keyword-p)
19551 (ada-activate-keys-for-case, ada-adjust-case-region)
19552 (ada-adjust-case-buffer, ada-format-paramlist)
19553 (ada-scan-paramlist, ada-insert-paramlist)
19554 (ada-indent-newline-indent)
19555 (ada-indent-newline-indent-conditional)
19556 (ada-justified-indent-current, ada-goto-previous-word)
19557 (ada-indent-current, ada-get-indent-open-paren)
19558 (ada-get-indent-paramlist, ada-get-indent-end)
19559 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19560 (ada-get-indent-block-start, ada-get-indent-subprog)
19561 (ada-get-indent-noindent, ada-get-indent-label)
19562 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19563 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19564 (ada-goto-stmt-end, ada-goto-next-word)
19565 (ada-check-matching-start, ada-check-defun-name)
19566 (ada-goto-matching-decl-start, ada-goto-matching-start)
19567 (ada-goto-matching-end, ada-search-ignore-string-comment)
19568 (ada-in-decl-p, ada-looking-at-semi-or)
19569 (ada-looking-at-semi-private, ada-in-paramlist-p)
19570 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19571 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19572 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19573 (ada-previous-package, ada-create-menu)
19574 (ada-fill-comment-paragraph-justify)
19575 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19576 (ada-other-file-name, ada-last-which-function-line)
19577 (ada-last-which-function-subprog, ada-which-function)
19578 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19579 (ada-gen-treat-proc, ada-check-emacs-version)
19580 (ada-continuation-indent, ada-align-region-separate):
19581 Fix typos in docstrings.
19582 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19583
19584 2005-06-16 Lute Kamstra <lute@gnu.org>
19585
19586 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19587 conditionally.
19588
19589 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19590
19591 * comint.el (comint-replace-by-expanded-filename)
19592 (comint-prompt-regexp, comint-delimiter-argument-list)
19593 (comint-preinput-scroll-to-bottom):
19594 * info.el (Info-hide-cookies-node):
19595 * ls-lisp.el (ls-lisp-classify):
19596 * find-file.el (ff-search-directories, ff-special-constructs)
19597 (ff-find-other-file):
19598 * font-lock.el (font-lock-keywords):
19599 * shell.el (shell-prompt-pattern)
19600 (shell-dynamic-complete-functions, shell-mode)
19601 (shell-delimiter-argument-list):
19602 * term.el (term-replace-by-expanded-filename)
19603 (term-prompt-regexp, term-delimiter-argument-list):
19604 * woman.el (woman-ignore, woman0-if):
19605 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19606 * emacs-lisp/elint.el (elint-init-env):
19607 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19608 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19609 * language/ethio-util.el (ethio-tilde-escape)
19610 (ethio-use-three-dot-question):
19611 * net/zone-mode.el (zone-mode-load-time-setup):
19612 * progmodes/cc-align.el (c-lineup-argcont):
19613 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19614 * progmodes/cperl-mode.el (cperl-set-style-back):
19615 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19616 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19617 Fix spellings in docstrings.
19618
19619 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19620 * progmodes/modula2.el (m2-for): Fix spellings.
19621
19622 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19623
19624 * simple.el (undo-more): Don't use `format' on `error' arguments.
19625 Improve argument/docstring consistency.
19626 (pending-undo-list): Doc fix.
19627
19628 * smerge-mode.el (smerge-ensure-match):
19629 * emulation/vip.el (vip-ex):
19630 * net/zone-mode.el (zone-mode-update-serial):
19631 * progmodes/idlwave.el (idlwave-complete):
19632 * progmodes/vhdl-mode.el (vhdl-visit-file)
19633 (vhdl-compose-wire-components):
19634 Don't use `format' on `error' arguments.
19635
19636 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19637 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19638 (tooltip-help-tips): Fix typos in docstrings.
19639
19640 2005-06-16 David Ponce <david@dponce.com>
19641
19642 * tree-widget.el (tree-widget-value-create): Simplify last change.
19643
19644 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19645
19646 * ido.el (ido-incomplete-regexp): New variable.
19647 (ido-set-matches-1): Handle invalid-regexp error and set
19648 ido-incomplete-regexp.
19649 (ido-incomplete-regexp): New face.
19650 (ido-completions): Use it.
19651 (ido-complete, ido-exit-minibuffer, ido-completions):
19652 Handle incomplete regexps.
19653 (ido-completions): Add check for complete match when entering a regexp.
19654
19655 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19656
19657 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19658
19659 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19660
19661 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19662 by field delimiters.
19663
19664 2005-06-15 David Ponce <david@dponce.com>
19665
19666 * tree-widget.el: eval-and-compile inlined functions so they will
19667 be available at run-time too.
19668 (tree-widget-super-format-handler)
19669 (tree-widget-format-handler): Remove.
19670 (tree-widget-value-create): Handle the :indent property.
19671
19672 2005-06-15 Miles Bader <miles@gnu.org>
19673
19674 * progmodes/which-func.el (which-func): Only inherit
19675 `font-lock-function-name-face' when that makes sense against the
19676 default mode-line face, otherwise set the face color explicitly.
19677
19678 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19679 faces instead of (non-existent) variables.
19680
19681 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19682
19683 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19684 (iswitchb-get-matched-buffers): Likewise. Simplify.
19685
19686 2005-06-14 Miles Bader <miles@gnu.org>
19687
19688 * progmodes/ld-script.el (ld-script-location-counter):
19689 Remove "-face" suffix from face name.
19690 (ld-script-location-counter-face):
19691 New backward-compatibility alias for renamed face.
19692 (ld-script-location-counter-face): Use renamed face.
19693
19694 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19695 (cperl-hash): Remove "-face" suffix from face names.
19696 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19697 New backward-compatibility aliases for renamed faces.
19698 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19699 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19700
19701 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19702 name.
19703 (which-func-face): New backward-compatibility alias for renamed face.
19704 (which-func-format): Use renamed which-func face.
19705
19706 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19707 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19708 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19709 names.
19710 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19711 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19712 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19713 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19714 (vhdl-speedbar-architecture-selected)
19715 (vhdl-speedbar-configuration-selected)
19716 (vhdl-speedbar-package-selected)
19717 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19718 names.
19719 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19720 Use renamed faces.
19721 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19722 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19723 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19724 Use renamed faces.
19725 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19726 names.
19727 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19728 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19729 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19730 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19731 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19732 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19733
19734 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19735 face name.
19736 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19737 (sh-heredoc-face): Use renamed sh-heredoc face.
19738
19739 * progmodes/idlw-help.el (idlwave-help-link):
19740 Remove "-face" suffix from face name.
19741 (idlwave-help-link-face):
19742 New backward-compatibility alias for renamed face.
19743 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19744
19745 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19746 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19747 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19748 New backward-compatibility aliases for renamed faces.
19749 (idlwave-shell-disabled-breakpoint-face)
19750 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19751
19752 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19753 Remove "-face" suffix from face names.
19754 (flymake-errline-face, flymake-warnline-face):
19755 New backward-compatibility aliases for renamed faces.
19756 (flymake-highlight-line): Use renamed flymake faces.
19757
19758 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19759 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19760 (ebrowse-member-class, ebrowse-progress):
19761 Remove "-face" suffix from face names.
19762 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19763 (ebrowse-file-name-face, ebrowse-default-face)
19764 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19765 (ebrowse-progress-face):
19766 New backward-compatibility aliases for renamed faces.
19767 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19768 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19769 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19770 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19771
19772 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19773 antlr-syntax)
19774 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19775 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19776 names.
19777 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19778 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19779 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19780 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19781 backward-compatibility aliases for renamed faces.
19782 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19783 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19784 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19785 remove "font-lock-". Use renamed antlr-mode faces.
19786 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19787 literal face-names with face variable references.
19788
19789 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19790 face name.
19791 (Buffer-menu-buffer-face): New backward-compatibility alias for
19792 renamed face.
19793 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19794
19795 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19796
19797 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19798 Eliminate "-face" suffix.
19799 (makefile-targets): Inherit from font-lock-function-name-face and
19800 eliminate "-face" suffix.
19801 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19802 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19803 actions, instead of prepending, to make it less visible.
19804 (makefile-previous-dependency, makefile-match-dependency):
19805 Don't match a target on a continuation line.
19806
19807 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19808
19809 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19810
19811 * progmodes/gdb-ui.el (menu): Re-order menu items.
19812 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19813
19814 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19815 Define in tooltip.el.
19816 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19817 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19818 gud-tooltip-echo-area.
19819
19820 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19821 backward compatibility and make obsolete.
19822 (tooltip-help-tips): Use tooltip-use-echo-area.
19823 (tooltip-show-help-function): Rename to...
19824 (tooltip-show-help): ...this, because it is a function.
19825 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19826
19827 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19828
19829 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19830 (edebug-print-length, edebug-print-level, edebug-print-circle)
19831 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19832 (edebug-eval-print-last-sexp): Doc fixes.
19833
19834 2005-06-14 Kim F. Storm <storm@cua.dk>
19835
19836 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19837 as the coverage buffer/file/both may change.
19838
19839 2005-06-14 Lute Kamstra <lute@gnu.org>
19840
19841 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19842 and run-mode-hooks. Simplify.
19843
19844 * mail/rmailedit.el (rmail-edit-mode):
19845 * progmodes/octave-inf.el (inferior-octave-mode):
19846 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19847
19848 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19849 and run-mode-hooks.
19850 (recentf-edit-list, recentf-open-files): Don't call
19851 kill-all-local-variables directly.
19852
19853 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19854
19855 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19856
19857 * emacs-lisp/byte-run.el (make-obsolete)
19858 (define-obsolete-function-alias): Rename arguments FUNCTION and
19859 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19860 (make-obsolete-variable, define-obsolete-variable-alias):
19861 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19862 respectively.
19863
19864 * isearchb.el (isearchb-activate):
19865 * pcvs.el (cvs-mode):
19866 * ses.el (ses-load):
19867 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19868 * net/tramp.el (tramp-find-file-exists-command)
19869 (tramp-find-shell):
19870 * progmodes/ada-mode.el (ada-create-case-exception)
19871 (ada-create-case-exception-substring, ada-make-subprogram-body):
19872 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19873 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19874 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19875 * textmodes/org.el (org-promote, org-evaluate-time-range)
19876 (org-agenda-next-date-line, org-agenda-previous-date-line)
19877 (org-agenda-error, org-open-at-point, org-table-move-row)
19878 (org-format-table-table-html-using-table-generate-source)
19879 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19880 * textmodes/reftex.el (reftex-access-scan-info):
19881 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19882 (reftex-toc-promote-prepare): Follow error conventions.
19883
19884 * diff-mode.el (diff-mode): Fix typo in docstring.
19885
19886 * forms.el (forms--intuit-from-file): Fix reference to
19887 `forms-number-of-fields' in error message.
19888 (forms-print): Fix quoting in error message.
19889
19890 * forms.el (forms-mode):
19891 * emulation/vi.el (vi-goto-insert-state):
19892 * progmodes/flymake.el (flymake-new-err-info)
19893 (flymake-start-syntax-check-for-current-buffer)
19894 (flymake-simple-cleanup):
19895 * eshell/esh-var.el (eshell/export):
19896 * progmodes/gud.el (xdb):
19897 * textmodes/flyspell.el (flyspell-incorrect-hook)
19898 (flyspell-maybe-correct-transposition)
19899 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19900
19901 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19902
19903 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19904 minibuffer prompt.
19905
19906 2005-06-13 Kim F. Storm <storm@cua.dk>
19907
19908 * subr.el (add-to-ordered-list): New defun.
19909
19910 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19911 add cua--keymap-alist to emulation-mode-map-alists.
19912
19913 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19914
19915 * subr.el (complete-in-turn): New macro.
19916 (dynamic-completion-table, lazy-completion-table): Add debug info.
19917
19918 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19919 in preference to face aliases.
19920
19921 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19922 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19923 Remove unused vars `start' and `firstline'.
19924 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19925 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19926
19927 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19928
19929 * cus-start.el (all): Don't complain about missing GTK-related
19930 variables, unless either `gtk' is boundp or this isn't a
19931 `windows-nt' build.
19932
19933 2005-06-13 Lute Kamstra <lute@gnu.org>
19934
19935 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19936 run-mode-hooks.
19937
19938 * ediff-mult.el (ediff-meta-mode):
19939 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19940
19941 * ledit.el (ledit-mode): Use delay-mode-hooks.
19942
19943 * woman.el (woman-mode-line-format): Delete constant.
19944 (woman-mode-map): Initialize it properly.
19945 (woman-mode): Set mode-class property to special.
19946 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19947 Set major-mode and mode-name. Don't set mode-line-format directly.
19948 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19949
19950 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19951 string argument obsolete.
19952
19953 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19954
19955 * textmodes/org.el (org-CUA-compatible): New option.
19956 (org-disputed-keys): New variable.
19957 (org-key): New function.
19958 (orgtbl-make-binding): Add docstring to the created function.
19959 (org-mode): Set paragraph start/separate regexps.
19960 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19961 (org-archive-location, org-archive-mark-done)
19962 (org-archive-stamp-time): New options.
19963 (org-archive-subtree): New command.
19964 (org-fill-paragraph): New function.
19965 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19966 (org-fake-empty-table-line): Function removed.
19967 (org-format-org-table-html): Do not create empty table lines at
19968 separator lines. Improved table header treatment.
19969 (org-link-format): New option.
19970 (org-make-link): New function.
19971 (org-insert-link, org-store-link): Use org-make-link.
19972 (org-open-file): Quote file name for shell command, to allow
19973 spaces in file names.
19974 (org-link-regexp): Fix bug with mailto link.
19975 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19976 New constants.
19977 (org-export-as-html): Deal with the optional angles around a link.
19978 Better treatment of file: links.
19979 (org-open-at-point): Replace @{ and @} with < and >.
19980 (org-run-mode-hooks): Function removed.
19981 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19982
19983 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19984
19985 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19986 MI command -data-list-register-values.
19987 (gdb-post-prompt): Indent properly.
19988
19989 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19990
19991 * hilit-chg.el (highlight-changes-colors): Rename from
19992 `highlight-changes-colours'.
19993 (highlight-changes-colours): Keep as obsolete alias.
19994 (highlight-changes-face-list): Doc fix.
19995 (hilit-chg-make-list): Use `highlight-changes-colors'.
19996
19997 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19998
19999 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20000 defun-prompt-regexp.
20001
20002 2005-06-12 Eli Zaretskii <eliz@gnu.org>
20003
20004 * loadup.el: Don't say we are dumping under 2 names on windows-nt
20005 and cygwin.
20006
20007 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20008 Don't use an old loaddefs.el, as in Makefile.in.
20009
20010 2005-06-12 Lute Kamstra <lute@gnu.org>
20011
20012 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20013
20014 * man.el (Man-mode-map): Initialize it properly.
20015 (Man-mode): Set mode-class property to special.
20016
20017 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20018
20019 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
20020
20021 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20022 A newline is needed in the docstring there.
20023
20024 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20025 Doc fixes.
20026
20027 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20028
20029 * printing.el: Doc fix. The menubar is no more changed when printing
20030 is loaded, it only changes when pr-menu-bind or pr-update-menus is
20031 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
20032 (pr-version): New version number (6.8.4).
20033 (pr-menu-bind): New command.
20034 (pr-update-menus): Docstring and code fix.
20035 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20036 Docstring fix.
20037 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20038 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20039
20040 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
20041
20042 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20043 "Returns" to "return", document useful return values, etc.
20044
20045 2005-06-11 Alan Mackenzie <acm@muc.de>
20046
20047 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20048 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20049 (adaptive-file-function): Minor amendment to doc-string.
20050
20051 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20052
20053 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20054 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20055 Fix :type--it is `integer', not `string'.
20056
20057 * faces.el (modeline-highlight): Rename from (the erroneous)
20058 `modeline-higilight'.
20059
20060 2005-06-11 Lute Kamstra <lute@gnu.org>
20061
20062 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20063 lisp-interaction-mode-map but make it the parent.
20064 (edebug-eval-mode): Use define-derived-mode.
20065
20066 2005-06-11 Andreas Schwab <schwab@suse.de>
20067
20068 * bindings.el: Add binding of `ESC functionkey' for every
20069 `M-functionkey'.
20070 * hexl.el (hexl-mode-map): Likewise.
20071
20072 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
20073
20074 * progmodes/compile.el (compilation-error-regexp-alist-alist)
20075 [msft]: update regexp for newer msft compilers.
20076
20077 2005-06-10 Mark A. Hershberger <mah@everybody.org>
20078
20079 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20080 ATTLIST portions of included DTDs.
20081 (xml-parse-dtd): Eliminate use of inefficient match-data.
20082
20083 2005-06-10 Miles Bader <miles@gnu.org>
20084
20085 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20086 (mpuz-text): Remove "-face" suffix from face names.
20087 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20088 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20089 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20090
20091 * play/gomoku.el (gomoku-O, gomoku-X):
20092 Remove "-face" suffix from face names.
20093 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20094 New backward-compatibility aliases for renamed faces.
20095 (gomoku-font-lock-keywords): Use renamed gomoku faces.
20096
20097 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20098
20099 * thumbs.el: Fixes for changes of 2005-06-09.
20100 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20101 as a directory.
20102 (thumbs-thumbname): Remove directory separator from format string;
20103 `thumbs-thumbsdir' now returns a valid directory name.
20104 (thumbs-temp-dir): New defsubst.
20105 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20106 Use it.
20107
20108 * cus-edit.el (minibuffer):
20109 * files.el (make-backup-file-name-function):
20110 * filesets.el (filesets-external-viewers):
20111 * hilit-chg.el (highlight-changes-colours)
20112 (highlight-changes-face-list, highlight-changes-rotate-faces):
20113 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20114 * kmacro.el (kmacro-call-macro):
20115 * log-edit.el (log-edit-changelog-full-paragraphs):
20116 * mouse.el (mouse-1-click-follows-link):
20117 * skeleton.el (skeleton-autowrap):
20118 * subr.el (insert-for-yank-1):
20119 * tempo.el (tempo-insert-region):
20120 * terminal.el (terminal-emulator):
20121 * time.el (display-time-mail-face):
20122 * vc.el (vc-annotate):
20123 * vcursor.el (vcursor-copy-line):
20124 * woman.el (woman-bold-headings, woman-ignore)
20125 (woman-default-faces, woman-monochrome-faces):
20126 * calendar/todo-mode.el (todo-insert-threshold):
20127 * emulation/pc-select.el (pc-select-selection-keys-only)
20128 (pc-selection-mode):
20129 * emulation/vip.el (vip-find-char-forward):
20130 * emulation/viper-cmd.el (viper-find-char-forward):
20131 * international/mule-cmds.el
20132 (select-safe-coding-system-accept-default-p)
20133 (input-method-exit-on-invalid-key):
20134 * international/mule-diag.el (describe-coding-system):
20135 * international/ucs-tables.el (unify-8859-on-encoding-mode):
20136 * net/browse-url.el (browse-url-xterm-program):
20137 * obsolete/lazy-lock.el (lazy-lock-mode):
20138 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20139 (cperl-mode):
20140 * progmodes/cpp.el (cpp-face-light-name-list)
20141 (cpp-face-dark-name-list):
20142 * progmodes/delphi.el (delphi-newline-always-indents):
20143 Fix spellings in docstrings.
20144
20145 * ido.el (ido-mode, ido-file-extensions-order)
20146 (ido-default-file-method, ido-default-buffer-method)
20147 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20148 (ido-decorations, ido-read-file-name-as-directory-commands)
20149 (ido-read-file-name-non-ido, ido-work-directory-list)
20150 (ido-ignore-item-temp-list, ido-current-directory)
20151 (ido-magic-forward-char, ido-enter-find-file)
20152 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20153 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20154
20155 2005-06-10 Lute Kamstra <lute@gnu.org>
20156
20157 * play/dunnet.el (dun-mode): Use define-derived-mode.
20158 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20159 obsolete alias.
20160
20161 * play/doctor.el (doctor-mode-map): Remove defvar.
20162 (doctor-mode): Use define-derived-mode.
20163
20164 * mail/mspools.el (mspools-mode):
20165 * net/eudc-hotlist.el (eudc-hotlist-mode):
20166 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20167
20168 2005-06-10 Miles Bader <miles@gnu.org>
20169
20170 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20171 Remove "-face" suffix from face names.
20172 (flyspell-incorrect-face, flyspell-duplicate-face):
20173 New backward-compatibility aliases for renamed faces.
20174 (flyspell-mode-on, make-flyspell-overlay)
20175 (flyspell-highlight-incorrect-region)
20176 (flyspell-highlight-duplicate-region)
20177 (flyspell-display-next-corrections)
20178 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20179
20180 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20181 from face name.
20182 (texinfo-heading-face): New backward-compatibility alias for
20183 renamed face.
20184 (texinfo-heading-face): Use renamed texinfo-heading face.
20185
20186 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20187 suffix from face names.
20188 (tex-math-face, tex-verbatim-face):
20189 New backward-compatibility aliases for renamed faces.
20190 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20191 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20192 literal face name.
20193
20194 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20195 name.
20196 (table-cell-face): New backward-compatibility alias for renamed face.
20197 (table--put-cell-face-property, table--update-cell-face):
20198 Use renamed table-cell face.
20199
20200 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20201 from face name.
20202 (sgml-namespace-face): New backward-compatibility alias for
20203 renamed face.
20204 (sgml-namespace-face): Use renamed sgml-namespace face.
20205
20206 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20207 (org-level-4, org-level-5, org-level-6, org-level-7)
20208 (org-level-8, org-warning, org-headline-done)
20209 (org-deadline-announce, org-scheduled-today)
20210 (org-scheduled-previously, org-link, org-done, org-table)
20211 (org-time-grid): Remove "-face" suffix from face names.
20212 (org-level-1-face, org-level-2-face, org-level-3-face)
20213 (org-level-4-face, org-level-5-face, org-level-6-face)
20214 (org-level-7-face, org-level-8-face, org-warning-face)
20215 (org-headline-done-face, org-deadline-announce-face)
20216 (org-scheduled-today-face, org-scheduled-previously-face)
20217 (org-link-face, org-done-face, org-table-face)
20218 (org-time-grid-face):
20219 New backward-compatibility aliases for renamed faces.
20220 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20221 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20222 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20223 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20224
20225 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20226 (viper-minibuffer-emacs, viper-minibuffer-insert)
20227 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20228 (viper-search-face, viper-replace-overlay-face)
20229 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20230 (viper-minibuffer-vi-face):
20231 New backward-compatibility aliases for renamed faces.
20232 (viper-search-face, viper-replace-overlay-face)
20233 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20234 (viper-minibuffer-vi-face): Use renamed viper faces.
20235
20236 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20237 Remove "-face" suffix from face names.
20238 (testcover-nohits-face, testcover-1value-face):
20239 New backward-compatibility aliases for renamed faces.
20240 (testcover-mark): Use renamed testcover faces.
20241
20242 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20243 face name.
20244 (diary-button-face): New backward-compatibility alias for renamed face.
20245 (diary-entry): Use renamed diary-button face.
20246
20247 * calendar/calendar.el (diary, calendar-today, holiday)
20248 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20249 (diary-face, calendar-today-face, holiday-face):
20250 New backward-compatibility aliases for renamed faces.
20251 (eval-after-load "facemenu", diary-entry-marker)
20252 (calendar-today-marker, calendar-holiday-marker, diary-face):
20253 Use renamed calendar faces.
20254
20255 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20256 (compare-windows-face): New backward-compatibility alias for
20257 renamed face.
20258 (compare-windows-highlight): Use renamed compare-windows face.
20259
20260 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20261 (strokes-char-face): New backward-compatibility alias for renamed face.
20262 (strokes-encode-buffer): Use renamed strokes-char face.
20263
20264 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20265 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20266 Remove "-face" suffix from face names.
20267 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20268 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20269 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20270 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20271 Use renamed pcvs faces.
20272 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20273 * pcvs-defs.el (cvs-mode-map): Likewise.
20274 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20275
20276 * info.el (info-title-1, info-title-2, info-title-3)
20277 (info-title-4): Remove "-face" suffix from and downcase face names.
20278 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20279 (Info-title-4-face):
20280 New backward-compatibility aliases for renamed faces.
20281 (Info-fontify-node): Use renamed info faces.
20282
20283 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20284 Remove "-face" suffix from face names.
20285 (highlight-changes-face, highlight-changes-delete-face):
20286 New backward-compatibility aliases for renamed faces.
20287 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20288 (hilit-chg-make-list): Use renamed highlight-changes faces.
20289
20290 * generic-x.el (show-tabs-tab, show-tabs-space):
20291 Remove "-face" suffix from face names.
20292 (show-tabs-tab-face, show-tabs-space-face):
20293 New backward-compatibility aliases for renamed faces.
20294 (show-tabs-generic-mode-font-lock-defaults-1)
20295 (show-tabs-generic-mode-font-lock-defaults-2):
20296 Use renamed show-tabs faces.
20297
20298 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20299 (smerge-markers): Remove "-face" suffix from face names.
20300 (smerge-mine-face, smerge-other-face, smerge-base-face)
20301 (smerge-markers-face):
20302 New backward-compatibility aliases for renamed faces.
20303 (smerge-mine-face, smerge-other-face, smerge-base-face)
20304 (smerge-markers-face): Use renamed smerge faces.
20305
20306 * log-view.el (log-view-file, log-view-message): Remove "-face"
20307 suffix from face names.
20308 (log-view-file-face, log-view-message-face):
20309 New backward-compatibility aliases for renamed faces.
20310 (log-view-file-face, log-view-message-face): Use renamed log-view
20311 faces.
20312
20313 * paren.el (show-paren-match, show-paren-mismatch):
20314 Remove "-face" suffix from face names.
20315 (show-paren-match-face, show-paren-mismatch-face):
20316 New backward-compatibility aliases for renamed faces.
20317 (show-paren-function): Use renamed show-paren faces.
20318
20319 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20320 (ruler-mode-margins, ruler-mode-fringes)
20321 (ruler-mode-column-number, ruler-mode-fill-column)
20322 (ruler-mode-comment-column, ruler-mode-goal-column)
20323 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20324 suffix from face names.
20325 (ruler-mode-default-face, ruler-mode-pad-face)
20326 (ruler-mode-margins-face, ruler-mode-fringes-face)
20327 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20328 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20329 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20330 New backward-compatibility aliases for renamed faces.
20331 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20332 (ruler-mode-column-number, ruler-mode-fill-column)
20333 (ruler-mode-comment-column, ruler-mode-goal-column)
20334 (ruler-mode-tab-stop, ruler-mode-current-column)
20335 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20336 faces.
20337
20338 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20339 face name.
20340 (whitespace-highlight-the-space): Use renamed face.
20341 (whitespace-highlight-face): New backward-compatibility alias for
20342 renamed face.
20343
20344 * woman.el (woman-italic, woman-bold, woman-unknown)
20345 (woman-addition, woman-symbol-face):
20346 Remove "-face" suffix from face names.
20347 (woman-italic-face, woman-bold-face, woman-unknown-face)
20348 (woman-addition-face):
20349 New backward-compatibility aliases for renamed faces.
20350 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20351 (woman-decode-region, woman-replace-match)
20352 (woman-display-extended-fonts, woman-special-characters)
20353 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20354 Use renamed woman faces.
20355
20356 * longlines.el (longlines-visible-face): Face removed.
20357
20358 * diff-mode.el (diff-header, diff-file-header, diff-index)
20359 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20360 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20361 suffix from face names.
20362 (diff-header-face, diff-file-header-face, diff-index-face)
20363 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20364 (diff-changed-face, diff-function-face, diff-context-face)
20365 (diff-nonexistent-face): New backward-compatibility aliases for
20366 renamed faces.
20367 (diff-header-face, diff-file-header-face)
20368 (diff-index, diff-index-face, diff-hunk-header)
20369 (diff-hunk-header-face, diff-removed, diff-removed-face)
20370 (diff-added, diff-added-face, diff-changed-face, diff-function)
20371 (diff-function-face, diff-context-face, diff-nonexistent)
20372 (diff-nonexistent-face): Use renamed diff-mode faces.
20373
20374 * progmodes/compile.el (compilation-warning-face)
20375 (compilation-info-face): Remove "-face" suffix from face names.
20376 (compilation-warning-face, compilation-info-face):
20377 New backward-compatibility aliases for renamed faces.
20378 (compilation-warning-face, compilation-info-face):
20379 Use renamed compilation faces.
20380
20381 * add-log.el (change-log-date, change-log-name)
20382 (change-log-email, change-log-file, change-log-list)
20383 (change-log-conditionals, change-log-function)
20384 (change-log-acknowledgement): Remove "-face" suffix from face names.
20385 (change-log-date-face, change-log-name-face)
20386 (change-log-email-face, change-log-file-face)
20387 (change-log-list-face, change-log-conditionals-face)
20388 (change-log-function-face, change-log-acknowledgement-face):
20389 New backward-compatibility aliases for renamed faces.
20390 (change-log-font-lock-keywords): Use renamed change-log faces.
20391
20392 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20393 (custom-set, custom-changed, custom-saved, custom-button)
20394 (custom-button-pressed, custom-documentation, custom-state)
20395 (custom-comment, custom-comment-tag, custom-variable-tag)
20396 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20397 (custom-group-tag): Remove "-face" suffix from face names.
20398 (custom-magic-alist, custom-magic-value-create)
20399 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20400 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20401 (custom-set-face, custom-changed-face, custom-saved-face)
20402 (custom-button-face, custom-button-pressed-face)
20403 (custom-documentation-face, custom-state-face)
20404 (custom-comment-face, custom-comment-tag-face)
20405 (custom-variable-tag-face, custom-variable-button-face)
20406 (custom-face-tag-face, custom-group-tag-face-1)
20407 (custom-group-tag-face):
20408 New backward-compatibility aliases for renamed faces.
20409
20410 * wid-edit.el (widget-documentation, widget-button)
20411 (widget-field, widget-single-line-field, widget-inactive)
20412 (widget-button-pressed): "-face" suffix removed from face names.
20413 (widget-documentation-face, widget-button-face)
20414 (widget-field-face, widget-single-line-field-face)
20415 (widget-inactive-face, widget-button-pressed-face):
20416 New backward-compatibility aliases for renamed faces.
20417 (widget-documentation-face, widget-button-face)
20418 (widget-button-pressed-face, widget-specify-field)
20419 (widget-specify-inactive): Use renamed widget faces.
20420
20421 2005-06-10 Kenichi Handa <handa@m17n.org>
20422
20423 * term/x-win.el (x-clipboard-yank): Remove condition-case
20424 wrapping.
20425
20426 2005-06-11 Kenichi Handa <handa@m17n.org>
20427
20428 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20429 date lines stricter.
20430
20431 2005-06-10 Zhang Wei <id.brep@gmail.com>
20432
20433 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20434 of x-get-selection.
20435
20436 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20437
20438 * comint.el (comint-mode, comint-snapshot-last-prompt):
20439 * frame.el (frame-current-scroll-bars):
20440 * term.el (term-mode, term-check-proc, term-input-sender)
20441 (term-simple-send, term-extract-string, term-word)
20442 (term-match-partial-filename):
20443 * window.el (window-current-scroll-bars):
20444 * emulation/cua-base.el (cua-normal-cursor-color)
20445 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20446 (cua-global-mark-cursor-color):
20447 * mail/undigest.el (rmail-forward-separator-regex):
20448 Fix typos in docstrings.
20449
20450 * comint.el (comint-check-proc, make-comint-in-buffer)
20451 (comint-source-default): Doc fixes.
20452
20453 * term.el (term-send-string): Improve argument/docstring consistency.
20454
20455 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20456
20457 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20458 call to `delete-region'.
20459 (comint-mode-hook): Do not enable Font Lock by default.
20460
20461 2005-06-09 Lute Kamstra <lute@gnu.org>
20462
20463 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20464 could be void.
20465
20466 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20467
20468 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20469 (debug): Use it.
20470 (debugger-step-through, debugger-continue, debugger-jump)
20471 (debugger-return-value): Set it when needed.
20472 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20473 Use inhibit-read-only.
20474
20475 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20476
20477 * window.el (shrink-window-if-larger-than-buffer)
20478 (window-size-fixed): Fix typo in docstring.
20479
20480 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20481 thumbnails directory on loading.
20482 (thumbs-conversion-program): Use `eq' to check the system type,
20483 not `equal'.
20484 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20485 not "/tmp". Fix docstring.
20486 (thumbs-thumbsdir): New function to return the thumbnails
20487 directory, creating it if needed.
20488 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20489 (thumbs-temp-file): Delete variable and make it into a function.
20490 (thumbs-resize-image, thumbs-modify-image): Use it.
20491 (thumbs-kill-buffer): Simplify.
20492 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20493 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20494 docstrings.
20495
20496 2005-06-09 Kim F. Storm <storm@cua.dk>
20497
20498 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20499 set-match-data to free markers in match-data.
20500
20501 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20502 match-data to unchain markers in match-data.
20503
20504 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20507 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20508 unnecessary now.
20509
20510 2005-06-08 Richard M. Stallman <rms@gnu.org>
20511
20512 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20513 give the variable a doc string that doesn't say don't set it directly.
20514
20515 * textmodes/ispell.el (ispell-check-version):
20516 Use match-string-no-properties.
20517 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20518 (ispell-buffer-local-words): Likewise.
20519
20520 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20521 except on terminals with enough colors to really display it.
20522 (makefile-dependency-regex): Delete spurious `bb'.
20523
20524 * faces.el (escape-glyph): Use blue once again in last case.
20525 (no-break-space): Redefine so that it isn't invisible on a tty.
20526
20527 2005-06-08 Kim F. Storm <storm@cua.dk>
20528
20529 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20530 also when reading directory name.
20531
20532 2005-06-08 Lute Kamstra <lute@gnu.org>
20533
20534 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20535 (flyspell-mode-line-string): Remove autoload cookie.
20536 (flyspell-mode): Remove defvar.
20537
20538 2005-06-07 Lute Kamstra <lute@gnu.org>
20539
20540 * textmodes/org.el (org-run-mode-hooks): New function.
20541 (org-agenda-mode): Use it.
20542
20543 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20544
20545 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20546
20547 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20548
20549 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20550
20551 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20552
20553 * font-lock.el (font-lock-add-keywords): Doc fix.
20554
20555 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20558 (tex-compile-default): In the absence of any history, use the order in
20559 tex-compile-alist to choose the preferred command.
20560 (tex-compile-commands): Reorder a bit.
20561
20562 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20563 (flyspell-incorrect-face, flyspell-duplicate-face):
20564 Use (X)Emacs-agnostic code.
20565 (flyspell-mode-map): Don't overwrite at each load. Remove code
20566 redundant with the subsequent add-minor-mode. Merge Emacs and
20567 XEmacs code.
20568 (flyspell-word): Minor simplification.
20569 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20570 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20571 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20572 Merge the corresponding Emacs code.
20573 (flyspell-correct-word, flyspell-xemacs-popup):
20574 Use flyspell-do-correct.
20575
20576 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20577 a dedicated window.
20578
20579 * international/latexenc.el (latexenc-find-file-coding-system):
20580 Undo part of last patch, to turn off a compiler warning.
20581
20582 2005-06-06 Juri Linkov <juri@jurta.org>
20583
20584 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20585 Rename `tmm-inactive-face' to `tmm-inactive'.
20586
20587 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20588
20589 * iswitchb.el: Rename faces.
20590
20591 2005-06-06 Kim F. Storm <storm@cua.dk>
20592
20593 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20594 (cua-global-mark): Remove -face suffix from face names.
20595
20596 * emulation/cua-gmrk.el (cua--init-global-mark):
20597 Remove cua-global-mark face setup.
20598
20599 2005-06-06 Richard M. Stallman <rms@gnu.org>
20600
20601 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20602 just like other allowed characters.
20603 (makefile-match-dependency): Exclude leading and training whitespace
20604 from the range of regexp subexp 1.
20605 (makefile-macroassign-regex): Don't try to match the body,
20606 just the name of the macro being defined.
20607
20608 * info.el (Info-read-node-name-2): New function.
20609 (Info-read-node-name-1): Use that.
20610 Add a completion-base-size-function property.
20611
20612 * simple.el (completion-setup-function): Look for
20613 completion-base-size-function property of minibuffer-completion-table.
20614
20615 * files.el (locate-file-completion): Doc fix.
20616
20617 * printing.el: Don't call pr-update-menus; user must do that.
20618
20619 * emacs-lisp/debug.el (debugger-window): New variable.
20620 (debug): Use debugger-window if it is set and still alive.
20621 Record debugger-window for next entry.
20622
20623 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20624
20625 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20626
20627 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20628 (hack-one-local-variable, hack-local-variables)
20629 (hack-local-variables-prop-line): Pass that arg.
20630
20631 2005-06-06 Kim F. Storm <storm@cua.dk>
20632
20633 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20634 (ido-indicator): Remove -face suffix from face names.
20635
20636 2005-06-06 Juri Linkov <juri@jurta.org>
20637
20638 * font-lock.el (font-lock-regexp-backslash)
20639 (font-lock-regexp-backslash-construct): New faces.
20640 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20641 after `('. Add `while-no-input' to control structures.
20642
20643 * faces.el (no-break-space, shadow): New faces.
20644 (escape-glyph): Use less loud colors pink2 and red4.
20645
20646 * diff-mode.el (diff-context-face)
20647 * dired.el (dired-ignored)
20648 * rfn-eshadow.el (file-name-shadow)
20649 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20650
20651 * info.el (Info-title-1-face): Use green instead of yellow because
20652 bold yellow is not readable on light backgrounds.
20653
20654 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20655 before selecting the desired mode to not spend time fontifying
20656 old contents.
20657
20658 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20659
20660 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20661 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20662
20663 * ps-print.el (ps-default-fg, ps-default-bg):
20664 Fix typos in docstrings.
20665
20666 * isearchb.el (isearchb): Don't pass a spurious second argument to
20667 `iswitchb-completions'.
20668
20669 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20670
20671 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20672 to preserve point.
20673 (gdb-find-file-hook): Add doc string.
20674
20675 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20676 C dereferenced pointer expression.
20677 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20678
20679 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20680
20681 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20682 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20683 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20684 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20685 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20686 Make background transparent.
20687
20688 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20689
20690 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20691 (font-lock-remove-keywords): Doc fix.
20692 (font-lock-mode-major-mode): Compiler defvar.
20693 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20694
20695 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20696 (font-lock-mode): Update `font-lock-mode-major-mode'.
20697 (font-lock-set-defaults): Compiler defvar.
20698 (font-lock-default-function): Take `font-lock-mode-major-mode'
20699 into account.
20700
20701 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20702 keep track of which major mode it enabled the minor mode for.
20703 Use find-file-hook again. Update docstring.
20704
20705 * simple.el (eval-expression-print-level)
20706 (eval-expression-print-length, eval-expression-debug-on-error):
20707 Doc fixes.
20708
20709 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20710
20711 * iswitchb.el (iswitchb-single-match-face)
20712 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20713 (iswitchb-invalid-regexp-face): New faces.
20714 (iswitchb-completions): Use them.
20715 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20716 now marked as an obsolete alias.
20717 (iswitchb-read-buffer): Remove check for bound font variables.
20718 (iswitchb-invalid-regexp): New free variable.
20719 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20720 set iswitchb-invalid-regexp.
20721 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20722 invalid regexps.
20723 (iswitchb-completions): Add check for complete match when entering
20724 a regexp.
20725 (iswitchb-completions): Remove require-match argument.
20726 (iswitchb-exhibit): Fix caller.
20727 (iswitchb-common-match-inserted): New variable.
20728 (iswitchb-complete, iswitchb-completion-help): Use it.
20729
20730 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20731
20732 * url-http.el (url-http-chunked-encoding-after-change-function):
20733 Use `url-http-debug' instead of `message'.
20734
20735 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20736
20737 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20738 callback argument.
20739
20740 2005-06-04 Kim F. Storm <storm@cua.dk>
20741
20742 * simple.el (line-move): Only call sit-for when moving backwards.
20743
20744 * ido.el (ido-make-merged-file-list-1): New defun split from
20745 ido-make-merged-file-list.
20746 (ido-make-merged-file-list): Bind throw-on-input around call to
20747 ido-make-merged-file-list-1. Return input-pending-p if
20748 interrupted by more input available.
20749 (ido-read-internal): Handle input-pending-p return value from
20750 ido-make-merged-file-list.
20751
20752 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20753
20754 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20755 compatibility code.
20756
20757 * international/latexenc.el (latexenc-find-file-coding-system):
20758 Don't inherit the EOL part of the coding-system from the
20759 tex-main buffer. Fit within 80 columns.
20760
20761 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20762
20763 * tmm.el (tmm-inactive-face): New face.
20764 (tmm-remove-inactive-mouse-face): New function.
20765 (tmm-prompt, tmm-add-one-shortcut)
20766 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20767 but not selectable.
20768
20769 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20770
20771 * faces.el (face-equal): Improve argument/docstring consistency.
20772
20773 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20774
20775 * progmodes/make-mode.el (makefile-targets-face)
20776 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20777 (makefile-bsdmake-dependency-regex)
20778 (makefile-makepp-rule-action-regex)
20779 (makefile-bsdmake-rule-action-regex): New constants.
20780 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20781
20782 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20783 Allow (...) within `...' for makepp messages.
20784
20785 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20786
20787 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20788
20789 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20790 "." files are deleted from all file lists before comparison.
20791
20792 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20793 (viper-ESC-key): Made them customizable.
20794
20795 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20796
20797 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20798
20799 * autorevert.el (auto-revert-buffers): Use save-match-data.
20800
20801 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20802
20803 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20804 menu items with a nil command binding.
20805
20806 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20807
20808 * emacs-lisp/cl-macs.el (defsetf):
20809 Improve argument/docstring consistency.
20810
20811 * faces.el (list-faces-display): Improve the formatting by
20812 computing the maximum length required for any face-name (reworked
20813 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20814 (internal-find-face): Remove redundant info in docstring.
20815
20816 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20817
20818 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20819 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20820 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20821 (gdb-assembler-custom): Improve regexps.
20822 (def-gdb-auto-update-handler): Use window point to preserve point.
20823
20824 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20825
20826 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20827
20828 2005-05-31 Jay Belanger <belanger@truman.edu>
20829
20830 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20831 to calc-embedded.
20832 (calc-embedded-make-info): Have plain prefix argument select
20833 entire line.
20834
20835 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20836
20837 * faces.el (list-faces-display): Signal error if passed a regexp
20838 that matches no face name.
20839
20840 * simple.el (filter-buffer-substring): Fix typo in docstring.
20841
20842 2005-05-31 Richard M. Stallman <rms@gnu.org>
20843
20844 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20845 (vhdl-emacs-21): Doc fix.
20846 (vhdl-mode): Unconditionally set comment-padding.
20847 (vhdl-fixup-whitespace-region): Insert spaces only where
20848 there are none.
20849 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20850
20851 2005-05-30 John Wiegley <johnw@newartisans.com>
20852
20853 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20854 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20855 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20856 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20857 `string-to-number'.
20858
20859 2005-05-30 Jay Belanger <belanger@truman.edu>
20860
20861 * calc/calc.el (calc-bug-address): Fix docstring.
20862 (calc-window-hook, calc-trail-window-hook): New variables.
20863 (calc-trail-display): Restore use of calc-trail-window-hook.
20864 (calc): Restore use of calc-window-hook.
20865
20866 2005-05-31 Masatake YAMATO <jet@gyve.org>
20867
20868 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20869
20870 * help-fns.el (help-C-file-name): Add autoload mark for
20871 `find-function-noselect'.
20872
20873 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20876 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20877
20878 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20879
20880 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20881 included diary buffer if it was not already being visited.
20882 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20883
20884 * calendar/icalendar.el (top-level): Do not require appt.
20885
20886 * mail/supercite.el (sc-select-attribution): Only use a list
20887 element from sc-attrib-selection-list if it returns a string.
20888 Reported by Davide G. M. Salvetti <salve@debian.org>.
20889
20890 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20891
20892 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20893 includes a hash value to improve its uniqueness, and has a ".jpg"
20894 extension. Also, it is now a valid filename on all systems.
20895 (thumbs-make-thumb): Use `let', not `let*'.
20896 (thumbs-show-thumbs-list): Check for JPEG availability.
20897
20898 2005-05-30 Richard M. Stallman <rms@gnu.org>
20899
20900 * filesets.el (filesets-menu-ensure-use-cached):
20901 Prevent warning when emacs-version>= is undefined.
20902
20903 * printing.el (pr-interactive-n-up): Use string-to-number.
20904
20905 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20906
20907 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20908 Warn only when name to be defined is quoted.
20909
20910 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20911
20912 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20913 Make regexp more robust.
20914 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20915 Force regeneration of disassembly.
20916
20917 2005-05-29 Jay Belanger <belanger@truman.edu>
20918
20919 * calc/calc.el (calc-user-invocation): Check if
20920 calc-invocation-macro is non-nil.
20921
20922 2005-05-29 Juri Linkov <juri@jurta.org>
20923
20924 * add-log.el (change-log-font-lock-keywords):
20925 Add `+' to e-mail regexp to accept mail address with keywords.
20926
20927 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20928
20929 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20930
20931 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20932
20933 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20934
20935 2005-05-29 Richard M. Stallman <rms@gnu.org>
20936
20937 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20938 Undo the change that moves to end of the current word.
20939
20940 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20941
20942 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20943 Throw error when count <= 0 to ensure input is a number.
20944 (gdb-read-memory-custom): Pick up address from buffer.
20945 (gdb-memory-mode): Allow user to increment and decrement
20946 memory address from header line.
20947
20948 2005-05-29 Richard M. Stallman <rms@gnu.org>
20949
20950 * flyspell.el (flyspell-version): Function deleted.
20951 (flyspell-auto-correct-previous-hook): Doc fix.
20952
20953 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20954 Do nothing if memory is full.
20955
20956 * font-lock.el (font-lock-fontify-syntactically-region):
20957 Pass t for GREEDY to looking-back.
20958
20959 * saveplace.el (save-place-alist-to-file): Write the file
20960 using write-region.
20961
20962 * subr.el (looking-back): New argument GREEDY.
20963
20964 * progmodes/compile.el (compilation-start): Set the mode
20965 before inserting the initial text.
20966
20967 * progmodes/which-func.el (which-func-update-1): Turn the mode
20968 off in case of error by setting which-func-mode.
20969
20970 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20971
20972 * flyspell.el (flyspell-auto-correct-previous-word):
20973 Narrow down to what's on the screen, and recenter overlays
20974 at the end of the next word.
20975
20976 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20977
20978 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20979 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20980 (flyspell-abbrev-p): Default to nil.
20981 (flyspell-use-global-abbrev-table-p): Doc fix.
20982 (flyspell-large-region): Allow nil as value.
20983 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20984
20985 (mail-mode-flyspell-verify): More robust handling
20986 of `mail-header-separator'. More efficient signature detection.
20987 Allow for regexp metacharacters in message-header-separator.
20988 Adding `To' not to be checked in mail-mode-flyspell-verify.
20989
20990 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20991 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20992 Bind flyspell-auto-correct-binding.
20993 Bind C-. and C-, .
20994 (flyspell-mode-map): Likewise.
20995 (flyspell-mode): Doc fix.
20996 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20997 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20998 (flyspell-word-cache-result): New var, always local.
20999 (flyspell-check-pre-word-p): Doc fix.
21000 (flyspell-check-changed-word-p): Handle spc like newline.
21001 (flyspell-post-command-hook): Set flyspell-word-cache-result.
21002 (flyspell-word-search-backward, flyspell-word-search-forward):
21003 New functions.
21004 (flyspell-word): Return t if nothing to check.
21005 When parsing TeX code, check for after } or \.
21006 Use flyspell-word-search-backward to find previous word.
21007 Return nil if duplicated word.
21008 For word already checked, return same value as last time.
21009 Set flyspell-word-cache-result after checking.
21010 Don't clobber the return value.
21011 (flyspell-get-word): Major rewrite.
21012 (flyspell-external-point-words): New locals pword, pcount.
21013 Fix size used in progress message.
21014 Find the proper corresponding word in flyspell-large-region-buffer.
21015 (flyspell-region): Check for flyspell-large-region = nil.
21016 (flyspell-highlight-incorrect-region): Clean up overlays in region.
21017 (flyspell-auto-correct-word): Check that WORD is a cons.
21018 (flyspell-correct-word): Likewise.
21019
21020 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
21021
21022 * progmodes/make-mode.el (makefile-rule-action-regex)
21023 (makefile-macroassign-regex, makefile-makepp-mode)
21024 (makefile-bsdmake-mode): Continuation lines may be empty.
21025 Reported by Joshua Varner.
21026 (makefile-makepp-font-lock-keywords): Add $(stem).
21027
21028 2005-05-28 Karl Berry <karl@gnu.org>
21029
21030 * textmodes/tex-mode.el: Now that tex-send-command calls
21031 shell-quote-argument (2005-03-31 change), remove all calls to
21032 shell-quote-argument; they all end up invoking tex-send-command.
21033 The double quoting loses on filenames with non-safe characters,
21034 such as "@". Reported by Frederik Fouvry.
21035
21036 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21037
21038 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21039 about preserving point.
21040
21041 2005-05-27 Jay Belanger <belanger@truman.edu>
21042
21043 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21044 Info-goto-node.
21045
21046 * calc/calc-embed.el (calc-embed-arg): New variable.
21047 (calc-do-embedded-activate, calc-embedded-activate-formula)
21048 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21049 variable by new variable.
21050 (calc-embedded-make-info): Replace undeclared variable by new
21051 variable. When selecting region with positive prefix
21052 argument, use end of previous line instead of beginning of line.
21053
21054 * calc/calc-aent.el (calc-arg-values): Declare it.
21055
21056 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21057 Declare them.
21058
21059 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21060
21061 * calc/calc.el (calc-alg-map): Declare it.
21062
21063 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21064
21065 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
21066
21067 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21068 (gdb-registers-buffer, toggle-gdb-all-registers):
21069 Toggle display of floating point registers.
21070 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21071
21072 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
21073 (toggle-gud-tooltip-dereference):
21074 Rename from gud-toggle-tooltip-dereference.
21075
21076 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
21077
21078 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21079
21080 2005-05-27 Jay Belanger <belanger@truman.edu>
21081
21082 * calc/calc-prog.el (calc-kbd-report): Remove.
21083 (calc-kbd-query): Rewrite.
21084
21085 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
21086
21087 * image.el (image-library-alist): Move to image.c.
21088 (image-type-available-p): Doc fix.
21089
21090 2005-05-27 Lute Kamstra <lute@gnu.org>
21091
21092 * calc/calc.el (calc):
21093 * outline.el (outline-1, outline-2, outline-3, outline-4)
21094 (outline-5, outline-6, outline-7, outline-8):
21095 * textmodes/dns-mode.el (dns-mode):
21096 * textmodes/sgml-mode.el (sgml-namespace-face):
21097 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21098 (tex-verbatim-face, tex-use-reftex):
21099 * textmodes/texinfo.el (texinfo-heading-face):
21100 Specify customization group.
21101
21102 * longlines.el: Don't require easy-mmode.
21103 (longlines-visible-face): Specify customization group.
21104
21105 2005-05-27 Kenichi Handa <handa@m17n.org>
21106
21107 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21108 encoding table of windows-1251.
21109
21110 * international/ucs-tables.el (ucs-set-table-for-input):
21111 If translation-table-for-input of a coding system is a symbol, get
21112 its translation-table property.
21113
21114 * international/code-pages.el: Don't register a coding system into
21115 non-iso-charset-alist more than once.
21116 (cp-make-coding-system): Likewise.
21117
21118 2005-05-26 John Wiegley <johnw@newartisans.com>
21119
21120 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21121 `eshell-resume-eval' is wrapped in a list, it indicates that the
21122 command was run asynchronously. In that case, unwrap the value
21123 before checking the delimiter value.
21124
21125 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21126 character before a space at the end of a line is \, assume the space
21127 is part of the last argument rather than a final argument separator.
21128
21129 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21130 is in use, and the target is `t' or `nil' (which are the most common
21131 values), don't assume that the symbol target is a buffer.
21132
21133 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21134
21135 * calendar/calendar.el (calendar-mode-line-format):
21136 Use mode-line-highlight as mouse-face.
21137
21138 * time.el (display-time-string-forms, display-time-update):
21139 Use mode-line-highlight as mouse-face.
21140
21141 2005-05-26 Jay Belanger <belanger@truman.edu>
21142
21143 * calc/calc.el (calc-language-alist): Remove extra defvar.
21144
21145 2005-05-26 Lute Kamstra <lute@gnu.org>
21146
21147 * arc-mode.el (archive-mode):
21148 * bookmark.el (bookmark-read-annotation-mode)
21149 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21150 * bs.el (bs-mode):
21151 * calc/calc-yank.el (calc-edit-mode):
21152 * calc/calc.el (calc-mode, calc-trail-mode):
21153 * calculator.el (calculator-mode):
21154 * chistory.el (command-history-mode):
21155 * comint.el:
21156 * cus-edit.el (custom-mode):
21157 * descr-text.el (describe-text-mode):
21158 * ebuff-menu.el (Electric-buffer-menu-mode):
21159 * ediff-util.el (ediff-mode):
21160 * emacs-lisp/re-builder.el (reb-mode):
21161 * emulation/vi.el (vi-mode-setup):
21162 * emulation/ws-mode.el (wordstar-mode):
21163 * eshell/esh-mode.el (eshell-mode):
21164 * forms.el (forms-mode):
21165 * help-mode.el (help-mode):
21166 * hexl.el (hexl-mode):
21167 * ibuffer.el (ibuffer-mode):
21168 * ielm.el (inferior-emacs-lisp-mode):
21169 * info.el (Info-mode, Info-edit-mode):
21170 * international/swedish.el:
21171 * ledit.el (ledit-from-lisp-mode):
21172 * locate.el (locate-mode):
21173 * mail/rmail.el (rmail-mode):
21174 * mail/rmailedit.el (rmail-edit-mode):
21175 * mail/rmailsum.el (rmail-summary-mode):
21176 * mail/supercite.el (sc-electric-mode):
21177 * net/eudc.el (eudc-mode):
21178 * net/quickurl.el (quickurl-list-mode):
21179 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21180 * obsolete/ooutline.el (outline-mode):
21181 * obsolete/options.el (Edit-options-mode):
21182 * obsolete/rnews.el (news-mode):
21183 * obsolete/rnewspost.el (news-reply-mode):
21184 * play/5x5.el (5x5-mode):
21185 * play/decipher.el (decipher-mode, decipher-stats-mode):
21186 * play/gomoku.el (gomoku-mode):
21187 * play/snake.el (snake-mode):
21188 * play/solitaire.el (solitaire-mode):
21189 * play/tetris.el (tetris-mode):
21190 * progmodes/ada-mode.el (ada-mode):
21191 * progmodes/antlr-mode.el (antlr-mode):
21192 * progmodes/autoconf.el (autoconf-mode):
21193 * progmodes/dcl-mode.el (dcl-mode):
21194 * progmodes/delphi.el (delphi-mode):
21195 * progmodes/ebrowse.el (ebrowse-tree-mode)
21196 (ebrowse-electric-list-mode, ebrowse-member-mode)
21197 (ebrowse-electric-position-mode):
21198 * progmodes/f90.el (f90-mode):
21199 * progmodes/fortran.el (fortran-mode):
21200 * progmodes/icon.el (icon-mode):
21201 * progmodes/idlw-help.el (idlwave-help-mode):
21202 * progmodes/idlw-shell.el (idlwave-shell-mode):
21203 * progmodes/idlwave.el (idlwave-mode):
21204 * progmodes/inf-lisp.el (inferior-lisp-mode):
21205 * progmodes/m4-mode.el (m4-mode):
21206 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21207 * progmodes/modula2.el (modula-2-mode):
21208 * progmodes/octave-inf.el (inferior-octave-mode):
21209 * progmodes/octave-mod.el (octave-mode):
21210 * progmodes/pascal.el (pascal-mode):
21211 * progmodes/sh-script.el (sh-mode):
21212 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21213 * progmodes/vhdl-mode.el (vhdl-mode):
21214 * progmodes/xscheme.el (scheme-interaction-mode):
21215 * replace.el (occur-mode):
21216 * ses.el (ses-mode):
21217 * simple.el (completion-list-mode):
21218 * skeleton.el:
21219 * speedbar.el (speedbar-mode):
21220 * term.el (term-mode):
21221 * terminal.el (terminal-edit-mode):
21222 * textmodes/reftex-index.el (reftex-index-mode)
21223 (reftex-index-phrases-mode):
21224 * textmodes/reftex-sel.el (reftex-select-label-mode)
21225 (reftex-select-bib-mode):
21226 * textmodes/reftex-toc.el (reftex-toc-mode):
21227 * wdired.el (wdired-change-to-wdired-mode):
21228 * wid-browse.el (widget-browse-mode):
21229 Use run-mode-hooks.
21230
21231 * array.el (array-mode):
21232 * calendar/todo-mode.el (todo-mode):
21233 * man.el (Man-mode):
21234 * play/landmark.el (lm-mode):
21235 * play/mpuz.el (mpuz-mode):
21236 Use kill-all-local-variables and run-mode-hooks.
21237
21238 * subr.el (delay-mode-hooks): Specify indentation.
21239
21240 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21241
21242 * xml.el (xml-substitute-special): Don't die for undefined xml
21243 entities.
21244
21245 2005-05-26 Jay Belanger <belanger@truman.edu>
21246
21247 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21248 of nil.
21249
21250 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21251
21252 * progmodes/gdb-ui.el (gdb-frame-address):
21253 Rename from gdb-current-address.
21254 (gdb-previous-frame-address): Rename from gdb-previous-address.
21255 (gdb-selected-frame): Rename from gdb-current-frame.
21256 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21257 (gdb-frame-number): Rename from gdb-current-stack-level.
21258 (gdb-ann3): Match new mode-name for disassembly buffer.
21259 Extend initialization of variables.
21260 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21261 (gdb-memory-mode): Use mouse-face in header line.
21262 (gdb-assembler-buffer-name): Call it disassembly and give frame
21263 in mode line.
21264 (gdb-source-spec-regexp, gdb-assembler-custom)
21265 (gdb-invalidate-assembler, gdb-frame-handler):
21266 Make robust to leading zeroes in address format.
21267
21268 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21269
21270 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21271 define `org-mode'.
21272 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21273
21274 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21275
21276 * log-edit.el (log-edit-changelog-entries): Distinguish between
21277 filenames like xfns.c and fns.c.
21278
21279 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21280
21281 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21282 point after reverting.
21283 (Buffer-menu-make-sort-button): Handle the case where
21284 `Buffer-menu-use-header-line' is nil.
21285
21286 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21287
21288 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21289 New funcs. In minibuffer-local-completion-map bind `]', `/'
21290 and `:' to them.
21291
21292 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * startup.el (normal-top-level): Allow modification of load-path while
21295 we're iterating over it.
21296
21297 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21298
21299 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21300 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21301 (thumbs-resize-interactive, thumbs-insert-image)
21302 (thumbs-insert-thumb, thumbs-dired-show-marked)
21303 (thumbs-find-image-at-point, thumbs-delete-images)
21304 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21305 (thumbs-increment-image-size, thumbs-decrement-image-size):
21306 Fix typos in docstrings.
21307
21308 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21309
21310 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21311 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21312 (cperl-mode): Use them.
21313
21314 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21315
21316 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21317 Doc fixes.
21318
21319 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21320
21321 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21322 Bind C-d to gdb-inferior-io-eof.
21323
21324 * dired.el (dired-dnd-popup-notice): Use message-box.
21325
21326 2005-05-23 Masatake YAMATO <jet@gyve.org>
21327
21328 * bindings.el (mode-line-major-mode-keymap):
21329 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21330
21331 * faces.el (mode-line-highlight): New face.
21332
21333 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21334 as mouse-face.
21335
21336 * bindings.el (top-level, help-echo, mode-line-modified)
21337 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21338 as mouse-face.
21339
21340 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21341
21342 * progmodes/cc-engine.el (c-guess-basic-syntax):
21343 Remove spurious call to `zerop'.
21344
21345 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21346
21347 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21348
21349 CC Mode update to 5.30.10:
21350
21351 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21352 could go past the limit in decoration level 2, thereby causing
21353 errors during interactive fontification.
21354
21355 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21356 the file is evaluated interactively.
21357
21358 * cc-engine.el (c-guess-basic-syntax): Handle operator
21359 declarations somewhat better in C++.
21360
21361 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21362 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21363 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21364 (awk-mode): Use it.
21365 (make-local-hook): Suppress warning about obsoleteness.
21366
21367 * cc-engine.el, cc-align.el, cc-cmds.el
21368 (c-append-backslashes-forward, c-delete-backslashes-forward)
21369 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21370 Compensate for return value from `forward-line' when it has moved
21371 but not to a different line due to eob.
21372
21373 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21374 `objc-method-intro' and `objc-method-args-cont'.
21375
21376 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21377
21378 CC Mode update to 5.30.10:
21379
21380 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21381 in the copyright statement. Incidentally, change "along with GNU
21382 Emacs" to "along with this program" where it occurs.
21383
21384 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21385 so that it is interactive, hence can be found by M-x awk-mode
21386 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21387 <gmorris+emacs@ast.cam.ac.uk>.
21388
21389 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21390 Mode's regexps.
21391
21392 2005-05-23 Kevin Ryde <user42@zip.com.au>
21393
21394 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21395 c-parse-state, to avoid a lisp error (on bad code).
21396
21397 2005-05-23 Lute Kamstra <lute@gnu.org>
21398
21399 * subr.el (font-lock-defaults): Remove defvar as it's already
21400 defined in font-core.el.
21401
21402 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21403
21404 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21405
21406 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21407 more general and work when GDB variable "print pretty" is on,
21408 as with Emacs, for example.
21409
21410 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21411
21412 * font-core.el: Update comment.
21413
21414 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21415 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21416
21417 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21418
21419 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21420
21421 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21422 and `yank-handler' in the doc strings.
21423
21424 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21425
21426 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21427
21428 2005-05-22 Richard M. Stallman <rms@gnu.org>
21429
21430 * help.el (describe-key): Move print-help-return-message call
21431 out of conditional.
21432
21433 * progmodes/etags.el (list-tags): Use with-no-warnings.
21434
21435 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21436 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21437 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21438
21439 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21440
21441 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21442 Add defvar.
21443
21444 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21445 Use defvar, not defconst.
21446
21447 * hexl.el (hexl-follow-line): Use with-no-warnings.
21448
21449 * emulation/tpu-extras.el: Use write-file-functions instead of
21450 write-file-hooks.
21451
21452 * dired.el (dired-font-lock-keywords): Fontify files with junk
21453 extensions even if marked by -F.
21454
21455 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21456
21457 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21458 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21459 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21460 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21461 (concatenate, list-length, get*, getf, cl-remprop):
21462 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21463 (etypecase, progv, lexical-let, lexical-let*)
21464 (multiple-value-bind, multiple-value-setq, shiftf):
21465 Improve argument/docstring consistency.
21466
21467 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21468
21469 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21470
21471 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21472 doesn't exist.
21473
21474 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21475 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21476
21477 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21478
21479 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21480 already deleted variables: auto-fill-hook, blink-paren-hook,
21481 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21482 suspend-hooks, comment-indent-hook, meta-flag,
21483 before-change-function, after-change-function,
21484 font-lock-doc-string-face.
21485
21486 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21487
21488 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21489
21490 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21491
21492 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21493 rmail-dont-reply-to.
21494
21495 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21496
21497 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21498 literal blank when splitting new-header-values.
21499
21500 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21501
21502 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21503 string so that tmm doesn't create a completion entry for it.
21504
21505 * textmodes/table.el (table-disable-menu): Ditto.
21506
21507 2005-05-21 Richard M. Stallman <rms@gnu.org>
21508
21509 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21510
21511 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21512
21513 * net/rcompile.el (remote-compile): Use compilation-start.
21514
21515 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21516
21517 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21518
21519 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21520 Default to makefile-bsdmake-mode on BSD systems.
21521
21522 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21523 REGEXP may also be a search function now. The part of doc-string
21524 for describing the structure was 95% identical to that of
21525 `imenu--generic-function'. Unify it there.
21526
21527 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21528 Use function to find dependencies, because regexp alone is so complex,
21529 it easily goes into an endless loop.
21530 (makefile-makepp-mode): Also add submenu for Perl functions
21531 defined in the makefile.
21532 (makefile-bsdmake-mode): Special imenu-generic-expression no
21533 longer needed, due to function call.
21534 (makefile-match-dependency): Take BOUND into account when checking
21535 if we're through.
21536
21537 2005-05-20 Jay Belanger <belanger@truman.edu>
21538
21539 * calc/calc-units.el (calc-invalidate-units-table):
21540 Use inhibit-read-only.
21541 (math-build-units-table-buffer): Use view-mode.
21542
21543 2005-05-20 David Kastrup <dak@gnu.org>
21544
21545 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21546 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21547
21548 2005-05-20 Lute Kamstra <lute@gnu.org>
21549
21550 * diff-mode.el (diff-header-face, diff-file-header-face)
21551 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21552 (diff-added-face, diff-changed-face, diff-function-face)
21553 (diff-context-face, diff-nonexistent-face): Put them in the
21554 diff-mode customization group.
21555
21556 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21557
21558 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21559
21560 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21561
21562 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21563 Minor regexp-optimization.
21564
21565 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21566
21567 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21568 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21569 (org-agenda-add-time-grid-maybe): New function.
21570 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21571 (org-table-create): `dotimes' instead of `mapcar'.
21572 (org-xor): Simplify implementation.
21573 (org-agenda): `inhibit-redisplay' turned on.
21574 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21575 a consistent line after a state change.
21576 (org-agenda-remove-times-when-in-prefix): New option.
21577 (org-prefix-has-time): New variable.
21578 (org-parse-time-string): Optional argument NODEFAULT.
21579 (org-format-agenda-item): Parse items for time-of-day
21580 specifications and move these into the prefix if possible.
21581 (org-agenda-priority): Get current heading, not previous heading
21582 during agenda remote editing.
21583
21584 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21585
21586 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21587 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21588 (remove-duplicates, delete-duplicates, substitute)
21589 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21590 (nsubstitute-if-not, find, find-if, find-if-not, position)
21591 (position-if, position-if-not, count, count-if, count-if-not)
21592 (mismatch, search, sort*, stable-sort, merge, member*)
21593 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21594 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21595 (intersection, nintersection, set-difference, nset-difference)
21596 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21597 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21598 (nsublis, tree-equal): Improve argument/docstring consistency.
21599
21600 * subr.el (send-string, send-region): Remove obsolescence declaration.
21601 (window-dot, set-window-dot, read-input, show-buffer)
21602 (eval-current-buffer, string-to-int):
21603 Add release number to obsolescence declarations.
21604
21605 2005-05-19 Kim F. Storm <storm@cua.dk>
21606
21607 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21608 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21609
21610 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21611
21612 * faces.el (list-faces-display): Make back button respect optional
21613 regexp arg.
21614
21615 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21616
21617 * calculator.el (calculator-radix-grouping-mode)
21618 (calculator-radix-grouping-digits, calculator-displayer)
21619 (calculator-radix-grouping-separator, calculator-copy-displayer):
21620 * dabbrev.el (dabbrev-search-these-buffers-only):
21621 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21622 (diff-advance-after-apply-hunk, diff-mode-hook)
21623 (diff-minor-mode-prefix):
21624 * imenu.el (imenu-use-popup-menu):
21625 * jit-lock.el (jit-lock-context-time):
21626 * newcomment.el (comment-fill-column, comment-column)
21627 (comment-style, comment-padding, comment-multi-line)
21628 (comment-empty-lines, comment-auto-fill-only-comments):
21629 * reveal.el (reveal-around-mark):
21630 * uniquify.el (uniquify-buffer-name-style)
21631 (uniquify-after-kill-buffer-p)
21632 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21633 (uniquify-min-dir-content, uniquify-separator)
21634 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21635 * w32-vars.el (w32-fixed-font-alist):
21636 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21637 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21638 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21639 * progmodes/perl-mode.el (perl-indent-level)
21640 (perl-continued-statement-offset, perl-continued-brace-offset)
21641 (perl-brace-offset, perl-brace-imaginary-offset)
21642 (perl-label-offset, perl-indent-continued-arguments)
21643 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21644 * progmodes/tcl.el (tcl-indent-level)
21645 (tcl-continued-indent-level, tcl-auto-newline)
21646 (tcl-tab-always-indent, tcl-electric-hash-style)
21647 (tcl-help-directory-list, tcl-use-smart-word-finder)
21648 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21649 (inferior-tcl-source-command):
21650 * textmodes/fill.el (enable-kinsoku):
21651 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21652 * textmodes/table.el (table-yank-handler):
21653 Specify missing group (and type, if simple) in defcustom.
21654
21655 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21656
21657 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21658
21659 2005-05-19 Richard M. Stallman <rms@gnu.org>
21660
21661 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21662
21663 * subr.el (event-basic-type): Don't get an error.
21664 (left-fringe-p): Function deleted.
21665
21666 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21667 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21668
21669 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21670 in recursive copy.
21671
21672 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21673
21674 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21675
21676 * emacs-lisp/bytecomp.el
21677 (byte-compile-file-form-custom-declare-variable):
21678 Call byte-compile-nogroup-warn if appropriate.
21679
21680 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21681 (compilation-set-window): Don't call left-fringe-p; do it directly.
21682
21683 2005-05-19 Jay Belanger <belanger@truman.edu>
21684
21685 * calc/calc-graph.el (calc-graph-format-data): Make sure
21686 var-PlotRejects is bound before trying to check its value.
21687
21688 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21689
21690 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21691 definition of this variable from reftex-global.el to reftex.el,
21692 because it is needed in the menu.
21693
21694 2005-05-19 Lute Kamstra <lute@gnu.org>
21695
21696 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21697 years are fixed. Don't insert a space after a dash.
21698
21699 2005-05-19 Kim F. Storm <storm@cua.dk>
21700
21701 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21702
21703 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21704
21705 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21706 strings, because (eq ... ?\\) is fairly frequent.
21707
21708 * progmodes/make-mode.el (makefile-add-this-line-targets):
21709 Simplify and integrate into `makefile-pickup-targets'.
21710 (makefile-add-this-line-macro): Simplify and integrate into
21711 `makefile-pickup-macros.
21712 (makefile-pickup-filenames-as-targets): Simplify.
21713 (makefile-previous-dependency, makefile-match-dependency):
21714 Don't stumble over `::'.
21715
21716 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21717
21718 * subr.el (post-command-idle-hook, post-command-idle-delay):
21719 Remove obsoletion of post-command-idle-hook and
21720 post-command-idle-delay.
21721
21722 * faces.el (list-faces-display): Provide button when describe-face
21723 is called to take user back to the list of faces.
21724
21725 * help-fns.el (describe-variable): Remove hyperlinks in a
21726 variable's value as these are quite frequently inappropriate.
21727
21728 * follow.el (follow-submit-feedback, follow-mode):
21729 Remove references to post-command-idle-hook.
21730
21731 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21732
21733 * progmodes/make-mode.el (makefile-previous-dependency)
21734 (makefile-match-dependency): Check for := (and in bsd mode also
21735 !=) to give a better result, even when font-lock is not on.
21736
21737 2005-05-18 Jay Belanger <belanger@truman.edu>
21738
21739 * calc/calc-help.el (calc-s-prefix-help):
21740 Add `calc-copy-special-constant' to help string.
21741
21742 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21743
21744 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21745
21746 2005-05-18 Jay Belanger <belanger@truman.edu>
21747
21748 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21749 in linear factors are in proper order.
21750
21751 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21752
21753 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21754 Support for jurabib.
21755
21756 * textmodes/reftex.el (featurep): Define aliases for overlay
21757 commands, for XEmacs compatibility, and use these aliases in
21758 overlay initializations.
21759 (reftex-highlight): Use `reftex-move-overlay'.
21760 (reftex-unhighlight): Use `reftex-delete-overlay'.
21761 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21762 (reftex-access-search-path): Use `reftex-uniquify' instead of
21763 `reftex-uniq'
21764
21765 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21766 `before-string' property modification enables for Emacs as well.
21767 (reftex-select-item): Use `reftex-delete-overlay'.
21768 (reftex-select-mark): Use `reftex-make-overlay' and
21769 `reftex-overlay-put'.
21770 (reftex-select-unmark): Use `reftex-delete-overlay' and
21771 `reftex-overlay-put'.
21772
21773 2005-05-18 Lute Kamstra <lute@gnu.org>
21774
21775 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21776
21777 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21778
21779 * add-log.el (add-change-log-entry):
21780 * array.el (array-make-template, array-reconfigure-rows)
21781 (array-init-max-row, array-init-max-column)
21782 (array-init-columns-per-line, array-init-field-width):
21783 * replace.el (replace-match-maybe-edit, perform-replace):
21784 * textmodes/spell.el (spell-region):
21785 Replace `read-input' by `read-string'.
21786
21787 * forms.el (forms-mode):
21788 * finder.el (finder-compile-keywords):
21789 * shadowfile.el (shadow-read-files):
21790 Replace `eval-current-buffer' by `eval-buffer'.
21791
21792 * terminal.el (te-pass-through):
21793 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21794 (ange-ftp-raw-send-cmd):
21795 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21796 (send-process-next-char, telnet-initial-filter, telnet):
21797 Replace `send-string' by `process-send-string'.
21798
21799 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21800 (prolog-consult-region): Replace `send-string' by
21801 `process-send-string'; replace `send-region' by `process-send-region'.
21802
21803 * progmodes/delphi.el (delphi-log-msg):
21804 Replace `set-window-dot' by `set-window-point'.
21805
21806 * subr.el (window-dot, set-window-dot, read-input, send-string)
21807 (send-region, show-buffer, eval-current-buffer):
21808 Make really obsolete, as the comment says.
21809
21810 2005-05-17 Kim F. Storm <storm@cua.dk>
21811
21812 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21813 (cua--init-keymaps): Bind C-return instead of S-return to set
21814 rectangle mark.
21815
21816 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21817 instead of S-return to toggle/clear rectangle mark.
21818
21819 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21820
21821 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21822 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21823 Also fontify plain strings assigned to variables, mostly so that a
21824 colon has a face and is thus not taken as a dependency separator.
21825 (makefile-previous-dependency): Inline the new matcher, because it
21826 is too complex to work in both directions.
21827 (makefile-match-dependency): Eliminate `backward' arg (see above).
21828 Completely reimplemented so as to not sometimes go into an endless
21829 loop. It should also be more efficient, because first it only
21830 searches for `:', instead of applying the very complex regexp.
21831 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21832 to be fontified in one piece can be too long for JIT.
21833 Makefiles are never *that* big.
21834
21835 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21836
21837 * dired.el (dired-mode): Simplify.
21838
21839 2005-05-17 Lute Kamstra <lute@gnu.org>
21840
21841 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21842 defcustom for the mode hook variable.
21843
21844 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21845 Emacs Lisp Reference Manual.
21846
21847 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21848
21849 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21850 (evenp, list*):
21851 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21852 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21853
21854 * net/tramp-smb.el (tramp-smb-open-connection):
21855 Pass `tramp-chunksize' as fifth (required) argument.
21856
21857 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21858
21859 * font-lock.el (lisp-font-lock-keywords-1):
21860 Set `font-lock-negation-char-face' for [^...] char group.
21861 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21862
21863 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21864 a var, and refine it to mask one more level of nested vars.
21865 (makefile-rule-action-regex): Turn it into a var, and refine it so
21866 it recognizes backslashed continuation lines as belonging to the
21867 same command.
21868 (makefile-macroassign-regex): Refine it so it recognizes
21869 backslashed continuation lines as belonging to the same command.
21870 (makefile-var-use-regex): Don't look at the next char, because it
21871 might be the same one to be skipped by the initial [^$], leading
21872 to an overlooked variable use.
21873 (makefile-make-font-lock-keywords): Remove two parameters, which
21874 are now variables that some of the modes set locally.
21875 Handle dependency and rule action matching through functions, because
21876 regexps alone match too often. Dependency matching now comes
21877 last, so it can check, whether a colon already matched something else.
21878 (makefile-mode): Inform that font-lock improves makefile parsing
21879 capabilities.
21880 (makefile-match-dependency, makefile-match-action): New functions.
21881
21882 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21883
21884 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21885
21886 * align.el (align-regexp):
21887 * ansi-color.el (ansi-color-get-face):
21888 * array.el (array-reconfigure-rows, array-init-max-row)
21889 (array-init-max-column, array-init-columns-per-line)
21890 (array-init-field-width):
21891 * dired-aux.el (dired-trample-file-versions):
21892 * dired-x.el (dired-mark-sexp):
21893 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21894 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21895 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21896 * faces.el (face-read-integer):
21897 * files.el (backup-extract-version, insert-directory):
21898 * hexl.el (hexl-insert-decimal-char):
21899 * server.el (server-process-filter):
21900 * shell.el (shell-extract-num):
21901 * startup.el (command-line-1):
21902 * term.el (term-command-hook):
21903 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21904 (time-stamp-do-number):
21905 * time.el (display-time-update):
21906 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21907 (timezone-fix-time):
21908 * vms-patch.el (vms-suspend-resume-hook):
21909 * calendar/appt.el (appt-convert-time):
21910 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21911 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21912 * calendar/cal-islam.el (mark-islamic-diary-entries):
21913 * calendar/calendar.el (calendar-cursor-to-date)
21914 (calendar-star-date):
21915 * calendar/diary-lib.el (diary-attrtype-convert)
21916 (mark-diary-entries, diary-entry-time):
21917 * calendar/solar.el (solar-get-number):
21918 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21919 * emacs-lisp/re-builder.el (reb-display-subexp):
21920 * emulation/edt.el (edt-set-scroll-margins):
21921 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21922 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21923 (vip-get-ex-count):
21924 * emulation/viper-ex.el (viper-get-ex-token)
21925 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21926 * international/fontset.el (fontset-plain-name):
21927 * mail/feedmail.el (feedmail-look-at-queue-directory):
21928 * mail/mailalias.el (mail-get-names):
21929 * mail/rmail.el (rmail-convert-to-babyl-format):
21930 * mail/rmailsum.el (rmail-make-basic-summary-line)
21931 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21932 (rmail-summary-goto-msg):
21933 * mail/smtpmail.el (smtpmail-read-response):
21934 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21935 (ange-ftp-vms-add-file-entry):
21936 * play/gametree.el (gametree-looking-at-ply)
21937 (gametree-current-branch-score):
21938 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21939 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21940 * progmodes/cperl-mode.el (condition-case):
21941 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21942 (ebrowse-set-member-buffer-column-width)
21943 (ebrowse-select-1st-to-9nth):
21944 * progmodes/etags.el (etags-snarf-tag):
21945 * progmodes/flymake.el (flymake-parse-line):
21946 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21947 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21948 (idlwave-shell-menu-def):
21949 * progmodes/ps-mode.el (ps-run-goto-error):
21950 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21951 (vhdl-speedbar-contract-level):
21952 * term/mac-win.el (x-handle-numeric-switch):
21953 * term/sun-mouse.el (sun-get-frame-data):
21954 * term/w32-win.el (x-handle-numeric-switch):
21955 * term/x-win.el (x-handle-numeric-switch):
21956 * textmodes/ispell.el (ispell-parse-output):
21957 * textmodes/nroff-mode.el (nroff-outline-level):
21958 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21959 (reftex-bib-sort-year-reverse, reftex-format-citation):
21960 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21961 (reftex-section-number):
21962 * textmodes/texinfmt.el (texinfo-paragraphindent):
21963 Replace `string-to-int' by `string-to-number'.
21964
21965 * international/latexenc.el: Add page marker to force the "Local
21966 Variables:" string out of the last page.
21967
21968 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21969
21970 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21971 tooltip-change-major-mode.
21972 (gud-tooltip-print-command): Remove case where gud-minor-mode
21973 is gdb ("--fullname").
21974 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21975 explain to user.
21976
21977 2005-05-16 Jay Belanger <belanger@truman.edu>
21978
21979 * calc/calc-store.el (calc-copy-special-constant): New function.
21980
21981 * calc/calc-ext.el (calc-init-extensions): Add binding for
21982 `calc-copy-special-constant'.
21983
21984 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21985 for the `calc-copy-special-constant' command.
21986
21987 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21988
21989 * subr.el (left-fringe-p): New function.
21990
21991 * progmodes/compile.el (compilation-setup): Set local value of
21992 overlay-arrow-string to "" always.
21993 (compilation-set-window): Left fringe then don't scroll.
21994 No left fringe then no arrow and scroll message to top.
21995 (compilation-context-lines): Adjust doc string accordingly.
21996
21997 2005-05-16 Kim F. Storm <storm@cua.dk>
21998
21999 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22000 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22001 (ido-wide-find-dir-or-delete-dir): New command for M-d.
22002 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
22003 (ido-read-file-name): Handle commands with ido property value
22004 equal to find-file as reading a file name, to allow C-d to enter dired.
22005 (ibuffer-find-file): Add ido property with value find-file.
22006
22007 2005-05-15 Kim F. Storm <storm@cua.dk>
22008
22009 * subr.el (open-network-stream-nowait): Remove.
22010 (open-network-stream-server): Remove.
22011
22012 2005-05-15 Richard M. Stallman <rms@gnu.org>
22013
22014 * faces.el (describe-face): Output a definition link button.
22015
22016 * help-mode.el (help-face-def): New button type.
22017
22018 * emacs-lisp/copyright.el (copyright-fix-years):
22019 Match properly if the first year is 2-digit.
22020 Don't mess up the whitespace after the years by filling.
22021
22022 * dired-aux.el (dired-mark-confirm):
22023 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22024
22025 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22026 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22027 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22028
22029 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22030 Set font-lock-comment-start-skip.
22031
22032 * font-lock.el (font-lock-comment-start-skip): New variable.
22033 (font-lock-comment-end-skip): New variable.
22034 (font-lock-fontify-syntactically-region): Use them if non-nil.
22035
22036 2005-05-15 Jay Belanger <belanger@truman.edu>
22037
22038 * calc/calc-store.el (calc-store-value): Return a string rather
22039 than display it as a message.
22040 Use calc-var-name for variable name.
22041 (calc-store-into): Add the result of calc-store-value to message.
22042 (calc-copy-variable): Add a message.
22043 (calc-store-exchange): Improve error messages.
22044 (calc-store-binary, calc-store-map): Don't reset the values of
22045 special constants.
22046
22047 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
22048
22049 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22050 manual to docstring.
22051
22052 * files.el (hack-local-variables-confirm): Add STRING argument.
22053 Make the function handle non file visiting buffers correctly.
22054 (hack-local-variables-prop-line, hack-local-variables)
22055 (hack-one-local-variable): Use STRING arg of
22056 `hack-local-variables-confirm'.
22057
22058 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
22059
22060 Sync with Tramp 2.0.49.
22061
22062 * net/tramp.el (tramp-handle-dired-call-process)
22063 (tramp-handle-insert-directory):`insert-buffer' cannot be used
22064 because the contents of the Tramp buffer is changed before
22065 insertion (`expand-file' and alike).
22066 (tramp-handle-insert-directory): If `localname' has an empty
22067 nondirectory name, it must not be quoted.
22068 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
22069 variable `tramp-chunksize'. Change callees.
22070 (tramp-open-connection-setup-interactive-shell): Check remote host
22071 for buggy `send-process-string' implementation.
22072 Set `tramp-chunksize' if found. Reported by Michael Kifer
22073 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22074 (tramp-handle-shell-command): `insert-buffer' cannot be used
22075 because the contents of the Tramp buffer is changed before
22076 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22077 <frederic.bothamy@free.fr>.
22078 (tramp-set-auto-save): Actions should be done for Tramp file name
22079 handler only. Ange-FTP has its own auto-save mechanism.
22080 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22081 (tramp-set-auto-save-file-modes): Set file modes of
22082 `buffer-auto-save-file-name' to ?\600 as fallback solution.
22083 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22084 (tramp-bug): Remove obsolete variable.
22085 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
22086 for presence of `mml-mode'. Make it running for older Emacsen as well.
22087
22088 2005-05-14 John Paul Wallington <jpw@pobox.com>
22089
22090 * ibuf-ext.el (define-ibuffer-filter filename):
22091 If `dired-directory' is a list, use its car.
22092
22093 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
22094
22095 * ibuffer.el (define-ibuffer-column filename):
22096 If `dired-directory' is a list, use its car.
22097
22098 2005-05-14 Richard M. Stallman <rms@gnu.org>
22099
22100 * subr.el (symbol-file): Doc fix.
22101
22102 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22103 (byte-compile-form): Call byte-compile-nogroup-warn.
22104 (byte-compile-warning-types): Doc fix.
22105
22106 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22107
22108 * progmodes/cc-engine.el (c-literal-faces):
22109 Add font-lock-comment-delimiter-face.
22110
22111 * net/net-utils.el (dig): Use with-no-warnings.
22112
22113 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22114 (sc-recite-frame-alist, sc-default-cite-frame)
22115 (sc-default-uncite-frame, sc-default-recite-frame)
22116 (sc-attrib-selection-list, sc-rewrite-header-list):
22117 Mark as risky-local-variable.
22118
22119 * international/ogonek.el (ogonek-jak, ogonek-how):
22120 Don't use beginning-of-buffer.
22121
22122 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22123
22124 * calendar/solar.el (solar-data-list): Move definition up.
22125
22126 * dnd.el (dnd-protocol-alist): Add autoload.
22127
22128 * progmodes/sh-script.el: Many doc usage fixes.
22129 (sh-indent-after-do): Change default to match common styles.
22130
22131 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
22132
22133 * files.el (interpreter-mode-alist)
22134 (auto-mode-interpreter-regexp): Doc fixes.
22135
22136 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
22137
22138 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22139
22140 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22141
22142 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22143
22144 * dired.el (dired-mode): make-variable-buffer-local =>
22145 make-local-variable.
22146
22147 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22148
22149 * term/mac-win.el (mac-select-convert-to-string): Try coding
22150 systems in mac-script-code-coding-systems if specified one cannot
22151 encode string for `com.apple.traditional-mac-plain-text'.
22152
22153 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22154
22155 * progmodes/make-mode.el (makefile-targets-face)
22156 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22157 (makefile-dependency-regex): Fix it to not make the colon in
22158 $(var:a=b) special.
22159 (makefile-rule-action-regex): New regexp for highlighting embedded
22160 Shell strings.
22161 (makefile-macroassign-regex): Handle != for highlighting as
22162 embedded Shell strings.
22163 (makefile-var-use-regex): New const.
22164 (makefile-statements, makefile-automake-statements)
22165 (makefile-gmake-statements, makefile-makepp-statements)
22166 (makefile-bsdmake-statements): New consts.
22167 (makefile-make-font-lock-keywords): New function.
22168 (makefile-automake-font-lock-keywords)
22169 (makefile-gmake-font-lock-keywords)
22170 (makefile-makepp-font-lock-keywords)
22171 (makefile-bsdmake-font-lock-keywords): New consts.
22172 (makefile-mode-map): Add switchers between the various submodes.
22173 (makefile-mode): Document the availability of the variants.
22174 (makefile-automake-mode, makefile-gmake-mode)
22175 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22176
22177 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22178 new variants of makefile-mode.
22179
22180 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22181
22182 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22183 the inheritance.
22184
22185 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22186
22187 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22188 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22189
22190 * files.el (normal-mode): Extend the scope of the
22191 `enable-local-variables' binding to include the `set-auto-mode' call.
22192 (magic-mode-alist): Doc fix.
22193
22194 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22195
22196 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22197 font-lock-comment-face rather than copying its setting.
22198
22199 2005-05-12 Andreas Schwab <schwab@suse.de>
22200
22201 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22202
22203 2005-05-12 Lute Kamstra <lute@gnu.org>
22204
22205 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22206 defcustom for the mode hook variable. Delete the last argument.
22207 * generic-x.el: Fix callers of define-generic-mode.
22208 (generic-x-modes): Delete group.
22209 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22210 generic-x customization group.
22211
22212 2005-05-12 Kim F. Storm <storm@cua.dk>
22213
22214 * font-lock.el (font-lock-negation-char-face): Default to "off".
22215
22216 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22217 font-lock-negation-char-face to ! in !=.
22218
22219 2005-05-12 Masatake YAMATO <jet@gyve.org>
22220
22221 * add-log.el (find-change-log): Fix typos in the docstring
22222 of function.
22223
22224 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22225
22226 * international/latexenc.el (latexenc-find-file-coding-system):
22227 Avoid `re-search-forward' when looking for input encoding because
22228 of speed and safety. Better regular expressions for recognizing
22229 input encoding. Limit a search for TeX-master/tex-main-file to
22230 the local variable section.
22231
22232 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22233
22234 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22235 syntax of $ to "'" (quote).
22236
22237 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22238
22239 * dnd.el (dnd-protocol-alist): Improve custom type.
22240
22241 * dired.el (dired-dnd-protocol-alist): New variable.
22242 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22243 `dired-mode-hook' to the end.
22244
22245 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22246
22247 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22248 comment-end if comment-start-skip is not set.
22249 Obey the font-lock-comment-delimiter-face variables.
22250
22251 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22252
22253 * files.el (executable-find): Move from executable.el. Use
22254 locate-file.
22255 * progmodes/executable.el (executable-find): Move to files.el.
22256
22257 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22258 when trying to ensure forward progress.
22259
22260 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22261
22262 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22263 (mouse-select, mouse-select-internal, mouse-extend-internal):
22264 Use it to implement mouse-1-click-follows-link functionality.
22265
22266 2005-05-11 Richard M. Stallman <rms@gnu.org>
22267
22268 * font-lock.el (font-lock-fontify-syntactically-region):
22269 Use font-lock-comment-delimiter-face for comment delimiters.
22270
22271 2005-05-10 Jay Belanger <belanger@truman.edu>
22272
22273 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22274 preserving embedded modes.
22275
22276 2005-05-10 Richard M. Stallman <rms@gnu.org>
22277
22278 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22279
22280 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22281 Move from ada-stmt.el.
22282 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22283
22284 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22285 Move to ada-mode.el.
22286 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22287
22288 * cus-edit.el (custom-file): Call file-chase-links.
22289
22290 * files.el (read-directory-name): Fix previous change.
22291 (hack-local-variables-confirm): New function.
22292 (hack-local-variables-prop-line, hack-local-variables)
22293 (hack-one-local-variable): Use it.
22294
22295 2005-05-10 Lute Kamstra <lute@gnu.org>
22296
22297 * font-lock.el (font-lock-keywords-alist)
22298 (font-lock-removed-keywords-alist): Clarify docstrings.
22299
22300 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22301
22302 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22303 (gdb-source-info): Check for preprocessor info.
22304 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22305 a macro for a function.
22306 (gdb-info-breakpoints-custom): Try to find file again if not already
22307 found (user might have used GDB dir command).
22308 (gdb-get-location): Update gdb-location-alist correctly for change
22309 to gdb-info-breakpoints-custom.
22310
22311 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22312 (gud-tooltip-print-command): Add gdbmi case.
22313 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22314 preprocessor info.
22315
22316 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22317
22318 * startup.el (fancy-splash-insert): Fix typo in doc string.
22319
22320 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22321
22322 * obsolete/float.el (string-to-float):
22323 * obsolete/hilit19.el (hilit-add-pattern):
22324 * obsolete/rnews.el (news-parse-range, news-select-message)
22325 (news-get-pruned-list-of-files): Replace `string-to-int' by
22326 `string-to-number'.
22327
22328 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22329 `find-file-not-found-hooks'; use `add-hook'.
22330 (uncompress-while-visiting): Set `write-file-functions', not
22331 `write-file-hooks'; use `add-hook'.
22332
22333 2005-05-09 Kim F. Storm <storm@cua.dk>
22334
22335 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22336 (cua-paste): Handle clipboard action.
22337 (cua--init-keymaps): Remap clipboard-kill-region and
22338 clipboard-kill-ring-save.
22339
22340 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22341
22342 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22343 Improve commentary.
22344
22345 * simple.el (next-error-overlay-arrow-position): Revert the change
22346 made on 2005-04-30.
22347
22348 2005-05-07 Jay Belanger <belanger@truman.edu>
22349
22350 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22351 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22352 `calc-sel-reselect'.
22353
22354 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22355 Calc is in embedded mode.
22356
22357 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22358
22359 * progmodes/compile.el (compilation-setup):
22360 Set overlay-arrow-string to an empty string on text terminals.
22361
22362 * textmodes/ispell.el (ispell-program-name): Try looking for
22363 "aspell" along exec-path, and if found, use it as the default
22364 speller program.
22365
22366 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22367
22368 * international/mule.el (sgml-xml-auto-coding-function):
22369 Recognize encoding='FOO' in single quotes as well as in double quotes.
22370
22371 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22372
22373 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22374 as well as `interactive', so that defmacro* would recognize
22375 `declare' forms.
22376
22377 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22378
22379 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22380 Explain more about the LIGHTER arg's usage in the doc string.
22381 Add commentary to clarify what the code does. Fix the regexp that
22382 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22383 since it could have characters special to regular expressions.
22384
22385 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22386
22387 * replace.el (occur-1): Bind inhibit-read-only so that
22388 erase-buffer doesn't barf on read-only text properties (likewise
22389 for add-text-properties in occur-engine). Mark buffer as unmodified.
22390 (occur-engine): Don't set buffer-read-only here.
22391
22392 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22393
22394 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22395 list-buffers-directory. This caused the *cvs-commit* buffer to be
22396 sometimes mistakenly reused as a *cvs* buffer.
22397
22398 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22399
22400 * tooltip.el: Move code for GUD tooltips into gud.el.
22401 (require): CL no longer needed to compile case.
22402 (tooltip-mode): Do not toggle functions for GUD tooltips.
22403 (tooltip-gud-tips-p): Remove. Replace with minor mode
22404 gud-tooltip-mode in gud.el.
22405 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22406 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22407 tooltip-gud prefix with gud-tooltip and obsolete.
22408 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22409 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22410 (tooltip-mouse-motion): Mouse movement functions/variable.
22411 Rename in gud.el by adding gud prefix.
22412 (tooltip-gud-original-filter, tooltip-gud-dereference)
22413 (tooltip-gud-event, tooltip-toggle-gud-tips)
22414 (tooltip-gud-process-output, tooltip-gud-print-command)
22415 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22416 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22417 (gdb-tooltip-print): Move to gdb-ui.el.
22418
22419 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22420 (require): CL needed to compile case.
22421 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22422 tooltip-gud-tips-p. Make it a minor-mode.
22423 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22424 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22425 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22426 (gud-tooltip-change-major-mode)
22427 (gud-tooltip-activate-mouse-motions-if-enabled)
22428 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22429 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22430 (gud-tooltip-original-filter, gud-tooltip-dereference)
22431 (gud-tooltip-event, tooltip-toggle-gud-tips)
22432 (gud-tooltip-process-output, gud-tooltip-print-command)
22433 (gud-tooltip-tips): Move from tooltip.el.
22434
22435 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22436 (gdb-cpp-define-alist-flags): Doc fix.
22437 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22438 gud-tooltip-mode is t.
22439
22440 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22441
22442 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22443 evaporate if their text is deleted.
22444 (goto-address-at-point): Make it work as a mouse binding as well.
22445 (goto-address-at-mouse): Obsolete it. Update users.
22446
22447 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22448
22449 * calendar/appt.el (top-level): No longer activate on load.
22450
22451 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22452
22453 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22454 * net/webjump.el (webjump):
22455 * progmodes/idlw-help.el (idlwave-do-context-help1)
22456 (idlwave-highlight-linked-completions):
22457 * textmodes/po.el (po-find-file-coding-system-guts):
22458 Replace `assoc-ignore-case' by `assoc-string'.
22459
22460 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22461
22462 * files.el (locate-file): Doc fix.
22463
22464 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22465 Remove the redundant test for ms-dos.
22466
22467 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22468 look for the preprocessor with exec-suffixes. If not found in
22469 standard places, look in exec-path. Remove most of the tests that
22470 used system-type.
22471
22472 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22473
22474 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22475
22476 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22477 file-name clash with jka-compr.el on 8+3 filesystems.
22478
22479 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22480
22481 * term/mac-win.el: Don't define or bind scroll bar functions if
22482 x-toolkit-scroll-bars is t.
22483 (x-select-text, x-get-selection-value): Clear
22484 x-last-selected-text-clipboard if x-select-enable-clipboard is
22485 nil.
22486 (PRIMARY): Put mac-scrap-name property.
22487 (mac-select-convert-to-file-url): New function.
22488 (public.file-url): New selection target type. Add to
22489 selection-converter-alist.
22490 (x-get-selection, x-selection-value): Handle it.
22491 (x-cut-buffer-or-selection-value): New alias.
22492
22493 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22494
22495 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22496 entry to avoid calling bibtex-find-entry with arg global
22497 being t. Remove arg key.
22498 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22499 (bibtex-copy-summary-as-kill): Change accordingly.
22500
22501 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22502
22503 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22504 (org-agenda-date-later): Use with-current-buffer.
22505
22506 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22507
22508 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22509 (define-obsolete-variable-alias): Doc Fixes.
22510
22511 2005-05-06 Kim F. Storm <storm@cua.dk>
22512
22513 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22514 vertical-motion when selective-display is active.
22515
22516 * ido.el (ido-setup-hook): New hook.
22517 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22518 (ido-input-stack): New var.
22519 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22520 ido-next-work-file binding to M-O.
22521 Bind M-f to ido-wide-find-file-or-pop-dir.
22522 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22523 (ido-read-internal): Run ido-setup-hook.
22524 Catch quit in read-file-name and read-string to cancel edit.
22525 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22526 Automatically pop-all when completing a directory name (RET).
22527 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22528 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22529 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22530 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22531 New functions for M-b/M-f to move among the directory components.
22532 (ido-make-merged-file-list): Catch quit to cancel merge.
22533 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22534 (ido-completion-help): No warnings for ido-completion-buffer-full.
22535
22536 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22537
22538 * font-lock.el (font-lock-negation-char-face): New face and variable.
22539 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22540 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22541 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22542 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22543
22544 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22545
22546 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22547 Fix typo in docstring.
22548
22549 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22550 (ebrowse-print-statistics-line)
22551 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22552
22553 * term/w32-win.el (image-library-alist): Add additional name for
22554 Xpm library.
22555
22556 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22557
22558 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22559 use gcc instead of cpp.
22560
22561 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22562 (gdb-create-define-alist): Use it.
22563 (gdb-cpp-define-alist-program): Update for MS-DOS.
22564
22565 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22566
22567 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22568
22569 2005-05-04 Richard M. Stallman <rms@gnu.org>
22570
22571 * help.el (describe-key): No error when UNTRANSLATED is nil.
22572
22573 * simple.el (line-move-1): Fix previous change to signal errors
22574 appropriately.
22575
22576 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22577
22578 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22579 (icalendar-duration-correction): Remove.
22580 (icalendar--get-event-properties): Split result at commas.
22581 (icalendar--decode-isoduration): New optional argument
22582 DURATION-CORRECTION.
22583 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22584 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22585 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22586 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22587 (icalendar--convert-anniversary-to-ical): New functions, extracted
22588 from icalendar-export-region, with bug fixes.
22589 (icalendar-export-region): Use the above functions.
22590 (icalendar-import-buffer): Check before saving diary file.
22591 (icalendar--convert-recurring-to-diary)
22592 (icalendar--convert-non-recurring-all-day-to-diary)
22593 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22594 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22595 (icalendar--convert-ical-to-diary): Use the above functions.
22596
22597 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22598
22599 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22600 Remove these recent additions.
22601 (c-mode): Restore to before 2005-04-28.
22602
22603 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22604 recent addition.
22605
22606 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22607 (gdb-define-alist): New variables.
22608 (gdb-create-define-alist): New function.
22609 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22610 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22611 with string-to-number.
22612 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22613
22614 * progmodes/gud.el: Replace string-to-int with string-to-number.
22615 (gud-find-file): Handle gdb-define-alist.
22616
22617 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22618
22619 2005-05-02 Jay Belanger <belanger@truman.edu>
22620
22621 * calc/calc-aent.el (math-read-token):
22622 * calc/calc-bin.el (calc-word-size):
22623 * calc/calc-ext.el (calc-read-number-fancy):
22624 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22625 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22626 * calc/calc-frac.el (calc-over-notation):
22627 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22628 (calc-graph-num-points, calc-graph-init):
22629 * calc/calc-prog.el (calc-read-parse-table-part)
22630 (calc-edit-macro-repeats):
22631 * calc/calc-yank.el (calc-do-grab-rectangle):
22632 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22633 Replace `string-to-int' by `string-to-number'.
22634
22635 2005-05-02 Kim F. Storm <storm@cua.dk>
22636
22637 * kmacro.el: Use executing-kbd-macro-index variable.
22638
22639 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22640
22641 * net/rlogin.el (rlogin-parse-words): Delete func.
22642 (rlogin): Use split-string, not rlogin-parse-words.
22643 Also, if there are option-like elements in the parsed args,
22644 take the host to be the first arg immediately following them.
22645 Suggested by Michael Mauger.
22646
22647 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22648
22649 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22650
22651 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22652
22653 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22654 (cc-mode-cpp-program): Rename to cc-define-list-program and
22655 move to cc-vars.el.
22656
22657 * progmodes/cc-vars.el (cc-define-list-program):
22658 Change to "gcc -E -dM -". Make customizable.
22659
22660 2005-05-02 Kim F. Storm <storm@cua.dk>
22661
22662 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22663
22664 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22665
22666 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22667
22668 * international/mule-util.el (truncate-string): Remove alias and
22669 obsolete declaration.
22670
22671 * international/mule-cmds.el (update-iso-coding-systems):
22672 Remove alias and obsolete declaration.
22673
22674 * international/mule.el (coding-system-parent): Remove alias and
22675 obsolete declaration.
22676
22677 * subr.el (define-function, sref): Remove aliases and obsolete
22678 declarations.
22679 (chars-in-region): Remove obsolete declaration.
22680
22681 2005-05-01 Richard M. Stallman <rms@gnu.org>
22682
22683 * info.el (Info-mode): Set widen-automatically to nil, locally.
22684
22685 * simple.el (widen-automatically): New variable.
22686 (pop-global-mark): Obey widen-automatically.
22687
22688 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22689
22690 * term/xterm.el (function-key-map): Call substitute-key-definition
22691 before the keymap size is increased by a lot of define-key calls.
22692
22693 2005-05-01 Richard M. Stallman <rms@gnu.org>
22694
22695 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22696 Rename ARG to ELEMENT. Doc fix.
22697
22698 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22699
22700 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22701 Remove references to allout-exposure/change to allout-new-exposure.
22702
22703 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22704 bytecode symbols.
22705
22706 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22707 (compiled-function-p, focus-frame, unfocus-frame):
22708 Remove aliases and obsolete declarations.
22709 Back out inadvertent changes from previous commit.
22710
22711 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22712
22713 * files.el (require-final-newline): Make Custom tags consistent
22714 with mode-require-final-newline.
22715 (mode-require-final-newline): Doc fix.
22716
22717 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22718
22719 * international/latexenc.el (latexenc-find-file-coding-system):
22720 Fix regular expressions.
22721
22722 2005-05-01 David Kastrup <dak@gnu.org>
22723
22724 * international/latexenc.el (latexenc-find-file-coding-system):
22725 Fix regular expressions.
22726
22727 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22728
22729 * subr.el (string-to-int): Make obsolete.
22730
22731 2005-04-30 Richard M. Stallman <rms@gnu.org>
22732
22733 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22734
22735 * loadup.el: load jka-comp-hook.
22736
22737 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22738 (jka-compr-handler): Add autoload. `put' calls moved
22739 to jka-comp-hook.el.
22740 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22741 (jka-compr-inhibit): Autoload.
22742
22743 * jka-comp-hook.el: New file.
22744 Enable the mode by default.
22745
22746 * files.el (backup-buffer-copy): Use copy-file instead
22747 of write-region, and put back the 'excl.
22748
22749 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22750
22751 * progmodes/flymake.el (flymake-split-string)
22752 (flymake-split-string, flymake-log, flymake-pid-to-names)
22753 (flymake-reg-names, flymake-get-source-buffer-name)
22754 (flymake-unreg-names, flymake-add-line-err-info)
22755 (flymake-add-err-info): Clarify docstrings.
22756 (flymake-popup-menu, flymake-make-emacs-menu)
22757 (flymake-make-xemacs-menu): Add docstrings.
22758 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22759 Set variables directly throughout.
22760
22761 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22762
22763 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22764 exists. Initialize cc-define-alist.
22765 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22766 If there is no file (Macroexpansion) don't create an alist.
22767
22768 2005-04-29 Sam Steingold <sds@gnu.org>
22769
22770 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22771 (cc-create-define-alist): Use it instead of the hard-coded string.
22772
22773 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22774
22775 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22776 for latexenc.
22777
22778 2005-04-29 Lute Kamstra <lute@gnu.org>
22779
22780 * emacs-lisp/generic.el: Improve commentary section.
22781 (define-generic-mode): Improve docstring.
22782
22783 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22784
22785 * textmodes/org.el (many places): Change to quiet the byte compiler.
22786 (org-prefix-format-compiled): New variable.
22787 (org-compile-prefix-format): New function.
22788 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22789 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22790 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22791 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22792 consistency with entries from `org-mode' files.
22793 (org-get-time-of-day): Fix bug with partial matches early in a line.
22794 (org-non-link-chars): New constant.
22795 (org-link-regexp): Respect `org-non-link-chars'.
22796 (org-agenda-day-view): Remove command.
22797 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22798 (org-follow-bbdb-link, org-store-link): Search also company field.
22799 (org-highlight-overlay): New variable.
22800 (org-highlight, org-unhighlight): New functions.
22801 (org-agenda-mode): Add pre-command-hook to remove highlight.
22802 (org-evaluate-time-range): Behavior depends upon whether time stamp
22803 contains a time or not.
22804 (org-show-subtree, org-show-entry): New functions.
22805 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22806
22807 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22808
22809 * comint.el (comint-output-filter-functions): Add autoload cookie.
22810
22811 2005-04-28 Kim F. Storm <storm@cua.dk>
22812
22813 * ido.el (ido-everywhere): Fix last change.
22814
22815 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22816
22817 * international/latexenc.el: New file.
22818 * international/mule-conf.el (file-coding-system-alist): For .tex,
22819 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22820
22821 2005-04-28 Lute Kamstra <lute@gnu.org>
22822
22823 * font-lock.el (font-lock-add-keywords)
22824 (font-lock-remove-keywords): Clarify docstring.
22825 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22826 Don't start docstrings with a `*'.
22827 (font-lock-update-removed-keyword-alist): Give it a docstring.
22828
22829 * generic-x.el: Update commentary section.
22830 Only require font-lock when compiling.
22831 Define all modes conditionally.
22832 Place all generic modes in the generic-x-modes customization group.
22833 (generic-x-modes): New customization group.
22834 (generic-default-modes, generic-mswindows-modes)
22835 (generic-unix-modes, generic-other-modes): New constants.
22836 (generic-define-mswindows-modes, generic-define-unix-modes):
22837 Update docstrings. Make them obsolete.
22838 (generic-extras-enable-list): New default value. Update docstring.
22839 Improve :type. Change :set function.
22840 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22841 Fix docstring.
22842
22843 * emacs-lisp/generic.el (generic-mode-internal):
22844 Simplify font-lock-defaults.
22845 (define-generic-mode): Fix docstring.
22846
22847 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22848
22849 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22850 font-lock-face property to highlight matches.
22851
22852 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22853
22854 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22855 (cc-define-alist): New variable.
22856 (c-mode): Make it local and initialize it.
22857
22858 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22859 (gdb-exited): New function.
22860 (gdb-annotation-rules): Use it.
22861 (gdb-starting): Set gdb-active-process to t.
22862 (gdb-stopping): Amend doc string.
22863 (gdb-reset): Set gdb-active-process to nil.
22864
22865 * tooltip.el (tooltip-gud-tips): Show the associated #define
22866 directives when a C program under GDB is not executing.
22867
22868 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22869
22870 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22871 font-lock-fontify-syntactic-keywords.
22872
22873 * font-lock.el (font-lock-default-fontify-region): Don't force
22874 parse-sexp-lookup-properties to nil.
22875
22876 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22877
22878 * man.el (man-mode-syntax-table): Set up `:' to have
22879 word-constituent syntax.
22880
22881 2005-04-27 Lute Kamstra <lute@gnu.org>
22882
22883 * novice.el (disable-command): Don't add spurious newlines to the
22884 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22885
22886 2005-04-26 Jay Belanger <belanger@truman.edu>
22887
22888 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22889 than one window before deleting window.
22890
22891 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22892
22893 * shell.el (shell-prompt-pattern): Doc fix.
22894 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22895
22896 * comint.el (comint-prompt-regexp, comint-get-old-input)
22897 (comint-use-prompt-regexp)
22898 (comint-use-prompt-regexp-instead-of-fields)
22899 (comint-replace-by-expanded-history, comint-send-input)
22900 (comint-output-filter, comint-get-old-input-default)
22901 (comint-line-beginning-position, comint-bol, comint-show-output)
22902 (comint-backward-matching-input, comint-forward-matching-input)
22903 (comint-next-prompt, comint-previous-prompt):
22904 Rename `comint-use-prompt-regexp-instead-of-fields' to
22905 `comint-use-prompt-regexp'. Keep old name as alias and declare
22906 obsolete.
22907 (comint-use-prompt-regexp): Shorten first line of doc string.
22908
22909 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22910 Set paragraph-separate buffer locally to "\\'".
22911
22912 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22913 Adapt to above name change.
22914
22915 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22916 (smbclient-prompt-regexp): Ditto.
22917
22918 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22919
22920 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22921
22922 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22923 gdb-location-list.
22924 Break lines that are over 80 characters wide.
22925
22926 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22927
22928 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22929 New fun and var, to preserve compatibility.
22930
22931 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22932
22933 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22934
22935 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22936 name to file-newer-than-file-p.
22937
22938 2005-04-26 Richard M. Stallman <rms@gnu.org>
22939
22940 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22941
22942 * progmodes/python.el (python-mode):
22943 Use new name eldoc-documentation-function.
22944
22945 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22946
22947 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22948 (eldoc-documentation-function):
22949 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22950
22951 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22952
22953 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22954
22955 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22956
22957 * term/xterm.el (function-key-map): Fix strings for
22958 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22959 {C,S,A,C-S}-{f1-f12}.
22960
22961 2005-04-26 Kenichi Handa <handa@m17n.org>
22962
22963 * international/mule-cmds.el (select-safe-coding-system):
22964 Fix previous change.
22965
22966 2005-04-26 Lute Kamstra <lute@gnu.org>
22967
22968 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22969
22970 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22971 (font-lock-comment-delimiter-face): Ditto.
22972
22973 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22974
22975 2005-04-25 Jay Belanger <belanger@truman.edu>
22976
22977 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22978 to t while inserting information; use help-mode.
22979
22980 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22981
22982 * term.el (ansi-term-color-vector): Use the xterm colors.
22983 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22984
22985 2005-04-25 Lute Kamstra <lute@gnu.org>
22986
22987 * font-core.el (font-lock-defaults): Fix docstring.
22988
22989 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22990
22991 2005-04-25 Kenichi Handa <handa@m17n.org>
22992
22993 * international/mule-cmds.el (select-safe-coding-system):
22994 Don't check consistency with coding: spec, etc if raw-text or
22995 no-conversion was found to be safe.
22996
22997 2005-04-24 Richard M. Stallman <rms@gnu.org>
22998
22999 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23000 citation markers at start of each line.
23001
23002 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23003 citation markers at start of each line.
23004
23005 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23006
23007 * files.el (mode-require-final-newline): Fix previous change.
23008 (require-final-newline): Fix type label.
23009
23010 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23011
23012 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23013 statement in buffer (broken by 2004-11-24 change).
23014
23015 2005-04-24 Kim F. Storm <storm@cua.dk>
23016
23017 * ido.el (ido-everywhere): Save and restore old read-buffer-function
23018 and read-file-name-function values. Don't overwrite existing
23019 non-nil values if ido-mode is enabled without ido-everywhere.
23020
23021 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
23022
23023 * files.el (mode-require-final-newline): Minor doc fix.
23024
23025 2005-04-24 Eli Zaretskii <eliz@gnu.org>
23026
23027 * subr.el (syntax-after): Doc fix.
23028 (syntax-class): If argument is nil, return nil. Mask off upper 16
23029 bits, not 8 bits.
23030
23031 * files.el (mode-require-final-newline): Doc fix.
23032 (backup-buffer-copy): Fix last change.
23033
23034 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23035
23036 * term/mac-win.el: Require select. Set selection-coding-system to
23037 mac-system-coding-system. Call menu-bar-enable-clipboard.
23038 (x-last-selected-text-clipboard, x-last-selected-text-primary)
23039 (x-select-enable-clipboard): New variables.
23040 (x-select-text, x-get-selection, x-selection-value)
23041 (x-get-selection-value, mac-select-convert-to-string)
23042 (mac-services-open-file, mac-services-open-selection)
23043 (mac-services-insert-text): New functions.
23044 (CLIPBOARD, FIND): Put mac-scrap-name property.
23045 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23046 (public.tiff): Put mac-ostype property.
23047 (selection-converter-alist): Add entries for them.
23048 (mac-application-menu-map): New keymap.
23049 (interprogram-cut-function, interprogram-paste-function): Set to
23050 x-select-text and x-get-selection-value, respectively.
23051 (split-window-keep-point): Set to t.
23052
23053 2005-04-23 Richard M. Stallman <rms@gnu.org>
23054
23055 * files.el (read-directory-name): Always pass non-nil
23056 DEFAULT-FILENAME arg to read-file-name.
23057 (backup-buffer-copy, basic-save-buffer-2): Take care against
23058 writing thru an unexpected existing symlink.
23059 (revert-buffer): In indirect buffer, revert the base buffer.
23060 (magic-mode-alist): Doc fix.
23061 (buffer-stale-function): Doc fix.
23062 (minibuffer-with-setup-hook): Avoid warning.
23063 (mode-require-final-newline): Doc and custom fix.
23064
23065 * follow.el (follow-end-of-buffer): Use with-no-warnings.
23066
23067 * font-lock.el (font-lock-comment-face): On terminals with few colors,
23068 use the default appearance.
23069 (font-lock-comment-delimiter-face): New face, new variable.
23070
23071 * imenu.el (imenu--generic-function): The official position of a
23072 definition is the start of the line that BEG is in.
23073
23074 * midnight.el (midnight-timer): Move defvar up.
23075
23076 * mouse.el (mouse-drag-region-1): Delete some debugging code.
23077
23078 * saveplace.el (save-place-to-alist): Use with-no-warnings.
23079
23080 * startup.el (command-line): Use with-no-warnings.
23081
23082 * window.el (window-size-fixed): New defvar.
23083
23084 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23085
23086 * mail/rmail.el (rmail-font-lock-keywords):
23087 Use font-lock-comment-delimiter-face.
23088
23089 * mail/sendmail.el (mail-font-lock-keywords):
23090 Use font-lock-comment-delimiter-face.
23091
23092 * progmodes/compile.el (next-error-highlight-timer): New defvar.
23093
23094 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23095
23096 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23097 Specify t for LAXMATCH when matching directories.
23098 Save match data around compilation-compat-error-properties form.
23099
23100 2005-04-23 David Kastrup <dak@gnu.org>
23101
23102 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23103 Mention that the autoloaded aliases should be kept for AUCTeX.
23104
23105 2005-04-23 Andreas Schwab <schwab@suse.de>
23106
23107 * isearch.el (isearch-forward): Doc fix.
23108
23109 2005-04-23 Eli Zaretskii <eliz@gnu.org>
23110
23111 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23112 (jit-lock-stealth-nice): Change default value to 0.5.
23113
23114 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
23115
23116 * abbrev.el (write-abbrev-file): Write table entries in
23117 alphabetical order by table name.
23118
23119 2005-04-22 Kim F. Storm <storm@cua.dk>
23120
23121 * ido.el (ido-read-internal): Fix `list' completion.
23122
23123 2005-04-22 Kenichi Handa <handa@m17n.org>
23124
23125 * recentf.el (recentf-save-file-coding-system): New variable.
23126 (recentf-save-list): Encode the file by
23127 recentf-save-file-coding-system and add coding: tag.
23128
23129 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
23130
23131 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23132
23133 2005-04-21 Lute Kamstra <lute@gnu.org>
23134
23135 * loadhist.el (unload-feature): Don't remove a function from hooks
23136 if it is about to be restored to an autoload . Remove functions
23137 that will become unbound from auto-mode-alist. Simplify the code.
23138
23139 * subr.el (assq-delete-all): New implementation that is linear,
23140 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
23141 (rassq-delete-all): New function.
23142
23143 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23144 Add size-indication-mode.
23145
23146 2005-04-21 Kenichi Handa <handa@m17n.org>
23147
23148 * international/mule-cmds.el: Add autoload for widget-value in
23149 eval-when-compile.
23150
23151 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
23152
23153 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23154 Add tooltip-mode.
23155
23156 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23157
23158 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23159
23160 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23161 (inferior-lisp-filter-regexp, inferior-lisp-program)
23162 (inferior-lisp-load-command, inferior-lisp-prompt)
23163 (inferior-lisp-mode-hook, lisp-source-modes)
23164 (inferior-lisp-load-hook): defvar->defcustom.
23165 (inferior-lisp-program, inferior-lisp-prompt)
23166 (inferior-lisp-load-hook): Doc fixes.
23167 (inferior-lisp-install-letter-bindings): Small change in
23168 introductory comment.
23169
23170 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23171
23172 * vc.el (vc-annotate-color-map): Change some colors so that text
23173 using them as foreground is readable on both white and black
23174 backgrounds.
23175
23176 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23177
23178 * international/mule-conf.el (translation-table-for-input):
23179 Remove redundant declaration.
23180
23181 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23182
23183 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23184
23185 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23186 (tooltip-toggle-gud-tips): New function.
23187
23188 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23189
23190 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23191 right angle brackets.
23192
23193 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23194
23195 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23196
23197 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23198
23199 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23200 Remove. Update callers to use expand-file-name instead.
23201
23202 * subr.el (syntax-class): New function.
23203
23204 * simple.el (blink-matching-open): Use it.
23205
23206 * paren.el (show-paren-function): Use it to recognize parens that are
23207 also used in 2-char comment markers.
23208
23209 2005-04-19 Lute Kamstra <lute@gnu.org>
23210
23211 * loadhist.el (unload-feature): Update for new format of
23212 load-history. Simplify the code.
23213
23214 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23215
23216 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23217 (mac-add-charset-info): New function. Initialize variable
23218 mac-charset-info-alist using it.
23219 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23220 for translation.
23221 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23222 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23223 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23224 New CCL programs.
23225
23226 2005-04-19 Kim F. Storm <storm@cua.dk>
23227
23228 * simple.el (next-buffer, prev-buffer, next-error)
23229 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23230 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23231
23232 * bindings.el (next-buffer, prev-buffer, next-error)
23233 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23234 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23235 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23236 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23237
23238 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23239
23240 * isearch.el (isearch-edit-string): Make the search-ring available for
23241 minibuffer history commands.
23242 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23243 the default history commands now work just as well.
23244 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23245
23246 2005-04-18 Kim F. Storm <storm@cua.dk>
23247
23248 * emulation/cua-base.el (cua--pre-command-handler): Add more
23249 elaborate check for shift modifier on non-window systems.
23250
23251 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23252
23253 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23254
23255 2005-04-18 Kim F. Storm <storm@cua.dk>
23256
23257 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23258 and make it optional. Don't test tooltip-gud-echo-area here.
23259 (tooltip-gud-process-output, gdb-tooltip-print):
23260 Pass tooltip-gud-echo-area to tooltip-show.
23261 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23262
23263 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23264
23265 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23266 `display-graphic-p' may not be bound yet.
23267
23268 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23269
23270 * startup.el (command-line): No longer enable Xterm Mouse mode by
23271 default in terminals compatible with xterm.
23272
23273 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23274
23275 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23276
23277 * tooltip.el (tooltip-gud-echo-area): Rename from
23278 tooltip-use-echo-area.
23279 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23280 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23281 area independently of where help tooltips are displayed.
23282
23283 2005-04-17 David Kastrup <dak@gnu.org>
23284
23285 * cus-theme.el (custom-theme-write-variables): Quote variables
23286 where necessary.
23287
23288 2005-04-17 Richard M. Stallman <rms@gnu.org>
23289
23290 * simple.el (yank-excluded-properties): Add follow-link to value.
23291
23292 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23293
23294 * startup.el (fancy-splash-max-time): Just 30 seconds.
23295 (fancy-splash-delay): Just 7.
23296 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23297
23298 * loadhist.el (unload-feature): Update for new format of load-history.
23299 Simplify the code.
23300
23301 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23302 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23303
23304 * mail/sendmail.el (mail-font-lock-keywords):
23305 Don't fontify subject text.
23306 Don't fontify the text of a citation.
23307
23308 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23309
23310 * comint.el (comint-output-filter): Run comint-output-filter-functions
23311 with point where the user had it.
23312
23313 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23314
23315 * international/ucs-tables.el (ucs-set-table-for-input):
23316 Disable when using unify-on-decoding.
23317
23318 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23319
23320 * emulation/cua-base.el (cua-global-mark-face): Add special case
23321 for displays supporting a high number of colors.
23322
23323 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23324
23325 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23326
23327 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23328
23329 * filesets.el (filesets-add-buffer): If user supplies a name of a
23330 non-existing fileset, create a new fileset.
23331
23332 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23333
23334 * textmodes/org.el (org-up-heading-all): Fix bug with
23335 `outline-up-heading-all'.
23336
23337 2005-04-16 Andreas Schwab <schwab@suse.de>
23338
23339 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23340 /etc/permissions.d/* and /etc/aliases.d/*.
23341
23342 2005-04-16 Kenichi Handa <handa@m17n.org>
23343
23344 * international/code-pages.el (cp-make-coding-system):
23345 Set `translation-table-for-input' property value to the symbol
23346 ucs-mule-to-mule-unicode, not to that value.
23347 (pt154): Escape guillemet by `\'.
23348
23349 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23350
23351 * loadup.el: Load tooltip if x-show-tip is fboundp.
23352
23353 * startup.el (command-line): Add comment.
23354
23355 * tooltip.el (tooltip-mode): Specify correct standard value for
23356 Custom in init-value.
23357
23358 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23359
23360 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23361 possible.
23362
23363 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23364
23365 * textmodes/org.el (org-agenda-date-prompt): Rename from
23366 `org-agenda-date-today'.
23367 (org-evaluate-time-range): Insert at point instead of directly
23368 after time range.
23369 (org-first-headline-recenter, org-subtree-end-visible-p)
23370 (org-optimize-window-after-visibility-change): New functions
23371 (org-agenda-post-command-hook): Don't allow point at end of line,
23372 to make sure it always hits the text properties.
23373 (org-agenda-next-date-line, org-agenda-previous-date-line):
23374 New commands.
23375 (org-set-regexps-and-options): Category may contain white space.
23376 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23377 Improve marker positions.
23378 (org-agenda-new-marker): Argument POS made optional.
23379 (org-agenda-get-timestamps): Deadlines which are done are listed
23380 in org-done-face now.
23381 (org-agenda-get-todos, org-agenda-get-timestamps)
23382 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23383 Set `undone-face' and `done-face' properties.
23384 (org-last-todo-state-is-todo): New variable.
23385 (org-todo): Set `org-last-todo-state-is-todo'.
23386 (org-agenda-todo): Change face according to
23387 `org-last-todo-state-is-todo'. And change other lines referring to
23388 the same entry.
23389 (org-calendar-goto-agenda): New command.
23390 (org-calendar-to-agenda-key): New option.
23391 (org-startup-folded): New allowed value `content'.
23392 (org-set-regexps-and-options): Accept new value `content' for
23393 `org-startup-folded'.
23394 (org-get-current-options): Handle new value `content' for
23395 `org-startup-folded'.
23396 (org-insert-todo-heading): New command.
23397 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23398 interactively in empty file and option
23399 `org-insert-mode-line-in-empty-file' has been set.
23400 (org-agenda-todo, org-agenda-priority): Modify to use
23401 `org-agenda-change-all-lines'.
23402 (org-warning-face): Change color on dark background
23403
23404 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23405
23406 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23407 use preferences AppleLocale and AppleLanguages, and variable
23408 mac-system-locale for default locale. On Mac OS Classic, use
23409 mac-system-coding-system for default coding systems.
23410
23411 * term/mac-win.el: Don't set file-name-coding-system.
23412 Decode variables system-name, emacs-build-system, user-login-name, and
23413 user-full-name by mac-system-coding-system on Mac OS Classic.
23414 (mac-system-coding-system): New variable.
23415
23416 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23417
23418 * startup.el (command-line): Handle `xterm-mouse-mode' before
23419 reading init file.
23420
23421 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23422
23423 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23424
23425 * progmodes/sh-script.el (sh-here-document-word): Make it a
23426 defcustom. Doc fix.
23427 (sh-add): Bash uses $(( )) for arithmetic.
23428 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23429 (sh-maybe-here-document): Remove quotes and leading whitespace
23430 from heredoc word when closing. Indent heredoc with tabs if word
23431 starts with "-".
23432
23433 2005-04-13 Richard M. Stallman <rms@gnu.org>
23434
23435 * simple.el (undo): Fix previous change.
23436
23437 * custom.el (defface): Doc fix.
23438
23439 2005-04-13 Lute Kamstra <lute@gnu.org>
23440
23441 * Makefile.in (DONTCOMPILE): Remove list.
23442 (compile, compile-always): Don't use DONTCOMPILE.
23443 (update-authors): Load the library in which batch-update-authors
23444 is defined.
23445 * makefile.w32-in (DONTCOMPILE): Remove list.
23446 (compile, compile-always): Fix comments.
23447 (update-authors): Load the library in which batch-update-authors
23448 is defined.
23449
23450 * generic-x.el (generic-mode-ini-file-find-file-hook):
23451 Rename to ini-generic-mode-find-file-hook.
23452 Keep generic-mode-ini-file-find-file-hook as an alias.
23453 (ini-generic-mode-find-file-hook): Rename from
23454 generic-mode-ini-file-find-file-hook. Fix docstring.
23455 (ini-generic-mode): Docstring change.
23456 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23457
23458 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23459 called from lisp.
23460
23461 * generic.el: Move to the emacs-lisp subdir.
23462
23463 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23464
23465 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23466 and C-S- function and cursor motion keys.
23467
23468 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23469
23470 * startup.el (command-line): Enable Xterm Mouse mode by default.
23471 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23472 for Custom. No longer show "Mouse" in mode line when enabled.
23473 Doc fix.
23474
23475 2005-04-12 Kim F. Storm <storm@cua.dk>
23476
23477 * emulation/cua-base.el (cua-rectangle-face)
23478 (cua-rectangle-noselect-face): Define face attributes here.
23479
23480 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23481
23482 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23483
23484 * startup.el (command-line): Turn off blinking cursor if
23485 cursorBlink in resources is off or false.
23486
23487 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23488
23489 * term/mac-win.el (dnd): Require dnd.
23490 (mac-drag-n-drop): Call dnd-handle-one-url.
23491 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23492 (kTextEncodingISOLatin2): Remove constants.
23493 (mac-script-code-coding-systems): New constant.
23494 (mac-handle-language-change): New function.
23495 (special-event-map): Bind it to `language-change' event.
23496 (mac-centraleurroman, mac-cyrillic): New coding systems.
23497 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23498 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23499 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23500 encode-mac-cyrillic, respectively.
23501
23502 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23503
23504 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23505 Don't set overlay-arrow-string to "=>" as this is done
23506 globally in C now.
23507
23508 2005-04-12 Lute Kamstra <lute@gnu.org>
23509
23510 * generic-x.el (rc-generic-mode, rul-generic-mode):
23511 Fix auto-mode-alist entries.
23512 (etc-fstab-generic-mode): Tweak fontification.
23513
23514 * generic.el (generic-make-keywords-list): Fix docstring.
23515 (generic-mode-internal): Simplify generic-font-lock-keywords.
23516
23517 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23518
23519 * whitespace.el (whitespace-buffer-leading)
23520 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23521 However, fix the highlight area for the leading and
23522 trailing whitespaces to show space.
23523
23524 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23525
23526 * whitespace.el (whitespace-version): Bump to 3.5
23527
23528 (whitespace-buffer-leading, whitespace-buffer-trailing):
23529 Invert sense of the test to highlight the whitespace.
23530
23531 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23532
23533 * progmodes/gud.el (gud-display-line): GUD uses its own
23534 overlay arrow now so don't set overlay-arrow-string.
23535 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23536
23537 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23538
23539 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23540 (term-ansi-current-reverse, term-ansi-current-invisible)
23541 (term-ansi-face-already-done): Change to boolean.
23542 (term-reset-terminal, term-handle-colors-array): Handle the above
23543 vars accordingly.
23544 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23545 (term-emulate-terminal): Use the new name.
23546
23547 * faces.el (secondary-selection): Use yellow1, not yellow.
23548 (trailing-whitespace): Use red1, not red.
23549
23550 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23551
23552 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23553 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23554 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23555
23556 * cus-edit.el (dnd): New group.
23557
23558 * term/w32-win.el (dnd): Require dnd
23559 (w32-drag-n-drop): Call dnd-handle-one-url.
23560
23561 * x-dnd.el: Require dnd.
23562 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23563 Call dnd-handle-one-url.
23564 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23565 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23566 to dnd-insert-text.
23567 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23568 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23569 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23570 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23571
23572 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23573
23574 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23575
23576 * wdired.el: Doc fixes.
23577 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23578 (wdired-use-dired-vertical-movement): Rename from
23579 wdired-always-move-to-filename-beginning.
23580 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23581 (wdired-change-to-wdired-mode): Change mode name.
23582 (wdired-newline): Delete.
23583
23584 2005-04-11 Richard M. Stallman <rms@gnu.org>
23585
23586 * whitespace.el (whitespace-highlight-the-space):
23587 Don't call whitespace-unhighlight-the-space here.
23588
23589 * simple.el (undo): Record t in undo-equiv-table
23590 for the redo record made by an undo-in-region.
23591
23592 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23593
23594 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23595 (gdb-frame-inferior-io-buffer): New Functions to control
23596 display of separate IO buffer.
23597 (menu): Add them to menu-bar.
23598 (gdb-display-buffer): Check for buffer another frame.
23599 Protect GUD buffer.
23600 (gdb-setup-windows): Create IO buffer if not already there.
23601 (gdb-memory-mode): Remove purecopy noops.
23602
23603 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23604
23605 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23606 and pass to self-insert-command.
23607
23608 2005-04-11 Lute Kamstra <lute@gnu.org>
23609
23610 * generic.el: Commentary section cleanup.
23611 (generic): Delete.
23612 (generic-use-find-file-hook, generic-lines-to-scan)
23613 (generic-find-file-regexp, generic-ignore-files-regexp)
23614 (default-generic-mode, generic-mode-find-file-hook)
23615 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23616 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23617 (generic-use-find-file-hook, generic-lines-to-scan)
23618 (generic-find-file-regexp, generic-ignore-files-regexp)
23619 (default-generic-mode, generic-mode-find-file-hook)
23620 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23621
23622 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23623
23624 * bookmark.el (bookmark-write-file): Catch errors writing file.
23625 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23626
23627 2005-04-10 Richard M. Stallman <rms@gnu.org>
23628
23629 * startup.el (fancy-splash-tail): Update copyright year.
23630 (command-line): Split part of -Q into -D.
23631 (emacs-basic-display): New defvar.
23632 (fancy-splash-text): Correct name of menu item.
23633
23634 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23635
23636 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23637 lines in one node.
23638
23639 * comint.el (comint-send-input): New arg ARTIFICIAL.
23640 Callers in this file changed.
23641
23642 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23643
23644 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23645
23646 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23647
23648 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23649 `ldap-search-internal'.
23650
23651 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23652
23653 * files.el (set-auto-mode-1): Use line-end-position.
23654
23655 * international/latin-1.el:
23656 * international/latin-2.el:
23657 * international/latin-3.el:
23658 * international/latin-4.el:
23659 * international/latin-5.el:
23660 * international/latin-8.el:
23661 * international/latin-9.el: Give punctuation syntax to NBSP.
23662
23663 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23664 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23665 Use char-classes to accept non-ascii letters, accepted in some recent
23666 bibtex implementations.
23667
23668 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23669
23670 * custom.el (custom-set-minor-mode): Any non-nil value for the
23671 variable should enable the mode when set through Custom.
23672
23673 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23674
23675 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23676 TAB binding so tab-always-indent is obeyed.
23677 (vhdl-minibuffer-local-map): Move initialization into declaration.
23678 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23679 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23680 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23681 (vhdl-current-line): Use line-beginning-position.
23682 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23683 with-output-to-temp-buffer, so the current position can be recorded.
23684
23685 2005-04-10 Masatake YAMATO <jet@gyve.org>
23686
23687 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23688 Add regexp for gcov.
23689
23690 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23691
23692 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23693 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23694 syntax which Emacs 20 doesn't support.
23695
23696 2005-04-09 Richard M. Stallman <rms@gnu.org>
23697
23698 * help.el (describe-key-briefly, describe-key):
23699 Replace strings as event types with "(any string)".
23700
23701 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23702
23703 * arc-mode.el (archive-mode-map): Move initialization into
23704 the declaration. Override *all* bindings of `undo'.
23705 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23706
23707 2005-04-09 Jay Belanger <belanger@truman.edu>
23708
23709 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23710
23711 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23712
23713 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23714 (xterm-register-default-colors): Update color values computation
23715 to match xterm-200.
23716
23717 2005-04-09 Kenichi Handa <handa@m17n.org>
23718
23719 * international/code-pages.el (iso-latin-7): Fix the map.
23720
23721 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23722
23723 * emacs-lisp/lisp.el (defun-prompt-regexp)
23724 (parens-require-spaces, buffer-end, end-of-defun)
23725 (insert-parentheses): Doc fixes.
23726
23727 2005-04-08 Kim F. Storm <storm@cua.dk>
23728
23729 * comint.el (comint-highlight-prompt): Fix face spec.
23730 * hi-lock.el (hi-green): Likewise.
23731
23732 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23733
23734 * cus-edit.el (custom-modified-face):
23735 * comint.el (comint-highlight-input): Fix previous changes.
23736 * term.el (term-handle-ansi-escape): Add a comment.
23737
23738 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23739
23740 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23741 in the buffer and in whitespace-highlighted-space.
23742 (whitespace-unhighlight-the-space): Simplify.
23743 (whitespace-buffer): Simplify.
23744
23745 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23746
23747 * textmodes/table.el (table-cell-face): Add special case for
23748 displays supporting a high number of colors.
23749 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23750 (vhdl-font-lock-reserved-words-face)
23751 (vhdl-speedbar-architecture-face)
23752 (vhdl-speedbar-instantiation-face)
23753 (vhdl-speedbar-architecture-selected-face)
23754 (vhdl-speedbar-instantiation-selected-face): Likewise.
23755 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23756 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23757 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23758 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23759 (ebrowse-progress-face): Likewise.
23760 * progmodes/compile.el (compilation-info-face): Likewise.
23761 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23762 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23763 * calendar/calendar.el (diary-face): Likewise.
23764 * woman.el (woman-italic-face, woman-bold-face)
23765 (woman-unknown-face): Likewise.
23766 * wid-edit.el (widget-button-pressed-face): Likewise.
23767 * whitespace.el (whitespace-highlight-face): Likewise.
23768 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23769 * pcvs-info.el (cvs-marked-face): Likewise.
23770 * info.el (info-xref): Likewise.
23771 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23772 * hilit-chg.el (highlight-changes-face)
23773 (highlight-changes-delete-face): Likewise.
23774 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23775 (hi-red-b): Likewise.
23776 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23777 * font-lock.el (font-lock-keyword-face)
23778 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23779 * cus-edit.el (custom-invalid-face, custom-modified-face)
23780 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23781 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23782 * comint.el (comint-highlight-prompt): Likewise.
23783
23784 2005-04-08 Lute Kamstra <lute@gnu.org>
23785
23786 * font-lock.el (font-lock-keywords): Docstring fixes.
23787
23788 2005-04-08 Kenichi Handa <handa@m17n.org>
23789
23790 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23791 chars are more than a limit, print " and more..." at the tail.
23792
23793 2005-04-08 Kim F. Storm <storm@cua.dk>
23794
23795 * emacs-lisp/authors.el (authors-aliases): Update list.
23796 (authors-ignored-files): New list.
23797 (authors-fixed-entries): Fix typo.
23798 (authors-renamed-files-alist): Update list.
23799 (authors-add): Check authors-ignored-files.
23800
23801 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23802
23803 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23804 optional, to ensure backward compatibility.
23805
23806 2005-04-08 Stephen Eglen <stephen@gnu.org>
23807
23808 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23809
23810 2005-04-08 Kim F. Storm <storm@cua.dk>
23811
23812 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23813
23814 * mouse.el (mouse-on-link-p): Doc fix.
23815
23816 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23817
23818 * ielm.el (ielm-prompt-read-only): Doc fix.
23819
23820 * comint.el (comint-prompt-read-only): Doc fix.
23821
23822 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23823
23824 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23825 ensure dired always handles wildcards passed to ffap.
23826 (find-file-at-point): Use it.
23827 (ffap-dired-wildcards): Doc fix.
23828
23829 2005-04-07 Juri Linkov <juri@jurta.org>
23830
23831 * simple.el (next-error-overlay-arrow-position): New defvar.
23832 Put "=>" on its property `overlay-arrow-string'. Add it to
23833 `overlay-arrow-variable-list'.
23834
23835 * progmodes/compile.el (compilation-setup):
23836 Set `next-error-overlay-arrow-position' to nil. Also set it to
23837 nil in the local hook `kill-buffer-hook'. Make local variable
23838 `overlay-arrow-string' and set it to "=>".
23839 (compilation-goto-locus): Set BOL position to
23840 `next-error-overlay-arrow-position' instead of
23841 `overlay-arrow-position'.
23842
23843 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23844 locally instead of adding it to the global hook.
23845 (Info-kill-buffer): Move up.
23846
23847 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23848
23849 * term/xterm.el (xterm-standard-colors): Update color values from
23850 xterm-200.
23851
23852 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23853
23854 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23855
23856 * fast-lock.el:
23857 * lazy-lock.el: Move them to the obsolete subdir.
23858
23859 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23860
23861 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23862 (wdired-add-replace-advice): Remove.
23863 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23864
23865 2005-04-06 Kim F. Storm <storm@cua.dk>
23866
23867 * startup.el (command-line): Add --bare-bones alias for -Q.
23868
23869 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23870
23871 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23872 create the startup fontset if a font specification ends with
23873 `mac-roman'.
23874
23875 2005-04-06 Lute Kamstra <lute@gnu.org>
23876
23877 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23878 change.
23879
23880 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23881 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23882
23883 2005-04-05 Lute Kamstra <lute@gnu.org>
23884
23885 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23886 (define-generic-mode): Ditto. Fix debug declaration.
23887
23888 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23889 Put them in the generic-x group.
23890
23891 * calendar/timeclock.el (timeclock): Doc fix.
23892
23893 * generic.el (define-generic-mode): Don't use custom-current-group.
23894 Document default :group value.
23895 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23896 (define-global-minor-mode): Don't use custom-current-group.
23897
23898 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23899
23900 * startup.el (command-line-1): Display startup-echo-area-message
23901 when fancy splash screen is in use.
23902
23903 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23904 (sh-escaped-newline): New face.
23905 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23906 newline, and use sh-escaped-newline face.
23907
23908 * progmodes/tcl.el (tcl-escaped-newline): New face.
23909 (tcl-builtin-list): New variable.
23910 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23911 newlines. Fix keywords subexpression number.
23912
23913 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23914
23915 * textmodes/org.el (org-diary-default-entry): Fix call to
23916 `add-to-diary-entry'.
23917
23918 2005-04-05 Kim F. Storm <storm@cua.dk>
23919
23920 * ediff-init.el: Use (featurep 'xemacs).
23921
23922 2005-04-05 David Ponce <david@dponce.com>
23923
23924 * cus-edit.el (face): Derive from symbol widget. Display sample
23925 of the current face on the fly.
23926 (widget-face-sample-face-get, widget-face-notify): New functions.
23927 (widget-face-value-create): Remove.
23928
23929 * wid-edit.el (widget-field-end): Temporarily remove field
23930 narrowing before to call `get-char-property'.
23931
23932 2005-04-04 Jay Belanger <belanger@truman.edu>
23933
23934 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23935 (math-read-subscripts): New variable.
23936 (math-read-preprocess-string): Process subscripts.
23937
23938 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23939
23940 * comint.el (comint-prompt-read-only): Doc fix.
23941
23942 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23943 `-1'. Doc fix.
23944
23945 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23946
23947 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23948 Change default value to nil.
23949
23950 2005-04-04 Lute Kamstra <lute@gnu.org>
23951
23952 * autorevert.el (auto-revert-mode): Specify :group.
23953 * battery.el (display-battery-mode): Specify :group.
23954 * diff-mode.el (diff-minor-mode): Specify :group.
23955 * font-core.el (font-lock-mode): Specify :group.
23956 * hl-line.el (hl-line-mode): Specify :group.
23957 * iimage.el (iimage): New customization group.
23958 (iimage-mode): Specify :group.
23959 * longlines.el (longlines-mode): Specify :group.
23960 * master.el: Don't require easy-mmode.
23961 (master): New customization group.
23962 (master-mode): Specify :group.
23963 * msb.el (msb-mode): Specify :group.
23964 * reveal.el (reveal-mode): Specify :group.
23965 * simple.el (next-error-follow-minor-mode): Specify :group.
23966 * smerge-mode.el (smerge-mode): Specify :group.
23967 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23968 * emulation/cua-base.el (cua-mode): Specify :group.
23969 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23970 * language/thai-util.el (thai-auto-composition-mode)
23971 (thai-word-mode): Specify :group.
23972 * mail/supercite.el (sc-minor-mode): Specify :group.
23973 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23974 * progmodes/flymake.el (flymake-mode): Specify :group.
23975 * progmodes/glasses.el (glasses-mode): Specify :group.
23976 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23977 * textmodes/enriched.el (enriched-mode): Specify :group.
23978 * textmodes/refill.el (refill-mode): Specify :group.
23979
23980 * add-log.el (change-log-font-lock-keywords): Names in
23981 parenthesized lists can contain spaces.
23982
23983 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23984
23985 * startup.el (fancy-splash-text): Shorten default text of
23986 "Emacs Tutorial" line. Also, if the current language env
23987 indicates an available tutorial file other than TUTORIAL,
23988 extract its title and append it to the line in parentheses.
23989 (fancy-splash-insert): If arg is a thunk, funcall it.
23990
23991 2005-04-04 Jay Belanger <belanger@truman.edu>
23992
23993 * calc.el (calc-language-alist): Add tags to customization type.
23994
23995 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23996
23997 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23998 Doc fix.
23999
24000 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
24001
24002 * add-log.el (change-log-font-lock-keywords): The manual
24003 describing a Change Log entry, says: (...) "Aside from these
24004 header lines, every line in the change log starts with a space or
24005 a tab.". The font-lock was not highlighting lines started with
24006 spaces, added support for it.
24007
24008 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24009
24010 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24011 (bibtex-generate-url-list): Update docstring accordingly. Put the
24012 complex example in the docstring.
24013 (bibtex-font-lock-url): Use pop.
24014
24015 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
24016
24017 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24018
24019 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24020
24021 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24022
24023 * filesets.el (filesets-set-default): Doc fix.
24024
24025 2005-04-03 Lute Kamstra <lute@gnu.org>
24026
24027 * generic.el (define-generic-mode): Add argument to specify
24028 keywords for defcustom.
24029 (default-generic-mode): Specify :group.
24030
24031 * generic-x.el: Specify :group for all generic modes.
24032
24033 * desktop.el (desktop-no-desktop-file-hook)
24034 (desktop-after-read-hook): Doc fix.
24035
24036 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
24037
24038 * simple.el (visible-mode): Use explicit :group keyword.
24039 This changes the group of `visible-mode-hook' from paren-blinking
24040 to editing-basics.
24041
24042 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
24043
24044 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
24045 mailbox specifications as well as URLs.
24046 (rmail-insert-inbox-text): Remove unused conditional branches.
24047
24048 2005-04-01 Jay Belanger <belanger@truman.edu>
24049
24050 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24051 (calc-gnuplot-print-command): Move definitions to calc.el.
24052
24053 * calc/calc-embed.el (calc-embedded-announce-formula)
24054 (calc-embedded-open-formula, calc-embedded-close-formula)
24055 (calc-embedded-open-word, calc-embedded-close-word)
24056 (calc-embedded-open-plain, calc-embedded-close-plain)
24057 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24058 (calc-embedded-open-mode, calc-embedded-close-mode):
24059 Move definitions to calc.el.
24060
24061 * calc/calc.el (calc-settings-file, calc-language-alist):
24062 Make customizable.
24063 (calc-embedded-announce-formula, calc-embedded-open-formula)
24064 (calc-embedded-close-formula, calc-embedded-open-word)
24065 (calc-embedded-close-word, calc-embedded-open-plain)
24066 (calc-embedded-close-plain, calc-embedded-open-new-formula)
24067 (calc-embedded-close-new-formula, calc-embedded-open-mode)
24068 (calc-embedded-close-mode, calc-gnuplot-name)
24069 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24070 from other files and make customizable.
24071
24072 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24073
24074 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24075 Use buffer-live-p.
24076 (cvs-mode-run): Don't call cvs-update-header here.
24077 (cvs-run-process): Call cvs-update-header.
24078 Use process properties for cvs-postprocess and cvs-buffer so that
24079 the sentinel can behave better if the temp buffer is killed.
24080 Use a pipe rather than a tty, to better handle unexpected prompts.
24081 (cvs-sentinel): Rewrite. Call cvs-update-header.
24082
24083 2005-04-01 Andre Spiegel <spiegel@gnu.org>
24084
24085 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24086 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
24087
24088 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24089
24090 * generic.el (define-generic-mode): Add indentation rule.
24091
24092 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
24093
24094 * files.el (mode-require-final-newline): Make Custom correctly
24095 report a nil value and allow to set it to nil via Custom.
24096 Doc fix.
24097
24098 2005-04-01 Kenichi Handa <handa@m17n.org>
24099
24100 * international/characters.el: Enable the correct case setting for
24101 dotless-i and dotted-I.
24102
24103 2005-04-01 Kim F. Storm <storm@cua.dk>
24104
24105 * ido.el (ido-file-internal): Fall back to non-ido command if
24106 initial directory is on slow ftp (or tramp) host.
24107
24108 2005-03-31 Richard M. Stallman <rms@gnu.org>
24109
24110 * emacs-lisp/autoload.el (make-autoload):
24111 Handle define-global-minor-mode.
24112
24113 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24114 Rename from easy-mmode-define-global-mode.
24115 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24116
24117 * progmodes/scheme.el (scheme-mode-syntax-table):
24118 Update syntax of | and # for two-character comment syntax.
24119
24120 2005-03-31 Lute Kamstra <lute@gnu.org>
24121
24122 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24123 (define-minor-mode): Call custom-current-group at load-time.
24124
24125 * generic.el (define-generic-mode): Add debug declaration.
24126 Add defcustom for the mode hook.
24127 (generic-mode-internal): Use run-mode-hooks.
24128
24129 2005-03-31 Kim F. Storm <storm@cua.dk>
24130
24131 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24132 (mouse-fixup-help-message): New defun called by show_help_echo
24133 to fixup mouse-2 prefix in help messages when applicable.
24134
24135 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24136
24137 2005-03-31 Kenichi Handa <handa@m17n.org>
24138
24139 * language/thai-word.el (thai-find-word-ends): Pay attention to
24140 the case that we reach the end of buffer.
24141
24142 * textmodes/fill.el (fill-text-properties-at): New function.
24143 (fill-newline): Use fill-text-properties-at instead of
24144 text-properties-at.
24145
24146 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24147
24148 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24149 not comint-quote-filename.
24150
24151 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
24152
24153 * help-fns.el (help-with-tutorial): Revert last change.
24154
24155 2005-03-31 Kim F. Storm <storm@cua.dk>
24156
24157 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24158
24159 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24160
24161 * calendar/cal-china.el: Update reference to "Calendrical
24162 Calculations" book; there's a new edition.
24163 * calendar/cal-coptic.el: Likewise.
24164 * calendar/cal-french.el: Likewise.
24165 * calendar/cal-hebrew.el: Likewise.
24166 * calendar/cal-islam.el: Likewise.
24167 * calendar/cal-iso.el: Likewise.
24168 * calendar/cal-julian.el: Likewise.
24169 * calendar/cal-mayan.el: Likewise.
24170 * calendar/cal-persia.el: Likewise.
24171 * calendar/calendar.el: Likewise.
24172 * calendar/holidays.el: Likewise.
24173 * calendar/lunar.el: Likewise.
24174 * calendar/solar.el: Likewise.
24175
24176 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24177 white space from doc string.
24178
24179 2005-03-30 Jay Belanger <belanger@truman.edu>
24180
24181 * calc/calc-help.el (calc-full-help): Remove email address.
24182
24183 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24184
24185 * help-fns.el (help-with-tutorial): Delete title line.
24186
24187 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24188
24189 * calendar/cal-x.el (calendar-one-frame-setup)
24190 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24191 rather than `symbol' for set-window-dedicated-p.
24192
24193 * calendar/appt.el (appt-buffer-name): Make it a constant.
24194 (appt-add): Doc fix.
24195
24196 * filesets.el (filesets-menu-path, filesets-menu-before)
24197 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24198 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24199 (filesets-add-submenu): Delete and use add-submenu instead.
24200
24201 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24202
24203 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24204 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24205 (org-diary-default-entry): New function.
24206 (org-get-entries-from-diary): Better parsing of diary entries.
24207 (org-agenda-check-no-diary): New function.
24208 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24209 linking to diary entries.
24210 (org-agenda-execute-calendar-command): New function.
24211 (org-agenda): Improve visible section in window.
24212 Use `org-fit-agenda-window'.
24213 (org-fit-agenda-window): New option.
24214 (org-move-subtree-down): Better handling of empty lines
24215 at end of subtree.
24216 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24217 levels up.
24218 (org-fontify-done-headline): New option.
24219 (org-headline-done-face): New face.
24220 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24221 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24222 When current field is non-empty, it is copied to next row.
24223 (org-table-copy-from-above): Fix bug which made it
24224 impossible to copy fields containing only a single non-white character.
24225
24226 2005-03-30 Kim F. Storm <storm@cua.dk>
24227
24228 * kmacro.el (kmacro-end-macro): Isearch may store this command
24229 into the macro -- so ignore it when executing keyboard macro.
24230
24231 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24232
24233 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24234
24235 2005-03-29 Kenichi Handa <handa@m17n.org>
24236
24237 * language/thai.el ("Thai"): Set setup-function and exit-function
24238 for Thai language environment.
24239
24240 * language/thai-util.el: Require thai-word.
24241 (thai-word-mode-map): New variable.
24242 (thai-word-mode): New minor mode.
24243 (setup-thai-language-environment-internal): New function.
24244 (exit-thai-language-environment-internal): New function.
24245
24246 * language/thai-word.el (thai-word-table): Declare it by defvar,
24247 use dolist to initialize it.
24248 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24249 (thai-fill-find-break-point): New functions.
24250
24251 2005-03-29 Richard M. Stallman <rms@gnu.org>
24252
24253 * simple.el (idle-update-delay): Move definition up.
24254 (set-mark): Doc fix.
24255
24256 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24257
24258 * longlines.el: New file.
24259
24260 * simple.el (buffer-substring-filters): New variable.
24261 (filter-buffer-substring): New function.
24262 (kill-region, copy-region-as-kill): Use it.
24263
24264 * register.el (copy-to-register, append-to-register)
24265 (prepend-to-register): Use filter-buffer-substring.
24266
24267 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24268
24269 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24270 (gud-filter-pending-text): Move in front of gdb.
24271 (gud-overlay-arrow-position): New variable.
24272 (gud-sentinel, gud-display-line): Use it in place of
24273 overlay-arrow-position.
24274
24275 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24276
24277 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24278 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24279 (fortran-font-lock-keywords-4): New variable.
24280 (fortran-blocks-re, fortran-end-block-re)
24281 (fortran-start-block-re): New constants, for hideshow.
24282 (hs-special-modes-alist): Add a Fortran entry.
24283 (fortran-mode-map): Bind fortran-end-of-block,
24284 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24285 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24286 (fortran-looking-at-if-then, fortran-end-of-block)
24287 (fortran-beginning-of-block): New functions, for hideshow.
24288
24289 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24290 Doc fix. Tweak regexp.
24291 (f90-beginning-of-block): Push mark first.
24292
24293 2005-03-29 Jay Belanger <belanger@truman.edu>
24294
24295 * calc/calc.el: Update copyright date.
24296 (calc-version): Increase to 2.1.
24297 (calc-version-date): Remove.
24298
24299 * calc/calc-help.el: Update copyright date.
24300 (calc-full-help): Remove reference to calc-version-date.
24301 Update copyright date.
24302
24303 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24304
24305 * vc.el (vc-do-command): Use a pipe for async processes, so password
24306 prompts don't show up at places where the user can't reply.
24307
24308 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24309
24310 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24311 on the file name we pass to the inferior shell.
24312
24313 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24314
24315 * progmodes/which-func.el (which-function): Be robust in the face of an
24316 imenu--make-index-alist failure.
24317
24318 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24319
24320 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24321
24322 * progmodes/python.el (python-preoutput-filter): Fix last change.
24323
24324 2005-03-29 Lute Kamstra <lute@gnu.org>
24325
24326 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24327 functions and compiled macros.
24328 (debug-convert-byte-code): Handle macros too.
24329 (debug-on-entry-1): Don't signal an error when trying to clear a
24330 function that is not set to debug on entry.
24331
24332 2005-03-29 Jay Belanger <belanger@truman.edu>
24333
24334 * calc/calc-lang.el: Add functions to math-function-table
24335 properties of tex and math.
24336
24337 2005-03-29 Kenichi Handa <handa@m17n.org>
24338
24339 * ps-mule.el (ps-mule-plot-string): Translate characters by
24340 ps-print-translation-table.
24341 (ps-mule-begin-job): Call find-charset-region/string with
24342 ps-print-translation-table.
24343 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24344
24345 * ps-print.el (ps-print-translation-table): New variable.
24346 (ps-plot-region): Translate characters by ps-print-translation-table.
24347
24348 2005-03-29 Juri Linkov <juri@jurta.org>
24349
24350 * simple.el (next-error-highlight-timer): New variable.
24351
24352 * progmodes/compile.el (compilation-goto-locus):
24353 Use `next-error-highlight-timer' instead of `sit-for'.
24354
24355 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24356
24357 * mail/supercite.el (sc-mail-field): Use assoc-string.
24358 (sc-get-address): Simplify regexps.
24359
24360 * files.el (minibuffer-with-setup-hook): New macro.
24361 (find-file-read-args): Use it to avoid let-binding
24362 minibuffer-with-setup-hook (which breaks turning on/off
24363 file-name-shadow-mode while in the prompt).
24364
24365 * complete.el (PC-read-include-file-name-internal):
24366 Use test-completion.
24367
24368 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24369
24370 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24371
24372 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24373
24374 * window.el (window-buffer-height): Use count-screen-lines.
24375
24376 * progmodes/python.el (python-preoutput-leftover): New var.
24377 (python-preoutput-filter): Use it.
24378 (python-send-receive): Loop until all the result has been received.
24379
24380 2005-03-28 Juri Linkov <juri@jurta.org>
24381
24382 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24383
24384 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24385 "Recover Crashed Session".
24386 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24387 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24388 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24389 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24390 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24391 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24392 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24393 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24394
24395 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24396 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24397 Ediff Sessions", "Toggle use of separate control buffer frame",
24398 "Use separate frame for Ediff control buffer".
24399
24400 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24401 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24402 "Rename Bookmark", "Delete Bookmark".
24403
24404 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24405 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24406 Add `:active Info-index-alternatives' to "Next Matching Item".
24407
24408 * wdired.el (wdired-change-to-wdired-mode):
24409 Mention `wdired-abort-changes' key in the initial message.
24410
24411 * international/mule.el (auto-coding-alist): Associate non-ascii
24412 image filename extensions with `no-conversion'.
24413
24414 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24415
24416 * international/iso-acc.el:
24417 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24418
24419 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24420
24421 * textmodes/sgml-mode.el (html-mode): Doc update.
24422
24423 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24424
24425 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24426
24427 * term.el (term-move-columns): Fix face after extending a line.
24428 (term-insert-spaces): Likewise.
24429 (term-reset-terminal): Fix off by one error.
24430
24431 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24432
24433 * international/mule.el (auto-coding-alist): Add .xpi files.
24434
24435 * files.el (auto-mode-alist): Add .xpi files.
24436
24437 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24438
24439 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24440
24441 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24442
24443 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24444
24445 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24446
24447 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24448 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24449
24450 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24451 cursor to Jan 1 when needed.
24452 (calendar-end-of-year): Fix -/+ typo.
24453 Reported by Chong Yidong <cyd@stupidchicken.com>.
24454
24455 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24456
24457 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24458
24459 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24460 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24461
24462 2005-03-25 Richard M. Stallman <rms@gnu.org>
24463
24464 * filesets.el (filesets-init): Add autoload.
24465
24466 * mail/mailalias.el (mail-directory): Doc fix.
24467
24468 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24469
24470 * mail/mailalias.el (mail-directory-process): Do nothing if
24471 mail-directory-process is an atom.
24472 (mail-get-names): Ignore mail-directory-names if it is an atom.
24473 (mail-directory-process defvar): Doc fix.
24474 (mail-names): Doc fix.
24475
24476 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24477
24478 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24479
24480 2005-03-26 Kenichi Handa <handa@m17n.org>
24481
24482 * international/mule-util.el (detect-coding-with-priority):
24483 Call update-coding-systems-internal before detect-coding-region.
24484
24485 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24486
24487 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24488 (gdb-frames-mode-map): Add follow-link property.
24489
24490 2005-03-25 Jay Belanger <belanger@truman.edu>
24491
24492 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24493 for variables.
24494
24495 2005-03-25 Juri Linkov <juri@jurta.org>
24496
24497 * image-mode.el: Optimize image filename extension regexps in
24498 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24499 in `auto-mode-alist'.
24500 (image-mode): Add `image-toggle-display-text' to local hook
24501 `change-major-mode-hook'. Display the image as an image by
24502 default. Set `cursor-type' and `truncate-lines' if the image
24503 is already displayed. Take into account the current mode (image
24504 or text) in message.
24505 (image-minor-mode): New minor mode.
24506 (image-mode-maybe, image-toggle-display-text): New functions.
24507 (image-toggle-display): Use called-interactively-p.
24508 Let-bind `inhibit-read-only' to t.
24509
24510 * image-mode.el (image-minor-mode): Set `cursor-type' and
24511 `truncate-lines' if the image is already displayed. Add turning
24512 image-minor-mode off to `change-major-mode-hook'. Add message.
24513 Call `image-toggle-display-text' after turning image-minor-mode off.
24514
24515 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24516
24517 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24518 Terminal.app, use utf-8.
24519 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24520 (set-locale-environment): Use it.
24521
24522 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24523
24524 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24525
24526 * progmodes/python.el (python-close-block-statement-p)
24527 (python-outdent-p, python-current-defun): Use symbol-end.
24528
24529 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24530
24531 * files.el (save-some-buffers): Doc fix.
24532
24533 2005-03-25 Werner Lemberg <wl@gnu.org>
24534
24535 * complete.el, thumbs.el: Replace `legal' with `valid'.
24536 * calendar/calendar.el: Replace `legal' with `valid'.
24537 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24538 * mail/supercite.el: Replace `legal' with `valid'.
24539 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24540 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24541 Replace `legal' with `valid'.
24542 * textmodes/reftex-vars.el, textmodes/reftex.el:
24543 Replace `legal' with `valid'.
24544
24545 2005-03-25 Werner Lemberg <wl@gnu.org>
24546
24547 * calc/calc-forms.el, calc/calc-sel.el
24548 * midnight.el, vc-cvs.el
24549 * emacs-lisp/cl-macs.el
24550 * emulation/vip.el
24551 * eshell/esh-io.el, eshell/esh-var.el
24552 * mail/supercite.el
24553 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24554 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24555 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24556 * progmodes/sh-script.el, progmodes/xscheme.el
24557 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24558 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24559 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24560 * textmodes/reftex.el, textmodes/org.el:
24561 Replace `illegal' with `invalid'.
24562
24563 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24564
24565 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24566 (flymake-find-buildfile, flymake-find-possible-master-files)
24567 (flymake-check-include, flymake-parse-line): Replace loops over the
24568 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24569
24570 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24571 Substitute file-name-as-directory in the rest of the file.
24572 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24573 (flymake-replace-region): Remove unused arg `buffer'.
24574 (flymake-check-patch-master-file-buffer): Update calls to it.
24575 (flymake-add-err-info): Remove unused var `count'.
24576 (flymake-mode): Use define-minor-mode.
24577
24578 * progmodes/flymake.el: Use with-current-buffer.
24579 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24580 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24581 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24582 Avoid testing for `xemacs'.
24583 (flymake-nop): Move.
24584 (flymake-region-has-flymake-overlays): Return the computed value.
24585 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24586 Remove unused var `endline'.
24587 (flymake-get-line-count): Remove unused function.
24588 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24589
24590 * emulation/vi.el:
24591 * generic.el:
24592 * hilit-chg.el (global-highlight-changes):
24593 * hi-lock.el (hi-lock-mode):
24594 * follow.el: find-file-hooks -> find-file-hook.
24595
24596 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24597
24598 2005-03-24 Juri Linkov <juri@jurta.org>
24599
24600 * dired.el (dired-mode-map): Add menu item "Compare directories"
24601 for dired-compare-directories.
24602
24603 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24604 Doc fix. Replace `read-file-name' with `read-directory-name'.
24605
24606 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24607
24608 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24609
24610 2005-03-24 Jay Belanger <belanger@truman.edu>
24611
24612 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24613 relevant mode settings in calc-embedded-original-modes when modes
24614 are permanently changed.
24615
24616 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24617
24618 * autoinsert.el: find-file-hooks -> find-file-hook.
24619
24620 2005-03-24 Lute Kamstra <lute@gnu.org>
24621
24622 * generic.el (generic-font-lock-defaults): Make it obsolete.
24623 (generic-font-lock-keywords): New variable to replace
24624 generic-font-lock-defaults.
24625 (generic-mode-set-font-lock): Delete it.
24626 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24627 (generic-bracket-support): Add docstring.
24628
24629 * generic-x.el: Rename generic-font-lock-defaults to
24630 generic-font-lock-keywords throughout.
24631 (mailagent-rules-setup-function): Delete it.
24632 (mailagent-rules-generic-mode): Use anonymous function instead.
24633 (show-tabs-generic-mode-font-lock-defaults-1)
24634 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24635 Quote faces.
24636 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24637 not foreground.
24638
24639 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24640 Recognize define-generic-mode.
24641
24642 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24643
24644 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24645 if there's no completion table.
24646
24647 2005-03-23 Miles Bader <miles@gnu.org>
24648
24649 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24650 Remove tty-specific variants, as they're no longer needed.
24651
24652 2005-03-23 Lute Kamstra <lute@gnu.org>
24653
24654 * generic-x.el: Code cleanup: make args constant whenever possible.
24655 (installshield-statement-keyword-list)
24656 (installshield-system-functions-list)
24657 (installshield-system-variables-list, installshield-types-list)
24658 (installshield-funarg-constants-list): Make them constants.
24659
24660 * generic.el (generic-make-keywords-list): Add autoload cookie.
24661
24662 * calendar/time-date.el: Add comment on time value formats.
24663 Don't require parse-time.
24664 (with-decoded-time-value): New macro.
24665 (encode-time-value): New function.
24666 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24667 (days-to-time): Return a valid time value when arg is huge.
24668 (time-since): Use time-subtract.
24669 (time-to-number-of-days): Use time-to-seconds.
24670
24671 2005-03-23 David Ponce <david@dponce.com>
24672
24673 * recentf.el (recentf-keep): New option.
24674 (recentf-menu-action): Default to `find-file'.
24675 (recentf-keep-non-readable-files-flag)
24676 (recentf-keep-non-readable-files-p)
24677 (recentf-file-readable-p, recentf-find-file)
24678 (recentf-cleanup-remote): Remove.
24679 (recentf-include-p): More robust.
24680 (recentf-keep-p): New function.
24681 (recentf-remove-if-non-kept): Rename from
24682 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24683 All callers updated.
24684 (recentf-menu-items-for-commands): Fix help string.
24685 (recentf-track-closed-file): Update. Doc fix.
24686 (recentf-cleanup): Update. Count removed files. Doc fix.
24687
24688 2005-03-23 Kim F. Storm <storm@cua.dk>
24689
24690 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24691 Don't inherit from fringe face (now happens automatically).
24692
24693 2005-03-22 Kim F. Storm <storm@cua.dk>
24694
24695 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24696 position values.
24697
24698 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24699
24700 * menu-bar.el (showhide-date-time): Remove.
24701 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24702 (menu-bar-make-mm-toggle): Simplify.
24703
24704 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24705
24706 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24707 Accept qualified variable and function names.
24708
24709 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24710
24711 * bindings.el (completion-ignored-extensions):
24712 Remove ".lis" for `vax-vms'.
24713
24714 2005-03-22 Andreas Schwab <schwab@suse.de>
24715
24716 * generic-x.el: Revert last change.
24717 * ldefs-boot.el: Update.
24718
24719 2005-03-22 Jay Belanger <belanger@truman.edu>
24720
24721 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24722 (calc-embedded-save-original-modes)
24723 (calc-embedded-restore-original-modes): New functions.
24724 (calc-do-embedded): Save original modes when entering embedded mode
24725 and restore when leaving embedded mode.
24726 (calc-embedded-modes-change): Change the value of
24727 calc-embedded-original-modes to reflect permanent changes.
24728
24729 2005-03-22 Lute Kamstra <lute@gnu.org>
24730
24731 * generic-x.el: Require generic again.
24732
24733 2005-03-22 Miles Bader <miles@gnu.org>
24734
24735 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24736 Tweak details to look good on both ttys and bitmap displays, light
24737 or dark background, etc.
24738
24739 2005-03-21 Kim F. Storm <storm@cua.dk>
24740
24741 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24742 mouse position.
24743
24744 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24745
24746 * icomplete.el: Don't forcibly turn on the mode upon load.
24747 (icomplete-mode): Use define-minor-mode.
24748 (icomplete-eoinput): Default to nil.
24749 (icomplete-minibuffer-setup): Remove autoload.
24750 (icomplete-tidy): Simplify.
24751 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24752 in the initial state or if the user has modified the field.
24753 Fix handling of icomplete-max-delay-chars.
24754 Remove code that handles the oddball case where
24755 minibuffer-completion-table is an integer.
24756 Wrap icomplete-completions in while-no-input in case building
24757 completions takes more time than expected.
24758 (icomplete-completions): Simplify.
24759
24760 2005-03-21 Richard M. Stallman <rms@gnu.org>
24761
24762 * jka-compr.el (jka-compr-really-do-compress):
24763 Make variable buffer-local.
24764
24765 * image-mode.el: Handle .xpm files too.
24766 (image-toggle-display): Preserve modification flag.
24767
24768 * help.el (where-is): Don't mention aliases with no key bindings.
24769
24770 2005-03-21 Lute Kamstra <lute@gnu.org>
24771
24772 * generic.el: Fix commentary section. Don't require cl for
24773 compilation.
24774 (generic-mode-list): Add autoload cookie.
24775 (generic-use-find-file-hook, generic-lines-to-scan)
24776 (generic-find-file-regexp, generic-ignore-files-regexp)
24777 (generic-mode, generic-mode-find-file-hook)
24778 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24779 (define-generic-mode): Make it a defmacro. Fix docstring.
24780 (generic-mode-internal): Code cleanup. Add autoload cookie.
24781 (generic-mode-set-comments): Code cleanup.
24782 * generic-x.el: Don't prevent compilation. Don't require generic.
24783 Follow coding conventions. Minor code cleanup.
24784 (etc-fstab-generic-mode): Add some keywords.
24785 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24786 define-generic-mode like a function declaration.
24787
24788 2005-03-21 Jay Belanger <belanger@truman.edu>
24789
24790 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24791 changing modes.
24792
24793 2005-03-21 Sam Steingold <sds@gnu.org>
24794
24795 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24796
24797 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24798
24799 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24800 Add underscore to "f$ lexicals" regexp.
24801
24802 2005-03-20 Juri Linkov <juri@jurta.org>
24803
24804 * subr.el (progress-reporter-do-update): When `min-value' is equal
24805 to `max-value', set `percentage' to 0 and prevent division by zero.
24806
24807 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24808
24809 Sync with Tramp 2.0.48.
24810
24811 * net/tramp.el (all): Change all addresses to .gnu.org.
24812 (tramp-append-tramp-buffers): New defun.
24813 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24814 Catch `dont-send' signal.
24815 (tramp-set-auto-save-file-modes): Set always permissions, because
24816 there might be an old auto-saved file belonging to another
24817 original file. This could be a security threat. Reported by
24818 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24819 Check for Emacs 21.3.50 removed.
24820
24821 * net/tramp-smb.el (all): Remove debug construct for
24822 `with-parsed-tramp-file-name'.
24823 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24824 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24825 No error message if DIRECTORY or FILENAME doesn't exist.
24826 (tramp-smb-open-connection): Check existence of
24827 `tramp-smb-program'.
24828
24829 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24830
24831 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24832 Properly handle the case where the `m' or `s' command's argument is not
24833 yet terminated.
24834 (perl-indent-new-calculate): New function.
24835 (perl-indent-line): Use it.
24836
24837 2005-03-20 Miles Bader <miles@gnu.org>
24838
24839 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24840 in text-mode too. Change to new face names.
24841 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24842 Add `:weight bold' attribute.
24843 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24844
24845 2005-03-19 Juri Linkov <juri@jurta.org>
24846
24847 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24848
24849 * international/mule.el (auto-coding-alist): Sync with
24850 `auto-mode-alist' by adding upper case archive file extensions
24851 and adding ear/war to jar extension.
24852
24853 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24854
24855 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24856 running, restart it.
24857
24858 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24859
24860 * finder.el (finder-current-item): Throw an error on an empty line.
24861
24862 * man.el (Man-follow-manual-reference): If current-word returns
24863 nil, use "".
24864
24865 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24866
24867 * simple.el (goto-line): Doc fix.
24868
24869 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24870
24871 * files.el (save-buffer): Doc fix.
24872
24873 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24874
24875 * recentf.el (recentf-cleanup-remote): New variable.
24876 (recentf-cleanup): Use it to conditionally check availability of
24877 remote files.
24878
24879 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24880
24881 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24882 function names.
24883
24884 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24885
24886 * language/thai-word.el: New file.
24887
24888 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24889
24890 * files.el (backup-buffer): If the file's directory is not
24891 writable, use copy instead of move to backup the file.
24892
24893 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24894
24895 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24896
24897 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24898
24899 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24900 Use functionp instead of symbolp and fboundp. Reported by Drkm
24901 <darkman_spam@yahoo.fr>.
24902 (ps-print-version): New version 6.6.6.
24903
24904 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24905
24906 * textmodes/table.el (table--line-column-position): New idiom.
24907 (table--row-column-insertion-point-p): New function to test
24908 validity of row and column insertion operation at a location.
24909 (table-global-menu, table-cell-menu): Use above functions for
24910 deterministic test operation.
24911 (table--editable-cell-p): Behave in deterministic fashion.
24912
24913 2005-03-18 Juri Linkov <juri@jurta.org>
24914
24915 * isearch.el (isearch-lazy-highlight-new-loop):
24916 Make arguments beg and end optional.
24917 (isearch-update): Remove optional arguments nil from
24918 isearch-lazy-highlight-new-loop.
24919 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24920 isearch-lazy-highlight-case-fold-search instead of
24921 isearch-case-fold-search, and let-bind isearch-regexp to
24922 isearch-lazy-highlight-regexp.
24923 Use isearch-lazy-highlight-last-string instead of isearch-string.
24924
24925 * replace.el (perform-replace): Remove bindings of global
24926 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24927 Add three new arguments to `replace-highlight'.
24928 (replace-highlight): Add arguments string, regexp, case-fold.
24929 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24930 to allow isearch-lazy-highlight-new-loop to use these values
24931 to set corresponding isearch-lazy-highlight-* internal
24932 variables whose values lazy highlighting will use regardless of
24933 changes to global variables isearch-string, isearch-regexp,
24934 isearch-case-fold-search during lazy highlighting loop.
24935 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24936 to `lazy-highlight-cleanup'.
24937
24938 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24939 (ispell-highlight-face): Set default face to `isearch' when
24940 lazy highlighting is enabled.
24941 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24942 priority to 1. Add lazy highlighting.
24943 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24944 from `isearch-dehighlight'.
24945
24946 2005-03-18 David Ponce <david@dponce.com>
24947
24948 * files.el (hack-local-variables): Do a case-insensitive search
24949 for End.
24950
24951 2005-03-18 Juri Linkov <juri@jurta.org>
24952
24953 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24954 `isearch-lazy-highlight-cleanup', add alias to old name and
24955 declare obsolete. Add release numbers to other obsolete vars.
24956 (isearch-done, isearch-lazy-highlight-new-loop):
24957 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24958 (lazy-highlight-cleanup) <variable>: Doc fix.
24959 (isearch-lazy-highlight-update): Rename obsolete
24960 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24961
24962 2005-03-18 Kenichi Handa <handa@m17n.org>
24963
24964 * language/thai-util.el: Fix categorization of Thai characters in
24965 thai-category-table.
24966 (thai-composition-pattern): Adjust it for the above change.
24967 (thai-self-insert-command, thai-compose-syllable): New functions.
24968 (thai-compose-region): Use thai-compose-syllable.
24969 (thai-compose-string): Likewise.
24970 (thai-composition-function): Likewise.
24971 (thai-auto-composition): New function.
24972 (thai-auto-composition-mode): New minor mode.
24973
24974 * language/thai.el: Fix patterns to be registered in
24975 composition-function-table.
24976
24977 * international/quail.el (quail-input-method): Locally bind
24978 inhibit-modification-hooks to t.
24979
24980 2005-03-17 Richard M. Stallman <rms@gnu.org>
24981
24982 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24983 (perl-mode): Use run-mode-hooks.
24984
24985 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24986 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24987 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24988
24989 * mail/sendmail.el (sendmail-send-it): Reenable the code
24990 to compute resend-to-address and use it.
24991
24992 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24993
24994 * image-mode.el: New file.
24995
24996 * image.el (insert-sliced-image): Add autoload cookie.
24997
24998 * font-lock.el (font-lock-lines-before): New user option.
24999 (font-lock-after-change-function): Obey it.
25000
25001 * bindings.el (esc-map): Make M-g a prefix.
25002 Bind M-g g and M-g M-g to goto-line.
25003
25004 * faces.el (face-id): Doc fix.
25005
25006 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25007
25008 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25009 (rmail-show-message): Use rmail-unknown-mail-followup-to.
25010 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25011
25012 * mail/sendmail.el (mail-yank-ignored-headers)
25013 (mail-font-lock-keywords, mail-mode-fill-paragraph):
25014 Add Mail-Followup-To and Mail-Reply-To headers.
25015 (mail-citation-hook): Add autoload cookie.
25016 (mail-mode): Doc fix.
25017 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25018 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25019 (mail-mode-fill-paragraph): Handle those headers.
25020 (mail-mailing-lists): New variable.
25021 (mail-mail-reply-to, mail-mail-followup-to): New functions.
25022
25023 2005-03-17 Juri Linkov <juri@jurta.org>
25024
25025 * isearch.el (isearch-fallback): Check for `(car previous)'
25026 before calling `isearch-other-end-state'.
25027
25028 2005-03-17 Kim F. Storm <storm@cua.dk>
25029
25030 * simple.el (move-beginning-of-line): Move to beginning of buffer
25031 line, as well as beginning of screen line.
25032
25033 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
25034
25035 * calendar/diary-lib.el (mark-diary-entries): Use new optional
25036 argument REDRAW rather than calendar-redrawing variable.
25037 * calendar/calendar.el (calendar-redrawing): Delete.
25038 (redraw-calendar): Do not bind calendar-redrawing.
25039
25040 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
25041
25042 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25043 diary-file buffer.
25044
25045 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25046
25047 * help.el (describe-mode): Allow a :minor-mode-function property to
25048 specify a different minor mode toggle function than the variable.
25049 * simple.el (auto-fill-function):
25050 * subr.el (add-minor-mode): Use it.
25051
25052 2005-03-16 Kenichi Handa <handa@m17n.org>
25053
25054 * language/ethio-util.el (sera-being-called-by-w3): New variable.
25055 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25056 (ethio-fidel-to-sera-buffer): Likewise.
25057
25058 2005-03-16 Juri Linkov <juri@jurta.org>
25059
25060 * emacs-lisp/find-func.el (find-function-regexp):
25061 Add defun-emitting macro `menu-bar-make-toggle'.
25062
25063 * isearch.el: Put `isearch-scroll' property to
25064 `split-window-horizontally'.
25065
25066 * info.el: Update error messages for `debug-ignored-errors'.
25067 (Info-isearch-search): Doc fix.
25068 (Info-find-node): Move up code to go into info buffer before
25069 recording the node to the history.
25070 (Info-fontify-node): Fontify titles only if the next line
25071 has two or more `*', `=', `-', `.'.
25072 Display "go to this node" for empty (match-string 3).
25073
25074 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25075
25076 * term/mac-win.el: Add mouse pointer shape constants.
25077
25078 2005-03-15 Kim F. Storm <storm@cua.dk>
25079
25080 * simple.el (move-beginning-of-line): Use vertical-motion.
25081
25082 2005-03-15 Juri Linkov <juri@jurta.org>
25083
25084 * isearch.el (isearch-error): New variable.
25085 (isearch-invalid-regexp, isearch-within-brackets): Remove.
25086 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25087 (isearch-within-brackets-state): Remove.
25088 (isearch-case-fold-search-state, isearch-pop-fun-state):
25089 Decrease frame index.
25090 (isearch-mode, isearch-top-state, isearch-push-state)
25091 (isearch-edit-string, isearch-abort, isearch-search-and-update)
25092 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25093 (isearch-search, isearch-lazy-highlight-new-loop):
25094 Replace `isearch-invalid-regexp' with `isearch-error'.
25095 Remove `isearch-within-brackets'.
25096 (isearch-search): Add `search-failed' handler to `condition-case'.
25097 (isearch-lazy-highlight-search): Add `condition-case' to catch
25098 errors and allow `isearch-lazy-highlight-update' to try
25099 highlighting from the beginning of the window.
25100 (isearch-repeat): Move up code to set isearch-wrapped to t
25101 before calling isearch-wrap-function.
25102
25103 * info.el (Info-isearch-initial-node): New internal variable.
25104 (Info-search): Signal an error in isearch mode when search leaves
25105 the initial node. Signal an error when `bound' is non-nil and
25106 nothing was found in the current subfile.
25107 (Info-isearch-search): Remove `condition-case'.
25108 (Info-isearch-wrap): Don't wrap when search failed during leaving
25109 the initial node. If `Info-isearch-search' is nil, wrap around
25110 the current node.
25111 (Info-isearch-start): New fun.
25112 (Info-mode): Add buffer-local hook `Info-isearch-start' to
25113 `isearch-mode-hook'.
25114
25115 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25116
25117 * simple.el (normal-erase-is-backspace): Set default to t if
25118 running on Mac.
25119
25120 * term/mac-win.el (function-key-map): Sync with x-win.el.
25121
25122 2005-03-15 Kenichi Handa <handa@m17n.org>
25123
25124 * international/mule-cmds.el (locale-language-names): Modify the
25125 format of elements and add more entries.
25126 (locale-preferred-coding-systems): Add more entries.
25127 (set-locale-environment): Adjust for the change of
25128 locale-language-names.
25129
25130 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
25131
25132 * pcvs.el (smerge-ediff): Remove bogus autoload.
25133
25134 2005-03-14 Lute Kamstra <lute@gnu.org>
25135
25136 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25137 Ignore a `*' at the beginning of a line.
25138
25139 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25140 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25141 subr.el.
25142 (dont-compile, eval-when-compile, eval-and-compile): Use declare
25143 to specify indentation.
25144
25145 * generic.el (define-generic-mode): Let generic-mode-list be a
25146 list of strings; test membership with equal.
25147
25148 2005-03-14 Kim F. Storm <storm@cua.dk>
25149
25150 * simple.el (next-line, previous-line): Add optional try-vscroll
25151 arg to recognize interactive use. Pass it on to line-move.
25152 (line-move): Don't perform auto-window-vscroll when defining or
25153 executing keyboard macro to ensure consistent behavior.
25154
25155 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25156
25157 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25158
25159 2005-03-13 Lute Kamstra <lute@gnu.org>
25160
25161 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25162 debugger-setup-buffer so that backtrace marks the frames set to
25163 debug-on-exit and we don't have to do it manually. Set an extra
25164 debug-on-exit for macro's.
25165 (debugger-setup-buffer): Don't mark the top frame manually.
25166
25167 2005-03-12 Lute Kamstra <lute@gnu.org>
25168
25169 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25170 lisp-indent-function throughout.
25171 (with-no-warnings): Set lisp-indent-function property.
25172
25173 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25174
25175 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25176 Add entry for backslash.
25177
25178 2005-03-12 Juri Linkov <juri@jurta.org>
25179
25180 * info.el (Info-search): Four fixes for backward search.
25181
25182 2005-03-11 Jay Belanger <belanger@truman.edu>
25183
25184 * calc/calc.el (calc-language-alist): New variable.
25185 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25186 (calc-embedded-find-modes): Use calc-language-alist instead of
25187 calc-embedded-language-alist.
25188
25189 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25190
25191 * calendar/calendar.el (calendar-redrawing): New internal
25192 variable.
25193 (redraw-calendar): Remove bogus save-excursion from previous
25194 change. Bind calendar-redrawing to t for mark-diary-entries.
25195 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25196 calendar if that is why we were called.
25197
25198 2005-03-11 Kenichi Handa <handa@m17n.org>
25199
25200 * international/mule.el (make-coding-system): Set property
25201 coding-system-define-form to nil.
25202 (define-coding-system-alias): Likewise.
25203
25204 2005-03-11 Kenichi Handa <handa@m17n.org>
25205
25206 These changes are suggested by Dave Love <fx@gnu.org>.
25207
25208 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25209 coding: tag.
25210 (adaptive-fill-regexp): Add more bullets.
25211 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25212 regexps.
25213
25214 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25215
25216 * help.el (describe-mode): Properly handle non-trivial lighters.
25217 Don't ignore minor modes that are not listed in minor-mode-list.
25218
25219 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25220 feature ON when the user requests to turn it OFF.
25221
25222 2005-03-10 Lute Kamstra <lute@gnu.org>
25223
25224 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25225 (implement-debug-on-entry): New function to replace debug-entry-code.
25226 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25227 second argument as the 2005-03-07 change makes it obsolete.
25228 (debug-on-entry, cancel-debug-on-entry): Update call to
25229 debug-on-entry-1.
25230 (debug, debugger-setup-buffer): Comment update.
25231 (debugger-frame-number): Update to work with implement-debug-on-entry.
25232
25233 2005-03-10 Jay Belanger <belanger@truman.edu>
25234
25235 * calc/calc-embed.el (math-ms-args): Declare it.
25236 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25237 math-ms-args.
25238 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25239 variables.
25240
25241 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25242
25243 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25244 Use message-box.
25245
25246 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25247 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25248 (tooltip-gud-tips): Simplify.
25249 (tooltip-gud-tips-p): Remove superfluous :set.
25250 (tooltip-gud-modes): Add fortran-mode.
25251 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25252
25253 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25254
25255 2005-03-09 Kim F. Storm <storm@cua.dk>
25256
25257 * play/animate.el (animate-place-char): Use forward-line instead
25258 of next-line to improve performance.
25259
25260 2005-03-09 Simon Josefsson <jas@extundo.com>
25261
25262 * net/browse-url.el (browse-url-default-browser): Doc fix.
25263
25264 2005-03-09 Miles Bader <miles@gnu.org>
25265
25266 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25267 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25268
25269 2005-03-09 Kenichi Handa <handa@m17n.org>
25270
25271 * international/latin-1.el: Set case and syntax for 255 only if
25272 set-case-syntax-set-multibyte is nil.
25273
25274 * textmodes/ispell.el (ispell-insert-word): New function.
25275 (ispell-word): Use ispell-insert-word to insert a new word.
25276 (ispell-process-line): Likewise.
25277 (ispell-complete-word): Likewise.
25278
25279 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25280
25281 * calendar/calendar.el (redraw-calendar): Preserve point.
25282 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25283 (calendar-week-start-day): Move after definition of
25284 redraw-calendar. Delete buffer test, since redraw-calendar has
25285 that now.
25286
25287 * calendar/diary-lib.el (mark-diary-entries): Only call
25288 redraw-calendar in the first of any recursive calls.
25289 Reported by Alan Shutko <ats@acm.org>.
25290
25291 2005-03-08 Juri Linkov <juri@jurta.org>
25292
25293 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25294 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25295 (html-radio-buttons): Add a space before the trailing `/>' where
25296 sgml-xml-mode is non-nil.
25297 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25298 the subsequent tag of the empty XML tag.
25299 (html-href-anchor): Don't set initial input to "http:".
25300 (html-image): Ask for the image URL and set point inside alt="".
25301 (html-name-anchor): Duplicate the name in the `id' attribute when
25302 sgml-xml-mode is non-nil.
25303 (html-paragraph): Remove \n before <p>.
25304 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25305 instead of `checked' when sgml-xml-mode is non-nil.
25306
25307 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25308 Remove 1 space before #RRGGBB to not truncate it on terminal
25309 windows w/o fringes. Remove 1 space between bg and fg examples
25310 to get more space.
25311 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25312 avoid byte-compile warnings.
25313
25314 * image-file.el (image-file-handler): Put `safe-magic' property to
25315 `image-file-handler'.
25316
25317 * info.el (Info-isearch-search): Emulate word search in
25318 isearching through multiple Info nodes with Info-search.
25319 (Info-isearch-wrap): Allow isearch-word.
25320
25321 2005-03-08 Lute Kamstra <lute@gnu.org>
25322
25323 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25324 stepping into the debugger's code is not possible.
25325 (debugger-jumping-flag): Docstring update.
25326
25327 2005-03-08 Jay Belanger <belanger@truman.edu>
25328
25329 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25330 embedded mode begins.
25331 (calc-embedded-language-alist): New variable.
25332 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25333 set default language mode.
25334
25335 2005-03-08 Kenichi Handa <handa@m17n.org>
25336
25337 * international/ccl.el (define-ccl-program): Fix docstring about
25338 extra 256 bytes assured for the output buffer.
25339
25340 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25341 Fix BUFFER_MAGNIFICATION to 2.
25342 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25343
25344 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25345
25346 * align.el (align-rules-list): Added an alignment rule for CSS
25347 declarations (applies to css-mode and html-mode buffers).
25348
25349 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25350
25351 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25352
25353 2005-03-07 Kim F. Storm <storm@cua.dk>
25354
25355 * simple.el (move-beginning-of-line): New command.
25356
25357 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25358
25359 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25360
25361 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25362 and move-beginning-of-line.
25363
25364 * apropos.el (apropos-print): Omit command from M-x ... RET.
25365
25366 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25367
25368 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25369 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25370
25371 2005-03-06 Richard M. Stallman <rms@gnu.org>
25372
25373 * bindings.el (esc-map): Bind M-g to goto-line.
25374
25375 * facemenu.el (global-map): Bind M-o, not M-g.
25376
25377 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25378
25379 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25380 "Open Directory" as for "Open File".
25381
25382 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25383
25384 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25385 (push-mark-command): Run activate-mark-hook.
25386
25387 2005-03-06 Richard M. Stallman <rms@gnu.org>
25388
25389 * help-mode.el (help-mode-finish): Don't alter the element
25390 in view-return-to-alist if there already is one.
25391
25392 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25393 make sure the current buffer is the expected one.
25394
25395 * novice.el (disabled-command-function): Output in *Disabled Command*.
25396 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25397
25398 * textmodes/flyspell.el (flyspell-large-region):
25399 Pass args differently for aspell.
25400
25401 * files.el (mode-require-final-newline): Doc fix.
25402
25403 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25404
25405 * progmodes/which-func.el (which-function):
25406 Specify NOERROR when calling imenu--make-index-alist.
25407
25408 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25409
25410 * simple.el (normal-erase-is-backspace): Define default value.
25411
25412 * custom.el (custom-theme-set-variables): Remove unused var
25413 `immediate'.
25414 (custom-reevaluate-setting): Simple function to handle variables
25415 that are defined before their default value can really be
25416 computed.
25417
25418 * startup.el (command-line): Use it for temporary-file-directory,
25419 small-emporary-file-directory, auto-save-file-name-transforms,
25420 blink-cursor-mode, and normal-erase-is-backspace.
25421
25422 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25423 progress, even with buggy anchored keywords.
25424
25425 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25426
25427 * simple.el (goto-line): Remove unbalanced final parenthesis.
25428
25429 2005-03-05 Richard M. Stallman <rms@gnu.org>
25430
25431 * simple.el (goto-line): Use a number at point as the default.
25432 With C-u as arg, switch buffers.
25433
25434 2005-03-05 Juri Linkov <juri@jurta.org>
25435
25436 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25437 with `no-blinking-cursor'.
25438
25439 * startup.el (no-blinking-cursor): New defvar.
25440 (command-line): Add `--no-blinking-cursor' to longopts.
25441 Set `no-blinking-cursor' to t for command line arguments
25442 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25443 with `no-blinking-cursor' in the condition for calling
25444 `blink-cursor-mode'.
25445
25446 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25447
25448 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25449 (menu-bar-options-save): Add blink-cursor-mode.
25450 (menu-bar-options-menu): Add blink-cursor-mode.
25451
25452 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25453
25454 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25455 (icalendar-export-file, icalendar-export-region)
25456 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25457 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25458
25459 2005-03-04 Lute Kamstra <lute@gnu.org>
25460
25461 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25462 (debug-function-list): Ditto.
25463
25464 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25465
25466 * textmodes/texinfmt.el (texinfo-append-refill):
25467 Redefine the types of line to which @refill
25468 is not appended by replacing a search for `@refill\\|@bye' with
25469 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25470 itemize@refill' bug and the unfilled long lines bug.
25471 (texinfmt-version): Update number and date.
25472
25473 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25474
25475 * international/code-pages.el (windows-1250, windows-125[2-8])
25476 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25477
25478 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25479
25480 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25481 bound yet.
25482
25483 2005-03-02 Romain Francoise <romain@orebokech.com>
25484
25485 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25486 buffer after removing limits.
25487 (ibuffer-pop-filter): Ditto.
25488 Update copyright.
25489
25490 2005-03-02 Miles Bader <miles@gnu.org>
25491
25492 * button.el (make-text-button): If the user doesn't specify a
25493 type, use the default. Rewrite to use `add-text-properties' and
25494 plist functions.
25495
25496 2005-03-01 Lute Kamstra <lute@gnu.org>
25497
25498 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25499 (debugger-jumping-flag): New var.
25500 (debug-entry-code): Use it.
25501 (debugger-jump): Use debugger-jumping-flag and add
25502 debugger-reenable to post-command-hook.
25503 (debugger-reenable): Use debugger-jumping-flag and remove itself
25504 from post-command-hook.
25505 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25506 debugger-reenable.
25507
25508 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25509
25510 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25511 inclusion of "itemize\\|", which may be unnecessary, is certainly
25512 inelegant, and stops refilling in itemize lists when formatting
25513 Japanese Texinfo files to Info.
25514 Update copyright to 2005.
25515
25516 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25517
25518 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25519 of an error if GDB can't find the source file.
25520
25521 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25522
25523 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25524 not just the calendar.
25525
25526 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25527 first.
25528 (diary-redraw-calendar): New function.
25529 (make-diary-entry): Add diary-redraw-calendar to local
25530 write-contents-functions. Turn off selective display before
25531 inserting in diary.
25532
25533 2005-03-01 Kim F. Storm <storm@cua.dk>
25534
25535 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25536
25537 2005-03-01 Lute Kamstra <lute@gnu.org>
25538
25539 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25540 that debug-entry-code can be safely removed from a function while
25541 this code is being evaluated. Revert the 2005-02-27 change as the
25542 new implementation no longer requires it. Make sure that a
25543 function body containing just a string is not mistaken for a docstring.
25544 (debug): Skip one more frame in case of debug on entry.
25545 (debugger-setup-buffer): Delete one more frame line in case of
25546 debug on entry.
25547 (debugger-frame-number): Update to use the new text introduced by
25548 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25549
25550 2005-02-28 Kim F. Storm <storm@cua.dk>
25551
25552 * double.el (double-translate-key): Call force-window-update after
25553 read-event to avoid crash in redisplay.
25554
25555 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25556
25557 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25558 (debug): Use it. Move the inhibit-trace earlier.
25559 (debug-entry-code): New const.
25560 (debug-on-entry-1): Use it.
25561
25562 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25563
25564 * international/utf-16.el (ccl-encode-mule-utf-16le):
25565 Fix BUFFER_MAGNIFICATION to 2.
25566 (ccl-encode-mule-utf-16be): Likewise.
25567
25568 2005-02-28 Kenichi Handa <handa@m17n.org>
25569
25570 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25571 Fix BUFFER_MAGNIFICATION to 4.
25572 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25573
25574 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25575
25576 * speedbar.el (speedbar-update-flag): Doc fix.
25577 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25578 argument.
25579
25580 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25581
25582 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25583 have a non-nil `invisible' property but are actually visible.
25584
25585 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25586 for perldoc sections.
25587 (perl-outline-regexp, perl-outline-level): New var and function.
25588 (perl-mode): Use them.
25589
25590 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25591
25592 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25593 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25594
25595 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25596
25597 * cus-edit.el: Comment change.
25598 (custom-buffer-create-internal): Slightly reword text at top of
25599 Custom buffers. Mention there that saving an option edits the
25600 init file. Add link to Emacs manual node on `custom-file'.
25601 (custom-magic-alist): Rewrite individual State messages to use
25602 capitalized keywords. Doc fix.
25603
25604 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25605
25606 * calendar/calendar.el (calendar-buffer): Move above
25607 calendar-week-start-day.
25608 (calendar-week-start-day): Doc fix. Add :set function.
25609 (calendar-minimum-window-height): New variable.
25610 (generate-calendar-window): Only resize window if selected-window
25611 is displaying the calendar buffer. Use new variable
25612 calendar-minimum-window-height.
25613 (generate-calendar): Reword error message.
25614 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25615
25616 2005-02-27 Andreas Schwab <schwab@suse.de>
25617
25618 * vc.el (vc-do-command): Don't run command asynchronously when
25619 operating in a remote directory.
25620
25621 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25622 change from sync with Tramp 2.0.47.
25623
25624 2005-02-27 Richard M. Stallman <rms@gnu.org>
25625
25626 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25627
25628 * textmodes/flyspell.el (flyspell-mode-on):
25629 Call ispell-change-dictionary only if necessary.
25630
25631 * emacs-lisp/re-builder.el (regexp-builder): New function.
25632
25633 * register.el (describe-register-1): Explicitly handle
25634 yank-excluded-properties = t.
25635
25636 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25637 (custom-magic-alist): Change the status descriptions again.
25638 (face widget-type): Total rewrite based on `restricted-sexp'
25639 to eliminate the confusing double hiding levels.
25640
25641 * emacs-lisp/debug.el (debug-on-entry-1):
25642 If function body is empty, add nil as body form.
25643
25644 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25645
25646 * emacs-lisp/trace.el (inhibit-trace): New var.
25647 (trace-make-advice): Use it.
25648
25649 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25650
25651 2005-02-26 Kim F. Storm <storm@cua.dk>
25652
25653 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25654 (mouse-on-link-p, mouse-drag-region-1): Use it.
25655
25656 2005-02-25 Lute Kamstra <lute@gnu.org>
25657
25658 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25659
25660 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25661
25662 * frame.el (blink-cursor-mode): Add :group keyword.
25663
25664 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25665
25666 * calendar/icalendar.el (icalendar--decode-isodatetime):
25667 New optional argument DAY-SHIFT.
25668 (icalendar-export-region): Fix coding-system-for-write.
25669 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25670 events by one.
25671
25672 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25673
25674 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25675
25676 2005-02-24 Kim F. Storm <storm@cua.dk>
25677
25678 * international/iso-acc.el (iso-accents-compose): Fix crash
25679 during redisplay. Call force-window-update after read-event
25680 and delete-region to signal that window is not accurate.
25681
25682 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25683
25684 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25685 Remove unused and inexistent var `inhibit-trace'.
25686 (debugger-mode): Use run-mode-hooks.
25687 (debugger-list-functions): Add buttons; setup xref stack.
25688
25689 2005-02-23 Richard M. Stallman <rms@gnu.org>
25690
25691 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25692 appointment says it was explicitly made.
25693 (appt-add): Set the 3rd element.
25694 (appt-make-list): Preserve explicit appointments.
25695
25696 * subr.el (find-tag-default): Catch errors in forward-sexp.
25697
25698 2005-02-23 Juri Linkov <juri@jurta.org>
25699
25700 * info.el (Info-isearch-search): New defcustom.
25701 (Info-isearch-search): Call the default isearch function
25702 when Info-isearch-search is nil.
25703 (Info-isearch-wrap): Use variable Info-isearch-search.
25704
25705 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25706
25707 * cus-edit.el: Comment change.
25708
25709 2005-02-22 Kim F. Storm <storm@cua.dk>
25710
25711 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25712 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25713
25714 2005-02-22 Simon Josefsson <jas@extundo.com>
25715
25716 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25717 New variable.
25718 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25719 Oskarsson" <myrkraverk@users.sourceforget.net>.
25720
25721 2005-02-22 Kim F. Storm <storm@cua.dk>
25722
25723 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25724 check that window of that event is the selected window.
25725 (mouse-drag-region-1): Compare mouse event window to selected
25726 window before setting point.
25727
25728 * tooltip.el (tooltip-show-help-function): Pass event to
25729 mouse-on-link-p so it can check selected window.
25730
25731 2005-02-22 Kenichi Handa <handa@m17n.org>
25732
25733 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25734 (ps-mule-show-warning): New function.
25735 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25736 characters are found.
25737
25738 * ps-print.el (ps-header-footer-string): Return a list of header
25739 and footer strings.
25740
25741 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25742
25743 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25744
25745 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25746
25747 * frame.el (blink-cursor-mode): Use define-minor-mode.
25748
25749 * term/mac-win.el (function-key-map): Use char-names more consistently.
25750 (file-name-coding-system): Only set it for MacOS-9. The other case is
25751 already handled in mule-cmds.el (where it also works when mac-win.el
25752 is not used).
25753
25754 2005-02-21 Kenichi Handa <handa@m17n.org>
25755
25756 * international/mule.el (ctext-pre-write-conversion): Always use
25757 " *code-converting-work*" buffer for work.
25758
25759 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25760
25761 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25762
25763 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25764
25765 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25766
25767 * ses.el (undo-more): Restore defadvice, but only the part that
25768 allows changes outside the restricted area of the buffer.
25769
25770 2005-02-20 Kim F. Storm <storm@cua.dk>
25771
25772 * simple.el (line-move): Add fourth optional arg try-vscroll which
25773 must be set to perform auto-window-vscroll.
25774 When moving backwards and doing auto-window-vscroll, automatically
25775 vscroll to the last part of lines which are taller than the window.
25776 (next-line, previous-line): Set try-vscroll arg on line-move.
25777
25778 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25779
25780 * replace.el (query-replace, query-replace-regexp)
25781 (replace-string, replace-regexp): When operating on region, make
25782 the minibuffer prompt say so.
25783
25784 * isearch.el (isearch-forward): Document isearch-query-replace and
25785 isearch-query-replace-regexp keybindings.
25786
25787 2005-02-19 Jay Belanger <belanger@truman.edu>
25788
25789 * calc/calc-aent.el (math-read-token): Add local variable.
25790
25791 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25792 (calc-edit-top): Move declaration to earlier in file.
25793 (calc-edit-macro-repeats): Add local variables.
25794
25795 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25796 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25797 calcFunc-tanh.
25798 Adjust integration rule for calcFunc-tan.
25799
25800 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25801
25802 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25803 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25804 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25805 (viper-skip-separators): Bug fix.
25806 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25807 particular major mode.
25808 (viper-del-backward-char-in-replace): Don't put deleted char on the
25809 kill ring.
25810
25811 * viper-ex.el (viper-color-display-p): New function.
25812 (viper-has-face-support-p): Use viper-color-display-p.
25813
25814 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25815
25816 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25817
25818 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25819 (viper-file-remote-p): Make equivalent to file-remote-p.
25820
25821 * viper.el (viper-major-mode-modifier-list):
25822 Use viper-gnus-modifier-map.
25823
25824 2005-02-19 David Kastrup <dak@gnu.org>
25825
25826 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25827 quoting.
25828
25829 2005-02-19 Jay Belanger <belanger@truman.edu>
25830
25831 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25832 Remove extra definitions.
25833 (calc-coth): New function.
25834 (calcFunc-cot): Fix `let'.
25835
25836 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25837
25838 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25839 the reasons we use "type pc" in these faces.
25840
25841 * button.el (button): Ditto.
25842
25843 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25844
25845 * replace.el (query-replace-read-from): Set the value of
25846 query-replace-from-history-variable to handle the case of an empty
25847 string entered to accept the suggested default.
25848
25849 * net/tramp.el (tramp-file-name-for-operation):
25850 Use dired-call-process instead of dired-call-process-command.
25851
25852 2005-02-19 Jay Belanger <belanger@truman.edu>
25853
25854 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25855 (math-div-non-trig): New variables.
25856 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25857 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25858 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25859 trig expressions.
25860
25861 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25862
25863 * progmodes/gdb-ui.el (gdb-var-update-handler)
25864 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25865 for watch expressions,
25866 (gdb-var-create-handler): Don't set speedbar-update-flag.
25867 (gdb-post-prompt): Simplify test for speedbar.
25868
25869 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25870
25871 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25872 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25873 we use the syntax table of the correct buffer.
25874 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25875 Felix Gatzemeier.
25876
25877 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25878 (ediff-file-remote-p): Make synonymous with file-remote-p.
25879 In all deffaces ediff-*-face-*, use min-colors.
25880
25881 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25882 ediff-recurse-to-subdirectories.
25883 (ediff-mark-if-equal): Check that the arguments are strings, use
25884 ediff-same-contents (after to Felix Gatzemeier).
25885
25886 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25887 nil.
25888
25889 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25890
25891 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25892
25893 2005-02-18 David Kastrup <dak@gnu.org>
25894
25895 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25896 use `mark-active' when defined.
25897
25898 2005-02-18 Kenichi Handa <handa@m17n.org>
25899
25900 * ps-print.el (ps-font-info-database): New entry
25901 ZapfChancery-MediumItalic with correct font name. Fix font name
25902 of the entry Zapf-Chancery-MediumItalic.
25903
25904 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25905
25906 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25907
25908 2005-02-16 Kim F. Storm <storm@cua.dk>
25909
25910 * ido.el (ido-fallback-command): Pass user input to fallback command.
25911
25912 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25913
25914 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25915 (gdb-find-file-hook): Add server prefix.
25916
25917 2005-02-16 Richard M. Stallman <rms@gnu.org>
25918
25919 * replace.el (perform-replace): Pass new args to replace-highlight.
25920 (replace-highlight): Take region args,
25921 and pass them to isearch-lazy-highlight-new-loop.
25922
25923 * novice.el (disabled-command-hook): Autoload the defalias
25924 and the make-obsolete-variable call.
25925
25926 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25927
25928 * isearch.el (isearch-lazy-highlight-start-limit)
25929 (isearch-lazy-highlight-end-limit): New variables limit
25930 the region for highlighting.
25931 (isearch-lazy-highlight-new-loop): New args BEG and END.
25932 (isearch-lazy-highlight-search): Use the new vars.
25933 (isearch-lazy-highlight-update): Likewise.
25934
25935 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25936
25937 * cus-start.el (all): Use default-boundp.
25938
25939 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25940
25941 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25942
25943 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25944
25945 * autorevert.el (auto-revert-stop-on-user-input)
25946 (auto-revert-verbose): Doc fixes.
25947
25948 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25949
25950 * international/mule-cmds.el (set-locale-environment): Remove call
25951 to set-selection-coding-system on Windows.
25952
25953 2005-02-15 Jay Belanger <belanger@truman.edu>
25954
25955 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25956 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25957 calcFunc-coth.
25958 (math-simplify-sqrt): Add simplifications.
25959
25960 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25961 to list.
25962
25963 * calc/calc-ext.el: Add functions to autoloads.
25964
25965 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25966 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25967 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25968 (math-csc-raw, math-cot-raw): New functions.
25969
25970 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25971
25972 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25973 the variable name in a message.
25974
25975 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25976 calcFunc-csc, calcFunc-cot.
25977
25978 * calc/calcalg2.el: Add derivative and integration rules for
25979 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25980 calcFunc-csch, calcFunc-coth.
25981 (math-do-integral-methods): Add to checks for when to use
25982 substitutions.
25983
25984 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25985
25986 2005-02-15 Lute Kamstra <lute@gnu.org>
25987
25988 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25989 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25990 <monnier@iro.umontreal.ca>
25991 (lisp-outline-level): Improve efficiency. Suggested by David
25992 Kastrup <dak@gnu.org>.
25993
25994 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25995
25996 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25997 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25998 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25999 (gdb-find-file-hook): New hook. Add it to find-file-hook.
26000 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26001
26002 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
26003
26004 * cus-start.el (all): Comment change.
26005
26006 2005-02-14 Lute Kamstra <lute@gnu.org>
26007
26008 * cus-start.el (all): Check if symbol is void.
26009
26010 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
26011
26012 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26013 optional argument to \cite.
26014
26015 2005-02-14 Richard M. Stallman <rms@gnu.org>
26016
26017 * cus-edit.el (custom-buffer-create-internal): Update help message.
26018 (custom-magic-alist): Update help messages.
26019
26020 * cus-start.el (all): Allow a var to specify a standard value.
26021
26022 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
26023
26024 * custom.el (custom-theme-set-variables): Handle variable aliases.
26025
26026 * frame.el (blink-cursor-timer): Doc fix.
26027 (blink-cursor): Make it an alias for `blink-cursor-mode' and
26028 declare obsolete.
26029 (blink-cursor-mode): Define with defcustom and use correct
26030 standard expression in that defcustom.
26031 * startup.el (command-line): Adapt to above changes in frame.el.
26032
26033 2005-02-11 Lute Kamstra <lute@gnu.org>
26034
26035 * apropos.el (apropos-score-doc): Prevent division by zero.
26036
26037 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
26038
26039 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26040 (icalendar--get-event-property-attributes)
26041 (icalendar--get-event-properties)
26042 (icalendar--datetime-to-diary-date): New functions.
26043 (icalendar--split-value): Doc fix.
26044 (icalendar--datetime-to-noneuropean-date)
26045 (icalendar--datetime-to-european-date): New optional argument
26046 SEPARATOR. Return result as a string instead of a list.
26047 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26048 (icalendar--convert-string-for-export): Rename arg S to STRING.
26049 (icalendar-export-region): Doc fix. Change name of error buffer.
26050 Save output buffer.
26051 (icalendar-import-file): Add blank at end of prompt.
26052 (icalendar-import-buffer): Doc fix. Do not switch to error
26053 buffer. Indicate status in return value.
26054 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
26055 buffer. Save output buffer. Handle exception from recurrence
26056 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
26057 events. Fix problems with weekly all-day events.
26058
26059 2005-02-10 Richard M. Stallman <rms@gnu.org>
26060
26061 * simple.el (eval-expression-print-format):
26062 Avoid warning about edebug-active.
26063
26064 * help.el (help-for-help-internal): Rename from help-for-help.
26065 (help-for-help): Define with defalias.
26066
26067 * font-core.el (font-lock-default-function): Use with-no-warnings.
26068
26069 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26070
26071 * custom.el (defface): Doc fix.
26072
26073 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
26074
26075 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26076 width 0" to prevent word wrapping problems.
26077
26078 2005-02-09 Kim F. Storm <storm@cua.dk>
26079
26080 * ido.el (ido-file-extensions-order): New defcustom.
26081 (ido-file-extension-lessp, ido-file-extension-aux)
26082 (ido-file-extension-order): New advanced file ordering.
26083 (ido-file-lessp): New simple file ordering.
26084 (ido-sort-list): Remove.
26085 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26086 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26087
26088 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
26089
26090 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26091 that some versions of grep produce.
26092 (grep-mode-font-lock-keywords): Likewise.
26093
26094 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
26095
26096 * progmodes/gdb-ui.el (gdb-location-list): New variable.
26097 (gdb-cdir): Delete.
26098 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26099 (gdb-source-info): Treat case when source file is in another
26100 directory properly.
26101 (gdb-get-location): New function.
26102
26103 2005-02-07 Jay Belanger <belanger@truman.edu>
26104
26105 * calc/calc-prog.el (calc-write-parse-table-part)
26106 (calc-fix-token-name): Fix a check for language type.
26107
26108 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26109
26110 2005-02-07 Andre Spiegel <spiegel@gnu.org>
26111
26112 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26113 as directory not writable.
26114
26115 2005-02-07 Kim F. Storm <storm@cua.dk>
26116
26117 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26118 (cua--standard-movement-commands): Remove list.
26119 Instead, set CUA property value to move for movement commands.
26120 (cua-movement-commands): Remove. Users must set CUA prop instead.
26121 (cua--pre-command-handler): Check CUA property.
26122 (cua--init-keymaps): Don't remap undo commands.
26123 (cua-mode): Don't call cua--rectangle-on-off.
26124
26125 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26126 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26127 (cua--rect-undo-set-point): New var.
26128 (cua--rectangle-undo-boundary): Setup undo apply entry.
26129 (cua--rect-undo-handler): New function for rectangle undo.
26130 (cua--rect-start-position, cua--rect-end-position): Add.
26131 (cua--rectangle-post-command): Call cua--rectangle-set-corners
26132 for restored rectangle. Set point if cua--rect-undo-set-point.
26133
26134 2005-02-06 Jay Belanger <belanger@truman.edu>
26135
26136 * calc/calc-lang.el (calc-tex-language): Display more information
26137 in messages.
26138
26139 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26140 in TeX mode.
26141
26142 2005-02-06 Richard M. Stallman <rms@gnu.org>
26143
26144 * emacs-lisp/lisp.el (buffer-end): Doc fix.
26145
26146 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
26147
26148 * net/ldap.el (ldap-search-internal): Support attributes with
26149 optional descriptions separated by a semi-colon, as in
26150 "userCertificate;binary".
26151
26152 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26153
26154 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26155 isn't a cons (i.e. the version is 0).
26156
26157 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26158
26159 * help.el (help-for-help): Doc fix.
26160
26161 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26162
26163 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26164 GDB-Windows on the menu-bar as this works better.
26165
26166 2005-02-04 Jay Belanger <belanger@truman.edu>
26167
26168 * calc/calc-embed.el (calc-embedded-update): Don't put in
26169 unnecessary newlines. Adjust the end of formula marker.
26170
26171 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26172 (math-latex-parse-two-args): New function.
26173
26174 2005-02-03 Lute Kamstra <lute@gnu.org>
26175
26176 * help-fns.el (help-with-tutorial): Make sure that users cannot
26177 remove the entire text of the tutorial by means of `undo'.
26178
26179 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26180
26181 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26182 in recent changes, where the ispell process was repeatedly
26183 killed & restarted.
26184
26185 * international/mule-cmds.el (set-locale-environment): Set file-name
26186 coding system to utf-8 on Darwin systems.
26187 (set-default-coding-systems): Don't set default-file-name-coding-system
26188 on Darwin systems.
26189
26190 2005-02-03 Richard M. Stallman <rms@gnu.org>
26191
26192 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26193
26194 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26195
26196 * faces.el (list-faces-display): Add optional argument.
26197
26198 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26199
26200 * font-core.el (font-lock-default-function): Handle the rare case where
26201 only font-lock-keywords is set.
26202
26203 2005-02-02 Kenichi Handa <handa@m17n.org>
26204
26205 * international/characters.el: Cancel previous change for
26206 I-WITH-DOT-ABOVE and DOTLESS-i.
26207
26208 * international/latin-5.el: Cancel previous change.
26209
26210 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26211
26212 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26213
26214 2005-02-02 Kenichi Handa <handa@m17n.org>
26215
26216 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26217 DOTLESS-i.
26218
26219 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26220 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26221
26222 * case-table.el (get-upcase-table): New function.
26223 (copy-case-table): Copy upcaes table too if non-nil.
26224 (set-case-syntax-delims): Maintain upcase table too.
26225 (set-case-syntax-pair): Likewise.
26226 (set-upcase-syntax, set-downcase-syntax): New functions.
26227 (set-case-syntax): Maintain upcase table too.
26228
26229 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26230
26231 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26232
26233 * progmodes/gud.el (gud-goto-info): New function.
26234 (gud-tool-bar-map): Use correct icon.
26235
26236 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26237
26238 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26239 When delegating, order args in the funcall correctly.
26240
26241 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26242
26243 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26244
26245 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26246
26247 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26248 buffer not visiting a file.
26249
26250 2005-01-31 Jay Belanger <belanger@truman.edu>
26251
26252 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26253 bound on the line with the formula.
26254
26255 2005-01-31 Kim F. Storm <storm@cua.dk>
26256
26257 * ses.el (ses-create-cell-variable-range)
26258 (ses-destroy-cell-variable-range, ses-reset-header-string)
26259 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26260 (ses-insert-row): Fix format of apply undo entries.
26261
26262 2005-01-31 Jay Belanger <belanger@truman.edu>
26263
26264 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26265 parts.
26266
26267 * calc/calc-embed.el (calc-embedded-open-formula)
26268 (calc-embedded-close-formula): Ignore matrix environments.
26269
26270 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26271 TeX mode.
26272
26273 * calc/calc-lang.el (math-function-table, math-oper-table)
26274 (math-variable-table): Adjust the LaTeX portions.
26275
26276 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26277 (math-latex-ignore-words): New constant.
26278
26279 2005-01-31 Richard M. Stallman <rms@gnu.org>
26280
26281 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26282 (ispell-local-dictionary): Doc fix.
26283 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26284 Don't reinitialize at run time. Don't defcustom.
26285 All uses changed to append ispell-local-dictionary-alist,
26286 or check it first.
26287 (ispell-current-dictionary): New variable for dictionary in use.
26288 (ispell-dictionary): Now used only for global default.
26289 (ispell-start-process): Set ispell-current-dictionary,
26290 not ispell-dictionary.
26291 (ispell-change-dictionary): Use this only for setting
26292 user preferences.
26293 (ispell-internal-change-dictionary): New function
26294 to change the current dictionary in use.
26295 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26296 Use ispell-current-dictionary.
26297 Handle ispell-local-dictionary-overridden.
26298 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26299
26300 2005-01-31 Jay Belanger <belanger@truman.edu>
26301
26302 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26303
26304 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26305 (calc-mode-map): Add calc-latex-language.
26306
26307 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26308 (math-latex-print-frac): New functions.
26309 (math-oper-table, math-function-table, math-variable-table)
26310 (math-complex-format, math-input-filter): Add latex properties.
26311 (calc-set-language): Set math-expr-special-function-mapping.
26312
26313 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26314 (calc-write-parse-table-part): Add LaTeX support.
26315
26316 * calc/calc.el (calc-language): Adjust docstring.
26317 (calc-set-mode-line): Add LaTeX support.
26318 (math-expr-special-function-mapping): New variable.
26319 (math-tex-ignore-words): Add to list.
26320
26321 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26322 Add LaTeX support.
26323 (math-compose-expr): Add support for special functions.
26324
26325 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26326
26327 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26328
26329 * progmodes/gdb-ui.el (gdb-memory-address)
26330 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26331 (gdb-memory-mode-map, gdb-memory-format-keymap)
26332 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26333 (gdb-memory-unit-menu): New variables for a buffer
26334 that lets the user examine program memory.
26335 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26336 (gdb-memory-format-binary, gdb-memory-format-octal)
26337 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26338 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26339 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26340 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26341 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26342 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26343 (gdb-memory-mode, gdb-memory-buffer-name)
26344 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26345 New functions for above buffer.
26346
26347 2005-01-30 Richard M. Stallman <rms@gnu.org>
26348
26349 * cus-edit.el (custom-bury-buffer): Function deleted.
26350 (custom-buffer-done-function): Option deleted.
26351 (custom-buffer-done-kill): New replacement option.
26352 (Custom-buffer-done): Call quit-window.
26353 (custom-buffer-create-internal): Update for above changes.
26354
26355 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26356
26357 * simple.el (undo-ask-before-discard): New var.
26358 (undo-outer-limit-truncate): Implement it.
26359 (undo-extra-outer-limit): Doc update.
26360
26361 2005-01-29 Richard M. Stallman <rms@gnu.org>
26362
26363 * ses.el (undo-more): Delete defadvice.
26364 (ses-begin-change): Doc fix.
26365
26366 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26367 instead of rebinding C-x u and C-_.
26368
26369 * files.el (normal-backup-enable-predicate): Return nil for files
26370 in /tmp, regardless of temporary-file-directory.
26371
26372 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26373
26374 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26375 (open-rectangle, delete-whitespace-rectangle-line)
26376 (clear-rectangle-line): If FILL, pass t instead of FILL
26377 for move-to-column's 2nd arg.
26378
26379 * simple.el (undo): Fix the test for continuing a series of undos.
26380 (undo-more): Set pending-undo-list to t when we reach end.
26381 (pending-undo-list): Move up defvar.
26382
26383 * wid-edit.el (widget-button-click):
26384 Shorten the range of the track-mouse binding.
26385
26386 * comint.el (comint-insert-input): Undo previous changes;
26387 use last-input-event in interactive spec.
26388
26389 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26390
26391 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26392 to nil before invoking call-process. Reset buffer's modified flag
26393 after fontifying it in the no-async branch.
26394
26395 * wid-edit.el (widget-specify-button): If mouse pointer shape
26396 cannot be changed, use mouse face instead.
26397
26398 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26399
26400 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26401 (gdb-goto-breakpoint): Make breakpoint handling work on template
26402 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26403 (gdb-assembler-custom): Update to recognize breakpoint information
26404 added on 2005-01-19.
26405
26406 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26407
26408 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26409 (dsssl-mode): Use define-derived-mode.
26410 (scheme-mode-initialize): Remove.
26411 (scheme-mode): Use run-mode-hooks.
26412
26413 * cus-edit.el (customize-group-other-window)
26414 (custom-buffer-create-other-window): Don't override special-display-*.
26415 (custom-mode-map): Make it dense.
26416
26417 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26418 sets the default value.
26419
26420 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26421
26422 * descr-text.el: Add more keywords.
26423
26424 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26425
26426 * speedbar.el: Avoid unnecessary use of locate-library.
26427
26428 * international/mule-cmds.el (standard-display-european-internal):
26429 Don't fiddle with latin-1 non-break space any more since it's now
26430 special cased in the C code.
26431 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26432
26433 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26434
26435 * cus-start.el (all): Add `undo-outer-limit'.
26436
26437 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26438
26439 * textmodes/bibtex.el (bibtex-format-entry):
26440 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26441 field lines.
26442 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26443 not on part of a buffer.
26444
26445 2005-01-25 Lute Kamstra <lute@gnu.org>
26446
26447 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26448 nonempty field text strings like "{letters\\macro{}more letters}".
26449 Clarify docstring.
26450 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26451 (bibtex-entry-offset, bibtex-parse-association)
26452 (bibtex-parse-field-name): Fix typos in docstrings.
26453 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26454
26455 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26456
26457 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26458 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26459 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26460 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26461
26462 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26463 isearch minor mode.
26464
26465 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26466
26467 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26468
26469 2005-01-24 Lute Kamstra <lute@gnu.org>
26470
26471 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26472 CASECHARS and NOT-CASECHARS regular expressions of the
26473 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26474 striding over charsets" error.
26475
26476 2005-01-24 Jay Belanger <belanger@truman.edu>
26477
26478 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26479 display variable name.
26480
26481 2005-01-24 Kenichi Handa <handa@m17n.org>
26482
26483 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26484 Fix setting of the element of encoded-kbd-iso2022-invocations.
26485
26486 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26487
26488 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26489 (gdb-threads-select): Change to also accept mouse events.
26490 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26491 (gdb-threads-mouse-select): Delete.
26492
26493 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26494
26495 * files.el (insert-directory): Take care of empty directory,
26496 listed without -a switch.
26497
26498 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26499
26500 * textmodes/refill.el (refill-post-command-function):
26501 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26502 to the list of functions that we should be careful not to undo.
26503 (refill-late-fill-paragraph-function): Remove.
26504 (refill-saved-state): New var.
26505 (refill-mode): Use it to save fill-paragraph-function.
26506 Save also the value of auto-fill-function.
26507
26508 * term/w32-win.el: Simplify code.
26509
26510 2005-01-23 Kim F. Storm <storm@cua.dk>
26511
26512 * simple.el (line-move): Adapt to new return value from
26513 pos-visible-in-window-p.
26514
26515 * simple.el (line-move): Fix last change. Check partial
26516 visibility at point rather than at window-start.
26517
26518 2005-01-22 Jason Rumney <jasonr@gnu.org>
26519
26520 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26521
26522 2005-01-22 David Kastrup <dak@gnu.org>
26523
26524 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26525
26526 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26527
26528 * type-break.el (type-break-mode): Add a test for
26529 type-break-file-name being non-nil.
26530
26531 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26532
26533 * net/eudc.el (top level): Call (message "") via progn, so that
26534 eudc-options-file is loaded.
26535
26536 2005-01-22 Kim F. Storm <storm@cua.dk>
26537
26538 * simple.el (line-move-1): Rename from line-move.
26539 (line-move): New function that adjusts vscroll for partially
26540 visible rows, and calls line-move-1 otherwise.
26541
26542 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26543
26544 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26545 since it's not a complete read-event implementation
26546
26547 2005-01-20 Jay Belanger <belanger@truman.edu>
26548
26549 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26550 for called function.
26551
26552 2005-01-20 Steven Tamm <steventamm@mac.com>
26553
26554 * term/mac-win.el (process-connection-type): Remove.
26555 Controlled now by s/darwin.h:PTY_ITERATION.
26556
26557 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26558
26559 * window.el (handle-select-window): Don't switch window when we're
26560 in the minibuffer.
26561
26562 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26563
26564 * subr.el (dotimes-with-progress-reporter): New macro.
26565
26566 * ses.el (ses-dotimes-msg): Remove macro.
26567 Use `dotimes-with-progress-reporter' instead.
26568
26569 2005-01-19 Steven Tamm <steventamm@mac.com>
26570
26571 * term/mac-win.el (process-connection-type): Use new
26572 operating-system-release variable to use ptys on Darwin 7 (OS X
26573 10.3) when using carbon build.
26574
26575 2005-01-19 Jay Belanger <belanger@truman.edu>
26576
26577 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26578 flags if the last command was a tab or M-tab.
26579
26580 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26581 in formula editing buffer.
26582
26583 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26584
26585 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26586 breakpoint image symbol in margin.
26587
26588 2005-01-19 Jay Belanger <belanger@truman.edu>
26589
26590 * calc/calc-prog.el (calc-execute-kbd-macro):
26591 Ignore calc-keep-arg-flag.
26592
26593 2005-01-19 Kenichi Handa <handa@m17n.org>
26594
26595 * textmodes/ispell.el (ispell-looking-at): New function.
26596 (ispell-process-line): Use ispell-looking-at to compare the ispell
26597 output and the buffer contents.
26598
26599 2005-01-18 Jay Belanger <belanger@truman.edu>
26600
26601 * calc/calc.el (calc-display-raw): Fix docstring.
26602
26603 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26604
26605 * simple.el (blink-matching-open): Strip extra info from syntax.
26606
26607 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26608 funny chars in the end-of-here-doc marker.
26609
26610 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26611
26612 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26613 that enable/disabled state of breakpoints is shown correctly in
26614 fringe and on ttys.
26615 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26616 Add breakpoint information as text properties.
26617 (gdb-mouse-toggle-breakpoint):
26618 Rename to gdb-mouse-set-clear-breakpoint.
26619 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26620 breakpoints in the margin.
26621 (gdb-remove-strings): Simplify.
26622
26623 2005-01-17 Jay Belanger <belanger@truman.edu>
26624
26625 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26626 erasing buffer.
26627
26628 2005-01-17 Richard M. Stallman <rms@gnu.org>
26629
26630 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26631 for calling grep-compute-defaults.
26632
26633 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26634 if buffer is empty.
26635
26636 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26637
26638 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26639
26640 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26641
26642 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26643 non-preloaded variables.
26644
26645 2005-01-17 Steven Tamm <steventamm@mac.com>
26646
26647 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26648 tex-shell cause to force interactivity when using pipes.
26649
26650 2005-01-17 Kim F. Storm <storm@cua.dk>
26651
26652 * simple.el (just-one-space): Make arg optional.
26653
26654 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26655
26656 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26657 posn-at-x-y to t to access left-margin.
26658
26659 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26660
26661 Sync with Tramp 2.0.47.
26662
26663 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26664 catching keep-date problems in cp/scp operations.
26665 (tramp-handle-copy-file): Don't call `set-file-modes'
26666 unconditionally. Specialized functions should know better what is
26667 necessary. This improves performance a little bit, and the
26668 functions could catch errors with `cp -p' and `scp -p'.
26669 (tramp-do-copy-or-rename-file-via-buffer)
26670 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26671 when appropriate.
26672 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26673 Call `set-file-modes' when appropriate.
26674 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26675 Johnsson <isak@hypergene.com>
26676 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26677 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26678 <joakim@verona.se>
26679 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26680 Emacs only.
26681
26682 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26683 `find-file-hooks' and `dired-mode-hook'.
26684 (tramp-minor-mode-map): Respective map. Add remapping for
26685 `compile' and `recompile'.
26686 (tramp-remap-command, tramp-recompile): New defuns.
26687 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26688 in buffer "*Compilation*". Call the commands asynchronously.
26689
26690 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26691 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26692 `shell-command', because it isn't magic in XEmacs. Reported by
26693 Adrian Aichner <adrian@xemacs.org>.
26694
26695 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26696 `substitute-in-file-name.
26697 (tramp-smb-handle-substitute-in-file-name): New defun.
26698 (tramp-smb-advice-PC-do-completion): Delete advice.
26699
26700 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26701
26702 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26703 Fix error in deleting region.
26704
26705 2005-01-15 Richard M. Stallman <rms@gnu.org>
26706
26707 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26708 In non-temp buffer, switch syntax table temporarily.
26709
26710 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26711
26712 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26713
26714 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26715
26716 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26717 (imenu--generic-function): Use START, not BEG, as pos of definition.
26718
26719 * simple.el (just-one-space): Argument specifies number of spaces.
26720
26721 * simple.el (eval-expression-print-format): Avoid warning
26722 about edebug-active.
26723
26724 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26725
26726 * progmodes/sh-script.el: Code copied from make-mode.el
26727 with small changes,
26728 (sh-mode-map): Bind C-c C-\.
26729 (sh-backslash-column, sh-backslash-align): New variables.
26730 (sh-backslash-region, sh-append-backslash): New functions.
26731
26732 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26733
26734 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26735 (rmail-pop-password, rmail-pop-password-required): Move to
26736 rmail-obsolete group.
26737 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26738 All callers updated.
26739 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26740 Take an argument specifying whether it is POP or IMAP mailbox we
26741 are using. All callers updated.
26742 (rmail-pop-password-error): Rename to
26743 rmail-remote-password-error. Added mailutils-specific error message.
26744 (rmail-movemail-search-path)
26745 (rmail-movemail-variant-in-use): New variables.
26746 (rmail-remote-password, rmail-remote-password-required):
26747 New customization variables.
26748 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26749 (rmail-parse-url): New function.
26750 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26751 with GNU mailutils movemail.
26752
26753 2005-01-15 Kevin Ryde <user42@zip.com.au>
26754
26755 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26756 suffix to space, $ or '$, to correctly position point when going
26757 to @table style constants like DBL_MAX.
26758
26759 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26760
26761 * type-break.el (type-break-mode, type-break-file-time)
26762 (type-break-file-keystroke-count, type-break-choose-file):
26763 Don't store data in or load data from the file if type-break-file-name
26764 is nil.
26765 (type-break-file-name): Doc update as per the above.
26766
26767 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26768
26769 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26770 lookup-key might return nil; handle that.
26771
26772 2005-01-15 Alan Mackenzie <acm@muc.de>
26773
26774 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26775 rather than the element found, thus enabling the tree to be setcar'd.
26776
26777 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26778
26779 * textmodes/org.el (org-show-following-heading): New option.
26780 (org-show-hierarchy-above): Use `org-show-following-heading'.
26781 (org-cycle): Documentation fix.
26782
26783 * textmodes/org.el (orgtbl-optimized): New option
26784 (orgtbl-mode): New command, a minor mode.
26785 (orgtbl-mode-map): New variable.
26786 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26787 (orgtbl-error, orgtbl-self-insert-command)
26788 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26789
26790 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26791 a local variable in each org-mode buffer.
26792
26793 * textmodes/org.el (org-set-regexps-and-options): Rename from
26794 `org-set-regexps'. Added checking for STARTUP keyword.
26795 (org-get-current-options): Add STARTUP options.
26796 (org-table-insert-row): Make mode intelligent about when
26797 realignment is needed.
26798 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26799 New commands.
26800 (org-enable-table-editor): New default value `optimized'.
26801 (org-table-blank-field): Support blanking regions if active.
26802
26803 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26804
26805 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26806 if the year is not given.
26807
26808 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26809 Add new escapes %m and %M, fixed bug with %F by adding
26810 save-match-data.
26811 (reftex-reference): Remove ?. from list of spaces.
26812 (reftex-label-info): Add automatic label prefix recognition.
26813
26814 * textmodes/reftex-index.el (reftex-index-next-phrase):
26815 Add slave parameter to call of `reftex-index-this-phrase'.
26816 (reftex-index-this-phrase): New optional argument.
26817 (reftex-index-region-phrases): Add slave parameter to call of
26818 `reftex-index-this-phrase'.
26819 (reftex-display-index): New argument redo.
26820 (reftex-index-rescan): Add `redo' to arguments of
26821 `reftex-display-index'.
26822 (reftex-index-Rescan, reftex-index-revert)
26823 (reftex-index-switch-index-tag): Add `redo' to arguments of
26824 `reftex-display-index'.
26825 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26826 indexing. Fix bug with matching is there is a quote before or
26827 after the word.
26828
26829 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26830 Fix bug when collecting citation keys in lines with comments.
26831 (reftex-citation): Prefix argument no longer rescans the document,
26832 but forces prompting for optional arguments of cite macros.
26833 (reftex-do-citation): Prompting for optional arguments implemented.
26834
26835 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26836 Add optional arguments to most cite commands.
26837 (reftex-cite-cleanup-optional-args): New option
26838 (reftex-cite-prompt-optional-args): New option.
26839 (reftex-trust-label-prefix): New option.
26840
26841 * textmodes/reftex-toc.el (reftex-toc-find-section):
26842 Add push-mark before changing the position in the buffer.
26843
26844 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26845 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26846
26847 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26848
26849 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26850 more carefully.
26851
26852 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26853
26854 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26855 (sgml-mode): Use it.
26856 (sgml-get-context): Better keep track of implicitly closed tags.
26857
26858 2005-01-13 Kenichi Handa <handa@m17n.org>
26859
26860 * textmodes/ispell.el: These changes are to fix misalignment error
26861 caused by equivalent characters of different Emacs charsets.
26862 (ispell-unified-chars-table): New variable.
26863 (ispell-get-decoded-string): New function.
26864 (ispell-get-casechars, ispell-get-not-casechars)
26865 (ispell-get-otherchars): Call ispell-get-decoded-string.
26866
26867 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26868
26869 * custom.el (custom-declare-variable): Just put symbol instead
26870 of (defvar . symbol) in `current-load-list'.
26871
26872 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26873
26874 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26875
26876 2005-01-12 Jay Belanger <belanger@truman.edu>
26877
26878 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26879 to create a Calc summary.
26880
26881 2005-01-12 Kim F. Storm <storm@cua.dk>
26882
26883 * mouse.el (mouse-on-link-p): Change functionality and doc
26884 string to comply with latest description in lisp ref.
26885
26886 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26887
26888 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26889 Enable mouse clicks on mode-line, header-line and margin.
26890 (event-type): Give mouse event symbols an `event-kind' property
26891 with value `mouse-click'.
26892
26893 2005-01-12 Juri Linkov <juri@jurta.org>
26894
26895 * facemenu.el (list-colors-display): Add new arg buffer-name.
26896 Use it. Fix docstring. Replace code for identifying duplicate
26897 colors by the name with call to `list-colors-duplicates' which
26898 identifies duplicate colors by the value unless the color
26899 is one of special Windows colors. Set truncate-lines to t.
26900 Print sorted duplicate color names on each line. Indent to 22
26901 \(the longest color name in rgb.txt) instead of 20. Optimize.
26902 (list-colors-duplicates): New function.
26903 (facemenu-color-name-equal): Delete function.
26904
26905 * facemenu.el (list-colors-print): New function created from code
26906 in list-colors-display. Print #RRGGBB at the window right edge.
26907 (list-colors-display): When temp-buffer-show-function is not
26908 defined, call list-colors-print from temp-buffer-show-hook
26909 to get the right value of window-width in list-colors-print
26910 after the buffer is displayed.
26911
26912 * simple.el (pop-mark): Move deactivate-mark out of conditional
26913 part to deactivate the active mark regardless of the state of the
26914 mark ring.
26915
26916 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26917 variables line in desktop files.
26918
26919 2005-01-12 Juri Linkov <juri@jurta.org>
26920
26921 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26922 Bring together isearch highlight related options.
26923 (lazy-highlight): Replace group `replace' by `matching'.
26924 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26925 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26926 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26927 and declare them obsolete.
26928 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26929 (isearch-faces): Remove defgroup.
26930 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26931 Move isearch highlighting code closer to lazy highlighting code.
26932
26933 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26934 (query-replace-highlight, query-replace-lazy-highlight)
26935 (query-replace): Move definitions to the beginning of the file.
26936
26937 2005-01-11 Juri Linkov <juri@jurta.org>
26938
26939 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26940 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26941 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26942
26943 * info.el (Info-history-forward): New variable.
26944 (Info-select-node): Reset Info-history-forward to nil.
26945 (Info-last): Turn into defalias.
26946 (Info-history-back): Rename from Info-last.
26947 Add current node to Info-history-forward.
26948 (Info-history-forward): New fun.
26949 (Info-mode-map): Replace Info-last by Info-history-back.
26950 Bind Info-history-forward to "r".
26951 (Info-mode-menu): Replace Info-last by Info-history-back.
26952 Fix menu item text. Add menu item for Info-history-forward.
26953 (info-tool-bar-map): Replace Info-last by Info-history-back.
26954 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26955 for Info-history-forward.
26956 (Info-mode): Replace Info-last by Info-history-back in docstring.
26957 Add local variable Info-history-forward.
26958 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26959
26960 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26961
26962 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26963 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26964 Ignore select-window events rather than fiddle with
26965 mouse-autoselect-window.
26966
26967 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26968
26969 * type-break.el (type-break-mode): Fix previous change.
26970
26971 2005-01-10 Jay Belanger <belanger@truman.edu>
26972
26973 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26974 calculator; only reset when point is inside a calculator.
26975 Don't adjust the window height if the window takes up the whole height
26976 of the frame.
26977
26978 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26979
26980 * ebuff-menu.el (Electric-buffer-menu-mode):
26981 Preserve value of buffer-local var header-line-format.
26982
26983 2005-01-09 Jay Belanger <belanger@truman.edu>
26984
26985 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26986 Make sure settings file exists before accessing it.
26987
26988 * calc/calc-embed.el (calc-embedded-subst):
26989 Replace math-multi-subst-rec, which is only supposed to be called
26990 by math-multi-subst, by math-multi-subst.
26991
26992 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26993
26994 * vc.el (vc-allow-async-revert): New user option.
26995 (vc-disable-async-diff): New internal variable.
26996 (vc-revert-buffer): Use them to disable asynchronous diff.
26997
26998 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26999 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27000 asynchronously if vc-disable-async-diff is t.
27001
27002 2005-01-09 Jay Belanger <belanger@truman.edu>
27003
27004 * calc/calc.el (defcalcmodevar): New macro.
27005 (calc-mode-var-list-restore-default-values)
27006 (calc-mode-var-list-restore-saved-values): New functions.
27007 (calc-mode-var-list): Use defcalcmodevar to define it.
27008 (calc-always-load-extensions, calc-line-numbering)
27009 (calc-line-breaking, calc-display-just, calc-display-origin)
27010 (calc-number-radix, calc-leading-zeros, calc-group-digits)
27011 (calc-group-char, calc-point-char, calc-frac-format)
27012 (calc-prefer-frac, calc-hms-format, calc-date-format)
27013 (calc-float-format, calc-full-float-format, calc-complex-format)
27014 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27015 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27016 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27017 (calc-matrix-brackets, calc-language, calc-language-option)
27018 (calc-left-label, calc-right-label, calc-word-size)
27019 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27020 (calc-display-raw, calc-internal-prec, calc-angle-mode)
27021 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27022 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27023 (calc-window-height, calc-display-trail, calc-show-selections)
27024 (calc-use-selections, calc-assoc-selections)
27025 (calc-display-working-message, calc-auto-why, calc-timing)
27026 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27027 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27028 (calc-gnuplot-default-device, calc-gnuplot-default-output)
27029 (calc-gnuplot-print-device, calc-gnuplot-print-output)
27030 (calc-gnuplot-geometry, calc-graph-default-resolution)
27031 (calc-graph-default-resolution-3d, calc-invocation-macro)
27032 (calc-show-banner): Use defcalcmodevar to declare them and set
27033 their default values.
27034
27035 * calc/calc-ext.el (calc-reset): Restore saved values of variables
27036 instead of default values (but restore default values if there is
27037 an argument of 0).
27038
27039 2005-01-09 David Kastrup <dak@gnu.org>
27040
27041 * desktop.el (desktop-restore-eager): Fix typo in type.
27042
27043 2005-01-08 Richard M. Stallman <rms@gnu.org>
27044
27045 * cus-edit.el (customize): Delete :link.
27046
27047 2005-01-08 Jay Belanger <belanger@truman.edu>
27048
27049 * calc/calc.el (calc-mode): Remove the extension from the
27050 `calc-settings-file' file name when loading it.
27051
27052 2005-01-08 Kim F. Storm <storm@cua.dk>
27053
27054 * info.el (Info-mode-map, Info-next-link-keymap)
27055 (Info-prev-link-keymap, Info-up-link-keymap):
27056 Map follow-link to mouse-face.
27057 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27058
27059 2005-01-08 Jay Belanger <belanger@truman.edu>
27060
27061 * calc/calc.el (calc-settings-file): Change default value.
27062 Suggested by cgw in a comment in calc-mode.el.
27063
27064 * calc/calc-mode.el (calc-settings-file-name):
27065 Compare calc-settings-file to user-init-file instead of ~/.emacs.
27066 Replace ~/.emacs in a prompt by calc-settings-file.
27067
27068 2005-01-07 Lars Hansen <larsh@math.ku.dk>
27069
27070 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27071 (desktop-lazy-idle-delay): New customizable variables.
27072 (desktop-buffer-args-list): New variable.
27073 (desktop-append-buffer-args): New function.
27074 (desktop-save): Call desktop-append-buffer-args for some buffers.
27075 (desktop-lazy-create-buffer): New function.
27076 (desktop-idle-create-buffers): New function.
27077 (desktop-read): Add message about buffers to restore lazily.
27078 (desktop-lazy-abort): New command.
27079 (desktop-clear): Call desktop-lazy-abort.
27080 (desktop-lazy-complete): New command.
27081
27082 2005-01-06 Richard M. Stallman <rms@gnu.org>
27083
27084 * emacs-lisp/find-func.el (find-face-definition):
27085 Rename from find-face.
27086
27087 2005-01-06 Kim F. Storm <storm@cua.dk>
27088
27089 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27090
27091 * man.el (Man-xref-man-page, Man-xref-header-file)
27092 (Man-xref-normal-file): Add follow-link property.
27093
27094 2005-01-06 Jay Belanger <belanger@truman.edu>
27095
27096 * calc/calc-units.el: Make sure the proper macro definitions are
27097 available when compiling.
27098
27099 2005-01-06 Juri Linkov <juri@jurta.org>
27100
27101 * isearch.el (isearch-lazy-highlight-update):
27102 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27103
27104 2005-01-06 Miles Bader <miles@gnu.org>
27105
27106 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27107 (isearch-lazy-highlight-face): Use new name.
27108
27109 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
27110
27111 * uniquify.el (uniquify-rationalize-file-buffer-names):
27112 Re-add an interactive spec.
27113 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27114 to the same name.
27115
27116 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27117 (isearch-update, isearch-done): Adjust calls accordingly.
27118
27119 2005-01-05 Richard M. Stallman <rms@gnu.org>
27120
27121 * custom.el (custom-set-variables, custom-theme-set-variables):
27122 Clarify documentation.
27123
27124 * emacs-lisp/find-func.el (find-variable)
27125 (find-variable-other-window, find-variable-other-frame):
27126 Fix the TYPE args to find-function-read and find-function-do-it.
27127 (find-function): Doc fix.
27128 (find-function-at-point): Replace function-at-point alias.
27129
27130 2005-01-04 Richard M. Stallman <rms@gnu.org>
27131
27132 * cus-face.el (custom-declare-face):
27133 Record defface in current-load-list.
27134
27135 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27136
27137 * emacs-lisp/find-func.el: Doc fixes.
27138 (find-face-regexp): New variable.
27139 (find-function-regexp-alist): New variable.
27140 (find-function-C-source): Third arg is now TYPE.
27141 (find-function-search-for-symbol): Handle general TYPE.
27142 (find-function-read, find-function-do-it): Handle general TYPE.
27143 (find-definition-noselect, find-face): New functions.
27144 (function-at-point): Alias deleted.
27145
27146 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
27147
27148 * battery.el (display-battery-mode): Rename from display-battery.
27149 Handle the case where it gets turned off.
27150
27151 2005-01-04 Richard M. Stallman <rms@gnu.org>
27152
27153 * cus-edit.el (customize): Make :link point to user doc.
27154
27155 * man.el (Man-fontify-manpage): Turn off undo generation.
27156
27157 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27158
27159 2005-01-04 Andreas Schwab <schwab@suse.de>
27160
27161 * files.el (insert-directory): Only look for error lines in
27162 inserted text. Don't move too far after processing --dired markers.
27163
27164 2005-01-04 Richard M. Stallman <rms@gnu.org>
27165
27166 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27167 Don't expand if the character is @, period, dash, etc.
27168 (define-mail-abbrev): Quote names that contain problem characters.
27169
27170 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27171
27172 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27173
27174 2005-01-03 Richard M. Stallman <rms@gnu.org>
27175
27176 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27177 (query-replace-highlight, query-replace-lazy-highlight)
27178 (query-replace): Definitions moved up. Doc fix.
27179
27180 2005-01-03 Richard M. Stallman <rms@gnu.org>
27181
27182 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27183 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27184 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27185 (lazy-highlight-face): Rename from isearch-lazy-...
27186 Change all references to them.
27187
27188 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27189
27190 * cus-edit.el (custom-file): Doc fix for defcustom.
27191 (custom-file): The function no longer sets the variable
27192 `custom-file' to its return value.
27193
27194 * startup.el (command-line): No longer load `custom-file'.
27195
27196 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27197
27198 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27199
27200 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27201 Don't confuse module-prefixed identifiers for labels.
27202 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27203
27204 2005-01-02 Richard M. Stallman <rms@gnu.org>
27205
27206 * files.el (basic-save-buffer-1): Fix previous change.
27207
27208 * loadhist.el (file-loadhist-lookup): New function.
27209 (file-provides, file-requires): Use it.
27210
27211 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27212 instead of calculating the right size.
27213
27214 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27215
27216 * vc-svn.el (vc-svn-diff): Stay local if possible.
27217
27218 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27219
27220 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27221
27222 * files.el (hack-local-variables): Fix last change.
27223
27224 2005-01-02 Jay Belanger <belanger@truman.edu>
27225
27226 * calc/calc-yank.el (calc-edit-top): New variable.
27227 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27228 object. Change header properties.
27229 (calc-edit-finish, calc-edit-finish-stack-object)
27230 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27231 edited object.
27232 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27233 for the beginning of the edited object.
27234 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27235 for the beginning of the edited object.
27236 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27237 (calc-finish-formula-edit, calc-macro-repeats)
27238 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27239 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27240 beginning of the edited object.
27241 (calc-user-define-edit): Change the header for editing macros.
27242 Remove unnecessary variable.
27243
27244 2005-01-01 Jay Belanger <belanger@truman.edu>
27245
27246 * calc/calc-yank.el (calc-edit-mode): Change default header.
27247 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27248 * calc/calc-store.el (calc-edit-variable): Change title to match new
27249 header.
27250 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27251 mode to match new header.
27252 (calc-user-define-edit): Change titles to include names of commands.
27253 (calc-finish-formula-edit): Adjust to handle new header.
27254 (calc-finish-macro-edit): Remove.
27255 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27256 (calc-edit-macro-command, calc-edit-macro-command-type)
27257 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27258 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27259 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27260 (calc-edit-macro-finish-edit): New functions.
27261 (calc-user-define-edit): Use new functions to edit named calc macros.
27262
27263 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27264
27265 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27266
27267 * ses.el (copy-region-as-kill): Deactivate mark.
27268
27269 2005-01-01 Richard M. Stallman <rms@gnu.org>
27270
27271 * replace.el (occur-1): If the output buffer is also an input,
27272 don't kill it, rename it.
27273
27274 * faces.el (set-face-background, set-face-foreground): Doc fix.
27275
27276 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27277 for :foreground and :background.
27278
27279 * dired.el (dired-view-command-alist): Variable deleted.
27280 (dired-view-file, dired-mouse-find-file-other-window):
27281 Delete the code to use it.
27282
27283 2005-01-01 Kim F. Storm <storm@cua.dk>
27284
27285 * image.el (insert-sliced-image): Use t for line-height property.
27286
27287 See ChangeLog.11 for earlier changes.
27288
27289 ;; Local Variables:
27290 ;; coding: iso-2022-7bit
27291 ;; End:
27292
27293 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27294 Copying and distribution of this file, with or without modification,
27295 are permitted provided the copyright notice and this notice are preserved.
27296
27297 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1