Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5167cfda
Commit
5167cfda
authored
Apr 29, 2002
by
Colin Walters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
b6cee494
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
5 deletions
+32
-5
ChangeLog
ChangeLog
+5
-0
etc/NEWS
etc/NEWS
+2
-3
lib-src/ChangeLog
lib-src/ChangeLog
+16
-0
lisp/ChangeLog
lisp/ChangeLog
+7
-0
src/ChangeLog
src/ChangeLog
+2
-2
No files found.
ChangeLog
View file @
5167cfda
2002-04-28 Colin Walters <walters@verbum.org>
* configure.in: Delete configure check for access to the game
user.
2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* make-dist: lwlib/Imakefile is removed.
...
...
etc/NEWS
View file @
5167cfda
...
...
@@ -25,9 +25,8 @@ scores. The directory ${localstatedir}/games/emacs is the normal
place for game scores to be stored. This may be controlled by the
configure option `--with-game-dir'. The specific user that Emacs uses
to own the game scores is controlled by `--with-game-user'. If access
to a game user is not available (e.g. Emacs is not being built as
root, or the specified game user doesn't exist), then scores will be
stored separately in each user's home directory.
to a game user is not available, then scores will be stored separately
in each user's home directory.
---
** Leim is now part of the Emacs distribution.
...
...
lib-src/ChangeLog
View file @
5167cfda
2002-04-28 Colin Walters <walters@verbum.org>
* Makefile.in (${archlibdir}): Don't conditionalize on
HAVE_SHARED_GAME_DIR. Instead, test at installation time whether
or not we have access to the specified game user.
* update-game-score.c (SCORE_FILE_PREFIX): Delete.
(main): New argument -d, for specifying directory.
(usage): Document.
(get_user_id): Compute
(get_home_dir): Deleted.
(get_prefix): New function, taken from main.
(main): Check whether or not we are running setuid. Move prefix
computation to get_prefix. Don't call getpwent; we don't need to
any more. Instead, move it to get_user_id().
2002-04-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* ebrowse.c (skip_initializer): Return void.
...
...
lisp/ChangeLog
View file @
5167cfda
2002-04-29 Colin Walters <walters@verbum.org>
* ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
(ibuffer-kill-line): Copy the filter group data structure when
killing.
(ibuffer-yank): Handle case where we're yanking on the default
group correctly.
(ibuffer-delete-saved-filter-groups): Doc fix.
* play/gamegrid.el (gamegrid-add-score-with-update-game-score):
Test whether or not update-game-score is setuid, and do the right
thing.
...
...
src/ChangeLog
View file @
5167cfda
2002-04-28 Colin Walters <walters@verbum.org>
* callproc.c (Vgame_score_directory)
: Default to
"~/.emacs.d/games".
* callproc.c (Vgame_score_directory)
[!HAVE_SHARED_GAME_DIR]:
Default to
"~/.emacs.d/games".
2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment