aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.Paul Eggert2011-03-062-1/+11
* current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-068-46/+68
* * xdisp.c (redisplay_window): Likewise.Paul Eggert2011-03-062-3/+4
* * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move herePaul Eggert2011-03-064-18/+14
* * cmds.c (internal_self_insert): Reindent to match Emacs style.Paul Eggert2011-03-062-16/+19
* * xdisp.c (SKIP_GLYPHS): Removed unused macro.Paul Eggert2011-03-062-12/+1
* * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere.Paul Eggert2011-03-062-1/+2
* * xdisp.c (produce_glyphless_glyph): Make a pointer "const"Paul Eggert2011-03-062-1/+4
* * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.Paul Eggert2011-03-062-1/+1
* Merge from mainline.Paul Eggert2011-03-055-27/+31
|\
| * Fix typos.Juanma Barranquero2011-03-061-7/+7
| * Doc fixes for bug#5567 (tiny change)Michael Shields2011-03-052-12/+12
| * Regenerate autotools stuff, grumble.Glenn Morris2011-03-051-3/+0
| * Fix last change.Chong Yidong2011-03-051-1/+1
| * * nsterm.m (ns_draw_window_cursor): Fix typo in 2011-02-23 commit.Chong Yidong2011-03-052-2/+5
| * ChangeLog fix.Glenn Morris2011-03-051-1/+1
| * Reduce some of the many, many variant spellings of NeXTstep.Glenn Morris2011-03-031-1/+1
| * * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.Ken Brown2011-03-022-1/+5
* | * xdisp.c: Rename or move local decls to avoid shadowing.Paul Eggert2011-03-052-130/+146
|/
* Merge: Work around some portability problems with symlinks.Paul Eggert2011-03-013-28/+47
|\
| * Merge from mainline.Paul Eggert2011-03-0118-102/+186
| |\ | |/ |/|
| * * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, andPaul Eggert2011-02-252-0/+9
| * Simplify symlink portability workaround.Paul Eggert2011-02-252-19/+3
| * Merge from mainline.Paul Eggert2011-02-247-53/+67
| |\
| * | [ChangeLog]Paul Eggert2011-02-223-28/+54
* | | Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-277-10/+10
|\ \ \
| * | | Fix typos.Juanma Barranquero2011-02-237-10/+10
| * | | Fix typo "comand".Glenn Morris2011-02-221-1/+1
| * | | Fix spelling of "precede".Glenn Morris2011-02-221-1/+1
| * | | Fix spelling of "supersede".Glenn Morris2011-02-223-5/+5
| * | | Comment spelling fix.Glenn Morris2011-02-221-1/+1
| * | | Remove bogus duplicate ChangeLog entry from 2010-06-01T13:47:14Z!lekktu@gmail...Glenn Morris2011-02-221-6/+0
* | | | Avoid recording dead buffers in buffer-list frame param (Bug#7898).Chong Yidong2011-02-272-3/+17
* | | | Implement stub emulation of `readlink' for MS-DOS.Eli Zaretskii2011-02-273-0/+21
|\ \ \ \
| * | | | Emulate `readlink' for DJGPP versions before 2.04.Eli Zaretskii2011-02-273-0/+23
* | | | | Implement stubs of `readlink' and `symlink' for MS-Windows.Eli Zaretskii2011-02-272-0/+23
* | | | | * scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.Paul Eggert2011-02-262-2/+6
* | | | | * frame.c (x_set_screen_gamma): Rename local to avoid shadowing.Paul Eggert2011-02-262-5/+7
* | | | | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics.Paul Eggert2011-02-263-5/+10
* | | | | * dispextern.h (struct glyph): Make u.img_id int, not unsigned.Paul Eggert2011-02-262-1/+6
* | | | | * dispnew.c: Rename locals to avoid shadowing.Paul Eggert2011-02-262-28/+33
* | | | | * dispnew.c: Fix problem uncovered by gcc -Wunused-variable.Paul Eggert2011-02-262-17/+23
* | | | | * dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.Paul Eggert2011-02-262-30/+14
|/ / / /
* | | | Fix Sed scripts and srs/s/msdos.h for gnulib additions. Not tested yet.Eli Zaretskii2011-02-262-0/+11
* | | | * src/dired.c: Add comment and code explaining magic number.Paul Eggert2011-02-251-1/+5
| |_|/ |/| |
* | | * dired.c (Ffile_attributes): Increase size of modes from 10 to 12Paul Eggert2011-02-242-1/+7
* | | Fix handling of bar cursors in NS terminal.Ben Key2011-02-233-23/+41
* | | * src/print.c (print_object): Never print old-style backquotes.Stefan Monnier2011-02-232-26/+11
* | | Fix some mis-spellings of "precede" that are not in emacs-23 branch.Glenn Morris2011-02-221-1/+1
* | | Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.Glenn Morris2011-02-222-2/+7
|\ \ \ | |/ / | | / | |/ |/|