aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish fixing the MS-DOS build. Everything builds and works.Eli Zaretskii2011-02-192-1/+2
* Initial version of fix for the MS-DOS build, not yet tested.Eli Zaretskii2011-02-192-0/+13
* * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.Stefan Monnier2011-02-183-9/+14
* * lisp/files.el (cd): Make completion obey cd-path.Stefan Monnier2011-02-182-4/+19
* xdisp.c (display_line): Fix the change made for bug#7939.Eli Zaretskii2011-02-182-1/+3
* Fix bug #7840 with default terminal and keyboard encodings.Eli Zaretskii2011-02-182-2/+25
* Don't GC-scan stack data redundantly.Stefan Monnier2011-02-175-44/+80
* Fix KVAR/BVAR,Jan Djärv2011-02-173-7/+14
* Use KVAR in the MS-DOS build.Eli Zaretskii2011-02-162-1/+3
* Fix formatting of src/ChangeLog entries.Eli Zaretskii2011-02-161-11/+12
* src/s/ms-w32.h (getloadavg): Declare prototype which was removed from lisp.h.Eli Zaretskii2011-02-162-0/+3
* Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-169-79/+31
* Hide implementation of `struct kboard'Tom Tromey2011-02-1614-205/+243
* * lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR.Tom Tromey2011-02-162-1/+5
* Change B_ to BVARTom Tromey2011-02-1649-932/+1078
* Merge from emacs-23; up to 2010-05-28T19:18:47Z!juri@jurta.org.Glenn Morris2011-02-162-2/+25
|\
| * Fix bug #8020 with quick resizing of the selected frame.Eli Zaretskii2011-02-132-2/+25
* | Import getloadavg module from gnulib.Paul Eggert2011-02-1520-1178/+36
* | Fix the NS build due to introduction of B_.Eli Zaretskii2011-02-152-3/+7
* | Fix use of dtoastr from gnulib.Michael Welsh Duggan2011-02-142-3/+10
* | Fix the MS-DOS build due to introduction of B_.Eli Zaretskii2011-02-143-4/+7
* | Fix the MS-Windows build due to introduction of B_.Eli Zaretskii2011-02-147-13/+25
* | Use *font for Xft font names for Lucid menus and dialogs.Jan Djärv2011-02-143-25/+34
* | * keyboard.h: Remove obsolete comment.Tom Tromey2011-02-142-2/+4
* | Hide implementation of `struct buffer'Tom Tromey2011-02-1447-999/+1151
* | * gtkutil.c (xg_tool_bar_menu_proxy): Handle case when tool bar label is null.Jan Djärv2011-02-142-1/+6
* | * callproc.c (Fcall_process):Jan D2011-02-133-3/+9
* | Merge changes from emacs-23 branchChong Yidong2011-02-123-3/+22
|\ \
| * \ Merge changes from emacs-23 branchChong Yidong2011-02-124-5/+45
| |\ \ |/ / / | | _
| * Fix bug #7840 with setting terminal/keyboard encoding of emacsclient frames.Eli Zaretskii2011-02-122-2/+23
| * Fix trivial typos in comments and ChangeLogs.Juanma Barranquero2011-02-121-4/+4
| * Fix to select_window.Martin Rudalics2011-02-082-1/+6
| * * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't becomeJan Djärv2011-02-082-0/+7
* | * md5.c (md5_process_bytes): Use sizeof, not __alignof__.Paul Eggert2011-02-122-2/+8
* | Make sure SIGPIPE is reset in child processesAndreas Schwab2011-02-123-0/+43
* | Fix bug #7939 with bidi display of hscrolled lines.Eli Zaretskii2011-02-122-7/+40
* | Port to Sun C 5.11, which has __attribute__ ((__aligned (N))).Paul Eggert2011-02-122-5/+9
* | Port to Solaris 10, which doesn't support FC_HINT_STYLE.Paul Eggert2011-02-113-12/+27
* | * xterm.c (x_set_frame_alpha): Access data before it is free:d.Jan Djärv2011-02-112-3/+7
* | * src/Makefile.in (really-lwlib): Depend on globals.h, for parallel builds.Glenn Morris2011-02-092-3/+7
* | Update the Windows build according to 2011-02-08T21:42:56Z!tromey@redhat.com ...Eli Zaretskii2011-02-092-1/+40
* | * src/Makefile.in (gl-stamp): Create globals.h here.Andreas Schwab2011-02-092-3/+10
* | * src/Makefile.in ($(otherobj)): Depend on globals.h.Paul Eggert2011-02-082-4/+10
* | Make globals.h a generated headerTom Tromey2011-02-086-2902/+46
* | font.c (Ffont_get): Do not cache :otf value.Kenichi Handa2011-02-082-1/+4
* | * image.c: conform to C89 pointer rulesPaul Eggert2011-02-062-1/+2
* | * xml.c: conform to C89 pointer rulesPaul Eggert2011-02-062-6/+8
* | * ralloc.c: conform to C89 pointer rulesPaul Eggert2011-02-062-2/+2
* | * xfont.c: conform to C89 pointer rulesPaul Eggert2011-02-062-1/+2
* | * doprnt.c, indent.c, character.c: conform to C89 pointer rulesPaul Eggert2011-02-065-13/+16