aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Bo...Karoly Lorentey2005-09-118-44/+76
* | Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.Karoly Lorentey2005-09-115-16/+68
* | Merged in changes from CVS trunk.Karoly Lorentey2005-09-096-112/+439
|\|
| * (Fsubstitute_command_keys): Lookup key binding forKim F. Storm2005-09-091-0/+13
| * *** empty log message ***Kim F. Storm2005-09-091-0/+3
| * * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_pKim F. Storm2005-09-081-1/+1
| * *** empty log message ***Kim F. Storm2005-09-081-0/+3
| * (struct frame): New member updated_p.Kim F. Storm2005-09-081-0/+3
| * (redisplay_internal): Mark updated frames in new updated_pKim F. Storm2005-09-081-19/+10
| * *** empty log message ***Kim F. Storm2005-09-081-0/+7
| * * xdisp.c (handle_display_prop): Respect overlay window property.Kim F. Storm2005-09-071-1/+4
| * *** empty log message ***Kim F. Storm2005-09-071-0/+2
| * (try_window): Remove superfluous cursor_height calculation.Kim F. Storm2005-09-071-2/+1
| * *** empty log message ***Kim F. Storm2005-09-071-0/+5
| * (xstrlwr): Don't use tolower for non-ASCII characters.YAMAMOTO Mitsuharu2005-09-062-1/+20
| * (struct xlfdpat_block, struct xlfdpat): New structs.YAMAMOTO Mitsuharu2005-09-061-88/+357
| * *** empty log message ***Stefan Monnier2005-09-051-0/+10
* | Enforce the presence of `window-system' and `tty-type' frame parameters in al...Karoly Lorentey2005-09-072-4/+13
* | Merged in changes from CVS trunk. (Testing my own CVS gateway.)Karoly Lorentey2005-09-054-8/+35
|\|
| * *** empty log message ***Richard M. Stallman2005-09-041-0/+10
| * (redisplay_internal): Make UPDATED as long as needed.Richard M. Stallman2005-09-041-3/+23
| * (Fsort): Doc fix.Richard M. Stallman2005-09-041-1/+1
| * (Fpropertize): Don't insist that properties be symbols.Richard M. Stallman2005-09-041-4/+1
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-04291-1751/+3006
|\|
| * (directory_files_internal_unwind, directory_files_internal)Stefan Monnier2005-09-021-25/+21
| * *** empty log message ***Stefan Monnier2005-09-011-10/+15
| * (update_interval): Fix indentation and coding style. Add info in error.Stefan Monnier2005-09-011-4/+4
| * (window_to_frame_hpos, update_window):Stefan Monnier2005-09-011-6/+2
| * (add_menu_item): If unicode_append_menu returns anJason Rumney2005-08-311-1/+17
| * *** empty log message ***Jason Rumney2005-08-311-0/+5
| * *** empty log message ***YAMAMOTO Mitsuharu2005-08-311-1/+17
| * (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.YAMAMOTO Mitsuharu2005-08-311-5/+0
| * [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.YAMAMOTO Mitsuharu2005-08-311-0/+4
| * (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed.YAMAMOTO Mitsuharu2005-08-311-161/+211
| * (update_syntax_table): Properly reproduce the special +1Stefan Monnier2005-08-292-6/+22
| * *** empty log message ***Eli Zaretskii2005-08-271-0/+4
| * (USAGE1): Fix the description of the -Q option.Eli Zaretskii2005-08-271-1/+1
| * (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2005-08-261-2/+2
| * (resize_mini_window): Fix 2005-08-20 change.Kim F. Storm2005-08-261-2/+1
| * *** empty log message ***Kim F. Storm2005-08-261-0/+5
| * (mac_copy_area, mac_copy_area_with_mask): Restore background color.YAMAMOTO Mitsuharu2005-08-252-53/+174
| * (kbd_buffer_get_event) [MAC_OS]: Make events forYAMAMOTO Mitsuharu2005-08-251-1/+1
| * *** empty log message ***Juri Linkov2005-08-221-0/+5
| * (turn_on_face): Check for TS_set_foreground andJuri Linkov2005-08-221-11/+7
| * * fringe.c (update_window_fringes): Only put TOP and BOTTOMKim F. Storm2005-08-211-2/+4
| * *** empty log message ***Kim F. Storm2005-08-211-0/+3
| * (redisplay_window): Call update_window_fringes withKim F. Storm2005-08-211-4/+3
| * (update_window_fringes): Replace FORCE_P arg with KEEP_CURRENT_P arg;Kim F. Storm2005-08-211-12/+16
| * *** empty log message ***Kim F. Storm2005-08-211-0/+9
| * (display_echo_area_1): Get display start pos from w->start.Richard M. Stallman2005-08-202-5/+26