]> git.eshelyaron.com Git - emacs.git/commitdiff
Forgotten ChangeLog changes
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Aug 2014 14:16:48 +0000 (10:16 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Aug 2014 14:16:48 +0000 (10:16 -0400)
lisp/ChangeLog
lisp/gnus/ChangeLog

index 39ab7caf87490587b4624864686567cd87c92872..14146a032bf8b6bf4607ecf91f7da2e98a5eb58d 100644 (file)
@@ -1,14 +1,22 @@
+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>
 
index 31a60b43724ec1b41514d653cc8d1e559e3ff072..6541c699c48946242a1ae15dac52985982431940 100644 (file)
        * 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.