summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-annotate-mode): Remove variable.André Spiegel2004-10-101-4/+1
| | | | | (vc-annotate-display-select): Only call vc-annotate-mode if we're not in that mode already.
* (comint-output-filter): Typo.Stefan Monnier2004-10-101-1/+1
|
* (comint-mouse-insert-input): Remove.Stefan Monnier2004-10-101-136/+119
| | | | | (comint-insert-input): Make it work for mouse bindings. (comint-mode-map): Move defs into the declaration.
* (diff-current-defun): Fix 2004-06-13's change.Stefan Monnier2004-10-101-25/+24
|
* (imenu--completion-buffer): Don't return t for rescan.Stefan Monnier2004-10-101-20/+19
| | | | (imenu-choose-buffer-index): Check here for rescan instead.
* (font-lock-apply-highlight): Explicitly check the caseStefan Monnier2004-10-101-0/+6
| | | | where the face expression evals to nil.
* (tex-font-lock-append-prop): New fun.Stefan Monnier2004-10-101-9/+20
| | | | | (tex-font-lock-keywords-2): Use it. (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
* (progress-reporter-update): Define before first usage.Kim F. Storm2004-10-091-17/+17
| | | | (make-progress-reporter): Doc fix.
* *** empty log message ***Kim F. Storm2004-10-091-0/+5
|
* *** empty log message ***Luc Teirlinck2004-10-091-3/+9
|
* (sentence-end-double-space)Luc Teirlinck2004-10-091-9/+9
| | | | | (sentence-end-without-period, sentence-end-without-space) (sentence-end): Doc fixes.
* (lisp-fill-paragraph): Fix backslashes.Stefan Monnier2004-10-091-4/+6
|
* *** empty log message ***Eli Zaretskii2004-10-081-0/+5
|
* (lisp-fill-paragraph): ChangeEli Zaretskii2004-10-081-1/+1
| | | | paragraph-start regexp so we don't fill code starting with #'(
* (mail-extr-ignore-realname-equals-mailbox-name): New defcustom.Eli Zaretskii2004-10-082-3/+17
| | | | (extract-address-components): Use it.
* (etags-tags-completion-table): Use progress reporter.Eli Zaretskii2004-10-082-9/+16
| | | | (etags-tags-apropos): Likewise.
* (tar-summarize-buffer): Use progress reporter.Eli Zaretskii2004-10-081-8/+5
|
* (make-progress-reporter, progress-reporter-update)Eli Zaretskii2004-10-082-0/+133
| | | | | (progress-reporter-force-update, progress-reporter-do-update) (progress-reporter-done): New functions.
* (isearch-yank-line): C-y yanks to next EOL, not end of current line.Eli Zaretskii2004-10-082-3/+8
|
* (server-process-filter): Wrap `process-send-region'Masatake YAMATO2004-10-082-1/+11
| | | | | by `condition-case' to guard the case when the pipe to PROC is closed.
* 2004-10-07 Mark A. Hershberger <mah@everybody.org>Mark A. Hershberger2004-10-071-8/+3
| | | | | * xml.el (xml-substitute-special): Limit handling of external entities.
* xml-substitute-specialMark A. Hershberger2004-10-071-0/+5
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603Miles Bader2004-10-075-7/+13
| | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44 Update from CVS
* (url-insert-file-contents): Use the URL to decide theStefan Monnier2004-10-062-1/+6
| | | | encoding, not the buffer-file-name (which might not even exist).
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599Miles Bader2004-10-062-2/+5
| | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-42 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-43 Merge from emacs--cvs-trunk--0
* (gdb-ann3): (Re-)initialise gdb-input-queue.Nick Roberts2004-10-061-0/+1
|
* *** empty log message ***Nick Roberts2004-10-061-0/+4
|
* (xml-parse-dtd): Fix `error' call.John Paul Wallington2004-10-062-3/+6
|
* Changes from arch/CVS synchronizationMiles Bader2004-10-061-0/+1
|
* fix to for xml-substitute-special to produce a single string insteadMark A. Hershberger2004-10-061-8/+12
| | | | of several if a substitution is made.
* Changelog for xml.elMark A. Hershberger2004-10-061-0/+6
|
* *** empty log message ***Glenn Morris2004-10-051-0/+4
|
* New file, from Ulf Jasper <ulf.jasper@web.de>.Glenn Morris2004-10-051-0/+1298
|
* (Info-history, Info-toc): Fix Info headers.Juri Linkov2004-10-052-13/+26
| | | | | | (Info-toc): Narrow buffer before Info-fontify-node. (Info-build-toc): Don't check for special Info file names. Set main-file to nil if Info-find-file returns a symbol.
* (isearch-done): Set mark after running hook.Juri Linkov2004-10-051-10/+11
| | | | Suggested by Drew Adams <drew.adams@oracle.com>.
* *** empty log message ***Glenn Morris2004-10-041-0/+14
|
* From Emilio C. Lopes <eclig@gmx.net>:Glenn Morris2004-10-041-0/+5
| | | | | (calendar-goto-iso-week): Add autoload. (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
* Update copyright and maintainer.Glenn Morris2004-10-041-1/+4
| | | | | From Emilio C. Lopes <eclig@gmx.net>: (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
* Update copyright and maintainer.Glenn Morris2004-10-041-20/+33
| | | | | | | | (calendar-iso-read-args): New function, for old interactive spec from calendar-goto-iso-date. (calendar-goto-iso-date): Use it. (calendar-goto-iso-week): New function. Suggested by Emilio C. Lopes <eclig@gmx.net>.
* * gnus-group.el (gnus-update-group-mark-positions):Juri Linkov2004-10-045-10/+26
| | | | | | | * gnus-sum.el (gnus-update-summary-mark-positions): * message.el (message-check-news-body-syntax): * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert 8-bit unibyte values to a multibyte string for search functions.
* *** empty log message ***Luc Teirlinck2004-10-041-0/+6
|
* (enriched-mode-map): Give `set-left-margin' and `set-right-margin'Luc Teirlinck2004-10-041-2/+2
| | | | bindings that follow the minor mode conventions.
* (tex-dvi-view-command): Use `yap' on w32.Stefan Monnier2004-10-032-24/+73
| | | | | | | | | | | | | (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'. (latex-block-args-alist): Add minipage and picture. (latex-block-body-alist): Use reftex-label if enabled. (latex-insert-block): Don't insert a \n if not necessary. (tex-compile-commands): Make sure dvips doesn't send to printer. (tex-compile-default): Handle the case where no executable is found. (latex-noindent-environments): New var. (latex-find-indent): Use it. Take an empty line as an arg-breaker. If tex-indent-allhanging is non-nil, make sure we only align for macros at beginning of line.
* comment-beginning: doc-fix and don't choke on unset comment-end-skip when at ↵Daniel Pfeiffer2004-10-032-4/+9
| | | | beginning of comment
* term.el fixesDan Nicolaescu2004-10-021-0/+11
|
* (term-adjust-current-row-cache): Don\'t allow the currentDan Nicolaescu2004-10-021-20/+63
| | | | | | | | | row to become negative. (term-emulate-terminal): Fix insert mode. Handle tab insertion at the end of the line. Fix scroll down. Add comments. (term-handle-ansi-escape): Don\'t exceed terminal width when moving right. (term-scroll-region): Move the cursor after setting the scroll region.
* (set-left-margin, set-right-margin): Rename `lm' arg to `width' forLuc Teirlinck2004-10-022-10/+21
| | | | consistency with docstring. Doc fix.
* Load cl here since cc-defs doesn't do it. This is necessary forMartin Stjernholm2004-10-012-0/+8
| | | | derived modes.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589Miles Bader2004-10-013-9/+18
| | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-39 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-40 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-41 Update from CVS
* (kmacro-lambda-form, kmacro-extract-lambda): Add.Kim F. Storm2004-09-301-9/+26
| | | | (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.