diff options
| author | Stefan Monnier | 2010-08-11 07:42:48 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-08-11 07:42:48 +0200 |
| commit | c566235d981eba73c88bbff00b6a1d88360b6e9f (patch) | |
| tree | f8d653add3570fe750a83d1123ed35022e0bf4ef /src/ChangeLog.5 | |
| parent | 0bfdb86f425a88fe43ebc88851c6f9a6418e1862 (diff) | |
| parent | 490b89acab3e759426ede25c31c94268df55e925 (diff) | |
| download | emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.tar.gz emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.zip | |
Merge from trunk
Diffstat (limited to 'src/ChangeLog.5')
| -rw-r--r-- | src/ChangeLog.5 | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index e4991971461..9be45e2fc54 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -176,7 +176,7 @@ | |||
| 176 | 1995-06-12 Roland McGrath <roland@churchy.gnu.ai.mit.edu> | 176 | 1995-06-12 Roland McGrath <roland@churchy.gnu.ai.mit.edu> |
| 177 | 177 | ||
| 178 | * mem-limits.h [_LIBC] (start_of_data): Define to &__data_start | 178 | * mem-limits.h [_LIBC] (start_of_data): Define to &__data_start |
| 179 | for GNU libc. | 179 | for GNU libc. |
| 180 | 180 | ||
| 181 | 1995-06-11 Richard Stallman <rms@gnu.ai.mit.edu> | 181 | 1995-06-11 Richard Stallman <rms@gnu.ai.mit.edu> |
| 182 | 182 | ||
| @@ -227,7 +227,7 @@ | |||
| 227 | * xterm.c (x_get_keysym_name): New function. | 227 | * xterm.c (x_get_keysym_name): New function. |
| 228 | * keyboard.c (modify_event_symbol): Mask out high bits here, | 228 | * keyboard.c (modify_event_symbol): Mask out high bits here, |
| 229 | and only for certain purposes. table_size now unsigned. | 229 | and only for certain purposes. table_size now unsigned. |
| 230 | (modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name. | 230 | (modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name. |
| 231 | (make_lispy_event): Don't mask high bits here. | 231 | (make_lispy_event): Don't mask high bits here. |
| 232 | Supply -1 as table_size for system-specific keys. | 232 | Supply -1 as table_size for system-specific keys. |
| 233 | 233 | ||
| @@ -316,9 +316,9 @@ | |||
| 316 | (Fexecute_extended_command, init_kboard, syms_of_keyboard): | 316 | (Fexecute_extended_command, init_kboard, syms_of_keyboard): |
| 317 | Undo Feb 28 change; prefix arg handling is now in Lisp code again. | 317 | Undo Feb 28 change; prefix arg handling is now in Lisp code again. |
| 318 | 318 | ||
| 319 | * buffer.c: (syms_of_buffer): Doc fix. | 319 | * buffer.c (syms_of_buffer): Doc fix. |
| 320 | 320 | ||
| 321 | * buffer.c: (Fbuffer_disable_undo): Make this function interactive. | 321 | * buffer.c (Fbuffer_disable_undo): Make this function interactive. |
| 322 | 322 | ||
| 323 | 1995-06-07 Richard Stallman <rms@gnu.ai.mit.edu> | 323 | 1995-06-07 Richard Stallman <rms@gnu.ai.mit.edu> |
| 324 | 324 | ||
| @@ -335,7 +335,7 @@ | |||
| 335 | (ALL_CFLAGS): Insert $(TOOLKIT_DEFINES) here. | 335 | (ALL_CFLAGS): Insert $(TOOLKIT_DEFINES) here. |
| 336 | * xfns.c (syms_of_xfns): Provide motif in Motif version. | 336 | * xfns.c (syms_of_xfns): Provide motif in Motif version. |
| 337 | 337 | ||
| 338 | * lisp.h: (Fwaiting_for_user_input_p): Function declared. | 338 | * lisp.h (Fwaiting_for_user_input_p): Function declared. |
| 339 | (Fupcase_initials, Fupcase_initials_region): Likewise. | 339 | (Fupcase_initials, Fupcase_initials_region): Likewise. |
| 340 | (Fplist_get, get_local_map, Fx_popup_menu, Fx_popup_dialog): Likewise. | 340 | (Fplist_get, get_local_map, Fx_popup_menu, Fx_popup_dialog): Likewise. |
| 341 | (Fframe_first_window): Likewise. | 341 | (Fframe_first_window): Likewise. |
| @@ -387,7 +387,7 @@ | |||
| 387 | based on frame name and icon_name fields. | 387 | based on frame name and icon_name fields. |
| 388 | (x_set_icon_name): New function. | 388 | (x_set_icon_name): New function. |
| 389 | (x_icon): Call x_text_icon. | 389 | (x_icon): Call x_text_icon. |
| 390 | (x_set_name): Look at icon_name field when setting the icon name, | 390 | (x_set_name): Look at icon_name field when setting the icon name. |
| 391 | (x_frame_parms): Add icon-name. | 391 | (x_frame_parms): Add icon-name. |
| 392 | (syms_of_xfns): Set up Qicon_name. | 392 | (syms_of_xfns): Set up Qicon_name. |
| 393 | 393 | ||
| @@ -849,7 +849,7 @@ | |||
| 849 | 1995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 849 | 1995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 850 | 850 | ||
| 851 | * process.c (wait_reading_process_input): Pass arg in new call to | 851 | * process.c (wait_reading_process_input): Pass arg in new call to |
| 852 | set_waiting_for_input. | 852 | set_waiting_for_input. |
| 853 | 853 | ||
| 854 | * xfns.c (Funfocus_frame): Check for live X frame. | 854 | * xfns.c (Funfocus_frame): Check for live X frame. |
| 855 | 855 | ||
| @@ -903,7 +903,7 @@ | |||
| 903 | 903 | ||
| 904 | 1995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 904 | 1995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 905 | 905 | ||
| 906 | * s/freebsd.h: (GETPGRP_NO_ARG): Defined | 906 | * s/freebsd.h (GETPGRP_NO_ARG): Define. |
| 907 | (HAVE_GETPAGESIZE): Definition deleted. | 907 | (HAVE_GETPAGESIZE): Definition deleted. |
| 908 | 908 | ||
| 909 | * data.c (store_symval_forwarding): Error if value out of range | 909 | * data.c (store_symval_forwarding): Error if value out of range |
| @@ -1308,7 +1308,7 @@ | |||
| 1308 | 1308 | ||
| 1309 | * ntinevt.c (do_mouse_event): Use XSETFASTINT. | 1309 | * ntinevt.c (do_mouse_event): Use XSETFASTINT. |
| 1310 | (SET_FRAME): Undefined. | 1310 | (SET_FRAME): Undefined. |
| 1311 | (select): Renamed to sys_select to correspond to routine in sysdep.c | 1311 | (select): Renamed to sys_select to correspond to routine in sysdep.c. |
| 1312 | (sys_select): Support struct timeval. | 1312 | (sys_select): Support struct timeval. |
| 1313 | (key_event): Support German keyboard. | 1313 | (key_event): Support German keyboard. |
| 1314 | Replace SET_FRAME with XSETFRAME. | 1314 | Replace SET_FRAME with XSETFRAME. |
| @@ -1366,8 +1366,8 @@ | |||
| 1366 | 1995-04-11 Roland McGrath <roland@churchy.gnu.ai.mit.edu> | 1366 | 1995-04-11 Roland McGrath <roland@churchy.gnu.ai.mit.edu> |
| 1367 | 1367 | ||
| 1368 | * process.c (create_process): Set PROCESS's tty_name to Qnil when | 1368 | * process.c (create_process): Set PROCESS's tty_name to Qnil when |
| 1369 | !PTY_FLAG, so Fprocess_tty_name returns nil for pipes as its | 1369 | !PTY_FLAG, so Fprocess_tty_name returns nil for pipes as its |
| 1370 | docstring says. | 1370 | docstring says. |
| 1371 | 1371 | ||
| 1372 | 1995-04-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 1372 | 1995-04-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 1373 | 1373 | ||
| @@ -1764,12 +1764,12 @@ | |||
| 1764 | * keyboard.c (kbd_buffer_get_event): Pass 0 for `insist' arg. | 1764 | * keyboard.c (kbd_buffer_get_event): Pass 0 for `insist' arg. |
| 1765 | 1765 | ||
| 1766 | * m/intel386.h (C_SWITCH_SYSTEM): Don't #undef or define it. | 1766 | * m/intel386.h (C_SWITCH_SYSTEM): Don't #undef or define it. |
| 1767 | [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead. | 1767 | [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead. |
| 1768 | 1768 | ||
| 1769 | 1995-03-26 Germano Caronni <caronni@tik.ethz.ch> | 1769 | 1995-03-26 Germano Caronni <caronni@tik.ethz.ch> |
| 1770 | 1770 | ||
| 1771 | * ralloc.c (r_re_alloc): Correct realloc behavior--allow shrinking | 1771 | * ralloc.c (r_re_alloc): Correct realloc behavior--allow shrinking |
| 1772 | of blocks while reallocating, if shrinking by more than one page. | 1772 | of blocks while reallocating, if shrinking by more than one page. |
| 1773 | (relocate_blocs, resize_blocs): Added failsafe to protect future | 1773 | (relocate_blocs, resize_blocs): Added failsafe to protect future |
| 1774 | calling of these routines when in frozen state. | 1774 | calling of these routines when in frozen state. |
| 1775 | (r_alloc_thaw): Added call to r_alloc_init. | 1775 | (r_alloc_thaw): Added call to r_alloc_init. |
| @@ -1820,7 +1820,7 @@ | |||
| 1820 | * m/sparc.h: Don't include alloca.h if NOT_C_CODE. | 1820 | * m/sparc.h: Don't include alloca.h if NOT_C_CODE. |
| 1821 | 1821 | ||
| 1822 | * m/mips-siemens.h (UNEXEC): Override the definition. | 1822 | * m/mips-siemens.h (UNEXEC): Override the definition. |
| 1823 | (LIBS_DEBUG, ORDINARY_LINK): Add #undefs. | 1823 | (LIBS_DEBUG, ORDINARY_LINK): Add #undefs. |
| 1824 | 1824 | ||
| 1825 | 1995-03-22 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | 1825 | 1995-03-22 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> |
| 1826 | 1826 | ||
| @@ -2334,7 +2334,7 @@ | |||
| 2334 | 2334 | ||
| 2335 | 1995-02-14 Richard Stallman <rms@geech.gnu.ai.mit.edu> | 2335 | 1995-02-14 Richard Stallman <rms@geech.gnu.ai.mit.edu> |
| 2336 | 2336 | ||
| 2337 | * filelock.c: (unlock_buffer, unlock_all_files, Flock_buffer) | 2337 | * filelock.c (unlock_buffer, unlock_all_files, Flock_buffer) |
| 2338 | (Funlock_buffer): Use buffer's file_truename, not filename. | 2338 | (Funlock_buffer): Use buffer's file_truename, not filename. |
| 2339 | 2339 | ||
| 2340 | * buffer.c (syms_of_buffer): Set up Lisp var buffer-file-truename. | 2340 | * buffer.c (syms_of_buffer): Set up Lisp var buffer-file-truename. |
| @@ -3107,7 +3107,7 @@ | |||
| 3107 | 3107 | ||
| 3108 | * lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame, | 3108 | * lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame, |
| 3109 | Lisp_Subr deleted. | 3109 | Lisp_Subr deleted. |
| 3110 | (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting. | 3110 | (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting. |
| 3111 | (PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors. | 3111 | (PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors. |
| 3112 | (WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise. | 3112 | (WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise. |
| 3113 | (FRAMEP, GC_FRAMEP): Likewise. | 3113 | (FRAMEP, GC_FRAMEP): Likewise. |
| @@ -3461,7 +3461,7 @@ | |||
| 3461 | 3461 | ||
| 3462 | 1994-11-19 Francesco Potortì <pot@cnuce.cnr.it> | 3462 | 1994-11-19 Francesco Potortì <pot@cnuce.cnr.it> |
| 3463 | 3463 | ||
| 3464 | * lisp.h: (running_asynch_code): New global flag. | 3464 | * lisp.h (running_asynch_code): New global flag. |
| 3465 | * emacs.c (running_asynch_code): New global flag. | 3465 | * emacs.c (running_asynch_code): New global flag. |
| 3466 | (main): Initialise it. | 3466 | (main): Initialise it. |
| 3467 | * process.c (read_process_output, exec_sentinel): Set and | 3467 | * process.c (read_process_output, exec_sentinel): Set and |
| @@ -3493,7 +3493,7 @@ | |||
| 3493 | 3493 | ||
| 3494 | 1994-11-17 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | 3494 | 1994-11-17 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> |
| 3495 | 3495 | ||
| 3496 | * lisp.h: (enum Lisp_Misc_Type): Rename Lisp_Vector to | 3496 | * lisp.h (enum Lisp_Misc_Type): Rename Lisp_Vector to |
| 3497 | Lisp_Vectorlike. Mark Lisp_Window_Configuration as obsolete. | 3497 | Lisp_Vectorlike. Mark Lisp_Window_Configuration as obsolete. |
| 3498 | (PSEUDOVECTOR_FLAG, PSEUDOVECTOR_SIZE_MASK, PVEC_BUFFER, | 3498 | (PSEUDOVECTOR_FLAG, PSEUDOVECTOR_SIZE_MASK, PVEC_BUFFER, |
| 3499 | PVEC_PROCESS, PVEC_FRAME, PVEC_COMPILED, PVEC_WINDOW, | 3499 | PVEC_PROCESS, PVEC_FRAME, PVEC_COMPILED, PVEC_WINDOW, |
| @@ -3645,7 +3645,7 @@ | |||
| 3645 | 3645 | ||
| 3646 | 1994-11-14 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | 3646 | 1994-11-14 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> |
| 3647 | 3647 | ||
| 3648 | * lisp.h: (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay. | 3648 | * lisp.h (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay. |
| 3649 | (enum Lisp_Type): Delete the corresponding enumeration from here. | 3649 | (enum Lisp_Type): Delete the corresponding enumeration from here. |
| 3650 | (struct Lisp_Overlay): New structure. | 3650 | (struct Lisp_Overlay): New structure. |
| 3651 | (XOVERLAY, OVERLAYP): Access the new structure. | 3651 | (XOVERLAY, OVERLAYP): Access the new structure. |
| @@ -3711,7 +3711,7 @@ | |||
| 3711 | 3711 | ||
| 3712 | 1994-11-11 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | 3712 | 1994-11-11 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> |
| 3713 | 3713 | ||
| 3714 | * lisp.h: (enum Lisp_Misc_Type): Add new enumerations | 3714 | * lisp.h (enum Lisp_Misc_Type): Add new enumerations |
| 3715 | Lisp_Misc_Buffer_Local_Value and Lisp_Misc_Some_Buffer_Local_Value. | 3715 | Lisp_Misc_Buffer_Local_Value and Lisp_Misc_Some_Buffer_Local_Value. |
| 3716 | (enum Lisp_Type): Delete the corresponding enumerations from here. | 3716 | (enum Lisp_Type): Delete the corresponding enumerations from here. |
| 3717 | (struct Lisp_Buffer_Local_Value): New structure. | 3717 | (struct Lisp_Buffer_Local_Value): New structure. |
| @@ -3798,7 +3798,7 @@ | |||
| 3798 | * xfns.c (Fx_list_fonts): Don't bother to retrieve font info when | 3798 | * xfns.c (Fx_list_fonts): Don't bother to retrieve font info when |
| 3799 | there's no size_ref to compare it against. | 3799 | there's no size_ref to compare it against. |
| 3800 | 3800 | ||
| 3801 | * editfns.c: (Fdecode_time): Fix Lisp_Object vs. integer problems. | 3801 | * editfns.c (Fdecode_time): Fix Lisp_Object vs. integer problems. |
| 3802 | Don't use tm_gmtoff; it's not portable. | 3802 | Don't use tm_gmtoff; it's not portable. |
| 3803 | 3803 | ||
| 3804 | * lisp.h: Leave DEVICE_SEP undefined by default. | 3804 | * lisp.h: Leave DEVICE_SEP undefined by default. |
| @@ -3955,7 +3955,7 @@ | |||
| 3955 | Use the return value of child_setup to get the child's pid; | 3955 | Use the return value of child_setup to get the child's pid; |
| 3956 | don't call vfork etc. explicitly. | 3956 | don't call vfork etc. explicitly. |
| 3957 | 3957 | ||
| 3958 | * callproc.c [WINDOWSNT]: Add includes. Define NOMINMAX, _P_NOWAIT. | 3958 | * callproc.c [WINDOWSNT]: Add includes. Define NOMINMAX, _P_NOWAIT. |
| 3959 | (Vbinary_process_input, Vbinary_process_output) | 3959 | (Vbinary_process_input, Vbinary_process_output) |
| 3960 | (Qbuffer_file_type): Test DOS_NT, not MSDOS. | 3960 | (Qbuffer_file_type): Test DOS_NT, not MSDOS. |
| 3961 | (syms_of_callproc): Test DOS_NT, not MSDOS. | 3961 | (syms_of_callproc): Test DOS_NT, not MSDOS. |
| @@ -4217,7 +4217,7 @@ | |||
| 4217 | 4217 | ||
| 4218 | * process.c: Handle multiple keyboard input descriptors. | 4218 | * process.c: Handle multiple keyboard input descriptors. |
| 4219 | (non_keyboard_wait_mask): New variable. | 4219 | (non_keyboard_wait_mask): New variable. |
| 4220 | (Fset_process_filter): Update non_keyboard_wait_mask | 4220 | (Fset_process_filter): Update non_keyboard_wait_mask. |
| 4221 | (create_process, Fopen_network_stream, deactivate_process): | 4221 | (create_process, Fopen_network_stream, deactivate_process): |
| 4222 | (init_process, sigchld_handler): Likewise. | 4222 | (init_process, sigchld_handler): Likewise. |
| 4223 | (wait_reading_process_input): Maybe use non_keyboard_wait_mask. | 4223 | (wait_reading_process_input): Maybe use non_keyboard_wait_mask. |
| @@ -4367,7 +4367,7 @@ | |||
| 4367 | (the_x_screen): Variable moved here. | 4367 | (the_x_screen): Variable moved here. |
| 4368 | (syms_of_xterm): Staticpro parts of the_x_screen. | 4368 | (syms_of_xterm): Staticpro parts of the_x_screen. |
| 4369 | * xfns.c (Fx_open_connection): Get dpyinfo from x_term_init. | 4369 | * xfns.c (Fx_open_connection): Get dpyinfo from x_term_init. |
| 4370 | Don't set up atoms, xrdb here. Pass name as Lisp_Object. | 4370 | Don't set up atoms, xrdb here. Pass name as Lisp_Object. |
| 4371 | (the_x_screen): Variable moved to xterm.c. | 4371 | (the_x_screen): Variable moved to xterm.c. |
| 4372 | (syms_of_xfns): Don't staticpro it here. | 4372 | (syms_of_xfns): Don't staticpro it here. |
| 4373 | 4373 | ||
| @@ -4456,7 +4456,7 @@ | |||
| 4456 | 4456 | ||
| 4457 | * xfns.c: Use FRAME_X_DISPLAY instead of x_current_display | 4457 | * xfns.c: Use FRAME_X_DISPLAY instead of x_current_display |
| 4458 | and XDISPLAY. | 4458 | and XDISPLAY. |
| 4459 | (x_in_use): New variable, | 4459 | (x_in_use): New variable. |
| 4460 | (check_x, using_x_p): Test x_in_use. | 4460 | (check_x, using_x_p): Test x_in_use. |
| 4461 | (Fx_open_connection): Set x_in_use. | 4461 | (Fx_open_connection): Set x_in_use. |
| 4462 | (check_x_frame): New function. | 4462 | (check_x_frame): New function. |
| @@ -4511,7 +4511,7 @@ | |||
| 4511 | 4511 | ||
| 4512 | 1994-10-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | 4512 | 1994-10-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> |
| 4513 | 4513 | ||
| 4514 | * search.c: (searchbufs): New variable, replaces searchbuf and | 4514 | * search.c (searchbufs): New variable, replaces searchbuf and |
| 4515 | last_regexp and search_fastmap. | 4515 | last_regexp and search_fastmap. |
| 4516 | (syms_of_search): Initialize it. | 4516 | (syms_of_search): Initialize it. |
| 4517 | (searchbuf_head): New variable. | 4517 | (searchbuf_head): New variable. |
| @@ -4597,7 +4597,7 @@ | |||
| 4597 | * frame.h [!MULTI_FRAME]: We give up having selected_frame be | 4597 | * frame.h [!MULTI_FRAME]: We give up having selected_frame be |
| 4598 | an always-zero integer variable. From now on it will be a | 4598 | an always-zero integer variable. From now on it will be a |
| 4599 | pointer to a `struct frame' just like in the MULTI_FRAME case. | 4599 | pointer to a `struct frame' just like in the MULTI_FRAME case. |
| 4600 | (selected_frame, last_nonminibuf_frame): use FRAME_PTR, not EMACS_INT. | 4600 | (selected_frame, last_nonminibuf_frame): use FRAME_PTR, not EMACS_INT. |
| 4601 | (XFRAME): Redefine to use the_only_frame. | 4601 | (XFRAME): Redefine to use the_only_frame. |
| 4602 | (XSETFRAME): Define to set Lisp value. | 4602 | (XSETFRAME): Define to set Lisp value. |
| 4603 | (WINDOW_FRAME): Redefine to return Lisp value. | 4603 | (WINDOW_FRAME): Redefine to return Lisp value. |
| @@ -4640,7 +4640,7 @@ | |||
| 4640 | (the_only_x_display, x_current_display) [!HAVE_X_WINDOWS]: New | 4640 | (the_only_x_display, x_current_display) [!HAVE_X_WINDOWS]: New |
| 4641 | variables. | 4641 | variables. |
| 4642 | 4642 | ||
| 4643 | * msdos.h: (XFontStruct, GC, Pixmap, Display, Window) [MSDOS_NO_X]: | 4643 | * msdos.h (XFontStruct, GC, Pixmap, Display, Window) [MSDOS_NO_X]: |
| 4644 | Dummy types. | 4644 | Dummy types. |
| 4645 | (struct face, FACE_HAS_GC, FACE_GC, FACE_FOREGROUND, FACE_BACKGROUND, | 4645 | (struct face, FACE_HAS_GC, FACE_GC, FACE_FOREGROUND, FACE_BACKGROUND, |
| 4646 | FACE_FONT, FACE_STIPPLE, FACE_UNDERLINE_P) [MSDOS_NO_X]: Define like | 4646 | FACE_FONT, FACE_STIPPLE, FACE_UNDERLINE_P) [MSDOS_NO_X]: Define like |
| @@ -4937,7 +4937,7 @@ | |||
| 4937 | (struct Lisp_Free): New structure. | 4937 | (struct Lisp_Free): New structure. |
| 4938 | (Lisp_Misc_Free): Type code for that structure. | 4938 | (Lisp_Misc_Free): Type code for that structure. |
| 4939 | * buffer.h (OVERLAY_POSITION): Marker assert now tests substructure. | 4939 | * buffer.h (OVERLAY_POSITION): Marker assert now tests substructure. |
| 4940 | * alloc.c: (MARKER_BLOCK_SIZE, marker_block, marker_free_list): | 4940 | * alloc.c (MARKER_BLOCK_SIZE, marker_block, marker_free_list): |
| 4941 | Now refers to the superset type, not just markers. | 4941 | Now refers to the superset type, not just markers. |
| 4942 | (allocate_misc): New function, extracted from Fmake_marker. | 4942 | (allocate_misc): New function, extracted from Fmake_marker. |
| 4943 | (Fpurecopy): Check the substructure. | 4943 | (Fpurecopy): Check the substructure. |
| @@ -5185,7 +5185,7 @@ | |||
| 5185 | 5185 | ||
| 5186 | 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu> | 5186 | 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu> |
| 5187 | 5187 | ||
| 5188 | * xfns.c: (HACK_EDITRES): Declare if using X11R5. | 5188 | * xfns.c (HACK_EDITRES): Declare if using X11R5. |
| 5189 | (widget_id_tick): New variable. | 5189 | (widget_id_tick): New variable. |
| 5190 | (x_any_window_to_frame): Use lw_window_is_in_menubar for | 5190 | (x_any_window_to_frame): Use lw_window_is_in_menubar for |
| 5191 | widget set independence. | 5191 | widget set independence. |
| @@ -5953,7 +5953,7 @@ | |||
| 5953 | 1994-09-03 Kaveh R. Ghazi (ghazi@noc.rutgers.edu) | 5953 | 1994-09-03 Kaveh R. Ghazi (ghazi@noc.rutgers.edu) |
| 5954 | 5954 | ||
| 5955 | * m/delta88k.h [__GNUC__] (HAVE_ALLOCA): Defined. | 5955 | * m/delta88k.h [__GNUC__] (HAVE_ALLOCA): Defined. |
| 5956 | [__GNUC__] (C_ALLOCA): Add #undef | 5956 | [__GNUC__] (C_ALLOCA): Add #undef. |
| 5957 | (LIB_X11_LIB): Add #undef. | 5957 | (LIB_X11_LIB): Add #undef. |
| 5958 | (HAVE_TERMIOS): Defined. | 5958 | (HAVE_TERMIOS): Defined. |
| 5959 | (HAVE_TERMIO): Add #undef. | 5959 | (HAVE_TERMIO): Add #undef. |
| @@ -7039,7 +7039,7 @@ | |||
| 7039 | 7039 | ||
| 7040 | 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 7040 | 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 7041 | 7041 | ||
| 7042 | * mips-siemens.h: Include pyramid.h, not mips.h. | 7042 | * mips-siemens.h: Include pyramid.h, not mips.h. |
| 7043 | (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted. | 7043 | (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted. |
| 7044 | (NO_ARG_ARRAY, HAVE_ALLOCA): Defined. | 7044 | (NO_ARG_ARRAY, HAVE_ALLOCA): Defined. |
| 7045 | (BROKEN_FIONREAD): Add #undef. | 7045 | (BROKEN_FIONREAD): Add #undef. |