diff options
| author | Andreas Schwab | 2010-06-10 00:08:50 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-06-10 00:08:50 +0200 |
| commit | 639b2760f19231881f753c8f1f7822eab457c751 (patch) | |
| tree | e18ffb6ca9d3ed2ad8cf2e38de2caa44e52efaaa /src/ChangeLog | |
| parent | c1b1acc2f7a3b658407afe4562a88ea8c62671d9 (diff) | |
| parent | e454a4a330cc6524cf0d2604b4fafc32d5bda795 (diff) | |
| download | emacs-639b2760f19231881f753c8f1f7822eab457c751.tar.gz emacs-639b2760f19231881f753c8f1f7822eab457c751.zip | |
Merge from emacs-23
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 070ce4d308e..e0893099005 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,21 @@ | |||
| 1 | 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string. | ||
| 4 | Check `object's type before accessing its guts. | ||
| 5 | |||
| 1 | 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * s/usg5-4.h: Fix previous change. | 8 | * s/usg5-4.h: Fix previous change. |
| 4 | Suggested by Lawrence Mitchell <wence@gmx.li> | 9 | Suggested by Lawrence Mitchell <wence@gmx.li> |
| 5 | 10 | ||
| 11 | 2010-06-08 Andreas Schwab <schwab@linux-m68k.org> | ||
| 12 | |||
| 13 | * minibuf.c (Fall_completions): Add more checks. | ||
| 14 | |||
| 15 | 2010-06-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 16 | |||
| 17 | * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378). | ||
| 18 | |||
| 6 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> | 19 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | 20 | ||
| 8 | * lread.c (X_OK): Remove, unused. | 21 | * lread.c (X_OK): Remove, unused. |
| @@ -74,6 +87,15 @@ | |||
| 74 | * w32proc.c (CORRECT_DIR_SEPS): Remove. | 87 | * w32proc.c (CORRECT_DIR_SEPS): Remove. |
| 75 | (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename. | 88 | (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename. |
| 76 | 89 | ||
| 90 | 2010-06-03 Andreas Schwab <schwab@linux-m68k.org> | ||
| 91 | |||
| 92 | * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 | ||
| 93 | address. (Bug#6346) | ||
| 94 | |||
| 95 | 2010-06-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 96 | |||
| 97 | * ccl.c (Fccl_program_p): Fix typo in docstring. | ||
| 98 | |||
| 77 | 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> | 99 | 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 78 | 100 | ||
| 79 | Move UNEXEC definition to autoconf. | 101 | Move UNEXEC definition to autoconf. |