aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-11-08 16:02:10 -0500
committerStefan Monnier2012-11-08 16:02:10 -0500
commitde5ef41a76f05eb072ef06b053e543ce67fa3241 (patch)
tree80dbe2a7a6277ce875b230df0d76c0e853a2ef34 /src/ChangeLog
parenta23c4171a74f79674172683b9b227e036109cf54 (diff)
downloademacs-de5ef41a76f05eb072ef06b053e543ce67fa3241.tar.gz
emacs-de5ef41a76f05eb072ef06b053e543ce67fa3241.zip
* src/xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
(Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed) (Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded): Remove unused vars.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 13 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a90dfd97ec3..45e97ddd93c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
4 (Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed)
5 (Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded):
6 Remove unused vars.
7
12012-11-08 Jan Djärv <jan.h.d@swipnet.se> 82012-11-08 Jan Djärv <jan.h.d@swipnet.se>
2 9
3 * image.c (xpm_make_color_table_h): Fix compiler error because 10 * image.c (xpm_make_color_table_h): Fix compiler error because
@@ -225,8 +232,8 @@
225 232
226 Remove EMACS_OUTQSIZE+sleep hack. 233 Remove EMACS_OUTQSIZE+sleep hack.
227 * dispnew.c (update_frame_1): Remove hack for terminals slower 234 * dispnew.c (update_frame_1): Remove hack for terminals slower
228 than 2400 bps, which throttled Emacs by having it sleep. This 235 than 2400 bps, which throttled Emacs by having it sleep.
229 code hasn't worked since at least 2007, when the multi-tty stuff 236 This code hasn't worked since at least 2007, when the multi-tty stuff
230 was added, and anyway those old terminals are long dead. 237 was added, and anyway those old terminals are long dead.
231 * systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even 238 * systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even
232 without the dispnew.c change, as dispnew.c doesn't include systty.h. 239 without the dispnew.c change, as dispnew.c doesn't include systty.h.
@@ -265,8 +272,8 @@
265 waitpid only on subprocesses that Emacs itself creates. 272 waitpid only on subprocesses that Emacs itself creates.
266 * process.c (create_process, record_child_status_change): 273 * process.c (create_process, record_child_status_change):
267 Don't use special value -1 in pid field, as the caller now must 274 Don't use special value -1 in pid field, as the caller now must
268 know the pid rather than having the callee infer it. The 275 know the pid rather than having the callee infer it.
269 inference was sometimes incorrect anyway, due to another race. 276 The inference was sometimes incorrect anyway, due to another race.
270 (create_process): Set new 'alive' member if child is created. 277 (create_process): Set new 'alive' member if child is created.
271 (process_status_retrieved): New function. 278 (process_status_retrieved): New function.
272 (record_child_status_change): Use it. 279 (record_child_status_change): Use it.
@@ -427,8 +434,8 @@
427 434
4282012-10-29 Daniel Colascione <dancol@dancol.org> 4352012-10-29 Daniel Colascione <dancol@dancol.org>
429 436
430 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode): In 437 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode):
431 preparation for fixing bug#12739, move these functions from 438 In preparation for fixing bug#12739, move these functions from
432 here... 439 here...
433 440
434 * coding.h, coding.c: ... to here, and compile them only when 441 * coding.h, coding.c: ... to here, and compile them only when