Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (vc-find-version): Use the new backend op `find-version'. | Stefan Monnier | 2002-10-08 | 1 | -10/+45 |
| | | | | | (vc-default-find-version): Provide the new backend op `find-version' in terms of the old `checkout' op. | ||||
* | (Info-next-menu-item, Info-last-menu-item) | John Paul Wallington | 2002-10-08 | 2 | -3/+12 |
| | | | | | (info-emacs-manual): Add docstrings. (Info-index): Use `string-to-number' instead of `string-to-int'. | ||||
* | *** empty log message *** | Kenichi Handa | 2002-10-08 | 1 | -0/+5 |
| | |||||
* | (ucs-translation-table-for-decode): Define it as a translation-table. | Kenichi Handa | 2002-10-08 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-10-07 | 1 | -0/+9 |
| | |||||
* | (define-minor-mode): Doc fix. | Richard M. Stallman | 2002-10-07 | 1 | -5/+14 |
| | |||||
* | (grep-compute-defaults): Set the standard-value | Richard M. Stallman | 2002-10-07 | 1 | -4/+11 |
| | | | | properties of the variables being initialized. | ||||
* | (thing-at-point-url-path-regexp): Doc fix. | Richard M. Stallman | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | (vc-resolve-conflicts); Typo. | Stefan Monnier | 2002-10-07 | 1 | -2/+2 |
| | |||||
* | (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts | Stefan Monnier | 2002-10-07 | 1 | -90/+3 |
| | | | | | in case some other package redefined it. (vc-resolve-conflicts): Make it into an alias for smerge-ediff. | ||||
* | (fill-paragraph): Go to BOL before calling forward-paragraph to make | Stefan Monnier | 2002-10-07 | 1 | -0/+6 |
| | | | | sure its return value is meaningful. | ||||
* | (cua-normal-cursor-color): Fixed | Kim F. Storm | 2002-10-06 | 1 | -12/+11 |
| | | | | initialization to make "Erase Customization" work. | ||||
* | *** empty log message *** | Kim F. Storm | 2002-10-06 | 1 | -0/+5 |
| | |||||
* | Regenerated. This added ;; -*- no-byte-compile: t -*- in the first line. | Markus Rost | 2002-10-06 | 1 | -0/+1 |
| | |||||
* | Version 2.0.25 released. | Kai Großjohann | 2002-10-06 | 2 | -69/+124 |
| | | | | | | | | | | | | | | | | | | | | | | | (tramp-handle-file-truename): If it's a directory, append slash only if result doesn't end in a slash already. (tramp-handle-file-truename): Restructure logic. If list of steps is nil, return "/" as the real name. (tramp-completion-mode): Add "\\(" and "\\)". Otherwise, `match-string' doesn't make sense. From Michael Albinus. (tramp-host-with-port-regexp): New defcustom. Equal to previous `tramp-host-regexp'. From Michael Albinus. (tramp-host-regexp): Taken off hashes in host names. Otherwise, scanning files like .rhosts would take comments as host names. From Michael Albinus. (tramp-file-name-structure, tramp-multi-file-name-hop-structure): Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'. From Michael Albinus. (tramp-action-terminal): New function. (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts. (tramp-actions-before-shell): Use them. (tramp-handle-shell-command): Logic error. From Ivan Zakharyaschev <imz@altlinux.org>. | ||||
* | (thing-at-point-uri-schemes): New variable. | Markus Rost | 2002-10-06 | 2 | -3/+19 |
| | | | | (thing-at-point-url-regexp): Use it. | ||||
* | (fortran-beginning-do): Ignore labelled DO loops altogether. | Glenn Morris | 2002-10-06 | 2 | -5/+11 |
| | |||||
* | (vc-log-mode-map): Explicitly inherit from text-mode. | Stefan Monnier | 2002-10-05 | 1 | -76/+13 |
| | | | | | | | | (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff. (vc-print-log): Don't check log-view-mode. (vc-default-show-log-entry): Don't check log-view-goto-rev. (vc-log-mode): Remove. (vc-log-edit): Don't check log-edit. | ||||
* | (vc-default-show-log-entry): Fix typo. | Markus Rost | 2002-10-05 | 2 | -2/+6 |
| | |||||
* | (vc-cvs-show-log-entry): Delete. | Stefan Monnier | 2002-10-04 | 1 | -32/+1 |
| | |||||
* | (vc-rcs-show-log-entry): Delete. | Stefan Monnier | 2002-10-04 | 1 | -32/+1 |
| | |||||
* | (smerge-ediff): Add name-{mine,other,base} args. | Stefan Monnier | 2002-10-04 | 1 | -6/+11 |
| | |||||
* | Switching return to be treated like an X keysym | Steven Tamm | 2002-10-04 | 2 | -0/+10 |
| | |||||
* | (fill-paragraph): Give up if there's no paragraph at or after point. | Stefan Monnier | 2002-10-03 | 2 | -12/+19 |
| | |||||
* | (forward-paragraph): Return the steps left. | Stefan Monnier | 2002-10-03 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2002-10-03 | 1 | -0/+8 |
| | |||||
* | (vc-print-log): Unconditionally use `show-log-entry'. | Stefan Monnier | 2002-10-03 | 1 | -7/+8 |
| | | | | (vc-default-show-log-entry): New fun. | ||||
* | (read-key-auxiliary-map, read-key): Remove. | Stefan Monnier | 2002-10-03 | 1 | -13/+10 |
| | | | | (read-quoted-char): Undo the `read-key' change of 2002-06-23. | ||||
* | (ada-xref-update-project-menu,ada-add-ada-menu): Handle the menu | Markus Rost | 2002-10-03 | 2 | -7/+21 |
| | | | | pseudo-keys generated by easymenu which are lowercase in Emacs 21.4. | ||||
* | (ada-stmt-add-to-ada-menu): Handle the menu pseudo-keys generated by | Markus Rost | 2002-10-03 | 1 | -1/+4 |
| | | | | easymenu which are lowercase in Emacs 21.4. | ||||
* | wid-edit.el fixes | Per Abrahamsen | 2002-10-03 | 2 | -11/+41 |
| | |||||
* | John Paul Wallington now maintains ibuffer. | Colin Walters | 2002-10-03 | 3 | -0/+3 |
| | |||||
* | (delete-frame-hook): Variable alias for | John Paul Wallington | 2002-10-02 | 2 | -0/+9 |
| | | | | `delete-frame-functions'. Mark obsolete. | ||||
* | (outline-1, outline-2, outline-3, outline-4) | Stefan Monnier | 2002-10-02 | 2 | -58/+103 |
| | | | | | | | | | | | | | | | | (outline-5, outline-6, outline-7, outline-8): New faces. (outline-font-lock-faces, outline-font-lock-levels): New vars. (outline-font-lock-face): New fun. (outline-font-lock-keywords): Use it. (outline-font-lock-level): Remove. (outline-mode, outline-next-preface, outline-next-heading) (outline-previous-heading, outline-next-visible-heading): Use shy group. (outline-level) <var>: Update calling convention. (outline-level) <fun>: Take advantage of it. (outline-demote): Don't assume the match-data is still uptodate. (outline-up-heading): Simplify and make sure the match data is properly set at the end. | ||||
* | (normal-top-level): Reset standard-value of `user-full-name' here. | Markus Rost | 2002-10-02 | 2 | -0/+11 |
| | |||||
* | (sh-alias-alist): Use append instead of nconc. | Markus Rost | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | Upgraded to mh-e version 6.1.1. | Bill Wohler | 2002-10-01 | 25 | -735/+2515 |
| | |||||
* | (cvs-mode-find-file): Look up font-lock-face so it also | Stefan Monnier | 2002-10-01 | 1 | -4/+6 |
| | | | | works when font-lock is turned off. | ||||
* | *** empty log message *** | Juanma Barranquero | 2002-10-01 | 1 | -13/+66 |
| | |||||
* | Add "no-byte-compile: t" to subdirs.el. | Juanma Barranquero | 2002-10-01 | 2 | -7/+8 |
| | |||||
* | Add "no-byte-compile: t" in first line. | Juanma Barranquero | 2002-10-01 | 45 | -32/+49 |
| | |||||
* | (jit-lock-fontify-now): Don't widen. | Stefan Monnier | 2002-10-01 | 1 | -38/+36 |
| | | | | Let the jit-lock-functions do it if they want to. | ||||
* | *** empty log message *** | Stefan Monnier | 2002-10-01 | 1 | -28/+60 |
| | |||||
* | Don't provide utf-16. | Kenichi Handa | 2002-10-01 | 2 | -3/+3 |
| | |||||
* | (ccl-decode-mule-utf-8): Remove unnecessary line. | Kenichi Handa | 2002-10-01 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2002-10-01 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2002-09-30 | 1 | -0/+2 |
| | |||||
* | (thai-tis620): Add `mime-charset' property. | Kenichi Handa | 2002-09-30 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2002-09-30 | 1 | -0/+99 |
| | |||||
* | (ucs-mule-to-mule-unicode): Define this | Kenichi Handa | 2002-09-30 | 1 | -26/+61 |
| | | | | | | | | translation table name here. (ucs-mule-cjk-to-unicode): New translation table name. (ccl-encode-unicode-font): Merge the code in ucs-tables.el. (font-ccl-encoder-alist): Change the font registry pattern to "ISO10646.*-*". |