Glenn Morris
0d8863b3b1
* eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2013-09-14 16:55:15 -07:00
Glenn Morris
fe30962e0b
* doc/misc/eshell.texi: Markup fixes.
2013-09-14 16:47:54 -07:00
Vivek Dasmohapatra
95d0fa3a55
* erc.el (erc-update-mode-line-buffer): Handle absent topic.
...
Fixes: debbugs:15377
2013-09-14 16:33:19 -07:00
Eli Zaretskii
6990c412ef
Minor fixes for last change in lispref/display.texi.
...
Fixes: debbugs:15375
2013-09-14 19:33:12 +03:00
Eli Zaretskii
d1ec44a551
Fix last change in lispref/display.texi.
...
Fixes: debbugs:15375
2013-09-14 18:34:33 +03:00
Glenn Morris
0c4efd0a6a
Auto-commit of loaddefs files.
2013-09-14 06:19:38 -04:00
Eli Zaretskii
08a209bff2
Fix src/ChangeLog entry of last commit.
2013-09-14 12:26:42 +03:00
Eli Zaretskii
0df00f5905
Fix bug #15375 with inaccurate docs of display margin width values.
...
doc/lispref/display.texi (Display Margins): State the units of measuring
margin width.
src/buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>:
Doc fix.
2013-09-14 12:24:34 +03:00
Glenn Morris
d3fc65499a
* lisp/dired-x.el (dired-guess-default): Make `file' available in the env.
...
(dired-guess-shell-alist-user): Doc fix.
Fixes: debbugs:15363
2013-09-13 13:28:34 -04:00
Glenn Morris
e16582b6bc
* test/automated/eshell.el (eshell-test/for-loop, eshell-test/for-name-loop):
...
Ensure environment variables don't confuse us.
2013-09-13 13:13:52 -04:00
Dmitry Antipov
97fc2468bd
* frame.c (Fx_focus_frame) [HAVE_WINDOW_SYSTEM]: Fix last change.
2013-09-13 20:55:48 +04:00
Dmitry Antipov
fcd42c11c0
Unify Fx_focus_frame between all ports.
...
* src/frame.h (x_focus_frame): New prototype.
* src/xfns.c (Fx_focus_frame): Remove.
(syms_of_xfns): Do not defsubr it.
(x_focus_frame): X implementation.
* src/nsfns.m (Fx_focus_frame): Remove.
(syms_of_nsfns): Do not defsubr it.
(x_focus_frame): NS implementation.
* src/w32term.c (Fx_focus_frame): Remove.
(x_focus_on_frame): Rename to...
(x_focus_frame): W32 implementation.
* src/w32term.h (x_focus_on_frame): Remove prototype.
* src/w32fns.c (Fx_focus_frame): Remove.
(syms_of_w32fns): Do not defsubr it.
* src/frame.c (Fx_focus_frame): Define here.
(syms_of_frame): Defsubr here.
* src/gtkutil.c (xg_tool_bar_callback): Use x_focus_frame.
* lisp/frame.el (x-focus-frame): Mark as declared in frame.c.
2013-09-13 20:46:18 +04:00
Glenn Morris
bc2c0769db
* test/automated/eshell.el (eshell-test-command-result): Clean up when done
2013-09-13 09:16:57 -07:00
Glenn Morris
6ad9cb087a
* test/automated/eshell.el (eshell-test-command-result): New,
...
again using a temp directory.
Replace eshell-command-result with this throughout.
2013-09-13 09:11:19 -07:00
Dmitry Antipov
aad3612f9e
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
...
All of them are replaced with FRAME_DISPLAY_INFO, defined in
each port to reference the port-specific window system data.
* msdos.h (FRAME_X_DISPLAY_INFO): Remove.
(FRAME_DISPLAY_INFO): Define.
* w32term.h (FRAME_W32_DISPLAY_INFO, FRAME_X_DISPLAY_INFO): Remove.
(FRAME_DISPLAY_INFO): Define. Adjust users.
* xterm.h (FRAME_X_DISPLAY_INFO): Remove.
(FRAME_DISPLAY_INFO): Define. Adjust users.
* frame.h (FRAME_RES_X, FRAME_RES_Y): Unify.
* font.c, frame.c, gtkutil.c, image.c, menu.c, msdos.c, nsfns.m:
* nsfont.m, nsterm.m, w32fns.c, w32font.c, w32menu.c, w32term.c:
* w32xfns.c, widget.c, xdisp.c, xfaces.c, xfns.c, xfont.c, xmenu.c:
* xselect.c, xterm.c: All related users changed.
2013-09-13 19:03:51 +04:00
Stefan Monnier
7830899f39
* lisp/ls-lisp.el: Use advice-add.
...
(original-insert-directory): Remove.
(ls-lisp--insert-directory): Rename from insert-directory; add
`orig-fun' argument.
(insert-directory): Advise.
2013-09-13 10:56:03 -04:00
Eli Zaretskii
84387cd259
Fix bug #15337 with non-ASCII characters in file names used by ansi
...
lisp/term.el (term-emulate-terminal): Decode the command string
before passing it to term-command-hook.
2013-09-13 16:22:47 +03:00
Eli Zaretskii
3509fb4083
doc/lispref/text.texi (Not Intervals): Minor wording fix.
2013-09-13 11:26:03 +03:00
Glenn Morris
1143ebe1e0
* lisp/erc/erc-desktop-notifications.el (dbus-debug): Declare.
2013-09-13 00:34:15 -07:00
Glenn Morris
413f9061af
* lisp/gnus/mml2015.el (gnus-create-image): Autoload it.
2013-09-13 00:30:32 -07:00
Glenn Morris
311273ab79
* lisp/gnus/gnus-spec.el (gnus-xmas-format): Fix weird error call.
2013-09-13 00:28:16 -07:00
Glenn Morris
96fd6ea214
* lisp/gnus/gnus-html.el (image-size): Declare.
...
(declare-function): Add compat stub for ancient Emacs.
2013-09-13 00:19:15 -07:00
Glenn Morris
5c3f9bcc3d
* eshell/esh-util.el (ange-cache): Move declaration earlier.
2013-09-13 00:12:44 -07:00
Glenn Morris
2ada368ae9
* lisp/eshell/esh-ext.el (eshell-search-path): Declare.
2013-09-13 00:10:30 -07:00
Glenn Morris
fcef2e1396
* lisp/eshell/em-prompt.el (eshell/pwd): Autoload it.
...
Otherwise an error occurs if eshell-dirs module not loaded.
2013-09-13 00:07:07 -07:00
Glenn Morris
d6a0426625
Silence some url compilation warnings on systems without zlib
...
* url-http.el (url-handle-content-transfer-encoding):
* url-vars.el (url-mime-encoding-string): Silence compiler.
2013-09-13 00:01:55 -07:00
Glenn Morris
35ffc6ba91
* lisp/progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2013-09-12 23:56:35 -07:00
Glenn Morris
a89f3fdfa0
* cedet/semantic/ia.el (semantic-ia-complete-symbol-menu):
...
Comment it out, since it cannot work.
Fixes: debbugs:14522
2013-09-12 23:37:39 -07:00
Michael Albinus
35c3d36e0e
* net/tramp.el (tramp-check-proper-method-and-host): Rename it from
...
`tramp-check-proper-host'. Check for a valid method name.
* net/tramp-adb.el (tramp-adb-maybe-open-connection):
* net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
* net/tramp-sh.el (tramp-maybe-open-connection):
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
* net/tramp-cache.el (tramp-cache-print): Don't print text properties
also for hash values.
2013-09-13 08:03:06 +02:00
Dmitry Antipov
9a650e62c8
* xterm.h (x_window_to_frame, x_any_window_to_frame)
...
(x_menubar_window_to_frame): Remove prototypes.
* xfns.c (x_window_to_frame, x_any_window_to_frame)
(x_menubar_window_to_frame, x_top_window_to_frame):
Move from here...
* xterm.c (x_window_to_frame, x_any_window_to_frame)
(x_menubar_window_to_frame, x_top_window_to_frame):
...to here and convert all but the last to static.
2013-09-13 10:00:20 +04:00
Glenn Morris
9dc7e8e1a4
* test/automated/eshell.el (with-temp-eshell): Use a temp directory
...
for eshell-directory-name.
It seems we don't have permission to write to HOME on hydra.
2013-09-12 20:55:56 -07:00
Glenn Morris
e3066edb0a
ChangeLog typo fix
2013-09-12 16:42:40 -04:00
Glenn Morris
2d5788f46d
* test/automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
...
due to "has a running proces; kill it?" prompts.
2013-09-12 16:39:13 -04:00
Stefan Monnier
51e14f13f0
* eshell/em-cmpl.el: Undo accidental part of last commit.
2013-09-12 16:38:35 -04:00
Stefan Monnier
379add74c2
* lisp/term/ns-win.el (parameters): Don't declare as dynamic.
...
(before-make-frame-hook): Don't add ineffective function.
2013-09-12 16:21:41 -04:00
Stefan Monnier
ae5e4c483a
* lisp/eshell/*.el: Use lexical-binding.
...
* test/automated/eshell.el: Move from test/eshell.el.
(eshell-test/for-loop, eshell-test/for-name-loop): New tests.
Fixes: debbugs:15231
2013-09-12 16:15:53 -04:00
Stefan Monnier
1f1e06e272
* lisp/abbrev.el (abbrev--check-chars): Fix thinko.
...
Fixes: debbugs:15329
2013-09-12 15:36:23 -04:00
Glenn Morris
da0752f937
* lisp/cedet/semantic/find.el (semantic-find-first-tag-by-name):
...
Replace obsolete function assoc-ignore-case with assoc-string.
2013-09-12 13:23:48 -04:00
Eli Zaretskii
347ae3e143
lisp.mk (lisp): Add w32-common-fns.elc.
2013-09-12 19:05:12 +03:00
Kenichi Handa
56d968a488
merge trunk
2013-09-12 23:48:18 +09:00
Kenichi Handa
b5623270b6
composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2013-09-12 23:45:28 +09:00
Xue Fuqiao
4dfa4b9bd9
Comments.
2013-09-12 22:21:21 +08:00
Xue Fuqiao
15c6d837a5
* src/charset.c (char_charset): Document an exception for char-charset.
2013-09-12 21:12:39 +08:00
Xue Fuqiao
99d8e6d6c2
* doc/lispref/functions.texi (Obsolete Functions): Add an index for obsolete functions.
2013-09-12 20:22:17 +08:00
Xue Fuqiao
384a7d723e
* doc/emacs/text.texi (Enriched Justification): Explain values of default-justification.
2013-09-12 20:04:18 +08:00
Dmitry Antipov
27e90f7752
* xterm.h (x_display_info): New field last_user_time...
...
* xterm.c (toplevel): ...to replace static last_user_time.
(handle_one_xevent, x_ewmh_activate_frame): Adjust users.
2013-09-12 11:29:33 +04:00
Glenn Morris
4a503aef7e
Remove superflous comment
2013-09-12 00:00:52 -07:00
Glenn Morris
dea01c6e98
* vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2013-09-11 23:58:57 -07:00
Glenn Morris
aa30fa6f3a
* vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument.
2013-09-11 23:55:15 -07:00
Glenn Morris
be94d71300
* vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
...
(vc-svn-ignore): Mark unused arguments.
2013-09-11 23:53:57 -07:00