Sun, 21 Nov 2010 07:11:35 +0000 |
Katsumi Yamaoka |
nnimap.el (nnimap-unselect-group): Made into its own function.
|
Sat, 20 Nov 2010 21:39:01 -0800 |
Dan Nicolaescu |
Remove emacs-priority.
|
Sat, 20 Nov 2010 21:20:50 -0800 |
Dan Nicolaescu |
Remove INLINE uses in header files.
|
Sat, 20 Nov 2010 21:17:19 -0800 |
Dan Nicolaescu |
* configure.in (INLINE): Do not depend on OPTIMIZE, unused.
|
Sat, 20 Nov 2010 14:29:35 -0800 |
Glenn Morris |
diary-lib comments.
|
Sat, 20 Nov 2010 14:27:56 -0800 |
Glenn Morris |
Tiny authors.el updates.
|
Sat, 20 Nov 2010 14:25:56 -0800 |
Glenn Morris |
ChangeLog fixes prompted by M-x authors.
|
Sat, 20 Nov 2010 18:32:57 +0100 |
Tassilo Horn |
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
|
Sat, 20 Nov 2010 10:23:49 -0500 |
Ken Brown |
* src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
|
Sat, 20 Nov 2010 17:04:50 +0200 |
Eli Zaretskii |
Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY.
|
Sat, 20 Nov 2010 15:51:25 +0100 |
Jan D. |
Add keyword :vert-only for tool bar items with labels not shown horizontally.
|
Sat, 20 Nov 2010 16:35:45 +0200 |
Eli Zaretskii |
Make glyphless-char-display-control a defcustom.
|
Sat, 20 Nov 2010 14:17:25 +0100 |
Michael Albinus |
Sync with Tramp 2.2.0.
|
Sat, 20 Nov 2010 14:12:27 +0100 |
Michael Albinus |
Sync with Tramp 2.2.0.
|
Sat, 20 Nov 2010 13:52:09 +0200 |
Eli Zaretskii |
lisp/ChangeLog: Fix entry for bug-querying changes.
|
Sat, 20 Nov 2010 13:47:49 +0200 |
Eli Zaretskii |
faces.el (glyphless-char): Define value for `pc'.
|
Sat, 20 Nov 2010 13:45:14 +0200 |
Eli Zaretskii |
msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.
|
Sat, 20 Nov 2010 13:43:01 +0200 |
Eli Zaretskii |
faces.el (glyphless-char): Define value for `pc'.
|
Sat, 20 Nov 2010 13:24:28 +0200 |
Eli Zaretskii |
msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.
|
Sat, 20 Nov 2010 12:39:44 +0100 |
Tassilo Horn |
* mail/emacsbug.el (report-emacs-bug-tracker-url)
|
Sat, 20 Nov 2010 11:07:00 +0100 |
Andreas Schwab |
* src/xfaces.c (lookup_face): Make static.
|
Sat, 20 Nov 2010 01:18:17 +0000 |
Katsumi Yamaoka |
gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
|
Fri, 19 Nov 2010 18:34:22 +0200 |
Eli Zaretskii |
Fix bug #6687 with cursor positioning after before-string from overlays.
|
Fri, 19 Nov 2010 14:25:17 +0100 |
Juanma Barranquero |
lisp/ldefs-boot.el: Regenerate.
|
Fri, 19 Nov 2010 12:18:15 +0100 |
Tassilo Horn |
* textmodes/reftex-ref.el (reftex-goto-label): If point is inside
|
Fri, 19 Nov 2010 05:11:59 +0000 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-prefetch-images): Fix last change.
|
Fri, 19 Nov 2010 04:55:16 +0000 |
Katsumi Yamaoka |
Assume that gnus-inhibit-images may be a group parameter.
|
Thu, 18 Nov 2010 19:14:36 -0600 |
Jay Belanger |
calc.texi (TeX and LaTeX Language Modes, Predefined Units):
|
Thu, 18 Nov 2010 13:45:03 -0800 |
Dan Nicolaescu |
* src/alloc.c (refill_memory_reserve): Move declaration ...
|
Thu, 18 Nov 2010 13:39:15 -0800 |
Dan Nicolaescu |
* src/strftime.c (_strftime_copytm): Add declaration.
|
Thu, 18 Nov 2010 08:59:12 -0800 |
Dan Nicolaescu |
* src/callproc.c (syms_of_callproc): Use intern_c_string.
|
Thu, 18 Nov 2010 08:57:00 -0800 |
Dan Nicolaescu |
Move declarations from .c files to .h files.
|
Thu, 18 Nov 2010 08:49:30 -0800 |
Dan Nicolaescu |
Convert definitions to standard C.
|
Thu, 18 Nov 2010 06:34:02 +0000 |
Katsumi Yamaoka |
shr.el: Allow customizing the vertical table lines.
|
Wed, 17 Nov 2010 22:54:14 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Wed, 17 Nov 2010 22:02:15 -0500 |
Stefan Monnier |
* lisp/textmodes/rst.el: Minor cleanup to improve style.
|
Wed, 17 Nov 2010 22:44:35 -0500 |
Stefan Monnier |
* comint.el (comint-kill-region): Fix last change.
|
Wed, 17 Nov 2010 21:09:41 -0500 |
Stefan Monnier |
Make the yank-handler argument obsolete.
|
Wed, 17 Nov 2010 14:59:16 -0500 |
Stefan Monnier |
* emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
|
Wed, 17 Nov 2010 09:34:28 -0500 |
Stefan Monnier |
* vc-hg.el (vc-hg-program): New var.
|
Tue, 16 Nov 2010 19:47:16 -0800 |
Glenn Morris |
autoload.el fix for bug#7414.
|
Tue, 16 Nov 2010 15:09:47 -0500 |
Chong Yidong |
* lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
|
Sun, 14 Nov 2010 12:47:31 +0100 |
Jan D |
Fix link error on Fedora 14: newer GConf don't use g_type_*.
|
Sun, 14 Nov 2010 12:46:00 +0100 |
Jan D |
Fix link error on Fedora 14: newer GConf don't use g_type_*.
|
Sat, 13 Nov 2010 23:59:28 +0200 |
Eli Zaretskii |
Document revision 100210 as an incompatible change in posn-col-row.
|
Sat, 13 Nov 2010 23:07:58 +0200 |
Eli Zaretskii |
subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
|
Sat, 13 Nov 2010 16:01:10 -0500 |
Chong Yidong |
Fix picture-mouse-set-point calculation (Bug#7390).
|
Sat, 13 Nov 2010 12:22:52 -0500 |
Chong Yidong |
Backport fix for Bug#6170 from trunk.
|
Sat, 13 Nov 2010 11:08:21 +0100 |
Michael Albinus |
* net/tramp.el (tramp-remote-coding-commands): Add an alternative
|
Sat, 13 Nov 2010 01:16:18 -0800 |
Glenn Morris |
* lisp/novice.el (disabled-command-function): Fix 2009-11-15 change. (Bug#7384)
|
Fri, 12 Nov 2010 19:03:57 +0200 |
Eli Zaretskii |
customize.texi (Composite Types): Lower-case index entry.
|
Fri, 12 Nov 2010 18:42:12 +0200 |
Eli Zaretskii |
The `fixes' attribute does show in `bzr log'.
|
Fri, 12 Nov 2010 18:35:35 +0200 |
Eli Zaretskii |
Fix bug #7346: document load-file-name.
|
Fri, 12 Nov 2010 10:37:27 +0200 |
Eli Zaretskii |
Expand and clarify the description of bugtracker setting for bzr.
|
Thu, 11 Nov 2010 19:16:20 -0800 |
Glenn Morris |
diary-iso-date-forms fix for bug#7377.
|
Thu, 11 Nov 2010 20:33:28 -0500 |
Stefan Monnier |
* lisp/emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
|