comparison src/ChangeLog @ 4761:b604d235f028

Synchronize window point with current point of old buffer. 2009-10-16 Michael Sperber <mike@xemacs.org> * buffer.c (set_buffer_internal): Synchronize the window point with the current point when switching to another buffer.
author Mike Sperber <sperber@deinprogramm.de>
date Sun, 22 Nov 2009 11:31:36 +0100
parents 217abcf015c4
children 32b358a240b0
comparison
equal deleted inserted replaced
4760:217abcf015c4 4761:b604d235f028
473 * config.h.in (REALPATH_CORRECTS_CASE): 473 * config.h.in (REALPATH_CORRECTS_CASE):
474 New #define, available on Darwin. 474 New #define, available on Darwin.
475 * realpath.c (readlink_or_correct_case): 475 * realpath.c (readlink_or_correct_case):
476 On Darwin, use realpath(3)'s case correction to get the canonical 476 On Darwin, use realpath(3)'s case correction to get the canonical
477 case for a file; thank you Robert Delius Royar! 477 case for a file; thank you Robert Delius Royar!
478
479 2009-10-16 Michael Sperber <mike@xemacs.org>
480
481 * buffer.c (set_buffer_internal): Synchronize the window point
482 with the current point when switching to another buffer.
478 483
479 2009-10-11 Michael Sperber <mike@xemacs.org> 484 2009-10-11 Michael Sperber <mike@xemacs.org>
480 485
481 * event-stream.c (post_command_hook): Run `post-command-hook' 486 * event-stream.c (post_command_hook): Run `post-command-hook'
482 without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION - 487 without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION -