summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2010-09-22src/w32.c (get_emacs_configuration_options): Fix buffer overrun.Juanma Barranquero
2010-09-22Fix some uses of int instead of EMACS_INT.Eli Zaretskii
2010-09-21Rename libxml2 functions, and make parse tree format consistent with xml.el.Chong Yidong
2010-09-22merge trunkKenichi Handa
2010-09-22Fix position calculation on mouse click within bidi-reordered composition.Kenichi Handa
2010-09-21* doc.c (Fsnarf_documentation): Use memmove instead of memcpy asAri Roponen
2010-09-21* src/syntax.c (back_comment): Detect the case where a 1-char commentStefan Monnier
2010-09-21src/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-21Check in missing ChangeLog entry.Dan Nicolaescu
2010-09-20Remove HAVE_TERMIOS definitions.Dan Nicolaescu
2010-09-20* src/xterm.c (xt_action_hook): Use const.Dan Nicolaescu
2010-09-20Fix typos in ChangeLogs.Juanma Barranquero
2010-09-20Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.Juanma Barranquero
2010-09-18src/Changelog: Merge two last entries.Eli Zaretskii
2010-09-18Fix MSDOS build broken by 2010-09-10T16:44:35Z!larsi@gnus.org, support MSDOS ...Eli Zaretskii
2010-09-18Add xml.o dependencies to deps.mk.Eli Zaretskii
2010-09-18Fix bug #7038 with cursor motion in paragraphs w/o strong characters.Eli Zaretskii
2010-09-17Fix bug #6989.Eli Zaretskii
2010-09-17* process.c (wait_reading_process_output): Don't message aboutLars Magne Ingebrigtsen
2010-09-17* src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet anotherStefan Monnier
2010-09-17Make 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-17Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)Jan D
2010-09-17Put handle on top for vertical toolbar, Bug#7051.Jan D
2010-09-17ftfont.c (ftfont_check_otf): Fix previous change.Kenichi Handa
2010-09-16merge trunkKenichi Handa
2010-09-16ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB ...Kenichi Handa
2010-09-14Fix typos in comments and ChangeLogs.Juanma Barranquero
2010-09-14src/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'sLars Magne Ingebrigtsen
2010-09-14Merge changes from emacs-23 branch.Juanma Barranquero
2010-09-14* xml.c (Fxml_parse_string, Fxml_parse_string): Revert lastAndreas Schwab
2010-09-14* xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parametersLars 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-12Fix bug 7013, only do send event if wanted state != current state.Jan D
2010-09-12Update 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-10Add support for the libxml2 library.Lars Magne Ingebrigtsen
2010-09-08coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de...Kenichi Handa
2010-09-07coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ...Kenichi Handa
2010-09-05Update to latest Unicode 6.0 beta data files.Juanma Barranquero
2010-09-04Check all lisp types in image loaderAndreas Schwab
2010-09-04Fix display of composed R2L text on MS-Windows.Eli Zaretskii
2010-09-04* image.c (Fimagemagick_types): Doc fix.Andreas Schwab
2010-09-04Fix type mismatch in ImageMagick loaderAndreas Schwab
2010-09-04* image.c (imagemagick_image_p): Replace bcopy by memcpy.Andreas Schwab
2010-09-02Removed cut-buffer code.Jan Djärv