| Age | Commit message (Expand) | Author |
| 2010-09-22 | src/w32.c (get_emacs_configuration_options): Fix buffer overrun. | Juanma Barranquero |
| 2010-09-22 | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii |
| 2010-09-21 | Rename libxml2 functions, and make parse tree format consistent with xml.el. | Chong Yidong |
| 2010-09-22 | merge trunk | Kenichi Handa |
| 2010-09-22 | Fix position calculation on mouse click within bidi-reordered composition. | Kenichi Handa |
| 2010-09-21 | * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as | Ari Roponen |
| 2010-09-21 | * src/syntax.c (back_comment): Detect the case where a 1-char comment | Stefan Monnier |
| 2010-09-21 | src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. | Juanma Barranquero |
| 2010-09-21 | * src/emacs.c: Do not include sys/ioctl.h, not needed. | Dan Nicolaescu |
| 2010-09-21 | * src/doprnt.c: Do not include stdlib.h, config.h does it. | Dan Nicolaescu |
| 2010-09-21 | Check in missing ChangeLog entry. | Dan Nicolaescu |
| 2010-09-20 | Remove HAVE_TERMIOS definitions. | Dan Nicolaescu |
| 2010-09-20 | * src/xterm.c (xt_action_hook): Use const. | Dan Nicolaescu |
| 2010-09-20 | Fix typos in ChangeLogs. | Juanma Barranquero |
| 2010-09-20 | Don't make W32 code conditional on HAVE_SOCKETS, it's always defined. | Juanma Barranquero |
| 2010-09-18 | src/Changelog: Merge two last entries. | Eli Zaretskii |
| 2010-09-18 | Fix MSDOS build broken by 2010-09-10T16:44:35Z!larsi@gnus.org, support MSDOS ... | Eli Zaretskii |
| 2010-09-18 | Add xml.o dependencies to deps.mk. | Eli Zaretskii |
| 2010-09-18 | Fix bug #7038 with cursor motion in paragraphs w/o strong characters. | Eli Zaretskii |
| 2010-09-17 | Fix bug #6989. | Eli Zaretskii |
| 2010-09-17 | * process.c (wait_reading_process_output): Don't message about | Lars Magne Ingebrigtsen |
| 2010-09-17 | * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet another | Stefan Monnier |
| 2010-09-17 | Make sure detached tool bar menu isn't blank. | Jan D |
| 2010-09-17 | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not ... | Jan D |
| 2010-09-17 | Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048) | Jan D |
| 2010-09-17 | Put handle on top for vertical toolbar, Bug#7051. | Jan D |
| 2010-09-17 | ftfont.c (ftfont_check_otf): Fix previous change. | Kenichi Handa |
| 2010-09-16 | merge trunk | Kenichi Handa |
| 2010-09-16 | ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB ... | Kenichi Handa |
| 2010-09-14 | Fix typos in comments and ChangeLogs. | Juanma Barranquero |
| 2010-09-14 | src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring. | Juanma Barranquero |
| 2010-09-14 | * xml.c (parse_string): Renamed to parse_string(), since that's | Lars Magne Ingebrigtsen |
| 2010-09-14 | Merge changes from emacs-23 branch. | Juanma Barranquero |
| 2010-09-14 | * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last | Andreas Schwab |
| 2010-09-14 | * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters | Lars Magne Ingebrigtsen |
| 2010-09-12 | * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL. | Lars Magne Ingebrigtsen |
| 2010-09-12 | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. | Stefan Monnier |
| 2010-09-12 | Fix bug 7013, only do send event if wanted state != current state. | Jan D |
| 2010-09-12 | Update name of <emacs-bugs-7626@cbane.org> | Stefan Monnier |
| 2010-09-11 | * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). | Anonymous |
| 2010-09-10 | Add support for the libxml2 library. | Lars Magne Ingebrigtsen |
| 2010-09-08 | coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de... | Kenichi Handa |
| 2010-09-07 | coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ... | Kenichi Handa |
| 2010-09-05 | Update to latest Unicode 6.0 beta data files. | Juanma Barranquero |
| 2010-09-04 | Check all lisp types in image loader | Andreas Schwab |
| 2010-09-04 | Fix display of composed R2L text on MS-Windows. | Eli Zaretskii |
| 2010-09-04 | * image.c (Fimagemagick_types): Doc fix. | Andreas Schwab |
| 2010-09-04 | Fix type mismatch in ImageMagick loader | Andreas Schwab |
| 2010-09-04 | * image.c (imagemagick_image_p): Replace bcopy by memcpy. | Andreas Schwab |
| 2010-09-02 | Removed cut-buffer code. | Jan Djärv |