| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fmake_byte_code): Improve the `usage' string. | Stefan Monnier | 2003-04-17 | 1 | -1/+3 |
| | | |||||
| * | (Fdefine_abbrev_table): Use XCAR, XCDR. | Stefan Monnier | 2003-04-17 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-04-16 | 1 | -0/+7 |
| | | |||||
| * | (try_window, try_window_reusing_current_matrix): | Richard M. Stallman | 2003-04-16 | 1 | -4/+6 |
| | | | | | When at end of window, set window_end_pos to Z-ZV. | ||||
| * | (Foverlay_recenter): Doc fix. | Richard M. Stallman | 2003-04-16 | 1 | -1/+3 |
| | | |||||
| * | * macterm.c (mac_check_for_quit_char): Don't check more often than | Andrew Choi | 2003-04-14 | 2 | -10/+40 |
| | | | | | once a second. | ||||
| * | (Fsit_For): Support XEmacs-style arg list. | Stefan Monnier | 2003-04-14 | 1 | -5/+16 |
| | | |||||
| * | (head_table): Use switch-frame as event_kind for select-window. | Stefan Monnier | 2003-04-11 | 2 | -16/+25 |
| | | |||||
| * | (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT | Stefan Monnier | 2003-04-11 | 1 | -10/+12 |
| | | | | | | | specially, so that they can't hide an implicit switch-frame event. (make_lispy_event): Handle SELECT_WINDOW_EVENT. (keys_of_keyboard): Don't bind [select-window] in special-event-map. | ||||
| * | (Fformat): Lisp_Object/int mixup. | Stefan Monnier | 2003-04-11 | 1 | -2/+2 |
| | | | | | (format2): Remove unused var numargs. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-11 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-11 | 1 | -0/+10 |
| | | |||||
| * | (Vafter_insert_file_adjust_coding_function): Delete | Kenichi Handa | 2003-04-11 | 1 | -13/+6 |
| | | | | | | | | | | this variable. (Qafter_insert_file_set_coding): New variable. (syms_of_fileio): Initialize and staticpro it. Delete declaration for after-insert-file-adjust-coding-function. (Finsert_file_contents): Call Qafter_insert_file_set_coding instead of Vafter_insert_file_adjust_coding_function. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-11 | 1 | -1/+8 |
| | | |||||
| * | (temp_echo_area_glyphs): Adjust prototype. | Kenichi Handa | 2003-04-11 | 1 | -1/+1 |
| | | |||||
| * | (temp_echo_area_glyphs): Change the arg to Lisp | Kenichi Handa | 2003-04-11 | 1 | -12/+12 |
| | | | | | string. Callers changed. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-10 | 1 | -0/+9 |
| | | |||||
| * | * fileio.c (Vafter_insert_file_adjust_coding_function): New | Kenichi Handa | 2003-04-10 | 1 | -3/+26 |
| | | | | | | | | | variable. (syms_of_fileio): Declare it as a lisp variable. (Finsert_file_contents): Call Vafter_insert_file_adjust_coding_function before calling decode-format. | ||||
| * | * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to | Jan Djärv | 2003-04-09 | 3 | -8/+16 |
| | | | | | | | | get GtkAdjustment as widget now is a GtkRange. * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on GtkRange to avoid memory leak. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-09 | 1 | -2/+2 |
| | | |||||
| * | (Vface_font_rescale_alist): New variable. | Kenichi Handa | 2003-04-09 | 1 | -5/+64 |
| | | | | | | | | | | | | | | (struct font_name): New member rescale_ratio. (font_rescale_ratio): New function. (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio. (better_font_p): On comparing point sized, pay attention to recale_ratio member of fonts. (build_scalable_font_name): Reflect font->rescale_ratio in the font name. (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-09 | 1 | -0/+12 |
| | | |||||
| * | (read1): Before calling index, check if the 2nd | Kenichi Handa | 2003-04-09 | 1 | -12/+16 |
| | | | | | arguemnt is in ASCII range. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-09 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-04-09 | 1 | -0/+6 |
| | | |||||
| * | (Ffile_symlink_p): Doc fix. | Richard M. Stallman | 2003-04-09 | 1 | -1/+1 |
| | | |||||
| * | (Fformat): Translate positions of text properties | Richard M. Stallman | 2003-04-09 | 1 | -26/+114 |
| | | | | | in the format string to apply them to the result. | ||||
| * | (openp): Get the Qfile_exists_p handler for STRING, not FN. | Richard M. Stallman | 2003-04-08 | 2 | -1/+10 |
| | | |||||
| * | (Finsert_file_contents): Doc fix. | Richard M. Stallman | 2003-04-08 | 1 | -5/+8 |
| | | | | | (syms_of_fileio) <after-insert-file-functions>: Doc fix. | ||||
| * | mac.c (init_mac_osx_environment): Switch libexec and bin so that self- | Steven Tamm | 2003-04-08 | 2 | -2/+6 |
| | | | | | cohntained application find libexec files. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-08 | 1 | -0/+3 |
| | | |||||
| * | (coding_system_accept_latin_extra_p): New function. | Kenichi Handa | 2003-04-08 | 1 | -1/+25 |
| | | | | | | (find_safe_codings): Pay attention to characters registered in latin-extra-code-table. | ||||
| * | (code_convert_region): Fix last change. | Kenichi Handa | 2003-04-08 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-04-08 | 1 | -0/+9 |
| | | |||||
| * | (code_convert_region_unwind): Set | Kenichi Handa | 2003-04-08 | 1 | -6/+17 |
| | | | | | | | | | Vlast_coding_system_used to the argument. (code_convert_region): If post-read-conversion function changed the value of last-coding-sytem, keep the new value in coding->symbol so that it won't be overridden. (run_pre_post_conversion_on_str): Likewise. | ||||
| * | (md5.o): Add missing dependency info. | Thien-Thi Nguyen | 2003-04-07 | 2 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-04-06 | 1 | -0/+18 |
| | | |||||
| * | (x_handle_selection_request): Move UNGCPRO to very end. | Richard M. Stallman | 2003-04-06 | 1 | -2/+5 |
| | | |||||
| * | (verify_bytepos): New function. | Richard M. Stallman | 2003-04-06 | 1 | -0/+18 |
| | | |||||
| * | Add many calls to CHECK_TOTAL_LENGTH. | Richard M. Stallman | 2003-04-06 | 1 | -0/+88 |
| | | | | | | | | (set_intervals_multibyte_1): When becoming multibyte, adjust right and left child sizes to a whole set of characters. If an interval gets zero total-length, delete it. If an interval consists of just its children, delete one of them. | ||||
| * | (CHECK_TOTAL_LENGTH): New macro. | Richard M. Stallman | 2003-04-06 | 1 | -0/+4 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2003-04-06 | 1 | -4/+8 |
| | | |||||
| * | (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted. | Richard M. Stallman | 2003-04-06 | 1 | -25/+17 |
| | | | | | (lisp_malloc): Do the work here directly. | ||||
| * | (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables. | Juanma Barranquero | 2003-04-06 | 2 | -2/+9 |
| | | |||||
| * | Break the line after the return type in function definition. | Richard M. Stallman | 2003-04-04 | 1 | -4/+7 |
| | | |||||
| * | (Fformat): Use a copy of FORMAT string so that we can | Kenichi Handa | 2003-04-04 | 2 | -0/+12 |
| | | | | | destructively change "%S" to "%s". | ||||
| * | (choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set. | Miles Bader | 2003-04-03 | 2 | -1/+9 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-04-01 | 1 | -0/+4 |
| | | |||||
| * | (xpm_lookup_color): Grok "opaque". | Dave Love | 2003-04-01 | 1 | -1/+9 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-04-01 | 1 | -5/+3 |
| | | |||||