(mark-visible-calendar-date): Save excursion.
[bpt/emacs.git] / lisp / ChangeLog
index 7251572..6616733 100644 (file)
@@ -1,3 +1,43 @@
+2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
+       Re-indent within 80 columns.  Use inhibit-read-only.
+
+2005-09-19  Romain Francoise  <romain@orebokech.com>
+
+       * calendar/diary-lib.el (mark-diary-entries): Revert last change.
+
+2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-default-fontify-region):
+       Don't unconditionally add a line, since the after-change-function
+       already did it.
+
+2005-09-19  Miles Bader  <miles@gnu.org>
+
+       * net/newsticker.el: Get rid of CVS keyword.
+
+2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
+
+       * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
+       The prompt is formatted later.
+
+2005-09-19  David Ponce  <david@dponce.com>
+
+       * tree-widget.el (tree-widget-value-create): Save the converted
+       tree :node widget.
+
+2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/sh-script.el (sh-blink): Fix spurious reference to
+       variable `message'.
+
+2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
+       to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
+       <slawomir.nowaczyk.847@student.lu.se>.
+
 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * image.el (image-load-path): Use symbol `data-directory' instead
 2005-09-18  D Goel  <deego@gnufans.org>
 
        * apropos.el (apropos-command): Fix `message' call: first arg
-       should be a format spec. In this and all other cases that appear
+       should be a format spec.  In this and all other cases that appear
        below and elsewhere in the source code, I made a change only when
        two conditions were satisfied: [1] I can think of a possibility
-       that the arguments would cause an error, for example, the code is
-       question relies on extarnal variables such as filenames. [2] I was
-       sure that the arg to `message' could not have been nil in the
+       that the arguments would cause an error, for example, the code in
+       question relies on external variables such as filenames.  [2] I
+       was sure that the arg to `message' could not have been nil in the
        code.
 
        * textmodes/tildify.el (tildify-region): Ditto.
        * obsolete/fast-lock.el (@top-level): Ditto in the macro
        definition of `with-temp-message'.
 
-       * pcomplete.el (pcomplete--help): Fix `message' format spec. Not
-       having a %s would be weird, though not technically wrong.
+       * pcomplete.el (pcomplete--help): Fix `message' format spec.
+       Not having a %s would be weird, though not technically wrong.
 
 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>