1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

74321 Commits

Author SHA1 Message Date
Eric S. Raymond
727c4443eb Address an edge case in vc-diff. This is an experimental fix and may change. 2007-10-11 15:13:29 +00:00
Juanma Barranquero
7c8d4ebbc0 *** empty log message *** 2007-10-11 14:47:16 +00:00
Eric S. Raymond
713969ebaf More minor changes suggested by Robert Chassell. 2007-10-11 14:39:41 +00:00
Eric S. Raymond
8a3106d303 Minor fixes to version-control material suggseted by RMS and Robert
J. Chassell.
2007-10-11 14:15:27 +00:00
Juanma Barranquero
7644862017 *** empty log message *** 2007-10-11 11:49:08 +00:00
Juanma Barranquero
1ee4a6c593 (follow-stop-intercept-process-output):
Use `follow-call-process-filter' rather than `process-filter'.
Simplify.
2007-10-11 11:44:05 +00:00
Eric S. Raymond
44cd688b7b Robustify a bit against filenames with no directory component. 2007-10-11 11:22:19 +00:00
Glenn Morris
5ffc62f5e6 Revert down-casing of copyright header. 2007-10-11 03:47:14 +00:00
Vinicius Jose Latorre
4d7a363143 Fix :foreground and :background face attributes 2007-10-11 01:59:14 +00:00
Stefan Monnier
8785049a93 Undo unwanted and unexplained change. 2007-10-11 01:46:40 +00:00
John Wiegley
15841868a1 Installed version 5.11b of org-mode 2007-10-10 23:57:33 +00:00
Eric S. Raymond
a7fc5b7849 Revise version-control portions of the manual to include
systems with monotonic revision IDs.
2007-10-10 23:22:48 +00:00
Jason Rumney
4413314af4 Fix attribution 2007-10-10 22:02:47 +00:00
Jason Rumney
04710ebdcc (x_create_tip_frame): Set terminal for frame. 2007-10-10 21:52:29 +00:00
Stefan Monnier
9e48337731 (frame-inherited-parameters): Remove unused `environment'
parameter, and let server.el add `client' when needed.
2007-10-10 20:44:34 +00:00
Stefan Monnier
4419b7550f (server-create-tty-frame, server-create-window-system-frame):
Set frame-inherited-parameters.
2007-10-10 20:43:22 +00:00
Stefan Monnier
26f9c7b74b * frame.c (Qenvironment): Remove.
(syms_of_frame) <Qenvironment>: Don't initialize.
(Fdelete_frame): Don't treat the `environment' param specially.
* frame.h (Qenvironment): Don't declare.
* callproc.c (set_initial_environment): Don't set unused frame param.
2007-10-10 20:24:19 +00:00
Stefan Monnier
ab6198b2a3 (frame-inherited-parameters): New var.
(make-frame): Use it.
2007-10-10 20:18:45 +00:00
Stefan Monnier
01ff458e81 *** empty log message *** 2007-10-10 20:02:07 +00:00
Stefan Monnier
c7a4b95b75 * frame.c (Fframe_with_environment): Remove.
(syms_of_frame) <Sframe_with_environment>: Don't declare.
* lisp.h (Fframe_with_environment): Don't declare.
2007-10-10 20:01:26 +00:00
Stefan Monnier
ef651d1314 (let-environment): Remove. Unused.
(read-envvar-name): Simplify.
(setenv): Remove unused arg `frame'.
2007-10-10 19:57:08 +00:00
Eric S. Raymond
5b5afd508a Carry through today's big terminology change to a few places where I
missed it in the back ends.
2007-10-10 19:39:23 +00:00
Stefan Monnier
a888f521f0 (describe-variable): Add missing " " for multiline
obsolescence info and missing EOL after global value.
2007-10-10 19:18:53 +00:00
Eric S. Raymond
ac3f4c6f02 Terminology cleanup. 2007-10-10 18:52:45 +00:00
Juanma Barranquero
ed4e8e8a4b *** empty log message *** 2007-10-10 16:25:30 +00:00
Juanma Barranquero
17f6d0027b Change all instances of "Follow Mode" to "Follow mode" in docstrings and messages.
(follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2007-10-10 16:19:07 +00:00
Eric S. Raymond
0870a421b1 Updates for new VC. 2007-10-10 15:29:31 +00:00
Eric S. Raymond
d4f69e77e1 Fix sectrioning errors in files.texi. 2007-10-10 15:03:07 +00:00
Eric S. Raymond
4a11b6b51a New VC in the NEWS. 2007-10-10 13:30:46 +00:00
Eric S. Raymond
da1080a25c New VC command docs for the Emacs manual. 2007-10-10 13:24:29 +00:00
Eric S. Raymond
d7b60083ce Merge in new VC with filesets. 2007-10-10 13:17:53 +00:00
Andreas Schwab
84062ef1fe Remove obsolete .cvsignore files. 2007-10-10 11:53:09 +00:00
Juanma Barranquero
8b5869b7df Revert accidental change during the merge from emacs--rel--22. 2007-10-10 09:12:01 +00:00
Juanma Barranquero
c86f737748 (indent_tabs_mode, last_known_column, last_known_column_modified): Make static.
(syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
2007-10-10 08:53:30 +00:00
Juanma Barranquero
0f011df0d1 Fix comment; indent-tabs-mode was a bad example,
it is not a DEFVAR_INT, but DEFVAR_BOOL.
2007-10-10 08:29:04 +00:00
Michael Albinus
311dd93fa2 Sync with Tramp 2.1.11. 2007-10-10 04:55:30 +00:00
Katsumi Yamaoka
d1b3a12299 (BASE_PURESIZE): Increase to 1170000. 2007-10-10 01:14:25 +00:00
Eric S. Raymond
58ade22bf1 *** empty log message *** 2007-10-09 18:22:38 +00:00
Eric S. Raymond
1d060326c3 Added descriptions of newer supported version control systems. Arranged all in
chronological order.
2007-10-09 17:49:23 +00:00
Eric S. Raymond
f9914e5467 This is the actual fix.... 2007-10-09 16:54:40 +00:00
Stefan Monnier
1aa423e903 Remove mention of local-key-translation-map. 2007-10-09 16:02:33 +00:00
Juanma Barranquero
9271083a41 Require easymenu. 2007-10-09 15:27:49 +00:00
Miles Bader
5a1539f385 Add missing change from rel-22 branch to src/image.c
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-877
2007-10-09 10:28:47 +00:00
Juanma Barranquero
c4b858e380 (print_help_and_exit): Fix space to improve alignment in output messages. 2007-10-09 09:46:55 +00:00
Juanma Barranquero
d187194322 *** empty log message *** 2007-10-09 09:09:25 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Miles Bader
4b70e299ef Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-115
2007-10-09 08:55:58 +00:00
Juanma Barranquero
eceb3266a1 (follow-mode-hook, follow-mode): Doc fixes.
(follow-mode-off-hook): Mark as obsolete.
2007-10-09 08:44:02 +00:00
Juanma Barranquero
80025c1c5f (follow-mode-hook, follow-mode): Doc fixes.
(follow-mode-off-hook): Mark as obsolete.
2007-10-09 08:39:33 +00:00
Juanma Barranquero
f6959eb465 (x-alternatives-map): Remove spurious parenthesis. 2007-10-09 08:09:15 +00:00