aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2013-07-21 04:53:19 +0200
committerJuanma Barranquero2013-07-21 04:53:19 +0200
commit763a086dc75498d173601db882ec59b739cab17f (patch)
tree32afa55164eef468d547cfe272c4ccf845b37d29 /src
parent728dc3cc6093d56809c4159bb8022dbd1eb57d8a (diff)
downloademacs-763a086dc75498d173601db882ec59b739cab17f.tar.gz
emacs-763a086dc75498d173601db882ec59b739cab17f.zip
lisp/ChangeLog, src/ChangeLog: Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
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
6932013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change). 6932013-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
12482013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 12482013-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.