| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | Import getloadavg module from gnulib. | Paul Eggert | 2011-02-07 | 1 | -0/+10 | |
| * | | | | | | | | | | | | Finish fixing the MS-DOS build. Everything builds and works. | Eli Zaretskii | 2011-02-19 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Initial version of fix for the MS-DOS build, not yet tested. | Eli Zaretskii | 2011-02-19 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly. | Stefan Monnier | 2011-02-18 | 1 | -0/+6 | |
| * | | | | | | | | | | | * lisp/files.el (cd): Make completion obey cd-path. | Stefan Monnier | 2011-02-18 | 1 | -0/+6 | |
| * | | | | | | | | | | | xdisp.c (display_line): Fix the change made for bug#7939. | Eli Zaretskii | 2011-02-18 | 1 | -0/+2 | |
| * | | | | | | | | | | | Fix bug #7840 with default terminal and keyboard encodings. | Eli Zaretskii | 2011-02-18 | 1 | -0/+6 | |
| | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Don't GC-scan stack data redundantly. | Stefan Monnier | 2011-02-17 | 1 | -33/+50 | |
| * | | | | | | | | | | Fix KVAR/BVAR, | Jan Djärv | 2011-02-17 | 1 | -0/+7 | |
| * | | | | | | | | | | Use KVAR in the MS-DOS build. | Eli Zaretskii | 2011-02-16 | 1 | -0/+2 | |
| * | | | | | | | | | | Fix formatting of src/ChangeLog entries. | Eli Zaretskii | 2011-02-16 | 1 | -11/+12 | |
| * | | | | | | | | | | src/s/ms-w32.h (getloadavg): Declare prototype which was removed from lisp.h. | Eli Zaretskii | 2011-02-16 | 1 | -0/+1 | |
| * | | | | | | | | | | Use KVAR in MS-Windows build, remove buffer-file-type. | Eli Zaretskii | 2011-02-16 | 1 | -0/+25 | |
| * | | | | | | | | | | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -0/+29 | |
| * | | | | | | | | | | * lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR. | Tom Tromey | 2011-02-16 | 1 | -0/+4 | |
| * | | | | | | | | | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -0/+146 | |
| * | | | | | | | | | | Merge from emacs-23; up to 2010-05-28T19:18:47Z!juri@jurta.org. | Glenn Morris | 2011-02-16 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| | * | | | | | | | | Fix bug #8020 with quick resizing of the selected frame. | Eli Zaretskii | 2011-02-13 | 1 | -0/+6 | |
| * | | | | | | | | | Import getloadavg module from gnulib. | Paul Eggert | 2011-02-15 | 1 | -1/+27 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | | Fix the NS build due to introduction of B_. | Eli Zaretskii | 2011-02-15 | 1 | -0/+4 | |
| * | | | | | | | | Fix use of dtoastr from gnulib. | Michael Welsh Duggan | 2011-02-14 | 1 | -0/+5 | |
| * | | | | | | | | Fix the MS-DOS build due to introduction of B_. | Eli Zaretskii | 2011-02-14 | 1 | -0/+3 | |
| * | | | | | | | | Fix the MS-Windows build due to introduction of B_. | Eli Zaretskii | 2011-02-14 | 1 | -0/+12 | |
| * | | | | | | | | Use *font for Xft font names for Lucid menus and dialogs. | Jan Djärv | 2011-02-14 | 1 | -0/+11 | |
| * | | | | | | | | * keyboard.h: Remove obsolete comment. | Tom Tromey | 2011-02-14 | 1 | -0/+4 | |
| * | | | | | | | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -0/+137 | |
| * | | | | | | | | * gtkutil.c (xg_tool_bar_menu_proxy): Handle case when tool bar label is null. | Jan Djärv | 2011-02-14 | 1 | -0/+5 | |
| * | | | | | | | | * callproc.c (Fcall_process): | Jan D | 2011-02-13 | 1 | -0/+6 | |
| * | | | | | | | | Merge changes from emacs-23 branch | Chong Yidong | 2011-02-12 | 1 | -2/+19 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| | * | | | | | | | Merge changes from emacs-23 branch | Chong Yidong | 2011-02-12 | 1 | -2/+25 | |
| | |\ \ \ \ \ \ \ |/ / / / / / / / | | _ / / / / / | | / / / / / | ||||||
| | * | | | | | | Fix bug #7840 with setting terminal/keyboard encoding of emacsclient frames. | Eli Zaretskii | 2011-02-12 | 1 | -0/+6 | |
| | * | | | | | | Fix trivial typos in comments and ChangeLogs. | Juanma Barranquero | 2011-02-12 | 1 | -4/+4 | |
| | * | | | | | | Fix to select_window. | Martin Rudalics | 2011-02-08 | 1 | -0/+5 | |
| | * | | | | | | * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't become | Jan Djärv | 2011-02-08 | 1 | -0/+5 | |
| * | | | | | | | * md5.c (md5_process_bytes): Use sizeof, not __alignof__. | Paul Eggert | 2011-02-12 | 1 | -0/+7 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Make sure SIGPIPE is reset in child processes | Andreas Schwab | 2011-02-12 | 1 | -0/+5 | |
| * | | | | | | Fix bug #7939 with bidi display of hscrolled lines. | Eli Zaretskii | 2011-02-12 | 1 | -0/+9 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Port to Sun C 5.11, which has __attribute__ ((__aligned (N))). | Paul Eggert | 2011-02-12 | 1 | -0/+4 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Port to Solaris 10, which doesn't support FC_HINT_STYLE. | Paul Eggert | 2011-02-11 | 1 | -0/+8 | |
| * | | | | * xterm.c (x_set_frame_alpha): Access data before it is free:d. | Jan Djärv | 2011-02-11 | 1 | -0/+5 | |
| | |_|/ |/| | | ||||||
| * | | | * src/Makefile.in (really-lwlib): Depend on globals.h, for parallel builds. | Glenn Morris | 2011-02-09 | 1 | -2/+6 | |
| * | | | Update the Windows build according to 2011-02-08T21:42:56Z!tromey@redhat.com ... | Eli Zaretskii | 2011-02-09 | 1 | -0/+7 | |
| * | | | * src/Makefile.in (gl-stamp): Create globals.h here. | Andreas Schwab | 2011-02-09 | 1 | -0/+6 | |
| * | | | * src/Makefile.in ($(otherobj)): Depend on globals.h. | Paul Eggert | 2011-02-08 | 1 | -0/+6 | |
| * | | | Make globals.h a generated header | Tom Tromey | 2011-02-08 | 1 | -0/+14 | |
| * | | | font.c (Ffont_get): Do not cache :otf value. | Kenichi Handa | 2011-02-08 | 1 | -0/+4 | |
| | |/ |/| | ||||||
| * | | * image.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -0/+1 | |
| * | | * xml.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -0/+1 | |
| * | | * ralloc.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -0/+1 | |
| * | | * xfont.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -0/+1 | |