Changeset 1154 for trunk/changelog


Ignore:
Timestamp:
Oct 6, 1999, 12:36:39 PM (26 years ago)
Author:
dengert
Message:

adjust caret pos on window height change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1152 r1154  
    1  /* $Id: changelog,v 1.276 1999-10-06 09:59:57 phaller Exp $ */
     1 /* $Id: changelog,v 1.277 1999-10-06 10:36:38 dengert Exp $ */
     2
     3 99-10-06: Daniela Engert <dani@ngrt.de>
     4        - USER32: fix: adjust caret position if window height changes.
    25
    36 99-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
     
    710 99-10-06: Patrick Haller <phaller@gmx.net>
    811        - KERNEL32: Fix: DLLs without Resource Segment (pResDir == NULL)
    9                     Fix: VirtualFree not freeing memory fixed, WINHLP32 looks healthier :)
     12                    Fix: VirtualFree not freeing memory fixed, WINHLP32 looks healthier :)
    1013
    1114 99-10-05: Christoph Bratschi <cbratschi@datacomm.ch>
     
    1316
    1417 99-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
    15         - KERNEL32: Set fs:0 to -1 in OS2UnsetExceptionHandler. 
    16                     Prevents crash due to corrupted handler chain (see
    17                     comments in that function)
     18        - KERNEL32: Set fs:0 to -1 in OS2UnsetExceptionHandler.
     19                    Prevents crash due to corrupted handler chain (see
     20                    comments in that function)
    1821        - ODIN32API: Remove exception handler set & unset. Not necessary
    19                      as it's also done in the start method of an exe image.
     22                     as it's also done in the start method of an exe image.
    2023
    2124 99-10-04: Patrick Haller <phaller@gmx.net>
    2225        - SHELL32\NEW: Compilation fix (indirectly included win32type.h)
    23         - KERNEL32:    Support for DisableThreadLibraryCalls             
     26        - KERNEL32:    Support for DisableThreadLibraryCalls
    2427
    2528 99-10-04: Edgar Buerkle <Edgar.Buerkle@gmx.net>
    2629        - USER32: Fixes for window style update, mouse button messages,
    27                   WS_CAPTION style and apps with a dialog as their main window.
    28                   (set owner to desktop)
     30                  WS_CAPTION style and apps with a dialog as their main window.
     31                  (set owner to desktop)
    2932        - KERNEL32: Extra checks for valid heap pointers
    3033
    3134 99-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
    3235        - USER32: Deleted dialog.cpp
    33                   Set last error to 0 if dialog creation succeeds.
     36                  Set last error to 0 if dialog creation succeeds.
    3437                  Added flag to distinguish between messages sent by PM and
    35                   those sent by apps
    36                   Handle WM_SETTEXT messages passed to default window handler
    37                   (only if not sent by PM)
     38                  those sent by apps
     39                  Handle WM_SETTEXT messages passed to default window handler
     40                  (only if not sent by PM)
    3841        - VERSION: Fix for string compares in VersionInfo32_FindChild (has
    39                    to be a lstrcmpniW)
     42                   to be a lstrcmpniW)
    4043        - SHELL32: Removed nameid.h include in she.cpp & sh.cpp. Fixed makefile
    41                    addition for export library (extra ".." for tool path)
     44                   addition for export library (extra ".." for tool path)
    4245        - DPLAY, MSACM32: Compilation fix (indirectly included win32type.h)
    4346        - KERNEL32: Fixed getVersionStruct for PE & LX images (didn't copy
    44                     version data before)
    45                     Fixed module name lookup for win32 images executed by the PE
    46                     loader. (can't use OSLibQueryModuleHandle for those)
     47                    version data before)
     48                    Fixed module name lookup for win32 images executed by the PE
     49                    loader. (can't use OSLibQueryModuleHandle for those)
    4750                    Added lstrcmpniW function
    4851                    Set full path for LX images
    49                     Support for retrieving the first resource of a certain type
    50                     (version ids no longer hardcoded as id 1; just get the first one
    51                      present)
     52                    Support for retrieving the first resource of a certain type
     53                    (version ids no longer hardcoded as id 1; just get the first one
     54                     present)
    5255
    5356 99-10-04: Jens Wiessner <wiessnej@rfi.de>
     
    7881 99-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
    7982        - USER32: Updated window class with isMDIClient method
    80                   Fixed DrawTextExA/W compile errors (different parameter types)
     83                  Fixed DrawTextExA/W compile errors (different parameter types)
    8184
    8285 99-10-02: Christoph Bratschi <cbratschi@datacomm.ch>
     
    8790        - VERSION: Allocation bugfix in VerQueryValueA
    8891        - USER32: Added style changes for PM windows + don't clear WS_VISIBLE
    89                   flag when converting window styles. (fixes buttons in winhlp32)
     92                  flag when converting window styles. (fixes buttons in winhlp32)
    9093
    9194 99-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
    9295        - DDRAW: ifdef'ed out code that causes crash (OS2Surface destructor)
    93                 Free original translation buffer, not the one aligned to qword
    94                 boundary.
     96                Free original translation buffer, not the one aligned to qword
     97                boundary.
    9598        - USER32: Create frame window for windows with desktop as parent (i.e. WS_POPUP)
    96                   This makes sure WM_ACTIVATE messages are sent.
    97                   Scrollbar changes.
    98                   Call DestroyWindow when DefWndProc receives WM_CLOSE msg.
     99                  This makes sure WM_ACTIVATE messages are sent.
     100                  Scrollbar changes.
     101                  Call DestroyWindow when DefWndProc receives WM_CLOSE msg.
    99102        - KERNEL32: Allocate memory from heap when HeapReAlloc is called with
    100                     a NULL memory pointer (WINE listbox control depends on this)
     103                    a NULL memory pointer (WINE listbox control depends on this)
    101104        - AVIFIL32: Compilation fix
    102105
     
    104107        - KERNEL32: Skip spaces in command line string
    105108        - USER32: Fix for MessageBoxA (window handle conversion)
    106                   Fixes for combobox (handles null pointers)
     109                  Fixes for combobox (handles null pointers)
    107110        - GDI32: Added OSLibSetDIBitsToDevice
    108111
Note: See TracChangeset for help on using the changeset viewer.