diff options
| author | Paul Eggert | 2014-12-28 15:06:16 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-28 15:06:16 -0800 |
| commit | b5c9c131ca4c0382d32ccb9c59c02a0392276503 (patch) | |
| tree | 3a020ac7323f69b687b1562eb6bb536279b18816 /src | |
| parent | c5504d100573499a9ac373e71627d1b8ccb1f64f (diff) | |
| download | emacs-b5c9c131ca4c0382d32ccb9c59c02a0392276503.tar.gz emacs-b5c9c131ca4c0382d32ccb9c59c02a0392276503.zip | |
Spelling fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.12 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 1b77eaf5803..f6d602b831b 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -2826,7 +2826,7 @@ | |||
| 2826 | 2006-07-21 Eli Zaretskii <eliz@gnu.org> | 2826 | 2006-07-21 Eli Zaretskii <eliz@gnu.org> |
| 2827 | 2827 | ||
| 2828 | * w32.c (convert_time): Use explicit long double constants to | 2828 | * w32.c (convert_time): Use explicit long double constants to |
| 2829 | ensure long double arithmetics is used throughout. | 2829 | ensure long double arithmetic is used throughout. |
| 2830 | 2830 | ||
| 2831 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2831 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2832 | 2832 | ||
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 80d7460c734..60f9ea294be 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -2327,7 +2327,7 @@ | |||
| 2327 | 2327 | ||
| 2328 | 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com> | 2328 | 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com> |
| 2329 | 2329 | ||
| 2330 | * w32fns.c (emacs_abort): Don't do arithmetics on void pointers. | 2330 | * w32fns.c (emacs_abort): Don't do arithmetic on void pointers. |
| 2331 | 2331 | ||
| 2332 | 2012-12-08 Eli Zaretskii <eliz@gnu.org> | 2332 | 2012-12-08 Eli Zaretskii <eliz@gnu.org> |
| 2333 | 2333 | ||
| @@ -4716,7 +4716,7 @@ | |||
| 4716 | defining an XRectangle structure. | 4716 | defining an XRectangle structure. |
| 4717 | 4717 | ||
| 4718 | * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer | 4718 | * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer |
| 4719 | arithmetics for compatibility with x64. | 4719 | arithmetic for compatibility with x64. |
| 4720 | 4720 | ||
| 4721 | * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for | 4721 | * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for |
| 4722 | compatibility with x64. | 4722 | compatibility with x64. |