Commit graph

45574 commits

Author SHA1 Message Date
Ulf Jasper
4367e4b249 Added newsticker-browse-url-item and configurable layout parameters. 2008-08-25 17:41:53 +00:00
Ulf Jasper
62c4fff6cd Added newsticker-browse-url-item. 2008-08-25 17:41:16 +00:00
Ulf Jasper
3657ec4a6c *** empty log message *** 2008-08-25 17:40:49 +00:00
Dan Nicolaescu
9c6c6d1fed (vc-dir-marked-only-files-and-states):
(vc-dir-child-files-and-states): Reverse the list before returning it.
2008-08-25 15:14:52 +00:00
Michael Albinus
736215fd6c * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'. 2008-08-24 20:16:15 +00:00
Romain Francoise
75adb00dcf (run-python): Remove '' from sys.path. 2008-08-24 19:47:07 +00:00
Glenn Morris
cd9b5d3e51 (fortran-tab-mode-string, fortran-comment-line-start)
(fortran-continuation-string): Doc fixes.
2008-08-23 23:22:22 +00:00
Eli Zaretskii
345b17bb32 (msdos-setup-keyboard) <msdos-setup-keyboard>: Add declare-function. 2008-08-23 17:28:57 +00:00
Eli Zaretskii
293a3986b8 *** empty log message *** 2008-08-23 17:07:57 +00:00
Eli Zaretskii
cbcc5ad47d (msdos-create-frame-with-faces): Renamed from make-msdos-frame.
(terminal-init-internal): New function, errors out if called.
(msdos-initialize-window-system): New function.
(msdos-create-frame-with-faces): Set the terminal's `terminal-initted' (sic!)
parameter.
(frame-creation-function-alist): Add msdos-create-frame-with-faces.
(window-system-initialization-alist): Add msdos-initialize-window-system.
(handle-args-function-alist): Use tty-handle-args for `pc' ``window system''
as well.
(pc-win): Provide.
2008-08-23 17:01:46 +00:00
Eli Zaretskii
d8dbc0d041 (msdos-key-remapping-map): New variable. Move here all the special keys we
will be remapping via local-function-key-map.
(msdos-setup-keyboard): New function.
2008-08-23 17:00:57 +00:00
Eli Zaretskii
8e96a98d30 (tty-register-default-colors): Remove bogus code for using msdos-color-values. 2008-08-23 17:00:21 +00:00
Eli Zaretskii
bbe44805e2 [ms-dos]: Load term/pc-win. 2008-08-23 16:59:51 +00:00
Eli Zaretskii
a5b5acaf92 (command-line): Don't call tty-register-default-colors if
initial-window-system is `pc'.
2008-08-23 16:59:19 +00:00
Dan Nicolaescu
4714a48169 (vc-dir-prepare-status-buffer): Make sure we use a
directory name.
2008-08-23 16:57:13 +00:00
Nick Roberts
e2cb56be55 (x-gtk-map-stock): Don't let the tool bar destroy
match data in process filters.
2008-08-23 15:50:06 +00:00
Nick Roberts
7131d26166 (gud-common-init): Use absolute file so that
perldb works with tramp (sudo).
2008-08-23 15:46:54 +00:00
Nick Roberts
631582299f *** empty log message *** 2008-08-23 15:45:27 +00:00
Martin Rudalics
85a3be1535 (dired-buffer-stale-p): Do not revert buffer that can be written. 2008-08-23 08:03:25 +00:00
Glenn Morris
70ee5ed100 (dired-guess-shell-alist-default): Add .mp3 and .ogg.
(dired-guess-shell-alist-user): Doc fix.  (Bug#417).
2008-08-23 03:16:58 +00:00
Chong Yidong
5247a8e6de (temp-buffer-show-hook): Doc fix. 2008-08-23 03:02:23 +00:00
Chong Yidong
77eda496ae * subr.el (temp-buffer-show-hook): Doc fix. 2008-08-23 03:02:15 +00:00
Michael Albinus
2bfec7a012 *** empty log message *** 2008-08-22 19:33:09 +00:00
Michael Albinus
1766890345 * net/xesam.el (xesam-minor-mode): New minor mode.
(xesam-highlight-buffer): Remove.  Code moved to
`xesam-minor-mode'.
(xesam-refresh-entry): Use `xesam-minor-mode'.
2008-08-22 19:32:26 +00:00
Michael Albinus
80ad4a2a5b * net/trampver.el: Update release number. 2008-08-22 19:24:40 +00:00
Michael Albinus
97c696d53f * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
and "INSIDE_EMACS=...".  Reported by Tassilo Horn <tassilo@member.fsf.org>.
2008-08-22 19:22:55 +00:00
Juanma Barranquero
49c6f3d485 Fix typos. 2008-08-21 22:54:48 +00:00
Chong Yidong
4b6f7dc970 (completion--try-word-completion): Disable partial-completion when
considering the addition of a space or hyphen.
2008-08-21 17:28:58 +00:00
Chong Yidong
d7fa495a10 * minibuffer.el (completion--try-word-completion): Disable
partial-completion when considering the addition of a space or hyphen.
2008-08-21 17:28:35 +00:00
John Paul Wallington
e63d915d4f *** empty log message *** 2008-08-21 12:31:50 +00:00
John Paul Wallington
6da54b82e4 (rmail-insert-inbox-text): Ensure that the filename of `tofile'
doesn't contain any colons so that it works on Windows, Cygwin, and
MS-DOS systems.
2008-08-21 12:24:48 +00:00
Daiki Ueno
7c0ffa6da6 (epg-make-context, epg-context-set-passphrase-callback)
(epg-context-set-progress-callback): Make sure the callback is a
cons of a function and a handback.  Update all callers.
2008-08-21 03:45:14 +00:00
Adrian Robert
795d93585c * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove. 2008-08-21 02:31:45 +00:00
Chong Yidong
b74dc575a7 Revert last change. 2008-08-20 22:48:55 +00:00
Chong Yidong
423732e4fb (wdired-old-auto-revert-mode): New var.
(wdired-change-to-wdired-mode): Turn off auto-revert-mode.
(wdired-change-to-dired-mode): Turn auto-revert-mode on if it used to
be on.
2008-08-20 22:41:45 +00:00
Chong Yidong
c5edc28f43 * wdired.el (wdired-old-auto-revert-mode): New var.
(wdired-change-to-wdired-mode): Turn off auto-revert-mode.
(wdired-change-to-dired-mode): Turn auto-revert-mode on if it used to
be on.
2008-08-20 22:41:28 +00:00
Chong Yidong
a22be623d5 (nroff-mode): Avoid auto-filling on directive lines. 2008-08-20 22:23:06 +00:00
Chong Yidong
c49bd3f70e * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
directive lines.
2008-08-20 22:22:37 +00:00
Michael Albinus
f7a17e30c8 * net/xesam.el (xesam-highlight-string): Precise doc string.
(xesam-highlight-buffer): New defun.
(xesam-refresh-entry): Use it.  Better check for sourceModified.
2008-08-20 20:08:50 +00:00
Chong Yidong
bf2e3fa7a9 (edmacro-parse-keys): Catch events with spaces in their names. 2008-08-19 21:44:56 +00:00
Chong Yidong
edfbf712e5 * edmacro.el (edmacro-parse-keys): Catch events with spaces in their
names.
2008-08-19 21:44:48 +00:00
Kenichi Handa
86d21abc87 *** empty log message *** 2008-08-19 07:50:37 +00:00
Kenichi Handa
ae67001c1b ("Esperanto"): Change the preferred charsets to iso-8859-3. 2008-08-19 07:49:51 +00:00
Kenichi Handa
c57ca7ba66 ("UTF-8"): Add preferred charsets. 2008-08-19 07:48:51 +00:00
Kenichi Handa
5276e48c3e (script-representative-chars): Delete
the entry for symbol.
(setup-default-fontset): For symbol characters, don't specify
:script property.
2008-08-19 07:47:58 +00:00
Bill Wohler
9e6f59382e (Version, mh-version): Update for release 8.1. 2008-08-19 04:37:27 +00:00
Chong Yidong
e8061cd98c (completion-table-dynamic): Doc fix. 2008-08-19 04:34:54 +00:00
Chong Yidong
a1d54bff2f * minibuffer.el (completion-table-dynamic): Doc fix. 2008-08-19 04:34:43 +00:00
Chong Yidong
fdbdd068b1 (custom-toggle-hide): Allow hiding only if widget is saved. 2008-08-19 01:49:04 +00:00
Chong Yidong
ca40134198 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
saved.
2008-08-19 01:48:39 +00:00