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
Open sidebar
emacs
emacs
Commits
778e2804
Commit
778e2804
authored
May 31, 2003
by
Kenichi Handa
Browse files
*** empty log message ***
parent
77619f8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+16
-1
No files found.
lisp/ChangeLog
View file @
778e2804
2003-05-31 Kenichi Handa <handa@m17n.org>
* files.el (recover-file): Bind coding-system-for-read to
auto-save-coding.
2003-05-31 Juanma Barranquero <lektu@terra.es>
* misc.el (mark-beginning-of-buffer, mark-end-of-buffer)
...
...
src/ChangeLog
View file @
778e2804
...
...
@@ -3,12 +3,27 @@
* charset.h (VALID_LEADING_CODE_P): New macro.
(UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
* coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
is nonzero, accept multibyte form of eight-bit-control chars.
(decode_composition_emacs_mule): Likewise.
(decode_coding_emacs_mule): Likewise.
(encode_coding_emacs_mule): If coding->flags is nonzero, produce
multibyte form of eight-bit-control chars.
* fileio.c (Qauto_save_coding, auto_save_coding): New variables.
(Finsert_file_contents): If coding-system-for-read is bound to
Qauto_save_coding, use the coding system emacs-mule with special
setting for recovering a file.
(choose_write_coding_system): On auto saving, use the coding
system emacs-mule with special setting for auto saving.
(syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
2003-05-30 Kenichi Handa <handa@m17n.org>
* coding.c (ccl_coding_driver): Set ccl->eight_bit_control
properly before calling ccl_driver.
* ccl.h (struct ccl_program) <eight_bit_control: Comment fixed.
* ccl.h (struct ccl_program) <eight_bit_control
>
: Comment fixed.
* ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is
nonzero.
...
...
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