comparison lisp/ChangeLog @ 78467:16226bbcdcd9

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Wed, 08 Aug 2007 06:04:51 +0000
parents 45e0e9795cdb
children 5eeabdf4bd56
comparison
equal deleted inserted replaced
78466:99b67eaf3990 78467:16226bbcdcd9
1 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2
3 * dired.el (dired-pop-to-buffer):
4 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5 * calendar/calendar.el (generate-calendar-window):
6 * progmodes/compile.el (compilation-set-window-height):
7 * textmodes/two-column.el (2C-two-columns, 2C-merge):
8 Use window-full-width-p instead of comparing frame-width and
9 window-width.
10
11 * progmodes/compile.el (compilation-find-buffer): Remove extra
12 argument in call to compilation-buffer-internal-p.
13
1 2007-08-07 Michael Albinus <michael.albinus@gmx.de> 14 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2 15
3 * net/tramp.el (tramp-handle-file-remote-p): Handle optional 16 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
4 parameters IDENTIFICATION and CONNECTED. 17 parameters IDENTIFICATION and CONNECTED.
5 (tramp-handle-insert-file-contents): VISIT must be handled after 18 (tramp-handle-insert-file-contents): VISIT must be handled after