1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00
Commit Graph

44030 Commits

Author SHA1 Message Date
Stefan Monnier
52876673e6 (vc-sccs-find-version): New fun.
(vc-sccs-checkout): Remove `workfile' arg and simplify.
2002-10-08 15:35:03 +00:00
Stefan Monnier
88388365b0 (vc-rcs-find-version): New fun.
(vc-rcs-checkout): Remove `workfile' arg and simplify.
2002-10-08 15:33:18 +00:00
Stefan Monnier
fd8160f74d (vc-find-version): Use the new backend op `find-version'.
(vc-default-find-version): Provide the new backend op `find-version'
in terms of the old `checkout' op.
2002-10-08 15:31:43 +00:00
Stefan Monnier
beb0e97423 (Outline Visibility): Mention reveal-mode. 2002-10-08 15:26:47 +00:00
John Paul Wallington
3a8803c0be (Info-next-menu-item, Info-last-menu-item)
(info-emacs-manual): Add docstrings.
(Info-index): Use `string-to-number' instead of `string-to-int'.
2002-10-08 04:57:27 +00:00
Kenichi Handa
9793be06ea *** empty log message *** 2002-10-08 01:34:10 +00:00
Kenichi Handa
87ba1c4c76 (ucs-translation-table-for-decode): Define it as a translation-table. 2002-10-08 01:23:10 +00:00
Kenichi Handa
b3385c2865 (code_convert_region): When we need more GAP for
conversion, pay attention to the case that coding->produced is not
greater than coding->consumed.
2002-10-08 00:57:59 +00:00
Richard M. Stallman
4d46d6da26 *** empty log message *** 2002-10-07 22:51:03 +00:00
Richard M. Stallman
d4e3d7f270 Redo 9/16 change, but only if IRIX6_5. 2002-10-07 22:50:47 +00:00
Richard M. Stallman
a6ce686959 (define-minor-mode): Doc fix. 2002-10-07 22:49:39 +00:00
Richard M. Stallman
543335974d (grep-compute-defaults): Set the standard-value
properties of the variables being initialized.
2002-10-07 22:48:47 +00:00
Richard M. Stallman
0408f074b0 (thing-at-point-url-path-regexp): Doc fix. 2002-10-07 22:47:41 +00:00
Richard M. Stallman
a47a639fc8 Improve recommendations for speedups over the net. 2002-10-07 22:46:09 +00:00
Richard M. Stallman
424dbc03ce Add info on VMS versions. 2002-10-07 22:45:18 +00:00
Richard M. Stallman
7db0894f95 (Variable Definitions): Update info on :get and default :initialize function. 2002-10-07 22:30:45 +00:00
Steven Tamm
bfde267366 make-package: Now calls make bootstrap if .elc files are missing 2002-10-07 20:36:24 +00:00
Stefan Monnier
1168d6c273 (vc-resolve-conflicts); Typo. 2002-10-07 16:50:43 +00:00
Stefan Monnier
edc37d1214 (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
in case some other package redefined it.
(vc-resolve-conflicts): Make it into an alias for smerge-ediff.
2002-10-07 16:24:42 +00:00
Stefan Monnier
8748595969 (fill-paragraph): Go to BOL before calling forward-paragraph to make
sure its return value is meaningful.
2002-10-07 13:54:44 +00:00
Andrew Choi
95fb757742 2002-10-06 Andrew Choi <akochoi@shaw.ca>
* macmenu.c (mac_menu_show): Add j to count menu items; match
        menu_item_selection to it to find selected item.
2002-10-07 04:00:07 +00:00
Kim F. Storm
496c17d61b (cua-normal-cursor-color): Fixed
initialization to make "Erase Customization" work.
2002-10-06 21:34:07 +00:00
Kim F. Storm
fd27f30f47 *** empty log message *** 2002-10-06 21:33:48 +00:00
Markus Rost
be4e15df4c Regenerated. This added ;; -*- no-byte-compile: t -*- in the first line. 2002-10-06 19:57:17 +00:00
Kai Großjohann
4b404d45fd Ignore ses. 2002-10-06 19:37:50 +00:00
Kai Großjohann
f08d9f0e18 Move @copying to standard place. Use
@insertcopying.
2002-10-06 19:36:40 +00:00
Kai Großjohann
487f4fb795 Version 2.0.25 released.
(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>.
2002-10-06 19:35:59 +00:00
Markus Rost
1c1766c7e3 (thing-at-point-uri-schemes): New variable.
(thing-at-point-url-regexp): Use it.
2002-10-06 17:54:15 +00:00
Glenn Morris
845d331ee6 (fortran-beginning-do): Ignore labelled DO loops altogether. 2002-10-06 14:57:38 +00:00
Jan Djärv
f7d4343819 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
cases.  The correct fix is to pass ReparentNotify to Xt.
     The shell widget interprets ConfigureNotify differently depending
     on if it has been reparented or not.
2002-10-05 23:36:29 +00:00
Stefan Monnier
928ef6d986 (vc-log-mode-map): Explicitly inherit from text-mode.
(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.
2002-10-05 16:35:28 +00:00
Markus Rost
a67a233bc8 (Fformat_time_string): Doc fix. 2002-10-05 04:32:00 +00:00
John Paul Wallington
f5965adaeb (Flength): Doc fix. 2002-10-05 04:08:13 +00:00
Markus Rost
48e9072d7e (vc-default-show-log-entry): Fix typo. 2002-10-05 03:01:29 +00:00
Stefan Monnier
a7f26f2888 (keyremap): New struct.
(read_key_sequence): Use it: globally replace keytran_foo with
keytran.foo and fkey_foo with fkey.foo.  Rename temp vars
keytran_next and fkey_next to just `next'.
2002-10-04 21:49:47 +00:00
Stefan Monnier
65cc83218f (vc-cvs-show-log-entry): Delete. 2002-10-04 18:38:53 +00:00
Stefan Monnier
27373ce118 (vc-rcs-show-log-entry): Delete. 2002-10-04 18:38:04 +00:00
Stefan Monnier
15092da1f1 (smerge-ediff): Add name-{mine,other,base} args. 2002-10-04 15:25:22 +00:00
Steven Tamm
e989b9bcaf Switching return to be treated like an X keysym 2002-10-04 15:03:02 +00:00
Juanma Barranquero
52402e4fc5 (lisp): Load devanagari.el, not .elc. 2002-10-04 10:09:35 +00:00
Stefan Monnier
3078db3222 (fill-paragraph): Give up if there's no paragraph at or after point. 2002-10-03 23:01:51 +00:00
Stefan Monnier
7b462fc6c4 (forward-paragraph): Return the steps left. 2002-10-03 23:00:19 +00:00
Stefan Monnier
7803dbb027 *** empty log message *** 2002-10-03 22:48:54 +00:00
Stefan Monnier
02e43de8af (vc-print-log): Unconditionally use `show-log-entry'.
(vc-default-show-log-entry): New fun.
2002-10-03 22:43:01 +00:00
Stefan Monnier
3f0161d0d2 (read-key-auxiliary-map, read-key): Remove.
(read-quoted-char): Undo the `read-key' change of 2002-06-23.
2002-10-03 18:53:43 +00:00
Markus Rost
c4b3db1ad6 (ada-xref-update-project-menu,ada-add-ada-menu): Handle the menu
pseudo-keys generated by easymenu which are lowercase in Emacs 21.4.
2002-10-03 18:21:34 +00:00
Markus Rost
748ef79d22 (ada-stmt-add-to-ada-menu): Handle the menu pseudo-keys generated by
easymenu which are lowercase in Emacs 21.4.
2002-10-03 18:20:27 +00:00
Jan Djärv
0331883833 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
This is to also handle x/y changes that occur because of a resize.
2002-10-03 17:53:23 +00:00
Per Abrahamsen
4c2f559e16 wid-edit.el fixes 2002-10-03 13:46:25 +00:00
Colin Walters
94ae29e4c2 John Paul Wallington now maintains ibuffer. 2002-10-03 04:21:12 +00:00