- 17 Sep, 2010 9 commits
-
-
Jan D authored
* dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width in calculating new frame position. Add more space between new and parent on the left. * frame.c (Ftool_bar_pixel_width): New function to expose tool bar's pixel width to Lisp.
-
Michael Albinus authored
defmacro.
-
Jan D authored
* gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position with argument top/left if tool bar is vertical/horizontal (Bug#7051).
-
Katsumi Yamaoka authored
pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output instead of nnheader-accept-process-output.
-
Katsumi Yamaoka authored
-
Romain Francoise authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Chong Yidong authored
-
- 16 Sep, 2010 5 commits
-
-
Chong Yidong authored
* term/x-win.el (x-cut-buffer-or-selection-value): Define as obsolete alias for x-selection-value.
-
Chong Yidong authored
-
Michael Albinus authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 15 Sep, 2010 4 commits
-
-
Michael Albinus authored
(tramp-compat-font-lock-add-keywords, tramp-compat-process-get) (tramp-compat-process-put): New defuns. * net/tramp.el (top): * net/tramp-gvfs.el (top): * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'. * net/tramp.el (tramp-progress-reporter-update): Use `tramp-compat-funcall. * net/tramp.el (tramp-process-actions): * net/tramp-gvfs.el (tramp-handle-vc-registered): * net/tramp-sh.el (tramp-gvfs-handler-askquestion) (tramp-get-remote-stat, tramp-get-remote-readlink): Use `tramp-compat-with-temp-message'. * net/tramp-sh.el (top): Require 'cl. (tramp-handle-start-file-process): Use `tramp-compat-process-get'. (tramp-open-connection-setup-interactive-shell): Use `tramp-compat-process-put'.
-
Alan Mackenzie authored
-
Alan Mackenzie authored
-
Stefan Monnier authored
`lexical' for warnings related to lexical scoping. (byte-compile-file-form-defvar, byte-compile-defvar): Warn about global vars which don't have a prefix and could hence affect lexical scoping in unrelated files.
-
- 14 Sep, 2010 18 commits
-
-
Lars Magne Ingebrigtsen authored
imap.el: Revert back to version cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes seem problematic. Fix up the w3m/curl dependencies. mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html depend on curl, which isn't essential. gnus-html.el (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Check for curl before using it.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Lars Magne Ingebrigtsen authored
what it does. (parse_string): Return nil when the document can't be parsed.
-
Juanma Barranquero authored
* gnus/gnus-registry.el (gnus-registry-install-shortcuts) * obsolete/old-whitespace.el (whitespace-unload-function)
-
Juanma Barranquero authored
-
Lars Magne Ingebrigtsen authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
* emacs-lisp/byte-run.el (set-advertised-calling-convention): Add `when' argument. Update callers.
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries): Doc fixes. * doc/emacs/cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be the last hook item.
-
Andreas Schwab authored
change. Don't make first argument optional. Doc fix.
-
Glenn Morris authored
* doc/emacs/calendar.texi (Appointments): Also updated when a diary include file is saved.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-included-files): New variable. (diary-list-entries): Maybe initialize diary-included-files. (diary-include-other-diary-files): Append to diary-included-files. * lisp/calendar/appt.el (appt-update-list): Also check the members of diary-included-files.
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back end that doesn't support request-scan.
-
Lars Magne Ingebrigtsen authored
for the doc string. From Leo <sdl.web@gmail.com> (tiny change)
-
Lars Magne Ingebrigtsen authored
problem on Mac OS X.
-
- 13 Sep, 2010 4 commits
-
-
Michael Mauger authored
* progmodes/sql.el: Version 2.7. (sql-buffer-live-p): Improve detection. (sql-find-sqli-buffer, sql-set-sqli-buffer-generally) (sql-set-sqli-buffer): Use it. (sql-product-interactive): Run `sql-set-sqli-hook'. (sql-rename-buffer): Code cleanup. (sql-redirect, sql-redirect-value): New functions. More to come.
-
Lars Magne Ingebrigtsen authored
-
Juanma Barranquero authored
Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows. * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el. (TRAMP_SRC): New macro. ($(lisp)/net/tramp-loaddefs.el): New target.
-
Michael Albinus authored
-