- 26 May, 2011 5 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/variables.texi (File Local Variables): Update hack-local-variables `mode-only' return value.
-
Glenn Morris authored
* lisp/mail/emacsbug.el (report-emacs-bug): Mention checking From address. (report-emacs-bug-hook): Try to validate the From address.
-
Glenn Morris authored
* lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debbugs.gnu.org reports.
-
- 25 May, 2011 10 commits
-
-
Glenn Morris authored
-
Julien Danjou authored
symbol if it is already defined.
-
Glenn Morris authored
-
Glenn Morris authored
-
YAMAMOTO Mitsuharu authored
* dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p. * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row for fringe update if it has periodic bitmap. (row_equal_p): Also compare left_fringe_offset, right_fringe_offset, and fringe_bitmap_periodic_p. * fringe.c (get_fringe_bitmap_data): New function. (draw_fringe_bitmap_1, update_window_fringes): Use it. (update_window_fringes): Record periodicity of fringe bitmap in glyph row. Mark glyph row for fringe update if periodicity changed. * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row for fringe update unless it has periodic bitmap.
-
Kenichi Handa authored
-
Glenn Morris authored
* lib-src/Makefile.in (.c.o): Remove (every .o file has an explicit rule). (insrcdir): New. (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff): Use $insrcdir to suppress unaesthetic ignored errors. (clean): Simplify list of things to delete.
-
Glenn Morris authored
-
Kenichi Handa authored
-
Glenn Morris authored
* lib-src/Makfile.in (REGEXPOBJ, REGEXPDEPS): Remove. Replace by expansion. (etags${EXEEXT}): Just depend on regex.o, not regex.h as well.
-
- 24 May, 2011 25 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Vincent Belaïche authored
Reset 5x5-solver-output to nil when a new grid is cast. (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt these debugging traces, as defmacro breaks the compiled code.
-
Dmitry Kurochkin authored
Fixes: debbugs:8721
-
Glenn Morris authored
-
Glenn Morris authored
* configure.in (OPT_MAKEFILES_IN): Remove. (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES. (SUBDIR_MAKEFILES_IN): New output variable. * Makefile.in (OPT_MAKEFILES_IN): Remove. (SUBDIR_MAKEFILES_IN): Let configure set it.
-
Glenn Morris authored
-
Glenn Morris authored
Some automakes don't seem to like it (?).
-
Leo Liu authored
-
Katsumi Yamaoka authored
-
Leo Liu authored
-
Glenn Morris authored
* configure.in: Remove test for already configured source directory. AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
-
Leo Liu authored
-
Glenn Morris authored
-
Glenn Morris authored
* configure.in (OPT_MAKEFILES_IN): Remove. (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES. (SUBDIR_MAKEFILES_IN): New output variable. * Makefile.in (OPT_MAKEFILES_IN): Remove. (SUBDIR_MAKEFILES_IN): Let configure set it.
-
Glenn Morris authored
-
Glenn Morris authored
* configure.in (OPT_MAKEFILES_IN): Use full path. * Makefile.in (SUBDIR_MAKEFILES_IN): Use full path. (SUBDIR_MAKEFILES): Use relative path.
-
Glenn Morris authored
-
Glenn Morris authored
* make-dist: Don't distribute test/. * configure.in (OPT_MAKEFILES_IN): New output variable. (AC_CONFIG_FILES): Conditionally include test/automated/Makefile. * Makefile.in (OPT_MAKEFILES_IN): New, set by configure. (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN. (check): Give an explicit error if test/ is not present.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* Makefile.in (SUBDIR_MAKEFILES_IN): New variable. (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN. (Makefile): Use $SUBDIR_MAKEFILES_IN.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling. (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes. (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec) (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec) (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow) (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
-