]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
9 years ago* company/company-capf.el: Don't ignore things like semantic-capf.
Stefan Monnier [Sun, 15 Jun 2014 03:20:16 +0000 (23:20 -0400)]
* company/company-capf.el: Don't ignore things like semantic-capf.

9 years ago[xpm] Release: 1.0.3
Thien-Thi Nguyen [Fri, 13 Jun 2014 12:58:19 +0000 (14:58 +0200)]
[xpm] Release: 1.0.3

* packages/xpm/xpm.el [Version]: Bump to "1.0.3".

9 years ago[xpm int] Make wip more visible; inhibit their distribution.
Thien-Thi Nguyen [Fri, 13 Jun 2014 12:52:47 +0000 (14:52 +0200)]
[xpm int] Make wip more visible; inhibit their distribution.

* packages/xpm/xpm-compose.el: New file.
* packages/xpm/xpm-ops.el: New file.
* packages/xpm/xpm-palette.el: New file.
* packages/xpm/xpm-ui.el: New file.
* packages/xpm/.elpaignore: Update.

9 years ago[xpm maint] Don't mention HACKING in Commentary; nfc.
Thien-Thi Nguyen [Fri, 13 Jun 2014 12:36:58 +0000 (14:36 +0200)]
[xpm maint] Don't mention HACKING in Commentary; nfc.

9 years ago[xpm] Clarify function descriptions.
Thien-Thi Nguyen [Fri, 13 Jun 2014 12:34:43 +0000 (14:34 +0200)]
[xpm] Clarify function descriptions.

* packages/xpm/xpm.el (xpm-grok)
(xpm-generate-buffer, xpm-put-points): ...here.
* packages/xpm/xpm-m2z.el (xpm-m2z-ellipse): ...here.

9 years ago[xpm int] Use ‘cl-assert’, not ‘assert’; drop ‘cl’ requirement.
Thien-Thi Nguyen [Fri, 13 Jun 2014 12:17:27 +0000 (14:17 +0200)]
[xpm int] Use ‘cl-assert’, not ‘assert’; drop ‘cl’ requirement.

* packages/xpm/xpm-m2z.el: No longer require ‘cl’.
(xpm-m2z-ellipse): Combine center coord components
‘integerp’ check; use ‘cl-assert’ instead of ‘assert’.

9 years ago[xpm int] Use cl-* names; drop ‘cl’ requirement.
Thien-Thi Nguyen [Fri, 13 Jun 2014 12:04:35 +0000 (14:04 +0200)]
[xpm int] Use cl-* names; drop ‘cl’ requirement.

* packages/xpm/xpm.el: No longer require ‘cl’.
(xpm-grok): Use ‘cl-list*’, not ‘list*’.
(xpm-raster): Use ‘cl-rotatef’, not ‘rotatef’.

9 years ago[xpm int] Use ‘cl-destructuring-bind’, not ‘destructuring-bind’.
Thien-Thi Nguyen [Fri, 13 Jun 2014 11:53:35 +0000 (13:53 +0200)]
[xpm int] Use ‘cl-destructuring-bind’, not ‘destructuring-bind’.

* packages/xpm/xpm.el (xpm-grok, xpm-raster): ...here.

9 years ago[xpm] Document disabled undo.
Thien-Thi Nguyen [Fri, 13 Jun 2014 11:48:28 +0000 (13:48 +0200)]
[xpm] Document disabled undo.

* packages/xpm/xpm.el (xpm-generate-buffer): ...in this func.

9 years ago[xpm int] Whitespace munging; nfc.
Thien-Thi Nguyen [Fri, 13 Jun 2014 11:44:00 +0000 (13:44 +0200)]
[xpm int] Whitespace munging; nfc.

Somehow the keyboard macro used to do ‘s/loop/cl-loop/g’
a moment ago introduced extra newlines in some places...

9 years ago[xpm] Fix typo.
Thien-Thi Nguyen [Fri, 13 Jun 2014 11:35:10 +0000 (13:35 +0200)]
[xpm] Fix typo.

* packages/xpm/xpm.el (xpm-put-points): ...here.

9 years ago[xpm maint] Add Author, Maintainer headers; nfc.
Thien-Thi Nguyen [Fri, 13 Jun 2014 11:21:44 +0000 (13:21 +0200)]
[xpm maint] Add Author, Maintainer headers; nfc.

