diff options
| author | Francesco Potortì | 2002-12-25 23:26:56 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-12-25 23:26:56 +0000 |
| commit | 2308af15ff3805deedcddd972d96364c9638e2e4 (patch) | |
| tree | 9f081293be1ce10bf9e2e351c23fb14da4415a4f /src/ChangeLog | |
| parent | 08b4ae6ca4989995ad7617880a0751916c3689db (diff) | |
| download | emacs-2308af15ff3805deedcddd972d96364c9638e2e4.tar.gz emacs-2308af15ff3805deedcddd972d96364c9638e2e4.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f37b3f580d5..39442d93d0e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-12-26 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local) | ||
| 4 | (Fsetq_default, Fmake_local_variable, Fkill_local_variable) | ||
| 5 | (Fmake_variable_frame_local, Faset, Fnumber_to_string) | ||
| 6 | (Fstring_to_number, Fminus): Mention the returned value in the doc | ||
| 7 | strings. | ||
| 8 | |||
| 1 | 2002-12-23 Richard M. Stallman <rms@gnu.org> | 9 | 2002-12-23 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * buffer.c (syms_of_buffer) <scroll-up-aggressively> | 11 | * buffer.c (syms_of_buffer) <scroll-up-aggressively> |
| @@ -13,7 +21,7 @@ | |||
| 13 | 21 | ||
| 14 | 2002-12-22 Steven Tamm <steventamm@mac.com> | 22 | 2002-12-22 Steven Tamm <steventamm@mac.com> |
| 15 | 23 | ||
| 16 | * macmenu.c (MIN_POPUP_SUBMENU_ID): Added | 24 | * macmenu.c (MIN_POPUP_SUBMENU_ID): Added |
| 17 | (mac_menu_show): Added support for hierarchical popup menus | 25 | (mac_menu_show): Added support for hierarchical popup menus |
| 18 | (add_menu_item): Removed indentation support | 26 | (add_menu_item): Removed indentation support |
| 19 | (fill_submenu, fill_menu): Now creates hierarchical menus | 27 | (fill_submenu, fill_menu): Now creates hierarchical menus |
| @@ -55,7 +63,7 @@ | |||
| 55 | * Errors and throws work right with interrupt blocking. | 63 | * Errors and throws work right with interrupt blocking. |
| 56 | * eval.c (struct catchtag): New elt interrupt_input_blocked. | 64 | * eval.c (struct catchtag): New elt interrupt_input_blocked. |
| 57 | (unwind_to_catch): Restore interrupt_input_blocked from saved value. | 65 | (unwind_to_catch): Restore interrupt_input_blocked from saved value. |
| 58 | (internal_catch, Fcondition_case, internal_condition_case) | 66 | (internal_catch, Fcondition_case, internal_condition_case) |
| 59 | (internal_condition_case_1, internal_condition_case_2): Save it. | 67 | (internal_condition_case_1, internal_condition_case_2): Save it. |
| 60 | (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT. | 68 | (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT. |
| 61 | 69 | ||
| @@ -77,10 +85,10 @@ | |||
| 77 | 2002-12-17 Ben Key <bkey1@tampabay.rr.com> | 85 | 2002-12-17 Ben Key <bkey1@tampabay.rr.com> |
| 78 | 86 | ||
| 79 | * Revisited my earlier fix for the following entry in | 87 | * Revisited my earlier fix for the following entry in |
| 80 | etc/PROBLEMS: | 88 | etc/PROBLEMS: |
| 81 | "Emacs built on Windows 9x/ME crashes at startup on Windows XP, | 89 | "Emacs built on Windows 9x/ME crashes at startup on Windows XP, |
| 82 | or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." | 90 | or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." |
| 83 | 91 | ||
| 84 | These changes were in part based upon suggestions made by Peter | 92 | These changes were in part based upon suggestions made by Peter |
| 85 | 'Luna' Runestig [peter@runestig.com]. | 93 | 'Luna' Runestig [peter@runestig.com]. |
| 86 | 94 | ||
| @@ -105,13 +113,13 @@ | |||
| 105 | * w32.c (open_process_token): Perform initialization only if | 113 | * w32.c (open_process_token): Perform initialization only if |
| 106 | g_b_init_open_process_token is equal to 0. On initialization set | 114 | g_b_init_open_process_token is equal to 0. On initialization set |
| 107 | g_b_init_open_process_token equal to 1. | 115 | g_b_init_open_process_token equal to 1. |
| 108 | 116 | ||
| 109 | * w32.c (get_token_information): Perform initialization only if | 117 | * w32.c (get_token_information): Perform initialization only if |
| 110 | g_b_init_get_token_information is equal to 0. On initialization | 118 | g_b_init_get_token_information is equal to 0. On initialization |
| 111 | set g_b_init_get_token_information equal to 1. | 119 | set g_b_init_get_token_information equal to 1. |
| 112 | 120 | ||
| 113 | * w32.c (lookup_account_sid): Perform initialization only if | 121 | * w32.c (lookup_account_sid): Perform initialization only if |
| 114 | g_b_init_lookup_account_sid is equal to 0. On initialization | 122 | g_b_init_lookup_account_sid is equal to 0. On initialization |
| 115 | set g_b_init_lookup_account_sid equal to 1. | 123 | set g_b_init_lookup_account_sid equal to 1. |
| 116 | 124 | ||
| 117 | * w32.c (get_sid_identifier_authority): Perform initialization | 125 | * w32.c (get_sid_identifier_authority): Perform initialization |
| @@ -159,7 +167,7 @@ | |||
| 159 | detected by BoundsChecker. Test to determine if | 167 | detected by BoundsChecker. Test to determine if |
| 160 | w32_system_caret_hwnd is NULL prior to attempting to use | 168 | w32_system_caret_hwnd is NULL prior to attempting to use |
| 161 | SendMessage to send the WM_EMACS_SHOW_CARET message to it. | 169 | SendMessage to send the WM_EMACS_SHOW_CARET message to it. |
| 162 | 170 | ||
| 163 | 2002-12-17 Kenichi Handa <handa@m17n.org> | 171 | 2002-12-17 Kenichi Handa <handa@m17n.org> |
| 164 | 172 | ||
| 165 | * coding.c (coding_system_require_warning): New variable. | 173 | * coding.c (coding_system_require_warning): New variable. |