diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 6 | ||||
-rw-r--r-- | src/ChangeLog.10 | 2 | ||||
-rw-r--r-- | src/ChangeLog.11 | 2 | ||||
-rw-r--r-- | src/ChangeLog.6 | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3a72f335a1..c58b87c7705 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -51,7 +51,7 @@ * alloc.c (lisp_align_malloc): Remove unneeded prototype. -2012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change) +2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change) * keyboard.c: Override inhibit-quit after the third C-g (bug#6585). (force_quit_count): New var. @@ -1550,7 +1550,7 @@ * xfns.c (unwind_create_frame): Fix comment. (Fx_create_frame, x_create_tip_frame): Move terminal->reference_count++ just before making the frame - official. Move initialization of image_cache_refcount and + official. Move initialization of image_cache_refcount and dpyinfo_refcount before calling init_frame_faces (Bug#9943). 2011-11-05 Eli Zaretskii <eliz@gnu.org> @@ -7323,7 +7323,7 @@ * xfaces.c <Qunspecified>: Make extern again. * syntax.c: Include sys/types.h before including regex.h, as - required by Posix. + required by POSIX. * doc.c (get_doc_string): Improve the format passed to `error'. diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 10de7e53794..cf62ec29bbc 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -23215,7 +23215,7 @@ * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef and FSRefMakePath to convert FSSpec returned with Apple Event to - Posix pathname. + POSIX pathname. (mac_initialize) [TARGET_API_MAC_CARBON]: Call init_required_apple_events and disable the `Quit' menu item provided automatically by the Carbon Toolbox. diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 97d5a65281a..781027ee8ae 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 @@ -9641,7 +9641,7 @@ 2010-03-12 Eli Zaretskii <eliz@gnu.org> - These changes remove termcap.c from the build on Posix platforms. + These changes remove termcap.c from the build on POSIX platforms. * Makefile.in (termcapobj): Move termcap.o from here... (MSDOS_OBJ): ...to here. (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index 91c20681157..3aa1a23818e 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 @@ -3236,7 +3236,7 @@ 1995-12-12 Paul Eggert <eggert@twinsun.com> - * process.c (create_process): Use Posix signal handling to + * process.c (create_process): Use POSIX signal handling to block signals, if available. If HAVE_VFORK, save and restore signal handlers that the child might change, since in many systems (e.g. Solaris 2.4) if the child changes the signal |