aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-25 14:26:30 +0100
committerJuanma Barranquero2011-11-25 14:26:30 +0100
commite9fce1acd8e0702c35b2c28d3b4893a913e5c67b (patch)
treee643f3319aca392931342f5588bac7ef323d251c /src
parent034ea24ddb8c58aa69736d49ffa10fdd4b1a9847 (diff)
downloademacs-e9fce1acd8e0702c35b2c28d3b4893a913e5c67b.tar.gz
emacs-e9fce1acd8e0702c35b2c28d3b4893a913e5c67b.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/ChangeLog.102
-rw-r--r--src/ChangeLog.1110
-rw-r--r--src/ChangeLog.618
4 files changed, 16 insertions, 16 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1614b02786b..fe7080f9c02 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7730,7 +7730,7 @@
7730 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1): 7730 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
7731 Use Frun_hooks. 7731 Use Frun_hooks.
7732 (command_loop_1): Use Frun_hooks. Call safe_run_hooks 7732 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
7733 unconditionnaly since it does the check itself. 7733 unconditionally since it does the check itself.
7734 7734
77352011-03-23 Paul Eggert <eggert@cs.ucla.edu> 77352011-03-23 Paul Eggert <eggert@cs.ucla.edu>
7736 7736
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 6acc09c2164..4c0590aa94b 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -4346,7 +4346,7 @@
4346 4346
4347 * textprop.c (Fremove_list_of_text_properties): 4347 * textprop.c (Fremove_list_of_text_properties):
4348 Ensure modify_region is called only when buffer is modified and that 4348 Ensure modify_region is called only when buffer is modified and that
4349 signal_after_change is allways called in that case. 4349 signal_after_change is always called in that case.
4350 4350
4351 * print.c (PRINTFINISH): Call signal_after_change. 4351 * print.c (PRINTFINISH): Call signal_after_change.
4352 4352
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index cb8b413a514..7c027f1caec 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -966,7 +966,7 @@
966 ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h. 966 ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h.
967 ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h. 967 ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h.
968 968
969 * deps.mk: Update for recent changes: gnutls support, gnulib 969 * deps.mk: Update for recent changes: GnuTLS support, gnulib
970 imports, addition of globals.h. 970 imports, addition of globals.h.
971 971
972 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on 972 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on
@@ -3268,7 +3268,7 @@
32682010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org> 32682010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3269 3269
3270 * gnutls.c (emacs_gnutls_write): If we're trying to write before 3270 * gnutls.c (emacs_gnutls_write): If we're trying to write before
3271 gnutls is ready, return EAGAIN as the errno. 3271 GnuTLS is ready, return EAGAIN as the errno.
3272 3272
32732010-10-10 Dan Nicolaescu <dann@ics.uci.edu> 32732010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3274 3274
@@ -3585,12 +3585,12 @@
3585 * process.c (make_process): Set the gnutls_p field to zero by 3585 * process.c (make_process): Set the gnutls_p field to zero by
3586 default. 3586 default.
3587 (read_process_output): Always call the gnutls_read function if the 3587 (read_process_output): Always call the gnutls_read function if the
3588 stream is a gnutls stream. 3588 stream is a GnuTLS stream.
3589 (send_process): Ditto for writes. 3589 (send_process): Ditto for writes.
3590 3590
3591 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read 3591 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
3592 or write anything until the state is GNUTLS_STAGE_READY. 3592 or write anything until the state is GNUTLS_STAGE_READY.
3593 (Fgnutls_boot): Mark the stream as being a gnutls stream. 3593 (Fgnutls_boot): Mark the stream as being a GnuTLS stream.
3594 3594
35952010-09-29 Eli Zaretskii <eliz@gnu.org> 35952010-09-29 Eli Zaretskii <eliz@gnu.org>
3596 3596
@@ -27366,7 +27366,7 @@
27366 27366
27367 * ccl.c: Include "character.h". 27367 * ccl.c: Include "character.h".
27368 (Qccl, Qcclp): New variables. 27368 (Qccl, Qcclp): New variables.
27369 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if 27369 (CCL_WRITE_CHAR): Always treat the arg CH as a character even if
27370 it's less than 256. 27370 it's less than 256.
27371 (CCL_WRITE_MULTIBYTE_CHAR): Delete. 27371 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
27372 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC 27372 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6
index af97d0de7b4..74141f6813a 100644
--- a/src/ChangeLog.6
+++ b/src/ChangeLog.6
@@ -718,7 +718,7 @@
718 (init_ntproc) [HAVE_SOCKETS]: Only load winsock library on startup 718 (init_ntproc) [HAVE_SOCKETS]: Only load winsock library on startup
719 if PRELOAD_WINSOCK is set in environment (or registry). 719 if PRELOAD_WINSOCK is set in environment (or registry).
720 720
721 * ntproc.c (Fwin32_has_winsock, Fwin32_unload_winsock) 721 * ntproc.c (Fwin32_has_winsock, Fwin32_unload_winsock)
722 [HAVE_SOCKETS]: New functions. 722 [HAVE_SOCKETS]: New functions.
723 (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them. 723 (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them.
724 724
@@ -845,7 +845,7 @@
845 (timer_id): Renamed to mouse_button_timer. 845 (timer_id): Renamed to mouse_button_timer.
846 (saved_mouse_move_msg, mouse_move_timer): New variables. 846 (saved_mouse_move_msg, mouse_move_timer): New variables.
847 (win_msg_worker): Delete WM_TIMER code. 847 (win_msg_worker): Delete WM_TIMER code.
848 (win32_wnd_proc): Handle WM_TIMER events here. Use separate timers 848 (win32_wnd_proc): Handle WM_TIMER events here. Use separate timers
849 for mouse down and mouse move (including scroll bar drag) events. 849 for mouse down and mouse move (including scroll bar drag) events.
850 Add new handling code for WM_VSCROLL and WM_MOUSEMOVE events. 850 Add new handling code for WM_VSCROLL and WM_MOUSEMOVE events.
851 Only filter WM_MOUSEMOVE events when a button is held down. 851 Only filter WM_MOUSEMOVE events when a button is held down.
@@ -1100,17 +1100,17 @@
1100 1100
1101 (nt_sleep): Renamed to sys_sleep. 1101 (nt_sleep): Renamed to sys_sleep.
1102 1102
1103 (rename): Renamed to sys_rename. Always rename to a temporary name 1103 (rename): Renamed to sys_rename. Always rename to a temporary name
1104 first on Windows 95. Unlink new name first if necessary. 1104 first on Windows 95. Unlink new name first if necessary.
1105 1105
1106 (dir_finding): Variable deleted. 1106 (dir_finding): Variable deleted.
1107 (dir_is_fat, dir_pathname): New variables. 1107 (dir_is_fat, dir_pathname): New variables.
1108 1108
1109 (openddir): Fail if dir_find_handle is in use. Save directory name 1109 (openddir): Fail if dir_find_handle is in use. Save directory name
1110 in dir_pathname, and set dir_is_fat appropriately. 1110 in dir_pathname, and set dir_is_fat appropriately.
1111 (closedir, readdir): Use dir_find_handle in place of dir_finding. 1111 (closedir, readdir): Use dir_find_handle in place of dir_finding.
1112 (readdir): Copy directory name from dir_pathname on first 1112 (readdir): Copy directory name from dir_pathname on first
1113 call. Use IS_DIRECTORY_SEP instead of IS_ANY_SEP. Force filename 1113 call. Use IS_DIRECTORY_SEP instead of IS_ANY_SEP. Force filename
1114 to be lower case on FAT volumes. 1114 to be lower case on FAT volumes.
1115 1115
1116 (getpwuid): Move struct passwd initialization to init_user_info, 1116 (getpwuid): Move struct passwd initialization to init_user_info,
@@ -1141,7 +1141,7 @@
1141 (get_emacs_configuration): Detect Windows flavor (Windows 95 or 1141 (get_emacs_configuration): Detect Windows flavor (Windows 95 or
1142 NT) at run-time. Change OS name for Windows 95 to be "win95". 1142 NT) at run-time. Change OS name for Windows 95 to be "win95".
1143 1143
1144 (fd_info): New variable. Array of extra info for file descriptors 1144 (fd_info): New variable. Array of extra info for file descriptors
1145 needed for pipe/socket support. 1145 needed for pipe/socket support.
1146 1146
1147 (utc_base_ft, utc_base, init): New internal variables used for 1147 (utc_base_ft, utc_base, init): New internal variables used for
@@ -1206,7 +1206,7 @@
1206 * ntinevt.c (win32_kdb_patch_key): Initialize isdead. 1206 * ntinevt.c (win32_kdb_patch_key): Initialize isdead.
1207 (key_event) [HAVE_NTGUI]: Use Windows key code. 1207 (key_event) [HAVE_NTGUI]: Use Windows key code.
1208 1208
1209 * ntproc.c: Include config.h after CRT headers. Include fcntl.h. 1209 * ntproc.c: Include config.h after CRT headers. Include fcntl.h.
1210 (child_process, MAX_CHILDREN, CHILD_ACTIVE): Moved to nt.h. 1210 (child_process, MAX_CHILDREN, CHILD_ACTIVE): Moved to nt.h.
1211 (DebugPrint): New macro. 1211 (DebugPrint): New macro.
1212 (new_child): Create input event structures for child processes. 1212 (new_child): Create input event structures for child processes.
@@ -2580,7 +2580,7 @@
2580 (win32_fill_rect, dumpglyphs, do_line_dance, x_draw_box): 2580 (win32_fill_rect, dumpglyphs, do_line_dance, x_draw_box):
2581 Use Get/ReleaseFrameDC. 2581 Use Get/ReleaseFrameDC.
2582 (win32_update_begin): Regenerate palette if required. 2582 (win32_update_begin): Regenerate palette if required.
2583 (w32_read_socket): Use FALSE. Handle WM_PALETTECHANGED. 2583 (w32_read_socket): Use FALSE. Handle WM_PALETTECHANGED.
2584 (win32_term_init): Use GetDC directly. 2584 (win32_term_init): Use GetDC directly.
2585 Enable palette in display structure. 2585 Enable palette in display structure.
2586 Predefine white and black. 2586 Predefine white and black.
@@ -4501,7 +4501,7 @@
4501 * msdos.c (putchar): Call internal_flush instead of _flsbuf. 4501 * msdos.c (putchar): Call internal_flush instead of _flsbuf.
4502 (DO_TERMSCRIPT): New macro to support open-termscript. 4502 (DO_TERMSCRIPT): New macro to support open-termscript.
4503 (internal_flush): Corrected handling of flush in middle of 4503 (internal_flush): Corrected handling of flush in middle of
4504 escape sequences. Handle screen width > 127. 4504 escape sequences. Handle screen width > 127.
4505 (flush_escape): New function for use by internal_flush. 4505 (flush_escape): New function for use by internal_flush.
4506 (sys_select): New MS-DOS specific version with us timing. 4506 (sys_select): New MS-DOS specific version with us timing.
4507 (EMACSCOLORS): New environment variable. 4507 (EMACSCOLORS): New environment variable.