- 18 Jan, 2011 12 commits
-
-
Glenn Morris authored
* doc/emacs/ack.texi, doc/emacs/emacs.texi (Acknowledgments): Update for ERT addition. * doc/emacs/ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
-
Glenn Morris authored
-
Paul Eggert authored
* .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1, the output of config.guess. * Makefile.in (top_distclean): Remove stamp-h1 too.
-
Paul Eggert authored
-
Stefan Monnier authored
highlighting doesn't spill over subsequent lines.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
Don't auto-indent for indent-to-left-margin, it's too often counter-productive.
-
- 17 Jan, 2011 16 commits
-
-
Paul Eggert authored
Need for this suggested by Stefan Monnier.
-
Stefan Monnier authored
keymap expression. Improve docstring.
-
Stefan Monnier authored
an inconsistent state.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
* Makefile.in (am--refresh): Mark as .PHONY. (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4, as they're not rebuilt unless you do a "make sync-from-gnulib" and the former is needed for "configure". (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean" has already removed lib/Makefile.
-
Paul Eggert authored
-
Paul Eggert authored
XGetGeometry wants unsigned int *, not int *, for its last 4 args, so change the type of 'ign' to unsigned int from int.
-
Paul Eggert authored
-
Paul Eggert authored
The extra semicolon didn't conform to the C standard. Problem reported by Sun cc.
-
Paul Eggert authored
These changes make compilation easier to follow with Sun cc. (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to EMACS_INT values without provoking overflow diagnostics. (PSEUDOVECTOR_FLAG): Likewise, for consistency. (XSET) [! USE_LSB_TAG]: Use unsigned left shift to avoid overflow diagnostic with signed left shift.
-
Paul Eggert authored
-
Paul Eggert authored
Previously it was marked by preceding it with "return;", but Sun cc complains about this.
-
Paul Eggert authored
This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org, which fixed Bug#2370. Caught by Sun cc.
-
Paul Eggert authored
-
- 16 Jan, 2011 10 commits
-
-
Tassilo Horn authored
spaces if the frame was resized, so that the full visible buffer serves as canvas for strokes.
-
Tassilo Horn authored
-
Stefan Monnier authored
-
Eli Zaretskii authored
!!!DO NOT MERGE TO THE TRUNK!!! image.c (syms_of_image): Don't use SET_SYMBOL_VALUE.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Kevin Ryde authored
* lisp/info-xref.el (info-xref-check, info-xref-check-all): Move commentary details into docstrings for better visibility. Use compilation-mode for the results buffer. (info-xref-output, info-xref-output-error, info-xref-with-output) (info-xref-filename, info-xref-in-progress): New internals for this. (info-xref-check-list, info-xref-check-buffer) (info-xref-check-all-custom): Use those. (info-xref-output-buffer): Rename from info-xref-results-buffer. (info-xref-output-heading): Rename from info-xref-filename-heading. (info-xref-good, info-xref-bad, info-xref-xfile-alist) (info-xref-filename-heading): Move to output managing section. (info-xref-docstrings): New command checking "Info node `(foo)Bar'" (info-xref-lock-file-p, info-xref-with-file): New helpers for it. (info-xref-subfile-p): Move to generic section with those two. (info-xref-check-node): New function split from info-xref-check-buffer, shared by info-xref-docstrings. (info-xref-goto-node-p): Move to a checking section with that func. (info-xref-unavail): New counter. (info-xref-check-node): Use it. (info-xref-with-output): Show count of unavailables at end of output. (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken symlinks. Exclude .texi files. Exclude Emacs backup files. (info-xref-check-all-custom): Fix quietening viper-mode and gnus-registry-install -- use setq not let so as not to unbind after load. Fixes: debbugs:7611
-
Juri Linkov authored
an incomplete regexp (isearch-error is non-nil). (Bug#7534)
-
- 15 Jan, 2011 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-