]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/obsolete/pc-select.el: Rename from emulation/pc-select.el.
[gnu-emacs] / lisp / ChangeLog
index 8be9b10faa732cf251e39dda1ffff347db17c04e..101ea1d20bb8bb5f8e159d131ab9348d407acb5d 100644 (file)
@@ -1,5 +1,28 @@
+2011-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
+       Remove the mark/nomark handling, and activate shift-select-mode instead.
+
+       * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
+
+2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-logunits-quant): Add support for
+       non-logarithmic units.
+
 2011-02-07  Ken Manheimer  <ken.manheimer@gmail.com>
 
+       * allout.el (allout-after-copy-or-kill-hook): New hook for
+       extension-specific processing of killed text.
+       (allout-mode): Include new allout-after-copy-or-kill-hook among
+       mentioned hooks.
+       (allout-kill-line) (allout-kill-topic): Ensure that processing
+       after kill happens even if barf-if-buffer-read-only is raised.
+       Include new allout-after-copy-or-kill-hook among that subsequent
+       processing.
+       (allout-deannotate-hidden): Actually remove the annotation text
+       properties.
+
        * allout.el (allout-listify-exposed): Copy text sans text properties.
 
 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>