X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ecae6af979abcbb5b45c33ee05ceb297678ec9a0..7087d5e9af41c8835c3a5090bd8e2c6893685466:/src/ChangeLog.5 diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index 386dee3392..2e3f668884 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 @@ -730,7 +730,7 @@ * keyboard.c (syms_of_keyboard): Always define track-mouse. (do_mouse_tracking): Always declare this var. -1995-05-15 Marcus Daniels +1995-05-15 Marcus G. Daniels * s/linux.h: Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H. [__ELF__] (START_FILES, LIB_STANDARD, LIB_GCC, UNEXEC): Define these. @@ -811,7 +811,7 @@ * emacs.c (Fdump_emacs): Don't use & before my_edata. -1995-05-08 Francesco Potorti` (pot@cnuce.cnr.it) +1995-05-08 Francesco Potortì (pot@cnuce.cnr.it) * m/delta.h (C_SWITCH_MACHINE): Let configure decide if this is a 68040 or 68030. Don't condition on __STDC__. @@ -1586,7 +1586,7 @@ Use XMISCTYPE instead of that. * alloc.c (Fmake_marker, mark_object): Use XMISCTYPE. - (clear_marks, gc_sweep): Use u_marker union elt to extrat misc type. + (clear_marks, gc_sweep): Use u_marker union elt to extract misc type. * lread.c (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard) (defvar_per_buffer): Use XMISCTYPE. @@ -1789,7 +1789,7 @@ * textprop.c (Fnext_property_change): Fix previous change. -1995-03-23 Kevin Rodgers (tiny change) +1995-03-23 Kevin Rodgers (tiny change) * print.c (temp_output_buffer_setup): (Re)set the default directory of the temp buffer to that of the current buffer. @@ -2816,7 +2816,7 @@ * lisp.h (SWITCH_ENUM_CAST): New macro. * alloc.c, data.c, keyboard.c, syntax.c, xdisp.c: Change all - occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. + occurrences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. 1995-01-18 Richard Stallman @@ -3416,7 +3416,7 @@ * search.c (search_regs_saved): Don't initialize; it dumps as pure. -1994-11-24 Francesco Potorti` +1994-11-24 Francesco Potortì * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, because the compiler shipped with R3V7 is not stable. @@ -3446,7 +3446,7 @@ * s/aix3-1.h (AIXHFT): Define. * m/ibmrs6000.h (OBJECTS_MACHINE): Define only if AIXHFT. - * sysdep.c (init_sys_modes): Tes AIXHFT, not AIX. + * sysdep.c (init_sys_modes): Test AIXHFT, not AIX. (reset_sys_modes): Test AIXHFT. (hft_init, hft_reset): Test AIXHFT, not AIX. @@ -3459,7 +3459,7 @@ * config.h.in: Add #undefs for --with-pop, --with-kerberos, and --with-hesiod. -1994-11-19 Francesco Potorti` +1994-11-19 Francesco Potortì * lisp.h: (running_asynch_code): New global flag. * emacs.c (running_asynch_code): New global flag. @@ -3550,7 +3550,7 @@ pass its buffer. (display_text_line): Likewise. -1994-11-16 Francesco Potorti` (pot@cnuce.cnr.it) +1994-11-16 Francesco Potortì (pot@cnuce.cnr.it) * Makefile.in.in (TAGS): The new etags allows tagging DEFVARs. @@ -3830,7 +3830,7 @@ (display_mode_line): Unset the var. (decode_mode_spec): Set the var if %c was seen. -1994-10-30 voelker +1994-10-30 Geoff Voelker * makefile.nt: New file. * nt.c, nt.h: New files. @@ -3919,7 +3919,7 @@ (Finsert_file_types): Test DOS_NT instead of MSDOS. Rename local var try to trytry. - * fileio.c (Fadd_name_to_file): Wlways fail. + * fileio.c (Fadd_name_to_file): Always fail. (Frename_file) [WINDOWSNT]: Use MoveFile, not link and unlink, and check for both ERROR_FILE_EXISTS and ERROR_ALREADY_EXISTS. (Fmake_directory_internal) [WINDOWSNT]: Invoke mkdir without the mask. @@ -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. Defone 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. @@ -4314,7 +4314,7 @@ * buffer.c (list_buffers_1): Always mark current_buffer read-only. -1994-10-20 Fred Pierresteguy +1994-10-20 Frederic Pierresteguy * m/dpx2.h (LD_SWITCH_MACHINE): Defined. @@ -4406,7 +4406,7 @@ * xterm.h (XDISPLAY): Macro deleted. (XFlushQueue): Macro deleted. All callers changed. - (DISPLAY_SCREEN_ARG): Maco deleted. + (DISPLAY_SCREEN_ARG): Macro deleted. (DISPLAY_CELLS): Macro deleted. (WINDOWINFO_TYPE): Macro deleted. @@ -4587,7 +4587,7 @@ (Fframep #2) [MSDOS]: Return 'pc for when termcap is not used. (Fmouse_position #2) [HAVE_MOUSE]: Return useful information. (Fframe_parameters #2): Show "font" as "default". - (Fframe_parameters #2) [MSDOS]: Show fore- and background colours. + (Fframe_parameters #2) [MSDOS]: Show fore- and background colors. (Fmodify_frame_parameters #2) [MSDOS]: Call IT_set_frame_parameters. (Fframe_list #2): New stub function. (syms_of_frame #2): defsubr frame_list. @@ -4671,7 +4671,7 @@ * sysdep.c (init_sys_modes): Make sure that internal_terminal_init is only called once. (init_sys_modes, reset_sys_modes) [HAVE_X_WINDOWS]: Add conditional. - (reset_sys_modes) [MSDOS]: Change to MSDOG's default colours. + (reset_sys_modes) [MSDOS]: Change to MSDOG's default colors. (kbd_input_ast): Use just XSETFRAME. * window.c (init_window_once) [!MULTI_FRAME]: Set selected_frame and @@ -4691,7 +4691,7 @@ stubs. (load_color) [MSDOS && !HAVE_X_WINDOWS]: Special version. (Fset_face_attribute_internal) [MSDOS && !HAVE_X_WINDOWS]: Stubify - font setting, mask away 0x08 (the blink bit) from background colour. + font setting, mask away 0x08 (the blink bit) from background color. (syms_of_xfaces) [!HAVE_X_WINDOWS]: Don't defsubr Spixmap_spec_p. (Fmake_face_internal): Use FOR_EACH_FRAME. (init_frame_faces): Guard multi-frame stuff with MULTI_FRAME. @@ -5279,7 +5279,7 @@ * window.c (syms_of_window): Doc fix. -1994-09-26 Fred Pierresteguy +1994-09-26 Frederic Pierresteguy * m/dpx2.h (POSIX_SIGNALS): Define it. (sigsetmask): Add #undef. @@ -6837,7 +6837,7 @@ * s/sol2.h (GETTIMEOFDAY_ONE_ARGUMENT): Undo previous change. -1994-06-18 Francesco Potorti` (pot@fly.cnuce.cnr.it) +1994-06-18 Francesco Potortì (pot@fly.cnuce.cnr.it) * m/delta.h (memmove): switch the first two args. @@ -7144,7 +7144,11 @@ See ChangeLog.4 for earlier changes. - Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Local Variables: +;; coding: utf-8 +;; End: + + Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.