aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-07-29 04:42:53 +0200
committerJuanma Barranquero2010-07-29 04:42:53 +0200
commit087b38a075e28408c397252f3756af9d3ac23e87 (patch)
treeb53fff0f8e6c3c0abfdaee05bfa78976adf3a8ff /src
parenta94a477d07b369f653701b81c1f755b911ec0d5b (diff)
downloademacs-087b38a075e28408c397252f3756af9d3ac23e87.tar.gz
emacs-087b38a075e28408c397252f3756af9d3ac23e87.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/ChangeLog.232
-rw-r--r--src/ChangeLog.552
-rw-r--r--src/ChangeLog.928
4 files changed, 57 insertions, 57 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9cb3b248232..d85fdf97be9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,7 +5,7 @@
5 5
6 * xdisp.c (Qtext_image_horiz): Define. 6 * xdisp.c (Qtext_image_horiz): Define.
7 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz 7 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
8 to ducumentation of tool-bar-style. 8 to documentation of tool-bar-style.
9 9
10 * lisp.h (Qtext_image_horiz): Declare. 10 * lisp.h (Qtext_image_horiz): Declare.
11 11
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 41e280a71b3..f087802e27d 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -683,7 +683,7 @@
683 (That `select' saw something on channel 0 doesn't mean it is 683 (That `select' saw something on channel 0 doesn't mean it is
684 kbd input; it could be an expose event.) 684 kbd input; it could be an expose event.)
685 685
686 * keyboard.c (read_avail_input) [FIONREAD]: Now static. 686 * keyboard.c (read_avail_input) [FIONREAD]: Now static.
687 New arg specifies value of NREAD; 687 New arg specifies value of NREAD;
688 if it is nonzero, don't call get_input_pending to get it. 688 if it is nonzero, don't call get_input_pending to get it.
689 Use kbd_buffer_store_char to put chars into kbd_buffer. 689 Use kbd_buffer_store_char to put chars into kbd_buffer.
@@ -1210,7 +1210,7 @@
1210 Remove #ifndef VMS around the sleep when buffer is full. 1210 Remove #ifndef VMS around the sleep when buffer is full.
1211 * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use. 1211 * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use.
1212 1212
1213 * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp. 1213 * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
1214 1214
12151987-07-17 Paul Rubin (phr@prep) 12151987-07-17 Paul Rubin (phr@prep)
1216 1216
@@ -1323,7 +1323,7 @@
1323 1323
13241987-06-09 Richard M. Stallman (rms@prep) 13241987-06-09 Richard M. Stallman (rms@prep)
1325 1325
1326 * syntax.c: (scan_lists): Clear mathexit on 2nd math-char in a pair. 1326 * syntax.c (scan_lists): Clear mathexit on 2nd math-char in a pair.
1327 1327
13281987-06-08 Richard M. Stallman (rms@prep) 13281987-06-08 Richard M. Stallman (rms@prep)
1329 1329
@@ -1442,7 +1442,7 @@
1442 Turn on call to vmserrstr. 1442 Turn on call to vmserrstr.
1443 * sysdep.c (vmserrstr) [VMS]: Define this function. 1443 * sysdep.c (vmserrstr) [VMS]: Define this function.
1444 1444
1445 * process.c (create_process) [IRIS]: Don't open the pty's tty 1445 * process.c (create_process) [IRIS]: Don't open the pty's tty
1446 in the parent process. Open only once, in the child. 1446 in the parent process. Open only once, in the child.
1447 1447
1448 * xdisp.c (redisplay_window): If window-start points nowhere, 1448 * xdisp.c (redisplay_window): If window-start points nowhere,
@@ -1544,8 +1544,8 @@
1544 1544
15451987-05-05 Richard Mlynarik (mly@prep) 15451987-05-05 Richard Mlynarik (mly@prep)
1546 1546
1547 * m-irist.h: New version from raible@orville.arpa 1547 * m-irist.h: New version from raible@orville.arpa
1548 * s-iris3-5.h: New file. (s-usg5-2 with additions) 1548 * s-iris3-5.h: New file. (s-usg5-2 with additions)
1549 1549
1550 * keyboard.c: 1550 * keyboard.c:
1551 IRIS, like HPUX, #defines but does not implement FIONREAD. 1551 IRIS, like HPUX, #defines but does not implement FIONREAD.
@@ -1566,7 +1566,7 @@
1566 Fcopy_file, Fset_file_modes: Don't use un*x modes if 1566 Fcopy_file, Fset_file_modes: Don't use un*x modes if
1567 env var USE_DOMAIN_ACLS is set. 1567 env var USE_DOMAIN_ACLS is set.
1568 Fset_file_modes: utimes fix. 1568 Fset_file_modes: utimes fix.
1569 Finsert_file_contents: Must do fstat after open for Apollo. 1569 Finsert_file_contents: Must do fstat after open for Apollo.
1570 1570
1571 * emacs.c (main): (APOLLO from lnz): 1571 * emacs.c (main): (APOLLO from lnz):
1572 Don't use un*x modes if env var USE_DOMAIN_ACLS set. 1572 Don't use un*x modes if env var USE_DOMAIN_ACLS set.
@@ -1675,7 +1675,7 @@
1675 1675
16761987-03-20 Richard Mlynarik (mly@prep) 16761987-03-20 Richard Mlynarik (mly@prep)
1677 1677
1678 * filemode.c: Hacks for set-uid/gid but not executable. 1678 * filemode.c: Hacks for set-uid/gid but not executable.
1679 1679
16801987-03-20 Richard M. Stallman (rms@prep) 16801987-03-20 Richard M. Stallman (rms@prep)
1681 1681
@@ -1966,7 +1966,7 @@
1966 1966
19671987-02-22 Richard M. Stallman (rms@prep) 19671987-02-22 Richard M. Stallman (rms@prep)
1968 1968
1969 * dispnew.c (Fopen_termscript): Close existing termscript 1969 * dispnew.c (Fopen_termscript): Close existing termscript
1970 file before trying to open a new one. Report open failure 1970 file before trying to open a new one. Report open failure
1971 with report_file_error. 1971 with report_file_error.
1972 1972
@@ -2071,7 +2071,7 @@
2071 2071
20721987-02-10 Richard Mlynarik (mly@prep) 20721987-02-10 Richard Mlynarik (mly@prep)
2073 2073
2074 * xfns.c (Fx_get_default): Add (unsigned char *) cast. 2074 * xfns.c (Fx_get_default): Add (unsigned char *) cast.
2075 2075
2076 * window.c: typo. 2076 * window.c: typo.
2077 2077
@@ -2853,7 +2853,7 @@
2853 local variables for more register decls. Compute 2853 local variables for more register decls. Compute
2854 and pass `envlen' arg to child_setup. 2854 and pass `envlen' arg to child_setup.
2855 2855
2856 * process.c (create_process): Compute and pass `envlen' arg 2856 * process.c (create_process): Compute and pass `envlen' arg
2857 to child_setup. 2857 to child_setup.
2858 2858
2859 * xterm.c (x_term_init): Don't call XPopUpWindow at all. 2859 * xterm.c (x_term_init): Don't call XPopUpWindow at all.
@@ -3998,7 +3998,7 @@
3998 * editfns.c (Fuser_uid, Fuser_real_uid): 3998 * editfns.c (Fuser_uid, Fuser_real_uid):
3999 New functions that return values of geteuid and getuid system calls. 3999 New functions that return values of geteuid and getuid system calls.
4000 4000
4001 * dired.c (Ffile_attributes): Value has additional element 4001 * dired.c (Ffile_attributes): Value has additional element
4002 t iff file gid would change if Emacs deletes it and recreates it. 4002 t iff file gid would change if Emacs deletes it and recreates it.
4003 4003
4004 * xdisp.c (display_mode_element): 4004 * xdisp.c (display_mode_element):
@@ -4078,7 +4078,7 @@
4078 being unbound. struct catchtag has two new fields, 4078 being unbound. struct catchtag has two new fields,
4079 gcpro and pdlcount. 4079 gcpro and pdlcount.
4080 4080
4081 * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp. 4081 * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
4082 4082
4083 * eval.c (internal_catch): No need to restore anything 4083 * eval.c (internal_catch): No need to restore anything
4084 from the catchtag after throw, because unbind_catch does it all. 4084 from the catchtag after throw, because unbind_catch does it all.
@@ -4657,14 +4657,14 @@
4657 4657
4658 * fileio.c (Ffile_newer_than_file_p): New Lisp primitive. 4658 * fileio.c (Ffile_newer_than_file_p): New Lisp primitive.
4659 4659
4660 * fileio.c (Ffile_exists_p): this is now distinct from 4660 * fileio.c (Ffile_exists_p): This is now distinct from
4661 Ffile_readable_p; it checks only for existence, not for 4661 Ffile_readable_p; it checks only for existence, not for
4662 readability. 4662 readability.
4663 4663
4664 * editfns.c (Fgoto_char): Use new interactive code N. 4664 * editfns.c (Fgoto_char): Use new interactive code N.
4665 4665
4666 * callint.c (Fcall_interactively): New code N 4666 * callint.c (Fcall_interactively): New code N means use
4667 means use prefix argif have one, else read number from minibuffer. 4667 prefix arg if have one, else read number from minibuffer.
4668 4668
4669 * buffer.c (record_buffer): 4669 * buffer.c (record_buffer):
4670 Don't use Frassq, Fmemq or Fdelq since their loops 4670 Don't use Frassq, Fmemq or Fdelq since their loops
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index f27186079ac..9be45e2fc54 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -176,7 +176,7 @@
1761995-06-12 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1761995-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
1811995-06-11 Richard Stallman <rms@gnu.ai.mit.edu> 1811995-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
3231995-06-07 Richard Stallman <rms@gnu.ai.mit.edu> 3231995-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.
@@ -849,7 +849,7 @@
8491995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> 8491995-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
@@ -1366,8 +1366,8 @@
13661995-04-11 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 13661995-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
13721995-04-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> 13721995-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
17691995-03-26 Germano Caronni <caronni@tik.ethz.ch> 17691995-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
18251995-03-22 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 18251995-03-22 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
1826 1826
@@ -2334,7 +2334,7 @@
2334 2334
23351995-02-14 Richard Stallman <rms@geech.gnu.ai.mit.edu> 23351995-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
34621994-11-19 Francesco Potortì <pot@cnuce.cnr.it> 34621994-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
34941994-11-17 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 34941994-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
36461994-11-14 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 36461994-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
37121994-11-11 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> 37121994-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.
@@ -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
@@ -4511,7 +4511,7 @@
4511 4511
45121994-10-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 45121994-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
51861994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu> 51861994-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.
@@ -7039,7 +7039,7 @@
7039 7039
70401994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) 70401994-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.
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index 9146a6465a8..fc4f2d4ad37 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -319,7 +319,7 @@
319 319
320 * lisp.h (Ftop_level): Add prototype. 320 * lisp.h (Ftop_level): Add prototype.
321 321
322 * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes. 322 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
323 (XTread_socket): Improve style of comments to follow other 323 (XTread_socket): Improve style of comments to follow other
324 comments. 324 comments.
325 325
@@ -1496,7 +1496,7 @@
1496 * coding.c (setup_coding_system): Don't do any designation based 1496 * coding.c (setup_coding_system): Don't do any designation based
1497 on reg_bits if charset is not yet defined. 1497 on reg_bits if charset is not yet defined.
1498 1498
1499 * lisp.h (XVECTOR): Verify correct object type before returning a 1499 * lisp.h (XVECTOR): Verify correct object type before returning a
1500 pointer, using eassert. 1500 pointer, using eassert.
1501 1501
15022001-07-17 Gerd Moellmann <gerd@gnu.org> 15022001-07-17 Gerd Moellmann <gerd@gnu.org>
@@ -1752,7 +1752,7 @@
1752 creating the directory might signal an error, and leaves 1752 creating the directory might signal an error, and leaves
1753 Emacs in a strange state. 1753 Emacs in a strange state.
1754 1754
1755 * term.c: (tty_cursor_hidden): New variable. 1755 * term.c (tty_cursor_hidden): New variable.
1756 (update_begin): Don't call tty_hide_cursor. Clean up. 1756 (update_begin): Don't call tty_hide_cursor. Clean up.
1757 (update_end, set_terminal_window, set_scroll_region): Clean up. 1757 (update_end, set_terminal_window, set_scroll_region): Clean up.
1758 (ring_bell, reset_terminal_modes): Clean up. 1758 (ring_bell, reset_terminal_modes): Clean up.
@@ -3109,7 +3109,7 @@
3109 3109
3110 * w32term.c (w32_encode_char): Treat eight bit graphic and control 3110 * w32term.c (w32_encode_char): Treat eight bit graphic and control
3111 characters the same as ASCII and latin-1. 3111 characters the same as ASCII and latin-1.
3112 (x_display_and_set_cursor): Check for the focus frame's selected 3112 (x_display_and_set_cursor): Check for the focus frame's selected
3113 window instead of selected_window. 3113 window instead of selected_window.
3114 (x_after_update_window_line): Don't clear if frame's internal 3114 (x_after_update_window_line): Don't clear if frame's internal
3115 border width is zero. 3115 border width is zero.
@@ -3896,7 +3896,7 @@
3896 3896
38972001-01-07 Dave Love <fx@gnu.org> 38972001-01-07 Dave Love <fx@gnu.org>
3898 3898
3899 * keyboard.c (Fread_key_sequence_vector): Avoid newline in 3899 * keyboard.c (Fread_key_sequence_vector): Avoid newline in
3900 arglist, for documentation's sake. 3900 arglist, for documentation's sake.
3901 3901
39022001-01-06 Andrew Innes <andrewi@gnu.org> 39022001-01-06 Andrew Innes <andrewi@gnu.org>
@@ -4180,7 +4180,7 @@
4180 what's displayed in the window. 4180 what's displayed in the window.
4181 4181
4182 * xdisp.c (try_window_reusing_current_matrix) 4182 * xdisp.c (try_window_reusing_current_matrix)
4183 <new start <= old start>: Disable rows in the current matrix 4183 <new start <= old start>: Disable rows in the current matrix
4184 which are below the window after scrolling. 4184 which are below the window after scrolling.
4185 4185
4186 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P 4186 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
@@ -5004,7 +5004,7 @@
5004 the metrics of BDF fonts. 5004 the metrics of BDF fonts.
5005 (x_estimate_mode_line_height): If `mode-line' face 5005 (x_estimate_mode_line_height): If `mode-line' face
5006 hasn't a font, use that of the frame, as drawing glyphs does. 5006 hasn't a font, use that of the frame, as drawing glyphs does.
5007 (note_mouse_highlight): Change the cursor shape on the vertical 5007 (note_mouse_highlight): Change the cursor shape on the vertical
5008 border between windows [not enabled]. 5008 border between windows [not enabled].
5009 5009
5010 * w32term.h (struct w32_output): Add member horizontal_drag_cursor. 5010 * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
@@ -5480,7 +5480,7 @@
5480 * lisp.h (pos_visible_p): Change prototype. 5480 * lisp.h (pos_visible_p): Change prototype.
5481 5481
5482 * dispextern.h (CURRENT_MODE_LINE_HEIGHT) 5482 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
5483 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height 5483 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
5484 and current_header_line_height first. 5484 and current_header_line_height first.
5485 (current_mode_line_height, current_header_line_height): 5485 (current_mode_line_height, current_header_line_height):
5486 Declare extern. 5486 Declare extern.
@@ -6683,7 +6683,7 @@
6683 (create_offscreen_bitmap): New function. 6683 (create_offscreen_bitmap): New function.
6684 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. 6684 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
6685 6685
6686 * w32term.c (x_produce_glyphs): If the distance from the current 6686 * w32term.c (x_produce_glyphs): If the distance from the current
6687 position to the next tab stop is less than a canonical character 6687 position to the next tab stop is less than a canonical character
6688 width, use the tab stop after that. 6688 width, use the tab stop after that.
6689 (x_draw_glyphs): Handle case START and END are out of bounds more 6689 (x_draw_glyphs): Handle case START and END are out of bounds more
@@ -7536,7 +7536,7 @@
7536 CYCLE_CHECK arguments. 7536 CYCLE_CHECK arguments.
7537 (merge_face_vector_with_property, Finternal_merge_in_global_face) 7537 (merge_face_vector_with_property, Finternal_merge_in_global_face)
7538 (lookup_named_face, lookup_derived_face, realize_named_face) 7538 (lookup_named_face, lookup_derived_face, realize_named_face)
7539 (face_at_string_position, face_at_buffer_position): Supply 7539 (face_at_string_position, face_at_buffer_position): Supply
7540 new F and CYCLE_CHECK arguments to merge_face_vectors. 7540 new F and CYCLE_CHECK arguments to merge_face_vectors.
7541 (merge_face_heights): New function. 7541 (merge_face_heights): New function.
7542 (merge_face_vectors, merge_face_vector_with_property) 7542 (merge_face_vectors, merge_face_vector_with_property)
@@ -7826,7 +7826,7 @@
7826 (x_compute_glyph_string_overhangs): Incomplete body removed, as 7826 (x_compute_glyph_string_overhangs): Incomplete body removed, as
7827 the X way of doing this will not work for W32. 7827 the X way of doing this will not work for W32.
7828 (w32_intersect_rectangles): Removed. Use IntersectRect API call. 7828 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
7829 (x_draw_image_foreground): Avoid drawing outside of the clip area 7829 (x_draw_image_foreground): Avoid drawing outside of the clip area
7830 when image doesn't have a mask. 7830 when image doesn't have a mask.
7831 (note_mouse_highlight): Process overlays in the right order of 7831 (note_mouse_highlight): Process overlays in the right order of
7832 priority. Set help_echo_window. 7832 priority. Set help_echo_window.
@@ -10156,7 +10156,7 @@
10156 (encode_coding_string): Likewise. 10156 (encode_coding_string): Likewise.
10157 10157
10158 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> 10158 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
10159 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and 10159 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
10160 eight-bit-graphic correctly. 10160 eight-bit-graphic correctly.
10161 10161
101622000-05-24 Kenichi HANDA <handa@etl.go.jp> 101622000-05-24 Kenichi HANDA <handa@etl.go.jp>
@@ -12812,7 +12812,7 @@
12812 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback) 12812 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
12813 (xim_initialize, xim_close) 12813 (xim_initialize, xim_close)
12814 [HAVE_X_I18N && HAVE_X11R6]: New functions. 12814 [HAVE_X_I18N && HAVE_X11R6]: New functions.
12815 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame. 12815 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
12816 (x_term_init) [HAVE_X_I18N]: Call xim_initialize. 12816 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
12817 (x_delete_display) [HAVE_X_I18N]: Call xim_close. 12817 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
12818 12818
@@ -13029,7 +13029,7 @@
13029 13029
130302000-01-19 Dave Love <fx@gnu.org> 130302000-01-19 Dave Love <fx@gnu.org>
13031 13031
13032 * lread.c: (syms_of_lread) [user-init-file]: Doc change. 13032 * lread.c (syms_of_lread) [user-init-file]: Doc change.
13033 13033
130342000-01-18 Kenichi Handa <handa@etl.go.jp> 130342000-01-18 Kenichi Handa <handa@etl.go.jp>
13035 13035