]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
11 years ago* csv-mode.el (csv-kill-one-field): Check for presence before deleting trailing
Stefan Monnier [Wed, 24 Apr 2013 19:28:41 +0000 (15:28 -0400)]
* csv-mode.el (csv-kill-one-field): Check for presence before deleting trailing
separator.  Remove last arg and turn into a function.
(csv-kill-one-column, csv-kill-many-columns): Adjust callers.

11 years ago* lmc.el (lmc--sit-for): Fix last change.
Stefan Monnier [Mon, 22 Apr 2013 16:35:05 +0000 (12:35 -0400)]
* lmc.el (lmc--sit-for): Fix last change.

11 years ago* lmc.el (lmc-turbo): New option.
Stefan Monnier [Mon, 22 Apr 2013 16:34:25 +0000 (12:34 -0400)]
* lmc.el (lmc-turbo): New option.
(lmc--sit-for): New function.  Use it instead of sit-for.
(lmc-run): Don't stop upon user input if lmc-turbo is enabled.

11 years ago* ack: doc fix and release 1.01
Leo Liu [Sun, 21 Apr 2013 02:11:20 +0000 (10:11 +0800)]
* ack: doc fix and release 1.01

Support the silver search (ag)
https://github.com/ggreer/the_silver_searcher which is an order of
magnitude faster than ack.

11 years ago* ack: Release v1.0
Leo Liu [Sat, 20 Apr 2013 03:43:51 +0000 (11:43 +0800)]
* ack: Release v1.0

11 years agoRelease 0.6.8
Dmitry Gutov [Tue, 16 Apr 2013 11:40:14 +0000 (15:40 +0400)]
Release 0.6.8

* `company-auto-complete` is disabled by default.
* `company-auto-complete-chars` default value includes fewer syntax classes.
* In expanded function calls, arguments skipped by the user default to "argN".
* `company-eclim` and `company-clang` do not strip argument types from fields.
* `company-clang` expands function calls for all three modes now.
* `company-clang` supports `c++-mode` by default.

Git commit 92ac3d0ef663bca26abbda33cc20a02a58b1c328

11 years ago* omn-mode.el: Fix first line style.
Stefan Monnier [Fri, 12 Apr 2013 16:25:58 +0000 (12:25 -0400)]
* omn-mode.el: Fix first line style.

11 years ago* omn-mode.el: Fix up copyright notice, plus minor cleanup.
Stefan Monnier [Thu, 11 Apr 2013 15:18:20 +0000 (11:18 -0400)]
* omn-mode.el: Fix up copyright notice, plus minor cleanup.
(omn-obsolete-electric-indent): New var.
(omn-mode-map): Obey it.
(omn-mode-entity-keywords, omn-mode-property-keywords): Move before use to
satisfy the byte-compiler.
(omn-determine-line-indent): Don't save-match-data for no reason.
(auto-mode-alist): Use \\' to match end of file name.
(omn-font-lock-defaults): Use regexp-opt.
(omn-mode-syntax-table): Don't use "w" syntax for "_".
(omn-mode): Move make-local-variables to their corresponding setq.
Set electric-indent-chars.

11 years agoAdd omn-mode.
Stefan Monnier [Thu, 11 Apr 2013 14:49:18 +0000 (10:49 -0400)]
Add omn-mode.

11 years ago* lex.el: Compatibility fix
Leo Liu [Wed, 10 Apr 2013 03:56:28 +0000 (11:56 +0800)]
* lex.el: Compatibility fix

11 years agoAdd jumpc.
Stefan Monnier [Sun, 7 Apr 2013 18:34:51 +0000 (14:34 -0400)]
Add jumpc.

11 years ago* packages/enwc/enwc-pkg.el: Add missing file.
Stefan Monnier [Sat, 6 Apr 2013 13:06:48 +0000 (09:06 -0400)]
* packages/enwc/enwc-pkg.el: Add missing file.

11 years agoFix up copyright names in ENWC; tweak packages/README.
Stefan Monnier [Sat, 6 Apr 2013 13:04:30 +0000 (09:04 -0400)]
Fix up copyright names in ENWC; tweak packages/README.

