changeset 28626:79911b5afa95

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 17 Apr 2000 15:27:23 +0000
parents 5d68443d3df1
children 1f6ba3e73fe9
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 17 15:26:29 2000 +0000
+++ b/etc/NEWS	Mon Apr 17 15:27:23 2000 +0000
@@ -16,6 +16,9 @@
 
 * Changes in Emacs 21.1
 
+** The new command `clone-buffer-indirectly' can be used to create
+an indirect buffer that is a twin copy of the current buffer.
+
 ** New user options `backup-directory-alist' and
 `make-backup-file-name-function' are provided to control the placement
 of backups, typically in a single directory or in an invisible
@@ -101,6 +104,19 @@
 ** New user option `read-mail-command' specifies a command to use to
 read mail from the menu etc.
 
+** Changes in Texinfo mode.
+
+** A couple of new key bindings have been added for inserting Texinfo
+macros
+
+  Key binding	Macro
+  -------------------------
+  C-c C-c C-s	@strong
+  C-c C-c C-e	@emph
+  C-c C-c u	@url
+  C-c C-c q     @quotation
+  C-c C-c m	@email
+
 ** Changes in Outline mode.
 
 There is now support for Imenu to index headings.  A new command
--- a/lisp/ChangeLog	Mon Apr 17 15:26:29 2000 +0000
+++ b/lisp/ChangeLog	Mon Apr 17 15:27:23 2000 +0000
@@ -1,3 +1,15 @@
+2000-04-17  Gerd Moellmann  <gerd@gnu.org>
+
+	* textmodes/texinfo.el (texinfo-insert-@email)
+	(texinfo-insert-@emph, texinfo-insert-@quotation)
+	(texinfo-insert-@strong, texinfo-insert-@url): New functions.
+	(texinfo-mode-map): Add key bindings for them.
+
+	* files.el (basic-save-buffer-2): Use a template with `$'
+	instead of `#' for VMS.
+
+	* simple.el (clone-indirect-buffer): New function.
+
 2000-04-16  Stephen Eglen  <stephen@gnu.org>
 
 	* iswitchb.el (iswitchb-case): New function.  If the user input
Binary file src/ChangeLog has changed