aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix mouse dragging of words and lines (Bug#6840).Chong Yidong2010-08-152-14/+29
* gnus-start-draft-setup: Move doc string forward.Katsumi Yamaoka2010-08-152-1/+5
* * keyboard.c (parse_tool_bar_item): Put in a bad label if :labelJan D2010-08-152-3/+11
* * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.Andreas Schwab2010-08-152-16/+19
* Potential buffer overrun and uninit variable fixed, bug 6855.Jan D2010-08-152-2/+10
* Give Ruby compilation rule a lower priority than Gnu (Bug#6778).Chong Yidong2010-08-143-32/+25
* Add four macros to lisp-font-lock-keywords-2 (Bug#6025).Štěpán Němec2010-08-142-5/+14
* Fix ChangeLog entry in last commit.Chong Yidong2010-08-141-1/+2
* Save window excursion before prompting in copyright-update-* (Bug#5394).Kevin Ryde2010-08-142-9/+18
* * lisp/progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).Tom Tromey2010-08-142-0/+6
* Allow delayed autojoin in ERC (Bug#5521).Vivek Dasmohapatra2010-08-143-4/+87
* Typo fix "hoo4a" -> "hook".Katsumi Yamaoka2010-08-142-15/+17
* Minor doc fix.Chong Yidong2010-08-141-1/+1
* Fix bug #6689 with mouse-2 pasting on Windows.Eli Zaretskii2010-08-142-2/+14
* Fix cursor drawing on stretch glyphs in R2L lines.Eli Zaretskii2010-08-144-16/+63
* Fix current-bidi-paragraph-direction within whitespace chars.Eli Zaretskii2010-08-143-3/+16
* Ammended for bug fix on the loader nunion.Katsumi Yamaoka2010-08-142-8/+11
* Doc fixes and keep unknown groups.Katsumi Yamaoka2010-08-142-13/+24
* Minor fixes in TUTORIAL.he.Eli Zaretskii2010-08-142-168/+173
* (lispy_function_keys): Do not define VK_PACKET (bug#4836)Jason Rumney2010-08-142-2/+6
* * lisp/gnus/gnus-sync.el (gnus-sync): Fix defgroup version.Glenn Morris2010-08-132-3/+6
* * fns.c (Fmake_hash_table): Doc fix (Bug#6851).Chong Yidong2010-08-132-3/+7
* Fix for bug#5629: Use unicode message box if available.Jason Rumney2010-08-132-16/+75
* Fix handling of tool-bar-position, also put into default-frame-alist.Jan D2010-08-135-9/+31
* Fix compilation of xmenu.c and unexcoff.c, clean up MSDOS source files.Eli Zaretskii2010-08-137-101/+93
|\
| * Fix fallout from 2010-07-29T03:25:[email protected], remove dead code in u...Eli Zaretskii2010-08-132-41/+8
| * Fix -Wall compiler warnings in MSDOS sources.Eli Zaretskii2010-08-135-59/+81
| * Fix compilation error in xmenu.c for non-toolkit builds.Eli Zaretskii2010-08-132-1/+4
* | Optimizations for gnus-sync.el.Katsumi Yamaoka2010-08-132-11/+34
* | Minor bug fixes for gnus-sync.el.Katsumi Yamaoka2010-08-132-3/+6
* | Minor bug fixes for gnus-sync.el.Katsumi Yamaoka2010-08-132-2/+12
* | add lisp/gnus/gnus-sync.elKatsumi Yamaoka2010-08-131-0/+215
* | Make saving and restoring of hidden threads work with overlays.Katsumi Yamaoka2010-08-132-6/+17
* | Add new gnus-sync.el library.Katsumi Yamaoka2010-08-133-10/+17
* | Make gnus-start-draft-setup interactive.Katsumi Yamaoka2010-08-132-0/+5
|/
* Shut up compiler warnings due to "char *" and "const char *".Eli Zaretskii2010-08-132-3/+8
* Fix typo.Jan D2010-08-131-1/+1
* Introduce a new comment style "c" flag.Stefan Monnier2010-08-129-136/+213
* (add_registry): Set path for runemacs.exe to use.Jason Rumney2010-08-122-0/+21
* Fix last change.Stefan Monnier2010-08-122-14/+14
* Misc code cleanup of octave-mode.el.Stefan Monnier2010-08-122-142/+100
* * lisp/progmodes/octave-mod.el (octave-mode-map): Use comment-dwim.Stefan Monnier2010-08-122-1/+6
* * doc/misc/cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.Stefan Monnier2010-08-122-2/+6
* * lisp/cus-edit.el (custom-save-variables, custom-save-faces): Fix upAntoine Levitt2010-08-122-12/+16
* * xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.Jan D2010-08-112-1/+2
* Take colors for region face (selected text) from the Gtk+ theme.Jan D2010-08-118-2/+107
* Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-1119-116/+151
* Fix -Wwrite-strings warnings in fakemail.c.Jan D2010-08-112-15/+14
* Use const char* for -Wwrite_strings.Jan D2010-08-115-13/+25
* * unexmacosx.c (unexec_error): Use const char *.Jan D2010-08-112-1/+5