aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * (c-forward-<>-arglist-recur): Fix an infinite recursion.Alan Mackenzie2010-09-152-10/+9
| * (c-forward-<>-arglist-recur): Correct the indentation.Alan Mackenzie2010-09-152-57/+62
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-warning-types): New typeStefan Monnier2010-09-152-3/+21
| * Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2010-09-145-57/+233
| * Fix typos in comments and ChangeLogs.Juanma Barranquero2010-09-149-12/+12
| * src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.Juanma Barranquero2010-09-142-3/+7
| * * xml.c (parse_string): Renamed to parse_string(), since that'sLars Magne Ingebrigtsen2010-09-142-4/+10
| * Explicitly pass `obarray' to `unintern' to avoid a warning.Juanma Barranquero2010-09-144-2/+12
| * Merge changes from emacs-23 branch.Juanma Barranquero2010-09-1424-196/+461
| |\
| | * * subr.el (unintern): Declare the obarray arg mandatory.Stefan Monnier2010-09-144-12/+23
| | * Doc fixes related to diary-sort-entries.Glenn Morris2010-09-144-4/+16
| | * Tiny calendar.texi update.Glenn Morris2010-09-142-1/+13
| | * * lisp/calendar/appt.el (appt-check): Doc fix.Glenn Morris2010-09-142-3/+5
| | * Fix bug#6999.Glenn Morris2010-09-143-3/+25
| | * simple.el (line-move-visual): Do not truncate goal column to integer size.David Reitter2010-09-122-1/+6
| | * Fix bug 7013, only do send event if wanted state != current state.Jan D2010-09-122-60/+104
| | * Update name of <[email protected]>Stefan Monnier2010-09-121-1/+1
| | * Various updates for the Bugs section of the manual.Glenn Morris2010-09-113-59/+141
| | * * repeat.el (repeat): Allow repeating when the last event is a click.Stefan Monnier2010-09-112-1/+11
| | * * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):Stefan Monnier2010-09-112-2/+11
| | * * lisp/font-lock.el (font-lock-beginning-of-syntax-function):Stefan Monnier2010-09-112-5/+11
| | * * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).Anonymous2010-09-112-11/+14
| | * * lisp/url/url-cache (url-store-in-cache): Make `buff' argument really optional.Julien Danjou2010-09-102-8/+9
| | * Close bug#6211.Glenn Morris2010-09-092-11/+29
| | * * lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.Glenn Morris2010-09-082-8/+9
| | * * lisp/url/url-cookie.el (url-cookie-expired-p): Simplify and fix. (Bug#6957)shawn boles2010-09-082-29/+10
| | * Close bug#6976.Masatake YAMATO2010-09-072-1/+6
| | * coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de...Kenichi Handa2010-09-082-1/+9
| | * merge emacs-23Kenichi Handa2010-09-0713-15755/+3487
| | |\
| | * | coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ...Kenichi Handa2010-09-072-1/+6
| * | | Fixed up nnrss group activation, and removed moreover stuff.Lars Magne Ingebrigtsen2010-09-143-48/+26
| * | | lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.Juanma Barranquero2010-09-142-0/+7
| * | | * xml.c (Fxml_parse_string, Fxml_parse_string): Revert lastAndreas Schwab2010-09-142-10/+13
| * | | time-date.el (format-seconds): Comment fix.Katsumi Yamaoka2010-09-142-4/+8
| * | | gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back...Katsumi Yamaoka2010-09-142-2/+7
| * | | * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parametersLars Magne Ingebrigtsen2010-09-142-2/+9
| * | | Check that the libxml2 we found can be used. This fixes a confLars Magne Ingebrigtsen2010-09-141-0/+1
| * | | SQL Mode 2.7: Code cleanup and primatives for SQL redirectionMichael Mauger2010-09-132-51/+151
| * | | Set the LIBS to LIBXML2_LIBS before testing for -lxml2 usability.Lars Magne Ingebrigtsen2010-09-131-0/+1
| * | | Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@g...Juanma Barranquero2010-09-132-1/+27
| * | | * NEWS: Some Tramp methods are discontinued.Michael Albinus2010-09-132-0/+9
| * | | * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" andMichael Albinus2010-09-132-21/+6
| * | | Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.Michael Albinus2010-09-1311-6982/+5803
| * | | * configure.in (HAVE_LIBXML2): Check that the libxml2 we found canLars Magne Ingebrigtsen2010-09-133-1/+59
| * | | Revert 2010-09-13T10:14:[email protected] by Bob Chassel.Eli Zaretskii2010-09-1343-57922/+225
| * | | epa-file: suppress file-locking question on M-x revert-bufferDaiki Ueno2010-09-132-6/+16
| * | | 10-09-13Robert J. Chassell2010-09-1343-225/+57922
| * | | * notifications.el (notifications-notify): Add support forMichael Albinus2010-09-132-0/+26
| * | | * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.Lars Magne Ingebrigtsen2010-09-122-2/+10
| * | | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.Stefan Monnier2010-09-126-146/+61