emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog.4,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.4,v
Date: Tue, 10 Jun 2008 00:22:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/06/10 00:22:48

Index: ChangeLog.4
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog.4,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- ChangeLog.4 7 May 2008 02:55:58 -0000       1.10
+++ ChangeLog.4 10 Jun 2008 00:22:47 -0000      1.11
@@ -522,9 +522,9 @@
        * floatfns.c: Don't guard DOMAIN && SING && OVERFLOW check by
        an #ifndef MSDOS.
 
-1994-05-06  Francesco Potorti`  (address@hidden)
+1994-05-06  Francesco Potortì  (address@hidden)
 
-       * m/delta.h: (SYSTEM_MALLOC): deleted.  The problem isn't there.
+       * m/delta.h (SYSTEM_MALLOC): Deleted.  The problem isn't there.
 
 1994-05-06  Richard Stallman  (address@hidden)
 
@@ -626,9 +626,9 @@
        x_destroy_window): Use row/col instead of buffer position to keep
        track of highlighted area.
 
-1994-05-02  Francesco Potorti`  (address@hidden)
+1994-05-02  Francesco Potortì  (address@hidden)
 
-       * m/delta.h: (SYSTEM_MALLOC): Defined, since GNU malloc does not work.
+       * m/delta.h (SYSTEM_MALLOC): Defined, since GNU malloc does not work.
        (BCOPY_UPWARD_SAFE): Defined to 0 for the Green Hills compiler.
 
 1994-05-02  Richard Stallman  (address@hidden)
@@ -674,9 +674,9 @@
 
 1994-04-30  Paul Reilly  (address@hidden)
 
-       * s/dgux5-4R3.h: new file.
+       * s/dgux5-4R3.h: New file.
 
-       * s/dgux5-4R2.h: new file.
+       * s/dgux5-4R2.h: New file.
 
        * s/dgux.h (SVR4): Make conditional on ELF environment.
        (INTERRUPT_INPUT, ORDINARY_LINK): Set by default.
@@ -757,10 +757,10 @@
        Don't expect register %gs to survive calls to other functions
        (just to be safe, %gs will survive at present).
 
-       * keyboard.c (make_lispy_movement): if HAVE_MOUSE then include
+       * keyboard.c (make_lispy_movement): If HAVE_MOUSE then include
        the mouse handling code.
-       * msdos.c (glyph_to_pixel_coords, pixel_to_glyph_coords) new
-       functions imitating those in xterm.c.
+       * msdos.c (glyph_to_pixel_coords, pixel_to_glyph_coords):
+       New functions imitating those in xterm.c.
 
        * s/msdos.h (getppid): Definition deleted.
 
@@ -1019,9 +1019,9 @@
        * xfns.c (x_window): Test FRAME_EXTERNAL_MENU_BAR
        to decide on calling initialize_frame_menubar.
 
