diff options
| author | Stefan Monnier | 2005-01-28 16:29:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-01-28 16:29:27 +0000 |
| commit | 5c243ee4377a8c2328167147ddec963a1ba988de (patch) | |
| tree | a7611a5dcb9e45c29fc835fa31c53f5390b9a147 /src | |
| parent | f5d01350c3c6b5a50d4324cd1e894fb3fdd71f2f (diff) | |
| download | emacs-5c243ee4377a8c2328167147ddec963a1ba988de.tar.gz emacs-5c243ee4377a8c2328167147ddec963a1ba988de.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cd258fa08bd..6030a3a4886 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keymap.c (access_keymap): YAILOM. | ||
| 4 | |||
| 1 | 2005-01-27 Kim F. Storm <storm@cua.dk> | 5 | 2005-01-27 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * xdisp.c (get_phys_cursor_geometry): New function to calculate | 7 | * xdisp.c (get_phys_cursor_geometry): New function to calculate |
| @@ -518,8 +522,13 @@ | |||
| 518 | (install_window_handler) [TARGET_API_MAC_CARBON]: | 522 | (install_window_handler) [TARGET_API_MAC_CARBON]: |
| 519 | Register handlers for tracking/receiving drag-and-drop items. | 523 | Register handlers for tracking/receiving drag-and-drop items. |
| 520 | (do_ae_open_documents): Generate unibyte strings for filenames. | 524 | (do_ae_open_documents): Generate unibyte strings for filenames. |
| 525 | <<<<<<< ChangeLog | ||
| 526 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. | ||
| 527 | Reject only non-filename items. Set event modifiers and return value. | ||
| 528 | ======= | ||
| 521 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. | 529 | (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. |
| 522 | Reject only non-filename items. Set event modifiers, and return value. | 530 | Reject only non-filename items. Set event modifiers, and return value. |
| 531 | >>>>>>> 1.4187 | ||
| 523 | 532 | ||
| 524 | 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu> | 533 | 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu> |
| 525 | 534 | ||
| @@ -629,7 +638,12 @@ | |||
| 629 | (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window | 638 | (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window |
| 630 | if the position is neither user-specified nor program-specified. | 639 | if the position is neither user-specified nor program-specified. |
| 631 | (x_free_frame_resources): Free size_hints. | 640 | (x_free_frame_resources): Free size_hints. |
| 641 | <<<<<<< ChangeLog | ||
| 642 | (x_wm_set_size_hint): Allocate size_hints if needed. | ||
| 643 | Set size_hints. | ||
| 644 | ======= | ||
| 632 | (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints. | 645 | (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints. |
| 646 | >>>>>>> 1.4187 | ||
| 633 | (mac_clear_font_name_table): New function. | 647 | (mac_clear_font_name_table): New function. |
| 634 | (mac_do_list_fonts): Initialize font_name_table if needed. | 648 | (mac_do_list_fonts): Initialize font_name_table if needed. |
| 635 | (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT | 649 | (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT |
| @@ -681,7 +695,11 @@ | |||
| 681 | 695 | ||
| 682 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | 696 | 2004-12-27 Richard M. Stallman <rms@gnu.org> |
| 683 | 697 | ||
| 698 | <<<<<<< ChangeLog | ||
| 699 | * buffer.c (Fbuffer_disable_undo): Delete (moved to simple.el). | ||
| 700 | ======= | ||
| 684 | * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el). | 701 | * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el). |
| 702 | >>>>>>> 1.4187 | ||
| 685 | (syms_of_buffer): Don't defsubr it. | 703 | (syms_of_buffer): Don't defsubr it. |
| 686 | 704 | ||
| 687 | * process.c (list_processes_1): Set undo_list instead | 705 | * process.c (list_processes_1): Set undo_list instead |