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
9a8d84ca
Commit
9a8d84ca
authored
Jul 14, 2000
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
load-path not customizable
help strings in menus work
parent
d4af987a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
etc/NEWS
etc/NEWS
+6
-1
No files found.
etc/NEWS
View file @
9a8d84ca
...
...
@@ -20,6 +20,9 @@ Emacs to not use X Input Methods (XIM), if they these are available.
*
Changes in Emacs 21.1
** Variable `load-path' is no longer customizable because it contains
a version-dependent component.
** The <delete> function key is now bound to `delete-char' by default.
Note that this takes effect only on window systems. On TTYs, Emacs
will receive ASCII 127 when the DEL key is pressed. This
...
...
@@ -39,7 +42,7 @@ insert a non-ASCII character from your current language environment,
the file will be saved silently with the appropriate coding.
Previously you would be prompted for a safe coding system.
** New variable `inhibit-iso-e
a
cape-detection' determines if the
** New variable `inhibit-iso-e
s
cape-detection' determines if the
coding system detector pays attention to ISO2022's escape sequences.
If this variable is non-nil, the detector ignores such escape
sequences. The default value is nil, and it is recommended not to
...
...
@@ -2026,6 +2029,8 @@ strings that have been consed so far.
*
Lisp-level Display features added after release 2.6 of the Emacs
Lisp Manual
+++
**
Help strings in menu items are now used to provide `help-echo' text.
** The function `image-size' can be used to determine the size of an
image.
...
...
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