9 years ago[xpm int] Add abstraction: form
Thien-Thi Nguyen [Fri, 13 Jun 2014 11:13:28 +0000 (13:13 +0200)]
[xpm int] Add abstraction: form

* packages/xpm/flower.el (flower form): New internal func.

9 years ago[xpm int] Use ‘cl-loop’ instead of ‘loop’.
Thien-Thi Nguyen [Fri, 13 Jun 2014 11:07:42 +0000 (13:07 +0200)]
[xpm int] Use ‘cl-loop’ instead of ‘loop’.

* packages/xpm/flower.el: ...throughout.
* packages/xpm/xpm-m2z.el: Likewise.
* packages/xpm/xpm.el: Likewise.

9 years ago[gnugo int] Expose function to byte-compiler.
Thien-Thi Nguyen [Wed, 11 Jun 2014 13:33:11 +0000 (15:33 +0200)]
[gnugo int] Expose function to byte-compiler.

* packages/gnugo/gnugo.el (gnugo-toggle-image-display):
...here, as part of :highlight-last-move-spec toggling.

9 years ago* sml-mode.el (sml--rightalign-and-p): New function.
Stefan Monnier [Wed, 4 Jun 2014 14:58:39 +0000 (10:58 -0400)]
* sml-mode.el (sml--rightalign-and-p): New function.

9 years ago* sml-mode/sml-mode.el (sml-smie-grammar): Add include&sharing.
Stefan Monnier [Tue, 3 Jun 2014 04:08:53 +0000 (00:08 -0400)]
* sml-mode/sml-mode.el (sml-smie-grammar): Add include&sharing.
(sml-smie-rules): Add functor rule.
(sml-smie-definitional-equal-p): Use smie-backward-sexp.

9 years ago[metar] Unify station lat/lon conversion.
Mario Lang [Mon, 2 Jun 2014 20:26:34 +0000 (22:26 +0200)]
[metar] Unify station lat/lon conversion.

