summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | * buffer.c (Fset_buffer_multibyte): Do not force redisplayDmitry Antipov2012-12-114-20/+34
* | Minor change in variable name in inotify.c.Eli Zaretskii2012-12-112-3/+8
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-117-23/+40
* | (lib-src,src,lib)/makefile.w32-in: Update dependencies.Juanma Barranquero2012-12-112-0/+13
* | Fix cygw32 build breakDaniel Colascione2012-12-103-0/+12
* | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie...Daniel Colascione2012-12-106-24/+49
|\ \ | |/
| * Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-096-24/+49
* | Per-buffer window counters.Dmitry Antipov2012-12-106-52/+99
* | Final cleanups and updated ChangeLog entries.Eli Zaretskii2012-12-103-36/+60
* | Proof-read comments on w32notify.c. Adapt NEWS entry.Eli Zaretskii2012-12-101-15/+20
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-1067-2027/+2585
|\ \
| * | Support filesystem notification through inotify on GNU/Linux.Rüdiger Sonderfeld2012-12-107-1/+502
| * | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-097-31/+67
| |\ \ | | |/
| | * * nsterm.m (fd_handler:): FD_ZERO fds.Jan Djärv2012-12-082-2/+6
| | * Fix incompatibilities with 64-bit Windows builds.Fabrice Popineau2012-12-083-19/+29
| | * * lread.c (Vload_source_file_function): Doc fix.Christopher Schmidt2012-12-082-6/+14
| | * Fix bug #13108 introduced by the fix to bug #12930.Eli Zaretskii2012-12-072-1/+11
| | * Reword doc-string of Fcompare_buffer_substrings.Martin Rudalics2012-12-072-4/+8
| * | * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,Paul Eggert2012-12-092-1/+6