Add move-beginning-of-line and move-end-of-line to Point Motion Only Group.
[bpt/emacs.git] / src /
2006-07-21 Eli Zaretskii(convert_time): Use explicit long double constants...
2006-07-20 YAMAMOTO Mitsuharu*** empty log message ***
2006-07-20 YAMAMOTO Mitsuharu(BASE_PURESIZE): Decrease to 1141000.
2006-07-20 YAMAMOTO Mitsuharu(pure_bytes_used_lisp, pure_bytes_used_non_lisp): New...
2006-07-18 Kim F. Storm(x_calc_absolute_position): Fix frame positioning
2006-07-18 Kim F. Storm*** empty log message ***
2006-07-18 Dan Nicolaescu* ebrowse.c (usage, version): Mark as NO_RETURN.
2006-07-18 Kim F. Storm*** empty log message ***
2006-07-18 Kim F. Storm(x_get_local_selection, copy_multiple_data)
2006-07-18 Kim F. Storm(x_decode_color): Use signal_error.
2006-07-18 Kim F. Storm* xfaces.c (signal_error): Move to eval.c.
2006-07-18 Kim F. Storm(window_scroll_pixel_based, window_scroll_line_based):
2006-07-18 Kim F. Storm(unexec): Use xsignal.
2006-07-18 Kim F. Storm(text_read_only): Use xsignal0, xsignal1.
2006-07-18 Kim F. Storm(scan_lists): Use xsignal3.
2006-07-18 Kim F. Storm(compile_pattern_1): Use xsignal1.
2006-07-18 Kim F. Storm(Fmsdos_set_mouse_buttons): Use xsignal2.
2006-07-18 Kim F. Storm(x_get_local_selection): Use signal_error.
2006-07-18 Kim F. Storm(Fload): Use xsignal2, signal_error.
2006-07-18 Kim F. Storm(list1): Add EXFUN.
2006-07-18 Kim F. Storm(Fmap_keymap): Use xsignal1.
2006-07-18 Kim F. Storm(recursive_edit_1): Use xsignal1.
2006-07-18 Kim F. Storm(x_set_line_spacing, x_set_screen_gamma): Use signal_error.
2006-07-18 Kim F. Storm(Flength): wrong_type_argument is no-return.
2006-07-18 Kim F. Storm(arith_error, range_error, domain_error): Use xsignal2.
2006-07-18 Kim F. Storm(report_file_error): Use xsignal.
2006-07-18 Kim F. Storm* eval.c (xsignal): New func. Like Fsignal, but marked...
2006-07-18 Kim F. Storm(region_limit, Fget_internal_run_time): Use xsignal0.
2006-07-18 Kim F. Storm(Fdocumentation): Use xsignal1.
2006-07-18 Kim F. Storm(circular_list_error): Use xsignal.
2006-07-18 Kim F. Storm(Fcheck_coding_system): Use xsignal1. Remove loop.
2006-07-18 Kim F. Storm(Fforward_char, Fdelete_char): Use xsignal0.
2006-07-18 Kim F. Storm(casify_object): wrong_type_argument is no-return.
2006-07-18 Kim F. Storm(check_mark): Use xsignal0.
2006-07-18 Kim F. Storm(Fbuffer_local_value, Fbarf_if_buffer_read_only):
2006-07-18 Kim F. Storm(buffer_memory_full, memory_full): Use xsignal. Remove...
2006-07-18 YAMAMOTO Mitsuharu(XTread_socket): Undo previous change.
2006-07-18 YAMAMOTO Mitsuharu(keycode_to_xkeysym): Remove function. All uses now
2006-07-17 Richard M. StallmanComment change.
2006-07-17 Richard M. Stallman(Vcommand_error_function): New variable.
2006-07-17 Richard M. StallmanFix previous change.
2006-07-17 Richard M. Stallman(init_display): Mention DISPLAY as well as TERM in...
2006-07-17 Kim F. Storm(handle_single_display_spec): Ensure the right value of
2006-07-17 Kim F. Storm*** empty log message ***
2006-07-17 Thien-Thi Nguyen(display_mode_line): Preserve match data.
2006-07-14 Kim F. Storm*** empty log message ***
2006-07-14 Kim F. Storm(reader_thread): Use _sys_wait_accept to wait on a
2006-07-14 Kim F. Storm(_sys_read_ahead, _sys_wait_accept): Add prototypes.
2006-07-14 Kim F. Storm(pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
2006-07-14 Jan Djärv* sound.c (alsa_init): Call snd_pcm_close after success...
2006-07-14 Kim F. Storm*** empty log message ***
2006-07-14 Kim F. StormFix high cpu load for server sockets.
2006-07-14 Kim F. Storm(FILE_LISTEN): New filedesc flag value.
2006-07-13 Kim F. Storm(Fthrow): Remove loop around Fsignal.
2006-07-13 Kim F. Storm(Findirect_function): Optimize for no indirection.
2006-07-13 Kim F. Storm(Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
2006-07-13 Kim F. Storm*** empty log message ***
2006-07-13 Andreas Schwab(scan_sexps_forward): Use EMACS_INT for out_bytepos and
2006-07-13 Kenichi Handa(Fformat): Fix calculation of text property positions
2006-07-12 Romain FrancoiseFormatting fixes.
2006-07-12 Kim F. Storm*** empty log message ***
2006-07-12 Kim F. Storm(load_pixmap): Use CHECK_TYPE.
2006-07-12 Kim F. Storm(Fwindow_configuration_frame, Fset_window_configuration):
2006-07-12 Kim F. Storm(check_syntax_table): Use CHECK_TYPE.
2006-07-12 Kim F. Storm(sun_item_create): Use CHECK_LIST_CONS.
2006-07-12 Kim F. Storm(Fset_match_data): Use CHECK_LIST.
2006-07-12 Kim F. Storm(Fcopy_marker): Use CHECK_TYPE.
2006-07-12 Kim F. Storm(Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
2006-07-12 Kim F. Storm(Fmac_get_preference): Use CHECK_LIST_END.
2006-07-12 Kim F. Storm(check_obarray): Cleanup wrong_type_argument use.
2006-07-12 Kim F. Storm(Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.
2006-07-12 Kim F. Storm(access_keymap_keyremap): Use ARRAYP.
2006-07-12 Kim F. Storm(Fdefine_fringe_bitmap): Cleanup wrong_type_argument...
2006-07-12 Kim F. Storm(Flength, Felt, Ffillarray): Remove loop around wrong_t...
2006-07-12 Kim F. Storm(general_insert_function): Remove loop around wrong_typ...
2006-07-12 Kim F. Storm(sit_for): Tiny simplification.
2006-07-12 Kim F. Storm(wrong_type_argument): Remove loop around Fsignal.
2006-07-12 Kim F. Storm(check_category_table): Use CHECK_TYPE.
2006-07-12 Kim F. Storm* casetab.c (check_case_table): Use CHECK_TYPE.
2006-07-12 Kim F. Storm(casify_object): Remove loop around wrong_type_argument.
2006-07-12 Kim F. Storm(Fcall_interactively): Remove loop around wrong_type_ar...
2006-07-12 Kim F. Storm(Fbyte_code): Use CHECK_VECTOR.
2006-07-12 Kim F. Storm(CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE.
2006-07-12 Kim F. Storm(CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
2006-07-12 Kim F. Storm(CHECK_TYPE): New macro for generic type checking.
2006-07-12 Kim F. Storm*** empty log message ***
2006-07-12 YAMAMOTO Mitsuharu*** empty log message ***
2006-07-12 YAMAMOTO MitsuharuInclude blockinput.h.
2006-07-12 YAMAMOTO MitsuharuInclude blockinput.h.
2006-07-12 YAMAMOTO MitsuharuInclude blockinput.h.
2006-07-12 YAMAMOTO Mitsuharu(dired.o, editfns.o, fileio.o): Depend on blockinput.h.
2006-07-12 Kim F. Storm(sit_for): Use XINT.
2006-07-11 Kim F. Storm(sit_for): Signal error if TIMEOUT is not a number...
2006-07-11 Kim F. Storm*** empty log message ***
2006-07-11 Kim F. Storm(Fcall_interactively): Update/simplify sit_for calls.
2006-07-11 Kim F. Storm(Fdo_auto_save): Update/simplify sit_for calls.
2006-07-11 Kim F. Storm(command_loop_1, read_char, Fexecute_extended_command):
2006-07-11 Kim F. Storm(temp_echo_area_glyphs): Update/simplify sit_for calls.
2006-07-11 Kim F. Storm(sit_for): Update prototype.
2006-07-11 Kim F. Storm(sit_for): Remove prototype.
next