log src/ChangeLog @ 110515:6248bcadfd21

age author description
Thu, 23 Sep 2010 22:57:48 +0200 Lars Magne Ingebrigtsen Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.
Thu, 23 Sep 2010 22:16:55 +0200 Lars Magne Ingebrigtsen Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.
Thu, 23 Sep 2010 21:53:46 +0200 Lars Magne Ingebrigtsen Clean up EMACS_INT/int usage in doc.c and doprnt.c.
Thu, 23 Sep 2010 15:18:30 -0400 Eli Zaretskii Fix last changes in editfns.c and intervals.c.
Thu, 23 Sep 2010 21:12:18 +0200 Lars Magne Ingebrigtsen Fix EMACS_INT/int conversion errors in marker.c.
Thu, 23 Sep 2010 14:54:49 -0400 Eli Zaretskii Use EMACS_INT instead of EMACS_UINT in intervals.c.
Thu, 23 Sep 2010 14:50:57 -0400 Chong Yidong Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.
Thu, 23 Sep 2010 14:37:54 -0400 Eli Zaretskii Fix src/ChangeLog of the last commit.
Thu, 23 Sep 2010 14:35:11 -0400 Eli Zaretskii Fix use of int instead of EMACS_INT in search.c and region-cache.c.
Thu, 23 Sep 2010 13:10:21 -0400 Eli Zaretskii Fix use of int instead of EMACS_INT in editfns.c.
Thu, 23 Sep 2010 11:46:54 -0400 Eli Zaretskii Fix uses of int instead of EMACS_INT in intervals.c.
Thu, 23 Sep 2010 10:32:38 -0400 Eli Zaretskii Fix more uses of int instead of EMACS_INT.
Thu, 23 Sep 2010 08:09:12 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Wed, 22 Sep 2010 15:22:06 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Wed, 22 Sep 2010 19:31:21 +0200 Juanma Barranquero src/w32.c (get_emacs_configuration_options): Fix buffer overrun.
Wed, 22 Sep 2010 12:03:34 -0400 Eli Zaretskii Fix some uses of int instead of EMACS_INT.
Tue, 21 Sep 2010 23:10:16 -0400 Chong Yidong Rename libxml2 functions, and make parse tree format consistent with xml.el.
Wed, 22 Sep 2010 11:56:28 +0900 Kenichi Handa merge trunk
Wed, 22 Sep 2010 11:54:58 +0900 Kenichi Handa Fix position calculation on mouse click within bidi-reordered composition.
Tue, 21 Sep 2010 21:33:59 +0200 Andreas Schwab * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
Tue, 21 Sep 2010 14:49:59 +0200 Juanma Barranquero src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
Tue, 21 Sep 2010 14:13:36 +0300 Dan Nicolaescu * src/emacs.c: Do not include sys/ioctl.h, not needed.
Tue, 21 Sep 2010 14:03:34 +0300 Dan Nicolaescu * src/doprnt.c: Do not include stdlib.h, config.h does it.
Tue, 21 Sep 2010 09:42:12 +0300 Dan Nicolaescu Check in missing ChangeLog entry.
Mon, 20 Sep 2010 14:38:50 +0300 Dan Nicolaescu Remove HAVE_TERMIOS definitions.
Mon, 20 Sep 2010 14:32:26 +0300 Dan Nicolaescu * src/xterm.c (xt_action_hook): Use const.
Mon, 20 Sep 2010 03:20:32 +0200 Juanma Barranquero Fix typos in ChangeLogs.
Mon, 20 Sep 2010 02:18:18 +0200 Juanma Barranquero Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
Sat, 18 Sep 2010 16:23:29 +0200 Eli Zaretskii src/Changelog: Merge two last entries.
Sat, 18 Sep 2010 16:13:09 +0200 Eli Zaretskii Fix MSDOS build broken by revno 101403, support MSDOS build with libxml2.
Sat, 18 Sep 2010 13:59:53 +0200 Eli Zaretskii Fix bug #7038 with cursor motion in paragraphs w/o strong characters.
Sat, 18 Sep 2010 16:09:40 +0200 Eli Zaretskii Add xml.o dependencies to deps.mk.
Fri, 17 Sep 2010 23:34:45 +0200 Eli Zaretskii Fix bug #6989.
Fri, 17 Sep 2010 17:47:49 +0200 Lars Magne Ingebrigtsen * process.c (wait_reading_process_output): Don't message about
Fri, 17 Sep 2010 16:37:14 +0200 Stefan Monnier * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
Fri, 17 Sep 2010 11:54:28 +0200 Jan D * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not HELP.
Fri, 17 Sep 2010 11:04:35 +0200 Jan D Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)
Fri, 17 Sep 2010 09:00:12 +0200 Jan D Put handle on top for vertical toolbar, Bug#7051.
Fri, 17 Sep 2010 13:57:58 +0900 Kenichi Handa ftfont.c (ftfont_check_otf): Fix previous change.
Thu, 16 Sep 2010 11:11:13 +0900 Kenichi Handa merge trunk
Thu, 16 Sep 2010 10:51:56 +0900 Kenichi Handa ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB or GPOS.
Tue, 14 Sep 2010 22:32:35 +0200 Juanma Barranquero Fix typos in comments and ChangeLogs.
Tue, 14 Sep 2010 22:17:28 +0200 Juanma Barranquero src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
Tue, 14 Sep 2010 20:37:26 +0200 Lars Magne Ingebrigtsen * xml.c (parse_string): Renamed to parse_string(), since that's
Tue, 14 Sep 2010 16:41:53 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Sun, 12 Sep 2010 15:23:59 +0200 Jan D Fix bug 7013, only do send event if wanted state != current state.
Sun, 12 Sep 2010 14:29:25 +0200 Stefan Monnier Update name of <emacs-bugs-7626@cbane.org>
Sat, 11 Sep 2010 14:53:21 +0200 Stefan Monnier * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
Wed, 08 Sep 2010 11:21:03 +0900 Kenichi Handa coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift.
Tue, 07 Sep 2010 20:08:46 +0900 Kenichi Handa coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte.
Tue, 14 Sep 2010 09:53:39 +0200 Andreas Schwab * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last
Tue, 14 Sep 2010 02:08:02 +0200 Lars Magne Ingebrigtsen * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters
Sun, 12 Sep 2010 19:16:25 +0200 Lars Magne Ingebrigtsen * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
Sun, 12 Sep 2010 16:35:37 +0200 Stefan Monnier * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.
Fri, 10 Sep 2010 18:44:35 +0200 Lars Magne Ingebrigtsen Add support for the libxml2 library.
Sun, 05 Sep 2010 04:06:39 +0200 Juanma Barranquero Update to latest Unicode 6.0 beta data files.
Sat, 04 Sep 2010 21:39:34 +0200 Andreas Schwab Check all lisp types in image loader
Sat, 04 Sep 2010 18:16:08 +0300 Eli Zaretskii Fix display of composed R2L text on MS-Windows.
Sat, 04 Sep 2010 12:43:43 +0200 Andreas Schwab * image.c (Fimagemagick_types): Doc fix.
Sat, 04 Sep 2010 12:41:52 +0200 Andreas Schwab Fix type mismatch in ImageMagick loader