aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * dbusbind.c (signature_cat): New function.Paul Eggert2011-08-301-2/+3
* * font.c, gtkutil.c: Include <float.h>.Paul Eggert2011-08-291-2/+4
* Merge from trunk.Paul Eggert2011-08-291-0/+34
|\
| * * image.c (parse_image_spec): Check for nonnegative, not for positive,Paul Eggert2011-08-281-0/+8
| * * src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks.Johan Bockgård2011-08-281-0/+5
| * Fix vertical cursor motion from start of R2L lines in L2R paragraphs.Eli Zaretskii2011-08-271-0/+7
| * * ccl.c: Improve and simplify overflow checking (Bug#9196).Paul Eggert2011-08-271-0/+10
| * src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.Juanma Barranquero2011-08-271-0/+4
* | * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.Paul Eggert2011-08-291-0/+2
* | * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.Paul Eggert2011-08-291-0/+2
* | * xfns.c (x_window): Make sprintf buffer a bit biggerPaul Eggert2011-08-291-0/+3
* | * xfaces.c (x_update_menu_appearance): Don't overrun bufferPaul Eggert2011-08-291-0/+3
* | * term.c (produce_glyphless_glyph): Make sprintf buffer a bit biggerPaul Eggert2011-08-291-0/+3
* | * process.c (make_process): Use printmax_t, not int, to formatPaul Eggert2011-08-291-0/+3
* | * print.c (float_to_string): Detect width overflow more reliably.Paul Eggert2011-08-291-0/+8
* | * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,Paul Eggert2011-08-291-0/+3
* | * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.Paul Eggert2011-08-291-0/+6
* | * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.Paul Eggert2011-08-291-0/+3
* | * gtkutil.c (xg_check_special_colors, xg_set_geometry):Paul Eggert2011-08-291-0/+3
* | * frame.c (tty_frame_count): Now printmax_t, not int.Paul Eggert2011-08-291-0/+10
* | * fontset.c (num_auto_fontsets): Now printmax_t, not int.Paul Eggert2011-08-291-0/+3
* | * font.c (font_unparse_xlfd): Don't blindly alloca long strings.Paul Eggert2011-08-291-0/+10
* | * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;Paul Eggert2011-08-291-0/+3
* | * eval.c (verror): Simplify by rewriting in terms of evxprintf,Paul Eggert2011-08-291-0/+3
* | * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun bufferPaul Eggert2011-08-291-0/+3
* | * editfns.c (Fcurrent_time_zone): Don't overrun bufferPaul Eggert2011-08-291-0/+4
* | * dispnew.c (add_window_display_history): Don't overrun buffer.Paul Eggert2011-08-291-0/+3
* | * dbusbind.c (xd_signature, Fdbus_register_signal):Paul Eggert2011-08-291-0/+3
* | sprintf-related integer and memory overflow issues.Paul Eggert2011-08-291-0/+22
|/
* Merge from trunk.Paul Eggert2011-08-261-1/+6
|\
| * Fix bug #9324 with unwarranted repositioning of point.Eli Zaretskii2011-08-261-0/+5
* | Merge from trunk.Paul Eggert2011-08-251-1/+27
|\ \ | |/
| * Fix last change for text terminals.Eli Zaretskii2011-08-251-1/+2
| * Fix cursor motion with long continued lines near window bottom.Eli Zaretskii2011-08-251-0/+2
| * Handle `(space ...)' display spec as paragraph separator.Eli Zaretskii2011-08-251-0/+17
| * Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal.Chong Yidong2011-08-241-0/+6
* | Merge from trunk.Paul Eggert2011-08-241-10/+81
|\ \ | |/
| * Fix cursor movement in R2L text within L2R paragraphs.Eli Zaretskii2011-08-241-0/+13
| * Fix current-bidi-paragraph-direction and its doc.Eli Zaretskii2011-08-241-0/+3
| * Minor changes in bidi.c.Eli Zaretskii2011-08-241-0/+6
| * Followup for character properties in 2011-08-23T11:48:07Z!handa@m17n.org.Eli Zaretskii2011-08-231-0/+5
| * * src/nsfont.m (ns_otf_to_script): Fix typo.Chong Yidong2011-08-231-0/+4
| * merge trunkKenichi Handa2011-08-231-9/+44
| |\
| | * Fix bug #8874 with recentering and header line under scroll-conservatively.Eli Zaretskii2011-08-231-0/+3
| | * Fix crashes with completion and composed characters.Eli Zaretskii2011-08-231-0/+5
| | * Fix pos-visible-in-window-p for zero-column composed character.Eli Zaretskii2011-08-231-0/+6
| | * * src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.Stefan Monnier2011-08-221-9/+13
| | * Fix vertical cursor motion under bidi on auto-composed characters.Eli Zaretskii2011-08-221-0/+6
| | * Fix animated gif segfault and frame clearing bug.Chong Yidong2011-08-211-0/+6
| | * * eval.c (Fcondition_case): Document `debug' symbol in error handler.Chong Yidong2011-08-201-0/+1