Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ediff-get-meta-info): Take into account that data | Gerd Moellmann | 2001-09-12 | 1 | -1/+2 |
| | | | | | from `ediff-meta-info' properties need not be an overlay. From David Ponce <dponce@voila.fr>. | ||||
* | (isearch-intersects-p): Fix end checks. | Gerd Moellmann | 2001-09-12 | 2 | -4/+8 |
| | |||||
* | (dbx) <gud-dbx-use-stopformat-p>: Move this case into the | Eli Zaretskii | 2001-09-11 | 2 | -4/+10 |
| | | | | | `t' branch of `cond', since Irix 6.1 and up is a special case of the standard dbx interface. | ||||
* | (comint-send-input): When waiting for echoed input, don't save the | Miles Bader | 2001-09-11 | 2 | -20/+32 |
| | | | | | | expected end position in `echo-end', so that things work properly even if the buffer is modified elsewhere at the same time [this happens if `comint-truncate-buffer' is used]. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-11 | 1 | -0/+5 |
| | |||||
* | (outline-mode): Use `^' and a shy group | Gerd Moellmann | 2001-09-11 | 1 | -1/+1 |
| | | | | when constructing imenu-generic-expression from outline-regexp. | ||||
* | (eshell-shuffle-files): Compare inodes with | Eli Zaretskii | 2001-09-10 | 2 | -1/+7 |
| | | | | | `equal' instead of `=', since they can be cons cells. From Nils Goesche <cartan@cartan.de>. | ||||
* | # | André Spiegel | 2001-09-10 | 1 | -0/+4 |
| | |||||
* | (vc-annotate): Rewrote doc string. | André Spiegel | 2001-09-10 | 1 | -6/+21 |
| | |||||
* | Update Stephen Gildea's email address. | Eli Zaretskii | 2001-09-10 | 7 | -22/+26 |
| | |||||
* | Update the email address of Stephen Gildea. | Eli Zaretskii | 2001-09-10 | 2 | -9/+10 |
| | |||||
* | (mail-send): Obey mail-send-nonascii when | Gerd Moellmann | 2001-09-10 | 2 | -2/+7 |
| | | | | | enable-multibyte-characters = nil. From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>. | ||||
* | 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu> | Michael Kifer | 2001-09-09 | 10 | -77/+157 |
| | | | | | | | | | | | * ediff-init.el (ediff-highest-priority): bug fix. * viper-cmd.el (viper-special-read-and-insert-char): new function that reads a character and uses the current input method or iso-accents when appropriate. * viper.el and all others: corrections to the comment blocks at the top. | ||||
* | (Info-goto-node): Doc fix. | Eli Zaretskii | 2001-09-09 | 2 | -1/+5 |
| | |||||
* | (isearch-intersects-p): New function. | Gerd Moellmann | 2001-09-07 | 2 | -24/+33 |
| | | | | | (isearch-close-unnecessary-overlays): Renamed from *unecessary*, use isearch-intersects-p, and clean up. | ||||
* | (ispell-dictionary-alist-4): Add "german" | Eli Zaretskii | 2001-09-07 | 2 | -16/+29 |
| | | | | | | and "german8", for the new German orthography dictionaries, (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange the entries, to keep the line length balanced for loaddefs.el. | ||||
* | (locate-insert-header): Remove unnecessary | Gerd Moellmann | 2001-09-07 | 2 | -3/+8 |
| | | | | whitespaces. | ||||
* | (comint-send-input): Handle comint-process-echoes | Gerd Moellmann | 2001-09-07 | 2 | -5/+31 |
| | | | | differently. | ||||
* | (archive-dostime): Fix a typo in minutes' computation. | Eli Zaretskii | 2001-09-07 | 2 | -1/+6 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-07 | 1 | -0/+19 |
| | |||||
* | (server-switch-buffer): Use get-window-with-predicate. | Gerd Moellmann | 2001-09-07 | 1 | -2/+3 |
| | |||||
* | (refer-find-entry-internal): Use | Gerd Moellmann | 2001-09-07 | 1 | -8/+9 |
| | | | | get-window-with-predicate. | ||||
* | (sup-pos-to-window): Use | Gerd Moellmann | 2001-09-07 | 1 | -1/+2 |
| | | | | get-window-with-predicate. | ||||
* | (bg-window-from-x-y): Use | Gerd Moellmann | 2001-09-07 | 1 | -2/+3 |
| | | | | get-window-with-predicate. | ||||
* | (edebug-window-live-p): Use | Gerd Moellmann | 2001-09-07 | 1 | -1/+1 |
| | | | | get-window-with-predicate. | ||||
* | (get-window-with-predicate): Renamed from some-window. | Gerd Moellmann | 2001-09-07 | 1 | -1/+4 |
| | | | | (some-window): Make it an alias. | ||||
* | (init_from_display_pos): Don't compare the result | Gerd Moellmann | 2001-09-07 | 1 | -1/+1 |
| | | | | of calling index with NULL. | ||||
* | (undo): Remove positions from buffer-undo-list up to | Gerd Moellmann | 2001-09-06 | 2 | -7/+23 |
| | | | | the next undo boundary only. | ||||
* | *** empty log message *** | Eli Zaretskii | 2001-09-06 | 1 | -0/+3 |
| | |||||
* | (install): Don't copy sc.el. | Eli Zaretskii | 2001-09-06 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2001-09-06 | 1 | -0/+5 |
| | |||||
* | (custom-buffer-create-internal): Remove "100%" from | Eli Zaretskii | 2001-09-06 | 1 | -1/+1 |
| | | | | the message "Creating customization items...done". | ||||
* | (toplevel): Require `jit-lock' only if | Gerd Moellmann | 2001-09-05 | 2 | -1/+8 |
| | | | | font-lock-support-mode is set to jit-lock-mode. | ||||
* | *** empty log message *** | Eli Zaretskii | 2001-09-05 | 1 | -0/+6 |
| | |||||
* | (quail-use-package, quail-inactivate) | Eli Zaretskii | 2001-09-05 | 1 | -2/+10 |
| | | | | | (quail-activate): Mention the hooks these functions run in their doc strings. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-05 | 1 | -0/+5 |
| | |||||
* | (calendar-mouse-view-other-diary-entries): Fix name | Gerd Moellmann | 2001-09-05 | 1 | -7/+12 |
| | | | | of file in header of menu. | ||||
* | (setenv): Interactively, if VARIABLE has a current value, | Gerd Moellmann | 2001-09-04 | 2 | -3/+9 |
| | | | | add that to the front of the history, as the doc string says. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-04 | 2 | -0/+3 |
| | |||||
* | (comint-send-input): Change help-echo. | Gerd Moellmann | 2001-09-04 | 1 | -1/+1 |
| | | | | From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>. | ||||
* | (bookmark-write-file): Bind print-length and | Gerd Moellmann | 2001-09-04 | 2 | -15/+19 |
| | | | | print-level to nil. From Tom Capey <tomc@edina.co.uk>. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-04 | 1 | -0/+2 |
| | |||||
* | Add Keywords header. | Gerd Moellmann | 2001-09-04 | 10 | -7/+22 |
| | |||||
* | (comint-insert-clicked-input): Goto point-max before | Gerd Moellmann | 2001-09-04 | 2 | -0/+5 |
| | | | | | deleting previous input. From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-04 | 1 | -0/+4 |
| | |||||
* | (backward-word): Doc fix. | Gerd Moellmann | 2001-09-04 | 1 | -1/+1 |
| | |||||
* | Fix separators in the Edit menu. Bring "Fill" near "Text Properties". | Eli Zaretskii | 2001-09-04 | 2 | -9/+16 |
| | |||||
* | 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk> | Andrew Choi | 2001-09-04 | 2 | -1/+13 |
| | | | | | * term/mac-win.el (mac-drag-n-drop): Decode file name by consulting the value of file-name-coding-system. | ||||
* | *** empty log message *** | Stefan Monnier | 2001-09-04 | 1 | -0/+5 |
| | |||||
* | (describe-function-1): Save precomputed `file-name' rather | Stefan Monnier | 2001-09-04 | 1 | -5/+7 |
| | | | | than recomputing it (incorrectly) with `symbol-file'. |