- 02 Oct, 2013 5 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
- 30 Sep, 2013 1 commit
-
-
Eli Zaretskii authored
-
- 29 Sep, 2013 3 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
- 28 Sep, 2013 10 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Leo Liu authored
(inferior-octave-completion-at-point): Minor tweaks.
-
Leo Liu authored
(ispell-complete-word, ispell-command-loop): All uses changed. * cedet/semantic/texi.el (semantic-analyze-possible-completions): Use ispell-lookup-words instead. Fixes: debbugs:15460
-
Rüdiger Sonderfeld authored
(octave-mode-menu): Add octave-send-buffer. (octave-send-buffer): New function.
-
Rüdiger Sonderfeld authored
octave-lookfor. (octave-mode-menu): Add octave-lookfor. (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to octave-lookfor. (octave-lookfor): New function.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Stefan Monnier authored
(cl--loop-destr-temps): Remove. (cl--loop-iterator-function): Rename from cl--loop-map-form and change its convention. (cl--loop-set-iterator-function): New function. (cl-loop): Adjust accordingly, so as not to use cl-subst. (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form. Bind `it' with `let' instead of substituting it with `cl-subst'. (cl--unused-var-p): New function. (cl--loop-let): Don't use the cl--loop-destr-temps hack any more. Eliminate some unused variable warnings. Fixes: debbugs:15326
-
- 27 Sep, 2013 1 commit
-
-
Tassilo Horn authored
`doc-view-reset-zoom-level'. (doc-view-scale-adjust): New command. (doc-view-mode-map): Remap `text-scale-adjust' bindings to `doc-view-scale-adjust'.
-
- 26 Sep, 2013 10 commits
-
-
Tassilo Horn authored
(doc-view-mode-map): Remap text-scale-adjust bindings to doc-view zoom commands (bug#15466).
-
Xue Fuqiao authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Xue Fuqiao authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Barry O'Reilly authored
* lread.c (read1): signal error * alloc.c (make_byte_code): eassert header size (sweep_vectors): change an int to size_t
-
Leo Liu authored
optional as they are.
-
- 25 Sep, 2013 5 commits
-
-
Daniel Colascione authored
specs are and that they're not evaluated.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Glenn Morris authored
-
Paul Eggert authored
This incorporates: 2013-09-24 manywarnings: enable nicer gcc warning messages 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option and -funit-at-a-time, since manywarnings does that for us now.
-
- 24 Sep, 2013 5 commits
-
-
Eli Zaretskii authored
-
Sam Steingold authored
(clean-buffer-list-kill-buffer-names): Update for the new Man buffer naming which includes the object name.
-
Eli Zaretskii authored
-
Paul Eggert authored
instead of ints, as it's the usual style for offsetof constants. See: http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00478.html
-
Paul Eggert authored
This is ugly, but it should fix the performance problem for older GCC versions in the short run. I'll look into integrating the Gnulib module for popcount, as a better fix. See the thread starting in: http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00474.html (popcount_size_t_generic) [NEED_GENERIC_POPCOUNT]: (popcount_size_t_msc) [USE_MSC_POPCOUNT]: (popcount_size_t_gcc) [USE_GCC_POPCOUNT]: (popcount_size_t): Use it.
-