Fix bug #15260 with building and installing Emacs in non-ASCII directories.
[bpt/emacs.git] / src / ChangeLog
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.
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 ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Dmitry Antipov* dispnew.c (set_window_update_flags): Add buffer arg...
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...
next