[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Tue, 16 Jul 2002 18:43:47 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4115 emacs/lisp/ChangeLog:1.4116
*** emacs/lisp/ChangeLog:1.4115 Tue Jul 16 13:53:59 2002
--- emacs/lisp/ChangeLog Tue Jul 16 16:53:59 2002
***************
*** 1,3 ****
--- 1,39 ----
+ 2002-07-16 Stefan Monnier <address@hidden>
+
+ * vc.el (vc-default-comment-history): Hard code *vc*.
+ This is because print-log always prints there now.
+ (vc-annotate-font-lock-keywords): New var.
+ (vc-annotate-mode): Use it. Set truncate-lines as well.
+ (vc-annotate-display-select): Unify the two error reports.
+ (vc-annotate-offset): New var.
+ (vc-annotate-lines): New fun extracted from vc-annotate-display.
+ (vc-annotate-display): Use it, via font-lock.
+
+ * help-fns.el (help-split-fundoc, help-function-arglist)
+ (help-make-usage): New funs, extracted from describe-function-1.
+ (describe-function-1): Use them.
+
+ * help.el (help-key-description): Show the untranslated keys
+ when they start with ESC and the ESC was not translated.
+
+ * help-mode.el (view): Always require.
+ (help-xref-mule-regexp): Don't use defconst for variables.
+ (help-setup-xref): Keep the last 10 elements of the stack.
+ (help-xref-override-view-map): New var.
+ (help-make-xrefs): Use it instead of building a new map each time.
+ (help-function-def): Allow help-fun to take a buffer as arg.
+
+ * diff-mode.el (diff-reverse-direction): Simplify.
+ (diff-after-change-function): Fix typo.
+ (diff-post-command-hook): Take care of edge cases.
+ (diff-current-defun): Do `goto-char' after setting the mode.
+
+ * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
+ Fold mouse-sel-bindings into it.
+ (mouse-sel-bound-events): Turn it into an alist.
+ (mouse-insert-selection): Delegate to mouse-yank-at-click if
+ mouse-sel-default-bindings asks for it.
+
2002-07-16 Andre Spiegel <address@hidden>
* files.el: Bind toggle-read-only to C-x C-q.
***************
*** 10,20 ****
(vc-checkout-model): Change doc string to refer to vc-next-action,
not vc-toggle-read-only.
! * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
! comparing to file on disk. Fix the case when claiming the lock
on a file that has unlocked changes.
! (vc-log-mode): Don't mention vc-toggle-read-only in the doc
! string.
2002-07-16 Richard M. Stallman <address@hidden>
--- 46,55 ----
(vc-checkout-model): Change doc string to refer to vc-next-action,
not vc-toggle-read-only.
! * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
! comparing to file on disk. Fix the case when claiming the lock
on a file that has unlocked changes.
! (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
2002-07-16 Richard M. Stallman <address@hidden>
***************
*** 26,32 ****
(custom-variable-standard-value, custom-face-standard-value): New fns.
(custom-face-save): Don't save a face whose value is standard.
(custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
!
* cus-edit.el (custom-face-edit-fix-value):
If VALUE is not a list, pass it thru.
--- 61,67 ----
(custom-variable-standard-value, custom-face-standard-value): New fns.
(custom-face-save): Don't save a face whose value is standard.
(custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
!
* cus-edit.el (custom-face-edit-fix-value):
If VALUE is not a list, pass it thru.
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Mike Williams, 2002/07/14
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andreas Schwab, 2002/07/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Mike Williams, 2002/07/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/07/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/07/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/07/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2002/07/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/07/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andre Spiegel, 2002/07/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2002/07/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Dave Love <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/07/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F. Storm, 2002/07/17