diff options
| author | Stefan Monnier | 2010-05-24 16:46:41 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-05-24 16:46:41 -0400 |
| commit | 66a9f7f460fa1808e1e897fba35c7aba3d4b2e1d (patch) | |
| tree | a3af16a40d21177a2a3519758b3f5db0c8b82332 /src/ChangeLog | |
| parent | c17e9c60bea331e361600d9acb9f101e56df2eef (diff) | |
| download | emacs-66a9f7f460fa1808e1e897fba35c7aba3d4b2e1d.tar.gz emacs-66a9f7f460fa1808e1e897fba35c7aba3d4b2e1d.zip | |
* process.c (Fmake_network_process): Set :host to nil if it's not used.
Suggested by Masatake YAMATO <yamato@redhat.com>.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a8511a358cd..93f2015b4de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * process.c (Fmake_network_process): Set :host to nil if it's not used. | ||
| 4 | Suggested by Masatake YAMATO <yamato@redhat.com>. | ||
| 5 | |||
| 1 | 2010-05-23 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-05-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * dispextern.h (init_iterator): Sync prototype with changed | 8 | * dispextern.h (init_iterator): Sync prototype with changed |
| @@ -15,11 +20,11 @@ | |||
| 15 | * xdisp.c (display_line): Compare IT_CHARPOS with the position in | 20 | * xdisp.c (display_line): Compare IT_CHARPOS with the position in |
| 16 | row->start.pos, rather than with MATRIX_ROW_START_CHARPOS. | 21 | row->start.pos, rather than with MATRIX_ROW_START_CHARPOS. |
| 17 | (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS. | 22 | (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS. |
| 18 | (try_window_reusing_current_matrix, try_window_id): Use | 23 | (try_window_reusing_current_matrix, try_window_id): |
| 19 | ROW->minpos rather than ROW->start.pos. | 24 | Use ROW->minpos rather than ROW->start.pos. |
| 20 | (init_from_display_pos, init_iterator): Use EMACS_INT for | 25 | (init_from_display_pos, init_iterator): Use EMACS_INT for |
| 21 | character and byte positions. | 26 | character and byte positions. |
| 22 | (find_row_edges): Renamed from find_row_end. Accept additional | 27 | (find_row_edges): Rename from find_row_end. Accept additional |
| 23 | arguments for minimum and maximum buffer positions seen by | 28 | arguments for minimum and maximum buffer positions seen by |
| 24 | display_line for this row. Don't use iterator to find the | 29 | display_line for this row. Don't use iterator to find the |
| 25 | position following the maximum one; instead, increment the | 30 | position following the maximum one; instead, increment the |