annotate admin/README @ 50507:110c0e29159c

Handle multiple desktop files in different dirs. Other cleanups. Command line option --no-desktop introduced. (desktop-read): Record buffers in the desktop file in the same order as that in the buffer list, (desktop-save): Put buffers in the order given in desktop file, regardless of what handlers do. (desktop-file-version): New variable. Version number of desktop file format. (desktop-create-buffer-form): Variable deleted. (desktop-save): New customizable variable. (desktop-kill): Changed to use `desktop-save'. (desktop-file-name-format): New option: format in which desktop file names should be saved. (desktop-file-name): New function to convert a filename to the format specified in `desktop-file-name-format'. (desktop-create-buffer): Parameters renamed to descriptive systematic names. These parameters are visible to handlers. Renames: ver -> desktop-file-version mim -> desktop-buffer-minor-modes pt -> desktop-buffer-point mk -> desktop-buffer-mark ro -> desktop-buffer-read-only locals -> desktop-buffer-locals (desktop-buffer-major-mode, desktop-buffer-file-name) (desktop-buffer-name): Unused customizable variables deleted. (desktop-buffer-misc): Unused variable deleted. (desktop-save, desktop-buffer-dired-misc-data): Use `desktop-file-name'. (desktop-path): New customizable variable. List of directories in which to lookup the desktop file. Replaces hardcoded list. (desktop-globals-to-clear): New variable replaces hardcoded list. (desktop-clear-preserve-buffers-regexp): New customizable variable. (desktop-after-read-hook): New hook run after a desktop is read. (desktop-no-desktop-file-hook): New hook when no desktop file found. (desktop-change-dir): New function. (desktop-save-in-load-dir): New function. Save desktop in directory from witch it was loaded. (desktop-revert): New function. Revert to the last loaded desktop.
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Apr 2003 01:37:56 +0000
parents 1c6027c437eb
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38873
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
1 This directory contains scripts and other things useful for developing
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
2 and maintaining Emacs. These files are not part of Emacs releases
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
3 because they are not deemed generally useful, and you have to know
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
4 what you do when using them.
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
5
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
6 Brief description of scripts found here:
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
7
40063
9b5a774d579b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 40013
diff changeset
8 admin.el utilities for setting version numbers and alike
40013
639159ee8430 Document alloc-colors.c.
Eli Zaretskii <eliz@gnu.org>
parents: 39058
diff changeset
9 alloc-color.c a utility program that allocates a given number of
40063
9b5a774d579b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 40013
diff changeset
10 colors on X. Can be used to debug Emacs with
40013
639159ee8430 Document alloc-colors.c.
Eli Zaretskii <eliz@gnu.org>
parents: 39058
diff changeset
11 dense colormaps (PseudoColor).
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
12 build-configs build Emacs in various configurations
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
13 check-doc-strings check doc strings against documentation
47856
1d62ac5dafa8 Change description of cus-test.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents: 47803
diff changeset
14 cus-test.el tests for custom types and load problems
39058
c296bfdefcc3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39057
diff changeset
15 diff-tar-files show files added/removed between two tar files
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
16 make-emacs build Emacs in various ways
48668
1c6027c437eb Added reference to make-tarball.txt.
Francesco Potortì <pot@gnu.org>
parents: 47856
diff changeset
17 make-tarball.txt instructions to create pretest or release tarballs
39057
c6200688b6c5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39042
diff changeset
18 quick-install-emacs install emacs quickly (`incrementally')
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
19 revdiff get CVS diffs of files