aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/lread.c (skip_dyn_bytes): New function.Stefan Monnier2013-02-083-33/+54
* Merge from emacs-24; up to 2012-12-14T21:27:39Z!rgm@gnu.orgGlenn Morris2013-02-081-5/+9
|\
| * src/xdisp.c: Fix commentary of display_count_lines.Eli Zaretskii2013-02-081-5/+9
| * ChangeLog date fix (do not merge to trunk)Glenn Morris2013-02-051-1/+1
| * Backport fix for execvp issue from trunkDaniel Colascione2013-02-052-1/+7
* | * search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov2013-02-083-13/+26
* | * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-0817-41/+77
* | * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-075-12/+18
* | * 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