diff options
| author | Paul Eggert | 2011-08-29 13:06:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-29 13:06:52 -0700 |
| commit | 1a091fbc08faa3bab85e74f7fac72a955600a8f6 (patch) | |
| tree | e3f3a5700086aef93d027590c497ccac14b0e696 /src/ChangeLog | |
| parent | c43c8a6af9f6877b97c1f9a88e361456775cb88b (diff) | |
| parent | b31b81a53a0908e16360003c0218dadba897f449 (diff) | |
| download | emacs-1a091fbc08faa3bab85e74f7fac72a955600a8f6.tar.gz emacs-1a091fbc08faa3bab85e74f7fac72a955600a8f6.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d38d2df6b8c..9f86c42d43b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -101,6 +101,40 @@ | |||
| 101 | 101 | ||
| 102 | * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF. | 102 | * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF. |
| 103 | 103 | ||
| 104 | 2011-08-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 105 | |||
| 106 | * image.c (parse_image_spec): Check for nonnegative, not for positive, | ||
| 107 | when checking :margin (Bug#9390). | ||
| 108 | (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR): | ||
| 109 | Renamed from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, | ||
| 110 | so that the name doesn't mislead. All uses changed. | ||
| 111 | |||
| 112 | 2011-08-28 Johan Bockgård <bojohan@gnu.org> | ||
| 113 | |||
| 114 | * term.c (init_tty) [HAVE_GPM]: Move mouse settings after | ||
| 115 | set_tty_hooks. | ||
| 116 | |||
| 117 | 2011-08-27 Eli Zaretskii <eliz@gnu.org> | ||
| 118 | |||
| 119 | * xdisp.c (move_it_to): Don't bail out early when reaching | ||
| 120 | position beyond to_charpos, if we are scanning backwards. | ||
| 121 | (move_it_vertically_backward): When DY == 0, make sure we get to | ||
| 122 | the first character in the line after the newline. | ||
| 123 | |||
| 124 | 2011-08-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 125 | |||
| 126 | * ccl.c: Improve and simplify overflow checking (Bug#9196). | ||
| 127 | (ccl_driver): Do not generate an out-of-range pointer. | ||
| 128 | (Fccl_execute_on_string): Remove unnecessary check for | ||
| 129 | integer overflow, noted by Stefan Monnier in | ||
| 130 | <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>. | ||
| 131 | Remove a FIXME that didn't need fixing. | ||
| 132 | Simplify the newly-introduced buffer reallocation code. | ||
| 133 | |||
| 134 | 2011-08-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 135 | |||
| 136 | * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. | ||
| 137 | |||
| 104 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> | 138 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> |
| 105 | 139 | ||
| 106 | Integer and memory overflow issues (Bug#9196). | 140 | Integer and memory overflow issues (Bug#9196). |