1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00
Commit Graph

416 Commits

Author SHA1 Message Date
Dan Nicolaescu
004a00f4ae * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
* play/yow.el (doctor-ret-or-read):
* vc-hooks.el (vc-dired-resynch-file):
* vc-hg.el (log-view-get-marked):
* smerge-mode.el (ediff-cleanup-mess):
* pcvs.el (vc-editable-p, vc-checkout):
* pcomplete.el (comint-bol):
* informat.el (texinfo-format-refill):
* ido.el (tramp-tramp-file-p):
* ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
(ibuffer-generate-filter-groups)
(ibuffer-format-filter-group-data):
* add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
functions.

* ido.el (ido-file-internal): Move with-no-warnings to include the
ffap-string-at-point call.

* pcomplete.el (pcomplete-executables): Move defsubst before first
use.

* vc-hg.el (vc-hg-revision-table): Fix last change.
2007-11-19 08:50:04 +00:00
Dan Nicolaescu
399f21c188 * ediff-util.el (ediff-nuke-selective-display): Move definition to
top level, make it dependent on the emacs flavor.

* play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
Test for XEmacs not for itimer.
2007-11-01 03:18:42 +00:00
Dan Nicolaescu
3cd79f623b * progmodes/prolog.el: Undo previous change.
(comint-prompt-regexp, comint-process-echoes): Pacify
byte-compiler.

* progmodes/dcl-mode.el:
* play/yow.el:
* calendar/todo-mode.el:
* calendar/cal-hebrew.el:
* vc-hg.el: Undo previous change.

* vms-patch.el: Likewise.
(print-region-function): Pacify byte-compiler.
2007-10-21 14:54:34 +00:00
Dan Nicolaescu
729f1525da * textmodes/reftex.el: Move require easymenu before first use.
(reftex-info): Require info at compile too.

* textmodes/org-publish.el (org-publish-org-to-html)
(org-publish-org-to): Require org at compile time too.
(org-publish-attachment): Require at compile time too.

* term/tty-colors.el (w32-tty-standard-colors): Pacify
byte-compiler.

* term/pc-win.el (frame-creation-function-alist): Add to this
instead of setting frame-creation-function.

* play/blackbox.el (bb-up, bb-down): Use forward-line.

* net/rcirc.el (rcirc-markup-text-functions): Move definition
earlier.

* calendar/todo-mode.el: Require calendar at compile time.

* calendar/cal-islam.el: Require diary-lib at compile time.

* calendar/cal-hebrew.el: Require diary-lib and holidays at
compile time.

* w32-vars.el: Provide w32-vars.

* term/w32-win.el: Require w32-vars.
(w32-color-map): Pacify byte-compiler.

* loadup.el: Load w32-wars before term/w32-win.
2007-10-21 00:24:32 +00:00
Dan Nicolaescu
d5d1f5fdd8 * play/decipher.el (decipher-keypress): Use forward-line. 2007-10-20 06:53:06 +00:00
Dan Nicolaescu
975460179e * term/x-win.el (x-gtk-stock-map, icon-map-list)
(x-gtk-map-stock): Delete duplicated definitions from merge.

* progmodes/octave-mod.el: Require octave-inf at compile time

* progmodes/compile.el (compilation-skip-to-next-location)
(compilation-skip-threshold, compilation-skip-visited): Move
definitions earlier.

* play/zone.el (zone-fall-through-ws):
* play/landmark.el (lm-move-down, lm-move-up):
* play/handwrite.el (handwrite):
* mail/mspools.el (mspools-visit-spool):
* wdired.el (wdired-next-line, wdired-previous-line):
* tar-mode.el (tar-subfile-save-buffer):
* scroll-lock.el (scroll-lock-next-line)
(scroll-lock-previous-line):
* image-dired.el (image-dired-next-line)
(image-dired-previous-line):
* ediff-help.el (ediff-help-message-line-length): Use
forward-line.

* smerge-mode.el (smerge-auto-refine):
* diff-mode.el (diff-auto-refine): Add :group.

* play/yow.el: Require doctor at compile time.

* vmsproc.el: Provide vmsproc.
(command-send-input): Use forward-line.

* vms-patch.el: Require ps-print and vmsproc at compile time.

* vc-mtn.el (log-view-message-re, log-view-file-re)
(log-view-font-lock-keywords): Pacify byte-compiler.