-1994-04-20  Francesco Potorti`  (address@hidden)
+1994-04-20  Francesco Potortì  (address@hidden)
 
-       * m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined.
+       * m/delta.h (HAVE_SOCKETS): Defined if HAVE_INET_SOCKETS is defined.
 
 1994-04-20  Richard Stallman  (address@hidden)
 
@@ -1072,7 +1072,7 @@
 
 1994-04-18  Karl Heuer  (address@hidden)
 
-       * config.h.in: (EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
+       * config.h.in (EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
 
 1994-04-18  Richard Stallman  (address@hidden)
 
@@ -1174,7 +1174,7 @@
 
        * keyboard.c (read_avail_input): Fix comment delimiter.
 
-       * m/pmax.h (C_SWITCH_X_MACHINE): add -DNeedVarargsPrototypes=0.
+       * m/pmax.h (C_SWITCH_X_MACHINE): Add -DNeedVarargsPrototypes=0.
 
 1994-04-14  Karl Heuer  (address@hidden)
 
@@ -1359,7 +1359,7 @@
        * buffer.h (Vafter_change_functions, Vbefore_change_functions):
        Declared.
 
-       * insdel.c (before_change_functions_restore):
+       * insdel.c (before_change_functions_restore)
        (after_change_functions_restore): New functions.
        (signal_before_change): Handle Vbefore_change_functions.
        (signal_after_change): Handle Vafter_change_functions.
@@ -1864,7 +1864,7 @@
 
 1994-03-22  Richard Stallman  (address@hidden)
 
-       * keymap.c: (where_is_string, Fwhere_is): Deleted.
+       * keymap.c (where_is_string, Fwhere_is): Deleted.
        (syms_of_keymap): Corresponding changes.
 
 1994-03-22  Karl Heuer  (address@hidden)
@@ -2011,8 +2011,8 @@
 
 1994-03-16  Morten Welinder  (address@hidden)
 
-       * fileio.c (Ffile_modes) [MSDOS]: set exec-bit based on file suffix.
-       * s/msdos.h: use bcopy when moving gap.
+       * fileio.c (Ffile_modes) [MSDOS]: Set exec-bit based on file suffix.
+       * s/msdos.h: Use bcopy when moving gap.
 
 1994-03-16  Karl Heuer  (address@hidden)
 
@@ -2290,8 +2290,8 @@
        (xmenu_show): No need to check a second time whether the mouse has
        moved to another menu bar item. This slows down execution.
 
-       * widget.c (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use
-       XtVaSetValues for geometry management.
+       * widget.c (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest.
+       Use XtVaSetValues for geometry management.
 
 1994-03-04  Roland McGrath  (address@hidden)
 
@@ -3014,13 +3014,13 @@
        (otherobj): Use widgetobj.
        (XOBJ): Undo previous change.
 
-1994-01-25  Francesco Potorti`  (address@hidden)
+1994-01-25  Francesco Potortì  (address@hidden)
 
         * m/delta.h (HAVE_BCOPY): undef'd for efficiency.
         (bcopy, bzero, bcmp): define'd for efficiency.
         (GAP_USE_BCOPY, BCOPY_DOWNWARD_SAFE): define'd for GHc compiler.
 
-1994-01-24  Francesco Potorti`  (address@hidden)
+1994-01-24  Francesco Potortì  (address@hidden)
 
        * m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): Defined if X is used.
        (HAVE_XSCREENNUMBEROFSCREEN): Defined if X is used.
@@ -3334,7 +3334,7 @@
 
 1994-01-08  Morten Welinder  (address@hidden)
 
-       * keyboard.c (interrupt_signal) [MSDOS]: write explicit CRs since
+       * keyboard.c (interrupt_signal) [MSDOS]: Write explicit CRs since
        stdout has been made binary.  Start at the top of the screen since
        the internal terminal otherwise will write "below the screen."
 
@@ -3375,7 +3375,7 @@
 
        * cmds.c (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert.
 
-       * data.c (Frem) [MSDOS]: use `fmod', not `drem'.  Put in config.h?
+       * data.c (Frem) [MSDOS]: Use `fmod', not `drem'.  Put in config.h?
 
        * dired.c [MSDOS]: #include <dirent.h> instead of <sys/dir.h>.  Avoid
        some external definitions.