11 years agoAdd ENWC from bzr://bzr.savannah.nongnu.org/enwc/trunk
Stefan Monnier [Fri, 5 Apr 2013 19:10:39 +0000 (15:10 -0400)]
Add ENWC from bzr://bzr.savannah.nongnu.org/enwc/trunk

git-subtree-dir: packages/enwc
git-subtree-mainline: 8973bd8b49ff3f383645921dfaa7ce71abc9a91f
git-subtree-split: 853350e2594af2ff5d86042612f8c8c3e5214300

11 years agoFixed D-Bus calls for enwc-get-wireless-nw-props.
Ian D [Fri, 5 Apr 2013 12:58:48 +0000 (08:58 -0400)]
Fixed D-Bus calls for enwc-get-wireless-nw-props.

11 years agoUpdated copyright message.
Ian D [Fri, 5 Apr 2013 11:45:26 +0000 (07:45 -0400)]
Updated copyright message.

11 years agocompany: Release 0.6.7
Dmitry Gutov [Thu, 4 Apr 2013 20:09:23 +0000 (00:09 +0400)]
company: Release 0.6.7

* Two `company-elisp` tweaks.

Git commit 8dceda389115b397de48becc4b68a64f4dc4bbab

11 years ago* packages/lex/lex-parse-re.el: New file, extracted from lex.el.
Stefan Monnier [Thu, 4 Apr 2013 00:11:03 +0000 (20:11 -0400)]
* packages/lex/lex-parse-re.el: New file, extracted from lex.el.
* packages/lex/lex.el: Use it instead of the self-load hack.
(lex--nfa, lex-compile): Use case-table-get-table.

11 years ago* update-archive.sh: *-readme.txt files aren't mutable.
Stefan Monnier [Mon, 1 Apr 2013 13:44:30 +0000 (09:44 -0400)]
* update-archive.sh: *-readme.txt files aren't mutable.

11 years agocompany: Release 0.6.6
Dmitry Gutov [Mon, 1 Apr 2013 05:30:58 +0000 (09:30 +0400)]
company: Release 0.6.6

## 2013-04-01 (0.6.6)

* `company-elisp` doesn't offer completions when typing the name and
  the arguments of a new function or macro definition, allowing to
  fall back to other back-ends like `company-dabbrev-code`.

## 2013-03-30 (0.6.5)

* Fixed keybindings when running in a terminal.
* `company-elisp-show-locals-first`: new customizable variable.
* `company-elisp` shows more accurate and comprehensive candidates list.

## 2013-03-26 (0.6.4)

* `company-eclim` shows valid completions after an opening paren.
* Expanded template does not get removed until the point leaves it.
  After your input the last argument in a method call expanded by
  `company-eclim`, you can press `<tab>` once more, to jump after the
  closing paren. No other bundled back-ends are affected.

## 2013-03-25 (0.6.3)

* New tooltip face colors used on themes with light background.
* Pseudo-tooltip stays up-to-date when text is inserted after the point.
* Fixed `company-require-match` mechanics.

11 years ago* sokoban.el (sokoban-init-level-data): Compatibility fix.
Syohei YOSHIDA [Thu, 28 Mar 2013 13:36:16 +0000 (21:36 +0800)]
* sokoban.el (sokoban-init-level-data): Compatibility fix.

11 years ago* ggtags.el: Release v0.6.3
Leo Liu [Thu, 28 Mar 2013 02:53:02 +0000 (10:53 +0800)]
* ggtags.el: Release v0.6.3

- handle buffers not visiting files more gracefully
- give higher priority to ggtags-navigation-mode
  or modes such as view-mode may shadow its key bindings.

11 years agocompany: Release 0.6.2
Dmitry Gutov [Sat, 23 Mar 2013 22:22:44 +0000 (02:22 +0400)]
company: Release 0.6.2

11 years agocompany: Release 0.6.1
Dmitry Gutov [Sat, 23 Mar 2013 04:19:13 +0000 (08:19 +0400)]
company: Release 0.6.1

