Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Diane Murray <disumu at x3y2z1.net> | Glenn Morris | 2007-09-21 | 2 | -2/+5 |
| | | | | (url-news-fetch-newsgroup): Fix formatting of Gnus method. | ||||
* | Kevin Ryde <user42 at zip.com.au> | Glenn Morris | 2007-09-21 | 2 | -19/+25 |
| | | | | (sgml-html-meta-auto-coding-function): Bind `case-fold-search' to t. | ||||
* | (tex-validate-region): Handle escaped parens. | Glenn Morris | 2007-09-21 | 2 | -2/+32 |
| | | | | | | (tex-next-unmatched-eparen): New function. (latex-forward-sexp-1): Doc fix. Handle escaped parens. (latex-forward-sexp): Doc fix. | ||||
* | (eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom. | Glenn Morris | 2007-09-21 | 1 | -4/+2 |
| | |||||
* | Diane Murray <disumu at x3y2z1.net> | Glenn Morris | 2007-09-21 | 3 | -1/+10 |
| | | | | | (url-get-normalized-date): Pass full timezone information to timezone-make-date-arpa-standard, since zone name may be unknown. | ||||
* | Remove termdev. | Glenn Morris | 2007-09-21 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2007-09-21 | 1 | -0/+4 |
| | |||||
* | Remove. | Stefan Monnier | 2007-09-20 | 2 | -196/+7 |
| | |||||
* | (get-device-terminal): New function. Moved from termdev.el. | Stefan Monnier | 2007-09-20 | 1 | -10/+28 |
| | | | | (frames-on-display-list): Use it. | ||||
* | Bind C-z to suspend-frame instead of suspend-emacs. | Stefan Monnier | 2007-09-20 | 1 | -0/+4 |
| | |||||
* | (terminal-id): Ask terminal-live-p before giving up. | Stefan Monnier | 2007-09-20 | 2 | -1/+6 |
| | |||||
* | (frames-on-display-list): Docstring fix. | Stefan Monnier | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | (comment-add): If EXTRA, double `comment-add' value. | Richard M. Stallman | 2007-09-20 | 2 | -4/+8 |
| | |||||
* | (add-log-current-defun): Fix thinko w.r.t derived-mode-p. | Stefan Monnier | 2007-09-20 | 2 | -1/+5 |
| | |||||
* | Refill copyright. | Glenn Morris | 2007-09-20 | 1 | -2/+3 |
| | | | | | | | | | NB previous change had incorrect CVS log entry. Correct log: (tex-validate-buffer): Use paragraph motion functions, rather than hard-coding "\n\n". (tex-validate-region): Check for eobp, to speed up. (tex-next-unmatched-end): Doc fix. | ||||
* | Revert previous change. | Glenn Morris | 2007-09-20 | 2 | -17/+28 |
| | |||||
* | Revert previous change. | Glenn Morris | 2007-09-20 | 2 | -12/+13 |
| | |||||
* | (auto-mode-alist): Use archive-mode for .rar files. | Stefan Monnier | 2007-09-19 | 2 | -2/+7 |
| | |||||
* | (auto-coding-alist): Rar archives are binary. | Stefan Monnier | 2007-09-19 | 1 | -2/+3 |
| | |||||
* | Add basic support for Rar. | Stefan Monnier | 2007-09-19 | 2 | -31/+128 |
| | | | | | | | | | (archive-find-type): Recognize Rar's signature. (archive-desummarize): New fun. (archive-summarize): Use it to restore the buffer's data in case someone wants to switch to some other major mode. (archive-resummarize): Use it as well. (archive-rar-summarize, archive-rar-extract): New functions. | ||||
* | Remove spurious * in docstrings. | Stefan Monnier | 2007-09-19 | 2 | -98/+99 |
| | | | | | | | (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead. (filesets-conditional-sort): Remove unused arg `simply-do-it'. (filesets-ingroup-collect): Remove unused arg `depth'. (filesets-update): Remove unused arg `version'. | ||||
* | (finder-compile-keywords): Fix up comment style. | Stefan Monnier | 2007-09-19 | 2 | -8/+11 |
| | | | | (finder-mouse-face-on-line): previous-line -> forward-line. | ||||
* | Fix up comment style. | Stefan Monnier | 2007-09-19 | 1 | -5/+5 |
| | |||||
* | Remove spurious * in docstrings. | Stefan Monnier | 2007-09-19 | 2 | -23/+26 |
| | | | | (recentf-save-list): Fix up comment style. | ||||
* | Fix up comment style. | Stefan Monnier | 2007-09-19 | 1 | -5/+5 |
| | |||||
* | Remove spurious * in docstrings. | Stefan Monnier | 2007-09-19 | 2 | -95/+87 |
| | | | | | | | (octave-mode-map): Move init into declaration and remove \t binding. (octave-mode-startup-message): Remove unused var. (octave-scan-blocks): Remove unused arg `from'. (octave-forward-block, octave-down-block, octave-up-block): Update callers. | ||||
* | (meta-mode-syntax-table): Move init into decl. | Stefan Monnier | 2007-09-19 | 2 | -71/+70 |
| | | | | (meta-mode-map): Likewise and remove \t binding. | ||||
* | Remove spurious * in docstrings. | Stefan Monnier | 2007-09-19 | 2 | -72/+60 |
| | | | | | | | | | | | | (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types) (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access) (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now that completion accepts lists of strings. (snmp-mode-syntax-table): Move initialization into declaration. (snmp-mode-map): Likewise and remove \t binding. (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i. (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var. (snmp-indent-command): Remove. | ||||
* | (lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent. | Stefan Monnier | 2007-09-19 | 2 | -5/+9 |
| | |||||
* | (browse-url-elinks-new-window): New function. | Michaël Cadilhac | 2007-09-19 | 2 | -18/+35 |
| | | | | | | | (browse-url-elinks): Use browse-url-elinks-new-window. Accept optional second argument `new-window'. Fix typo in doc-string. (browse-url-elinks-sentinel): Use browse-url-elinks-new-window. Improve error message. | ||||
* | (browse-url-url-encode-chars): Use the right parameter name in the function ↵ | Michaël Cadilhac | 2007-09-19 | 2 | -6/+12 |
| | | | | | | body. Reported by Johannes Weiner. | ||||
* | (socks-open-network-stream): Standardize error message from previous | Glenn Morris | 2007-09-19 | 1 | -2/+1 |
| | | | | change. | ||||
* | (socks-open-network-stream): Signal an explicit error if the port | Glenn Morris | 2007-09-19 | 1 | -1/+4 |
| | | | | associated with a service string can't be found. | ||||
* | *** empty log message *** | Glenn Morris | 2007-09-19 | 1 | -0/+3 |
| | |||||
* | Changes from author without assignment are tiny. | Glenn Morris | 2007-09-19 | 1 | -2/+2 |
| | |||||
* | (tex-terminate-paragraph): Leave point at the site of any mismatch. | Glenn Morris | 2007-09-19 | 1 | -12/+11 |
| | |||||
* | (tex-terminate-paragraph): Use backward-paragraph. | Glenn Morris | 2007-09-19 | 2 | -2/+7 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2007-09-19 | 1 | -0/+5 |
| | |||||
* | Sync changes from upstream ERC | Michael Olson | 2007-09-19 | 4 | -7/+57 |
| | |||||
* | (server-running-p): New function. | Stefan Monnier | 2007-09-19 | 2 | -1/+21 |
| | |||||
* | (w32-focus-frame): Make obsolete alias for x-focus-frame. | Jason Rumney | 2007-09-18 | 2 | -1/+16 |
| | |||||
* | (select-frame-set-input-focus, select-frame-by-name): Use x-focus-frame for w32. | Jason Rumney | 2007-09-18 | 1 | -8/+4 |
| | |||||
* | (tex-verbatim-environments): Eliminate CL dependency. | Richard M. Stallman | 2007-09-17 | 2 | -1/+6 |
| | |||||
* | (comment-add): New arg EXTRA. | Richard M. Stallman | 2007-09-17 | 2 | -6/+21 |
| | | | | (comment-region-default): Pass EXTRA if not indenting lines. | ||||
* | (browse-url-url-encode-chars): New function. | Michaël Cadilhac | 2007-09-17 | 2 | -54/+68 |
| | | | | | | | | URL-encode some chars in a string. (browse-url-encode-url): Rewrite using the previous function. (browse-url-file-url): Use `browse-url-url-encode-chars'. (browse-url-elinks-sentinel): Fix typo. (browse-url-new-window-flag): Doc change. | ||||
* | (tex-compilation-parse-errors): Prefer the filename from | Glenn Morris | 2007-09-17 | 1 | -12/+19 |
| | | | | `--file-line-error', if it is available. | ||||
* | Joe Wells <jbw at macs.hw.ac.uk> (tiny change) | Glenn Morris | 2007-09-17 | 2 | -1/+12 |
| | | | | | (tex-compilation-parse-errors): Also match TeX `--file-line-error' format. | ||||
* | Delete add-hook calls that were moved to | Dan Nicolaescu | 2007-09-17 | 2 | -4/+13 |
| | | | | | | xterm-mouse-mode. (xterm-mouse-mode): Disable resume-tty-functions, explain why it does not work. | ||||
* | Delete add-hook calls that were moved to | Dan Nicolaescu | 2007-09-17 | 2 | -11/+5 |
| | | | | xterm-mouse-mode. | ||||
* | (custom-theme-set-faces): Undo previous change. | Richard M. Stallman | 2007-09-17 | 2 | -11/+16 |
| |