]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(add-log-iso8601-time-zone): Make parameter optional.
[gnu-emacs] / lisp / ChangeLog
index 4f07ffef7a834fca3ddb46f413b783a65f567af6..dea1f0b9efe0e7733e8b083dd5c65d938d67708f 100644 (file)
@@ -1,3 +1,86 @@
+2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
+       (add-log-iso8601-time-string): Fix call to format-time-string.
+
+2006-04-26  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (posn-string, posn-image, posn-object): Doc fix.
+
+2006-04-26  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
+       Add support for "//" style comments. Remove `b' flag
+       from ?* in `asm-mode-syntax-table'.
+
+2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * follow.el: Use (featurep 'xemacs) everywhere.
+       (follow-mode): Use define-minor-mode.
+       (follow-mode-map): Move initialization into the declaration.
+       Use command remapping.
+       (follow-emacs-version-xemacs-p): Remove.
+       (follow-submit-feedback): Remove.
+
+       * allout.el (allout-layout, allout-passphrase-verifier-string)
+       (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
+
+       * textmodes/reftex-vars.el (reftex-vref-is-default)
+       (reftex-fref-is-default, reftex-guess-label-type):
+       Tighten up a bit the safety predicate.
+
+       * textmodes/paragraphs.el (sentence-end-double-space)
+       (sentence-end-without-period, sentence-end-without-space)
+       (page-delimiter, paragraph-ignore-fill-prefix):
+       Tighten up a bit the safety predicate.
+
+       * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
+
+       * progmodes/python.el (python-continuation-line-p)
+       (python-beginning-of-statement): syntax-ppss may return
+       a negative depth.
+       (python-mode): Don't forcefully enable font-lock.
+
+       * time-stamp.el (time-stamp-start, time-stamp-end)
+       (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
+
+       * add-log.el: Remove spurious * in docstrings.
+       (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
+       (add-change-log-entry): Use it here, since it's not specific
+       to iso8601.
+       (add-log-iso8601-time-string): Don't use it here any more.
+       (change-log-indent-text, change-log-indent): Rename from add-log-*.
+
+       * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
+
+2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
+
+       * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
+       (rcirc-toggle-low-priority): Doc fix.
+       (rcirc-handler-NOTICE): Remove beginning of line anchor in
+       ChanServ regexp.
+       (rcirc-startup-channels-alist): Connect to #rcirc by default, not
+       #emacs.
+       (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
+       (rcirc-decode-coding-system): Use utf-8 as the default.
+       (rcirc-multiline-minor-mode): Set the fill-column.
+       (rcirc-format-response-string): Display bright and dim nicks.
+       (rcirc-browse-url): Update interactive spec to fill ARG.
+       (rcirc-bright-nick, rcirc-dim-nick): Add faces.
+       (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
+
+2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
+
+       * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
+       case for @Article, etc.
+
+2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-register-file-name-handlers): New defun.
+       Added with autoload cookie.
+       (tramp-unload-file-name-handlers): Rename from
+       `tramp-unload-file-name-handler-alist'.
+
 2006-04-23  Romain Francoise  <romain@orebokech.com>
 
        * comint.el (comint-match-partial-filename): Doc fix.
 
 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-mode-map): Catch conflict with old
-       allout.el.
+       * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
        (org-open-at-point): Remove the "...done" message to keep output
        in the echo area visible.
        (org-export-as-xoxo): Fix call to `indent-region'.
 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el: (org-deadline-announce): Face removed.
-       (org-level-faces, org-n-levels): Converted to constant.
+       (org-level-faces, org-n-levels): Convert to constant.
        (org-compatible-face): New function.
        (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
        (org-level-5, org-level-6, org-level-7, org-level-8)
        (org-bold-re, org-italic-re, org-underline-re): New constants.
        (org-set-font-lock-defaults): Use the new constants.
        (org-agenda-highlight-todo): New function.
-       (org-agenda-todo): Fixed bug with point at end of line.
+       (org-agenda-todo): Fix bug with point at end of line.
        (org-agenda-change-all-lines, org-finalize-agenda-entries):
        Fontify TODO keywords.
        (org-insert-link): Preserve relative path in ../ links.
        when moving off either end of the input history ring.
        (comint-delete-input): New function, used by
        `comint-previous-input' and others.
-       (comint-previous-matching-input): Use
-       `coming-delete-input'. Save the partial input if leaving the
+       (comint-previous-matching-input):
+       Use `coming-delete-input'.  Save the partial input if leaving the
        edit line.  Goto point-max before deleting input to avoid
        partial input fragments hanging around.
-       (comint-restore-input): New function, used by
-       `comint-previous-input', and bound to "C-c C-j".
+       (comint-restore-input): New function, used by `comint-previous-input'.
 
 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
 
 
 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * progmodes/python.el (python-mode): Add support for
-       hs-minor-mode.
+       * progmodes/python.el (python-mode): Add support for hs-minor-mode.
 
 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
        (gdb-frame-address): Re-use to identify frame for watch expression.
        (gdb-var-list, gdb-var-create-handler): Add frame address for root
        variables.
-       (gdb-init-1, gdb-source, gdb-post-prompt)
+       (gdb-init-1, gdb-source, gdb-post-prompt)
        (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
        (gdb-frame-handler): Get gdb-frame-address.