11 years ago* ggtags.el: Fix last change.
Leo Liu [Thu, 21 Mar 2013 07:16:18 +0000 (15:16 +0800)]
* ggtags.el: Fix last change.

11 years ago* ggtags.el: Fix error report. Release v0.6.2
Leo Liu [Thu, 21 Mar 2013 03:34:22 +0000 (11:34 +0800)]
* ggtags.el: Fix error report. Release v0.6.2

- Cache the value of function ggtags-root-directory
- New function try-complete-ggtags-tag for hippie-expand

11 years agocompany: Remove angle brackets from README
Dmitry Gutov [Wed, 20 Mar 2013 20:52:32 +0000 (00:52 +0400)]
company: Remove angle brackets from README

11 years agoFixed up some more parts of new display.
Ian D [Wed, 20 Mar 2013 19:09:48 +0000 (15:09 -0400)]
Fixed up some more parts of new display.

11 years agoUpdated display to use tabulated list.
Ian D [Wed, 20 Mar 2013 19:06:44 +0000 (15:06 -0400)]
Updated display to use tabulated list.

11 years ago* admin/update-archive.sh (copyright_notices): Ignore .dir-locals.el.
Stefan Monnier [Wed, 20 Mar 2013 18:14:56 +0000 (14:14 -0400)]
* admin/update-archive.sh (copyright_notices): Ignore .dir-locals.el.

11 years ago* packages/lmc/lmc.el (lmc-store-word): match-data can change in sit-for.
Stefan Monnier [Wed, 20 Mar 2013 18:13:49 +0000 (14:13 -0400)]
* packages/lmc/lmc.el (lmc-store-word): match-data can change in sit-for.
Reported by William Léchelle <william.lechelle@umontreal.ca>.

11 years agocompany: Update pkg.el and summary string
Dmitry Gutov [Tue, 19 Mar 2013 14:45:31 +0000 (18:45 +0400)]
company: Update pkg.el and summary string

11 years agocompany-tests.el: add copyright boilerplate
Dmitry Gutov [Tue, 19 Mar 2013 14:15:57 +0000 (18:15 +0400)]
company-tests.el: add copyright boilerplate

11 years ago* ggtags.el: Fix bug#13829; release v0.6.1
Leo Liu [Tue, 19 Mar 2013 11:17:43 +0000 (19:17 +0800)]
* ggtags.el: Fix bug#13829; release v0.6.1

11 years agocompany-mode: Release 0.6
Dmitry Gutov [Tue, 19 Mar 2013 03:47:51 +0000 (07:47 +0400)]
company-mode: Release 0.6

11 years ago* ggtags.el: Use new switch --path-style to global
Leo Liu [Fri, 8 Mar 2013 10:50:44 +0000 (18:50 +0800)]
* ggtags.el: Use new switch --path-style to global

Use path-separator.

11 years agojs2-mode: Merge from upstream (js2-multiline-decl-indentation)
Dmitry Gutov [Thu, 7 Mar 2013 15:58:17 +0000 (19:58 +0400)]
js2-mode: Merge from upstream (js2-multiline-decl-indentation)

11 years ago* packages/sml-mode/sml-mode.el (sml-imenu-regexp): Make it a const.
Stefan Monnier [Mon, 4 Mar 2013 01:22:01 +0000 (20:22 -0500)]
* packages/sml-mode/sml-mode.el (sml-imenu-regexp): Make it a const.
(sml-imenu-create-index): Don't assume we'll find an = after structure.

11 years ago* sokoban.el: Style tweaks.
Stefan Monnier [Mon, 4 Mar 2013 01:19:23 +0000 (20:19 -0500)]
* sokoban.el: Style tweaks.
(sokoban-level-file): Use load-file-name to find sokoban-levels.
(sokoban-init-level-data): Avoid messing with windows.  Use eobp and dotimes.
(sokoban-display-options, sokoban-get-level-data, sokoban-init-buffer)
(sokoban-draw-score): Use dotimes.
(sokoban-add-move, sokoban-add-push): Use push.
(sokoban-goto-level): `signal' can't return.
(sokoban-mode): Use define-derived-mode.  Set vars locally.

11 years agoAdd sokoban game for emacs
Leo Liu [Sat, 2 Mar 2013 10:32:13 +0000 (18:32 +0800)]
Add sokoban game for emacs

11 years agojs2-mode: Merge from upstream
Dmitry Gutov [Thu, 28 Feb 2013 09:36:22 +0000 (13:36 +0400)]
js2-mode: Merge from upstream

11 years agorainbow-mode: version 0.7
Julien Danjou [Tue, 26 Feb 2013 11:07:18 +0000 (12:07 +0100)]
rainbow-mode: version 0.7

* rainbow-mode.el: don't activate font-lock-mode

11 years ago* ack.el: work around bug http://debbugs.gnu.org/13811
Leo Liu [Mon, 25 Feb 2013 17:53:23 +0000 (01:53 +0800)]
* ack.el: work around bug http://debbugs.gnu.org/13811

Use setq-local and enhance minibuffer prompt update feature.

11 years agoUpdated display functionality
Ian D [Sun, 24 Feb 2013 18:42:39 +0000 (13:42 -0500)]
Updated display functionality

11 years agojs2-mode: Use \\' instead of $
Dmitry Gutov [Tue, 19 Feb 2013 15:18:21 +0000 (19:18 +0400)]
js2-mode: Use \\' instead of $

11 years agodocbook.el: Re-arrange to avoid using a defsubst before defining it.
Chong Yidong [Tue, 19 Feb 2013 06:55:08 +0000 (14:55 +0800)]
docbook.el: Re-arrange to avoid using a defsubst before defining it.

11 years agodocbook.el: Add autoload cookie.
Chong Yidong [Tue, 19 Feb 2013 06:48:34 +0000 (14:48 +0800)]
docbook.el: Add autoload cookie.

11 years agoMerge from upstream
Dmitry Gutov [Tue, 19 Feb 2013 02:18:50 +0000 (06:18 +0400)]
Merge from upstream

11 years agodocbook: New package (Info-like viewer for DocBook documents).
Chong Yidong [Mon, 18 Feb 2013 11:26:30 +0000 (19:26 +0800)]
docbook: New package (Info-like viewer for DocBook documents).

11 years agoMerge from upstream
Dmitry Gutov [Sun, 17 Feb 2013 04:40:31 +0000 (08:40 +0400)]
Merge from upstream

11 years agoRemove ampc.
Christopher Schmidt [Mon, 11 Feb 2013 17:23:04 +0000 (18:23 +0100)]
Remove ampc.

* ampc.el, ampc_tagger.cpp: Remove files.

11 years ago* ack: release v0.9
Leo Liu [Thu, 7 Feb 2013 14:38:34 +0000 (22:38 +0800)]
* ack: release v0.9

- remove emacs 23 support
- add a new command ack-mode-display-match

11 years ago* ggtags.el: improve handling of GTAGSLIBPATH in ggtags-tag-names
Leo Liu [Wed, 6 Feb 2013 18:16:58 +0000 (02:16 +0800)]
* ggtags.el: improve handling of GTAGSLIBPATH in ggtags-tag-names

11 years agoVarious bug fixes and enhancements
Leo Liu [Sat, 2 Feb 2013 15:38:27 +0000 (23:38 +0800)]
Various bug fixes and enhancements

- Rename ggtags-cache-timestamp to ggtags-get-timestamp
- Remove use of user-error in ggtags-mode definition
- Highlight tag at point using idle timer for efficiency
- Command ggtags-find-tag learns to do what I mean
- Bind M-, to ggtags-find-tag-resume
- Teach ggtags-kill-file-buffers to look in GTAGSLIBPATH
- Be consistent in popping up windows
- Update README

11 years agoDo not abuse assert in what it is designed for
Leo Liu [Thu, 31 Jan 2013 18:00:09 +0000 (02:00 +0800)]
Do not abuse assert in what it is designed for

An `assert' should be used for something that should *never* be false.

