- 19 Mar, 2011 1 commit
-
-
Julien Danjou authored
(gnus-buffer-live-p): Check that buffer is not nil.
-
- 18 Mar, 2011 2 commits
-
-
Stefan Monnier authored
diff-mode-shared-map. (diff-mode-shared-map): Re-introduce some bindings that were problematic. Fixes: debbugs:8284
-
Gnus developers authored
message.texi (Various Commands): Document format specs in the ellipsis. time-date.el (format-seconds): Use assoc instead of assoc-string to avoid warning on XEmacs. gnus-art.el: Require mouse, which the build bot seems to say is needed. gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on XEmacs, since it doesn't have url-retrieve-synchronously. time-date.el (format-seconds): Use assoc instead of assoc-string, since assoc-string doesn't exist in XEmacs. gnus-group.el (gnus-group-list-ticked): New function. (gnus-group-make-menu-bar): Provide a menu entry for it. (gnus-group-list-map): Provide a binding for it. shr.el (shr-visit-file): New command. nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch. nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable servers.
-
- 17 Mar, 2011 21 commits
-
-
Paul Eggert authored
-
Eli Zaretskii authored
src/makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Julien Danjou authored
gnus-art.el (article-hide-list-identifiers): Use gnus-group-get-list-identifiers. * gnus-sum.el (gnus-group-get-list-identifiers): New function. (gnus-summary-remove-list-identifiers): Use gnus-group-get-list-identifiers to get regexp. (gnus-select-newsgroup, gnus-summary-insert-subject, gnus-summary-insert-articles): Call gnus-summary-remove-list-identifiers unconditionally.
-
Paul Eggert authored
(sigchld_handler): Now static.
-
Paul Eggert authored
That way, the code declares only the vars that it needs. * s/aix4-2.h (PTY_ITERATION): Declare iteration vars. * s/cygwin.h (PTY_ITERATION): Likewise. * s/darwin.h (PTY_ITERATION): Likewise. * s/gnu-linux.h (PTY_ITERATION): Likewise.
-
Paul Eggert authored
* process.c (allocate_pty): Don't declare stb unless it's needed.
-
Juanma Barranquero authored
* custom.el (custom-known-themes): Reflow docstring. (custom-theme-load-path): Fix typo in docstring. (load-theme): Fix typo in error message. (custom-available-themes, custom-variable-theme-value): Use `let', not `let*'.
-
Jay Belanger authored
`calcFunc-pquant' (fixing previous commit). (calcFunc-lufquant): Rename from `calcFunc-fquant' (fixing previous commit). * lisp/calc/calc-ext.el (calc-init-extensions): Update the names of the functions being autoloaded.
-
Paul Eggert authored
(METER_CODE, Bscan_buffer, Bread_char, Bset_mark): Define only if needed.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
n rather than nn, a way that does not involve shadowing.
-
Paul Eggert authored
to avoid gcc -Wbad-function-cast warning.
-
Paul Eggert authored
-
Jay Belanger authored
* lisp/calc-units.el (calc-lu-quant): Rename from `calc-logunits-quantity'. (calcFunc-lupquant): Rename from `calcFunc-powerquant'. (calcFunc-lufquant): Rename from `calcFunc-fieldquant'. (calc-db): Rename from `calc-dblevel'. (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'. (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'. (calc-np): Rename from `calc-nplevel'. (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'. (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'. (calc-lu-plus): Rename from `calc-logunits-add'. (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'. (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'. (calc-lu-minus): Rename from `calc-logunits-sub'. (calcFunc-lupsub): Rename from `calcFunc-lupowersub'. (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'. (calc-lu-times): Rename from `calc-logunits-mul'. (calcFunc-lupmul): Rename from `calcFunc-lupowermul'. (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'. (calc-lu-divide): Rename from `calc-logunits-div'. (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'. (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'. * lisp/calc/calc-ext.el (calc-init-extensions): Update the names of the functions being autoloaded. * lisp/calc/calc.el (calc-lu-power-reference): Rename from `calc-logunits-power-reference'. (calc-lu-field-reference): Rename from `calc-logunits-field-reference'. * lisp/calc/calc-help (calc-l-prefix-help): Mention musical note functions. * doc/misc/calc.texi (Logarithmic Units): Update the function names.
-
Stefan Monnier authored
Use :completion-cycle-penalty text property if present.
-
Paul Eggert authored
-
Paul Eggert authored
-
- 16 Mar, 2011 16 commits
-
-
Paul Eggert authored
* deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o): (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o): Depend on unexec.h. * emacs.c [!defined CANNOT_DUMP]: Include unexec.h. * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c: * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
-
Paul Eggert authored
-
Paul Eggert authored
shadowing.
-
Paul Eggert authored
-
Paul Eggert authored
Rename locals to avoid shadowing.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
warning when compiling print.c.
-
Paul Eggert authored
-
Paul Eggert authored
instead of using an uninitialized var.
-
Ken Manheimer authored
bullet being yanked is used without prompting the user for a choice.
-
Stefan Monnier authored
(print_preprocess, print_object): New macro to fix last change.
-
Stefan Monnier authored
-
Paul Eggert authored
(font_update_drivers, Ffont_get_glyphs, font_add_log): Rename or move locals to avoid shadowing.
-
Paul Eggert authored
-
Paul Eggert authored
-