aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from emacs-23 branch.Chong Yidong2010-09-233-4/+18
|\
| * Merge changes from emacs-23 branchChong Yidong2010-09-233-4/+18
| |\
| | * * src/syntax.c (back_comment): Detect the case where a 1-char commentStefan Monnier2010-09-212-4/+12
| | * Make sure detached tool bar menu isn't blank.Jan D2010-09-172-0/+6
* | | Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.Lars Magne Ingebrigtsen2010-09-233-5/+10
* | | Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.Lars Magne Ingebrigtsen2010-09-234-17/+29
* | | Clean up EMACS_INT/int usage in doc.c and doprnt.c.Lars Magne Ingebrigtsen2010-09-234-22/+29
* | | Fix last changes in editfns.c and intervals.c.Eli Zaretskii2010-09-234-3/+11
* | | Fix EMACS_INT/int conversion errors in marker.c.Lars Magne Ingebrigtsen2010-09-233-38/+49
* | | Use EMACS_INT instead of EMACS_UINT in intervals.c.Eli Zaretskii2010-09-232-3/+3
* | | Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.Chong Yidong2010-09-233-24/+35
* | | Fix src/ChangeLog of the last commit.Eli Zaretskii2010-09-231-1/+2
* | | Fix use of int instead of EMACS_INT in search.c and region-cache.c.Eli Zaretskii2010-09-236-83/+126
|/ /
* | Fix use of int instead of EMACS_INT in editfns.c.Eli Zaretskii2010-09-233-33/+50
* | Fix uses of int instead of EMACS_INT in intervals.c.Eli Zaretskii2010-09-233-64/+93
* | Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-2310-62/+103
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-237-75/+137
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-224-21/+41
* | w32.c (get_emacs_configuration_options): Fix last change.Eli Zaretskii2010-09-221-0/+1
* | src/w32.c (get_emacs_configuration_options): Fix buffer overrun.Juanma Barranquero2010-09-222-13/+35
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-227-28/+61
* | Rename libxml2 functions, and make parse tree format consistent with xml.el.Chong Yidong2010-09-212-62/+74
* | merge trunkKenichi Handa2010-09-223-2/+10
|\ \
| * | * doc.c (Fsnarf_documentation): Use memmove instead of memcpy asAri Roponen2010-09-212-1/+6
| * | src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.Juanma Barranquero2010-09-212-1/+4
* | | Fix position calculation on mouse click within bidi-reordered composition.Kenichi Handa2010-09-223-13/+44
|/ /
* | * src/emacs.c: Do not include sys/ioctl.h, not needed.Dan Nicolaescu2010-09-212-4/+2
* | * src/doprnt.c: Do not include stdlib.h, config.h does it.Dan Nicolaescu2010-09-212-8/+9
* | Check in missing ChangeLog entry.Dan Nicolaescu2010-09-211-0/+4
* | Link temacs using $(CC) not $(LD).Dan Nicolaescu2010-09-211-3/+2
* | Remove HAVE_TERMIOS definitions.Dan Nicolaescu2010-09-209-51/+12
* | * src/xterm.c (xt_action_hook): Use const.Dan Nicolaescu2010-09-202-1/+5
* | Fix typos in ChangeLogs.Juanma Barranquero2010-09-203-9/+8
* | Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.Juanma Barranquero2010-09-203-53/+15
* | src/Changelog: Merge two last entries.Eli Zaretskii2010-09-181-2/+0
* | Fix MSDOS build broken by 2010-09-10T16:44:35Z!larsi@gnus.org, support MSDOS ...Eli Zaretskii2010-09-182-0/+5
|\ \
| * | Add xml.o dependencies to deps.mk.Eli Zaretskii2010-09-182-0/+5
* | | Fix bug #7038 with cursor motion in paragraphs w/o strong characters.Eli Zaretskii2010-09-184-48/+96
* | | Fix bug #6989.Eli Zaretskii2010-09-172-1/+10
* | | * process.c (wait_reading_process_output): Don't message aboutLars Magne Ingebrigtsen2010-09-172-1/+6
* | | * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet anotherStefan Monnier2010-09-172-3/+9
|/ /
* | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not ...Jan D2010-09-172-1/+6
* | Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)Jan D2010-09-172-0/+31
* | Put handle on top for vertical toolbar, Bug#7051.Jan D2010-09-172-0/+9
* | ftfont.c (ftfont_check_otf): Fix previous change.Kenichi Handa2010-09-172-11/+24
* | merge trunkKenichi Handa2010-09-1617-224/+340
|\ \
| * | Fix typos in comments and ChangeLogs.Juanma Barranquero2010-09-146-8/+8
| * | src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.Juanma Barranquero2010-09-142-3/+7
| * | * xml.c (parse_string): Renamed to parse_string(), since that'sLars Magne Ingebrigtsen2010-09-142-4/+10
| * | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-144-67/+127
| |\ \ | | |/