]> code.delx.au - gnu-emacs/history - src
(Fset_case_table): Doc fix.
[gnu-emacs] / src /
1995-10-29 Richard M. Stallman(Fset_case_table): Doc fix.
1995-10-29 Richard M. StallmanCast first arg to bzero.
1995-10-29 Richard M. Stallman(SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Fix the...
1995-10-28 Richard M. Stallman(FRAME_XIC): Fix wrong field name.
1995-10-28 Richard M. Stallman(run_hook_with_args): Add forward declaration.
1995-10-27 Richard M. Stallman(Fcommand_execute): New arg KEYS. Callers changed.
1995-10-27 Richard M. Stallman(Fcall_interactively): New arg KEYS.
1995-10-26 Richard M. Stallman(IT_ring_bell): Use intdos, not write.
1995-10-25 Karl Heuer[!HAVE_FMOD] (fmod): Make consistent with ANSI definition.
1995-10-25 Richard M. Stallman(string_match_1): Pass the POSIX arg to compile_pattern.
1995-10-25 Richard M. Stallman(REGEXP_IN_LIBC): Definition turned off.
1995-10-24 Richard M. Stallman(ok_to_echo_at_next_pause): Make it a char *.
1995-10-24 Richard M. Stallman(syms_of_minibuf): Doc fix.
1995-10-23 Erik Naggum(map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.
1995-10-23 Erik Naggum(Fcase_table_p, Fcurrent_case_table): Delete unused...
1995-10-22 Richard M. StallmanWhitespace changes.
1995-10-22 Richard M. StallmanDon't declare alloca.
1995-10-22 Richard M. Stallman(reset_buffer_local_variables): Call
1995-10-21 Richard M. Stallman(read_char): If we reread a char, the next pause
1995-10-21 Richard M. Stallman(try_window_id): Stop the compute_motion at ZV, not Z,
1995-10-21 Richard M. Stallman(Fnext_single_property_change): Rearrange handling of
1995-10-21 Richard M. Stallman(struct buffer): New slot redisplay_end_trigger.
1995-10-21 Richard M. Stallman(reset_buffer): Initialize extra1, extra2 and extra3...
1995-10-21 Richard M. Stallman(reset_buffer): Initialize redisplay_end_trigger slot.
1995-10-19 Erik Naggum(Fmap_char_table): Call map_char_table with correct...
1995-10-19 Richard M. Stallman(TRANSLATE, PATFETCH): Cast elt of `translate'.
1995-10-19 Richard M. Stallman(RE_TRANSLATE_TYPE): Define, if not already defined.
1995-10-19 Richard M. Stallman(read_char): Let Vkeyboard_translate_table be char...
1995-10-19 Richard M. Stallman(describe_map_tree): New arg always_title. Callers...
1995-10-19 Richard M. Stallman(Fsubstitute_command_keys): Pass new arg to describe_ma...
1995-10-19 Richard M. Stallman(RE_TRANSLATE_TYPE): New definition.
1995-10-19 Richard M. StallmanCase tables are now char-tables,
1995-10-19 Richard M. Stallman(UPCASE_TABLE): Definition deleted.
1995-10-19 Richard M. Stallman(reset_buffer_local_variables): Init case_table slots...
1995-10-19 Richard M. StallmanComment changes.
1995-10-18 Richard M. Stallman(Fchar_equal): Handle char-table as case table.
1995-10-18 Richard M. Stallman(compile_pattern_1, compile_pattern, search_buffer):
1995-10-18 Richard M. Stallman(Fchar_table_subtype): New function.
1995-10-18 Richard M. Stallman(read1): Handle #' as prefix.
1995-10-17 Richard M. Stallman(x_term_init, XTread_socket): Add HAVE_X_I18N support.
1995-10-15 Richard M. Stallman(x_window, both versions): Add HAVE_X_I18N support.
1995-10-15 Richard M. Stallman(HAVE_X_I18N): New macro.
1995-10-15 Richard M. Stallman(find_section): New function.
1995-10-15 Richard M. Stallman(unexec): Find the old data section.
1995-10-14 Richard M. Stallman(Finsert_file_contents): If replacing,
1995-10-14 Richard M. Stallman(Qdisplay_table): New variable.
1995-10-14 Richard M. Stallman(Qchar_table_extra_slots): New variable.
1995-10-14 Richard M. Stallman(Qsyntax_table): New variable.
1995-10-12 Richard M. Stallman(x_connection_signal_1): New function.
1995-10-12 Richard M. Stallman(struct Lisp_Char_Table): New slot `purpose'.
1995-10-12 Richard M. Stallman(describe_vector): Support nested char-tables.
1995-10-12 Richard M. Stallman(Qvector_or_char_table_p): New variable.
1995-10-12 Richard M. Stallman(Fdelete_other_windows): Set w->force_start.
1995-10-12 Richard M. Stallman(syms_of_xdisp): Doc fix.
1995-10-11 Richard M. Stallman(make_lispy_event) [!USE_X_TOOLKIT]: Dragging
1995-10-11 Richard M. Stallman(command_loop_1): Access display tables as char-tables.
1995-10-11 Richard M. Stallman(redisplay_window, redisplay_window, display_text_line):
1995-10-11 Richard M. Stallman(window_display_table): Use DISP_TABLE_P. Return type
1995-10-11 Richard M. Stallman(buffer_display_table): Use DISP_TABLE_P.
1995-10-11 Richard M. Stallman(Fcopy_sequence): Call Fmake_char_table the new way.
1995-10-11 Richard M. Stallman(DISP_TABLE_P): Check the `purpose' slot.
1995-10-11 Kim F. Storm(dos_timezone_offset, dos_display_scancodes,
1995-10-11 Kim F. Storm(insert-startup-screen): New function.
1995-10-11 Kim F. Storm[!HAVE_X_WINDOWS]:
1995-10-11 Kim F. Storm(internal_flush): Removed
1995-10-11 Kim F. StormCheck that DJGPP v. 1 is used.
1995-10-11 Richard M. Stallman(Fkill_buffer): Don't kill auto save file if not recent.
1995-10-11 Kim F. Storm(init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always...
1995-10-09 Erik Naggum(buffer-display-table): Document new implementation.
1995-10-09 Richard M. Stallman(temp_echo_area_glyphs): Restore the old point value.
1995-10-09 Richard M. Stallman(exec_sentinel, read_process_output):
1995-10-08 Richard M. StallmanIndentation change.
1995-10-08 Richard M. Stallman(write_segment): Write valid data in units of 1<<13,
1995-10-08 Richard M. Stallman(init_buffer_once): Make file_format always local,...
1995-10-08 Erik Naggum(Fmake_char_table): Initialize parent to nil.
1995-10-07 Richard M. Stallman(struct Lisp_Boolvector): New data type.
1995-10-07 Richard M. Stallman(Fchartablep, Fboolvectorp): New functions.
1995-10-07 Richard M. Stallman(print): Handle chartables and boolvectors.
1995-10-07 Richard M. Stallman(read1): Handle chartables and boolvectors.
1995-10-07 Richard M. Stallman(describe_vector): Use Flength to get length of vector.
1995-10-07 Richard M. Stallman(describe_syntax): Handle new syntax-table data format.
1995-10-07 Richard M. StallmanUse char tables as syntax tables.
1995-10-07 Richard M. Stallman(callint_message, callint_message_size): New vars.
1995-10-07 Richard M. Stallman(Fmake_chartable, Fmake_boolvector): New functions.
1995-10-07 Richard M. Stallman(Fset_char_table_range): New function.
1995-10-07 Richard M. Stallman(bytecode.o): Depend on syntax.h.
1995-10-06 Michael KiferAdded ${lispsource}ediff-hook.elc after vc-hooks.
1995-10-05 Richard M. Stallman(Fset_window_hscroll): Don't reject args > SHORTBITS.
1995-10-05 Richard M. Stallman(Fmove_to_column): Make it interactive.
1995-10-04 Richard M. Stallman(Fmake_indirect_buffer): Was taking marker positions
1995-10-03 Richard M. Stallman(Fmake_overlay): Set end-marker's insertion_type to 1.
1995-10-03 Richard M. Stallman(Vsuggest_key_bindings): New variable.
1995-10-03 Richard M. Stallman(write_segment): Use pagesize as unit of writing instea...
1995-10-03 Richard M. Stallman(Qmouse_leave_buffer_hook): New variable.
1995-10-03 Richard M. Stallman(get_display_line): Don't abort if there's text
1995-10-03 Richard M. Stallman(Qwindow_scroll_functions, Vwindow_scroll_functions...
1995-10-03 Richard M. Stallman(run_hook_with_args_2): New function.
1995-10-03 Richard M. Stallman(window_scroll): Always set force_start.
1995-10-01 Richard M. Stallman(re_search_2): Use 0, not -1, as the lower bound
1995-10-01 Richard M. Stallman(barf_or_query_if_file_exists): New arg STATPTR. ...
next