diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a1dc1c2adab..2e7c05e3d36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xdisp.c (select_frame_for_redisplay): Keep selected_window and | ||
| 4 | selected_frame in sync. | ||
| 5 | |||
| 1 | 2012-12-14 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-12-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not | 8 | * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not |
| @@ -5,8 +10,8 @@ | |||
| 5 | security APIs. This is to make most callers of 'stat' and | 10 | security APIs. This is to make most callers of 'stat' and |
| 6 | 'lstat', which don't need that information, much faster. | 11 | 'lstat', which don't need that information, much faster. |
| 7 | 12 | ||
| 8 | * dired.c (Ffile_attributes) [WINDOWSNT]: Set | 13 | * dired.c (Ffile_attributes) [WINDOWSNT]: |
| 9 | w32_stat_get_owner_group to a non-zero value, to request accurate | 14 | Set w32_stat_get_owner_group to a non-zero value, to request accurate |
| 10 | owner and group information from 'lstat'. | 15 | owner and group information from 'lstat'. |
| 11 | 16 | ||
| 12 | 2012-12-13 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2012-12-13 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -138,8 +143,8 @@ | |||
| 138 | * emacs.c (main): Call cache_system_info early in startup; we | 143 | * emacs.c (main): Call cache_system_info early in startup; we |
| 139 | previously weren't calling it in Cygwin builds. | 144 | previously weren't calling it in Cygwin builds. |
| 140 | 145 | ||
| 141 | * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK): Teach | 146 | * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK): |
| 142 | the autoconf build system how to compile a Windows resource file | 147 | Teach the autoconf build system how to compile a Windows resource file |
| 143 | and link it to Emacs. | 148 | and link it to Emacs. |
| 144 | 149 | ||
| 145 | 2012-12-10 Dmitry Antipov <dmantipov@yandex.ru> | 150 | 2012-12-10 Dmitry Antipov <dmantipov@yandex.ru> |
| @@ -686,8 +691,8 @@ | |||
| 686 | (set_frame_menubar): Adjust user. | 691 | (set_frame_menubar): Adjust user. |
| 687 | * w32term.h (struct x_output): Drop outdated #if 0 code. | 692 | * w32term.h (struct x_output): Drop outdated #if 0 code. |
| 688 | (struct w32_output): Use bitfields for explicit_parent, | 693 | (struct w32_output): Use bitfields for explicit_parent, |
| 689 | asked_for_visible and menubar_active members. Drop | 694 | asked_for_visible and menubar_active members. |
| 690 | unused pending_menu_activation member. | 695 | Drop unused pending_menu_activation member. |
| 691 | * xterm.h (struct x_output): Drop outdated #if 0 code. | 696 | * xterm.h (struct x_output): Drop outdated #if 0 code. |
| 692 | Use bitfields for explicit_parent, asked_for_visible, | 697 | Use bitfields for explicit_parent, asked_for_visible, |
| 693 | has_been_visible and net_wm_state_hidden_seen members. | 698 | has_been_visible and net_wm_state_hidden_seen members. |
| @@ -780,8 +785,8 @@ | |||
| 780 | * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory) | 785 | * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory) |
| 781 | (Fexpand_file_name) [DOS_NT]: Pass encoded file name to | 786 | (Fexpand_file_name) [DOS_NT]: Pass encoded file name to |
| 782 | dostounix_filename. Prevents crashes down the road, because | 787 | dostounix_filename. Prevents crashes down the road, because |
| 783 | dostounix_filename assumes it gets a unibyte string. Reported by | 788 | dostounix_filename assumes it gets a unibyte string. |
| 784 | Michel de Ruiter <michel@sentient.nl>, see | 789 | Reported by Michel de Ruiter <michel@sentient.nl>, see |
| 785 | http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html | 790 | http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html |
| 786 | 791 | ||
| 787 | 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> | 792 | 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> |