9 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Stefan Monnier [Sun, 1 Jun 2014 02:04:29 +0000 (22:04 -0400)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

9 years ago* packages/svg-clock/svg-clock.el (svg-clock-do-update, svg-clock-start): Don't
Dieter (tiny change) [Sun, 1 Jun 2014 02:03:44 +0000 (22:03 -0400)]
* packages/svg-clock/svg-clock.el (svg-clock-do-update, svg-clock-start): Don't
call image-mode every second.

9 years ago[metar] Fix metar-convert-temperature to actually DTRT
Mario Lang [Sat, 31 May 2014 19:17:15 +0000 (21:17 +0200)]
[metar] Fix metar-convert-temperature to actually DTRT

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Mario Lang [Fri, 30 May 2014 21:06:10 +0000 (23:06 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years ago[xpm] Release: 1.0.2
Thien-Thi Nguyen [Fri, 30 May 2014 15:25:16 +0000 (17:25 +0200)]
[xpm] Release: 1.0.2

* packages/xpm/xpm.el [Version]: Bump to "1.0.2".

10 years ago[xpm] Add homepage URL; drop other links.
Thien-Thi Nguyen [Fri, 30 May 2014 13:38:53 +0000 (15:38 +0200)]
[xpm] Add homepage URL; drop other links.

* packages/xpm/xpm.el [URL]: New header.
[Commentary]: Remove the HACKING and Tip Jar links.

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Mario Lang [Fri, 30 May 2014 12:59:31 +0000 (14:59 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Mario Lang [Fri, 30 May 2014 12:02:45 +0000 (14:02 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years ago[metar] Fix humidity calculation when Fahrenheit is used
Mario Lang [Fri, 30 May 2014 09:30:50 +0000 (11:30 +0200)]
[metar] Fix humidity calculation when Fahrenheit is used

10 years ago[metar] defcustom for metar-units
Mario Lang [Thu, 29 May 2014 22:16:08 +0000 (00:16 +0200)]
[metar] defcustom for metar-units

10 years ago[metar] Make the length unit configurable (clouds) and simplify pressure conversion
Mario Lang [Thu, 29 May 2014 12:40:32 +0000 (14:40 +0200)]
[metar] Make the length unit configurable (clouds) and simplify pressure conversion

10 years ago[aa2u] Release: 1.9
Thien-Thi Nguyen [Thu, 29 May 2014 10:27:40 +0000 (12:27 +0200)]
[aa2u] Release: 1.9

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el [Version]: Bump to "1.9".

10 years ago[aa2u] Mention TAB infelicity.
Thien-Thi Nguyen [Thu, 29 May 2014 10:25:37 +0000 (12:25 +0200)]
[aa2u] Mention TAB infelicity.

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el [Commentary]: ...here.

10 years ago[aa2u] Update homepage; drop other links.
Thien-Thi Nguyen [Thu, 29 May 2014 10:12:42 +0000 (12:12 +0200)]
[aa2u] Update homepage; drop other links.

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el [URL]: New header.
[Commentary]: Remove the HACKING and Tip Jar links.

10 years ago[aa2u] New command: aa2u-mark-rectangle-as-text
Thien-Thi Nguyen [Thu, 29 May 2014 09:04:37 +0000 (11:04 +0200)]
[aa2u] New command: aa2u-mark-rectangle-as-text

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el:
Arrange to autoload "rect" for ‘apply-on-rectangle’.
(aa2u-mark-rectangle-as-text): New command, w/ autoload cookie.

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Mario Lang [Wed, 28 May 2014 08:41:17 +0000 (10:41 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years ago[gnugo int] Bump required ‘xpm’ version to "1.0.1".
Thien-Thi Nguyen [Wed, 28 May 2014 08:37:25 +0000 (10:37 +0200)]
[gnugo int] Bump required ‘xpm’ version to "1.0.1".

Version 1.0.0 works from repo, but not w/ the package system.

* packages/gnugo/gnugo.el [Package-Requires]: ...here.

10 years agoUse calc-units to convert units to a user-defined setting (WIP)
Mario Lang [Tue, 27 May 2014 15:09:01 +0000 (17:09 +0200)]
Use calc-units to convert units to a user-defined setting (WIP)

Covers wind speed and air pressure for now, more to come.

10 years ago[gnugo] Only set AP for modified gametrees in the collection.
Thien-Thi Nguyen [Tue, 27 May 2014 09:56:16 +0000 (11:56 +0200)]
[gnugo] Only set AP for modified gametrees in the collection.

* packages/gnugo/gnugo.el (gnugo-write-sgf-file):
Set root node property :AP here, but only if buffer-modified.
(gnugo, gnugo/sgf-write-file): Don't set root node property :AP.

10 years ago[gnugo int] Whitespace, comment munging; nfc.
Thien-Thi Nguyen [Tue, 27 May 2014 08:30:20 +0000 (10:30 +0200)]
[gnugo int] Whitespace, comment munging; nfc.

10 years ago* packages/osc/osc.el (osc-filter): Fix up old `cl' name.
Stefan Monnier [Tue, 27 May 2014 03:59:58 +0000 (23:59 -0400)]
* packages/osc/osc.el (osc-filter): Fix up old `cl' name.
(osc--test-transport-equality): Mark `path' as unused.

10 years ago* packages/gnugo: Add `cl-lib' as dependency; require it and use its names.
Stefan Monnier [Tue, 27 May 2014 03:58:35 +0000 (23:58 -0400)]
* packages/gnugo: Add `cl-lib' as dependency; require it and use its names.
Don't bother with lexical-let since we use lexical-binding.
* packages/gnugo/gnugo.el (gnugo-board-mode-map):
* packages/gnugo/gnugo-frolic.el (gnugo-frolic-mode-map): Move initialization
into declaration.

10 years ago* packages/metar/metar.el (metar-latitude-longitude-distance-haversine):
Stefan Monnier [Tue, 27 May 2014 03:47:26 +0000 (23:47 -0400)]
* packages/metar/metar.el (metar-latitude-longitude-distance-haversine):
`macrolet' is called `cl-macrolet' in cl-lib.
(metar-station-countries): Avoid `add-to-list'.  Use dolist.

10 years ago* packages/nlinum/nlinum.el (nlinum-mode): Don't leave overlays around when
Stefan Monnier [Mon, 26 May 2014 23:18:05 +0000 (19:18 -0400)]
* packages/nlinum/nlinum.el (nlinum-mode): Don't leave overlays around when
switching major mode.

10 years agorelease ada-mode 5.1.4
Stephen Leake [Mon, 26 May 2014 15:05:14 +0000 (10:05 -0500)]
release ada-mode 5.1.4

10 years agoFix phenomena decoding
Mario Lang [Mon, 26 May 2014 12:55:58 +0000 (14:55 +0200)]
Fix phenomena decoding

10 years agoAdd metar.el.
Mario Lang [Sat, 24 May 2014 22:02:45 +0000 (00:02 +0200)]
Add metar.el.

10 years ago[aa2u maint] Mention TAB infelicity in HACKING; nfc.
Thien-Thi Nguyen [Sat, 24 May 2014 12:17:17 +0000 (14:17 +0200)]
[aa2u maint] Mention TAB infelicity in HACKING; nfc.

10 years agoAdd osc.el.
Mario Lang [Sat, 24 May 2014 02:01:52 +0000 (04:01 +0200)]
Add osc.el.

10 years ago[gnugo int] Fix up gnugo-frolic.el ‘require’ forms.
Thien-Thi Nguyen [Fri, 23 May 2014 09:02:44 +0000 (11:02 +0200)]
[gnugo int] Fix up gnugo-frolic.el ‘require’ forms.

* packages/gnugo/gnugo.el: Move ‘(require 'ascii-art-to-unicode)’ from here...
* packages/gnugo/gnugo-frolic.el: ...to here.
Also, require ‘gnugo’.

10 years ago* README: Update for new "Version: 0" convention.
Stefan Monnier [Fri, 23 May 2014 14:55:56 +0000 (10:55 -0400)]
* README: Update for new "Version: 0" convention.
* admin/forward-diffs.py: Adapt to different syntax.
* admin/archive-contents.el (archive--strip-rcs-id): Remove.
(batch-make-archive): Accept "Version: 0" to mean "don't publish".
(archive--metadata): Don't use archive--strip-rcs-id any more.
(archive--html-make-pkg): Handle the case where the is no `latest'.
(batch-html-make-index): Include unreleased packages.

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Mario Lang [Thu, 22 May 2014 21:50:09 +0000 (23:50 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years ago* update-archive.sh (announce_new): Avoid "eval" and don't assume pkg names
Stefan Monnier [Thu, 22 May 2014 14:39:23 +0000 (10:39 -0400)]
* update-archive.sh (announce_new): Avoid "eval" and don't assume pkg names
don't start with -.

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Mario Lang [Thu, 22 May 2014 12:07:42 +0000 (14:07 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years ago[quarter-plane] Fix typo in Commentary.
Mario Lang [Thu, 22 May 2014 10:37:38 +0000 (12:37 +0200)]
[quarter-plane] Fix typo in Commentary.

10 years ago[quarter-plane] Fix typo in Commentary.
Mario Lang [Thu, 22 May 2014 10:35:24 +0000 (12:35 +0200)]
[quarter-plane] Fix typo in Commentary.

10 years ago[maint] Fix bug: Rewrite PKG-VER extraction.
Thien-Thi Nguyen [Thu, 22 May 2014 08:24:39 +0000 (10:24 +0200)]
[maint] Fix bug: Rewrite PKG-VER extraction.

Unfortunately, the inaugural run of this function gave bad results:
<http://lists.gnu.org/archive/html/info-gnu-emacs/2014-05/msg00001.html>.

* admin/update-archive.sh (announce_new): Take PKG-VER as $1;
rename local var ‘file’ to ‘pv’, ‘version’ to ‘ver’; rewrite sed
script; combine into one; use ‘eval’; add sanity check.
<staging>: Extract PKG-VER into var ‘pv’; use it for ‘dst’;
pass it to ‘announce_new’ instead of ‘f’.

10 years ago[gnugo maint] Add some headers to gnugo-frolic.el; nfc.
Thien-Thi Nguyen [Wed, 21 May 2014 11:28:35 +0000 (13:28 +0200)]
[gnugo maint] Add some headers to gnugo-frolic.el; nfc.

10 years ago[gnugo imgen] Add autoload cookie.
Thien-Thi Nguyen [Wed, 21 May 2014 11:27:13 +0000 (13:27 +0200)]
[gnugo imgen] Add autoload cookie.

* packages/gnugo/gnugo-imgen.el (gnugo-imgen-create-xpms): ...for this func.

10 years agoMake sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does not prompt interactively.
Mario Lang [Wed, 21 May 2014 21:27:44 +0000 (23:27 +0200)]
Make sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does not prompt interactively.

10 years agoAdd packages/chess to .gitignore.
Mario Lang [Wed, 21 May 2014 20:46:41 +0000 (22:46 +0200)]
Add packages/chess to .gitignore.

10 years agoMove chess.el to externals/chess branch.
Mario Lang [Wed, 21 May 2014 20:44:09 +0000 (22:44 +0200)]
Move chess.el to externals/chess branch.

10 years ago* .gitignore: Add ergoemacs-mode.
Stefan Monnier [Wed, 21 May 2014 19:21:45 +0000 (15:21 -0400)]
* .gitignore: Add ergoemacs-mode.

10 years agoAdd ergoemacs-mode; fix up externals maintenance
Stefan Monnier [Wed, 21 May 2014 19:16:33 +0000 (15:16 -0400)]
Add ergoemacs-mode; fix up externals maintenance

10 years ago* update-archive.sh: Add "--announce <mailinglist>" argument.
Stefan Monnier [Wed, 21 May 2014 17:59:24 +0000 (13:59 -0400)]
* update-archive.sh: Add "--announce <mailinglist>" argument.
(send_mail, announce_new): New functions.
(signal_error): Simplify accordingly.

10 years ago[aa2u] Release: 1.8
Thien-Thi Nguyen [Wed, 21 May 2014 10:21:41 +0000 (12:21 +0200)]
[aa2u] Release: 1.8

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el [Version]: Bump to "1.8".

10 years ago[aa2u] New command: aa2u-mark-as-text
Thien-Thi Nguyen [Wed, 21 May 2014 10:13:56 +0000 (12:13 +0200)]
[aa2u] New command: aa2u-mark-as-text

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el
(aa2u--text-p): New defsubst.
(aa2u-phase-1, aa2u-phase-2): If the character
in question is ‘aa2u--text-p’, just ignore it.
(aa2u-mark-as-text): New command, w/ autoload cookie.

10 years ago[aa2u int] Add abstraction: gsr
Thien-Thi Nguyen [Wed, 21 May 2014 08:51:17 +0000 (10:51 +0200)]
[aa2u int] Add abstraction: gsr

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el
(aa2u-phase-1 gsr): New internal func.

10 years ago[aa2u] Declare package keywords.
Thien-Thi Nguyen [Wed, 21 May 2014 07:36:58 +0000 (09:36 +0200)]
[aa2u] Declare package keywords.

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el [Keywords]: New header.

10 years ago[aa2u maint] Add ‘Maintainer’ header per top-level README; nfc.
Thien-Thi Nguyen [Wed, 21 May 2014 07:34:22 +0000 (09:34 +0200)]
[aa2u maint] Add ‘Maintainer’ header per top-level README; nfc.

10 years ago[xpm] Release: 1.0.1
Thien-Thi Nguyen [Wed, 21 May 2014 07:26:01 +0000 (09:26 +0200)]
[xpm] Release: 1.0.1

* packages/xpm/xpm.el [Version]: Bump to "1.0.1".

10 years ago[xpm] Declare package keywords.
Thien-Thi Nguyen [Wed, 21 May 2014 07:25:11 +0000 (09:25 +0200)]
[xpm] Declare package keywords.

* packages/xpm/xpm.el [Keywords]: New header.

10 years ago[xpm] Fix byte-compilation bugs.
Thien-Thi Nguyen [Wed, 21 May 2014 07:21:16 +0000 (09:21 +0200)]
[xpm] Fix byte-compilation bugs.

* packages/xpm/xpm-m2z.el: Require ‘cl’ when compiling.
* packages/xpm/xpm.el: Likewise.
Also, add "manual" autoload for ‘image-toggle-display’.

10 years ago[gnugo] Declare package keywords.
Thien-Thi Nguyen [Wed, 21 May 2014 06:28:19 +0000 (08:28 +0200)]
[gnugo] Declare package keywords.

* packages/gnugo/gnugo.el [Keywords]: New header.

10 years ago[gnugo frolic] Promote frolic mode/funcs to feature.
Thien-Thi Nguyen [Wed, 21 May 2014 06:24:28 +0000 (08:24 +0200)]
[gnugo frolic] Promote frolic mode/funcs to feature.

* packages/gnugo/gnugo.el (gnugo-frolic-mode-map)
(gnugo-frolic-parent-buffer, gnugo-frolic-origin)
(gnugo-frolic-mode, gnugo-frolic-return-to-origin)
(gnugo-frolic-in-the-leaves, gnugo--awake, gnugo--awakened)
(gnugo--move-to-bcol, gnugo--swiz, gnugo-frolic-exchange-left)
(gnugo-frolic-rotate-left, gnugo-frolic-exchange-right)
(gnugo-frolic-rotate-right, gnugo-frolic-set-as-main-line)
(gnugo-frolic-prune-branch, gnugo--sideways)
(gnugo-frolic-backward-branch, gnugo-frolic-forward-branch)
(gnugo--vertical, gnugo-frolic-previous-move, gnugo-frolic-next-move)
(gnugo-frolic-tip-move, gnugo-frolic-mode-map): Move from here...
* packages/gnugo/gnugo-frolic.el: ...to new file; add ‘provide’ form;
add autoload cookie for ‘gnugo-frolic-in-the-leaves’.

10 years agofixup! [gnugo imgen] New feature: gnugo-imgen
Thien-Thi Nguyen [Wed, 21 May 2014 04:46:07 +0000 (06:46 +0200)]
fixup! [gnugo imgen] New feature: gnugo-imgen

10 years ago[gnugo imgen] New feature: gnugo-imgen
Thien-Thi Nguyen [Wed, 21 May 2014 04:15:01 +0000 (06:15 +0200)]
[gnugo imgen] New feature: gnugo-imgen

* packages/gnugo/gnugo-imgen.el: New file.
* packages/gnugo/gnugo.el [Package-Requires]: Mention ‘xpm’.

10 years ago* admin/archive-contents.el: Keep both home page a repository links.
Stefan Monnier [Tue, 20 May 2014 15:04:22 +0000 (11:04 -0400)]
* admin/archive-contents.el: Keep both home page a repository links.

10 years agoFix up copyright headers; add cl-lib requirement
Stefan Monnier [Tue, 20 May 2014 12:59:36 +0000 (08:59 -0400)]
Fix up copyright headers; add cl-lib requirement

10 years ago[xpm maint] Add some perf ideas to HACKING; nfc.
Thien-Thi Nguyen [Mon, 19 May 2014 06:04:08 +0000 (08:04 +0200)]
[xpm maint] Add some perf ideas to HACKING; nfc.

10 years agoInitial import of chess.el.
Mario Lang [Sun, 18 May 2014 13:23:44 +0000 (15:23 +0200)]
Initial import of chess.el.

Authors are John Wiegley and myself.
Piece images are not included yet, as we need to work out copyright yet.
Plan is to convert OpenClipart pieces to the required XPM format.
Version currently set to -1, will go to 2.0 on first release.

10 years ago[gnugo int] Accomodate XPM w/ :color-symbols property.
Thien-Thi Nguyen [Sun, 18 May 2014 10:19:44 +0000 (12:19 +0200)]
[gnugo int] Accomodate XPM w/ :color-symbols property.

* packages/gnugo/gnugo.el (gnugo-venerate):
...here, propagating the foreground :color-symbols
and value, if available, to the new XPM.

10 years ago[xpm] Release: 1.0.0
Thien-Thi Nguyen [Sat, 17 May 2014 23:30:44 +0000 (01:30 +0200)]
[xpm] Release: 1.0.0

* packages/xpm/xpm.el [Version]: Bump to "1.0.0".

10 years ago[xpm int] Doc fix.
Thien-Thi Nguyen [Sat, 17 May 2014 23:28:12 +0000 (01:28 +0200)]
[xpm int] Doc fix.

* packages/xpm/xpm-m2z.el (xpm-m2z-ellipse): ...here.

10 years ago[xpm int] Don't bother w/ rows outside form bb.
Thien-Thi Nguyen [Sat, 17 May 2014 23:23:52 +0000 (01:23 +0200)]
[xpm int] Don't bother w/ rows outside form bb.

* packages/xpm/xpm.el (xpm-raster): ...here.

10 years ago[xpm int] Compute bool-vector length exactly once.
Thien-Thi Nguyen [Sat, 17 May 2014 23:09:57 +0000 (01:09 +0200)]
[xpm int] Compute bool-vector length exactly once.

* packages/xpm/xpm.el (xpm-raster): ...here.

10 years agoAdd new simple package poker.el.
Mario Lang [Sat, 17 May 2014 22:15:27 +0000 (00:15 +0200)]
Add new simple package poker.el.

10 years ago[xpm maint] Add HACKING; nfc.
Thien-Thi Nguyen [Sat, 17 May 2014 22:06:17 +0000 (00:06 +0200)]
[xpm maint] Add HACKING; nfc.

10 years ago[xpm maint] Add debugging aid Emacs Lisp file.
Thien-Thi Nguyen [Sat, 17 May 2014 21:44:24 +0000 (23:44 +0200)]
[xpm maint] Add debugging aid Emacs Lisp file.

* packages/xpm/flower.el: New file.
* packages/xpm/.elpaignore: Update.

10 years ago[xpm] Add Emacs Lisp files.
Thien-Thi Nguyen [Sat, 17 May 2014 21:32:48 +0000 (23:32 +0200)]
[xpm] Add Emacs Lisp files.

* packages/xpm/xpm.el: New file.
* packages/xpm/xpm-m2z.el: New file.

10 years ago[xpm maint] Add .elpaignore and NEWS files; nfc.
Thien-Thi Nguyen [Fri, 16 May 2014 16:21:25 +0000 (18:21 +0200)]
[xpm maint] Add .elpaignore and NEWS files; nfc.

10 years agoqueue.el: fix buggy queue-first and queue-empty definitions.
Toby S. Cubitt [Thu, 15 May 2014 08:55:59 +0000 (09:55 +0100)]
queue.el: fix buggy queue-first and queue-empty definitions.

10 years ago[gnugo maint] Add ‘Maintainer’ header per top-level README; nfc.
Thien-Thi Nguyen [Mon, 12 May 2014 13:00:11 +0000 (15:00 +0200)]
[gnugo maint] Add ‘Maintainer’ header per top-level README; nfc.

10 years ago* .gitignore: Add "rudel".
Stefan Monnier [Mon, 12 May 2014 06:55:26 +0000 (02:55 -0400)]
* .gitignore: Add "rudel".

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Stefan Monnier [Mon, 12 May 2014 06:27:50 +0000 (02:27 -0400)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years agoAdd "rudel" to the list of externals.
Stefan Monnier [Mon, 12 May 2014 06:27:31 +0000 (02:27 -0400)]
Add "rudel" to the list of externals.

10 years ago[aa2u] Release: 1.7
Thien-Thi Nguyen [Sun, 11 May 2014 11:52:45 +0000 (13:52 +0200)]
[aa2u] Release: 1.7

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el [Version]: Bump to "1.7".

10 years ago[aa2u] New command: aa2u-rectangle
Thien-Thi Nguyen [Sun, 11 May 2014 11:32:42 +0000 (13:32 +0200)]
[aa2u] New command: aa2u-rectangle

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el (aa2u-rectangle): New command.

10 years agoascii-art-to-unicode.el (aa2u-replacement): Use cl-case instead of case.
Andreas Schwab [Sun, 11 May 2014 08:33:13 +0000 (10:33 +0200)]
ascii-art-to-unicode.el (aa2u-replacement): Use cl-case instead of case.

10 years agoUpdate copyright_exceptions
Stefan Monnier [Sat, 10 May 2014 19:14:28 +0000 (15:14 -0400)]
Update copyright_exceptions

10 years agofixup! [aa2u] Make weight dynamically customizable.
Thien-Thi Nguyen [Fri, 9 May 2014 16:43:01 +0000 (18:43 +0200)]
fixup! [aa2u] Make weight dynamically customizable.

10 years ago[aa2u maint] Update HACKING; nfc.
Thien-Thi Nguyen [Fri, 9 May 2014 16:08:50 +0000 (18:08 +0200)]
[aa2u maint] Update HACKING; nfc.