diff options
| author | Stefan Monnier | 2008-02-22 19:04:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-22 19:04:20 +0000 |
| commit | 77100b2acae3fffeaa766b0d02d7374ab2a54d0c (patch) | |
| tree | f1778ea62e9f4f3165a59a0939e7dafa73f57d1e /src/ChangeLog.5 | |
| parent | 43a1d19b39aef461a49beb0bc684b99db61520ca (diff) | |
| download | emacs-77100b2acae3fffeaa766b0d02d7374ab2a54d0c.tar.gz emacs-77100b2acae3fffeaa766b0d02d7374ab2a54d0c.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.5')
| -rw-r--r-- | src/ChangeLog.5 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index a3cd7c63312..728d425576a 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | * xfns.c (Fx_display_grayscale_p): Return t or nil. | 5 | * xfns.c (Fx_display_grayscale_p): Return t or nil. |
| 6 | Return t for color displays. | 6 | Return t for color displays. |
| 7 | 7 | ||
| 8 | * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Increased to 68000. | 8 | * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Increase to 68000. |
| 9 | 9 | ||
| 10 | * xdisp.c (decode_mode_spec) [!MULTI_FRAME]: Handle %F properly. | 10 | * xdisp.c (decode_mode_spec) [!MULTI_FRAME]: Handle %F properly. |
| 11 | 11 | ||
| @@ -55,7 +55,7 @@ | |||
| 55 | (Fdefine_key): Put new definition onto Vdefine_key_rebound_commands. | 55 | (Fdefine_key): Put new definition onto Vdefine_key_rebound_commands. |
| 56 | 56 | ||
| 57 | * xmenu.c (menu_item_equiv_key): Do reconsider a command that had | 57 | * xmenu.c (menu_item_equiv_key): Do reconsider a command that had |
| 58 | no equivalent before, if it is in Vdefine_key_rebound_commands. | 58 | no equivalent before, if it is in Vdefine_key_rebound_commands. |
| 59 | 59 | ||
| 60 | * data.c (Flocal_variable_if_set_p): New function. | 60 | * data.c (Flocal_variable_if_set_p): New function. |
| 61 | (syms_of_data): Call defsubr. | 61 | (syms_of_data): Call defsubr. |
| @@ -70,7 +70,7 @@ | |||
| 70 | (do_switch_frame): No longer static. | 70 | (do_switch_frame): No longer static. |
| 71 | * window.c (Fset_window_configuration): Use do_switch_frame directly. | 71 | * window.c (Fset_window_configuration): Use do_switch_frame directly. |
| 72 | * keyboard.c (quit_throw_to_read_char): Use do_switch_frame directly. | 72 | * keyboard.c (quit_throw_to_read_char): Use do_switch_frame directly. |
| 73 | * lisp.h (do_switch_frame): Declared. | 73 | * lisp.h (do_switch_frame): Declare. |
| 74 | 74 | ||
| 75 | 1995-06-16 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | 75 | 1995-06-16 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> |
| 76 | 76 | ||
| @@ -1900,39 +1900,39 @@ | |||
| 1900 | * lisp.h (struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards): | 1900 | * lisp.h (struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards): |
| 1901 | (Lisp_Misc_Kboard_Objfwd, Lisp_Kboard_Objfwd, XKBOARD_OBJFWD): | 1901 | (Lisp_Misc_Kboard_Objfwd, Lisp_Kboard_Objfwd, XKBOARD_OBJFWD): |
| 1902 | (KBOARD_OBJFWDP, GC_KBOARD_OBJFWDP, kboard_locked, the_only_kboard): | 1902 | (KBOARD_OBJFWDP, GC_KBOARD_OBJFWDP, kboard_locked, the_only_kboard): |
| 1903 | (DEFVAR_KBOARD): Renamed from PERDISPLAY, MULTI_PERDISPLAY, | 1903 | (DEFVAR_KBOARD): Rename from PERDISPLAY, MULTI_PERDISPLAY, |
| 1904 | current_perdisplay, all_perdisplays, Lisp_Misc_Display_Objfwd, | 1904 | current_perdisplay, all_perdisplays, Lisp_Misc_Display_Objfwd, |
| 1905 | Lisp_Display_Objfwd, XDISPLAY_OBJFWD, DISPLAY_OBJFWDP, | 1905 | Lisp_Display_Objfwd, XDISPLAY_OBJFWD, DISPLAY_OBJFWDP, |
| 1906 | GC_DISPLAY_OBJFWDP, display_locked, the_only_perdisplay, | 1906 | GC_DISPLAY_OBJFWDP, display_locked, the_only_perdisplay, |
| 1907 | DEFVAR_DISPLAY. All uses changed. | 1907 | DEFVAR_DISPLAY. All uses changed. |
| 1908 | (struct KBOARD): New member reference_count. | 1908 | (struct KBOARD): New member reference_count. |
| 1909 | (initial_kboard): Declare this var. | 1909 | (initial_kboard): Declare this var. |
| 1910 | * .gdbinit (xkbobjfwd): Renamed from xdispobjfwd. | 1910 | * .gdbinit (xkbobjfwd): Rename from xdispobjfwd. |
| 1911 | * frame.h (struct frame): New member kboard. | 1911 | * frame.h (struct frame): New member kboard. |
| 1912 | (FRAME_KBOARD): Accessor macro for that member, replacing | 1912 | (FRAME_KBOARD): Accessor macro for that member, replacing |
| 1913 | get_perdisplay. | 1913 | get_perdisplay. |
| 1914 | * xterm.h (struct x_display_info): member kboard (formerly | 1914 | * xterm.h (struct x_display_info): Member kboard (formerly |
| 1915 | perdisplay) is now a pointer, not an actual struct. | 1915 | perdisplay) is now a pointer, not an actual struct. |
| 1916 | (get_perdisplay, get_perdisplay_macro): Deleted. | 1916 | (get_perdisplay, get_perdisplay_macro): Delete. |
| 1917 | * xfns.c (Fx_create_frame): set the frame's kboard member. | 1917 | * xfns.c (Fx_create_frame): Set the frame's kboard member. |
| 1918 | * xterm.c (get_perdisplay): Deleted. | 1918 | * xterm.c (get_perdisplay): Delete. |
| 1919 | (same_x_server): New function. | 1919 | (same_x_server): New function. |
| 1920 | (x_term_init): If this display shares a keyboard with one we've | 1920 | (x_term_init): If this display shares a keyboard with one we've |
| 1921 | already opened, then share the structure. | 1921 | already opened, then share the structure. |
| 1922 | (x_delete_display): Don't delete the kboard until the reference | 1922 | (x_delete_display): Don't delete the kboard until the reference |
| 1923 | count becomes zero. | 1923 | count becomes zero. |
| 1924 | * lread.c (defvar_kboard): Renamed from defvar_display. | 1924 | * lread.c (defvar_kboard): Rename from defvar_display. |
| 1925 | * alloc.c (mark_kboards): Renamed from mark_perdisplays. | 1925 | * alloc.c (mark_kboards): Rename from mark_perdisplays. |
| 1926 | * frame.c (make_frame): Initialize kboard member. | 1926 | * frame.c (make_frame): Initialize kboard member. |
| 1927 | (make_terminal_frame): Create initial_kboard if not already set. | 1927 | (make_terminal_frame): Create initial_kboard if not already set. |
| 1928 | * keyboard.c (unlock_kboard): Renamed from unlock_display. | 1928 | * keyboard.c (unlock_kboard): Rename from unlock_display. |
| 1929 | (wrong_kboard_jmpbuf): Renamed from wrong_display_jmpbuf. | 1929 | (wrong_kboard_jmpbuf): Rename from wrong_display_jmpbuf. |
| 1930 | (event_to_kboard): Renamed from event_to_perdisplay. | 1930 | (event_to_kboard): Rename from event_to_perdisplay. |
| 1931 | (kbd_buffer_get_event): If no associated kboard, store | 1931 | (kbd_buffer_get_event): If no associated kboard, store |
| 1932 | current_kboard rather than the first kboard in the global list. | 1932 | current_kboard rather than the first kboard in the global list. |
| 1933 | (init_kboard): Renamed from init_perdisplay. Initialize reference | 1933 | (init_kboard): Rename from init_perdisplay. Initialize reference |
| 1934 | count. | 1934 | count. |
| 1935 | (wipe_kboard): Renamed from wipe_perdisplay. | 1935 | (wipe_kboard): Rename from wipe_perdisplay. |
| 1936 | * data.c (find_symbol_value): current_perdisplay now is never null. | 1936 | * data.c (find_symbol_value): current_perdisplay now is never null. |
| 1937 | (store_symval_forwarding, do_symval_forwarding): Likewise. | 1937 | (store_symval_forwarding, do_symval_forwarding): Likewise. |
| 1938 | 1938 | ||