diff options
| author | Paul Eggert | 2011-05-22 17:09:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-22 17:09:23 -0700 |
| commit | af3d522ffbf83826f80ab8f6d811e19e97c37384 (patch) | |
| tree | 4f3d6047a2e0a30c8374f2da5e02858b0129edac /src/ChangeLog | |
| parent | 37910ab2514f67d12c5b20b63ec6333c02df43c1 (diff) | |
| parent | 7400048f602459209e89da4680ed9cc351ace4ee (diff) | |
| download | emacs-af3d522ffbf83826f80ab8f6d811e19e97c37384.tar.gz emacs-af3d522ffbf83826f80ab8f6d811e19e97c37384.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b74d831d707..74f0bd52a5d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -22,8 +22,6 @@ | |||
| 22 | 22 | ||
| 23 | * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN. | 23 | * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN. |
| 24 | 24 | ||
| 25 | 2011-05-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 26 | |||
| 27 | * data.c: Avoid integer truncation in expressions involving floats. | 25 | * data.c: Avoid integer truncation in expressions involving floats. |
| 28 | * data.c: Include <intprops.h>. | 26 | * data.c: Include <intprops.h>. |
| 29 | (arith_driver): When there's an integer overflow in an expression | 27 | (arith_driver): When there's an integer overflow in an expression |
| @@ -33,8 +31,6 @@ | |||
| 33 | most-negative-fixnum 0.5) should yield about -4.6e+18, not zero. | 31 | most-negative-fixnum 0.5) should yield about -4.6e+18, not zero. |
| 34 | Do not rely on undefined behavior after integer overflow. | 32 | Do not rely on undefined behavior after integer overflow. |
| 35 | 33 | ||
| 36 | 2011-05-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 37 | |||
| 38 | merge count_size_as_multibyte, parse_str_to_multibyte | 34 | merge count_size_as_multibyte, parse_str_to_multibyte |
| 39 | * character.c, character.h (count_size_as_multibyte): | 35 | * character.c, character.h (count_size_as_multibyte): |
| 40 | Renamed from parse_str_to_multibyte; all uses changed. | 36 | Renamed from parse_str_to_multibyte; all uses changed. |
| @@ -44,6 +40,40 @@ | |||
| 44 | a character than a buffer op, so better that it's in character.c. | 40 | a character than a buffer op, so better that it's in character.c. |
| 45 | * fns.c, print.c: Adjust to above changes. | 41 | * fns.c, print.c: Adjust to above changes. |
| 46 | 42 | ||
| 43 | 2011-05-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 44 | |||
| 45 | * gnutls.c: Remove unused macros. | ||
| 46 | (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function): | ||
| 47 | (fn_gnutls_transport_set_push_function) [!WINDOWSNT]: | ||
| 48 | Remove macros that are defined and never used. | ||
| 49 | Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14). | ||
| 50 | |||
| 51 | 2011-05-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 52 | |||
| 53 | * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS. | ||
| 54 | (Fx_get_selection_internal): Minor cleanup. | ||
| 55 | (Fx_own_selection_internal): Rename arguments for consistency with | ||
| 56 | select.el. | ||
| 57 | |||
| 58 | 2011-05-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 59 | |||
| 60 | * xselect.c (QSAVE_TARGETS): New static var, to fix build failure. | ||
| 61 | |||
| 62 | 2011-05-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 63 | |||
| 64 | * xselect.c (syms_of_xselect): Include character.h; use DEFSYM. | ||
| 65 | |||
| 66 | 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 67 | |||
| 68 | * dispnew.c (scrolling_window): Don't exclude the case that the | ||
| 69 | last enabled row in the desired matrix touches the bottom boundary. | ||
| 70 | |||
| 71 | 2011-05-21 Glenn Morris <rgm@gnu.org> | ||
| 72 | |||
| 73 | * Makefile.in ($(etc)/DOC): Make second command line even shorter. | ||
| 74 | (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion, | ||
| 75 | and add some more files. | ||
| 76 | |||
| 47 | 2011-05-20 Eli Zaretskii <eliz@gnu.org> | 77 | 2011-05-20 Eli Zaretskii <eliz@gnu.org> |
| 48 | 78 | ||
| 49 | * callproc.c (Fcall_process) [MSDOS]: Fix arguments to | 79 | * callproc.c (Fcall_process) [MSDOS]: Fix arguments to |