Continuation of previous change.
[bpt/emacs.git] / src /
2013-10-25 Eli ZaretskiiAnother fix for the MS-Windows build broken 4 revisions...
2013-10-25 Eli ZaretskiiFix the MS-Windows build broken 2013-10-25T04:35:56Z...
2013-10-25 Dmitry AntipovPerform font-specific cleanup when font object is swept...
2013-10-25 Dmitry AntipovOmit unused frame argument of font API's close function.
2013-10-24 Glenn MorrisChangeLog fixes
2013-10-24 Glenn MorrisFix whitespace in previous Makefile.in changes
2013-10-24 Glenn MorrisAttempt at a fix for mingw CPPFLAGS
2013-10-23 Dmitry AntipovFix ChangeLog entry.
2013-10-23 Dmitry AntipovTweak last font-related changes to fix bug#15686.
2013-10-23 Glenn MorrisMake building in directories with whitespace possible
2013-10-23 Paul EggertPort to Solaris 10 and its bundled GCC.
2013-10-21 Xue FuqiaoRemove unnecessary @refill.
2013-10-21 Dmitry AntipovDo not allow font caches to grow too large.
2013-10-20 Jan Djärv* emacs.c (main): On Cocoa, if GUI session and 0 is...
2013-10-20 Jan Djärv* src/nsterm.m (ns_get_color): Make selection color...
2013-10-20 Jan DjärvFix GNUStep specific menu items.
2013-10-18 Eli ZaretskiiFix clicks on the menu bar when GPM mouse is in use.
2013-10-18 Dmitry AntipovRemove port-specific display name lists to avoid extra
2013-10-18 Barry O'ReillyDon't run timers in input-pending-p. Its new check...
2013-10-17 Paul EggertMake some functions static in non-Microsoft builds.
2013-10-17 Paul EggertMake VALMASK visible to GDB even if clang is used.
2013-10-17 Paul Eggertbool vector int width fixes
2013-10-16 Paul Eggert* process.h (conv_sockaddr_to_lisp): New decl, for...
2013-10-16 Jan Djärv* nsselect.m (ns_string_from_pasteboard): Remove Fquit...
2013-10-16 Eli ZaretskiiImplement network-interface-* functions for MS-Windows...
2013-10-16 Eli ZaretskiiFix bug #15629 with GUI menus on NS.
2013-10-16 Dmitry Antipov* fns.c (Fstring_as_unibyte): Fix last change.
2013-10-16 Dmitry Antipov* fns.c (Fstring_as_unibyte): Use xlispstrdup.
2013-10-15 Paul Eggert* print.c (print_object): Print " ..." when truncating...
2013-10-15 Eli ZaretskiiSupport mouse wheel on MS-Windows text-mode console.
2013-10-15 Paul EggertDisallow bool vector operations on mixed-length operands.
2013-10-15 Paul Eggert* keyboard.c, keyboard.h (all_kboards): Now static.
2013-10-15 Xue FuqiaoAdd usage note of buffer-invisibility-spec.
2013-10-15 Paul EggertSpace after comma in ChangeLogs.
2013-10-15 Dmitry Antipov* nsterm.h (struct ns_display_info): Remove set-but...
2013-10-14 Eli ZaretskiiAttempt to fix time_t related problems with MinGW 4...
2013-10-14 Eli ZaretskiiImplement scrolling of TTY menus when the screen is...
2013-10-14 Dmitry Antipov* termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_...
2013-10-14 Dmitry Antipov* xfaces.c (PT_PER_INCH): Remove unused macro.
2013-10-14 Paul Eggert* lisp.h (bool_vector_size): New function.
2013-10-13 Kenichi Handamerge trunk
2013-10-13 Glenn MorrisChangeLog fixes prompted by M-x authors
2013-10-12 Eli ZaretskiiAvoid compilation warnings in image.c.
2013-10-11 Eli ZaretskiiSupport frame dimension changes while TTY menus are...
2013-10-11 Dmitry Antipov* term.c (tty_menu_show): Never return with unbalanced
2013-10-11 Eli ZaretskiiMenu item selection on TTYs is now cyclical.
2013-10-11 Ted ZlatanovSupport GnuTLS v3 and set up its audit logging properly.
2013-10-11 Dmitry Antipov* dispnew.c (redraw_frame): Remove useless #ifdef because
2013-10-11 Eli ZaretskiiFix bug #15575 with crashes in TTY menus.
2013-10-11 Paul Eggert* lisp.h (eassume): New macro.
2013-10-11 Dmitry Antipov* xdisp.c (deep_copy_glyph_row): Remove unused locals.
2013-10-10 Stefan Monnier* src/fileio.c (Fsubstitute_in_file_name): Use substitu...
2013-10-10 Eli ZaretskiiAttempt to fix crashes per bug #15575.
2013-10-10 Paul Eggert* image.c: Pacify --enable-gcc-warnings.
2013-10-10 Eli ZaretskiiMS-Windows follow-up to 2013-10-10T01:03:11Z!rgm@gnu...
2013-10-10 Dmitry Antipov* keyboard.c (last_event_timestamp): Remove. For X...
2013-10-10 Dmitry Antipov* keyboard.c (init_kboard): Now static. Add arg
2013-10-10 Barry FishmanHandle giflib 5 changes (tiny change)
2013-10-09 Paul Eggert* fns.c (sxhash_bool_vector): Fix buffer read overrun.
2013-10-09 Eli ZaretskiiFix minor problems in text-mode menu display.
2013-10-09 Jan Djärv* nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input...
2013-10-09 Paul Eggert* intervals.c (temp_set_point_both): Move test into...
2013-10-09 Paul Eggert* lisp.h (eassert): Don't use 'assume'.
2013-10-09 Glenn MorrisDoc tweaks for cond
2013-10-09 Eli ZaretskiiFix bug #15565 with assertion violations in x_free_gc.
2013-10-09 Stefan Monnier* lisp/profiler.el: Create a more coherent calltree...
2013-10-08 Paul EggertFix minor problems found by static checking.
2013-10-08 Eli ZaretskiiAttempt to fix broken compilation on several systems...
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Dmitry Antipov* dispnew.c (set_window_update_flags): Add buffer arg...
2013-10-08 Eli ZaretskiiCleanups and commentary changes.
2013-10-08 Eli ZaretskiiHorizontal keys in TTY menus work.
2013-10-08 Eli ZaretskiiMake tty-menu-open-use-tmm a defcustom, update tmm...
2013-10-08 Dmitry AntipovDo not allocate huge temporary memory areas and objects...
2013-10-08 Jan Djärv* nsterm.m (windowDidExitFullScreen:):
2013-10-08 Paul EggertComplete ChangeLog entry that was inadvertently truncated.
2013-10-08 Paul EggertFix race where emacs aborts when sent SIGTERM.
2013-10-08 Paul Eggert* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
2013-10-07 Paul EggertImprove support for popcount and counting trailing...
2013-10-07 Jan Djärv* nsterm.m (windowDidEnterFullScreen:): setPresentation...
2013-10-07 Dmitry Antipov* xdisp.c (handle_fontified_prop): Prefer ptrdiff_t...
2013-10-07 Dmitry Antipov* insdel.c (insert_from_gap): Prefer ptrdiff_t to int...
2013-10-07 Dmitry Antipov* alloc.c (Fmake_string): Fix last change.
2013-10-07 Paul Eggertemacs_read and emacs_write now use void *, not char *.
2013-10-07 Dmitry Antipov* alloc.c (Fmake_string): For ASCII char initializer...
2013-10-06 Jan DjärvDon't force auto hide dock when hide menu changes.
2013-10-06 Jan Djärv* nsterm.m (ns_update_begin): If native fullscreen...
2013-10-05 Eli ZaretskiiImprove commentary.
2013-10-05 Eli ZaretskiiAccount for character width on display in menu bar.
2013-10-05 Eli ZaretskiiFix menu drop by mouse click; new primitive menu-bar...
2013-10-05 Xue FuqiaoMinor doc fixes.
2013-10-05 Jan Djärv* nsterm.m (check_native_fs): Remove erroneous comment.
2013-10-04 Dmitry Antipov* xdisp.c (redisplay_internal): Simplify because scan_f...
2013-10-04 Paul EggertUse hardware support for byteswapping on glibc x86...
2013-10-04 Paul Eggert* bytecode.c (exec_byte_code): Use some more volatile...
2013-10-03 Eli ZaretskiiFix hiding cursor when displaying menu on a TTY.
2013-10-03 Paul Eggert* lisp.h (eassert): Assume that COND is true when optim...
2013-10-03 Paul Eggert* xdisp.c (Qglyphless_char): Now static.
2013-10-03 Paul EggertMerge from gnulib.
2013-10-03 Paul Eggert* eval.c (clobbered_eassert): New macro.
next