Assume POSIX 1003.1-1988 or later for signal.h.
[bpt/emacs.git] / src /
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 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.
2012-11-20 Dmitry Antipov* xdisp.c (buffer_shared): Adjust comment.
2012-11-20 Stefan MonnierMake called-interactively-p work for edebug or advised...
2012-11-19 Eli ZaretskiiMore fixes for bug #12878 with MS-Windows MSVC build.
2012-11-19 Daniel ColascioneRename cygwin_convert_path* to cygwin_convert_file_name*
2012-11-18 Eli ZaretskiiPrevent crashes on MS-Windows when w32-downcase-file...
2012-11-18 Kenichi Handamerge trunk
2012-11-18 Kenichi Handafont.c (font_unparse_xlfd): Fix previous change. Keep...
2012-11-18 Paul Eggert* nsterm.m (ns_select): Send SIGIO only to self, not...
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-18 Juanma Barranquerosrc/w32proc.c (waitpid): Remove unused label get_result.
2012-11-17 Juanma Barranquerolib-src/makefile.w32-in, src/makefile.w32-in: Update...
2012-11-17 Paul EggertAssume POSIX 1003.1-1988 or later for fcntl.h.
2012-11-17 Eli ZaretskiiFix bug #12878 with compilation failure with Visual...
2012-11-17 Paul EggertUpdate comment to match recent change.
2012-11-17 Eli ZaretskiiFix MS-Windows emulation of 'faccessat' wrt directories.
2012-11-17 Eli ZaretskiiFix bug #12829 with aborts on MS-Windows when several...
2012-11-17 Jan Djärv* nsterm.m (hold_event): Set send_appdefined to YES.
2012-11-17 Paul EggertFix problems in ns port found by static checking.
2012-11-16 enami tsugutomo* src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set...
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-16 Paul EggertRemove no-longer-used pty_max_bytes variable.
2012-11-16 Glenn Morris* src/editfns.c (Fmessage): Mention message-log-max...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-15 Stefan Monnier* src/eval.c (Finteractive_p): Revert lexbind-merge...
2012-11-15 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-11-15 Glenn MorrisFixes related to face underlining
2012-11-15 Paul Eggert* eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove...
2012-11-14 Eli ZaretskiiMS-Windows followup for 2012-11-14T04:55:41Z!eggert...
2012-11-14 Eli ZaretskiiClean up w32 timer thread code in the hope of solving...
next