aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.Stefan Monnier2010-08-312-0/+9
* | * src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.Chong Yidong2010-08-312-4/+9
* | * src/marker.c (Fcopy_marker): Make the first arg optional.Stefan Monnier2010-08-302-1/+7
* | composite.c (composition_update_it): Fix previous changeKenichi Handa2010-08-301-1/+1
* | composite.c (composition_update_it): Fix computing of cmp_it->width.Kenichi Handa2010-08-302-2/+6
* | * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.Jan D2010-08-292-0/+16
* | xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling c...Kenichi Handa2010-08-262-2/+11
* | fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.Kenichi Handa2010-08-252-1/+13
* | Allow composition striding over PT.Kenichi Handa2010-08-252-34/+15
* | merge trunkKenichi Handa2010-08-2529-698/+1072
|\ \
| * | Avoid clobbering primary selection when switching frames (Bug#6872).Chong Yidong2010-08-242-5/+13
| * | * dbusbind.c: Accept UNIX domain sockets as bus address.Michael Albinus2010-08-232-82/+169
| * | src/ChangeLog: Fix typos.Juanma Barranquero2010-08-231-5/+5
| * | Move reading an extended command to Elisp (bug#5364, bug#5214).Juri Linkov2010-08-232-25/+8
| * | Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong2010-08-223-68/+5
| * | Merge changes from emacs-23 branch.Chong Yidong2010-08-224-24/+63
| |\ \ | | |/
| | * * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISPAndreas Schwab2010-08-172-9/+10