]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
* editfns.c (Fdelete_region): Clarify the use of the named parameters.
[gnu-emacs] / src / ChangeLog
index 5bdc940a6f36862e3f9844a3333bd58fa4d73cf8..35c56e5f47869d5cabb8d1163938762ff3c39651 100644 (file)
@@ -1,3 +1,26 @@
+2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * editfns.c (Fdelete_region): Clarify the use of the named
+       parameters (bug#6788).
+
+2011-07-14  Martin Rudalics  <rudalics@gmx.at>
+
+       * indent.c (Fvertical_motion): Set and restore w->pointm when
+       saving and restoring the window's buffer (Bug#9006).
+
+2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * editfns.c (Fstring_to_char): Clarify just what is returned
+       (bug#6576).  Text by Eli Zaretskii.
+
+2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
+
+2011-07-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * buffer.c (mmap_find): Fix a typo.
+
 2011-07-13  Johan Bockgård  <bojohan@gnu.org>
 
        Fix execution of x selection hooks.
@@ -12,7 +35,7 @@
 
 2011-07-13  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking.
+       * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
        The old code sometimes used this field without initializing it.
 
        * alloc.c (gc_sweep): Don't read past end of array.
@@ -22,7 +45,7 @@
 2011-07-12  Andreas Schwab  <schwab@linux-m68k.org>
 
        * character.c (Fcharacterp): Don't advertise optional ignored
-       argument. (Bug#4026)
+       argument.  (Bug#4026)
 
 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        (char_table_ascii): Uncompress the compressed values.
        (sub_char_table_ref): New arg is_uniprop.  Callers changed.
        Uncompress the compressed values.
-       (sub_char_table_ref_and_range):  Likewise.
+       (sub_char_table_ref_and_range): Likewise.
        (char_table_ref_and_range): Uncompress the compressed values.
        (sub_char_table_set): New arg is_uniprop.  Callers changed.
        Uncompress the compressed values.
        (xpm_put_color_table_h):
        * lisp.h (struct Lisp_Hash_Table):
        * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
-       * print.c (print):  Use 'EMACS_UINT' and 'EMACS_INT'
+       * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
        for hashes and hash indexes, instead of 'unsigned' and 'int'.
        * alloc.c (allocate_vectorlike):
        Check for overflow in vector size calculations.
 
        * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
        for fringe update if it has periodic bitmap.
-       (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
+       (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
        and fringe_bitmap_periodic_p.
 
        * fringe.c (get_fringe_bitmap_data): New function.