summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-08-30Fix syntax scanning bug causing fontification crashes.Chong Yidong
2011-08-30Merge from trunk.Paul Eggert
2011-08-30src/image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.Eli Zaretskii
2011-08-30Fix bug #9402 with :align-to on TTY frames.Eli Zaretskii
2011-08-30* dbusbind.c (signature_cat): New function.Paul Eggert
2011-08-29* font.c, gtkutil.c: Include <float.h>.Paul Eggert
2011-08-29Merge from trunk.Paul Eggert
2011-08-29* xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.Paul Eggert
2011-08-29* xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.Paul Eggert
2011-08-29* xfns.c (x_window): Make sprintf buffer a bit biggerPaul Eggert
2011-08-29* xfaces.c (x_update_menu_appearance): Don't overrun bufferPaul Eggert
2011-08-29* term.c (produce_glyphless_glyph): Make sprintf buffer a bit biggerPaul Eggert
2011-08-29* process.c (make_process): Use printmax_t, not int, to formatPaul Eggert
2011-08-29* print.c (float_to_string): Detect width overflow more reliably.Paul Eggert
2011-08-29* nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,Paul Eggert
2011-08-29* macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.Paul Eggert
2011-08-29* lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.Paul Eggert
2011-08-29* gtkutil.c (xg_check_special_colors, xg_set_geometry):Paul Eggert
2011-08-29* frame.c (tty_frame_count): Now printmax_t, not int.Paul Eggert
2011-08-29* fontset.c (num_auto_fontsets): Now printmax_t, not int.Paul Eggert
2011-08-29* font.c (font_unparse_xlfd): Don't blindly alloca long strings.Paul Eggert
2011-08-29* filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;Paul Eggert
2011-08-29* eval.c (verror): Simplify by rewriting in terms of evxprintf,Paul Eggert
2011-08-29* emacs.c (main) [NS_IMPL_COCOA]: Don't overrun bufferPaul Eggert
2011-08-29* editfns.c (Fcurrent_time_zone): Don't overrun bufferPaul Eggert
2011-08-29* dispnew.c (add_window_display_history): Don't overrun buffer.Paul Eggert
2011-08-29* dbusbind.c (xd_signature, Fdbus_register_signal):Paul Eggert
2011-08-29sprintf-related integer and memory overflow issues.Paul Eggert
2011-08-28* image.c (parse_image_spec): Check for nonnegative, not for positive,Paul Eggert
2011-08-28* src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks.Johan Bockgård
2011-08-27Fix vertical cursor motion from start of R2L lines in L2R paragraphs.Eli Zaretskii
2011-08-27* ccl.c: Improve and simplify overflow checking (Bug#9196).Paul Eggert
2011-08-27src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.Juanma Barranquero
2011-08-26Merge from trunk.Paul Eggert
2011-08-26Fix bug #9324 with unwarranted repositioning of point.Eli Zaretskii
2011-08-25Merge from trunk.Paul Eggert
2011-08-25Fix last change for text terminals.Eli Zaretskii
2011-08-25Fix cursor motion with long continued lines near window bottom.Eli Zaretskii
2011-08-25Handle `(space ...)' display spec as paragraph separator.Eli Zaretskii
2011-08-24Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal.Chong Yidong
2011-08-24Merge from trunk.Paul Eggert
2011-08-24Fix cursor movement in R2L text within L2R paragraphs.Eli Zaretskii
2011-08-24Fix current-bidi-paragraph-direction and its doc.Eli Zaretskii
2011-08-24Minor changes in bidi.c.Eli Zaretskii
2011-08-23Followup for character properties in 2011-08-23T11:48:07Z!handa@m17n.org.Eli Zaretskii
2011-08-23* src/nsfont.m (ns_otf_to_script): Fix typo.Chong Yidong
2011-08-23merge trunkKenichi Handa
2011-08-23Fix default values of character properties.Kenichi Handa
2011-08-23Fix bug #8874 with recentering and header line under scroll-conservatively.Eli Zaretskii
2011-08-23Fix crashes with completion and composed characters.Eli Zaretskii