diff options
| author | Juanma Barranquero | 2007-07-23 08:26:29 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-07-23 08:26:29 +0000 |
| commit | 56b328008655ef2014a7eb36294ee5c21c3aaf52 (patch) | |
| tree | c9021f0a197ff3ffe813158b5dad4f31efab51d7 | |
| parent | 328471d91c496ff9d12d105a55442184fc2351db (diff) | |
| download | emacs-56b328008655ef2014a7eb36294ee5c21c3aaf52.tar.gz emacs-56b328008655ef2014a7eb36294ee5c21c3aaf52.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 13 |
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 | ||
| 60 | 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu> | 60 | 2007-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 | ||
| 73 | 2007-07-22 Michael Albinus <michael.albinus@gmx.de> | 73 | 2007-07-22 Michael Albinus <michael.albinus@gmx.de> |
| 74 | 74 | ||
| @@ -110,7 +110,7 @@ | |||
| 110 | 110 | ||
| 111 | 2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 111 | 2007-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 @@ | |||
| 162 | 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> | 162 | 2007-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 | ||