Merge from gnulib.
[bpt/emacs.git] / src / ChangeLog
2013-11-08 Paul EggertMerge from gnulib.
2013-11-08 Eli ZaretskiiSwitch cache-long-scans to t by default.
2013-11-08 Paul Eggert* chartab.c (make_sub_char_table): Fix size typo.
2013-11-07 Jan DjärvImport macfont changes from mac-port 4.5.
2013-11-07 Paul EggertPort to C11 aligned_alloc, and fix some integer overflows.
2013-11-06 Stefan Monnier* src/xdisp.c (redisplay_internal): Fix typo in last...
2013-11-06 Paul Eggert* regex.c: Fix --enable-gcc-warning glitch with GCC...
2013-11-06 Stefan Monnier* src/xdisp.c (syms_of_xdisp): New vars redisplay-...
2013-11-06 Eli ZaretskiiFix doc string of format-time-string, per bug #15816.
2013-11-06 Stefan Monnier*.[chm]: Number every assignment to windows_or_buffers_...
2013-11-06 Paul EggertInteger-related fixes for term.c etc.
2013-11-05 Stefan Monnier* src/xdisp.c (prepare_menu_bars): Mark static.
2013-11-05 Paul Eggert* keyboard.c (Fcommand_error_default_function): Fix...
2013-11-05 Stefan Monnier* src/keyboard.c (Fcommand_error_default_function)...
2013-11-05 Jarek Czekalski* src/keyboard.c (Fdefault_error_output): New function...
2013-11-05 Stefan Monnier* src/eval.c (handlerlist_sentinel): New variable.
2013-11-05 Eli ZaretskiiFix bug #15148 with garbled display in Dired when cache...
2013-11-05 Xue FuqiaoDoc fix.
2013-11-05 Jan Djärv* nsfns.m (ns_get_name_from_ioreg): New function.
2013-11-05 Paul EggertSimplify and port recent bool vector changes.
2013-11-05 Paul EggertFix recent gnutls changes.
2013-11-05 Ted ZlatanovSeveral GnuTLS fixes for log level and initialization.
2013-11-04 Jan DjärvFix memory leaks in NS version.
2013-11-04 Eli Zaretskiisrc/ChangeLog: Fix a typo in the last commit.
2013-11-04 Eli ZaretskiiFix bug #15260 with building and installing Emacs in...
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-11-04 Glenn Morris* src/emacs.c (usage_message): Mention that `-L :....
2013-11-02 Glenn Morris* src/Makefile.in (bootstrap_exe): Use relative filename.
2013-11-02 Glenn MorrisUse relative filenames in TAGS files.
2013-11-02 Glenn Morris* src/Makefile.in (lispdir): Remove.
2013-11-02 Glenn MorrisSmall Makefile cleanup mainly related to tags file...
2013-11-02 Jan Djärv* xfaces.c (realize_default_face): Set DISTANT_FOREGROU...
2013-11-02 Jan Djärv* xfaces.c (check_lface_attrs, realize_default_face...
2013-11-02 Paul Eggert* emacs.c (original_pwd): Remove global var by making...
2013-11-01 Jan DjärvAdd :distant-foreground to faces.
2013-11-01 Claudio BleyFix ChangeLog entry of last commit.
2013-11-01 Claudio BleyFix handling of comments in NetPBM image files.
2013-11-01 Claudio BleySupport newer versions of libjpeg on MS-Windows.
2013-10-31 Jan Djärv* emacs.c (main): Skip -psn args on OSX even if ! isatt...
2013-10-31 Glenn MorrisFix setting of invocation-directory with --chdir and...
2013-10-29 Stefan Monnier* src/keyboard.c (command_loop_1): If command is nil...
2013-10-29 Paul Eggert* insdel.c: Fix minor problems found by static checking.
2013-10-29 Stefan MonnierAdd pre-redisplay-function and rectangular region
2013-10-29 Dmitry AntipovPrefer 'unsigned long' to 'long unsigned int' and ...
2013-10-29 Stefan Monnier* src/eval.c (run_hook_with_args): Use FUNCTIONP.
2013-10-29 Dmitry Antipov* xterm.h (struct x_output): For 'black_relief' and...
2013-10-28 Paul Eggert* dispextern.h, image.c (x_bitmap_height, x_bitmap_widt...
2013-10-28 Dmitry Antipov* dispextern.h (struct face): Use bitfields for 'underl...
2013-10-27 Dmitry Antipov* xftfont.c (struct xftfont_info): Remove set-but-unused
2013-10-26 Eli ZaretskiiFix part of bug #15260 with from directory with a non...
2013-10-26 Xue FuqiaoDoc fix for set-fringe-bitmap-face.
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 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): 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.
next