aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-07-23 08:26:29 +0000
committerJuanma Barranquero2007-07-23 08:26:29 +0000
commit56b328008655ef2014a7eb36294ee5c21c3aaf52 (patch)
treec9021f0a197ff3ffe813158b5dad4f31efab51d7
parent328471d91c496ff9d12d105a55442184fc2351db (diff)
downloademacs-56b328008655ef2014a7eb36294ee5c21c3aaf52.tar.gz
emacs-56b328008655ef2014a7eb36294ee5c21c3aaf52.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6937352fc51..66ec40aadc7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -59,8 +59,8 @@
59 59
602007-07-22 Dan Nicolaescu <dann@ics.uci.edu> 602007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
61 61
62 * vc-git.el (vc-git-revision-granularity,vc-git-root), 62 * vc-git.el (vc-git-revision-granularity, vc-git-root)
63 (vc-git-command,vc-git-dir-state,vc-git-dired-state-info), 63 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
64 (vc-git-create-repo): New functions. 64 (vc-git-create-repo): New functions.
65 (vc-git-registered): New autoloaded function definition. 65 (vc-git-registered): New autoloaded function definition.
66 (vc-git-registered): Use vc-git-root. 66 (vc-git-registered): Use vc-git-root.
@@ -68,7 +68,7 @@
68 (vc-git-annotate-extract-revision-at-line): Uncomment. 68 (vc-git-annotate-extract-revision-at-line): Uncomment.
69 (vc-git-print-log): Add the file name to the log. 69 (vc-git-print-log): Add the file name to the log.
70 (vc-git-log-view-mode): New derived mode. 70 (vc-git-log-view-mode): New derived mode.
71 (vc-git-diff,vc-git-annotate-command): Use vc-git-command. 71 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
72 72
732007-07-22 Michael Albinus <michael.albinus@gmx.de> 732007-07-22 Michael Albinus <michael.albinus@gmx.de>
74 74
@@ -110,7 +110,7 @@
110 110
1112007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1112007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
112 112
113 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon, 113 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
114 114
115 * term/x-win.el (x-handle-no-bitmap-icon): New function. 115 * term/x-win.el (x-handle-no-bitmap-icon): New function.
116 116
@@ -162,8 +162,9 @@
1622007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> 1622007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
163 163
164 * add-log.el (add-log-file-name): Use file-relative-name. 164 * add-log.el (add-log-file-name): Use file-relative-name.
165 (add-change-log-entry): Delay reading add-log-(full-name|mailing-address) 165 (add-change-log-entry): Delay reading
166 to after we've switched to the ChangeLog buffer so we get the right value. 166 add-log-(full-name|mailing-address) to after we've switched to the
167 ChangeLog buffer so we get the right value.
167 (add-change-log-entry, add-log-current-defun, change-log-merge): 168 (add-change-log-entry, add-log-current-defun, change-log-merge):
168 Use derived-mode-p rather than checking major-mode directly. 169 Use derived-mode-p rather than checking major-mode directly.
169 170