diff options
| author | Joakim Verona | 2012-07-31 00:00:41 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-07-31 00:00:41 +0200 |
| commit | 55fa71b3d9bb8609ca3cbb56f92c776ad8724a69 (patch) | |
| tree | b002fe941cc8636f8bd735717e440014359839dd /src/ChangeLog.10 | |
| parent | 5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f (diff) | |
| parent | b429a4eee4e09b1ba09e17ced5091d042955d84f (diff) | |
| download | emacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.tar.gz emacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.zip | |
upstream
Diffstat (limited to 'src/ChangeLog.10')
| -rw-r--r-- | src/ChangeLog.10 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index cf62ec29bbc..6eda101c815 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -15825,7 +15825,7 @@ | |||
| 15825 | * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from | 15825 | * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from |
| 15826 | xterm.c to handle overlaid fringe bitmaps and to use cursor color | 15826 | xterm.c to handle overlaid fringe bitmaps and to use cursor color |
| 15827 | for displaying cursor in fringe. | 15827 | for displaying cursor in fringe. |
| 15828 | (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32 | 15828 | (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New Windows |
| 15829 | specific functions to define and destroy fringe bitmaps in fringe_bmp. | 15829 | specific functions to define and destroy fringe bitmaps in fringe_bmp. |
| 15830 | (w32_redisplay_interface): Add them to redisplay_interface. | 15830 | (w32_redisplay_interface): Add them to redisplay_interface. |
| 15831 | (w32_term_init): Call w32_init_fringe instead of explicitly | 15831 | (w32_term_init): Call w32_init_fringe instead of explicitly |
| @@ -21476,7 +21476,7 @@ | |||
| 21476 | "Emacs built on Windows 9x/ME crashes at startup on Windows XP, | 21476 | "Emacs built on Windows 9x/ME crashes at startup on Windows XP, |
| 21477 | or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." | 21477 | or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." |
| 21478 | 21478 | ||
| 21479 | * w32.c: Added wrapper functions around the win32 API functions | 21479 | * w32.c: Added wrapper functions around the Windows API functions |
| 21480 | OpenProcessToken, GetTokenInformation, LookupAccountSid, and | 21480 | OpenProcessToken, GetTokenInformation, LookupAccountSid, and |
| 21481 | GetSidIdentifierAuthority. These wrapper functions serve two | 21481 | GetSidIdentifierAuthority. These wrapper functions serve two |
| 21482 | purposes: | 21482 | purposes: |
| @@ -21490,7 +21490,7 @@ | |||
| 21490 | the version of advapi32.dll that is found in the 9x branch of | 21490 | the version of advapi32.dll that is found in the 9x branch of |
| 21491 | Microsoft Windows. | 21491 | Microsoft Windows. |
| 21492 | 21492 | ||
| 21493 | * w32.c (init_user_info): Replace the calls to the win32 API | 21493 | * w32.c (init_user_info): Replace the calls to the Windows API |
| 21494 | functions OpenProcessToken, GetTokenInformation, LookupAccountSid, | 21494 | functions OpenProcessToken, GetTokenInformation, LookupAccountSid, |
| 21495 | and GetSidIdentifierAuthority with calls to the newly added | 21495 | and GetSidIdentifierAuthority with calls to the newly added |
| 21496 | wrapper functions. | 21496 | wrapper functions. |