| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge changes from emacs-23 branch. | Chong Yidong | 2010-09-23 | 3 | -4/+18 |
| |\ |
|
| | * | Merge changes from emacs-23 branch | Chong Yidong | 2010-09-23 | 3 | -4/+18 |
| | |\ |
|
| | | * | * src/syntax.c (back_comment): Detect the case where a 1-char comment | Stefan Monnier | 2010-09-21 | 2 | -4/+12 |
| | | * | Make sure detached tool bar menu isn't blank. | Jan D | 2010-09-17 | 2 | -0/+6 |
| * | | | Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups. | Lars Magne Ingebrigtsen | 2010-09-23 | 3 | -5/+10 |
| * | | | Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA. | Lars Magne Ingebrigtsen | 2010-09-23 | 4 | -17/+29 |
| * | | | Clean up EMACS_INT/int usage in doc.c and doprnt.c. | Lars Magne Ingebrigtsen | 2010-09-23 | 4 | -22/+29 |
| * | | | Fix last changes in editfns.c and intervals.c. | Eli Zaretskii | 2010-09-23 | 4 | -3/+11 |
| * | | | Fix EMACS_INT/int conversion errors in marker.c. | Lars Magne Ingebrigtsen | 2010-09-23 | 3 | -38/+49 |
| * | | | Use EMACS_INT instead of EMACS_UINT in intervals.c. | Eli Zaretskii | 2010-09-23 | 2 | -3/+3 |
| * | | | Avoid intervals crash by changing EMACS_UINTs to EMACS_INT. | Chong Yidong | 2010-09-23 | 3 | -24/+35 |
| * | | | Fix src/ChangeLog of the last commit. | Eli Zaretskii | 2010-09-23 | 1 | -1/+2 |
| * | | | Fix use of int instead of EMACS_INT in search.c and region-cache.c. | Eli Zaretskii | 2010-09-23 | 6 | -83/+126 |
| |/ / |
|
| * | | Fix use of int instead of EMACS_INT in editfns.c. | Eli Zaretskii | 2010-09-23 | 3 | -33/+50 |
| * | | Fix uses of int instead of EMACS_INT in intervals.c. | Eli Zaretskii | 2010-09-23 | 3 | -64/+93 |
| * | | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 10 | -62/+103 |
| * | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 7 | -75/+137 |
| * | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 4 | -21/+41 |
| * | | w32.c (get_emacs_configuration_options): Fix last change. | Eli Zaretskii | 2010-09-22 | 1 | -0/+1 |
| * | | src/w32.c (get_emacs_configuration_options): Fix buffer overrun. | Juanma Barranquero | 2010-09-22 | 2 | -13/+35 |
| * | | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 7 | -28/+61 |
| * | | Rename libxml2 functions, and make parse tree format consistent with xml.el. | Chong Yidong | 2010-09-21 | 2 | -62/+74 |
| * | | merge trunk | Kenichi Handa | 2010-09-22 | 3 | -2/+10 |
| |\ \ |
|
| | * | | * 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 |
| * | | | Fix position calculation on mouse click within bidi-reordered composition. | Kenichi Handa | 2010-09-22 | 3 | -13/+44 |
| |/ / |
|
| * | | * 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 |
| | |\ \
| | |/ |
|