1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

44172 Commits

Author SHA1 Message Date
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
John Paul Wallington
7757cdaf4c Mention delete-frame-functions' replacing delete-frame-hook',
obsolete alias remains.
2002-10-03 00:52:39 +00:00
John Paul Wallington
da7829a310 (delete-frame-hook): Variable alias for
`delete-frame-functions'.  Mark obsolete.
2002-10-02 23:53:37 +00:00
Karl Berry
18f952d5da use @copying instead of @ifinfo. 2002-10-02 23:24:31 +00:00
Stefan Monnier
2f239ac598 (outline-1, outline-2, outline-3, outline-4)
(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.
2002-10-02 22:04:53 +00:00
Markus Rost
9715399e58 (normal-top-level): Reset standard-value of `user-full-name' here. 2002-10-02 16:33:06 +00:00
Markus Rost
3ee5ce58f6 (sh-alias-alist): Use append instead of nconc. 2002-10-02 16:31:16 +00:00
John Paul Wallington
cd1d850fd1 * frame.c (Vdelete_frame_functions): New variable.
(syms_of_frame): Initialize and defvar it.
(Fdelete_frame): Use it instead of delete-frame-hook.  Don't run
it when frame's `tooltip' parameter is non-nil.

* xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.

* w32fns.c (x_create_tip_frame): Likewise

* macfns.c (x_create_tip_frame): Likewise.
2002-10-02 08:28:17 +00:00
Bill Wohler
a1b4049dc2 Upgraded to mh-e version 6.1.1. 2002-10-01 20:27:23 +00:00