]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 11 Feb 2007 22:30:21 +0000 (22:30 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 11 Feb 2007 22:30:21 +0000 (22:30 +0000)
admin/FOR-RELEASE
etc/NEWS
lisp/ChangeLog

index 4f61f189803b3a0e4c2842f8c2bfebe637158d96..42f7ff76d67b8b93a89959a351e0e3933e63d096 100644 (file)
@@ -12,6 +12,8 @@ make sure all the pages really look ok in the manual as formatted.
 
 ** Update AUTHORS.
 
+** Cleanup temporary +++/--- lines in etc/NEWS.
+
 ** Regenerate the postscript files of the reference cards in etc.
 
 ** Ask maintainers of refcard translations to update them.
index d29a7bee5fa9ebbb814cada0cf8cae320cd7f7ff..98814ba2593b6b3d8f1d83b8b0d9c40898aaca99 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -346,6 +346,14 @@ special treatment in `dired-do-shell-command'.
 ** Adaptive filling misfeature removed.
 It no longer treats `NNN.' or `(NNN)' as a prefix.
 
+---
+** The register compatibility key bindings (deprecated since Emacs 19)
+have been removed:
+  C-x /   point-to-register (Use: C-x r SPC)
+  C-x j   jump-to-register  (Use: C-x r j)
+  C-x x   copy-to-register  (Use: C-x r s)
+  C-x g   insert-register   (Use: C-x r i)
+
 \f
 * Editing Changes in Emacs 22.1
 
index 82417c2f4d00afca2a994e74621f1fa20ab5571b..4d9f1b3c0476ffc1c628f42b9fdaf81321570599 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-11  Kim F. Storm  <storm@cua.dk>
+
+       * bindings.el (ctl-x-map): Remove register compatibility bindings
+       C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
+
 2007-02-11  Richard Stallman  <rms@gnu.org>
 
        * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
 
 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-agenda-get-todos) 
-       (org-agenda-get-timestamps, org-agenda-get-closed) 
-       (org-agenda-get-deadlines, org-agenda-get-scheduled) 
-       (org-agenda-get-blocks, org-format-agenda-item) 
+       * textmodes/org.el (org-agenda-get-todos)
+       (org-agenda-get-timestamps, org-agenda-get-closed)
+       (org-agenda-get-deadlines, org-agenda-get-scheduled)
+       (org-agenda-get-blocks, org-format-agenda-item)
        (org-agenda-change-all-lines, org-scan-tags): Rename text property
        from `category' to `org-category'.