11 years agoFix ggtags-global-exit-message-function
Leo Liu [Thu, 31 Jan 2013 17:02:57 +0000 (01:02 +0800)]
Fix ggtags-global-exit-message-function

11 years agoFix error during redisplay: (wrong-type-argument stringp nil)
Stephen Berman [Thu, 31 Jan 2013 16:09:34 +0000 (00:09 +0800)]
Fix error during redisplay: (wrong-type-argument stringp nil)

11 years agoNew package ggtags
Leo Liu [Thu, 31 Jan 2013 14:50:42 +0000 (22:50 +0800)]
New package ggtags

11 years agoFixed up NetworkManager settings support.
Ian D [Fri, 25 Jan 2013 13:22:27 +0000 (08:22 -0500)]
Fixed up NetworkManager settings support.

11 years agoAdded enwc-get-wireless-nw-props function to speed up NetworkManager network display.
Ian D [Fri, 25 Jan 2013 12:57:00 +0000 (07:57 -0500)]
Added enwc-get-wireless-nw-props function to speed up NetworkManager network display.

11 years ago* sml-mode: Release 6.3, bugfixes
Stefan Monnier [Thu, 24 Jan 2013 23:37:44 +0000 (18:37 -0500)]
* sml-mode: Release 6.3, bugfixes

11 years ago* sml-mode.el (sml-mode-variables): Set sml-prog-proc-descriptor here...
Stefan Monnier [Thu, 24 Jan 2013 23:36:39 +0000 (18:36 -0500)]
* sml-mode.el (sml-mode-variables): Set sml-prog-proc-descriptor here...
(sml-mode): ... instead of here.

11 years ago* sml-mode.el (inferior-sml-mode): Fix comint-completion-addsuffix.
Stefan Monnier [Thu, 24 Jan 2013 18:52:55 +0000 (13:52 -0500)]
* sml-mode.el (inferior-sml-mode): Fix comint-completion-addsuffix.

11 years agoUpdated support for Network Manager and network settings.
Ian D [Tue, 22 Jan 2013 18:36:29 +0000 (13:36 -0500)]
Updated support for Network Manager and network settings.

11 years agoRestore eldoc-eval.el.
Eli Zaretskii [Sun, 13 Jan 2013 20:20:14 +0000 (22:20 +0200)]
Restore eldoc-eval.el.

11 years agoAvoid error message in emacs 24.4.
thierry.volpiatto@gmail.com [Sun, 13 Jan 2013 18:30:00 +0000 (19:30 +0100)]
Avoid error message in emacs 24.4.

11 years agoNew command ack-yank-symbol-at-point and bind it to M-Y
Leo Liu [Sat, 12 Jan 2013 17:47:50 +0000 (01:47 +0800)]
New command ack-yank-symbol-at-point and bind it to M-Y

Thanks to scottj@irc.freenode.net for request and testing.
Also update copyright years.

11 years agoCleaned compiled files.
Ian D [Thu, 10 Jan 2013 16:11:13 +0000 (11:11 -0500)]
Cleaned compiled files.

11 years ago* Makefile: Refresh changelogs before copying `packages'.
Stefan Monnier [Thu, 10 Jan 2013 13:40:29 +0000 (08:40 -0500)]
* Makefile: Refresh changelogs before copying `packages'.

11 years agoNew package lex.el.
Stefan Monnier [Wed, 9 Jan 2013 20:19:02 +0000 (15:19 -0500)]
New package lex.el.

11 years ago* debbugs-gnu.el : Require wid-edit.el.
Michael Albinus [Mon, 7 Jan 2013 16:28:57 +0000 (17:28 +0100)]
* debbugs-gnu.el : Require wid-edit.el.

11 years agoAdapt copyright years.
Michael Albinus [Mon, 7 Jan 2013 15:26:31 +0000 (16:26 +0100)]
Adapt copyright years.

* debbugs-gnu.el (debbugs-gnu-default-packages): Extend list of packages.
(debbugs-gnu-get-bugs): Support 'bugs query.
(debbugs-gnu-usertags): Simplify implementation.
(debbugs-gnu-bugs): New defun.

