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
3d6cd763
Commit
3d6cd763
authored
Jul 18, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
9a742968
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
7 deletions
+19
-7
etc/NEWS
etc/NEWS
+7
-7
lisp/ChangeLog
lisp/ChangeLog
+6
-0
src/ChangeLog
src/ChangeLog
+6
-0
No files found.
etc/NEWS
View file @
3d6cd763
...
...
@@ -42,13 +42,13 @@ 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-escape-detection' determines if
the
coding system detect
or pays attention to ISO2022's escape sequences.
If this variable is non-nil, the detector ignores such escape
s
equences. The default value is nil, and it is recommended not to
change it except for such a special case that you always want to read
a
ny escape code verbatimly. If you just want to read a specific file
without decoding escape codes, use C-x RET c
** New variable `inhibit-iso-escape-detection' determines if
Emacs'
coding system detect
ion algorithm should pay attention to ISO2022's
escape sequences. If this variable is non-nil, the algorithm ignores
s
uch escape sequences. The default value is nil, and it is
recommended not to change it except for the special case that you
a
lways want to read any escape code verbatimly. If you just want to
read a specific file
without decoding escape codes, use C-x RET c
(`universal-coding-system-argument').
**
Variable `default-korean-keyboard' is initialized properly from the
...
...
lisp/ChangeLog
View file @
3d6cd763
2000-07-18 Gerd Moellmann <gerd@gnu.org>
* cdl.el: Fix `Maintainer' keyword.
* play/pong.el: Add author's email address.
2000-07-17 Sam Steingold <sds@gnu.org>
* files.el (insert-directory): Call `split-string' instead of
...
...
src/ChangeLog
View file @
3d6cd763
2000-07-18 Gerd Moellmann <gerd@gnu.org>
* alloc.c (allocate_string_data): If string had already data
assigned, copy old contents to new string data.
* coding.c (syms_of_coding): Fix typo in spelling of variable
`inhibit-iso-escape-detection'.
* alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
* Makefile.in: Add dependencies on dispextern.h.
...
...
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