diff options
| author | Dmitry Antipov | 2014-06-23 08:11:29 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-06-23 08:11:29 +0400 |
| commit | 200fc9496f7e2d53610e31634fdcd750d1870279 (patch) | |
| tree | 50114538abd0729d13d05e95a3f48dbb742f5528 /src/ChangeLog | |
| parent | 33848c48a5e8823f44994624443fabdf615292dc (diff) | |
| download | emacs-200fc9496f7e2d53610e31634fdcd750d1870279.tar.gz emacs-200fc9496f7e2d53610e31634fdcd750d1870279.zip | |
Simplify and cleanup character conversion stuff.
* lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe):
Remove prototypes.
* character.c (multibyte_char_to_unibyte)
(multibyte_char_to_unibyte_safe): Remove; no longer used.
* character.h (make_char): Remove; unused.
(CHAR_TO_BYTE8, CHAR_TO_BYTE_SAFE): Simplify.
(ASCII_BYTE_P): Remove; ASCII_CHAR_P does the same thing.
* buffer.c, charset.c, charset.h, cmds.c, coding.c, editfns.c:
* fileio.c, indent.c, insdel.c, keyboard.c, lread.c, print.c:
* search.c, term.c, xdisp.c, xterm.c: Related users changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe3a570ee3b..0fc0401265c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2014-06-23 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Simplify and cleanup character conversion stuff. | ||
| 4 | * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe): | ||
| 5 | Remove prototypes. | ||
| 6 | * character.c (multibyte_char_to_unibyte) | ||
| 7 | (multibyte_char_to_unibyte_safe): Remove; no longer used. | ||
| 8 | * character.h (make_char): Remove; unused. | ||
| 9 | (CHAR_TO_BYTE8, CHAR_TO_BYTE_SAFE): Simplify. | ||
| 10 | (ASCII_BYTE_P): Remove; ASCII_CHAR_P does the same thing. | ||
| 11 | * buffer.c, charset.c, charset.h, cmds.c, coding.c, editfns.c: | ||
| 12 | * fileio.c, indent.c, insdel.c, keyboard.c, lread.c, print.c: | ||
| 13 | * search.c, term.c, xdisp.c, xterm.c: Related users changed. | ||
| 14 | |||
| 1 | 2014-06-22 Mario Lang <mlang@delysid.org> | 15 | 2014-06-22 Mario Lang <mlang@delysid.org> |
| 2 | 16 | ||
| 3 | * w32fns.c (Fw32_shell_execute): The the -> the. | 17 | * w32fns.c (Fw32_shell_execute): The the -> the. |