diff options
| author | Paul Eggert | 2011-04-26 10:50:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-26 10:50:51 -0700 |
| commit | b5f869a7d838121b17493ad66958309c0d6031e5 (patch) | |
| tree | 6b84bb3fe253d717db02f0b82f65d13e0069cefd /src/ChangeLog | |
| parent | 847ab9d19cefe485965a8b6f8b154e065a79b867 (diff) | |
| parent | bd0d2ee23380c98e8d41645b0d45574c83c7a393 (diff) | |
| download | emacs-b5f869a7d838121b17493ad66958309c0d6031e5.tar.gz emacs-b5f869a7d838121b17493ad66958309c0d6031e5.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 912a0ae8674..c6bb161ec84 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,6 @@ | |||
| 1 | 2011-04-26 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * gnutls.c (emacs_gnutls_handshake): Don't return a garbage value. | 3 | * gnutls.c (emacs_gnutls_handle_error): Remove unused local. |
| 4 | Expect the caller to check whether GNUTLS_STAGE_HANDSHAKE_CANDO <= | ||
| 5 | proc->gnutls_initstage, if the check is needed. The check isn't | ||
| 6 | needed for one caller, Fgnutls_boot. (Bug#8556) | ||
| 7 | (emacs_gnutls_read): Do that check. This is the other caller. | ||
| 8 | (emacs_gnutls_handle_error): Remove unused local. | ||
| 9 | (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *. | 4 | (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *. |
| 10 | Remove unused local. | 5 | Remove unused local. |
| 11 | (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0. | 6 | (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0. |
| @@ -192,6 +187,24 @@ | |||
| 192 | alignof(EMACS_INT) < sizeof (EMACS_INT). | 187 | alignof(EMACS_INT) < sizeof (EMACS_INT). |
| 193 | (check_sblock, check_string_bytes, check_string_free_list): Protoize. | 188 | (check_sblock, check_string_bytes, check_string_free_list): Protoize. |
| 194 | 189 | ||
| 190 | 2011-04-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 191 | |||
| 192 | * keyboard.c (QCrtl): Rename from Qrtl. All uses changed. | ||
| 193 | |||
| 194 | 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 195 | |||
| 196 | * gnutls.c (emacs_gnutls_handshake): Return an error if we're not | ||
| 197 | supposed to be handshaking. (Bug#8556) | ||
| 198 | Reported by Paul Eggert <eggert@cs.ucla.edu>. | ||
| 199 | |||
| 200 | 2011-04-26 Daniel Colascione <dan.colascione@gmail.com> | ||
| 201 | |||
| 202 | * lisp.h (Qdebug): List symbol. | ||
| 203 | * eval.c (Qdebug): Restore global linkage. | ||
| 204 | * keyboard.c (debug-on-event): New variable. | ||
| 205 | (handle_user_signal): Break into debugger when debug-on-event | ||
| 206 | matches the current signal symbol. | ||
| 207 | |||
| 195 | 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu> | 208 | 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu> |
| 196 | 209 | ||
| 197 | * alloc.c (check_sblock, check_string_bytes) | 210 | * alloc.c (check_sblock, check_string_bytes) |
| @@ -2710,7 +2723,7 @@ | |||
| 2710 | Call gdk_x11_window_lookup_for_display. | 2723 | Call gdk_x11_window_lookup_for_display. |
| 2711 | (xg_set_widget_bg): New function. | 2724 | (xg_set_widget_bg): New function. |
| 2712 | (delete_cb): New function. | 2725 | (delete_cb): New function. |
| 2713 | (xg_create_frame_widgets): connect delete-event to delete_cb. | 2726 | (xg_create_frame_widgets): Connect delete-event to delete_cb. |
| 2714 | Call xg_set_widget_bg. Only set backgrund pixmap for ! HAVE_GTK3 | 2727 | Call xg_set_widget_bg. Only set backgrund pixmap for ! HAVE_GTK3 |
| 2715 | (xg_set_background_color): Call xg_set_widget_bg. | 2728 | (xg_set_background_color): Call xg_set_widget_bg. |
| 2716 | (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask. | 2729 | (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask. |