+2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
+ (mouse-sel--ignore): New function.
+ (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
+ (mouse-sel-original-interprogram-cut-function)
+ (mouse-sel-original-interprogram-paste-function): Remove.
+
2014-08-13 Eric S. Raymond <esr@thyrsus.com>
- * vc/vc.git.el: (vc-git-find-file-hook): New function. Adds
- support for calling smerge on a conflicted file, and calling git
+ * vc/vc.git.el: (vc-git-find-file-hook): New function.
+ Adds support for calling smerge on a conflicted file, and calling git
add when there are no longer conflict markers in a saved file.
This is a completed version of Rüdiger Sonderfeld's proposal.
- * vc/vc-git.el (vc-git-conflicted-files): New function. Integrate
- Rüdiger Sonderfeld's code for detecting conflicted files using a
- status listing. Useful in itself and a step towards better smerge
- support.
+ * vc/vc-git.el (vc-git-conflicted-files): New function.
+ Integrate Rüdiger Sonderfeld's code for detecting conflicted files
+ using a status listing. Useful in itself and a step towards better
+ smerge support.
2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
* gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
reading.
-2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
+2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
* message.el (message-bury): Call bury-buffer with no argument
in the message-return-action case too.