Mercurial > emacs
changeset 30296:8454f2730931
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 14:42:30 +0000 |
parents | 5031a796f62d |
children | 6fd1ba16482c |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 19 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jul 18 14:40:07 2000 +0000 +++ b/etc/NEWS Tue Jul 18 14:42:30 2000 +0000 @@ -42,13 +42,13 @@ 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 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 -change it except for such a special case that you always 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 +** New variable `inhibit-iso-escape-detection' determines if Emacs' +coding system detection algorithm should pay attention to ISO2022's +escape sequences. If this variable is non-nil, the algorithm ignores +such escape sequences. The default value is nil, and it is +recommended not to change it except for the special case that you +always 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
--- a/lisp/ChangeLog Tue Jul 18 14:40:07 2000 +0000 +++ b/lisp/ChangeLog Tue Jul 18 14:42:30 2000 +0000 @@ -1,3 +1,9 @@ +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
--- a/src/ChangeLog Tue Jul 18 14:40:07 2000 +0000 +++ b/src/ChangeLog Tue Jul 18 14:42:30 2000 +0000 @@ -1,5 +1,11 @@ 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.