summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (lookup_derived_face): Properly handle possible zero...Chong Yidong2008-08-151-5/+7
* * xfaces.c (lookup_derived_face): Properly handle possible zero...Chong Yidong2008-08-151-0/+5
* (Fdirectory_files): Doc fix.Chong Yidong2008-08-151-1/+2
* * dired.c (Fdirectory_files): Doc fix.Chong Yidong2008-08-151-0/+2
* (make_process): Initialize kill_without_query struct member.Chong Yidong2008-08-151-0/+1
* * process.c (make_process): Initialize kill_without_query struct...Chong Yidong2008-08-151-0/+5
* (w32_system_process_attributes) [_MSC_VER < 1300]: Alternative calculation...Eli Zaretskii2008-08-152-0/+15
* [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.Eli Zaretskii2008-08-152-0/+7
* (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs....Eli Zaretskii2008-08-152-14/+189
* (stat): Only root directory passed to GetDriveType.Eli Zaretskii2008-08-152-2/+17
* (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX): Rename from...Eli Zaretskii2008-08-152-6/+13
* (Fread_char, Fread_char_exclusive): If no character event is read...Chong Yidong2008-08-141-6/+7
* * lread.c (Fread_char, Fread_char_exclusive): If no character...Chong Yidong2008-08-141-0/+6
* (use_dialog_box): Doc fix.Chong Yidong2008-08-141-1/+4
* Fix last change.Chong Yidong2008-08-141-1/+1
* * fns.c (syms_of_fns): Doc fix.Chong Yidong2008-08-141-0/+2
* Undefine HAVE_RES_INIT, which appears to be harmful on OS X.Chong Yidong2008-08-141-4/+7
* * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful on...Chong Yidong2008-08-141-0/+5
* (Qns_parse_geometry): New var....Chong Yidong2008-08-131-6/+30
* * frame.c (Qns_parse_geometry): New var....Chong Yidong2008-08-131-0/+5
* (x_produce_glyphs): Handle the case when font has no space character...Chong Yidong2008-08-111-18/+26
* * xdisp.c (x_produce_glyphs): Handle the case when font has no...Chong Yidong2008-08-111-0/+5
* (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.Dan Nicolaescu2008-08-112-1/+5
* (procfs_system_process_attributes): Use EMACS_INTs to silence gcc...Glenn Morris2008-08-102-8/+25
* Remove entries related to comments.Glenn Morris2008-08-101-23/+0
* Fix attributions.Glenn Morris2008-08-101-11/+19
* (w32_system_process_attributes): If the process does not exist, return nil.Eli Zaretskii2008-08-092-0/+11
* (process_times): Fix the case of System process.Eli Zaretskii2008-08-091-3/+16
* (Fsystem_process_attributes): Doc fix.Eli Zaretskii2008-08-092-0/+39
* (w32_list_system_processes, w32_system_process_attributes): Add prototypes....Eli Zaretskii2008-08-091-0/+8
* Include thelp32.h, psapi.h and coding.h....Eli Zaretskii2008-08-091-4/+710
* (move_it_to): When stopping at a charpos, check if that's a continued...Chong Yidong2008-08-082-0/+30
* * s/darwin.h (OTHER_FILES): Do not define here, defined in...Dan Nicolaescu2008-08-074-9/+15
* (redisplay_window): Revert last change....Chong Yidong2008-08-071-9/+8
* * xdisp.c (redisplay_window): Revert last change....Chong Yidong2008-08-071-0/+5
* * Makefile.in (emacs): Remove ndef NS conditional for 'emacs -list-load-path-...Adrian Robert2008-08-073-10/+14
* (try_scrolling): Use iterator to find the scroll margin,...Chong Yidong2008-08-061-48/+47
* * xdisp.c (try_scrolling): Use iterator to find the scroll margin,...Chong Yidong2008-08-061-0/+8
* * config.in: Regenerate. * Makefile.in: Move nsXXX.m dependencies into big a...Adrian Robert2008-08-064-19/+25
* (xfont_list_family): Return a list of symbols, not...Kenichi Handa2008-08-062-2/+7
* Regenerate.Andreas Schwab2008-08-062-0/+10
* (redisplay_window): Don't enforce scroll-margin when forcing a window...Chong Yidong2008-08-051-6/+4
* * xdisp.c (redisplay_window): Don't enforce scroll-margin when...Chong Yidong2008-08-051-0/+3
* (Vauto_save_list_file_name): Move here from file.el....Chong Yidong2008-08-051-3/+11
* * fileio.c (Vauto_save_list_file_name): Move here from file.el....Chong Yidong2008-08-051-0/+5
* emacs.c (main): Under NS, set working dir to HOME when get a 'psn' argument.Adrian Robert2008-08-052-4/+3
* set working dir to /Users/arobert under NS when psn argument givenAdrian Robert2008-08-052-0/+7
* * buffer.c (syms_of_buffer) <scroll-up-aggressively>:...Juanma Barranquero2008-08-052-16/+21
* Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.Adrian Robert2008-08-055-8/+51
* Test directly for NS_HAVE_INTEGER before defining it.Chong Yidong2008-08-041-2/+2