aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys inJan Djärv2006-09-041-0/+6
| | | | | the file chooser message. Only call gtk_file_chooser_set_current_name when action is SAVE.
* Double all single and back quotes in C-styleAndreas Schwab2006-09-041-0/+5
| | | | comments to help fontifier.
* *** empty log message ***Jason Rumney2006-09-031-0/+5
|
* *** empty log message ***Juri Linkov2006-09-021-0/+4
|
* *** empty log message ***Eli Zaretskii2006-09-021-0/+5
|
* * gtkutil.c (xg_get_file_with_chooser): Change file chooser messageJan Djärv2006-09-021-0/+4
| | | | | for writing files. Call gtk_file_chooser_set_current_name to keep default filename.
* * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it callsJan Djärv2006-09-021-0/+4
|
* *** empty log message ***Eli Zaretskii2006-09-021-0/+8
|
* *** empty log message ***Eli Zaretskii2006-09-021-0/+6
|
* Whitespace fixes.Romain Francoise2006-09-011-22/+22
|
* Fix typo.Chong Yidong2006-09-011-1/+1
|
* * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-011-0/+23
| | | | | | | | | | | | | | | | | | | | | | (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros. * buffer.c (Fbuffer_chars_modified_tick): New function returning value of BUF_CHARS_MODIFF. (syms_of_buffer): Defsubr it. (Fget_buffer_create): Initialize BUF_CHARS_MODIFF. * insdel.c (modify_region): New argument preserve_chars_modiff. Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero. (insert_1_both, insert_from_string_1, insert_from_buffer_1) (adjust_after_replace, adjust_after_replace_noundo) (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF. * lisp.h (modify_region): Add fourth argument in extern. * casefiddle.c (casify_region): Call modify_region with fourth argument zero to assert that CHARS_MODIFF is updated. * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal) (Ftranspose_regions): Likewise. * textprop.c (Fadd_text_properties, Fset_text_properties) (Fremove_text_properties, Fremove_list_of_text_properties): Call modify_region with fourth argument 1 to avoid that CHARS_MODIFF is updated.
* *** empty log message ***Richard M. Stallman2006-08-311-0/+4
|
* * indent.c (Fvertical_motion): Don't move back if we wereChong Yidong2006-08-291-0/+5
| | | | displaying a Lisp string, either.
* *** empty log message ***Kim F. Storm2006-08-281-0/+5
|
* *** empty log message ***Richard M. Stallman2006-08-281-0/+4
|
* *** empty log message ***Kenichi Handa2006-08-281-0/+5
|
* *** empty log message ***Kim F. Storm2006-08-271-0/+8
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-08-271-0/+49
|
* *** empty log message ***Kim F. Storm2006-08-251-0/+13
|
* (url-file-local-copy): Tell url-copy-file that the dest file will already exist.Stefan Monnier2006-08-251-4/+4
|
* *** empty log message ***Kim F. Storm2006-08-251-0/+4
|
* *** empty log message ***Richard M. Stallman2006-08-251-0/+4
|
* *** empty log message ***Kim F. Storm2006-08-241-1/+17
|
* *** empty log message ***Nick Roberts2006-08-241-0/+5
|
* *** empty log message ***Kim F. Storm2006-08-221-0/+5
|
* *** empty log message ***Kim F. Storm2006-08-221-0/+4
|
* * keyboard.c: Clarify difference between in_sighandler andJan Djärv2006-08-211-0/+5
| | | | handling_signal.
* *** empty log message ***Kim F. Storm2006-08-211-0/+7
|
* (syms_of_keyboard): Docstring ofKenichi Handa2006-08-211-0/+6
| | | | | Vunread_post_input_method_events and Vunread_input_method_events fixed.
* * keyboard.c (show_help_echo): Preserve mouse movement flag ifChong Yidong2006-08-201-0/+5
| | | | tracking mouse.
* *** empty log message ***Richard M. Stallman2006-08-201-0/+7
|
* *** empty log message ***Nick Roberts2006-08-171-0/+5
|
* (debug_output_compilation_hack): Fix return type.Andreas Schwab2006-08-161-0/+4
|
* *** empty log message ***Richard M. Stallman2006-08-161-0/+4
|
* (choose_write_coding_system): Use LF for end-of-lineKenichi Handa2006-08-161-0/+5
| | | | in auto-saving.
* * keyboard.c (read_char): Don't change idle timer state at all ifChong Yidong2006-08-151-0/+5
| | | | end_time is supplied.
* (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRCKenichi Handa2006-08-151-0/+9
| | | | | | | | is exhausted, return with RET. (detect_coding_emacs_mule, detect_coding_iso2022) (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above change.
* * keyboard.c (read_char): Don't reset idle timers if a time limitChong Yidong2006-08-141-0/+5
| | | | is supplied.
* *** empty log message ***Kim F. Storm2006-08-141-1/+6
|
* *** empty log message ***Eli Zaretskii2006-08-121-0/+5
|
* * xselect.c (Fx_register_dnd_atom): New function.Jan Djärv2006-08-111-0/+13
| | | | | | | | | | | (syms_of_xselect): Defsubr it. (x_handle_dnd_message): Check that message_type is in dpyinfo->x_dnd_atoms before generating lisp event. * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track of drag and drop Atoms. * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
* * keyboard.c: Define in_sighandler.Jan Djärv2006-08-101-0/+11
| | | | | | | | | | (input_available_signal): Set in_sighandler. (init_keyboard): Initialize in_sighandler. * keyboard.h: Declare in_sighandler. * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler to check if mutex should be locked or not.
* (keyremap_step): No-op if fkey->parent = nil.Richard M. Stallman2006-08-091-0/+6
| | | | | (read_key_sequence): Always start fkey.start and fkey.end at 0, and likewise for keytran.
* *** empty log message ***Kenichi Handa2006-08-091-0/+5
|
* (BASE_PURESIZE): Increase to 1120000.Andreas Schwab2006-08-071-0/+4
|
* * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.Chong Yidong2006-08-061-0/+6
| | | | | (Fkill_all_local_variables): Use it. (syms_of_buffer): Defvar it.
* *** empty log message ***Eli Zaretskii2006-08-051-0/+8
|
* (kbd_buffer_get_event): Return Qnil when current time is exactly equal toEli Zaretskii2006-08-051-0/+5
| | | | end_time, not only when it is past that.
* * keyboard.c (read_char): Rebalance specpdl after receiving jump.Chong Yidong2006-08-051-0/+6
|