Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
70e31436
Commit
70e31436
authored
Sep 27, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in ChangeLogs.
parent
b3253cd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
lib-src/ChangeLog
lib-src/ChangeLog
+5
-5
src/ChangeLog
src/ChangeLog
+12
-12
No files found.
lib-src/ChangeLog
View file @
70e31436
...
...
@@ -4,9 +4,9 @@
2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
* 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 con
a
t char*.
* pop.c (pop_multi_first, socket_connection, sendline): Use con
s
t char*.
* movemail.c (fatal, error, concat): Use const char *.
...
...
@@ -61,7 +61,7 @@
2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
* 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.
...
...
src/ChangeLog
View file @
70e31436
...
...
@@ -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 <dann@ics.uci.edu>
* 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 <tzz@lifelogs.com>
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment