summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * net/tramp.el (tramp-encoding-command-interactive): New defcustom.Michael Albinus2011-07-013-2/+22
| | | | * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
* Add plstore-delete.Daiki Ueno2011-07-013-8/+35
| | | | | | * auth-source.el (plstore-delete): Autoload. (auth-source-plstore-search): Support delete operation. * plstore.el (plstore-delete): New function.
* gnus-draft.el (gnus-draft-clear-marks): Revert last change; mark actually ↵Katsumi Yamaoka2011-07-012-12/+9
| | | | existing articles as unread rather than the ones that active asserts.
* Fix license and copyright years.Glenn Morris2011-06-301-10/+8
|
* Comment-out buffer display obsolescences and fix call in display-buffer.Martin Rudalics2011-07-012-63/+79
| | | | | | | | | | | | | | | | * window.el (same-window-buffer-names, same-window-regexps) (same-window-p, special-display-frame-alist) (special-display-popup-frame, special-display-function) (special-display-buffer-names, special-display-regexps) (special-display-p, pop-up-frame-alist, pop-up-frame-function) (pop-up-frames, display-buffer-reuse-frames, pop-up-windows) (split-window-preferred-function, split-height-threshold) (split-width-threshold, even-window-heights) (display-buffer-mark-dedicated, window-splittable-p) (split-window-sensibly, window-safely-shrinkable-p): Un-obsolete. (display-buffer): Don't spread args with function specifier because special-display-popup-frame won't like it.
* Merge from trunk.Paul Eggert2011-06-309-49/+505
|\
| * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.Katsumi Yamaoka2011-07-012-4/+16
| |
| * * lisp/window.el (bury-buffer): Don't iconify the only frame.Stefan Monnier2011-06-302-17/+23
| | | | | | | | | | (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
| * * eshell/em-smart.el (eshell-smart-display-navigate-list): Add ↵Chong Yidong2011-06-302-0/+6
| | | | | | | | mouse-yank-primary.
| * * progmodes/cfengine3.el: New file to support CFEngine 3.x.Ted Zlatanov2011-06-302-0/+335
| |
| * * lisp/emacs-lisp/find-func.el (find-library--load-name): New fun.Stefan Monnier2011-06-302-2/+27
| | | | | | | | | | | | | | (find-library-name): Use it to find relative load names when provided absolute file name. Fixes: debbugs:8803
| * Fix commit 2011-07-01T01:34:38Z!ueno@unixuser.org.Daiki Ueno2011-07-011-2/+3
| |
| * Add public key encryption support to plstore.Daiki Ueno2011-07-012-26/+88
| | | | | | | | | | | | | | | | * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable. (plstore-save): Support public key encryption. (plstore--init-from-buffer): New function. (plstore-open): Use it; fix error when opening a non-existent file. (plstore-revert): Use plstore--init-from-buffer.
| * * auth-source.el (auth-source-backend): Fix :initarg for data slot.Daiki Ueno2011-07-012-1/+5
| |
* | * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secsPaul Eggert2011-06-302-7/+8
| | | | | | | | by using time-since and float-time.
* | * vc/ediff-util.el (ediff-calc-command-time): Use time-sincePaul Eggert2011-06-302-9/+7
| | | | | | | | | | and float-time. Say "NNN.NNN seconds" rather than "NNN seconds + NNN microseconds".
* | * type-break.el (type-break-time-sum): Rewrite using time-add.Paul Eggert2011-06-302-25/+7
| |
* | * play/hanoi.el (hanoi-current-time-float): Remove.Paul Eggert2011-06-302-9/+7
| | | | | | | | All uses replaced by float-time.
* | * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.Paul Eggert2011-06-302-7/+5
| | | | | | | | | | This yields a more-accurate answer. (rng-time-to-float): Remove; no longer needed.
* | * nntp.el (nntp-record-command): Use format-time-string.Paul Eggert2011-06-302-7/+6
| |
* | * gnus-util.el (gnus-message-with-timestamp-1): Use format-time-stringPaul Eggert2011-06-302-6/+11
| | | | | | | | | | rather than decoding time stamps by hand. This is simpler, and insulates the code from changes to time stamp formats.
* | * lisp/erc/erc.el: Fix comment.Paul Eggert2011-06-301-2/+1
| |
* | * emacs-lisp/timer.el (timer-relative-time): Use time-add.Paul Eggert2011-06-302-21/+8
| |
* | * emacs-lisp/elp.el (elp-elapsed-time): Use float-time.Paul Eggert2011-06-302-4/+3
| |
* | * emacs-lisp/benchmark.el (benchmark-elapse): Use float-time.Paul Eggert2011-06-302-3/+3
| |
* | * semantic.el (semantic-elapsed-time): Rewrite usingPaul Eggert2011-06-302-3/+6
| | | | | | | | time-subtract and float-time.
* | * calendar/timeclock.el (timeclock-seconds-to-time):Paul Eggert2011-06-302-5/+4
| | | | | | | | Defalias to seconds-to-time, since they're the same thing.
* | * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.Paul Eggert2011-06-302-3/+5
|/
* mml2015.el (mml2015-use): Replace string-match-p with string-match for old ↵Katsumi Yamaoka2011-06-302-2/+7
| | | | Emacsen.
* textmodes/flyspell.el (flyspell-word): Consider words that differ onlyLars Magne Ingebrigtsen2011-07-012-3/+9
| | | | in case as potential doublons (bug#5687).
* * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):Lars Magne Ingebrigtsen2011-07-012-7/+5
| | | | | Remove two rather uninteresting debugging-like messages to make debbugs.el more silent.
* * comint.el (comint-password-prompt-regexp): Accept "Response" asLars Magne Ingebrigtsen2011-07-012-1/+6
| | | | | | | | | | | | a password-like phrase. This fixes the [larsi@quimbies ~/]$ ssh root@quimby Password: Response: case.
* gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional quit ↵Gnus developers2011-06-305-29/+88
| | | | | | | | | | | | | window configuration. auth-source.el (epg-context-set-passphrase-callback): Remove duplicate autoload. nnir.el (nnir-request-article): Allow requesting articles by Message-ID with nnimap. gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use current server. auth-source.el: Autoload EPA/EPG functions. (auth-source-netrc-use-gpg-tokens): Clarify that it should not be changed when EPA/EPG is not available. (auth-source-backend): Rename "arg" member to "data". (auth-source-backend-parse, auth-source-plstore-search) (auth-source-plstore-create): Use it.
* Prevent Gnus from loading PGG.Daiki Ueno2011-07-012-3/+14
| | | | | * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG is not fully working.
* progmodes/cc-guess.el: New file.Alan Mackenzie2011-06-305-6/+614
| | | | | | | | progmodes/cc-langs.el (c-mode-menu): Added "Style..." submenu. progmodes/cc-styles.el (cc-choose-style-for-mode): New function derived from `c-basic-common-init'. progmodes/cc-mode.el (top-level): Require cc-guess. (c-basic-common-init): Use `cc-choose-style-for-mode'.
* * lisp/progmodes/js.el (js-mode): Don't stomp on global settings.Lawrence Mitchell2011-06-302-8/+12
| | | | Fixes: debbugs:8933
* progmodes/cc-engine.el (c-guess-continued-construct): Correct theAlan Mackenzie2011-06-302-0/+35
| | | | | handling of template-args-cont, particularly for when font lock is disabled. Name this case as "CASE G".
* * allout.el (allout-yank-processing): Fix injection of extra space betweenKen Manheimer2011-06-302-2/+16
| | | | | | | | | | | bullet and non-whitespace character in first topic when pasting, ensuring that the actual spacing in the pasted topic following the bullet char is preserved. This extra space was causing pasted encrypted topics to get a decrypted status even when the content was actually still encrypted. Now the decryption status from before the paste is preserved. (allout-flag-region): Set all allout overlays so they evaporate when reduced to zero length (evanescent), to prevent overlay leakage.
* Merge changes made in Gnus trunk.Gnus developers2011-06-303-112/+108
| | | | | | | | | gnus-art.el (gnus-request-article-this-buffer): Use existing function `gnus-refer-article-methods'. auth-source.el: Require EPA and EPG. (auth-source-passphrase-alist): New variable. (auth-source-passphrase-callback-function, auth-source-token-passphrase-callback-function): Callbacks for the netrc field encryption (GPG tokens). (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token): Symmetric encryption and decryption of the netrc GPG tokens. (auth-source-netrc-normalize): Use them, simplifying the closure.
* nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is non-nil, ↵Lars Magne Ingebrigtsen2011-06-302-3/+13
| | | | and `nnimap-split-methods' is nil, use the former.
* Fix the last commit, do revert-buffer when plstore-revert.Daiki Ueno2011-06-301-0/+1
|
* Add plstore-revert, hide buffer from user.Daiki Ueno2011-06-302-11/+22
| | | | | * plstore.el (plstore-revert): New function. (plstore-open): Use it; hide the buffer from user.
* Silence auth-source.el compilation.Daiki Ueno2011-06-301-0/+1
|
* Add new auth-source backend 'plstore.Daiki Ueno2011-06-303-6/+549
| | | | | | * auth-source.el (auth-source-backend): New member "arg". (auth-source-backend-parse): Handle new backend 'plstore. * plstore.el: New file.
* nnimap.el (nnimap-process-expiry-targets): Say what target we're expiring ↵Lars Magne Ingebrigtsen2011-06-302-7/+13
| | | | articles to.
* * lisp/w32-fns.el (w32-charset-info-alist): Declare.Glenn Morris2011-06-292-0/+4
|
* * lisp/find-dired.el (find-grep-options): Simplify.Glenn Morris2011-06-292-2/+3
|
* * lisp/gnus/gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.Glenn Morris2011-06-292-4/+3
|
* Add bug ref to ChangeLog.Glenn Morris2011-06-291-1/+1
|
* * lisp/term/ns-win.el (ns-set-resource): Declare.Glenn Morris2011-06-292-1/+4
|