Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org
[bpt/emacs.git] / src / ChangeLog
2012-12-21 Glenn MorrisMerge from emacs-24; up to 2012-12-01T13:25:13Z!cyd...
2012-12-21 Eli Zaretskiisrc/fileio.c (Finsert_file_contents): Doc fix.
2012-12-21 Eli ZaretskiiPossibly fix bug #13086 with losing track of subprocess...
2012-12-21 Chong Yidong* buffer.c (Fset_buffer_major_mode): Doc fix.
2012-12-21 Chong YidongMake read-char-by-name signal an error for invalid...
2012-12-20 Dmitry AntipovAvoid calls to CHAR_TO_BYTE if byte position is known.
2012-12-20 Paul Eggert* xdisp.c (redisplay_internal): Remove now-unused local.
2012-12-20 Stefan Monnier* src/xdisp.c (select_frame_for_redisplay, ensure_selec...
2012-12-20 Dmitry Antipov* textprop.c (set_text_properties_1): Do not allow...
2012-12-19 Dmitry Antipov* coding.c (Fdetect_coding_region): Do not check start...
2012-12-18 Eli ZaretskiiFollow symlinks in MS-Windows emulations of ACL functions.
2012-12-17 Juanma Barranquerosrc/makefile.w32-in: Update depencencies.
2012-12-17 Stefan Monnier* src/xdisp.c (select_frame_for_redisplay): Use select_...
2012-12-17 Eli ZaretskiiSupport Posix ACL APIs on MS-Windows.
2012-12-17 Paul EggertDon't reraise SIGCHLD, as that can now lose.
2012-12-16 Paul Eggert* sysdep.c (emacs_abort): Bump backtrace size to 40.
2012-12-16 Romain FrancoiseAdd support for preserving ACL entries of files.
2012-12-15 Paul Eggert* fileio.c (internal_delete_file): Use bool for boolean.
2012-12-15 Chong Yidong* fns.c (Fcompare_strings): Doc fix.
2012-12-15 Eli ZaretskiiFix bug #13079 on MS-Windows with temp files not being...
2012-12-14 Paul EggertSpelling fixes.
2012-12-14 Eli ZaretskiiFix compilation warnings in the Windows build.
2012-12-14 Paul EggertFix permissions bugs with setgid directories etc.
2012-12-14 Stefan Monnier* src/xdisp.c (display_mode_lines): Keep selected_windo...
2012-12-14 Stefan Monnier* src/xdisp.c (select_frame_for_redisplay): Keep select...
2012-12-14 Eli ZaretskiiSpeed up most calls to 'stat' and 'lstat' on MS-Windows.
2012-12-14 Eli ZaretskiiFix bug #12621 with crashes on MS-Windows in LookupAcco...
2012-12-13 Paul Eggert* fileio.c (Finsert_file_contents): Don't put tail...
2012-12-13 Paul Eggert* xdisp.c: Minor style fixes.
2012-12-13 Dmitry AntipovMinor redisplay optimization when the region length...
2012-12-13 Glenn MorrisMerge from emacs-24; up to 2012-11-30T04:44:52Z!cyd...
2012-12-13 Paul Eggert* fileio.c (Fcopy_file): Make fstat failure as serious...
2012-12-12 Dmitry Antipov* dispnew.c (set_window_cursor_after_update): Use clip_...
2012-12-12 Daniel Colascione2012-12-12 Daniel Colascione <dancol@dancol.org>
2012-12-11 Paul EggertSpelling fixes.
2012-12-11 Michael Albinus* inotify.c (inotify_callback): Generate an Emacs event...
2012-12-11 Eli ZaretskiiFix bug #13084 with crashes during search.
2012-12-11 Eli ZaretskiiFix part of bug #13011 with display of lines that have...
2012-12-11 Dmitry Antipov* buffer.c (Fset_buffer_multibyte): Do not force redisplay
2012-12-11 Eli ZaretskiiMinor change in variable name in inotify.c.
2012-12-11 Dmitry AntipovConsistently use marker_position and marker_byte_position.
2012-12-11 Juanma Barranquero(lib-src,src,lib)/makefile.w32-in: Update dependencies.
2012-12-10 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Don't read...
2012-12-10 Paul Eggert* fileio.c (Fvisited_file_modtime): Return (-1 ......
2012-12-10 Daniel ColascioneMerge from private trunk
2012-12-10 Daniel ColascioneFix cygw32 build break
2012-12-10 Daniel ColascioneMove fix for bug#12993 to trunk
2012-12-10 Daniel ColascioneMove fix for cygw32 icon issue from emacs-24 branch...
2012-12-10 Dmitry AntipovPer-buffer window counters.
2012-12-10 Eli ZaretskiiFinal cleanups and updated ChangeLog entries.
2012-12-10 Eli ZaretskiiMerge from trunk + rename the event. Not tested yet.
2012-12-10 Rüdiger SonderfeldSupport filesystem notification through inotify on...
2012-12-10 Daniel ColascioneCompile Windows resources into cygw32 Emacs
2012-12-10 Glenn MorrisMerge from emacs-24; up to 2012-11-26T19:56:14Z!monnier...
2012-12-10 Paul Eggert* fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t...
2012-12-08 Jan Djärv* nsterm.m (fd_handler:): FD_ZERO fds.
2012-12-08 Eli ZaretskiiFix putenv and unsetenv on MS-Windows.
2012-12-08 Paul EggertUse putenv+unsetenv instead of modifying environ directly.
2012-12-08 Fabrice Popineauw32fns.c (emacs_abort): Don't do arithmetics on void...
2012-12-08 Fabrice PopineauFix incompatibilities with 64-bit Windows builds.
2012-12-08 Eli ZaretskiiProvide unsetenv for MS-Windows and make putenv Posix...
2012-12-08 Chong Yidong* src/editfns.c (Finsert_char): Make the error message...
2012-12-08 Paul EggertSimplify get_lim_data.
2012-12-08 Christopher Schmidt* lread.c (Vload_source_file_function): Doc fix.
2012-12-08 Paul EggertAssume POSIX 1003.1-1988 or later for signal.h.
2012-12-07 Paul Eggert* sysdep.c (get_child_status): Abort on internal error...
2012-12-07 Eli ZaretskiiFix bug #13108 introduced by the fix to bug #12930.
2012-12-07 Martin RudalicsReword doc-string of Fcompare_buffer_substrings.
2012-12-07 Dmitry Antipov* frame.c (make_frame): Do not set window's buffer...
2012-12-07 Dmitry AntipovConvenient macro to check whether the buffer is hidden.
2012-12-06 Eli ZaretskiiAvoid busy-waiting for child processes on Windows....
2012-12-06 Dmitry Antipov* frame.h (x_char_width, x_char_height): Remove prototypes.
2012-12-06 Paul EggertFix a recently-introduced delete-process race condition.
2012-12-06 Dmitry AntipovAvoid code duplication between prev_frame and next_frame.
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-05 Paul EggertMinor call-process cleanups.
2012-12-05 Eli ZaretskiiDon't pass un-encoded file name to mkstemp.
2012-12-05 Eli ZaretskiiFix one part of bug #13079 with temporary files in...
2012-12-04 Andreas Schwab* callproc.c (Fcall_process): Fix specpdl nesting for...
2012-12-04 Eli ZaretskiiFix another instance of bug #12933 with non-ASCII file...
2012-12-04 Dmitry Antipov* lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_fa...
2012-12-03 Paul EggertDon't let call-process be a zombie factory.
2012-12-03 Paul Eggert* bytecode.c, lisp.h (Qbytecode): Remove.
2012-12-03 Eli ZaretskiiFix bug #13055 with cursor positioning inside scroll...
2012-12-03 Jan Djärv* gtkutil.c (my_log_handler): New function.
2012-12-03 Dmitry Antipov* lisp.h (modify_region): Rename to...
2012-12-03 Dmitry Antipov* alloc.c (free_save_value): New function.
2012-12-03 Glenn MorrisMerge from emacs-24; up to 2012-11-23T06:23:28Z!cyd...
2012-12-02 Paul EggertFix xpalloc confusion after memory is exhausted.
2012-12-02 Paul EggertUse execve to avoid need to munge environ.
2012-12-01 Paul Eggert* xterm.c (x_draw_image_relief): Remove unused locals.
2012-12-01 YAMAMOTO MitsuharuFix drawing of relief rects on X and W32.
2012-12-01 Chong Yidong* fileio.c (Vauto_save_list_file_name): Minor doc fix.
2012-11-30 Juanma Barranquerosrc/doc.c: Fix bug#13034.
2012-11-30 Fabrice PopineauFix compilation problems with 64-bit MSVC compiler.
2012-11-29 Dmitry Antipov* xdisp.c (window_outdated): Remove eassert since it...
2012-11-29 Paul Eggert* callproc.c (Fcall_process): Don't misreport vfork...
2012-11-28 Paul Eggert* callproc.c (Fcall_process): Fix vfork portability...
2012-11-27 Glenn Morris* src/data.c (Fboundp): Doc fix re lexical-binding.
2012-11-27 Glenn Morris* src/data.c (Fsymbol_value): Doc fix re lexical-binding.
next