(find-function-regexp): Don't match "define-button-type".
[emacs.git] / lisp / ChangeLog
blobade0bda6362389bda2d01014ed2682a23171a193
1 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/find-func.el (find-function-regexp): Don't match
4         "define-button-type".
6         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7         they don't keep accumulating.
9 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
11         * ffap.el (ffap-rfc-path): Change the address of the RFC
12         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
14 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
16         * allout.el (allout-expose-topic): Rectify implementation of "+"
17         spec, so that bodies are not exposed with headlines.
19 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
21         * allout.el (allout-current-depth): Do aberrent check only at or
22         below doublecheck depth.
23         (allout-chart-subtree): Make it explicit that LEVELS being nil
24         means unlimited depth.  Drop undocumented support for LEVELS value
25         t meaning unlimited depth.  (This is consistent with
26         allout-chart-to-reveal, but contrary to allout-show-children,
27         which needs to use nil to default to depth of 1.)
28         (allout-goto-prefix-doublechecked): Wrap long docstring line.
29         (allout-chart-to-reveal): Be explicit in docstring about meaning
30         of nil LEVELS, and drop support for LEVELS value t.
31         (allout-show-children): Translate the level spec used by this
32         routine to that used by allout-chart-subtree and
33         allout-chart-to-reveal.
34         (allout-show-to-offshoot): Retry once when stuck, after opening
35         subtree - improvements in discontinuity handling likely will
36         enable progress.
38 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
40         * wid-edit.el (widget-button-click-moves-point): New variable.
41         (widget-button-click): If widget-button-click-moves-point is
42         non-nil, set point after performing the button action
44         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
46 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
48         * files.el (find-file-existing): Modify to not allow wildcards.
50 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
52         * simple.el (undo-more): When undo information for the region is
53         exhausted, say "No further undo information FOR REGION".
55 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
57         * progmodes/sh-script.el (sh-prev-thing):
58         Take `sh-leading-keywords' into account.
60 2006-09-29  Glenn Morris  <rgm@gnu.org>
62         * custom.el (defcustom): Doc fix.
64         * calendar/calendar.el (european-calendar-style):
65         Call european-calendar or american-calendar as needed when set.
66         (diary-view-entries, list-calendar-holidays): Move autoloads
67         before use.
69 2006-09-29  Juri Linkov  <juri@jurta.org>
71         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
72         to nil if there is no previous property change.
74 2006-09-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
76         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
77         saving anything to be sure that `forward-sexp' behaves correctly.
79 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
81         * simple.el (line-move-finish): Ignore field boundaries if the
82         initial and final points have the same `field' property.
84 2006-09-29  Kim F. Storm  <storm@cua.dk>
86         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
87         to t while calling ido-read-internal.
89 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
91         * textmodes/org.el (org-file-remote-p): Get regexp from list.
92         (org-archive-subtree): Remove erraneous `]' from character list.
94 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
96         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
97         (ses-reconstruct-all): Make undo of "insert row" work by keeping
98         markers for data-area and parameters-area.
100 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
104         * font-lock.el (font-lock-after-change-function): Refontify next line
105         as well if end is at BOL.
106         (font-lock-extend-jit-lock-region-after-change): Be more careful to
107         only extend the region as much as needed.
109 2006-09-28  Richard Stallman  <rms@gnu.org>
111         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
113         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
115         * international/mule.el (after-insert-file-set-coding):
116         If VISIT, don't let set-buffer-multibyte make undo info.
118 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp> (tiny change)
120         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
121         lines in base64-encoded authentication response.
123 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
125         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
126         (ebnf-version): New version 4.3.
127         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
128         (ebnf-prologue): Adjust PostScript programming.
129         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
130         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
132 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
134         * jit-lock.el (jit-lock-force-redisplay): Rename from
135         jit-lock-fontify-again, and undo the mistaken change I've just done.
137         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
138         (jit-lock-fontify-again): Don't refontify text that's not displayed.
140 2006-09-26  Kenichi Handa  <handa@m17n.org>
142         * startup.el (display-splash-screen): Allow a prefix argument.
144 2006-09-25  Jason Rumney  <jasonr@gnu.org>
146         * subr.el (shell-quote-argument): Use DOS logic for Windows
147         shells with DOS semantics.
149 2006-09-24  Richard Stallman  <rms@gnu.org>
151         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
152         (compilation-goto-locus): Use compilation-goto-locus-delete-o
153         to delete the overlay.  Put it on pre-command-hook.
155         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
157         * startup.el (fancy-splash-screens, normal-splash-screen):
158         Call the splash buffer *About GNU Emacs*.
160         * simple.el (next-error-highlight, next-error-highlight-no-select):
161         Default to 0.5.
162         (yank-excluded-properties): Add `fontified'.
164         * font-lock.el (font-lock-compile-keywords): Allow value of
165         syntax-begin-function to enable paren-column-0 highlighting.
167 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
169         * dired.el (dired-build-subdir-alist): When file ends in colon,
170         don't exit the loop, just disregard that file.
172 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
174         * simple.el (line-move-finish): Handle corner case for fields in
175         continued lines.
176         (line-move-1): Remove flawed test for that case.
178 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
180         * icomplete.el (icomplete-simple-completing-p): Use the correct
181         name for the new variable, `icomplete-with-completion-tables'.
182         (file local variables): Remove superfluous setting.
184 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
186         * calendar/appt.el (appt-check): Fix typo for appointments just
187         after midnight.
189 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
191         * help.el (describe-key-briefly, describe-key): Don't expect an
192         extra up event if a down-event is generated by a popup menu.
194 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com> (tiny change)
196         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
197         local dictionary when changing the global dictionary.
199 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
201         * icomplete.el (icomplete-with-completion-tables): List of
202         specialized completion tables with which icomplete should
203         operate.  Include the new `internal-complete-buffer', so icomplete
204         works with interactive buffer-selection.
205         (icomplete-simple-completing-p): Add acceptance of specialized
206         completion tables listed in icomplete-with-completion-tables.
208 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
210         * frame.el (focus-follows-mouse): Set default to nil on Mac.
212         * startup.el (command-line): Use `custom-reevaluate-setting' for
213         `focus-follows-mouse'.
215 2006-09-22  Richard Stallman  <rms@gnu.org>
217         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
218         explain why Save is not available.
220 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
222         * woman.el (woman0-so): Use `let*', not `let'.
223         (woman-horizontal-line): Remove unbalanced parenthesis.
225 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
227         * woman.el: Make sure all the end-of-region markers we use have
228         a non-nil insertion-type.
229         (woman0-so): Move things around so we can use copy-marker.
230         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
231         Adjust marker type.
232         (woman2-process-escapes): Check marker type.
233         (woman-horizontal-line): Dispense with the use of a marker.
235 2006-09-22  Jay Belanger  <belanger@truman.edu>
237         * calc/calc-lang.el: Add Greek letters to math-variable-table
238         property of tex.
240 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
242         * files.el (save-some-buffers-action-alist): Display diff in
243         view-mode.
245 2006-09-22  Masatake YAMATO  <jet@gyve.org>
247         * add-log.el (add-log-current-defun): Use `forward-sexp'
248         instead of `forward-word' to pick c++::symbol.
249         Reported by Herbert Euler <herberteuler@hotmail.com>.
251 2006-09-22  Kenichi Handa  <handa@m17n.org>
253         * bindings.el: Fix setting self-insert-command for multibyte
254         characters in global-map.
256 2006-09-21  David Kastrup  <dak@gnu.org>
258         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
259         doc string.
261 2006-09-21  Kim F. Storm  <storm@cua.dk>
263         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
264         (pushnew): Fix last change.
266 2006-09-21  Kenichi Handa  <handa@m17n.org>
268         * language/european.el ("Latin-1"): Add windows-1252 to
269         coding-priority.
270         ("German"): Likewise.
272 2006-09-21  Kim F. Storm  <storm@cua.dk>
274         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
275         Suggested by Miles Bader.
277         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
278         instead of add-to-list in the simple case.
280 2006-09-20  Kenichi Handa  <handa@m17n.org>
282         * isearch.el (isearch-process-search-char): Cancel the previous
283         change.
284         (isearch-search-string): New function.
285         (isearch-search): Use isearch-search-string.
286         (isearch-lazy-highlight-search): Likewise.
288 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
290         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
291         string to become an option.
293 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
297 2006-09-20  Kim F. Storm  <storm@cua.dk>
299         * simple.el (line-move-partial): Call pos-visible-in-window-p with
300         position t instead of trying both window-end and window-end - 1.
302 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
304         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
305         hidden trees.
307 2006-09-20  David Kastrup  <dak@gnu.org>
309         * mouse.el (mouse-posn-property): Improve doc string.
310         (mouse-on-link-p): Change buffers for function calls on links.
312         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
313         buffer is read-only.
315 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
317         * allout.el (allout-unprotected): Let inhibit-read-only only when
318         buffer-read-only isn't set.
319         (allout-annotate-hidden): Enable topic annotation during copies even
320         when the buffer is read-only, eg for topic copies.  Ensure that the loop
321         advances, even when the span extends beyond the deletion region.
322         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
323         rather than allout-exposure-changed-hook, as a stronger assertion.
324         (allout-keybindings-list): Add bindings for
325         allout-copy-line-as-kill and allout-copy-topic-as-kill.
326         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
327         Copy wrappers for allout-kill-line and allout-kill-topic.
328         (allout-listify-exposed): Position correctly to accumulate lines.
330 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
332         * simple.el (line-move-1): Escape field boundaries occurring
333         exactly at point.  Update goal column if constrained to a field.
334         (line-move-finish): Escape field boundaries occurring exactly at point.
336 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * mouse.el (mouse-on-link-p): Tentatively fix last change.
339         (mouse-drag-vertical-line): Remove unused var `wconfig'.
341 2006-09-19  Kim F. Storm  <storm@cua.dk>
343         * help.el (describe-key-briefly, describe-key): Simplify printing
344         of descriptions by using format and %S.  Fix "is undefined"
345         messages to say "at that spot" for mouse events.
347         * simple.el (line-move-partial): Optimize.  Try window-line-height
348         before posn-at-point to get vpos of current line.
350 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
352         * viper.el: Bump up version/date of update to reflect the substantial
353         changes done in August 2006.
355         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
356         are defined.
358         * ediff-util.el (ediff-add-to-history): New function.
360         * ediff.el: Use ediff-add-to-history instead of add-to-history.
362 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
364         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
365         Delete duplicate make-local-variable form.
366         (conf-space-keywords): Add autoload cookie.
367         Fix typo (`keywords', not `keyword').
369 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
371         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
372         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
373         to x-gtk-use-old-file-dialog
375 2006-09-18  Richard Stallman  <rms@gnu.org>
377         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
378         that might come in during mouse tracking.
380 2006-09-18  Kim F. Storm  <storm@cua.dk>
382         * simple.el (line-move-partial): Rework 2006-09-15 change to use
383         new window-line-height function.  Further optimize by not calling
384         pos-visible-in-window-p for window-end when window-line-height
385         returns useful information.
387 2006-09-16  Richard Stallman  <rms@gnu.org>
389         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
390         (conf-space-mode): Don't handle prefix arg.
391         Delete conf-space-keywords-override code.
392         Use add-hook.
393         (conf-space-keywords): New command.
394         (conf-space-mode-internal): Be careful with imenu-generic-expression.
395         Delete conf-space-keywords-override code.
396         (conf-space-keywords-alist): Doc fix.
397         (conf-space-font-lock-keywords): Doc fix.
398         (conf-space-keywords-override): Var deleted.
400 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
402         * startup.el (fancy-splash-screens): Don't switch to the scratch
403         buffer; it may not be the next buffer.
405 2006-09-16  Romain Francoise  <romain@orebokech.com>
407         * saveplace.el (load-save-place-alist-from-file): Use expanded name
408         in both messages.
410 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
412         * progmodes/python.el (python-preoutput-filter):
413         Fix arg order to string-match.
415 2006-09-16  Richard Stallman  <rms@gnu.org>
417         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
418         font-lock-compile-keywords.
420         * font-lock.el (font-lock-compile-keywords): Rename optional arg
421         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
423 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
425         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
427         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
428         and the data doesn't look like UTF8, send STRING instead.
430 2006-09-16  Agustin Martin <agustin.martin@hispalinux.es>
432         * textmodes/flyspell.el (flyspell-check-region-doublons):
433         New function to detect duplicated words.
434         (flyspell-large-region): Use it.
436 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
438         * simple.el (line-move-to-column): Revert 2006-08-03 change.
440 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
442         * help.el (describe-prefix-bindings): Use let, not let*.
444 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
446         * allout.el (allout-regexp, allout-line-boundary-regexp)
447         (allout-bob-regexp): Correct grouping and boundaries to fix
448         backwards traversal.
449         (allout-depth-specific-regexp, allout-depth-one-regexp):
450         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
451         worse time in allout-ascend.
452         (allout-doublecheck-at-and-shallower): Identify depth threshold
453         below which topics are checked for and disqualified by containment
454         discontinuities.
455         (allout-hotspot-key-handler): Correctly handle multiple-key
456         strokes.  Remove some unused variables.
457         (allout-mode-leaders): Clarify that mode-specific comment-start
458         will be used.
459         (set-allout-regexp): Correctly regexp-quote allout regexps to
460         properly accept alternative header-leads and primary bullets with
461         regexp-specific characters (eg, C "/*", mathematica "(*").
462         Include new regular expressions among those configured.
463         (allout-infer-header-lead-and-primary-bullet):
464         Rename allout-infer-header-lead.
465         (allout-recent-depth): Manifest as a variable as well as a function.
466         (allout-prefix-data): Simplify into an inline instead of a macro,
467         assuming current match data rather than being explicitly passed
468         it.  Establish allout-recent-depth value as well as
469         allout-recent-prefix-beginning and allout-recent-prefix-end.
470         (allout-aberrant-container-p): True when an item's immediate
471         offspring discontinuously contained.  Useful for disqualifying
472         unintended topic prefixes, likely at low depths.
473         (allout-goto-prefix-doublechecked): Elaborate version of
474         allout-goto-prefix which disqualifies aberrant pseudo-items.
475         (allout-pre-next-prefix): Layer on top of lower-level routines, to
476         get disqualification of aberrant containers.
477         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
478         containers.
479         (allout-beginning-of-current-entry): Position at start of buffer
480         when in container (depth 0) entry.
481         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
482         (allout-current-bullet): Strip text properties.
483         (allout-get-prefix-bullet): Use right match groups.
484         (allout-beginning-of-line, allout-next-heading):
485         Disqualify aberrant containers.
486         (allout-previous-heading): Disqualify aberrant containers, and
487         change to regular (rather than inline) function, to allow
488         self-recursion.
489         (allout-get-invisibility-overlay): Increment so progress is made
490         when the first overlay is not the sought one.
491         (allout-end-of-prefix): Disqualify aberrant containers.
492         (allout-end-of-line): Cycle something like allout-beginning-of-line.
493         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
494         outline.el outlines) functional again.  Change the primary bullet
495         along with the header-lead - level 1 new-style bullets now work.
496         Engage allout-before-change-handler in mainline emacs, not just
497         xemacs, to do undo handling.
498         (allout-before-change-handler): Expose undo changes occurring in
499         hidden regions.  Use allout-get-invisibility-overlay instead of
500         reimplementing it inline.
501         (allout-chart-subtree): Use start rather than end of prefix in
502         charts.  Use allout-recent-depth variable.
503         (allout-chart-siblings): Disqualify aberrant topics.
504         (allout-beginning-of-current-entry): Position correctly.
505         (allout-ascend): Use new allout-depth-specific-regexp and
506         allout-depth-one-regexp for linear instead of O(N^2) or worse
507         behavior.
508         (allout-ascend-to-depth): Depend on allout-ascend, rather than
509         reimplementing an algorithm.
510         (allout-up-current-level): Depend on allout-ascend, rather than
511         reimplementing an algorithm.  Return to start-point if we fail.
512         (allout-descend-to-depth): Use allout-recent-depth variable
513         instead of function.
514         (allout-next-sibling): On traversal of numerous intervening
515         topics, resort to economical allout-next-sibling-leap.
516         (allout-next-sibling-leap): Specialized version of
517         allout-next-sibling that uses allout-ascend cleverly, to depend on
518         a regexp search to leap large numbers of contained topics, rather
519         than arbitrarily many one-by-one traversals.
520         (allout-next-visible-heading): Disqualify aberrant topics.
521         (allout-previous-visible-heading): Position consistently when
522         interactive.
523         (allout-forward-current-level): Base on allout-previous-sibling
524         rather than (differently) reimplmenting the algorithm.  Remove some
525         unused variables.
526         (allout-solicit-alternate-bullet): Present default choice stripped
527         of text properties.
528         (allout-rebullet-heading): Use bullet stripped of text properties.
529         Register changes using allout-exposure-change-hook.
530         Disregard aberrant topics.
531         (allout-shift-in): With universal-argument, make topic a peer of
532         it's former offspring.  Simplify the code by separating out
533         allout-shift-out functionality.
534         (allout-shift-out): With universal-argument, make offspring peers
535         of their former container, and its siblings.  Implement the
536         functionality here, rather than inappropriately muddling the
537         implementation of allout-shift-in.
538         (allout-rebullet-topic): Respect additional argument for new
539         parent-child separation function.
540         (allout-yank-processing): Use allout-ascend directly.
541         (allout-show-entry): Disqualify aberrant topics.
542         (allout-show-children): Handle discontinuous children gracefully,
543         extending the depth being revealed to expose them and posting a
544         message indicating the situation.
545         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
546         Leave cursor in correct position.
547         (allout-hide-current-subtree): Use allout-ascend directly.
548         Disqualify aberrant topics.
549         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
550         a way that the yanks can restore it, as used to happen.
551         (allout-yank-processing): Restore exposure layout as recorded by
552         allout-kill-*, as used to happen.
553         (allout-annotate-hidden, allout-hide-by-annotation): New routines
554         for preseving and restoring exposure layout across kills.
555         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
556         (allout-encrypt-string): Strip text properties.
557         Rearranged order and outline-headings for some of the
558         miscellaneous functions.
559         (allout-resolve-xref): No need to quote the error name in the
560         condition-case handler section.
561         (allout-flatten): Classic recursive (and recursively intensive,
562         without tail-recursion) list-flattener, needed by allout-shift-out
563         when confronted with discontinuous children.
565 2006-09-16  Jason Rumney  <jasonr@gnu.org>
567         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
568         on ms-windows.
569         (dnd-open-unc-file): Remove.
570         (dnd-open-local-file): Mention in doc string that it also handles
571         remote files if the system natively supports unc file-names.
573 2006-09-15  Kim F. Storm  <storm@cua.dk>
575         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
576         all necessary information about the event before erasing *Help*.
578         * simple.el (line-move-partial): Use window-line-visiblity to
579         quickly check whether last line is partially visible, and only do
580         the hard (and slow) part in that case.
582 2006-09-15  Jay Belanger  <belanger@truman.edu>
584         * COPYING: Replace "Library Public License" by "Lesser Public
585         License" throughout.
587 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
589         * term/x-win.el (x-menu-bar-open): New function for F10.
591 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
593         * progmodes/compile.el (compilation-error-regexp-alist-alist):
594         Disallow filenames containing " -" to avoid confusion with libtool
595         compilation messages.  Suggested by Stefan Monnier.
597 2006-09-15  David Kastrup  <dak@gnu.org>
599         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
600         instead of buffer position for `mouse-on-link-p'.
602         * mouse.el (mouse-posn-property): New function looking up the
603         properties at a click position in overlays and text properties in
604         either buffer or strings.
605         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
606         of both `follow-link' as well as `mouse-face' properties.
607         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
608         buffer position.
610         * help.el (describe-key-briefly): When reading a down-event on
611         mode lines or scroll bar, swallow the following up event, too.
612         Use the new mouse sensitity of `key-binding' for lookup.
613         (describe-key): The same here.
615 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
617         * play/life.el (life-patterns): Add a few more interesting patterns.
618         (life-setup): Force `show-trailing-whitespace' to nil.
620 2006-09-14  Richard Stallman  <rms@gnu.org>
622         * startup.el (fancy-splash-text): Change text to improve alignment.
623         (fancy-splash-screens): Don't set non-standard tab width.
624         Bind cursor-type temporarily, and make it easy to patch to
625         preserve the splash buffer.
626         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
627         (fancy-splash-screens): Display echo-area message explicitly.
628         Don't set fancy-splash-help-echo.
630         * simple.el (line-number-mode): Group mode-line instead of
631         editing-basics.
632         (column-number-mode, size-indication-mode): Likewise.
634         * faces.el (mode-line-faces): Group mode-line instead of modeline.
636         * time.el (display-time): Group mode-line instead of modeline.
638         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
640 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
642         * startup.el (fancy-splash-text): Move editing instructions to
643         fancy-splash-head.
644         (fancy-splash-head): Issue editing instructions.
645         (fancy-splash-screens): Fixup whitespace.
647 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * bindings.el (mode-line-buffer-identification-keymap):
650         Remove duplicate line.
652 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
654         * ido.el (ido-ignore-item-p): Allow any kind of functions in
655         ignore lists.
657 2006-09-14  Kim F. Storm  <storm@cua.dk>
659         * jit-lock.el (jit-lock-fontify-again): New function.
660         (jit-lock-fontify-now): Use it instead of lambda form.
662 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
664         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
665         (flyspell-auto-correct-word): Make ispell-filter local to these
666         functions.  Check that ispell-filter has new stuff before calling
667         ispell-parse-output.
669 2006-09-13  Kim F. Storm  <storm@cua.dk>
671         * simple.el (line-move-partial): Optimize.
673 2006-09-13  Richard Stallman  <rms@gnu.org>
675         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
676         Delete spurious backquote.
678 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
680         * net/rcirc.el (rcirc-print): Fix last change.
682 2006-09-12  Jay Belanger  <belanger@truman.edu>
684         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
686 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
688         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
689         rcirc-show-maximum-output.
690         (rcirc-mode): Remove window-scroll-function hook.
691         (rcirc-scroll-to-bottom): Remove function.
692         (rcirc-print): Recenter so point stays at the bottom of the window
693         if point was already there.
695 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
697         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
698         not to "t".
699         * progmodes/compile.el (compilation-start): Likewise.
700         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
701         Don't use expand-file-name on invocation-directory, since this
702         might mishandle special characters in invocation-directory.
704 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
706         * pcvs-defs.el: Remove * in defcustom's docstrings.
708 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
710         * progmodes/compile.el (compilation-directory-properties):
711         Doc fix for help-echo.
713 2006-09-12  Lars Hansen  <larsh@soem.dk>
715         * desktop.el (desktop-read): Add comment.
717 2006-09-12  Kim F. Storm  <storm@cua.dk>
719         * simple.el (next-error-highlight, next-error-highlight-no-select):
720         Fix spelling error.
722         * subr.el (sit-for): Rework to use input-pending-p and cond.
723         Return nil input is pending on entry also for SECONDS <= 0.
724         (while-no-input): Use input-pending-p instead of sit-for.
726 2006-09-11  Richard Stallman  <rms@gnu.org>
728         * simple.el (next-error-highlight, next-error-highlight-no-select):
729         Fix custom type and doc strings.
731 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
733         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
734         (diff-apply-hunk): Use it to ask for confirmation.
736 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
738         * emacs-lisp/cl.el (pushnew): Add missing `,'.
740 2006-09-11  David Kastrup  <dak@gnu.org>
742         * help.el (string-key-binding, describe-key-briefly)
743         (describe-key): Remove `string-key-binding' and its callers since
744         `key-binding' already caters for the proper lookup now.
746 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
749         (cfengine-mode): Use it.  Fix \ syntax to be like /.
751         * bindings.el (mode-line-buffer-identification-keymap):
752         Move initialization into declaration.
754 2006-09-10  Kim F. Storm  <storm@cua.dk>
756         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
757         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
758         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
759         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
761 2006-09-10  Richard Stallman  <rms@gnu.org>
763         * dired-aux.el: Handle errors in recursive copy usefully.
764         (dired-create-files-failures): New variable.
765         (dired-copy-file): Remove condition-case.
766         (dired-copy-file-recursive): Check for errors on all file
767         operations, and add them to dired-create-files-failures.
768         Check file file-date-erorr here too.
769         (dired-create-files): Check dired-create-files-failures
770         and report those errors too.
772         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
774         * subr.el (add-to-list): New argument COMPARE-FN.
776 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
778         * filecache.el (file-cache-add-directory)
779         (file-cache-add-directory-list, file-cache-add-file)
780         (file-cache-add-directory-using-find)
781         (file-cache-add-directory-using-locate)
782         (file-cache-add-directory-recursively): Add autoloads.
784 2006-09-09  Richard Stallman  <rms@gnu.org>
786         * textmodes/conf-mode.el (conf-space-mode):
787         Use hack-local-variables-hook instead of calling hack-local-variables.
788         (conf-space-keywords-override): New variable.
789         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
790         (conf-space-mode): Always make conf-space-keywords and
791         conf-space-keywords-override local.
792         Call conf-space-mode-internal directly as well as via hook.
794 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
796         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
797         quasi-keywords.
799 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
801         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
802         (python-send-string): Be slightly more careful about adding \n.
804         * startup.el (normal-splash-screen): Don't display the buffer if we'll
805         kill it right away anyway.
807 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
809         * international/codepage.el (cp850-decode-table): Fix a few codes.
810         (cp858-decode-table): New variable.
812 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
814         * net/ldap.el (ldap-search-internal): Doc fix.
816 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
818         * play/life.el (life-display-generation): Test for input manually if
819         `sleeptime' is negative or null.
821         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
822         (print-region-1): Substitute `%s' with the page title.
824 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
826         * locate.el (locate-current-search): New variable.
827         (locate): Set buffer local value.  Use current buffer if it is
828         in Locate mode.
829         (locate-mode): Disable undo here.
830         (locate-do-setup): Use locate-current-filter from buffer to be killed.
831         (locate-update): Use locate-current-search and locate-current-filter.
833 2006-09-08  David Kastrup  <dak@gnu.org>
835         * desktop.el (desktop-read): When loading a desktop, disable
836         saving it while the load progresses, and switch off a pending lazy
837         load by calling `desktop-lazy-abort'.
839 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
841         * window.el (mouse-autoselect-window-timer)
842         (mouse-autoselect-window-position)
843         (mouse-autoselect-window-window)
844         (mouse-autoselect-window-now): New vars.
845         (mouse-autoselect-window-cancel)
846         (mouse-autoselect-window-select)
847         (mouse-autoselect-window-start): New functions.
848         (handle-select-window): Call `mouse-autoselect-window-start' when
849         delayed window autoselection is enabled.
851         * cus-start.el (mouse-autoselect-window): Handle delayed window
852         autoselection.
854         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
855         commands after which it is allowed to print in the echo area.
857 2006-09-08  Richard Stallman  <rms@gnu.org>
859         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
861         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
862         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
864         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
865         (cancel-timer-internal): Add doc string.
866         (cancel-function-timers): Doc fix.
867         (with-timeout-handler, timer-event-last*): Add doc strings.
869         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
871         * files.el (risky-local-variable-p): Match ...-bindat-spec.
873         * dired.el (dired-log-summary): Add doc string.
875         * cus-edit.el (custom-menu-create): Bind deactivate-mark here
876         (custom-group-menu-create): Not here.
878 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
880         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
882 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
884         * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
885         (mac-apple-event-map): Define its handler.
887 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
889         * net/ldap.el (ldap-search-internal): Handle `auth' key.
891 2006-09-07  Magnus Henoch <mange@freemail.hu>
893         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
894         clause.
896 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
898         * info.el (Info-index): Bind completion-ignore-case.
900 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
903         previous commit.
904         (inferior-prolog-guess-flavor): New fun left out of previous commit.
905         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
906         burp in dedicated windows.
907         (inferior-prolog-self-insert-command): New command.
908         (inferior-prolog-mode-map): Use it.
910 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
912         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
914         * international/code-pages.el: Add cp858.
916 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
918         * dnd.el: Fix bootstrapping.
920 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
922         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
923         (dnd-open-remote-url): New function.
924         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
925         not windows-nt.
927 2006-09-07  Jason Rumney  <jasonr@gnu.org>
929         * dnd.el (dnd-open-remote-file-function): New variable.
930         (dnd-open-unc-file): New function.
931         (dnd-open-file): Call dnd-open-remote-file-function if set.
933 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
935         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
936         pgg-passphrase-coding-system rather than locale-coding-system.
937         * pgg-def.el (pgg-passphrase-coding-system): New user option.
939 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
941         * progmodes/prolog.el: Remove * in docstrings.
942         (prolog-program-name): Add SWI prolog.
943         (prolog-mode-menu): New menu.
944         (prolog-mode): Set comment-add.
945         (prolog-indent-line): Simplify.  Use indent-line-to.
946         (inferior-prolog-buffer): New var.
947         (inferior-prolog-run, inferior-prolog-process): New funs.
948         (run-prolog, switch-to-prolog): Rewrite, using them.
949         (prolog-consult-region): Use inferior-prolog-buffer.
950         (inferior-prolog-load-file): New function.
951         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
953         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
954         last word, if it's not the end of the paragraph.
956         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
957         file name.
959 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
961         * frame.el (display-mm-dimensions-alist): New defcustom.
962         (display-mm-height, display-mm-width): Use it.
964 2006-09-06  Simon Josefsson  <jas@extundo.com>
966         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
968 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
970         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
971         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
972         string values.
974 2006-09-06  Kim F. Storm  <storm@cua.dk>
976         * simple.el (line-move-partial): New function to do vscrolling for
977         partially visible images / tall lines.  Rewrite based on code
978         previously in line-move.  Simplify backwards vscrolling.
979         (line-move): Use it.  Simplify.
981 2006-09-05  Kim F. Storm  <storm@cua.dk>
983         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
985 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
987         * progmodes/compile.el (compilation-error-regexp-alist-alist):
988         Process the `gcc-include' after the `gnu' rule.
990 2006-09-05  Kim F. Storm  <storm@cua.dk>
992         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
994 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
996         * pgg.el (pgg-clear-string): Alias to clear-string for backward
997         compatibility.
999         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
1000         inhibit-redisplay; encode passphrase with locale-coding-system.
1002 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1004         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
1006 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
1008         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1009         (gdb-var-list-children-regexp): Make type field optional.
1011         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
1012         e.g public, protected in C++.
1014 2006-09-04  John Paul Wallington  <jpw@pobox.com>
1016         * simple.el (completion-show-help): New defcustom.
1017         (completion-setup-function): Heed it.
1019 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1021         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1023 2006-09-04  Richard Stallman  <rms@gnu.org>
1025         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
1026         (rsf-min-region-to-spam-list): Doc fix.
1027         (rsf-add-content-type-field): Doc fix.
1029         * simple.el (kill-region): Explicitly test there is a region.
1031 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1033         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
1034         sendmail in several common directories.
1036         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
1038         * paths.el (sendmail-program): Removed.
1040 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
1042         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
1043         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
1044         http://article.gmane.org/gmane.emacs.gnus.general/50457
1046 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
1048         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
1049         mark after running the menu filter.
1051 2006-09-03  Juri Linkov  <juri@jurta.org>
1053         * international/quail.el (quail-defrule-internal): Add a check
1054         if a key is a vector.
1056 2006-09-02  Juri Linkov  <juri@jurta.org>
1058         * man.el (Man-topic-history): New variable.
1059         (man): Use it.
1061         * woman.el (woman-topic-history): Change defvar to defvaralias
1062         for symbol `Man-topic-history'.
1064         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
1065         `comint-last-output-start' is a marker by using `markerp' and
1066         check if it has a position by using `marker-position', and use
1067         this position for `goto-char'.
1069         * international/quail.el (quail-defrule-internal): Add missing
1070         `error' call for null key.
1072 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
1074         * rcirc.el (rcirc-keywords): New variable.
1075         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
1076         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
1077         variables.
1078         (rcirc-responses-no-activity): New function.
1079         (rcirc-handler-generic): Check for responses in above.
1080         (rcirc-process-command): Add ?: character to arguments of raw
1081         server commands.
1082         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
1083         `rcirc-dim-nicks'.
1084         (rcirc-gray-toggle): Remove unused variable.
1085         (rcirc-print): Remove some tracking logic, which is moved into
1086         markup functions.
1087         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
1088         types.
1089         (rcirc-activity-string): Look for 'keyword in activity-types.
1090         (rcirc-window-configuration-change): Don't erase overlay-arrow
1091         unnecessarily.
1092         (rcirc-add-or-remove): New function.
1093         (rcirc-cmd-ignore): Use it.
1094         (rcirc-message-leader): Remove unused function.
1095         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
1096         (rcirc-add-face): New function.
1097         (rcirc-facify): Use rcirc-add-face.
1098         (rcirc-url-regexp): Add parens.
1099         (rcirc-map-regexp): Remove function.
1100         (rcirc-mangle-regexp): Remove function.
1101         (rcirc-markup-text-functions): New variable.
1102         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
1103         (rcirc-markup-body-text, rcirc-markup-attributes)
1104         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
1105         (rcirc-markup-bright-nicks): New markup handler functions.
1106         (rcirc-nick-in-message-full-line): New face.
1107         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
1108         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
1110 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
1112         * cus-start.el (hscroll-margin, hscroll-step)
1113         (mode-line-in-non-selected-windows, mouse-autoselect-window)
1114         (x-use-underline-position-properties): Change version to "22.1"
1115         since they will appear there for the first time.
1117 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
1119         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
1121 2006-08-31  Richard Stallman  <rms@gnu.org>
1123         * cus-edit.el (custom-save-variables): Slight cleanup.
1124         (Custom-no-edit): Renamed from custom-no-edit.
1125         (Custom-newline): Renamed from custom-newline.
1126         (custom-mode-map): Use new names.
1128         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
1129         about customization, rather than M-x customize, in the doc string
1130         made for the defcustom.
1132         * emacs-lisp/trace.el (trace-function-background): Doc fix.
1134 2006-08-31  Romain Francoise  <romain@orebokech.com>
1136         * dired-x.el (dired-guess-shell-alist-default): Update.
1138 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
1140         * custom.el (custom-theme-set-variables): Autoload packages before
1141         sorting the variables.
1143 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
1145         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
1146         chars if XEmacs.
1147         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
1149 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * progmodes/python.el (python-eldoc-function): Re-enable quit while
1152         waiting for process.
1154 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1156         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
1157         results in ASCII-only string, encode original one directly.
1159 2006-08-29  Romain Francoise  <romain@orebokech.com>
1161         * startup.el (normal-splash-screen, fancy-splash-screens):
1162         Make buffer read-only and arrange to enter view mode if necessary.
1164 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
1166         * hl-line.el (hl-line): New face.
1167         (hl-line-face): Use it.
1169         * image-mode.el (image-mode): Fix last fix.
1170         Suggested by Kim F. Storm.
1172 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
1174         Sync with Tramp 2.0.54.
1176         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
1177         of `=', because `tramp-get-remote-gid' might not always return an
1178         integer when expected.
1179         (tramp-register-file-name-handlers): `partial-completion-mode' is
1180         unknown to XEmacs.
1181         (tramp-time-diff): Don't use `floor', it might fail for large
1182         differences.
1183         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
1184         `tramp-auto-save-directory' if unset in order to guarantee unique
1185         auto-save file names.
1187 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
1189         * image-mode.el (image-mode): Display image as text on a terminal.
1191 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1193         * progmodes/python.el (python-send-command): Simplify.
1194         (run-python): Don't generate a new buffer unless `new' was specified.
1195         Make sure we send `import emacs' to the proper process.
1197         * progmodes/python.el (python-send-command): Don't wait for the command
1198         to terminate.  Don't fiddle with compilation-parsing-end.
1200 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
1202         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1203         Insert commentary after first line summary.
1205         * woman.el (woman-follow): New function, based on `man-follow'.
1206         (woman-mode-map): Use it.
1208         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
1209         since ibuffer-do-sort-by-recency does not define a sorter.
1211 2006-08-28  Kim F. Storm  <storm@cua.dk>
1213         * find-dired.el (find-dired): Use shell-quote-argument to properly
1214         escape ( and ) args.  Also use it on {} and ; args in default
1215         value of find-ls-option string.
1216         (find-grep-dired): Use shell-quote-argument on {} and ; args.
1218 2006-08-27  Michael Olson  <mwolson@gnu.org>
1220         * emacs-lisp/tq.el: Small grammar fix in comments.
1221         (tq-enqueue): Check for existence of queue rather than the
1222         head queue item's question, which was a no-op.
1223         (tq-filter, tq-process-buffer): Make sure the process buffer
1224         exists before making it the current buffer.
1226 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1228         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
1229         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
1230         (special-event-map): Apply 2006-08-16 change for x-win.el.
1232 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * progmodes/python.el (python-send-receive): Wait in the
1235         process's buffer so as to check the right buffer-local variables.
1237 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
1240         (defgroup checkdoc): Move to beginning.
1242         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
1243         (python-preoutput-continuation): Remove.
1244         (python-preoutput-filter): Simplify correspondingly.
1245         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
1246         Loop around to catch embedded _emacs_out output.
1247         (run-python): Send the import&print command on a single line.
1248         (python-send-command): Send command&print on a single line.
1249         (python-send-string): Only add double \n if needed.
1250         (python-send-receive): Loop until the result comes.
1251         (python-mode-running): Defvar it.
1252         (python-setup-brm): Remove unused var `menu'.
1253         Only bind py-mode-map and `features' around brm-init.
1254         (python-calculate-indentation): Remove unused var `point'.
1255         (python-beginning-of-defun): Remove unused var `def-line'.
1257 2006-08-25  Richard Stallman  <rms@gnu.org>
1259         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
1261 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
1263         * viper.el (viper-set-hooks): Use frame bindings for
1264         viper-vi-state-cursor-color.
1265         (viper-non-hook-settings): Don't set default
1266         mode-line-buffer-identification.
1268         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
1269         (viper-set-cursor-color-according-to-state)
1270         (viper-get-saved-cursor-color-in-replace-mode)
1271         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
1272         viper-emacs-state-cursor-color.
1274         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
1275         (viper-undo): Use point if undo-beg-posn is nil.
1276         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
1277         (viper-after-change-undo-hook): Don't use
1278         viper-emacs-state-cursor-color by default.
1279         (viper-undo): More sensible positioning after undo.
1281         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
1282         (viper-emacs-state-cursor-color): Default to nil, since this feature
1283         doesn't work well yet.
1285         * ediff-mult.el (ediff-intersect-directories)
1286         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
1287         always expand filenames.
1289 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1291         * tumme.el: Remove * in defcustoms's docstrings.
1293 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
1295         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
1296         Accept internal time format for SECS arg.
1297         (timer-relative-time): Doc fix.
1299         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
1300         adapted from Martin Rudalics.
1301         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
1302         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
1303         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
1304         using sit-for.
1306 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
1308         * cus-start.el (all): Add `overline-margin' and
1309         `x-underline-at-descent-line'.
1311 2006-08-24  Kim F. Storm  <storm@cua.dk>
1313         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1314         to mean "use find -exec"; nil now unambiguously means auto-detect.
1315         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1316         Use shell-quote-argument to build grep-find-command and
1317         grep-find-template.
1318         (rgrep): Use shell-quote-argument to properly quote arguments to find.
1319         Reported by Tom Seddon.
1321 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
1323         * startup.el (fancy-splash-head): Give instructions for dismissing
1324         the splash screen for default startup too.
1325         (display-startup-echo-area-message, fancy-splash-screens)
1326         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
1327         all splash text at once and keep the splash buffer around.
1328         (command-line-1): Give display-startup-echo-area-message a t arg.
1330 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
1332         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1333         gnus frame is selected.
1335 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
1337         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1339 2006-08-22  Kim F. Storm  <storm@cua.dk>
1341         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1342         Add suffix matching for subdirs.
1344 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
1346         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1347         mouse-yank-at-point is non-nil.
1349 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
1351         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1352         a bit wider and remove fringes to fit initial output on line.
1354 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1356         * frame.el (blink-cursor-end): Only ignore the error we care about.
1357         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1359 2006-08-21  Richard Stallman  <rms@gnu.org>
1361         * whitespace.el (whitespace-cleanup): Doc fix.
1363 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
1365         * net/rcirc.el (rcirc-show-maximum-output): New var.
1366         (rcirc-buffer-process): If no buffer argument is supplied, use
1367         current-buffer.
1368         (rcirc-complete-nick): Complete to the last completed nick first.
1369         (rcirc-mode): Preserve the value of `rcirc-urls' across
1370         connections.  Setup scroll function.
1371         (rcirc-scroll-to-bottom): New function.
1372         (rcirc-print): Use nick syntax around regexp work.
1373         Notice dim-nicks speaking only if they say our nick.
1374         (rcirc-update-activity-string): Do not show the modeline indicator
1375         if there are no live rcirc processes.
1376         (rcirc-cmd-ignore): Ignore case.
1377         (rcirc-browse-url-at-point): Fix off-by-one error.
1379 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1381         * progmodes/python.el: Remove * in defcustom docstrings.
1382         (run-python, python-proc, python-try-complete): Use derived-mode-p.
1383         (python-mode): Set tab-width and indent-tabs-mode.
1385 2006-08-20  Dave Love  <fx@gnu.org>
1387         * progmodes/python.el: Update to Dave Love's latest version.
1388         (python-font-lock-keywords, python-mode): Don't use
1389         font-lock-syntax-table, but match symbol elements explicitly instead.
1390         (python-mode-map): Add help, and a few more key bindings.
1391         (python-skip-comments/blanks): Move out of comments as well.
1392         (python-continuation-line-p): Behave better with unbalanced parens.
1393         (python-blank-line-p): New fun.
1394         (python-open-block-statement-p): Don't use a heuristic.
1395         (python-outdent-p): Better handle blocks-in-the-same-line.
1396         (python-calculate-indentation): Misc improvements.
1397         (python-comment-indent): Remove.
1398         (python-block-pairs): New var.
1399         (python-first-word): New fun.
1400         (python-indentation-levels): Handle more common cases.
1401         (python-indent-line-1): Add `leave' argument.
1402         (python-indent-region): New fun.
1403         (python-skip-out): New fun.
1404         (python-beginning-of-statement, python-end-of-statement): Use it.
1405         (python-next-statement): Return correct count even at eob.
1406         (python-end-of-block): Fix paren-typo.
1407         (python-imenu-create-index): Add module variables.
1408         (run-python): Add `new' arg.
1409         Check we're at a prompt before returning.
1410         (python-send-command): Move to end of buffer.
1411         Wait for prompt to return.
1412         (python-set-proc): New fun.
1413         (python-imports): New var.
1414         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
1415         (python-eldoc-function): Try to move out of arg list.
1416         (python-outline-level): Offset by 1.
1417         (python-find-imports): New fun.
1418         (python-symbol-completions): Use python-imports.
1419         (python-module-path, ffap-alist): Add support for ffap.
1420         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1421         (pythin-insert-*, python-default-template, python-expand-template):
1422         Add templates/skeletons.
1423         (python-setup-brm): Support for Bicycle Repair Man.
1424         (python-abbrev-syntax-table): New var.
1425         (python-abbrev-pc-hook, python-pea-hook): New funs.
1427 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
1429         * frame.el (blink-cursor-start): Set timer first.
1430         (blink-cursor-end): Ignore timer cancelling errors.
1431         Suggested by Ken Manheimer.
1433 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
1435         * newcomment.el (comment-box): Call `comment-normalize-vars'.
1436         Add autoload cookie.
1438 2006-08-20  Richard Stallman  <rms@gnu.org>
1440         * simple.el (line-number-at-pos): Doc fix.
1442         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1443         timer-activate-when-idle, so timer can run before Emacs becomes
1444         non-idle again.
1446 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
1448         * whitespace.el (whitespace-cleanup-internal): New optional arg
1449         REGION-ONLY.  If it's non-nil, modify the message to the user
1450         accordingly.
1451         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1452         a non-nil argument.
1454 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
1456         * rect.el (spaces-string): Simplify and add doc string.
1458 2006-08-17  Romain Francoise  <romain@orebokech.com>
1460         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1462 2006-08-17  Richard Stallman  <rms@gnu.org>
1464         * compare-w.el (compare-windows): lambda's take an arg and pass
1465         it to compare-windows-skip-whitespace.
1467 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
1469         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1470         the right buffer.
1472 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1474         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1475         removed files.
1477 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
1479         * progmodes/gdb-ui.el (gdb-locals-watch-map)
1480         (gdb-locals-watch-map-1): Suppress keymap first.
1481         (gdb-edit-locals-map-1): New variable.
1482         (gdb-edit-locals-value): New function.
1483         (gdb-stack-list-locals-handler): Use them.
1485 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1487         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1488         cursor would normally be drawn in the fringe.
1490         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1491         Reported by Martin Rudalics <rudalics@gmx.at>.
1493 2006-08-16  Richard Stallman  <rms@gnu.org>
1495         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1496         (special-event-map): Process drag-n-drop events this way.
1498         * simple.el (move-beginning-of-line): Test whether fields
1499         would prevent motion back to line's first visible character.
1500         If so, stop where the fields would stop the motion.
1502         * newcomment.el (comment-indent): Fully update INDENT
1503         before checking to see if it will change the text.
1505         * cus-edit.el (custom-newline): New function.
1506         (custom-mode-map): Bind newline to custom-newline.
1508         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1509         into ignore-whitespace.
1510         Check each buffer for its skip-function.
1511         Handle compare-windows-skip-whitespace special-case test
1512         by returning t from default skip function.
1514 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
1516         * textmodes/org.el (org-clock-special-range)
1517         (org-clock-update-time-maybe): New functions.
1518         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1519         not only a-z.
1520         (org-agenda-get-blocks): Allow multiple blocks per headline.
1521         (org-timestamp-change): Call `org-clock-update-time-maybe'.
1522         (org-export-html-title-format)
1523         (org-export-html-toplevel-hlevel): New options.
1524         (org-export-language-setup): Add support for Czech.
1525         (org-mode, org-insert-todo-heading, org-find-visible)
1526         (org-find-invisible, org-invisible-p, org-invisible-p2)
1527         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1528         (org-show-subtree, org-show-entry, org-make-options-regexp):
1529         Remove compatibility support for old outline-mode.
1530         (org-check-occur-regexp): Funtion removed.
1531         (org-on-heading-p, org-back-to-heading): Made defalias.
1532         (org-set-local): New defsubst.
1533         (org-set-regexps-and-options, org-mode)
1534         (org-set-font-lock-defaults, org-edit-agenda-file-list)
1535         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1536         (org-remember-apply-template, org-table-edit-field)
1537         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1538         (org-set-autofill-regexps): Use `org-set-local'.
1539         (org-table-eval-formula): Fix bug with parsing of display flags.
1541 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
1543         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1544         frame with fringe arrow.  Suggested by Simon Marshall
1545         <simon.marshall@misys.com>.
1546         (gdb-stack-position): New variable.
1547         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1548         (gdb-frames-mode): Set gdb-stack-position to nil.
1549         Add to overlay-arrow-variable-list
1550         (gdb-reset): Delete gdb-stack-position from above list.
1552 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1554         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1555         read only.
1557 2006-08-13  Romain Francoise  <romain@orebokech.com>
1559         * cus-theme.el (customize-create-theme)
1560         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1562         * filesets.el (filesets-add-buffer): Ditto.
1564         * pcvs.el (cvs-change-cvsroot): Ditto.
1566 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
1568         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1569         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1570         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1571         expressions.
1572         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1573         Only search till end of line.
1574         Add face to function names in case of no filename.
1575         Add face to variable names of watchpoints.
1577 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
1579         * cus-start.el <indent-tabs-mode>: Move to the `indent'
1580         customization group.
1582 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
1584         * allout.el (allout-prior-bindings, allout-added-bindings):
1585         Remove, after long deprecation.
1586         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1587         Add customization vars controlling allout-beginning-of-line and
1588         allout-end-of-line conveniences.
1589         (allout-header-prefix, allout-use-mode-specific-leader)
1590         (allout-use-mode-specific-leader, allout-mode-leaders):
1591         Revise docstrings.
1592         (allout-infer-header-lead): Change to be an alias for
1593         allout-infer-header-lead-and-primary-bullet.
1594         (allout-infer-header-lead-and-primary-bullet): New version of
1595         allout-infer-header-lead which assigns the primary bullet to the
1596         same as the header lead, when its being changed.
1597         (allout-infer-body-reindent): Apply regexp-quote instead of
1598         unconditionally prepending "\\", so that all literal
1599         allout-header-prefix and allout-primary-bullet strings are
1600         properly handled.
1601         (allout-add-resumptions): Add optional qualifier for extending or
1602         appending to existing values, rather than replacing them.
1603         (allout-view-change-hook): Clarify docstring.
1604         (allout-exposure-change-hook): Take explicit arguments, via
1605         run-hook-with-args.
1606         (allout-structure-added-hook)
1607         (allout-structure-deleted-hook)
1608         (allout-structure-shifted-hook): New hooks analogous to
1609         allout-exposure-change-hook for other kinds of structural outline
1610         edits.
1611         (allout-encryption-plaintext-sanitization-regexps): New encryption
1612         customization variable, by which cooperating modes can provde
1613         massage of the plaintext without actually being passed it.
1614         (allout-encryption-ciphertext-rejection-regexps)
1615         (allout-encryption-ciphertext-rejection-ceiling): New encryption
1616         customization variables, by which cooperating modes can prohibit
1617         rare but possible ciphertext patterns from fouling their
1618         operation, with actually being passed the ciphertext.
1619         (allout-mode): Run activation and deactivation hooks after the
1620         minor-mode variable has been toggled, to clarify the mode
1621         disposition.  The new encryption ciphertext rejection variable is
1622         used to ensure that the ciphertext does not contain text that
1623         would be recognized as outline structural elements by allout.
1624         Substite allout-beginning-of-line and allout-end-of-line for
1625         conventionall beginning-of-line and end-of-line bindings.
1626         If allout-old-style-prefixes is non-nil, don't nullify it on mode
1627         activation!
1628         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1629         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1630         (allout-chart-subtree): Implement new mode, charting only the
1631         visible items in the subtree, when new 'visible' parameter is non-nil.
1632         (allout-end-of-subtree): Properly handle the last item in the buffer.
1633         (allout-pre-command-business, allout-command-counter):
1634         Increment an advertised counter so that cooperating enhancements can
1635         track revisions of items.
1636         (allout-open-topic): Run allout-structure-added-hook with suitable
1637         arguments.
1638         (allout-shift-in): Run allout-structure-shifted-hook with suitable
1639         arguments.
1640         (allout-shift-out): Fix doubling for negative args and ensure call
1641         of allout-structure-shifted-hook by solely using allout-shift-in.
1642         (allout-kill-line, allout-kill-topic):
1643         Run allout-structure-deleted-hook with suitable arguments.
1644         (allout-yank-processing): Run allout-structure-added-hook with
1645         proper arguments.
1646         (allout-yank): Enclose activity in allout-unprotected.
1647         (allout-flag-region): Run allout-exposure-change-hook with
1648         suitable arguments, instead of making the callee infer the arguments.
1649         (allout-encrypt-string):
1650         Support allout-encryption-plaintext-sanitization-regexps,
1651         allout-encryption-ciphertext-rejection-regexps, and
1652         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
1653         en/de cryption mode in symmetric encryption failure message.
1654         (allout-obtain-passphrase): Use copy-sequence to get a distinct
1655         copy of the passphrase, and don't zero it or we'll corrupt the
1656         stashed copy.
1657         (allout-create-encryption-passphrase-verifier)
1658         (allout-verify-passphrase): Respect the new signature for
1659         allout-encrypt-string.
1660         (allout-get-configvar-values): Convenience for getting a
1661         configuration variable value and handling its absence gracefully.
1663 2006-08-11  Romain Francoise  <romain@orebokech.com>
1665         * obsolete/zone-mode.el: Delete.
1667 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1671 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
1673         * emacs-lisp/bindat.el (bindat-ip-to-string):
1674         Use `format-network-address' if possible.
1676 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1678         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1680 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
1682         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1683         restore unread-command-events here.
1684         (edebug-display): Do it here, to detect sit-for interruptions.
1686 2006-08-10  Romain Francoise  <romain@orebokech.com>
1688         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1689         (dns-mode-soa-auto-increment-serial): New user option.
1690         (dns-mode-soa-maybe-increment-serial): New function.
1691         (dns-mode): Add the latter to `write-contents-functions'.
1693         * obsolete/zone-mode.el: Move to obsolete/ from net/.
1694         Delete autoload cookies.
1696 2006-08-10  John Wiegley  <johnw@newartisans.com>
1698         * eshell/em-glob.el (eshell-glob-chars-list)
1699         (eshell-glob-translate-alist): Add support for [^g] in character globs.
1701 2006-08-10  Richard Stallman  <rms@gnu.org>
1703         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1704         (facemenu-set-face): Doc fix.
1705         (facemenu-listed-faces): Doc fix.
1707 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
1709         * avoid.el (mouse-avoidance-animating-pointer): New var.
1710         (mouse-avoidance-nudge-mouse): Use it.
1711         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1712         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1713         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1714         Don't activate if currently animating.  All callers changed.
1716 2006-08-09  John Wiegley  <johnw@newartisans.com>
1718         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1719         variable, which causes timeclock to report elapsed time worked,
1720         instead of just work remaining.
1722 2006-08-09  Kenichi Handa  <handa@m17n.org>
1724         * international/latexenc.el (latexenc-find-file-coding-system):
1725         Fix for the case that the 2nd element of arg-list is a cons.
1727 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
1729         * info.el (Info-fontify-node): Handle preceding `in' for note
1730         reference hiding rules.
1732 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1734         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1735         mistake a closing " for an opening one.
1737 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
1739         * term/xterm.el (terminal-init-xterm): Add more key bindings.
1741 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         * complete.el (PC-do-completion): Filter out completions matching
1744         completion-ignored-extensions before checking whether there are
1745         multiple completions.
1746         Don't use `list' unnecessarily when building completion tables.
1748 2006-08-06  Richard Stallman  <rms@gnu.org>
1750         * help.el (describe-mode): Make minor mode list more concise.
1752 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
1754         * bindings.el: Give mode-line-format, mode-line-modes, and
1755         mode-line-position `standard-value' properties.
1757 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
1759         * buff-menu.el (list-buffers-noselect): For Info buffers, use
1760         "(file)node" instead of the file name.
1762 2006-08-05  Richard Stallman  <rms@gnu.org>
1764         * faces.el (escape-glyph): Doc fix.
1766 2006-08-04  Kenichi Handa  <handa@m17n.org>
1768         * international/mule-diag.el (describe-font): Improve docstring
1769         and error message.  Use frame-parameter (not frame-parameters).
1771 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1774         Correctly mark the end-of-docstring char.
1776 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
1778         * simple.el (line-move-to-column): Constrain move-to-column to
1779         current field.
1781 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1783         * font-lock.el (font-lock-beg, font-lock-end)
1784         (font-lock-extend-region-functions): New vars.
1785         (font-lock-extend-region-multiline)
1786         (font-lock-extend-region-wholelines): New functions.
1787         (font-lock-default-fontify-region): Use them.
1788         (font-lock-extend-jit-lock-region-after-change): Only round up
1789         if font-lock-default-fontify-region will do it as well.
1791         * font-lock.el (font-lock-extend-after-change-region-function):
1792         Rename from font-lock-extend-region-function.
1793         (font-lock-extend-region): Remove by inlining at call sites.
1794         (font-lock-after-change-function): Don't needlessly round up to a whole
1795         number of lines.
1796         (font-lock-extend-jit-lock-region-after-change): Be more careful about
1797         the boundary conditions and the interactions between the various ways
1798         to extend the region.
1800 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1803         modification status when forcing the second redisplay.
1805 2006-08-03  Kim F. Storm  <storm@cua.dk>
1807         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1809 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1812         doesn't look like a file name.
1814         * complete.el (PC-expand-many-files): Avoid signalling an error when
1815         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
1817 2006-08-02  Andreas Schwab  <schwab@suse.de>
1819         * bindings.el (mode-line-format): Simplify reference to vc-mode.
1821 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1823         * bindings.el (map): Make mode-line-buffer-identification-keymap
1824         before defining propertized-buffer-identification.
1826 2006-08-01  Richard Stallman  <rms@gnu.org>
1828         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1830 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1832         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1833         default value.
1834         (gdb-find-source-frame): New function.
1835         (menu): Add to menu bar.
1837 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * font-core.el (font-lock-extend-region-function)
1840         (font-lock-extend-region): Move to font-lock.el.
1842         * font-lock.el (font-lock-extend-region-function)
1843         (font-lock-extend-region): Move from font-core.el.  Simplify.
1845         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1846         if needed.
1847         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1848         (jit-lock-after-change-extend-region-functions): New hook.
1849         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1851         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1852         (font-lock-turn-on-thing-lock): Use it.
1854         * longlines.el (longlines-show-region): Make it work on read-only
1855         buffers as well.
1857 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
1859         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1861 2006-07-31  Richard Stallman  <rms@gnu.org>
1863         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1864         (vhdl-speedbar-display-projects): Update old obsolete
1865         speedbar variable names.
1867 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1869         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1870         (gdb-stopped): Use it.
1872         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1874 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
1876         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1877         for load-history elements.
1879 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
1881         * files.el (convert-standard-filename): For Cygwin, replace
1882         characters not allowed in Windows file names.
1883         (make-auto-save-file-name): Add Cygwin to the list of systems
1884         where the auto-save file name needs to be run through
1885         convert-standard-filename.
1887 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1889         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1891 2006-07-28  Richard Stallman  <rms@gnu.org>
1893         * bindings.el (mode-line-frame-identification)
1894         (propertized-buffer-identification): Centralize the code
1895         to initialize the variable.
1897         * progmodes/grep.el (grep-default-command): Catch errors from
1898         wildcard-to-regexp.
1900 2006-07-29  Kim F. Storm  <storm@cua.dk>
1902         * progmodes/grep.el (grep-tag-default): New function.
1903         (grep-default-command, grep-read-regexp): Use it.
1904         (grep-read-files): Use car of grep-files-history or grep-files-aliases
1905         as default if nothing else applies.
1907 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
1909         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1910         Throw error if buffer is not in Dired and Wdired mode, respectively.
1912 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
1914         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1915         self-insert-command keys don't activate buttons.
1916         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1918 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
1920         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1921         faces for enable character.
1923 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1925         * Makefile.in (recompile): Update comment to reflect change
1926         on 2004-04-21.
1928 2006-07-27  Richard Stallman  <rms@gnu.org>
1930         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1931         (customize-package-emacs-version): Change msg when pkg has no entry.
1932         (custom-no-edit): On a button, do like widget-button-press.
1934 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1936         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1937         S-tab and C-S-tab.
1939 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1941         * progmodes/which-func.el (which-function): Fix documentation/
1942         comment typo.
1944 2006-07-26  Richard Stallman  <rms@gnu.org>
1946         * textmodes/ispell.el (ispell-word): If we replace the word,
1947         move point to the end.  Insert before deleting.
1949 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1951         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1952         a timer.
1954 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
1956         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
1957         when at first image.
1958         (tumme-forward-image): Add prefix argument.  Add error when at last
1959         image.
1961 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1963         * tabify.el (tabify-regexp): Use more specific regexps.
1964         (tabify): Avoid modifying the buffer unnecessarily.
1966 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
1968         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1969         (tumme-format-properties-string): Handle empty `buf'.
1970         (tumme-get-comment): Change variable names inside `let'.
1971         Add missing `let' variable that cause font-lock problems.
1972         (tumme-write-comments): Change variable names inside `let'.
1973         Add missing `let' variable that cause font-lock problems.
1974         (tumme-forward-image): Rename from `tumme-forward-char'.
1975         (tumme-backward-image): Rename from `tumme-backward-char'.
1977 2006-07-25  Masatake YAMATO  <jet@gyve.org>
1979         * progmodes/ld-script.el (ld-script-keywords)
1980         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1981         and add comments.
1983 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
1985         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1986         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1987         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1988         for status indicator.
1990 2006-07-24  Richard Stallman  <rms@gnu.org>
1992         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1994         * subr.el (dolist, dotimes): Use interned symbols for locals.
1995         (--dotimes-limit--, --dolist-tail--): New defvars.
1996         (looking-back): Doc fix.
1998         * replace.el (replace-match-string-symbols): Handle dotted lists.
2000 2006-07-24  mathias  <mathias@mattis>
2002         * tumme.el (tumme-write-tags): Add.
2003         (tumme-write-comments): Add.
2004         (tumme-tag-files): Change to use `tumme-write-tags'.
2005         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
2006         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
2007         (tumme-save-information-from-widgets): Change to use
2008         `tumme-write-comments' and `tumme-write-tags'.
2009         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
2010         (tumme-write-tag): Remove.
2011         (tumme-write-comment): Remove.
2012         (tumme-display-previous-thumbnail-original): Remove empty line.
2013         (tumme-widget-list): Add punctuation.
2015 2006-07-24  mathias  <mathias.dahl@gmail.com>
2017         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
2019 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2021         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2022         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
2023         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
2025 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
2027         * mouse.el (mouse-on-link-p): Doc fix.
2029 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
2031         * emacs-lisp/find-func.el (find-function-search-for-symbol):
2032         Handle "C-h f `".
2034 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2036         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
2037         column.
2039 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
2041         * textmodes/table.el: Add move-beginning-of-line and
2042         move-end-of-line to Point Motion Only Group.
2044 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
2046         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
2048 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2050         * startup.el (user-mail-address): Initialize from the `EMAIL'
2051         environment variable first.  Document this.
2052         (command-line): Ditto.
2054 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
2056         * help-mode.el (help-function-def, help-variable-def)
2057         (help-face-def): Print a message in the minibuffer.
2059 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2061         * term/xterm.el (terminal-init-xterm): Fix key bindings
2062         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2064 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
2066         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
2067         where `(nth 1 command)' is a cons cell.  Doc fix.
2069         * textmodes/po.el (po-find-charset): Doc fix.
2071 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
2073         * allout.el (allout-unprotected, allout-e-o-prefix-p)
2074         (allout-beginning-of-current-line, allout-end-of-current-line)
2075         (allout-next-visible-heading, allout-open-topic)
2076         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
2077         (allout-flag-current-subtree, allout-show-to-offshoot)
2078         (allout-hide-current-entry, allout-show-current-branches)
2079         (allout-hide-region-body, allout-old-expose-topic)
2080         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
2081         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
2082         containing `beginning-of-line' and `end-of-line' with
2083         `inhibit-field-text-motion' t.
2085 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
2087         * frame.el (focus-follows-mouse): Document that it doesn't have
2088         any effect on MS-Windows.
2090 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
2094 2006-07-20  Jay Belanger  <belanger@truman.edu>
2096         * calc.el (calc-previous-alg-entry):  Remove variable.
2098         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
2099         New variables.
2100         (calc-alg-entry): Use `calc-alg-entry-history'.
2101         (calc-do-quick-calc): Use `calc-quick-calc-history'.
2102         Remove reference to `calc-previous-alg-entry'.
2103         (calcAlg-edit, calcAlg-enter): Remove reference to
2104         `calc-previous-alg-entry'.
2105         (calcAlg-previous): Use `previous-history-element' instead of
2106         `calc-previous-alg-entry'.
2107         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
2108         Change keybinding for `calcAlg-plus-minus', add keybindings for
2109         `previous-history-element' and `next-history-element'.
2111         * calc-rewr.el (calc-match): Remove reference to
2112         `calc-previous-alg-entry'.
2114         * calc-sel.el (calc-selection-history): New variable.
2115         (calc-enter-selection, calc-sel-mult-both-sides)
2116         (calc-sel-add-both-sides): Use `calc-selection-history'.
2118         * calc-map.el (calc-get-operator-history): New variable.
2119         (calc-get-operator): Use `calc-get-operator-history'.
2121         * calcalg3.el (calc-curve-fit-history): New variable.
2122         (calc-curve-fit): Use `calc-curve-fit-history'.
2124 2006-07-20  Kenichi Handa  <handa@m17n.org>
2126         * international/mule-cmds.el (select-safe-coding-system): Fix the
2127         way of deciding eol-type of the coding system.
2129 2006-07-20  Alan Mackenzie  <acm@muc.de>
2131         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
2132         (c-lang-setvar): New macro.
2133         (c-make-init-lang-vars-fun): Use the initialization forms in
2134         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
2135         (comment-start, comment-end, comment-start-skip): Change these from
2136         c-lang-defvar's to c-lang-setvar's.
2138         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
2139         which calls make-local-variable on the elements of
2140         c-emacs-variable-inits.
2141         (c-init-language-vars-for): Call this new macro.
2143 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2145         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2146         Try to rule out false positives due to time stamps.
2147         (compilation-mode-font-lock-keywords): Remove rules made redundant
2148         because of the above change.  Add `segmentation fault' to the known and
2149         highlighted compilation termination messages.
2151 2006-07-19  Kim F. Storm  <storm@cua.dk>
2153         * progmodes/grep.el (grep-find-ignored-directories):
2154         Add .svn and _darcs to list.
2156 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
2158         * dired.el (dired-mode-map): Add key binding `C-te' for
2159         `tumme-dired-edit-comment-and-tags'.
2161         * tumme.el (tumme-display-thumbnail-original-image): Make sure
2162         image display buffer is displayed before call to
2163         `tumme-display-image.
2164         (tumme-dired-display-image): Make sure image display buffer is
2165         displayed before call to `tumme-display-image.
2166         (tumme-mouse-display-image): Make sure image display buffer is
2167         displayed before call to `tumme-display-image.
2168         (tumme-widget-list): Add.
2169         (tumme-dired-edit-comment-and-tags): Add.
2170         (tumme-save-information-from-widgets): Add.
2172 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2174         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
2176 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * progmodes/sh-script.el (sh-font-lock-keywords-1):
2179         Revert inadvertently installed patch hunk.
2181         * progmodes/compile.el (compilation-find-file): Handle the
2182         cases where the user selects a non-existent file.
2184 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
2188 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
2190         * subr.el (sit-for): Just sleep-for if noninteractive.
2192 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2194         * emacs-lisp/autoload.el (make-autoload): Use new arg.
2196         * custom.el (custom-autoload): Add `noset' argument.
2197         (custom-push-theme): Don't autoload the variable, let callers do it.
2198         (custom-theme-set-variables): Autoload the variable if necessary.
2200         * cus-edit.el (custom-variable-state-set): If the variable was
2201         originally set outside custom, but to the same value as the default,
2202         consider it to be standard.
2204         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
2205         file *before* telling Emacs to add the autoloads, in case it fails.
2207         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
2208         Use `cond', push', and `dolist'.
2210 2006-07-17  Richard Stallman  <rms@gnu.org>
2212         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
2213         Add defvars to silence warnings.
2215 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
2217         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2218         Don't highlight "Compiling file" messages as error.
2220         * dired-aux.el (dired-compress-file): Confirm again if gzipped
2221         file already exists.
2223 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
2225         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
2226         entry, don't assign to free var; simply return the extracted filename.
2227         (ff-treat-as-special): Incorporate common preamble from callers.
2228         (ff-other-file-name, ff-find-the-other-file):
2229         Update call to ff-treat-as-special.
2231         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
2233 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
2235         * tumme.el (tumme-get-comment): Fix bug.
2237 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2239         * files.el: Remove spurious * in docstrings.
2241 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
2243         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
2244         grammar.
2245         (allout-beginning-of-current-line): Beware beginning of buffer.
2246         Also, a comment is simplified.
2247         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
2248         when appropriate.  (This fix enables use for other than
2249         bullet-hotspot operation.)
2250         (allout-hide-current-subtree): While escalating to sibling-close,
2251         make sure to situate on a topic.
2253 2006-07-14  Kim F. Storm  <storm@cua.dk>
2255         * emulation/cua-base.el (cua-delete-selection)
2256         (cua-toggle-set-mark): New defcustoms.
2257         (cua-rectangle-modifier-key): Add `alt' modifier.
2258         (cua-replace-region): Don't delete if cua-delete-selection is nil.
2259         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
2260         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
2262         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
2264 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
2266         * allout.el: Require 'cl during byte-compilation/interactive load,
2267         for the `assert' macro.
2268         (allout-mode-deactivate-hook): New hook, run when allout mode
2269         deactivates.
2270         (allout-developer): New allout customization subgroup.
2271         (allout-run-unit-tests-on-load): New allout-developer
2272         customization variable, when true allout unit tests are run towards
2273         end of file load/eval.
2274         (allout-inhibit-auto-fill): Disable auto-fill activity even during
2275         auto-fill-mode.
2276         (allout-resumptions): Remove, to be replaced by...
2277         (allout-add-resumptions): Register variable settings to be
2278         reinstated by `allout-do-resumptions'.  The settings are made
2279         buffer-local, but the locality/globality of the suspended setting
2280         is restored on resumption.
2281         (allout-do-resumptions): Reinstate all settings suspended using
2282         `allout-add-resumptions'.
2283         (allout-test-resumptions): Unit tests (and intermediate variables)
2284         for resumptions.
2285         (allout-tests-globally-unbound, allout-tests-globally-true)
2286         (allout-tests-locally-true): Intermediate variables for
2287         resumptions unit tests.
2288         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
2289         (allout-exposure-category): Replaces 'allout-overlay-category variable.
2290         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
2291         instead of retired `allout-resumptions'.  For hook functions, use
2292         `local' parameter so hook settings are created and removed as
2293         buffer-local settings.  Revise (resumptions) setting
2294         auto-fill-function so it is set only if already active.  (The
2295         related fill-function settings are all made in either case, so
2296         that activating auto-fill-mode activity will have the custom
2297         allout-mode behaviors (hanging indent on topics, if configured for it).
2298         Remove all allout-exposure-category overlays on mode deactivation.
2299         (allout-hotspot-key-handler): New function extracted from
2300         `allout-pre-command-business', so the functionality can be used
2301         for other purposes, eg as a binding in an overlay.
2302         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
2303         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
2304         customization variable.
2305         (allout-run-unit-tests): Run the (currently quite small)
2306         repertoire of unit tests.  Called just before the provide iff user
2307         has customized `allout-run-unit-tests-on-load' non-nil.
2309 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
2311         * emacs-lisp/authors.el (authors-aliases): Update.
2313 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
2315         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2316         gdb-source-window.  Add dedicated argument.
2317         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2318         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2319         (gdb-display-threads-buffer, gdb-display-memory-buffer)
2320         (gdb-display-locals-buffer): Use it.
2322         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2323         Set gdb-source-window.
2325 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2327         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2328         minor modes, redundant with the custom-autoload line above.
2330 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
2332         * longlines.el (longlines-post-command-function): Handle open-line too.
2334 2006-07-12  Richard Stallman  <rms@gnu.org>
2336         * progmodes/grep.el (grep-last-buffer): Doc fix.
2338         * info.el (Info-try-follow-nearest-node): Doc fix.
2340         * emacs-lisp/edebug.el (edebug-instrument-function):
2341         Err if find-function-noselect gives no position.
2343         * emacs-lisp/find-func.el (find-function-search-for-symbol):
2344         If can't find definition, return nil for position.
2345         (find-function-do-it): Handle new return value
2346         of find-definition-noselect.
2347         (find-definition-noselect, find-variable-noselect): Doc fix.
2348         (find-function-noselect): Doc fix.
2350         * help-mode.el (help-variable-def): Handle find-variable-noselect
2351         returning no position.
2352         (help-function-def): Likewise for find-function-search-for-symbol.
2353         (help-face-def): Likewise.
2355         * help-fns.el (describe-variable): Handle find-variable-noselect
2356         returning no position.
2358         * files.el (locate-file-completion): Avoid duplicates in result.
2360         * cus-edit.el (custom-no-edit): New command.
2361         (custom-mode-map): Remap to custom-no-edit instead of
2362         using suppress-keymap.
2364 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
2366         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2367         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2368         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2370         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2372 2006-07-11  Kim F. Storm  <storm@cua.dk>
2374         * ido.el (ido-copy-current-file-name): Use buffer-name if
2375         buffer-file-name is nil.
2377 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
2379         * simple.el (undo-ask-before-discard): Set to nil.
2381         * vc.el (vc-exec-after): Don't delete process manually.
2382         (vc-print-log): Run log-view-mode in process sentinel inside
2383         inhibit-read-only.  Don't shrink window due to timing issues.
2385         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2386         Avoid using with-output-to-temp-buffer, which clobbers local vars.
2388 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2390         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2391         Fix ambiguity introduced by last change.
2392         (compilation-find-file): Move save-excursion to where it may
2393         make sense.  Fix a left over `find-file'.
2395 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
2397         * textmodes/texinfmt.el (texinfo-format-separate-node):
2398         Insert a string before point, which fits documentation, not after.
2399         (texinfo-multitable-item): In a multitable row, insert any
2400         additional needed @tabs and spaces.
2402 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
2404         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2405         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2406         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2407         instead of shell-command.
2408         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2409         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2410         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2411         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2412         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2413         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2415 2006-07-11  Kim F. Storm  <storm@cua.dk>
2417         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
2418         Remove special case for seconds < 0.  Use (redisplay t) instead.
2420 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
2422         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2423         avoid compilation error.
2425         * subr.el (sit-for): New function.
2427         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2429 2006-07-10  Richard Stallman  <rms@gnu.org>
2431         * ldefs-boot.el (edebug): Update page.
2433 2006-07-10  Kim F. Storm  <storm@cua.dk>
2435         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2436         to FOR-RELEASE and TODO.
2438 2006-07-10  Romain Francoise  <romain@orebokech.com>
2440         * emacs-lisp/authors.el (authors-aliases): Update.
2442 2006-07-10  Alan Mackenzie  <acm@muc.de>
2444         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2445         * cc-mode.el: Changes to eradicate eval-after-load.
2447 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
2449         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2450         on non-char events.
2452 2006-07-09  Romain Francoise  <romain@orebokech.com>
2454         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2455         Don't highlight start/end markers as compilation messages.
2457         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2458         to t.
2460 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2462         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2464 2006-07-08  Richard Stallman  <rms@gnu.org>
2466         * term/x-win.el (x-handle-display): Add doc string.
2468         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2470         * subr.el (def-edebug-spec): Move here.
2471         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2473         * imenu.el (imenu-choose-buffer-index): Doc fix.
2475 2006-07-08  Romain Francoise  <romain@orebokech.com>
2477         * term/x-win.el (x-display-name): Fix typo.
2479 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
2481         * hexl.el (hexl-find-file): Doc fix.
2483         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2485 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
2487         * term/x-win.el (x-display-name): Doc fix.
2489 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2491         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2492         long prefixes.
2493         (fill-region-as-paragraph): Don't round up to a whole line.
2494         (fill-comment-paragraph): Don't include the code-before-the-comment
2495         when calling fill-region-as-paragraph.
2497         * international/mule.el (make-char): Remove redundancy.
2499         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2500         property may contain an anonymous function rather than a symbol.
2502         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2504         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2505         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
2507         * dirtrack.el (dirtrack-default-directory-function): Remove.
2508         (dirtrack-directory-function): Use file-name-as-directory.
2509         (dirtrack-windows-directory-function): Simplify.
2510         (dirtrack-forward-slash, dirtrack-backward-slash)
2511         (dirtrack-replace-slash): Remove.
2512         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2513         (dirtrack): Fix wrong parenthesizing; use match-string.
2515         * progmodes/octave-inf.el: Remove spurious * in docstrings.
2516         (inferior-octave-mode): Only change the buffer-local value of
2517         comint-dynamic-complete-functions.
2518         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2519         Move the initialization to the declaration.
2520         (inferior-octave-complete): Remove unused var `filter'.
2522         * shell.el (shell-mode): Only change the buffer-local value of
2523         comint-dynamic-complete-functions.
2525 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
2527         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2528         entry is skipped because it has been scheduled.
2529         (org-prepare-agenda-buffers): Don't mark buffers as modified when
2530         changing `:org-archived' and `:org-comment' properties.
2532 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
2534         * server.el (server-select-display): Don't make the temp frame
2535         minibuffer-only, in case it's not a temp frame.
2536         (server-process-filter): Don't delete the temp frame if it's the
2537         only one we have on that display.
2539         * files.el (find-alternate-file): Doc fix.
2541 2006-07-05  Richard Stallman  <rms@gnu.org>
2543         * files.el (abbreviate-file-name): Add save-match-data.
2545 2006-07-03  Richard Stallman  <rms@gnu.org>
2547         * faces.el (read-face-name): Doc fix.
2549 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
2551         * net/goto-addr.el (goto-address): Mark as safe for local evals.
2553 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
2555         * vc.el (vc-diff-internal): Fix prev change.
2557 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
2559         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2560         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2562 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2564         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2565         fails if the symbol contains chars like ( or '.
2566         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2567         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2568         `short'.
2570 2006-07-04  Kenichi Handa  <handa@m17n.org>
2572         * international/mule-cmds.el (set-language-info): If LANG-ENV is
2573         the current one, don't call set-language-environment, but call one
2574         of set-language-environment-XXX to make INFO effective now.
2575         (set-language-environment): Call set-language-environment-XXX
2576         functions instead of doing the various setups directly.
2577         (set-language-environment-coding-systems): Delete argument eol-type.
2578         (set-language-environment-input-method)
2579         (set-language-environment-nonascii-translation)
2580         (set-language-environment-charset)
2581         (set-language-environment-fontset)
2582         (set-language-environment-unibyte): New functions.
2584 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2586         * locate.el (locate-update-when-revert): New option.
2587         (locate-update-path): New option (suggested by Michael Albinus).
2588         (locate-prompt-for-command): Whitespace change.
2589         (locate-update): No longer offer to update the locate database by
2590         default.  Implement the two new options.
2592 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
2594         * tooltip.el: Move comment about track-mouse...
2596         * progmodes/gud.el: ...to here.
2598 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
2600         * facemenu.el (facemenu-listed-faces): New var.
2601         (facemenu-unlisted-faces): Variable deleted.
2602         (facemenu-add-new-face): Use facemenu-listed-faces.
2604         * emulation/viper-init.el, calendar/calendar.el:
2605         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2607 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
2609         * textmodes/org.el (org-mode): Remove no invalid settings for
2610         calc embedded mode.
2611         (org-mode-p): New defsubst.
2612         (org-save-all-org-buffers): New function.
2613         (org-first-headline-recenter): Enclose outline-regexp in group
2614         delimiters.
2615         (org-set-tags): Keep single space after stars.
2617 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2619         * window.el (set-window-text-height): Only set window-min-height to
2620         1 if that's the requested size.
2622         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2623         (diff-unified->context, diff-context->unified)
2624         (diff-reverse-direction): Make sure the end marker stays at the end.
2625         (diff-mode): Add the keymap table at the end of docstring.
2626         Use lexical-let rather than constructing a closure manually.
2628         * files.el (find-file-noselect-1): Remove unused var assignment.
2629         (hack-local-variables-confirm): Print lists of strings as lists of
2630         strings rather than lists of symbols.
2631         (abbreviate-file-name, hack-local-variables-prop-line):
2632         Use match-string.
2633         (hack-one-local-variable): Move `make-local-variable' nearer its use.
2634         (recover-session-finish): Use line-end-position.
2636 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
2638         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2640 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
2642         * progmodes/make-mode.el (makefile-macroassign-regex):
2643         Accept preceding keyword.
2644         (makefile-gmake-statements): Reorganize, now that makepp has
2645         "override" and also handle forgotten "override define".
2646         (makefile-makepp-statements): Add new "global", "override export"
2647         and "override global".
2649 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
2651         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2652         (ada-compile-mouse-goto-error, ada-deactivate-properties)
2653         (ada-no-auto-case): Fix typos in docstrings.
2655 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
2657         * info.el (Info-find-node-2): Search for makeinfo version more
2658         carefully.
2660 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
2662         * textmodes/org.el (org-prepare-agenda-buffers):
2663         Use `invisible-OK' argument for `org-end-of-subtree'.
2664         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2665         (org-beginning-of-item): Fix bug in regular expression for white line.
2666         (org-export-as-html): Enforce space after bullet in plain list items.
2667         (org-set-autofill-regexps): Require space after plain list bullet
2668         for paragraph-start.
2669         (org-ts-regexp3): New constant.
2670         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2671         (org-timestamp-up-day, org-timestamp-down-day)
2672         (org-timestamp-change): Work with inactive timestamps.
2673         (org-ts-regexp1): Don't allow brackets in time stamps.
2675 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
2677         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2678         for ignoring links.
2680         * faces.el (read-face-name): Use it.
2682 2006-06-28  Juri Linkov  <juri@jurta.org>
2684         * buff-menu.el (list-buffers-noselect): Compare Info file
2685         with the string "dir" to detect Info directory.
2687         * complete.el (partial-completion-mode): In lambda for
2688         `choose-completion-string-functions' use full function signature
2689         with 4 args, and move point to the end of the minibuffer only if arg
2690         `mini-p' is non-nil.
2692 2006-06-28  John Paul Wallington  <jpw@pobox.com>
2694         * ibuffer.el (ibuffer-mode): Doc fix.
2696 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
2698         * textmodes/org.el (org-context): New contexts :item-bullet,
2699         :latex-fragment, :latex-preview.
2700         (org-overlays-at, org-overlay-start, org-overlay-end):
2701         New compatibility functions.
2702         (org-inside-LaTeX-fragment-p): More accurate matching, using the
2703         exact regexp that will be used during export.
2704         (org-latex-regexps): New variable.
2705         (org-cdlatex-mode): Improve advice for `texmathp'.
2706         (turn-on-org-cdlatex): New function.
2708 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2710         * term/mac-win.el (mac-handle-font-selection): Change keys of
2711         mac-atsu-font-table from strings to numbers.
2712         (mac-ts-caret-position): Use also when cursor-type is nil.
2713         (mac-ts-update-active-input-area): Add Mac OS Classic support.
2714         Relax condition for using overlay strings.
2715         Use mac-ts-caret-position face when cursor-type is nil.
2717 2006-06-26  Kim F. Storm  <storm@cua.dk>
2719         * help.el (view-emacs-news): Declare `res' in the right let* form.
2721 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
2723         * net/rcompile.el (remote-compile): Replace ange-ftp based
2724         implementation by Tramp functions.
2725         Suggested by Marc Abramowitz <msabramo@gmail.com>.
2727         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2729 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
2731         * international/fontset.el (setup-default-fontset): Fix a typo in
2732         the "Oriya-Akruti" registry name.
2734 2006-06-23  Lars Hansen  <larsh@soem.dk>
2736         * desktop.el (desktop-full-file-name): New function.
2737         (desktop-kill, desktop-save, desktop-remove, desktop-read)
2738         (desktop-revert): Use it.
2739         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2740         (desktop-after-read-hook): Add option list-buffers.
2741         (desktop-locals-to-save): Add tab-width.
2742         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2743         Fix docstring.
2745 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
2747         * textmodes/org.el (org-cdlatex-mode-map)
2748         (org-cdlatex-texmathp-advice-is-done): New variables.
2749         (org-cdlatex-mode): New minor mode.
2750         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2751         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2752         (org-export-with-archived-trees): New option.
2753         (org-open-file): Remove the call to `convert-standard-filename'.
2754         (org-archive-tag, org-agenda-skip-archived-trees)
2755         (org-cycle-open-archived-trees)
2756         (org-sparse-tree-open-archived-trees): New options.
2757         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2758         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2759         New functions.
2760         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2761         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2762         (org-mode-map): Add binding for `org-toggle-archive-tag'.
2763         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2764         Call `org-prepare-agenda-buffers'.
2765         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2766         (org-file-apps, org-file-apps-defaults-gnu)
2767         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2768         Handle remote files by forcing them to be opened in Emacs.
2770 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
2772         * vc.el (vc-diff-knows-L): New variable.
2773         (vc-diff-internal): Use it to handle "diff" programs that don't
2774         understand -L.  This works automatically, no user action is necessary.
2776 2006-06-23  Daniel Brockman  <daniel@brockman.se>
2778         * net/rcirc.el (rcirc-default-user-full-name): Default to
2779         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2780         longer exists).
2781         (rcirc-process-list): Check `buffer-live-p' before attempting to
2782         switch to a buffer.
2784 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
2786         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2787         based on rcirc-coding-system-alist.
2789 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
2791         * cus-edit.el (customize-apropos): A better error message.
2792         (top level) <debug-ignored-errors>: Extend and update the list of
2793         ignored error messages.
2795 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
2797         * complete.el (PC-do-completion): Retain capitalization of user
2798         input, when possible, even if completion-ignore-case is set.
2800 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
2802         * generic-x.el (bat-generic-mode): Support .cmd files.
2804         * dos-w32.el (top level): Use find-file-not-found-functions
2805         instead of the obsolete find-file-not-found-hooks.
2807 2006-06-22  Kim F. Storm  <storm@cua.dk>
2809         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2810         to recognize mode name containing submodes, such as Grep/lw.
2812 2006-06-21  Kim F. Storm  <storm@cua.dk>
2814         * simple.el (line-move-1): Check for move-end-of-line instead of
2815         end-of-line when setting temporary-goal-column.
2817 2006-06-21  Miles Bader  <miles@gnu.org>
2819         * play/cookie1.el (cookie): Work properly when there's only one entry.
2821 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
2823         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2824         (gdb-frame-handler): Generalize frame regexp for templates.
2826 2006-06-20  Glenn Morris  <rgm@gnu.org>
2828         * calendar/appt.el (appt-display-format): Default value must be
2829         one of the customize options.
2831 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
2833         * term/xterm.el (terminal-init-xterm): Update key availability info.
2834         Bind C-return.
2836         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2838 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
2840         * files.el (hack-local-variables): Run `hack-local-variables-hook'
2841         whether or not a local variables list is defined.
2843         * msb.el (msb): Move `sit-for' hack here to handle both
2844         "mouse-down and drag" and "mouse-up and select" situations.
2845         (mouse-select-buffer): Move `sit-for' hack to `msb'.
2847 2006-06-20  Kenichi Handa  <handa@m17n.org>
2849         * international/characters.el (word-combining-categories):
2850         Add entries for 2-byte Han characters.
2852 2006-06-19  Richard Stallman  <rms@gnu.org>
2854         * bindings.el (mode-line-format): Save some mode line space.
2856         * files.el (find-file-noselect): Improve the question wording.
2857         (basic-save-buffer-2): Mask UMASK against 666.
2859         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2860         (mouse-drag-vertical-line): Call it.
2862         * cus-edit.el (customize-option, customize-option-other-window):
2863         Error if SYMBOL is nil.
2865 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
2867         * textmodes/org.el: Require noutline, also on XEmacs.
2868         (org-end-of-subtree): Return point.
2869         (org-dblock-start-re, org-dblock-end-re): New constants.
2870         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2871         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2872         (org-update-all-dblocks, org-find-dblock): New functions.
2873         (org-collect-clock-time-entries): New function.
2874         (org-html-handle-time-stamps): Never export CLOCK timeranges.
2875         (org-fixup-indentation): Modify to deal correctly with lines
2876         starting with TAB.  Only one argument DIFF now.
2877         (org-demote, org-promote): Call `org-fixup-indentation' with just
2878         one argument, DIFF.
2879         (org-mode): Don't mark buffer as modified when aligning tables.
2880         (org-clock-sum): Don't mark buffer modified when adding time sum
2881         properties.
2882         (org-export-as-html): Add support for a link validation function.
2883         (org-archive-all-done): New function.
2884         (org-archive-subtree): New prefix argument.  When set, archive all
2885         done subtrees in this buffer.
2886         (org-remove-clock-overlays)
2887         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2888         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2889         (org-put-clock-overlay): Don't swallow last headline character
2890         when displaying overlay.
2891         (org-store-link): Link to `image-mode' with just the file name.
2893 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
2895         * viper-cmd.el (viper-special-read-and-insert-char):
2896         Use read-key-sequence.
2897         (viper-after-change-undo-hook): Misc enhancements.
2898         (viper-after-change-undo-hook): New hook.
2899         (viper-undo): Use viper-after-change-undo-hook.
2900         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2901         (viper-next-line-at-bol): If point is on a widget or a button, simulate
2902         clicking on that widget/button.
2904         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2906         * ediff-diff (ediff-test-patch-utility): Catch errors.
2907         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2908         (ediff-set-actual-diff-options): New function.
2909         (ediff-reset-diff-options, ediff-toggle-ignore-case):
2910         Use ediff-set-actual-diff-options.
2911         (ediff-extract-diffs): Catch errors.
2912         (ediff-whitespace): Add non-breakable space.
2913         (ediff-same-file-contents): Catch errors.
2915         * ediff-mult.el (ediff-collect-custom-diffs):
2916         Save coding-system-for-read.
2918         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2919         (ediff-vc-internal, ediff-vc-merge-internal):
2920         Use ediff-delete-version-file.
2921         (ediff-delete-version-file): New function.
2923         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2925         * ediff.el (ediff-directories, ediff-directory-revisions)
2926         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2927         (ediff-directories-internal, ediff-merge-directory-revisions)
2928         (ediff-merge-directory-revisions-with-ancestor)
2929         (ediff-directories3): Use read-directory-name.
2931 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
2933         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2934         Remove superfluous part of regexp for brace matching which is handled
2935         by `scan-lists' call.
2937 2006-06-16  Richard Stallman  <rms@gnu.org>
2939         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2941         * files.el (basic-save-buffer-2): For a new precious file,
2942         use the default modes in the return value.
2944         * facemenu.el (facemenu-color-alist): Doc fix.
2946         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2948 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2950         * cus-start.el (all): Add mac-ts-script-language-on-focus.
2952         * term/mac-win.el (mac-text-encoding-ascii): New constant.
2953         (mac-utxt-to-string): Use it.
2954         (mac-ts-update-active-input-area): Use mac-ae-number.
2956 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
2958         * term.el (term-handle-scroll, term-delete-lines)
2959         (term-insert-lines): Fix off by one errors.
2961 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2963         * net/tramp.el (tramp-touch): Use UTC to express time.
2965 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
2967         * mail/sendmail.el (mail-send): Search explicitly for
2968         mail-header-separator when checking for corrupted header lines.
2970 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
2972         * progmodes/gdb-ui.el (gdb-same-frame): New option.
2973         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2974         (gdb-init-1): Initialise them.
2975         (gdb-starting): Reset gdb-printing
2976         (gdb-starting): Save value of gud-overlay-arrow-position.
2977         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2978         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2979         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2980         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2982 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2984         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2986 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
2988         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2989         (ldap-search-internal): Keep error messages, and a regexp fix.
2991 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
2993         * files.el (hack-local-variables-confirm):
2994         Display string value using its printed representation.
2996 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
2998         * server.el (server-edit): No-op if no server buffers exist.
3000 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
3002         * textmodes/page-ext.el (pages-directory-for-addresses):
3003         Including `pages-directory-address-mode' in the function results
3004         in the message "Buffer in which pages were found is deleted".
3006 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
3008         * textmodes/org.el (org-agenda-mode-map): Add bindings for
3009         clocking functions.
3011         (org-agenda-clock-in, org-check-running-clock)
3012         (org-clock-out-if-current, org-remove-clock-overlays)
3013         (org-put-clock-overlay): New functions.
3014         (org-clock-marker, org-clock-file-total-minutes)
3015         (org-clock-overlays): New variables.
3016         (org-clock-display, org-clock-sum, org-clock-cancel)
3017         (org-clock-out, org-clock-in): New commands.
3018         (org-export): New function.
3019         (org-emph-re): New constant.
3020         (org-set-emph-re, org-do-emphasis-faces): New functions.
3021         (org-emphasis-regexp-components, org-emphasis-alist): New options.
3022         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
3023         (org-export-html-convert-emphasize): Use the configurable emphasis.
3024         (org-cleaned-string-for-export): Make multiline emphasis visible
3025         to the exporter.  New optional argument PARAMETERS.
3026         (org-export-as-html): Specify :emph-multiline parameter to
3027         `org-cleaned-string-for-export'.
3029 2006-06-10  Richard Stallman  <rms@gnu.org>
3031         * help.el (help-for-help-internal): Clean up help text.
3033 2006-06-10  Andreas Schwab  <schwab@suse.de>
3035         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
3036         in doc string.
3038         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
3040 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
3042         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
3043         spaces after the comment start.
3045 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3047         * play/pong.el (pong-init-buffer):
3048         Fill buffer with spaces instead of ^A.
3050         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
3051         launched asynchronously, delete its process instead of being cool.
3052         (ispell-async-processp): Check for `delete-process' existence
3053         instead of `kill-process' one for consistency.
3055 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
3057         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
3058         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
3059         in mode line at startup.
3061 2006-06-08  Kim F. Storm  <storm@cua.dk>
3063         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
3064         (ido-init-completion-maps): Bind them to M-SPC and M-v.
3065         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
3066         (ido-file-internal): Pass full file name to write-file.
3067         (ido-read-internal): Only pop stack elements automatically if they
3068         actually match an existing directory or file name.
3070 2006-06-07  Kenichi Handa  <handa@m17n.org>
3072         * international/mule.el (find-auto-coding): Don't handle the short
3073         name `char-trans'.
3075         * files.el (hack-local-variables-prop-line)
3076         (hack-local-variables): Cancel the previous change.
3078 2006-06-06  Jesper Harder  <harder@phys.au.dk>
3080         * ediff-diff.el (ediff-test-utility): Protect against file-error.
3082 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
3084         * diff-mode.el (diff-mode): Set buffer-read-only to t when
3085         diff-default-read-only is non-nil.
3086         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
3087         (diff-refine-hunk): Set inhibit-read-only to t.
3089         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
3090         modifying the *Diff* buffer.
3091         (diff-process-filter): New filter function for diff process that
3092         sets inhibit-read-only to t when modifying the *Diff* buffer.
3094 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
3096         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
3097         insertion point and control the number of empty lines.
3098         (org-paste-subtree): Limit the number of empty lines at the end of
3099         the inserted tree.
3100         (org-agenda): Use buffer name of current file for narrowing.
3101         (org-export-as-xml): Command removed.
3102         (org-export-xml-type): Option removed.
3103         (org-mode-map): Call `org-export-as-xoxo' directly.
3104         (org-get-indentation): New optional argument LINE.
3105         (org-fix-indentation, org-remove-tabs): New functions.
3106         (org-export-as-ascii, org-ascii-level-start): Determine and apply
3107         correct indentation for headlines that are converted it items.
3108         (org-skip-comments): Remove table lines that contain narrowing
3109         cookies but no other non-empty fields.
3110         (org-set-tags): Allow groups of mutually exclusive tags.
3111         (org-cmp-time): Sort 24:21 before items without time.
3112         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
3113         (org-open-at-point): Require double colon also for numbers.
3115 2006-06-06  Kim F. Storm  <storm@cua.dk>
3117         * ido.el (ido-default-file-method, ido-default-buffer-method):
3118         Make choice values consistent with corresponding command names.
3119         (ido-visit-buffer): Update accordingly.  Default to selected-window.
3121 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
3123         * progmodes/gud.el (gud-running): Fix doc string.
3124         (gud-menu-map): Use :visible instead fo :enable for debugger test.
3125         (gud-tooltip-modes): Add python-mode.
3126         (gud-tooltip-print-command): Add pdb.  Remove perldb.
3128 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
3130         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
3131         Quote $(EMACS).
3133 2006-06-05  Richard Stallman  <rms@gnu.org>
3135         * faces.el (defined-colors): Doc fix.
3137 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
3139         * vc.el (vc-process-filter): Inhibit undo info collection around
3140         call to insert.
3141         (vc-setup-buffer): Likewise for call to erase-buffer.
3142         (vc-do-command): Likewise for call to process-file.
3144 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
3146         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
3147         for gud-go.
3148         (gud-common-init): Other debuggers may trigger error.
3150 2006-06-05  Kenichi Handa  <handa@m17n.org>
3152         * international/mule.el (find-auto-coding):
3153         Handle enable-character-translation in file header.
3155 2006-06-04  Kim F. Storm  <storm@cua.dk>
3157         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
3158         (authors-fixed-entries): Fix spelling.
3159         (authors-canonical-file-name): Don't report error for wildcards.
3161         * help.el (view-emacs-news): Rewrite to support new NEWS,
3162         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
3163         e.g. version 10 matches 1.10, and don't be confused by version 1.1
3164         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
3166 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
3168         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
3169         exec constructs like `foo bar`.
3170         (sh-quoted-subshell): New helper function to search for a possibly
3171         nested subshell (like `` or $()) within a "" quoted string.
3172         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
3173         (sh-apply-quoted-subshell): Flag quote characters inside a
3174         subshell, which is itself already in a quoted region, as
3175         punctuation, since this is the closest to what they actually are.
3176         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
3177         sh-apply-quoted-subshell.
3178         (sh-font-lock-syntactic-face-function): Apply the new face for
3179         text inside `` instead of the old font-lock-string-face.
3181 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3183         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
3184         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
3185         (mac-bytes-to-text-range, mac-ae-text-range-array)
3186         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
3187         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
3188         (mac-ts-unicode-for-key-event): New functions.
3189         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
3190         (mac-handle-font-selection): Use mac-ae-number.
3191         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
3192         New variables.
3193         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
3194         (mac-ts-converted-text, mac-ts-selected-converted-text)
3195         (mac-ts-block-fill-text, mac-ts-outline-text)
3196         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
3197         (mac-ts-hilite-style-faces): New constant.
3198         (mac-apple-event-map): Bind text input events.
3199         (mac-dispatch-apple-event): Use command-execute instead of
3200         call-interactively.
3201         (global-map): Don't bind mac-apple-event.
3202         (special-event-map): Bind mac-apple-event.
3204 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
3206         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
3207         file name.
3208         (emacs): Enclose the value of $(EMACS) in quotes.
3210 2006-06-02  Juri Linkov  <juri@jurta.org>
3212         * international/mule.el (sgml-html-meta-auto-coding-function):
3213         Remove the condition `(search-forward "<html" size t)'.
3214         Replace `\"' with `[\"']?' in `re-search-forward'.
3216 2006-06-02  Kenichi Handa  <handa@m17n.org>
3218         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
3219         as well as `coding'.
3220         (hack-local-variables): Likewise.
3222         * international/mule.el (enable-character-translation):
3223         Put permanent-local and safe-local-variable properties.
3224         (find-auto-coding): Handle char-trans: tag.
3226 2006-06-02  Juri Linkov  <juri@jurta.org>
3228         * international/mule.el (sgml-html-meta-auto-coding-function):
3229         Limit the search by the end of the HTML header (if any).
3231 2006-06-01  Richard Stallman  <rms@gnu.org>
3233         * subr.el (with-current-buffer): Doc fix.
3235 2006-06-02  Masatake YAMATO  <jet@gyve.org>
3237         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
3238         Almost rewrite.  Underlines over all lines of gcov output are too
3239         uncomfortable to read.  Suggested by Dan Nicolaescu.
3241 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
3243         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
3245         * shell.el (shell-mode): Use shell-mode-map in docstring.
3247         * comint.el (comint-send-input): Do not add help-echo and
3248         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
3250 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3252         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
3254 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
3256         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
3257         (gdb-stopped, gdb-info-stack-custom): If there is no source info
3258         look up the stack and pop up GUD buffer if necessary.
3259         (gdb-frames-select): Remove redundant call to gud-display-frame.
3260         (gdb-info-threads-custom): Keep point at start of buffer.
3261         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
3263 2006-05-31  Juri Linkov  <juri@jurta.org>
3265         * replace.el (query-replace-read-from, query-replace-read-to):
3266         Bind `history-add-new-input' to nil.  Call `add-to-history'.
3268 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
3270         * textmodes/table.el: Convert all HTML tags to lower case for
3271         XHTML compatibility.
3273 2006-05-31  Masatake YAMATO  <jet@gyve.org>
3275         * progmodes/compile.el:
3276         (compilation-error-regexp-alist-alist::gcov-called-line):
3277         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
3279 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
3281         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
3282         Revert inadvertent changes made with last commit.
3284 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3286         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
3287         New functions.
3289         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
3291 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
3293         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
3294         only matches in the right place.
3295         (org-upcoming-deadline): New face.
3296         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
3297         (org-export-ascii-underline): Rename constant `org-ascii-underline'
3298         and make it an option.
3299         (org-export-ascii-bullets): New option.
3300         (org-export-as-html): Many changes to emit valid XHTML.
3301         (org-par-open): New variable.
3302         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
3303         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
3304         (org-timeline): Pass `org-timeline-show-empty-dates' to
3305         `org-get-all-dates'.  Interpret empty dates returned by
3306         `org-get-all-dates'.
3307         (org-get-all-dates): New argument EMPTY.  Add dates without
3308         entries to the list, mark large ranges of empty dates.
3309         (org-point-in-group, org-context): New functions.
3311 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
3313         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3315         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3316         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3317         to C-mouse-3 (for 2 button mice).
3318         (gdb-send): Do the right thing for C-d.
3320         * speedbar.el (speedbar-detach): Delete.
3321         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3322         it breaks things.
3323         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3325 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
3327         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3328         Makeppfile.
3330         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3331         Add makepp diagnostic.
3333 2006-05-29  Richard Stallman  <rms@gnu.org>
3335         * window.el (fit-window-to-buffer): Doc fix.
3337         * help.el (temp-buffer-max-height): Doc fix.
3339         * subr.el (with-current-buffer): Doc fix.
3341 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3343         * term/x-win.el: Bind F10 to menu-bar-start if available.
3345 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
3347         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3348         uses with a simple test.
3349         (term-set-escape-char, term-mode, term-check-kill-echo-list)
3350         (term-send-raw-string, term-send-raw, term-mouse-paste)
3351         (term-char-mode, term-line-mode, term-exec, term-sentinel)
3352         (term-handle-exit, term-read-input-ring)
3353         (term-previous-matching-input-string)
3354         (term-previous-matching-input-string-position)
3355         (term-previous-matching-input-from-input)
3356         (term-replace-by-expanded-history, term-send-input)
3357         (term-skip-prompt, term-bol, term-send-invisible)
3358         (term-kill-input, term-delchar-or-maybe-eof)
3359         (term-backward-matching-input, term-check-source)
3360         (term-proc-query, term-emulate-terminal)
3361         (term-handle-colors-array, term-process-pager, term-pager-line)
3362         (term-pager-bob, term-unwrap-line, term-word)
3363         (term-dynamic-complete-filename)
3364         (term-dynamic-complete-as-filename)
3365         (term-dynamic-simple-complete): Replace one arm ifs with whens or
3366         unlesses.
3368 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3371         during bootstrapping.
3373         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3374         Basically undo the change of 2006-05-26: use extra arguments instead of
3375         dynamic scoping.
3376         (ewoc-locate): Remove unused var `footer'.
3378 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3380         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3382         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3383         (generate-file-autoloads): Obey it.  Return whether autoloads were
3384         added at point or not.
3385         (update-file-autoloads): Use this new return value.
3386         Remove redundant test for the presence of an autoload cookie.
3388         * emacs-lisp/autoload.el (autoload-find-file): New fun.
3389         This one calls hack-local-variables.
3390         (generate-file-autoloads, update-file-autoloads): Use it.
3392         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3393         (bibtex-sort-entry-class): Add safe-local-variable predicate.
3394         (bibtex-sort-entry-class-alist): Don't set the global value.
3395         (bibtex-init-sort-entry-class-alist): New fun.
3396         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3397         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3398         of bibtex-init-sort-entry-class.
3400 2006-05-28  Richard Stallman  <rms@gnu.org>
3402         * subr.el (load-history-regexp): If FILE is relative, insist
3403         entire last name component must match it.
3404         (load-history-filename-element, load-history-regexp): Doc fixes.
3406 2006-05-29  Kim F. Storm  <storm@cua.dk>
3408         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3409         `pos' and `raw-data' for clarity, as eval forms may access these.
3411 2006-05-28  Kim F. Storm  <storm@cua.dk>
3413         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3415 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3417         * progmodes/make-mode.el (makefile-browser-map)
3418         (makefile-mode-syntax-table): Move initialization inside declaration.
3419         (makefile-fill-paragraph): Use the default comment-filling code.
3421 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
3423         * replace.el (query-replace-defaults): New variable.
3424         (query-replace-read-from): Use `query-replace-defaults' for
3425         default value, instead of history list.
3426         (query-replace-read-to): Update `query-replace-defaults'.
3428 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
3430         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3431         with no X toolkit.
3433 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
3435         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3436         (tumme-show-all-from-dir): Add autoload.
3438 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
3440         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3441         (tumme-remove-tag): Fix bug.
3443 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3445         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3446         FOOTER args.  Update unique caller.
3447         (ewoc-delete): Compute last node once before looping.
3448         (ewoc--node-branch): Merge into unique caller.
3449         (ewoc--node): Don't define constructor make-ewoc--node for this
3450         structure.
3451         (ewoc): Add member `hf-pp' to this structure.
3452         (ewoc--wrap): New func.
3453         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
3454         header/footer pretty-printers.  Save header/footer pretty-printer.
3455         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
3457         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3459 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
3461         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3462         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
3463         Tag'.  Change "Compare directories..." to "Change Directories...".
3464         Move tumme commands to Operate, Regexp and Immediate menus.
3465         Change "Add Comment" to "Add Image Comment".  Change "Add Image
3466         Tag" to "Add Image Tags".
3468         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3469         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3470         `tumme-delete-tag'.
3472 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3474         * shell.el (shell-mode): Call shell-dirtrack-mode after
3475         list-buffers-directory is made a local variable, to avoid setting
3476         the default value.
3478 2006-05-26  Kevin Ryde  <user42@zip.com.au>
3480         * info.el (Info-index-next): Use where-is-internal to report
3481         actual binding of Info-index-next, rather than hard-coded `,'.
3483 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
3485         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3486         and "Find Command in Manual" to here.
3488         * buff-menu.el (list-buffers-noselect): For Info buffers, use
3489         Info-current-file as the file name.
3491 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
3493         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
3494         overrides will now be done a different way.
3495         (ses-set-parameter): Reapply this function for undo.
3496         (ses-set-header-row): Reconstruct header row during undo.
3497         (ses-widen): New function.
3498         (ses-goto-data, ses-reconstruct-all): Use new function.
3499         (ses-command-hook): Widen buffer during undo, before unupdating
3500         the cells.
3501         (ses-insert-row, ses-delete-row): Widen buffer during undo.
3502         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3503         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3504         formula hasn't been executed yet.
3506 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3508         * comint.el (comint-kill-whole-line): Rename arg to count.
3509         Fix doc string.
3511 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
3513         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3514         to copy-file.
3516 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3518         * simple.el (toggle-truncate-lines): Make arg optional for
3519         backward compatibility.
3521 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
3523         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3524         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3525         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
3526         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3527         (ewoc--adjust): Use ewoc--current-dll.
3528         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3530 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
3532         * textmodes/org.el (org-next-item, org-previous-item): Emit more
3533         compact error message.
3534         (org-tags-view): Refresh category table in each file.
3535         (org-table-justify-field-maybe): Remove superfluous arguments to
3536         `format'.
3537         (org-export-as-html): Insert "<p>" before postamble.
3538         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3540 2006-05-26  Kenichi Handa  <handa@m17n.org>
3542         * textmodes/po.el (po-find-charset): Pay attention to the case
3543         FILENAME is a cons (NAME . BUFFER).
3544         (po-find-file-coding-system-guts): Likewise.
3546         * arc-mode.el (archive-set-buffer-as-visiting-file):
3547         Call find-operation-coding-system with (FILENAME . BUFFER).
3549         * tar-mode.el (tar-extract): Call find-operation-coding-system
3550         with (FILENAME . BUFFER).
3552         * international/mule.el (decode-coding-inserted-region):
3553         Call find-operation-coding-system with (FILENAME . BUFFER).
3555 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3557         * image-mode.el (image-toggle-display): Use buffer contents to
3558         generate image for a remote file.
3560 2006-05-25  Juri Linkov  <juri@jurta.org>
3562         * replace.el (query-replace-read-from, query-replace-read-to):
3563         Remove 8th arg KEEP-ALL in read-from-minibuffer.
3565 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
3567         * whitespace.el (whitespace-cleanup): Change to cleanup
3568         region if one is active.
3569         * whitespace.el (whitespace-cleanup-internal): New internal method.
3571 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3573         * dired.el (dired-mode-map): Add help-echo strings to tumme
3574         commands.  Bind `tumme-dired-display-image' to C-t i.
3576         * tumme.el (tumme-display-image): Change documentation string slightly.
3577         (tumme-dired-display-image): Add call to `display-buffer'.
3579 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3581         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3582         Signal error if RAW-DATA is a multibyte string.
3584 2006-05-24  Richard Stallman  <rms@gnu.org>
3586         * subr.el (with-local-quit): When handling `quit' signal,
3587         make a chance for quit-flag to cause a quit.
3589         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3590         (ad-disable-advice): Add autoloads.
3592         * subr.el (read-passwd): Copy PROMPT before changing its properties.
3594 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3596         * dired.el (dired-mode-map): Change menu items for tumme as per
3597         suggestions in emacs-devel.
3599 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
3601         * dired.el (dired-mode-map): Fix breakage.
3603 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3605         * tumme.el (tumme-display-dired-image): Rename to...
3606         (tumme-dired-display-image): ...this.
3607         (tumme-track-movement): Change default value to t.
3608         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3609         used from `tumme-next-line-and-display' and similar commands.
3611         * dired.el (dired-mode-map): Add Thumbnail submenu under the
3612         Immediate menu.  Add some tumme commands there.
3614 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
3616         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3618 2006-05-24  Chong Yidong  <cyd@mit.edu>
3620         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3621         menu entries that open submenus.
3623 2006-05-24  Alan Mackenzie  <acm@muc.de>
3625         * startup.el (command-line): For names of preloaded files, don't
3626         append ".elc" (now done in Fload), and call file-truename on the
3627         lisp directory.
3629         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
3630         match ANY loaded file with the right name, not just those in
3631         load-path.  Put a regexp matching the file name into
3632         after-load-alist, rather than the name itself.
3634         * subr.el: New functions load-history-regexp,
3635         load-history-filename-element, do-after-load-evaluation.
3637         * international/mule.el (load-with-code-conversion): Do the
3638         eval-after-load stuff by calling do-after-load-evaluation.
3640 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
3642         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3643         has not been killed.
3645 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3647         * term/mac-win.el: Set idle timer to clean up expired Apple events.
3648         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3649         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3650         Optionally set error message in reply.
3652 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
3654         * textmodes/org.el (org-open-at-point): Use renamed variable
3655         `org-confirm-shell-link-function'.
3656         (org-confirm-shell-link-function): Rename from
3657         `org-confirm-shell-links'.
3658         (org-export-directory): New function.
3659         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3660         (org-export-icalendar): Use `org-export-directory'.
3661         (org-indent-item): Keep cursor position.
3662         (org-link-file-path-type): New option.
3663         (org-export-as-html): Fix bug with plain lists starting in
3664         column 0.
3665         (org-export-as-html): Remove deadline formatting, this happens
3666         now already in `org-html-handle-time-stamps'.
3667         (org-export-html-style): Deadline class removed.
3668         (org-insert-labeled-timestamps-at-point): New option.
3669         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3670         of `hide-sublevels 1', in case the first headline is not level 1.
3671         (org-overview, org-content): New fuction.
3672         (org-cycle-global-status, org-cycle-subtree-status): Make these
3673         variables buffer-local.
3674         (org-global-cycle): New command.
3675         (org-shifttab): Use `org-global-cycle'.
3676         (org-insert-heading, org-insert-item): Go to end of new
3677         headline/item after creating it.
3678         (org-export-visible): Rename from `org-export-copy-visible'.
3679         Now creates a temporary org-file and applies an exporting command
3680         to it.
3681         (org-table-eval-formula): Support for lisp forms.
3682         (org-agenda-todo-ignore-scheduled): New option.
3683         (org-agenda-get-todos): Use new option
3684         `org-agenda-todo-ignore-scheduled'.
3685         (org-export-html-inline-images): New value `maybe'.
3686         (org-export-as-html): Inlining of images dependent on link description.
3687         (org-archive-subtree): Check for end-of-buffer before trying
3688         `kill-line'.
3689         (org-agenda-follow-mode): New option.
3690         (org-export-with-tags, org-export-with-timestamps): New options.
3691         (org-html-handle-time-stamps): New function.
3692         (org-keyword-time-regexp): New variable.
3693         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3694         (org-agenda-todo-list-sublevels): New option.
3695         (org-html-level-start): When TITLE is nil, just close all levels.
3696         (org-parse-key-lines, org-parse-export-options): Remove functions,
3697         replaced by `org-infile-export-plist'.
3698         (org-combine-plists, org-infile-export-plist)
3699         (org-default-export-plist): New functions.
3700         (org-export-html-preamble, org-export-html-postamble)
3701         (org-export-html-auto-preamble, org-export-html-auto-postamble):
3702         New variables.
3703         (org-export-publishing-directory): New option.
3704         (org-export-as-html, org-export-as-ascii): Use the new property
3705         lists for settings.
3706         (org-export-copy-visible, org-export-as-xoxo):
3707         Respect `org-export-publishing-directory'.
3708         (org-link-search, org-store-link, org-file-apps): Support for
3709         links to BibTeX database entries..
3710         (org-get-current-options, org-set-regexps-and-options):
3711         Implement logging as a startup option.
3712         (org-store-link): Make sure context string is never empty
3713         (org-insert-link): Use relative path when possible.
3714         (org-at-item-checklet-p): New function.
3715         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3716         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3717         (org-metaright, org-metaup, org-metadown, org-shiftup)
3718         (org-shiftdown, org-shiftright, org-shiftleft)
3719         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3720         Dispatch using `call-interactively'.
3721         (org-call-with-arg): New defsubst.
3722         (org-tag-alist, org-use-fast-tag-selection): New options.
3723         (org-complete): Use `org-tag-alist'.
3724         (org-fast-tag-insert, org-fast-tag-selection): New functions.
3725         (org-next-item, org-previous-item): New commands.
3726         (org-beginning-of-item, org-end-of-item): Add (interactive) to
3727         make command.
3728         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3730 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
3732         * emacs-lisp/ewoc.el (ewoc-delete): New function.
3733         (ewoc-filter): Use `ewoc-delete'.
3735         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3737 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3740         Signal more user-friendly error messages.
3742         * complete.el (PC-do-completion): Undo the addition of implicit
3743         wildcards if they did not lead to finding any match.
3744         (read-file-name-internal): Don't add the final > if the completion is
3745         not finished.
3747 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3749         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3750         Quote safe-local-variable predicate.
3752 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3754         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3756 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3758         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3760         * progmodes/make-mode.el (makefile-special-targets-list)
3761         (makefile-macro-table, makefile-target-table): Mark as risky.
3762         (makefile-query-one-target-method): Make this the alias for the
3763         following variable.
3764         (makefile-query-one-target-method-function): Make this the real name.
3766         * textmodes/artist.el (artist-text-renderer): Make this the alias
3767         for the following variable.
3768         (artist-text-renderer-function): Make this the real name.
3770         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3771         the alias for the following variable.
3772         (flyspell-generic-check-word-predicate): Make this the real name.
3774         * textmodes/ispell.el (ispell-format-word): Make this the alias
3775         for the following variable.
3776         (ispell-format-word-function): Make this the real name.
3777         (ispell-message-text-end): Mark as risky.
3779         * skeleton.el (skeleton-transformation, skeleton-filter)
3780         (skeleton-pair-filter): Make these the aliases for the following
3781         variables.
3782         (skeleton-transformation-function, skeleton-filter-function)
3783         (skeleton-pair-filter-function): Make these the real names.
3785         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3786         and skeleton-pair-filter-function.
3788         * textmodes/sgml-mode.el (sgml-transformation): Make this the
3789         alias for the following variable.
3790         (sgml-transformation-function): Make this the real name.
3791         (sgml-tag-alist): Mark as risky.
3793 2006-05-21  Richard Stallman  <rms@gnu.org>
3795         * simple.el (kill-region): Interactively, pass point, then mark.
3797 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3799         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3801 2006-05-21  Romain Francoise  <romain@orebokech.com>
3803         * dired-x.el (dired-mode-map): Don't bind M-g.
3805 2006-05-20  Richard Stallman  <rms@gnu.org>
3807         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3808         (dired-goto-file): Doc fix.
3810 2006-05-21  Kim F. Storm  <storm@cua.dk>
3812         * emulation/cua-base.el: Mention customizing cua-mode as alternative
3813         way to enable built-in cua-mode if user loads older CUA-mode package.
3815         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3816         if default-filename is specified.
3818 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3820         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3822         * info.el (info-apropos): Make sure current-file and current-node
3823         have non-nil values.  Speed up by using add-to-list instead of
3824         manual consing.
3826 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3828         * progmodes/make-mode.el (makefile-mode): Doc fix.
3830 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3832         * dired-aux.el (dired-do-shell-command): Doc fix.
3834 2006-05-20  Kevin Ryde  <user42@zip.com.au>
3836         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3837         ``(custom-manual :tag "Foo" "(foo)Node")''.
3839 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
3841         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3842         value is an integer.
3844 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3846         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3847         "format".
3848         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3850 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
3852         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3853         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3855 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3857         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3858         regexp for keywords.
3860 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
3862         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3863         replace-regexp-in-string.
3865         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3866         encode, and escape file name on conversion to URL.
3868 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3870         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3871         Don't unescape URL.
3872         (dnd-get-local-file-name): Unescape URL on conversion to file name.
3874         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3875         on conversion to URLs.
3877         * net/browse-url.el (browse-url-file-url): Encode file name on
3878         conversion to URL.
3880         * term/mac-win.el (mac-ae-open-documents): Escape file name on
3881         conversion to URL.
3883 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
3885         * progmodes/cc-styles.el (c-style-alist): Doc fix.
3887 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3889         * term/mac-win.el (mac-bytes-to-digits): Remove function.
3890         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3892 2006-05-19  Glenn Morris  <rgm@gnu.org>
3894         * calendar/diary-lib.el (diary-bahai-date)
3895         (list-bahai-diary-entries, mark-bahai-diary-entries)
3896         (mark-bahai-calendar-date-pattern): Not interactive.
3897         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
3898         (diary-entries-list): Change format of 4th element in each entry.
3899         (diary-list-entries): Use add-to-diary-list.
3900         (diary-goto-entry): Handle the case where the buffer visiting the
3901         diary has been killed.
3902         (fancy-diary-display): Add 'locator to button rather than 'marker.
3903         Only generate temp-face when there are marks to apply.
3904         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3905         (diary-fancy-date-pattern): New variable.
3906         (diary-time-regexp): Doc fix.
3907         (diary-anniversary, diary-time): New faces.
3908         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3909         diary-time-regexp.  Add font-lock-multiline property where needed.
3910         Use new faces diary-anniversary and diary-time.
3911         (diary-fancy-font-lock-fontify-region-function): New function, to
3912         handle multiline font-lock pattern in fancy diary.
3913         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3914         (diary-font-lock-keywords): Tweak time regexp.  Use new face
3915         diary-time.
3917 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
3919         * international/code-pages.el (mik): Table corrected.
3921 2006-05-18  Kim F. Storm  <storm@cua.dk>
3923         * progmodes/grep.el (grep-find): Don't check grep-find-command
3924         before running command (breaks non-interactive usage).
3926 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
3928         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3929         (ewoc--insert-new-node): Don't insert trailing newline.
3930         Instead, adjust successor nodes's start markers.
3931         (ewoc--refresh-node): Delete all text from current node's start
3932         marker to the next one's; adjust successor nodes's start markers.
3933         (ewoc--create): Doc fixes.
3934         (ewoc--refresh): Don't insert newline.
3935         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3936         * pcvs.el (cvs-make-cvs-buffer):
3937         Specify extra newline for ewoc's header and footer.
3938         (cvs-update-header): Update initial header recognition.
3939         Append newline to final header and footer values.
3940         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3942 2006-05-17  Richard Stallman  <rms@gnu.org>
3944         * files.el (file-name-extension): Doc fix.
3946 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3949         we can explicitly enable/disable rather than toggle.
3950         (shell-mode): Use it.
3951         (shell-cd): Don't try to reproduce what `cd' does.
3953 2006-05-17  Kim F. Storm  <storm@cua.dk>
3955         * ido.el (ido-read-internal): Use only nondirectory part of
3956         default item.
3958 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
3960         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3961         (ewoc-nth): Doc fix.
3963         (ewoc-map, ewoc-invalidate): Compute PP before looping.
3965 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
3967         * international/mule.el (auto-coding-alist): Add .lha to files
3968         read with no-conversion.
3970         * files.el (auto-mode-alist): Add .lha files to archive file
3971         extensions.
3973         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3974         Convert csize to integer when computing offsets within the
3975         compressed archive file.
3977 2006-05-16  Kim F. Storm  <storm@cua.dk>
3979         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3980         with read-from-minibuffer.
3982 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3984         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3985         (byte-compile-warnings): Fix safe-local-variable property.
3987 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
3989         * allout.el (allout-show-bodies, allout-old-style-prefixes)
3990         (allout-stylish-prefixes, allout-numbered-bullet)
3991         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3992         predicates to qualify `safe-local-variable' property, when
3993         available, else use equivalent lambda.
3994         (allout-current-topic-collapsed-p): Do the right thing regarding
3995         trailing blank lines.
3997 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3999         * server.el (server-start): Only create a directory if needed.
4000         (server-edit, server-unload-hook): server-start => server-mode.
4001         (kill-emacs-hook): Cleanup upon exit.
4003 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4005         * hexl.el (hexlify-buffer): Encode process arguments manually.
4007 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
4009         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
4010         call to gdb-tooltip-print.
4012 2006-05-15  Romain Francoise  <romain@orebokech.com>
4014         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4015         systems, default to "tar" since those systems probably have GNU tar.
4017 2006-05-14  Lars Hansen  <larsh@soem.dk>
4019         * desktop.el (desktop-missing-file-warning): Fix docstring.
4020         (desktop-restore-file-buffer): Correct question asked on missing file.
4022 2006-05-14  Kim F. Storm  <storm@cua.dk>
4024         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
4025         Add CUA move property.
4027 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
4029         * custom.el (custom-push-theme): Load the variable before checking
4030         its `standard-value'.
4032 2006-05-13  Lars Hansen  <larsh@soem.dk>
4034         * desktop.el (desktop-save): Use with-temp-buffer.
4036 2006-05-12  Glenn Morris  <rgm@gnu.org>
4038         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
4039         * calendar/calendar.el (calendar-mode-map):
4040         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
4041         * calendar/appt.el (appt-check, appt-make-list): Refer to
4042         diary-view-entries, diary-list-entries, diary-show-all-entries
4043         rather than obsolete aliases.
4045 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
4047         * simple.el (line-move-finish): Avoid calling point motion hooks
4048         while processing intangibility.
4050 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
4052         * term/xterm.el (terminal-init-xterm): Fix typo.
4054 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
4056         * allout.el (allout-view-change-hook): Mark as being deprecated,
4057         to be replaced by `allout-exposure-change-hook'.
4058         (allout-exposure-change-hook): New, replacing
4059         `allout-view-change-hook'.
4060         (allout-flag-region): Run new hook `allout-exposure-change-hook',
4061         in addition to `allout-view-change-hook'.
4062         (allout-show-bodies, allout-old-style-prefixes)
4063         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
4064         lambda forms to prevent their showing up in variable help
4065         presentations as inscrutable byte-compiled code.
4066         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
4067         Use string-or-null-p to qualify safe-local-variable values.
4068         (allout-reindent-bodies): Use memq to qualify matches against
4069         valid safe-local-variable values.  Also, quote the lambda as above.
4070         (allout-use-mode-specific-leader): Add missing candidate-value
4071         symbols, use memq, and quote the lambda.
4072         (allout-overlay-interior-modification-handler): Remove unused
4073         variables `msg' and 'opened'.
4074         (allout-hidden-p): Constrain invisibility consideration to allout's
4075         invisibility spec, disregarding invisibility for other reasons.
4077 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
4079         * files.el (version-control): Correct safe values.
4081 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
4083         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
4085         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
4086         (ewoc--insert-new-node): New func.
4087         Update callers of deleted funcs to use it, instead.
4089 2006-05-11  Glenn Morris  <rgm@gnu.org>
4091         * calendar/calendar.el (diary-show-all-entries): Do not refer to
4092         obsolete alias `show-all-diary-entries'.
4093         (make-diary-entry): Not interactive.
4094         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
4095         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
4096         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4097         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4098         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4099         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
4101 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4103         * calendar/calendar.el (calendar-french-date-string)
4104         (calendar-mayan-date-string, calendar-chinese-date-string)
4105         (calendar-astro-date-string, calendar-iso-date-string)
4106         (calendar-islamic-date-string, calendar-bahai-date-string)
4107         (calendar-hebrew-date-string, calendar-coptic-date-string)
4108         (calendar-ethiopic-date-string, calendar-persian-date-string):
4109         These functions are not interactive.
4111 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
4113         * files.el: Balance parentheses.
4115 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
4117         * files.el, newcomment.el, outline.el, simple.el,
4118         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
4119         progmodes/cc-vars.el, progmodes/compile.el:
4120         Move `safe-local-variable' declarations to the respective files.
4122         * help-fns.el (describe-variable): Don't print safe-var if it is
4123         byte-code.  Improve wording as suggested by Luc Teirlinck.
4125 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
4127         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
4128         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
4129         Use a token for pending-triggers to ensure gdb-var-update
4130         gets called once per user input again for pre-GDB 6.4.
4131         (gdb-var-delete): Match on more complex expressions.
4132         (gdb-var-list-children-handler, gdb-var-create-handler):
4133         Use a token for consistency.
4135 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
4137         * textmodes/org.el (org-read-date, org-goto-calendar)
4138         (org-agenda-goto-calendar):
4139         Bind `view-calendar-holidays-initially' to nil.
4141 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
4143         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
4144         Update all callers to do it there, instead.
4146 2006-05-10  Glenn Morris  <rgm@gnu.org>
4148         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
4149         prefix arg case, to avoid view-diary-entries-initially error.
4150         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4151         (calendar-date-is-legal-p): Handle dates with no day part.
4153 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
4155         * comint.el (comint-insert-input): Just make it when
4156         comint-use-prompt regexp is nil (default) and with the mouse.
4157         (comint-copy-old-input): Reinstate from 2004-06-23.
4158         (comint-mode-map): Bind C-c C-m to it.
4160 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
4162         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4163         Remove spurious move to point-max (new comint behavior fixes).
4165         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
4166         compatibility function (Emacs 18/19).
4167         (idlwave-is-continuation-line): Always return point at start of
4168         previous non-blank continuation line.
4169         `keyword-parameters': Fix continued comment font-lock matcher.
4170         (idlwave-font-lock-fontify-region): Written, use as
4171         font-lock-fontify-region-function, to fix continued keyword
4172         fontification issues.
4174 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4176         * term/mac-win.el (mac-font-panel-mode): Doc fix.
4177         (mac-service-selection, mac-service-open-file)
4178         (mac-service-open-selection, mac-service-mail-selection)
4179         (mac-service-mail-to, mac-service-insert-text): Rename from
4180         mac-services-*.  All uses changed.
4181         (mac-apple-event-map): Rename event symbol `services' to `service'.
4183 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
4185         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
4186         (ewoc--node-enter-first, ewoc--node-enter-last)
4187         (ewoc--delete-node-internal): Merge funcs into unique callers.
4189 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
4191         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
4192         return value of read-from-minibuffer for empty input.
4194 2006-05-09  Miles Bader  <miles@gnu.org>
4196         * comint.el (comint-insert-input): Remove redundant calls to setq
4197         and goto-char.
4199 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
4201         * comint.el (comint-insert-input): Make it work when
4202         comint-use-prompt-regexp is t.
4204 2006-05-10  Miles Bader  <miles@gnu.org>
4206         * subr.el (field-at-pos): New function.
4208         * comint.el (comint-insert-input): Use it.
4210 2006-05-09  Juri Linkov  <juri@jurta.org>
4212         * battery.el (battery-linux-proc-acpi): Also try
4213         `/proc/acpi/thermal_zone/THR2/temperature'.
4215         * files.el <safe-local-variable>: Remove `eval' and `let' binding
4216         for now unused lambda `string-or-null'.
4218         * add-log.el (change-log-default-name): Put `string-or-null-p'
4219         instead of lambda on `safe-local-variable' property.
4221         * diff-mode.el (diff-context->unified): Use `region-beginning' and
4222         `region-end' instead of `mark' and `point'.
4223         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
4224         Operate on region in Transient Mark mode when the mark is active.
4225         Use `region-beginning' and `region-end' instead of `mark' and
4226         `point'.
4227         (diff-hunk-text, diff-goto-source): Doc fix.
4229         * startup.el (fancy-splash-screens, normal-splash-screen): Use
4230         face `mode-line-buffer-id' for mode-line buffer face instead of
4231         hard-coded `(:weight bold)'.
4233         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
4234         buffer-undo-list to t (undo-ask is reproducible by visiting
4235         nested archives).
4237 2006-05-09  Kim F. Storm  <storm@cua.dk>
4239         * progmodes/grep.el (rgrep): Set default directory of *grep*
4240         buffer if we start M-x rgrep in the *grep* buffer and choose
4241         a different base directory.
4243 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
4245         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
4246         completion also when ido is loaded.
4248 2006-05-09  Masatake YAMATO  <jet@gyve.org>
4250         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
4251         "warning" and "import".
4252         (cpp-font-lock-keywords): Added "warning".
4254 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4256         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4258 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4260         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
4261         pages at a time, if we signal the end, we should indeed reach that end.
4263 2006-05-08  David Reitter  <david.reitter@gmail.com>
4265         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
4266         output during execution of the body.
4268 2006-05-08  Kim F. Storm  <storm@cua.dk>
4270         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
4272 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
4274         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
4275         Use with-current-buffer.
4277 2006-05-07  Kim F. Storm  <storm@cua.dk>
4279         * subr.el (add-to-history): Remove keep-dups arg.
4281         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
4282         to nil around call to add-to-history.
4284 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4286         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
4287         than after a buffer modification.
4289 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
4291         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
4292         call to...
4293         (gud-watch): ...here so speedbar is raised for already watched
4294         expressions.
4295         (gdb-speedbar-refresh): Delete function.
4296         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
4297         Use speedbar-timer-fn instead of speedbar-refresh (reverting
4298         earlier change).
4299         (gdb-var-evaluate-expression-handler)
4300         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
4302         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
4303         Update localized contents for all buffers except ignored modes.
4305 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4307         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4308         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4309         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4310         (mac-handle-font-panel-closed, mac-handle-font-selection):
4311         New functions.
4312         (mac-font-panel-mode): New minor mode.
4313         (mac-apple-event-map): Add bindings for toolbar toggle button and
4314         font panel.
4315         (menu-bar-showhide-menu): Add mac-font-panel-mode.
4317 2006-05-07  John Paul Wallington  <jpw@pobox.com>
4319         * ibuffer.el (ibuffer-compressed-file-name-regexp):
4320         Avoid `regexp-opt'; simplify regexp for readability.
4322 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
4324         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4325         * files.el (buffer-stale-function):
4326         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4327         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4328         links to the main manual, not to emacs-xtra.
4330 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4332         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4333         MacJapanese if text is ASCII-only.
4335 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
4337         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4338         unless so nil isn't returned.
4339         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4341 2006-05-06  Kim F. Storm  <storm@cua.dk>
4343         * subr.el (add-to-history): New function.
4345         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4346         (ediff-merge-files-with-ancestor):
4347         * env.el (setenv):
4348         * isearch.el (isearch-update-ring):
4349         * server.el (server-visit-files):
4350         * progmodes/grep.el (lgrep, rgrep):
4351         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4352         * progmodes/xscheme.el (xscheme-insert-expression):
4353         Use add-to-history.
4355         * kmacro.el (kmacro-push-ring): Use add-to-history.
4356         (kmacro-ring-length): Remove unused defun.
4357         (kmacro-start-macro): Use kmacro-push-ring.
4359 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
4361         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4362         directly instead of a lambda expression that calls it.
4364 2006-05-06  Kim F. Storm  <storm@cua.dk>
4366         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4367         instead of compute-motion.
4369 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
4371         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4372         change.
4374 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
4376         * startup.el (command-line-1): Refer to "Pure Storage" on
4377         pure-space-overflow.
4379 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
4381         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4382         provided faces once they all have been used up.
4384 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4386         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4387         reference to the Lisp manual to the warning about pure space
4388         overflow.
4390 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4392         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4393         argument to avoid the call to `ispell-internal-change-dictionary'
4394         when not needed.
4395         (ispell-change-dictionary): Use this argument and call
4396         `ispell-internal-change-dictionary' after the possible change
4397         to `ispell-local-dictionary'.
4398         (ispell-internal-change-dictionary): Check for a change in
4399         personal dictionary use too.
4401 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4403         * startup.el (command-line): On MS-Windows, probe "~", not
4404         "~USER", for warning about non-existent home directory
4406         * arc-mode.el (archive-l-e): New optional argument `float' means
4407         generate a float value.
4408         (archive-arc-summarize, archive-lzh-summarize)
4409         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4410         with 3rd argument non-nil when file's size is being computed.
4411         Format the file sizes with %8.0f instead of %8d.
4413 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4415         * cus-start.el (all): Add mac-dnd-known-types.
4417         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4418         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4419         (mac-TIFF-to-string): New functions.
4420         (x-get-selection, x-selection-value)
4421         (mac-select-convert-to-string): Use them.
4422         (mac-text-encoding-mac-japanese-basic-variant): New constant.
4423         (mac-dnd-types-alist): New customization variable.
4424         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4425         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4426         (mac-dnd-handle-drag-n-drop-event): New functions.
4427         (mac-drag-n-drop): Remove function.
4428         (global-map): Bind drag-n-drop and M-drag-n-drop to
4429         mac-dnd-handle-drag-n-drop-event.
4431 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
4433         * progmodes/perl-mode.el (perl-beginning-of-function):
4434         Skip anonymous subs.
4436 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
4438         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4439         regexp-opt at run time.
4441         * term.el (term-handle-ansi-escape): Fix off by one error.
4443 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
4445         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4446         (gdb-init-1, gdb-post-prompt): ...and references to it.
4447         (gdb-frame-handler): Strip directory name from filename if present.
4449         * progmodes/gud.el (gdb-force-update): Delete defvar
4450         (gud-speedbar-buttons): ...and references to it.  Use window-start
4451         to try to keep positon in watch expression.
4453 2006-05-03  Richard Stallman  <rms@gnu.org>
4455         * simple.el (next-history-element, previous-history-element): Doc fix.
4457         * isearch.el (isearch-update-ring): Doc fix.
4459 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
4461         * isearch.el (isearch-update-ring): Take history-delete-duplicates
4462         into consideration.  Replace one arm ifs with whens.
4464 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
4466         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4467         (menu): Fix typo.
4469 2006-05-02  Miles Bader  <miles@gnu.org>
4471         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4473 2006-05-02  Jay Belanger  <belanger@truman.edu>
4475         * calc/calc-embed.el (calc-override-minor-modes-map)
4476         (calc-override-minor-modes): New variables.
4477         (calc-do-embedded): Make sure that Calc keystrokes aren't
4478         overwritten by minor modes.
4480 2006-05-02  Chong Yidong  <cyd@mit.edu>
4482         * msb.el (msb): If EVENT is a down event, read and discard the up event.
4484 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4486         * startup.el (command-line-1): Refer to Lisp manual when
4487         pure-space-overflow occurs.
4489         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4490         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4491         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4492         (version-control): Don't use `t' for safe-local-variable declarations.
4494 2006-05-01  Richard Stallman  <rms@gnu.org>
4496         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4497         M-r, M-R, M-A, M-SPC or M-DEL.
4498         (diff-mode-map): diff-refine-hunk now on C-c C-w
4499         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4501         * help-mode.el (help-mode): view-exit-action calls delete-window
4502         only when it is safe and possible.
4504         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4505         in messages.
4507         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4509         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4510         in the default tool-bar-map.
4512 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
4514         * net/tramp.el (tramp-completion-file-name-handler-alist)
4515         (tramp-run-real-handler, tramp-completion-run-real-handler)
4516         (tramp-completion-handle-file-name-all-completions)
4517         (tramp-completion-handle-file-name-completion): Autoload them.
4518         (tramp-completion-handle-file-exists-p)
4519         (tramp-completion-handle-file-name-directory)
4520         (tramp-completion-handle-file-name-nondirectory)
4521         (tramp-completion-handle-expand-file-name): Remove them.
4522         (tramp-handle-file-name-directory): Return the real directory name.
4523         Returning "/" only doesn't need to be necessary any longer.
4524         (tramp-file-name-handler): Make special attention when in hostname
4525         completion mode.
4526         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4527         (tramp-register-file-name-handlers):
4528         Register `tramp-completion-file-name-handler' only when
4529         `partial-completion-mode' is enabled.
4530         (tramp-completion-handle-file-name-all-completions):
4531         Delete directory part from results.
4532         (tramp-get-completion-methods, tramp-get-completion-user-host):
4533         Discard deleting "/", it doesn't work after the change of
4534         `tramp-handle-file-name-directory' above.
4536 2006-05-01  Kim F. Storm  <storm@cua.dk>
4538         * progmodes/grep.el (grep-expand-template): Use save-match-data
4539         and symbol-value.
4541 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4543         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4544         Use select-frame-set-input-focus instead of raise-frame.
4545         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4547 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
4549         * progmodes/gud.el (gud-def): Add %c case.
4550         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4551         (gud-format-command): Make match case sensitive.  Match on %F.
4553 2006-04-30  Glenn Morris  <rgm@gnu.org>
4555         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4556         (cal-tex-preamble): Use cal-tex-preamble-extra.
4557         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4558         than alias `list-diary-entries'.
4560 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
4562         * help-fns.el (describe-variable): Add info about safe local variables.
4564 2006-04-29  Richard Stallman  <rms@gnu.org>
4566         * bindings.el (mode-line-format): help-echo doc fixes.
4568         * net/tramp.el (tramp-file-name-handler-alist): Delete
4569         expand-file-name and other operations that can cause spurious loading.
4571 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4573         * files.el (safe-local-variable-p): Remove support for the special
4574         value t.
4576         * textmodes/paragraphs.el (sentence-end-without-space):
4577         Fix safety predicate.
4578         (sentence-end-double-space, sentence-end-without-period)
4579         (paragraph-ignore-fill-prefix):
4580         * textmodes/fill.el (colon-double-space):
4581         * abbrev.el (abbrev-mode): Tighten the safety predicate.
4583         * subr.el (booleanp): New fun.
4585         * textmodes/reftex-vars.el (reftex-guess-label-type):
4586         Tighten the safety predicate.
4588 2006-04-28  Kim F. Storm  <storm@cua.dk>
4590         * progmodes/grep.el (defgroup grep): Doc fix.
4591         (grep-auto-highlight): Remove.
4592         (grep-template): New defcustom.
4593         (grep-find-template): Rename from grep-tree-template.
4594         (grep-files-aliases): Rename from grep-tree-files-aliases.
4595         Remove "all" alias, add "l" alias.
4596         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4597         (grep-find-ignored-directories): New defcustom to replace
4598         grep-tree-ignore-CVS-directories, to facilitate ignoring
4599         subdirectories for multiple version control systems.
4600         (grep-mode-map): Add Recursive grep item to GREP menu.
4601         (grep-regexp-history, grep-files-history): New defvars.
4602         (grep-probe): New helper function.
4603         (grep-compute-defaults): Use it to simplify code.
4604         Adapt to name changes.
4605         Use `.' as base in grep-find-template rather than <D>.
4606         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
4607         Call grep-compute-defaults unconditionally.
4608         (grep-expand-keywords): New defconst.
4609         (grep-expand-template): Rename from grep-expand-command-macros.
4610         Simplify via grep-expand-keywords.  Look at case-fold-search instead
4611         of grep-tree-ignore-case to add -i option.
4612         Bind case-fold-search to nil while matching keywords.
4613         (grep-tree-last-regexp, grep-tree-last-files): Remove.
4614         (grep-read-regexp, grep-read-files): New helper functions.
4615         (rgrep): Rename from grep-tree.  Rework to use proper histories.
4616         Adapt to changes in defcustoms and functions above.
4617         (lgrep): New command, as grep, but using same interactive UI as rgrep.
4619 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
4621         * net/tramp.el (tramp-completion-file-name-handler):
4622         Disable Tramp's functionality while loading Tramp itself.
4623         (tramp-register-file-name-handlers): That's a defsubst now.
4624         Code from `tramp-repair-jka-compr' moved here.  Apply it via
4625         `after-init-hook'.
4626         (tramp-repair-jka-compr): Remove.
4628 2006-04-27  Jay Belanger  <belanger@truman.edu>
4630         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4631         read expression when `math-read-big-expr' doesn't work.
4633 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
4635         * startup.el (command-line-1): Display warning when
4636         pure-space-overflow is non-nil.
4638 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4640         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4641         risky.
4643 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4645         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4646         Return the URL or nil if none can be generated.
4648 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
4650         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4651         byte compiler warnings.
4652         (gud-basic-call, gud-find-expr): Let user select an expression
4653         for printing.  Print expression as well as value in GUD buffer.
4655 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
4657         * allout.el: Remove local autoload declaration for
4658         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4659         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4660         (allout-plain-bullets-string, allout-distinctive-bullets-string)
4661         (allout-use-mode-specific-leader, allout-old-style-prefixes)
4662         (allout-stylish-prefixes, allout-numbered-bullet)
4663         (allout-file-xref-bullet, allout-presentation-padding)
4664         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4665         safe-local-variable with suitable value spec, and add autoload
4666         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
4667         (move-beginning-of-line, move-end-of-line): Repair so these compat
4668         functions now actually resituate the point, when appropriate.
4670 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4672         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4674         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4675         (add-log-iso8601-time-string): Fix call to format-time-string.
4677 2006-04-26  Kim F. Storm  <storm@cua.dk>
4679         * subr.el (posn-string, posn-image, posn-object): Doc fix.
4681 2006-04-26  Masatake YAMATO  <jet@gyve.org>
4683         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4684         Add support for "//" style comments.  Remove `b' flag
4685         from ?* in `asm-mode-syntax-table'.
4687 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         * follow.el: Use (featurep 'xemacs) everywhere.
4690         (follow-mode): Use define-minor-mode.
4691         (follow-mode-map): Move initialization into the declaration.
4692         Use command remapping.
4693         (follow-emacs-version-xemacs-p): Remove.
4694         (follow-submit-feedback): Remove.
4696         * allout.el (allout-layout, allout-passphrase-verifier-string)
4697         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4699         * textmodes/reftex-vars.el (reftex-vref-is-default)
4700         (reftex-fref-is-default, reftex-guess-label-type):
4701         Tighten up a bit the safety predicate.
4703         * textmodes/paragraphs.el (sentence-end-double-space)
4704         (sentence-end-without-period, sentence-end-without-space)
4705         (page-delimiter, paragraph-ignore-fill-prefix):
4706         Tighten up a bit the safety predicate.
4708         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4710         * progmodes/python.el (python-continuation-line-p)
4711         (python-beginning-of-statement): syntax-ppss may return
4712         a negative depth.
4713         (python-mode): Don't forcefully enable font-lock.
4715         * time-stamp.el (time-stamp-start, time-stamp-end)
4716         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4718         * add-log.el: Remove spurious * in docstrings.
4719         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4720         (add-change-log-entry): Use it here, since it's not specific
4721         to iso8601.
4722         (add-log-iso8601-time-string): Don't use it here any more.
4723         (change-log-indent-text, change-log-indent): Rename from add-log-*.
4725         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4727 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
4729         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4730         (rcirc-toggle-low-priority): Doc fix.
4731         (rcirc-handler-NOTICE): Remove beginning of line anchor in
4732         ChanServ regexp.
4733         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4734         #emacs.
4735         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4736         (rcirc-decode-coding-system): Use utf-8 as the default.
4737         (rcirc-multiline-minor-mode): Set the fill-column.
4738         (rcirc-format-response-string): Display bright and dim nicks.
4739         (rcirc-browse-url): Update interactive spec to fill ARG.
4740         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4741         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4743 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
4745         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4746         case for @Article, etc.
4748 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
4750         * net/tramp.el (tramp-register-file-name-handlers): New defun.
4751         Added with autoload cookie.
4752         (tramp-unload-file-name-handlers): Rename from
4753         `tramp-unload-file-name-handler-alist'.
4755 2006-04-23  Romain Francoise  <romain@orebokech.com>
4757         * comint.el (comint-match-partial-filename): Doc fix.
4759 2006-04-21  Glenn Morris  <rgm@gnu.org>
4761         * calendar/cal-menu.el (calendar-mode-map): Refer to
4762         `diary-view-entries' rather than alias `view-diary-entries'.
4763         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4765 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
4767         * progmodes/antlr-mode.el (antlr-default):
4768         * cus-edit.el (custom-documentation):
4769         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4770         in defface.
4772 2006-04-21  Kim F. Storm  <storm@cua.dk>
4774         * image.el (image-type): New defun split out of create-image.
4775         (create-image): Use it.
4777 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
4779         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4780         (org-open-at-point): Remove the "...done" message to keep output
4781         in the echo area visible.
4782         (org-export-as-xoxo): Fix call to `indent-region'.
4784 2006-04-21  Kevin Ryde  <user42@zip.com.au>
4786         * international/mule.el (keyboard-coding-system): defcustom
4787         info-link fixes: "Specify Coding" has been split, keyboard now in
4788         "Terminal Coding", and "Single-Byte Character Support" is now
4789         "Unibyte Mode".
4791 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
4793         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4794         Use font-lock-warning-face for any errors e.g. no stack.
4795         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4797 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
4799         * progmodes/sh-script.el (sh-shell): Mark as safe.
4801         * newcomment.el (comment-start, comment-start-skip)
4802         (comment-end-skip, comment-end): Mark as safe.
4804 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
4806         * textmodes/org.el (org-deadline-announce): Face removed.
4807         (org-level-faces, org-n-levels): Convert to constant.
4808         (org-compatible-face): New function.
4809         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4810         (org-level-5, org-level-6, org-level-7, org-level-8)
4811         (org-special-keyword, org-warning, org-headline-done, org-link)
4812         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4813         (org-scheduled-today, org-scheduled-previously, org-time-grid):
4814         Face definition revised for better color tty support.
4815         (org-bold-re, org-italic-re, org-underline-re): New constants.
4816         (org-set-font-lock-defaults): Use the new constants.
4817         (org-agenda-highlight-todo): New function.
4818         (org-agenda-todo): Fix bug with point at end of line.
4819         (org-agenda-change-all-lines, org-finalize-agenda-entries):
4820         Fontify TODO keywords.
4821         (org-insert-link): Preserve relative path in ../ links.
4822         (org-export-as-html): Convert links pointing to .org files into
4823         links that will work beteen the exported HTML files.
4824         (org-todo-list): Fix bug when arg=0.
4825         (org-insert-heading): More fine-tuning.
4827 2006-04-19  Romain Francoise  <romain@orebokech.com>
4829         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4830         from `rmail-mime-charset-pattern'.
4832 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4834         * progmodes/python.el (python-mode): Fix typo.
4836 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
4838         * comint.el (comint-previous-input): Don't clobber input line
4839         when moving off either end of the input history ring.
4840         (comint-delete-input): New function, used by
4841         `comint-previous-input' and others.
4842         (comint-previous-matching-input):
4843         Use `coming-delete-input'.  Save the partial input if leaving the
4844         edit line.  Goto point-max before deleting input to avoid
4845         partial input fragments hanging around.
4846         (comint-restore-input): New function, used by `comint-previous-input'.
4848 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
4850         * imenu.el (imenu--index-alist): Balance parentheses.
4852 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4854         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4856 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
4858         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4859         file is nil.
4861 2006-04-18  Richard Stallman  <rms@gnu.org>
4863         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4865         * imenu.el (imenu-create-index-function, imenu--index-alist)
4866         (imenu--last-menubar-index-alist, imenu--make-index-alist)
4867         (imenu-default-create-index-function, imenu--generic-function):
4868         Doc fixes.
4870         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4872         * help-mode.el (help-mode): Set view-exit-action to delete window.
4874         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
4875         now works by passing nil as arg.
4877         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4879         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4880         (read-abbrev-file): Provide default when reading filename.
4882         * files.el (enable-local-variables): Allow :all as value.
4883         (hack-local-variables): Implement that value.
4884         (safe-local-variable-values, safe-local-eval-forms)
4885         (enable-local-variables): Mark as risky.
4886         (find-file-visit-truename, kept-old-versions): Mark safe.
4888         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4889         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4890         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4892 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4894         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4895         Use forward-line so as to get to BOL even in the presence of fields.
4896         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4897         in return.
4898         (inferior-tcl): Tell tclsh to work in interactive mode.
4900         * complete.el (partial-completion-mode):
4901         Use 'choose-completion-string-functions to make sure that
4902         choose-completion fills the minibuffer properly.
4904         * complete.el (PC-old-read-file-name-internal): Remove.
4905         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
4906         of read-file-name-internal.
4907         (partial-completion-mode): Enable/disable this advice.
4909 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
4911         * net/tramp.el (tramp-completion-file-name-handler): Revert change
4912         of 2006-04-17.
4914 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
4916         * textmodes/org.el (org-insert-heading): Insert heading before
4917         current if at beginning of line.
4918         (org-todo, org-date): New faces.
4919         (org-table-align): Make sure tooltip window contains full text.
4920         (org-no-properties): New defsubst.
4921         (org-set-font-lock-defaults): Use new faces.
4923 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
4925         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4926         for root variables.
4928         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4929         (gdb-frame-address): Re-use to identify frame for watch expression.
4930         (gdb-var-list, gdb-var-create-handler): Add frame address for root
4931         variables.
4932         (gdb-init-1, gdb-source, gdb-post-prompt)
4933         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4934         (gdb-frame-handler): Get gdb-frame-address.
4936 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
4938         Sync with Tramp 2.0.53.
4940         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4941         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4942         (tramp-completion-file-name-handler): Add autoload cookie for
4943         adding to `file-name-handler-alist'.
4945         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4946         the prompt.  If it returns earlier (when detecting an error
4947         message), the rest of the output will merge accidently with the
4948         output of the next command.  Reported by M Jared Finder
4949         <jared@hpalace.com>.
4951         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4952         for `process-file', in order to let it work for older Emacsen too.
4954 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
4956         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4957         (tex-font-lock-keywords-3): Use it.
4959 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * newcomment.el (comment-add): New function.
4962         (comment-region-default, comment-dwim): Use it.
4964 2006-04-15  Michael Olson  <mwolson@gnu.org>
4966         * emacs-lisp/tq.el: Improve comments.
4967         (tq-queue-head-question): New accessor function.
4968         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4969         Update for modified queue structure.
4970         (tq-queue-add): Accept `question' argument.
4971         (tq-queue-pop): If a question is pending, send it.
4972         (tq-enqueue): Accept new optional argument `delay-question'.
4973         If this is non-nil, and at least one other question is pending a
4974         response, queue the question rather than sending it immediately.
4976 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4978         * calendar/appt.el (appt-add): Check whether an appointment is
4979         already present in appt-time-msg-list.  Simplify code.
4981 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4983         * progmodes/cc-langs.el (c-mode-menu):
4984         Don't presume c-subword-mode is bound.
4986 2006-04-13  Bill Wohler  <wohler@newt.com>
4988         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4989         (customize-package-emacs-version): Use cdr instead of cadr now
4990         that alists use dotted pairs.
4992         * custom.el (defcustom): Fix docstring for :package-version.
4994 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
4996         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4997         (tramp-handle-shell-command): Display output buffer only when
4998         `tramp-display-shell-command-buffer' is true.
4999         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
5001 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
5003         * textmodes/org.el (org-set-autofill-regexps): Set only the local
5004         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
5006 2006-04-13  Romain Francoise  <romain@orebokech.com>
5008         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
5009         leaving temporary .cvsignore buffers behind.
5011 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
5013         * textmodes/org.el (org-set-regexps-and-options)
5014         (org-get-current-options): Better names for the startup folding
5015         options.
5017 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
5019         * vc.el (vc-annotate): Arrange for point to end up at the same
5020         line number as in the original, but only when using a new buffer.
5022 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
5024         * files.el (hack-one-local-variable-eval-safep):
5025         Recognize `edebug-form-spec' for `put', but only if it passes
5026         `edebug-basic-spec'.  Generalize `put' handling.
5028         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
5029         vetting file-local form specs.
5031         * allout.el (allout-layout): Autoload its `safe-local-variable'
5032         property.
5034 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
5036         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
5037         (org-agenda-mouse-1-follows-link)
5038         (org-mouse-1-follows-link): New options.
5039         (org-format-agenda-item): Fix bug if TAGS is nil.
5040         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
5042 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
5044         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
5045         GDB 6.1+ gives full filename for "info sources" so use
5046         file-name-nondirectory.
5048 2006-04-12  Romain Francoise  <romain@orebokech.com>
5050         * subr.el (read-passwd): Bind `message-log-max' to nil.
5052 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5054         * progmodes/perl-mode.el (perl-indent-new-calculate):
5055         Recompute parse-start after jumping backward by a whole sexp.
5057 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5059         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
5060         window configuration.
5061         (vc-annotate-display-select): Select the buffer so that current-buffer
5062         (and selected-window) is the output buffer at the end of vc-annotate.
5064 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
5066         * vc.el (vc-annotate-color-map): Add custom TTY color map for
5067         8-color terminals, to use all of the colors in a sensible order.
5068         256-color terminals work well with the standard map.
5069         (vc-annotate-lines): Only strip the first color character if it
5070         is "#", to allow for terminal-style named colors.
5071         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
5072         the correct buffer is scrolled.
5074 2006-04-11  Richard Stallman  <rms@gnu.org>
5076         * emacs-lisp/bytecomp.el (byte-compile-file):
5077         Bind enable-local-variables to :safe, and make normal-mode obey it.
5079         * files.el (enable-local-variables): Allow value :safe.
5080         (normal-mode): Doc fix.
5081         (hack-local-variables): Implement enable-local-variables = :safe.
5082         (hack-local-variables-confirm): Don't prevent quitting.
5084 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5086         * loadhist.el (unload-feature): A bit of sanity check of
5087         load-history entries.  Cancel timer-vars before unbinding them.
5089         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
5090         quote special chars, and make the trick work on the hex part of the
5091         buffer as well.
5092         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
5093         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
5095         * startup.el (normal-splash-screen): Fix last change so we don't wait
5096         2 minutes if we don't show the splash screen.
5098 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
5100         * textmodes/org.el (org-export-plain-list-max-depth)
5101         (org-table-spaces-around-separators)
5102         (org-radio-targets, org-activate-camels)
5103         (org-table-spaces-around-invisible-separators): Options removed.
5104         (org-time-stamp-rounding-minutes, org-remember-templates)
5105         (org-ellipsis, org-activate-links, org-descriptive-links):
5106         New options.
5107         (org-remember-apply-template, org-current-time)
5108         (org-finish-edit-table-field)
5109         (org-link-unescape, org-link-escape)
5110         (org-string-width, org-table-clean-line, org-html-do-expand)
5111         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
5112         (org-read-agenda-file-list): New functions.
5113         (org-table-edit-field)
5114         (org-table-create-or-convert-from-region): New commands
5115         (org-table-toggle-vline-visibility): Command removed.
5116         (org-table-convert-region): Made a command.
5117         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
5118         Replace with the normal org- functions.
5119         (org-self-insert-command): Don't trigger realign unnecessarily
5120         when blanking a field that is not full.
5121         (org-mode): `Set buffer-invisibility-spec' for links.
5122         (org-activate-links2): Hide link part and only show descriptive
5123         part of the link.
5124         (org-insert-link): Modify for new linking system.
5125         (org-store-link): Store description separately, for use by
5126         `org-insert-link'.
5127         (org-table-align): Use `org-string-width'.
5128         (defgroup): Completely new group structure for custom variables.
5129         (org-agenda-files): Option: Single file name allowed.  Function:
5130         Optional argument unrestrited means ignore any restricitons.
5131         (org-install-agenda-files-menu): Find a buffer in Org-mode before
5132         trying to modify the menu.  Use generalized access to
5133         `org-agenda-files.'
5134         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
5135         (org-agenda-file-to-front, org-remove-file, org-diary)
5136         (org-tags-view, org-export-icalendar-all-agenda-files)
5137         (org-export-icalendar-combine-agenda-files): Use generalized
5138         access to `org-agenda-files'.
5139         (org-remember-handler): Correctly preserve heading if present.
5140         (org-table-insert-row, org-table-insert-hline): Deal with
5141         invisible characters.
5143 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
5145         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
5146         (vc-annotate-color-map): New 18 element constant
5147         value/saturation, rotating hue colormap, from red->blue.
5148         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
5149         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
5150         (vc-annotate): To avoid killing the required local variables,
5151         set them before the end of `with-output-to-temp-buffer', and
5152         after first switching to annotate-mode.
5153         (vc-annotate-warp-version): Add buffer argument in goto-line to
5154         ensure annotation, not source, is scrolled.
5156 2006-04-10  Bill Wohler  <wohler@newt.com>
5158         * custom.el (defcustom, custom-handle-keyword):
5159         Add :package-version keyword.
5160         (custom-add-package-version): New function.  Sets value of new
5161         property 'custom-package-version from :package-version keyword.
5162         (defcustom): Create Common Keywords section in docstring.
5163         (defface, defgroup): Replace definitions of a select few keywords
5164         with a reference to the Common Keywords in defcustom.
5165         (defcustom, defface, defgroup): Replace reference to Customization
5166         chapter in manual with hyperlink.
5168         * cus-edit.el (customize-package-emacs-version-alist):
5169         New variable.
5170         (customize-changed-options): Add check for custom-package-version.
5171         (customize-package-emacs-version): New function to look up Emacs
5172         version corresponding to the given package version.
5174         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
5175         defun name, in similar fashion to find-variable-regexp.
5177 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
5179         * international/mule-cmds.el (set-locale-environment): Fix last
5180         change for when the locale's preferences don't specify any encoding.
5182 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
5185         so the defined var/fun doesn't need to be quoted.
5187 2006-04-10  Richard Stallman  <rms@gnu.org>
5189         * finder.el (finder-mode-map): Add n and p bindings.
5191 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
5193         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
5194         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
5195         (gdb-setup-windows): Put something in source window if we can't find
5196         the source file.
5197         (gdb-frame-handler): Make it work again with just assembly.
5198         (gdb-data-list-register-values-handler): Make it work when there is
5199         no stack.
5201 2006-04-09  Richard Stallman  <rms@gnu.org>
5203         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
5204         specs while looking for charset.
5206         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
5208         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
5209         Make them faces.
5210         (lm-font-lock-keywords): Update appropriately.
5212 2006-04-10  Kim F. Storm  <storm@cua.dk>
5214         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
5215         it can also replace buffer-substring-no-properties.
5217         * emulation/cua-base.el (cua-delete-region, cua-paste)
5218         (cua-repeat-replace-region): Use filter-buffer-substring.
5220         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5221         (cua-cut-region-to-global-mark): Likewise.
5223         * emulation/cua-rect.el (cua--extract-rectangle)
5224         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
5226 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5228         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
5229         entry-type.  Add field delimiters to numerical fields if they are
5230         not present.
5232 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5234         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
5235         string-const to return value.
5236         (bibtex-remove-delimiters): Use it.
5238 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5240         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
5241         cl-byte-compile-compiler-macro unless it exists.
5243 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
5245         * files.el (hack-local-variables-confirm) <offer-save>:
5246         Clarify message text.  Suggested by Ralf Angeli.
5248 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
5250         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
5251         (delete-extract-rectangle-line): Use `filter-buffer-substring'
5252         instead of `buffer-substring' and `delete-region'.  (Most of the
5253         code actually copied from `kill-region'.)
5255 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
5257         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
5258         (rcirc-default-port): Rename from rcirc-port.
5259         (rcirc-default-nick): Rename from rcirc-nick.
5260         (rcirc-default-user-name): Rename from rcirc-user-name.
5261         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
5262         (rcirc-low-priority-flag): New variable.
5263         (rcirc-decode-coding-system): New defcustom.
5264         (rcirc-encode-coding-system): New defcustom.
5265         (rcirc-coding-system-alist): New defcustom.
5266         (rcirc-multiline-major-mode): New defcustom.
5267         (rcirc-nick): New internal variable.
5268         (rcirc-process): Remove variable.
5269         (rcirc-server-buffer): New variable.
5270         (rcirc): Update to use rcirc-default-* variables above.
5271         (rcirc-connect): Do not add window-configuration-hook-here.
5272         (rcirc-server): New internal variable.
5273         (rcirc-connect): Do not send keepalive pings if
5274         rcirc-keepalive-seconds is nil.
5275         (with-rcirc-server-buffer): New macro.
5276         (rcirc-send-string): Encode with rcirc-encode-coding-system.
5277         (rcirc-server-name): Rename from rcirc-server.
5278         (rcirc-buffer-process): New function.
5279         (rcirc-buffer-nick): New function.
5280         (rcirc-buffer-target): Remove function.
5281         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5282         New commands.
5283         (rcirc-mode-map): Change binding of C-c C-l to
5284         rcirc-toggle-low-priority.
5285         (rcirc-mode): Initialize coding system based on
5286         rcirc-coding-system-alist.  New change-major-mode-hook to part the
5287         channel on a mode change.  Make kill-buffer-hook buffer-local.
5288         (rcirc-change-major-mode-hook): New function.
5289         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
5290         (rcirc-last-post-time): New variable.
5291         (rcirc-process-message): Store the last time user posted a message
5292         to this target.
5293         (rcirc-multiline-minor-mode): New mode.
5294         (rcirc-multiline-minor-mode-map): New mode map.
5295         (rcirc-edit-multiline): Put multiline-edit buffer in
5296         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
5297         (rcirc-print): Ignore any line starting with an ignored nick.
5298         (rcirc-print): Decode using rcirc-decode-coding-system.
5299         (rcirc-track-minor-mode): Update global-mode-string when disabling
5300         this mode.
5301         (minor-mode-alist): Add LowPri indicator.
5302         (rcirc-toggle-low-priority): New function.
5303         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
5304         next lowpriority buffer with activity.
5305         (rcirc-record-activity): Sort buffers in rcirc-activity by the
5306         last time the user posted a message in to the target.
5307         (rcirc-update-activity-string): New formatting for low priority
5308         buffers.
5309         (rcirc-split-activity): New function.
5310         (rcirc-handler-PART, rcirc-handler-KICK)
5311         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5312         (rcirc-nick-away-alist): New variable.
5313         (rcirc-handler-301): New handler.  Away messages are printed once
5314         per change.
5316 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
5318         * info.el (Info-follow-nearest-node): Doc fix.
5320         * international/mule-cmds.el (set-locale-environment): Make sure
5321         the coding-system preferred by the locale's language has the same
5322         EOL conversion type as the original buffer-file-coding-system.
5323         (locale-language-names): Add a few MS Windows language codes.
5325 2006-04-07  Richard Stallman  <rms@gnu.org>
5327         * simple.el (eval-expression): Doc fix.
5329         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5330         (eval-defun): Doc fixes.
5332 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5334         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5336 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
5338         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5339         GDB list command without argument for greater generality.
5341 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5343         * subr.el (string-or-null-p): New function.
5345         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5347         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5349         * files.el: Update comment about safe-local-variable declarations.
5351 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
5353         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5354         See idlwave.org.
5356         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5357         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
5359         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5360         See idlwave.org.
5362         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5363         version 6.0 (minimal changes).  See idlwave.org.
5365         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5366         6.0 (minimal changes).  See idlwave.org.
5368         * progmodes/idlw-rinfo.el: File obsoleted and removed.
5370 2006-04-06  Romain Francoise  <romain@orebokech.com>
5372         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5373         symmetric encryption features and a new asynchronous interface to
5374         GnuPG.  This new version is version 1.4, plus whitespace changes.
5376 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5378         * files.el: Move some `safe-local-variable' declarations to the
5379         respective files.
5381         * textmodes/ispell.el (ispell-check-comments)
5382         (ispell-local-dictionary): Mark as safe.
5384         * abbrev.el (abbrev-mode): Mark as safe.
5386         * add-log.el (change-log-default-name): Mark as safe.
5388         * textmodes/reftex-vars.el (reftex-vref-is-default)
5389         (reftex-fref-is-default, reftex-level-indent)
5390         (reftex-guess-label-type): Mark as safe.
5392         * textmodes/fill.el (colon-double-space): Mark as safe.
5394         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5395         (sentence-end-double-space, sentence-end-without-period)
5396         (sentence-end-without-space, sentence-end, sentence-end-base)
5397         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5399 2006-04-06  Kim F. Storm  <storm@cua.dk>
5401         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5402         the :set-after list.
5403         (ido-downcase-unc-hosts): New user option.  Default on.
5404         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5405         when it is set, as regexps are now applied on the fly.
5406         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5407         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5408         on the fly, but only when ido-process-ignore-lists is set.
5409         Do case insensitive filtering if ido-downcase-unc-hosts is set.
5410         Only downcase names if ido-downcase-unc-hosts is set.
5412 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
5414         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5416         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5418 2006-04-05  Kim F. Storm  <storm@cua.dk>
5420         * ido.el (ido-mode): Set after ido-unc-hosts and
5421         ido-ignore-unc-host-regexps.
5422         (ido-save-history): Save ido-unc-hosts-cache.
5423         (ido-load-history): Load ido-unc-hosts-cache.
5424         (ido-reread-directory): Refresh unc hosts cache in // dir.
5426         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5427         to nil while displaying slash screen.
5429 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5431         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5432         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5434 2006-04-05  Kenichi Handa  <handa@m17n.org>
5436         * international/characters.el: Setup cases of Latin, Greek, and
5437         Cyrillic characters in CJK charsets.
5439 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5441         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5442         default-enable-multibyte-characters.  This reverts the change from
5443         revision 6.17 which is no longer necessary because the passphrase
5444         is sent separately now.  GnuPG messages are unreadable under
5445         multibyte locales with default-enable-multibyte-characters set to nil.
5447 2006-04-04  Andreas Schwab  <schwab@suse.de>
5449         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5450         and `byte-compile-warnings' as `safe-local-variable'.
5452 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
5454         * man.el (Man-mode-map): Restore the \r binding.
5455         (Man-abstract-xref-man-page): If Man-target-string is a function,
5456         call it.
5457         (Man-highlight-references): Use Man-default-man-entry to get the
5458         target.  Deal with xrefs too.
5459         (Man-highlight-references0): Don't call the target function.
5461         * woman.el (WoMan-xref-man-page): Strip the section number, woman
5462         cannot deal with it.
5464 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5466         * pgg-gpg.el: Clean up process buffers every time gpg processes
5467         complete.
5469 2006-04-04  Kenichi Handa  <handa@m17n.org>
5471         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5472         here.
5473         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5474         Temporarily bind inhibit-field-text-motion to t.
5476 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5478         * startup.el (normal-splash-screen): Only set mode-line-format in the
5479         splash buffer, so as not to interfere when debugging the code.
5480         Ignore errors when switching buffer.
5482 2006-04-03  Romain Francoise  <romain@orebokech.com>
5484         * dired.el (dired-dnd-protocol-alist): Fix typo.
5486 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5488         * savehist.el (savehist): Add :version.
5489         (savehist-ignored-variables): New variable.
5490         (savehist-minibuffer-hook): Don't save variables listed in
5491         `savehist-ignored-variables'.
5493         * dired.el (dired-dnd-protocol-alist): Mention that change does
5494         only apply to new buffers in doc string.
5496 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
5498         * recentf.el (recentf-open-files-item): Include newline in button
5499         field, so opening a file will work, when the point is at the end
5500         of the file name.  Allow, for example, to [i]search a file by
5501         extension and just push RET to open it.
5503 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5505         * pgg-gpg.el (pgg-gpg-process-filter)
5506         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5508         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5509         lines, temporary fix.
5511 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
5513         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5515 2006-04-02  Richard Stallman  <rms@gnu.org>
5517         * progmodes/compile.el (compilation-message-face): Make it defcustom.
5519 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
5521         * ibuf-macs.el (define-ibuffer-column): Add a new key:
5522         header-mouse-map.
5524         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5525         (ibuffer-mode-header-map): New keymaps.
5526         (ibuffer-update-title-and-summary): Enable mouse face highlighting
5527         and keybindings for column headers.
5528         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5529         property.
5531 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
5533         * speedbar.el (speedbar-after-create-hook): Doc fix.
5535 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
5537         * shell.el (shell-directory-tracker)
5538         (shell-dynamic-complete-command): Doc fixes.
5540 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
5542         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5543         terminals.
5545 2006-04-01  Kim F. Storm  <storm@cua.dk>
5547         * ido.el (ido-unc-hosts-cache): New defvar.
5548         (ido-unc-hosts): If value of defcustom is a function, call it to
5549         get list of UNC hosts.  Add function-item choices to specify
5550         ido-unc-hosts-net-view or user function.
5551         (ido-ignore-unc-host-regexps): New defcustom.
5552         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5553         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5554         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5556 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5558         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5559         wwidth.
5561 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
5563         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5564         (ido-max-work-file-list, ido-switch-buffer)
5565         (ido-read-file-name-as-directory-commands):
5566         Fix typos in docstrings.
5568 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5570         * term/mac-win.el (mac-system-coding-system): Define and use after
5571         Mac-specific coding systems are ready.
5573 2006-03-27  Romain Francoise  <romain@orebokech.com>
5575         * net/rcirc.el (rcirc-connect): Add autoload cookie.
5577         * ldefs-boot.el: Update.
5579 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5581         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5582         passphrases when it is not needed.
5583         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5584         passphrase stuff from gpg, should only be necessary when you use
5585         gpg with a smartcard.
5587 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
5589         * comint.el (comint-dynamic-list-completions): Allow user to
5590         select *Completions* buffer.
5592 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
5594         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5596 2006-03-26  Andreas Schwab  <schwab@suse.de>
5598         * progmodes/gud.el (gdb): Only complain about multiple debugging
5599         when the gdb process is still running.
5601 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
5603         * mail/rmail.el (tool-bar-map): Defvar it.
5604         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5605         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5607 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5609         * help.el (print-help-return-message): Suggest to use
5610         display-buffer instead of switch-to-buffer-other-window to restore
5611         the previous window without selecting it.
5613 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5615         * frame.el (select-frame-by-name): Call x-focus-frame also when
5616         window-system is mac.
5618         * term/mac-win.el: Adjust Courier font specifications in
5619         x-fixed-font-alist.
5620         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5621         when directly encoding to UTF-16 in native byte order, no BOM.
5623 2006-03-25  Kim F. Storm  <storm@cua.dk>
5625         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5626         (cua--init-keymaps): Use it instead of fixed C-return.
5627         (cua-mode): Set after it.
5629         * emulation/cua-rect.el (cua--init-rectangles):
5630         Use cua-rectangle-mark-key instead of fixed C-return.
5632 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
5634         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5635         "run" in .gdbinit.
5636         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5638 2006-03-24  Romain Francoise  <romain@orebokech.com>
5640         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5641         `display-buffer-other-frame'.
5643 2006-03-24  Kim F. Storm  <storm@cua.dk>
5645         * apropos.el (apropos-synonyms): Add selection => region.
5647 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
5649         * progmodes/gdb-ui.el (gdb-var-create-regexp)
5650         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5651         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5652         (gdb-data-list-register-values-regexp)
5653         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5654         Future proof against new fields being added to MI output.
5655         (gdb-send): Don't treat backslashes for program input as
5656         continuations.
5657         (gdb-assembler-handler): Don't use window-start for this handler.
5658         (gdb-frame-handler): Don't change to hollow arrow if overlay
5659         arrow doesn't move to new frame.
5661 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
5663         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5664         prevent compiler warnings.
5665         (gdb-stopped): Check for gud-last-last-frame (case: signal).
5666         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5667         (gdb-assembler-custom): Use hollow-right-triangle for assembler
5668         buffer too.
5670 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
5672         * pgg-gpg.el (pgg-gpg-update-agent): Check for
5673         make-network-process, so we can use the same code in Gnus v5-10
5674         too and have this file fully synchronized with that release.
5676 2006-03-23  Romain Francoise  <romain@orebokech.com>
5678         * ibuf-ext.el (ibuffer-read-filter-group-name):
5679         Use `ibuffer-generate-filter-groups' to make completion list match
5680         the filter groups that are really displayed in the Ibuffer buffer.
5681         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5683 2006-03-23  Kenichi Handa  <handa@m17n.org>
5685         * international/mule-cmds.el (sort-coding-systems): Describe that
5686         the argument is modified in docstring.
5688 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5690         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5691         (pgg-gpg-update-agent): New function.
5692         (pgg-gpg-use-agent-p): New function.
5693         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5694         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5695         (pgg-gpg-sign-region): Use it.
5697 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
5699         * cus-edit.el (custom-face-set): Call custom-push-theme before
5700         face-spec set so that `changed' theme is correctly saved.
5701         (custom-face-reset-standard): Reset to recalculated face rather
5702         than defface spec.
5704         * custom.el (custom-push-theme): Only save `changed' theme if the
5705         current face does not match the defface specs.
5707 2006-03-21  Simon Josefsson  <jas@extundo.com>
5709         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5710         <wilde@sha-bang.de>.
5711         (pgg-gpg-use-agent): New variable.
5712         (pgg-gpg-process-region): Use it.
5713         (pgg-gpg-encrypt-region): Likewise.
5714         (pgg-gpg-encrypt-symmetric-region): Likewise.
5715         (pgg-gpg-decrypt-region): Likewise.
5716         (pgg-gpg-sign-region): Likewise.
5717         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5719 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
5721         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5722         bracket links.
5724 2006-03-21  Kim F. Storm  <storm@cua.dk>
5726         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5727         fringe-indicator-alist instead of modifying global value.
5728         (gdb-frame-handler): Likewise.
5730 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5732         * diff-mode.el (diff-function): Make it inherit from diff-header
5733         instead of diff-context.
5735         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5736         bitmap.
5737         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5738         change names in macro above for consistency.
5739         (gdb-frame-handler): Use hollow-right-triangle for all selected
5740         frames which except the innermost (where execution has stopped).
5741         (gdb-reset): Reset buffer-local values of overlay-arrow.
5743 2006-03-20  Richard Stallman  <rms@gnu.org>
5745         * simple.el (set-mark-command): Doc fix.
5747         * files.el (display-buffer-other-frame): New command.
5748         (ctl-x-4-map): Bind C-x 5 C-o to it.
5750 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5752         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5753         rather than just defer-time, in case defer-time has been changed but
5754         the timer isn't running yet.
5755         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5757 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5759         * help-mode.el (help-follow-symbol): New function.
5760         Essentially identical to the old `help-follow', but do not let
5761         `push-button' do the work when on an xref.
5762         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5764 2006-03-19  Richard Stallman  <rms@gnu.org>
5766         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5767         preceded by the word `program'.
5768         (help-follow-mouse, help-follow): Throw error if not on xref.
5769         Delete no longer used args.
5771 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
5773         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5774         annotation ensure gud-overlay-arrow-position is redisplayed.
5776 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5778         * textmodes/bibtex.el (bibtex-include-OPTkey)
5779         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5780         (bibtex-autokey-name-case-convert)
5781         (bibtex-autokey-titleword-case-convert): Make these the aliases
5782         for the following two variables.
5783         (bibtex-autokey-name-case-convert-function)
5784         (bibtex-autokey-titleword-case-convert-function): Make these the
5785         real names.
5786         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5787         bibtex-font-lock-crossref sublists.
5788         (bibtex-mode): Revert 2005-12-30 change (which made
5789         completion-ignore-case buffer-local).
5790         (bibtex-url): Simplify.
5792 2006-03-19  Kim F. Storm  <storm@cua.dk>
5794         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5795         cursor property value to 2 (to align with C level change).
5797 2006-03-19  Bill Wohler  <wohler@newt.com>
5799         * image.el (image-load-path-for-library): Shorten first line in
5800         docstring.
5802 2006-03-18  Richard Stallman  <rms@gnu.org>
5804         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5806 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
5808         * isearch.el (isearch-other-meta-char): Handle user bindings for
5809         shifted control characters.
5811 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
5813         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5814         part that matches email addresses, file names, etc.
5816 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
5818         * term/w32-win.el (mouse-set-font):
5819         Mention w32-list-proportional-fonts in the doc string.
5821 2006-03-18  Kim F. Storm  <storm@cua.dk>
5823         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5824         (ido-unc-hosts): New user option to explicitly define list of know
5825         UNC-style hosts for completion.
5826         (ido-cache-unc-host-shares-time): New user option.
5827         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5828         New helper functions for UNC file-name support.
5829         (ido-may-cache-directory): Check for UNC host.  Simplify.
5830         (ido-wash-history): Clean out old UNC hosts.
5831         (ido-nonreadable-directory-p): UNC hosts are always readable.
5832         (ido-directory-too-big-p): UNC hosts are never too big.
5833         (ido-set-current-directory): Handle UNC root path.
5834         (ido-file-name-all-completions): Complete UNC host names from
5835         ido-unc-hosts list.  Cache UNC host shares.
5836         (ido-make-file-list-1): Don't filter UNC root.
5837         (ido-exhibit): Check for // in root directory, and switch to UNC
5838         mode by setting ido-current-directory to //.
5840 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
5842         * cus-edit.el (customize-changed-options): Mention explicit
5843         version number as default in prompt.
5845 2006-03-17  Bill Wohler  <wohler@newt.com>
5847         * image.el (image-load-path-for-library): Minor docstring fix.
5849 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
5851         * textmodes/org.el (org-read-date): Include subgroup 5 into
5852         replacement text.
5853         (org-popup-calendar-for-date-prompt): Fix customization type.
5855 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
5857         * progmodes/gdb-ui.el (gud-watch): Provide completion.
5858         (gdb-continuation): New variable.
5859         (gdb-send): Deal with continuation lines.
5861         * progmodes/gud.el (gud-gdb-complete-command)
5862         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5863         expressions.
5864         (gud-tooltip-mode): Use buffer-local value.
5866 2006-03-16  Kim F. Storm  <storm@cua.dk>
5868         * ido.el (ido-edit-input): Use selected match, if any.
5870 2006-03-16  Bill Wohler  <wohler@newt.com>
5872         * image.el (image-load-path-for-library): Prefer user's images in
5873         image-load-path.
5875 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
5877         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5878         when checking for attempt to drag leftmost or rightmost scrollbar.
5880 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
5882         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5883         (gdb-force-mode-line-update): New function.
5884         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5885         (gdb-exited): Use them.
5886         (gdb-signal): New function.
5887         (gdb-annotation-rules): Provide a rule for it.
5889 2006-03-16  Kenichi Handa  <handa@m17n.org>
5891         * international/mule.el (auto-coding-regexp-alist): Add entries
5892         for Unicode BOM.
5894         * sort.el (sort-build-lists): Temporarily bind
5895         inhibit-field-text-motion to t.
5897 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
5899         * locate.el (locate-command, locate-make-command-line)
5900         (locate-fcodes-file, locate-update-command)
5901         (locate-prompt-for-command, locate, locate-with-filter)
5902         (locate-get-file-positions): Doc fixes.
5903         (locate-buffer-name, locate-header-face): Remove leading `*' in
5904         defcustom.
5905         (locate-filter-output): Use `keep-lines' instead of its alias
5906         `delete-non-matching-lines'.
5907         (locate-get-filename, locate-get-dirname): Add introductory comment.
5908         (locate-find-directory-other-window): Give appropriate error
5909         message if used outside main listing.
5911 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5914         the new extend-region feature.
5915         (font-lock-after-change-function): Update correspondingly.
5916         * jit-lock.el (jit-lock-after-change): Update correspondingly.
5917         * progmodes/grep.el (font-lock-lines-before): Don't disable.
5919 2006-03-15  Bill Wohler  <wohler@newt.com>
5921         * image.el (image-load-path-for-library): Fix example by not
5922         recommending that one binds image-load-path.  Just defvar it to
5923         placate compiler and only use it if previously defined.
5925 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
5927         * textmodes/org.el (org-insert-centered): Use `string-width' to
5928         make underlining work for wide characters.
5929         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5930         TAB to `org-cycle', to make sure that no binding in
5931         `outline-mode-map' can supercede it.
5933 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
5935         * allout.el: Increment version to 2.2.1 in file commentary.
5937         (allout-version): Increment to 2.2.1.
5939         (allout-default-layout): New customization variable, used when the
5940         file lacks a specific allout-layout.  Uses allout-layout-type for
5941         recursively nested definition.
5943         (allout-layout-type): Widget defining allout layouts, necessary for
5944         self-recursive definition.
5946         (allout-mode): Incorporate allout-default-layout as fallback for
5947         allout-layout.
5949         (allout-layout): Mark as 'safe-local-variable', and refer mention
5950         fallback to `allout-default-layout' in absence of a specified value.
5951         (allout-passphrase-verifier-string)
5952         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5954         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5956         (allout-get-encryption-passphrase-verifier): Use correct name of
5957         passphrase verifier in docstring.
5959 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
5961         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5962         elements.
5963         (gdb-find-watch-expression): Make it work for arrays too.
5964         Follow change to gdb-var-list.
5965         (gud-watch): Allow the user to enter variable name with a prexix
5966         arg.  Create keybindings.
5967         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5968         (gdb-var-list-children-handler, gdb-var-update-handler)
5969         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5970         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5971         Follow change to gdb-var-list.
5972         (gdb-starting): Don't show the overlay arrows when program is running.
5974         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5975         gdb-var-list.
5977 2006-03-14  Bill Wohler  <wohler@newt.com>
5979         * image.el (image-load-path-for-library): Pass value of path
5980         rather than symbol.  Always return list of directories.
5981         Guarantee that image directory comes first.
5983 2006-03-14  Alan Mackenzie  <acm@muc.de>
5985         * font-core.el (font-lock-extend-region\(-function\)?.):
5986         New function/variable.
5988         * font-lock.el (font-lock-after-change-function):
5989         Call font-lock-extend-region.  Obey font-lock-lines-before.
5990         (font-lock-default-fontify-region): Remove reference to
5991         font-lock-lines-before.
5993         * jit-lock.el (jit-lock-after-change):
5994         Call font-lock-extend-region.  Obey font-lock-lines-before.
5996 2006-03-14  David Ponce  <david@dponce.com>
5998         * tree-widget.el (tree-widget-themes-load-path)
5999         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6001 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
6003         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
6004         (rcirc-print): Mark the start of text at the end of the prompt.
6005         (rcirc-track-minor-mode): Add autoload cookie.
6006         (rcirc-update-activity-string): Add space to front of mode-line
6007         indicator.
6009 2006-03-13  Miles Bader  <miles@gnu.org>
6011         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
6012         (rcirc-abbrev-nick): Remove function.
6013         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
6015 2006-03-13  David Ponce  <david@dponce.com>
6017         * tree-widget.el: Handle themes across all occurrences of the main
6018         themes sub-directory found in tree-widget-themes-load-path.
6019         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6020         (tree-widget--locate-sub-directory): Return all occurrences.
6021         (tree-widget-themes-path): New function.
6022         Replace tree-widget-themes-directory, and return a list of directories.
6023         (tree-widget-set-parent-theme)
6024         (tree-widget-lookup-image): Use it.
6026 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
6028         * textmodes/org.el (org-link-search): Avoid self-matching of
6029         links, allow target text to be distributed over several lines.
6030         (org-search-not-link): New function.
6031         (org-set-regexps-and-options, org-get-current-options):
6032         New startup options.
6033         (org-export-as-html): Take odd-level setting from local variable.
6034         (org-fontify-emphasized-text): New option.
6035         (org-set-font-lock-defaults): Include emphasized text.
6036         (org-follow-mhe-link): Allow folder-only links, fix folder name.
6037         (org-font-lock): Customize group renamed from `org-faces'.
6039 2006-03-13  John Paul Wallington  <jpw@pobox.com>
6041         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
6042         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
6044 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
6046         * cus-start.el (all): Delete :version keyword for members of the
6047         fringe group, since the entire group is new in 22.1.
6049 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
6051         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
6052         map if value is hexadecimal (an address).
6053         (gud-watch): Only search roots for existing watch expressions.
6054         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
6055         prevent caching problems with speedbar-update-directory-contents.
6057 2006-03-12  Juri Linkov  <juri@jurta.org>
6059         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
6060         before comparing with `low' and `warn'.
6062         * info.el (Info-dir-remove-duplicates): Move point to the
6063         beginning of the current line after deleting the entries from
6064         redundant heading.  Use marker for `limit' and compare it with
6065         point before calling `re-search-forward'.
6067 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6069         * simple.el (yank): Fix typo in docstring.
6071 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
6073         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
6074         messages, where "D" is the 6th character.
6076 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
6078         * simple.el (yank): Fix last change.
6080 2006-03-11  David Ponce  <david@dponce.com>
6082         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
6083         merging elements from the standard ispell-dictionary-alist.
6084         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6085         alist, and return the new alist.
6087 2006-03-11  Richard Stallman  <rms@gnu.org>
6089         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
6091         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
6092         the way it is implemented is too unclean.
6094         * simple.el (kill-region, yank): Doc fix.
6096         * battery.el (battery-echo-area-format): Doc fix.
6097         (battery-mode-line-format): Likewise.
6098         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
6099         (battery-linux-proc-acpi): Ignore batteries that say "charged".
6101 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
6103         * progmodes/octave-mod.el (octave-indent-for-comment):
6104         Behave according to do string.
6106 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
6108         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
6109         Be visible only if major mode is Mail Mode.
6111         * textmodes/flyspell.el (flyspell-external-point-words)
6112         (flyspell-process-localwords): Fix last changes.
6114 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
6116         * calendar/holidays.el (list-holidays): Doc fix.
6118         * international/mule.el (auto-coding-alist): Add .odt
6119         (OpenOffice's open document) files.
6121         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
6122         document) files.  Mention in the doc string the need to sync with
6123         auto-coding-alist.
6125 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
6127         * files.el (hack-local-variables-confirm): Don't prompt for ! if
6128         enable-local-variables is set to always query, or there is no
6129         savable variable.
6131 2006-03-10  Bill Wohler  <wohler@newt.com>
6133         * image.el (image-load-path-for-library): Merge at least three
6134         functions from Gnus and MH-E into this one function that can now
6135         be shared.
6137 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
6139         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
6140         gdb-remove-mouse-face and remove help-echo too.
6141         (gdb-enqueue-input): Correct conditional clause.
6143 2006-03-10  Glenn Morris  <rgm@gnu.org>
6145         * calendar/calendar.el (calendar-holidays): Doc fix.
6146         * calendar/holidays.el (list-holidays): Doc fix.
6148 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
6150         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
6151         it gets called in gdb-prompt anyway.
6152         (gdb-use-separate-io-buffer): Only restore window arrangement for
6153         gdb-many-windows.
6154         (gdb-enqueue-input): Make it harder to send GDB input when program
6155         is running.
6156         (gdb-buffer-list): New variable.
6157         (gdb-remove-mouse-face): New function.
6158         (gdb-starting): Use it when GDB input won't get sent.
6160 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
6162         * help.el (view-lossage): Remove trailing whitespace before
6163         inserting "\n".
6165 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
6167         * files.el (hack-local-variables-confirm):
6168         Set coding-system-for-read to nil before writing to .emacs.
6170         * arc-mode.el (archive-extract): Check if an existing buffer name
6171         comes from a different archive.
6173         * help.el (describe-key-briefly): If KEY is a down event, read and
6174         discard the up event.
6176 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
6178         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
6179         be edited and use font-lock-warning-face for any changes.
6181         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
6182         (gdb-edit-value): Use it to report any errors.
6184 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
6186         * help.el (describe-key): Remove leftover test code.
6188 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
6190         * textmodes/org.el: Move defvars out of eval-when-compile.
6191         Use buffer-file-name variable.
6192         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
6193         arg `file'.
6194         (org-level-faces): Remove startup dependency.
6195         (org-cycle, org-map-tree, org-scan-tags)
6196         (org-remember-handler): Don't call `outline-level' directly.
6197         (org-mhe-search-all-folders): New option.
6198         (org-mhe-get-message-folder-from-index)
6199         (org-mhe-get-message-folder): Fix indexing search.
6200         (org-format-agenda-item): Handle nil TAGS argument.
6201         (org-cleaned-string-for-export, org-activate-target-links)
6202         (org-make-target-link-regexp): Deal with empty radio target list.
6203         (org-tag): New face.
6204         (org-get-level-face): New function.
6205         (org-set-font-lock-defaults): Simplify setup for headlines.
6206         (org-complete): Pass common substring to `display-completion-list'.
6208 2006-03-06  David Ponce  <david@dponce.com>
6210         * tree-widget.el: Update Commentary header.
6211         (tree-widget-theme-name): Ignore parent themes.
6212         (tree-widget-set-parent-theme): New function.
6213         (tree-widget-set-theme): Use it.
6214         (tree-widget-set-image-properties): Move definition.  Does nothing
6215         if image properties have already been set.
6216         (tree-widget-image-properties): Move definition.  Receive an image
6217         name.  Set the :pointer property.
6218         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
6219         Don't set the :pointer image property.
6220         (tree-widget-convert-widget): New function.  Handle :dynargs
6221         compatibility here.
6222         (tree-widget): Use it to :convert-widget.  Add the :expander-p
6223         predicate to control when the :expander function is entered.
6224         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
6225         (tree-widget-value-create): Handle :expander-p.  widget-apply
6226         :expander.
6227         (tree-widget-expander-p): New function.  Default value of the
6228         :expander-p property.
6230 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
6232         * help.el (describe-key): Properly handle the return value of
6233         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
6234         remaps.  Handle string and vector `follow-link' values.
6236 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6238         * complete.el (PC-expand-many-files): Try be more careful when parsing
6239         the shell's output.
6241 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6243         * outline.el (hide-sublevels): Provide better interactive default.
6245 2006-03-06  Kenichi Handa  <handa@m17n.org>
6247         * international/fontset.el (create-fontset-from-fontset-spec):
6248         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
6250 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
6252         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
6253         backslashes instead of one in regexp.
6254         (gud-tooltip-dereference): Add missing optional argument.
6256 2006-03-04  John Paul Wallington  <jpw@pobox.com>
6258         * wdired.el (toplevel): Require `cl' at compile-time.
6260 2006-03-04  Andreas Schwab  <schwab@suse.de>
6262         * server.el (server-process-filter): Handle errors during
6263         evaluation of the argument.
6265 2006-03-03  John Paul Wallington  <jpw@pobox.com>
6267         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
6268         escape parentheses at beginning of line.
6269         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
6270         (t-mouse-mode): Remove period from end of error message.
6272 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
6274         * textmodes/flyspell.el (flyspell-process-localwords):
6275         Be case-sensitive.
6277 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
6279         * cus-edit.el (custom-quote): Remove function, since it has been
6280         moved to custom.el.
6282         * font-lock.el (lisp-font-lock-keywords-2)
6283         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
6284         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
6285         they have no special meaning.
6287         * midnight.el (clean-buffer-list): Handle case where base-buffer of
6288         indirect buffer gets killed before indirect buffer.  Use dolist.
6290 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
6292         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
6293         value instead of a literal constant (1) on more pauses.
6295 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6297         * textmodes/flyspell.el (flyspell-external-point-words):
6298         Be case-sensitive.
6300 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
6302         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
6303         with "www".
6305 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
6307         * allout.el: Restablish intermediate missing comment header to
6308         preserve outline structure.
6309         (allout-beginning-of-current-entry): Skip invisible text.
6310         (allout-open-topic): Fix opening a topic at end-of-buffer.
6311         (allout-minor-mode): Move nearer to allout-mode function.
6313 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
6315         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6317 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
6319         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6320         is nil.
6322         * progmodes/gud.el (gud-speedbar-menu-items):
6323         Use buffer-local-value and add missing :visible keyword.
6325         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6327 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
6329         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6330         must be `follow-link'.
6332         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6334         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6335         formatting: No nested anchors.
6336         (org-all-targets): Fix bug with XEmacs compatibility.
6337         (org-read-date): Add (require 'parse-time).
6338         (org-set-tags): Fix bug with extra inserted space.
6339         (org-export-html-style): Define a style class for targets.
6340         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6341         (org-hide-leading-stars): New option.
6342         (org-hide): New face.
6343         (org-set-font-lock-defaults): Allow to hide leading stars.
6344         (org-get-legal-level, org-tr-level): New functions.
6345         (org-odd-levels-only): New option.
6346         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6347         (org-demote, org-promote): Deal with double-star levels.
6348         (org-convert-to-odd-levels): New command.
6350 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
6352         * speedbar.el (speedbar-update-localized-contents): Try to
6353         preserve window-start.
6354         (speedbar-update-directory-contents): Try to preserve window-start
6355         and window-point.
6356         (speedbar-update-special-contents): Don't move back to start of window.
6358         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6359         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
6360         speedbar-timer-fn.
6361         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6362         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6363         instead of gdb-speedbar-timer-fn.
6365 2006-02-28  Jay Belanger  <belanger@truman.edu>
6367         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6368         (math-compose-expr): Use latex option when calling
6369         `math-compose-tex-matrix' for latex mode.
6371 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
6373         * speedbar.el: Re-instate comments about developing for speedbar
6374         [this is what info and gdb-ui use even if better methods exist now].
6376         * t-mouse.el: New file.
6377         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
6378         (t-mouse-lispy-buffer-posn-from-coords): Remove.
6379         (t-mouse-make-event-element): Use posn-at-x-y instead.
6380         (t-mouse-make-event): Deal with Fedora Core 3.
6381         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6382         (t-mouse-mouse-position-function): New function.  Use it instead
6383         of advising mouse-position.
6384         (t-mouse-mode): New minor mode.
6385         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
6387 2006-02-27  Glenn Morris  <rgm@gnu.org>
6389         * calendar/calendar.el (calendar-holidays): Doc fix.
6391 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
6393         * progmodes/gdb-ui.el (gdb-source-window): New variable.
6394         Re-introduce the concept of a source window.
6395         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6396         consistency with get-buffer-create.
6397         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6398         (gdb-data-list-register-values-handler)
6399         (gdb-stack-list-locals-handler): Try to preserve window-start as
6400         well as window-point.
6401         (gdb-display-source-buffer): New function (old concept).
6402         (gdb-goto-breakpoint): Use it.
6404         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6405         for gdb-ui/gdb-mi (old concept).
6407 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
6409         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6410         binding.
6412         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6414         * textmodes/reftex-sel.el (reftex-select-label-map)
6415         (reftex-select-bib-map): Add `follow-mouse' binding.
6417 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
6419         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6420         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6421         Give :set functions to provide automatic updating.
6422         Update docstring.  Give compiler defvars early in the file
6423         and move the defcustoms to a later spot where all called functions
6424         are defined.
6425         (jka-compr-file-name-handler-entry): Doc fix.
6426         (jka-compr-compression-info-list--internal)
6427         (jka-compr-mode-alist-additions--internal)
6428         (jka-compr-load-suffixes--internal): New variables.
6429         (jka-compr-install): Set the three above variables.
6430         Update `load-file-rep-suffixes' instead of `load-suffixes'.
6431         (jka-compr-update, jka-compr-set): New functions.
6432         (auto-compression-mode): Doc fix.
6434         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6435         Update `load-file-rep-suffixes' instead of `load-suffixes'.
6436         Use jka-compr-compression-info-list--internal,
6437         jka-compr-mode-alist-additions--internal and
6438         jka-compr-load-suffixes--internal.
6440         * files.el (load-library):
6441         * loadhist.el (file-loadhist-lookup):
6442         * startup.el (command-line):
6443         * subr.el (locate-library):
6444         * emacs-lisp/autoload.el (update-directory-autoloads):
6445         * emacs-lisp/find-func.el (find-library-suffixes):
6446         Use `get-load-suffixes' instead of `load-suffixes'.
6448         * subr.el (locate-library):
6449         * emacs-lisp/find-func.el (find-library-name):
6450         Use `load-file-rep-suffixes' instead of '("").
6452 2006-02-26  Kim F. Storm  <storm@cua.dk>
6454         * ido.el (ido-save-history, ido-load-history): Simplify.
6455         Don't use find-file-noselect to avoid interference from other modes.
6457 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
6459         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6460         to use the default shell if filename is not available.
6461         Reported by Giorgos Keramidas.
6463 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
6465         * progmodes/etags.el (tags-completion-table): Do completion from
6466         all the tables in the current list, as documented in the manual.
6468 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6470         * CC Mode Update to 5.31.3.
6472 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6474         * progmodes/cc-mode.el (c-postprocess-file-styles):
6475         Bind inhibit-read-only to t, around the call to
6476         c-remove-any-local-eval-or-mode-variables, so that it works on a
6477         RO file.
6479 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6481         * progmodes/cc-awk.el: Correct a typo.
6483 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6485         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6486         c-hungry-delete-backwards, at the request of RMS.  Leave the old
6487         name as an alias.
6489 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6491         * progmodes/cc-mode.el: Correct a typo.
6493 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6495         * progmodes/cc-defs.el: Update the version number to 5.31.3.
6497 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6499         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6500         brace-else-brace (error due to mbeg, mend being undefined).
6502 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6504         * progmodes/cc-mode.el: File Local variables: Solve the problem
6505         where both `mode' and c-file-offsets are specified: `mode' will
6506         overwrite c-f-o's settings:
6507         (c-remove-any-local-eval-or-mode-variables): New function.
6508         (c-postprocess-file-styles): Call the above new function, within
6509         c-tentative-buffer-change, to splat `mode' and `eval' before the
6510         second hack-local-variables.
6512 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6514         * progmodes/cc-mode.el:
6515         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6516         (c-after-change): Protect the match data with save-match-data.
6517         It was getting corrupted by c-after-change-check-<>-operators.
6519         * cc-defs.el: [Supersedes patch V1.38]:
6520         (top level): Check for a buggy font-lock-compile-keywords ONLY in
6521         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
6523         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6524         with save-match-data.  It was being corrupted when Font Lock was
6525         not enabled.
6527 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6529         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6530         Mode and Subword Mode.
6532         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6533         real labels ("case 1:" or "foo:") from non-labels ("public:").
6534         (c-forward-objc-directive): Replace c-forward-token-2 with crude
6535         coding; c-f-t-2 doesn't move over a token at EOB.
6537         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6539         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6540         (c-update-modeline): Concatenate the minor mode indicators
6541         directly onto mode-name, removing c-submode-indicators.
6542         Sometimes, c-s-i got separated from the mode name on the mode line.
6544         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6545         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6547 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6549         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6550         error message when there's an evaluation error to show whether
6551         it's loaded from source or not.
6552         (c-filter-ops): Make it available at runtime too to work when
6553         `c-make-init-lang-vars-fun' needs to evaluate from source.
6555 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
6557         * help.el (help): Revert last part of 2006-02-23 change (deletion
6558         of the `provide' call).
6560 2006-02-23  Juri Linkov  <juri@jurta.org>
6562         * compare-w.el (compare-windows-highlight): Add new value
6563         `persistent' and change :type from `boolean' to `choice'.
6564         (compare-windows-overlays1, compare-windows-overlays2):
6565         New internal variables.
6566         (compare-windows-highlight): If compare-windows-highlight is
6567         `persistent', add current overlays to compare-windows-overlays[12]
6568         instead of adding compare-windows-dehighlight to pre-command-hook.
6569         (compare-windows-dehighlight): Delete all overlays from
6570         compare-windows-overlays[12].
6572         * info.el (Info-search): Don't bind search-spaces-regexp to
6573         Info-search-whitespace-regexp in non-regexp isearch mode.
6575 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6577         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6579 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
6581         * textmodes/org.el (org-xemacs-p)
6582         (org-export-html-show-new-buffer, org-table-may-need-update)
6583         (org-insert-item, org-mhe-get-message-real-folder)
6584         (org-mhe-get-message-folder-from-index)
6585         (org-mhe-get-message-folder, org-mhe-get-message-num)
6586         (org-mhe-get-header, org-make-org-heading-search-string)
6587         (org-make-org-heading-camel, org-table-sort-lines)
6588         (org-format-org-table-html, org-format-table-table-html):
6589         Fix typos in docstrings.
6591 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
6593         * textmodes/org.el (org-cleaned-string-for-export)
6594         (org-solidify-link-text): New function.
6595         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6596         XEmacs, just to silence the compiler.
6597         (org-export-as-ascii, org-export-as-html-and-open):
6598         Use `org-cleaned-string-for-export' and create internal links.
6599         (org-follow-mhe-link): Require mh-e, use folder.
6601 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
6603         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6605         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6606         gdb-debug-log-length.
6607         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
6608         it a real ring but...
6609         (gud-gdba-marker-filter): ...make it work like mark-ring.
6610         (gdb-enable-debug): Rename from gdb-enable-debug-log.
6611         (gdb-mouse-jump): New function.  Add bindings.
6613 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
6615         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6616         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6617         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6618         (gdb-debug-log-length): Customize it's length.
6619         (gud-watch, gdb-var-create-handler): Display function::var format
6620         but don't use to create variable object.
6621         (gdb-var-create-handler): Use message-box in place of message.
6622         (gdb-stopped): Call gdb-exited if signalled.
6624 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
6626         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6628         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6630         * textmodes/reftex.el (reftex-locate-file): Search all extensions
6631         if `reftex-try-all-extensions' is set.
6633         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6634         fail silently when there is no valid argument at point.
6635         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6636         `fail-silently' argument.  From a patch by David Reiter.
6638         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6639         New commands.
6640         (org-mark-ring): New variable.
6641         (org-mark-ring-length): New option.
6642         (org-open-at-point, org-goto, org-open-file): Push old position
6643         onto the mark ring.
6644         (org-add-hook): New function.
6645         (org-export-table-remove-special-lines): New option.
6646         (org-skip-comments, org-format-org-table-html): Respect new
6647         option `org-export-table-remove-special-lines'.
6648         (org-open-file): Allow special command configuration for
6649         directory link.
6650         (org-file-apps): Fix bugs in customize type, added setting
6651         for directories.
6652         (org-activate-tags, org-format-agenda-item, org-complete)
6653         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6654         (org-get-tags, org-get-buffer-tags, org-open-at-point)
6655         (org-link-search, org-make-org-heading-search-string)
6656         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6657         (org-radio-targets, org-file-link-context-use-camel-case)
6658         (org-activate-camels): New options.
6659         (org-update-radio-target-regexp, org-all-targets)
6660         (org-make-target-link-regexp, org-activate-target-links):
6661         New functions.
6662         (org-make-org-heading-search-string): New function.
6663         (org-store-link, org-insert-link): Use new option
6664         `org-file-link-context-use-camel-case'.
6665         (org-activate-camels): Use new option `org-activate-camels'.
6666         (org-link-regexp): Add mhe prefix.
6667         (org-open-at-point, org-store-link): Support for mhe links.
6668         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6669         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6670         (org-mhe-get-header, org-follow-mhe-link): New functions.
6671         (org-remove-angle-brackets, org-add-angle-brackets):
6672         New functions.
6673         (org-bracket-link-regexp): New constant.
6674         (org-read-date): Fix bug that was rejecting all typed dates.
6675         (org-link-search): Make hierarchy above visible after a match.
6676         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6677         (org-store-link): Fix bug with link creation when cursor is in
6678         an empty line.
6679         (org-open-at-point): Fix bug with matching a link.
6680         Fixed buggy argument sequence in call to `org-view-tags'.
6681         (org-compile-prefix-format): Set `org-prefix-has-tag'.
6682         (org-prefix-has-tag): New variable.
6683         (org-format-agenda-item): Remove tags from headline
6684         if appropriate.
6685         (org-agenda-remove-tags-when-in-prefix): New option.
6687 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
6689         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6690         Fix the regular expressions.
6692 2006-02-21  Richard M. Stallman  <rms@gnu.org>
6694         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6695         if there's no other specific basis.
6697         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6698         as variables at all.
6699         (unsafep-variable): Rename arg; doc fix.
6701         * abbrevlist.el (list-one-abbrev-table): Add autoload.
6703         * calendar/appt.el (diary-selective-display): Add defvar.
6705         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6707         * isearch.el (search-whitespace-regexp): Fix custom type.
6709         * help.el (describe-key-briefly): Compute interactive args
6710         in same was as before previous change.
6712         * files.el (enable-local-variables): Doc fix.
6714 2006-02-21  Kim F. Storm  <storm@cua.dk>
6716         * fringe.el: Cleanup as file is now pre-loaded.
6717         (fringe-bitmaps): Initialize unconditionally.
6718         (fringe-mode, set-fringe-style): Remove autoload cookies.
6720 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6722         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6723         `horizontal-bar'.
6724         (fringe-cursor-alist): Use `horizontal-bar'.
6726 2006-02-20  Kim F. Storm  <storm@cua.dk>
6728         * fringe.el (fringe-bitmaps): Update to new bitmap names.
6729         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6731         * loadup.el: Load "fringe" on window systems.
6733 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
6735         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6736         out of scope components.
6738         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6739         default.
6741 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
6743         * custom.el (customize-mark-to-save, customize-mark-as-set):
6744         Load the symbol first.
6746 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6748         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6749         strech spec so it doesn't display as "^J" on the header line
6750         when `Buffer-menu-use-header-line' is t.
6752 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
6754         * speedbar.el (speedbar-make-button): Keep text properties
6755         of string arguments if desired.
6757         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6758         expessions.
6760         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6761         of speedbar.
6763 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
6765         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6766         to value of `read-file-name-completion-ignore-case'.
6768 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
6770         * custom.el (customize-mark-as-set): Push to `user' theme.
6772         * cus-edit.el (custom-save-variables): Allow unthemed values.
6773         (customize-set-variable): Push setting to `user' theme.
6775 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6777         * progmodes/gud.el: Don't require font-lock as it's now
6778         automatically loaded.
6779         (gud-speedbar-buttons): Replace gdb-var-changed with
6780         gdb-force-update.
6782         * progmodes/gdb-ui.el (gdb-force-update): Rename from
6783         gdb-var-changed.
6784         (gdb-post-prompt): Use it.
6785         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6786         (gdb-var-update-handler, gdb-var-delete)
6787         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6788         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6789         gdb-force-update in gdb-post-prompt.
6790         (gdb-reset): Clear watch expressions from speedbar when quitting.
6792 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6794         * viper-cmd.el (viper-insert-state-post-command-sentinel)
6795         (viper-change-state-to-vi, viper-change-state-to-emacs):
6796         Make aware of cursor coloring in the Emacs state.
6797         (viper-special-read-and-insert-char): Use read-char-exclusive.
6798         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6800         * viper-init.el (viper-emacs-state-cursor-color): New variable.
6802         * viper-util.el (viper-save-cursor-color)
6803         (viper-get-saved-cursor-color-in-replace-mode)
6804         (viper-get-saved-cursor-color-in-insert-mode)
6805         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6806         state.
6807         (viper-get-saved-cursor-color-in-emacs-mode): New function.
6809         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6810         (ediff-ignore-case-option3, ediff-actual-diff-options)
6811         (ediff-actual-diff3-options): New variables to control case sensitivity.
6812         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6813         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6814         (ediff-toggle-ignore-case): New function.
6815         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6817         * ediff-help.el (ediff-long-help-message-narrow2)
6818         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6819         (ediff-long-help-message-word-mode): Add ignore-case command.
6820         (ediff-help-for-quick-help): Add ignore-case command.
6822         * ediff-merg.el: Move provide to the end.
6824         * ediff-ptch.el: Move provide to the end.
6826         * ediff-wind.el: Move provide to the end.
6828         * ediff-mult.el: Move provide to the end.
6829         (ediff-set-meta-overlay): Enable follow-link.
6831         * ediff.el: Move provide to the end.
6832         Break recursive load cycle in eval-when-compile.
6833         (ediff-patch-buffer): Better heuristics.
6835         * ediff-util.el: Move provide to the end.
6836         Break recursive load cycle in eval-when-compile.
6837         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
6838         defuns.
6839         (ediff-submit-report): Pass the values of ediff-diff3-program,
6840         ediff-diff3-options.
6842 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
6844         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6845         the opening bracket of the following bracketing pairs: {}, [], (), <>,
6846         `' (for example, in the docstring of `windmove-default-keybindings').
6848 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6850         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6851         shadow face.  Don't provide binding to edit variable when it is
6852         out of scope.
6854         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6855         (gdb-var-update-handler): Detect out of scope variables with pre
6856         GDB 6.4 too.
6857         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6858         Reset status of variable objects to nil in update handlers.
6859         (gdb-var-update-handler-1): Detect when a variable object comes
6860         in scope.  setcar on var changes gdb-var-list directly.
6862 2006-02-17  Juri Linkov  <juri@jurta.org>
6864         * ffap.el (ffap) <defface>: Add explicit face declaration.
6865         (ffap-highlight): Use face `ffap' directly instead of checking
6866         for its existence.
6868         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6869         `visible-ok' of `other-buffer' to find the right original buffer.
6871         * info.el (Info-search): Skip `Local Variables' node.
6873 2006-02-17  Juri Linkov  <juri@jurta.org>
6875         * info.el (Info-find-file): Check for symbols `apropos', `history',
6876         `toc' in the input filename, and return these symbols as is.
6877         (Info-find-node-2): Set Info-current-file to symbols `apropos',
6878         `history', `toc' instead of strings.
6879         (Info-set-mode-line): For non-string Info-current-file use the
6880         symbol's name inside **.
6881         (Info-isearch-push-state): Add quote before Info-current-file and
6882         Info-current-node.
6883         (Info-isearch-pop-state): Use `equal' instead of `string='.
6884         (Info-extract-pointer, Info-following-node-name): Use
6885         `match-string-no-properties' instead of `match-string'.
6886         (Info-up): Check `old-file' for `stringp'.
6887         (Info-history): Use `equal' instead of `string-equal'.
6888         Check `file' for `stringp'.
6889         (Info-history): Use symbol `history' instead of string as first arg
6890         of `Info-find-node'.
6891         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
6892         `toc' instead of string.
6893         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6894         instead of `buffer-substring', and `match-string-no-properties'
6895         instead of `match-string'.
6896         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6897         instead of strings.
6898         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6899         Use symbol `apropos' instead of string.
6900         (Info-copy-current-node-name): Check `Info-current-file' for
6901         `stringp' and construct a command with `Info-find-node' from it.
6902         (Info-fontify-node): Use `match-string-no-properties' instead of
6903         `match-string' and check file names for `stringp'.
6904         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6905         `history', `toc' instead of strings.
6907 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
6909         * files.el: Rearrange functions and variables in the file local
6910         variables section.
6912 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
6914         * files.el: Add truncate-lines, ispell-check-comments and
6915         ispell-local-dictionary as safe local variables.
6917 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6919         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6920         out of scope variables.
6921         (gud-speedbar-buttons): Use unless.
6923         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6924         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6925         (gdb-show-changed-values): Also use for out of scope variables.
6926         (gdb-var-update-handler-1): Note if variable goes out of scope.
6928 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
6930         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6931         default to global variable values for unsupplied args.
6932         (rcirc-get-buffer-create): Fix bug with setting the target.
6933         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6934         test for rcirc-always-use-server-buffer-flag here.
6935         (rcirc-response-formats): Add %N, which is a facified nick.  %n
6936         uses the default face.  Change the ACTION format string.  If the
6937         "nick" is the server, don't print anything for that field.
6938         Comment fixes.
6939         (rcirc-target-buffer): Don't test
6940         rcirc-always-use-server-buffer-flag here.
6941         (rcirc-print): Squeeze extra spaces out of the text before message.
6942         (rcirc-put-nick-channel): Strip potential "@" char from nick
6943         before adding them to nick table.
6944         (rcirc-url-regexp): Improve to match address like "foo.com".
6946 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6948         * allout.el (allout-hidden-p): Move this defsubst before
6949         allout-overlay-interior-modification-handler, where it is first
6950         used.
6952 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
6954         * allout.el: Use allout invisible-text overlays instead of
6955         selective display for concealed text.  Also, lots of general
6956         cleanup, and improved compatibility code.
6958         (allout-version) Incremented, corrected, revised, and refined
6959         module commentary.
6961         (provide 'allout): Moved to the bottom, added a require of overlay.
6963         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6964         `except-current'.
6965         (allout-write-file-hook-handler): Minimize delay.
6966         (count-trailing-whitespace-region): New function so
6967         auto-encryption of current topic can resituate cursor exactly.
6968         PGP/GPG encryption trims trailing whitespace from lines, which
6969         must be accounted for across encryption then decryption.
6971         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6972         just plain "\C-c", to avoid intruding on user's keybinding space.
6974         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6975         parameter, so user request to provide a new password is done.
6977         (allout-outside-normal-auto-fill-function, allout-auto-fill):
6978         Refined mechanism for auto-filling behavior while in allout mode.
6980         (allout-mode): Explicitly specify the mode map in the docstring.
6981         Clarify provision for various write-file hook var names.
6982         Adjusted for invisible-text overlays instead of selective-display.
6984         (allout-depth): Really return 0 if not within any topic.  This
6985         rectifies `allout-beginning-of-level' and sequence numbering
6986         errors that occur when cutting and pasting numbered topics.
6987         Changed from a in-line subst to a regular function, as well.
6989         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6991         (allout-end-of-subtree, allout-end-of-subtree)
6992         (allout-end-of-entry, allout-end-of-current-heading)
6993         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6994         (allout-show-children, allout-show-to-offshoot)
6995         (allout-hide-current-entry, allout-show-current-entry): Rectified
6996         handling of trailing blank lines between items.
6998         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6999         (allout-current-depth, allout-unprotected, allout-hidden-p)
7000         (allout-on-current-heading-p, allout-listify-exposed)
7001         (allout-chart-subtree, allout-goto-prefix)
7002         (allout-back-to-current-heading, allout-get-body-text)
7003         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
7004         (allout-hide-region-body, allout-toggle-subtree-encryption)
7005         (allout-encrypt-string, allout-encrypted-key-info)
7006         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
7007         (allout-file-vars-section-data): Adjusted for use with
7008         invisible-text overlays instead of selective-display.
7010         (allout-kill-line, allout-kill-topic, allout-yank-processing):
7011         Reworked for use with invisible text overlays.
7013         (allout-current-topic-collapsed-p): New function.
7015         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
7016         to know when to close the containing topic.
7018         (allout-pre-command-business, allout-post-command-business):
7019         Simplify undo-batching and dynamic isearch exposure.
7021         (allout-set-overlay-category): New for invisible-text overlays.
7022         Sets properties of allout-overlay-category, used by
7023         allout-flag-region to set invisible-text overlay properties.
7024         (allout-get-invisibility-overlay): Get the first qualifying
7025         invisibility overlay, so we can find the extent of it.
7026         (allout-back-to-visible-text): Get to just before the beginnining
7027         of the current invisibility overlay, if any.
7029         (allout-overlay-insert-in-front-handler)
7030         (allout-overlay-interior-modification-handler)
7031         (allout-before-change-handler, allout-isearch-end-handler): New
7032         functions to handle extraordinary actions affecting concealed
7033         text.
7035         (allout-flag-region): Use overlays instead of selective-display
7036         for invisible text - by inheritence from the properties of
7037         allout-overlay-category in mainline Emacs, and applied
7038         property-by-property in XEmacs, some recent versions of which
7039         don't inherit the properties from the category.  Provisions to
7040         respond to concealed-text edits simplified drastically.
7042         (allout-isearch-rectification, allout-isearch-was-font-lock)
7043         (allout-isearch-expose, allout-enwrap-isearch)
7044         (allout-isearch-abort, allout-pre-was-isearching)
7045         (allout-isearch-prior-pos, allout-isearch-did-quit)
7046         (allout-isearch-dynamic-expose)
7047         (allout-hide-current-entry-completely): Functions deleted.
7049         (allout-undo-aggregation): Explicit undo aggregation no longer
7050         necessary due to transition away from selective-display.
7052         (set-allout-regexp, allout-up-current-level)
7053         (allout-next-visible-heading, allout-forward-current-level)
7054         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
7055         (allout-kill-line, allout-yank-processing, allout-show-children)
7056         (allout-expose-topic, allout-old-expose-topic)
7057         (allout-listify-exposed, allout-insert-latex-header)
7058         (allout-toggle-subtree-encryption, allout-encrypt-string)
7059         (remove-from-invisibility-spec, allout-hide-current-subtree):
7060         Ditched unused variables.
7062 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
7064         * textmodes/ispell.el (ispell-change-dictionary): Call
7065         ispell-buffer-local-dict instead of
7066         ispell-accept-buffer-local-defs.
7067         (ispell-local-dictionary-alist): Accept as valid any coding-system
7068         supported by Emacs.
7069         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
7070         changed to iso-8859-3.
7072 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
7074         * speedbar.el (speedbar-frame-width): Make an inline function
7075         instead of a macro.  Use frame-width.
7076         (speedbar-try-completion, speedbar-update-contents)
7077         (speedbar-timer-fn): Use consp.
7078         (speedbar-update-localized-contents): Try to preserve point.
7080         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
7081         (menu): Re-order menu items.
7082         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
7083         field.
7084         (gdb-var-update-handler-1): Use it for GDB 6.4+.
7085         (gdb-post-prompt): Speed things by not forcing update.
7087 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
7089         * wid-edit.el (widget-button-click): For mouse-1, cancel button
7090         press and perform default action if we get a mouse movement event.
7092 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7094         * calendar/icalendar.el (icalendar--get-event-property)
7095         (icalendar--get-event-property-attributes): Fix typos in
7096         docstrings.
7098         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
7099         docstring.
7101 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
7103         * bs.el (bs-mode): Use `buffer-disable-undo'.
7104         (bs--get-file-name): Simplify.
7105         (bs-show-in-buffer): Mark the buffer as not modified.
7107 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7109         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
7110         widget-button-click.
7112         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
7113         (custom-mode): Update docstring.
7115         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
7116         binding.
7118         * files.el (hack-local-variables-confirm): Allow scrolling if the
7119         file variable list is too long.  Kill temp buffer after use.
7121 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
7123         * progmodes/gud.el (gdb): Improve doc string.
7124         (gdb-script-font-lock-keywords): Expand allowed character set.
7126         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
7127         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
7128         (gdb-separate-io-interrupt, gdb-separate-io-quit)
7129         (gdb-separate-io-stop, gdb-separate-io-eof):
7130         Rename from gdb-inferior-* to gdb-separate-*.
7131         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
7133 2006-02-14  Jay Belanger  <belanger@truman.edu>
7135         * calc/calc-arith.el (math-check-known-scalarp): Make sure
7136         expression is a symbol before checking that it is bound.
7138         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
7139         test to see if equation can be solved.
7141 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7143         * wid-edit.el (widget-button-click): Use :pressed-face property
7144         for overlay face, if it exists.
7146         * cus-edit.el (custom-manual, custom-add-see-also)
7147         (custom-add-parent-links, custom-group-link): Add :pressed-face
7148         property to links.
7150         * files.el (hack-local-variables): Remove ignored variables before
7151         checking if any variables need setting.
7153 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7155         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
7157 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
7159         * help.el (where-is): Fix message for remapped commands.
7161         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
7162         Fix typos in docstrings.
7164 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
7166         * files.el (safe-local-variable-values): New option.
7167         (hack-local-variables-prop-line): Return a list of variable-value
7168         pairs if MODE-ONLY is non-nil.
7169         (hack-local-variables): Construct list of variable-value pairs,
7170         and apply or reject them in one go.  Ask for confirmation if
7171         variables are not known safe.
7172         (hack-local-variables-confirm): Complete rewrite.  Support
7173         `safe-local-variable-values'.
7174         (enable-local-variables): Update docstring to reflect new
7175         behavior.
7176         (ignored-local-variables): Ignore ignored-local-variables and
7177         safe-local-variable-values.
7178         (safe-local-variable-p): New function.
7179         (risky-local-variable-p): `safe-local-variable' property check
7180         moved to safe-local-variable-p.
7181         (hack-one-local-variable): Checks moved to hack-local-variables.
7183         (byte-compile-dynamic, c-basic-offset, c-file-style)
7184         (c-indent-level, comment-column, fill-column, fill-prefix)
7185         (indent-tabs-mode, kept-new-versions, no-byte-compile)
7186         (no-update-autoloads, outline-regexp, page-delimiter)
7187         (paragraph-start, paragraph-separate, sentence-end)
7188         (sentence-end-double-space tab-width, version-control):
7189         Add `safe-local-variable' property.
7191         * find-lisp.el: Delete nonexistent `autocompile' file variable.
7193         * icomplete.el, play/landmark.el: Change nonexistent
7194         `outline-layout' file variable to `allout-layout'.
7196 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
7198         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
7199         (gdb-get-changed-registers): Test value of gud-minor-mode relative
7200         to gud-comint-buffer.
7201         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
7202         gdb-ui.el for gdb-mi.el.
7203         (gdb-post-prompt, gdb-get-changed-registers): Move test for
7204         registers buffer to gdb-get-changed-registers.
7205         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
7206         deletion of catchpoints (throw and catch).
7207         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7208         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
7209         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
7210         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
7211         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
7213 2006-02-13  Jay Belanger  <belanger@truman.edu>
7215         * calc/calc-arith.el (math-check-known-matrixp): Make sure
7216         expression is a symbol before checking that it is bound.
7218 2006-02-13  Richard M. Stallman  <rms@gnu.org>
7220         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
7221         for the minibuffer too, but not if resize-mini-windows will interfere.
7223         * help.el (describe-key-briefly, describe-key): Do all arg-reading
7224         inside `interactive' spec.
7225         (describe-key-briefly-internal, describe-key-internal):
7226         Functions merged back into their callers.
7228 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
7230         * info.el (info-xref-visited): Inherit from info-xref too.
7231         (Info-set-mode-line): Replace occurrences of `%' by `%%'
7232         when propertizing Info-current-file and Info-current-node.
7234 2006-02-13  Juri Linkov  <juri@jurta.org>
7236         * tumme.el (tumme-thumbnail-storage): Fix docstring.
7237         (tumme-thumb-name): Fix per-directory format.
7239 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
7241         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
7243 2006-02-12  Miles Bader  <miles@gnu.org>
7245         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
7247 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
7249         * tumme.el: Remove history section.  If someone needs the it, it
7250         can always be found in CVS.
7252 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
7254         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
7255         about the Thumbnail Managing Standard option.
7257 2006-02-12  Richard M. Stallman  <rms@gnu.org>
7259         * subr.el (substitute-key-definition): Doc fix.
7261         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
7263         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
7265         * info.el (Info-mode): Doc fix.
7267         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
7269 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
7271         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
7272         because on Solaris a POSIX compatible "id" is needed.  Reported by
7273         Magnus Henoch <mange@freemail.hu>.
7275 2006-02-12  Juri Linkov  <juri@jurta.org>
7277         * tumme.el: Remove todo item about Thumbnail Managing Standard.
7278         (tumme) <defgroup>: Change :group to `multimedia'.
7279         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
7280         Managing Standard.
7281         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
7282         Fix dostring.
7283         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
7284         and %y.  Fix docstring.
7285         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
7286         (tumme-cmd-create-standard-thumbnail-command): New user options.
7287         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
7288         is `standard'.  Fix docstring.
7289         (tumme-thumb-width, tumme-thumb-height): New user options.
7290         (tumme-external-viewer): Try to find various viewers.
7291         (tumme-get-thumbnail-image): Use `create-image' instead of
7292         constructing the `image' structure.
7293         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
7294         `standard'.
7295         (tumme-thumb-name): Add file name generation for standard storage.
7296         Simplify code for other storages.
7297         (tumme-thumb-name): Use width %w and height %h instead of size %s.
7298         Add modification time %m and thumbnail-nq8 %q.
7299         Use `tumme-cmd-create-standard-thumbnail-command' if
7300         tumme-thumbnail-storage is `standard'.
7301         (tumme-dired-insert-marked-thumbs): New autoload command.
7302         (tumme-dired-after-readin-hook): New function.
7303         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
7304         `tumme-thumb-size'.
7305         (tumme-display-image): Replace size-x %x and size-y %y with
7306         width %w and height %h.
7308         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7309         `tumme-dired-insert-marked-thumbs'.
7311 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
7313         * tumme.el (tumme-write-tag): Fix small bug (file name did not
7314         include path).
7315         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7316         matching tag.
7318 2006-02-12  Miles Bader  <miles@gnu.org>
7320         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7321         New variables.
7322         (rcirc-abbrev-nick): New function.
7323         (rcirc-format-response-string): Rewrite to use the formats in
7324         `rcirc-response-formats' and expand escape sequences therein.
7325         A text-property `rcirc-text' is added over the actual response
7326         text to make easy to find inside the returned string.
7327         (rcirc-print): When filling, just look for the `rcirc-text'
7328         text-property to find the appropriate fill prefix, instead of
7329         using hardwired patterns.
7331 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
7333         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
7334         Managing Standard.
7336 2006-02-11  Kim F. Storm  <storm@cua.dk>
7338         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7339         Don't use insert-buffer; do insert-buffer-substring directly.
7340         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
7342 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
7344         * files.el (revert-buffer, recover-file): Replace buffer-read-only
7345         with inhibit-read-only.  Suggested by Stefan Monnier.
7346         (revert-buffer): Let insert-file-contents discard
7347         buffer-undo-list.  Simplify code.
7348         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7350 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
7352         * menu-bar.el (menu-bar-select-yank): Add a doc string.
7354         * help.el (describe-key-briefly): Now a wrapper for
7355         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
7356         to t.  Populate yank-menu if empty.
7357         (describe-key-briefly-internal): Renamed from describe-key-briefly.
7358         (describe-key): Now a wrapper for describe-key-internal.  Bind
7359         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
7360         (describe-key-internal): Renamed from describe-key.
7362 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
7364         * progmodes/glasses.el (glasses-separator): Doc fix.
7365         (glasses-original-separator): New defcustom.
7366         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7368 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
7370         * mwheel.el (mouse-wheel-up-event): Doc fix.
7372 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
7374         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7375         (tumme-dir): New function.  Copied from thumbs.el.
7377 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
7379         * desktop.el (desktop-outvar): Fix typo.
7380         (desktop-save-buffer-p): Doc fix.
7382         * subr.el (substitute-key-definition): Fix typo.
7384 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7386         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7387         when window-system is mac.
7389         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7391 2006-02-10  Kim F. Storm  <storm@cua.dk>
7393         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7394         indirect-function instead of using condition-case.
7396 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
7398         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7399         less `colloquial'...
7401 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
7403         * tumme.el: Add a couple of todo items.
7405 2006-02-09  Lars Hansen  <larsh@soem.dk>
7407         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7408         (highlight-changes-mode): Don't change desktop-locals-to-save.
7410 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
7412         * image-mode.el (image-toggle-display): Clear image cache if using
7413         filename.
7415 2006-02-09  Masatake YAMATO  <jet@gyve.org>
7417         * dired-x.el (dired-guess-shell-alist-default): Add .man as
7418         a `dired-man' target.
7420         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7421         boundary of symbols.
7423 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
7425         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7427 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
7429         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7430         `mapcar'; return nil.
7432 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
7434         * mouse.el (mouse-drag-track): Don't change window if we rebind to
7435         some other event.
7437 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
7439         * net/rcirc.el (rcirc-startup-channels-alist):
7440         Add irc.freenode.net and #emacs as defaults.
7441         (rcirc-ignore-all-activity-flag): Remove variable.
7442         (rcirc-authinfo): New variable.
7443         (rcirc-authinfo-filename): Remove variable.
7444         (rcirc-always-use-server-buffer-flag): New flag.
7445         (rcirc): M-x rcirc will automatically connect without prompting.
7446         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
7447         connection in lisp.
7448         (rcirc-process-server-response-1): Remove everything but the nick
7449         portion of the sender so it doesn't need to be done everywhere
7450         else.  Update related code.
7451         (global-map): Remove global keybindings.
7452         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7453         (rcirc-send-input): Split into several functions.
7454         (rcirc-process-input-line, rcirc-process-message)
7455         (rcirc-process-command): New functions.
7456         (rcirc-target-buffer): New function to determine where to route
7457         messages.
7458         (rcirc-user-nick): Save match data.
7459         (rcirc-toggle-ignore-buffer-activity)
7460         (rcirc-update-activity-string): Remove global ignore functionality,
7461         which can be done now by toggling rcirc-track-minor-mode.
7462         (rcirc-track-minor-mode-map): New keymap.
7463         (rcirc-track-minor-mode): New minor-mode.
7464         (ignore): Make the ignore output nicer.  Always print it when
7465         adding or removing nicks.
7466         (rcirc-url-regexp): Improve.
7467         (rcirc-mangle-text): Remove properties before using text in the
7468         modeline.
7469         (rcirc-authenticate): Authentication data comes from
7470         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7471         (rcirc-server-prefix): Inherit from rcirc-server.
7473 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
7475         * Makefile.in (compile): Append "|| true" to the end of the `find'
7476         command, like compile-always does.
7478 2006-02-08  Sam Steingold  <sds@gnu.org>
7480         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7481         output from a dead connection.
7483 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
7485         * dired.el (dired-mode-map): Add more bindings for tumme.
7487 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7489         * wdired.el (wdired-mode-map): Use remap.
7490         (wdired-get-filename): Massage.
7491         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7492         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7493         `keymap' property rather than `local-map'.
7495 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
7497         * tumme.el (tumme-get-thumbnail-image): New utility function.
7498         Suggested by from Chong Yidong.
7499         (tumme-dired-with-window-configuration): Rename from
7500         `tumme-dired'.  Add code to save window configuration.
7501         (tumme-restore-window-configuration): New command to restore the
7502         window configuration that `tumme-dired-with-window-configuration'
7503         saves before it changes the window configuration.
7504         (tumme-show-all-from-dir): New command to display thumbnails for
7505         all files in a directory entered by the user, like M-x thumbs.
7506         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7507         have been created.
7508         (tumme-display-thumbnail-original-image): Call `display-buffer'.
7509         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7510         Remove obsolete test function.
7512 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
7514         * vc.el (small-temporary-file-directory): Remove defvar; there's
7515         a defcustom for it in files.el.
7517         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7518         Fix typo in message.
7519         (tumme-gallery-generate): Fix typo in `error' message.
7520         (tumme-display-window-height-correction)
7521         (tumme-display-window-width-correction, tumme-line-up-dynamic)
7522         (tumme-line-up-interactive): Dox fixes.
7523         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7524         (tumme-restore-window-configuration, tumme-format-properties-string)
7525         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7526         Fix typos in docstrings.
7528 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
7530         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7532 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
7534         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7535         User should use hook if desired.
7537         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7538         buffer if necessary.
7539         (gdb-delete-frame-or-window): New function.
7540         (gdb-breakpoints-mode-map): Bind "q" to it.
7542 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7544         * textmodes/nroff-mode.el: Clean up name space.
7545         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7546         (nroff-mode): Obey the global setting of nroff-electric-mode.
7547         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7549         * calendar/calendar.el (calendar-increment-month): Typo in last change.
7551 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
7553         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7555 2006-02-06  Lars Hansen  <larsh@soem.dk>
7557         * generic-x.el (etc-fstab-generic-mode): Add file system types
7558         cifs and usbdevfs.  Allow special chars in file names.
7560 2006-02-05  Jay Belanger  <belanger@truman.edu>
7562         Update copyright notices of the files in lisp/calc.
7564 2006-02-05  Romain Francoise  <romain@orebokech.com>
7566         Update copyright notices of all files in the lisp/play directory.
7568 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
7570         * ldefs-boot.el: Regenerate.
7572         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7574 2006-02-05  Kim F. Storm  <storm@cua.dk>
7576         * files.el (magic-mode-regexp-match-limit): New defvar.
7577         (set-auto-mode): Use it to limit magic-mode-alist matching.
7579 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
7581         * simple.el (display-message-or-buffer): Compare the number of
7582         characters to the frame width when determining whether a 1-line
7583         message string will fit in the echo area.  Count screen lines
7584         instead of buffer lines when determining whether a multi-line
7585         message will fit in the echo area/minibuffer window.
7587 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
7589         * info.el (Info-index, Info-mode): Improve the description of the
7590         `i' command.
7592         * ldefs-boot.el: Regenerate.
7594 2006-02-03  Werner Lemberg  <wl@gnu.org>
7596         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7597         greedy to find the closing bracket in \*[...] and similar
7598         expressions.  This is a first rough fix -- many additional
7599         refinements are necessary to make nroff mode really usable with groff.
7601 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
7603         * international/mule-cmds.el (set-locale-environment):
7604         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7605         libX11.
7607 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
7609         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7610         archive are created in archive-tmpdir.
7612 2006-02-02  John Paul Wallington  <jpw@pobox.com>
7614         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7615         (ibuffer-fontification-alist): Use it.
7616         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7617         to "* z" and the Ibuffer Mark menu.
7619         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7621 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7623         * textmodes/table.el (*table--cell-describe-mode)
7624         (*table--cell-describe-bindings): Undo last change since
7625         print-help-return-message is not obsoleted by anything at all.
7627 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7629         * emulation/cua-base.el (cua-mode): Doc fix.
7631 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
7633         * dframe.el (dframe-handle-make-frame-visible)
7634         (dframe-handle-iconify-frame, dframe-get-focus)
7635         (dframe-select-attached-frame, dframe-power-click)
7636         (dframe-frame-mode): Fix typos in docstrings.
7638         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7639         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7640         Fix typos in docstrings.
7642         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7643         (hi-lock-face-buffer, hi-lock-font-lock-hook)
7644         (hi-lock-archaic-interface-message-used)
7645         (hi-lock-file-patterns-range): Fix typos in docstrings.
7647         * savehist.el (savehist-loaded, savehist-load, savehist-install)
7648         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7650         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7651         Fix typo in docstring.
7653         * net/newsticker.el (newsticker--decode-iso8601-date)
7654         (newsticker--set-customvar, newsticker--buffer-insert-item)
7655         (newsticker--do-run-auto-mark-filter)
7656         (newsticker--parse-generic-feed): Doc fixes.
7657         (newsticker--retrieval-timer-list, newsticker-url-list)
7658         (newsticker-hide-immortal-items-in-echo-area)
7659         (newsticker-hide-obsolete-items-in-echo-area)
7660         (newsticker-new-item-face, newsticker--enclosure)
7661         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7662         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7663         (newsticker--parse-generic-feed, newsticker--cache-contains)
7664         (newsticker--stat-num-items, newsticker-download-enclosures):
7665         Fix typos in docstrings.
7667         * net/rcirc.el (rcirc-debug): Doc fix.
7668         (rcirc-fill-column, rcirc-receive-message-hooks)
7669         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7670         (rcirc-mode, rcirc-generate-new-buffer-name)
7671         (rcirc-startup-channels, rcirc-ignore-update-automatic)
7672         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7673         Fix typos in docstrings.
7674         (rcirc-print): "?\ " -> "?\s".
7675         (rcirc-cmd-join): Improve argument/docstring consistency.
7677 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
7679         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7680         before narrow-to-region.
7682 2006-02-01  Richard M. Stallman  <rms@gnu.org>
7684         * simple.el (move-beginning-of-line): Scan properly for invis change.
7686         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7688 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
7690         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7691         change bit only when id-format is 'integer.  Reported by Matt
7692         Hodges <M.P.Hodges@rl.ac.uk>.
7694 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
7696         * hilit-chg.el (highlight-changes-initial-state)
7697         (highlight-changes-global-initial-state): Doc fixes.
7698         (highlight-changes-global-modes, global-highlight-changes):
7699         Fix typos in docstrings.
7701 2006-02-01  Kim F. Storm  <storm@cua.dk>
7703         * emulation/cua-base.el (cua-mode): Mention that CUA enables
7704         transient-mark-mode in doc string.
7706 2006-01-31  Richard M. Stallman  <rms@gnu.org>
7708         * replace.el (multi-occur): Doc fix.
7709         (multi-occur-in-matching-buffers): Rename from
7710         multi-occur-by-filename-regexp.  Prefix arg says match
7711         buffer names instead of file names.
7713 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
7715         * bs.el: Allow non-default values of `bs-header-lines-length'.
7716         (bs--running-in-xemacs): Remove (not needed anymore).
7717         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7718         instead of `shrink-window', thus avoiding having to compute the
7719         height of the window.
7720         (bs--up): Wrap around even when there's no header.
7721         (bs--down): Use `forward-line' instead of `next-line'.
7723 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
7725         * image-mode.el (image-toggle-display): Use file name if possible,
7726         instead of unnecessarily allocating a (possibly huge) lisp string.
7728 2006-01-30  John Paul Wallington  <jpw@pobox.com>
7730         * subr.el (toplevel): Define `cl-assertion-failed' condition here
7731         because the `assert' macro signals it at runtime.
7733         * emacs-lisp/cl.el (toplevel): Remove definition of
7734         `cl-assertion-failed' condition.
7736 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
7738         * thumbs.el (thumbs-marked-list): Make buffer-local and
7739         permanent-local.
7740         (thumbs-insert-thumb): Make help-echo non-sticky.
7741         (thumbs-file-alist): Use eolp as check for (non)-image.
7743 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7745         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7746         (ediff-before-session-group-setup-hooks)
7747         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7748         Fix typos in docstrings.
7750         * window.el (bw-dir, bw-eqdir, balance-windows)
7751         (split-window-keep-point): Fix typos in docstrings.
7753         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7754         (org-quote-string, org-calendar-to-agenda-key)
7755         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7756         (org-show-following-heading, org-tags-column)
7757         (org-use-tag-inheritance, org, org-allow-space-in-links)
7758         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7759         (org-enable-table-editor, org-calc-default-modes)
7760         (org-table-allow-automatic-line-recalculation)
7761         (org-export-html-style, org-export-with-fixed-width)
7762         (org-export-with-sub-superscripts, org-special-keyword)
7763         (org-formula, org-time-grid, org-table-may-need-update)
7764         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7765         (org-goto-quit, org-get-indentation, org-end-of-item)
7766         (org-move-item-down, org-move-item-up)
7767         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7768         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7769         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7770         (org-agenda-log-mode, org-agenda-toggle-diary)
7771         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7772         (org-agenda-file-to-end, org-agenda-no-heading-message)
7773         (org-agenda-get-closed, org-format-agenda-item)
7774         (org-cmp-priority, org-cmp-category, org-cmp-time)
7775         (org-agenda-change-all-lines, org-agenda-diary-entry)
7776         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7777         (org-link-search, org-camel-to-words, org-open-file)
7778         (org-remember-handler, org-table-convert-region)
7779         (org-table-move-row-down, org-table-move-row-up)
7780         (org-table-copy-region, org-table-wrap-region)
7781         (org-table-toggle-vline-visibility)
7782         (org-table-get-vertical-vector, org-table-modify-formulas)
7783         (org-table-get-specials, org-recalc-commands)
7784         (org-table-rotate-recalc-marks, org-table-eval-formula)
7785         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7786         (org-level-color-stars-only, org-insert-heading):
7787         Fix typos in docstrings.
7788         (last-arg): Add defvar.
7790         * makefile.w32-in (WINS): Add erc.
7791         (MH_E_SRC): Update (copied from lisp/Makefile.in).
7793 2006-01-29  Bill Wohler  <wohler@newt.com>
7795         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7796         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7797         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
7798         (mh-autoloads): Don't use comments on otherwise empty lines.
7800 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
7802         * emulation/viper.el (viper-major-mode-modifier-list): Add
7803         insert-state and vi-state entries for erc-mode.
7804         (viper-go-away, viper-set-hooks): Add and remove
7805         viper-comint-mode-hook from erc-mode-hook as appropriate.
7807         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7809 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
7811         * bs.el (bs--format-aux): Implement `middle' alignment as
7812         described in the docstring for `bs-attributes-list'.
7813         (bs--get-name): Simplify.  Don't pad the buffer name.
7815 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
7817         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7818         English aspell dictionary is installed, use the first entry of
7819         ispell-dictionary-alist-1.
7821 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
7823         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7824         Doc fix.
7826 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
7828         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7829         for `process-file', in order to let it work for older Emacsen too.
7831 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7833         * international/latexenc.el: Add a suitable `coding:' tag.
7834         (latexenc-find-file-coding-system): Undo last change.
7836 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7838         * international/latexenc.el (latexenc-find-file-coding-system):
7839         Make sure latexenc-main-file is a regular file and is readable.
7841 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
7843         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7844         Pass FILE to vc-user-login-name.
7846         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7848 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
7850         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7851         there are no more images to display.
7852         (thumbs-mark, thumbs-unmark): Revert change so that they move to
7853         the next image.
7855 2006-01-26  Richard M. Stallman  <rms@gnu.org>
7857         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7859         * wid-edit.el (advertised-widget-backward): New alias.
7860         (widget-keymap): Use advertised-widget-backward for S-TAB.
7862         * tumme.el: Correct the keywords.
7863         (tumme-dir-max-size): Use defvar.
7864         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7866         * simple.el (move-beginning-of-line): Take account of fields.
7867         (clone-indirect-buffer-other-window): Take args like
7868         clone-indirect-buffer, and work like it.
7870         * help-fns.el (describe-function): Don't pass `nil' as default.
7872         * files.el (risky-local-variable-p): Follow var aliases.
7874         * subr.el (lazy-completion-table): Doc fix.
7876         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7877         global binding of `line'.
7879 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
7881         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7882         Tramp.
7884         * vc.el (vc-default-dired-state-info): Pass FILE to
7885         vc-user-login-name.
7886         (vc-default-update-changelog): Don't use vc-user-login-name, we
7887         don't need it here.
7889         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7890         no longer necessary.
7892 2006-01-25  Kenichi Handa  <handa@m17n.org>
7894         * international/mule.el (decode-char): Avoid the overhead of
7895         calling utf-lookup-subst-table-for-decode if
7896         utf-translate-cjk-mode is nil.
7897         (encode-char): Avoid the overhead of calling
7898         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7899         nil.
7901 2006-01-22  Kenichi Handa  <handa@m17n.org>
7903         * international/mule.el (make-subsidiary-coding-system): Reset
7904         `coding-system-define-form' property of subsidiaries to nil.
7905         Avoid duplicated entry in coding-system-alist.
7906         (make-coding-system): Avoid duplicated entry in
7907         coding-system-alist.
7908         (define-coding-system-alias): Likewise.
7910 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7912         * completion.el: Minor fixes in introductory comment.
7913         (completion-def-wrapper): Fix alist.
7915 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
7917         * thumbs.el (thumbs-new-image-size): New function.
7918         (thumbs-increment-image-size-element)
7919         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7920         (thumbs-decrement-image-size): Delete.
7921         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
7922         temp files and use to resize.
7923         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7924         Use increment argument to enlarge/shrink.  Preserve point.
7925         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7926         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7927         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7928         (thumbs-mark, thumbs-unmark): Preserve point.
7929         (thumbs-modify-image): Keep old temp files and use to modify.
7930         Cleanup old temp files at load time.  Preserve point.
7931         (thumbs-view-image-mode-map): Use new command names.
7933 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7935         * log-view.el (log-view-minor-wrap): First rev is the one at point.
7937         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7938         the nastiest part of the cyclic dependency.
7939         (cal-menu-update): Use dotimes and calendar-increment-month.
7941         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7942         (calendar-week-start-day): Add an :initializer.
7943         (calendar-mode-map): Use suppress-keymap, and command remapping.
7944         (describe-calendar-mode): Setup xref-stack info for the back button.
7945         (calendar-star-date): Insert before delete.
7946         (calendar-set-mode-line): Add file-modified info if applicable.
7947         (calendar-increment-month): New function.
7949 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
7951         * font-lock.el (lisp-font-lock-keywords-2):
7952         Recognize "& keywords" only at word boundaries.
7954 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
7956         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
7957         and permanent-local.
7958         (thumbs-max-image-number): New variable.
7959         (thumbs-do-thumbs-insertion): Use them.
7960         (thumbs-per-line): Change default to 4.
7961         (thumbs-marked-list): Rename from thumbs-markedL.
7962         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7963         (thumbs-rename-images): Use -list instead of L for internal variables.
7964         (thumbs-call-convert): Use call-process instead of shell-command.
7965         (thumbs-insert-thumb): Add filename as help-echo to each image.
7966         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7967         Give dir to thumbs-show-thumbs-list.
7968         (thumbs-show-thumbs-list): Set default-directory to that of images.
7969         (thumbs-dired-show): Rename from thumbs-dired-show-all.
7970         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7971         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7972         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7974 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7976         * ses.el (ses-read-cell): Provide a default value.
7978 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
7980         * term/w32-win.el (image-library-alist): Add additional names for
7981         GIF library.
7983 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7985         * international/latexenc.el (latexenc-find-file-coding-system):
7986         Add file-regular-p check.
7988 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7990         * simple.el (clone-buffer): Don't show the new buffer in the same
7991         window.
7993 2006-01-23  Juri Linkov  <juri@jurta.org>
7995         * faces.el (link, link-visited): New faces based on default values
7996         of `info-xref' and `info-xref-visited'.
7998         * info.el (info-xref): Inherit from `link'.
7999         (info-xref-visited): Inherit from `link-visited'.
8001         * cus-edit.el (custom-buffer-create-internal): Use widget type
8002         `custom-manual' instead of `info-link' and don't set properties
8003         `button-face' and `mouse-face' explicitly.
8004         (custom-browse-group-tag, custom-browse-variable-tag)
8005         (custom-browse-face-tag): Inherit from widget class
8006         `custom-group-link' instead of `push-button'.
8007         (custom-button-unraised): Inherit from `underline' face.
8008         (custom-link): Inherit from `link' face.  Fix doc and group.
8009         (custom-add-parent-links, custom-group-value-create): Don't set
8010         properties `button-face' and `mouse-face' explicitly for
8011         `custom-group-link' widget.
8012         (custom-group-link): Add properties `button-face' and `mouse-face'
8013         to widget definition.
8014         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
8015         editable-field's :keymap property.
8016         (custom-mode): Fix docstring: substitute keybindings for
8017         `widget-forward' and `widget-backward' from `widget-keymap',
8018         `widget-complete' from `custom-field-keymap', replace old
8019         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
8021         * desktop.el (desktop-load-file): Check for `fboundp' before
8022         calling `symbol-function'.
8024         * simple.el (clone-buffer, clone-indirect-buffer)
8025         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
8026         `read-string'.  Fix prompts.
8028         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
8030 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
8032         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
8034 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
8036         * startup.el (inhibit-splash-screen, initial-scratch-message):
8037         Doc fixes.
8039 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
8041         Sync with Tramp 2.0.52.
8043         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
8044         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
8045         `tramp-unload-tramp' for checklist.
8047         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
8048         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
8049         (tramp-unload-file-name-handler-alist)
8050         (tramp-unload-tramp): New defuns.
8051         (tramp-advice-PC-expand-many-files): New defadvice.
8052         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
8053         removed.
8054         (tramp-handle-expand-file-name): Remove double slash.
8055         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
8056         It doesn't matter, because it will be converted later on.
8057         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
8058         implementation was just heuristic.
8059         (tramp-post-connection): Set uid and gid properties.
8060         (tramp-convert-file-attributes): Set file's gid change bit.
8061         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
8062         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
8063         in case of su(do)? methods.  The home directory of the local user
8064         will be taken else.
8065         (tramp-open-connection-telnet)
8066         (tramp-open-connection-rsh, tramp-open-connection-su)
8067         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
8068         local shell prompt could hurt.  Reported by Romain Francoise
8069         <romain@orebokech.com>.
8070         (tramp-let-maybe): Add `edebug-form-spec' property.
8071         (tramp-handle-expand-file-name): Bind `default-directory' locally
8072         to "/" in order to avoid problems with UNC shares or Cygwin
8073         mounts.
8074         (tramp-md5-function): Fix typo in error message.
8076         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
8078         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
8079         for byte-compiler pacification.
8081 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
8083         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
8084         ID-FORMAT `string'.  This allows us to get rid of
8085         `vc-user-login-name UID'.
8087         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
8089 2006-01-22  John Paul Wallington  <jpw@pobox.com>
8091         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
8093 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
8095         * emacs-lisp/find-func.el (find-definition-noselect)
8096         (find-variable-noselect): Search variables in C source code too.
8097         (find-function-C-source, find-function-noselect, find-function)
8098         (find-function-other-frame, find-variable-noselect, find-variable)
8099         (find-variable-other-frame, find-variable-at-point):
8100         Fix docstrings.
8102 2006-01-21  Francesco Potorti`  <pot@gnu.org>
8104         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
8106 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
8108         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
8109         Default to disabling the "Save affix" question.
8111 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
8113         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
8114         the first arg to run-python.
8116 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
8118         * startup.el (command-line-1): Handle --no-desktop if desktop.el
8119         is not loaded.
8121 2006-01-20  Jay Belanger  <belanger@truman.edu>
8123         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
8124         limit is 0.
8126         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
8127         the correct variable.
8129 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
8131         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
8132         link.  Fixed buggy argument sequence in call to `org-view-tags'.
8133         (org-compile-prefix-format): Set `org-prefix-has-tag'.
8134         (org-prefix-has-tag): New variable.
8135         (org-format-agenda-item): Remove tags from headline if
8136         appropriate.
8137         (org-agenda-remove-tags-when-in-prefix): New option.
8138         (org-get-tags-at): New function.
8140 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
8142         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
8143         (thumbs-find-image): Move image name and number from buffer name
8144         to mode name.  Set thumbs-buffer.  Preserve point so that large
8145         images remain visible.
8146         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
8147         order.
8148         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
8149         mode name.
8150         (thumbs-next-image, thumbs-previous-image): Make them work.
8152 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
8154         * cus-edit.el (custom-buffer-create-internal): State in the text above
8155         the whole buffer buttons that they do not operate on hidden items.
8156         (custom-face-menu): Use `custom-face-save' instead of
8157         `custom-face-save-command'.
8158         (custom-face-save-command): Make it an alias for `custom-face-save'
8159         and declare it obsolete.
8160         (custom-face-save): Doc fix.
8162         * dired.el (dired-no-confirm): Add quote.
8163         (dired-subdir-alist-pre-R): Add quote in
8164         `make-variable-buffer-local' form and remove unbalanced parenthesis.
8166 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8168         * textmodes/table.el (table-mode-indicator): Typo in last change.
8170 2006-01-19  Richard M. Stallman  <rms@gnu.org>
8172         * outline.el (hide-leaves): Don't call outline-end-of-heading.
8173         Fixes bug reported in Nov 2005.
8175         * isearch.el (isearch-forward): Doc fix.
8177         * dired.el (dired-move-to-filename-regexp): Define as alias.
8178         (dired-no-confirm): Use defcustom.
8179         (dired-subdir-alist-pre-R): Put defvar at top level.
8181         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
8183         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8184         Mark as risky.
8186         * simple.el (set-mark-command): Doc fix.
8187         (clone-indirect-buffer-other-window):
8188         Read arg like clone-indirect-buffer.
8189         (move-beginning-of-line): Skip invisible newlines.
8191 2006-01-19  Masatake YAMATO  <jet@gyve.org>
8193         * progmodes/cpp.el (cpp-edit-load): Make the order of
8194         listed conditions in a base C code buffer and its associate
8195         CPP Edit buffer the same.
8197 2006-01-19  Kenichi Handa  <handa@m17n.org>
8199         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
8200         (rmail-mime-feature): Likewise.
8201         (rmail-require-mime-maybe): Use display-warning to show a warning
8202         message.
8204         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
8205         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
8207 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8209         * array.el: Move defvars out of eval-when-compile.
8210         (array-make-template): Replace undeclared global var with a local one.
8211         (array-mode): Inline initialization functions.
8212         (array-init-local-variables, array-init-max-row)
8213         (array-init-max-column, array-init-columns-per-line)
8214         (array-init-field-width, array-init-rows-numbered)
8215         (array-init-line-length, array-init-lines-per-row): Remove.
8217         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
8218         (doc-mode-map): Define explicitly.
8219         (doctor-txtype): Use mapc.
8221         * textmodes/table.el: Move defvars out of eval-when-compile.
8222         Remove harmful code meant to avoid byte-compiler warnings.
8223         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
8224         specification that checks table-fixed-width-mode directly.
8225         (table-recognize-region, table-recognize-cell):
8226         Use restore-buffer-modified-p.
8227         (table-fixed-width-mode): Remove code that refreshes
8228         table-fixed-mode-indicator.
8229         (*table--cell-describe-bindings, *table--cell-describe-mode):
8230         Avoid obsolete name print-help-return-message.
8231         (table--test-cell-list): Don't use replace-regexp from elisp.
8232         (table--point-entered-cell-function, table--point-left-cell-function):
8233         Don't set table-fixed-mode-indicator, use force-mode-line-update.
8235         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
8236         that was after the end of file.  Use buffer-file-name variable.
8237         (org-timestamp-change): Use with-current-buffer.
8238         (org-todo-list): Don't unnecessarily define a new buffer-local var.
8239         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
8240         `file'.
8242         * progmodes/fortran.el: Move defvars out of eval-when-compile.
8243         (fortran-break-line): Remove unused var `opoint'.
8244         (fortran-abbrev-start): Obey help-event-list.
8246 2006-01-18  Jesper Harder  <harder@phys.au.dk>
8248         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
8250 2006-01-18  Masatake YAMATO  <jet@gyve.org>
8252         * progmodes/make-mode.el (makefile-imake-mode): New mode
8253         derived from makefile-mode.
8254         (makefile-imake-mode-syntax-table): New syntax table
8255         derived from makefile-mode-syntax-table.
8256         (makefile-mode): Write about makefile-imake-mode in doc string.
8257         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
8258         (makefile-imake-font-lock-keywords): New font lock keywords.
8260         * files.el (auto-mode-alist): Add Imakefile.
8262 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
8264         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
8265         loading the file rather than when turning on flyspell-mode.
8267 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8269         * cus-edit.el (customize-rogue): Minor doc fix.
8271 2006-01-17  Juri Linkov  <juri@jurta.org>
8273         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
8274         instead of the file at the mark as default if the file at the mark
8275         is the same as the file at point or if dired-dwim-target-directory
8276         is not the same as the current directory and the mark is not active.
8278         * log-view.el (log-view-minor-wrap): Use the same logic to get
8279         revisions as `log-view-diff'.
8281         * info.el (Info-revert-find-node): Check for Info-current-file
8282         before preserving new-history.
8284         * man.el (Man-heading-regexp): Add `/'.
8286         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
8287         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
8289 2006-01-16  Juri Linkov  <juri@jurta.org>
8291         * faces.el (mode-line-faces): New defgroup.
8292         (mode-line-highlight): Move definition after new defgroup.
8293         (mode-line, mode-line-inactive, mode-line-highlight):
8294         Replace :group `modeline' with `mode-line-faces'.
8295         (mode-line-buffer-id): New face.
8296         (modeline-buffer-id): New face alias.
8297         (vertical-border): Remove :group `modeline'.
8299         * bindings.el (propertized-buffer-identification): Use face
8300         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
8301         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
8302         (mode-line-buffer-identification-keymap): For mouse-1 replace
8303         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
8304         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8305         mouse-3.
8307         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8308         Buffer-menu-buffer.  Doc fix.
8309         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8310         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8311         `Buffer-menu-buffer'.
8313         * info.el (Info-mode-line-node-keymap): New defvar.
8314         (Info-set-mode-line): Use `stringp' to check Info-current-file.
8315         Propertize Info-current-node with `mode-line-buffer-id' and
8316         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8318         * time.el (display-time-mail-face): Replace :group `faces' with
8319         `mode-line-faces'.
8321 2006-01-16  Kenichi Handa  <handa@m17n.org>
8323         * international/code-pages.el: Add autoload cookies for cp125[0345678].
8325         * language/european.el (cp1252): New alias for windows-1252.
8327         * international/mule.el (autoload-coding-system): Prepare for EOL
8328         variants.
8330 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
8332         * term.el (term-raw-map): Add mapping for insert.
8333         (term-send-insert): New.
8334         (term-mode): Make variables local here instead of doing it in
8335         `term-emulate-terminal'.
8336         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8337         Scroll reverse needs to take into account the scroll region.
8338         Saving and restoring the cursor should save the color attributes too.
8339         (term-reset-terminal): Reset the scroll region.
8340         (term-handle-ansi-escape): Cursor up and down should take into
8341         account the scroll region.
8342         (term-set-scroll-region): Rename from `term-scroll-region'.
8343         Move to 0,0 after setting the region.
8344         (term-handle-scroll): Handle scroll up.
8345         (term-down): Fix off by one error.
8346         (term-delete-lines): Do not delete outside the scroll region.
8347         (term-insert-lines): Take into account the scroll region.
8349 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8351         * textmodes/ispell.el (ispell-internal-change-dictionary)
8352         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8353         (start, end): Move declaration outside of eval-when-compile.
8355         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8356         (flyspell-mode-on): Use it.
8358         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8359         ispell-kill-ispell-hook.
8361 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8363         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8364         (Custom-reset-saved): Do not ask for confirmation in single option
8365         buffers.
8367 2006-01-13  Richard M. Stallman  <rms@gnu.org>
8369         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8371 2006-01-13  Romain Francoise  <romain@orebokech.com>
8373         * add-log.el (add-change-log-entry, change-log-merge):
8374         Conditionally use `hard-newline'.
8376 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
8378         * wid-edit.el (widget-field-end): If the overlay is no longer
8379         associated with a buffer, behave as if the overlay didn't exist.
8381         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8382         Make sure the links use the `custom-link' face.
8384 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8386         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8387         (ld-script-mode): Don't set indent-line-function since we don't
8388         have one.
8390 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
8392         * textmodes/org.el (org-open-file): Use mailcap for selecting an
8393         application.
8394         (org-file-apps-defaults-gnu): Use mailcap as the default for
8395         selecting an application on a UNIX system.
8396         (org-agenda-show-tags): New command.
8397         (org-table-insert-hline): Keep cursor in current table line.
8398         (org-table-convert): Offset effect of modifying
8399         `org-table-insert-hline'.
8400         (org-format-agenda-item): New optional argument TAG.
8401         (org-compile-prefix-format): Handle %T format for the tag.
8402         (org-expand-wide-chars): New function.
8403         (org-table-insert-row, org-table-insert-hline):
8404         Use `org-expand-wide-chars'.
8405         (org-open-file): Fix bug in program launch.
8406         (org-get-time-of-day): Fix bug with times before 1am.
8407         (org-agenda-menu): Add tags commands.
8409 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
8411         * textmodes/ispell.el (ispell-init-process): Include the used
8412         dictionary in ispell process start message.
8413         (ispell-internal-change-dictionary): When flyspell-mode is active
8414         and dictionary is changed, make sure ispell process is restarted
8415         and flyspell word cache cleared out for the current buffer.
8416         (ispell-change-dictionary): Make sure flyspell word cache is
8417         cleared out in all buffers with active flyspell mode when
8418         dictionary is globally changed.
8419         Call ispell-internal-change-dictionary after dictionary change.
8421 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
8423         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8425         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8426         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8427         years.  Fix small differences wrt Makefile.in.
8428         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8429         Makefile.in does.
8431 2006-01-12  Bill Wohler  <wohler@newt.com>
8433         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8434         mh-search.el.
8436 2006-01-12  Masatake YAMATO  <jet@gyve.org>
8438         * progmodes/ld-script.el: Update copyright year.
8440 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
8442         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8443         Don't add widget if setting undefined.
8445 2006-01-12  John Paul Wallington  <jpw@pobox.com>
8447         * help-fns.el (describe-variable): Remove newlines from void
8448         variable output.
8450 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
8452         * wdired.el (wdired-mode-map): Add help echo for
8453         wdired-abort-changes.
8455         * man.el (Man-file-name-regexp): Adjust for a list of files.
8457 2006-01-12  Masatake YAMATO  <jet@gyve.org>
8459         * progmodes/ld-script.el (auto-mode-alist): Support
8460         suffix conventions used in netbsd and eCos.
8462 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8464         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8465         (custom-variable-menu, custom-face-menu, custom-group-menu)
8466         (Custom-mode-menu): Change names of menu items.  (As discussed on
8467         emacs-devel.)
8468         (custom-face-menu): Add "Undo Edits" item.
8470         * startup.el (init-file-user): defcustom -> defvar.
8472         * tooltip.el (tooltip-mode): Doc fix.
8474 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * reveal.el (reveal-post-command): window-buffer signals an error on
8477         dead windows rather than returning nil.
8478         (reveal-open-new-overlays): An overlay might die while we open others.
8480 2006-01-11  Bill Wohler  <wohler@newt.com>
8482         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8483         phrasing in docstring.
8485         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8486         can give some systems gas.  Add new file mh-buffers.el.
8488 2006-01-06  Masatake YAMATO  <jet@gyve.org>
8490         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8491         C preprocessor forward ported from GNU Emacs 21.2.
8493         * progmodes/asm-mode.el (asm-font-lock-keywords):
8494         Use `cpp-font-lock-keywords'.
8496         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8498         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8499         of $ for "\\.ld[s]?".
8501 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8503         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8504         (tcl-indent-line): Return `noindent' if inside a string.
8506         * progmodes/flymake.el (flymake-split-string): Remove more than one
8507         empty string at beg/end of the result.
8508         (flymake-find-buildfile, flymake-find-possible-master-files):
8509         Use expand-file-name.
8510         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8511         since expand-file-name does it for us.  Use directory-file-name.
8512         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8513         (flymake-ler-get-type, flymake-ler-get-text)
8514         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
8515         (flymake-current-line-no): Remove spurious interactive spec.
8516         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8517         (flymake-check-include): Remove arg inc-path merged into inc-name.
8518         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8519         Arg regexp-list replaced by a simple regexp.
8520         (flymake-master-make-header-init, flymake-master-tex-init):
8521         Correspondingly replace regexp-list with a regexp.  Fix regexp.
8523 2006-01-10  Simon Josefsson  <jas@extundo.com>
8525         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8526         describing AUTH PLAIN fix.
8528 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
8530         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8531         (report-emacs-bug): Don't record initial prompt text.
8532         Instead, add text properties to prompting text.
8533         (report-emacs-bug-hook): Delete prompting text.
8535 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8538         `dirs'.  Adjust callers.
8540 2006-01-09  John Paul Wallington  <jpw@gnu.org>
8542         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8544 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * reveal.el (reveal-open-new-overlays): New extracted fun.
8547         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
8548         using them.  Simplify the code.
8549         (reveal-post-command): Use them.  Fix up obsolete windows in
8550         reveal-open-spots.
8552         * progmodes/flymake.el: Use `require' rather than autoload for
8553         XEmacs's overlays.
8554         (flymake-get-common-file-prefix, flymake-build-relative-filename):
8555         Delete.  Use file-relative-name instead.
8556         (flymake-get-syntax-check-program-args, flymake-perl-init):
8557         Simplify the resulting code.
8559         * log-view.el (log-view-file-re, log-view-message-re): Add support
8560         for DaRCS output.
8562 2006-01-09  Alex Schroeder  <alex@gnu.org>
8564         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8565         identifiers sometimes added in square brackets at the beginning of
8566         subject lines.
8568 2006-01-07  Richard M. Stallman  <rms@gnu.org>
8570         * cus-edit.el (Custom-set, Custom-save): Doc fix.
8571         (Custom-reset-current, Custom-reset-saved): Change question text.
8572         (Custom-reset-standard): Likewise.
8573         (custom-variable-reset-saved): Doc fix.
8575 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
8577         * startup.el (init-file-user): Doc fix.
8579 2006-01-07  Alex Schroeder  <alex@gnu.org>
8581         * mail/rmail.el (rmail-current-subject): New function.
8582         (rmail-current-subject-regexp): New function.
8583         (rmail-next-same-subject): Use it.
8585         * mail/rmailsum.el (rmail-summary-by-topic):
8586         Use rmail-current-subject and rmail-current-subject-regexp.
8587         (rmail-summary-next-same-subject): Ditto.
8589         * net/rcirc.el (rcirc-send-input): No longer check whether the
8590         process is open, since not all commands need an open process.
8591         (rcirc-send-string): Check whether the process is open before
8592         sending anything.
8593         (rcirc-ignore-list): New option.
8594         (rcirc-ignore-list-automatic): New variable.
8595         (rcirc-print): Take rcirc-ignore-list into account.
8596         (rcirc-cmd-ignore): New command.
8597         (rcirc-ignore-update-automatic): New function.
8598         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8599         list if ignored nicks.
8600         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8602 2006-01-06  David Reitter  <david.reitter@gmail.com>
8604         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8605         reflect the address to which the report will be sent.
8607 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
8609         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8610         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8612 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
8614         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8616         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8617         the doc string: "functoin" => "function".
8618         * ldefs-boot.el: Likewise.
8620         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8621         message text: "Duplicat" => "Duplicate".
8623 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8625         * files.el (basic-save-buffer-2): If backing-up failed, reset
8626         buffer-backed-up to nil.
8628 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
8630         * progmodes/gud.el (gdb-script-skip-to-head)
8631         (gdb-script-calculate-indentation): Indent for breakpoint command
8632         lists also.
8634 2006-01-05  Bill Wohler  <wohler@newt.com>
8636         * Makefile.in (compile-always): Add mh-autoloads dependency.
8637         (bootstrap): Remove mh-autoloads dependency, as compile dependency
8638         provides it.
8639         (updates): Remove mh-autoloads dependency, since it probably has
8640         already run recently (via recompile).
8642 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8644         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8645         argument `force' to disable the flyspell-last-buffer optimization.
8646         (flyspell-mode-on): Use it.
8648         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8649         flymake-simple-cleanup.
8650         (flymake-allowed-file-name-masks): Use this new default.
8651         All the functions are now called in the right buffer rather than
8652         passing the buffer as argument.
8653         (flymake-process-sentinel): Switch to buffer before calling cleanup.
8654         (flymake-parse-err-lines): Remove redundant buffer arg.
8655         (flymake-get-program-dir): Comment out unused function.
8656         (flymake-start-syntax-check, flymake-start-syntax-check-process):
8657         Remove redundant buffer argument.
8658         (flymake-get-real-file-name, flymake-simple-java-cleanup)
8659         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8661 2006-01-05  Richard M. Stallman  <rms@gnu.org>
8663         * info.el (Info-find-node): Don't record previous node if have none.
8664         (info): Go to directory only if history is empty.
8666         * simple.el (mark): Doc fix.
8668 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8670         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8671         already of desired type.
8672         (mac-ae-list): Coerce parameter to "list" type.
8673         (mac-dispatch-apple-event): Replace cadr part of event with a
8674         dummy position so that event-start returns it.
8676 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
8678         * textmodes/org.el (org-end-of-subtree): New function.
8679         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8680         Use `org-end-of-subtree'.
8681         (org-agenda, org-agenda-convert-date): Protect calls to
8682         `fit-window-to-buffer'.
8683         (org-tags-view): Force matching of sublevels when doing a
8684         todo-only search.  Define the correct redo command, including the
8685         arguments.
8686         (org-agenda-redo): Display message.
8687         (org-check-for-org-mode): New function.
8688         (org-agenda-type): New variable.
8689         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8690         Set `org-agenda-type'.
8691         (org-agenda-check-type): New function.
8692         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8693         (org-agenda-week-view, org-agenda-day-view)
8694         (org-agenda-next-date-line, org-agenda-previous-date-line)
8695         (org-agenda-log-mode, org-agenda-toggle-diary)
8696         (org-agenda-toggle-time-grid, org-agenda-date-later)
8697         (org-agenda-date-prompt, org-agenda-diary-entry)
8698         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8699         (org-agenda-convert-date, org-agenda-menu):
8700         Use `org-agenda-check-type'.
8701         (org-make-overlay, org-delete-overlay)
8702         (org-detatch-overlay, org-move-overlay, org-overlay-put):
8703         New compatibility functions.
8704         (org-calendar-select-mouse): New command.
8706 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
8708         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8709         (Custom-reset-standard): Fix y-or-n-p messages.
8710         (custom-link): New face for links.
8711         (custom-buffer-create-internal, custom-manual): Use it.
8712         (custom-face-save): Push to theme-face before setting face spec.
8714         * wid-edit.el (widget-default-mouse-face-get): New function.
8715         (widget-specify-button): Handle mouse-face like button-face.
8717         * custom.el (load-theme): Clear old theme settings if reloading.
8719 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8721         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8722         "Erase Customization" button back to same position it occupies in
8723         the individual State menus.
8725 2006-01-04  Kim F. Storm  <storm@cua.dk>
8727         * wid-edit.el (key-sequence): Rework widget to read key binding
8728         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
8729         (widget-key-sequence-default-value): Default value for empty sequence.
8730         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
8731         (widget-key-sequence-read-event): New command for C-q.
8732         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8733         (widget-key-sequence-value-to-external): New functions.
8735 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8737         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8738         Use expand-file-name.
8739         (flymake-delete-temp-directory): Use expand-file-name,
8740         file-name-directory, and directory-file-name.
8741         (flymake-strrchr): Delete.
8742         (flymake-start-syntax-check): Don't pass the redundant buffer argument
8743         to the init-f function.
8744         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8745         (flymake-init-find-buildfile-dir)
8746         (flymake-init-create-temp-source-and-master-buffer-copy)
8747         (flymake-simple-make-init-impl, flymake-simple-make-init)
8748         (flymake-master-make-init, flymake-master-make-header-init)
8749         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8750         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8751         (flymake-xml-init): Remove corresponding redundant buffer argument.
8752         (flymake-allowed-file-name-masks): Remove last elems that are equal to
8753         the default anyway.  Clean up regexps.
8755         * progmodes/flymake.el (flymake-temp-source-file-name)
8756         (flymake-master-file-name, flymake-temp-master-file-name)
8757         (flymake-base-dir): New buffer-local vars.
8758         (flymake-buffer-data, flymake-get-buffer-value)
8759         (flymake-set-buffer-value): Replace those hash-tables by the new
8760         buffer-local vars.  Update callers.
8762         * progmodes/flymake.el (flymake-check-start-time)
8763         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8764         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8765         Move definition, so we can remove redundant earlier declaration.
8766         (flymake-replace-regexp-in-string, flymake-split-string)
8767         (flymake-get-temp-dir): Use defalias.
8768         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
8769         (flymake-xemacs-window-edges): Remove unused function.
8770         (flymake-get-point-pixel-pos): Move.
8771         (flymake-pid-to-names, flymake-reg-names)
8772         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8773         Replace by a simple list flymake-processes and by process-buffer.
8774         Update callers.  Other than simplify the code, it uses buffers rather
8775         than buffer-names so it doesn't get confused by uniquify.
8776         (flymake-buffer-data): The global value should just be nil.
8778         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8779         Optimize the body of a defalias like any other code.
8781         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8782         Make sure we've setup font-lock's vars.  It may influence which
8783         function we then call.
8784         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8785         here since it's too late anyway.
8787 2006-01-03  Romain Francoise  <romain@orebokech.com>
8789         * startup.el (fancy-splash-tail, normal-splash-screen):
8790         Update copyright year.
8792 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
8794         * mouse.el (mouse-drag-track): Rename, from
8795         `mouse-drag-region-1'.  Includes optional argument required to
8796         enable post-drag event processing (e.g. delete region keys).
8797         Can be used without this argument to track a mouse region and operate
8798         on it as soon as the drag completes.
8799         (mouse-drag-region): Use `mouse-drag-track'.
8801 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
8803         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8804         Move to `custom-buffer' group.
8806         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8807         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8808         (custom-theme-insert-face-marker, custom-theme-variable-menu)
8809         (custom-theme-face-menu): New variables.
8810         (custom-theme-add-variable, custom-theme-variable-action)
8811         (custom-variable-reset-theme, custom-theme-delete-variable)
8812         (custom-face-reset-theme, custom-theme-face-action)
8813         (custom-theme-delete-face, custom-theme-merge-theme)
8814         (custom-theme-add-face, custom-theme-visit-theme): New functions.
8816 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
8818         * custom.el: Move Custom Themes commentary to start of theme code.
8819         (custom-known-themes): Rename `standard' theme to `changed'.
8820         (custom-push-theme): Caller no longer specifies what theme to use
8821         when doing `reset'---the setting is simply removed from the theme.
8822         Delete MODE from `theme-value' and `theme-settings' properties.
8823         (custom-declare-theme): Ignore &rest args since we don't use them.
8825         (custom-loaded-themes): Delete variable.
8826         (custom-theme-load-themes, custom-theme-loaded-p)
8827         (custom-theme-value): Delete functions.
8829         (custom-declare-theme): Signal error on invalid theme names.
8830         (provide-theme): custom-loaded-themes was deleted.
8831         (load-theme): Load the file unconditionally.
8832         (enable-theme): Call `load-theme' if theme is undefined.
8833         (custom-enabled-themes): Only update value for successful loads.
8834         (disable-theme): Complete from enabled themes when interactive.
8835         (custom-variable-theme-value): Calculate theme value directly.
8837         (custom-theme-reset-variables, custom-reset-variables): Mark as
8838         XEmacs compatibility functions.  We don't actually use these.
8840         * cus-edit.el (custom-variable-state-set):
8841         Use custom-variable-theme-value instead of custom-theme-value.
8842         (custom-face-state-set): Rename `standard' theme to `changed'.
8843         (custom-save-variables, custom-save-faces): Delete unneeded
8844         references to custom-reset-variables.
8845         (custom-save-resets): Delete function.
8846         (custom-save-variables, custom-save-faces): MODE argument deleted.
8847         (custom-save-variables, custom-save-faces): Ignore theme values.
8849         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8850         compatibility function.
8852 2006-01-01  Richard M. Stallman  <rms@gnu.org>
8854         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8855         (Custom-reset-current, Custom-reset-saved): Likewise.
8856         (Custom-reset-standard): Show message if aborted.
8857         (custom-mode): Doc fix, describing those commands.
8859         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8860         put on event-kind property.
8862 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
8864         * custom.el (provide-theme): Ban `user' theme name.
8865         (custom-enabling-themes): New variable.
8866         (enable-theme): Don't enable user if custom-enabling-themes is t.
8867         (custom-enabled-themes): Make it a defcustom.
8868         (custom-theme-recalc-face): No-op if face is undefined.
8870         * cus-edit.el (custom-button-mouse): New variable.
8871         (custom-button-mouse): New face.
8872         (custom-raised-buttons, custom-mode): Use it.
8874         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8876 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8878         * progmodes/gud.el (gud-display-line): Support hl-line in the
8879         source buffer.
8881 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
8883         * mouse.el (mouse-drag-window-above): Verify that the found window
8884         overlaps with the given window in the horizontal dimension.
8886 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8888         * Makefile.in (cvs-update): New target.
8890         * makefile.w32-in (cvs-update): Ditto.
8892 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
8894         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8895         (custom-new-theme-mode-map): New variable.
8897 2005-12-30  Richard M. Stallman  <rms@gnu.org>
8899         * custom.el (custom-load-themes): Function deleted.
8901         * cus-edit.el (custom-save-loaded-themes): Function deleted.
8902         (custom-save-variables): Don't delete or add custom-load-themes call.
8904 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * cus-start.el: Add `visible-cursor'.
8908         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8909         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8910         (flymake-process-filter): Switch to buffer before calling it instead.
8911         (flymake-post-syntax-check, flymake-highlight-err-lines)
8912         (flymake-delete-own-overlays, flymake-parse-err-lines)
8913         (flymake-start-syntax-check, flymake-start-syntax-check-process)
8914         (flymake-count-lines, flymake-parse-residual):
8915         Remove constant buffer argument.
8916         (flymake-start-syntax-check-for-current-buffer): Remove.
8917         Update callers to use flymake-start-syntax-check instead.
8918         (flymake-display-err-menu-for-current-line):
8919         Remove unused var `mouse-pos'.
8920         (flymake-restore-formatting): Comment out unused function.
8921         (flymake-report-status, flymake-report-fatal-status): Remove buffer
8922         argument, use current-buffer instead.  Update callers.
8924 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8926         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8927         buffer-local because choose-completion-delete-max-match requires
8928         that we set completion-ignore-case (i.e., binding via let is not
8929         sufficient).
8930         (bibtex-complete): Always set completion-ignore-case and
8931         choose-completion-string-functions.  The latter is needed because
8932         choose-completion-string-functions keeps its value if we quit the
8933         *Completions* buffer without requesting a completion.
8935 2005-12-30  Andreas Schwab  <schwab@suse.de>
8937         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8939 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
8941         * jit-lock.el (jit-lock-chunk-size): Doc fix.
8943 2005-12-30  Juri Linkov  <juri@jurta.org>
8945         * locate.el (locate-fcodes-file, locate-header-face)
8946         * progmodes/delphi.el (delphi-other-face)
8947         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8949         * paren.el (show-paren-match, show-paren-mismatch): Use existing
8950         group `paren-showing-faces'.
8952         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8953         (goto-address): Fix docstring.
8955         * net/webjump.el (webjump-sample-sites): Update URLs.
8957         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8959         * subr.el (cancel-change-group): Add listp around pending-undo-list.
8961 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8963         * font-lock.el (font-lock-compile-keywords): Signal an error when
8964         font-lock-set-defaults hasn't been called.
8966 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8968         * subr.el (noreturn, 1value): Doc fixes.
8970 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8972         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8973         that assoc-string returns nil.
8975 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8977         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8978         (bibtex-entry-type-str, bibtex-empty-field-re)
8979         (bibtex-search-backward-string, bibtex-preamble-prefix)
8980         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8981         (bibtex-any-valid-entry-type): New variable.
8982         (bibtex-parse-field-name): Simplify.
8983         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8984         (bibtex-preamble-prefix): Include left delimiter.
8985         (bibtex-search-forward-field, bibtex-search-backward-field):
8986         Allow unbounded search past entry boundaries (required by bibtex-pop).
8987         (bibtex-text-in-field-bounds): Use push.
8988         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8989         (bibtex-parse-preamble, bibtex-valid-entry)
8990         (bibtex-beginning-first-field): New functions.
8991         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
8992         (bibtex-map-entries): Fix docstring.
8993         (bibtex-flash-head): New arg prompt.  Simplify.
8994         (bibtex-enclosing-field): Include code of bibtex-inside-field.
8995         (bibtex-insert-kill): Simplify.  Always insert text past the
8996         current field or entry.
8997         (bibtex-format-entry): Use bibtex-parse-field.
8998         (bibtex-pop): Use bibtex-beginning-of-entry and
8999         bibtex-end-of-entry to initiate the search.  Insert empty field if
9000         we found ourselves.
9001         (bibtex-print-help-message): New args field and comma.
9002         Handle entry keys.
9003         (bibtex-make-field): Use bibtex-beginning-of-entry.
9004         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
9005         invalid entry.
9006         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
9007         Handle preambles.  Simplify code for thorough test.
9008         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
9009         New arg comma.  Handle entry heads.
9010         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
9011         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
9012         New arg comma.
9013         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
9014         (bibtex-fill-field): Simplify.
9015         (bibtex-fill-entry): Use bibtex-beginning-first-field and
9016         bibtex-parse-field.
9017         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
9018         (bibtex-complete): Use bibtex-parse-preamble.
9020 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
9022         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
9023         Display name of expression instead of convenience variable.
9024         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
9026         * progmodes/gud.el (gud-tooltip-dereference): Rename from
9027         toggle-gud-tooltip-dereference.
9028         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
9029         (gud-tooltip-tips): ...here when dereferencing.
9031 2005-12-28  Bill Wohler  <wohler@newt.com>
9033         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
9035 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9037         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
9038         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
9039         (vc-annotate-display-autoscale): Adjust call.
9040         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
9041         Fix interactive spec.
9042         (vc-annotate-time-span): Remove.
9043         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
9044         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
9045         (vc-annotate-display-select): Use new name.
9047         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
9048         (vc-annotate-mode-menu): Remove left-over redundant declaration.
9049         Correct the construction of span entries.  Simplify.
9050         (vc-annotate-display-select): Fix the nil case.
9051         (vc-annotate): Remove obsolete (and now broken) code.
9052         (vc-annotate-extract-revision-at-line): Remove obsolete code.
9053         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
9055 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
9057         * subr.el (lazy-completion-table): Correct typo in docstring.
9059         * startup.el (command-line): Use `custom-reevaluate-setting' for
9060         `send-mail-function'.
9062         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
9064 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
9066         * mail/smtpmail.el (smtpmail-try-auth-methods):
9067         Send credentials together with "AUTH PLAIN" command.
9069 2005-12-27  Richard M. Stallman  <rms@gnu.org>
9071         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
9072         mouse-2, go back to previously selected window, so it's selected
9073         when mouse-2 command runs.
9075 2005-12-27  Juri Linkov  <juri@jurta.org>
9077         * descr-text.el (describe-text-sexp): Use square brackets for
9078         button [Show] to distinguish it from the property value `show'.
9079         (describe-property-list): Use `insert-text-button' with
9080         `help-face' type instead of putting face in quotes, because button
9081         is not created automatically for a list of faces.
9082         (describe-text-properties-1): Put button-type value in quotes to
9083         distinguish from plain text "button".
9084         (describe-char): Display code point values in hex.  Don't use
9085         `symbol-name' for `current-input-method' because it is a string.
9086         Use `insert-text-button' with `help-face' type instead of putting
9087         hardcoded face in quotes, because button is not created automatically.
9089 2005-12-27  Richard M. Stallman  <rms@gnu.org>
9091         * progmodes/glasses.el (glasses-face): More specific custom type.
9093         * files.el (set-visited-file-name): Doc fix.
9095         * textmodes/flyspell.el (flyspell-external-point-words):
9096         Use local var buffer-scan-pos to advance scan for next misspelling.
9097         Advance it only after we find the misspelling.
9099 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
9101         * textmodes/flyspell.el (flyspell-external-point-words):
9102         New criteria for finding the misspelling in the buffer.
9104 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
9106         * help-mode.el (help-insert-string): Set help-xref-stack-item
9107         rather than call help-setup-xref.
9109         * descr-text.el (describe-char): Revert previous changes for
9110         optional buffer argument.
9112 2005-12-27  Juri Linkov  <juri@jurta.org>
9114         * help-mode.el (help-insert-string): New function.  Save buffer
9115         contents in cases where it is impossible to recompute the old contents.
9117         * descr-text.el (describe-char): Set help-xref-stack-item
9118         explicitly after buffer has been generated.
9120 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9122         * cus-start.el (all): Add x-gtk-show-hidden-files.
9124 2005-12-26  Richard M. Stallman  <rms@gnu.org>
9126         * replace.el (perform-replace): Calculate match-again
9127         before skipping read-only matches.
9129         * paren.el (paren-showing-faces): New group.
9130         (show-paren-match, show-paren-mismatch): Move to that group.
9132         * button.el (button): Put into group `basic-faces'.
9134         * progmodes/make-mode.el: Remove faces from group `faces'.
9136         * apropos.el (apropos, apropos-value): Doc fix.
9137         (apropos-documentation): Doc fix.
9139 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * subr.el (lazy-completion-table): Remove argument `args'.
9143         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9144         Don't use the `args' argument of lazy-completion-table.
9146 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
9148         * descr-text.el (describe-char): Add optional argument for buffer.
9149         Set buffer appropriately.  Call help-setup-xref.
9150         Suggested by Stefan Monnier.
9152 2005-12-26  Juri Linkov  <juri@jurta.org>
9154         * descr-text.el: Require `help-fns' at runtime.  Don't require
9155         `button' for byte compilation.
9156         (describe-text-widget): Add `help-echo' for first button.
9157         Use `help-info' for second.
9158         (describe-property-list): Use `help-argument-name' instead of `italic'.
9159         (describe-text-category): Add prompt to interactive spec.
9160         Call `help-setup-xref'.
9161         (describe-char): Use `help-character-set'.  Add `help-echo' for
9162         code point.  Use `help-input-method'.  Remove superfluous insert.
9164 2005-12-25  Richard M. Stallman  <rms@gnu.org>
9166         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
9167         at point, in case of narrowing.
9169         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
9171         * locate.el (locate-header-face): Allow nil in type.
9173         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
9175 2005-12-25  Romain Francoise  <romain@orebokech.com>
9177         * battery.el (battery-linux-proc-acpi): Also try
9178         `/proc/acpi/thermal_zone/THM0/temperature'.
9180 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
9182         * custom.el (custom-push-theme): Fix docstring.
9184         * cus-edit.el (custom-variable-set, custom-variable-save)
9185         (custom-variable-save): Custom-quote widget values.
9186         (customize-save-variable): Fix custom-push-theme call.
9188 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
9190         * w32-fns.el (w32-batch-update-autoloads): New function.
9192         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
9193         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
9194         from the command line.
9196 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
9198         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
9199         reset means to remove setting from theme entirely.  Don't keep
9200         expanding theme-settings list; delete old entries if necessary.
9202         * cus-edit.el (custom-buffer-create-internal): Move "Erase
9203         customization" button one line up.
9204         (custom-themed): New face.
9205         (custom-magic-alist): New value, THEMED, for theme settings.
9206         (custom-variable-state-set, custom-face-state-set):
9207         Check theme-value instead of saved-value.
9208         (custom-variable-reset-standard, custom-face-reset-standard):
9209         Remove theme setting entirely.  Recalculate new values.
9210         (custom-variable-set, custom-variable-set)
9211         (custom-variable-reset-saved, custom-variable-reset-backup)
9212         (custom-face-set, custom-face-reset-saved): Update `user' theme.
9213         (custom-variable-save): Fix typos.
9215 2005-12-23  Juri Linkov  <juri@jurta.org>
9217         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
9218         Add autoload cookies.
9219         (edebug-outside-d-c-i-n-s-w): New variable.
9220         (edebug-display, edebug-outside-excursion): Use it to save the
9221         original value of default-cursor-in-non-selected-windows.
9222         Set default-cursor-in-non-selected-windows to t while Edebug
9223         is active.
9224         (edebug-mode, edebug-eval-mode): Doc fix.
9226         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
9227         with `buffer-substring-no-properties' to remove common substring
9228         highlighting.
9230         * info.el (info-other-window, info): Rename function argument
9231         `file' to `file-or-node'.
9232         (Info-complete-menu-item): Use local variable `complete-nodes' to
9233         keep the global value of `Info-complete-nodes' unchanged for
9234         subsequent completions.
9235         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
9237         * simple.el (get-next-valid-buffer, last-buffer)
9238         (next-error-buffer-p, next-error-find-buffer)
9239         (minibuffer-history-sexp-flag): Doc fix.
9241         * savehist.el (savehist-mode-hook): Add `:group'.
9243         * log-view.el: Call autoload for vc-find-version.
9244         (log-view-current-file): Adjust subgroup numbers.
9245         (log-view-current-tag): Add `length'.
9247 2005-12-23  Richard M. Stallman  <rms@gnu.org>
9249         * vc.el (vc-annotate-car-last-cons): Defn moved up.
9251 2005-12-23  Juri Linkov  <juri@jurta.org>
9253         * hi-lock.el (hi-lock-archaic-interface-message-used)
9254         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9255         (hi-lock-mode): Display "Hi" in the mode line only when
9256         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
9257         (hi-lock-write-interactive-patterns):
9258         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
9259         (hi-lock-set-pattern, hi-lock-set-file-patterns)
9260         (hi-lock-font-lock-hook): Set 3rd arg `how' of
9261         font-lock-add-keywords to t.
9263 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
9265         * hi-lock.el (hi-lock-highlight-range): New variable.
9266         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
9267         only if font-lock-fontified is non-nil.  Remove overlays.
9268         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
9269         font-lock-fontified is non-nil, otherwise use overlays (instead of
9270         text properties).
9271         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
9272         New variables.
9273         (hi-lock-string-serialize) New function.
9275 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9277         * menu-bar.el (menu-find-file-existing): New function.
9278         (menu-bar-file-menu): Use menu-find-file-existing for Open.
9280         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
9282 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9284         * vc.el: Remove unnecessary leading * in docstrings.
9285         (vc-annotate-mode-map): Move initialization into declaration.
9286         (vc-static-header-alist): Nitpick on the regexp.
9287         (vc-default-init-version): New fun.
9288         (vc-register): Use it.
9289         (vc-insert-headers): Use dolist.
9290         (vc-annotate-get-backend): Remove unused function.
9291         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
9292         (vc-annotate-mode): Remove corresponding call.
9293         (vc-annotate-car-last-cons): Simplify.
9294         (vc-annotate-buffers): Remove var.
9295         (vc-annotate-backend): Make it buffer-local.
9296         (vc-annotate): Move the interaction to the interactive spec.
9297         Add a `buf' argument.
9298         (vc-annotate-warp-version): Use this new `buf' argument to avoid
9299         killing&creating a vc-annotate buffer, which is very disruptive when
9300         the buffers are shown in dedicated frames.
9302 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
9304         * descr-text.el: Add FSF as maintainer.
9305         (describe-text-mode, describe-text-mode-map)
9306         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
9307         help-mode.
9308         (describe-text-widget, describe-text-sexp)
9309         (describe-property-list, describe-text-category)
9310         (describe-text-properties, describe-text-properties-1)
9311         (describe-char): Use help buttons instead of widgets.
9312         (describe-char-unicodedata-file): Make URL link in doc string.
9314 2005-12-22  Richard M. Stallman  <rms@gnu.org>
9316         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9317         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9318         Don't include buttons that write a file when there's no file.
9319         (custom-variable-menu, custom-face-menu, custom-group-menu):
9320         Don't include commands that write a file when there's no file.
9321         (customize-browse): Reword the top-of-buffer help intro.
9322         (custom-buffer-create-internal): Fix previous change.
9323         (customize-changed-options-previous-release): Prev release is 21.1.
9324         (customize-changed-options): Doc fix.
9325         (customize-changed): New alias.
9326         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9327         Say "standard values".
9328         (Custom-reset-standard): Doc fix.
9329         (custom-face-reset-standard): Doc fix.
9331 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9333         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9334         even if font-lock-mode is non-nil since it may be t without having
9335         turned on font-lock-mode-internal.
9336         (font-lock-choose-keywords): Minor optimization.
9337         (font-lock-add-keywords, font-lock-remove-keywords)
9338         (font-lock-set-defaults): Don't call make-local-variable on a variable
9339         that we know to already be local.
9341 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9343         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9344         messages if in the minibuffer.
9346 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9348         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9349         (tex-mode-flyspell-verify, flyspell-get-word)
9350         (flyspell-external-point-words): Don't use point-min/max uselessly.
9352         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9353         by Kevin Rodgers.  Instead, just hide the completions buffer if we
9354         don't need to show it.
9356 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
9358         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9360 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9362         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9363         delete-windows-on with an inexistent buffer.
9365 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
9367         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9368         Delete defcustom variable :tag names.
9370 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9373         (log-view-font-lock-keywords): Ajust subgroup numbers.
9374         (log-view-current-tag): Don't hard code the number of subgroups.
9376 2005-12-20  Juri Linkov  <juri@jurta.org>
9378         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9379         (tooltip-x-offset, tooltip-y-offset): Doc fix.
9381         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9382         (menu-bar-non-minibuffer-window-p): Instead of checking
9383         display-multi-frame-p, use selected-frame when menu-updating-frame
9384         is nil.
9386 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
9388         * align.el (align-rules-list): Use [ \t] instead of \s-
9389         for column separators in text mode.
9391 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
9393         * help-mode.el (help-customize-variable, help-customize-face):
9394         Don't pop help-xref-stack as help-follow no longer pushes
9395         anything on to it.
9397 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
9399         * textmodes/org.el (org-agenda-custom-commands): New option.
9400         (org-agenda): Offer custom commands on splash screen.
9401         (org-make-tags-matcher): Parser for Boolean logic added.
9402         (org-agenda-set-tags): New command.
9403         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9404         (org-set-tags): Efficiency improvements.
9405         (org-auto-align-tags): New option.
9406         (org-todo, org-demote, org-promote): Realign tags.
9407         (org-tags-completion-function): Use also "&" and "|" as separators.
9408         (org-org-menu): Agenda commands simplified.
9410 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
9412         * cus-edit.el (customize-apropos, customize-apropos-options):
9413         Docstring changes.
9415         * font-lock.el (font-lock): Add tags to the links in the defgroup.
9417 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
9419         * longlines.el (longlines-mode): Wrap while widened.
9420         (longlines-decode-region, longlines-encode-region): Compute max
9421         just once.
9423 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9425         * cus-edit.el (mac): New group.
9427         * cus-start.el (all): Add user options in macterm.c.  Add test for
9428         Mac-related built-ins.  Fix test for GTK-related built-ins.
9430         * term/mac-win.el (mac-handle-language-change)
9431         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9432         (mac-services-open-selection, mac-services-mail-selection)
9433         (mac-services-mail-to, mac-services-insert-text)
9434         (mac-dispatch-apple-event): Add docstrings.
9435         (x-get-selection, mac-select-convert-to-string): Select coding
9436         system from `utf-16be' and `utf-16le' using `byteorder'.
9438 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9440         * subr.el (lazy-completion-table): Don't be fooled if the var holds
9441         a "list" (lambda ...) rather than a real completion list.
9443         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9444         lexical-let when encountering ((lambda (...) ...) ...).
9446 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
9448         * progmodes/sh-script.el (sh-mode):
9449         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9450         * textmodes/picture.el (picture-mode): Update docstrings.
9452 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
9454         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9455         commands enclosed in $(ARGQUOTE)s should not be split between two
9456         lines, as that will break with GNU Make >3.80, when sh.exe is used
9457         and arg quoting is with '..'.
9458         (autoloads): Don't break the quoted --eval expression between
9459         several lines.
9461 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
9463         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9464         Capture error from printing circular structures.
9466 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
9468         * wid-edit.el (widget-checkbox-action): Clear undo info.
9470 2005-12-16  Bill Wohler  <wohler@newt.com>
9472         * menu-bar.el (kill-this-buffer): Set a good example by using menu
9473         bar, not menubar in comment.
9475 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9477         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9478         After-change-functions should not clobber the match data.
9480 2005-12-16  Juri Linkov  <juri@jurta.org>
9482         * simple.el (choose-completion): Use `buffer-substring-no-properties'
9483         instead of `buffer-substring'.
9484         (completion-common-substring): Doc fix.
9485         (completion-setup-function): Use minibuffer-completion-contents
9486         instead of minibuffer-contents.  Don't set common-string-length
9487         initially.  Remove special handling of partial-completion-mode.
9488         Move computation of completion-base-size into one cond.
9489         Call completion-base-size-function in mainbuf.  In computation of
9490         completion-base-size for file name completion don't move point to
9491         the end of the minibuffer.  Move computation of common-string-length
9492         into one cond.  Start putting faces only when common-string-length>=0.
9493         Add condition to put completions-common-part when
9494         common-string-length>0.
9496         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9497         place point at the first different character in the minibuffer
9498         even if this position is at the beginning of the minibuffer.
9500         * info.el (Info-read-node-name-1): In completion-base-size-function's
9501         lambda return 1 if common-substring or minibuffer-completion-contents
9502         starts with (, and 0 otherwise.
9504         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9505         Use `crm-current-element' for second arg of `display-completion-list'.
9507 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
9509         * files.el (set-auto-mode): Look for an interpreter specified on
9510         the first line also if search for mode specification succeeded,
9511         but the mode is not known.
9513 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
9515         * textmodes/org.el (org-tags-match-list-sublevels): New option.
9516         (org-open-at-point): Implement tag searches as links.
9517         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9518         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9519         (org-tags-sparse-tree, org-tags-view, org-set-tags)
9520         (org-agenda-dispatch): New commands.
9521         (org-use-tag-inheritance, org-tags-column): New options.
9522         (org-tab-follows-link, org-return-follows-link): New options.
9523         (org-tags): New customize group.
9524         (org-start-icalendar-file): Get local time zone.
9525         (org-tags-completion-function): New function.
9526         (org-set-font-lock-defaults): Make sure links will also be
9527         highlighted inside headlines.
9529 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
9531         * term.el (term-emulate-terminal):
9532         Let term-handle-ansi-terminal-messages override what Bash says about
9533         its current directory.
9535 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9537         * bindings.el (last-buffer): Move to simple.el.
9538         * simple.el (last-buffer): Move here.
9539         (get-next-valid-buffer): New function.
9540         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9541         (prev-buffer): Ditto.  Rename to `previous-buffer'.
9543         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9544         * bindings.el (global-map): Ditto.
9546 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
9548         * cus-edit.el: Introductory comment change.
9549         (custom-magic-alist): Change message string for the `rogue' state.
9551 2005-12-15  Richard M. Stallman  <rms@gnu.org>
9553         * tooltip.el: Delete defcustom variable :tag names.
9555         * complete.el (partial-completion-mode): Doc fix.
9557         * textmodes/flyspell.el (flyspell-external-point-words):
9558         Use save-excursion to ensure we don't move backward in the
9559         search loop, not even one character.
9560         (flyspell-delete-all-overlays): Use remove-overlays directly.
9562         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9563         (ispell-start-process): Set that variable.
9564         Clear ispell-buffer-local-name.
9565         (ispell-internal-change-dictionary):
9566         Set ispell-current-dictionary after killing process.
9567         (ispell-buffer-local-dict):
9568         Don't set spell-personal-dictionary after killing process.
9569         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9570         (ispell-tex-skip-alists, ispell-html-skip-alists)
9571         (ispell-skip-region-alist): Mark as risky.
9573         * net/newsticker.el (newsticker--retrieval-timer-list)
9574         (newsticker--display-timer, newsticker-running-p)
9575         (newsticker-ticker-running-p): Definitions moved up.
9577 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
9579         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9581 2005-12-15  David Ponce  <david@dponce.com>
9583         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9584         (recentf-edit-list, recentf-open-files): Signal an error when
9585         there is no recent file.
9587 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9589         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9590         read-only except for texinfo-format-region evaluation.
9592 2005-12-14  Richard M. Stallman  <rms@gnu.org>
9594         * vc.el (vc-default-previous-version, vc-default-next-version)
9595         (vc-do-command): Doc fixes.
9597 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9599         * textmodes/bibtex.el (bibtex-expand-strings)
9600         (bibtex-autokey-expand-string, bibtex-name-part)
9601         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9602         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9603         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9604         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9605         (bibtex-entry-postfix, bibtex-known-entry-type-re)
9606         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9607         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9608         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9609         (bibtex-beginning-of-last-entry): Remove.
9610         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
9611         message if comma is missing but buffer is read-only.
9612         (bibtex-parse-field-text): Handle whitespaces at the end of field
9613         text.  Return 3-element list with beginning and end of field text
9614         and end of field.
9615         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9616         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
9617         (bibtex-search-forward-field, bibtex-search-backward-field):
9618         Search always delimited by limits of entry.  Use more efficient
9619         search algorithms.
9620         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9621         bibtex-end-of-name-in-field.
9622         (bibtex-text-in-field-bounds): Handle BibTeX strings when
9623         extracting the content of a field.
9624         (bibtex-text-in-field): Use search limits.
9625         (bibtex-parse-string-prefix): Handle empty string keys based on
9626         bibtex-string-empty-key.
9627         (bibtex-parse-string): Fix docstring.
9628         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9629         (bibtex-preamble-prefix, bibtex-strings): New functions.
9630         (bibtex-skip-to-valid-entry): Include preceding whitespace in
9631         BibTeX entries (consistent with other BibTeX functions).
9632         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9633         (bibtex-search-entry): Fix docstring.  Simplify.
9634         (bibtex-flash-head, bibtex-complete-string-cleanup)
9635         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9636         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9637         (bibtex-parse-entry): New optional arg content.
9638         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9639         Use bibtex-text-in-field-bounds.
9640         (bibtex-print-help-message): Handle BibTeX strings and preambles.
9641         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9642         bibtex-parse-string-postfix.
9643         (bibtex-find-text-internal): New function.
9644         (bibtex-remove-delimiters): Use it.
9645         (bibtex-find-text): Use it.  New optional arg help.
9646         (bibtex-complete): Handle BibTeX string and preamble entries.
9647         (bibtex-Preamble): Fix order of closing delimiters.
9649 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * vc.el (vc-default-revert): New fun.
9653         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9655 2005-12-14  Romain Francoise  <romain@orebokech.com>
9657         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9658         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9659         (font-lock-remove-keywords): Likewise.
9661 2005-12-14  Juri Linkov  <juri@jurta.org>
9663         * log-view.el (log-view-diff): Doc fix.
9665         * isearch.el (isearch-query-replace): Use (mark) instead of
9666         isearch-opoint if mark is active in transient-mark-mode.
9668 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
9670         * isearch.el (isearch-query-replace): Check for isearch-other-end.
9672 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
9674         * progmodes/cpp.el (cpp-face): New widget.
9675         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9677 2005-12-14  Juri Linkov  <juri@jurta.org>
9679         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9680         around `erase-buffer' and `insert'.
9682         * descr-text.el (describe-text-properties): Replace buffer name
9683         "*Help-2*" with "*Help*<2>".
9684         (describe-char): Add functions print-help-return-message,
9685         toggle-read-only.  Use help-setup-xref with nil to not store
9686         describe-char in help-xref-stack.  Use help-make-xrefs to
9687         make [back] button.
9689         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9691         * wdired.el (wdired-old-point): New internal variable.
9692         (wdired-change-to-wdired-mode): Set it buffer-locally.
9693         (wdired-abort-changes): Restore point after aborting changes.
9695 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9697         * vc.el (vc-do-command): Add a new value t for okstatus.
9699         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9700         frame in case of errors.
9702 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9704         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9705         so it comes after "On the Left" in the menu.
9707 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
9709         * cus-edit.el (customize-apropos, customize-apropos-options)
9710         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9712 2005-12-12  Bill Wohler  <wohler@newt.com>
9714         * vc-svn.el (vc-svn-registered): Fix problem of visiting
9715         non-writable Subversion-controlled files by saving window
9716         configuration before calling vc-do-command.  vc-do-command calls
9717         pop-to-buffer on error which is unexpected during registration.
9719 2005-12-12  Jay Belanger  <belanger@truman.edu>
9721         * calc/README: Update the summary of changes.
9723 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9725         * descr-text.el (describe-char): Rework last fix to solve the problem
9726         is the same way it's solved for everything else in that function
9727         (i.e. by extracting the info before setting up the *Help* buffer).
9729 2005-12-12  Kim F. Storm  <storm@cua.dk>
9731         * subr.el (version-regexp-alist): Allow space as separator before
9732         non-numeric part, e.g. "1.0 alpha".
9733         (version-to-list): Interpret .X.Y version as 0.X.Y version.
9735 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
9737         * textmodes/org.el (org-agenda, org-timeline, org-todo):
9738         Implement Logging and the keep-modes setting.
9739         (org-get-category): Make sure a string is returned.
9740         (org-log-done): New function.
9741         (org-log-done, org-closed-string): New options.
9743 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9745         * tooltip.el (tooltip-y-offset): Change default to 20.
9747 2005-12-12  Richard M. Stallman  <rms@gnu.org>
9749         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9751         * frame.el (display-hourglass): Doc fix.
9753         * help.el (help-for-help-internal): Simplify entry for `a'.
9755         * info.el (Info-on-current-buffer): Doc fix.
9756         (info-insert-file-contents): Don't test (featurep 'jka-compr).
9758         * startup.el (inhibit-splash-screen): Make this the real name.
9759         (inhibit-startup-message): Make this the alias.
9760         (command-line): Find only simple.el, and use its directory
9761         to fill in other preloaded files' names.
9762         (command-line): Deactivate the mark if deactivate-mark is set.
9764         * international/mule.el (load-with-code-conversion):
9765         Bind deactivate-mark.
9767         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9769 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
9771         * cus-edit.el (customize-apropos): Avoid listing an option more
9772         than once under different aliases.  No longer list user options
9773         that are not defined with defcustom (unless a prefix arg is given).
9774         Doc fix.
9775         (customize-apropos-options): Doc fix.
9777 2005-12-11  Juri Linkov  <juri@jurta.org>
9779         * frame.el (set-background-color, set-foreground-color)
9780         (set-cursor-color, set-mouse-color, set-border-color):
9781         Add explicit prompts to read colors by `facemenu-read-color'.
9782         (show-trailing-whitespace, blink-cursor-delay)
9783         (blink-cursor-interval, display-hourglass, hourglass-delay):
9784         Remove tags.
9785         (display-hourglass, hourglass-delay): Doc fix.
9786         (cursor-in-non-selected-windows): Capitalize words in tag.
9788         * faces.el (frame-background-mode): Replace `choice-item' keywords
9789         with `const' to not make [default] button.  Change default value tag
9790         from `default' to `automatic'.  Doc fix.
9791         (trailing-whitespace) <defface>: Change group `whitespace' to
9792         `whitespace-faces'.
9794 2005-12-11  Richard M. Stallman  <rms@gnu.org>
9796         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9798 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9800         * term/mac-win.el: Create keymap for mac-apple-event-map.
9802 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
9804         * tooltip.el (tooltip-mode): Move to start of file so that it
9805         appears at top of customize buffer.
9807         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9808         Add the gud groupname.
9809         (gud-tooltip-mode): Add the tooltip groupname.
9810         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
9811         avoid conflict with tooltip-use-echo-area.
9813 2005-12-10  Romain Francoise  <romain@orebokech.com>
9815         * help.el (help-for-help-internal): Add `r' in doc string.
9817 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9819         * align.el (align-regexp, align-highlight-rule):
9820         Use region-beginning and region-end instead of point and mark, so that
9821         repetition (with `repeat-complex-command') recomputes the region
9822         bounds.
9824 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9826         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9827         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9828         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9829         (balance-windows): Rewrite using the above new functions.
9831 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
9833         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9834         react if global-hi-lock-mode seems intended.
9835         (global-hi-lock-mode) Renamed from hi-lock-mode.
9836         (hi-lock-archaic-interface-message-used)
9837         (hi-lock-archaic-interface-deduce): New variables.
9838         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9839         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9840         (hi-lock-find-patterns, hi-lock-font-lock-hook):
9841         Replace hi-lock-buffer-mode with hi-lock-mode.
9843 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
9845         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9846         completion list, even after a partial completion has been
9847         inserted in the current buffer.  If there are more than 1
9848         completion, redisplay the *Completions* buffer; if the
9849         completion is unique, delete the *Completions* window.
9851 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
9853         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9854         strings and long subject lines that were broken into multiple
9855         lines at arbitrary places.  Handle subjects that have "Re: " in
9856         the middle.
9858 2005-12-10  John W. Eaton  <jwe@octave.org>
9860         * emacs/octave-mod.el (octave-electric-space): Don't indent
9861         comments or strings if octave-auto-indent is nil.
9863 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9865         * term/mac-win.el: Require url when compiling.
9866         Call mac-process-deferred-apple-events after loading init files.
9867         (mac-apple-event-map): New defvar.  Define event handlers in it.
9868         (core-event, internet-event): New Apple event class symbols.
9869         (open-application, reopen-application, open-documents)
9870         (print-documents, open-contents, quit-application)
9871         (application-died, show-preferences, autosave-now, get-url):
9872         New Apple event ID symbols.
9873         (about): New HICommand ID symbol.
9874         (mac-event-spec, mac-event-ae): New macros.
9875         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9876         (mac-ae-selection-range, mac-ae-text-for-search)
9877         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9878         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
9879         and Services menu events are now defined in mac-apple-event-map.
9880         (mac-drag-n-drop): Remove selection range handling.
9882 2005-12-10  Kenichi Handa  <handa@m17n.org>
9884         * simple.el (zap-to-char):
9885         * isearch.el (isearch-process-search-char): Translate CHAR by
9886         translation-table-for-input.
9888 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
9890         * foldout.el (foldout-exit-fold): Properly hide subtree.
9892 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9894         * files.el (save-buffer):
9895         * international/ucs-tables.el (ucs-set-table-for-input):
9896         * mail/mail-extr.el (mail-extract-address-components):
9897         * mail/sendmail.el (mail-mode): Reformat doc string.
9899 2005-12-09  Juri Linkov  <juri@jurta.org>
9901         * isearch.el (isearch-highlight): Change main overlay priority
9902         from 1 to 1001.  Simplify.
9903         (isearch-lazy-highlight-update): Change lazy overlay priority
9904         from 0 to 1000.
9906         * replace.el (replace-highlight): Change overlay priority from
9907         1 to 1001.
9909         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9910         Change overlay priority from 1 to 1001.  Reuse existing overlay.
9912         * compare-w.el (compare-windows-highlight): Change overlay
9913         priority from 1 to 1000.
9915         * menu-bar.el (menu-bar-edit-menu): Add listp around
9916         pending-undo-list to disable menu item "undo" when pending
9917         undo list is empty.
9919         * locate.el (locate): Disable undo in *Locate* buffer.
9921 2005-12-09  Kim F. Storm  <storm@cua.dk>
9923         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9925 2005-12-09  David Ponce  <david@dponce.com>
9927         * recentf.el: Improvement of the menu code.
9928         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
9929         instead of menu hook.
9930         (recentf-show-menu, recentf-hide-menu): New functions.
9931         (recentf-menu-customization-changed, recentf-mode): Use them.
9932         (recentf-menu-action, recentf-max-menu-items)
9933         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9934         (recentf-arrange-by-rule-others)
9935         (recentf-arrange-by-rules-min-items)
9936         (recentf-arrange-by-rule-subfilter) : Don't use
9937         `recentf-menu-customization-changed'.
9938         (recentf-arrange-rules): Likewise.  Accept functions to compute
9939         sub-menu titles.
9940         (recentf-menu-filter): Likewise.  Doc fix.
9941         (recentf-menu-value-shortcut): Doc fix.
9942         (recentf-dump-variable): Quote atom value.
9943         (recentf-make-menu-items): Update to use it as a menu filter.
9944         (recentf-match-rule): New function.
9945         (recentf-arrange-by-rule): Use it.
9946         (recentf-indirect-mode-rule): New function.
9947         (recentf-build-mode-rules): Use it.
9948         (recentf-dir-rule): New function.
9949         (recentf-arrange-by-dir): Use it.
9950         (recentf-filter-changer-current): Rename from
9951         `recentf-filter-changer-state'.  All references updated.
9952         (recentf-filter-changer-alist): Update filter names.
9953         (recentf-filter-changer-select): New function.
9954         (recentf-filter-changer): Use it.  Make a sub-menu from filters
9955         available in `recentf-filter-changer-alist'.
9956         (recentf-data-cache, recentf-clear-data)
9957         (recentf-update-menu): Remove.  All references updated.
9958         (recentf-match-rule-p, recentf-build-dir-rules)
9959         (recentf-filter-changer-goto-next)
9960         (recentf-filter-changer-get-current)
9961         (recentf-filter-changer-get-next): Remove.
9963 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
9965         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9966         buffer "Reset" button to "Reset to Current" for consistency with
9967         the State buttons.
9969 2005-12-08  John Paul Wallington  <jpw@pobox.com>
9971         * ibuf-ext.el (define-ibuffer-filter filename):
9972         If `dired-directory' is a list then really use its car.
9974 2005-12-08  Kim F. Storm  <storm@cua.dk>
9976         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9977         Fix indention of text on right side of replaced rectangle.
9979 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
9981         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9982         No need to check gud-comint-buffer is bound.
9983         (gdb): Prevent multiple debugging when first session uses gdba.
9985 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9987         CC Mode update to 5.31.
9989         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9990         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
9991         We might do this function properly in the future).
9993         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9994         New macros c-sentence-end and c-default-value-sentence end, to cope
9995         with Emacs 22's new function `sentence-end'.
9997 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9999         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
10000         compat issue using `c-put-overlay' and `c-delete-overlay'.
10002         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
10003         New compat macros to handle overlays/extents.
10005 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10007         * progmodes/cc-fix.el: Add definitions of the macros push and pop
10008         (for GNU Emacs 20.4)
10010         * progmodes/cc-defs.el:
10011         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
10013         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
10014         highlighting mechanism so it will work in XEmacs too.
10016         * progmodes/cc-defs.el: Insert c-int-to-char.
10018         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
10019         call to the new macro c-int-to-char.  This solves XEmacs's
10020         regarding characters as different from integers.
10022 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10024         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
10025         New internal helper.
10027         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
10028         construct to make the indirect face lookup work in XEmacs.
10030         (c-cpp-matchers): Append the negation char face to the existing
10031         fontification, so that the cpp face doesn't disappear.
10032         Use `c-make-syntactic-matcher' to avoid negation chars in comments
10033         and strings.
10035         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
10036         to map to `font-lock-negation-char-face' in emacsen where it exists.
10038 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10040         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
10042         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
10043         Rename "c-subword-move-mode" as "c-subword-mode".
10045         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
10046         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
10048 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10050         * progmodes/cc-mode.el: Added autoload directive for
10051         `c-subword-move-mode' for use in older emacsen.
10053 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10055         * progmodes/cc-mode.el:
10056         (i) Insert a binding for C-c C-backspace into
10057         c-bind-special-erase-keys which works in TTYs.
10058         (ii) Make sure that when file styles are used, any explicitly
10059         given style variables take priority over those in the style.
10060         Do this by calling `hack-local-variables' a second time.
10062         * progmodes/cc-vars.el: Add language specific customization
10063         widgets for AWK to c-doc-comment-style, c-require-final-newline
10064         and c-default-style.  Add a defcustom for awk-mode-hook.
10065         Give c-syntactic-element and c-syntactic-context doc-strings by
10066         directly setting their `variable-documentation' propery.
10067         This allows Emacs 22.1 to read these with C-h v.
10069         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
10071 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10073         * progmodes/cc-fonts.el, cc-vars.el
10074         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
10075         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
10076         Masatake YAMATO.
10078         (c-doc-comment-style): Made GtkDoc default in C mode.
10080         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
10081         and C-c C-<delete>.
10083         (c-bind-special-erase-keys): New function for use on
10084         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
10086         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
10087         <delete> key behavior in XEmacs according to `delete-forward-p'.
10088         C.f. `c-electric-delete'.
10090 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10092         * progmodes/cc-mode.el: Give c-hungry-backspace and
10093         c-hungry-delete-forward permanent key bindings.
10095         * progmodes/cc-cmds.el (c-electric-semi&comma):
10096         Bind c-syntactic-context for calls to "criteria functions", for
10097         consistency with other calls to user functions.
10099         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
10100         `current-prefix-arg', since this might be the prefix arg to a
10101         command which calls c-indent-command as a function.  Change the
10102         interactive spec from "p" to "P".
10104         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
10105         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
10106         was difficult to understand.
10108 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10110         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
10111         first char of an identifier.
10113         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
10114         +" syntax in C++.
10116 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10118         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
10119         auto-fill doesn't split a c-comment's last word from a hanging
10120         "*/" when a space is typed between them after fill-column.
10122         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
10124         * progmodes/cc-styles.el (c-set-style)
10125         (c-setup-paragraph-variables): Abort the command if we're not in a
10126         CC Mode buffer.
10128         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
10129         with blank comment-prefix, and a blank line as the comment's
10130         second line.
10132 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10134         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
10135         Incorporate the patterns added in the Emacs development branch
10136         for the new Emacs 22 face `font-lock-negation-char-face'.
10138         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
10139         of "red" since it stands out better in xterms and DOS terminals.
10141         * progmodes/cc-engine.el (c-literal-faces):
10142         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
10144 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10146         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
10147         forcibly enable c-electric-flag.
10149         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
10150         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
10151         after the comment-prefix of a C-style comment will close that comment.
10153 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10155         * progmodes/cc-fonts.el (c-basic-matchers-before)
10156         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
10157         in Pike.
10159         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
10160         digraphs.
10162         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
10163         (c-cpp-message-directives, c-cpp-include-directives)
10164         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
10165         (c-cpp-expr-directives): Introduce new language constants to
10166         control cpp syntax in a cleaner way.
10168         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
10170         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
10172         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
10173         (c-multiline-string-start-char): New language constants and
10174         variables to specify how newlines in string literals work.
10176         (c-font-lock-invalid-string): Use them.
10178         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
10179         unbalanced close brace is entered.  Optimization by avoiding going
10180         back over arbitrarily large blocks.  Removed hints that this
10181         function only would be relevant/useful in AWK.
10183         (c-electric-brace): Indent syntactically after the cleanups since
10184         lineup functions might do it differently then.
10186         * progmodes/cc-engine.el, cc-langs.el
10187         (c-opt-op-identifier-prefix): New language constant and variable.
10189         (c-just-after-func-arglist-p, c-after-special-operator-id)
10190         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
10192         * progmodes/cc-align.el, cc-engine.el
10193         (c-after-special-operator-id): New helper to handle C++ operator
10194         identifiers.
10196         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
10197         (c-guess-basic-syntax): Handle C++ operator identifiers in
10198         declarations.
10200         * progmodes/cc-langs.el (c-assignment-operators): Add the
10201         trigraph version of ^= too.
10203         * progmodes/cc-langs.el (c-assignment-operators): Add the
10204         trigraph version of |= in C++.
10206         * progmodes/cc-fonts.el (c-font-lock-declarators):
10207         Handle `c-decl-hangon-kwds' after the identifier name.
10209         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
10210         whether an arglist is "nonempty", ignore a comment after the open
10211         paren if it isn't followed by a non-comment token on the same line.
10213         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
10214         Enable heuristics below the point to cope with classes inside special
10215         brace lists in Pike.
10217 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10219         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
10221 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10223         * progmodes/cc-guess.el (cc-guess-install): New function to
10224         install an already guessed style in another buffer.
10226         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
10227         sets `inhibit-read-only' - `c-save-buffer-state' should be used
10228         anyway if the change always is undone.
10230 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10232         Implement togglable electricity:
10234         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
10235         saying when it should be used.
10237         * progmodes/cc-engine.el: Add the new buffer-local variable,
10238         c-electric-flag.
10240         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
10241         c-toggle-auto-newline.
10243         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
10244         c-toggle-auto-newline.  Remove the binding for
10245         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
10246         c-toggle-electric-state.
10248         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
10250         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
10251         c-\(forward\|backward\)-subword.
10252         (c-update-modeline): Add the new modeline flag `l' for
10253         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
10254         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
10255         Make the old name an alias of the new name.
10256         (c-toggle-electric-state): New function.
10257         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
10258         Adapt these functions to do electric things only when
10259         c-electric-flag is non-nil.
10260         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
10261         new functions from c-electric-brace.
10262         (c-point-syntax): Add a check for "virtual semicolons" in AWK
10263         mode, so that the tentative extra newline doesn't change the
10264         syntax of the following brace.
10265         (c-electric-brace): Restructure by extracting the above functions.
10266         Tidy up the coding somewhat.
10267         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10268         restructure a bit.
10270 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10272         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
10273         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
10275         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
10276         (c-submode-indicators): Change name from `c-auto-hungry-string'
10277         since it's now used to track another submode.
10279         (c-update-modeline): Convert to function and extended to check
10280         `c-subword-move-mode'.
10282         (c-forward-into-nomenclature, c-backward-into-nomenclature):
10283         Convert to compat aliases for `c-forward-subword' and
10284         `c-backward-subword'.
10286         * progmodes/cc-subword.el: New functions and minor mode to handle
10287         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
10289         (c-forward-subword, c-backward-subword, c-mark-subword)
10290         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
10291         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
10292         Functions corresponding to the standard word handling functions.
10294         (c-subword-move-mode): Minor mode that replaces all the standard
10295         word handling functions with their subword equivalences.
10297 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10299         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
10300         entry for one-liner-defun.
10302         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
10303         name in its def-edebug-spec.
10305         * progmodes/cc-cmds.el (c-electric-brace): Make the
10306         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
10307         compacts space before a comment, if this will make things fit on
10308         one line.
10310         Introduce an "awk" style, mainly for auto-newline and clean-ups.
10312         * progmodes/cc-align.el: New function c-snug-1line-defun-close
10314         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10315         clean-up one-liner-defun.
10317         * progmodes/cc-styles.el: Add the new "awk" style.
10319         * progmodes/cc-vars.el: Add description of one-liner-defun to
10320         c-cleanup-list's doc-string.  New user options,
10321         c-max-one-liner-length.  In c-default-style, set the default style
10322         for AWK to "awk".
10324 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10326         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10327         macros inside labels.
10329         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10330         `c-at-statement-start-p' and `c-at-expression-start-p'.
10332         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10333         error if the mark isn't set.
10335         * progmodes/cc-engine.el (c-guess-continued-construct)
10336         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10337         accurately detect functions inside functions.
10339         * progmodes/cc-engine.el (c-at-expression-start-p): New function
10340         like `c-at-statement-start-p' that additionally recognizes commas
10341         and expression parentheses as delimiters.
10343         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10344         to avoid heuristics that doesn't work for unclosed blocks.
10345         (c-at-statement-start-p): New function.
10347         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10348         Objective-C directives, e.g. directives spanning lines should work
10349         reasonably well now.
10351         (c-put-c-type-property, c-clear-c-type-property): New helpers.
10353         (c-forward-objc-directive): New function to move over any ObjC
10354         directive.
10356         (c-just-after-func-arglist-p, c-guess-basic-syntax)
10357         (c-basic-matchers-before): Use it.
10359         (c-font-lock-objc-iip-decl): Remove.
10361         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10362         in the template arglist recognition.
10364         * progmodes/cc-styles.el (c-style-alist): Fix several
10365         inconsistencies in the Whitesmith style.
10367         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10368         New lineup function to get lines after Whitesmith style blocks
10369         correctly indented.
10371         (c-lineup-whitesmith-in-block): Back out the compensation for
10372         opening parens since it's done using `add' lists in the style
10373         definition instead.  Don't use the anchor position since it varies
10374         too much between the syntactic symbols. :P
10376         * progmodes/cc-vars.el (c-valid-offset): Update.
10378         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10379         lists where the offsets are combined according to several
10380         different methods: `first', `min', `max', and `add'.
10381         Report offset evaluation errors with `c-benign-error' so that some kind
10382         of reindentation still is done.
10384         * progmodes/cc-engine.el (c-guess-basic-syntax):
10385         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10386         `arglist-close'.
10388         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10389         situations for `arglist-cont-nonempty' and `arglist-close'.
10391         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10393         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10394         cc-bytecomp-boundp' in a number of places.
10396         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10397         macro related issue.
10399 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10401         * progmodes/cc-awk.el: Change the terminology of regexps: A char
10402         list is now [asdf], a char class [:alpha:].
10403         Include code for char classes.
10404         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
10405         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10407         Remove (nearly all of) the cruft associated with AWK Mode's former
10408         concept of "virtual semicolons":
10410         Adapt c-beginning-of-statement, c-end-of-statement (together with
10411         subfunctions) to use the new notion of "virtual semicolon" in
10412         place of the old awkward special handling for AWK.  There remains
10413         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10414         * progmodes/cc-cmds.el:
10415         (c-ascertain-adjacent-literal): In the backwards direction, now
10416         recognises AWK regexp delimiters as string delimiters.
10417         (c-after-statement-terminator-p): Adapt for virtual semicolons;
10418         check more rigorously for "end of macro".
10419         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10420         virtual semicolons;
10421         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10422         out the code for forward movement into ...
10423         (c-end-of-statement): Now contains the code for forward movement,
10424         adapted for virtual semicolons.
10426         * progmodes/cc-engine.el:
10427         (c-ws*-string-limit-regexp): New regexp.
10428         (c-forward-single-comment, c-backward-single-comment): Comment out
10429         the (now redundant) "special" AWK stuff.
10431         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10432         c-string-par-start, c-string-par-separate to be more like Text
10433         Mode than Fundamental Mode.
10435 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10437         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10438         to the fontified region so that fontification doesn't occur
10439         outside it (could happen e.g. when fontifying a line with an
10440         unfinished declaration).
10442 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10444         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10445         start of the file.  ^L now separate sections of the file.
10446         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
10447         (c-awk-one-line-possibly-open-string-re)
10448         (c-awk-regexp-one-line-possibly-open-char-class-re)
10449         (c-awk-one-line-possibly-open-regexp-re)
10450         (c-awk-one-line-non-syn-ws*-re): New defonsts.
10451         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10453         Amend the concept of "virtual semicolons" (in the indentation
10454         engine) for languages like AWK, such that they are now
10455         conceptually attached to end of the last token of a statement, not
10456         the end of the line.  (In AWK Mode, however, the pertinent text
10457         property is still physically set on the EOL.)  Remove the specific
10458         tests for awk-mode, thus facilitating the introduction of other
10459         language modes where EOLs can end statements.
10460         (Note: The funtionality in cc-cmds.el, specifically
10461         c-beginning/end-of-statement has yet to be amended.)
10463         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10464         New macros.
10466         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10467         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
10468         c-vsemi-status-unknown-p-fn (in a new page).
10470         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10471         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10472         numerous awkward forms like
10473         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10474         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
10475         variable before-ws-ip, the place just after char-before-ip appears.
10477         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10478         a comment.
10480 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10482         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10483         `c-tentative-buffer-changes'.
10485         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10486         convert to macro to choose between Emacs and XEmacs at compile time.
10488         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10490         (c-tentative-buffer-changes): New macro to handle temporary buffer
10491         changes in a convenient way.
10493         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10494         for `c-tentative-buffer-changes'.
10496         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10497         the checks for paren sexps between the point and the keyword, to
10498         avoid some false alarms.
10500         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10501         Fixed a situation where an error could be thrown for unbalanced
10502         parens.  Changed to make use of c-keyword-member' to avoid some
10503         repeated regexp matches.
10505         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10506         These language variable are no longer necessary.
10508         (c-block-stmt-kwds): New language constant used by
10509         c-looking-at-inexpr-block'.
10511         (c-guess-basic-syntax): Remove an optional check that looked at
10512         the existence of the now removed language variables.
10514         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10515         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10516         object instantiation expressions as declarations in some contexts.
10517         This bug only affected languages where the declarator can't be
10518         enclosed in parentheses.
10520         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10521         insert newlines before and after substatement braces.
10523         * progmodes/cc-engine.el: Improved the heuristics for recognizing
10524         function declaration headers and the handling of C++ style member
10525         init lists.
10527         (c-just-after-func-arglist-p): Rewritten to use
10528         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
10530         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10532         (c-guess-basic-syntax): Adapt case 5B for the new
10533         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
10534         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10535         covers all cases now).
10537         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10539 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10541         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10542         c-string-par-start/separate c-sentence-end-with-esc-eol,
10543         initialised in c-setup-paragraph-variables, used in string
10544         scanning subroutines of c-beginning-of-statement.
10546         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10547         which precedes the newly inserted `{'.
10549 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10551         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10552         function for declaration level blocks.  It should now cope with
10553         templates better and also be a lot more comprehensible.
10555         (c-looking-at-decl-block): The new function.
10557         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
10558         for compatibility.
10560         (c-add-class-syntax, c-guess-continued-construct)
10561         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10563         (c-decl-block-key): Change to tell apart ambiguous and
10564         unambiguous keywords.  Pike specials are now handled directly in
10565         the code instead.
10567         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10568         New language constants and variables to make the backward skip in
10569         `c-looking-at-decl-block' as tight as possible.
10571         (c-nonsymbol-token-char-list): New language constant.
10573         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10574         find balanced template arglists backwards.
10576         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10577         making char classes for `c-syntactic-skip-backward'.
10579         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10580         16D - can't be a class-close at that point.
10582         * progmodes/cc-engine.el (c-guess-basic-syntax)
10583         (c-add-class-syntax): Don't narrow out the enclosing declaration
10584         level.  This makes everything a lot easier, and it was actually
10585         only four small places that needed it to work.  Some places that
10586         previously did `widen' are removed now, which has the effect that
10587         `c-guess-basic-syntax' never will look at things outside the
10588         current narrowment now.  The anchor position for `topmost-intro'
10589         is affected by this, but it was so bogus it was basically useless
10590         before, and now it's equally bogus but in a slightly different way.
10592         (c-narrow-out-enclosing-class): Gone.
10594         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10595         the narrowed region.
10597         (c-least-enclosing-brace): Remove silly optional argument.
10599         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10600         the point could be left directly after an open paren when finding
10601         the beginning of the first decl in the block.
10603         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10604         Specify which submatch to use.
10606         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10608         (c-decl-start-re): No longer any need for special treatment of
10609         ObjC due to the above.
10611         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10612         presumably follows C in that regard.
10614         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10615         New language constants to specify operator tokens inside
10616         identifiers in a more high level way.
10618         (c-opt-identifier-prefix-key): New internal language constant.
10620         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10621         (c-identifier-start, c-identifier-key): Now completely calculated
10622         from other constants.
10624         (c-identifier-last-sym-match): Decommission since it's no longer used.
10626         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
10628         * progmodes/cc-engine.el (c-forward-name): Remove the
10629         optimization when c-identifier-key is equal to c-symbol-key since
10630         it doesn't work in byte compiled files.  Don't record empty
10631         regions as identifiers.
10633         * progmodes/cc-langs.el (c-filter-ops): New helper function to
10634         simplify access to `c-operators' and its likes.
10636         (c-operator-list, c-all-op-syntax-tokens)
10637         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10638         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10639         (c-primary-expr-regexp, c-cast-parens): Use it.
10641         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10642         an explicit language in functions.
10644         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10645         variant of adornment.
10647         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10648         variable.
10650         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10651         the Pike value.
10653         * progmodes/cc-engine.el (c-on-identifier)
10654         (c-simple-skip-symbol-backward): Small fix for handling "-"
10655         correctly in `skip-chars-backward'.  Affected the operator lfun
10656         syntax in Pike.
10658         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10659         diagnostic message about precompiled language vars not being used.
10661         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10662         "__attribute__" is followed by a parenthesis.
10664         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10665         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10666         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10668         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10669         Internal cleanups to properly detect the declared identifiers in
10670         various declarations.
10672         (c-decl-start-kwds): New language constant to recognize
10673         declarations that can start anywhere.  Used for class declarations
10674         in Pike.
10676         (c-specifier-key, c-not-decl-init-keywords)
10677         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10678         (c-find-decl-spots): Implement `c-decl-start-kwds'.
10680         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10681         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10682         handling of the compiler specific extension keywords into a new
10683         language constant `c-decl-hangon-kwds' that defines keyword
10684         clauses to be ignored in declarations.
10686         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10687         past unrecognized tokens when handling `c-colon-type-list-kwds'.
10688         Necessary to stop at the declared identifier in e.g. IDL valuetype
10689         declarations.
10691         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10692         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10693         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10694         (c-forward-decl-or-cast-1): Recognize the declared identifier in
10695         class and enum declarations as such and not as part of the type.
10697         (c-forward-decl-or-cast-1, c-forward-label): Relax the
10698         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10700         (c-forward-decl-or-cast-1): Don't disregard sure signs of
10701         declarations when there's some syntax error later on.
10703         (c-complex-decl-matchers): Did away with a reference to
10704         `c-specifier-key'.
10706         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10707         value - this variable is always dynamically bound.
10709         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10710         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10711         * cc-cmds.el, cc-defs.el: Change the policy for marking up
10712         functions that might do hidden buffer changes: All such internal
10713         functions are now marked instead of those that don't.
10715         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10716         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10717         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10718         (c-literal-type): Allow these functions to make hidden buffer changes,
10719         so that they are free to use text property caching later on.
10721         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10722         (c-electric-brace, c-electric-slash, c-electric-star)
10723         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10724         (c-electric-paren, c-electric-continued-statement, c-indent-command)
10725         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10726         (c-context-line-break): Add `c-save-buffer-state' calls to comply
10727         with the changed semantics of the functions above.
10729         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10730         when macros occur in obscure places.  Optimized the sexp movement
10731         a bit.
10733 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10735         Enhancements for c-beginning-of-statement to work in AWK Mode:
10737         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10738         (completed statement) with `}' (statement completed by closing
10739         brace or semicolon) and `$' (statement completed by EOL).
10741         (c-awk-virtual-semicolon-ends-prev-line-p)
10742         (c-awk-virtual-semicolon-ends-line-p)
10743         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10744         (c-awk-at-statement-end-p): New functions.
10746         * progmodes/cc-cmds.el: Simplify the structure of functions
10747         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
10748         two functions and c-beginning-of-statement to handle AWK Mode.
10750         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10751         c-backward-single-comment for AWK mode.  Attempt to clarify their
10752         doc-strings.
10754         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10756 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10758         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10759         label handling.  Labels are now recognized in a uniform and more
10760         robust way, regardless of context.  Text properties are put on all
10761         labels to recognize the following declarations better.
10762         Multiword labels are handled both in indentation and fontification for
10763         the benefit of language extensions like Qt.  For consistency, keywords
10764         in labels are now fontified with the label face instead.
10765         That also applies to "case" and "default".
10767         (c-beginning-of-statement-1): Fix some bugs in the label
10768         handling.  Disregard `c-nonlabel-token-key' in labels that begin
10769         with `c-label-kwds'.
10771         (c-find-decl-spots): Support that the callback adds more
10772         `c-decl-end' spots to find.
10774         (c-forward-decl-or-cast-1): Don't treat a list of plain
10775         identifiers followed by a colon as a declaration.
10777         (c-forward-label): New function to recognize labels.
10779         (c-guess-basic-syntax): Replace uses of `c-label-key' with
10780         `c-forward-label'.  Moved the label recognition cases (14 and 15)
10781         earlier since they aren't so context sensitive now.  Handle labels
10782         on the top level gracefully.  Moved access label recognition to
10783         the generic label case (CASE 15) - removed CASE 5E.
10785         (c-font-lock-declarations): Add recognition of labels in the
10786         same round since we need to handle labels in parallell with other
10787         declarations to recognize both accurately.  It should also improve
10788         speed.
10790         (c-simple-decl-matchers, c-basic-matchers-after):
10791         Move `c-font-lock-labels' so that it only is used on decoration level 2
10792         since `c-font-lock-declarations' handles it otherwise.
10794         (c-complex-decl-matchers): Remove the simplistic recognition of
10795         access labels.
10797         (c-decl-prefix-re): Remove the kludges that was necessary to cope
10798         with labels earlier.
10800         (c-decl-start-re): New language variable to make
10801         `c-font-lock-declarations' stop for the special protection labels
10802         in Objective-C that start with `@'.
10804         (c-label-key): Remove since it's no longer used.
10806         (c-recognize-colon-labels, c-label-prefix-re): New language
10807         constants to support recognition of generic colon-terminated labels.
10809         (c-type-decl-end-used): `c-decl-end' is now used whenever there
10810         are colon terminated labels.
10812         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10813         first argument starts with a special brace list.
10815         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10816         (c-font-lock-declarations): Break out the declaration and cast
10817         recognition from `c-font-lock-declarations' to a new function, so
10818         that it can be used in the indentation engine.
10820         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10821         up to the start of the literal.  Fixed bug with the point on the
10822         wrong side of the search limit that could happen when the start
10823         position is inside a literal.
10825         * progmodes/cc-engine.el (c-parse-state)
10826         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10827         so that it's kept a little bit back to increase the hit rate.
10829         (c-parse-state): Change the macro handling and fixed some
10830         glitches.  Macro context is checked more often than necessary now,
10831         but otoh less garbage conses are generated.
10833         * progmodes/cc-engine.el (c-parse-state)
10834         (c-invalidate-state-cache): Cache the last position where
10835         `c-state-cache' applies.  This can speed up refontification quite
10836         a bit in blocks where there are many non-brace parens before the point.
10838         (c-state-cache-end): New variable for this.
10840         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10841         cache variable.
10843         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10844         get close initial continue positions when the start position is
10845         inside a literal or macro.  Do not call the callback for spots
10846         before the start position (which can happen e.g. for `c-decl-end'
10847         spots inside comments).  Optimize better in special cases when the
10848         region is a single line inside a literal or macro (typically when
10849         the current line is refontified).
10851         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10852         to `c-add-stmt-syntax' - there's no need to explicitly whack off
10853         entries from the paren state.
10855         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10856         special case for "else if" clauses.
10858         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10859         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10861         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10862         New language variable to recognize the gcc extension with statement
10863         blocks inside expressions.
10865         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10866         it somewhat more comprehensible.  The argument AT-BLOCK-START is
10867         no longer used and hence removed.
10869         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10870         to `c-add-stmt-syntax'.
10872         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10873         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10874         This fixes bogus label recognition.
10876         * progmodes/cc-engine.el (c-add-type, c-check-type)
10877         (c-forward-name, c-forward-type): Improve storage of template
10878         types in `c-found-types' so that they can be recognized better.
10880         (c-syntactic-content): Add option to skip past nested parens.
10882         * progmodes/cc-engine.el (c-forward-name):
10883         Set `c-last-identifier-range' all the time.  It's less work that way.
10884         Handle that there might not be an identifier to store in
10885         `c-last-identifier-range'.
10887         (c-forward-type): Handle that `c-last-identifier-range' might be
10888         nil from `c-forward-name'.
10890         * progmodes/cc-defs.el (c-safe-scan-lists)
10891         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10893         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10894         to work even if the form fails.
10896         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10897         down in a large file in one go.
10899         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10901         * progmodes/cc-align.el (c-lineup-assignments): New lineup
10902         function which is like `c-lineup-math' but returns nil instead of
10903         `c-basic-offset' when it doesn't match.
10905         (c-lineup-math): Change to use `c-lineup-assignments'.
10907 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10909         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10910         c-beginning-of-statement.  New subfunctions
10911         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10913 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10915         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10916         hardcoded char classes whereever possible.  Changed a couple of
10917         places to use skip by syntax instead of skip by char class.
10919         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10920         Fix a bug in the regexp that caused extreme backtracking.
10922         * progmodes/cc-langs.el (c-block-comment-starter)
10923         (c-block-comment-ender): New language constants to specify in a
10924         single place how block comments look.
10926         (c-comment-start-regexp, c-block-comment-start-regexp)
10927         (comment-start, comment-end, comment-start-skip)
10928         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10929         (c-syntactic-ws, c-nonempty-syntactic-ws)
10930         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10931         `c-line-comment-starter', `c-block-comment-starter' and
10932         `c-block-comment-ender'.
10934         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10935         New language constants to break up things a bit.
10937         (c-simple-ws): New language constant for simple whitespace.
10939         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10941         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10942         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10943         newlines.  Allow and ignore nil elements in the list.
10945 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10947         * progmodes/cc-cmds.el: Comment out a (n almost certainly
10948         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10950         * progmodes/cc-cmds.el: Tidy up the comments in
10951         c-beginning-of-statement and subfunctions.
10953         * progmodes/cc-awk.el: Replace calls to put-text-property to the
10954         more flexible c-put-char-property and c-clear-char-properties.
10955         Add the author's email address.
10957         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10959         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10960         closing "*/" of a block comment.
10962         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10963         subfunctions) so that it works at BOB and EOB.
10965         * progmodes/cc-cmds.el, cc-vars.el: More updating of
10966         c-beginning-of-statement, including new variable
10967         c-block-comment-start-regexp.
10969 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10971         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10972         symbols from `*-font-lock-extra-types' so that there's no need to
10973         use `regexp-opt' on those lists.
10975         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10976         `c-type-modifier-kwds' is empty.
10978         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10979         there are several strings on the same line.
10981         * progmodes/cc-engine.el (c-literal-limits): Remove the
10982         compatibility function for older emacsen.  `c-literal-limits-fast'
10983         has now taken the place of this function.
10985         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10986         with older emacsen: We now require `pps-extended-state'.
10988 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10990         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10991         which obviates the need to hack sentence-end.  This now handles
10992         escaped newlines in strings correctly.  Correct minor bugs in
10993         c-move-over-sentence and in c-beginning-of-statement.
10995         * progmodes/cc-cmds.el (c-beginning-of-statement (and
10996         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10997         that movement over macros and code are rigorously separated from
10998         eachother.  Correct a few incidental bugs.
11000         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
11001         Improve its doc-string.  Improve the handling of certain specific cases.
11003 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11005         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
11006         (c-guess-basic-syntax): Change the way class-level labels are
11007         recognized; they can now contain essentially any symbols.
11009         (c-opt-extra-label-key): New language variable to cope with the
11010         special protection label syntax in Objective-C.
11012         (c-opt-access-key): Remove; this is now handled better by
11013         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
11015         (c-complex-decl-matchers): Update to handle that
11016         `c-opt-access-key' no longer exists.
11018         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
11019         improved label recognition in `c-beginning-of-statement-1'.
11021         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11022         Recognize bitfields better.
11024         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
11025         Remove some cruft and fixed a bug that could cause it to go to a
11026         position further down.
11028         * progmodes/cc-langs.el, cc-engine.el
11029         (c-beginning-of-statement-1): Improve detection of labels in
11030         declaration contexts.
11032         (c-beginning-of-decl-1): Use it.
11034         (c-nonlabel-token-key): New language constant and variable needed
11035         by `c-beginning-of-statement-1'.
11037         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
11038         manifested itself due to the correction in `c-forward-sexp'.
11040         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
11041         Make these behave as documented when used at the buffer limits.
11043         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
11044         (c-type-decl-end-used): Made this a language variable.
11046         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
11047         correctly when `combine-after-change-calls' is used together with
11048         temporary narrowings.
11050         * progmodes/cc-engine.el (c-beginning-of-statement-1):
11051         Report labels correctly when the start point is immediately after the
11052         colon.
11054         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
11055         Remove since it isn't used anymore.
11057         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
11058         bracket arglists such as template parens in C++.
11060         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
11061         in the last check-in.  Some optimization.
11063         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
11064         where it could stop at the same level in a preceding sexp when
11065         PAREN-LEVEL is set.
11067         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
11068         text property lookup only when it's needed.
11070         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
11071         Change the policy for paren marked angle brackets to be more
11072         persistent; once marked they remain marked even when they're found
11073         to be unbalanced in the searched region.  This should keep the
11074         paren syntax around even when individual lines are refontified in
11075         multiline template arglists.
11077         (c-parse-and-markup-<>-arglists): New dynamically bound variable
11078         to control markup so that incorrect angle bracket arglists aren't
11079         marked in contexts where the correct value for
11080         `c-disallow-comma-in-<>-arglists' isn't known.
11082         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
11083         argument has become `c-parse-and-markup-<>-arglists'.
11085         (c-remove-<>-arglist-properties): Remove - no longer used.
11087         (c-after-change-check-<>-operators): New function used on
11088         `after-change-functions' to avoid that "<" and ">" characters that
11089         are part of longer operators have paren syntax.
11091         (c-<>-multichar-token-regexp): New language variable used by
11092         `c-after-change-check-<>-operators'.
11094         (c-after-change): Call `c-after-change-check-<>-operators'.
11096         (c-font-lock-<>-arglists): Use the context properties set by
11097         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
11098         correctly to avoid doing invalid markup.
11100         (c-font-lock-declarations): Remove code that undoes the invalid
11101         markup done by `c-font-lock-<>-arglists'.
11103         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
11104         after `c-font-lock-declarations'.
11106         * progmodes/cc-engine.el (c-syntactic-skip-backward):
11107         Add paren-level feature.
11109         (c-guess-basic-syntax): Improve the anchor position for
11110         `template-args-cont' in nested template arglists.  There's still
11111         much to be desired in this area, though.
11113 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
11115         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
11116         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
11118 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11120         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
11121         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
11123         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
11124         it doesn't work no longer are supported.
11126         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
11127         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
11128         requires support for the syntax-table' text property, which rules
11129         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
11130         cruft associated with those versions.
11132         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
11133         for the `syntax-table' text property, which rules out Emacs 19 and
11134         XEmacs < 21.4.  Removed various compatibility cruft associated
11135         with those versions.
11137         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
11138         support for the `syntax-table' text property.
11140         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
11141         variable and use an extra quoted face name instead.  All the
11142         emacsen flavors handle that correctly.
11144         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
11145         (c-font-lock-declarators, c-font-lock-declarations)
11146         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
11147         property to mark the items in in declarator lists to handle
11148         refontification inside multiline declarations better.
11150         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
11151         construct like "a * b = c;" as a declaration.
11153 2005-12-08  Kim F. Storm  <storm@cua.dk>
11155         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
11156         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
11157         select either meta, hyper, or super modifier for rectangle commands.
11158         (cua--rectangle-modifier-key): New defvar.
11159         (cua--M/H-key): Use it.  Remove special case for `space'.
11160         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
11161         on X, to meta otherwise.  Always bind C-return to toggle
11162         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
11164         * emulation/cua-rect.el (cua-help-for-rectangle):
11165         Use cua--rectangle-modifier-key.  Handle super modifier too.
11166         (cua--init-rectangles): Always bind C-return to toggle rectangle.
11167         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
11169         * ido.el: Move Acknowledgements and History after Commentary.
11170         Minor changes to Commentary.
11172         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
11173         keymap if cua--prefix-override-timer is `shift'.
11174         (cua--shift-control-prefix): New function; emulate "type prefix
11175         key twice" functionality to handle shifted prefix key override.
11176         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
11177         New commands.
11178         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
11180 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
11182         * textmodes/org.el (org-insert-heading): Try to do items before
11183         headings.
11184         (org-agenda-mode): Quote `org-agenda-mode-hook'.
11185         (org-insert-item): New function.
11186         (org-renumber-ordered-list): Don't skip to higher level lists.
11188 2005-12-08  Juri Linkov  <juri@jurta.org>
11190         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
11192         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
11194         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
11196         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
11197         the constructed function name fun-1.
11199         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
11200         because such links don't lead to parent documentation.
11202 2005-12-08  Kenichi Handa  <handa@m17n.org>
11204         * descr-text.el (describe-char): Use *Help-2* buffer if the
11205         current buffer is *Help*.  Call describe-text-properties while
11206         setting the original buffer.
11208 2005-12-07  Bill Wohler  <wohler@newt.com>
11210         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
11211         and causes problems with non-MH users (such as Gnus users).
11213 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
11215         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
11216         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
11217         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
11218         command "info sources".  Move calls to GDB command "list".
11219         (gdb-find-file-hook): Just use gdb-source-file-list.
11220         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
11221         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
11222         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
11223         (gdb-data-list-register-values-handler): Use correct trigger name.
11225 2005-12-07  Kim F. Storm  <storm@cua.dk>
11227         * ido.el (ido-completion-map): Rename from ido-mode-map.
11228         (ido-common-completion-map, ido-file-completion-map)
11229         (ido-file-dir-completion-map, ido-buffer-completion-map):
11230         Rename from ido-mode-....-map.
11231         (ido-init-completion-maps): Rename from ido-init-mode-maps.
11232         (ido-setup-completion-map): Rename from ido-define-mode-map.
11233         (ido-read-internal): Bind minibuffer-local-filename-completion-map
11234         to ido-completion-map.
11236 2005-12-07  Kenichi Handa  <handa@m17n.org>
11238         * international/mule-cmds.el
11239         (set-display-table-and-terminal-coding-system): If the coding
11240         system specified in `unibyte-display' property is different from
11241         the arg coding-system, don't setup standard-display-table.
11243 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11245         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
11246         that comments end at \n, regardless of selective-display.
11248 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
11250         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
11251         (gdb-version): New variables.
11252         (gdb-source-file-list, gdb-register-names)
11253         (gdb-changed-registers): New variables for use with GDB 6.4+.
11254         (gdb-ann3): Replace with...
11255         (gdb-init-1, gdb-init-2): ...two new functions.
11256         (gdba, gdb-prompt): Call gdb-init-1.
11257         (gdb-get-version): New function.  Call gdb-init-2 from here.
11258         (gud-watch): Make it work with mouse events too.
11259         (gdb-post-prompt): Don't add to queue until GDB version is known.
11260         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
11261         (gdb-locals-mode): Use gdb-version.
11262         (gdb-memory-format-map, gdb-memory-unit-map)
11263         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
11264         (gdb-locals-font-lock-keywords-1)
11265         (gdb-locals-font-lock-keywords-2): New variables.
11266         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
11267         (gdb-set-gud-minor-mode-existing-buffers-1)
11268         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
11269         (gdb-var-update-1, gdb-var-update-handler-1)
11270         (gdb-data-list-register-values-handler)
11271         (gdb-data-list-register-values-custom)
11272         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
11273         (gdb-stack-list-locals-handler, gdb-get-register-names):
11274         New functions for use with GDB 6.4+.
11275         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
11276         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
11277         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
11278         (gdb-stack-list-locals-regexp)
11279         (gdb-data-list-register-names-regexp): New regexps for use with
11280         GDB 6.4+.
11282 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11284         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
11286 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
11288         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
11289         prompts work for AUTH PLAIN.  Also reported by Steve Allan
11290         <seallan@verizon.net>.
11292 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
11294         * frame.el (set-frame-parameter): Add doc string.
11296 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
11298         * textmodes/org.el (org-occur-highlights): New variable.
11299         (org-highlight-new-match, org-remove-occur-highlights): New functions.
11300         (org-highlight-sparse-tree-matches): New option.
11301         (org-do-occur): New function.
11302         (org-get-heading): Make it work also at beginning of line.
11303         (org-category-table): New variable.
11304         (org-get-category-table, org-get-category)
11305         (org-camel-to-words, org-link-search): New functions.
11306         (org-select-this-todo-keyword): New variable.
11307         (org-todo-list): New command.
11308         (org-shiftright, org-shiftleft): New commands.
11309         (org-agenda-todo): Add prefix argument.
11310         (org-show-hierarchy-above): New option.
11311         (org-show-todo-tree): Numerical prefix creates tree for specific
11312         TODO keyword.
11313         (org-outline-level): New function, to assign a level to plain
11314         lists items.
11315         (org-cycle-include-plain-lists): New option.
11316         (org-mode): Use `org-outline-level' as value of `outline-level'.
11317         (org-cycle): Temporarily switch `outline-regexp' if
11318         `org-cycle-include-plain-lists' is non-nil.
11319         (org-start-icalendar-file): Fix format bug.
11320         (org-agenda-get-day-entries): Create category table.
11321         (org-agenda-get-todos, org-agenda-get-timestamps)
11322         (org-agenda-get-deadlines, org-agenda-get-scheduled)
11323         (org-agenda-get-blocks): Use `org-get-category'.
11324         (org-context-in-file-links): Rename from
11325         `org-line-numbers-in-file-links'.
11327 2005-12-06  Romain Francoise  <romain@orebokech.com>
11329         * window.el (balance-windows): Delete extraneous third arg in call
11330         to `enlarge-window'.
11332 2005-12-06  Kenichi Handa  <handa@m17n.org>
11334         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11336 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
11338         * progmodes/gdb-ui.el (gdb-var-create-handler)
11339         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11340         (gdb-var-list-children-handler, gdb-var-update-handler):
11341         Current buffer is already gdb-partial-output-buffer, don't
11342         make it current again.
11344 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
11346         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11347         (list-buffers-noselect): Use it.
11349 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11351         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11352         (mail-yank-ignored-headers): Use regexp-opt.
11353         (mail-mode-map): Move initialization into declaration.
11354         (mail-sent-via): Remove unused shadowed var `to-line'.
11355         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11356         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11357         (mail-do-fcc): Use dolist and push.
11358         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11359         (mail-yank-ignored-headers): Don't autoload.
11361 2005-12-05  Kenichi Handa  <handa@m17n.org>
11363         * international/mule-cmds.el (set-language-info-internal): New fun.
11364         (set-language-info): Call set-language-info-internal to update
11365         language-info-alist.  If LANG-ENV is the current one, call
11366         set-language-environment to make INFO effective now.
11367         (set-language-info-alist): Likewise.
11368         (locale-language-names): With locale "en", use English
11369         lang. env. but set the default codings to iso-8859-1.
11371 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
11373         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11374         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11375         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11376         for plain strings.
11377         (gdb-frames-mode): Remove redundant call to font-lock-mode.
11378         (gdb-all-registers): Rename from toggle-gdb-all-registers.
11379         Create registers buffer if necessary.  Echo new state in minibuffer.
11380         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11382 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
11384         * info.el (Info-fontify-node): Match external links using
11385         non-directory part of filename.
11387 2005-12-04  Juri Linkov  <juri@jurta.org>
11389         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11390         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
11391         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11392         because there is no customization option for it.
11394         * font-lock.el (lisp-font-lock-keywords-1):
11395         Add define-global-minor-mode.
11397         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11399         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11400         properties on the constructed variable names.
11402         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11403         Put `definition-name' properties on the constructed function names
11404         next-sym and prev-sym.
11406         * emacs-lisp/find-func.el (find-function-regexp):
11407         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
11408         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
11409         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11410         and easy-menu-define.
11412         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11413         easy-mmode-define-global-mode and define-global-minor-mode.
11414         (lisp-imenu-generic-expression): Add define-global-minor-mode.
11416         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11417         instead of easy-mmode-define-global-mode.
11419         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11420         Use define-minor-mode instead of easy-mmode-define-minor-mode.
11422         * cus-edit.el (customize-group, customize-group-other-window):
11423         Filter out autoloaded options from the group completion list by
11424         using heuristics that autoloaded groups don't have `custom-autoload'
11425         property on their symbols (they have only `custom-loads').
11427         * simple.el (completion-setup-function): Put completions-common-part
11428         face on complete completion string too (i.e. completion string
11429         without completions-first-difference face).
11431         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11433 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
11435         * view.el (view-mode): Doc fix.
11437         * disp-table.el (standard-display-european): Add to the warning
11438         message a reference to the doc string.
11440         * play/yow.el (apropos-zippy): Call print-help-return-message,
11441         similar to other Help and Apropos commands.
11443         * help.el (print-help-return-message): If pop-up-frames is
11444         non-nil, set up help-return-method to delete the help window and,
11445         possibly, its frame as well, and don't display message about
11446         scrolling the help window.  Doc fix.
11447         (help-return-method): Doc fix.
11449 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
11451         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11452         whereby names of length one or names starting with a
11453         symbol-constituent character would not be returned.
11455 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11457         * subr.el (atomic-change-group): Add edebug and indentation spec.
11459 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11461         * completion.el (save-completions-file-name): Fix typo in last change.
11463 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11465         * info.el: Move back/forward history to the beginning of the tool bar.
11467 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
11469         * allout.el (eval-when-compile): Remove unnecessary load of cl.
11470         Add fset of allout-real-isearch-abort during compile to fix
11471         byte-compilation warnings.
11472         (allout-mode-p): Move definition of this macro above all uses, or
11473         byte compilation in barren emacs (eg, during emacs build) will
11474         lack the definition.
11475         (allout-mode): Move this variable above any uses, or byte
11476         compilation will fail.
11477         (allout-resolve-xref): Remove use of personal file-reference function.
11478         (allout-toggle-current-subtree-encryption): Do the current (ie,
11479         visible containing) topic, rather than nearest around point.  Doc fix.
11480         (allout-toggle-subtree-encryption): New function, workhorse that
11481         works on nearest topic containing point.
11482         (allout-encrypt-string): Signal requirement for newer version of pgg.
11483         (allout-resumptions): Doc fix.
11485 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
11487         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11489 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
11491         * textmodes/flyspell.el (flyspell-external-point-words):
11492         Consider a misspelling as found in the string search if: (a) misspelling
11493         and found string lengths match, or (b) misspelling is found as
11494         element in a boundary-chars separated longer string, or (c)
11495         ispell-program-name is really ispell and misspelling is found as
11496         part of a TeX string.  After successful match move beginning of
11497         search region to end of match.  Warn about not found misspellings
11498         once the process is done.
11499         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11501 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
11503         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11504         tool bar (removed inadvertently).
11506 2005-12-02  Juri Linkov  <juri@jurta.org>
11508         * log-view.el (log-view-diff): Clarify doc string.
11510 2005-12-01  Bill Wohler  <wohler@newt.com>
11512         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11513         triggers lm-verify errors.
11515 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
11517         * simple.el (transient-mark-mode, line-number-mode)
11518         (column-number-mode, size-indication-mode): Remove `:require nil'.
11520 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
11522         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11523         in the margin also.
11524         (gdb-breakpoints-mode-map): Use D instead of d for
11525         gdb-delete-breakpoint.
11526         (gdb-get-frame-number): Require a number to match on.
11527         (gdb-threads-mode-map): Add follow-link binding.
11529 2005-11-30  Jason Rumney  <jasonr@gnu.org>
11531         * isearch.el (isearch-mode-map): Avoid exiting search on
11532         language-change event.
11534 2005-11-30  Romain Francoise  <romain@orebokech.com>
11536         * speedbar.el (speedbar-default-position): New defcustom.
11537         (speedbar-frame-reposition-smartly): Use it.
11539         * dframe.el (dframe-reposition-frame-emacs): Fix position
11540         computation for `left' location.
11541         Update copyright year.
11543 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11545         * help.el (help-map): Move initialization into declaration.
11547         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11549         * help-fns.el (help-argument-name): Don't autoload.
11550         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11551         to be re-loaded when customizing the `help' group.
11553 2005-11-30  John Paul Wallington  <jpw@gnu.org>
11555         * help-fns.el (describe-function-1): Fill arglist output.
11557 2005-11-30  Kim F. Storm  <storm@cua.dk>
11559         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11560         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11561         after revert-buffer (or anything else which kills all local variables).
11563         * apropos.el (apropos-parse-pattern): Doc fix.
11564         Set apropos-regexp directly, rather than expecting callers to do so.
11565         (apropos-command, apropos, apropos-value, apropos-documentation):
11566         Simplify calls to apropos-parse-pattern.
11568 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
11570         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11571         (hi-lock-face-phrase-buffer): Use hi-yellow face.
11572         (hi-lock-write-interactive-patterns): Use comment-region.
11574         * longlines.el (longlines-mode): Add mail-setup-hook.
11576         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11578         * simple.el (sendmail-user-agent-compose, next-line):
11579         Conditionally use hard-newline.
11581 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11583         * international/latexenc.el (latex-inputenc-coding-alist):
11584         Reword doc string.
11586 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
11588         * help.el (describe-key-briefly, describe-key): Recognize default
11589         bindings.
11591 2005-11-29  Romain Francoise  <romain@orebokech.com>
11593         * view.el (view-inhibit-help-message): New defcustom.
11594         (view-mode-enter): Use it.
11596 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
11598         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11599         Preserve user position.
11601 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
11603         * font-lock.el: Throw error if facemenu is not loaded to prevent
11604         accidental change of loading order in loadup.el.  (Suggested by RMS.)
11606         * loadup.el: Add comment explaining why facemenu must be loaded
11607         before font-lock.
11609 2005-11-28  Jay Belanger  <belanger@truman.edu>
11611         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11612         (calc-dispatch-map): Add more keys for `calc-same-interface'.
11614         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11616         * calc/calc-embed.el (calc-do-embedded): Update help message.
11618         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11620 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11624         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11625         called-interactively-p.
11626         (elp-profilable-p): Rename from elp-not-profilable-p.
11627         Invert result and take into account macros and autoloaded functions.
11628         (elp-instrument-function): Update call.
11629         (elp-instrument-package): Update call.  Add completion.
11630         (elp-pack-number): Use match-string.
11631         (elp-results-jump-to-definition-by-mouse): Merge into
11632         elp-results-jump-to-definition and then remove.
11633         (elp-output-insert-symname): Make help echo text single-line.
11635         * replace.el (query-replace-map): Move initialization into declaration.
11636         (occur-engine): Use with-current-buffer.
11637         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11638         (occur-mode-mouse-goto): Replace with an alias.
11640 2005-11-28  Juri Linkov  <juri@jurta.org>
11642         * simple.el (quoted-insert): Let-bind input-method-function to nil.
11644         * term/w32-win.el: Bind [S-tab] to [backtab].
11646         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11647         `Info-find-file' to t.
11649         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11650         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11651         and same-window-regexps.
11652         (occur-next-error): Don't move point for arg 0.
11654 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
11656         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11658 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11660         * log-edit.el (log-edit-changelog-use-first): New var.
11661         (log-edit-changelog-ours-p): Use it.
11662         (log-edit-insert-changelog): Set it with new arg `use-first'.
11663         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11664         (log-edit-hook): Add them to the list of suggested options.
11666         * textmodes/flyspell.el (flyspell-last-buffer): New var.
11667         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11668         redundant work.
11669         (flyspell-mode-on): Use add-hook for after-change-functions.
11670         (flyspell-mode-off): Use remove-hook for after-change-functions.
11671         (flyspell-changes): Make it buffer-local.
11672         (flyspell-after-change-function): Make it non-interactive.  Use push.
11673         (flyspell-post-command-hook): Check input-pending-p while processing
11674         the potentially long list of buffer changes.
11676 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
11678         * buff-menu.el (list-buffers-noselect): Display the selected
11679         frame's buffer list, not the global one.
11681 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
11683         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11684         that (list last-input-event) works as in interactive spec.
11686 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11688         * loadup.el ("facemenu"): Load facemenu before font-lock, because
11689         `facemenu-keymap' needs to be defined when font-lock is loaded.
11690         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11692 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11694         * completion.el: Remove useless leading * in defcustom docstrings.
11695         (save-completions-file-name): Use ~/.emacs.d if available.
11696         (completion-standard-syntax-table): Rename from
11697         cmpl-standard-syntax-table and fold initialization into declaration,
11698         thus removing cmpl-make-standard-completion-syntax-table.
11699         (completion-lisp-syntax-table, completion-c-syntax-table)
11700         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11701         (cmpl-saved-syntax, cmpl-saved-point): Remove.
11702         (symbol-under-point, symbol-before-point)
11703         (symbol-under-or-before-point, symbol-before-point-for-complete)
11704         (add-completions-from-c-buffer): Use with-syntax-table.
11705         (make-completion): Don't return a list of completion entries.
11706         Update callers.
11707         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11708         (completion-initialize): Rename from initialize-completions.
11709         (completion-find-file-hook): Rename from cmpl-find-file-hook.
11710         (kill-emacs-save-completions): Collect stats here.
11711         (save-completions-to-file, load-completions-from-file):
11712         Use with-current-buffer.
11713         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
11714         into a function.  Move all calls to toplevel.
11715         (completion-lisp-mode-hook): New fun.
11716         (completion-c-mode-hook, completion-setup-fortran-mode):
11717         Set the syntax-table here.  Use local-set-key.
11718         (completion-saved-bindings): New var.
11719         (dynamic-completion-mode): Make it into a proper minor mode.
11720         (load-completions-from-file): Remove unused var `num-uses'.
11722         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11723         constructor if it is explicitly overridden.
11725         * complete.el (PC-completion-as-file-name-predicate):
11726         Use minibuffer-completing-file-name.
11727         (partial-completion-mode): Use find-file-not-found-functions.
11728         (PC-lisp-complete-symbol): Use with-syntax-table.
11729         (PC-look-for-include-file): Remove dead setq.
11730         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11731         (PC-complete): Use with-current-buffer.
11733         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11734         escape single quotes.
11736 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11738         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11739         of `if' whose condition always returned nil.  Doc fix.
11741         * buff-menu.el (Buffer-menu-revert-function): Make the selected
11742         window's buffer the current buffer around the call to
11743         `list-buffers-noselect'.  This is necessary to mark that buffer
11744         with a `.' in the Buffer Menu when called from Lisp, for instance
11745         by Auto Revert Mode.
11747 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
11749         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11750         attaching to it.
11751         (gdb-pre-prompt): Make sure gdb-error is reset.
11753         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11754         with a child process, detect it.
11755         (gud-speedbar-buttons): Match regexp more carefully.
11757 2005-11-27  Richard M. Stallman  <rms@gnu.org>
11759         * mouse.el (mouse-drag-move-window-bottom):
11760         Use adjust-window-trailing-edge.
11762 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11764         * simple.el (blink-matching-open): Ignore
11765         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11766         (blink-matching-paren-on-screen): Update docstring.
11768         * paren.el (show-paren-mode): No longer change
11769         `blink-matching-paren-on-screen'.
11771 2005-11-27  John Paul Wallington  <jpw@pobox.com>
11773         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11774         (gdb-threads-select, gdb-edit-register-value):
11775         Use `posn-set-point' instead of `mouse-set-point' because the
11776         latter is not fbound when configured without X.
11778 2005-11-27  Kim F. Storm  <storm@cua.dk>
11780         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11781         existing face when partially highlighting a TAB in a rectangle.
11783 2005-11-26  Kim F. Storm  <storm@cua.dk>
11785         * ido.el (ido-mode-map): Doc fix.
11786         (ido-mode-common-map, ido-mode-file-map)
11787         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11788         (ido-define-mode-map): Rewrite.  Select one of the new maps as
11789         parent for ido-mode-map instead of building from scratch.
11790         (ido-init-mode-maps): New defun to initialize new maps.
11791         (ido-mode): Call it.
11792         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11793         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11795 2005-11-26  John Paul Wallington  <jpw@pobox.com>
11797         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11798         `mouse-set-point' because the latter is not fbound when configured
11799         without X.
11801 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
11803         * files.el (file-relative-name): Doc fix.
11805 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11807         * progmodes/octave-inf.el (inferior-octave-startup): Force a
11808         non-empty string for secondary prompt PS2.
11810 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11812         * progmodes/compile.el (compilation-setup): Fix last change.
11814 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
11816         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11817         (gdb-mouse-toggle-breakpoint-margin)
11818         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11819         Add gdb-server-prefix to keep out of command history.
11820         (gdb-edit-register-value): New function.
11821         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11822         (gdb-info-registers-custom): Use above map.
11824 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11826         * custom.el (enable-theme): Signal error if argument is not a
11827         theme.  Don't recalculate a face if it's not loaded yet.
11829         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11830         the `user' theme is in effect.
11832         * info.el (Info-on-current-buffer): Record actual filename in
11833         Info-current-file, instead of t, or a fake filename if a non-file
11834         buffer.  Make autoload.
11835         (Info-find-node, Info-revert-find-node): No need to check for
11836         Info-current-file nil.
11837         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11838         Info-current-file is now never `t'.
11839         (Info-fontify-node): Many simplifications due to Info-current-file
11840         always being valid.  Use Info-find-file to find node filename.
11842 2005-11-25  David Kastrup  <dak@gnu.org>
11844         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11845         new character, then delete" in order to preserve markers.
11847 2005-11-25  David Ponce  <david@dponce.com>
11849         * recentf.el (recentf-arrange-by-rule): Handle a special
11850         `auto-mode-alist'-like "strip suffix" rule.
11851         (recentf-build-mode-rules): Handle second level auto-mode entries.
11853 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11855         * viper-keym.el (viper-ESC-key): Use different values in terminal and
11856         window modes.
11858         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11859         jde-javadoc-checker-report-mode.
11861         * ediff-wind (ediff-make-wide-display): Slight simplification.
11863         * ediff.el (ediff-date): Change the date of last update.
11865 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
11867         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11868         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
11869         (hi-lock-mode): New global minor mode.
11870         (turn-on-hi-lock-if-enabled): New function.
11871         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11872         Change arguments to regexp and face instead of a font-lock pattern.
11873         Directly set face property, instead of refontifying.
11874         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11875         (hi-lock-find-patterns): Use line-number-at-pos.
11877         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
11878         arguments for hi-lock-set-pattern.
11879         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11880         Call font-lock-fontify-buffer.
11881         (hi-lock-find-file-hook, hi-lock-current-line)
11882         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11884         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11885         turned off.
11887         * progmodes/compile.el (compilation-setup): Don't fiddle with
11888         font-lock-defaults.
11890 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
11892         * progmodes/gdb-ui.el (gdb-var-create-handler)
11893         (gdb-var-list-children-handler): Find values for all variable
11894         objects.  gud-speedbar-buttons decides whether to display them.
11896 2005-11-24  Romain Francoise  <romain@orebokech.com>
11898         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11899         buffer name with a space.
11901 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
11903         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11904         `org-export-local-list-max-depth'.  Change default value to 3.
11905         (org-auto-renumber-ordered-lists)
11906         (org-plain-list-ordered-item-terminator): New options.
11907         (org-at-item-p, org-beginning-of-item, org-end-of-item)
11908         (org-get-indentation, org-get-string-indentation)
11909         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11910         New functions.
11911         (org-move-item-down, org-move-item-up): New commands.
11912         (org-export-as-html): New classes for CSS support.  Bug fix in
11913         regular expression detecting fixed-width regions.  Respect
11914         `org-local-list-ordered-item-terminator'.
11915         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11916         also a list item.
11917         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11918         New item moving functions.
11920 2005-11-24  Juri Linkov  <juri@jurta.org>
11922         * isearch.el (isearch-repeat): With empty search ring set
11923         `isearch-error' to the error string instead of signaling error
11924         with the function `error'.
11926 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11928         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11930 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
11932         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11933         and variable.
11934         (gdb-var-create-handler, gdb-var-list-children-handler):
11935         Don't match on "char **...".
11936         (gdb-var-update-handler): Find values for all variable objects.
11937         (gdb-info-frames-custom): Identify frames by leading "#".
11939         * progmodes/gud.el (gud-speedbar-menu-items): Add
11940         gdb-speedbar-auto-raise as radio button.
11941         (gud-speedbar-buttons): Raise speedbar if requested.
11942         Don't match on "char **...".
11943         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11944         Make it editable.
11946 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
11948         * info.el (Info-fontify-node): Handle the case where
11949         Info-current-file is t.
11951 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11953         * simple.el (blink-matching-open): Fix off-by-one in last change.
11955 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11957         * term/mac-win.el: Don't change default directory.
11959 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
11961         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11962         buffers correctly.  (It used to throw an error in such buffers.)
11963         Make it ask for confirmation in group buffers and other Custom
11964         buffers containing more than one customization item.
11966 2005-11-22  John Paul Wallington  <jpw@gnu.org>
11968         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11969         property on mail and url overlays.
11970         (goto-address-at-point): Use `posn-set-point' instead of
11971         `mouse-set-point' because the latter is not fbound when configured
11972         without X.
11974 2005-11-22  Lars Hansen  <larsh@soem.dk>
11976         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11977         (ls-lisp-classify, ls-lisp-format): Delete call to
11978         ls-lisp-parse-symlink.
11979         (ls-lisp-handle-switches): Handle symlinks to directories as
11980         directories when ls-lisp-dirs-first in non-nil.
11982 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11984         * startup.el (command-line): Make sure that loaddefs.el is handled
11985         correctly in load-history.
11987 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
11989         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11990         (gdb-struct-string, gdb-array-string): New constants.
11991         (gdb-info-locals-handler): Use them.
11992         (gdb-reset): Reset gdb-var-list to nil.
11994 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11996         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11997         in patterns.
11999 2005-11-21  Juri Linkov  <juri@jurta.org>
12001         * custom.el (defcustom): Update link types in docstring.
12003 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
12005         * custom.el (defgroup): Add doc-string-elt info.
12007         * widget.el (define-widget): Don't use declare for the doc-string-elt.
12009 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12011         * newcomment.el (comment-enter-backward): Fix last fix.
12013         * simple.el (blink-matching-open):
12014         * paren.el (show-paren-function): Allow new paren-class info.
12016 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
12018         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
12019         handled automagically.
12021 2005-11-20  Andreas Schwab  <schwab@suse.de>
12023         * descr-text.el (describe-char): When copying overlays put them
12024         over the full char description instead of just the first character
12025         of it.
12027 2005-11-20  Juri Linkov  <juri@jurta.org>
12029         * simple.el (what-cursor-position):
12030         * descr-text.el (describe-char): Use Lisp-readable syntax
12031         for octal and hex.  Reorder decimal, octal and hex values.
12032         Remove excess whitespace in the output.  Use `=' in `column='
12033         like in `point=' and `Hscroll='.
12035         * international/mule-cmds.el (encoded-string-description):
12036         Use Lisp-readable syntax for hex.
12038 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12040         * newcomment.el (comment-enter-backward): Handle the case where the
12041         comment is closed by EOB.
12043 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12045         * longlines.el (longlines-before-revert-hook)
12046         (longlines-after-revert-hook): New functions.
12047         (longlines-mode): Turn off longlines temporarily when reverting.
12048         Add a message-setup-hook.
12049         (longlines-decode-buffer): New function.
12050         (longlines-wrap-line): Preserve marker positions.
12052 2005-11-19  Andreas Schwab  <schwab@suse.de>
12054         * emacs-lisp/shadow.el: Handle compressed files.
12056 2005-11-19  Romain Francoise  <romain@orebokech.com>
12058         * net/browse-url.el (browse-url-default-browser): Signal an error
12059         if no usable browser can be found, rather than try to load w3.
12061 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
12063         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
12064         replacing existing properties.
12065         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12066         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
12067         tty specs.
12068         (rcirc-server-prefix, rcirc-server): New faces.
12069         (rcirc-url-regexp): Generate with rx macro.
12070         (rcirc-last-server-message-time): New variable.
12071         (rcirc-filter): Record time of last message.
12072         (rcirc-keepalive): Kill processes that did not send a message
12073         since the last ping.
12074         (rcirc-mode): Give rcirc-topic a local binding here.
12076 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
12078         * subr.el (read-passwd): Fontify the prompt as we do with other
12079         prompts.
12081 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
12083         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
12084         binding buffer-read-only to nil.
12086 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
12088         * complete.el (partial-completion-mode):
12089         Mention completion-auto-help in the doc string.
12091         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
12092         more Lisp-ish way.
12094 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
12096         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
12097         digits, not 8, to avoid misalignment for files larger than 100MB.
12099 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
12101         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
12102         Mention "keyboard shortcuts" in the help text.
12104 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12106         * startup.el (fancy-splash-default-action): Discard only
12107         mouse-down and succeeding mouse-up events in the splash screen
12108         window so that drag-n-drop event can be processed.
12110 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
12112         * longlines.el (longlines-mode): Add hacks for mail-mode and
12113         message-mode.
12115 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
12117         * textmodes/org.el (org-table-sort-lines): New command.
12118         (org-tbl-menu): Add entry for `org-table-sort-lines'.
12119         (org-add-file): Command removed, use `org-agenda-file-to-front'
12120         instead.
12121         (org-export-icalendar): Use `org-icalendar-combined-name'.
12122         (org-cycle-agenda-files, org-agenda-file-to-end)
12123         (org-agenda-file-to-front): New commands.
12124         (org-table-tab-jumps-over-hlines, org-export-html-style):
12125         New options.
12126         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
12127         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
12128         New functions.
12129         (org-fill-paragraph): Call `org-table-align' in tables.
12130         (org-mode): Call `org-set-autofill-regexps'.
12131         (org-export-as-html): Support for local handformatted lists.
12132         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
12133         (org-export-local-list-max-depth): New option.
12134         (org-html-expand): Use `org-html-protect'.
12136 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
12138         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
12139         to "p".
12140         (gdb): Move definition of gud-pp to...
12142         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
12143         speedbar.
12144         (gdb-find-watch-expression): New function.
12146 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12148         * faces.el (face-attribute, set-face-attribute): Mention existence
12149         of `:ignore-defface' setting in docstring.
12151 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         * simple.el (completion-setup-function): Fix last change.
12155 2005-11-17  John Paul Wallington  <jpw@pobox.com>
12157         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
12158         Use `posn-set-point' instead of `mouse-set-point' because the
12159         latter is not fbound when configured without X.
12161         * comint.el (comint-insert-input): Likewise.
12163 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12165         * simple.el (hard-newline): New variable.
12166         (sendmail-user-agent-compose, next-line): Use it.
12168         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
12169         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
12170         (mail-mail-reply-to, mail-mail-followup-to)
12171         (mail-position-on-field, mail-signature, mail-yank-original)
12172         (mail-attach-file): Likewise.
12174         * mail/mailheader.el (mail-header-format)
12175         (mail-header-format-function): Likewise.
12177         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
12179 2005-11-17  Juri Linkov  <juri@jurta.org>
12181         * font-lock.el (font-lock-faces): Rename this defgroup from
12182         `font-lock-highlighting-faces'.
12183         (font-lock-comment-face, font-lock-comment-delimiter-face)
12184         (font-lock-string-face, font-lock-doc-face)
12185         (font-lock-keyword-face, font-lock-builtin-face)
12186         (font-lock-function-name-face, font-lock-variable-name-face)
12187         (font-lock-type-face, font-lock-constant-face)
12188         (font-lock-warning-face, font-lock-negation-char-face)
12189         (font-lock-preprocessor-face)
12190         (font-lock-regexp-grouping-backslash)
12191         (font-lock-regexp-grouping-construct): Rename :group from
12192         `font-lock-highlighting-faces' to `font-lock-faces'.
12194         * cus-edit.el (lisp, c, tex):
12195         * progmodes/ada-mode.el (ada):
12196         * progmodes/asm-mode.el (asm):
12197         * progmodes/cperl-mode.el (cperl-faces):
12198         * progmodes/cpp.el (cpp):
12199         * progmodes/dcl-mode.el (dcl):
12200         * progmodes/f90.el (f90):
12201         * progmodes/fortran.el (fortran):
12202         * progmodes/icon.el (icon):
12203         * progmodes/idlwave.el (idlwave-misc):
12204         * progmodes/m4-mode.el (m4):
12205         * progmodes/make-mode.el (makefile):
12206         * progmodes/meta-mode.el (meta-font):
12207         * progmodes/modula2.el (modula2):
12208         * progmodes/octave-mod.el (octave):
12209         * progmodes/pascal.el (pascal):
12210         * progmodes/perl-mode.el (perl):
12211         * progmodes/prolog.el (prolog):
12212         * progmodes/ps-mode.el (PostScript-edit):
12213         * progmodes/scheme.el (scheme):
12214         * progmodes/sh-script.el (sh-script):
12215         * progmodes/simula.el (simula):
12216         * progmodes/tcl.el (tcl):
12217         * textmodes/nroff-mode.el (nroff):
12218         * textmodes/reftex-vars.el (reftex-fontification-configurations):
12219         * textmodes/sgml-mode.el (sgml):
12220         * textmodes/texinfo.el (texinfo):
12221         Add :link (custom-group-link font-lock-faces) to defgroup.
12223         * hi-lock.el (hi-lock): Rename this defgroup from
12224         `hi-lock-interactive-text-highlighting'.  Change parent group from
12225         `faces' to `font-lock'.  Add link to the manual.
12226         (hi-lock-mode, hi-lock-file-patterns-range)
12227         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
12228         `hi-lock-interactive-text-highlighting' to `hi-lock'.
12229         (hi-lock-faces): Add :group `faces'.
12231         * cus-edit.el (custom-variable-prompt): Clarify the code.
12233         * faces.el (face-read-string): Set the default value arg of
12234         completing-read.
12236 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
12238         * rfn-eshadow.el (file-name-shadow-properties)
12239         (file-name-shadow-tty-properties, file-name-shadow-mode):
12240         Remove autoloads, because the file is now preloaded.
12242 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12244         * printing.el (easy-menu-intern): Don't define.
12245         (pr-get-symbol): Use easy-menu-intern only if defined.
12247         * simple.el (blink-matching-open): Simplify a bit.
12248         (completion-setup-function): Fix the case of partial-completion-mode
12249         when the minibuffer's contents start with "-".
12250         Obey completion-base-size-function even when
12251         minibuffer-completing-file-name is non-nil.
12253 2005-11-16  Richard M. Stallman  <rms@gnu.org>
12255         * net/eudcb-ph.el (eudc-ph-open-session):
12256         Use set-process-query-on-exit-flag.
12258         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
12260         * international/ucs-tables.el (ucs-set-table-for-input):
12261         Use make-local-variable, not make-variable-buffer-local.
12263         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12264         Improve warning message text.
12266         * savehist.el (savehist-save-hook): Add :group.
12268         * menu-bar.el (menu-bar-help-menu):
12269         Rename Find Extra Packages to External Packages.
12271         * cus-edit.el (Custom-reset-standard): Verify that
12272         :custom-standard-value prop exists before calling it.
12274         * apropos.el (apropos-calc-scores): Use apropos-pattern.
12276 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
12278         * wid-edit.el (color): Enclose %t in %{...%}.
12280         * cus-edit.el (face): Enclose %t in %{...%}.
12282 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
12284         * savehist.el (savehist-mode-hook): Re-add the var.
12285         (savehist-mode): Use it.
12287 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12289         * textmodes/flyspell.el: Fix commenting convention.
12290         Remove unnecessary leading * in custom docstrings.
12291         (flyspell-emacs): Remove unused var.
12292         (flyspell-delete-region-overlays): Use remove-overlays.
12293         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
12294         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
12295         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
12296         (flyspell-debug-signal-word-checked): Use with-current-buffer.
12297         (make-flyspell-overlay): Don't locally reuse a global name.
12298         (flyspell-highlight-incorrect-region)
12299         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
12300         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
12301         (flyspell-notify-misspell): Remove unused args `start' and `end'.
12302         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
12303         Wrap calls to accept-process-output inside with-local-quit since it's
12304         often called from a post-command-hook.
12305         (flyspell-correct-word, flyspell-auto-correct-word):
12306         Use ispell-send-string.
12307         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
12309         * calendar/diary-lib.el (diary-list-entries): Also hide the
12310         terminating newline.
12312 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
12314         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12315         window-system, to allow fonts on tty.
12317 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
12319         * progmodes/gud.el (gud-speedbar-item-info): New function.
12320         (gud-install-speedbar-variables): Use it to display data type
12321         of watch expression as a tooltip in speedbar.
12323 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
12325         * font-core.el (global-font-lock-mode): Add :version keyword,
12326         because default was changed.
12328         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12330         * startup.el (command-line): Use `custom-reevaluate-setting' for
12331         `file-name-shadow-mode'.
12333         * loadup.el: Preload rfn-eshadow.
12335         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12336         Add :version keyword.
12337         (file-name-shadow-properties, file-name-shadow-tty-properties)
12338         (file-name-shadow): Add :version keyword.
12340         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12341         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12342         in the custom-group property of the symbol frames and the fringe
12343         group got no link to its parent group frames.
12344         Doc fix.
12346 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12348         * progmodes/gud.el (gud-stop-subjob): New function.
12349         (gud-menu-map, gud-tool-bar-map): Use it.
12351 2005-11-16  Kim F. Storm  <storm@cua.dk>
12353         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12354         than kill it.
12355         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
12356         to a more useful/logical place.
12358 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12360         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12361         go buttons complementary.
12363 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12365         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12366         (rfn-eshadow-sifn-equal): New function.
12367         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12369 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12371         * viper-utils.el (viper-non-word-characters-reformed-vi):
12372         Quote `-' in string.
12374         * viper.el (viper-emacs-state-mode-list): Ensure that
12375         rcirc-mode buffers come up in Emacs state.
12377         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12378         operation.
12380 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
12382         * term.el (term-termcap-format): Fix typos.
12383         (term-down): Fix the negative argument case.
12385 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12387         * progmodes/gdb-ui.el: Remove face-alias left over from change on
12388         2005-08-15.
12389         (gdb-ann3): New command gud-go.
12390         (menu): Accomodate gdb-mi.el.
12391         (gdb-assembler-custom): Make buffer of selected window current
12392         so that set-window-point works.
12394         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12395         buttons and include new ones.
12397 2005-11-16  Kim F. Storm  <storm@cua.dk>
12399         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12400         (gud-menu-map): Use it.
12402 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
12404         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12405         that works correctly for Custom and that does not override a user
12406         who disables it.
12408         * help-mode.el (help-make-xrefs, help-xref-on-pp)
12409         (help-xref-interned, help-follow): Make hyperlinks for variables
12410         that are unbound, but have a non-nil variable-documentation property.
12412         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12413         mode hook.  (It conflicted with defcustoms for some mode hooks.)
12414         Use the `variable-documentation' property to give the mode hook a
12415         docstring and expand that docstring.
12417 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
12419         * savehist.el (savehist-mode): Don't bother with
12420         `custom-set-minor-mode'.
12421         (savehist-coding-system): Check XEmacs version.
12422         (history-length): Declare also at run time.
12423         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
12424         Don't set the customize state.
12425         (savehist-minibuffer-hook): Special case for when
12426         minibuffer-history-variable is equal to t.
12428 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12430         * files.el (write-file): Refresh VC status.
12432         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12433         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12434         than fundamental-mode to see if the mode was set.
12436 2005-11-14  Romain Francoise  <romain@orebokech.com>
12438         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12439         dummy function in `eval-when-compile' to avoid compiler warning.
12440         Require `man' at compile time.
12442 2005-11-14  Jay Belanger  <belanger@truman.edu>
12444         * calc-alg.el (calcFunc-write-out-power): Rename it to
12445         calcFunc-powerexpand.
12446         (math-write-out-power): Rename it to math-powerexpand; have it
12447         handle negative exponents.
12448         (calc-writeoutpower): Rename it to calc-powerexpand.
12450         * calc-ext.el: Change calcFunc-writeoutpower and
12451         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12452         autoloads.
12453         Add calcFunc-ldiv to autoloads.
12455         * calc-arith.el (calcFunc-ldiv): New function.
12457         * calc.el (calc-left-divide): New function.
12459 2005-11-14  Juri Linkov  <juri@jurta.org>
12461         * cus-edit.el (custom-variable-prompt): Set the default value arg
12462         of completing-read.
12464         * cus-dep.el (custom-make-dependencies): Reverse the list of
12465         found dependencies.
12467 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
12469         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12470         Highlighting" entry, it is on by default now.
12471         (menu-bar-options-save): Do not save global-font-lock-mode.
12473 2005-11-13  Richard M. Stallman  <rms@gnu.org>
12475         * textmodes/flyspell.el (flyspell-large-region):
12476         Call flyspell-accept-buffer-local-defs.
12478 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
12480         * textmodes/flyspell.el (flyspell-notify-misspell):
12481         Fix misspelling of "Misspelling".
12482         (flyspell-process-localwords): New function.
12483         (flyspell-large-region): Call flyspell-process-localwords and
12484         flyspell-delete-region-overlays.
12485         (flyspell-delete-region-overlays): New function.
12486         (flyspell-delete-all-overlays): Call that.
12488 2005-11-13  Richard M. Stallman  <rms@gnu.org>
12490         * help.el (help-for-help-internal): Improve doc of C-h a.
12491         (describe-key): Improve prompt; doc fix.
12493 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12495         * vc-svn.el (vc-svn-registered): Catch all errors.
12497         * cus-dep.el (custom-make-dependencies): Typo.
12499 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
12501         * net/tramp-util.el (top): Fix compilation warning.
12503 2005-11-13  Kim F. Storm  <storm@cua.dk>
12505         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
12507 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
12509         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12510         (gud-speedbar-buttons): Match on "const char *" too.
12512         * progmodes/gdb-ui.el (gdb-var-create-handler)
12513         (gdb-var-list-children-handler): Match on "const char *" too.
12514         (gdb-var-evaluate-expression-handler): Match on empty string.
12515         (gdb-var-update-handler): Only call
12516         gdb-var-evaluate-expression-handler when required.
12518 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
12520         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12521         selected window.  This still doesn't work for speedbar.
12522         (gud-speedbar-buttons): Handle string expressions properly.
12524         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12525         (gdb-var-create-handler): Handle string expressions properly.
12526         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12527         Handle string expressions properly.  Move "type" field into regexp.
12529 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
12531         * bookmark.el (bookmark-maybe-message): New function to reduce
12532         code duplication: invokes `message' iff baud-rate is high enough.
12533         (bookmark-write-file): Use above instead of an inline conditional.
12534         (bookmark-load): Same.
12536 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
12538         * bookmark.el (bookmark-write-file): Don't visit the destination
12539         file, just write the data to it using write-region.  This is
12540         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12541         change to avoid visiting the file in the first place.
12543 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
12545         * hi-lock.el (hi-lock-mode): Set the default value of
12546         font-lock-defaults.
12548 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
12550         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12551         arg to `file-attributes'.
12552         (find-lisp-format): The UID and GID can now be strings.
12554 2005-11-12  Kim F. Storm  <storm@cua.dk>
12556         * help.el (help-map): Bind C-h d to apropos-documentation.
12558         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12559         when point is at end-of-buffer.
12561         * apropos.el (apropos-match-face): Doc fix.
12562         (apropos-sort-by-scores): Add new choice `verbose'.
12563         (apropos-documentation-sort-by-scores): New defcustom.
12564         (apropos-pattern): Now contains the pattern entered by the user.
12565         (apropos-pattern-quoted): New defvar.
12566         (apropos-regexp): New defvar, containing the regexp corresponding
12567         to apropos-pattern.
12568         (apropos-all-words-regexp): Rename from apropos-all-regexp.
12569         (apropos-read-pattern): New defun.  Use it to read pattern arg in
12570         interactive calls; returns list of words for a word list, and
12571         string for a regexp.
12572         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
12573         parses a list of words or regexp as returned by apropos-read-pattern.
12574         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12575         (apropos-score-doc): Return a very high score if the string
12576         entered by the user matches literally.
12577         (apropos-variable): Doc fix.  Use apropos-read-pattern.
12578         (apropos-command): Doc fix.  Use apropos-read-pattern and
12579         apropos-parse-pattern.  Call apropos-print with nosubst=t.
12580         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
12581         apropos-parse-pattern.
12582         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
12583         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
12584         apropos-documentation-sort-by-scores.  Call apropos-print with
12585         nosubst=t.
12586         (apropos-documentation-internal): Pass doc string through
12587         substitute-key-definition before adding text properties.
12588         Highlight substring matching literal user input if possible.
12589         (apropos-documentation-check-doc-file): Remove locals beg and end.
12590         Fix calculation of score (as added twice).  Pass doc string through
12591         substitute-key-definition before adding text properties.
12592         (apropos-documentation-check-elc-file): Pass doc string through
12593         substitute-key-definition before adding text properties.
12594         Highlight substring matching literal user input if possible.
12595         (apropos-print): Add new arg NOSUBST; if set, command and variable
12596         doc strings have already been passed through substitute-key-definition.
12597         Add code to handle apropos-accumulator items without score element
12598         for backwards compatibility (e.g. with woman package).
12599         Only show scores if apropos-sort-by-scores is `verbose'.
12601 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12603         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12604         Add jka-compr-load-suffixes to load-suffixes.
12606         * jka-compr.el: Require jka-cmpr-hook.
12607         (jka-compr-info-compress-message, jka-compr-info-compress-program)
12608         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12609         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12610         (jka-compr-info-can-append, jka-compr-info-strip-extension)
12611         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12612         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
12613         (jka-compr-uninstall): Remove entries from
12614         jka-compr-added-to-file-coding-system-alist after they are used.
12615         (jka-compr-error): Remove unused var `curbuf'.
12616         (jka-compr-file-local-copy): Remove unused var `notfound'.
12618 2005-11-10  Romain Francoise  <romain@orebokech.com>
12620         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12622 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
12624         * progmodes/gud.el (gud-menu-map): Move parentheses.
12625         (gdb): New command gud-pv.
12627 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12629         * tar-mode.el: Remove spurious or unnecessary leading stars
12630         in docstrings.
12631         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12632         (tar-parse-octal-integer-safe): Use mapc.
12633         (tar-header-block-summarize): Remove unused var `ck'.
12634         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12635         cleared before.  Obey default-enable-multibyte-characters.
12636         Use mapconcat.  Simplify setting of tar-header-offset.
12637         (tar-mode-map): Move initialization inside delcaration.
12638         (tar-flag-deleted): Use `abs'.
12639         (tar-expunge-internal): Remove unused var `line'.
12640         (tar-expunge-internal): Don't hardcode point-min==1.
12641         (tar-expunge): Widen while doing set-buffer-multibyte.
12642         (tar-rename-entry): Use file-name-coding-system.
12643         (tar-alter-one-field): Don't hardcode point-min==1.
12644         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12645         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
12647 2005-11-10  Masatake YAMATO  <jet@gyve.org>
12649         * add-log.el (add-log-current-defun): Handle class::method
12650         notation of c++.  Fix incorrect comment.
12652 2005-11-10  Alan Mackenzie  <acm@muc.de>
12654         * help-fns.el (describe-variable): Make C-h v work when a variable
12655         has variable documentation yet is unbound.
12657 2005-11-10  Masatake YAMATO  <jet@gyve.org>
12659         * man.el (Man-highlight-references): Set an empty
12660         string to `Man-arguments' if it is nil.
12661         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12663 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12665         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12666         commenting conventions.
12668         * cus-dep.el (custom-make-dependencies): Simplify.
12669         Better follow the commenting conventions.
12671 2005-11-09  Richard M. Stallman  <rms@gnu.org>
12673         * apropos.el (apropos-pattern): Rename from apropos-regexp.
12674         (apropos-orig-pattern): Rename from apropos-orig-regexp.
12675         All uses changed.
12676         (apropos-rewrite-regexp): Doc fix.
12677         (apropos-variable, apropos-command, apropos, apropos-value):
12678         Change prompt; carry through the argument renaming.
12680 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
12682         * find-lisp.el: Require dired.
12683         (find-lisp-find-dired-internal): Do not call
12684         `abbreviate-file-name' on DIR.
12686 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
12688         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12690 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
12692         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12693         when using the speedbar.
12694         (gdb): New command gud-pp.
12695         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12697 2005-11-09  Juri Linkov  <juri@jurta.org>
12699         * replace.el (occur-excluded-properties): New defcustom.
12700         (occur-1, occur-engine, occur-accumulate-lines): Use it.
12702 2005-11-08  Jay Belanger  <belanger@truman.edu>
12704         * calc/calc-units.el (math-convert-units): Replace any composite
12705         unit by its definition.
12707 2005-11-08  Lars Hansen  <larsh@soem.dk>
12709         * emacs-lisp/autoload.el (update-directory-autoloads):
12710         Add obsolete function alias.
12712 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12714         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12715         comment-indent-function.
12716         (lisp-comment-indent): Replace by an alias for comment-indent-default.
12718         * reveal.el (reveal-post-command): Rework the handling of
12719         reveal-open-spots, so as to be more reliable.  There were several
12720         tricky corner cases where an open spot might be lost, or where
12721         a closed spot might end up on the list of open spots.
12722         Only reveal text that's ellipsised.
12724 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
12726         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12728 2005-11-07  John Paul Wallington  <jpw@gnu.org>
12730         * ibuffer.el (ibuffer): Search iconified frames too when
12731         getting Ibuffer buffer's window.
12733 2005-11-06  Richard M. Stallman  <rms@gnu.org>
12735         * progmodes/compile.el (compilation-internal-error-properties):
12736         save-excursion around the computation of MARKER.
12738 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
12740         * textmodes/flyspell.el (flyspell-external-point-words):
12741         flyspell-get-word returns a list, not just a string.
12743 2005-11-06  John Paul Wallington  <jpw@pobox.com>
12745         * ibuffer.el (ibuffer): Search all visible frames when getting
12746         Ibuffer buffer's window.
12748 2005-11-07  Masatake YAMATO  <jet@gyve.org>
12750         * man.el (Man-reference-regexp): Accept spaces between
12751         `Man-name-regexp' and `Man-section-regexp'.
12752         (Man-apropos-regexp): New variable.
12753         (Man-abstract-xref-man-page): Use value for `Man-target-string'
12754         if available.
12755         (Man-highlight-references, Man-highlight-references0):
12756         Handle the case when `Man-arguments' includes "-k".
12757         (Man-highlight-references0): Rename the argument `TARGET-POS' to
12758         `TARGET'. `TARGET' can be a number, function or nil.
12760 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
12762         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12763         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12764         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12765         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12766         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12767         (gdb-send-item): Use buffer-local-value and simplify.
12769 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
12771         * startup.el (command-line): Use `custom-reevaluate-setting' for
12772         `global-font-lock-mode'.
12774         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12775         by default, except in batch mode or when the -D option is given.
12777         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12778         specified keyword args on to `define-minor-mode'.  Update docstring.
12780 2005-11-05  Romain Francoise  <romain@orebokech.com>
12782         * replace.el (occur-engine): Add marker at end of line, too.
12784 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12786         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12787         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12788         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12789         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12790         argument to all these routines, so the passphrase can be managed
12791         externally and passed in to the system.
12792         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12793         pgg-add-passphrase-to-cache function.
12795         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12796         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12797         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12798         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12799         argument to all these routines, so the passphrase can be managed
12800         externally and passed in to the system.
12801         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12802         function.
12804 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12806         * font-lock.el: Don't deal with font-lock-face-attributes here,
12807         move the code ...
12809         * startup.el (command-line): ... here.  Use face-spec-set instead
12810         of custom-declare-face.
12812         * faces.el (face-spec-set): Reset the face if spec is not nil.
12814 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12816         * newcomment.el (comment-region-internal): Box more tightly in the
12817         common case where there's no TAB in the boxed text.
12819 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12821         * info.el (info-tool-bar-map): Use images prev-node, next-node and
12822         up-node.
12824 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
12826         * newsticker.el: Commentary updated.  Code formatting changed.
12827         (newsticker-version): Change to "1.9".
12828         (newsticker, newsticker-feed): Doc fix.
12829         (newsticker-url-list): Doc fix.  Add option "Weekly".
12830         (newsticker-retrieval-interval): Add option "Weekly".
12831         (newsticker-headline-processing): Doc fix.
12832         (newsticker-auto-mark-filter): Remove.
12833         (newsticker-auto-mark-filter-list): New.
12834         (newsticker-layout, newsticker-sort-method): Doc fix.
12835         (newsticker-hide-old-items-in-newsticker-buffer)
12836         (newsticker-heading-format, newsticker-item-format)
12837         (newsticker-desc-format): Doc fix.
12838         (newsticker-show-all-rss-elements): Remove.
12839         (newsticker-show-all-news-elements): New.
12840         (newsticker-faces, newsticker-ticker): Doc fix.
12841         (remove-from-invisibility-spec): Code formatting.
12842         (newsticker--process-ids): New.
12843         (newsticker-mode): Doc fix.
12844         (newsticker-mode): Change mode-line-format.
12845         (newsticker-start): Remove debug output.
12846         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
12847         (newsticker-w3m-show-inline-images): Code formatting.
12848         (newsticker-next-item): Call `force-mode-line-update'.
12849         (newsticker-previous-item): Call `force-mode-line-update'.
12850         (newsticker-next-feed): Call `force-mode-line-update'.
12851         (newsticker-previous-feed): Call `force-mode-line-update'.
12852         (newsticker-mark-all-items-at-point-as-read): Code formatting.
12853         (newsticker-show-old-items): Do not show descs.
12854         (newsticker-hide-entry): Hide too much.
12855         (newsticker-hide-entry, newsticker-show-entry)
12856         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12857         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12858         (newsticker-toggle-auto-narrow-to-item): Code formatting.
12859         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12860         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12861         (newsticker-get-news): Call `force-mode-line-update'.
12862         Collect process ids.
12863         (newsticker--sentinel): Change coding system handling.
12864         Move image retrieval to new functions newsticker--get-logo-url-*.
12865         Move feed parsing to new functions newsticker--parse-*.
12866         Update list of process ids.
12867         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12868         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12869         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12870         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12871         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12872         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12873         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12874         (newsticker--decode-coding-string): Remove.
12875         (newsticker--decode-numeric-entities): Check input.  Format code.
12876         (newsticker--remove-whitespace): Check input.
12877         (newsticker--do-forget-preformatted): Doc fix.
12878         (newsticker--decode-rfc822-date): Allow for missing time.
12879         (newsticker--update-process-ids): New.
12880         (newsticker--image-sentinel): Change comment.
12881         (newsticker--image-read): Change error message.
12882         (newsticker--imenu-goto): Doc fix.  Show headline title.
12883         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12884         (newsticker--buffer-do-insert-text): Clean whitespace in
12885         html-rendered headline title.  Code formatting.
12886         Call `newsticker--buffer-print-extra-elements'.
12887         (newsticker--buffer-print-extra-element): Remove.
12888         (newsticker--buffer-print-extra-elements): New.
12889         (newsticker--buffer-do-print-extra-element): New.
12890         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
12891         large sizes.
12892         (newsticker--run-auto-mark-filter)
12893         (newsticker--do-run-auto-mark-filter):
12894         Use `newsticker-auto-mark-filter-list'.
12896 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
12898         * net/rcirc.el: Use split-string OMIT-NULLS argument.
12899         (rcirc-print): Force redisplay before running hooks.  Do long
12900         buffer truncation after making new text read-only.  Deal with nil
12901         text when decoding strings.  If TARGET is nil, use either the
12902         currently selected buffer, if it is an rcirc buffer and of the
12903         same process or the process buffer.
12904         (rcirc-mode): Remove header-line.  Recompute short buffer names.
12905         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12906         (rcirc-short-buffer-name): Add variable.
12907         (rcirc-kill-buffer-hook): Recompute short buffer names.
12908         Remove nick from private channel.
12909         (rcirc-send-input): Send command text to current-buffer.
12910         Don't clear overlay arrow here.
12911         (rcirc-short-buffer-name): Return a short buffer name.
12912         (rcirc-update-short-buffer-names, rcirc-abbreviate)
12913         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12914         buffer-name abbreviations.
12915         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12916         Do not touch nick-table when killing a parted channel.
12917         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12918         Clear arrow from current buffer if it is now hidden.
12919         (rcirc-current-buffer): Add variable.
12920         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12921         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12922         Remove -face from names.
12923         (rcirc-update-activity-string): Print "DND" when globally ignoring
12924         activity.
12925         (rcirc-ignore-buffer-activity-flag): Rename from
12926         rcirc-ignore-channel-activity.
12927         (rcirc-ignore-all-activity-flag): Doc fix.
12928         (rcirc-channels): Remove variable.
12929         (rcirc-kill-buffer-hook):
12930         (rcirc-get-buffer-create): Add nick to private channel.
12931         (rcirc-multiline-edit-submit): Remove tabs.
12932         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12933         folded.
12934         (rcirc-remove-nick-channel): Bug fix.
12935         (rcirc-toggle-ignore-buffer-activity): Rename from
12936         rcirc-toggle-ignore-channel-activity.
12937         (rcirc-record-activity): Add buffers to the front of the list.
12938         (rcirc-update-activity): Remove killed buffers from list.
12939         (rcirc-process-server-response-1): Remove last argument if it is
12940         null before calling handler.
12941         (rcirc): Add "rcirc" defcustom prefix.
12942         (rcirc-prompt): Simplify default prompt.
12943         Use custom-initialize-default.
12944         (rcirc-private-chats): Remove variable.
12945         (rcirc-prompt): Change initialization.
12946         (rcirc-version): Remove function.
12947         (rcirc-id-string): Add constant.
12948         (rcirc-last-buffer): Remove variable.
12949         (rcirc-buffer-alist): Add variable.
12950         (rcirc-connect): Update variable setup.
12951         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12952         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12953         default.
12954         (rcirc-handler-generic): Trigger activity.
12955         (rcirc-send-message): Create the buffor of the target.
12956         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12957         (rcirc-get-buffer): Just return nil if there is no matching buffer.
12958         (rcirc-multiline-edit-cancel): Remove function.
12959         (rcirc-set-last-buffer): Remove function.
12960         (rcirc-get-any-buffer): Add function.
12961         (rcirc-join-channels): Don't print /join text.
12962         (rcirc-toggle-ignore-channel-activity): Add and update echo area
12963         messages.
12964         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12965         (rcirc-handler-NOTICE): Recognize CTCP responses.
12966         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12967         constructing TOPIC string for buffers we are not JOINed.
12968         (rcirc-handler-CTCP-response): Add handler.
12969         (rcirc-multiline-edit-submit): Restore the window-configuration
12970         before adjusting point.
12971         (rcirc): Add customization group.
12972         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12973         (rcirc-user-full-name, rcirc-startup-channels-alist)
12974         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12975         (rcirc-ignore-all-activity-flag, rcirc-time-format)
12976         (rcirc-input-ring-size, rcirc-read-only-flag)
12977         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12978         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12979         Change defvar to defcustom.
12980         (rcirc-update-prompt): Add optional ALL arg, which will update
12981         prompts in all rcirc buffers.  Regexp quote replacement text.
12982         (rcirc-fill-column): Accept frame-width as a value.
12983         (rcirc-set-changed): Add function.
12984         (rcirc-next-active-buffer): Write more meaningful messages.
12985         (rcirc-faces): Add customization group.
12986         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12987         (rcirc-nick-in-message-face, rcirc-prompt-face)
12988         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12989         (with-rcirc-process-buffer): Move before first usage.
12990         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12991         (rcirc-debug-flag): Rename from `rcirc-log-p'.
12992         (rcirc-debug): Rename from `rcirc-log'.
12993         (rcirc-format-response-string): Do not print `-' chars for a
12994         NOTICE with no sender.  Simplify output of server responses.
12996 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12998         (rcirc-browse-url-map, rcirc-browse-url-at-point)
12999         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
13000         Make urls mouse and RET clickable.
13002 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
13004         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
13006 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
13008         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13009         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13010         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13011         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13012         argument to all these routines, so the passphrase can be managed
13013         externally and passed in to the system.
13014         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13015         pgg-add-passphrase-to-cache function.
13017         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13018         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13019         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13020         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13021         argument to all these routines, so the passphrase can be managed
13022         externally and passed in to the system.
13023         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13024         function.
13026 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
13028         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
13029         from goto-address-url-regexp.
13031 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
13033         * textmodes/org.el (org-read-date, org-goto-calendar)
13034         (org-recenter-calendar, org-agenda-goto-calendar):
13035         Temporarily clear `calendar-move-hook'.
13037 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
13039         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
13040         merging.
13042         * ediff-util.el (ediff-previous-difference): Don't skip regions that
13043         have merge clashes.
13045 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13047         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13048         Undo previous change.
13050         * startup.el (command-line): Use `custom-reevaluate-setting' for
13051         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
13052         tty-register-default-colors on Mac.
13054 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
13056         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
13057         (gdb-buffer-type): Make it automatically buffer local...
13058         (gdb-get-create-buffer): ...and set it accordingly.
13059         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
13060         actually work.
13062 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
13064         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
13065         not red.
13067 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
13069         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
13070         case GUD buffer is not visible.
13071         (gdb-goto-breakpoint): Try to force display in source buffer.
13072         (gdb-frame-gdb-buffer): Copy other similar functions.
13073         (gdb-restore-windows): Don't display source if not asked for.
13074         (gdb-assembler-buffer-name): Don't capitalise.
13076 2005-11-03  Richard M. Stallman  <rms@gnu.org>
13078         * wid-edit.el (key-sequence): New widget type.
13080         * simple.el (set-mark-command-repeat-pop): New variable.
13081         (set-mark-command): Only interpret plan C-@ after a pop as a pop
13082         if set-mark-command-repeat-pop is true.
13084         * info.el (Info-fontify-node): Don't display extra "see" if there
13085         already is one here.
13087         * mouse.el: Fix special handling of DEL after dragging a region:
13088         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
13089         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
13091         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
13093         * textmodes/ispell.el (ispell-command-loop): Change `i' description
13094         not to assume it pertains to an affix.
13096         * textmodes/flyspell.el (flyspell-post-command-hook):
13097         Bind deactivate-mark to prevent deactivation.
13099 2005-11-03  Lars Hansen  <larsh@soem.dk>
13101         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
13102         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
13103         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
13105 2005-11-03  Romain Francoise  <romain@orebokech.com>
13107         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
13108         Update copyright years.
13110 2005-11-03  Sam Steingold  <sds@gnu.org>
13112         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13113         Use system-type instead of window-system because window-system is not
13114         correctly defined during loadup.
13116 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
13118         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
13119         (xml-parse-tag): Join strings separated by a comment properly.
13121 2005-11-02  Andreas Schwab  <schwab@suse.de>
13123         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
13125 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13127         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
13128         (byte-optimize-pure-func): Quote the eval'd value.
13130         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13131         Rename from perl-font-lock-syntactic-face-function.
13132         Change the calling convention so it can be used as a font-lock MATCHER.
13133         Do the parse-partial-sexp loop outselves.
13134         (perl-font-lock-syntactic-keywords): Use it.
13135         (perl-mode): Don't set font-lock-syntactic-face-function any more.
13137 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
13139         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
13140         disassembly buffer too.
13141         (gdb-exited): Remove overlay arrows when execution has finished.
13142         (gdb-info-frames-custom, gdb-info-threads-custom)
13143         (gdb-info-registers-custom): Don't add inappropriate text
13144         properties if inferior is not active.
13146 2005-11-02  Glenn Morris  <rgm@gnu.org>
13148         * progmodes/fortran.el (fortran-blink-match):
13149         Use `blink-matching-delay'.
13151 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
13153         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
13155 2005-11-02  Lars Hansen  <larsh@soem.dk>
13157         * net/tramp.el (tramp-action-out-of-band): Handle scp message
13158         "Permission denied".
13160 2005-11-01  Richard M. Stallman  <rms@gnu.org>
13162         * textmodes/flyspell.el (flyspell-external-point-words):
13163         Pass nil to flyspell-get-word.
13165 2005-11-02  Kim F. Storm  <storm@cua.dk>
13167         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
13168         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
13170 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13172         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
13173         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
13174         (calendar-mouse-print-dates): Add optional `event' argument.
13175         Update interactive-spec.
13176         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
13177         Use `calendar-event-to-date' instead of `event'.
13179 2005-11-02  Masatake YAMATO  <jet@gyve.org>
13181         * progmodes/ld-script.el (ld-script-builtins):
13182         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
13183         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
13184         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
13186 2005-11-01  Romain Francoise  <romain@orebokech.com>
13188         * vc-sccs.el: Update copyright year.
13189         * ezimage.el: Likewise.
13191 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
13193         * info.el (Info-fontify-node): Use `string-width' for fontifying
13194         underlined titles.
13196 2005-11-01  Juri Linkov  <juri@jurta.org>
13198         * info.el (Info-fontify-node): Downcase node header keywords Node,
13199         Prev, Next, Up before comparison.
13200         (Info-history): Insert absolute directory name, and put invisible
13201         property on it.
13203 2005-11-01  Juri Linkov  <juri@jurta.org>
13205         * info.el (Info-file-supports-index-cookies): New variable.
13206         (Info-find-node-2): Check makeinfo version for index cookie support.
13207         (Info-index-nodes): Search for nodes with index cookies only when
13208         Info-file-supports-index-cookies is t.  Otherwise, search nodes
13209         with "Index" in the node name.
13210         (Info-index-node): Search index cookie in the current node only when
13211         Info-file-supports-index-cookies is t.  Otherwise, check the word
13212         "Index" in the node name.
13213         (Info-find-emacs-command-nodes): Remove code that searches nodes
13214         with "Index" node name in the top menu.
13216 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13218         * progmodes/scheme.el (scheme-mode-variables): Use the default
13219         comment-indent-function.
13221         * faces.el (face-attribute): Handle the case where a face inherits from
13222         a non-existent face.
13224         * simple.el (eval-expression-print-format): Use lisp-readable syntax
13225         for octal and hexa output, and merge the char into the paren.
13226         (kill-new): Use push.
13227         (copy-to-buffer): Use with-current-buffer.
13228         (completion-setup-function): Move code in loop to remove redundancy.
13229         (minibuffer-local-must-match-map): Don't add bindings that duplicate
13230         those inherited from minibuffer-local-completion-map.
13232         * savehist.el (savehist-mode) <defcustom>:
13233         Use custom-set-minor-mode if available.
13234         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
13235         and emit a message if applicable.
13237 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
13239         * savehist.el: Sync up to version 19.
13240         (savehist-mode): New minor mode.
13241         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
13242         (savehist-length): Remove (use history-length instead).
13243         (savehist-file-modes): Rename from savehist-modes.
13244         (savehist-save-hook, savehist-loaded): New vars.
13245         (savehist-load): Use savehist-mode.  Try to smooth up transition from
13246         old format to new format.
13247         (savehist-install): Allow savehist-autosave-interval to be nil.
13248         (savehist-save): Run the new hook.  Be more careful to only trim the
13249         history variables.
13250         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
13251         (savehist-printable): Print into a buffer rather than char-by-char.
13253 2005-11-01  John Wiegley  <johnw@newartisans.com>
13255         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
13256         toggle-ignore keybinding (C-a).  The author said it had been
13257         disabled much earlier due to a possible incompatibility, but after
13258         many months of usage I have encountered no problems (and it is a
13259         rather useful option, especially for switching to " *temp*").
13261         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
13262         support for OS/X's AddressBook, by calling out to the open source
13263         program "contacts" (installable through Fink).
13265         * net/eudc.el (eudc-expand-inline): If the
13266         `eudc-multiple-match-handling-method' is set to `all', delete the
13267         query string before inserting the query result.
13269         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
13270         flag, to prevent Eshell from using the system ls when
13271         `eshell-ls-insert-directory' is in used.
13272         (eshell-ls-insert-directory): Disable font-lock in directory
13273         buffer so that Eshell's own fontification is seen.  This broke
13274         recently due to changes in font-lock, so this goes back to version
13275         21 behavior.
13277 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
13279         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
13280         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
13281         (gdb-many-windows): Doc fix.
13283 2005-10-31  Romain Francoise  <romain@orebokech.com>
13285         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
13287 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13289         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
13290         that global-font-lock-mode can be enabled by default.
13292         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
13293         (font-lock-add-keywords, font-lock-remove-keywords)
13294         (font-lock-fontify-buffer): Remove autoload cookies.
13296         * jit-lock.el (jit-lock-register): Likewise.
13298         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13300 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
13302         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
13303         intact if there is no gud-comint-buffer.
13305 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
13307         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13308         old prompt comint-prompt-read-only is t and GDB commands are
13309         issued from tool bar etc.
13311 2005-10-31  Masatake YAMATO  <jet@gyve.org>
13313         * vc.el (vc-directory-exclusion-list): Add "{arch}".
13315 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13317         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13318         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13320 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
13322         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13323         starting at beginning of line.  Fontification is messed up when
13324         `open-paren-in-column-0-is-defun-start' set to t.
13325         Reported by John Paul Wallington <jpw@pobox.com>.
13327 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
13329         * comint.el (comint-send-input): Call `comint-update-fence' when
13330         `comint-process-echoes' and `comint-prompt-read-only' are both
13331         non-nil, to avoid leftover read-only newline.
13333 2005-10-30  Richard M. Stallman  <rms@gnu.org>
13335         * textmodes/flyspell.el (flyspell-external-point-words):
13336         Detect when WORD can't be checked properly because
13337         flyspell-get-word finds just part of it, and move on.
13339         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13340         boundarychar for Polish.
13341         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13342         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13344 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
13346         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13347         (gdb-registers-font-lock-keywords): Delete.
13348         (gdb-registers-mode): Don't fontify.
13349         (gdb-info-registers-custom): Use text properties instead as, in
13350         future, changed register values will use font-lock-warning-face.
13351         (gdb-local-font-lock-keywords): Rename to...
13352         (gdb-locals-font-lock-keywords): ...for consistency.
13354 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
13356         * vc.el (vc-switch-backend): Better error message if the buffer is
13357         not visiting a file under version control.
13359         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13361 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
13363         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13364         ~/.emacs.d/.emacs.
13366 2005-10-29  Richard M. Stallman  <rms@gnu.org>
13368         * replace.el (occur-mode-mouse-goto): Always go to other window.
13369         (occur-mode-goto-occurrence): Always switch in same window.
13371         * simple.el (undo): Display message at end, not at start.
13373         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13374         New arg REUSE-CELL.
13375         (cancel-timer-internal): New function.
13376         (timer-event-handler): Use cancel-timer-internal,
13377         and pass the cell it returns to timer-activate...
13379         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13380         (jit-lock-deferred-fontify, jit-lock-context-fontify)
13381         (jit-lock-after-change): Test memory-full.
13383 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13385         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13386         part of the decoded armor to find the key-identifier.
13387         (pgg-gpg-lookup-key-owner): New function to return the
13388         human-readable identifier of a key owner.
13389         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13390         key itself.
13391         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13392         the key value) if we have a key and can match it against a secret
13393         key.  Also, added a note pointing out fact that the prompt only
13394         indicates the first matching key.
13396         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13397         pgg-decrypt-region.
13398         (pgg-pending-timers): A new hash for tracking the passphrase cache
13399         timers, so that new ones supercede old ones.
13400         (pgg-add-passphrase-to-cache): Rename from
13401         `pgg-add-passphrase-cache' to reduce confusion (all callers
13402         changed).  Modified to cancel old timers when new ones are added.
13403         (pgg-remove-passphrase-from-cache): Rename from
13404         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13405         changed).  Modified to cancel old timers when their keys are
13406         removed from the cache.
13407         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13408         XEmacs, an indirection to delete-itimer.
13409         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13410         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13411         users can only check cache without risk of prompting.  Correct bug in
13412         notruncate behavior.
13413         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13414         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13415         Add informative docstrings.
13416         (pgg-decrypt): Convey provided passphrase in subordinate call to
13417         pgg-decrypt-region.
13419         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13420         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13421         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13422         `passphrase' argument, so the passphrase can be managed externally
13423         and then passed in to the system.
13425         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13426         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13427         so the passphrase cache can be used reliably with identifiers
13428         besides a pgp packet's key id.
13430         * pgg-gpg.el (pgg-pgp-encrypt-region)
13431         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13432         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13433         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13434         argument to all these routines, so the passphrase can be managed
13435         externally and passed in to the system.
13437         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13438         `notruncate' argument, so the passphrase cache can be used
13439         reliably with identifiers besides a pgp packet's key id.
13441 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
13443         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13444         symmetric encryption.
13445         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13446         encrypted session key.
13447         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13448         message ask for the passphrase in a proper way.
13450         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13451         New user commands for symmetric encryption.
13453 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
13455         * textmodes/conf-mode.el (conf-assignment-sign)
13456         (conf-assignment-regexp): Fix docstrings.
13457         (conf-mode-initialize): New function.
13458         (conf-mode): Remove optional args.  Use delay-mode-hooks to
13459         recognize recursive calls.
13460         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13461         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13462         (conf-xdefaults-mode): Use define-derived-mode and
13463         conf-mode-initialize.
13465 2005-10-29  Romain Francoise  <romain@orebokech.com>
13467         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13469 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13471         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13472         part of the decoded armor to find the key-identifier.
13473         (pgg-gpg-lookup-key-owner): New function to return the
13474         human-readable identifier of a key owner.
13475         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13476         key itself.
13477         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13478         the key value) if we have a key and can match it against a secret
13479         key.  Also, added a note pointing out fact that the prompt only
13480         indicates the first matching key.
13482         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13483         pgg-decrypt-region.
13484         (pgg-pending-timers): A new hash for tracking the passphrase cache
13485         timers, so that new ones supercede old ones.
13486         (pgg-add-passphrase-to-cache): Rename from
13487         `pgg-add-passphrase-cache' to reduce confusion (all callers
13488         changed).  Modified to cancel old timers when new ones are added.
13489         (pgg-remove-passphrase-from-cache): Rename from
13490         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13491         changed).  Modified to cancel old timers when their keys are
13492         removed from the cache.
13493         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13494         XEmacs, an indirection to delete-itimer.
13495         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13496         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13497         users can only check cache without risk of prompting.  Correct bug in
13498         notruncate behavior.
13499         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13500         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13501         Add informative docstrings.
13502         (pgg-decrypt): Convey provided passphrase in subordinate call to
13503         pgg-decrypt-region.
13505 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13507         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13508         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13509         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13510         `passphrase' argument, so the passphrase can be managed externally
13511         and then passed in to the system.
13513         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13514         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13515         so the passphrase cache can be used reliably with identifiers
13516         besides a pgp packet's key id.
13518         * pgg-gpg.el (pgg-pgp-encrypt-region)
13519         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13520         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13521         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13522         argument to all these routines, so the passphrase can be managed
13523         externally and passed in to the system.
13525         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13526         `notruncate' argument, so the passphrase cache can be used
13527         reliably with identifiers besides a pgp packet's key id.
13529 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
13531         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13532         symmetric encryption.
13533         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13534         encrypted session key.
13535         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13536         message ask for the passphrase in a proper way.
13538         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13539         New user commands for symmetric encryption.
13541 2005-10-28  Bill Wohler  <wohler@newt.com>
13543         * help-mode.el (help-url): New button type.  Calls browse-url.
13544         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13545         Similar to Info nodes: URL `url'.
13546         (help-make-xrefs): Create help-url buttons for
13547         help-xref-url-regexp matches.
13549 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
13551         * tool-bar.el (tool-bar-add-item-from-menu)
13552         (tool-bar-local-item-from-menu): Fix doc strings.
13554 2005-10-28  Romain Francoise  <romain@orebokech.com>
13556         * ldefs-boot.el: Update.
13558         * subr.el (locate-library): Move from help-fns.el.
13559         * help-fns.el (locate-library): Move to subr.el.
13561 2005-10-28  Richard M. Stallman  <rms@gnu.org>
13563         * net/tramp.el (tramp-completion-mode): defvar moved up.
13565         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13567         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13569         * files.el (find-file-noselect): Use %d to format large file size.
13571         * bindings.el (mode-line-format): Add %e.
13573         * loadup.el ("facemenu"): Load unconditionally.
13574         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13575         ("x-dnd"): Load, when appropriate.
13577         * startup.el (command-line): Call before-init-hook earlier.
13578         Warn about some bad characters in -u user name.
13580         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13581         (flyspell-external-point-words): Error if misspelled word is not found.
13582         Set flyspell-large-region-beg at end of word.
13584 2005-10-28  Andreas Schwab  <schwab@suse.de>
13586         * view.el (View-revert-buffer-scroll-page-forward):
13587         Use view-page-size-default.
13589 2005-10-28  Juri Linkov  <juri@jurta.org>
13591         * international/quail.el (quail-get-current-str): Translate last
13592         raw character for deterministic input methods.
13594 2005-10-27  Jay Belanger  <belanger@truman.edu>
13596         * calc/calc-ext.el: Add functions to autoloads.
13597         (math-identity-matrix-p, math-ident-row-p): New functions.
13599         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13600         multiplication by an identity matrix; don't turn multiplication by
13601         an inverse matrix into division.
13602         (math-div-symbol-fancy): Replace division by matrices with
13603         multiplication by inverse.
13605         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13607         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13608         (calc-writeoutpower): New functions.
13610 2005-10-27  Romain Francoise  <romain@orebokech.com>
13612         * replace.el (occur-engine): Include colon in mouse-face highlight.
13614         * dired-x.el: Change Maintainer field.
13616 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
13618         * longlines.el (longlines-mode): Bind after-change-functions to
13619         nil during initial decoding and final encoding.
13621 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13623         * term.el (term-emulate-terminal, term-handle-colors-array)
13624         (term-handle-ansi-escape): Specify the terminfo capabilities
13625         implemented.
13627 2005-10-26  Richard M. Stallman  <rms@gnu.org>
13629         * info.el (Info-fontify-node): Fix detection of sentence-break
13630         before *Note.
13632 2005-10-26  Romain Francoise  <romain@orebokech.com>
13634         * smerge-mode.el: Add `tools' to file keywords.
13636 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
13638         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13639         when the fringe is not available.
13641         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13642         (def-gdb-auto-update-trigger): Simplify construction.
13643         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13644         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13645         defined explicitly.
13646         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13647         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13648         defined explicitly.
13649         (gdb-info-locals-custom): Remove as it's a no-op.
13651 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
13653         * longlines.el (longlines-mode): Remove narrowing before
13654         performing the initial decoding or final encoding.
13656 2005-10-25  Romain Francoise  <romain@orebokech.com>
13658         * emacs-lisp/find-func.el (find-library-name): Also strip
13659         extension if library name ends in .el, to take advantage of
13660         `find-library-suffixes'.
13662 2005-10-25  Richard M. Stallman  <rms@gnu.org>
13664         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13666 2005-10-25  Juri Linkov  <juri@jurta.org>
13668         * textmodes/texinfo.el (texinfo-mode): Change charset of one
13669         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13671 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13673         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13674         (blackbox-redefine-key): Add argument `map'.
13676         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13677         regions when moving the jit-lock-context-unfontify-pos boundary.
13679 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13681         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13683 2005-10-25  Masatake YAMATO  <jet@gyve.org>
13685         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13687 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
13689         * play/blackbox.el (blackbox-redefine-key): New function.
13690         (blackbox-mode-map): Use it to remap existing bindings for cursor
13691         motion instead of binding literal keys.
13693 2005-10-25  Glenn Morris  <rgm@gnu.org>
13695         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13696         diary does not end in a newline.  Do not assume a blank line at
13697         the start of the diary file.
13699 2005-10-25  Kenichi Handa  <handa@m17n.org>
13701         * international/quail.el (quail-translate-key): If the input
13702         method is deterministic and failed to handle the last key, restart
13703         the key handling loop from an appropriate key.
13705 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
13707         * vc.el (vc-dired-mode): Extend comment for binding of
13708         `directory-listing-before-filename-regexp'.
13710 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13712         * textmodes/texinfo.el (texinfo-mode):
13713         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13714         not to unnecessarily expose emacs-mule's internal char codes.
13716 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
13718         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13719         Display hand pointer and help-echo on disabled icon too.
13720         (gdb-mouse-until): New function.
13721         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13723 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
13725         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13726         with 2005-10-23 change to doctor.el.
13728         * finder.el (finder-mode-map): Add follow-link binding.
13730 2005-10-25  Kim F. Storm  <storm@cua.dk>
13732         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13733         to gdb-mouse-toggle-breakpoint-fringe.
13734         (gdb-mouse-toggle-breakpoint-margin): Rename from
13735         gdb-mouse-toggle-breakpoint.  Fix doc.
13736         (gdb-mouse-toggle-breakpoint-fringe): New defun.
13737         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
13738         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13739         string properties also for fringe breakpoint bitmaps.
13741 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
13743         * textmodes/org.el (org-start-icalendar-file): Fix format form.
13745 2005-10-25  Masatake YAMATO  <jet@gyve.org>
13747         * simple.el (completion-common-substring):
13748         Use `completion-common-substring' prior to `completion-base-size'.
13750 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
13752         * savehist.el: Require CL while compiling.
13753         (savehist-history-variables): Remove.
13754         (savehist-save-minibuffer-history, savehist-additional-variables)
13755         (savehist-minibuffer-history-variables): New vars.
13756         (savehist-save): Use them.
13757         (savehist-uninstall, savehist-minibuffer-hook): New funs.
13758         (savehist-install): New fun, extracted from savehist-load.
13759         (savehist-load): Use them.
13761 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13763         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13764         a dummy doc-string-elt property.
13765         (defalias, defvaralias, define-category): Add a docstring property.
13767         * image.el (defimage):
13768         * widget.el (define-widget):
13769         * custom.el (defface, defcustom): Add `doc-string' declaration.
13771         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13772         (defadvice): Add `doc-string' declaration.
13774         * emacs-lisp/byte-run.el (macro-declaration-function):
13775         Handle `doc-string' declarations.
13776         (define-obsolete-function-alias, define-obsolete-variable-alias):
13777         Add `doc-string' declaration.
13779 2005-10-24  Kenichi Handa  <handa@m17n.org>
13781         * international/utf-7.el (utf-7): Add autoload cookie.
13783         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13785 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
13787         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13788         list of directories passed to batch-update-autoloads.  Add "." to
13789         the list of the echoed directories.
13791         * pgg-def.el:
13792         * pgg-gpg.el:
13793         * pgg-parse.el:
13794         * pgg-pgp.el:
13795         * pgg-pgp5.el:
13796         * pgg.el: Moved here from the gnus subdirectory.
13798 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
13800         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13801         in case comint-prompt-read-only is set to t.
13803         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13804         in case comint-prompt-read-only is set to t.
13806 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
13808         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13809         Now a string.
13810         (icalendar-import-format): Handle CLASS, STATUS, URL.
13811         Rename `subject' to `summary'.
13812         (icalendar-import-format-summary): Rename from
13813         `icalendar-import-format-subject'.
13814         (icalendar-import-format-url, icalendar-import-format-status)
13815         (icalendar-import-format-class): New variables.
13816         (icalendar--rris): Take variable argument list.
13817         (icalendar--datestring-to-isodate): Remove unnecessary
13818         calendar-style check when converting dates with explicit month names.
13819         (icalendar-export-region): Change return type of conversion
13820         subroutines.  Bury current buffer unless error occurred.
13821         (icalendar--convert-to-ical)
13822         (icalendar--parse-summary-and-rest): New functions.
13823         (icalendar--convert-ordinary-to-ical)
13824         (icalendar--convert-weekly-to-ical)
13825         (icalendar--convert-yearly-to-ical)
13826         (icalendar--convert-block-to-ical)
13827         (icalendar--convert-cyclic-to-ical)
13828         (icalendar--convert-anniversary-to-ical): Change return type.
13829         Strip trailing blanks from subject.
13830         (icalendar--convert-sexp-to-ical): Change return type.
13831         Strip trailing blanks from subject.  Handle simple sexp
13832         entries as generated by icalendar.el.
13833         (icalendar--convert-float-to-ical)
13834         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13835         (icalendar-import-file): Doc fix.
13836         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13837         Correct call to icalendar--rris.
13838         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
13839         `summary'.
13840         (icalendar--add-diary-entry): Rename `subject' to `summary'.
13842 2005-10-24  Romain Francoise  <romain@orebokech.com>
13844         * server.el (server-sentinel): Set query-on-exit flag to nil on
13845         new client processes (it isn't inherited from the server process).
13847         * replace.el (occur-engine): Rearrange text properties.
13849 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13851         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13852         case-fold-search is nil.
13853         (debug-help-follow): Use help-xref-interned directly.
13855 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13857         * thumbs.el (thumbs-image-type): Add .pbm.
13859 2005-10-23  Richard M. Stallman  <rms@gnu.org>
13861         * faces.el (inhibit-face-set-after-frame-default): New variable.
13862         (set-face-attribute): Bind it.
13863         (face-set-after-frame-default): Test it.
13865         * help-fns.el (describe-simplify-lib-file-name): New function.
13866         (describe-function-1, describe-variable): Use it.
13868         * faces.el (describe-face): Use describe-simplify-lib-file-name.
13870         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13871         Eliminate nil as possible value.
13872         (tooltip-hide-delay): Reduce internal-border-width.
13874         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13875         (menu-bar-file-menu) <new-file>: Likewise.
13877         * simple.el (line-move-finish): Ignore fields computing LINE-END.
13879         * international/mule.el (load-with-code-conversion):
13880         Pass full file name to `eval-buffer' unless preloading.
13882         * textmodes/flyspell.el (flyspell-large-region):
13883         Call ispell-check-version.
13885         * textmodes/ispell.el (ispell-local-dictionary-overridden):
13886         Fix the make-variable-buffer-local call that was supposed
13887         to be for this variable.
13888         (ispell-aspell-supports-utf8): Doc fix.
13889         (ispell-find-aspell-dictionaries): Preserve elements of
13890         ispell-dictionary-alist for dictionaries that aspell doesn't report.
13891         (ispell-aspell-find-dictionary): Return nil on error.
13893         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13894         (doctor-symptoms): Likewise.
13896         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13898 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13900         * cus-edit.el (custom-button, custom-button-pressed): New vars.
13901         (custom-raised-buttons): Add :set spec.
13902         (custom-button-unraised, custom-button-pressed-unraised):
13903         New faces, so that custom-raised-buttons actually does something.
13904         (custom-mode): Use custom-button and custom-button-pressed.
13906         * wid-edit.el (widget-specify-button): Don't ignore
13907         widget-mouse-face on graphic terminals.
13908         (widget-move-and-invoke): Cleanup.
13910 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
13912         * whitespace.el (whitespace-cleanup): Doc fix.
13914 2005-10-23  Romain Francoise  <romain@orebokech.com>
13916         * emulation/viper.el (viper-set-hooks): Quote forms passed to
13917         `eval-after-load' to avoid evaluating their result.
13919 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
13921         * files.el (directory-listing-before-filename-regexp):
13922         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
13924         * dired.el (dired-move-to-filename-regexp): Remove.
13925         All occurences replaced by `directory-listing-before-filename-regexp'.
13927         * dired-x.el, locate.el, vc.el:
13928         Replace `dired-move-to-filename-regexp' by
13929         `directory-listing-before-filename-regexp'.  In vc.el it is
13930         overwritten locally; maybe this can be handled in files.el too.
13932         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
13933         replaced by `directory-listing-before-filename-regexp'.
13935 2005-10-23  Andreas Schwab  <schwab@suse.de>
13937         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13938         and eval-next-after-load.
13940 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
13942         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13943         exist, create it.
13945 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
13947         * allout.el: Remove autoloads for mailcrypt and crypt++.
13948         Require pgg, pgg-gpg during compilation.
13949         (allout-version): Increment version number to 2.1, and use a literal
13950         rather than RCS Id.
13951         (allout-default-encryption-scheme): Remove.
13952         (allout-passphrase-verifier-handling)
13953         (allout-passphrase-verifier-string)
13954         (allout-file-passphrase-verifier-string)
13955         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13956         (allout-passphrase-hint-handling): Rename and simplify.
13957         (allout-init): Use `find-file-hook' if available, otherwise
13958         `find-file-hooks'.
13959         (allout-mode): Use `write-file-functions' if available, otherwise
13960         `local-write-file-hooks' and, instead of making auto-save-hook
13961         buffer local, make the write-file-hook activity contingent to
13962         allout-mode.
13963         (allout-mode): Use key-binding substitution in the docstring.
13964         (allout-kill-line): Spell-out kill ring data structure mutation
13965         instead of using byte-compiler-complaint-provoking `pop'.
13966         (allout-insert-listified): Use `insert' rather than `insert-string'
13967         (allout-toggle-current-subtree-encryption): Update docstring, adjust
13968         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13969         (allout-encrypt-string): Totally revamped vis new underlying
13970         encryption facilities.
13971         (allout-mc-activate-passwd): Remove.
13972         (allout-obtain-passphrase): New, more or less replaces
13973         allout-mc-activate-passwd.
13974         (allout-encrypted-key-info): More or less replaces
13975         allout-encrypted-text-type.
13976         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13977         (my-mark-marker): Use `(featurep 'xemacs)'.
13979 2005-10-23  Lars Hansen  <larsh@soem.dk>
13981         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13982         (byte-compile-file-form-defmumble, byte-compile-defun)
13983         (byte-compile-defmacro): Use it.
13984         (byte-compile-form): Don't call byte-compile-set-symbol-position
13985         when a byte-compile handler is called.
13987 2005-10-22  Romain Francoise  <romain@orebokech.com>
13989         * savehist.el (savehist-history-variables): Add `grep-find-history'.
13991         * subr.el (eval-after-load): Convert library name to an absolute
13992         file name using locate-library, since load-history no longer has
13993         library names in it.
13995 2005-10-22  Richard M. Stallman  <rms@gnu.org>
13997         * files.el (make-temp-file): Move from subr.el.
13998         * subr.el (make-temp-file): Move to files.el.
14000         * window.el (get-buffer-window-list): Move from subr.el.
14001         * subr.el (get-buffer-window-list): Move to window.el.
14003         * image.el (image-load-path): Use eval-at-startup to initialize.
14005         * subr.el (eval-at-startup): New macro.
14007         * subr.el: Much rearrangement of functions and division
14008         into pages.  No code changes.
14010 2005-10-22  Kenichi Handa  <handa@m17n.org>
14012         * tar-mode.el (tar-extract): Be sure to call
14013         find-operation-coding-system if set-auto-coding doesn't find a
14014         coding system.
14016 2005-10-22  Kim F. Storm  <storm@cua.dk>
14018         * image.el (image-type-header-regexps): Rename from image-type-regexps.
14019         Change users.
14020         (image-type-file-name-regexps): New defconst.
14021         (image-type-from-data): Simplify loop.
14022         (image-type-from-buffer): New defun.
14023         (image-type-from-file-header): Use it instead of image-type-from-data.
14024         Use image-search-load-path instead of only looking in data-directory.
14025         (image-type-from-file-name): New defun.
14026         (image-search-load-path): Change `pathname' to `filename'.
14027         Make PATH arg optional, default to image-load-path.
14029 2005-10-21  Richard M. Stallman  <rms@gnu.org>
14031         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
14033         * textmodes/paragraphs.el (sentence-end-base): New variable.
14034         (sentence-end): Use sentence-end-base.
14036 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14038         * font-lock.el (font-lock-default-fontify-region): Check the multiline
14039         property independently from the font-lock-multiline variable.
14041 2005-10-21  Richard M. Stallman  <rms@gnu.org>
14043         * emacs-lisp/find-func.el (find-library-name): Doc fix.
14045         * startup.el (command-line): Convert library names
14046         in `load-history' to absolute file names.
14048         * subr.el (symbol-file): Doc fix.
14050         * loadhist.el (file-loadhist-lookup): Call locate-library
14051         instead of find-library-name.  Don't try converting
14052         abs file names to library names, since load-history no longer
14053         has library names in it.
14054         (file-dependents, file-provides, file-requires): Doc fixes.
14056 2005-10-21  Juri Linkov  <juri@jurta.org>
14058         * progmodes/etags.el (tags-table-mode): New function.
14059         (tags-verify-table): Replace initialize-new-tags-table with
14060         tags-table-mode.
14062         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
14063         default value.
14064         (desktop-modes-not-to-save): Add tags-table-mode to the
14065         default value.
14067         * info.el (Info-index-next): Add total number of index
14068         alternatives to the message.
14070         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
14071         backward only space (instead of space and period) before looking
14072         at sentence end.
14074         * simple.el (set-variable): Use user-variable-p instead of symbolp.
14075         Add the old variable value as 4th default-value arg of read-string.
14077 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14079         * cus-face.el (custom-declare-face): Make face from X resources
14080         also on Mac.
14082         * disp-table.el (standard-display-g1, standard-display-graphic):
14083         Refuse to use string glyphs also on Mac.
14084         (standard-display-european): Don't set terminal coding system also
14085         on Mac.
14087         * frame.el (display-screens): Use x-display-screens also on Mac.
14089 2005-10-21  Romain Francoise  <romain@orebokech.com>
14091         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
14093 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14095         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
14096         and $? into sexps.
14098         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
14099         warning face on open-paren-in-column-0.
14101         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
14102         boundary case.  Fix typo.
14103         Suggested by Martin Rudalics <rudalics@gmx.at>.
14105 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
14107         * textmodes/org.el (org-combined-agenda-icalendar-file)
14108         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
14109         (org-export-icalendar-this-file)
14110         (org-export-icalendar-all-agenda-files)
14111         (org-export-icalendar-combine-agenda-files): New commands.
14112         (org-export-icalendar, org-print-icalendar-entries)
14113         (org-start-icalendar-file, org-finish-icalendar-file)
14114         (org-ical-ts-to-string): New functions.
14115         (org-read-date, org-goto-calendar)
14116         (org-agenda-goto-calendar): Inhibit displaying diary entries by
14117         call to `calendar'.
14118         (orgtbl-setup): Remove the :keys arguments from the menu description.
14119         (org-after-save-iCalendar-file-hook): New variable.
14121 2005-10-21  Kenichi Handa  <handa@m17n.org>
14123         * language/vietnamese.el (tcvn-5712): Make it an alias of
14124         vietnamese-tcvn coding-system.
14126 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
14128         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
14129         group id is given.
14131 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14133         * progmodes/sh-script.el (sh-escaped-line-re): New var.
14134         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
14135         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
14136         whose line is either continued or ends with a comment.
14138 2005-10-20  Romain Francoise  <romain@orebokech.com>
14140         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
14142         * replace.el (occur-engine): Add follow-link property.
14144         * font-core.el (font-lock-mode): Doc fix.
14146 2005-10-20  Richard M. Stallman  <rms@gnu.org>
14148         * net/rcirc.el: New file.
14150 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
14152         * term.el (term-term-name): Initialize to "eterm-color".
14154 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
14156         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
14157         for encryption functionality.
14158         Move allout customization subgroup from `editing' to `outlines' group.
14159         Fix commentary keywords to legitimate ones.
14160         Update author info (using my current email address, obscurified).
14161         (allout-encrypt-string, allout-encryption-produce-work-buffer)
14162         (allout-encrypted-topic-p, allout-encrypted-text-type)
14163         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
14164         (allout-situate-encryption-key-verifier)
14165         (allout-get-encryption-key-verifier, allout-verify-key)
14166         (allout-next-topic-pending-encryption)
14167         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
14168         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
14169         (outline-key-verifier-handling, outline-key-hint-handling)
14170         (outline-encrypt-unencrypted-on-saves): New defcustoms.
14171         (allout-file-key-verifier-string, allout-encryption-scheme)
14172         (allout-key-verifier-string, allout-key-hint-string)
14173         (allout-after-save-decrypt): New variables.
14174         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
14175         (allout-after-saves-handler): New hook functions.
14176         (allout-post-command-business): Do allout-after-save-decrypt.
14177         (allout-enable-file-variable-adjustment): Custom var to enable
14178         mechanism for adding and adjusting settings of Emacs file variables.
14179         (allout-adjust-file-variable, allout-file-vars-section-data):
14180         New functions, implement the mechanism.
14181         (outlineify-sticky): Use the file vars mechanism.
14182         (allout-inhibit-protection, allout-during-write-cue)
14183         (allout-override-protect, allout-before-change-protect): Remove.
14184         (allout-flag-region, allout-open-topic): Adjust read-only text.
14185         (allout-open-line-not-read-only): Add to facilitate read-only
14186         text based protection.
14187         (allout-kill-line): Revise to adjust read-only text, clue the
14188         user about the inhibition.
14189         (allout-unprotected): Use unwind-protect.
14190         (allout-shift-in, allout-shift-out): Disallow manually shifting a
14191         topic deeper than the offspring depth of the previous topic -
14192         avoiding confusing "containment discontinuities".
14193         (allout-reindent-bodies): Fix retention of body relative hanging
14194         indent during promotion of collapsed bodies.
14195         (allout-open-topic): Make it easy to open new topic with same
14196         bullet as current topic - topic creation functions provided with
14197         any universal argument provokes now prompt for bullet, defaulting
14198         to the bullet of the previous topic.
14199         (allout-plain-bullets-string, allout-distinctive-bullets-string):
14200         Plain bullet alternates `.' period and `,' comma only.  All other
14201         bullets are relegated to special status (but customizable).
14202         (allout-end-of-entry): Rename from allout-end-of-current-entry
14203         since it actually operates w.r.t. most immediately containing
14204         entry, visible or not.
14205         (allout-hide-current-entry, allout-show-current-entry): Use the
14206         revised version.
14207         (allout-old-expose-topic): Solidify deprecation.
14208         (allout-end-of-subtree): Add so we can span concealed as well
14209         as visible topics.
14210         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
14211         (allout-end-of-current-heading): Tweak to just respect the first line.
14212         (allout-get-body-text): Add.
14213         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
14214         when invoked interactively.
14215         (allout-up-current-level): Use `interactive-p'.
14216         (allout-mode, allout-init): Miscellaneous docstring and
14217         operational refinements, as well as hookups of new encryption stuff.
14218         (allout-beginning-of-current-entry): Now works as advertised.
14219         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
14220         (allout-isearch-rectification): Refine condition for isearching.
14221         (allout-isearch-abort, allout-enwrap-isearch)
14222         (allout-flag-region, my-region-active-p): Relocate some macros.
14223         (allout-title): Fallback title is (buffer-name), not
14224         non-existing (current-buffer-name).
14225         (subst-char-in-string): Define if absent (for some XEmacs versions).
14227 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
14229         * mail/sendmail.el (mail-setup-hook, mail-aliases)
14230         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
14231         (mail-citation-prefix-regexp, mail-signature-file)
14232         (mail-default-headers, mail-bury-selects-summary)
14233         (mail-send-nonascii): Add autoload cookies.
14235 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14237         * frame.el (blink-cursor-mode): Add `mac' to the list of
14238         window-system's that support blinking cursor.
14240 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14242         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
14244 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
14246         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
14247         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
14248         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
14250 2005-10-20  Kim F. Storm  <storm@cua.dk>
14252         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
14253         (ido-set-current-directory): Don't add / after final @.
14254         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
14255         Explicitly handle ange-ftp completion oddities.
14256         (ido-make-file-list): Don't rotate list at tramp root to avoid
14257         triggering tramp file handler for expand-file-name via get-file-buffer.
14259 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14261         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
14263 2005-10-19  Jay Belanger  <belanger@truman.edu>
14265         * calc/calc-units.el (math-standard-units): Add units, adjust
14266         symbols and update values.
14267         (math-unit-prefixes): Add more prefixes.
14269 2005-10-19  Romain Francoise  <romain@orebokech.com>
14271         * bookmark.el (bookmark-menu-heading): New face.
14272         (bookmark-bmenu-list): Use it.
14273         Don't fiddle with `baud-rate' at top-level.
14275 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
14277         * image.el (create-image, find-image): Mention max-image-size in
14278         docstring.
14280 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14282         * savehist.el (savehist-load): Revert to checking XEmacs.
14284         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
14285         Various docstring and line-width fixups.
14286         (conf-mode): Use cond.
14287         Set font-lock-defaults.  Don't set comment-use-syntax.
14289 2005-10-18  David Ponce  <david@dponce.com>
14291         * tree-widget.el (tree-widget-button-click): New function.
14292         (tree-widget-button-keymap): Use it.
14294 2005-10-18  Romain Francoise  <romain@orebokech.com>
14296         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14297         (bookmark-bmenu-hide-filenames): Add follow-link property.
14298         Improve help-echo text.
14300         * ffap.el (find-file-at-point): Doc fix.
14302 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14304         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14306 2005-10-18  Masatake YAMATO  <jet@gyve.org>
14308         Install to the CVS repository what I forgot to install in my
14309         2005-10-16 changes.
14311         * progmodes/python.el (python-complete-symbol): Pass the common
14312         prefix substring of completion to `display-completion-list'.
14314         * textmodes/org.el (org-complete): Ditto.
14316 2005-10-18  Masatake YAMATO  <jet@gyve.org>
14318         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14320         * woman.el (WoMan-xref-man-page): New button type derived
14321         from `Man-abstract-xref-man-page'.
14322         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14324         * man.el (Man-abstract-xref-man-page): New button type.
14325         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14326         (Man-highlight-references): Add new optional argument `xref-man-type'.
14328 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
14330         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14332 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14334         * cus-edit.el (Custom-move-and-invoke): Delete.
14335         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14337         * wid-edit.el (widget-move-and-invoke): New function, from
14338         Custom-move-and-invoke.
14340 2005-10-17  Bill Wohler  <wohler@newt.com>
14342         Move all remaining images from lisp/toolbar to etc/images, move
14343         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
14344         the low resolution images in their own directory (low-color).
14346         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14347         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14348         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14349         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14350         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14351         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14352         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14354         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14355         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14356         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14357         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14358         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14359         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14360         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14361         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14362         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14363         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14364         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14365         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14366         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14367         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14368         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14370         To conform with convention, replace the underscore (_) in the
14371         following image names with dash (-) or (/) as appropriate.
14373         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14374         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14375         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14376         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14377         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14378         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14379         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14380         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14381         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14382         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14383         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14384         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14385         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14386         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14387         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14389         * info.el (info-tool-bar-map): Replace underscores in image names
14390         with dashes.
14392         * makefile.w32-in (WINS): Remove toolbar.
14394         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14396         * tool-bar.el: Move to lisp from toolbar.  Now that
14397         toolbar is empty, it should be deleted when folks run "cvs up -P".
14399 2005-10-18  Jay Belanger  <belanger@truman.edu>
14401         * calc/calc-store.el (calc-store-into): Get the proper variable name
14402         to display in message.
14404 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
14406         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14407         expressions display in speedbar for all buffers when debugging.
14408         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14410         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14411         (speedbar-insert-button, speedbar-make-button):
14412         Use add-text-properties.
14413         (speedbar-update-localized-contents)
14414         (speedbar-update-directory-contents)
14415         (speedbar-update-special-contents): Use dolist.
14416         (speedbar-buffer-easymenu-definition): Add a menu separator.
14418 2005-10-17  Jason Rumney  <jasonr@gnu.org>
14420         * makefile.w32-in: Use $(lisp) consistently.
14421         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14422         for shell specific generation of mh-autoloads.
14424 2005-10-17  Richard M. Stallman  <rms@gnu.org>
14426         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14428 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14430         * jit-lock.el (jit-lock-fontify-now):
14431         Move jit-lock-context-unfontify-pos to avoid wasted work.
14433 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
14435         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
14436         `tramp-completion-mode' for checking if we are in completion mode.
14437         (tramp-completion-handle-file-name-all-completions): Reorder code
14438         in order to complete for file names only in case there are no
14439         method/user/host completions.  This is necessary for cooperation
14440         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
14442 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
14444         * longlines.el (longlines-search-forward)
14445         (longlines-search-backward): Match any number of spaces.
14447 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
14449         * diff-mode.el (diff-mode): Doc fix.
14451 2005-10-16  David Reitter  <david.reitter@gmail.com>
14453         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14454         as default on darwin and windows systems.
14456 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14458         * arc-mode.el (archive-zip-extract): Doc fix.
14460 2005-10-16  Romain Francoise  <romain@orebokech.com>
14462         * mouse.el (mouse-1-click-follows-link): Doc fix.
14464 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14466         * savehist.el: Don't require CL at runtime.
14467         (savehist-xemacs): Remove.
14468         (savehist-coding-system): Use utf-8 if present, regardless of religion.
14469         (savehist-no-conversion): Use (featurep 'xemacs).
14470         (savehist-load): Check existence of start-itimer rather than XEmacs.
14471         Use an idle timer.
14472         (savehist-process-for-saving): Replace use of CL funs `subseq' and
14473         `delete-if-not'.
14475 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
14477         * savehist.el: Newer version.
14478         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14479         (savehist-last-checksum, savehist-no-conversion): New vars.
14480         (savehist-autosave, savehist-process-for-saving, savehist-printable):
14481         New functions.
14482         (savehist-load, savehist-save): Use them.
14483         (savehist-delimit): Remove.
14485 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14487         * progmodes/compile.el (compilation-goto-locus): Display the
14488         compilation buffer first and the source buffer second, in case they're
14489         in overlapping frames.  Don't raise the compilation frame if it was the
14490         selected window upon entry.  Pass the `other-window' arg to
14491         pop-to-buffer.
14493         * info.el (Info-fontify-node): Use dolist.
14494         Change add-text-properties to put-text-property.
14496 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14498         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14499         bound of search.
14501 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14503         * dabbrev.el (dabbrev-completion): Pass the common
14504         prefix substring of completion to `display-completion-list'.
14506         * filecache.el (file-cache-minibuffer-complete)
14507         (file-cache-complete): Ditto.
14509         * tempo.el (tempo-display-completions): Ditto.
14511         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14513         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14515         * eshell/em-hist.el (eshell-list-history): Ditto.
14517         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14519         * mail/mailalias.el (mail-complete): Ditto.
14521         * progmodes/etags.el (complete-tag): Ditto.
14523         * progmodes/make-mode.el (makefile-complete): Ditto.
14525         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14527         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14529         * progmodes/pascal.el (pascal-complete-word)
14530         (pascal-show-completions): Ditto.
14532         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14534         * simple.el (completion-common-substring): New variable.
14535         (completion-setup-function): Use `completion-common-substring'
14536         to put faces.
14538 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14540         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14541         (x-get-selection, mac-select-convert-to-string): Convert from/to
14542         UTF-16 clipboard data as in native byte order, no BOM.
14544 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
14546         * progmodes/gud.el (gud-tool-bar-map): Rename the images
14547         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14548         (gud-sentinel): Use speedbar-frame to check for speedbar.
14550 2005-10-15  Richard M. Stallman  <rms@gnu.org>
14552         * savehist.el: New file.
14554 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
14556         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14557         Fix bug in \bf fontification.
14559 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14561         * pcvs.el (cvs-edit-log-files): New var.
14562         (cvs-mode-edit-log): New arg `file'.
14563         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14564         Instead force the use of the original file and nothing else.
14565         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14566         the cvs-minor-wrap-function is set.
14567         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14569 2005-10-14  Bill Wohler  <wohler@newt.com>
14571         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14572         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14573         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14574         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14575         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14576         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14577         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14578         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14579         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14580         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14581         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14582         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14583         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14584         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14585         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14587         * progmodes/gud.el (gud-tool-bar-map): Rename the images
14588         appropriately (for example, gud-break to gud/break).
14590 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
14592         * longlines.el (longlinges-search-function)
14593         (longlines-search-forward, longlines-search-backward): New functions.
14594         (longlines-mode): Set isearch-search-fun-function to
14595         longlinges-search-function.
14597         * mouse.el (mouse-drag-region-1): Handle the case where a
14598         double-click event is bound to an arbitrary function.
14600 2005-10-14  David Ponce  <david@dponce.com>
14602         * recentf.el (recentf-track-opened-file)
14603         (recentf-track-closed-file, recentf-update-menu)
14604         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14605         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14606         mouse-1-click-follows-link.
14608 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14610         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14611         Gnome file-manager.png.  Suggested by
14612         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14614         * toolbar/README: Add diropen.xpm.
14616 2005-10-13  Bill Wohler  <wohler@newt.com>
14618         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14619         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
14621 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14623         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14624         Don't waste the byte-compiler's time on constant data.
14626 2005-10-13  Kenichi Handa  <handa@m17n.org>
14628         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14629         byte with `escape-glyph' face.
14631         * international/fontset.el (ccl-encode-unicode-font):
14632         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14633         Handle the case that ucs-mule-to-mule-unicode translates a character to
14634         ASCII (usually for IPA characters).
14636 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14638         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14639         Don't hide the underline of titles if font-lock-mode is disabled.
14641 2005-10-12  Bill Wohler  <wohler@newt.com>
14643         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
14644         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14645         files in MH-E-SRC have been updated.
14646         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14648 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14650         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14651         (mixal-mode-syntax-table): Add \n as end-comment.
14652         (mixal-operation-codes-alist): Immediately initialize to full value.
14653         (mixal-add-operation-code): Remove.
14654         (mixal-describe-operation-code): Make the arg non-optional.
14655         Use the interactive spec instead.
14656         Use mixal-operation-codes-alist rather than mixal-operation-codes.
14657         (mixal-font-lock-keywords): Don't highlight comments here any more.
14658         (mixal-font-lock-syntactic-keywords): New var.
14659         (mixal-mode): Use it.  Fix comment-start-skip.
14661 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14663         * startup.el (command-line-x-option-alist): -nb => -nbi
14665 2005-10-12  Kim F. Storm  <storm@cua.dk>
14667         * startup.el (fancy-splash-default-action): Discard mouse click in
14668         the splash screen window, as it has no sensible meaning in the
14669         next window to be selected.  Fixes error reported by Jan D.
14671 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14673         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14675 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14677         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14678         Try to fix up minor layout issues like indentation, line break, etc...
14679         (mixal-mode-syntax-table): Don't try to specify comment syntax,
14680         because it doesn't work.
14681         (mixal-operation-codes): Add some more codes.
14682         (mixal-font-lock-keywords): Process comments here.
14683         (mixal-mode): mixasm no longer needs -g option.
14685 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14687         * progmodes/sh-script.el (sh-tmp-file):
14688         Use mktemp -t.  Finish support for es and rc shells.
14690 2005-10-11  Jay Belanger  <belanger@truman.edu>
14692         * calc/calcalg2.el (calc-integral): With an argument, compute the
14693         definite integral.
14695 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
14697         * mouse.el (mouse-drag-region-1): Don't try to catch a
14698         double-click when doing follow-link (it's overridden anyway).
14700 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
14702         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14703         (autoload-print-form-outbuf): Add docstring.
14705 2005-10-11  Juri Linkov  <juri@jurta.org>
14707         * info.el (Info-mode-menu): Delete menu item "Edit".
14708         (Info-mode): Delete description of Info-edit from docstring,
14709         and rearrange descriptions of Info commands in the order
14710         they are documented in the Info manual.
14712 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14714         * calendar/appt.el (appt-check): Use diary-selective-display var.
14716 2005-10-10  Richard M. Stallman  <rms@gnu.org>
14718         * net/newsticker.el (newsticker-start, newsticker-show-news):
14719         Add autoload cookies.
14721 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
14723         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14725 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
14727         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14729 2005-10-10  Jay Belanger  <belanger@truman.edu>
14731         * calc/calc-arith.el (math-check-known-scalarp)
14732         (math-check-known-matrixp): Check the values of arguments that are
14733         variables.
14734         (math-check-known-square-matrixp): New function.
14735         (math-known-square-matrixp): Use math-check-known-square-matrixp.
14736         (math-super-types): Add sqmatrix type.
14738         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14739         mode name `square' to `sqmatrix'.
14741         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14742         mode name `square' to `sqmatrix'.
14744 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14746         * progmodes/etags.el (select-tags-table-mode): Don't use
14747         selective-display.
14748         (tags-select-tags-table): Pass `button' to the action function.
14749         (select-tags-table): Place the side-info on button properties rather
14750         than in hidden text.  Abbreviate file names.
14751         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14752         (select-tags-table-select): Add `button' argument.
14753         Get side-info from the button property rather than from hidden text.
14755 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
14757         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14758         (gud-speedbar-buttons): Preserve point if possible.
14759         (gud-sentinel): Restore previous speedbar display type.
14761         * progmodes/gdb-ui.el (gdba): Improve diagram.
14762         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14763         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14764         Call get-buffer-window once.
14766 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14768         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14769         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14770         (pascal-indent-command): Remove unused var `ind'.
14771         (pascal-indent-case): Remove unused var `oldpos'.
14772         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14773         since it's now used as a proper minor mode map.
14774         (pascal-outline): Rename to pascal-outline-mode.
14775         (pascal-outline-mode): Use define-minor-mode.
14776         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14777         selective-display.
14779 2005-10-10  Andreas Schwab  <schwab@suse.de>
14781         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14782         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
14784         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14785         outside source directory.
14787 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
14789         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14790         C-x' as a prefix.
14791         (orgtbl-mode-map): Full keymap instead of sparse, because all
14792         `self-insert-command' keys are redefined in this map.
14793         (org-export-as-html): Specify charset for HTML file, by taking it
14794         from the coding system.
14796 2005-10-10  Kenichi Handa  <handa@m17n.org>
14798         * textmodes/flyspell.el (flyspell-check-word-p):
14799         If unread-command-events is non-empty, don't call sit-for.
14801 2005-10-09  Richard M. Stallman  <rms@gnu.org>
14803         * font-lock.el (font-lock-syntactic-keywords)
14804         (font-lock-keywords): Doc fixes.
14806         * textmodes/flyspell.el (flyspell-external-point-words):
14807         Simplify logic, and don't try to check for consecutive appearances
14808         of one incorrect word.
14810 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
14812         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14813         separator.
14815         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14816         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14817         (gud-expansion-speedbar-buttons): New function.
14818         (gud-speedbar-buttons): Check for gud-comint-buffer.
14820 2005-10-09  Bill Wohler  <wohler@newt.com>
14822         * Makefile.in (updates): Add mh-loaddefs dependency.
14824 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
14826         * speedbar.el (speedbar-file-key-map): Fix typo.
14828 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14830         * cus-start.el (line-spacing): Add custom spec.
14832 2005-10-09  Romain Francoise  <romain@orebokech.com>
14834         * textmodes/ispell.el (ispell-check-version): Fix last change.
14836 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14838         * term/x-win.el: Remove -i, --icon-type from comment.
14840         * startup.el (command-line-x-option-alist): Remove options -i,
14841         -itype, --icon-type, added -nb, --no-bitmap-icon
14843 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
14845         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14846         instead of :active.
14848 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14850         * textmodes/ispell.el (ispell-check-version):
14851         Ignore hyphen, and all that follows, in aspell's version text.
14853 2005-10-08  Jay Belanger  <belanger@truman.edu>
14855         * calc/calc-arith.el (math-known-square-matrixp): New function.
14856         (math-pow-fancy): Check for matrices before distributing exponent
14857         across products.
14859         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14860         fullscreen keypad.  Suggested by Luc Teirlinck.
14861         (calc-keypad-show-input): Add space for formatting.
14863         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14864         Add square matrix option.
14866         * calc/calc-poly.el (math-expand-term): Check for matrices instead
14867         of checking calc-matrix-mode when deciding how to expand.
14869         * calc/calc.el (calc-set-mode-line): Add square matrix option.
14871 2005-10-08  Lars Hansen  <larsh@soem.dk>
14873         * net/tramp.el (tramp-perl-directory-files-and-attributes):
14874         Add error handling.
14875         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14877 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
14879         Sync with Tramp 2.0.51.
14881         * net/tramp.el (tramp-handle-set-visited-file-modtime)
14882         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14883         Insert special handling for `last-coding-system-used', again
14884         it still seems to be necessary (unlike stated before).
14885         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14886         (tramp-password-prompt-regexp): There might be other words before
14887         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14888         (tramp-chunksize): Improve docstring.
14889         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14890         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
14891         Christian Joergensen <bugs@razor.dk>.
14893 2005-10-07  Glenn Morris  <rgm@gnu.org>
14895         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14896         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14897         precision'.
14899 2005-10-07  Romain Francoise  <romain@orebokech.com>
14901         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14902         (ibuffer-do-shell-command-pipe-replace)
14903         (ibuffer-do-shell-command-file, ibuffer-do-eval)
14904         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14905         (ibuffer-do-revert, ibuffer-do-replace-regexp)
14906         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14907         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14908         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14909         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14910         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14911         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14912         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14913         Autoload file sans suffix.
14915         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14917 2005-10-07  David Ponce  <david@dponce.com>
14919         * recentf.el (recentf-menu-open-all-flag): New option.
14920         (recentf-digit-shortcut-command-name): New function.
14921         (recentf--shortcuts-keymap): New variable.
14922         (recentf-menu-shortcuts): New variable.
14923         (recentf-make-menu-items): Initialize it.  Replace the "More..."
14924         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14925         (recentf-menu-value-shortcut): New function.
14926         (recentf-make-menu-item): Use it.  No more in-lined.
14927         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14928         (recentf-open-most-recent-file): Rename from
14929         `recentf-open-file-with-key'.  Don't depend on key binding.
14930         (recentf-mode-map): New variable.
14931         (recentf-mode): Use it.
14933 2005-10-06  Bill Wohler  <wohler@newt.com>
14935         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
14937         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14938         (MH-E-SRC): New.  Used by mh-autoloads.
14939         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14940         files in MH-E-SRC have been updated.
14941         (compile, recompile, bootstrap): Depend on mh-autoloads.
14943 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
14945         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14946         gud-break and gud-remove icons when the fringe is not available.
14948         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14949         Typo.
14951 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
14953         * play/zone.el (zone): Wrap body with save-window-excursion.
14955 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14957         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14958         Use the new `list-only' arg to diary-list-entries.
14960         * calendar/diary-lib.el: Use overlays rather than selective-display.
14961         (diary-selective-display): New var.
14962         (diary-header-line-format): Use it.
14963         (diary-list-entries): Add argument `list-only'.
14964         Put the buffer in diary-mode.  Don't add \^M at beg and end.
14965         Replace \^M by invisible overlays.
14966         (diary-unhide-everything): Replace \^M by invisible overlays.
14967         (print-diary-entries): Look for overlays rather than \^M.
14968         Add a space to the temp buffer name.
14969         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14970         Put the buffer in diary-mode.
14971         (list-sexp-diary-entries): Replace \^M by invisible overlays.
14972         (diary-anniversary): Make the year arg optional.
14973         (diary-time-regexp): New const.
14974         (diary-font-lock-keywords): Use it to accept a few more time formats.
14976         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14978 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
14980         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14981         Fix bug introduced 2005-07-03: Use (car (last ...))
14982         to faithfully reproduce replaced artist-last.
14983         (artist-set-arrow-points-for-poly): Likewise.
14984         Suggested by Johan Bockg\e,Ae\e(Brd.
14986 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
14988         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14989         * wid-edit.el (widget):
14990         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14991         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14993 2005-10-06  Kenichi Handa  <handa@m17n.org>
14995         * international/mule-cmds.el (set-language-environment):
14996         Fix setting up of case-table for unibyte mode.
14998         * simple.el (what-cursor-position): If the character is displayed
14999         by some `display' text property, show that.  Don't use
15000         single-key-description for eight-bit characters in multibyte mode.
15002 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
15004         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
15005         (gdb-ann3): Set it.
15006         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
15007         (gdb-info-frames-custom): Use inverse-video for first five
15008         characters of selected frame only.
15009         (gdb-get-frame-number): Select frame even when point is on frame
15010         number.
15012 2005-10-06  Masatake YAMATO  <jet@gyve.org>
15014         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
15015         Put `font-lock-function-name-face'.
15016         (gdb-info-frames-custom): Put `font-lock-function-name-face'
15017         and `font-lock-variable-name-face'
15018         (gdb-registers-font-lock-keywords): New font lock keywords definition.
15019         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
15020         (gdb-memory-font-lock-keywords): New font lock keywords definition.
15021         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
15022         (gdb-local-font-lock-keywords): New font lock keywords definition.
15023         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
15024         (gdb-threads-font-lock-keywords): New font lock keywords definition.
15025         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
15027 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
15029         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
15030         (ediff-merge-region-is-non-clash-to-skip): Previously called
15031         ediff-merge-region-is-non-clash.
15033         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
15034         Use insert-buffer-substring.
15036         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
15037         selecting files to patch.  Also bug fixes.
15039         * ediff-util.el (ediff-setup): Bug fix.
15040         (ediff-next-difference): Never skip clashes that differ in white
15041         space only.
15043         * ediff-wind.el (ediff-setup-control-frame)
15044         (ediff-destroy-control-frame): Check the menubar feature.
15046         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
15047         (viper-refresh-mode-line): Use make-local-variable to localize
15048         some vars instead of make-variable-buffer-local.  Suggested by
15049         Stefan Monnier.
15051         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
15052         (viper-restore-cursor-type, viper-set-insert-cursor-type):
15053         Use make-local-variable instead of make-variable-buffer-local.
15054         Suggested by Stefan Monnier.
15056         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
15057         (viper-comint-mode-hook): Use make-local-variable on
15058         require-final-newline.
15059         (viper-non-hook-settings): Don't use make-variable-buffer-local.
15061 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15063         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
15064         also the second char of a comment-start sequence.
15065         (scheme-sexp-comment-syntax-table): New var.
15066         (lambda, define): Set their scheme-doc-string-elt property.
15067         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
15068         Use lisp-font-lock-syntactic-face-function now that it properly
15069         handles |...| symbols.
15070         (scheme-mode-variables): Set lisp-doc-string-elt-property,
15071         parse-sexp-lookup-properties and font-lock-extra-managed-props.
15073         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
15074         bit from # to |.
15075         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
15077         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
15078         (lisp-doc-string-elt-property): New var.
15079         (lisp-font-lock-syntactic-face-function): Use it.
15080         Rewrite to recognize docstrings even for forms not at toplevel.
15082         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
15083         annotation on the | part of #| rather than on the # part.
15084         (scheme-font-lock-syntactic-face-function): New function, to
15085         distinguish strings from |...| symbols.
15086         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
15087         syntax-table so that #|...|# is properly highlighted.
15089         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
15090         Don't mark as docstring the 3rd elem of an unknown toplevel form.
15092 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15094         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
15095         and C-e.
15097         * emacs-lisp/eldoc.el: Move comments into docstrings.
15098         (eldoc-message-commands): Initialize in its declaration.
15099         Add move-beginning-of-line and move-end-of-line.
15100         (eldoc-add-command, eldoc-add-command-completions)
15101         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
15103         * outline.el (outline-mark-subtree): Activate the mark.
15105         * calendar/appt.el (appt-time-regexp): New var.
15106         (appt-add, appt-make-list): Use it.
15107         (appt-convert-time): Clean up.
15109         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
15110         Don't set any syntax-table property here.
15111         (tex-font-lock-verb): New function.  Do it here.
15112         (tex-font-lock-syntactic-keywords): Use it.
15114 2005-10-04  Richard M. Stallman  <rms@gnu.org>
15116         * wid-edit.el (widget-file-complete): Get the widget start point
15117         the right way.  Default directory to `/' if file has none.
15119         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
15121         * textmodes/flyspell.el (flyspell-mode-on):
15122         Call ispell-maybe-find-aspell-dictionaries.
15124         * textmodes/ispell.el (ispell-word, ispell-region):
15125         Call ispell-maybe-find-aspell-dictionaries.
15126         (ispell-accept-buffer-local-defs):
15127         Don't call ispell-maybe-find-aspell-dictionaries
15129 2005-10-04  Richard M. Stallman  <rms@gnu.org>
15131         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
15133 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
15135         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
15136         instead of `fboundp' in order to allow for anonymous functions.
15138 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
15140         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
15141         case the user clicks on the link while another window is selected.
15142         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
15144         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
15145         functionality.
15146         (dframe-help-echo): Save point in case mouse tracking is off.
15148 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
15150         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
15152 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15154         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
15155         not change the global value of those vars.
15157         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
15158         make-local-variable which we do not need any more.
15160 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
15162         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
15163         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
15164         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
15165         (speedbar-path-line): Define obsolete aliases.
15166         (speedbar-line-directory): Doc fix.
15168         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
15169         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
15170         instead of speedbar-line-path.
15172 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15174         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
15175         to nil if dropping on a window.  Handle dropping on a minibuffer window
15176         like dropping on a non-window part of Emacs.
15178 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15180         * net/ange-ftp.el: Use with-current-buffer.
15181         (ange-ftp-insert-directory): Do not follow symlinks any more.
15183         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15184         Remove interactive spec.
15186 2005-10-03  Kim F. Storm  <storm@cua.dk>
15188         * ido.el (ido-mode): Use custom-initialize-set.
15190 2005-10-02  Richard M. Stallman  <rms@gnu.org>
15192         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
15193         Use insert-buffer-substring.
15195         * net/tramp.el: Pacify byte compiler warnings in pacification code.
15196         (tramp-handle-file-local-copy): Use insert-buffer-substring.
15198 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15200         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
15201         in last change.
15202         (ange-ftp-insert-directory): Fix up the search for the case where
15203         `file' is absolute.
15205 2005-10-02  Romain Francoise  <romain@orebokech.com>
15207         * progmodes/compile.el (compile-goto-error): Delete extra paren.
15209 2005-10-02  Andreas Schwab  <schwab@suse.de>
15211         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
15212         directory component in the session info.
15214 2005-10-01  Richard M. Stallman  <rms@gnu.org>
15216         * comint.el (comint-redirect-subvert-readonly): Doc fix.
15218         * simple.el (next-error-internal): New function.
15220         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
15221         (compilation-start): Pass new arg to compilation-buffer-name.
15222         (compile-goto-error): Use next-error-internal.
15224 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
15226         * speedbar.el: Remove RCS tag.
15227         (speedbar-check-read-only): Handle non-existent files.
15229         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
15231         * info.el (Info-speedbar-hierarchy-buttons)
15232         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
15234 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15236         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
15237         Do not match newline.
15238         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
15239         (bibtex-summary): Remove unnecessary save-excursion.
15240         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
15242 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15244         * term/mac-win.el: Add charset info for "iso10646-1".
15245         Modify default fontset to use ATSUI-compatible fonts for some charsets
15246         if available.
15248 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
15250         * speedbar.el: Re-apply arch tag.
15251         (speedbar-version): Rename to version 1.0.  Suggested by Eric
15252         M. Ludlam.
15253         Reapply two changes from Emacs CVS' version of speedbar lost
15254         during the merge:
15255         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
15256         (speedbar-frame-parameters): Improve customize type.
15258 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15260         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
15261         (ange-ftp-file-directory-p): Fix the symlink case.
15262         (ange-ftp-insert-directory): When listing a single file, get a list of
15263         the parent buffer and extract the relevant line.  Inspired from a patch
15264         by Katsumi Yamaoka <yamaoka@jpl.org>.
15265         (ange-ftp-file-name-sans-versions): Simplify.
15267 2005-09-30  Bill Wohler  <wohler@newt.com>
15269         Move MH-E image files from toolbar and mail directories into
15270         etc/images.
15272         * mail/reply2.*: Move to etc/images/mail/reply*.
15274         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
15275         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
15276         etc/images.
15278         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
15279         * toolbar/reply*: Move to etc/images/mail.
15281         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
15283 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
15285         * speedbar.el: New version 1.0pre3.
15287         Frame management code (including timer, and mouse click specifics)
15288         moved to dframe.el:
15289         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
15290         (speedbar-timer): Removed.  Use dframe-timer.
15291         (speedbar-close-frame): Removed.  Use dframe-close-frame.
15292         (speedbar-activity-change-focus-flag): Removed.  Use
15293         dframe-activity-change-focus-flag.
15294         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
15295         dframe-update-speed.
15297         (speedbar-current-frame): New macro.  Use this instead of the
15298         variable speedbar-frame.
15300         (speedbar-use-images, speedbar-expand-image-button-alist)
15301         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
15303         (speedbar-find-image-on-load-path): Removed.  Replaced by
15304         defezimage in ezimage.el.
15305         (speedbar-expand-image-button-alist): Removed.  Replaced by
15306         ezimage-expand-image-button-alist in ezimage.el.
15308         (speedbar-ignored-directory-regexp)
15309         (speedbar-add-ignored-directory-regexp)
15310         (speedbar-ignored-directory-expressions)
15311         (speedbar-line-directory, speedbar-buffers-line-directory)
15312         (speedbar-directory-line, speedbar-buffers-line-directory):
15313         Renamed, replacing `path' with `directory'.
15315         (speedbar-create-directory, speedbar-expand-line-descendants)
15316         (speedbar-toggle-line-expansion)
15317         (speedbar-contract-line-descendants): New commands.
15319         (speedbar-query-confirmation-method, speedbar-select-frame-method)
15320         (speedbar-use-tool-tips-flag): New options.
15322         (speedbar-check-read-only, speedbar-require-version)
15323         (speedbar-insert-separator, speedbar-buffers-tail-notes)
15324         (speedbar-handle-delete-frame, speedbar-try-completion)
15325         (speedbar-update-localized-contents): New functions.
15327         (speedbar-incompatible-version, speedbar-ro-to-do-point)
15328         (speedbar-object-read-only-indicator): New variables.
15330         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15331         New hooks.
15333         (speedbar-separator-face): New face.
15335         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15336         (speedbar-ignored-modes): Add fundamental-mode.
15337         (speedbar-directory-unshown-regexp): Add . directories.
15339         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15340         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15341         `]' for full expand/close.
15342         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15344         (speedbar-check-vc): Support hidden files.
15345         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15346         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
15347         state is nil, it is not checked out.
15349         (speedbar-line-text, speedbar-line-token): Support expand buttons
15350         with no text.
15351         (speedbar-refresh): Universal argument acts as power-click.
15352         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15353         that buffer to get variable values.
15355         And many other bugfixes.
15357         * dframe.el, ezimage.el, sb-image.el: New files.
15359         * sb-*.xpm: Remove files.  New image files installed into
15360         etc/images/ezimage.
15362 2005-09-30  Kenichi Handa  <handa@m17n.org>
15364         * ps-mule.el (ps-mule-show-warning): If a character is in
15365         ps-print-translation-table, don't treat it as non-printable.
15367 2005-09-30  David Ponce  <david@dponce.com>
15369         * tree-widget.el (tree-widget-themes-load-path): New variable.
15370         (tree-widget-themes-directory): Doc fix.
15371         (tree-widget-image-formats) [Emacs]: Doc fix.
15372         (tree-widget--locate-sub-directory): New function.
15373         (tree-widget-themes-directory): Use it.
15375         * recentf.el (recentf-filename-handlers): Rename from
15376         `recentf-filename-handler'.  Allow a list of functions.
15377         (recentf-menu-items-for-commands): Fix :help strings.
15378         (recentf-apply-filename-handlers): New function.
15379         (recentf-expand-file-name): Use it.
15380         (recentf-cleanup): Remove duplicates too.
15382 2005-09-29  Juri Linkov  <juri@jurta.org>
15384         * faces.el: Rearrange face definitions to be in the same order as
15385         their face descriptions in "(emacs)Standard Faces".
15387         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15389         * tooltip.el (tooltip): Add group `basic-faces'.
15391         * buff-menu.el (Buffer-menu-buffer): Remove group
15392         `font-lock-highlighting-faces'.
15394         * progmodes/compile.el (compilation-error, compilation-warning)
15395         (compilation-info, compilation-line-number, compilation-column-number):
15396         Change group from `font-lock-highlighting-faces' to `compilation'.
15398         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15399         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15400         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15401         (vhdl-font-lock-reserved-words-face)
15402         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15403         `font-lock-highlighting-faces'.
15405         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15407 2005-09-28  Kim F. Storm  <storm@cua.dk>
15409         * emulation/cua-base.el: Set CUA move property on additional commands:
15410         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15411         forward-sexp, backward-sexp, forward-list, backward-list.
15413 2005-09-28  Romain Francoise  <romain@orebokech.com>
15415         * comint.el (comint-show-output): Really set point at the
15416         beginning of the output when not using `comint-use-prompt-regexp'.
15418 2005-09-27  Jay Belanger  <belanger@truman.edu>
15420         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15421         in TeX mode.
15423 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
15425         * textmodes/org.el (org-table-sum): Fix format string.
15427         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15428         Quote face names.
15430 2005-09-26  Romain Francoise  <romain@orebokech.com>
15432         * isearch.el (isearch-forward-regexp): Close doc string.
15434 2005-09-25  Richard M. Stallman  <rms@gnu.org>
15436         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15438         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15440         * progmodes/compile.el (compilation-error-properties):
15441         When getting the file from the previous error message,
15442         correctly decode the new data format.
15444         * progmodes/cc-cmds.el (c-electric-paren):
15445         Call old-blink-paren only for close-paren.
15447 2005-09-24  Andreas Schwab  <schwab@suse.de>
15449         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15450         condition.
15452 2005-09-25  Romain Francoise  <romain@orebokech.com>
15454         * dired-aux.el (dired-copy-file-recursive):
15455         * dired.el (dired-delete-file):
15456         * ediff-mult.el (ediff-dir-diff-copy-file):
15457         * ediff-util.el (ediff-test-save-region):
15458         * forms.el (forms-mode):
15459         * ido.el (ido-file-internal, ido-delete-file-at-head):
15460         * log-edit.el (log-edit-done):
15461         * ses.el (ses-yank-resize):
15462         * play/gomoku.el (gomoku-human-plays, gomoku)
15463         (gomoku-human-resigns, gomoku-prompt-for-other-game)
15464         (gomoku-offer-a-draw):
15465         * play/landmark.el (lm-human-resigns, lm):
15466         * net/eudcb-ldap.el (eudc-ldap-check-base):
15467         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15468         * progmodes/ebrowse.el (ebrowse-find-pattern):
15469         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15470         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15471         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15473         * vc.el (vc-delete-file):
15474         * play/gomoku.el (gomoku-terminate-game, gomoku)
15475         (gomoku-prompt-for-move, gomoku-human-takes-back):
15476         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15477         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15479 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
15481         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15482         color rxvt terminals by using the code xterm.el used to use before
15483         2005-04-09 in order to match the colors used by rxvt.
15485 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
15487         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15488         colors rxvt-unicode terminals by using the same code as xterm.el.
15490 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15492         * textmodes/tex-mode.el (tex-font-lock-append-prop)
15493         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15494         new symbol used for the tex-verbatim face.
15496 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15498         * woman.el (woman-file-name):
15499         * wid-edit.el (widget-file-prompt-value)
15500         (widget-coding-system-prompt-value):
15501         * w32-fns.el (set-w32-system-coding-system):
15502         * vc.el (vc-version-diff, vc-annotate):
15503         * textmodes/reftex-auc.el (reftex-arg-cite)
15504         (reftex-arg-index-tag):
15505         * textmodes/refer.el (refer-get-bib-files):
15506         * textmodes/artist.el (artist-figlet-choose-font):
15507         * terminal.el (terminal-emulator):
15508         * replace.el (occur-read-primary-args):
15509         * rect.el (string-rectangle, string-insert-rectangle):
15510         * ps-print.el (ps-print-preprint):
15511         * progmodes/pascal.el (pascal-goto-defun):
15512         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15513         * progmodes/compile.el (compilation-find-file):
15514         * printing.el (pr-interactive-n-up):
15515         * play/animate.el (animate-birthday-present):
15516         * net/rcompile.el (remote-compile):
15517         * man.el (man, Man-goto-section, Man-follow-manual-reference):
15518         * mail/rmailsum.el (rmail-summary-search-backward)
15519         (rmail-summary-search):
15520         * mail/rmailout.el (rmail-output-read-rmail-file-name)
15521         (rmail-output-read-file-name):
15522         * mail/rmail.el (rmail-search, rmail-search-backwards):
15523         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15524         * locate.el (locate):
15525         * international/quail.el (quail-show-keyboard-layout):
15526         * international/mule.el (set-buffer-file-coding-system)
15527         (revert-buffer-with-coding-system, set-file-name-coding-system)
15528         (set-terminal-coding-system, set-keyboard-coding-system)
15529         (set-next-selection-coding-system):
15530         * international/mule-diag.el (describe-coding-system)
15531         (describe-font, describe-fontset):
15532         * international/mule-cmds.el (universal-coding-system-argument)
15533         (search-unencodable-char, describe-input-method)
15534         (set-language-environment, describe-language-environment):
15535         * international/codepage.el (codepage-setup):
15536         * international/code-pages.el (codepage-setup):
15537         * info.el (Info-search, Info-follow-reference)
15538         (Info-search-backward):
15539         * emacs-lisp/advice.el (ad-read-advised-function)
15540         (ad-read-advice-class, ad-clear-cache, ad-activate)
15541         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15542         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15543         (ad-read-regexp):
15544         * ediff-util.el (ediff-toggle-regexp-match):
15545         * ediff-ptch.el (ediff-prompt-for-patch-file):
15546         * dired-aux.el (dired-diff):
15547         * diff.el (diff):
15548         * cus-edit.el (custom-variable-prompt):
15549         * calendar/timeclock.el (timeclock-ask-for-project):
15550         * calc/calcalg3.el (calc-get-fit-variables):
15551         * calc/calc-store.el (calc-edit-variable)
15552         (calc-permanent-variable):
15553         * vc-mcvs.el (vc-mcvs-register):
15554         * shadowfile.el (shadow-define-literal-group):
15555         * woman.el (woman-file-name):
15556         * vc.el (vc-version-diff, vc-merge):
15557         * textmodes/reftex-index.el (reftex-index-complete-tag):
15558         * format.el (format-decode-buffer, format-decode-region):
15559         * emulation/viper-cmd.el (viper-read-string-with-history):
15560         * emacs-lisp/debug.el (cancel-debug-on-entry):
15561         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15562         * ediff.el (ediff-merge-revisions)
15563         (ediff-merge-revisions-with-ancestor, ediff-revision):
15564         * completion.el (interactive-completion-string-reader):
15565         * calc/calc-prog.el (calc-user-define-formula):
15566         Follow convention for reading with the minibuffer.
15568 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
15570         * progmodes/python.el (python-describe-symbol): Add globals() and
15571         locals() to the arguments of emacs.ehelp.
15573 2005-09-24  Magnus Henoch  <mange@freemail.hu>
15575         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15576         New function, code extracted from ispell-valid-dictionary-list.
15577         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15578         Call it.
15580 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
15582         * subr.el (version-regexp-alist): Extend valid syntax for version
15583         strings: allow any of the characters -,_,+ to separate the
15584         alpha/beta/rc part from the version part.  Doc fix.
15585         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
15587 2005-09-23  David Reitter  <david.reitter@gmail.com>
15589         * mail/mailclient.el: New file.
15591 2005-09-23  Richard M. Stallman  <rms@gnu.org>
15593         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15594         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15595         Doc fixes.
15597         * progmodes/cc-mode.el (c-font-lock-init):
15598         Specify font-lock-lines-before.
15600 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15602         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15603         whole conflict.
15605 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
15607         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15608         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
15609         of `remap' feature when available.  Additional key bindings for
15610         better tty support.
15611         (org-mode-restart, org-force-self-insert): New commands.
15612         (org-time-stamp-inactive): New command.
15613         (org-remap): New function.
15614         (org-table-auto-blank-field, org-level-color-stars-only): New options.
15615         (org-enable-fixed-width-editor): Move to `org-structure'
15616         customization group.
15617         (org-self-insert-command, orgtbl-self-insert-command): Modify to
15618         blank field after field motion commands.
15620 2005-09-23  Kenichi Handa  <handa@m17n.org>
15622         * international/mule-cmds.el (set-language-environment):
15623         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15624         have to call utf-translate-cjk-load-tables.
15626 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15628         * mouse.el (mouse-move-drag-overlay): Fix last change.
15630 2005-09-22  David Ponce  <david@dponce.com>
15632         * tree-widget.el (tree-widget-value-create): Fix previous change.
15634 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
15636         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15638 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15640         * mouse.el (mouse-move-drag-overlay): New function.
15641         (mouse-drag-region-1): Use it.
15642         Try to simplify a bit the state handling.  Handle clicks on links
15643         inside intangible areas.
15644         (mouse-save-then-kill): Minor simplification.
15645         (mouse-secondary-overlay): Make it always non-nil instead of
15646         recreating it each time.
15647         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15648         (mouse-kill-secondary, mouse-secondary-save-then-kill):
15649         Simplify accordingly.
15651 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
15653         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15655 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
15657         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15658         (ediff-file-name-sans-prefix): Treat nil as an empty string.
15659         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15660         to patch.
15662         * ediff-util.el: Use insert-buffer-substring.
15664         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15666         * emulation/viper-cmd.el (viper-change-state): Don't move over the
15667         field boundaries in the minibuffer.
15668         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15669         (viper-minibuffer-post-command-hook): New hook.
15670         (viper-line): Don't move cursor at bolp.
15672         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15674         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15675         avoid compiler warnings.
15677         * emulation/viper-macs.el (ex-map): Better messages.
15679         * emulation/viper-utils.el (viper-beginning-of-field): New function.
15681         * emulation/viper.el: Replace make-variable-buffer-local with
15682         viper-make-variable-buffer-local everywhere, to avoid warnings.
15684 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15686         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15687         Delete unused var `old-selected-window'.
15688         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15689         (mouse-drag-secondary): Delete unused var `start-frame'.
15691 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
15693         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15695 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15697         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15698         Re-indent within 80 columns.  Use inhibit-read-only.
15700 2005-09-19  Romain Francoise  <romain@orebokech.com>
15702         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15704 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15706         * font-lock.el (font-lock-default-fontify-region): Don't add a line
15707         unconditionally, since the after-change-function already did it.
15709 2005-09-19  Miles Bader  <miles@gnu.org>
15711         * net/newsticker.el: Get rid of CVS keyword.
15713 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
15715         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15716         The prompt is formatted later.
15718 2005-09-19  David Ponce  <david@dponce.com>
15720         * tree-widget.el (tree-widget-value-create): Save the converted
15721         tree :node widget.
15723 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
15725         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15726         variable `message'.
15728 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
15730         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15731         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
15732         <slawomir.nowaczyk.847@student.lu.se>.
15734 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
15736         * image.el (image-load-path): Use symbol `data-directory' instead
15737         of its value, for backward compatibility with packages that bind
15738         it during `find-image'.  Suggested by Katsumi Yamaoka.
15739         (image-search-load-path): Handle symbols whose values are strings.
15741 2005-09-18  Romain Francoise  <romain@orebokech.com>
15743         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15744         with-current-buffer form in save-excursion.
15746 2005-09-18  Deepak Goel  <deego@gnufans.org>
15748         * apropos.el (apropos-command): Fix `message' call: first arg
15749         should be a format spec.  In this and all other cases that appear
15750         below and elsewhere in the source code, I made a change only when
15751         two conditions were satisfied: [1] I can think of a possibility
15752         that the arguments would cause an error, for example, the code in
15753         question relies on external variables such as filenames.  [2] I
15754         was sure that the arg to `message' could not have been nil in the code.
15756         * textmodes/tildify.el (tildify-region): Ditto.
15758         * textmodes/reftex-index.el (reftex-index-change-entry)
15759         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15760         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15761         * textmodes/org.el (org-complete, org-deadline, org-schedule)
15762         (org-priority, org-table-sum):
15763         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15764         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15765         (flyspell-word, flyspell-display-next-corrections):
15766         * textmodes/bibtex.el (bibtex-print-help-message):
15767         * textmodes/artist.el (artist-key-set-point-poly):
15768         * term/mac-win.el (mac-services-insert-text):
15769         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15770         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15771         (vhdl-port-paste-testbench, vhdl-compose-new-component)
15772         (vhdl-compose-configuration):
15773         * progmodes/sh-script.el (sh-blink, sh-show-indent)
15774         (sh-set-indent, sh-learn-line-indent):
15775         * progmodes/ps-mode.el (ps-mode-target-column):
15776         * progmodes/idlwave.el (idlwave-make-tags)
15777         (idlwave-scan-library-catalogs):
15778         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15779         * progmodes/gud.el (gud-jdb-analyze-source):
15780         * progmodes/flymake.el (flymake-log):
15781         * progmodes/ebnf2ps.el (ebnf-generate-region):
15782         * progmodes/cmacexp.el (c-macro-expansion):
15783         * progmodes/ada-xref.el (ada-treat-cmd-string):
15784         * progmodes/ada-mode.el (ada-create-case-exception-substring)
15785         (ada-justified-indent-current, ada-batch-reformat):
15786         * play/zone.el (zone):
15787         * play/landmark.el (lm-move):
15788         * play/decipher.el (decipher-show-alphabet):
15789         * net/newsticker.el (newsticker--display-jump)
15790         (newsticker--display-scroll):
15791         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15792         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15793         * mail/feedmail.el (feedmail-dump-message-to-queue):
15794         * eshell/esh-proc.el (eshell-remove-process-entry):
15795         * emulation/ws-mode.el (ws-last-error):
15796         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15797         (viper-record-kbd-macro):
15798         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15799         * emacs-lisp/lisp-mnt.el (lm-report-bug):
15800         * emacs-lisp/find-func.el (find-function-noselect):
15801         * calendar/timeclock.el (timeclock-status-string)
15802         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15803         (timeclock-when-to-leave-string):
15804         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15805         * calc/calc-units.el (calc-enter-units-table):
15806         * calc/calc-mode.el (calc-mode-record-mode):
15807         * woman.el (woman-mini-help):
15808         * wdired.el (wdired-change-to-wdired-mode):
15809         * vc.el (vc-retrieve-snapshot):
15810         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15811         * startup.el (display-startup-echo-area-message):
15812         * simple.el (set-goal-column):
15813         * ses.el (ses-command-hook, ses-recalculate-cell):
15814         * server.el (server-process-filter):
15815         * printing.el (pr-interface-txt-print, pr-interface-printify)
15816         (pr-interface-ps):
15817         * pcvs.el (cvs-help):
15818         * log-edit.el (log-edit, log-edit-mode-help):
15819         * iswitchb.el (iswitchb-possible-new-buffer):
15820         * isearch.el (isearch-edit-string):
15821         * image-mode.el (image-mode, image-minor-mode):
15822         * ibuf-macs.el (define-ibuffer-filter):
15823         * hi-lock.el (hi-lock-find-patterns):
15824         * files.el (toggle-read-only):
15825         * ediff-util.el (ediff-copy-diff)
15826         (ediff-write-merge-buffer-and-maybe-kill):
15827         * echistory.el (Electric-history-undefined):
15828         * dnd.el (dnd-insert-text):
15829         * dired-aux.el (dired-query):
15830         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15831         * bookmark.el (bookmark-bmenu-locate):
15832         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15833         Fix `message' calls to ensure first arg is a format string.
15834         The change was made only when these two conditions were satisfied:
15835         [1] when there is a possibility that the arguments would cause an error
15836         for example, if the code in question relies on external variables
15837         such as filenames, and
15838         [2] if the arg to `message' could not have been nil in the code.
15840         * pcomplete.el (pcomplete--help): Fix `message' format spec.
15841         Not having a %s would be weird, though not technically wrong.
15843 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15845         * term/mac-win.el (mac-add-charset-info): Doc fix.
15847 2005-09-17  Romain Francoise  <romain@orebokech.com>
15849         * shell.el (shell-resync-dirs): Handle echoing processes more
15850         reliably.  Don't insert resync command if `comint-process-echoes'
15851         is non-nil.
15853 2005-09-17  Magnus Henoch  <mange@freemail.hu>
15855         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15856         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15857         aspell versions >= 0.60.
15858         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15859         only if ispell-aspell-supports-utf8 is non-nil.
15861 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15863         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15864         buffer-local value to lisp-indent-function.
15866 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
15868         * progmodes/glasses.el (glasses-make-readable): If
15869         glasses-separator differs from underscore, put appropriate
15870         overlays over underscore characters.
15871         (glasses-convert-to-unreadable): If glasses-separator differs from
15872         underscore, try to convert glasses-separator characters to
15873         underscores.
15875 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15877         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15878         Use with-syntax-table and dolist.
15880 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
15882         * textmodes/reftex-auc.el:
15883         * textmodes/reftex-cite.el:
15884         * textmodes/reftex-dcr.el:
15885         * textmodes/reftex-global.el:
15886         * textmodes/reftex-parse.el:
15887         * textmodes/reftex-ref.el:
15888         * textmodes/reftex-sel.el:
15889         * textmodes/reftex-toc.el:
15890         * textmodes/reftex-vars.el:
15891         * textmodes/reftex.el: Small changes to remove compiler warnings.
15893         * textmodes/reftex-index.el: Likewise.
15894         (reftex-query-index-phrase): More efficient use of markers.
15896 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15898         * image.el (image-load-path): New variable.
15899         (image-search-load-path): New function.
15900         (find-image): Search for images in `image-load-path'.
15902 2005-09-15  Richard M. Stallman  <rms@gnu.org>
15904         * follow.el: Change Maintainer field.
15906 2005-09-15  David Ponce  <david@dponce.com>
15908         * recentf.el (recentf-save-file-modes): New option.
15909         (recentf-save-list): Use it.
15911 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
15913         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15914         (mode-line-mule-info, mode-line-modified): Move bindings from
15915         mouse-3 to mouse-1.
15917 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15919         * simple.el (sendmail-user-agent-compose): Revert last change.
15921 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15923         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15924         Use with-current-buffer.
15925         (ange-ftp-gwp-start): Remove unused var `gw-user'.
15926         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15927         (ange-ftp-insert-directory): Remove unused var `short'.
15928         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15930         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15931         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15933         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15934         (check-calendar-holidays, diary-list-entries): Autoload.
15935         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15936         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15938         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15939         which mistakenly removed a call to display-buffer.
15941 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
15943         * obsolete/iso-insert.el: Move to obsolete/ from international/.
15945 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
15947         * progmodes/hideshow.el
15948         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15949         (hs-allow-nesting): New user var.
15950         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15951         (hs-hide-block-at-point): When nesting allowed,
15952         if there is already an overlay in place, delete it.
15953         (hs-safety-is-job-n): Delete func; remove call sites.
15954         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15955         (hs-overlay-at): New func.
15956         (hs-already-hidden-p, hs-show-block): Use it.
15957         (hs-hide-all): Don't pre-clean if nesting allowed.
15958         (hs-show-all): Temporarily disallow
15959         nesting around call to `hs-discard-overlays'.
15961 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
15963         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15964         Delete unused local var.
15966 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
15968         * help-fns.el (describe-categories): "?\ " -> "?\s".
15969         (help-do-arg-highlight): Recognize also ARG-n, as in
15970         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
15972         * international/codepage.el (dos-unsupported-char-glyph):
15973         * net/newsticker.el (tool-bar-map, w3-mode-map)
15974         (w3m-minor-mode-map):
15975         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15976         (ent-alist):
15977         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15979 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
15981         * custom.el (custom-push-theme): Handle the case where a symbol is
15982         bound but face properties have not yet been assigned.
15984         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15985         Fix behavior if noerase is `t' and there is no mail buffer.
15987         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15988         if `continue' is nil, rather than signal an error.
15990 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15992         * font-lock.el (font-lock-keywords): Add autoload.
15994         * help-fns.el (describe-variable): Rearrange to put source link
15995         in a predictable place.
15997         * net/newsticker.el: New file.
15999 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16001         * calendar/calendar.el (calendar-for-loop): Add edebug info.
16002         (calendar-basic-setup): Use the new nil arg.
16003         (number-of-diary-entries): Move to diary-lib.el.
16005         * calendar/diary-lib.el: Use with-current-buffer, match-string.
16006         (diary-list-entries): Use with-syntax-table and dolist.
16007         Rename from list-diary-entries.
16008         Use number-of-diary-entries if `number' is nil.
16009         (diary, diary-view-entries): Use this new name and new nil arg value.
16010         (number-of-diary-entries): Move from calendar.el.
16011         (diary-unhide-everything): New function.
16012         (include-other-diary-files, fancy-diary-display)
16013         (diary-show-all-entries, make-diary-entry): Use it.
16014         (diary-mail-entries): Use buffer-string.
16015         (mark-diary-entries): Fix long standing paren typo.
16016         (diary-sexp-entry): Use count-lines.
16017         (make-diary-entry): Avoid `previous-line'.
16018         (diary-mode-map): New var.
16019         (diary-mode): Redraw cal after saving.  Setup header-line.
16020         (fancy-diary-display-mode): Use local-set-key.
16022         * startup.el (command-line): Try calling various terminal-init-foo-bar
16023         functions by stripping hyphenated suffixes from $TERM.
16025         * files.el (normal-mode): Check boundness of font-lock-keywords.
16027 2005-09-12  Richard M. Stallman  <rms@gnu.org>
16029         * progmodes/compile.el: Don't decide a file's directory
16030         until the user actually tries to go there.
16031         (compilation-next-error-function):
16032         Pass compilation-find-file the directory from the file-struct.
16033         (compilation-internal-error-properties): Separate local FILE-STRUCT
16034         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
16035         (compilation-find-file): Arg DIR renamed to DIRECTORY.
16036         Expand it, and if nil, use default-directory.
16037         (compilation-get-file-structure): Don't mix specified directory
16038         with default directory.  Put specified directory into
16039         file-struct.  Don't make the file name absolute.
16041         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16042         (compile-command): Add autoload.
16043         (compilation-disable-input): Add autoload.
16045 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
16047         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
16048         strings of the variables it can override.
16049         (time-stamp): New (as yet undocumented) time-stamp-format escapes
16050         %Q and %q, for fully-qualified domain name and unqualified host name.
16052 2005-09-11  Kim F. Storm  <storm@cua.dk>
16054         * emacs-lisp/authors.el (authors-aliases): Update list.
16055         (authors-fixed-entries): Update mldrag.el entry.
16057 2005-09-10  Alan Mackenzie  <acm@muc.de>
16059         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
16060         from the region narrowed to.
16062 2005-09-10  Magnus Henoch  <mange@freemail.hu>
16064         * textmodes/ispell.el (ispell-check-version): Signal an error if
16065         aspell version is less than 0.60.
16067 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
16069         * progmodes/octave-inf.el (inferior-octave-startup):
16070         Resync current dir at the end.
16072 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
16074         * woman.el (woman-topic-at-point-default):
16075         Rename to woman-use-topic-at-point-default.
16076         (woman-topic-at-point): Rename to woman-use-topic-at-point.
16077         (woman-file-name): Reflect renames above.  Automatically use the
16078         word at point as topic if woman-use-topic-at-point is non-nil.
16079         Otherwise offer it as default but don't insert it in the
16080         minibuffer.  Also use `test-completion' instead of `assoc' as
16081         suggested by Stefan Monnier.
16083 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
16085         * vc.el (vc-directory, vc-update-change-log): Throw an error on
16086         the attempt to do it over Tramp.  This is not yet supported.
16088 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
16090         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16091         (menu-bar-non-minibuffer-window-p): New functions.
16092         ("Split Window", "Save As..."): Use them.
16093         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
16094         ("Print Buffer", "Truncate Long Lines in this Buffer"):
16095         Use menu-bar-menu-frame-live-and-visible-p.
16096         ("Save Buffer", "Insert File", "Open Directory...")
16097         ("Open File...", "Visit New File..."):
16098         Use menu-bar-non-minibuffer-window-p.
16099         (kill-this-buffer-enabled-p, dired <menu-enable>):
16100         Use menu-bar-non-minibuffer-window-p.
16102 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
16104         * cus-start.el (all): Don't complain about fringe-related
16105         built-ins if fringes are not supported.  Ditto about
16106         selection-related built-ins.  Fix the test for GTK-related built-ins.
16108         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
16109         ("Postscript Print Buffer", "Print Region", "Save As...")
16110         ("Save", "Insert File...", "Open Directory...")
16111         ("Open File...", "Visit New File..."")
16112         ("Truncate Long Lines in this Buffer"): Don't look at
16113         menu-updating-frame if this display does not support multiple frames.
16115 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16117         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
16119 2005-09-09  Emilio Lopes  <eclig@gmx.net>
16121         * woman.el: Format- and whitespace-related changes.
16123 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
16125         * woman.el: Fix my email address.
16127 2005-09-08  Richard M. Stallman  <rms@gnu.org>
16129         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
16130         (sh-mode): Locally set skeleton-pair-default-alist.
16132         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
16134         * progmodes/flymake.el: Require `compile' unconditionally.
16136         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
16138         * woman.el (woman-file-name): Provide a default, not initial input.
16140         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
16142         * font-lock.el (font-lock-support-mode): Doc fix.
16144         * descr-text.el (describe-property-list): Handle non-symbol prop names.
16146 2005-09-08  Richard M. Stallman  <rms@gnu.org>
16148         * simple.el (blink-matching-open): Get rid of text props from
16149         the string shown in echo area.  Don't permanently set point.
16150         Some rearrangements.
16152 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16154         * recentf.el (recentf-filename-handler): Add custom choice
16155         `abbreviate-file-name'.
16157         * msb.el (msb--very-many-menus): Fix typo.
16159         * disp-table.el (standard-display-european): Don't set
16160         enable-multibyte-characters to nil.
16162 2005-09-08  David Ponce  <david@dponce.com>
16164         * recentf.el (recentf-show-file-shortcuts-flag): New option.
16165         (recentf-expand-file-name): Doc fix.
16166         (recentf-dialog-mode-map): Define digit shortcuts.
16167         (recentf--files-with-key): New variable.
16168         (recentf-show-digit-shortcut-filter): New function.
16169         (recentf-open-files-items): New function.
16170         (recentf-open-files): Use it.
16171         (recentf-open-file-with-key): New command.
16173 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
16175         * buff-menu.el (Buffer-menu-sort-by-column): New function.
16176         Suggested by Kim F. Storm.
16177         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
16178         (Buffer-menu-make-sort-button): Use global keymap.
16180 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
16182         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
16183         (Man-getpage-in-background-advice): Remove defadvice; it isn't
16184         necessary any longer with the remapped command.
16185         (Man-bgproc-sentinel-advice): Remove defadvice which counts
16186         formatting time only.
16188         * net/tramp.el (tramp-action-password)
16189         (tramp-multi-action-password): Compile the password prompt from
16190         `method', `user' and `host'.  Sometimes it isn't obvious which
16191         password to enter, for example with remote files offered by
16192         recentf.el, or with multiple steps.  Suggested by Robert Marshall
16193         <robert@chezmarshall.freeserve.co.uk>.
16195 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16197         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16198         Fix regexp for when "s///" is at the beginning of line.
16200 2005-09-07  Jay Belanger  <belanger@truman.edu>
16202         * calc/calc-poly.el (math-expand-term): Multiply out any powers
16203         when in matrix mode.
16205 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16207         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
16208         non-anonymous functions.
16210 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
16212         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
16213         when using a header line.  Otherwise, use mouse-1-click-follows-link.
16215         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
16216         can't be moved; don't signal an error.
16218 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
16220         * cus-theme.el (custom-theme-write-faces): Save the current face
16221         spec, not the defface spec.
16223         * custom.el (custom-known-themes): Clarify meaning of "standard".
16224         (custom-push-theme): Save old values in the standard theme.
16225         (disable-theme): Correct typo.
16226         (custom-face-theme-value) Deleted unused function.
16227         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
16229 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16231         * progmodes/compile.el (compilation-goto-locus): Take into account
16232         iconified frames when determining whether the buffer is
16233         already visible.
16234         Don't reset window height if the window already existed.
16236 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
16238         * custom.el (load-theme): Rename from require-theme.
16239         Add interactive spec.
16240         (enable-theme): Rename from custom-enable-theme.
16241         Add interactive spec.
16242         (disable-theme): Rename from custom-disable-theme.
16243         Add interactive spec.
16244         (custom-make-theme-feature): Doc fix.
16245         (custom-theme-directory): Doc fix.
16246         (provide-theme): Call enable-theme.
16248 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16250         * obsolete/lazy-lock.el (lazy-lock-mode):
16251         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
16252         font-lock-mode if it's off.  Print a warning instead.
16254         * progmodes/compile.el (compilation-start): Ignore errors if the
16255         process died before we get to send-eof.
16257         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
16258         Undo last change.  Enclosing the result in quotes broke things on Unix
16259         since tex-send-command passes it through shell-quote-argument.
16260         (tex-send-command): Pass `file' through convert-standard-filename
16261         when possible.
16262         (tex-uptodate-p): Handle the case where TeX hasn't put additional
16263         info in a transcript.
16265 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
16267         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
16268         fix compilation warning.  Reorder the key definitions to group
16269         together keys emitted by the current version of xterm.
16271         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
16272         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
16273         Reorder predicates to correct min-color usage.
16275 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
16277         * longlines.el (longlines-mode): Inhibit read-only when encoding.
16278         Kill local variables when longlines-mode is turned off.
16280 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16282         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
16284         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
16286         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
16288         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
16289         (font-lock-lines-before): Change default to being inactive.
16290         (font-lock-default-fontify-region): Obey font-lock-lines-before.
16291         (font-lock-after-change-function): Don't handle f-l-lines-before here.
16293 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
16295         * net/tramp.el (tramp-handle-make-auto-save-file-name):
16296         Deactivate temporarily advice if active (not needed for Emacs 22,
16297         but for backwards compatibility).
16298         (tramp-exists-file-name-handler): Rewrite.  First implementation
16299         was too simple.
16300         (tramp-advice-make-auto-save-file-name):
16301         Call `tramp-handle-make-auto-save-file-name' (again, just for
16302         backwards compatibility).
16304 2005-08-31  Reto Zimmermann  <reto@gnu.org>
16306         * progmodes/vhdl-mode.el
16307         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16308         (vhdl-end-p): Fix indentation bug "else" after "-- when".
16309         (vhdl-set-default-project): New function (easier setting of default).
16310         (vhdl-port-copy): Handle extended identifiers for generics.
16311         (vhdl-compiler-alist): Better description for error message regexp.
16312         (vhdl-make): Query for target, use previous as default.
16313         (vhdl-port-copy): Fix port copy for port names starting with "signal".
16314         (vhdl-font-lock-keywords-2): Fix fontification for record
16315         el. assign.
16316         (vhdl-speedbar-make-subpack-line): Add package body link.
16317         (vhdl-generate-makefile-1): Not include itself as dependency.
16318         (vhdl-font-lock-init): Highlight c-preprocessor directives.
16319         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16320         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16321         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16322         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16323         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16324         (vhdl-import-project): Add string argument for `error'.
16325         (vhdl-compose-configuration)
16326         (vhdl-compose-configuration-architecture): Add configuration
16327         declaration generation.
16328         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16329         (vhdl-trailer-re): Add "record" keyword (better indentation).
16330         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16331         "[^ \t-\"]+".
16332         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16333         (vhdl-testbench-entity-file-name)
16334         (vhdl-testbench-architecture-file-name): Allow separate
16335         customization of testbench file names.
16336         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16337         (vhdl-get-visible-signals): Allow newline within alias declaration.
16338         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16339         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16340         (member-ignore-case): Alias for missing function in XEmacs.
16341         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16342         (vhdl-update-sensitivity-list): Ignore case on read signals.
16343         (vhdl-replace-string): Adjust case only for file names.
16344         (vhdl-update-sensitivity-list): Fix search for read signals.
16345         (vhdl-update-sensitivity-list): Exclude formal parameters.
16346         (vhdl-get-visible-signals): Include aliases of signals.
16347         (vhdl-get-visible-signals): Fix signal name searching.
16348         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16349         (vhdl-fixup-whitespace-region): Fix for character
16350         literals (e.g. `:').
16352 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16354         * ansi-color.el (comint-last-output-start):
16355         * bs.el (font-lock-verbose):
16356         * diff-mode.el (add-log-buffer-file-name-function):
16357         * dired-x.el (vm-folder-directory):
16358         * faces.el (help-xref-stack-item):
16359         * files.el (font-lock-keywords):
16360         * find-lisp.el (dired-buffers, dired-subdir-alist):
16361         * ido.el (cua-inhibit-cua-keys):
16362         * log-view.el (cvs-minor-wrap-function):
16363         * outline.el (font-lock-warning-face):
16364         * simple.el (compilation-current-error):
16365         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16366         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16367         * tooltip.el (comint-prompt-regexp):
16368         * w32-fns.el (explicit-shell-file-name):
16369         * term/mac-win.el (mac-charset-info-alist)
16370         (mac-services-selection, mac-system-script-code):
16371         * term/tty-colors.el (msdos-color-values):
16372         * term/w32-win.el (xlfd-regexp-registry-subnum):
16373         * term/x-win.el (x-keysym-table, x-selection-timeout)
16374         (x-session-id, x-session-previous-id):
16375         * textmodes/ispell.el (mail-yank-prefix):
16376         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16377         * textmodes/org.el (calc-embedded-close-formula)
16378         (calc-embedded-open-formula)
16379         (font-lock-unfontify-region-function):
16380         * textmodes/reftex-global.el (isearch-next-buffer-function)
16381         (TeX-master):
16382         * textmodes/reftex.el (font-lock-keywords):
16383         * textmodes/tex-mode.el (font-lock-comment-face)
16384         (font-lock-doc-face):
16385         * textmodes/texinfo.el (outline-heading-alist):
16386         Add defvars.
16388         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16389         (artist-spray-chars, artist-mode-init, artist-replace-string)
16390         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16391         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16392         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16394         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16395         (conf-align-assignments): "?\ " -> "?\s".
16397         * textmodes/reftex-index.el (TeX-master): Add defvar.
16398         (reftex-index-phrases-marker): Move up defvar.
16400         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16401         (reftex-toc-include-labels-indicator)
16402         (reftex-toc-include-index-indicator)
16403         (reftex-toc-max-level-indicator): Move up declarations.
16405         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16406         of args to `tramp-run-real-handler', even if it's empty in this case.
16408 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16410         * dired.el (dired-move-to-filename-regexp): Add date format for
16411         Mac OS X 10.3 in East Asian locales.
16413 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
16415         * files.el (make-auto-save-file-name): Add file name handler call
16416         if applicable.
16418         * net/tramp.el (tramp-file-name-handler-alist)
16419         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16420         (tramp-handle-make-auto-save-file-name): Rename from
16421         `tramp-make-auto-save-file-name'.
16422         (tramp-exists-file-name-handler): New defun.
16423         (tramp-advice-make-auto-save-file-name): Make defadvice only when
16424         `make-auto-save-file-name' is not a magic file name operation.
16426 2005-08-30  Richard M. Stallman  <rms@gnu.org>
16428         * files.el (risky-local-variable-p):
16429         Match `-predicates' and `-commands.
16431         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16432         (custom-save-all): Visit the file if necessary;
16433         kill the buffer if we created it.
16434         (custom-save-delete): Don't visit file or kill buffer here.
16436 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
16438         * textmodes/org.el (org-special-keyword): New face.
16439         (org-table-copy-down, org-table-eval-formula)
16440         (org-table-recalculate, org-init-section-numbers):
16441         Use `string-to-number' instead of `string-to-int'.
16442         (org-get-location): Use `insert-buffer-substring' instead of
16443         `insert-buffer'.
16444         (org-modify-diary-entry-string): New function.
16445         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16446         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16447         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16448         active region.
16449         (org-export-as-html): Handle QUOTE keyword.
16450         (org-quote-string): New option.
16451         (org-bookmark-jump-unhide): New function, used for
16452         `bookmark-after-jump-hook'.
16453         (org-diary-default-entry): Apply only when not called through
16454         `org-agenda'.
16456 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
16458         * net/eudc.el (mode-popup-menu):
16459         * play/handwrite.el (ps-printer-name, ps-lpr-command):
16460         * progmodes/ada-mode.el (compile-auto-highlight)
16461         (skeleton-further-elements):
16462         * progmodes/autoconf.el (font-lock-syntactic-keywords):
16463         * progmodes/cmacexp.el (msdos-shells):
16464         * progmodes/compile.el (font-lock-extra-managed-props)
16465         (font-lock-keywords, font-lock-maximum-size)
16466         (font-lock-support-mode):
16467         * progmodes/grep.el (font-lock-lines-before):
16468         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16469         * progmodes/mixal-mode.el (compile-command):
16470         * progmodes/perl-mode.el (font-lock-comment-face)
16471         (font-lock-doc-face, font-lock-string-face):
16472         * progmodes/prolog.el (comint-prompt-regexp):
16473         * progmodes/sh-script.el (font-lock-comment-face)
16474         (font-lock-set-defaults, font-lock-string-face):
16475         * progmodes/sql.el (font-lock-keyword-face)
16476         (font-lock-set-defaults, font-lock-string-face):
16477         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16478         (itimer-version, lazy-lock-defer-contextually)
16479         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16480         Add defvars.
16482         * progmodes/cperl-mode.el (cperl-electric-lbrace)
16483         (cperl-electric-keyword, cperl-electric-pod)
16484         (cperl-electric-backspace, cperl-forward-re)
16485         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16486         (vc-rcs-header, vc-sccs-header): Add defvars.
16488         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16489         (font-lock-syntactic-keywords, gud-find-expr-function):
16490         Add defvars.
16492         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16493         (gdb-frame-parameters): Declare before use.
16495         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16496         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16497         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16498         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16500         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16501         (idlwave-help-with-source): Use `insert-buffer-substring', not
16502         `insert-buffer'.
16504 2005-08-29  Juri Linkov  <juri@jurta.org>
16506         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16507         Put outline-back-to-heading function call inside save-excursion.
16509 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
16511         * man.el (Man-init-defvars, Man-translate-references)
16512         (Man-support-local-filenames, Man-highlight-references):
16513         * progmodes/sql.el (sql-interactive-mode):
16514         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16516         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16517         (compilation-mode-font-lock-keywords): Add defvars.
16518         (checkdoc-interactive-loop): "?\ " -> "?\s".
16520         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16521         (font-lock-doc-face, font-lock-string-face)
16522         (font-lock-keywords-case-fold-search): Add defvars.
16523         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16525         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16526         Don't pass X and Y (they are ignored anyway).
16527         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16528         (mouse-delete-window): Make arguments optional.
16530         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16531         (caesar-translate-table, minor-modes, news-buffer-save)
16532         (news-group-name, news-minor-modes): Add defvars.
16534         * emacs-lisp/lselect.el (mouse-highlight-priority)
16535         (x-lost-selection-functions, zmacs-regions):
16536         * emacs-lisp/pp.el (font-lock-verbose):
16537         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16538         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16539         (ses-mode-map):
16540         * emacs-lisp/tcover-unsafep.el (safe-functions):
16541         * international/mule-cmds.el (mac-system-coding-system)
16542         (mac-system-locale):
16543         * language/ethio-util.el (rmail-current-message)
16544         (rmail-message-vector):
16545         * language/thai-util.el (thai-auto-composition-mode):
16546         * mail/metamail.el (rmail-current-message, rmail-message-vector):
16547         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16548         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16549         (vm-primary-inbox, vm-spool-files):
16550         * mail/rmail.el (deleted-head, font-lock-fontified)
16551         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16552         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16553         (total-messages):
16554         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16555         (rmail-summary-mode-map):
16556         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16557         (rmail-last-label, rmail-last-multi-labels)
16558         (rmail-summary-vector, rmail-total-messages):
16559         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16560         * mail/rmailsum.el (msgnum):
16561         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16562         (rmail-current-message):
16563         * obsolete/fast-lock.el (font-lock-face-list):
16564         * obsolete/rnewspost.el (mail-reply-buffer):
16565         * obsolete/scribe.el (compile-command):
16566         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16568 2005-08-28  John Paul Wallington  <jpw@gnu.org>
16570         * ibuf-ext.el (ibuffer-auto-update-changed):
16571         Use `frame-or-buffer-changed-p' to check whether we need to update.
16572         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16573         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
16574         as a `frame-or-buffer-changed-p' state vector instead.
16576 2005-08-27  Romain Francoise  <romain@orebokech.com>
16578         * textmodes/makeinfo.el (makeinfo-compile):
16579         Use `compilation-start'.  Set `next-error-function' according to
16580         `disable-errors'.
16581         (makeinfo-next-error): New function.
16582         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16583         (makeinfo-buffer): Likewise.
16585         * progmodes/compile.el (compilation-start): Add autoload cookie.
16587         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16588         * textmodes/sgml-mode.el: Likewise.
16589         * progmodes/python.el: Likewise.
16591 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
16593         * simple.el (blink-matching-paren-distance): Document the meaning
16594         of nil value, and allow to customize to nil.
16596         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16597         command.com, not command.exe.
16599 2005-08-26  John Wiegley  <johnw@newartisans.com>
16601         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16602         code around a bit so that an extraneous nil argument is not added
16603         to a command when no args are given.
16605         * eshell/esh-arg.el (eshell-parse-double-quote): If a
16606         double-quoted argument resolves to nil, return it as an empty
16607         string rather than as nil.  This made it impossible to pass "" to
16608         a shell script as a null string argument.
16610 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16612         * outline.el (outline-invent-heading): New fun.
16613         (outline-promote, outline-demote): Use it.
16614         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16615         (outline-end-of-subtree): Remove unused var `opoint'.
16617 2005-08-26  David Reitter  <david.reitter@gmail.com>
16619         * menu-bar.el (truncate-lines, write-file, print-buffer)
16620         (ps-print-buffer-faces, ps-print-buffer, split-window):
16621         Disable menu items when the frame they refer to is invisible, or when
16622         they refer to a buffer and the minibuffer is selected.
16624 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
16626         * progmodes/flymake.el (flymake-highlight-err-lines):
16627         Use save-excursion around flymake-highlight-line to preserve point.
16629 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
16631         * progmodes/octave-mod.el: Change Author and Maintainer address.
16632         (octave-maintainer-address): Change Kurt's email address.
16633         * progmodes/octave-inf.el: Change Author and Maintainer address.
16634         * progmodes/octave-hlp.el: Change Author and Maintainer address.
16636 2005-08-26  Kim F. Storm  <storm@cua.dk>
16638         * subr.el (version-list-<, version-list-<=, version-list-=):
16639         Rename from integer-list-*.
16640         (version-list-not-zero): Likewise.  Fix while loop.
16641         (version=): Use version-list-= instead of string-equal.
16643 2005-08-26  Richard M. Stallman  <rms@gnu.org>
16645         * outline.el (outline-promote): Try shortening the heading.
16646         As last resort, read the heading to use.
16647         (outline-demote): As last resort, read the heading to use.
16649 2005-08-26  Romain Francoise  <romain@orebokech.com>
16651         * progmodes/compile.el (compilation-start): Doc fix.
16653         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16654         (antlr-font-lock-additional-keywords): Fix reference to
16655         `antlr-font-lock-literal-regexp' erroneously changed during the
16656         mass face rename.
16657         (antlr-run-tool): Use `compilation-start'.
16659         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16660         instead of the obsolete `compile-internal'.
16662 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
16664         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16665         (number, original-date):
16666         * calendar/cal-china.el (date):
16667         * calendar/cal-coptic.el (date):
16668         * calendar/cal-french.el (date):
16669         * calendar/cal-hebrew.el (date, entry, number, original-date):
16670         * calendar/cal-islam.el (date, number, original-date):
16671         * calendar/cal-iso.el (date):
16672         * calendar/cal-julian.el (date):
16673         * calendar/cal-mayan.el (date):
16674         * calendar/cal-menu.el (date, event):
16675         * calendar/cal-persia.el (date):
16676         * calendar/lunar.el (date):
16677         * calendar/solar.el (date): Add defvars.
16679         * emerge.el:
16680         * ibuffer.el:
16681         * info-xref.el:
16682         * obsolete/bg-mouse.el:
16683         * obsolete/sun-curs.el:
16684         * obsolete/swedish.el: Move the `defvar's to the top level.
16686         * smerge-mode.el (smerge-refined-change): Add :group.
16688 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16690         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16691         (smerge-keep-n): Remove props.
16692         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16693         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16694         now that it's done in smerge-keep-n.
16695         (smerge-refined-change): New face.
16696         (smerge-refine-chopup-region, smerge-refine-highlight-change)
16697         (smerge-refine): New funs.
16698         (smerge-basic-map): Bind smerge-refine.
16700 2005-08-25  Juri Linkov  <juri@jurta.org>
16702         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16703         compilation-process-setup-function and compilation-disable-input
16704         in grep-mode instead of let-bindings in grep.
16706         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16707         Delete "Automatic File De/compression" (auto-compression-mode).
16709 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
16711         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16712         Silence warning about non-existent variable.
16714 2005-08-25  Richard M. Stallman  <rms@gnu.org>
16716         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16717         Rename "Describe Key" to "Describe Key or Mouse Operation".
16719         * mail/mailalias.el (build-mail-aliases): Delete comments
16720         from the contents before processing them.
16722         * isearch.el (isearch-edit-string): Erase the Search prompt
16723         if user enters an empty string and there is no default.
16725         * comint.el (comint-file-name-prefix): Add autoload.
16727 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
16729         * subr.el (play-sound): Rearrange to avoid warning.
16731 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
16733         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16734         New hook.
16735         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16737 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16739         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16741         * custom.el (custom-theme-set-variables): Sort minor modes last.
16743 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16745         * subr.el (version-separator, version-regexp-alist): New vars used by
16746         version comparison funs.
16747         (integer-list-<, integer-list-=, integer-list-<=)
16748         (integer-list-not-zero): New funs for integer list comparison.
16749         (version-to-list, version=, version<, version<=): New funs for version
16750         comparison.
16752 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
16754         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16755         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16756         time to silence the byte-compiler.
16758         * ibuffer.el (ibuffer-compile-make-eliding-form)
16759         (ibuffer-check-formats): Use `with-no-warnings' to hide references
16760         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16761         so it's silly to get warnings for it).
16762         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16763         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16764         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16765         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16766         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16767         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16768         Defvar at compile time.
16769         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16770         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16771         Declare them before use.
16773         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16774         (info-xref-good, info-xref-bad): Defvar at compile time.
16776         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16777         Use `let*' instead of `let'.
16779         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16780         (*mouse-y*, menu, char): Defvar at compile time.
16781         (sc::menu): Declare it before use.
16782         (sc::pack-one-line): Use `let', not `let*'.
16784         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16785         (mail-send-hook): Defvar at compile time.
16787         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16788         Defvar at compile time.
16790         * term/sun-mouse.el (current-global-mousemap)
16791         (current-local-mousemap): Declare them before use.
16793 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
16795         * bookmark.el (bookmark-after-jump-hook): New hook.
16796         (bookmark-jump): Run `bookmark-after-jump-hook'.
16798 2005-08-23  Juri Linkov  <juri@jurta.org>
16800         * faces.el (minibuffer-prompt): Doc fix.
16802 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
16804         * progmodes/xscheme.el: Trivial changes to silence warnings.
16805         (xscheme-previous-mode, xscheme-previous-process-state):
16806         Add defvars.
16807         (xscheme-last-input-end, xscheme-process-command-line)
16808         (xscheme-process-name, xscheme-buffer-name)
16809         (xscheme-expressions-ring-max, xscheme-expressions-ring)
16810         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16811         (xscheme-control-g-synchronization-p)
16812         (xscheme-control-g-disabled-p, xscheme-string-receiver)
16813         (default-xscheme-runlight, xscheme-runlight)
16814         (xscheme-runlight-string, xscheme-process-filter-state)
16815         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16816         Move to beginning of file.
16817         (scheme-interaction-mode-commands-alist)
16818         (scheme-interaction-mode-map, scheme-debugger-mode-map):
16819         Declare them before use.  Note: the initialization code for the
16820         variables has not been moved because it uses functions that reference
16821         the variables.
16822         (xscheme-control-g-message-string, xscheme-process-filter-alist)
16823         (xscheme-prompt-for-expression-map): Declare them before use.
16824         (scheme-debugger-mode-commands): "?\ " -> "?\s".
16826 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
16828         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16830 2005-08-22  Juri Linkov  <juri@jurta.org>
16832         * faces.el (set-face-underline): Delete this duplicate function
16833         and make an obsolete alias to set-face-underline-p.
16834         (set-face-underline-p): Use docstring of set-face-underline.
16835         (describe-face): Create hyperlink to parent face.
16837         * info.el (Info-insert-dir): Use save-excursion around
16838         insert-buffer-substring.
16839         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16840         (Info-escape-percent): Delete function.
16841         (Info-fontify-node): Replace Info-escape-percent by
16842         replace-regexp-in-string with REP arg set to lambda that
16843         duplicates `%' and preserves text properties.
16845         * progmodes/compile.el (compilation-disable-input): Doc fix.
16846         (define-compilation-mode): Doc fix and refill.
16847         (kill-compilation): Use `mode-name' in the error message.
16848         (compilation-find-file): Use `compilation-error' in the
16849         read-file-name's prompt.
16851 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16853         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16854         (smerge-auto-leave): Make undo re-enable the mode.
16855         (debug-ignored-errors): Add the user-error of impossible resolution.
16856         (smerge-resolve): Move things around a bit, in preparation for later.
16857         (smerge-diff): Don't fail if the buffer has no associated file.
16858         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16859         (smerge-conflict-overlay): New function.
16860         (smerge-match-conflict): Don't add text properties here.
16861         (smerge-find-conflict): Instead, add an overlay here.
16862         Also check for the case where we're inside a conflict already, so as to
16863         obviate the need for font-lock-multiline, which is unbearably slow with
16864         large conflicts and ciomplex font-lock patterns.
16865         (smerge-remove-props): Remove overlay rather than text-properties.
16866         (smerge-mode): Don't set font-lock-multiline.
16867         Remove overlays when turned off.
16869 2005-08-21  Kim F. Storm  <storm@cua.dk>
16871         * ido.el (ido-ignore-item-p): Use save-match-data.
16872         Bind case-fold-search to ido-case-fold locally.
16874 2005-08-20  Richard M. Stallman  <rms@gnu.org>
16876         * files.el (normal-mode): If font lock is on, turn it off and on.
16878         * subr.el (replace-regexp-in-string): Doc fix.
16880         * startup.el (command-line-1): Don't suppress startup screen
16881         due to existing processes.
16883         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16885         * progmodes/compile.el (compilation-disable-input): Default to nil.
16887 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16889         * progmodes/compile.el (compilation-disable-input): New defcustom.
16890         (compilation-start): If compilation-disable-input is non-nil, send
16891         EOF to the compilation process.
16893 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
16895         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16896         Run the argument of tex-shell-cd-command through
16897         convert-standard-filename, to get the correct style of slashes on
16898         Windows, and enclose the result in quotes, in case the file name
16899         includes whitespace or other special characters.
16901 2005-08-19  Andreas Schwab  <schwab@suse.de>
16903         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16904         process.
16906 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
16908         * cus-start.el (minibuffer-prompt-properties): Correct typo.
16910 2005-08-18  Kim F. Storm  <storm@cua.dk>
16912         * scroll-lock.el: Fix errors due to incorrect line wrapping.
16914 2005-08-18  Richard M. Stallman  <rms@gnu.org>
16916         * scroll-lock.el: New file.
16918 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
16920         * dired.el (dired-move-to-end-of-filename):
16921         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16923 2005-08-18  Kim F. Storm  <storm@cua.dk>
16925         * ido.el (ido-everywhere): Fix defcustom :set function to disable
16926         rather than toggle mode when custom value is nil.
16927         (ido-everywhere): Fix defun doc string.
16929 2005-08-17  Richard M. Stallman  <rms@gnu.org>
16931         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16932         as tag instead of "Inviolable".
16934 2005-08-17  Kim F. Storm  <storm@cua.dk>
16936         * windmove.el (windmove-coordinates-of-position): Remove.
16937         (windmove-coordinates-of-window-position): Remove.
16938         (windmove-reference-loc): Use posn-at-point instead.
16940         * subr.el (insert-for-yank-1): Doc fix.
16942         * ido.el (ido-enter-matching-directory): Rename from
16943         ido-enter-single-matching-directory.  Change `slash' choice to
16944         `only'.  Add `first' choice.
16945         (ido-exhibit): Adapt to above changes.
16947 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
16949         * Makefile.in: Expand comment about building loaddefs.el.
16951 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
16953         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16954         Comment use of defadvice.
16956         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16958 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
16960         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16961         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16962         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16963         * progmodes/idlw-shell.el, progmodes/ld-script.el,
16964         * progmodes/which-func.el, ruler-mode.el, strokes.el,
16965         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16966         for backward compatibility for faces that did not appear in the
16967         previous Emacs release.
16969         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16971 2005-08-15  Kim F. Storm  <storm@cua.dk>
16973         * emulation/cua-base.el (cua-delete-region): Return t if
16974         deleted region was non-empty.
16975         (cua-replace-region): Inhibit overwrite-mode for
16976         self-insert-command if replaced region was non-empty.
16977         (cua--explicit-region-start, cua--status-string): Make them
16978         buffer-local at top-level...
16979         (cua-mode): ...rather than when mode is enabled.
16981 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
16983         * progmodes/vhdl-mode.el (vhdl-emacs-21):
16984         Set t for Emacs 21, 22, and so on.
16986 2005-08-15  David Ponce  <david@dponce.com>
16988         * tree-widget.el: Update Commentary header.
16989         (tree-widget-theme): Doc fix.
16990         (tree-widget-space-width): New option.
16991         (tree-widget-image-properties): Look up in the default theme too.
16992         (tree-widget--cursors): Only for images with arrow pointer shape.
16993         (tree-widget-lookup-image): Pointer shape is hand by default.
16994         (tree-widget-icon): Rename generic icon widget from
16995         `tree-widget-control'.
16996         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16997         derive from `tree-widget-icon'.
16998         (tree-widget-handle): Improve default look and feel of the text
16999         representation.
17000         (tree-widget): Rename :*-control properties to :*-icon properties.
17001         Add :action and :help-echo properties.
17002         (tree-widget-after-toggle-functions): Move.
17003         (tree-widget-close-node, tree-widget-open-node): Remove.
17004         (tree-widget-before-create-icon-functions): New hook.
17005         (tree-widget-value-create): Update to allow customization of icons
17006         and nodes at run-time via that new hook.
17007         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
17008         (tree-widget-icon-action, tree-widget-icon-help-echo)
17009         (tree-widget-action, tree-widget-help-echo): New functions.
17011 2005-08-15  Kim F. Storm  <storm@cua.dk>
17013         * ido.el (ido-buffer-internal): Use with-no-warnings.
17014         (ido-make-merged-file-list): Use while-no-input.
17016 2005-08-15  Richard M. Stallman  <rms@gnu.org>
17018         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
17019         (flyspell-large-region): Fix doc and custom type.
17021 2005-08-14  Richard M. Stallman  <rms@gnu.org>
17023         * files.el (interpreter-mode-alist): Doc fix.
17025         * mail/rmail.el (rmail-nonignored-headers): New variable.
17026         (rmail-clear-headers): Use it.
17027         (rmail-reply): Better handling of mail-followup-to header.
17029         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17030         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
17031         don't try to refer to executable-font-lock-keywords.
17032         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
17033         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
17034         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
17035         (sh-mode): Set comment-start-skip, local-abbrev-table,
17036         imenu-case-fold-search.
17037         (sh-set-shell): Don't set them here.
17038         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
17039         Don't cache the results in the original alist; don't ever modify
17040         that alist.
17042         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
17044         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
17045         empty.
17047 2005-08-15  Andreas Schwab  <schwab@suse.de>
17049         * desktop.el: Put autoload cookie at risky-local-variable declarations.
17051         * dired.el, info.el, mail/rmail.el: Revert last change.
17053 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
17055         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
17056         modification in `eval-after-load' form.
17057         * info.el: Likewise.
17058         * mail/rmail.el: Likewise.
17060 2005-08-14  Juri Linkov  <juri@jurta.org>
17062         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17063         Remove highlighting of "Compilation started".  Highlight only
17064         the word "finished" in "Compilation finished".  Add highlighting
17065         of "interrupt", "killed", "terminated" and the exit code.
17066         (compilation-start): Add newline after header.  Use exactly the
17067         same time stamp format as the finishing message.
17068         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
17070         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
17071         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
17072         Add highlighting of "interrupt", "killed", "terminated".
17074         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
17075         enabled and the current command is self-insert-command, call it
17076         explicitly with overwrite-mode bound to nil, to not allow it
17077         to delete the character after the selected region.
17079 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
17081         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
17082         move-end-of-line, end-of-line, and beginning-of-line to the list
17083         of commands after which the echo area is updated.
17085 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
17087         * cus-edit.el (custom-save-all, custom-save-delete):
17088         Bind recentf-exclude to exclude custom-file.
17090 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
17092         * mail/rmailsum.el (rmail-summary-end-of-message): New command
17093         to go to the bottom of the mail message.  Added to
17094         `rmail-summary-mode-map' with key "/".
17095         (rmail-summary-show-message): New (internal) function for use by
17096         both `rmail-summary-beginning/end-of-message'.
17097         (rmail-summary-beginning-of-message): Change to use
17098         rmail-summary-show-message.
17100         * mail/rmail.el (rmail-end-of-message): New command to go to the
17101         end of the current message.  Added to `rmail-mode-map' with key "/".
17102         (rmail-beginning-of-message): Fix to work as documented.
17103         (rmail-mode): Change documentation.
17105         * progmodes/compile.el (compilation-start): Add the line
17106         "Compilation started" with compilation start time.
17107         (compilation-mode-font-lock-keywords): Add `started' to keywords.
17109 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
17111         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
17112         of menu items.
17114 2005-08-11  Richard M. Stallman  <rms@gnu.org>
17116         * simple.el (pop-global-mark): Reverse test of widen-automatically.
17118         * battery.el (battery-status-function): Don't use ignore-errors.
17120 2005-08-11  Lute Kamstra  <lute@gnu.org>
17122         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
17123         define-obsolete-variable-alias.
17125 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17127         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
17128         (ange-ftp-send-cmd): Revert last change, and expand
17129         the comment explaining the problem.
17131 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
17133         * ldefs-boot.el: Update.
17135         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
17136         item to "Time, Load and Mail".  Change help echo text.
17138         * time.el (display-time-use-mail-icon, display-time-format)
17139         (display-time-string-forms): Shorten first line of docstrings.
17141 2005-08-10  Lars Hansen  <larsh@soem.dk>
17143         * desktop.el (desktop-buffer-mode-handlers):
17144         Make non-customizable.  Add autoload cookie.  Change initial value to
17145         nil; add elements in respective modules instead.  Fix doc string.
17146         (desktop-load-file): New function.
17147         (desktop-minor-mode-handlers): New autoloaded variable.
17148         (desktop-create-buffer): Call minor mode handlers.
17149         Use desktop-load-file to load major and minor mode modules prior to
17150         checking for a handler.
17151         (desktop-save): Don't add nil to desktop-minor-modes for minor
17152         modes with nil function in desktop-minor-mode-table.  Don't delete
17153         desktop file before rewriting it.
17154         (desktop-locals-to-save): Add autoload cookie.  Don't make
17155         automatically buffer-local.  Add variables column-number-mode,
17156         size-indication-mode, indent-tabs-mode,
17157         indicate-buffer-boundaries, indicate-empty-lines and
17158         show-trailing-whitespace.
17159         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
17160         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
17161         (desktop-clear-preserve-buffers-regexp): Delete.
17162         (desktop-clear-preserve-buffers): Update initial value and docstring.
17163         (desktop-save-buffer): Fix doc string.
17165         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
17166         (hilit-chg-desktop-restore): New function.
17167         (highlight-changes-mode): Add highlight-changes-mode to
17168         desktop-locals-to-save.
17170         * dired.el: Add handler to desktop-buffer-mode-handlers.
17171         (dired-restore-desktop-buffer): Remove autoload cookie.
17172         (dired-mode): Add autoload cookie.
17174         * info.el: Add handler to desktop-buffer-mode-handlers.
17175         (Info-restore-desktop-buffer): Remove autoload cookie.
17176         (Info-mode): Add autoload cookie.
17178         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
17179         (mh-restore-desktop-buffer): Remove autoload cookie.
17180         (mh-folder-mode): Add autoload cookie.
17182         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
17183         (rmail-restore-desktop-buffer): Remove autoload cookie.
17185 2005-08-11  Masatake YAMATO  <jet@gyve.org>
17187         * hexl.el (hexl-address-region):
17188         (hexl-ascii-region, hexl-font-lock-keywords):
17189         (hexl-highlight-line-range): Use the term "region"
17190         instead of "area" for consistency with the other symbols
17191         defined in hexl.el.
17193 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
17195         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
17196         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
17197         out by Juri Linkov).  Add `display-battery-mode'.
17199 2005-08-09  Juri Linkov  <juri@jurta.org>
17201         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17202         Remove `-text' from face variable names.
17203         (compilation-error-file-name, compilation-warning-file-name)
17204         (compilation-info-file-name): Delete faces.
17205         (compilation-line-number, compilation-column-number):
17206         Remove face underlining.
17207         (compilation-message-face): Set to `underline' value by default.
17208         (compilation-error-face, compilation-warning-face)
17209         (compilation-info-face): Remove `-file-name' from face names.
17210         (compilation-error-text-face, compilation-warning-text-face)
17211         (compilation-info-text-face): Delete face variables.
17212         (compilation-text-face): Delete function.
17214         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
17215         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
17216         (grep-error-face): Set to `compilation-error' instead of
17217         `compilation-error-face' (which is redefined to `grep-hit-face' in
17218         grep buffers).
17219         (grep-mode-font-lock-keywords): Remove `-text' from face variable
17220         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
17222         * dired-aux.el (dired-do-query-replace-regexp):
17223         Use `query-replace-read-args'.
17225         * replace.el (query-replace-read-from, query-replace-read-to)
17226         (query-replace-read-args): Rename arg `string' to `prompt'.
17228         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
17230 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
17232         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
17233         uploading files.
17234         (ange-ftp-canonize-filename): Handle file names beginning with ~
17235         correctly.
17237 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
17239         * textmodes/fill.el (canonically-space-region)
17240         (fill-context-prefix, fill-french-nobreak-p)
17241         (fill-delete-newlines, fill-comment-paragraph)
17242         (justify-current-line): "?\ " -> "?\s".
17244 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
17246         * textmodes/fill.el (fill-nonuniform-paragraphs):
17247         Improve argument/docstring consistency.
17249 2005-08-09  Richard M. Stallman  <rms@gnu.org>
17251         * textmodes/ispell.el (ispell-word): More fboundp checks.
17253         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
17254         (find-file-noselect-1): Call it here, only if RAWFILE.
17255         (normal-mode): Always set some major mode.
17256         (save-some-buffers-action-alist): Change some explanation strings.
17257         (file-name-non-special): In the `quote' method, use unwind-protect.
17259 2005-08-09  Magnus Henoch  <mange@freemail.hu>
17261         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
17262         (ispell-have-aspell-dictionaries): New variable.
17263         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
17264         (ispell-get-aspell-config-value): New function.
17265         (ispell-aspell-find-dictionary): New function.
17266         (ispell-aspell-add-aliases): New function.
17267         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
17268         appropriate.  Don't look for ispell dictionaries if we use aspell.
17269         (ispell-menu-map): Don't build a submenu of dictionaries.
17271 2005-08-09  Richard M. Stallman  <rms@gnu.org>
17273         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
17274         (sql-read-passwd): Use read-passwd.
17276         * progmodes/idlw-toolbar.el (idlwave-toolbar)
17277         (idlwave-toolbar-is-possible): Add defvars.
17279         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
17280         Avoid warnings.
17282         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
17283         (idlwave-system-class-info, idlwave-executive-commands-alist):
17284         Use defvar.
17286         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
17288         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
17289         Avoid warnings.
17291         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
17292         and content-type: headers.
17294         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
17296         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
17297         and rename some of them to be more self-explanatory.
17299         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
17301         * startup.el (command-line-1): Implement -scriptload.
17303         * replace.el (occur-engine): Initial *Occur* output not undoable.
17305         * menu-bar.el (menu-bar-file-menu): Rename some menu items
17306         and improve help strings.
17308         * isearch.el (isearch-repeat): When changing direction,
17309         mark search successful.
17311         * ediff-init.el: Use (featurep 'xemacs).
17313         * comint.el (send-invisible): Identify buffer, if not selected.
17315         * align.el: Delete autoload for c-guess-basic-syntax.
17317 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
17319         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17320         Improve argument/docstring consistency.  Doc fixes.
17321         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17322         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17323         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17324         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17325         (r2bv-organization, r2bv-pages, r2bv-primary-author)
17326         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17327         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17328         Defvar at compile time.
17330 2005-08-09  Juri Linkov  <juri@jurta.org>
17332         * info.el: Replace `info' with upper-case `Info' where appropriate.
17333         (info-title-1, info-title-2, info-title-3, info-title-4)
17334         (info-menu-header): Move up face definitions.
17335         (info-menu-star): Rename from `info-menu-5'.
17336         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17337         (Info-fontify-visited-nodes): Fix docstring.
17338         (Info-hide-note-references): Fix docstring.
17339         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17340         menu items in the same way as on cross-references.
17341         (info-apropos): Fix sorting order and formatting to be like in the
17342         stand-alone Info browser.  Display error messages for 1 sec.
17343         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
17344         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17345         from the menu bar.
17346         (Info-insert-dir): Restore point after calling
17347         `insert-buffer-substring'.
17349 2005-08-08  Richard M. Stallman  <rms@gnu.org>
17351         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17352         (recompute-lucid-menubar): Add defvars.
17354         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17356         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17358         * net/net-utils.el (run-dig): Rename from `dig'.
17360         * play/gametree.el (gametree-mode): Use make-local-variable,
17361         not make-variable-buffer-local.
17363         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17365         * ansi-color.el (ansi-color-make-extent)
17366         (ansi-color-set-extent-face): Use fboundp, not functionp.
17368         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17369         not make-variable-buffer-local.
17371         * bookmark.el (Info-current-file): Add defvar.
17372         (bookmark-jump-noselect): Use with-no-warnings.
17374         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17376         * ebuff-menu.el (Helper-return-blurb): Add defvar.
17378         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17380         * find-file.el (ada-procedure-start-regexp)
17381         (ada-package-start-regexp): Add defvars.
17383         * info.el (Info-insert-dir): Use insert-buffer-substring.
17385         * xml.el (xml-att-def-re): Add defvar.
17387         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17388         calling convention.
17390         * subr.el (while-no-input): Return t if there is input.
17392 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
17394         * cus-start.el (all): Add `overflow-newline-into-fringe'.
17396 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
17398         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17399         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17401 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
17403         * cmuscheme.el (scheme-start-file): Replace reference to
17404         `user-emacs-directory' by "~/.emacs.d/".
17406 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
17408         * info.el (Info-dir-remove-duplicates): Avoid case folding
17409         in loop; instead, keep downcased strings for comparison.
17410         Suggested by Helmut Eller.
17412 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
17414         Sync with Tramp 2.0.50.
17416         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17417         XEmacs case; not necessary anymore.
17418         (tramp-user-regexp): Allow "@" as part of user name.
17419         (tramp-handle-set-visited-file-modtime)
17420         (tramp-handle-insert-file-contents)
17421         (tramp-handle-write-region): No special handling for
17422         `last-coding-system-used, because this is done in
17423         `tramp-accept-process-output' now.
17424         (tramp-accept-process-output): New defun.
17425         (tramp-process-one-action, tramp-process-one-multi-action)
17426         (tramp-wait-for-regexp, tramp-wait-for-output)
17427         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
17428         Howells <dhowells@redhat.com>.
17429         (clear-visited-file-modtime): Defadvice removed.  The check for
17430         unset buffer's modtime does not need to be based on
17431         `tramp-buffer-file-attributes'.  Suggested by RMS.
17432         (tramp-message): Insert "\n" if not being at beginning of line.
17433         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17434         sequence with same logic.
17435         (tramp-completion-handle-expand-file-name): Discard call of
17436         `tramp-drop-volume-letter'.  It is not necessary, and there have
17437         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17438         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17439         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17440         should always be visible.
17441         (tramp-handle-insert-directory, tramp-setup-complete)
17442         (tramp-set-process-query-on-exit-flag)
17443         (tramp-append-tramp-buffers): Pacify byte-compiler.
17444         (tramp-bug): Delete non-existing variables from list.
17445         Apply `tramp-load-report-modules' as pre-hook.
17446         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17447         `shell-prompt-pattern' because of non-7bit characters.
17448         Reported by Sebastian Luque <sluque@mun.ca>.
17449         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17450         (tramp-match-string-list): Remove function.
17451         (tramp-wait-for-regexp): Remove call of that function.
17452         Suggested by Kim F. Storm <storm@cua.dk>.
17453         (tramp-set-auto-save-file-modes): Use octal integer code #o600
17454         instead of octal character code ?\600.  The latter resulted in a
17455         syntax error with XEmacs.
17457         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17458         XEmacs case; not necessary anymore.
17459         (tramp-smb-handle-write-region): No special handling for
17460         `last-coding-system-used, because this is done in
17461         `tramp-accept-process-output' now.
17462         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17464 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
17466         * wid-edit.el (widget-choice-value-create):
17467         Unconditionally respect user choice.  Set :explicit-choice back to nil
17468         when no longer needed.
17469         (widget-choice-action): Unconditionally respect user choice.
17470         Eliminate :explicit-choice-value.
17472         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17474         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17475         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17476         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17477         running new function `toggle-indicate-empty-lines'.
17478         Rename "Customize" item to "Customize fringe".
17479         Rename "Indicators" item to "Buffer boundaries" and change help echo.
17480         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17481         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17482         Delete "Empty lines only" item.
17483         (menu-bar-showhide-fringe-ind-customize): New function.
17484         (menu-bar-showhide-fringe-ind-mixed)
17485         (menu-bar-showhide-fringe-ind-box)
17486         (menu-bar-showhide-fringe-ind-right)
17487         (menu-bar-showhide-fringe-ind-left)
17488         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17489         instead of `fringe-indicators'.
17491 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
17493         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17494         Change the date of last update.
17496 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
17498         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17499         (viper-exec-yank, viper-put-back): Don't display modification msg
17500         if in the minibuffer.
17502         * viper-init.el (viper-replace-overlay-cursor-color)
17503         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17504         Make variables frame local.
17506         * viper-util.el (viper-append-filter-alist): Use append instead of
17507         nconc.
17509         * viper.el (viper-vi-state-mode-list)
17510         (viper-emacs-state-mode-list): Move help-mode and
17511         completion-list-mode from the first list to the second.
17512         (viper-mode): Docstring.
17513         (viper-go-away, viper-non-hook-settings): Don't localize
17514         minor-mode-alist in newer Emacsen.  Add advice to
17515         set-cursor-color.  Don't bind "\C-c\\".
17517 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
17519         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17520         (scheme-macro-expand-command): New user options.
17521         (scheme-trace-procedure, scheme-expand-current-form): New commands.
17522         (scheme-form-at-point, scheme-start-file)
17523         (scheme-interactively-start-process): New functions.
17524         (scheme-get-process): New function, extracted from `scheme-proc'.
17525         (run-scheme): Call `scheme-start-file' to get start file, and pass
17526         it to `make-comint'.
17527         (switch-to-scheme, scheme-proc):
17528         Call `scheme-interactively-start-process' if no Scheme buffer/process
17529         is available.
17531 2005-08-06  Juri Linkov  <juri@jurta.org>
17533         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17534         Use `compilation-text-face', `compilation-info-text-face' and
17535         `compilation-error-text-face' instead of `font-lock-keyword-face'.
17536         (compilation-error): New face.
17537         (compilation-error-file-name): Inherit from
17538         `compilation-error' instead of `font-lock-warning-face'.
17539         (compilation-warning-file-name): Inherit from
17540         `compilation-warning' instead of `font-lock-warning-face'.
17541         (compilation-info, compilation-error-file-name)
17542         (compilation-warning-file-name, compilation-info-file-name)
17543         (compilation-line-number, compilation-column-number): Doc fix.
17544         (compilation-error-text-face, compilation-warning-text-face)
17545         (compilation-info-text-face): New face variables.
17546         (compilation-line-face, compilation-column-face)
17547         (compilation-enter-directory-face)
17548         (compilation-leave-directory-face): Doc fix.
17549         (compilation-text-face): New function.
17551         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17552         instead of 1 to display binary file names as info file links.
17553         (grep-error-face): Use `compilation-error-face' instead of
17554         `font-lock-keyword-face'.
17555         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17556         and `compilation-warning-text-face' instead of
17557         `font-lock-keyword-face'.  Use `compilation-error-text-face'
17558         instead of `grep-error-face'.
17560 2005-08-05  Kenichi Handa  <handa@m17n.org>
17562         * international/code-pages.el: Add autoload cookies for all coding
17563         systems.
17565 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
17567         * cus-start.el (all): Put undo.c where it alphabetically belongs.
17569 2005-08-04  Juri Linkov  <juri@jurta.org>
17571         * progmodes/compile.el (compilation-mode-map):
17572         * progmodes/grep.el (grep-mode-map):
17573         Bind TAB to `compilation-next-error' and [backtab] to
17574         `compilation-previous-error'.
17576         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17577         matching line numbers, column numbers and their ranges with regexp
17578         matching only line numbers.
17579         (grep-context-face): New face variable.
17580         (grep-mode-font-lock-keywords): Use it.
17582         * faces.el (read-face-name): Delete duplicate faces.
17584 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
17586         * thumbs.el (thumbs-find-image): Don't make variables
17587         automatically buffer local.
17588         (thumbs-current-tmp-filename, thumbs-current-image-filename)
17589         (thumbs-image-num): Make automatically buffer local.
17590         (thumbs-show-thumbs-list): Use `make-local-variable', not
17591         `make-variable-buffer-local'.
17592         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17594         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17595         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17596         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17597         (bother, bye, canyou, chatlst, continue, deathlst, describe)
17598         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17599         (feelings-about, foullst, found, hello, history, howareyoulst)
17600         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17601         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17602         (neglst, obj, object, owner, please, problems, qlist)
17603         (random-adjective, relation, remlst, repetitive-shortness)
17604         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17605         (shortlst, something, sportslst, stallmanlst, states, subj)
17606         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17607         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17608         Defvar at compile time.
17610         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17611         not `make-variable-buffer-local'.
17613 2005-08-02  Kim F. Storm  <storm@cua.dk>
17615         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17616         rectangle overlay in selected window.
17618 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
17620         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17621         instead of display group.  Make `indicate-buffer-boundaries'
17622         customizable through Custom.
17624 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
17626         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17627         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17628         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17629         (gdb-put-string): Fix typos in docstrings.
17631 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
17633         Update copyright notices of files in progmodes directory for
17634         release of Emacs 22.1.
17636         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17638         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17639         Don't barf if the GUD buffer has been killed.
17641 2005-08-01  Kim F. Storm  <storm@cua.dk>
17643         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17645 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17647         * simple.el (next-error-follow-minor-mode):
17648         make-variable-buffer-local -> make-local-variable.
17650         * emacs-lisp/cl-extra.el: Require CL also when compiling.
17652         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17653         (byte-compile-form-make-variable-buffer-local): New functions to warn
17654         about misuses of make-variable-buffer-local where make-local-variable
17655         was meant.
17657 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
17659         * bs.el (bs-attributes-list): Doc fix.
17660         (bs): Update url-link.
17662         * desktop.el (desktop-save-buffer): Fix typos in docstring.
17663         (desktop-load-default): Simplify.
17665         * ibuffer.el (ibuffer-columnize-and-insert-list)
17666         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17667         (ibuffer-unmark-all, ibuffer-toggle-marks)
17668         (ibuffer-unmark-forward, ibuffer-unmark-backward)
17669         (ibuffer-compile-make-format-form, ibuffer-format-column)
17670         (ibuffer-current-buffers-with-marks)
17671         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17672         (ibuffer): Doc fix.
17673         (ibuffer-mode): Fix typo in docstring.
17674         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17675         with `define-obsolete-variable-alias'.
17676         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
17678 2005-07-29  Kenichi Handa  <handa@m17n.org>
17680         * international/mule-cmds.el (select-message-coding-system):
17681         Be sure to use LF for end-of-line.  If no coding system is decided,
17682         return iso-8859-1-unix.
17684 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17686         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17687         (ange-ftp-pending-error-line): New vars.
17688         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17689         to handle the non-fatal no-route-to-host messages.
17690         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17692 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
17694         * isearch.el (isearch-mode-map, isearch-other-meta-char)
17695         (isearch-quote-char, isearch-printing-char)
17696         (isearch-text-char-description): "?\ " -> "?\s".
17697         (isearch-lazy-highlight-cleanup)
17698         (isearch-lazy-highlight-initial-delay)
17699         (isearch-lazy-highlight-interval)
17700         (isearch-lazy-highlight-max-at-a-time)
17701         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17702         Declare with define-obsolete-*-alias macros.
17703         (isearch-forward): Fix typo in docstring.
17704         (search-invisible, search-ring-yank-pointer)
17705         (regexp-search-ring-yank-pointer): Doc fixes.
17707         * recentf.el (recentf-menu-append-commands-p): Declare with
17708         `define-obsolete-variable-alias'.
17709         (recentf-max-saved-items, recentf-menu-filter)
17710         (recentf-arrange-by-rule-subfilter): Doc fixes.
17711         (recentf-menu-append-commands-flag)
17712         (recentf-initialize-file-name-history, recentf-expand-file-name)
17713         (recentf-clear-data): Fix typos in docstrings.
17715 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
17717         * progmodes/gdb-ui.el: Smarten comments.
17718         (gdb-info-breakpoints-custom): Use nowarn when finding file.
17720 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
17722         * term/apollo.el (terminal-init-apollo): New function containing
17723         all former top level forms in the file.
17724         * term/bobcat.el (terminal-init-bobcat):
17725         * term/cygwin.el (terminal-init-cygwin):
17726         * term/iris-ansi.el (terminal-init-iris-ansi):
17727         * term/linux.el (terminal-init-linux):
17728         * term/news.el (terminal-init-news):
17729         * term/rxvt.el (terminal-init-rxvt):
17730         * term/sun.el (terminal-init-sun):
17731         * term/tvi970.el (terminal-init-tvi970):
17732         * term/vt100.el (terminal-init-vt100):
17733         * term/vt102.el (terminal-init-vt102):
17734         * term/vt125.el (terminal-init-vt125):
17735         * term/vt200.el (terminal-init-vt200):
17736         * term/vt201.el (terminal-init-vt201):
17737         * term/vt220.el (terminal-init-vt220):
17738         * term/vt240.el (terminal-init-vt240):
17739         * term/vt300.el (terminal-init-vt300):
17740         * term/vt320.el (terminal-init-vt320):
17741         * term/vt400.el (terminal-init-vt400):
17742         * term/vt420.el (terminal-init-vt420):
17743         * term/wyse50.el (terminal-init-wyse50):
17744         * term/xterm.el (terminal-init-xterm): Likewise.
17746         * term/README: Describe the terminal-init-* functionality.
17748         * startup.el (command-line): After loading the terminal initialization
17749         file call the corresponding terminal initialization function.
17751 2005-07-27  Kenichi Handa  <handa@m17n.org>
17753         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17754         negative.
17756         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17757         (ps-mule-composition-prologue): Fix for the case that
17758         RelativeCompose is false.
17760 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17762         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17764         * descr-text.el (describe-char): Handle the case where the list of
17765         chars is displayed in a separate frame.
17766         Be a bit more discriminating when looking for the char.
17768 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
17770         * bookmark.el (bookmark-automatically-show-annotations)
17771         (bookmark-read-annotation-text-func): Doc fixes.
17772         (bookmark-save): Improve argument/docstring consistency.
17773         (bookmark-get-bookmark, bookmark-get-bookmark-record)
17774         (bookmark-alist-from-buffer)
17775         (bookmark-upgrade-file-format-from-0)
17776         (bookmark-grok-file-format-version)
17777         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17778         (bookmark-read-annotation-mode)
17779         (bookmark-insert-current-bookmark, bookmark-jump)
17780         (bookmark-exit-hook): Fix typos in docstrings.
17781         (bookmark-exit-hooks): Define as obsolete alias.
17782         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17783         not `bookmark-exit-hooks'.  Fix docstring.
17784         (bookmark-bmenu-select): "?\ " -> "?\s".
17786 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
17788         * startup.el (command-line): Fix typo.
17790 2005-07-24  Richard M. Stallman  <rms@gnu.org>
17792         * tooltip.el (tooltip-mode): Test emacs-basic-display,
17793         not emacs-quick-startup.
17795 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
17797         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17798         (reb-next-match, reb-show-subexp): Use `with-selected-window'
17799         instead of `reb-with-current-window'.
17800         (reb-prev-match): Likewise.  Also, don't move left if the search
17801         was unsuccessful.
17802         (reb-initialize-buffer): New function.
17803         (re-builder, reb-change-syntax): Use it.
17805         * man.el (Man-goto-page): Make second argument NOERROR optional.
17807 2005-07-23  Richard M. Stallman  <rms@gnu.org>
17809         * man.el (Man-bgproc-sentinel): Check here for failure to find
17810         any man page in the output, and report the error here.
17811         (Man-arguments): Make it permanent local.
17812         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
17813         (Man-mode): Pass t for NOERROR.
17815         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17816         (grep-mode-font-lock-keywords):
17817         Don't use compilation-...-face for messages that are not file names.
17819         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17820         Don't use compilation-...-face for messages that are not file names.
17822 2005-07-22  Juri Linkov  <juri@jurta.org>
17824         * startup.el (normal-splash-screen): Update menu name.
17826         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17828 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17830         * term/xterm.el: Load term/rxvt if the terminal is actually an
17831         rxvt terminal.
17832         (xterm-rxvt-set-background-mode): Remove, not used anymore.
17834         * term/rxvt.el (function-key-map): Use substitute-key-definition
17835         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
17837         * term/cygwin.el: New file.
17839 2005-07-22  Kim F. Storm  <storm@cua.dk>
17841         * image-file.el (insert-image-file, image-file-yank-handler):
17842         Fix last change to maintain a (unique) yank-handler on yanked images.
17844 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
17846         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17847         of the file size (as in "177B" for 177 bytes).  This happens with
17848         "ls -lh" on FreeBSD.
17850 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
17852         * hilit-chg.el (highlight-changes-global-initial-state)
17853         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17854         (hilit-chg-fixup, highlight-changes-mode):
17855         Fix typos in docstrings.
17856         (highlight-changes-global-modes, highlight-changes-rotate-faces):
17857         Doc fixes.
17859 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
17861         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17862         mode function using `eval-after-load'.
17864 2005-07-21  Kim F. Storm  <storm@cua.dk>
17866         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17867         included when reporting an emacs crash, and tell about the DEBUG file.
17869         * image-file.el (insert-image-file): Add yank-handler.
17870         (image-file-yank-handler): Yank handler to make unique copies of
17871         images when they are yanked into a buffer next to each other.
17873 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
17875         * comint.el (comint-use-prompt-regexp, comint-send-input)
17876         (comint-source-default, comint-extract-string)
17877         (comint-get-source, comint-word, comint-completion)
17878         (comint-source, comint-prompt-read-only, comint-update-fence):
17879         Fix typos in docstrings.
17880         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17881         Declare with define-obsolete-*-alias macros.
17882         (comint-previous-matching-input-from-input)
17883         (comint-next-matching-input-from-input)
17884         (comint-previous-matching-input, comint-next-matching-input)
17885         (comint-forward-matching-input):
17886         Improve argument/docstring consistency.
17888         * desktop.el (desktop-clear-preserve-buffers-regexp):
17889         Also preserve the *server* buffer.
17891         * simple.el (clone-indirect-buffer): Doc fix.
17892         (fixup-whitespace, just-one-space)
17893         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17894         (next-error, next-error-highlight)
17895         (next-error-highlight-no-select, next-error-last-buffer)
17896         (next-error-buffer-p, next-error-find-buffer, next-error)
17897         (previous-error, next-error-no-select, previous-error-no-select)
17898         (open-line, split-line, minibuffer-prompt-width, kill-new)
17899         (binary-overwrite-mode): Fix typos in docstrings.
17900         (set-fill-column): Fix typo in message.
17902         * skeleton.el (skeleton-proxy-new): Doc fix.
17904         * strokes.el (strokes-load-hook): Doc fix.
17905         (strokes-grid-resolution, strokes-get-grid-position)
17906         (strokes-renormalize-to-grid, strokes-read-stroke)
17907         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17908         (strokes-global-map): Fix typos in docstrings.
17909         (strokes-help): Doc fix.  Fix help message and pass it through
17910         `substitute-command-keys'.
17912         * tempo.el (tempo-insert-prompt, tempo-interactive)
17913         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17914         (tempo-insert-string-functions, tempo-local-tags)
17915         (tempo-define-template, tempo-insert-template)
17916         (tempo-insert-prompt-compat, tempo-is-user-element)
17917         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17918         Fix typos in docstrings.
17920         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17921         (vcursor-key-bindings, vcursor-use-vcursor-map)
17922         (vcursor-find-window, vcursor-scroll-down)
17923         (vcursor-disable, vcursor-beginning-of-buffer)
17924         (vcursor-end-of-buffer): Fix typos in docstrings.
17925         (vcursor-relative-move, vcursor-get-char-count):
17926         Improve argument/docstring consistency.
17928         * version.el: "?\ " -> "?\s".
17930         * wid-edit.el (widget-default-create, widget-after-change)
17931         (widget-default-format-handler, widget-checklist-add-item)
17932         (widget-radio-add-item, widget-choose, widget-specify-secret)
17933         (widget-field-value-create, widget-field-value-get)
17934         (widget-editable-list-format-handler)
17935         (widget-editable-list-entry-create, widget-group-value-create)
17936         (widget-documentation-link-add)
17937         (widget-documentation-string-value-create): "?\ " -> "?\s".
17938         (widget-convert-text): Doc fix.
17939         (widget-narrow-to-field, widget-field-find)
17940         (widget-url-link-action, widget-emacs-library-link-action)
17941         (widget-color-notify): Fix typos in docstrings.
17943         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17944         (x-select-text, set-w32-system-coding-system)
17945         (w32-add-charset-info): Fix typos in docstrings.
17947         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17948         (cua-enable-cua-keys, cua-use-hyper-key)
17949         (cua-virtual-rectangle-edges): Fix typos in docstrings.
17950         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17952         * net/tramp.el (tramp-handle-load): Fix typo in error message.
17954         * emacs-lisp/re-builder.el (regexp-builder): Declare with
17955         `defalias' instead of faking it.
17957         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17958         (eshell-ls-missing, eshell-ls-dired-initial-args)
17959         (eshell-ls-use-in-dired): Fix typos in docstrings.
17961 2005-07-20  Kim F. Storm  <storm@cua.dk>
17963         * emulation/cua-base.el (cua-mode): Improve doc string.
17965 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
17967         * abbrev.el (expand-region-abbrevs): Doc fix.
17968         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17969         Improve argument/docstring consistency.
17971         * arc-mode.el (archive-get-descr, archive-alternate-display):
17972         Doc fixes.
17973         (archive-l-e): Improve argument/docstring consistency.
17974         (archive-tmpdir, archive-unixdate, archive-unixtime)
17975         (archive-chmod-entry): Fix typos in docstrings.
17976         (archive-unflag, archive-unflag-backwards)
17977         (archive-unmark-all-files): "?\ " -> "?\s".
17979         * buff-menu.el (Buffer-menu-unmark): Doc fix.
17980         (Buffer-menu-not-modified, Buffer-menu-execute)
17981         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17982         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17984         * composite.el (compose-string, encode-composition-rule)
17985         (compose-last-chars): Fix typos in docstrings.
17987         * desktop.el (desktop-enable, desktop-basefilename):
17988         Declare with `define-obsolete-variable-alias'.
17989         (desktop-internal-v2s): Don't quote keywords.
17990         (desktop-clear): "?\ " -> "?\s".
17992         * dired.el (dired-align-file, dired-flag-backup-files)
17993         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17994         (dired-listing-switches, dired-ls-F-marks-symlinks)
17995         (dired-dwim-target, dired-load-hook, dired-mode-hook)
17996         (dired-directory, dired-faces, dired, dired-revert)
17997         (dired-mode, dired-summary, dired-view-file)
17998         (dired-copy-filename-as-kill, dired-delete-file)
17999         (dired-no-confirm, dired-unmark-all-marks)
18000         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
18001         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
18002         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
18003         Fix typos in message strings.
18005         * dired-x.el (virtual-dired): Declare with `defalias'.
18006         (dired-mark-unmarked-files, dired-local-variables-file)
18007         (dired-omit-here-always): Doc fix.
18008         (dired-omit-mode, dired-find-subdir)
18009         (dired-enable-local-variables, dired-clean-up-buffers-too)
18010         (dired-extra-startup, dired-mark-extension, dired-jump)
18011         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
18012         (dired-smart-shell-command, dired-guess-shell-alist-user)
18013         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
18014         (dired-x-bind-find-file, dired-x-submit-report):
18015         Fix typos in docstrings.
18016         (dired-mark-unmarked-files): "?\ " -> "?\s".
18018         * dirtrack.el (dirtrack-list): Fix typos in docstring.
18020         * faces.el (describe-face): "?\ " -> "?\s".
18021         (read-all-face-attributes, read-face-font, modify-face)
18022         (face-attr-construct, italic): Fix typos in docstrings.
18023         (frame-update-face-colors): Declare with
18024         `define-obsolete-function-alias'.
18026         * files.el (find-file-noselect, recode-file-name): Doc fixes.
18027         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
18028         (magic-mode-alist, buffer-file-numbers-unique)
18029         (write-file-functions, get-free-disk-space):
18030         Fix typos in docstrings.
18031         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
18032         (write-contents-hooks, write-file-hooks):
18033         Declare with `define-obsolete-variable-alias'.
18035         * forms-d2.el (arch-rj): Fix typo in docstrings.
18036         (arch-tocol): Likewise.  "?\ " -> "?\s".
18038         * frame.el (set-frame-font, cursor-in-non-selected-windows):
18039         Fix typo in docstring.
18040         (set-screen-width, set-screen-height): Delete redundant info in
18041         doctrings.
18042         (new-frame, screen-height, screen-width): Declare with
18043         `define-obsolete-function-alias'.
18044         (delete-frame-hook, blink-cursor): Declare with
18045         `define-obsolete-variable-alias'.
18047         * paths.el (prune-directory-list): Fix typos in docstring.
18049         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
18050         (cvs-prefix-get): Fix typos in docstrings.
18052         * ps-print.el (ps-extend-face-list, ps-extend-face)
18053         (ps-print-background-image): Fix typos in docstrings.
18054         (ps-default-fg, ps-default-bg): Doc fixes.
18056         * s-region.el (s-region-bind): Doc fix.
18057         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
18059         * textmodes/org.el (org-table-formula-substitute-names)
18060         (org-table-get-vertical-vector): Doc fixes.
18061         (org-table-recalculate): Remove unused argument to `message'.
18063 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
18065         * textmodes/org.el (org-table-column-names)
18066         (org-table-column-name-regexp)
18067         (org-table-named-field-locations): New variables.
18068         (org-archive-subtree): Protect `this-command' when calling
18069         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
18070         the kill buffer.
18071         (org-complete): Remove fixed-formula completion.
18072         (org-edit-formulas-map): New variable.
18073         (org-table-edit-formulas): New command.
18074         (org-finish-edit-formulas, org-abort-edit-formulas)
18075         (org-show-variable, org-table-get-vertical-vector): New functions.
18076         (org-table-maybe-eval-formula): Handle `:=' fields.
18077         (org-table-get-stored-formulas, org-table-store-formulas)
18078         (org-table-get-formula, org-table-modify-formulas)
18079         (org-table-replace-in-formulas): Handle named field formulas.
18080         (org-table-get-specials): Store locations of named fields.
18082 2005-07-19  Juri Linkov  <juri@jurta.org>
18084         * progmodes/grep.el (grep-regexp-alist)
18085         (grep-mode-font-lock-keywords, grep-process-setup):
18086         Use default GNU grep match color "01;31m" instead of "01;41m".
18087         (grep-regexp-alist, grep-mode-font-lock-keywords):
18088         Use `\\[[0-9]*m' instead of `\\[00m'.
18089         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
18090         sgr_start where its handling is more important.  Use the real
18091         length of sgr_start instead of constant 8.
18092         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
18093         specially.  Delete all remaining escape sequences.
18094         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
18095         (grep-regexp-alist): Make hyperlink only for binary file name
18096         instead of the whole line.
18097         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
18098         (grep-mode): Add autoload.
18100         * emacs-lisp/find-func.el (find-function-regexp):
18101         Add `define-compilation-mode'.
18103 2005-07-19  Juri Linkov  <juri@jurta.org>
18105         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
18106         (compare-windows-sync-string-size, compare-windows-recenter)
18107         (compare-windows-highlight, compare-windows): Add version 22.1.
18108         (compare-windows) <defface>: Inherit from lazy-highlight instead
18109         of duplicating its default value.
18111         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
18112         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
18114         * descr-text.el (describe-char): Create link buttons for `charset'
18115         and `code point'.  Add the current input method name with a link
18116         button to `to input' field.  Print face names of display table
18117         characters in `The display table entry is displayed by' section
18118         instead of printing face-id in the `display' field.
18119         Guess hardcoded faces and create a link button for them.
18120         Skip empty fields when calculating max-width.
18121         Treat `widget-create' specially while inserting strings from the
18122         collected field list.
18123         (describe-char-after): Made obsolete in version 22.1, not 21.5.
18125         * diff-mode.el (diff-file-header): Change foreground color from
18126         yellow to green on light backgrounds.
18127         (diff-context): Inherit from `shadow' only for color/grayscale
18128         with more than 88 colors.
18129         (diff-indicator-removed, diff-indicator-added)
18130         (diff-indicator-changed): New faces.
18131         (diff-font-lock-keywords): Use new faces.  Regroup rules.
18132         Add "^---$" for `normal' diff format.  Fontify `#' lines with
18133         font-lock-comment-delimiter-face and font-lock-comment-face.
18134         Add `#' to ^[^...] in the rule for `diff-context-face'.
18136         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
18137         a button-like box.  Inherit from `highlight' on low colors.
18138         (shadow): Use shades of gray only for color/grayscale with
18139         more than 88 colors.  Use green for light backgrounds with
18140         8 colors, and yellow for dark backgrounds with 8 colors.
18142         * font-lock.el (font-lock-regexp-grouping-backslash):
18143         Don't inherit from escape-glyph (use bold for all cases).
18145         * info.el (info-xref-visited): Use light foreground color `violet'
18146         for dark backgrounds instead of dark color `magenta3'.
18147         (info-title-1): Use `yellow' color for dark backgrounds.
18149         * isearch.el (isearch): Use not-too-dark magenta3 instead of
18150         too-light magenta2.
18152         * replace.el (match): Use slightly more light RoyalBlue3 instead
18153         of dark RoyalBlue4.
18155         * wid-edit.el (widget-inactive): Inherit from `shadow'.
18157 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
18159         * novice.el (disabled-command-hook): Declare it with
18160         `define-obsolete-variable-alias'.
18162         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
18163         (desktop-buffer-misc-functions, desktop-buffer-handlers)
18164         (desktop-load-default): Add release to obsolescence info.
18165         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
18166         (desktop-append-buffer-args, desktop-read):
18167         Fix typos in docstrings.
18168         (desktop-kill): Fix typo in message.
18169         (desktop-save): Doc fix.
18171 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18173         * viper-cmd.el (viper-escape-to-state): Bug fix.
18174         (viper-envelop-ESC-key): Change the definition of fast
18175         keysequence so it'll work with keyboard macros.
18177         * ediff.el (ediff-patch-buffer): Change the docstring.
18179 2005-07-19  Kenichi Handa  <handa@m17n.org>
18181         * international/mule-cmds.el (select-safe-coding-system): Try to
18182         use an auto-coding (if any) before anything else.  If the found
18183         auto-coding is invalid, show a warning message.
18185         * international/mule.el (find-auto-coding): New function created
18186         by modifying the body of set-auto-coding.
18187         (set-auto-coding): Use find-auto-coding to find a coding.
18189 2005-07-18  Richard M. Stallman  <rms@gnu.org>
18191         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
18192         not isearch-mode-end-hook-error.
18193         (allout-before-change-protect): Fix error message.
18195 2005-07-18  Juri Linkov  <juri@jurta.org>
18197         * allout.el (allout-mode):
18198         * calculator.el (calculator-copy):
18199         * custom.el (custom-known-themes):
18200         * dired.el (dired-desktop-buffer-misc-data)
18201         (dired-restore-desktop-buffer):
18202         * dired-x.el (dired-omit-marker-char):
18203         * files.el (basic-save-buffer):
18204         * font-core.el (font-lock-mode):
18205         * calendar/calendar.el (calendar-goto-hebrew-date)
18206         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
18207         (calendar-goto-persian-date):
18208         * language/ethio-util.el (ethio-sera-to-fidel-region):
18209         * textmodes/picture.el (picture-mode):
18210         Delete duplicate duplicate words.
18212 2005-07-18  Juri Linkov  <juri@jurta.org>
18214         * isearch.el (isearch-mode-map): Remove key bindings for regexp
18215         chars * ? } |.
18216         (isearch-fallback): Don't call `isearch-process-search-char'.
18217         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
18218         (isearch-process-search-char): Call `isearch-fallback' for regexp
18219         chars * ? } |.
18220         (isearch-return-char): Make obsolete with `make-obsolete' instead
18221         of simply documenting it as obsolete in the docstring.
18222         (isearch-fallback): Refill docstring.
18224         * international/isearch-x.el
18225         (isearch-process-search-multibyte-characters): Remove unneeded
18226         `concat'.  Add intermediate values to `junk-hist' instead of
18227         `minibuffer-history'.  Test the length of `str'.
18229 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
18231         * allout.el (allout-resolve-xref): Fix typos in error strings.
18232         (allout-before-change-protect): Remove unneeded `concat'.
18234         * array.el (array-mode, array-reconfigure-rows)
18235         (untabify-backward): Fix typos in docstrings.
18236         (array-reconfigure-rows): Use `insert-buffer-substring', not
18237         `insert-buffer'.
18239         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
18240         * progmodes/ada-mode.el (ada-make-body):
18241         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
18243         * dired.el (dired-log):
18244         * tar-mode.el (tar-subfile-save-buffer):
18245         * play/zone.el (zone-pgm-stress-destress):
18246         Use `insert-buffer-substring', not `insert-buffer'.
18248 2005-07-17  Simon Josefsson  <jas@extundo.com>
18250         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
18252 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
18254         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
18255         Add plain auth method.
18256         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
18258 2005-07-17  Kim F. Storm  <storm@cua.dk>
18260         * ido.el (dired-other-window): Add ido property.
18262 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
18264         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18265         Fix typo in docstring.
18266         (byte-compile-interactive-only-functions): Add `insert-buffer' and
18267         `insert-file-literally'.
18269         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
18270         info and delete redundant message.  Doc fix.
18271         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
18272         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
18274 2005-07-16  Richard M. Stallman  <rms@gnu.org>
18276         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
18277         (byte-compile-and): Use byte-compile-and-recursion.
18278         (byte-compile-or-recursion): New function.
18279         (byte-compile-or): Use that.
18280         (byte-compile-if): Guard the else-clause too.
18281         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
18283         * isearch.el (isearch-mode-end-hook-quit): New variable.
18284         (isearch-done): Bind it.
18285         (isearch-mode-end-hook): Doc fix.
18287         * allout.el (allout-isearch-did-quit): Variable deleted.
18288         (allout-real-isearch-abort): Function name no longer used.
18289         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
18290         (allout-isearch-rectification): isearch-mode always exists.
18291         Don't set allout-isearch-did-quit.
18292         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
18293         allout-isearch-did-quit.
18294         (allout-enwrap-isearch): Just add the hook.
18295         (allout-isearch-abort): Function deleted.
18296         (allout-pre-command-business): Avoid warning.
18298         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
18299         Correctly avoid warnings.
18300         (pascal-outline): Likewise.
18302         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
18304         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18306         * play/tetris.el (tetris-mode): Avoid warning.
18308         * play/snake.el (snake-mode): Avoid warning.
18310         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18311         (gamegrid-set-display-table): Avoid warning.
18312         (gamegrid-set-timer): Likewise.
18313         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18314         (gamegrid-add-score-with-update-game-score-1): Take FILE
18315         as argument.
18316         (gamegrid-add-score-with-update-game-score): Pass that argument.
18317         Rename have-shared-game-dir to gamegrid-shared-game-dir.
18319         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18321         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18322         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18324         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18325         and insert-file.
18327         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18328         (sc-ask): Avoid warnings.
18330         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18331         (eshell-hist-initialize): Use that var the natural way.
18333         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18335         * emacs-lisp/re-builder.el (reb-cook-regexp):
18336         Avoid warning calling lre-compile-string.
18337         (reb-color-display-p): Avoid warning.
18339         * calculator.el (calculator-last-input): Guard uses
18340         of event-key and key-press-event-p.
18341         (event-key, key-press-event-p): Delete definitions.
18343         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18344         (find-gc-source-directory, find-gc-subrs-callers)
18345         (find-gc-noreturn-list, find-gc-source-files)
18346         (find-gc-subrs-called): Vars renamed and defvar'd.
18348         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18349         (checkdoc-overlay-put, checkdoc-delete-overlay)
18350         (checkdoc-overlay-start, checkdoc-overlay-end)
18351         (checkdoc-mode-line-update, checkdoc-char=):
18352         Define such that compiler knows they are defined.
18353         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
18354         (checkdoc-read-event): Delete.  Use read-event directly.
18356         * whitespace.el (whitespace-make-overlay)
18357         (whitespace-overlay-put, whitespace-delete-overlay)
18358         (whitespace-overlay-start, whitespace-overlay-end):
18359         Define such that compiler knows they are defined.
18360         (whitespace): Move conditional inside.
18362         * tempo.el (tempo-insert-template): Suppress warning.
18364         * ediff-diff.el (longlines-mode): Add defvar.
18366 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
18368         * server.el: Bind "C-x #" in a way that works even if C-x is
18369         redefined to a command key, not a prefix key.
18371 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
18373         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18374         cl-make-type-test till execution time.
18376 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
18378         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18379         arg ARG and use it.
18381 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
18383         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18385 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
18387         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18388         a defcustom with two :set or :type keywords.
18390 2005-07-15  Richard M. Stallman  <rms@gnu.org>
18392         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18393         Don't give ^M comment-end syntax.
18395 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
18397         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18398         Don't consider gdbmi (gdb-mi.el has its own update functions).
18399         (gdb-var-delete): Make it work for gdbmi as well.
18400         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18402         * progmodes/gud.el (etags, sdb): Only require etags when needed.
18403         (gud-speedbar-menu-items): Correct logic for enabling items.
18405 2005-07-15  Kim F. Storm  <storm@cua.dk>
18407         * ido.el: Fix commentary.
18408         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18409         Use with-no-warnings around ffap-guesser.
18410         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18411         Let bind minibuffer-completing-file-name to t.
18413 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
18415         * startup.el (site-run-file, keyboard-type): Doc fixes.
18416         (command-line): Check for "--basic-display" argument; also for
18417         "--quick", not "--bare-bones" (which was renamed).
18418         (fancy-splash-text): Add missing item "Getting New Versions".
18419         (normal-splash-screen): Fix typos and improve consistency with
18420         `fancy-splash-text'.  Update copyright year.
18422         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18423         valid binding for `help-char'.
18425         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18427 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
18429         * term.el (term-mode): Disable cua-mode for term buffers.
18431 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
18433         * add-log.el (add-log-mailing-address, change-log-merge):
18434         Doc fixes.
18435         (change-log-get-method-definition): Fix typo in docstring.
18437 2005-07-14  Kim F. Storm  <storm@cua.dk>
18439         * emulation/cua-base.el:
18440         (cua--pre-command-handler-1, cua--pre-command-handler)
18441         (cua--post-command-handler-1, cua--post-command-handler):
18442         Split in two.  Check (buffer local) value of cua-mode.
18443         (cua-selection-mode): New command.
18445 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
18447         * custom.el (custom-initialize-safe-set)
18448         (custom-initialize-safe-default): Doc fixes.
18450         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18451         and simplify :init-value again.
18453         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18454         and simplify :init-value again.  Delete autoload.
18456         * startup.el (command-line): Use `custom-reevaluate-setting' again
18457         for tooltip-mode.
18459         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18460         a defcustom with two :initialize keywords.
18462 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
18464         * allout.el (my-mark-marker, allout-isearch-prior-pos)
18465         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18466         (allout-post-command-business, allout-flag-region)
18467         (isearch-reenable-font-lock, allout-yank)
18468         (allout-insert-latex-header, allout-insert-latex-trailer)
18469         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18470         (allout-latex-verb-quote): Fix typos in docstrings.
18471         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18472         (allout-unprotected, allout-prefix-data):
18473         Improve argument/docstring consistency.
18474         (allout-chart-subtree): Fix argument spec.
18475         (allout-open-topic): Rename `use_sib_bullet' argument to
18476         `use-sib-bullet'.  Doc fix.
18478         * whitespace.el (whitespace-check-buffer-leading)
18479         (whitespace-check-buffer-trailing)
18480         (whitespace-check-buffer-indent)
18481         (whitespace-check-buffer-spacetab)
18482         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18483         (whitespace-check-leading-whitespace)
18484         (whitespace-check-trailing-whitespace)
18485         (whitespace-check-spacetab-whitespace)
18486         (whitespace-check-indent-whitespace)
18487         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18488         (whitespace-modes): Fix typos in docstrings.
18489         (defgroup, defcustom): Doc fixes.
18491         * winner.el (winner-mode, winner-boring-buffers)
18492         (winner-pending-undo-ring): Doc fixes.
18493         (winner-ring): Remove unneeded `progn'.
18494         (winner-equal): `defsubst' it.
18495         (winner-redo): Fix message.
18497 2005-07-13  Kim F. Storm  <storm@cua.dk>
18499         * simple.el (line-move-1): Always use vertical-motion to
18500         do the last (or only) line move to ensure some movement.
18501         Undo 2005-06-23 change--don't check for overlays.
18503 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18505         * term/mac-win.el (ccl-encode-mac-roman-font)
18506         (ccl-encode-mac-centraleurroman-font)
18507         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18508         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18509         Change charset-id boundary of dimension to ?\xef.
18510         (mac-char-fontspec-list): New constant.
18511         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
18512         argument.  Nil uses itself as family in font-spec.  Previous
18513         behavior for nil is now provided by non-nil non-string argument.
18514         All callers changed.  Add font-specs for Mac fonts to
18515         "fontset-default" unless iso8859-1 fonts are installed.
18517 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18519         * progmodes/sh-script.el (sh-get-indent-info): Only indent
18520         a continuation line if the \ is preceded by SPC or TAB.
18521         (sh-get-indent-info): Simplify.
18522         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18523         Use with-current-buffer.
18525         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18526         when the matched text is empty.
18528 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
18530         * startup.el (command-line): Revert to previous handling of
18531         tooltip-mode.  Explain in comment why the complexity is needed.
18533         * tooltip.el (tooltip-mode): Revert to previous implementation of
18534         its defcustom.
18536         * frame.el (blink-cursor-mode): Revert to previous implementation
18537         of its defcustom.  Update comment.
18539 2005-07-12  Lars Hansen  <larsh@soem.dk>
18541         * desktop.el: Update e-mail address.
18543 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18545         * term/mac-win.el (mac-services-mail-selection)
18546         (mac-services-mail-to): New functions.
18547         (mac-application-menu-map): Bind them.
18549 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
18551         * progmodes/gdb-ui.el: Add note about buffering with Windows.
18553 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
18555         * custom.el (custom-reevaluate-setting): Doc fix.
18557 2005-07-11  Jay Belanger  <belanger@truman.edu>
18559         * calc/calc.el (calc-embedded-announce-formula-alist)
18560         (calc-embedded-open-close-plain-alist)
18561         (calc-embedded-open-close-mode-alist): Add checks for additional
18562         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18564 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
18566         * custom.el (custom-enable-theme): Don't add theme to
18567         `custom-enabled-themes' with `push' because there is no
18568         setf-method for `delq'.
18570 2005-07-11  Richard M. Stallman  <rms@gnu.org>
18572         * custom.el (custom-declare-variable): Doc fix.
18574         * dired-aux.el (dired-compare-directories): Remove "." and ".."
18575         from the alists.
18577         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18578         Do nothing if edebug-active.
18580         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18581         (edebug-display): Do it here instead.
18583 2005-07-10  Richard M. Stallman  <rms@gnu.org>
18585         * cus-face.el (custom-theme-set-faces): Make it work.
18586         (custom-reset-faces): Doc fix.
18587         (custom-theme-reset-internal-face, custom-theme-face-value):
18588         Functions deleted.
18590         * custom.el (custom-push-theme): Maintain list of the settings
18591         of a given theme in its theme-settings property.
18592         Maintain position of old settings in the theme-value
18593         or theme-face property.
18594         (custom-enabled-themes): New variable.
18595         (custom-theme-enabled-p): New function.
18596         (provide-theme): Update custom-enabled-themes.
18597         Disable and reenable the `user' theme.
18598         (require-theme): Doc fix.
18599         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18600         (custom-theme-value, custom-theme-variable-value): Likewise.
18601         (custom-theme-reset-internal): Likewise.
18602         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18603         (custom-enable-theme, custom-disable-theme): New functions.
18604         (custom-variable-theme-value, custom-face-theme-value): Likewise.
18605         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18606         (custom-theme-reset-variables): Simplify.
18607         (deftheme, custom-declare-theme, custom-make-theme-feature):
18608         Definitions moved.
18610 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
18612         * longlines.el (longlines-show-region)
18613         (longlines-unshow-hard-newlines): Recognize hard newlines by
18614         non-nil hard property, instead of t.
18616 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
18618         * viper-cmd.el (viper--key-maps): New variable.
18619         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18620         emulation-mode-map-alists.
18621         (viper-envelop-ESC-key): Use viper-subseq.
18622         (viper-search-forward/backward/next): Disable debug-on-error.
18624         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18625         (viper-ESC-key): New defcustoms.
18627         * viper-macs.el (ex-map-read-args): Use viper-subseq.
18629         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18630         (viper-subseq): Copy of subseq from cl.el.
18632         * viper.el (viper-go-away, viper-set-hooks): Use
18633         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18635         * viper-mous.el (viper-current-frame-saved): Use defvar.
18637         * viper-init.el: Get rid of -face in face names.
18639         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18640         Make it work with longlines mode
18642         * ediff-mult.el (ediff-meta-mode-hook): New variable.
18644         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18646         * ediff-init.el: Get rid of -face in face names.
18648 2005-07-10  Richard M. Stallman  <rms@gnu.org>
18650         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18651         and with-timeout-unsuspend.
18653         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18654         and with-timeout-unsuspend.
18656         * emacs-lisp/timer.el (with-timeout-timers): New variable.
18657         (with-timeout): Bind that variable to record timers.
18658         (with-timeout-suspend, with-timeout-unsuspend): New functions.
18660         * emacs-lisp/debug.el (debug-help-follow): New function.
18661         (debugger-mode-map): Use that instead of help-follow.
18662         (debugger-setup-buffer): Use eval-buffer-list
18663         to handle eval-buffer frames.
18665 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
18667         * timezone.el (timezone-parse-date): Change first regexp
18668         so it will not mistakenly match dates with no time zone.
18670 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
18672         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18674 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
18676         * custom.el (custom-initialize-safe-set)
18677         (custom-initialize-safe-default): New functions.
18679         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18680         and simplify :init-value.
18682         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18683         and simplify :init-value.  Delete obsolete comment.
18685         * startup.el (command-line): Use `custom-reevaluate-setting' to
18686         handle `tooltip-mode'.  Delete obsolete comment.
18688         * files.el (set-visited-file-name): Avoid calling
18689         `file-name-nondirectory' with a nil argument.
18691 2005-07-09  Richard M. Stallman  <rms@gnu.org>
18693         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18694         was called with nil for the buffer, handle the read position right.
18695         Handle read position for eval-region, too.
18697 2005-07-09  Juri Linkov  <juri@jurta.org>
18699         * fringe.el (fringe-mode): Add period in docstring.
18700         (fringe-query-style): Build prompt depending on `all-frames' arg.
18702         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18703         to not create links to unrelated functions in the Help buffer.
18705         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18706         Doc fix.
18708         * simple.el (next-error-hook): New variable.
18709         (next-error): Use it.  Doc fix.
18711         * textmodes/ispell.el (ispell-command-loop): Add current
18712         dictionary name and program name to mode-line-format.
18713         (ispell-region, ispell-process-line): Add current dictionary name
18714         and program name to messages.
18716 2005-07-08  Jay Belanger  <belanger@truman.edu>
18718         * calc/calc.el (calc-embedded-announce-formula-alist)
18719         (calc-embedded-open-close-formula-alist)
18720         (calc-embedded-open-close-word-alist)
18721         (calc-embedded-open-close-plain-alist)
18722         (calc-embedded-open-close-new-formula-alist)
18723         (calc-embedded-open-close-mode-alist)
18724         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18725         (calc-embedded-mode-hook): New variables.
18727         * calc/calc-embed.el (calc-embedded-firsttime)
18728         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18729         New variables.
18730         (calc-do-embedded): Use calc-embedded-firsttime,
18731         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18732         determine whether or not to run hooks.
18733         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18734         calc-embedded-firsttime-formula appropriately.
18735         Set calc-embedded delimiter variables according to mode.
18737 2005-07-08  Richard M. Stallman  <rms@gnu.org>
18739         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18740         Check for "emacs", etc., as entire symbol, not just as word.
18741         (checkdoc-file-comments-engine): Use regexp-quote on FN.
18743         * files.el (set-visited-file-name): Report the error
18744         for "empty filename" earlier.
18745         (kill-some-buffers): Ignore buffers already dead.
18747         * fringe.el (fringe-mode): Doc fix.
18749         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18750         Check for (featurep 'xemacs) and turn off warnings in what it guards.
18751         Use unwind-protect to ensure byte-compile-unresolved-functions
18752         is updated.
18754         * whitespace.el (whitespace-buffer-leading-cleanup):
18755         Simplify w/ skip-chars-forward.
18756         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18758         * mail/rmail.el (rmail-only-expunge): Fix paren error.
18759         Unconditionally try to leave point at the same old place.
18761 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
18763         * comint.el (comint-postoutput-scroll-to-bottom)
18764         (comint-show-maximum-output): Take scroll-margin into consideration.
18766 2005-07-08  Kim F. Storm  <storm@cua.dk>
18768         * ido.el (ido-use-filename-at-point): New choice `guess'.
18769         (ido-file-internal): Try ffap-guesser if selected.
18771         * ido.el (ido-before-fallback-functions): New hook.
18772         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18773         (ido-read-file-name): Run it.
18775 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18777         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18778         strings rather than a list of symbols to the completion function.
18780 2005-07-07  Jay Belanger  <belanger@truman.edu>
18782         * calc/calc-units.el (math-apply-units): Change the places in
18783         which units are simplified.
18785 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
18787         * cus-edit.el (customize-option, customize-option-other-window):
18788         Make them handle aliases.
18790         * custom.el (custom-variable-p): Make it recursively follow
18791         aliases.  Mention that in the docstring.
18793 2005-07-07  Richard M. Stallman  <rms@gnu.org>
18795         * cus-start.el (exec-path): Use `directory' instead of `file'.
18796         Fix tag for nil.
18798 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18800         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18801         when called non-interactively.  Doc fix.
18803 2005-07-07  Lute Kamstra  <lute@gnu.org>
18805         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18806         new address as well.
18808 2005-07-07  Kenichi Handa  <handa@m17n.org>
18810         * international/mule.el (make-coding-system):
18811         Describe `ascii-incompatible' property in the docstring.
18812         (set-file-name-coding-system): Signal an error if coding-system is
18813         ascii-incompatible.
18814         (set-keyboard-coding-system): Likewise.
18816         * international/mule-cmds.el (set-default-coding-systems):
18817         Don't set default-file-name-coding-system and
18818         default-keyboard-coding-system if coding-system is ASCII-incompatible.
18820         * international/utf-16.el: Declare that all UTF-16-based coding
18821         systems are ASCII-incompatible.
18823 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
18825         * progmodes/gud.el: Require font-lock for displaying errors.
18826         Used by gdb-ui.el.
18828 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18830         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18831         values for the pattern lists which are `read'able but not
18832         `append'able (like symbols).
18834 2005-07-06  Richard M. Stallman  <rms@gnu.org>
18836         * progmodes/flymake.el (flymake-float-time): Instead of
18837         with-no-warnings, test for xemacs.
18838         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18839         to avoid warning.
18841 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
18843         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18845 2005-07-05  Lute Kamstra  <lute@gnu.org>
18847         * battery.el: Add support for Darwin (with much debugging help
18848         from Samuel Lauber <sam124@operamail.com>).
18849         (battery-status-function, battery-echo-area-format)
18850         (battery-mode-line-format): Add support for pmset on Darwin.
18851         (battery-load-low, battery-load-critical): New user options.
18852         (battery-pmset): New function.
18854 2005-07-05  Lute Kamstra  <lute@gnu.org>
18856         Update FSF's address in GPL notices.
18858         * textmodes/page-ext.el: Update FSF's address.
18860 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18862         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18863         filling from using prefix when filling a single-line docstring.
18865         * progmodes/flymake.el: Remove useless eval-when-compile.
18867         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18869 2005-07-04  Richard M. Stallman  <rms@gnu.org>
18871         * textmodes/org.el (org-file-apps-defaults-gnu):
18872         Rename from org-file-apps-defaults-linux.
18873         (org-default-apps): Don't test system-type for `linux'.
18874         (org-file-apps): Doc fix.
18876 2005-07-04  David Ponce  <david@dponce.com>
18878         * tree-widget.el: Improve header Commentary section.
18879         (tree-widget) [defgroup]
18880         (tree-widget-image-enable, tree-widget-themes-directory)
18881         (tree-widget-theme, tree-widget-image-properties-emacs)
18882         (tree-widget-image-properties-xemacs, tree-widget-create-image)
18883         (tree-widget-image-formats, tree-widget-control)
18884         (tree-widget-empty-control, tree-widget-leaf-control
18885         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18886         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18887         (tree-widget-keep, tree-widget-after-toggle-functions)
18888         (tree-widget-open-node, tree-widget-close-node): Doc fix.
18889         (tree-widget-open-control, tree-widget-close-control): Fix doc and
18890         :help-echo message.
18891         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
18892         (tree-widget-image-properties): Doc fix.  Clearer implementation.
18893         (tree-widget--cursors): New constant.
18894         (tree-widget-lookup-image): New function split from
18895         `tree-widget-find-image'.  Clearer implementation.
18896         (tree-widget-find-image): Use it.
18897         (tree-widget-button-keymap): Use `set-keymap-parent'.
18898         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18899         Define the sub-widgets here.
18900         (tree-widget-node): Check that :node is not a tree-widget.
18901         (tree-widget-get-super, tree-widget-open-control)
18902         (tree-widget-close-control, tree-widget-empty-control)
18903         (tree-widget-leaf-control, tree-widget-guide)
18904         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18905         (tree-widget-no-handle, tree-widget-value-delete)
18906         (tree-widget-map): Remove.
18907         (tree-widget-children-value-save): Doc fix.  Simplified.
18908         (tree-widget-value-create): Update according to previous changes.
18910 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
18912         * textmodes/org.el: Leading space replaced by TABS.
18913         (org-recalc-marks, org-table-rotate-recalc-marks)
18914         (org-table-get-specials): Treat "^" and "_" marks.
18915         (org-table-justify-field-maybe): Optional argument NEW.
18916         (org-table-eval-formula): Parsing of the format simplified.
18917         New modes C,I.  Honor the %= parameter in the current table.
18918         Avoid unnecessary re-align by using the NEW argument to
18919         `org-table-justify-field-maybe'.
18920         (org-calc-default-modes): Default for date-format mimicks org-mode.
18921         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18923 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
18925         * cus-face.el (custom-theme-set-faces): Make it handle face
18926         aliases whose alias declarations are pre- or autoloaded.
18928 2005-07-04  Juri Linkov  <juri@jurta.org>
18930         * faces.el (read-face-name): Put the code for getting a face name
18931         from the buffer before adding the faces from the `face' property.
18932         Use `completing-read-multiple' instead of `completing-read'.
18933         Require `crm'.  Add default value and post-process the returned
18934         list of faces.
18936         * emacs-lisp/crm.el (crm-find-current-element)
18937         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18939         * emacs-lisp/lisp-mode.el (eval-defun-1):
18940         * emacs-lisp/edebug.el (edebug-eval-defun):
18941         Remove unnecessary quotes.
18943 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18945         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18946         (prolog-indent-level): Fix typo in docstring.
18948         * info.el (Info-history, Info-history-forward)
18949         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18951         * add-log.el (add-change-log-entry):
18952         * comint.el (comint-dynamic-list-input-ring)
18953         (comint-dynamic-list-completions):
18954         * dabbrev.el (dabbrev-expand):
18955         * delim-col.el (delimit-columns-rectangle-line):
18956         * diff-mode.el (diff-context->unified, diff-reverse-direction)
18957         (diff-unified->context):
18958         * ediff-init.el (ediff-abbrev-jobname):
18959         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18960         (ediff-replace-session-activity-marker-in-meta-buffer):
18961         * info.el (Info-summary):
18962         * lpr.el (printify-region):
18963         * printing.el (pr-create-interface):
18964         * ps-print.el (ps-print-quote):
18965         * ses.el (ses-column-widths, ses-print-cell)
18966         (ses-adjust-print-width, ses-center):
18967         * shell.el (shell-file-name-quote-list):
18968         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18969         (strokes-fill-current-buffer-with-whitespace)
18970         (strokes-xpm-for-stroke, strokes-list-strokes)
18971         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18972         * term.el (term-dynamic-list-input-ring)
18973         (term-dynamic-list-completions):
18974         * calc/calc.el (math-format-stack-value):
18975         * emacs-lisp/edebug.el (edebug-display-freq-count):
18976         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18977         (delphi-new-comment-line):
18978         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18979         * progmodes/executable.el (executable-set-magic):
18980         * progmodes/python.el (inferior-python-mode):
18981         * progmodes/scheme.el (scheme-mode-syntax-table):
18982         * progmodes/sh-script.el (sh-maybe-here-document):
18983         * progmodes/sql.el (sql-copy-column):
18984         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18985         * textmodes/bibtex.el (bibtex-mode):
18986         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18987         (sgml-auto-attributes):
18988         * textmodes/table.el (table-insert, table-shorten-cell)
18989         (table--generate-source-scan-lines, table-delete-row)
18990         (*table--cell-delete-char, table--spacify-frame)
18991         (table--horizontally-shift-above-and-below)
18992         (table--cell-insert-char, table--cell-blank-str)
18993         (table--fill-region-strictly):
18994         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18995         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18997         * add-log.el (change-log):
18998         * apropos.el (apropos):
18999         * comint.el (comint-completion, comint-source):
19000         * dabbrev.el (dabbrev):
19001         * delim-col.el (columns):
19002         * diff-mode.el (diff-mode):
19003         * ediff.el (ediff):
19004         * ediff-diff.el (ediff-diff):
19005         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
19006         * ediff-mult.el (ediff-mult):
19007         * ediff-ptch.el (ediff-ptch):
19008         * ediff-wind.el (ediff-window):
19009         * facemenu.el (facemenu):
19010         * indent.el (indent):
19011         * info.el (info):
19012         * jka-cmpr-hook.el (compression, jka-compr):
19013         * lpr.el (lpr):
19014         * outline.el (outlines):
19015         * pcmpl-cvs.el (pcmpl-cvs):
19016         * pcmpl-rpm.el (pcmpl-rpm):
19017         * printing.el (printing):
19018         * ps-print.el (postscript, ps-print, ps-print-horizontal)
19019         (ps-print-vertical, ps-print-headers, ps-print-font)
19020         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
19021         (ps-print-background, ps-print-printer, ps-print-page)
19022         (ps-print-miscellany):
19023         * ses.el (ses):
19024         * shell.el (shell, shell-directories, shell-faces):
19025         * startup.el (initialization):
19026         * strokes.el (strokes):
19027         * term.el (term):
19028         * uniquify.el (uniquify):
19029         * w32-vars.el (w32):
19030         * calc/calc.el (calc):
19031         * emacs-lisp/bytecomp.el (bytecomp):
19032         * emacs-lisp/cl-indent.el (lisp-indent):
19033         * emacs-lisp/edebug.el (edebug):
19034         * emacs-lisp/elp.el (elp):
19035         * emacs-lisp/testcover.el (testcover):
19036         * emacs-lisp/trace.el (trace):
19037         * emulation/viper-ex.el (viper-ex):
19038         * emulation/viper-mous.el (viper-mouse):
19039         * mail/mailalias.el (mailalias):
19040         * mail/supercite.el (supercite, supercite-frames)
19041         (supercite-attr, supercite-cite, supercite-hooks):
19042         * net/rcompile.el (remote-compile):
19043         * net/rlogin.el (rlogin):
19044         * obsolete/ooutline.el (outlines):
19045         * progmodes/delphi.el (delphi):
19046         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
19047         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
19048         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
19049         (ebnf-optimization):
19050         * progmodes/etags.el (etags):
19051         * progmodes/executable.el (executable):
19052         * progmodes/idlwave.el (idlwave):
19053         * progmodes/pascal.el (pascal):
19054         * progmodes/prolog.el (prolog):
19055         * progmodes/python.el (python):
19056         * progmodes/scheme.el (scheme):
19057         * progmodes/sh-script.el (sh, sh-script):
19058         * progmodes/sql.el (SQL):
19059         * progmodes/tcl.el (tcl):
19060         * textmodes/bibtex.el (bibtex, bibtex-autokey):
19061         * textmodes/enriched.el (enriched):
19062         * textmodes/makeinfo.el (makeinfo):
19063         * textmodes/sgml-mode.el (sgml):
19064         * textmodes/table.el (table-hooks):
19065         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
19066         * textmodes/texinfo.el (texinfo):
19067         * textmodes/two-column.el (two-column):
19068         Finish `defgroup' description with period.
19070         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
19071         * eshell/esh-var.el (eshell-var):
19072         * progmodes/vhdl-mode.el (vhdl-testbench):
19073         * textmodes/org.el (org): Fix typos in docstrings.
19075         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
19076         consistency.
19078         * progmodes/flymake.el (flymake-find-file): Remove.
19079         (flymake-float-time): Use `with-no-warnings'.
19080         (flymake-check-start-time, flymake-check-was-interrupted)
19081         (flymake-err-info, flymake-is-running, flymake-last-change-time)
19082         (flymake-new-err-info): `defvar' at compile time.
19084 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
19086         * replace.el (occur-hook): Doc fix.
19087         (occur-1): Don't call `occur-hook' if there are no matches.
19089 2005-07-03  Richard M. Stallman  <rms@gnu.org>
19091         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
19092         global-map, save the same map.
19093         (global-map): Don't alter it at top level.
19094         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
19095         Then alter it here instead.
19096         (tpu-edt-off): Set global-map to the saved one.
19098         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
19099         All references simplified.
19100         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
19101         (zmacs-regions): Add defvar.
19102         (repeat-complex-command-map): Everything about that deleted.
19104         * textmodes/artist.el (artist-key-is-drawing)
19105         (artist-key-endpoint1, artist-key-poly-point-list)
19106         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
19107         (artist-key-compl-table, artist-rb-save-data)
19108         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
19109         Don't put them in eval-when-compile.
19110         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
19112         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
19113         Use with-no-warnings.
19115         * net/browse-url.el (dos-windows-version): Add defvar.
19117         * mail/supercite.el (filladapt-prefix-table): Add defvar.
19119         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
19120         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
19121         (rmail-new-summary-line-count): Rename from new-summary-line-count.
19122         Add defvar.
19123         (rmail-summary-beginning-of-message): Use with-no-warnings.
19124         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
19126         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
19127         Use with-no-warnings.
19129         * emulation/vi.el (vi-mark-region): Use c-mark-function.
19130         (c-mark-function): Add point-moving-unit property.
19131         (vi-goto-line): Use with-no-warnings.
19133         * emulation/edt.el (edt-last-copied-word): Add defvar.
19134         (zmacs-region-stays): Likewise.
19135         (edt-mark-section-wisely): Use c-mark-function for C.
19136         Use makr-defun for Fortran.
19137         (time-string): defvar deleted.
19138         (edt-display-the-time): Don't set time-string.
19140         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
19142         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19143         Don't warn when name is not constant
19144         or for defining the group `emacs'.
19146         * tooltip.el (gud-tooltip-mode): Add defvar.
19148         * startup.el (default-frame-background-mode): Add defvar.
19150         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
19152         * info.el (tool-bar-map): Add defvar.
19154         * dired.el (dnd-protocol-alist): Add defvar.
19156         * dired-aux.el (dired-query): Display question with answer, when
19157         the user answers.
19159         * custom.el (custom-add-option): Doc fix.
19161         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
19163 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
19165         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
19166         bogus name from the last change.
19168 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
19170         * custom.el (custom-declare-variable): Fix typos in comment.
19171         (custom-known-themes): Doc fix.
19172         (custom-theme-directory): New defcustom.
19173         (require-theme): Make it check `custom-theme-directory'.
19175         * cus-theme.el (custom-new-theme-mode): New function.
19176         (custom-theme-name, custom-theme-variables, custom-theme-faces)
19177         (custom-theme-description): Add compiler defvars.
19178         (customize-create-theme): Add doc to the "*New Custom Theme*"
19179         buffer.  Use `custom-new-theme-mode'.
19180         (custom-theme-write): Put the created buffer in emacs-lisp-mode
19181         and save it to the `custom-theme-directory'.  Make this the
19182         default directory of the buffer.
19184 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
19186         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
19187         Fix unbalanced parentheses.
19189 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19191         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
19192         into flymake-mode and delegate to flymake-mode.
19194         * find-file.el (ff-which-function-are-we-in): Clean up.
19196 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
19198         * replace.el (occur-rename-buffer): Fix docstring.
19200         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
19201         (edt-last-copied-word, edt-learn-macro-count)
19202         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
19203         (edt-rect-start-point, edt-user-global-map, rect-start-point)
19204         (time-string, zmacs-region-stays):
19205         * emulation/edt-mapper.el (edt-save-function-key-map)
19206         (EDT-key-name): `defvar' to silence the byte-compiler.
19208 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
19210         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
19211         font-lock-regexp-backslash.  Doc fix.
19212         (font-lock-regexp-backslash-grouping-construct): Rename from
19213         font-lock-regexp-backslash-construct.  Doc fix.
19214         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
19215         grouping constructs.
19217 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
19219         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
19220         updating all the prerequisites.
19222 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
19224         * textmodes/org.el (org-agenda-start-on-weekday)
19225         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
19226         (org-agenda-use-time-grid, org-archive-location)
19227         (org-allow-space-in-links, org-usenet-links-prefer-google)
19228         (org-enable-table-editor, org-export-default-language)
19229         (org-export-html-show-new-buffer, org-fill-paragraph)
19230         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
19231         (org-goto-quit, org-occur, org-eval-in-calendar)
19232         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
19233         (org-agenda-diary-entry, org-remember-help)
19234         (org-table-convert-region, org-at-table-p)
19235         (org-table-move-row-down, org-table-move-row-up)
19236         (org-table-copy-region, org-table-toggle-vline-visibility)
19237         (org-table-get-stored-formulas, org-table-get-specials)
19238         (org-recalc-commands, org-table-eval-formula)
19239         (org-table-formula-substitute-names, orgtbl-make-binding)
19240         (org-format-org-table-html, org-format-table-table-html)
19241         (org-format-table-table-html-using-table-generate-source)
19242         (org-customize): Fix typos in docstrings.
19243         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
19244         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
19245         (org-back-to-heading): Doc fixes.
19246         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
19247         (org-agenda-change-all-lines, org-get-header):
19248         Improve argument/docstring consistency.
19249         (orgtbl-error): Fix error message.
19251         * progmodes/flymake.el (flymake-find-possible-master-files)
19252         (flymake-master-file-compare, flymake-get-line-err-count)
19253         (flymake-highlight-line, flymake-gui-warnings-enabled):
19254         Fix typos in docstrings.
19255         (flymake-parse-line, flymake-get-project-include-dirs-function)
19256         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
19257         Doc fixes.
19258         (flymake-get-project-include-dirs-function)
19259         (flymake-make-err-menu-data):
19260         Improve argument/docstring consistency.
19262 2005-07-01  Lute Kamstra  <lute@gnu.org>
19264         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
19265         Catch errors with ignore-errors.  Use temporary buffer.
19266         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
19268         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
19269         background color faces.
19270         (facemenu-set-foreground, facemenu-set-background):
19271         Use facemenu-set-face-from-menu.
19272         (facemenu-set-face-from-menu): Treat face names that start with
19273         "fg:" or "bg:" as special.
19274         (facemenu-add-new-color): Don't create faces.  Simplify.
19276 2005-06-30  Richard M. Stallman  <rms@gnu.org>
19278         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
19279         (crm-find-current-element): Likewise.
19281 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
19283         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
19285 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19287         * arc-mode.el (archive-extract): Make it work as a mouse binding.
19288         (archive-mouse-extract): Make it an obsolete alias.
19289         (archive-mode-map): Don't use archive-mouse-extract any more.
19290         (archive-mode, archive-extract): write-contents-hooks ->
19291         write-contents-functions.
19292         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
19293         first arg.
19294         (archive-rename-entry): Update the call.
19295         (archive-zip-summarize): Remove unused var `method'.
19296         (archive-lzh-summarize): Remove unused var `creator'.
19298         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
19299         dedicated frame upon exit.
19301         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
19302         (archive-zip-extract, archive-zip-expunge)
19303         (archive-zip-update, archive-zip-update-case): Use executable-find.
19304         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
19305         Use restore-buffer-modified-p.
19306         (archive-extract, archive-add-new-member, archive-write-file-member):
19307         Use with-current-buffer.
19308         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
19310 2005-06-30  Andreas Schwab  <schwab@suse.de>
19312         * progmodes/gud.el (gud-filter): Remove unneeded progn.
19314 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19316         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
19318 2005-06-30  Juri Linkov  <juri@jurta.org>
19320         * faces.el (vertical-border): Inherit from mode-line-inactive
19321         only on tty.
19323 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
19325         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19326         example, -NLINES in the `occur' docstring).
19328         * replace.el (occur-1): When no matches are found, do not set the
19329         `buffer-read-only' and modified flags for the occur buffer,
19330         because it is deleted.
19332         * emulation/cua-base.el (cua-check-pending-input)
19333         (cua-repeat-replace-region, cua-mode, cua-debug)
19334         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19335         Fix typos in docstrings.
19337         * emulation/cua-gmrk.el (cua-toggle-global-mark)
19338         (cua-cut-region-to-global-mark)
19339         (cua--cut-rectangle-to-global-mark):
19340         Remove period from end of messages.
19342         * emulation/cua-rect.el (cua-do-rectangle-padding):
19343         Remove period from end of messages.
19344         (cua--rectangle-seq-format): Fix typo in docstring.
19345         (cua-sequence-rectangle, cua-fill-char-rectangle):
19346         Improve argument/docstring consistency.
19348 2005-06-29  Juri Linkov  <juri@jurta.org>
19350         * faces.el (default-frame-background-mode): New internal variable.
19351         (frame-set-background-mode): Use it.
19353         * startup.el (normal-top-level): Set default-frame-background-mode
19354         instead of frame-background-mode.  Before setting it, test for its
19355         nil value.  Remove tests for frame-background-mode and frame
19356         parameter `reverse'.  Add test for "unspecified-fg".
19358         * term/xterm.el (xterm-rxvt-set-background-mode):
19359         * term/rxvt.el (rxvt-set-background-mode):
19360         Set default-frame-background-mode instead of frame-background-mode.
19362 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
19364         * simple.el (set-variable): Warn about obsolete user variables.
19366         * imenu.el (imenu--completion-buffer):
19367         * mouse.el (mouse-buffer-menu-alist):
19368         * msb.el (msb-invisible-buffer-p):
19369         * calendar/diary-lib.el (diary-header-line-format):
19370         * emacs-lisp/pp.el (pp-buffer):
19371         * progmodes/cperl-mode.el (cperl-do-auto-fill):
19372         * textmodes/picture.el (picture-replace-match):
19373         Change space constants followed by a sexp to "?\s ".
19375         * play/decipher.el (decipher-loop-with-breaks):
19376         * textmodes/texinfo.el (texinfo-insert-@item): Change space
19377         constants "protected" from end of line by a comment to "?\s".
19379 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19381         * font-lock.el (save-buffer-state): Use `declare'.
19383         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19384         reset the syntax-table to cperl-mode-syntax-table.
19385         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19386         "foo_print_bar" is not matched as a reserved keyword.
19388 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
19390         * textmodes/org.el (orgtbl-setup): New function, for delayed
19391         setup for the orgtbl commands.
19392         (org-calc-default-modes): New option.
19393         (orgtbl-make-binding): Use `defun' to get better help display.
19394         (org-diary): Call `org-compile-prefix-format'.
19395         (org-table-formula-substitute-names): New function.
19396         (org-agenda-day-view, org-agenda-week-view): New commands.
19397         (org-agenda-toggle-week-view): Command removed.
19398         (org-tbl-menu): Split off from org-org-menu.
19399         (org-mode): Move removal of outline-mode menus to here.
19400         (org-table-formula-debug): New option.
19401         (org-table-insert-row): Keep first field if just "#" or "*".
19402         (org-mode): Paragraph regexps fixed.
19403         (org-table-recalculate-regexp): New constant.
19404         (org-table-justify-field-maybe): Avoid replace if not necessary.
19405         (org-copy-special, org-cut-special): Use `call-interactively'.
19406         (org-table-copy-region): Take region from `interactive' call.
19407         (org-trim): Return string even if no match.
19408         (org-formula): New face.
19409         (org-set-font-lock-defaults): No longer highlight "FIXME".
19410         But highlight formula-related fields in table.
19411         (org-table-p): Use regexp, not fontification.
19412         (org-table-align): Handle white space at end of line.
19413         (org-table-formula-evaluate-inline): New option.
19414         (org-mode): Auto-wrapping in comment lines turned off.
19415         (org-table-copy-down): Evaluate only in copied field, not in
19416         destination.
19417         (org-table-current-formula): Variable removed.
19418         (org-table-store-formulas, org-table-get-stored-formulas)
19419         (org-table-modify-formulas, org-table-replace-in-formulas)
19420         (org-table-maybe-eval-formula): New functions.
19421         (org-table-get-formula): Modify to use stored formulas.
19422         (org-table-insert-column, org-table-delete-column)
19423         (org-table-move-column): Call `org-table-modify-formulas'.
19424         (org-complete): Add completion for keyword formulas.
19425         (orgtbl-mode): Pull orgtbl-mode-map to start of
19426         minor-mode-map-alist.
19428 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19430         * progmodes/python.el (python-check): Require `compile' before
19431         modifying its variables.
19433         * newcomment.el (comment-indent-default): Don't get fooled by an early
19434         end of buffer.
19436 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19438         * ps-print.el (ps-print-version): Fix version number.
19440 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
19442         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19444 2005-06-28  Richard M. Stallman  <rms@gnu.org>
19446         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19447         (flyspell-local-mouse-map): Declaration deleted.
19448         (flyspell-mouse-map): Bind only mouse-2.
19449         (flyspell-mode-map): Don't test flyspell-use-local-map.
19450         (flyspell-overlay-keymap-property-name): Var deleted.
19451         (flyspell-mode-on): Don't make local bindings for
19452         flyspell-mouse-map and flyspell-mode-map.
19453         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19455         * textmodes/ispell.el (ispell-word): Do not ignore short words.
19457         * progmodes/compile.el (compilation-next-error-function):
19458         Don't switch buffers; operate on the current buffer.
19460         * progmodes/compile.el (compilation-error-file-name)
19461         (compilation-warning-file-name, compilation-info-file-name)
19462         (compilation-line-number, compilation-column-number): New faces.
19463         (compilation-error-face, compilation-warning-face)
19464         (compilation-info-face, compilation-line-face)
19465         (compilation-column-face): Use them.
19467         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19469         * comint.el (comint-password-prompt-regexp): Accept ", try again".
19471         * bindings.el (global-map): Bind insertchar and its variants.
19473 2005-06-27  Richard M. Stallman  <rms@gnu.org>
19475         * textmodes/artist.el (artist-text-overwrite)
19476         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19478 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19480         * ps-print.el: It was not working the page selection for printing.
19481         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19482         (ps-print-version): New version 6.6.7.
19483         (ps-end-sheet): New fun.
19484         (ps-header-sheet, ps-end-job): Call it.
19486 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
19488         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19490 2005-06-27  Lute Kamstra  <lute@gnu.org>
19492         * facemenu.el (facemenu-unlisted-faces): Add foreground and
19493         background color faces.
19494         (facemenu-get-face): Delete function.
19495         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19496         (facemenu-add-new-color): Make second argument mandatory.
19497         Create the appropriate face and return it.  Simplify.
19498         (facemenu-set-foreground, facemenu-set-background): Don't check if
19499         color is defined.  Use return value of facemenu-add-new-color.
19501 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
19503         * progmodes/gud.el (gud-filter): Add missing argument to
19504         with-selected-window.
19506 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19508         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19509         a :require to the defcustom.
19511         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19512         defcustoms corresponding to minor modes.
19514 2005-06-26  David Ponce  <david@dponce.com>
19516         * recentf.el: Require tree-widget instead of wid-edit.
19517         (recentf-filename-handler): Fix widget :type.
19518         (recentf-cancel-dialog, recentf-open-more-files)
19519         (recentf-open-files-action): Doc fix.
19520         (recentf-dialog-goto-first): New function.
19521         (recentf-dialog-mode-map): Set parent keymap first.
19522         (recentf-dialog-mode): Define with define-derived-mode.
19523         Don't display continuation lines in dialogs.
19524         (recentf-edit-list): Rename from recentf-edit-selected-items.
19525         (recentf-edit-list-select): Rename from recentf-edit-list-action.
19526         Simplify.
19527         (recentf-edit-list-validate): New function.
19528         (recentf-edit-list): Update accordingly.
19529         (recentf-open-files-item-shift): Remove.
19530         (recentf-open-files-item): Convert menu elements into tree and
19531         link widgets.  Don't create the widgets.
19532         (recentf-open-files): Update accordingly.
19533         (recentf-save-list): Untabify.
19535 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
19537         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19538         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
19539         partially contained in the active region.  Do not take active
19540         region into account when called from Lisp, unless INTERACTIVE arg
19541         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
19542         avoid trouble with fields.  Make marker point nowhere when no
19543         longer used.  Always return nil.  Doc fix.
19544         (flush-lines): Add INTERACTIVE arg.  Do not take active region
19545         into account when called from Lisp, unless INTERACTIVE arg is
19546         non-nil.  Use `forward-line' instead of `beginning-of-line' to
19547         avoid trouble with fields.  Make marker point nowhere when no
19548         longer used.  Always return nil.  Doc fix.
19549         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
19550         interchangeable.  Do not take active region into account when
19551         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
19552         message in echo area when called from Lisp, unless INTERACTIVE arg
19553         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
19554         Return the number of matches.  Doc fix.
19555         (occur): Doc fix.
19556         (perform-replace): Make comment follow double space convention for
19557         the sake of `outline-minor-mode'.
19559         * faces.el (facep): Doc fix.
19561 2005-06-25  Richard M. Stallman  <rms@gnu.org>
19563         * facemenu.el (facemenu-enable-faces-p): New function.
19564         (facemenu-background-menu, facemenu-foreground-menu)
19565         (facemenu-face-menu): Add menu-enable property.
19567         * jka-compr.el (jka-compr-insert-file-contents):
19568         Special handling if cannot find the uncompression program.
19570         * cus-face.el (custom-face-attributes): Add autoload.
19572         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19573         Bind comment-indent-function locally.
19575         * window.el (save-selected-window): Use save-current-buffer.
19577         * subr.el (with-selected-window): Use save-current-buffer.
19579         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19580         and with-current-buffer.
19582 2005-06-24  Richard M. Stallman  <rms@gnu.org>
19584         * simple.el (line-move-1): Fix previous change.
19586 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19588         * replace.el (occur-1): Set `buffer-read-only' and the
19589         buffer-modified flag before running `occur-hook' to protect
19590         against unintentional buffer switches that can lead to data loss.
19592 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
19594         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19595         (gud-gdb-marker-filter): Use font-lock-warning-face for any
19596         initial error.
19598         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19599         after fresh input.
19600         (gdb-var-create-handler): Put name of expression in quotes.
19602 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
19604         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19605         elements of RING in order, and without bogus nil elements.
19607 2005-06-23  Richard M. Stallman  <rms@gnu.org>
19609         * simple.el (set-variable): Args renamed; doc fix.
19610         (line-move-1): When there are overlays around, use vertical-motion.
19612         * faces.el (escape-glyph): Use brown against light background.
19613         (nobreak-space): Rename from no-break-space.
19614         Fix previous change.
19616         * dired-aux.el (dired-do-copy): Fix arg prompt.
19618         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19620 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19622         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19623         rather than "Distributor".
19625 2005-06-23  Lute Kamstra  <lute@gnu.org>
19627         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19628         (debug-on-entry): Use it.  New interactive declaration that uses
19629         function-called-at-point.
19631 2005-06-23  Kim F. Storm  <storm@cua.dk>
19633         * subr.el (save-match-data): Add comment about using evaporate arg
19634         to set-match-data.
19636 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
19638         * cus-edit.el (customize-face)
19639         (customize-face-other-window): Handle face aliases.
19641         * faces.el (face-documentation, set-face-attribute)
19642         (face-spec-set): Handle face aliases.
19644 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
19646         * help-mode.el (help-make-xrefs): If a symbol representing a face
19647         name is not followed by the word "face", it could still be a
19648         function or variable name, so don't bypass other checks.
19650 2005-06-22  Juri Linkov  <juri@jurta.org>
19652         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19653         Replace aliased functions with calls where second arg `inherit' is t.
19655 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
19657         * progmodes/gdb-ui.el (gdb-error): New variable.
19658         (gdb-error): New function.
19659         (gdb-annotation-rules): Act on error-begin and error annotations.
19660         (gdb-concat-output): Use font-lock-warning-face for errors.
19662 2005-06-22  Miles Bader  <miles@gnu.org>
19664         * bindings.el (propertized-buffer-identification): Use renamed
19665         `Buffer-menu-buffer' face.
19667         * faces.el (vertical-border): Rename from `vertical-divider'.
19668         (escape-glyph): Change dark-background color back to `cyan'.
19670 2005-06-21  Juri Linkov  <juri@jurta.org>
19672         * faces.el (face-user-default-spec): Try getting `customized-face'
19673         prior to `saved-face'.
19674         (frame-background-mode): Refill docstring.
19676         * emacs-lisp/lisp-mode.el (eval-defun-1):
19677         * emacs-lisp/edebug.el (edebug-eval-defun):
19678         Set `saved-face' temporarily to nil before calling form.
19679         Set `customized-face' to the new spec after that.
19681 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19683         * subr.el (1value, lambda, key-substitution-in-progress):
19684         Doc fixes.
19686         * autoinsert.el (auto-insert-alist):
19687         * ses.el (ses-call-printer):
19688         * subr.el (noreturn):
19689         * emacs-lisp/lisp.el (check-parens):
19690         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19691         * net/browse-url.el (browse-url-mosaic):
19692         * progmodes/cc-defs.el (c-safe-scan-lists):
19693         * progmodes/ebnf-abn.el (ebnf-abn-lex):
19694         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19695         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19696         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19697         * progmodes/ebnf-iso.el (ebnf-iso-lex):
19698         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19700 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19702         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19704 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
19706         * calendar/appt.el (appt-make-list): Activate the package, if
19707         not already active (for backwards compatibility).
19709 2005-06-20  Kim F. Storm  <storm@cua.dk>
19711         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
19713 2005-06-20  Miles Bader  <miles@gnu.org>
19715         * faces.el (vertical-divider): New face.
19717 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
19719         * simple.el (kill-whole-line): Doc fix.
19720         (next-error-buffer-p, next-error-find-buffer)
19721         (clone-indirect-buffer): Fix typos in docstrings.
19722         (comment-line-break-function): Doc fix: don't say variable
19723         is automatically buffer-local (it isn't).
19725 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
19727         * net/tramp-ftp.el (top):
19728         * net/tramp-smb.el (top):
19729         * net/tramp-util.el (top):
19730         * net/tramp-uu.el (top):
19731         * net/tramp-vc.el (top):
19732         * net/tramp.el (top): Revert copyright years back to original
19733         ones.  Tramp has a life outside GNU Emacs.
19735 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
19737         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19739 2005-06-18  Juri Linkov  <juri@jurta.org>
19741         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19742         end of first regexp to limit the match to the position between
19743         line number and source line with same separator character as used
19744         between file name and line number.  In the second regexp limit
19745         mouse-face area to file name and line number by adding new group
19746         for them and referring it in HYPERLINK arg.
19747         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19748         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19749         previous line where grep markers may be already removed.
19751 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
19753         * progmodes/ps-mode.el: Update version and maintainer's email address.
19755 2005-06-18  Steve Youngs  <steve@xemacs.org>
19757         * net/browse-url.el (browse-url-browser-function)
19758         (browse-url-default-browser): Add firefox.
19759         (browse-url-firefox-program, browse-url-firefox-arguments)
19760         (browse-url-firefox-startup-arguments)
19761         (browse-url-firefox-new-window-is-tab): New defcustoms.
19762         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19764 2005-06-17  Richard M. Stallman  <rms@gnu.org>
19766         * startup.el (command-line): Warn if specified user name has
19767         no home directory.
19769         * term.el (term-get-old-input, term-input-filter, term-input-sender)
19770         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19772         * longlines.el (longlines-mode, longlines-show-hard-newlines):
19773         Doc fixes.
19775         * faces.el (underline): Try bold if terminal doesn't support underline.
19777         * mail/sendmail.el (mail-setup-with-from): New variable.
19778         (mail-insert-from-field): New function.
19779         (sendmail-send-it): Call it.
19780         (mail-setup): Optionally call it here.
19782         * term/linux.el: Call tty-no-underline.
19784 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
19786         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19788 2005-06-17  Miles Bader  <miles@gnu.org>
19790         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19791         (ediff-current-diff-C, ediff-current-diff-Ancestor)
19792         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19793         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19794         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19795         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19796         Remove "-face" suffix from face names.
19797         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19798         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19799         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19800         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19801         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19802         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19803         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19804         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19805         New backward-compatibility aliases for renamed faces.
19806         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19807         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19808         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19809         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19810         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19811         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19812         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19813         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19814         Use renamed ediff faces.
19816         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19817         Remove "-face" suffix from face names.
19818         (eshell-test-ok-face, eshell-test-failed-face):
19819         New backward-compatibility aliases for renamed faces.
19820         (eshell-run-test): Use renamed eshell-test faces.
19822         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19823         face name.
19824         (eshell-prompt-face): New backward-compatibility alias for renamed
19825         face.
19826         (eshell-emit-prompt): Use renamed eshell-prompt face.
19828         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19829         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19830         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19831         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19832         Remove "-face" suffix from face names.
19833         (eshell-ls-directory-face, eshell-ls-symlink-face)
19834         (eshell-ls-executable-face, eshell-ls-readonly-face)
19835         (eshell-ls-unreadable-face, eshell-ls-special-face)
19836         (eshell-ls-missing-face, eshell-ls-archive-face)
19837         (eshell-ls-backup-face, eshell-ls-product-face)
19838         (eshell-ls-clutter-face):
19839         New backward-compatibility aliases for renamed faces.
19840         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19842         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19843         Remove "-face" suffix from face name.
19844         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19845         instead of literal face.
19847 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
19849         * emacs-lisp/warnings.el (display-warning, lwarn)
19850         (warning-minimum-log-level): Doc fixes.
19851         (warning-minimum-level, warning-minimum-log-level):
19852         Add :debug to :type choices.
19854         * progmodes/ada-mode.el (ada-format-paramlist)
19855         (ada-get-indent-case, ada-check-matching-start)
19856         (ada-check-defun-name, ada-goto-matching-decl-start)
19857         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19858         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19859         (ada-make-subprogram-body): Follow error conventions.
19860         (ada-case-exception-file, ada-indent-comment-as-code)
19861         (ada-indent-handle-comment-special, ada-indent-renames)
19862         (ada-indent-return, ada-search-directories-internal)
19863         (ada-tab-policy, ada-case-exception-substring)
19864         (ada-other-file-alist, ada-matching-start-re)
19865         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19866         (ada-imenu-generic-expression, ada-compile-goto-error)
19867         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19868         (ada-popup-menu, ada-add-extensions, ada-mode)
19869         (ada-region-selected, ada-create-case-exception)
19870         (ada-create-case-exception-substring, ada-after-keyword-p)
19871         (ada-activate-keys-for-case, ada-adjust-case-region)
19872         (ada-adjust-case-buffer, ada-format-paramlist)
19873         (ada-scan-paramlist, ada-insert-paramlist)
19874         (ada-indent-newline-indent)
19875         (ada-indent-newline-indent-conditional)
19876         (ada-justified-indent-current, ada-goto-previous-word)
19877         (ada-indent-current, ada-get-indent-open-paren)
19878         (ada-get-indent-paramlist, ada-get-indent-end)
19879         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19880         (ada-get-indent-block-start, ada-get-indent-subprog)
19881         (ada-get-indent-noindent, ada-get-indent-label)
19882         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19883         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19884         (ada-goto-stmt-end, ada-goto-next-word)
19885         (ada-check-matching-start, ada-check-defun-name)
19886         (ada-goto-matching-decl-start, ada-goto-matching-start)
19887         (ada-goto-matching-end, ada-search-ignore-string-comment)
19888         (ada-in-decl-p, ada-looking-at-semi-or)
19889         (ada-looking-at-semi-private, ada-in-paramlist-p)
19890         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19891         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19892         (ada-next-procedure, ada-previous-procedure, ada-next-package)
19893         (ada-previous-package, ada-create-menu)
19894         (ada-fill-comment-paragraph-justify)
19895         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19896         (ada-other-file-name, ada-last-which-function-line)
19897         (ada-last-which-function-subprog, ada-which-function)
19898         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19899         (ada-gen-treat-proc, ada-check-emacs-version)
19900         (ada-continuation-indent, ada-align-region-separate):
19901         Fix typos in docstrings.
19902         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19904 2005-06-16  Lute Kamstra  <lute@gnu.org>
19906         * simple.el (fundamental-mode): Run after-change-major-mode-hook
19907         conditionally.
19909 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19911         * comint.el (comint-replace-by-expanded-filename)
19912         (comint-prompt-regexp, comint-delimiter-argument-list)
19913         (comint-preinput-scroll-to-bottom):
19914         * info.el (Info-hide-cookies-node):
19915         * ls-lisp.el (ls-lisp-classify):
19916         * find-file.el (ff-search-directories, ff-special-constructs)
19917         (ff-find-other-file):
19918         * font-lock.el (font-lock-keywords):
19919         * shell.el (shell-prompt-pattern)
19920         (shell-dynamic-complete-functions, shell-mode)
19921         (shell-delimiter-argument-list):
19922         * term.el (term-replace-by-expanded-filename)
19923         (term-prompt-regexp, term-delimiter-argument-list):
19924         * woman.el (woman-ignore, woman0-if):
19925         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19926         * emacs-lisp/elint.el (elint-init-env):
19927         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19928         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19929         * language/ethio-util.el (ethio-tilde-escape)
19930         (ethio-use-three-dot-question):
19931         * net/zone-mode.el (zone-mode-load-time-setup):
19932         * progmodes/cc-align.el (c-lineup-argcont):
19933         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19934         * progmodes/cperl-mode.el (cperl-set-style-back):
19935         * progmodes/inf-lisp.el (inferior-lisp-prompt):
19936         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19937         Fix spellings in docstrings.
19939         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19940         * progmodes/modula2.el (m2-for): Fix spellings.
19942         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19944         * simple.el (undo-more): Don't use `format' on `error' arguments.
19945         Improve argument/docstring consistency.
19946         (pending-undo-list): Doc fix.
19948         * smerge-mode.el (smerge-ensure-match):
19949         * emulation/vip.el (vip-ex):
19950         * net/zone-mode.el (zone-mode-update-serial):
19951         * progmodes/idlwave.el (idlwave-complete):
19952         * progmodes/vhdl-mode.el (vhdl-visit-file)
19953         (vhdl-compose-wire-components):
19954         Don't use `format' on `error' arguments.
19956         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19957         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19958         (tooltip-help-tips): Fix typos in docstrings.
19960 2005-06-16  David Ponce  <david@dponce.com>
19962         * tree-widget.el (tree-widget-value-create): Simplify last change.
19964 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
19966         * ido.el (ido-incomplete-regexp): New variable.
19967         (ido-set-matches-1): Handle invalid-regexp error and set
19968         ido-incomplete-regexp.
19969         (ido-incomplete-regexp): New face.
19970         (ido-completions): Use it.
19971         (ido-complete, ido-exit-minibuffer, ido-completions):
19972         Handle incomplete regexps.
19973         (ido-completions): Add check for complete match when entering a regexp.
19975 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19977         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19979 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19981         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19982         by field delimiters.
19984 2005-06-15  David Ponce  <david@dponce.com>
19986         * tree-widget.el: eval-and-compile inlined functions so they will
19987         be available at run-time too.
19988         (tree-widget-super-format-handler)
19989         (tree-widget-format-handler): Remove.
19990         (tree-widget-value-create): Handle the :indent property.
19992 2005-06-15  Miles Bader  <miles@gnu.org>
19994         * progmodes/which-func.el (which-func): Only inherit
19995         `font-lock-function-name-face' when that makes sense against the
19996         default mode-line face, otherwise set the face color explicitly.
19998         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19999         faces instead of (non-existent) variables.
20001 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20003         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
20004         (iswitchb-get-matched-buffers): Likewise.  Simplify.
20006 2005-06-14  Miles Bader  <miles@gnu.org>
20008         * progmodes/ld-script.el (ld-script-location-counter):
20009         Remove "-face" suffix from face name.
20010         (ld-script-location-counter-face):
20011         New backward-compatibility alias for renamed face.
20012         (ld-script-location-counter-face): Use renamed face.
20014         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
20015         (cperl-hash): Remove "-face" suffix from face names.
20016         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
20017         New backward-compatibility aliases for renamed faces.
20018         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
20019         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
20021         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
20022         name.
20023         (which-func-face): New backward-compatibility alias for renamed face.
20024         (which-func-format): Use renamed which-func face.
20026         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
20027         (vhdl-function, vhdl-directive, vhdl-reserved-word)
20028         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
20029         names.
20030         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
20031         (vhdl-speedbar-configuration, vhdl-speedbar-package)
20032         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
20033         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
20034         (vhdl-speedbar-architecture-selected)
20035         (vhdl-speedbar-configuration-selected)
20036         (vhdl-speedbar-package-selected)
20037         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
20038         names.
20039         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
20040         Use renamed faces.
20041         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
20042         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
20043         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
20044         Use renamed faces.
20045         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
20046         names.
20047         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
20048         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
20049         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
20050         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
20051         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
20052         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
20054         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
20055         face name.
20056         (sh-heredoc-face): New backward-compatibility alias for renamed face.
20057         (sh-heredoc-face): Use renamed sh-heredoc face.
20059         * progmodes/idlw-help.el (idlwave-help-link):
20060         Remove "-face" suffix from face name.
20061         (idlwave-help-link-face):
20062         New backward-compatibility alias for renamed face.
20063         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
20065         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
20066         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
20067         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
20068         New backward-compatibility aliases for renamed faces.
20069         (idlwave-shell-disabled-breakpoint-face)
20070         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
20072         * progmodes/flymake.el (flymake-errline, flymake-warnline):
20073         Remove "-face" suffix from face names.
20074         (flymake-errline-face, flymake-warnline-face):
20075         New backward-compatibility aliases for renamed faces.
20076         (flymake-highlight-line): Use renamed flymake faces.
20078         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
20079         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
20080         (ebrowse-member-class, ebrowse-progress):
20081         Remove "-face" suffix from face names.
20082         (ebrowse-tree-mark-face, ebrowse-root-class-face)
20083         (ebrowse-file-name-face, ebrowse-default-face)
20084         (ebrowse-member-attribute-face, ebrowse-member-class-face)
20085         (ebrowse-progress-face):
20086         New backward-compatibility aliases for renamed faces.
20087         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
20088         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
20089         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
20090         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
20092         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
20093         antlr-syntax)
20094         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
20095         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20096         names.
20097         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
20098         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
20099         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
20100         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
20101         backward-compatibility aliases for renamed faces.
20102         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
20103         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
20104         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
20105         remove "font-lock-".  Use renamed antlr-mode faces.
20106         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
20107         literal face-names with face variable references.
20109         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
20110         face name.
20111         (Buffer-menu-buffer-face): New backward-compatibility alias for
20112         renamed face.
20113         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
20115 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
20117         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
20118         Eliminate "-face" suffix.
20119         (makefile-targets): Inherit from font-lock-function-name-face and
20120         eliminate "-face" suffix.
20121         (makefile-shell): Remove attributes and eliminate "-face" suffix.
20122         (makefile-*-font-lock-keywords): Append makefile-targets in rule
20123         actions, instead of prepending, to make it less visible.
20124         (makefile-previous-dependency, makefile-match-dependency):
20125         Don't match a target on a continuation line.
20127         * files.el (auto-mode-alist): Put Makefile in gmake mode.
20129 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
20131         * progmodes/gdb-ui.el (menu): Re-order menu items.
20132         (gdb-tooltip-print): Respect tooltip-use-echo-area.
20134         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
20135         Define in tooltip.el.
20136         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
20137         (gud-tooltip-tips): Respect tooltip-use-echo-area and
20138         gud-tooltip-echo-area.
20140         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
20141         backward compatibility and make obsolete.
20142         (tooltip-help-tips): Use tooltip-use-echo-area.
20143         (tooltip-show-help-function): Rename to...
20144         (tooltip-show-help): ...this, because it is a function.
20145         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
20147 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
20149         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
20150         (edebug-print-length, edebug-print-level, edebug-print-circle)
20151         (edebug-modify-breakpoint, edebug-eval-last-sexp)
20152         (edebug-eval-print-last-sexp): Doc fixes.
20154 2005-06-14  Kim F. Storm  <storm@cua.dk>
20156         * ido.el (ido-mode): Make a new keymap every time we enable ido,
20157         as the coverage buffer/file/both may change.
20159 2005-06-14  Lute Kamstra  <lute@gnu.org>
20161         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
20162         and run-mode-hooks.  Simplify.
20164         * mail/rmailedit.el (rmail-edit-mode):
20165         * progmodes/octave-inf.el (inferior-octave-mode):
20166         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
20168         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
20169         and run-mode-hooks.
20170         (recentf-edit-list, recentf-open-files): Don't call
20171         kill-all-local-variables directly.
20173         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
20175 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20177         * emacs-lisp/byte-run.el (make-obsolete)
20178         (define-obsolete-function-alias): Rename arguments FUNCTION and
20179         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
20180         (make-obsolete-variable, define-obsolete-variable-alias):
20181         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
20182         respectively.
20184         * isearchb.el (isearchb-activate):
20185         * pcvs.el (cvs-mode):
20186         * ses.el (ses-load):
20187         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
20188         * net/tramp.el (tramp-find-file-exists-command)
20189         (tramp-find-shell):
20190         * progmodes/ada-mode.el (ada-create-case-exception)
20191         (ada-create-case-exception-substring, ada-make-subprogram-body):
20192         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20193         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
20194         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
20195         * textmodes/org.el (org-promote, org-evaluate-time-range)
20196         (org-agenda-next-date-line, org-agenda-previous-date-line)
20197         (org-agenda-error, org-open-at-point, org-table-move-row)
20198         (org-format-table-table-html-using-table-generate-source)
20199         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
20200         * textmodes/reftex.el (reftex-access-scan-info):
20201         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
20202         (reftex-toc-promote-prepare): Follow error conventions.
20204         * diff-mode.el (diff-mode): Fix typo in docstring.
20206         * forms.el (forms--intuit-from-file): Fix reference to
20207         `forms-number-of-fields' in error message.
20208         (forms-print): Fix quoting in error message.
20210         * forms.el (forms-mode):
20211         * emulation/vi.el (vi-goto-insert-state):
20212         * progmodes/flymake.el (flymake-new-err-info)
20213         (flymake-start-syntax-check-for-current-buffer)
20214         (flymake-simple-cleanup):
20215         * eshell/esh-var.el (eshell/export):
20216         * progmodes/gud.el (xdb):
20217         * textmodes/flyspell.el (flyspell-incorrect-hook)
20218         (flyspell-maybe-correct-transposition)
20219         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
20221 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
20223         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
20224         minibuffer prompt.
20226 2005-06-13  Kim F. Storm  <storm@cua.dk>
20228         * subr.el (add-to-ordered-list): New defun.
20230         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
20231         add cua--keymap-alist to emulation-mode-map-alists.
20233 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20235         * subr.el (complete-in-turn): New macro.
20236         (dynamic-completion-table, lazy-completion-table): Add debug info.
20238         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
20239         in preference to face aliases.
20241         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
20242         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
20243         Remove unused vars `start' and `firstline'.
20244         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
20245         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
20247 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
20249         * cus-start.el (all): Don't complain about missing GTK-related
20250         variables, unless either `gtk' is boundp or this isn't a
20251         `windows-nt' build.
20253 2005-06-13  Lute Kamstra  <lute@gnu.org>
20255         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
20256         run-mode-hooks.
20258         * ediff-mult.el (ediff-meta-mode):
20259         * ediff-util.el (ediff-mode): Use run-mode-hooks.
20261         * ledit.el (ledit-mode): Use delay-mode-hooks.
20263         * woman.el (woman-mode-line-format): Delete constant.
20264         (woman-mode-map): Initialize it properly.
20265         (woman-mode): Set mode-class property to special.
20266         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
20267         Set major-mode and mode-name.  Don't set mode-line-format directly.
20268         (Man-getpage-in-background): Don't reference woman-mode-line-format.
20270         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
20271         string argument obsolete.
20273 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
20275         * textmodes/org.el (org-CUA-compatible): New option.
20276         (org-disputed-keys): New variable.
20277         (org-key): New function.
20278         (orgtbl-make-binding): Add docstring to the created function.
20279         (org-mode): Set paragraph start/separate regexps.
20280         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
20281         (org-archive-location, org-archive-mark-done)
20282         (org-archive-stamp-time): New options.
20283         (org-archive-subtree): New command.
20284         (org-fill-paragraph): New function.
20285         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
20286         (org-fake-empty-table-line): Function removed.
20287         (org-format-org-table-html): Do not create empty table lines at
20288         separator lines.  Improved table header treatment.
20289         (org-link-format): New option.
20290         (org-make-link): New function.
20291         (org-insert-link, org-store-link): Use org-make-link.
20292         (org-open-file): Quote file name for shell command, to allow
20293         spaces in file names.
20294         (org-link-regexp): Fix bug with mailto link.
20295         (org-link-maybe-angles-regexp, org-protected-link-regexp):
20296         New constants.
20297         (org-export-as-html): Deal with the optional angles around a link.
20298         Better treatment of file: links.
20299         (org-open-at-point): Replace @{ and @} with < and >.
20300         (org-run-mode-hooks): Function removed.
20301         (org-agenda-mode): No longer use `org-run-mode-hooks'.
20303 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
20305         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
20306         MI command -data-list-register-values.
20307         (gdb-post-prompt): Indent properly.
20309 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
20311         * hilit-chg.el (highlight-changes-colors): Rename from
20312         `highlight-changes-colours'.
20313         (highlight-changes-colours): Keep as obsolete alias.
20314         (highlight-changes-face-list): Doc fix.
20315         (hilit-chg-make-list): Use `highlight-changes-colors'.
20317 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
20319         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20320         defun-prompt-regexp.
20322 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
20324         * loadup.el: Don't say we are dumping under 2 names on windows-nt
20325         and cygwin.
20327         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20328         Don't use an old loaddefs.el, as in Makefile.in.
20330 2005-06-12  Lute Kamstra  <lute@gnu.org>
20332         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20334         * man.el (Man-mode-map): Initialize it properly.
20335         (Man-mode): Set mode-class property to special.
20337         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20339 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
20341         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20342         A newline is needed in the docstring there.
20344         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20345         Doc fixes.
20347 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20349         * printing.el: Doc fix.  The menubar is no more changed when printing
20350         is loaded, it only changes when pr-menu-bind or pr-update-menus is
20351         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
20352         (pr-version): New version number (6.8.4).
20353         (pr-menu-bind): New command.
20354         (pr-update-menus): Docstring and code fix.
20355         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20356         Docstring fix.
20357         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20358         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20360 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
20362         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20363         "Returns" to "return", document useful return values, etc.
20365 2005-06-11  Alan Mackenzie  <acm@muc.de>
20367         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20368         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20369         (adaptive-file-function): Minor amendment to doc-string.
20371 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20373         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20374         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20375         Fix :type--it is `integer', not `string'.
20377         * faces.el (modeline-highlight): Rename from (the erroneous)
20378         `modeline-higilight'.
20380 2005-06-11  Lute Kamstra  <lute@gnu.org>
20382         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20383         lisp-interaction-mode-map but make it the parent.
20384         (edebug-eval-mode): Use define-derived-mode.
20386 2005-06-11  Andreas Schwab  <schwab@suse.de>
20388         * bindings.el: Add binding of `ESC functionkey' for every
20389         `M-functionkey'.
20390         * hexl.el (hexl-mode-map): Likewise.
20392 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
20394         * progmodes/compile.el (compilation-error-regexp-alist-alist)
20395         [msft]: update regexp for newer msft compilers.
20397 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
20399         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20400         ATTLIST portions of included DTDs.
20401         (xml-parse-dtd): Eliminate use of inefficient match-data.
20403 2005-06-10  Miles Bader  <miles@gnu.org>
20405         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20406         (mpuz-text): Remove "-face" suffix from face names.
20407         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20408         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20409         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20411         * play/gomoku.el (gomoku-O, gomoku-X):
20412         Remove "-face" suffix from face names.
20413         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20414         New backward-compatibility aliases for renamed faces.
20415         (gomoku-font-lock-keywords): Use renamed gomoku faces.
20417 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
20419         * thumbs.el: Fixes for changes of 2005-06-09.
20420         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20421         as a directory.
20422         (thumbs-thumbname): Remove directory separator from format string;
20423         `thumbs-thumbsdir' now returns a valid directory name.
20424         (thumbs-temp-dir): New defsubst.
20425         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20426         Use it.
20428         * cus-edit.el (minibuffer):
20429         * files.el (make-backup-file-name-function):
20430         * filesets.el (filesets-external-viewers):
20431         * hilit-chg.el (highlight-changes-colours)
20432         (highlight-changes-face-list, highlight-changes-rotate-faces):
20433         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20434         * kmacro.el (kmacro-call-macro):
20435         * log-edit.el (log-edit-changelog-full-paragraphs):
20436         * mouse.el (mouse-1-click-follows-link):
20437         * skeleton.el (skeleton-autowrap):
20438         * subr.el (insert-for-yank-1):
20439         * tempo.el (tempo-insert-region):
20440         * terminal.el (terminal-emulator):
20441         * time.el (display-time-mail-face):
20442         * vc.el (vc-annotate):
20443         * vcursor.el (vcursor-copy-line):
20444         * woman.el (woman-bold-headings, woman-ignore)
20445         (woman-default-faces, woman-monochrome-faces):
20446         * calendar/todo-mode.el (todo-insert-threshold):
20447         * emulation/pc-select.el (pc-select-selection-keys-only)
20448         (pc-selection-mode):
20449         * emulation/vip.el (vip-find-char-forward):
20450         * emulation/viper-cmd.el (viper-find-char-forward):
20451         * international/mule-cmds.el
20452         (select-safe-coding-system-accept-default-p)
20453         (input-method-exit-on-invalid-key):
20454         * international/mule-diag.el (describe-coding-system):
20455         * international/ucs-tables.el (unify-8859-on-encoding-mode):
20456         * net/browse-url.el (browse-url-xterm-program):
20457         * obsolete/lazy-lock.el (lazy-lock-mode):
20458         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20459         (cperl-mode):
20460         * progmodes/cpp.el (cpp-face-light-name-list)
20461         (cpp-face-dark-name-list):
20462         * progmodes/delphi.el (delphi-newline-always-indents):
20463         Fix spellings in docstrings.
20465         * ido.el (ido-mode, ido-file-extensions-order)
20466         (ido-default-file-method, ido-default-buffer-method)
20467         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20468         (ido-decorations, ido-read-file-name-as-directory-commands)
20469         (ido-read-file-name-non-ido, ido-work-directory-list)
20470         (ido-ignore-item-temp-list, ido-current-directory)
20471         (ido-magic-forward-char, ido-enter-find-file)
20472         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20473         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20475 2005-06-10  Lute Kamstra  <lute@gnu.org>
20477         * play/dunnet.el (dun-mode): Use define-derived-mode.
20478         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
20479         obsolete alias.
20481         * play/doctor.el (doctor-mode-map): Remove defvar.
20482         (doctor-mode): Use define-derived-mode.
20484         * mail/mspools.el (mspools-mode):
20485         * net/eudc-hotlist.el (eudc-hotlist-mode):
20486         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20488 2005-06-10  Miles Bader  <miles@gnu.org>
20490         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20491         Remove "-face" suffix from face names.
20492         (flyspell-incorrect-face, flyspell-duplicate-face):
20493         New backward-compatibility aliases for renamed faces.
20494         (flyspell-mode-on, make-flyspell-overlay)
20495         (flyspell-highlight-incorrect-region)
20496         (flyspell-highlight-duplicate-region)
20497         (flyspell-display-next-corrections)
20498         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20500         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20501         from face name.
20502         (texinfo-heading-face): New backward-compatibility alias for
20503         renamed face.
20504         (texinfo-heading-face): Use renamed texinfo-heading face.
20506         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20507         suffix from face names.
20508         (tex-math-face, tex-verbatim-face):
20509         New backward-compatibility aliases for renamed faces.
20510         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20511         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20512         literal face name.
20514         * textmodes/table.el (table-cell): Remove "-face" suffix from face
20515         name.
20516         (table-cell-face): New backward-compatibility alias for renamed face.
20517         (table--put-cell-face-property, table--update-cell-face):
20518         Use renamed table-cell face.
20520         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20521         from face name.
20522         (sgml-namespace-face): New backward-compatibility alias for
20523         renamed face.
20524         (sgml-namespace-face): Use renamed sgml-namespace face.
20526         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20527         (org-level-4, org-level-5, org-level-6, org-level-7)
20528         (org-level-8, org-warning, org-headline-done)
20529         (org-deadline-announce, org-scheduled-today)
20530         (org-scheduled-previously, org-link, org-done, org-table)
20531         (org-time-grid): Remove "-face" suffix from face names.
20532         (org-level-1-face, org-level-2-face, org-level-3-face)
20533         (org-level-4-face, org-level-5-face, org-level-6-face)
20534         (org-level-7-face, org-level-8-face, org-warning-face)
20535         (org-headline-done-face, org-deadline-announce-face)
20536         (org-scheduled-today-face, org-scheduled-previously-face)
20537         (org-link-face, org-done-face, org-table-face)
20538         (org-time-grid-face):
20539         New backward-compatibility aliases for renamed faces.
20540         (org-level-faces, org-set-font-lock-defaults, org-timeline)
20541         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20542         (org-agenda-get-timestamps, org-agenda-get-scheduled)
20543         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20545         * emulation/viper-init.el (viper-search, viper-replace-overlay)
20546         (viper-minibuffer-emacs, viper-minibuffer-insert)
20547         (viper-minibuffer-vi): Remove "-face" suffix from face names.
20548         (viper-search-face, viper-replace-overlay-face)
20549         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20550         (viper-minibuffer-vi-face):
20551         New backward-compatibility aliases for renamed faces.
20552         (viper-search-face, viper-replace-overlay-face)
20553         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20554         (viper-minibuffer-vi-face): Use renamed viper faces.
20556         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20557         Remove "-face" suffix from face names.
20558         (testcover-nohits-face, testcover-1value-face):
20559         New backward-compatibility aliases for renamed faces.
20560         (testcover-mark): Use renamed testcover faces.
20562         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20563         face name.
20564         (diary-button-face): New backward-compatibility alias for renamed face.
20565         (diary-entry): Use renamed diary-button face.
20567         * calendar/calendar.el (diary, calendar-today, holiday)
20568         (mark-visible-calendar-date): Remove "-face" suffix from face names.
20569         (diary-face, calendar-today-face, holiday-face):
20570         New backward-compatibility aliases for renamed faces.
20571         (eval-after-load "facemenu", diary-entry-marker)
20572         (calendar-today-marker, calendar-holiday-marker, diary-face):
20573         Use renamed calendar faces.
20575         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20576         (compare-windows-face): New backward-compatibility alias for
20577         renamed face.
20578         (compare-windows-highlight): Use renamed compare-windows face.
20580         * strokes.el (strokes-char): Remove "-face" suffix from face name.
20581         (strokes-char-face): New backward-compatibility alias for renamed face.
20582         (strokes-encode-buffer): Use renamed strokes-char face.
20584         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20585         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20586         Remove "-face" suffix from face names.
20587         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20588         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20589         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20590         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20591         Use renamed pcvs faces.
20592         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20593         * pcvs-defs.el (cvs-mode-map): Likewise.
20594         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20596         * info.el (info-title-1, info-title-2, info-title-3)
20597         (info-title-4): Remove "-face" suffix from and downcase face names.
20598         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20599         (Info-title-4-face):
20600         New backward-compatibility aliases for renamed faces.
20601         (Info-fontify-node): Use renamed info faces.
20603         * hilit-chg.el (highlight-changes, highlight-changes-delete):
20604         Remove "-face" suffix from face names.
20605         (highlight-changes-face, highlight-changes-delete-face):
20606         New backward-compatibility aliases for renamed faces.
20607         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20608         (hilit-chg-make-list): Use renamed highlight-changes faces.
20610         * generic-x.el (show-tabs-tab, show-tabs-space):
20611         Remove "-face" suffix from face names.
20612         (show-tabs-tab-face, show-tabs-space-face):
20613         New backward-compatibility aliases for renamed faces.
20614         (show-tabs-generic-mode-font-lock-defaults-1)
20615         (show-tabs-generic-mode-font-lock-defaults-2):
20616         Use renamed show-tabs faces.
20618         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20619         (smerge-markers): Remove "-face" suffix from face names.
20620         (smerge-mine-face, smerge-other-face, smerge-base-face)
20621         (smerge-markers-face):
20622         New backward-compatibility aliases for renamed faces.
20623         (smerge-mine-face, smerge-other-face, smerge-base-face)
20624         (smerge-markers-face): Use renamed smerge faces.
20626         * log-view.el (log-view-file, log-view-message): Remove "-face"
20627         suffix from face names.
20628         (log-view-file-face, log-view-message-face):
20629         New backward-compatibility aliases for renamed faces.
20630         (log-view-file-face, log-view-message-face): Use renamed log-view
20631         faces.
20633         * paren.el (show-paren-match, show-paren-mismatch):
20634         Remove "-face" suffix from face names.
20635         (show-paren-match-face, show-paren-mismatch-face):
20636         New backward-compatibility aliases for renamed faces.
20637         (show-paren-function): Use renamed show-paren faces.
20639         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20640         (ruler-mode-margins, ruler-mode-fringes)
20641         (ruler-mode-column-number, ruler-mode-fill-column)
20642         (ruler-mode-comment-column, ruler-mode-goal-column)
20643         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20644         suffix from face names.
20645         (ruler-mode-default-face, ruler-mode-pad-face)
20646         (ruler-mode-margins-face, ruler-mode-fringes-face)
20647         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20648         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20649         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20650         New backward-compatibility aliases for renamed faces.
20651         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20652         (ruler-mode-column-number, ruler-mode-fill-column)
20653         (ruler-mode-comment-column, ruler-mode-goal-column)
20654         (ruler-mode-tab-stop, ruler-mode-current-column)
20655         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20656         faces.
20658         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20659         face name.
20660         (whitespace-highlight-the-space): Use renamed face.
20661         (whitespace-highlight-face): New backward-compatibility alias for
20662         renamed face.
20664         * woman.el (woman-italic, woman-bold, woman-unknown)
20665         (woman-addition, woman-symbol-face):
20666         Remove "-face" suffix from face names.
20667         (woman-italic-face, woman-bold-face, woman-unknown-face)
20668         (woman-addition-face):
20669         New backward-compatibility aliases for renamed faces.
20670         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20671         (woman-decode-region, woman-replace-match)
20672         (woman-display-extended-fonts, woman-special-characters)
20673         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20674         Use renamed woman faces.
20676         * longlines.el (longlines-visible-face): Face removed.
20678         * diff-mode.el (diff-header, diff-file-header, diff-index)
20679         (diff-hunk-header, diff-removed, diff-added, diff-changed)
20680         (diff-function, diff-context, diff-nonexistent): Remove "-face"
20681         suffix from face names.
20682         (diff-header-face, diff-file-header-face, diff-index-face)
20683         (diff-hunk-header-face, diff-removed-face, diff-added-face)
20684         (diff-changed-face, diff-function-face, diff-context-face)
20685         (diff-nonexistent-face): New backward-compatibility aliases for
20686         renamed faces.
20687         (diff-header-face, diff-file-header-face)
20688         (diff-index, diff-index-face, diff-hunk-header)
20689         (diff-hunk-header-face, diff-removed, diff-removed-face)
20690         (diff-added, diff-added-face, diff-changed-face, diff-function)
20691         (diff-function-face, diff-context-face, diff-nonexistent)
20692         (diff-nonexistent-face): Use renamed diff-mode faces.
20694         * progmodes/compile.el (compilation-warning-face)
20695         (compilation-info-face): Remove "-face" suffix from face names.
20696         (compilation-warning-face, compilation-info-face):
20697         New backward-compatibility aliases for renamed faces.
20698         (compilation-warning-face, compilation-info-face):
20699         Use renamed compilation faces.
20701         * add-log.el (change-log-date, change-log-name)
20702         (change-log-email, change-log-file, change-log-list)
20703         (change-log-conditionals, change-log-function)
20704         (change-log-acknowledgement): Remove "-face" suffix from face names.
20705         (change-log-date-face, change-log-name-face)
20706         (change-log-email-face, change-log-file-face)
20707         (change-log-list-face, change-log-conditionals-face)
20708         (change-log-function-face, change-log-acknowledgement-face):
20709         New backward-compatibility aliases for renamed faces.
20710         (change-log-font-lock-keywords): Use renamed change-log faces.
20712         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20713         (custom-set, custom-changed, custom-saved, custom-button)
20714         (custom-button-pressed, custom-documentation, custom-state)
20715         (custom-comment, custom-comment-tag, custom-variable-tag)
20716         (custom-variable-button, custom-face-tag, custom-group-tag-1)
20717         (custom-group-tag): Remove "-face" suffix from face names.
20718         (custom-magic-alist, custom-magic-value-create)
20719         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20720         (custom-invalid-face, custom-rogue-face, custom-modified-face)
20721         (custom-set-face, custom-changed-face, custom-saved-face)
20722         (custom-button-face, custom-button-pressed-face)
20723         (custom-documentation-face, custom-state-face)
20724         (custom-comment-face, custom-comment-tag-face)
20725         (custom-variable-tag-face, custom-variable-button-face)
20726         (custom-face-tag-face, custom-group-tag-face-1)
20727         (custom-group-tag-face):
20728         New backward-compatibility aliases for renamed faces.
20730         * wid-edit.el (widget-documentation, widget-button)
20731         (widget-field, widget-single-line-field, widget-inactive)
20732         (widget-button-pressed): "-face" suffix removed from face names.
20733         (widget-documentation-face, widget-button-face)
20734         (widget-field-face, widget-single-line-field-face)
20735         (widget-inactive-face, widget-button-pressed-face):
20736         New backward-compatibility aliases for renamed faces.
20737         (widget-documentation-face, widget-button-face)
20738         (widget-button-pressed-face, widget-specify-field)
20739         (widget-specify-inactive): Use renamed widget faces.
20741 2005-06-10  Kenichi Handa  <handa@m17n.org>
20743         * term/x-win.el (x-clipboard-yank): Remove condition-case
20744         wrapping.
20746 2005-06-11  Kenichi Handa  <handa@m17n.org>
20748         * add-log.el (change-log-font-lock-keywords): Make the regexp for
20749         date lines stricter.
20751 2005-06-10  Zhang Wei  <id.brep@gmail.com>
20753         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20754         of x-get-selection.
20756 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
20758         * comint.el (comint-mode, comint-snapshot-last-prompt):
20759         * frame.el (frame-current-scroll-bars):
20760         * term.el (term-mode, term-check-proc, term-input-sender)
20761         (term-simple-send, term-extract-string, term-word)
20762         (term-match-partial-filename):
20763         * window.el (window-current-scroll-bars):
20764         * emulation/cua-base.el (cua-normal-cursor-color)
20765         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20766         (cua-global-mark-cursor-color):
20767         * mail/undigest.el (rmail-forward-separator-regex):
20768         Fix typos in docstrings.
20770         * comint.el (comint-check-proc, make-comint-in-buffer)
20771         (comint-source-default): Doc fixes.
20773         * term.el (term-send-string): Improve argument/docstring consistency.
20775 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
20777         * comint.el (comint-send-input): Bind `inhibit-read-only' around
20778         call to `delete-region'.
20779         (comint-mode-hook): Do not enable Font Lock by default.
20781 2005-06-09  Lute Kamstra  <lute@gnu.org>
20783         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20784         could be void.
20786 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20788         * emacs-lisp/debug.el (debugger-will-be-back): New var.
20789         (debug): Use it.
20790         (debugger-step-through, debugger-continue, debugger-jump)
20791         (debugger-return-value): Set it when needed.
20792         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20793         Use inhibit-read-only.
20795 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
20797         * window.el (shrink-window-if-larger-than-buffer)
20798         (window-size-fixed): Fix typo in docstring.
20800         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
20801         thumbnails directory on loading.
20802         (thumbs-conversion-program): Use `eq' to check the system type,
20803         not `equal'.
20804         (thumbs-temp-dir): Initialize to `temporary-file-directory',
20805         not "/tmp".  Fix docstring.
20806         (thumbs-thumbsdir): New function to return the thumbnails
20807         directory, creating it if needed.
20808         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20809         (thumbs-temp-file): Delete variable and make it into a function.
20810         (thumbs-resize-image, thumbs-modify-image): Use it.
20811         (thumbs-kill-buffer): Simplify.
20812         (thumbs-gensym): Defalias or duplicate CL `gensym'.
20813         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20814         docstrings.
20816 2005-06-09  Kim F. Storm  <storm@cua.dk>
20818         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20819         set-match-data to free markers in match-data.
20821         * replace.el (replace-match-data): Pass RESEAT arg `t' to
20822         match-data to unchain markers in match-data.
20824 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20826         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20827         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
20828         unnecessary now.
20830 2005-06-08  Richard M. Stallman  <rms@gnu.org>
20832         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20833         give the variable a doc string that doesn't say don't set it directly.
20835         * textmodes/ispell.el (ispell-check-version):
20836         Use match-string-no-properties.
20837         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20838         (ispell-buffer-local-words): Likewise.
20840         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20841         except on terminals with enough colors to really display it.
20842         (makefile-dependency-regex): Delete spurious `bb'.
20844         * faces.el (escape-glyph): Use blue once again in last case.
20845         (no-break-space): Redefine so that it isn't invisible on a tty.
20847 2005-06-08  Kim F. Storm  <storm@cua.dk>
20849         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20850         also when reading directory name.
20852 2005-06-08  Lute Kamstra  <lute@gnu.org>
20854         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20855         (flyspell-mode-line-string): Remove autoload cookie.
20856         (flyspell-mode): Remove defvar.
20858 2005-06-07  Lute Kamstra  <lute@gnu.org>
20860         * textmodes/org.el (org-run-mode-hooks): New function.
20861         (org-agenda-mode): Use it.
20863 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
20865         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20867 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20869         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20871 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
20873         * font-lock.el (font-lock-add-keywords): Doc fix.
20875 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20877         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20878         (tex-compile-default): In the absence of any history, use the order in
20879         tex-compile-alist to choose the preferred command.
20880         (tex-compile-commands): Reorder a bit.
20882         * textmodes/flyspell.el (flyspell-auto-correct-binding)
20883         (flyspell-incorrect-face, flyspell-duplicate-face):
20884         Use (X)Emacs-agnostic code.
20885         (flyspell-mode-map): Don't overwrite at each load.  Remove code
20886         redundant with the subsequent add-minor-mode.  Merge Emacs and
20887         XEmacs code.
20888         (flyspell-word): Minor simplification.
20889         (flyspell-math-tex-command-p): Quieten the byte-compiler.
20890         (flyspell-external-point-words): Remove unused vars `size' and `start'.
20891         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20892         Merge the corresponding Emacs code.
20893         (flyspell-correct-word, flyspell-xemacs-popup):
20894         Use flyspell-do-correct.
20896         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20897         a dedicated window.
20899         * international/latexenc.el (latexenc-find-file-coding-system):
20900         Undo part of last patch, to turn off a compiler warning.
20902 2005-06-06  Juri Linkov  <juri@jurta.org>
20904         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20905         Rename `tmm-inactive-face' to `tmm-inactive'.
20907 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
20909         * iswitchb.el: Rename faces.
20911 2005-06-06  Kim F. Storm  <storm@cua.dk>
20913         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20914         (cua-global-mark): Remove -face suffix from face names.
20916         * emulation/cua-gmrk.el (cua--init-global-mark):
20917         Remove cua-global-mark face setup.
20919 2005-06-06  Richard M. Stallman  <rms@gnu.org>
20921         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20922         just like other allowed characters.
20923         (makefile-match-dependency): Exclude leading and training whitespace
20924         from the range of regexp subexp 1.
20925         (makefile-macroassign-regex): Don't try to match the body,
20926         just the name of the macro being defined.
20928         * info.el (Info-read-node-name-2): New function.
20929         (Info-read-node-name-1): Use that.
20930         Add a completion-base-size-function property.
20932         * simple.el (completion-setup-function): Look for
20933         completion-base-size-function property of minibuffer-completion-table.
20935         * files.el (locate-file-completion): Doc fix.
20937         * printing.el: Don't call pr-update-menus; user must do that.
20939         * emacs-lisp/debug.el (debugger-window): New variable.
20940         (debug): Use debugger-window if it is set and still alive.
20941         Record debugger-window for next entry.
20943         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20945 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
20947         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20948         (hack-one-local-variable, hack-local-variables)
20949         (hack-local-variables-prop-line): Pass that arg.
20951 2005-06-06  Kim F. Storm  <storm@cua.dk>
20953         * ido.el (ido-first-match, ido-only-match, ido-subdir)
20954         (ido-indicator): Remove -face suffix from face names.
20956 2005-06-06  Juri Linkov  <juri@jurta.org>
20958         * font-lock.el (font-lock-regexp-backslash)
20959         (font-lock-regexp-backslash-construct): New faces.
20960         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
20961         after `('.  Add `while-no-input' to control structures.
20963         * faces.el (no-break-space, shadow): New faces.
20964         (escape-glyph): Use less loud colors pink2 and red4.
20966         * diff-mode.el (diff-context-face)
20967         * dired.el (dired-ignored)
20968         * rfn-eshadow.el (file-name-shadow)
20969         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20971         * info.el (Info-title-1-face): Use green instead of yellow because
20972         bold yellow is not readable on light backgrounds.
20974         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20975         before selecting the desired mode to not spend time fontifying
20976         old contents.
20978 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
20980         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20981         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20983         * ps-print.el (ps-default-fg, ps-default-bg):
20984         Fix typos in docstrings.
20986         * isearchb.el (isearchb): Don't pass a spurious second argument to
20987         `iswitchb-completions'.
20989 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
20991         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20992         to preserve point.
20993         (gdb-find-file-hook): Add doc string.
20995         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20996         C dereferenced pointer expression.
20997         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
20999         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
21001         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
21002         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
21003         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
21004         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
21005         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
21006         Make background transparent.
21008 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21010         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
21011         (font-lock-remove-keywords): Doc fix.
21012         (font-lock-mode-major-mode): Compiler defvar.
21013         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
21015         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
21016         (font-lock-mode): Update `font-lock-mode-major-mode'.
21017         (font-lock-set-defaults): Compiler defvar.
21018         (font-lock-default-function): Take `font-lock-mode-major-mode'
21019         into account.
21021         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
21022         keep track of which major mode it enabled the minor mode for.
21023         Use find-file-hook again.  Update docstring.
21025         * simple.el (eval-expression-print-level)
21026         (eval-expression-print-length, eval-expression-debug-on-error):
21027         Doc fixes.
21029 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
21031         * iswitchb.el (iswitchb-single-match-face)
21032         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
21033         (iswitchb-invalid-regexp-face): New faces.
21034         (iswitchb-completions): Use them.
21035         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
21036         now marked as an obsolete alias.
21037         (iswitchb-read-buffer): Remove check for bound font variables.
21038         (iswitchb-invalid-regexp): New free variable.
21039         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
21040         set iswitchb-invalid-regexp.
21041         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
21042         invalid regexps.
21043         (iswitchb-completions): Add check for complete match when entering
21044         a regexp.
21045         (iswitchb-completions): Remove require-match argument.
21046         (iswitchb-exhibit): Fix caller.
21047         (iswitchb-common-match-inserted): New variable.
21048         (iswitchb-complete, iswitchb-completion-help): Use it.
21050 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
21052         * url-http.el (url-http-chunked-encoding-after-change-function):
21053         Use `url-http-debug' instead of `message'.
21055 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
21057         * url-http.el (url-http-parse-headers): Pass redirected URL as a
21058         callback argument.
21060 2005-06-04  Kim F. Storm  <storm@cua.dk>
21062         * simple.el (line-move): Only call sit-for when moving backwards.
21064         * ido.el (ido-make-merged-file-list-1): New defun split from
21065         ido-make-merged-file-list.
21066         (ido-make-merged-file-list): Bind throw-on-input around call to
21067         ido-make-merged-file-list-1.  Return input-pending-p if
21068         interrupted by more input available.
21069         (ido-read-internal): Handle input-pending-p return value from
21070         ido-make-merged-file-list.
21072 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21074         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
21075         compatibility code.
21077         * international/latexenc.el (latexenc-find-file-coding-system):
21078         Don't inherit the EOL part of the coding-system from the
21079         tex-main buffer.  Fit within 80 columns.
21081 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
21083         * tmm.el (tmm-inactive-face): New face.
21084         (tmm-remove-inactive-mouse-face): New function.
21085         (tmm-prompt, tmm-add-one-shortcut)
21086         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
21087         but not selectable.
21089 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
21091         * faces.el (face-equal): Improve argument/docstring consistency.
21093 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
21095         * progmodes/make-mode.el (makefile-targets-face)
21096         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
21097         (makefile-bsdmake-dependency-regex)
21098         (makefile-makepp-rule-action-regex)
21099         (makefile-bsdmake-rule-action-regex): New constants.
21100         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
21102         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21103         Allow (...) within `...' for makepp messages.
21105 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
21107         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
21109         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
21110         "." files are deleted from all file lists before comparison.
21112         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21113         (viper-ESC-key): Made them customizable.
21115         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
21117 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
21119         * autorevert.el (auto-revert-buffers): Use save-match-data.
21121 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21123         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
21124         menu items with a nil command binding.
21126 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
21128         * emacs-lisp/cl-macs.el (defsetf):
21129         Improve argument/docstring consistency.
21131         * faces.el (list-faces-display): Improve the formatting by
21132         computing the maximum length required for any face-name (reworked
21133         patch of 1999-01-11, accidentally deleted on 1999-07-21).
21134         (internal-find-face): Remove redundant info in docstring.
21136 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
21138         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
21139         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
21140         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
21141         (gdb-assembler-custom): Improve regexps.
21142         (def-gdb-auto-update-handler): Use window point to preserve point.
21144 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21146         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
21148 2005-05-31  Jay Belanger  <belanger@truman.edu>
21150         * calc/calc-embed.el (calc-embedded-word): Change argument passed
21151         to calc-embedded.
21152         (calc-embedded-make-info): Have plain prefix argument select
21153         entire line.
21155 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
21157         * faces.el (list-faces-display): Signal error if passed a regexp
21158         that matches no face name.
21160         * simple.el (filter-buffer-substring): Fix typo in docstring.
21162 2005-05-31  Richard M. Stallman  <rms@gnu.org>
21164         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
21165         (vhdl-emacs-21): Doc fix.
21166         (vhdl-mode): Unconditionally set comment-padding.
21167         (vhdl-fixup-whitespace-region): Insert spaces only where
21168         there are none.
21169         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
21171 2005-05-30  John Wiegley  <johnw@newartisans.com>
21173         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
21174         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
21175         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
21176         `directory-sep-char' to ?/, and all uses of `string-to-int' to
21177         `string-to-number'.
21179 2005-05-30  Jay Belanger  <belanger@truman.edu>
21181         * calc/calc.el (calc-bug-address): Fix docstring.
21182         (calc-window-hook, calc-trail-window-hook): New variables.
21183         (calc-trail-display): Restore use of calc-trail-window-hook.
21184         (calc): Restore use of calc-window-hook.
21186 2005-05-31  Masatake YAMATO  <jet@gyve.org>
21188         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
21190         * help-fns.el (help-C-file-name): Add autoload mark for
21191         `find-function-noselect'.
21193 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21195         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
21196         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
21198 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
21200         * calendar/diary-lib.el (mark-included-diary-files): Only kill
21201         included diary buffer if it was not already being visited.
21202         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
21204         * calendar/icalendar.el (top-level): Do not require appt.
21206         * mail/supercite.el (sc-select-attribution): Only use a list
21207         element from sc-attrib-selection-list if it returns a string.
21208         Reported by Davide G. M. Salvetti <salve@debian.org>.
21210 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
21212         * thumbs.el (thumbs-thumbname): The resulting thumbname now
21213         includes a hash value to improve its uniqueness, and has a ".jpg"
21214         extension.  Also, it is now a valid filename on all systems.
21215         (thumbs-make-thumb): Use `let', not `let*'.
21216         (thumbs-show-thumbs-list): Check for JPEG availability.
21218 2005-05-30  Richard M. Stallman  <rms@gnu.org>
21220         * filesets.el (filesets-menu-ensure-use-cached):
21221         Prevent warning when emacs-version>= is undefined.
21223         * printing.el (pr-interactive-n-up): Use string-to-number.
21225         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
21227         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21228         Warn only when name to be defined is quoted.
21230 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
21232         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
21233         Make regexp more robust.
21234         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
21235         Force regeneration of disassembly.
21237 2005-05-29  Jay Belanger  <belanger@truman.edu>
21239         * calc/calc.el (calc-user-invocation): Check if
21240         calc-invocation-macro is non-nil.
21242 2005-05-29  Juri Linkov  <juri@jurta.org>
21244         * add-log.el (change-log-font-lock-keywords):
21245         Add `+' to e-mail regexp to accept mail address with keywords.
21247         * man.el (Man-name-regexp): Add `:' to accept qualified names.
21249 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
21251         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
21253         * ielm.el (inferior-emacs-lisp-mode): Ditto.
21255 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21257         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21258         Undo the change that moves to end of the current word.
21260 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
21262         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
21263         Throw error when count <= 0 to ensure input is a number.
21264         (gdb-read-memory-custom): Pick up address from buffer.
21265         (gdb-memory-mode): Allow user to increment and decrement
21266         memory address from header line.
21268 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21270         * flyspell.el (flyspell-version): Function deleted.
21271         (flyspell-auto-correct-previous-hook): Doc fix.
21273         * jit-lock.el (jit-lock-function, jit-lock-after-change):
21274         Do nothing if memory is full.
21276         * font-lock.el (font-lock-fontify-syntactically-region):
21277         Pass t for GREEDY to looking-back.
21279         * saveplace.el (save-place-alist-to-file): Write the file
21280         using write-region.
21282         * subr.el (looking-back): New argument GREEDY.
21284         * progmodes/compile.el (compilation-start): Set the mode
21285         before inserting the initial text.
21287         * progmodes/which-func.el (which-func-update-1): Turn the mode
21288         off in case of error by setting which-func-mode.
21290 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
21292         * flyspell.el (flyspell-auto-correct-previous-word):
21293         Narrow down to what's on the screen, and recenter overlays
21294         at the end of the next word.
21296 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
21298         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
21299         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
21300         (flyspell-abbrev-p): Default to nil.
21301         (flyspell-use-global-abbrev-table-p): Doc fix.
21302         (flyspell-large-region): Allow nil as value.
21303         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
21305         (mail-mode-flyspell-verify): More robust handling
21306         of `mail-header-separator'.  More efficient signature detection.
21307         Allow for regexp metacharacters in message-header-separator.
21308         Adding `To' not to be checked in mail-mode-flyspell-verify.
21310         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
21311         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
21312         Bind flyspell-auto-correct-binding.
21313         Bind C-. and C-, .
21314         (flyspell-mode-map): Likewise.
21315         (flyspell-mode): Doc fix.
21316         (flyspell-accept-buffer-local-defs): Preserve current buffer.
21317         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
21318         (flyspell-word-cache-result): New var, always local.
21319         (flyspell-check-pre-word-p): Doc fix.
21320         (flyspell-check-changed-word-p): Handle spc like newline.
21321         (flyspell-post-command-hook): Set flyspell-word-cache-result.
21322         (flyspell-word-search-backward, flyspell-word-search-forward):
21323         New functions.
21324         (flyspell-word): Return t if nothing to check.
21325         When parsing TeX code, check for after } or \.
21326         Use flyspell-word-search-backward to find previous word.
21327         Return nil if duplicated word.
21328         For word already checked, return same value as last time.
21329         Set flyspell-word-cache-result after checking.
21330         Don't clobber the return value.
21331         (flyspell-get-word): Major rewrite.
21332         (flyspell-external-point-words): New locals pword, pcount.
21333         Fix size used in progress message.
21334         Find the proper corresponding word in flyspell-large-region-buffer.
21335         (flyspell-region): Check for flyspell-large-region = nil.
21336         (flyspell-highlight-incorrect-region): Clean up overlays in region.
21337         (flyspell-auto-correct-word): Check that WORD is a cons.
21338         (flyspell-correct-word): Likewise.
21340 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
21342         * progmodes/make-mode.el (makefile-rule-action-regex)
21343         (makefile-macroassign-regex, makefile-makepp-mode)
21344         (makefile-bsdmake-mode): Continuation lines may be empty.
21345         Reported by Joshua Varner.
21346         (makefile-makepp-font-lock-keywords): Add $(stem).
21348 2005-05-28  Karl Berry  <karl@gnu.org>
21350         * textmodes/tex-mode.el: Now that tex-send-command calls
21351         shell-quote-argument (2005-03-31 change), remove all calls to
21352         shell-quote-argument; they all end up invoking tex-send-command.
21353         The double quoting loses on filenames with non-safe characters,
21354         such as "@".  Reported by Frederik Fouvry.
21356 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
21358         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21359         about preserving point.
21361 2005-05-27  Jay Belanger  <belanger@truman.edu>
21363         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21364         Info-goto-node.
21366         * calc/calc-embed.el (calc-embed-arg): New variable.
21367         (calc-do-embedded-activate, calc-embedded-activate-formula)
21368         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21369         variable by new variable.
21370         (calc-embedded-make-info): Replace undeclared variable by new
21371         variable.  When selecting region with positive prefix
21372         argument, use end of previous line instead of beginning of line.
21374         * calc/calc-aent.el (calc-arg-values): Declare it.
21376         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21377         Declare them.
21379         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21381         * calc/calc.el (calc-alg-map): Declare it.
21383         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21385 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
21387         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21388         (gdb-registers-buffer, toggle-gdb-all-registers):
21389         Toggle display of floating point registers.
21390         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21392         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
21393         (toggle-gud-tooltip-dereference):
21394         Rename from gud-toggle-tooltip-dereference.
21396 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21398         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21400 2005-05-27  Jay Belanger  <belanger@truman.edu>
21402         * calc/calc-prog.el (calc-kbd-report): Remove.
21403         (calc-kbd-query): Rewrite.
21405 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
21407         * image.el (image-library-alist): Move to image.c.
21408         (image-type-available-p): Doc fix.
21410 2005-05-27  Lute Kamstra  <lute@gnu.org>
21412         * calc/calc.el (calc):
21413         * outline.el (outline-1, outline-2, outline-3, outline-4)
21414         (outline-5, outline-6, outline-7, outline-8):
21415         * textmodes/dns-mode.el (dns-mode):
21416         * textmodes/sgml-mode.el (sgml-namespace-face):
21417         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21418         (tex-verbatim-face, tex-use-reftex):
21419         * textmodes/texinfo.el (texinfo-heading-face):
21420         Specify customization group.
21422         * longlines.el: Don't require easy-mmode.
21423         (longlines-visible-face): Specify customization group.
21425 2005-05-27  Kenichi Handa  <handa@m17n.org>
21427         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21428         encoding table of windows-1251.
21430         * international/ucs-tables.el (ucs-set-table-for-input):
21431         If translation-table-for-input of a coding system is a symbol, get
21432         its translation-table property.
21434         * international/code-pages.el: Don't register a coding system into
21435         non-iso-charset-alist more than once.
21436         (cp-make-coding-system): Likewise.
21438 2005-05-26  John Wiegley  <johnw@newartisans.com>
21440         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21441         `eshell-resume-eval' is wrapped in a list, it indicates that the
21442         command was run asynchronously.  In that case, unwrap the value
21443         before checking the delimiter value.
21445         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21446         character before a space at the end of a line is \, assume the space
21447         is part of the last argument rather than a final argument separator.
21449         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21450         is in use, and the target is `t' or `nil' (which are the most common
21451         values), don't assume that the symbol target is a buffer.
21453 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21455         * calendar/calendar.el (calendar-mode-line-format):
21456         Use mode-line-highlight as mouse-face.
21458         * time.el (display-time-string-forms, display-time-update):
21459         Use mode-line-highlight as mouse-face.
21461 2005-05-26  Jay Belanger  <belanger@truman.edu>
21463         * calc/calc.el (calc-language-alist): Remove extra defvar.
21465 2005-05-26  Lute Kamstra  <lute@gnu.org>
21467         * arc-mode.el (archive-mode):
21468         * bookmark.el (bookmark-read-annotation-mode)
21469         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21470         * bs.el (bs-mode):
21471         * calc/calc-yank.el (calc-edit-mode):
21472         * calc/calc.el (calc-mode, calc-trail-mode):
21473         * calculator.el (calculator-mode):
21474         * chistory.el (command-history-mode):
21475         * comint.el:
21476         * cus-edit.el (custom-mode):
21477         * descr-text.el (describe-text-mode):
21478         * ebuff-menu.el (Electric-buffer-menu-mode):
21479         * ediff-util.el (ediff-mode):
21480         * emacs-lisp/re-builder.el (reb-mode):
21481         * emulation/vi.el (vi-mode-setup):
21482         * emulation/ws-mode.el (wordstar-mode):
21483         * eshell/esh-mode.el (eshell-mode):
21484         * forms.el (forms-mode):
21485         * help-mode.el (help-mode):
21486         * hexl.el (hexl-mode):
21487         * ibuffer.el (ibuffer-mode):
21488         * ielm.el (inferior-emacs-lisp-mode):
21489         * info.el (Info-mode, Info-edit-mode):
21490         * international/swedish.el:
21491         * ledit.el (ledit-from-lisp-mode):
21492         * locate.el (locate-mode):
21493         * mail/rmail.el (rmail-mode):
21494         * mail/rmailedit.el (rmail-edit-mode):
21495         * mail/rmailsum.el (rmail-summary-mode):
21496         * mail/supercite.el (sc-electric-mode):
21497         * net/eudc.el (eudc-mode):
21498         * net/quickurl.el (quickurl-list-mode):
21499         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21500         * obsolete/ooutline.el (outline-mode):
21501         * obsolete/options.el (Edit-options-mode):
21502         * obsolete/rnews.el (news-mode):
21503         * obsolete/rnewspost.el (news-reply-mode):
21504         * play/5x5.el (5x5-mode):
21505         * play/decipher.el (decipher-mode, decipher-stats-mode):
21506         * play/gomoku.el (gomoku-mode):
21507         * play/snake.el (snake-mode):
21508         * play/solitaire.el (solitaire-mode):
21509         * play/tetris.el (tetris-mode):
21510         * progmodes/ada-mode.el (ada-mode):
21511         * progmodes/antlr-mode.el (antlr-mode):
21512         * progmodes/autoconf.el (autoconf-mode):
21513         * progmodes/dcl-mode.el (dcl-mode):
21514         * progmodes/delphi.el (delphi-mode):
21515         * progmodes/ebrowse.el (ebrowse-tree-mode)
21516         (ebrowse-electric-list-mode, ebrowse-member-mode)
21517         (ebrowse-electric-position-mode):
21518         * progmodes/f90.el (f90-mode):
21519         * progmodes/fortran.el (fortran-mode):
21520         * progmodes/icon.el (icon-mode):
21521         * progmodes/idlw-help.el (idlwave-help-mode):
21522         * progmodes/idlw-shell.el (idlwave-shell-mode):
21523         * progmodes/idlwave.el (idlwave-mode):
21524         * progmodes/inf-lisp.el (inferior-lisp-mode):
21525         * progmodes/m4-mode.el (m4-mode):
21526         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21527         * progmodes/modula2.el (modula-2-mode):
21528         * progmodes/octave-inf.el (inferior-octave-mode):
21529         * progmodes/octave-mod.el (octave-mode):
21530         * progmodes/pascal.el (pascal-mode):
21531         * progmodes/sh-script.el (sh-mode):
21532         * progmodes/sql.el (sql-mode, sql-interactive-mode):
21533         * progmodes/vhdl-mode.el (vhdl-mode):
21534         * progmodes/xscheme.el (scheme-interaction-mode):
21535         * replace.el (occur-mode):
21536         * ses.el (ses-mode):
21537         * simple.el (completion-list-mode):
21538         * skeleton.el:
21539         * speedbar.el (speedbar-mode):
21540         * term.el (term-mode):
21541         * terminal.el (terminal-edit-mode):
21542         * textmodes/reftex-index.el (reftex-index-mode)
21543         (reftex-index-phrases-mode):
21544         * textmodes/reftex-sel.el (reftex-select-label-mode)
21545         (reftex-select-bib-mode):
21546         * textmodes/reftex-toc.el (reftex-toc-mode):
21547         * wdired.el (wdired-change-to-wdired-mode):
21548         * wid-browse.el (widget-browse-mode):
21549         Use run-mode-hooks.
21551         * array.el (array-mode):
21552         * calendar/todo-mode.el (todo-mode):
21553         * man.el (Man-mode):
21554         * play/landmark.el (lm-mode):
21555         * play/mpuz.el (mpuz-mode):
21556         Use kill-all-local-variables and run-mode-hooks.
21558         * subr.el (delay-mode-hooks): Specify indentation.
21560 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
21562         * xml.el (xml-substitute-special): Don't die for undefined xml
21563         entities.
21565 2005-05-26  Jay Belanger  <belanger@truman.edu>
21567         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21568         of nil.
21570 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
21572         * progmodes/gdb-ui.el (gdb-frame-address):
21573         Rename from gdb-current-address.
21574         (gdb-previous-frame-address): Rename from gdb-previous-address.
21575         (gdb-selected-frame): Rename from gdb-current-frame.
21576         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21577         (gdb-frame-number): Rename from gdb-current-stack-level.
21578         (gdb-ann3): Match new mode-name for disassembly buffer.
21579         Extend initialization of variables.
21580         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21581         (gdb-memory-mode): Use mouse-face in header line.
21582         (gdb-assembler-buffer-name): Call it disassembly and give frame
21583         in mode line.
21584         (gdb-source-spec-regexp, gdb-assembler-custom)
21585         (gdb-invalidate-assembler, gdb-frame-handler):
21586         Make robust to leading zeroes in address format.
21588 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
21590         * textmodes/org.el (org-mode): Use `define-derived-mode' to
21591         define `org-mode'.
21592         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21594 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21596         * log-edit.el (log-edit-changelog-entries): Distinguish between
21597         filenames like xfns.c and fns.c.
21599 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
21601         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21602         point after reverting.
21603         (Buffer-menu-make-sort-button): Handle the case where
21604         `Buffer-menu-use-header-line' is nil.
21606 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
21608         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21609         New funcs.  In minibuffer-local-completion-map bind `]', `/'
21610         and `:' to them.
21612 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21614         * startup.el (normal-top-level): Allow modification of load-path while
21615         we're iterating over it.
21617 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
21619         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21620         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21621         (thumbs-resize-interactive, thumbs-insert-image)
21622         (thumbs-insert-thumb, thumbs-dired-show-marked)
21623         (thumbs-find-image-at-point, thumbs-delete-images)
21624         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21625         (thumbs-increment-image-size, thumbs-decrement-image-size):
21626         Fix typos in docstrings.
21628 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
21630         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21631         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21632         (cperl-mode): Use them.
21634 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
21636         * window.el (quit-window, shrink-window-if-larger-than-buffer):
21637         Doc fixes.
21639 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
21641         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21642         Bind C-d to gdb-inferior-io-eof.
21644         * dired.el (dired-dnd-popup-notice): Use message-box.
21646 2005-05-23  Masatake YAMATO  <jet@gyve.org>
21648         * bindings.el (mode-line-major-mode-keymap):
21649         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21651         * faces.el (mode-line-highlight): New face.
21653         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21654         as mouse-face.
21656         * bindings.el (top-level, help-echo, mode-line-modified)
21657         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21658         as mouse-face.
21660 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
21662         * progmodes/cc-engine.el (c-guess-basic-syntax):
21663         Remove spurious call to `zerop'.
21665         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21667 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
21669         CC Mode update to 5.30.10:
21671         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21672         could go past the limit in decoration level 2, thereby causing
21673         errors during interactive fontification.
21675         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21676         the file is evaluated interactively.
21678         * cc-engine.el (c-guess-basic-syntax): Handle operator
21679         declarations somewhat better in C++.
21681         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21682         make use of `run-mode-hooks' which has been added in Emacs 21.1.
21683         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21684         (awk-mode): Use it.
21685         (make-local-hook): Suppress warning about obsoleteness.
21687         * cc-engine.el, cc-align.el, cc-cmds.el
21688         (c-append-backslashes-forward, c-delete-backslashes-forward)
21689         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21690         Compensate for return value from `forward-line' when it has moved
21691         but not to a different line due to eob.
21693         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21694         `objc-method-intro' and `objc-method-args-cont'.
21696 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
21698         CC Mode update to 5.30.10:
21700         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21701         in the copyright statement.  Incidentally, change "along with GNU
21702         Emacs" to "along with this program" where it occurs.
21704         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21705         so that it is interactive, hence can be found by M-x awk-mode
21706         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
21707         <gmorris+emacs@ast.cam.ac.uk>.
21709         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21710         Mode's regexps.
21712 2005-05-23  Kevin Ryde  <user42@zip.com.au>
21714         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21715         c-parse-state, to avoid a lisp error (on bad code).
21717 2005-05-23  Lute Kamstra  <lute@gnu.org>
21719         * subr.el (font-lock-defaults): Remove defvar as it's already
21720         defined in font-core.el.
21722         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21724 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
21726         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21727         more general and work when GDB variable "print pretty" is on,
21728         as with Emacs, for example.
21730 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
21732         * font-core.el: Update comment.
21734         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21735         Use `after-change-major-mode-hook' instead of `find-file-hook'.
21737         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21739 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
21741         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21742         and `yank-handler' in the doc strings.
21744 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21746         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
21748 2005-05-22  Richard M. Stallman  <rms@gnu.org>
21750         * help.el (describe-key): Move print-help-return-message call
21751         out of conditional.
21753         * progmodes/etags.el (list-tags): Use with-no-warnings.
21755         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21756         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21757         (starttls-extra-args, starttls-extra-arguments): Add defvars.
21759         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21761         * language/viet-util.el (viet-viscii-nonascii-translation-table):
21762         Add defvar.
21764         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21765         Use defvar, not defconst.
21767         * hexl.el (hexl-follow-line): Use with-no-warnings.
21769         * emulation/tpu-extras.el: Use write-file-functions instead of
21770         write-file-hooks.
21772         * dired.el (dired-font-lock-keywords): Fontify files with junk
21773         extensions even if marked by -F.
21775 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
21777         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21778         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21779         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21780         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21781         (concatenate, list-length, get*, getf, cl-remprop):
21782         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21783         (etypecase, progv, lexical-let, lexical-let*)
21784         (multiple-value-bind, multiple-value-setq, shiftf):
21785         Improve argument/docstring consistency.
21787         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21789 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
21791         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21792         doesn't exist.
21794         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
21795         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21797 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
21799         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21800         already deleted variables: auto-fill-hook, blink-paren-hook,
21801         lisp-indent-hook, inhibit-local-variables, unread-command-event,
21802         suspend-hooks, comment-indent-hook, meta-flag,
21803         before-change-function, after-change-function,
21804         font-lock-doc-string-face.
21806 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
21808         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21810 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
21812         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21813         rmail-dont-reply-to.
21815 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21817         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21818         literal blank when splitting new-header-values.
21820 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
21822         * calendar/cal-menu.el (cal-menu-update): Add separator as a
21823         string so that tmm doesn't create a completion entry for it.
21825         * textmodes/table.el (table-disable-menu): Ditto.
21827 2005-05-21  Richard M. Stallman  <rms@gnu.org>
21829         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21831         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21833         * net/rcompile.el (remote-compile): Use compilation-start.
21835         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21837 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
21839         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21840         Default to makefile-bsdmake-mode on BSD systems.
21842         * imenu.el (imenu-generic-expression, imenu--generic-function'):
21843         REGEXP may also be a search function now.  The part of doc-string
21844         for describing the structure was 95% identical to that of
21845         `imenu--generic-function'.  Unify it there.
21847         * progmodes/make-mode.el (makefile-imenu-generic-expression):
21848         Use function to find dependencies, because regexp alone is so complex,
21849         it easily goes into an endless loop.
21850         (makefile-makepp-mode): Also add submenu for Perl functions
21851         defined in the makefile.
21852         (makefile-bsdmake-mode): Special imenu-generic-expression no
21853         longer needed, due to function call.
21854         (makefile-match-dependency): Take BOUND into account when checking
21855         if we're through.
21857 2005-05-20  Jay Belanger  <belanger@truman.edu>
21859         * calc/calc-units.el (calc-invalidate-units-table):
21860         Use inhibit-read-only.
21861         (math-build-units-table-buffer): Use view-mode.
21863 2005-05-20  David Kastrup  <dak@gnu.org>
21865         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21866         easy-menu-add is not a nop on Emacs; and clarify when to call it.
21868 2005-05-20  Lute Kamstra  <lute@gnu.org>
21870         * diff-mode.el (diff-header-face, diff-file-header-face)
21871         (diff-index-face, diff-hunk-header-face, diff-removed-face)
21872         (diff-added-face, diff-changed-face, diff-function-face)
21873         (diff-context-face, diff-nonexistent-face): Put them in the
21874         diff-mode customization group.
21876 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21878         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21880         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21882         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21883         Minor regexp-optimization.
21885 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
21887         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21888         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21889         (org-agenda-add-time-grid-maybe): New function.
21890         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21891         (org-table-create): `dotimes' instead of `mapcar'.
21892         (org-xor): Simplify implementation.
21893         (org-agenda): `inhibit-redisplay' turned on.
21894         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21895         a consistent line after a state change.
21896         (org-agenda-remove-times-when-in-prefix): New option.
21897         (org-prefix-has-time): New variable.
21898         (org-parse-time-string): Optional argument NODEFAULT.
21899         (org-format-agenda-item): Parse items for time-of-day
21900         specifications and move these into the prefix if possible.
21901         (org-agenda-priority): Get current heading, not previous heading
21902         during agenda remote editing.
21904 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
21906         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21907         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21908         (remove-duplicates, delete-duplicates, substitute)
21909         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21910         (nsubstitute-if-not, find, find-if, find-if-not, position)
21911         (position-if, position-if-not, count, count-if, count-if-not)
21912         (mismatch, search, sort*, stable-sort, merge, member*)
21913         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21914         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21915         (intersection, nintersection, set-difference, nset-difference)
21916         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21917         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21918         (nsublis, tree-equal): Improve argument/docstring consistency.
21920         * subr.el (send-string, send-region): Remove obsolescence declaration.
21921         (window-dot, set-window-dot, read-input, show-buffer)
21922         (eval-current-buffer, string-to-int):
21923         Add release number to obsolescence declarations.
21925 2005-05-19  Kim F. Storm  <storm@cua.dk>
21927         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21928         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21930 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
21932         * faces.el (list-faces-display): Make back button respect optional
21933         regexp arg.
21935 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
21937         * calculator.el (calculator-radix-grouping-mode)
21938         (calculator-radix-grouping-digits, calculator-displayer)
21939         (calculator-radix-grouping-separator, calculator-copy-displayer):
21940         * dabbrev.el (dabbrev-search-these-buffers-only):
21941         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21942         (diff-advance-after-apply-hunk, diff-mode-hook)
21943         (diff-minor-mode-prefix):
21944         * imenu.el (imenu-use-popup-menu):
21945         * jit-lock.el (jit-lock-context-time):
21946         * newcomment.el (comment-fill-column, comment-column)
21947         (comment-style, comment-padding, comment-multi-line)
21948         (comment-empty-lines, comment-auto-fill-only-comments):
21949         * reveal.el (reveal-around-mark):
21950         * uniquify.el (uniquify-buffer-name-style)
21951         (uniquify-after-kill-buffer-p)
21952         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21953         (uniquify-min-dir-content, uniquify-separator)
21954         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21955         * w32-vars.el (w32-fixed-font-alist):
21956         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21957         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21958         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21959         * progmodes/perl-mode.el (perl-indent-level)
21960         (perl-continued-statement-offset, perl-continued-brace-offset)
21961         (perl-brace-offset, perl-brace-imaginary-offset)
21962         (perl-label-offset, perl-indent-continued-arguments)
21963         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21964         * progmodes/tcl.el (tcl-indent-level)
21965         (tcl-continued-indent-level, tcl-auto-newline)
21966         (tcl-tab-always-indent, tcl-electric-hash-style)
21967         (tcl-help-directory-list, tcl-use-smart-word-finder)
21968         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21969         (inferior-tcl-source-command):
21970         * textmodes/fill.el (enable-kinsoku):
21971         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21972         * textmodes/table.el (table-yank-handler):
21973         Specify missing group (and type, if simple) in defcustom.
21975 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
21977         * progmodes/compile.el (compilation-finish-function): Fix defvar.
21979 2005-05-19  Richard M. Stallman  <rms@gnu.org>
21981         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21983         * subr.el (event-basic-type): Don't get an error.
21984         (left-fringe-p): Function deleted.
21986         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21987         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21989         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21990         in recursive copy.
21992         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21994         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21996         * emacs-lisp/bytecomp.el
21997         (byte-compile-file-form-custom-declare-variable):
21998         Call byte-compile-nogroup-warn if appropriate.
22000         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
22001         (compilation-set-window): Don't call left-fringe-p; do it directly.
22003 2005-05-19  Jay Belanger  <belanger@truman.edu>
22005         * calc/calc-graph.el (calc-graph-format-data): Make sure
22006         var-PlotRejects is bound before trying to check its value.
22008 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
22010         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
22011         definition of this variable from reftex-global.el to reftex.el,
22012         because it is needed in the menu.
22014 2005-05-19  Lute Kamstra  <lute@gnu.org>
22016         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
22017         years are fixed.  Don't insert a space after a dash.
22019 2005-05-19  Kim F. Storm  <storm@cua.dk>
22021         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
22023 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
22025         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
22026         strings, because (eq ... ?\\) is fairly frequent.
22028         * progmodes/make-mode.el (makefile-add-this-line-targets):
22029         Simplify and integrate into `makefile-pickup-targets'.
22030         (makefile-add-this-line-macro): Simplify and integrate into
22031         `makefile-pickup-macros.
22032         (makefile-pickup-filenames-as-targets): Simplify.
22033         (makefile-previous-dependency, makefile-match-dependency):
22034         Don't stumble over `::'.
22036 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
22038         * subr.el (post-command-idle-hook, post-command-idle-delay):
22039         Remove obsoletion of post-command-idle-hook and
22040         post-command-idle-delay.
22042         * faces.el (list-faces-display): Provide button when describe-face
22043         is called to take user back to the list of faces.
22045         * help-fns.el (describe-variable): Remove hyperlinks in a
22046         variable's value as these are quite frequently inappropriate.
22048         * follow.el (follow-submit-feedback, follow-mode):
22049         Remove references to post-command-idle-hook.
22051 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
22053         * progmodes/make-mode.el (makefile-previous-dependency)
22054         (makefile-match-dependency): Check for := (and in bsd mode also
22055         !=) to give a better result, even when font-lock is not on.
22057 2005-05-18  Jay Belanger  <belanger@truman.edu>
22059         * calc/calc-help.el (calc-s-prefix-help):
22060         Add `calc-copy-special-constant' to help string.
22062 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
22064         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22066 2005-05-18  Jay Belanger  <belanger@truman.edu>
22068         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
22069         in linear factors are in proper order.
22071 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
22073         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22074         Support for jurabib.
22076         * textmodes/reftex.el (featurep): Define aliases for overlay
22077         commands, for XEmacs compatibility, and use these aliases in
22078         overlay initializations.
22079         (reftex-highlight): Use `reftex-move-overlay'.
22080         (reftex-unhighlight): Use `reftex-delete-overlay'.
22081         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
22082         (reftex-access-search-path): Use `reftex-uniquify' instead of
22083         `reftex-uniq'
22085         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
22086         `before-string' property modification enables for Emacs as well.
22087         (reftex-select-item): Use `reftex-delete-overlay'.
22088         (reftex-select-mark): Use `reftex-make-overlay' and
22089         `reftex-overlay-put'.
22090         (reftex-select-unmark): Use `reftex-delete-overlay' and
22091         `reftex-overlay-put'.
22093 2005-05-18  Lute Kamstra  <lute@gnu.org>
22095         * emacs-lisp/lisp.el (check-parens): Fix docstring.
22097 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
22099         * add-log.el (add-change-log-entry):
22100         * array.el (array-make-template, array-reconfigure-rows)
22101         (array-init-max-row, array-init-max-column)
22102         (array-init-columns-per-line, array-init-field-width):
22103         * replace.el (replace-match-maybe-edit, perform-replace):
22104         * textmodes/spell.el (spell-region):
22105         Replace `read-input' by `read-string'.
22107         * forms.el (forms-mode):
22108         * finder.el (finder-compile-keywords):
22109         * shadowfile.el (shadow-read-files):
22110         Replace `eval-current-buffer' by `eval-buffer'.
22112         * terminal.el (te-pass-through):
22113         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
22114         (ange-ftp-raw-send-cmd):
22115         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
22116         (send-process-next-char, telnet-initial-filter, telnet):
22117         Replace `send-string' by `process-send-string'.
22119         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
22120         (prolog-consult-region): Replace `send-string' by
22121         `process-send-string'; replace `send-region' by `process-send-region'.
22123         * progmodes/delphi.el (delphi-log-msg):
22124         Replace `set-window-dot' by `set-window-point'.
22126         * subr.el (window-dot, set-window-dot, read-input, send-string)
22127         (send-region, show-buffer, eval-current-buffer):
22128         Make really obsolete, as the comment says.
22130 2005-05-17  Kim F. Storm  <storm@cua.dk>
22132         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
22133         (cua--init-keymaps): Bind C-return instead of S-return to set
22134         rectangle mark.
22136         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
22137         instead of S-return to toggle/clear rectangle mark.
22139 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
22141         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
22142         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
22143         Also fontify plain strings assigned to variables, mostly so that a
22144         colon has a face and is thus not taken as a dependency separator.
22145         (makefile-previous-dependency): Inline the new matcher, because it
22146         is too complex to work in both directions.
22147         (makefile-match-dependency): Eliminate `backward' arg (see above).
22148         Completely reimplemented so as to not sometimes go into an endless
22149         loop.  It should also be more efficient, because first it only
22150         searches for `:', instead of applying the very complex regexp.
22151         (makefile-mode): Cancel `font-lock-support-mode', because blocks
22152         to be fontified in one piece can be too long for JIT.
22153         Makefiles are never *that* big.
22155 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
22157         * dired.el (dired-mode): Simplify.
22159 2005-05-17  Lute Kamstra  <lute@gnu.org>
22161         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
22162         defcustom for the mode hook variable.
22164         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
22165         Emacs Lisp Reference Manual.
22167 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
22169         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
22170         (evenp, list*):
22171         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
22172         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
22174         * net/tramp-smb.el (tramp-smb-open-connection):
22175         Pass `tramp-chunksize' as fifth (required) argument.
22177 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
22179         * font-lock.el (lisp-font-lock-keywords-1):
22180         Set `font-lock-negation-char-face' for [^...] char group.
22181         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
22183         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
22184         a var, and refine it to mask one more level of nested vars.
22185         (makefile-rule-action-regex): Turn it into a var, and refine it so
22186         it recognizes backslashed continuation lines as belonging to the
22187         same command.
22188         (makefile-macroassign-regex): Refine it so it recognizes
22189         backslashed continuation lines as belonging to the same command.
22190         (makefile-var-use-regex): Don't look at the next char, because it
22191         might be the same one to be skipped by the initial [^$], leading
22192         to an overlooked variable use.
22193         (makefile-make-font-lock-keywords): Remove two parameters, which
22194         are now variables that some of the modes set locally.
22195         Handle dependency and rule action matching through functions, because
22196         regexps alone match too often.  Dependency matching now comes
22197         last, so it can check, whether a colon already matched something else.
22198         (makefile-mode): Inform that font-lock improves makefile parsing
22199         capabilities.
22200         (makefile-match-dependency, makefile-match-action): New functions.
22202 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
22204         * emacs-lisp/cl-extra.el (equalp): Doc fix.
22206         * align.el (align-regexp):
22207         * ansi-color.el (ansi-color-get-face):
22208         * array.el (array-reconfigure-rows, array-init-max-row)
22209         (array-init-max-column, array-init-columns-per-line)
22210         (array-init-field-width):
22211         * dired-aux.el (dired-trample-file-versions):
22212         * dired-x.el (dired-mark-sexp):
22213         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
22214         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
22215         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
22216         * faces.el (face-read-integer):
22217         * files.el (backup-extract-version, insert-directory):
22218         * hexl.el (hexl-insert-decimal-char):
22219         * server.el (server-process-filter):
22220         * shell.el (shell-extract-num):
22221         * startup.el (command-line-1):
22222         * term.el (term-command-hook):
22223         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
22224         (time-stamp-do-number):
22225         * time.el (display-time-update):
22226         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
22227         (timezone-fix-time):
22228         * vms-patch.el (vms-suspend-resume-hook):
22229         * calendar/appt.el (appt-convert-time):
22230         * calendar/cal-bahai.el (mark-bahai-diary-entries):
22231         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
22232         * calendar/cal-islam.el (mark-islamic-diary-entries):
22233         * calendar/calendar.el (calendar-cursor-to-date)
22234         (calendar-star-date):
22235         * calendar/diary-lib.el (diary-attrtype-convert)
22236         (mark-diary-entries, diary-entry-time):
22237         * calendar/solar.el (solar-get-number):
22238         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
22239         * emacs-lisp/re-builder.el (reb-display-subexp):
22240         * emulation/edt.el (edt-set-scroll-margins):
22241         * emulation/tpu-extras.el (tpu-set-scroll-margins):
22242         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
22243         (vip-get-ex-count):
22244         * emulation/viper-ex.el (viper-get-ex-token)
22245         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
22246         * international/fontset.el (fontset-plain-name):
22247         * mail/feedmail.el (feedmail-look-at-queue-directory):
22248         * mail/mailalias.el (mail-get-names):
22249         * mail/rmail.el (rmail-convert-to-babyl-format):
22250         * mail/rmailsum.el (rmail-make-basic-summary-line)
22251         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
22252         (rmail-summary-goto-msg):
22253         * mail/smtpmail.el (smtpmail-read-response):
22254         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
22255         (ange-ftp-vms-add-file-entry):
22256         * play/gametree.el (gametree-looking-at-ply)
22257         (gametree-current-branch-score):
22258         * progmodes/ada-xref.el (ada-prj-find-prj-file)
22259         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
22260         * progmodes/cperl-mode.el (condition-case):
22261         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
22262         (ebrowse-set-member-buffer-column-width)
22263         (ebrowse-select-1st-to-9nth):
22264         * progmodes/etags.el (etags-snarf-tag):
22265         * progmodes/flymake.el (flymake-parse-line):
22266         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
22267         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
22268         (idlwave-shell-menu-def):
22269         * progmodes/ps-mode.el (ps-run-goto-error):
22270         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
22271         (vhdl-speedbar-contract-level):
22272         * term/mac-win.el (x-handle-numeric-switch):
22273         * term/sun-mouse.el (sun-get-frame-data):
22274         * term/w32-win.el (x-handle-numeric-switch):
22275         * term/x-win.el (x-handle-numeric-switch):
22276         * textmodes/ispell.el (ispell-parse-output):
22277         * textmodes/nroff-mode.el (nroff-outline-level):
22278         * textmodes/reftex-cite.el (reftex-bib-sort-year)
22279         (reftex-bib-sort-year-reverse, reftex-format-citation):
22280         * textmodes/reftex-parse.el (reftex-init-section-numbers)
22281         (reftex-section-number):
22282         * textmodes/texinfmt.el (texinfo-paragraphindent):
22283         Replace `string-to-int' by `string-to-number'.
22285         * international/latexenc.el: Add page marker to force the "Local
22286         Variables:" string out of the last page.
22288 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
22290         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
22291         tooltip-change-major-mode.
22292         (gud-tooltip-print-command): Remove case where gud-minor-mode
22293         is gdb ("--fullname").
22294         (gud-tooltip-tips): Turn GUD tooltips off for this case and
22295         explain to user.
22297 2005-05-16  Jay Belanger  <belanger@truman.edu>
22299         * calc/calc-store.el (calc-copy-special-constant): New function.
22301         * calc/calc-ext.el (calc-init-extensions): Add binding for
22302         `calc-copy-special-constant'.
22304         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
22305         for the `calc-copy-special-constant' command.
22307 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
22309         * subr.el (left-fringe-p): New function.
22311         * progmodes/compile.el (compilation-setup): Set local value of
22312         overlay-arrow-string to "" always.
22313         (compilation-set-window): Left fringe then don't scroll.
22314         No left fringe then no arrow and scroll message to top.
22315         (compilation-context-lines): Adjust doc string accordingly.
22317 2005-05-16  Kim F. Storm  <storm@cua.dk>
22319         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22320         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22321         (ido-wide-find-dir-or-delete-dir): New command for M-d.
22322         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
22323         (ido-read-file-name): Handle commands with ido property value
22324         equal to find-file as reading a file name, to allow C-d to enter dired.
22325         (ibuffer-find-file): Add ido property with value find-file.
22327 2005-05-15  Kim F. Storm  <storm@cua.dk>
22329         * subr.el (open-network-stream-nowait): Remove.
22330         (open-network-stream-server): Remove.
22332 2005-05-15  Richard M. Stallman  <rms@gnu.org>
22334         * faces.el (describe-face): Output a definition link button.
22336         * help-mode.el (help-face-def): New button type.
22338         * emacs-lisp/copyright.el (copyright-fix-years):
22339         Match properly if the first year is 2-digit.
22340         Don't mess up the whitespace after the years by filling.
22342         * dired-aux.el (dired-mark-confirm):
22343         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22345         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22346         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22347         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22349         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22350         Set font-lock-comment-start-skip.
22352         * font-lock.el (font-lock-comment-start-skip): New variable.
22353         (font-lock-comment-end-skip): New variable.
22354         (font-lock-fontify-syntactically-region): Use them if non-nil.
22356 2005-05-15  Jay Belanger  <belanger@truman.edu>
22358         * calc/calc-store.el (calc-store-value): Return a string rather
22359         than display it as a message.
22360         Use calc-var-name for variable name.
22361         (calc-store-into): Add the result of calc-store-value to message.
22362         (calc-copy-variable): Add a message.
22363         (calc-store-exchange): Improve error messages.
22364         (calc-store-binary, calc-store-map): Don't reset the values of
22365         special constants.
22367 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
22369         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22370         manual to docstring.
22372         * files.el (hack-local-variables-confirm): Add STRING argument.
22373         Make the function handle non file visiting buffers correctly.
22374         (hack-local-variables-prop-line, hack-local-variables)
22375         (hack-one-local-variable): Use STRING arg of
22376         `hack-local-variables-confirm'.
22378 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
22380         Sync with Tramp 2.0.49.
22382         * net/tramp.el (tramp-handle-dired-call-process)
22383         (tramp-handle-insert-directory):`insert-buffer' cannot be used
22384         because the contents of the Tramp buffer is changed before
22385         insertion (`expand-file' and alike).
22386         (tramp-handle-insert-directory): If `localname' has an empty
22387         nondirectory name, it must not be quoted.
22388         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
22389         variable `tramp-chunksize'.  Change callees.
22390         (tramp-open-connection-setup-interactive-shell): Check remote host
22391         for buggy `send-process-string' implementation.
22392         Set `tramp-chunksize' if found.  Reported by Michael Kifer
22393         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22394         (tramp-handle-shell-command): `insert-buffer' cannot be used
22395         because the contents of the Tramp buffer is changed before
22396         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22397         <frederic.bothamy@free.fr>.
22398         (tramp-set-auto-save): Actions should be done for Tramp file name
22399         handler only.  Ange-FTP has its own auto-save mechanism.
22400         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22401         (tramp-set-auto-save-file-modes): Set file modes of
22402         `buffer-auto-save-file-name' to ?\600 as fallback solution.
22403         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22404         (tramp-bug): Remove obsolete variable.
22405         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
22406         for presence of `mml-mode'.  Make it running for older Emacsen as well.
22408 2005-05-14  John Paul Wallington  <jpw@pobox.com>
22410         * ibuf-ext.el (define-ibuffer-filter filename):
22411         If `dired-directory' is a list, use its car.
22413 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
22415         * ibuffer.el (define-ibuffer-column filename):
22416         If `dired-directory' is a list, use its car.
22418 2005-05-14  Richard M. Stallman  <rms@gnu.org>
22420         * subr.el (symbol-file): Doc fix.
22422         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22423         (byte-compile-form): Call byte-compile-nogroup-warn.
22424         (byte-compile-warning-types): Doc fix.
22426         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22428         * progmodes/cc-engine.el (c-literal-faces):
22429         Add font-lock-comment-delimiter-face.
22431         * net/net-utils.el (dig): Use with-no-warnings.
22433         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22434         (sc-recite-frame-alist, sc-default-cite-frame)
22435         (sc-default-uncite-frame, sc-default-recite-frame)
22436         (sc-attrib-selection-list, sc-rewrite-header-list):
22437         Mark as risky-local-variable.
22439         * international/ogonek.el (ogonek-jak, ogonek-how):
22440         Don't use beginning-of-buffer.
22442         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22444         * calendar/solar.el (solar-data-list): Move definition up.
22446         * dnd.el (dnd-protocol-alist): Add autoload.
22448         * progmodes/sh-script.el: Many doc usage fixes.
22449         (sh-indent-after-do): Change default to match common styles.
22451 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
22453         * files.el (interpreter-mode-alist)
22454         (auto-mode-interpreter-regexp): Doc fixes.
22456 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
22458         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22460         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22462 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22464         * dired.el (dired-mode): make-variable-buffer-local =>
22465         make-local-variable.
22467 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22469         * term/mac-win.el (mac-select-convert-to-string): Try coding
22470         systems in mac-script-code-coding-systems if specified one cannot
22471         encode string for `com.apple.traditional-mac-plain-text'.
22473 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
22475         * progmodes/make-mode.el (makefile-targets-face)
22476         (makefile-shell-face, makefile-makepp-perl-face): New faces.
22477         (makefile-dependency-regex): Fix it to not make the colon in
22478         $(var:a=b) special.
22479         (makefile-rule-action-regex): New regexp for highlighting embedded
22480         Shell strings.
22481         (makefile-macroassign-regex): Handle != for highlighting as
22482         embedded Shell strings.
22483         (makefile-var-use-regex): New const.
22484         (makefile-statements, makefile-automake-statements)
22485         (makefile-gmake-statements, makefile-makepp-statements)
22486         (makefile-bsdmake-statements): New consts.
22487         (makefile-make-font-lock-keywords): New function.
22488         (makefile-automake-font-lock-keywords)
22489         (makefile-gmake-font-lock-keywords)
22490         (makefile-makepp-font-lock-keywords)
22491         (makefile-bsdmake-font-lock-keywords): New consts.
22492         (makefile-mode-map): Add switchers between the various submodes.
22493         (makefile-mode): Document the availability of the variants.
22494         (makefile-automake-mode, makefile-gmake-mode)
22495         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22497         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22498         new variants of makefile-mode.
22500 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22502         * font-lock.el (font-lock-comment-delimiter-face): Fix up
22503         the inheritance.
22505 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
22507         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22508         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22510         * files.el (normal-mode): Extend the scope of the
22511         `enable-local-variables' binding to include the `set-auto-mode' call.
22512         (magic-mode-alist): Doc fix.
22514 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22516         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22517         font-lock-comment-face rather than copying its setting.
22519 2005-05-12  Andreas Schwab  <schwab@suse.de>
22521         * eshell/esh-mode.el (eshell-send-input): Doc fix.
22523 2005-05-12  Lute Kamstra  <lute@gnu.org>
22525         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22526         defcustom for the mode hook variable.  Delete the last argument.
22527         * generic-x.el: Fix callers of define-generic-mode.
22528         (generic-x-modes): Delete group.
22529         (show-tabs-tab-face, show-tabs-space-face): Put them in the
22530         generic-x customization group.
22532 2005-05-12  Kim F. Storm  <storm@cua.dk>
22534         * font-lock.el (font-lock-negation-char-face): Default to "off".
22536         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22537         font-lock-negation-char-face to ! in !=.
22539 2005-05-12  Masatake YAMATO  <jet@gyve.org>
22541         * add-log.el (find-change-log): Fix typos in the docstring
22542         of function.
22544 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
22546         * international/latexenc.el (latexenc-find-file-coding-system):
22547         Avoid `re-search-forward' when looking for input encoding because
22548         of speed and safety.  Better regular expressions for recognizing
22549         input encoding.  Limit a search for TeX-master/tex-main-file to
22550         the local variable section.
22552 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
22554         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22555         syntax of $ to "'" (quote).
22557 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
22559         * dnd.el (dnd-protocol-alist): Improve custom type.
22561         * dired.el (dired-dnd-protocol-alist): New variable.
22562         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
22563         `dired-mode-hook' to the end.
22565 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22567         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22568         comment-end if comment-start-skip is not set.
22569         Obey the font-lock-comment-delimiter-face variables.
22571 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22573         * files.el (executable-find): Move from executable.el.  Use
22574         locate-file.
22575         * progmodes/executable.el (executable-find): Move to files.el.
22577         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22578         when trying to ensure forward progress.
22580 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
22582         * mouse-sel.el (mouse-sel-follow-link-p): New function.
22583         (mouse-select, mouse-select-internal, mouse-extend-internal):
22584         Use it to implement mouse-1-click-follows-link functionality.
22586 2005-05-11  Richard M. Stallman  <rms@gnu.org>
22588         * font-lock.el (font-lock-fontify-syntactically-region):
22589         Use font-lock-comment-delimiter-face for comment delimiters.
22591 2005-05-10  Jay Belanger  <belanger@truman.edu>
22593         * calc/calc-help.el (calc-m-prefix-help): Add mention of
22594         preserving embedded modes.
22596 2005-05-10  Richard M. Stallman  <rms@gnu.org>
22598         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22600         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22601         Move from ada-stmt.el.
22602         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22604         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22605         Move to ada-mode.el.
22606         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22608         * cus-edit.el (custom-file): Call file-chase-links.
22610         * files.el (read-directory-name): Fix previous change.
22611         (hack-local-variables-confirm): New function.
22612         (hack-local-variables-prop-line, hack-local-variables)
22613         (hack-one-local-variable): Use it.
22615 2005-05-10  Lute Kamstra  <lute@gnu.org>
22617         * font-lock.el (font-lock-keywords-alist)
22618         (font-lock-removed-keywords-alist): Clarify docstrings.
22620 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
22622         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22623         (gdb-source-info): Check for preprocessor info.
22624         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
22625         a macro for a function.
22626         (gdb-info-breakpoints-custom): Try to find file again if not already
22627         found (user might have used GDB dir command).
22628         (gdb-get-location): Update gdb-location-alist correctly for change
22629         to gdb-info-breakpoints-custom.
22631         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22632         (gud-tooltip-print-command): Add gdbmi case.
22633         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22634         preprocessor info.
22636 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
22638         * startup.el (fancy-splash-insert): Fix typo in doc string.
22640 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
22642         * obsolete/float.el (string-to-float):
22643         * obsolete/hilit19.el (hilit-add-pattern):
22644         * obsolete/rnews.el (news-parse-range, news-select-message)
22645         (news-get-pruned-list-of-files): Replace `string-to-int' by
22646         `string-to-number'.
22648         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22649         `find-file-not-found-hooks'; use `add-hook'.
22650         (uncompress-while-visiting): Set `write-file-functions', not
22651         `write-file-hooks'; use `add-hook'.
22653 2005-05-09  Kim F. Storm  <storm@cua.dk>
22655         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22656         (cua-paste): Handle clipboard action.
22657         (cua--init-keymaps): Remap clipboard-kill-region and
22658         clipboard-kill-ring-save.
22660 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
22662         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22663         Improve commentary.
22665         * simple.el (next-error-overlay-arrow-position): Revert the change
22666         made on 2005-04-30.
22668 2005-05-07  Jay Belanger  <belanger@truman.edu>
22670         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22671         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22672         `calc-sel-reselect'.
22674         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22675         Calc is in embedded mode.
22677 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
22679         * progmodes/compile.el (compilation-setup):
22680         Set overlay-arrow-string to an empty string on text terminals.
22682         * textmodes/ispell.el (ispell-program-name): Try looking for
22683         "aspell" along exec-path, and if found, use it as the default
22684         speller program.
22686 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
22688         * international/mule.el (sgml-xml-auto-coding-function):
22689         Recognize encoding='FOO' in single quotes as well as in double quotes.
22691 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22693         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22694         as well as `interactive', so that defmacro* would recognize
22695         `declare' forms.
22697 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
22699         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22700         Explain more about the LIGHTER arg's usage in the doc string.
22701         Add commentary to clarify what the code does.  Fix the regexp that
22702         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
22703         since it could have characters special to regular expressions.
22705 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22707         * replace.el (occur-1): Bind inhibit-read-only so that
22708         erase-buffer doesn't barf on read-only text properties (likewise
22709         for add-text-properties in occur-engine).  Mark buffer as unmodified.
22710         (occur-engine): Don't set buffer-read-only here.
22712 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22714         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22715         list-buffers-directory.  This caused the *cvs-commit* buffer to be
22716         sometimes mistakenly reused as a *cvs* buffer.
22718 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
22720         * tooltip.el: Move code for GUD tooltips into gud.el.
22721         (require): CL no longer needed to compile case.
22722         (tooltip-mode): Do not toggle functions for GUD tooltips.
22723         (tooltip-gud-tips-p): Remove.  Replace with minor mode
22724         gud-tooltip-mode in gud.el.
22725         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22726         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22727         tooltip-gud prefix with gud-tooltip and obsolete.
22728         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22729         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22730         (tooltip-mouse-motion): Mouse movement functions/variable.
22731         Rename in gud.el by adding gud prefix.
22732         (tooltip-gud-original-filter, tooltip-gud-dereference)
22733         (tooltip-gud-event, tooltip-toggle-gud-tips)
22734         (tooltip-gud-process-output, tooltip-gud-print-command)
22735         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
22736         gud.el by replacing tooltip-gud prefix with gud-tooltip.
22737         (gdb-tooltip-print): Move to gdb-ui.el.
22739         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22740         (require): CL needed to compile case.
22741         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22742         tooltip-gud-tips-p.  Make it a minor-mode.
22743         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22744         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22745         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22746         (gud-tooltip-change-major-mode)
22747         (gud-tooltip-activate-mouse-motions-if-enabled)
22748         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22749         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22750         (gud-tooltip-original-filter, gud-tooltip-dereference)
22751         (gud-tooltip-event, tooltip-toggle-gud-tips)
22752         (gud-tooltip-process-output, gud-tooltip-print-command)
22753         (gud-tooltip-tips): Move from tooltip.el.
22755         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22756         (gdb-cpp-define-alist-flags): Doc fix.
22757         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22758         gud-tooltip-mode is t.
22760 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22762         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22763         evaporate if their text is deleted.
22764         (goto-address-at-point): Make it work as a mouse binding as well.
22765         (goto-address-at-mouse): Obsolete it.  Update users.
22767 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22769         * calendar/appt.el (top-level): No longer activate on load.
22771 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
22773         * calendar/cal-bahai.el (mark-bahai-diary-entries):
22774         * net/webjump.el (webjump):
22775         * progmodes/idlw-help.el (idlwave-do-context-help1)
22776         (idlwave-highlight-linked-completions):
22777         * textmodes/po.el (po-find-file-coding-system-guts):
22778         Replace `assoc-ignore-case' by `assoc-string'.
22780 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
22782         * files.el (locate-file): Doc fix.
22784         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22785         Remove the redundant test for ms-dos.
22787         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22788         look for the preprocessor with exec-suffixes.  If not found in
22789         standard places, look in exec-path.  Remove most of the tests that
22790         used system-type.
22792         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22794         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22796         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22797         file-name clash with jka-compr.el on 8+3 filesystems.
22799 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22801         * term/mac-win.el: Don't define or bind scroll bar functions if
22802         x-toolkit-scroll-bars is t.
22803         (x-select-text, x-get-selection-value): Clear
22804         x-last-selected-text-clipboard if x-select-enable-clipboard is
22805         nil.
22806         (PRIMARY): Put mac-scrap-name property.
22807         (mac-select-convert-to-file-url): New function.
22808         (public.file-url): New selection target type.  Add to
22809         selection-converter-alist.
22810         (x-get-selection, x-selection-value): Handle it.
22811         (x-cut-buffer-or-selection-value): New alias.
22813 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22815         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22816         entry to avoid calling bibtex-find-entry with arg global
22817         being t.  Remove arg key.
22818         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22819         (bibtex-copy-summary-as-kill): Change accordingly.
22821 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22823         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22824         (org-agenda-date-later): Use with-current-buffer.
22826 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
22828         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22829         (define-obsolete-variable-alias): Doc Fixes.
22831 2005-05-06  Kim F. Storm  <storm@cua.dk>
22833         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
22834         vertical-motion when selective-display is active.
22836         * ido.el (ido-setup-hook): New hook.
22837         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22838         (ido-input-stack): New var.
22839         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
22840         ido-next-work-file binding to M-O.
22841         Bind M-f to ido-wide-find-file-or-pop-dir.
22842         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22843         (ido-read-internal): Run ido-setup-hook.
22844         Catch quit in read-file-name and read-string to cancel edit.
22845         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22846         Automatically pop-all when completing a directory name (RET).
22847         (ido-file-internal): Add with-no-warnings around ffap and dired code.
22848         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22849         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22850         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22851         New functions for M-b/M-f to move among the directory components.
22852         (ido-make-merged-file-list): Catch quit to cancel merge.
22853         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22854         (ido-completion-help): No warnings for ido-completion-buffer-full.
22856 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
22858         * font-lock.el (font-lock-negation-char-face): New face and variable.
22859         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22860         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22861         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22862         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22864 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
22866         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22867         Fix typo in docstring.
22869         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22870         (ebrowse-print-statistics-line)
22871         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22873         * term/w32-win.el (image-library-alist): Add additional name for
22874         Xpm library.
22876 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
22878         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22879         use gcc instead of cpp.
22881         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22882         (gdb-create-define-alist): Use it.
22883         (gdb-cpp-define-alist-program): Update for MS-DOS.
22885 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
22887         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22889 2005-05-04  Richard M. Stallman  <rms@gnu.org>
22891         * help.el (describe-key): No error when UNTRANSLATED is nil.
22893         * simple.el (line-move-1): Fix previous change to signal errors
22894         appropriately.
22896 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
22898         * calendar/icalendar.el (icalendar-version): Now at 0.12.
22899         (icalendar-duration-correction): Remove.
22900         (icalendar--get-event-properties): Split result at commas.
22901         (icalendar--decode-isoduration): New optional argument
22902         DURATION-CORRECTION.
22903         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22904         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22905         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22906         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22907         (icalendar--convert-anniversary-to-ical): New functions, extracted
22908         from icalendar-export-region, with bug fixes.
22909         (icalendar-export-region): Use the above functions.
22910         (icalendar-import-buffer): Check before saving diary file.
22911         (icalendar--convert-recurring-to-diary)
22912         (icalendar--convert-non-recurring-all-day-to-diary)
22913         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22914         extracted from icalendar--convert-ical-to-diary, with bug fixes.
22915         (icalendar--convert-ical-to-diary): Use the above functions.
22917 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
22919         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22920         Remove these recent additions.
22921         (c-mode): Restore to before 2005-04-28.
22923         * progmodes/cc-vars.el (cc-define-list-program): Remove this
22924         recent addition.
22926         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22927         (gdb-define-alist): New variables.
22928         (gdb-create-define-alist): New function.
22929         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22930         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22931         with string-to-number.
22932         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
22934         * progmodes/gud.el: Replace string-to-int with string-to-number.
22935         (gud-find-file): Handle gdb-define-alist.
22937         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22939 2005-05-02  Jay Belanger  <belanger@truman.edu>
22941         * calc/calc-aent.el (math-read-token):
22942         * calc/calc-bin.el (calc-word-size):
22943         * calc/calc-ext.el (calc-read-number-fancy):
22944         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22945         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22946         * calc/calc-frac.el (calc-over-notation):
22947         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22948         (calc-graph-num-points, calc-graph-init):
22949         * calc/calc-prog.el (calc-read-parse-table-part)
22950         (calc-edit-macro-repeats):
22951         * calc/calc-yank.el (calc-do-grab-rectangle):
22952         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22953         Replace `string-to-int' by `string-to-number'.
22955 2005-05-02  Kim F. Storm  <storm@cua.dk>
22957         * kmacro.el: Use executing-kbd-macro-index variable.
22959 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
22961         * net/rlogin.el (rlogin-parse-words): Delete func.
22962         (rlogin): Use split-string, not rlogin-parse-words.
22963         Also, if there are option-like elements in the parsed args,
22964         take the host to be the first arg immediately following them.
22965         Suggested by Michael Mauger.
22967 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22969         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22971 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22973         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22974         (cc-mode-cpp-program): Rename to cc-define-list-program and
22975         move to cc-vars.el.
22977         * progmodes/cc-vars.el (cc-define-list-program):
22978         Change to "gcc -E -dM -".  Make customizable.
22980 2005-05-02  Kim F. Storm  <storm@cua.dk>
22982         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22984 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22986         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22988         * international/mule-util.el (truncate-string): Remove alias and
22989         obsolete declaration.
22991         * international/mule-cmds.el (update-iso-coding-systems):
22992         Remove alias and obsolete declaration.
22994         * international/mule.el (coding-system-parent): Remove alias and
22995         obsolete declaration.
22997         * subr.el (define-function, sref): Remove aliases and obsolete
22998         declarations.
22999         (chars-in-region): Remove obsolete declaration.
23001 2005-05-01  Richard M. Stallman  <rms@gnu.org>
23003         * info.el (Info-mode): Set widen-automatically to nil, locally.
23005         * simple.el (widen-automatically): New variable.
23006         (pop-global-mark): Obey widen-automatically.
23008 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
23010         * term/xterm.el (function-key-map): Call substitute-key-definition
23011         before the keymap size is increased by a lot of define-key calls.
23013 2005-05-01  Richard M. Stallman  <rms@gnu.org>
23015         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
23016         Rename ARG to ELEMENT.  Doc fix.
23018 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
23020         * allout.el (allout-exposure): Remove macro and obsolete declaration.
23021         Remove references to allout-exposure/change to allout-new-exposure.
23023         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
23024         bytecode symbols.
23026         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
23027         (compiled-function-p, focus-frame, unfocus-frame):
23028         Remove aliases and obsolete declarations.
23029         Back out inadvertent changes from previous commit.
23031 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
23033         * files.el (require-final-newline): Make Custom tags consistent
23034         with mode-require-final-newline.
23035         (mode-require-final-newline): Doc fix.
23037 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23039         * international/latexenc.el (latexenc-find-file-coding-system):
23040         Fix regular expressions.
23042 2005-05-01  David Kastrup  <dak@gnu.org>
23044         * international/latexenc.el (latexenc-find-file-coding-system):
23045         Fix regular expressions.
23047 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
23049         * subr.el (string-to-int): Make obsolete.
23051 2005-04-30  Richard M. Stallman  <rms@gnu.org>
23053         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
23055         * loadup.el: load jka-comp-hook.
23057         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
23058         (jka-compr-handler): Add autoload.  `put' calls moved
23059         to jka-comp-hook.el.
23060         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
23061         (jka-compr-inhibit): Autoload.
23063         * jka-comp-hook.el: New file.
23064         Enable the mode by default.
23066         * files.el (backup-buffer-copy): Use copy-file instead
23067         of write-region, and put back the 'excl.
23069 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
23071         * progmodes/flymake.el (flymake-split-string)
23072         (flymake-split-string, flymake-log, flymake-pid-to-names)
23073         (flymake-reg-names, flymake-get-source-buffer-name)
23074         (flymake-unreg-names, flymake-add-line-err-info)
23075         (flymake-add-err-info): Clarify docstrings.
23076         (flymake-popup-menu, flymake-make-emacs-menu)
23077         (flymake-make-xemacs-menu): Add docstrings.
23078         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
23079         Set variables directly throughout.
23081 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
23083         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
23084         exists.  Initialize cc-define-alist.
23085         (c-mode): Add cc-create-define-alist locally to after-save-hook.
23086         If there is no file (Macroexpansion) don't create an alist.
23088 2005-04-29  Sam Steingold  <sds@gnu.org>
23090         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
23091         (cc-create-define-alist): Use it instead of the hard-coded string.
23093 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23095         * international/mule-conf.el (file-coding-system-alist): Fix regexp
23096         for latexenc.
23098 2005-04-29  Lute Kamstra  <lute@gnu.org>
23100         * emacs-lisp/generic.el: Improve commentary section.
23101         (define-generic-mode): Improve docstring.
23103 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
23105         * textmodes/org.el (many places): Change to quiet the byte compiler.
23106         (org-prefix-format-compiled): New variable.
23107         (org-compile-prefix-format): New function.
23108         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
23109         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
23110         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
23111         (org-get-entries-from-diary): Use `org-get-time-of-day' for
23112         consistency with entries from `org-mode' files.
23113         (org-get-time-of-day): Fix bug with partial matches early in a line.
23114         (org-non-link-chars): New constant.
23115         (org-link-regexp): Respect `org-non-link-chars'.
23116         (org-agenda-day-view): Remove command.
23117         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
23118         (org-follow-bbdb-link, org-store-link): Search also company field.
23119         (org-highlight-overlay): New variable.
23120         (org-highlight, org-unhighlight): New functions.
23121         (org-agenda-mode): Add pre-command-hook to remove highlight.
23122         (org-evaluate-time-range): Behavior depends upon whether time stamp
23123         contains a time or not.
23124         (org-show-subtree, org-show-entry): New functions.
23125         (org-agenda-cleanup-fancy-diary): Remove empty lines.
23127 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
23129         * comint.el (comint-output-filter-functions): Add autoload cookie.
23131 2005-04-28  Kim F. Storm  <storm@cua.dk>
23133         * ido.el (ido-everywhere): Fix last change.
23135 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
23137         * international/latexenc.el: New file.
23138         * international/mule-conf.el (file-coding-system-alist): For .tex,
23139         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
23141 2005-04-28  Lute Kamstra  <lute@gnu.org>
23143         * font-lock.el (font-lock-add-keywords)
23144         (font-lock-remove-keywords): Clarify docstring.
23145         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
23146         Don't start docstrings with a `*'.
23147         (font-lock-update-removed-keyword-alist): Give it a docstring.
23149         * generic-x.el: Update commentary section.
23150         Only require font-lock when compiling.
23151         Define all modes conditionally.
23152         Place all generic modes in the generic-x-modes customization group.
23153         (generic-x-modes): New customization group.
23154         (generic-default-modes, generic-mswindows-modes)
23155         (generic-unix-modes, generic-other-modes): New constants.
23156         (generic-define-mswindows-modes, generic-define-unix-modes):
23157         Update docstrings.  Make them obsolete.
23158         (generic-extras-enable-list): New default value.  Update docstring.
23159         Improve :type.  Change :set function.
23160         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
23161         Fix docstring.
23163         * emacs-lisp/generic.el (generic-mode-internal):
23164         Simplify font-lock-defaults.
23165         (define-generic-mode): Fix docstring.
23167 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23169         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
23170         font-lock-face property to highlight matches.
23172 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
23174         * progmodes/cc-mode.el (cc-create-define-alist): New function.
23175         (cc-define-alist): New variable.
23176         (c-mode): Make it local and initialize it.
23178         * progmodes/gdb-ui.el (gdb-active-process): New variable.
23179         (gdb-exited): New function.
23180         (gdb-annotation-rules): Use it.
23181         (gdb-starting): Set gdb-active-process to t.
23182         (gdb-stopping): Amend doc string.
23183         (gdb-reset): Set gdb-active-process to nil.
23185         * tooltip.el (tooltip-gud-tips): Show the associated #define
23186         directives when a C program under GDB is not executing.
23188 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23190         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
23191         font-lock-fontify-syntactic-keywords.
23193         * font-lock.el (font-lock-default-fontify-region): Don't force
23194         parse-sexp-lookup-properties to nil.
23196 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
23198         * man.el (man-mode-syntax-table): Set up `:' to have
23199         word-constituent syntax.
23201 2005-04-27  Lute Kamstra  <lute@gnu.org>
23203         * novice.el (disable-command): Don't add spurious newlines to the
23204         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
23206 2005-04-26  Jay Belanger  <belanger@truman.edu>
23208         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
23209         than one window before deleting window.
23211 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
23213         * shell.el (shell-prompt-pattern): Doc fix.
23214         (shell-mode): Set paragraph-separate buffer locally to "\\'".
23216         * comint.el (comint-prompt-regexp, comint-get-old-input)
23217         (comint-use-prompt-regexp)
23218         (comint-use-prompt-regexp-instead-of-fields)
23219         (comint-replace-by-expanded-history, comint-send-input)
23220         (comint-output-filter, comint-get-old-input-default)
23221         (comint-line-beginning-position, comint-bol, comint-show-output)
23222         (comint-backward-matching-input, comint-forward-matching-input)
23223         (comint-next-prompt, comint-previous-prompt):
23224         Rename `comint-use-prompt-regexp-instead-of-fields' to
23225         `comint-use-prompt-regexp'.  Keep old name as alias and declare
23226         obsolete.
23227         (comint-use-prompt-regexp): Shorten first line of doc string.
23229         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
23230         Set paragraph-separate buffer locally to "\\'".
23232         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
23233         Adapt to above name change.
23235         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
23236         (smbclient-prompt-regexp): Ditto.
23238         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
23240 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
23242         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
23243         gdb-location-list.
23244         Break lines that are over 80 characters wide.
23246 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23248         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
23249         New fun and var, to preserve compatibility.
23251         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
23253 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
23255         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
23256         name to file-newer-than-file-p.
23258 2005-04-26  Richard M. Stallman  <rms@gnu.org>
23260         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
23262         * progmodes/python.el (python-mode):
23263         Use new name eldoc-documentation-function.
23265         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
23267         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23268         (eldoc-documentation-function):
23269         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
23271 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
23273         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
23275 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
23277         * term/xterm.el (function-key-map): Fix strings for
23278         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
23279         {C,S,A,C-S}-{f1-f12}.
23281 2005-04-26  Kenichi Handa  <handa@m17n.org>
23283         * international/mule-cmds.el (select-safe-coding-system):
23284         Fix previous change.
23286 2005-04-26  Lute Kamstra  <lute@gnu.org>
23288         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
23290         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
23291         (font-lock-comment-delimiter-face): Ditto.
23293         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
23295 2005-04-25  Jay Belanger  <belanger@truman.edu>
23297         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23298         to t while inserting information; use help-mode.
23300 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
23302         * term.el (ansi-term-color-vector): Use the xterm colors.
23303         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
23305 2005-04-25  Lute Kamstra  <lute@gnu.org>
23307         * font-core.el (font-lock-defaults): Fix docstring.
23309         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
23311 2005-04-25  Kenichi Handa  <handa@m17n.org>
23313         * international/mule-cmds.el (select-safe-coding-system):
23314         Don't check consistency with coding: spec, etc if raw-text or
23315         no-conversion was found to be safe.
23317 2005-04-24  Richard M. Stallman  <rms@gnu.org>
23319         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23320         citation markers at start of each line.
23322         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23323         citation markers at start of each line.
23325         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23327         * files.el (mode-require-final-newline): Fix previous change.
23328         (require-final-newline): Fix type label.
23330 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
23332         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23333         statement in buffer (broken by 2004-11-24 change).
23335 2005-04-24  Kim F. Storm  <storm@cua.dk>
23337         * ido.el (ido-everywhere): Save and restore old read-buffer-function
23338         and read-file-name-function values.  Don't overwrite existing
23339         non-nil values if ido-mode is enabled without ido-everywhere.
23341 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
23343         * files.el (mode-require-final-newline): Minor doc fix.
23345 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
23347         * subr.el (syntax-after): Doc fix.
23348         (syntax-class): If argument is nil, return nil.  Mask off upper 16
23349         bits, not 8 bits.
23351         * files.el (mode-require-final-newline): Doc fix.
23352         (backup-buffer-copy): Fix last change.
23354 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23356         * term/mac-win.el: Require select.  Set selection-coding-system to
23357         mac-system-coding-system.  Call menu-bar-enable-clipboard.
23358         (x-last-selected-text-clipboard, x-last-selected-text-primary)
23359         (x-select-enable-clipboard): New variables.
23360         (x-select-text, x-get-selection, x-selection-value)
23361         (x-get-selection-value, mac-select-convert-to-string)
23362         (mac-services-open-file, mac-services-open-selection)
23363         (mac-services-insert-text): New functions.
23364         (CLIPBOARD, FIND): Put mac-scrap-name property.
23365         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23366         (public.tiff): Put mac-ostype property.
23367         (selection-converter-alist): Add entries for them.
23368         (mac-application-menu-map): New keymap.
23369         (interprogram-cut-function, interprogram-paste-function): Set to
23370         x-select-text and x-get-selection-value, respectively.
23371         (split-window-keep-point): Set to t.
23373 2005-04-23  Richard M. Stallman  <rms@gnu.org>
23375         * files.el (read-directory-name): Always pass non-nil
23376         DEFAULT-FILENAME arg to read-file-name.
23377         (backup-buffer-copy, basic-save-buffer-2): Take care against
23378         writing thru an unexpected existing symlink.
23379         (revert-buffer): In indirect buffer, revert the base buffer.
23380         (magic-mode-alist): Doc fix.
23381         (buffer-stale-function): Doc fix.
23382         (minibuffer-with-setup-hook): Avoid warning.
23383         (mode-require-final-newline): Doc and custom fix.
23385         * follow.el (follow-end-of-buffer): Use with-no-warnings.
23387         * font-lock.el (font-lock-comment-face): On terminals with few colors,
23388         use the default appearance.
23389         (font-lock-comment-delimiter-face): New face, new variable.
23391         * imenu.el (imenu--generic-function): The official position of a
23392         definition is the start of the line that BEG is in.
23394         * midnight.el (midnight-timer): Move defvar up.
23396         * mouse.el (mouse-drag-region-1): Delete some debugging code.
23398         * saveplace.el (save-place-to-alist): Use with-no-warnings.
23400         * startup.el (command-line): Use with-no-warnings.
23402         * window.el (window-size-fixed): New defvar.
23404         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23406         * mail/rmail.el (rmail-font-lock-keywords):
23407         Use font-lock-comment-delimiter-face.
23409         * mail/sendmail.el (mail-font-lock-keywords):
23410         Use font-lock-comment-delimiter-face.
23412         * progmodes/compile.el (next-error-highlight-timer): New defvar.
23414 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
23416         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23417         Specify t for LAXMATCH when matching directories.
23418         Save match data around compilation-compat-error-properties form.
23420 2005-04-23  David Kastrup  <dak@gnu.org>
23422         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23423         Mention that the autoloaded aliases should be kept for AUCTeX.
23425 2005-04-23  Andreas Schwab  <schwab@suse.de>
23427         * isearch.el (isearch-forward): Doc fix.
23429 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
23431         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23432         (jit-lock-stealth-nice): Change default value to 0.5.
23434 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23436         * abbrev.el (write-abbrev-file): Write table entries in
23437         alphabetical order by table name.
23439 2005-04-22  Kim F. Storm  <storm@cua.dk>
23441         * ido.el (ido-read-internal): Fix `list' completion.
23443 2005-04-22  Kenichi Handa  <handa@m17n.org>
23445         * recentf.el (recentf-save-file-coding-system): New variable.
23446         (recentf-save-list): Encode the file by
23447         recentf-save-file-coding-system and add coding: tag.
23449 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
23451         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23453 2005-04-21  Lute Kamstra  <lute@gnu.org>
23455         * loadhist.el (unload-feature): Don't remove a function from hooks
23456         if it is about to be restored to an autoload .  Remove functions
23457         that will become unbound from auto-mode-alist.  Simplify the code.
23459         * subr.el (assq-delete-all): New implementation that is linear,
23460         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
23461         (rassq-delete-all): New function.
23463         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23464         Add size-indication-mode.
23466 2005-04-21  Kenichi Handa  <handa@m17n.org>
23468         * international/mule-cmds.el: Add autoload for widget-value in
23469         eval-when-compile.
23471 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
23473         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23474         Add tooltip-mode.
23476         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23478 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
23480         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23481         (inferior-lisp-filter-regexp, inferior-lisp-program)
23482         (inferior-lisp-load-command, inferior-lisp-prompt)
23483         (inferior-lisp-mode-hook, lisp-source-modes)
23484         (inferior-lisp-load-hook): defvar->defcustom.
23485         (inferior-lisp-program, inferior-lisp-prompt)
23486         (inferior-lisp-load-hook): Doc fixes.
23487         (inferior-lisp-install-letter-bindings): Small change in
23488         introductory comment.
23490 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
23492         * vc.el (vc-annotate-color-map): Change some colors so that text
23493         using them as foreground is readable on both white and black
23494         backgrounds.
23496 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23498         * international/mule-conf.el (translation-table-for-input):
23499         Remove redundant declaration.
23501 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
23503         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23505         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23506         (tooltip-toggle-gud-tips): New function.
23508 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23510         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23511         right angle brackets.
23513 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
23515         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23517 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23519         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23520         Remove.  Update callers to use expand-file-name instead.
23522         * subr.el (syntax-class): New function.
23524         * simple.el (blink-matching-open): Use it.
23526         * paren.el (show-paren-function): Use it to recognize parens that are
23527         also used in 2-char comment markers.
23529 2005-04-19  Lute Kamstra  <lute@gnu.org>
23531         * loadhist.el (unload-feature): Update for new format of
23532         load-history.  Simplify the code.
23534 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23536         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23537         (mac-add-charset-info): New function.  Initialize variable
23538         mac-charset-info-alist using it.
23539         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23540         for translation.
23541         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23542         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23543         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23544         New CCL programs.
23546 2005-04-19  Kim F. Storm  <storm@cua.dk>
23548         * simple.el (next-buffer, prev-buffer, next-error)
23549         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23550         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23552         * bindings.el (next-buffer, prev-buffer, next-error)
23553         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23554         (clone-indirect-buffer-other-window): Move bindings from simple.el.
23555         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23556         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23558 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23560         * isearch.el (isearch-edit-string): Make the search-ring available for
23561         minibuffer history commands.
23562         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23563         the default history commands now work just as well.
23564         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23566 2005-04-18  Kim F. Storm  <storm@cua.dk>
23568         * emulation/cua-base.el (cua--pre-command-handler): Add more
23569         elaborate check for shift modifier on non-window systems.
23571 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
23573         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23575 2005-04-18  Kim F. Storm  <storm@cua.dk>
23577         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23578         and make it optional.  Don't test tooltip-gud-echo-area here.
23579         (tooltip-gud-process-output, gdb-tooltip-print):
23580         Pass tooltip-gud-echo-area to tooltip-show.
23581         (tooltip-help-tips): Remove second optional arg to tooltip-show.
23583 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23585         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23586         `display-graphic-p' may not be bound yet.
23588 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
23590         * startup.el (command-line): No longer enable Xterm Mouse mode by
23591         default in terminals compatible with xterm.
23593         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23595 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
23597         * tooltip.el (tooltip-gud-echo-area): Rename from
23598         tooltip-use-echo-area.
23599         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23600         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23601         area independently of where help tooltips are displayed.
23603 2005-04-17  David Kastrup  <dak@gnu.org>
23605         * cus-theme.el (custom-theme-write-variables): Quote variables
23606         where necessary.
23608 2005-04-17  Richard M. Stallman  <rms@gnu.org>
23610         * simple.el (yank-excluded-properties): Add follow-link to value.
23612         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23614         * startup.el (fancy-splash-max-time): Just 30 seconds.
23615         (fancy-splash-delay): Just 7.
23616         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23618         * loadhist.el (unload-feature): Update for new format of load-history.
23619         Simplify the code.
23621         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23622         (rmail-font-lock-keywords): Don't fontify the text of a citation.
23624         * mail/sendmail.el (mail-font-lock-keywords):
23625         Don't fontify subject text.
23626         Don't fontify the text of a citation.
23628 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
23630         * comint.el (comint-output-filter): Run comint-output-filter-functions
23631         with point where the user had it.
23633 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23635         * international/ucs-tables.el (ucs-set-table-for-input):
23636         Disable when using unify-on-decoding.
23638 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
23640         * emulation/cua-base.el (cua-global-mark-face): Add special case
23641         for displays supporting a high number of colors.
23643 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
23645         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23647 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
23649         * filesets.el (filesets-add-buffer): If user supplies a name of a
23650         non-existing fileset, create a new fileset.
23652 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
23654         * textmodes/org.el (org-up-heading-all): Fix bug with
23655         `outline-up-heading-all'.
23657 2005-04-16  Andreas Schwab  <schwab@suse.de>
23659         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23660         /etc/permissions.d/* and /etc/aliases.d/*.
23662 2005-04-16  Kenichi Handa  <handa@m17n.org>
23664         * international/code-pages.el (cp-make-coding-system):
23665         Set `translation-table-for-input' property value to the symbol
23666         ucs-mule-to-mule-unicode, not to that value.
23667         (pt154): Escape guillemet by `\'.
23669 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
23671         * loadup.el: Load tooltip if x-show-tip is fboundp.
23673         * startup.el (command-line): Add comment.
23675         * tooltip.el (tooltip-mode): Specify correct standard value for
23676         Custom in init-value.
23678 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
23680         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23681         possible.
23683 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
23685         * textmodes/org.el (org-agenda-date-prompt): Rename from
23686         `org-agenda-date-today'.
23687         (org-evaluate-time-range): Insert at point instead of directly
23688         after time range.
23689         (org-first-headline-recenter, org-subtree-end-visible-p)
23690         (org-optimize-window-after-visibility-change): New functions
23691         (org-agenda-post-command-hook): Don't allow point at end of line,
23692         to make sure it always hits the text properties.
23693         (org-agenda-next-date-line, org-agenda-previous-date-line):
23694         New commands.
23695         (org-set-regexps-and-options): Category may contain white space.
23696         (org-agenda-get-deadlines, org-agenda-get-scheduled):
23697         Improve marker positions.
23698         (org-agenda-new-marker): Argument POS made optional.
23699         (org-agenda-get-timestamps): Deadlines which are done are listed
23700         in org-done-face now.
23701         (org-agenda-get-todos, org-agenda-get-timestamps)
23702         (org-agenda-get-deadlines, org-agenda-get-scheduled):
23703         Set `undone-face' and `done-face' properties.
23704         (org-last-todo-state-is-todo): New variable.
23705         (org-todo): Set `org-last-todo-state-is-todo'.
23706         (org-agenda-todo): Change face according to
23707         `org-last-todo-state-is-todo'.  And change other lines referring to
23708         the same entry.
23709         (org-calendar-goto-agenda): New command.
23710         (org-calendar-to-agenda-key): New option.
23711         (org-startup-folded): New allowed value `content'.
23712         (org-set-regexps-and-options): Accept new value `content' for
23713         `org-startup-folded'.
23714         (org-get-current-options): Handle new value `content' for
23715         `org-startup-folded'.
23716         (org-insert-todo-heading): New command.
23717         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23718         interactively in empty file and option
23719         `org-insert-mode-line-in-empty-file' has been set.
23720         (org-agenda-todo, org-agenda-priority): Modify to use
23721         `org-agenda-change-all-lines'.
23722         (org-warning-face): Change color on dark background
23724 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23726         * international/mule-cmds.el (set-locale-environment): On Mac OS,
23727         use preferences AppleLocale and AppleLanguages, and variable
23728         mac-system-locale for default locale.  On Mac OS Classic, use
23729         mac-system-coding-system for default coding systems.
23731         * term/mac-win.el: Don't set file-name-coding-system.
23732         Decode variables system-name, emacs-build-system, user-login-name, and
23733         user-full-name by mac-system-coding-system on Mac OS Classic.
23734         (mac-system-coding-system): New variable.
23736 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
23738         * startup.el (command-line): Handle `xterm-mouse-mode' before
23739         reading init file.
23741         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23743 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
23745         * progmodes/sh-script.el (sh-here-document-word): Make it a
23746         defcustom.  Doc fix.
23747         (sh-add): Bash uses $(( )) for arithmetic.
23748         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23749         (sh-maybe-here-document): Remove quotes and leading whitespace
23750         from heredoc word when closing.  Indent heredoc with tabs if word
23751         starts with "-".
23753 2005-04-13  Richard M. Stallman  <rms@gnu.org>
23755         * simple.el (undo): Fix previous change.
23757         * custom.el (defface): Doc fix.
23759 2005-04-13  Lute Kamstra  <lute@gnu.org>
23761         * Makefile.in (DONTCOMPILE): Remove list.
23762         (compile, compile-always): Don't use DONTCOMPILE.
23763         (update-authors): Load the library in which batch-update-authors
23764         is defined.
23765         * makefile.w32-in (DONTCOMPILE): Remove list.
23766         (compile, compile-always): Fix comments.
23767         (update-authors): Load the library in which batch-update-authors
23768         is defined.
23770         * generic-x.el (generic-mode-ini-file-find-file-hook):
23771         Rename to ini-generic-mode-find-file-hook.
23772         Keep generic-mode-ini-file-find-file-hook as an alias.
23773         (ini-generic-mode-find-file-hook): Rename from
23774         generic-mode-ini-file-find-file-hook.  Fix docstring.
23775         (ini-generic-mode): Docstring change.
23776         (bat-generic-mode-run-as-comint): Silence the byte compiler.
23778         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23779         called from lisp.
23781         * generic.el: Move to the emacs-lisp subdir.
23783 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
23785         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23786         and C-S- function and cursor motion keys.
23788 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
23790         * startup.el (command-line): Enable Xterm Mouse mode by default.
23791         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23792         for Custom.  No longer show "Mouse" in mode line when enabled.
23793         Doc fix.
23795 2005-04-12  Kim F. Storm  <storm@cua.dk>
23797         * emulation/cua-base.el (cua-rectangle-face)
23798         (cua-rectangle-noselect-face): Define face attributes here.
23800         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23802 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23804         * startup.el (command-line): Turn off blinking cursor if
23805         cursorBlink in resources is off or false.
23807 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23809         * term/mac-win.el (dnd): Require dnd.
23810         (mac-drag-n-drop): Call dnd-handle-one-url.
23811         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23812         (kTextEncodingISOLatin2): Remove constants.
23813         (mac-script-code-coding-systems): New constant.
23814         (mac-handle-language-change): New function.
23815         (special-event-map): Bind it to `language-change' event.
23816         (mac-centraleurroman, mac-cyrillic): New coding systems.
23817         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23818         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23819         and mac-cyrillic-encoder to encode-mac-centraleurroman and
23820         encode-mac-cyrillic, respectively.
23822 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23824         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23825         Don't set overlay-arrow-string to "=>" as this is done
23826         globally in C now.
23828 2005-04-12  Lute Kamstra  <lute@gnu.org>
23830         * generic-x.el (rc-generic-mode, rul-generic-mode):
23831         Fix auto-mode-alist entries.
23832         (etc-fstab-generic-mode): Tweak fontification.
23834         * generic.el (generic-make-keywords-list): Fix docstring.
23835         (generic-mode-internal): Simplify generic-font-lock-keywords.
23837 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23839         * whitespace.el (whitespace-buffer-leading)
23840         (whitespace-buffer-trailing): Revert the incorrect test inversion.
23841         However, fix the highlight area for the leading and
23842         trailing whitespaces to show space.
23844 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23846         * whitespace.el (whitespace-version): Bump to 3.5
23848         (whitespace-buffer-leading, whitespace-buffer-trailing):
23849         Invert sense of the test to highlight the whitespace.
23851 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23853         * progmodes/gud.el (gud-display-line): GUD uses its own
23854         overlay arrow now so don't set overlay-arrow-string.
23855         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23857 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
23859         * term.el (term-ansi-current-bold, term-ansi-current-underline)
23860         (term-ansi-current-reverse, term-ansi-current-invisible)
23861         (term-ansi-face-already-done): Change to boolean.
23862         (term-reset-terminal, term-handle-colors-array): Handle the above
23863         vars accordingly.
23864         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23865         (term-emulate-terminal): Use the new name.
23867         * faces.el (secondary-selection): Use yellow1, not yellow.
23868         (trailing-whitespace): Use red1, not red.
23870 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23872         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23873         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23874         (dired-dnd-handle-file): Call dnd-get-local-file-uri
23876         * cus-edit.el (dnd): New group.
23878         * term/w32-win.el (dnd): Require dnd
23879         (w32-drag-n-drop): Call dnd-handle-one-url.
23881         * x-dnd.el: Require dnd.
23882         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23883         Call dnd-handle-one-url.
23884         (x-dnd-types-alist, x-dnd-insert-utf8-text)
23885         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23886         to dnd-insert-text.
23887         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23888         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23889         (x-dnd-get-local-file-name, x-dnd-open-local-file)
23890         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23892         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23894 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23896         * wdired.el: Doc fixes.
23897         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23898         (wdired-use-dired-vertical-movement): Rename from
23899         wdired-always-move-to-filename-beginning.
23900         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23901         (wdired-change-to-wdired-mode): Change mode name.
23902         (wdired-newline): Delete.
23904 2005-04-11  Richard M. Stallman  <rms@gnu.org>
23906         * whitespace.el (whitespace-highlight-the-space):
23907         Don't call whitespace-unhighlight-the-space here.
23909         * simple.el (undo): Record t in undo-equiv-table
23910         for the redo record made by an undo-in-region.
23912 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23914         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23915         (gdb-frame-inferior-io-buffer): New Functions to control
23916         display of separate IO buffer.
23917         (menu): Add them to menu-bar.
23918         (gdb-display-buffer): Check for buffer another frame.
23919         Protect GUD buffer.
23920         (gdb-setup-windows): Create IO buffer if not already there.
23921         (gdb-memory-mode): Remove purecopy noops.
23923 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23925         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23926         and pass to self-insert-command.
23928 2005-04-11  Lute Kamstra  <lute@gnu.org>
23930         * generic.el: Commentary section cleanup.
23931         (generic): Delete.
23932         (generic-use-find-file-hook, generic-lines-to-scan)
23933         (generic-find-file-regexp, generic-ignore-files-regexp)
23934         (default-generic-mode, generic-mode-find-file-hook)
23935         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23936         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
23937         (generic-use-find-file-hook, generic-lines-to-scan)
23938         (generic-find-file-regexp, generic-ignore-files-regexp)
23939         (default-generic-mode, generic-mode-find-file-hook)
23940         (generic-mode-ini-file-find-file-hook): Move from generic.el.
23942 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
23944         * bookmark.el (bookmark-write-file): Catch errors writing file.
23945         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23947 2005-04-10  Richard M. Stallman  <rms@gnu.org>
23949         * startup.el (fancy-splash-tail): Update copyright year.
23950         (command-line): Split part of -Q into -D.
23951         (emacs-basic-display): New defvar.
23952         (fancy-splash-text): Correct name of menu item.
23954         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23956         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23957         lines in one node.
23959         * comint.el (comint-send-input): New arg ARTIFICIAL.
23960         Callers in this file changed.
23962         * abbrev.el (define-abbrevs): Read system abbrevs properly.
23964         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23966 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
23968         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
23969         `ldap-search-internal'.
23971 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23973         * files.el (set-auto-mode-1): Use line-end-position.
23975         * international/latin-1.el:
23976         * international/latin-2.el:
23977         * international/latin-3.el:
23978         * international/latin-4.el:
23979         * international/latin-5.el:
23980         * international/latin-8.el:
23981         * international/latin-9.el: Give punctuation syntax to NBSP.
23983         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23984         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23985         Use char-classes to accept non-ascii letters, accepted in some recent
23986         bibtex implementations.
23988 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
23990         * custom.el (custom-set-minor-mode): Any non-nil value for the
23991         variable should enable the mode when set through Custom.
23993 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23995         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23996         TAB binding so tab-always-indent is obeyed.
23997         (vhdl-minibuffer-local-map): Move initialization into declaration.
23998         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23999         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
24000         (vhdl-hooked-abbrev): Avoid test for XEmacs.
24001         (vhdl-current-line): Use line-beginning-position.
24002         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
24003         with-output-to-temp-buffer, so the current position can be recorded.
24005 2005-04-10  Masatake YAMATO  <jet@gyve.org>
24007         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24008         Add regexp for gcov.
24010 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24012         * calendar/time-date.el (time-to-seconds, seconds-to-time)
24013         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
24014         syntax which Emacs 20 doesn't support.
24016 2005-04-09  Richard M. Stallman  <rms@gnu.org>
24018         * help.el (describe-key-briefly, describe-key):
24019         Replace strings as event types with "(any string)".
24021 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
24023         * arc-mode.el (archive-mode-map): Move initialization into
24024         the declaration.  Override *all* bindings of `undo'.
24025         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
24027 2005-04-09  Jay Belanger  <belanger@truman.edu>
24029         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
24031 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
24033         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
24034         (xterm-register-default-colors): Update color values computation
24035         to match xterm-200.
24037 2005-04-09  Kenichi Handa  <handa@m17n.org>
24039         * international/code-pages.el (iso-latin-7): Fix the map.
24041 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
24043         * emacs-lisp/lisp.el (defun-prompt-regexp)
24044         (parens-require-spaces, buffer-end, end-of-defun)
24045         (insert-parentheses): Doc fixes.
24047 2005-04-08  Kim F. Storm  <storm@cua.dk>
24049         * comint.el (comint-highlight-prompt): Fix face spec.
24050         * hi-lock.el (hi-green): Likewise.
24052 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
24054         * cus-edit.el (custom-modified-face):
24055         * comint.el (comint-highlight-input): Fix previous changes.
24056         * term.el (term-handle-ansi-escape): Add a comment.
24058 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24060         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
24061         in the buffer and in whitespace-highlighted-space.
24062         (whitespace-unhighlight-the-space): Simplify.
24063         (whitespace-buffer): Simplify.
24065 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
24067         * textmodes/table.el (table-cell-face): Add special case for
24068         displays supporting a high number of colors.
24069         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24070         (vhdl-font-lock-reserved-words-face)
24071         (vhdl-speedbar-architecture-face)
24072         (vhdl-speedbar-instantiation-face)
24073         (vhdl-speedbar-architecture-selected-face)
24074         (vhdl-speedbar-instantiation-selected-face): Likewise.
24075         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
24076         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
24077         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
24078         (ebrowse-root-class-face, ebrowse-member-attribute-face)
24079         (ebrowse-progress-face): Likewise.
24080         * progmodes/compile.el (compilation-info-face): Likewise.
24081         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
24082         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
24083         * calendar/calendar.el (diary-face): Likewise.
24084         * woman.el (woman-italic-face, woman-bold-face)
24085         (woman-unknown-face): Likewise.
24086         * wid-edit.el (widget-button-pressed-face): Likewise.
24087         * whitespace.el (whitespace-highlight-face): Likewise.
24088         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
24089         * pcvs-info.el (cvs-marked-face): Likewise.
24090         * info.el (info-xref): Likewise.
24091         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
24092         * hilit-chg.el (highlight-changes-face)
24093         (highlight-changes-delete-face): Likewise.
24094         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
24095         (hi-red-b): Likewise.
24096         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
24097         * font-lock.el (font-lock-keyword-face)
24098         (font-lock-function-name-face, font-lock-warning-face): Likewise.
24099         * cus-edit.el (custom-invalid-face, custom-modified-face)
24100         (custom-set-face, custom-changed-face, custom-variable-tag-face)
24101         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
24102         * comint.el (comint-highlight-prompt): Likewise.
24104 2005-04-08  Lute Kamstra  <lute@gnu.org>
24106         * font-lock.el (font-lock-keywords): Docstring fixes.
24108 2005-04-08  Kenichi Handa  <handa@m17n.org>
24110         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
24111         chars are more than a limit, print " and more..." at the tail.
24113 2005-04-08  Kim F. Storm  <storm@cua.dk>
24115         * emacs-lisp/authors.el (authors-aliases): Update list.
24116         (authors-ignored-files): New list.
24117         (authors-fixed-entries): Fix typo.
24118         (authors-renamed-files-alist): Update list.
24119         (authors-add): Check authors-ignored-files.
24121 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
24123         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
24124         optional, to ensure backward compatibility.
24126 2005-04-08  Stephen Eglen  <stephen@gnu.org>
24128         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
24130 2005-04-08  Kim F. Storm  <storm@cua.dk>
24132         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
24134         * mouse.el (mouse-on-link-p): Doc fix.
24136 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
24138         * ielm.el (ielm-prompt-read-only): Doc fix.
24140         * comint.el (comint-prompt-read-only): Doc fix.
24142 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
24144         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
24145         ensure dired always handles wildcards passed to ffap.
24146         (find-file-at-point): Use it.
24147         (ffap-dired-wildcards): Doc fix.
24149 2005-04-07  Juri Linkov  <juri@jurta.org>
24151         * simple.el (next-error-overlay-arrow-position): New defvar.
24152         Put "=>" on its property `overlay-arrow-string'.  Add it to
24153         `overlay-arrow-variable-list'.
24155         * progmodes/compile.el (compilation-setup):
24156         Set `next-error-overlay-arrow-position' to nil.  Also set it to
24157         nil in the local hook `kill-buffer-hook'.  Make local variable
24158         `overlay-arrow-string' and set it to "=>".
24159         (compilation-goto-locus): Set BOL position to
24160         `next-error-overlay-arrow-position' instead of
24161         `overlay-arrow-position'.
24163         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
24164         locally instead of adding it to the global hook.
24165         (Info-kill-buffer): Move up.
24167 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
24169         * term/xterm.el (xterm-standard-colors): Update color values from
24170         xterm-200.
24172 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24174         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
24176         * fast-lock.el:
24177         * lazy-lock.el: Move them to the obsolete subdir.
24179 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24181         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
24182         (wdired-add-replace-advice): Remove.
24183         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
24185 2005-04-06  Kim F. Storm  <storm@cua.dk>
24187         * startup.el (command-line): Add --bare-bones alias for -Q.
24189 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24191         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
24192         create the startup fontset if a font specification ends with
24193         `mac-roman'.
24195 2005-04-06  Lute Kamstra  <lute@gnu.org>
24197         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
24198         change.
24200         * emacs-lisp/copyright.el (copyright-update-year): Replace the
24201         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
24203 2005-04-05  Lute Kamstra  <lute@gnu.org>
24205         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
24206         (define-generic-mode): Ditto.  Fix debug declaration.
24208         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
24209         Put them in the generic-x group.
24211         * calendar/timeclock.el (timeclock): Doc fix.
24213         * generic.el (define-generic-mode): Don't use custom-current-group.
24214         Document default :group value.
24215         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
24216         (define-global-minor-mode): Don't use custom-current-group.
24218 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
24220         * startup.el (command-line-1): Display startup-echo-area-message
24221         when fancy splash screen is in use.
24223         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
24224         (sh-escaped-newline): New face.
24225         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
24226         newline, and use sh-escaped-newline face.
24228         * progmodes/tcl.el (tcl-escaped-newline): New face.
24229         (tcl-builtin-list): New variable.
24230         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
24231         newlines.  Fix keywords subexpression number.
24233 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
24235         * textmodes/org.el (org-diary-default-entry): Fix call to
24236         `add-to-diary-entry'.
24238 2005-04-05  Kim F. Storm  <storm@cua.dk>
24240         * ediff-init.el: Use (featurep 'xemacs).
24242 2005-04-05  David Ponce  <david@dponce.com>
24244         * cus-edit.el (face): Derive from symbol widget.  Display sample
24245         of the current face on the fly.
24246         (widget-face-sample-face-get, widget-face-notify): New functions.
24247         (widget-face-value-create): Remove.
24249         * wid-edit.el (widget-field-end): Temporarily remove field
24250         narrowing before to call `get-char-property'.
24252 2005-04-04  Jay Belanger  <belanger@truman.edu>
24254         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
24255         (math-read-subscripts): New variable.
24256         (math-read-preprocess-string): Process subscripts.
24258 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
24260         * comint.el (comint-prompt-read-only): Doc fix.
24262         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
24263         `-1'.  Doc fix.
24265 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
24267         * textmodes/org.el (org-insert-mode-line-in-empty-file):
24268         Change default value to nil.
24270 2005-04-04  Lute Kamstra  <lute@gnu.org>
24272         * autorevert.el (auto-revert-mode): Specify :group.
24273         * battery.el (display-battery-mode): Specify :group.
24274         * diff-mode.el (diff-minor-mode): Specify :group.
24275         * font-core.el (font-lock-mode): Specify :group.
24276         * hl-line.el (hl-line-mode): Specify :group.
24277         * iimage.el (iimage): New customization group.
24278         (iimage-mode): Specify :group.
24279         * longlines.el (longlines-mode): Specify :group.
24280         * master.el: Don't require easy-mmode.
24281         (master): New customization group.
24282         (master-mode): Specify :group.
24283         * msb.el (msb-mode): Specify :group.
24284         * reveal.el (reveal-mode): Specify :group.
24285         * simple.el (next-error-follow-minor-mode): Specify :group.
24286         * smerge-mode.el (smerge-mode): Specify :group.
24287         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
24288         * emulation/cua-base.el (cua-mode): Specify :group.
24289         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
24290         * language/thai-util.el (thai-auto-composition-mode)
24291         (thai-word-mode): Specify :group.
24292         * mail/supercite.el (sc-minor-mode): Specify :group.
24293         * progmodes/cwarn.el (cwarn-mode): Specify :group.
24294         * progmodes/flymake.el (flymake-mode): Specify :group.
24295         * progmodes/glasses.el (glasses-mode): Specify :group.
24296         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
24297         * textmodes/enriched.el (enriched-mode): Specify :group.
24298         * textmodes/refill.el (refill-mode): Specify :group.
24300         * add-log.el (change-log-font-lock-keywords): Names in
24301         parenthesized lists can contain spaces.
24303 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
24305         * startup.el (fancy-splash-text): Shorten default text of
24306         "Emacs Tutorial" line.  Also, if the current language env
24307         indicates an available tutorial file other than TUTORIAL,
24308         extract its title and append it to the line in parentheses.
24309         (fancy-splash-insert): If arg is a thunk, funcall it.
24311 2005-04-04  Jay Belanger  <belanger@truman.edu>
24313         * calc.el (calc-language-alist): Add tags to customization type.
24315 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
24317         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
24318         Doc fix.
24320 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
24322         * add-log.el (change-log-font-lock-keywords): The manual
24323         describing a Change Log entry, says: (...) "Aside from these
24324         header lines, every line in the change log starts with a space or
24325         a tab.".  The font-lock was not highlighting lines started with
24326         spaces, added support for it.
24328 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24330         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24331         (bibtex-generate-url-list): Update docstring accordingly.  Put the
24332         complex example in the docstring.
24333         (bibtex-font-lock-url): Use pop.
24335 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24337         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24339         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24341 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
24343         * filesets.el (filesets-set-default): Doc fix.
24345 2005-04-03  Lute Kamstra  <lute@gnu.org>
24347         * generic.el (define-generic-mode): Add argument to specify
24348         keywords for defcustom.
24349         (default-generic-mode): Specify :group.
24351         * generic-x.el: Specify :group for all generic modes.
24353         * desktop.el (desktop-no-desktop-file-hook)
24354         (desktop-after-read-hook): Doc fix.
24356 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
24358         * simple.el (visible-mode): Use explicit :group keyword.
24359         This changes the group of `visible-mode-hook' from paren-blinking
24360         to editing-basics.
24362 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
24364         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
24365         mailbox specifications as well as URLs.
24366         (rmail-insert-inbox-text): Remove unused conditional branches.
24368 2005-04-01  Jay Belanger  <belanger@truman.edu>
24370         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24371         (calc-gnuplot-print-command): Move definitions to calc.el.
24373         * calc/calc-embed.el (calc-embedded-announce-formula)
24374         (calc-embedded-open-formula, calc-embedded-close-formula)
24375         (calc-embedded-open-word, calc-embedded-close-word)
24376         (calc-embedded-open-plain, calc-embedded-close-plain)
24377         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24378         (calc-embedded-open-mode, calc-embedded-close-mode):
24379         Move definitions to calc.el.
24381         * calc/calc.el (calc-settings-file, calc-language-alist):
24382         Make customizable.
24383         (calc-embedded-announce-formula, calc-embedded-open-formula)
24384         (calc-embedded-close-formula, calc-embedded-open-word)
24385         (calc-embedded-close-word, calc-embedded-open-plain)
24386         (calc-embedded-close-plain, calc-embedded-open-new-formula)
24387         (calc-embedded-close-new-formula, calc-embedded-open-mode)
24388         (calc-embedded-close-mode, calc-gnuplot-name)
24389         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24390         from other files and make customizable.
24392 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24394         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24395         Use buffer-live-p.
24396         (cvs-mode-run): Don't call cvs-update-header here.
24397         (cvs-run-process): Call cvs-update-header.
24398         Use process properties for cvs-postprocess and cvs-buffer so that
24399         the sentinel can behave better if the temp buffer is killed.
24400         Use a pipe rather than a tty, to better handle unexpected prompts.
24401         (cvs-sentinel): Rewrite.  Call cvs-update-header.
24403 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
24405         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24406         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
24408 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24410         * generic.el (define-generic-mode): Add indentation rule.
24412 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
24414         * files.el (mode-require-final-newline): Make Custom correctly
24415         report a nil value and allow to set it to nil via Custom.
24416         Doc fix.
24418 2005-04-01  Kenichi Handa  <handa@m17n.org>
24420         * international/characters.el: Enable the correct case setting for
24421         dotless-i and dotted-I.
24423 2005-04-01  Kim F. Storm  <storm@cua.dk>
24425         * ido.el (ido-file-internal): Fall back to non-ido command if
24426         initial directory is on slow ftp (or tramp) host.
24428 2005-03-31  Richard M. Stallman  <rms@gnu.org>
24430         * emacs-lisp/autoload.el (make-autoload):
24431         Handle define-global-minor-mode.
24433         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24434         Rename from easy-mmode-define-global-mode.
24435         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24437         * progmodes/scheme.el (scheme-mode-syntax-table):
24438         Update syntax of | and # for two-character comment syntax.
24440 2005-03-31  Lute Kamstra  <lute@gnu.org>
24442         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24443         (define-minor-mode): Call custom-current-group at load-time.
24445         * generic.el (define-generic-mode): Add debug declaration.
24446         Add defcustom for the mode hook.
24447         (generic-mode-internal): Use run-mode-hooks.
24449 2005-03-31  Kim F. Storm  <storm@cua.dk>
24451         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24452         (mouse-fixup-help-message): New defun called by show_help_echo
24453         to fixup mouse-2 prefix in help messages when applicable.
24455         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24457 2005-03-31  Kenichi Handa  <handa@m17n.org>
24459         * language/thai-word.el (thai-find-word-ends): Pay attention to
24460         the case that we reach the end of buffer.
24462         * textmodes/fill.el (fill-text-properties-at): New function.
24463         (fill-newline): Use fill-text-properties-at instead of
24464         text-properties-at.
24466 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
24468         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24469         not comint-quote-filename.
24471 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
24473         * help-fns.el (help-with-tutorial): Revert last change.
24475 2005-03-31  Kim F. Storm  <storm@cua.dk>
24477         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24479 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24481         * calendar/cal-china.el: Update reference to "Calendrical
24482         Calculations" book; there's a new edition.
24483         * calendar/cal-coptic.el: Likewise.
24484         * calendar/cal-french.el: Likewise.
24485         * calendar/cal-hebrew.el: Likewise.
24486         * calendar/cal-islam.el: Likewise.
24487         * calendar/cal-iso.el: Likewise.
24488         * calendar/cal-julian.el: Likewise.
24489         * calendar/cal-mayan.el: Likewise.
24490         * calendar/cal-persia.el: Likewise.
24491         * calendar/calendar.el: Likewise.
24492         * calendar/holidays.el: Likewise.
24493         * calendar/lunar.el: Likewise.
24494         * calendar/solar.el: Likewise.
24496         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24497         white space from doc string.
24499 2005-03-30  Jay Belanger  <belanger@truman.edu>
24501         * calc/calc-help.el (calc-full-help): Remove email address.
24503 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
24505         * help-fns.el (help-with-tutorial): Delete title line.
24507 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24509         * calendar/cal-x.el (calendar-one-frame-setup)
24510         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24511         rather than `symbol' for set-window-dedicated-p.
24513         * calendar/appt.el (appt-buffer-name): Make it a constant.
24514         (appt-add): Doc fix.
24516         * filesets.el (filesets-menu-path, filesets-menu-before)
24517         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
24518         (filesets-menu-cache-file): Use directory ~/.emacs.d.
24519         (filesets-add-submenu): Delete and use add-submenu instead.
24521 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
24523         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24524         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24525         (org-diary-default-entry): New function.
24526         (org-get-entries-from-diary): Better parsing of diary entries.
24527         (org-agenda-check-no-diary): New function.
24528         ("diary-lib"): Advice to function `add-to-diary-list', to allow
24529         linking to diary entries.
24530         (org-agenda-execute-calendar-command): New function.
24531         (org-agenda): Improve visible section in window.
24532         Use `org-fit-agenda-window'.
24533         (org-fit-agenda-window): New option.
24534         (org-move-subtree-down): Better handling of empty lines
24535         at end of subtree.
24536         (org-cycle): Numeric prefix is interpreted now as show-subtree N
24537         levels up.
24538         (org-fontify-done-headline): New option.
24539         (org-headline-done-face): New face.
24540         (org-set-font-lock-defaults): Use `org-headline-done-face'.
24541         (org-table-copy-down): Rename from `org-table-copy-from-above'.
24542         When current field is non-empty, it is copied to next row.
24543         (org-table-copy-from-above): Fix bug which made it
24544         impossible to copy fields containing only a single non-white character.
24546 2005-03-30  Kim F. Storm  <storm@cua.dk>
24548         * kmacro.el (kmacro-end-macro): Isearch may store this command
24549         into the macro -- so ignore it when executing keyboard macro.
24551 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
24553         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24555 2005-03-29  Kenichi Handa  <handa@m17n.org>
24557         * language/thai.el ("Thai"): Set setup-function and exit-function
24558         for Thai language environment.
24560         * language/thai-util.el: Require thai-word.
24561         (thai-word-mode-map): New variable.
24562         (thai-word-mode): New minor mode.
24563         (setup-thai-language-environment-internal): New function.
24564         (exit-thai-language-environment-internal): New function.
24566         * language/thai-word.el (thai-word-table): Declare it by defvar,
24567         use dolist to initialize it.
24568         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24569         (thai-fill-find-break-point): New functions.
24571 2005-03-29  Richard M. Stallman  <rms@gnu.org>
24573         * simple.el (idle-update-delay): Move definition up.
24574         (set-mark): Doc fix.
24576 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
24578         * longlines.el: New file.
24580         * simple.el (buffer-substring-filters): New variable.
24581         (filter-buffer-substring): New function.
24582         (kill-region, copy-region-as-kill): Use it.
24584         * register.el (copy-to-register, append-to-register)
24585         (prepend-to-register): Use filter-buffer-substring.
24587 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
24589         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24590         (gud-filter-pending-text): Move in front of gdb.
24591         (gud-overlay-arrow-position): New variable.
24592         (gud-sentinel, gud-display-line): Use it in place of
24593         overlay-arrow-position.
24595 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
24597         * progmodes/fortran.el (fortran-if-indent): Doc fix.
24598         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24599         (fortran-font-lock-keywords-4): New variable.
24600         (fortran-blocks-re, fortran-end-block-re)
24601         (fortran-start-block-re): New constants, for hideshow.
24602         (hs-special-modes-alist): Add a Fortran entry.
24603         (fortran-mode-map): Bind fortran-end-of-block,
24604         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24605         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
24606         (fortran-looking-at-if-then, fortran-end-of-block)
24607         (fortran-beginning-of-block): New functions, for hideshow.
24609         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24610         Doc fix.  Tweak regexp.
24611         (f90-beginning-of-block): Push mark first.
24613 2005-03-29  Jay Belanger  <belanger@truman.edu>
24615         * calc/calc.el: Update copyright date.
24616         (calc-version): Increase to 2.1.
24617         (calc-version-date): Remove.
24619         * calc/calc-help.el: Update copyright date.
24620         (calc-full-help): Remove reference to calc-version-date.
24621         Update copyright date.
24623 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24625         * vc.el (vc-do-command): Use a pipe for async processes, so password
24626         prompts don't show up at places where the user can't reply.
24628 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
24630         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24631         on the file name we pass to the inferior shell.
24633 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24635         * progmodes/which-func.el (which-function): Be robust in the face of an
24636         imenu--make-index-alist failure.
24638 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24640         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24642         * progmodes/python.el (python-preoutput-filter): Fix last change.
24644 2005-03-29  Lute Kamstra  <lute@gnu.org>
24646         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24647         functions and compiled macros.
24648         (debug-convert-byte-code): Handle macros too.
24649         (debug-on-entry-1): Don't signal an error when trying to clear a
24650         function that is not set to debug on entry.
24652 2005-03-29  Jay Belanger  <belanger@truman.edu>
24654         * calc/calc-lang.el: Add functions to math-function-table
24655         properties of tex and math.
24657 2005-03-29  Kenichi Handa  <handa@m17n.org>
24659         * ps-mule.el (ps-mule-plot-string): Translate characters by
24660         ps-print-translation-table.
24661         (ps-mule-begin-job): Call find-charset-region/string with
24662         ps-print-translation-table.
24663         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24665         * ps-print.el (ps-print-translation-table): New variable.
24666         (ps-plot-region): Translate characters by ps-print-translation-table.
24668 2005-03-29  Juri Linkov  <juri@jurta.org>
24670         * simple.el (next-error-highlight-timer): New variable.
24672         * progmodes/compile.el (compilation-goto-locus):
24673         Use `next-error-highlight-timer' instead of `sit-for'.
24675 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24677         * mail/supercite.el (sc-mail-field): Use assoc-string.
24678         (sc-get-address): Simplify regexps.
24680         * files.el (minibuffer-with-setup-hook): New macro.
24681         (find-file-read-args): Use it to avoid let-binding
24682         minibuffer-with-setup-hook (which breaks turning on/off
24683         file-name-shadow-mode while in the prompt).
24685         * complete.el (PC-read-include-file-name-internal):
24686         Use test-completion.
24688 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
24690         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24692 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24694         * window.el (window-buffer-height): Use count-screen-lines.
24696         * progmodes/python.el (python-preoutput-leftover): New var.
24697         (python-preoutput-filter): Use it.
24698         (python-send-receive): Loop until all the result has been received.
24700 2005-03-28  Juri Linkov  <juri@jurta.org>
24702         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24704         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24705         "Recover Crashed Session".
24706         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24707         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24708         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24709         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24710         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24711         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24712         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24713         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24715         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24716         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24717         Ediff Sessions", "Toggle use of separate control buffer frame",
24718         "Use separate frame for Ediff control buffer".
24720         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24721         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24722         "Rename Bookmark", "Delete Bookmark".
24724         * info.el (Info-mode-menu): Remove ellipsis from "Index".
24725         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24726         Add `:active Info-index-alternatives' to "Next Matching Item".
24728         * wdired.el (wdired-change-to-wdired-mode):
24729         Mention `wdired-abort-changes' key in the initial message.
24731         * international/mule.el (auto-coding-alist): Associate non-ascii
24732         image filename extensions with `no-conversion'.
24734 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24736         * international/iso-acc.el:
24737         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24739 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
24741         * textmodes/sgml-mode.el (html-mode): Doc update.
24743         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24745 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
24747         * term.el (term-move-columns): Fix face after extending a line.
24748         (term-insert-spaces): Likewise.
24749         (term-reset-terminal): Fix off by one error.
24751 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
24753         * international/mule.el (auto-coding-alist): Add .xpi files.
24755         * files.el (auto-mode-alist): Add .xpi files.
24757 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
24759         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24761 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
24763         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24765 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
24767         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24768         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
24770         * calendar/cal-move.el (calendar-beginning-of-year): Move the
24771         cursor to Jan 1 when needed.
24772         (calendar-end-of-year): Fix -/+ typo.
24773         Reported by Chong Yidong <cyd@stupidchicken.com>.
24775 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24777         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24779         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24780         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
24782 2005-03-25  Richard M. Stallman  <rms@gnu.org>
24784         * filesets.el (filesets-init): Add autoload.
24786         * mail/mailalias.el (mail-directory): Doc fix.
24788 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24790         * mail/mailalias.el (mail-directory-process): Do nothing if
24791         mail-directory-process is an atom.
24792         (mail-get-names): Ignore mail-directory-names if it is an atom.
24793         (mail-directory-process defvar): Doc fix.
24794         (mail-names): Doc fix.
24796 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
24798         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24800 2005-03-26  Kenichi Handa  <handa@m17n.org>
24802         * international/mule-util.el (detect-coding-with-priority):
24803         Call update-coding-systems-internal before detect-coding-region.
24805 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
24807         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24808         (gdb-frames-mode-map): Add follow-link property.
24810 2005-03-25  Jay Belanger  <belanger@truman.edu>
24812         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24813         for variables.
24815 2005-03-25  Juri Linkov  <juri@jurta.org>
24817         * image-mode.el: Optimize image filename extension regexps in
24818         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
24819         in `auto-mode-alist'.
24820         (image-mode): Add `image-toggle-display-text' to local hook
24821         `change-major-mode-hook'.  Display the image as an image by
24822         default.  Set `cursor-type' and `truncate-lines' if the image
24823         is already displayed.  Take into account the current mode (image
24824         or text) in message.
24825         (image-minor-mode): New minor mode.
24826         (image-mode-maybe, image-toggle-display-text): New functions.
24827         (image-toggle-display): Use called-interactively-p.
24828         Let-bind `inhibit-read-only' to t.
24830         * image-mode.el (image-minor-mode): Set `cursor-type' and
24831         `truncate-lines' if the image is already displayed.  Add turning
24832         image-minor-mode off to `change-major-mode-hook'.  Add message.
24833         Call `image-toggle-display-text' after turning image-minor-mode off.
24835 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24837         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24838         Terminal.app, use utf-8.
24839         (set-display-table-and-terminal-coding-system): Add coding-system arg.
24840         (set-locale-environment): Use it.
24842         * term/xterm.el: Undo last change, better done in mule-cmds.el.
24844         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24846         * progmodes/python.el (python-close-block-statement-p)
24847         (python-outdent-p, python-current-defun): Use symbol-end.
24849 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
24851         * files.el (save-some-buffers): Doc fix.
24853 2005-03-25  Werner Lemberg  <wl@gnu.org>
24855         * complete.el, thumbs.el: Replace `legal' with `valid'.
24856         * calendar/calendar.el: Replace `legal' with `valid'.
24857         * emacs-lisp/advice.el: Replace `legal' with `valid'.
24858         * mail/supercite.el: Replace `legal' with `valid'.
24859         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24860         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24861         Replace `legal' with `valid'.
24862         * textmodes/reftex-vars.el, textmodes/reftex.el:
24863         Replace `legal' with `valid'.
24865 2005-03-25  Werner Lemberg  <wl@gnu.org>
24867         * calc/calc-forms.el, calc/calc-sel.el
24868         * midnight.el, vc-cvs.el
24869         * emacs-lisp/cl-macs.el
24870         * emulation/vip.el
24871         * eshell/esh-io.el, eshell/esh-var.el
24872         * mail/supercite.el
24873         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24874         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24875         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24876         * progmodes/sh-script.el, progmodes/xscheme.el
24877         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24878         * textmodes/reftex-index.el, textmodes/reftex-parse.el
24879         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24880         * textmodes/reftex.el, textmodes/org.el:
24881         Replace `illegal' with `invalid'.
24883 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24885         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24886         (flymake-find-buildfile, flymake-find-possible-master-files)
24887         (flymake-check-include, flymake-parse-line): Replace loops over the
24888         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24890         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24891         Substitute file-name-as-directory in the rest of the file.
24892         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24893         (flymake-replace-region): Remove unused arg `buffer'.
24894         (flymake-check-patch-master-file-buffer): Update calls to it.
24895         (flymake-add-err-info): Remove unused var `count'.
24896         (flymake-mode): Use define-minor-mode.
24898         * progmodes/flymake.el: Use with-current-buffer.
24899         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24900         flymake-replace-regexp-in-string, flymake-line-beginning-position)
24901         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24902         Avoid testing for `xemacs'.
24903         (flymake-nop): Move.
24904         (flymake-region-has-flymake-overlays): Return the computed value.
24905         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24906         Remove unused var `endline'.
24907         (flymake-get-line-count): Remove unused function.
24908         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24910         * emulation/vi.el:
24911         * generic.el:
24912         * hilit-chg.el (global-highlight-changes):
24913         * hi-lock.el (hi-lock-mode):
24914         * follow.el: find-file-hooks -> find-file-hook.
24916         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24918 2005-03-24  Juri Linkov  <juri@jurta.org>
24920         * dired.el (dired-mode-map): Add menu item "Compare directories"
24921         for dired-compare-directories.
24923         * dired-aux.el (dired-compare-directories): Add autoload cookie.
24924         Doc fix.  Replace `read-file-name' with `read-directory-name'.
24926 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24928         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24930 2005-03-24  Jay Belanger  <belanger@truman.edu>
24932         * calc/calc-embed.el (calc-embedded-mode-change): Save all
24933         relevant mode settings in calc-embedded-original-modes when modes
24934         are permanently changed.
24936 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24938         * autoinsert.el: find-file-hooks -> find-file-hook.
24940 2005-03-24  Lute Kamstra  <lute@gnu.org>
24942         * generic.el (generic-font-lock-defaults): Make it obsolete.
24943         (generic-font-lock-keywords): New variable to replace
24944         generic-font-lock-defaults.
24945         (generic-mode-set-font-lock): Delete it.
24946         (generic-mode-internal): Don't call generic-mode-set-font-lock.
24947         (generic-bracket-support): Add docstring.
24949         * generic-x.el: Rename generic-font-lock-defaults to
24950         generic-font-lock-keywords throughout.
24951         (mailagent-rules-setup-function): Delete it.
24952         (mailagent-rules-generic-mode): Use anonymous function instead.
24953         (show-tabs-generic-mode-font-lock-defaults-1)
24954         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24955         Quote faces.
24956         (show-tabs-tab-face, show-tabs-space-face): Specify background,
24957         not foreground.
24959         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24960         Recognize define-generic-mode.
24962 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24964         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24965         if there's no completion table.
24967 2005-03-23  Miles Bader  <miles@gnu.org>
24969         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24970         Remove tty-specific variants, as they're no longer needed.
24972 2005-03-23  Lute Kamstra  <lute@gnu.org>
24974         * generic-x.el: Code cleanup: make args constant whenever possible.
24975         (installshield-statement-keyword-list)
24976         (installshield-system-functions-list)
24977         (installshield-system-variables-list, installshield-types-list)
24978         (installshield-funarg-constants-list): Make them constants.
24980         * generic.el (generic-make-keywords-list): Add autoload cookie.
24982         * calendar/time-date.el: Add comment on time value formats.
24983         Don't require parse-time.
24984         (with-decoded-time-value): New macro.
24985         (encode-time-value): New function.
24986         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24987         (days-to-time): Return a valid time value when arg is huge.
24988         (time-since): Use time-subtract.
24989         (time-to-number-of-days): Use time-to-seconds.
24991 2005-03-23  David Ponce  <david@dponce.com>
24993         * recentf.el (recentf-keep): New option.
24994         (recentf-menu-action): Default to `find-file'.
24995         (recentf-keep-non-readable-files-flag)
24996         (recentf-keep-non-readable-files-p)
24997         (recentf-file-readable-p, recentf-find-file)
24998         (recentf-cleanup-remote): Remove.
24999         (recentf-include-p): More robust.
25000         (recentf-keep-p): New function.
25001         (recentf-remove-if-non-kept): Rename from
25002         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
25003         All callers updated.
25004         (recentf-menu-items-for-commands): Fix help string.
25005         (recentf-track-closed-file): Update.  Doc fix.
25006         (recentf-cleanup): Update.  Count removed files.  Doc fix.
25008 2005-03-23  Kim F. Storm  <storm@cua.dk>
25010         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25011         Don't inherit from fringe face (now happens automatically).
25013 2005-03-22  Kim F. Storm  <storm@cua.dk>
25015         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
25016         position values.
25018 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25020         * menu-bar.el (showhide-date-time): Remove.
25021         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
25022         (menu-bar-make-mm-toggle): Simplify.
25024 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
25026         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
25027         Accept qualified variable and function names.
25029 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
25031         * bindings.el (completion-ignored-extensions):
25032         Remove ".lis" for `vax-vms'.
25034 2005-03-22  Andreas Schwab  <schwab@suse.de>
25036         * generic-x.el: Revert last change.
25037         * ldefs-boot.el: Update.
25039 2005-03-22  Jay Belanger  <belanger@truman.edu>
25041         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
25042         (calc-embedded-save-original-modes)
25043         (calc-embedded-restore-original-modes): New functions.
25044         (calc-do-embedded): Save original modes when entering embedded mode
25045         and restore when leaving embedded mode.
25046         (calc-embedded-modes-change): Change the value of
25047         calc-embedded-original-modes to reflect permanent changes.
25049 2005-03-22  Lute Kamstra  <lute@gnu.org>
25051         * generic-x.el: Require generic again.
25053 2005-03-22  Miles Bader  <miles@gnu.org>
25055         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25056         Tweak details to look good on both ttys and bitmap displays, light
25057         or dark background, etc.
25059 2005-03-21  Kim F. Storm  <storm@cua.dk>
25061         * tooltip.el (tooltip-show-help-function): Check car and cdr of
25062         mouse position.
25064 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25066         * icomplete.el: Don't forcibly turn on the mode upon load.
25067         (icomplete-mode): Use define-minor-mode.
25068         (icomplete-eoinput): Default to nil.
25069         (icomplete-minibuffer-setup): Remove autoload.
25070         (icomplete-tidy): Simplify.
25071         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
25072         in the initial state or if the user has modified the field.
25073         Fix handling of icomplete-max-delay-chars.
25074         Remove code that handles the oddball case where
25075         minibuffer-completion-table is an integer.
25076         Wrap icomplete-completions in while-no-input in case building
25077         completions takes more time than expected.
25078         (icomplete-completions): Simplify.
25080 2005-03-21  Richard M. Stallman  <rms@gnu.org>
25082         * jka-compr.el (jka-compr-really-do-compress):
25083         Make variable buffer-local.
25085         * image-mode.el: Handle .xpm files too.
25086         (image-toggle-display): Preserve modification flag.
25088         * help.el (where-is): Don't mention aliases with no key bindings.
25090 2005-03-21  Lute Kamstra  <lute@gnu.org>
25092         * generic.el: Fix commentary section.  Don't require cl for
25093         compilation.
25094         (generic-mode-list): Add autoload cookie.
25095         (generic-use-find-file-hook, generic-lines-to-scan)
25096         (generic-find-file-regexp, generic-ignore-files-regexp)
25097         (generic-mode, generic-mode-find-file-hook)
25098         (generic-mode-ini-file-find-file-hook): Fix docstrings.
25099         (define-generic-mode): Make it a defmacro.  Fix docstring.
25100         (generic-mode-internal): Code cleanup.  Add autoload cookie.
25101         (generic-mode-set-comments): Code cleanup.
25102         * generic-x.el: Don't prevent compilation.  Don't require generic.
25103         Follow coding conventions.  Minor code cleanup.
25104         (etc-fstab-generic-mode): Add some keywords.
25105         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
25106         define-generic-mode like a function declaration.
25108 2005-03-21  Jay Belanger  <belanger@truman.edu>
25110         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
25111         changing modes.
25113 2005-03-21  Sam Steingold  <sds@gnu.org>
25115         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
25117 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
25119         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
25120         Add underscore to "f$ lexicals" regexp.
25122 2005-03-20  Juri Linkov  <juri@jurta.org>
25124         * subr.el (progress-reporter-do-update): When `min-value' is equal
25125         to `max-value', set `percentage' to 0 and prevent division by zero.
25127 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
25129         Sync with Tramp 2.0.48.
25131         * net/tramp.el (all): Change all addresses to .gnu.org.
25132         (tramp-append-tramp-buffers): New defun.
25133         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
25134         Catch `dont-send' signal.
25135         (tramp-set-auto-save-file-modes): Set always permissions, because
25136         there might be an old auto-saved file belonging to another
25137         original file.  This could be a security threat.  Reported by
25138         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
25139         Check for Emacs 21.3.50 removed.
25141         * net/tramp-smb.el (all): Remove debug construct for
25142         `with-parsed-tramp-file-name'.
25143         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
25144         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
25145         No error message if DIRECTORY or FILENAME doesn't exist.
25146         (tramp-smb-open-connection): Check existence of
25147         `tramp-smb-program'.
25149 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25151         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
25152         Properly handle the case where the `m' or `s' command's argument is not
25153         yet terminated.
25154         (perl-indent-new-calculate): New function.
25155         (perl-indent-line): Use it.
25157 2005-03-20  Miles Bader  <miles@gnu.org>
25159         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
25160         in text-mode too.  Change to new face names.
25161         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
25162         Add `:weight bold' attribute.
25163         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
25165 2005-03-19  Juri Linkov  <juri@jurta.org>
25167         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
25169         * international/mule.el (auto-coding-alist): Sync with
25170         `auto-mode-alist' by adding upper case archive file extensions
25171         and adding ear/war to jar extension.
25173 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
25175         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
25176         running, restart it.
25178 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
25180         * finder.el (finder-current-item): Throw an error on an empty line.
25182         * man.el (Man-follow-manual-reference): If current-word returns
25183         nil, use "".
25185 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
25187         * simple.el (goto-line): Doc fix.
25189 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
25191         * files.el (save-buffer): Doc fix.
25193 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
25195         * recentf.el (recentf-cleanup-remote): New variable.
25196         (recentf-cleanup): Use it to conditionally check availability of
25197         remote files.
25199 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
25201         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
25202         function names.
25204 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
25206         * language/thai-word.el: New file.
25208 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
25210         * files.el (backup-buffer): If the file's directory is not
25211         writable, use copy instead of move to backup the file.
25213 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
25215         * obsolete/keyswap.el: Moved to obsolete/ from term/.
25217 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25219         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
25220         Use functionp instead of symbolp and fboundp.  Reported by Drkm
25221         <darkman_spam@yahoo.fr>.
25222         (ps-print-version): New version 6.6.6.
25224 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
25226         * textmodes/table.el (table--line-column-position): New idiom.
25227         (table--row-column-insertion-point-p): New function to test
25228         validity of row and column insertion operation at a location.
25229         (table-global-menu, table-cell-menu): Use above functions for
25230         deterministic test operation.
25231         (table--editable-cell-p): Behave in deterministic fashion.
25233 2005-03-18  Juri Linkov  <juri@jurta.org>
25235         * isearch.el (isearch-lazy-highlight-new-loop):
25236         Make arguments beg and end optional.
25237         (isearch-update): Remove optional arguments nil from
25238         isearch-lazy-highlight-new-loop.
25239         (isearch-lazy-highlight-search): Let-bind case-fold-search to
25240         isearch-lazy-highlight-case-fold-search instead of
25241         isearch-case-fold-search, and let-bind isearch-regexp to
25242         isearch-lazy-highlight-regexp.
25243         Use isearch-lazy-highlight-last-string instead of isearch-string.
25245         * replace.el (perform-replace): Remove bindings of global
25246         variables isearch-string, isearch-regexp, isearch-case-fold-search.
25247         Add three new arguments to `replace-highlight'.
25248         (replace-highlight): Add arguments string, regexp, case-fold.
25249         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
25250         to allow isearch-lazy-highlight-new-loop to use these values
25251         to set corresponding isearch-lazy-highlight-* internal
25252         variables whose values lazy highlighting will use regardless of
25253         changes to global variables isearch-string, isearch-regexp,
25254         isearch-case-fold-search during lazy highlighting loop.
25255         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
25256         to `lazy-highlight-cleanup'.
25258         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
25259         (ispell-highlight-face): Set default face to `isearch' when
25260         lazy highlighting is enabled.
25261         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
25262         priority to 1.  Add lazy highlighting.
25263         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
25264         from `isearch-dehighlight'.
25266 2005-03-18  David Ponce  <david@dponce.com>
25268         * files.el (hack-local-variables): Do a case-insensitive search
25269         for End.
25271 2005-03-18  Juri Linkov  <juri@jurta.org>
25273         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
25274         `isearch-lazy-highlight-cleanup', add alias to old name and
25275         declare obsolete.  Add release numbers to other obsolete vars.
25276         (isearch-done, isearch-lazy-highlight-new-loop):
25277         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
25278         (lazy-highlight-cleanup) <variable>: Doc fix.
25279         (isearch-lazy-highlight-update): Rename obsolete
25280         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
25282 2005-03-18  Kenichi Handa  <handa@m17n.org>
25284         * language/thai-util.el: Fix categorization of Thai characters in
25285         thai-category-table.
25286         (thai-composition-pattern): Adjust it for the above change.
25287         (thai-self-insert-command, thai-compose-syllable): New functions.
25288         (thai-compose-region): Use thai-compose-syllable.
25289         (thai-compose-string): Likewise.
25290         (thai-composition-function): Likewise.
25291         (thai-auto-composition): New function.
25292         (thai-auto-composition-mode): New minor mode.
25294         * language/thai.el: Fix patterns to be registered in
25295         composition-function-table.
25297         * international/quail.el (quail-input-method): Locally bind
25298         inhibit-modification-hooks to t.
25300 2005-03-17  Richard M. Stallman  <rms@gnu.org>
25302         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
25303         (perl-mode): Use run-mode-hooks.
25305         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
25306         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
25307         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
25309         * mail/sendmail.el (sendmail-send-it): Reenable the code
25310         to compute resend-to-address and use it.
25312         * tar-mode.el (tar-mode): Turn off undo unconditionally.
25314         * image-mode.el: New file.
25316         * image.el (insert-sliced-image): Add autoload cookie.
25318         * font-lock.el (font-lock-lines-before): New user option.
25319         (font-lock-after-change-function): Obey it.
25321         * bindings.el (esc-map): Make M-g a prefix.
25322         Bind M-g g and M-g M-g to goto-line.
25324         * faces.el (face-id): Doc fix.
25326 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25328         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25329         (rmail-show-message): Use rmail-unknown-mail-followup-to.
25330         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25332         * mail/sendmail.el (mail-yank-ignored-headers)
25333         (mail-font-lock-keywords, mail-mode-fill-paragraph):
25334         Add Mail-Followup-To and Mail-Reply-To headers.
25335         (mail-citation-hook): Add autoload cookie.
25336         (mail-mode): Doc fix.
25337         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25338         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25339         (mail-mode-fill-paragraph): Handle those headers.
25340         (mail-mailing-lists): New variable.
25341         (mail-mail-reply-to, mail-mail-followup-to): New functions.
25343 2005-03-17  Juri Linkov  <juri@jurta.org>
25345         * isearch.el (isearch-fallback): Check for `(car previous)'
25346         before calling `isearch-other-end-state'.
25348 2005-03-17  Kim F. Storm  <storm@cua.dk>
25350         * simple.el (move-beginning-of-line): Move to beginning of buffer
25351         line, as well as beginning of screen line.
25353 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
25355         * calendar/diary-lib.el (mark-diary-entries): Use new optional
25356         argument REDRAW rather than calendar-redrawing variable.
25357         * calendar/calendar.el (calendar-redrawing): Delete.
25358         (redraw-calendar): Do not bind calendar-redrawing.
25360 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
25362         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25363         diary-file buffer.
25365 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25367         * help.el (describe-mode): Allow a :minor-mode-function property to
25368         specify a different minor mode toggle function than the variable.
25369         * simple.el (auto-fill-function):
25370         * subr.el (add-minor-mode): Use it.
25372 2005-03-16  Kenichi Handa  <handa@m17n.org>
25374         * language/ethio-util.el (sera-being-called-by-w3): New variable.
25375         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25376         (ethio-fidel-to-sera-buffer): Likewise.
25378 2005-03-16  Juri Linkov  <juri@jurta.org>
25380         * emacs-lisp/find-func.el (find-function-regexp):
25381         Add defun-emitting macro `menu-bar-make-toggle'.
25383         * isearch.el: Put `isearch-scroll' property to
25384         `split-window-horizontally'.
25386         * info.el: Update error messages for `debug-ignored-errors'.
25387         (Info-isearch-search): Doc fix.
25388         (Info-find-node): Move up code to go into info buffer before
25389         recording the node to the history.
25390         (Info-fontify-node): Fontify titles only if the next line
25391         has two or more `*', `=', `-', `.'.
25392         Display "go to this node" for empty (match-string 3).
25394 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25396         * term/mac-win.el: Add mouse pointer shape constants.
25398 2005-03-15  Kim F. Storm  <storm@cua.dk>
25400         * simple.el (move-beginning-of-line): Use vertical-motion.
25402 2005-03-15  Juri Linkov  <juri@jurta.org>
25404         * isearch.el (isearch-error): New variable.
25405         (isearch-invalid-regexp, isearch-within-brackets): Remove.
25406         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25407         (isearch-within-brackets-state): Remove.
25408         (isearch-case-fold-search-state, isearch-pop-fun-state):
25409         Decrease frame index.
25410         (isearch-mode, isearch-top-state, isearch-push-state)
25411         (isearch-edit-string, isearch-abort, isearch-search-and-update)
25412         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25413         (isearch-search, isearch-lazy-highlight-new-loop):
25414         Replace `isearch-invalid-regexp' with `isearch-error'.
25415         Remove `isearch-within-brackets'.
25416         (isearch-search): Add `search-failed' handler to `condition-case'.
25417         (isearch-lazy-highlight-search): Add `condition-case' to catch
25418         errors and allow `isearch-lazy-highlight-update' to try
25419         highlighting from the beginning of the window.
25420         (isearch-repeat): Move up code to set isearch-wrapped to t
25421         before calling isearch-wrap-function.
25423         * info.el (Info-isearch-initial-node): New internal variable.
25424         (Info-search): Signal an error in isearch mode when search leaves
25425         the initial node.  Signal an error when `bound' is non-nil and
25426         nothing was found in the current subfile.
25427         (Info-isearch-search): Remove `condition-case'.
25428         (Info-isearch-wrap): Don't wrap when search failed during leaving
25429         the initial node.  If `Info-isearch-search' is nil, wrap around
25430         the current node.
25431         (Info-isearch-start): New fun.
25432         (Info-mode): Add buffer-local hook `Info-isearch-start' to
25433         `isearch-mode-hook'.
25435 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25437         * simple.el (normal-erase-is-backspace): Set default to t if
25438         running on Mac.
25440         * term/mac-win.el (function-key-map): Sync with x-win.el.
25442 2005-03-15  Kenichi Handa  <handa@m17n.org>
25444         * international/mule-cmds.el (locale-language-names): Modify the
25445         format of elements and add more entries.
25446         (locale-preferred-coding-systems): Add more entries.
25447         (set-locale-environment): Adjust for the change of
25448         locale-language-names.
25450 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25452         * pcvs.el (smerge-ediff): Remove bogus autoload.
25454 2005-03-14  Lute Kamstra  <lute@gnu.org>
25456         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25457         Ignore a `*' at the beginning of a line.
25459         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25460         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25461         subr.el.
25462         (dont-compile, eval-when-compile, eval-and-compile): Use declare
25463         to specify indentation.
25465         * generic.el (define-generic-mode): Let generic-mode-list be a
25466         list of strings; test membership with equal.
25468 2005-03-14  Kim F. Storm  <storm@cua.dk>
25470         * simple.el (next-line, previous-line): Add optional try-vscroll
25471         arg to recognize interactive use.  Pass it on to line-move.
25472         (line-move): Don't perform auto-window-vscroll when defining or
25473         executing keyboard macro to ensure consistent behavior.
25475 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25477         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25479 2005-03-13  Lute Kamstra  <lute@gnu.org>
25481         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25482         debugger-setup-buffer so that backtrace marks the frames set to
25483         debug-on-exit and we don't have to do it manually.  Set an extra
25484         debug-on-exit for macro's.
25485         (debugger-setup-buffer): Don't mark the top frame manually.
25487 2005-03-12  Lute Kamstra  <lute@gnu.org>
25489         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25490         lisp-indent-function throughout.
25491         (with-no-warnings): Set lisp-indent-function property.
25493 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
25495         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25496         Add entry for backslash.
25498 2005-03-12  Juri Linkov  <juri@jurta.org>
25500         * info.el (Info-search): Four fixes for backward search.
25502 2005-03-11  Jay Belanger  <belanger@truman.edu>
25504         * calc/calc.el (calc-language-alist): New variable.
25505         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25506         (calc-embedded-find-modes): Use calc-language-alist instead of
25507         calc-embedded-language-alist.
25509 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
25511         * calendar/calendar.el (calendar-redrawing): New internal
25512         variable.
25513         (redraw-calendar): Remove bogus save-excursion from previous
25514         change.  Bind calendar-redrawing to t for mark-diary-entries.
25515         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25516         calendar if that is why we were called.
25518 2005-03-11  Kenichi Handa  <handa@m17n.org>
25520         * international/mule.el (make-coding-system): Set property
25521         coding-system-define-form to nil.
25522         (define-coding-system-alias): Likewise.
25524 2005-03-11  Kenichi Handa  <handa@m17n.org>
25526         These changes are suggested by Dave Love <fx@gnu.org>.
25528         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25529         coding: tag.
25530         (adaptive-fill-regexp): Add more bullets.
25531         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25532         regexps.
25534 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25536         * help.el (describe-mode): Properly handle non-trivial lighters.
25537         Don't ignore minor modes that are not listed in minor-mode-list.
25539         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25540         feature ON when the user requests to turn it OFF.
25542 2005-03-10  Lute Kamstra  <lute@gnu.org>
25544         * emacs-lisp/debug.el (debug-entry-code): Delete it.
25545         (implement-debug-on-entry): New function to replace debug-entry-code.
25546         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
25547         second argument as the 2005-03-07 change makes it obsolete.
25548         (debug-on-entry, cancel-debug-on-entry): Update call to
25549         debug-on-entry-1.
25550         (debug, debugger-setup-buffer): Comment update.
25551         (debugger-frame-number): Update to work with implement-debug-on-entry.
25553 2005-03-10  Jay Belanger  <belanger@truman.edu>
25555         * calc/calc-embed.el (math-ms-args): Declare it.
25556         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25557         math-ms-args.
25558         (calc-embedded-subst): Use math-multi-subst-rec to substitute
25559         variables.
25561 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
25563         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25564         Use message-box.
25566         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25567         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25568         (tooltip-gud-tips): Simplify.
25569         (tooltip-gud-tips-p): Remove superfluous :set.
25570         (tooltip-gud-modes): Add fortran-mode.
25571         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25573         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25575 2005-03-09  Kim F. Storm  <storm@cua.dk>
25577         * play/animate.el (animate-place-char): Use forward-line instead
25578         of next-line to improve performance.
25580 2005-03-09  Simon Josefsson  <jas@extundo.com>
25582         * net/browse-url.el (browse-url-default-browser): Doc fix.
25584 2005-03-09  Miles Bader  <miles@gnu.org>
25586         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25587         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25589 2005-03-09  Kenichi Handa  <handa@m17n.org>
25591         * international/latin-1.el: Set case and syntax for 255 only if
25592         set-case-syntax-set-multibyte is nil.
25594         * textmodes/ispell.el (ispell-insert-word): New function.
25595         (ispell-word): Use ispell-insert-word to insert a new word.
25596         (ispell-process-line): Likewise.
25597         (ispell-complete-word): Likewise.
25599 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
25601         * calendar/calendar.el (redraw-calendar): Preserve point.
25602         Reported by Matt Hodges <MPHodges@member.fsf.org>.
25603         (calendar-week-start-day): Move after definition of
25604         redraw-calendar.  Delete buffer test, since redraw-calendar has
25605         that now.
25607         * calendar/diary-lib.el (mark-diary-entries): Only call
25608         redraw-calendar in the first of any recursive calls.
25609         Reported by Alan Shutko <ats@acm.org>.
25611 2005-03-08  Juri Linkov  <juri@jurta.org>
25613         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25614         (html-horizontal-rule, html-line, html-image, html-checkboxes)
25615         (html-radio-buttons): Add a space before the trailing `/>' where
25616         sgml-xml-mode is non-nil.
25617         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25618         the subsequent tag of the empty XML tag.
25619         (html-href-anchor): Don't set initial input to "http:".
25620         (html-image): Ask for the image URL and set point inside alt="".
25621         (html-name-anchor): Duplicate the name in the `id' attribute when
25622         sgml-xml-mode is non-nil.
25623         (html-paragraph): Remove \n before <p>.
25624         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25625         instead of `checked' when sgml-xml-mode is non-nil.
25627         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25628         Remove 1 space before #RRGGBB to not truncate it on terminal
25629         windows w/o fringes.  Remove 1 space between bg and fg examples
25630         to get more space.
25631         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25632         avoid byte-compile warnings.
25634         * image-file.el (image-file-handler): Put `safe-magic' property to
25635         `image-file-handler'.
25637         * info.el (Info-isearch-search): Emulate word search in
25638         isearching through multiple Info nodes with Info-search.
25639         (Info-isearch-wrap): Allow isearch-word.
25641 2005-03-08  Lute Kamstra  <lute@gnu.org>
25643         * emacs-lisp/debug.el (debugger-step-through): Make sure that
25644         stepping into the debugger's code is not possible.
25645         (debugger-jumping-flag): Docstring update.
25647 2005-03-08  Jay Belanger  <belanger@truman.edu>
25649         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25650         embedded mode begins.
25651         (calc-embedded-language-alist): New variable.
25652         (calc-embedded-find-modes): Use calc-embedded-language-alist to
25653         set default language mode.
25655 2005-03-08  Kenichi Handa  <handa@m17n.org>
25657         * international/ccl.el (define-ccl-program): Fix docstring about
25658         extra 256 bytes assured for the output buffer.
25660         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25661         Fix BUFFER_MAGNIFICATION to 2.
25662         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25664 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
25666         * align.el (align-rules-list): Added an alignment rule for CSS
25667         declarations (applies to css-mode and html-mode buffers).
25669 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25671         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25673 2005-03-07  Kim F. Storm  <storm@cua.dk>
25675         * simple.el (move-beginning-of-line): New command.
25677         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25679         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25681         * emulation/cua-base.el: Put CUA move property on move-end-of-line
25682         and move-beginning-of-line.
25684         * apropos.el (apropos-print): Omit command from M-x ... RET.
25686 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
25688         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25689         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25691 2005-03-06  Richard M. Stallman  <rms@gnu.org>
25693         * bindings.el (esc-map): Bind M-g to goto-line.
25695         * facemenu.el (global-map): Bind M-o, not M-g.
25697 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25699         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25700         "Open Directory" as for "Open File".
25702 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
25704         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25705         (push-mark-command): Run activate-mark-hook.
25707 2005-03-06  Richard M. Stallman  <rms@gnu.org>
25709         * help-mode.el (help-mode-finish): Don't alter the element
25710         in view-return-to-alist if there already is one.
25712         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25713         make sure the current buffer is the expected one.
25715         * novice.el (disabled-command-function): Output in *Disabled Command*.
25716         Explicitly ignore non-keyboard events, and explicitly handle C-g.
25718         * textmodes/flyspell.el (flyspell-large-region):
25719         Pass args differently for aspell.
25721         * files.el (mode-require-final-newline): Doc fix.
25723 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
25725         * progmodes/which-func.el (which-function):
25726         Specify NOERROR when calling imenu--make-index-alist.
25728 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25730         * simple.el (normal-erase-is-backspace): Define default value.
25732         * custom.el (custom-theme-set-variables): Remove unused var
25733         `immediate'.
25734         (custom-reevaluate-setting): Simple function to handle variables
25735         that are defined before their default value can really be
25736         computed.
25738         * startup.el (command-line): Use it for temporary-file-directory,
25739         small-emporary-file-directory, auto-save-file-name-transforms,
25740         blink-cursor-mode, and normal-erase-is-backspace.
25742         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25743         progress, even with buggy anchored keywords.
25745 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
25747         * simple.el (goto-line): Remove unbalanced final parenthesis.
25749 2005-03-05  Richard M. Stallman  <rms@gnu.org>
25751         * simple.el (goto-line): Use a number at point as the default.
25752         With C-u as arg, switch buffers.
25754 2005-03-05  Juri Linkov  <juri@jurta.org>
25756         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25757         with `no-blinking-cursor'.
25759         * startup.el (no-blinking-cursor): New defvar.
25760         (command-line): Add `--no-blinking-cursor' to longopts.
25761         Set `no-blinking-cursor' to t for command line arguments
25762         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
25763         with `no-blinking-cursor' in the condition for calling
25764         `blink-cursor-mode'.
25766 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
25768         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25769         (menu-bar-options-save): Add blink-cursor-mode.
25770         (menu-bar-options-menu): Add blink-cursor-mode.
25772 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
25774         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25775         (icalendar-export-file, icalendar-export-region)
25776         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25777         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25779 2005-03-04  Lute Kamstra  <lute@gnu.org>
25781         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25782         (debug-function-list): Ditto.
25784 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
25786         * textmodes/texinfmt.el (texinfo-append-refill):
25787         Redefine the types of line to which @refill
25788         is not appended by replacing a search for `@refill\\|@bye' with
25789         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
25790         itemize@refill' bug and the unfilled long lines bug.
25791         (texinfmt-version): Update number and date.
25793 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
25795         * international/code-pages.el (windows-1250, windows-125[2-8])
25796         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25798 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25800         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25801         bound yet.
25803 2005-03-02  Romain Francoise  <romain@orebokech.com>
25805         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25806         buffer after removing limits.
25807         (ibuffer-pop-filter): Ditto.
25808         Update copyright.
25810 2005-03-02  Miles Bader  <miles@gnu.org>
25812         * button.el (make-text-button): If the user doesn't specify a
25813         type, use the default.  Rewrite to use `add-text-properties' and
25814         plist functions.
25816 2005-03-01  Lute Kamstra  <lute@gnu.org>
25818         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25819         (debugger-jumping-flag): New var.
25820         (debug-entry-code): Use it.
25821         (debugger-jump): Use debugger-jumping-flag and add
25822         debugger-reenable to post-command-hook.
25823         (debugger-reenable): Use debugger-jumping-flag and remove itself
25824         from post-command-hook.
25825         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25826         debugger-reenable.
25828 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
25830         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25831         inclusion of "itemize\\|", which may be unnecessary, is certainly
25832         inelegant, and stops refilling in itemize lists when formatting
25833         Japanese Texinfo files to Info.
25834         Update copyright to 2005.
25836 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
25838         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25839         of an error if GDB can't find the source file.
25841 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
25843         * calendar/calendar.el (redraw-calendar): Work from any buffer,
25844         not just the calendar.
25846         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25847         first.
25848         (diary-redraw-calendar): New function.
25849         (make-diary-entry): Add diary-redraw-calendar to local
25850         write-contents-functions.  Turn off selective display before
25851         inserting in diary.
25853 2005-03-01  Kim F. Storm  <storm@cua.dk>
25855         * emacs-lisp/copyright.el (copyright-fix-years): New command.
25857 2005-03-01  Lute Kamstra  <lute@gnu.org>
25859         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25860         that debug-entry-code can be safely removed from a function while
25861         this code is being evaluated.  Revert the 2005-02-27 change as the
25862         new implementation no longer requires it.  Make sure that a
25863         function body containing just a string is not mistaken for a docstring.
25864         (debug): Skip one more frame in case of debug on entry.
25865         (debugger-setup-buffer): Delete one more frame line in case of
25866         debug on entry.
25867         (debugger-frame-number): Update to use the new text introduced by
25868         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
25870 2005-02-28  Kim F. Storm  <storm@cua.dk>
25872         * double.el (double-translate-key): Call force-window-update after
25873         read-event to avoid crash in redisplay.
25875 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25877         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25878         (debug): Use it.  Move the inhibit-trace earlier.
25879         (debug-entry-code): New const.
25880         (debug-on-entry-1): Use it.
25882 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
25884         * international/utf-16.el (ccl-encode-mule-utf-16le):
25885         Fix BUFFER_MAGNIFICATION to 2.
25886         (ccl-encode-mule-utf-16be): Likewise.
25888 2005-02-28  Kenichi Handa  <handa@m17n.org>
25890         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25891         Fix BUFFER_MAGNIFICATION to 4.
25892         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25894 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
25896         * speedbar.el (speedbar-update-flag): Doc fix.
25897         (speedbar-show-info-under-mouse): Give set-mouse-position the right
25898         argument.
25900 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25902         * reveal.el (reveal-post-command): Don't try to reveal overlays which
25903         have a non-nil `invisible' property but are actually visible.
25905         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25906         for perldoc sections.
25907         (perl-outline-regexp, perl-outline-level): New var and function.
25908         (perl-mode): Use them.
25910 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
25912         * calendar/diary-lib.el (diary-remind): Discard any mark portion
25913         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25915 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
25917         * cus-edit.el: Comment change.
25918         (custom-buffer-create-internal): Slightly reword text at top of
25919         Custom buffers.  Mention there that saving an option edits the
25920         init file.  Add link to Emacs manual node on `custom-file'.
25921         (custom-magic-alist): Rewrite individual State messages to use
25922         capitalized keywords.  Doc fix.
25924 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
25926         * calendar/calendar.el (calendar-buffer): Move above
25927         calendar-week-start-day.
25928         (calendar-week-start-day): Doc fix.  Add :set function.
25929         (calendar-minimum-window-height): New variable.
25930         (generate-calendar-window): Only resize window if selected-window
25931         is displaying the calendar buffer.  Use new variable
25932         calendar-minimum-window-height.
25933         (generate-calendar): Reword error message.
25934         (calendar-mode-map): Bind DEL to scroll-other-window-down.
25936 2005-02-27  Andreas Schwab  <schwab@suse.de>
25938         * vc.el (vc-do-command): Don't run command asynchronously when
25939         operating in a remote directory.
25941         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25942         change from sync with Tramp 2.0.47.
25944 2005-02-27  Richard M. Stallman  <rms@gnu.org>
25946         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25948         * textmodes/flyspell.el (flyspell-mode-on):
25949         Call ispell-change-dictionary only if necessary.
25951         * emacs-lisp/re-builder.el (regexp-builder): New function.
25953         * register.el (describe-register-1): Explicitly handle
25954         yank-excluded-properties = t.
25956         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25957         (custom-magic-alist): Change the status descriptions again.
25958         (face widget-type): Total rewrite based on `restricted-sexp'
25959         to eliminate the confusing double hiding levels.
25961         * emacs-lisp/debug.el (debug-on-entry-1):
25962         If function body is empty, add nil as body form.
25964 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25966         * emacs-lisp/trace.el (inhibit-trace): New var.
25967         (trace-make-advice): Use it.
25969         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25971 2005-02-26  Kim F. Storm  <storm@cua.dk>
25973         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25974         (mouse-on-link-p, mouse-drag-region-1): Use it.
25976 2005-02-25  Lute Kamstra  <lute@gnu.org>
25978         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25980 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
25982         * frame.el (blink-cursor-mode): Add :group keyword.
25984 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
25986         * calendar/icalendar.el (icalendar--decode-isodatetime):
25987         New optional argument DAY-SHIFT.
25988         (icalendar-export-region): Fix coding-system-for-write.
25989         (icalendar--convert-ical-to-diary): Shift end-day of all-day
25990         events by one.
25992 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25994         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25996 2005-02-24  Kim F. Storm  <storm@cua.dk>
25998         * international/iso-acc.el (iso-accents-compose): Fix crash
25999         during redisplay.  Call force-window-update after read-event
26000         and delete-region to signal that window is not accurate.
26002 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26004         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
26005         Remove unused and inexistent var `inhibit-trace'.
26006         (debugger-mode): Use run-mode-hooks.
26007         (debugger-list-functions): Add buttons; setup xref stack.
26009 2005-02-23  Richard M. Stallman  <rms@gnu.org>
26011         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
26012         appointment says it was explicitly made.
26013         (appt-add): Set the 3rd element.
26014         (appt-make-list): Preserve explicit appointments.
26016         * subr.el (find-tag-default): Catch errors in forward-sexp.
26018 2005-02-23  Juri Linkov  <juri@jurta.org>
26020         * info.el (Info-isearch-search): New defcustom.
26021         (Info-isearch-search): Call the default isearch function
26022         when Info-isearch-search is nil.
26023         (Info-isearch-wrap): Use variable Info-isearch-search.
26025 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
26027         * cus-edit.el: Comment change.
26029 2005-02-22  Kim F. Storm  <storm@cua.dk>
26031         * progmodes/hideif.el (hide-ifdef-use-define-alist):
26032         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
26034 2005-02-22  Simon Josefsson  <jas@extundo.com>
26036         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
26037         New variable.
26038         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
26039         Oskarsson" <myrkraverk@users.sourceforget.net>.
26041 2005-02-22  Kim F. Storm  <storm@cua.dk>
26043         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
26044         check that window of that event is the selected window.
26045         (mouse-drag-region-1): Compare mouse event window to selected
26046         window before setting point.
26048         * tooltip.el (tooltip-show-help-function): Pass event to
26049         mouse-on-link-p so it can check selected window.
26051 2005-02-22  Kenichi Handa  <handa@m17n.org>
26053         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
26054         (ps-mule-show-warning): New function.
26055         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
26056         characters are found.
26058         * ps-print.el (ps-header-footer-string): Return a list of header
26059         and footer strings.
26061 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
26063         * pcvs.el (cvs-retrieve-revision): Fix thinko.
26065 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26067         * frame.el (blink-cursor-mode): Use define-minor-mode.
26069         * term/mac-win.el (function-key-map): Use char-names more consistently.
26070         (file-name-coding-system): Only set it for MacOS-9.  The other case is
26071         already handled in mule-cmds.el (where it also works when mac-win.el
26072         is not used).
26074 2005-02-21  Kenichi Handa  <handa@m17n.org>
26076         * international/mule.el (ctext-pre-write-conversion): Always use
26077         " *code-converting-work*" buffer for work.
26079         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
26081 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
26083         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
26085 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
26087         * ses.el (undo-more): Restore defadvice, but only the part that
26088         allows changes outside the restricted area of the buffer.
26090 2005-02-20  Kim F. Storm  <storm@cua.dk>
26092         * simple.el (line-move): Add fourth optional arg try-vscroll which
26093         must be set to perform auto-window-vscroll.
26094         When moving backwards and doing auto-window-vscroll, automatically
26095         vscroll to the last part of lines which are taller than the window.
26096         (next-line, previous-line): Set try-vscroll arg on line-move.
26098 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
26100         * replace.el (query-replace, query-replace-regexp)
26101         (replace-string, replace-regexp): When operating on region, make
26102         the minibuffer prompt say so.
26104         * isearch.el (isearch-forward): Document isearch-query-replace and
26105         isearch-query-replace-regexp keybindings.
26107 2005-02-19  Jay Belanger  <belanger@truman.edu>
26109         * calc/calc-aent.el (math-read-token): Add local variable.
26111         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
26112         (calc-edit-top): Move declaration to earlier in file.
26113         (calc-edit-macro-repeats): Add local variables.
26115         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
26116         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
26117         calcFunc-tanh.
26118         Adjust integration rule for calcFunc-tan.
26120 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26122         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
26123         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
26124         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
26125         (viper-skip-separators): Bug fix.
26126         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
26127         particular major mode.
26128         (viper-del-backward-char-in-replace): Don't put deleted char on the
26129         kill ring.
26131         * viper-ex.el (viper-color-display-p): New function.
26132         (viper-has-face-support-p): Use viper-color-display-p.
26134         * viper-keym.el (viper-gnus-modifier-map): New keymap.
26136         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
26138         * viper-util.el (viper-glob-unix-files): Fix shell status check.
26139         (viper-file-remote-p): Make equivalent to file-remote-p.
26141         * viper.el (viper-major-mode-modifier-list):
26142         Use viper-gnus-modifier-map.
26144 2005-02-19  David Kastrup  <dak@gnu.org>
26146         * subr.el (subregexp-context-p): Fix garbled doc string by adding
26147         quoting.
26149 2005-02-19  Jay Belanger  <belanger@truman.edu>
26151         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
26152         Remove extra definitions.
26153         (calc-coth): New function.
26154         (calcFunc-cot): Fix `let'.
26156 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
26158         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
26159         the reasons we use "type pc" in these faces.
26161         * button.el (button): Ditto.
26163 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
26165         * replace.el (query-replace-read-from): Set the value of
26166         query-replace-from-history-variable to handle the case of an empty
26167         string entered to accept the suggested default.
26169         * net/tramp.el (tramp-file-name-for-operation):
26170         Use dired-call-process instead of dired-call-process-command.
26172 2005-02-19  Jay Belanger  <belanger@truman.edu>
26174         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
26175         (math-div-non-trig): New variables.
26176         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
26177         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
26178         (math-combine-prod, math-div-symb-fancy): Add simplifications for
26179         trig expressions.
26181 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
26183         * progmodes/gdb-ui.el (gdb-var-update-handler)
26184         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
26185         for watch expressions,
26186         (gdb-var-create-handler): Don't set speedbar-update-flag.
26187         (gdb-post-prompt): Simplify test for speedbar.
26189 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26191         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
26192         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
26193         we use the syntax table of the correct buffer.
26194         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
26195         Felix Gatzemeier.
26197         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
26198         (ediff-file-remote-p): Make synonymous with file-remote-p.
26199         In all deffaces ediff-*-face-*, use min-colors.
26201         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
26202         ediff-recurse-to-subdirectories.
26203         (ediff-mark-if-equal): Check that the arguments are strings, use
26204         ediff-same-contents (after to Felix Gatzemeier).
26206         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
26207         nil.
26209 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26211         * log-view.el (log-view-message-re): Fix up Subversion regexp.
26213 2005-02-18  David Kastrup  <dak@gnu.org>
26215         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
26216         use `mark-active' when defined.
26218 2005-02-18  Kenichi Handa  <handa@m17n.org>
26220         * ps-print.el (ps-font-info-database): New entry
26221         ZapfChancery-MediumItalic with correct font name.  Fix font name
26222         of the entry Zapf-Chancery-MediumItalic.
26224 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
26226         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
26228 2005-02-16  Kim F. Storm  <storm@cua.dk>
26230         * ido.el (ido-fallback-command): Pass user input to fallback command.
26232 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
26234         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
26235         (gdb-find-file-hook): Add server prefix.
26237 2005-02-16  Richard M. Stallman  <rms@gnu.org>
26239         * replace.el (perform-replace): Pass new args to replace-highlight.
26240         (replace-highlight): Take region args,
26241         and pass them to isearch-lazy-highlight-new-loop.
26243         * novice.el (disabled-command-hook): Autoload the defalias
26244         and the make-obsolete-variable call.
26246         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
26248         * isearch.el (isearch-lazy-highlight-start-limit)
26249         (isearch-lazy-highlight-end-limit): New variables limit
26250         the region for highlighting.
26251         (isearch-lazy-highlight-new-loop): New args BEG and END.
26252         (isearch-lazy-highlight-search): Use the new vars.
26253         (isearch-lazy-highlight-update): Likewise.
26255         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
26257         * cus-start.el (all): Use default-boundp.
26259 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
26261         * menu-bar.el (menu-bar-select-frame): Handle current frame.
26263 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
26265         * autorevert.el (auto-revert-stop-on-user-input)
26266         (auto-revert-verbose): Doc fixes.
26268 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
26270         * international/mule-cmds.el (set-locale-environment): Remove call
26271         to set-selection-coding-system on Windows.
26273 2005-02-15  Jay Belanger  <belanger@truman.edu>
26275         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
26276         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
26277         calcFunc-coth.
26278         (math-simplify-sqrt): Add simplifications.
26280         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
26281         to list.
26283         * calc/calc-ext.el: Add functions to autoloads.
26285         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
26286         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
26287         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
26288         (math-csc-raw, math-cot-raw): New functions.
26290         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
26292         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
26293         the variable name in a message.
26295         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
26296         calcFunc-csc, calcFunc-cot.
26298         * calc/calcalg2.el: Add derivative and integration rules for
26299         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
26300         calcFunc-csch, calcFunc-coth.
26301         (math-do-integral-methods): Add to checks for when to use
26302         substitutions.
26304         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
26306 2005-02-15  Lute Kamstra  <lute@gnu.org>
26308         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26309         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
26310         <monnier@iro.umontreal.ca>
26311         (lisp-outline-level): Improve efficiency.  Suggested by David
26312         Kastrup <dak@gnu.org>.
26314 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
26316         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
26317         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
26318         (gdb-set-gud-minor-mode-existing-buffers): New functions.
26319         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
26320         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26322 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
26324         * cus-start.el (all): Comment change.
26326 2005-02-14  Lute Kamstra  <lute@gnu.org>
26328         * cus-start.el (all): Check if symbol is void.
26330 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
26332         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26333         optional argument to \cite.
26335 2005-02-14  Richard M. Stallman  <rms@gnu.org>
26337         * cus-edit.el (custom-buffer-create-internal): Update help message.
26338         (custom-magic-alist): Update help messages.
26340         * cus-start.el (all): Allow a var to specify a standard value.
26342 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
26344         * custom.el (custom-theme-set-variables): Handle variable aliases.
26346         * frame.el (blink-cursor-timer): Doc fix.
26347         (blink-cursor): Make it an alias for `blink-cursor-mode' and
26348         declare obsolete.
26349         (blink-cursor-mode): Define with defcustom and use correct
26350         standard expression in that defcustom.
26351         * startup.el (command-line): Adapt to above changes in frame.el.
26353 2005-02-11  Lute Kamstra  <lute@gnu.org>
26355         * apropos.el (apropos-score-doc): Prevent division by zero.
26357 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
26359         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26360         (icalendar--get-event-property-attributes)
26361         (icalendar--get-event-properties)
26362         (icalendar--datetime-to-diary-date): New functions.
26363         (icalendar--split-value): Doc fix.
26364         (icalendar--datetime-to-noneuropean-date)
26365         (icalendar--datetime-to-european-date): New optional argument
26366         SEPARATOR.  Return result as a string instead of a list.
26367         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26368         (icalendar--convert-string-for-export): Rename arg S to STRING.
26369         (icalendar-export-region): Doc fix.  Change name of error buffer.
26370         Save output buffer.
26371         (icalendar-import-file): Add blank at end of prompt.
26372         (icalendar-import-buffer): Doc fix.  Do not switch to error
26373         buffer.  Indicate status in return value.
26374         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
26375         buffer.  Save output buffer.  Handle exception from recurrence
26376         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
26377         events.  Fix problems with weekly all-day events.
26379 2005-02-10  Richard M. Stallman  <rms@gnu.org>
26381         * simple.el (eval-expression-print-format):
26382         Avoid warning about edebug-active.
26384         * help.el (help-for-help-internal): Rename from help-for-help.
26385         (help-for-help): Define with defalias.
26387         * font-core.el (font-lock-default-function): Use with-no-warnings.
26389         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26391         * custom.el (defface): Doc fix.
26393 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
26395         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26396         width 0" to prevent word wrapping problems.
26398 2005-02-09  Kim F. Storm  <storm@cua.dk>
26400         * ido.el (ido-file-extensions-order): New defcustom.
26401         (ido-file-extension-lessp, ido-file-extension-aux)
26402         (ido-file-extension-order): New advanced file ordering.
26403         (ido-file-lessp): New simple file ordering.
26404         (ido-sort-list): Remove.
26405         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26406         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26408 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
26410         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26411         that some versions of grep produce.
26412         (grep-mode-font-lock-keywords): Likewise.
26414 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
26416         * progmodes/gdb-ui.el (gdb-location-list): New variable.
26417         (gdb-cdir): Delete.
26418         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26419         (gdb-source-info): Treat case when source file is in another
26420         directory properly.
26421         (gdb-get-location): New function.
26423 2005-02-07  Jay Belanger  <belanger@truman.edu>
26425         * calc/calc-prog.el (calc-write-parse-table-part)
26426         (calc-fix-token-name): Fix a check for language type.
26428         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26430 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
26432         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26433         as directory not writable.
26435 2005-02-07  Kim F. Storm  <storm@cua.dk>
26437         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26438         (cua--standard-movement-commands): Remove list.
26439         Instead, set CUA property value to move for movement commands.
26440         (cua-movement-commands): Remove.  Users must set CUA prop instead.
26441         (cua--pre-command-handler): Check CUA property.
26442         (cua--init-keymaps): Don't remap undo commands.
26443         (cua-mode): Don't call cua--rectangle-on-off.
26445         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26446         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26447         (cua--rect-undo-set-point): New var.
26448         (cua--rectangle-undo-boundary): Setup undo apply entry.
26449         (cua--rect-undo-handler): New function for rectangle undo.
26450         (cua--rect-start-position, cua--rect-end-position): Add.
26451         (cua--rectangle-post-command): Call cua--rectangle-set-corners
26452         for restored rectangle.  Set point if cua--rect-undo-set-point.
26454 2005-02-06  Jay Belanger  <belanger@truman.edu>
26456         * calc/calc-lang.el (calc-tex-language): Display more information
26457         in messages.
26459         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26460         in TeX mode.
26462 2005-02-06  Richard M. Stallman  <rms@gnu.org>
26464         * emacs-lisp/lisp.el (buffer-end): Doc fix.
26466 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
26468         * net/ldap.el (ldap-search-internal): Support attributes with
26469         optional descriptions separated by a semi-colon, as in
26470         "userCertificate;binary".
26472 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26474         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26475         isn't a cons (i.e. the version is 0).
26477 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
26479         * help.el (help-for-help): Doc fix.
26481 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
26483         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
26484         GDB-Windows on the menu-bar as this works better.
26486 2005-02-04  Jay Belanger  <belanger@truman.edu>
26488         * calc/calc-embed.el (calc-embedded-update): Don't put in
26489         unnecessary newlines.  Adjust the end of formula marker.
26491         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26492         (math-latex-parse-two-args): New function.
26494 2005-02-03  Lute Kamstra  <lute@gnu.org>
26496         * help-fns.el (help-with-tutorial): Make sure that users cannot
26497         remove the entire text of the tutorial by means of `undo'.
26499 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26501         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26502         in recent changes, where the ispell process was repeatedly
26503         killed & restarted.
26505         * international/mule-cmds.el (set-locale-environment): Set file-name
26506         coding system to utf-8 on Darwin systems.
26507         (set-default-coding-systems): Don't set default-file-name-coding-system
26508         on Darwin systems.
26510 2005-02-03  Richard M. Stallman  <rms@gnu.org>
26512         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26514 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
26516         * faces.el (list-faces-display): Add optional argument.
26518 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26520         * font-core.el (font-lock-default-function): Handle the rare case where
26521         only font-lock-keywords is set.
26523 2005-02-02  Kenichi Handa  <handa@m17n.org>
26525         * international/characters.el: Cancel previous change for
26526         I-WITH-DOT-ABOVE and DOTLESS-i.
26528         * international/latin-5.el: Cancel previous change.
26530 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
26532         * progmodes/gud.el: Correction to syntax in gud-menu-map.
26534 2005-02-02  Kenichi Handa  <handa@m17n.org>
26536         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26537         DOTLESS-i.
26539         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26540         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26542         * case-table.el (get-upcase-table): New function.
26543         (copy-case-table): Copy upcaes table too if non-nil.
26544         (set-case-syntax-delims): Maintain upcase table too.
26545         (set-case-syntax-pair): Likewise.
26546         (set-upcase-syntax, set-downcase-syntax): New functions.
26547         (set-case-syntax): Maintain upcase table too.
26549 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
26551         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26553         * progmodes/gud.el (gud-goto-info): New function.
26554         (gud-tool-bar-map): Use correct icon.
26556 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
26558         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26559         When delegating, order args in the funcall correctly.
26561 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
26563         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26565 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
26567         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26568         buffer not visiting a file.
26570 2005-01-31  Jay Belanger  <belanger@truman.edu>
26572         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26573         bound on the line with the formula.
26575 2005-01-31  Kim F. Storm  <storm@cua.dk>
26577         * ses.el (ses-create-cell-variable-range)
26578         (ses-destroy-cell-variable-range, ses-reset-header-string)
26579         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26580         (ses-insert-row): Fix format of apply undo entries.
26582 2005-01-31  Jay Belanger  <belanger@truman.edu>
26584         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26585         parts.
26587         * calc/calc-embed.el (calc-embedded-open-formula)
26588         (calc-embedded-close-formula): Ignore matrix environments.
26590         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26591         TeX mode.
26593         * calc/calc-lang.el (math-function-table, math-oper-table)
26594         (math-variable-table): Adjust the LaTeX portions.
26596         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26597         (math-latex-ignore-words): New constant.
26599 2005-01-31  Richard M. Stallman  <rms@gnu.org>
26601         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26602         (ispell-local-dictionary): Doc fix.
26603         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26604         Don't reinitialize at run time.  Don't defcustom.
26605         All uses changed to append ispell-local-dictionary-alist,
26606         or check it first.
26607         (ispell-current-dictionary): New variable for dictionary in use.
26608         (ispell-dictionary): Now used only for global default.
26609         (ispell-start-process): Set ispell-current-dictionary,
26610         not ispell-dictionary.
26611         (ispell-change-dictionary): Use this only for setting
26612         user preferences.
26613         (ispell-internal-change-dictionary): New function
26614         to change the current dictionary in use.
26615         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26616         Use ispell-current-dictionary.
26617         Handle ispell-local-dictionary-overridden.
26618         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26620 2005-01-31  Jay Belanger  <belanger@truman.edu>
26622         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26624         * calc/calc-ext.el: Add calc-latex-language to autoloads.
26625         (calc-mode-map): Add calc-latex-language.
26627         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26628         (math-latex-print-frac): New functions.
26629         (math-oper-table, math-function-table, math-variable-table)
26630         (math-complex-format, math-input-filter): Add latex properties.
26631         (calc-set-language): Set math-expr-special-function-mapping.
26633         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26634         (calc-write-parse-table-part): Add LaTeX support.
26636         * calc/calc.el (calc-language): Adjust docstring.
26637         (calc-set-mode-line): Add LaTeX support.
26638         (math-expr-special-function-mapping): New variable.
26639         (math-tex-ignore-words): Add to list.
26641         * calc/calccomp.el (math-compose-expr, math-compose-rows):
26642         Add LaTeX support.
26643         (math-compose-expr): Add support for special functions.
26645         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26647 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
26649         * progmodes/gdb-ui.el (gdb-memory-address)
26650         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26651         (gdb-memory-mode-map, gdb-memory-format-keymap)
26652         (gdb-memory-format-menu, gdb-memory-unit-keymap)
26653         (gdb-memory-unit-menu): New variables for a buffer
26654         that lets the user examine program memory.
26655         (gdb-memory-set-address, gdb-memory-set-repeat-count)
26656         (gdb-memory-format-binary, gdb-memory-format-octal)
26657         (gdb-memory-format-unsigned, gdb-memory-format-signed)
26658         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26659         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26660         (gdb-memory-unit-word, gdb-memory-unit-halfword)
26661         (gdb-memory-unit-byte, gdb-memory-unit-menu)
26662         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26663         (gdb-memory-mode, gdb-memory-buffer-name)
26664         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26665         New functions for above buffer.
26667 2005-01-30  Richard M. Stallman  <rms@gnu.org>
26669         * cus-edit.el (custom-bury-buffer): Function deleted.
26670         (custom-buffer-done-function): Option deleted.
26671         (custom-buffer-done-kill): New replacement option.
26672         (Custom-buffer-done): Call quit-window.
26673         (custom-buffer-create-internal): Update for above changes.
26675 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
26677         * simple.el (undo-ask-before-discard): New var.
26678         (undo-outer-limit-truncate): Implement it.
26679         (undo-extra-outer-limit): Doc update.
26681 2005-01-29  Richard M. Stallman  <rms@gnu.org>
26683         * ses.el (undo-more): Delete defadvice.
26684         (ses-begin-change): Doc fix.
26686         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26687         instead of rebinding C-x u and C-_.
26689         * files.el (normal-backup-enable-predicate): Return nil for files
26690         in /tmp, regardless of temporary-file-directory.
26692         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26694         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26695         (open-rectangle, delete-whitespace-rectangle-line)
26696         (clear-rectangle-line): If FILL, pass t instead of FILL
26697         for move-to-column's 2nd arg.
26699         * simple.el (undo): Fix the test for continuing a series of undos.
26700         (undo-more): Set pending-undo-list to t when we reach end.
26701         (pending-undo-list): Move up defvar.
26703         * wid-edit.el (widget-button-click):
26704         Shorten the range of the track-mouse binding.
26706         * comint.el (comint-insert-input): Undo previous changes;
26707         use last-input-event in interactive spec.
26709 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
26711         * progmodes/compile.el (compilation-start): Bind buffer-read-only
26712         to nil before invoking call-process.  Reset buffer's modified flag
26713         after fontifying it in the no-async branch.
26715         * wid-edit.el (widget-specify-button): If mouse pointer shape
26716         cannot be changed, use mouse face instead.
26718 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
26720         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26721         (gdb-goto-breakpoint): Make breakpoint handling work on template
26722         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
26723         (gdb-assembler-custom): Update to recognize breakpoint information
26724         added on 2005-01-19.
26726 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26728         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26729         (dsssl-mode): Use define-derived-mode.
26730         (scheme-mode-initialize): Remove.
26731         (scheme-mode): Use run-mode-hooks.
26733         * cus-edit.el (customize-group-other-window)
26734         (custom-buffer-create-other-window): Don't override special-display-*.
26735         (custom-mode-map): Make it dense.
26737         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26738         sets the default value.
26740 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
26742         * descr-text.el: Add more keywords.
26744 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26746         * speedbar.el: Avoid unnecessary use of locate-library.
26748         * international/mule-cmds.el (standard-display-european-internal):
26749         Don't fiddle with latin-1 non-break space any more since it's now
26750         special cased in the C code.
26751         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26753 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
26755         * cus-start.el (all): Add `undo-outer-limit'.
26757 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26759         * textmodes/bibtex.el (bibtex-format-entry):
26760         Use `bibtex-empty-field-re' only on the text of fields, not on entire
26761         field lines.
26762         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26763         not on part of a buffer.
26765 2005-01-25  Lute Kamstra  <lute@gnu.org>
26767         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26768         nonempty field text strings like "{letters\\macro{}more letters}".
26769         Clarify docstring.
26770         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26771         (bibtex-entry-offset, bibtex-parse-association)
26772         (bibtex-parse-field-name): Fix typos in docstrings.
26773         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26775 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
26777         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26778         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26779         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26780         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26782         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26783         isearch minor mode.
26785 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
26787         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26789 2005-01-24  Lute Kamstra  <lute@gnu.org>
26791         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26792         CASECHARS and NOT-CASECHARS regular expressions of the
26793         "nederlands" and "nederlands8" dictionaries to prevent a "Range
26794         striding over charsets" error.
26796 2005-01-24  Jay Belanger  <belanger@truman.edu>
26798         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26799         display variable name.
26801 2005-01-24  Kenichi Handa  <handa@m17n.org>
26803         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26804         Fix setting of the element of encoded-kbd-iso2022-invocations.
26806 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
26808         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26809         (gdb-threads-select): Change to also accept mouse events.
26810         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26811         (gdb-threads-mouse-select): Delete.
26813 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
26815         * files.el (insert-directory): Take care of empty directory,
26816         listed without -a switch.
26818 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26820         * textmodes/refill.el (refill-post-command-function):
26821         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26822         to the list of functions that we should be careful not to undo.
26823         (refill-late-fill-paragraph-function): Remove.
26824         (refill-saved-state): New var.
26825         (refill-mode): Use it to save fill-paragraph-function.
26826         Save also the value of auto-fill-function.
26828         * term/w32-win.el: Simplify code.
26830 2005-01-23  Kim F. Storm  <storm@cua.dk>
26832         * simple.el (line-move): Adapt to new return value from
26833         pos-visible-in-window-p.
26835         * simple.el (line-move): Fix last change.  Check partial
26836         visibility at point rather than at window-start.
26838 2005-01-22  Jason Rumney  <jasonr@gnu.org>
26840         * term/w32-win.el (xw-defined-colors): Remove debug-message.
26842 2005-01-22  David Kastrup  <dak@gnu.org>
26844         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26846 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
26848         * type-break.el (type-break-mode): Add a test for
26849         type-break-file-name being non-nil.
26851 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
26853         * net/eudc.el (top level): Call (message "") via progn, so that
26854         eudc-options-file is loaded.
26856 2005-01-22  Kim F. Storm  <storm@cua.dk>
26858         * simple.el (line-move-1): Rename from line-move.
26859         (line-move): New function that adjusts vscroll for partially
26860         visible rows, and calls line-move-1 otherwise.
26862 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
26864         * pcomplete.el: Define pcomplete-read-event instead of read-event,
26865         since it's not a complete read-event implementation
26867 2005-01-20  Jay Belanger  <belanger@truman.edu>
26869         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26870         for called function.
26872 2005-01-20  Steven Tamm  <steventamm@mac.com>
26874         * term/mac-win.el (process-connection-type): Remove.
26875         Controlled now by s/darwin.h:PTY_ITERATION.
26877 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26879         * window.el (handle-select-window): Don't switch window when we're
26880         in the minibuffer.
26882 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
26884         * subr.el (dotimes-with-progress-reporter): New macro.
26886         * ses.el (ses-dotimes-msg): Remove macro.
26887         Use `dotimes-with-progress-reporter' instead.
26889 2005-01-19  Steven Tamm  <steventamm@mac.com>
26891         * term/mac-win.el (process-connection-type): Use new
26892         operating-system-release variable to use ptys on Darwin 7 (OS X
26893         10.3) when using carbon build.
26895 2005-01-19  Jay Belanger  <belanger@truman.edu>
26897         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26898         flags if the last command was a tab or M-tab.
26900         * calc/calc-prog.el (calc-user-define-edit): Put original formula
26901         in formula editing buffer.
26903 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26905         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26906         breakpoint image symbol in margin.
26908 2005-01-19  Jay Belanger  <belanger@truman.edu>
26910         * calc/calc-prog.el (calc-execute-kbd-macro):
26911         Ignore calc-keep-arg-flag.
26913 2005-01-19  Kenichi Handa  <handa@m17n.org>
26915         * textmodes/ispell.el (ispell-looking-at): New function.
26916         (ispell-process-line): Use ispell-looking-at to compare the ispell
26917         output and the buffer contents.
26919 2005-01-18  Jay Belanger  <belanger@truman.edu>
26921         * calc/calc.el (calc-display-raw): Fix docstring.
26923 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26925         * simple.el (blink-matching-open): Strip extra info from syntax.
26927         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26928         funny chars in the end-of-here-doc marker.
26930 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26932         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26933         that enable/disabled state of breakpoints is shown correctly in
26934         fringe and on ttys.
26935         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26936         Add breakpoint information as text properties.
26937         (gdb-mouse-toggle-breakpoint):
26938         Rename to gdb-mouse-set-clear-breakpoint.
26939         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
26940         breakpoints in the margin.
26941         (gdb-remove-strings): Simplify.
26943 2005-01-17  Jay Belanger  <belanger@truman.edu>
26945         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26946         erasing buffer.
26948 2005-01-17  Richard M. Stallman  <rms@gnu.org>
26950         * progmodes/grep.el (grep-find): Copy from `grep' the condition
26951         for calling grep-compute-defaults.
26953         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26954         if buffer is empty.
26956         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26958 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26960         * hilit-chg.el (highlight-changes-mode): Don't autoload.
26962         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26963         non-preloaded variables.
26965 2005-01-17  Steven Tamm  <steventamm@mac.com>
26967         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26968         tex-shell cause to force interactivity when using pipes.
26970 2005-01-17  Kim F. Storm  <storm@cua.dk>
26972         * simple.el (just-one-space): Make arg optional.
26974 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
26976         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26977         posn-at-x-y to t to access left-margin.
26979 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
26981         Sync with Tramp 2.0.47.
26983         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26984         catching keep-date problems in cp/scp operations.
26985         (tramp-handle-copy-file): Don't call `set-file-modes'
26986         unconditionally.  Specialized functions should know better what is
26987         necessary.  This improves performance a little bit, and the
26988         functions could catch errors with `cp -p' and `scp -p'.
26989         (tramp-do-copy-or-rename-file-via-buffer)
26990         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26991         when appropriate.
26992         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26993         Call `set-file-modes' when appropriate.
26994         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
26995         Johnsson <isak@hypergene.com>
26996         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26997         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
26998         <joakim@verona.se>
26999         (tramp-file-name-for-operation): Mark `shell-command' as magic for
27000         Emacs only.
27002         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
27003         `find-file-hooks' and `dired-mode-hook'.
27004         (tramp-minor-mode-map): Respective map.  Add remapping for
27005         `compile' and `recompile'.
27006         (tramp-remap-command, tramp-recompile): New defuns.
27007         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
27008         in buffer "*Compilation*".  Call the commands asynchronously.
27010         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
27011         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
27012         `shell-command', because it isn't magic in XEmacs.  Reported by
27013         Adrian Aichner <adrian@xemacs.org>.
27015         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
27016         `substitute-in-file-name.
27017         (tramp-smb-handle-substitute-in-file-name): New defun.
27018         (tramp-smb-advice-PC-do-completion): Delete advice.
27020 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
27022         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
27023         Fix error in deleting region.
27025 2005-01-15  Richard M. Stallman  <rms@gnu.org>
27027         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
27028         In non-temp buffer, switch syntax table temporarily.
27030         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
27032         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
27034         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
27036         * imenu.el (imenu--split-menu): Copy menulist before sorting.
27037         (imenu--generic-function): Use START, not BEG, as pos of definition.
27039         * simple.el (just-one-space): Argument specifies number of spaces.
27041         * simple.el (eval-expression-print-format): Avoid warning
27042         about edebug-active.
27044 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
27046         * progmodes/sh-script.el: Code copied from make-mode.el
27047         with small changes,
27048         (sh-mode-map): Bind C-c C-\.
27049         (sh-backslash-column, sh-backslash-align): New variables.
27050         (sh-backslash-region, sh-append-backslash): New functions.
27052 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27054         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
27055         (rmail-pop-password, rmail-pop-password-required): Move to
27056         rmail-obsolete group.
27057         (rmail-set-pop-password): Rename to rmail-set-remote-password.
27058         All callers updated.
27059         (rmail-get-pop-password): Rename to rmail-get-remote-password.
27060         Take an argument specifying whether it is POP or IMAP mailbox we
27061         are using.  All callers updated.
27062         (rmail-pop-password-error): Rename to
27063         rmail-remote-password-error.  Added mailutils-specific error message.
27064         (rmail-movemail-search-path)
27065         (rmail-movemail-variant-in-use): New variables.
27066         (rmail-remote-password, rmail-remote-password-required):
27067         New customization variables.
27068         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
27069         (rmail-parse-url): New function.
27070         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
27071         with GNU mailutils movemail.
27073 2005-01-15  Kevin Ryde  <user42@zip.com.au>
27075         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
27076         suffix to space, $ or '$, to correctly position point when going
27077         to @table style constants like DBL_MAX.
27079 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
27081         * type-break.el (type-break-mode, type-break-file-time)
27082         (type-break-file-keystroke-count, type-break-choose-file):
27083         Don't store data in or load data from the file if type-break-file-name
27084         is nil.
27085         (type-break-file-name): Doc update as per the above.
27087 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
27089         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
27090         lookup-key might return nil; handle that.
27092 2005-01-15  Alan Mackenzie  <acm@muc.de>
27094         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
27095         rather than the element found, thus enabling the tree to be setcar'd.
27097 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
27099         * textmodes/org.el (org-show-following-heading): New option.
27100         (org-show-hierarchy-above): Use `org-show-following-heading'.
27101         (org-cycle): Documentation fix.
27103         * textmodes/org.el (orgtbl-optimized): New option
27104         (orgtbl-mode): New command, a minor mode.
27105         (orgtbl-mode-map): New variable.
27106         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
27107         (orgtbl-error, orgtbl-self-insert-command)
27108         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
27110         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
27111         a local variable in each org-mode buffer.
27113         * textmodes/org.el (org-set-regexps-and-options): Rename from
27114         `org-set-regexps'.  Added checking for STARTUP keyword.
27115         (org-get-current-options): Add STARTUP options.
27116         (org-table-insert-row): Make mode intelligent about when
27117         realignment is needed.
27118         (org-self-insert-command, org-delete-backward-char, org-delete-char):
27119         New commands.
27120         (org-enable-table-editor): New default value `optimized'.
27121         (org-table-blank-field): Support blanking regions if active.
27123 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
27125         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
27126         if the year is not given.
27128         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
27129         Add new escapes %m and %M, fixed bug with %F by adding
27130         save-match-data.
27131         (reftex-reference): Remove ?. from list of spaces.
27132         (reftex-label-info): Add automatic label prefix recognition.
27134         * textmodes/reftex-index.el (reftex-index-next-phrase):
27135         Add slave parameter to call of `reftex-index-this-phrase'.
27136         (reftex-index-this-phrase): New optional argument.
27137         (reftex-index-region-phrases): Add slave parameter to call of
27138         `reftex-index-this-phrase'.
27139         (reftex-display-index): New argument redo.
27140         (reftex-index-rescan): Add `redo' to arguments of
27141         `reftex-display-index'.
27142         (reftex-index-Rescan, reftex-index-revert)
27143         (reftex-index-switch-index-tag): Add `redo' to arguments of
27144         `reftex-display-index'.
27145         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
27146         indexing.  Fix bug with matching is there is a quote before or
27147         after the word.
27149         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
27150         Fix bug when collecting citation keys in lines with comments.
27151         (reftex-citation): Prefix argument no longer rescans the document,
27152         but forces prompting for optional arguments of cite macros.
27153         (reftex-do-citation): Prompting for optional arguments implemented.
27155         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27156         Add optional arguments to most cite commands.
27157         (reftex-cite-cleanup-optional-args): New option
27158         (reftex-cite-prompt-optional-args): New option.
27159         (reftex-trust-label-prefix): New option.
27161         * textmodes/reftex-toc.el (reftex-toc-find-section):
27162         Add push-mark before changing the position in the buffer.
27164         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
27165         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
27167 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
27169         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
27170         more carefully.
27172 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27174         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
27175         (sgml-mode): Use it.
27176         (sgml-get-context): Better keep track of implicitly closed tags.
27178 2005-01-13  Kenichi Handa  <handa@m17n.org>
27180         * textmodes/ispell.el: These changes are to fix misalignment error
27181         caused by equivalent characters of different Emacs charsets.
27182         (ispell-unified-chars-table): New variable.
27183         (ispell-get-decoded-string): New function.
27184         (ispell-get-casechars, ispell-get-not-casechars)
27185         (ispell-get-otherchars): Call ispell-get-decoded-string.
27187 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27189         * custom.el (custom-declare-variable): Just put symbol instead
27190         of (defvar . symbol) in `current-load-list'.
27192 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
27194         * emacs-lisp/elint.el: Fixed typo in Commentary section.
27196 2005-01-12  Jay Belanger  <belanger@truman.edu>
27198         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
27199         to create a Calc summary.
27201 2005-01-12  Kim F. Storm  <storm@cua.dk>
27203         * mouse.el (mouse-on-link-p): Change functionality and doc
27204         string to comply with latest description in lisp ref.
27206 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
27208         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
27209         Enable mouse clicks on mode-line, header-line and margin.
27210         (event-type): Give mouse event symbols an `event-kind' property
27211         with value `mouse-click'.
27213 2005-01-12  Juri Linkov  <juri@jurta.org>
27215         * facemenu.el (list-colors-display): Add new arg buffer-name.
27216         Use it.  Fix docstring.  Replace code for identifying duplicate
27217         colors by the name with call to `list-colors-duplicates' which
27218         identifies duplicate colors by the value unless the color
27219         is one of special Windows colors.  Set truncate-lines to t.
27220         Print sorted duplicate color names on each line.  Indent to 22
27221         \(the longest color name in rgb.txt) instead of 20.  Optimize.
27222         (list-colors-duplicates): New function.
27223         (facemenu-color-name-equal): Delete function.
27225         * facemenu.el (list-colors-print): New function created from code
27226         in list-colors-display.  Print #RRGGBB at the window right edge.
27227         (list-colors-display): When temp-buffer-show-function is not
27228         defined, call list-colors-print from temp-buffer-show-hook
27229         to get the right value of window-width in list-colors-print
27230         after the buffer is displayed.
27232         * simple.el (pop-mark): Move deactivate-mark out of conditional
27233         part to deactivate the active mark regardless of the state of the
27234         mark ring.
27236         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
27237         variables line in desktop files.
27239 2005-01-12  Juri Linkov  <juri@jurta.org>
27241         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
27242         Bring together isearch highlight related options.
27243         (lazy-highlight): Replace group `replace' by `matching'.
27244         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27245         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27246         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
27247         and declare them obsolete.
27248         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
27249         (isearch-faces): Remove defgroup.
27250         (isearch-overlay, isearch-highlight, isearch-dehighlight):
27251         Move isearch highlighting code closer to lazy highlighting code.
27253         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
27254         (query-replace-highlight, query-replace-lazy-highlight)
27255         (query-replace): Move definitions to the beginning of the file.
27257 2005-01-11  Juri Linkov  <juri@jurta.org>
27259         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
27260         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
27261         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
27263         * info.el (Info-history-forward): New variable.
27264         (Info-select-node): Reset Info-history-forward to nil.
27265         (Info-last): Turn into defalias.
27266         (Info-history-back): Rename from Info-last.
27267         Add current node to Info-history-forward.
27268         (Info-history-forward): New fun.
27269         (Info-mode-map): Replace Info-last by Info-history-back.
27270         Bind Info-history-forward to "r".
27271         (Info-mode-menu): Replace Info-last by Info-history-back.
27272         Fix menu item text.  Add menu item for Info-history-forward.
27273         (info-tool-bar-map): Replace Info-last by Info-history-back.
27274         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
27275         for Info-history-forward.
27276         (Info-mode): Replace Info-last by Info-history-back in docstring.
27277         Add local variable Info-history-forward.
27278         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
27280 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27282         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
27283         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
27284         Ignore select-window events rather than fiddle with
27285         mouse-autoselect-window.
27287 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
27289         * type-break.el (type-break-mode): Fix previous change.
27291 2005-01-10  Jay Belanger  <belanger@truman.edu>
27293         * calc/calc-ext.el (calc-reset): Reset when inside embedded
27294         calculator; only reset when point is inside a calculator.
27295         Don't adjust the window height if the window takes up the whole height
27296         of the frame.
27298 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
27300         * ebuff-menu.el (Electric-buffer-menu-mode):
27301         Preserve value of buffer-local var header-line-format.
27303 2005-01-09  Jay Belanger  <belanger@truman.edu>
27305         * calc/calc.el (calc-mode-var-list-restore-saved-values):
27306         Make sure settings file exists before accessing it.
27308         * calc/calc-embed.el (calc-embedded-subst):
27309         Replace math-multi-subst-rec, which is only supposed to be called
27310         by math-multi-subst, by math-multi-subst.
27312 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
27314         * vc.el (vc-allow-async-revert): New user option.
27315         (vc-disable-async-diff): New internal variable.
27316         (vc-revert-buffer): Use them to disable asynchronous diff.
27318         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
27319         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27320         asynchronously if vc-disable-async-diff is t.
27322 2005-01-09  Jay Belanger  <belanger@truman.edu>
27324         * calc/calc.el (defcalcmodevar): New macro.
27325         (calc-mode-var-list-restore-default-values)
27326         (calc-mode-var-list-restore-saved-values): New functions.
27327         (calc-mode-var-list): Use defcalcmodevar to define it.
27328         (calc-always-load-extensions, calc-line-numbering)
27329         (calc-line-breaking, calc-display-just, calc-display-origin)
27330         (calc-number-radix, calc-leading-zeros, calc-group-digits)
27331         (calc-group-char, calc-point-char, calc-frac-format)
27332         (calc-prefer-frac, calc-hms-format, calc-date-format)
27333         (calc-float-format, calc-full-float-format, calc-complex-format)
27334         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27335         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27336         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27337         (calc-matrix-brackets, calc-language, calc-language-option)
27338         (calc-left-label, calc-right-label, calc-word-size)
27339         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27340         (calc-display-raw, calc-internal-prec, calc-angle-mode)
27341         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27342         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27343         (calc-window-height, calc-display-trail, calc-show-selections)
27344         (calc-use-selections, calc-assoc-selections)
27345         (calc-display-working-message, calc-auto-why, calc-timing)
27346         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27347         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27348         (calc-gnuplot-default-device, calc-gnuplot-default-output)
27349         (calc-gnuplot-print-device, calc-gnuplot-print-output)
27350         (calc-gnuplot-geometry, calc-graph-default-resolution)
27351         (calc-graph-default-resolution-3d, calc-invocation-macro)
27352         (calc-show-banner): Use defcalcmodevar to declare them and set
27353         their default values.
27355         * calc/calc-ext.el (calc-reset): Restore saved values of variables
27356         instead of default values (but restore default values if there is
27357         an argument of 0).
27359 2005-01-09  David Kastrup  <dak@gnu.org>
27361         * desktop.el (desktop-restore-eager): Fix typo in type.
27363 2005-01-08  Richard M. Stallman  <rms@gnu.org>
27365         * cus-edit.el (customize): Delete :link.
27367 2005-01-08  Jay Belanger  <belanger@truman.edu>
27369         * calc/calc.el (calc-mode): Remove the extension from the
27370         `calc-settings-file' file name when loading it.
27372 2005-01-08  Kim F. Storm  <storm@cua.dk>
27374         * info.el (Info-mode-map, Info-next-link-keymap)
27375         (Info-prev-link-keymap, Info-up-link-keymap):
27376         Map follow-link to mouse-face.
27377         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27379 2005-01-08  Jay Belanger  <belanger@truman.edu>
27381         * calc/calc.el (calc-settings-file): Change default value.
27382         Suggested by cgw in a comment in calc-mode.el.
27384         * calc/calc-mode.el (calc-settings-file-name):
27385         Compare calc-settings-file to user-init-file instead of ~/.emacs.
27386         Replace ~/.emacs in a prompt by calc-settings-file.
27388 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
27390         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27391         (desktop-lazy-idle-delay): New customizable variables.
27392         (desktop-buffer-args-list): New variable.
27393         (desktop-append-buffer-args): New function.
27394         (desktop-save): Call desktop-append-buffer-args for some buffers.
27395         (desktop-lazy-create-buffer): New function.
27396         (desktop-idle-create-buffers): New function.
27397         (desktop-read): Add message about buffers to restore lazily.
27398         (desktop-lazy-abort): New command.
27399         (desktop-clear): Call desktop-lazy-abort.
27400         (desktop-lazy-complete): New command.
27402 2005-01-06  Richard M. Stallman  <rms@gnu.org>
27404         * emacs-lisp/find-func.el (find-face-definition):
27405         Rename from find-face.
27407 2005-01-06  Kim F. Storm  <storm@cua.dk>
27409         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27411         * man.el (Man-xref-man-page, Man-xref-header-file)
27412         (Man-xref-normal-file): Add follow-link property.
27414 2005-01-06  Jay Belanger  <belanger@truman.edu>
27416         * calc/calc-units.el: Make sure the proper macro definitions are
27417         available when compiling.
27419 2005-01-06  Juri Linkov  <juri@jurta.org>
27421         * isearch.el (isearch-lazy-highlight-update):
27422         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27424 2005-01-06  Miles Bader  <miles@gnu.org>
27426         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27427         (isearch-lazy-highlight-face): Use new name.
27429 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27431         * uniquify.el (uniquify-rationalize-file-buffer-names):
27432         Re-add an interactive spec.
27433         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27434         to the same name.
27436         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27437         (isearch-update, isearch-done): Adjust calls accordingly.
27439 2005-01-05  Richard M. Stallman  <rms@gnu.org>
27441         * custom.el (custom-set-variables, custom-theme-set-variables):
27442         Clarify documentation.
27444         * emacs-lisp/find-func.el (find-variable)
27445         (find-variable-other-window, find-variable-other-frame):
27446         Fix the TYPE args to find-function-read and find-function-do-it.
27447         (find-function): Doc fix.
27448         (find-function-at-point): Replace function-at-point alias.
27450 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27452         * cus-face.el (custom-declare-face):
27453         Record defface in current-load-list.
27455         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27457         * emacs-lisp/find-func.el: Doc fixes.
27458         (find-face-regexp): New variable.
27459         (find-function-regexp-alist): New variable.
27460         (find-function-C-source): Third arg is now TYPE.
27461         (find-function-search-for-symbol): Handle general TYPE.
27462         (find-function-read, find-function-do-it): Handle general TYPE.
27463         (find-definition-noselect, find-face): New functions.
27464         (function-at-point): Alias deleted.
27466 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
27468         * battery.el (display-battery-mode): Rename from display-battery.
27469         Handle the case where it gets turned off.
27471 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27473         * cus-edit.el (customize): Make :link point to user doc.
27475         * man.el (Man-fontify-manpage): Turn off undo generation.
27477         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27479 2005-01-04  Andreas Schwab  <schwab@suse.de>
27481         * files.el (insert-directory): Only look for error lines in
27482         inserted text.  Don't move too far after processing --dired markers.
27484 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27486         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27487         Don't expand if the character is @, period, dash, etc.
27488         (define-mail-abbrev): Quote names that contain problem characters.
27490 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
27492         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27494 2005-01-03  Richard M. Stallman  <rms@gnu.org>
27496         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27497         (query-replace-highlight, query-replace-lazy-highlight)
27498         (query-replace): Definitions moved up.  Doc fix.
27500 2005-01-03  Richard M. Stallman  <rms@gnu.org>
27502         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27503         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27504         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27505         (lazy-highlight-face): Rename from isearch-lazy-...
27506         Change all references to them.
27508 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
27510         * cus-edit.el (custom-file): Doc fix for defcustom.
27511         (custom-file): The function no longer sets the variable
27512         `custom-file' to its return value.
27514         * startup.el (command-line): No longer load `custom-file'.
27516 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
27518         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27520         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27521         Don't confuse module-prefixed identifiers for labels.
27522         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27524 2005-01-02  Richard M. Stallman  <rms@gnu.org>
27526         * files.el (basic-save-buffer-1): Fix previous change.
27528         * loadhist.el (file-loadhist-lookup): New function.
27529         (file-provides, file-requires): Use it.
27531         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27532         instead of calculating the right size.
27534 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
27536         * vc-svn.el (vc-svn-diff): Stay local if possible.
27538 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27540         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27542         * files.el (hack-local-variables): Fix last change.
27544 2005-01-02  Jay Belanger  <belanger@truman.edu>
27546         * calc/calc-yank.el (calc-edit-top): New variable.
27547         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27548         object.  Change header properties.
27549         (calc-edit-finish, calc-edit-finish-stack-object)
27550         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27551         edited object.
27552         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27553         for the beginning of the edited object.
27554         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27555         for the beginning of the edited object.
27556         * calc/calc-prog.el (calc-edit-macro-finish-edit)
27557         (calc-finish-formula-edit, calc-macro-repeats)
27558         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27559         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27560         beginning of the edited object.
27561         (calc-user-define-edit): Change the header for editing macros.
27562         Remove unnecessary variable.
27564 2005-01-01  Jay Belanger  <belanger@truman.edu>
27566         * calc/calc-yank.el (calc-edit-mode): Change default header.
27567         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27568         * calc/calc-store.el (calc-edit-variable): Change title to match new
27569         header.
27570         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27571         mode to match new header.
27572         (calc-user-define-edit): Change titles to include names of commands.
27573         (calc-finish-formula-edit): Adjust to handle new header.
27574         (calc-finish-macro-edit): Remove.
27575         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27576         (calc-edit-macro-command, calc-edit-macro-command-type)
27577         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27578         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27579         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27580         (calc-edit-macro-finish-edit): New functions.
27581         (calc-user-define-edit): Use new functions to edit named calc macros.
27583 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
27585         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27587         * ses.el (copy-region-as-kill): Deactivate mark.
27589 2005-01-01  Richard M. Stallman  <rms@gnu.org>
27591         * replace.el (occur-1): If the output buffer is also an input,
27592         don't kill it, rename it.
27594         * faces.el (set-face-background, set-face-foreground): Doc fix.
27596         * cus-face.el (custom-face-attributes): Fix :help-echo strings
27597         for :foreground and :background.
27599         * dired.el (dired-view-command-alist): Variable deleted.
27600         (dired-view-file, dired-mouse-find-file-other-window):
27601         Delete the code to use it.
27603 2005-01-01  Kim F. Storm  <storm@cua.dk>
27605         * image.el (insert-sliced-image): Use t for line-height property.
27607 See ChangeLog.11 for earlier changes.
27609 ;; Local Variables:
27610 ;; coding: iso-2022-7bit
27611 ;; End:
27613     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27614   Copying and distribution of this file, with or without modification,
27615   are permitted provided the copyright notice and this notice are preserved.
27617 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1