emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101641: Fix typos in ChangeLogs.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101641: Fix typos in ChangeLogs.
Date: Mon, 27 Sep 2010 12:25:04 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101641
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-09-27 12:25:04 +0200
message:
  Fix typos in ChangeLogs.
modified:
  lib-src/ChangeLog
  src/ChangeLog
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-09-25 21:42:48 +0000
+++ b/lib-src/ChangeLog 2010-09-27 10:25:04 +0000
@@ -4,9 +4,9 @@
 
 2010-08-11  Jan Djärv  <address@hidden>
 
-       * fakemail.c: Include stdlib.h for getenv. Remove declaration of
+       * fakemail.c: Include stdlib.h for getenv.  Remove declaration of
        popen, fclose and pclose.
-       (my_name, fatal, error, put_line): Use const char*
+       (my_name, fatal, error, put_line): Use const char*.
        (main): Remove extern getenv, mail_program_name is const char*.
 
        * update-game-score.c (get_prefix, write_scores, main): Use const char*.
@@ -16,7 +16,7 @@
        * pop.h (pop_multi_first): Use const char *.
        (_ARGS): Remove.
 
-       * pop.c (pop_multi_first, socket_connection, sendline): Use conat char*.
+       * pop.c (pop_multi_first, socket_connection, sendline): Use const char*.
 
        * movemail.c (fatal, error, concat): Use const char *.
 
@@ -61,7 +61,7 @@
 2010-08-06  Dan Nicolaescu  <address@hidden>
 
        * emacsclient.c: Move socket related #includes together with the
-       rest of the #includes.  Move a WINDOWSNT includes closer together.
+       rest of the #includes.  Move WINDOWSNT includes closer together.
        (HAVE_CONFIG_H): Remove.
        (NO_RETURN): Remove, defined in config.h.
        (main): Convert definition to standard C.
@@ -164,7 +164,7 @@
        (fatal): Make static.
        (error): Likewise.
        (pfatal_with_name): Likewise.
-       (pfatal_and_delete). Likewise.
+       (pfatal_and_delete): Likewise.
        (concat): Likewise.
        (xmalloc): Likewise.
        (popmail): Likewise.

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-09-27 05:42:43 +0000
+++ b/src/ChangeLog     2010-09-27 10:25:04 +0000
@@ -39,21 +39,21 @@
        (write_mask): New variable.
        (max_input_desc): Renamed from max_keyboard_desc.
        (fd_callback_info): New variable.
-       (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd): New
-       functions.
+       (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
+       New functions.
        (Fmake_network_process): FD_SET write_mask.
        (deactivate_process): FD_CLR write_mask.
        (wait_reading_process_output): Connecting renamed to Writeok.
-       check_connect removed.  check_write is new.  Remove references to
-       gpm.  Use Writeok/check_write unconditionally (i.e. no #ifdef
+       check_connect removed.  check_write is new.  Remove references to gpm.
+       Use Writeok/check_write unconditionally (i.e. no #ifdef
        NON_BLOCKING_CONNECT) instead of Connecting.
        Loop over file descriptors and call callbacks in fd_callback_info
        if file descriptor is ready for I/O.
        (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
        (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
        (keyboard_bit_set): Use max_input_desc.
-       (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor): Remove
-       #ifdef subprocesses. Use max_input_desc.
+       (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
+       Remove #ifdef subprocesses.  Use max_input_desc.
        (init_process): Initialize write_mask and fd_callback_info.
 
        * keyboard.c (readable_events, gobble_input): Remove DBUS code.
@@ -61,20 +61,20 @@
        * dbusbind.c: Include process.h.
        (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
        (xd_read_message_1): New functions.
-       (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.  Handle
-       watch for both read and write.
+       (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
+       Handle watch for both read and write.
        (Fdbus_init_bus): Also register xd_toggle_watch.
        (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
        (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
        to dbus_connection_flush.
-       (xd_read_message):  Move most of the code to xd_read_message_1.
+       (xd_read_message): Move most of the code to xd_read_message_1.
        Call xd_read_message_1 until status is COMPLETE.
 
 2010-09-26  Dan Nicolaescu  <address@hidden>
 
        * term.c: Do not include sys/ioctl.h, not needed.
-       (init_tty): Reorder code to reduce the number of #ifdefs.  No code
-       changes.
+       (init_tty): Reorder code to reduce the number of #ifdefs.
+       No code changes.
 
 2010-09-26  Teodor Zlatanov  <address@hidden>
 
@@ -2997,7 +2997,7 @@
        (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
        passed to strlen/strcpy/strcat.
        (create_client_leader_window): Surround with #ifndef USE_GTK.  Cast
-       7:th arg to XChangeProperty to (unsigned char *)
+       7:th arg to XChangeProperty to (unsigned char *).
 
        * xsettings.c (something_changedCB, parse_settings)
        (apply_xft_settings): Reformat prototype.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]