aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)Karoly Lorentey2005-09-191-1/+2
* Merged from [email protected] (patch 116-117, 544-550)Karoly Lorentey2005-09-179-177/+113
|\
| * *** empty log message ***Richard M. Stallman2005-09-151-0/+13
| * (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.Richard M. Stallman2005-09-151-19/+20
| * (XMENU_OBJ): Variable deleted.Richard M. Stallman2005-09-151-9/+2
| * (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.Richard M. Stallman2005-09-151-2/+0
| * (move_it_vertically): Don't try to fetch byte BEGV-1.Kim F. Storm2005-09-151-1/+3
| * *** empty log message ***Kim F. Storm2005-09-151-0/+5
| * (write_region_inhibit_fsync): New variable.Romain Francoise2005-09-142-1/+19
| * (code_convert_region_unwind): Argument format changed.Kenichi Handa2005-09-142-7/+27
| * (Fexpand_file_name): Check multibyteness ofKenichi Handa2005-09-142-10/+13
| * (compose_chars_in_text): Delete it.Kenichi Handa2005-09-132-126/+6
| * (compose_chars_in_text): Delete extern.Kenichi Handa2005-09-131-1/+0
| * (print_error_message): Fix last change.Kim F. Storm2005-09-121-1/+1
| * *** empty log message ***Kim F. Storm2005-09-121-0/+4
* | Merged from [email protected] (patch 543)Karoly Lorentey2005-09-1711-29/+95
|\|
| * (compose_chars_in_text): Fix setup of `pend'.Kim F. Storm2005-09-121-2/+11
| * *** empty log message ***Kim F. Storm2005-09-121-0/+3
| * (auto_save_error): Pass copy of lisp string to message2.Kim F. Storm2005-09-121-2/+6
| * (print_error_message): Pass copy of caller name to message_dolog.Kim F. Storm2005-09-121-1/+3
| * (message3): Pass copy of lisp string to message_dolog.Kim F. Storm2005-09-121-1/+9
| * *** empty log message ***Kim F. Storm2005-09-121-0/+9
| * (display_mode_element): Be sure to make variables THISKenichi Handa2005-09-122-0/+7
| * (x_encode_text): Remove prototype.Kim F. Storm2005-09-121-2/+0
| * (x_encode_text): Declare static. Add FREEP arg.Kim F. Storm2005-09-121-11/+10
| * (check_windows_init_file): Fix allocation of error buffer.Kim F. Storm2005-09-121-1/+3
| * (Fminibuffer_complete_word): Move `completion_string'Kim F. Storm2005-09-121-2/+1
| * (Fdescribe_buffer_bindings): Reload `translate'Kim F. Storm2005-09-121-1/+4
| * (Ftranslate_region_internal): Reload `tt' afterKim F. Storm2005-09-121-6/+9
| * *** empty log message ***Kim F. Storm2005-09-121-0/+20
* | Merged from [email protected] (patch 115, 540-542)Karoly Lorentey2005-09-122-7/+25
|\|
| * 2005-09-11 Chris Prince <[email protected]> (tiny change)Jason Rumney2005-09-112-7/+25
* | Fix assertion on kboard->kbd_queue and other such crashes.Karoly Lorentey2005-09-111-2/+17
* | Merged in changes from CVS trunk.Karoly Lorentey2005-09-116-43/+136
|\|
| * (init_buffer): Fix typos.Romain Francoise2005-09-102-2/+2
| * (init_buffer): Grow buffer to add directory separatorRomain Francoise2005-09-102-2/+9
| * Fix entry for sysdep.c.Eli Zaretskii2005-09-101-2/+2
| * Don't #undef NULL after including blockinput.h.Eli Zaretskii2005-09-102-1/+1
| * Fix last change.Eli Zaretskii2005-09-102-2/+2
| * (init_buffer): Fix error message for failed call to get_current_dir_name.Eli Zaretskii2005-09-102-4/+11
| * (get_current_dir_name): Remove prototype.Eli Zaretskii2005-09-101-2/+0
| * (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.Eli Zaretskii2005-09-101-0/+3
| * *** empty log message ***Eli Zaretskii2005-09-101-0/+2
| * [WINDOWSNT]: Add prototype for getwd.Eli Zaretskii2005-09-101-2/+3
| * *** empty log message ***Eli Zaretskii2005-09-101-0/+4
| * Regenerated after adding test for get_current_dir_name.Eli Zaretskii2005-09-101-0/+3
| * (smc_save_yourself_CB): Use get_current_dir_name.Eli Zaretskii2005-09-102-11/+19
| * (init_buffer): Use get_current_dir_name.Eli Zaretskii2005-09-101-28/+13
| * (get_current_dir_name) [!HAVE_CURRENT_DIR_NAME]: New function.Eli Zaretskii2005-09-101-0/+75
* | Fix bootstrap error in keyboard.c.Karoly Lorentey2005-09-111-0/+1