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