aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2010-07-29 04:42:53 +0200
committerJuanma Barranquero <[email protected]>2010-07-29 04:42:53 +0200
commit087b38a075e28408c397252f3756af9d3ac23e87 (patch)
treeb53fff0f8e6c3c0abfdaee05bfa78976adf3a8ff /src
parenta94a477d07b369f653701b81c1f755b911ec0d5b (diff)
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 9cb3b24823..d85fdf97be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,7 +5,7 @@
* xdisp.c (Qtext_image_horiz): Define.
(syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
- to ducumentation of tool-bar-style.
+ to documentation of tool-bar-style.
* lisp.h (Qtext_image_horiz): Declare.
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 41e280a71b..f087802e27 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -683,7 +683,7 @@
(That `select' saw something on channel 0 doesn't mean it is
kbd input; it could be an expose event.)
- * keyboard.c (read_avail_input) [FIONREAD]: Now static.
+ * keyboard.c (read_avail_input) [FIONREAD]: Now static.
New arg specifies value of NREAD;
if it is nonzero, don't call get_input_pending to get it.
Use kbd_buffer_store_char to put chars into kbd_buffer.
@@ -1210,7 +1210,7 @@
Remove #ifndef VMS around the sleep when buffer is full.
* s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use.
- * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
+ * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
1987-07-17 Paul Rubin (phr@prep)
@@ -1323,7 +1323,7 @@
1987-06-09 Richard M. Stallman (rms@prep)
- * syntax.c: (scan_lists): Clear mathexit on 2nd math-char in a pair.
+ * syntax.c (scan_lists): Clear mathexit on 2nd math-char in a pair.
1987-06-08 Richard M. Stallman (rms@prep)
@@ -1442,7 +1442,7 @@
Turn on call to vmserrstr.
* sysdep.c (vmserrstr) [VMS]: Define this function.
- * process.c (create_process) [IRIS]: Don't open the pty's tty
+ * process.c (create_process) [IRIS]: Don't open the pty's tty
in the parent process. Open only once, in the child.
* xdisp.c (redisplay_window): If window-start points nowhere,
@@ -1544,8 +1544,8 @@
1987-05-05 Richard Mlynarik (mly@prep)
- * m-irist.h: New version from [email protected]
- * s-iris3-5.h: New file. (s-usg5-2 with additions)
+ * m-irist.h: New version from [email protected]
+ * s-iris3-5.h: New file. (s-usg5-2 with additions)
* keyboard.c:
IRIS, like HPUX, #defines but does not implement FIONREAD.
@@ -1566,7 +1566,7 @@
Fcopy_file, Fset_file_modes: Don't use un*x modes if
env var USE_DOMAIN_ACLS is set.
Fset_file_modes: utimes fix.
- Finsert_file_contents: Must do fstat after open for Apollo.
+ Finsert_file_contents: Must do fstat after open for Apollo.
* emacs.c (main): (APOLLO from lnz):
Don't use un*x modes if env var USE_DOMAIN_ACLS set.
@@ -1675,7 +1675,7 @@
1987-03-20 Richard Mlynarik (mly@prep)
- * filemode.c: Hacks for set-uid/gid but not executable.
+ * filemode.c: Hacks for set-uid/gid but not executable.
1987-03-20 Richard M. Stallman (rms@prep)
@@ -1966,7 +1966,7 @@
1987-02-22 Richard M. Stallman (rms@prep)
- * dispnew.c (Fopen_termscript): Close existing termscript
+ * dispnew.c (Fopen_termscript): Close existing termscript
file before trying to open a new one. Report open failure
with report_file_error.
@@ -2071,7 +2071,7 @@
1987-02-10 Richard Mlynarik (mly@prep)
- * xfns.c (Fx_get_default): Add (unsigned char *) cast.
+ * xfns.c (Fx_get_default): Add (unsigned char *) cast.
* window.c: typo.
@@ -2853,7 +2853,7 @@
local variables for more register decls. Compute
and pass `envlen' arg to child_setup.
- * process.c (create_process): Compute and pass `envlen' arg
+ * process.c (create_process): Compute and pass `envlen' arg
to child_setup.
* xterm.c (x_term_init): Don't call XPopUpWindow at all.
@@ -3998,7 +3998,7 @@
* editfns.c (Fuser_uid, Fuser_real_uid):
New functions that return values of geteuid and getuid system calls.
- * dired.c (Ffile_attributes): Value has additional element
+ * dired.c (Ffile_attributes): Value has additional element
t iff file gid would change if Emacs deletes it and recreates it.
* xdisp.c (display_mode_element):
@@ -4078,7 +4078,7 @@
being unbound. struct catchtag has two new fields,
gcpro and pdlcount.
- * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
+ * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
* eval.c (internal_catch): No need to restore anything
from the catchtag after throw, because unbind_catch does it all.
@@ -4657,14 +4657,14 @@
* fileio.c (Ffile_newer_than_file_p): New Lisp primitive.
- * fileio.c (Ffile_exists_p): this is now distinct from
+ * fileio.c (Ffile_exists_p): This is now distinct from
Ffile_readable_p; it checks only for existence, not for
readability.
* editfns.c (Fgoto_char): Use new interactive code N.
- * callint.c (Fcall_interactively): New code N
- means use prefix argif have one, else read number from minibuffer.
+ * callint.c (Fcall_interactively): New code N means use
+ prefix arg if have one, else read number from minibuffer.
* buffer.c (record_buffer):
Don't use Frassq, Fmemq or Fdelq since their loops
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index f27186079a..9be45e2fc5 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -176,7 +176,7 @@
1995-06-12 Roland McGrath <[email protected]>
* mem-limits.h [_LIBC] (start_of_data): Define to &__data_start
- for GNU libc.
+ for GNU libc.
1995-06-11 Richard Stallman <[email protected]>
@@ -227,7 +227,7 @@
* xterm.c (x_get_keysym_name): New function.
* keyboard.c (modify_event_symbol): Mask out high bits here,
and only for certain purposes. table_size now unsigned.
- (modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name.
+ (modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name.
(make_lispy_event): Don't mask high bits here.
Supply -1 as table_size for system-specific keys.
@@ -316,9 +316,9 @@
(Fexecute_extended_command, init_kboard, syms_of_keyboard):
Undo Feb 28 change; prefix arg handling is now in Lisp code again.
- * buffer.c: (syms_of_buffer): Doc fix.
+ * buffer.c (syms_of_buffer): Doc fix.
- * buffer.c: (Fbuffer_disable_undo): Make this function interactive.
+ * buffer.c (Fbuffer_disable_undo): Make this function interactive.
1995-06-07 Richard Stallman <[email protected]>
@@ -335,7 +335,7 @@
(ALL_CFLAGS): Insert $(TOOLKIT_DEFINES) here.
* xfns.c (syms_of_xfns): Provide motif in Motif version.
- * lisp.h: (Fwaiting_for_user_input_p): Function declared.
+ * lisp.h (Fwaiting_for_user_input_p): Function declared.
(Fupcase_initials, Fupcase_initials_region): Likewise.
(Fplist_get, get_local_map, Fx_popup_menu, Fx_popup_dialog): Likewise.
(Fframe_first_window): Likewise.
@@ -849,7 +849,7 @@
1995-05-07 Richard Stallman <[email protected]>
* process.c (wait_reading_process_input): Pass arg in new call to
- set_waiting_for_input.
+ set_waiting_for_input.
* xfns.c (Funfocus_frame): Check for live X frame.
@@ -1366,8 +1366,8 @@
1995-04-11 Roland McGrath <[email protected]>
* process.c (create_process): Set PROCESS's tty_name to Qnil when
- !PTY_FLAG, so Fprocess_tty_name returns nil for pipes as its
- docstring says.
+ !PTY_FLAG, so Fprocess_tty_name returns nil for pipes as its
+ docstring says.
1995-04-11 Richard Stallman <[email protected]>
@@ -1764,12 +1764,12 @@
* keyboard.c (kbd_buffer_get_event): Pass 0 for `insist' arg.
* m/intel386.h (C_SWITCH_SYSTEM): Don't #undef or define it.
- [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.
+ [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.
1995-03-26 Germano Caronni <[email protected]>
* ralloc.c (r_re_alloc): Correct realloc behavior--allow shrinking
- of blocks while reallocating, if shrinking by more than one page.
+ of blocks while reallocating, if shrinking by more than one page.
(relocate_blocs, resize_blocs): Added failsafe to protect future
calling of these routines when in frozen state.
(r_alloc_thaw): Added call to r_alloc_init.
@@ -1820,7 +1820,7 @@
* m/sparc.h: Don't include alloca.h if NOT_C_CODE.
* m/mips-siemens.h (UNEXEC): Override the definition.
- (LIBS_DEBUG, ORDINARY_LINK): Add #undefs.
+ (LIBS_DEBUG, ORDINARY_LINK): Add #undefs.
1995-03-22 Karl Heuer <[email protected]>
@@ -2334,7 +2334,7 @@
1995-02-14 Richard Stallman <[email protected]>
- * filelock.c: (unlock_buffer, unlock_all_files, Flock_buffer)
+ * filelock.c (unlock_buffer, unlock_all_files, Flock_buffer)
(Funlock_buffer): Use buffer's file_truename, not filename.
* buffer.c (syms_of_buffer): Set up Lisp var buffer-file-truename.
@@ -3107,7 +3107,7 @@
* lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame,
Lisp_Subr deleted.
- (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting.
+ (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting.
(PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors.
(WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise.
(FRAMEP, GC_FRAMEP): Likewise.
@@ -3461,7 +3461,7 @@
1994-11-19 Francesco Potortì <[email protected]>
- * lisp.h: (running_asynch_code): New global flag.
+ * lisp.h (running_asynch_code): New global flag.
* emacs.c (running_asynch_code): New global flag.
(main): Initialise it.
* process.c (read_process_output, exec_sentinel): Set and
@@ -3493,7 +3493,7 @@
1994-11-17 Karl Heuer <[email protected]>
- * lisp.h: (enum Lisp_Misc_Type): Rename Lisp_Vector to
+ * lisp.h (enum Lisp_Misc_Type): Rename Lisp_Vector to
Lisp_Vectorlike. Mark Lisp_Window_Configuration as obsolete.
(PSEUDOVECTOR_FLAG, PSEUDOVECTOR_SIZE_MASK, PVEC_BUFFER,
PVEC_PROCESS, PVEC_FRAME, PVEC_COMPILED, PVEC_WINDOW,
@@ -3645,7 +3645,7 @@
1994-11-14 Karl Heuer <[email protected]>
- * lisp.h: (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
+ * lisp.h (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
(enum Lisp_Type): Delete the corresponding enumeration from here.
(struct Lisp_Overlay): New structure.
(XOVERLAY, OVERLAYP): Access the new structure.
@@ -3711,7 +3711,7 @@
1994-11-11 Karl Heuer <[email protected]>
- * lisp.h: (enum Lisp_Misc_Type): Add new enumerations
+ * lisp.h (enum Lisp_Misc_Type): Add new enumerations
Lisp_Misc_Buffer_Local_Value and Lisp_Misc_Some_Buffer_Local_Value.
(enum Lisp_Type): Delete the corresponding enumerations from here.
(struct Lisp_Buffer_Local_Value): New structure.
@@ -3798,7 +3798,7 @@
* xfns.c (Fx_list_fonts): Don't bother to retrieve font info when
there's no size_ref to compare it against.
- * editfns.c: (Fdecode_time): Fix Lisp_Object vs. integer problems.
+ * editfns.c (Fdecode_time): Fix Lisp_Object vs. integer problems.
Don't use tm_gmtoff; it's not portable.
* lisp.h: Leave DEVICE_SEP undefined by default.
@@ -3955,7 +3955,7 @@
Use the return value of child_setup to get the child's pid;
don't call vfork etc. explicitly.
- * callproc.c [WINDOWSNT]: Add includes. Define NOMINMAX, _P_NOWAIT.
+ * callproc.c [WINDOWSNT]: Add includes. Define NOMINMAX, _P_NOWAIT.
(Vbinary_process_input, Vbinary_process_output)
(Qbuffer_file_type): Test DOS_NT, not MSDOS.
(syms_of_callproc): Test DOS_NT, not MSDOS.
@@ -4367,7 +4367,7 @@
(the_x_screen): Variable moved here.
(syms_of_xterm): Staticpro parts of the_x_screen.
* xfns.c (Fx_open_connection): Get dpyinfo from x_term_init.
- Don't set up atoms, xrdb here. Pass name as Lisp_Object.
+ Don't set up atoms, xrdb here. Pass name as Lisp_Object.
(the_x_screen): Variable moved to xterm.c.
(syms_of_xfns): Don't staticpro it here.
@@ -4511,7 +4511,7 @@
1994-10-19 Karl Heuer <[email protected]>
- * search.c: (searchbufs): New variable, replaces searchbuf and
+ * search.c (searchbufs): New variable, replaces searchbuf and
last_regexp and search_fastmap.
(syms_of_search): Initialize it.
(searchbuf_head): New variable.
@@ -4597,7 +4597,7 @@
* frame.h [!MULTI_FRAME]: We give up having selected_frame be
an always-zero integer variable. From now on it will be a
pointer to a `struct frame' just like in the MULTI_FRAME case.
- (selected_frame, last_nonminibuf_frame): use FRAME_PTR, not EMACS_INT.
+ (selected_frame, last_nonminibuf_frame): use FRAME_PTR, not EMACS_INT.
(XFRAME): Redefine to use the_only_frame.
(XSETFRAME): Define to set Lisp value.
(WINDOW_FRAME): Redefine to return Lisp value.
@@ -4640,7 +4640,7 @@
(the_only_x_display, x_current_display) [!HAVE_X_WINDOWS]: New
variables.
- * msdos.h: (XFontStruct, GC, Pixmap, Display, Window) [MSDOS_NO_X]:
+ * msdos.h (XFontStruct, GC, Pixmap, Display, Window) [MSDOS_NO_X]:
Dummy types.
(struct face, FACE_HAS_GC, FACE_GC, FACE_FOREGROUND, FACE_BACKGROUND,
FACE_FONT, FACE_STIPPLE, FACE_UNDERLINE_P) [MSDOS_NO_X]: Define like
@@ -4937,7 +4937,7 @@
(struct Lisp_Free): New structure.
(Lisp_Misc_Free): Type code for that structure.
* buffer.h (OVERLAY_POSITION): Marker assert now tests substructure.
- * alloc.c: (MARKER_BLOCK_SIZE, marker_block, marker_free_list):
+ * alloc.c (MARKER_BLOCK_SIZE, marker_block, marker_free_list):
Now refers to the superset type, not just markers.
(allocate_misc): New function, extracted from Fmake_marker.
(Fpurecopy): Check the substructure.
@@ -5185,7 +5185,7 @@
1994-10-02 Paul Reilly <[email protected]>
- * xfns.c: (HACK_EDITRES): Declare if using X11R5.
+ * xfns.c (HACK_EDITRES): Declare if using X11R5.
(widget_id_tick): New variable.
(x_any_window_to_frame): Use lw_window_is_in_menubar for
widget set independence.
@@ -7039,7 +7039,7 @@
1994-06-07 Richard Stallman ([email protected])
- * mips-siemens.h: Include pyramid.h, not mips.h.
+ * mips-siemens.h: Include pyramid.h, not mips.h.
(LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted.
(NO_ARG_ARRAY, HAVE_ALLOCA): Defined.
(BROKEN_FIONREAD): Add #undef.
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index 9146a6465a..fc4f2d4ad3 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -319,7 +319,7 @@
* lisp.h (Ftop_level): Add prototype.
- * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
+ * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
(XTread_socket): Improve style of comments to follow other
comments.
@@ -1496,7 +1496,7 @@
* coding.c (setup_coding_system): Don't do any designation based
on reg_bits if charset is not yet defined.
- * lisp.h (XVECTOR): Verify correct object type before returning a
+ * lisp.h (XVECTOR): Verify correct object type before returning a
pointer, using eassert.
2001-07-17 Gerd Moellmann <[email protected]>
@@ -1752,7 +1752,7 @@
creating the directory might signal an error, and leaves
Emacs in a strange state.
- * term.c: (tty_cursor_hidden): New variable.
+ * term.c (tty_cursor_hidden): New variable.
(update_begin): Don't call tty_hide_cursor. Clean up.
(update_end, set_terminal_window, set_scroll_region): Clean up.
(ring_bell, reset_terminal_modes): Clean up.
@@ -3109,7 +3109,7 @@
* w32term.c (w32_encode_char): Treat eight bit graphic and control
characters the same as ASCII and latin-1.
- (x_display_and_set_cursor): Check for the focus frame's selected
+ (x_display_and_set_cursor): Check for the focus frame's selected
window instead of selected_window.
(x_after_update_window_line): Don't clear if frame's internal
border width is zero.
@@ -3896,7 +3896,7 @@
2001-01-07 Dave Love <[email protected]>
- * keyboard.c (Fread_key_sequence_vector): Avoid newline in
+ * keyboard.c (Fread_key_sequence_vector): Avoid newline in
arglist, for documentation's sake.
2001-01-06 Andrew Innes <[email protected]>
@@ -4180,7 +4180,7 @@
what's displayed in the window.
* xdisp.c (try_window_reusing_current_matrix)
- <new start <= old start>: Disable rows in the current matrix
+ <new start <= old start>: Disable rows in the current matrix
which are below the window after scrolling.
* xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
@@ -5004,7 +5004,7 @@
the metrics of BDF fonts.
(x_estimate_mode_line_height): If `mode-line' face
hasn't a font, use that of the frame, as drawing glyphs does.
- (note_mouse_highlight): Change the cursor shape on the vertical
+ (note_mouse_highlight): Change the cursor shape on the vertical
border between windows [not enabled].
* w32term.h (struct w32_output): Add member horizontal_drag_cursor.
@@ -5480,7 +5480,7 @@
* lisp.h (pos_visible_p): Change prototype.
* dispextern.h (CURRENT_MODE_LINE_HEIGHT)
- (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
+ (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
and current_header_line_height first.
(current_mode_line_height, current_header_line_height):
Declare extern.
@@ -6683,7 +6683,7 @@
(create_offscreen_bitmap): New function.
(w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
- * w32term.c (x_produce_glyphs): If the distance from the current
+ * w32term.c (x_produce_glyphs): If the distance from the current
position to the next tab stop is less than a canonical character
width, use the tab stop after that.
(x_draw_glyphs): Handle case START and END are out of bounds more
@@ -7536,7 +7536,7 @@
CYCLE_CHECK arguments.
(merge_face_vector_with_property, Finternal_merge_in_global_face)
(lookup_named_face, lookup_derived_face, realize_named_face)
- (face_at_string_position, face_at_buffer_position): Supply
+ (face_at_string_position, face_at_buffer_position): Supply
new F and CYCLE_CHECK arguments to merge_face_vectors.
(merge_face_heights): New function.
(merge_face_vectors, merge_face_vector_with_property)
@@ -7826,7 +7826,7 @@
(x_compute_glyph_string_overhangs): Incomplete body removed, as
the X way of doing this will not work for W32.
(w32_intersect_rectangles): Removed. Use IntersectRect API call.
- (x_draw_image_foreground): Avoid drawing outside of the clip area
+ (x_draw_image_foreground): Avoid drawing outside of the clip area
when image doesn't have a mask.
(note_mouse_highlight): Process overlays in the right order of
priority. Set help_echo_window.
@@ -10156,7 +10156,7 @@
(encode_coding_string): Likewise.
* ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
- <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
+ <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
eight-bit-graphic correctly.
2000-05-24 Kenichi HANDA <[email protected]>
@@ -12812,7 +12812,7 @@
(xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
(xim_initialize, xim_close)
[HAVE_X_I18N && HAVE_X11R6]: New functions.
- (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
+ (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
(x_term_init) [HAVE_X_I18N]: Call xim_initialize.
(x_delete_display) [HAVE_X_I18N]: Call xim_close.
@@ -13029,7 +13029,7 @@
2000-01-19 Dave Love <[email protected]>
- * lread.c: (syms_of_lread) [user-init-file]: Doc change.
+ * lread.c (syms_of_lread) [user-init-file]: Doc change.
2000-01-18 Kenichi Handa <[email protected]>