aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document arguments of insert_1_both.Eli Zaretskii2013-05-162-2/+10
* Fix bug #14408 with updating *Messages* display.Eli Zaretskii2013-05-162-1/+13
* Support building Emacs on MS-Windows using the Posix configury.Eli Zaretskii2013-05-164-19/+127
|\
| * Merge from trunk.Eli Zaretskii2013-05-167-228/+270
| |\ | |/ |/|
| * Merge from trunk, configury not fixed yet.Eli Zaretskii2013-05-1523-515/+1557
| |\
| * \ Merge from trunk.Eli Zaretskii2013-05-018-40/+154
| |\ \
| * \ \ Merge from trunk.Eli Zaretskii2013-04-242-0/+14
| |\ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge from trunk.Eli Zaretskii2013-04-232-1/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge from trunk.Eli Zaretskii2013-04-204-84/+126
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Delete previous emacs.exe before dumping to fix problem with hard links to it.Eli Zaretskii2013-04-161-0/+8
| * | | | | | Merge from trunk.Eli Zaretskii2013-04-162-5/+9
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from trunk.Eli Zaretskii2013-04-155-15/+32
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed problems with default paths and with shell-file-name.Eli Zaretskii2013-04-151-5/+62
| * | | | | | | | Merge from trunk, resolve conflicts.Eli Zaretskii2013-04-1435-429/+599
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fixed linking with the resource file.Eli Zaretskii2013-04-141-4/+4
| * | | | | | | | | Merge from trunk.Eli Zaretskii2013-04-0529-55/+92
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed misc compilation warnings and errors. Dumping errors out.Eli Zaretskii2013-04-012-3/+6
| * | | | | | | | | | Fixed nt/Makefile.in and top-level Makefile.in.Eli Zaretskii2013-04-011-1/+2
| * | | | | | | | | | Added nt/Makefile.in and appropriate tweaks to configure.ac.Eli Zaretskii2013-04-011-8/+22
| * | | | | | | | | | Merge from trunk.Eli Zaretskii2013-03-313-7/+7
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge from trunk.Eli Zaretskii2013-03-304-10/+154
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixed compilation problems in lib/.Eli Zaretskii2013-03-301-2/+2
| * | | | | | | | | | | | Merge from trunk.Eli Zaretskii2013-03-306-84/+80
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use 'restrict' in gettimeofday arguments, and make ms-w32.h compatible.Eli Zaretskii2013-03-281-1/+1
| * | | | | | | | | | | | | Fix the gettimeofday_timezone test.Eli Zaretskii2013-03-281-1/+2
* | | | | | | | | | | | | | Use just DOC instead of DOC-nn.mm.Stefan Monnier2013-05-155-5/+9
* | | | | | | | | | | | | | * src/process.c: Export default filters and sentinels to Elisp.Stefan Monnier2013-05-153-223/+261
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | * lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in theStefan Monnier2013-05-142-5/+12
* | | | | | | | | | | | | Another attempt to solve bug #14062 with assertion violations on MS-Windows.Eli Zaretskii2013-05-142-2/+9
* | | | | | | | | | | | | * nsfont.m (ns_spec_to_descriptor): Retain and autorelease fdesc.Jan Djärv2013-05-142-2/+10
* | | | | | | | | | | | | * image.c (gif_load): Check that subimages fit.Paul Eggert2013-05-122-0/+23
* | | | | | | | | | | | | * src/doc.c (get_doc_string): Slightly relax the sanity checking.Stefan Monnier2013-05-093-9/+41
* | | | | | | | | | | | | Implement display-monitor-attributes-list for NS.Jan Djärv2013-05-092-23/+231
* | | | | | | | | | | | | * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.Paul Eggert2013-05-095-17/+33
* | | | | | | | | | | | | * xterm.h (GTK_PREREQ): New macro.Paul Eggert2013-05-085-9/+19
* | | | | | | | | | | | | Fix vertical cursor motion when there's a display string with newline at EOL.Eli Zaretskii2013-05-082-13/+33
* | | | | | | | | | | | | src/makefile.w32-in (ACL_H): New macro.Juanma Barranquero2013-05-082-0/+9
* | | | | | | | | | | | | Use Gnulib ACL implementation, for benefit of Solaris etc.Paul Eggert2013-05-073-56/+35
* | | | | | | | | | | | | * unexelf.c: Don't assume ElfW (Half) fits in int.Paul Eggert2013-05-072-27/+34
* | | | | | | | | | | | | * src/callint.c (Fcall_interactively): Set `visargs[i]' for code 'n'Juri Linkov2013-05-072-0/+9
* | | | | | | | | | | | | * xfns.c (x_get_net_workarea): Define only if !GTK || GTK<3.4.Paul Eggert2013-05-072-0/+7
* | | | | | | | | | | | | * src/lread.c (readchar): Don't read from a dead buffer. (Bug#14280)Glenn Morris2013-05-072-0/+7
* | | | | | | | | | | | | * xfns.c: Move misplaced ifndef USE_GTK from previous checkin.Jan Djärv2013-05-072-2/+6
* | | | | | | | | | | | | * buffer.c (tab-width): Mention that it doesn't control indentation.Stefan Monnier2013-05-071-0/+4
* | | | | | | | | | | | | * callint.c (Fcall_interactively): Explain what is `visargs'.Stefan Monnier2013-05-071-0/+5
* | | | | | | | | | | | | Static checking by GCC 4.8.0.Paul Eggert2013-05-062-11/+31
* | | | | | | | | | | | | Add multi-monitor support on X11.YAMAMOTO Mitsuharu2013-05-075-3/+612
* | | | | | | | | | | | | Fix bug #14241 with posn-at-point at the beginning of an image display prop.Eli Zaretskii2013-05-062-11/+31
* | | | | | | | | | | | | * unexelf.c: Fix some 32-bit integer problems, notably when debugging.Paul Eggert2013-05-052-81/+115
* | | | | | | | | | | | | * regex.c: Fix problems when DEBUG is defined.Paul Eggert2013-05-052-199/+201