aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * nsfns.m (Fns_do_applescript): Run event loop until script hasJan Djärv2012-12-232-3/+15
* Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.orgGlenn Morris2012-12-222-3/+9
|\
| * Reword doc and doc-string of select-window (Bug#13248).Martin Rudalics2012-12-222-3/+9
* | Support 'fullscreen' frame parameter on MS-Windows.Eli Zaretskii2012-12-222-1/+77
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-217-43/+66
|\ \ | |/
| * src/fileio.c (Finsert_file_contents): Doc fix.Eli Zaretskii2012-12-212-1/+6
| * Possibly fix bug #13086 with losing track of subprocesses on MS-Windows.Eli Zaretskii2012-12-212-4/+17
| * * buffer.c (Fset_buffer_major_mode): Doc fix.Chong Yidong2012-12-212-1/+5
| * * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-152-6/+16
| * search.c (search_buffer): Improve a comment.Kenichi Handa2012-12-151-1/+3
| * search.c (search_buffer): Improve a comment.Kenichi Handa2012-12-151-2/+3
| * Fix bug #12621 with crashes on MS-Windows in LookupAccountSid.Eli Zaretskii2012-12-142-29/+19
* | Make read-char-by-name signal an error for invalid input.Chong Yidong2012-12-212-4/+8
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-209-30/+38
* | * xdisp.c (redisplay_internal): Remove now-unused local.Paul Eggert2012-12-202-1/+5
* | * src/xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.Stefan Monnier2012-12-202-57/+6
* | * textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov2012-12-203-11/+16
* | * coding.c (Fdetect_coding_region): Do not check start and end withDmitry Antipov2012-12-192-5/+6
* | Spelling fix.Paul Eggert2012-12-191-2/+2
* | Follow symlinks in MS-Windows emulations of ACL functions.Eli Zaretskii2012-12-182-5/+30
* | src/makefile.w32-in: Update depencencies.Juanma Barranquero2012-12-172-1/+8
* | * src/xdisp.c (select_frame_for_redisplay): Use select_window_1 toStefan Monnier2012-12-174-35/+52
* | Support Posix ACL APIs on MS-Windows.Eli Zaretskii2012-12-173-0/+458
* | Don't reraise SIGCHLD, as that can now lose.Paul Eggert2012-12-172-7/+11
* | * sysdep.c (emacs_abort): Bump backtrace size to 40.Paul Eggert2012-12-162-1/+7
* | Add support for preserving ACL entries of files.Romain Francoise2012-12-163-11/+158
* | * fileio.c (internal_delete_file): Use bool for boolean.Paul Eggert2012-12-153-3/+7
* | Fix bug #13079 on MS-Windows with temp files not being deleted.Eli Zaretskii2012-12-156-15/+134
* | w32proc.c (reap_subprocess): Fix commentary.Eli Zaretskii2012-12-151-4/+1
* | Improve and correct commentary to w32proc-related data and functions.Eli Zaretskii2012-12-154-15/+40
* | Spelling fixes.Paul Eggert2012-12-142-2/+2
* | Fix compilation warnings in the Windows build.Eli Zaretskii2012-12-143-0/+8
* | Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-143-16/+31
* | * src/xdisp.c (display_mode_lines): Keep selected_window and selected_frameStefan Monnier2012-12-142-5/+7
* | * src/xdisp.c (select_frame_for_redisplay): Keep selected_window andStefan Monnier2012-12-142-11/+17
* | Speed up most calls to 'stat' and 'lstat' on MS-Windows.Eli Zaretskii2012-12-143-15/+51
* | * fileio.c (Finsert_file_contents): Don't put tail into head area,Paul Eggert2012-12-132-3/+10
* | * xdisp.c: Minor style fixes.Paul Eggert2012-12-132-8/+15
* | Minor redisplay optimization when the region length is zero.Dmitry Antipov2012-12-132-21/+35
* | Merge from emacs-24; up to 2012-11-30T04:44:52Z!cyd@gnu.orgGlenn Morris2012-12-123-4/+38
|\ \ | |/
| * Fix bug #13084 with crashes during search.Eli Zaretskii2012-12-112-1/+21
| * * fileio.c (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.Paul Eggert2012-12-102-2/+3
| * * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistentPaul Eggert2012-12-102-1/+14
| * Move fix for bug#12993 to trunkDaniel Colascione2012-12-106-49/+24
* | * fileio.c (Fcopy_file): Make fstat failure as serious as open failure.Paul Eggert2012-12-122-55/+48
* | * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.Dmitry Antipov2012-12-126-26/+20
* | 2012-12-12 Daniel Colascione <dancol@dancol.org>Daniel Colascione2012-12-112-0/+19
* | Spelling fixes.Paul Eggert2012-12-112-2/+2
* | * inotify.c (inotify_callback): Generate an Emacs event for everyMichael Albinus2012-12-112-4/+8
* | Fix part of bug #13011 with display of lines that have a box face.Eli Zaretskii2012-12-112-22/+108