aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-14 22:30:45 -0700
committerPaul Eggert2011-08-14 22:30:45 -0700
commitc881564470ef15bf3f1908c1ee9eb4c3e92953fd (patch)
tree9ba76bf1f20a84f2de8f37ab930e2f45bb6a6405 /src/ChangeLog
parent70c60eb2f9e5120f609ba5b6f2d82eef26d21c15 (diff)
parentde148fee1a02003faedf49b831abecfec15f60e7 (diff)
downloademacs-c881564470ef15bf3f1908c1ee9eb4c3e92953fd.tar.gz
emacs-c881564470ef15bf3f1908c1ee9eb4c3e92953fd.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog43
1 files changed, 42 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9d7834fd053..0a1d11f58f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-08-14 Paul Eggert <eggert@cs.ucla.edu> 12011-08-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Integer and memory overflow issues (Bug#9196). 3 Integer and memory overflow issues (Bug#9196).
4 4
@@ -409,6 +409,47 @@
409 (gs_load): Use printmax_t to print the widest integers possible. 409 (gs_load): Use printmax_t to print the widest integers possible.
410 Check for integer overflow when computing image height and width. 410 Check for integer overflow when computing image height and width.
411 411
4122011-08-14 Kenichi Handa <handa@m17n.org>
413
414 * process.c (create_process): Call setup_process_coding_systems
415 after the pid of the process is set to -1.
416
4172011-08-14 Eli Zaretskii <eliz@gnu.org>
418
419 * xdisp.c (move_it_in_display_line_to): Don't invoke
420 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
421 ppos_it. Fixes vertical cursor motion when line beginning is
422 covered by an image. (Bug#9296)
423
4242011-08-14 Jan Djärv <jan.h.d@swipnet.se>
425
426 * nsterm.h (ns_run_ascript): Declare.
427 (NSAPP_DATA2_RUNASSCRIPT): Define.
428
429 * nsfns.m (as_script, as_result, as_status): New static variables.
430 (ns_run_ascript): New function.
431 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
432 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
433 the event loop. Get status from as_status (Bug#7276).
434
435 * nsterm.m (sendEvent): If event is NSApplicationDefined and
436 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
437 the event loop (Bug#7276).
438
4392011-08-14 Andreas Schwab <schwab@linux-m68k.org>
440
441 * gnutls.c (QCgnutls_bootprop_priority)
442 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
443 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
444 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
445 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
446 (QCgnutls_bootprop_verify_hostname_error)
447 (QCgnutls_bootprop_callbacks_verify): Rename from
448 Qgnutls_bootprop_..., all uses changed.
449
450 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
451 uses changed.
452
4122011-08-14 Paul Eggert <eggert@cs.ucla.edu> 4532011-08-14 Paul Eggert <eggert@cs.ucla.edu>
413 454
414 * xfaces.c (Qframe_set_background_mode): Now static. 455 * xfaces.c (Qframe_set_background_mode): Now static.