aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Trivial fixes to shut up some of the compiler warnings.Karoly Lorentey2004-02-021-0/+4
* Fix the case when emacsclient is run on Emacs's controlling tty.Karoly Lorentey2004-02-021-4/+50
* Merged in changes from CVS HEADKaroly Lorentey2004-02-0214-40/+220
|\
| * (coding_restore_composition): Check invalidKenichi Handa2004-02-022-0/+8
| * *** empty log message ***Luc Teirlinck2004-01-311-0/+9
| * (Fread_file_name_internal): Correctly handle the case whereLuc Teirlinck2004-01-311-12/+24
| * Fix the prototype for xfree.Eli Zaretskii2004-01-302-1/+5
| * (string_char_to_byte): Optimize for ASCII only string.Kenichi Handa2004-01-292-6/+9
| * *** empty log message ***Jason Rumney2004-01-281-0/+4
| * * makefile.w32-in, w32fns.c: Add `default-printer-name' function.Jason Rumney2004-01-282-0/+73
| * unexecmacos.x (unexec_copy): Do not copy more than was requested (count)Steven Tamm2004-01-282-1/+8
| * * process.c (sigchld_handler): Add comment about not calling mallocJan Djärv2004-01-272-1/+6
| * * process.h: Add extern to synch_process_termsig.Jan Djärv2004-01-272-1/+5
| * Move setting of scroll bars from make_mac_frame toSteven Tamm2004-01-272-3/+10
| * *** empty log message ***Richard M. Stallman2004-01-271-0/+12
| * (Freplace_match): Handle nonexistent back-references properly.Richard M. Stallman2004-01-271-2/+10
| * Do not call strsignal in signal handler, it calls malloc.Jan Djärv2004-01-261-0/+13
| * (mkdir, rmdir): Also check synch_process_termsig.Jan Djärv2004-01-261-2/+4
| * synch_process_termsig new variable.Jan Djärv2004-01-261-0/+3
| * (sigchld_handler): Set synch_process_termsigJan Djärv2004-01-261-12/+1
| * Define synch_process_termsig.Jan Djärv2004-01-261-0/+17
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-265-25/+42
|\ \ | |/
| * (Fpurecopy): Declare size as EMACS_INT to not lose bits.Andreas Schwab2004-01-262-2/+10
| * (print_preprocess): Declare size as EMACS_INT to not lose bits.Andreas Schwab2004-01-261-2/+3
| * (Fwindow_minibuffer_p): Doc fix.Luc Teirlinck2004-01-261-1/+2
| * *** empty log message ***Luc Teirlinck2004-01-261-0/+4
| * *** empty log message ***Jonathan Yavner2004-01-241-0/+4
| * For `format', make source and documentation match.Jonathan Yavner2004-01-241-20/+19
* | Prevent core dumps when the X server crashes.Karoly Lorentey2004-01-261-0/+4
* | Don't exit Emacs when the X display is closed during a tty-X combo session.Karoly Lorentey2004-01-261-2/+2
* | Cosmetic changes.Karoly Lorentey2004-01-254-71/+33
* | Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.Karoly Lorentey2004-01-251-2/+2
* | Removed %T in mode-line-format. Trivial documentation changes.Karoly Lorentey2004-01-258-39/+110
* | Fixed interactive temacs.Karoly Lorentey2004-01-241-1/+1
* | Set the keyboard of the initial frame correctly.Karoly Lorentey2004-01-241-0/+3
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-232-3/+32
|\ \ | |/
| * (Fmd5): If OBJECT is a buffer different from the currentKenichi Handa2004-01-232-3/+19
| * *** empty log message ***Stefan Monnier2004-01-221-0/+13
* | Fixed tty faces during combo sessions. Plus other assorted bugfixes.Karoly Lorentey2004-01-235-35/+80
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-2219-239/+1099
|\ \ | |/
| * (kbd_buffer_gcpro): Remove.Stefan Monnier2004-01-211-47/+1
| * *** empty log message ***Stefan Monnier2004-01-211-0/+4
| * [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.Stefan Monnier2004-01-211-10/+6
| * lisp.h: Add undef DECL_ALIGNJan Djärv2004-01-212-0/+5
| * Add .gdb_historyStefan Monnier2004-01-211-4/+5
| * *** empty log message ***Stefan Monnier2004-01-211-0/+11
| * (wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending.Stefan Monnier2004-01-211-0/+4
| * (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.Stefan Monnier2004-01-211-0/+19
| * (handle_async_input): New fun, extracted from input_available_signal.Stefan Monnier2004-01-211-18/+30
| * *** empty log message ***Stefan Monnier2004-01-211-36/+49