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