11 years agoInitial Import
Ian D [Wed, 26 Dec 2012 15:30:45 +0000 (10:30 -0500)]
Initial Import

11 years agonotes-mode/mkconfig: don't reference undefined envvar NOTES_BIN_DIR
Andreas Schwab [Wed, 26 Dec 2012 13:36:41 +0000 (14:36 +0100)]
notes-mode/mkconfig: don't reference undefined envvar NOTES_BIN_DIR

11 years ago* js2-mode: same for Returns -> Return
Dmitry Gutov [Wed, 26 Dec 2012 03:35:11 +0000 (07:35 +0400)]
* js2-mode: same for Returns -> Return

11 years agoRe-apply the Toggles -> Toggle wording change
Dmitry Gutov [Wed, 26 Dec 2012 03:25:06 +0000 (07:25 +0400)]
Re-apply the Toggles -> Toggle wording change

11 years ago* js2-mode: merge from upstream
Dmitry Gutov [Tue, 25 Dec 2012 00:17:58 +0000 (04:17 +0400)]
* js2-mode: merge from upstream

Lots of small changes, too many to enumerate.

11 years agoRevert the previous copyright change.
Lars Ingebrigtsen [Sun, 23 Dec 2012 14:55:32 +0000 (15:55 +0100)]
Revert the previous copyright change.

GNU ELPA things are part of Emacs.

11 years agoDon't explicitly bind mouse-1.
Lars Ingebrigtsen [Sun, 23 Dec 2012 14:46:44 +0000 (15:46 +0100)]
Don't explicitly bind mouse-1.

As Michael Heerdegen <michael_heerdegen@web.de> says:

