*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 93231f3..ccfd885 100644 (file)
@@ -1,3 +1,121 @@
+2006-01-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * international/latexenc.el: Add a suitable `coding:' tag.
+       (latexenc-find-file-coding-system): Undo last change.
+
+2006-01-27  Arne J\e,bx\e(Brgensen  <arne@arnested.dk>
+
+       * international/latexenc.el (latexenc-find-file-coding-system):
+       Make sure latexenc-main-file is a regular file and is readable.
+
+2006-01-27  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
+       Pass FILE to vc-user-login-name.
+
+       * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
+
+2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
+       there are no more images to display.
+       (thumbs-mark, thumbs-unmark): Revert change so that they move to
+       the next image.
+
+2006-01-26  Richard M. Stallman  <rms@gnu.org>
+
+       * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
+
+       * wid-edit.el (advertised-widget-backward): New alias.
+       (widget-keymap): Use advertised-widget-backward for S-TAB.
+
+       * tumme.el: Correct the keywords.
+       (tumme-dir-max-size): USe defvar.
+       (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
+
+       * simple.el (move-beginning-of-line): Take account of fields.
+       (clone-indirect-buffer-other-window): Take args like
+       clone-indirect-buffer, and work like it.
+
+       * help-fns.el (describe-function): Don't pass `nil' as default.
+
+       * files.el (risky-local-variable-p): Follow var aliases.
+
+       * subr.el (lazy-completion-table): Doc fix.
+
+       * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
+       global binding of `line'.
+
+2006-01-25  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
+       Tramp.
+
+       * vc.el (vc-default-dired-state-info): Pass FILE to
+       vc-user-login-name.
+       (vc-default-update-changelog): Don't use vc-user-login-name, we
+       don't need it here.
+
+       * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
+       no longer necessary.
+       
+2006-01-25  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (decode-char): Avoid the overhead of
+       calling utf-lookup-subst-table-for-decode if
+       utf-translate-cjk-mode is nil.
+       (encode-char): Avoid the overhead of calling
+       utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
+       nil.
+
+2006-01-22  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (make-subsidiary-coding-system): Reset
+       `coding-system-define-form' property of subsidiaries to nil.
+       Avoid duplicated entry in coding-system-alist.
+       (make-coding-system): Avoid duplicated entry in
+       coding-system-alist.
+       (define-coding-system-alias): Likewise.
+
+2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * completion.el: Minor fixes in introductory comment.
+       (completion-def-wrapper): Fix alist.
+
+2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
+
+       * thumbs.el (thumbs-new-image-size): New function.
+       (thumbs-increment-image-size-element)
+       (thumbs-decrement-image-size-element, thumbs-increment-image-size)
+       (thumbs-decrement-image-size): Delete.
+       (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
+       temp files and use to resize.
+       (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
+       Use increment argument to enlarge/shrink.  Preserve point.
+       (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
+       (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
+       (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
+       (thumbs-mark, thumbs-unmark): Preserve point.
+       (thumbs-modify-image): Keep old temp files and use to modify.
+       Cleanup old temp files at load time.  Preserve point.
+       (thumbs-view-image-mode-map): Use new command names.
+
+2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * log-view.el (log-view-minor-wrap): First rev is the one at point.
+
+       * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
+       the nastiest part of the cyclic dependency.
+       (cal-menu-update): Use dotimes and calendar-increment-month.
+
+       * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
+       (calendar-week-start-day): Add an :initializer.
+       (calendar-mode-map): Use suppress-keymap, and command remapping.
+       (describe-calendar-mode): Setup xref-stack info for the back button.
+       (calendar-star-date): Insert before delete.
+       (calendar-set-mode-line): Add file-modified info if applicable.
+       (calendar-increment-month): New function.
+
 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
 
        * font-lock.el (lisp-font-lock-keywords-2):
        (hi-lock-find-patterns, hi-lock-font-lock-hook):
        Replace hi-lock-buffer-mode with hi-lock-mode.
 
-2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
+2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
 
        * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
        completion list, even after a partial completion has been