Tue, 14 Sep 2010 16:41:53 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Tue, 14 Sep 2010 13:11:44 +0200 |
Stefan Monnier |
* subr.el (unintern): Declare the obarray arg mandatory.
|
Tue, 14 Sep 2010 01:02:28 -0700 |
Glenn Morris |
Doc fixes related to diary-sort-entries.
|
Tue, 14 Sep 2010 00:34:23 -0700 |
Glenn Morris |
Tiny calendar.texi update.
|
Tue, 14 Sep 2010 00:21:03 -0700 |
Glenn Morris |
* lisp/calendar/appt.el (appt-check): Doc fix.
|
Tue, 14 Sep 2010 00:15:06 -0700 |
Glenn Morris |
Fix bug#6999.
|
Sun, 12 Sep 2010 13:46:57 -0400 |
David Reitter |
simple.el (line-move-visual): Do not truncate goal column to integer size.
|
Sun, 12 Sep 2010 15:23:59 +0200 |
Jan D |
Fix bug 7013, only do send event if wanted state != current state.
|
Sun, 12 Sep 2010 14:29:25 +0200 |
Stefan Monnier |
Update name of <emacs-bugs-7626@cbane.org>
|
Sat, 11 Sep 2010 17:31:47 -0700 |
Glenn Morris |
Various updates for the Bugs section of the manual.
|
Sat, 11 Sep 2010 20:23:45 +0200 |
Stefan Monnier |
* repeat.el (repeat): Allow repeating when the last event is a click.
|
Sat, 11 Sep 2010 15:25:48 +0200 |
Stefan Monnier |
* vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
|
Sat, 11 Sep 2010 15:00:19 +0200 |
Stefan Monnier |
* lisp/font-lock.el (font-lock-beginning-of-syntax-function):
|
Sat, 11 Sep 2010 14:53:21 +0200 |
Stefan Monnier |
* src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
|
Fri, 10 Sep 2010 18:55:55 -0700 |
Glenn Morris |
* lisp/url/url-cache (url-store-in-cache): Make `buff' argument really optional.
|
Thu, 09 Sep 2010 20:04:26 -0700 |
Glenn Morris |
Close bug#6211.
|
Wed, 08 Sep 2010 22:38:43 -0700 |
Glenn Morris |
* lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.
|
Wed, 08 Sep 2010 22:36:13 -0700 |
Glenn Morris |
* lisp/url/url-cookie.el (url-cookie-expired-p): Simplify and fix. (Bug#6957)
|
Tue, 07 Sep 2010 19:45:12 -0700 |
Glenn Morris |
Close bug#6976.
|
Wed, 08 Sep 2010 11:22:40 +0900 |
Kenichi Handa |
coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift.
|
Tue, 07 Sep 2010 20:23:04 +0900 |
Kenichi Handa |
coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte.
|
Wed, 08 Sep 2010 11:21:03 +0900 |
Kenichi Handa |
coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift.
|
Tue, 07 Sep 2010 20:22:15 +0900 |
Kenichi Handa |
merge emacs-23
|
Tue, 07 Sep 2010 20:08:46 +0900 |
Kenichi Handa |
coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte.
|
Tue, 14 Sep 2010 13:44:44 +0000 |
Katsumi Yamaoka |
Fixed up nnrss group activation, and removed moreover stuff.
|
Tue, 14 Sep 2010 13:50:15 +0200 |
Juanma Barranquero |
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
|
Tue, 14 Sep 2010 09:53:39 +0200 |
Andreas Schwab |
* xml.c (Fxml_parse_string, Fxml_parse_string): Revert last
|
Tue, 14 Sep 2010 06:01:14 +0000 |
Katsumi Yamaoka |
time-date.el (format-seconds): Comment fix.
|
Tue, 14 Sep 2010 03:40:10 +0000 |
Katsumi Yamaoka |
gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back end that doesn't support request-scan.
|
Tue, 14 Sep 2010 02:08:02 +0200 |
Lars Magne Ingebrigtsen |
* xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters
|
Tue, 14 Sep 2010 02:04:48 +0200 |
Lars Magne Ingebrigtsen |
Check that the libxml2 we found can be used. This fixes a conf
|
Mon, 13 Sep 2010 16:05:23 -0400 |
Michael Mauger |
SQL Mode 2.7: Code cleanup and primatives for SQL redirection
|
Mon, 13 Sep 2010 21:50:30 +0200 |
Lars Magne Ingebrigtsen |
Set the LIBS to LIBXML2_LIBS before testing for -lxml2 usability.
|
Mon, 13 Sep 2010 18:33:56 +0200 |
Juanma Barranquero |
Port tramp-related Makefile changes of revnos 101381, 101422 to Windows.
|
Mon, 13 Sep 2010 17:43:33 +0200 |
Michael Albinus |
* NEWS: Some Tramp methods are discontinued.
|
Mon, 13 Sep 2010 17:32:45 +0200 |
Michael Albinus |
* tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
|
Mon, 13 Sep 2010 17:17:01 +0200 |
Michael Albinus |
Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
|
Mon, 13 Sep 2010 16:58:48 +0200 |
Lars Magne Ingebrigtsen |
* configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
|
Mon, 13 Sep 2010 16:42:33 +0200 |
Eli Zaretskii |
Revert revno 101418 by Bob Chassel.
|
Mon, 13 Sep 2010 19:44:07 +0900 |
Daiki Ueno |
epa-file: suppress file-locking question on M-x revert-buffer
|
Mon, 13 Sep 2010 10:14:52 +0000 |
Robert J. Chassell |
10-09-13
|
Mon, 13 Sep 2010 06:39:36 +0200 |
Michael Albinus |
* notifications.el (notifications-notify): Add support for
|
Sun, 12 Sep 2010 19:16:25 +0200 |
Lars Magne Ingebrigtsen |
* xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
|
Sun, 12 Sep 2010 16:35:37 +0200 |
Stefan Monnier |
* lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.
|
Sun, 12 Sep 2010 13:06:19 +0200 |
Stefan Monnier |
* lisp/net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
|
Sat, 11 Sep 2010 12:33:52 -0700 |
Glenn Morris |
* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Tweak previous change.
|
Sat, 11 Sep 2010 11:52:04 -0700 |
Glenn Morris |
Close bug#4196.
|
Sat, 11 Sep 2010 15:58:57 +0200 |
Stefan Monnier |
* doc/lispref/syntax.texi (Syntax Flags): Document new `c' flag.
|
Fri, 10 Sep 2010 23:17:02 -0400 |
Michael Mauger |
SQL Mode, Version 2.6
|
Fri, 10 Sep 2010 19:06:11 -0700 |
Glenn Morris |
Remove some obsolete files from etc/.
|
Fri, 10 Sep 2010 18:58:42 -0700 |
Glenn Morris |
lisp/url tiny fixes.
|
Sat, 11 Sep 2010 00:36:27 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Sat, 11 Sep 2010 01:13:42 +0200 |
Stefan Monnier |
New syntax-propertize functionality.
|
Fri, 10 Sep 2010 19:51:48 +0200 |
Lars Magne Ingebrigtsen |
* NEWS: Mention the new libxml2 functions.
|
Fri, 10 Sep 2010 19:45:22 +0200 |
Lars Magne Ingebrigtsen |
Remove some trailing white space.
|
Fri, 10 Sep 2010 18:44:35 +0200 |
Lars Magne Ingebrigtsen |
Add support for the libxml2 library.
|