log

age author description
2010-09-04 Katsumi Yamaoka gnus-html.el: Add the new command gnus-html-show-images.
2010-09-04 Katsumi Yamaoka gnus-html.el: Fix up the logic that marks resized images for buffer deletion; Have the image insertion work even if the missing image is in an <a>.
2010-09-04 Katsumi Yamaoka gnus-agent.el: Change the default so that nnimap methods aren't agentized by default. There's apparently many problems related to agent/imap behaviour; gnus-art.el: Don't reuse the 'gnus-data text property, but use a new property. This avoids stomping over other functions that use this for other things; gnus-html.el: Add a new `i' command to insert images.
2010-09-04 Katsumi Yamaoka gnus-html: Comment fix.; gnus-art.el: Provide an `u' command on urls and the like that copies the string over to the kill ring; Also have the `u' command work for HTML links.
2010-09-04 Katsumi Yamaoka Added a .dir-locals.el file so that trailing whitespace is shown.
2010-09-03 Stefan Monnier Use SMIE's blink-paren for octave-mode.
2010-09-03 Stefan Monnier * lisp/electric.el (electricity): New group.
2010-09-03 Stefan Monnier * lisp/calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2010-09-03 Stefan Monnier Provide blink-matching support to SMIE.
2010-09-03 Stefan Monnier * lisp/simple.el (newline): Fix last change to properly remove itself from
2010-09-03 Katsumi Yamaoka gnus-html.el (gnus-html-put-image): make avoidance of displaying small images work for XEmacs.
2010-09-03 Katsumi Yamaoka Make gnus-html work for XEmacs.
2010-09-03 Katsumi Yamaoka gnus-ems.el: Make process-plist functions work.
2010-09-03 Katsumi Yamaoka message.el (message-generate-hashcash): Change default to 'opportunistic if hashcash is installed; gnus-html.el (gnus-html-put-image): Only call image-size once, since it's somewhat time-consuming on remote X servers.
2010-09-02 Stefan Monnier Add blink-matching-check-function and misc cleanups.
2010-09-02 Jan D. Fix lisp/ChangeLog entries.
2010-09-02 Chong Yidong Set revert-buffer-function in Package Menu.
2010-09-02 Katsumi Yamaoka gnus-html-rescale-image: Fix up typo in rescaling.
2010-09-02 Agustin martin ispell.el: better `default-directory' and kill-ispell-on-exit handling
2010-09-02 Jan D * simple.el (kill-new): Call interprogram-cut-function with only one argument.
2010-09-02 Jan D. Forgor to save ChangeLog for previous commit.
2010-09-02 Jan D. Remove cut buffer from documentation.
2010-09-02 Jan D. Support for cut buffers has been removed.
2010-09-02 Jan D. emoved cut-buffer code.
2010-09-02 Jan D. Removed cut-buffer code.
2010-09-02 Katsumi Yamaoka gnus-html-put-image, gnus-html-rescale-image: Pass `file' argument.
2010-09-02 Katsumi Yamaoka gnus-article-html: Make work buffer multibyte for decoded contents.
2010-09-02 Katsumi Yamaoka gnus-group.el (gnus-group-line-format): Remove %O (moderated) from group line format, since it isn't very interesting.
2010-09-02 Katsumi Yamaoka gnus-agent.el (gnus-agent-short-article, gnus-agent-long-article): Increase values for these two variables.
2010-09-02 Katsumi Yamaoka gnus.el (gnus-mode-non-string-length): Change default to 30; gnus-sum.el (gnus-auto-select-subject): Change default to `unseen-or-unread'; gnus.el (gnus-refer-article-method): Change default to 'current.
2010-09-02 Katsumi Yamaoka message.el (message-generate-new-buffers): Change default to `unsent'; gnus-sum.el (gnus-summary-goto-unread, gnus-single-article-buffer): Change default to nil.
2010-09-02 Kenichi Handa merge changes in emacs-23 branch
2010-09-02 Kenichi Handa merge trunk
2010-09-02 Kenichi Handa merge trunk
2010-09-02 Kenichi Handa merge trunk
2010-09-02 Kenichi Handa merge trunk
2010-09-01 Kenichi Handa merge changes in emacs-23 branch
2010-08-31 Kenichi Handa Fix handling of 8-bit characters in a display table.
2010-08-31 Kenichi Handa Fix handling of 8-bit characters in a display table.
2010-08-29 Kenichi Handa term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.
2010-08-29 Kenichi Handa merge emacs-23
2010-08-29 Kenichi Handa term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.
2010-08-28 Kenichi Handa merge emacs-23
2010-08-28 Glenn Morris * etc/ChangeLog: Whitespace.
2010-08-28 Glenn Morris * etc/ChangeLog: Mark tiny change.
2010-08-28 Kenichi Handa quail/japanese.el (quail-japanese-update-translation): Fix handling of invalid key.
2010-08-27 Kenichi Handa merge emacs-23
2010-08-26 Michael Albinus Sync with Tramp 2.1.19.
2010-08-26 Michael Albinus Sync with Tramp 2.1.19.
2010-08-26 Juanma Barranquero play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2010-08-26 Chong Yidong * emacs.1: Mention "maximized" value for the "fullscreen" X resource.
2010-08-26 Chong Yidong * simple.el (beginning-of-buffer, end-of-buffer): Doc fix (Bug#6907).
2010-08-28 Kenichi Handa quail/japanese.el (quail-japanese-update-translation): Fix handling of invalid key.
2010-08-26 Kenichi Handa merge trunk
2010-08-23 Chong Yidong * progmodes/python.el (python-block-pairs): Allow use of "finally" with "else" (Bug#3991).
2010-08-22 Chong Yidong * emacs3.py: Import imp module and use it (Bug#5756).
2010-08-22 Chong Yidong Handle multiple entries in some RCIRC commands (Bug#6894).
2010-09-02 Katsumi Yamaoka gnus-html.el (gnus-html-rescale-image): Yet another try at getting the image sizing right.
2010-09-02 Katsumi Yamaoka Delete all trailing white space.
2010-09-02 Katsumi Yamaoka gnus-html.el (gnus-html-wash-tags): Remove all <pre_int> place holders.
2010-09-02 Katsumi Yamaoka gnus-html.el (gnus-html-wash-tags): Don't show images that are really small. They're probably tracking images; nntp.el (nntp-request-set-mark): Refuse to do marks if nntp-marks-file-name is nil.
2010-09-02 Katsumi Yamaoka gnus-html.el (gnus-html-rescale-image): The rescaling logic scaled down too much; nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2010-09-02 Katsumi Yamaoka gnus-html.el: prefix log messages with function name
2010-09-02 Katsumi Yamaoka gnus-html.el (gnus-html-wash-tags): Check the value ofgnus-blocked-images in the summary buffer.
2010-09-02 Katsumi Yamaoka gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.
2010-09-02 Katsumi Yamaoka gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is.
2010-09-02 Katsumi Yamaoka gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just like "a", it seems like; (gnus-html-image-url-blocked-p): Take a parameter for blocked-images since it needs to be picked from the correct buffer.
2010-09-02 Katsumi Yamaoka Remove arch-tags from all files, since these are no longer needed.
2010-09-02 Katsumi Yamaoka Remove nnlistserv, nnwfm and related code.
2010-09-02 Katsumi Yamaoka Remove nndb, nnkiboze and related code.
2010-09-02 Katsumi Yamaoka gnus-html.el: add and use gnus-html-image-url-blocked-p
2010-09-02 Katsumi Yamaoka gnus-html.el: We can't rescale if we don't have the article buffer in a window.
2010-09-02 Katsumi Yamaoka gnus-html.el: Try to get the rescaling logic right for images that are just wide and not tall.
2010-09-02 Katsumi Yamaoka gnus.el, gnus-html.el: Use the deleted text as the image alt text.
2010-09-01 Katsumi Yamaoka gnus.texi (HTML): Document gnus-max-image-proportion.
2010-09-01 Katsumi Yamaoka gnus-html.el: Rescale images in article buffers for Emacs versions that support this. This is currently only Emacs 24 compiled with imagemagick support.
2010-09-01 Katsumi Yamaoka gnus-html.el: Add extra logging.
2010-09-01 Katsumi Yamaoka gnus-html.el: Delete the IMG_ALT region.
2010-08-27 Kenichi Handa merge emacs-23
2010-09-01 Kenichi Handa merge trunk
2010-09-01 Stefan Monnier Fix up some byte-compiler warnings.
2010-09-01 Stefan Monnier * lisp/simple.el (blink-paren-function): Move from C to here.
2010-09-01 Stefan Monnier * lisp/emacs-lisp/pcase.el (pcase-split-memq): Overenthusiastic optimisation.
2010-09-01 Katsumi Yamaoka gnus-article-html: Decode contents by charset.
2010-09-01 Katsumi Yamaoka gnus-process-put: Fix previous commit.
2010-09-01 Katsumi Yamaoka gnus-html.el, message.el: Add custom version to new variables; gnus-sum.el: Bump custom version of gnus-auto-expirable-marks.
2010-09-01 Katsumi Yamaoka gnus-html-curl-sentinel: Replace process-get with gnus-process-get.
2010-09-01 Katsumi Yamaoka Add compatibility functions gnus-process-get and gnus-process-put for Emacs 21 and XEmacs.
2010-09-01 Katsumi Yamaoka Fix previous merge from Gnus trunk.
2010-09-01 Katsumi Yamaoka Fix previous merge from Gnus trunk.
2010-09-01 Katsumi Yamaoka Remove nnwarchive.el.
2010-09-01 Katsumi Yamaoka Use nnimap-request-list-method instead of lsub directly; by Julien Danjou <julien@danjou.info>.
2010-09-01 Katsumi Yamaoka Remove nnwarchive by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka Remove nnultimate.el and related code; Remove nnsoup.el, gnus-soup.el and related code; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka gnus-html.el: Introduce a new variable, gnus-blocked-images, and use that instead of the w3m variable; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka message.texi: Fix some syntax errors in the last check-in; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka gnus-ems.el: Provide compatibility functions for gnus-set-process-plist by Katsumi Yamaoka <yamaoka@jpl.org>; gnus-html.el: Use gnus-process-plist and friends for compatibility; gnus-cite.el: New function to guess whether a long line is natural text or not; message.el: Implement message-prune-recipient-rules; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Stefan Monnier * lisp/gnus/gnus-html.el: Require pkgs that define macros used in this file.
2010-08-31 Stefan Monnier * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
2010-08-31 Chong Yidong * textmodes/nroff-mode.el (nroff-view): New command.
2010-08-31 Chong Yidong * src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.
2010-08-31 Katsumi Yamaoka Clarify the code a bit by renaming the variable with the url to `url'; Support cid: URLs/images; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Stefan Monnier * lisp/emacs-lisp/smie.el (smie-down-list): New command.
2010-08-31 Stefan Monnier Remove old indentation and navigation code on octave-mode.
2010-08-31 Katsumi Yamaoka Bump custom version of some user options of which the default values changed.
2010-08-31 Katsumi Yamaoka Bump custom version of some user options of which the default values changed.
2010-08-31 Katsumi Yamaoka Merge from mainline.
2010-08-31 Katsumi Yamaoka Merge from mainline.
2010-08-30 Katsumi Yamaoka Merge from mainline.
2010-08-30 Katsumi Yamaoka Merge from mainline.
2010-08-30 Katsumi Yamaoka Merge from mainline.
2010-08-29 Katsumi Yamaoka Merge from mainline.
2010-08-27 Katsumi Yamaoka Merge from mainline.
2010-08-31 Chong Yidong Fix several Package Menu and Finder bugs.
2010-08-31 Katsumi Yamaoka gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka Fix previous merge from Gnus trunk.
2010-08-31 Katsumi Yamaoka Remove the `w' and `i' summary keybindings, since they aren't useful; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka Removed gnus-move.el and pointers to it, since it doesn't really work; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka gnus.texi (Changing Servers): Remove documentation on gnus-change-server and friends, since it's been removed; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka gnus.texi (Summary Mail Commands): Note that only the addresses from the first message are used for wide replies; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka Tell w3m that the input is UTF-8; This seems to fix problems with some German web feeds; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka Put the xpm version of the logo at the top so that the proper colours are applied; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka gnus-article-view-part: Doc fix by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka Always insert Content-Type headers, to make broken recipients happier; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-31 Katsumi Yamaoka Use gnus-create-image to be XEmacs-compatible; Don't do images on non-graphic displays; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka Remove the unused nnslashdot backend by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka Limit the undo actions to 100 actions by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka Protect against not having completion-styles bound by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka Use insert-image instead of put-image when putting images into a buffer; This makes all the Gnus image-inserting functions work, I think; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka Make html image insertion probably work for XEmacs, too by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka gnus-group-completing-read: Add 'substring to completion-styles for group selection; imap.el, mailcap.el, message.el, mm-util.el, nnheader.el, nnmail.el, pop3.el: Remove references to outdated systems; References to win32 w32 mswindows ms-windows emx were probably cargo-culted, and are removed for clarity; By Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Stefan Monnier Use SMIE for octave-mode.
2010-08-30 Eli Zaretskii Fix bug #6944.
2010-08-30 Stefan Monnier * lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2010-08-30 Stefan Monnier Use with-silent-modifications.
2010-08-30 Stefan Monnier Use `declare' in defmacros.
2010-08-30 Stefan Monnier * src/marker.c (Fcopy_marker): Make the first arg optional.
2010-08-30 Katsumi Yamaoka gnus.texi (Drafts): Mention B DEL by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka gnus.texi (Delayed Articles): Mention that the Date header is the original one, even if you delay by Tim Landscheidt <tim@tim-landscheidt.de>.
2010-08-30 Katsumi Yamaoka gnus.texi (Asynchronous Fetching): Document gnus-async-post-fetch-function; gnus.texi (HTML): Made into its own section by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka gnus-score-string: Fix regex for matching extra headers and regexp-quote the match if necessary by Andreas Schwab <schwab@suse.de>.
2010-08-30 Katsumi Yamaoka smiley-regexp-alist: Don't delete the semicolon before the blinking smiley by Miles Bader <miles@gnu.org>; Disallow ;;) from being treated as a blink smiley by Simon Josefsson <simon@josefsson.org>.
2010-08-30 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka gnus-summary-idna-message, nnrss-normalize-date, nnrss-discover-feed: Hyperlink urls in docstrings with URL `...' by Kevin Ryde <user42@zip.com.au>.
2010-08-30 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka Add a new super-simple HTML renderer based on w3m -halfdump by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Katsumi Yamaoka Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.
2010-08-30 Kenichi Handa composite.c (composition_update_it): Fix previous change
2010-08-30 Kenichi Handa composite.c (composition_update_it): Fix computing of cmp_it->width.
2010-08-30 Kenichi Handa composite.c (composition_update_it): Fix previous change
2010-08-30 Kenichi Handa composite.c (composition_update_it): Fix computing of cmp_it->width.
2010-08-30 Kenichi Handa merge trunk
2010-08-29 Chong Yidong Merge Finder and package-menu functionality.
2010-08-29 Chong Yidong Add "Version:" and "Package:" Lisp file headers.
2010-08-29 Chong Yidong Add "Package:" file headers to denote built-in packages.
2010-08-29 Jan D * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
2010-08-29 Chong Yidong Let version-to-list handle versions like "10.3d".
2010-08-28 Stefan Monnier * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2010-08-28 Eli Zaretskii Improve ELisp manual to fix bug #6929.
2010-08-27 Eli Zaretskii msdos/ChangeLog: Document the change in revno 101167.
2010-08-27 Vinicius Jose Latorre Adjust type declaration.
2010-08-27 Vinicius Jose Latorre Adjust type declaration.
2010-08-27 Katsumi Yamaoka gnus-summary-(move,delete)-article: Save excursion while copying, moving,
2010-08-27 Katsumi Yamaoka gnus-summary-(move,delete)-article: Save excursion while copying, moving,
2010-08-26 Katsumi Yamaoka Merge from mainline.
2010-08-25 Katsumi Yamaoka Merge from mainline.
2010-08-24 Katsumi Yamaoka Merge from mainline.
2010-08-23 Katsumi Yamaoka Merge from mainline.
2010-08-22 Katsumi Yamaoka Merge from mainline.
2010-08-19 Katsumi Yamaoka Merge from mainline.
2010-08-19 Katsumi Yamaoka Merge from mainline.
2010-08-18 Katsumi Yamaoka Merge from mainline.
2010-08-26 Chong Yidong * progmodes/js.el: Make indentation more customizable (Bug#6914).
2010-08-26 Chong Yidong Avoid using font-lock properties to indent in sh-get-indent-info.
2010-08-26 David Reitter server.el (server-visit-files): Run pre-command-hook and
2010-08-26 Michael Albinus Sync with Tramp 2.1.19.
2010-08-26 Michael Albinus Sync with Tramp 2.1.19.
2010-08-26 Chong Yidong Improvements to describe-package buffer.
2010-08-26 Kenichi Handa xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling composition_compute_stop_pos.
2010-08-26 Kenichi Handa xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling composition_compute_stop_pos.
2010-08-26 Kenichi Handa Add Arabic support.
2010-08-26 Kenichi Handa merge trunk
2010-08-25 Kenichi Handa merge trunk
2010-08-25 Kenichi Handa merge trunk
2010-08-25 Kenichi Handa merge trunk
2010-08-25 Kenichi Handa Add Arabic support.
2010-08-25 Tom Tromey * vol2.texi (Top): Update.
2010-08-25 Jan D * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter on all frames.
2010-08-25 Kenichi Handa fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.
2010-08-25 Kenichi Handa merge trunk
2010-08-25 Eli Zaretskii Fix last change in processes.texi.
2010-08-25 Kenichi Handa Allow composition striding over PT.
2010-08-25 Kenichi Handa fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.
2010-08-25 Kenichi Handa Allow composition striding over PT.
2010-08-25 Kenichi Handa Fix finding a stop position for composition.
2010-08-25 Kenichi Handa merge trunk
2010-08-25 Kenichi Handa merge trunk
2010-08-25 Kenichi Handa Fix finding a stop position for composition.
2010-08-25 Vinicius Jose Latorre Fix some bugs. New version 13.1.
2010-08-24 Chong Yidong * emacs-lisp/package.el (list-packages): Alias for package-list-packages.
2010-08-24 Chong Yidong * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2010-08-24 Chong Yidong Fix filter functions discussion in Lisp manual.
2010-08-24 Chong Yidong * progmodes/ruby-mode.el (ruby): Add defgroup.
2010-08-24 Chong Yidong * lisp/progmodes/python.el: Add Ipython support (Bug#5390).
2010-08-24 Chong Yidong Avoid clobbering primary selection when switching frames (Bug#6872).
2010-08-23 Michael Albinus * NEWS: dbus.el supports alternative buses.
2010-08-23 Michael Albinus * dbus.texi (Alternative Buses): New chapter.
2010-08-23 Michael Albinus * net/dbus.el: Accept UNIX domain sockets as bus address.
2010-08-23 Michael Albinus * dbusbind.c: Accept UNIX domain sockets as bus address.
2010-08-23 Andreas Schwab Fix configure checks
2010-08-23 Juanma Barranquero src/ChangeLog: Fix typos.
2010-08-23 Juanma Barranquero * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2010-08-22 Juri Linkov Move reading an extended command to Elisp (bug#5364, bug#5214).
2010-08-22 Chong Yidong Make obsolete --unibyte argument do nothing (Bug#6886).
2010-08-22 Chong Yidong Merge changes from emacs-23 branch.
2010-08-22 Chong Yidong Merge changes from emacs-23 branch.
2010-08-22 Eli Zaretskii Fix dependencies according to revno 101162.
2010-08-22 Eli Zaretskii Fix dependencies according to revno 101162.
2010-08-22 Eli Zaretskii Fix the w32 build after revno 101162.
2010-08-22 Eli Zaretskii Clean up and ANSIfy unexcoff.c.
2010-08-22 Dan Nicolaescu Simplify termio code.
2010-08-22 Chong Yidong Doc fix for define-minor-mode (Bug#6880).
2010-08-22 Chong Yidong Merge latest whitespace.el changes from trunk (Bug#6172).
2010-08-22 Chong Yidong merge whitespace.el change from trunk
2010-08-21 Stefan Monnier Fix buffer-list rename&refresh after after killing a buffer in ido.
2010-08-21 Stefan Monnier * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2010-08-21 Stefan Monnier * subr.el (read-key): Don't echo keystrokes.
2010-08-21 Glenn Morris * doc/emacs/misc.texi (Amusements): Mention bubbles and animate.
2010-08-21 Glenn Morris * lisp/menu-bar.el (menu-bar-games-menu): Add landmark.
2010-08-20 Glenn Morris Minor align-regexp fix.
2010-08-20 Glenn Morris Fix rmail-forward with non-sendmail sending function.
2010-08-19 Chong Yidong * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2010-08-19 Stefan Monnier * lisp/subr.el (read-key): Don't hide the menu-bar entries.
2010-08-18 Juanma Barranquero lisp/ChangeLog: Remove merge markers.
2010-08-18 Michael Albinus * progmodes/flymake.el (flymake-start-syntax-check-process): Use
2010-08-18 Kenichi Handa files.el: Add word-wrap as safe local variable.
2010-08-18 Kenichi Handa files.el: Add word-wrap as safe local variable.
2010-08-18 Kenichi Handa merge emacs-23
2010-08-18 Glenn Morris * lisp/woman.el (woman-translate): Case matters. (Bug#6849)
2010-08-17 Andreas Schwab * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
2010-08-17 Chong Yidong Avoid stack overflow in let, eval, and apply (Bug#6214).
2010-08-15 Andreas Schwab * quail/vntelex.el ("vietnamese-telex"): Doc fix.
2010-08-15 Andreas Schwab * quail/georgian.el: Remove extra backslashes.
2010-08-14 Chong Yidong * simple.el (kill-region): Doc fix (Bug#6787).
2010-08-14 Andreas Schwab Avoid mismatching parens
2010-08-14 Andreas Schwab * quail/greek.el ("greek", "greek-postfix"): Change string to
2010-08-14 Jan D * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
2010-08-14 Glenn Morris * lisp/calendar/diary-lib.el: Bump custom :version for previous change.
2010-08-14 Glenn Morris Minor diary-lib.el fix.
2010-08-13 Jan D * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
2010-08-13 Kenichi Handa quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
2010-08-13 Kenichi Handa merge emacs-23
2010-08-11 Andreas Schwab * subr.el (ignore-errors): Add debug declaration.
2010-08-09 Dan Nicolaescu * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
2010-08-09 Kenichi Handa quail/greek.el ("greek"): Add rules for Greek style quotes.
2010-08-13 Kenichi Handa quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
2010-08-09 Kenichi Handa merge emacs-23
2010-08-09 Kenichi Handa quail/greek.el ("greek"): Add rules for Greek style quotes.
2010-08-09 Chong Yidong * whitespace.el (whitespace-color-off): Remove post-command-hook locally.
2010-08-22 Eli Zaretskii Clean up unexcoff.c.
2010-08-21 Vinicius Jose Latorre Insert bug number.
2010-08-21 Chong Yidong * cus-edit.el (custom-group-value-create): Add extra newline before end line (Bug#6876).
2010-08-21 Stefan Monnier * lisp/vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2010-08-21 Eli Zaretskii xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
2010-08-21 Eli Zaretskii Fix mirroring pixel positions on GUI terminals.
2010-08-21 Chong Yidong Cleanups and fixes for mouse-save-then-kill and mouse-secondary-save-then-kill.
2010-08-21 Vinicius Jose Latorre Fix slow cursor movement.
2010-08-21 Glenn Morris ChangeLog fixes.
2010-08-20 Dan Nicolaescu Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.
2010-08-20 Dan Nicolaescu Small src/puresize.h cleanup.
2010-08-20 Dan Nicolaescu * src/term.c: Do not include <termios.h>, systty.h does it.
2010-08-20 Dan Nicolaescu Remove redundant HAVE_TCATTR defines.
2010-08-20 Eli Zaretskii Fix last change in buffer_posn_from_coords for text terminals.
2010-08-20 Eli Zaretskii Fix last change in buffer_posn_from_coords for text terminals.
2010-08-20 Eli Zaretskii Fix the MSDOS build broken by the ImageMagick support.
2010-08-20 Eli Zaretskii Fix the MSDOS build broken by the ImageMagick support.
2010-08-20 Eli Zaretskii Add cross-references regarding POSITION of mouse events.
2010-08-20 joakim imagemagick merge
2010-08-20 joakim merge from upstream
2010-08-20 Eli Zaretskii Fix version string in top-level MSDOS Makefile.
2010-08-20 Eli Zaretskii Fix version string in top-level MSDOS Makefile.
2010-08-20 joakim minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
2010-08-20 Eli Zaretskii xdisp.c: Add commentary about iterator geometry in R2L paragraphs.
2010-08-20 Eli Zaretskii Fix mouse clicks, drag, and highlight in R2L lines.
2010-08-20 Andreas Schwab * image.c (imagemagick_clear_image): Remove debugging output.
2010-08-19 Stefan Monnier * lisp/files.el (locate-file-completion-table): Only list the .el and .elc
2010-08-19 Juanma Barranquero nt/addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
2010-08-19 Jason Rumney (set_frame_menubar): Remove call to undefined function.
2010-08-19 Stefan Monnier New post-self-insert-hook.
2010-08-19 Jason Rumney (w32_wnd_proc): Don't check context before initializing.
2010-08-19 Stefan Monnier * lisp/simple.el (blink-matching-open): Obey forward-sexp-function.
2010-08-19 Joakim merge the imagemagick branch to trunk
2010-08-19 Joakim upstream merge
2010-08-19 Joakim some minor cosmetic fixes in comments
2010-08-19 Joakim fix some accidental whitespace changes
2010-08-18 Joakim merge from trunk, no conflicts
2010-08-18 Joakim documentation changes
2010-08-18 Joakim minor cleanup
2010-08-17 Joakim merge from trunk
2010-07-10 Joakim some more docs and polish
2010-07-01 Joakim some README changes
2010-07-01 Joakim reworked :index functionality a bit so its faster
2010-06-27 Joakim support for fit-width
2010-06-26 Joakim image-mode changes. removed the imagemagick specific :geometry and :crop interface that wasnt very good.
2010-06-21 Joakim documented some more
2010-06-17 Joakim improved lisp interface to scaling, doc changed acordingly
2010-06-15 Joakim doc improvement
2010-06-14 Joakim attempt at Changelog entry, see README.imagemagick
2010-06-14 Joakim cosmetics, and changing of defconst to defcustom
2010-06-14 Joakim mostly cosmetic, moving { instances, changing indentation accordingly.
2010-06-14 Joakim merged from trunk
2010-06-14 Joakim changed looping according to feedback from stefan monnier
2010-05-14 Joakim configure support for MagickExportImagePixels and README
2010-05-14 Joakim image count
2010-05-14 Joakim initial support for supplying image count property for image bundles
2010-05-13 Joakim make configure.in less particular about themagickwand version
2010-05-13 Joakim merge and fixes
2010-05-12 Joakim initial imagemagick readme
2010-04-15 Joakim merge from trunk
2010-04-03 Joakim merge from trunk
2010-04-02 joakim imagemagick patch5 + minor mods
2010-08-19 Jan D * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
2010-08-19 Glenn Morris Fix previous Org change.
2010-08-18 Stefan Monnier * lisp/simple.el (prog-mode-map): New var.
2010-08-18 Eli Zaretskii xterm.c (x_draw_bar_cursor): Fix last change.
2010-08-18 Eli Zaretskii bidi.c (bidi_level_of_next_char): Fix commentary regarding reordering of PDF.
2010-08-18 Eli Zaretskii Fix display of bar cursor on right-to-left text.
2010-08-18 Stefan Monnier * lisp/progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2010-08-18 Stefan Monnier Reindent smie.el
2010-08-18 Stefan Monnier * smie.el (smie-forward-sexp-command): Fix typo.
2010-08-18 Stefan Monnier * lisp/progmodes/prolog.el (smie): Require.
2010-08-18 Stefan Monnier Try and remove some of SMIE's black magic by generalizing some rules.
2010-08-18 Stefan Monnier * lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
2010-08-18 Stefan Monnier * casefiddle.c (casify_region): Setup gl_state.
2010-08-18 Jan D * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
2010-08-18 Katsumi Yamaoka create-animated-image: Don't add heuristic mask to image (Bug#6839).
2010-08-18 Katsumi Yamaoka create-animated-image: Don't add heuristic mask to image (Bug#6839).
2010-08-18 Katsumi Yamaoka Merge from mainline.
2010-08-18 Katsumi Yamaoka Merge from mainline.
2010-08-17 Katsumi Yamaoka Merge from mainline.
2010-08-16 Katsumi Yamaoka Merge from mainline.
2010-08-15 Katsumi Yamaoka Merge from mainline.
2010-08-18 Glenn Morris Add bug ref to placeholder NEWS entry.
2010-08-18 Jan D * gtkutil.c (update_frame_tool_bar): Literal stings are const char*.
2010-08-18 Jan D Use CLIPBOARD and PRIMARY on NS (Bug#6677).
2010-08-18 Glenn Morris Add NEWS placeholder.
2010-08-18 Glenn Morris Fix some more Org `check-declare' issues.
2010-08-18 Glenn Morris Fix typo in previous gnus-sum.el change.
2010-08-17 Stefan Monnier * src/gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
2010-08-17 Jan D * nsfns.m (ns_frame_parm_handlers): Add a slot for the
2010-08-17 Stefan Monnier * lisp/emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2010-08-17 Eli Zaretskii Fix bug #6796.
2010-08-17 Stefan Monnier * lisp/newcomment.el (comment-add): Move comment to docstring.
2010-08-17 Glenn Morris Restore lisp/ChangeLog entries clobbered in r101106.
2010-08-17 Stefan Monnier Font-lock '...' strings, plus various simplifications and fixes.
2010-08-17 Jan D. Add command C-c m in report-emacs-bug that puts the bug into preferred mailer.
2010-08-17 Jan D. Add ability to use xdg-open, i.e. your desktop default browser.
2010-08-17 Glenn Morris Fix some Org errors revealed by `make check-declare'.
2010-08-17 Glenn Morris Silence more Gnus compiler warnings.
2010-08-17 Glenn Morris Silence some Gnus compiler warnings.
2010-08-17 Glenn Morris Silence some cc-mode compiler warnings.
2010-08-17 Glenn Morris Minor icalendar fix.
2010-08-17 Michael Albinus * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2010-08-16 Jan D * nsselect.m (syms_of_nsselect): Don't intern QPRIMARY.
2010-08-16 Jan D nsselect.m: include keyboard.h for QPRIMARY, remove its declaration (Bug#6863).
2010-08-16 Jan D. Don't define QPRIMARY twice.
2010-08-16 Chong Yidong Don't always log RCIRC process buffers to disk (Bug#6828).
2010-08-16 Chong Yidong Let all active regions set the primary selection.
2010-08-16 Chong Yidong Fix mouse dragging of words and lines (Bug#6840).
2010-08-15 Katsumi Yamaoka gnus-start-draft-setup: Move doc string forward.
2010-08-15 Katsumi Yamaoka gnus-start-draft-setup: Move doc string forward.
2010-08-15 Katsumi Yamaoka Merge from mainline.
2010-08-11 Katsumi Yamaoka Merge from mainline.
2010-08-10 Katsumi Yamaoka Merge from mainline.
2010-08-09 Katsumi Yamaoka Merge from mainline.
2010-08-08 Katsumi Yamaoka Merge from mainline.
2010-08-08 Katsumi Yamaoka Merge from mainline.
2010-08-15 Jan D * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
2010-08-15 Andreas Schwab * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
2010-08-15 Jan D Potential buffer overrun and uninit variable fixed, bug 6855.
2010-08-15 Chong Yidong Give Ruby compilation rule a lower priority than Gnu (Bug#6778).
2010-08-14 Chong Yidong Add four macros to lisp-font-lock-keywords-2 (Bug#6025).
2010-08-14 Chong Yidong Fix ChangeLog entry in last commit.
2010-08-14 Chong Yidong Save window excursion before prompting in copyright-update-* (Bug#5394).
2010-08-14 Chong Yidong * lisp/progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).
2010-08-14 Chong Yidong Allow delayed autojoin in ERC (Bug#5521).
2010-08-14 Katsumi Yamaoka Typo fix "hoo4a" -> "hook".
2010-08-14 Chong Yidong Minor doc fix.
2010-08-14 Eli Zaretskii Fix bug #6689 with mouse-2 pasting on Windows.
2010-08-14 Eli Zaretskii Fix cursor drawing on stretch glyphs in R2L lines.
2010-08-14 Eli Zaretskii Fix current-bidi-paragraph-direction within whitespace chars.
2010-08-14 Katsumi Yamaoka Ammended for bug fix on the loader nunion.
2010-08-14 Katsumi Yamaoka Doc fixes and keep unknown groups.
2010-08-14 Eli Zaretskii Minor fixes in TUTORIAL.he.
2010-08-14 Jason Rumney (lispy_function_keys): Do not define VK_PACKET (bug#4836)
2010-08-14 Glenn Morris * lisp/gnus/gnus-sync.el (gnus-sync): Fix defgroup version.
2010-08-14 Chong Yidong * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
2010-08-13 Jason Rumney Fix for bug#5629: Use unicode message box if available.
2010-08-13 Jan D Fix handling of tool-bar-position, also put into default-frame-alist.
2010-08-13 Eli Zaretskii Fix compilation of xmenu.c and unexcoff.c, clean up MSDOS source files.
2010-08-13 Katsumi Yamaoka Optimizations for gnus-sync.el.
2010-08-13 Katsumi Yamaoka Minor bug fixes for gnus-sync.el.
2010-08-13 Katsumi Yamaoka Minor bug fixes for gnus-sync.el.
2010-08-13 Katsumi Yamaoka add lisp/gnus/gnus-sync.el
2010-08-13 Katsumi Yamaoka Make saving and restoring of hidden threads work with overlays.
2010-08-13 Katsumi Yamaoka Add new gnus-sync.el library.
2010-08-13 Katsumi Yamaoka Make gnus-start-draft-setup interactive.
2010-08-13 Eli Zaretskii Fix fallout from revno 100928, remove dead code in unexcoff.c.
2010-08-13 Eli Zaretskii Fix -Wall compiler warnings in MSDOS sources.
2010-08-13 Eli Zaretskii Fix compilation error in xmenu.c for non-toolkit builds.
2010-08-13 Eli Zaretskii Shut up compiler warnings due to "char *" and "const char *".
2010-08-13 Jan D Fix typo.
2010-08-12 Stefan Monnier Introduce a new comment style "c" flag.
2010-08-12 Jason Rumney (add_registry): Set path for runemacs.exe to use.
2010-08-12 Stefan Monnier Fix last change.
2010-08-12 Stefan Monnier Misc code cleanup of octave-mode.el.
2010-08-12 Stefan Monnier * lisp/progmodes/octave-mod.el (octave-mode-map): Use comment-dwim.
2010-08-12 Stefan Monnier * doc/misc/cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2010-08-12 Stefan Monnier * lisp/cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2010-08-11 Jan D * xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
2010-08-11 Jan D Take colors for region face (selected text) from the Gtk+ theme.
2010-08-11 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
2010-08-11 Jan D Fix -Wwrite-strings warnings in fakemail.c.
2010-08-11 Jan D Use const char* for -Wwrite_strings.
2010-08-11 Jan D * unexmacosx.c (unexec_error): Use const char *.
2010-08-11 Jan D Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).
2010-08-11 Glenn Morris * lisp/emacs-lisp/pcase.el: Fix copyright header.
2010-08-10 Michael Mauger Suppress continuation prompts in SQL interactive mode
2010-08-10 Ulf Jasper Fixed my ChangeLog entry of 2010-08-08
2010-08-10 Dan Nicolaescu * configure.in (AC_PREREQ): Require autoconf 2.65.
2010-08-10 Stefan Monnier * lisp/emacs-lisp/pcase.el: New file.
2010-08-10 Michael Albinus * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2010-08-10 Kenichi Handa language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the composable pattern.
2010-08-10 Kenichi Handa merge trunk
2010-08-09 Dan Nicolaescu Remove incorrect const use.
2010-08-10 Kenichi Handa language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the composable pattern.
2010-08-09 Dan Nicolaescu * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2010-08-09 Andreas Schwab Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
2010-08-09 Chong Yidong Use version-list-* functions in package.el.
2010-08-09 Dan Nicolaescu * configure.in (ORDINARY_LINK): Use on hpux* too.
2010-08-09 Kenichi Handa language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the composable pattern.
2010-08-09 Kenichi Handa Fix typo in lisp/ChangeLog
2010-08-09 Kenichi Handa merge trunk
2010-08-09 Dan Nicolaescu Use const char* instead of char*.
2010-08-09 Kenichi Handa language/hebrew.el: Exclude U+05BD (Hebre MAQAF) from the composable pattern.
2010-08-09 Kenichi Handa merge trunk
2010-08-09 Jay Belanger calc.texi (Customizing Calc): Rearrange description of new
2010-08-08 Chong Yidong * tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.