- 03 Jun, 2010 2 commits
-
-
Glenn Morris authored
* configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true. * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h: Remove NOT_C_CODE tests, it is always true now. * nt/config.nt: Remove NOT_C_CODE tests, it is always true now. * admin/CPP-DEFINES: Remove NOT_C_CODE.
-
Stefan Monnier authored
* lisp/emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent) (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword) (smie-indent-close, smie-indent-comment-continue, smie-indent-bob) (smie-indent-exps): Extract from smie-indent-calculate. (smie-indent-functions): New var. (smie-indent-functions): Use them.
-
- 02 Jun, 2010 9 commits
-
-
Stefan Monnier authored
(smie-indent-hanging-p): Use smie-bolp. * test/indent: New dir.
-
Michael Albinus authored
(tramp-gvfs-mount-point): Removed. (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command): New defuns. (with-tramp-dbus-call-method): Format trace message. (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file): Implement backup call, when operation on local files fails. Use progress reporter. Flush properties of changed files. (tramp-gvfs-handle-make-directory): Make more traces. (tramp-gvfs-url-file-name): Hexify file name in url. (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares) into account for the resulting file name. (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when the answer is "no". See `tramp-gvfs-maybe-open-connection'. (tramp-gvfs-handler-mounted-unmounted) (tramp-gvfs-connection-mounted-p): Test also for new mountspec attribute "default_location". Set "prefix" property. (tramp-gvfs-mount-spec): Return both prefix and mountspec. (tramp-gvfs-maybe-open-connection): Test, whether mountpoint exists. Raise an error, if not (due to a corresponding answer "no" in interactive questions, for example).
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* src/xsettings.c: * src/xgselect.c: * src/nsterm.m: * src/nsselect.m: * src/nsimage.m: * src/nsfont.m: * src/nsfns.m: * src/dbusbind.c: Use #include <config.h> instead of "config.h" as all other files do.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* src/keymap.c: Do not include alloca.h, config.h does that. * src/sysdep.c: Likewise. Do not define fwrite, not used.
-
Dan Nicolaescu authored
* configure.in: Use the code sequence indicated by "info autoconf" for alloca (bug#6170).
-
Katsumi Yamaoka authored
(gnus-article-browse-delete-temp-files): Don't make query for each temp file when gnus-article-browse-delete-temp is ask.
-
- 01 Jun, 2010 8 commits
-
-
Juanma Barranquero authored
-
Dan Nicolaescu authored
* lisp/vc-git.el (vc-git-compute-remote): New function. (vc-git-log-outgoing): Use it instead of hard coding a value. (vc-git-log-incoming): New function.
-
Dan Nicolaescu authored
* lisp/vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer to update the state of all buffers in the directory.
-
Juanma Barranquero authored
-
Dan Nicolaescu authored
-
Stefan Monnier authored
-
Stefan Monnier authored
`file-directory-p' to the filename part rather than to the whole text.
-
Stefan Monnier authored
the HAVE_TERMIO where it belongs. Fixes: debbugs:6149
-
- 31 May, 2010 10 commits
-
-
Stefan Monnier authored
-
Jonathan Marchand authored
Fixes: debbugs:6231
-
Stefan Monnier authored
of bug#6305).
-
Daiki Ueno authored
-
Stefan Monnier authored
Fixes: debbugs:6319
-
Juanma Barranquero authored
-
Drew Adams authored
-
Drew Adams authored
-
Juanma Barranquero authored
* lisp/subr.el (momentary-string-display): Just use read-event to read the exit event (Bug#6238).
-
Juanma Barranquero authored
* lisp/subr.el (momentary-string-display): Just use read-event to read the exit event (Bug#6238).
-
- 30 May, 2010 9 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
(Programmed Completion): Document the new fourth method for boundaries. * .bzrignore: Ignore new files from trunk, which appear if you use colocated branches (i.e. "bzr switch").
-
Eli Zaretskii authored
lisp/international/mule.el (define-coding-system): Doc fix.
-
Eli Zaretskii authored
bidi.c (bidi_move_to_visually_next): Make sure the sentinel state is always cached.
-
Juanma Barranquero authored
-
Stefan Monnier authored
past the end of `string'. (completion--file-name-table): Delegate to completion-file-name-table for the `boundaries' case. Fixes: debbugs:6299
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 29 May, 2010 2 commits
-
-
Chong Yidong authored
* lib-src/emacsclient.c (longopts, decode_options, print_help_and_exit): New arg `-parent-id'. (main): Send parent-id to Emacs. * lisp/server.el (server-process-filter): Receive parent-id argument from emacsclient. (server-create-window-system-frame): New arg. Pass parent-id as frame parameter.
-
Glenn Morris authored
-