summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-find-version): Use the new backend op `find-version'.Stefan Monnier2002-10-081-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 Wallington2002-10-082-3/+12
| | | | | (info-emacs-manual): Add docstrings. (Info-index): Use `string-to-number' instead of `string-to-int'.
* *** empty log message ***Kenichi Handa2002-10-081-0/+5
|
* (ucs-translation-table-for-decode): Define it as a translation-table.Kenichi Handa2002-10-081-0/+2
|
* *** empty log message ***Richard M. Stallman2002-10-071-0/+9
|
* (define-minor-mode): Doc fix.Richard M. Stallman2002-10-071-5/+14
|
* (grep-compute-defaults): Set the standard-valueRichard M. Stallman2002-10-071-4/+11
| | | | properties of the variables being initialized.
* (thing-at-point-url-path-regexp): Doc fix.Richard M. Stallman2002-10-071-1/+1
|
* (vc-resolve-conflicts); Typo.Stefan Monnier2002-10-071-2/+2
|
* (vc-maybe-resolve-conflicts): Always call vc-resolve-conflictsStefan Monnier2002-10-071-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 makeStefan Monnier2002-10-071-0/+6
| | | | sure its return value is meaningful.
* (cua-normal-cursor-color): FixedKim F. Storm2002-10-061-12/+11
| | | | initialization to make "Erase Customization" work.
* *** empty log message ***Kim F. Storm2002-10-061-0/+5
|
* Regenerated. This added ;; -*- no-byte-compile: t -*- in the first line.Markus Rost2002-10-061-0/+1
|
* Version 2.0.25 released.Kai Großjohann2002-10-062-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 Rost2002-10-062-3/+19
| | | | (thing-at-point-url-regexp): Use it.
* (fortran-beginning-do): Ignore labelled DO loops altogether.Glenn Morris2002-10-062-5/+11
|
* (vc-log-mode-map): Explicitly inherit from text-mode.Stefan Monnier2002-10-051-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 Rost2002-10-052-2/+6
|
* (vc-cvs-show-log-entry): Delete.Stefan Monnier2002-10-041-32/+1
|
* (vc-rcs-show-log-entry): Delete.Stefan Monnier2002-10-041-32/+1
|
* (smerge-ediff): Add name-{mine,other,base} args.Stefan Monnier2002-10-041-6/+11
|
* Switching return to be treated like an X keysymSteven Tamm2002-10-042-0/+10
|
* (fill-paragraph): Give up if there's no paragraph at or after point.Stefan Monnier2002-10-032-12/+19
|
* (forward-paragraph): Return the steps left.Stefan Monnier2002-10-031-1/+3
|
* *** empty log message ***Stefan Monnier2002-10-031-0/+8
|
* (vc-print-log): Unconditionally use `show-log-entry'.Stefan Monnier2002-10-031-7/+8
| | | | (vc-default-show-log-entry): New fun.
* (read-key-auxiliary-map, read-key): Remove.Stefan Monnier2002-10-031-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 menuMarkus Rost2002-10-032-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 byMarkus Rost2002-10-031-1/+4
| | | | easymenu which are lowercase in Emacs 21.4.
* wid-edit.el fixesPer Abrahamsen2002-10-032-11/+41
|
* John Paul Wallington now maintains ibuffer.Colin Walters2002-10-033-0/+3
|
* (delete-frame-hook): Variable alias forJohn Paul Wallington2002-10-022-0/+9
| | | | `delete-frame-functions'. Mark obsolete.
* (outline-1, outline-2, outline-3, outline-4)Stefan Monnier2002-10-022-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 Rost2002-10-022-0/+11
|
* (sh-alias-alist): Use append instead of nconc.Markus Rost2002-10-021-1/+1
|
* Upgraded to mh-e version 6.1.1.Bill Wohler2002-10-0125-735/+2515
|
* (cvs-mode-find-file): Look up font-lock-face so it alsoStefan Monnier2002-10-011-4/+6
| | | | works when font-lock is turned off.
* *** empty log message ***Juanma Barranquero2002-10-011-13/+66
|
* Add "no-byte-compile: t" to subdirs.el.Juanma Barranquero2002-10-012-7/+8
|
* Add "no-byte-compile: t" in first line.Juanma Barranquero2002-10-0145-32/+49
|
* (jit-lock-fontify-now): Don't widen.Stefan Monnier2002-10-011-38/+36
| | | | Let the jit-lock-functions do it if they want to.
* *** empty log message ***Stefan Monnier2002-10-011-28/+60
|
* Don't provide utf-16.Kenichi Handa2002-10-012-3/+3
|
* (ccl-decode-mule-utf-8): Remove unnecessary line.Kenichi Handa2002-10-011-1/+0
|
* *** empty log message ***Kenichi Handa2002-10-011-0/+5
|
* *** empty log message ***Kenichi Handa2002-09-301-0/+2
|
* (thai-tis620): Add `mime-charset' property.Kenichi Handa2002-09-301-0/+1
|
* *** empty log message ***Kenichi Handa2002-09-301-0/+99
|
* (ucs-mule-to-mule-unicode): Define thisKenichi Handa2002-09-301-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.*-*".