(ENCODE_UNSAFE_CHARACTER): Adjusted for the name change
[bpt/emacs.git] / src /
2003-05-22 Kenichi Handa(ENCODE_UNSAFE_CHARACTER): Adjusted for the name change
2003-05-22 Kenichi Handa(CODING_REPLACEMENT_CHARACTER): Renamed from
2003-05-21 Dave Love*** empty log message ***
2003-05-21 Dave Love(x_window, x_window): Use use_xim.
2003-05-21 Dave Love(use_xim): Initialize.
2003-05-21 Dave Love(use_xim) [HAVE_X_I18N]: Declare.
2003-05-21 Jason Rumney(main) [WINDOWSNT]: Move it here.
2003-05-21 Jason Rumney(_start): Remove _fmode initialization.
2003-05-21 Stefan Monnier(get_local_map): Don't get char-property of previous
2003-05-21 Dave Love*** empty log message ***
2003-05-20 Dave Love*** empty log message ***
2003-05-20 Dave Love(MAIL_USE_FLOCK): Make it conditional.
2003-05-19 Richard M. Stallman*** empty log message ***
2003-05-19 Richard M. StallmanComment change.
2003-05-19 Richard M. Stallman(Finternal_set_lisp_face_attribute): Handle Qunspecified
2003-05-19 Richard M. Stallman(Fignore_event): Doc fix.
2003-05-19 Kenichi Handa(decode_coding_string): Handle post-read-conversion
2003-05-19 Kenichi Handa*** empty log message ***
2003-05-18 Richard M. Stallman*** empty log message ***
2003-05-18 Richard M. Stallman(Fcall_process_region): Doc fix.
2003-05-18 Stefan Monnier*** empty log message ***
2003-05-18 Stefan Monnier(Fload): Print a message if package is obsolete.
2003-05-17 Stefan Monnier(Fselect_window): Add optional `norecord' arg.
2003-05-17 Stefan Monnier(Fselect_window): Add optional arg `norecord'.
2003-05-17 David Kastrup(read_process_output): Back out change from 2003-03-09.
2003-05-17 David Kastrup*** empty log message ***
2003-05-17 Stefan Monnier(get_pos_property): Declare.
2003-05-17 Stefan Monnier(create_root_interval, graft_intervals_into_buffer...
2003-05-17 Stefan Monnier(get_pos_property): Don't assume that `object' = nil.
2003-05-17 Stefan Monnier(text_property_stickiness): New arg `buffer'.
2003-05-17 Richard M. Stallman(read_minibuf): If buffer is empty, record the default...
2003-05-17 Richard M. Stallman(map_char_table): Fix previous change.
2003-05-17 Richard M. Stallman(find_defun_start): When open_paren_in_column_0_is_defu...
2003-05-17 Richard M. Stallman(specbinding_func): New typedef.
2003-05-17 Richard M. Stallman(Fset_keymap_parent, map_keymap, Fcopy_keymap)
2003-05-17 Richard M. Stallman(Ffontset_info): Pass new arg to map_char_table.
2003-05-17 Richard M. Stallman(map_char_table): New arg TABLE gets the master table...
2003-05-17 Richard M. Stallman(set_case_table): Pass new arg to map_char_table.
2003-05-17 Richard M. Stallman(let_shadows_buffer_binding_p): Make target of p volatile.
2003-05-17 Richard M. Stallman(Fgarbage_collect): Cast pointers into specpdl to avoid...
2003-05-16 Richard M. Stallman(Fdelete_file): Handle symlinks pointing to directories.
2003-05-15 Stefan Monnier(apply_modifiers): Don't fill the other cache.
2003-05-15 Stefan Monnier*** empty log message ***
2003-05-14 Stefan MonnierNew file.
2003-05-14 Stefan Monnier(Qwindowp, Qwindow_live_p, Vwindow_list)
2003-05-14 Stefan MonnierInclude window.h.
2003-05-14 Stefan Monnier(make_lispy_event): Apply modifiers to multibyte-char...
2003-05-14 Stefan Monnier*** empty log message ***
2003-05-11 Stefan Monnier(adjust_point_for_property): Be more careful about...
2003-05-10 Stefan Monnier(uniquify-rationalize-file-buffer-names): Thinko.
2003-05-10 Stefan Monnier(follow_key): Remove dead variable `did_meta'.
2003-05-10 Stefan Monnier(adjust_point_for_property): Try harder to move point
2003-05-10 Stefan Monnier(single_display_prop_intangible_p): Make `space' display
2003-05-10 Andreas Schwab.
2003-05-10 Andreas Schwab(single_menu_item): Change last parameter to void* to
2003-05-09 Richard M. Stallman(Fprin1_to_string): Instead of gcpro, set abort_on_gc.
2003-05-09 Richard M. Stallman(specpdl_ptr): Declare volatile.
2003-05-09 Richard M. Stallman(struct specbinding): Declare elements volatile.
2003-05-09 Richard M. Stallman(alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
2003-05-09 Richard M. StallmanTest DO_BLOCK_INPUT rather than `emacs'
2003-05-08 Dave Love*** empty log message ***
2003-05-08 Dave Love(Vlast_coding_system_used): Doc fix.
2003-05-07 Jason Rumney(Ffile_symlink_p): Let handlers handle symlinks even
2003-05-06 Kenichi Handa*** empty log message ***
2003-05-05 Stefan Monnier*** empty log message ***
2003-05-05 Stefan Monnier(Qwrite_region_annotate_functions): New var.
2003-05-05 Stefan Monnier(map_keymap): Doc fix.
2003-05-05 Stefan Monnier(safe_run_hooks_error): Display the error instead of...
2003-05-04 Stefan Monnier(menu_bar_item): Adjust declaration.
2003-05-04 Stefan Monnier(input_available_signal): Mark static.
2003-05-04 Stefan Monnier(struct skp): New struct, to pass args through map_keymap.
2003-05-04 Stefan Monnier(map_keymap_item, map_keymap_char_table_item, map_keymap)
2003-05-04 Stefan Monnier(map_keymap_function_t): New type.
2003-05-03 Stefan Monnier*** empty log message ***
2003-05-02 Jan Djärv* gtkutil.c (create_dialog, make_widget_for_menu_item)
2003-05-01 Stefan Monnier(Funwind_protect): Use func = Fprogn rather symbol...
2003-05-01 Kenichi Handa(coding_system_accept_latin_extra_p): Delete this
2003-05-01 Stefan Monnier(unbind_to): Don't handle symbol = Qnil any more.
2003-05-01 Stefan Monnier(CHECK): Wrap args in parenthesis.
2003-05-01 Stefan Monnier(Fbyte_code) <unwind-protect>: Use Fprogn rather than...
2003-04-30 Stefan Monnier(parse_modifiers_uncached): Parse `down', `drag',
2003-04-30 Richard M. Stallman*** empty log message ***
2003-04-30 Richard M. Stallman(echo_char): Don't clear out a dash that follows a...
2003-04-30 Richard M. Stallman(abort_on_gc): Add decl.
2003-04-30 Richard M. Stallman(Fsignal): Clear abort_on_gc.
2003-04-30 Richard M. Stallman(Fformat): Set abort_on_gc during first scan of format.
2003-04-30 Richard M. Stallman(abort_on_gc): New variable.
2003-04-30 Richard M. Stallman(move_it_vertically_backward): Do the final big else...
2003-04-25 Andrew Choi* macterm.c (x_list_fonts): Return all fonts that match...
2003-04-24 Kenichi Handa(skip_chars): Fix previous change.
2003-04-24 Kenichi Handa(skip_chars): Make the code faster by using the common
2003-04-23 Jan Djärv* xdisp.c (update_tool_bar): BLOCK_INPUT before calling
2003-04-21 Richard M. StallmanFix comment typo.
2003-04-19 Stefan Monnier(Fapply): Undo last change and add a comment about...
2003-04-18 Miles Bader(Faset): Calculate nbytes earlier, to satisfy the now...
2003-04-17 Stefan Monnier(For, Fand, Fprogn, un_autoload, do_autoload): Use...
2003-04-17 Stefan Monnier(Fsubstitute_command_keys): Remove spurious casts.
2003-04-17 Stefan Monnier(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
2003-04-17 Stefan MonnierDon't hardcode BEG==1.
2003-04-17 Stefan Monnier(Fmake_byte_code): Improve the `usage' string.
next