summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-03-02* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.Ken Brown
2011-03-01Merge: Work around some portability problems with symlinks.Paul Eggert
2011-03-01Merge from mainline.Paul Eggert
2011-02-27Avoid recording dead buffers in buffer-list frame param (Bug#7898).Chong Yidong
2011-02-27Implement stub emulation of `readlink' for MS-DOS.Eli Zaretskii
2011-02-27Implement stubs of `readlink' and `symlink' for MS-Windows.Eli Zaretskii
2011-02-27Emulate `readlink' for DJGPP versions before 2.04.Eli Zaretskii
2011-02-26* scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.Paul Eggert
2011-02-26* frame.c (x_set_screen_gamma): Rename local to avoid shadowing.Paul Eggert
2011-02-26* frame.h: Avoid gcc -Wmissing-prototypes diagnostics.Paul Eggert
2011-02-26* dispextern.h (struct glyph): Make u.img_id int, not unsigned.Paul Eggert
2011-02-26* dispnew.c: Rename locals to avoid shadowing.Paul Eggert
2011-02-26* dispnew.c: Fix problem uncovered by gcc -Wunused-variable.Paul Eggert
2011-02-26* dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.Paul Eggert
2011-02-26Fix Sed scripts and srs/s/msdos.h for gnulib additions. Not tested yet.Eli Zaretskii
2011-02-25* fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, andPaul Eggert
2011-02-25Simplify symlink portability workaround.Paul Eggert
2011-02-24Merge from mainline.Paul Eggert
2011-02-24* dired.c (Ffile_attributes): Increase size of modes from 10 to 12Paul Eggert
2011-02-23Fix handling of bar cursors in NS terminal.Ben Key
2011-02-23* src/print.c (print_object): Never print old-style backquotes.Stefan Monnier
2011-02-22Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.Glenn Morris
2011-02-23merge emacs-23Kenichi Handa
2011-02-22[ChangeLog]Paul Eggert
2011-02-22* dired.c (Ffile_attributes): Simplify and avoid #ifdef.Paul Eggert
2011-02-22* src/lread.c (openp): Correct Boolean typo in last commit.Wolfgang Jenkner
2011-02-22* nsterm.m (EmacsView-keyDown:): Don't pass shift-only-modified key to emacs,...Adrian Robert
2011-02-22src/ChangeLog: Fix typos.Juanma Barranquero
2011-02-22Fix font size handling.Kenichi Handa
2011-02-21[ChangeLog]Paul Eggert
2011-02-22merge emacs-23Kenichi Handa
2011-02-21Adapt MS-Windows build to import of filemode.c from gnulib.Eli Zaretskii
2011-02-21Import filemode module from gnulib.Paul Eggert
2011-02-20Merge from mainline.Paul Eggert
2011-02-20Fix the MS-Windows build due to import of md5 from gnulib.Christoph Scholtes
2011-02-20Import filemode module from gnulib.Paul Eggert
2011-02-20Merge: Import crypto/md5 and stdint modules from gnulib.Paul Eggert
2011-02-19Finish fixing the MS-DOS build. Everything builds and works.Eli Zaretskii
2011-02-19* Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS.Chong Yidong
2011-02-19Initial version of fix for the MS-DOS build, not yet tested.Eli Zaretskii
2011-02-19* deps.mk (fns.o): Depend on ../lib/md5.h.Paul Eggert
2011-02-18Merge from mainline.Paul Eggert
2011-02-18* alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.Stefan Monnier
2011-02-18* lisp/files.el (cd): Make completion obey cd-path.Stefan Monnier
2011-02-18xdisp.c (display_line): Fix the change made for bug#7939.Eli Zaretskii
2011-02-18Fix bug #7840 with default terminal and keyboard encodings.Eli Zaretskii
2011-02-17Merge from mainline.Paul Eggert
2011-02-17Don't GC-scan stack data redundantly.Stefan Monnier
2011-02-17Fix KVAR/BVAR,Jan Djärv
2011-02-17Fix font-size handling bug.Kenichi Handa