diff options
| author | Andreas Schwab | 2006-09-08 11:46:42 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-09-08 11:46:42 +0000 |
| commit | 647b07d1d74e3bd280fd1b12468b49b99be907aa (patch) | |
| tree | 889a573aa83d7bb7daaa3ecad45598061cde8be0 /src/ChangeLog | |
| parent | bcdbfd36683d87a59f43b5e53d63a956ca566645 (diff) | |
| download | emacs-647b07d1d74e3bd280fd1b12468b49b99be907aa.tar.gz emacs-647b07d1d74e3bd280fd1b12468b49b99be907aa.zip | |
Refill some entries to avoid lines > 80 columns.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 107 |
1 files changed, 59 insertions, 48 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 24be5b39c32..8d2a22d1809 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -55,22 +55,25 @@ | |||
| 55 | 55 | ||
| 56 | * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg; | 56 | * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg; |
| 57 | so always calculate heights even when pos-visible-in-window-p is | 57 | so always calculate heights even when pos-visible-in-window-p is |
| 58 | called with partially = t. Don't overshoot last_visible_y in move_it_to. | 58 | called with partially = t. Don't overshoot last_visible_y in |
| 59 | Return row height and row number in new rowh and vpos args. | 59 | move_it_to. Return row height and row number in new rowh and vpos |
| 60 | (cursor_row_fully_visible_p): First line is always "fully visible". | 60 | args. |
| 61 | (cursor_row_fully_visible_p): First line is always "fully | ||
| 62 | visible". | ||
| 61 | (try_window): Don't clear matrix if vscrolled. | 63 | (try_window): Don't clear matrix if vscrolled. |
| 62 | 64 | ||
| 63 | * lisp.h (pos_visible_p): Update prototype. | 65 | * lisp.h (pos_visible_p): Update prototype. |
| 64 | 66 | ||
| 65 | * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p. | 67 | * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p. |
| 66 | Return row height and row number for partially visible rows. | 68 | Return row height and row number for partially visible rows. |
| 67 | Modify return value to a 2 element list for fully visible rows | 69 | Modify return value to a 2 element list for fully visible rows and |
| 68 | and 6 for partially visible row. | 70 | 6 for partially visible row. |
| 69 | (window_scroll_pixel_based): Use pos_visible_p directly instead of | 71 | (window_scroll_pixel_based): Use pos_visible_p directly instead of |
| 70 | Fpos_visible_in_window_p. Fix auto vscrolling for partially visible lines. | 72 | Fpos_visible_in_window_p. Fix auto vscrolling for partially |
| 71 | Only vscroll backwards if already vscrolled forwards. Unconditionally | 73 | visible lines. Only vscroll backwards if already vscrolled |
| 72 | vscroll forwards if PT is first (and only) line. Set new window start | 74 | forwards. Unconditionally vscroll forwards if PT is first (and |
| 73 | instead of scrolling at start/end of tall line. | 75 | only) line. Set new window start instead of scrolling at |
| 76 | start/end of tall line. | ||
| 74 | 77 | ||
| 75 | 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 78 | 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 76 | 79 | ||
| @@ -1605,13 +1608,13 @@ | |||
| 1605 | 1608 | ||
| 1606 | 2006-05-18 Kim F. Storm <storm@cua.dk> | 1609 | 2006-05-18 Kim F. Storm <storm@cua.dk> |
| 1607 | 1610 | ||
| 1608 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when | 1611 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar |
| 1609 | backtracking in case last image doesn't fit on line. | 1612 | geometry when backtracking in case last image doesn't fit on line. |
| 1610 | 1613 | ||
| 1611 | 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | 1614 | 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) |
| 1612 | 1615 | ||
| 1613 | * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than | 1616 | * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by |
| 1614 | height of one frame default line. | 1617 | more than height of one frame default line. |
| 1615 | 1618 | ||
| 1616 | 2006-05-17 Richard Stallman <rms@gnu.org> | 1619 | 2006-05-17 Richard Stallman <rms@gnu.org> |
| 1617 | 1620 | ||
| @@ -2411,10 +2414,11 @@ | |||
| 2411 | * term.c: Define aliases for append_glyph and produce_stretch_glyph | 2414 | * term.c: Define aliases for append_glyph and produce_stretch_glyph |
| 2412 | when `static' is defined to avoid name clash with those in xdisp.c. | 2415 | when `static' is defined to avoid name clash with those in xdisp.c. |
| 2413 | 2416 | ||
| 2414 | * process.c (Faccept_process_output): Fix to comply with lisp reference. | 2417 | * process.c (Faccept_process_output): Fix to comply with lisp |
| 2415 | Change arg "timeout" to "seconds" and allow both integer and float value. | 2418 | reference. Change arg "timeout" to "seconds" and allow both |
| 2416 | Change arg "timeout-msec" to "millisec" and interpret" as milliseconds | 2419 | integer and float value. Change arg "timeout-msec" to "millisec" |
| 2417 | rather than microseconds. Fix doc string accordingly. | 2420 | and interpret" as milliseconds rather than microseconds. Fix doc |
| 2421 | string accordingly. | ||
| 2418 | 2422 | ||
| 2419 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> | 2423 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> |
| 2420 | 2424 | ||
| @@ -4624,7 +4628,8 @@ | |||
| 4624 | * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use. | 4628 | * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use. |
| 4625 | (remember_mouse_glyph): Clear RECT if mouse is over an image glyph. | 4629 | (remember_mouse_glyph): Clear RECT if mouse is over an image glyph. |
| 4626 | 4630 | ||
| 4627 | * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT. | 4631 | * keyboard.c (make_lispy_position): Adjust wx for left margin if |
| 4632 | ON_TEXT. | ||
| 4628 | (Fposn_at_x_y): Fix calculation of x coordinate. | 4633 | (Fposn_at_x_y): Fix calculation of x coordinate. |
| 4629 | (Fposn_at_point): Return nil if point is hscrolled out of view. | 4634 | (Fposn_at_point): Return nil if point is hscrolled out of view. |
| 4630 | 4635 | ||
| @@ -11122,7 +11127,8 @@ | |||
| 11122 | 11127 | ||
| 11123 | * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM. | 11128 | * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM. |
| 11124 | 11129 | ||
| 11125 | * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'. | 11130 | * fontset.c (Fset_fontset_font): Remove unused vars `family' and |
| 11131 | `registry'. | ||
| 11126 | 11132 | ||
| 11127 | * Makefile.in (${etc}DOC): Fix file name of make-docfile. | 11133 | * Makefile.in (${etc}DOC): Fix file name of make-docfile. |
| 11128 | 11134 | ||
| @@ -14096,11 +14102,11 @@ | |||
| 14096 | pointer types. | 14102 | pointer types. |
| 14097 | (Qrelative_width, Qalign_to): Remove unused variables. | 14103 | (Qrelative_width, Qalign_to): Remove unused variables. |
| 14098 | (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void. | 14104 | (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void. |
| 14099 | (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for | 14105 | (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image |
| 14100 | image maps. | 14106 | maps. |
| 14101 | (x_y_to_hpos_vpos): Return glyph relative coordinates through | 14107 | (x_y_to_hpos_vpos): Return glyph relative coordinates through new |
| 14102 | new dx and dy args. | 14108 | dx and dy args. Remove buffer_only_p arg (always 0). Simplify |
| 14103 | Remove buffer_only_p arg (always 0). Simplify code accordingly. | 14109 | code accordingly. |
| 14104 | (get_glyph_string_clip_rect): Draw cursor using glyph's rather | 14110 | (get_glyph_string_clip_rect): Draw cursor using glyph's rather |
| 14105 | than row's ascent and height, to get sensible height on tall rows. | 14111 | than row's ascent and height, to get sensible height on tall rows. |
| 14106 | (build_desired_tool_bar_string): Remove Qimage extern. | 14112 | (build_desired_tool_bar_string): Remove Qimage extern. |
| @@ -14113,14 +14119,16 @@ | |||
| 14113 | rectangular, circular, or polygon-shaped image hot-spot, | 14119 | rectangular, circular, or polygon-shaped image hot-spot, |
| 14114 | (find_hot_spot): New function to search for image hot-spot. | 14120 | (find_hot_spot): New function to search for image hot-spot. |
| 14115 | (Flookup_image_map): New defun to search for image hot-spot. | 14121 | (Flookup_image_map): New defun to search for image hot-spot. |
| 14116 | (define_frame_cursor1): New aux function to determine frame pointer. | 14122 | (define_frame_cursor1): New aux function to determine frame |
| 14117 | (note_mode_line_or_margin_highlight, note_mouse_highlight): | 14123 | pointer. |
| 14118 | Handle `pointer' text property and :pointer image property to | 14124 | (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle |
| 14119 | control frame pointer shape. Detect image hot-spots for pointer | 14125 | `pointer' text property and :pointer image property to control |
| 14120 | and help_echo properties. Use define_frame_cursor1. | 14126 | frame pointer shape. Detect image hot-spots for pointer and |
| 14121 | (note_mouse_highlight): Use Vvoid_text_area_pointer. | 14127 | help_echo properties. Use define_frame_cursor1. |
| 14122 | (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables. | 14128 | (note_mouse_highlight): Use Vvoid_text_area_pointer. |
| 14123 | DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void. | 14129 | (syms_of_xdisp): Defsubr new defun. Intern and staticpro new |
| 14130 | variables. DEFVAR_LISP Vvoid_text_area_pointer instead of | ||
| 14131 | Vshow_text_cursor_in_void. | ||
| 14124 | 14132 | ||
| 14125 | * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID. | 14133 | * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID. |
| 14126 | 14134 | ||
| @@ -14604,8 +14612,8 @@ | |||
| 14604 | * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full. | 14612 | * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full. |
| 14605 | 14613 | ||
| 14606 | * window.c (Fset_window_margins): Allow only integers as args. | 14614 | * window.c (Fset_window_margins): Allow only integers as args. |
| 14607 | (syms_of_window) <special-display-buffer-names, special-display-regexps>: | 14615 | (syms_of_window) <special-display-buffer-names, |
| 14608 | Doc fixes. | 14616 | special-display-regexps>: Doc fixes. |
| 14609 | 14617 | ||
| 14610 | 2003-10-13 Lute Kamstra <lute@gnu.org> | 14618 | 2003-10-13 Lute Kamstra <lute@gnu.org> |
| 14611 | 14619 | ||
| @@ -22408,15 +22416,15 @@ | |||
| 22408 | 22416 | ||
| 22409 | * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily) | 22417 | * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily) |
| 22410 | (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop) | 22418 | (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop) |
| 22411 | (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): | 22419 | (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New |
| 22412 | New variables. | 22420 | variables. |
| 22413 | (NETCONN1_P): New macro. | 22421 | (NETCONN1_P): New macro. |
| 22414 | (DATAGRAM_SOCKETS): New conditional symbol. | 22422 | (DATAGRAM_SOCKETS): New conditional symbol. |
| 22415 | (datagram_address): New array. | 22423 | (datagram_address): New array. |
| 22416 | (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros. | 22424 | (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros. |
| 22417 | (status_message): Use concat3. | 22425 | (status_message): Use concat3. |
| 22418 | (Fprocess_status): Add `listen' status to doc string. Return `stop' | 22426 | (Fprocess_status): Add `listen' status to doc string. Return |
| 22419 | for a stopped network process. | 22427 | `stop' for a stopped network process. |
| 22420 | (Fset_process_buffer): Update contact plist for network process. | 22428 | (Fset_process_buffer): Update contact plist for network process. |
| 22421 | (Fset_process_filter): Ditto. Don't enable input for stopped | 22429 | (Fset_process_filter): Ditto. Don't enable input for stopped |
| 22422 | network processes. Server must listen, even if filter is t. | 22430 | network processes. Server must listen, even if filter is t. |
| @@ -22426,26 +22434,29 @@ | |||
| 22426 | (Fprocess_contact): Added KEY argument. Handle datagrams. | 22434 | (Fprocess_contact): Added KEY argument. Handle datagrams. |
| 22427 | (list_processes_1): Optionally show only processes with the query | 22435 | (list_processes_1): Optionally show only processes with the query |
| 22428 | on exit flag set. Dynamically adjust column widths. Omit tty | 22436 | on exit flag set. Dynamically adjust column widths. Omit tty |
| 22429 | column if not needed. Report stopped network processes. | 22437 | column if not needed. Report stopped network processes. Identify |
| 22430 | Identify server and datagram network processes. | 22438 | server and datagram network processes. |
| 22431 | (Flist_processes): New optional arg `query-only'. | 22439 | (Flist_processes): New optional arg `query-only'. |
| 22432 | (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size) | 22440 | (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size) |
| 22433 | (conv_lisp_to_sockaddr, set_socket_options) | 22441 | (conv_lisp_to_sockaddr, set_socket_options) |
| 22434 | (network_process_featurep, unwind_request_sigio): New helper functions. | 22442 | (network_process_featurep, unwind_request_sigio): New helper |
| 22443 | functions. | ||
| 22435 | (Fprocess_datagram_address, Fset_process_datagram_address): | 22444 | (Fprocess_datagram_address, Fset_process_datagram_address): |
| 22436 | (Fset_network_process_options): New lisp functions. | 22445 | (Fset_network_process_options): New lisp functions. |
| 22437 | (Fopen_network_stream): Removed. Now defined in simple.el. | 22446 | (Fopen_network_stream): Removed. Now defined in simple.el. |
| 22438 | (Fmake_network_process): New lisp function. Code is based on previous | 22447 | (Fmake_network_process): New lisp function. Code is based on |
| 22439 | Fopen_network_stream, but heavily reworked with new property list based | 22448 | previous Fopen_network_stream, but heavily reworked with new |
| 22440 | argument list, support for datagrams, server processes, and local | 22449 | property list based argument list, support for datagrams, server |
| 22441 | sockets in addition to old client-only functionality. | 22450 | processes, and local sockets in addition to old client-only |
| 22451 | functionality. | ||
| 22442 | (server_accept_connection): New function. | 22452 | (server_accept_connection): New function. |
| 22443 | (wait_reading_process_input): Use it to handle incoming connects. | 22453 | (wait_reading_process_input): Use it to handle incoming connects. |
| 22444 | Do not enable input on a new connection if process is stopped. | 22454 | Do not enable input on a new connection if process is stopped. |
| 22445 | (read_process_output): Handle datagram sockets. Use 2k buffer for them. | 22455 | (read_process_output): Handle datagram sockets. Use 2k buffer for |
| 22456 | them. | ||
| 22446 | (send_process): Handle datagram sockets. | 22457 | (send_process): Handle datagram sockets. |
| 22447 | (Fstop_process, Fcontinue_process): Apply to network processes. A stopped | 22458 | (Fstop_process, Fcontinue_process): Apply to network processes. A |
| 22448 | network process is indicated by setting command field to t . | 22459 | stopped network process is indicated by setting command field to t. |
| 22449 | (Fprocess_send_eof): No-op if datagram connection. | 22460 | (Fprocess_send_eof): No-op if datagram connection. |
| 22450 | (Fstatus_notify): Don't read input for a stream server socket or a | 22461 | (Fstatus_notify): Don't read input for a stream server socket or a |
| 22451 | stopped network process. | 22462 | stopped network process. |