| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
locale's language has the same EOL conversion type as the original
buffer-file-coding-system.
|
| |
|
| |
|
| |
|
|
|
|
| |
:package-version keyword.
|
|
|
|
| |
GDB list command without argument for greater generality.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
* textmodes/ispell.el (ispell-local-dictionary): Use
string-or-null-p.
* files.el: Update comment about safe-local-variable declarations.
|
| |
|
| |
|
| |
|
|
|
|
| |
distributed with IDL.
|
|
|
|
| |
obsolete idlw-rinfo.el.
|
| |
|
| |
|
|
|
|
|
|
| |
* pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
symmetric encryption features and a new asynchronous interface to
GnuPG. This new version is version 1.4, plus whitespace changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
respective files.
* textmodes/ispell.el (ispell-check-comments)
(ispell-local-dictionary): Mark as safe.
* abbrev.el (abbrev-mode): Mark as safe.
* add-log.el (change-log-default-name): Mark as safe.
* textmodes/reftex-vars.el (reftex-vref-is-default)
(reftex-fref-is-default, reftex-level-indent)
(reftex-guess-label-type): Mark as safe.
* textmodes/fill.el (colon-double-space): Mark as safe.
* textmodes/paragraphs.el (paragraph-start, paragraph-separate)
(sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, sentence-end, sentence-end-base)
(page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
|
|
|
|
|
|
|
|
|
|
|
| |
(ido-downcase-unc-hosts): New user option. Default on.
(ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
when it is set, as regexps are now applied on the fly.
(ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
on the fly, but only when ido-process-ignore-lists is set.
Do case insensitive filtering if ido-downcase-unc-hosts is set.
Only downcase names if ido-downcase-unc-hosts is set.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(ido-save-history): Save ido-unc-hosts-cache.
(ido-load-history): Load ido-unc-hosts-cache.
(ido-reread-directory): Refresh unc hosts cache in // dir.
|
| |
|
|
|
|
| |
to nil while displaying slash screen.
|
| |
|
|
|
|
|
| |
* pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
for BEGIN_SIGNING too, new in GnuPG 1.4.3.
|
|
|
|
| |
Cyrillic characters in CJK charsets.
|
|
|
|
|
|
|
|
|
|
|
| |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 76-77)
- Update from CVS: README: Addition from 5.10.6 tar ball.
- Update from CVS
|
|
|
|
|
|
|
|
|
| |
* pgg-gpg.el (pgg-gpg-start-process): Don't bind
default-enable-multibyte-characters. This reverts the change from
revision 6.17 which is no longer necessary because the passphrase
is sent separately now. GnuPG messages are unreadable under
multibyte locales with default-enable-multibyte-characters set to
nil.
|
|
|
|
| |
and `byte-compile-warnings' as `safe-local-variable'.
|
|
|
|
|
|
|
|
|
|
|
| |
(Man-abstract-xref-man-page): If Man-target-string is a function,
call it.
(Man-highlight-references): Use Man-default-man-entry to get the
target. Deal with xrefs too.
(Man-highlight-references0): Don't call the target function.
* woman.el (WoMan-xref-man-page): Strip the section number, woman
cannot deal with it.
|
|
|
|
|
| |
* pgg-gpg.el: Clean up process buffers every time gpg processes
complete.
|
| |
|
|
|
|
|
|
| |
here.
(sort-lines, sort-numeric-fields, sort-fields, sort-columns):
Temporarily bind inhibit-field-text-motion to t.
|
|
|
|
|
| |
splash buffer, so as not to interfere when debugging the code.
Ignore errors when switching buffer.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(savehist-ignored-variables): New variable.
(savehist-minibuffer-hook): Don't save variables listed in
`savehist-ignored-variables'.
|
|
|
|
| |
only apply to new buffers in doc string.
|
|
|
|
|
|
| |
field, so opening a file will work, when the point is at the end
of the file name. Allow, for example, to [i]search a file by
extension and just push RET to open it.
|
| |
|
|
|
|
|
|
|
|
| |
* pgg-gpg.el (pgg-gpg-process-filter)
(pgg-gpg-wait-for-completion): Check if buffer is alive.
* pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
lines, temporary fix.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
header-mouse-map.
* ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
(ibuffer-mode-header-map): New keymaps.
(ibuffer-update-title-and-summary): Enable mouse face highlighting
and keybindings for column headers.
(name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
property.
|