Tue, 20 Apr 2004 22:18:33 +0000 |
Kim F. Storm |
(Fpos_visible_in_window_p): Return pixel position if
|
Wed, 14 Apr 2004 20:03:42 +0000 |
Nick Roberts |
(Fget_lru_window): Doc fix.
|
Thu, 04 Mar 2004 17:16:23 +0000 |
Richard M. Stallman |
(Fdisplay_buffer): Doc fix.
|
Mon, 01 Mar 2004 23:56:30 +0000 |
Kim F. Storm |
(make_window): Initialize overlay_arrow_bitmap.
|
Sat, 28 Feb 2004 01:02:51 +0000 |
Kim F. Storm |
(window_loop, Fforce_window_update): Force mode line
|
Thu, 12 Feb 2004 12:12:41 +0000 |
Kim F. Storm |
(Fwindow_fringes): Doc fix.
|
Mon, 26 Jan 2004 03:27:33 +0000 |
Luc Teirlinck |
(Fwindow_minibuffer_p): Doc fix.
|
Sat, 03 Jan 2004 21:17:51 +0000 |
Richard M. Stallman |
(decode_any_window): New function.
|
Fri, 26 Dec 2003 04:24:54 +0000 |
Karoly Lorentey |
lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
|
Thu, 25 Dec 2003 06:59:31 +0000 |
Karoly Lorentey |
Implemented multiple tty support.
|
Sun, 23 Nov 2003 21:47:24 +0000 |
Kim F. Storm |
(enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
|
Sun, 23 Nov 2003 00:10:08 +0000 |
Kim F. Storm |
(coordinates_in_window): Remove redundant tests.
|
Tue, 14 Oct 2003 11:26:43 +0000 |
Lute Kamstra |
(Fset_window_fringes): Clarify docstring.
|
Tue, 14 Oct 2003 09:33:09 +0000 |
Kim F. Storm |
(Fset_window_margins): Simplify arg checking.
|
Mon, 13 Oct 2003 18:44:22 +0000 |
Richard M. Stallman |
(Fset_window_margins): Allow only integers as args.
|
Mon, 13 Oct 2003 16:11:27 +0000 |
Lute Kamstra |
(Fset_window_fringes): Elaborate docstring.
|
Sat, 11 Oct 2003 23:03:09 +0000 |
Jan Dj¸«£rv |
* window.c (shrink_windows): New function.
|
Wed, 24 Sep 2003 23:52:45 +0000 |
Kim F. Storm |
(set_window_buffer): Fix redisplay problems when
|
Mon, 22 Sep 2003 12:55:25 +0000 |
Masatake YAMATO |
(Fset_window_scroll_bars): Validate the value of `vertical_type'.
|
Sat, 20 Sep 2003 23:38:54 +0000 |
Kim F. Storm |
(Fwindow_scroll_bars): Doc fix.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Thu, 26 Jun 2003 23:18:41 +0000 |
Stefan Monnier |
(Fset_window_dedicated_p): Simplify.
|
Thu, 05 Jun 2003 00:36:28 +0000 |
Kim F. Storm |
(coordinates_in_window): Convert X and Y to window
|
Tue, 03 Jun 2003 11:12:48 +0000 |
Richard M. Stallman |
(Fwindow_edges): Doc fix.
|
Sun, 25 May 2003 17:49:35 +0000 |
Stefan Monnier |
(Fset_window_buffer): Add type of `keep_margins' argument.
|
Sun, 25 May 2003 02:11:24 +0000 |
Juanma Barranquero |
(Fset_window_scroll_bars): Fix typo in argument name.
|
Sat, 24 May 2003 22:07:51 +0000 |
Kim F. Storm |
Make (many) trivial substitutions for renamed and
|
Sat, 17 May 2003 21:18:25 +0000 |
Stefan Monnier |
(Fselect_window): Add optional `norecord' arg.
|
Mon, 31 Mar 2003 20:35:51 +0000 |
Kim F. Storm |
Remove extern decl for frame parameter vars.
|
Fri, 21 Mar 2003 13:52:06 +0000 |
Kim F. Storm |
* window.c (enum window_part): Move to dispextern.h.
|
Tue, 18 Feb 2003 00:18:04 +0000 |
Andreas Schwab |
(window_scroll_pixel_based): Move outside a
|
Tue, 04 Feb 2003 14:56:31 +0000 |
Juanma Barranquero |
Trailing whitespace deleted.
|
Wed, 01 Jan 2003 17:00:34 +0000 |
Richard M. Stallman |
(window_scroll_pixel_based): Partially undo last change.
|
Mon, 23 Dec 2002 18:04:45 +0000 |
Richard M. Stallman |
(window_scroll_pixel_based): Fix check for reaching BEGV.
|
Sun, 22 Dec 2002 21:57:05 +0000 |
Richard M. Stallman |
(select_window_1): Undo 9/21 change.
|
Thu, 19 Dec 2002 16:26:29 +0000 |
David Kastrup |
(Fset_window_configuration): Set old_point to correct
|
Tue, 22 Oct 2002 19:28:17 +0000 |
Stefan Monnier |
(window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
|
Mon, 14 Oct 2002 01:30:53 +0000 |
Richard M. Stallman |
(window_scroll): Set immediate_quit.
|
Sat, 21 Sep 2002 18:37:10 +0000 |
Richard M. Stallman |
(select_window_1): Don't select frame.
|
Thu, 05 Sep 2002 02:36:22 +0000 |
Richard M. Stallman |
(displayed_window_lines): Correct for one-off bug
|
Tue, 16 Jul 2002 13:39:41 +0000 |
Richard M. Stallman |
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
|
Mon, 15 Jul 2002 00:00:41 +0000 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
Thu, 11 Jul 2002 14:18:02 +0000 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
Wed, 10 Jul 2002 08:45:24 +0000 |
Juanma Barranquero |
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
|
Tue, 09 Jul 2002 09:46:38 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Mon, 01 Jul 2002 08:00:07 +0000 |
Richard M. Stallman |
(Frecenter): With arg, set optional_new_start.
|
Wed, 26 Jun 2002 08:44:11 +0000 |
Richard M. Stallman |
(Frecenter): Don't set force_start flag.
|
Mon, 17 Jun 2002 18:45:01 +0000 |
Stefan Monnier |
(Fset_window_configuration): Lisp_Object/int mixup.
|
Sat, 15 Jun 2002 14:20:52 +0000 |
Richard M. Stallman |
(Fset_window_configuration): Explicitly preserve
|
Wed, 05 Jun 2002 17:01:31 +0000 |
Eli Zaretskii |
(Fset_window_hscroll): Doc fix.
|
Thu, 30 May 2002 17:04:59 +0000 |
Richard M. Stallman |
(Fset_window_configuration): Correct the handling
|
Tue, 28 May 2002 20:26:34 +0000 |
Richard M. Stallman |
(window_scroll_pixel_based): Don't call Fbolp;
|
Fri, 26 Apr 2002 23:39:06 +0000 |
Andrew Choi |
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
|
Mon, 22 Apr 2002 15:54:51 +0000 |
Richard M. Stallman |
(make_window): Initialize height_fixed_p,
|
Wed, 17 Apr 2002 10:36:08 +0000 |
Eli Zaretskii |
(coordinates_in_window): Don't report on margin area if its width is zero.
|
Fri, 12 Apr 2002 09:36:21 +0000 |
Gerd Moellmann |
(window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
|
Sat, 30 Mar 2002 23:49:39 +0000 |
Richard M. Stallman |
(window_scroll_pixel_based): Exit the move_it_by_lines
|
Tue, 26 Mar 2002 09:09:56 +0000 |
Richard M. Stallman |
(Fdisplay_buffer): Doc fix.
|
Mon, 04 Mar 2002 23:41:00 +0000 |
Stefan Monnier |
Change defvar_int def and vars to use EMACS_INT instead of just int.
|
Fri, 01 Mar 2002 23:50:12 +0000 |
Kim F. Storm |
(Fminibuffer_selected_window): New function.
|