* vc-hg.el: Require log-view at compile time.
2007-10-20 06:30:18 +00:00
Richard M. Stallman
7b3cf84ec7 (gamegrid-setup-default-font): Use face-spec-set. 2007-10-09 01:35:07 +00:00
Thien-Thi Nguyen
5db1723918 (zone): Let-bind show-trailing-whitespace to nil. 2007-10-01 06:36:58 +00:00
Richard M. Stallman
ef673042dd (zone-hiding-modeline): Use mode-line-format. 2007-09-30 11:00:54 +00:00
Juanma Barranquero
0ab1b3fff5 (zone-pgm-rotate): Use mapc' rather than mapcar'. 2007-09-26 00:23:11 +00:00
Juanma Barranquero
5a5b0a68fb (solitaire-check, solitaire-solve): Use mapc' rather than mapcar'. 2007-09-26 00:22:45 +00:00
Thien-Thi Nguyen
a4fcacde1e (bubbles-version): Bump value to "0.5".
(bubbles-mode-map): Move define-key statements here.
(bubbles-game-theme-menu): Ditto.
(bubbles-graphics-theme-menu): Ditto.
(bubbles-menu): Ditto.
(bubbles-mode): Initialize buffer-undo-list, redisplay.
(bubbles--initialize): Reset buffer-undo-list, redisplay.
(bubbles-plop): Set buffer-undo-list, redisplay.
(bubbles-undo): Reset buffer-undo-list, redisplay.
(bubbles--show-images): Take care of missing text properties.
2007-09-14 18:11:36 +00:00
Thien-Thi Nguyen
45169e8d47 (bubbles--initialize-images): Fix bug:
Use transparent background for empty cells in graphics mode.
2007-09-13 14:09:42 +00:00
Miles Bader
f5df711dbc Add arch tagline 2007-08-28 04:34:05 +00:00
Kenichi Handa
82dd78a8c3 (gamegrid-init): Set line-spacing to 0. 2007-08-28 04:02:51 +00:00
Thien-Thi Nguyen
2f123a5423 Comments munging; nfc.
Move defconst after ";;; Code:".
2007-08-27 18:53:52 +00:00
Thien-Thi Nguyen
a79b55e56e Initial revision 2007-08-27 18:49:42 +00:00
Thien-Thi Nguyen
5b29d790c9 (zone-pgm-rat-race): New func.
(zone-programs): Add `zone-pgm-rat-race'.
2007-08-24 16:07:07 +00:00
Miles Bader
9aecacd08a Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
5a9dffec38 Switch license to GPLv3 or later. 2007-07-25 04:24:43 +00:00
Chong Yidong
23afd1c8b6 (gamegrid-user-score-file-directory): Use user-emacs-directory. 2007-06-13 00:05:37 +00:00
Glenn Morris
d2fe66859e Seed RNG on loading. 2007-04-05 06:29:42 +00:00
Glenn Morris
c420eb369d (top-level): Provide self. 2007-04-05 06:16:18 +00:00
Eli Zaretskii
94430ab7fd (gamegrid-add-score-with-update-game-score-1): Jump to the line where new score
has been uploaded.
2007-03-03 12:18:56 +00:00
Eli Zaretskii
297a6dcaff (tetris-move-bottom, tetris-move-left)
(tetris-move-right, tetris-rotate-prev, tetris-rotate-next): Do nothing when
the game is paused.
2007-03-03 12:14:46 +00:00
Juanma Barranquero
849aa55387 (5x5-crack-xor-mutate): Doc fix.
(5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack,
5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2007-02-15 10:58:11 +00:00
David Kastrup
a87c4c3059 (mpuz-random-puzzle): Fix potential lockup when
`mpuz-allow-double-multiplicator' is non-zero, and correct
calculation of `min'.
2007-02-04 17:29:50 +00:00
Chong Yidong
d33ca4d437 (gamegrid-kill-timer): Cancel timer directly.
(gamegrid-add-score-with-update-game-score-1): Allow local quits
when calling update-game-score program.  Remove unnecessary
save-excursion.
2007-01-28 19:40:31 +00:00
Chong Yidong
d46b940851 (tetris-new-shape): Stop drawing if game is over. 2007-01-28 19:39:58 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
f2e3589a33 Update copyright years. 2006-12-09 04:06:06 +00:00
Juanma Barranquero
4fffd73b30 Space/tab mixup. 2006-11-24 11:22:05 +00:00
Juanma Barranquero
219a77002c (gomoku-terminate-game, gomoku-human-takes-back, gomoku-prompt-for-move,
gomoku-human-plays, gomoku-offer-a-draw): Fix typos in output messages.
(gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
2006-11-24 11:10:51 +00:00
Juanma Barranquero
db9cd97ad4 Space/tab mixup. 2006-11-24 10:31:26 +00:00
Chong Yidong
2f88760a4b (handwrite): Also process lines not ending with newline. Replace some
position-fiddling with different logic.  Improve performance.
2006-11-12 17:35:04 +00:00
Juanma Barranquero
100e9ff77b (dun-help): Fix typo in docstring. 2006-11-06 02:27:46 +00:00
Juanma Barranquero
283bf437fe (handwrite): Fix typo in docstring. 2006-11-06 02:27:04 +00:00
Juanma Barranquero
530324e8ec (hanoi-unix-64): Fix typo in docstring. 2006-11-06 02:26:27 +00:00
Juanma Barranquero
5883afc5c4 (life-patterns): Add a few more interesting patterns.
(life-setup): Force `show-trailing-whitespace' to nil.
2006-09-15 01:26:41 +00:00
Eli Zaretskii
33aba6a0e3 (life-display-generation): Test for input manually if `sleeptime' is negative
or null.
2006-09-09 10:43:49 +00:00
Chong Yidong
0369eb8545 * subr.el (sit-for): New function.
* play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2006-07-10 18:52:13 +00:00
Thien-Thi Nguyen
ac052b48cb Comment munging; nfc. 2006-07-05 07:44:35 +00:00
Thien-Thi Nguyen
e12d3ded2a (dun-load-d, dun-eval): Use eval-buffer. 2006-07-05 07:35:46 +00:00
Miles Bader
a2064b094c lisp/play/cookie1.el (cookie): Work properly when there's only one entry
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-323
2006-06-21 05:09:32 +00:00
Thien-Thi Nguyen
f47adf18e1 (pong-init-buffer): Fill buffer with spaces instead of ^A. 2006-06-09 14:23:49 +00:00
Richard M. Stallman
2af34f255b (lm-font-lock-face-O, lm-font-lock-face-X): Make them faces.
(lm-font-lock-keywords): Update appropriately.
2006-04-09 19:20:02 +00:00
Chong Yidong
5a6c1d871e * files.el (safe-local-variable-values): New option.
(hack-local-variables-prop-line): Return a list of variable-value
	pairs if MODE-ONLY is non-nil.
	(hack-local-variables): Construct list of variable-value pairs,
	and apply or reject them in one go.  Ask for confirmation if
	variables are not known safe.
	(hack-local-variables-confirm): Complete rewrite.  Support
	`safe-local-variable-values'.
	(enable-local-variables): Update docstring to reflect new
	behavior.
	(ignored-local-variables): Ignore ignored-local-variables and
	safe-local-variable-values.
	(safe-local-variable-p): New function.
	(risky-local-variable-p): `safe-local-variable' property check
	moved to safe-local-variable-p.
	(hack-one-local-variable): Checks moved to hack-local-variables.

	(byte-compile-dynamic, c-basic-offset, c-file-style,
	c-indent-level, comment-column, fill-column, fill-prefix,
	indent-tabs-mode, kept-new-versions, no-byte-compile,
	no-update-autoloads, outline-regexp, page-delimiter,
	paragraph-start, paragraph-separate, sentence-end,
	sentence-end-double-space tab-width, version-control): Add
	`safe-local-variable' property.

	* find-lisp.el: Delete nonexistent `autocompile' file variable.

	* icomplete.el, play/landmark.el: Change nonexistent
	`outline-layout' file variable to `allout-layout'.
2006-02-14 01:21:31 +00:00
Romain Francoise
1004fadc84 Update copyright notices of all files in the lisp/play directory. 2006-02-05 14:10:45 +00:00
Juri Linkov
9d6f699a8b (doctor-mode-map): Rename from `doc-mode-map'. 2006-01-23 01:28:09 +00:00
Stefan Monnier
0ff223569f Move defvars out of eval-when-compile. Use dolist.
(doc-mode-map): Define explicitly.
(doctor-txtype): Use mapc.
2006-01-18 16:49:53 +00:00