diff options
| author | Eric S. Raymond | 2008-05-03 07:39:17 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2008-05-03 07:39:17 +0000 |
| commit | 7265c6e8a87c1a112b16384a7d3f62de869c2589 (patch) | |
| tree | c52e1acd7d1af0d777223d8dcc1602fb7dc62911 /lisp/ChangeLog | |
| parent | 92d1eebf86a15ba396b47e6ad4bf1078d06c2562 (diff) | |
| download | emacs-7265c6e8a87c1a112b16384a7d3f62de869c2589.tar.gz emacs-7265c6e8a87c1a112b16384a7d3f62de869c2589.zip | |
Remove logentry primitive from backend API.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f5d8c5e97b..84d1f3e5833 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,7 +3,12 @@ | |||
| 3 | * vc-dispatcher.el: New file, separates out the UI and command | 3 | * vc-dispatcher.el: New file, separates out the UI and command |
| 4 | execution machinery from VCS-specific logic left in vc.el. The | 4 | execution machinery from VCS-specific logic left in vc.el. The |
| 5 | separation is not yet completely clean, but it's a good start. | 5 | separation is not yet completely clean, but it's a good start. |
| 6 | * vc.el: This file is about 1700 lines shorter now. | 6 | * vc.el: This file is about 1700 lines shorter now. Obsolete |
| 7 | logentry-check is removed from the backend API. | ||
| 8 | * vc-sccs.el: Obsolete vc-sccs-logentry-check removed. This was | ||
| 9 | was the only implementation of the logentry-check method, and | ||
| 10 | it guarded against a log length limit that has probably been | ||
| 11 | obsolete for 15 years (!). | ||
| 7 | 12 | ||
| 8 | 2008-05-02 Sam Steingold <sds@gnu.org> | 13 | 2008-05-02 Sam Steingold <sds@gnu.org> |
| 9 | 14 | ||