- 23 Jan, 2011 5 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
when calling XpmCreatePixmapFromData.
-
Glenn Morris authored
-
Paul Eggert authored
-
Gnus developers authored
mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org. gnus-draft.el (gnus-group-send-queue): Update the queue group in the group buffer after sending the queue. gnus-draft.el (gnus-group-send-queue): Really refresh the queue group after sending. gnus-agent.el (gnus-agent-send-mail): Ditto. gnus-group.el (gnus-group-refresh-group): New convenience function. message.el (message-bogus-addresses): Remove commented-out value. message.el (message-check-recipients): Display the encoded version of the bogus address if they differ. flow-fill.el (fill-flowed): Make `delete-space' option correspond to "DelSp" parameter in RFC3676. gnus-sum.el (gnus-summary-move-article): Protect against backends (i.e., nnimap) returning nil as the article number.
-
- 22 Jan, 2011 22 commits
-
-
Glenn Morris authored
* lisp/emacs-lisp/copyright.el (copyright-find-copyright) (copyright-update, copyright-fix-years): Do the initial widen and move in copyright-find-copyright.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/copyright.el (copyright-find-copyright): New function, split out from copyright-update-year. (copyright-update): Don't mess with the GPL version if we don't own the copyright. Update license regexp, and remove no longer needed Esperanto stuff.
-
Chong Yidong authored
-
Jari Aalto authored
(lm): Rename to landmark. (lm-test-run): Rename to landmark-test-run.
-
Glenn Morris authored
-
Glenn Morris authored
-
Giorgos Keramidas authored
-
Chong Yidong authored
-
Lars Ingebrigtsen authored
nnfolder.el (nnfolder-request-expire-articles): Return the list of unexpired articles. This fixes the regression that led expiry marks to disappear from nnfolder groups.
-
Jan Djärv authored
-
Paul Eggert authored
This way, we don't have to assume that the maintainer has the automake package installed. See <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>. * .bzrignore: Remove aclocal.m4, undoing the previous change. * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4, undoing the previous change. * aclocal.m4: New file (actually, resurrected).
-
Ken Manheimer authored
allout-number-siblings, in keeping with what obtained due to (now-defunct) allout-keybindings-list. Ditch repeat binding to (prefixed) ?i. (allout-before-change-handler): Better expose spots affected by undo.
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
-
Miles Bader authored
-
Miles Bader authored
when building with XFT (doing so is incorrect, as Emacs directly uses fontconfig, and breaks building when using a strict linker).
-
Martin Rudalics authored
* src/window.c (select_window): New function. (Fselect_window): Call it. (inhibit_point_swap): Variable deleted. (Fset_window_configuration): Call select_window directly.
-
Phil Hagelberg authored
* lisp/pcmpl-unix.el (pcmpl-ssh-config-file): New option. (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts. (pcmpl-ssh-config-hosts): New function. (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to pcmpl-ssh-known-hosts.
-
Paul Eggert authored
-
Paul Eggert authored
* configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS. This makes src/config.in a bit smaller, by removing identifiers like GNULIB_TEST_MKTIME that Emacs does not need. * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4: * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4: Sync from gnulib. This removes a few more unnecessary symbols from src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H. * configure, src/config.in: Regenerate.
-
- 21 Jan, 2011 13 commits
-
-
Julien Danjou authored
-
Roland McGrath authored
expansion of !$ and !!:N syntax to pick the indicated word. Fixes: debbugs:7883
-
Stefan Monnier authored
Fixes: debbugs:7882
-
Paul Eggert authored
This attempts to act better when the source is in a weird state. See <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>. * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in. * .bzrignore: Add aclocal.m4.
-
Jari Aalto authored
Assume foo(bar) is a manpage reference rather than some unquoted symbol. Fixes: debbugs:7705
-
Stefan Monnier authored
Suggested by Flo <sensorflo@gmail.com>. Fixes: debbugs:7687
-
Stefan Monnier authored
Don't confuse the "ret" of "retrograde" with RET.
-
Ken Manheimer authored
-
Jan Djärv authored
* nsterm.h (ns_output): Add dont_constrain and zooming. (EmacsView): Add ns_userRect. * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, check if ns_alternate_modifier is none. * nsterm.m (x_set_offset, windowDidMove): When calculating y, use first screen, not the window screen. (x_set_window_size): Remove constraints. Calculate origin.y only if zooming is 0 and without referring to a screen. (windowWillResize): Don't modify frameSize. (windowDidBecomeKey, mouseDown): Set dont_constrain to 1. (initFrameFromEmacs): Initialize ns_userRect. (windowShouldZoom): Set zooming to one. Remove all other code. (windowWillUseStandardFrame): Move static ns_userRect to EmacsView. Zero it after restore. (constrainFrameRect): New method for EmacsWindow. (mouseDragged): Always post NSWindowDidResizeNotification after call to windowWillResize.
-
Jan Djärv authored
if ns_alternate_modifier is none.
-
Glenn Morris authored
* lisp/progmodes/compile.el (compilation-error-regexp-alist): Fix custom type.
-
Jay Belanger authored
calc/calc-ext.el (calc-init-extensions): Remove keybindings and autoload for `calc-undo'. calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
-
Katsumi Yamaoka authored
-