2010-11-20 |
Chong Yidong |
Document VC headers and other VC changes.
|
2010-11-20 |
Chong Yidong |
Prompt before running print commands.
|
2010-11-20 |
Chong Yidong |
Document some Emacs 23.3 changes in manuals.
|
2010-11-20 |
Jan D. |
Fix bug 7425.
|
2010-11-19 |
Chong Yidong |
* pop3.el (pop3-open-server): Read server greeting before starting TLS negotiation.
|
2010-11-27 |
Glenn Morris |
startup.el trivia.
|
2010-11-25 |
Kenichi Handa |
Fix decoding of emacs-mule coding system.
|
2010-11-27 |
Eli Zaretskii |
Exclude NL and TAB from c0-control group for glyphless display.
|
2010-11-27 |
Glenn Morris |
sendmail.el trivia.
|
2010-11-27 |
Glenn Morris |
* lisp/allout.el (allout-command-prefix, allout-mode-map): Declare.
|
2010-11-27 |
Glenn Morris |
* lisp/shell.el (shell-dir-cookie-re): Move definition before use.
|
2010-11-27 |
Glenn Morris |
Fix emacsbug.el errors clearly flagged by the byte-compiler.
|
2010-11-27 |
Glenn Morris |
Regenerate ldefs-boot.el.
|
2010-11-26 |
Eli Zaretskii |
Force left-to-right paragraph direction in echo area and prog-mode buffers.
|
2010-11-26 |
Eli Zaretskii |
term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
|
2010-11-26 |
Eli Zaretskii |
term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
|
2010-11-26 |
Eli Zaretskii |
Fix and document components of mouse event position.
|
2010-11-26 |
Katsumi Yamaoka |
color.el: Rename various rgb functions to srgb.
|
2010-11-26 |
Katsumi Yamaoka |
nnimap.el (nnimap-request-set-mark): Remove left over.
|
2010-11-26 |
Katsumi Yamaoka |
shr.el (shr-insert): Revert last change.
|
2010-11-26 |
Glenn Morris |
* lisp/calendar/diary-lib.el (diary-outlook-format): Remove pointless element.
|
2010-11-26 |
Glenn Morris |
* lisp/calendar/diary-lib.el (diary-outlook-format-1): Another fix.
|
2010-11-26 |
Glenn Morris |
* lisp/calendar/diary-lib.el (diary-outlook-format-1): Fix match-strings.
|
2010-11-26 |
Glenn Morris |
diary-lib.el diary-outlook* changes.
|
2010-11-26 |
Katsumi Yamaoka |
nnmail.el (nnmail-expiry-target-group): Protect against degenerate results from -accept-article.
|
2010-11-26 |
Katsumi Yamaoka |
gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
|
2010-11-26 |
Lars Magne Ingebrigtsen |
* mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
|
2010-11-26 |
Katsumi Yamaoka |
nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
|
2010-11-26 |
Katsumi Yamaoka |
nnml.el, nnfolder.el, nntp.el (*-request-set-mark): Extend syntax with 'set.
|
2010-11-26 |
Katsumi Yamaoka |
nnimap.el (nnimap-find-uid-response): The UID is the last element in the list.
|
2010-11-26 |
Katsumi Yamaoka |
nnimap.el: Use the UID returned when copying and accepting articles, instead of searching for the ID (on the servers that support it).
|
2010-11-26 |
Katsumi Yamaoka |
nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regressions in article selection.
|
2010-11-25 |
Katsumi Yamaoka |
nnimap.el (nnimap-last-response-string): Fix last unfolding fix.
|
2010-11-25 |
Katsumi Yamaoka |
message.el (message-called-interactively-p): A temporary macro.
|
2010-11-25 |
Katsumi Yamaoka |
nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
|
2010-11-25 |
Stefan Monnier |
* diff.el (diff): Fix it for good, hopefully, this time.
|
2010-11-25 |
Eli Zaretskii |
Fixing bug #7474 also fixes #7481.
|
2010-11-25 |
Eli Zaretskii |
Fix bug #7474 with cursor positioning in overlay strings.
|
2010-11-25 |
Katsumi Yamaoka |
shr.el (shr-insert): Fix the way to fold lines.
|
2010-11-25 |
Katsumi Yamaoka |
gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
|
2010-11-25 |
Katsumi Yamaoka |
shr-color.el (shr-color-visible): Don't bug out if the colour names don't exist.
|
2010-11-25 |
Katsumi Yamaoka |
mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil, assuming that article displaying or another mml-preview may be interrupted for an error or for the like.
|
2010-11-25 |
Stefan Monnier |
* lisp/vc/diff.el (diff): Fix last change.
|
2010-11-25 |
Katsumi Yamaoka |
shr.el (shr-get-background): Fix argument name.
|
2010-11-24 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
2010-11-24 |
Stefan Monnier |
* lisp/emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
|
2010-11-24 |
Jan D. |
nsterm.m (keyDown): Compare Left key masks exactly (Bug#7458).
|
2010-11-24 |
Katsumi Yamaoka |
color-lab: Require 'cl when compiling.
|
2010-11-24 |
Katsumi Yamaoka |
color-lab.el: Fix all expt calls to use float type.
|
2010-11-24 |
Jan D. |
Bug 7458: Make key press like Left + right ctrl work when right is not control.
|
2010-11-24 |
Katsumi Yamaoka |
shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color expression to shr-color-check as is.
|
2010-11-24 |
Lars Magne Ingebrigtsen |
(mailclient-send-it): Bind `browse-url-mailto-function' to nil to
|
2010-11-24 |
Lars Magne Ingebrigtsen |
Introduce a new `browse-url-mailto-function' variable for mailto: URLs.
|
2010-11-24 |
Katsumi Yamaoka |
shr-color.el (shr-color->hexadecimal): Ignore case of color names.
|
2010-11-24 |
Katsumi Yamaoka |
color-lab.el: Add coding cookie.
|
2010-11-24 |
Katsumi Yamaoka |
shr.el (shr-tag-font): Resurrect shr-tag-font again, since it's needed to parse <font color="red"> entries.
|
2010-11-23 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
2010-11-23 |
Eli Zaretskii |
Avoid GCC warning with inline functions.
|
2010-11-23 |
Eli Zaretskii |
Fix compilation on Windows following revno 102488.
|
2010-11-23 |
Dan Nicolaescu |
* src/nsmenu.m: Use #include <config.h> instead of "config.h".
|