openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
jrockway's emacs
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 19 hours
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 22 of 3,350
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add the `recenter-redisplay' variable, and make `recenter' use it.
Miles Bader
More...
almost 16 years ago
Don't dereference NULL upon failed malloc and realloc.
Jim Meyering
More...
almost 16 years ago
(movemail.o): Don't pass -Demacs, unused.
Dan Nicolaescu
More...
almost 16 years ago
Add arch tagline
Miles Bader
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 ...
Dan Nicolaescu
More...
almost 16 years ago
(elp-output-insert-symname): Add a link face to make it obvious item can be clicked.
Dan Nicolaescu
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(main): Call init_font ().
Kenichi Handa
More...
almost 16 years ago
(Vfont_log): Extern it. (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
Kenichi Handa
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.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
Change font_add_log to FONT_ADD_LOG.
Kenichi Handa
More...
almost 16 years ago
(vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
Dan Nicolaescu
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.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
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.
Kenichi Handa
More...
almost 16 years ago
(hangul-to-hanja-conversion): When it is called while korean input method is off, convert the following character.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Michael Albinus
More...
almost 16 years ago
* trampver.texi: Update release number. Set default value of `emacsgvfs'.
Michael Albinus
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.
Michael Albinus
More...
almost 16 years ago
*** empty log message ***
Michael Albinus
More...
almost 16 years ago
* net/trampver.el: Update release number. Make version check fit for SXEmacs 22.
Michael Albinus
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.
Michael Albinus
More...
almost 16 years ago
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler for `dired-uncache'.
Michael Albinus
More...
almost 16 years ago
* net/tramp-compat.el (tramp-compat-split-string) (tramp-compat-process-running-p): New defuns.
Michael Albinus
More...
almost 16 years ago
* net/tramp-cmds.el (tramp-bug): Recommend `tramp-cleanup-all-connections' in the bug mail.
Michael Albinus
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.
Michael Albinus
More...
almost 16 years ago
* net/tramp-gvfs.el: New package.
Michael Albinus
More...
almost 16 years ago
* Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
Michael Albinus
More...
almost 16 years ago
Fix typos.
Juanma Barranquero
More...
almost 16 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
3349
3350
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree