aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
| |\
| | * Fix bug 7013, only do send event if wanted state != current state.Jan D2010-09-122-60/+104
| | * Update name of <emacs-bugs-7626@cbane.org>Stefan Monnier2010-09-121-1/+1
| | * * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).Anonymous2010-09-112-11/+14
| | * coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de...Kenichi Handa2010-09-082-1/+9
| | * coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ...Kenichi Handa2010-09-072-1/+6
| * | * xml.c (Fxml_parse_string, Fxml_parse_string): Revert lastAndreas Schwab2010-09-142-10/+13
| * | * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parametersLars Magne Ingebrigtsen2010-09-142-2/+9
| * | * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.Lars Magne Ingebrigtsen2010-09-122-2/+10
| * | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.Stefan Monnier2010-09-124-146/+11
| * | Remove some trailing white space.Lars Magne Ingebrigtsen2010-09-101-7/+7
| * | Add support for the libxml2 library.Lars Magne Ingebrigtsen2010-09-106-3/+166
* | | ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB ...Kenichi Handa2010-09-162-22/+50
|/ /
* | Update to latest Unicode 6.0 beta data files.Juanma Barranquero2010-09-052-2/+7
* | Check all lisp types in image loaderAndreas Schwab2010-09-043-198/+219
* | Fix display of composed R2L text on MS-Windows.Eli Zaretskii2010-09-042-21/+35
* | * image.c (Fimagemagick_types): Doc fix.Andreas Schwab2010-09-042-3/+3
* | Fix type mismatch in ImageMagick loaderAndreas Schwab2010-09-042-3/+5
* | * image.c (imagemagick_image_p): Replace bcopy by memcpy.Andreas Schwab2010-09-042-1/+5
* | Removed cut-buffer code.Jan Djärv2010-09-024-247/+14
* | merge trunkKenichi Handa2010-09-022-65/+48
|\ \
| * | * lisp/simple.el (blink-paren-function): Move from C to here.Stefan Monnier2010-09-012-65/+48
* | | merge changes in emacs-23 branchKenichi Handa2010-09-014-245/+164
|\ \ \ | |/ / |/| / | |/
| * Fix handling of 8-bit characters in a display table.Kenichi Handa2010-08-314-251/+160
| * term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.Kenichi Handa2010-08-292-1/+11