aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-11-05 23:11:04 -0500
committerStefan Monnier2013-11-05 23:11:04 -0500
commit94ae2ad44cfd711c836e0fbd86b9e133724482d5 (patch)
treea7ecfb60f2bd55f60bf5c5fe3d5e49c12e846ac4 /src/ChangeLog
parentfeca4e2db9d9dd539b09da9c19f49865952b184d (diff)
downloademacs-94ae2ad44cfd711c836e0fbd86b9e133724482d5.tar.gz
emacs-94ae2ad44cfd711c836e0fbd86b9e133724482d5.zip
*.[chm]: Number every assignment to windows_or_buffers_changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 13 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6f6b3a26f92..b0e67c6e249 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,15 @@
12013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * *.[chm]: Number every assignment to windows_or_buffers_changed so we
4 can track why it is set.
5
12013-11-06 Paul Eggert <eggert@cs.ucla.edu> 62013-11-06 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Integer-related fixes for term.c etc. 8 Integer-related fixes for term.c etc.
4 * dispextern.h (face_tty_specified_color): New function. 9 * dispextern.h (face_tty_specified_color): New function.
5 * term.c (turn_on_face): Don't rely on undefined behavior when 10 * term.c (turn_on_face): Don't rely on undefined behavior when
6 assigning an out-of-range value to 'long'. Simplify 11 assigning an out-of-range value to 'long'.
7 test for toggling highlight. 12 Simplify test for toggling highlight.
8 (tty_capable_p): Omit last two (unused) args. All callers changed. 13 (tty_capable_p): Omit last two (unused) args. All callers changed.
9 * term.c (tty_capable_p, tty_menu_display, tty_menu_add_selection) 14 * term.c (tty_capable_p, tty_menu_display, tty_menu_add_selection)
10 (read_menu_input, tty_menu_activate, tty_menu_show): 15 (read_menu_input, tty_menu_activate, tty_menu_show):
@@ -232,8 +237,8 @@
232 237
2332013-11-02 Jan Djärv <jan.h.d@swipnet.se> 2382013-11-02 Jan Djärv <jan.h.d@swipnet.se>
234 239
235 * xfaces.c (check_lface_attrs, realize_default_face): Add 240 * xfaces.c (check_lface_attrs, realize_default_face):
236 LFACE_DISTANT_FOREGROUND_INDEX (Bug#15788). 241 Add LFACE_DISTANT_FOREGROUND_INDEX (Bug#15788).
237 (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg. 242 (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.
238 243
2392013-11-02 Paul Eggert <eggert@cs.ucla.edu> 2442013-11-02 Paul Eggert <eggert@cs.ucla.edu>
@@ -257,13 +262,13 @@
257 foreground. 262 foreground.
258 (syms_of_xfaces): DEFSYM QCdistant_foreground. 263 (syms_of_xfaces): DEFSYM QCdistant_foreground.
259 264
260 * dispextern.h (lface_attribute_index): Add 265 * dispextern.h (lface_attribute_index):
261 LFACE_DISTANT_FOREGROUND_INDEX. 266 Add LFACE_DISTANT_FOREGROUND_INDEX.
262 267
2632013-11-01 Claudio Bley <claudio.bley@googlemail.com> 2682013-11-01 Claudio Bley <claudio.bley@googlemail.com>
264 269
265 * image.c (pbm_next_char): New function. See 270 * image.c (pbm_next_char): New function.
266 http://netpbm.sourceforge.net/doc/pbm.html for the details. 271 See http://netpbm.sourceforge.net/doc/pbm.html for the details.
267 (pbm_scan_number): Use it. 272 (pbm_scan_number): Use it.
268 (Qlibjpeg_version): New variable. 273 (Qlibjpeg_version): New variable.
269 (syms_of_image): DEFSYM and initialize it. 274 (syms_of_image): DEFSYM and initialize it.