Merge from gnulib for 'inline', incorporating:
[bpt/emacs.git] / src /
2012-12-11 Paul EggertSpelling fixes.
2012-12-11 Michael Albinus* inotify.c (inotify_callback): Generate an Emacs event...
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 Daniel ColascioneMerge from private trunk
2012-12-10 Daniel ColascioneFix cygw32 build break
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 ZaretskiiProof-read comments on w32notify.c. Adapt NEWS entry.
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-30 Eli ZaretskiiFix commentary to buffer_shared_and_changed.
2012-11-29 Eli ZaretskiiFix wording of commentary to 'struct face' in dispextern.h.
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.
2012-11-27 Kenichi Handamerge trunk
2012-11-27 Paul EggertAssume POSIX 1003.1-1988 or later for grp.h, pwd.h.
2012-11-27 Paul EggertAssume POSIX 1003.1-1988 or later for errno.h.
2012-11-27 Glenn MorrisMerge from emacs-24; up to 2012-11-20T20:06:17Z!monnier...
2012-11-26 Eli ZaretskiiDon't crash if internal-char-font is called on non...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-25 Paul Eggert* sysdep.c (sys_subshell): Don't assume pid_t fits...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-24 Ken BrownRemove HAVE_MOUSE; see https://lists.gnu.org/archive...
2012-11-24 Paul EggertRevert recent change for Bug#8855.
2012-11-24 Eli ZaretskiiFix assertion violations when clicking on Info bread...
2012-11-24 Eli ZaretskiiFix ChangeLog entries for the last commit.
2012-11-24 Glenn MorrisMerge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka...
2012-11-23 Paul EggertFix a race condition with glib (Bug#8855).
2012-11-23 Dmitry Antipov* frame.h (struct frame): Remove display_preempted...
2012-11-23 Kenichi Handa(no commit message)
2012-11-23 Eli ZaretskiiFix bug #12955 with building under MSYS Bash.
2012-11-23 Eli ZaretskiiFix cursor display when several display strings follow...
2012-11-23 Eli ZaretskiiFix pgx in .gdbinit when CHECK_LISP_OBJECT_TYPE is...
2012-11-23 Paul EggertAssume POSIX 1003.1-1988 or later for dirent.h.
2012-11-23 Chong Yidong* xftfont.c (xftfont_open): Remove duplicate assignment.
2012-11-22 Dmitry Antipov* alloc.c (Fgarbage_collect): Unblock input after clearing
2012-11-22 Dmitry Antipov* xdisp.c (window_buffer_changed): New function.
2012-11-22 Eli ZaretskiiFix MS-Windows build following 2012-11-21T21:06:52Z...
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Paul EggertAssume POSIX 1003.1-1988 or later for unistd.h.
2012-11-21 Eli ZaretskiiFix bug #12930 with vertical-motion through a display...
2012-11-21 Stefan Monnier* src/xdisp.c (fast_set_selected_frame): Rename from...
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-20 Stefan MonnierConflate Qnil and Qunbound for `symbol-function'.
2012-11-20 Daniel ColascioneBackport: Rename cygwin_convert_path* to cygwin_convert...
2012-11-20 Ken BrownFix non-GTK builds on Cygwin
2012-11-20 Dmitry AntipovTiny adjustment around the previous redisplay change.
2012-11-20 Paul Eggert* eval.c (interactive_p): Remove no-longer-used decl.
next