mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
*** empty log message ***
This commit is contained in:
parent
7e9d581860
commit
0daee09518
16
etc/NEWS
16
etc/NEWS
@ -16,6 +16,9 @@ images and toolkit scrollbars. Use the --help option to list them.
|
||||
|
||||
* 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 @@ area or with tooltips.
|
||||
** 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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,9 @@
|
||||
2000-04-17 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* buffer.c (clone_per_buffer_values): New function.
|
||||
(Fmake_indirect_buffer): Add optional argument CLONE. Call
|
||||
clone_per_buffer_values if CLONE is not nil.
|
||||
|
||||
* xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
|
||||
|
||||
2000-04-16 Dave Love <fx@gnu.org>
|
||||
|
Loading…
Reference in New Issue
Block a user