]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
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 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 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 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 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 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 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.

11 years agorainbow-mode: fix some LaTex docstrings
Julien Danjou [Mon, 26 Nov 2012 15:30:43 +0000 (16:30 +0100)]
rainbow-mode: fix some LaTex docstrings

11 years agoAdd cl-letf and cl-labels.
Stefan Monnier [Thu, 22 Nov 2012 21:51:43 +0000 (16:51 -0500)]
Add cl-letf and cl-labels.

11 years ago* ack.el (ack-buffer-name-function): New user variable
Leo Liu [Sun, 18 Nov 2012 16:05:46 +0000 (00:05 +0800)]
* ack.el (ack-buffer-name-function): New user variable

Thanks to scottj@irc.freenode.net for request and testing.

11 years ago* trie.el (trie--node-data): Simplify.
Stefan Monnier [Fri, 16 Nov 2012 15:58:24 +0000 (10:58 -0500)]
* trie.el (trie--node-data): Simplify.

11 years ago* packages/cl-lib: New package.
Stefan Monnier [Fri, 16 Nov 2012 15:56:07 +0000 (10:56 -0500)]
* packages/cl-lib: New package.

11 years agorainbow-mode: version 0.5
Julien Danjou [Wed, 14 Nov 2012 16:16:36 +0000 (17:16 +0100)]
rainbow-mode: version 0.5

* rainbow-mode.el: fix syntax error on
  `rainbow-hexadecimal-colors-font-lock-keywords'.

11 years agorainbow-mode: version 0.4
Julien Danjou [Fri, 9 Nov 2012 11:44:12 +0000 (12:44 +0100)]
rainbow-mode: version 0.4

* rainbow-mode.el: Use functions from color package to colorize HSL rather
  than our own copy.

11 years agorainbow-mode 0.3
Julien Danjou [Fri, 9 Nov 2012 11:36:23 +0000 (12:36 +0100)]
rainbow-mode 0.3

* rainbow-mode.el: avoid colorizing HTML entities

11 years ago* admin/archive-contents.el: Create web pages.
Stefan Monnier [Thu, 1 Nov 2012 04:11:20 +0000 (00:11 -0400)]
* admin/archive-contents.el: Create web pages.

11 years ago* admin/update-archive.sh: Keep old packages.
Stefan Monnier [Wed, 31 Oct 2012 17:07:10 +0000 (13:07 -0400)]
* admin/update-archive.sh: Keep old packages.

11 years ago* sml-mode.el: Integrate BUGS&NEWS; re-add run-sml.
Stefan Monnier [Wed, 31 Oct 2012 16:54:09 +0000 (12:54 -0400)]
* sml-mode.el: Integrate BUGS&NEWS; re-add run-sml.

11 years ago* debbugs.texi: Add 2012 to copyright years.
Michael Albinus [Wed, 31 Oct 2012 11:27:25 +0000 (12:27 +0100)]
* debbugs.texi: Add 2012 to copyright years.

11 years ago* debbugs.el:
Michael Albinus [Wed, 31 Oct 2012 11:22:50 +0000 (12:22 +0100)]
* debbugs.el:
* debbugs-gnu.el:
* debbugs-pkg.el: Change version to 0.4.

* README: Extend list of implemented functions.

11 years ago* update-archive.sh (signal_error): Fix up sendmail script.
Stefan Monnier [Tue, 30 Oct 2012 18:20:46 +0000 (14:20 -0400)]
* update-archive.sh (signal_error): Fix up sendmail script.

11 years agoNew script for auto-update of GNU ELPA.
Stefan Monnier [Tue, 30 Oct 2012 17:49:47 +0000 (13:49 -0400)]
New script for auto-update of GNU ELPA.

11 years agoClean up copyright notices.
Stefan Monnier [Tue, 30 Oct 2012 15:41:39 +0000 (11:41 -0400)]
Clean up copyright notices.

11 years agoSelective merge of trivial font-latex.el fix from AUCTeX CVS
Glenn Morris [Tue, 30 Oct 2012 07:18:50 +0000 (00:18 -0700)]
Selective merge of trivial font-latex.el fix from AUCTeX CVS

http://debbugs.gnu.org/11837
http://lists.gnu.org/archive/html/auctex-diffs/2012-07/msg00000.html
http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00752.html

11 years ago* debbugs-gnu.el (debbugs-gnu-usertags): Rename argument to USERS
Michael Albinus [Mon, 29 Oct 2012 12:56:24 +0000 (13:56 +0100)]
* debbugs-gnu.el (debbugs-gnu-usertags): Rename argument to USERS

* debbugs-gnu.el (debbugs-gnu-get-bugs):
* debbugs.el (debbugs-get-usertag): Use keyword :user instead of :package.

* debbugs.texi (Requesting user tags): New node.

* Debbugs.wsdl (search_estRequest): Remove superfluous arguments.

11 years ago* num3-mode.el: Fix footer. Reported by Jonas Bernoulli <jonas@bernoul.li>.
Stefan Monnier [Sun, 28 Oct 2012 19:13:01 +0000 (15:13 -0400)]
* num3-mode.el: Fix footer.  Reported by Jonas Bernoulli <jonas@bernoul.li>.

11 years ago* eldoc-eval.el: Spelling and doc fixes.
Andreas Schwab [Sat, 27 Oct 2012 13:46:14 +0000 (15:46 +0200)]
* eldoc-eval.el: Spelling and doc fixes.
(eval-preferred-function): Renamed from eval-prefered-function.

11 years ago* debbugs-gnu.el (debbugs-gnu-usertags): Show also local tags.
Michael Albinus [Fri, 26 Oct 2012 06:54:21 +0000 (08:54 +0200)]
* debbugs-gnu.el (debbugs-gnu-usertags): Show also local tags.

11 years ago* debbugs.el (debbugs-get-usertag): Fix comments.
Michael Albinus [Thu, 25 Oct 2012 09:43:50 +0000 (11:43 +0200)]
* debbugs.el (debbugs-get-usertag): Fix comments.

* debbugs-gnu.el: New command `debbugs-gnu-usertags' and helper functions.

11 years ago* nlinum.el: Speed up by caching last line-number.
Stefan Monnier [Wed, 24 Oct 2012 19:29:40 +0000 (15:29 -0400)]
* nlinum.el: Speed up by caching last line-number.
(nlinum--line-number-cache): New var.
(nlinum--after-change, nlinum--line-number-at-pos): New functions.
(nlinum-mode, nlinum--region): Use them.

11 years ago* packages/csv-mode/csv-mode.el (csv-end-of-field): Don't skip TABs.
Stefan Monnier [Mon, 22 Oct 2012 21:58:24 +0000 (17:58 -0400)]
* packages/csv-mode/csv-mode.el (csv-end-of-field): Don't skip TABs.
(csv--skip-regexp): Rename from csv-skip-regexp.