aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * etc/tutorials/TUTORIAL.translators (Maintainer): Update the maintainer.Xue Fuqiao2013-08-021-0/+1
| | | | * lisp/mh-e/mh-e.el: Add a FIXME.
* lisp/desktop.el: Move code related to saving frames to frameset.el.Juanma Barranquero2013-08-023-547/+776
| | | | | | | | | | | | | | | | | | | | | | | | | | | Require frameset. (desktop-restore-frames): Doc fix. (desktop-restore-reuses-frames): Rename from desktop-restoring-reuses-frames. (desktop-saved-frameset): Rename from desktop-saved-frame-states. (desktop-clear): Clear frames too. (desktop-filter-parameters-alist): Set from frameset-filter-alist. (desktop--filter-tty*, desktop-save, desktop-read): Use frameset functions. (desktop-before-saving-frames-functions, desktop--filter-*-color) (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm) (desktop--filter-save-desktop-parm, desktop--filter-iconified-position) (desktop-restore-in-original-display-p, desktop--filter-frame-parms) (desktop--process-minibuffer-frames, desktop-save-frames) (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen) (desktop--find-frame, desktop--select-frame, desktop--make-frame) (desktop--sort-states, desktop-restoring-frames-p) (desktop-restore-frames): Remove. Most code moved to frameset.el. (desktop-restoring-frameset-p, desktop-restore-frameset) (desktop--check-dont-save, desktop-save-frameset): New functions. (desktop--app-id): New constant. (desktop-first-buffer, desktop-buffer-ok-count) (desktop-buffer-fail-count): Move before first use. lisp/frameset.el: New file.
* lisp/gnus/ChangeLog: Fix previous commitKatsumi Yamaoka2013-08-021-3/+0
|
* * lisp/files.el: Use lexical-binding.Stefan Monnier2013-08-013-103/+130
| | | | | | | | | | | | | | | (dir-locals-read-from-file): Remove unused `err' variable. (hack-dir-local-variables--warned-coding): New var. (hack-dir-local-variables): Use it to avoid repeated warnings. (make-backup-file-name--default-function): New function. (make-backup-file-name-function): Use it as default. (buffer-stale--default-function): New function. (buffer-stale-function): Use it as default. (revert-buffer-insert-file-contents--default-function): New function. (revert-buffer-insert-file-contents-function): Use it as default. (insert-directory): Avoid add-to-list. * lisp/autorevert.el (auto-revert-handler): Simplify. Use buffer-stale--default-function.
* Merge changes made in Gnus masterGnus developers2013-08-019-46/+941
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Basic Usage): Mention that warp means jump here. (The notmuch Engine): Mention notmuch. 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed before sending. * dgnushack.el (dgnushack-compile): Add a temporary check for gnus-icalendar. * mm-decode.el (mm-command-output): New face. (mm-display-external): Use it. 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change) * nnmbox.el (nnmbox-request-article): Don't change point. 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons): Include `handle' parameter. 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com> * gnus-icalendar.el: New file. 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-int.el (gnus-warp-to-article): Mention that warp means jump. * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with dummy roots, too. 2013-08-01 David Edmondson <dme@dme.org> * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging out on ttys. 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's not empty.
* Fix typos in ChangeLogs.Juanma Barranquero2013-08-021-7/+7
|
* * speedbar.el (speedbar-query-confirmation-method): Doc fix.Tassilo Horn2013-08-012-1/+3
|
* Refactor out setting `whitespace-indent-tabs-mode' andTassilo Horn2013-08-012-5/+14
| | | | | | | | | | `whitespace-tab-width' buffer-locally to own function, so that `whitespace-cleanup' and friends work appropriately without needing to enable `whitespace-mode'. * whitespace.el (whitespace-ensure-local-variables): New function. (whitespace-cleanup-region): Call it. (whitespace-turn-on): Call it.
* lisp/gnus/nnrss.el (nnrss-discover-feed): IndentLars Magne Ingebrigtsen2013-08-012-18/+22
|
* Complete file name handlers.Michael Albinus2013-08-016-195/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * net/tramp.el (tramp-handle-set-visited-file-modtime) (tramp-handle-verify-visited-file-modtime) (tramp-handle-file-notify-rm-watch): New functions. (tramp-call-process): Do not bind `default-directory'. * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Order alphabetically. [access-file, add-name-to-file, dired-call-process]: [dired-compress-file, file-acl, file-notify-rm-watch]: [file-ownership-preserved-p, file-selinux-context]: [make-directory-internal, make-symbolic-link, set-file-acl]: [set-file-selinux-context, set-visited-file-modtime]: [verify-visited-file-modtime]: Add handler. (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'. * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) [file-notify-add-watch, file-notify-rm-watch]: [set-file-times, set-visited-file-modtime]: [verify-visited-file-modtime]: Add handler. (with-tramp-gvfs-error-message) (tramp-gvfs-handle-set-visited-file-modtime) (tramp-gvfs-fuse-file-name): Remove. (tramp-gvfs-handle-file-notify-add-watch) (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns. (tramp-gvfs-handle-write-region): Fix error in moving tmpfile. * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Order alphabetically. [file-notify-rm-watch ]: Use default Tramp handler. [executable-find]: Remove private handler. (tramp-do-copy-or-rename-file-out-of-band): Do not bind `default-directory'. (tramp-sh-handle-executable-find) (tramp-sh-handle-file-notify-rm-watch): Remove functions. (tramp-sh-file-gvfs-monitor-dir-process-filter) (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path): Do not use `format' in `tramp-message'. * net/tramp-smb.el (tramp-smb-file-name-handler-alist) [file-notify-rm-watch, set-visited-file-modtime]: [verify-visited-file-modtime]: Add handler. (tramp-smb-call-winexe): Do not bind `default-directory'.
* gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuffKatsumi Yamaoka2013-08-012-6/+13
|
* * lisp/vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.Xue Fuqiao2013-08-012-1/+5
|
* * lisp/vc/log-view.el (log-view-diff): Extract `log-view-diff-common',Dmitry Gutov2013-07-312-23/+30
| | | | | | | | | | | use it. (log-view-diff-changeset): Same. (log-view-diff-common): Call backend command `previous-revision' to find out the previous revision, in both cases. Swap the variables `to' and `fr', so that `fr' usually refers to the earlier revision. Fixes: debbugs:14989
* Auto-commit of loaddefs files.Glenn Morris2013-07-311-23/+1
|
* * ibuf-ext.el (ibuffer-filter-by-filename): Make it work with dired buffers too.Kan-Ru Chen2013-07-312-1/+6
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00573.html
* * lisp/vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.Xue Fuqiao2013-07-312-0/+7
|
* * lisp/emacs-lisp/re-builder.el (reb-color-display-p):Dmitry Antipov2013-07-316-7/+16
| | | | | | | | * lisp/files.el (save-buffers-kill-terminal): * lisp/net/browse-url.el (browse-url): * lisp/server.el (server-save-buffers-kill-terminal): * lisp/textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert): Prefer nil to selected-frame for the first arg of frame-parameter.
* * lisp/url/url-handlers.el (url-file-name-completion)Stefan Monnier2013-07-312-2/+13
| | | | | | (url-file-name-all-completions): Don't signal errors. Fixes: debbugs:14806
* Merge Changes made in Gnus masterGnus developers2013-07-304-5/+26
| | | | | | | | | | | | | 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-read-active-for-groups): Always mark the data as dirty to ensure nnimap data being saved. 2013-07-30 Tassilo Horn <tsdh@gnu.org> * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score" menu entry. * gnus-score.el (gnus-summary-current-score): Use prefix arg to show the current thread's total score instead of the current article's score.
* * lisp/minibuffer.el (completion--twq-all): Try and preserve eachStephen Berman2013-07-302-0/+16
| | | | | | completion's case choice. Fixes: debbugs:14907
* Allow talking to STARTTLS servers that have no greetingLars Magne Ingebrigtsen2013-07-302-1/+10
| | | | | | | | * net/network-stream.el (open-network-stream): Mention the new :nogreeting parameter. (network-stream-open-starttls): Use the :nogreeting parameter. Fixes: debbugs:14938
* * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.Lars Magne Ingebrigtsen2013-07-302-3/+6
|
* (eww-setup-buffer): Switching to the buffer seems more natural than popping.Lars Magne Ingebrigtsen2013-07-302-1/+4
|
* Fix for vc-ignore.Xue Fuqiao2013-07-303-1/+6
| | | | | | * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore. * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
* (shr-urlify): Highlight under mouse.Lars Magne Ingebrigtsen2013-07-302-0/+2
|
* * net/shr.el (shr-urlify): Put `follow-link' on URLs.Lars Magne Ingebrigtsen2013-07-302-0/+5
| | | | Fixes: debbugs:14815
* Doc fix.Xue Fuqiao2013-07-301-4/+4
|
* Gnus: Improve subthread sorting;Tassilo Horn2013-07-302-13/+57
| | | | | | | | | | | | | | | | | make subthread sorting customizable and add docs for it * doc/misc/gnus.texi (Sorting the Summary Buffer): Document new defcustom `gnus-subthread-sort-functions' and remove the obsolete documentation of `gnus-sort-threads-recursively'. * lisp/gnus/gnus-sum.el (gnus-subthread-sort-functions): New defcustom. (gnus-sort-threads-recursively): Delete defcustom. (gnus-sort-threads-recursive): Adapt accordingly. * lisp/gnus/gnus-sum.el (gnus-sort-subthreads-recursive): New function. (gnus-sort-threads-recursive): Use it. (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive' again. Now that determines how to sort subthreads.
* ChangeLog fix.Xue Fuqiao2013-07-301-1/+1
|
* vc-ignore fixes.Xue Fuqiao2013-07-306-17/+26
| | | | | | | | | | | | | | | | * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*' buffer for output. * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'; do not assume point-min==1; fix search string; fix parentheses missing. * vc/vc-git.el (vc-git-ignore): Remove `interactive'; do not assume point-min==1; fix search string; fix parentheses missing. * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'. * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*' buffer for output.
* Merge from mainline.Xue Fuqiao2013-07-3040-563/+814
|\
| * Merge CEDET upstream (rev. 8579)David Engster2013-07-295-4/+26
| |\
| | * Merge with CEDET upstream (rev. 8579).David Engster2013-07-295-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/cedet/cedet.el (cedet-packages): Remove speedbar since its development does no longer happens in CEDET upstream but in Emacs proper. Also remove cedet-contrib and cogre since those are only in upstream. * semantic/analyze/fcn.el (semantic-analyze-type-to-name): If TYPE has a parent, return a fully qualified name. * semantic/decorate/mode.el (semantic-decoration-on-includes-p-default) (semantic-decoration-on-includes-highlight-default): Declare for byte compiler. * semantic/wisent/python.el (semantic/format): New require. * eieio.texi (top): Make clear that EIEIO is not a full CLOS implementation. (Introduction): Add further missing features. (Building Classes): Add introductory paragraph. (Wish List): Add metaclasses and EQL specialization.
| * | Fix infloop on MS-Windows when initial frame lacks minibuffer.Eli Zaretskii2013-07-292-0/+8
| | | | | | | | | | | | | | | lisp/frame.el (frame-notice-user-settings): Avoid inflooping when the initial frame is minibuffer-less. (Bug#14841)
| * | * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer option.Michael Albinus2013-07-293-2/+22
| | | | | | | | | | | | | | | * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band) (tramp-maybe-open-connection): Use it.
| * | Clarify ChangeLog entry.Stephen Berman2013-07-291-1/+1
| | |
| * | lisp/desktop.el: Fix problem creating minibuffer(less,only) frames.Juanma Barranquero2013-07-292-1/+7
| | | | | | | | | | | | | | | | | | (desktop--make-frame): Include `minibuffer' in the minimal set of parameters passed when creating a frame, because the minibuffer status of a frame cannot be changed later.
| * | * calendar/todo-mode.el (todo-rename-file): Fix incorrect use ofStephen Berman2013-07-292-8/+29
| | | | | | | | | | | | | | | | | | replace-regexp-in-string and inadvertent omissions in previous change. (todo-filter-items): Ensure only file names are comma-separated in renamed filtered items buffer.
| * | lisp/desktop.el: Optionally force offscreen frames back onscreen.Juanma Barranquero2013-07-282-0/+88
| |/ | | | | | | | | | | (desktop-restoring-reuses-frames): New option. (desktop--compute-pos, desktop--move-onscreen): New functions. (desktop--make-frame): Use desktop--move-onscreen.
| * Merge from CEDET upstream (8569).David Engster2013-07-274-18/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/cedet/semantic/edit.el (semantic-edits-splice-remove): Wrap debug message removing middle tag in semantic-edits-verbose-flag check. * semantic/bovine/el.el (semantic/db-el): New require. * semantic/db-el.el (semanticdb-normalize-one-tag): It might be that a symbol comes from a file but cannot be found in its table. This happens for instance when a symbol was dynamically created through a macro like `defstruct'. In this case, return the original tag. (semanticdb-elisp-sym->tag): Deal with autoloaded functions, where the argument list is not available until the file is loaded.
| * Fontify a Java generic method as a function.Alan Mackenzie2013-07-272-1/+8
| | | | | | | | | | * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java value to t.
| * * calendar/todo-mode.el: Add command to rename todo files.Stephen Berman2013-07-272-2/+50
| | | | | | | | | | | | | | | | (todo-rename-file): New command. (todo-key-bindings-t): Add key binding for it. Change the bindings of todo-filter-regexp-items(-multifile) to use `x' instead of `r', since the latter is better suited to the new renaming command.
| * Make Java try-with-resources statement parse properly.Alan Mackenzie2013-07-274-5/+33
| | | | | | | | | | | | | | | | | | progmodes/cc-langs.el (c-block-stmt-1-2-kwds, c-block-stmt-1-2-key): New language constants/variables. progmodes/cc-engine.el (c-beginning-of-statement-1, c-after-conditional): Adapt to deal with c-block-stmt-1-2-key. progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal with c-block-stmt-1-2-key.
| * lisp/desktop.el: Restore frames at their positions, even if offscreen.Juanma Barranquero2013-07-272-9/+23
| | | | | | | | | | (desktop--make-frame): Apply most frame parameters after creating the frame to force (partially or totally) offscreen frames to be restored as such.
| * ChangeLog fix.Xue Fuqiao2013-07-271-1/+3
| |
| * Keybinding fix for vc-dir.Xue Fuqiao2013-07-272-0/+5
| | | | | | | | | | * lisp/vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff. * doc/emacs/maintaining.texi (VC Directory Commands): Mention `D' and `L' in vc-dir.
| * Gnus: Add option to sort threads non-recursivelyTassilo Horn2013-07-262-3/+17
| | | | | | | | | | | | gnus-sum.el (gnus-sort-threads-recursively): New defcustom. (gnus-sort-threads): Use it. gnus.texi (Sorting the Summary Buffer): Document new defcustom `gnus-sort-threads-recursively'.
| * Fix documentation of list-processes and process-list.Eli Zaretskii2013-07-262-2/+9
| | | | | | | | | | | | src/process.c (Fprocess_list): Doc fix. lisp/simple.el (list-processes): Doc fix.
| * * lisp/emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the newStefan Monnier2013-07-262-1/+6
| | | | | | | | `base' arg of backtrace-frame.
| * lisp/desktop.el (desktop--select-frame): Try harder to reuse the initial frame.Juanma Barranquero2013-07-262-4/+19
| |