summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-06-12* character.c (char_string): Remove unnecessary casts.Paul Eggert
2011-06-12Make sure a 64-bit char is never passed to CHAR_STRING.Paul Eggert
2011-06-12Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.Paul Eggert
2011-06-12* lisp.h (UNSIGNED_CMP): New macro.Paul Eggert
2011-06-12Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics
2011-06-11Fix minor problems found by GCC 4.6.0 static checking.Paul Eggert
2011-06-11Merge from trunk.Paul Eggert
2011-06-11* xmenu.c (x_menu_set_in_use): Fix incorrect assumption.Paul Eggert
2011-06-12src/makefile.w32-in: Update dependencies.Juanma Barranquero
2011-06-11Handle gif subimage animation delay correctly.Chong Yidong
2011-06-11* buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert
2011-06-11Fixed a bug with displaying strings padded with blanks.Eli Zaretskii
2011-06-11Initial version of string reordering. Tested only on mode line andEli Zaretskii
2011-06-11Window configuration, balancing and fit-to-buffer rewrites.Martin Rudalics
2011-06-11Only commentary changes, no functionality changed.Eli Zaretskii
2011-06-11* src/image.c (imagemagick_load_image): Fix type mismatch.Andreas Schwab
2011-06-11* src/window.h (replace_buffer_in_windows): Declare.Andreas Schwab
2011-06-11Move/add window-buffer-related functions to window.el.Martin Rudalics
2011-06-10Merge from trunk.Paul Eggert
2011-06-10Merge from trunk.Paul Eggert
2011-06-10Cruft removal in struct image.Chong Yidong
2011-06-10* buffer.h: Include <time.h>, for time_t.Paul Eggert
2011-06-10Merge: Fix minor problems found by static checking.Paul Eggert
2011-06-10* image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.Paul Eggert
2011-06-10Make identifiers static if they are not used in other modules.Paul Eggert
2011-06-10* image.c (imagemagick_load_image): Don't use garbage pointer image_wand.Paul Eggert
2011-06-10* window.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert
2011-06-10* image.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert
2011-06-10* ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.Paul Eggert
2011-06-10Merge from trunk.Paul Eggert
2011-06-10* image.c (gif_load): Fix omitted cast error introduced by 2011-06-06 change.Chong Yidong
2011-06-10Some more window.h fixes missing in 2011-06-10T06:55:18Z!rudalics@gmx.at.Martin Rudalics
2011-06-10Tested and fixed compute_display_string_pos for buffer iteration.Eli Zaretskii
2011-06-10Avoid compiler warnings about missing prototypes of window.c functions.Eli Zaretskii
2011-06-10Move window resize code from window.c to window.el.Martin Rudalics
2011-06-09* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.Paul Eggert
2011-06-09Adapt compute_display_string_pos to iteration over strings.Eli Zaretskii
2011-06-09Add code to initialize bidi iterator for displaying strings.Eli Zaretskii
2011-06-09Tested with buffer reordering, fixed one crash.Eli Zaretskii
2011-06-09Final preparations for new window resize code.Martin Rudalics
2011-06-08* xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,Paul Eggert
2011-06-08* xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.Paul Eggert
2011-06-08* buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'.Paul Eggert
2011-06-08* buffer.c (advance_to_char_boundary): Return EMACS_INT, not int.Paul Eggert
2011-06-08* buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int.Paul Eggert
2011-06-08* data.c (Qcompiled_function): Now static.Paul Eggert
2011-06-08* window.c (window_body_lines): Now static.Paul Eggert
2011-06-08* image.c (gif_load): Rename local to avoid shadowing.Paul Eggert
2011-06-08Merge from trunk.Paul Eggert
2011-06-08* lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.Paul Eggert