0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add the `recenter-redisplay' variable, and make `recenter' use it. More... almost 16 years ago
Don't dereference NULL upon failed malloc and realloc. More... almost 16 years ago
(movemail.o): Don't pass -Demacs, unused. More... almost 16 years ago
Add arch tagline More... almost 16 years ago
* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision): 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 ... More... almost 16 years ago
(elp-output-insert-symname): Add a link face to make it obvious item can be clicked. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(main): Call init_font (). More... almost 16 years ago
(Vfont_log): Extern it. (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros. More... almost 16 years ago
(font_sort_entities, font_list_entities) (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. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
Change font_add_log to FONT_ADD_LOG. More... almost 16 years ago
(vc-mtn-after-dir-status, vc-mtn-dir-status): New functions. More... almost 16 years ago
(fontset_font): Call FONT_DEFERRED_LOG. (face_for_char): Don't call font_deferred_log here. (font_for_char): Likewise. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(korean-key-bindings): Change the binding of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the same command. More... almost 16 years ago
(hangul-to-hanja-conversion): When it is called while korean input method is off, convert the following character. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
* trampver.texi: Update release number. Set default value of `emacsgvfs'. More... almost 16 years ago
* tramp.texi (History): Add GVFS support. (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. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
* net/trampver.el: Update release number. Make version check fit for SXEmacs 22. More... almost 16 years ago
* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler for `dired-uncache'. (tramp-smb-handle-file-local-copy): Cleanup in case of error. More... almost 16 years ago
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler for `dired-uncache'. More... almost 16 years ago
* net/tramp-compat.el (tramp-compat-split-string) (tramp-compat-process-running-p): New defuns. More... almost 16 years ago
* net/tramp-cmds.el (tramp-bug): Recommend `tramp-cleanup-all-connections' in the bug mail. More... almost 16 years ago
* net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading', 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. More... almost 16 years ago
* net/tramp-gvfs.el: New package. More... almost 16 years ago
* Makefile.in (ELCFILES): Add net/tramp-gvfs.elc. More... almost 16 years ago
Fix typos. More... almost 16 years ago