aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (charset-map-path): Doc fix.Glenn Morris2008-09-112-1/+5
* (handle_composition_prop): Set it->cmp_it.ch to -1.Kenichi Handa2008-09-102-0/+3
* (composition_compute_stop_pos): Reset cmp_it->id to -1 at first.Kenichi Handa2008-09-102-0/+2
* (Ffont_shape_gstring): Make glyphs of non-nil adjustmentKenichi Handa2008-09-102-8/+34
* (character.o, chartab.o): Fix config.h typo.Glenn Morris2008-09-102-2/+6
* (composition_compute_stop_pos): Fix previous change.Kenichi Handa2008-09-101-6/+4
* (read_key_sequence): Reapply translation maps when switchingChong Yidong2008-09-091-12/+6
* * keyboard.c (read_key_sequence): Reapply translation maps whenChong Yidong2008-09-091-0/+5
* *** empty log message ***Kenichi Handa2008-09-092-1/+7
* (composition_compute_stop_pos): Limit the search of composition toKenichi Handa2008-09-091-0/+18
* (ftfont_shape_by_flt): Use "combining" FLT for ASCII characters.Kenichi Handa2008-09-092-1/+10
* (FORWARD_CHAR): Fix calculation of (POSITION).pos_byte.Kenichi Handa2008-09-092-1/+11
* (Fvertical_motion): Be sure to set it_overshoot_expected ifKenichi Handa2008-09-081-1/+1
* Fix typo in comment.Juanma Barranquero2008-09-071-1/+1
* (Fcall_process): Don't hold references to string dataAndreas Schwab2008-09-072-5/+13
* (Fsystem_process_attributes): Doc fix.Roland Winkler2008-09-072-3/+7
* (Fcall_process): Canonicalize current directory name.Chong Yidong2008-09-071-7/+2
* * callproc.c (Fcall_process): Canonicalize current directory name.Chong Yidong2008-09-071-0/+2
* (move_it_to): When moving by vpos, ensure that the iterator advancesChong Yidong2008-09-071-2/+12
* * xdisp.c (move_it_to): When moving by vpos, ensure that the iteratorChong Yidong2008-09-071-0/+6
* * nsfont.m (nsfont_draw): Fix the references to missing gidx dataTeodor Zlatanov2008-09-073-7/+14
* (Fbuffer_swap_text): Reset window->point markers.Stefan Monnier2008-09-072-0/+24
* (FORWARD_CHAR): Check STOP after incrementing (POSITION).pos.Kenichi Handa2008-09-071-4/+10
* (Fsystem_process_attributes): Doc fix.Roland Winkler2008-09-062-3/+7
* (Ftop_level): Doc fix.Chong Yidong2008-09-061-1/+2
* * keyboard.c (Ftop_level): Doc fix.Chong Yidong2008-09-061-0/+4
* (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a minibuffer, don't let lowerEli Zaretskii2008-09-062-0/+20
* (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a "char *q" to accessEli Zaretskii2008-09-062-8/+15
* Fix spelling and wording of comments.Eli Zaretskii2008-09-061-27/+26
* (single_menu_item) [!HAVE_BOXES]: Enable emulation of toggle boxes andEli Zaretskii2008-09-052-2/+7
* (autocmp_chars): Check lookback count.Kenichi Handa2008-09-052-104/+264
* (struct composition_it): New member lookback.Kenichi Handa2008-09-051-0/+4
* (Fvertical_motion): Don't call move_it_by_lines again if moving by aChong Yidong2008-09-021-4/+10
* * indent.c (Fvertical_motion): Don't call move_it_by_lines againChong Yidong2008-09-021-0/+5
* (x_delete_display): Fix merge error.Andreas Schwab2008-09-022-1/+2
* (Fexpand_file_name): Remove unused variables.Andreas Schwab2008-09-022-8/+4
* Merge from emacs--rel--22Miles Bader2008-09-024-4/+19
|\
| * (Fmodify_frame_parameters): Doc fix.Glenn Morris2008-08-302-1/+7
| * (stat): Only root directory passed to GetDriveType. Allow RAM disk as wellEli Zaretskii2008-08-302-1/+19
| * [USE_ATSUI] (mac_draw_image_string_atsui) [MAC_OS_X]: Fix last change.YAMAMOTO Mitsuharu2008-08-301-2/+2
| * [USE_ATSUI] (mac_draw_image_string_atsui) [MAC_OS_X]: Fix coordinate flipping.YAMAMOTO Mitsuharu2008-08-302-10/+8
| * [USE_CG_DRAWING] (mac_draw_cg_image): Fix coordinate flipping.YAMAMOTO Mitsuharu2008-08-302-10/+13
| * (Fexpand_file_name): Copy argument `name' into local storage on all platforms,Eli Zaretskii2008-08-292-4/+8
| * (Fmac_resume_apple_event): Distribute cast to pointerYAMAMOTO Mitsuharu2008-08-292-4/+15
| * [HAVE_DIALOGS] (mac_dialog_show): Cast to pointer-sizeYAMAMOTO Mitsuharu2008-08-291-1/+1
| * (mac_system_script_code): Use EMACS_INT for DEFVAR_INT variable.YAMAMOTO Mitsuharu2008-08-291-4/+4
| * (Fcondition_case): Doc fix.Chong Yidong2008-08-261-1/+1
| * * eval.c (Fcondition_case): Doc fix.Chong Yidong2008-08-261-0/+4
| * (Fx_popup_menu, Fx_popup_dialog, w32_menu_show): Ensure mouse is notJason Rumney2008-08-262-0/+10
| * Fix typos (sync from trunk).Juanma Barranquero2008-08-269-17/+37