@@ -3420,7 +3420,7 @@
        * mem-limits.h [MSDOS] (get_lim_data): Use go32 call.
 
        * sysdep.c [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and
-       <sys/param.h> needed for the following changes, but not <sys/ioctl.h>
+       <sys/param.h> needed for the following changes, but not <sys/ioctl.h>.
        (discard_tty_input) [MSDOS]: Do it by reading till no more keys
        available.
        (init_baud_rate) [MSDOS]: Assume highest possible speed.
@@ -3434,7 +3434,7 @@
        (select) [MSDOS]: Don't use signals, use sleeping.
        (init_sys_modes) [MSDOS]: Initialize internal terminal.
 
-       * systty.h [MSDOS]: don't #include <sgtty.h>.  We haven't got it.
+       * systty.h [MSDOS]: Don't #include <sgtty.h>.  We haven't got it.
        Declare dummy main field.  Don't ever use TABs.
 
        * termcap.c (tgetent) [INTERNAL_TERMINAL]: Fake internal terminal
@@ -3652,11 +3652,11 @@
 
        * xterm.c (XTread_socket): Handle a bunch more dead keys.
 
-1993-12-22  Francesco Potorti`  (address@hidden)
+1993-12-22  Francesco Potortì  (address@hidden)
 
-       * m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.
-       (HAVE_UNISTD_H): deleted because configure takes care of it.
-       (C_SWITCH_MACHINE): added optimisation options for gnu cc.
+       * m/delta.h (BROKEN_CLOSEDIR): Added because closedir is interruptible.
+       (HAVE_UNISTD_H): Deleted because configure takes care of it.
+       (C_SWITCH_MACHINE): Added optimisation options for gnu cc.
 
 1993-12-17  Mike Long  (address@hidden)
 
@@ -3811,7 +3811,7 @@
        definition for the GNU C library.  I changed this in version 18 in
        1991, but the change never got propagated.
 
-1993-12-07  (address@hidden)
+1993-12-07  Paul Reilly  (address@hidden)
 
        * s/dgux.h (SYSV4_PTYS): Remove.
        (SIGNALS_VIA_CHARACTERS): Defined.
@@ -3880,7 +3880,7 @@
        * fileio.c (Fread_file_name): If defalt is nil and user tries to use
        it, signal an error.
 
-       * lisp.h (DEFUN_ARGS_MANY, DEFUN_ARGS_UNEVALLED, DEFUN_ARGS_0,...):
+       * lisp.h (DEFUN_ARGS_MANY, DEFUN_ARGS_UNEVALLED, DEFUN_ARGS_0, ...):
        New macros.
        (DEFUN) [__STDC__]: Use those macros.
 
@@ -4557,7 +4557,7 @@
        instead of dup2.  Use the existing X desc number in fcntl calls.
        * xterm.c (XTread_socket): Don't forget to clear out `mask'.
 
-1993-09-08  Francesco Potorti`  (address@hidden)
+1993-09-08  Francesco Potortì  (address@hidden)
 
        * filelock.c (fill_in_lock_short_file_name): Fix the crc
        generation algorithm.
@@ -5130,7 +5130,7 @@
 
        * dispnew.c (Fsleep_for): If arg is 0, return right away.
 
-1993-07-26  Francesco Potorti`  (address@hidden)
+1993-07-26  Francesco Potortì  (address@hidden)
 
        * m/delta.h (SWITCH_ENUM_BUG): Defined only for AT&T's pcc.
        (BSTRING): Deleted because they are stubs to the memory funcs.
@@ -6591,7 +6591,7 @@
        in a vertical split.  Adjust the hight counter to the top.
        (x_set_menu_bar_lines): Don't change overall frame height.
 
-1993-06-04  Francesco Potorti`  (address@hidden)
+1993-06-04  Francesco Potortì  (address@hidden)
 
        * filelock.c (MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
        different space and calls fill_in_lock_short_file_name.
@@ -6640,7 +6640,7 @@
        * xfaces.c: Test XOS_NEEDS_TIME_H, not HPUX, for including time.h.
        * s/sol2.h, s/hpux.h (XOS_NEEDS_TIME_H): Defined.
 
-1993-06-02  Francesco Potorti`  (address@hidden)
+1993-06-02  Francesco Potortì  (address@hidden)
 
        * ymakefile (alloca.o): Use temp names allocax.o, allocax.s
 
@@ -6903,6 +6903,10 @@
 
 See ChangeLog.3 for earlier changes.
 
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
     Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
        Free Software Foundation, Inc.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]