Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
0daee095
Commit
0daee095
authored
Apr 17, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7e9d5818
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
+32
-0
etc/NEWS
etc/NEWS
+16
-0
lisp/ChangeLog
lisp/ChangeLog
+12
-0
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
etc/NEWS
View file @
0daee095
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
0daee095
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
...
...
src/ChangeLog
View file @
0daee095
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment