aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | * lisp/cus-start.el (all): Add ns-use-native-fullscreen.Jan Djärv2013-02-054-73/+216
* | | * fileio.c (Qchoose_write_coding_system): Now static.Paul Eggert2013-02-042-1/+5
* | | Fix bugs #13623 and 13626 caused by changes in 2013-02-01T07:23:18Z!dmantipov...Eli Zaretskii2013-02-043-5/+33
* | | * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so thatDaniel Colascione2013-02-032-1/+7
* | | Avoid file time stamp bug on MS-Windows.Paul Eggert2013-02-022-4/+26
* | | Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-0213-91/+128
* | | Spelling fixes.Paul Eggert2013-02-011-1/+1
* | | Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.comGlenn Morris2013-02-013-22/+39
|\ \ \ | |/ /
| * | Make sure program names are encoded before using them to invoke subprocesses.Eli Zaretskii2013-02-012-21/+32
| * | w32proc.c (sys_spawnve): Initialize escape_char.Eli Zaretskii2013-02-012-1/+7
* | | Fix timestamp bug when write-region appends nothing.Paul Eggert2013-02-012-1/+14
* | | * window.h (struct window): Convert base_line_number, base_line_posDmitry Antipov2013-02-016-105/+74
* | | Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-318-114/+180
* | | ChangeLog for previous fileio.c changeGlenn Morris2013-01-311-3/+2
* | | Simplify part of previous Fwrite_region changeGlenn Morris2013-01-311-3/+2
* | | Reduce delay between backing up a file and saving new versionGlenn Morris2013-01-302-11/+34
* | | Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.orgGlenn Morris2013-01-302-43/+206
|\ \ \ | |/ /
| * | Tentative fix for bug #13546 with failure to save files on Windows.Eli Zaretskii2013-01-272-6/+15
| * | Fix bug #13553 with usage of IS_DIRECTORY_SEP on MS-Windows under DBCS.Eli Zaretskii2013-01-262-22/+158
| * | Use file-name-coding-system when decoding symlinks on MS-Windows.Eli Zaretskii2013-01-252-6/+7
| * | Support MS-Windows file names encoded in multibyte encodings.Eli Zaretskii2013-01-252-12/+33
* | | Make opendir on MS-Windows accept a 'const char *'.Eli Zaretskii2013-01-282-1/+5
* | | Remove obsolete redisplay code. See the discussion atDmitry Antipov2013-01-282-75/+13
* | | * insdel.c (insert_1): Remove.Dmitry Antipov2013-01-254-15/+7
* | | Revert 2013-01-25T10:27:16Z!eliz@gnu.org.Eli Zaretskii2013-01-252-22/+4
* | | w32.c (readlink): Support DBCS codepages.Eli Zaretskii2013-01-252-4/+22
* | | Update doc string of w32notify-add-watch per discussions in bug #13540.Eli Zaretskii2013-01-252-3/+13
* | | * font.c (num_fonts): Remove the leftover from oldDmitry Antipov2013-01-252-10/+11
* | | Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris2013-01-244-26/+132
|\ \ \ | |/ /
| * | Fix bug #13515 with processing DBCS file names on MS-Windows.Eli Zaretskii2013-01-232-11/+104
| * | Fix bug #13065 with file selector dialog on Windows 7.Eli Zaretskii2013-01-222-1/+10
| * | Fixes: debbugs:13505Andreas Schwab2013-01-202-14/+20
* | | * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):Dmitry Antipov2013-01-242-9/+12
* | | Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-2411-240/+192
* | | * src/insdel.c (prepare_to_modify_buffer): Revert last change as suggestedDmitry Antipov2013-01-242-5/+7
* | | * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-2313-372/+182
* | | Fix dimensions of maximized frame on MS-Windows.Eli Zaretskii2013-01-232-6/+20
* | | * insdel.c (prepare_to_modify_buffer): Force redisplay ifDmitry Antipov2013-01-232-2/+10
* | | Undo stray change committed by mistake.Paul Eggert2013-01-221-1/+1
* | | Merge from gnulib.Paul Eggert2013-01-221-1/+1
* | | * window.h (struct window): Change window_end_valid member fromDmitry Antipov2013-01-225-59/+61
* | | * xdisp.c (mark_window_display_accurate): Simplify the loopDmitry Antipov2013-01-222-44/+42
* | | * emacs.c (Qkill_emacs_hook): Now static.Paul Eggert2013-01-212-1/+4
* | | * fileio.c (Finsert_file_contents): Simplify.Paul Eggert2013-01-212-14/+10
* | | Another minor fix in acl_set_file on Windows.Eli Zaretskii2013-01-212-37/+49
* | | * fileio.c (Finsert_file_contents): Revert code introduced atDmitry Antipov2013-01-212-73/+110
* | | * src/doprnt.c: Fix comment.Paul Eggert2013-01-201-1/+1
* | | * lisp.h (eabs): Define unconditionally.Paul Eggert2013-01-192-5/+10
* | | Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ruGlenn Morris2013-01-192-1/+8
|\ \ \ | |/ /
| * | * src/fns.c (Frandom): Doc fix.Glenn Morris2013-01-162-1/+8