aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Fix crashes with lots of overlays.Eli Zaretskii2013-01-193-2/+20
* | * fileio.c: Use O_APPEND to append.Paul Eggert2013-01-192-23/+28
* | Fix size bug on DOS_NT introduced by CIFS workaround.Paul Eggert2013-01-192-1/+4
* | * fileio.c (Fwrite_region): Sync diagnostic to previous change.Paul Eggert2013-01-191-1/+1
* | Allow floating-point file offsets.Paul Eggert2013-01-192-32/+36
* | * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid aborting on Fsig...Chong Yidong2013-01-192-5/+11
* | Make 'fstat' on MS-Windows behave more like 'stat' and 'lstat'.Eli Zaretskii2013-01-192-7/+18
* | Minor fix in acl_set_file.Eli Zaretskii2013-01-192-1/+8
* | Work around bug in CIFS and vboxsf file systems.Paul Eggert2013-01-184-0/+68
* | * fileio.c (Finsert_file_contents): Simplify new diagnosticPaul Eggert2013-01-182-2/+6
* | Fix crash when inserting data from non-regular files. SeeDmitry Antipov2013-01-182-102/+86
* | Close a race when statting and reading files.Paul Eggert2013-01-172-31/+21
* | * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-1716-38/+101
* | * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov2013-01-173-41/+34
* | * src/alloc.c (free_save_value): Now static.Paul Eggert2013-01-153-2/+6
* | * keymap.c (map_keymap_internal): Use format_save_value.Dmitry Antipov2013-01-154-37/+36
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-1516-31/+45
* | Some convenient bits to deal with Lisp_Save_Values.Dmitry Antipov2013-01-154-49/+91
* | Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-1411-11/+25
* | * lisp.h (toplevel): Fix typo in comment.Dmitry Antipov2013-01-141-1/+1
* | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.Dmitry Antipov2013-01-142-0/+9
* | Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-1417-104/+217
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-134-22/+36
|\ \ | |/