emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Karl Fogel
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 07 Mar 2008 05:44:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Karl Fogel <kfogel>     08/03/07 05:44:38

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12969
retrieving revision 1.12970
diff -u -b -r1.12969 -r1.12970
--- ChangeLog   7 Mar 2008 05:18:39 -0000       1.12969
+++ ChangeLog   7 Mar 2008 05:44:35 -0000       1.12970
@@ -1,3 +1,27 @@
+2008-03-07  Karl Fogel  <address@hidden>
+
+       Give a better name to part of the bookmark interface.
+
+       This was originally a much larger change, but halfway through I
+       updated and discovered that Stefan Monnier had done the rest.
+       It looks like he anticipated the new name too, because he used
+       `the-record' instead of `the-cell' for some internal variable names.
+
+       * lisp/bookmark.el
+       (bookmark-make-record-function): Was `bookmark-make-cell-function'.
+       (bookmark-make, bookmark-send-annotation): Update for above.
+       (bookmark-make-record-for-text-file): Was
+       `bookmark-make-cell-for-text-file.  Fix doc string re rev 1.102.
+
+       * lisp/info.el: Adjust accordingly.
+       (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
+
+       * lisp/image-mode.el: Adjust accordingly.
+       (image-bookmark-make-record): Was `image-bookmark-make-cell'.
+
+       * lisp/doc-view.el: Adjust accordingly.
+       (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
+
 2008-03-07  Stefan Monnier  <address@hidden>
 
        * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]