- 12 Mar, 2010 1 commit
-
-
Dan Nicolaescu authored
* vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point) (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot): New functions. (vc-bzr-shelve-map, vc-bzr-shelve-menu-map) (vc-bzr-extra-menu-map): Map them.
-
- 11 Mar, 2010 4 commits
-
-
Juri Linkov authored
-
Glenn Morris authored
-
Glenn Morris authored
* image.el (image-animate-max-time): Fix :version tag. * NEWS: Add animated image placeholder entry.
-
Glenn Morris authored
-
- 10 Mar, 2010 6 commits
-
-
Chong Yidong authored
-
Stefan Monnier authored
* syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro. (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren, skip_chars): * regex.c (regex_compile): Use it. (re_compile_pattern): Don't set gl_state.current_syntax_table since it's now set in regex_compile when/if we need it.
-
Miles Bader authored
-
Miles Bader authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 09 Mar, 2010 1 commit
-
-
Miles Bader authored
This ensures that the output is newline-terminated.
-
- 08 Mar, 2010 7 commits
-
-
Juri Linkov authored
-
Chong Yidong authored
* mail/rfc822.el (rfc822-addresses): Use nested catches to ensure that all errors are caught, and that the return value is always a list (Bug#5692).
-
Juanma Barranquero authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 07 Mar, 2010 4 commits
-
-
Stefan Monnier authored
-
Kim F. Storm authored
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html * image.el (image-animate-max-time): New defcustom. (image-animated-types): New defconst. (create-animated-image, image-animate-timer) (image-animate-start, image-animate-stop, image-animate-timeout) (image-animated-p): New functions. * image-mode.el (image-toggle-display-image): Replace `create-image' with `create-animated-image'.
-
Andreas Schwab authored
* mail/rfc822.el (rfc822-addresses): Move catch clause down around call to rfc822-bad-address. (Bug#5692)
-
Chong Yidong authored
* vc-git.el (vc-git-annotate-extract-revision-at-line): Use vc-git-root as default direcotry for revision path (Bug#5657).
-
- 06 Mar, 2010 8 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
* objects.texi (Integer Type): Take note of the read syntax exception for numbers that cannot fit in the integer type.
-
Chong Yidong authored
* custom.texi (Init Examples): Add xref to Locals. * major.texi (Choosing Modes): Mention usage of setq-default for setting the default value of major-mode (Bug#5688).
-
Chong Yidong authored
-
Stefan Monnier authored
(vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage): Remove spurious `quote' element in each case alternative. (vc-git-show-log-entry): Use prog1. (vc-git-after-dir-status-stage): Remove unused var `remaining'.
-
Glenn Morris authored
* etc/srecode/default.srt (COPYRIGHT): * lisp/cedet/semantic/grammar.el (semantic-grammar-header-template): Update template copyright to GPLv3+.
-
Glenn Morris authored
The information is based on the files in cedet from which these files were extracted (see commentaries).
-
- 05 Mar, 2010 5 commits
-
-
Stefan Monnier authored
* lisp.h (ELSE_PENDING_SIGNALS): New macro. (QUIT): Use it to consolidate code and remove redundancy. * bytecode.c (BYTE_CODE_QUIT): Use it as well.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(in_classes): Use CONSP before XCAR/XCDR.
-
Glenn Morris authored
* refcards/orgcard.tex: Use pdflayout.sty. * refcards/Makefile (orgcard.pdf): Special rule no longer needed.
-
- 03 Mar, 2010 4 commits
-
-
Juri Linkov authored
-
Chong Yidong authored
* src/keymap.c (Fwhere_is_internal): Use Fequal to compare definitions, so that keyboard macros are correctly handled (Bug#5481). * lisp/macros.el (insert-kbd-macro): Look up keyboard macro using the definition, not the name (Bug#5481).
-
Chong Yidong authored
-
Glenn Morris authored
-