summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)Juanma Barranquero2008-11-162-220/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name) (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs) (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user) (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process) (ange-ftp-quote-string, ange-ftp-process-handle-line) (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host) (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook) (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry) (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd) (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir) (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse) (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings. (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs) (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template) (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check) (ange-ftp-default-user, ange-ftp-default-password) (ange-ftp-default-account, ange-ftp-netrc-default-password) (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp) (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host) (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port) (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size) (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose) (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name) (ange-ftp-ftp-program-args, ange-ftp-nslookup-program) (ange-ftp-make-backup-files, ange-ftp-retry-time) (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings. (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs) (ange-ftp-gateway-tmp-name-template) (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp) (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway) (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos. (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix. (ange-ftp-gateway-program): Remove * from docstring and reflow. (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys) (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename) (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name): (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote): (ange-ftp-rename-local-to-remote): Doc fixes. (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter): Use `when', `unless'. (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD. (ange-ftp-process-handle-hash): Rename arg STR to STRING. (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME. (ange-ftp-smart-login): Rename arg PASS to PASSWORD. (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo. (ange-ftp-process-sentinel): Use `when'. Fix typo. (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo. (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist) (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist) (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring. (ange-ftp-dumb-unix-host, ange-ftp-binary-file) (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host) (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host) (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of `(save-match-data (string-match ...))'. (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p) (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory): Use `string-match-p' instead of `(save-match-data (string-match ...))'. Doc fixes.
* version timestamp updateMichael Kifer2008-11-161-1/+1
|
* version timestamp updateMichael Kifer2008-11-161-1/+1
|
* Fix typos.Juanma Barranquero2008-11-161-13/+13
|
* 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2008-11-167-58/+65
| | | | | | | | | | | | | | | | | | | | | | | * viper-init.el (viper-ESC-keyseq-timeout): Make it into a function instead of a variable. * viper-util.el (viper-fast-keysequence-p): Changed to use viper-ESC-keyseq-timeout as a function. (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of defsubst. * viper-cmd.el: Let line-move-visual to nil when using next-line or previous-line. (viper-R-state-post-command-sentinel): Use defun instead of defsubst. * viper-keym.el (viper-ESC-key): Use (kbd "ESC"). * ediff-util.el (ediff-toggle-multiframe): Check if control window is live. (ediff-save-buffer): Let window-min-height to 2. * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting the minibuffer.
* * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)Juanma Barranquero2008-11-162-182/+175
| | | | | | | | | | | | | | | (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings. (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos. (ielm-map): Define within defvar. Add docstring. (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return) (ielm-complete-filename): Use `when', `unless'. (ielm-is-whitespace-or-comment): Use `string-match-p'. (ielm-return, ielm-get-old-input): Use `looking-at-p'. (ielm-change-working-buffer): Check that the buffer is live. (inferior-emacs-lisp-mode): Define with `define-derived-mode'. Simplify. Reflow docstring. (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map): New aliases, to satisfy `define-derived-mode' expectations.
* (find-function-advised-original): New.Glenn Morris2008-11-152-6/+32
| | | | | | | (find-function-C-source, find-function-noselect): Use find-function-advised-original to handle advised funcs. (Bug#789) (find-function-noselect): Add missing "is" in alias message.
* (uniquify-maybe-rerationalize-w/o-cb): RemoveGlenn Morris2008-11-152-6/+22
| | | | | | uniquify-after-kill-buffer-p dependency. (uniquify-kill-buffer-function): New function. (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
* (ns-do-applescript, ns-popup-font-panel): Declare.Glenn Morris2008-11-151-2/+6
| | | | | (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into main Emacs manual.
* Fix EOLs broken with last commit.Martin Rudalics2008-11-151-1674/+1674
|
* (quit-window): Restore delete window with secondMartin Rudalics2008-11-152-1672/+1679
| | | | arg non-nil behavior as of before 2008-10-30 change.
* * org-publish.el (org-publish-attachment): Alow copy-file toCarsten Dominik2008-11-152-2/+2
| | | | overwrite files.
* *** empty log message ***Carsten Dominik2008-11-151-0/+5
|
* (describe-function-1): Do char-range check for self-insert-command.Chong Yidong2008-11-151-35/+36
|
* * help-fns.el (describe-function-1): Do char-range check forChong Yidong2008-11-151-0/+5
| | | | self-insert-command.
* (file-precious-flag): Document that this flag is advisory.Karl Fogel2008-11-142-1/+10
|
* (byte-compile-associative)Chong Yidong2008-11-141-20/+33
| | | | | (byte-compile-minus, byte-compile-quo): If there are more than two operands, don't use binary operation code (bug#1334).
* * emacs-lisp/bytecomp.el (byte-compile-associative)Chong Yidong2008-11-141-0/+6
| | | | | (byte-compile-minus, byte-compile-quo): If there are more than two operands, don't use binary operation code (bug#1334).
* * w32-fns.el (w32-shell-dos-semantics):Juanma Barranquero2008-11-149-30/+51
| | | | | | | | | | | | | | | | | | | * calendar/diary-lib.el (diary-face-attrs): * international/mule-cmds.el (set-default-coding-systems) (prefer-coding-system): * net/tramp.el (tramp-set-completion-function): * progmodes/vhdl-mode.el (vhdl-file-header): * term/pc-win.el (msdos-show-help): Fix typos in docstrings. * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value. * files.el (enable-local-eval, not-modified, kill-buffer-ask) (kill-matching-buffers, save-buffers-kill-emacs) (save-buffers-kill-terminal): Fix typos in docstrings. (switch-to-buffer-other-window): Reflow docstring. (revert-buffer): Doc fix. (define-project-bindings): Rename arg LIST to SETTINGS. (project-find-settings-file): Use `let', not `let*'. Use `when'.
* (project-find-settings-file): Fix last change.Chong Yidong2008-11-131-1/+2
|
* * files.el (project-settings-file, locate-dominating-file):Juanma Barranquero2008-11-132-8/+15
| | | | | Fix typos in docstrings. (find-file-visit-truename): Remove * from defcustom docstring.
* * files.el (project-settings-file): New variable.Chong Yidong2008-11-131-1/+1
| | | | | (project-find-settings-file): Use it, instead of hardcoding .dir.settings.el.
* (project-settings-file): New variable.Chong Yidong2008-11-131-15/+23
| | | | (project-find-settings-file): Use it, instead of hardcoding .dir.settings.el.
* * files.el (project-settings-file): New variable.Chong Yidong2008-11-131-0/+6
| | | | | (project-find-settings-file): Use it, instead of hardcoding .dir.settings.el.
* *** empty log message ***Paul Reilly2008-11-131-0/+4
|
* Add support for save-buffer.Paul Reilly2008-11-131-5/+48
|
* Remove some charset code not needed since Emacs 22.Glenn Morris2008-11-132-22/+5
|
* Henry Weller <hweller0 at gmail.com> (tiny change)Glenn Morris2008-11-132-1/+6
| | | | (mairix-widget-fields-list): Fix bug regarding searching in mail bodies.
* (org-get-closed): Fix alias.Glenn Morris2008-11-132-2/+6
|
* * international/mule.el (autoload-coding-system, with-category-table)Juanma Barranquero2008-11-123-47/+59
| | | | | | | | | | | | | | (ctext-non-standard-encodings-alist): Fix typos in docstrings. (coding-system-equal, set-buffer-process-coding-system): Doc fixes. (set-buffer-file-coding-system, revert-buffer-with-coding-system) (set-file-name-coding-system, ctext-pre-write-conversion) (auto-coding-functions, find-auto-coding, modify-coding-system-alist): Reflow docstrings. (charset-list, set-coding-priority): Remove redundant obsolescence info. (charset-id, charset-bytes, make-coding-system): Add obsolescence info. (char-valid-p): Define with `define-obsolete-function-alias'. * textmodes/artist.el (artist-mode): Fix typos in docstring.
* * org.el (org-link-escape): Fix typo in docstring.Juanma Barranquero2008-11-122-1/+3
|
* Merge from gnus--devo--0Miles Bader2008-11-123-55/+65
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1471
* 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>Carsten Dominik2008-11-1230-332/+918
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * org.el (org-yank): Make any prefix force normal yanking. Suppress folding if text would be swallowed into a folded subtree. (org-yank-folded-subtrees, org-yank): Docstring updates. * org-agenda.el (org-agenda-compare-effort): Treat no effort defined as 0. * org-exp.el (org-export-language-setup): Add Catalan and Esperanto language entries. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-refile): Allow refiling of entire regions. * org-clock.el (org-clock-time%): New function. * org.el (org-entry-get, org-entry-delete): Use safer regexps to retrieve property values. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-list): Handle the value `only' of org-agenda-show-log'. (org-agenda-log-mode): Interpret a double prefix arg. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-footnotes-section): New variable. (org-export-as-html): Use `org-export-html-footnotes-section' to insert the footnotes. (org-export-language-setup): Add "Footnotes" to language words. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Fix bug when not inserting a subtree. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message' instead of `vm-beginning-of-message'. * org.el (org-make-link-regexps): Make sure that links to gnus can contain brackets. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-attach.el (org-attach-dir): Remove duplicate ID creation code. * org-id.el (org-id-new): Use `org-trim' to extract the uuid from shell output. * org.el (org-link-abbrev-alist): Improve customization type. * org-attach.el (org-attach-expand-link, org-attach-expand): New functions. * org-agenda.el (org-agenda-get-progress): Renamed from `org-get-closed'. Implement searching for state changes as well. (org-agenda-log-mode-items): New option. (org-agenda-log-mode): New option prefix argument, interpreted as request to show all possible progress info. (org-agenda-get-day-entries): Call `org-get-progress' instead of `org-get-closed'. (org-agenda-set-mode-name): Handle the more complex log mode settings. (org-get-closed): New alias, pointing to `org-get-progress'. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-file-apps-defaults-gnu) (org-file-apps-defaults-macosx) (org-file-apps-defaults-windowsnt): Add an entry defining the system command. (org-file-apps): Allow `system' as key and value. (org-open-at-point): Explain the effect of a double prefix arg. (org-open-file): If the argument `in-emacs' is (16), i.e. corresponding to a double prefix argument, try to open the file externally. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-link): Abbreviate absolute files names in links. Also, fix a bug in which the double C-u prefix would not be honored. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-heading): If buffer does not end with a newline, add one if necessary to insert headline correctly. * org-exp.el (org-export-as-html): Make sure that <hr/> is between paragraphs, not inside. * org.el (org-todo): Quote `org-agenda-headline-snapshot-before-repeat'. * org-exp.el (org-export-as-html): Fully process link descriptions. (org-export-html-format-desc): New function. (org-export-as-html): Collect footnotes into the correct basket. (org-html-protect): No longer protect quotations marks here, this goes wrong. * org-agenda.el (org-agenda-remove-marked-text): Bind variable BEG. * org-compat.el (org-fit-window-to-buffer): New function (not really, a preliminary and incomplete version was present earlier, but not used). * org.el (org-fast-todo-selection, org-fast-tag-selection): Use `org-fit-window-to-buffer'. * org-exp.el (org-export): Use `org-fit-window-to-buffer'. * org-agenda.el (org-agenda-get-restriction-and-command) (org-fit-agenda-window, org-agenda-convert-date): Use `org-fit-window-to-buffer'. * org-exp.el (org-export-as-html): Process href links through `org-export-html-format-href'. (org-export-html-format-href): New function. * org-agenda.el (org-agenda-todo): Update only the current headline if this is a repeated TODO, marked done for today. (org-agenda-change-all-lines): New argument JUST-THIS, to change only the current line. * org.el (org-todo): Take a snapshot of the headline if the repeater might change it. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-find-title): Remove buffers visited only for extracting the title. * org-exp.el (org-export-html-style) (org-export-html-style-default): Mark style definitions as unparsed CDATA. * org-publish.el (org-publish-validate-link): Function re-introduced. 2008-11-12 Charles Sebold <csebold@gmail.com> * org-plot.el (org-plot/add-options-to-plist): Supports timefmt property. (org-plot-quote-timestamp-field): New function. (org-plot-quote-tsv-field): Call timestamp field function when necessary rather than just quoting as a string. (org-plot/gnuplot-to-data): Pass in timefmt property. (org-plot/gnuplot-script): Supports timefmt property. (org-plot/gnuplot): Checks for timestamp column before checking for text index column. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-heading): Improve behavior with hidden subtrees. * org-publish.el (org-publish-org-index): Create a section in the index file. (org-publish-org-index): Stop linking to directories. * org.el (org-emphasis-alist): Use span instead of <u> to underline text. * org-exp.el (org-export-as-html): Make sure <p> is closed before <pre> sections. 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de> * org-jsinfo.el (org-infojs-template): Remove language attribute from script tag. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-remove-marked-text): New function. (org-agenda-mark-filtered-text) (org-agenda-unmark-filtered-text): New functions. (org-write-agenda): Remove fltered text. * org.el (org-make-tags-matcher): Give access to TODO "property" without speed penalty. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an option. (org-store-link-props): Make sure adding to the plist works correctly. * org-gnus.el (org-gnus-no-new-news): New function. (org-gnus-follow-link): Allow the article ID to be a message-id, in addition to allowing article numbers. Message IDs make much more roubust links. (org-gnus-store-link): Use message-id to create link. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-emphasize): Reverse the selection array. (org-emphasis-alist): Set <code> tags for the verbatim environment. * org-remember.el (org-remember-handler): Fix bug with prefix-related changing of the note storage target. * org-exp.el (org-print-icalendar-entries): Make the exported priorities compatible with RFC 2445. * org-clock.el (org-clock-save): Insert time stamp without dependence on time-stamp.el. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el ("saveplace"): If saveplace puts point into an invisible location, make it visible. (org-make-tags-matcher): Allow inactive time stamps in time comparisons. (org-yank-adjusted-subtrees): New option. (org-yank): Incorporate adjusting trees. (org-paste-subtree): New argument FOR-YANK which will cause insertion at point without backing up over white lines, and leave point at the end of the inserted text. Also if the cursor is at the beginning of a headline, use the same level or the inserted tree. * org-publish.el (org-publish-get-base-files-1): Deal correctly with broken symlinks 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-select-tags, org-get-current-options): Fix typo.
* *** empty log message ***Carsten Dominik2008-11-121-0/+239
|
* (vc-cvs-parse-root): Handle roots without colon between hostname and path.Sam Steingold2008-11-122-6/+16
|
* (dired-isearch-filenames)Juri Linkov2008-11-112-2/+37
| | | | | (dired-isearch-filenames-regexp): Let-bind isearch-message-prefix-add to "filename ".
* (isearch-message-prefix-add)Juri Linkov2008-11-111-1/+6
| | | | | | | | (isearch-message-suffix-add): New variables. (isearch-message-prefix): Show additional text from `isearch-message-prefix-add' before "I-search". (isearch-message-suffix): Show additional text from `isearch-message-suffix-add' at the end.
* * isearch.el (isearch-lazy-highlight-search): Use a loop like inJuri Linkov2008-11-111-16/+25
| | | | | | `isearch-search'. Call isearch-success-function to skip matches outside the current isearch scope. Let-bind search-invisible to nil to not match invisible text.
* * isearch.el (isearch-query-replace, isearch-highlight-regexp):Juri Linkov2008-11-111-7/+23
| | | | | | | | | Bind `isearch-recursive-edit' to nil to prevent calling `exit-recursive-edit' in `isearch-done' that terminates the execution of these commands when it is non-nil. Call `exit-recursive-edit' explicitly at the end. (isearch-occur): For word search construct the correct regexp with word boundaries to proceed with occur.
* (isearch-search-fun): Compare the length of theJuri Linkov2008-11-111-1/+6
| | | | | | | | current search string with the length of the string from the previous search state to detect the situation when the user adds or removes characters in the search string. Use word-search-forward-lax and word-search-backward-lax in this case, and otherwise word-search-forward and word-search-backward.
* (mouse-buffer-menu-mode-groups): Place "Annotate" intoSam Steingold2008-11-112-1/+6
| | | | the "Version Control" group (for C-x v g).
* * server.el (server-process-filter): Fix typos and reflow docstring.Juanma Barranquero2008-11-112-7/+11
|
* (footnote-mode): Improve doc-string.Martin Rudalics2008-11-112-1/+7
| | | | Suggested by <jidanni@jidanni.org>. (Bug#1318)
* (Custom-mode): Set up tool-bar-map unconditionally.Chong Yidong2008-11-111-11/+10
|
* * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.Chong Yidong2008-11-111-0/+4
|
* (smtpmail-open-stream): Use `starttls-any-program-available'. Auto-load ↵Teodor Zlatanov2008-11-102-1/+2
| | | | starttls.el for it.
* (smtpmail-open-stream): Use `starttls-any-program-available'.Teodor Zlatanov2008-11-102-7/+6
|
* (dired-read-dir-and-switches): Revert to 2007-11-22 versionChong Yidong2008-11-081-46/+69
| | | | (bug@1285).
* * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22Chong Yidong2008-11-081-0/+5
| | | | version (bug@1285).
* (command-line): Ignore init-file-user when checking user's home directoryEli Zaretskii2008-11-082-7/+14
| | | | on MS-DOS as well.