aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify read_dirent's MSDOS hacksPaul Eggert2015-01-301-0/+7
* # ChangeLog fixesGlenn Morris2015-01-301-30/+17
* Fix error messages when readdir cannot open a directory on MS-WindowsEli Zaretskii2015-01-301-0/+9
* Refactor calls to opendir for simplicityPaul Eggert2015-01-291-0/+6
* Report readdir failuresPaul Eggert2015-01-291-0/+10
* Merge from origin/emacs-24Paul Eggert2015-01-291-0/+12
|\
| * Improve the fix for bug #19701Eli Zaretskii2015-01-281-0/+13
* | Commit src/ChangeLog for previous commit.Eli Zaretskii2015-01-291-0/+13
* | Use bool, not int, to track face changesPaul Eggert2015-01-281-0/+8
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsFabián Ezequiel Gallina2015-01-281-0/+4
|\ \
| * | Tighten up the tagcode used for eieio and cl-struct objectsStefan Monnier2015-01-271-0/+4
* | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+13
|\ \ \ | | |/ | |/|
| * | Signal a file-error from directory-files on MS-Windows (Bug#19701)Eli Zaretskii2015-01-271-0/+9
| * | Fixes: debbugs:19660Jan D2015-01-241-0/+4
* | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+6
|\ \ \ | |/ /
| * | Fix coding.c subscript errorPaul Eggert2015-01-211-0/+4
| * | Backport: correct old fix for GTK font selectionPaul Eggert2015-01-201-0/+6
| * | Backport from trunk of bug 19531.Jan D2015-01-211-0/+4
* | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+6
|\ \ \ | |/ /
| * | Fix display of images in R2L screen linesEli Zaretskii2015-01-171-0/+6
* | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+7
|\ \ \ | |/ /
| * | Fix support of non-ASCII frame titles on MS-Windows (Bug#19590)Eli Zaretskii2015-01-141-0/+7
* | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+10
|\ \ \ | |/ /
| * | Fix return value of vertical-motion at ZV (Bug#19553)Eli Zaretskii2015-01-101-0/+5
| * | Fix the description of -nl in --help text. (Bug#19542)Eli Zaretskii2015-01-091-0/+5
| * | Fix line-move-visual's following of column in R2L lines (backport from trunk).Eli Zaretskii2015-01-091-0/+7
* | | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+17
|\ \ \ | |/ / | | / | |/ |/|
| * Fix assertion violations in try_window_id (Bug#19511)Eli Zaretskii2015-01-051-0/+8
| * More doc fixes for bug#19502 -- make documentation less X-specific.Eli Zaretskii2015-01-041-0/+4
| * src/emacs.c (syms_of_emacs) <system-configuration>: Doc fix. (Bug#19502)Eli Zaretskii2015-01-041-0/+5
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Use bool for boolean in xfaces.cPaul Eggert2015-01-261-0/+43
* | * image.c (lookup_pixel_color): Reorder conditions that areAndreas Schwab2015-01-261-0/+10
* | Use bool for boolean in w32term.cEli Zaretskii2015-01-261-0/+16
* | Use bool for boolean in w32fns.cEli Zaretskii2015-01-251-0/+10
* | Use bool for boolean in xfns.cPaul Eggert2015-01-251-0/+18
* | Count MANY function args more reliablyPaul Eggert2015-01-251-0/+53
* | Use gnustep-config if availablePaul Eggert2015-01-241-0/+7
* | src/xdisp.c (init_iterator): Restore a comment lost in transition.Eli Zaretskii2015-01-221-0/+4
* | Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-211-0/+9
* | Don't downcase system diagnostics' first lettersPaul Eggert2015-01-211-0/+4
* | Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-0/+14
* | Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-201-0/+15
* | Fix double chars in NS port.Jan Djärv2015-01-201-0/+4
* | Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-201-0/+8
* | Correct an old fix for GTK font selectionPaul Eggert2015-01-191-0/+4
* | Fix minor bugs with printing null bytesPaul Eggert2015-01-191-0/+5
* | Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-191-0/+18
* | Verify that Qnil is zero before relying on that in redisplay.Eli Zaretskii2015-01-191-0/+10
* | Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-0/+26