diff options
| author | Juanma Barranquero | 2013-07-21 04:53:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-07-21 04:53:19 +0200 |
| commit | 763a086dc75498d173601db882ec59b739cab17f (patch) | |
| tree | 32afa55164eef468d547cfe272c4ccf845b37d29 /src | |
| parent | 728dc3cc6093d56809c4159bb8022dbd1eb57d8a (diff) | |
| download | emacs-763a086dc75498d173601db882ec59b739cab17f.tar.gz emacs-763a086dc75498d173601db882ec59b739cab17f.zip | |
lisp/ChangeLog, src/ChangeLog: Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e6b594258dc..24738f49183 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -592,7 +592,7 @@ | |||
| 592 | initializers. | 592 | initializers. |
| 593 | 593 | ||
| 594 | Syntax cleanup, mostly replacing macros with functions. | 594 | Syntax cleanup, mostly replacing macros with functions. |
| 595 | ` This removes the need for the syntax_temp hack. | 595 | This removes the need for the syntax_temp hack. |
| 596 | * search.c: Include syntax.h after buffer.h, since syntax.h uses BVAR. | 596 | * search.c: Include syntax.h after buffer.h, since syntax.h uses BVAR. |
| 597 | * syntax.c (SYNTAX_INLINE): New macro. | 597 | * syntax.c (SYNTAX_INLINE): New macro. |
| 598 | (SYNTAX_FLAGS_COMSTART_FIRST, SYNTAX_FLAGS_COMSTART_SECOND) | 598 | (SYNTAX_FLAGS_COMSTART_FIRST, SYNTAX_FLAGS_COMSTART_SECOND) |
| @@ -690,7 +690,7 @@ | |||
| 690 | (emacswrite_sig, emacs_perror): New functions. | 690 | (emacswrite_sig, emacs_perror): New functions. |
| 691 | * xrdb.c (fatal): Don't invoke perror, since errno might be garbage. | 691 | * xrdb.c (fatal): Don't invoke perror, since errno might be garbage. |
| 692 | 692 | ||
| 693 | 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change). | 693 | 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change). |
| 694 | 694 | ||
| 695 | * image.c (imagemagick_load_image): Do not use MagickExportImagePixels | 695 | * image.c (imagemagick_load_image): Do not use MagickExportImagePixels |
| 696 | on NS even if it is present. Pixmap on NS is a void*. | 696 | on NS even if it is present. Pixmap on NS is a void*. |
| @@ -1245,7 +1245,7 @@ | |||
| 1245 | 1245 | ||
| 1246 | * floatfns.c (Flog10): Move to Lisp (marked obsolete there). | 1246 | * floatfns.c (Flog10): Move to Lisp (marked obsolete there). |
| 1247 | 1247 | ||
| 1248 | 2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | 1248 | 2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> |
| 1249 | 1249 | ||
| 1250 | * floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the | 1250 | * floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the |
| 1251 | base is 2; this is more accurate. | 1251 | base is 2; this is more accurate. |