Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (vc-annotate-mode): Remove variable. | André Spiegel | 2004-10-10 | 1 | -4/+1 |
| | | | | | (vc-annotate-display-select): Only call vc-annotate-mode if we're not in that mode already. | ||||
* | (comint-output-filter): Typo. | Stefan Monnier | 2004-10-10 | 1 | -1/+1 |
| | |||||
* | (comint-mouse-insert-input): Remove. | Stefan Monnier | 2004-10-10 | 1 | -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 Monnier | 2004-10-10 | 1 | -25/+24 |
| | |||||
* | (imenu--completion-buffer): Don't return t for rescan. | Stefan Monnier | 2004-10-10 | 1 | -20/+19 |
| | | | | (imenu-choose-buffer-index): Check here for rescan instead. | ||||
* | (font-lock-apply-highlight): Explicitly check the case | Stefan Monnier | 2004-10-10 | 1 | -0/+6 |
| | | | | where the face expression evals to nil. | ||||
* | (tex-font-lock-append-prop): New fun. | Stefan Monnier | 2004-10-10 | 1 | -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. Storm | 2004-10-09 | 1 | -17/+17 |
| | | | | (make-progress-reporter): Doc fix. | ||||
* | *** empty log message *** | Kim F. Storm | 2004-10-09 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-10-09 | 1 | -3/+9 |
| | |||||
* | (sentence-end-double-space) | Luc Teirlinck | 2004-10-09 | 1 | -9/+9 |
| | | | | | (sentence-end-without-period, sentence-end-without-space) (sentence-end): Doc fixes. | ||||
* | (lisp-fill-paragraph): Fix backslashes. | Stefan Monnier | 2004-10-09 | 1 | -4/+6 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-10-08 | 1 | -0/+5 |
| | |||||
* | (lisp-fill-paragraph): Change | Eli Zaretskii | 2004-10-08 | 1 | -1/+1 |
| | | | | paragraph-start regexp so we don't fill code starting with #'( | ||||
* | (mail-extr-ignore-realname-equals-mailbox-name): New defcustom. | Eli Zaretskii | 2004-10-08 | 2 | -3/+17 |
| | | | | (extract-address-components): Use it. | ||||
* | (etags-tags-completion-table): Use progress reporter. | Eli Zaretskii | 2004-10-08 | 2 | -9/+16 |
| | | | | (etags-tags-apropos): Likewise. | ||||
* | (tar-summarize-buffer): Use progress reporter. | Eli Zaretskii | 2004-10-08 | 1 | -8/+5 |
| | |||||
* | (make-progress-reporter, progress-reporter-update) | Eli Zaretskii | 2004-10-08 | 2 | -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 Zaretskii | 2004-10-08 | 2 | -3/+8 |
| | |||||
* | (server-process-filter): Wrap `process-send-region' | Masatake YAMATO | 2004-10-08 | 2 | -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. Hershberger | 2004-10-07 | 1 | -8/+3 |
| | | | | | * xml.el (xml-substitute-special): Limit handling of external entities. | ||||
* | xml-substitute-special | Mark A. Hershberger | 2004-10-07 | 1 | -0/+5 |
| | |||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603 | Miles Bader | 2004-10-07 | 5 | -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 the | Stefan Monnier | 2004-10-06 | 2 | -1/+6 |
| | | | | encoding, not the buffer-file-name (which might not even exist). | ||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599 | Miles Bader | 2004-10-06 | 2 | -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 Roberts | 2004-10-06 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2004-10-06 | 1 | -0/+4 |
| | |||||
* | (xml-parse-dtd): Fix `error' call. | John Paul Wallington | 2004-10-06 | 2 | -3/+6 |
| | |||||
* | Changes from arch/CVS synchronization | Miles Bader | 2004-10-06 | 1 | -0/+1 |
| | |||||
* | fix to for xml-substitute-special to produce a single string instead | Mark A. Hershberger | 2004-10-06 | 1 | -8/+12 |
| | | | | of several if a substitution is made. | ||||
* | Changelog for xml.el | Mark A. Hershberger | 2004-10-06 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2004-10-05 | 1 | -0/+4 |
| | |||||
* | New file, from Ulf Jasper <ulf.jasper@web.de>. | Glenn Morris | 2004-10-05 | 1 | -0/+1298 |
| | |||||
* | (Info-history, Info-toc): Fix Info headers. | Juri Linkov | 2004-10-05 | 2 | -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 Linkov | 2004-10-05 | 1 | -10/+11 |
| | | | | Suggested by Drew Adams <drew.adams@oracle.com>. | ||||
* | *** empty log message *** | Glenn Morris | 2004-10-04 | 1 | -0/+14 |
| | |||||
* | From Emilio C. Lopes <eclig@gmx.net>: | Glenn Morris | 2004-10-04 | 1 | -0/+5 |
| | | | | | (calendar-goto-iso-week): Add autoload. (calendar-mode-map): Add binding for `calendar-goto-iso-week'. | ||||
* | Update copyright and maintainer. | Glenn Morris | 2004-10-04 | 1 | -1/+4 |
| | | | | | From Emilio C. Lopes <eclig@gmx.net>: (calendar-mode-map): Add binding for `calendar-goto-iso-week'. | ||||
* | Update copyright and maintainer. | Glenn Morris | 2004-10-04 | 1 | -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 Linkov | 2004-10-04 | 5 | -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 Teirlinck | 2004-10-04 | 1 | -0/+6 |
| | |||||
* | (enriched-mode-map): Give `set-left-margin' and `set-right-margin' | Luc Teirlinck | 2004-10-04 | 1 | -2/+2 |
| | | | | bindings that follow the minor mode conventions. | ||||
* | (tex-dvi-view-command): Use `yap' on w32. | Stefan Monnier | 2004-10-03 | 2 | -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 Pfeiffer | 2004-10-03 | 2 | -4/+9 |
| | | | | beginning of comment | ||||
* | term.el fixes | Dan Nicolaescu | 2004-10-02 | 1 | -0/+11 |
| | |||||
* | (term-adjust-current-row-cache): Don\'t allow the current | Dan Nicolaescu | 2004-10-02 | 1 | -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' for | Luc Teirlinck | 2004-10-02 | 2 | -10/+21 |
| | | | | consistency with docstring. Doc fix. | ||||
* | Load cl here since cc-defs doesn't do it. This is necessary for | Martin Stjernholm | 2004-10-01 | 2 | -0/+8 |
| | | | | derived modes. | ||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589 | Miles Bader | 2004-10-01 | 3 | -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. Storm | 2004-09-30 | 1 | -9/+26 |
| | | | | (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form. |