aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6571030039c..5f363b2bffb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -88,7 +88,7 @@
88 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to 88 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
89 memcpy (Bug#11907). 89 memcpy (Bug#11907).
90 90
912012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change) 912012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
92 92
93 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo 93 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
94 and free it with DestroyExceptionInfo (Bug#11558). 94 and free it with DestroyExceptionInfo (Bug#11558).
@@ -361,7 +361,7 @@
361 not functions. All uses rewritten to use the following, respectively: 361 not functions. All uses rewritten to use the following, respectively:
362 (emacs_secs_addr, invalid_emacs_time, get_emacs_time) 362 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
363 (add_emacs_time, sub_emacs_time): New functions. 363 (add_emacs_time, sub_emacs_time): New functions.
364 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this. 364 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
365 * fileio.c (Fcopy_file): 365 * fileio.c (Fcopy_file):
366 * xterm.c (XTflash): Get the current time closer to when it's used. 366 * xterm.c (XTflash): Get the current time closer to when it's used.
367 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies. 367 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
@@ -682,7 +682,7 @@
682 X Windows version. Doc fix. 682 X Windows version. Doc fix.
683 * xfns.c (Fx_window_property): Doc fix. (Bug#11870) 683 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
684 684
6852012-07-06 Juanma Barranquero <lekktu@gmail.com> 6852012-07-06 Juanma Barranquero <lekktu@gmail.com>
686 Eli Zaretskii <eliz@gnu.org> 686 Eli Zaretskii <eliz@gnu.org>
687 687
688 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt. 688 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
@@ -921,7 +921,7 @@
921 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';' 921 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
922 that causes compilation to fail on pre-C99 compilers. 922 that causes compilation to fail on pre-C99 compilers.
923 923
9242012-07-04 Juanma Barranquero <lekktu@gmail.com> 9242012-07-04 Juanma Barranquero <lekktu@gmail.com>
925 925
926 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY) 926 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
927 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete. 927 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.