- Sep 08, 2014
-
-
Norbert Koch authored
-
Norbert Koch authored
-
- Aug 06, 2014
-
-
Mats Lidell authored
Changelog addition: 2014-08-06 Mats Lidell <matsl@xemacs.org> * idna.el: New file from GNU Libidn. Added Coding cookie and load protection if utf-8 support is missing. * punycode.el: Ditto.
-
- May 15, 2014
-
-
Norbert Koch authored
-
Norbert Koch authored
-
Norbert Koch authored
-
Norbert Koch authored
-
- May 13, 2014
-
-
Jerry James authored
In addition: - Restore CVS keyword expansions that were lost during the switch to Mercurial - Update texinfo sources for texinfo 5.x See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ@mail.gmail.com> in xemacs-patches and followups for details.
-
- Apr 07, 2014
-
-
Norbert Koch authored
-
Norbert Koch authored
-
Norbert Koch authored
-
Norbert Koch authored
-
- Jan 13, 2012
-
-
Norbert Koch authored
-
- Jan 10, 2012
-
-
Norbert Koch authored
-
Norbert Koch authored
-
- Jan 02, 2012
-
-
Aidan Kehoe authored
-
Aidan Kehoe authored
2012-01-02 Aidan Kehoe <kehoea@parhasard.net> * browse-cltl2.el (cltl2-prepare-index): #'puthash, not #'cl-puthash, the latter is an obsolete name.
-
- Dec 23, 2011
-
-
Vin Shelton authored
-
- Sep 03, 2011
-
-
cvs2hg authored
-
- Apr 07, 2008
-
- Apr 05, 2008
-
-
youngs authored
* google-query.el (google-query-process-results): Fix the regexp to find the URLs in the output. Google decided to change their format again. (google-query-version): Bump to 1.9
-
- Mar 03, 2008
- Nov 29, 2007
- Jun 22, 2007
-
-
viteno authored
-
- Jun 21, 2007
-
-
aidan authored
-
- Mar 06, 2007
-
-
viteno authored
- Jan 17, 2007
-
-
viteno authored
-
- Dec 31, 2006
-
-
stephent authored
-
- Dec 29, 2006
- Sep 25, 2006
-
-
youngs authored
* google-query.el (google-query-version): Don't use the RCS header to get the version. (google-query-process-results): Google changed the format of their search results pages a little, update this to compensate. (google-query): No need to send ssl extension in the request. Send either "SXEmacs" or "XEmacs" as part of the user-agent string, depending on which flavour is being used. Somewhere along the line, google-query.el stopped working because the Google folks decided to change the HTML of the search results pages. This changeset takes care of that. Plus a couple of minor things like nuking the RCS header and local-variables section.
- Oct 12, 2005
-
- Oct 06, 2005
-
-
viteno authored
-
- Sep 30, 2005
-
-
youngs authored
* xml.el (xml-parse-region): * xml.el (xml-parse-tag): Fix bug where an empty element written as <foo/> incorrectly has a list of children. From: David Aspinall <David.Aspinall@ed.ac.uk>
-
- May 01, 2005
-
-
youngs authored
* google-query.el (google-query-url-at-point): New. Runs `browse-url' without the need for `thing-at-point'. (google-query-url-at-mouse): New. As above, via a rat. (google-query-map): Use them. (google-query-kill-buffer): New. Convenience function for killing the results buffer without being asked confirmation. (google-query-mode-map): New. Keymap for results buffer. (google-query-ext-map): New. Keymap for extents in results buffer. Replaces `google-query-map'. (google-query-map): Removed. (google-query-make-url-extents): Use `google-query-ext-map' instead of `google-query-map'. (google-query-mode): New. Major mode for results buffer. (google-query-process-results): Use `google-query-mode' instead of fooling around with electric help. Tweak the code for filtering out all the useless crud that google returns. Fill the results.