diff options
| author | Juri Linkov | 2010-03-20 03:29:12 +0200 |
|---|---|---|
| committer | Juri Linkov | 2010-03-20 03:29:12 +0200 |
| commit | 5e418f17344c759ada93ade232fa5bdd9c290e06 (patch) | |
| tree | ddaf10c2b59d10010bb2fc233f3e05d15531e59e | |
| parent | 605f35cdaa7bdd248b528173f060d4ffae1a77a2 (diff) | |
| download | emacs-5e418f17344c759ada93ade232fa5bdd9c290e06.tar.gz emacs-5e418f17344c759ada93ade232fa5bdd9c290e06.zip | |
* s-region.el: Move to obsolete.
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 | ||||
| -rw-r--r-- | lisp/obsolete/s-region.el (renamed from lisp/s-region.el) | 1 |
4 files changed, 10 insertions, 1 deletions
| @@ -78,6 +78,9 @@ For example, adding "(diff-mode . ((mode . whitespace)))" to your | |||
| 78 | .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* | 78 | .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* |
| 79 | buffers. | 79 | buffers. |
| 80 | 80 | ||
| 81 | ** s-region.el is now declared obsolete, superceded by shift-select-mode | ||
| 82 | enabled by default in 23.1. | ||
| 83 | |||
| 81 | 84 | ||
| 82 | * New Modes and Packages in Emacs 24.1 | 85 | * New Modes and Packages in Emacs 24.1 |
| 83 | 86 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab4834ef0c7..b5dd5e0f0c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-03-20 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * s-region.el: | ||
| 4 | * obsolete/s-region.el: Move to obsolete. | ||
| 5 | |||
| 1 | 2010-03-19 Juanma Barranquero <lekktu@gmail.com> | 6 | 2010-03-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'. | 8 | * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index ddec46405a6..babb5cff8da 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -1091,6 +1091,7 @@ ELCFILES = \ | |||
| 1091 | $(lisp)/obsolete/rnewspost.elc \ | 1091 | $(lisp)/obsolete/rnewspost.elc \ |
| 1092 | $(lisp)/obsolete/sc.elc \ | 1092 | $(lisp)/obsolete/sc.elc \ |
| 1093 | $(lisp)/obsolete/scribe.elc \ | 1093 | $(lisp)/obsolete/scribe.elc \ |
| 1094 | $(lisp)/obsolete/s-region.elc \ | ||
| 1094 | $(lisp)/obsolete/swedish.elc \ | 1095 | $(lisp)/obsolete/swedish.elc \ |
| 1095 | $(lisp)/obsolete/sym-comp.elc \ | 1096 | $(lisp)/obsolete/sym-comp.elc \ |
| 1096 | $(lisp)/obsolete/vc-mcvs.elc \ | 1097 | $(lisp)/obsolete/vc-mcvs.elc \ |
| @@ -1294,7 +1295,6 @@ ELCFILES = \ | |||
| 1294 | $(lisp)/rfn-eshadow.elc \ | 1295 | $(lisp)/rfn-eshadow.elc \ |
| 1295 | $(lisp)/rot13.elc \ | 1296 | $(lisp)/rot13.elc \ |
| 1296 | $(lisp)/ruler-mode.elc \ | 1297 | $(lisp)/ruler-mode.elc \ |
| 1297 | $(lisp)/s-region.elc \ | ||
| 1298 | $(lisp)/savehist.elc \ | 1298 | $(lisp)/savehist.elc \ |
| 1299 | $(lisp)/saveplace.elc \ | 1299 | $(lisp)/saveplace.elc \ |
| 1300 | $(lisp)/sb-image.elc \ | 1300 | $(lisp)/sb-image.elc \ |
diff --git a/lisp/s-region.el b/lisp/obsolete/s-region.el index 3bef30c2fe5..a88d1f37ee7 100644 --- a/lisp/s-region.el +++ b/lisp/obsolete/s-region.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
| 8 | ;; Favourite-brand-of-beer: None, I hate beer. | 8 | ;; Favourite-brand-of-beer: None, I hate beer. |
| 9 | ;; Obsolete-since: 24.1 | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||