| Commit message (Expand) | Author | Age | Files | Lines |
| * | * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as | Ari Roponen | 2010-09-21 | 2 | -1/+6 |
| * | src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. | Juanma Barranquero | 2010-09-21 | 2 | -1/+4 |
| * | * src/emacs.c: Do not include sys/ioctl.h, not needed. | Dan Nicolaescu | 2010-09-21 | 2 | -4/+2 |
| * | * src/doprnt.c: Do not include stdlib.h, config.h does it. | Dan Nicolaescu | 2010-09-21 | 2 | -8/+9 |
| * | Check in missing ChangeLog entry. | Dan Nicolaescu | 2010-09-21 | 1 | -0/+4 |
| * | Link temacs using $(CC) not $(LD). | Dan Nicolaescu | 2010-09-21 | 1 | -3/+2 |
| * | Remove HAVE_TERMIOS definitions. | Dan Nicolaescu | 2010-09-20 | 9 | -51/+12 |
| * | * src/xterm.c (xt_action_hook): Use const. | Dan Nicolaescu | 2010-09-20 | 2 | -1/+5 |
| * | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-09-20 | 3 | -9/+8 |
| * | Don't make W32 code conditional on HAVE_SOCKETS, it's always defined. | Juanma Barranquero | 2010-09-20 | 3 | -53/+15 |
| * | src/Changelog: Merge two last entries. | Eli Zaretskii | 2010-09-18 | 1 | -2/+0 |
| * | Fix MSDOS build broken by 2010-09-10T16:44:35Z!larsi@gnus.org, support MSDOS ... | Eli Zaretskii | 2010-09-18 | 2 | -0/+5 |
| |\ |
|
| | * | Add xml.o dependencies to deps.mk. | Eli Zaretskii | 2010-09-18 | 2 | -0/+5 |
| * | | Fix bug #7038 with cursor motion in paragraphs w/o strong characters. | Eli Zaretskii | 2010-09-18 | 4 | -48/+96 |
| * | | Fix bug #6989. | Eli Zaretskii | 2010-09-17 | 2 | -1/+10 |
| * | | * process.c (wait_reading_process_output): Don't message about | Lars Magne Ingebrigtsen | 2010-09-17 | 2 | -1/+6 |
| * | | * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet another | Stefan Monnier | 2010-09-17 | 2 | -3/+9 |
| |/ |
|
| * | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not ... | Jan D | 2010-09-17 | 2 | -1/+6 |
| * | Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048) | Jan D | 2010-09-17 | 2 | -0/+31 |
| * | Put handle on top for vertical toolbar, Bug#7051. | Jan D | 2010-09-17 | 2 | -0/+9 |
| * | ftfont.c (ftfont_check_otf): Fix previous change. | Kenichi Handa | 2010-09-17 | 2 | -11/+24 |
| * | merge trunk | Kenichi Handa | 2010-09-16 | 17 | -224/+340 |
| |\ |
|
| | * | Fix typos in comments and ChangeLogs. | Juanma Barranquero | 2010-09-14 | 6 | -8/+8 |
| | * | src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring. | Juanma Barranquero | 2010-09-14 | 2 | -3/+7 |
| | * | * xml.c (parse_string): Renamed to parse_string(), since that's | Lars Magne Ingebrigtsen | 2010-09-14 | 2 | -4/+10 |
| | * | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-09-14 | 4 | -67/+127 |
| | |\ |
|
| | | * | Fix bug 7013, only do send event if wanted state != current state. | Jan D | 2010-09-12 | 2 | -60/+104 |
| | | * | Update name of <emacs-bugs-7626@cbane.org> | Stefan Monnier | 2010-09-12 | 1 | -1/+1 |
| | | * | * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). | Anonymous | 2010-09-11 | 2 | -11/+14 |
| | | * | coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de... | Kenichi Handa | 2010-09-08 | 2 | -1/+9 |
| | | * | coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ... | Kenichi Handa | 2010-09-07 | 2 | -1/+6 |
| | * | | * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last | Andreas Schwab | 2010-09-14 | 2 | -10/+13 |
| | * | | * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters | Lars Magne Ingebrigtsen | 2010-09-14 | 2 | -2/+9 |
| | * | | * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL. | Lars Magne Ingebrigtsen | 2010-09-12 | 2 | -2/+10 |
| | * | | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. | Stefan Monnier | 2010-09-12 | 4 | -146/+11 |
| | * | | Remove some trailing white space. | Lars Magne Ingebrigtsen | 2010-09-10 | 1 | -7/+7 |
| | * | | Add support for the libxml2 library. | Lars Magne Ingebrigtsen | 2010-09-10 | 6 | -3/+166 |
| * | | | ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB ... | Kenichi Handa | 2010-09-16 | 2 | -22/+50 |
| |/ / |
|
| * | | Update to latest Unicode 6.0 beta data files. | Juanma Barranquero | 2010-09-05 | 2 | -2/+7 |
| * | | Check all lisp types in image loader | Andreas Schwab | 2010-09-04 | 3 | -198/+219 |
| * | | Fix display of composed R2L text on MS-Windows. | Eli Zaretskii | 2010-09-04 | 2 | -21/+35 |
| * | | * image.c (Fimagemagick_types): Doc fix. | Andreas Schwab | 2010-09-04 | 2 | -3/+3 |
| * | | Fix type mismatch in ImageMagick loader | Andreas Schwab | 2010-09-04 | 2 | -3/+5 |
| * | | * image.c (imagemagick_image_p): Replace bcopy by memcpy. | Andreas Schwab | 2010-09-04 | 2 | -1/+5 |
| * | | Removed cut-buffer code. | Jan Djärv | 2010-09-02 | 4 | -247/+14 |
| * | | merge trunk | Kenichi Handa | 2010-09-02 | 2 | -65/+48 |
| |\ \ |
|
| | * | | * lisp/simple.el (blink-paren-function): Move from C to here. | Stefan Monnier | 2010-09-01 | 2 | -65/+48 |
| * | | | merge changes in emacs-23 branch | Kenichi Handa | 2010-09-01 | 4 | -245/+164 |
| |\ \ \
| |/ /
|/| /
| |/ |
|
| | * | Fix handling of 8-bit characters in a display table. | Kenichi Handa | 2010-08-31 | 4 | -251/+160 |
| | * | term.c (encode_terminal_code): Encode byte chars to the correspnding bytes. | Kenichi Handa | 2010-08-29 | 2 | -1/+11 |