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 17 hours
ago. based on code collected
about 17 hours
ago.
Jun 12, 2024 — Jun 12, 2025
Showing page 25 of 3,350
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* progmodes/compile.el (compilation-error-regexp-alist-alist): Comment out 2007-07-25 change adding support for Maven error messages; this regexp is too slow on long lines (Bug#3441).
Chong Yidong
More...
almost 16 years ago
* progmodes/ruby-mode.el (ruby-parse-partial, ruby-font-lock-keywords): Support overloadable negative operators (Bug#3587).
Chong Yidong
More...
almost 16 years ago
* files.el (save-some-buffers-action-alist): Fix last change (Bug#3578).
Chong Yidong
More...
almost 16 years ago
(Language Environments): Add @anchor{Describe Language Environment}. (Charsets): Change @xref to @pxref.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(Dedicated Windows): Fix typo. (Resizing Windows): Replace @defun by @deffn.
Martin Rudalics
More...
almost 16 years ago
(Obtaining the FAQ): Add reference to Savannah. (Latest version of Emacs): Mention source code repository.
Glenn Morris
More...
almost 16 years ago
(Directory Local Variables): Update for 2009-04-11 name-change of dir-locals-directory-alist.
Glenn Morris
More...
almost 16 years ago
(dir-locals-set-directory-class): Fix doc typo.
Glenn Morris
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(list-character-sets): Change "FINAL-CHAR" to "FINAL-BYTE" for follow the official terminology. (list-character-sets-1): Add one line explanation about "supplementary charset". Make the part "Supplementary Character Sets" clickable.
Kenichi Handa
More...
almost 16 years ago
(Charsets): Update the description for the new charset. (list-character-sets): New findex.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(detect_coding_utf_16): Fix previous change.
Kenichi Handa
More...
almost 16 years ago
(emacsserver, mac-fix-env, yow): Remove deleted files.
Glenn Morris
More...
almost 16 years ago
(Top): Language tweak. (Extended commands): Most people have arrow keys. (Emacs manual): Say how to follow info links. (File-name conventions): Change title a bit. Explain about source versus installed. Condense etc description. (Guidelines for newsgroup postings): Mention Savannah list page. (Newsgroup archives): Simplify. (Contacting the FSF): Add contact URL. (Emacs Lisp documentation): Printed version not always available. (Installing Texinfo documentation): Explain how by hand installation is not normally needed. Use add-to-list. Remove duplicate reference. (Informational files for Emacs): Move info on Help menu here from "File-name conventions". (Help installing Emacs): Tweak uref. (Obtaining the FAQ): Mention repository. (Origin of the term Emacs): Explain "ITS". (Changing load-path): Use add-to-list. (Automatic indentation): Clarify this is for Text mode. Don't mention Indented Text mode. (Finding Emacs on the Internet): The FSF does not seem to offer a deluxe distribution on CD anymore.
Glenn Morris
More...
almost 16 years ago
Merge in a few snippets just deleted from faq.texi.
Glenn Morris
More...
almost 16 years ago
(Top): Mention which Emacs version this FAQ is about. Recommend the latest release. Mention how to get older FAQs. Recommend the Emacs manual. (Guidelines for newsgroup postings): Discourage cross-posts. (Underlining paragraphs): Remove. (Editing MS-DOS files): Remove pre-Emacs 20 information. (Bugs and problems): Update key-binding. (Problems with very large files): Mention 64-bit. (Shell process exits abnormally): Remove. (Problems with Shell Mode): Rename and update. (Spontaneous entry into isearch-mode) (Problems talking to certain hosts): Remove. This is old information, in etc/PROBLEMS if needed. (Emacs takes a long time to visit files, Updating Emacs): Remove. (Dired claims that no file is on this line): Update. (Installing Emacs, Problems building Emacs): Simplify. (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating information. (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify. (Emacs for Mac OS X): Rename from "Emacs for Apple computers". (JDEE): "JDEE", not "JDE". (Handling C-s and C-q with flow control, Binding C-s and C-q): Remove. This is old information, in etc/PROBLEMS if needed. (stty and Backspace key, Kanji and Chinese characters): Remove. (Right-to-left alphabets): Update section. (Changing the included text prefix): Gnus uses message-yank-prefix. Add cross-reference to Supercite manual. (Saving a copy of outgoing mail): Simplify output file description. (Expanding aliases when sending mail): Refer to Emacs manual. Remove old info about RFC822. Correct description of how to rebuild aliases. (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail. (MIME with Emacs mail packages) (Viewing articles with embedded underlining) (Saving a multi-part Gnus posting, Gnus hangs for a long time): Remove old sections. (Killing based on nonstandard headers): Remove. Scoring is preferable, and is well-documented in the Gnus manual. (Reading news with Emacs): Merge "Learning more about Gnus" into here. (Making Gnus faster): Rename from "Starting Gnus faster". Merge "Catch-up is slow in Gnus" into here.
Glenn Morris
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(detect_coding_utf_16): Fix previous change.
Kenichi Handa
More...
almost 16 years ago
(detect_coding_utf_16): Fix the logic of rejecting UTF-16 by checking the dispersion of Eth and Oth bytes.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
Add cp949-2-byte, cp949.
Kenichi Handa
More...
almost 16 years ago
Use "/" instead of "," to seperate independent words.
Kenichi Handa
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(compose-region): Improve the docstring.
Kenichi Handa
More...
almost 16 years ago
(detect_coding_utf_16): Fix typo counting odd bytes.
Andreas Schwab
More...
almost 16 years ago
(vc-default-revision-granularity): Remove to let the normal error handling kick in (bug#3570).
Stefan Monnier
More...
almost 16 years ago
*** empty log message ***
Kenichi Handa
More...
almost 16 years ago
(status_message): Fix previous change. Be sure to decode a localized string.
Kenichi Handa
More...
almost 16 years ago
←
1
2
…
21
22
23
24
25
26
27
28
29
…
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