summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Diane Murray <disumu at x3y2z1.net>Glenn Morris2007-09-212-2/+5
| | | | (url-news-fetch-newsgroup): Fix formatting of Gnus method.
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2007-09-212-19/+25
| | | | (sgml-html-meta-auto-coding-function): Bind `case-fold-search' to t.
* (tex-validate-region): Handle escaped parens.Glenn Morris2007-09-212-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 Morris2007-09-211-4/+2
|
* Diane Murray <disumu at x3y2z1.net>Glenn Morris2007-09-213-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 Morris2007-09-211-1/+0
|
* *** empty log message ***Glenn Morris2007-09-211-0/+4
|
* Remove.Stefan Monnier2007-09-202-196/+7
|
* (get-device-terminal): New function. Moved from termdev.el.Stefan Monnier2007-09-201-10/+28
| | | | (frames-on-display-list): Use it.
* Bind C-z to suspend-frame instead of suspend-emacs.Stefan Monnier2007-09-201-0/+4
|
* (terminal-id): Ask terminal-live-p before giving up.Stefan Monnier2007-09-202-1/+6
|
* (frames-on-display-list): Docstring fix.Stefan Monnier2007-09-201-1/+1
|
* (comment-add): If EXTRA, double `comment-add' value.Richard M. Stallman2007-09-202-4/+8
|
* (add-log-current-defun): Fix thinko w.r.t derived-mode-p.Stefan Monnier2007-09-202-1/+5
|
* Refill copyright.Glenn Morris2007-09-201-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 Morris2007-09-202-17/+28
|
* Revert previous change.Glenn Morris2007-09-202-12/+13
|
* (auto-mode-alist): Use archive-mode for .rar files.Stefan Monnier2007-09-192-2/+7
|
* (auto-coding-alist): Rar archives are binary.Stefan Monnier2007-09-191-2/+3
|
* Add basic support for Rar.Stefan Monnier2007-09-192-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 Monnier2007-09-192-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 Monnier2007-09-192-8/+11
| | | | (finder-mouse-face-on-line): previous-line -> forward-line.
* Fix up comment style.Stefan Monnier2007-09-191-5/+5
|
* Remove spurious * in docstrings.Stefan Monnier2007-09-192-23/+26
| | | | (recentf-save-list): Fix up comment style.
* Fix up comment style.Stefan Monnier2007-09-191-5/+5
|
* Remove spurious * in docstrings.Stefan Monnier2007-09-192-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 Monnier2007-09-192-71/+70
| | | | (meta-mode-map): Likewise and remove \t binding.
* Remove spurious * in docstrings.Stefan Monnier2007-09-192-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 Monnier2007-09-192-5/+9
|
* (browse-url-elinks-new-window): New function.Michaël Cadilhac2007-09-192-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 Cadilhac2007-09-192-6/+12
| | | | | | body. Reported by Johannes Weiner.
* (socks-open-network-stream): Standardize error message from previousGlenn Morris2007-09-191-2/+1
| | | | change.
* (socks-open-network-stream): Signal an explicit error if the portGlenn Morris2007-09-191-1/+4
| | | | associated with a service string can't be found.
* *** empty log message ***Glenn Morris2007-09-191-0/+3
|
* Changes from author without assignment are tiny.Glenn Morris2007-09-191-2/+2
|
* (tex-terminate-paragraph): Leave point at the site of any mismatch.Glenn Morris2007-09-191-12/+11
|
* (tex-terminate-paragraph): Use backward-paragraph.Glenn Morris2007-09-192-2/+7
|
* *** empty log message ***Glenn Morris2007-09-191-0/+5
|
* Sync changes from upstream ERCMichael Olson2007-09-194-7/+57
|
* (server-running-p): New function.Stefan Monnier2007-09-192-1/+21
|
* (w32-focus-frame): Make obsolete alias for x-focus-frame.Jason Rumney2007-09-182-1/+16
|
* (select-frame-set-input-focus, select-frame-by-name): Use x-focus-frame for w32.Jason Rumney2007-09-181-8/+4
|
* (tex-verbatim-environments): Eliminate CL dependency.Richard M. Stallman2007-09-172-1/+6
|
* (comment-add): New arg EXTRA.Richard M. Stallman2007-09-172-6/+21
| | | | (comment-region-default): Pass EXTRA if not indenting lines.
* (browse-url-url-encode-chars): New function.Michaël Cadilhac2007-09-172-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 fromGlenn Morris2007-09-171-12/+19
| | | | `--file-line-error', if it is available.
* Joe Wells <jbw at macs.hw.ac.uk> (tiny change)Glenn Morris2007-09-172-1/+12
| | | | | (tex-compilation-parse-errors): Also match TeX `--file-line-error' format.
* Delete add-hook calls that were moved toDan Nicolaescu2007-09-172-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 toDan Nicolaescu2007-09-172-11/+5
| | | | xterm-mouse-mode.
* (custom-theme-set-faces): Undo previous change.Richard M. Stallman2007-09-172-11/+16
|