aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2008-09-161-0/+5
* (make_conversion_work_buffer): Avoid callingKenichi Handa2008-09-161-3/+3
* (Fselect_window): Don't update window_select_count andMartin Rudalics2008-09-152-6/+15
* (Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.Kenichi Handa2008-09-142-1/+10
* *** empty log message ***Kenichi Handa2008-09-121-0/+9
* (scan_for_column): Don't handle automatic composition if the currentKenichi Handa2008-09-121-1/+6
* (find_automatic_composition): Fix previous change.Kenichi Handa2008-09-121-1/+1
* (compose-gstring-for-graphic): Fix previous change.Kenichi Handa2008-09-121-1/+1
* (composition_reseat_it): If the current buffer isKenichi Handa2008-09-121-2/+9
* * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.Stefan Monnier2008-09-124-4/+23
* (set_window_buffer): Always preserve current-buffer.Stefan Monnier2008-09-122-15/+7
* (init_charset): Warn if etc/charsets not found. (Bug#909)Glenn Morris2008-09-122-5/+18
* (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