- 20 Oct, 2010 6 commits
-
-
Katsumi Yamaoka authored
-
Glenn Morris authored
No-one can remember what this file was for. http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00512.html
-
Glenn Morris authored
-
Glenn Morris authored
-
Katsumi Yamaoka authored
shr.el (shr-find-fill-point): Shorten line if the preceding char is kinsoku-eol regardless of shr-kinsoku-shorten.
-
Lars Magne Ingebrigtsen authored
-
- 19 Oct, 2010 16 commits
-
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
gnus.texi (Document Groups): Mention git.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
gnus.texi (Customizing the IMAP Connection): The port strings are strings. nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command to `G G' to avoid collisions. shr.el (shr-parse-style, shr-tag-span): New functions. nndoc.el (nndoc-type-alist): Add git support. (nndoc-git-type-p, nndoc-transform-git-article, nndoc-transform-git-headers): New functions.
-
Alan Mackenzie authored
"\(const\|throw\|volatile\)\>" nearer the start of the regexp, so that these keywords aren't wrongly matched as identifiers.
-
Alan Mackenzie authored
c-new-BEG and c-new-END from c-before-change to c-after-change.
-
Chong Yidong authored
-
Chong Yidong authored
* cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change. Don't mark as safe. * custom.el (custom-theme-set-variables): Likewise. (load-theme): Add custom-theme-set-faces and custom-theme-set-variables to safe-functions while loading. (custom-enabled-themes): Mark as risky.
-
Julien Danjou authored
* tutorials/TUTORIAL: Don't mention mode-line end dashes. * bindings.el: Remove end dashes in default mode-line-format.
-
Chong Yidong authored
* lisp/bindings.el (global-map): Bind C-d to delete-char and deletechar to delete-forward-char. * lisp/simple.el (normal-erase-is-backspace-mode): Remap delete to deletechar, and hence delete-forward-char. * src/cmds.c (Fdelete_char): Doc fix.
-
Juanma Barranquero authored
-
Michael Albinus authored
(tramp-do-directory-files-and-attributes-with-stat): Use "e0" in order to make stat results a float. Patch by Andreas Schwab <schwab@linux-m68k.org>.
-
Michael Albinus authored
(tramp-do-directory-files-and-attributes-with-stat): Use "e0" in order to make stat results a float. Patch by Andreas Schwab <schwab@linux-m68k.org>.
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
-
Stefan Monnier authored
(nnimap-process-expiry-targets): Use unibyte for buffers that hold undecoded network data.
-
- 18 Oct, 2010 13 commits
-
-
Lars Magne Ingebrigtsen authored
gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode name in the mode line spec so that the mode line menu works (bug #2431).
-
Gnus developers authored
gnus-art.el: Make the "dumbquotes" translation work again. gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting according to references/in-reply-to obeys the ignore-groups variable, while splitting by sender and subject do not. nnimap.el (nnimap-request-group): Don't SELECT the group twice on `M-g'. nnimap.el (nnimap-update-info): Update flags/read marks even if \* isn't part of the permanent marks. gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs bzr/Gnus git sync. gnus-delay.el (gnus-delay-article): Remove superfluous `group' binding. gnus-art.el (gnus-article-make-menu-bar): The article/group menus aren't so wide as to need to switch off the edit menu.
-
Julien Danjou authored
hidden by `make-pointer-invisible'.
-
Julien Danjou authored
Add `frame-pointer-visible-p' to get the pointer visibility.
-
Stefan Monnier authored
before checking length of list. Fixes: debbugs:7238
-
Lars Magne Ingebrigtsen authored
(emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal to Emacs that the socket should be closed.
-
Stefan Monnier authored
Fixes: debbugs:6256
-
Chong Yidong authored
* emacs-lisp/unsafep.el: Don't mark functions that display messages as safe. Suggested by Johan Bockgård.
-
Chong Yidong authored
* cus-face.el (custom-theme-set-faces): Mark as a safe function. * custom.el (custom-theme-set-variables): Mark as a safe function. (load-theme): Check forms using unsafep.
-
Agustín Martín authored
-
Ken Brown authored
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
shr.el (shr-insert): Don't insert space behind a wide character categorized as kinsoku-bol, or between characters both categorized as nospace.
-
- 17 Oct, 2010 5 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
when there's a common suffix. Fixes: debbugs:7215
-
Chong Yidong authored
-
Gnus developers authored
shr.el (shr-tag-img): Don't align images -- since we're not rescaling, this often leads to ugly displays. gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread headers to gnus-newsgroup-headers.
-
Chong Yidong authored
* cus-theme.el (custom-theme--migrate-settings): New var. (customize-create-theme): Allow editing the `user' theme. (custom-theme-add-variable, custom-theme-add-var-1) (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox to the front of each variable or face widget. (custom-theme-write): Save theme settings in the correct order. Optionally, remove saved settings from user customizations. (custom-theme-write-variables, custom-theme-write-faces): Saved only the checked widgets. (customize-themes): Add a link for migrating custom settings. * custom.el (custom-declare-theme, provide-theme): Use custom-theme-name-valid-p. (custom-theme-name-valid-p): Remove checks that are now unnecessary since themes no longer obey load-path. * cus-edit.el (custom-variable-value-create): For the simple style, hide documentation string when hidden.
-