aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revise version-control portions of the manual to includeEric S. Raymond2007-10-103-73/+106
| | | | systems with monotonic revision IDs.
* Fix attributionJason Rumney2007-10-101-1/+1
|
* (x_create_tip_frame): Set terminal for frame.Jason Rumney2007-10-102-0/+6
|
* (frame-inherited-parameters): Remove unused `environment'Stefan Monnier2007-10-102-1/+4
| | | | parameter, and let server.el add `client' when needed.
* (server-create-tty-frame, server-create-window-system-frame):Stefan Monnier2007-10-102-3/+18
| | | | Set frame-inherited-parameters.
* * frame.c (Qenvironment): Remove.Stefan Monnier2007-10-104-23/+7
| | | | | | | (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.
* (frame-inherited-parameters): New var.Stefan Monnier2007-10-103-9/+14
| | | | (make-frame): Use it.
* *** empty log message ***Stefan Monnier2007-10-101-2/+5
|
* * frame.c (Fframe_with_environment): Remove.Stefan Monnier2007-10-103-45/+10
| | | | | (syms_of_frame) <Sframe_with_environment>: Don't declare. * lisp.h (Fframe_with_environment): Don't declare.
* (let-environment): Remove. Unused.Stefan Monnier2007-10-103-100/+45
| | | | | (read-envvar-name): Simplify. (setenv): Remove unused arg `frame'.
* Carry through today's big terminology change to a few places where IEric S. Raymond2007-10-107-66/+66
| | | | missed it in the back ends.
* (describe-variable): Add missing " " for multilineStefan Monnier2007-10-102-2/+8
| | | | obsolescence info and missing EOL after global value.
* Terminology cleanup.Eric S. Raymond2007-10-1021-453/+482
|
* *** empty log message ***Juanma Barranquero2007-10-101-0/+6
|
* Change all instances of "Follow Mode" to "Follow mode" in docstrings and ↵Juanma Barranquero2007-10-101-33/+33
| | | | | | messages. (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
* Updates for new VC.Eric S. Raymond2007-10-104-26/+38
|
* Fix sectrioning errors in files.texi.Eric S. Raymond2007-10-101-19/+20
|
* New VC in the NEWS.Eric S. Raymond2007-10-102-0/+9
|
* New VC command docs for the Emacs manual.Eric S. Raymond2007-10-102-56/+94
|
* Merge in new VC with filesets.Eric S. Raymond2007-10-103-561/+594
|
* Remove obsolete .cvsignore files.Andreas Schwab2007-10-103-3/+0
|
* Revert accidental change during the merge from emacs--rel--22.Juanma Barranquero2007-10-101-387/+0
|
* (indent_tabs_mode, last_known_column, last_known_column_modified): Make static.Juanma Barranquero2007-10-102-6/+11
| | | | (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
* Fix comment; indent-tabs-mode was a bad example,Juanma Barranquero2007-10-101-3/+3
| | | | it is not a DEFVAR_INT, but DEFVAR_BOOL.
* Sync with Tramp 2.1.11.Michael Albinus2007-10-105-6/+22
|
* (BASE_PURESIZE): Increase to 1170000.Katsumi Yamaoka2007-10-102-1/+5
|
* *** empty log message ***Eric S. Raymond2007-10-091-0/+5
|
* Added descriptions of newer supported version control systems. Arranged all inEric S. Raymond2007-10-091-31/+60
| | | | chronological order.
* This is the actual fix....Eric S. Raymond2007-10-091-5/+2
|
* Remove mention of local-key-translation-map.Stefan Monnier2007-10-091-3/+2
|
* Require easymenu.Juanma Barranquero2007-10-092-1/+4
|
* Add missing change from rel-22 branch to src/image.cMiles Bader2007-10-091-4/+4
| | | | Revision: [email protected]/emacs--devo--0--patch-877
* (print_help_and_exit): Fix space to improve alignment in output messages.Juanma Barranquero2007-10-092-1/+6
|
* *** empty log message ***Juanma Barranquero2007-10-091-0/+5
|
* Merge from emacs--rel--22Miles Bader2007-10-0991-782/+2396
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-875
| * Merge from gnus--rel--5.10Miles Bader2007-10-099-101/+298
| | | | | | | | Revision: [email protected]/emacs--rel--22--patch-115
| * (follow-mode-hook, follow-mode): Doc fixes.Juanma Barranquero2007-10-092-4/+8
| | | | | | | | (follow-mode-off-hook): Mark as obsolete.
| * Remove non-bug.Glenn Morris2007-10-091-4/+2
| |
| * Mention openSUSE bcopy issue.Glenn Morris2007-10-091-0/+5
| |
| * (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.Richard M. Stallman2007-10-093-10/+9
| |
| * (Cursor Display): Correct how cursor appears in nonselected windows.Richard M. Stallman2007-10-092-4/+9
| |
| * (Examining Properties): Mention overlay priority.Richard M. Stallman2007-10-092-7/+15
| |
| * (Display Margins): Correct the description of margin display specifications.Richard M. Stallman2007-10-091-44/+61
| | | | | | | | (Replacing Specs): New subnode broken out of Display Property.
| * (url-type, url-user, url-password, url-host)Richard M. Stallman2007-10-093-38/+55
| | | | | | | | | | | | | | (url-port, url-filename, url-target, url-attributes) (url-fullness, url-set-type, url-set-user, url-set-password) (url-set-host, url-set-port, url-set-filename, url-set-target) (url-set-attributes, url-set-full): Change macros to defuns.
| * (edebug-install-custom-print-funcs)Richard M. Stallman2007-10-091-38/+6
| | | | | | | | | | | | | | | | (edebug-install-custom-print, edebug-reset-print-funcs) (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs): Functions deleted. (edebug-prin1, edebug-print, edebug-prin1-to-string) (edebug-format, edebug-message): Define directly as aliases.
| * (follow-mode): Don't run hooks twice. Use `when'.Juanma Barranquero2007-10-082-8/+10
| |
| * Add urls.Glenn Morris2007-10-071-0/+3
| |
| * Purge duplicate entry.Glenn Morris2007-10-071-3/+0
| |
| * *** empty log message ***Richard M. Stallman2007-10-071-7/+20
| |
| * (bad-packages-alist): Clarify Semantic and CEDET version numbers.Glenn Morris2007-10-072-1/+7
| |