summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-10-10* src/fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.Stefan Monnier
2013-10-10Attempt to fix crashes per bug #15575.Eli Zaretskii
2013-10-10* image.c: Pacify --enable-gcc-warnings.Paul Eggert
2013-10-10MS-Windows follow-up to 2013-10-10T01:03:11Z!rgm@gnu.org: support giflib 5.x.Eli Zaretskii
2013-10-10* keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov
2013-10-10* keyboard.c (init_kboard): Now static. Add argDmitry Antipov
2013-10-09Handle giflib 5 changes (tiny change)Barry Fishman
2013-10-09* fns.c (sxhash_bool_vector): Fix buffer read overrun.Paul Eggert
2013-10-09Fix minor problems in text-mode menu display.Eli Zaretskii
2013-10-09* nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8Jan Djärv
2013-10-09* intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert
2013-10-09* lisp.h (eassert): Don't use 'assume'.Paul Eggert
2013-10-09Doc tweaks for condGlenn Morris
2013-10-09Fix bug #15565 with assertion violations in x_free_gc.Eli Zaretskii
2013-10-08* lisp/profiler.el: Create a more coherent calltree from partial backtraces.Stefan Monnier
2013-10-08Fix minor problems found by static checking.Paul Eggert
2013-10-08Support menus on text-mode terminals.Eli Zaretskii
2013-10-08* dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment.Dmitry Antipov
2013-10-08Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov
2013-10-08* nsterm.m (windowDidExitFullScreen:):Jan Djärv
2013-10-07Complete ChangeLog entry that was inadvertently truncated.Paul Eggert
2013-10-07Fix race where emacs aborts when sent SIGTERM.Paul Eggert
2013-10-07* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.Paul Eggert
2013-10-07Improve support for popcount and counting trailing zeros.Paul Eggert
2013-10-07* nsterm.m (windowDidEnterFullScreen:): setPresentationOptions onlyJan Djärv
2013-10-07* xdisp.c (handle_fontified_prop): Prefer ptrdiff_t to int where needed.Dmitry Antipov
2013-10-07* insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed.Dmitry Antipov
2013-10-07emacs_read and emacs_write now use void *, not char *.Paul Eggert
2013-10-07* alloc.c (Fmake_string): For ASCII char initializer, preferDmitry Antipov
2013-10-06Don't force auto hide dock when hide menu changes.Jan Djärv
2013-10-06* nsterm.m (ns_update_begin): If native fullscreen and no toolbar,Jan Djärv
2013-10-05Minor doc fixes.Xue Fuqiao
2013-10-05* nsterm.m (check_native_fs): Remove erroneous comment.Jan Djärv
2013-10-04* xdisp.c (redisplay_internal): Simplify because scan_for_column nowDmitry Antipov
2013-10-04Use hardware support for byteswapping on glibc x86 etc.Paul Eggert
2013-10-03* bytecode.c (exec_byte_code): Use some more volatile variablesPaul Eggert
2013-10-03* lisp.h (eassert): Assume that COND is true when optimizing.Paul Eggert
2013-10-03* xdisp.c (Qglyphless_char): Now static.Paul Eggert
2013-10-03Merge from gnulib.Paul Eggert
2013-10-02* eval.c (clobbered_eassert): New macro.Paul Eggert
2013-10-03Introduce new bytecodes for efficient catch/condition-case in lexbind.Stefan Monnier
2013-10-03* lisp/subr.el (decode-char, encode-char): Use advertised-calling-conventionStefan Monnier
2013-10-02* macfont.m (macfont_draw): Use s->ybase for correct y position.Jan Djärv
2013-10-02* frame.h (struct frame): Drop has_minibuffer member because...Dmitry Antipov
2013-10-02* window.h (struct window): Prefer enum text_cursor_kinds to intDmitry Antipov
2013-10-02* fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM becauseDmitry Antipov
2013-10-01* macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRectAlp Aker
2013-09-29Fix bug #15484 with link error in the --without-x configuration.Eli Zaretskii
2013-09-29* window.c (calc_absolute_offset): #elif should be #elif defined.Jan Djärv
2013-09-29* frame.c (delete_frame): Block/unblock input to overcome raceJan Djärv