# HG changeset patch # User Karl Fogel # Date 1262419757 18000 # Node ID 0ea26a56f9dee39edeed69b0a5c7f5fd631d4d8a # Parent d4fd57e5eafd9d3581328b5ca9ccad0d27e1ac78 * lisp/bookmark.el: Remove gratuitous gratitude. diff -r d4fd57e5eafd -r 0ea26a56f9de lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 02 02:08:02 2010 -0500 +++ b/lisp/ChangeLog Sat Jan 02 03:09:17 2010 -0500 @@ -1,3 +1,7 @@ +2010-01-02 Karl Fogel + + * bookmark.el: Remove gratuitous gratitude. + 2010-01-02 Karl Fogel * bookmark.el (bookmark-bmenu-any-marks): New function diff -r d4fd57e5eafd -r 0ea26a56f9de lisp/bookmark.el --- a/lisp/bookmark.el Sat Jan 02 02:08:02 2010 -0500 +++ b/lisp/bookmark.el Sat Jan 02 03:09:17 2010 -0500 @@ -30,51 +30,6 @@ ;; can navigate your way to that location by providing the string. ;; See the "User Variables" section for customizations. -;; Thanks to David Bremner for thinking of and -;; then implementing the bookmark-current-bookmark idea. He even -;; sent *patches*, bless his soul... - -;; Thanks to Gregory M. Saunders for -;; fixing and improving bookmark-time-to-save-p. - -;; Thanks go to Andrew V. Klein for the code that -;; sorts the alist before presenting it to the user (in bookmark-bmenu-list -;; and the menu-bar). - -;; And much thanks to David Hughes for many small -;; suggestions and the code to implement them (like -;; bookmark-bmenu-ensure-position, and some of the Lucid compatibility -;; stuff). - -;; Kudos (whatever they are) go to Jim Blandy -;; for his eminently sensible suggestion to separate bookmark-jump -;; into bookmark-jump and bookmark-jump-noselect, which made many -;; other things cleaner as well. - -;; Thanks to Roland McGrath for encouragement and help with defining -;; autoloads on the menu-bar. - -;; Jonathan Stigelman gave patches for default -;; values in bookmark-jump and bookmark-set. Everybody please keep -;; all the keystrokes they save thereby and send them to him at the -;; end of each year :-) (No, seriously, thanks Jonathan!) - -;; Buckets of gratitude to John Grabowski for -;; thinking up the annotations feature and implementing it so well. - -;; Based on info-bookmark.el, by Karl Fogel and Ken Olstad -;; . - -;; Thanks to Mikio Nakajima for many bugs -;; reported and fixed. - -;; Thank you, Michael Kifer, for contributing the XEmacs support. - -;; Enough with the credits already, get on to the good stuff: - -;; FAVORITE CHINESE RESTAURANT: -;; Boy, that's a tough one. Probably Hong Min, or maybe Emperor's -;; Choice (both in Chicago's Chinatown). Well, both. How about you? ;;; Code: