aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fmake_byte_code): Improve the `usage' string.Stefan Monnier2003-04-171-1/+3
|
* (Fdefine_abbrev_table): Use XCAR, XCDR.Stefan Monnier2003-04-171-2/+2
|
* *** empty log message ***Richard M. Stallman2003-04-161-0/+7
|
* (try_window, try_window_reusing_current_matrix):Richard M. Stallman2003-04-161-4/+6
| | | | When at end of window, set window_end_pos to Z-ZV.
* (Foverlay_recenter): Doc fix.Richard M. Stallman2003-04-161-1/+3
|
* * macterm.c (mac_check_for_quit_char): Don't check more often thanAndrew Choi2003-04-142-10/+40
| | | | once a second.
* (Fsit_For): Support XEmacs-style arg list.Stefan Monnier2003-04-141-5/+16
|
* (head_table): Use switch-frame as event_kind for select-window.Stefan Monnier2003-04-112-16/+25
|
* (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENTStefan Monnier2003-04-111-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 Monnier2003-04-111-2/+2
| | | | (format2): Remove unused var numargs.
* *** empty log message ***Kenichi Handa2003-04-111-1/+1
|
* *** empty log message ***Kenichi Handa2003-04-111-0/+10
|
* (Vafter_insert_file_adjust_coding_function): DeleteKenichi Handa2003-04-111-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 Handa2003-04-111-1/+8
|
* (temp_echo_area_glyphs): Adjust prototype.Kenichi Handa2003-04-111-1/+1
|
* (temp_echo_area_glyphs): Change the arg to LispKenichi Handa2003-04-111-12/+12
| | | | string. Callers changed.
* *** empty log message ***Kenichi Handa2003-04-101-0/+9
|
* * fileio.c (Vafter_insert_file_adjust_coding_function): NewKenichi Handa2003-04-101-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 toJan Djärv2003-04-093-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 Handa2003-04-091-2/+2
|
* (Vface_font_rescale_alist): New variable.Kenichi Handa2003-04-091-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 Handa2003-04-091-0/+12
|
* (read1): Before calling index, check if the 2ndKenichi Handa2003-04-091-12/+16
| | | | arguemnt is in ASCII range.
* *** empty log message ***Kenichi Handa2003-04-091-0/+5
|
* *** empty log message ***Richard M. Stallman2003-04-091-0/+6
|
* (Ffile_symlink_p): Doc fix.Richard M. Stallman2003-04-091-1/+1
|
* (Fformat): Translate positions of text propertiesRichard M. Stallman2003-04-091-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. Stallman2003-04-082-1/+10
|
* (Finsert_file_contents): Doc fix.Richard M. Stallman2003-04-081-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 Tamm2003-04-082-2/+6
| | | | cohntained application find libexec files.
* *** empty log message ***Kenichi Handa2003-04-081-0/+3
|
* (coding_system_accept_latin_extra_p): New function.Kenichi Handa2003-04-081-1/+25
| | | | | (find_safe_codings): Pay attention to characters registered in latin-extra-code-table.
* (code_convert_region): Fix last change.Kenichi Handa2003-04-081-1/+1
|
* *** empty log message ***Kenichi Handa2003-04-081-0/+9
|
* (code_convert_region_unwind): SetKenichi Handa2003-04-081-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 Nguyen2003-04-072-1/+6
|
* *** empty log message ***Richard M. Stallman2003-04-061-0/+18
|
* (x_handle_selection_request): Move UNGCPRO to very end.Richard M. Stallman2003-04-061-2/+5
|
* (verify_bytepos): New function.Richard M. Stallman2003-04-061-0/+18
|
* Add many calls to CHECK_TOTAL_LENGTH.Richard M. Stallman2003-04-061-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. Stallman2003-04-061-0/+4
|
* Comment change.Richard M. Stallman2003-04-061-4/+8
|
* (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted.Richard M. Stallman2003-04-061-25/+17
| | | | (lisp_malloc): Do the work here directly.
* (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.Juanma Barranquero2003-04-062-2/+9
|
* Break the line after the return type in function definition.Richard M. Stallman2003-04-041-4/+7
|
* (Fformat): Use a copy of FORMAT string so that we canKenichi Handa2003-04-042-0/+12
| | | | destructively change "%S" to "%s".
* (choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set.Miles Bader2003-04-032-1/+9
|
* *** empty log message ***Dave Love2003-04-011-0/+4
|
* (xpm_lookup_color): Grok "opaque".Dave Love2003-04-011-1/+9
|
* *** empty log message ***Kim F. Storm2003-04-011-5/+3
|