diff options
| author | Dan Nicolaescu | 2004-12-28 14:50:49 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2004-12-28 14:50:49 +0000 |
| commit | 5bdca8af0dcab60b70ad22664ff9814efc15fa4b (patch) | |
| tree | 25a8d10c6996c9c6b2a9a30b469038c8c17ac166 /src/ChangeLog | |
| parent | eab463f6cec1a180334d3223c3981898a2cc9e46 (diff) | |
| download | emacs-5bdca8af0dcab60b70ad22664ff9814efc15fa4b.tar.gz emacs-5bdca8af0dcab60b70ad22664ff9814efc15fa4b.zip | |
(decode_coding_XXX, decode_composition_emacs_mule)
(decode_coding_emacs_mule, encode_coding_emacs_mule)
(decode_coding_iso2022, encode_designation_at_bol)
(encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
(decode_coding): Constify arguments and local vars.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 26ea457a2fe..0e9d8644868 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_XXX, decode_composition_emacs_mule) | ||
| 4 | (decode_coding_emacs_mule, encode_coding_emacs_mule) | ||
| 5 | (decode_coding_iso2022, encode_designation_at_bol) | ||
| 6 | (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol) | ||
| 7 | (decode_coding): Constify arguments and local vars. | ||
| 8 | |||
| 1 | 2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 9 | 2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * xmenu.c (popup_get_selection): Only pop down dialogs | 11 | * xmenu.c (popup_get_selection): Only pop down dialogs |