However, also binding mouse-1 is not necessary.  Depending on the
setting of `mouse-1-click-follows-link', which is non-nil by default,
mouse-1 already follows links - see its doc.  We should leave it up to
the user if he wants to use mouse-1 for following or not.

11 years agoFix the copyright section to point out that it's not part of Emacs.
Lars Ingebrigtsen [Sun, 23 Dec 2012 12:46:50 +0000 (13:46 +0100)]
Fix the copyright section to point out that it's not part of Emacs.

11 years ago* memory-usage: Bump version, belatedly.
Stefan Monnier [Wed, 19 Dec 2012 14:14:47 +0000 (09:14 -0500)]
* memory-usage: Bump version, belatedly.

11 years ago* rainbow-mode: update to 0.6, add support for ANSI coloring
Julien Danjou [Tue, 11 Dec 2012 10:33:15 +0000 (11:33 +0100)]
* rainbow-mode: update to 0.6, add support for ANSI coloring

11 years ago* update-archive.sh: Allow archive-contents to be updated!
Stefan Monnier [Fri, 7 Dec 2012 16:37:50 +0000 (11:37 -0500)]
* update-archive.sh: Allow archive-contents to be updated!

11 years ago* adaptive-wrap.el (adaptive-wrap-extra-indent): Fix buffer-localness.
Stefan Monnier [Thu, 6 Dec 2012 01:21:13 +0000 (20:21 -0500)]
* adaptive-wrap.el (adaptive-wrap-extra-indent): Fix buffer-localness.
Reported by Jonathan Kotta <jpkotta@gmail.com>.

11 years agoUpdate undo-tree to version 0.6.3
Toby S. Cubitt [Wed, 5 Dec 2012 16:33:11 +0000 (17:33 +0100)]
Update undo-tree to version 0.6.3

* undo-tree.el: Implement lazy tree drawing to significantly speed up
visualization of large trees + various more minor improvements.

11 years agoReverted commits 312, 313, and 315.
Tassilo Horn [Wed, 5 Dec 2012 16:28:27 +0000 (17:28 +0100)]
Reverted commits 312, 313, and 315.

11 years agoRefine the deployment script to avoid deploying unstable code.
Stefan Monnier [Wed, 5 Dec 2012 15:31:58 +0000 (10:31 -0500)]
Refine the deployment script to avoid deploying unstable code.

11 years ago* packages/sml-mode/sml-mode.el (sml-mode-map): Add back C-c C-s binding.
Stefan Monnier [Tue, 4 Dec 2012 17:41:08 +0000 (12:41 -0500)]
* packages/sml-mode/sml-mode.el (sml-mode-map): Add back C-c C-s binding.
(sml-prog-proc-switch-to): Add missing interactive spec.

11 years ago* packages/auctex/tex-jp.el: Fix up copyright line.
Stefan Monnier [Tue, 4 Dec 2012 14:54:58 +0000 (09:54 -0500)]
* packages/auctex/tex-jp.el: Fix up copyright line.

11 years agoDelete AUCTeX style files with unclear copyright status.
Tassilo Horn [Tue, 4 Dec 2012 07:24:27 +0000 (08:24 +0100)]
Delete AUCTeX style files with unclear copyright status.

11 years ago* auctex: Shorten copyright year ranges.
Stefan Monnier [Mon, 3 Dec 2012 20:39:24 +0000 (15:39 -0500)]
* auctex: Shorten copyright year ranges.

11 years agoDon't provide the features auto-loads and preview-latex included in tex-site.
Tassilo Horn [Sun, 2 Dec 2012 18:48:50 +0000 (19:48 +0100)]
Don't provide the features auto-loads and preview-latex included in tex-site.

11 years agoUpdate AUCTeX ELPA package to the new 11.87 release.
Tassilo Horn [Sun, 2 Dec 2012 18:32:15 +0000 (19:32 +0100)]
Update AUCTeX ELPA package to the new 11.87 release.

11 years ago* cl-lib.el: Try and patch things up in case we're hiding the real cl-lib.
Stefan Monnier [Fri, 30 Nov 2012 18:27:44 +0000 (13:27 -0500)]
* cl-lib.el: Try and patch things up in case we're hiding the real cl-lib.

11 years agohook into dired
Sam Steingold [Thu, 29 Nov 2012 19:56:52 +0000 (14:56 -0500)]
hook into dired

11 years ago* admin/archive-contents.el (batch-make-archive): Don't demote errors.
Stefan Monnier [Thu, 29 Nov 2012 17:21:45 +0000 (12:21 -0500)]
* admin/archive-contents.el (batch-make-archive): Don't demote errors.
(batch-prepare-packages): Don't use cl-pushnew.
(archive--process-simple-package): Fix insertion of ChangeLog.
(batch-make-site-dir): Don't demote errors.
* Makefile (archive-tmp): Remove it before re-creating it.

11 years ago* notes-mode: Add missing -pkg.el file.
Stefan Monnier [Thu, 29 Nov 2012 17:13:58 +0000 (12:13 -0500)]
* notes-mode: Add missing -pkg.el file.

11 years ago* packages/jgraph-mode/jgraph-mode.el: Add `Version' header.
Stefan Monnier [Thu, 29 Nov 2012 17:09:42 +0000 (12:09 -0500)]
* packages/jgraph-mode/jgraph-mode.el: Add `Version' header.

11 years ago* packages/ampc/ampc.el: Add proper file trailer.
Stefan Monnier [Thu, 29 Nov 2012 17:06:38 +0000 (12:06 -0500)]
* packages/ampc/ampc.el: Add proper file trailer.

11 years agoTry to preserve timestamps. Fix ChangeLog generation.
Stefan Monnier [Thu, 29 Nov 2012 15:58:17 +0000 (10:58 -0500)]
Try to preserve timestamps.  Fix ChangeLog generation.
* admin/update-archive.sh: Don't change timestamp on packages that have the
same md5.
* admin/archive-contents.el (batch-prepare-packages): New function.
(archive--simple-package-p): Ignore ChangeLog as well.  Signal errors if the
file does not have the expected structure.
(archive--process-simple-package): Add the ChangeLog's content.
(archive--make-changelog): Only modify the file if the content changes.
(archive--process-multi-file-package): Don't make the ChangeLog here, since we
may not even have the Bzr metadata at hand any more.
* Makefile (archive-tmp): Preserve symlinks.
(process-archive): Call new batch-prepare-packages.
* .bzrignore: Add Changelog and .changelog-witness.