- 12 Mar, 2010 5 commits
-
-
Eli Zaretskii authored
configure.in <AC_CHECK_HEADERS>: Remove termcap.h. configure: Regenerated. src/Makefilie.in (termcapobj): Move termcap.o from here... (MSDOS_OBJ): ...to here. (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is now identical to when LIBS_TERMCAP is defined. src/term.c: Remove (ifdef'ed away) inclusion of termcap.h. src/cm.c: Remove (ifdef'ed away) inclusion of termcap.h. src/config.in: Regenerated.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* files.el (hack-local-variables): Split out code to apply local variable settings ... (hack-local-variables-apply): ... here. New function. (hack-dir-local-variables): Use the default directory for when the buffer does not have an associated file. (hack-dir-local-variables-non-file-buffer): New function. * diff-mode.el (diff-mode): * vc-annotate.el (vc-annotate-mode): * vc-dir.el (vc-dir-mode): * log-edit.el (log-edit-mode): * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
-
Glenn Morris authored
-
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.
-