diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 018d4d1c418..fab6d2034cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -737,7 +737,7 @@ | |||
| 737 | (Frename_file): Preserve selinux context when renaming by copy-file. | 737 | (Frename_file): Preserve selinux context when renaming by copy-file. |
| 738 | 738 | ||
| 739 | 2010-04-21 Juanma Barranquero <lekktu@gmail.com> | 739 | 2010-04-21 Juanma Barranquero <lekktu@gmail.com> |
| 740 | Eli Zaretskii <eliz@gnu.org> | 740 | Eli Zaretskii <eliz@gnu.org> |
| 741 | 741 | ||
| 742 | Don't depend on cm.c or termcap.c on Windows, use stubs. | 742 | Don't depend on cm.c or termcap.c on Windows, use stubs. |
| 743 | * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). | 743 | * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). |
| @@ -8928,7 +8928,7 @@ | |||
| 8928 | <after-change-functions>: Reflow docstrings. | 8928 | <after-change-functions>: Reflow docstrings. |
| 8929 | 8929 | ||
| 8930 | 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> | 8930 | 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 8931 | Ken Raeburn <raeburn@gnu.org> | 8931 | Ken Raeburn <raeburn@gnu.org> |
| 8932 | 8932 | ||
| 8933 | Dock menu customization, based on a patch by Ken Raeburn, plus some | 8933 | Dock menu customization, based on a patch by Ken Raeburn, plus some |
| 8934 | other fixes. | 8934 | other fixes. |
| @@ -9993,7 +9993,7 @@ | |||
| 9993 | batch-compiling for bootstrap). | 9993 | batch-compiling for bootstrap). |
| 9994 | 9994 | ||
| 9995 | 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) | 9995 | 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) |
| 9996 | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9996 | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 9997 | 9997 | ||
| 9998 | (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- | 9998 | (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- |
| 9999 | fix crash due to different init order. | 9999 | fix crash due to different init order. |
| @@ -10611,7 +10611,7 @@ | |||
| 10611 | (USG_SHARED_LIBRARIES): Remove duplicate definition. | 10611 | (USG_SHARED_LIBRARIES): Remove duplicate definition. |
| 10612 | 10612 | ||
| 10613 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> | 10613 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> |
| 10614 | Eli Zaretskii <eliz@gnu.org> | 10614 | Eli Zaretskii <eliz@gnu.org> |
| 10615 | 10615 | ||
| 10616 | * makefile.w32-in (LOCAL_FLAGS): | 10616 | * makefile.w32-in (LOCAL_FLAGS): |
| 10617 | Don't include WINDOWSNT, DOS_NT and _UCHAR_T. | 10617 | Don't include WINDOWSNT, DOS_NT and _UCHAR_T. |
| @@ -10859,7 +10859,7 @@ | |||
| 10859 | the property of LFACE_FONT of LFACE (if any). | 10859 | the property of LFACE_FONT of LFACE (if any). |
| 10860 | 10860 | ||
| 10861 | 2008-06-21 Seiji Zenitani <zenitani@mac.com> | 10861 | 2008-06-21 Seiji Zenitani <zenitani@mac.com> |
| 10862 | Ryo Yoshitake <ryo@shiftmode.net> | 10862 | Ryo Yoshitake <ryo@shiftmode.net> |
| 10863 | 10863 | ||
| 10864 | * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. | 10864 | * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. |
| 10865 | 10865 | ||
| @@ -11955,7 +11955,7 @@ | |||
| 11955 | * xterm.c (x_set_frame_alpha): Move declarations before statements. | 11955 | * xterm.c (x_set_frame_alpha): Move declarations before statements. |
| 11956 | 11956 | ||
| 11957 | 2008-05-21 Seiji Zenitani <zenitani@mac.com> | 11957 | 2008-05-21 Seiji Zenitani <zenitani@mac.com> |
| 11958 | Ryo Yoshitake <ryo@shiftmode.net> | 11958 | Ryo Yoshitake <ryo@shiftmode.net> |
| 11959 | 11959 | ||
| 11960 | * frame.c (Qalpha): Add a new frame parameter `alpha'. | 11960 | * frame.c (Qalpha): Add a new frame parameter `alpha'. |
| 11961 | (Vframe_alpha_lower_limit): New variable. | 11961 | (Vframe_alpha_lower_limit): New variable. |