| Commit message (Expand) | Author | Age | Files | Lines |
| * | (mirror_line_dance): Set W2 according to FRAME_FROM. | Richard M. Stallman | 2005-03-17 | 1 | -1/+1 |
| * | (buffer_lisp_local_variables): New function, | Richard M. Stallman | 2005-03-17 | 1 | -37/+42 |
| * | (Fcopy_file, Frename_file, Fadd_name_to_file) | Richard M. Stallman | 2005-03-17 | 1 | -4/+4 |
| * | (Finteractive): Document G option. | Richard M. Stallman | 2005-03-17 | 1 | -0/+7 |
| * | (xm_update_label, xm_update_list): Use the recommended | Stefan Monnier | 2005-03-17 | 1 | -0/+8 |
| * | (x_update_menu_appearance) [USE_MOTIF]: | Stefan Monnier | 2005-03-17 | 1 | -3/+10 |
| * | (xic_create_fontsetname): Add `motif' argument. | Stefan Monnier | 2005-03-17 | 1 | -14/+24 |
| * | *** empty log message *** | Stefan Monnier | 2005-03-17 | 1 | -0/+2 |
| * | (Fkill_emacs): YAILOM. | Stefan Monnier | 2005-03-17 | 1 | -1/+1 |
| * | (Fignore_event): Fix ancient obscure C-u handling bug. | Stefan Monnier | 2005-03-17 | 2 | -5/+25 |
| * | (HASHKEY_TERMINAL): Remove. | YAMAMOTO Mitsuharu | 2005-03-17 | 2 | -48/+79 |
| * | *** empty log message *** | Stefan Monnier | 2005-03-17 | 1 | -0/+5 |
| * | (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM. | Stefan Monnier | 2005-03-17 | 1 | -0/+2 |
| * | (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the | Stefan Monnier | 2005-03-17 | 1 | -11/+3 |
| * | (read_char): Only do the 7-bit-meta -> 27-bit-meta | Stefan Monnier | 2005-03-16 | 2 | -17/+20 |
| * | (Ffloor): Doc fix. | Lute Kamstra | 2005-03-16 | 2 | -2/+6 |
| * | Fix typo. | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -1/+1 |
| * | Fix typo (skip_while_space -> skip_white_space). | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -4/+4 |
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -1/+48 |
| * | (DARWIN): Don't define. | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -0/+3 |
| * | (init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) || | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -1/+1 |
| * | (xrm_merge_string_database, xrm_get_resource) | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -0/+10 |
| * | (x_list_fonts): FONT-LIST-CACHE is now cadr part of name_list_element. | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -55/+18 |
| * | (XrmDatabase): Typedef to Lisp_Object. | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -1/+1 |
| * | (mac_get_rdb_resource): Remove function. | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -35/+10 |
| * | Include macterm.h instead of directly including Carbon.h. | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -31/+973 |
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -1/+49 |
| * | (struct mac_output) [TARGET_API_MAC_CARBON]: New member | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -3/+10 |
| * | (activate_scroll_bars, deactivate_scroll_bars): Remove functions and | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -102/+53 |
| * | [!TARGET_API_MAC_CARBON]: Include Appearance.h and Controls.h. Use | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -7/+2 |
| * | (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift): Remove unused | YAMAMOTO Mitsuharu | 2005-03-16 | 1 | -193/+135 |
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-03-15 | 1 | -0/+6 |
| * | (keycode_to_xkeysym_table): Change mapping so that it coincide with | YAMAMOTO Mitsuharu | 2005-03-15 | 1 | -7/+11 |
| * | (syms_of_coding): Docstring of coding-category-list fixed. | Kenichi Handa | 2005-03-15 | 1 | -1/+4 |
| * | *** empty log message *** | Stefan Monnier | 2005-03-12 | 1 | -0/+13 |
| * | (ENCODE_MENU_STRING): Explicitly use string_make_unibyte. | Stefan Monnier | 2005-03-12 | 1 | -24/+19 |
| * | (xic_defaut_fontset): New constant. | Stefan Monnier | 2005-03-12 | 1 | -44/+95 |
| * | (Fmake_symbolic_link): Fix last change. | Stefan Monnier | 2005-03-12 | 2 | -16/+16 |
| * | *** empty log message *** | Richard M. Stallman | 2005-03-11 | 1 | -0/+6 |
| * | (Frename_file, Fadd_name_to_file) | Richard M. Stallman | 2005-03-11 | 1 | -3/+15 |
| * | *** empty log message *** | Kenichi Handa | 2005-03-11 | 1 | -0/+6 |
| * | (Finsert_file_contents): Call Fcheck_coding_system | Kenichi Handa | 2005-03-11 | 1 | -4/+3 |
| * | * xfns.c (hourglass_started): New function. | Jan Djärv | 2005-03-10 | 1 | -0/+7 |
| * | * keyboard.c (Fexecute_extended_command): Restart hourglass | Jan Djärv | 2005-03-10 | 1 | -0/+18 |
| * | * xfns.c (hourglass_started): New function. | Jan Djärv | 2005-03-10 | 1 | -0/+8 |
| * | * dispextern.h: Declare hourglass_started. | Jan Djärv | 2005-03-10 | 1 | -0/+1 |
| * | * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the | Jan Djärv | 2005-03-10 | 2 | -2/+12 |
| * | (pos_visible_p): Fix X value in last line of buffer. | Kim F. Storm | 2005-03-10 | 1 | -19/+11 |
| * | *** empty log message *** | Kim F. Storm | 2005-03-10 | 1 | -0/+4 |
| * | (x_set_font): Call set_default_ascii_font if an | Kenichi Handa | 2005-03-08 | 2 | -0/+12 |