- 23 Jun, 2009 17 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Dan Nicolaescu authored
conditional, it is always defined on AIX.
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1604
-
Jim Meyering authored
* src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap pointer dereferences are guaranteed to be valid.
-
Dan Nicolaescu authored
-
Miles Bader authored
-
Dan Nicolaescu authored
Add an optional argument for the backend, use it instead of calling vc-backend. (vc-mode-line): Add an optional argument for the backend. Pass the backend to vc-state and vc-working-revision. Move code for special handling for vc-state being a buffer to ... * vc-rcs.el (vc-rcs-find-file-hook): * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions. * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout) (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state, vc-stay-local-p and vc-mode-line calls. * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log) (vc-cvs-diff, vc-cvs-annotate-command) (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p) (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and vc-mode-line calls. * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of direct comparison. (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the backend when calling vc-mode-line. (vc-register): Do not create a closure for calling the vc register function, call it directly.
-
Dan Nicolaescu authored
can be clicked.
-
Kenichi Handa authored
-
Kenichi Handa authored
(FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
-
Kenichi Handa authored
(font_matching_entity, font_open_entity) (font_close_object): Change font_add_log to FONT_ADD_LOG. (Vfont_log): Delete static. (font_log_env_checked): Delete this variable. (font_add_log): Don't check font_log_env_checked. (font_deferred_log): Check Vfont_log. (init_font): New function.
-
Kenichi Handa authored
-
Dan Nicolaescu authored
-
Kenichi Handa authored
(face_for_char): Don't call font_deferred_log here. (font_for_char): Likewise.
-
Kenichi Handa authored
hangul-to-hanja-conversion. Bind Hangul_Hanja to the same command.
-
Kenichi Handa authored
while korean input method is off, convert the following character.
-
- 22 Jun, 2009 23 commits
-
-
Michael Albinus authored
`emacsgvfs'.
-
Michael Albinus authored
(External methods): Precise `rsync' description. Add `dav', `davs' and `obex' methods. Add 'tramp-gvfs-methods' option. (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp forms. (Remote Programs): Introduce `tramp-own-remote-path'. (Remote processes): New subsection "Running remote programs that create local X11 windows". (Frequently Asked Questions): Improve code for disabling vc.
-
Michael Albinus authored
for SXEmacs 22.
-
Michael Albinus authored
handler for `dired-uncache'. (tramp-smb-handle-file-local-copy): Cleanup in case of error.
-
Michael Albinus authored
for `dired-uncache'.
-
Michael Albinus authored
(tramp-compat-process-running-p): New defuns.
-
Michael Albinus authored
`tramp-cleanup-all-connections' in the bug mail.
-
Michael Albinus authored
when a loading of a package fails. Completion function for rsync is `tramp-completion-function-alist-ssh'. (all): Replace all calls of `split-string' and `tramp-split-string' by `tramp-compat-split-string'. (tramp-default-method): Use `tramp-compat-process-running-p'. (tramp-default-proxies-alist): Allow also Lisp forms. (tramp-remote-path): Add choice "Private Directories". (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option. (tramp-domain-regexp): Allow also "-", "_" and ".". (tramp-end-of-output): Remove newlines, and add "$" at the end. (tramp-file-name-handler-alist): Add handler for `dired-uncache'. (tramp-debug-message): Insert header line in debug buffer. (tramp-handle-directory-files-and-attributes-with-stat): Care about filenames with spaces, or starting with "-". (tramp-handle-dired-uncache): New defun. (tramp-handle-insert-directory): Don't flush the directory from cache, this is handled by `dired-uncache' now. (tramp-handle-insert-file-contents): Improve error handling. (tramp-find-shell, tramp-open-connection-setup-interactive-shell): Quote `tramp-end-of-output'. (tramp-action-password): Improve trace message. (tramp-check-for-regexp): Both echoes must be present, before removing. (tramp-open-connection-setup-interactive-shell): Trace coding system. (tramp-compute-multi-hops): Eval cons cells of `tramp-default-proxies-alist'. (tramp-maybe-open-connection): Use the same command pattern for first hop and further hops. (tramp-wait-for-output): Remove handling of newlines. (tramp-get-remote-path): Handle also `tramp-own-remote-path'. (tramp-split-string): Remove function. It is handled in tramp-compat now.
-
Michael Albinus authored
-
Michael Albinus authored
-
Juanma Barranquero authored
-
Jim Meyering authored
* jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz. XZ is the successor to LZMA: <http://tukaani.org/xz/>
-
-
Nick Roberts authored
-
Glenn Morris authored
-
Glenn Morris authored
and `eval' entries. (Bug#3430)
-
Glenn Morris authored
-
Glenn Morris authored
Add arch-tag.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
differing behavior of \n and ^ in strings. (Bug#3385)
-
Glenn Morris authored
Refill.
-
Glenn Morris authored
(lisp-indent-function): Make it a defcustom.
-