diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6235e908cfd..56e1ac9a503 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-05-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * process.c (Fformat_network_address): Fix typo: args2 -> *args2. | ||
| 4 | |||
| 3 | * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times). | 5 | * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times). |
| 4 | 6 | ||
| 5 | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). | 7 | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). |