aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-06 19:22:34 -0800
committerGlenn Morris2014-02-06 19:22:34 -0800
commit2b568bc90bdae6daddd3e928f1b120015c26907b (patch)
treeccbd70414c2fc2546b25c99c70d710dbde208864 /doc
parente04d62b9d94817358faf16841a83859ed36ff3df (diff)
downloademacs-2b568bc90bdae6daddd3e928f1b120015c26907b.tar.gz
emacs-2b568bc90bdae6daddd3e928f1b120015c26907b.zip
Move iswitchb.el to obsolete/
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html * lisp/obsolete/iswitchb.el: Move to obsolete/. * lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition, since obsolete/ is not scanned for autoloads. * lisp/emacs-lisp/authors.el (authors-valid-file-names): Add iswitchb.el. * doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files. * doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb. * etc/NEWS: Related edits.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/ack.texi17
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/viper.texi2
4 files changed, 10 insertions, 17 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 4478e4bd72c..11df5923612 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12014-02-07 Glenn Morris <rgm@gnu.org>
2
3 * ack.texi (Acknowledgments): No longer mention obsolete files.
4
12014-02-02 Glenn Morris <rgm@gnu.org> 52014-02-02 Glenn Morris <rgm@gnu.org>
2 6
3 * regs.texi (Registers): Mention previewing. 7 * regs.texi (Registers): Mention previewing.
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 8f8e741c910..0ec2cf8624a 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -52,10 +52,6 @@ files.
52Michael Albinus wrote @file{dbus.el}, a package that implements the 52Michael Albinus wrote @file{dbus.el}, a package that implements the
53D-Bus message bus protocol; @file{zeroconf.el}, a mode for browsing 53D-Bus message bus protocol; @file{zeroconf.el}, a mode for browsing
54Avahi services; 54Avahi services;
55@ignore
56@c obsolete
57@file{xesam.el}, a Xesam-based search engine interface;
58@end ignore
59and @file{secrets.el}, an interface to keyring daemons for 55and @file{secrets.el}, an interface to keyring daemons for
60storing confidential data. He and Kai Großjohann wrote the Tramp package, which 56storing confidential data. He and Kai Großjohann wrote the Tramp package, which
61provides transparent remote file editing using rcp, ssh, ftp, and 57provides transparent remote file editing using rcp, ssh, ftp, and
@@ -307,8 +303,7 @@ to VC and the calendar.
307 303
308@item 304@item
309Stephen Eglen wrote @file{mspools.el}, which tells you which Procmail 305Stephen Eglen wrote @file{mspools.el}, which tells you which Procmail
310folders have mail waiting in them; and @file{iswitchb.el}, a feature 306folders have mail waiting in them.
311for incremental reading and completion of buffer names.
312 307
313@item 308@item
314Torbjörn Einarsson wrote @file{f90.el}, a mode for Fortran 90 files. 309Torbjörn Einarsson wrote @file{f90.el}, a mode for Fortran 90 files.
@@ -820,10 +815,6 @@ Common Lisp code; @file{ebuff-menu.el}, an ``electric'' browser for
820buffer listings; @file{ehelp.el}, bindings for browsing help screens; 815buffer listings; @file{ehelp.el}, bindings for browsing help screens;
821and @file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format, 816and @file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format,
822used in mail messages and news articles. 817used in mail messages and news articles.
823@ignore
824@c Obsolete since 24.4
825; and @file{terminal.el}, a terminal emulator for Emacs subprocesses.
826@end ignore
827 818
828@item 819@item
829Gerd Möllmann was the Emacs maintainer from the beginning of Emacs 21 820Gerd Möllmann was the Emacs maintainer from the beginning of Emacs 21
@@ -1106,12 +1097,6 @@ Ronald S. Schnell wrote @file{dunnet.el}, a text adventure game.
1106Philippe Schnoebelen wrote @file{gomoku.el}, a Go Moku game played 1097Philippe Schnoebelen wrote @file{gomoku.el}, a Go Moku game played
1107against Emacs; and @file{mpuz.el}, a multiplication puzzle. 1098against Emacs; and @file{mpuz.el}, a multiplication puzzle.
1108 1099
1109@ignore
1110@c Removed in 24.1.
1111@item
1112Rainer Schöpf contributed to Alpha and OSF1 support.
1113@end ignore
1114
1115@item 1100@item
1116Jan Schormann wrote @file{solitaire.el}, an implementation of the 1101Jan Schormann wrote @file{solitaire.el}, an implementation of the
1117Solitaire game. 1102Solitaire game.
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 7242110ec0f..766286c5fa7 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-02-07 Glenn Morris <rgm@gnu.org>
2
3 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
4
12014-02-06 Glenn Morris <rgm@gnu.org> 52014-02-06 Glenn Morris <rgm@gnu.org>
2 6
3 * epa.texi (Mail-mode integration): Mention epa-mail-aliases. 7 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 3195bfa807d..5cbf32c9297 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -4064,7 +4064,7 @@ switch in another window. Buffer completion is supported.
4064The variable @var{viper-read-buffer-function} controls which function is 4064The variable @var{viper-read-buffer-function} controls which function is
4065actually used to read the buffer name. The default is @code{read-buffer}, 4065actually used to read the buffer name. The default is @code{read-buffer},
4066but better alternatives are also available in Emacs (e.g., 4066but better alternatives are also available in Emacs (e.g.,
4067@code{iswitchb-read-buffer}). 4067@code{ido-read-buffer}).
4068@vindex @var{viper-read-buffer-function} 4068@vindex @var{viper-read-buffer-function}
4069@item :B 4069@item :B
4070Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed. 4070Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed.